@charset "UTF-8";
/*-- globalフォルダの直下の_index.scss --*/
/*-- settingフォルダの中の_index.scss --*/
/* ===============================================
  webFont
=============================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&display=swap");
/* ==================================================
  cache busting設定（scssの最上部に記載）
================================================== */
/*-- mixinフォルダの中の_index.scss --*/
/* ==================================================
  breakpoint & medea query
================================================== */
/*-- commonフォルダの中の_index.scss --*/
/* ===============================================
  htmlでのデザイン制御
=============================================== */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(30px, 5vw, 60px);
}
@media (width < 1100px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex_row_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (width < 1100px) {
  .flex_row_rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fw400 {
  font-weight: 400;
}

.fw700 {
  font-weight: 700;
}

.fw900 {
  font-weight: 900;
}

.is-open {
  display: block;
}

.is-close {
  display: none;
}

@media screen and (min-width: 600px) {
  .is-sp {
    display: none;
  }
}

@media (width < 600px) {
  .is-mobile {
    display: none;
  }
}
@media (width >= 1100px) {
  .is-mobile {
    display: none;
  }
}

@media (width < 1100px) {
  .is-pc {
    display: none;
  }
}

.underline {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.left {
  -moz-text-align-last: left;
       text-align-last: left;
}

.right {
  text-align: right;
}

.fz10 {
  font-size: 1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz20 {
  font-size: 2rem;
}

.fz30 {
  font-size: 3rem;
}

.miauto {
  margin-inline: auto;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.w10 {
  width: calc(10% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w10 {
    width: 100%;
  }
  .w10 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w20 {
  width: calc(20% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w20 {
    width: 100%;
  }
  .w20 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w30 {
  width: calc(30% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w30 {
    width: 100%;
  }
  .w30 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w40 {
  width: calc(40% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w40 {
    width: 100%;
  }
  .w40 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w50 {
  width: calc(50% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w50 {
    width: 100%;
  }
  .w50 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w60 {
  width: calc(60% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w60 {
    width: 100%;
  }
  .w60 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w70 {
  width: calc(70% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w70 {
    width: 100%;
  }
  .w70 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w80 {
  width: calc(80% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w80 {
    width: 100%;
  }
  .w80 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w90 {
  width: calc(90% - 1.5vw);
  margin-inline: auto;
}
@media (width < 1100px) {
  .w90 {
    width: 100%;
  }
  .w90 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.list_wrapper {
  list-style: none;
}
.list_wrapper > li {
  position: relative;
  padding-left: 15px;
}
.list_wrapper > li:nth-of-type(n + 2) {
  margin-top: 5px;
}
.list_wrapper > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #498ee0;
  border-radius: 5px;
}

.items120 .item:nth-of-type(n + 2) {
  margin-top: 120px;
}
@media (width < 600px) {
  .items120 .item:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}

.items80 .item:nth-of-type(n + 2) {
  margin-top: 80px;
}
@media (width < 600px) {
  .items80 .item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

.items60 .item:nth-of-type(n + 2) {
  margin-top: 60px;
}
@media (width < 600px) {
  .items60 .item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.items40 .item:nth-of-type(n + 2) {
  margin-top: 40px;
}
@media (width < 600px) {
  .items40 .item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

/* ==================================================
  共通の全体設定
================================================== */
html {
  font-size: 62.5%;
}
@media (width < 600px) {
  html {
    font-size: 56.25%;
  }
}

body {
  color: #333;
  font-size: 1.6rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
}

img:not([class*=wp-image-]) {
  width: 100%;
  height: auto;
}
img[class*=wp-image-].alignright {
  display: block;
  margin: 0 0 0 auto;
}
img[class*=wp-image-].alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img[class*=wp-image-].aligncenter {
  display: block;
  margin: 0 auto;
}

a {
  display: inline-block;
}

.inner {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (width < 600px) {
  .inner {
    width: 90%;
  }
}

.bcn-display {
  margin-top: 20px;
  font-size: 1.4rem;
}

#add_dashboard_widget.postbox {
  background-color: yellow !important;
}

.section {
  padding-block: clamp(60px, 10vw, 100px);
}

.heading {
  font-size: 3rem;
}
.heading span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #498ee0;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.heading span::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 1px;
  background-color: #498ee0;
}

.button__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 3px;
  max-width: 300px;
  padding: 0.8em 2em;
  font-family: "Noto Sans Japanese";
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  background: -webkit-gradient(linear, right top, left top, from(#4dd8dd), color-stop(25%, #45a5dd), color-stop(51%, #4593db), to(#50cfe6));
  background: linear-gradient(270deg, #4dd8dd 0%, #45a5dd 25%, #4593db 51%, #50cfe6 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.button__link::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: 20px;
  border-radius: 1px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.button__link:hover {
  color: #fff;
  background-position: 99% 50%;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  /*ボックスの影*/
  -webkit-box-shadow: 0 10px 20px rgba(69, 128, 168, 0.3);
          box-shadow: 0 10px 20px rgba(69, 128, 168, 0.3);
}

.header {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 600px) {
  .header {
    height: 100px;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin-inline: auto;
}
.header__logo {
  width: clamp(220px, 30vw, 400px);
}
.header__nav {
  margin-left: auto;
  margin-right: calc(80px + 2vw);
}
@media (width < 1100px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2vw;
}
.header__nav-link {
  font-size: 1.8rem;
}

/* ==================================================
  hamburger
================================================== */
.hamburger-fixed {
  position: fixed;
  top: 50px;
  right: 5%;
  z-index: 999;
}
@media (width < 600px) {
  .hamburger-fixed {
    top: 25px;
  }
}

.hamburger-icon {
  width: 80px;
  height: 60px;
  position: relative;
  cursor: pointer;
}
@media (width < 600px) {
  .hamburger-icon {
    width: 70px;
  }
}
.hamburger-icon::after {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  content: "menu";
  text-transform: uppercase;
  color: #111;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2rem;
  letter-spacing: 0.25em;
  text-align: center;
  line-height: 1;
}
@media (width < 600px) {
  .hamburger-icon::after {
    bottom: 10px;
  }
}
.hamburger-icon span {
  width: 100%;
  position: absolute;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #111;
  border-radius: 1px;
}
.hamburger-icon span:nth-child(1) {
  top: 0;
}
.hamburger-icon span:nth-child(2) {
  top: 20px;
}
.hamburger-icon.is-active::after {
  content: "close";
  letter-spacing: 0.12em;
}
.hamburger-icon.is-active span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(-20deg);
          transform: translateX(-50%) rotate(-20deg);
  top: 10px;
  left: 50%;
}
.hamburger-icon.is-active span:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(20deg);
          transform: translateX(-50%) rotate(20deg);
  top: 10px;
  left: 50%;
}

.hamburger-menu {
  display: none;
}
.hamburger-menu.is-active {
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.hamburger-menu__nav {
  width: 100%;
  height: 100%;
  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;
}
.hamburger-menu__item:nth-of-type(n + 2) {
  margin-top: 20px;
}
.hamburger-menu__link {
  font-size: 3rem;
}

.footer__content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__logo {
  display: inline-block;
  width: 90%;
  max-width: 300px;
}
.footer__address {
  line-height: 1.2;
}
.footer hr {
  margin-block: 25px 20px;
  color: #ddd;
}
.footer__copyright {
  margin-block: 40px;
  font-size: 1rem;
  text-align: center;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (width < 600px) {
  .footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}

.page-top {
  display: block;
  background-color: #f5f5f5;
  width: 100%;
  padding-block: 2em 1.4em;
  text-align: center;
  margin-bottom: 60px;
}
.page-top__link {
  display: inline-block;
  position: relative;
  padding-top: 2.6em;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}
.page-top__link::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #555;
}
.page-top__link::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15px;
  height: 15px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 25% 110%;
          transform-origin: 25% 110%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-top__link:hover::after {
  top: 8px;
}

/*-- pageフォルダの中の_index.scss --*/
/* ===============================================
  swiper
=============================================== */
.swiper {
  width: 90%;
  max-width: 1980px;
  height: 70vh;
  border-radius: 2vw;
}
.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
}

.top-about__image {
  aspect-ratio: 1/1.1;
}
.top-about__image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-achievement {
  margin-bottom: clamp(60px, 10vw, 100px);
}
.top-achievement__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (width < 1100px) {
  .top-achievement__list {
    grid-template-columns: 1fr;
  }
}
.top-achievement__item {
  position: relative;
  padding: clamp(40px, 5vw, 60px);
  overflow: hidden;
}
.top-achievement__item:nth-of-type(1)::before {
  background: url(../img/top/achievement.webp?ver=uejw3ta) no-repeat 50% 50%/cover;
}
.top-achievement__item:nth-of-type(2)::before {
  background: url(../img/top/achievement2.webp?ver=uejw3ta) no-repeat 50% 50%/cover;
}
.top-achievement__item:nth-of-type(3)::before {
  background: url(../img/top/achievement.webp?ver=uejw3ta) no-repeat 50% 50%/cover;
}
.top-achievement__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.top-achievement__item:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-achievement__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 52, 75, 0.7);
}
.top-achievement__item-content {
  color: #fff;
  position: relative;
  z-index: 2;
}
.top-achievement__title {
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-size: 2.4rem;
  text-align: center;
}
.top-achievement__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.4em;
  height: 0.4em;
  background-color: #0bd8bd;
  border-radius: 100vh;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(30px, 5vw, 60px);
}
.pagination .prev,
.pagination .next {
  background-color: #000;
  color: #fff;
  position: relative;
}
.pagination .prev::after,
.pagination .next::after {
  position: absolute;
  content: "";
  top: 42%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .prev {
  padding: 10px 15px 10px 30px;
}
.pagination .prev::after {
  left: 15px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.pagination .prev:hover::after {
  left: 10px;
}
.pagination .next {
  padding: 10px 30px 10px 15px;
}
.pagination .next::after {
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .next:hover::after {
  right: 10px;
}

.page-numbers {
  padding: 10px 15px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  display: inline-block;
  font-size: 14px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-numbers.current {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.page-numbers:hover {
  background-color: #000;
  color: #fff;
}

.single_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(30px, 5vw, 60px);
  gap: 10px;
}
.single_pagination .single_prev a,
.single_pagination .single_next a {
  font-size: 1.4rem;
  background-color: #000;
  color: #fff;
  position: relative;
  display: inline-block;
  border: 1px solid #000;
}
.single_pagination .single_prev a::after,
.single_pagination .single_next a::after {
  position: absolute;
  content: "";
  top: 42%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_pagination .single_prev a {
  padding: 10px 15px 10px 30px;
}
.single_pagination .single_prev a::after {
  left: 15px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.single_pagination .single_prev a:hover::after {
  left: 10px;
}
.single_pagination .single_next a {
  padding: 10px 30px 10px 15px;
}
.single_pagination .single_next a::after {
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.single_pagination .single_next a:hover::after {
  right: 10px;
}

.lists a {
  font-size: 1.4rem;
  padding: 10px 15px;
  color: #000;
  border: 1px solid #000;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lists a:hover {
  color: #fff;
  background: #000;
}

/* ===============================================
  404
=============================================== */
.not-found {
  padding-top: clamp(80px, 25vw, 240px);
  padding-bottom: clamp(80px, 15vw, 160px);
}
@media (width < 600px) {
  .not-found {
    margin: 100px 0;
  }
}
.not-found__wrapper {
  text-align: center;
}
.not-found__head {
  margin-bottom: 40px;
  font-size: clamp(4rem, 7.5vw, 8rem);
  font-weight: 700;
  line-height: 1;
  color: #498ee0;
}
.not-found__lead {
  margin-bottom: 40px;
  font-size: clamp(2rem, 3vw, 3rem);
  color: #999;
}
.not-found__text {
  margin-bottom: 40px;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  line-height: 1.5;
  color: #a8a8a8;
}
.not-found__btn a {
  display: inline-block;
  padding: 20px 40px;
  color: #999;
  background: #eee;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.not-found__btn a:hover {
  background: #ddd;
}