@charset "UTF-8";
@media screen and (max-width: 1080px){
  .contents{
    width: 1080px !important;
  }
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
/*topview*/
.area_view {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  text-align: -webkit-center;
}
.area_view .container{
  max-width: 1250px;
  margin: 0 auto;
  padding: 0;
} 
.area_view .img {
  display: flex;
  justify-content: center;
}
.area_view .img img{
  width: 95%;
}
/*present*/
.area_present{
  margin: 50px 0;
}
.area_present .description {
  color: #211F1F;
  text-align: center;
  margin: 0;
  padding: 10px 10px;
  font: 500 17px / 2.4em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
}
/*bk*/
.bk {
  border: 2px solid #000;
  margin: 0 100px;
}
.moraeru {
  background: #2694C7;
  margin: 0;
  padding: 24px 0 22px;
  text-align: center;
  color: #fff;
  font: 500 27px / 1.2em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
  position: relative;
}
.moraeru::before {
  position: absolute;
  content: '';
  top: 48%;
  left: 10%;
  width: 32px;
  height: 32px;
  transform: translatey(-50%);
  background: url(../images/border1_icon.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 0;
}
.moraeru::after {
  position: absolute;
  content: '';
  top: 48%;
  right: 10%;
  width: 32px;
  height: 32px;
  transform: translatey(-50%);
  background: url(../images/border2_icon.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 0;
}
/*overview*/
.area_overview {
  padding: 32px 0 40px;
}
.area_overview .head .description{
  text-align: center;
  margin: 0;
  color: #292929;
  font: 600 24px / 1.4em "Work Sans", sans-serif;
  letter-spacing: 0.05em;
}
.area_overview .head .description strong{
  position: relative;
  font: 600 48px / 1.2em "Work Sans", sans-serif;
  z-index: 1;
  color: #000;
  letter-spacing: 0;
  margin: 0 5px;
}
.area_overview .head .description strong::before{
  position: absolute;
  content: "";
  height: 12px;
  width: 100%;
  bottom: 4px;
  z-index: -1;
  border-bottom: 12px solid #FEE664;
}
.area_overview .head .description span{
  position: relative;
  font: 600 24px / 1.4em "Work Sans", sans-serif;
  z-index: 1;
  color: #292929;
  letter-spacing: 0.1em;
}
.area_overview .head .description b{
  position: relative;
  font: 500 16px / 1.4em "Work Sans", sans-serif;
  z-index: 1;
  color: #292929;
  letter-spacing: 0.1em;
}
.area_overview .body{
  text-align: center;
  margin: 24px 0 0;
}
.area_overview .body .img img{
  width: 100%;
}
.area_overview .body .ttl{
  margin: 0;
  color: #226BAC;
  font: 800 25px / 1.2em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
}
.area_overview .body .ttl span{
  margin: 0;
  color: #226BAC;
  font: 700 40px / 1.2em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
}
.area_overview .foot{
  margin: 20px 0 0;
}
/*list_conditions*/
.list_conditions {
  padding: 32px 55px 42px 55px;
  margin: 0 42px;
  border-radius: 60px;
  border: 2px solid #237BC9;
}
.list_conditions .img{
  text-align: center;
}
.list_conditions .img img{
  width: 60%;
}
.list_conditions >li {
  padding: 24px 0 0;
  margin: 0 0 0 40px;
  list-style-type: none;
}
.list_conditions .item{
  margin: 0;
  color: #261313;
  font: 500 16px / 1.5em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
  position: relative;
}
.list_conditions .item strong{
  color: #261313;
  font: 400 16px / 1.5em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
  text-decoration:underline;
}
.list_conditions .item::before{
  position: absolute;
  content: '';
  top: 10px;
  left: -36px;
  width: 22px;
  height: 22px;
  transform: translatey(-50%);
  background: url(../images/check.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 0;
}
.list_conditions .cnt{
  margin: 6px 0 0;
  color: #4c5252;
  font: 400 12px / 1.4em "Work Sans", sans-serif;
  letter-spacing: 0.18em;
}
.list_conditions .cnt span{
  margin: 6px 0 0;
  color: #4c5252;
  font: 400 12px / 1.4em "Work Sans", sans-serif;
  letter-spacing: 0.18em;
  text-decoration:underline;
}
/*flow*/
.area_flow{
  background: #FFF5F5;
  border-radius: 50px;
  padding: 0 0 80px;
  position: relative;
  z-index: 1;
}
.area_flow::after{
  position: absolute;
  content: '';
  bottom: -1%;
  left: 8%;
  width: 223px;
  height: 100px;
  transform: translatey(-50%);
  background: url(../images/present.png) no-repeat center center !important;
  background-size: contain !important;
  z-index: 0;
}
.area_flow .head{
  padding: 42px 0 0;
}
.area_flow .body{
  margin: 48px 0 0;
}
/*list_step*/
.list_step {
  padding: 0;
  margin: 24px 0 0;
}
.list_step >li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.list_step >li.step_1,
.list_step >li.step_2,
.list_step >li.step_3,
.list_step >li.step_4,
.list_step >li.step_5 {
  position: relative;
}
.list_step >li.step_1::before,
.list_step >li.step_2::before,
.list_step >li.step_3::before,
.list_step >li.step_4::before,
.list_step >li.step_5::before{
  content: '';
  position: absolute;
  top: -3%;
  left: 42%;
  width: 120px;
  height: 36px;
}
.list_step >li.step_1::before {
  background: url(../images/step_1_text.png) no-repeat center center !important;
  background-size: contain !important;
}
.list_step >li.step_2::before {
  background: url(../images/step_2_text.png) no-repeat center center !important;
  background-size: contain !important;
}
.list_step >li.step_3::before {
  background: url(../images/step_3_text.png) no-repeat center center !important;
  background-size: contain !important;
}
.list_step >li.step_4::before {
  top: -15px;
  background: url(../images/step_4_text.png) no-repeat center center !important;
  background-size: contain !important;
}
.list_step >li.step_5::before {
  background: url(../images/step_5_text.png) no-repeat center center !important;
  background-size: contain !important;
}
.list_step >li+li {
  margin: 30px 0 0;
}
.list_step article{
  background: #fff;
  border: 8px solid #DDDDDD;
  border-radius: 15px;
  padding: 36px 42px;
  margin: 0 50px;
  text-align: center;
}
.list_step .ttl{
  margin: 0;
  color: #261313;
  font: 500 17px / 1.5em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
}
.list_step .ttl strong{
  margin: 0;
  color: #261313;
  font: 500 17px / 1.8em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
  z-index: 1;
  position: relative;
}
.list_step .ttl b{
  margin: 0;
  color: #261313;
  font: 600 22px / 1.5em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
  z-index: 1;
  position: relative;
}
.list_step .ttl strong::before{
  position: absolute;
  content: "";
  height: 8px;
  width: 100%;
  bottom: 0;
  z-index: -1;
  border-bottom: 8px solid #FEE664;
}
.list_step .description{
  margin: 22px 0 0;
  color: #261c1c;
  font: 500 13px / 1.4em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
}
.list_step .description strong{
  margin: 20px 0 0;
  color: #261313;
  font: 500 15px / 1.8em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
}
.list_step .cnt{
  margin: 18px 0 0;
  color: #EB6C73;
  font: 400 13px / 1.5em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
}
/*btnarea*/
.btnarea{
  display: flex;
  justify-content: center;
  margin: 18px 0 0;
}
.btnarea .btn{
  border: 3px solid #000;
  border-radius: 30px;
  text-decoration: auto;
  flex: 1;
  color: #fff;
  background: #237BC9;
  letter-spacing: 0.12em;
  max-width: 455px;
  padding: 20px 15px 20px 10px;
  font: 400 18px / 1em "Work Sans", sans-serif;
  position: relative;
  text-align: center;
}
.btnarea .btn::after {
  position: absolute;
  content: '';
  top: 29px;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: translatey(-50%);
  background: url(../images/triangle_white.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 0;
}
.btnarea .btn:hover{
  opacity: 0.7;
}
/*case*/
.area_case{
  background: #F2F2F2;
  border-radius: 50px;
  padding: 0 0 80px;
  margin: 48px 0 0;
}
.area_case .head{
  padding: 42px 0 0;
}
.area_case .body{
  margin: 48px 0 0;
}
/*list_case*/
.list_case {
  padding: 0;
  margin: 24px 0 0;
}
.list_case >li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.list_case >li.case_1,
.list_case >li.case_2,
.list_case >li.case_3,
.list_case >li.case_4{
  position: relative;
}
.list_case >li.case_1::before,
.list_case >li.case_2::before,
.list_case >li.case_3::before,
.list_case >li.case_4::before{
  content: '';
  position: absolute;
  top: -4%;
  left: 15%;
  width: 500px;
  height: 48px;
}
.list_case >li.case_1::before {
  background: url(../images/case_1_text.png) no-repeat center center !important;
  background-size: contain !important;
}
.list_case >li.case_2::before {
  background: url(../images/case_2_text.png) no-repeat center center !important;
  background-size: contain !important;
}
.list_case >li.case_3::before {
  background: url(../images/case_3_text.png) no-repeat center center !important;
  background-size: contain !important;
  top: -18px;
}
.list_case >li.case_4::before {
  top: -20px;
  background: url(../images/case_4_text.png) no-repeat center center !important;
  background-size: contain !important;
}
.list_case >li+li {
  margin: 48px 0 0;
}
.list_case article{
  background: #fff;
  border: 8px solid #DDDDDD;
  border-radius: 15px;
  padding: 42px 64px 32px;
  margin: 0 50px;
  text-align: center;
}
.list_case .ttl{
  margin: 0;
  color: #261313;
  font: 500 16px / 1.5em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
}
.list_case .ttl strong{
  margin: 0;
  color: #261313;
  font: 500 18px / 1.8em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
  z-index: 1;
  position: relative;
}
.list_case .ttl b{
  margin: 0;
  color: #261313;
  font: 600 22px / 1.5em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
  z-index: 1;
  position: relative;
}
.list_case .ttl strong::before{
  position: absolute;
  content: "";
  height: 8px;
  width: 100%;
  bottom: 0;
  z-index: -1;
  border-bottom: 8px solid #FEE664;
}
.list_case .description{
  margin: 20px 0 0;
  color: #6F6E6E;
  font: 500 13px / 1.5em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
}
.list_case .cnt{
  margin: 24px 0 0;
  color: #6F6E6E;
  font: 500 13px / 1.6em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
}
/*list_oubo*/
.list_oubo {
  padding: 10px 0 0;
}
.list_oubo >li {
  padding: 0;
  list-style-type: none;
}
.list_oubo article{
  border: none;
  padding: 0;
  margin: 0;
  text-align: start;
}
.list_oubo .item{
  margin: 7px 0 0;
  color: #0F0C0C;
  font: 500 14px / 1.5em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
}
.list_oubo .cnt{
  margin: 12px 0 0;
  color: #625e5e;
  font: 500 13px / 1.5em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
}
.list_oubo .cnt span{
  margin: 12px 0 0;
  color: #DB0303;
  font: 500 13px / 1.5em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
}
/*precautions*/
.area_precautions {
  padding: 60px 0 0;
}
.area_precautions .heading {
  text-align: center;
}
.area_precautions .heading img{
  width: 16%;
}
.area_precautions .body{
  margin: 40px 70px;
}
.area_precautions .ttl{
  margin: 20px 0 0;
  color: #25A7E1;
  font: 600 14px / 1.5em "Noto Sans JP", sans-serif;
  letter-spacing: 0.01em;
}
.area_precautions .description{
  margin: 12px 0 0;
  color: #333333;
  font: 400 12px / 2em "Noto Sans JP", sans-serif;
  letter-spacing: 0.18em;
}
/*qa*/
.area_qa {
  padding: 60px 0 0;
  z-index: 1;
  position: relative;
}
.area_qa::before {
  position: absolute;
  content: '';
  top: 5%;
  left: 18%;
  width: 115px;
  height: 110px;
  transform: translatey(-50%);
  background: url(../images/boy.png) no-repeat center center !important;
  background-size: contain !important;
  z-index: 2;
}
.area_qa::after {
  position: absolute;
  content: '';
  top: 5%;
  right: 18%;
  width: 115px;
  height: 110px;
  transform: translatey(-50%);
  background: url(../images/girl.png) no-repeat center center !important;
  background-size: contain !important;
  z-index: 2;
}
.area_qa .heading {
  text-align: center;
}
.area_qa .heading img{
  width: 25%;
}
.area_qa .body{
  margin: 0 36px
}
/*list_qa*/
.list_qa{
  padding: 16px 0 0;
  z-index: 1;
  position: relative;
}
.list_qa >li {
    padding: 0;
    list-style-type: none;
}
.list_qa >li+li {
  margin: 20px 0 0;
}
.list_qa article {
    border: none;
    padding: 0;
    margin: 0;
    text-align: start;
}
.list_qa .q{
  background: #E0F3FD;
}
.list_qa .ttl{
  display: flex;
  margin: 0;
  padding: 18px 16px 18px 16px;
  align-items: center;
  font: 400 15px / 1.4em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
}
.list_qa .description{
  border: 1px solid #DDDDDD;
  margin: 0;
  padding: 16px;
  font: 400 14px / 1.4em "Work Sans", sans-serif;
  letter-spacing: 0.12em;
}
/*offer*/
.area_offer{
  padding: 60px 0 120px;
}
.area_offer .description{
  margin: 12px 36px 0;
  color: #333333;
  font: 300 13px / 2em "Work Sans", sans-serif;
  letter-spacing: 0.18em;
}
