
@charset "UTF-8";
/* =======================================

        mixin

======================================= */
/*************************
変数設定
*************************/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  color: #202124;
  font-size: 1.6rem;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 400;
  background-color: #00A29A;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 25px;
  }
}

.cmn1380 {
  width: 95%;
  max-width: 1380px;
  margin: 0 auto;
}

.cmn1280 {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .cmn1280 {
    width: 88%;
  }
}

.cmn1080 {
  width: 95%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .cmn1080 {
    width: 88%;
  }
}

@media screen and (max-width: 1280px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .tab_none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

@media screen and (min-width: 1024.1px) {
  .tab_min_none {
    display: none !important;
  }
}

@media screen and (min-width: 767.1px) {
  .sp_min_none {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.fw-bold {
  font-weight: 700;
}

/*************************
section-title　共通タイトル
*************************/
/*************************
btn　共通ボタン
*************************/
/*************************
header　ヘッダー
*************************/
.header {
  width: 100%;
  position: fixed;
  z-index: 100;
}
.header_inner {
  padding: 0 49px 0 56px;
}
@media screen and (max-width: 1024px) {
  .header_inner {
    padding: 0 20px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .header-top .header_inner {
    background: #70CBC7;
  }
}
.header_wrap {
  padding-top: 39px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header_wrap {
    padding-top: 0;
  }
}
.header_menu_PC {
  position: relative;
}
@media screen and (max-width: 767px) {
  .header_menu_PC {
    display: none;
  }
}
.header_nav_PC {
  display: none;
  position: absolute;
  top: 40px;
  right: -14px;
}
.header_navList_PC {
  padding: 30px 0 0;
}
.header_navItem_PC {
  position: relative;
}
.header_navItem_PC:before {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 60%;
  right: 3%;
}
.header_navLink_PC {
  color: #FFFFFF;
  font-size: clamp(18px, 5.1282051282vw, 20px);
  font-weight: 400;
  padding: 5px 50px 5px 10px;
  display: block;
  text-align: right;
}
.header_btn {
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_btn_text {
  color: #fff;
  font-size: 2rem;
}
.header_menu_SP {
  position: relative;
  transform: translateY(-5px);
  transition: all .3s;
}
.header_menu_SP.open {
  transform: none;
}
@media screen and (min-width: 767.1px) {
  .header_menu_SP {
    display: none;
  }
}
.header_menu_SP.open .header_hum_line1 {
  transform: translateY(6px) rotate(-45deg);
  transform-origin: center;
  transition: transform 0.3s;
}
.header_menu_SP.open .header_hum_line2 {
  transform: translateY(6px) scaleX(0);
  transition: transform 0.3s;
}
.header_menu_SP.open .header_hum_line3 {
  transform: translateY(0px) rotate(45deg);
  transform-origin: center;
  transition: transform 0.3s;
}
.header_menu_SP.open .header_nav_SP {
  transform: translateX(0);
  transition: transform 0.3s;
}
.header_nav_SP {
  position: absolute;
  top: 30px;
  right: -20px;
  background-color: #00A29A;
  background-color: rgba(55, 55, 55, 0.5);
  backdrop-filter: blur(10px);
  transform: translate(100%, 5px);
  transition: transform 0.3s;
  overflow-x: hidden;
}
.header_navList_SP {
  padding: 30px 0;
}
.header_navLink_SP {
  color: #FFFFFF;
  font-size: clamp(20px, 5.641025641vw, 22px);
  font-weight: 400;
  padding: 5px 23px 5px 10px;
  display: block;
  text-align: right;
}
.header_btn {
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_btn_text {
  color: #fff;
  font-size: 2rem;
}
.header_hum {
  width: 30px;
  height: 30px;
}
.header_hum_line {
  height: 3px;
  background-color: #FFFFFF;
  display: block;
  position: relative;
}
.header_hum_line1 {
  width: 24px;
  transition: transform 0.3s;
}
.header_hum_line2 {
  width: 15px;
  left: 9px;
  transform: translateY(6px) scaleX(1);
  transition: transform 0.3s;
}
.header_hum_line3 {
  width: 24px;
  transform: translateY(12px);
  transition: transform 0.3s;
}

/*************************
breadcrumb　パンくずリスト
*************************/
.breadcrumb {
  padding: 105px 49px 0 56px;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding: 56px 20px 0 15px;
  }
}
.breadcrumb_list {
  display: flex;
}
.breadcrumb_item {
  position: relative;
}
.breadcrumb_item:not(:last-of-type) {
  margin-right: 13px;
}
.breadcrumb_item:not(:last-of-type):before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 15px;
  right: -10px;
}
.breadcrumb_link {
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .breadcrumb_link {
    font-size: 1.4rem;
  }
}

/*************************
pagetop　ページトップ
*************************/
.pagetop {
  position: fixed;
  bottom: 2%;
  right: 1%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 1%;
    bottom: 1%;
  }
}
.pagetop_link {
  width: 65px;
  height: 65px;
  display: block;
}
@media screen and (max-width: 767px) {
  .pagetop_link {
    width: 55px;
    height: 55px;
  }
}
.pagetop_link:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/cmn/triangle.png) no-repeat center center/cover;
}
.pagetop_link:hover:before {
  background: url(../img/cmn/triangle_hover.png) no-repeat center center/cover;
}

/*************************
info　共通info
*************************/
.info {
  margin-top: 222px;
}
.info_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .info_wrap {
    width: 80%;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .info_wrap {
    width: 83%;
  }
}
.info_wrap:before {
  content: "";
  display: block;
  width: clamp(0px, 3.75vw, 72px);
  height: clamp(0px, 22.96875vw, 441px);
  background: url(../img/cmn/information.png) no-repeat center center/cover;
  position: absolute;
  top: -50%;
  right: -15%;
}
@media screen and (max-width: 1280px) {
  .info_wrap:before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .info_wrap:before {
    display: block;
    top: 2%;
    right: -13%;
  }
}
@media screen and (max-width: 767px) {
  .info_wrap:before {
    width: clamp(0px, 9.7435897436vw, 38px);
    height: clamp(0px, 59.4871794872vw, 232px);
    top: -14%;
    right: -20%;
  }
}
.info_link {
  width: 100%;
  max-width: 492px;
  padding: 58px 31px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .info_link {
    padding: 37px 13px 37px 20px;
  }
}
.info_link:nth-of-type(1) {
  margin-right: 30px;
  background-color: #70CBC7;
}
@media screen and (max-width: 1024px) {
  .info_link:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.info_link:nth-of-type(2) {
  background-color: #7159ED;
}
.info_link:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.info_text_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info_text_jp {
  color: #fff;
  font-size: 3rem;
  font-size: clamp(10px, 1.5625vw, 30px);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .info_text_jp {
    font-size: clamp(10px, 5.3333333333vw, 20px);
  }
}
.info_text_en {
  color: #fff;
  font-size: 1.8rem;
  font-size: clamp(10px, 0.9375vw, 18px);
}
@media screen and (max-width: 1024px) {
  .info_text_en {
    font-size: clamp(10px, 3.7333333333vw, 14px);
  }
}

/*************************
footer　フッター
*************************/
.footer {
  margin-top: 153px;
  margin-top: 200px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 42px;
  }
}
.footer_wrap {
  margin-bottom: 46px;
  padding-top: 47px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrap {
    margin-bottom: 38px;
    padding-top: 29px;
  }
}
.footer_logo {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    width: 90%;
  }
}
.footer_list {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footer_list {
    flex-direction: column;
    text-align: center;
    margin-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .footer_list {
    margin-top: 22px;
  }
}
.footer_item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_item {
    line-height: 1.65;
  }
}
.footer_item:not(:last-of-type) {
  margin-right: 82px;
  margin-right: clamp(50px, 4.2708333333vw, 82px);
}
@media screen and (max-width: 1024px) {
  .footer_item:not(:last-of-type) {
    margin-right: 0;
  }
}
.footer_item:not(:last-of-type):before {
  content: "";
  width: 1px;
  height: 21px;
  background-color: #00A29A;
  display: block;
  position: absolute;
  top: 23%;
  right: -41px;
}
@media screen and (max-width: 1024px) {
  .footer_item:not(:last-of-type):before {
    display: none;
  }
}
.footer_item_link {
  color: #00A29A;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .footer_item_link {
    font-size: 2.2rem;
  }
}
.footer_copy {
  color: #707070;
  font-size: 1.1rem;
  text-align: center;
  padding-bottom: 5px;
}

/*************************
swiper　スライダーカスタマイズ
*************************/
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "" !important;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 29px;
  height: 29px;
  background-color: #F3F3F3;
  border-radius: 50%;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background: url(../img/cmn/arrow_left.png) no-repeat center center/cover;
}

/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background: url(../img/cmn/arrow_right.png) no-repeat center center/cover;
}

.swiper-scrollbar {
  display: none;
}

/*************************
fadein　フェードイン
*************************/
.fadein_trigger {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1s, transform 1s;
}

.fadein {
  opacity: 1;
  transform: translateY(0);
}

/*************************
fadeStay　フェードイン(その場でふわっと)
*************************/
.fadeStay_trigger {
  opacity: 0;
  transition: opacity 0.7s;
}

.fadeStay {
  opacity: 1;
}

/*************************
fadeLeft　フェードレフト
*************************/
.fadeLeft_trigger {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 1s;
}
.fadeLeft_trigger.interview01 {
  transform: translateX(calc(-170% - 200px));
}
.fadeLeft_trigger.interview02 {
  transform: translate(calc(-220% - 200px), 55px);
}
.fadeLeft_trigger.interview03 {
  transform: translate(calc(-230% - 200px), 55px);
}
.fadeLeft_trigger.interview04 {
  transform: translate(calc(-270% - 200px), 20px);
}

@media screen and (max-width: 767px) {
  .fadeLeft_trigger {
    transform: translateX(200px);
  }
  .fadeLeft_trigger.interview01 {
    transform: translateX(calc(-50% - 200px));
  }
  .fadeLeft_trigger.interview02 {
    transform: translate(calc(-50% - 200px), -11px);
  }
  .fadeLeft_trigger.interview03 {
    transform: translate(calc(-50% - 200px), 9px);
  }
  .fadeLeft_trigger.interview04 {
    transform: translate(calc(-50% - 200px), 9px);
  }
}

.fadeLeft {
  opacity: 1;
  transform: none;
}
.fadeLeft.interview01 {
  transform: translateX(-170%);
}
.fadeLeft.interview02 {
  transform: translate(-220%, 55px);
}
.fadeLeft.interview03 {
  transform: translate(-230%, 55px);
}
.fadeLeft.interview04 {
  transform: translate(-270%, 20px);
}

@media screen and (max-width: 767px) {
  .fadeLeft {
    opacity: 1;
    transform: none;
  }
  .fadeLeft.interview01 {
    transform: translateX(-50%);
  }
  .fadeLeft.interview02 {
    transform: translate(-50%, -11px);
  }
  .fadeLeft.interview03 {
    transform: translate(-50%, 9px);
  }
  .fadeLeft.interview04 {
    transform: translate(-55%, 9px);
  }
}

/*************************
fadeLeft　フェードライト
*************************/
.fadeRight_trigger {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 1s;
}

.fadeRight {
  opacity: 1;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .fadeRight {
    opacity: 1;
    transform: none;
  }
}

/*************************
fadeRight　フェードライト
*************************/
.fadeRight-h2_trigger {
  transform: translateX(100%);
  transition: transform 1s;
}

.fadeRight-h2 {
  transform: translateX(0);
}

/*************************
delay-time　アニメーション遅延
*************************/
.delay-time04 {
  transition-delay: 0.4s;
}

.delay-time06 {
  transition-delay: 0.6s;
}

.delay-time08 {
  transition-delay: 0.8s;
}

.delay-time10 {
  transition-delay: 1s;
}

.delay-time12 {
  transition-delay: 1.2s;
}

.delay-time16 {
  transition-delay: 1.6s;
}

.delay-time18 {
  transition-delay: 1.8s;
}

.delay-time20 {
  transition-delay: 2s;
}

/*************************
fluidrotate　アニメーションうねうね背景
*************************/
@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}/*# sourceMappingURL=common.css.map */