@charset "UTF-8";
html {
  margin-top: 0 !important;
  padding-top: 100px;
  background: linear-gradient(to bottom, #ffef00 0%, #ffef00 50%, #262626 50.01%, #262626 100%);
}
@media (max-width: 768px) {
  html {
    padding-top: 0;
  }
}

body {
  background: #ffef00;
}

body.inview {
  background: #ffef00;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}
span,
p,
a {
  color: #000;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
}

h2,
h3,
h4 {
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}

.text-color-orange {
  color: #ffa326;
}

.text-color-green {
  color: #46cfb8;
}

.text-color-pink {
  color: #ea7eac;
}

.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;
  }
}

.wrapper {
  background: #ffef00;
}

.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: #000;
  font-size: 26px;
  font-family: "ゴシックMB101 DB", "Gothic MB101 DemiBold";
  transform: translate(-50%, -50%);
}
.contact .sec01 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
  background: #ffef00;
}
@media (max-width: 768px) {
  .contact .sec01 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.contact .sec01 .fixed__wrapper {
  position: relative;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .contact .sec01 .fixed__wrapper {
    padding: 40px 16px;
    padding-top: 20px;
    padding-bottom: 0;
    width: 100%;
    border-bottom: none;
  }
}
.contact .sec01 .heading--wrapper {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contact .sec01 .heading--wrapper {
    margin-bottom: 20px;
  }
}
.contact .sec01 .sec01__heading {
  color: #000;
  font-size: 48px;
}
@media (max-width: 768px) {
  .contact .sec01 .sec01__heading {
    text-align: center;
    font-size: 28px;
    line-height: 1.6;
  }
}
.contact .sec01 .sec01__heading span {
  margin-left: 0.8em;
  font-size: 25px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .contact .sec01 .sec01__heading span {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
}
.contact .sec01 .desc {
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
  line-height: 1.6;
}
@media (max-width: 768px) {
  .contact .sec01 .desc {
    text-align: center;
    font-size: 15px;
  }
}
.contact .sec02 {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .contact .sec02 {
    margin-bottom: 60px;
  }
}
.contact .sec02 .flex.dande {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.contact .sec02 .flex.dande .dande-teiya-post {
  width: 80px;
}
.contact .sec02 .flex.dande .dande-teiya {
  display: block;
  margin-left: 40px;
  max-width: 100px;
}
.contact .sec02 .heading--wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .contact .sec02 .heading--wrapper {
    display: block;
  }
}
.contact .sec02 .heading--wrapper .icon {
  display: inline-block;
  margin-right: 16px;
  margin-left: 0;
  width: 60px;
}
@media (max-width: 768px) {
  .contact .sec02 .heading--wrapper .icon {
    display: block;
    margin: 0 auto;
  }
}
.contact .sec02 .heading--wrapper h2 {
  font-size: 26px;
}
.contact .sec02 .form {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 40px;
  border-radius: 32px;
  background: #fff;
}
@media (max-width: 768px) {
  .contact .sec02 .form {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .contact .sec02 .form .heading--wrapper {
    display: block;
  }
}
.contact .sec02 .form .heading--wrapper h2 {
  color: #000;
}
.contact .sec02 .form .desc {
  text-align: center;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
}
@media (max-width: 768px) {
  .contact .sec02 .form .desc {
    font-size: 15px;
  }
}
.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: 10px;
  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 {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border: none;
}
@media (max-width: 768px) {
  .contact .sec02 .form .rows .row {
    display: block;
  }
}
.contact .sec02 .form .rows .row.row--desc {
  align-items: flex-start;
}
@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;
  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: #6cba5a;
  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 #221815;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #221815;
}
@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%;
}
@media (max-width: 979px) {
  .contact .sec02 .form .rows .wpcf7-form-control-wrap {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .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: 100%;
}
.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 #221815;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #221815;
  vertical-align: top;
}
@media (max-width: 979px) {
  .contact .sec02 .form .rows textarea {
    min-width: 50%;
    width: 82%;
  }
}
@media (max-width: 768px) {
  .contact .sec02 .form .rows textarea {
    margin: 0;
    min-width: 100%;
    width: 100%;
    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 label {
    margin-left: 2%;
  }
}
@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;
}
.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;
  color: #000;
  text-align: center;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
}
.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: 20px;
  width: auto;
  border: solid 2px #221815;
  border-radius: 8px;
  background: #ffef00;
  box-shadow: none;
  color: #221815;
  text-align: center;
  font-weight: bold;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004" !important;
  cursor: pointer;
  -webkit-appearance: button;
  transition: 0.3s;
}
.contact .sec02 .form input[type=button]:hover,
.contact .sec02 .form input[type=submit]:hover {
  background-color: #221815;
  color: #ffef00;
}
@media (max-width: 768px) {
  .contact .sec02 .form input[type=button],
.contact .sec02 .form input[type=submit] {
    width: auto;
    font-size: 18px;
  }
}
.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;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
}
@media (max-width: 768px) {
  .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 {
    width: calc(100% - 56px);
  }
}
.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;
  }
}
.contact .sec03 {
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .contact .sec03 {
    margin-bottom: 120px;
  }
}
.contact .sec03 .heading--wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .contact .sec03 .heading--wrapper {
    display: block;
  }
}
.contact .sec03 .heading--wrapper .icon {
  display: inline-block;
  margin-right: 16px;
  margin-left: 0;
  width: 60px;
}
@media (max-width: 768px) {
  .contact .sec03 .heading--wrapper .icon {
    display: block;
    margin: 0 auto;
  }
}
.contact .sec03 .heading--wrapper h2 {
  color: #000;
  font-size: 26px;
}
.contact .sec03 .link-btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 28px;
  padding: 14px 44px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  font-size: 40px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
  opacity: 1;
}
@media (max-width: 768px) {
  .contact .sec03 .link-btn {
    box-sizing: border-box;
    margin-bottom: 28px;
    padding: 20px 30px;
    max-width: 350px;
    width: 100%;
    font-size: 36px;
  }
}
.contact .sec03 .business-hour,
.contact .sec03 .attention {
  text-align: center;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}