@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
contact
---------------------------------------------------------------------------------------------------- */
body::before {
  display: none;
}

.contact {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-block: 12.5rem 10rem;
}
@media screen and (max-width: 60rem) {
  .contact {
    padding-block: 7.5rem;
    flex-direction: column;
  }
}
.contact__text {
  width: 100%;
}
.contact__head {
  display: flex;
  align-items: center;
}
.contact__head--img {
  height: 80px;
  width: 80px;
  margin-left: 28px;
}
.contact__title {
  line-height: 1.5;
}
.contact__title--en {
  font-size: 12px;
  font-weight: bold;
}
.contact__title--ja {
  font-size: 32px;
  font-weight: bold;
}
.contact__desc {
  margin-top: 20px;
  font-size: 24px;
}
@media screen and (max-width: 60rem) {
  .contact__desc {
    font-size: 18px;
  }
}
.contact__desc--sub {
  margin-top: 28px;
  font-size: 14px;
}
.contact__achievement {
  margin-top: 30px;
}
.contact__achievement--title {
  font-size: 18px;
  font-weight: normal;
}
.contact__achievement--img {
  margin-top: 20px;
}
.contact__form {
  display: grid;
  justify-content: center;
  width: 100%;
  margin-left: 50px;
}
@media screen and (max-width: 60rem) {
  .contact__form {
    margin-left: 0;
    margin-top: 32px;
  }
}
.contact__form--step {
  max-width: 280px;
  margin: 0 auto;
}
.contact__form--content {
  margin-top: 16px;
  padding: 40px 36px;
  border-radius: 10px;
  background-color: #efefef;
}
@media screen and (max-width: 60rem) {
  .contact__form--content {
    padding: 20px 16px;
  }
}
.contact-complete {
  padding-block: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-complete__title {
  margin-top: 55px;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 60rem) {
  .contact-complete__title {
    margin-top: 32px;
    font-size: 20px;
  }
}
.contact-complete__sub--title {
  width: 400px;
  height: 52px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid #000000;
  border-radius: 5px;
  box-shadow: 6px 6px 0px 0px #e2d900;
}
@media screen and (max-width: 60rem) {
  .contact-complete__sub--title {
    width: 320px;
    margin-top: 20px;
    font-size: 16px;
  }
}
.contact-complete__youtube--top {
  margin-top: 30px;
}
.contact-complete__youtube--top video {
  max-width: 550px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.contact-complete__text {
  margin-top: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 2;
}
.contact-complete__link {
  margin-top: 40px;
  width: 200px;
  height: 40px;
  color: #fff;
  background-color: #191f1f;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-complete__youtube {
  padding: 80px 0;
  background-color: #efebe4;
  border-top: 2px solid #030303;
  border-bottom: 2px solid #030303;
}
@media screen and (max-width: 60rem) {
  .contact-complete__youtube {
    padding: 40px 0;
  }
}
.contact-complete__youtube--wrap {
  padding-left: 14px;
  margin-left: clamp-vw(24, 170, 1024, 1440);
}
@media screen and (max-width: 60rem) {
  .contact-complete__youtube--wrap {
    padding: 0 16px;
    margin-left: 0;
  }
}
.contact-complete__youtube--title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 60rem) {
  .contact-complete__youtube--title {
    font-size: 20px;
  }
}
.contact-complete__youtube--title svg {
  margin-right: 12px;
}
.contact-complete__youtube--list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 60rem) {
  .contact-complete__youtube--list {
    flex-direction: column;
  }
}
.contact-complete__youtube--item {
  width: 330px;
  height: 200px;
}

.page-template-contact-complete .post__wrap {
  padding: 80px 0;
}

.cf7-posts {
  padding: 24px 0;
  background: transparent linear-gradient(270deg, #19d8cf 0%, #419ca2 100%);
  border-radius: 10px;
}
.cf7-posts-inner {
  width: 100%;
  max-width: 464px;
  margin: 0 auto;
}
.cf7-posts-inner.step-form {
  max-width: 548px;
}
.cf7-posts-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
}
.cf7-posts-step {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #f7ed03;
  text-align: center;
}
.cf7-posts-steper {
  height: 1.5px;
  margin-top: 16px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  gap: 40px;
  background-color: #ffd3a7;
}
.cf7-posts-steper span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffd3a7;
  border-radius: 50%;
  margin-top: -3px;
}
.cf7-posts-steper .active {
  position: relative;
}
.cf7-posts-steper .active::after {
  position: absolute;
  display: block;
  content: "";
  top: -5px;
  left: -5px;
  width: 18px;
  height: 18px;
  border: 1px solid #f7ed03;
  border-radius: 50%;
}
.cf7-posts-complete-content {
  display: none;
  color: #fff;
  text-align: center;
}
.cf7-posts-complete-content b {
  font-size: 24px;
  font-weight: bold;
}
.cf7-posts-complete-content p {
  margin-top: 40px;
  line-height: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cf7-posts-complete-content.sidebar b {
  font-size: 16px;
  font-weight: bold;
}
.cf7-posts-complete-content.sidebar p {
  margin-top: 24px;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cf7-posts-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  color: #fff;
  background-color: #000;
  border-radius: 20px;
}
.cf7-posts-sidebar {
  padding: 0 16px;
  font-size: 12px;
}
.cf7-posts-sidebar .cf7-posts-title {
  font-size: 15px;
}
@media screen and (max-width: 60rem) {
  .cf7-posts-sidebar .cf7-posts-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 60rem) {
  .cf7-posts .cf7-posts-title {
    font-size: 18px;
  }
  .cf7-posts .cf7-posts-inner {
    max-width: 100%;
    padding: 0 12px;
  }
  .cf7-posts .cf7-posts-complete-content b {
    font-size: 20px;
  }
  .cf7-posts .cf7-posts-complete-content p {
    margin-top: 20px;
    font-size: 12px;
  }
}
.cf7-item {
  width: 100%;
  margin-bottom: 12px;
}
.cf7-item--group {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 60rem) {
  .cf7-item--group {
    flex-direction: column;
    gap: 0;
  }
}
.cf7-title {
  margin-bottom: 8px;
  font-weight: bold;
  color: #fff;
}
.cf7-title p {
  display: flex;
  align-items: center;
}
.cf7-req {
  margin-left: 4px;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  background-color: #ff0200;
  border-radius: 4px;
}
.cf7.is-contact input[type=text],
.cf7.is-contact input[type=email],
.cf7.is-contact textarea,
.cf7.is-contact select {
  width: 100%;
  border: 1px solid #030303;
}
.cf7.is-contact .cf7-title {
  color: #030303;
}
.cf7 input[type=text],
.cf7 input[type=email],
.cf7 textarea,
.cf7 select {
  width: 100%;
  padding: 10px !important;
  margin: 0 !important;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.cf7 input[type=text]::-moz-placeholder, .cf7 input[type=email]::-moz-placeholder, .cf7 textarea::-moz-placeholder, .cf7 select::-moz-placeholder {
  color: #d0d0d0;
}
.cf7 input[type=text]::placeholder,
.cf7 input[type=email]::placeholder,
.cf7 textarea::placeholder,
.cf7 select::placeholder {
  color: #d0d0d0;
}
.cf7 textarea {
  height: 96px;
}
.cf7 .cf7-submit {
  margin-top: 20px;
  text-align: center;
}
.cf7 .checkbox label {
  min-width: 200px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cf7 input[type=checkbox] {
  display: block;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 4px;
}
.cf7 input[type=checkbox]:checked {
  border: 1px solid #1a1a1a;
  background-color: #191f1f;
}
.cf7 input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: relative;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
}
.cf7 input[type=checkbox]:focus-visible {
  outline: 2px solid #191f1f;
  outline-offset: 2px;
}
.cf7 input[type=submit],
.cf7 .prev-btn,
.cf7 .next-btn {
  width: 200px;
  height: 40px;
  color: #fff;
  background-color: #191f1f;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0 auto !important;
}
.cf7 .error-message {
  color: #ff0200;
}
.cf7 select {
  width: 162px;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: 10px auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 12px center; /* 画像の位置 */
}
.cf7 button {
  margin: 0 auto !important;
  padding: 0 !important;
}

.wpcf7-spinner,
.wpcf7-response-output {
  display: none;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
}
.wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip {
  display: block;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

#column {
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 60rem) {
  #column {
    margin-bottom: 10rem;
  }
}

/* youtube
----------------------------------------------------------------------*/
#youtube {
  margin-bottom: 5rem;
}
#youtube .youtube__heading {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 1.0625rem;
       column-gap: 1.0625rem;
  margin-bottom: 3rem;
}
#youtube .youtubeSwiper {
  position: relative;
  margin-bottom: 3rem;
}
#youtube .youtubeSwiper .swiper-wrapper {
  margin-bottom: 3.75rem;
}
#youtube .youtubeSwiper .swiper-slide {
  padding: 0.75rem;
  width: 18.4375rem;
  border-radius: 1.25rem;
  background-color: var(--color-white);
}
#youtube .youtubeSwiper .youtubeSwiper__thumbnail {
  margin-bottom: 1rem;
}
#youtube .youtubeSwiper .youtubeSwiper__thumbnail img {
  border-radius: 0.5rem;
}
#youtube .youtubeSwiper .youtubeSwiper__title {
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0;
}
#youtube .youtubeSwiper .youtubeSwiper__btn {
  padding: 0.5rem 1rem;
  border-radius: 100vmax;
  background-color: #f1f8fd;
  color: #888888;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
#youtube .youtubeSwiper .swiper-pagination {
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.125rem;
  letter-spacing: 0.1em;
}
#youtube .youtubeSwiper .swiper-button-prev,
#youtube .youtubeSwiper .swiper-button-next {
  position: absolute;
  inset: initial;
  bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}
#youtube .youtubeSwiper .swiper-button-prev::before,
#youtube .youtubeSwiper .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0.875rem;
  height: 1rem;
  background: url(../img/top/mv_arrow.webp) no-repeat center/contain;
}
#youtube .youtubeSwiper .swiper-button-prev::after,
#youtube .youtubeSwiper .swiper-button-next::after {
  display: none;
}
#youtube .youtubeSwiper .swiper-button-prev {
  left: calc(50% - 2rem);
  translate: -100% 0;
}
#youtube .youtubeSwiper .swiper-button-next {
  right: calc(50% - 2rem);
  translate: 100% 0;
}
#youtube .youtubeSwiper .swiper-button-next::before {
  rotate: 180deg;
}
#youtube .youtube__btn {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 60rem) {
  #youtube {
    margin-bottom: 7.5rem;
  }
  #youtube .youtube__heading {
    margin-bottom: 4rem;
  }
  #youtube .youtubeSwiper {
    margin-inline: auto;
    padding-inline: 1.25rem;
    width: min(100%, 75rem);
    margin-bottom: 4rem;
  }
  #youtube .youtubeSwiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
    margin-bottom: 0;
  }
  #youtube .youtubeSwiper .swiper-slide {
    padding-bottom: 1rem;
    width: 100%;
  }
  #youtube .youtubeSwiper .youtubeSwiper__title {
    padding-inline: 0.5rem;
    line-height: 1.5rem;
  }
  #youtube .youtubeSwiper .swiper-pagination,
  #youtube .youtubeSwiper .swiper-button-prev,
  #youtube .youtubeSwiper .swiper-button-next {
    display: none;
  }
  #youtube .youtube__btn {
    justify-content: start;
  }
}/*# sourceMappingURL=contact.css.map */