@charset "UTF-8";
@font-face {
  font-weight: 400;
  /* 標準のフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
}
@font-face {
  font-weight: 100;
  /* 細目のフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Th.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Th.woff2") format("woff2");
}
@font-face {
  font-weight: 700;
  /* 太めのフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
}
@font-face {
  font-weight: 900;
  /* かなり太めのフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2");
}
.contact {
  overflow: hidden;
  background-color: #f7f7f7;
  color: #4d4d4d;
}
.contact .main {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .contact .main {
    margin-top: 0;
  }
}
.contact .fixed__wrapper {
  max-width: 1000px;
  width: 100%;
}
.contact p, .contact span, .contact time, .contact a, .contact input {
  font-weight: 400;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .contact p, .contact span, .contact time, .contact a, .contact input {
    font-size: 15px;
  }
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6 {
  font-weight: 700;
  font-family: "line-seed";
}
.contact .heading__img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 90px;
  max-height: 400px;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 768px) {
  .contact .heading__img__wrapper {
    margin-top: 0;
    margin-bottom: 90px;
    padding: 0;
    height: auto;
  }
}
@media (max-width: 768px) {
  .contact .heading__img__wrapper .heading__img {
    margin-top: 0;
    min-width: 420px;
  }
}
.contact .heading__img__wrapper img {
  position: relative;
  left: 50%;
  min-width: 1600px;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .contact .heading__img__wrapper img {
    margin-top: 0;
    height: auto;
  }
}
.contact .sec01 {
  padding-top: 90px;
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .contact .sec01 {
    padding-top: 60px;
    padding-bottom: 140px;
  }
}
.contact .sec01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
  display: block;
  min-width: 1800px;
  width: 100%;
  height: 1200px;
  background-color: #eee;
  content: "";
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
@media (max-width: 768px) {
  .contact .sec01::after {
    min-width: 700px;
  }
}
.contact .sec01 .bg--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact .sec01 .bg--wrapper .bg--babble01 {
  position: absolute;
  top: -300px;
  left: -380px;
  z-index: -2;
  width: 500px;
  height: 500px;
}
@media (max-width: 768px) {
  .contact .sec01 .bg--wrapper .bg--babble01 {
    display: none;
  }
}
.contact .sec01 .bg--wrapper .bg--babble02 {
  position: absolute;
  right: -480px;
  bottom: 280px;
  z-index: -2;
  width: 500px;
  height: 500px;
}
@media (max-width: 768px) {
  .contact .sec01 .bg--wrapper .bg--babble02 {
    display: none;
  }
}
.contact .sec01 .text--wrapper {
  position: relative;
}
.contact .sec01 .text--wrapper .bg--mail {
  position: absolute;
  right: -80px;
  bottom: -70px;
  z-index: -1;
  width: 360px;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .contact .sec01 .text--wrapper .bg--mail {
    right: 0;
    bottom: -70px;
    width: 150px;
  }
}
.contact .sec01 .heading__wrapper {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contact .sec01 .heading__wrapper {
    margin-bottom: 40px;
  }
}
.contact .sec01 .sec-heading {
  display: block;
  margin: 0.4em 0;
  width: 100%;
  color: #333333;
  text-align: center;
  font-weight: 900;
  font-size: 52px;
}
@media (max-width: 768px) {
  .contact .sec01 .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.contact .sec01 .heading--bg {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0064d1;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  opacity: 1;
}
@media (max-width: 768px) {
  .contact .sec01 .heading--bg {
    font-size: 24px;
  }
}
.contact .sec01 .heading--bg .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contact .sec01 .heading__wrapper {
  position: relative;
  margin: 0 auto;
  margin-bottom: 90px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .contact .sec01 .heading__wrapper {
    margin-bottom: 40px;
  }
}
.contact .sec01 .heading__wrapper .sec-heading {
  color: #f00028;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (max-width: 768px) {
  .contact .sec01 .heading__wrapper .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
  }
}
.contact .sec01 .heading__wrapper .sec-heading .font-size--small {
  color: #4d7d37;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.contact .sec01 .heading__wrapper .bg--fukidashi {
  margin-top: -24px;
  width: 250px;
}
@media (max-width: 768px) {
  .contact .sec01 .heading__wrapper .bg--fukidashi {
    width: 200px;
  }
}
.contact .sec01 .heading--img--wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 720px;
}
.contact .sec01 .heading--img--wrapper .bg--wrapper {
  position: absolute;
}
.contact .sec01 .heading--img--wrapper .bg--block {
  position: absolute;
  background-color: #ff0000;
}
.contact .sec01 .heading--img--wrapper .bg--block01 {
  top: 10px;
  left: -160px;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .contact .sec01 .heading--img--wrapper .bg--block01 {
    top: -60px;
    left: 0;
    width: 18px;
    height: 18px;
  }
}
.contact .sec01 .heading--img--wrapper .bg--block02 {
  top: 50px;
  left: -100px;
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  .contact .sec01 .heading--img--wrapper .bg--block02 {
    top: -32px;
    left: 40px;
    width: 10px;
    height: 10px;
  }
}
.contact .sec01 .heading--img--wrapper .bg--block03 {
  top: 10px;
  left: -70px;
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
  .contact .sec01 .heading--img--wrapper .bg--block03 {
    top: -64px;
    left: 56px;
    width: 24px;
    height: 24px;
  }
}
.contact .sec01 .heading--img--wrapper .bg--block04 {
  top: 30px;
  right: -70px;
  width: 32px;
  height: 32px;
  background-color: #0064d1;
}
@media (max-width: 768px) {
  .contact .sec01 .heading--img--wrapper .bg--block04 {
    top: -60px;
    right: 24px;
    width: 22px;
    height: 22px;
  }
}
.contact .sec01 .heading--img--wrapper .bg--block05 {
  top: 0px;
  right: -140px;
  width: 40px;
  height: 40px;
  background-color: #0064d1;
}
@media (max-width: 768px) {
  .contact .sec01 .heading--img--wrapper .bg--block05 {
    top: -32px;
    right: 4px;
    width: 12px;
    height: 12px;
  }
}
.contact .sec01 .heading--img--wrapper .bg--block06 {
  top: 60px;
  right: -160px;
  width: 16px;
  height: 16px;
  background-color: #0064d1;
}
.contact .sec01 .heading--img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 720px;
}
.contact .sec01 .desc {
  text-align: center;
}
.contact .sec01 .text {
  font-size: 18px;
}
@media (max-width: 768px) {
  .contact .sec01 .text {
    font-size: 18px;
  }
}
.contact .sec01 p {
  color: #0064d1;
  text-align: center;
  font-weight: 700;
  font-family: "line-seed";
}
.contact .sec01 .form {
  position: relative;
  z-index: 4;
  margin: 120px auto;
  margin-top: 40px;
  padding-top: 70px;
  padding-bottom: 60px;
  max-width: 720px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .contact .sec01 .form {
    box-sizing: border-box;
    margin-bottom: 60px;
    margin-left: -24px;
    padding: 60px 20px;
    width: calc(100% + 48px);
  }
}
.contact .sec01 .form .form__desc {
  text-align: center;
}
.contact .sec01 .form .flow {
  display: block;
  margin: 60px auto;
  max-width: 350px;
  width: 100%;
}
.contact .sec01 .form .rows {
  margin: 0px auto;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 40px;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows {
    box-sizing: border-box;
    padding: 0;
    padding-bottom: 0;
    width: calc(100% - 0px);
    border-radius: 16px;
  }
}
.contact .sec01 .form .rows > .flex {
  display: flex !important;
  width: 100% !important;
}
.contact .sec01 .form .rows > .flex .row {
  width: calc(50% - 16px);
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows > .flex .row {
    width: calc(50% - 8px);
  }
}
.contact .sec01 .form .rows .row {
  display: block;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .row {
    display: block;
  }
}
.contact .sec01 .form .rows .row:first-child {
  border-top: none;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .row {
    border: none;
  }
}
.contact .sec01 .form .rows .row .tr {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  min-width: 300px;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .row .tr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6px;
    min-width: auto;
  }
  .contact .sec01 .form .rows .row .tr span {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .contact .sec01 .form .rows .row .tr span {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.contact .sec01 .form .rows .row .tr.flex {
  display: inline-flex;
  align-items: flex-start;
  vertical-align: top;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .row .tr.flex {
    display: flex;
  }
}
.contact .sec01 .form .rows .row .row__desc {
  display: inline-block;
  width: auto;
  color: #000;
  font-weight: normal;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .row .row__desc.text-long {
    width: 75%;
  }
}
.contact .sec01 .form .rows .row .row__opt {
  display: inline-block;
  box-sizing: border-box;
  margin-right: 24px;
  padding: 4px 6px;
  width: auto;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  cursor: default;
}
.contact .sec01 .form .rows .row .row__opt.req {
  background: none;
  color: #4d7d37;
  opacity: 1;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .row .row__opt.req {
    display: inline;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .row .row__opt {
    margin-right: 1em;
    margin-bottom: 4px;
    padding: 0 8px;
    font-size: 10px;
  }
}
.contact .sec01 .form .rows ::-webkit-input-placeholder {
  color: #cccccc;
}
.contact .sec01 .form .rows ::-moz-placeholder {
  color: #cccccc;
}
.contact .sec01 .form .rows :-ms-input-placeholder {
  color: #cccccc;
}
.contact .sec01 .form .rows ::-ms-input-placeholder {
  color: #cccccc;
}
.contact .sec01 .form .rows ::placeholder {
  color: #cccccc;
}
.contact .sec01 .form .rows input[type=text], .contact .sec01 .form .rows input[type=tel], .contact .sec01 .form .rows input[type=email] {
  box-sizing: border-box;
  padding: 8px 1em;
  width: 100%;
  border: solid 1px #808080;
  border-radius: 6px;
  background: #fff;
  color: #434343;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows input[type=text], .contact .sec01 .form .rows input[type=tel], .contact .sec01 .form .rows input[type=email] {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
.contact .sec01 .form .rows .mail-attention--text {
  margin: -12px 0 16px auto;
  max-width: 580px;
  width: 100%;
  text-align: left;
  font-size: 13px;
}
.contact .sec01 .form .rows .wpcf7-form-control-wrap {
  width: 100%;
}
.contact .sec01 .form .rows input[name=address__postcode] {
  margin-right: 25px;
}
.contact .sec01 .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 .sec01 .form .rows select[name=birthYear], .contact .sec01 .form .rows select[name=birthMonth], .contact .sec01 .form .rows select[name=birthDay] {
  margin-right: 4px;
  width: 16%;
  text-align: center;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows select[name=year] {
    margin-left: 2.5%;
  }
  .contact .sec01 .form .rows select[name=year], .contact .sec01 .form .rows select[name=month], .contact .sec01 .form .rows select[name=day] {
    margin-right: 5px;
    padding: 8px 0px;
    width: 20%;
    font-size: 1.2rem;
  }
}
.contact .sec01 .form .rows input[type=text][id*=form__address] {
  width: 17%;
}
.contact .sec01 .form .rows input[type=text]#form__address__desc {
  margin-top: 12px;
  margin-left: 255px;
  width: 40%;
}
.contact .sec01 .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 .sec01 .form .rows .input-desc {
    margin-left: 2.5%;
    font-size: 12px !important;
  }
}
.contact .sec01 .form .rows .input-desc02 {
  margin-top: 0;
}
.contact .sec01 .form .rows .flex {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50%;
}
.contact .sec01 .form .rows .flex .flex__wrapper {
  margin-bottom: 20px;
  width: 50%;
}
.contact .sec01 .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 #808080;
  border-radius: 6px;
  background-color: #fff;
  background-color: #fff;
  color: #434343;
  vertical-align: top;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows textarea {
    margin: 0;
    height: 64px;
  }
}
.contact .sec01 .form .rows .method__select__wrapper {
  display: inline-block;
  margin-right: 60px;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .method__select__wrapper {
    margin-right: 10px;
  }
}
.contact .sec01 .form .rows label span {
  margin-left: 8px;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows label {
    margin-left: 2%;
  }
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows input[type=text]#form__address__postcode {
    display: inline-block;
    margin: 0 auto;
    width: 90%;
  }
  .contact .sec01 .form .rows select[name=address__prefe] {
    margin-top: 12px;
    width: 70%;
  }
  .contact .sec01 .form .rows input[type=text]#form__address__desc {
    margin-left: auto;
    width: 95%;
  }
  .contact .sec01 .form .rows input[type=file] {
    margin-left: 2.5%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .contact .sec01 .form .rows input[type=file] {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .pre {
    white-space: pre;
  }
}
.contact .sec01 .form .rows .textarea-wrapper {
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .textarea-wrapper {
    display: block;
    margin: 0 auto;
  }
  .contact .sec01 .form .rows .textarea-wrapper textarea {
    min-width: 200px;
    max-width: 100%;
    width: 100%;
  }
}
.contact .sec01 .form input, .contact .sec01 .form select, .contact .sec01 .form textarea {
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif !important;
}
.contact .sec01 .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 .sec01 .form .policy-box {
    overflow-x: hidden;
    width: 100%;
  }
}
.contact .sec01 .form .policy-box .policy-heading {
  border: none;
  color: #000;
  text-align: center;
  font-size: 16px;
}
.contact .sec01 .form .policy-box p {
  color: #000;
  text-align: center;
}
.contact .sec01 .form .policy-box h4 {
  margin: 12px 0;
  border-bottom: solid 1px #cccccc;
  color: #000;
}
.contact .sec01 .form .policy-box ul {
  list-style-type: disc;
}
.contact .sec01 .form .agree {
  margin-top: 12px;
  margin-bottom: 32px;
}
.contact .sec01 .form .agree span {
  color: #4d4d4d;
}
.contact .sec01 .form .agree span.req {
  color: #edb817;
}
.contact .sec01 .form .agree .chkbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* ラベルのスタイル　*/
}
@media (max-width: 768px) {
  .contact .sec01 .form .agree .chkbox {
    margin: 0;
  }
}
.contact .sec01 .form .agree .chkbox label {
  position: relative;
  display: inline-table;
  max-width: 530px;
  text-indent: -1.5em;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact .sec01 .form .agree .chkbox label {
    display: table;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
  }
}
.contact .sec01 .form .agree .chkbox p {
  text-align: left;
}
.contact .sec01 .form .agree .chkbox .wpcf7-form-control-wrap {
  position: static;
}
.contact .sec01 .form .agree .chkbox input[type=checkbox] {
  margin-right: 0.5em;
  cursor: pointer;
  transform: scale(1);
  pointer-events: all;
}
.contact .sec01 .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 .sec01 .form .agree .chkbox .wpcf7-not-valid-tip {
    right: 2em;
  }
}
.contact .sec01 .form input[type=button], .contact .sec01 .form input[type=submit] {
  display: block;
  margin: 0 auto;
  padding: 14px 30px;
  width: 30%;
  border: none;
  border: solid #0064d1 2px;
  border-radius: 6px;
  background: #0064d1;
  box-shadow: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "A1ゴシック B", "A1 Gothic B";
  cursor: pointer;
  -webkit-appearance: button;
  transition: 0.3s;
}
.contact .sec01 .form input[type=button]:hover, .contact .sec01 .form input[type=submit]:hover {
  background-color: #0064d1;
  color: #fff;
}
@media (max-width: 768px) {
  .contact .sec01 .form input[type=button], .contact .sec01 .form input[type=submit] {
    width: 60%;
  }
}
.contact .sec01 .form .address-prefe-text {
  margin-right: 0.5em;
}
.contact .sec01 .form .address-postcode-text {
  margin-right: 0.5em;
}
.contact .sec01 .form .wpcf7-not-valid-tip {
  margin-top: 4px;
  margin-right: 0.5em;
  text-align: right;
  font-size: 0.8em;
}
.contact .sec01 .form .wpcf7 form.invalid .wpcf7-response-output, .contact .sec01 .form .wpcf7 form.unaccepted .wpcf7-response-output, .contact .sec01 .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 .sec01 .form .wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .contact .sec01 .form .wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contact .sec01 .desc--attention {
    margin-left: 1em;
    text-align: left;
    text-indent: -1em;
    font-size: 13px;
  }
}

.privacy-policy--link {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #808080;
  text-align: center;
  font-size: 14px;
}

.link-icon {
  width: 1em;
}