@charset "utf-8";



.mv{
  height: 80vh;
  min-height: 800px;
  background-color: #ffebf3;
  background-image: url(../img/top/mv.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 48% auto;
  z-index: 1;
  position: relative;
  position: relative;
}

.mv::after {
  content: '';
  display: block;
  background-color: #ffebf3;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: -159.6px;
  left: 0;
}
.mv__inner{
  max-width:1200px;
  width:90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
}

.mv__lead{
  font-size: 4rem;
  line-height: 1.6;
  font-weight: bold;
  color: #484848;
}

.mv__lead::after{
  content: "";
  width: 100px;
  height: 10px;
  border-radius: 5px;
  display: block;
  background-color: var(--keyColor);
  margin-top: 10px;
}
.mv__txt{
  color:#7D7D7D;
  margin-top: 30px;
  font-size: 1.8rem;
  max-width: 50%;  
}
.mv__btn_wrap{
  display: flex;
  margin-top: 60px;
}
.mv__btn{
  width: 220px;
  height: 60px;
  border-radius: 35px;
  border: 2px var(--keyColor) solid;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--keyColor);
 }
 .mv__btn:hover{
  text-decoration: none;
 }
 .mv__btn + .mv__btn{
  margin-left: 15px;
 }

.mv__btn--w{
  background-color: #fff;
}

.mv__btn--w:hover{
  color: #fff;
  background-color: var(--keyColor);
  opacity: 1;
}

.mv__btn--bd{
  color: #fff;
  background-color: var(--keyColor);
}

.mv__btn--bd:hover{
  color: var(--keyColor);
  background-color: #fff;
  opacity: 1;
}


@media screen and (max-width: 1600px) {
  .mv{
  height: auto;
  min-height: auto;
}
}

@media screen and (max-width: 1100px) {

  .mv__lead{
    font-size: 3.4rem;
  }
  .mv__txt{
    font-size: 2rem;
  }
}

@media screen and (max-width: 900px) {
  .mv{
  height: 105vh;
  min-height: 800px;
  background-size: 50% auto;
  background-position: center bottom;
  }
  .mv::after {
  height: 50px;
  bottom: -49px;
  }
  .mv__lead{
   font-size: 5rem;
   margin-top: 30px;
  }
  .mv__lead::after{
    height: 5px;
  }
  .mv__txt{
    margin-top: 20px;
    font-size: 2rem;
    max-width: 100%;  
  }
  .mv__btn_wrap{

    display: block;
    margin-top: 20px;
  }
  .mv__btn{
    width: 100%;
    margin: 0 auto;
    height: 50px;
    font-size: 2rem;
  }
  .mv__btn + .mv__btn {
    margin-left: auto;
    margin-top: 10px;
  }
  }


@media screen and (max-width: 500px) {
  .mv{
  height: 95vh;
  min-height: 800px;
  background-size: 80% auto;
  background-position: center bottom;
  }
  .mv__lead{
    font-size: 4.8rem;
  }
  }

.container{
  height: 190vh;

}

.inner{
  max-width:1200px;
  width:90%;
  margin-left: auto;
  margin-right: auto;

}

.mv__bottom{
  padding: 240px 0 120px;
  background: url(../img/top/mv_intro_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 3.3rem;
  z-index: 0;
  position: relative;
}

.mv__bottom span{
  color: var(--keyColor);
  background-color: #fff;
  padding: 5px 10px;
  line-height: 2;
}


@media screen and (max-width: 1200px) {
.mv__bottom{
  padding: 220px 0 100px;
  font-size: 2.6rem;
}
}

@media screen and (max-width: 900px) {
.mv__bottom{
padding: 130px 0 60px;
margin-top: calc(80/1082 * 100vw * -1);
font-size: 3rem;
line-height: 2;
}
}
@media screen and (max-width: 500px) {
.mv__bottom{
font-size: 2rem;
}
}


.home_ttl{
  text-align: center;
  position: relative;

}
.home_ttl__bg{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 9.5rem;
  color: #EEEEEE;
  display: block;
  line-height: 1;
}
.home_ttl__txt{
  color: var(--keyColor);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
  font-size: 2.4rem;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .home_ttl__bg{
    font-size: 5.5rem;
  }
}

.home_merit{
  padding:60px 0 100px;

}

.merit__item{
  display: flex;
  justify-content: space-between;
  border: 4px solid #D5D5D5;
  border-radius: 10px;
  padding: 20px 60px;
  align-items: center;
  position: relative;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
}
.merit__item:nth-of-type(1){
  margin-top: 70px;
}
.merit__item:nth-of-type(2){
  flex-direction: row-reverse;
}
.merit__item + .merit__item{
  margin-top: 60px;
}

.merit__num{
  position: absolute;
  font-size: 9.5rem;
  font-weight: bold;
  top: -0.2em;
  left: 10px;
  font-family: "Roboto", sans-serif;
  color: var(--keyColor);

}
.merit__item:nth-of-type(2) .merit__num{
  right: 10px;
  left: auto;
}

.merit__img{
  width: 240px;
}

.merit__txt{
  width: calc(100% - 240px - 60px);
}

.merit__txt h3{
  font-size: 3.2rem;
  color: #484848;
  font-weight: bold;
  line-height: 1.4;
}

.merit__txt p{
  font-size: 1.8rem;
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
.merit__item{
display: block;
padding: 20px;
}
.merit__img {
  margin: 0 auto;
  text-align: center;
}
.merit__txt{
  width: 100%;
}
.merit__txt h3 {
  font-size: 3rem;
  margin-top: 20px;
}
.merit__txt p{
  margin-top: 20px;
}
}

@media screen and (max-width: 500px) {
  .home_merit{
  padding:60px 0 40px;
}
.merit__img {
  margin: 0 auto;
}
.merit__img img{
  max-width: 80%;
}
.merit__txt h3{
  font-size: 2.6rem;
}

}


.home_problem{
  padding: 100px 0 0;
  background-color: #EEEEEE;
  position: relative;
  margin-bottom: 160px;

}

.home_problem::after {
  content: '';
  display: block;
  background-color: #EEEEEE;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: -160px;
  left: 0;
  }

.home_problem h2{
  text-align: center;
  color: var(--keyColor);
  font-size: 2.6rem;
  font-weight: bold;
}


.problem__lead{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}

.problem__lead img{
  max-width: 150px;
}

.problem__lead p{
  margin-right: 50px;
  font-size: 3rem;
  font-weight: bold;
  text-align: right;
}

.problem__case{
  display: flex;
  font-size: 2.8rem;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.problem__case img{
  margin-right: 20px;
  display: inline-block;
}

.problem__list{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.problem__list li{
  max-width: 364px;
  width: 30%;
  color: #484848;
}

.problem__list p{
  margin-top: 20px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1100px) {
.problem__lead p{
  font-size: 2.4rem;
}
}
@media screen and (max-width: 900px) {
  .home_problem{
    padding-bottom: 20px;
    margin-bottom: 100px;
  }
  .problem__lead{
    flex-direction: column-reverse;
  }
  .problem__lead img{
    width: 100px;
  }
  .problem__lead p{
    margin-right: 0;
    font-size: 2.6rem;
    text-align: left;
    margin-top: 20px;
  }
  .problem__case {
    font-size: 2rem;
    line-height: 1.4;
  }

  .problem__list{
    display: block;
  }
  .problem__list li{
    width: 100%;
    max-width: 100%;
  }
  .problem__list li img{
    margin: 0 auto;
    display: block;
  }
  .problem__list p {
    margin-top: 10px;
    font-size:2rem;
}
  .problem__list li + li{
    margin-top: 30px;
  }

  .home_problem::after {
    height: 50px;
    bottom: -50px;
}
}


@media screen and (max-width: 500px) {
  .problem__lead p{
    font-size: 2rem;
}
.home_problem{
  padding: 50px 0 0;
}
}




.home_after{
  background: url(../img/top/after_bg.png) no-repeat center;
  padding: 50px 0 140px;
  text-align: center;
}

.after_lead{
  font-size: 2.6rem;
}
.after_txt{
  font-size: 3.4rem;
  font-weight:bold;
  margin-top: 40px;
  color: #484848;
}

.after_txt span{
  color: var(--keyColor);
}

.after_label{
  margin:50px auto 30px;
  padding: 15px 0;
  font-size: 3.2rem;
  max-width:960px;
  width:90%;
  color: #fff;
  background-color: var(--keyColor);
  border-radius: 5px;
}

@media screen and (max-width: 900px) {

  .home_after{
    background-size: 90% auto;
    padding: 0 0 80px;
  }

  .after_lead{
    font-size: 2.4rem;
  }
  .after_txt{
    font-size: 3rem;
  }
  .after_label{
    font-size: 2rem;
    margin:50px auto 30px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 500px) {
  .home_after{
    padding: 0 0 50px;
  }
.after_lead{
    font-size: 2rem;
  }
  .after_txt{
    font-size: 2.4rem;
  }
   .after_label{
    font-size: 2rem;
    margin:20px auto 20px;
    padding: 10px 0;
  }
}

.home_cta{
  color: #fff;
  background-color: var(--keyColor);
  text-align: center;
  padding: 80px 0 90px;
}

.cta__lead{
  font-size: 3.2rem;
  font-weight:bold;
}
.cta__txt{
  font-size: 1.8rem;
  margin-top: 40px;
}
.cta_btn__wrap{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.cta_btn{
  width: 30%;
  max-width: 250px;
  height: 70px;
  border-radius: 35px;
  border: 2px var(--keyColor) solid;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--keyColor);
 }
.cta_btn + .cta_btn{
  margin-left: 15px;
}
.cta_btn:hover{
  text-decoration: none;
}

.cta_btn--w{
  background-color: #fff;
  color: var(--keyColor);
}

.cta_btn--w:hover{
  color: #fff;
  background-color:inherit;
  opacity: 1;
  border-color: #fff;
}

.cta_btn--bd{
  color:#fff;
  border: 2px solid;
}

.cta_btn--bd:hover{
  color:var(--keyColor);
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}

@media screen and (max-width: 900px) {

.home_cta {
  padding: 40px 0;
}

.cta__lead {
font-size: 3rem;
}
.cta__txt {
font-size: 1.6rem;
margin-top: 20px;
}
.cta_btn__wrap{
  display: block;
  margin-top: 20px;
}
.cta_btn{
  width: 100%;
  margin: 0 auto;
  height: 50px;
}
.cta_btn + .cta_btn {
  margin-left: auto;
  margin-top: 10px;
}
}


.home_introduction{
  padding: 80px 0 90px;
}

.introduction__lead{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.introduction__lead img{
  max-width: 150px;
}

.introduction__lead p{
  margin-right: 50px;
  font-size: 3rem;
  font-weight: bold;
}

.introduction__word_ttl{
  background-color: var(--keyColor);
  color: #fff;
  text-align: center;
  margin-top: 70px;
  font-size: 2.8rem;
  padding: 20px;
}

.introduction__word{
  display: flex;
  background-color: #EEEEEE;
  padding: 40px;
  
}

.introduction__word_box{
  background-color: #fff;
  text-align: center;
  flex: 1;
  padding: 30px;
  font-size: 2.2rem;
}

.introduction__word_box + .introduction__word_box{
  margin-left: 30px;
}
.introduction__word_box h4{
  font-size: 2.4rem;
  color: var(--keyColor);
  margin-bottom: 30px;
}

.introduction__word_box p{
  line-height: 2;
}

@media screen and (max-width: 1100px) {
  .introduction__lead p{
    font-size: 2.4rem;
  }
  }

@media screen and (max-width: 900px) {
  .home_introduction{
    padding: 80px 0 40px;
  }
.introduction__lead{
  flex-direction: column;
}
.introduction__lead img{
  width: 100px;
}
.introduction__lead p{
  margin-right: 0;
  font-size: 3rem;
  text-align: left;
  margin-top: 20px;
}

.introduction__word_ttl {
  font-size: 3rem;
  margin-top: 30px;
}

.introduction__word{
  display: block;
  padding: 20px;
}
.introduction__word_box{
  padding: 20px;
}
.introduction__word_box + .introduction__word_box {
  margin-left: 0;
  margin-top: 20px;
}
.introduction__word_box h4 {
  font-size: 2rem;
  margin-bottom: 10px;
}
}

@media screen and (max-width: 900px) {

.introduction__lead p{
  font-size: 2.6rem;
}
.introduction__word_box h4 {
  font-size: 2.6rem;
}
}

@media screen and (max-width: 500px) {
}
.introduction__lead p{
  font-size: 2.3rem;

}

.home_language{
  text-align: center;
  padding: 90px 0 90px;
}

.language__txt{
  margin-top: 50px;
}

.language___tag{
  font-size: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}


.language___tag li{
  background:#FFEEF5;
  padding: 5px 18px;
  margin: 5px;
  border-radius: 25px;
}

.language__note{
  font-size: 1.4rem;
  color:#484848;
  margin-top: 20px;
}


@media screen and (max-width: 900px) {

.home_language {
  text-align: center;
  padding: 40px 0;
}
.language___tag {
  font-size: 2.4rem;
}
.language___tag li {
  padding: 5px 10px;
  margin: 3px;
}
}

@media screen and (max-width: 500px) {
.language___tag {
  font-size: 2rem;
}
}