@charset "utf-8";

/*----- common -----*/
html {font-size: 62.5%;}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1a;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  padding-top: 7.3rem;
}
.oswald {font-family: 'Oswald', sans-serif; font-weight: 500;}
.dblock, .pc {display: block;}
.dnone, .sp {display: none;}
.tac {text-align: center;}
.tar {text-align: right;}
.relative {position: relative;}
.z1 {z-index: 1;}
hr {border:none; border-bottom: 0.1rem solid #005ad2; margin-bottom: 3rem;}


/*---------- upper -----------*/
#container {
  max-width: 75rem;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 0 15px #1c446c30;
}
.box {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}
.m_box {
  position: relative;
  padding-left: 5rem;
  padding-right: 5rem;
}

/*----- column -----*/
.flex {display: flex;}
.sec, .sec_rev {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec_rev {flex-direction: row-reverse;}
.jcc {justify-content: center;}
.aic {align-items: center;}
.w315 > li {width: 31.5rem;}

/*----- slider -----*/
.slider {
  opacity: 0;
  transition: 3s;
}
.slick-initialized{
  opacity: 1
}
.slick-slide {
  cursor: grab;
}
.slick-arrow {
  display: block;
  border: none;
  font-size: 0;
  position: absolute;
  z-index: 100;
  top: calc(50% - 4.6rem);
  width: 4.6rem;
  height: 9.2rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.slick-arrow:hover {
  opacity: 0.8;
}
.slick-prev {
  background: url(../img/common/prev.webp) no-repeat;
  background-size: 4.6rem;
  left: 2rem;
}
.slick-next {
  background: url(../img/common/next.webp) no-repeat;
  background-size: 4.6rem;
  right: 2rem;
}

/*---------- margin,padding -----------*/
.mb5 {margin-bottom: .5rem;}
.mb10 {margin-bottom: 1rem;}
.mb15 {margin-bottom: 1.5rem;}
.mb20 {margin-bottom: 2rem;}
.mb25 {margin-bottom: 2.5rem;}
.mb30 {margin-bottom: 3rem;}
.mb35 {margin-bottom: 3.5rem;}
.mb40 {margin-bottom: 4rem;}
.mb45 {margin-bottom: 4.5rem;}
.mb50 {margin-bottom: 5rem;}
.mb60 {margin-bottom: 6rem;}
.mb90 {margin-bottom: 9rem;}

.ml10 {margin-left: 1rem;}

.pb15 {padding-bottom: 1.5rem;}
.pb30 {padding-bottom: 3rem;}
.pb45 {padding-bottom: 4.5rem;}
.pb60 {padding-bottom: 6rem;}
.pb90 {padding-bottom: 9rem;}

.pt10 {padding-top: 1rem;}
.pt15 {padding-top: 1.5rem;}
.pt20 {padding-top: 2.0rem;}
.pt30 {padding-top: 3.0rem;}
.pt40 {padding-top: 4.0rem;}
.pt35 {padding-top: 3.5rem;}
.pt45 {padding-top: 4.5rem;}
.pt50 {padding-top: 5rem;}
.pt60 {padding-top: 6rem;}
.pt90 {padding-top: 9rem;}
.ptb30 {padding-top: 3rem; padding-bottom: 3rem;}
.ptb60 {padding-top: 6rem; padding-bottom: 6rem;}
.plr20 {padding-left: 2rem; padding-right: 2rem;}
.plr30 {padding-left: 3rem; padding-right: 3rem;}
.plr50 {padding-left: 5rem; padding-right: 5rem;}
.plr10 {padding-left: 1rem; padding-right: 1rem;}

.p30 {padding: 3rem;}

/*----- img -----*/
.c_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.r_img {
  display:block;
  margin: 0 0 0 auto;
}
.h_img {
  transition: 0.3s;
}
.h_img:hover {
  opacity: 0.8;
}

/*----- color -----*/
.pink {color: #ff3c96;}
.red {color: #b70505}
.lblue {color: #21a5e0;}
.yellow {color: #ffff4b;}
.gold {color: #b4963c;}
.white {color: #FFF;}
.grey {color: #666666;}

.lblue_bg {background: #21a5e0;}
.grey_bg {background: #edf9ff;}
.white_bg {background: #FFF;}
.stripe_bg {
  background: url(../img/common/bg.svg) repeat center top;
  background-size: 5.1rem;
}
/* .ttl01 {
  background: #edf9ff url(../img/common/ttl_bg.webp) no-repeat center top;
  background-size: contain;
} */
.ttl02 {
  background: url(../img/ttl_bg.webp) no-repeat center top;
  background-size: contain;
}

/*----- text -----*/
.r_txt {
  margin: 0 0 0 auto;
}
mark {
  position: relative;
  z-index: 1;
  display: inline-block;
}
mark:after {
  content:"";
  display: block;
  width: 100%;
  height: 1.5rem;
  position: absolute;
  left: 0rem;
  bottom:0.5rem;
  z-index: -1;
  background: #ffff4b;
  background-size: cover;
}
.speech {
  position: relative;
  z-index: 1;
  line-height: 1;
  padding: 0 3rem;
}
.speech::before, .speech::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0.2rem;
  height: 100%;
  background: #21a5e0;
  z-index: -1;
}
.speech::before {
  left: 7rem;
  transform: rotate(-35deg);
}
.speech::after {
  right: 7rem;
  transform: rotate(35deg);
}
.speech02::before, .speech02::after {
  background: #ffff4b;
}
.speech03::before, .speech03::after {
  background: #fff;
}
.speech04::before, .speech04::after {
  background: #333333;
}

.fs12 {font-size: 1.2rem;}
.fs14 {font-size: 1.4rem;}
.fs16 {font-size: 1.6rem;}
.fs18 {font-size: 1.8rem;}
.fs20 {font-size: 2.0rem;}
.fs22 {font-size: 2.2rem;}
.fs24 {font-size: 2.4rem;}
.fs26 {font-size: 2.6rem;}
.fs28 {font-size: 2.8rem;}
.fs30 {font-size: 3.0rem;}
.fs32 {font-size: 3.2rem;}
.fs34 {font-size: 3.4rem;}
.fs36 {font-size: 3.6rem;}
.fs38 {font-size: 3.8rem;}
.fs40 {font-size: 4.0rem;}
.fs42 {font-size: 4.2rem;}
.fs46 {font-size: 4.6rem;}
.fs48 {font-size: 4.8rem;}
.fs52 {font-size: 5.2rem;}
.fs54 {font-size: 5.4rem;}
.fs56 {font-size: 5.6rem;}
.fs58 {font-size: 5.8rem;}
.fs60 {font-size: 6rem;}
.fs62 {font-size: 6.2rem;}
.fs68 {font-size: 6.8rem;}
.fs70 {font-size: 7rem;}
.fs74 {font-size: 7.4rem;}
.fs82 {font-size: 8.2rem;}
.fs100 {font-size: 10rem;}
.fs120 {font-size: 9rem;}

.fw100 {font-weight: 100;}
.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw700 {font-weight: 700;}

.lh1 {line-height: 1;}
.lh11 {line-height: 1.1;}
.lh12 {line-height: 1.2;}
.lh13 {line-height: 1.3;}
.lh14 {line-height: 1.4;}
.lh16 {line-height: 1.6;}
.lh17 {line-height: 1.7;}
.lh18 {line-height: 1.8;}

.tsw {text-shadow: 1px 1px 0 #FFF;}
.tsb {text-shadow: 2px 2px 0 #0089ce;}
.italic {font-style: italic;}

b {
  font-size: 1.5rem;
  position: absolute;
  top: -10px;
} 


/*----- movie -----*/
#movie_box {
  position: relative;
  z-index: 5;
  box-shadow: 0 0 0.6rem #082d59;
  background: #FFF;
  padding: 1rem;
}
#movie_box iframe {
  width: 69rem;
  height: 38.8rem;
}
#sonor{
  width: 69rem;
  height: 38.8rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  cursor: pointer;
}
#icon {
  width: 10rem;
  height: 7.1rem;
  position: absolute;
  top: calc(50% - 3.5rem);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
#animation {
  width: 10rem;
  height: 7.1rem;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 3.5rem);
}
#animation::before, #animation::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background: #ff000033;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform-origin: center;
  animation: sonor 2s ease-out infinite;
}
#animation::after {
  animation-delay: 0.5s;
}
@keyframes sonor {
  0% { transform: scale(0.8);opacity: 1; }
  50% { opacity: 1; }
  100% { transform: scale(1.8);opacity: 0; }
}

@media screen and (max-width:749px) {
  html {
    font-size: 1.33333vw
  }
  .pc {display: none;}
  .sp {display: block;}
}