@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  color: #000;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  margin: 0;
}

p {
  margin: 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
  }
}

p + .caution {
  margin-top: 8px;
}

.container {
  max-width: 779px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 40px);
  }
}

.heading-l {
  color: #2B2B2B;
  font-size: 34px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.7px;
  padding-bottom: 24px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading-l {
    font-size: 27px;
    letter-spacing: 1.35px;
    padding-bottom: 19px;
  }
}
.heading-l::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 72px;
  height: 4px;
  background: #313C5B;
}
@media screen and (max-width: 767px) {
  .heading-l::after {
    width: 37px;
    height: 3px;
    border-radius: 3px;
  }
}
.heading-m {
  color: #2B2B2B;
  font-size: 29px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading-m {
    font-size: 22px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 1.1px;
  }
}
.heading-l + .heading-m {
  margin-top: 40px;
}
.heading-m + p {
  margin-top: 16px;
}
.heading-s {
  color: #313C5B;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}
.heading-s-sub {
  color: #2B2B2B;
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1px;
}
.heading-s-sub + p {
  margin-top: 4px;
}

p + img {
  margin-top: 30px;
}

.t_center {
  text-align: center;
}

.caution {
  padding-left: 1em;
  position: relative;
}
.caution::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

p {
  color: #2B2B2B;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  html.menu-open .header-nav {
    display: block !important;
  }
}

html.menu-open {
  width: 100%;
  height: 100vh;
}

/* =======================================- */
/* ▼▼　ヘッダー
/* =======================================- */
.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 10;
  /* 開くとき（× になる） */
}
@media screen and (max-width: 767px) {
  .header {
    background: #F5F5F5;
  }
  .header::after {
    content: "";
    position: absolute;
    display: block;
    top: 57px;
    left: 0;
    width: calc(100% - 4px);
    height: 1px;
    background: #D0D0D0;
    z-index: 10;
  }
}
.header-inner {
  margin: 0 43px;
}
@media screen and (max-width: 767px) {
  .header-inner {
    margin-left: 27px;
  }
}
.header-layout1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 13px;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .header-layout1 {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
.header-logo {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header-logo {
    line-height: 150%;
  }
}
.header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 1030px) {
  .header-nav .nav-list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav .nav-list {
    -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;
  }
}
@media screen and (max-width: 767px) {
  .header-nav .nav-item {
    width: 100%;
  }
}
.header-nav .nav-link {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.75px;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .header-nav .nav-link {
    display: block;
    padding: 20px 32px;
    border-bottom: 1px #D0D0D0 solid;
    position: relative;
  }
  .header-nav .nav-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    width: 4px;
    height: 4px;
    border: solid #46537B;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    display: block;
  }
}
.header-nav .nav-link:hover {
  color: #29406C;
  background-position: bottom left;
  background-size: 100% 1px;
}
.header-nav .nav-inquiry a {
  border-radius: 2px;
  background: #14266A;
  padding: 9.2px 17px 10.35px 50.23px;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.75px;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  display: block;
}
.header-nav .nav-inquiry a::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26.34px;
  height: 26.34px;
  background: url(/wp/wp-content/themes/asahi-yontobu/assets/img/common/mail.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .header-nav .nav-inquiry a::after {
    left: 70.5px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav .nav-inquiry a {
    margin: 67px auto;
    max-width: 295px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 70.5px 16px 110.5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.9px;
    border-radius: 4px;
  }
}
.header-nav .nav-inquiry a:hover {
  background: #29406C;
}
@media screen and (max-width: 767px) {
  .header-nav .nav-inquiry {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #F2F5FA;
    overflow-y: auto;
    padding-top: 57px;
    z-index: 9;
  }
}
.header-btn {
  display: none;
}
.header-btn-icon {
  width: 24px;
  height: 2px;
  border-radius: 1px;
  display: block;
  background: #46537B;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header-btn {
    position: absolute;
    top: 17.5px;
    right: 21px;
    background: #F5F5F5;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    z-index: 11;
  }
}
.header .header-btn-top,
.header .header-btn-middle,
.header .header-btn-bottom {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
.header .header-btn.js-open .header-btn-top {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
.header .header-btn.js-open .header-btn-middle {
  opacity: 0;
}
.header .header-btn.js-open .header-btn-bottom {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

/* =======================================- */
/* ▼▼　footer
/* =======================================- */
.footer {
  background: #243577;
  padding: 23px 0 25px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    background: #393939;
  }
}
.footer-text-l {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .footer-text-l {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.7px;
  }
}
.footer-text-m {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .footer-text-m {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.7px;
  }
}
.footer .copyright {
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.6px;
  }
}
.footer-page-top-pc {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 25px;
  width: 77px;
  height: 77px;
  border: 1px solid #fff;
  background: #393939;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  cursor: pointer;
  display: block;
}
.footer-page-top-pc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 36px;
  height: 16.875px;
  background: url(/wp/wp-content/themes/asahi-yontobu/assets/img/common/triangle.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .footer-page-top-pc {
    display: none;
  }
}
.footer .footer-page-top-pc.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.footer-page-top-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-page-top-sp {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 13px;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    background: #393939;
    display: block;
    cursor: pointer;
  }
  .footer-page-top-sp::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 16.831px;
    height: 7.89px;
    background: url(/wp/wp-content/themes/asahi-yontobu/assets/img/common/triangle.png) no-repeat center;
    background-size: cover;
  }
}

/* =======================================- */
/* ▼▼　コンテンツエリア
/* =======================================- */
.container {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 40px);
  }
}

/* =======================================- */
/* ▼▼　Contact Form 7　用のcss
/* =======================================- */
.wpcf7 .screen-reader-response ul,
.wpcf7 .wpcf7-response-output {
  display: none;
}
.wpcf7 .form-input.wpcf7-not-valid {
  border: 2px solid #E94B30;
}
.wpcf7 .form-input.wpcf7-not-valid .wpcf7-not-valid-tip {
  color: #E94B30;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.8em;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 .form-checkbox .wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid {
  display: block;
}

#autozip {
  display: none !important;
}

.form {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .form {
    margin-top: 32.5px;
  }
}
.form-label {
  margin-bottom: 8px;
}
.form-labelText {
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.8px;
  padding-right: 65px;
}
.form-any {
  position: relative;
}
.form-any::after {
  content: "任意";
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #717171;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.7px;
  font-weight: 500;
}
.form-required {
  position: relative;
}
.form-required::after {
  content: "必須";
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #C73F3F;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.7px;
  font-weight: 500;
}
.form-item {
  margin-top: 24px;
}
.form-item .form-input {
  width: 100%;
  height: 56px;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #BAB7B7;
  font-size: 16px;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 425px) {
  .form-item .form-input {
    max-width: 100%;
  }
}
.form-item .form-inquiry {
  height: 235px;
}
.form-item .form-textarea {
  padding-top: 13px;
  padding-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .form-item:nth-child(1) .form-label {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .form-item:nth-child(2) {
    margin-top: 40px;
  }
}
.form-checkbox {
  font-size: 16px;
  margin-top: 33px;
}
.form-checkbox a {
  color: #000;
}
.form-checkbox .form-body {
  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;
}
.form-checkbox-border {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.8px;
}
.form-checkbox-border:hover {
  text-decoration: none;
}
.form-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  border-radius: 2px;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
}
.form-checkbox input[type=checkbox]:checked {
  background-color: #fff;
  border-color: #666;
}
.form-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 11px;
  border: solid #D9534F;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}
.form-submit button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 249px;
  margin: 56px auto 0;
  padding: 16px 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: #243577;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form-radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-radio .form-radio-item {
  margin-bottom: 15px;
}
.form-radio .form-radio-item input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-radio .form-radio-item .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
}
.form-radio .form-radio-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #D0D0D0;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  z-index: 1;
}
.form-radio .form-radio-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #C73F3F;
  display: none;
  z-index: 2;
}
.form-radio .form-radio-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #fff;
}
.form-radio .form-radio-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  display: block !important;
}
.form-radio .form-radio-item:last-child {
  margin-bottom: 0;
}
.form-scroll {
  width: 100%;
  height: 187px;
  border-radius: 4px;
  border: 2px solid #CCC;
  padding: 24px 32px;
  overflow-y: auto;
  border-radius: 4px;
  margin-top: 23px;
}
.form-scroll p {
  color: #2B2B2B !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}
.form-scroll p + h4 {
  margin-top: 12px;
}
.form-scroll ul {
  list-style: none;
  margin: 8px 0;
}
.form-scroll ul li {
  color: #2B2B2B !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .form-scroll {
    padding: 16px;
  }
}
.form-scroll h4 {
  color: #2B2B2B !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
  margin-bottom: 4px;
}
.form-text {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.6px;
  margin-top: 6px;
}
.form-text span {
  color: #E94B30;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 20px;
  height: 235px !important;
}

.form-radio, .form-radio-item, .wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-list-item {
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    width: 100%;
  }
}
.wpcf7-list-item input {
  margin-top: -4px;
  margin-bottom: 0;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}

.btn {
  border-radius: 4px;
  background: #14266A;
  padding: 18px 56px 18px 85px;
  max-width: 342px;
  width: 100%;
  margin: 48px auto 0;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.9px;
}
.btn span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.9px;
  position: relative;
}
.btn span::before {
  content: "";
  position: absolute;
  left: -41px;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(/wp/wp-content/themes/asahi-yontobu/assets/img/common/mail.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: 295px;
    padding: 16px 56px 16px 85px;
  }
}
.btn:hover {
  background: #29406C;
}

.table {
  width: 100%;
  margin-top: 32px;
}
.table-head {
  background: #E6EAFF;
  padding: 16px 32px;
  background-color: #E3E3E3;
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.8px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table-head {
    white-space: nowrap;
  }
}
.table-cell {
  border-bottom: 1px solid #D0D0D0;
  padding: 16px 32px;
  background-color: #fff;
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}
.table-head, .table-cell {
  border: 1px solid #D0D0D0;
  vertical-align: middle;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .table-head, .table-cell {
    padding: 8px 24px;
  }
}
.table .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.table-row {
  width: 100%;
  margin-bottom: 31px;
}
.table-row tr:not(:first-child) .table-row-head,
.table-row tr:not(:first-child) .table-row-cell {
  padding-top: 24px;
}
.table-row-head {
  padding: 0 0 24px 48px;
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.8px;
  text-align: left;
}
.table-row-cell {
  padding: 0 48px 24px 27px;
  background-color: #fff;
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}
.table-row-head, .table-row-cell {
  border-bottom: 1px solid #D0D0D0;
  vertical-align: middle;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .table-row tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table-row-head {
    border-bottom: none;
    padding: 0 0 5px 0;
  }
  .table-row-cell {
    padding: 0 0 18px 0 !important;
  }
}

.box {
  padding: 56px 48px;
  background: #fff;
}
.box-shadow {
  background: #FFF;
  padding: 40px 80px;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(186, 183, 183, 0.12);
          box-shadow: 3px 3px 4px 0 rgba(186, 183, 183, 0.12);
}
.box-shadow + .box-shadow {
  margin-top: 32px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}
.row1_2 .col:first-child {
  max-width: 372px;
}
.row1_2 .col:last-child {
  max-width: 640px;
}
.row1_2-circle {
  gap: 100px;
}
.row1_2-circle .col:first-child {
  width: 197px;
  max-width: 197px;
  max-height: 197px;
  border-radius: 50%;
  overflow: hidden;
}
.row1_2-circle .col:last-child {
  width: 640px;
}
@media screen and (max-width: 767px) {
  .row1_2-circle .col:last-child {
    width: 100%;
  }
}
.row-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.row-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

/* =======================================- */
/* ▼▼▼　メインビジュアル
/* =======================================- */
.mainvisual {
  position: relative;
  width: 100%;
  max-height: 587px;
  height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .mainvisual {
    max-height: 710px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual {
    max-height: none;
    height: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background: #F5F5F5;
    padding-bottom: 24px;
  }
}
.mainvisual-box {
  position: absolute;
  top: 166px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #0E1C43;
  width: 554px;
  height: 294px;
  z-index: 2;
  padding-right: 49px;
}
@media screen and (min-width: 1441px) {
  .mainvisual-box {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .mainvisual-box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-box {
    position: relative;
    top: 0;
    margin-top: 62px;
    left: 0;
    max-width: 333px;
    width: auto;
    height: auto;
    padding-right: 24px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.mainvisual-heading {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  padding: 38.4px 0 14px 60px;
  border-bottom: 1px #fff solid;
}
@media screen and (max-width: 767px) {
  .mainvisual-heading {
    font-size: 19px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.95px;
    padding: 16px 0 8px 24px;
  }
}
.mainvisual-text {
  color: #FFF;
  font-size: 21px;
  font-weight: 400;
  line-height: 150%;
  padding: 24px 0 24px 60px;
}
@media screen and (max-width: 767px) {
  .mainvisual-text {
    font-size: 19px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.95px;
    padding: 8px 0 16px 24px;
  }
}
.mainvisual-img {
  max-width: 1063px;
  width: 100%;
  max-height: 477px;
  height: 100%;
  position: absolute;
  top: 87px;
  right: -132px;
}
.mainvisual-img img {
  border-radius: 8px;
  max-height: 477px;
  height: 100%;
}
@media screen and (min-width: 1441px) {
  .mainvisual-img img {
    max-height: none;
    height: auto;
  }
}
@media screen and (min-width: 1441px) {
  .mainvisual-img .mainvisual-box-over {
    display: block;
    position: absolute;
    top: 17%;
    left: -500px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #0E1C43;
    width: 554px;
    height: 294px;
    z-index: 2;
    padding-right: 49px;
  }
}
@media screen and (max-width: 1440px) {
  .mainvisual-img .mainvisual-box-over {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .mainvisual-img {
    max-width: 1100px;
    max-height: none;
    right: -44vw;
    position: relative;
  }
}
@media screen and (max-width: 1300px) {
  .mainvisual-img {
    right: -270px;
  }
}
@media screen and (max-width: 1100px) {
  .mainvisual-img {
    right: -330px;
    width: auto;
  }
}
@media screen and (max-width: 930px) {
  .mainvisual-img {
    right: -400px;
  }
}
@media screen and (max-width: 850px) {
  .mainvisual-img {
    right: -470px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-img {
    min-width: 337.345px;
    max-width: 550px;
    max-height: 230px;
    padding-left: 10vw;
    width: 100%;
    height: auto;
    position: relative;
    top: 72.33px;
    right: 4px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mainvisual-img img {
    height: auto;
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    display: -ms-grid;
    display: grid;
  }
  .main .section-1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .main .section-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main .section-3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main .section-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .main .section-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .main .reception {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .main .contact {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
.section-1 {
  padding: 56px 0 80px;
  background-color: #E9EDF2;
}
.section-1 .img {
  display: block;
  max-width: 616px;
  max-height: 431px;
  margin: 32px auto 0;
}
.section-1 p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .section-1 {
    padding: 40px 0;
  }
  .section-1 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.9px;
  }
  .section-1 .img {
    width: 100%;
    max-width: none;
    max-height: none;
    margin: 27px 0 32px;
  }
}

.section-2 {
  padding: 48px 0 80px;
  background: #CAD7E6;
}
.section-2 .container {
  max-width: 1206px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .section-2 .container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-2 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
}
.section-2 .box {
  margin-top: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 1100px) {
  .section-2 .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .section-2 .box {
    margin-top: 32.5px;
    padding: 40px 16px;
  }
  .section-2 .box .col {
    width: 100%;
  }
  .section-2 .box .col .heading-s {
    color: #313C5B;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 1px;
  }
  .section-2 .box .col .heading-s-sub {
    color: #2B2B2B;
    font-size: 20px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 1px;
  }
  .section-2 .box .col p {
    color: #2B2B2B;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.9px;
  }
  .section-2 .box .col:first-child {
    border-radius: 4px;
    overflow: hidden;
  }
}
.section-2 p + p {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .section-2 p + p {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-2 {
    padding: 40px 0;
  }
}

.section-3 {
  padding: 80px 0 64px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .section-3 {
    padding: 40px 0;
  }
}
.section-3 .container {
  max-width: 720px;
}
.section-3 .table-row {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-3 .table-row {
    margin-top: 32.5px;
    margin-bottom: 32px;
  }
}
.section-3 .iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 (9 / 16 * 100 = 56.25%) */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background-color: #000;
}
.section-3 .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.section-3 .img {
  margin-top: 40px;
  border-radius: 4px;
  overflow: hidden;
}

.section-4 {
  padding: 64px 0 80px;
  background: #E9EDF2;
}
.section-4 .container {
  max-width: 1136px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .section-4 .container {
    padding: 0;
  }
}
.section-4 .container .heading-m {
  margin-bottom: 33px;
}
.section-4 .container .btn + .heading-m {
  margin-top: 72px;
}
.section-4 p + p {
  margin-top: 16px;
}
.section-4 .box-shadow {
  border-radius: 4px;
}
@media screen and (max-width: 1100px) {
  .section-4 .box-shadow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .section-4 .box-shadow {
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .section-4 {
    padding: 0 0 40px;
  }
  .section-4 .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }
  .section-4 .box-shadow {
    padding: 38px 16px 40px;
  }
  .section-4 .heading-s {
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 1px;
  }
  .section-4 .heading-s-sub {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.9px;
  }
  .section-4 .heading-s p {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.9px;
  }
  .section-4 .heading-s-sub + p {
    margin-top: 2px;
  }
  .section-4 .btn {
    margin: 32px auto 0;
  }
}

.section-5 {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .section-5 {
    padding: 40px 0;
  }
}
.section-5 .check-list {
  margin: 40px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
}
.section-5 .check-list li {
  color: #2B2B2B;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1px;
  position: relative;
}
.section-5 .check-list li::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 1px;
  border: 1px solid #9B9B9B;
}
.section-5 .check-list li::after {
  content: "";
  position: absolute;
  top: 33%;
  left: -28px;
  width: 5px;
  height: 17px;
  border: solid #E36F0F;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  display: block;
}

.reception {
  background: #243577;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .reception {
    padding: 40px 0;
  }
}
.reception .container {
  max-width: 1136px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .reception .container {
    padding: 0;
  }
}
.reception .heading-l {
  color: #fff;
}
.reception .heading-l::after {
  background: #fff;
}
.reception .heading-m {
  color: #2B2B2B;
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.4px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .reception .heading-m {
    font-size: 22px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 1.1px;
    padding-bottom: 16px;
  }
}
.reception .heading-s {
  color: #2B2B2B;
  font-size: 24px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .reception .heading-s {
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 1.1px;
    margin-bottom: 0;
  }
}
.reception-box {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(186, 183, 183, 0.12);
          box-shadow: 3px 3px 4px 0 rgba(186, 183, 183, 0.12);
  margin-top: 43px;
  padding: 56px 157px;
}
@media screen and (max-width: 767px) {
  .reception-box {
    padding: 40px 16px;
    margin-top: 32.5px;
  }
}
.reception-box .row {
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .reception-box .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reception-box .row-between {
    gap: 4px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.reception-box .list {
  padding: 32px;
  border-radius: 2px;
  border: 1px solid #2B2B2B;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .reception-box .list {
    padding: 24px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.reception-box .list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
  padding-left: 22px;
  position: relative;
}
.reception-box .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #E36F0F;
}
.reception-box .row-start .heading-s {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .reception-box .row-start .heading-s {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .reception-box .row-between + .row-between {
    gap: 0;
  }
}
.reception-box .btn {
  margin-top: 0;
  max-width: none;
  padding: 16px 56px 16px 97px;
}
.reception-box .btn span {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .reception-box .btn {
    margin-top: 15px;
    padding: 16px 23.5px 16px 64.5px;
  }
  .reception-box .btn span {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.reception-box .row + .row {
  margin-top: 40px;
}
@media screen and (max-width: 1060px) {
  .reception-box .row + .row {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media screen and (max-width: 767px) {
  .reception-box .row + .row {
    margin-top: 32px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.reception-tel {
  color: #313C5B;
  text-align: center;
  font-family: Roboto;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reception-tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 40px;
    font-family: Roboto;
    font-size: 30px;
    letter-spacing: 0.6px;
  }
}
.reception-tel::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -82px;
  width: 66.176px;
  height: 66.206px;
  background: url(/wp/wp-content/themes/asahi-yontobu/assets/img/common/tel.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .reception-tel::before {
    left: 0;
    width: 40px;
    height: 40.036px;
  }
}
.reception-time {
  color: #2B2B2B;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .reception-time {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.8px;
  }
}
.reception-name {
  color: #2B2B2B;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 767px) {
  .reception-name {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.7px;
    margin-top: 2px;
  }
}

.contact {
  padding: 80px 0 104px;
}
.contact .container {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .contact .container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 0 48px;
  }
}
.contact .container {
  max-width: 777px;
}
.contact .heading-l + p {
  margin-top: 32px;
}
.contact p {
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .contact p {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.9px;
  }
}
.contact .caution {
  font-size: 16px;
}
.contact .form-submit {
  width: 100%;
  margin: auto;
  position: relative;
}
.contact .btn {
  cursor: pointer;
  padding: 16px 56px 16px 56px;
}
@media screen and (max-width: 767px) {
  .contact .btn {
    margin-top: 32px;
  }
}
.contact-confirm .form-confirm {
  background-color: #fff;
  border-radius: 4px;
  padding: 32px 40px 56px;
  border-radius: 4px;
  border: 1px solid #46537B;
  margin-top: 32px;
}
.contact-confirm .table {
  width: 100%;
  margin-top: 0;
}
.contact-confirm .table tr {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #BAB7B7;
}
.contact-confirm .table tr + tr {
  margin-top: 32px;
}
.contact-confirm .table td.table-cell {
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.8px;
  display: block;
  color: #2B2B2B;
  padding-left: 53px;
  padding-bottom: 4px;
}
.contact-confirm .table .table-head {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
.contact-confirm .table .table-head span {
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.8px;
  text-align: left;
  display: block;
  color: #969696;
  padding-left: 53px;
}
.contact-confirm .table .table-head, .contact-confirm .table .table-cell {
  border: none;
  padding: 0;
}
.contact-confirm tr {
  position: relative;
}
.contact-confirm .form-required::after {
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-confirm .heading-l {
  line-height: 100%;
}
.contact-confirm .heading-sub {
  color: #000;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.8px;
}
.contact-confirm .btn {
  padding: 18px 56px 18px 56px;
}
.contact-confirm .back-btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.7px;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  color: #016FB4;
  background-color: initial;
  border: none;
  padding: 0 0 0 24px;
  margin: 17px auto 0;
}
.contact-confirm .back-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/wp/wp-content/themes/asahi-yontobu/assets/img/common/btn-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
}
.contact-confirm .back-btn:hover {
  color: #C73F3F;
}
.contact-confirm .disc {
  position: relative;
  margin-bottom: 58px !important;
}
.contact-confirm .disc .span-disc {
  position: absolute;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.6px;
  bottom: -23px;
  padding-left: 12px;
}
.contact-confirm .disc .span-disc::before {
  content: "*";
  position: absolute;
  color: #E94B30;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.6px;
  top: 70%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-tanks .container {
  max-width: 761px;
}
.contact-tanks .heading-l {
  margin-bottom: 41px;
}
.contact-tanks .heading-s {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  color: #000;
  padding-bottom: 16px;
  margin-top: 40px;
}
.contact-tanks .heading-s + p {
  padding-left: 20px;
}
.contact-tanks .heading-l + .heading-s {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.contact-tanks .heading-l + .heading-s + p {
  padding-left: 0;
}
.contact-tanks p + .btn {
  margin-top: 56px;
}
.contact-tanks .btn {
  border-radius: 4px;
  background: #14266A;
  padding: 18px 56px 18px 56px;
  max-width: 342px;
  width: 100%;
  margin: 48px auto 0;
  text-decoration: none;
  display: block;
  text-align: center;
}

.display-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .display-pc {
    display: none;
  }
}

.display-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .display-sp {
    display: block;
  }
}