/* kot */
.kot .top {
  height: 920px !important;
}
@media screen and (max-width: 768px) {
  .kot .top {
    height: 990px !important;
    background-position-y: -180px;
  }
}
@media screen and (max-width: 548px) {
  .kot .top {
    height: 990px !important;
    background-position-y: -95px;
  }
}
@media screen and (max-width: 581px) {
  .kot .top {
    height: 1050px !important;
  }
}
@media screen and (max-width: 460px) {
  .kot .top {
    height: 1200px !important;
  }
}

/* kot form */
.kot .top form {
  width: 100%;
  max-width: 568px;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0px 3px 8px 1px hsla(0, 0%, 0%, 0.102);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 32px 39px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .kot .top form {
    max-width: 536px;
    margin: 145px auto 0;
    transform: translateX(-30px);
  }
}
@media screen and (max-width: 600px) {
  .kot .top form {
    max-width: calc(536 / 600 * 100vw);
  }
}
@media screen and (max-width: 460px) {
  .kot .top form {
    align-items: center;
    max-width: 100%;
    box-shadow: unset;
  }
}

.kot .top form > p:nth-of-type(2) {
  display: contents;
}

.kot .top form .form-ttl {
  align-self: flex-start;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
  color: #202020;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .kot .top form .form-ttl {
    padding-right: unset;
  }
}
@media screen and (max-width: 460px) {
  .kot .top form .form-ttl {
    align-self: center;
    white-space: nowrap;
    text-align: center;
  }
}
@media screen and (max-width: 389px) {
  .kot .top form .form-ttl {
    font-size: calc(24 / 389 * 100vw);
    margin-bottom: 36px;
  }
}

.kot .top form .wrap-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 460px) {
  .kot .top form .wrap-input {
    gap: 16px;
  }
}

.kot .top form .wrap-input > p {
  display: contents;
}

.kot .top form .wrap-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.kot .top form .wrap-item-name {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  color: #202020;
}
@media screen and (max-width: 460px) {
  .kot .top form .wrap-item-name {
    font-size: 14px;
  }
}

.kot .top form .wrap-item-input {
  display: flex;
}

.kot .top form .wrap-item-input:has(#phone) {
  position: relative;
}

.kot .top form .wrap-item-input:has(#phone)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 51px;
  /* +81などの国コードを入れた場合のleftの値 *//* +81などの国コードを入れた場合のleftの値 */
  left: 71px;
  width: 1px;
  height: 100%;
  background-color: #D7D7D7;
}

.kot .top form .wrap-item-input-img {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  border-radius: 8px 0 0 8px;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
}
@media screen and (max-width: 460px) {
  .kot .top form .wrap-item-input-img {
    width: 53px;
    height: 53px;
  }
}

.kot .top form .item-input-img {
  position: static !important;
  margin: unset !important;
  transform: unset !important;
}

.kot .top form .item-input-img--name {
  width: 14px;
  height: 15px;
}
@media screen and (max-width: 460px) {
  .kot .top form .item-input-img--name {
    width: 20px;
    height: 20px;
  }
}

.kot .top form .item-input-img--address {
  width: 18px;
  height: 12px;
}
@media screen and (max-width: 460px) {
  .kot .top form .item-input-img--address {
    width: 20px;
    height: 13px;
  }
}

.kot .top form .form-input {
  width: 100%;
  height: 41px;
  border-radius: 0 8px 8px 0;
  border: 1px solid #D7D7D7;
  font-size: 14px;
  letter-spacing: 0;
  color: #202020 !important;
  padding: 12px;
}
@media screen and (max-width: 460px) {
  .kot .top form .form-input {
    height: 53px;
  }
}

#phone {
  border-radius: 8px;
  padding-left: 60px;
}

.kot .top form .form-input::placeholder {
  color: #807d7d;
}

.kot .top form .wrap-item-submit {
  display: flex;
  align-items: flex-end;
  gap: 14px;
}
@media screen and (max-width: 460px) {
  .kot .top form .wrap-item-submit {
    flex-direction: column;
    gap: 36px;
  }
}

.kot .top form .submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  height: 41px;
  border-radius: 8px;
  border: unset;
  background-color: #fff;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background-color: #FFC940;
}
@media screen and (max-width: 460px) {
  .kot .top form .submit-btn {
    max-width: 100%;
    height: 53px;
    font-size: 17px;
  }
}

/* contact form 7の自動付与されるspanタグを非表示に */
.kot .top form .wpcf7-form-control-wrap {
  display: contents;
}

/* contact form 7の自動付与されるbrタグを非表示に */
.kot .top form br {
  display: none;
}

.kot .wpcf7-spinner {
  display: none;
}

/* kot */
@media screen and (max-width: 768px) {
  .kot .top_text {
    top: 75px;
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .kot .top_text img {
    position: relative;
    top: 0;
    left: 155px;
    width: 166px;
  }
}
@media screen and (max-width: 548px) {
  .kot .top_text img {
    position: static;
    display: block;
    margin: 50px auto 0;
    transform: translateX(-30px);
  }
}

/* kot-faq */
#kot-faq {
  padding-bottom: 150px;
}
@media screen and (max-width: 1199px) {
  #kot-faq {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  #kot-faq {
    padding-bottom: 50px;
  }
}

#kot-faq .h_line_fix {
  margin-bottom: 24px;
}

.kot-faq-text {
  font-size: 20px;
  color: #202020;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .kot-faq-text {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.kot-faq-link {
  font-size: 20px;
  color: #1C9E47;
}
@media screen and (max-width: 599px) {
  .kot-faq-link {
    font-size: 14px;
  }
}

.kot-faq-cards {
  display: flex;
  gap: 32px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .kot-faq-cards {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .kot-faq-cards {
    gap: 12px;
    padding: 0 20px;
  }
}

.kot-faq-cards-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1199px) {
  .kot-faq-cards-column {
    display: contents;
  }
}

.kot-faq-card {
  box-sizing: border-box;
  width: 544px;
  border-radius: 12px;
  background-color: #F5F9F6;
  padding: 32px;
  transition: .5s;
}
@media screen and (max-width: 599px) {
  .kot-faq-card {
    width: 100%;
    border-radius: 8px;
    padding: 20px;
  }
}

.kot-faq-card.is-open {
  background-color: #E8FDEF;
}

.kot-faq-card-top {
  display: flex;
  align-items: center;
  gap: 24px;
  cursor: pointer;
}

.kot-faq-card-bottom {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #202020;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
@media screen and (max-width: 599px) {
  .kot-faq-card-bottom {
    font-size: 14px;
  }
}

.kot-faq-card-bottom.is-open {
  max-height: 1000px; /* 十分に大きければOK。必要に応じて調整 */
}

.kot-faq-card-bottom::before {
  content: '';
  display: block;
  height: 18px;
}
@media screen and (max-width: 599px) {
  .kot-faq-card-bottom::before {
    height: 12px;
  }
}

.kot-faq-card-top-wrap-img {
  flex-shrink: 0;
  position: relative;
  width: 24px;
}
@media screen and (max-width: 599px) {
  .kot-faq-card-top-wrap-img {
    width: 16px;
  }
}

.kot-faq-card-top-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s;
}

.kot-faq-card-top-img.is-open {
  opacity: 1;
}

.kot-faq-card-top-arrow {
  transition: 0.5s;
}

.kot-faq-card-top-arrow.is-open {
  transform: rotate(180deg);
}

.kot-faq-card-top-txt {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #202020;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .kot-faq-card-top-txt {
    font-size: 14px;
  }
}

.kot-faq-card-top-txt.is-open {
  color: #1C9E47;
}

@media screen and (max-width: 1199px) {
  .order-1-1199px {
    order: 1;
  }
  .order-2-1199px {
    order: 2;
  }
  .order-3-1199px {
    order: 3;
  }
  .order-4-1199px {
    order: 4;
  }
  .order-5-1199px {
    order: 5;
  }
  .order-6-1199px {
    order: 6;
  }
  .order-7-1199px {
    order: 7;
  }
  .order-8-1199px {
    order: 8;
  }
  .order-9-1199px {
    order: 9;
  }
}

.iti__selected-dial-code {
  font-size: 12px;
  color: #202020;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: unset !important;
}
