@charset "UTF-8";
/*-------------------------
全ページ共通部分
-------------------------*/
body.page,
body .section,
body .lp01,
body .site-header,
body [class*=_btn],
body footer,
body h1,
body h2,
body h3,
body h4,
body h5, body button, body input, body optgroup, body select, body textarea {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
body .footer,
body figure {
  margin: 0;
}

/***共通部分*********/
.site-header--layout--nav-float .site-header-container {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 43px;
}

/*アドミンバー
html {
  margin-top: 0 !important;
}
#wpadminbar {
  display: none !important;
}*/
/**全ページ共通 **/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow: auto;
  height: auto;
  color: #3D3B3A;
  letter-spacing: 0.1rem;
}

.modal-overlay {
  display: none;
}

ul,
ol {
  list-style-position: inside;
}

.content figure,
.content h1 {
  margin: 0 !important;
}

.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-header {
  height: 140px;
  min-height: 140px;
  margin-bottom: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #3d3b3a;
}
@media screen and (max-width: 1023px) {
  .site-header {
    height: 74px;
    min-height: 74px;
    position: relative;
    margin-bottom: 22px;
  }
  .site-header::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #3D3B3A;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
  }
}
.site-header .navbar {
  width: 100%;
  background-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: auto;
}
.site-header .navbar .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .site-header .navbar .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin-left: 0px;
  }
  .site-header .navbar .container > .menu-gnavi-container {
    display: none;
  }
}
.site-header .navbar .container .navbar-brand {
  display: inline-block;
  width: min(496px, 39%);
  max-height: 103px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .site-header .navbar .container .navbar-brand {
    width: min(248px, 100%);
    margin: 0 0 0 21px;
  }
}
.site-header .navbar .container .navbar-brand img {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .site-header .navbar .container .navbar-brand img {
    margin-bottom: 10px;
  }
}
.site-header .navbar .container .navbar-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #3D3B3A;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.site-header .navbar .menu-gnavi-container {
  background: #3D3B3A;
  height: 61px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .site-header .navbar .menu-gnavi-container {
    background: #fff;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.site-header .navbar .menu-gnavi-container #menu-gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  gap: 60px;
  height: 61px;
}
@media screen and (max-width: 1023px) {
  .site-header .navbar .menu-gnavi-container #menu-gnavi {
    height: 100%;
  }
}
.site-header .navbar .menu-gnavi-container #menu-gnavi li {
  margin: 0;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header .navbar .menu-gnavi-container #menu-gnavi li a {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 61px;
}
.site-header .navbar .menu-gnavi-container #menu-gnavi li._btn {
  width: 240px;
  height: 54px;
  background: #085e9b;
}
.site-header .navbar .menu-gnavi-container #menu-gnavi li._btn a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .site-header .navbar .h-menu-wrapper {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .site-header .navbar .h-menu-wrapper {
    display: block;
    height: 70px;
    position: relative;
  }
  .site-header .navbar .h-menu-wrapper #h-menu-button {
    display: none;
  }
  .site-header .navbar .h-menu-wrapper #h-menu-button:checked ~ .h-menu-close {
    display: block;
  }
  .site-header .navbar .h-menu-wrapper #h-menu-button:checked ~ .h-menu-open {
    display: none;
  }
  .site-header .navbar .h-menu-wrapper #h-menu-button:checked ~ .h-menu-content {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .site-header .navbar .h-menu-wrapper .h-menu-open {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 42px;
    height: 42px;
    margin: auto;
    cursor: pointer;
    z-index: 4;
  }
  .site-header .navbar .h-menu-wrapper .h-menu-open img {
    display: block;
  }
  .site-header .navbar .h-menu-wrapper .h-menu-close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    margin: 14px;
    cursor: pointer;
    z-index: 16;
  }
  .site-header .navbar .h-menu-wrapper .h-menu-close img {
    display: block;
  }
  .site-header .navbar .h-menu-wrapper .h-menu-content {
    background: #fff;
    position: fixed;
    top: 72px;
    right: 0;
    width: 82%;
    height: auto;
    padding-bottom: 36px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    overflow-y: auto;
    z-index: 15;
    border-radius: 0px 0px 0px 10px;
    background: #fff;
  }
  .site-header .navbar .h-menu-wrapper .h-menu-content .h-menu {
    padding: 30px 15px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-header .navbar .h-menu-wrapper .h-menu-content .h-menu #menu-gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .site-header .navbar .h-menu-wrapper .h-menu-content .h-menu #menu-gnavi li {
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    height: 30px;
    line-height: 30px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .site-header .navbar .h-menu-wrapper .h-menu-content .h-menu #menu-gnavi li a {
    color: #3D3B3A;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.8px;
  }
}

.toukou {
  margin: 23px 0 13px;
  position: relative;
  padding-left: 17.5px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1023px) {
  .toukou {
    margin-bottom: 20px;
  }
}
.toukou::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../../bulma/img/toukou.svg");
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -70px;
  padding: 86px 0 91px;
}
@media screen and (max-width: 1023px) {
  .pagination {
    margin-top: -119px;
  }
}
.pagination .nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  list-style: none;
  color: #3D3B3A;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.08px;
}
.pagination .nav-links .page-numbers.current {
  background: #3D3B3A;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: inline-block;
  line-height: 28px;
  margin: 0 -7px;
}
.pagination .nav-links .prev,
.pagination .nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .nav-links .prev img,
.pagination .nav-links .next img {
  width: 18px;
  height: 7px;
}

.bottom_box {
  max-width: 1140px;
  width: 100%;
  margin: 124px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 123px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: center;
}
@media screen and (max-width: 1023px) {
  .bottom_box {
    gap: 31px;
    margin: 31px 0 53px;
  }
}
.bottom_box .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
}
@media screen and (max-width: 1023px) {
  .bottom_box .box-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 20px;
    gap: 31px;
    padding-bottom: 40px;
    border-radius: 12px;
  }
}
.bottom_box .box-item .box-image {
  width: min(441px, 100%);
  max-height: 257px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.bottom_box .box-item .box-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .bottom_box .box-item .box-image img {
    border-radius: 12px;
  }
}
.bottom_box .box-item .box-content {
  line-height: 30px;
  color: #3D3B3A;
}
.bottom_box .box-item .box-content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #6a9abf;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .bottom_box .box-item .box-content h3 {
    text-align: center;
    margin-bottom: 34px;
  }
}
.bottom_box .box-item .box-content h3::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #3D3B3A;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -19px;
}
@media screen and (max-width: 1023px) {
  .bottom_box .box-item .box-content h3::before {
    display: none;
  }
}
.bottom_box .box-item .box-content p {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .bottom_box .box-item .box-content p {
    padding: 0 21px 19px;
  }
}
.bottom_box .box-item .box-content .box_more {
  font-weight: 700;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #3D3B3A;
}
@media screen and (max-width: 1023px) {
  .bottom_box .box-item .box-content .box_more {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 227px;
    height: 50px;
    font-size: 16px;
    border: 1px solid #3D3B3A;
  }
}

aside {
  max-width: 330px;
  width: 33%;
}
@media screen and (max-width: 1023px) {
  aside {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
aside .widget-title {
  margin: 45px auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  height: 35px;
  letter-spacing: 0.1rem;
  position: relative;
  text-align: center;
}
aside .widget-title::before, aside .widget-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3D3B3A;
  margin-bottom: 10px;
  position: absolute;
  top: -12px;
}
aside .widget-title::after {
  top: auto;
  bottom: -24px;
}
aside #popular_posts_widget-2 {
  margin-bottom: 64px;
}
aside #popular_posts_widget-2 .popular-posts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
aside #popular_posts_widget-2 .popular-posts .p-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
aside #popular_posts_widget-2 .popular-posts .p-thumbnail img {
  width: 98px;
  height: 81px;
}
aside #popular_posts_widget-2 .popular-posts .p-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
aside #popular_posts_widget-2 .popular-posts .p-meta .toukou {
  margin: 0 0 12px;
}
aside #popular_posts_widget-2 .popular-posts .p-meta .p-title a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.08rem;
  text-decoration: none;
  color: #333;
}
aside #block-8 {
  margin-top: 64px;
}

.footer {
  background: #3D3B3A;
  color: #fff;
  padding: 0;
  height: 197px;
}
@media screen and (max-width: 1023px) {
  .footer {
    height: 128px;
  }
}
.footer .foot-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 70px 0 42px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .footer .foot-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    padding: 44px 0 20px;
    gap: 20px;
  }
}
.footer .foot-menu li {
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1023px) {
  .footer .foot-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    padding: 0;
  }
  .footer .foot-menu li.sp {
    margin-top: -2px;
  }
  .footer .foot-menu li:first-of-type::after {
    display: none;
  }
  .footer .foot-menu li::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: -10px;
    margin: auto;
    bottom: 0;
  }
}
.footer .foot-menu li a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .footer .foot-menu li a {
    font-size: 12px;
    position: relative;
  }
}
.footer .foot-menu li a:hover {
  color: #57b7e0;
}
.footer .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin: auto;
  padding: 1rem;
}
.footer .copy p {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .footer .copy p {
    font-size: 12px;
  }
}

.ef_img {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.ef_img img {
  height: auto;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.ef_img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: block;
}
#back-to-top .back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  width: 50px;
  height: 50px;
  background-color: #3D3B3A;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 3px double #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#back-to-top .back-btn:hover {
  background-color: #6cccf5;
}

.top_btn {
  width: 195px;
  height: 42px;
  background: #3D3B3A;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media screen and (max-width: 1023px) {
  .top_btn {
    width: 162px;
    height: 28px;
  }
}
.top_btn:hover {
  color: #57b7e0;
}

.wp-block-list {
  list-style-type: disc;
}
.wp-block-list li {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 20px;
  line-height: 30px;
}
.wp-block-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 16px;
  color: black;
}

.maintenance .site-header .navbar .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.maintenance .section .section_header .header_wrap .page-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #3D3B3A;
  margin: 323px auto 78px;
}
@media screen and (max-width: 1023px) {
  .maintenance .section .section_header .header_wrap .page-title {
    margin: 52px auto;
    font-size: 16px;
  }
}
.maintenance .section .container {
  width: min(839px, 98%);
  margin: 0 auto;
}
.maintenance .section .container p {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .maintenance .section .container p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 45px;
  }
}
.maintenance .footer {
  margin-top: 432px;
  height: 100px;
}
@media screen and (max-width: 1023px) {
  .maintenance .footer {
    margin-top: 50px;
    height: 52px;
  }
  .maintenance .footer .copy {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .maintenance .footer .copy p {
    line-height: 52px;
    margin: 0;
  }
}