@charset "UTF-8";

/* --------------------------------
   page hero
-------------------------------- */
.page-main--contact {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: transparent;
  margin-bottom: clamp(-93px, -5.787vw, -84.73px);
}

.page-main--contact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    73deg,
    rgba(186, 216, 178, 0.4) 0%,
    rgba(244, 218, 165, 0.4) 100%
  );
}

.page-fv--contact {
  padding: clamp(207px, 14.124vw, 227px) 0 clamp(44px, 2.987vw, 48px) clamp(191px, 13.067vw, 210px);
}

.page-fv__copy {
  padding-left: clamp(36px, 2.489vw, 40px);
}

.page-fv__en {
  color: #51AD33;
  font-size: 60px;
  line-height: 1.12;
  letter-spacing: 3.6px;
}

.page-fv__jp {
  margin-top: clamp(15px, 0.996vw, 16px);
  color: #51AD33;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.44px;
}

.page-fv__media img {
  margin-top: clamp(58px, 3.982vw, 64px);
  width: 78.125%;
  aspect-ratio: 1500 / 630;
  border-radius: 10px;
  object-fit: cover;
}

/* --------------------------------
   contact lead
-------------------------------- */
.contact-lead {
  position: relative;
  padding: clamp(137px, 9.333vw, 150px) 0 clamp(100px, 6.844vw, 110px);
  text-align: center;
}

.contact-lead .l-container {
  position: relative;
  width: min(calc(100% - clamp(44px, 2.987vw, 48px)), clamp(1002px, 68.444vw, 1100px));
  margin-inline: auto;
}

.contact-lead__en {
  color: #FFFFFF;
  font-size: clamp(90px, 6.219vw, 100px);
  letter-spacing: 0.06em;
  margin-bottom: clamp(25.2px, 1.741vw, 28px);
  line-height: 1em;
  display: block;
}

.contact-lead__title {
  margin-top: clamp(-14px, -0.933vw, -15px);
  color: #78B432;
  font-size: 34px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.44px;
}

.contact-lead__text {
  width: clamp(893px, 60.978vw, 980px);
  max-width: 100%;
  margin: clamp(49px, 3.36vw, 54px) auto 0;
  color: #1A1311;
  font-size: 16px;
  line-height: 2.38;
  letter-spacing: 0.96px;
}

.contact-line-box > a {
  width: clamp(993px, 67.822vw, 1090px);
  height: clamp(200px, 13.689vw, 220px);
  margin: clamp(62px, 4.231vw, 68px) auto 0;
  padding: 0 0 0 clamp(59px, 4.044vw, 65px);
  border-radius: 10px;
  background: #06C755;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(50px, 3.422vw, 55px);
  position:  relative;
}

.contact-line-box__body {
  display: flex;
  align-items: center;
  gap: clamp(53px, 3.609vw, 58px);
}

.contact-line-box__icon {
  width: clamp(100px, 6.844vw, 110px);  
}

.contact-line-box__main {
  font-size: 40px;
  line-height: 1.55;
  letter-spacing: 2.4px;
}

.contact-line-box__main .color {
  color: #DCFC2D;
}

.contact-line-box__main .pc-fs60 {
  font-size: 60px;
}

.contact-line-box__main .pc-fs55 {
  font-size: 55px;
}

.contact-line-box__img {
  width: clamp(166px, 11.324vw, 182px);
  flex: 0 0 auto;
  position:  absolute;
  bottom: 0;
  right: clamp(73px, 4.978vw, 80px);
}

.contact-line-box__img img {
  width: 100%;
}

/* --------------------------------
   recruit info
-------------------------------- */
.recruit-info {
  padding: clamp(27px, 1.867vw, 30px) 0 clamp(96px, 6.667vw, 110px);
}

.recruit-info__inner {
  width: min(calc(100% - clamp(182px, 12.444vw, 200px)), clamp(1367px, 93.333vw, 1500px));
  margin: 0 auto;
  padding: clamp(46px, 3.111vw, 50px) clamp(91px, 6.222vw, 100px) clamp(101px, 6.844vw, 110px);
  border-radius: 10px;
  background: linear-gradient(180deg, #BAD8B2 0%, #F4DAA5 100%);
}

.recruit-info__head {
  text-align: center;
}

.recruit-info__check {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.8px;
}

.recruit-info__title {
  margin-top: clamp(30px, 2.053vw, 33px);
  padding-bottom: clamp(34px, 2.302vw, 37px);
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.76px;
  background: url(../images/contact/contact_line.png) no-repeat bottom center / clamp(273px, 18.667vw, 300px);
}

.recruit-info__card {
  width: clamp(1184px, 80.889vw, 1300px);
  max-width: 100%;
  margin: clamp(33px, 2.302vw, 37px) auto 0;
  padding: clamp(53px, 3.609vw, 58px) clamp(91px, 6.222vw, 100px) clamp(61px, 4.169vw, 67px);
  border-radius: 10px;
  background: #fff;
}

.recruit-info__tabs {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 1.244vw, 20px);
}

.recruit-info__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(273px, 18.667vw, 300px);
  height: clamp(63px, 4.356vw, 70px);
  border-radius: 999px;
  background: #F5AB32;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.96px;
  text-decoration: none;
}

.recruit-info__table {
  width: clamp(893px, 60.978vw, 980px);
  max-width: 100%;
  margin: clamp(42px, 2.924vw, 47px) auto 0;
}

.recruit-info__row {
  display: grid;
  grid-template-columns: clamp(166px, 11.324vw, 182px) 1fr;
  column-gap: clamp(47px, 3.236vw, 52px);
  margin: 0;
  padding: clamp(17px, 1.182vw, 19px) 0;
  border-bottom: 1px dotted rgba(112, 112, 112, 0.8);
  color: #1A1311;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.9px;
}

.recruit-info__row dt {
  font-weight: 500;
}

.recruit-info__row dd {
  margin: 0;
}

.recruit-info__tab {
  border: none;
  appearance: none;
  font-family: inherit;
  cursor: pointer;
}

.recruit-info__tab:not(.is-active) {
  opacity: 0.75;
}

.recruit-info__tab.is-active {
  opacity: 1;
}

.recruit-info__panel {
  display: none;
}

.recruit-info__panel.is-active {
  display: block;
}

/* --------------------------------
   contact form
-------------------------------- */
.contact-form {
  padding: clamp(77px, 5.351vw, 86px) 0 clamp(118px, 8.089vw, 130px);
}

.contact-form .l-container {
  width: min(calc(100% - clamp(44px, 2.987vw, 48px)), clamp(1093px, 75vw, 1200px));
  margin: 0 auto;
}

.contact-form__head {
  margin-bottom: clamp(52px, 3.609vw, 58px);
  text-align: center;
}

.contact-form__en {
  color: #679558;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.8px;
}

.contact-form__title {
  margin-top: clamp(24px, 1.68vw, 27px);
  padding-bottom: clamp(34px, 2.302vw, 37px);
  color: #679558;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.76px;
  background: url(../images/contact/contact_line_gr.png) no-repeat bottom center / clamp(273px, 18.667vw, 300px);
}

.contact-form__box {
  background: transparent;
}

.contact-form .wpcf7-form {
  margin: 0;
}

.contact-form .cf7-form {
  width: 100%;
}

/* CF7が自動挿入するp/br対策 */
.contact-form .cf7-row > p {
  display: contents;
}

.contact-form .cf7-row br {
  display: none;
}

.contact-form .cf7-row {
  display: grid;
  grid-template-columns: clamp(166px, 11.324vw, 182px) 1fr;
  column-gap: clamp(47px, 3.236vw, 52px);
  align-items: center;
  width: clamp(893px, 60.978vw, 980px);
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(17px, 1.182vw, 19px) 0;
  border-bottom: 1px dotted rgba(112, 112, 112, 0.8);
}

.contact-form .cf7-row--textarea {
  align-items: start;
}

.contact-form .cf7-label {
  grid-column: 1;
  color: #639628;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.96px;
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
  grid-column: 2;
  width: 100%;
}

.contact-form .cf7-input,
.contact-form .cf7-textarea {
  display: block;
  border: none;
  background: #fff;
  color: #1A1311;
  font-size: 16px;
  letter-spacing: 0.96px;
  box-shadow: none;
  outline: none;
}

.contact-form .cf7-input:focus,
.contact-form .cf7-textarea:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.contact-form .cf7-input {
  width: clamp(391px, 26.764vw, 430px);
  max-width: 100%;
  height: clamp(55px, 3.733vw, 60px);
  padding: 0 clamp(16px, 1.12vw, 18px);
  border-radius: 999px;
}

.contact-form #your-age {
  width: clamp(173px, 11.822vw, 190px);
}

.contact-form .cf7-textarea {
  width: clamp(548px, 37.333vw, 600px);
  max-width: 100%;
  min-height: clamp(191px, 13.067vw, 210px);
  padding: clamp(15px, 0.996vw, 16px) clamp(16px, 1.12vw, 18px);
  border-radius: 25px;
  resize: vertical;
}

/* choice */
.contact-form .cf7-choice-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(40px, 2.738vw, 44px);
}

.contact-form .cf7-choice-list .wpcf7-form-control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(40px, 2.738vw, 44px);
}

.contact-form .wpcf7-list-item {
  margin: 0;
}

.contact-form .wpcf7-list-item label,
.contact-form .cf7-choice-list label {
  display: inline-flex;
  align-items: center;
  color: #1A1311;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.96px;
  cursor: pointer;
}

/* radio */
.contact-form input[type="radio"] {
  appearance: none;
  flex: 0 0 auto;
  width: clamp(20px, 1.369vw, 22px);
  height: clamp(20px, 1.369vw, 22px);
  margin: 0 clamp(9px, 0.622vw, 10px) 0 0;
  border: none;
  border-radius: 50%;
  background: #fff;
}

.contact-form input[type="radio"]:checked {
  background: radial-gradient(circle at center, #88AD7C 0 32%, #fff 35%);
}

/* checkbox */
.contact-form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-form .wpcf7-checkbox .wpcf7-list-item-label,
.contact-form .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: clamp(34px, 2.24vw, 36px);
  line-height: 1.5;
}

.contact-form .wpcf7-checkbox .wpcf7-list-item label,
.contact-form .wpcf7-acceptance .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
}

.contact-form .wpcf7-checkbox .wpcf7-list-item-label::before,
.contact-form .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: clamp(20px, 1.369vw, 22px);
  height: clamp(20px, 1.369vw, 22px);
  border-radius: 4px;
  background: #fff;
  transform: translateY(-50%);
}

.contact-form .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.contact-form .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: clamp(5.47px, 0.373vw, 6px);
  top: 50%;
  width: clamp(6px, 0.436vw, 7px);
  height: clamp(11px, 0.747vw, 12px);
  border-right: 3px solid #88AD7C;
  border-bottom: 3px solid #88AD7C;
  transform: translateY(-62%) rotate(45deg);
}

.contact-form .wpcf7-checkbox input[type="checkbox"]:focus-visible + .wpcf7-list-item-label::before,
.contact-form .wpcf7-acceptance input[type="checkbox"]:focus-visible + .wpcf7-list-item-label::before {
  box-shadow: 0 0 0 2px rgba(136, 173, 124, 0.35);
}

/* privacy */
.contact-form .cf7-privacy-text {
  width: clamp(1093px, 75vw, 1200px);
  max-width: 100%;
  max-height: clamp(156px, 10.667vw, 170px);
  margin: clamp(62px, 4.231vw, 68px) auto 0;
  padding: clamp(31px, 2.116vw, 34px) clamp(59px, 4.044vw, 65px);
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.72);
  color: #1A1311;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.84px;
}

.contact-form .cf7-privacy-text p:first-child {
  margin-bottom: clamp(11px, 0.747vw, 12px);
  font-weight: 500;
}

.contact-form .cf7-privacy {
  margin-top: clamp(58px, 3.982vw, 64px);
  text-align: center;
  color: #1A1311;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.96px;
}

.contact-form .cf7-privacy .wpcf7-form-control {
  display: flex;
  justify-content: center;
}

.contact-form .cf7-privacy .wpcf7-list-item {
  margin: 0;
}

.contact-form .cf7-privacy label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(291px, 19.911vw, 320px);
  height: clamp(62px, 4.231vw, 68px);
  margin: 0 auto;
  border: 1px dotted #78B432;
  cursor: pointer;
}

.contact-form .cf7-privacy .wpcf7-list-item-label {
  display: inline-block;
}

/* submit */
.contact-form .cf7-submit-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(42px, 2.924vw, 47px);
}

.contact-form .cf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(91px, 6.222vw, 100px);
  height: clamp(91px, 6.222vw, 100px);
  padding: 0;
  border: none;
  border-radius: 50%;
  background: url("../images/contact/submit__btn__bg.png") no-repeat center / contain;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.96px;
  cursor: pointer;
}

/* --------------------------------
   contact access
-------------------------------- */
.contact-access {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(241px, 16.427vw, 264px);
}

.contact-access__inner {
  width: min(calc(100% - clamp(182px, 12.444vw, 200px)), clamp(1367px, 93.333vw, 1500px));
  margin: 0 auto;
  padding: clamp(46px, 3.111vw, 50px) clamp(91px, 6.222vw, 100px) clamp(73px, 4.978vw, 80px);
  background: #679558;
  border-radius: 10px;
}

.contact-access__head {
  margin-bottom: clamp(38px, 2.613vw, 42px);
  text-align: center;
}

.contact-access__en {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.8px;
}

.contact-access__title {
  margin: clamp(20px, 1.369vw, 22px) 0 clamp(38px, 2.613vw, 42px);
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.76px;
  padding-bottom: clamp(34px, 2.302vw, 37px);
  background: url(../images/contact/contact_line.png) no-repeat bottom center/clamp(273px, 18.667vw, 300px); 
}

.contact-access__contents {
  position: relative;
  width: clamp(1184px, 80.889vw, 1300px);
  min-height: clamp(465px, 31.733vw, 510px);
  margin: 0 auto;
  padding: clamp(46px, 3.111vw, 50px) 0 clamp(41px, 2.8vw, 45px);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.contact-access__photo {
  position: relative;
  z-index: 2;
  width: clamp(629px, 42.933vw, 690px);
}

.contact-access__photo img {
  width: 100%;
  height: clamp(273px, 18.667vw, 300px);
  object-fit: cover;
  border-radius: 0 999px 999px 0;
}

.contact-access__map {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: clamp(592px, 40.444vw, 650px);
  height: 100%;
}

.contact-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-access__info {
  position: relative;
  z-index: 3;
  width: clamp(510px, 34.844vw, 560px);
  margin-top: clamp(35px, 2.364vw, 38px);
  padding-left: clamp(53px, 3.609vw, 58px);
  color: #1A1311;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.96px;
}

.contact-access__info p + p {
  margin-top: clamp(9px, 0.622vw, 10px);
}

/* --------------------------------
   thanks
-------------------------------- */
.page-main--thanks .contact-lead {
  padding: clamp(68px, 4.667vw, 150px) 0 clamp(100px, 6.844vw, 110px) !important;
}