@charset "utf-8";

/* HOME
-------------------------------------------------------------------*/
.img {
  line-height: 0;
}

.b-col {
  color: #154b89;
}

.r-col {
  color: #c32e2e;
}

.y-col {
  color: #f7d864;
}

.fb {
  font-weight: 600;
}

.mv-movie {
  position: relative;
  background-color: #fcf9f0;
  border: 4px solid #d52626;
  border-radius: 0 0 16px 16px;
  text-align: center;

  img {
    vertical-align: bottom;
  }
}

.mv-movie .txt {
  background: #d52626;
  color: #fff;
  font-size: clamp(22px, 4vw, 39px);
  line-height: 1.6;
  padding: 8px;
  font-weight: 600;
}

.mv-movie__inner {
  padding: 35px;
  padding-bottom: 95px;

  @media screen and (max-width: 800px) {
    padding: 20px;
    padding-bottom: 50px;
  }

  h1 {
    img {
      @media screen and (max-width: 800px) {
        width: 280px;
      }
    }
  }
}

.mv-movie-thumbnail {
  margin-top: 30px;
  border: none;
  transition: 0.2s opacity;

  @media screen and (max-width: 800px) {
    margin-top: 17px;
  }

  &:hover {
    opacity: 0.7;
  }
}

.mv-movie-button {
  position: absolute;
  bottom: -73px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;

  @media screen and (max-width: 800px) {
    bottom: -45px;
    width: 320px;
  }

  button {
    border: none;
  }

  img {
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.24));
  }
}

.mv {
  margin-top: 310px;
  position: relative;
  text-align: center;

  @media screen and (max-width: 800px) {
    margin-top: 170px;
  }

  &::before {
    content: '';
    position: absolute;
    top: -122px;
    left: 0;
    width: 100%;
    height: 122px;
    background-color: #154b89;
    border-radius: 16px 16px 0 0;

    @media screen and (max-width: 800px) {
      top: -68px;
      height: 68px;
    }
  }
}

.mv-button {
  position: absolute;
  top: -188px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;

  @media screen and (max-width: 800px) {
    top: -106px;
    width: 320px;
  }

  img {
    vertical-align: bottom;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.24));
  }
}

.area01 {
  padding: 40px 40px 0 40px;
}

.area01 .txt {
  line-height: 1.6;
}

.area01 .txt span {
  font-weight: 600;
}

.up-box .img {
  line-height: 0;
  padding: 50px 0 0 0;
}

.up-box h2 {
  text-align: center;
  font-weight: 600;
  font-size: clamp(18px, 4vw, 33px);
  line-height: 1.6;
  padding: 20px 0;
  background: #1c1c1c;
  color: #fff;
}

.up-box h2 span {
  color: #f7d864;
}

.num-box {
  background: #f1efe7;
  padding: 40px 35px 40px 35px;
  position: relative;
  z-index: 3;
}

.area04 .num-box {
  border-radius: 0 0 10px 10px;
}

.area01 .num-box:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -35px;
  border: 35px solid transparent;
  border-top: 35px solid #f1efe7;
}

.num-box dt {
  position: relative;
  padding: 15px 0 0 110px;
  font-size: 30px;
  color: #c32e2e;
  font-weight: 600;
  line-height: 1.6;
}

.num-box dt:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 125px;
  left: 0;
  top: 0;
  background: url(../img/top/num1-01.png) no-repeat left top;
}

.area04 .num-box dt:after {
  background: url(../img/top/num1-02.png) no-repeat left top;
}

.num-box dd {
  line-height: 1.6;
  padding: 30px 0 0 0;
}

.num-box dd span {
  font-weight: 600;
}

.num-box dd span.col {
  color: #154b89;
}

.area04 .num-box dd {
  padding: 80px 0 0 0;
}

.area01 .txt02 {
  line-height: 1.6;
  padding: 50px 40px 40px 40px;
  background: #154b89;
  color: #fff;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 2;
}

.area01 .txt02 span {
  font-weight: 600;
}

.area01 .txt02 span.col {
  color: #f7d864;
}

.area02 .img {
  margin: -50px 0 0 0;
}

.huki-box {
  text-align: center;
  line-height: 1.6;
  padding: 20px;
  background: #154b89;
  color: #fff;
  font-weight: 600;
  font-size: clamp(18px, 4vw, 33px);
  position: relative;
}

.huki-box span {
  color: #f7d864;
}

.huki-box:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 40px;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #154b89 transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
}

.col-box {
  padding: 60px 40px 40px 40px;
  background: #eaf0f7;
}

.col-box .box-in {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

.area02 .col-box:first-child {
  border-bottom: 1px dashed #154b89;
  padding: 0;
}

.col-box .box-in h3 {
  font-size: 20px;
  color: #154b89;
  font-weight: 600;
  line-height: 1.6;
  padding: 0 0 10px 0;
}

.col-box .box-in dl {
  padding: 0 0 20px 0;
}

.col-box .box-in dl dt {
  color: #c32e2e;
  font-weight: 600;
  line-height: 1.6;
}

.area03 h2 {
  background: #c32e2e;
  font-size: clamp(18px, 4vw, 34px);
  line-height: 1.6;
  padding: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.area03 h2 span {
  color: #f7d864;
}

.area03 .col-box .txt {
  line-height: 1.6;
}

.area03 .col-box .txt span {
  font-weight: 600;
}

.area03 .col-box .txt span.col {
  color: #154b89;
}

.area03 .col-box .txt02 {
  padding: 10px 0 0 0;
}

.area04 {
  padding: 0 40px;
}

.area05 .img {
  margin: -50px 0 0 0;
}

.area05 .box {
  background: #eaf0f7;
  padding: 50px 40px 0 40px;
}

.area05 .box h3 {
  font-size: clamp(16px, 4vw, 33px);
  color: #154b89;
  font-weight: 600;
  text-align: center;
  padding: 0 0 30px 0;
  line-height: 1.6;
}

.area05 .box .box-in dl dt {
  font-size: 36px;
  font-weight: 600;
  color: #c32e2e;
  padding: 70px 0 70px 100px;
  background: url(../img/top/num2-01.png) no-repeat left top;
}

.area05 .box .box-in dl:nth-child(2) dt {
  background: url(../img/top/num2-02.png) no-repeat left top;
}

.area05 .box .box-in dl dd {
  line-height: 1.6;
  padding: 0 0 30px 0;
}

.area05 .box .box-in dl dd span {
  font-weight: 600;
}

.area05 .box .box-in dl dd span.col {
  color: #154b89;
}

.area06 h2 {
  font-size: clamp(18px, 5vw, 44px);
  text-align: center;
  font-weight: 600;
  color: #fff;
  background: #c32e2e;
  padding: 10px;
  line-height: 1.6;
}

.case-tit {
  display: flex;
  align-items: center;
  background: #154b89;
  position: relative;
}

.case-tit:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border: 35px solid transparent;
  border-top: 35px solid #154b89;
}

.case-tit dt {
  min-width: 70px;
  min-height: 100%;
  width: 70px;
  text-align: center;
  color: #fff;
  background: #154b89;
  font-size: 44px;
  font-weight: 600;
  position: relative;
}

.case-tit dd {
  font-size: clamp(18px, 4vw, 33px);
  font-weight: 600;
  color: #fff;
  background: #1c1c1c;
  padding: 40px 50px;
  line-height: 1.6;
  width: 100%;
}

.area06 .box {
  padding: 50px 40px 0 40px;
}

.area06 .box .box-in {
  padding: 25px 0 50px 0;
}

.area06 .box .box-in02 {
  padding: 0 0 50px 0;
}

.table table {
  width: 100%;
  font-size: 15px;
}

.table table th {
  border: 2px solid #fff;
  color: #fff;
  background: #1b5daa;
  vertical-align: middle;
  padding: 15px 10px;
  text-align: center;
  font-weight: 500;
}

.table table th.bg {
  background: #c32e2e;
}

.table table td {
  border: 2px solid #fff;
  vertical-align: middle;
  text-align: center;
  padding: 5px 20px 5px 20px;
  background: #e3edfc;
}

.table .th-br {
  display: none;
}

.table table td:last-child {
  padding: 5px 5px 5px 40px;
  text-align: left;
}

.table02 table td:nth-child(3) {
  padding: 5px 75px 5px 5px;
  text-align: right;
}

.table02 table td:last-child {
  padding: 5px 85px 5px 5px;
  text-align: right;
}

.table02 table tr:last-child td {
  background: none;
}

.table02 table tr:last-child td:last-child {
  background: #f7d864;
  padding: 10px 85px 10px 5px;
}

.table-txt {
  position: relative;
  padding: 20px 30px;
  border: 1px solid #cc2f30;
  margin: 40px 0 0 0;
  font-weight: 600;
}

.table-txt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 45px;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #cc2f30;
  translate: -50% -100%;
}

.table-txt:after {
  content: '';
  position: absolute;
  top: 0;
  left: 45px;
  border-style: solid;
  border-width: 0 0 27.6px 27.6px;
  border-color: transparent transparent #ffffff;
  translate: calc(-50% + 0.2px) -100%;
}

.area06 .huki-box:after {
  right: 20px;
}

.area06 .txt02 {
  padding: 50px 0 0 0;
}

.result {
  margin: -30px 0 0 0;
}

.result h3 {
  line-height: 1.6;
  padding: 20px;
  text-align: center;
  background: #c32e2e;
  color: #fff;
  font-size: clamp(18px, 5vw, 44px);
  font-weight: 600;
  margin: 0 0 -55px 0;
  position: relative;
  z-index: 2;
}

.result h4 {
  text-align: center;
  line-height: 1.6;
  background: #154b89;
  color: #fff;
  font-weight: 600;
  font-size: clamp(18px, 4vw, 33px);
  padding: 100px 40px 60px 40px;
  margin: 0 -40px;
}

.area06 .huki {
  text-align: center;
  background: #f1efe7;
  padding: 50px 20px;
  font-size: clamp(14px, 4vw, 33px);
  position: relative;
  line-height: 1.6;
  color: #c32e2e;
  margin: 0 -40px;
  font-weight: 600;
}

.area06 .huki:before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-bottom: 30px solid #f1efe7;
}

.area07 {
  padding: 120px 0 0 0;
}

.area07 h2 {
  padding: 30px 20px 0 20px;
  font-weight: 600;
  text-align: center;
  font-size: clamp(18px, 5vw, 44px);
}

.area07 .result {
  padding: 60px 40px 0 40px;
}

.area07 .huki {
  background: #154b89;
  margin: 0 -40px;
  padding: 0 40px;
}

.area07 .huki-box {
  background: #f7d864;
  color: #c32e2e;
  font-size: clamp(18px, 5vw, 43px);
}

.area07 .huki-box span {
  color: #154b89;
}

.area07 .huki-box:after {
  right: 20px;
  border-color: #f7d864 transparent transparent;
}

.area07 .result h4.access {
  font-size: clamp(18px, 5vw, 43px);
  padding: 60px 40px 60px 40px;
}

.area07 .result h4.access .min {
  font-size: clamp(16px, 4vw, 33px);
}

.area08 {
  text-align: center;
  padding: 0 0 100px 0;
}

.area08 .box01 {
  background: #f1efe7;
  padding: 0 0 260px 0;
}

.area08 .box01 .img {
  background: #f1efe7;
  padding: 80px 0 20px 0;
}

.area08 .box01 h2 {
  font-size: clamp(18px, 5vw, 41px);
  line-height: 1.6;
  font-weight: 600;
  color: #154b89;
}

.area08 .box02 {
  padding: 0 40px;
  margin: -30% 0 0 0;
}

.area08 .box02 h2 {
  padding: 0 40px;
  margin: 0 0 -8% 0;
  position: relative;
  z-index: 2;
}

.area08 .box02 .box-in {
  border: 1px solid #156f89;
  border-radius: 8px;
}

.area08 .box02 h2 span {
  font-size: clamp(18px, 5vw, 39px);
  line-height: 1.6;
  font-weight: 600;
  background: #c32e2e;
  color: #fff;
  display: block;
  padding: 20px;
}

.area08 .box02 h3 {
  font-size: clamp(18px, 5vw, 41px);
  padding: 20% 0 10% 0;
  line-height: 1.6;
  font-weight: 600;
  background: url(../img/top/area08-bg01.png) no-repeat top center;
  background-size: contain;
  color: #fff;
}

.area08 .box02 h4 {
  font-size: clamp(18px, 5vw, 44px);
  padding: 2% 0 3% 0;
  line-height: 1.6;
  font-weight: 600;
}

.area08 .box02 h4 span,
.area08 .box02 .txt span {
  color: #156f89;
}

.area08 .box02 .txt {
  font-size: clamp(18px, 4vw, 32px);
  padding: 0 0 2% 0;
  line-height: 1.6;
  font-weight: 600;
}

.area08 .box02 .txt em {
  padding-top: 0.4em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, #c32e2e, #c32e2e 100%, transparent);
}

.area08 .box02 .txt02 {
  font-size: clamp(16px, 4vw, 28px);
  padding: 2% 0 17% 0;
  background: url(../img/top/area08-bg02.png) no-repeat bottom center;
  background-size: contain;
}

@media screen and (max-width: 800px) {
  .area01 {
    padding: 40px 20px 0 20px;
  }

  .up-box .img {
    padding: 40px 0 0 0;
  }

  .num-box {
    padding: 40px 20px 20px 20px;
  }

  .area01 .num-box:after {
    margin-left: -25px;
    border: 25px solid transparent;
    border-top: 25px solid #f1efe7;
  }

  .num-box dt {
    padding: 0 0 0 70px;
    font-size: 20px;
  }

  .num-box dt:after {
    width: 85px;
    height: 71px;
    background: url(../img/top/num1-01.png) no-repeat left top;
    background-size: contain;
  }

  .area04 .num-box dt:after {
    background: url(../img/top/num1-02.png) no-repeat left top;
    background-size: contain;
  }

  .area04 .num-box dd {
    padding: 30px 0 0 0;
  }

  .area01 .txt02 {
    padding: 40px 20px 20px 20px;
  }

  .area02 .img {
    margin: -30px 0 0 0;
  }

  .huki-box {
    padding: 20px;
  }

  .huki-box:after {
    border-width: 20px 20px 0 0;
  }

  .col-box {
    padding: 40px 20px;
  }

  .col-box .box-in {
    padding: 20px 0 0 0;
  }

  .col-box .box-in h3 {
    font-size: 18px;
  }

  .area03 .col-box .txt02 {
    padding: 10px 0 0 0;
  }

  .area04 {
    padding: 0 20px;
  }

  .area05 .img {
    margin: -30px 0 0 0;
  }

  .area05 .box {
    padding: 40px 20px 0 20px;
  }

  .area05 .box .box-in dl dt {
    font-size: 20px;
    padding: 30px 0 60px 60px;
    background: url(../img/top/num2-01.png) no-repeat left top;
    background-size: 125px;
  }

  .area05 .box .box-in dl:nth-child(2) dt {
    background: url(../img/top/num2-02.png) no-repeat left top;
    background-size: 125px;
  }

  .case-tit:after {
    border: 20px solid transparent;
    border-top: 20px solid #154b89;
  }

  .case-tit dt {
    min-width: 40px;
    width: 40px;
    font-size: 25px;
  }

  .case-tit dd {
    padding: 30px 20px;
  }

  .area06 .box {
    padding: 40px 20px 0 20px;
  }

  .area06 .box .box-in {
    padding: 20px 0 40px 0;
  }

  .area06 .box .box-in02 {
    padding: 0 0 50px 0;
  }

  .table {
    overflow: auto;
    margin: 0 -20px 0 0;
  }

  .table02 {
    margin: 0;
  }

  .table table {
    width: 100%;
    font-size: 14px;
  }

  .table table th {
    padding: 15px 5px;
  }

  .table02 table th {
    font-size: clamp(12px, 3vw, 14px);
  }

  .table .th-w1 {
    min-width: 41px;
  }

  .table .th-w2 {
    min-width: 88px;
  }

  .table .th-w3 {
    min-width: 200px;
  }

  .table .th-w4 {
    min-width: 90px;
  }

  .table .th-br {
    display: block;
  }

  .table table td {
    padding: 5px 10px 5px 10px;
  }

  .table table td:last-child {
    padding: 5px 5px 5px 25px;
  }

  .table02 table td:nth-child(3) {
    padding: 5px;
  }

  .table02 table td:last-child {
    padding: 5px;
  }

  .table02 table tr:last-child td:last-child {
    padding: 10px 5px;
  }

  .table-txt {
    padding: 20px;
    margin: 30px 0 0 0;
  }

  .table-txt:before {
    left: 30px;
    border-width: 0 0 20px 20px;
  }

  .table-txt:after {
    left: 30px;
    border-width: 0 0 18px 18px;
  }

  .area06 .txt02 {
    padding: 40px 0 0 0;
  }

  .result {
    margin: 0;
  }

  .result h3 {
    padding: 10px;
    margin: 0 0 -8% 0;
  }

  .result h4 {
    padding: 60px 20px 40px 20px;
    margin: 0 -20px;
  }

  .area06 .huki {
    padding: 30px 20px;
    margin: 0 -20px;
  }

  .area06 .huki:before {
    top: -40px;
    margin-left: -20px;
    border: 20px solid transparent;
    border-bottom: 20px solid #f1efe7;
  }

  .area07 {
    padding: 80px 0 0 0;
  }

  .area07 h2 {
    padding: 30px 20px 0 20px;
  }

  .area07 .result {
    padding: 40px 20px 0 20px;
  }

  .area07 .huki {
    margin: 0 -20px;
    padding: 0 20px;
  }

  .area07 .result h4.access {
    padding: 40px 20px;
  }

  .area08 .box01 {
    padding: 0 20px 160px 20px;
  }

  .area08 .box01 .img {
    padding: 40px 0 30px 0;
  }

  .area08 .box02 {
    padding: 0 20px;
    margin: -120px 0 0 0;
  }

  .area08 .box02 h2 {
    padding: 0 20px;
    margin: 0 0 -8% 0;
  }

  .area08 .box02 .box-in {
  }

  .area08 .box02 h2 span {
    padding: 10px;
  }

  .area08 .box02 h3 {
    background: url(../img/top/area08-bg01.png) no-repeat bottom center;
    background-size: cover;
  }
}

/* CONTACT
-------------------------------------------------------------------*/
.contact {
  background: #fdf6d9;
  padding: 0 40px 80px 40px;
}

.contact .img {
  position: relative;
  top: -50px;
  text-align: center;
}

.contact .img img {
  padding: 0 60px 0 0;
}

.contact h2 {
  font-size: clamp(14px, 5vw, 44px);
  line-height: 1.6;
  font-weight: 600;
  color: #154b89;
  text-align: center;
  padding: 0 0 40px 0;
}

.contact h2 span {
  display: block;
  color: #156f89;
  font-size: clamp(14px, 5vw, 40px);
}

.form .b-txt {
  color: #154b89;
  padding: 0 0 10px 0;
  line-height: 1.6;
  font-size: 32px;
  font-weight: 600;
}

.form dl {
  padding: 0 0 20px 0;
}

.form dl dt {
  font-size: 32px;
  padding: 0 0 5px 0;
  line-height: 1.6;
  font-weight: 600;
}

.form dl dt:before {
  content: '■';
  color: #156f89;
  font-weight: 400;
}

.form dl dt.hissu:after {
  content: '〈必須〉';
  color: #c32e2e;
  font-weight: 400;
}

.form dl dt span {
  font-size: 27px;
  font-weight: 400;
}

.form dl dd {
  width: 100%;
}

.form input,
.form textarea {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  padding: 30px 20px;
  box-sizing: border-box;
  font-family: 'IBM Plex Sans JP', sans-serif;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d5d5d5;
}

.form .wpcf7-radio {
  display: block;
  padding: 0;
}

.form .wpcf7-radio > * {
  display: inline-block;
  margin: 0;
}

.form .wpcf7-radio input[type='radio'] {
  display: none;
}

.form .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  cursor: pointer;
}

.form .wpcf7-list-item > label {
  display: inline-block;
  margin: 0 0 0 30px;
  font-weight: 500;
}

.form .wpcf7-list-item.first > label {
  margin: 0;
}

.form .wpcf7-radio .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
}

.form .wpcf7-radio .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  background: #041d2b;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}

.form .wpcf7-radio input[type='radio']:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-response-output {
  max-width: 700px;
  margin: 30px auto 0 !important;
  text-align: center;
}

.check .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
}

.check input[type='checkbox'] {
  display: none;
}

.check input[type='checkbox'] + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 20px 0 0 110px;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 600;
}

.check02 input[type='checkbox'] + span {
  padding: 18px 0 25px 110px;
  font-size: 18px;
}

.check input[type='checkbox'] + span::before {
  content: '';
  position: absolute;
  width: 90px;
  aspect-ratio: 1 / 1;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d5d5d5;
}

.check input[type='checkbox'] + span::after {
  content: '';
  position: absolute;
  width: 54px;
  aspect-ratio: 1 / 1;
  top: 18px;
  left: 18px;
  background: url(../img/common/check.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: 0.3s;
}

.check input[type='checkbox']:checked + span::after {
  opacity: 1;
}

.wpcf7-list-item {
  display: block;
  margin: 0;
}

.contact .check {
  padding: 20px 0 30px 0;
}

.conbtn {
  text-align: center;
}

.conbtn > div {
  display: inline-block;
  position: relative;
}

.conbtn input[type='submit'] {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 5vw, 41px);
  font-weight: 600;
  box-sizing: border-box;
  display: block;
  position: relative;
  font-family: 'IBM Plex Sans JP', sans-serif;
  border: 2px solid #eb0001;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 64.62px;
  background: url(../img/top/submit-arrow.png) no-repeat 95% center, linear-gradient(#eb0001 0%, #b92f2f 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.6;
  padding: 20px;
  width: 560px;
}

.conbtn input[type='submit']:hover {
  color: #000;
  background: url(../img/top/submit-arrow.png) no-repeat 95% center #fff;
}

.contact .privacy {
  height: 215px;
  margin: 20px auto 0;
  border-radius: 3px;
  border: 1px solid #ccc;
  overflow: auto;
  box-sizing: border-box;
  padding: 20px 35px;
}

.contact .privacy p {
  font-size: 12px;
  line-height: 1.6;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  padding: 5px 0 0 0;
}

@media screen and (max-width: 800px) {
  .contact {
    padding: 0 20px 60px 20px;
  }

  .contact .img {
    top: -30px;
    width: 150px;
    margin: 0 auto;
  }

  .contact h2 {
    padding: 0 0 30px 0;
  }

  .form .b-txt {
    font-size: 18px;
  }

  .form dl dt {
    font-size: 18px;
  }

  .form dl dt span {
    font-size: 15px;
    font-weight: 400;
  }

  .form input,
  .form textarea {
    padding: 20px;
  }

  .wpcf7-response-output {
    max-width: inherit;
  }

  .check input[type='checkbox'] + span {
    padding: 10px 0 0 70px;
    font-size: 18px;
  }

  .check02 input[type='checkbox'] + span {
    padding: 0 0 0 70px;
    font-size: 16px;
  }

  .check input[type='checkbox'] + span::before {
    width: 50px;
  }

  .check input[type='checkbox'] + span::after {
    width: 30px;
    top: 10px;
    left: 10px;
  }

  .contact .check {
    padding: 10px 0 10px 0;
  }

  .contact .check02 {
    padding: 30px 0;
  }

  .conbtn input[type='submit'] {
    background: url(../img/top/submit-arrow.png) no-repeat 90% center, linear-gradient(#eb0001 0%, #b92f2f 100%);
    background-size: 25px;
    padding: 20px;
    width: 300px;
    font-size: 20px;
  }

  .conbtn input[type='submit']:hover {
    color: #000;
    background: url(../img/top/submit-arrow.png) no-repeat 90% center #fff;
    background-size: 25px;
  }

  .contact .privacy {
    height: 120px;
    padding: 10px 20px;
  }
}

/* THANKS/404
-------------------------------------------------------------------*/
.thanks_area {
  padding: 100px 40px 160px 40px;
  text-align: center;
  background: #fff;
}

.thanks_area h1 {
  font-size: 28px;
  line-height: 1.6em;
  font-weight: 700;
  padding: 50px 0;
  border-bottom: 1px solid #121b3a;
}

.thanks_area .txt {
  line-height: 2em;
  padding: 50px 0 20px 0;
  font-weight: 500;
}

.thanks_area .min-txt {
  line-height: 1.6;
  padding: 0 0 30px 0;
  font-weight: 500;
  font-size: 14px;
}

.Calendar_btn a {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 20px 0;
  border-bottom: 5px solid #05a21a;
  background: #31b242;
  border-radius: 5px;
  transition: all 0.3s;
  font-weight: 600;
}

.Calendar_btn a:hover {
  border-bottom: 5px solid #31b242;
  background: #05a21a;
}

.m-btn a {
  height: 60px;
  line-height: 56px;
  width: 250px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
  display: block;
  border: 2px solid #c32e2e;
  background: #c32e2e;
  cursor: pointer;
  border-radius: 80px;
  transition: all 0.3s;
  margin: 40px auto 0;
}

.m-btn a:hover {
  color: #000;
  background: #fff;
}

@media screen and (max-width: 800px) {
  .thanks_area {
    padding: 60px 20px 60px 20px;
  }

  .thanks_area h1 {
    font-size: 20px;
    padding: 30px 0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }

  .thanks_area .txt {
    padding: 30px 0 20px 0;
    text-align: left;
  }

  .m-btn a {
    height: 50px;
    line-height: 46px;
    font-size: 16px;
  }
}
