@charset "UTF-8";
/**背景グラデーション**/
/**見出しh2**/
/**ボーダーグラデーション**/
/**hover**/
.category__fv__inner {
  height: 220px;
  position: relative;
}
.category__fv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category__fv__f {
  width: 224px;
  position: absolute;
  bottom: 0;
  left: 5%;
}
.category__fv__f img {
  width: 100%;
  height: auto;
}

.contact__form__inner {
  width: 81.77%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 100px 0 68px;
}
@media screen and (max-width:760px) {
  .contact__form__inner {
    width: 90.77%;
    padding-top: 62px;
  }
}
.contact__form__title__box {
  display: flex;
  align-items: center;
}
@media screen and (max-width:760px) {
  .contact__form__title__box {
    display: block;
  }
}
.contact__form__title__box h2 {
  color: #004492;
  font-size: clamp(1.75rem, 1.364rem + 1.93vw, 2.813rem);
  letter-spacing: 0.1em;
  margin-right: 52px;
}
.contact__form__title__box h3 {
  font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width:760px) {
  .contact__form__title__box h3 {
    margin: 4px auto 8px;
  }
}
.contact__form__title__border {
  height: 5px;
  width: 100%;
  margin-top: 6px;
  background: linear-gradient(to right, #2f909e 7%, #176557 100%);
}
.contact__form__description {
  margin-top: 52px;
  width: 60%;
}
@media screen and (max-width:1300px) {
  .contact__form__description {
    width: 52%;
  }
}
@media screen and (max-width:1100px) {
  .contact__form__description {
    width: 45%;
  }
}
@media screen and (max-width:1000px) {
  .contact__form__description {
    width: 100%;
  }
}
@media screen and (max-width:760px) {
  .contact__form__description {
    margin-top: 36px;
  }
}
.contact__form__description p {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 1.6em;
}

.form {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.form__inner {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width:760px) {
  .form__inner {
    width: 100%;
  }
}
.form__container {
  background-color: #cbd5dc;
  padding: 72px 10%;
  margin-bottom: 102px;
}
@media screen and (max-width:760px) {
  .form__container {
    padding: 40px 5%;
  }
}
.form__container #ContactForm {
  border-collapse: collapse;
  width: 100%;
}
.form__container #ContactForm tr:nth-last-child(1) td {
  border-bottom: none;
}
.form__container #ContactForm th,
.form__container #ContactForm td {
  display: block;
}
.form__container #ContactForm th {
  color: #004492;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  letter-spacing: 0.005em;
  padding: 24px 0;
}
.form__container #ContactForm th .hissu {
  color: #ff7bac;
  padding-left: 6px;
}
.form__container #ContactForm td {
  font-size: 16px;
  border-bottom: 3px solid #fff;
  padding-bottom: 32px;
}
.form__container #ContactForm td .wpcf7-list-item {
  margin: 0 1em 0 0;
}
@media screen and (max-width:760px) {
  .form__container #ContactForm td .wpcf7-list-item {
    margin-bottom: 4px;
  }
}
.form__container #ContactForm td.radio input {
  width: auto;
  cursor: pointer;
}
.form__container #ContactForm td input {
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px 12px;
  width: 62%;
}
@media screen and (max-width:1300px) {
  .form__container #ContactForm td input {
    width: 53%;
  }
}
@media screen and (max-width:1100px) {
  .form__container #ContactForm td input {
    width: 45%;
  }
}
@media screen and (max-width:1000px) {
  .form__container #ContactForm td input {
    width: 68%;
  }
}
@media screen and (max-width:760px) {
  .form__container #ContactForm td input {
    width: 100%;
  }
}
.form__container #ContactForm td input::placeholder {
  font-size: 16px;
	font-family:"Yu Gothic Pr6N M";
}
.form__container #ContactForm td textarea {
  background-color: #fff;
  border: 1px solid #000;
  width: 62%;
}
@media screen and (max-width:1000px) {
  .form__container #ContactForm td textarea {
    width: 68%;
  }
}
@media screen and (max-width:760px) {
  .form__container #ContactForm td textarea {
    width: 100%;
  }
}
.form__container .form__submit {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 52%;
  min-width: 300px;
  margin-top: 40px;
}
@media screen and (max-width:760px) {
  .form__container .form__submit {
    min-width: 260px;
    height: 62px;
  }
}
.form__container .form__submit input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #000;
}
.form__container .form__submit .wpcf7-spinner {
  width: 30px;
  background-color: #135495;
}
@media screen and (max-width:760px) {
  .form__container .form__submit .wpcf7-spinner {
    width: 32px;
  }
}

div.wpcf7-response-output {
  margin: -40px auto 60px !important;
  padding: 12px 18px !important;
}

.wpcf7-not-valid-tip {
  margin-top: 6px !important;
}

.privacy {
  width: 456px;
  position: absolute;
  top: -150px;
  right: 0;
}
@media screen and (max-width:1000px) {
  .privacy {
    position: relative;
    top: 0;
    margin: 24px auto 80px;
  }
}
@media screen and (max-width:760px) {
  .privacy {
    width: 100%;
  }
}
.privacy #privacyTitile {
  background-color: #004492;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: background-color 0.2s ease;
}
.privacy #privacyTitile:hover {
  background-color: #3982d5;
  transition: background-color 0.2s ease;
}
.privacy #privacyTitile.isActive p::before {
  bottom: -24px;
  transform: translateX(-50%) rotate(180deg);
}
.privacy #privacyTitile p {
  color: #fff;
  line-height: 80px;
  font-size: clamp(1.125rem, 1.083rem + 0.22vw, 1.25rem);
  position: relative;
  letter-spacing: 0.1em;
}
.privacy #privacyTitile p::before {
  content: url(./../img/privacy-arrow.svg);
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 47px;
  left: 50%;
  transform: translateX(-50%);
}
.privacy__box {
  background-color: #fff;
  border: 2px solid #004492;
  padding: 70px 40px;
  margin-top: -24px;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
@media screen and (max-width:760px) {
  .privacy__box {
    padding: 60px 18px 40px;
  }
}
.privacy__text__top {
  margin-bottom: 46px;
}
@media screen and (max-width:760px) {
  .privacy__text__top {
    margin-bottom: 28px;
  }
}
.privacy__text__center {
  font-size: clamp(1.125rem, 1.083rem + 0.22vw, 1.25rem);
  margin-bottom: 18px;
}
.privacy__text__bottom p {
  display: flex;
}
.privacy__text__bottom p span {
  display: block;
}

#privacyBox {
  display: none;
  animation: appearBack 0.2s ease;
}
#privacyBox.isOpen {
  display: block;
  animation: appear 0.4s ease;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appearBack {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*# sourceMappingURL=page.css.map */