@charset "UTF-8";
/*
Description: 20251022時点。修正点：投稿ページのパーマリンクをID数値に、症例カードの画像アスペクト比、背景全体にimgを適用するクラス、強調表示・マーカーをパーツに追加
Version: 1.4.8
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: my-custom-theme
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

ul,
ol {
  list-style-type: none;
}

input,
button,
textarea,
select {
  outline: none;
  font: inherit;
  background-color: transparent;
  border: none;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #303030;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}

@media screen and (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

strong {
  color: #00AA96;
}

mark {
  background: linear-gradient(to bottom, transparent 50%, #F1FBF8 50%);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.wrapper {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1512px;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

strong {
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp_only {
    display: none !important;
  }
}

.ml_auto {
  margin-left: auto;
}

.mr_auto {
  margin-right: auto;
}

.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.m5 {
  margin: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.m10 {
  margin: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.m15 {
  margin: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.m20 {
  margin: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.m25 {
  margin: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.m30 {
  margin: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.m35 {
  margin: 35px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mr35 {
  margin-right: 35px;
}

.m40 {
  margin: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.m45 {
  margin: 45px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mr45 {
  margin-right: 45px;
}

.m50 {
  margin: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.m55 {
  margin: 55px;
}

.mt55 {
  margin-top: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.ml55 {
  margin-left: 55px;
}

.mr55 {
  margin-right: 55px;
}

.m60 {
  margin: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.m65 {
  margin: 65px;
}

.mt65 {
  margin-top: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.ml65 {
  margin-left: 65px;
}

.mr65 {
  margin-right: 65px;
}

.m70 {
  margin: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.m75 {
  margin: 75px;
}

.mt75 {
  margin-top: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.ml75 {
  margin-left: 75px;
}

.mr75 {
  margin-right: 75px;
}

.m80 {
  margin: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.m85 {
  margin: 85px;
}

.mt85 {
  margin-top: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.ml85 {
  margin-left: 85px;
}

.mr85 {
  margin-right: 85px;
}

.m90 {
  margin: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.m95 {
  margin: 95px;
}

.mt95 {
  margin-top: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.ml95 {
  margin-left: 95px;
}

.mr95 {
  margin-right: 95px;
}

.m100 {
  margin: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

@media screen and (max-width: 834px) {
  .sp_m0 {
    margin: 0px !important;
  }
  .sp_mt0 {
    margin-top: 0px !important;
  }
  .sp_mb0 {
    margin-bottom: 0px !important;
  }
  .sp_ml0 {
    margin-left: 0px !important;
  }
  .sp_mr0 {
    margin-right: 0px !important;
  }
  .sp_m5 {
    margin: 5px;
  }
  .sp_mt5 {
    margin-top: 5px;
  }
  .sp_mb5 {
    margin-bottom: 5px;
  }
  .sp_ml5 {
    margin-left: 5px;
  }
  .sp_mr5 {
    margin-right: 5px;
  }
  .sp_m10 {
    margin: 10px;
  }
  .sp_mt10 {
    margin-top: 10px;
  }
  .sp_mb10 {
    margin-bottom: 10px;
  }
  .sp_ml10 {
    margin-left: 10px;
  }
  .sp_mr10 {
    margin-right: 10px;
  }
  .sp_m15 {
    margin: 15px;
  }
  .sp_mt15 {
    margin-top: 15px;
  }
  .sp_mb15 {
    margin-bottom: 15px;
  }
  .sp_ml15 {
    margin-left: 15px;
  }
  .sp_mr15 {
    margin-right: 15px;
  }
  .sp_m20 {
    margin: 20px;
  }
  .sp_mt20 {
    margin-top: 20px;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
  .sp_ml20 {
    margin-left: 20px;
  }
  .sp_mr20 {
    margin-right: 20px;
  }
  .sp_m25 {
    margin: 25px;
  }
  .sp_mt25 {
    margin-top: 25px;
  }
  .sp_mb25 {
    margin-bottom: 25px;
  }
  .sp_ml25 {
    margin-left: 25px;
  }
  .sp_mr25 {
    margin-right: 25px;
  }
  .sp_m30 {
    margin: 30px;
  }
  .sp_mt30 {
    margin-top: 30px;
  }
  .sp_mb30 {
    margin-bottom: 30px;
  }
  .sp_ml30 {
    margin-left: 30px;
  }
  .sp_mr30 {
    margin-right: 30px;
  }
  .sp_m35 {
    margin: 35px;
  }
  .sp_mt35 {
    margin-top: 35px;
  }
  .sp_mb35 {
    margin-bottom: 35px;
  }
  .sp_ml35 {
    margin-left: 35px;
  }
  .sp_mr35 {
    margin-right: 35px;
  }
  .sp_m40 {
    margin: 40px;
  }
  .sp_mt40 {
    margin-top: 40px;
  }
  .sp_mb40 {
    margin-bottom: 40px;
  }
  .sp_ml40 {
    margin-left: 40px;
  }
  .sp_mr40 {
    margin-right: 40px;
  }
  .sp_m45 {
    margin: 45px;
  }
  .sp_mt45 {
    margin-top: 45px;
  }
  .sp_mb45 {
    margin-bottom: 45px;
  }
  .sp_ml45 {
    margin-left: 45px;
  }
  .sp_mr45 {
    margin-right: 45px;
  }
  .sp_m50 {
    margin: 50px;
  }
  .sp_mt50 {
    margin-top: 50px;
  }
  .sp_mb50 {
    margin-bottom: 50px;
  }
  .sp_ml50 {
    margin-left: 50px;
  }
  .sp_mr50 {
    margin-right: 50px;
  }
  .sp_m55 {
    margin: 55px;
  }
  .sp_mt55 {
    margin-top: 55px;
  }
  .sp_mb55 {
    margin-bottom: 55px;
  }
  .sp_ml55 {
    margin-left: 55px;
  }
  .sp_mr55 {
    margin-right: 55px;
  }
  .sp_m60 {
    margin: 60px;
  }
  .sp_mt60 {
    margin-top: 60px;
  }
  .sp_mb60 {
    margin-bottom: 60px;
  }
  .sp_ml60 {
    margin-left: 60px;
  }
  .sp_mr60 {
    margin-right: 60px;
  }
  .sp_m65 {
    margin: 65px;
  }
  .sp_mt65 {
    margin-top: 65px;
  }
  .sp_mb65 {
    margin-bottom: 65px;
  }
  .sp_ml65 {
    margin-left: 65px;
  }
  .sp_mr65 {
    margin-right: 65px;
  }
  .sp_m70 {
    margin: 70px;
  }
  .sp_mt70 {
    margin-top: 70px;
  }
  .sp_mb70 {
    margin-bottom: 70px;
  }
  .sp_ml70 {
    margin-left: 70px;
  }
  .sp_mr70 {
    margin-right: 70px;
  }
  .sp_m75 {
    margin: 75px;
  }
  .sp_mt75 {
    margin-top: 75px;
  }
  .sp_mb75 {
    margin-bottom: 75px;
  }
  .sp_ml75 {
    margin-left: 75px;
  }
  .sp_mr75 {
    margin-right: 75px;
  }
  .sp_m80 {
    margin: 80px;
  }
  .sp_mt80 {
    margin-top: 80px;
  }
  .sp_mb80 {
    margin-bottom: 80px;
  }
  .sp_ml80 {
    margin-left: 80px;
  }
  .sp_mr80 {
    margin-right: 80px;
  }
  .sp_m85 {
    margin: 85px;
  }
  .sp_mt85 {
    margin-top: 85px;
  }
  .sp_mb85 {
    margin-bottom: 85px;
  }
  .sp_ml85 {
    margin-left: 85px;
  }
  .sp_mr85 {
    margin-right: 85px;
  }
  .sp_m90 {
    margin: 90px;
  }
  .sp_mt90 {
    margin-top: 90px;
  }
  .sp_mb90 {
    margin-bottom: 90px;
  }
  .sp_ml90 {
    margin-left: 90px;
  }
  .sp_mr90 {
    margin-right: 90px;
  }
  .sp_m95 {
    margin: 95px;
  }
  .sp_mt95 {
    margin-top: 95px;
  }
  .sp_mb95 {
    margin-bottom: 95px;
  }
  .sp_ml95 {
    margin-left: 95px;
  }
  .sp_mr95 {
    margin-right: 95px;
  }
  .sp_m100 {
    margin: 100px;
  }
  .sp_mt100 {
    margin-top: 100px;
  }
  .sp_mb100 {
    margin-bottom: 100px;
  }
  .sp_ml100 {
    margin-left: 100px;
  }
  .sp_mr100 {
    margin-right: 100px;
  }
  .sp_m105 {
    margin: 105px;
  }
  .sp_mt105 {
    margin-top: 105px;
  }
  .sp_mb105 {
    margin-bottom: 105px;
  }
  .sp_ml105 {
    margin-left: 105px;
  }
  .sp_mr105 {
    margin-right: 105px;
  }
  .sp_m110 {
    margin: 110px;
  }
  .sp_mt110 {
    margin-top: 110px;
  }
  .sp_mb110 {
    margin-bottom: 110px;
  }
  .sp_ml110 {
    margin-left: 110px;
  }
  .sp_mr110 {
    margin-right: 110px;
  }
  .sp_m115 {
    margin: 115px;
  }
  .sp_mt115 {
    margin-top: 115px;
  }
  .sp_mb115 {
    margin-bottom: 115px;
  }
  .sp_ml115 {
    margin-left: 115px;
  }
  .sp_mr115 {
    margin-right: 115px;
  }
  .sp_m120 {
    margin: 120px;
  }
  .sp_mt120 {
    margin-top: 120px;
  }
  .sp_mb120 {
    margin-bottom: 120px;
  }
  .sp_ml120 {
    margin-left: 120px;
  }
  .sp_mr120 {
    margin-right: 120px;
  }
  .sp_m125 {
    margin: 125px;
  }
  .sp_mt125 {
    margin-top: 125px;
  }
  .sp_mb125 {
    margin-bottom: 125px;
  }
  .sp_ml125 {
    margin-left: 125px;
  }
  .sp_mr125 {
    margin-right: 125px;
  }
  .sp_m130 {
    margin: 130px;
  }
  .sp_mt130 {
    margin-top: 130px;
  }
  .sp_mb130 {
    margin-bottom: 130px;
  }
  .sp_ml130 {
    margin-left: 130px;
  }
  .sp_mr130 {
    margin-right: 130px;
  }
  .sp_m135 {
    margin: 135px;
  }
  .sp_mt135 {
    margin-top: 135px;
  }
  .sp_mb135 {
    margin-bottom: 135px;
  }
  .sp_ml135 {
    margin-left: 135px;
  }
  .sp_mr135 {
    margin-right: 135px;
  }
  .sp_m140 {
    margin: 140px;
  }
  .sp_mt140 {
    margin-top: 140px;
  }
  .sp_mb140 {
    margin-bottom: 140px;
  }
  .sp_ml140 {
    margin-left: 140px;
  }
  .sp_mr140 {
    margin-right: 140px;
  }
  .sp_m145 {
    margin: 145px;
  }
  .sp_mt145 {
    margin-top: 145px;
  }
  .sp_mb145 {
    margin-bottom: 145px;
  }
  .sp_ml145 {
    margin-left: 145px;
  }
  .sp_mr145 {
    margin-right: 145px;
  }
  .sp_m150 {
    margin: 150px;
  }
  .sp_mt150 {
    margin-top: 150px;
  }
  .sp_mb150 {
    margin-bottom: 150px;
  }
  .sp_ml150 {
    margin-left: 150px;
  }
  .sp_mr150 {
    margin-right: 150px;
  }
  .sp_m155 {
    margin: 155px;
  }
  .sp_mt155 {
    margin-top: 155px;
  }
  .sp_mb155 {
    margin-bottom: 155px;
  }
  .sp_ml155 {
    margin-left: 155px;
  }
  .sp_mr155 {
    margin-right: 155px;
  }
  .sp_m160 {
    margin: 160px;
  }
  .sp_mt160 {
    margin-top: 160px;
  }
  .sp_mb160 {
    margin-bottom: 160px;
  }
  .sp_ml160 {
    margin-left: 160px;
  }
  .sp_mr160 {
    margin-right: 160px;
  }
  .sp_m165 {
    margin: 165px;
  }
  .sp_mt165 {
    margin-top: 165px;
  }
  .sp_mb165 {
    margin-bottom: 165px;
  }
  .sp_ml165 {
    margin-left: 165px;
  }
  .sp_mr165 {
    margin-right: 165px;
  }
  .sp_m170 {
    margin: 170px;
  }
  .sp_mt170 {
    margin-top: 170px;
  }
  .sp_mb170 {
    margin-bottom: 170px;
  }
  .sp_ml170 {
    margin-left: 170px;
  }
  .sp_mr170 {
    margin-right: 170px;
  }
  .sp_m175 {
    margin: 175px;
  }
  .sp_mt175 {
    margin-top: 175px;
  }
  .sp_mb175 {
    margin-bottom: 175px;
  }
  .sp_ml175 {
    margin-left: 175px;
  }
  .sp_mr175 {
    margin-right: 175px;
  }
  .sp_m180 {
    margin: 180px;
  }
  .sp_mt180 {
    margin-top: 180px;
  }
  .sp_mb180 {
    margin-bottom: 180px;
  }
  .sp_ml180 {
    margin-left: 180px;
  }
  .sp_mr180 {
    margin-right: 180px;
  }
  .sp_m185 {
    margin: 185px;
  }
  .sp_mt185 {
    margin-top: 185px;
  }
  .sp_mb185 {
    margin-bottom: 185px;
  }
  .sp_ml185 {
    margin-left: 185px;
  }
  .sp_mr185 {
    margin-right: 185px;
  }
  .sp_m190 {
    margin: 190px;
  }
  .sp_mt190 {
    margin-top: 190px;
  }
  .sp_mb190 {
    margin-bottom: 190px;
  }
  .sp_ml190 {
    margin-left: 190px;
  }
  .sp_mr190 {
    margin-right: 190px;
  }
  .sp_m195 {
    margin: 195px;
  }
  .sp_mt195 {
    margin-top: 195px;
  }
  .sp_mb195 {
    margin-bottom: 195px;
  }
  .sp_ml195 {
    margin-left: 195px;
  }
  .sp_mr195 {
    margin-right: 195px;
  }
  .sp_m200 {
    margin: 200px;
  }
  .sp_mt200 {
    margin-top: 200px;
  }
  .sp_mb200 {
    margin-bottom: 200px;
  }
  .sp_ml200 {
    margin-left: 200px;
  }
  .sp_mr200 {
    margin-right: 200px;
  }
}

.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.p5 {
  padding: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.p15 {
  padding: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.p20 {
  padding: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.p25 {
  padding: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.p30 {
  padding: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.p35 {
  padding: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pr35 {
  padding-right: 35px;
}

.p40 {
  padding: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.p45 {
  padding: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pr45 {
  padding-right: 45px;
}

.p50 {
  padding: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.p55 {
  padding: 55px;
}

.pt55 {
  padding-top: 55px;
}

.pb55 {
  padding-bottom: 55px;
}

.pl55 {
  padding-left: 55px;
}

.pr55 {
  padding-right: 55px;
}

.p60 {
  padding: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.p65 {
  padding: 65px;
}

.pt65 {
  padding-top: 65px;
}

.pb65 {
  padding-bottom: 65px;
}

.pl65 {
  padding-left: 65px;
}

.pr65 {
  padding-right: 65px;
}

.p70 {
  padding: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.p75 {
  padding: 75px;
}

.pt75 {
  padding-top: 75px;
}

.pb75 {
  padding-bottom: 75px;
}

.pl75 {
  padding-left: 75px;
}

.pr75 {
  padding-right: 75px;
}

.p80 {
  padding: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.p85 {
  padding: 85px;
}

.pt85 {
  padding-top: 85px;
}

.pb85 {
  padding-bottom: 85px;
}

.pl85 {
  padding-left: 85px;
}

.pr85 {
  padding-right: 85px;
}

.p90 {
  padding: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.p95 {
  padding: 95px;
}

.pt95 {
  padding-top: 95px;
}

.pb95 {
  padding-bottom: 95px;
}

.pl95 {
  padding-left: 95px;
}

.pr95 {
  padding-right: 95px;
}

.p100 {
  padding: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

@media screen and (max-width: 834px) {
  .sp_p0 {
    padding: 0px !important;
  }
  .sp_pt0 {
    padding-top: 0px !important;
  }
  .sp_pb0 {
    padding-bottom: 0px !important;
  }
  .sp_pl0 {
    padding-left: 0px !important;
  }
  .sp_pr0 {
    padding-right: 0px !important;
  }
  .sp_p5 {
    padding: 5px;
  }
  .sp_pt5 {
    padding-top: 5px;
  }
  .sp_pb5 {
    padding-bottom: 5px;
  }
  .sp_pl5 {
    padding-left: 5px;
  }
  .sp_pr5 {
    padding-right: 5px;
  }
  .sp_p10 {
    padding: 10px;
  }
  .sp_pt10 {
    padding-top: 10px;
  }
  .sp_pb10 {
    padding-bottom: 10px;
  }
  .sp_pl10 {
    padding-left: 10px;
  }
  .sp_pr10 {
    padding-right: 10px;
  }
  .sp_p15 {
    padding: 15px;
  }
  .sp_pt15 {
    padding-top: 15px;
  }
  .sp_pb15 {
    padding-bottom: 15px;
  }
  .sp_pl15 {
    padding-left: 15px;
  }
  .sp_pr15 {
    padding-right: 15px;
  }
  .sp_p20 {
    padding: 20px;
  }
  .sp_pt20 {
    padding-top: 20px;
  }
  .sp_pb20 {
    padding-bottom: 20px;
  }
  .sp_pl20 {
    padding-left: 20px;
  }
  .sp_pr20 {
    padding-right: 20px;
  }
  .sp_p25 {
    padding: 25px;
  }
  .sp_pt25 {
    padding-top: 25px;
  }
  .sp_pb25 {
    padding-bottom: 25px;
  }
  .sp_pl25 {
    padding-left: 25px;
  }
  .sp_pr25 {
    padding-right: 25px;
  }
  .sp_p30 {
    padding: 30px;
  }
  .sp_pt30 {
    padding-top: 30px;
  }
  .sp_pb30 {
    padding-bottom: 30px;
  }
  .sp_pl30 {
    padding-left: 30px;
  }
  .sp_pr30 {
    padding-right: 30px;
  }
  .sp_p35 {
    padding: 35px;
  }
  .sp_pt35 {
    padding-top: 35px;
  }
  .sp_pb35 {
    padding-bottom: 35px;
  }
  .sp_pl35 {
    padding-left: 35px;
  }
  .sp_pr35 {
    padding-right: 35px;
  }
  .sp_p40 {
    padding: 40px;
  }
  .sp_pt40 {
    padding-top: 40px;
  }
  .sp_pb40 {
    padding-bottom: 40px;
  }
  .sp_pl40 {
    padding-left: 40px;
  }
  .sp_pr40 {
    padding-right: 40px;
  }
  .sp_p45 {
    padding: 45px;
  }
  .sp_pt45 {
    padding-top: 45px;
  }
  .sp_pb45 {
    padding-bottom: 45px;
  }
  .sp_pl45 {
    padding-left: 45px;
  }
  .sp_pr45 {
    padding-right: 45px;
  }
  .sp_p50 {
    padding: 50px;
  }
  .sp_pt50 {
    padding-top: 50px;
  }
  .sp_pb50 {
    padding-bottom: 50px;
  }
  .sp_pl50 {
    padding-left: 50px;
  }
  .sp_pr50 {
    padding-right: 50px;
  }
  .sp_p55 {
    padding: 55px;
  }
  .sp_pt55 {
    padding-top: 55px;
  }
  .sp_pb55 {
    padding-bottom: 55px;
  }
  .sp_pl55 {
    padding-left: 55px;
  }
  .sp_pr55 {
    padding-right: 55px;
  }
  .sp_p60 {
    padding: 60px;
  }
  .sp_pt60 {
    padding-top: 60px;
  }
  .sp_pb60 {
    padding-bottom: 60px;
  }
  .sp_pl60 {
    padding-left: 60px;
  }
  .sp_pr60 {
    padding-right: 60px;
  }
  .sp_p65 {
    padding: 65px;
  }
  .sp_pt65 {
    padding-top: 65px;
  }
  .sp_pb65 {
    padding-bottom: 65px;
  }
  .sp_pl65 {
    padding-left: 65px;
  }
  .sp_pr65 {
    padding-right: 65px;
  }
  .sp_p70 {
    padding: 70px;
  }
  .sp_pt70 {
    padding-top: 70px;
  }
  .sp_pb70 {
    padding-bottom: 70px;
  }
  .sp_pl70 {
    padding-left: 70px;
  }
  .sp_pr70 {
    padding-right: 70px;
  }
  .sp_p75 {
    padding: 75px;
  }
  .sp_pt75 {
    padding-top: 75px;
  }
  .sp_pb75 {
    padding-bottom: 75px;
  }
  .sp_pl75 {
    padding-left: 75px;
  }
  .sp_pr75 {
    padding-right: 75px;
  }
  .sp_p80 {
    padding: 80px;
  }
  .sp_pt80 {
    padding-top: 80px;
  }
  .sp_pb80 {
    padding-bottom: 80px;
  }
  .sp_pl80 {
    padding-left: 80px;
  }
  .sp_pr80 {
    padding-right: 80px;
  }
  .sp_p85 {
    padding: 85px;
  }
  .sp_pt85 {
    padding-top: 85px;
  }
  .sp_pb85 {
    padding-bottom: 85px;
  }
  .sp_pl85 {
    padding-left: 85px;
  }
  .sp_pr85 {
    padding-right: 85px;
  }
  .sp_p90 {
    padding: 90px;
  }
  .sp_pt90 {
    padding-top: 90px;
  }
  .sp_pb90 {
    padding-bottom: 90px;
  }
  .sp_pl90 {
    padding-left: 90px;
  }
  .sp_pr90 {
    padding-right: 90px;
  }
  .sp_p95 {
    padding: 95px;
  }
  .sp_pt95 {
    padding-top: 95px;
  }
  .sp_pb95 {
    padding-bottom: 95px;
  }
  .sp_pl95 {
    padding-left: 95px;
  }
  .sp_pr95 {
    padding-right: 95px;
  }
  .sp_p100 {
    padding: 100px;
  }
  .sp_pt100 {
    padding-top: 100px;
  }
  .sp_pb100 {
    padding-bottom: 100px;
  }
  .sp_pl100 {
    padding-left: 100px;
  }
  .sp_pr100 {
    padding-right: 100px;
  }
}

.r0 {
  border-radius: 0px !important;
}

.r1 {
  border-radius: 1px;
  overflow: hidden;
}

.r2 {
  border-radius: 2px;
  overflow: hidden;
}

.r3 {
  border-radius: 3px;
  overflow: hidden;
}

.r4 {
  border-radius: 4px;
  overflow: hidden;
}

.r5 {
  border-radius: 5px;
  overflow: hidden;
}

.r6 {
  border-radius: 6px;
  overflow: hidden;
}

.r7 {
  border-radius: 7px;
  overflow: hidden;
}

.r8 {
  border-radius: 8px;
  overflow: hidden;
}

.r9 {
  border-radius: 9px;
  overflow: hidden;
}

.r10 {
  border-radius: 10px;
  overflow: hidden;
}

.r11 {
  border-radius: 11px;
  overflow: hidden;
}

.r12 {
  border-radius: 12px;
  overflow: hidden;
}

.r13 {
  border-radius: 13px;
  overflow: hidden;
}

.r14 {
  border-radius: 14px;
  overflow: hidden;
}

.r15 {
  border-radius: 15px;
  overflow: hidden;
}

.r16 {
  border-radius: 16px;
  overflow: hidden;
}

.r17 {
  border-radius: 17px;
  overflow: hidden;
}

.r18 {
  border-radius: 18px;
  overflow: hidden;
}

.r19 {
  border-radius: 19px;
  overflow: hidden;
}

.r20 {
  border-radius: 20px;
  overflow: hidden;
}

.r21 {
  border-radius: 21px;
  overflow: hidden;
}

.r22 {
  border-radius: 22px;
  overflow: hidden;
}

.r23 {
  border-radius: 23px;
  overflow: hidden;
}

.r24 {
  border-radius: 24px;
  overflow: hidden;
}

.r25 {
  border-radius: 25px;
  overflow: hidden;
}

.r26 {
  border-radius: 26px;
  overflow: hidden;
}

.r27 {
  border-radius: 27px;
  overflow: hidden;
}

.r28 {
  border-radius: 28px;
  overflow: hidden;
}

.r29 {
  border-radius: 29px;
  overflow: hidden;
}

.r30 {
  border-radius: 30px;
  overflow: hidden;
}

.r31 {
  border-radius: 31px;
  overflow: hidden;
}

.r32 {
  border-radius: 32px;
  overflow: hidden;
}

.r33 {
  border-radius: 33px;
  overflow: hidden;
}

.r34 {
  border-radius: 34px;
  overflow: hidden;
}

.r35 {
  border-radius: 35px;
  overflow: hidden;
}

.r36 {
  border-radius: 36px;
  overflow: hidden;
}

.r37 {
  border-radius: 37px;
  overflow: hidden;
}

.r38 {
  border-radius: 38px;
  overflow: hidden;
}

.r39 {
  border-radius: 39px;
  overflow: hidden;
}

.r40 {
  border-radius: 40px;
  overflow: hidden;
}

.ta_center {
  text-align: center;
}

.ta_left {
  text-align: left;
}

.ta_right {
  text-align: right;
}

@media screen and (max-width: 834px) {
  .sp_ta_center {
    text-align: center;
  }
  .sp_ta_left {
    text-align: left;
  }
  .sp_ta_right {
    text-align: right;
  }
}

.color_bg-main {
  background-color: #76C5AB !important;
}

.color_bg-main-light {
  background-color: #F1FBF8 !important;
}

.color_bg-main-dark {
  background-color: #00AA96 !important;
}

.color_bg-sub {
  background-color: #FCB960 !important;
}

.color_bg-sub-light {
  background-color: #f3d77d !important;
}

.color_bg-sub-dark {
  background-color: #ad902f !important;
}

.color_bg-sub2 {
  background-color: #c13329 !important;
}

.color_bg-sub2-light {
  background-color: #ea7b78 !important;
}

.color_bg-sub2-dark {
  background-color: #7a1109 !important;
}

.color_bg-gray-white {
  background-color: #f5f5f5 !important;
}

.color_bg-gray-light {
  background-color: #F2F2F2 !important;
}

.color_bg-gray {
  background-color: #7C878D !important;
}

.color_bg-gray-dark {
  background-color: #626F71 !important;
}

.color_bg-gray-black {
  background-color: #303030 !important;
}

.color_bg-white {
  background-color: #FFFFFF !important;
}

.color_bg-line {
  background-color: #2db530 !important;
}

.color_bg-image_repeat {
  background-image: url(./assets/img/bg_page.png);
  background-size: 50px auto;
  background-position: top left;
  background-repeat: repeat;
}

.color_bg-image_whole {
  background-image: url(./assets/img/bg_page_whole.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.color_text-main {
  color: #76C5AB !important;
}

.color_text-main-light {
  color: #F1FBF8 !important;
}

.color_text-main-dark {
  color: #00AA96 !important;
}

.color_text-sub {
  color: #FCB960 !important;
}

.color_text-sub-light {
  color: #f3d77d !important;
}

.color_text-sub-dark {
  color: #ad902f !important;
}

.color_text-sub2 {
  color: #c13329 !important;
}

.color_text-sub2-light {
  color: #ea7b78 !important;
}

.color_text-sub2-dark {
  color: #7a1109 !important;
}

.color_text-gray-white {
  color: #f5f5f5 !important;
}

.color_text-gray-light {
  color: #F2F2F2 !important;
}

.color_text-gray {
  color: #7C878D !important;
}

.color_text-gray-dark {
  color: #626F71 !important;
}

.color_text-gray-black {
  color: #303030 !important;
}

.color_text-white {
  color: #FFFFFF !important;
}

.color_text-link {
  color: #2DABF1 !important;
}

.color_text-error {
  color: #ea6565 !important;
}

.color_text-line {
  color: #2db530 !important;
}

.font-jp-p {
  font-family: "Noto Sans", sans-serif !important;
}

.font-jp-s {
  font-family: "Zen Maru Gothic", sans-serif !important;
}

.font-en {
  font-family: "Urbanist", sans-serif !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh21 {
  line-height: 2.1 !important;
}

.lh22 {
  line-height: 2.2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

.lh26 {
  line-height: 2.6 !important;
}

.lh27 {
  line-height: 2.7 !important;
}

.lh28 {
  line-height: 2.8 !important;
}

.lh29 {
  line-height: 2.9 !important;
}

.lh30 {
  line-height: 3 !important;
}

@media screen and (max-width: 834px) {
  .sp_lh10 {
    line-height: 1 !important;
  }
  .sp_lh11 {
    line-height: 1.1 !important;
  }
  .sp_lh12 {
    line-height: 1.2 !important;
  }
  .sp_lh13 {
    line-height: 1.3 !important;
  }
  .sp_lh14 {
    line-height: 1.4 !important;
  }
  .sp_lh15 {
    line-height: 1.5 !important;
  }
  .sp_lh16 {
    line-height: 1.6 !important;
  }
  .sp_lh17 {
    line-height: 1.7 !important;
  }
  .sp_lh18 {
    line-height: 1.8 !important;
  }
  .sp_lh19 {
    line-height: 1.9 !important;
  }
  .sp_lh20 {
    line-height: 2 !important;
  }
  .sp_lh21 {
    line-height: 2.1 !important;
  }
  .sp_lh22 {
    line-height: 2.2 !important;
  }
  .sp_lh23 {
    line-height: 2.3 !important;
  }
  .sp_lh24 {
    line-height: 2.4 !important;
  }
  .sp_lh25 {
    line-height: 2.5 !important;
  }
  .sp_lh26 {
    line-height: 2.6 !important;
  }
  .sp_lh27 {
    line-height: 2.7 !important;
  }
  .sp_lh28 {
    line-height: 2.8 !important;
  }
  .sp_lh29 {
    line-height: 2.9 !important;
  }
  .sp_lh30 {
    line-height: 3 !important;
  }
}

.fs10 {
  font-size: 1rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs50 {
  font-size: 5rem !important;
}

@media screen and (max-width: 834px) {
  .sp_fs10 {
    font-size: 1rem !important;
  }
  .sp_fs12 {
    font-size: 1.2rem !important;
  }
  .sp_fs14 {
    font-size: 1.4rem !important;
  }
  .sp_fs16 {
    font-size: 1.6rem !important;
  }
  .sp_fs18 {
    font-size: 1.8rem !important;
  }
  .sp_fs20 {
    font-size: 2rem !important;
  }
  .sp_fs22 {
    font-size: 2.2rem !important;
  }
  .sp_fs24 {
    font-size: 2.4rem !important;
  }
  .sp_fs26 {
    font-size: 2.6rem !important;
  }
  .sp_fs28 {
    font-size: 2.8rem !important;
  }
  .sp_fs30 {
    font-size: 3rem !important;
  }
  .sp_fs32 {
    font-size: 3.2rem !important;
  }
  .sp_fs34 {
    font-size: 3.4rem !important;
  }
  .sp_fs36 {
    font-size: 3.6rem !important;
  }
  .sp_fs38 {
    font-size: 3.8rem !important;
  }
  .sp_fs40 {
    font-size: 4rem !important;
  }
  .sp_fs42 {
    font-size: 4.2rem !important;
  }
  .sp_fs44 {
    font-size: 4.4rem !important;
  }
  .sp_fs46 {
    font-size: 4.6rem !important;
  }
  .sp_fs48 {
    font-size: 4.8rem !important;
  }
  .sp_fs50 {
    font-size: 5rem !important;
  }
}

@keyframes moveLeft {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

.anim-fadeIn-1 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 0s;
}

.anim-fadeIn-1.in-view {
  opacity: 1;
}

.anim-slideIn-l-1 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0s;
}

.anim-slideIn-l-1.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-r-1 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0s;
}

.anim-slideIn-r-1.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-t-1 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0s;
}

.anim-slideIn-t-1.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-b-1 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0s;
}

.anim-slideIn-b-1.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-scaleIn-1 {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center center;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0s;
  will-change: opacity, transform;
}

.anim-scaleIn-1.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-scaleOut-1 {
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center center;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0s;
  will-change: opacity, transform;
}

.anim-scaleOut-1.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-fadeIn-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 0.25s;
}

.anim-fadeIn-2.in-view {
  opacity: 1;
}

.anim-slideIn-l-2 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.25s;
}

.anim-slideIn-l-2.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-r-2 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.25s;
}

.anim-slideIn-r-2.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-t-2 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.25s;
}

.anim-slideIn-t-2.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-b-2 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.25s;
}

.anim-slideIn-b-2.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-scaleIn-2 {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center center;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.25s;
  will-change: opacity, transform;
}

.anim-scaleIn-2.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-scaleOut-2 {
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center center;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.25s;
  will-change: opacity, transform;
}

.anim-scaleOut-2.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-fadeIn-3 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 0.5s;
}

.anim-fadeIn-3.in-view {
  opacity: 1;
}

.anim-slideIn-l-3 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
}

.anim-slideIn-l-3.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-r-3 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
}

.anim-slideIn-r-3.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-t-3 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
}

.anim-slideIn-t-3.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-b-3 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
}

.anim-slideIn-b-3.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-scaleIn-3 {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center center;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
  will-change: opacity, transform;
}

.anim-scaleIn-3.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-scaleOut-3 {
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center center;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
  will-change: opacity, transform;
}

.anim-scaleOut-3.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-fadeIn-4 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 0.75s;
}

.anim-fadeIn-4.in-view {
  opacity: 1;
}

.anim-slideIn-l-4 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.75s;
}

.anim-slideIn-l-4.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-r-4 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.75s;
}

.anim-slideIn-r-4.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-t-4 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.75s;
}

.anim-slideIn-t-4.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-b-4 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.75s;
}

.anim-slideIn-b-4.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-scaleIn-4 {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center center;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.75s;
  will-change: opacity, transform;
}

.anim-scaleIn-4.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-scaleOut-4 {
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center center;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.75s;
  will-change: opacity, transform;
}

.anim-scaleOut-4.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-fadeIn-5 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 1s;
}

.anim-fadeIn-5.in-view {
  opacity: 1;
}

.anim-slideIn-l-5 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1s;
}

.anim-slideIn-l-5.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-r-5 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1s;
}

.anim-slideIn-r-5.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-t-5 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1s;
}

.anim-slideIn-t-5.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-b-5 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1s;
}

.anim-slideIn-b-5.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-scaleIn-5 {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center center;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1s;
  will-change: opacity, transform;
}

.anim-scaleIn-5.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-scaleOut-5 {
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center center;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1s;
  will-change: opacity, transform;
}

.anim-scaleOut-5.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-fadeIn-6 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 1.25s;
}

.anim-fadeIn-6.in-view {
  opacity: 1;
}

.anim-slideIn-l-6 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1.25s;
}

.anim-slideIn-l-6.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-r-6 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1.25s;
}

.anim-slideIn-r-6.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-t-6 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1.25s;
}

.anim-slideIn-t-6.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-b-6 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1.25s;
}

.anim-slideIn-b-6.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-scaleIn-6 {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center center;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1.25s;
  will-change: opacity, transform;
}

.anim-scaleIn-6.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-scaleOut-6 {
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center center;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1.25s;
  will-change: opacity, transform;
}

.anim-scaleOut-6.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-long-fadeIn-1 {
  opacity: 0;
  transition: opacity 1s ease-out;
  transition-delay: 0s;
}

.anim-long-fadeIn-1.in-view {
  opacity: 1;
}

.anim-long-slideIn-l-1 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0s;
}

.anim-long-slideIn-l-1.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-r-1 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0s;
}

.anim-long-slideIn-r-1.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-t-1 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0s;
}

.anim-long-slideIn-t-1.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-b-1 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0s;
}

.anim-long-slideIn-b-1.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-scaleIn-1 {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center center;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0s;
  will-change: opacity, transform;
}

.anim-long-scaleIn-1.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-long-scaleOut-1 {
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center center;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0s;
  will-change: opacity, transform;
}

.anim-long-scaleOut-1.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-long-fadeIn-2 {
  opacity: 0;
  transition: opacity 1s ease-out;
  transition-delay: 0.25s;
}

.anim-long-fadeIn-2.in-view {
  opacity: 1;
}

.anim-long-slideIn-l-2 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.25s;
}

.anim-long-slideIn-l-2.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-r-2 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.25s;
}

.anim-long-slideIn-r-2.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-t-2 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.25s;
}

.anim-long-slideIn-t-2.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-b-2 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.25s;
}

.anim-long-slideIn-b-2.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-scaleIn-2 {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center center;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.25s;
  will-change: opacity, transform;
}

.anim-long-scaleIn-2.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-long-scaleOut-2 {
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center center;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.25s;
  will-change: opacity, transform;
}

.anim-long-scaleOut-2.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-long-fadeIn-3 {
  opacity: 0;
  transition: opacity 1s ease-out;
  transition-delay: 0.5s;
}

.anim-long-fadeIn-3.in-view {
  opacity: 1;
}

.anim-long-slideIn-l-3 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.5s;
}

.anim-long-slideIn-l-3.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-r-3 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.5s;
}

.anim-long-slideIn-r-3.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-t-3 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.5s;
}

.anim-long-slideIn-t-3.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-b-3 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.5s;
}

.anim-long-slideIn-b-3.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-scaleIn-3 {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center center;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.5s;
  will-change: opacity, transform;
}

.anim-long-scaleIn-3.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-long-scaleOut-3 {
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center center;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.5s;
  will-change: opacity, transform;
}

.anim-long-scaleOut-3.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-long-fadeIn-4 {
  opacity: 0;
  transition: opacity 1s ease-out;
  transition-delay: 0.75s;
}

.anim-long-fadeIn-4.in-view {
  opacity: 1;
}

.anim-long-slideIn-l-4 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.75s;
}

.anim-long-slideIn-l-4.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-r-4 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.75s;
}

.anim-long-slideIn-r-4.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-t-4 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.75s;
}

.anim-long-slideIn-t-4.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-b-4 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.75s;
}

.anim-long-slideIn-b-4.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-scaleIn-4 {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center center;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.75s;
  will-change: opacity, transform;
}

.anim-long-scaleIn-4.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-long-scaleOut-4 {
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center center;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.75s;
  will-change: opacity, transform;
}

.anim-long-scaleOut-4.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-long-fadeIn-5 {
  opacity: 0;
  transition: opacity 1s ease-out;
  transition-delay: 1s;
}

.anim-long-fadeIn-5.in-view {
  opacity: 1;
}

.anim-long-slideIn-l-5 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 1s;
}

.anim-long-slideIn-l-5.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-r-5 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 1s;
}

.anim-long-slideIn-r-5.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-t-5 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 1s;
}

.anim-long-slideIn-t-5.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-b-5 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 1s;
}

.anim-long-slideIn-b-5.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-scaleIn-5 {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center center;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 1s;
  will-change: opacity, transform;
}

.anim-long-scaleIn-5.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-long-scaleOut-5 {
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center center;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 1s;
  will-change: opacity, transform;
}

.anim-long-scaleOut-5.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-long-fadeIn-6 {
  opacity: 0;
  transition: opacity 1s ease-out;
  transition-delay: 1.25s;
}

.anim-long-fadeIn-6.in-view {
  opacity: 1;
}

.anim-long-slideIn-l-6 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 1.25s;
}

.anim-long-slideIn-l-6.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-r-6 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 1.25s;
}

.anim-long-slideIn-r-6.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-t-6 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 1.25s;
}

.anim-long-slideIn-t-6.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-slideIn-b-6 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 1.25s;
}

.anim-long-slideIn-b-6.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-long-scaleIn-6 {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center center;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 1.25s;
  will-change: opacity, transform;
}

.anim-long-scaleIn-6.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-long-scaleOut-6 {
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center center;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 1.25s;
  will-change: opacity, transform;
}

.anim-long-scaleOut-6.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-fadeIn-1._delay1 {
  transition-delay: 0.3s;
}

.anim-slideIn-l-1._delay1,
.anim-slideIn-r-1._delay1,
.anim-slideIn-t-1._delay1,
.anim-slideIn-b-1._delay1 {
  transition-delay: 0.3s;
}

.anim-scaleIn-1._delay1 {
  transition-delay: 0.3s;
}

.anim-scaleOut-1._delay1 {
  transition-delay: 0.3s;
}

.anim-fadeIn-2._delay1 {
  transition-delay: 0.55s;
}

.anim-slideIn-l-2._delay1,
.anim-slideIn-r-2._delay1,
.anim-slideIn-t-2._delay1,
.anim-slideIn-b-2._delay1 {
  transition-delay: 0.55s;
}

.anim-scaleIn-2._delay1 {
  transition-delay: 0.55s;
}

.anim-scaleOut-2._delay1 {
  transition-delay: 0.55s;
}

.anim-fadeIn-3._delay1 {
  transition-delay: 0.8s;
}

.anim-slideIn-l-3._delay1,
.anim-slideIn-r-3._delay1,
.anim-slideIn-t-3._delay1,
.anim-slideIn-b-3._delay1 {
  transition-delay: 0.8s;
}

.anim-scaleIn-3._delay1 {
  transition-delay: 0.8s;
}

.anim-scaleOut-3._delay1 {
  transition-delay: 0.8s;
}

.anim-fadeIn-4._delay1 {
  transition-delay: 1.05s;
}

.anim-slideIn-l-4._delay1,
.anim-slideIn-r-4._delay1,
.anim-slideIn-t-4._delay1,
.anim-slideIn-b-4._delay1 {
  transition-delay: 1.05s;
}

.anim-scaleIn-4._delay1 {
  transition-delay: 1.05s;
}

.anim-scaleOut-4._delay1 {
  transition-delay: 1.05s;
}

.anim-fadeIn-5._delay1 {
  transition-delay: 1.3s;
}

.anim-slideIn-l-5._delay1,
.anim-slideIn-r-5._delay1,
.anim-slideIn-t-5._delay1,
.anim-slideIn-b-5._delay1 {
  transition-delay: 1.3s;
}

.anim-scaleIn-5._delay1 {
  transition-delay: 1.3s;
}

.anim-scaleOut-5._delay1 {
  transition-delay: 1.3s;
}

.anim-fadeIn-6._delay1 {
  transition-delay: 1.55s;
}

.anim-slideIn-l-6._delay1,
.anim-slideIn-r-6._delay1,
.anim-slideIn-t-6._delay1,
.anim-slideIn-b-6._delay1 {
  transition-delay: 1.55s;
}

.anim-scaleIn-6._delay1 {
  transition-delay: 1.55s;
}

.anim-scaleOut-6._delay1 {
  transition-delay: 1.55s;
}

.anim-long-fadeIn-1._delay1 {
  transition-delay: 0.3s;
}

.anim-long-slideIn-l-1._delay1,
.anim-long-slideIn-r-1._delay1,
.anim-long-slideIn-t-1._delay1,
.anim-long-slideIn-b-1._delay1 {
  transition-delay: 0.3s;
}

.anim-long-scaleIn-1._delay1 {
  transition-delay: 0.3s;
}

.anim-long-scaleOut-1._delay1 {
  transition-delay: 0.3s;
}

.anim-long-fadeIn-2._delay1 {
  transition-delay: 0.55s;
}

.anim-long-slideIn-l-2._delay1,
.anim-long-slideIn-r-2._delay1,
.anim-long-slideIn-t-2._delay1,
.anim-long-slideIn-b-2._delay1 {
  transition-delay: 0.55s;
}

.anim-long-scaleIn-2._delay1 {
  transition-delay: 0.55s;
}

.anim-long-scaleOut-2._delay1 {
  transition-delay: 0.55s;
}

.anim-long-fadeIn-3._delay1 {
  transition-delay: 0.8s;
}

.anim-long-slideIn-l-3._delay1,
.anim-long-slideIn-r-3._delay1,
.anim-long-slideIn-t-3._delay1,
.anim-long-slideIn-b-3._delay1 {
  transition-delay: 0.8s;
}

.anim-long-scaleIn-3._delay1 {
  transition-delay: 0.8s;
}

.anim-long-scaleOut-3._delay1 {
  transition-delay: 0.8s;
}

.anim-long-fadeIn-4._delay1 {
  transition-delay: 1.05s;
}

.anim-long-slideIn-l-4._delay1,
.anim-long-slideIn-r-4._delay1,
.anim-long-slideIn-t-4._delay1,
.anim-long-slideIn-b-4._delay1 {
  transition-delay: 1.05s;
}

.anim-long-scaleIn-4._delay1 {
  transition-delay: 1.05s;
}

.anim-long-scaleOut-4._delay1 {
  transition-delay: 1.05s;
}

.anim-long-fadeIn-5._delay1 {
  transition-delay: 1.3s;
}

.anim-long-slideIn-l-5._delay1,
.anim-long-slideIn-r-5._delay1,
.anim-long-slideIn-t-5._delay1,
.anim-long-slideIn-b-5._delay1 {
  transition-delay: 1.3s;
}

.anim-long-scaleIn-5._delay1 {
  transition-delay: 1.3s;
}

.anim-long-scaleOut-5._delay1 {
  transition-delay: 1.3s;
}

.anim-long-fadeIn-6._delay1 {
  transition-delay: 1.55s;
}

.anim-long-slideIn-l-6._delay1,
.anim-long-slideIn-r-6._delay1,
.anim-long-slideIn-t-6._delay1,
.anim-long-slideIn-b-6._delay1 {
  transition-delay: 1.55s;
}

.anim-long-scaleIn-6._delay1 {
  transition-delay: 1.55s;
}

.anim-long-scaleOut-6._delay1 {
  transition-delay: 1.55s;
}

.anim-fadeIn-1._delay2 {
  transition-delay: 0.6s;
}

.anim-slideIn-l-1._delay2,
.anim-slideIn-r-1._delay2,
.anim-slideIn-t-1._delay2,
.anim-slideIn-b-1._delay2 {
  transition-delay: 0.6s;
}

.anim-scaleIn-1._delay2 {
  transition-delay: 0.6s;
}

.anim-scaleOut-1._delay2 {
  transition-delay: 0.6s;
}

.anim-fadeIn-2._delay2 {
  transition-delay: 0.85s;
}

.anim-slideIn-l-2._delay2,
.anim-slideIn-r-2._delay2,
.anim-slideIn-t-2._delay2,
.anim-slideIn-b-2._delay2 {
  transition-delay: 0.85s;
}

.anim-scaleIn-2._delay2 {
  transition-delay: 0.85s;
}

.anim-scaleOut-2._delay2 {
  transition-delay: 0.85s;
}

.anim-fadeIn-3._delay2 {
  transition-delay: 1.1s;
}

.anim-slideIn-l-3._delay2,
.anim-slideIn-r-3._delay2,
.anim-slideIn-t-3._delay2,
.anim-slideIn-b-3._delay2 {
  transition-delay: 1.1s;
}

.anim-scaleIn-3._delay2 {
  transition-delay: 1.1s;
}

.anim-scaleOut-3._delay2 {
  transition-delay: 1.1s;
}

.anim-fadeIn-4._delay2 {
  transition-delay: 1.35s;
}

.anim-slideIn-l-4._delay2,
.anim-slideIn-r-4._delay2,
.anim-slideIn-t-4._delay2,
.anim-slideIn-b-4._delay2 {
  transition-delay: 1.35s;
}

.anim-scaleIn-4._delay2 {
  transition-delay: 1.35s;
}

.anim-scaleOut-4._delay2 {
  transition-delay: 1.35s;
}

.anim-fadeIn-5._delay2 {
  transition-delay: 1.6s;
}

.anim-slideIn-l-5._delay2,
.anim-slideIn-r-5._delay2,
.anim-slideIn-t-5._delay2,
.anim-slideIn-b-5._delay2 {
  transition-delay: 1.6s;
}

.anim-scaleIn-5._delay2 {
  transition-delay: 1.6s;
}

.anim-scaleOut-5._delay2 {
  transition-delay: 1.6s;
}

.anim-fadeIn-6._delay2 {
  transition-delay: 1.85s;
}

.anim-slideIn-l-6._delay2,
.anim-slideIn-r-6._delay2,
.anim-slideIn-t-6._delay2,
.anim-slideIn-b-6._delay2 {
  transition-delay: 1.85s;
}

.anim-scaleIn-6._delay2 {
  transition-delay: 1.85s;
}

.anim-scaleOut-6._delay2 {
  transition-delay: 1.85s;
}

.anim-long-fadeIn-1._delay2 {
  transition-delay: 0.6s;
}

.anim-long-slideIn-l-1._delay2,
.anim-long-slideIn-r-1._delay2,
.anim-long-slideIn-t-1._delay2,
.anim-long-slideIn-b-1._delay2 {
  transition-delay: 0.6s;
}

.anim-long-scaleIn-1._delay2 {
  transition-delay: 0.6s;
}

.anim-long-scaleOut-1._delay2 {
  transition-delay: 0.6s;
}

.anim-long-fadeIn-2._delay2 {
  transition-delay: 0.85s;
}

.anim-long-slideIn-l-2._delay2,
.anim-long-slideIn-r-2._delay2,
.anim-long-slideIn-t-2._delay2,
.anim-long-slideIn-b-2._delay2 {
  transition-delay: 0.85s;
}

.anim-long-scaleIn-2._delay2 {
  transition-delay: 0.85s;
}

.anim-long-scaleOut-2._delay2 {
  transition-delay: 0.85s;
}

.anim-long-fadeIn-3._delay2 {
  transition-delay: 1.1s;
}

.anim-long-slideIn-l-3._delay2,
.anim-long-slideIn-r-3._delay2,
.anim-long-slideIn-t-3._delay2,
.anim-long-slideIn-b-3._delay2 {
  transition-delay: 1.1s;
}

.anim-long-scaleIn-3._delay2 {
  transition-delay: 1.1s;
}

.anim-long-scaleOut-3._delay2 {
  transition-delay: 1.1s;
}

.anim-long-fadeIn-4._delay2 {
  transition-delay: 1.35s;
}

.anim-long-slideIn-l-4._delay2,
.anim-long-slideIn-r-4._delay2,
.anim-long-slideIn-t-4._delay2,
.anim-long-slideIn-b-4._delay2 {
  transition-delay: 1.35s;
}

.anim-long-scaleIn-4._delay2 {
  transition-delay: 1.35s;
}

.anim-long-scaleOut-4._delay2 {
  transition-delay: 1.35s;
}

.anim-long-fadeIn-5._delay2 {
  transition-delay: 1.6s;
}

.anim-long-slideIn-l-5._delay2,
.anim-long-slideIn-r-5._delay2,
.anim-long-slideIn-t-5._delay2,
.anim-long-slideIn-b-5._delay2 {
  transition-delay: 1.6s;
}

.anim-long-scaleIn-5._delay2 {
  transition-delay: 1.6s;
}

.anim-long-scaleOut-5._delay2 {
  transition-delay: 1.6s;
}

.anim-long-fadeIn-6._delay2 {
  transition-delay: 1.85s;
}

.anim-long-slideIn-l-6._delay2,
.anim-long-slideIn-r-6._delay2,
.anim-long-slideIn-t-6._delay2,
.anim-long-slideIn-b-6._delay2 {
  transition-delay: 1.85s;
}

.anim-long-scaleIn-6._delay2 {
  transition-delay: 1.85s;
}

.anim-long-scaleOut-6._delay2 {
  transition-delay: 1.85s;
}

.anim-fadeIn-1._delay3 {
  transition-delay: 0.9s;
}

.anim-slideIn-l-1._delay3,
.anim-slideIn-r-1._delay3,
.anim-slideIn-t-1._delay3,
.anim-slideIn-b-1._delay3 {
  transition-delay: 0.9s;
}

.anim-scaleIn-1._delay3 {
  transition-delay: 0.9s;
}

.anim-scaleOut-1._delay3 {
  transition-delay: 0.9s;
}

.anim-fadeIn-2._delay3 {
  transition-delay: 1.15s;
}

.anim-slideIn-l-2._delay3,
.anim-slideIn-r-2._delay3,
.anim-slideIn-t-2._delay3,
.anim-slideIn-b-2._delay3 {
  transition-delay: 1.15s;
}

.anim-scaleIn-2._delay3 {
  transition-delay: 1.15s;
}

.anim-scaleOut-2._delay3 {
  transition-delay: 1.15s;
}

.anim-fadeIn-3._delay3 {
  transition-delay: 1.4s;
}

.anim-slideIn-l-3._delay3,
.anim-slideIn-r-3._delay3,
.anim-slideIn-t-3._delay3,
.anim-slideIn-b-3._delay3 {
  transition-delay: 1.4s;
}

.anim-scaleIn-3._delay3 {
  transition-delay: 1.4s;
}

.anim-scaleOut-3._delay3 {
  transition-delay: 1.4s;
}

.anim-fadeIn-4._delay3 {
  transition-delay: 1.65s;
}

.anim-slideIn-l-4._delay3,
.anim-slideIn-r-4._delay3,
.anim-slideIn-t-4._delay3,
.anim-slideIn-b-4._delay3 {
  transition-delay: 1.65s;
}

.anim-scaleIn-4._delay3 {
  transition-delay: 1.65s;
}

.anim-scaleOut-4._delay3 {
  transition-delay: 1.65s;
}

.anim-fadeIn-5._delay3 {
  transition-delay: 1.9s;
}

.anim-slideIn-l-5._delay3,
.anim-slideIn-r-5._delay3,
.anim-slideIn-t-5._delay3,
.anim-slideIn-b-5._delay3 {
  transition-delay: 1.9s;
}

.anim-scaleIn-5._delay3 {
  transition-delay: 1.9s;
}

.anim-scaleOut-5._delay3 {
  transition-delay: 1.9s;
}

.anim-fadeIn-6._delay3 {
  transition-delay: 2.15s;
}

.anim-slideIn-l-6._delay3,
.anim-slideIn-r-6._delay3,
.anim-slideIn-t-6._delay3,
.anim-slideIn-b-6._delay3 {
  transition-delay: 2.15s;
}

.anim-scaleIn-6._delay3 {
  transition-delay: 2.15s;
}

.anim-scaleOut-6._delay3 {
  transition-delay: 2.15s;
}

.anim-long-fadeIn-1._delay3 {
  transition-delay: 0.9s;
}

.anim-long-slideIn-l-1._delay3,
.anim-long-slideIn-r-1._delay3,
.anim-long-slideIn-t-1._delay3,
.anim-long-slideIn-b-1._delay3 {
  transition-delay: 0.9s;
}

.anim-long-scaleIn-1._delay3 {
  transition-delay: 0.9s;
}

.anim-long-scaleOut-1._delay3 {
  transition-delay: 0.9s;
}

.anim-long-fadeIn-2._delay3 {
  transition-delay: 1.15s;
}

.anim-long-slideIn-l-2._delay3,
.anim-long-slideIn-r-2._delay3,
.anim-long-slideIn-t-2._delay3,
.anim-long-slideIn-b-2._delay3 {
  transition-delay: 1.15s;
}

.anim-long-scaleIn-2._delay3 {
  transition-delay: 1.15s;
}

.anim-long-scaleOut-2._delay3 {
  transition-delay: 1.15s;
}

.anim-long-fadeIn-3._delay3 {
  transition-delay: 1.4s;
}

.anim-long-slideIn-l-3._delay3,
.anim-long-slideIn-r-3._delay3,
.anim-long-slideIn-t-3._delay3,
.anim-long-slideIn-b-3._delay3 {
  transition-delay: 1.4s;
}

.anim-long-scaleIn-3._delay3 {
  transition-delay: 1.4s;
}

.anim-long-scaleOut-3._delay3 {
  transition-delay: 1.4s;
}

.anim-long-fadeIn-4._delay3 {
  transition-delay: 1.65s;
}

.anim-long-slideIn-l-4._delay3,
.anim-long-slideIn-r-4._delay3,
.anim-long-slideIn-t-4._delay3,
.anim-long-slideIn-b-4._delay3 {
  transition-delay: 1.65s;
}

.anim-long-scaleIn-4._delay3 {
  transition-delay: 1.65s;
}

.anim-long-scaleOut-4._delay3 {
  transition-delay: 1.65s;
}

.anim-long-fadeIn-5._delay3 {
  transition-delay: 1.9s;
}

.anim-long-slideIn-l-5._delay3,
.anim-long-slideIn-r-5._delay3,
.anim-long-slideIn-t-5._delay3,
.anim-long-slideIn-b-5._delay3 {
  transition-delay: 1.9s;
}

.anim-long-scaleIn-5._delay3 {
  transition-delay: 1.9s;
}

.anim-long-scaleOut-5._delay3 {
  transition-delay: 1.9s;
}

.anim-long-fadeIn-6._delay3 {
  transition-delay: 2.15s;
}

.anim-long-slideIn-l-6._delay3,
.anim-long-slideIn-r-6._delay3,
.anim-long-slideIn-t-6._delay3,
.anim-long-slideIn-b-6._delay3 {
  transition-delay: 2.15s;
}

.anim-long-scaleIn-6._delay3 {
  transition-delay: 2.15s;
}

.anim-long-scaleOut-6._delay3 {
  transition-delay: 2.15s;
}

.anim-fadeIn-1._delay4 {
  transition-delay: 1.2s;
}

.anim-slideIn-l-1._delay4,
.anim-slideIn-r-1._delay4,
.anim-slideIn-t-1._delay4,
.anim-slideIn-b-1._delay4 {
  transition-delay: 1.2s;
}

.anim-scaleIn-1._delay4 {
  transition-delay: 1.2s;
}

.anim-scaleOut-1._delay4 {
  transition-delay: 1.2s;
}

.anim-fadeIn-2._delay4 {
  transition-delay: 1.45s;
}

.anim-slideIn-l-2._delay4,
.anim-slideIn-r-2._delay4,
.anim-slideIn-t-2._delay4,
.anim-slideIn-b-2._delay4 {
  transition-delay: 1.45s;
}

.anim-scaleIn-2._delay4 {
  transition-delay: 1.45s;
}

.anim-scaleOut-2._delay4 {
  transition-delay: 1.45s;
}

.anim-fadeIn-3._delay4 {
  transition-delay: 1.7s;
}

.anim-slideIn-l-3._delay4,
.anim-slideIn-r-3._delay4,
.anim-slideIn-t-3._delay4,
.anim-slideIn-b-3._delay4 {
  transition-delay: 1.7s;
}

.anim-scaleIn-3._delay4 {
  transition-delay: 1.7s;
}

.anim-scaleOut-3._delay4 {
  transition-delay: 1.7s;
}

.anim-fadeIn-4._delay4 {
  transition-delay: 1.95s;
}

.anim-slideIn-l-4._delay4,
.anim-slideIn-r-4._delay4,
.anim-slideIn-t-4._delay4,
.anim-slideIn-b-4._delay4 {
  transition-delay: 1.95s;
}

.anim-scaleIn-4._delay4 {
  transition-delay: 1.95s;
}

.anim-scaleOut-4._delay4 {
  transition-delay: 1.95s;
}

.anim-fadeIn-5._delay4 {
  transition-delay: 2.2s;
}

.anim-slideIn-l-5._delay4,
.anim-slideIn-r-5._delay4,
.anim-slideIn-t-5._delay4,
.anim-slideIn-b-5._delay4 {
  transition-delay: 2.2s;
}

.anim-scaleIn-5._delay4 {
  transition-delay: 2.2s;
}

.anim-scaleOut-5._delay4 {
  transition-delay: 2.2s;
}

.anim-fadeIn-6._delay4 {
  transition-delay: 2.45s;
}

.anim-slideIn-l-6._delay4,
.anim-slideIn-r-6._delay4,
.anim-slideIn-t-6._delay4,
.anim-slideIn-b-6._delay4 {
  transition-delay: 2.45s;
}

.anim-scaleIn-6._delay4 {
  transition-delay: 2.45s;
}

.anim-scaleOut-6._delay4 {
  transition-delay: 2.45s;
}

.anim-long-fadeIn-1._delay4 {
  transition-delay: 1.2s;
}

.anim-long-slideIn-l-1._delay4,
.anim-long-slideIn-r-1._delay4,
.anim-long-slideIn-t-1._delay4,
.anim-long-slideIn-b-1._delay4 {
  transition-delay: 1.2s;
}

.anim-long-scaleIn-1._delay4 {
  transition-delay: 1.2s;
}

.anim-long-scaleOut-1._delay4 {
  transition-delay: 1.2s;
}

.anim-long-fadeIn-2._delay4 {
  transition-delay: 1.45s;
}

.anim-long-slideIn-l-2._delay4,
.anim-long-slideIn-r-2._delay4,
.anim-long-slideIn-t-2._delay4,
.anim-long-slideIn-b-2._delay4 {
  transition-delay: 1.45s;
}

.anim-long-scaleIn-2._delay4 {
  transition-delay: 1.45s;
}

.anim-long-scaleOut-2._delay4 {
  transition-delay: 1.45s;
}

.anim-long-fadeIn-3._delay4 {
  transition-delay: 1.7s;
}

.anim-long-slideIn-l-3._delay4,
.anim-long-slideIn-r-3._delay4,
.anim-long-slideIn-t-3._delay4,
.anim-long-slideIn-b-3._delay4 {
  transition-delay: 1.7s;
}

.anim-long-scaleIn-3._delay4 {
  transition-delay: 1.7s;
}

.anim-long-scaleOut-3._delay4 {
  transition-delay: 1.7s;
}

.anim-long-fadeIn-4._delay4 {
  transition-delay: 1.95s;
}

.anim-long-slideIn-l-4._delay4,
.anim-long-slideIn-r-4._delay4,
.anim-long-slideIn-t-4._delay4,
.anim-long-slideIn-b-4._delay4 {
  transition-delay: 1.95s;
}

.anim-long-scaleIn-4._delay4 {
  transition-delay: 1.95s;
}

.anim-long-scaleOut-4._delay4 {
  transition-delay: 1.95s;
}

.anim-long-fadeIn-5._delay4 {
  transition-delay: 2.2s;
}

.anim-long-slideIn-l-5._delay4,
.anim-long-slideIn-r-5._delay4,
.anim-long-slideIn-t-5._delay4,
.anim-long-slideIn-b-5._delay4 {
  transition-delay: 2.2s;
}

.anim-long-scaleIn-5._delay4 {
  transition-delay: 2.2s;
}

.anim-long-scaleOut-5._delay4 {
  transition-delay: 2.2s;
}

.anim-long-fadeIn-6._delay4 {
  transition-delay: 2.45s;
}

.anim-long-slideIn-l-6._delay4,
.anim-long-slideIn-r-6._delay4,
.anim-long-slideIn-t-6._delay4,
.anim-long-slideIn-b-6._delay4 {
  transition-delay: 2.45s;
}

.anim-long-scaleIn-6._delay4 {
  transition-delay: 2.45s;
}

.anim-long-scaleOut-6._delay4 {
  transition-delay: 2.45s;
}

.anim-fadeIn-1._delay5 {
  transition-delay: 1.5s;
}

.anim-slideIn-l-1._delay5,
.anim-slideIn-r-1._delay5,
.anim-slideIn-t-1._delay5,
.anim-slideIn-b-1._delay5 {
  transition-delay: 1.5s;
}

.anim-scaleIn-1._delay5 {
  transition-delay: 1.5s;
}

.anim-scaleOut-1._delay5 {
  transition-delay: 1.5s;
}

.anim-fadeIn-2._delay5 {
  transition-delay: 1.75s;
}

.anim-slideIn-l-2._delay5,
.anim-slideIn-r-2._delay5,
.anim-slideIn-t-2._delay5,
.anim-slideIn-b-2._delay5 {
  transition-delay: 1.75s;
}

.anim-scaleIn-2._delay5 {
  transition-delay: 1.75s;
}

.anim-scaleOut-2._delay5 {
  transition-delay: 1.75s;
}

.anim-fadeIn-3._delay5 {
  transition-delay: 2s;
}

.anim-slideIn-l-3._delay5,
.anim-slideIn-r-3._delay5,
.anim-slideIn-t-3._delay5,
.anim-slideIn-b-3._delay5 {
  transition-delay: 2s;
}

.anim-scaleIn-3._delay5 {
  transition-delay: 2s;
}

.anim-scaleOut-3._delay5 {
  transition-delay: 2s;
}

.anim-fadeIn-4._delay5 {
  transition-delay: 2.25s;
}

.anim-slideIn-l-4._delay5,
.anim-slideIn-r-4._delay5,
.anim-slideIn-t-4._delay5,
.anim-slideIn-b-4._delay5 {
  transition-delay: 2.25s;
}

.anim-scaleIn-4._delay5 {
  transition-delay: 2.25s;
}

.anim-scaleOut-4._delay5 {
  transition-delay: 2.25s;
}

.anim-fadeIn-5._delay5 {
  transition-delay: 2.5s;
}

.anim-slideIn-l-5._delay5,
.anim-slideIn-r-5._delay5,
.anim-slideIn-t-5._delay5,
.anim-slideIn-b-5._delay5 {
  transition-delay: 2.5s;
}

.anim-scaleIn-5._delay5 {
  transition-delay: 2.5s;
}

.anim-scaleOut-5._delay5 {
  transition-delay: 2.5s;
}

.anim-fadeIn-6._delay5 {
  transition-delay: 2.75s;
}

.anim-slideIn-l-6._delay5,
.anim-slideIn-r-6._delay5,
.anim-slideIn-t-6._delay5,
.anim-slideIn-b-6._delay5 {
  transition-delay: 2.75s;
}

.anim-scaleIn-6._delay5 {
  transition-delay: 2.75s;
}

.anim-scaleOut-6._delay5 {
  transition-delay: 2.75s;
}

.anim-long-fadeIn-1._delay5 {
  transition-delay: 1.5s;
}

.anim-long-slideIn-l-1._delay5,
.anim-long-slideIn-r-1._delay5,
.anim-long-slideIn-t-1._delay5,
.anim-long-slideIn-b-1._delay5 {
  transition-delay: 1.5s;
}

.anim-long-scaleIn-1._delay5 {
  transition-delay: 1.5s;
}

.anim-long-scaleOut-1._delay5 {
  transition-delay: 1.5s;
}

.anim-long-fadeIn-2._delay5 {
  transition-delay: 1.75s;
}

.anim-long-slideIn-l-2._delay5,
.anim-long-slideIn-r-2._delay5,
.anim-long-slideIn-t-2._delay5,
.anim-long-slideIn-b-2._delay5 {
  transition-delay: 1.75s;
}

.anim-long-scaleIn-2._delay5 {
  transition-delay: 1.75s;
}

.anim-long-scaleOut-2._delay5 {
  transition-delay: 1.75s;
}

.anim-long-fadeIn-3._delay5 {
  transition-delay: 2s;
}

.anim-long-slideIn-l-3._delay5,
.anim-long-slideIn-r-3._delay5,
.anim-long-slideIn-t-3._delay5,
.anim-long-slideIn-b-3._delay5 {
  transition-delay: 2s;
}

.anim-long-scaleIn-3._delay5 {
  transition-delay: 2s;
}

.anim-long-scaleOut-3._delay5 {
  transition-delay: 2s;
}

.anim-long-fadeIn-4._delay5 {
  transition-delay: 2.25s;
}

.anim-long-slideIn-l-4._delay5,
.anim-long-slideIn-r-4._delay5,
.anim-long-slideIn-t-4._delay5,
.anim-long-slideIn-b-4._delay5 {
  transition-delay: 2.25s;
}

.anim-long-scaleIn-4._delay5 {
  transition-delay: 2.25s;
}

.anim-long-scaleOut-4._delay5 {
  transition-delay: 2.25s;
}

.anim-long-fadeIn-5._delay5 {
  transition-delay: 2.5s;
}

.anim-long-slideIn-l-5._delay5,
.anim-long-slideIn-r-5._delay5,
.anim-long-slideIn-t-5._delay5,
.anim-long-slideIn-b-5._delay5 {
  transition-delay: 2.5s;
}

.anim-long-scaleIn-5._delay5 {
  transition-delay: 2.5s;
}

.anim-long-scaleOut-5._delay5 {
  transition-delay: 2.5s;
}

.anim-long-fadeIn-6._delay5 {
  transition-delay: 2.75s;
}

.anim-long-slideIn-l-6._delay5,
.anim-long-slideIn-r-6._delay5,
.anim-long-slideIn-t-6._delay5,
.anim-long-slideIn-b-6._delay5 {
  transition-delay: 2.75s;
}

.anim-long-scaleIn-6._delay5 {
  transition-delay: 2.75s;
}

.anim-long-scaleOut-6._delay5 {
  transition-delay: 2.75s;
}

.anim-fadeIn-1._delay6 {
  transition-delay: 1.8s;
}

.anim-slideIn-l-1._delay6,
.anim-slideIn-r-1._delay6,
.anim-slideIn-t-1._delay6,
.anim-slideIn-b-1._delay6 {
  transition-delay: 1.8s;
}

.anim-scaleIn-1._delay6 {
  transition-delay: 1.8s;
}

.anim-scaleOut-1._delay6 {
  transition-delay: 1.8s;
}

.anim-fadeIn-2._delay6 {
  transition-delay: 2.05s;
}

.anim-slideIn-l-2._delay6,
.anim-slideIn-r-2._delay6,
.anim-slideIn-t-2._delay6,
.anim-slideIn-b-2._delay6 {
  transition-delay: 2.05s;
}

.anim-scaleIn-2._delay6 {
  transition-delay: 2.05s;
}

.anim-scaleOut-2._delay6 {
  transition-delay: 2.05s;
}

.anim-fadeIn-3._delay6 {
  transition-delay: 2.3s;
}

.anim-slideIn-l-3._delay6,
.anim-slideIn-r-3._delay6,
.anim-slideIn-t-3._delay6,
.anim-slideIn-b-3._delay6 {
  transition-delay: 2.3s;
}

.anim-scaleIn-3._delay6 {
  transition-delay: 2.3s;
}

.anim-scaleOut-3._delay6 {
  transition-delay: 2.3s;
}

.anim-fadeIn-4._delay6 {
  transition-delay: 2.55s;
}

.anim-slideIn-l-4._delay6,
.anim-slideIn-r-4._delay6,
.anim-slideIn-t-4._delay6,
.anim-slideIn-b-4._delay6 {
  transition-delay: 2.55s;
}

.anim-scaleIn-4._delay6 {
  transition-delay: 2.55s;
}

.anim-scaleOut-4._delay6 {
  transition-delay: 2.55s;
}

.anim-fadeIn-5._delay6 {
  transition-delay: 2.8s;
}

.anim-slideIn-l-5._delay6,
.anim-slideIn-r-5._delay6,
.anim-slideIn-t-5._delay6,
.anim-slideIn-b-5._delay6 {
  transition-delay: 2.8s;
}

.anim-scaleIn-5._delay6 {
  transition-delay: 2.8s;
}

.anim-scaleOut-5._delay6 {
  transition-delay: 2.8s;
}

.anim-fadeIn-6._delay6 {
  transition-delay: 3.05s;
}

.anim-slideIn-l-6._delay6,
.anim-slideIn-r-6._delay6,
.anim-slideIn-t-6._delay6,
.anim-slideIn-b-6._delay6 {
  transition-delay: 3.05s;
}

.anim-scaleIn-6._delay6 {
  transition-delay: 3.05s;
}

.anim-scaleOut-6._delay6 {
  transition-delay: 3.05s;
}

.anim-long-fadeIn-1._delay6 {
  transition-delay: 1.8s;
}

.anim-long-slideIn-l-1._delay6,
.anim-long-slideIn-r-1._delay6,
.anim-long-slideIn-t-1._delay6,
.anim-long-slideIn-b-1._delay6 {
  transition-delay: 1.8s;
}

.anim-long-scaleIn-1._delay6 {
  transition-delay: 1.8s;
}

.anim-long-scaleOut-1._delay6 {
  transition-delay: 1.8s;
}

.anim-long-fadeIn-2._delay6 {
  transition-delay: 2.05s;
}

.anim-long-slideIn-l-2._delay6,
.anim-long-slideIn-r-2._delay6,
.anim-long-slideIn-t-2._delay6,
.anim-long-slideIn-b-2._delay6 {
  transition-delay: 2.05s;
}

.anim-long-scaleIn-2._delay6 {
  transition-delay: 2.05s;
}

.anim-long-scaleOut-2._delay6 {
  transition-delay: 2.05s;
}

.anim-long-fadeIn-3._delay6 {
  transition-delay: 2.3s;
}

.anim-long-slideIn-l-3._delay6,
.anim-long-slideIn-r-3._delay6,
.anim-long-slideIn-t-3._delay6,
.anim-long-slideIn-b-3._delay6 {
  transition-delay: 2.3s;
}

.anim-long-scaleIn-3._delay6 {
  transition-delay: 2.3s;
}

.anim-long-scaleOut-3._delay6 {
  transition-delay: 2.3s;
}

.anim-long-fadeIn-4._delay6 {
  transition-delay: 2.55s;
}

.anim-long-slideIn-l-4._delay6,
.anim-long-slideIn-r-4._delay6,
.anim-long-slideIn-t-4._delay6,
.anim-long-slideIn-b-4._delay6 {
  transition-delay: 2.55s;
}

.anim-long-scaleIn-4._delay6 {
  transition-delay: 2.55s;
}

.anim-long-scaleOut-4._delay6 {
  transition-delay: 2.55s;
}

.anim-long-fadeIn-5._delay6 {
  transition-delay: 2.8s;
}

.anim-long-slideIn-l-5._delay6,
.anim-long-slideIn-r-5._delay6,
.anim-long-slideIn-t-5._delay6,
.anim-long-slideIn-b-5._delay6 {
  transition-delay: 2.8s;
}

.anim-long-scaleIn-5._delay6 {
  transition-delay: 2.8s;
}

.anim-long-scaleOut-5._delay6 {
  transition-delay: 2.8s;
}

.anim-long-fadeIn-6._delay6 {
  transition-delay: 3.05s;
}

.anim-long-slideIn-l-6._delay6,
.anim-long-slideIn-r-6._delay6,
.anim-long-slideIn-t-6._delay6,
.anim-long-slideIn-b-6._delay6 {
  transition-delay: 3.05s;
}

.anim-long-scaleIn-6._delay6 {
  transition-delay: 3.05s;
}

.anim-long-scaleOut-6._delay6 {
  transition-delay: 3.05s;
}

.parts-color-item-btn.js-get-color.js-animation-demo-btn {
  width: 100px;
  height: 100px;
  margin: 10px auto;
  background-color: #76C5AB;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  opacity: 0;
  transform: translate(0, 0);
  transition: none;
}

.parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-1.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-2.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-3.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-4.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-5.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-6.in-view {
  animation: demoFadeIn 5s ease-out infinite;
}

.parts-color-item-btn.js-get-color.js-animation-demo-btn[class*="anim-slideIn-l"].in-view {
  animation: demoSlideLeft 5s ease-out infinite;
}

.parts-color-item-btn.js-get-color.js-animation-demo-btn[class*="anim-slideIn-r"].in-view {
  animation: demoSlideRight 5s ease-out infinite;
}

.parts-color-item-btn.js-get-color.js-animation-demo-btn[class*="anim-slideIn-t"].in-view {
  animation: demoSlideTop 5s ease-out infinite;
}

.parts-color-item-btn.js-get-color.js-animation-demo-btn[class*="anim-slideIn-b"].in-view {
  animation: demoSlideBottom 5s ease-out infinite;
}

.parts-color-item-btn.js-get-color.js-animation-demo-btn[class*="anim-scaleIn"].in-view {
  animation: demoScale 5s ease-out infinite;
}

.parts-color-item-btn.js-get-color.js-animation-demo-btn[class*="anim-scaleOut"]:not([class*="anim-long-scaleOut"]).in-view {
  animation: demoScaleOut 5s ease-out infinite;
}

.parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-long-fadeIn-1.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-long-fadeIn-2.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-long-fadeIn-3.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-long-fadeIn-4.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-long-fadeIn-5.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-long-fadeIn-6.in-view {
  animation: demoFadeInLong 5s ease-out infinite;
}

.parts-color-item-btn.js-get-color.js-animation-demo-btn[class*="anim-long-slideIn-l"].in-view {
  animation: demoSlideLeftLong 5s ease-out infinite;
}

.parts-color-item-btn.js-get-color.js-animation-demo-btn[class*="anim-long-slideIn-r"].in-view {
  animation: demoSlideRightLong 5s ease-out infinite;
}

.parts-color-item-btn.js-get-color.js-animation-demo-btn[class*="anim-long-slideIn-t"].in-view {
  animation: demoSlideTopLong 5s ease-out infinite;
}

.parts-color-item-btn.js-get-color.js-animation-demo-btn[class*="anim-long-slideIn-b"].in-view {
  animation: demoSlideBottomLong 5s ease-out infinite;
}

.parts-color-item-btn.js-get-color.js-animation-demo-btn[class*="anim-long-scaleIn"].in-view {
  animation: demoScaleLong 5s ease-out infinite;
}

.parts-color-item-btn.js-get-color.js-animation-demo-btn[class*="anim-long-scaleOut"].in-view {
  animation: demoScaleOutLong 5s ease-out infinite;
}

@keyframes demoFadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes demoSlideLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  20% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 1;
    transform: translateX(0);
  }
  90% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes demoSlideRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  20% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 1;
    transform: translateX(0);
  }
  90% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes demoSlideTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes demoSlideBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes demoScale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes demoScaleOut {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes demoFadeInLong {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes demoSlideLeftLong {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  20% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 1;
    transform: translateX(0);
  }
  90% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes demoSlideRightLong {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  20% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 1;
    transform: translateX(0);
  }
  90% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes demoSlideTopLong {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes demoSlideBottomLong {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes demoScaleLong {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes demoScaleOutLong {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.com-topic_path {
  width: fit-content;
}

.com-topic_path ul {
  width: fit-content;
  display: flex;
  gap: 10px;
}

.com-topic_path ul li, .com-topic_path ul a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.4rem;
  color: #7C878D;
  white-space: nowrap;
  flex-shrink: 0;
}

.com-topic_path ul li {
  position: relative;
  gap: 10px;
}

.com-topic_path ul li .icon_arrow {
  width: 7px;
  height: 10px;
  fill: #76C5AB;
}

.com-topic_path ul a {
  transition: opacity 0.3s;
}

.com-topic_path ul a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 834px) {
  .com-topic_path ul a:hover {
    opacity: 1;
  }
}

.com-topic_path ul a svg {
  width: 16px;
  height: 16px;
  fill: #76C5AB;
}

.com-topic_path-wrap {
  width: fit-content;
  max-width: 100%;
  padding: 16px 20px;
  overflow-x: auto;
  background-color: #FFFFFF;
}

@media screen and (max-width: 834px) {
  .com-topic_path-wrap {
    padding: 10px 20px;
  }
}

.com-section {
  padding: 90px 0 90px;
}

@media screen and (max-width: 834px) {
  .com-section {
    padding: 50px 0 50px;
  }
}

.com-spacer-section {
  margin-bottom: 90px;
}

@media screen and (max-width: 834px) {
  .com-spacer-section {
    margin-bottom: 50px;
  }
}

.com-spacer-large {
  margin-bottom: 60px;
}

.com-spacer-medium {
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .com-spacer-medium {
    margin-bottom: 20px;
  }
}

.com-spacer-small {
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .com-spacer-small {
    margin-bottom: 10px;
  }
}

.com-spacer-xsmall {
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .com-spacer-xsmall {
    margin-bottom: 10px;
  }
}

.com-spacer-xxsmall {
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .com-spacer-xxsmall {
    margin-bottom: 5px;
  }
}

.com-contentWidth {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .com-contentWidth {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.com-contentWidth.__1000 {
  max-width: 1100px;
}

.com-contentWidth.__1200 {
  max-width: 1300px;
}

.com-contentWidth.__1400 {
  max-width: 1500px;
}

.com-bgc-white {
  background-color: #FFFFFF;
}

.com-bgc-main {
  background-color: #76C5AB;
}

.com-bgc-main-light {
  background-color: #F1FBF8;
}

.com-bgc-sub {
  background-color: #FCB960;
}

.com-bgc-gray-light {
  background-color: #F2F2F2;
}

.com-bgc-gray-white {
  background-color: #f5f5f5;
}

.com-c-white {
  color: #FFFFFF;
}

.com-h1 {
  font-size: 3.5rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
}

@media screen and (max-width: 834px) {
  .com-h1 {
    font-size: 2.5rem;
  }
}

.com-h1 span {
  color: #76C5AB;
}

.com-h1-desc {
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 400;
}

.com-h2 {
  display: block;
  width: 100%;
  padding: 25px;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 2.6rem;
  line-height: 1.45;
  text-align: center;
  color: #FFFFFF;
  background-color: #00AA96;
  border-radius: 43px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .com-h2 {
    font-size: 2.4rem;
  }
}

.com-h2._white {
  background-color: #fef6dd;
  color: #FCB960;
  border: 2px solid #FCB960;
}

.com-h2-top {
  font-size: 3.5rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
}

@media screen and (max-width: 834px) {
  .com-h2-top {
    font-size: 2.5rem;
  }
}

.com-h2-top span {
  color: #76C5AB;
}

.com-h2-top-desc {
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 400;
}

.com-h3 {
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  padding: 4px 0 4px 20px;
  border-left: 4px solid #00AA96;
  color: #00AA96;
}

@media screen and (max-width: 834px) {
  .com-h3 {
    font-size: 1.8rem;
    padding: 4px 0 4px 15px;
  }
}

.com-h3.com-underline {
  border-bottom: 2px solid #00AA96;
  border-left: none;
  padding: 0 0 10px;
  color: #303030;
}

@media screen and (max-width: 834px) {
  .com-h3.com-underline {
    padding: 0 0 7px;
  }
}

.com-ul-check_01 .com-h3, .com-ul-check_02 .com-h3, .com-ul-check_03 .com-h3 {
  padding: 0;
  border-left: none;
  color: #303030;
}

.com-h3._sub {
  border-left: 4px solid #ED9E35;
  color: #ED9E35;
}

.com-h4 {
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #00AA96;
}

.com-h4-dot {
  position: relative;
  padding-left: 30px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #76C5AB;
}

.com-h4-dot:before {
  content: '';
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #76C5AB;
  border-radius: 50%;
}

.com-h4-icon {
  position: relative;
  padding-left: 40px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #303030;
}

@media screen and (max-width: 834px) {
  .com-h4-icon {
    font-size: 1.7rem;
  }
}

.com-h4-icon-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  fill: #76C5AB;
}

@media screen and (max-width: 834px) {
  .com-h4-icon-img {
    top: -0.2em;
  }
}

.com-accent-jp {
  font-size: 4.0rem;
  line-height: 1.45;
  font-weight: 300;
}

@media screen and (max-width: 834px) {
  .com-accent-jp {
    font-size: 2.0rem;
  }
}

.com-accent-jp-large {
  font-size: 3.2rem;
  color: #76C5AB;
}

@media screen and (max-width: 834px) {
  .com-accent-jp-large {
    font-size: 2.4rem;
  }
}

.com-accent-jp-medium {
  font-size: 1.8rem;
  color: #76C5AB;
}

@media screen and (max-width: 834px) {
  .com-accent-jp-medium {
    font-size: 1.6rem;
  }
}

.com-accent-jp-small {
  font-size: 1.4rem;
  color: #76C5AB;
}

@media screen and (max-width: 834px) {
  .com-accent-jp-small {
    font-size: 1.2rem;
  }
}

.com-accent-en-large {
  font-family: "Urbanist", sans-serif;
  font-size: 8.0rem;
  line-height: 1.45;
  font-weight: 300;
  color: #76C5AB;
}

@media screen and (max-width: 834px) {
  .com-accent-en-large {
    font-size: 5.0rem;
  }
}

.com-accent-en-medium {
  font-family: "Urbanist", sans-serif;
  font-size: 4.0rem;
  line-height: 1.45;
  font-weight: 300;
  color: #76C5AB;
}

@media screen and (max-width: 834px) {
  .com-accent-en-medium {
    font-size: 3.5rem;
  }
}

.com-accent-en-small {
  font-family: "Urbanist", sans-serif;
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 300;
  color: #76C5AB;
}

@media screen and (max-width: 834px) {
  .com-accent-en-small {
    font-size: 2.0rem;
  }
}

.com-index {
  padding: 30px;
  border-radius: 20px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 834px) {
  .com-index {
    padding: 15px;
  }
}

.com-index-title {
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 834px) {
  .com-index-title {
    font-size: 1.7rem;
  }
}

.com-index-title-icon {
  width: 35px;
  height: 35px;
  fill: #76C5AB;
}

.com-index-list-item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #d1cdc7;
}

.com-index-list-item-link-icon {
  width: 25px;
  height: 25px;
  transition: transform 0.3s;
  fill: #76C5AB;
}

.com-index-list-item-link:hover .com-index-list-item-link-icon {
  transform: translateX(10px);
}

@media screen and (max-width: 834px) {
  .com-index-list-item-link:hover .com-index-list-item-link-icon {
    transform: translateX(0);
  }
}

.com-img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.com-col2 {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .com-col2 {
    flex-direction: column;
    gap: 40px;
  }
}

.com-col2._gap_40 {
  gap: 40px;
}

@media screen and (max-width: 834px) {
  .com-col2._gap_40 {
    gap: 20px;
  }
}

.com-col2._gap_40 .com-col2-item {
  width: calc((100% - 40px) / 2);
}

@media screen and (max-width: 834px) {
  .com-col2._gap_40 .com-col2-item {
    width: 100%;
  }
}

.com-col2-item {
  width: calc((100% - 60px) / 2);
}

@media screen and (max-width: 834px) {
  .com-col2-item {
    width: 100%;
  }
}

.com-col2._circle img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 834px) {
  .com-col2._circle img {
    width: 170px;
    height: 170px;
  }
}

.com-col3 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 834px) {
  .com-col3 {
    flex-direction: column;
    gap: 40px;
  }
}

.com-col3._gap_40 {
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .com-col3._gap_40 {
    gap: 20px;
  }
}

.com-col3-item {
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 834px) {
  .com-col3-item {
    width: 100%;
  }
}

.com-col3._circle img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  margin-right: auto;
  margin-left: auto;
}

.com-col4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background-color: #76C5AB;
}

@media screen and (max-width: 834px) {
  .com-col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.com-col4-item {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
}

.com-col4-item-underline {
  content: '';
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00AA96;
  text-align: center;
}

.com-col4-item-underline::after {
  content: '';
  position: absolute;
  background-color: #F1FBF8;
  top: 0;
  height: 1px;
  width: 0;
  transform: translateX(-50%);
  transition: width ease 0.3s;
}

@media screen and (min-width: 835px) {
  .com-col4-item:hover .com-col4-item-underline::after {
    width: 100%;
    transition: width ease 0.3s;
  }
}

.com-col4-item-text {
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

@media (max-width: 809px) {
  .com-col4-item-text {
    font-size: 1.6rem;
  }
}

.com-col4-item._no-hover:hover .com-col4-item-underline::after {
  width: 0;
}

.com-col-img_right {
  display: grid;
  grid-template-columns: 1fr calc(38% + 60px);
  column-gap: 60px;
  grid-template-rows: auto 1fr;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .com-col-img_right {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}

.com-col-img_right-title {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 834px) {
  .com-col-img_right-title {
    grid-area: 1 / 1 / 2 / 2;
  }
}

.com-col-img_right-text {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 834px) {
  .com-col-img_right-text {
    grid-area: 3 / 1 / 4 / 2;
  }
}

.com-col-img_right-img {
  grid-area: 1 / 2 / 3 / 3;
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 834px) {
  .com-col-img_right-img {
    width: 100%;
    margin-bottom: 20px;
    grid-area: 2 / 1 / 3 / 2;
  }
}

.com-col-img_right._md {
  grid-template-columns: calc(50% - 60px) 1fr;
}

@media screen and (max-width: 834px) {
  .com-col-img_right._md {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}

.com-col-img_right._lg {
  grid-template-columns: calc(30% + 60px) 1fr;
}

@media screen and (max-width: 834px) {
  .com-col-img_right._lg {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}

.com-col-img_left {
  display: grid;
  grid-template-columns: calc(38% + 60px) 1fr;
  column-gap: 60px;
  grid-template-rows: auto 1fr;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .com-col-img_left {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}

.com-col-img_left-title {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 834px) {
  .com-col-img_left-title {
    grid-area: 1 / 1 / 2 / 2;
  }
}

.com-col-img_left-text {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 834px) {
  .com-col-img_left-text {
    grid-area: 3 / 1 / 4 / 2;
  }
}

.com-col-img_left-img {
  grid-area: 1 / 1 / 3 / 2;
  display: block;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .com-col-img_left-img {
    width: 100%;
    margin-bottom: 20px;
    grid-area: 2 / 1 / 3 / 2;
  }
}

.com-col-img_left._md {
  grid-template-columns: 1fr calc(50% - 60px);
}

@media screen and (max-width: 834px) {
  .com-col-img_left._md {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}

.com-col-img_left._lg {
  grid-template-columns: 1fr calc(30% + 60px);
}

@media screen and (max-width: 834px) {
  .com-col-img_left._lg {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}

.com-ul-note {
  margin-bottom: 30px;
}

.com-ul-note:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .com-ul-note {
    margin-bottom: 20px;
  }
}

.com-ul-note > li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 5px;
}

.com-ul-note > li:last-child {
  margin-bottom: 0;
}

.com-ul-note > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.com-ul-dot {
  margin-bottom: 30px;
}

.com-ul-dot:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .com-ul-dot {
    margin-bottom: 20px;
  }
}

.com-ul-dot > li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 5px;
}

.com-ul-dot > li:last-child {
  margin-bottom: 0;
}

.com-ul-dot > li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #76C5AB;
}

.com-ul-check {
  margin-bottom: 30px;
}

.com-ul-check:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .com-ul-check {
    margin-bottom: 20px;
  }
}

.com-ul-check > li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  margin-bottom: 10px;
}

.com-ul-check > li:last-child {
  margin-bottom: 0;
}

.com-ul-check-icon {
  padding-top: 0.1em;
  width: 24px;
  height: 24px;
  fill: #76C5AB;
  flex-shrink: 0;
}

.com-ul-check_02 {
  margin-bottom: 30px;
}

.com-ul-check_02:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .com-ul-check_02 {
    margin-bottom: 20px;
  }
}

.com-ul-check_02 > li {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 15px;
}

.com-ul-check_02 > li:last-child {
  margin-bottom: 0;
}

.com-ul-check_02 > li p {
  padding: 5px 0 0 56px;
}

@media screen and (max-width: 834px) {
  .com-ul-check_02 > li p {
    padding: 10px 10px 0 20px;
  }
}

.com-ul-check_02-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.com-ul-check_02-item-icon {
  position: relative;
  top: 0.1em;
  padding: 0.2em;
  width: 40px;
  height: 40px;
  background-color: #F1FBF8;
  border-radius: 50%;
  padding: 8px 0 0 8px;
  fill: #76C5AB;
  flex-shrink: 0;
  z-index: 1;
}

.com-ul-check_02-item .com-h3 {
  padding-top: 4px;
}

@media screen and (max-width: 834px) {
  .com-ul-check_02-item .com-h3 {
    padding-top: 8px;
  }
}

.com-ul-check_02-item .com-h4 {
  padding-top: 7px;
}

.com-ul-check_03 {
  margin-bottom: 30px;
}

.com-ul-check_03:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .com-ul-check_03 {
    margin-bottom: 20px;
  }
}

.com-ul-check_03 > li {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 15px;
}

.com-ul-check_03 > li:last-child {
  margin-bottom: 0;
}

.com-ul-check_03 > li p {
  padding-left: 5px;
  margin: auto 0;
}

@media screen and (max-width: 834px) {
  .com-ul-check_03 > li p {
    padding: 0;
  }
}

.com-ul-check_03-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.com-ul-check_03-item-icon {
  position: relative;
  top: 0.1em;
  padding: 0.2em;
  width: 40px;
  height: 40px;
  background-color: #F1FBF8;
  border-radius: 50%;
  padding: 8px 0 0 8px;
  fill: #76C5AB;
  flex-shrink: 0;
  z-index: 1;
}

.com-ul-num01 {
  margin-bottom: 30px;
}

.com-ul-num01:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .com-ul-num01 {
    margin-bottom: 20px;
  }
}

.com-ul-num01 > li {
  position: relative;
  margin-bottom: 10px;
  min-height: 40px;
  counter-increment: li;
}

.com-ul-num01 > li:last-child {
  margin-bottom: 0;
}

.com-ul-num01 > li:before {
  content: counter(li);
  position: absolute;
  top: 0.2rem;
  left: 1.45rem;
  color: #76C5AB;
  font-weight: 700;
  line-height: 1.45;
  padding-top: 4px;
  font-size: 2rem;
  z-index: 10;
}

.com-ul-num01 > li:after {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #F1FBF8;
  border-radius: 50%;
  z-index: 1;
}

.com-ul-num01 > li .com-h3 {
  padding: 4px 0 0 56px;
}

@media screen and (max-width: 834px) {
  .com-ul-num01 > li .com-h3 {
    padding-top: 7px;
  }
}

.com-ul-num01 > li .com-h4 {
  padding: 7px 0 0 56px;
}

.com-ul-num01 > li p {
  padding: 5px 0 0 56px;
}

@media screen and (max-width: 834px) {
  .com-ul-num01 > li p {
    padding: 10px 10px 0 20px;
  }
}

.com-ul-num02 {
  margin-bottom: 30px;
}

.com-ul-num02:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .com-ul-num02 {
    margin-bottom: 20px;
  }
}

.com-ul-num02 > li {
  position: relative;
  margin-bottom: 10px;
  min-height: 40px;
  counter-increment: li;
}

.com-ul-num02 > li:last-child {
  margin-bottom: 0;
}

.com-ul-num02 > li:before {
  content: counter(li);
  position: absolute;
  top: 0.2rem;
  left: 0;
  color: #76C5AB;
  font-weight: 700;
  line-height: 1.45;
  padding-top: 4px;
  font-size: 2rem;
  z-index: 10;
  width: 40px;
  text-align: center;
}

.com-ul-num02 > li:after {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #F1FBF8;
  border-radius: 50%;
  z-index: 1;
}

.com-ul-num02 > li p {
  padding: 5px 0 0 56px;
}

@media screen and (max-width: 834px) {
  .com-ul-num02 > li p {
    padding: 0 0 0 50px;
  }
}

.com-timeline {
  width: 100%;
  border-collapse: collapse;
}

.com-timeline th, .com-timeline td {
  border-top: 10px solid #FFFFFF;
  border-bottom: 10px solid #FFFFFF;
}

.com-timeline th {
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  border-right: 3px solid #76C5AB;
  width: 100px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .com-timeline th {
    width: 80px;
  }
}

.com-timeline td {
  padding-left: 30px;
}

@media screen and (max-width: 834px) {
  .com-timeline td {
    padding-left: 25px;
  }
}

.com-info-icon {
  width: 50px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.com-info-icon + * {
  margin-top: 0;
}

.com-point {
  display: flex;
  align-items: flex-start;
  padding: 40px;
  gap: 50px;
}

@media screen and (max-width: 834px) {
  .com-point {
    flex-direction: column;
    padding: 15px;
    gap: 20px;
  }
}

.com-point-img {
  width: 150px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .com-point-img {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.com-point-text {
  width: 100%;
}

.com-point-text-head {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width: 834px) {
  .com-point-text-head {
    margin-bottom: 20px;
  }
}

.com-point._right {
  flex-direction: row-reverse;
}

@media screen and (max-width: 834px) {
  .com-point._right {
    flex-direction: column;
  }
}

.com-underline {
  padding-bottom: 30px;
  border-bottom: 1px dashed #7C878D;
  margin-bottom: 30px;
}

.com-note {
  padding-left: 15px;
  border-left: 1px solid #626F71;
}

.com-note .com-ul-note {
  color: #626F71;
  font-size: 1.4rem;
}

.com-table01 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #F2F2F2;
}

.com-table01 tr {
  border-bottom: 1px solid #F2F2F2;
}

.com-table01 tr:last-child {
  border-bottom: none;
}

.com-table01 th, .com-table01 td {
  padding: 20px;
}

@media screen and (max-width: 834px) {
  .com-table01 th, .com-table01 td {
    display: block;
    width: 100%;
  }
}

.com-table01 th {
  width: 34%;
  background-color: #f5f5f5;
  text-align: left;
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  .com-table01 th {
    width: 100%;
    border-bottom: none;
  }
}

.com-table01 td {
  width: 66%;
}

@media screen and (max-width: 834px) {
  .com-table01 td {
    width: 100%;
  }
}

.com-table02 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #F2F2F2;
}

@media screen and (max-width: 834px) {
  .com-table02 th, .com-table02 td {
    display: block;
    width: 100%;
  }
}

.com-table02 tr {
  border-bottom: 1px solid #F2F2F2;
}

.com-table02 tr:last-child {
  border-bottom: none;
}

.com-table02 td:last-child {
  padding-bottom: 20px;
}

.com-table02-head {
  width: 26%;
  padding: 20px;
  background-color: #f5f5f5;
  text-align: left;
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  .com-table02-head {
    width: 100%;
    border-bottom: none;
  }
}

.com-table02-text {
  width: 48%;
  padding: 20px;
}

@media screen and (max-width: 834px) {
  .com-table02-text {
    width: 100%;
    padding-bottom: 0px;
  }
}

.com-table02-text-price {
  text-align: right;
  line-height: 1.0;
}

.com-table02-text-price span {
  font-family: "Urbanist", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  padding-right: 5px;
}

@media screen and (max-width: 834px) {
  .com-table02-text-price span {
    font-size: 2.0rem;
  }
}

.com-table02-img {
  width: 26%;
  padding: 20px 20px 0;
}

.com-table02-img img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 160 / 107;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

@media screen and (max-width: 834px) {
  .com-table02-img img {
    max-width: none;
  }
}

.com-table03 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
}

@media screen and (max-width: 834px) {
  .com-table03 th, .com-table03 td {
    display: block;
    width: 100%;
  }
}

.com-table03-head {
  width: 34%;
  padding: 20px;
  background-color: #f5f5f5;
  text-align: left;
  font-weight: 700;
  border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width: 834px) {
  .com-table03-head {
    width: 100%;
    border-right: 1px solid #F2F2F2;
    border-bottom: none;
  }
}

.com-table03-text {
  width: 74%;
  padding: 20px;
  border-bottom: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
}

@media screen and (max-width: 834px) {
  .com-table03-text {
    width: 100%;
  }
}

.com-table03-text-price {
  text-align: right;
  line-height: 1.0;
}

.com-table03-text-price span {
  font-family: "Urbanist", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  padding-right: 5px;
}

@media screen and (max-width: 834px) {
  .com-table03-text-price span {
    font-size: 2.0rem;
  }
}

.com-flow._white .com-flow-item {
  background-color: #FFFFFF;
}

.com-flow-item {
  position: relative;
  width: 100%;
  display: flex;
  gap: 50px;
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 20px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 834px) {
  .com-flow-item {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
}

.com-flow-item:last-child {
  margin-bottom: 0;
}

.com-flow-item:last-child::after {
  display: none;
}

.com-flow-item::after {
  content: "";
  position: absolute;
  top: calc(100% - 20px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 50px;
  border-left: 2px solid #00AA96;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .com-flow-item::after {
    top: calc(100% - 10px);
    height: 30px;
  }
}

.com-flow-item-step {
  width: 24%;
  min-width: 180px;
}

@media screen and (max-width: 834px) {
  .com-flow-item-step {
    width: 100%;
    min-width: none;
  }
}

.com-flow-item-step p {
  font-family: "Urbanist", sans-serif;
  font-size: 3.5rem;
  line-height: 1.0;
  font-weight: 400;
  color: #00AA96;
}

@media screen and (max-width: 834px) {
  .com-flow-item-step p {
    font-size: 3.5rem;
  }
}

.com-flow-item-text {
  width: 51%;
}

@media screen and (max-width: 834px) {
  .com-flow-item-text {
    width: 100%;
  }
}

.com-flow-item-text h3 {
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .com-flow-item-text h3 {
    font-size: 1.8rem;
  }
}

.com-flow-item-img {
  width: 25%;
  min-width: 180px;
}

@media screen and (max-width: 834px) {
  .com-flow-item-img {
    width: 100%;
    min-width: none;
  }
}

.com-flow-item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.com-flow-item:not(:has(.com-flow-item-img)) .com-flow-item-text {
  width: 76%;
}

@media screen and (max-width: 834px) {
  .com-flow-item:not(:has(.com-flow-item-img)) .com-flow-item-text {
    width: 100%;
  }
}

.com-faq-list-item {
  padding: 30px;
  border-bottom: solid 1px #7C878D;
}

@media screen and (max-width: 834px) {
  .com-faq-list-item {
    padding: 15px;
  }
}

.com-faq-list-item:first-child {
  padding-top: 0;
}

.com-faq-list-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.com-faq-list-item-q {
  position: relative;
  padding-top: 8px;
  padding-left: 70px;
}

@media screen and (max-width: 834px) {
  .com-faq-list-item-q {
    display: flex;
    align-items: center;
    padding-top: 0px;
    min-height: 45px;
    padding-left: 60px;
  }
}

.com-faq-list-item-q::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #76C5AB;
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFFFFF;
  font-family: "Urbanist", sans-serif;
}

.com-faq-list-item-a {
  position: relative;
  padding-left: 100px;
  padding-top: 8px;
}

@media screen and (max-width: 834px) {
  .com-faq-list-item-a {
    padding-left: 60px;
  }
}

.com-faq-list-item-a::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #f5f5f5;
  font-size: 2.4rem;
  font-weight: 500;
  color: #00AA96;
  font-family: "Urbanist", sans-serif;
}

@media screen and (max-width: 834px) {
  .com-faq-list-item-a::before {
    left: 0;
  }
}

.com-box01 {
  padding: 60px 50px;
  border-radius: 30px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 834px) {
  .com-box01 {
    padding: 30px 15px;
  }
}

.com-box01-head {
  border-bottom: dashed 1px #7C878D;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .com-box01-head {
    margin-bottom: 40px;
  }
}

.com-box01-head-icon {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

.com-box01-head-icon-img {
  width: 50px;
  height: 50px;
  fill: #76C5AB;
}

.com-box01-head-h2 {
  font-size: 2.6rem;
  line-height: 1.45;
  font-weight: 500;
  color: #00AA96;
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .com-box01-head-h2 {
    font-size: 2.4rem;
  }
}

.com-box01-head-note {
  padding-bottom: 30px;
}

.com-box02 {
  border: 1px solid #7C878D;
}

.com-box02 .com-h2 {
  padding: 40px;
}

.com-box02-top {
  padding: 60px;
}

@media screen and (max-width: 834px) {
  .com-box02-top {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 834px) {
  .com-box02-inner {
    padding: 30px 15px;
  }
}

.com-box03 {
  padding: 50px;
  background-color: #f5f5f5;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
}

@media screen and (max-width: 834px) {
  .com-box03 {
    padding: 40px 20px;
  }
}

.com-box03-head {
  font-size: 2.6rem;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .com-box03-head {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

.com-box03-head-en {
  margin-bottom: 10px;
  font-family: "Urbanist", sans-serif;
  font-size: 4.0rem;
  line-height: 1.0;
  font-weight: 500;
  color: #00AA96;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .com-box03-head-en {
    font-size: 3.5rem;
  }
}

.com-box03-img {
  margin-bottom: 50px;
  width: 100%;
  height: auto;
  aspect-ratio: 2.7 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

@media screen and (max-width: 834px) {
  .com-box03-img {
    aspect-ratio: unset;
    margin-bottom: 30px;
  }
}

.com-box03-contact {
  width: 100%;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .com-box03-contact {
    flex-direction: column;
  }
}

.com-box03-contact-item {
  position: relative;
  width: calc((100% - 45px) / 3);
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 5px;
}

@media screen and (max-width: 834px) {
  .com-box03-contact-item {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .com-box03-contact-item {
    padding: 20px 10px;
  }
}

.com-box03-contact-item._line .com-box03-contact-item-icon {
  /*background-color: $line-color;*/
}

.com-box03-contact-item._line .com-box03-contact-item-icon-img {
  width: 100%;
  height: 100%;
  /*width: 25px;
                        height: 25px;*/
}

.com-box03-contact-item-icon {
  position: absolute;
  top: -11px;
  left: -9px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #00AA96;
}

.com-box03-contact-item-icon-img {
  width: 30px;
  height: 30px;
}

.com-box03-contact-item-head {
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #F2F2F2;
}

@media screen and (max-width: 834px) {
  .com-box03-contact-item-head {
    font-size: 1.7rem;
  }
}

.com-box03-contact-item-phone {
  font-family: "Urbanist", sans-serif;
  font-size: 3.0rem;
  line-height: 1.45;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0em;
  color: #00AA96;
  margin-bottom: 10px;
}

.com-box03-contact-item-time {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.com-box03-contact-item-time-num {
  font-family: "Urbanist", sans-serif;
  font-size: 2.0rem;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0em;
}

.com-box03-contact-item-desc {
  text-align: center;
  margin-bottom: 20px;
}

.com-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.com-btn01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  height: 50px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.com-btn01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  background: #76C5AB;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}

.com-btn01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00AA96;
  z-index: -10;
}

.com-btn01:hover::before {
  width: calc(105% + 30px);
}

@media screen and (max-width: 834px) {
  .com-btn01:hover::before {
    width: calc(0% + 30px);
  }
}

.com-btn01 img {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.com-btn01 ._large {
  font-size: 2.5rem;
  color: #F2F2F2;
  font-weight: 400;
  transform: translateY(-2px);
}

.com-btn01._line::after {
  background-color: #2db530;
}

.com-btn02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 3px 25px;
  width: fit-content;
  height: 50px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  border-radius: 100vh;
  overflow: hidden;
  z-index: 1;
}

.com-btn02 img {
  width: 25px;
  height: 25px;
}

.com-btn02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  background: #00AA96;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}

.com-btn02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #76C5AB;
  z-index: -10;
}

.com-btn02:hover::before {
  width: calc(105% + 30px);
}

@media screen and (max-width: 834px) {
  .com-btn02:hover::before {
    width: calc(0% + 30px);
  }
}

.com-btn02-text {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.com-btn02-arrow01 {
  width: 8px;
  height: 12px;
  fill: #FFFFFF;
  flex-shrink: 0;
}

.com-btn02-arrow02 {
  width: 23px;
  height: 6px;
  stroke: #FFFFFF;
  flex-shrink: 0;
}

.com-btn02._white {
  color: #00AA96;
  border: none;
}

.com-btn02._white::before {
  background-color: #00AA96;
}

.com-btn02._white::after {
  background-color: #FFFFFF;
}

.com-btn02._white .com-btn02-arrow01 {
  fill: #00AA96;
  transition: all .3s ease;
}

@media screen and (min-width: 835px) {
  .com-btn02._white:hover .com-btn02-text {
    color: #FFFFFF;
    transition: all .3s ease;
  }
  .com-btn02._white:hover .com-btn02-arrow01 {
    fill: #FFFFFF;
    transition: all .3s ease;
  }
}

.com-btn02._border {
  border: 1px solid #00AA96;
}

.com-btn02.color-red::after {
  background-color: #e53935;
}

.com-btn02.color-red::before {
  background-color: #9f1815;
}

.com-btn02.color-sub::after {
  background-color: #FCB960;
}

.com-btn02.color-sub::before {
  background-color: #f18c05;
}

.com-btn03 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding: 13px 20px;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  border-radius: 38px;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .com-btn03 {
    font-size: 1.4rem;
  }
}

.com-btn03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  background: #76C5AB;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}

.com-btn03::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00AA96;
  z-index: -10;
}

.com-btn03:hover::before {
  width: calc(105% + 30px);
}

@media screen and (max-width: 834px) {
  .com-btn03:hover::before {
    width: calc(0% + 30px);
  }
}

.com-btn03 span {
  display: inline-block;
  width: 100%;
  padding-left: 35px;
  text-align: center;
}

.com-btn03 img {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.com-btn03._white {
  color: #00AA96;
  border: 2px solid #e5faf3;
}

.com-btn03._white::before {
  background-color: #e5faf3;
}

.com-btn03._white::after {
  background-color: #FFFFFF;
}

.com-link01 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #F2F2F2;
}

.com-link01 span {
  font-weight: 700;
  color: #00AA96;
}

.com-link01 img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
}

.com-link01:hover img {
  transform: translateX(10px);
}

@media screen and (max-width: 834px) {
  .com-link01:hover img {
    transform: translateX(0);
  }
}

.com-img_switch {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.com-img_switch-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  user-select: none;
  draggable: false;
}

.com-img_switch-item-overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 2px;
  background-color: #FFFFFF;
  z-index: 20;
}

.com-img_switch-item-overlay-thumb {
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: solid 2px #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: auto;
  cursor: pointer;
  z-index: 10;
}

.com-img_switch-item-overlay-thumb-arrow {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 10px;
  height: 18px;
  stroke: #FFFFFF;
  stroke-width: 2;
  z-index: 10;
}

.com-img_switch-item-overlay-thumb-arrow.__reverse {
  left: auto;
  right: 12px;
  transform: translateY(-50%) scaleX(-1);
}

.com-img_switch-item-overlay-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.com-img_switch-item-overlay-img::before {
  content: "BEFORE";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 40px;
  background-color: #303030;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  z-index: 1;
}

.com-img_switch-item-overlay-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  pointer-events: none;
  user-select: none;
  draggable: false;
}

.com-img_switch-item-base {
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
  draggable: false;
}

.com-img_switch-item-base::before {
  content: "AFTER";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 40px;
  background-color: #303030;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  z-index: 1;
}

.com-img_switch-item-base img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  pointer-events: none;
  user-select: none;
  draggable: false;
}

.com-schedule {
  margin-bottom: 20px;
}

.com-schedule-table {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.com-schedule-table-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 30px;
  background-color: #76C5AB;
}

@media screen and (max-width: 834px) {
  .com-schedule-table-head {
    padding: 8px 10px 8px 20px;
  }
}

.com-schedule-table-head-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  width: 154px;
  height: 40px;
}

@media screen and (max-width: 834px) {
  .com-schedule-table-head-title {
    width: 120px;
  }
}

.com-schedule-table-head-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  width: 45px;
  height: 40px;
}

@media screen and (max-width: 834px) {
  .com-schedule-table-head-item {
    line-height: 1.4;
    text-align: center;
  }
}

.com-schedule-table-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 30px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 834px) {
  .com-schedule-table-body {
    padding: 8px 10px 8px 20px;
  }
}

.com-schedule-table-body-title {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Urbanist", sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #00AA96;
  width: 154px;
  height: 40px;
}

@media screen and (max-width: 834px) {
  .com-schedule-table-body-title {
    font-size: 1.8rem;
    line-height: 1.2;
    width: 120px;
  }
}

.com-schedule-table-body-item {
  font-family: "Urbanist", sans-serif;
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  width: 45px;
  height: 40px;
}

.com-schedule-table-body-item-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 14px;
  background-color: #00AA96;
  border-radius: 50%;
  z-index: 1;
}

.com-schedule-table-body-item-slash {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 11px;
  height: 14px;
  z-index: 1;
}

.com-schedule-table-body-item-slash::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 17.8px;
  background-color: #00AA96;
  transform: translate(-50%, -50%) rotate(38.16deg);
}

.com-schedule-table-body-item-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 13px;
  background-color: #00AA96;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.com-schedule-holiday {
  display: flex;
  align-items: center;
  gap: 20px;
}

.com-schedule-holiday-tag {
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  background-color: #00AA96;
  border-radius: 5px;
}

.com-schedule-holiday-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

.com-title-en {
  font-family: "Urbanist", sans-serif;
  font-size: 8.0rem;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0.05em;
  color: #76C5AB;
  margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .com-title-en {
    font-size: 5.0rem;
  }
}

.com-title-jp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.com-title-jp-large {
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.com-title-jp-small {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #626F71;
  font-weight: 400;
}

.com-tent-section {
  padding: 90px 0 90px;
}

@media screen and (max-width: 834px) {
  .com-tent-section {
    padding: 50px 0 50px;
  }
}

.com-tent-contentWidth {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .com-tent-contentWidth {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.com-tent-contentWidth.__1000 {
  max-width: 1100px;
}

.com-tent-contentWidth.__1200 {
  max-width: 1300px;
}

.com-tent-contentWidth.__1400 {
  max-width: 1500px;
}

.com-tent-bgc-white {
  background-color: #FFFFFF;
}

.com-tent-bgc-main {
  background-color: #76C5AB;
}

.com-tent-bgc-main-light {
  background-color: #F1FBF8;
}

.com-tent-bgc-sub {
  background-color: #FCB960;
}

.com-tent-bgc-gray-light {
  background-color: #F2F2F2;
}

.com-tent-bgc-gray-white {
  background-color: #f5f5f5;
}

.com-tent-h1 {
  font-size: 3.5rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
}

@media screen and (max-width: 834px) {
  .com-tent-h1 {
    font-size: 2.5rem;
  }
}

.com-tent-h1 span {
  color: #76C5AB;
}

.com-tent-h1-desc {
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 400;
}

.com-tent-h2 {
  display: block;
  width: 100%;
  padding: 25px;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 2.6rem;
  line-height: 1.45;
  text-align: center;
  color: #FFFFFF;
  background-color: #76C5AB;
  border-radius: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .com-tent-h2 {
    font-size: 2.4rem;
  }
}

.com-tent-h2-top {
  font-size: 3.5rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
}

@media screen and (max-width: 834px) {
  .com-tent-h2-top {
    font-size: 2.5rem;
  }
}

.com-tent-h2-top span {
  color: #76C5AB;
}

.com-tent-h2-top-desc {
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 400;
}

.com-tent-h3 {
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .com-tent-h3 {
    font-size: 1.8rem;
  }
}

.com-tent-h4 {
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #00AA96;
}

.com-tent-h4-dot {
  position: relative;
  padding-left: 30px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #76C5AB;
}

.com-tent-h4-dot:before {
  content: '';
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #76C5AB;
  border-radius: 50%;
}

.com-tent-h4-icon {
  position: relative;
  padding-left: 40px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #303030;
}

@media screen and (max-width: 834px) {
  .com-tent-h4-icon {
    font-size: 1.7rem;
  }
}

.com-tent-h4-icon-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  fill: #76C5AB;
}

@media screen and (max-width: 834px) {
  .com-tent-h4-icon-img {
    top: -0.2em;
  }
}

.com-tent-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.com-tent-btn01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  height: 50px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.com-tent-btn01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  background: #76C5AB;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}

.com-tent-btn01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00AA96;
  z-index: -10;
}

.com-tent-btn01:hover::before {
  width: calc(105% + 30px);
}

@media screen and (max-width: 834px) {
  .com-tent-btn01:hover::before {
    width: calc(0% + 30px);
  }
}

.com-tent-btn01 img {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.com-tent-btn01 ._large {
  font-size: 2.5rem;
  color: #F2F2F2;
  font-weight: 400;
  transform: translateY(-2px);
}

.com-tent-btn01._line::after {
  background-color: #2db530;
}

.com-tent-btn02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 3px 25px;
  width: 100%;
  max-width: 220px;
  height: 50px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  border-radius: 100vh;
  overflow: hidden;
  z-index: 1;
}

.com-tent-btn02 img {
  width: 25px;
  height: 25px;
}

.com-tent-btn02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  background: #00AA96;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}

.com-tent-btn02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #76C5AB;
  z-index: -10;
}

.com-tent-btn02:hover::before {
  width: calc(105% + 30px);
}

@media screen and (max-width: 834px) {
  .com-tent-btn02:hover::before {
    width: calc(0% + 30px);
  }
}

.com-tent-btn02-text {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.com-tent-btn02-arrow01 {
  width: 8px;
  height: 12px;
  fill: #FFFFFF;
  flex-shrink: 0;
}

.com-tent-btn02-arrow02 {
  width: 23px;
  height: 6px;
  stroke: #FFFFFF;
  flex-shrink: 0;
}

.com-tent-btn02._white {
  color: #00AA96;
  border: none;
}

.com-tent-btn02._white::before {
  background-color: #00AA96;
}

.com-tent-btn02._white::after {
  background-color: #FFFFFF;
}

.com-tent-btn02._white .com-btn02-arrow01 {
  fill: #76C5AB;
  transition: all .3s ease;
}

.com-tent-btn02._white .com-btn02-arrow02 {
  stroke: #76C5AB;
  transition: all .3s ease;
}

.com-tent-btn02._white:hover .com-btn02-text {
  color: #FFFFFF;
  transition: all .3s ease;
}

.com-tent-btn02._white:hover .com-btn02-arrow {
  fill: #FFFFFF;
  transition: all .3s ease;
}

@media screen and (max-width: 834px) {
  .com-tent-btn02._white:hover .com-btn02-text {
    color: #626F71;
  }
}

.com-tent-btn02._border {
  border: 1px solid #00AA96;
}

.com-tent-btn02._fit {
  width: fit-content;
}

.com-tent-btn03 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding: 13px 20px;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .com-tent-btn03 {
    font-size: 1.4rem;
  }
}

.com-tent-btn03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  background: #76C5AB;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}

.com-tent-btn03::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00AA96;
  z-index: -10;
}

.com-tent-btn03:hover::before {
  width: calc(105% + 30px);
}

@media screen and (max-width: 834px) {
  .com-tent-btn03:hover::before {
    width: calc(0% + 30px);
  }
}

.com-tent-btn03 span {
  display: inline-block;
  width: 100%;
  padding-left: 35px;
  text-align: center;
}

.com-tent-btn03 img {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.com-tent-btn03._white {
  color: #00AA96;
  border: 1px solid #F1FBF8;
}

.com-tent-btn03._white::before {
  background-color: #F2F2F2;
}

.com-tent-btn03._white::after {
  background-color: #FFFFFF;
}

.com-tent-link01 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #F2F2F2;
}

.com-tent-link01 span {
  font-weight: 700;
  color: #00AA96;
}

.com-tent-link01 img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
}

.com-tent-link01:hover img {
  transform: translateX(10px);
}

@media screen and (max-width: 834px) {
  .com-tent-link01:hover img {
    transform: translateX(0);
  }
}

.lower-template-content {
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 834px) {
  .lower-template-content {
    flex-direction: column;
  }
}

.lower-template-content-main {
  width: calc(100% - 280px);
}

@media screen and (max-width: 834px) {
  .lower-template-content-main {
    width: 100%;
  }
}

.lower-template-content-main-icon {
  width: 30px;
  height: auto;
  margin: 0 auto 20px;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-icon {
    width: 25px;
    margin-bottom: 5px;
  }
}

.lower-template-content-main-title {
  font-size: 3.0rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #76C5AB;
  border-bottom: 1px solid #F2F2F2;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-title {
    font-size: 2.5rem;
  }
}

.lower-template-content-main-about {
  margin-bottom: 40px;
}

.lower-template-content-main-list {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lower-template-content-main-list:last-child {
  margin-bottom: 0;
}

.lower-template-content-main-list-item {
  width: 100%;
}

.lower-template-content-main-list-item-link {
  display: flex;
  border: 2px solid #F2F2F2;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 8px 1px #00000040;
  transition: box-shadow 0.3s;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-list-item-link {
    flex-direction: column;
  }
}

.lower-template-content-main-list-item-link:hover {
  box-shadow: 0 0 4px 1px #00000040;
}

.lower-template-content-main-list-item-link-thumbnail {
  width: 200px;
  height: auto;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-list-item-link-thumbnail {
    width: 100%;
    aspect-ratio: 280/ 126;
  }
}

.lower-template-content-main-list-item-link-txt {
  padding: 15px;
}

.lower-template-content-main-list-item-link-txt-title {
  display: block;
  font-size: 1.9rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #76C5AB;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-list-item-link-txt-title {
    font-size: 1.7rem;
  }
}

.lower-template-content-main-list-item-link-txt-excerpt {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
  overflow: hidden;
}

.lower-template-content-main-list-item-link-txt-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #F2F2F2;
}

.lower-template-content-main-list-item-link-txt-bottom-date {
  font-size: 1.4rem;
  color: #7C878D;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-list-item-link-txt-bottom-date {
    font-size: 1.3rem;
  }
}

.lower-template-content-main-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.lower-template-content-main-pagination .page-numbers {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #F2F2F2;
  color: #F2F2F2;
  font-size: 1.4rem;
  font-family: "Urbanist", sans-serif;
}

.lower-template-content-main-pagination .page-numbers.current {
  color: #FFFFFF;
  pointer-events: none;
}

.lower-template-content-main-pagination .page-numbers.current::before {
  background: #00AA96;
  width: calc(105% + 30px);
}

.lower-template-content-main-pagination .page-numbers.prev, .lower-template-content-main-pagination .page-numbers.next {
  background-color: #F2F2F2;
}

.lower-template-content-main-pagination .page-numbers.prev .pagination-prev,
.lower-template-content-main-pagination .page-numbers.prev .pagination-next, .lower-template-content-main-pagination .page-numbers.next .pagination-prev,
.lower-template-content-main-pagination .page-numbers.next .pagination-next {
  width: 9px;
  height: auto;
}

.lower-template-content-main-pagination .page-numbers.prev .pagination-prev, .lower-template-content-main-pagination .page-numbers.next .pagination-prev {
  transform: rotate(180deg);
}

.lower-template-content-main-pagination .page-numbers.prev:after, .lower-template-content-main-pagination .page-numbers.next:after {
  background: #F2F2F2;
}

.lower-template-content-main-pagination .page-numbers::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  background: #76C5AB;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}

.lower-template-content-main-pagination .page-numbers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -10;
}

.lower-template-content-main-pagination .page-numbers:hover::before {
  width: calc(105% + 30px);
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-pagination .page-numbers:hover::before {
    width: calc(0% + 30px);
  }
}

.lower-template-content-main-author {
  font-size: 1.4rem;
  color: #7C878D;
  text-align: right;
  margin-bottom: 20px;
}

.lower-template-content-main-head {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F2F2F2;
}

.lower-template-content-main-head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 5px;
}

.lower-template-content-main-head-top-category {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  color: #76C5AB;
}

.lower-template-content-main-head-top-category-icon {
  width: 25px;
  height: auto;
}

.lower-template-content-main-head-top-date {
  font-size: 1.4rem;
  color: #303030;
}

.lower-template-content-main-head-title {
  margin-top: 20px;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-head-title {
    font-size: 3.0rem;
  }
}

.lower-template-content-main-head-title span {
  color: #76C5AB;
}

.lower-template-content-main-body .wp-post-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95 / 1;
  object-fit: cover;
  object-position: center;
  margin-bottom: 40px;
}

.lower-template-content-main-body-desc {
  margin-bottom: 40px;
}

.lower-template-content-main-body h2 {
  display: block;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 25px;
  font-size: 2.6rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  background-color: #76C5AB;
  border-radius: 5px;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-body h2 {
    font-size: 2.4rem;
  }
}

.lower-template-content-main-body h3 {
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 40px;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-body h3 {
    font-size: 1.8rem;
  }
}

.lower-template-content-main-body h4 {
  position: relative;
  padding-left: 30px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #303030;
  margin-top: 40px;
  margin-bottom: 15px;
}

.lower-template-content-main-body h4:before {
  content: '';
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #76C5AB;
  border-radius: 50%;
}

.lower-template-content-main-body p {
  margin-bottom: 15px;
}

.lower-template-content-main-body-case-img {
  position: relative;
  display: flex;
  gap: 70px;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-body-case-img {
    flex-direction: column;
    gap: 60px;
  }
}

.lower-template-content-main-body-case-img-item {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-body-case-img-item {
    width: 100%;
  }
}

.lower-template-content-main-body-case-img-item h4 {
  margin-top: 0px;
}

.lower-template-content-main-body-case-img-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.lower-template-content-main-body-case-img-item img:last-child {
  margin-top: 20px;
}

.lower-template-content-main-body-case-img::before {
  content: "";
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-image: url(assets/img/icon_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-body-case-img::before {
    top: calc(50% + 10px);
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

.lower-template-content-main-bottom {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #F2F2F2;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance {
    overflow: hidden;
  }
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 30px 20px 70px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper {
    margin-left: 50%;
    padding: 30px 0px 70px;
    transform: translateX(-50%);
    width: 112%;
  }
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide {
  border: 1px solid #F2F2F2;
  border-radius: 20px;
  box-shadow: 0 0 8px 1px #00000040;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
  box-shadow: 0 0 4px 1px #00000040;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
    box-shadow: 0 0 8px 1px #00000040;
  }
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide._case {
  border-radius: 10px;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next,
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #F2F2F2;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next-icon,
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
  object-position: center;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next::before,
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  background: #e6e3df;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next::after,
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  z-index: -10;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next:hover::before,
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev:hover::before {
  width: calc(105% + 30px);
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next:hover::before,
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev:hover::before {
    width: calc(0% + 30px);
  }
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next {
  right: auto;
  left: 80px;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next {
    left: calc(5.5% + 60px);
  }
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
  left: 20px;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
    left: 5.5%;
  }
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev-icon {
  transform: rotate(180deg);
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .com-link01 {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 10;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .com-link01 {
    right: 5.5%;
  }
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 2.22 / 1;
  object-fit: cover;
  object-position: center;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content {
  padding: 15px;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-title {
  font-size: 1.9rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #76C5AB;
  margin-bottom: 10px;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-excerpt {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #F2F2F2;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom._case {
  margin-top: 10px;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-date {
  font-size: 1.4rem;
  color: #7C878D;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #76C5AB;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category-icon {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.lower-template-content-side {
  width: 220px;
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .lower-template-content-side {
    width: 100%;
  }
}

.lower-template-content-side-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.lower-template-content-side-title-icon {
  width: 20px;
  height: auto;
}

.lower-template-content-side-title-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #76C5AB;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lower-template-content-side-category-list {
  margin-bottom: 30px;
}

.lower-template-content-side-category-list-item-link {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #F2F2F2;
  transition: opacity 0.3s;
}

.lower-template-content-side-category-list-item-link:hover {
  opacity: 0.5;
}

@media screen and (max-width: 834px) {
  .lower-template-content-side-category-list-item-link:hover {
    opacity: 1;
  }
}

.lower-template-content-side-about-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95 / 1;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
  border-radius: 5px;
}

.lower-template-content-side-about-txt {
  color: #626F71;
  margin-bottom: 30px;
}

.lower-template-content-side-contact {
  background-color: #f5f5f5;
  padding: 20px;
}

.lower-template-content-side-contact-title {
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #F2F2F2;
}

.lower-template-content-side-contact-tel {
  display: block;
  font-family: "Urbanist", sans-serif;
  text-align: center;
  font-size: 2.2rem;
  color: #00AA96;
  pointer-events: none;
}

@media screen and (max-width: 834px) {
  .lower-template-content-side-contact-tel {
    pointer-events: auto;
  }
}

.lower-template-content-side-contact-open {
  text-align: center;
  color: #303030;
  line-height: 1.3;
  margin-bottom: 10px;
}

.lower-template-content-side-contact-open span {
  font-family: "Urbanist", sans-serif;
  font-size: 2.0rem;
  margin-left: 5px;
}

.lower-template-content-side-contact-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 1.3rem;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 1;
}

.lower-template-content-side-contact-link:last-child {
  margin-bottom: 0;
}

.lower-template-content-side-contact-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #76C5AB;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: width 0.3s;
}

.lower-template-content-side-contact-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #00AA96;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.lower-template-content-side-contact-link:hover:before {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .lower-template-content-side-contact-link:hover:before {
    width: 0%;
  }
}

.lower-template-content-side-contact-link span {
  font-size: 2.4rem;
  color: #F2F2F2;
  transform: translateY(-2px);
}

.lower-template-content-side-contact-link._line::after {
  background-color: #2db530;
}

.lower-template-content-test {
  width: 100%;
  height: 500px;
  background-color: #76C5AB;
}

.lower-template-related-pages {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px dashed #F2F2F2;
  border-bottom: 1px dashed #F2F2F2;
}

.lower-template-related-pages-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .lower-template-related-pages-list {
    gap: 10px;
  }
}

.lower-template-related-pages-list-item {
  width: calc((100% - 60px) / 4);
}

@media (max-width: 1024px) {
  .lower-template-related-pages-list-item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 834px) {
  .lower-template-related-pages-list-item {
    width: calc((100% - 20px) / 2);
  }
}

.lower-contact {
  position: relative;
}

.lower-contact-title {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FCB960;
}

.lower-contact-desc {
  margin-bottom: 60px;
  text-align: center;
}

.lower-contact-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}

.lower-contact-table-required {
  color: #ea6565;
}

@media screen and (max-width: 834px) {
  .lower-contact-table-required {
    margin-left: 10px;
  }
}

.lower-contact-table-required:first-child {
  margin-left: 10px;
}

.lower-contact-table-note {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 834px) {
  .lower-contact-table tr th, .lower-contact-table tr td {
    display: block;
    width: 100%;
  }
}

.lower-contact-table tr th {
  width: 200px;
  padding-bottom: 50px;
  text-align: left;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 834px) {
  .lower-contact-table tr th {
    width: 100%;
    padding-bottom: 5px;
  }
}

.lower-contact-table tr td {
  padding-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .lower-contact-table tr td {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-list-item {
    margin-bottom: 10px;
  }
}

.lower-contact-table tr td .wpcf7-radio {
  display: flex;
  gap: 6px 20px;
  flex-wrap: wrap;
}

.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 5px;
  min-width: 115px;
}

@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-radio .wpcf7-list-item {
    min-width: 100px;
  }
}

.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item.last {
  margin-bottom: 0;
}

.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item input {
  display: none;
}

.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}

.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label::before,
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #b1b9bd;
  height: 26px;
  width: 26px;
  top: 12px;
  left: 2px;
}

.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  background-color: #76C5AB;
  opacity: 0;
  height: 14px;
  width: 14px;
  top: 12px;
  left: 10px;
}

.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}

.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 5px;
}

.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item.last {
  margin-bottom: 0;
}

.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item input {
  display: none;
}

.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}

.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before,
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #7C878D;
  height: 2.4rem;
  width: 2.4rem;
  top: 1.3rem;
  left: 0;
  border-radius: 5px;
  transition: background-color 0.3s;
}

@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before {
    top: 1.1rem;
  }
}

.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
  opacity: 0;
  height: 2.0rem;
  width: 2.0rem;
  top: 1.3rem;
  left: 0.4rem;
  background-image: url(assets/img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s;
}

@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
    top: 1.1rem;
  }
}

.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::before {
  background-color: #F2F2F2;
}

.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}

.lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label {
  display: block;
  width: 3.0rem;
  padding-left: 0;
  padding-top: 3.0rem;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label {
    padding-top: 2.0rem;
    width: 1.6rem;
  }
}

.lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #7C878D;
  height: 2.4rem;
  width: 2.4rem;
  top: 1.3rem;
  left: 0rem;
  border-radius: 5px;
  transition: background-color 0.3s;
}

@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::before {
    height: 1.2rem;
    width: 1.2rem;
  }
}

.lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::after {
  opacity: 0;
  height: 2.0rem;
  width: 2.0rem;
  top: 1.3rem;
  left: 0.4rem;
  background-image: url(assets/img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s;
}

@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::after {
    height: 1.2rem;
    width: 1.2rem;
    left: 0.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.2rem;
  }
}

.lower-contact-table tr td .wpcf7-text,
.lower-contact-table tr td .wpcf7-select,
.lower-contact-table tr td .wpcf7-textarea {
  width: 100%;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border: 2px solid #b1b9bd;
  border-radius: 15px;
  outline: none;
  background-color: #FFFFFF;
}

.lower-contact-table tr td .wpcf7-text::placeholder,
.lower-contact-table tr td .wpcf7-select::placeholder,
.lower-contact-table tr td .wpcf7-textarea::placeholder {
  color: #b1b9bd;
}

.lower-contact-table tr td .wpcf7-select {
  margin-bottom: 10px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='12' viewBox='0 0 21 12' fill='none'%3E%3Cpath d='M1.5 1L10.5 10L19.5 1' stroke='%23303030' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
  padding-right: 30px;
}

.lower-contact-table tr td .wpcf7-list-item-label {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.06em;
}

.lower-contact-position_table {
  width: 100%;
  border-top: 2px solid #7C878D;
  border-left: 2px solid #7C878D;
}

.lower-contact-position_table tr th, .lower-contact-position_table tr td {
  border-right: 2px solid #7C878D;
  border-bottom: 2px solid #7C878D;
  width: 45%;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .lower-contact-position_table tr th, .lower-contact-position_table tr td {
    padding: 6px;
  }
}

@media screen and (max-width: 834px) {
  .lower-contact-position_table tr th, .lower-contact-position_table tr td {
    display: table-cell;
    width: 46%;
  }
}

.lower-contact-position_table tr th:first-child, .lower-contact-position_table tr td:first-child {
  width: 10%;
}

@media screen and (max-width: 834px) {
  .lower-contact-position_table tr th:first-child, .lower-contact-position_table tr td:first-child {
    display: table-cell;
    width: 8%;
  }
}

.lower-contact-position_table tr th {
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

.lower-contact-position_table .wpcf7-checkbox {
  display: flex;
  justify-content: space-between;
}

.lower-contact-position_table .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 0;
}

.lower-contact-position_table .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lower-contact-form {
  display: flex;
  justify-content: center;
}

.lower-contact-form-inner {
  position: relative;
  width: 250px;
  height: 60px;
  border: solid 2px #00AA96;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
}

.lower-contact-form-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #00AA96;
  z-index: -1;
  transition: width 0.3s;
}

.lower-contact-form-inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -10;
}

.lower-contact-form-inner:hover .lower-contact-form-inner-txt {
  color: #FFFFFF;
  transition: color 0.3s;
}

.lower-contact-form-inner:hover:before {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .lower-contact-form-inner:hover .lower-contact-form-inner-txt {
    color: #00AA96;
  }
  .lower-contact-form-inner:hover:before {
    width: 0%;
  }
}

.lower-contact-form-inner > p:not(.lower-contact-form-inner-txt) {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.lower-contact-form-inner > p.lower-contact-form-inner-txt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 10;
  pointer-events: none;
  color: #00AA96;
  transition: color 0.3s;
}

.lower-contact-form .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 1;
  transition: color 0.3s;
  background-color: transparent;
  border: none;
}

.lower-contact-link {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.lower-contact-link a {
  padding-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000000;
  transition: border-color 0.3s;
}

.lower-contact-link a:hover {
  border-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 834px) {
  .lower-contact-link a:hover {
    border-color: #000000;
  }
}

.lower-contact .request-group {
  display: flex;
  flex-direction: column;
}

.nav-menu {
  padding-top: 170px;
  align-self: start;
  display: flex;
  margin-left: 39px;
  align-items: center;
  gap: 30px;
  justify-content: start;
  flex-wrap: wrap;
  height: 210px;
}

@media screen and (max-width: 834px) {
  .nav-menu {
    display: none;
  }
}

.nav-item {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 0;
  transition: opacity 0.3s;
}

.nav-item:hover {
  opacity: 0.6;
}

@media screen and (max-width: 834px) {
  .nav-item:hover {
    opacity: 1;
  }
}

.nav-link-primary {
  color: #000000;
  line-height: 22.5px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.65px;
}

.nav-link-secondary {
  color: #76C5AB;
  line-height: 20px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 1.04px;
}

@media screen and (max-width: 834px) {
  .staff-box-member {
    gap: 15px;
  }
}

.staff-box-member-image {
  height: 453.191px;
  object-fit: cover;
}

.staff-box-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.staff-box-ctg {
  border-bottom: 1px solid #c13329;
  display: flex;
  padding: 5px 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.staff-box-ctg h3 {
  color: #c13329;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 1.2px;
}

.staff-box-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.staff-box-name-jp {
  color: #000000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 1.1px;
}

.staff-box-name-en {
  color: #7C878D;
  font-family: "Urbanist", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 1.7px;
}

.staff-box-cta {
  position: relative;
  display: flex;
  height: 52px;
  padding: 10px 0px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border: 1px solid #000000;
  z-index: 1;
}

.staff-box-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #76C5AB;
  transition: width 0.3s;
  z-index: -1;
}

.staff-box-cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  transition: width 0.3s;
  z-index: -10;
}

.staff-box-cta:hover::before {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .staff-box-cta:hover::before {
    width: 0%;
  }
}

.staff-box-cta-btn {
  color: #000000;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.2px;
}

.top-tent-hero {
  width: 100%;
  height: 100svh;
}

.top-tent-hero-img {
  width: 100%;
  height: 100%;
}

.top-tent-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-tent-hero-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

@media screen and (max-width: 834px) {
  .top-tent-hero-wrap {
    padding: 0 5%;
    top: 40%;
  }
}

.top-tent-hero p {
  font-size: 40px;
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 100%;
  line-height: 1.5;
}

@media screen and (max-width: 834px) {
  .top-tent-hero p {
    font-size: 28px;
    line-height: 1.3;
  }
}

.top-tent-hero-open_date {
  font-size: 7rem !important;
  font-weight: 300 !important;
  font-family: "Urbanist", sans-serif !important;
  color: #76C5AB !important;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3) !important;
}

@media screen and (max-width: 834px) {
  .top-tent-hero-open_date {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
}

.top-tent-hero-sub_copy {
  color: #FFFFFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .top-tent-hero-sub_copy {
    font-size: 0.9rem;
  }
}

.top-tent-hero-scroll_btn {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

@media screen and (max-width: 834px) {
  .top-tent-hero-scroll_btn {
    top: 92%;
  }
}

.top-tent-hero-scroll_btn-arrow {
  width: 30px;
  height: 30px;
  rotate: 90deg;
  z-index: 1;
  animation: loop 1.5s infinite;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

.top-tent-hero-scroll_btn-text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFFFFF;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .top-tent-hero-scroll_btn-text {
    font-size: 1.1rem;
    font-weight: 700;
  }
}

.top-tent-hero-scroll_btn::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 834px) {
  .top-tent-hero-scroll_btn::before {
    width: 85px;
    height: 85px;
  }
}

.top-tent-hero-scroll_btn:hover::before {
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.3s ease;
}

.top-tent-hero-news {
  position: absolute;
  bottom: 10%;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .top-tent-hero-news {
    top: 68%;
  }
}

.top-tent-hero-news a {
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  width: fit-content;
  max-width: calc(50% - 70px);
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000000;
  background-color: #FFFFFF;
  opacity: 1;
  transition: all 0.3s ease;
}

@media screen and (min-width: 835px) {
  .top-tent-hero-news a:hover {
    color: #76C5AB;
    opacity: 0.9;
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 834px) {
  .top-tent-hero-news a {
    padding: 0.8rem 1.5rem;
    width: calc(100% - 2rem);
    max-width: 100%;
    gap: 10px;
  }
}

.top-tent-hero-news-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .top-tent-hero-news-wrap {
    width: calc(100% - 5.5rem);
  }
}

.top-tent-hero-news-mark {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  background: #76C5AB;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.top-tent-hero-news-date {
  color: #7C878D;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.104rem;
  transition: all 0.3s ease;
}

.top-tent-hero-news-txt {
  letter-spacing: 0.12rem;
  transition: all 0.3s ease;
}

@media screen and (max-width: 834px) {
  .top-tent-hero-news-txt {
    line-height: 1.5;
  }
}

.home main {
  overflow: hidden;
}

.home-hero {
  width: 100%;
}

.home-hero-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-hero-img {
  position: relative;
}

.home-hero-img img {
  width: 100%;
  object-fit: cover;
}

.home-hero-img img._base {
  position: relative;
}

.home-hero-img img._01 {
  position: absolute;
  top: 0;
  left: 0;
}

.home-hero-img img._02 {
  position: absolute;
  top: 0;
  left: 0;
}

.home-hero-img img._03 {
  position: absolute;
  top: 0;
  left: 0;
}

.home-hero-img img._04 {
  position: absolute;
  top: 0;
  left: 0;
}

.home-hero-content {
  position: absolute;
  left: 0;
  top: calc(227 / 1366 * 100vw);
  width: fit-content;
  height: calc(100vh - (227px / 1366px * 100vw));
  max-height: calc(calc(calc(1126px / 1512px * 100vw) - 183px) - calc(227px / 1366px * 100vw));
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .home-hero-content {
    top: 255px;
  }
}

.home-hero-content-title {
  padding-left: 53px;
}

@media screen and (max-width: 834px) {
  .home-hero-content-title {
    padding-left: 20px;
  }
}

.home-hero-content-title img {
  min-height: 280px;
  max-height: 400px;
  height: calc(318 / 1366 * 100vw);
}

@media screen and (max-width: 834px) {
  .home-hero-content-title img {
    min-height: 152px;
    max-height: 350px;
    height: calc(100svh - 650px);
  }
}

.home-hero-nav {
  display: flex;
  margin-top: calc(39px / 1633px * 100vw);
  margin-bottom: calc(39px / 1633px * 100vw);
  gap: 27px;
  padding: 21px 39px 19px 30px;
  background: #626F71;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 100px 100px 0;
}

.home-hero-nav-item {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: calc(32/15);
  color: #FFFFFF;
  position: relative;
  transition: all 0.3s;
}

.home-hero-nav-item:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #76C5AB;
  border-radius: 50%;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
}

@media screen and (min-width: 835px) {
  .home-hero-nav-item:hover {
    color: #76C5AB;
  }
  .home-hero-nav-item:hover:before {
    opacity: 1;
  }
}

.home-about {
  margin-top: -183px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .home-about {
    margin-top: -40px;
  }
  .home-about .com-contentWidth {
    padding: 0 10px !important;
  }
}

.home-about-inner {
  background: #FFFFFF;
  padding: 45px;
  border: 5px solid #F1FBF8;
  border-radius: 30px;
  gap: 22px 60px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

@media screen and (max-width: 1300px) {
  .home-about-inner {
    gap: 22px 40px;
  }
}

@media screen and (max-width: 834px) {
  .home-about-inner {
    flex-direction: column;
    gap: 0;
    padding: 21px;
  }
}

.home-about-left {
  width: 400px;
}

@media screen and (max-width: 1300px) {
  .home-about-left {
    width: 310px;
  }
}

@media screen and (max-width: 834px) {
  .home-about-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.home-about-left-access {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 600;
  color: #00AA96;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
}

.home-about-left-access:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #00AA96;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.home-about-left-access span {
  display: inline-block;
  position: relative;
  background: #FFFFFF;
  padding: 0 10px;
}

@media screen and (max-width: 834px) {
  .home-about-left-access {
    line-height: 2.15;
    margin-bottom: 20px;
  }
  .home-about-left-access span {
    padding: 0 20px;
  }
}

.home-about-left-img {
  border: 1px solid #76C5AB;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .home-about-left-img {
    width: 100%;
  }
}

.home-about-right {
  width: calc(100% - 460px);
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 10px;
}

@media screen and (max-width: 1300px) {
  .home-about-right {
    width: calc(100% - 350px);
  }
}

@media screen and (max-width: 834px) {
  .home-about-right {
    width: 100%;
    gap: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 834px) {
  .home-about-right-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.home-about-right-title-en {
  width: 187px;
}

.home-about-right-title-jp {
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 100%;
  color: #626F71;
  margin-top: 19px;
  letter-spacing: 2px;
}

@media screen and (max-width: 834px) {
  .home-about-right-title-jp {
    margin-top: 23px;
    line-height: 1.2;
  }
}

.home-about-right-img {
  display: flex;
  gap: 23px;
  justify-content: space-between;
}

@media screen and (max-width: 1300px) {
  .home-about-right-img {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 834px) {
  .home-about-right-img {
    gap: 15px;
  }
}

.home-about-right-img img {
  width: calc((100% - 23px) / 2);
}

@media screen and (max-width: 1300px) {
  .home-about-right-img img {
    width: fit-content;
  }
}

.home-about-right-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  line-height: calc(32/15);
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .home-about-right-text {
    line-height: 2;
  }
}

.home-about-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin: 0 auto;
  gap: 10px;
}

@media screen and (max-width: 834px) {
  .home-about-bottom {
    flex-direction: column;
    width: 100%;
  }
}

.home-about-bottom a {
  border-radius: 200px;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  line-height: calc(30/22);
  font-weight: 700;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  gap: 10px;
  color: #FFFFFF;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .home-about-bottom a {
    font-size: 1.8rem;
    line-height: calc(30/18);
  }
}

.home-about-bottom-line {
  background: #0ABE55;
}

.home-about-bottom-line:before {
  content: '';
  position: relative;
  width: 45px;
  height: 43px;
  background: url(assets/img/line_icon.svg) no-repeat top left;
  background-size: cover;
}

@media screen and (min-width: 835px) {
  .home-about-bottom-line:hover {
    background: #008D3B;
  }
}

.home-about-bottom-entry {
  background: #ED9E35;
}

.home-about-bottom-entry:before {
  content: '';
  position: relative;
  width: 39px;
  height: 40px;
  background: url(assets/img/email_icon.svg) no-repeat top left;
  background-size: cover;
}

@media screen and (min-width: 835px) {
  .home-about-bottom-entry:hover {
    background: #C47000;
  }
}

.home-jobs {
  padding-top: 50px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 834px) {
  .home-jobs {
    padding-top: 43px;
  }
}

.home-jobs-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.6rem;
  line-height: calc(40/26);
  color: #00AA96;
  position: relative;
  font-weight: normal;
  letter-spacing: 2px;
}

@media screen and (max-width: 834px) {
  .home-jobs-title {
    font-size: 2rem;
    line-height: calc(30/20);
  }
}

.home-jobs-title:before {
  content: '';
  position: relative;
  width: 27px;
  height: 40px;
  background: url(assets/img/recruit_lft_icon.svg) no-repeat top left;
  background-size: cover;
}

.home-jobs-title:after {
  content: '';
  position: relative;
  width: 27px;
  height: 40px;
  background: url(assets/img/recruit_rgt_icon.svg) no-repeat top left;
  background-size: cover;
}

.home-jobs-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}

@media screen and (max-width: 1300px) {
  .home-jobs-list {
    gap: 10px;
  }
}

@media screen and (max-width: 834px) {
  .home-jobs-list {
    gap: 20px;
    flex-wrap: wrap;
  }
}

.home-jobs-list-item {
  width: calc((100% - 120px) / 7);
  position: relative;
}

@media screen and (max-width: 1300px) {
  .home-jobs-list-item {
    width: calc((100% - 60px) / 7);
  }
}

@media screen and (max-width: 834px) {
  .home-jobs-list-item {
    width: calc((100% - 20px) / 2);
  }
}

.home-jobs-list-item-link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .home-jobs-list-item-link {
    width: fit-content;
    margin: 0 auto;
  }
}

.home-jobs-list-item-link-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.home-jobs-list-item-link-title-jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  color: #00AA96;
}

.home-jobs-list-item-link-title-en {
  font-family: "Urbanist", sans-serif;
  font-size: 1.3rem;
  line-height: calc(17/13);
  font-weight: 700;
  color: #FCB960;
}

@media screen and (max-width: 1300px) {
  .home-jobs-list-item-link-title-en {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1300px) {
  .home-jobs-list-item-link-title-en {
    font-size: 1.3rem;
  }
}

.home-jobs-list-item-link-img {
  width: 92px;
  height: 92px;
  border: 1px solid #00AA96;
  border-radius: 50%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s;
  overflow: hidden;
  transition: transform 0.3s;
  transform-origin: center center;
}

.home-jobs-list-item-link-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}

.home-jobs-list-item-link-decoration {
  position: absolute;
  top: -4px;
  right: -20px;
  width: 88px;
  height: 88px;
  z-index: -1;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: center center;
}

.home-jobs-list-item-link-decoration img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (min-width: 835px) {
  .home-jobs-list-item-link:hover .home-jobs-list-item-link-img {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    transform: scale(1.1);
  }
  .home-jobs-list-item-link:hover .home-jobs-list-item-link-decoration {
    transform: scale(0.8) rotate(360deg);
  }
}

.home-mission {
  position: relative;
  padding-top: 150px;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .home-mission {
    padding-top: 40px;
  }
}

.home-mission:before {
  content: '';
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: 1014px;
  background: url(assets/img/mission_pattern.svg) no-repeat top center;
  background-size: auto 100%;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .home-mission:before {
    width: 441px;
    height: 423px;
    left: 48%;
    top: 43px;
    transform: translateX(-50%);
    background: url(assets/img/mission_pattern_sp.svg) no-repeat top center;
  }
}

.home-mission-inner {
  max-width: 1070px;
  margin: 0 auto;
}

.home-mission-philosophy {
  margin-bottom: 37px;
}

@media screen and (max-width: 834px) {
  .home-mission-philosophy {
    text-align: center;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
  }
  .home-mission-philosophy img {
    width: 241px;
    height: 50px;
    object-fit: contain;
  }
}

.home-mission-block {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 70px;
}

@media screen and (max-width: 1300px) {
  .home-mission-block {
    gap: 40px;
  }
}

@media screen and (max-width: 834px) {
  .home-mission-block {
    flex-direction: column;
    gap: 20px;
  }
}

.home-mission-img {
  width: 450px;
  height: 450px;
}

.home-mission-img img {
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (max-width: 1300px) {
  .home-mission-img {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 834px) {
  .home-mission-img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-mission-img img {
    width: 350px;
    height: 350px;
    object-fit: cover;
  }
}

.home-mission-cnt {
  width: calc(100% - 520px);
}

@media screen and (max-width: 1300px) {
  .home-mission-cnt {
    width: calc(100% - 440px);
  }
}

@media screen and (max-width: 834px) {
  .home-mission-cnt {
    width: 100%;
  }
}

.home-mission-lbl {
  margin-bottom: 15px;
}

.home-mission-title {
  margin-bottom: 19px;
}

@media screen and (max-width: 834px) {
  .home-mission-title {
    margin-bottom: 15px;
  }
  .home-mission-title img {
    width: 234px;
    height: auto;
  }
}

.home-mission-desc {
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 100%;
  margin-bottom: 33px;
}

@media screen and (max-width: 834px) {
  .home-mission-desc {
    margin-bottom: 25px;
    line-height: 1.3;
  }
}

.home-mission-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  line-height: 2.15;
  margin-bottom: 28px;
}

@media screen and (max-width: 834px) {
  .home-mission-text {
    font-size: 1.8rem;
    line-height: calc(35/18);
    margin-bottom: 20px;
  }
}

.home-feature {
  position: relative;
  z-index: 1;
  padding-top: 142px;
  padding-bottom: 153px;
}

@media screen and (max-width: 834px) {
  .home-feature {
    padding-top: 55px;
    padding-bottom: 59px;
  }
}

.home-feature:before {
  content: '';
  position: absolute;
  height: 610px;
  top: -764px;
  left: 50%;
  width: 130%;
  transform: translateX(-50%) rotate(171.54deg);
  background: linear-gradient(270deg, #B6E0D3 0%, #FFFFFF 100%);
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .home-feature:before {
    top: -976px;
    height: 1060px;
    width: 150%;
  }
}

.home-feature:after {
  content: '';
  position: absolute;
  width: 100%;
  top: -300px;
  bottom: 0;
  background: url(assets/img/mission_bg.png) repeat top left;
  z-index: -2;
}

.home-feature-title {
  max-width: 458px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-bottom: 50px;
  color: #626F71;
}

@media screen and (max-width: 834px) {
  .home-feature-title {
    margin-bottom: 15px;
  }
}

.home-feature-title-jp {
  width: 100%;
  border-top: 3px solid #FCB960;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  text-align: center;
  padding-top: 8px;
  letter-spacing: 2px;
}

.home-feature-list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

@media screen and (max-width: 834px) {
  .home-feature-list {
    gap: 7px;
  }
}

.home-feature-list-item {
  display: flex;
  gap: 70px;
  position: relative;
  padding-bottom: 15px;
}

@media screen and (max-width: 1300px) {
  .home-feature-list-item {
    gap: 30px;
  }
}

@media screen and (max-width: 834px) {
  .home-feature-list-item {
    flex-direction: column;
    gap: 20px;
  }
}

.home-feature-list-item:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #FFFFFF;
  height: 333px;
  top: 30px;
  left: 50px;
  right: 50px;
}

@media screen and (max-width: 1300px) {
  .home-feature-list-item:before {
    height: 375px;
  }
}

@media screen and (max-width: 834px) {
  .home-feature-list-item:before {
    top: 35px;
    left: 20px;
    right: -5%;
    height: 497px;
  }
}

.home-feature-list-item-left {
  width: 630px;
  display: flex;
  position: relative;
  gap: 40px;
  align-items: start;
}

@media screen and (max-width: 1300px) {
  .home-feature-list-item-left {
    width: 500px;
  }
}

@media screen and (max-width: 834px) {
  .home-feature-list-item-left {
    width: 100%;
    gap: 20px;
  }
}

.home-feature-list-item-num {
  width: 91px;
  padding: 8px 5px 10px;
  text-align: center;
  background: linear-gradient(180deg, #3BB990 0%, #76C5AB 100%);
  border-radius: 5px 5px 0px 0px;
  position: relative;
  font-size: 1.2rem;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  line-height: calc(13/12);
  color: #FFFFFF;
}

@media screen and (max-width: 834px) {
  .home-feature-list-item-num {
    font-size: 1rem;
    line-height: calc(13/10);
    width: 60px;
    padding: 12px 5px 10px;
  }
}

.home-feature-list-item-num span {
  font-size: 8rem;
  line-height: calc(78/80);
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 834px) {
  .home-feature-list-item-num span {
    font-size: 5rem;
    line-height: 1;
  }
}

.home-feature-list-item-num:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 11px;
  bottom: -10px;
  left: 0;
  background: url(assets/img/feature_pattern.svg) no-repeat top left;
  background-size: 100% 100%;
}

@media screen and (max-width: 834px) {
  .home-feature-list-item-num:after {
    height: 8px;
    bottom: -7px;
  }
}

.home-feature-list-item-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 60px 0;
}

@media screen and (max-width: 834px) {
  .home-feature-list-item-inner {
    padding: 60px 0 0;
  }
}

.home-feature-list-item-title-en {
  font-family: "Urbanist", sans-serif;
  font-size: 2.2rem;
  line-height: calc(25/22);
  font-weight: 700;
  color: #FCB960;
}

.home-feature-list-item-title-jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  line-height: calc(40/30);
  font-weight: 500;
  color: #00AA96;
}

@media screen and (max-width: 834px) {
  .home-feature-list-item-title-jp {
    font-size: 2rem;
    line-height: calc(30/20);
  }
}

.home-feature-list-item-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  line-height: calc(32/15);
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .home-feature-list-item-text {
    line-height: 2;
  }
}

.home-feature-list-item-img {
  width: calc(100% - 700px);
}

@media screen and (max-width: 1300px) {
  .home-feature-list-item-img {
    width: calc(100% - 530px);
  }
}

@media screen and (max-width: 834px) {
  .home-feature-list-item-img {
    width: 100%;
  }
}

@media screen and (min-width: 835px) {
  .home-feature-list-item:nth-child(even) .home-feature-list-item-img {
    order: 1;
  }
  .home-feature-list-item:nth-child(even) .home-feature-list-item-left {
    order: 2;
  }
  .home-feature-list-item:nth-child(even) .home-feature-list-item-num {
    order: 2;
  }
  .home-feature-list-item:nth-child(even) .home-feature-list-item-inner {
    order: 1;
  }
}

.home-recruit {
  padding-top: 107px;
  position: relative;
  z-index: 1;
  background: url(assets/img/recruit_bg.png) no-repeat top left;
  background-size: cover;
}

@media screen and (max-width: 834px) {
  .home-recruit {
    padding-top: 68px;
  }
}

.home-recruit-label {
  display: flex;
  width: 583px;
  height: 140px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 834px) {
  .home-recruit-label {
    top: -40px;
  }
}

.home-recruit-label span {
  display: flex;
  align-items: center;
  background: #ED9E35;
  padding: 0 21px;
}

.home-recruit-label:before {
  content: '';
  position: relative;
  width: 41px;
  height: 140px;
  background: url(assets/img/recruit_lbl_lft.svg) no-repeat top left;
  background-size: cover;
  left: 1px;
}

.home-recruit-label:after {
  content: '';
  position: relative;
  width: 41px;
  height: 140px;
  background: url(assets/img/recruit_lbl_rgt.svg) no-repeat top left;
  background-size: cover;
  left: -1px;
}

@media screen and (max-width: 834px) {
  .home-recruit-label {
    width: 229px;
    height: 80px;
  }
  .home-recruit-label:before {
    content: '';
    position: relative;
    width: 24px;
    min-width: 24px;
    height: 80px;
    left: 1px;
  }
  .home-recruit-label:after {
    content: '';
    position: relative;
    width: 24px;
    min-width: 24px;
    height: 80px;
    left: -1px;
  }
}

.home-recruit-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: calc(40/26);
  color: #FFFFFF;
  position: relative;
  gap: 10px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .home-recruit-title {
    font-size: 2rem;
    line-height: calc(30/20);
    margin-bottom: 27px;
  }
}

.home-recruit-title:before {
  content: '';
  position: relative;
  width: 27px;
  height: 40px;
  background: url(assets/img/recruit_ttl_lft.svg) no-repeat top left;
}

.home-recruit-title:after {
  content: '';
  position: relative;
  width: 27px;
  height: 40px;
  background: url(assets/img/recruit_ttl_rgt.svg) no-repeat top left;
}

.home-recruit-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

@media screen and (max-width: 834px) {
  .home-recruit-cta {
    gap: 20px;
  }
}

.home-recruit-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: calc(32/15);
  color: #00AA96;
  letter-spacing: 1px;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .home-recruit-link {
    line-height: 2;
  }
}

.home-recruit-link:after {
  content: '';
  width: 29px;
  height: 15px;
  background: url(assets/img/recruit_link_icon.svg) no-repeat top left;
  transition: all 0.3s;
}

@media screen and (min-width: 835px) {
  .home-recruit-link:hover {
    color: #008777;
  }
  .home-recruit-link:hover:after {
    background: url(assets/img/recruit_link_icon_hv.svg) no-repeat top left;
    transform: translateX(5px);
  }
}

.home-recruit-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.home-recruit-control-prev, .home-recruit-control-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #00AA96;
  transition: all 0.3s;
}

@media screen and (min-width: 835px) {
  .home-recruit-control-prev:hover, .home-recruit-control-next:hover {
    background-color: #008777;
  }
}

@media screen and (max-width: 834px) {
  .home-recruit-control-prev, .home-recruit-control-next {
    width: 27px;
    height: 27px;
  }
}

.home-recruit-control-prev {
  background-image: url(assets/img/icon_prev.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 834px) {
  .home-recruit-control-prev {
    background-size: 6px auto;
  }
}

.home-recruit-control-next {
  background-image: url(assets/img/icon_next.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 834px) {
  .home-recruit-control-next {
    background-size: 6px auto;
  }
}

.home-recruit-control-num {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #00AA96;
  letter-spacing: 6px;
}

.home-recruit-list {
  margin-top: 35px;
  padding-bottom: 56px;
}

@media screen and (max-width: 834px) {
  .home-recruit-list {
    margin-top: 40px;
    padding-bottom: 25px;
  }
}

.home-recruit-list-item {
  width: 650px;
  padding: 0 25px;
}

@media screen and (max-width: 834px) {
  .home-recruit-list-item {
    width: 320px;
    padding: 0 10px;
  }
}

.home-recruit-list-item-img {
  border: 4px solid #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.home-recruit-list-item-img img {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 242px;
  object-fit: cover;
}

.home-recruit-list-item-inner {
  padding-top: 20px;
  display: flex;
  gap: 40px;
  color: #FFFFFF;
}

@media screen and (max-width: 834px) {
  .home-recruit-list-item-inner {
    flex-direction: column;
    gap: 30px;
  }
}

.home-recruit-list-item-inner-left {
  width: 130px;
  padding-top: 10px;
}

@media screen and (max-width: 834px) {
  .home-recruit-list-item-inner-left {
    width: 100%;
  }
}

.home-recruit-list-item-inner-lbl-en {
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .home-recruit-list-item-inner-lbl-en {
    margin-bottom: 10px;
  }
}

.home-recruit-list-item-inner-lbl-jp {
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 100%;
}

.home-recruit-list-item-inner-right {
  width: calc(100% - 170px);
  border-left: 2px solid #FFFFFF;
  padding-left: 18px;
  padding-right: 10px;
}

@media screen and (max-width: 834px) {
  .home-recruit-list-item-inner-right {
    width: 100%;
    padding-left: 20px;
  }
}

.home-recruit-list-item-inner-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 10px;
}

.home-recruit-list-item-inner-text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: calc(32/15);
}

@media screen and (max-width: 834px) {
  .home-recruit-list-item-inner-text {
    line-height: 2;
  }
}

.home-recruit-list-item-btn {
  display: flex;
  gap: 15px;
  width: 152px;
  height: 52px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #00AA96;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: calc(32/15);
  color: #FFFFFF;
  margin: 20px auto 0;
  position: relative;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .home-recruit-list-item-btn {
    line-height: 2;
  }
}

.home-recruit-list-item-btn:after {
  content: '';
  width: 9px;
  height: 15px;
  background: url(assets/img/recruit_btn_arrow.svg) no-repeat top left;
  transition: all 0.3s;
}

@media screen and (min-width: 835px) {
  .home-recruit-list-item-btn:hover {
    background: #008777;
  }
  .home-recruit-list-item-btn:hover:after {
    transform: translateX(5px);
  }
}

.home-recruit-nav {
  display: flex;
  gap: 46px;
  justify-content: center;
  align-items: center;
  height: 72px;
  background: #ED9E35;
}

@media screen and (max-width: 834px) {
  .home-recruit-nav {
    padding: 21px 5px;
    flex-direction: column;
    gap: 0;
  }
  .home-recruit-nav-list {
    display: flex;
    gap: 7px 26px;
    height: auto;
    flex-wrap: wrap;
  }
}

.home-recruit-nav-item {
  position: relative;
}

.home-recruit-nav-item:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(assets/img/recruit_nav_icon.svg) no-repeat top left;
  right: -33px;
  top: 7px;
}

@media screen and (max-width: 834px) {
  .home-recruit-nav-item:after {
    right: -21px;
  }
}

@media screen and (max-width: 834px) {
  .home-recruit-nav-item:nth-child(4):after {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .home-recruit-nav-item:nth-child(5) {
    margin-left: 0;
  }
}

.home-recruit-nav-item:last-child:after {
  display: none;
}

.home-recruit-nav-item-link {
  color: #FFFFFF;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: calc(32/15);
  transition: all 0.3s;
  position: relative;
}

@media screen and (max-width: 834px) {
  .home-recruit-nav-item-link {
    line-height: 2;
  }
}

.home-recruit-nav-item-link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #00AA96;
  opacity: 0;
  bottom: -5px;
  left: 0;
  transition: all 0.3s;
}

@media screen and (min-width: 835px) {
  .home-recruit-nav-item-link:hover {
    color: #00AA96;
  }
  .home-recruit-nav-item-link:hover:after {
    opacity: 1;
  }
}

.home-message {
  background: #F1FBF8;
  padding-top: 300px;
  padding-bottom: 92px;
  padding-left: 37px;
  position: relative;
}

.home-message:before {
  content: '';
  position: absolute;
  width: 368px;
  height: 422px;
  background: url(assets/img/message_pattern01.svg) no-repeat top left;
  background-size: contain;
  top: 74px;
  left: -30px;
  z-index: 1;
}

@media screen and (max-width: 1300px) {
  .home-message:before {
    width: 87px;
    height: 96px;
    background: url(assets/img/message_pattern01_sp.svg) no-repeat top left;
    background-size: contain;
    top: 11px;
    left: unset;
    right: 7px;
  }
}

@media screen and (max-width: 1300px) {
  .home-message {
    padding: 55px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 834px) {
  .home-message {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 79px;
  }
}

.home-message-inner {
  position: relative;
  width: 656px;
  border: 1px solid #76C5AB;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 50px;
  z-index: 1;
}

@media screen and (max-width: 1300px) {
  .home-message-inner {
    width: 100%;
    padding: 25px;
  }
  .home-message-inner:before {
    content: '';
    position: absolute;
    width: 107px;
    height: 91px;
    background: url(assets/img/message_pattern02_sp.svg) no-repeat top left;
    background-size: contain;
    bottom: -77px;
    left: -14px;
    z-index: 1;
  }
}

.home-message-title {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  border-top: 3px solid #FCB960;
  margin-top: 11px;
  padding-top: 10px;
  margin-bottom: 40px;
  color: #626F71;
}

@media screen and (max-width: 834px) {
  .home-message-title {
    margin-top: 7px;
    margin-bottom: 19px;
  }
}

.home-message-desc {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  color: #00AA96;
  margin-bottom: 20px;
}

.home-message-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  line-height: calc(32/15);
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 2.25;
}

@media screen and (max-width: 834px) {
  .home-message-text {
    line-height: 2;
  }
}

@media screen and (max-width: 834px) {
  .home-message-text {
    margin-bottom: 20px;
  }
}

.home-message-img {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  height: 920px;
  left: 208px;
  right: 0;
  top: 102px;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  background: linear-gradient(#83cfdd 0%, #85d1e1 50%, #5ec0d1 100%);
  z-index: 0;
}

.home-message-img:after {
  content: '';
  position: absolute;
  width: 551px;
  height: 586px;
  background: url(assets/img/message_pattern02.svg) no-repeat top left;
  background-size: contain;
  top: 44px;
  right: -355px;
  z-index: 1;
}

@media screen and (max-width: 1300px) {
  .home-message-img:after {
    display: none;
  }
}

.home-message-img img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media screen and (max-width: 1300px) {
  .home-message-img {
    position: relative;
    width: 112%;
    left: -6%;
    right: -6%;
    top: 0;
    height: auto;
    border-radius: 0;
    margin-top: -22px;
    overflow: unset;
  }
}

.home-message-info {
  position: absolute;
  border-radius: 100px 0 0 100px;
  background: #FCB960;
  padding: 12px 52px 19px 117px;
  color: #FFFFFF;
  right: 0;
  bottom: 73px;
  text-align: right;
}

@media screen and (max-width: 1300px) {
  .home-message-info {
    bottom: -17px;
    padding: 15px 23px 19px 44px;
  }
  .home-message-info:before {
    content: '';
    position: absolute;
    width: 68px;
    height: 79px;
    top: -90px;
    right: 29px;
    background: url(assets/img/message_pattern03_sp.svg) no-repeat top left;
  }
}

.home-message-name {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: 7px;
}

@media screen and (max-width: 834px) {
  .home-message-name {
    font-size: 3rem;
    line-height: calc(40/30);
    margin-bottom: -7px;
    letter-spacing: 4px;
  }
}

.home-message-position {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: calc(42/18);
}

@media screen and (max-width: 834px) {
  .home-message-position {
    font-size: 1.6rem;
    line-height: 2;
  }
}

@media screen and (max-width: 1300px) {
  .home-message-position {
    font-family: "Noto Sans", sans-serif;
    font-size: 1.5rem;
    line-height: calc(32/15);
    font-weight: 400;
  }
}

@media screen and (max-width: 1300px) and (max-width: 834px) {
  .home-message-position {
    line-height: 2;
  }
}

.home-message-position span {
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
}

@media screen and (max-width: 1300px) {
  .home-message-position span {
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2.5rem;
    line-height: calc(40/25);
  }
}

.home-instagram {
  background: #F1FBF8;
  padding-bottom: 118px;
}

@media screen and (max-width: 834px) {
  .home-instagram-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 834px) {
  .home-instagram-title-en {
    width: 215px;
  }
}

.home-instagram-title-jp {
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 100%;
  margin-top: 6px;
  margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .home-instagram-title-jp {
    margin-top: 10px;
    margin-bottom: 24px;
  }
}

.home-instagram-title-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.6rem;
  line-height: calc(40/26);
  color: #00AA96;
  position: relative;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .home-instagram-title-desc {
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
  }
}

.home-instagram-title-desc:before {
  content: '';
  position: relative;
  width: 27px;
  height: 40px;
  background: url(assets/img/recruit_lft_icon.svg) no-repeat top left;
  background-size: contain;
}

.home-instagram-title-desc:after {
  content: '';
  position: relative;
  width: 27px;
  height: 40px;
  background: url(assets/img/recruit_rgt_icon.svg) no-repeat top left;
  background-size: contain;
}

.home-flow {
  position: relative;
  padding-top: 121px;
  padding-bottom: 276px;
  z-index: 1;
  background: #F1FBF8;
}

@media screen and (max-width: 834px) {
  .home-flow {
    padding-top: 37px;
    padding-bottom: 0;
  }
}

.home-flow:before {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  height: 1094px;
  background: url(assets/img/flow_bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 20px;
}

@media screen and (max-width: 834px) {
  .home-flow:before {
    height: 1438px;
    left: 0;
    right: 0;
    border-radius: 0;
    background: url(assets/img/flow_bg_sp.png) no-repeat center center;
    background-size: cover;
  }
}

.home-flow:after {
  position: relative;
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 717px;
  bottom: 0;
  background: url(assets/img/flow_after_bg.png) repeat top left;
}

.home-flow-inner {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: 44px 65px 64px;
  border-radius: 30px;
  border: 5px solid #F1FBF8;
}

@media screen and (max-width: 1300px) {
  .home-flow-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 834px) {
  .home-flow-inner {
    padding: 25px 25px 10px;
  }
}

.home-flow-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  flex-direction: column;
}

@media screen and (max-width: 834px) {
  .home-flow-title {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 834px) {
  .home-flow-title-en {
    width: 89px;
  }
}

.home-flow-title-jp {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
}

.home-flow-list {
  display: flex;
  flex-direction: column;
}

.home-flow-list-item {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 130px;
  border-bottom: 1px dashed #76C5AB;
}

@media screen and (max-width: 834px) {
  .home-flow-list-item {
    flex-direction: column;
    padding: 14px 5px;
    gap: 20px;
  }
}

.home-flow-list-item-step {
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Urbanist", sans-serif;
  font-size: 2.5rem;
  line-height: calc(23/25);
  font-weight: 700;
  color: #FFFFFF;
  background: #00AA96;
  border-radius: 50%;
}

@media screen and (max-width: 834px) {
  .home-flow-list-item-step {
    align-self: center;
  }
}

@media screen and (min-width: 835px) {
  .home-flow-list-item-step.__custom-step {
    align-self: flex-start;
  }
}

.home-flow-list-item-step span {
  font-size: 1.2rem;
  line-height: calc(14/12);
}

.home-flow-list-item-step:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 8px;
  background: url(assets/img/step_icon.svg) no-repeat top left;
  background-size: cover;
}

.home-flow-list-item-inner {
  width: calc(100% - 75px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 834px) {
  .home-flow-list-item-inner {
    width: 100%;
  }
}

.home-flow-list-item-title {
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 100%;
  color: #00AA96;
  margin-bottom: 4px;
}

@media screen and (max-width: 834px) {
  .home-flow-list-item-title {
    text-align: center;
  }
}

.home-flow-list-item-title.__custom-title {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: calc(40/26);
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 834px) {
  .home-flow-list-item-title.__custom-title {
    justify-content: center;
  }
}

.home-flow-list-item-title.__custom-title:before {
  content: '';
  position: relative;
  width: 27px;
  height: 40px;
  background: url(assets/img/recruit_lft_icon.svg) no-repeat top left;
  background-size: cover;
}

.home-flow-list-item-title.__custom-title:after {
  content: '';
  position: relative;
  width: 27px;
  height: 40px;
  background: url(assets/img/recruit_rgt_icon.svg) no-repeat top left;
  background-size: cover;
}

.home-flow-list-item-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  line-height: calc(32/15);
  font-weight: 400;
  color: #7C878D;
}

@media screen and (max-width: 834px) {
  .home-flow-list-item-text {
    line-height: 2;
  }
}

.home-flow-list-item-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  gap: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 834px) {
  .home-flow-list-item-button {
    flex-direction: column;
    margin-top: 13px;
  }
}

.home-flow-list-item-button a {
  border-radius: 200px;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  line-height: calc(30/22);
  font-weight: 700;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  gap: 10px;
  color: #FFFFFF;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .home-flow-list-item-button a {
    width: 100%;
    font-size: 1.8rem;
    line-height: calc(30/18);
  }
}

.home-flow-list-item-button-line {
  background: #0ABE55;
}

.home-flow-list-item-button-line:before {
  content: '';
  position: relative;
  width: 45px;
  height: 43px;
  background: url(assets/img/line_icon.svg) no-repeat top left;
  background-size: cover;
}

@media screen and (min-width: 835px) {
  .home-flow-list-item-button-line:hover {
    background: #008D3B;
  }
}

.home-flow-list-item-button-entry {
  background: #ED9E35;
}

.home-flow-list-item-button-entry:before {
  content: '';
  position: relative;
  width: 39px;
  height: 40px;
  background: url(assets/img/email_icon.svg) no-repeat top left;
  background-size: cover;
}

@media screen and (min-width: 835px) {
  .home-flow-list-item-button-entry:hover {
    background: #C47000;
  }
}

.home-flow-list-item-button-wrap {
  width: calc((100% - 10px) / 2);
}

@media screen and (max-width: 834px) {
  .home-flow-list-item-button-wrap {
    width: 100%;
  }
}

@media screen and (min-width: 835px) {
  .home-flow-list-item.__custom-item .home-flow-list-item-inner {
    align-self: flex-start;
    padding-top: 4px;
  }
  .home-flow-list-item.__custom-item .home-flow-list-item-step {
    align-self: flex-start;
  }
}

.home-flow-list-item:last-child .home-flow-list-item-step {
  background: #0B5E55;
}

.home-flow-list-item:last-child .home-flow-list-item-step:after {
  display: none;
}

.home-faq {
  padding-top: 166px;
}

@media screen and (max-width: 834px) {
  .home-faq {
    padding-top: 60px;
    padding-bottom: 142px;
  }
}

.home-faq-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}

@media screen and (max-width: 834px) {
  .home-faq-title {
    gap: 10px;
  }
}

@media screen and (max-width: 834px) {
  .home-faq-title-en {
    width: 68px;
  }
}

.home-faq-title-jp {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  color: #303030;
  margin-bottom: 27px;
}

@media screen and (max-width: 834px) {
  .home-faq-title-jp {
    margin-bottom: 5px;
  }
}

.home-faq-desc {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  line-height: calc(32/15);
  font-weight: 400;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .home-faq-desc {
    line-height: 2;
  }
}

@media screen and (max-width: 834px) {
  .home-faq-desc {
    margin-bottom: 30px;
  }
}

.home-faq-list {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .home-faq-list {
    flex-direction: column;
    gap: 5px;
  }
}

.home-faq-list-row {
  width: calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media screen and (max-width: 834px) {
  .home-faq-list-row {
    width: 100%;
  }
}

.home-faq-list-item {
  display: flex;
  flex-direction: column;
  background: #F1FBF8;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}

@media screen and (min-width: 835px) {
  .home-faq-list-item:hover {
    background: #E1F2ED;
  }
}

.home-faq-list-item:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 20px;
  background: url(assets/img/icon_collapse.svg) no-repeat top left;
  top: 23px;
  right: 16px;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .home-faq-list-item:before {
    top: 25px;
    right: 20px;
    z-index: 1;
  }
}

.home-faq-list-item-question {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: calc(32/15);
  padding: 17px 50px 19px 71px;
}

@media screen and (max-width: 834px) {
  .home-faq-list-item-question {
    line-height: 2;
  }
}

@media screen and (max-width: 834px) {
  .home-faq-list-item-question {
    padding: 20px 65px 20px 70px;
  }
}

.home-faq-list-item-question:before {
  content: 'Q.';
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: calc(31/35);
  color: #76C5AB;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
  letter-spacing: 4px;
  left: 12px;
}

@media screen and (max-width: 834px) {
  .home-faq-list-item-question:before {
    top: 20px;
    transform: unset;
  }
}

.home-faq-list-item-answer {
  position: relative;
  display: none;
  justify-content: start;
  align-items: start;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  line-height: calc(32/15);
  font-weight: 400;
  padding: 10px 35px 20px 81px;
  background: #E1F2ED;
}

@media screen and (max-width: 834px) {
  .home-faq-list-item-answer {
    line-height: 2;
  }
}

.home-faq-list-item-answer:before {
  content: 'A.';
  position: absolute;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: calc(31/35);
  color: #00AA96;
  top: 13px;
  letter-spacing: 4px;
  left: 30px;
}

@media screen and (max-width: 834px) {
  .home-faq-list-item-answer:before {
    top: 11px;
    transform: unset;
  }
}

.home-faq-list-item.active:before {
  transform: rotate(90deg);
  transform-origin: center center;
}

.home-faq-bottom {
  margin-top: 62px;
  display: flex;
}

@media screen and (max-width: 1300px) {
  .home-faq-bottom {
    flex-direction: column;
  }
}

@media screen and (max-width: 834px) {
  .home-faq-bottom {
    margin-top: 29px;
  }
}

.home-faq-bottom-left {
  width: 190px;
  align-self: flex-start;
}

@media screen and (max-width: 1300px) {
  .home-faq-bottom-left {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .home-faq-bottom-left br {
    display: none;
  }
}

.home-faq-bottom-subtitle {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  color: #303030;
}

.home-faq-bottom-right {
  width: calc(100% - 191px);
  border-left: 1px solid #76C5AB;
  padding-left: 50px;
}

@media screen and (max-width: 1300px) {
  .home-faq-bottom-right {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}

.home-faq-bottom-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .home-faq-bottom-list {
    width: calc(100% + 16px);
    position: relative;
    left: -8px;
  }
}

.home-faq-bottom-list-item {
  width: calc((100% - 40px) / 5);
}

@media screen and (max-width: 1300px) {
  .home-faq-bottom-list-item {
    width: calc((100% - 20px) / 3);
  }
}

@media screen and (max-width: 834px) {
  .home-faq-bottom-list-item {
    width: calc((100% - 10px) / 2);
  }
}

.home-faq-bottom-list-item-link {
  display: flex;
  gap: 7px;
  padding: 4px;
  border-radius: 40px;
  background: #76C5AB;
  transition: all 0.3s;
}

@media screen and (min-width: 835px) {
  .home-faq-bottom-list-item-link:hover {
    background: #00AA96;
  }
}

.home-faq-bottom-list-item-img {
  width: 60px;
  height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
}

.home-faq-bottom-list-item-inner {
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: calc(18/14);
  color: #F1FBF8;
  position: relative;
  top: 2px;
}

.home-faq-bottom-list-item-inner span {
  display: block;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (min-width: 835px) {
  .home-faq-bottom-list-item:hover .home-faq-bottom-list-item-img {
    transform: scale(1.05);
  }
}

.home-slider {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
  background: #F1FBF8;
}

@media screen and (max-width: 834px) {
  .home-slider {
    flex-direction: column;
  }
  .home-slider .custom-slider {
    margin-top: 11px;
  }
  .home-slider .custom-slider .home-slider-item-inner {
    animation: slider-scroll-right 30s linear infinite;
  }
}

.home-slider.__second-slider {
  padding-bottom: 151px;
}

@media screen and (max-width: 834px) {
  .home-slider.__second-slider {
    padding-bottom: 0;
    z-index: 3;
    background: transparent;
  }
}

.home-slider-item {
  display: flex;
  gap: 0px;
  margin-top: -139px;
}

@media screen and (max-width: 834px) {
  .home-slider-item {
    margin-top: -68px;
  }
}

.home-slider-item-inner {
  display: flex;
  gap: 10px;
  padding-right: 10px;
  flex-shrink: 0;
  animation: slider-scroll-left 30s linear infinite;
}

@media screen and (max-width: 834px) {
  .home-slider-item-inner {
    gap: 5px;
    padding-right: 5px;
  }
}

.home-slider-item-inner img {
  width: auto;
  height: 250px;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 200px;
  overflow: hidden;
  border: 1px solid #00AA96;
}

@media screen and (max-width: 834px) {
  .home-slider-item-inner img {
    height: 127px;
  }
}

@keyframes slider-scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100%));
  }
}

@keyframes slider-scroll-right {
  0% {
    transform: translateX(calc(-100%));
  }
  100% {
    transform: translateX(0);
  }
}

.home-clinic {
  background: #F1FBF8;
  padding-top: 31px;
  padding-bottom: 209px;
}

@media screen and (max-width: 834px) {
  .home-clinic {
    padding-top: 22px;
    padding-bottom: 98px;
  }
}

.home-clinic-inner {
  display: flex;
  flex-direction: column;
}

.home-clinic-title {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .home-clinic-title {
    width: 270px;
    align-self: center;
    margin-bottom: 15px;
  }
}

.home-clinic-hours {
  display: flex;
  gap: 52px;
  background: url(assets/img/hours_icon.svg) no-repeat top center;
  padding-top: 8px;
  padding-bottom: 9px;
  margin-bottom: 23px;
}

@media screen and (max-width: 834px) {
  .home-clinic-hours {
    flex-direction: column;
    background: none;
    gap: 25px;
  }
}

.home-clinic-hours-row {
  width: calc((100% - 52px) / 2);
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  align-items: center;
  letter-spacing: 5px;
}

@media screen and (max-width: 834px) {
  .home-clinic-hours-row {
    width: 100%;
  }
}

.home-clinic-hours-tag {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  color: #76C5AB;
}

.home-clinic-hours-open {
  font-weight: 700;
  font-size: 2.6rem;
  font-family: "Urbanist", sans-serif;
  color: #00AEBB;
}

.home-clinic-text {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: calc(42/18);
  color: #303030;
}

@media screen and (max-width: 834px) {
  .home-clinic-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.home-clinic-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  gap: 20px;
  margin-top: 19px;
}

@media screen and (max-width: 834px) {
  .home-clinic-button {
    flex-direction: column;
    gap: 10px;
  }
}

.home-clinic-button a {
  border-radius: 200px;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  line-height: calc(30/30);
  font-weight: normal;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  gap: 10px;
  color: #FFFFFF;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .home-clinic-button a {
    width: 100%;
    font-size: 1.8rem;
    line-height: calc(30/18);
    height: 70px;
  }
}

.home-clinic-button-line {
  background: #0ABE55;
}

.home-clinic-button-line:before {
  content: '';
  position: relative;
  width: 45px;
  height: 43px;
  background: url(assets/img/line_icon.svg) no-repeat top left;
  background-size: cover;
}

@media screen and (min-width: 835px) {
  .home-clinic-button-line:hover {
    background: #008D3B;
  }
}

.home-clinic-button-entry {
  background: #ED9E35;
}

.home-clinic-button-entry:before {
  content: '';
  position: relative;
  width: 39px;
  height: 40px;
  background: url(assets/img/email_icon.svg) no-repeat top left;
  background-size: cover;
}

@media screen and (min-width: 835px) {
  .home-clinic-button-entry:hover {
    background: #C47000;
  }
}

.home-clinic-button-wrap {
  width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 834px) {
  .home-clinic-button-wrap {
    width: 100%;
  }
}

.home-news {
  position: relative;
  padding-top: 81px;
  padding-bottom: 71px;
  background: linear-gradient(257.02deg, #FFFFFF 9.37%, #77C5AC 90.63%);
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .home-news {
    margin-top: -57px;
    padding-top: 124px;
    padding-bottom: 32px;
  }
}

.home-news-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}

@media screen and (max-width: 834px) {
  .home-news-title {
    margin-bottom: 6px;
    gap: 5px;
  }
}

@media screen and (max-width: 834px) {
  .home-news-title-en {
    width: 105px;
  }
}

.home-news-title-jp {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  color: #303030;
}

.home-news-slide {
  position: relative;
  padding: 0 60px;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .home-news-slide {
    padding: 0;
    max-width: 100%;
  }
}

.home-news-slide-prev, .home-news-slide-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: start;
  align-items: center;
  width: 93px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #00AA96;
  padding-left: 15px;
  transform: rotate(90deg);
  font-weight: 700;
  color: #00AA96;
  font-size: 1.2rem;
  line-height: calc(18/12);
  background: #FFFFFF;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .home-news-slide-prev, .home-news-slide-next {
    display: none;
  }
}

@media screen and (min-width: 835px) {
  .home-news-slide-prev:hover, .home-news-slide-next:hover {
    background: #00AA96;
    color: #FFFFFF;
    border-color: #FFFFFF;
  }
}

.home-news-slide-prev {
  left: -26px;
  margin-top: -20px;
}

.home-news-slide-prev:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(assets/img/news_prev_icon.svg) no-repeat top left;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 10px;
  transition: all 0.3s;
}

@media screen and (min-width: 835px) {
  .home-news-slide-prev:hover:after {
    background: url(assets/img/news_prev_icon_hv.svg) no-repeat top left;
  }
}

.home-news-slide-next {
  right: -26px;
  margin-top: -20px;
}

.home-news-slide-next:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(assets/img/news_next_icon.svg) no-repeat top left;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 10px;
  transition: all 0.3s;
}

@media screen and (min-width: 835px) {
  .home-news-slide-next:hover:after {
    background: url(assets/img/news_next_icon_hv.svg) no-repeat top left;
  }
}

.home-news-slide:before {
  content: '';
  position: absolute;
  width: 218px;
  height: 277px;
  background: url(assets/img/news_icon_lft.svg) no-repeat top left;
  bottom: -248px;
  left: -202px;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .home-news-slide:before {
    display: none;
  }
}

.home-news-slide:after {
  content: '';
  position: absolute;
  width: 225px;
  height: 210px;
  background: url(assets/img/news_icon_rgt.svg) no-repeat top left;
  top: -124px;
  right: -200px;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .home-news-slide:after {
    display: none;
  }
}

.home-news-list-item {
  position: relative;
  width: 367px;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .home-news-list-item {
    width: 305px;
  }
}

.home-news-list-item-link {
  position: relative;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background: #FFFFFF;
  transition: all 0.3s;
}

@media screen and (min-width: 835px) {
  .home-news-list-item-link:hover {
    background: #F2F2F2;
  }
}

.home-news-list-item-lbl {
  position: absolute;
  top: 16px;
  left: 0;
}

.home-news-list-item-img {
  overflow: hidden;
}

.home-news-list-item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.home-news-list-item-inner {
  padding: 20px 16px 16px;
}

.home-news-list-item-title {
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 100%;
  color: #00AA96;
  margin-bottom: 9px;
}

.home-news-list-item-exceprt {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  line-height: calc(32/15);
  font-weight: 400;
  color: #303030;
  margin-bottom: 5px;
}

@media screen and (max-width: 834px) {
  .home-news-list-item-exceprt {
    line-height: 2;
  }
}

.home-news-list-item-date {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: calc(25/13);
  font-family: "Urbanist", sans-serif;
  color: #626F71;
  position: relative;
  letter-spacing: 2px;
}

.home-news-list-item-date:before {
  content: '';
  position: relative;
  width: 18px;
  height: 18px;
  background: url(assets/img/calendar_icon.svg) no-repeat top left;
}

.home-news .home-com-button {
  margin: 20px auto 0;
}

@media screen and (max-width: 834px) {
  .home-news .home-com-button {
    margin-top: 10px;
  }
}

.home-information {
  padding: 100px 0 342px;
  background: url(assets/img/mission_bg.png) repeat top left;
}

@media screen and (max-width: 834px) {
  .home-information {
    padding: 61px 0 458px;
  }
}

.home-information-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding-top: 50px;
  background: url(assets/img/information.svg) no-repeat top center;
  background-size: 100% auto;
  max-width: 815px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .home-information-title {
    max-width: 304px;
    margin: 0 auto;
    padding-top: 0;
    gap: 30px;
  }
  .home-information-title img {
    width: 250px;
  }
}

.home-information-title-jp {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  color: #000000;
}

.home-information-block {
  padding-top: 50px;
  display: flex;
  gap: 60px;
  justify-content: center;
}

@media screen and (max-width: 1300px) {
  .home-information-block {
    gap: 20px;
  }
}

@media screen and (max-width: 834px) {
  .home-information-block {
    padding-top: 20px;
    flex-direction: column;
    gap: 30px;
  }
}

.home-information-row {
  width: calc((100% - 60px) / 2);
}

@media screen and (max-width: 1300px) {
  .home-information-row {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 834px) {
  .home-information-row {
    width: 100%;
  }
}

.home-information-img {
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid #FFFFFF;
}

@media screen and (max-width: 834px) {
  .home-information-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

.home-information-logo {
  position: relative;
  width: 400px;
  height: 80px;
  margin: -50px auto 14px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

@media screen and (max-width: 1300px) {
  .home-information-logo {
    width: 80%;
    height: 60px;
    padding: 20px;
    margin-top: -30px;
  }
}

@media screen and (max-width: 834px) {
  .home-information-logo {
    width: 301px;
    padding: 15px 26px;
    margin-top: -45px;
    margin-bottom: 34px;
  }
}

.home-information-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .home-information-list {
    gap: 16px;
  }
}

.home-information-list-item {
  display: flex;
  align-items: start;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .home-information-list-item {
    gap: 10px;
  }
}

.home-information-list-item-lbl {
  width: 84px;
  background: #00AA96;
  color: #FFFFFF;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: calc(32/15);
  text-align: center;
  border-radius: 50px;
}

@media screen and (max-width: 834px) {
  .home-information-list-item-lbl {
    line-height: 2;
  }
}

@media screen and (max-width: 834px) {
  .home-information-list-item-lbl {
    width: 75px;
  }
}

.home-information-list-item-text {
  width: calc(100% - 104px);
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: calc(32/15);
  line-height: 2.25;
}

@media screen and (max-width: 834px) {
  .home-information-list-item-text {
    line-height: 2;
  }
}

@media screen and (max-width: 834px) {
  .home-information-list-item-text {
    width: calc(100% - 85px);
    line-height: 2.25;
  }
}

.home-information-list-item:last-child .home-information-list-item-text {
  color: #00AA96;
}

.home-com-button {
  display: flex;
  width: fit-content;
  gap: 10px;
  height: 62px;
  align-items: center;
  justify-content: center;
  padding: 9px 32px;
  color: #FFFFFF;
  background: #626F71;
  border-radius: 30px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: calc(32/15);
  letter-spacing: 1px;
  position: relative;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .home-com-button {
    line-height: 2;
  }
}

.home-com-button:after {
  content: '';
  position: relative;
  width: 29px;
  height: 15px;
  background: url(assets/img/btn_icon.svg) no-repeat top left;
  transition: all 0.3s;
}

@media screen and (min-width: 835px) {
  .home-com-button:hover {
    background: #303030;
    color: #FCB960;
  }
  .home-com-button:hover:after {
    background: url(assets/img/btn_icon_hv.svg) no-repeat top left;
    transform: translateX(5px);
  }
}

.page p:not([class]) {
  margin-bottom: 20px;
}

.page p:not([class]):last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .page p:not([class]) {
    margin-bottom: 10px;
  }
}

.page-hero {
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 834px) {
  .page-hero {
    height: auto;
  }
}

.page-hero-content-photo01-inner {
  padding: 50px 50px 0px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo01-inner {
    padding: 60px 5% 0px;
  }
}

.page-hero-content-photo01 .page-hero-content-nav {
  margin: 0 auto 50px;
  padding: 10px;
  width: fit-content;
}

.page-hero-content-photo01 .page-hero-content-nav-list {
  display: flex;
}

.page-hero-content-photo01 .page-hero-content-nav-list-item:first-child .page-hero-content-nav-list-item-link {
  border-left: none;
}

.page-hero-content-photo01 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  color: #00AA96;
  border-left: 1px solid #e6e3df;
  transition: color 0.3s;
}

.page-hero-content-photo01 .page-hero-content-nav-list-item-link:hover {
  color: #76C5AB;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo01 .page-hero-content-nav-list-item-link:hover {
    color: #00AA96;
  }
}

.page-hero-content-photo01-title {
  font-size: 4.0rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo01-title {
    font-size: 3.0rem;
  }
}

.page-hero-content-photo01-sub {
  font-family: "Urbanist", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #76C5AB;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo01-sub {
    margin-bottom: 30px;
  }
}

.page-hero-content-photo01-img {
  position: relative;
  width: 100%;
  height: auto;
}

.page-hero-content-photo01-img-bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1920 / 560;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo01-img-bg {
    aspect-ratio: 390 / 200;
  }
}

.page-hero-content-photo01-img .com-topic_path-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo01-img .com-topic_path-wrap {
    position: static;
  }
}

.page-hero-content-photo01._no_img {
  padding: 50px 50px 0px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo01._no_img {
    padding: 60px 5% 0px;
  }
}

.page-hero-content-photo02-inner {
  padding: 0px 0px 0px 50px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02-inner {
    padding: 20px 0px 0px;
  }
}

.page-hero-content-photo02-top {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02-top {
    flex-direction: column;
  }
}

.page-hero-content-photo02-top-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  width: 50%;
  padding-right: 100px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02-top-left {
    gap: 20px;
    width: 100%;
    padding: 0px 5% 20px;
  }
}

.page-hero-content-photo02-top-right {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02-top-right {
    width: 100%;
  }
}

.page-hero-content-photo02-top-right img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02-top-right img {
    height: auto;
    aspect-ratio: 390 / 200;
  }
}

.page-hero-content-photo02 .page-hero-content-nav {
  margin: 30px auto 50px;
  padding: 0 50px;
  width: fit-content;
}

.page-hero-content-photo02 .page-hero-content-nav-list {
  display: flex;
}

.page-hero-content-photo02 .page-hero-content-nav-list-item {
  position: relative;
  padding-right: 13px;
}

.page-hero-content-photo02 .page-hero-content-nav-list-item::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% + 0.2rem);
  right: calc(13px * 0.5);
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  width: 0;
  height: calc(13px * 1.414);
  border-left: 1px solid #F2F2F2;
}

.page-hero-content-photo02 .page-hero-content-nav-list-item:last-child {
  padding-right: 0px;
}

.page-hero-content-photo02 .page-hero-content-nav-list-item:last-child::after {
  display: none;
}

.page-hero-content-photo02 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 8px 0;
  color: #00AA96;
  transition: color 0.3s;
}

.page-hero-content-photo02 .page-hero-content-nav-list-item-link:hover {
  color: #76C5AB;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02 .page-hero-content-nav-list-item-link:hover {
    color: #00AA96;
  }
}

.page-hero-content-photo02-title {
  font-size: 3.0rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02-title {
    font-size: 2.6rem;
  }
}

.page-hero-content-photo02-title-wrap {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 2px solid #76C5AB;
}

.page-hero-content-photo02-sub {
  font-family: "Urbanist", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #76C5AB;
}

.page-hero-content-photo02 .com-topic_path-wrap {
  padding: 0px;
}

.page-hero-content-photo02 .com-topic_path ul {
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02 .com-topic_path ul {
    flex-direction: row;
  }
}

.page-hero-content-photo02 .com-topic_path ul li, .page-hero-content-photo02 .com-topic_path ul a {
  color: #00AA96;
}

.page-hero-content-photo02 .com-topic_path ul li .icon_arrow {
  fill: #00AA96;
  margin-left: 5px;
}

.page-hero-content-photo02 .com-topic_path ul a svg {
  fill: #00AA96;
}

.page-hero-content-photo02._no_img .page-hero-content-photo02-top {
  padding: 60px 50px 50px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02._no_img .page-hero-content-photo02-top {
    padding: 60px 5% 30px;
  }
}

.page-hero-content-photo02._no_img .page-hero-content-photo02-top-left {
  width: 78.5%;
  height: auto;
  padding: 0;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02._no_img .page-hero-content-photo02-top-left {
    width: 100%;
  }
}

.page-hero-content-photo02._no_img .com-topic_path-wrap {
  padding: 0px;
}

.page-hero-content-photo02._no_img .com-topic_path ul {
  flex-direction: row;
  gap: 8px;
}

.page-hero-content-photo02._no_img .com-topic_path ul li, .page-hero-content-photo02._no_img .com-topic_path ul a {
  color: #00AA96;
}

.page-hero-content-photo02._no_img .com-topic_path ul li .icon_arrow {
  fill: #00AA96;
  margin-left: 5px;
}

.page-hero-content-photo02._no_img .com-topic_path ul a svg {
  fill: #00AA96;
}

.page-hero-content-photo02._no_img .page-hero-content-photo02-nav {
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px 50px;
  margin: 0 0 50px;
}

.page-hero-content-photo03-top {
  position: relative;
  width: 100%;
  height: 390px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03-top {
    height: auto;
  }
}

.page-hero-content-photo03-top-left {
  width: 73%;
  height: 350px;
  padding: 50px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03-top-left {
    width: 100%;
    height: auto;
    padding: 30px 5% 40px;
    border-radius: 0;
  }
}

.page-hero-content-photo03-top-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 350px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03-top-right {
    position: static;
    width: 100%;
    height: auto;
    padding-left: 5%;
    background: linear-gradient(to bottom, #f5f5f5 62%, #FFFFFF 62%);
  }
}

.page-hero-content-photo03-top-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03-top-right img {
    height: auto;
    aspect-ratio: 390 / 200;
  }
}

.page-hero-content-photo03 .page-hero-content-nav {
  margin: 30px auto 50px;
  padding: 0 50px 20px;
  width: fit-content;
  border-bottom: 1px solid #F2F2F2;
}

.page-hero-content-photo03 .page-hero-content-nav-list {
  display: flex;
}

.page-hero-content-photo03 .page-hero-content-nav-list-item {
  position: relative;
  padding-right: 13px;
}

.page-hero-content-photo03 .page-hero-content-nav-list-item::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% + 0.2rem);
  right: calc(13px * 0.5);
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  width: 0;
  height: calc(13px * 1.414);
  border-left: 1px solid #F2F2F2;
}

.page-hero-content-photo03 .page-hero-content-nav-list-item:last-child {
  padding-right: 0px;
}

.page-hero-content-photo03 .page-hero-content-nav-list-item:last-child::after {
  display: none;
}

.page-hero-content-photo03 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 8px 0;
  color: #00AA96;
  transition: color 0.3s;
}

.page-hero-content-photo03 .page-hero-content-nav-list-item-link:hover {
  color: #76C5AB;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03 .page-hero-content-nav-list-item-link:hover {
    color: #00AA96;
  }
}

.page-hero-content-photo03-title {
  font-size: 3.0rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03-title {
    font-size: 2.6rem;
  }
}

.page-hero-content-photo03-sub {
  margin-bottom: 30px;
  font-family: "Urbanist", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #76C5AB;
}

.page-hero-content-photo03 .com-topic_path-wrap {
  padding: 0px;
}

.page-hero-content-photo03 .com-topic_path {
  background-color: #f5f5f5;
}

.page-hero-content-photo03 .com-topic_path ul {
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03 .com-topic_path ul {
    flex-direction: row;
  }
}

.page-hero-content-photo03 .com-topic_path ul li, .page-hero-content-photo03 .com-topic_path ul a {
  color: #00AA96;
}

.page-hero-content-photo03 .com-topic_path ul li .icon_arrow {
  fill: #00AA96;
  margin-left: 5px;
}

.page-hero-content-photo03 .com-topic_path ul a svg {
  fill: #00AA96;
}

.page-hero-content-photo03._no_img .page-hero-content-photo03-top {
  height: auto;
  padding: 60px 50px 50px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03._no_img .page-hero-content-photo03-top {
    padding: 60px 5% 30px;
  }
}

.page-hero-content-photo03._no_img .page-hero-content-photo03-top-left {
  width: 100%;
  height: auto;
  padding: 0;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03._no_img .page-hero-content-photo03-top-left {
    width: 100%;
  }
}

.page-hero-content-photo03._no_img .com-topic_path-wrap {
  background-color: #f5f5f5;
  padding: 0px;
}

.page-hero-content-photo03._no_img .com-topic_path ul {
  flex-direction: row;
  gap: 8px;
}

.page-hero-content-photo03._no_img .com-topic_path ul li, .page-hero-content-photo03._no_img .com-topic_path ul a {
  color: #00AA96;
}

.page-hero-content-photo03._no_img .com-topic_path ul li .icon_arrow {
  fill: #00AA96;
  margin-left: 5px;
}

.page-hero-content-photo03._no_img .com-topic_path ul a svg {
  fill: #00AA96;
}

.page-hero-content-photo03._no_img .page-hero-content-photo03-nav {
  width: 100%;
  background-color: #FFFFFF;
  padding: 20px 50px;
  margin: 0 0 50px;
}

.page-hero-content-photo03._no_img .page-hero-content-photo03-nav-list {
  justify-content: center;
}

.page-hero-content-smart01-top {
  position: relative;
  width: 100%;
  height: 360px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart01-top {
    padding-top: 120px;
    height: auto;
  }
}

.page-hero-content-smart01-top-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: -1;
}

.page-hero-content-smart01-top .com-topic_path-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart01-top .com-topic_path-wrap {
    position: static;
  }
}

.page-hero-content-smart01-top .com-topic_path ul li, .page-hero-content-smart01-top .com-topic_path ul a {
  color: #00AA96;
}

.page-hero-content-smart01-top .com-topic_path ul li .icon_arrow {
  fill: #FCB960;
  margin-left: 5px;
}

.page-hero-content-smart01-top .com-topic_path ul a svg {
  stroke: #00AA96;
  stroke-width: 1.5px;
  fill: #FFFFFF;
}

.page-hero-content-smart01-title {
  font-size: 5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  color: #FFFFFF;
  text-align: center;
  margin: 40px 0 20px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart01-title {
    font-size: 2.5rem;
    margin: 30px 0 10px;
  }
}

.page-hero-content-smart01-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart01-title-wrap {
    margin-bottom: 40px;
  }
}

.page-hero-content-smart01-sub {
  font-family: "Urbanist", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #00AA96;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart01-sub {
    font-size: 2rem;
  }
}

.page-hero-content-smart01 .page-hero-content-nav {
  margin: 30px auto 50px;
  padding: 0 50px;
  width: fit-content;
}

.page-hero-content-smart01 .page-hero-content-nav-list {
  display: flex;
}

.page-hero-content-smart01 .page-hero-content-nav-list-item:first-child .page-hero-content-nav-list-item-link {
  border-left: none;
}

.page-hero-content-smart01 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  color: #00AA96;
  border-left: 1px solid #e6e3df;
  transition: color 0.3s;
}

.page-hero-content-smart01 .page-hero-content-nav-list-item-link:hover {
  color: #76C5AB;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart01 .page-hero-content-nav-list-item-link:hover {
    color: #00AA96;
  }
}

.page-hero-content-smart01._no_img .page-hero-content-smart01-top {
  background: url(./assets/img/page-no_img.jpg) top center;
  background-size: cover;
}

.page-hero-content-smart02 {
  position: relative;
  width: 100%;
  height: 330px;
  padding-bottom: 70px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02 {
    height: 250px;
    padding-bottom: 0;
  }
}

.page-hero-content-smart02-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02-img {
    height: 100%;
  }
}

.page-hero-content-smart02 .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02 .com-topic_path-wrap {
    padding: 25px 0;
  }
}

.page-hero-content-smart02 .com-topic_path ul li, .page-hero-content-smart02 .com-topic_path ul a {
  color: #FFFFFF;
}

.page-hero-content-smart02 .com-topic_path ul li .icon_arrow {
  fill: #FFFFFF;
  margin-left: 5px;
}

.page-hero-content-smart02 .com-topic_path ul a svg {
  fill: #FFFFFF;
}

.page-hero-content-smart02-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 15px;
}

.page-hero-content-smart02-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02-title-wrap {
    padding: 0 5%;
  }
}

.page-hero-content-smart02-sub {
  font-family: "Urbanist", sans-serif;
  font-size: 4.0rem;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02-sub {
    font-size: 3.5rem;
  }
}

.page-hero-content-smart02-bar {
  width: 500px;
  border-bottom: 2px solid #FFFFFF;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02-bar {
    width: 100%;
  }
}

.page-hero-content-smart02 .page-hero-content-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 15px;
  width: fit-content;
  height: 70px;
  background-color: #FFFFFF;
  border: 1px solid #f5f5f5;
  border-radius: 100vh;
}

.page-hero-content-smart02 .page-hero-content-nav-list {
  display: flex;
  align-items: center;
  height: 100%;
}

.page-hero-content-smart02 .page-hero-content-nav-list-item:first-child .page-hero-content-nav-list-item-link {
  border-left: none;
}

.page-hero-content-smart02 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  color: #00AA96;
  border-left: 1px solid #e6e3df;
  transition: color 0.3s;
  text-wrap: nowrap;
}

.page-hero-content-smart02 .page-hero-content-nav-list-item-link:hover {
  color: #76C5AB;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02 .page-hero-content-nav-list-item-link:hover {
    color: #00AA96;
  }
}

.page-hero-content-smart02._no_img {
  position: relative;
  width: 100%;
  height: 330px;
  padding-bottom: 70px;
  background: linear-gradient(to bottom, #00AA96 calc(100% - 30px), #FFFFFF calc(100% - 30px));
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02._no_img {
    height: 250px;
    padding-bottom: 0;
    background: #00AA96;
  }
}

.page-hero-content-smart02._no_img .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02._no_img .com-topic_path-wrap {
    padding: 25px 0;
  }
}

.page-hero-content-smart02._no_img .com-topic_path ul li, .page-hero-content-smart02._no_img .com-topic_path ul a {
  color: #FFFFFF;
}

.page-hero-content-smart02._no_img .com-topic_path ul li .icon_arrow {
  fill: #FFFFFF;
  margin-left: 5px;
}

.page-hero-content-smart02._no_img .com-topic_path ul a svg {
  fill: #FFFFFF;
}

.page-hero-content-smart02._no_img .page-hero-content-smart01-top {
  background-color: #f5f5f5;
}

.page-hero-content-smart02._no_img .page-hero-content-smart01-title {
  color: #00AA96;
}

.page-hero-content-simple01 {
  position: relative;
  width: 100%;
  height: 210px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01 {
    height: auto;
  }
}

.page-hero-content-simple01-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.page-hero-content-simple01-text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px 50px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01-text {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 5%;
  }
}

.page-hero-content-simple01 .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  overflow: visible;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01 .com-topic_path-wrap {
    overflow-x: scroll;
  }
}

.page-hero-content-simple01 .com-topic_path ul {
  flex-direction: column;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01 .com-topic_path ul {
    flex-direction: row;
  }
}

.page-hero-content-simple01 .com-topic_path ul li, .page-hero-content-simple01 .com-topic_path ul a {
  color: #00AA96;
}

.page-hero-content-simple01 .com-topic_path ul li .icon_arrow {
  fill: #00AA96;
  margin-left: 5px;
}

.page-hero-content-simple01 .com-topic_path ul a svg {
  fill: #00AA96;
}

.page-hero-content-simple01-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #00AA96;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01-title {
    margin-bottom: 20px;
  }
}

.page-hero-content-simple01-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.page-hero-content-simple01-sub {
  font-family: "Urbanist", sans-serif;
  font-size: 5.0rem;
  font-weight: 400;
  line-height: 1;
  color: #00AA96;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01-sub {
    font-size: 3.5rem;
  }
}

.page-hero-content-simple01._no_img {
  position: relative;
  width: 100%;
  height: 210px;
  z-index: 1;
  background-color: #f5f5f5;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01._no_img {
    height: auto;
  }
}

.page-hero-content-simple01._no_img .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  overflow: visible;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01._no_img .com-topic_path-wrap {
    overflow-x: scroll;
  }
}

.page-hero-content-simple01._no_img .com-topic_path ul {
  flex-direction: column;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01._no_img .com-topic_path ul {
    flex-direction: row;
  }
}

.page-hero-content-simple01._no_img .com-topic_path ul li, .page-hero-content-simple01._no_img .com-topic_path ul a {
  color: #00AA96;
}

.page-hero-content-simple01._no_img .com-topic_path ul li .icon_arrow {
  fill: #00AA96;
  margin-left: 5px;
}

.page-hero-content-simple01._no_img .com-topic_path ul a svg {
  fill: #00AA96;
}

.page-contact-contentWidth {
  width: 100%;
  max-width: 900px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .page-contact-contentWidth {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.page-contact-contentWidth .com-h2-small {
  text-align: center;
  margin-bottom: 40px;
}

.page-contact-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  font-family: "Urbanist", sans-serif;
  font-size: 4.0rem;
  line-height: 1;
}

.page-contact-tel-img {
  width: 32px;
  height: auto;
}

.page-contact-tel-link {
  pointer-events: none;
}

@media screen and (max-width: 834px) {
  .page-contact-tel-link {
    pointer-events: auto;
  }
}

.page-contact-txt {
  padding-bottom: 50px;
  margin-bottom: 60px;
  border-bottom: 1px solid #C1C9CF;
}

@media screen and (max-width: 834px) {
  .page-contact-txt {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}

.page-contact-table {
  width: 100%;
}

.page-contact-table-required {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #ea6565;
}

@media screen and (max-width: 834px) {
  .page-contact-table-required {
    margin-left: 10px;
  }
}

.page-contact-table-required:first-child {
  margin-left: 10px;
}

@media screen and (max-width: 834px) {
  .page-contact-table tr th, .page-contact-table tr td {
    display: block;
    width: 100%;
  }
}

.page-contact-table tr th {
  width: 200px;
  padding-bottom: 20px;
  text-align: left;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 834px) {
  .page-contact-table tr th {
    width: 100%;
    padding-bottom: 10px;
  }
}

.page-contact-table tr td {
  padding-bottom: 20px;
  vertical-align: top;
}

@media screen and (max-width: 834px) {
  .page-contact-table tr td .wpcf7-list-item {
    margin-bottom: 10px;
  }
}

.page-contact-table tr td .wpcf7-radio {
  display: flex;
  flex-direction: column;
}

.page-contact-table tr td .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}

.page-contact-table tr td .wpcf7-radio .wpcf7-list-item input {
  display: none;
}

.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}

.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::before,
.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #76C5AB;
  height: 22px;
  width: 22px;
  top: 12px;
  left: 0px;
}

.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  background-color: #76C5AB;
  opacity: 0;
  height: 14px;
  width: 14px;
  top: 12px;
  left: 6px;
}

.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}

.page-contact-table tr td .wpcf7-text,
.page-contact-table tr td .wpcf7-select,
.page-contact-table tr td .wpcf7-textarea {
  width: 100%;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border: 2px solid #76C5AB;
  outline: none;
}

.page-contact-table tr td .wpcf7-text::placeholder,
.page-contact-table tr td .wpcf7-select::placeholder,
.page-contact-table tr td .wpcf7-textarea::placeholder {
  color: #7C878D;
}

.page-contact-table tr td .wpcf7-select {
  margin-bottom: 10px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='12' viewBox='0 0 21 12' fill='none'%3E%3Cpath d='M1.5 1L10.5 10L19.5 1' stroke='%23303030' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
  padding-right: 30px;
}

.page-contact-table tr td .wpcf7-list-item-label {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.06em;
}

.page-contact-form {
  display: flex;
  justify-content: center;
}

.page-contact-form-inner {
  position: relative;
  width: 250px;
  height: 60px;
  border: solid 1px #76C5AB;
  z-index: 1;
}

.page-contact-form-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #76C5AB;
  z-index: -1;
  transition: width 0.3s;
}

.page-contact-form-inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -10;
}

.page-contact-form-inner:hover .page-contact-form-inner-txt {
  color: #FFFFFF;
}

.page-contact-form-inner:hover:before {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .page-contact-form-inner:hover .page-contact-form-inner-txt {
    color: #000000;
  }
  .page-contact-form-inner:hover:before {
    width: 0%;
  }
}

.page-contact-form-inner > p:not(.page-contact-form-inner-txt) {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.page-contact-form-inner > p.page-contact-form-inner-txt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 10;
  pointer-events: none;
}

.page-contact-form .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 1;
  transition: color 0.3s;
  background-color: transparent;
  border: none;
}

.page-contact-link {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.page-contact-link a {
  padding-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #76C5AB;
  transition: border-color 0.3s;
}

.page-contact-link a:hover {
  border-color: rgba(118, 197, 171, 0);
}

@media screen and (max-width: 834px) {
  .page-contact-link a:hover {
    border-color: #76C5AB;
  }
}

@media screen and (max-width: 834px) {
  .page-template {
    overflow: hidden;
  }
}

.page-template-content {
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 834px) {
  .page-template-content {
    flex-direction: column;
  }
}

.page-template-content-main {
  width: 100%;
}

.page-template-content-main-icon {
  width: 30px;
  height: auto;
  margin: 0 auto 20px;
}

@media screen and (max-width: 834px) {
  .page-template-content-main-icon {
    width: 25px;
    margin-bottom: 5px;
  }
}

.page-template-content-main-title {
  font-size: 3.0rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #c13329;
  border-bottom: 1px solid #F1FBF8;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .page-template-content-main-title {
    font-size: 2.5rem;
  }
}

.page-template-content-main-about {
  margin-bottom: 40px;
}

.page-template-content-main-list {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.page-template-content-main-list:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .page-template-content-main-list {
    flex-direction: column;
    gap: 20px;
  }
}

.page-template-content-main-list-item {
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 834px) {
  .page-template-content-main-list-item {
    width: 100%;
  }
}

.page-template-content-main-list-item-link {
  display: block;
  border: 2px solid #FCB960;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 8px 1px #00000040;
  transition: box-shadow 0.3s;
}

.page-template-content-main-list-item-link:hover {
  box-shadow: 0 0 4px 1px #00000040;
}

.page-template-content-main-list-item-link-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 280/ 126;
  object-fit: cover;
  object-position: center;
}

.page-template-content-main-list-item-link-txt {
  padding: 15px;
}

.page-template-content-main-list-item-link-txt-title {
  font-size: 1.9rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #c13329;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .page-template-content-main-list-item-link-txt-title {
    font-size: 1.7rem;
  }
}

.page-template-content-main-list-item-link-txt-excerpt {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .page-template-content-main-list-item-link-txt-excerpt {
    -webkit-line-clamp: 2;
  }
}

.page-template-content-main-list-item-link-txt-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #F1FBF8;
}

.page-template-content-main-list-item-link-txt-bottom-date {
  font-size: 1.4rem;
  color: #7C878D;
}

@media screen and (max-width: 834px) {
  .page-template-content-main-list-item-link-txt-bottom-date {
    font-size: 1.3rem;
  }
}

.page-template-content-main-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.page-template-content-main-pagination .page-numbers {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #F1FBF8;
  color: #FCB960;
  font-size: 1.4rem;
  font-family: "Urbanist", sans-serif;
}

.page-template-content-main-pagination .page-numbers.current {
  color: #FFFFFF;
  pointer-events: none;
}

.page-template-content-main-pagination .page-numbers.current::before {
  background: #00AA96;
  width: calc(105% + 30px);
}

.page-template-content-main-pagination .page-numbers.prev, .page-template-content-main-pagination .page-numbers.next {
  background-color: #FCB960;
}

.page-template-content-main-pagination .page-numbers.prev .pagination-prev,
.page-template-content-main-pagination .page-numbers.prev .pagination-next, .page-template-content-main-pagination .page-numbers.next .pagination-prev,
.page-template-content-main-pagination .page-numbers.next .pagination-next {
  width: 9px;
  height: auto;
}

.page-template-content-main-pagination .page-numbers.prev .pagination-prev, .page-template-content-main-pagination .page-numbers.next .pagination-prev {
  transform: rotate(180deg);
}

.page-template-content-main-pagination .page-numbers.prev:after, .page-template-content-main-pagination .page-numbers.next:after {
  background: #FCB960;
}

.page-template-content-main-pagination .page-numbers::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  background: #76C5AB;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}

.page-template-content-main-pagination .page-numbers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -10;
}

.page-template-content-main-pagination .page-numbers:hover::before {
  width: calc(105% + 30px);
}

@media screen and (max-width: 834px) {
  .page-template-content-main-pagination .page-numbers:hover::before {
    width: calc(0% + 30px);
  }
}

.page-template-content-main-author {
  font-size: 1.4rem;
  color: #7C878D;
  text-align: right;
  margin-bottom: 20px;
}

.page-template-content-main-head {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F1FBF8;
}

.page-template-content-main-head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 5px;
}

.page-template-content-main-head-top-category {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  color: #76C5AB;
}

.page-template-content-main-head-top-category-icon {
  width: 25px;
  height: auto;
}

.page-template-content-main-head-top-date {
  font-size: 1.4rem;
  color: #303030;
}

.page-template-content-main-head-title {
  margin-top: 20px;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.page-template-content-main-head-title span {
  color: #76C5AB;
}

.page-template-content-main-body p {
  margin-bottom: 15px;
}

.page-template-content-main-body p:last-child {
  margin-bottom: 0;
}

.page-template-content-main-body .wp-post-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95 / 1;
  object-fit: cover;
  object-position: center;
  margin-bottom: 40px;
}

.page-template-content-main-body-desc {
  margin-bottom: 40px;
}

.page-template-content-main-body-case-img {
  position: relative;
  display: flex;
  gap: 70px;
  margin-bottom: 40px;
}

.page-template-content-main-body-case-img-item {
  width: 50%;
}

.page-template-content-main-body-case-img-item h4 {
  margin-top: 0px;
}

.page-template-content-main-body-case-img-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.page-template-content-main-body-case-img::before {
  content: "";
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-image: url(assets/img/icon_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-content-main-bottom {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #F1FBF8;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 30px 20px 70px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .page-template-content-main-bottom-relevance .single-relevance-swiper {
    overflow: visible;
  }
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide {
  border: 1px solid #F1FBF8;
  border-radius: 20px;
  box-shadow: 0 0 8px 1px #00000040;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
  box-shadow: 0 0 4px 1px #00000040;
}

@media screen and (max-width: 834px) {
  .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
    box-shadow: 0 0 8px 1px #00000040;
  }
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next,
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #F2F2F2;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next-icon,
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
  object-position: center;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next::before,
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  background: #F1FBF8;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next::after,
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  z-index: -10;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next:hover::before,
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev:hover::before {
  width: calc(105% + 30px);
}

@media screen and (max-width: 834px) {
  .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next:hover::before,
  .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev:hover::before {
    width: calc(0% + 30px);
  }
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next {
  right: auto;
  left: 80px;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
  left: 20px;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev-icon {
  transform: rotate(180deg);
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .com-link01 {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 10;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper-link-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 2.22 / 1;
  object-fit: cover;
  object-position: center;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content {
  padding: 15px;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-title {
  font-size: 1.9rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #76C5AB;
  margin-bottom: 10px;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-excerpt {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #F1FBF8;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-date {
  font-size: 1.4rem;
  color: #7C878D;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #c13329;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category-icon {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.page-template-content-side {
  width: 220px;
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .page-template-content-side {
    width: 100%;
  }
}

.page-template-content-side-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-template-content-side-title-icon {
  width: 20px;
  height: auto;
}

.page-template-content-side-title-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #76C5AB;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-content-side-category-list {
  margin-bottom: 30px;
}

.page-template-content-side-category-list-item-link {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #F1FBF8;
  transition: opacity 0.3s;
}

.page-template-content-side-category-list-item-link:hover {
  opacity: 0.5;
}

@media screen and (max-width: 834px) {
  .page-template-content-side-category-list-item-link:hover {
    opacity: 1;
  }
}

.page-template-content-side-about-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95 / 1;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
  border-radius: 5px;
}

.page-template-content-side-about-txt {
  color: #626F71;
  margin-bottom: 30px;
}

.page-template-content-side-contact {
  background-color: #F1FBF8;
  padding: 20px;
}

.page-template-content-side-contact-title {
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #F1FBF8;
}

.page-template-content-side-contact-tel {
  display: block;
  font-family: "Urbanist", sans-serif;
  text-align: center;
  font-size: 2.2rem;
  color: #00AA96;
  pointer-events: none;
}

@media screen and (max-width: 834px) {
  .page-template-content-side-contact-tel {
    pointer-events: auto;
  }
}

.page-template-content-side-contact-open {
  text-align: center;
  color: #303030;
  line-height: 1.3;
  margin-bottom: 10px;
}

.page-template-content-side-contact-open span {
  font-family: "Urbanist", sans-serif;
  font-size: 2.0rem;
  margin-left: 5px;
}

.page-template-content-side-contact-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 1.3rem;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 1;
}

.page-template-content-side-contact-link:last-child {
  margin-bottom: 0;
}

.page-template-content-side-contact-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #76C5AB;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: width 0.3s;
}

.page-template-content-side-contact-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #00AA96;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.page-template-content-side-contact-link:hover:before {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .page-template-content-side-contact-link:hover:before {
    width: 0%;
  }
}

.page-template-content-side-contact-link span {
  font-size: 2.4rem;
  color: #FCB960;
  transform: translateY(-2px);
}

.page-template-content-side-contact-link._line::after {
  background-color: #2db530;
}

.page-template-related-pages {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 90px;
  border-top: 1px dashed #F2F2F2;
  border-bottom: 1px dashed #F2F2F2;
}

@media screen and (max-width: 834px) {
  .page-template-related-pages {
    margin-bottom: 0;
    border: none;
  }
}

.page-template-related-pages-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .page-template-related-pages-list {
    gap: 10px;
  }
}

.page-template-related-pages-list-item {
  width: calc((100% - 60px) / 4);
}

@media (max-width: 1024px) {
  .page-template-related-pages-list-item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 834px) {
  .page-template-related-pages-list-item {
    width: calc((100% - 20px) / 2);
  }
}

.code {
  font-size: 1.8rem;
}

.code-wrap {
  position: relative;
  padding: 40px 20px 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  border: 1px solid #000000;
}

.code-wrap pre {
  overflow-y: auto;
}

div:has(> .code-wrap) {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  div:has(> .code-wrap) {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.code-copy {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 300px;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  background-color: #76C5AB;
  color: #fff;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}

.code-copy:hover {
  opacity: .5;
}

@media screen and (max-width: 834px) {
  .code-copy:hover {
    opacity: 1;
  }
}

.shortcode-copy {
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  width: 300px;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  background-color: #76C5AB;
  color: #fff;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}

.shortcode-copy:hover {
  opacity: .5;
}

@media screen and (max-width: 834px) {
  .shortcode-copy:hover {
    opacity: 1;
  }
}

.po-relative {
  position: relative;
}

.parts {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .parts {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.parts-page {
  position: relative;
  background-color: #FFFFFF;
}

.parts-side {
  position: fixed;
  top: 120px;
  right: 0;
  width: 240px;
  padding: 40px;
  height: calc(100vh - 150px);
  overflow-y: auto;
  flex-shrink: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 834px) {
  .parts-side {
    position: static;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    overflow-x: auto;
  }
}

.parts-side ul {
  line-height: 1.4;
}

.parts-side ul li {
  margin-bottom: 10px;
  transition: color .3s;
}

.parts-side ul li:hover {
  color: #76C5AB;
}

@media screen and (max-width: 834px) {
  .parts-side ul li:hover {
    color: #303030;
  }
}

.parts-side ul li:not([class]) {
  margin-top: 20px;
  font-weight: 700;
}

.parts-side ul li.pl10 a {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}

.parts-side ul li.pl10 a::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.parts-main {
  width: 100%;
}

.parts-head {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .parts-head {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.parts-head02 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 40px;
}

.parts-head03 {
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.parts-p {
  margin-bottom: 10px;
}

.parts-color {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.parts-color-item {
  width: calc((100% - 80px) / 5);
  height: auto;
}

.parts-color-item-btn {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #76C5AB;
  padding: 5px 10px;
  transition: .3s;
  color: #303030;
}

.parts-color-item-btn:hover {
  opacity: .5;
}

.parts-color-item-btn.color_text-white {
  background-color: #76C5AB;
}

.parts-color-item-btn.color_bg-main-dark {
  color: #FFFFFF;
}

.parts-color-item-btn.color_bg-gray-dark {
  color: #FFFFFF;
}

.parts-color-item-btn.color_bg-gray-black {
  color: #FFFFFF;
}

.parts-color-item-btn.color_bg-sub-dark {
  color: #FFFFFF;
}

.parts-color-item-btn.color_bg-sub2-dark {
  color: #FFFFFF;
}

.parts-tent {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .parts-tent {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.parts-tent-page {
  position: relative;
  background-color: #FFFFFF;
}

.parts-tent-page .code-copy {
  background-color: #FCB960;
}

.parts-tent-side {
  position: fixed;
  top: 120px;
  right: 0;
  width: 240px;
  padding: 40px;
  height: calc(100vh - 150px);
  overflow-y: auto;
  flex-shrink: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 834px) {
  .parts-tent-side {
    position: static;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    overflow-x: auto;
  }
}

.parts-tent-side ul {
  line-height: 1.4;
}

.parts-tent-side ul li {
  margin-bottom: 10px;
  transition: color .3s;
}

.parts-tent-side ul li:hover {
  color: #76C5AB;
}

@media screen and (max-width: 834px) {
  .parts-tent-side ul li:hover {
    color: #303030;
  }
}

.parts-tent-side ul li:not([class]) {
  margin-top: 20px;
  font-weight: 700;
}

.parts-tent-side ul li.pl10 a {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}

.parts-tent-side ul li.pl10 a::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.parts-tent-main {
  width: 100%;
}

.parts-tent-head {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .parts-tent-head {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.parts-tent-head02 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 40px;
}

.parts-tent-head03 {
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.parts-tent-p {
  margin-bottom: 10px;
}

.parts-tent-color {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.parts-tent-color-item {
  width: calc((100% - 80px) / 5);
  height: auto;
}

.parts-tent-color-item-btn {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #76C5AB;
  padding: 5px 10px;
  transition: .3s;
  color: #303030;
}

.parts-tent-color-item-btn:hover {
  opacity: .5;
}

.parts-tent-color-item-btn.color_text-white {
  background-color: #76C5AB;
}

.parts-tent-color-item-btn.color_bg-main-dark {
  color: #FFFFFF;
}

.parts-tent-color-item-btn.color_bg-gray-dark {
  color: #FFFFFF;
}

.parts-tent-color-item-btn.color_bg-gray-black {
  color: #FFFFFF;
}

.parts-tent-color-item-btn.color_bg-sub-dark {
  color: #FFFFFF;
}

.parts-tent-color-item-btn.color_bg-sub2-dark {
  color: #FFFFFF;
}

.single a {
  word-break: break-all;
}

.single-hero-title {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.45;
  border-bottom: 1px solid #000000;
}

.single-case-treatment-notes-swiper {
  margin-bottom: 5px;
}

.single-case-treatment-notes-swiper-container {
  position: relative;
  overflow: hidden;
}

.single-case-treatment-notes-swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

.single-case-treatment-notes-swiper-container .swiper-button-next,
.single-case-treatment-notes-swiper-container .swiper-button-prev {
  width: 31px;
  height: 30px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-case-treatment-notes-swiper-container .swiper-button-next svg,
.single-case-treatment-notes-swiper-container .swiper-button-prev svg {
  width: 15px;
  height: 15px;
  stroke: #76C5AB;
  stroke-width: 3;
}

.single-case-treatment-notes-swiper-container .swiper-button-next:after,
.single-case-treatment-notes-swiper-container .swiper-button-prev:after {
  display: none;
}

.single-case-treatment-notes-swiper-container .swiper-button-next {
  right: -1px;
}

.single-case-treatment-notes-swiper-container .swiper-button-next svg {
  transform: rotate(180deg);
}

.single-case-treatment-notes-swiper-container .swiper-button-prev {
  left: -1px;
}

.single-case-treatment-notes-text-swiper {
  margin-bottom: 40px;
}

.single-case-treatment-notes-text-swiper-container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .single-case-treatment-notes-text-swiper-container {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.single-case-treatment-notes-text-swiper-container .swiper-wrapper {
  width: calc(100% - 150px);
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .single-case-treatment-notes-text-swiper-container .swiper-wrapper {
    width: 100%;
  }
}

.single-case-treatment-notes-text-swiper-container .swiper-pagination {
  position: relative;
  text-align: left;
  line-height: 1;
  width: auto;
  transform: translateY(1.4rem);
}

.single-case-treatment-notes-text-swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #76C5AB;
  opacity: 0.4;
}

.single-case-treatment-notes-text-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.single-case-treatment-notes-text-swiper-container .swiper-pagination-fraction {
  margin-bottom: 0px;
  letter-spacing: -0.05em;
  white-space: nowrap;
  display: inline-block;
  width: auto;
  min-width: fit-content;
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .single-case-treatment-notes-text-swiper-container .swiper-pagination-fraction {
    margin-bottom: 5px;
  }
}

.single-case-treatment-notes-text-swiper-container .swiper-notification {
  display: none;
}

.single-case-treatment-notes-text-swiper-pagination-wrap {
  display: flex;
  gap: 10px;
}

.single-case-treatment-notes-text-swiper-text {
  display: block;
  width: calc(100% - 150px);
}

@media screen and (max-width: 834px) {
  .single-case-treatment-notes-text-swiper-text {
    width: 100%;
  }
}

.single-relevance-swiper-link-case-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 2.22 / 1;
}

.single-relevance-swiper-link-case-img-before {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-relevance-swiper-link-case-img-before-text {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  background-color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
}

.single-relevance-swiper-link-case-img-after {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-relevance-swiper-link-case-img-after-text {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  background-color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
}

.single-relevance-swiper-link-case-content-table-th {
  position: relative;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 5px 10px 5px 15px;
}

.single-relevance-swiper-link-case-content-table-th::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  border-bottom: 1px solid #76C5AB;
}

.single-relevance-swiper-link-case-content-table-th::after {
  content: ' : ';
}

.single-relevance-swiper-link-case-content-table-td {
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 0px;
  color: #7C878D;
}

.single-occupation-common-title_01 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #00AA96;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .single-occupation-common-title_01 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}

.single-occupation-common-title_01 br {
  display: none;
}

@media screen and (max-width: 834px) {
  .single-occupation-common-title_01 br {
    display: block;
  }
}

.single-occupation-hero {
  position: relative;
}

@media screen and (max-width: 834px) {
  .single-occupation-hero {
    width: 100%;
    height: auto;
    aspect-ratio: 400/350;
  }
}

.single-occupation-hero-bg {
  position: relative;
  width: 100%;
  height: 500px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .single-occupation-hero-bg {
    height: 100%;
  }
}

.single-occupation-hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-occupation-hero-bg-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.single-occupation-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .single-occupation-hero-content {
    width: 100%;
    top: 62%;
  }
}

.single-occupation-hero-content-inner {
  padding: 0 50px;
}

@media screen and (max-width: 834px) {
  .single-occupation-hero-content-inner {
    width: 100%;
    padding: 0 5%;
  }
}

.single-occupation-hero-content-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 5.0rem;
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .single-occupation-hero-content-title {
    font-size: 3.5rem;
    margin-bottom: 14px;
  }
}

.single-occupation-hero-content-title-en {
  font-family: "Urbanist", sans-serif;
  font-size: 4.0rem;
  line-height: 1;
  font-weight: 700;
  color: #00AA96;
  text-align: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 834px) {
  .single-occupation-hero-content-title-en {
    font-size: 2.8rem;
  }
}

.single-occupation-hero-content-title-jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  line-height: calc(40/25);
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #626F71;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .single-occupation-hero-content-title-jp {
    font-size: 1.8rem;
  }
}

.single-occupation-hero-content-title-bar {
  width: 100%;
  margin-bottom: 8px;
  border-bottom: 3px solid #FCB960;
}

@media screen and (max-width: 834px) {
  .single-occupation-hero-content-title-bar {
    margin-bottom: 5px;
  }
}

.single-occupation-jobs {
  position: relative;
  z-index: 10;
}

.single-occupation-top {
  margin-top: -40px;
  padding-top: 120px;
  padding-bottom: 60px;
  background: url(assets/img/mission_bg.png) repeat top left;
  overflow: hidden;
}

.single-occupation-top-content {
  position: relative;
  display: flex;
  gap: 50px;
  margin-bottom: 60px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .single-occupation-top-content {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 35px;
  }
}

.single-occupation-top-content-img {
  width: 550px;
  height: auto;
  aspect-ratio: 550/300;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .single-occupation-top-content-img {
    width: 100%;
    aspect-ratio: 350/300;
  }
}

.single-occupation-top-content-text {
  width: 600px;
}

@media screen and (max-width: 834px) {
  .single-occupation-top-content-text {
    width: 100%;
  }
}

.single-occupation-top-content-text-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  line-height: calc(32/15);
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .single-occupation-top-content-text-text {
    line-height: 2;
  }
}

.single-occupation-top-content-decoration_01 {
  position: absolute;
  top: -147px;
  left: -198px;
  width: 272px;
  height: auto;
  object-position: center;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .single-occupation-top-content-decoration_01 {
    top: -47px;
    left: -17px;
    width: 112px;
  }
}

.single-occupation-top-content-decoration_02 {
  position: absolute;
  top: -20px;
  right: -196px;
  width: 285px;
  height: auto;
  object-position: center;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .single-occupation-top-content-decoration_02 {
    top: auto;
    bottom: -72px;
    right: -14px;
    width: 96px;
    transform: rotate(30deg);
  }
}

.single-occupation-top-job-title {
  position: relative;
  display: block;
  width: fit-content;
  padding: 16px 100px;
  margin-left: 55px;
  transform: translateY(2px);
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .single-occupation-top-job-title {
    width: 300px;
    padding: 9px 20px;
    margin-left: 50%;
    transform: translate(-50%, 2px);
  }
}

.single-occupation-top-job-title-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  .single-occupation-top-job-title-text {
    font-size: 2.2rem;
    text-align: center;
  }
}

.single-occupation-top-job-title-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  z-index: -1;
}

.single-occupation-top-job-content {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 40px 75px;
  background-color: #FFFFFF;
  border-radius: 30px;
  overflow: hidden;
  border: 3px solid #FCB960;
}

@media screen and (max-width: 834px) {
  .single-occupation-top-job-content {
    flex-direction: column;
    gap: 20px;
    padding: 40px 25px;
  }
}

.single-occupation-top-job-content-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  line-height: calc(32/15);
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .single-occupation-top-job-content-text {
    line-height: 2;
  }
}

.single-occupation-top-job-content-text-wrap {
  display: block;
  width: 50%;
}

@media screen and (max-width: 834px) {
  .single-occupation-top-job-content-text-wrap {
    width: 100%;
  }
}

.single-occupation-top-job-content-imgs {
  position: relative;
  width: 50%;
  height: auto;
  aspect-ratio: 500/364;
}

@media screen and (max-width: 834px) {
  .single-occupation-top-job-content-imgs {
    width: 100%;
    aspect-ratio: 300/220;
  }
}

.single-occupation-top-job-content-imgs-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-occupation-top-job-content-imgs-img_01 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(270/500*100%);
  height: auto;
  aspect-ratio: 270/284;
  clip-path: polygon(99.28% 34.44%, 61.06% 0%, 11.42% 15.14%, 0% 64.69%, 38.23% 99.13%, 87.87% 84%);
  z-index: 2;
}

.single-occupation-top-job-content-imgs-img_02 {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(270/500*100%);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.single-occupation-one_day {
  margin-top: 60px;
  margin-bottom: 120px;
}

.single-occupation-one_day-top {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .single-occupation-one_day-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}

.single-occupation-one_day-top-title {
  width: 250px;
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .single-occupation-one_day-top-title {
    width: 320px;
  }
}

.single-occupation-one_day-top-title-en {
  font-family: "Urbanist", sans-serif;
  font-size: 6.0rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #76C5AB;
}

@media screen and (max-width: 834px) {
  .single-occupation-one_day-top-title-en {
    font-size: 4.0rem;
    text-align: center;
  }
}

.single-occupation-one_day-top-title-jp {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  color: #FFFFFF;
}

@media screen and (max-width: 834px) {
  .single-occupation-one_day-top-title-jp {
    text-align: center;
  }
}

.single-occupation-one_day-top-title-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 110px;
  padding-left: 8px;
  padding-right: 50px;
  background-color: #FCB960;
  margin-top: -20px;
  border-top-right-radius: 100vh;
  border-bottom-right-radius: 100vh;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .single-occupation-one_day-top-title-inner {
    height: 92px;
    padding: 0;
    justify-content: center;
    margin-top: -17px;
  }
}

.single-occupation-one_day-top-title-inner::after {
  content: '';
  position: absolute;
  top: 0;
  right: calc(100% - 2px);
  width: 50vw;
  height: 100%;
  background-color: #FCB960;
  z-index: -1;
}

.single-occupation-one_day-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .single-occupation-one_day-content {
    gap: 15px;
  }
}

.single-occupation-one_day-content-imgs {
  position: absolute;
  top: 43%;
  right: 10px;
  width: calc(350 / 1200 * 100%);
  height: auto;
  aspect-ratio: 350/560;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  .single-occupation-one_day-content-imgs {
    width: 122px;
    height: 243px;
    top: 55%;
  }
}

.single-occupation-one_day-content-imgs-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-occupation-one_day-content-imgs-img_01 {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(258/350*100%);
  height: auto;
  aspect-ratio: 270/284;
  clip-path: polygon(99.28% 34.44%, 61.06% 0%, 11.42% 15.14%, 0% 64.69%, 38.23% 99.13%, 87.87% 84%);
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .single-occupation-one_day-content-imgs-img_01 {
    width: 113px;
    left: 0;
    right: auto;
  }
}

.single-occupation-one_day-content-imgs-img_02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(252/350*100%);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .single-occupation-one_day-content-imgs-img_02 {
    width: 117px;
    left: auto;
    right: 0;
  }
}

.single-occupation-one_day-content-item {
  display: flex;
  align-items: center;
  gap: 25px;
  min-height: 100px;
}

@media screen and (max-width: 834px) {
  .single-occupation-one_day-content-item {
    min-height: 70px;
    position: relative;
  }
  .single-occupation-one_day-content-item::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 37px;
    width: 3px;
    height: calc(100% + 20px);
    border-left: 3px solid #00AA96;
    z-index: -1;
    transform: translateX(-50%);
  }
}

.single-occupation-one_day-content-item:last-child .single-occupation-one_day-content-item-time::before {
  display: none;
}

@media screen and (max-width: 834px) {
  .single-occupation-one_day-content-item:last-child::before {
    display: none;
  }
}

.single-occupation-one_day-content-item-time {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100px;
  aspect-ratio: 1;
  background-color: #00AA96;
  border-radius: 50%;
  flex-shrink: 0;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .single-occupation-one_day-content-item-time {
    height: 70px;
  }
}

.single-occupation-one_day-content-item-time::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% - 2px);
  width: 30px;
  height: 1px;
  border-bottom: 1px dashed #00AA96;
  z-index: -1;
  transform: translateY(-50%);
}

.single-occupation-one_day-content-item-time::before {
  content: '';
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% + 1.5px);
  width: 3px;
  height: 100%;
  border-left: 3px solid #00AA96;
  z-index: -1;
  transform: translateX(-50%);
}

@media screen and (max-width: 834px) {
  .single-occupation-one_day-content-item-time::before {
    display: none;
  }
}

.single-occupation-one_day-content-item-time-text {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  padding-bottom: 2px;
  color: #FFFFFF;
}

@media screen and (max-width: 834px) {
  .single-occupation-one_day-content-item-time-text {
    font-size: 1.5rem;
    line-height: calc(30/15);
  }
}

.single-occupation-one_day-content-item-text {
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #F1FBF8;
  border-radius: 10px;
}

.single-occupation-one_day-content-item-text-text {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  line-height: calc(32/20);
  padding-bottom: 2px;
}

@media screen and (max-width: 834px) {
  .single-occupation-one_day-content-item-text-text {
    font-size: 1.5rem;
    line-height: calc(30/15);
  }
}

.single-occupation-one_day-content-item-text span {
  font-size: 0.8em;
  display: block;
}

.single-occupation-career_plan {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .single-occupation-career_plan {
    padding-bottom: 40px;
  }
}

.single-occupation-career_plan .home-jobs-title br {
  display: none;
}

@media screen and (max-width: 834px) {
  .single-occupation-career_plan .home-jobs-title {
    text-align: center;
  }
  .single-occupation-career_plan .home-jobs-title br {
    display: block;
  }
}

.single-occupation-career_plan-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.single-occupation-career_plan-inner {
  position: relative;
  transform: translateY(-46px);
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .single-occupation-career_plan-inner {
    transform: translateY(0);
  }
}

.single-occupation-career_plan-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  height: 130px;
  padding: 0 120px;
  margin: 0 auto 60px;
  background-color: #FCB960;
  position: relative;
  clip-path: polygon(0% 0%, 38px 50%, 0% 100%, 100% 100%, calc(100% - 38px) 50%, 100% 0%);
}

@media screen and (max-width: 834px) {
  .single-occupation-career_plan-title {
    padding: 0 40px;
    clip-path: polygon(0% 0%, 15px 50%, 0% 100%, 100% 100%, calc(100% - 15px) 50%, 100% 0%);
  }
}

.single-occupation-career_plan-title-en {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(3rem, 6rem, 6rem);
  line-height: calc(80/60);
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #FFFFFF;
}

@media screen and (max-width: 834px) {
  .single-occupation-career_plan-title-en {
    font-size: 4.0rem;
  }
}

.single-occupation-career_plan-title-jp {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  font-family: "Zen Maru Gothic", sans-serif;
  color: #FFFFFF;
}

.single-occupation-career_plan-content {
  overflow: hidden;
}

.single-occupation-career_plan-content-inner {
  position: relative;
  z-index: 1;
}

.single-occupation-career_plan-content-decoration_01 {
  position: absolute;
  top: 0;
  left: -80px;
  width: 70px;
  height: auto;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .single-occupation-career_plan-content-decoration_01 {
    display: none;
  }
}

.single-occupation-career_plan-content-decoration_02 {
  position: absolute;
  top: 84px;
  right: -128px;
  width: 80px;
  height: auto;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .single-occupation-career_plan-content-decoration_02 {
    display: none;
  }
}

.single-occupation-career_plan-content-decoration_03 {
  position: absolute;
  top: 218px;
  right: -165px;
  width: 76px;
  height: auto;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .single-occupation-career_plan-content-decoration_03 {
    display: none;
  }
}

.single-occupation-career_plan-content-decoration_04 {
  position: absolute;
  top: 540px;
  left: -110px;
  width: 106px;
  height: 143px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .single-occupation-career_plan-content-decoration_04 {
    display: none;
  }
}

.single-occupation-career_plan-content-decoration_05 {
  position: absolute;
  top: 540px;
  left: -110px;
  width: 106px;
  height: 143px;
  z-index: 1;
  display: none;
}

@media screen and (max-width: 834px) {
  .single-occupation-career_plan-content-decoration_05 {
    display: block;
  }
}

.single-occupation-career_plan-content-decoration_06 {
  position: absolute;
  top: 540px;
  left: -110px;
  width: 106px;
  height: 143px;
  z-index: 1;
  display: none;
}

@media screen and (max-width: 834px) {
  .single-occupation-career_plan-content-decoration_06 {
    display: block;
  }
}

.single-occupation-career_plan-content .home-jobs-title {
  color: #000000;
  font-weight: 700;
  margin-bottom: 24px;
}

.single-occupation-career_plan-content-title_sub {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  color: #00AA96;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .single-occupation-career_plan-content-title_sub {
    margin-bottom: 10px;
  }
}

.single-occupation-career_plan-content-items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  margin-bottom: 60px;
}

.single-occupation-career_plan-content-items-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 20px);
  height: auto;
  padding: 40px 64px;
  background-color: #FFFFFF;
  overflow: hidden;
  clip-path: polygon(0% 0%, 24px 50%, 0% 100%, 100% 100%, calc(100% - 24px) 50%, 100% 0%);
}

@media screen and (max-width: 834px) {
  .single-occupation-career_plan-content-items-item {
    width: 100%;
    padding: 20px 34px;
  }
}

.single-occupation-career_plan-content-items-item-text {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  color: #00AA96;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .single-occupation-career_plan-content-items-item-text {
    font-size: 1.6rem;
    line-height: calc(32/16);
  }
}

.single-occupation-career_plan-content-items-item-text span {
  display: block;
  font-size: 0.6em;
  margin: 5px 0;
}

.single-occupation-career_plan-content-summary {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: calc(42/18);
  text-align: center;
}

@media screen and (max-width: 834px) {
  .single-occupation-career_plan-content-summary {
    font-size: 1.6rem;
    line-height: 2;
  }
}

@media screen and (max-width: 834px) {
  .single-occupation-career_plan-content-summary {
    font-size: 1.8rem;
    line-height: calc(42/16);
    text-align: left;
  }
}

.single-occupation-interview {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(assets/img/mission_bg.png) repeat top left;
}

@media screen and (max-width: 834px) {
  .single-occupation-interview {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.single-occupation-interview-inner {
  position: relative;
  z-index: 1;
}

.single-occupation-interview-title {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 15px;
}

@media screen and (max-width: 834px) {
  .single-occupation-interview-title {
    width: 350px;
  }
}

.single-occupation-interview-title-img {
  width: 100%;
}

.single-occupation-interview-title-img-img {
  width: 100%;
}

.single-occupation-interview-title-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  z-index: 1;
  width: 100%;
  padding: clamp(10px, calc(34 / 1100 * 100vw), 34px) clamp(100px, calc(240 / 1100 * 100vw), 240px) 0;
}

@media screen and (max-width: 834px) {
  .single-occupation-interview-title-inner {
    padding: 20px 0 0;
  }
}

.single-occupation-interview-title-en {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(1rem, calc(60 / 1100 * 100vw), 6rem);
  line-height: calc(80/60);
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #FFFFFF;
}

@media screen and (max-width: 834px) {
  .single-occupation-interview-title-en {
    font-size: 2.0rem;
    line-height: calc(30/20);
  }
}

.single-occupation-interview-title-jp {
  font-size: clamp(1rem, calc(25 / 1100 * 100vw), 2.5rem);
  line-height: calc(40/25);
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #00AA96;
}

@media screen and (max-width: 834px) {
  .single-occupation-interview-title-jp {
    font-size: 2.2rem;
  }
}

.single-occupation-interview-title-respondent {
  font-size: clamp(1rem, calc(25 / 1100 * 100vw), 2.5rem);
  line-height: calc(40/25);
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #FFFFFF;
}

.single-occupation-interview-title-respondent br {
  display: none;
}

@media screen and (max-width: 834px) {
  .single-occupation-interview-title-respondent br {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .single-occupation-interview-title-respondent {
    font-size: 1.5rem;
    line-height: calc(20/15);
    text-align: center;
  }
}

.single-occupation-interview-img {
  display: block;
  width: 100%;
  max-width: 767px;
  height: auto;
  aspect-ratio: 767/195;
  margin: 0 auto 60px;
}

.single-occupation-interview-img-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-occupation-interview-content-item {
  position: relative;
  margin-bottom: 60px;
}

.single-occupation-interview-content-item:last-child {
  margin-bottom: 0;
}

.single-occupation-interview-content-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

.single-occupation-interview-content-item-title-icon {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 9.0rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #00AA96;
}

@media screen and (max-width: 834px) {
  .single-occupation-interview-content-item-title-icon {
    font-size: 4.0rem;
  }
}

.single-occupation-interview-content-item-title-text {
  padding-top: 1rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
}

@media screen and (max-width: 834px) {
  .single-occupation-interview-content-item-title-text {
    font-size: 1.6rem;
    line-height: calc(32/16);
  }
}

.single-occupation-interview-content-item-answer {
  display: flex;
  gap: 28px;
}

@media screen and (max-width: 834px) {
  .single-occupation-interview-content-item-answer {
    flex-direction: column;
    gap: 40px;
  }
}

.single-occupation-interview-content-item-answer-wrap {
  display: flex;
  flex-direction: column;
  padding: 70px 100px 100px;
  background-color: #FFFFFF;
  border-radius: 100px;
  border: 5px solid #FCB960;
  gap: 24px;
}

@media screen and (max-width: 834px) {
  .single-occupation-interview-content-item-answer-wrap {
    padding: 40px 25px;
    border-radius: 50px;
  }
}

.single-occupation-interview-content-item-answer-head {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  color: #FCB960;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .single-occupation-interview-content-item-answer-head {
    font-size: 1.6rem;
    line-height: calc(32/16);
  }
}

.single-occupation-interview-content-item-answer:nth-child(even) .single-occupation-interview-content-item-answer-head {
  color: #00AA96;
}

.single-occupation-interview-content-item-answer-left {
  width: 100%;
}

.single-occupation-interview-content-item-answer-right {
  position: relative;
  width: clamp(100px, calc(240 / 1512 * 100vw), 240px);
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .single-occupation-interview-content-item-answer-right {
    width: 100%;
  }
}

.single-occupation-interview-content-item-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(100px, calc(280 / 1512 * 100vw + 100px), 380px);
  max-width: 380px;
  height: calc(100% + 120px);
  border-radius: 100vh;
  overflow: hidden;
  object-fit: cover;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .single-occupation-interview-content-item-img {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 290/230;
  }
}

.single-occupation-recruitment {
  padding-top: 80px;
  padding-bottom: 80px;
}

.single-occupation-recruitment-inner {
  position: relative;
  z-index: 1;
}

.single-occupation-recruitment-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  color: #FFFFFF;
  background-color: #00AA96;
  width: 100%;
  height: 100px;
  border-radius: 100vh;
  margin-bottom: 80px;
}

.single-occupation-recruitment-content-message {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: calc(42/18);
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .single-occupation-recruitment-content-message {
    font-size: 1.6rem;
    line-height: 2;
  }
}

@media screen and (max-width: 834px) {
  .single-occupation-recruitment-content-message {
    font-size: 1.6rem;
    line-height: calc(32/16);
    margin-bottom: 0;
  }
}

.single-occupation-recruitment-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}

.single-occupation-recruitment-table-title {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  line-height: calc(40/25);
  padding: 10px;
  background-color: #76C5AB;
}

.single-occupation-recruitment-table-head {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: calc(42/18);
  padding: 10px;
  background-color: #F1FBF8;
  border-right: 1px solid #00AA96;
  border-bottom: 1px solid #00AA96;
  word-break: keep-all;
}

@media screen and (max-width: 834px) {
  .single-occupation-recruitment-table-head {
    font-size: 1.6rem;
    line-height: 2;
  }
}

@media screen and (max-width: 834px) {
  .single-occupation-recruitment-table-head {
    word-break: break-all;
    font-size: 1.5rem;
    width: 100px;
  }
}

.single-occupation-recruitment-table-text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: calc(42/18);
  padding: 10px;
  border-bottom: 1px solid #00AA96;
  word-break: keep-all;
}

@media screen and (max-width: 834px) {
  .single-occupation-recruitment-table-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}

@media screen and (max-width: 834px) {
  .single-occupation-recruitment-table-text {
    word-break: break-all;
    font-size: 1.5rem;
  }
}

.single-occupation-recruitment-table-location {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: calc(42/18);
  border-bottom: 1px solid #00AA96;
}

@media screen and (max-width: 834px) {
  .single-occupation-recruitment-table-location {
    font-size: 1.6rem;
    line-height: 2;
  }
}

@media screen and (max-width: 834px) {
  .single-occupation-recruitment-table-location {
    flex-direction: column;
  }
}

.single-occupation-recruitment-table-location-inner {
  display: flex;
}

@media screen and (max-width: 834px) {
  .single-occupation-recruitment-table-location-inner {
    flex-direction: column;
  }
}

.single-occupation-recruitment-table-location span {
  display: block;
  width: 50%;
  padding: 10px;
  border-right: 1px solid #00AA96;
  display: block;
  word-break: keep-all;
}

@media screen and (max-width: 834px) {
  .single-occupation-recruitment-table-location span {
    word-break: break-all;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #00AA96;
  }
}

.single-occupation-recruitment-table-location span:last-child {
  border-right: none;
}

@media screen and (max-width: 834px) {
  .single-occupation-recruitment-table-location span:last-child {
    border-bottom: none;
  }
}

.single-occupation-recruitment-table._full_time {
  margin-bottom: 60px;
}

.single-occupation-recruitment-table._part_time .single-occupation-recruitment-table-title {
  background-color: #FCB960;
}

.single-occupation-recruitment-table._part_time .single-occupation-recruitment-table-head {
  background-color: #FFF3E3;
  border-bottom: 1px solid #FCB960;
  border-right: 1px solid #FCB960;
}

.single-occupation-recruitment-table._part_time .single-occupation-recruitment-table-text {
  border-bottom: 1px solid #FCB960;
}

.single-occupation-recruitment-table._part_time .single-occupation-recruitment-table-location {
  border-color: #FCB960;
}

.single-occupation-recruitment-table._part_time .single-occupation-recruitment-table-location span {
  border-right: 1px solid #FCB960;
}

@media screen and (max-width: 834px) {
  .single-occupation-recruitment-table._part_time .single-occupation-recruitment-table-location span {
    border-right: none;
    border-bottom: 1px solid #FCB960;
  }
}

.single-occupation-recruitment-table._part_time .single-occupation-recruitment-table-location span:last-child {
  border-right: none;
}

@media screen and (max-width: 834px) {
  .single-occupation-recruitment-table._part_time .single-occupation-recruitment-table-location span:last-child {
    border-bottom: none;
  }
}

.single-occupation-recruitment-table._invisible {
  display: none;
}

.archive-hero {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 120px;
}

@media screen and (max-width: 834px) {
  .archive-hero {
    height: auto;
    margin-bottom: 50px;
  }
}

.archive-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.archive-hero-content {
  padding: 50px 50px 0px;
}

@media screen and (max-width: 834px) {
  .archive-hero-content {
    padding: 60px 5% 0px;
  }
}

.archive-hero-content .page-hero-content-nav {
  margin: 0 auto 50px;
  padding: 10px;
  width: fit-content;
  background-color: #FFFFFF;
  border-radius: 100vh;
}

.archive-hero-content .page-hero-content-nav-list {
  display: flex;
}

.archive-hero-content .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  transition: opacity 0.3s;
}

.archive-hero-content .page-hero-content-nav-list-item-link:hover {
  opacity: 0.5;
}

@media screen and (max-width: 834px) {
  .archive-hero-content .page-hero-content-nav-list-item-link:hover {
    opacity: 1;
  }
}

.archive-hero-content-title {
  font-size: 4.0rem;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .archive-hero-content-title {
    font-size: 3.0rem;
  }
}

.archive-hero-content-sub {
  font-family: "Urbanist", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .archive-hero-content-sub {
    margin-bottom: 30px;
  }
}

.archive-contentWidth {
  width: 100%;
  max-width: 900px;
  padding: 0 50px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .archive-contentWidth {
    padding: 0 5%;
  }
}

.archive-contentWidth .com-h3 {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .archive-contentWidth .com-h3 {
    margin-bottom: 40px;
  }
}

.archive-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.archive-list-item-link {
  display: flex;
  box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  overflow: hidden;
  transition: box-shadow .3s;
}

.archive-list-item-link:hover {
  box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.4);
}

.archive-list-item-link-date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 200px;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  background-color: #F2F2F2;
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .archive-list-item-link-date {
    width: 110px;
    padding: 15px;
    font-size: 1.2rem;
  }
}

.archive-list-item-link-txt {
  padding: 20px;
}

.archive-list-item-link-txt-title {
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.archive-list-item-link-txt-deac {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .archive-list-item-link-txt-deac {
    -webkit-line-clamp: 5;
  }
}

.archive-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}

@media screen and (max-width: 834px) {
  .archive-pagination {
    margin-top: 40px;
  }
}

.archive-pagination .page-numbers {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000000;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .archive-pagination .page-numbers {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
}

.archive-pagination .page-numbers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #76C5AB;
  transition: width 0.3s;
  z-index: -1;
}

.archive-pagination .page-numbers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  z-index: -10;
}

.archive-pagination .page-numbers:hover::before {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .archive-pagination .page-numbers:hover::before {
    width: 0%;
  }
}

.archive-pagination .page-numbers.current {
  pointer-events: none;
}

.archive-pagination .page-numbers.current::before {
  width: 100%;
}

.archive-pagination .page-numbers.dots {
  pointer-events: none;
}

.archive-pagination .page-numbers.dots::before {
  width: 0%;
}

.contact {
  position: relative;
}

.contact-title {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FCB960;
}

.contact-desc {
  margin-bottom: 60px;
  text-align: center;
}

.contact-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}

.contact-table-required {
  color: #ea6565;
}

@media screen and (max-width: 834px) {
  .contact-table-required {
    margin-left: 10px;
  }
}

.contact-table-required:first-child {
  margin-left: 10px;
}

.contact-table-note {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 834px) {
  .contact-table tr th, .contact-table tr td {
    display: block;
    width: 100%;
  }
}

.contact-table tr th {
  width: 200px;
  padding-bottom: 20px;
  text-align: left;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 834px) {
  .contact-table tr th {
    width: 100%;
    padding-bottom: 10px;
  }
}

.contact-table tr td {
  padding-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .contact-table tr td .wpcf7-list-item {
    margin-bottom: 10px;
  }
}

.contact-table tr td .wpcf7-radio {
  display: flex;
  flex-direction: column;
}

.contact-table tr td .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 5px;
}

.contact-table tr td .wpcf7-radio .wpcf7-list-item.last {
  margin-bottom: 0;
}

.contact-table tr td .wpcf7-radio .wpcf7-list-item input {
  display: none;
}

.contact-table tr td .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}

.contact-table tr td .wpcf7-radio .wpcf7-list-item label::before,
.contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.contact-table tr td .wpcf7-radio .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #7C878D;
  height: 26px;
  width: 26px;
  top: 12px;
  left: 2px;
}

.contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  background-color: #76C5AB;
  opacity: 0;
  height: 14px;
  width: 14px;
  top: 12px;
  left: 10px;
}

.contact-table tr td .wpcf7-radio .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}

.contact-table tr td .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 5px;
}

.contact-table tr td .wpcf7-checkbox .wpcf7-list-item.last {
  margin-bottom: 0;
}

.contact-table tr td .wpcf7-checkbox .wpcf7-list-item input {
  display: none;
}

.contact-table tr td .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}

.contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before,
.contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #7C878D;
  height: 2.4rem;
  width: 2.4rem;
  top: 1.3rem;
  left: 0;
  border-radius: 5px;
  transition: background-color 0.3s;
}

@media screen and (max-width: 834px) {
  .contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before {
    top: 1.1rem;
  }
}

.contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
  opacity: 0;
  height: 2.0rem;
  width: 2.0rem;
  top: 1.3rem;
  left: 0.4rem;
  background-image: url(assets/img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s;
}

@media screen and (max-width: 834px) {
  .contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
    top: 1.1rem;
  }
}

.contact-table tr td .wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::before {
  background-color: #F2F2F2;
}

.contact-table tr td .wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}

.contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label {
  display: block;
  width: 3.0rem;
  padding-left: 0;
  padding-top: 3.0rem;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label {
    padding-top: 2.0rem;
    width: 1.6rem;
  }
}

.contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #7C878D;
  height: 2.4rem;
  width: 2.4rem;
  top: 1.3rem;
  left: 0rem;
  border-radius: 5px;
  transition: background-color 0.3s;
}

@media screen and (max-width: 834px) {
  .contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::before {
    height: 1.2rem;
    width: 1.2rem;
  }
}

.contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::after {
  opacity: 0;
  height: 2.0rem;
  width: 2.0rem;
  top: 1.3rem;
  left: 0.4rem;
  background-image: url(assets/img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s;
}

@media screen and (max-width: 834px) {
  .contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::after {
    height: 1.2rem;
    width: 1.2rem;
    left: 0.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.2rem;
  }
}

.contact-table tr td .wpcf7-text,
.contact-table tr td .wpcf7-select,
.contact-table tr td .wpcf7-textarea {
  width: 100%;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border: 2px solid #7C878D;
  outline: none;
}

.contact-table tr td .wpcf7-text::placeholder,
.contact-table tr td .wpcf7-select::placeholder,
.contact-table tr td .wpcf7-textarea::placeholder {
  color: #7C878D;
}

.contact-table tr td .wpcf7-select {
  margin-bottom: 10px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='12' viewBox='0 0 21 12' fill='none'%3E%3Cpath d='M1.5 1L10.5 10L19.5 1' stroke='%23303030' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
  padding-right: 30px;
}

.contact-table tr td .wpcf7-list-item-label {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.06em;
}

.contact-position_table {
  width: 100%;
  border-top: 2px solid #7C878D;
  border-left: 2px solid #7C878D;
}

.contact-position_table tr th, .contact-position_table tr td {
  border-right: 2px solid #7C878D;
  border-bottom: 2px solid #7C878D;
  width: 45%;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .contact-position_table tr th, .contact-position_table tr td {
    padding: 6px;
  }
}

@media screen and (max-width: 834px) {
  .contact-position_table tr th, .contact-position_table tr td {
    display: table-cell;
    width: 46%;
  }
}

.contact-position_table tr th:first-child, .contact-position_table tr td:first-child {
  width: 10%;
}

@media screen and (max-width: 834px) {
  .contact-position_table tr th:first-child, .contact-position_table tr td:first-child {
    display: table-cell;
    width: 8%;
  }
}

.contact-position_table tr th {
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

.contact-position_table .wpcf7-checkbox {
  display: flex;
  justify-content: space-between;
}

.contact-position_table .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 0;
}

.contact-position_table .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-form {
  display: flex;
  justify-content: center;
}

.contact-form-inner {
  position: relative;
  width: 250px;
  height: 60px;
  border: solid 1px #000000;
  z-index: 1;
}

.contact-form-inner-txt {
  transition: all 0.3s ease;
}

.contact-form-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  transition: width 0.3s;
}

.contact-form-inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -10;
}

.contact-form-inner:hover .contact-form-inner-txt {
  color: #FFFFFF;
  transition: all 0.3s ease;
}

.contact-form-inner:hover:before {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .contact-form-inner:hover .contact-form-inner-txt {
    color: #000000;
  }
  .contact-form-inner:hover:before {
    width: 0%;
  }
}

.contact-form-inner > p:not(.contact-form-inner-txt) {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.contact-form-inner > p.contact-form-inner-txt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 10;
  pointer-events: none;
}

.contact-form .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 1;
  transition: color 0.3s;
  background-color: transparent;
  border: none;
}

.contact-link {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 1.4rem;
}

.contact-link a {
  padding-bottom: 3px;
  margin-left: 5px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000000;
  transition: border-color 0.3s;
}

.contact-link a:hover {
  border-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 834px) {
  .contact-link a:hover {
    border-color: #000000;
  }
}

.contact-link .wpcf7-list-item {
  margin-left: 0 !important;
}

.contact .request-group {
  display: flex;
  flex-direction: column;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 900;
  pointer-events: none;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 0 0 25px;
  pointer-events: auto;
  transition: background-color 0.2s linear 0.6s, top 0.3s;
}

@media screen and (max-width: 834px) {
  .header-inner {
    width: 100%;
    height: 65px;
    padding: 0 0 0 15px;
    transition: background-color 0.3s;
  }
}

.header-inner.active .header-right-wrap {
  position: relative !important;
  opacity: 1 !important;
}

.header-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .header-logo {
    margin-bottom: 11px;
  }
}

.header-logo img {
  width: 308px;
}

@media screen and (max-width: 834px) {
  .header-logo img {
    width: 227px;
  }
}

.header-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 365px;
  padding: 23px 27px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .header-left {
    padding: 16px;
    max-width: 259px;
  }
}

.header-left-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: calc(32/15);
  color: #76C5AB;
  max-width: 302px;
  border: 1px solid #76C5AB;
  background: #FFFFFF;
  padding: 4px;
  letter-spacing: 4px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .header-left-text {
    font-size: 1.3rem;
    line-height: calc(30/13);
    padding: 1px 0 0;
    letter-spacing: 1px;
  }
}

.header-right-cta {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 11px;
  top: clamp(90px, calc(100vh - 520px), 100vh);
  right: 8px;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .header-right-cta {
    top: unset;
    bottom: 0;
    flex-direction: row;
    gap: 0;
    right: 0;
    width: 100%;
  }
}

.header-right-cta a {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: calc(20/16);
  font-weight: 500;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 835px) {
  .header-right-cta a {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 4px;
    border-radius: 40px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (max-width: 834px) {
  .header-right-cta a {
    width: 50%;
    font-size: 1.5rem;
    line-height: calc(32/15);
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 375px) {
  .header-right-cta a {
    font-size: 1.3rem;
  }
}

.header-right-cta-register {
  background: #ED9E35;
}

@media screen and (min-width: 835px) {
  .header-right-cta-register:hover {
    background-color: #C47000;
  }
}

.header-right-cta-register span {
  display: inline-block;
  padding: 48px 25px 17px;
  background: url(assets/img/register_icon.svg) no-repeat top 18px center;
}

@media screen and (max-width: 834px) {
  .header-right-cta-register span {
    padding: 17px 5px 16px 40px;
    background: url(assets/img/register_icon.svg) no-repeat center left 16px;
    background-size: 18px auto;
  }
}

.header-right-cta-line {
  background: #0ABE55;
}

@media screen and (min-width: 835px) {
  .header-right-cta-line:hover {
    background-color: #008D3B;
  }
}

.header-right-cta-line span {
  display: inline-block;
  padding: 60px 25px 17px;
  background: url(assets/img/line_icon.svg) no-repeat top 21px center;
  background-size: 27px auto;
}

@media screen and (max-width: 834px) {
  .header-right-cta-line span {
    padding: 17px 5px 16px 44px;
    background: url(assets/img/line_icon.svg) no-repeat center left 12px;
    background-size: 27px auto;
  }
}

.header-hum {
  position: fixed;
  top: 9px;
  right: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 65px;
  gap: 10px;
  border-radius: 40px;
  background-color: #626F71;
  transition: all .3s ease;
  padding-left: 5px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

@media screen and (min-width: 835px) {
  .header-hum:hover {
    background: #303030;
  }
}

@media screen and (max-width: 834px) {
  .header-hum {
    border-radius: 40px;
    width: 92px;
    right: 9px;
    top: 16px;
    height: 45px;
  }
}

.header-hum-icon {
  position: relative;
  width: 20px;
  height: 15px;
}

@media screen and (max-width: 834px) {
  .header-hum-icon {
    width: 14px;
    height: 10px;
  }
}

.header-hum-icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  border-top: 2px solid #FFFFFF;
  transition: top 0.3s, transform 0.3s, opacity 0.3s;
}

.header-hum-icon span:nth-child(1) {
  top: 0;
}

.header-hum-icon span:nth-child(2) {
  top: 100%;
}

.header-hum-text {
  position: relative;
  margin-top: 4px;
  font-family: "Urbanist", sans-serif;
  font-size: 1.8rem;
  line-height: calc(9/18);
  letter-spacing: 0.05em;
  color: #FFFFFF;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 834px) {
  .header-hum-text {
    font-size: 1.4rem;
    line-height: calc(9/14);
    margin-top: 0;
  }
}

.header-hum-text-close {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
}

@media screen and (max-width: 834px) {
  .header-hum-text-close {
    font-size: 1.4rem;
  }
}

.header-hum.active .header-hum-icon span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(35.57deg);
}

.header-hum.active .header-hum-icon span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-35.57deg);
}

.header-hum.active .header-hum-icon span:nth-child(3) {
  opacity: 0;
}

.header-hum.active .header-hum-text-menu {
  opacity: 0;
}

.header-hum.active .header-hum-text-close {
  opacity: 1;
}

.header-drawerMenu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: auto;
  transition: top 0.7s;
}

.header-drawerMenu.active {
  top: 0;
  transition: top 0.7s  0.2s;
  z-index: 1;
}

.header-drawerMenu.active .header-drawerMenu-contents-inner {
  opacity: 1;
}

.header-drawerMenu.active .header-drawerMenu-bg {
  pointer-events: auto;
  opacity: 1;
  transition-delay: 0.1s;
}

.header-drawerMenu-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #F1FBF8 url(assets/img/menu_bg.svg) no-repeat center center;
  background-size: cover;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s;
  transition-delay: 0.5s;
}

.header-drawerMenu-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 0 50px;
  overflow-y: auto;
  z-index: 10;
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents {
    height: 100%;
    max-height: 100%;
    padding: 60px 0;
  }
}

.header-drawerMenu-contents-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-drawerMenu-contents-inner {
  max-width: 1300px;
  margin: auto;
  padding: 40px 50px;
  opacity: 0;
  transition: opacity 0.5s 0.5s;
  display: flex;
  gap: 40px 70px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1300px) {
  .header-drawerMenu-contents-inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.header-drawerMenu-contents-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 30px;
  border-radius: 30px;
  background: #F1FBF8;
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-title-en {
    position: relative;
    top: 2px;
  }
  .header-drawerMenu-contents-title-en img {
    width: 80%;
    height: auto;
  }
}

.header-drawerMenu-contents-title-jp {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: calc(32/15);
  color: #626F71;
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-title-jp {
    line-height: 2;
  }
}

.header-drawerMenu-contents-menu {
  width: calc((100% - 70px) / 2);
}

@media screen and (max-width: 1300px) {
  .header-drawerMenu-contents-menu {
    width: 100%;
  }
}

.header-drawerMenu-contents-menu-inner {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-menu-inner {
    flex-direction: column;
    gap: 22px;
  }
}

.header-drawerMenu-contents-menu-inner-left {
  width: calc(100% - 255px);
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-menu-inner-left {
    width: 100%;
  }
}

.header-drawerMenu-contents-menu-inner-right {
  width: 235px;
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-menu-inner-right {
    width: 100%;
  }
}

.header-drawerMenu-contents-menu-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-menu-list {
    gap: 22px;
  }
}

.header-drawerMenu-contents-menu-list-item-link {
  font-size: 1.6rem;
  line-height: 2;
  color: #626F71;
  font-weight: 600;
  position: relative;
  padding-left: 28px;
  transition: all 0.3s;
}

.header-drawerMenu-contents-menu-list-item-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 14px;
  background: url(assets/img/menu_icon.svg) no-repeat top left;
  transform: rotate(-105.99deg);
  transition: all 0.3s;
}

@media screen and (min-width: 835px) {
  .header-drawerMenu-contents-menu-list-item-link:hover {
    color: #FCB960;
  }
  .header-drawerMenu-contents-menu-list-item-link:hover:before {
    transform: rotate(270deg);
  }
}

.header-drawerMenu-contents-menu-list-item-submenu {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-menu-list-item-submenu {
    margin-top: 13px;
    gap: 12px;
  }
}

.header-drawerMenu-contents-menu-list-item-submenu-item-link {
  padding-left: 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: calc(32/15);
  color: #FCB960;
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
  width: fit-content;
  justify-content: space-between;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-menu-list-item-submenu-item-link {
    line-height: 2;
  }
}

.header-drawerMenu-contents-menu-list-item-submenu-item-link:after {
  content: '';
  position: relative;
  width: 19px;
  height: 19px;
  background: url(assets/img/arrow_icon.svg) no-repeat top left;
  transition: all 0.3s;
}

@media screen and (min-width: 835px) {
  .header-drawerMenu-contents-menu-list-item-submenu-item-link:hover {
    color: #ED9E35;
  }
  .header-drawerMenu-contents-menu-list-item-submenu-item-link:hover:after {
    background: url(assets/img/arrow_icon_hv.svg) no-repeat top left;
    margin-top: -3px;
    margin-left: 3px;
  }
}

.header-drawerMenu-contents-job {
  width: calc((100% - 70px) / 2);
}

@media screen and (max-width: 1300px) {
  .header-drawerMenu-contents-job {
    width: 100%;
  }
}

.header-drawerMenu-contents-job-inner {
  display: flex;
  gap: 30px;
}

.header-drawerMenu-contents-job-list {
  width: calc((100% - 30px) / 2);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.header-drawerMenu-contents-job-list-item-link {
  display: flex;
  gap: 7px;
  align-items: center;
}

.header-drawerMenu-contents-job-list-item-link-img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #00AA96;
  transition: all 0.3s;
  overflow: hidden;
}

.header-drawerMenu-contents-job-list-item-link-title {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-job-list-item-link-title {
    width: calc(100% - 65px);
  }
}

.header-drawerMenu-contents-job-list-item-link-title-jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  color: #626F71;
  transition: all 0.3s;
}

.header-drawerMenu-contents-job-list-item-link-title-en {
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  color: #FCB960;
  font-size: 1.3rem;
  line-height: calc(17/13);
  position: relative;
  top: -1px;
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-job-list-item-link-title-en {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 375px) {
  .header-drawerMenu-contents-job-list-item-link-title-en {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 835px) {
  .header-drawerMenu-contents-job-list-item-link:hover .header-drawerMenu-contents-job-list-item-link-img {
    border-color: #FCB960;
    transform: scale(1.05);
  }
  .header-drawerMenu-contents-job-list-item-link:hover .header-drawerMenu-contents-job-list-item-link-title-jp {
    color: #FCB960;
  }
}

.header-drawerMenu-contents-sns {
  background: #F1FBF8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 28px 20px 20px;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-sns {
    padding: 26px 20px 20px;
    gap: 12px;
  }
}

.header-drawerMenu-contents-sns-block {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .header-drawerMenu-contents-sns-block {
    flex-direction: column;
  }
}

.header-drawerMenu-contents-sns-desc {
  font-size: 1.6rem;
  line-height: 2;
  color: #626F71;
  font-weight: 600;
  position: relative;
  top: 2px;
}

.header-drawerMenu-contents-sns-list {
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 1300px) {
  .header-drawerMenu-contents-sns-list {
    flex-wrap: wrap;
  }
}

.header-drawerMenu-contents-sns-list-item-link {
  display: flex;
  gap: 7px;
  align-items: center;
}

@media screen and (min-width: 835px) {
  .header-drawerMenu-contents-sns-list-item-link:hover .header-drawerMenu-contents-sns-list-item-title {
    color: #FCB960;
  }
  .header-drawerMenu-contents-sns-list-item-link:hover .header-drawerMenu-contents-sns-list-item-icon img {
    transform: scale(1.05);
  }
}

.header-drawerMenu-contents-sns-list-item-icon {
  border-radius: 50%;
  width: 58px;
  height: 58px;
  background: #FFFFFF;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.header-drawerMenu-contents-sns-list-item-icon img {
  transition: all 0.3s;
}

.header-drawerMenu-contents-sns-list-item-title {
  font-family: "Urbanist", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #626F71;
  letter-spacing: 3px;
  transition: all 0.3s;
}

.footer {
  position: relative;
  background: #00AA96 url(assets/img/footer_bg.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 120px;
}

.footer-about {
  top: -275px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .footer-about {
    top: -445px;
  }
}

.footer-about-inner {
  background: #FFFFFF;
  padding: 50px;
  border-radius: 30px;
  gap: 22px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1300px) {
  .footer-about-inner {
    gap: 22px 30px;
  }
}

@media screen and (max-width: 834px) {
  .footer-about-inner {
    flex-direction: column;
    padding: 25px;
    gap: 18px;
  }
}

.footer-about-left {
  width: 360px;
}

@media screen and (max-width: 1300px) {
  .footer-about-left {
    width: 270px;
  }
}

@media screen and (max-width: 834px) {
  .footer-about-left {
    width: 100%;
  }
}

.footer-about-left-access {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 600;
  color: #00AA96;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .footer-about-left-access {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 834px) {
  .footer-about-left-access {
    font-size: 1.4rem;
  }
}

.footer-about-left-access:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #00AA96;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.footer-about-left-access span {
  display: inline-block;
  position: relative;
  background: #FFFFFF;
  padding: 0 10px;
}

.footer-about-left-img {
  border: 1px solid #76C5AB;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .footer-about-left-img {
    width: 100%;
  }
}

.footer-about-right {
  width: calc(100% - 420px);
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 10px;
}

@media screen and (max-width: 1300px) {
  .footer-about-right {
    width: calc(100% - 300px);
  }
}

@media screen and (max-width: 834px) {
  .footer-about-right {
    width: 100%;
    gap: 27px;
  }
}

@media screen and (max-width: 834px) {
  .footer-about-right-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 834px) {
  .footer-about-right-title-en {
    width: 213px;
  }
}

.footer-about-right-title-jp {
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 100%;
  color: #626F71;
  margin-top: 5px;
  letter-spacing: 2px;
}

.footer-about-right-text {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.6rem;
  line-height: calc(40/26);
  color: #00AA96;
  position: relative;
  font-weight: normal;
  letter-spacing: 2px;
}

@media screen and (max-width: 1300px) {
  .footer-about-right-text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 834px) {
  .footer-about-right-text {
    font-size: 2.6rem;
    line-height: calc(40/26);
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.footer-about-right-text:before {
  content: '';
  position: relative;
  width: 27px;
  height: 40px;
  background: url(assets/img/recruit_lft_icon.svg) no-repeat top left;
  background-size: cover;
}

.footer-about-right-text:after {
  content: '';
  position: relative;
  width: 27px;
  height: 40px;
  background: url(assets/img/recruit_rgt_icon.svg) no-repeat top left;
  background-size: cover;
}

.footer-about-right-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 10px;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .footer-about-right-btn {
    flex-direction: column;
  }
}

@media screen and (max-width: 834px) {
  .footer-about-right-btn {
    margin-top: -8px;
  }
}

.footer-about-right-btn a {
  border-radius: 200px;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  line-height: calc(30/22);
  font-weight: 700;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  gap: 10px;
  color: #FFFFFF;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .footer-about-right-btn a {
    font-size: 1.8rem;
    line-height: calc(30/18);
  }
}

.footer-about-right-btn-line {
  background: #0ABE55;
}

.footer-about-right-btn-line:before {
  content: '';
  position: relative;
  width: 45px;
  height: 43px;
  background: url(assets/img/line_icon.svg) no-repeat top left;
  background-size: cover;
}

@media screen and (min-width: 835px) {
  .footer-about-right-btn-line:hover {
    background: #008D3B;
  }
}

.footer-about-right-btn-entry {
  background: #ED9E35;
}

.footer-about-right-btn-entry:before {
  content: '';
  position: relative;
  width: 39px;
  height: 40px;
  background: url(assets/img/email_icon.svg) no-repeat top left;
  background-size: cover;
}

@media screen and (min-width: 835px) {
  .footer-about-right-btn-entry:hover {
    background: #C47000;
  }
}

.footer-inner {
  margin-top: -240px;
  padding: 40px 0 80px;
  display: flex;
  gap: 40px 70px;
  flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .footer-inner {
    margin-top: -437px;
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 30px;
  border-radius: 30px;
  color: #FFFFFF;
  background: #0EAF9C;
}

@media screen and (max-width: 834px) {
  .footer-title-en {
    position: relative;
    top: 2px;
  }
  .footer-title-en img {
    width: 80%;
    height: auto;
  }
}

.footer-title-jp {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: calc(32/15);
  color: #FFFFFF;
}

@media screen and (max-width: 834px) {
  .footer-title-jp {
    line-height: 2;
  }
}

.footer-menu {
  width: calc((100% - 70px) / 2);
}

@media screen and (max-width: 1300px) {
  .footer-menu {
    width: 100%;
  }
}

.footer-menu-inner {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .footer-menu-inner {
    flex-direction: column;
    gap: 22px;
  }
}

.footer-menu-inner-left {
  width: calc(100% - 255px);
}

@media screen and (max-width: 834px) {
  .footer-menu-inner-left {
    width: 100%;
  }
}

.footer-menu-inner-right {
  width: 235px;
}

@media screen and (max-width: 834px) {
  .footer-menu-inner-right {
    width: 100%;
  }
}

.footer-menu-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .footer-menu-list {
    gap: 22px;
  }
}

.footer-menu-list-item-link {
  color: #FFFFFF;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: calc(32/15);
  position: relative;
  padding-left: 28px;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .footer-menu-list-item-link {
    line-height: 2;
  }
}

.footer-menu-list-item-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 14px;
  background: url(assets/img/menu_icon.svg) no-repeat top left;
  transform: rotate(-105.99deg);
  transition: all 0.3s;
}

@media screen and (min-width: 835px) {
  .footer-menu-list-item-link:hover {
    color: #FCB960;
  }
  .footer-menu-list-item-link:hover:before {
    transform: rotate(270deg);
  }
}

.footer-menu-list-item-submenu {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 834px) {
  .footer-menu-list-item-submenu {
    margin-top: 13px;
    gap: 12px;
  }
}

.footer-menu-list-item-submenu-item-link {
  padding-left: 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: calc(32/15);
  color: #FCB960;
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
  width: fit-content;
  justify-content: space-between;
  transition: all 0.3s;
  font-size: 1.5rem;
  line-height: calc(32/15);
}

@media screen and (max-width: 834px) {
  .footer-menu-list-item-submenu-item-link {
    line-height: 2;
  }
}

.footer-menu-list-item-submenu-item-link:after {
  content: '';
  position: relative;
  width: 19px;
  height: 19px;
  background: url(assets/img/arrow_icon.svg) no-repeat top left;
  transition: all 0.3s;
}

@media screen and (min-width: 835px) {
  .footer-menu-list-item-submenu-item-link:hover {
    color: #ED9E35;
  }
  .footer-menu-list-item-submenu-item-link:hover:after {
    background: url(assets/img/arrow_icon_hv.svg) no-repeat top left;
    margin-top: -3px;
    margin-left: 3px;
  }
}

.footer-job {
  width: calc((100% - 70px) / 2);
}

@media screen and (max-width: 1300px) {
  .footer-job {
    width: 100%;
  }
}

.footer-job-inner {
  display: flex;
  gap: 30px;
}

.footer-job-list {
  width: calc((100% - 30px) / 2);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-job-list-item-link {
  display: flex;
  gap: 7px;
  align-items: center;
}

.footer-job-list-item-link-img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #00AA96;
  transition: all 0.3s;
  overflow: hidden;
}

.footer-job-list-item-link-title {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

@media screen and (max-width: 834px) {
  .footer-job-list-item-link-title {
    width: calc(100% - 65px);
  }
}

.footer-job-list-item-link-title-jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  color: #FFFFFF;
  transition: all 0.3s;
}

.footer-job-list-item-link-title-en {
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  color: #FCB960;
  font-size: 1.3rem;
  line-height: calc(17/13);
  position: relative;
  top: -1px;
}

@media screen and (max-width: 834px) {
  .footer-job-list-item-link-title-en {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 375px) {
  .footer-job-list-item-link-title-en {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 835px) {
  .footer-job-list-item-link:hover .footer-job-list-item-link-img {
    border-color: #FCB960;
    transform: scale(1.05);
  }
  .footer-job-list-item-link:hover .footer-job-list-item-link-title-jp {
    color: #FCB960;
  }
}

.footer-sns {
  background: #0EAF9C;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 28px 20px 20px;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .footer-sns {
    padding: 26px 20px 20px;
    gap: 12px;
  }
}

@media screen and (max-width: 834px) {
  .footer-sns-title img {
    width: 39px;
    height: auto;
  }
}

.footer-sns-block {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .footer-sns-block {
    flex-direction: column;
  }
}

.footer-sns-desc {
  font-size: 1.6rem;
  line-height: 2;
  color: #FFFFFF;
  font-weight: 600;
  position: relative;
  top: 2px;
}

.footer-sns-list {
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 1300px) {
  .footer-sns-list {
    flex-wrap: wrap;
  }
}

.footer-sns-list-item-link {
  display: flex;
  gap: 7px;
  align-items: center;
}

@media screen and (min-width: 835px) {
  .footer-sns-list-item-link:hover .footer-sns-list-item-title {
    color: #FCB960;
  }
}

@media screen and (min-width: 835px) and (min-width: 835px) {
  .footer-sns-list-item-link:hover .footer-sns-list-item-icon img {
    transform: scale(1.05);
  }
}

.footer-sns-list-item-icon {
  border-radius: 50%;
  width: 58px;
  height: 58px;
  background: #FFFFFF;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.footer-sns-list-item-icon img {
  transition: all 0.3s;
}

.footer-sns-list-item-title {
  font-family: "Urbanist", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 3px;
  transition: all 0.3s;
}

.footer-copyright {
  font-family: "Urbanist", sans-serif;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: calc(30/20);
  font-weight: 700;
  text-align: center;
  letter-spacing: 7px;
}

@media screen and (max-width: 834px) {
  .footer-copyright {
    letter-spacing: 5px;
  }
}

.mySwiper {
  width: 100%;
  margin-top: 150px;
}

@media screen and (max-width: 834px) {
  .mySwiper {
    margin-top: 31px;
    overflow: visible !important;
  }
}

.mySwiper .swiper-slide {
  width: 300px !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

@media screen and (max-width: 834px) {
  .mySwiper .swiper-slide {
    width: 200px !important;
  }
}

.mySwiper .swiper-pagination-bullet {
  display: none !important;
}

.mySwiper .swiper-button-next {
  display: none;
}

@media screen and (max-width: 834px) {
  .mySwiper .swiper-button-next {
    display: block;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
    border: 1px solid #76C5AB;
    background: #FFFFFF;
    left: calc(50%) !important;
    top: calc(100% + 52px) !important;
  }
}

.mySwiper .swiper-button-prev {
  display: none;
}

@media screen and (max-width: 834px) {
  .mySwiper .swiper-button-prev {
    display: block;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
    border: 1px solid #76C5AB;
    background: #FFFFFF;
    left: calc(50% - 50px) !important;
    top: calc(100% + 52px) !important;
  }
}

.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 7.25px;
  height: 14.5px;
  display: block;
}

.mySwiper .swiper-button-next::after {
  background-image: url(assets/img/swiper-button-next-r.svg) !important;
}

.mySwiper .swiper-button-prev::after {
  background-image: url(assets/img/swiper-button-next-l.svg) !important;
}
/*# sourceMappingURL=style.css.map */