@charset "utf-8";

/*----- common -----*/
html {font-size: 62.5%;}
body {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
  color: #3e3a39;
  -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;
}
.serif {font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;}
.dnone, .sp {display: none;}
.db {display: block;}
.dib {display: inline-block;}
.tac {text-align: center;}
.tar {text-align: right;}
.relative {position: relative;}
.z1 {z-index: 1;}
hr {border:none; border-bottom: 0.1rem solid #199342; margin: 0;}

.brb15 {border-radius: 0 0 1.5rem 1.5rem;}
.br15 {border-radius: 1.5rem;}
.w-71{
  width: 71rem;
}
/*---------- upper -----------*/
#container {
  max-width: 75rem;
  margin: 0 auto;
  overflow: hidden;
}
.box {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}
.m_box {
  position: relative;
  padding-left: 5rem;
  padding-right: 5rem;
}
.s_box {
  position: relative;
  padding-left: 8rem;
  padding-right: 8rem;
}

.orange_box {border: 0.1rem solid #f85e1e;}
.green_box {border: 0.1rem solid #199342;}
.black_box {border: 0.1rem solid #3e3a39;}

/*----- column -----*/
.flex {
  display: flex;
  flex-wrap: wrap;
}
.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;}

/*---------- 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;}

.mt20 {margin-top: 2rem;}
.mt30 {margin-top: 3rem;}
.mt40 {margin-top: 4rem;}
.mt45 {margin-top: 4.5rem;}
.mt55 {margin-top: 5.5rem;}

.ml60{margin-left: 6rem;}

.mr50{margin-right: 5rem;}

.mlr30{margin-left: 3rem; margin-right: 3rem;}

.pb15 {padding-bottom: 1.5rem;}
.pb30 {padding-bottom: 3rem;}
.pb45 {padding-bottom: 4.5rem;}
.pb60 {padding-bottom: 6rem;}
.pb75 {padding-bottom: 7.5rem;}
.pb90 {padding-bottom: 9rem;}

.pt10 {padding-top: 1rem;}
.pt30 {padding-top: 3.0rem;}
.pt45 {padding-top: 4.5rem;}
.pt50 {padding-top: 5rem;}
.pt60 {padding-top: 6rem;}
.pt75 {padding-top: 7.5rem;}
.pt90 {padding-top: 9rem;}
.pt105 {padding-top: 10.5rem;}
.ptb30 {padding-top: 3rem; padding-bottom: 3rem;}
.ptb60 {padding-top: 6rem; padding-bottom: 6rem;}

.pl15{padding-left: 1.5rem;}
.pl20{padding-left: 2rem;}

.pr10{padding-right: 1rem;}

.plr10{padding-left: 1rem; padding-right: 1rem;}

.p15 {padding: 1.5rem;}
.p20 {padding: 2rem;}
.p30 {padding: 3rem;}
.p40 {padding: 4rem;}

/*----- 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 -----*/
.green {color: #199342;}
.green02 {color: #196e3c;}
.orange {color: #f85e1e;}
.orange02 {color: #e48008;}
.yellow {color: #fff002;}
.yellow02 {color: #ffe162;}
.white {color: #FFF;}
.grey {color: #999999;}
.black {color: #000;}
.brown{color: #3e3a39;}

.grey_bg {background: #e1f5eb80;}

/*----- text -----*/
.r_txt {margin: 0 0 0 auto;}
.ttl {
  text-align: center;
}
.ttl::after {
  content: "";
  display: block;
  width: 3.4rem;
  height: 0.6rem;
  margin: 2rem auto 0 auto;
}
.ttl01::after {
  background: url(../img/common/ttl01.svg) no-repeat center center;
  background-size: cover;
}
.ttl02::after {
  background: url(../img/common/ttl02.svg) no-repeat center center;
  background-size: cover;
}
.ttl03::after {
  width: 18rem;
  height: 1.6rem;
  background: url(../img/common/ttl03.svg) no-repeat center center;
  background-size: cover;
}
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;
}
.speech {
  position: relative;
  z-index: 1;
  line-height: 1;
  padding: 0 3rem;
}
.speech::before, .speech::after {
  content: "";
  position: absolute;
  bottom: 0.6rem;
  width: 1.8rem;
  height: 3.7rem;
  z-index: -1;
}
.speech::before {
  left: 0;
}
.speech::after {
  right: 0;
}
.speech01::before {
  background: url(../img/common/speech01_l.svg) no-repeat center center;
  background-size: cover;
}
.speech01::after {
  background: url(../img/common/speech01_r.svg) no-repeat center center;
  background-size: cover;
}
.speech02::before {
  background: url(../img/common/speech02_l.svg) no-repeat center center;
  background-size: cover;
}
.speech02::after {
  background: url(../img/common/speech02_r.svg) no-repeat center center;
  background-size: cover;
}

.square {
  position: relative;
  z-index: 1;
  display: inline-block; 
}
.square::before, .square::after {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  z-index: -1;
}
.square::before {
  top:-2rem;
  left:-4rem;
  background: url(../img/common/square_l.svg) no-repeat center center;
  background-size: cover;
}
.square::after {
  bottom:-2rem;
  right:-4rem;
  background: url(../img/common/square_r.svg) no-repeat center center;
  background-size: cover;
}

.fs10 {font-size: 1rem;}
.fs12 {font-size: 1.2rem;}
.fs14 {font-size: 1.4rem;}
.fs15 {font-size: 1.5rem;}
.fs16 {font-size: 1.6rem;}
.fs18 {font-size: 1.8rem;}
.fs20 {font-size: 2rem;}
.fs21 {font-size: 2.1rem;}
.fs22 {font-size: 2.2rem;}
.fs23 {font-size: 2.3rem;}
.fs24 {font-size: 2.4rem;}
.fs26 {font-size: 2.6rem;}
.fs28 {font-size: 2.8rem;}
.fs30 {font-size: 3rem;}
.fs32 {font-size: 3.2rem;}
.fs33 {font-size: 3.3rem;}
.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;}
.fs44 {font-size: 4.4rem;}
.fs46 {font-size: 4.6rem;}
.fs48 {font-size: 4.8rem;}
.fs50 {font-size: 5rem;}
.fs52 {font-size: 5.2rem;}
.fs54 {font-size: 5.4rem;}
.fs56 {font-size: 5.6rem;}
.fs58 {font-size: 5.8rem;}
.fs60 {font-size: 6rem;}
.fs64 {font-size: 6.4rem;}
.fs68 {font-size: 6.8rem;}
.fs70 {font-size: 7rem;}
.fs74 {font-size: 7.4rem;}
.fs82 {font-size: 8.2rem;}
.fs120 {font-size: 12rem;}

.fwn {font-weight: normal;}
.fwm {font-weight: 500;}
.fwb {font-weight: bold;}

.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;}
.lh20 {line-height: 2;}

.tsw {text-shadow: 1px 1px 0 #FFF;}
.italic {font-style: italic;}

.sp {
  display: none;
}

.nowrap{
  white-space: nowrap;
}

@media screen and (max-width:749px) {
  html {
    font-size: 1.33333vw
  }
  .pc {display: none;}
  .sp {display: block;}
}