@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/*_______________________________________

デバイスごとの表示
_______________________________________*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
.pc {
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

/*_______________________________________

基本
_______________________________________*/
html {
  scroll-behavior: smooth;
  font-size: 18px;
  counter-reset: number 0;
}

@media (max-width: 599px) {
  html {
    font-size: 16px;
  }
}

body {
  background: #fff;
  color: #2B2B2B;
  line-height: 175%;
  font-weight: 500;
  letter-spacing: 0;
  height: 100%;
  word-break: break-all;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#wrapper {
  min-width: 320px;
  max-width: 750px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.z1 {
  position: relative;
  z-index: 1;
}

/*_______________________________________

sassの使い方メモ
@mixin namaedayo{
記述かくyo;
}
↓
呼び出し
.class{
@include namaedayo;
}
_______________________________________*/
/*_______________________________________
  
  font
  _______________________________________*/
.noto {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.notosan {
  font-family: "Noto Serif Japanese", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bebas {
  font-family: "Bebas Neue", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/*_______________________________________

aタグ(リンクボタン)の設定
_______________________________________*/
a {
  transition: 0.2s ease-in-out;
}

a[href*="tel"] {
  pointer-events: none;
  color: inherit;
}

@media only screen and (max-width: 768px) {
  a[href*="tel"] {
    pointer-events: initial !important;
  }
}

/*_______________________________________
  
  幅
_______________________________________*/
/*----------------------------------
%表示
----------------------------------*/
.w15 {
  width: 15%;
}

.w18 {
  width: 18%;
}

.w20 {
  width: 20%;
}

.w28 {
  width: 28%;
}

.w32 {
  width: 32%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w42 {
  width: 42%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w54 {
  width: 54%;
}

.w58 {
  width: 58%;
}

.w68 {
  width: 68%;
}

.w75 {
  width: 75%;
}

.w78 {
  width: 78%;
}

.w88 {
  width: 88%;
}

/*----------------------------------
画面最大幅の設定
----------------------------------*/
.m800 {
  max-width: 800px;
  width: 92%;
  margin: 0 auto;
}

.m850 {
  max-width: 850px;
  width: 92%;
  margin: 0 auto;
}

.m860 {
  max-width: 860px;
  width: 92%;
  margin: 0 auto;
}

.m900 {
  max-width: 900px;
  width: 92%;
  margin: 0 auto;
}

.m1000 {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
}

.m1100 {
  max-width: 1100px;
  width: 92%;
  margin: 0 auto;
}

.m1200 {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}

.m1400 {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  /*----------------------------------
%表示
----------------------------------*/
  .w15,
  .w18,
  .w28,
  .w37,
  .w38,
  .w40,
  .w42,
  .w45,
  .w46,
  .w47,
  .w54,
  .w58,
  .w68,
  .w75,
  .w78 {
    width: 100%;
  }
  /*----------------------------------
画面最大幅の設定
----------------------------------*/
  .m800,
  .m900,
  .m1200 {
    max-width: inherit;
  }
}

/*_______________________________________
  
  margin(コンテンツ外の空白)
_______________________________________*/
/*----------------------------------
下空白
----------------------------------*/
.mb2p {
  margin-bottom: 2%;
}

.mb5p {
  margin-bottom: 5%;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.mb250 {
  margin-bottom: 250px;
}

/*----------------------------------
上空白
----------------------------------*/
.mt2p {
  margin-top: 2%;
}

.mt5p {
  margin-top: 5%;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100,
.mt110 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mt210 {
  margin-top: 210px;
}

.mt250 {
  margin-top: 250px;
}

@media only screen and (max-width: 768px) {
  /*----------------------------------
上空白
----------------------------------*/
  .mt40,
  .mt50,
  .mt60 {
    margin-top: 30px;
  }
  .mt70,
  .mt80,
  .mt90 {
    margin-top: 40px;
  }
  .mt100,
  .mt110,
  .mt120 {
    margin-top: 50px;
  }
  .mt130,
  .mt140,
  .mt150 {
    margin-top: 60px;
  }
  .mt160,
  .mt170,
  .mt180,
  .mt190 {
    margin-top: 70px;
  }
  .mt200,
  .mt210,
  .mt250 {
    margin-top: 100px;
  }
  /*----------------------------------
下空白
----------------------------------*/
  .mb40,
  .mb50,
  .mb60 {
    margin-bottom: 30px;
  }
  .mb70,
  .mb80,
  .mb90 {
    margin-bottom: 40px;
  }
  .mb100,
  .mb110,
  .mb120 {
    margin-bottom: 50px;
  }
  .mb130,
  .mb140,
  .mb150 {
    margin-bottom: 60px;
  }
  .mb160,
  .mb170,
  .mb180,
  .mb190 {
    margin-bottom: 70px;
  }
  .mb200,
  .mb250 {
    margin-bottom: 100px;
  }
}

/*_______________________________________
  
  padding(コンテンツ内の空白)
  _______________________________________*/
/*----------------------------------
上・下空白
----------------------------------*/
.area20 {
  padding: 20px 0;
}

.area30 {
  padding: 30px 0;
}

.area40 {
  padding: 40px 0;
}

.area50 {
  padding: 50px 0;
}

.area60 {
  padding: 60px 0;
}

.area70 {
  padding: 70px 0;
}

.area80 {
  padding: 80px 0;
}

.area90 {
  padding: 90px 0;
}

.area100 {
  padding: 100px 0;
}

.area120 {
  padding: 120px 0;
}

.area150 {
  padding: 150px 0;
}

.area180 {
  padding: 180px 0;
}

/*----------------------------------
上空白
----------------------------------*/
.pt_80 {
  padding-top: 80px;
}

.pt_90 {
  padding-top: 90px;
}

.pt_100 {
  padding-top: 100px;
}

.pt_120 {
  padding-top: 120px;
}

.pt_150 {
  padding-top: 150px;
}

/*----------------------------------
下空白
----------------------------------*/
.pb70 {
  padding-bottom: 70px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

@media only screen and (max-width: 768px) {
  /*----------------------------------
上・下空白
----------------------------------*/
  .area40,
  .area50,
  .area60 {
    padding: 30px 0;
  }
  .area70,
  .area80,
  .area90 {
    padding: 40px 0;
  }
  .area100,
  .area120 {
    padding: 50px 0;
  }
  .area150 {
    padding: 60px 0;
  }
  .area180 {
    padding: 70px 0;
  }
  /*----------------------------------
上空白
----------------------------------*/
  .pt80,
  .pt_100,
  .pt_110,
  .pt_120,
  .pt_130,
  .pt_150 {
    padding-top: 50px;
  }
  /*----------------------------------
下空白
----------------------------------*/
  .pb70,
  .pb80,
  .pb90,
  .pb100,
  .pb110,
  .pb120,
  .pb130 {
    padding-bottom: 50px;
  }
}

/*_______________________________________
  
 font-weight(フォントの太さ調整)
_______________________________________*/
.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

/*_______________________________________
  
  text-align(文字揃え)
  _______________________________________*/
.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

/*_______________________________________
  
  margin
  _______________________________________*/
.auto {
  margin: 0 auto;
}

.auto.mb40 {
  margin: 0 auto 40px;
}

.auto.mb80 {
  margin: 0 auto 80px;
}

@media only screen and (max-width: 768px) {
  .auto.mb80 {
    margin: 0 auto 40px;
  }
}

/*_______________________________________
  
  line-height(行間)
  _______________________________________*/
.lh100 {
  line-height: 100%;
}

.lh110 {
  line-height: 110%;
}

.lh120 {
  line-height: 120%;
}

.lh130 {
  line-height: 130%;
}

.lh140 {
  line-height: 140%;
}

.lh150 {
  line-height: 150%;
}

.lh160 {
  line-height: 160%;
}

.lh170 {
  line-height: 170%;
}

.lh180 {
  line-height: 180%;
}

.lh190 {
  line-height: 190%;
}

.lh200 {
  line-height: 200%;
}

.lh220 {
  line-height: 220%;
}

.lh250 {
  line-height: 250%;
}

/*_______________________________________
  
  letter-spacing(文字間)
  ※Photoshopデータのトラッキングが100の場合、 1emでつくる！
  _______________________________________*/
.ls25 {
  letter-spacing: .025em;
}

.ls50 {
  letter-spacing: .05em;
}

.ls75 {
  letter-spacing: .075em;
}

.ls100 {
  letter-spacing: .1em;
}

.ls150 {
  letter-spacing: .15em;
}

.ls200 {
  letter-spacing: .2em;
}

.ls210 {
  letter-spacing: .21em;
}

.ls250 {
  letter-spacing: .25em;
}

.ls300 {
  letter-spacing: .3em;
}

.ls400 {
  letter-spacing: .4em;
}

.ls500 {
  letter-spacing: .5em;
}

/*_______________________________________
  
  object-fit(画像トリミング)
  _______________________________________*/
.of_img {
  overflow: hidden;
  position: relative;
  display: block;
}

.of_img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

.of_img:before {
  content: "";
  display: block;
}

.of_img.top20:before {
  padding-top: 20%;
}

.of_img.top25:before {
  padding-top: 25%;
}

.of_img.top30:before {
  padding-top: 30%;
}

.of_img.top35:before {
  padding-top: 35%;
}

.of_img.top40:before {
  padding-top: 40%;
}

.of_img.top48:before {
  padding-top: 48%;
}

.of_img.top50:before {
  padding-top: 50%;
}

.of_img.top55:before {
  padding-top: 55%;
}

.of_img.top60:before {
  padding-top: 60%;
}

.of_img.top65:before {
  padding-top: 65%;
}

.of_img.top70:before {
  padding-top: 70%;
}

.of_img.top75:before {
  padding-top: 75%;
}

.of_img.top80:before {
  padding-top: 80%;
}

.of_img.top85:before {
  padding-top: 85%;
}

.of_img.top90:before {
  padding-top: 90%;
}

.of_img.top95:before {
  padding-top: 95%;
}

.of_img.top100:before {
  padding-top: 100%;
}

.of_img.top110:before {
  padding-top: 110%;
}

.of_img.top120:before {
  padding-top: 120%;
}

.of_img.top110:before {
  padding-top: 130%;
}

.of_img.top120:before {
  padding-top: 140%;
}

.of_img.top130:before {
  padding-top: 130%;
}

.of_img.top150:before {
  padding-top: 150%;
}

/*_______________________________________
  
  img
  _______________________________________*/
img {
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/*_______________________________________
  
  z-index
  _______________________________________*/
.z1 {
  position: relative;
  z-index: 1;
}

/*_______________________________________
  
  border-radius(丸)
  _______________________________________*/
.radius10 {
  border-radius: 10px;
}

.radius20 {
  border-radius: 20px;
}

.radius50 {
  border-radius: 50%;
}

.radius100 {
  border-radius: 100%;
}

/*_______________________________________
  
  真ん中揃え鉄板
  ※親がposition:relative;になっていないと崩れる
  _______________________________________*/
.center-p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*-------------------------------

	フレックス

-------------------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flexc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flexs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flexb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.columnreverse {
  flex-direction: column-reverse;
}

.rowreverse {
  flex-direction: row-reverse;
}

/*align-item Y軸寄せ*/
.itemstart {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.itemcenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.itemend {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -moz-box-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

/*align-content*/
.contentstart {
  align-content: flex-start;
}

.contentcenter {
  align-content: center;
}

.contentend {
  align-content: flex-end;
}

/*align-self*/
.selfstart {
  align-self: flex-start;
}

.selfcenter {
  align-self: center;
}

.selfend {
  align-self: flex-end;
}

.fead-mv {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s .3s, transform 1s .3s;
}

.fead-mv.on {
  opacity: 1;
  transform: translateY(0);
}

/*-------------------------------

	common

-------------------------------*/
.inner {
  width: 92.5%;
  margin: auto;
}

.text p:not(:last-of-type) {
  margin-bottom: 4%;
}

.text span {
  color: #213D78;
  text-decoration: underline;
  font-weight: 700;
}

.question {
  background: #EBEBE2;
  position: relative;
}

.question::before {
  content: '';
  background: url(../img/question_arrow.png) no-repeat center center;
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  width: 8em;
  height: 3em;
  z-index: 2;
}

.question .in {
  margin: auto;
  font-size: 1.5rem;
  display: block;
  text-align: center;
  padding: 20% 0 27%;
  position: relative;
  z-index: 1;
}

.question .in:after {
  content: '';
  background: url(../img/question_back_1.png) no-repeat center center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 599px) {
  .question .in {
    font-size: 1.2rem;
    padding: 20% 5% 25%;
    letter-spacing: -.05em;
  }
}

@media (max-width: 480px) {
  .question .in {
    font-size: 1rem;
    padding: 15% 5% 25%;
  }
}

.question .in .lead {
  background: #EBEBE2;
}

.question .in .lead .in {
  margin: auto;
  font-size: 1.428rem;
  display: block;
  text-align: center;
  background: url(../img/question_back_1.png) no-repeat center 1.5em;
  background-size: 85%;
  padding: 12% 0 17%;
}

.question .in .lead .in span {
  background: url(../img/question_line.png) repeat-x bottom center;
  line-height: 180%;
  background-size: contain;
  display: inline-block;
}

.question .in span {
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #ffffff 0%, #ffffff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 95%, #525252 100%);
  background-size: 4px 100%, 100% 2.2em;
  line-height: 220%;
  display: inline-block;
}

.red_line {
  text-align: center;
  margin-bottom: 10%;
}

.red_line span {
  font-size: 3rem;
  color: #E81E1E;
  display: inline-block;
  position: relative;
  padding-bottom: 4%;
}

@media (max-width: 599px) {
  .red_line span {
    font-size: 2rem;
  }
}

.red_line span:after {
  content: '';
  height: 5px;
  width: 100%;
  background: #E81E1E;
  position: absolute;
  bottom: 0;
  left: 0;
}

.yellow_line {
  background: linear-gradient(transparent 75%, #EFE832 0%);
}

/*-------------------------------

	contents

-------------------------------*/
.bt-container .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.bt-container .modal.in .modal-dialog {
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}

.bt-container .modal .modal-dialog {
  height: 100%;
  transform: translate(0, -100%);
}

.bt-container .modal .modal-dialog .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 93%;
  max-width: 500px;
  background-color: #fff;
  background-clip: padding-box;
  border: 5px solid #EFE832;
  border-radius: 0;
  outline: 0;
  font-size: 1rem;
}

.bt-container .modal .modal-dialog .modal-content .close {
  width: 43px;
  height: 43px;
  background: #2B2B2B;
  border: 4px solid #2B2B2B;
  padding: 15px 0;
  cursor: pointer;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 100;
  opacity: 1;
}

.bt-container .modal .modal-dialog .modal-content .close span {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  left: calc(50% - 3px);
  top: calc(50% - 9px);
  transform: rotate(-45deg) translate(-50%, -50%);
}

.bt-container .modal .modal-dialog .modal-content .close span:before {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  transform: rotate(90deg);
}

.bt-container .modal .modal-dialog .modal-content .modal-body {
  padding: 10.13% 3% 8% 3%;
  text-align: center;
}

.bt-container .modal .modal-dialog .modal-content .modal-body .logo {
  width: 80%;
  margin: 0 auto 3%;
}

.bt-container .modal .modal-dialog .modal-content .modal-body h2 {
  font-size: 1.2rem;
  margin-bottom: 5.87%;
  line-height: 150%;
  font-weight: 700;
}

.bt-container .modal .modal-dialog .modal-content .modal-body h2 p {
  margin-top: 3%;
  line-height: 140%;
  font-size: 1.5rem;
}

.bt-container .modal .modal-dialog .modal-content .modal-body h2 p .yellow_line {
  line-height: 120%;
  background: linear-gradient(transparent 65%, #EFE832 0%);
}

.bt-container .modal .modal-dialog .modal-content .modal-body h2 p .yellow_line strong {
  font-size: 2.187rem;
  color: #213D78;
}

.bt-container .modal .modal-dialog .modal-content .modal-body .text {
  line-height: 170%;
}

.bt-container .modal .modal-dialog .modal-content .modal-body .btn_con {
  margin-top: 6.4%;
}

.bt-container .modal .modal-dialog .modal-content .modal-body .btn_con li:not(:last-of-type) {
  margin-bottom: 2%;
  z-index: 3;
}

.bt-container .modal .modal-dialog .modal-content .modal-body .btn_con li a {
  width: 100%;
  display: block;
  pointer-events: auto;
  padding: 0;
  transition: inherit;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: none;
}

.bt-container .modal .modal-dialog .modal-content .modal-body .btn_con li a img {
  width: 100%;
}

.bt-container .modal .modal-dialog .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.bt-container .modal .modal-dialog .modal-backdrop .fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0;
    /*初期状態では透明に*/
    transform: translate(-50%, -100%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

#msk {
  display: none;
}

/*マスクスイッチ*/
#mskSwitch {
  width: 100vw;
  height: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.sec_01 h1 {
  text-align: center;
}

.sec_01 h1 .con_1 {
  background: url(../img/sec01_hd.png) repeat-x center;
  background-size: cover;
  font-size: 1.6875rem;
  line-height: 140%;
  padding: 2.45%;
  position: relative;
  letter-spacing: .05em;
}

@media (max-width: 599px) {
  .sec_01 h1 .con_1 {
    font-size: 1.125rem;
  }
}

.sec_01 h1 .con_1::after {
  content: '';
  background: url(../img/sec01_hd_after.png) no-repeat center;
  width: 36px;
  height: 20px;
  background-size: contain;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 599px) {
  .sec_01 h1 .con_1::after {
    width: 26px;
    height: 16px;
    bottom: -14px;
  }
}

.sec_01 h1 .con_1 span {
  font-size: 2.06rem;
  color: #fff;
  background: #272727;
  padding: 3px;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 599px) {
  .sec_01 h1 .con_1 span {
    font-size: 1.375rem;
  }
}

.sec_01 h1 .con_2 {
  padding-top: 25px;
  width: 68.5%;
  margin: auto;
}

@media (max-width: 599px) {
  .sec_01 h1 .con_2 {
    padding-top: 12px;
  }
}

.sec_01 .main_v img {
  width: 100%;
}

.conversion_area {
  background: linear-gradient(45deg, #000f31 0%, #0b204f 33%, #1e386e 67%, #365fb5 100%);
  padding: 3% 0;
}

.conversion_area .inner {
  position: relative;
  width: 88%;
}

.conversion_area .inner .list {
  padding-top: 10px;
  margin: 0 -6% -6%;
  align-items: center;
}

.conversion_area .inner .list li {
  width: calc(100% / 3);
  padding: 0 5px;
}

.conversion_area .inner .catch {
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.conversion_area .inner .catch h2 {
  font-size: 2rem;
  color: #fff;
  line-height: 120%;
  padding: 12.45% 0 10%;
}

@media (max-width: 599px) {
  .conversion_area .inner .catch h2 {
    font-size: 1.2rem;
  }
}

.conversion_area .inner .catch h2 span {
  font-size: 3.5rem;
  position: relative;
}

@media (max-width: 599px) {
  .conversion_area .inner .catch h2 span {
    font-size: 2.3rem;
  }
}

.conversion_area .inner .catch h2 span::before {
  content: '';
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.conversion_area .inner .catch h2 strong {
  font-size: 5rem;
  color: #FFFCA7;
  display: inline-block;
  position: relative;
  letter-spacing: .06rem;
  margin-top: 5%;
  line-height: 1;
}

@media (max-width: 599px) {
  .conversion_area .inner .catch h2 strong {
    font-size: 3.2rem;
  }
}

.conversion_area .inner .catch h2 strong::after {
  content: '';
  height: 2px;
  width: 100%;
  background: #FFFCA7;
  position: absolute;
  bottom: -.3em;
  left: 50%;
  transform: translateX(-50%);
}

.conversion_area .inner .catch .img {
  width: 55%;
  height: 120%;
  overflow: hidden;
  position: absolute;
  bottom: -20%;
  right: 0;
  z-index: -1;
  margin-bottom: 0;
}

.conversion_area .inner .btn_con li {
  position: relative;
  z-index: 3;
}

.conversion_area .inner .btn_con li:not(:last-of-type) {
  margin-bottom: 2%;
}

.conversion_area .inner .btn_con li a {
  display: block;
  text-align: center;
}

.conversion_area .inner .btn_con li a img {
  width: 100%;
}

.sec_02 {
  background: #E5E4DB;
}

.sec_02 h2 {
  background: #EFE832;
  padding: 6% 0 8%;
  font-size: 2.64rem;
  text-align: center;
  line-height: 160%;
  position: relative;
  filter: drop-shadow(0 5px 9px rgba(45, 45, 45, 0.14));
}

@media (max-width: 599px) {
  .sec_02 h2 {
    font-size: 1.65rem;
  }
}

.sec_02 h2::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 24.5px 0 24.5px;
  border-color: #efe932 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.sec_02 h2 strong {
  font-size: 3.2rem;
  color: #fff;
  background: #2B2B2B;
  padding: 2% 1%;
  padding-top: 1.5%;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
}

.sec_02 h2 span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
  margin-top: 2%;
}

@media (max-width: 599px) {
  .sec_02 h2 span {
    font-size: 1rem;
  }
}

.sec_02 h2 span br {
  display: none;
}

@media (max-width: 599px) {
  .sec_02 h2 span br {
    display: block;
  }
}

.sec_02 .voice_list {
  margin-top: 24%;
  padding-bottom: 6%;
}

.sec_02 .voice_list .group {
  padding: 5.5%;
  padding-bottom: 0;
  background: #fff;
  border-radius: 12px;
  position: relative;
}

.sec_02 .voice_list .group:not(:last-of-type) {
  margin-bottom: 25%;
}

.sec_02 .voice_list .group::before {
  content: '';
  position: absolute;
  left: 15px;
  top: -20px;
  width: 88px;
  height: 105px;
  display: block;
}

@media (max-width: 599px) {
  .sec_02 .voice_list .group::before {
    width: 68px;
    height: 75px;
  }
}

.sec_02 .voice_list .group:nth-child(1):before {
  background: url(../img/voice_1_before.png) no-repeat;
  background-size: contain;
}

.sec_02 .voice_list .group:nth-child(2):before {
  background: url(../img/voice_2_before.png) no-repeat;
  background-size: contain;
}

.sec_02 .voice_list .group:nth-child(3):before {
  background: url(../img/voice_3_before.png) no-repeat;
  background-size: contain;
}

.sec_02 .voice_list .group:nth-child(4):before {
  background: url(../img/voice_4_before.png) no-repeat;
  background-size: contain;
}

.sec_02 .voice_list .group .img {
  width: 45%;
  margin: -25% auto 0;
  border: 6px solid #fff;
}

.sec_02 .voice_list .group .spec {
  margin: 2% 0;
}

.sec_02 .voice_list .group .spec li {
  padding: 0 10px;
  font-size: 1.2rem;
  font-weight: 700;
}

@media (max-width: 599px) {
  .sec_02 .voice_list .group .spec li {
    font-size: 1rem;
  }
}

.sec_02 .voice_list .group .spec li:first-of-type {
  position: relative;
  color: #AD4044;
}

.sec_02 .voice_list .group .spec li:first-of-type:after {
  content: '';
  height: 100%;
  width: 1px;
  background: #C3C3C3;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.sec_02 .voice_list .group .spec li:last-of-type {
  width: 100%;
  text-align: center;
}

.sec_02 .voice_list .group .text {
  background: #EFEFEF;
  font-size: 1.4568rem;
  padding: 3% 5% 7% 5%;
  border-radius: 14px;
  position: relative;
  margin-bottom: 2.8em;
}

@media (max-width: 599px) {
  .sec_02 .voice_list .group .text {
    font-size: 1.214rem;
  }
}

.sec_02 .voice_list .group .text::after {
  content: '';
  background: url(../img/voice_arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -2.6em;
  transform: translateX(-50%);
  width: 1em;
  height: 2em;
  display: block;
}

.sec_02 .voice_list .group .text p {
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #EFEFEF 0%, #EFEFEF 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 95%, #9B9B9B 100%);
  background-size: 8px 100%, 100% 3em;
  line-height: 3em;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.sec_02 .voice_list .group .price {
  background: #AD4044;
  color: #fff;
  padding: 1% 3% .2%;
  margin: 0 -6.2%;
}

.sec_02 .voice_list .group .price .t {
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  padding-right: 18px;
}

@media (max-width: 599px) {
  .sec_02 .voice_list .group .price .t {
    font-size: 1.5rem;
  }
}

.sec_02 .voice_list .group .price .t::after {
  content: '';
  display: inline-block;
  margin-left: 5%;
  position: absolute;
  bottom: 4px;
  right: 8px;
  height: 40%;
  width: 2px;
  background: #fff;
  transform: rotate(30deg);
}

.sec_02 .voice_list .group .price .t span {
  display: block;
  font-size: 1.45rem;
}

@media (max-width: 599px) {
  .sec_02 .voice_list .group .price .t span {
    font-size: 1rem;
  }
}

.sec_02 .voice_list .group .price .p {
  font-size: 6.7rem;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.17);
  text-align: right;
  line-height: 1;
}

@media (max-width: 599px) {
  .sec_02 .voice_list .group .price .p {
    font-size: 3.15rem;
  }
}

.sec_02 .voice_list .group .price .p span {
  font-size: 1.5rem;
  margin-left: -1.5%;
}

@media (max-width: 599px) {
  .sec_02 .voice_list .group .price .p span {
    font-size: 1.25rem;
  }
}

.sec_03 {
  background: #213D78;
  padding: 9% 0 6%;
}

.sec_03 .inner {
  z-index: 1;
  position: relative;
}

.sec_03 .inner h2 {
  text-align: center;
}

.sec_03 .inner h2 span {
  color: #fff;
  font-size: 2.7855rem;
  background: #213D78;
  border: 5px solid #fff;
  padding: 9px;
  padding-bottom: 11px;
  border-radius: 50px;
  display: inline-block;
  width: 62%;
}

@media (max-width: 599px) {
  .sec_03 .inner h2 span {
    font-size: 1.857rem;
    border-radius: 35px;
  }
}

.sec_03 .inner .box {
  padding: 10% 7% 5%;
  background: #fff;
  border-radius: 22px;
  position: relative;
  margin-top: -30px;
  z-index: -1;
}

@media (max-width: 599px) {
  .sec_03 .inner .box {
    padding: 15% 7% 5%;
  }
}

.sec_03 .inner .box .lead {
  margin-bottom: 6%;
}

.sec_03 .inner .box .lead h3 {
  color: #213D78;
  font-size: 1.68em;
  padding-bottom: 5%;
  margin-bottom: 4%;
  border-bottom: 1px dotted #5A5A5A;
}

@media (max-width: 599px) {
  .sec_03 .inner .box .lead h3 {
    font-size: 1.4rem;
  }
}

.sec_03 .inner .box .lead p {
  font-size: 1.2rem;
  font-weight: 700;
}

@media (max-width: 599px) {
  .sec_03 .inner .box .lead p {
    font-size: 1rem;
  }
}

.sec_03 .inner .box .con {
  text-align: center;
}

.sec_03 .inner .box .con dt {
  font-size: 2.142rem;
  background: #EFE832;
  padding: 1.8%;
  border-radius: 30px;
  margin-bottom: 9.6%;
  font-weight: 700;
  padding: 2%;
}

@media (max-width: 599px) {
  .sec_03 .inner .box .con dt {
    font-size: 1.428rem;
    border-radius: 22px;
  }
}

.sec_03 .inner .box .con dd.ad {
  text-decoration: underline;
  line-height: 170%;
}

.sec_03 .inner .box .con:first-of-type {
  margin-bottom: 10%;
}

.sec_03 .inner .box .con:first-of-type dd {
  font-size: 2.4rem;
}

.sec_03 .inner .box .con:first-of-type dd:first-of-type {
  line-height: 0.75;
  margin-bottom: 3%;
}

.sec_03 .inner .box .con:first-of-type dd .price {
  color: #E04500;
  font-size: 15rem;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.17);
}

@media (max-width: 599px) {
  .sec_03 .inner .box .con:first-of-type dd .price {
    font-size: 10rem;
  }
}

.sec_03 .inner .box .con:first-of-type dd.ad {
  font-size: 1rem;
  color: #E81E1E;
  line-height: 180%;
}

.sec_03 .inner .box .con:nth-of-type(2) dd {
  font-size: 2rem;
}

@media (max-width: 599px) {
  .sec_03 .inner .box .con:nth-of-type(2) dd {
    font-size: 1.3rem;
  }
}

.sec_03 .inner .box .con:nth-of-type(2) dd:first-of-type {
  line-height: 0.75;
}

.sec_03 .inner .box .con:nth-of-type(2) dd .price {
  color: #213D78;
  font-size: 9.75rem;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.17);
}

@media (max-width: 599px) {
  .sec_03 .inner .box .con:nth-of-type(2) dd .price {
    font-size: 6.5rem;
  }
}

.sec_03 .inner .box .con:nth-of-type(2) dd:nth-of-type(2) {
  position: relative;
  display: inline-block;
}

.sec_03 .inner .box .con:nth-of-type(2) dd:nth-of-type(2)::before {
  content: '+';
  display: block;
  font-size: 1.8rem;
  text-align: center;
}

@media (max-width: 599px) {
  .sec_03 .inner .box .con:nth-of-type(2) dd:nth-of-type(2)::before {
    font-size: 1.571rem;
  }
}

.sec_03 .inner .box .con:nth-of-type(2) dd:nth-of-type(2) p {
  font-size: 1.56rem;
}

@media (max-width: 599px) {
  .sec_03 .inner .box .con:nth-of-type(2) dd:nth-of-type(2) p {
    font-size: 1.3rem;
  }
}

.sec_03 .inner .box .con:nth-of-type(2) dd:nth-of-type(2) span {
  display: block;
  text-align: right;
  font-size: 0.857rem;
}

.sec_03 .inner .box .con:nth-of-type(2) dd.ad {
  margin-top: 5%;
  font-size: 0.875rem;
  text-align: left;
}

.sec_04 .con_1 {
  padding-top: 8%;
}

.sec_04 .con_1 .red_line {
  margin-bottom: 12%;
  font-size: 1.2em;
}

@media (max-width: 599px) {
  .sec_04 .con_1 .red_line {
    font-size: 1rem;
  }
}

.sec_04 .con_1 .red_line span {
  margin-top: 3%;
}

.sec_04 .con_1 .b_grd {
  position: relative;
  background: linear-gradient(to bottom, #ffffff 0%, #525252 30%, #2c2c2c 40%, #1d1d1d 50%, #000000 100%);
  z-index: 1;
  padding-bottom: 50%;
}

.sec_04 .con_1 .b_grd:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50%;
  width: 100%;
  background: url(../img/failure_bg.png) no-repeat bottom right;
  background-size: contain;
  z-index: -1;
}

.sec_04 .con_1 .b_grd:after {
  content: '';
  background: url(../img/failure_arrow.png) no-repeat center center;
  position: absolute;
  bottom: -2.25em;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  width: 8.5em;
  height: 4.2em;
  z-index: 1;
}

.sec_04 .con_1 .b_grd .box {
  font-size: 1.35rem;
  padding: 6% 3% 3%;
  line-height: 150%;
  border: 4px solid #2B2B2B;
  background: #fff;
  font-weight: 700;
  position: relative;
}

@media (max-width: 599px) {
  .sec_04 .con_1 .b_grd .box {
    font-size: 1.125rem;
  }
}

.sec_04 .con_1 .b_grd .box:before {
  content: '';
  background: url(../img/caution.png) no-repeat;
  position: absolute;
  background-size: contain;
  width: 3.2em;
  height: 3.2em;
  left: 50%;
  top: -20%;
  transform: translateX(-50%);
}

.sec_04 .con_1 .b_grd .box strong {
  font-size: 2.2284rem;
  background: #EFE832;
  padding: 2%;
  padding-top: 1%;
  display: inline-block;
  margin-top: 1%;
  margin-right: 1%;
}

@media (max-width: 599px) {
  .sec_04 .con_1 .b_grd .box strong {
    font-size: 1.857rem;
  }
}

.sec_04 .con_1 .b_grd .failure {
  margin-top: 9%;
}

.sec_04 .con_1 .b_grd .failure h4 {
  text-align: center;
  color: #fff;
  margin-bottom: 5%;
}

.sec_04 .con_1 .b_grd .failure h4 span {
  position: relative;
  display: inline-block;
  padding: 0 10%;
  line-height: 110%;
  font-size: 2.775rem;
}

@media (max-width: 599px) {
  .sec_04 .con_1 .b_grd .failure h4 span {
    font-size: 1.85rem;
  }
}

.sec_04 .con_1 .b_grd .failure h4 span::before, .sec_04 .con_1 .b_grd .failure h4 span::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10%;
  height: 1px;
  background-color: #fff;
}

.sec_04 .con_1 .b_grd .failure h4 span::before {
  left: 0;
}

.sec_04 .con_1 .b_grd .failure h4 span::after {
  right: 0;
}

.sec_04 .con_1 .b_grd .failure .failure_list .group {
  padding: 3% 0;
  padding-left: 1.5%;
}

.sec_04 .con_1 .b_grd .failure .failure_list .group:first-of-type {
  padding-top: 0;
}

.sec_04 .con_1 .b_grd .failure .failure_list .group:not(:last-of-type) {
  border-bottom: 1px dotted #696969;
  padding-bottom: 3%;
}

.sec_04 .con_1 .b_grd .failure .failure_list .group .icon {
  width: 8%;
}

.sec_04 .con_1 .b_grd .failure .failure_list .group dd {
  width: calc(100% - 8%);
  padding-left: 3%;
  color: #fff;
}

.sec_04 .con_1 .b_grd .failure .failure_list .group dd span {
  color: #EFE832;
  text-decoration: underline;
}

.sec_05 {
  background: #EBEBE2;
}

.sec_05 h2 .con_1 {
  padding: 5.6% 0 2.4%;
  letter-spacing: -.04em;
  font-size: 1.713rem;
  line-height: 160%;
}

@media (max-width: 599px) {
  .sec_05 h2 .con_1 {
    font-size: 1.125rem;
  }
}

.sec_05 h2 .con_1 span {
  font-size: 2.3565rem;
  color: #213D78;
}

@media (max-width: 599px) {
  .sec_05 h2 .con_1 span {
    font-size: 1.375rem;
  }
}

.sec_05 h2 .con_2 {
  background: #EFE832;
  padding: 5% 0 10%;
}

.sec_05 h2 .con_2 .catch {
  position: relative;
  z-index: 1;
}

.sec_05 h2 .con_2 .catch .tit {
  font-size: 2.4rem;
  line-height: 200%;
  color: #2B2B2B;
}

@media (max-width: 599px) {
  .sec_05 h2 .con_2 .catch .tit {
    font-size: 2rem;
  }
}

@media (max-width: 599px) {
  .sec_05 h2 .con_2 .catch .tit {
    font-size: 1.375rem;
  }
}

.sec_05 h2 .con_2 .catch .tit span {
  font-size: 4.8rem;
}

@media (max-width: 599px) {
  .sec_05 h2 .con_2 .catch .tit span {
    font-size: 3rem;
  }
}

.sec_05 h2 .con_2 .catch .tit strong {
  font-size: 3.8rem;
  color: #fff;
  background: #2B2B2B;
  padding: .5% 1% 1.5% 1%;
  display: inline-block;
  margin-top: 2%;
  margin-right: 5px;
}

@media (max-width: 599px) {
  .sec_05 h2 .con_2 .catch .tit strong {
    font-size: 2.5rem;
  }
}

.sec_05 h2 .con_2 .catch .img {
  position: absolute;
  top: -35%;
  right: -6%;
  z-index: -1;
  text-align: right;
  width: 65%;
}

.sec_05 h2 .con_2 .catch .img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sec_05 .box {
  padding: 5.6% 6.67% 10.67% 6.67%;
  background: #fff;
  border-radius: 22px;
  margin-top: -7.2%;
}

.sec_05 h3 {
  font-size: 1.7136rem;
  line-height: 160%;
  text-align: center;
}

@media (max-width: 599px) {
  .sec_05 h3 {
    font-size: 1.428rem;
  }
}

.sec_05 h3 strong {
  font-size: 1.625rem;
  display: block;
  text-align: center;
  background: #213D78;
  color: #fff;
  border-radius: 50%;
  width: 72%;
  margin: -10% auto 6.67% auto;
  padding: 5.7% 2%;
}

.sec_05 h3 span {
  font-size: 2.1rem;
}

@media (max-width: 599px) {
  .sec_05 h3 span {
    font-size: 1.75rem;
  }
}

.sec_05 p {
  font-size: 0.875rem;
}

.sec_05 .img img {
  width: 100%;
}

.sec_06 {
  background: #213D78;
  padding: 6.13% 0 5.33%;
  color: #fff;
}

.sec_06 h3 {
  color: #FFFCA7;
  font-size: 1.5rem;
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #213D78 0%, #213D78 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 95%, #FFFCA7 100%);
  background-size: 8px 100%, 100% 2.2em;
  line-height: 2.2em;
  margin-bottom: 6.13%;
  padding: 0 0 2%;
}

@media (max-width: 599px) {
  .sec_06 h3 {
    font-size: 6.2vw;
  }
}

.sec_06 p {
  margin: 6.13% 0;
}

.sec_06 p:last-of-type {
  margin-bottom: 0;
}

.sec_06 .box {
  background: #fff;
  border-radius: 22px;
  padding: 6.4%;
}

.sec_06 .box dt {
  text-align: center;
  color: #213D78;
  font-size: 1.5rem;
  line-height: 140%;
}

@media (max-width: 599px) {
  .sec_06 .box dt {
    font-size: 1.25rem;
  }
}

.sec_06 .box dt img {
  width: 24.795%;
}

.sec_06 .box dt span {
  margin: 4% 0;
  display: block;
}

.sec_06 .box dd {
  color: #2B2B2B;
}

.sec_07 .con_1 {
  padding: 20% 0 4.53%;
}

@media (max-width: 599px) {
  .sec_07 .con_1 {
    padding-top: 30%;
  }
}

.sec_07 .con_1 h2 {
  background: #EFE832;
  padding: 5% 0 8.8%;
  margin-bottom: 6.67%;
  text-align: center;
  font-size: 3rem;
  line-height: 130%;
  position: relative;
}

@media (max-width: 599px) {
  .sec_07 .con_1 h2 {
    font-size: 2rem;
  }
}

.sec_07 .con_1 h2:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 24.5px 0 24.5px;
  border-color: #efe932 transparent transparent transparent;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}

.sec_07 .con_1 h2 img {
  width: 48%;
  margin-top: -23%;
}

.sec_07 .con_1 h2 span {
  display: block;
}

.sec_07 .con_2 {
  background: #EBEBE2;
  padding: 8% 0;
}

.sec_07 .con_3 {
  padding: 8% 0;
}

.sec_07 .con_3 h4 {
  font-size: 1.625rem;
  margin-bottom: 1.375rem;
}

.sec_07 .con_3 h4 strong {
  font-size: 2.22rem;
  background: #EFE832;
  padding: 2%;
  padding-top: 1%;
  display: inline-block;
  margin-bottom: 1%;
  margin-right: 1%;
}

@media (max-width: 599px) {
  .sec_07 .con_3 h4 strong {
    font-size: 1.857rem;
  }
}

.sec_07 h3.tac {
  position: relative;
  margin-bottom: 7%;
}

.sec_07 h3.tac img {
  width: 23.64%;
}

.sec_07 h3.tac span {
  display: block;
  font-size: 1.95rem;
  line-height: 120%;
  position: relative;
  color: #213D78;
  margin: 2.67% 0 0;
  padding-bottom: 5%;
}

@media (max-width: 599px) {
  .sec_07 h3.tac span {
    font-size: 1.625rem;
  }
}

.sec_07 h3.tac:after {
  content: '';
  height: 5px;
  width: 34%;
  background: #213D78;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sec_07 .con_4 h3 {
  font-size: 3rem;
  line-height: 120%;
  background: #EFE832;
  padding: 6.13% 0 5.07%;
  text-align: center;
}

@media (max-width: 599px) {
  .sec_07 .con_4 h3 {
    font-size: 2rem;
  }
}

.sec_07 .con_4 h3 .in {
  justify-content: center;
}

.sec_07 .con_4 h3 .in span:nth-of-type(1) {
  font-size: 6rem;
  margin-right: 2%;
}

@media (max-width: 599px) {
  .sec_07 .con_4 h3 .in span:nth-of-type(1) {
    font-size: 4rem;
  }
}

.sec_07 .con_4 h3 .in span:nth-of-type(2) {
  font-size: 2.25rem;
}

@media (max-width: 599px) {
  .sec_07 .con_4 h3 .in span:nth-of-type(2) {
    font-size: 1.875rem;
  }
}

.sec_07 .con_4 h3 strong {
  font-size: 2.62rem;
  color: #fff;
  background: #2B2B2B;
  padding: 1.5%;
  display: inline-block;
  margin-top: 2%;
  margin-right: 0;
  min-width: 68%;
}

@media (max-width: 599px) {
  .sec_07 .con_4 h3 strong {
    font-size: 2.187rem;
  }
}

.sec_07 .con_4 p {
  color: #2B2B2B;
  font-size: 1.25rem;
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #ffffff 0%, #ffffff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 95%, #5a5a5a 100%);
  background-size: 8px 100%, 100% 2.2em;
  line-height: 2.2em;
  margin: 4.53% auto 5.87%;
}

.sec_08 {
  padding: 14.8% 0 4.27%;
  background: #EBEBE2;
}

.sec_08 h2 {
  font-size: 1.95rem;
  background: #213D78;
  padding: 3.6%;
  margin-bottom: 8%;
  color: #fff;
  position: relative;
}

@media (max-width: 599px) {
  .sec_08 h2 {
    font-size: 1.625rem;
  }
}

.sec_08 h2:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 22px;
  border-color: transparent transparent #002855 transparent;
  position: absolute;
  top: -15px;
  left: 0;
}

.sec_08 h2:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 22px 0 0;
  border-color: #002855 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  right: 0;
}

.sec_08 .promise_list {
  padding: 10% 6.67% 10.67% 6.67%;
  background: #fff;
  border-radius: 22px;
  margin-top: -10%;
}

.sec_08 .promise_list dl:not(:last-of-type) {
  margin-bottom: 14%;
}

.sec_08 .promise_list dl dt {
  font-size: 1.625rem;
  color: #213D78;
  position: relative;
  line-height: 130%;
  padding-bottom: 3%;
  margin-bottom: 4%;
  border-bottom: 1px dashed #5A5A5A;
  width: 100%;
  font-weight: 700;
  padding-left: calc(1em + 7%);
}

.sec_08 .promise_list dl dt:before {
  counter-increment: number 1;
  content: counter(number) " ";
  background: #213D78;
  color: #fff;
  font-size: 1.875rem;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.2em;
  width: 1.2em;
  position: absolute;
  left: 0;
}

.sec_09 .question {
  background: #EFE832;
}

.sec_09 .question .in-g {
  padding: 18% 0 4%;
  position: relative;
}

.sec_09 .question .in-g .in {
  width: 70%;
  padding: 0;
  margin: 0;
  margin-top: -22%;
  margin-right: -25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_09 .question .in-g .in span {
  background-image: none;
  line-height: 150%;
}

.sec_09 .question .in-g .in::after {
  content: '';
  background: url(../img/question_back_2.png) no-repeat center center;
  background-size: contain;
  background-position: 0 1.8em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sec_09 .question .in-g .img {
  width: 45%;
  margin-left: -3%;
  margin-bottom: -4%;
  z-index: 1;
  text-align: center;
}

.sec_09 .con_1 {
  padding: 12% 0 6.67%;
  position: relative;
}

.sec_09 .con_1:before {
  content: '';
  display: block;
  width: 9.5em;
  height: 9.5em;
  background-size: contain;
  background: url(../img/sec09_bg.png) no-repeat;
  position: absolute;
  right: -1%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.sec_09 .con_1:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 24.5px 0 24.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}

.sec_09 .con_1 .red_line {
  margin-bottom: 4.27%;
}

.sec_09 .con_1 .red_line span {
  font-size: 3rem;
}

@media (max-width: 599px) {
  .sec_09 .con_1 .red_line span {
    font-size: 2.375rem;
  }
}

.sec_09 .con_1 .lead {
  line-height: 170%;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 599px) {
  .sec_09 .con_1 .lead {
    font-size: 1.25rem;
  }
}

.sec_09 .con_1 .lead .yellow_line {
  font-size: 2.625rem;
  line-height: 130%;
}

@media (max-width: 599px) {
  .sec_09 .con_1 .lead .yellow_line {
    font-size: 1.75rem;
  }
}

.sec_09 .con_2 {
  background: #213D78;
  padding: 13.33% 0 6.93%;
}

.sec_09 .con_2 dl {
  padding: 6.67% 6.67% 10.67% 6.67%;
  background: #fff;
  border-radius: 22px;
}

.sec_09 .con_2 dl:not(:last-of-type) {
  margin-bottom: 6.4%;
}

.sec_09 .con_2 dl dt {
  display: block;
  font-size: 1.95rem;
  line-height: 120%;
  position: relative;
  color: #213D78;
  margin: 0 0 2.67% 0;
  padding-bottom: 6%;
  font-weight: 700;
  margin-bottom: 8.8%;
}

@media (max-width: 599px) {
  .sec_09 .con_2 dl dt {
    font-size: 1.625rem;
  }
}

.sec_09 .con_2 dl dt:after {
  content: '';
  height: 5px;
  width: 30%;
  background: #213D78;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contact_area {
  background: #E5EBF5;
  padding: 10.13% 0 16%;
}

.contact_area h2 {
  display: block;
  font-size: 1.95rem;
  line-height: 140%;
  position: relative;
  color: #213D78;
  margin: 0 0 2.67% 0;
  padding-bottom: 6%;
  font-weight: 700;
  margin-bottom: 8.8%;
}

@media (max-width: 599px) {
  .contact_area h2 {
    font-size: 1.625rem;
  }
}

.contact_area h2:after {
  content: '';
  height: 5px;
  width: 30%;
  background: #213D78;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contact_area form {
  position: relative;
  z-index: 2;
}

.contact_area dl:not(:last-of-type) {
  margin-bottom: 6.67%;
}

.contact_area dl dt {
  margin-bottom: 2%;
  font-size: 1.1rem;
  font-weight: 700;
}

.contact_area dl dt label {
  display: flex;
  align-items: center;
  width: 100%;
}

.contact_area dl dt span {
  font-size: 0.875rem;
  display: inline-block;
  padding: 1% 2.5%;
  line-height: 1;
  border-radius: 6px;
  color: #fff;
  margin-left: 2%;
  vertical-align: unset;
}

.contact_area dl dt span.req {
  background: #E81E1E;
}

.contact_area dl dt span.any {
  background: #1766D1;
}

.contact_area dl dt p {
  font-weight: 500;
}

.contact_area dl dl dt {
  font-size: 1rem;
  font-weight: 500;
}

.contact_area input::placeholder {
  color: #BFBFBF;
  font-size: 1rem;
}

.contact_area input[type=text], .contact_area input[type=tel], .contact_area input[type=email] {
  border: 1px solid #DEDEDE;
  background: #fff;
  width: 100%;
  padding: 5%;
  border-radius: 6px;
}

.contact_area input[type=text].post_no {
  width: 80%;
  margin-left: .5em;
  margin-bottom: 3.47%;
}

.contact_area textarea {
  border: 1px solid #DEDEDE;
  background: #fff;
  width: 100%;
  padding: 5%;
  border-radius: 6px;
}

.contact_area textarea::placeholder {
  color: #BFBFBF;
  font-size: 1rem;
}

.contact_area .select_area span {
  display: block;
}

.contact_area .select_area span:not(:last-of-type) {
  margin-bottom: 1.5%;
}

.contact_area .select_area span label {
  position: relative;
  display: block;
  padding: 3.35% 2% 3.35% 3.5em;
  background: #F5F5F5;
  border: 1px solid #DEDEDE;
  border-radius: 6px;
}

.contact_area .select_area span input[type=radio] {
  margin-right: 8px;
  display: none;
}

.contact_area .select_area span input[type=radio] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 1.375em;
  height: 1.375em;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #C9C9C9;
  left: 1.5625em;
  top: 50%;
  transform: translateY(-50%);
}

.contact_area .select_area span input[type=radio] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #333;
  left: 1.875em;
  top: 50%;
  opacity: 0;
  transition: .3s;
  transform: translateY(-50%);
}

.contact_area .select_area span input[type=radio]:checked + label {
  background: #dedede;
}

.contact_area .select_area span input[type=radio]:checked + label::after {
  opacity: 1;
}

.contact_area .select_area span input[type=checkbox] {
  margin-right: 8px;
  display: none;
}

.contact_area .select_area span input[type=checkbox] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 1.375em;
  height: 1.375em;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #C9C9C9;
  left: 1.5625em;
  top: 50%;
  transform: translateY(-50%);
}

.contact_area .select_area span input[type=checkbox] + label::after {
  position: absolute;
  content: '';
  display: block;
  left: 2.05em;
  top: calc(50% - 0.1em);
  opacity: 0;
  transition: .3s;
  width: 10px;
  height: 5px;
  border-left: 3px solid #213D78;
  border-bottom: 3px solid #213D78;
  transform: rotate(-45deg) translateY(-50%);
}

.contact_area .select_area span input[type=checkbox]:checked + label {
  background: #dedede;
}

.contact_area .select_area span input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.contact_area .btn {
  margin: 5.87% auto 0;
  display: block;
}

.contact_area .btn input[type=submit] {
  background: #E6002D;
  text-align: center;
  color: #fff;
  border: none;
  display: block;
  width: 87%;
  margin: auto;
  padding: 7.85%;
  font-size: 1.2em;
  font-weight: 700;
  border-radius: 9px;
  box-shadow: 0 3px 0 #4A1212;
  transition: 0.2s ease-in-out;
}

.contact_area .btn input[type=submit]:active {
  transform: translateY(3px);
  box-shadow: none;
}

.contact_area .sbmt_btn {
  margin: 5.87% auto 0;
  display: block;
}

.contact_area .sbmt_btn input[type=submit] {
  background: #E6002D;
  text-align: center;
  color: #fff;
  border: none;
  display: block;
  width: 87%;
  margin: auto;
  padding: 7.85%;
  font-size: 1.2em;
  font-weight: 700;
  border-radius: 9px;
  box-shadow: 0 3px 0 #4A1212;
  transition: 0.2s ease-in-out;
}

.contact_area .sbmt_btn input[type=submit]:active {
  transform: translateY(3px);
  box-shadow: none;
}

footer h2 {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  padding: 5.6% 0;
  background: #AD4044;
  color: #fff;
  position: relative;
}

footer h2:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #AD4044 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

footer .con_1 .inner {
  padding: 7% 0;
  border-bottom: 1px solid #C1C1C1;
}

footer .con_1 .inner img {
  width: 74%;
}

footer .con_2 {
  padding: 7% 0;
}

footer .con_2 .name {
  font-size: 0.937rem;
  line-height: 160%;
  margin-bottom: 5.33%;
}

footer .con_2 .add {
  font-size: 0.812rem;
  line-height: 146%;
}

footer .con_3 {
  padding: 5% 0 32%;
  background: #524F4F;
  color: #D6D6D6;
}

footer .con_3 .link {
  text-align: center;
}

footer .con_3 .link a {
  text-decoration: underline;
  color: #D6D6D6;
  font-size: 0.687rem;
}

footer .con_3 .copy {
  font-size: 0.75rem;
  line-height: 150%;
}

.fix_btn {
  position: fixed;
  bottom: 0;
  z-index: 3;
  width: 100%;
  max-width: 750px;
}

.fix_btn a {
  display: block;
}

.fix_btn a img {
  width: 100%;
}

.fm_send {
  text-align: center;
  padding: 80px 0;
}
/*# sourceMappingURL=style.css.map */