@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* footer */
/* ============================================ */
.cta-section {
  background: #152E55;
  /* 濃紺背景 */
  color: #fff;
  text-align: center;
  padding: 0px 20px 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
@media all and (max-width: 896px) {
  .cta-section {
    padding: 0 20px 60px;
  }
}
.cta-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.cta-section__inner .icon {
  width: 60px;
  height: 55px;
  margin: 0 auto;
}

.cta-section p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}

.cta-buttons {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .cta-buttons {
    gap: 10px;
  }
}

@media (max-width: 980px) {
  .cta-btn {
    min-width: 90%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cta-btn.sec {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #C50018;
  border: 1px solid #C50018;
  padding: 7px;
  position: relative;
}

.cta-btn.sec::after {
  content: "";
  background-image: url("../images/common/tel.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 600px) {
  .cta-btn.sec::after {
    width: 27px;
    height: 27px;
    left: 2%;
  }
}

.cta-btn-ttl.sec {
  font-size: 2.2rem;
  margin-right: 0;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .cta-btn-ttl.sec {
    font-size: 1.8rem;
  }
}

.cta-btn-ttl-tel {
  line-height: 1;
  font-size: 3.6rem;
  font-family: "Work Sans", sans-serif;
}
@media all and (max-width: 896px) {
  .cta-btn-ttl-tel {
    font-size: 3.4rem;
  }
}
@media all and (max-width: 600px) {
  .cta-btn-ttl-tel {
    font-size: 2.8rem;
  }
}

.cta-btn {
  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: 28px;
  font-weight: bold;
  text-decoration: none;
  padding: 23px 30px;
  width: 45%;
  position: relative;
  border-bottom: 2px solid #fff;
  background-color: #C50018;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media all and (max-width: 600px) {
  .cta-btn {
    font-size: 1.8rem;
  }
}
.cta-btn:hover {
  background-color: #fff;
  border-bottom: 2px solid #C50018;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cta-btn:hover .cta-btn-ttl {
  color: #C50018;
}
.cta-btn:hover .contact-btn {
  background-color: #C50018;
}
.cta-btn:hover .contact-btn .arrow_btn {
  background-color: #fff;
}
.cta-btn:hover .contact-btn .arrow_btn::before {
  background: #fff;
}
.cta-btn:hover .contact-btn .arrow_btn::after {
  background-color: #fff !important;
}
.cta-btn-ttl {
  margin-right: 10%;
}

.contact-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0;
  line-height: 45px;
  padding: 0;
  background: #fff;
  position: relative;
}
@media all and (max-width: 600px) {
  .contact-btn {
    width: 30px;
    height: 30px;
  }
}
.contact-btn-wrap {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 600px) {
  .contact-btn-wrap {
    width: 30px;
    height: 30px;
  }
}
.contact-btn .circle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.contact-btn .arrow_btn {
  position: relative;
  background-color: #C50018;
  height: 1px;
  width: 12px;
}
@media all and (max-width: 600px) {
  .contact-btn .arrow_btn {
    top: 0px !important;
    height: 1px;
    width: 7px;
  }
}
.contact-btn .arrow_btn::before {
  content: "";
  position: absolute;
  right: 0px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #C50018;
  -webkit-transform-origin: calc(100% - 0px) 50%;
          transform-origin: calc(100% - 0px) 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact-btn .arrow_btn::after {
  content: "";
  position: absolute;
  background-color: #C50018 !important;
  right: 0px;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #152E55;
  -webkit-transform-origin: calc(100% - 0px) 50%;
          transform-origin: calc(100% - 0px) 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.group-section {
  text-align: center;
  padding: 0 20px;
  background: #152E55;
}
.group-section__inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 80px 0 0;
}
@media all and (max-width: 896px) {
  .group-section__inner {
    padding: 60px 0;
  }
}
.group-section .eyebrow {
  letter-spacing: 2px;
  color: #cfe6ff;
  margin-bottom: 10px;
  font-weight: 600;
}
.group-section h2 {
  margin: 0 0 40px 0;
  font-family: "Yu Mincho", "Times New Roman", serif;
  font-weight: 400;
  font-size: 24px;
  color: #e7f2ff;
}
.group-section .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.group-section .logos .logo-card {
  width: 26%;
  margin-right: 1%;
  margin-bottom: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 896px) {
  .group-section .logos .logo-card {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
@media all and (max-width: 896px) {
  .group-section .logos .logo-card:nth-child(2n) {
    margin-right: 0;
  }
}
.group-section .logos .logo-card a {
  width: 100%;
  display: block;
}
.group-section .logos .logo-card img {
  width: 100%;
  height: 100%;
  display: block;
}
.group-section .logos .bottom-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin-top: 60px;
}

.footer {
  background: #152E55;
  color: #fff;
  padding: 100px 20px 80px;
  font-size: 14px;
}
@media all and (max-width: 896px) {
  .footer {
    padding: 0px 20px 120px;
  }
}
.footer__inner {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  max-width: 1520px;
  margin: 0 auto;
  padding-top: 100px;
}
@media all and (max-width: 1280px) {
  .footer__inner {
    gap: 0;
  }
}
@media all and (max-width: 1025px) {
  .footer__inner {
    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;
    text-align: center;
  }
}
@media all and (max-width: 896px) {
  .footer__inner {
    padding-top: 60px;
  }
}
.footer__left .footer__logo img {
  max-width: 280px;
  margin-bottom: 20px;
}
.footer__left .footer__address {
  margin-bottom: 20px;
  line-height: 1.6;
}
.footer__left .footer__policy {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}
.footer__left .footer__policy:hover {
  text-decoration: underline;
}
.footer__left .footer__copy {
  font-weight: bold;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 23px;
}
@media all and (max-width: 1025px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav ul {
  list-style: none;
  padding: 0;
}
.footer__nav ul.footer__nav-ul-thr {
  width: 220px;
}
@media all and (max-width: 1367px) {
  .footer__nav ul.footer__nav-ul-thr {
    width: auto;
  }
}
.footer__nav ul li {
  margin-bottom: 16px;
}
.footer__nav ul li.mb-mn {
  margin-bottom: 26px;
}
.footer__nav ul li.mn-txt-row {
  margin-bottom: 10px;
}
.footer__nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
@media all and (max-width: 1280px) {
  .footer__nav ul li a {
    font-size: 1.5rem;
  }
}
.footer__nav ul li a:hover {
  text-decoration: underline;
}
.footer__nav ul li a.mn-txt {
  font-size: 1.4rem;
  margin-bottom: 16px;
}
@media all and (max-width: 1280px) {
  .footer__nav ul li a.mn-txt {
    font-size: 1.2rem;
  }
}
.footer__pagetop {
  text-align: right;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .footer__pagetop {
    margin-top: 0;
  }
}
.footer__pagetop a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.footer__pagetop a:hover {
  text-decoration: underline;
}
.footer__pagetop .pagetop {
  cursor: pointer;
  position: fixed;
  right: 0px;
  bottom: 0;
  z-index: 600;
  background-color: #152E55;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .footer__inner {
    grid-template-columns: 1fr;
  }
  .footer__nav {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }
}