@charset "UTF-8";
body {
  background: #fff;
}

body.inview {
  background: #14202e;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}
h2,
h3,
h4,
span,
p {
  color: #666666;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
}

.link-btn-more {
  display: block;
  margin: 30px auto;
  padding: 4px;
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #3c3c3c;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .link-btn-more {
    border-radius: 32px;
  }
}

.contact {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  color: #3c3c3c;
}
.contact .main {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}
.contact .sec__heading {
  margin: 0 auto;
  text-align: center;
}
.contact .top-first-view {
  position: relative;
  margin-bottom: 90px;
  width: 100%;
  height: auto;
}
.contact .top-first-view .first-view-bg-img {
  position: relative;
  left: 50%;
  min-width: 1360px;
  width: 100%;
  transform: translate(-50%, 0);
}
@media (min-width: 1361px) {
  .contact .top-first-view .first-view-bg-img {
    width: 105%;
  }
}
.contact .top-first-view h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #666666;
  font-size: 26px;
  font-family: "ゴシックMB101 DB", "Gothic MB101 DemiBold";
  transform: translate(-50%, -50%);
}
.contact .sec01 {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  padding-top: 120px;
  background: url(../img/contact/sec01--bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media (max-width: 768px) {
  .contact .sec01 {
    padding-top: 90px;
    padding-bottom: 20px;
  }
}
.contact .sec01 .sec-heading-desc {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contact .sec01 .sec-heading-desc {
    margin-bottom: 40px;
  }
}
.contact .sec01 .sec-desc.bodoni {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 900;
  font-style: italic;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
}
@media (max-width: 768px) {
  .contact .sec01 .sec-desc.bodoni {
    margin-bottom: 8px;
  }
}
.contact .sec01 .sec-desc.bodoni::before {
  position: relative;
  top: calc(50% - 1px);
  left: 0;
  display: inline-block;
  margin-right: 12px;
  margin-left: -33%;
  width: 80px;
  height: 1px;
  background: #fff;
  content: "";
  transition: 0.5s;
  transform: scaleX(0);
  transform-origin: left;
}
.contact .sec01 .sec-desc.bodoni.inview::before {
  transform: scaleX(1);
}
.contact .sec01 .sec-desc.bodoni .sec-desc--text {
  color: #14202e;
  color: #fff;
  font-weight: 900;
  font-style: italic;
  font-family: "Bodoni Moda", serif;
  transform-origin: left;
  font-optical-sizing: auto;
}
.contact .sec01 h2, .contact .sec01 h3, .contact .sec01 span, .contact .sec01 p {
  color: #fff;
}
.contact .sec01 .sec01-heading01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  color: #fff;
  letter-spacing: 0.12em;
  font-style: normal;
  font-size: 40px;
}
@media (max-width: 768px) {
  .contact .sec01 .sec01-heading01 {
    margin-bottom: 12px;
    font-size: 28px;
  }
}
.contact .sec01 .sec01-heading01 span.font-size--small {
  color: #fff;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  transform: translateY(40%);
  font-optical-sizing: auto;
}
.contact .sec01 .desc {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
.contact .sec02 {
  margin-bottom: 90px;
}
.contact .sec02 .sec-heading {
  margin: 0 auto;
  margin-bottom: 90px;
  padding: 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 3px #6cba5a;
  text-align: center;
  font-size: 22px;
}
.contact .sec02 .form {
  margin-top: 90px;
}
@media (min-width: 769px) {
  .contact .sec02 .form {
    padding-bottom: 120px;
  }
}
.contact .sec02 .form .form__desc {
  text-align: center;
}
.contact .sec02 .form .flow {
  display: block;
  margin: 60px auto;
  max-width: 350px;
  width: 100%;
}
.contact .sec02 .form .rows {
  margin: 0px auto;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 40px;
  max-width: 880px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact .sec02 .form .rows {
    box-sizing: border-box;
    width: calc(100% - 0px);
    border-radius: 16px;
  }
}
.contact .sec02 .form .rows .row--heading {
  background: #b8b0a0;
  text-align: center;
}
.contact .sec02 .form .rows .row--heading p {
  color: #fff;
}
.contact .sec02 .form .rows .row {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #eee;
}
@media (max-width: 768px) {
  .contact .sec02 .form .rows .row {
    display: block;
  }
}
.contact .sec02 .form .rows .row:first-child {
  border-top: none;
}
@media (max-width: 768px) {
  .contact .sec02 .form .rows .row {
    border: none;
  }
}
.contact .sec02 .form .rows .row .tr {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  min-width: 300px;
}
@media (max-width: 768px) {
  .contact .sec02 .form .rows .row .tr {
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6px;
    min-width: auto;
  }
  .contact .sec02 .form .rows .row .tr span {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .contact .sec02 .form .rows .row .tr span {
    margin-right: 1em;
  }
}
.contact .sec02 .form .rows .row .tr.flex {
  display: inline-flex;
  align-items: flex-start;
  vertical-align: top;
}
@media (max-width: 768px) {
  .contact .sec02 .form .rows .row .tr.flex {
    display: flex;
  }
}
.contact .sec02 .form .rows .row .row__desc {
  display: inline-block;
  width: 185px;
  color: #666666;
  font-weight: normal;
}
@media (max-width: 768px) {
  .contact .sec02 .form .rows .row .row__desc.text-long {
    width: 75%;
  }
}
.contact .sec02 .form .rows .row .row__opt {
  display: inline-block;
  box-sizing: border-box;
  margin-right: 24px;
  padding: 4px 6px;
  width: auto;
  border-radius: 4px;
  background-color: #808080;
  color: #fff;
  font-size: 14px;
  cursor: default;
}
.contact .sec02 .form .rows .row .row__opt.req {
  background-color: #53cf13;
  opacity: 1;
}
@media (max-width: 768px) {
  .contact .sec02 .form .rows .row .row__opt {
    margin-right: 1em;
    margin-bottom: 4px;
    padding: 0 8px;
    font-size: 10px;
  }
}
.contact .sec02 .form .rows input[type=text], .contact .sec02 .form .rows input[type=tel], .contact .sec02 .form .rows input[type=email] {
  box-sizing: border-box;
  padding: 8px 10px;
  width: 100%;
  border: none;
  border: solid 1px #ccc;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #434343;
}
@media (max-width: 768px) {
  .contact .sec02 .form .rows input[type=text], .contact .sec02 .form .rows input[type=tel], .contact .sec02 .form .rows input[type=email] {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
.contact .sec02 .form .rows .wpcf7-form-control-wrap {
  width: 100%;
}
.contact .sec02 .form .rows input[name=address__postcode] {
  margin-right: 25px;
}
.contact .sec02 .form .rows select {
  box-sizing: border-box;
  padding: 8px 10px;
  width: 22%;
  border: none;
  background-color: #d4d5d5;
  text-align: left;
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .sec02 .form .rows select[name=birthYear], .contact .sec02 .form .rows select[name=birthMonth], .contact .sec02 .form .rows select[name=birthDay] {
  margin-right: 4px;
  width: 16%;
  text-align: center;
}
@media (max-width: 768px) {
  .contact .sec02 .form .rows select[name=year] {
    margin-left: 2.5%;
  }
  .contact .sec02 .form .rows select[name=year], .contact .sec02 .form .rows select[name=month], .contact .sec02 .form .rows select[name=day] {
    margin-right: 5px;
    padding: 8px 0px;
    width: 20%;
    font-size: 1.2rem;
  }
}
.contact .sec02 .form .rows input[type=text][id*=form__address] {
  width: 17%;
}
.contact .sec02 .form .rows input[type=text]#form__address__desc {
  margin-top: 12px;
  margin-left: 255px;
  width: 40%;
}
.contact .sec02 .form .rows .input-desc {
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 260px;
  padding-left: 1em;
  text-align: left;
  text-align: left !important;
  text-indent: -1em;
  font-size: 14px;
}
@media (max-width: 768px) {
  .contact .sec02 .form .rows .input-desc {
    margin-left: 2.5%;
    font-size: 12px !important;
  }
}
.contact .sec02 .form .rows .input-desc02 {
  margin-top: 0;
}
.contact .sec02 .form .rows .flex {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50%;
}
.contact .sec02 .form .rows .flex .flex__wrapper {
  margin-bottom: 20px;
  width: 50%;
}
.contact .sec02 .form .rows textarea {
  overflow: auto;
  box-sizing: border-box;
  margin: 0px 0px 0px 0px;
  padding: 8px 10px;
  min-width: 100%;
  min-height: 34px;
  max-width: 100%;
  height: 124px;
  border: none;
  border: solid 1px #ccc;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #434343;
  vertical-align: top;
}
@media (max-width: 768px) {
  .contact .sec02 .form .rows textarea {
    margin: 0;
    height: 64px;
  }
}
.contact .sec02 .form .rows .method__select__wrapper {
  display: inline-block;
  margin-right: 60px;
}
@media (max-width: 768px) {
  .contact .sec02 .form .rows .method__select__wrapper {
    margin-right: 10px;
  }
}
.contact .sec02 .form .rows label span {
  margin-left: 8px;
}
@media (max-width: 768px) {
  .contact .sec02 .form .rows input[type=text]#form__address__postcode {
    display: inline-block;
    margin: 0 auto;
    width: 90%;
  }
  .contact .sec02 .form .rows select[name=address__prefe] {
    margin-top: 12px;
    width: 70%;
  }
  .contact .sec02 .form .rows input[type=text]#form__address__desc {
    margin-left: auto;
    width: 95%;
  }
  .contact .sec02 .form .rows input[type=file] {
    margin-left: 2.5%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .contact .sec02 .form .rows input[type=file] {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .contact .sec02 .form .rows .pre {
    white-space: pre;
  }
}
.contact .sec02 .form .rows .textarea-wrapper {
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  .contact .sec02 .form .rows .textarea-wrapper {
    display: block;
    margin: 0 auto;
  }
  .contact .sec02 .form .rows .textarea-wrapper textarea {
    min-width: 200px;
    max-width: 100%;
    width: 100%;
  }
}
.contact .sec02 .form input, .contact .sec02 .form select, .contact .sec02 .form textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", sans-serif !important;
}
@media (max-width: 768px) {
  .contact .sec02 .form span.wpcf7-list-item {
    margin: 0 1em 0 0em;
  }
}
.contact .sec02 .form .policy-box {
  overflow-y: scroll;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  max-width: 880px;
  max-height: 300px;
  background: #fffff7;
  color: #000 !important;
  font-size: 14px;
}
@media (max-width: 768px) {
  .contact .sec02 .form .policy-box {
    overflow-x: hidden;
    width: 100%;
  }
}
.contact .sec02 .form .policy-box .policy-heading {
  border: none;
  color: #000;
  text-align: center;
  font-size: 16px;
}
.contact .sec02 .form .policy-box p {
  color: #000;
  text-align: center;
}
.contact .sec02 .form .policy-box h4 {
  margin: 12px 0;
  border-bottom: solid 1px #cccccc;
  color: #000;
}
.contact .sec02 .form .policy-box ul {
  list-style-type: disc;
}
.contact .sec02 .form .agree {
  margin-top: 12px;
  margin-bottom: 32px;
}
.contact .sec02 .form .agree span {
  color: #666666;
}
.contact .sec02 .form .agree .chkbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* ラベルのスタイル　*/
}
@media (max-width: 768px) {
  .contact .sec02 .form .agree .chkbox {
    margin: 0;
  }
}
.contact .sec02 .form .agree .chkbox label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.contact .sec02 .form .agree .chkbox p {
  text-align: left;
}
.contact .sec02 .form .agree .chkbox .wpcf7-form-control-wrap {
  position: static;
}
.contact .sec02 .form .agree .chkbox input[type=checkbox] {
  margin-right: 0.5em;
  cursor: pointer;
  transform: scale(1);
  pointer-events: all;
}
.contact .sec02 .form .agree .chkbox .wpcf7-not-valid-tip {
  position: absolute;
  right: 0em;
  bottom: -1.8em;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 769px) {
  .contact .sec02 .form .agree .chkbox .wpcf7-not-valid-tip {
    right: 2em;
  }
}
.contact .sec02 .form input[type=button], .contact .sec02 .form input[type=submit] {
  display: block;
  margin: 0 auto;
  /* padding: 12px 32px; */
  padding: 16px 48px;
  /* text-align: center; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: button;
  transition: 0.3s;
}
.contact .sec02 .form input[type=button]:hover, .contact .sec02 .form input[type=submit]:hover {
  background: #0b4d82;
  color: #ffe998;
  opacity: 1 !important;
}
.contact .sec02 .form .address-prefe-text {
  margin-right: 0.5em;
}
.contact .sec02 .form .address-postcode-text {
  margin-right: 0.5em;
}
.contact .sec02 .form .wpcf7-not-valid-tip {
  margin-top: 4px;
  margin-right: 0.5em;
  text-align: right;
  font-size: 0.8em;
}
.contact .sec02 .form .wpcf7 form.invalid .wpcf7-response-output, .contact .sec02 .form .wpcf7 form.unaccepted .wpcf7-response-output, .contact .sec02 .form .wpcf7 form.sent .wpcf7-response-output {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9em;
}
.contact .sec02 .form .wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .contact .sec02 .form .wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
    font-size: 14px;
  }
}