@charset "UTF-8";
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}
html {
  font-size: 62.5%;
}

input,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.flex {
  display: flex;
}

.flex--center {
  justify-content: center;
}

body {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #1e1e1e;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 751px) {
  body {
    font-size: 1.4rem;
  }
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

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

#wrapper {
  padding-top: 67px;
}
@media print, screen and (min-width: 751px) {
  #wrapper {
    padding-top: 80px;
  }
}
@media print and (max-width: 1199px), screen and (min-width: 751px) and (max-width: 1199px) {
  #wrapper {
    padding-top: 90px;
  }
}

@media print, screen and (min-width: 751px) {
  .sp_only {
    display: none !important;
  }
}
.inner-1200 {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .inner-1200 {
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 750px) {
  .pc_only {
    display: none !important;
  }
  .inner--sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1366px) {
  .desktop_hide {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .mobi_disp {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .pc_disp {
    display: none !important;
  }
}
/*-----------------------------------------
Header
-------------------------------------------*/
html.menu--show {
  height: 100vh;
  overflow: hidden;
}

#header .login-btn {
  width: 67px;
  height: 67px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0b549d;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  border-right: 1px solid #fff;
}

#header .login-btn img {
  margin-bottom: 5px;
  width: min(100%, 25px);
}

@media print, screen and (min-width: 751px) {
  #header .login-btn {
    display: none;
  }
}
#header {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
}
@media screen and (max-width: 1023px) {
  #header {
    box-shadow: none;
  }
}
#header .header__inner {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #header .header__inner {
    display: flex;
  }
}
@media print, screen and (min-width: 751px) {
  #header .header__inner {
    display: flex;
  }
}
@media print and (max-width: 1340px), screen and (min-width: 751px) and (min-width: 751px) and (max-width: 1340px) {
  #header .header__inner {
    padding-left: 20px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (min-width: 751px) and (max-width: 1279px) {
  #header .header__inner {
    padding-right: 10.9375vw;
  }
}
@media print and (max-width: 1199px), screen and (min-width: 751px) and (min-width: 751px) and (max-width: 1199px) {
  #header .header__inner {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 1375px) {
  #header .header__inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  #header .header__inner {
    padding-left: 0;
  }
}
#header .header__contents {
  width: calc(100% - 67px);
}
@media only screen and (max-width: 750px) {
  #header .header__contents {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
  }
}
@media print, screen and (min-width: 751px) {
  #header .header__contents {
    width: 100%;
    padding-top: 8px;
  }
}
@media print, screen and (min-width: 751px) {
  #header .contact-nav {
    display: flex;
    display: -webkit-flex;
    width: 75.8620689655%;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  #header .contact-nav {
    display: none;
  }
}
@media print and (max-width: 1340px), screen and (min-width: 751px) and (max-width: 1340px) {
  #header .contact-nav {
    width: 66.40625vw;
  }
}
@media print, screen and (min-width: 751px) {
  #header .contact-nav .contact-nav__block {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  #header .contact-nav .contact-nav__block .apply-btn {
    margin-left: auto;
  }
}
@media print and (max-width: 1199px), screen and (min-width: 751px) and (max-width: 1199px) {
  #header .contact-nav .contact-nav__block .apply-btn {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 751px) {
  #header .contact-nav .contact-nav__block:first-child {
    width: 44.3037974684%;
    border-right: solid 1px #d6d6d6;
    padding-right: 2.5316455696%;
  }
}
@media print and (max-width: 1199px), screen and (min-width: 751px) and (max-width: 1199px) {
  #header .contact-nav .contact-nav__block:first-child {
    width: 230px;
  }
}
@media print, screen and (min-width: 751px) {
  #header .contact-nav .contact-nav__block:last-child {
    width: 55.6962025316%;
    padding-left: 2.5316455696%;
  }
}
@media print and (max-width: 1199px), screen and (min-width: 751px) and (max-width: 1199px) {
  #header .contact-nav .contact-nav__block:last-child {
    width: 400px;
  }
}
@media print, screen and (min-width: 751px) {
  #header .contact-nav .contact-nav__block__pic {
    margin-right: 15px;
  }
}
@media print and (max-width: 1199px), screen and (min-width: 751px) and (max-width: 1199px) {
  #header .contact-nav .contact-nav__block__pic {
    text-align: center;
    margin-right: 8px;
  }
}
@media print, screen and (min-width: 751px) {
  #header .contact-nav .contact-nav__block__pic .tb-txt {
    display: block;
    text-align: center;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
  }
}
@media print and (max-width: 1199px), screen and (min-width: 751px) and (max-width: 1199px) {
  #header .contact-nav .contact-nav__block__pic .tb-txt {
    font-size: 1rem;
    margin-top: 4px;
  }
}
@media print, screen and (min-width: 751px) and (min-width: 1200px) {
  #header .contact-nav .contact-nav__block__pic .tb-txt {
    display: none !important;
  }
}
#header .contact-nav .contact-nav__block__txt {
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
@media (max-width: 1199px) {
  #header .contact-nav .contact-nav__block__txt {
    display: none;
  }
}
#header .contact-nav .contact-nav__block__txt small {
  font-size: 1.5rem;
  color: #000055;
  display: inline-block;
  margin-bottom: 4px;
}
#header .header__nav .nav__tell {
  text-align: center;
}
#header .header__nav .contact-btn {
  width: 70px;
  height: 36px;
  border-radius: 29px;
  border: solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media (max-width: 750px) {
  #header .header__nav .contact-btn {
    background: white;
  }
}
#header .header__nav .apply-btn {
  width: 70px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-weight: bold;
  position: relative;
}
#header .header__nav .apply-btn:hover {
  color: #00549d;
}
#header .header__nav .apply-btn:hover:before {
  opacity: 0;
}
#header .header__nav .apply-btn:before {
  z-index: -1;
  content: "";
  background: linear-gradient(to left, #0b549d 0%, #1facdb 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 29px;
}
#header .header__nav .apply-btn:after {
  z-index: -2;
  content: "";
  border-radius: 29px;
  border: solid 3px #0b549d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: white;
}
@media print, screen and (min-width: 751px) {
  #header .header__nav .apply-btn {
    width: 140px;
    height: 45px;
    border-radius: 29px;
    font-size: 1.5rem;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  #header .header__nav .apply-btn {
    width: 10.9375vw;
    height: 3.515625vw;
    border-radius: 2.265625vw;
  }
}
@media all and (-ms-high-contrast: none) {
  #header .header__nav *::-ms-backdrop,
  #header .header__nav .apply-btn {
    /* IE11 にのみ適用される */
    padding-top: 5px;
  }
}

.overlay {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  display: none;
}

body.menu-open {
  overflow: hidden;
}

.global-menu {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  background: #dfe8ef;
  display: none;
  height: 100vh;
}
@media only screen and (max-width: 750px) {
  .global-menu {
    height: calc(var(--vh) * 100);
  }
  .global-menu .global-nav {
    display: flex;
    flex-direction: column;
  }
}
.global-menu .menu-btn {
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  padding-top: 33px;
  width: 80px;
  height: 80px;
  border-radius: 0 0 20px 20px;
  background: #404040;
  color: #fff;
  position: relative;
}
.global-menu .menu-btn::before, .global-menu .menu-btn::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  width: 4px;
  height: 32px;
  border-radius: 10px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.global-menu .menu-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 750px) {
  .global-menu .menu-btn {
    background: none;
    width: 67px;
    height: 59px;
    color: #1e1e1e;
    font-size: 1.2rem;
    padding-top: 24px;
  }
  .global-menu .menu-btn::before, .global-menu .menu-btn::after {
    background: #1e1e1e;
    height: 23px;
    width: 3px;
    top: 20px;
  }
}
.global-menu .global-nav {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav {
    position: relative;
    width: 90%;
  }
}
@media screen and (min-width: 751px) and (min-width: 1200px) and (max-width: 1340px) {
  .global-menu .global-nav {
    width: calc(100% - 40px);
  }
}
.global-menu .global-nav__inner {
  max-height: 100vh;
}
.global-menu .global-nav__content {
  display: flex;
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 120px;
}
.global-menu .global-nav__content-sub {
  width: 100%;
  max-width: 278px;
  height: 100%;
  background: #fff;
  padding: 24px;
  border-radius: 15px;
}
.global-menu .global-nav__content-main {
  width: 100%;
  max-width: 820px;
  height: 75vh;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
}
.global-menu .global-nav__content-scroll {
  height: 100%;
  overflow-y: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.global-menu .global-nav__content-wrapper {
  width: 50%;
  max-width: 350px;
}
@media screen and (max-width: 750px) {
  .global-menu .global-nav__content {
    flex-direction: column;
    padding-top: 59px;
    width: calc(100% - 40px);
  }
  .global-menu .global-nav__content-sub {
    max-width: 100%;
    padding: 0;
    background: none;
  }
  .global-menu .global-nav__content-main {
    border-radius: 10px;
    padding: 0;
  }
  .global-menu .global-nav__content-scroll {
    flex-direction: column;
    gap: 0;
    justify-content: normal;
  }
  .global-menu .global-nav__content-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.global-menu .global-nav__ttl {
  font-size: 2rem;
  color: #1e1e1e;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 3px #404040;
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav__ttl.new {
    color: #ce0023;
    border-color: #ce0023;
  }
  .global-menu .global-nav__ttl.addition {
    color: #3599be;
    border-color: #3599be;
  }
  .global-menu .global-nav__ttl.only {
    border: none;
    padding-bottom: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 750px) {
  .global-menu .global-nav__ttl {
    color: #1e1e1e;
    font-size: 1.6rem;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: solid 1px #dfe8ef;
  }
  .global-menu .global-nav__ttl.new, .global-menu .global-nav__ttl.addition {
    font-size: 1.5rem;
    margin-bottom: 8px;
    border: none;
  }
}
.global-menu .global-nav__link-sub {
  margin-bottom: 24px;
}
.global-menu .global-nav__link-sub:last-child {
  margin-bottom: 0;
}
.global-menu .global-nav__link-sub li:not(:last-child) {
  margin-bottom: 16px;
}
.global-menu .global-nav__link-sub a {
  font-size: 1.6rem;
  color: #1e1e1e;
  transition: 0.3s;
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav__link-sub a:hover {
    color: #ce0023;
  }
}
@media screen and (max-width: 750px) {
  .global-menu .global-nav__link-sub.login {
    display: none;
  }
  .global-menu .global-nav__link-sub.new, .global-menu .global-nav__link-sub.addition {
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .global-menu .global-nav__link-sub li:not(:last-child) {
    margin-bottom: 0;
  }
  .global-menu .global-nav__link-sub a {
    font-size: 1.2rem;
    color: #fff;
    background: #ce0023;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    text-align: center;
    height: 40px;
    flex-wrap: wrap;
  }
  .global-menu .global-nav__link-sub a.factoring {
    padding-top: 8px;
  }
  .global-menu .global-nav__link-sub a.factoring span {
    padding-bottom: 11px;
  }
  .global-menu .global-nav__link-sub a span {
    font-size: 1.1rem;
    font-family: "ヒラギノ角ゴ W4 JIS2004";
    font-weight: normal;
  }
  .global-menu .global-nav__link-sub.addition {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }
  .global-menu .global-nav__link-sub.addition a {
    background: #3599be;
  }
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav .global-nav__content .nav-block:not(:last-child) {
    margin-bottom: 32px;
  }
  .global-menu .global-nav .global-nav__content .nav-block a {
    transition: 0.3s ease;
  }
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav .global-nav__content .nav-block.have-child .nav-block__ttl {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 3px #d9e3eb;
  }
}
.global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a:hover {
  opacity: 1;
  color: #ce0023;
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a {
    width: 100%;
    display: flex;
  }
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a:before {
    content: "";
    display: block;
    background: #ce0023 url(../img/common/menu-link.svg) no-repeat left 55% center;
    background-size: 8px;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    border-radius: 100%;
    transition: 0.3s ease;
    flex-shrink: 0;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (min-width: 751px) and (max-width: 1279px) {
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a:before {
    width: 1.71875vw;
    height: 1.71875vw;
    background-size: 0.625vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (min-width: 751px) and (max-width: 1023px) {
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a:before {
    width: 1.8vw;
    height: 1.8vw;
  }
}
.global-menu .global-nav .global-nav__content .nav-block .link-list {
  font-size: 1.5rem;
  padding-left: 2em;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
.global-menu .global-nav .global-nav__content .nav-block .link-list li:not(:last-child) {
  margin-bottom: 16px;
}
.global-menu .global-nav .global-nav__content .nav-block .link-list a:hover {
  opacity: 1;
  color: #ce0023;
}
@media screen and (max-width: 750px) {
  .global-menu .global-nav .global-nav__content .nav-block .link-list {
    padding-left: 32px;
    display: none;
    font-family: "ヒラギノ角ゴ W4 JIS2004";
    font-weight: normal;
    font-size: 1.4rem;
  }
  .global-menu .global-nav .global-nav__content .nav-block .link-list li:not(:last-child) {
    margin-bottom: 0;
  }
  .global-menu .global-nav .global-nav__content .nav-block .link-list a {
    padding: 16px 0;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .global-menu .global-nav .global-nav__content .nav-block .link-list a:after {
    content: "";
    display: block;
    background: url(../img/common/ico-chevron_02.svg) no-repeat center center;
    background-size: contain;
    width: 6px;
    height: 12px;
  }
}
@media screen and (max-width: 750px) {
  .global-menu .global-nav .global-nav__content .nav-block:not(.have-child) a {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .global-menu .global-nav .global-nav__content .nav-block:not(.have-child) a:after {
    content: "";
    display: block;
    background: url(../img/common/ico-chevron_02.svg) no-repeat center center;
    background-size: contain;
    width: 6px;
    height: 12px;
  }
  .global-menu .global-nav .global-nav__content .have-child {
    border-bottom: solid 1px #dfe8ef;
  }
  .global-menu .global-nav .global-nav__content .have-child .nav-block__ttl {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 14px;
    border-bottom: none;
  }
  .global-menu .global-nav .global-nav__content .have-child .link-list--show:after {
    content: "";
    display: block;
    background: url(../img/common/ico-plus_01.svg) no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 14px;
  }
  .global-menu .global-nav .global-nav__content .have-child .link-list--show.on:after {
    background: url(../img/common/ico-minus_01.svg) no-repeat center center;
    background-size: contain;
  }
}
.global-menu .global-nav__bottom {
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 28px;
  padding: 24px 0 0;
  height: 80px;
}
.global-menu .bottom_bnr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #00549d;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  padding: 10px 8px;
}
@media print, screen and (min-width: 751px) {
  .global-menu .bottom_bnr {
    position: fixed;
    padding: 16px 0;
  }
}
.global-menu .global-nav__top {
  position: absolute;
  top: 0;
  right: 0;
}
.global-menu .apply-btn {
  width: calc(50% - 2px);
  height: 47px;
  background: #fff;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .global-menu .apply-btn {
    border: solid 3px #00549d;
    text-align: center;
  }
}
@media print, screen and (min-width: 751px) {
  .global-menu .apply-btn {
    width: 354px;
    height: 48px;
    font-size: 1.9rem;
    border-radius: 90px;
    transition: transform 0.3s ease;
    margin: 0 20px;
    color: #00549d;
  }
  .global-menu .apply-btn img {
    margin-right: 18px;
  }
}

@media print and (-ms-high-contrast: none), screen and (min-width: 751px) and (min-height: 780px) and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .global-menu .global-nav__inner {
    /* IE11 にのみ適用される */
    overflow-y: hidden;
  }
}
/* sp contact menu */
#contact-menu .global-nav {
  padding-top: 36px;
}
#contact-menu .nav__ttl {
  text-align: center;
  color: white;
  margin-bottom: 40px;
  font-size: 6.4vw;
}
#contact-menu .btn-list li:not(:last-child) {
  margin-bottom: 28px;
}
#contact-menu .btn-list .contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 128px;
  background: white;
  border-radius: 15px;
  font-size: 4.2666666667vw;
  text-align: center;
}
#contact-menu .btn-list .contact-btn small {
  font-size: 1.5rem;
  display: inline-block;
  margin-top: 1em;
}
#contact-menu .btn-list .contact-btn.txt--long {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}
#contact-menu .global-nav__bottom {
  margin-top: 60px;
}

/*-----------------------------------------
FooterAccordion
-------------------------------------------*/
.AG_list {
  border: solid 2px #dfe8ef;
  margin-bottom: 40px;
}
.AG_list_title {
  font-size: 1.6rem;
  background: #f0f4f7;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  position: relative;
  cursor: pointer;
}
.AG_list_title::after {
  content: "";
  width: 17px;
  height: 11px;
  background: url(../img/common/ico-chevron_02-down.svg) no-repeat;
  transition: transform 0.3s ease;
  margin-left: 8px;
}
.AG_list_title.active::after {
  transform: rotate(-180deg);
}
.AG_list_contents {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  transition: max-height 0.4s ease, padding-top 0.3s ease;
}
.AG_list_contents__inner {
  padding: 24px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 40px;
}
.AG_list_contents__inner li {
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-weight: normal;
  font-size: 1.2rem;
  transition: 0.3s;
}
@media print, screen and (min-width: 751px) {
  .AG_list_contents__inner li:hover {
    color: #ce0023;
  }
}
@media screen and (max-width: 750px) {
  .AG_list {
    margin-bottom: 32px;
  }
  .AG_list_contents__inner {
    grid-template-columns: 1fr;
  }
}

/*-----------------------------------------
Footer
-------------------------------------------*/
#footer .badge-container {
  display: none;
}
#footer .badge-container .badge-centering {
  display: flex;
  justify-content: center;
}
#footer .badge-container .badge-flex {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .badge-container .badge-flex img {
  width: 80px;
  margin-right: 16px;
}
#footer .badge-container .badge-flex p {
  flex: 1;
}
#footer .badge-container .badge-flex a {
  text-decoration: underline;
}
#footer .badge-display {
  display: block;
}
#footer .footer__bottom__bnr {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 32px;
}
#footer .footer__bottom__bnr li {
  max-width: 234px;
}
@media print, screen and (min-width: 751px) {
  #footer .footer__bottom__bnr li a {
    transition: 0.3s;
  }
  #footer .footer__bottom__bnr li a:hover {
    opacity: 0.7;
  }
}
#footer .footer__bottom__copy {
  background: #404040;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-weight: normal;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  #footer .footer__bottom__bnr {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: calc(100% - 40px);
    margin: 0 auto 24px;
  }
  #footer .footer__bottom__copy {
    height: auto;
    padding: 10px 40px;
    text-align: center;
    line-height: 150%;
  }
}

.banner__link {
  display: none;
}
@media (max-width: 750px) {
  .banner__link {
    display: block;
    position: fixed;
    bottom: 32px;
    right: 0;
    width: 132px;
  }
}

/*-----------------------------------------
Page 共通
-------------------------------------------*/
.page {
  padding-top: 40px;
}
@media print, screen and (min-width: 751px) {
  .page {
    padding-top: 75px;
  }
}
.page .page__ttl {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 4.2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 751px) {
  .page .page__ttl {
    font-size: 4.8rem;
    line-height: 1.4;
  }
}
.page .page__ttl:after {
  content: "";
  display: block;
  width: 140px;
  border-bottom: solid 8px;
  border-radius: 30px;
  margin: auto;
  margin-top: 16px;
}
@media print, screen and (min-width: 751px) {
  .page .page__ttl:after {
    width: 160px;
    margin-top: 20px;
  }
}
.page .page__h2 {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 2.6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 751px) {
  .page .page__h2 {
    font-size: 4rem;
    margin-bottom: 56px;
  }
}
.page .page__h2:after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: solid 8px #4dc7c2;
  border-radius: 30px;
  margin: auto;
  margin-top: 17px;
}
@media print, screen and (min-width: 751px) {
  .page .page__h2:after {
    width: 120px;
    margin-top: 22px;
  }
}
.page .page__h3 {
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .page .page__h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.page .page__h3:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #4dc7c2 0%, #00a7c6 100%);
  margin-right: 16px;
}
@media only screen and (max-width: 750px) {
  .page .page__h3:before {
    height: 12px;
    width: 12px;
    margin-right: 8px;
    margin-bottom: 2px;
  }
}
.page .txt-link {
  text-decoration: none;
  display: inline-block;
  border-bottom: solid 1px #000;
  line-height: calc(1em + 10px);
  transition: 0.3s;
}
@media only screen and (max-width: 750px) {
  .page .txt-link {
    line-height: calc(1em + 6px);
  }
}
.page .txt-link:hover {
  opacity: 0.7;
}

.btn-lrg {
  width: 384px;
  max-width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  cursor: pointer;
  margin: 0 auto;
  border: 0;
  transition: 0.3s ease;
  font-size: 1.9rem;
  position: relative;
}
.btn-lrg span {
  z-index: 2;
}
.btn-lrg:hover:before {
  opacity: 0;
}
.btn-lrg:before {
  content: "";
  display: block;
  z-index: 1;
  background: linear-gradient(to left, #0b549d 0%, #1facdb 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 30px;
}
.btn-lrg:after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: solid 4px;
  box-sizing: border-box;
  border-radius: 30px;
}
@media only screen and (max-width: 750px) {
  .btn-lrg {
    width: 336px;
    height: 44px;
    font-size: 1.6rem;
  }
}

.btn-lrg-sub1,
.btn-small-sub1 {
  max-width: 100%;
  min-height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #00549d;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  cursor: pointer;
  margin: 0 auto;
  transition: 0.3s ease;
  font-size: 2.2rem;
  position: relative;
  background: #fff;
  border: solid 3px #00549d;
  border-radius: 92px;
  line-height: 1.2;
  padding: 17px 25px;
}
@media (hover: hover) {
  .btn-lrg-sub1:hover,
  .btn-small-sub1:hover {
    color: #afc1ce;
  }
}
@media only screen and (max-width: 750px) {
  .btn-lrg-sub1,
  .btn-small-sub1 {
    min-height: 57px;
    font-size: 1.6rem;
    padding: 0;
  }
}

.btn-small-sub1 {
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .btn-small-sub1 {
    width: 182px;
  }
}

.btn-lrg-sub1 {
  width: 384px;
}
@media only screen and (max-width: 750px) {
  .btn-lrg-sub1 {
    width: 336px;
  }
}

button.btn-lrg {
  background: none;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .btn-lrg {
    /* IE11 にのみ適用される */
    padding-top: 10px;
  }
}
.btn-lrg-style2 {
  width: 384px;
  max-width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: white;
  cursor: pointer;
  margin: 0 auto;
  border: 0;
  transition: 0.3s ease;
  transition-property: background, transform;
  transform-origin: 50% 50%;
  font-size: 1.9rem;
  position: relative;
}
.btn-lrg-style2 span {
  z-index: 2;
}
.btn-lrg-style2:hover {
  color: #de4040;
}
.btn-lrg-style2:hover:before {
  opacity: 0;
}
.btn-lrg-style2:before {
  content: "";
  display: block;
  z-index: 1;
  background: linear-gradient(to left, #0b549d 0%, #1facdb 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 30px;
}
.btn-lrg-style2:after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: solid 4px #de4040;
  box-sizing: border-box;
  border-radius: 30px;
}
@media only screen and (max-width: 750px) {
  .btn-lrg-style2 {
    width: 336px;
    height: 44px;
    font-size: 1.6rem;
  }
}

.pankuzu-container {
  background: #f5f5f5;
  border-top: solid 1px #dfe8ef;
  padding: 22px;
  margin-top: 40px;
}
@media print, screen and (min-width: 751px) {
  .pankuzu-container {
    margin-top: 160px;
  }
}
@media only screen and (max-width: 750px) {
  .pankuzu-container {
    padding: 14px 20px;
  }
}
.pankuzu-container ul {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .pankuzu-container ul {
    width: 90%;
  }
}
@media only screen and (max-width: 750px) {
  .pankuzu-container ul {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.pankuzu-container ul li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.pankuzu-container ul li a img {
  padding-top: 4px;
  margin-top: 4px;
}
.pankuzu-container ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url("../img/common/ico-pankuzu-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 12px;
}
@media only screen and (max-width: 750px) {
  .pankuzu-container ul li:not(:last-child):after {
    margin: 0 6px;
    width: 9px;
    height: 12px;
  }
}

.page-ttl-container {
  background: rgb(165, 212, 227);
  background: linear-gradient(135deg, rgba(165, 212, 227, 0.2973564426) 0%, rgba(26, 127, 214, 0.300157563) 100%);
  min-height: 280px;
  position: relative;
  padding-top: 122px;
  margin-bottom: 80px;
  padding-bottom: 60px;
}
@media (max-width: 750px) {
  .page-ttl-container {
    margin-bottom: 40px;
    padding-top: 80px;
    min-height: 174px;
    padding-bottom: 48px;
  }
}
.page-ttl-container:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: url(../img/top/kv-bg.webp) repeat-x center bottom;
  background-size: auto 100%;
}
@media (max-width: 750px) {
  .page-ttl-container:before {
    height: 48px;
  }
}
.page-ttl-container .page-ttl {
  color: #00549d;
  font-size: 3.6rem;
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  position: relative;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  .page-ttl-container .page-ttl {
    font-size: 3.2rem;
  }
}
.page-ttl-container .page-ttl:after {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 120px;
  height: 6px;
  border-radius: 3px;
  background: rgb(0, 84, 157);
  background: linear-gradient(270deg, rgb(0, 84, 157) 0%, rgb(31, 172, 219) 100%);
}
@media (max-width: 750px) {
  .page-ttl-container .page-ttl:after {
    width: 90px;
  }
}

/*-----------------------------------------
Form Base 共通
-------------------------------------------*/
.form-base {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  word-break: break-all;
}
.form-base .flex-left {
  flex: 0 0 50%;
  width: 50%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .form-base .flex-left {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 12px;
  }
}
.form-base .flex-right {
  flex: 0 0 40%;
  width: 40%;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .form-base .flex-right {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 40px;
  }
}
.form-base .flex-wide {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .form-base .flex-wide {
    margin-bottom: 40px;
  }
}
.form-base .flex-wide:last-child {
  margin-bottom: 0;
}
.form-base label,
.form-base .prompt-txt {
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 1.9rem;
}
@media only screen and (max-width: 750px) {
  .form-base label,
  .form-base .prompt-txt {
    font-size: 1.6rem;
  }
}
.form-base .radio-container {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-base .radio-container:last-child {
  margin-right: none;
}
.form-base .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-base .custom-radio {
  position: absolute;
  top: 4px;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #00549d;
}
@media only screen and (max-width: 750px) {
  .form-base .custom-radio {
    top: 2px;
  }
}
.form-base .custom-radio:after {
  content: "";
  position: absolute;
  transform: scale(0);
}
.form-base .radio-container input:checked ~ .custom-radio:after {
  display: block;
  transform: scale(1);
}
.form-base .radio-container .custom-radio:after {
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00549d;
  transition: 0.2s;
  transform-origin: 50% 50%;
}
.form-base input[type=text],
.form-base input[type=tel],
.form-base input[type=email] {
  height: 48px;
  padding-left: 16px;
  border-radius: 8px;
  border: solid 1px #bdbebf;
  font-size: 1.9rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
@media only screen and (max-width: 750px) {
  .form-base input[type=text],
  .form-base input[type=tel],
  .form-base input[type=email] {
    font-size: 1.6rem;
    width: 100%;
  }
}
.form-base input[type=text]:focus,
.form-base input[type=tel]:focus,
.form-base input[type=email]:focus {
  outline: none;
  border: solid 2px #00549d;
}
.form-base select {
  display: block;
  height: 48px;
  padding-left: 16px;
  border-radius: 8px;
  border: solid 1px #bdbebf;
  font-size: 1.9rem;
  background-color: white;
  background-image: url("../img/common/ico-blue-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 18px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 750px) {
  .form-base select {
    font-size: 1.6rem;
    width: 100%;
  }
}
.form-base select:focus {
  outline: none;
}
.form-base .input__row--birthday select {
  background-color: #f0f4f7;
}
@media (max-width: 750px) {
  .form-base .input__row--birthday select {
    padding-left: 8px;
    background-position: right 8px center;
    background-size: 10px;
  }
}
.form-base #user_birthday_year {
  margin-right: 0.5em;
}
@media (max-width: 750px) {
  .form-base #user_birthday_year {
    width: 160px;
  }
}
.form-base .birthM,
.form-base .birthD {
  width: 6rem;
  margin-left: 4px;
  margin-right: 4px;
}
@media print, screen and (min-width: 751px) {
  .form-base .birthM,
  .form-base .birthD {
    margin-left: 0.5em;
    margin-right: 0.5em;
    width: 9rem;
  }
}
.form-base select:invalid {
  color: #707070;
}
.form-base select::-ms-expand {
  display: none;
}
.form-base ::placeholder {
  color: #707070;
}
.form-base textarea {
  border-radius: 8px;
  border: solid 1px #bdbebf;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 19px;
  height: 180px;
  width: 510px;
  max-width: 100%;
  padding: 8px 16px;
}
.form-base textarea:focus {
  outline: none;
  border: solid 2px #00549d;
}
.form-base .s-hidden {
  visibility: hidden;
}
.form-base .custom-select-wrap {
  cursor: pointer;
  display: inline-block;
  position: relative;
  max-width: 100%;
  width: 100%;
}
.form-base .styledSelect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.9rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #707070;
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
  background-color: white;
  background-image: url("../img/common/ico-blue-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 18px center;
  border-radius: 8px;
  border: solid 1px #bdbebf;
}
.form-base .styledSelect:active,
.form-base .styledSelect.active {
  border: solid 1px #00549d;
}
.form-base .styledSelect.selected {
  color: #000;
}
.form-base .options {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  background-color: white;
  border-radius: 8px;
  border: solid 1px #00549d;
}
.form-base .options li {
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
}
.form-base .options li:first-child {
  border-radius: 8px 8px 0 0;
  color: #707070;
}
.form-base .options li:last-child {
  border-radius: 0 0 8px 8px;
}
.form-base .options li:hover {
  background-color: #f0f4f7;
}

@media print, screen and (min-width: 1200px) {
  #header .contact-nav .contact-nav__block__txt {
    display: flex;
  }
  #header .contact-nav .contact-nav__block__txt.Hmembership {
    display: flex;
    flex-wrap: wrap;
  }
  #header .contact-nav .contact-nav__block__txt a.apply-btn-primal {
    width: 140px;
    height: 36px;
    display: flex;
    justify-content: center;
    /*  align-items: center;*/
    color: white;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
    font-weight: bold;
    position: relative;
    transition: transform 0.3s ease;
    flex-direction: column;
    text-align: center;
  }
  #header .contact-nav .contact-nav__block__txt a.apply-btn-primal:hover {
    color: #f26d27;
  }
  #header .contact-nav .contact-nav__block__txt a.apply-btn-primal:hover:before {
    opacity: 0;
  }
  #header .contact-nav .contact-nav__block__txt a.apply-btn-primal:before {
    z-index: -1;
    content: "";
    background: linear-gradient(to left, #c2182d 0%, #f26d27 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 29px;
  }
  #header .contact-nav .contact-nav__block__txt a.apply-btn-primal:after {
    z-index: -2;
    content: "";
    border-radius: 29px;
    border: solid 4px #f26d27;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: white;
  }
  #header .contact-nav .contact-nav__block__txt a.apply-btn-primal span {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 751px) {
  #header .contact-nav .contact-nav__block__txt a.apply-btn-primal {
    width: 140px;
    height: 45px;
    border-radius: 29px;
    font-size: 1.5rem;
  }
}
/*書き換える*/
#header .contact-nav .contact-nav__block__txt {
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}

@media print and (max-width: 1199px), screen and (min-width: 751px) and (max-width: 1199px) {
  #header #HmemberNone {
    width: 600px;
  }
  #header .contact-nav .contact-nav__block:last-child {
    width: 400px;
    justify-content: space-between;
  }
  #header #HmemberNone .contact-nav__block:last-child {
    width: 240px;
  }
  #header .contact-nav .contact-nav__block:first-child {
    width: 240px;
  }
  #header .contact-nav .contact-nav__block__pic .tb-txt {
    font-size: 1.2rem;
    color: #000055;
  }
}
/*付け足す*/
@media print, screen and (min-width: 1200px) {
  #header .contact-nav .contact-nav__block:last-child {
    width: 282px;
    padding-left: 0;
  }
  #header .contact-nav {
    width: 900px;
  }
  #header .contact-nav .contact-nav__block {
    justify-content: space-between;
  }
  #header .contact-nav .contact-nav__block:first-child {
    width: 370px;
    padding-right: 20px;
    padding-left: 80px;
  }
  #header .contact-nav .contact-nav__block:first-child .contact-nav__block__txt small {
    display: flex;
    align-items: center;
    margin-right: 15px;
  }
  #header .contact-nav .contact-nav__block:last-child {
    width: 440px;
  }
  #header .contact-nav .contact-nav__block__txt.Hmembership {
    display: flex;
    flex-direction: column;
  }
  #header #HmemberNone {
    width: 800px;
  }
  #header #HmemberNone .contact-nav__block:last-child {
    width: 300px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1199px) {
  #HmemberNone {
    background: #9b1719;
  }
  #header #HmemberNone.contact-nav .contact-nav__block:last-child {
    width: 250px;
    background: #9b1719;
  }
}
@media print, screen and (max-width: 1199px) {
  #header .contact-nav .contact-nav__block,
  #header .contact-nav .contact-nav__block__txt a.apply-btn-primal {
    display: none;
  }
}
/*22/02/25 add-morimoto*/
#main .btn-lrg-sub2,
#main .btn-small-sub2 {
  min-height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #00549d;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 2.2rem;
  position: relative;
  background: #fff;
  border: solid 3px #cdd6dd;
  border-radius: 92px;
  line-height: 1.2;
  padding: 17px 25px;
  text-decoration: none;
}

@media (hover: hover) {
  .btn-lrg-sub2:hover,
  .btn-small-sub2:hover {
    color: #afc1ce;
  }
}
@media only screen and (max-width: 750px) {
  .btn-lrg-sub2,
  .btn-small-sub2 {
    min-height: 57px;
    font-size: 1.6rem;
    padding: 0;
  }
}
.btn-small-sub2 {
  width: 100%;
}

@media print, screen and (min-width: 751px) {
  .btn-small-sub2 {
    width: 182px;
  }
}
.btn-lrg-sub2 {
  width: 300px;
}

@media only screen and (max-width: 750px) {
  .btn-lrg-sub2 {
    width: 178px;
    margin: 0 auto;
  }
}
.rightLink {
  text-align: right;
}

.rightLink {
  width: 100%;
}

.rightLink a {
  position: relative;
}

.rightLink a:before {
  content: "";
  display: block;
  background: #00549d url(../img/common/menu-link.svg) no-repeat left 55% center;
  background-size: 8px;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  border-radius: 100%;
  transition: 0.3s ease;
  position: absolute;
  top: 0;
  left: -30px;
}

@media only screen and (max-width: 750px) {
  #renew .sp {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .logo-top {
    width: 207px;
    height: 45px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1199px) {
  .logo-top {
    width: 250px;
    height: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .logo-top {
    width: 250px;
    height: auto;
  }
}
.l-footer {
  padding-top: 48px;
  background: #fff;
}
.l-footer__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.l-footer__info li {
  width: 50%;
}
.l-footer__info li .txt {
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-weight: normal;
}
.l-footer__info-left {
  padding-right: 32px;
  border-right: solid 2px #dfe8ef;
  font-size: 1.4rem;
  line-height: 171.4%;
  letter-spacing: 0.07rem;
}
.l-footer__info-right {
  padding-left: 32px;
  font-size: 1.2rem;
  line-height: 166.6%;
  letter-spacing: 0.06rem;
}
.l-footer__info__wrapper {
  margin-top: 24px;
  border: solid 2px #dfe8ef;
  padding: 24px;
}
@media screen and (max-width: 750px) {
  .l-footer {
    padding-top: 0;
  }
  .l-footer__info {
    flex-direction: column;
  }
  .l-footer__info li {
    width: 100%;
  }
  .l-footer__info-left {
    font-size: 1.2rem;
    padding-right: 0;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-right: none;
    border-bottom: solid 1px #dfe8ef;
  }
  .l-footer__info-right {
    padding-left: 0;
  }
  .l-footer__info__wrapper {
    padding: 16px;
  }
}

.footer__inner_list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  width: calc(100% - 80px);
  max-width: 1200px;
  gap: 2rem;
}
@media screen and (max-width: 750px) {
  .footer__inner_list {
    width: 100%;
    margin-bottom: 32px;
    flex-direction: column;
    gap: 0;
  }
}

.foooter__nav__list {
  margin: 40px 0 40px;
}

.footer_list_main {
  font-size: 1.4rem;
  margin-bottom: 24px;
}
.footer_list_main:last-child:not(:only-child) {
  margin-bottom: 0;
}
.footer_list_main a {
  display: flex;
  align-items: center;
}
.footer_list_main a::before {
  content: "";
  display: block;
  background: #ce0023 url(../img/common/menu-link.svg) no-repeat left 55% center;
  background-size: 5px;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  border-radius: 100%;
  transition: 0.3s ease;
  flex-shrink: 0;
}
.footer_list_main a:hover {
  color: #ce0023;
  opacity: 1;
  transition: 0.3s ease;
}
@media screen and (max-width: 750px) {
  .footer_list_main {
    margin-bottom: 0;
    font-size: 1.6rem;
    height: 56px;
    position: relative;
  }
  .footer_list_main a {
    height: 100%;
    align-items: center;
    padding-left: 20px;
    margin-right: 35px;
  }
  .footer_list_main a::before {
    display: none;
  }
  .footer_list_main .link-list--show {
    background: url(../img/common/ico-plus_01.svg) no-repeat center;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer_list_main .link-list--show.on {
    background-image: url(../img/common/ico-minus_01.svg);
  }
  .footer_list_main.ttl_only {
    border-bottom: solid 1px #dfe8ef;
  }
  .footer_list_main.ttl_only:last-child {
    border-bottom: none;
  }
  .footer_list_main.ttl_only a {
    position: relative;
    margin-right: 0;
  }
  .footer_list_main.ttl_only a::after {
    content: "";
    background: url(../img/common/ico-chevron_02.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 12px;
  }
}

.footer_list_sub {
  margin-left: 16px;
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-weight: normal;
}
.footer_list_sub li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .footer_list_sub {
    display: none;
    font-size: 1.4rem;
    margin-left: 32px;
  }
  .footer_list_sub li:not(:last-child) {
    margin-bottom: 0;
  }
  .footer_list_sub a {
    padding: 16px 0;
    display: flex;
    position: relative;
  }
  .footer_list_sub a::after {
    content: "";
    background: url(../img/common/ico-chevron_02.svg) no-repeat center;
    width: 6px;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
  }
}

.footer_list_01 {
  display: flex;
}
@media screen and (max-width: 750px) {
  .footer_list_01 {
    display: block;
    border-bottom: solid 1px #dfe8ef;
  }
}

.footer_list_sub a:hover {
  color: #ce0023;
  opacity: 1;
  transition: 0.3s ease;
}

@media (max-width: 750px) {
  .footer__inner_bgc {
    display: none;
  }
}
.header__sub {
  background: #f0f4f7;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .header__sub {
    height: auto;
    background: #fff;
  }
}
.header__sub__menu {
  display: flex;
}
.header__sub__menu > li:not(:first-child) {
  padding-left: 32px;
  margin-left: 32px;
  border-left: #1e1e1e 1px solid;
}
.header__sub__menu-box {
  display: flex;
  align-items: center;
}
.header__sub__menu-box .ttl {
  font-size: 1.4rem;
  color: #1e1e1e;
  margin-right: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.header__sub__menu-box .ttl img.login-sp {
  display: none;
}
.header__sub__menu-box .link:not(:last-child) {
  margin-right: 16px;
}
.header__sub__menu-box .link a {
  font-size: 1.3rem;
  color: #166784;
  text-decoration: underline;
  margin-right: 3px;
  transition: 0.3s;
}
.header__sub__menu-box .link a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1375px) {
  .header__sub__menu > li:not(:first-child) {
    border: none;
    padding-left: 0;
    margin-left: 0;
  }
  .header__sub__menu-01 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header__sub__menu > li:not(:first-child) {
    padding: 0;
    margin: 0 67px 0 0;
  }
  .header__sub__menu-02 .header__sub__menu-box .ttl {
    cursor: pointer;
    font-size: 1rem;
    color: #fff;
    flex-direction: column;
    width: 67px;
    height: 67px;
    background: #404040;
    margin: 0;
    justify-content: center;
    padding-top: 3px;
    position: relative;
  }
  .header__sub__menu-02 .header__sub__menu-box .ttl::after {
    content: "";
    position: absolute;
    bottom: 13px;
    right: 4px;
    background: url(../img/common/ico-chevron_03-down.svg) no-repeat;
    width: 9px;
    height: 6px;
    transition: transform 0.3s ease;
  }
  .header__sub__menu-02 .header__sub__menu-box .ttl.on::after {
    transform: rotate(-180deg);
  }
  .header__sub__menu-02 .header__sub__menu-box .ttl span {
    padding-right: 8px;
  }
  .header__sub__menu-02 .header__sub__menu-box .ttl img.login-pc {
    display: none;
  }
  .header__sub__menu-02 .header__sub__menu-box .ttl img.login-sp {
    display: revert;
  }
  .header__sub__menu-02 .header__sub__menu-box .link {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 56px;
    top: 67px;
    left: 0;
  }
  .header__sub__menu-02 .header__sub__menu-box .link + .link {
    top: 121px;
    border-top: solid 1px #dfe8ef;
  }
  .header__sub__menu-02 .header__sub__menu-box .link a {
    font-size: 1.6rem;
    color: #1e1e1e;
    margin-right: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 24px;
    text-decoration: none;
    letter-spacing: 0.13rem;
    position: relative;
  }
  .header__sub__menu-02 .header__sub__menu-box .link a::after {
    content: "";
    position: absolute;
    background: url(../img/common/ico-chevron_02.svg) no-repeat;
    background-size: contain;
    width: 6px;
    height: 12px;
    right: 20px;
  }
  .header__sub__menu-02 .header__sub__menu-box {
    flex-direction: column;
  }
}
.header__sub .site__ttl {
  color: #1e1e1e;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-weight: normal;
  font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .header__sub .site__ttl {
    font-size: 0.9rem;
    line-height: 200%;
    padding-left: 8px;
    color: #888;
  }
}
@media screen and (max-width: 1023px) and (max-width: 414px) {
  .header__sub .site__ttl {
    font-size: 2.4154589372vw;
    letter-spacing: 0;
  }
}
.header__main {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
.header__main-logo {
  width: 300px;
}
.header__main-logo img {
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .header__main-logo a {
    transition: 0.3s;
  }
  .header__main-logo a:hover {
    opacity: 0.7;
  }
}
.header__main__nav {
  display: flex;
  align-items: center;
}
.header__main__nav .ttl {
  font-size: 1.4rem;
  color: #1e1e1e;
  margin-right: 16px;
}
@media screen and (max-width: 1375px) {
  .header__main__nav .ttl {
    display: none;
  }
}
.header__main__list {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.header__main__list li {
  margin-right: 16px;
}
.header__main__list li a {
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 150px;
  height: 44px;
  border-radius: 50px;
  background: #ce0023;
  transition: background-color 0.3s, color 0.3s;
}
.header__main__list li a span {
  font-size: 1rem;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  margin-top: 3px;
}
@media print, screen and (min-width: 751px) {
  .header__main__list li a:hover {
    border: solid 2px #ce0023;
    color: #ce0023;
    background: #fff;
  }
}
@media screen and (max-width: 1023px) {
  .header__main {
    height: auto;
  }
  .header__main-logo {
    width: clamp(160px, 50vw, 200px);
    position: absolute;
    top: 32px;
    left: 8px;
  }
  .header__main__nav .ttl {
    display: none;
  }
  .header__main__list {
    display: none;
  }
}
.header__menu .menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  width: 80px;
  height: 80px;
  background: #404040;
  position: relative;
  padding-top: 33px;
}
.header__menu .menu-btn::before, .header__menu .menu-btn::after {
  content: "";
  position: absolute;
  top: 17px;
  width: 32px;
  height: 4px;
  border-radius: 10px;
  background: #fff;
}
.header__menu .menu-btn::after {
  top: 33px;
}
@media screen and (max-width: 1023px) {
  .header__menu {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header__menu .menu-btn {
    width: 67px;
    height: 67px;
    background: #dfe8ef;
    color: #1e1e1e;
    font-size: 1.1rem;
  }
  .header__menu .menu-btn::before, .header__menu .menu-btn::after {
    width: 30px;
    top: 15px;
    background: #1e1e1e;
  }
  .header__menu .menu-btn::after {
    top: 30px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .header__inner {
    align-items: stretch;
  }
}

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

.only-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .only-sp {
    display: revert;
  }
}

.c-section-01 {
  padding-bottom: 96px;
}
.c-section-02, .c-section-04 {
  padding: 72px 0;
  background: #dfe8ef;
}
.c-section-03 {
  padding: 120px 0;
}
.c-section-04 {
  background: #f0f4f7;
}
@media screen and (max-width: 750px) {
  .c-section-01 {
    padding-bottom: 48px;
  }
  .c-section-02, .c-section-04 {
    padding: 48px 0 56px;
  }
  .c-section-03 {
    padding: 64px 0;
  }
}

.c-block {
  margin-bottom: 40px;
}
.c-block__txt-01 {
  font-size: 2rem;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-weight: normal;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 750px) {
  .c-block__txt-01 {
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
    line-height: 130%;
  }
}
.c-block__card-link-01 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
}
.c-block__card-link-01 li {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.c-block__card-link-01 li a {
  width: 100%;
  border: solid 3px #dfe8ef;
  border-radius: 8px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  background: #fff;
  position: relative;
  transition: border-color 0.3s;
}
@media print, screen and (min-width: 751px) {
  .c-block__card-link-01 li a:hover {
    border-color: #ce0023;
  }
}
.c-block__card-link-01 li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background: url(../img/common/ico-chevron_02.svg) no-repeat;
  width: 12px;
  height: 18px;
}
.c-block__card-link-01 li a .txt {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: 130%;
}
.c-block__card-link-01 li a .txt-sub {
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-size: 1.4rem;
  margin-top: 8px;
  font-weight: normal;
  line-height: 133%;
}
@media screen and (max-width: 750px) {
  .c-block__card-link-01 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .c-block__card-link-01 li a {
    padding-right: 30px;
  }
}

.c-ttl-01 {
  font-size: 3.6rem;
  padding-left: 24px;
  padding-bottom: 3px;
  position: relative;
  margin-bottom: 16px;
  line-height: 133.333%;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
.c-ttl-01::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 100%;
  border-radius: 10px;
  background: #ce0023;
}
@media screen and (max-width: 750px) {
  .c-ttl-01 {
    font-size: 2.6rem;
    padding-left: 14px;
  }
  .c-ttl-01::before {
    width: 4px;
  }
}
.c-ttl-02 {
  font-size: 2.8rem;
  letter-spacing: 0.28rem;
  position: relative;
  padding-left: 80px;
  margin-bottom: 24px;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
.c-ttl-02::before {
  content: "";
  width: 70px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.c-ttl-02 span {
  font-size: 1.8rem;
  letter-spacing: 0.18rem;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-weight: normal;
  margin-bottom: 13px;
  display: block;
}
.c-ttl-02.clock::before {
  background-image: url(../img/common/ico-clock.svg);
}
.c-ttl-02.home::before {
  background-image: url(../img/common/ico-home.svg);
}
.c-ttl-02.clipboard::before {
  background-image: url(../img/common/ico-clipboard.svg);
}
@media screen and (max-width: 750px) {
  .c-ttl-02 {
    font-size: 2.2rem;
    letter-spacing: 0.22rem;
    padding-left: 0;
    line-height: 120%;
  }
  .c-ttl-02::before {
    width: 32px;
  }
  .c-ttl-02 span {
    font-size: 1.2rem;
    margin-left: 40px;
    margin-bottom: 3px;
    min-height: 32px;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.c-ttl-03 {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.36rem;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
@media screen and (max-width: 750px) {
  .c-ttl-03 {
    font-size: 2.6rem;
    letter-spacing: 0.26rem;
  }
}

.c-btn-01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: solid 2px #dfe8ef;
  font-size: 1.8rem;
  letter-spacing: 0.18rem;
  border-radius: 100px;
  width: 240px;
  height: 64px;
  background: #fff;
  transition: border-color 0.3s;
}
@media print, screen and (min-width: 751px) {
  .c-btn-01 a:hover {
    border-color: #ce0023;
  }
}
.c-btn-01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  background: url(../img/common/ico-chevron_02.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 18px;
}
@media screen and (max-width: 750px) {
  .c-btn-01 a {
    width: 100%;
    height: 56px;
  }
}

.l-kv {
  position: relative;
  min-height: calc(100vh - 50px);
  margin-bottom: 116px;
}
.l-kv__notice {
  position: absolute;
  top: 154px;
  left: max(20px, (100vw - 1300px) / 2);
  z-index: 10;
}
.l-kv__notice a {
  background: #faf54f;
  color: #ce0023;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-weight: normal;
  font-size: 1.6rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: underline;
  padding: 12px 24px 16px;
  border-radius: 100px;
  transition: text-decoration 0.3s;
}
@media print, screen and (min-width: 751px) {
  .l-kv__notice a:hover {
    text-decoration: none;
  }
}
.l-kv__notice a::before {
  content: "";
  background: url(../img/common/ico-alert-circle.svg) no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
}
.l-kv__bg {
  padding-top: 130px;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.l-kv__bg-img {
  width: 100%;
  max-width: 2800px;
  height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  object-position: center top;
}
.l-kv__inner {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.l-kv__content {
  display: flex;
  justify-content: space-between;
  padding: 0 32px 64px;
}
.l-kv__content-img {
  width: 28%;
  max-width: 304px;
}
.l-kv__content-txt {
  font-family: "Noto Sans Japanese", sans-serif;
  color: #fff;
  margin-top: 16px;
  width: 68%;
}
.l-kv__content-catch {
  font-size: clamp(3.2rem, 2rem + 1.3vw, 4.5rem);
  font-weight: 700;
  text-shadow: 0 0 10px #000;
  line-height: 106.667%;
  letter-spacing: 0.45rem;
  margin-bottom: 16px;
}
.l-kv__content-lead {
  font-size: 1.2rem;
  font-weight: 400;
  text-shadow: 0 0 6px #000;
  line-height: 158.333%;
  letter-spacing: 0.12rem;
}
.l-kv__btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -44px;
}
.l-kv__btn-list {
  display: grid;
  grid-template-columns: repeat(3, 260px);
  gap: 16px;
  justify-content: center;
}
.l-kv__btn-list li a {
  width: 100%;
  height: 88px;
  display: block;
  color: #1e1e1e;
  font-size: 1.8rem;
  font-weight: 700;
  border: solid 2px #ce0023;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  text-align: center;
  line-height: 133.333%;
  transition: background-color 0.3s, color 0.3s;
}
.l-kv__btn-list li a span {
  font-size: 1.4rem;
  color: #ce0023;
}
@media print, screen and (min-width: 751px) {
  .l-kv__btn-list li a:hover {
    color: #ce0023;
  }
}
.l-kv__btn-list li:first-child a {
  background: #ce0023;
  color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 751px) {
  .l-kv__btn-list li:first-child a:hover {
    border: solid 2px #ce0023;
    color: #ce0023;
    background: #fff;
  }
}
@media (max-height: 790px) {
  .l-kv__bg-img {
    object-position: center 40%;
  }
  .l-kv__content {
    padding-bottom: 56px;
  }
  .l-kv__content-catch {
    font-size: 3.8rem;
    letter-spacing: 0.38rem;
  }
  .l-kv__content-lead {
    line-height: 150%;
  }
}
@media screen and (max-width: 1023px) {
  .l-kv {
    min-height: calc(100vh - 234px);
    margin-bottom: 184px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 375px) {
  .l-kv {
    min-height: calc(100vh - 144px);
  }
}
@media screen and (max-width: 1023px) {
  .l-kv__notice {
    top: 83px;
    left: 8px;
  }
  .l-kv__notice a {
    font-size: 1.3rem;
    padding: 8px;
    padding-right: 16px;
    gap: 4px;
  }
  .l-kv__notice a::before {
    width: 17px;
    height: 17px;
  }
  .l-kv__bg {
    padding-top: 67px;
  }
  .l-kv__content {
    flex-direction: column;
    padding: 0 0 10px;
  }
  .l-kv__content-catch {
    font-size: clamp(2.7rem, 5vw, 3.5rem);
    line-height: 114.28%;
    letter-spacing: 0.28rem;
    margin-bottom: 8px;
  }
  .l-kv__content-img {
    width: 60%;
    min-width: 188px;
  }
  .l-kv__content-txt {
    width: 100%;
  }
  .l-kv__content-lead {
    font-size: 1rem;
  }
  .l-kv__btn {
    bottom: -144px;
  }
  .l-kv__btn-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
  }
  .l-kv__btn-list li a {
    font-size: 1.4rem;
    height: 56px;
  }
  .l-kv__btn-list li span {
    display: none;
  }
  .l-kv__btn-list li:first-child {
    grid-column: 1/3;
  }
  .l-kv__btn-list li:first-child a {
    height: 56px;
    font-size: 1.6rem;
  }
}

.l-top__card-box {
  background: #f0f4f7;
  border-radius: 8px;
}
.l-top__card-btn {
  margin-top: 64px;
  padding: 48px 0;
  display: grid;
  grid-template-columns: repeat(3, 260px);
  justify-content: center;
  gap: 24px 16px;
}
.l-top__card-btn a {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  border-radius: 100px;
  line-height: 133.333%;
  text-align: center;
  letter-spacing: 0.13rem;
  flex-direction: column;
  transition: background-color 0.3s, color 0.3s;
}
.l-top__card-btn a span {
  display: block;
}
.l-top__card-btn a span.entry {
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-weight: normal;
}
.l-top__card-btn a span.tel {
  font-size: 1.4rem;
  color: #ce0023;
}
@media print, screen and (min-width: 751px) {
  .l-top__card-btn a:hover {
    color: #ce0023;
  }
}
.l-top__card-btn .btn--primary a {
  color: #fff;
  background: #ce0023;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 751px) {
  .l-top__card-btn .btn--primary a:hover {
    border: solid 2px #ce0023;
    color: #ce0023;
    background: #fff;
  }
}
.l-top__card-btn .btn--secondary a {
  border: solid 2px #ce0023;
  background: #fff;
}
@media screen and (max-width: 930px) and (min-width: 751px) {
  .l-top__card-btn {
    grid-template-columns: repeat(3, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
  .l-top__card-btn a {
    height: clamp(60px, 7vw, 72px);
    font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  }
}
@media screen and (max-width: 750px) {
  .l-top__card-box {
    width: 100%;
  }
  .l-top__card-btn {
    width: calc(100% - 40px);
    grid-template-columns: repeat(2, 0.5fr);
    gap: 8px 7px;
    padding: 40px 0;
    margin: 48px auto 0;
  }
  .l-top__card-btn a {
    font-size: 1.4rem;
    height: 56px;
    line-height: 120%;
  }
  .l-top__card-btn a span.tel {
    display: none;
  }
}
.l-top__products-btn {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 750px) {
  .l-top__products-btn {
    margin-top: 0;
  }
}
.l-top__faq {
  max-width: 1616px;
  margin: 56px auto 0;
}
.l-top__faq-more {
  text-align: right;
  margin-top: 32px;
  font-size: 1.6rem;
}
.l-top__faq-more a {
  position: relative;
  transition: 0.3s;
}
@media print, screen and (min-width: 751px) {
  .l-top__faq-more a:hover {
    color: #ce0023;
  }
}
.l-top__faq-more a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
  background: url(../img/common/ico-chevron_02.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}
@media screen and (max-width: 750px) {
  .l-top__faq {
    margin-top: 24px;
  }
  .l-top__faq-more {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 18px;
  }
  .l-top__faq-more a::before {
    width: 8px;
    height: 12px;
  }
}
.l-top__news {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-template-rows: 40px auto;
  gap: 48px 65px;
  grid-template-areas: "ttl  list" "btn  list";
}
.l-top__news-ttl {
  grid-area: ttl;
}
.l-top__news-btn {
  grid-area: btn;
}
.l-top__news-list {
  grid-area: list;
}
.l-top__news-ttl {
  text-align: left;
}
.l-top__news .news {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 2px #dfe8ef;
  width: 100%;
}
.l-top__news .news:last-child {
  margin-bottom: 0;
}
.l-top__news .news__date {
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  margin-bottom: 16px;
}
.l-top__news .news__txt {
  font-size: 2rem;
  line-height: 140%;
  letter-spacing: 0.16rem;
}
.l-top__news .news .target_blank {
  position: relative;
  margin-right: 8px;
  transition: 0.3s;
  color: #1e1e1e;
}
@media print, screen and (min-width: 751px) {
  .l-top__news .news .target_blank:hover {
    color: #ce0023;
  }
}
.l-top__news .news .target_blank::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -16px;
  background: url(../img/common/ico-blank.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 750px) {
  .l-top__news {
    grid-template-columns: 1fr;
    grid-template-rows: 27px auto;
    gap: 40px;
    grid-template-areas: "ttl" "list" "btn";
  }
  .l-top__news-ttl {
    text-align: center;
  }
  .l-top__news .news {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .l-top__news .news__date {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    margin-bottom: 12px;
  }
  .l-top__news .news__txt {
    font-size: 1.6rem;
  }
}
.l-top__media {
  margin: 56px auto 0;
}
.l-top__media-btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .l-top__media {
    margin: 40px auto 0;
  }
}/*# sourceMappingURL=common_02.css.map */