@charset "UTF-8";
/* ===========================================================/
/  カラー定義                                                 
=============================================================*/
/* ===========================================================/
/  初期設定                                                   
=============================================================*/
html {
  height: 100%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1375px) {
  html {
    font-size: 0.6993006993vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  height: 100%;
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: normal;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body.--js-open {
  overflow: hidden;
}

.body__inner {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

img {
  display: inline-block;
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 769px) {
  .no-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1375px) {
  .no-tab {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .no-sp {
    display: none !important;
  }
}

.dib {
  display: inline-block;
}

.form-reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ===========================================================/
/  フォント                                                 
=============================================================*/
@font-face {
  font-family: "DIN";
  src: url(../fonts/DINNextLTPro-Bold.ttf);
}
.din {
  font-family: "DIN";
}

.header__contact-tel, .header__logo {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.header__contact-tel:hover, .header__logo:hover {
  opacity: 0.6;
}

/* ===========================================================/
/  ヘッダー                                                  
=============================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
}
.header__inner {
  height: 100%;
}
.header__main {
  padding: 0 1.9rem 0 2.6rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  max-width: 33.8rem;
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__contact-para {
  font-size: 2.818rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.025em;
}
.header__contact-time {
  font-size: 1.259rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.header__contact-tel {
  width: 31.5rem;
  height: 5rem;
}

.footer-nav__item-link, .footer__tel {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.footer-nav__item-link:hover, .footer__tel:hover {
  opacity: 0.6;
}

/* ===========================================================/
/  フッター                                                   
=============================================================*/
.footer {
  padding: 9.3rem 0 11.3rem;
  background: rgba(37, 47, 126, 0.2);
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 10.8rem;
    padding-bottom: 0;
  }
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__right {
  margin-top: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  width: 33.6rem;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-inline: auto;
    width: 44.8rem;
  }
}
.footer__company {
  margin-top: 3.5rem;
  font-size: 2rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .footer__company {
    margin-top: 5.5rem;
    font-size: 3rem;
    text-align: center;
  }
}
.footer__address {
  margin-top: 0.6rem;
  line-height: 1.5625;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .footer__address {
    margin-top: 3.1rem;
    font-size: 2.1rem;
    white-space: nowrap;
  }
}
.footer__contact {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    margin-top: 5.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem;
  }
}
.footer__tel, .footer__fax {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.footer__tel span, .footer__fax span {
  margin-right: 0.9rem;
  display: inline-block;
  width: 7.414rem;
  height: 2.997rem;
  line-height: 2.997rem;
  text-align: center;
  background: #252f7e;
  font-size: 2.208rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__tel span, .footer__fax span {
    margin-right: 1.5rem;
    width: 9.5rem;
    height: 3.8rem;
    line-height: 3.8rem;
    font-size: 2.8rem;
  }
}
.footer__map {
  margin-top: 4.5rem;
  margin-inline: auto;
  width: 42.3rem;
  height: 9.7rem;
  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;
  gap: 1.2rem;
  background: #252f7e;
  color: #fff;
  font-size: 2.6rem;
}
.footer__map::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.1rem;
  background: url(../img/sp/icon-external.png) no-repeat center/contain;
}
.footer__copyright {
  font-size: 2rem;
  font-weight: 500;
  text-align: right;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 8.7rem;
    margin-inline: calc(50% - 50vw);
    margin-bottom: 0;
    width: 100vw;
    background: #fff;
    height: 9rem;
    line-height: 9rem;
    text-align: center;
  }
}

/* ===========================================================/
/  フッターナビ                                                  
=============================================================*/
@media screen and (max-width: 768px) {
  .footer-nav {
    margin-top: 5.9rem;
  }
}
.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    margin-inline: auto;
    width: 80%;
    gap: 3.2rem 3.7rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-nav__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  font-size: 2.455rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer-nav__item-link {
    font-size: 3.204rem;
  }
}
.footer-nav__item:nth-of-type(1) .footer-nav__item-link i {
  width: 3.2rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .footer-nav__item:nth-of-type(1) .footer-nav__item-link i {
    width: 4.2rem;
  }
}
.footer-nav__item:nth-of-type(2) .footer-nav__item-link i {
  width: 4.1rem;
  aspect-ratio: 41/27;
}
@media screen and (max-width: 768px) {
  .footer-nav__item:nth-of-type(2) .footer-nav__item-link i {
    width: 5.3rem;
    aspect-ratio: 53/35;
  }
}
.footer-nav__item:nth-of-type(3) .footer-nav__item-link i {
  width: 2.4rem;
  aspect-ratio: 24/28;
}
@media screen and (max-width: 768px) {
  .footer-nav__item:nth-of-type(3) .footer-nav__item-link i {
    width: 3.3rem;
    aspect-ratio: 33/37;
  }
}

/* ===========================================================/
/  カラー                                                 
=============================================================*/
.blue {
  color: #252f7e;
}

.orange {
  color: #fe5f35;
}

.orange02 {
  color: #ffaf51;
}

.yellow {
  color: #ffd634;
}

/* ===========================================================/
/  共通パーツ                                                 
=============================================================*/
.inner {
  width: 95%;
  max-width: 143rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-inline: 3.7rem;
    width: 100%;
  }
}
.inner.--w1100 {
  max-width: 110rem;
}
.inner.--w1570 {
  max-width: 157rem;
}

.marker {
  padding: 0 0.3em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffaf51));
  background: linear-gradient(to bottom, transparent 50%, #ffaf51 50%);
}
.marker-blue {
  display: inline-block;
  padding: 0 0.3em;
  background: #1a3a88;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .marker-blue {
    display: inline;
    background: initial;
    padding: 0;
  }
}

.bg-gray {
  background: #e7e7e7;
}

.bg-orange {
  background: #fe5f35;
}

.sec__ttl {
  height: 26.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: url(../img/pc/reason-bg.png) no-repeat center top/cover;
  font-size: 5rem;
  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;
  border-radius: 2rem 2rem 0 0;
  text-shadow: 0 0.5rem 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec__ttl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    border-radius: 0;
    text-align: left;
    font-size: 4.259rem;
    line-height: 1.2500586992;
  }
}
.sec__ttl::after {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat center/contain;
  z-index: -1;
}
.reason .sec__ttl::after {
  width: 24.5rem;
  height: 19.4rem;
  background-image: url(../img/pc/reason-img.png);
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .reason .sec__ttl::after {
    width: 27.4rem;
    height: 21.8rem;
  }
}
.type .sec__ttl::after {
  width: 32.4rem;
  height: 14.7rem;
  background-image: url(../img/pc/type-img.png);
  top: 6.6rem;
  left: 17.1rem;
}
@media screen and (max-width: 768px) {
  .type .sec__ttl::after {
    width: 39rem;
    height: 17.7rem;
    top: 5.1rem;
    left: 4.8rem;
  }
}
.service .sec__ttl::after {
  width: 33rem;
  height: 23.2rem;
  background-image: url(../img/pc/service-img.png);
  bottom: 0;
  right: 9.5rem;
}
@media screen and (max-width: 768px) {
  .service .sec__ttl::after {
    padding-left: 7rem;
    width: 37.5rem;
    height: 26.4rem;
    right: 1.1rem;
  }
}

.sec__txt {
  background: #10224f;
  color: #fff;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .sec__txt {
    border-radius: 0;
  }
}

.btn {
  display: block;
  width: 60.7rem;
  height: 10.4rem;
  background: #6fb92c;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.5rem 0 #56911f;
          box-shadow: 0 0.5rem 0 #56911f;
  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;
  gap: 2.2rem;
  -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .btn {
    margin-inline: auto;
    border-radius: 1rem;
    -webkit-box-shadow: 0 1rem 0 #56911f;
            box-shadow: 0 1rem 0 #56911f;
  }
}
.btn.--youtube {
  background: #ff2727;
  -webkit-box-shadow: 0 0.5rem 0 #c30d0d;
          box-shadow: 0 0.5rem 0 #c30d0d;
}
@media screen and (max-width: 768px) {
  .btn.--youtube {
    -webkit-box-shadow: 0 1rem 0 #c30d0d;
            box-shadow: 0 1rem 0 #c30d0d;
  }
}
.btn.--tel {
  background: #fe5f35;
  -webkit-box-shadow: 0 0.5rem 0 #d9522e;
          box-shadow: 0 0.5rem 0 #d9522e;
}
@media screen and (max-width: 768px) {
  .btn.--tel {
    -webkit-box-shadow: 0 1rem 0 #d9522e;
            box-shadow: 0 1rem 0 #d9522e;
  }
}
.btn:hover {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  .btn:hover {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
.btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.42px 0 11.42px 20.44px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-filter: drop-shadow(0 0.5rem 0 #56911f);
          filter: drop-shadow(0 0.5rem 0 #56911f);
}
@media screen and (max-width: 768px) {
  .btn::after {
    border-width: 5.71px 0 5.71px 10.22px;
  }
}
.btn.--youtube::after {
  -webkit-filter: drop-shadow(0 0.5rem 0 #c30d0d);
          filter: drop-shadow(0 0.5rem 0 #c30d0d);
}
.btn.--tel::after {
  -webkit-filter: drop-shadow(0 0.5rem 0 #d9522e);
          filter: drop-shadow(0 0.5rem 0 #d9522e);
}
.btn-icon {
  display: inline-block;
  width: 4.6rem;
  aspect-ratio: 1/1;
}
.btn-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn.--tel .btn-icon {
  width: 6.4rem;
}
.btn-ttl {
  color: #fff;
  font-weight: bold;
  font-size: 4.331rem;
  text-shadow: 0 0.5rem 0 #56911f;
}
.btn.--youtube .btn-ttl {
  text-shadow: 0 0.5rem 0 #c30d0d;
}
.btn.--tel .btn-ttl {
  text-shadow: 0 0.5rem 0 #d9522e;
  text-align: center;
}
.btn.--tel .btn-ttl .small {
  display: block;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0;
}

/* ===========================================================/
/  フォーム                                                 
=============================================================*/
.form {
  padding: 2.7rem 3.1rem 4rem 3.3rem;
  background: #fff;
  border-radius: 0 0 1.8rem 1.8rem;
}
@media screen and (max-width: 768px) {
  .form {
    padding: 3.6rem 3.3rem 4.6rem 3.6rem;
  }
}
.form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .form__list {
    gap: 1.5rem;
  }
}
.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1rem;
}
@media screen and (max-width: 768px) {
  .form__item {
    gap: 2.2rem;
  }
}
.form__hissu {
  width: 4.75rem;
  height: 2.75rem;
  background: #252f7e;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .form__hissu {
    font-size: 2.8rem;
    width: 9.5rem;
    height: 5.5rem;
  }
}
.form__input-wrap, .form__select-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form__select-wrap {
  position: relative;
}
.form__select-wrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 4.75px 0 4.75px;
  border-color: #9f9f9f transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.form__input, .form__select {
  padding-left: 1.8rem;
  width: 100%;
  height: 4.505rem;
  background: #fff;
  border: 0.1rem solid #9f9f9f;
  border-radius: 0.8rem;
  font-size: 1.75rem;
  font-weight: normal;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .form__input, .form__select {
    height: 9.4rem;
    font-size: 3.5rem;
  }
}
.form__input::-webkit-input-placeholder {
  color: #9f9f9f;
}
.form__input::-moz-placeholder {
  color: #9f9f9f;
}
.form__input:-ms-input-placeholder {
  color: #9f9f9f;
}
.form__input::-ms-input-placeholder {
  color: #9f9f9f;
}
.form__input::placeholder {
  color: #9f9f9f;
}
.form__select {
  padding-right: 4.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e2e2e2));
  background: linear-gradient(to bottom, transparent, #e2e2e2);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 768px) {
  .form__select {
    padding-right: 6.1rem;
  }
}
.form__select:invalid {
  color: #9f9f9f;
}
.form__select option {
  color: #212121;
}
.form__select option:first-child {
  color: #9f9f9f;
}
.form__checkbox {
  display: none;
}
.form__agree {
  margin-inline: auto;
  margin-top: 1.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .form__agree {
    margin-top: 3.4rem;
  }
}
.form__agree label {
  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: 1.5rem;
  font-weight: normal;
  gap: 0.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form__agree label {
    font-size: 3rem;
    gap: 1.6rem;
  }
}
.form__agree label::before {
  content: "";
  display: block;
  width: 2.05rem;
  height: 2.05rem;
  border: 0.1rem solid #9f9f9f;
}
@media screen and (max-width: 768px) {
  .form__agree label::before {
    width: 4.1rem;
    height: 4.1rem;
  }
}
.form__agree label::after {
  content: "";
  width: 1.4rem;
  height: 1rem;
  border-left: 0.3rem solid #252f7e;
  border-bottom: 0.3rem solid #252f7e;
  position: absolute;
  top: calc(50% - 0.3rem);
  left: 0.33rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: none;
}
@media screen and (max-width: 768px) {
  .form__agree label::after {
    width: 2.8rem;
    height: 2rem;
    border-width: 0.6rem;
    left: 0.66rem;
  }
}
.form__agree input[type=checkbox]:checked ~ label::after {
  display: block;
}
.form__policy {
  margin-top: 0.8rem;
  padding: 1.2rem;
  height: 10rem;
  overflow-y: auto;
  border: 0.1rem solid #9f9f9f;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .form__policy {
    padding: 1.9rem 1.9rem 1.9rem 2.2rem;
    margin-top: 1.5rem;
    height: 19.9rem;
  }
}
.form__policy-ttl {
  text-align: center;
  font-size: 1rem;
  background: #9f9f9f;
  color: #fff;
  height: 3.1rem;
  line-height: 3.1rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .form__policy-ttl {
    height: 5.5rem;
    line-height: 5.5rem;
    font-size: 2rem;
  }
}
.form__policy-para {
  margin-top: 0.8rem;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .form__policy-para {
    margin-top: 2.6rem;
    font-size: 2rem;
  }
}
.form__submit-btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .form__submit-btn {
    margin-top: 5.4rem;
  }
}
.form__submit {
  width: 100%;
  height: 7.255rem;
  background: url(../img/pc/form-btn.png) no-repeat center bottom/contain;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 0.5rem 0 #56911f;
          box-shadow: 0 0.5rem 0 #56911f;
  -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .form__submit {
    -webkit-box-shadow: 0 1rem 0 #56911f;
            box-shadow: 0 1rem 0 #56911f;
  }
}
@media screen and (max-width: 768px) {
  .form__submit {
    height: 11.866rem;
    border-radius: 2.4rem;
  }
}
.form__submit:hover {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  .form__submit:hover {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}


/* ================================
  Footer - Company Link
================================ */

.footer__corp-link {
  margin-top: 10px;
  width: 100%;
}


.footer__corp-link-anchor {
  font-size: 2rem;
  color: #252f7e;
  text-decoration: none;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
}

.footer__corp-link-anchor::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease;
}

.footer__corp-link-anchor:hover::after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer__corp-link {
    text-align: center;
  }

.footer__corp-link-anchor {
    font-size: 3rem; /* ← SPでデカくする */
  }
}



/* ================================
   Footer - CS Banner（FINAL）
================================ */

/* ---------- 共通 ---------- */
.footer-cs-link {
  display: block;
}

.footer-cs-banner {
  display: block;
  height: auto;
}

/* ---------- SP：サイズを正しく固定 ---------- */
@media screen and (max-width: 768px) {
  .footer-cs-banner {
    width: 90%;
    max-width: 32rem;
    margin-inline: auto;
  }

  /* TikTokとバナーの間隔は「外側」で調整 */
  .footer-nav__item--cs-banner {
    margin-top: 3rem;
    text-align: center; /* 念のため */
  }
}

/* ---------- PC：位置だけ右に詰める ---------- */
@media screen and (min-width: 769px) {

  .footer-cs-link {
    margin-left: auto;      /* 右寄せ */
    margin-right: 0;
    align-self: flex-end;
    margin-top: 2rem;
    padding-right: 1.5rem; /* ← これで「もう少し右」 */
  }

  .footer-cs-banner {
    width: 30rem;           /* 今ちょうどいいサイズ */
    max-width: none;
    margin: 0;
  }




/* ================================
   Footer TEL / FAX 角丸リセット
================================ */

.footer__tel span,
.footer__fax span {
  border-radius: 0 !important;
}

