@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;700;900&family=Raleway:wght@300;400;500;700;800;900&display=swap");
/* ベース
================================================== */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

:where(html) {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}
@media all and (min-width: 768px) {
  :where(html) {
    -ms-overflow-style: none; /* IE, Edge スクロールバー消去 */
    scrollbar-width: none; /* Firefox スクロールバー消去 */
  }
}

/* Chrome, Safari スクロールバー消去 */
@media screen and (max-width: 768px) {
  html::-webkit-scrollbar {
    display: none;
  }
}

html.is-hidden {
  overflow: hidden;
}

:where(body) {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 3.73334vw;
  font-weight: 400;
  line-height: 1.57143;
}
@media all and (min-width: 768px) {
  :where(body) {
    font-size: 2rem;
    line-height: 1.8;
    display: flex;
    flex-direction: column;
  }
}

:where(a) {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
}
:where(a):focus {
  outline: none;
}

:where(img) {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

:where(table) {
  border-collapse: collapse;
  width: 100%;
}

/* font各種設定
-------------------------------------------------- */
.f_noto {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.f_noto a {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.f_noto-serif {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.f_noto-serif a {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.f_noto-raleway {
  font-family: "Raleway", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.f_noto-raleway a {
  font-family: "Raleway", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* レスポンシブ消去
-------------------------------------------------- */
@media all and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media all and (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media all and (min-width: 768px) {
  .bp {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .bp {
    display: none;
  }
}

/* インナー共通部分設定
-------------------------------------------------- */
:where(.cmn_inner) {
  margin: 0 auto;
  width: 94.66667%;
}
@media all and (min-width: 768px) {
  :where(.cmn_inner) {
    max-width: 1066px;
    width: 96.38337vw;
  }
}

/* アンカー
-------------------------------------------------- */
.cmn_anchor {
  margin-top: -56px;
  padding-top: 56px;
}
@media all and (min-width: 768px) {
  .cmn_anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}

/* main
-------------------------------------------------- */
.main {
  margin-top: 56px;
}
@media all and (min-width: 768px) {
  .main {
    margin-top: 10px;
  }
}

/* ボタン共通
-------------------------------------------------- */
/* ボタン（小） */
.cmn_btn--s a {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 5.33334vw;
  display: table;
  font-size: 3.73334vw;
  line-height: 2.14286;
  padding: 0.8vw 12.53334vw 1.33334vw 12.53334vw;
  text-align: center;
  position: relative;
  min-width: 180px;
  width: 48vw;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .cmn_btn--s a {
    border-radius: 25px;
    font-size: 16px;
    line-height: 1.875;
    padding: 10px 45px;
    margin: 0 0 0 auto;
    min-width: 200px;
    width: 200px;
  }
}
.cmn_btn--s a::after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 5.656vw;
  width: 8.16267vw;
  position: absolute;
  top: 50%;
  right: 4.26667vw;
  transform: translateY(-50%);
}
@media all and (min-width: 768px) {
  .cmn_btn--s a::after {
    height: 21px;
    width: 31px;
    right: 14px;
  }
}
.cmn_btn--s a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

/* header
-------------------------------------------------- */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media all and (max-width: 767px) {
  .header {
    background-color: #fff;
    height: 56px;
  }
}
@media all and (min-width: 768px) {
  .header {
    height: 80px;
  }
}

@media all and (min-width: 768px) {
  .header.is-active {
    background-color: #fff;
    transition: all 0.5s;
  }
}

.header__inner {
  padding: 5.5px 0;
  height: 100%;
}
@media all and (min-width: 768px) {
  .header__inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1266px;
    padding: 7px 0 6px;
    width: 92.67936%;
  }
}

.header__logo {
  margin: 0 auto;
  height: auto;
  width: 62.24px;
}
@media all and (min-width: 768px) {
  .header__logo {
    margin: 0 10px 0 0;
    width: 338.06px;
  }
}
.header__logo a {
  display: block;
  width: 100%;
}
.header__logo:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

/* ヘッダーナビ */
@media all and (max-width: 767px) {
  .header__nav {
    background-color: #00A1E9;
    height: calc(100dvh - 56px);
    width: 100vw;
    position: fixed;
    top: 56px;
    right: -150%;
    transition: all 0.6s;
    overflow-y: scroll;
  }
}
@media all and (min-width: 768px) {
  .header__nav {
    margin-left: auto;
  }
}

@media all and (max-width: 767px) {
  .header__nav_inner {
    margin: 0 auto;
    padding: 33px 0 100px;
    width: 66.66667%;
  }
}
@media all and (max-width: 767px) {
  .header__nav_inner > ul {
    border-top: 1px solid #fff;
  }
}
@media all and (min-width: 768px) {
  .header__nav_inner > ul {
    display: flex;
    align-items: center;
    gap: 0 min(2.48902vw, 34px);
  }
}
@media all and (max-width: 767px) {
  .header__nav_inner > ul > li {
    border-bottom: 1px solid #fff;
  }
}
@media all and (max-width: 767px) {
  .header__nav_inner > ul a {
    color: #fff;
    display: block;
    line-height: 1.5;
    padding: 10px 40px 10px 5px;
    position: relative;
  }
  .header__nav_inner > ul a::before {
    content: "";
    background-image: url(//img/cmn/icon_arrow--white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 21.21px;
    width: 30.61px;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
  }
}
@media all and (min-width: 768px) {
  .header__nav_inner > ul a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    color: #000;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 6px 0 7px;
    text-align: center;
    width: 93px;
  }
}
@media all and (max-width: 767px) {
  .header__nav_inner > ul a:hover {
    opacity: 0.6;
    transition: all 0.3s;
  }
}
@media all and (min-width: 768px) {
  .header__nav_inner > ul a:hover {
    background-color: #fff;
    border: 1px solid #136930;
    transition: all 0.3s;
  }
}
@media all and (max-width: 767px) {
  .header__nav_inner > ul .sp-only li {
    margin: 15px auto;
    width: 96%;
  }
  .header__nav_inner > ul .sp-only a {
    padding: 0;
  }
  .header__nav_inner > ul .sp-only a::before {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .top .header__nav_inner > ul > li:nth-child(1) a,
  .service .header__nav_inner > ul > li:nth-child(2) a,
  .outline .header__nav_inner > ul > li:nth-child(3) a,
  .recruit .header__nav_inner > ul > li:nth-child(4) a {
    background-color: #fff;
    border: 1px solid #136930;
  }
  .f_index .header__nav_inner > ul > li:nth-child(5) a,
  .f_confirm .header__nav_inner > ul > li:nth-child(5) a,
  .f_thanks .header__nav_inner > ul > li:nth-child(5) a,
  .f_error .header__nav_inner > ul > li:nth-child(5) a {
    background-color: #fff;
    border: 1px solid #136930;
  }
}
/*アクティブクラスがついたら位置を0に*/
@media all and (max-width: 767px) {
  .header__nav.panelactive {
    right: 0;
  }
}

/* ハンバーガーメニューボタン */
@media all and (max-width: 767px) {
  .header__h_btn {
    position: absolute;
    top: 0px;
    right: 0;
    height: 56px;
    width: 60px;
    z-index: 1100;
  }
  .header__h_btn:hover {
    cursor: pointer;
  }
  .header__h_btn .h_btn__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header__h_btn span {
    background-color: #707070;
    height: 1px;
    position: absolute;
    transform: translate(-50%, -50%);
  }
  .header__h_btn span:nth-child(1) {
    left: 50%;
    top: calc(50% - 8px);
    width: 40px;
  }
  .header__h_btn span:nth-child(2) {
    left: calc(50% - 5px);
    width: 30px;
  }
  .header__h_btn span:nth-child(3) {
    left: calc(50% - 10px);
    top: calc(50% + 8px);
    width: 20px;
  }
}

.header__h_btn.active span {
  transition: all 0.4s;
}
.header__h_btn.active span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
  width: 40px;
}
.header__h_btn.active span:nth-child(2) {
  display: none;
}
.header__h_btn.active span:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  width: 40px;
}

/* TOPに戻るボタン
-------------------------------------------------- */
.sec_goTop {
  background-color: #F0F0F0;
  height: 22.93334vw;
  padding-top: 3.73334vw;
  padding-bottom: 5.33334vw;
}
@media all and (min-width: 768px) {
  .sec_goTop {
    height: 75px;
    padding-top: 2px;
    padding-bottom: 9px;
  }
}
.sec_goTop img {
  display: block;
  margin: 0 auto;
  width: 8.26667vw;
}
@media all and (min-width: 768px) {
  .sec_goTop img {
    width: 40px;
  }
}
.sec_goTop:hover {
  cursor: pointer;
}
.sec_goTop:hover img {
  opacity: 0.6;
  transition: all 0.3s;
}

/* footer
-------------------------------------------------- */
.footer {
  background-color: #136930;
}

@media all and (min-width: 768px) {
  .footer__inner {
    display: flex;
    max-width: 1066px;
    margin: 0 auto;
    width: 96.38337vw;
  }
}

@media all and (min-width: 768px) {
  .footer__img {
    order: 2;
    width: 254px;
  }
}

.footer__group {
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  padding: 6.66667vw 0 6.66667vw;
  width: 94.66667%;
}
@media all and (min-width: 768px) {
  .footer__group {
    order: 1;
    border: none;
    margin: 0;
    padding: 35px 10px 35px 0;
    width: 38.08631%;
  }
}

.footer__logo {
  margin: 0 auto;
  width: 80vw;
}
@media all and (min-width: 768px) {
  .footer__logo {
    margin: 0 auto 0 0;
    width: min(27.12478vw, 300px);
  }
}

.footer__add {
  color: #fff;
  margin-top: 2.13334vw;
  text-align: center;
}
@media all and (min-width: 768px) {
  .footer__add {
    font-size: 1.3rem;
    line-height: 1.69231;
    margin-top: 10px;
    text-align: left;
  }
}

.footer__nav {
  margin: 0 auto;
  padding: 6.66667vw 0 6.66667vw;
  width: 94.66667%;
}
@media all and (min-width: 768px) {
  .footer__nav {
    order: 3;
    padding: 28px 0 35px min(5.33454vw, 59px);
    width: 38.08631%;
  }
}
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.93334vw 11.2vw;
  position: relative;
}
@media all and (min-width: 768px) {
  .footer__nav ul {
    gap: 2px 27px;
  }
}
.footer__nav ul::before, .footer__nav ul::after {
  content: "";
  border-width: 0 0 1px 0;
  border-style: solid;
  width: 100%;
  position: absolute;
  top: 50%;
}
@media all and (min-width: 768px) {
  .footer__nav ul::before, .footer__nav ul::after {
    top: calc(50% + 2px);
  }
}
.footer__nav ul::before {
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-100%);
}
.footer__nav ul::after {
  border-color: rgba(0, 0, 0, 0.5);
}
@media all and (min-width: 768px) {
  .footer__nav ul li:first-child {
    margin-left: min(0.90416vw, 10px);
  }
}
.footer__nav ul a {
  color: #fff;
  line-height: 1.92858;
}
@media all and (min-width: 768px) {
  .footer__nav ul a {
    font-size: min(1.44665vw, 16px);
  }
}
.footer__nav ul a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

/* copyright
-------------------------------------------------- */
.copyright {
  background-color: #191919;
  padding: 0.26667vw 2.66667vw 0.53334vw;
}
@media all and (min-width: 768px) {
  .copyright {
    padding: 1px 1em 2px;
  }
}

.copyright__txt {
  color: #fff;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 2.25;
  text-align: center;
}
@media all and (min-width: 768px) {
  .copyright__txt {
    font-size: 1.2rem;
  }
}

/* RECRUIT
-------------------------------------------------- */
.cmn_recruit {
  background-image: url(/img/cmn/bg_recruit_sp.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 106.66667vw;
}
@media all and (min-width: 768px) {
  .cmn_recruit {
    background-image: url(/img/cmn/bg_recruit_pc.png);
    background-size: cover;
    min-height: initial;
  }
}

.cmn_recruit__inner {
  padding-top: 5.33334vw;
  padding-bottom: 8vw;
}
@media all and (min-width: 768px) {
  .cmn_recruit__inner {
    padding-top: 75px;
    padding-bottom: 58px;
  }
}

.cmn_recruit__ttl {
  height: 30.93334vw;
  margin: 0 -2.66666vw;
}
@media all and (min-width: 768px) {
  .cmn_recruit__ttl {
    height: 196.78px;
    margin: 0;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .cmn_recruit__txtWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 1.50094%;
    margin-top: -50px;
  }
}

.cmn_recruit__txt {
  color: #fff;
  font-size: 4.26667vw;
  line-height: 1.625;
  margin-top: 3.46667vw;
  text-align: center;
}
@media all and (min-width: 768px) {
  .cmn_recruit__txt {
    font-size: 2rem;
    line-height: 2;
    margin-top: 0;
    text-align: left;
    width: 54.40901%;
  }
}

.cmn_recruit__btn {
  margin-top: 6.66667vw;
}
@media all and (min-width: 768px) {
  .cmn_recruit__btn {
    margin-top: 0;
    padding-bottom: 6px;
  }
}
.cmn_recruit__btn a {
  color: #FCC800;
  border-color: #FCC800;
}
.cmn_recruit__btn a::after {
  background-image: url(/img/cmn/icon_arrow--orange.svg);
}

/* CONTACT
-------------------------------------------------- */
.cmn_contact {
  background-color: #F0F0F0;
}

.cmn_contact__inner {
  padding-top: 9.33334vw;
}
@media all and (min-width: 768px) {
  .cmn_contact__inner {
    padding-top: 80px;
  }
}

.cmn_contact__wrap {
  background-image: url(/img/cmn/bg_contact_sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1.06667vw solid #136930;
  padding: 4vw 0 7.46667vw;
  position: relative;
}
@media all and (min-width: 768px) {
  .cmn_contact__wrap {
    background-image: url(/img/cmn/bg_contact_pc.jpg);
    border: 8px solid #136930;
    padding: 0 0 27px;
  }
}
.cmn_contact__wrap::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cmn_contact__ttl {
  position: relative;
}
@media all and (min-width: 768px) {
  .cmn_contact__ttl {
    margin-top: -11px;
    width: 100%;
  }
}

.cmn_contact__list {
  display: flex;
  flex-direction: column;
  gap: 6.66667vw 0;
  margin: 6.4vw auto 0;
  position: relative;
  width: 80vw;
}
@media all and (min-width: 768px) {
  .cmn_contact__list {
    flex-direction: row;
    justify-content: center;
    gap: 0 min(4.39239vw, 60px);
    margin: 23px auto 0;
    width: min(70.27819vw, 960px);
  }
}
.cmn_contact__list li {
  background-color: rgba(255, 255, 255, 0.8);
}
@media all and (min-width: 768px) {
  .cmn_contact__list li {
    width: calc(50% - 15px);
  }
}
.cmn_contact__list li:nth-child(1) {
  padding: 5.06667vw 5.06667vw 4vw 4.8vw;
}
@media all and (min-width: 768px) {
  .cmn_contact__list li:nth-child(1) {
    padding: 19px min(1.68375vw, 23px) 13px min(1.1713vw, 16px);
  }
}
.cmn_contact__list li:nth-child(2) {
  padding: 5.06667vw;
}
@media all and (min-width: 768px) {
  .cmn_contact__list li:nth-child(2) {
    display: flex;
    flex-direction: column;
    padding: 19px min(1.02489vw, 14px) 13px min(1.83017vw, 25px);
  }
}
.cmn_contact__list .ttl {
  border-bottom: 1px solid #000;
  font-size: 4.26667vw;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.33334vw;
}
@media all and (min-width: 768px) {
  .cmn_contact__list .ttl {
    font-size: 2rem;
    line-height: 1.45;
    padding-bottom: 8px;
  }
}
.cmn_contact__list .tel {
  font-size: 8.53334vw;
  font-weight: bold;
  line-height: 1.46875;
  letter-spacing: 0.125em;
}
@media all and (min-width: 768px) {
  .cmn_contact__list .tel {
    font-size: 4.4rem;
    line-height: 1.56819;
    margin-top: 17px;
  }
}
.cmn_contact__list .txt {
  font-size: 4.26667vw;
  line-height: 1.625;
  margin-top: 1.86667vw;
}
@media all and (min-width: 768px) {
  .cmn_contact__list .txt {
    font-size: 1.8rem;
    line-height: 1.88889;
    margin-top: 17px;
  }
}
.cmn_contact__list .receptionTime {
  display: flex;
  margin-top: 1.6vw;
}
@media all and (min-width: 768px) {
  .cmn_contact__list .receptionTime {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 9px;
  }
}
.cmn_contact__list .receptionTime dt, .cmn_contact__list .receptionTime dd {
  font-weight: 500;
}
.cmn_contact__list .receptionTime dt {
  white-space: nowrap;
}
.cmn_contact__list .receptionTime dd {
  font-feature-settings: "palt";
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .cmn_contact__list .receptionTime dd {
    white-space: normal;
  }
}

.cmn_contact__btn {
  margin-top: 4.8vw;
}
@media all and (min-width: 768px) {
  .cmn_contact__btn {
    margin-top: auto;
    padding-top: 19px;
  }
}
.cmn_contact__btn a {
  color: #136930;
  border-color: #136930;
  padding: 0.8vw 12.26667vw 1.33334vw 2.93334vw !important;
}
@media all and (min-width: 768px) {
  .cmn_contact__btn a {
    border-radius: 25px;
    max-width: 300px;
    margin: 0 auto !important;
    padding: 10px 50px !important;
    width: 100%;
  }
}
.cmn_contact__btn a::after {
  background-image: url(/img/cmn/icon_arrow--green.svg);
}

/* kv（下層）
-------------------------------------------------- */
:where(body:not(.top)) .kv {
  position: relative;
}
:where(body:not(.top)) .kv__inner {
  margin: 0 auto;
  width: 94.66667%;
}
@media all and (min-width: 768px) {
  :where(body:not(.top)) .kv__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0 min(0.73206vw, 10px);
    max-width: 1266px;
    margin: 0 auto;
    padding-left: min(4.09956vw, 56px);
    width: 92.67936%;
  }
}
@media all and (min-width: 768px) {
  :where(body:not(.top)) .kv__img {
    flex-shrink: 0;
    max-width: 850px;
    width: min(62.22548vw, 850px);
  }
}
:where(body:not(.top)) .kv__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18.13334vw 0 15.2vw;
}
@media all and (min-width: 768px) {
  :where(body:not(.top)) .kv__ttl {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0 min(0.73206vw, 10px);
    letter-spacing: 0.16em;
    padding: 56px 0 0;
    width: min(25.62226vw, 350px);
  }
}
:where(body:not(.top)) .kv__ttl--jp {
  display: block;
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.17em;
  writing-mode: vertical-rl;
}
@media all and (min-width: 768px) {
  :where(body:not(.top)) .kv__ttl--jp {
    font-size: min(3.22109vw, 4.4rem);
    line-height: 1;
  }
}
:where(body:not(.top)) .kv__ttl--en {
  display: block;
  font-size: 14.4vw;
  font-weight: 400;
  line-height: 1.21154;
  letter-spacing: 0.07em;
}
@media all and (min-width: 768px) {
  :where(body:not(.top)) .kv__ttl--en {
    font-size: min(2.63543vw, 3.6rem);
    line-height: 1.16667;
  }
}
:where(body:not(.top)) .kv__ttl--en .f_color {
  font-weight: bold;
}

/* sec_top（下層）
-------------------------------------------------- */
@media all and (min-width: 768px) {
  :where(body:not(.top)) .sec {
    margin-top: 80px;
  }
}
:where(body:not(.top)) .sec_top {
  background-position: center 6.4vw;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 2.93334vw;
  position: relative;
}
@media all and (min-width: 768px) {
  :where(body:not(.top)) .sec_top {
    background-image: none;
    margin-top: 31px;
    padding-top: 0;
  }
}
:where(body:not(.top)) .sec_top::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 768px) {
  :where(body:not(.top)) .sec_top::before {
    top: 71px;
    height: calc(100% - 71px);
  }
}
:where(body:not(.top)) .sec_top__inner {
  position: relative;
  z-index: 100;
}
@media all and (min-width: 768px) {
  :where(body:not(.top)) .sec_top__inner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
:where(body:not(.top)) .sec_top__ttl {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.44445;
  text-align: center;
}
@media all and (min-width: 768px) {
  :where(body:not(.top)) .sec_top__ttl {
    font-size: 2.8rem;
    line-height: 1;
    padding-top: 36px;
  }
}
:where(body:not(.top)) .sec_top__txt {
  margin-top: 5.33334vw;
}
@media all and (min-width: 768px) {
  :where(body:not(.top)) .sec_top__txt {
    margin-top: 56px;
    text-align: center;
  }
}

/* ========== 波 ========== */
.wabe {
  position: absolute;
  top: 72.53334vw;
  z-index: 500;
}
@media all and (min-width: 768px) {
  .wabe {
    top: min(24.30454vw, 332px);
  }
}/*# sourceMappingURL=cmn.css.map */