@charset "UTF-8";
@media screen and (max-width: 768px){
  .pconly{
    display: none !important;
  }
}
@media screen and (min-width: 769px){
  .sponly{
    display: none !important;
  }
}

/* パンくずリスト */
nav.breadcrumb{
  display: block;
  background: #f5fdff;
  margin-bottom: 0;
}
nav.breadcrumb ol{
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 90%;
  max-width: 1200px;
  padding: 10px 0;
  list-style: none;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif;
  font-size: 16px;
}
nav.breadcrumb ol li{
  position: relative;
  padding-right: 1.5em;
}
nav.breadcrumb ol li::before{
  content: ">";
  position: absolute;
  right: 3px;
}
nav.breadcrumb ol li:last-child::before{
  content: none;
}
.breadcrumb a{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif;
}

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

.fv{
  background-image: url(/image/corporate_mv_bg.webp);
  padding: 80px 0 120px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 60px;
}
.fv .inner{
  position: relative;
  width: 80%;
}
.fv .inner h1{
  font-size: 42px;
  font-weight: bold;
  color: white;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif;
}
.fv .inner h1 span{
  color: #1b2f5b;
}
.fv .inner img.logo{
  display: block;
  margin-top: 30px;
  width: 300px;
}
.fv .inner img.people{
  position: absolute;
  bottom: -120px;
  right: 0;
  width: 50%;
  min-height: 400px;
  object-fit: cover;
}

.intro{
  display: flex;
  justify-content: space-between;
  background: #e3f2fa;
  margin-bottom: 60px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif;
  padding: 40px;
}
.intro .text{
  width: 55%;
}
.intro .text .logo{
  display: block;
  width: 50%;
  margin: 0 auto 30px;
}
.intro .text p{
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.intro .image{
  width: 40%;
}
.intro .image img{
  width: 100%;
}

.faq{
  background-image: url(/image/mv_bg_sp.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  color: white;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif;
}
.faq .inner{
  display: flex;
  justify-content: space-between;
}
.faq .inner .title{
  width: 35%;
}
.faq .inner .title .en{
  font-size: 14px;
  margin-bottom: 20px;
}
.faq .inner .title h2{
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}
.faq .inner .main{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 55%;
}
.faq .inner .main li{
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.faq .inner .main li .question{
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
}
.faq .inner .main li .question::before{
  position: absolute;
  content: "＋";
  right: 0;
  top: 6px;
  font-weight: bold;
  font-size: 20px;
}
.faq .inner .main li .question span{
  font-size: 24px;
  font-weight: bold;
}
.faq .inner .main li .question h3{
  margin: 0;
  font-size: 18px;
  padding-right: 16px;
}
.faq .inner .main li .answer{
  display: none;
}
.faq .inner .main li .answer span{
  font-size: 24px;
  font-weight: bold;
}
.faq .inner .main li .answer p{
  margin: 0;
  padding-top: 10px;
  font-size: 14px;
}
.faq .inner .main li.open .answer{
  display: flex;
  column-gap: 8px;
}
.faq .inner .main li.open .question::before{
  content: "－";
}

#form{
  background: #e3f2fa;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif;
  padding: 80px 0;
  color: #1d2a51;
}
#form .inner .title{
  margin-bottom: 60px;
}
#form .inner .title .en{
  font-size: 14px;
  margin-bottom: 20px;
}
#form .inner .title h2{
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}
#form form{
  width: 100%;
  max-width: 850px;
  margin: auto;
}


#form form .formpart{
  margin-bottom: 30px;
}
#form form .formpart .formname{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
#form form .formpart .formname sup{
  color: #cc155a;
}
#form form .formpart .forminput{
  width: 100%;
}
#form form .formpart .forminput input{
  width: 100%;
  border: none;
  padding: 10px;
}
#form form .formpart .forminput.check{
  display: flex;
  column-gap: 50px;
}
#form form .formpart .forminput.check label{
  font-size: 18px;
  font-weight: bold;
}
#form form .formpart .forminput.check label input[type="checkbox"]{
  width: auto;
  margin-right: 10px;
}

#form form .agree{
  text-align: center;
  margin: 0 auto 30px;
}
#form form .agree a{
  text-decoration: underline;
  color: #008dfb;
}
#form form .agree label{
  display: block;
  text-align: center;
  margin-top: 15px;
}
#form form .agree label .agrees{
  display: inline;
}

#form form .send{
  position: relative;
  display: block;
  background-color: #1a2b5b;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 9999px;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  width: 250px;
  box-shadow: 0 3px 5px #707070;
  margin: auto;
  text-align: center;
}
#form form .send:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
#form form .send input{
  background: transparent;
  border: none;
  color: white;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
}
#form form .send::before{
  position: absolute;
  content: "→";
  background-color: #fff;
  color: #374151;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding-top: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  right: 15px;
  font-family: fantasy;
}



@media screen and (max-width: 768px){
  .inner{
    width: 92%;
    max-width: 450px;
  }
  .fv{
    padding: 60px 0 120px;
    position: relative;
    margin-bottom: 40px;
  }
  .fv .inner{
    width: 92%;
  }
  .fv .inner h1{
    font-size: 28px;
    line-height: 2.5;
  }
  .fv .inner img.logo{
    margin-top: 20px;
    width: 180px;
  }
  .fv .people1{
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index: 10;
    height: 240px;
    opacity: 1;
  }
  .fv .people2{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 300px;
  }
  .intro{
    padding: 25px;
    margin-bottom: 40px;
  }
  .intro > img{
    width: 70%;
    display: block;
    margin: 0 auto 20px;
  }
  .intro .image{
    width: 100%;
    margin-bottom: 20px;
  }
  .intro .text{
    width: 100%;
  }
  .faq{
    background-image: url(/image/faq_bg.webp);
    padding: 40px 0;
  }
  .faq .inner .title{
    width: 100%;
    margin-bottom: 30px;
  }
  .faq .inner .title .en{
    margin-bottom: 10px;
  }
  .faq .inner .main{
    width: 100%;
  }
  .faq .inner .main li .question h3{
    font-size: 16px;
  }
  .faq .inner .main li.open .answer{
    margin-top: 10px;
  }
  #form{
    padding: 40px 0;
  }
  #form .inner .title{
    margin-bottom: 30px;
  }
  #form .inner .title .en{
    margin-bottom: 10px;
  }
  #form form .formpart .forminput.check{
    column-gap: 15px;
  }
  #form form .formpart .forminput.check label{
    font-size: 14px;
  }
  #form form .formpart .forminput.check label input[type="checkbox"]{
    margin-right: 3px;
  }
}

/* 完了画面 */
#complete .fv{
  padding: 160px 0;
  margin-bottom: 0;
}
#complete .fv h1{
  text-align: center;
  font-size: 32px;
  margin: 0;
}
#complete .thanks{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif;
  text-align: center;
  padding: 60px 0;
  background: #e3f2fa;
}
#complete .thanks p{
  font-size: 20px;
  font-weight: 500;
}
#complete .thanks .company{
  margin-top: 60px;
  font-weight: 500;
}
#complete .thanks .company .tel{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-size: 32px;
  font-weight: bold;
}
#complete .thanks .company .tel img{
  width: 24px;
}
@media screen and (max-width: 768px){
  #complete .fv{
    padding: 60px 0;
  }
  #complete .fv h1{
    font-size: 20px;
  }
  #complete .thanks{
    padding: 40px 0;
  }
  #complete .thanks p{
    font-size: 16px;
  }
  #complete .thanks .company{
    margin-top: 40px;
  }
}
