@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);body {
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 400;
  width: 100%;
  color: #333;
  background: #fff
}
@media only screen and (max-width: 1024px) {
  a:hover {
    opacity: 1;
    text-decoration: none;
  }
}

html {
    font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
}

/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.font-size-S {
    font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.6rem);
}

/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font-size-M {
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-size-L {
    font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-size-Title {
    font-size: clamp(3.5rem, calc(3rem + 0.625vw), 4rem);
}

.choose_box {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .choose_box {
    width: 92%;
    margin: 0 auto;
  }
}

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

h1{
  color: #00bbeb;
  margin: 50px auto;
  text-align: center;
}
p {
  color: #333;
  font-size: clamp(1.8rem, calc(1.5rem + 0.625vw), 2.2rem);
  line-height: 180%;
}
.ci{
  margin: 15px auto 0 auto;
  text-align: center;
}
.ci img{
  width: 150px;
}

.app-theme p {
  color: #333;
  margin-bottom: 5%;
  margin-top: 5%;
  font-weight: 600;
  text-align: center;
}
.colorOrange {
  color: #ed586d;
}
.fontBold {
  font-size: 36px;
  font-weight: bold;
}

.choose_box ul {
  margin-left: 0;
  padding-left: 0;
}

.choose_box li {
  width: 80%;
  margin: 30px auto 0 auto;
  list-style: none;
}

.choose_box ul li a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-align: center;
  background-color: #2791d4;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #2791d4;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.choose_box ul li a:hover {
   background-color: #fff;
   color: #2791d4;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

@media only screen and (max-width: 767px) {
  ul {
    margin-left: 0;
  }
  .choose_box li {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    list-style: none;
  }
}


.fit {
  width: 100%;
}
.fit p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #333;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .fit p {
    text-align: left;
  }
}


.result_type0 p{
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  background-color: #10c010;
  }



.result_theme p  {
  font-size: 24px;
  margin-top: 5%;
  margin-bottom: 2%;
  text-align: center;
  color: #333;
}


.result_discription0 {
    margin: 0 auto;
    width: 80%;
}


  .result_discription0 p {
    padding: 20px;
    text-align: center;
    border: 1px solid #10c010;
    color: #303030;
    font-size: 16px;
    line-height: 35px;
    box-shadow: 0px 5px 1px #10c010;
    border-radius: 5px;
  }
  @media only screen and (max-width: 767px) {
    .result_discription0 {
        width: 100%;
    }
    .result_discription0 p {
      text-align: left;
    }
  }

  p.resultTxt {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }
  .moreInfoAria {
    text-align: center;
    padding: 30px;
  }
  @media only screen and (max-width: 767px) {
    p.resultTxt {
      text-align: left;
    }
    .moreInfoAria {
      text-align: left;
    }
  }

.moreInfoBtn{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ed586d;
  font-size: 18px;
  margin: 0 auto;
  padding: 20px 80px;
  border: 1px solid #ed586d;
}
.moreInfoBtn:hover {
    border: 1px solid #ed586d;
    background-color: #fff;
    color: #ed586d;
    transition: 0.5s;
}

.return-btn {
  text-align: center;
  margin-bottom: 100px;
}
.return {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #2791d4;
  padding: 10px 40px;
  border: 1px solid #2791d4 ;
}

.return:hover {
    border: 1px solid #2791d4 ;
    background-color: #fff;
    color: #2791d4;
    transition: 0.5s;
}

footer {
  margin: 100px auto 0 auto;
}
footer p{
  text-align: center;
}

#contact .kv{
  background: url("../img/kv.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
#contact .kv .ci{
  margin-top: 0;
  padding-top: 20px;
}
#contact .kv p{
  font-size: 16px;
  text-align: center;
}
#contact .kv p.leadtxt{
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  #contact .kv{
    padding: 10px;
    background-size: auto;
  }
}

#contact .inner{
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  #contact .inner{
    margin: 0 15px;
  }
}

#contact section{
  padding-bottom: 30px;
  border-bottom: 1px solid #DDD;
}

#contact h2{
  font-size: 26px;
  margin-top: 50px;
  color: #ed8b10;
}
#contact h2 span{
  background:linear-gradient(transparent 60%, #d9edaf 60%);
}

#contact h3{
  font-size: 22px;
  margin-top: 50px;
  color: #333;
}

#contact .fontBold{
  font-size: 24px;
  font-weight: 600;
}

#contact .column2{
  display: flex;
  flex-wrap: wrap;
}
#contact .column2 div:nth-of-type(2n-1) {
    margin-right: auto;
}
#contact .column2 > * {
    width: 47%;
}
@media only screen and (max-width: 767px) {
  #contact .column2{
    display: block;
  }
  #contact .column2 > * {
      width: 100%;
  }
}


#contact .inner p{
  font-size: 16px;
}
#contact .inner p span{
  background:linear-gradient(transparent 60%, #d9edaf 60%);
}
#contact .inner p .fontSmall{
  font-size: 12px;
}
#contact .inner table{
  font-size: 16px;
}
#contact .inner table td{
  padding: 15px 40px 15px 40px;
  border-bottom: 3px dotted #00bbeb;
}
#contact .inner table td:nth-child(odd){
  border-bottom: 3px dotted #ed586d;
}
#contact .inner table tr:nth-child(1) td{
  border-top: 3px dotted #ed586d;
}
#contact .inner table tr:nth-child(1) td:nth-child(2){
  border-top: 3px dotted #00bbeb;
}
@media only screen and (max-width: 767px) {
  #contact .inner table{
    font-size: 14px;
  }
  #contact .inner table td{
    padding: 15px 0;
  }
  #contact .inner table td:nth-child(odd){
    width: 25%;
  }
}


#contact .stepImgArea {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
#contact .stepImgArea li{
  width: 100%;
}
#contact .stepImgArea img{
  width: 100%;
}
#contact .stepImgArea li span{
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #contact .stepImgArea {
    flex-wrap: wrap;
  }
  #contact .stepImgArea li{
    width: 50%;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #97c23c;
  }

}
