@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
/* ====================================================
Media Quary
==================================================== */
.inner, .inner-1400 {
  display: block;
  max-width: 1250px;
  padding: 0 25px;
  margin: 0 auto;
}

.inner-1400 {
  max-width: 1450px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover {
  opacity: 0.7;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}

@media screen and (min-width: 835px) {
  a[href^="tel"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-ipd {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .pc-lg {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-ipd {
    display: none !important;
  }
}

@media screen and (min-width: 991px) {
  .sp-lg {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

.ttlcomp-01 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .ttlcomp-01 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 834px) {
  .ttlcomp-01 {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
  }
}

.btn {
  max-width: 335px;
  width: 100%;
  height: 53px;
  border: 1px solid #b07121;
  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;
  font-size: 15px;
  font-weight: bold;
  color: #b07121 !important;
  margin: 0 auto;
  position: relative;
}

.btn:after {
  content: "";
  display: block;
  width: 27px;
  height: 12px;
  background: url("../images/ico-right.png") no-repeat center/cover;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
}

@media screen and (max-width: 834px) {
  .btn:after {
    right: 10px;
  }
}

.btn:hover {
  text-decoration: none;
}

@media screen and (max-width: 1245px) {
  .btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .btn {
    font-size: 12px;
    border-radius: 3px;
    height: 40px;
    max-width: 260px;
  }
}

.txt-basic {
  font-size: 16px;
  line-height: 1.875;
  color: #343434;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .txt-basic {
    letter-spacing: 0;
    font-size: 12px;
    text-align: justify;
  }
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.color-orange {
  color: #b07121 !important;
}

.color-white {
  color: white !important;
}

.bg-gray {
  background: #f5f1ef;
}

#contents .txt-basic p {
  line-height: 1.875;
}

.en {
  font-family: "Crimson Text", serif;
}

.contact-page {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #343434;
}

.sec-contact-top {
  padding-top: 62px;
  padding-bottom: 150px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

@media screen and (max-width: 1024px) {
  .sec-contact-top {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 834px) {
  .sec-contact-top {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

.intro-block {
  max-width: 790px;
  margin: 0 auto 90px;
}

@media screen and (max-width: 1024px) {
  .intro-block {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 834px) {
  .intro-block {
    margin-bottom: 30px;
  }
}

.intro-block .txt-basic {
  padding: 0 60px 0 6px;
}

@media screen and (max-width: 1024px) {
  .intro-block .txt-basic {
    padding: 0;
  }
}

.steps-block {
  margin-left: calc((100% - 1200px)/2);
  margin-right: 0;
}

@media screen and (max-width: 1245px) {
  .steps-block {
    margin-left: 0;
    padding-left: 25px;
  }
}

@media screen and (max-width: 834px) {
  .steps-block {
    margin: 0;
    padding-left: 0;
  }
}

.steps-block .steps-slider {
  margin: 0 -20px;
  position: relative;
}

@media screen and (max-width: 1245px) {
  .steps-block .steps-slider {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 834px) {
  .steps-block .steps-slider {
    padding-left: 25px;
  }
}

.steps-block .steps-slider:after {
  content: "";
  display: block;
  background: rgba(245, 241, 239, 0.5);
  position: absolute;
  width: calc(100%/5 - 20px);
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}

@media screen and (max-width: 1245px) {
  .steps-block .steps-slider:after {
    width: calc(100%/4 - 11px);
  }
}

@media screen and (max-width: 834px) {
  .steps-block .steps-slider:after {
    width: calc(100%/3 - 18px);
  }
}

@media screen and (max-width: 640px) {
  .steps-block .steps-slider:after {
    width: calc(100%/2 - 20px);
  }
}

.steps-block .steps-slider .item {
  padding: 0 20px;
  outline: 0;
}

@media screen and (max-width: 1024px) {
  .steps-block .steps-slider .item {
    padding: 0 10px;
  }
}

.steps-block .steps-slider .item-wp {
  background: #fff;
  padding: 26px 28px 35px;
}

@media screen and (max-width: 834px) {
  .steps-block .steps-slider .item-wp {
    padding: 15px 15px 20px;
  }
}

.steps-block .steps-slider .item .steps {
  font-family: "Crimson Text", serif;
  font-size: 30px;
  text-align: center;
  color: #979ba4;
  margin-bottom: 25px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .steps-block .steps-slider .item .steps {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.steps-block .steps-slider .item__img {
  text-align: center;
  margin-bottom: 34px;
  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 screen and (max-width: 834px) {
  .steps-block .steps-slider .item__img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 834px) {
  .steps-block .steps-slider .item__img img {
    width: 60px;
  }
}

.steps-block .steps-slider .item__info--ttl {
  font-size: 21px;
  font-weight: bold;
  color: #b07121;
  text-align: center;
  margin-bottom: 18px;
}

@media screen and (max-width: 1024px) {
  .steps-block .steps-slider .item__info--ttl {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

.steps-block .steps-slider .item .txt-basic {
  line-height: 2;
}

@media screen and (max-width: 834px) {
  .steps-block .steps-slider .item .txt-basic {
    line-height: 1.6;
  }
}

.steps-block .slick-prev, .steps-block .slick-next {
  width: 50px;
  height: 50px;
  z-index: 999;
  top: 48%;
}

@media screen and (max-width: 834px) {
  .steps-block .slick-prev, .steps-block .slick-next {
    width: 30px;
    height: 30px;
  }
}

.steps-block .slick-prev:before, .steps-block .slick-next:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 834px) {
  .steps-block .slick-prev:before, .steps-block .slick-next:before {
    width: 30px;
    height: 30px;
  }
}

.steps-block .slick-prev {
  left: -7px;
}

@media screen and (max-width: 1024px) {
  .steps-block .slick-prev {
    left: -15px;
  }
}

@media screen and (max-width: 834px) {
  .steps-block .slick-prev {
    left: 20px;
  }
}

.steps-block .slick-prev:before {
  background: url("../images/ico-prev.png") no-repeat center/cover;
}

.steps-block .slick-next {
  right: calc(100%/5);
  -webkit-transform: translate(5px, -50%);
      -ms-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

@media screen and (max-width: 1024px) {
  .steps-block .slick-next {
    right: calc(100%/4);
    -webkit-transform: translate(22px, -50%);
        -ms-transform: translate(22px, -50%);
            transform: translate(22px, -50%);
  }
}

@media screen and (max-width: 834px) {
  .steps-block .slick-next {
    right: calc(100%/3);
    -webkit-transform: translate(12px, -50%);
        -ms-transform: translate(12px, -50%);
            transform: translate(12px, -50%);
  }
}

@media screen and (max-width: 640px) {
  .steps-block .slick-next {
    right: calc(100%/2);
    -webkit-transform: translate(15px, -50%);
        -ms-transform: translate(15px, -50%);
            transform: translate(15px, -50%);
  }
}

.steps-block .slick-next:before {
  background: url("../images/ico-next.png") no-repeat center/cover;
}

.steps-block .slick-disabled:before {
  opacity: 0.5;
}

.sec-introduce {
  padding-top: 100px;
  padding-bottom: 146px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .sec-introduce {
    padding: 80px 0;
  }
}

@media screen and (max-width: 834px) {
  .sec-introduce {
    padding: 50px 0 250px;
  }
}

.sec-introduce .ttlcomp-01 {
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .sec-introduce .ttlcomp-01 {
    margin-bottom: 30px;
  }
}

.introduce-block {
  padding: 43px 55px 55px;
  border: 1px solid #dddddd;
  margin-bottom: 75px;
}

@media screen and (max-width: 834px) {
  .introduce-block {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 834px) {
  .introduce-block {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
}

.introduce-block .flex {
  margin: 0 -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .introduce-block .flex {
    margin: 0 -15px;
  }
}

@media screen and (max-width: 834px) {
  .introduce-block .flex {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 640px) {
  .introduce-block .flex {
    margin: 0;
  }
}

.introduce-block .flex .item {
  width: 50%;
  padding: 0 30px;
}

@media screen and (max-width: 1024px) {
  .introduce-block .flex .item {
    padding: 0 15px;
  }
}

@media screen and (max-width: 834px) {
  .introduce-block .flex .item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .introduce-block .flex .item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .introduce-block .flex .item:last-of-type {
    margin-bottom: 0;
  }
}

.introduce-block .flex .item__label {
  padding: 10.5px 15px;
  background: #f2f2f2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: #b07121;
  margin-bottom: 43px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .introduce-block .flex .item__label {
    font-size: 21px;
  }
}

@media screen and (max-width: 834px) {
  .introduce-block .flex .item__label {
    padding: 7px 15px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.introduce-block .flex .item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 46px;
  padding-left: 5px;
}

@media screen and (max-width: 834px) {
  .introduce-block .flex .item__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0;
    margin-bottom: 20px;
  }
}

.introduce-block .flex .item__content .img {
  width: 112px;
}

@media screen and (max-width: 834px) {
  .introduce-block .flex .item__content .img {
    width: 80px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 834px) {
  .introduce-block .flex .item__content .img img {
    width: 100%;
  }
}

.introduce-block .flex .item__content .txt {
  width: calc(100% - 112px);
  font-size: 15px;
  line-height: calc(32/15);
}

@media screen and (max-width: 834px) {
  .introduce-block .flex .item__content .txt {
    width: calc(100% - 80px);
    font-size: 12px;
    line-height: 1.8;
  }
}

.form-block .mail-ttl {
  font-family: "Crimson Text", serif;
  font-size: 120px;
  font-weight: normal;
  line-height: 1;
  color: #f5f1ef;
  text-align: center;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .form-block .mail-ttl {
    font-size: 70px;
    margin-bottom: -15px;
  }
}

@media screen and (max-width: 640px) {
  .form-block .mail-ttl {
    margin-bottom: -15px;
  }
}

.form-block .main-form {
  padding: 70px 115px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
  background: #fff;
}

@media screen and (max-width: 1245px) {
  .form-block .main-form {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 834px) {
  .form-block .main-form {
    padding: 30px 15px;
  }
}

.form-block .main-form__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: 500;
  height: 56px;
  color: #fff;
  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;
  background: #979ba4;
  margin-bottom: 50px;
  border-radius: 4px;
}

@media screen and (max-width: 1024px) {
  .form-block .main-form__ttl {
    font-size: 18px;
    margin-bottom: 30px;
    height: 40px;
  }
}

@media screen and (max-width: 834px) {
  .form-block .main-form__ttl {
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 3px;
  }
}

.form-block .main-form .list-field {
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .form-block .main-form .list-field {
    margin-bottom: 30px;
  }
}

.form-block .main-form .list-field:nth-child(2) {
  margin-bottom: 28px;
}

.form-block .main-form .list-field dl {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 38px;
}

@media screen and (max-width: 834px) {
  .form-block .main-form .list-field dl {
    margin-bottom: 20px;
  }
}

.form-block .main-form .list-field dl:last-of-type {
  margin-bottom: 0;
}

.form-block .main-form .list-field dl dt {
  width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 17px;
}

@media screen and (max-width: 1245px) {
  .form-block .main-form .list-field dl dt {
    width: 200px;
  }
}

@media screen and (max-width: 834px) {
  .form-block .main-form .list-field dl dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 15px;
  }
}

.form-block .main-form .list-field dl dt span {
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .form-block .main-form .list-field dl dt span {
    font-size: 16px;
  }
}

@media screen and (max-width: 834px) {
  .form-block .main-form .list-field dl dt span {
    font-size: 14px;
  }
}

.form-block .main-form .list-field dl dt span.required {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  margin-right: 12px;
  width: 50px;
  height: 27px;
  border-radius: 4px;
  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 all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-block .main-form .list-field dl dt span.required {
    padding-top: 4px;
  }
}

@media screen and (max-width: 1024px) {
  .form-block .main-form .list-field dl dt span.required {
    font-size: 12px;
    margin-right: 6px;
    width: 40px;
    height: 24px;
  }
}

.form-block .main-form .list-field dl dd {
  width: calc(100% - 255px);
}

@media screen and (max-width: 1245px) {
  .form-block .main-form .list-field dl dd {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 834px) {
  .form-block .main-form .list-field dl dd {
    width: 100%;
  }
}

.input-form {
  width: 100%;
  height: 61px;
  border: 1px solid #d1d1d1;
  outline: none;
  padding: 0 15px;
  font-size: 18px;
}

@media screen and (max-width: 834px) {
  .input-form {
    font-size: 16px;
    padding: 0 10px;
    height: 45px;
  }
}

.form-group p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .form-group p {
    margin-bottom: 15px;
  }
}

.form-group p:last-of-type {
  margin-bottom: 0;
}

.form-group p span {
  color: #adadad;
  margin: 0 10px;
}

.group-checbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}

@media screen and (max-width: 1024px) {
  .group-checbox {
    margin: 0 -15px;
  }
}

@media screen and (max-width: 640px) {
  .group-checbox {
    margin: 0;
  }
}

.group-checbox .upper_lower {
  width: 50%;
  padding: 0 25px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .group-checbox .upper_lower {
    padding: 0 15px;
  }
}

@media screen and (max-width: 640px) {
  .group-checbox .upper_lower {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .group-checbox .upper_lower:last-of-type {
    margin-bottom: 0;
  }
}

.group-checbox .upper_lower p {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  height: 38px;
  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;
  color: #b07121;
  background: #f2f2f2;
  margin-bottom: 25px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .group-checbox .upper_lower p {
    padding-top: 6px;
  }
}

@media screen and (max-width: 834px) {
  .group-checbox .upper_lower p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.group-checbox .upper_lower .box-check {
  width: 12.5%;
}

.group-checbox .upper_lower .box-check input {
  display: none;
  text-align: center;
}

.group-checbox .upper_lower .box-check label {
  font-size: 18px;
  font-weight: 500;
  display: block;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .group-checbox .upper_lower .box-check label {
    font-size: 15px;
  }
}

.group-checbox .upper_lower .box-check label:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #d1d1d1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

@media screen and (max-width: 834px) {
  .group-checbox .upper_lower .box-check label:before {
    width: 25px;
    height: 25px;
  }
}

.group-checbox .upper_lower .box-check input:checked + label:after {
  content: "";
  display: block;
  height: 15px;
  width: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  left: 50%;
  bottom: 10px;
}

@media screen and (max-width: 834px) {
  .group-checbox .upper_lower .box-check input:checked + label:after {
    bottom: 7px;
  }
}

.group-checbox .full {
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
}

.group-checbox .full .box-check {
  width: auto;
  min-width: 235px;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .group-checbox .full .box-check {
    margin-bottom: 15px;
  }
}

.group-checbox .full .box-check label {
  padding-bottom: 0;
  padding-left: 43px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .group-checbox .full .box-check label {
    padding-top: 6px;
  }
}

@media screen and (max-width: 834px) {
  .group-checbox .full .box-check label {
    padding-left: 35px;
  }
}

.group-checbox .full .box-check label:before {
  top: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.group-checbox .full .box-check input:checked + label:after {
  left: 15px;
  bottom: 8px;
}

@media screen and (max-width: 834px) {
  .group-checbox .full .box-check input:checked + label:after {
    bottom: 10px;
  }
}

.group-checbox--style02 {
  margin: 0;
}

.group-checbox.custom .full {
  margin-bottom: 0;
}

.group-checbox.custom .full .box-check {
  margin-bottom: 0;
  min-width: 158px;
}

@media screen and (max-width: 834px) {
  .group-checbox.custom .full .box-check {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 834px) {
  .group-checbox.custom .full .box-check:last-of-type {
    margin-bottom: 0;
  }
}

.center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.label-custom {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  text-align: left !important;
}

.textarea-form {
  width: 100%;
  height: 145px;
  padding: 15px;
  border: 1px solid #d1d1d1;
  font-size: 18px;
  outline: none;
  resize: none;
}

@media screen and (max-width: 834px) {
  .textarea-form {
    font-size: 15px;
    height: 100px;
  }
}

.btn-submit {
  font-family: "Noto Serif JP", serif;
  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;
  max-width: 505px;
  width: 100%;
  height: 113px;
  margin: 0 auto;
  background: #b07121;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media screen and (max-width: 1024px) {
  .btn-submit {
    font-size: 20px;
    height: 60px;
  }
}

.btn-submit:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media screen and (max-width: 834px) {
  .w-340 {
    max-width: 340px;
    width: 100%;
  }
}

.w-340 .input-form {
  width: 155px;
}

@media screen and (max-width: 640px) {
  .w-340 .input-form {
    width: 130px;
  }
}

.bg-red {
  background: #c05050;
}

.bg-grey {
  background: #bbbbbb;
}

.error {
  display: block;
  margin-top: 10px;
  color: red;
}

.form-block .main-form.confirm dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-block .main-form.confirm dl dt {
  padding-top: 0;
}

@media screen and (max-width: 834px) {
  .form-block .main-form.confirm dl dt {
    margin-bottom: 5px;
  }
}

.form-block .main-form.confirm dl dd {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 834px) {
  .form-block .main-form.confirm dl dd {
    font-size: 14px;
    line-height: 1.6;
  }
}

.control-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.control-block button {
  width: 48%;
}

.txt-thank {
  margin-top: 100px;
  font-size: 18px;
}

@media screen and (max-width: 834px) {
  .txt-thank {
    margin-top: 50px;
    font-size: 15px;
  }
}

/*# sourceMappingURL=maps/uniq.css.map */
