@charset "UTF-8";
@media (min-width: 780px) {
  body {
    width: 30%;
    margin: 0 auto;
  }
}
@media (min-width: 780px) {
  body {
    width: 30%;
    margin: 0 auto;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

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

header {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header h1 {
  font-size: clamp(20px, 3vw, 24px);
  color: #0073c7;
}
header img {
  width: clamp(150px, 40%, 200px);
}
header .mv_btn {
  width: 35%;
  height: 40px;
  background: #f24d37;
  border-radius: 20px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: clamp(12px, 2vw, 16px);
}

.main .fv img {
  width: 100%;
  display: block;
}
.main .fv-btn {
  background: #ffffff;
  padding: 4%;
  display: flex;
  justify-content: center;
}
.main .fv-btn .mv_btn {
  position: relative;
  width: 86%;
  height: 60px;
  background: #f24d37;
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(12px, 2vw, 16px);
  border-radius: 30px;
}
.main .fv-btn .mv_btn.v2_sub {
  margin: 10% 0;
}
.main .fv-btn .mv_btn.v2_sub::before {
  content: "";
  font-weight: 600;
  font-size: clamp(12px, 2vw, 14px);
}
.main .fv-btn .mv_btn::before {
  content: "";
  position: absolute;
  top: -47%;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  width: 100%;
}
.main .fv-btn .mv_btn p {
  position: relative;
  font-size: clamp(14px, 2vw, 16px);
}
.main .fv-btn .mv_btn p::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  left: 9%;
  top: 27%;
}
.main .fv-btn .mv_btn p::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  right: 9%;
  top: 27%;
}
.main .answer img,
.main .recommend img,
.main .about img,
.main .disappointing img,
.main .voice img,
.main .flow img,
.main .job img {
  display: block;
  width: 100%;
}
.main .faq img {
  display: block;
  width: 100%;
  margin: 4% 0;
}
.main .faq__section__m {
  width: 90%;
  margin: 0 auto;
}
.main .faq__section__m__q {
  border-bottom: solid 1px #c5c5c5;
  padding: 6% 0;
}
.main .faq__section__m__q .imgbox {
  position: relative;
}
.main .faq__section__m__q .imgbox::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-in-out;
}
.main .faq__section__m__q .imgbox img {
  display: block;
  position: relative;
}
.main .faq__section__m__q .imgbox.visible::after {
  transform: rotate(135deg);
}
.main .faq__section__m__q .answer {
  height: 0;
  font-size: clamp(14px, 2vw, 16px);
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.main .faq__section__m__q .imgbox.visible + .answer {
  height: 100px;
}
.main .entry {
  background: #c4dfe6;
}
.main .entry img {
  padding: 4%;
  display: block;
  width: 100%;
}

.cntct {
  background: #2693db;
  padding: 5% 0;
}
.cntct .contact-title {
  padding: 7%;
}
.cntct .contact-title img {
  display: block;
  width: 100%;
}
.cntct .form-area {
  width: 90%;
  background: #ffffff;
  padding: 4%;
  margin: 0 auto;
}
.cntct .form-area .h-form {
  padding: 16px 0;
}
.cntct .form-area .h-form h2 {
  margin: 2%;
  text-align: center;
  font-size: clamp(20px, 10vw, 24px);
}
.cntct .form-area .c-mailform {
  width: 95%;
  margin: 0 auto;
}
.cntct .form-area .c-mailform .c-item {
  display: flex;
  justify-content: space-between;
}
.cntct .form-area .c-mailform .c-item .scroll-Area {
  width: 50%;
}
.cntct .form-area .c-mailform .c-item p {
  display: inline;
}
.cntct .form-area .c-mailform .c-item .label {
  text-align: left;
  font-weight: bold;
  padding: 2% 0;
  font-size: clamp(12px, 3vw, 16px);
}
.cntct .form-area .c-mailform .c-item .wpcf7-form-control-wrap {
  padding: 2% 0;
  width: 50%;
}
.cntct .form-area .c-mailform .c-item .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-direction: column;
}
.cntct .form-area .c-mailform .c-item .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select {
  padding: 4%;
  width: 100%;
  resize: none;
  background: #f2f2f2;
  font-size: clamp(12px, 3vw, 16px);
}
.cntct .form-area .c-mailform .c-item .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: block;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  border: solid 1px #e2e2e2;
  margin: 0;
  padding: 4% 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  text-align: center;
  cursor: pointer;
}
.cntct .form-area .c-mailform .c-item .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  font-size: clamp(12px, 4vw, 16px);
  display: block;
}
.cntct .form-area .c-mailform .c-item .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: clamp(12px, 3vw, 16px);
}
.cntct .form-area .c-mailform .c-item .wpcf7-form-control-wrap input[type=tel], .cntct .form-area .c-mailform .c-item .wpcf7-form-control-wrap input[type=email] {
  padding: 4%;
  background: #f2f2f2;
  width: 100%;
  font-size: clamp(12px, 3vw, 16px);
}
.cntct .form-area .c-mailform .c-item .wpcf7-form-control-wrap textarea {
  width: 100%;
  background: #f2f2f2;
  padding: 4%;
  resize: none;
  font-size: clamp(12px, 3vw, 16px);
}
.cntct .form-area .c-mailform .c-item .wpcf7-form-control-wrap select[name=age] {
  width: 100%;
  background-color: #f2f2f2;
  padding: 4%;
  font-size: clamp(12px, 3vw, 16px);
}
.cntct .form-area .c-privacy {
  width: 80%;
  margin: 2% auto;
}
.cntct .form-area .c-privacy p {
  font-size: clamp(10px, 2vw, 14px);
  text-wrap: balance;
  word-break: auto-phrase;
  text-align: center;
}
.cntct .form-area .c-send {
  width: 90%;
  height: 60px;
  margin: 10% auto;
  background: #f24d37;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  border-radius: 20px;
  position: relative;
}
.cntct .form-area .c-send::before {
  content: "応募後、LINEにて日程調整可能!";
  position: absolute;
  top: -30%;
  font-size: clamp(12px, 2vw, 14px);
}
.cntct .form-area .c-send p {
  display: inline;
}
.cntct .form-area .c-send .wpcf7-submit {
  padding: 0;
  border: none;
  box-shadow: none;
  font-size: clamp(14px, 5vw, 16px);
  border-radius: 4px;
}
.cntct .form-area .c-send #submit {
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
}
.cntct .form-area .c-send .wpcf7-spinner {
  display: none;
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
#modal .modal {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  height: 400px;
  background-color: rgba(46, 46, 46, 0.6);
  z-index: 2;
}
#modal .modal .modal-text-area {
  padding: 5px 0;
  width: 90%;
  height: 80%;
  overflow: scroll;
  border: solid 1px #333333;
  color: #fafafa;
  text-align: center;
}
#modal .modal .modal-text-area h2 {
  font-weight: 700;
  font-size: large;
  padding: 25px 0;
}
#modal .modal .modal-text-area p,
#modal .modal .modal-text-area ul li {
  padding: 5px 0;
}
#modal .modal #closeModal {
  margin: 10px 0;
  width: 50%;
  height: 50px;
  border: none;
  border-radius: 6px;
  color: #fafafa;
  background: #00a3c7;
}

footer {
  width: 100%;
  height: 200px;
  background-color: #fff;
  margin-top: 56px;
  padding: 30px 0;
}
footer .logo {
  width: 5%;
}
footer .ft-sec {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
footer .ft-sec div {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}
footer .ft-sec .nd {
  text-decoration: none;
  color: #333;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
  letter-spacing: -0.28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
footer .ft-sec p .privacy {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
footer .ft-sec p .privacy:hover {
  opacity: 0.7;
}
footer .ft-sec .sns a {
  text-decoration: none;
  color: #0a0a0a;
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
#modal .modal {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  height: 400px;
  background-color: rgba(46, 46, 46, 0.6);
  z-index: 2;
}
#modal .modal .modal-text-area {
  padding: 16px;
  width: 90%;
  height: 80%;
  overflow: scroll;
  border: solid 1px #333333;
  color: #fafafa;
  text-align: center;
  font-size: clamp(12px, 2.5vw, 14px);
}
#modal .modal .modal-text-area h2 {
  font-weight: 700;
  font-size: clamp(14px, 2.5vw, 16px);
  padding: 25px 0;
}
#modal .modal .modal-text-area h3 {
  font-weight: 600;
  padding: 18px 0;
}
#modal .modal .modal-text-area p {
  padding: 5px 0;
}
#modal .modal .modal-text-area ul li {
  padding: 5px 0;
}
#modal .modal .modal-text-area ul li a {
  text-decoration: none;
  color: #fe8e1e;
}
#modal .modal .modal-text-area li {
  list-style: none;
}
#modal .modal .modal-text-area li a {
  text-decoration: none;
  color: #fe8e1e;
}
#modal .modal #closeModal {
  margin: 10px 0;
  width: 50%;
  height: 50px;
  border: none;
  border-radius: 6px;
  color: #fafafa;
  background: #f24d37;
}