@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.5;
  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: 8.137rem;
}
.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;
}
.m-auto{margin: 0 auto;}
/*---------- 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;
}

/*----- 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;}

/*---------- margin,padding -----------*/
.w230 {width: 23rem;}
.w320 {width: 32rem;}
.w400 {width: 40rem;}
.w410 {width: 41rem;}
.w440 {width: 44rem;}
.w520 {width: 52rem;}

/*---------- margin,padding -----------*/
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: .5rem;}
.mb8 {margin-bottom: .8rem;}
.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;}
.mb45 {margin-bottom: 4.5rem;}
.mb50 {margin-bottom: 5rem;}
.mb60 {margin-bottom: 6rem;}
.mb75 {margin-bottom: 7.5rem;}
.mb90 {margin-bottom: 9rem;}
.mb105 {margin-bottom: 10.5rem;}
.mb120 {margin-bottom: 12rem;}

.mt45 {margin-top: 4.5rem;}
.mt10 {margin-top: 1rem;}

.p5 {padding: 0.5rem;}
.p15 {padding: 1.5rem;}
.p20 {padding: 2rem;}
.p25 {padding: 2.5rem;}
.p30 {padding: 3rem;}

.pb15 {padding-bottom: 1.5rem;}
.pb20 {padding-bottom: 2rem;}
.pb30 {padding-bottom: 3rem;}
.pb45 {padding-bottom: 4.5rem;}
.pb60 {padding-bottom: 6rem;}
.pb75 {padding-bottom: 7.5rem;}
.pb90 {padding-bottom: 9rem;}

.pt20 {padding-top: 2rem;}
.pt30 {padding-top: 3rem;}
.pt45 {padding-top: 4.5rem;}
.pt60 {padding-top: 6rem;}
.pt75 {padding-top: 7.5rem;}
.pt90 {padding-top: 9rem;}
.pt105 {padding-top: 10.5rem;}

.ptb09 {padding-top: 0.9rem; padding-bottom: 0.9rem;}
.ptb20 {padding-top: 2rem; padding-bottom: 2rem;}
.ptb30 {padding-top: 3rem; padding-bottom: 3rem;}
.ptb60 {padding-top: 6rem; padding-bottom: 6rem;}

.plr5 {padding-left: 0.5rem; padding-right: 0.5rem;}
.plr20 {padding-left: 2rem; padding-right: 2rem;}

.pdr {padding-right: 2rem;}

/*----- 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: #198042;}
.blue {color: #1a4369;}
.pink {color: #ff5a5a;}
.orange {color: #FF7C00;}
.yellow {color: #FFFF4B;}
.white {color: #FFF;}
.grey {color: #999999;}

.blue_bg {background: #f3f8f9;}
.orange_bg {background: #FFF9F3;}
.green_bg {background: #f5fff5;}
.green_light_bg {background: #EFF4F5;}
.yellow_bg {background: #F9F6E9;}
.white_bg {background: #ffffff;}

.green_box {border: 0.2rem solid #199342;}
.blue_box {border: 0.2rem solid #1a4369;}
.pink_box {border: 0.2rem solid #ff5a5a;}
.orange_box {border: 0.2rem solid #FF7C00;}
.black_box {border: 0.1rem solid #3e3a39;}

.blue_ttl {
  background: #1a4369;
}

/*----- text -----*/
i {
  display: inline-block;
  font-style: normal;
  transform: rotate(15deg);
}
.r_txt {margin: 0 0 0 auto;}
.ttl {
  text-align: center;
}
.ttl::after {
  content: "";
  display: block;
  width: 3.4rem;
  height: 0.6rem;
  margin: 1.6rem auto 0 auto;
  background: url(../img/common/ttl.svg) no-repeat center center;
  background-size: 100% 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;
}
.pink_txt {
  background: #ff5a5a;
  color: #ffffff;
  font-weight: bold;
}
.green_txt {
  background: #198042;
  color: #ffffff;
  font-weight: bold;
}

.orange_txt {
  background: #FF7C00;
  color: #ffffff;
  font-weight: bold;
}

.fs12 {font-size: 1.2rem;}
.fs14 {font-size: 1.4rem;}
.fs16 {font-size: 1.6rem;}
.fs18 {font-size: 1.8rem;}
.fs20 {font-size: 2rem;}
.fs22 {font-size: 2.2rem;}
.fs23 {font-size: 2.3rem;}
.fs24 {font-size: 2.4rem;}
.fs25 {font-size: 2.5rem;}
.fs26 {font-size: 2.6rem;}
.fs28 {font-size: 2.8rem;}
.fs30 {font-size: 3rem;}
.fs32 {font-size: 3.2rem;}
.fs34 {font-size: 3.4rem;}
.fs35 {font-size: 3.5rem;}
.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;}

.normal {font-weight: normal;}
.bold {font-weight: bold;}
.fw500 {font-weight: 500;}

.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;}
.italic {font-style: italic;}

.nowrap {
  white-space: nowrap;
}


@media screen and (max-width:749px) {
  html {
    font-size: 1.33333vw
  }
  .pc {display: none;}
  .sp {display: block;}
}
