.pc{display: block;}
.sp{display: none;}
@media screen and (max-width:767px) {
  .pc{display: none;}
  .sp{display: block;}
}
header{
  height: auto;
  position: relative;
  z-index: 2;
}
header::after{
  background: #9bdedc;
  mix-blend-mode: unset;
}
.mainVisualWrap{
  position: unset;
  height: auto;
  padding-top: 80px;
}
@media screen and (max-width:767px) {
  .mainVisualWrap{
    padding-top: 60px;
  }
  header .gNavWrap{
    height: 60px;
  }
  header::after{
    height: 60px;
  }
  .drawer-content {
    top: 60px;
  }
  .drawer { 
      margin-right: -15px;
  }
  .drawer-content-bg {
    top: 60px;
  }
}
.mainVisualWrap .image{
  position: unset;
  height: auto;
}
.copyWrap{
  background: #9bdedc; 
  padding: 90px 300px 120px;
}
.drawer{
  background-color: #9bdedc;
}

.wrap{
  max-width: 1200px;
  margin: auto;
}
.m-wrap{
  max-width: 1000px;
  margin: auto;
}
.s-wrap{
  max-width: 800px;
  margin: auto;
}
.note{
  color: #696767;
  font-size: 1rem;
}
@media screen and (max-width:767px) {
  .copyWrap {
    padding: 50px 0px;
  }
  .wrap,
  .m-wrap,
  .s-wrap{
    width: 90%;
    margin: auto;
  }
  .note{
    font-size:0.6rem;
  }
}
.flex-wrap{
  display: flex;
}
.flex-wrap img{
  width: 100%;
}
.copyWrap .flex-wrap{
  gap: 20px;
  justify-content: center;
  margin: 30px auto;
}
.copyWrap .flex-wrap li{
  width: calc(100% / 3);
}
#matching{
  padding: 20px 0 120px;
}
  #matching img{
    width: 100%;
  }
#matching .flex-wrap{
  gap: 20px;
  justify-content: center;
  margin: 50px auto;
  flex-wrap: wrap;
}
#matching .flex-wrap li{
  width: calc(96.5% / 3);
}
#matching .flex-wrap li:last-child{
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width:767px) {
  #matching{
    padding: 0px 0px 50px;
  }

  #matching .flex-wrap{
    flex-wrap: wrap;
    width: 90%;
  }
  #matching .flex-wrap li {
    width: 100%;
  }
}
#nayami{
  margin-bottom: 100px;
}
#nayami img{
  width: 100%;
}
#nayami .obi,
#appearance .obi,
#matching .obi{
  background: #9BDEDC;
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: none;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  padding: 30px;
  font-weight: bold;
}
#matching .obi{
  padding-bottom: 0;
}
#matching .s-wrap{
  margin-top: 100px;
}
#nayami .obi:after,
#appearance .obi:after,
#matching .obi:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: #9BDEDC #ffffff00 transparent #ffffff00;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
@media screen and (max-width:767px) {
  #nayami .obi,
  #appearance .obi,
  #matching .obi{
    font-size: 1.2rem;
    padding: 10px;
  }
  #nayami .obi:after,
  #appearance .obi:after,
  #matching .obi:after{
    border-width: 20px 50vw 0 50vw;
  }
  #matching .obi{
    margin-bottom: 50px;
  }

}
#nayami .image{
  position: relative;
  z-index: 1;
}
#nayami h3{
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  padding: 30px 0;
}
#nayami p{
  text-align: center;
  font-size: 1.3rem;
  line-height: 60px;
}
@media screen and (max-width:767px) {
  #nayami h3{
    font-size: 1.5rem;
  }
  #nayami p{
    font-size: 1rem;
    line-height: 30px;
  }
}
#appearance .obi{
  padding-bottom: 0;
}
#appearance .r-icon{
  position: relative;
}
#appearance .r-icon:before{
  content: "●";
  font-size: 1rem;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width:767px) {
  #appearance .r-icon:before {
    font-size: 0.5rem;
    top: -10px;
}

}
#appearance-menu{
  background-color: #F7F7F7;
  padding-top: 100px;
  padding-bottom: 1px;
}
#appearance-menu h4,
#reason h4,
#result h4,
#flow h4,
#episode h4,
#faq h4{
  color: #2C9C96;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 2px;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#appearance-menu .info,
#reason .info,
#result .info,
#flow .info,
#episode .info,
#faq .info{
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
}
#appearance-menu .flex-wrap{
  display: flex;
  gap: 20px;
  margin: 100px auto;
}
#appearance-menu .contents{
  width: 100%;
  border-radius: 10px;
  border-bottom: solid 10px #9BDEDC;
  box-shadow: 0px 1px 5px 1px #b7b7b7;
  padding: 0 50px 10px;
  background-color: #fff;
  padding: 0 20px 30px;
}
#appearance-menu .title{
  font-size: 2.5rem;
  font-family: "din-condensed", sans-serif;
  width: 100%;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2C9C96;
  text-align: center;
  line-height: 60px;
  font-weight: 600;
}
#appearance-menu .contents img{
  width: 100%;
  margin: auto;
  padding: 0 10px 30px;
  box-sizing: border-box;
}
#appearance-menu .text span{
  font-size: 1.3rem;
}
@media screen and (max-width:767px) {
  #appearance-menu h4, #reason h4, #result h4, #flow h4, #episode h4, #faq h4 {
    font-size: 1.2rem;
  }
  #appearance-menu .info, #reason .info, #result .info, #flow .info, #episode .info, #faq .info {
    font-size: 1.3rem;
  }
  #appearance-menu .flex-wrap {
    flex-wrap: wrap;
  }
  #appearance-menu .flex-wrap {
      margin: 50px auto;
  }
  #appearance-menu .title {
      font-size: 1.5rem;
      min-height: 100px;
      width: 50%;
      line-height: 30px;
  }
  #appearance-menu .contents img{
    width: 50%;
    padding: 20px 10px 20px;
  }
  #appearance-menu .contents{
    padding: 0 10px 10px;
  }
  #appearance-menu .text{
    font-size: 0.8rem;
  }
  #appearance-menu .text span {
    font-size: 1rem;
  }
  .sp-flex-r{
    display: flex;
  }
  .sp-flex-l{
    display: flex;
    flex-direction: row-reverse;
  }

}

#before-after{
  margin: 100px auto;
}
#before-after img{
  width: 100%;
}
@media screen and (max-width:767px) {
  #before-after {
    margin: 50px auto;
  }
}

#reason .r-btn{
  color: #fff;
  border-radius: 10px;
  background-color: #9BDEDC;
  padding: 5px;
  max-width: 300px;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 4px;
  display: block;
  margin-top: 10px;
}
#reason .flex-wrap{
  gap: 50px;
  margin: 90px auto;
}
#reason .img-box{
  width: 100%;
}
#reason .title{
  height: 80px;
  margin-left: 0;
  margin-right: auto;
  width: auto;
  display: block;
  margin-bottom: 20px;
}
#reason .text{
  width: 200%;
}
#reason .text span{
  font-weight: bold;
  font-size: 1.3rem;
}
@media screen and (max-width:767px) {
  #reason .flex-wrap {
    gap: 30px;
    flex-wrap: wrap;
    margin: 50px auto 90px;
  }
  #reason .img-box{
    display: flex;
    align-items: center;
    gap: 30px;
  }
  #reason .img-box img{
    max-width: 150px;
  }
  #reason .title{
    height: 50px;
    margin-bottom: 0;
  }
  #reason .text{
    font-size: 0.8rem;
  }
  #reason .text span {
    font-size: 1rem;
  }
  #reason .r-btn {
    max-width: 250px;
    font-size: 1.2rem;
    margin: 30px auto 0;
  }
}

#result{
  background-color: #9BDEDC;
  margin-top: 100px;
  padding-top: 1px;
  padding-bottom: 1px;
}
#result .wrap{
  margin: 100px auto;
}
#result .info{
  color: #fff;
}
#result .flex-wrap{
  margin: 50px auto;
  gap: 50px;
}
#result .flex-wrap li{
  width: 100%;
}
#result .flex-wrap p{
  color: #fff;
  margin-top: 50px;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  #result{
    margin-top: 50px;
  }
  #result .wrap{
    margin: 50px auto;
  }
  #result .flex-wrap{
    flex-wrap: wrap;
  }
  #result .flex-wrap img{
    width: 80%;
    margin: auto;
    display: block;
  }
  #result .flex-wrap p {
    margin-top: 50px;
    font-size: 0.9rem;
    margin-bottom: 50px;
}
}

#flow{
  background-color: #F7F7F7;
  padding: 100px 0;
}
#flow .contents{
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 1px 5px 1px #b7b7b7;
  background-color: #fff;
  margin: 50px auto;
}
#flow .head{
  background-color:#9BDEDC;
  border-radius: 10px 10px 0 0;
  display: flex;
  padding: 10px 30px;
  align-items: baseline;
  max-height: 100px;
}
#flow .head span{
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: -25px;
}
#flow .step{
  color: #F28FB0!important;
  width: fit-content!important;
  font-family: "din-condensed", sans-serif;
}
#flow .step b{
  font-size: 4rem;
  font-weight: bold;
  font-family: "din-condensed", sans-serif;
}
#flow .flex-wrap{
  padding: 20px 10px;
  gap: 30px;
  align-items: center;
}
#flow .flex-wrap img{
  max-width: 200px;
}
#flow .flex-wrap p{
  width: 100%;
  font-size: 1.3rem;
}
@media screen and (max-width:767px) {
  #flow{
    padding: 50px 0;
  }
  #flow .info{
    padding-bottom: 50px;
  }
  #flow .head {
    padding: 10px 20px;
    max-height: 70px;
  }
  #flow .contents {
    margin: 0 auto 25px;
  }
  #flow .head span {
    font-size: 1rem;
    margin-top: -25px;
  }
  #flow .step b {
    font-size: 3rem;
  }
  #flow .flex-wrap {
    gap: 10px;
  }
  #flow .flex-wrap img {
    max-width: 100px;
  }
  #flow .flex-wrap p {
    font-size: .8rem;
  }
}

#episode{
  background: #9BDEDC;
  padding-top: 1px;
  padding-bottom: 1px;
}
#episode .s-wrap {
  margin: 100px auto;
}
#episode img {
  width: 100%;
}
#episode .img-box{
  margin: 50px auto;
}
#episode .info{
  color: #fff;
}
#episode .text{
  color: #fff;
  font-size: 1.3rem;
}
#episode .text span{
  font-size: 1.6rem;
  color: #FCF21D;
}
@media screen and (max-width:767px) {
  #episode .s-wrap {
    margin: 50px auto;
  }
  #episode .text {
    font-size: 1rem;
  }
  #episode .text span {
    font-size: 1.3rem;
  }
  
}

#faq{
  padding-top: 1px;
  padding-bottom: 1px;
}
#faq .s-wrap {
  margin: 100px auto;
}
#faq .contents{
  margin: 50px auto;
}
#faq .question{
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  border-bottom: solid 2px;
  padding: 30px 30px 30px 80px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#faq .question:before{
  content: url(../images/top02/q-icon.svg);
  position: absolute;
  width: 55px;
  height: 55px;
  left: 0px;
  top: 10px;
}
#faq .answer{
  position: relative;
  width: 100%;
  font-size: 1.3rem;
  padding: 30px 30px 30px 80px;
  display: block;
  box-sizing: border-box;
}
#faq .answer:before{
  content: url(../images/top02/a-icon.svg);
  position: absolute;
  width: 55px;
  height: 55px;
  left: 0px;
  top: 20px;
}
@media screen and (max-width:767px) {
  #faq .question {
    font-size: 1rem;
    padding: 10px 10px 10px 60px;
  }
  #faq .answer {
    font-size: 0.8rem;
    padding: 10px 10px 10px 60px;
  }
  #faq .question:before,
  #faq .answer:before {
    width: 35px;
    height: 35px;
  }
  #faq .s-wrap {
    margin: 50px auto;
  }
}

#send{
  padding-top: 1px;
  padding-bottom: 1px;
}
#send .s-wrap {
  margin: 100px auto 50px;
}
#send img{
  width: 100%;
}
@media screen and (max-width:767px) {
  #send .s-wrap {
    margin: 50px auto 0;
  }
}


footer{
  background: #9bdedc; 
}