#header-2021 a:hover,
#header-2021 a:hover img,
#nav-2021 a:hover,
#nav-2021 a:hover img,
#footer-2021 a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#header-2021 .header-2021-sp__mypage-button,
#nav-2021 .nav-2021-pc__menu,
#nav-2021 .nav-2021-sp__mypage-heading,
#nav-2021 .nav-2021-sp__mypage-button,
#nav-2021 .nav-2021-sp__accordion-head,
#nav-2021 .nav-2021-sp__logout-button,
#page-top-2021 .page-top-2021-sp__label {
  font-weight: 500;
}

@media print, screen and (min-width: 769px) {
  #footer-2021 .footer-2021__main-button {
    font-weight: 600;
  }
  #footer-2021 .footer-2021__main-link,
  #footer-2021 .footer-2021__service-heading {
    font-weight: 500;
  }
}
@media print, screen and (max-width: 768px) {
  #footer-2021 .footer-2021__main-button,
  #footer-2021 .footer-2021__main-link,
  #footer-2021 .footer-2021__service-head,
  #footer-2021 .footer-2021__service-heading {
    font-weight: 500;
  }
  .page-top-2021-pc {
    display: none !important;
  }
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-style: normal;
  src: local(), url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-style: normal;
  src: local(), url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-style: normal;
  src: local(), url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-style: normal;
  src: local(), url("../fonts/NotoSansJP-Black.ttf") format("truetype");
}
.pageSlider:not(.slick-initialized) {
  visibility: hidden;
  height: 0;
}
.pageSlider .slick-track {
  display: flex;
}
.pageSlider .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pageSlider .slick-slide {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.pageSlider .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  border: none;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  z-index: 5;
}
@media (min-width: 769px) {
  .pageSlider .slick-arrow {
    width: 80px;
    height: 80px;
    top: 43.7%;
  }
}
@media (max-width: 768px) {
  .pageSlider .slick-arrow {
    width: 60px;
    height: 60px;
    top: 21vw;
    scale: 85%;
  }
}
.pageSlider .slick-arrow::before {
  background: no-repeat center center/cover;
  background-image: url(../images/common/icon_slider_arrow01.svg);
  transform: rotate(180deg);
}
@media (min-width: 769px) {
  .pageSlider .slick-arrow::before {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .pageSlider .slick-arrow::before {
    width: 60px;
    height: 60px;
  }
}
.pageSlider .slick-arrow::after {
  display: none;
}
@media (min-width: 769px) {
  .pageSlider .slick-arrow.slick-prev {
    left: -50px;
  }
}
@media (max-width: 768px) {
  .pageSlider .slick-arrow.slick-prev {
    left: -20px;
  }
}
.pageSlider .slick-arrow.slick-prev::before {
  top: 0;
  left: 0;
  transform: rotate(0);
}
@media (min-width: 769px) {
  .pageSlider .slick-arrow.slick-next {
    right: -50px;
  }
}
@media (max-width: 768px) {
  .pageSlider .slick-arrow.slick-next {
    right: -20px;
  }
}
.pageSlider .slick-arrow.slick-next::before {
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .display-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .display-sp {
    display: none !important;
  }
}

.button01 {
  display: flex;
  align-items: center;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  transition: all 0.2s ease-out;
}
@media (min-width: 769px) {
  .button01 {
    justify-content: center;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 46px;
  }
}
@media (max-width: 768px) {
  .button01 {
    width: 100%;
    font-size: max(2.8vw, 11px);
    padding-left: 2.5641025641%;
    padding-right: 7.6923076923%;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.button01::after {
  content: "";
  background: no-repeat center center/100% auto;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}
@media (min-width: 769px) {
  .button01::after {
    width: 24px;
    height: 24px;
    right: 16px;
  }
}
@media (max-width: 768px) {
  .button01::after {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    right: 2.5641025641%;
  }
}
.button01 em {
  font-weight: bold;
  font-style: normal;
  margin-right: 2px;
}
@media (min-width: 769px) {
  .button01 em {
    font-size: 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .button01 em {
    font-size: 1.3636363636em;
  }
}
.button01 {
  background: linear-gradient(0deg, #da8405 0%, #f3a734 100%);
  color: #fff;
  border: 2px solid #d47f00;
  z-index: 0;
}
@media (min-width: 769px) {
  .button01 {
    column-gap: 16px;
  }
}
@media (max-width: 768px) {
  .button01 {
    justify-content: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .button01 {
    font-size: max(2.8vw, 8px);
  }
}
.button01::before {
  content: "";
  display: block;
  background: linear-gradient(0deg, #e79111 0%, #f4b14d 100%);
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.2s ease-out;
}
.button01::after {
  background-image: url(../images/common/icon_arrow01.svg);
}
@media (min-width: 769px) {
  .button01::after {
    position: static;
    top: 0;
    translate: 0;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .button01::after {
    width: 16px;
    height: 16px;
    right: 16px;
  }
}
@media (min-width: 769px) {
  .button01 span {
    margin-left: 40px;
  }
}
.button01 em {
  color: #ffe501;
}
@media (hover: hover) {
  .button01:hover::before {
    opacity: 0;
  }
}

.button02 {
  display: flex;
  align-items: center;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  transition: all 0.2s ease-out;
}
@media (min-width: 769px) {
  .button02 {
    justify-content: center;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 46px;
  }
}
@media (max-width: 768px) {
  .button02 {
    width: 100%;
    font-size: max(2.8vw, 11px);
    padding-left: 2.5641025641%;
    padding-right: 7.6923076923%;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.button02::after {
  content: "";
  background: no-repeat center center/100% auto;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}
@media (min-width: 769px) {
  .button02::after {
    width: 24px;
    height: 24px;
    right: 16px;
  }
}
@media (max-width: 768px) {
  .button02::after {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    right: 2.5641025641%;
  }
}
.button02 em {
  font-weight: bold;
  font-style: normal;
  margin-right: 2px;
}
@media (min-width: 769px) {
  .button02 em {
    font-size: 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .button02 em {
    font-size: 1.3636363636em;
  }
}
.button02 {
  background: linear-gradient(0deg, #d9c300 0%, #f3da00 100%);
  color: #111;
  z-index: 0;
}
.button02::before {
  content: "";
  display: block;
  background: linear-gradient(0deg, #ead200 0%, #ffe501 100%);
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.2s ease-out;
}
.button02::after {
  background-image: url(../images/common/icon_arrow01.svg);
}
.button02 em {
  color: #2d50a2;
}
@media (hover: hover) {
  .button02:hover::before {
    opacity: 0;
  }
}

.button03 {
  display: flex;
  align-items: center;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  transition: all 0.2s ease-out;
}
@media (min-width: 769px) {
  .button03 {
    justify-content: center;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 46px;
  }
}
@media (max-width: 768px) {
  .button03 {
    width: 100%;
    font-size: max(2.8vw, 11px);
    padding-left: 2.5641025641%;
    padding-right: 7.6923076923%;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.button03::after {
  content: "";
  background: no-repeat center center/100% auto;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}
@media (min-width: 769px) {
  .button03::after {
    width: 24px;
    height: 24px;
    right: 16px;
  }
}
@media (max-width: 768px) {
  .button03::after {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    right: 2.5641025641%;
  }
}
.button03 em {
  font-weight: bold;
  font-style: normal;
  margin-right: 2px;
}
@media (min-width: 769px) {
  .button03 em {
    font-size: 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .button03 em {
    font-size: 1.3636363636em;
  }
}
.button03 {
  background: #fff;
  background: linear-gradient(0deg, #b9bfe2 0%, #d6dbff 100%);
  color: #111;
  z-index: 0;
}
.button03::before {
  content: "";
  display: block;
  background: linear-gradient(0deg, #cbd3ff 0%, #dce1ff 100%);
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.2s ease-out;
}
.button03::after {
  background-image: url(../images/common/icon_arrow01.svg);
}
.button03 em {
  color: #2d50a2;
}
@media (hover: hover) {
  .button03:hover::before {
    opacity: 0;
  }
}

.button04 {
  display: flex;
  align-items: center;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  transition: all 0.2s ease-out;
}
@media (min-width: 769px) {
  .button04 {
    justify-content: center;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 46px;
  }
}
@media (max-width: 768px) {
  .button04 {
    width: 100%;
    font-size: max(2.8vw, 11px);
    padding-left: 2.5641025641%;
    padding-right: 7.6923076923%;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.button04::after {
  content: "";
  background: no-repeat center center/100% auto;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}
@media (min-width: 769px) {
  .button04::after {
    width: 24px;
    height: 24px;
    right: 16px;
  }
}
@media (max-width: 768px) {
  .button04::after {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    right: 2.5641025641%;
  }
}
.button04 em {
  font-weight: bold;
  font-style: normal;
  margin-right: 2px;
}
@media (min-width: 769px) {
  .button04 em {
    font-size: 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .button04 em {
    font-size: 1.3636363636em;
  }
}
.button04 {
  background: #fff;
  color: #111;
  border: 2px solid #2d50a2;
}
.button04::after {
  background-image: url(../images/common/icon_arrow02.svg);
}
.button04 em {
  color: #2d50a2;
}

.case {
  background-color: #293368;
}
@media (min-width: 769px) {
  .case {
    padding: 72px 70px;
  }
}
@media (max-width: 768px) {
  .case {
    padding: 40px 0 48px;
  }
}
.case hgroup {
  text-align: center;
  position: relative;
  z-index: 2;
}
.case hgroup .title01 {
  font-weight: bold;
  color: #ffe501;
}
@media (min-width: 769px) {
  .case hgroup .title01 {
    font-size: 18px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .case hgroup .title01 {
    font-size: 14px;
    line-height: 1;
  }
}
.case hgroup p {
  font-weight: bold;
  color: #fff;
}
@media (min-width: 769px) {
  .case hgroup p {
    font-size: 48px;
    line-height: 1;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .case hgroup p {
    font-size: 32px;
    line-height: 1;
    margin-top: 8px;
  }
}
.case .inner01 {
  background-color: #fff;
  margin-inline: auto;
  border-radius: 16px;
  position: relative;
  z-index: 0;
}
@media (min-width: 769px) {
  .case .inner01 {
    max-width: 1300px;
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .case .inner01 {
    margin-top: 24px;
  }
}
.case .inner01::before, .case .inner01::after {
  content: "";
  background: no-repeat center center/100% auto;
  position: absolute;
  z-index: -1;
}
@media (min-width: 769px) {
  .case .inner01::before, .case .inner01::after {
    bottom: calc(100% - 40px);
  }
}
@media (max-width: 768px) {
  .case .inner01::before, .case .inner01::after {
    margin-inline: auto;
  }
}
.case .inner01::before {
  background-image: url(../images/top/case_icon01.webp);
}
@media (min-width: 769px) {
  .case .inner01::before {
    width: 206px;
    height: 200px;
    left: 143px;
  }
}
@media (max-width: 768px) {
  .case .inner01::before {
    width: 107px;
    height: 105px;
    left: 0;
    right: 280px;
    bottom: calc(100% - 5px);
  }
}
.case .inner01::after {
  background-image: url(../images/top/case_icon02.webp);
}
@media (min-width: 769px) {
  .case .inner01::after {
    width: 326px;
    height: 204px;
    right: 50px;
  }
}
@media (max-width: 768px) {
  .case .inner01::after {
    width: 155px;
    height: 97px;
    right: 0;
    left: 253px;
    bottom: calc(100% - 12px);
  }
}
.case .inner01 > div {
  background-color: #fff;
}
@media (min-width: 769px) {
  .case .inner01 > div {
    padding: 72px 96px 64px;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .case .inner01 > div {
    padding: 40px 4% 46px;
    border-radius: 8px;
  }
}
@media (min-width: 769px) {
  .case .block01 + .block01 {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .case .block01 + .block01 {
    margin-top: 40px;
  }
}
.case .block01 .title02 {
  font-weight: bold;
  color: #293368;
  text-align: center;
  line-height: 1;
  margin-inline: auto;
  position: relative;
}
@media (min-width: 769px) {
  .case .block01 .title02 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .case .block01 .title02 {
    font-size: 24px;
  }
}
.case .block01 .title02::after {
  content: "";
  display: block;
  background-color: #ffe501;
  height: 5px;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .case .block01 .title02::after {
    width: 66px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .case .block01 .title02::after {
    width: 40px;
    margin-top: 16px;
  }
}
.case .block01 .list01 picture {
  display: block;
  text-align: center;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .case .block01 .list01 picture {
    max-width: 1152px;
    margin-top: 38px;
  }
}
@media (max-width: 768px) {
  .case .block01 .list01 picture {
    margin-top: 20px;
  }
}
.case .block01 .list01 picture img {
  width: 100%;
}
.case .block01 .list01 .description01 h4 {
  font-weight: bold;
}
@media (min-width: 769px) {
  .case .block01 .list01 .description01 h4 {
    font-size: 32px;
    line-height: 1;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .case .block01 .list01 .description01 h4 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 8px;
  }
}
.case .block01 .list01 .description01 dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .case .block01 .list01 .description01 dl {
    gap: 8px 32px;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .case .block01 .list01 .description01 dl {
    gap: 4px 10px;
    margin-top: 8px;
  }
}
.case .block01 .list01 .description01 dl > div {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .case .block01 .list01 .description01 dl > div {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .case .block01 .list01 .description01 dl > div {
    gap: 8px;
  }
}
.case .block01 .list01 .description01 dl dt {
  background-color: #f2f3f5;
  font-weight: bold;
  line-height: 1;
  box-shadow: none;
}
@media (min-width: 769px) {
  .case .block01 .list01 .description01 dl dt {
    font-size: 20px;
    padding: 8px 20px;
  }
}
@media (max-width: 768px) {
  .case .block01 .list01 .description01 dl dt {
    font-size: 12px;
    padding: 4px 8px;
  }
}
.case .block01 .list01 .description01 dl dd {
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 769px) {
  .case .block01 .list01 .description01 dl dd {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .case .block01 .list01 .description01 dl dd {
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .case .block02 {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .case .block02 {
    margin-top: 36px;
  }
}
.case .block02 .title01 {
  background-color: #293368;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
@media (min-width: 769px) {
  .case .block02 .title01 {
    font-size: 24px;
    line-height: 1;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .case .block02 .title01 {
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 16px;
  }
}
.case .block02 .title01 em {
  color: #ffe501;
}
.case .block02 ul {
  display: flex;
}
@media (min-width: 769px) {
  .case .block02 ul {
    gap: 16px;
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .case .block02 ul {
    flex-direction: column;
    margin-top: 24px;
  }
}
@media (min-width: 769px) {
  .case .block02 ul li {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .case .block02 ul li + li {
    margin-top: 24px;
  }
}
.case .block02 ul li picture {
  border-radius: 4px;
  overflow: hidden;
}
.case .block02 ul li h4 {
  font-weight: bold;
  color: #293368;
}
@media (min-width: 769px) {
  .case .block02 ul li h4 {
    font-size: 24px;
    line-height: 1.3333333333;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .case .block02 ul li h4 {
    font-size: 18px;
    line-height: 1;
    margin-top: 16px;
  }
}
@media (min-width: 769px) {
  .case .block02 ul li p {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .case .block02 ul li p {
    font-size: 15px;
    line-height: 1.7333333333;
    margin-top: 8px;
  }
}
.case .buttons01 {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .case .buttons01 {
    width: 590px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .case .buttons01 {
    margin-top: 24px;
  }
}
@media (min-width: 769px) {
  .case .buttons01 .button01 {
    min-height: 88px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .case .buttons01 .button01 {
    min-height: 59px;
    font-size: 18px;
  }
}
.comeTrue {
  background: no-repeat center center;
  box-sizing: content-box;
}
@media (min-width: 769px) {
  .comeTrue {
    background-size: 830px 830px;
    background-image: url(../images/top/group_bg01_pc.svg);
    min-width: 830px;
    min-height: 830px;
    padding-block: 40px;
  }
}
@media (max-width: 768px) {
  .comeTrue {
    background-size: 102%;
    background-image: url(../images/top/group_bg01_sp.svg);
    padding-block: 18.9743589744vw 13.3333333333vw;
  }
}
@media (min-width: 769px) {
  .comeTrue .inner01 {
    padding-inline: 100px;
  }
}
@media (max-width: 768px) {
  .comeTrue .inner01 {
    padding-inline: 4.1025641026vw;
  }
}
.comeTrue hgroup {
  text-align: center;
}
@media (min-width: 769px) {
  .comeTrue hgroup {
    margin-top: 120px;
  }
}
.comeTrue hgroup .title01 {
  font-weight: bold;
  color: #293368;
  position: relative;
  display: inline-block;
}
@media (min-width: 769px) {
  .comeTrue hgroup .title01 {
    font-size: 48px;
    line-height: 1.3125;
  }
}
@media (max-width: 768px) {
  .comeTrue hgroup .title01 {
    font-size: 24px;
    font-size: 6vw;
    line-height: 1.3333333333;
  }
}
.comeTrue hgroup .title01::before, .comeTrue hgroup .title01::after {
  content: "";
  background: no-repeat center center/100% auto;
  position: absolute;
  margin-inline: auto;
  z-index: 1;
}
.comeTrue hgroup .title01::before {
  background-image: url(../images/top/group01_icon01.svg);
}
@media (min-width: 769px) {
  .comeTrue hgroup .title01::before {
    width: 75px;
    height: 69px;
    top: -20px;
    left: -94px;
  }
}
@media (max-width: 768px) {
  .comeTrue hgroup .title01::before {
    width: 8.2051282051vw;
    height: 7.4358974359vw;
    top: -7.1794871795vw;
    left: -5.641025641vw;
  }
}
.comeTrue hgroup .title01::after {
  background-image: url(../images/top/group01_icon02.svg);
}
@media (min-width: 769px) {
  .comeTrue hgroup .title01::after {
    width: 45px;
    height: 48px;
    bottom: 10px;
    right: -30px;
  }
}
@media (max-width: 768px) {
  .comeTrue hgroup .title01::after {
    width: 5.3846153846vw;
    height: 5.641025641vw;
    bottom: 1.7948717949vw;
    right: -5.1282051282vw;
  }
}
.comeTrue hgroup p {
  font-weight: bold;
  color: #333;
}
@media (min-width: 769px) {
  .comeTrue hgroup p {
    font-size: 24px;
    line-height: 1.6666666667;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .comeTrue hgroup p {
    font-size: 16px;
    font-size: 4vw;
    line-height: 1.5;
    margin-top: 1.4em;
  }
}
.comeTrue .block01 h3 {
  background-color: #293368;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-inline: auto;
  position: relative;
  border-radius: 8px;
}
@media (min-width: 769px) {
  .comeTrue .block01 h3 {
    max-width: 1069px;
    font-size: 24px;
    line-height: 1;
    margin-top: 45px;
    padding: 21px 30px 20px;
  }
}
@media (max-width: 768px) {
  .comeTrue .block01 h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
    padding: 0.8em 24px;
    font-size: 3.8vw;
  }
}
.comeTrue .block01 h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #293368 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .comeTrue .block01 h3::after {
    border-width: 20px 28px 0 28px;
  }
}
@media (max-width: 768px) {
  .comeTrue .block01 h3::after {
    border-width: 20px 28px 0 28px;
  }
}
.comeTrue .block01 picture {
  display: block;
  text-align: center;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .comeTrue .block01 picture {
    max-width: 1152px;
    margin-top: 38px;
  }
}
@media (max-width: 768px) {
  .comeTrue .block01 picture {
    margin-top: 30px;
  }
}
.comeTrue .block01 picture img {
  width: 100%;
}

@media (min-width: 769px) {
  .content_footer_wrapper {
    height: 116px;
  }
}
@media (max-width: 768px) {
  .content_footer_wrapper {
    height: 138px;
  }
}

.contact_footer {
  display: none;
  background-color: #293368;
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 100;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.16);
}
.contact_footer.isActive {
  bottom: 0;
}
.contact_footer:not(.isActive) {
  bottom: 0;
}
.contact_footer.isFixed {
  position: static;
}
.contact_footer .inner01 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .contact_footer .inner01 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    min-width: 1280px;
    padding: 16px 0.6vw;
  }
}
@media (max-width: 768px) {
  .contact_footer .inner01 {
    padding: 8px;
  }
}
.contact_footer .buttons01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .contact_footer .buttons01 {
    column-gap: 18px;
  }
}
@media (max-width: 768px) {
  .contact_footer .buttons01 {
    flex-wrap: wrap;
    gap: 4px;
  }
}
.contact_footer .buttons01 li {
  background-color: #fff;
  border-radius: 8px;
}
@media (min-width: 769px) {
  .contact_footer .buttons01 li {
    min-width: 391px;
  }
}
@media (max-width: 768px) {
  .contact_footer .buttons01 li {
    flex-basis: calc(50% - 2px);
  }
}
.contact_footer .buttons01 a {
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .contact_footer .buttons01 a {
    font-size: 18px;
    line-height: 1.3;
    padding: 16px 41px;
  }
}
@media (max-width: 768px) {
  .contact_footer .buttons01 a {
    font-size: min(2.73vw, 12px);
    line-height: 1.4444444444;
    padding: 7px 7px 7px 7px;
  }
}
@media (min-width: 769px) {
  .contact_footer .buttons01 a::after {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .contact_footer .buttons01 a::after {
    display: none;
  }
}
@media (min-width: 769px) {
  .contact_footer .buttons01 a em {
    font-size: 1.2222222222em;
    margin-right: 2px;
  }
}
@media (max-width: 768px) {
  .contact_footer .buttons01 a em {
    font-size: 1.3333333333em;
    margin-right: 1px;
  }
}
.contact_footer .buttons01 span {
  text-align: center;
}
.contact_footer .buttons01 .button03 em {
  color: inherit;
}
.contact_footer .block01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
}
@media (min-width: 769px) {
  .contact_footer .block01 {
    flex-basis: 514px;
    column-gap: 32px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 768px) {
  .contact_footer .block01 {
    flex-direction: column;
    row-gap: 4px;
    margin-top: 4px;
    padding: 8px;
  }
}
.contact_footer .block01 .number {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .contact_footer .block01 .number {
    flex-direction: column;
    column-gap: 14px;
  }
}
@media (max-width: 768px) {
  .contact_footer .block01 .number {
    column-gap: 8px;
    row-gap: 16px;
  }
}
.contact_footer .block01 .number dt {
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 769px) {
  .contact_footer .block01 .number dt {
    font-size: 15px;
    line-height: 1.3333333333;
  }
}
@media (max-width: 768px) {
  .contact_footer .block01 .number dt {
    font-size: 12px;
  }
}
.contact_footer .block01 .number dd {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  word-break: break-all;
  line-height: 1;
}
@media (min-width: 769px) {
  .contact_footer .block01 .number dd {
    column-gap: 8px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .contact_footer .block01 .number dd {
    column-gap: 3px;
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .contact_footer .block01 .number dd img {
    width: 17px;
    height: 21px;
  }
}
@media (max-width: 768px) {
  .contact_footer .block01 .number dd img {
    width: 11px;
    height: 13px;
  }
}
.contact_footer .block01 .receptionHours {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .contact_footer .block01 .receptionHours {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .contact_footer .block01 .receptionHours li {
    font-size: 12px;
    line-height: 1.3333333333;
    margin-top: 6px;
  }
}
@media (max-width: 768px) {
  .contact_footer .block01 .receptionHours li {
    font-size: 12px;
    line-height: 1.5;
  }
}

.contacts {
  background: no-repeat center center/cover;
  background-color: #293368;
  color: #111;
  position: relative;
}
@media (min-width: 769px) {
  .contacts {
    width: 100%;
    padding: 56px 24px;
  }
}
@media (max-width: 768px) {
  .contacts {
    width: 100%;
    height: auto;
    padding: 20px 16px 24px;
  }
}
.contacts .title01 {
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (min-width: 769px) {
  .contacts .title01 {
    font-size: 28px;
    line-height: 1.2173913043;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .contacts .title01 {
    font-size: 24px;
    line-height: 1.3333333333;
    margin-bottom: 18px;
  }
}
.contacts .inner01 {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}
@media (min-width: 769px) {
  .contacts .inner01 {
    gap: 16px;
    background-color: #fff;
    max-width: 1200px;
    padding: 48px 80px;
  }
}
@media (max-width: 768px) {
  .contacts .inner01 {
    gap: 8px;
  }
}
.contacts .buttons01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 769px) {
  .contacts .buttons01 {
    column-gap: 18px;
  }
}
@media (max-width: 768px) {
  .contacts .buttons01 {
    flex-direction: column;
    row-gap: 8px;
  }
}
.contacts .buttons01 > li {
  flex-grow: 1;
  background-color: #ffe501;
  width: 100%;
  border-radius: 8px;
}
.contacts .buttons01 > li .block01 {
  flex-direction: column;
}
@media (min-width: 769px) {
  .contacts .buttons01 > li .block01 {
    max-height: 110px;
    padding-block: 17px;
  }
}
@media (max-width: 768px) {
  .contacts .buttons01 > li .block01 .number {
    row-gap: 4px;
  }
}
@media (min-width: 769px) {
  .contacts .buttons01 > li .block01 .number dd {
    column-gap: 4px;
  }
}
@media (max-width: 768px) {
  .contacts .buttons01 > li .block01 .number dd {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .contacts .buttons01 > li .block01 .number dd img {
    width: 20px;
    margin-top: 2px;
  }
}
@media (max-width: 768px) {
  .contacts .buttons01 > li .block01 .number dd img {
    width: 20px;
    margin-top: 2px;
  }
}
@media (min-width: 769px) {
  .contacts .buttons01 > li .block01 .number dd a {
    font-size: 33px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .contacts .buttons01 > li .block01 .number dd a {
    font-size: 33px;
    padding: 0;
  }
}
@media (min-width: 769px) {
  .contacts .buttons01 > li .block01 .receptionHours {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .contacts .buttons01 > li .block01 .receptionHours li {
    font-size: 13px;
  }
}
.contacts .buttons01 a {
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .contacts .buttons01 a {
    font-size: 22px;
    line-height: 1.35;
    padding-block: 20px;
    padding-left: 48px;
  }
}
@media (max-width: 768px) {
  .contacts .buttons01 a {
    font-size: 14px;
    line-height: 1.3333333333;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-inline: 18px 33px;
  }
}
@media (min-width: 769px) {
  .contacts .buttons01 a::after {
    right: 24px;
  }
}
@media (max-width: 768px) {
  .contacts .buttons01 a::after {
    width: 16px;
    height: 16px;
    right: 4.1025641026%;
  }
}
@media (min-width: 769px) {
  .contacts .buttons01 a em {
    font-size: 1.4m;
  }
}
@media (max-width: 768px) {
  .contacts .buttons01 a em {
    font-size: 22px;
  }
}
.contacts .buttons01 span {
  text-align: center;
}
.contacts .buttons02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 769px) {
  .contacts .buttons02 {
    column-gap: 18px;
  }
}
@media (max-width: 768px) {
  .contacts .buttons02 {
    flex-direction: column;
    row-gap: 8px;
  }
}
.contacts .buttons02 li {
  flex-grow: 1;
  background-color: #fff;
  width: 100%;
  border-radius: 8px;
}
.contacts .buttons02 a {
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .contacts .buttons02 a {
    font-size: 26px;
    line-height: 1.35;
    padding-block: 22px;
    padding-left: 48px;
  }
}
@media (max-width: 768px) {
  .contacts .buttons02 a {
    font-size: 15px;
    line-height: 1.3333333333;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-inline: 20px 33px;
  }
}
@media (min-width: 769px) {
  .contacts .buttons02 a.buttonIndex {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .contacts .buttons02 a.buttonIndex {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .contacts .buttons02 a::after {
    width: 16px;
    height: 16px;
    right: 4.1025641026%;
  }
}
.contacts .buttons02 span {
  text-align: center;
}
.contacts .block01 {
  display: flex;
  justify-content: center;
  background-color: #f2f2f2;
  border-radius: 8px;
}
@media (min-width: 769px) {
  .contacts .block01 {
    align-items: center;
    column-gap: 32px;
    padding-block: 26px;
  }
}
@media (max-width: 768px) {
  .contacts .block01 {
    flex-direction: column;
    row-gap: 4px;
    padding: 16px;
  }
}
.contacts .block01 .number {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .contacts .block01 .number {
    column-gap: 14px;
    margin-left: -16px;
  }
}
@media (max-width: 768px) {
  .contacts .block01 .number {
    flex-direction: column;
    row-gap: 16px;
  }
}
.contacts .block01 .number dt {
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 769px) {
  .contacts .block01 .number dt {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .contacts .block01 .number dt {
    font-size: 19px;
  }
}
.contacts .block01 .number dd {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  word-break: break-all;
  line-height: 1;
}
@media (min-width: 769px) {
  .contacts .block01 .number dd {
    column-gap: 8px;
    font-size: 33px;
  }
}
@media (max-width: 768px) {
  .contacts .block01 .number dd {
    column-gap: 8px;
    font-size: 33px;
  }
}
@media (min-width: 769px) {
  .contacts .block01 .receptionHours li {
    font-size: 15px;
    line-height: 1.4666666667;
  }
}
@media (max-width: 768px) {
  .contacts .block01 .receptionHours li {
    font-size: 12px;
    line-height: 1.5;
  }
}

.features {
  background: no-repeat center center;
  background-color: #def3ff;
  background-image: url(../images/top/bg01.svg);
}
@media (min-width: 769px) {
  .features {
    background-size: 695px 532px;
    background-position: calc(100% + 80px) -40px;
    padding: 72px 120px;
  }
}
@media (max-width: 768px) {
  .features {
    background-size: 290px 379px;
    background-position: calc(100% + 50px) 0px;
    padding-block: 42px 16px;
  }
}
.features hgroup {
  text-align: center;
}
.features hgroup::after {
  content: "";
}
.features hgroup .title01 {
  color: #293368;
  font-weight: bold;
}
@media (min-width: 769px) {
  .features hgroup .title01 {
    font-size: 48px;
    line-height: 1.3125;
  }
}
@media (max-width: 768px) {
  .features hgroup .title01 {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.features hgroup p {
  font-weight: bold;
}
@media (min-width: 769px) {
  .features hgroup p {
    font-size: 24px;
    line-height: 1.6666666667;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .features hgroup p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
  }
}
.features .inner01 {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .features .inner01 {
    max-width: 1200px;
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .features .inner01 {
    margin-top: 0px;
    padding: 24px 16px;
  }
}
.features .inner01 ul {
  display: grid;
}
@media (min-width: 769px) {
  .features .inner01 ul {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .features .inner01 ul {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.features .inner01 li {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.features .inner01 li .title01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #293368;
  font-weight: bold;
  line-height: 1;
  color: #ffe501;
}
@media (min-width: 769px) {
  .features .inner01 li .title01 {
    font-size: 32px;
    padding-block: 17px;
  }
}
@media (max-width: 768px) {
  .features .inner01 li .title01 {
    font-size: 24px;
    padding-block: 12px;
  }
}
@media (min-width: 769px) {
  .features .inner01 li .block01 {
    padding: 24px 40px 40px;
  }
}
@media (max-width: 768px) {
  .features .inner01 li .block01 {
    padding: 16px 16px 24px;
  }
}
.features .inner01 li .block01 img {
  display: block;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .features .inner01 li .block01 img {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .features .inner01 li .block01 img {
    width: 50.2793296089%;
    width: 180px;
  }
}
.features .inner01 li .block01 .title02 {
  font-weight: bold;
  text-align: center;
  color: #293368;
}
@media (min-width: 769px) {
  .features .inner01 li .block01 .title02 {
    font-size: 26px;
    line-height: 1.4285714286;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .features .inner01 li .block01 .title02 {
    font-size: 18px;
    line-height: 1.4444444444;
    margin-top: 8px;
  }
}
@media (min-width: 769px) {
  .features .inner01 li .block01 .description01 {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .features .inner01 li .block01 .description01 {
    font-size: 15px;
    line-height: 1.7333333333;
    margin-top: 8px;
  }
}
@media (min-width: 769px) {
  .features .inner01 li .block01 .note01 {
    font-size: 14px;
    line-height: 1.8571428571;
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .features .inner01 li .block01 .note01 {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
  }
}
@media (min-width: 769px) {
  .features .inner01 li:nth-child(3) .block01 img {
    width: auto;
  }
}
@media (max-width: 768px) {
  .features .inner01 li:nth-child(3) .block01 img {
    width: 240px;
  }
}
.features .note {
  font-size: small;
  margin-top: 1em;
}

.flow {
  background-color: #293368;
}
@media (min-width: 769px) {
  .flow {
    padding: 72px 70px;
  }
}
@media (max-width: 768px) {
  .flow {
    padding: 40px 0 48px;
  }
}
.flow hgroup {
  text-align: center;
  position: relative;
  z-index: 2;
}
.flow hgroup .title01 {
  font-weight: bold;
  color: #ffe501;
}
@media (min-width: 769px) {
  .flow hgroup .title01 {
    font-size: 18px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .flow hgroup .title01 {
    font-size: 14px;
    line-height: 1;
  }
}
.flow hgroup p {
  font-weight: bold;
  color: #fff;
}
@media (min-width: 769px) {
  .flow hgroup p {
    font-size: 48px;
    line-height: 1;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .flow hgroup p {
    font-size: 32px;
    line-height: 1;
    margin-top: 8px;
  }
}
.flow .inner01 {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
@media (min-width: 769px) {
  .flow .inner01 {
    gap: 16px;
    max-width: 1300px;
    border-radius: 8px;
    margin-top: 32px;
    padding: 40px 96px;
  }
}
@media (max-width: 768px) {
  .flow .inner01 {
    padding: 24px 4.1025641026%;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .flow .inner01 {
    margin-top: 24px;
  }
}
@media (min-width: 769px) {
  .flow .inner01::before, .flow .inner01::after {
    content: "";
    background: no-repeat center center/100% auto;
    position: absolute;
    z-index: -1;
  }
}
.flow .inner01::after {
  background-image: url(../images/reform/flow_icon01_pc.webp);
}
@media (min-width: 769px) {
  .flow .inner01::after {
    width: 326px;
    height: 204px;
    right: 30px;
    bottom: calc(100% - 20px);
  }
}
@media (max-width: 768px) {
  .flow .inner01::after {
    width: 155px;
    height: 97px;
    right: 0;
    left: 253px;
    bottom: calc(100% - 12px);
  }
}
.flow :is(.block01, .block02, .block03) .title01 {
  background-color: #293368;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  border-radius: 8px;
}
@media (min-width: 769px) {
  .flow :is(.block01, .block02, .block03) .title01 {
    width: 96.837944664%;
    font-size: 24px;
    margin-bottom: 16px;
    padding: 13px;
  }
}
@media (max-width: 768px) {
  .flow :is(.block01, .block02, .block03) .title01 {
    font-size: 12px;
    font-size: 3vw;
    margin-bottom: 8.2%;
    padding: 8px;
  }
}
@media (min-width: 769px) {
  .flow .block01 {
    width: 45.7%;
  }
}
@media (max-width: 768px) {
  .flow .block01 {
    width: 44.210438227%;
  }
}
@media (min-width: 769px) {
  .flow .block03 {
    width: 45.7%;
  }
}
@media (max-width: 768px) {
  .flow .block03 {
    width: 44.210438227%;
  }
}
.flow .block03 .title01 {
  margin-left: auto;
}

@media (min-width: 769px) {
  .flowReform .block02 {
    width: 5.8%;
    margin-top: 66px;
    padding-top: 15.5%;
  }
}
@media (max-width: 768px) {
  .flowReform .block02 {
    width: 9.4842255014%;
    margin-top: 16px;
    padding-top: 36%;
  }
}
@media (min-width: 769px) {
  .flowCustom .block02 {
    width: 5.8%;
    margin-top: 66px;
    padding-top: 15.5%;
  }
}
@media (max-width: 768px) {
  .flowCustom .block02 {
    width: 9.7631733103%;
    margin-top: 16px;
    padding-top: 36.5%;
  }
}

@media (min-width: 769px) {
  .globalNav {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.globalNav ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .globalNav ol {
    border-width: 0 1px 1px;
    border-color: #ccc;
    border-style: solid;
  }
}
@media (min-width: 769px) {
  .globalNav li {
    border-left: 1px solid #ccc;
  }
}
@media (max-width: 768px) {
  .globalNav li {
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 768px) {
  .globalNav li:first-child {
    flex-grow: 1;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .globalNav li:not(:first-child) {
    flex-basis: 50%;
  }
}
@media (min-width: 769px) {
  .globalNav li:last-child {
    border-right: 1px solid #ccc;
  }
}
.globalNav li:nth-of-type(odd):not(:first-child) {
  border-left: 1px solid #ccc;
}
.globalNav a {
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: relative;
}
@media (min-width: 769px) {
  .globalNav a {
    display: inline-flex;
    font-size: 20px;
    line-height: 1;
    padding: 4px 26px;
  }
}
@media (max-width: 768px) {
  .globalNav a {
    display: flex;
    min-height: 34px;
    font-size: 12px;
    text-align: center;
    line-height: 1.3333333333;
    padding: 2px 14px;
  }
}
.globalNav a::after {
  display: inline-block;
  content: "";
  background: no-repeat center center/100% auto;
  background-image: url(../images/common/icon_arrow02.svg);
}
@media (min-width: 769px) {
  .globalNav a::after {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
}
@media (max-width: 768px) {
  .globalNav a::after {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    translate: 0 -50%;
  }
}

.mainKv {
  width: 100%;
  position: relative;
}
@media (min-width: 769px) {
  .mainKv {
    background: no-repeat center center/cover;
    background-image: url(../images/top/kv_bg_pc.webp);
    height: 700px;
  }
}
@media (max-width: 768px) {
  .mainKv {
    background: no-repeat top center/cover;
    background-image: url(../images/top/kv_bg_sp.webp);
    height: 102.5641025641vw;
    padding-top: 9%;
    padding-bottom: 2%;
  }
}
.mainKv .title01 {
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .mainKv .title01 {
    width: 728px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
@media (max-width: 768px) {
  .mainKv .title01 {
    margin-top: 19.6%;
  }
}
@media (max-width: 768px) {
  .mainKv .title01 img {
    width: 89.2307692308%;
  }
}
.mainKv .buttons01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
}
@media (min-width: 769px) {
  .mainKv .buttons01 {
    max-width: 1164px;
    gap: 220px;
    position: absolute;
    left: 50%;
    bottom: 24px;
    translate: -50% 0;
  }
}
@media (max-width: 768px) {
  .mainKv .buttons01 {
    gap: 2.0512820513vw;
    margin-top: 24%;
    padding-left: 16px;
    padding-right: 16px;
    padding-left: 4.1025641026%;
    padding-right: 4.1025641026%;
  }
}
.mainKv .buttons01 li {
  flex: 1;
  background-color: #fff;
  border-radius: 8px;
}
@media (min-width: 769px) {
  .mainKv .buttons01 li {
    flex: 0 1 500px;
  }
}
@media (max-width: 768px) {
  .mainKv .buttons01 li {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .mainKv .buttons01 a {
    justify-content: center;
    align-items: center;
    width: 500px;
    gap: 8px;
    height: 88px;
    font-size: 28px;
    line-height: 1;
    padding-inline: 24px;
  }
}
@media (max-width: 768px) {
  .mainKv .buttons01 a {
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: max(4.6153846154vw, 11px);
    padding-block: 0.64em;
  }
}
.mainKv .buttons01 a::after {
  position: static;
  translate: 0 0;
}
@media (min-width: 769px) {
  .mainKv .buttons01 a em {
    margin-right: 2px;
  }
}
.pageKv {
  display: flex;
  justify-content: center;
  align-items: center;
  background: no-repeat center center/cover;
  overflow-x: hidden;
}
@media (min-width: 769px) {
  .pageKv.pageKvReform {
    background-image: url(../images/reform/kv_img01_pc.webp);
    height: 500px;
  }
}
@media (max-width: 768px) {
  .pageKv.pageKvReform {
    background-image: url(../images/reform/kv_img01_sp.webp);
    height: 102.5641025641vw;
  }
}
.pageKv.pageKvReform .title01 {
  position: relative;
  z-index: 0;
}
@media (min-width: 769px) {
  .pageKv.pageKvReform .title01 {
    width: 100%;
  }
}
.pageKv.pageKvReform .title01::before, .pageKv.pageKvReform .title01::after {
  content: "";
  background: no-repeat center center;
  position: absolute;
  z-index: -1;
}
@media (min-width: 769px) {
  .pageKv.pageKvReform .title01::before, .pageKv.pageKvReform .title01::after {
    background-size: 300px;
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .pageKv.pageKvReform .title01::before, .pageKv.pageKvReform .title01::after {
    width: 35.8974358974vw;
    height: 35.8974358974vw;
    background-size: 35.8974358974vw;
  }
}
@media (min-width: 1440px) {
  .pageKv.pageKvReform .title01::before {
    background-image: url(../images/reform/kv_bg01_pc.webp);
    margin-inline: auto;
    bottom: -120px;
    left: -1080px;
    right: 0;
  }
}
@media (max-width: 1439px) {
  .pageKv.pageKvReform .title01::before {
    background-image: url(../images/reform/kv_bg01_pc.webp);
    margin-inline: auto;
    bottom: -120px;
    left: -1020px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .pageKv.pageKvReform .title01::before {
    background-image: url(../images/reform/kv_bg01_sp.webp);
    left: -8.7179487179vw;
    bottom: -36vw;
    right: inherit;
  }
}
@media (min-width: 1440px) {
  .pageKv.pageKvReform .title01::after {
    background-image: url(../images/reform/kv_bg02_pc.webp);
    margin-inline: auto;
    top: -120px;
    left: 0;
    right: -1080px;
  }
}
@media (max-width: 1439px) {
  .pageKv.pageKvReform .title01::after {
    background-image: url(../images/reform/kv_bg02_pc.webp);
    margin-inline: auto;
    top: -120px;
    left: 0;
    right: -1020px;
  }
}
@media (max-width: 768px) {
  .pageKv.pageKvReform .title01::after {
    background-image: url(../images/reform/kv_bg02_sp.webp);
    right: -8.2051282051vw;
    top: -36vw;
    left: inherit;
  }
}
.pageKv.pageKvReform .title01 img {
  width: 680px;
}
@media (min-width: 769px) {
  .pageKv.pageKvCustom {
    background-image: url(../images/custom/kv_img01_pc.webp);
    height: 500px;
  }
}
@media (max-width: 768px) {
  .pageKv.pageKvCustom {
    background-image: url(../images/custom/kv_img01_sp.webp);
    height: 102.5641025641vw;
  }
}
.pageKv.pageKvCustom .title01 {
  position: relative;
  z-index: 0;
}
@media (min-width: 769px) {
  .pageKv.pageKvCustom .title01 {
    width: 100%;
  }
}
.pageKv.pageKvCustom .title01::before, .pageKv.pageKvCustom .title01::after {
  content: "";
  background: no-repeat center center;
  position: absolute;
  z-index: -1;
}
@media (min-width: 769px) {
  .pageKv.pageKvCustom .title01::before, .pageKv.pageKvCustom .title01::after {
    background-size: 300px;
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .pageKv.pageKvCustom .title01::before, .pageKv.pageKvCustom .title01::after {
    width: 35.8974358974vw;
    height: 35.8974358974vw;
    background-size: 35.8974358974vw;
  }
}
@media (min-width: 1440px) {
  .pageKv.pageKvCustom .title01::before {
    background-image: url(../images/custom/kv_bg01_pc.webp);
    margin-inline: auto;
    bottom: -120px;
    left: -1080px;
    right: 0;
  }
}
@media (max-width: 1439px) {
  .pageKv.pageKvCustom .title01::before {
    background-image: url(../images/custom/kv_bg01_pc.webp);
    margin-inline: auto;
    bottom: -120px;
    left: -1020px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .pageKv.pageKvCustom .title01::before {
    background-image: url(../images/custom/kv_bg01_sp.webp);
    left: -8.7179487179vw;
    bottom: -36vw;
    right: inherit;
  }
}
@media (min-width: 1440px) {
  .pageKv.pageKvCustom .title01::after {
    background-image: url(../images/custom/kv_bg02_pc.webp);
    margin-inline: auto;
    top: -120px;
    left: 0;
    right: -1080px;
  }
}
@media (max-width: 1439px) {
  .pageKv.pageKvCustom .title01::after {
    background-image: url(../images/custom/kv_bg02_pc.webp);
    margin-inline: auto;
    top: -120px;
    left: 0;
    right: -1020px;
  }
}
@media (max-width: 768px) {
  .pageKv.pageKvCustom .title01::after {
    background-image: url(../images/custom/kv_bg02_sp.webp);
    right: -8.2051282051vw;
    top: -36vw;
    left: inherit;
  }
}
.pageKv.pageKvCustom .title01 img {
  width: 680px;
}
.pageKv .title01 {
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (min-width: 769px) {
  .pageKv .title01 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .pageKv .title01 {
    width: 82.0512820513vw;
    font-size: 24px;
  }
}
.pageKv .title01 img {
  width: 100%;
}

.navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ccc;
}
@media (min-width: 769px) {
  .navigation ul {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .navigation ul {
    height: 36px;
  }
}
.navigation li {
  border-color: #ccc;
  border-style: solid;
  height: 100%;
}
@media (min-width: 769px) {
  .navigation li {
    flex: 0 1 600px;
  }
}
@media (max-width: 768px) {
  .navigation li {
    flex: 1;
  }
}
.navigation li:first-child {
  border-width: 0 1px;
}
.navigation li:not(:first-child) {
  border-width: 0 1px 0 0;
}
.navigation a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 100%;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 769px) {
  .navigation a {
    gap: 16px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .navigation a {
    gap: 4px;
    font-size: 12px;
  }
}
.navigation a::after {
  content: "";
  display: block;
  background: no-repeat center center/contain;
  background-image: url(../images/common/icon_arrow02.svg);
}
@media (min-width: 769px) {
  .navigation a::after {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .navigation a::after {
    width: 14px;
    height: 14px;
  }
}
@media (hover: hover) {
  .navigation a:hover {
    background-color: #eff2ff;
  }
}

.power {
  background: no-repeat center center;
  background-color: #def3ff;
  background-image: url(../images/top/bg01.svg);
}
@media (min-width: 769px) {
  .power {
    background-size: 695px 532px;
    background-position: calc(100% + 80px) -40px;
    padding: 72px 120px;
  }
}
@media (max-width: 768px) {
  .power {
    background-size: 290px 379px;
    background-position: calc(100% + 50px) 0px;
    padding-block: 48px;
  }
}
.power hgroup {
  text-align: center;
}
.power hgroup::after {
  content: "";
}
.power hgroup .title01 {
  color: #293368;
  font-weight: bold;
}
@media (min-width: 769px) {
  .power hgroup .title01 {
    font-size: 48px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .power hgroup .title01 {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.power hgroup p {
  font-weight: bold;
}
@media (min-width: 769px) {
  .power hgroup p {
    font-size: 24px;
    line-height: 1.6666666667;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .power hgroup p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
  }
}
.power .inner01 {
  background-color: #fff;
  border-radius: 16px;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .power .inner01 {
    max-width: 1200px;
    margin-top: 32px;
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .power .inner01 {
    margin-top: 24px;
    padding: 32px 16px;
  }
}
@media (min-width: 769px) {
  .power .description01 {
    font-size: 12px;
    line-height: 1.6666666667;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .power .description01 {
    font-size: 12px;
    line-height: 1.6666666667;
    margin-top: 8px;
  }
}

@media (min-width: 769px) {
  .strength {
    width: 100%;
    max-width: 1200px;
    padding: 72px 20px;
    margin-inline: auto;
    box-sizing: content-box;
  }
}
@media (max-width: 768px) {
  .strength {
    padding: 40px 16px;
  }
}
.strength hgroup {
  text-align: center;
}
.strength hgroup .title01 {
  font-weight: bold;
  color: #293368;
}
@media (min-width: 769px) {
  .strength hgroup .title01 {
    font-size: 48px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .strength hgroup .title01 {
    font-size: 24px;
    font-size: 6.1538461538vw;
    line-height: 1;
  }
}
.strength .inner01 {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .strength .inner01 {
    max-width: 1200px;
  }
}
@media (min-width: 769px) {
  .strength img {
    margin-top: 48px;
  }
}
@media (max-width: 768px) {
  .strength img {
    margin-top: 20px;
  }
}
.strength .block01 {
  display: flex;
  color: #293368;
  list-style: none;
}
@media (min-width: 769px) {
  .strength .block01 {
    gap: 32px;
    margin-top: 48px;
  }
}
@media (max-width: 768px) {
  .strength .block01 {
    flex-direction: column;
    margin-top: 24px;
    margin-top: 6.1538461538vw;
  }
}
.strength .block01 li {
  font-weight: bold;
}
@media (min-width: 769px) {
  .strength .block01 li {
    flex: 0 0 584px;
  }
}
.strength .block01 li.network {
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .strength .block01 li.network {
    background-position: right 0 bottom 0;
    background-size: 527px 512px;
    background-image: url("../images/reform/strength_map_pc.png");
  }
}
@media (max-width: 768px) {
  .strength .block01 li.network {
    background-position: right 0 bottom 0;
    background-size: 88%;
    background-image: url("../images/reform/strength_map_sp.png");
    margin-top: 12px;
    margin-top: 3.0769230769vw;
    position: relative;
  }
}
@media (max-width: 768px) {
  .strength .block01 li.network::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media (max-width: 768px) {
  .strength .block01 li.network dl {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.strength .block01 li dl {
  text-align: left;
}
@media (min-width: 769px) {
  .strength .block01 li dl dt:not(:first-child) {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .strength .block01 li dl dt:not(:first-child) {
    margin-top: 12px;
    margin-top: 3.0769230769vw;
  }
}
.strength .block01 li dl dt b {
  display: block;
  background: #293369;
  font-weight: inherit;
  color: #fff;
  line-height: 1;
  border-left: 0.1px solid #293369;
  position: relative;
  border-radius: 4px;
}
@media (min-width: 769px) {
  .strength .block01 li dl dt b {
    font-size: 24px;
    padding: 13px 32px;
  }
}
@media (max-width: 768px) {
  .strength .block01 li dl dt b {
    font-size: 18px;
    font-size: 4.6153846154vw;
    padding: 8px 16px;
    padding: 2.0512820513vw 4.1025641026vw;
  }
}
.strength .block01 li dl dt b span {
  font-size: 14px;
}
@media (min-width: 769px) {
  .strength .block01 li dl dd:not(:first-child) {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .strength .block01 li dl dd:not(:first-child) {
    margin-top: 12px;
    margin-top: 3.0769230769vw;
  }
}
.strength .block01 li dl dd p {
  line-height: 1;
}
@media (min-width: 769px) {
  .strength .block01 li dl dd p {
    font-size: 32px;
    margin-left: 32px;
  }
}
@media (max-width: 768px) {
  .strength .block01 li dl dd p {
    font-size: 20px;
    font-size: 5.1282051282vw;
    margin-left: 4.1025641026vw;
  }
}
@media (min-width: 769px) {
  .strength .block01 li dl dd p span {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .strength .block01 li dl dd p span {
    font-size: 40px;
    font-size: 10.2564102564vw;
    line-height: 1;
  }
}
.strength .block01 li dl dd p.baibai {
  color: #293368;
}
@media (max-width: 768px) {
  .strength .block01 li dl dd p.baibai {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .strength .block01 li dl dd p.baibai span {
    line-height: 1.5;
  }
}
.strength .block01 li dl dd p.rent {
  color: #1a7835;
}
@media (min-width: 769px) {
  .strength .block01 li dl dd p.rent {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .strength .block01 li dl dd p.rent {
    margin-top: 16px;
    margin-top: 4.1025641026vw;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .strength .block01 li dl dd p.rent span {
    line-height: 1.5;
  }
}
@media (min-width: 769px) {
  .strength .block01 li dl dd p em {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .strength .block01 li dl dd p em {
    font-size: 32px;
    font-size: 8.2051282051vw;
  }
}
@media (min-width: 769px) {
  .strength .notes01 {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .strength .notes01 {
    margin-top: 8px;
  }
}
@media (min-width: 769px) {
  .strength .notes01 li {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
@media (max-width: 768px) {
  .strength .notes01 li {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

html {
  scroll-behavior: auto !important;
}

@media (max-width: 768px) {
  .main {
    overflow-x: hidden;
  }
}

:where(.main, .globalNav, .contact_footer) {
  color: #333;
}
:where(.main, .globalNav, .contact_footer) img {
  vertical-align: bottom;
}
:where(.main, .globalNav, .contact_footer) ul,
:where(.main, .globalNav, .contact_footer) ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
:where(.main, .globalNav, .contact_footer) em {
  font-style: normal;
}
:where(.main, .globalNav, .contact_footer) a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
}

.contentInner01 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .contentInner01 {
    max-width: 1200px;
  }
}
@media (max-width: 768px) {
  .contentInner01 {
    width: 100%;
  }
}

.contentInner02 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .contentInner02 {
    width: 1044px;
  }
}
@media (max-width: 768px) {
  .contentInner02 {
    width: 100%;
  }
}