@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.pc_main {
  display: none;
}

.pc_footer {
  display: none;
}

header {
  width: 100%;
}
header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 8px 16px;
  box-sizing: border-box;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 10000;
  position: relative;
}
header .header .sp {
  display: block;
  width: 74px;
}
header .header .pc {
  display: none;
}
header .header p {
  align-self: flex-end;
  font-size: 8px;
  margin: 0;
}

.sp_main {
  width: 100%;
}
.sp_main .YT_section {
  padding: 64px 0;
}
.sp_main .YT_section .YT_text {
  margin: 0 auto 10px;
  width: 306px;
}
.sp_main .YT_section .YT_link {
  margin: 0 auto;
  position: relative;
  width: 325px;
  aspect-ratio: 16/9;
}
.sp_main .YT_section .YT_link iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sp_main .CV_section {
  position: relative;
}
.sp_main .CV_section .contact_button {
  display: block;
  width: 198px;
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
}
.sp_main .content_section {
  padding: 64px 25px;
}
.sp_main .banner_section {
  position: relative;
}
.sp_main .banner_section .contact_button {
  display: block;
  width: 198px;
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
}
.sp_main .service_section {
  padding: 64px 25px;
}
.sp_main .flow_section {
  padding: 64px 25px;
}
.sp_main .recruit_section {
  position: relative;
  background-image: url(../img/sp/recruit.svg);
  aspect-ratio: 375/908;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
}
.sp_main .recruit_section .recruit_links {
  position: absolute;
  min-width: 303px;
  max-width: 350px;
  width: 60%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.sp_main .recruit_section .recruit_links a {
  display: block;
  width: 20%;
}

@media screen and (min-width: 768px) {
  header .header {
    height: 60px;
    padding: 8px 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }
  header .header .sp {
    display: none;
  }
  header .header .pc {
    display: block;
    width: 103px;
  }
  header .header p {
    font-size: 14px;
  }
  .sp_main {
    display: none;
  }
  .pc_main {
    display: block;
    width: 100%;
  }
  .pc_main .pc {
    width: 100%;
  }
  .pc_main .YT_section {
    padding: 100px 0;
  }
  .pc_main .YT_section .YT_text {
    margin: 0 auto 30px;
    width: 484px;
  }
  .pc_main .YT_section .YT_link {
    margin: 0 auto;
    position: relative;
    width: 700px;
    aspect-ratio: 16/9;
  }
  .pc_main .YT_section .YT_link iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .pc_main .CV_section {
    position: relative;
  }
  .pc_main .CV_section .contact_button {
    display: block;
    width: 198px;
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
  }
  .pc_main .content_section {
    margin: 100px auto;
    min-width: 743px;
    width: 60%;
  }
  .pc_main .banner_section {
    position: relative;
  }
  .pc_main .banner_section .contact_button {
    display: block;
    width: 198px;
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
  }
  .pc_main .service_section {
    margin: 100px auto;
    min-width: 768px;
    width: 80%;
  }
  .pc_main .flow_section {
    margin: 100px auto;
    min-width: 730px;
    max-width: 900px;
    width: 80%;
  }
  .pc_main .recruit_section {
    position: relative;
    background-image: url(../img/pc/recruit.svg);
    aspect-ratio: 1440/949;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
  }
  .pc_main .recruit_section .recruit_links {
    position: absolute;
    min-width: 350px;
    max-width: 363px;
    width: 60%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
  .pc_main .recruit_section .recruit_links a {
    display: block;
    width: 16%;
  }
  .sp_footer {
    display: none;
  }
  .pc_footer {
    display: block;
  }
}
/* お問い合わせフォーム */
#contact_section {
  width: 100%;
  background: linear-gradient(to right, #ffbd0d 0%, #ff9d1e 62%, #fc810d 100%);
}
#contact_section .form_content .form_inner {
  min-width: 320px;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding: 26px 0;
  /* 送信ボタン */
}
#contact_section .form_content .form_inner h3 {
  margin-bottom: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
#contact_section .form_content .form_inner .form-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#contact_section .form_content .form_inner .form-item label {
  width: 30%;
  font-size: 12px;
  position: relative;
  display: flex;
  align-items: center;
}
#contact_section .form_content .form_inner .form-item label span {
  position: absolute;
  right: -20px;
  padding: 5px 3px;
  border-radius: 2px;
  background-color: #dd000a;
  font-size: 9px;
  color: white;
}
#contact_section .form_content .form_inner .form-item .form-parts {
  width: 60%;
  position: relative;
}
#contact_section .form_content .form_inner .form-item .form-parts input {
  width: 100%;
  height: 30px;
  border-radius: 6px;
  border: none;
}
#contact_section .form_content .form_inner .form-item .form-parts .errorText {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 12px;
  color: #dd000a;
}
#contact_section .form_content .form_inner .check-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#contact_section .form_content .form_inner .check-content .check-content-label {
  width: 30%;
  font-size: 12px;
  position: relative;
  display: flex;
  align-items: center;
}
#contact_section .form_content .form_inner .check-content .check-content-label span {
  position: absolute;
  right: -20px;
  padding: 5px 3px;
  border-radius: 2px;
  background-color: #dd000a;
  font-size: 9px;
  color: white;
}
#contact_section .form_content .form_inner .check-content .form-parts {
  width: 60%;
  position: relative;
}
#contact_section .form_content .form_inner .check-content .form-parts .check-cols {
  display: flex;
  gap: 10px;
}
#contact_section .form_content .form_inner .check-content .form-parts .check-cols .check-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#contact_section .form_content .form_inner .check-content .form-parts .check-cols .check-col .checkbtn {
  position: relative;
  padding-left: 24px;
  font-size: 12px;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
}
#contact_section .form_content .form_inner .check-content .form-parts .check-cols .check-col .checkbtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border: solid 0.5px #000;
  background-color: white;
}
#contact_section .form_content .form_inner .check-content .form-parts .check-cols .check-col input[type=checkbox] {
  display: none;
}
#contact_section .form_content .form_inner .check-content .form-parts .check-cols .check-col input[type=checkbox]:checked + .checkbtn::before {
  background-image: url(../img/sp/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
#contact_section .form_content .form_inner .check-content .form-parts .check-cols .check-left {
  width: 45%;
}
#contact_section .form_content .form_inner .check-content .form-parts .check-cols .check-right {
  width: 55%;
}
#contact_section .form_content .form_inner .check-content .form-parts .errorText {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 12px;
  color: #dd000a;
}
#contact_section .form_content .form_inner .form-textarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#contact_section .form_content .form_inner .form-textarea label {
  width: 30%;
  font-size: 12px;
  position: relative;
  display: flex;
  align-items: center;
}
#contact_section .form_content .form_inner .form-textarea label span {
  position: absolute;
  right: -20px;
  padding: 5px 3px;
  border-radius: 2px;
  background-color: #dd000a;
  font-size: 9px;
  color: white;
}
#contact_section .form_content .form_inner .form-textarea .form-parts {
  width: 60%;
  position: relative;
}
#contact_section .form_content .form_inner .form-textarea .form-parts textarea {
  width: 100%;
  height: 160px;
  border-radius: 6px;
  border: none;
}
#contact_section .form_content .form_inner .form-textarea .form-parts .errorText {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 12px;
  color: #dd000a;
}
#contact_section .form_content .form_inner .privacy-policy {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  position: relative;
}
#contact_section .form_content .form_inner .privacy-policy .checkbtn {
  position: relative;
  cursor: pointer;
}
#contact_section .form_content .form_inner .privacy-policy .checkbtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border: solid 0.5px #000;
  background-color: white;
}
#contact_section .form_content .form_inner .privacy-policy p {
  text-align: center;
  font-size: 9px;
  position: relative;
}
#contact_section .form_content .form_inner .privacy-policy p .errorText {
  position: absolute;
  left: -25px;
  bottom: -20px;
  font-size: 12px;
  color: #dd000a;
  white-space: nowrap;
}
#contact_section .form_content .form_inner .privacy-policy input[type=checkbox] {
  display: none;
}
#contact_section .form_content .form_inner .privacy-policy input[type=checkbox]:checked + .checkbtn::before {
  background-image: url(../img/sp/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
#contact_section .form_content .form_inner .submit-item {
  margin: 0 auto;
  width: 150px;
}
#contact_section .form_content .form_inner #submit {
  width: 150px;
  height: 40px;
  background-color: #dd000a;
  color: #ffffff;
  border: none;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #contact_section .form_content .form_inner {
    padding: 50px 0;
    max-width: 658px;
  }
  #contact_section .form_content .form_inner h3 {
    font-size: 32px;
    margin-bottom: 53px;
  }
  #contact_section .form_content .form_inner .form-item label {
    font-size: 20px;
  }
  #contact_section .form_content .form_inner .form-item label span {
    right: -35px;
    padding: 3px;
    font-size: 14px;
  }
  #contact_section .form_content .form_inner .form-item .form-parts .errorText {
    font-size: 16px;
  }
  #contact_section .form_content .form_inner .check-content .check-content-label {
    font-size: 20px;
  }
  #contact_section .form_content .form_inner .check-content .check-content-label span {
    right: -35px;
    padding: 3px;
    font-size: 14px;
  }
  #contact_section .form_content .form_inner .check-content .form-parts .check-cols .check-col .checkbtn {
    font-size: 16px;
  }
  #contact_section .form_content .form_inner .check-content .form-parts .errorText {
    font-size: 16px;
  }
  #contact_section .form_content .form_inner .form-textarea label {
    font-size: 20px;
  }
  #contact_section .form_content .form_inner .form-textarea label span {
    right: -35px;
    padding: 3px;
    font-size: 14px;
  }
  #contact_section .form_content .form_inner .form-textarea .form-parts .errorText {
    font-size: 16px;
  }
  #contact_section .form_content .form_inner .privacy-policy p {
    font-size: 16px;
  }
  #contact_section .form_content .form_inner .privacy-policy p .errorText {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */