@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: #333333;
}

body {
  overflow-x: hidden;
  background-color: #edf8ff;
  background-image: url(../img/common/bg_road.svg);
  background-size: 90%;
  background-repeat: repeat-y;
  background-position: center -550px;
}
body.open {
  overflow: 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: -webkit-box !important;
  display: -ms-flexbox !important;
  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;
}

/*----------------------------------------------------------------

文字の横の間隔(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;
}

/*----------------------------------------------------------------

ルール

----------------------------------------------------------------*/
::-webkit-input-placeholder {
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #cccccc;
}
::-moz-placeholder {
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #cccccc;
}
:-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #cccccc;
}
::-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #cccccc;
}
::placeholder {
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #cccccc;
}

::-moz-selection {
  background-color: #004aff;
  color: #FFFFFF;
}

::selection {
  background-color: #004aff;
  color: #FFFFFF;
}

.max_100 {
  max-width: 100%;
}

.fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ml_auto {
  margin-left: auto;
}

.mr_auto {
  margin-right: auto;
}

.site_subtitle {
  padding-bottom: 5px;
  border-bottom: 1px solid #004aff;
}



.text_anime {
  position: relative;
  overflow: hidden;
}
.text_anime * {
  opacity: 0;
}
.text_anime::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #004AFF;
  background: linear-gradient(90deg,rgba(0, 74, 255, 1) 0%,#73DAFF 100%);
  top: 0;
  left: -100%;
}
.text_anime.scrollin::after {
  -webkit-animation: textAnime 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: textAnime 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.text_anime.scrollin * {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.text_anime_load {
  position: relative;
  overflow: hidden;
}
.text_anime_load * {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.text_anime_load::after {
  content: "";
  z-index: 1000;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #004AFF;
  background: linear-gradient(90deg,rgba(0, 74, 255, 1) 0%,#73DAFF 100%);
  top: 0;
  left: -100%;
  -webkit-animation: textAnime 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: textAnime 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@-webkit-keyframes textAnime {
  0% {
    left: -100%;
  }
  50% {
    left: 0%;
  }
  100% {
    left: -100%;
  }
}
@keyframes textAnime {
  0% {
    left: -100%;
  }
  50% {
    left: 0%;
  }
  100% {
    left: -100%;
  }
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a span, a p {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.opacity:hover {
  opacity: 0.6;
}
a:hover {
  color: #333;
}


/***************************color****************************/
.red {
  color: #ed1c24;
}

.white {
  color: #fff;
}

.main {
  color: #036dd6;
}

.gra01 {
  background: #004AFF;
  background: linear-gradient(90deg,rgba(0, 74, 255, 1) 0%,#73DAFF 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


/***************************bg****************************/
.bg_white {
  background-color: #fff;
}

.bg_main {
  background-color: #004aff;
}

.bg_gra01 {
  background: #004AFF;
  background: linear-gradient(90deg,rgba(0, 74, 255, 1) 0%,#73DAFF 100%);
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}


/*===================================================================
 button
===================================================================*/
.btn_large {
  width: fit-content;
  background: #004aff;
  border: 2px solid #004aff;
  border-radius: 10px;
  padding: 14px 28px;
}
.btn_large:hover {
  background: #e0f0ff;
  color: #004aff;
}
.btn_large:hover .material-symbols-outlined {
  color: #004aff;
}

@media screen and (max-width: 1600px) {
  .btn_large {
    font-size: 1.25vw;
    padding: 0.87vw 1.75vw;
  }
  .btn_large .material-symbols-outlined {
    font-size: 1.62vw;
  }
}

.btn_medium {
  width: fit-content;
  background: #004aff;
  border: 2px solid #004aff;
  border-radius: 10px;
  padding: 10px 22px;
}
.btn_medium:hover {
  background: #e0f0ff;
  color: #004aff;
}
.btn_medium:hover .material-symbols-outlined {
  color: #004aff;
}

@media screen and (max-width: 1600px) {
  .btn_medium {
    font-size: 0.95vw;
    padding: 0.4vw 1vw;
  }
  .btn_medium .material-symbols-outlined {
    font-size: 1.62vw;
  }
}

.btn_small {
  width: fit-content;
  background: #004aff;
  border: 2px solid #004aff;
  border-radius: 10px;
  padding: 6px 12px;
}
.btn_small:hover {
  background: #e0f0ff;
  color: #004aff;
}
.btn_small:hover .material-symbols-outlined {
  color: #004aff;
}

.btn_small_reverse {
  width: fit-content;
  background: #e0f0ff;
  border: 2px solid #e0f0ff;
  border-radius: 10px;
  padding: 6px 12px;
}
.btn_small_reverse:hover {
  background: #004aff;
  color: #fff;
}
.btn_small_reverse:hover .material-symbols-outlined {
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .btn_small,
  .btn_small_reverse {
    font-size: 1.14vw;
  }
  .btn_small .material-symbols-outlined,
  .btn_small_reverse .material-symbols-outlined {
    font-size: 1.42vw;
  }
}



/*----------------------------------------------------------------

フォント読み込み

----------------------------------------------------------------*/
.fw_normal {
  font-family: "Noto Sans JP";
}
.fw_medium {
  font-family: "Noto Sans JP";
  font-weight: 500;
}

.barlow {
  font-family: "Barlow", sans-serif;
  font-style: normal;
}
.zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

/*----------------------------------------------------------------

Pagetop ボタン

----------------------------------------------------------------*/
.wrap_btn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  width: 70px;
  height: 163px;
  z-index: 20;
  -webkit-transition: none;
  transition: none;
}
.wrap_btn:hover .wrap_btn_img {
  opacity: 1;
}

.wrap_btn_img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.wrap_btn_img:hover {
  opacity: 0.5;
}

.car {
  transition: transform 1s ease-out, opacity 1s ease-out;
  display: inline-block;
}

.car.run {
  transform: translateY(-150vh) scale(0.7) rotate(-10deg);
  opacity: 0;
  transition: transform 1.4s ease-in, opacity 1.2s ease-in;
}

/*===================================================================
 header/hamburger
===================================================================*/
header .h_inner {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 0.4s ease;
}
header .h_inner .logo {
  height: 80px;
}
header .h_inner .logo .dnp {
  width: 140px;
  border-radius: 0 0 5px 0;
}
header .h_inner .logo .h1_text {
  width: 350px;
  border-radius: 0 0 5px 5px;
}
header .h_inner .rec_site_header {
  width: fit-content;
  letter-spacing: 2px;
  margin-top: 15px;
  margin-left: 70px;
}
header .h_inner .rec_site_header.scrolled {
  height: fit-content;
  background: #004AFF;
  background: linear-gradient(90deg,rgba(0, 74, 255, 1) 0%,#73DAFF 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 510px;
  bottom: 0;
  margin: auto;
}

header .h_inner #contact_btn_link {
  background: #004AFF;
  background: linear-gradient(90deg,rgba(0, 74, 255, 1) 0%,#73DAFF 100%);
  width: 210px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 80px;
  transition: 0.4s ease-in-out;
  color: #fff;
  letter-spacing: 2px;
  z-index: 998;
}
header .h_inner #contact_btn_link .material-symbols-outlined {
  transition: 0.4s ease-in-out;
}
header .h_inner #contact_btn_link:hover p {
  transform: translateX(5px);
}
header .h_inner .openbtn {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #fff;
  cursor: pointer;
}
header .h_inner .openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 22px;
  height: 3px;
  border-radius: 2px;
  background-color: #004AFF;
  width: 36px;
}
header .h_inner .openbtn span:nth-of-type(1) {
  top: 26px;
}
header .h_inner .openbtn span:nth-of-type(2) {
  top: 39px;
}
header .h_inner .openbtn span:nth-of-type(3) {
  top: 52px;
}
header .h_inner .openbtn.active span:nth-of-type(1) {
  top: 32px;
  left: 22px;
  transform: translateY(6px) rotate(-45deg);
  width: 36px;
}
header .h_inner .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
header .h_inner .openbtn.active span:nth-of-type(3) {
  top: 44px;
  left: 22px;
  transform: translateY(-6px) rotate(45deg);
  width: 36px;
}
header .h_inner #g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  width: 62%;
  height: 100vh;
  background-color: #004AFF;
  background-image: url(../img/common/bg_menu.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.6s;
}
header .h_inner #g-nav .bg_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: fit-content;
  height: fit-content;
  font-size: 130px;
  opacity: 0.25;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: auto;
}
header .h_inner #g-nav ul {
  flex-direction: column;
  height: 280px;
}
header .h_inner #g-nav ul li {
  display: flex;
  align-items: center;
  list-style: none;
  letter-spacing: 0.1em;
}
header .h_inner #g-nav ul li.nest:before {
  content: "";
  background: #fff;
  width: 17px;
  height: 2px;
  display: inline-block;
  margin-right: 15px;
}
header .h_inner #g-nav ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  transition: all 0.5s;
}
header .h_inner #g-nav ul li a:hover {
  opacity: 1;
  color: #B9D7EB;
}

header .h_inner #g-nav .entry_btn {
  background: linear-gradient(90deg,rgba(0, 74, 255, 1) 0%, rgba(41, 255, 226, 1) 100%);
  border-radius: 9999px;
  width: 100%;
}
header .h_inner #g-nav .entry_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 9999px;
  border: 3px solid transparent;
  background: linear-gradient(90deg,rgba(138, 243, 255, 1) 0%, rgba(0, 74, 255, 1) 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}


header .h_inner #g-nav .entry_btn .entry_inner {
  width: 90%;
  transition: 0.4s ease;
  padding: 4.5% 0;
}
header .h_inner #g-nav .entry_btn .entry_inner:hover {
  opacity: 0.75;
}

header .h_inner #g-nav .entry_btn .entry_inner .image {
  width: 25%;
}
header .h_inner #g-nav .entry_btn .entry_inner .image img {
  width: 100%;
}
header .h_inner #g-nav .entry_btn .entry_inner .text {
  width: 60%;
}
header .h_inner #g-nav .entry_btn .entry_inner .text .comment {
  font-size: 0.93vw;
}
header .h_inner #g-nav .entry_btn .entry_inner .text .en {
  font-size: 6vw;
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  line-height: 1;
}
header .h_inner #g-nav .entry_btn .entry_inner .text .btn_round {
  width: fit-content;
  filter: drop-shadow(6px 6px 0 #036dd6);
  color: #036dd6;
  border-radius: 9999px;
  padding: 20px 80px;
}
header .h_inner #g-nav .entry_btn .entry_inner .text .btn_round .material-symbols-outlined {
  color: #036dd6;
}


header .h_inner #g-nav .bottom .btn_header {
  background: #B9D7EB;
  border: 2px solid #B9D7EB;
  border-radius: 9999px;
  width: fit-content;
  height: 55px;
  padding: 0 14px 0 19px;
  transition: 0.4s ease;
}
header .h_inner #g-nav .bottom .btn_header:hover {
  opacity: 1;
  background: #004AFF;
  color: #fff;
  border: 2px solid #B9D7EB;
}
header .h_inner #g-nav .bottom .btn_header:hover .material-symbols-outlined {
  color: #fff;
}
header .h_inner #g-nav .bottom .link_privacy:hover {
  opacity: 1;
  color: #B9D7EB;
}
header .h_inner #g-nav.panelactive {
  right: 0;
}
header .h_inner #g-nav #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 55%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  padding-top: 170px;
  padding-left: 200px;
}
header .h_inner.scrolled {
  background: #fff;
}

.menu_meshed {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  opacity: 1;
  transition: 0.3s ease-out;
}

.menu_meshed.active {
  opacity: 0.5;
}

.scroll {
  top: 80px;
  position: relative;
}

.scroll a {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 145px;
  z-index: 999;
  padding: 10px 10px 110px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
  display: block;
}
.scroll a::before {
  content: "";
  background-image: url(../img/top/scroll_ball.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  width: 17px;
  height: 100%;
  margin: auto;
  z-index: 2;
  animation: test04 2s ease infinite;
}
.scroll a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

@keyframes test04 {
  0% {
    transform:translateY(0%);
  }
  100% {
    transform:translateY(39.5%);
  }
}
  

/*----------------------------------------------------------------

main

----------------------------------------------------------------*/

/*******************************************************************
  TOP
*******************************************************************/
.mv .swiper {
  /* border-bottom-left-radius: 50% 50px;
  border-bottom-right-radius: 50% 50px; */
  overflow: hidden;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
.mv .swiper-slide-active .swiper-img,
.mv .swiper-slide-duplicate-active .swiper-img,
.mv .swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.mv .swiper-slide img {
  height: auto;
  width: 100%;
}

.mv .mv_bottom {
  left: 0;
  bottom: -2px;
  z-index: 1;
}

.mv .text_wrap {
  width: 47.6vw;
  left: 8%;
  bottom: 80px;
  z-index: 2;
}
.mv .text_wrap img {
  width: 100%;
}

.top_message .sub_ttl .bg_opacity {
  background: #edf8ff;
  background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(237, 248, 255, 1) 15%, rgba(237, 248, 255, 1) 85%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.top_message .sub_ttl .ja,
.top_message .sub_ttl .en {
  z-index: 2;
}
.top_message .message_inner .text_anime {
  z-index: 2;
}
.top_message .message_inner .text_anime span:first-child {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}
.top_message .message_inner .text_anime span:last-child {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}
.top_message .message_inner .message_text {
  max-width: 760px;
  width: 72%;
}
.top_message .message_inner .message_text .bg_opacity {
  background: #edf8ff;
  background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(237, 248, 255, 1) 15%, rgba(237, 248, 255, 1) 85%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  width: 140%;
  height: 130%;
  top: 0;
  left: 0;
  z-index: 1;
}
.top_message .message_inner .message_text p {
  z-index: 2;
}
.top_message .message_inner .btn_large {
  z-index: 2;
}
.top_message .object {
  width: 8.8vw;
  height: 8.8vw;
  top: 2.5vw;
  right: 3%;
}
.top_message .image01 {
  width: 17.8vw;
  height: 17.8vw;
  top: 12.5vw;
  right: 6%;
  z-index: 2;
}
.top_message .image02 {
  width: 14.8vw;
  height: 14.8vw;
  top: 37vw;
  left: 9%;
  z-index: 2;
}
.top_message .image03 {
  width: 10.4vw;
  height: 10.4vw;
  top: 54vw;
  right: 15%;
  z-index: 2;
}

@media screen and (max-width: 1500px) {
  .top_message .sub_ttl .ja {
    font-size: 3.06vw;
  }
  .top_message .sub_ttl .en {
    font-size: 2.4vw;
  }
  .top_message .message_inner .text_anime span {
    font-size: 2.18vw;
  }
  .top_message .message_inner .message_text p {
    font-size: 1.46vw;
  }
}

@media screen and (max-width: 1400px) {
  .top_message .image01 {
    top: 10vw;
    right: 2%;
  }
  .top_message .image02 {
    top: 36vw;
    left: 3.5%;
  }
  .top_message .image03 {
    top: 60vw;
    right: 7%;
  }
}

@media screen and (max-width: 1200px) {
  .top_message .message_inner .message_text:before {
    width: 58vw;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-400%);
  }
}

.gallery {
  overflow: hidden;
  will-change: transform;
}
/* スライドの動き等速 */
.gallery .gallery_wrapper {
  animation: scroll-left 90s infinite linear both;
  /* transition-timing-function: linear; */
  will-change: transform;
  transform: translateX(0%);
}
/* 画像のサイズ調整 */
.gallery .gallery-slide {
  display: block;
  width: fit-content !important;
  box-sizing: border-box;
  padding: 0 20px;
  will-change: transform;
}
.gallery .gallery-slide:nth-child(odd) {
  margin-top: 60px;
}
.gallery .gallery-slide img {
  height: auto;
  /* width: 100%; */
  border-radius: 20px;
}
.gallery .gallery-slide:nth-child(odd) img {
  height: 288px;
}
.gallery .gallery-slide:nth-child(even) img {
  height: 245px;
}

.top_number .number_inner {
  gap: 7%;
}
.top_number .number_inner .image {
  width: 52%;
}
.top_number .number_inner .image img {
  width: 100%;
}
.top_number .number_inner .text {
  width: 40%;
}
.top_number .number_inner .text .sub_ttl .ja,
.top_number .number_inner .text .sub_ttl .en {
  filter: drop-shadow(0 0 0.5vw #edf8ff) drop-shadow(0 0 0.5vw #edf8ff) drop-shadow(0 0 0.5vw #edf8ff) drop-shadow(0 0 0.5vw #edf8ff);
}
.top_number .number_inner .text .sub_ttl .ja {
  font-size: 2.39vw;
}
.top_number .number_inner .text .bike {
  width: fit-content;
  height: fit-content;
  animation: runbike 0.22s infinite;
}
.top_number .number_inner .text .bike_wrap {
  background-image: url(../img/top/number_icon01back.png);
}

@keyframes runbike {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

.top_number .number_inner .text .gas {
  width: fit-content;
  height: fit-content;
}
.top_number .number_inner .text .chart {
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .top_number .number_inner .text .sub_ttl .ja {
    font-size: 3.06vw;
  }
  .top_number .number_inner .text .sub_ttl .en {
    font-size: 2.4vw;
  }
  .top_number .number_inner .detail_text {
    font-size: 1.46vw;
  }
}

.top_crosstalk .crosstalk_inner .image {
  width: 75vw;
  border-radius: 10.4vw 0 0 0;
}
.top_crosstalk .crosstalk_inner .text {
  width: 63.5vw;
  border-radius: 6.25vw 0 0 0;
  gap: 8%;
  padding: 4vw 5.5vw;
  -webkit-transform: translateY(-180px);
          transform: translateY(-180px);
}
.top_crosstalk .crosstalk_inner .text .icon {
  width: 11.2vw;
  top: -4.68vw;
  left: 3.12vw;
}
.top_crosstalk .crosstalk_inner .text .left {
  width: 46%;
}
.top_crosstalk .crosstalk_inner .text .left .sub_ttl .ja {
  font-size: 2.39vw;
}
.top_crosstalk .crosstalk_inner .text .right {
  width: 46%;
}
.top_crosstalk .crosstalk_inner .text .right .text_anime span {
  font-size: 1.66vw;
}
.top_crosstalk .image02 {
  width: 12.1vw;
  height: 12.1vw;
  top: 54vw;
  right: 5%;
}
@media screen and (max-width: 1600px) {
  .top_crosstalk .crosstalk_inner .text .left .sub_ttl .ja {
    font-size: 2.72vw;
  }
  .top_crosstalk .crosstalk_inner .text .left .sub_ttl .en {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 1500px) {
  .top_crosstalk .crosstalk_inner .text {
    width: 72vw;
  }
  .top_crosstalk .crosstalk_inner .text .right p {
    font-size: 1.46vw;
  }
}


main .cnt04 {
  position: relative;
}
main .cnt04 img.position-absolute {
  width: 20vw;
}
main .cnt04 img.position-absolute.first {
  top: -26%;
  right: 0;
}
main .cnt04 img.position-absolute.second {
  left: 0;
  bottom: 5%;
}
main .cnt04 .cnt04_inner .cnt04_row .cnt04_row_item {
  width: 46%;
}
main .cnt04 .cnt04_inner .cnt04_row .cnt04_row_item02 {
  margin-top: 160px;
}
main .cnt04 .cnt04_inner .cnt04_row .cnt04_row_item:first-child .img {
  border-radius: 120px 0 0 0;
  overflow: hidden;
}
main .cnt04 .cnt04_inner .cnt04_row .cnt04_row_item:last-child .img {
  border-radius: 0 120px 0 0;
  overflow: hidden;
}
main .cnt04 .cnt04_inner .cnt04_row .cnt04_row_item .text .sub_ttl .ja {
  font-size: 1.77vw;
}
main .cnt04 .cnt04_inner .cnt04_row .cnt04_row_item:first-child .text {
  gap: 2vw;
}
main .cnt04 .cnt04_inner .cnt04_row .cnt04_row_item:last-child .text {
  gap: 3vw;
}
/* main .cnt04 .cnt04_inner .cnt04_row .cnt04_row_item a {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
} */
main .cnt04 .cnt04_inner .cnt04_row .cnt04_row_item a p .f_46 {
  font-size: 2.4vw;
}

.entry .object {
  width: 8.8vw;
  height: 8.8vw;
  top: -4.5vw;
  left: 13%;
}
.entry .bg {
  background: #edf8ff;
  width: 100%;
  height: 45%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.entry .icon {
  max-width: 1040px;
  width: 60%;
}
.entry .icon img {
  width: 100%;
}

.entry .entry_inner {
  width: 90%;
  padding: 6.5% 5%;
  z-index: 2;
}

.entry .entry_inner .anime_gra01 {
  background: linear-gradient(90deg,rgba(0, 74, 255, 1) 0%, rgba(41, 255, 226, 1) 100%);
  background-size: 200% 200%;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
}



.entry .entry_inner .image,
.entry .entry_inner .text {
  z-index: 2;
}

.entry .entry_inner .text .comment {
  font-size: 1.66vw;
}
.entry .entry_inner .text .en {
  font-size: 8.54vw;
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  line-height: 1;
}
.entry .entry_inner .text .btn_round {
  width: fit-content;
  filter: drop-shadow(6px 6px 0 #036dd6);
  color: #036dd6;
  border-radius: 9999px;
  padding: 20px 80px;
}
.entry .entry_inner .text .btn_round .material-symbols-outlined {
  color: #036dd6;
}

@media screen and (max-width: 1600px) {
  .entry .entry_inner .image {
    width: 18.75vw;
  }
  .entry .entry_inner .image img {
    width: 100%;
  }
  .entry .entry_inner .text .comment {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 1500px) {
  .entry .entry_inner .text .btn_round {
    font-size: 1.6vw;
    margin-top: 2.5vw;
    padding: 1.3vw 2.4vw;
  }
  .entry .entry_inner .text .btn_round .material-symbols-outlined {
    font-size: 2vw;
  }
}

/*----------------------------------------------------------------

footer

----------------------------------------------------------------*/
footer .footer_inner {
  border-radius: 50px 50px 0 0;
}
footer .footer_inner .left .rec_site {
  letter-spacing: 2px;
}
footer .footer_inner .right {
  width: 50%;
  gap: 18%;
}
footer .footer_inner .right .menu {
  width: fit-content;
}
footer .footer_inner .right .menu li {
  line-height: 2.8;
}
footer .footer_inner .right .menu .nest:before {
  content: "ー";
  margin-right: 10px;
}

@media screen and (max-width: 1600px) {
  footer .footer_inner .left .logo span {
    font-size: 1.37vw;
  }
  footer .footer_inner .right .menu:nth-child(1), footer .footer_inner .right .menu:nth-child(2), footer .footer_inner .right .menu:nth-child(3) {
    width: fit-content;
  }
  footer .footer_inner .right .menu li a {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1500px) {
  footer .footer_inner .left .address {
    font-size: 1.2vw;
  }
  footer .footer_inner .left .address a {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1240px) {
  footer .footer_inner {
    justify-content: space-between !important;
    padding-left: 5%;
    padding-right: 5%;
  }
  footer .footer_inner .right {
    width: 30%;
    flex-direction: column;
    align-items: flex-end;
  }
  footer .footer_inner .right .menu {
    width: 60% !important;
  }
}
/* @media screen and (max-width: 1180px) {
  footer .footer_inner .right {
    height: 42vw;
  }
} */
/* @media screen and (max-width: 1070px) {
  footer .footer_inner .right {
    height: 46vw;
  }
} */