@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/*--------------------------------------------------------------------------
recruit
--------------------------------------------------------------------------*/
.header{
  padding: 40px 20px;
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.header .logo{
  margin: 0 auto;
  text-align: center;
}
.header .logo img,
.header .logo svg{
  width: 80%;
  max-width: 336px;
}
.header .logo span{
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  color: #484848;
}

.sns-line{
  padding-top: 15px;
}
.sns-line img{
  width: auto;
}
.sns-line span{
  display: block;
  font-size: 1.4rem;
  color: #555;
}

.c-sec{
  display: block;
  width:100%;
}
.c-sec:not(:last-of-type){
  margin-bottom: 50px;
}
.c-sec__inner{
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.p-recruit {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.p-recruit__inner{
  width: 100%;
  padding: 30px 15px;
  background-color: #EFFAFF;
  border-radius: 10px;
}
.p-recruit .img01{
  margin: 0 auto 30px;
  width: 90%;
  max-width: 756px;
}
.p-profile__txtblock p{
  font-size: 1.4rem;
}
.p-profile__txtblock p:not(:last-of-type){
    margin-bottom: 20px;
  }

.p-profile{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-profile__txtblock{
  width: 100%;
  order: 2;
}
.p-profile__img{
  width: 50%;
  max-width: 224px;
  margin: 0 auto;
  order: 1;
}
.p-profile__img p{
  padding-top: 5px;
  font-size: 1.4rem;
}

.footer{
  text-align: center;
  padding: 40px 20px;
}
.footer p{
  font-size: 1.2rem;
  color: #666;
}


.ttl01{
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.ttl01.lg{
  margin-bottom: 20px;
}
.ttl01 .en{
  text-align: center;
  display: block;
  line-height: 1;
  color: #C4E9FC;
  font-size: 4rem;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
}
.ttl02{
  text-align: left;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 3px;
}
.ttl03{
  color: #20A2EA;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.ttl04{
  color: #484848;
  font-size: 1.7rem;
  margin-bottom: 5px;
  font-weight: 500;
}

.tbl-type01{
  width: 100%;
  margin: 0 auto 10px;
}
.tbl-type01 th,
.tbl-type01 td{
  background-color: #fff;
  border: solid 1px #C4E9FC;
  border-collapse: collapse;
  padding: 8px 10px;
  font-size: 1.4rem;
  text-align: left;
}
.tbl-type01 th{
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .c-sec:not(:last-of-type){
    margin-bottom: 80px;
  }

  .header .logo span{
    font-size: 2.2rem;
  }

  .p-recruit__inner{
    padding: 40px;
    border-radius: 20px;
  }
  .p-recruit .img01{
    margin: 0 auto 60px;
  }

  .p-profile{
    flex-direction: row;
    justify-content: space-between;
  }
  .p-profile__txtblock{
    width: 72%;
    order: 1;
  }
  .p-profile__txtblock p{
    font-size: 1.6rem;
  }
  .p-profile__txtblock p:not(:last-of-type){
    margin-bottom: 30px;
  }
  .p-profile__img{
    width: 22.4%;
    order: 2;
  }

  .footer{
    padding: 60px 20px;
  }
  .footer p{
    font-size: 1.4rem;
  }

  .ttl01{
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .ttl01.lg{
    margin-bottom: 40px;
  }
  .ttl01 .en{
    font-size: 10rem;
  }
  .ttl02{
    font-size: 2.0rem;
    margin-bottom: 5px;
  }
  .ttl03{
    font-size: 1.7rem;
  }
  .ttl04{
    font-size: 2rem;
  }

  .tbl-type01{
    margin: 0 auto 20px;
  }
  .tbl-type01 th,
  .tbl-type01 td{
    padding: 16px 20px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
   .p-recruit__inner{
    padding: 100px 100px 60px;
    border-radius: 20px;
  }
}
