@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/noto-jp/NotoSansJP-Regular.otf);
}
@font-face {
  font-family: "Noto Sans JP Black";
  src: url(../fonts/noto-jp/NotoSansJP-Black.otf);
}
@font-face {
  font-family: "Noto Sans JP Bold";
  src: url(../fonts/noto-jp/NotoSansJP-Bold.otf);
}
@font-face {
  font-family: "Noto Sans JP Medium";
  src: url(../fonts/noto-jp/NotoSansJP-Medium.otf);
}
@font-face {
  font-family: "Noto Sans JP Light";
  src: url(../fonts/noto-jp/NotoSansJP-Light.otf);
}
@font-face {
  font-family: "Noto Sans JP Thin";
  src: url(../fonts/noto-jp/NotoSansJP-Thin.otf);
}
* {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  color: #2B2B2B;
}

body {
  overflow-x: hidden;
}

dl,
ol,
ul {
  margin: 0 !important;
  padding: 0 !important;
}

.sp_absolute {
  position: static;
}

.sp_none {
  display: block;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.se {
  display: none !important;
}

.pc-flex {
  display: flex !important;
}

.sp-flex {
  display: none !important;
}

.se-flex {
  display: none !important;
}

img {
  display: block;
}

.fw_thin {
  font-weight: 100;
}

.fw_extralight {
  font-weight: 200;
}

.fw_medium {
  font-weight: 500;
}

.fw_semibold {
  font-weight: 600;
}

.fw_extrabold {
  font-weight: 800;
}

.fw_black {
  font-weight: 900;
}

.fw_extrablack {
  font-weight: 950;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.my10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.my20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.my30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mx30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.my40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mx40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.my50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mx50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.my60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mx60 {
  margin-left: 60px;
  margin-right: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.my70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mx70 {
  margin-left: 70px;
  margin-right: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.my80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx80 {
  margin-left: 80px;
  margin-right: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.my90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mx90 {
  margin-left: 90px;
  margin-right: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.my100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mx100 {
  margin-left: 100px;
  margin-right: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mb110 {
  margin-bottom: 110px;
}

.ml110 {
  margin-left: 110px;
}

.mr110 {
  margin-right: 110px;
}

.my110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.mx110 {
  margin-left: 110px;
  margin-right: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.ml120 {
  margin-left: 120px;
}

.mr120 {
  margin-right: 120px;
}

.my120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mx120 {
  margin-left: 120px;
  margin-right: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mb130 {
  margin-bottom: 130px;
}

.ml130 {
  margin-left: 130px;
}

.mr130 {
  margin-right: 130px;
}

.my130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.mx130 {
  margin-left: 130px;
  margin-right: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mb140 {
  margin-bottom: 140px;
}

.ml140 {
  margin-left: 140px;
}

.mr140 {
  margin-right: 140px;
}

.my140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.mx140 {
  margin-left: 140px;
  margin-right: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

.my150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mx150 {
  margin-left: 150px;
  margin-right: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mb160 {
  margin-bottom: 160px;
}

.ml160 {
  margin-left: 160px;
}

.mr160 {
  margin-right: 160px;
}

.my160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.mx160 {
  margin-left: 160px;
  margin-right: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mb170 {
  margin-bottom: 170px;
}

.ml170 {
  margin-left: 170px;
}

.mr170 {
  margin-right: 170px;
}

.my170 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.mx170 {
  margin-left: 170px;
  margin-right: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mb180 {
  margin-bottom: 180px;
}

.ml180 {
  margin-left: 180px;
}

.mr180 {
  margin-right: 180px;
}

.my180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.mx180 {
  margin-left: 180px;
  margin-right: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mb190 {
  margin-bottom: 190px;
}

.ml190 {
  margin-left: 190px;
}

.mr190 {
  margin-right: 190px;
}

.my190 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.mx190 {
  margin-left: 190px;
  margin-right: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb200 {
  margin-bottom: 200px;
}

.ml200 {
  margin-left: 200px;
}

.mr200 {
  margin-right: 200px;
}

.my200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.mx200 {
  margin-left: 200px;
  margin-right: 200px;
}

.mt210 {
  margin-top: 210px;
}

.mb210 {
  margin-bottom: 210px;
}

.ml210 {
  margin-left: 210px;
}

.mr210 {
  margin-right: 210px;
}

.my210 {
  margin-top: 210px;
  margin-bottom: 210px;
}

.mx210 {
  margin-left: 210px;
  margin-right: 210px;
}

.mt220 {
  margin-top: 220px;
}

.mb220 {
  margin-bottom: 220px;
}

.ml220 {
  margin-left: 220px;
}

.mr220 {
  margin-right: 220px;
}

.my220 {
  margin-top: 220px;
  margin-bottom: 220px;
}

.mx220 {
  margin-left: 220px;
  margin-right: 220px;
}

.mt230 {
  margin-top: 230px;
}

.mb230 {
  margin-bottom: 230px;
}

.ml230 {
  margin-left: 230px;
}

.mr230 {
  margin-right: 230px;
}

.my230 {
  margin-top: 230px;
  margin-bottom: 230px;
}

.mx230 {
  margin-left: 230px;
  margin-right: 230px;
}

.mt240 {
  margin-top: 240px;
}

.mb240 {
  margin-bottom: 240px;
}

.ml240 {
  margin-left: 240px;
}

.mr240 {
  margin-right: 240px;
}

.my240 {
  margin-top: 240px;
  margin-bottom: 240px;
}

.mx240 {
  margin-left: 240px;
  margin-right: 240px;
}

.mt250 {
  margin-top: 250px;
}

.mb250 {
  margin-bottom: 250px;
}

.ml250 {
  margin-left: 250px;
}

.mr250 {
  margin-right: 250px;
}

.my250 {
  margin-top: 250px;
  margin-bottom: 250px;
}

.mx250 {
  margin-left: 250px;
  margin-right: 250px;
}

.mt260 {
  margin-top: 260px;
}

.mb260 {
  margin-bottom: 260px;
}

.ml260 {
  margin-left: 260px;
}

.mr260 {
  margin-right: 260px;
}

.my260 {
  margin-top: 260px;
  margin-bottom: 260px;
}

.mx260 {
  margin-left: 260px;
  margin-right: 260px;
}

.mt270 {
  margin-top: 270px;
}

.mb270 {
  margin-bottom: 270px;
}

.ml270 {
  margin-left: 270px;
}

.mr270 {
  margin-right: 270px;
}

.my270 {
  margin-top: 270px;
  margin-bottom: 270px;
}

.mx270 {
  margin-left: 270px;
  margin-right: 270px;
}

.mt280 {
  margin-top: 280px;
}

.mb280 {
  margin-bottom: 280px;
}

.ml280 {
  margin-left: 280px;
}

.mr280 {
  margin-right: 280px;
}

.my280 {
  margin-top: 280px;
  margin-bottom: 280px;
}

.mx280 {
  margin-left: 280px;
  margin-right: 280px;
}

.mt290 {
  margin-top: 290px;
}

.mb290 {
  margin-bottom: 290px;
}

.ml290 {
  margin-left: 290px;
}

.mr290 {
  margin-right: 290px;
}

.my290 {
  margin-top: 290px;
  margin-bottom: 290px;
}

.mx290 {
  margin-left: 290px;
  margin-right: 290px;
}

.mt300 {
  margin-top: 300px;
}

.mb300 {
  margin-bottom: 300px;
}

.ml300 {
  margin-left: 300px;
}

.mr300 {
  margin-right: 300px;
}

.my300 {
  margin-top: 300px;
  margin-bottom: 300px;
}

.mx300 {
  margin-left: 300px;
  margin-right: 300px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.py10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.py20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.py30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.py40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.py50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.py60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.py70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.px70 {
  padding-left: 70px;
  padding-right: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.py80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.px80 {
  padding-left: 80px;
  padding-right: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.py90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.px90 {
  padding-left: 90px;
  padding-right: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.py100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.px100 {
  padding-left: 100px;
  padding-right: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pb110 {
  padding-bottom: 110px;
}

.pl110 {
  padding-left: 110px;
}

.pr110 {
  padding-right: 110px;
}

.py110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.px110 {
  padding-left: 110px;
  padding-right: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pb120 {
  padding-bottom: 120px;
}

.pl120 {
  padding-left: 120px;
}

.pr120 {
  padding-right: 120px;
}

.py120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.px120 {
  padding-left: 120px;
  padding-right: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pb130 {
  padding-bottom: 130px;
}

.pl130 {
  padding-left: 130px;
}

.pr130 {
  padding-right: 130px;
}

.py130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.px130 {
  padding-left: 130px;
  padding-right: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pb140 {
  padding-bottom: 140px;
}

.pl140 {
  padding-left: 140px;
}

.pr140 {
  padding-right: 140px;
}

.py140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.px140 {
  padding-left: 140px;
  padding-right: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.py150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.px150 {
  padding-left: 150px;
  padding-right: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pl160 {
  padding-left: 160px;
}

.pr160 {
  padding-right: 160px;
}

.py160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.px160 {
  padding-left: 160px;
  padding-right: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pb170 {
  padding-bottom: 170px;
}

.pl170 {
  padding-left: 170px;
}

.pr170 {
  padding-right: 170px;
}

.py170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.px170 {
  padding-left: 170px;
  padding-right: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pb180 {
  padding-bottom: 180px;
}

.pl180 {
  padding-left: 180px;
}

.pr180 {
  padding-right: 180px;
}

.py180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.px180 {
  padding-left: 180px;
  padding-right: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pb190 {
  padding-bottom: 190px;
}

.pl190 {
  padding-left: 190px;
}

.pr190 {
  padding-right: 190px;
}

.py190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.px190 {
  padding-left: 190px;
  padding-right: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.pl200 {
  padding-left: 200px;
}

.pr200 {
  padding-right: 200px;
}

.py200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.px200 {
  padding-left: 200px;
  padding-right: 200px;
}

.pt210 {
  padding-top: 210px;
}

.pb210 {
  padding-bottom: 210px;
}

.pl210 {
  padding-left: 210px;
}

.pr210 {
  padding-right: 210px;
}

.py210 {
  padding-top: 210px;
  padding-bottom: 210px;
}

.px210 {
  padding-left: 210px;
  padding-right: 210px;
}

.pt220 {
  padding-top: 220px;
}

.pb220 {
  padding-bottom: 220px;
}

.pl220 {
  padding-left: 220px;
}

.pr220 {
  padding-right: 220px;
}

.py220 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.px220 {
  padding-left: 220px;
  padding-right: 220px;
}

.pt230 {
  padding-top: 230px;
}

.pb230 {
  padding-bottom: 230px;
}

.pl230 {
  padding-left: 230px;
}

.pr230 {
  padding-right: 230px;
}

.py230 {
  padding-top: 230px;
  padding-bottom: 230px;
}

.px230 {
  padding-left: 230px;
  padding-right: 230px;
}

.pt240 {
  padding-top: 240px;
}

.pb240 {
  padding-bottom: 240px;
}

.pl240 {
  padding-left: 240px;
}

.pr240 {
  padding-right: 240px;
}

.py240 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.px240 {
  padding-left: 240px;
  padding-right: 240px;
}

.pt250 {
  padding-top: 250px;
}

.pb250 {
  padding-bottom: 250px;
}

.pl250 {
  padding-left: 250px;
}

.pr250 {
  padding-right: 250px;
}

.py250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.px250 {
  padding-left: 250px;
  padding-right: 250px;
}

.pt260 {
  padding-top: 260px;
}

.pb260 {
  padding-bottom: 260px;
}

.pl260 {
  padding-left: 260px;
}

.pr260 {
  padding-right: 260px;
}

.py260 {
  padding-top: 260px;
  padding-bottom: 260px;
}

.px260 {
  padding-left: 260px;
  padding-right: 260px;
}

.pt270 {
  padding-top: 270px;
}

.pb270 {
  padding-bottom: 270px;
}

.pl270 {
  padding-left: 270px;
}

.pr270 {
  padding-right: 270px;
}

.py270 {
  padding-top: 270px;
  padding-bottom: 270px;
}

.px270 {
  padding-left: 270px;
  padding-right: 270px;
}

.pt280 {
  padding-top: 280px;
}

.pb280 {
  padding-bottom: 280px;
}

.pl280 {
  padding-left: 280px;
}

.pr280 {
  padding-right: 280px;
}

.py280 {
  padding-top: 280px;
  padding-bottom: 280px;
}

.px280 {
  padding-left: 280px;
  padding-right: 280px;
}

.pt290 {
  padding-top: 290px;
}

.pb290 {
  padding-bottom: 290px;
}

.pl290 {
  padding-left: 290px;
}

.pr290 {
  padding-right: 290px;
}

.py290 {
  padding-top: 290px;
  padding-bottom: 290px;
}

.px290 {
  padding-left: 290px;
  padding-right: 290px;
}

.pt300 {
  padding-top: 300px;
}

.pb300 {
  padding-bottom: 300px;
}

.pl300 {
  padding-left: 300px;
}

.pr300 {
  padding-right: 300px;
}

.py300 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.px300 {
  padding-left: 300px;
  padding-right: 300px;
}

/*----------------------------------------------------------------

フォントサイズ

----------------------------------------------------------------*/
.f_10 {
  font-size: 10px;
}

.f_12 {
  font-size: 12px;
}

.f_14 {
  font-size: 14px;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_22 {
  font-size: 22px;
}

.f_24 {
  font-size: 24px;
}

.f_26 {
  font-size: 26px;
}

.f_28 {
  font-size: 28px;
}

.f_30 {
  font-size: 30px;
}

.f_32 {
  font-size: 32px;
}

.f_34 {
  font-size: 34px;
}

.f_36 {
  font-size: 36px;
}

.f_38 {
  font-size: 38px;
}

.f_40 {
  font-size: 40px;
}

.f_42 {
  font-size: 42px;
}

.f_44 {
  font-size: 44px;
}

.f_46 {
  font-size: 46px;
}

.f_48 {
  font-size: 48px;
}

.f_50 {
  font-size: 50px;
}

.f_52 {
  font-size: 52px;
}

.f_54 {
  font-size: 54px;
}

.f_56 {
  font-size: 56px;
}

.f_58 {
  font-size: 58px;
}

.f_60 {
  font-size: 60px;
}

.f_62 {
  font-size: 62px;
}

.f_64 {
  font-size: 64px;
}

.f_66 {
  font-size: 66px;
}

.f_68 {
  font-size: 68px;
}

.f_70 {
  font-size: 70px;
}

.f_72 {
  font-size: 72px;
}

.f_74 {
  font-size: 74px;
}

.f_76 {
  font-size: 76px;
}

.f_78 {
  font-size: 78px;
}

.f_80 {
  font-size: 80px;
}

.f_82 {
  font-size: 82px;
}

.f_84 {
  font-size: 84px;
}

.f_86 {
  font-size: 86px;
}

.f_88 {
  font-size: 88px;
}

.f_90 {
  font-size: 90px;
}

.f_92 {
  font-size: 92px;
}

.f_94 {
  font-size: 94px;
}

.f_96 {
  font-size: 96px;
}

.f_98 {
  font-size: 98px;
}

.f_100 {
  font-size: 100px;
}

.f_102 {
  font-size: 102px;
}

.f_104 {
  font-size: 104px;
}

.f_106 {
  font-size: 106px;
}

.f_108 {
  font-size: 108px;
}

.f_110 {
  font-size: 110px;
}

.f_112 {
  font-size: 112px;
}

.f_114 {
  font-size: 114px;
}

.f_116 {
  font-size: 116px;
}

.f_118 {
  font-size: 118px;
}

.f_120 {
  font-size: 120px;
}

.f_122 {
  font-size: 122px;
}

.f_124 {
  font-size: 124px;
}

.f_126 {
  font-size: 126px;
}

.f_128 {
  font-size: 128px;
}

.f_130 {
  font-size: 130px;
}

.f_132 {
  font-size: 132px;
}

.f_134 {
  font-size: 134px;
}

.f_136 {
  font-size: 136px;
}

.f_138 {
  font-size: 138px;
}

.f_140 {
  font-size: 140px;
}

.f_142 {
  font-size: 142px;
}

.f_144 {
  font-size: 144px;
}

.f_146 {
  font-size: 146px;
}

.f_148 {
  font-size: 148px;
}

.f_150 {
  font-size: 150px;
}

.f_152 {
  font-size: 152px;
}

.f_154 {
  font-size: 154px;
}

.f_156 {
  font-size: 156px;
}

.f_158 {
  font-size: 158px;
}

.f_160 {
  font-size: 160px;
}

.f_162 {
  font-size: 162px;
}

.f_164 {
  font-size: 164px;
}

.f_166 {
  font-size: 166px;
}

.f_168 {
  font-size: 168px;
}

.f_170 {
  font-size: 170px;
}

.f_172 {
  font-size: 172px;
}

.f_174 {
  font-size: 174px;
}

.f_176 {
  font-size: 176px;
}

.f_178 {
  font-size: 178px;
}

.f_180 {
  font-size: 180px;
}

.f_182 {
  font-size: 182px;
}

.f_184 {
  font-size: 184px;
}

.f_186 {
  font-size: 186px;
}

.f_188 {
  font-size: 188px;
}

.f_190 {
  font-size: 190px;
}

.f_192 {
  font-size: 192px;
}

.f_194 {
  font-size: 194px;
}

.f_196 {
  font-size: 196px;
}

.f_198 {
  font-size: 198px;
}

/*----------------------------------------------------------------

角丸

----------------------------------------------------------------*/
.radius10 {
  border-radius: 10px !important;
  overflow: hidden;
}

.radius20 {
  border-radius: 20px !important;
  overflow: hidden;
}

.radius30 {
  border-radius: 30px !important;
  overflow: hidden;
}

.radius40 {
  border-radius: 40px !important;
  overflow: hidden;
}

.radius50 {
  border-radius: 50px !important;
  overflow: hidden;
}

.radius60 {
  border-radius: 60px !important;
  overflow: hidden;
}

.radius70 {
  border-radius: 70px !important;
  overflow: hidden;
}

.radius80 {
  border-radius: 80px !important;
  overflow: hidden;
}

.radius90 {
  border-radius: 90px !important;
  overflow: hidden;
}

.radius100 {
  border-radius: 100px !important;
  overflow: hidden;
}

/*----------------------------------------------------------------

文字の横の間隔(letter-spacing)と
文字の縦の間隔(line-height)

----------------------------------------------------------------*/
.ls_0 {
  letter-spacing: 0em;
}

.ls_20 {
  letter-spacing: 0.02em;
}

.ls_40 {
  letter-spacing: 0.04em;
}

.ls_60 {
  letter-spacing: 0.06em;
}

.ls_80 {
  letter-spacing: 0.08em;
}

.ls_100 {
  letter-spacing: 0.1em;
}

.ls_120 {
  letter-spacing: 0.12em;
}

.ls_140 {
  letter-spacing: 0.14em;
}

.ls_160 {
  letter-spacing: 0.16em;
}

.ls_180 {
  letter-spacing: 0.18em;
}

.ls_200 {
  letter-spacing: 0.2em;
}

.ls_220 {
  letter-spacing: 0.22em;
}

.ls_240 {
  letter-spacing: 0.24em;
}

.ls_260 {
  letter-spacing: 0.26em;
}

.ls_280 {
  letter-spacing: 0.28em;
}

.ls_300 {
  letter-spacing: 0.3em;
}

.ls_320 {
  letter-spacing: 0.32em;
}

.ls_340 {
  letter-spacing: 0.34em;
}

.ls_360 {
  letter-spacing: 0.36em;
}

.ls_380 {
  letter-spacing: 0.38em;
}

.ls_400 {
  letter-spacing: 0.4em;
}

.ls_420 {
  letter-spacing: 0.42em;
}

.ls_440 {
  letter-spacing: 0.44em;
}

.ls_460 {
  letter-spacing: 0.46em;
}

.ls_480 {
  letter-spacing: 0.48em;
}

.ls_500 {
  letter-spacing: 0.5em;
}

.ls_520 {
  letter-spacing: 0.52em;
}

.ls_540 {
  letter-spacing: 0.54em;
}

.ls_560 {
  letter-spacing: 0.56em;
}

.ls_580 {
  letter-spacing: 0.58em;
}

.ls_600 {
  letter-spacing: 0.6em;
}

.ls_620 {
  letter-spacing: 0.62em;
}

.ls_640 {
  letter-spacing: 0.64em;
}

.ls_660 {
  letter-spacing: 0.66em;
}

.ls_680 {
  letter-spacing: 0.68em;
}

.lh_0 {
  line-height: 0;
}

.lh_2 {
  line-height: 0.2;
}

.lh_4 {
  line-height: 0.4;
}

.lh_6 {
  line-height: 0.6;
}

.lh_8 {
  line-height: 0.8;
}

.lh_10 {
  line-height: 1;
}

.lh_12 {
  line-height: 1.2;
}

.lh_14 {
  line-height: 1.4;
}

.lh_16 {
  line-height: 1.6;
}

.lh_18 {
  line-height: 1.8;
}

.lh_20 {
  line-height: 2;
}

.lh_22 {
  line-height: 2.2;
}

.lh_24 {
  line-height: 2.4;
}

.lh_26 {
  line-height: 2.6;
}

.lh_28 {
  line-height: 2.8;
}

.lh_30 {
  line-height: 3;
}

.lh_32 {
  line-height: 3.2;
}

.lh_34 {
  line-height: 3.4;
}

.lh_36 {
  line-height: 3.6;
}

.lh_38 {
  line-height: 3.8;
}

.lh_40 {
  line-height: 4;
}

.lh_42 {
  line-height: 4.2;
}

.lh_44 {
  line-height: 4.4;
}

.lh_46 {
  line-height: 4.6;
}

.lh_48 {
  line-height: 4.8;
}

.lh_50 {
  line-height: 5;
}

.lh_52 {
  line-height: 5.2;
}

.lh_54 {
  line-height: 5.4;
}

.lh_56 {
  line-height: 5.6;
}

.lh_58 {
  line-height: 5.8;
}

/*----------------------------------------------------------------

ルール

----------------------------------------------------------------*/
::placeholder {
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #cccccc;
}

::selection {
  background-color: #007C81;
  color: #FFFFFF;
}

.max_100 {
  max-width: 100%;
}

.fit {
  width: fit-content;
}

.ml_auto {
  margin-left: auto;
}

.mr_auto {
  margin-right: auto;
}

.section_title01 {
  z-index: 1;
}
.section_title01 span.position-absolute {
  z-index: -1;
  color: rgba(255, 255, 255, 0.2);
}
.section_title01 span.position-absolute.lh_10 {
  line-height: 0.7;
}

@keyframes text_anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.text_anime_parent {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.text_anime_parent.anime_bg_bl::before {
  background-color: #2B2B2B;
}
.text_anime_parent::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #007C81;
  transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 10;
  will-change: left;
}
.text_anime_parent .text_anime {
  opacity: 0;
}
.text_anime_parent.scrollin::before {
  left: 100%;
}
.text_anime_parent.scrollin .text_anime {
  animation: text_anime 0.4s 0.4s ease forwards;
}

.ring_wrap {
  z-index: 1;
}
.ring_wrap .ring {
  border: 20px solid #FFF7BC;
  border-radius: 100%;
  filter: blur(20px);
  z-index: -1;
  opacity: 0;
  transition: 1s ease;
}
.ring_wrap.scrollin .ring {
  opacity: 1;
}

.sub_link .banner {
  width: 47%;
}

.c_change.white .text_line.active {
  color: #FFFFFF;
}
.c_change .text_line {
  color: #aaa;
  transition: 0.4s;
}
.c_change .text_line.active {
  color: #2B2B2B;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}
a * {
  transition: 0.3s ease;
}
a.opacity:hover {
  opacity: 0.6;
}
a:hover {
  color: #007C81;
}
a:hover * {
  color: #007C81;
}

/***************************color****************************/
.red {
  color: #ed1c24;
}

.white {
  color: white;
}

.main {
  color: #007C81;
}

.sub {
  color: #9FDFC9;
}

.gray01 {
  color: #CDCDCD;
}

.gray02 {
  color: #E2E2E2;
}

.gray03 {
  color: #F8F8F8;
}

/***************************bg****************************/
.bg_white {
  background-color: white;
}

.bg_main {
  background-color: #007C81;
}

.bg_sub {
  background-color: #9FDFC9;
}

.bg_gray01 {
  background-color: #CDCDCD;
}

.bg_gray02 {
  background-color: #E2E2E2;
}

.bg_gray03 {
  background-color: #F8F8F8;
}

.bg_yl {
  background-color: #FFF7BC;
}

.bg_black {
  background-color: #2B2B2B;
}

/***************************cmn_btn****************************/
.cmn_btn .arrow_wrap {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.cmn_btn .arrow_wrap.f_18 {
  width: 40px;
  height: 40px;
}
.cmn_btn .arrow_wrap.f_28 {
  width: 80px;
  height: 80px;
}
.cmn_btn .arrow_wrap.f_30 {
  width: 115px;
  height: 115px;
}
.cmn_btn .arrow_wrap::after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 100%;
  border: 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cmn_btn .arrow_wrap.bg_main::after {
  border-color: #007C81;
}
.cmn_btn .arrow_wrap.bg_white::after {
  border-color: #FFFFFF;
}
.cmn_btn .arrow_wrap .material-icons-outlined {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmn_btn .arrow_wrap .material-icons-outlined.f_18 {
  width: 40px;
  height: 40px;
}
.cmn_btn .arrow_wrap .material-icons-outlined.f_28 {
  width: 80px;
  height: 80px;
}
.cmn_btn .arrow_wrap .material-icons-outlined.f_30 {
  width: 115px;
  height: 115px;
}
.cmn_btn:hover.white {
  color: #FFFFFF;
}
.cmn_btn:hover .arrow_wrap {
  background-color: #005B5E;
}
.cmn_btn:hover .arrow_wrap.bg_white {
  background-color: #FFFFFF;
}
.cmn_btn:hover .arrow_wrap.bg_white::after {
  border-color: #FFFFFF;
}
.cmn_btn:hover .arrow_wrap::after {
  border-color: #005B5E;
}
.cmn_btn:hover .arrow_wrap .material-icons-outlined {
  transform: translateX(5px);
}
.cmn_btn:hover .arrow_wrap .material-icons-outlined.white {
  color: #FFFFFF;
}
.cmn_btn.toggle_btn {
  cursor: pointer;
}
.cmn_btn.toggle_btn:hover .material-icons-outlined {
  transform: translateY(5px);
}
.cmn_btn.toggle_btn.active .material-icons-outlined {
  transform: rotate(-180deg) !important;
}

.banner {
  border: 2px solid #2B2B2B;
}
.banner.bg_main {
  border-color: #007C81;
}
.banner.bg_main a h3.fw_enm {
  border-color: #FFFFFF;
}
.banner.bg_main:hover .white {
  color: #FFFFFF;
}
.banner a h3.fw_enm {
  writing-mode: vertical-lr;
  border-left: 8px solid #007C81;
  transform: rotate(180deg);
  text-align: right;
  padding-left: 5px;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*----------------------------------------------------------------

フォント読み込み

----------------------------------------------------------------*/
.fw_normal {
  font-family: "Noto Sans JP";
  font-weight: 400;
}
.fw_medium {
  font-family: "Noto Sans JP";
  font-weight: 500;
}
.fw_semibold {
  font-family: "Noto Sans JP";
  font-weight: 600;
}
.fw_bold {
  font-family: "Noto Sans JP";
  font-weight: 700;
}
.fw_exbold {
  font-family: "Noto Sans JP";
  font-weight: 800;
}
.fw_black {
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.fw_en {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.fw_enm {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

/*----------------------------------------------------------------

Pagetop ボタン

----------------------------------------------------------------*/
.wrap_btn {
  position: fixed;
  bottom: 10%;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  width: 80px;
  height: 80px;
  z-index: 20;
  transition: none;
}

.wrap_btn_img {
  transition: 0.4s ease;
}

.wrap_btn_img:hover {
  opacity: 0.5;
}

/*----------------------------------------------------------------

ハンバーガーメニュー

----------------------------------------------------------------*/
.side_nav {
  display: none;
}

footer address {
  bottom: 0;
  height: 30px;
  padding-top: 5px;
  width: 100%;
}

.sp_banner_btn {
  display: block;
  position: absolute;
  height: 1px;
}

.recruit_btn,
.entry_btn {
  display: none;
}

a.view_more_btn.w270 {
  width: 270px;
  height: 70px;
  margin: 0 4px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
}

/*----------------------------------------------------------------

header

----------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 70px;
}
header .header_inner {
  height: 70px;
}
header .header_inner nav ul li {
  margin-right: 2vw;
  overflow: hidden;
  padding: 5px 0;
}
header .header_inner nav ul li a {
  position: relative;
  display: inline-block;
}
header .header_inner nav ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: -100%;
  bottom: -5px;
  transition: 0.3s;
}
header .header_inner nav ul li a:hover {
  color: #FFFFFF;
}
header .header_inner nav ul li a:hover::after {
  left: 0;
}
header .header_inner nav ul li:last-child {
  margin-right: 0;
  overflow: unset;
}
header .header_inner nav ul li:last-child a::after {
  content: none;
}

/*----------------------------------------------------------------

main

----------------------------------------------------------------*/
main {
  /* ▼ 左画像ラッパに表示用の変数を用意 */
  /* ▼ ベース表示：SVG を常に表示（“何も見えない”を防ぐ） */
  /* ▼ 白いシャッター（下→上に開く） */
  /* ▼ 差し替えレイヤー（PNGなど） */
  /* ステージ全体：中にステップ分のスクロール長を持たせる */
  /* 固定される領域（PCのみ sticky。SPでは通常フローに） */
  /* 重ねて切り替えるキャンバス */
  /* 各 .top02_row を重ねる。アクティブだけ見える */
  /* スクロール用ダミーのステップ */
  /* 既存レイアウトの幅はそのまま活用 */
  /* クリップ回避（親で hidden してると消えます）*/
  /* 各行のレイヤはそのまま */
  /* ★ ドットを rows 内に“重ねる” */
  /* ドット本体 */
  /* ツールチップ（任意） */
  /* SP ではピン留め無効化（自然に縦に並ぶ） */
}
main .mv {
  position: relative;
  z-index: 1;
  aspect-ratio: 16/9;
  max-height: 100vh;
  width: 100%;
}
main .mv .mv_inner {
  aspect-ratio: 16/9;
  max-height: 100vh;
  width: 100%;
  overflow: hidden;
}
main .mv .mv_inner .text_wrap {
  max-width: 760px;
  z-index: 10;
}
main .mv .mv_inner .text_wrap h2.f_54 {
  font-size: clamp(30px, 2.81vw, 54px);
}
main .mv .mv_inner .text_wrap p.position-absolute {
  bottom: 35px;
  left: 51%;
  width: 100%;
  white-space: normal;
}
main .mv .mv_inner .svg_wrap svg {
  width: 100vw;
  height: auto;
}
main .mv .mv_inner .svg_wrap.svg01 {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 3;
}
main .mv .mv_inner .svg_wrap.svg02 {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 2;
}
main .mv .mv_inner .svg_wrap.svg02_2 {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 2;
}
main .mv .mv_inner .svg_wrap.svg03 {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 1;
}
main .mv .mv_inner .mv_illust {
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  bottom: 0;
}
main .top01 .top01_inner .next_img {
  width: 50vw;
  left: 0;
  bottom: 0;
  z-index: -1;
}
main .top01 .top01_inner .top01_row {
  background-color: #FFFFFF;
}
main .top01 .top01_inner .top01_row.active {
  justify-content: space-between !important;
}
main .top01 .top01_inner .top01_row .top01_row_item.top01_row_left {
  background-color: #FFFFFF;
  width: 50vw;
  top: 100px;
  left: 0;
  z-index: 0;
}
main .top01 .top01_inner .top01_row .top01_row_item.top01_row_left.is_fixed {
  position: fixed !important;
}
main .top01 .top01_inner .top01_row .top01_row_item.top01_row_left.active {
  position: unset !important;
  transform: translateY(100px);
}
main .top01 .top01_inner .top01_row .top01_row_item.top01_row_right {
  width: 36vw;
  transform: translateY(11vw);
  padding-bottom: 42vw;
}
main .top01 .top01_inner .top01_row .top01_row_item.top01_row_right .box01.mb300 {
  margin-bottom: 90vh;
}
main .top01 .top01_inner .top01_row .top01_row_item.top01_row_right .img {
  position: sticky !important;
  right: 0;
  top: 100vh;
  will-change: transform; /* レイヤー化ヒント */
  transform: translateZ(0); /* GPUに載せてティアリング抑制 */
  backface-visibility: hidden;
  contain: paint;
  transition: 0.6s;
}
main .top01 .top01_inner .top01_row .top01_row_item.top01_row_right .img img {
  width: 6vw;
  max-width: 160px;
  min-width: 100px;
  margin-left: auto;
}
main .top01 .top01_inner .top01_row .top01_row_item.top01_row_right .img.is_fixed {
  position: sticky !important;
  right: 0;
  top: 38%;
}
main .top01 .top01_inner .top01_row .top01_row_item.top01_row_right .ring {
  width: 230px;
  height: 230px;
  top: -100px;
  left: -100px;
}
main .top01 .top01_inner .top01_row .top01_row_item.top01_row_right .ring.ring02 {
  width: 150px;
  height: 150px;
  right: 0;
  top: 30%;
  left: unset;
  transition-delay: 0.4s;
}
main .top01_row_left .wrap {
  position: relative;
  display: inline-block;
  --gateEff: 0%; /* ← JSが0〜100%で更新 */
  --bleed: 1px; /* 白下地のにじみ対策（必要なら調整） */
  contain: paint;
}
main .top01_row_left .wrap > .change {
  position: relative;
  display: block;
}
main .top01_row_left .wrap > .change > svg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1; /* 下層 */
  opacity: 0;
  transition: 0.3s;
}
main .top01_row_left .wrap.scrollin02 > .change > svg {
  opacity: 1;
}
main .top01_row_left .wrap > .change::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #fff;
  clip-path: inset(clamp(0px, 100% - var(--gateEff, 0%) - var(--bleed, 0px), 100%) 0 0 0) !important;
  pointer-events: none;
  will-change: clip-path;
}
main .top01_row_left .wrap > .change::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: var(--photo, none) center/contain no-repeat;
  clip-path: inset(calc(100% - var(--gateEff, 0%)) 0 0 0) !important;
  pointer-events: none;
  will-change: clip-path;
}
@media screen and (max-width: 767px) {
  main .top01_row_left .wrap > .change > svg {
    opacity: 1;
  }
}
main .top02 .top02_inner .top02_item01 {
  z-index: 1;
}
main .top02 .top02_inner .top02_item01 h2 .ring {
  width: 230px;
  height: 230px;
  top: -80px;
  left: -30px;
}
main .top02 .top02_inner .top02_item01 h3 {
  font-size: clamp(50px, 4.375vw, 84px);
}
main .top02 .top02_inner .top02_item01 h3 span {
  font-size: clamp(50px, 4.375vw, 84px);
}
main .top02 .top02_inner .top02_item01 .img {
  z-index: -1;
  width: 44vw;
  max-width: 850px;
  min-width: 400px;
  top: -100px !important;
}
main .top02 .top02_inner .top02_item01 .img svg {
  max-width: 100%;
}
main .top02 .top02_inner .col-11 .top02_row .top02_row_item.top02_row_left {
  width: 30%;
}
main .top02 .top02_inner .col-11 .top02_row .top02_row_item.top02_row_left .f_100 {
  font-size: clamp(50px, 5.2vw, 100px);
  word-break: keep-all;
  white-space: nowrap;
}
main .top02 .top02_inner .col-11 .top02_row .top02_row_item.top02_row_left .f_100 span {
  font-size: clamp(50px, 5.2vw, 100px);
  word-break: keep-all;
  white-space: nowrap;
}
main .top02 .top02_inner .col-11 .top02_row .top02_row_item.top02_row_left h2 {
  font-size: clamp(18px, 1.45vw, 28px);
}
main .top02 .top02_inner .col-11 .top02_row .top02_row_item.top02_row_left .cmn_btn {
  font-size: clamp(14px, 0.9375vw, 18px);
}
main .top02 .top02_inner .col-11 .top02_row .top02_row_item.top02_row_left .cmn_btn .arrow_wrap {
  max-width: 80px;
  max-height: 80px;
  width: 4vw;
  height: 4vw;
  min-width: 40px;
  min-height: 40px;
}
main .top02 .top02_inner .col-11 .top02_row .top02_row_item.top02_row_left .cmn_btn .arrow_wrap .material-icons-outlined {
  max-width: 80px;
  max-height: 80px;
  width: 4vw;
  height: 4vw;
  min-width: 40px;
  min-height: 40px;
  font-size: clamp(18px, 1.45vw, 28px);
}
main .top02 .top02_inner .col-11 .top02_row .top02_row_item.top02_row_left h3 {
  font-size: clamp(20px, 2.5vw, 48px);
}
main .top02 .top02_inner .col-11 .top02_row .top02_row_item.top02_row_left .content_wrap {
  margin-top: 1vw;
}
main .top02 .top02_inner .col-11 .top02_row .top02_row_item.top02_row_left ul {
  margin-top: 20px !important;
}
main .top02 .top02_inner .col-11 .top02_row .top02_row_item.top02_row_left ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 5px;
  font-size: clamp(12px, 0.9375vw, 18px);
}
main .top02 .top02_inner .col-11 .top02_row .top02_row_item.top02_row_right {
  width: calc(70% - 90px);
  min-height: min(80vh, 900px);
}
main .top02 .top02_inner .col-11 .top02_row .top02_row_item.top02_row_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
main .top02_stage {
  position: relative;
}
main .top02_sticky {
  position: sticky;
  top: 80px; /* ヘッダー分の余白に合わせて調整 */
}
main .top02_rows {
  position: relative; /* ドットの絶対配置の基準 */
  min-height: min(80vh, 900px);
  z-index: 0;
}
main .top02_rows .top02_row {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.6s ease;
}
main .top02_rows .top02_row.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
main .top02_steps .step {
  height: 30vh;
  border: 0; /* デバッグ時は薄いアウトラインにしてもOK */
}
main .top02_steps .step:first-child {
  height: 10vh;
  border: 0; /* デバッグ時は薄いアウトラインにしてもOK */
}
main .col-11 .top02_row .top02_row_item.top02_row_left {
  width: 30%;
}
main .col-11 .top02_row .top02_row_item.top02_row_right {
  width: calc(70% - 90px);
}
main .col-11,
main .col-11 .top02_stage,
main .col-11 .top02_rows {
  overflow: visible; /* ← 重要 */
}
main .top02_rows .top02_row {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(2rem);
  transition: opacity 0.5s ease, transform 0.6s ease;
  z-index: 1; /* 行のレイヤ */
}
main .top02_rows .top02_row.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
main .top02_dots {
  position: absolute;
  bottom: 0; /* rows の上端から */
  left: 0; /* rows の右端に沿わせる */
  width: 30%; /* 当たり判定の横幅（必要に応じて）*/
  height: auto; /* rows の高さぶん縦にのばす */
  z-index: 2; /* 行より前面に */
  pointer-events: none; /* 土台はクリック無効 */
}
main .top02_dots_list {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin: 0 8px 0 0;
  padding: 0;
  list-style: none;
  pointer-events: auto; /* ボタンはクリック可能に戻す */
}
main .top02_dot_btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  background: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
}
main .top02_dot_btn:hover,
main .top02_dot_btn:focus-visible {
  transform: scale(1.2);
  background: #FFFFFF;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}
main .top02_dot_btn[aria-current=true] {
  background: #007C81;
  transform: scale(1.2);
}
main .top02_dot_btn[data-label] {
  position: relative; /* ツールチップの基準 */
}
main .top02_dot_btn[data-label]::after {
  content: none;
}
main .top02_dot_btn:hover::after,
main .top02_dot_btn:focus-visible::after {
  opacity: 0.9;
}
@media (max-width: 768px) {
  main .top02_dots {
    display: none;
  }
  main .top02_sticky {
    position: static;
    top: auto;
  }
  main .top02_rows {
    position: relative;
    min-height: auto;
  }
  main .top02_rows .top02_row {
    position: relative;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto;
  }
  main .top02_steps {
    display: none;
  }
}
main .top03 {
  background-image: url("../img/top/top04.jpg");
  background-size: cover;
  background-position: center center;
  height: calc(100vh - 70px);
}
main .top03 .top03_inner .top03_row .top03_row_item.top03_row_left {
  max-width: 500px;
  width: 48%;
}
main .top03 .top03_inner .top03_row .top03_row_item.top03_row_left ul {
  margin-top: 30px !important;
}
main .top03 .top03_inner .top03_row .top03_row_item.top03_row_left ul li:first-child a {
  padding-top: 0;
}
main .top03 .top03_inner .top03_row .top03_row_item.top03_row_left ul li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px dotted #FFFFFF;
}
main .top03 .top03_inner .top03_row .top03_row_item.top03_row_right {
  width: 50%;
}
main .top03 .top03_inner .top03_row .top03_row_item.top03_row_right p.f_48 {
  font-size: clamp(30px, 2.5vw, 48px);
}
main .top03 .top03_inner .top03_row .top03_row_item.top03_row_right p.f_48 span.f_48 {
  font-size: clamp(30px, 2.5vw, 48px);
}
main .top03 .top03_inner .top03_row .top03_row_item.top03_row_right .section_title01 span.f_170 {
  font-size: clamp(80px, 8.85vw, 170px);
}
@keyframes scroll_anime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
main .top04 {
  overflow: hidden;
  height: 100vh;
}
main .top04 .video_wrap {
  height: 100vh;
}
main .top04 .video_wrap video {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
main .top04 .svg_wrap {
  overflow: hidden;
  top: 0;
  left: 0;
  white-space: nowrap;
}
main .top04 .svg_wrap img {
  animation: scroll_anime 60s linear infinite;
  width: auto;
  height: 100vh;
  opacity: 0.9;
}
main .top05 {
  min-height: calc(100vh - 70px);
  z-index: 1;
}
main .top05::after {
  content: "";
  display: block;
  width: 100%;
  height: 140px;
  background-color: #555555;
  position: absolute;
  bottom: 0;
  right: 0;
}
main .top05 .top05_inner {
  position: relative;
  min-height: calc(100vh - 70px);
}
main .top05 .top05_inner .bg01 {
  height: 100%;
  right: 0;
  top: 0;
  z-index: -2;
}
main .top05 .top05_inner .bg01 img {
  height: 100%;
  width: auto;
}
main .top05 .top05_inner .text_wrap.position-absolute {
  top: 50%;
  left: 26%;
  z-index: -1;
  transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
main .top05 .top05_inner .text_wrap.position-absolute .p_wrap p {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
main .top05 .top05_inner .text_wrap.position-absolute .p_wrap p::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 120px);
  height: calc(100% + 20px);
  background-color: #2B2B2B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
main .top05 .top05_inner .bg02 {
  height: 100%;
  right: 70%;
  top: 0;
  z-index: 1;
}
main .top05 .top05_inner .bg02 img {
  height: 100%;
  width: auto;
}
main .top05 .top05_inner .bg03 {
  bottom: 140px;
  right: calc(8% - 60px);
  width: 14vw;
  max-width: 280px;
  z-index: -2;
  min-width: 100px;
}
main .top05 .top05_inner .title_wrap {
  z-index: 10;
}
main .top05 .top05_inner .title_wrap p.f_100 .ring {
  width: 230px;
  height: 230px;
  top: -40px;
  right: -40px;
}
main .top05 .top05_inner .sub_link {
  width: 60%;
  right: 7%;
  bottom: 2%;
  z-index: 1;
}
main .top05 .top05_inner .sub_link .banner {
  max-height: 120px;
}
main .top05 .top05_inner .sub_link .banner a {
  max-height: 120px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1;
}
main .top05 .top05_inner .sub_link .banner a .text_wrap {
  transform: unset;
}
main .top05 .top05_inner .sub_link .banner a .text_wrap h3.f_22 {
  font-size: clamp(16px, 1.14vw, 28px);
}
main .top05 .top05_inner .sub_link .banner a .text_wrap h3.f_22 span.f_22 {
  font-size: clamp(16px, 1.14vw, 28px);
}
main .top06 .top06_inner .item {
  border: 1px solid #007C81;
}
main .top06 .top06_inner .item .wrap h2 {
  flex-shrink: 0;
  margin-right: 6.7vw;
}
main .top06 .top06_inner .item .wrap h2 span.f_100 {
  z-index: 1;
}
main .top06 .top06_inner .item .wrap h2 span.f_100 img {
  z-index: -1;
  top: -30px;
  right: -50px;
}
main .news_wrap a {
  border-bottom: 1px dotted rgba(0, 124, 129, 0.5);
}
main .news_wrap a:first-of-type {
  padding-top: 0;
}
main .news_wrap a .d-flex {
  border: 1px solid #007C81;
}
main .contact_box {
  background-color: #D0D0D0;
  z-index: 1;
}
main .contact_box .bg_img {
  z-index: -1;
  pointer-events: none;
  bottom: 0;
  left: 0;
}
main .contact_box .contact_box_inner .content_wrap {
  max-width: 740px;
  width: 100%;
}
main .contact_box .contact_box_inner .content_wrap .banner_wrap {
  width: 38vw;
  max-width: 740px;
  min-width: 530px;
}
main .contact_box .contact_box_inner .content_wrap .banner_wrap .banner h3.f_30 {
  font-size: clamp(20px, 1.56vw, 30px);
}
main .contact_box .contact_box_inner .content_wrap .banner_wrap .banner h3.f_30 span.f_30 {
  font-size: clamp(20px, 1.56vw, 30px);
}
main .contact_box .contact_box_inner .content_wrap .banner_wrap .banner p.mt60 {
  margin-top: 3.125vw;
}
main .contact_box .contact_box_inner .content_wrap .banner_wrap .banner p span.mt60 {
  margin-top: 0;
}

/*----------------------------------------------------------------

footer

----------------------------------------------------------------*/
footer .footer_inner .footer_item01 a.opacity {
  width: 65%;
}
footer .footer_inner .footer_item01 a.opacity img {
  width: 100%;
  opacity: 0.3;
}
footer .footer_inner .footer_item01 .btn_wrap {
  flex-shrink: 0;
}
footer .footer_inner .footer_item02 .nav_wrap ul:first-of-type {
  width: 27%;
}
footer .footer_inner .footer_item02 .nav_wrap ul.d-flex {
  width: 65%;
}
footer .footer_inner .footer_item02 .nav_wrap ul.d-flex li {
  width: 48%;
}
footer .footer_inner .footer_item02 .nav_wrap ul.d-flex li:first-child {
  width: 100%;
}
footer .footer_inner .footer_item02 .nav_wrap ul li a {
  display: inline-block;
  border-bottom: 1px dotted #FFFFFF;
  width: 100%;
}