@charset "utf-8";
.lab_page{
  padding-top: 65px;
}

.lab_page .section_wrap{
  max-width: 1174px;
  margin: 0 auto;
  padding: 0 27px;
}

@media screen and (max-width: 1024px) {
  .lab_page {
    padding-top: 45px;
  }
  .lab_page .section_wrap{
    max-width: 1240px;
    margin: 0 auto;
  }
  .lab_page .c_ttl{
    font-size: 2rem;
    line-height: 1.3;
  }
}


.lab_page .c_ttl{

  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin-bottom: 60px;
  line-height: 1.3;
}

.lab_page .c_ttl em{
  color: #0075C2;
}

@media screen and (max-width: 768px) {
.lab_page .c_ttl{
  font-size: 2rem;
  margin-bottom: 30px;
}


}

/*セクションヘッド*/
.lab_page .section_head{
  padding-bottom: 93px;
}

.lab_page .section_head .ttl{
  text-align: center;
  margin-bottom: 39px;
}

.lab_page .section_head .ttl>span{
  font-weight: bold;
  position: relative;
  font-size: 20px;
  line-height: calc(22 / 20 );
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  display: inline-block;
  padding: 0 30px;
}

.lab_page .section_head .ttl>span::after,
.lab_page .section_head .ttl>span::before{
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 1px;
  height: 35px;
  background: #000;
  transform: rotate(-14deg);
}

.lab_page .section_head .ttl>span::after{
  left:auto;
  right: 0;
  transform: rotate(14deg);
}

.lab_page .section_head h2.logo{
  width:100%;
  background: transparent;
  border-top: 1px solid #707070;
  padding: 43px 0 20px;
  text-align: center;
}

.lab_page .section_head h2.logo img{
  max-width: 811px;
}

.lab_page .section_head p.ribbon_box{
  position: relative;
  text-align: center;
  margin-bottom: 46px;
}

.lab_page .section_head p.ribbon_box::before,
.lab_page .section_head p.ribbon_box::after{
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  background: #707070;
  width: calc((100% - 240px) / 2 );
  transform: translateY(-50%);
}

.lab_page .section_head p.ribbon_box::before{
  left:0;
}

.lab_page .section_head p.ribbon_box::after{
  right:0;
}

.lab_page .section_head p.ribbon_box .text{
  max-width: 240px;
  margin: 0 auto;
  display: block;
}

.lab_page .section_head p.ribbon_box img{
  width: 100%;
}

.lab_page .section_head .catch{
  text-align: center;
  background: transparent;
  margin-bottom: 28px;
}

.lab_page .section_head .catch img{
  max-width: 811px;
}

.lab_page .section_head .msg1{
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: -0.02em;
  line-height: calc(30 / 22);
  text-align: center;
  color: #000;
  margin-bottom: 46px;
}
@media screen and (max-width: 1024px) {

  .lab_page .section_head{
    padding-bottom: 60px;
  }

  .lab_page .section_head .ttl{
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lab_page .section_head .ttl>span {
    font-size: 3.2vw;
    padding: 0 20px;
  }

  .lab_page .section_head .ttl>span::before {
    top: 54%;
    height: 1.5em;
    transform: translateY(-50%) rotate(-14deg);
  }

  .lab_page .section_head .ttl>span::after{
    top: 54%;
    height: 1.5em;
    transform: translateY(-50%) rotate(14deg);
  }

  .lab_page .section_head p.ribbon_box::before,
  .lab_page .section_head p.ribbon_box::after{
    width: 25%;
    max-width: none;
  }

  .lab_page .section_head .catch{
    text-align: center;
    background: transparent;
    margin-bottom: 28px;
  }

  .lab_page .section_head h2.logo{
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .lab_page .section_head h2.logo img {
    width: 90.75%;
  }

  .lab_page .section_head .catch img{
    width: 68%;
  }

  .lab_page .section_head p.ribbon_box{
    margin-bottom: 20px;
  }

  .lab_page .section_head p.ribbon_box .text{
    width: 51.56%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .lab_page .section_head .msg1{
    font-size: 1.6rem;
    line-height: calc(26 / 16);
    margin-bottom: 46px;
  }
}


/*signup　ボタンエリア*/
.lab_page .signup_button{
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}

.lab_page .signup_button{
  display: flex;
  gap:28px 32px;
  flex-wrap:wrap;
  justify-content: center;
}

.lab_page .signup_button .button1{
  width: 450px;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  padding:5px 10px;
  background: #0075c2;
  border: 2px solid #0075C2;
  border-radius: 50px;
  transition: all 0.5s ease;
}
.lab_page .signup_button .button1:hover{
  background: #025083;
  border: 2px solid #025083;
}

.lab_page .signup_button .button2{
  width: 450px;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
  color: #0075C2;
  padding:5px 10px;
  background: #fff;;
  border: 2px solid #0075C2;
  border-radius: 50px;
  transition: all 0.5s ease;
}
.lab_page .signup_button .button2:hover{
  background: #D9F0FF;
}

.lab_page .sublink{
  display: flex;
  justify-content: center;
  text-align: center;
}

.lab_page .sublink a{
  display: inline-block;
  padding: 5px 8px;

  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 1024px) {
  .lab_page .signup_button .button2,
  .lab_page .signup_button .button1{
    width: 280px;
    font-weight: bold;
    font-size: 1.9rem;
    padding:5px 10px;
    border-radius: 50px;
  }

  .lab_page .signup_button {
    margin-bottom: 23px;
  }

  .lab_page .sublink a {
    display: inline-block;
    padding: 5px 8px;
    font-size: 14px;
  }
}

.lab_page .section_about .head{
  padding-top: 97px;
  padding-bottom:95px;
  background: #F0F0F0;
  margin-bottom: 100px;
}

.lab_page .section_about .ttl{
  width: 714px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.lab_page .section_about .main_row{
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.lab_page .section_about .main_row .img{
  width: 57.75%;
  position: relative;
  margin-right: 64px;
}

.lab_page .section_about .main_row .img img{
  position: absolute;
  left:-38px;
  top:0;
  width: 586px;
}

.lab_page .section_about .main_row .box{
  /* width: 42.25%; */
  width: 507px;
  padding-top: 55px;
}

.lab_page .section_about .main_row .box .msg{
  font-size: 2.2rem;
  letter-spacing: -0.02em;
  line-height: calc(40 / 22 );
}

.lab_page .section_about .row{
  display: flex;
  margin-bottom: 95px;
}

.lab_page .section_about .row .img{
  width: 349px;
}

.lab_page .section_about .row .col{
  width: calc(100% - 349px);
  padding-left: 50px;
}

.lab_page .section_about .row .col .box{
  display: flex;
  padding-left: 0px;
  margin-bottom: 29px;
  align-items: center;
}

.lab_page .section_about .row .col .box .num{
  width: 150px;
  padding-right: 45px;
  padding-top: 0px;
  border-right: 1px solid #707070;
}

.lab_page .section_about .row .col .box .ttl2{
  font-size: 2.8rem;
  letter-spacing: -0.02em;
  line-height: calc(40 /28);
  text-align: left;
  color: #000;
  padding-left: 31px;
  width: calc(100% - 150px);
}

.lab_page .section_about .row .col .msg {
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: calc(30 / 18);
  text-align: left;
  color: #000;
}

.lab_page .section_about .row .col .link{
  margin-top: 50px;
}

.lab_page .section_about .row .col .link a{
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: calc( 30 / 18 );
  text-align: left;
  color: #000;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1200px) {

  .lab_page .section_about .head{
    margin-bottom: 40px;
  }

  .lab_page .section_about .main_row .box{
    width: 50%;
    padding-top: 55px;
  }

  .lab_page .section_about .main_row .img{
    width: 50%;
    position: relative;
    margin-right: 0px;
    padding-left: 30px;
  }

  .lab_page .section_about .main_row .img img{
    width: 100%;
  }

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

  .lab_page .section_about{
    padding-top: 0px;
  }

  .lab_page .section_about .ttl {
    width: 85.33%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .lab_page .section_about .head{
    padding-top: 60px;
    padding-bottom:60px;
    margin-bottom: 40px;
  }

  .lab_page .section_about .main_row {
    display: block;
    padding: 0 28px;
  }

  .lab_page .section_about .main_row .img{
    width: 100%;
    margin-bottom: 18px;
  }

  .lab_page .section_about .main_row .box{
    width: 100%;
    padding-top: 0;
  }

  .lab_page .section_about .main_row .box .msg{
    font-size: 1.4rem;
    line-height: calc(24 / 14);
  }

  .lab_page .section_about .main_row .img img {
      width: 100%;
      position: static;
      min-width: calc(100% + 20px);
      margin-left: -20px;
      right: 0;
  }

  .lab_page .section_about .main_row .img {
    width: 100%;
    position: relative;
    margin-right: 0;
    padding-left: 0;
  }

  .lab_page .section_about .row {
    display: block;
    margin-bottom: 65px;
    width: 100%;
  }
   .lab_page .section_about .row .box{
    margin-bottom: 15px;
   }

  .lab_page .section_about .row .img{
    display: block;
    width: 58.66%;
    margin: 0 auto 22px;
  }

  .lab_page .section_about .row .col{
    width: 100%;
    padding-left: 0;
  }

}
@media screen and (max-width: 768px) {
  .lab_page .section_about .row .col .box{
    margin-bottom: 15px;
  }

  .lab_page .section_about .row .col .box .num{
    width: 93px;
    padding-right: 17px;
    padding-top: 0px;
  }

  .lab_page .section_about .row .col .box .ttl2 {
    font-size: 1.4rem;
    padding-left: 18px;
    line-height: calc(22 / 14);
    width: calc(100% - 93px);
  }

  .lab_page .section_about .row .col .msg {
    font-size: 1.4rem;
    letter-spacing: -0.02em;
    line-height: calc(24 / 14);
  }

  .lab_page .section_about .row .col .link{
    margin-top: 45px;
    margin-bottom: -10px;
    text-align: center;
  }

  .lab_page .section_about .row .col .link a {
    display: inline-block;
    padding: 0 1em 5px;
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 425px) {
  .lab_page .section_about .row .col .link a {
    font-size: 3.5vw;
  }
}

.lab_page .section_step {
  background: #F0F0F0;
  padding: 100px 0 70px;
}

.lab_page .section_step .section_wrap .c_ttl {
  font-weight: bold;
  margin-bottom: 55px;
}

.lab_page .section_step .section_wrap .step_list > li {
  background: #fff;
  padding: 30px 30px 25px;
  text-align: center;
  margin-bottom: 39px;
}

.lab_page .section_step .section_wrap .step_list > li > .ttl {
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: -0.02em;
  line-height: 1.43; /* 40 ÷ 28 */
  color: #000;
  margin-bottom: 7px;
}

.lab_page .section_step .section_wrap .step_list > li > .ttl em {
  color: #0075C2;
}

.lab_page .section_step .section_wrap .step_list > li > p.msg {
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  line-height: 1.66; /* 30 ÷ 18 */
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {

  .lab_page .section_step {
    padding: 38px 0 40px;
  }

  .lab_page .section_step .section_wrap .c_ttl {
    margin-bottom: 17px;
  }

  .lab_page .section_step .section_wrap .step_list > li {
    padding: 20px 20px 20px;
    margin-bottom: 20px;
  }

  .lab_page .section_step .section_wrap .step_list > li > .ttl {
    font-size: 1.4rem;
    line-height: calc(24 / 14);
    margin-bottom: 7px;
  }

  .lab_page .section_step .section_wrap .step_list > li > p.msg {
    font-size: 1.4rem;
    line-height: calc(24 / 14);
    text-align: left;
  }

}

.lab_page .section_signup {
  padding: 100px 0 0;
}

.lab_page .section_signup .msg1 {
  font-size: 2.2rem;
  letter-spacing: -0.02em;
  line-height: 1.36; /* 30 ÷ 22 */
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

.lab_page .section_signup .policy {
  padding-top: 57px;
  text-align: center;
}

.lab_page .section_signup .policy .ttl1 {
  font-size: 2.2rem;
  letter-spacing: -0.02em;
  line-height: 1.36; /* 30 ÷ 22 */
  margin-bottom: 10px;
}

.lab_page .section_signup .policy .msg2 {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1.71; /* 24 ÷ 14 */
  color: #000;
}

.lab_page .section_signup .policy .msg2 a {
  font-weight: bold;
  text-decoration: underline;
  color: #0075c2;
}

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

  .lab_page .section_signup {
    padding: 44px 0 0;
  }

  .lab_page .section_signup .msg1 {
    font-size: 1.6rem;
    line-height: calc(26 / 16 );
    margin-bottom: 30px;
  }

  .lab_page .section_signup .policy {
    padding-top: 36px;
    text-align: center;
  }

  .lab_page .section_signup .policy .ttl1 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .lab_page .section_signup .policy .msg2 {
    font-size: 1.4rem;
    text-align: left;
  }
}