@charset "utf-8";
b,body,dd,div,dl,dt,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,label,li,mark,nav,p,section,span,strong,table,tbody,td,th,thead,tr,ul{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0;box-sizing:border-box}
figure,footer,header,nav,section{display:block}
ul{list-style:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0;cursor:pointer}
a:hover{text-decoration:none}
table{border-collapse:collapse;border-spacing:0}
br{line-height:0}
img{border:none;line-height:0;vertical-align:middle;max-width:100%;height:auto}

/*----- common -----*/
html {font-size: 62.5%;}
body {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 2.7rem;
  line-height: 1.5;
  background: #ebeff3;
  color: #4c3e22;
}
.oswald {
  font-family: "oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.db, .pc {display: block;}
.dn, .sp {display: none;}
.dib {display: inline-block;}
.tal {text-align: left;}
.tac {text-align: center;}
.tar {text-align: right;}
.relative {position: relative;}
.absolute {position: absolute;}
.abc {
  position: absolute;
  left: 0;
  right: 0;
}
.flare {
  position: absolute;
  mix-blend-mode: screen;
}
.z1 {z-index: 1;}


/*---------- upper -----------*/
#container {
  max-width: 75rem;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0 15px #1c446c30
}
.box {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
.m_box {
  position: relative;
  padding-left: 6rem;
  padding-right: 6rem;
}
.s_box {
  position: relative;
  padding-left: 9rem;
  padding-right: 9rem;
}

/*---------- margin,padding -----------*/
.mb5 {margin-bottom: 0.5rem;}
.mb10 {margin-bottom: 1rem;}
.mb15 {margin-bottom: 1.5rem;}
.mb20 {margin-bottom: 2rem;}
.mb30 {margin-bottom: 3rem;}
.mb45 {margin-bottom: 4.5rem;}
.mb60 {margin-bottom: 6rem;}
.mb90 {margin-bottom: 9rem;}

.ml10 {margin-left: 1.0rem;}
.mt15 {margin-top: 1.5rem;}

.pb10 {padding-bottom: 1.0rem;}
.pb15 {padding-bottom: 1.5rem;}
.pb20 {padding-bottom: 2rem;}
.pb30 {padding-bottom: 3rem;}
.pb45 {padding-bottom: 4.5rem;}
.pb60 {padding-bottom: 6rem;}
.pb90 {padding-bottom: 9rem;}
.pb120 {padding-bottom: 12rem;}

.pt10 {padding-top: 1.0rem;}
.pt15 {padding-top: 1.5rem;}
.pt30 {padding-top: 3.0rem;}
.pt40 {padding-top: 4.0rem;}
.pt45 {padding-top: 4.5rem;}
.pt60 {padding-top: 6rem;}
.pt75 {padding-top: 7.5rem;}
.pt90 {padding-top: 9rem;}
.pt105 {padding-top: 10.5rem;}

.p30 {padding: 3rem;}

/*----- img -----*/
.c_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.r_img {
  display:block;
  margin-left: auto;
}
.h_img {transition: 0.3s;}
.h_img:hover {opacity: 0.8;}

.wfit {width: fit-content;}

/*----- text -----*/
.r_txt {
  width: 63rem;
  background: #fff;
  margin-top: -3rem;
  margin-left: auto;
  padding: 6rem 3rem 3rem 3rem;
  border-radius: 3rem;  
}

.fs12 {font-size: 1.2rem;}
.fs18 {font-size: 1.8rem;}
.fs21 {font-size: 2.1rem;}
.fs24 {font-size: 2.4rem;}
.fs27 {font-size: 2.7rem;}
.fs30 {font-size: 3.0rem;}
.fs33 {font-size: 3.3rem;}
.fs36 {font-size: 3.6rem;}
.fs39 {font-size: 3.9rem;}
.fs42 {font-size: 4.2rem;}
.fs45 {font-size: 4.5rem;}
.fs48 {font-size: 4.8rem;}
.fs51 {font-size: 5.1rem;}
.fs54 {font-size: 5.4rem;}
.fs57 {font-size: 5.7rem;}
.fs63 {font-size: 6.3rem;}
.fs69 {font-size: 6.9rem;}
.fs72 {font-size: 7.2rem;}
.fs75 {font-size: 7.5rem;}
.fs84 {font-size: 8.4rem;}
.fs96 {font-size: 9.6rem;}
.fs100 {font-size: 10rem;}

.lh1 {line-height: 1;}
.lh12 {line-height: 1.2;}
.lh13 {line-height: 1.3;}

.ts {text-shadow: 0.3rem 0.3rem 0.5rem #00000026;}

.fs80p, small {font-size: 80%;}
.fs120p {font-size: 120%;}
.fs130p {font-size: 130%;}
.fs150p {font-size: 150%;}
mark {
  background: linear-gradient(transparent 50%, #ffff4b 0%);
  background-position: left top;
}
i {
  font-style: normal;
  display: inline-block;
  transform: rotate(15deg);
  margin-left: 0.6rem;
}
.ttl_line {
  margin-bottom: 3rem;
}
.ttl_line::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 10rem;
  height: 0.3rem;
  background: linear-gradient(to left, #ed6c72 0%, #e62d35 100%);
  margin-top: 3rem;
}
.ttl_deco_txt {
  color: #f9cdcf;
  text-align: center;
  display: block;
  margin-bottom: 1rem;
  letter-spacing: 0.3rem;
}
.wave {
  background: url(../img/solution/wave.webp) no-repeat center bottom;
  background-size: 43.2rem 0.7rem;
  display: inline-block;
  line-height: 1.3;
}

.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
.fw800 {font-weight: 800;}

/*----- color -----*/
.red {color: #d23c4b;}
.red_bg_xg {
  background: linear-gradient(to left, #ed6c72 0%, #e62d35 100%);
}
.red_xg {
  background: linear-gradient(to right, #ed6c72 0%, #e62d35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.red_yg {
  background: linear-gradient(to bottom, #ed6c72 0%, #e62d35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blue {color: #2a7da8;}
.purple {color: #785ab4;}
.pink {color: #ff5a7f;}
.yellow {color: #ffff4b;}
.yellow02 {color: #ffffc8;}
.grey {color: #999999;}
.white {color: #fff;}
.red_bg {background: #fff3e3;}
.white_bg {background: #fff;}

/*----- effect -----*/
.bs {box-shadow: 0.1rem 0.1rem 0.3rem #00000026;}
.br6 {border-radius: 0.6rem;}
.br12 {border-radius: 1.2rem;}
.ds {filter: drop-shadow(0.1rem 0.1rem 0.3rem #00000026);}
/* 矢印 */
.arw {
  animation: arw 0.7s ease-in infinite alternate;
}
@keyframes arw{
  0% {transform: translateY(-10px);}
  100% {transform: translateY(0);}
}

/*----- column -----*/
.flex {display: flex;}
.fww {flex-wrap: wrap;}
.aic {align-items: center;}
.jcs {justify-content: space-between;}
.jcc {justify-content: center;}
.jce {justify-content: flex-end;}

/* 点滅 */
.caution {
  animation: blink 0.7s ease-out infinite alternate;
}
@keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}


/* slider */
.slider {
  opacity: 0;
  transition: 3s;
}
.slick-initialized {
  opacity: 1
}
.slick-slide {
  cursor: grab;
}

/* slick_dots */
.slick-dots {
  margin: 1.5rem auto 3rem auto;
  width: fit-content;
  display: flex !important;
  justify-content: center;
}
.slick-dots li {
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
  margin: 0 0.6rem;
  cursor: pointer;
  background: #fff;
}
.slick-dots li button {
  visibility: hidden;
  width: 1.2rem;
  height: 1.2rem;
}
.slick-dots li.slick-active {
  background: #B3B3B3;
}

@media screen and (max-width:749px) {
  html {
    font-size: 1.33333vw
  }
  .sp {display: block;}
  .pc {display: none;}
}