@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
▼ 共通
- intro_sec

▼ 入力画面
- form_sec
- contact_item
- 記入例
- inquiry_box
- 個人情報の取り扱いについて
- 確認/戻るボタン

▼ 確認画面
- 

▼ 完了画面
- 

▼ エラー画面
- エラー画面テキスト
-------------------------*/
/*=======================================
　logo_area
=======================================*/
.logo_area {
  max-width: 125px;
  margin: 60px auto 80px;
}
.logo_area img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .logo_area {
    max-width: 105px;
  }
}

/*=======================================
　intro_sec
=======================================*/
.intro_sec {
  margin-bottom: 30px;
}
.intro_sec .inner {
  width: 90%;
  max-width: 929px;
  margin: 0 auto;
}
.intro_sec .inner .ttl_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro_sec .inner .ttl_area .inq_ttl01 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .intro_sec .inner .ttl_area .inq_ttl01 {
    text-align: center;
    font-size: 13px;
    margin-bottom: 25px;
  }
}
.intro_sec .inner .ttl_area .inq_ttl01 span {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 35px;
  line-height: 1;
  margin: 0 20px 0 0;
  padding-right: 20px;
  font-family: "Dela Gothic One", sans-serif;
}
@media screen and (max-width: 768px) {
  .intro_sec .inner .ttl_area .inq_ttl01 span {
    font-size: 28px;
    margin: 0 15px 0 0;
    padding-right: 15px;
  }
}
.intro_sec .inner .ttl_area .inq_ttl01 span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  height: 24px;
  width: 1px;
  background-color: #000;
}
.intro_sec .inner .copy {
  font-size: 14px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .intro_sec .inner .copy {
    font-size: 12px;
    text-align: center;
    margin-bottom: 30px;
  }
}

/* 入力フォーム
--------------------------------------------------------- */
/* labelタグ 指マークトリ */
label {
  cursor: auto !important;
}

/*=======================================
　form_sec
=======================================*/
.form_sec {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .form_sec {
    margin-bottom: 60px;
  }
}
.form_sec .inner {
  max-width: 929px;
}
.form_sec .inner > p {
  margin-bottom: 70px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .form_sec .inner > p {
    margin-bottom: 35px;
    font-size: 14px;
  }
}
.form_sec .inner > p.large {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .form_sec .inner > p.large {
    font-size: 16px;
  }
}
.form_sec .inner > .contact_ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .form_sec .inner > .contact_ttl {
    margin-bottom: 40px;
  }
}
.form_sec .inner > .contact_ttl::before {
  background: url("../img/common/icon_mail.svg") no-repeat;
}
.form_sec .inner .contact_item > p {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_sec .inner .contact_item > p {
    margin-bottom: 35px;
  }
}
.form_sec .inner .cmn_btn01 {
  margin: 0 auto;
}
.form_sec .inner .cmn_btn01 span {
  text-align: center;
}
.form_sec .inner input:focus {
  outline: none;
}

/*=======================================
　contact_item
=======================================*/
.contact_item {
  display: table;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .contact_item {
    margin-bottom: 25px;
  }
}
.contact_item dl {
  margin-bottom: 35px;
}
.contact_item dt, .contact_item dd {
  font-size: 14px;
  line-height: 2.2;
}
.contact_item dt {
  border-bottom: 1px solid #000;
}
.contact_item ul:not(:last-child) {
  margin-bottom: 30px;
}
.contact_item ul li {
  width: 100%;
  min-height: 54px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .contact_item ul li {
    margin-bottom: 25px;
  }
}
.contact_item ul li .h-adr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact_item ul li .h-adr {
    width: 100%;
    gap: 10px;
  }
}
.contact_item ul li .h-adr > span {
  position: relative;
  top: 1em;
}
.contact_item ul li text-checker-element {
  display: none;
}
.contact_item ul.address_postal, .contact_item ul:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact_item input[type=text],
.contact_item input[type=email],
.contact_item input[type=tel],
.contact_item input[type=date],
.contact_item input[type=time],
.contact_item textarea,
.contact_item select {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background: #eeeeee;
}
@media screen and (max-width: 768px) {
  .contact_item input[type=text],
  .contact_item input[type=email],
  .contact_item input[type=tel],
  .contact_item input[type=date],
  .contact_item input[type=time],
  .contact_item textarea,
  .contact_item select {
    height: 45px;
    padding: 0 1em;
  }
}
.contact_item textarea {
  resize: vertical;
  height: 351px;
  padding-top: 27px;
  padding-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .contact_item textarea {
    height: 150px;
    padding: 1em;
  }
}

/*=======================================
　記入例
=======================================*/
::-webkit-input-placeholder {
  color: #9c9c9c;
}
::-moz-placeholder {
  color: #9c9c9c;
}
:-ms-input-placeholder {
  color: #9c9c9c;
}
::-ms-input-placeholder {
  color: #9c9c9c;
}
::placeholder {
  color: #9c9c9c;
}

/*=======================================
　inquiry_box
=======================================*/
.inquiry_box {
  text-align: center;
}

.inquiry_box .privacy_txt {
  background: #000;
  color: #fff;
  margin-bottom: 60px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 12px;
  padding: 70px 35px 0;
  height: 230px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .inquiry_box .privacy_txt {
    height: 265px;
    padding: 60px 25px 0;
  }
}

.inquiry_box .privacy_txt h3 {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .inquiry_box .privacy_txt h3 {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 30px;
  }
}

.inquiry_box .privacy_txt strong {
  font-weight: 700;
  margin-left: -0.55em;
  display: inline-block;
}

.inquiry_box .privacy_txt p {
  margin-bottom: 30px;
  line-height: 2.2;
}

.inquiry_box a {
  text-decoration: underline;
}

.inquiry_box a:hover {
  opacity: 0.6;
}

/*=======================================
　個人情報の取り扱いについて
=======================================*/
/* 共通 */
.privacy_area {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .privacy_area {
    margin-bottom: 30px;
  }
}
.privacy_area .checkbox_privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.privacy_area .checkbox_privacy .checkbox {
  display: none;
}
.privacy_area .checkbox_privacy .checkmark {
  position: absolute;
  top: 0.2em;
  left: 0;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 1px solid #979797;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.privacy_area .checkbox_privacy .checkmark:after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  background: url(../img/inquiry/check.png) no-repeat;
  background-size: cover;
}
.privacy_area .checkbox_privacy input:checked + .checkmark::after {
  opacity: 1;
}

/*=======================================
　確認/戻るボタン
=======================================*/
.submit_btnarea {
  width: 150px;
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .submit_btnarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin: 0 auto;
  }
}
.submit_btnarea.btn_center {
  margin: 0 auto;
}
.submit_btnarea .btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 2;
  cursor: pointer;
}
.submit_btnarea .btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.submit_btnarea .btn::after {
  content: "";
  position: absolute;
  left: 45%;
  width: 60px;
  height: 60px;
  rotate: -90deg;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  background: url(../img/inquiry/select.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .submit_btnarea .btn:hover {
    opacity: 1 !important;
    -webkit-animation: hover 0.6s forwards !important;
            animation: hover 0.6s forwards !important;
  }
  .submit_btnarea .btn:hover::before {
    opacity: 1;
    -webkit-animation: hover-in 0.3s forwards alternate, hover-out 0.3s 0.3s forwards alternate;
            animation: hover-in 0.3s forwards alternate, hover-out 0.3s 0.3s forwards alternate;
  }
  .submit_btnarea .btn:hover::after {
    opacity: 1;
  }
  .submit_btnarea .btn:hover p {
    left: 40%;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .submit_btnarea .btn:hover {
    opacity: 1 !important;
    -webkit-animation: hover 0.6s forwards !important;
            animation: hover 0.6s forwards !important;
  }
  .submit_btnarea .btn:hover::before {
    opacity: 1;
    -webkit-animation: hover-in 0.3s forwards alternate, hover-out 0.3s 0.3s forwards alternate;
            animation: hover-in 0.3s forwards alternate, hover-out 0.3s 0.3s forwards alternate;
  }
  .submit_btnarea .btn:hover::after {
    opacity: 1;
  }
  .submit_btnarea .btn:hover p {
    left: 40%;
  }
}
@media screen and (max-width: 768px) {
  .submit_btnarea .btn {
    max-width: 191px;
    height: 47px;
  }
}
.submit_btnarea .btn p {
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.submit_btnarea .btn .form_btn {
  position: relative;
  -webkit-appearance: none;
  border-style: none;
  background: none;
  letter-spacing: 0.08em;
  line-height: 19px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@-webkit-keyframes hover {
  0%, 100% {
    color: #fff;
  }
  50% {
    color: #000;
  }
}

@keyframes hover {
  0%, 100% {
    color: #fff;
  }
  50% {
    color: #000;
  }
}
@-webkit-keyframes hover-in {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes hover-in {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes hover-out {
  0% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
@keyframes hover-out {
  0% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
/* 確認画面
--------------------------------------------------------- */
.submit_btnarea .btn.return {
  background: #000;
  margin-bottom: 10px;
}
.submit_btnarea .btn.return::after {
  left: 10%;
  rotate: 0deg;
  background: url(../img/inquiry/select_r.png) no-repeat;
  background-size: contain;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .submit_btnarea .btn.return:hover {
    opacity: 1 !important;
    -webkit-animation: hover 0.6s forwards !important;
            animation: hover 0.6s forwards !important;
  }
  .submit_btnarea .btn.return:hover::before {
    opacity: 1;
    -webkit-animation: hover-in 0.3s forwards alternate, hover-out 0.3s 0.3s forwards alternate;
            animation: hover-in 0.3s forwards alternate, hover-out 0.3s 0.3s forwards alternate;
  }
  .submit_btnarea .btn.return:hover::after {
    opacity: 1;
  }
  .submit_btnarea .btn.return:hover p {
    left: 60%;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .submit_btnarea .btn.return:hover {
    opacity: 1 !important;
    -webkit-animation: hover 0.6s forwards !important;
            animation: hover 0.6s forwards !important;
  }
  .submit_btnarea .btn.return:hover::before {
    opacity: 1;
    -webkit-animation: hover-in 0.3s forwards alternate, hover-out 0.3s 0.3s forwards alternate;
            animation: hover-in 0.3s forwards alternate, hover-out 0.3s 0.3s forwards alternate;
  }
  .submit_btnarea .btn.return:hover::after {
    opacity: 1;
  }
  .submit_btnarea .btn.return:hover p {
    left: 60%;
  }
}

/* 完了画面
--------------------------------------------------------- */
main .submit_btnarea .btn.return.thanks .form_btn {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  main .submit_btnarea .btn.return.thanks .form_btn:hover {
    padding-left: 25px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  main .submit_btnarea .btn.return.thanks .form_btn:hover {
    padding-left: 25px;
  }
}

/*=======================================
セレクト
=======================================*/
.selectholder {
  clear: both;
  width: 100%;
  background: #eee;
  height: 50px;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  cursor: pointer;
  z-index: 999;
  font-size: 16px;
  position: relative;
}

.selectholder .desc {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 50px;
  color: #000;
}

.selectholder .pulldown {
  float: right;
  vertical-align: middle;
  width: 50px;
  height: 100%;
  background-color: #000;
  background-image: url("../img/inquiry/select.png");
  background-size: cover;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.selectholder:hover,
.activeselectholder {
  background-color: #eee;
}

.selectholder:hover .pulldown,
.activeselectholder .pulldown {
  background-color: #000;
  background-image: url("../img/inquiry/select.png");
}

.selectholder .selectdropdown {
  position: absolute;
  top: 50px; /* selectholder の高さ分 */
  left: 0;
  width: 100%;
  background: #666;
  color: #fff;
  display: none;
  clear: both;
  z-index: 99999;
}

.selectholder .selectdropdown span {
  display: block;
  border-bottom: solid 1px #fff;
  padding-left: 10px;
  line-height: 50px;
  width: 100%;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}

.selectholder .selectdropdown span:last-child {
  border-bottom: none;
}

.selectholder .selectdropdown span.active {
  background-color: #ccc;
}

.selectholder .selectdropdown span:hover {
  background-color: #555;
}

/*=======================================
　エラー画面テキスト
=======================================*/
.wpcf7-not-valid-tip {
  font-size: 13px !important;
  color: #FF0000 !important;
  font-weight: 500 !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: none !important;
  text-align: center !important;
  color: #FF0000 !important;
}

/*=======================================
　チェックボックス 調整用
=======================================*/
input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-list-item-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.wpcf7-list-item-label::before {
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 1px solid #979797;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7-list-item-label::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0.45em;
  background: url(../img/inquiry/check.png) no-repeat;
  background-size: cover;
}

.privacy_area.embed .checkbox {
  display: block;
  text-align: center;
}

.wpcf7-spinner {
  display: none !important;
}

.selectholder .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -75px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
}/*# sourceMappingURL=inquiry.css.map */