@charset "UTF-8";
/* =======================================================
  header
======================================================= */
.header-common.frontpage .site-title-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .header-common.frontpage .site-title-area {
    position: fixed;
    transition: background ease .5s;
  }
}

.header-common.frontpage .gnav {
  position: fixed;
  top: 85px;
  left: 0;
  right: 0;
  z-index: 1200;
}

.header-common.frontpage .gnav .gnav-lg {
  margin-left: auto;
  margin-right: auto;
  width: 930px;
}

.header-common.frontpage .gnav .gnav-lg .gnav-shadow {
  position: absolute;
  top: -9px;
  left: -10px;
}

/* .header-common.frontpage .gnav .gnav-lg li:last-child a {
  background: #fff;
  color: #fff;
} */

/* .header-common.frontpage .gnav .gnav-lg li:last-child a:hover {
  background: #0068b7;
} */

/* .header-common.frontpage .gnav .gnav-lg li:last-child a .sub {
  color: #fff;
} */

.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media (max-width: 768px) {
  .header-common.frontpage {
    position: relative;
    height: auto;
  }
  .header-common.frontpage .gnav {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 5000;
  }
  .header-common.frontpage .gnav .gnav-sp {
    position: fixed;
    top: 66px;
  }
  .header-common.frontpage .btn_spnav-toggle {
    position: fixed;
    top: -4px;
  }
}
/* main-area */
#main-area {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
#main-area .main-slide {
  display: none;
  position: absolute;
  top:0;
  z-index: 20;
  min-width:1500px;
  width:100%;
  height:100%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  margin: auto;
}
#main-area .main-slide.slick-initialized {
  display: block;
}
@media (max-width: 1080px) {
  #main-area .main-slide {
    min-width:1600px;
    transform: translateX(-60%);
  }
}
#main-area .main-slide:first-child {
  position: relative;
}
#main-area .main-slide:first-child img {
  vertical-align: top;
}
#main-area .main-slide .slick-list,
#main-area .main-slide .slick-track{ height:100%; }
#main-area .slide-data {
  height:100%;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#main-area .slide-data img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
#main-area .cover {
  font-size: 0;
  letter-spacing: 0;
}
#main-area .cover .shape-lt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1100px;
  height: auto;
  z-index: 30;
}
#main-area .cover .shape-rt {
  position: absolute;
  top: -25px;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 29;
}
#main-area .cover .shape-rb {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 30;
  height: auto;
}
#main-area .cover img {
  vertical-align: bottom;
  width: 100%;
}
#main-area .main-title {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
  z-index: 1000;
  transform: translateY(-50%);
}
#main-area .main-title .title {
  display: inline-block;
  color: #fff;
  font-size: 70px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 80px;
  padding-bottom: 30px;
  max-width: 765px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(90deg, #08207C 0%, #1C3DB7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}
#main-area .main-title .title .title-small{
  font-size: 60px;
}
#main-area .main-title .title .small{
  font-size: 50px;
}
@media (max-width: 1080px) {
  #main-area .main-title {
    padding: 0 30px;
  }
  #main-area .main-title .title {
    font-size: 60px;
  }
  #main-area .main-title .title .title-small{
    font-size: 50px;
  }
  #main-area .main-title .title .small{
    font-size: 40px;
  }
}
#main-area .main-title .partner {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 0.5px solid #707070;
  border-radius: 12px;
  max-width: 532px;
}
.partner .partner-logo.sbi {
  max-width: 162px;
  width: 100%;
  height: auto;
  padding-left: 19px;
}
.partner .partner-logo.raku {
  max-width: 235px;
  width: 100%;
  height: auto;
  padding-left: 6px;
}
.partner .partner-logo img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.partner .partner-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  padding-left: 15px;
}
@media (max-width: 768px) {
  #main-area .main-title .partner {
    flex-direction: column;
    max-width: 42vw;
    padding: 5px 8px 10px;
    position: absolute;
    bottom: 11px;
  }
  .partner .partner-logo.sbi {
    max-width: 26vw;
    padding: 0;
  }
  .partner .partner-logo.raku {
    max-width: 41vw;
    padding: 0;
  }
  .partner .partner-text {
    font-size: 3.7vw;
    line-height: 3.7vw;
    padding: 0;
    padding-top: 5px;
  }
}
#main-area .main-title .text {
  color: #fff;
  font-size: 28px;
  font-family: 'source-han-sans-japanese', sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 30px;
  line-height: 1.5em;
  text-align: center;
}
#main-area .btn-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 680px;
  margin: 0;
}
#main-area .main-btn{
  margin: 45px 0 0;
  text-align: center;
}
/* @media (max-width: 1440px) {
  #main-area .main-btn{
    margin: 25px 0 0;
    text-align: center;
  }
} */
#main-area .main-btn .btn-text {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 0;
  margin-bottom: 15px;
}
#main-area .main-btn a.link-btn {
  display: inline-block;
  width: 330px;
  border-radius: 50px;
  border: 2px solid #eb7f00;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 73px;
  text-align: center;
  box-shadow: 0px 3px 6px #00000066;
}
#main-area .main-btn a.link-btn::before,
#main-area .main-btn a.link-btn::after {
  content: none;
}
a.link-btn .arrow {
  position: static;
  text-align: center;
}
a.link-btn .arrow:after {
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

/* ボタン色白 */
a.link-btn.btn-white, button.link-btn.btn-white {
  background: #fff;
  color: #eb7f00;
  border-color: #eb7f00;
}
a.link-btn.link-btn-white:hover, a.link-btn.link-btn-white:active, button.link-btn.link-btn-white:hover, button.link-btn.link-btn-white:active {
  background: #eb7f00;
  color: #fff !important;
}
a.link-btn-white:hover:before, a.link-btn-white:hover:after, a.link-btn-white:active:before, a.link-btn-white:active:after,
button.link-btn-white:hover:before,
button.link-btn-white:hover:after,
button.link-btn-white:active:before,
button.link-btn-white:active:after {
  background: #eb7f00 !important;
}

@media (max-width: 768px) {
  div.floating{
    display: none;
  }
}
@media (max-width: 768px) {
  #main-area {
    height: auto;
  }
  #main-area-pc {
    display: none;
  }
  #main-area .main-btn {
    display: none;
  }
}

/* main-area-sp */
.main-area-sp {
  display: none;
}
@media (max-width: 768px) {
  .main-area-sp {
    display: block;
    position: relative;
  }
  .main-area-sp .main-slide-sp {
    display: none;
    position: initial;
    top: 0;
    left: 0;
    width: 100%;
  }
  .main-area-sp .main-slide-sp.slick-initialized {
    display: block;
  }
  #main-area .main-title {
    top: 0;
    width:100%;
    height: 100%;
    z-index: 50;
    color: #fff;
    box-sizing: border-box;
    padding: 0 12px;
    transform: initial;
  }
  #main-area .main-title .title {
    font-size: 8.5vw;
    margin: 0 auto 0 0 ;
    padding: 0;
    line-height: 1.2em;
    width:100%;
    white-space: nowrap;
    font-family: 'source-han-sans-japanese', sans-serif;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 24px;
    left: 0;
  }
  #main-area .main-title .title .title-small{
    font-size: 6.9vw;
  }
  #main-area .main-title .title .small{
    font-size: 6.9vw;
  }
  .mainimage {
    display: none;
  }
  .mainimage.slick-initialized {
    display: block;
    margin: 0;
  }
  #main-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #main-area .cover .shape-lt {
    top: 0;
    left: 0;
    z-index: 1000;
    position: absolute;
    max-width: 100%;
    height: auto;
  }
  #main-area .cover .shape-rt {
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    position: absolute;
    max-width: 100%;
    height: auto;
  }
  #main-area .cover .shape-rb {
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    position: absolute;
    max-width: 100%;
    height: auto;
  }
  #main-area .cover .shape-lt img,
  #main-area .cover .shape-rt img,
  #main-area .cover .shape-rb img {
    max-width: 100%;
  }
  .main-area-sp img {
    width:100%;
    height: auto;
    vertical-align: top;
  }
  .slick-dots {
    z-index: 1000;
  }
  .slick-dots li {
    margin: 0 8px;
    transform: rotate(45deg);
    width: auto;
    height: auto;
  }

  .slick-dots li.slick-active button {
    background: #000;
  }

  .slick-dots li button {
    border-radius:100px;
    background: rgb(133, 133, 133);
    opacity: .75;
    padding: 0;
    width: 14px;
    height: 14px;
  }

  .slick-dots li button:before {
    display: none;
  }

  .slick-dots li button:hover {
    background: #fff;
    opacity: 1;
  }
}

/* nav-sp */
.nav-sp-top {
  display: none;
}

@media (max-width: 768px) {
  .btn_form, .input-btn {
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-size: 7px 13px;
    width: 85%;
    line-height: 44px;
    font-size: 13px;
  }
  .nav-sp-top {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 23.5px;
    padding-bottom: 21px;
  }
  nav.nav-sp-top .btn-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 640px;
    margin: 0 auto;
  }
  nav.nav-sp-top .btn-wrapper .main-btn {
    margin-bottom: 17px;
    text-align: center;
  }
  nav.nav-sp-top .btn-wrapper .main-btn:last-child {
    margin-bottom: 0;
  }
  nav.nav-sp-top .btn-wrapper .btn-text {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 6px;
  }
  nav.nav-sp-top .btn-wrapper a.link-btn,
  nav.nav-sp-top .btn-wrapper a.link-btn {
    border: 2px solid #eb7f00;
    border-radius: 50px;
    box-shadow: 0 3px 6px #00000066;
    font-size: 18px;
    max-width: 330px;
    height: 56px;
    line-height: 56px;
  }
  nav.nav-sp-top .btn-wrapper a.link-btn::before,
  nav.nav-sp-top .btn-wrapper a.link-btn::after {
    content: none !important;
  }
  a.link-btn, button.link-btn {
    border-top-width: 2px;
    border-bottom-width: 2px;
    background-size: 7px 13px;
    width: 85%;
    font-size: 16px;
    line-height: 51px;
  }
  a.link-btn:before, a.link-btn:after, button.link-btn:before, button.link-btn:after,
  a.link-btn-white:before, a.link-btn-white:after, button.link-btn-white:before, button.link-btn-white:after {
    content: '';
    border-top-width: 2px;
    border-left-width: 2px;
    width: 40px;
    height: 40px;
  }
  a.link-btn.reserve:hover .arrow:after, a.link-btn.reserve:active .arrow:after, button.link-btn.reserve:hover .arrow:after, button.link-btn.reserve:active .arrow:after {
    content: '';
    background-image: url(../images/common/icon_btn-arrow-orange-sp.png);
}
  a.link-btn-white .arrow-orange::after, button.link-btn .arrow-orange::after {
    content: "";
    background-image: url(../images/common/icon_btn-arrow-orange-sp.png);
  }

  a.link-btn.reserve:hover, a.link-btn.reserve:active, button.link-btn.reserve:hover, button.link-btn.reserve:active {
    background: #fff;
    color: #eb7f00 !important;
  }
  a.link-btn.reserve:hover:before, a.link-btn.reserve:hover:after, a.link-btn.reserve:active:before, a.link-btn.reserve:active:after, button.link-btn.reserve:hover:before, button.link-btn.reserve:hover:after, button.link-btn.reserve:active:before, button.link-btn.reserve:active:after {
    background: #fff !important;
  }
  a.link-btn:before,
  button.link-btn:before {
    content: '';
    top: 7px;
    left: -21px;
  }
  a.link-btn:after,
  button.link-btn:after {
    content: '';
    top: 7px;
    right: -21px;
  }
  a.link-btn .arrow:after, button.link-btn .arrow:after {
    content: '';
    top: 50%;
    right: 10px;
    width: 7px;
    height: 13px;
    transform: translateY(-50%);
}
}
  /* .nav-sp-top li {
    float: left;
    box-sizing: border-box;
    width: 50%;
  }
  .nav-sp-top li:nth-child(2n) {
    border-left: 1px solid #d2d2d2;
  }
  .nav-sp-top a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #d2d2d2;
    background-image: url(../images/common/icon_arrow-link-blue-sp.png);
    background-repeat: no-repeat;
    background-position: calc( 100% - 10px) 50%;
    background-size: 6px 9px;
    color: #08207c;
    text-decoration: none;
    text-align: center;
  }
  .nav-sp-top a.contact, .nav-sp-top a.reserve {
    background-image: url(../images/common/icon_arrow-link-white-sp.png);
    color: #fff;
  }
  .nav-sp-top a.contact {
    background-color: #08207c;
  }
  .nav-sp-top a.reserve {
    background-color: #f48f0b;
  }
  .nav-sp-top a.blank {
    background-image: url(../images/common/icon_arrow-link-gray-sp.png);
    color: #aaa;
  } */


/* トップ共通 ================================= */
.frontpage-wrap {
  position: relative;
  overflow: hidden;
}

.top-section {
  position: relative;
  padding: 100px 0;
}

.top-section h2 {
  margin-bottom: 32px;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  color: #08207c;
}

.top-section h2 .sub {
  display: block;
  color: #0068b7;
  font-weight: normal;
  font-size: 14px;
}

@media (max-width: 768px) {
  .top-section {
    padding: 42px 0;
  }
  .top-section h2 {
    margin-bottom: 18px;
    font-size: 26px;
  }
  .top-section h2 .sub {
    line-height: 1em;
    font-size: 12px;
  }
}

/* summary ================================= */
.top-summary {
  background: #081f7c0a;
}
.top-summary .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 18px 55px;
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
}
.top-summary .summary-text {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.66px;
  position: relative;
}
.top-summary .summary-text:first-child {
  padding-left: 51px;
}
.top-summary .summary-text:first-child::before {
  content: '';
  display: block;
  width: 37px;
  height: 25px;
  background: url(../images/top2025/icn1.png) no-repeat center center;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.top-summary .summary-text:nth-child(2) {
  padding-left: 107px;
}
.top-summary .summary-text:nth-child(2)::before {
  content: '';
  display: block;
  width: 37px;
  height: 25px;
  background: url(../images/top2025/icn2.png) no-repeat center center;
  background-size: contain;
  left: 68px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.top-summary .summary-text .gold {
  font-size: 23px;
  line-height: 37px;
  letter-spacing: 0.69px;
  color: #B7A544;
}
.top-summary .summary-text .num {
  font-size: 36px;
  line-height: 37px;
  letter-spacing: 0px;
}
.top-summary .summary-notes {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0;
  color: #454545;
  padding-left: 80px;
}
@media (max-width: 768px) {
  .top-summary {
    position: relative;
  }
  .top-summary .inner {
    flex-direction: column;
    padding: 25px 20px 35px !important;
  }
  .top-summary .summary-text {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0px;
    position: relative;
  }
  .top-summary .summary-text .gold {
    font-size: 16px;
    line-height: 26px;
  }
  .top-summary .summary-text .num {
    font-size: 26px;
    line-height: 26px;
  }
  .top-summary .summary-notes {
    font-size: 10px;
    line-height: 30px;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 20px;
  }
  .top-summary .summary-text:first-child {
    padding-left: 39px;
    margin-bottom: 12px;
  }
  .top-summary .summary-text:first-child::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/top2025/icn1.png) no-repeat center center;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .top-summary .summary-text:nth-child(2) {
    padding-left: 30px;
  }
  .top-summary .summary-text:nth-child(2)::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/top2025/icn2.png) no-repeat center center;
    background-size: contain;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    position: absolute;
  }
}
/* important-post ================================= */
.important-post {
  margin: 20px auto 30px;
  padding: 0 20px;
}
.important-post .important-post-inner {
  max-width: 868px;
  width: 100%;
  background: rgba(204, 0, 0, 0.05);
  padding: 20px;
  margin-inline: auto;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
}
.important-post .important-post-inner .important-post-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #CC0000;
  margin-bottom: 10px;
}
.important-post .important-post-inner a {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: #333333;
}
.important-post .important-post-inner a + a {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .important-post .important-post-inner .important-post-title {
    font-size: 18px;
  }
  .important-post .important-post-inner a {
    font-size: 16px;
    text-align: left;
  }
}
.important-post .important-post-inner a .important-post-text {
  display: inline;
}

/* media ================================= */
.media {
  background: #08207C;
}
.media .inner {
  padding: 50px 0;
  width: inherit;
}
.media-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 39px;
  letter-spacing: 0;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 40px;
}
.media-item {
  position: relative;
  padding-left: 30px;
  width: 100%;
}
.media-item::before {
  display: block;
  content: '';
  width: 20px;
  height: 22px;
  background: url(../images/top2025/arrow.png) no-repeat center center;
  background-size: contain;
  top: 2px;
  left: 0;
  position: absolute;
}
.media-item .media-tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0;
  color: #FFFFFF;
}
.media-item .media-date {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  color: #FFFFFF;
}
#media-slider .slick-slide {
  width: auto !important;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .media .inner {
    padding: 30px 0;
  }
  .media-title {
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 25px;
  }
  .media-item .media-tit {
    font-size: 17px;
  }
  .media-item .media-date {
    font-size: 15px;
  }
}

/* support ================================= */
.support-subtitle {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  padding: 1px 0 0;
  max-width: 470px;
  text-align: center;
  margin: 60px auto 0;
  position: relative;
  box-sizing: border-box;
}
.support-subtitle .sub {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0;
  color: #08207C;
}

@media screen and (max-width: 768px) {
  .support-subtitle {
    max-width: 80vw;
    margin-top: 30px;
    padding: 0;
    font-size: 24px;
    line-height: 35px;
  }
  .support-subtitle .sub {
    font-size: 18px;
    line-height: 35px;
  }
  .support-subtitle::before {
    border-top-width: 7.46667vw;
  }
  .support-subtitle::after {
    border-bottom-width: 7.46667vw;
  }
}

.support-movie {
  display: flex;
  justify-content: center;
  margin: 40px auto 60px;
}

@media screen and (max-width: 1048px) {
  .support-movie {
    margin: 3.81679vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .support-movie {
    margin: 25px 0 30px;
    padding: 0 20px;
  }
}

.support-movie-iframe {
  width: 668px;
  height: 376px;
  box-shadow: 0px 3px 6px #00000012;
}

@media screen and (max-width: 768px) {
  .support-movie-iframe {
    width: 100%;
    height: 52.53333vw;
  }
}

/* ピックアップ ================================= */
.top-section.pickup {
  background: #FFFFFF;
  padding-top: 70px;
}
.top-section.pickup h2 {
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0;
  color: #333333;
  margin-bottom: 70px;
}
.top-section .pickup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .top-section.pickup {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .top-section.pickup h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .top-section .pickup-list {
    margin: 0 auto;
    max-width: 560px;
  }
}
.top-section .pickup-list li {
  /* max-width: 100%; */
  margin: 0 15px 30px;
  flex-shrink: 0;
}
.top-section .pickup-list img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .top-section .pickup-list li {
    width: 48%;
    margin: 0 1% 10px;
  }

  .top-section .pickup-list-sp-full li {
    width: 98%;
    text-align: center;
  }
}

/* ポイント ================================= */
.top-section.point {
  padding: 0;
}

@media (max-width: 768px) {
  .top-section.point {
    padding: 0;
  }
}

.top-section.point .point-back {
  padding: 60px 0 0;
  background: url(../images/top2025/back.jpg) 100% 50% no-repeat scroll;
  background-size: cover;
}

.point-title {
  padding-bottom: 37px;
  text-align: center;
}

.point-title .sec-tit {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  color: #333333;
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .top-section.point .point-back {
    padding: 0;
    background: none;
    position: relative;
  }
  .point-title {
    padding-top: 40px;
    padding-bottom: 25px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  .point-back .point-title::after {
    content: "";
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 90px;
    height: 65px;
    background: url(../images/top2025/01.png) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
  }
  .point-title .sec-tit {
    font-size: 26px;
    line-height: 27px;
  }
}

ol.flow {
  counter-reset: num;
  margin: 0 auto 10px;
}

ol.flow li {
  position: relative;
}

ol.flow li:before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
}

.points {
  counter-reset: num;
}

.points li {
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  line-height: 0;
}

@media (max-width: 768px) {
  .points li {
    padding: 145px 15px 30px;
    background-position: 50% 0;
    background-size: contain;
  }
}

.points li .wrapper {
  display: flex;
  max-width: 1034px;
  width: 100%;
  padding: 0;
}
.points .point01 {
  padding: 0 0 60px;
}
.points .point02 {
  background:  rgba(7, 31, 120, 0.05);
  padding: 60px 0;
}
.points .point03 {
  padding: 37px 0 85px;
  line-height: initial;
}
.points .point01 .wrapper {
  flex-direction: row-reverse;
  align-items: center;
  gap: 76px;
}
.points .point02 .wrapper {
  align-items: center;
  gap: 60px;
}
.points .point03 .wrapper {
  flex-direction: row-reverse;
  align-items: center;
  gap: 117px;
}
@media (max-width: 768px) {
  .points li .wrapper {
    display: block;
    max-width: 1034px;
    width: 100%;
    padding: 0;
  }
  .points .point01,
  .points .point02,
  .points .point03 {
    position: relative;
    padding: 107px 20px 30px;
    z-index: 1;
  }
  .points .point01 {
    padding-top: 185px !important;
  }
  .points .point01::before {
    content: "";
    background: url(../images/top2025/_sp/back_sp.jpg) 0 bottom no-repeat scroll;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .points .point02 {
    padding: 0;
  }
  .points .point03 {
    padding: 115px 20px 30px;
    background: #F2F2F2;
  }
  .points .point01 .wrapper,
  .points .point02 .wrapper,
  .points .point03 .wrapper {
    position: static;
    flex-direction: column;
    align-items: center;
  }
  .points .point02 {
    background:  #F2F4F8;
  }
  .points .point02 .wrapper {
    padding: 120px 20px 30px;
  }
}

.point01 .text-area,
.point02 .text-area,
.point03 .text-area {
  padding-top: 104px;
}
.point01 .text-area {
  max-width: 490px;
  width: 100%;
}
.point01 .text-area h3 {
  margin-top: 7px;
  margin-bottom: 22px;
}
.point02 .text-area h3 {
  margin-top: 13px;
  margin-bottom: 27px;
}
.point03 .text-area h3 {
  margin-top: 7px;
  margin-bottom: 27px;
}
.points .text-area p {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0;
  color: #333333;
}
.points .text-area .notes {
  font-size: 16px;
  margin-top: 27px;
}
.points .text-area:before {
  content: '';
  display: block;
  position: absolute;
  width: 107px;
  height: 74px;
  top: 0;
}
.point01 .text-area:before {
  background: url(../images/top2025/01.png) 50% 50% no-repeat;
  background-size: contain;
}
.point02 .text-area:before {
  background: url(../images/top2025/02.png) 50% 50% no-repeat;
  background-size: contain;
}
.point03 .text-area:before {
  background: url(../images/top2025/03.png) 50% 50% no-repeat;
  background-size: contain;
}

.points .text-area h3 {
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0;
  color: #333333;
}

@media (max-width: 768px) {
  .points .text-area {
    margin: 0;
    margin-inline: auto;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .points .text-area p {
    font-size: 16px;
  }
  .points .text-area .notes {
    font-size: 16px;
    margin-top: 13px;
  }
  .points .text-area:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 65px;
  }
  .point01 .text-area:before {
    content: none;
  }
  .point02 .text-area:before,
  .point03 .text-area:before {
    top: 25px;
  }
  .points .text-area:after {
    top: 4px;
    left: 6px;
    font-size: 17px;
  }
  .points .text-area h3 {
    font-size: 22px;
    line-height: 35.5px;
    text-align: center;
    margin: 0;
  }
  .points .text-area a.link-btn {
    width: 100%;
    margin: 0 auto;
  }
  .points .text-area a.link-btn .arrow{
    line-height: 56px;
  }
}

.points .img-area {
  box-sizing: border-box;
  max-width: 450px;
  width: 100%;
}
.points .img-area img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.point02 .text-area {
  max-width: 490px;
  width: 100%;
}
.shop-detail {
  bottom: 0;
  padding: 30px 0 0;
  width: 100%;
}

.shop-detail a.link-btn {
  display: block;
  font-size: 18px;
  color: #FFFFFF;
  max-width: 330px;
  width: 100%;
  max-height: 60px;
  height: 100%;
  border-radius: 30px;
  background: #08207C;
  border: 2px solid #08207C;
  box-sizing: border-box;
  margin: 0;
  margin-right: auto;
}
.shop-detail a.link-btn .arrow::after {
  content: "";
  display: block;
  background-image: url(../images/common/icon_btn-arrow-white-pc.png);
}
.shop-detail a.link-btn:hover .arrow::after {
  content: "";
  display: block;
  background-image: url(../images/common/icon_btn-arrow-blue-pc.png);
}
.shop-detail a.link-btn:hover {
  border-color: inherit;
  background: #FFFFFF;
  color: #08207C !important;
  border: 2px solid #08207C;
  box-sizing: border-box;
}
.shop-detail a.link-btn:before, .shop-detail a.link-btn:after {
  content: none;
  top: 10px;
  width: 54px;
  height: 54px;
}
@media (max-width: 768px) {
  .points .img-area {
    padding: 14px 15.5px 20px;
    margin: 20px 0 20px;
    border: solid 1px #D5D5D5;
    background: #FFFFFF;
    max-width: 100%;
  }
  .shop-detail {
    padding: 25px 0 0;
    width: 100%;
  }
  .shop-detail a.link-btn .arrow::after {
    right: 27px;
  }
}

.point02 #shop-slider {
  flex-grow: 1;
  width: calc(100% - 490px);
  overflow: hidden;
  margin-right: calc(50% - 50vw - 60px);
}
.point02 #shop-slider .slick-prev {
  display: none !important;
}
.point02 #shop-slider .slick-next {
  width: 39px;
  height: 64px;
  right: 20px;
}
.point02 #shop-slider .slick-next::before {
  content: "";
  display: block;
  width: 39px;
  height: 64px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/top2025/icon_btn-arrow-black-pc.png) 50% 50% no-repeat;
  background-size: contain;
  opacity: 0.6;
  position: absolute;
}
.point02 .shop-item {
  display: flex;
  flex-direction: column;
  max-width: 340px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px #00000029;
  margin: 10px;
  margin-right: 40px;
}
.point02 .shop-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.point02 .shop-item img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 260px;
  flex-shrink: 0;
  object-fit: cover;
}
.point02 .shop-item .shop-info {
  background: #FFFFFF;
  padding: 20px 40px 23px;
  width: 100%;
  height: 155px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.point02 .shop-item .shop-info::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/common/icon_arrow-link-gray-sp.png) 50% 50% no-repeat;
  background-size: contain;
  width: 8px;
  height: 13px;
  top: 50%;
  right: 16.5px;
  transform: translateY(-50%);
}
.shop-info .shop-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0;
  color: #333333;
  margin-bottom: 15px;
}
.shop-info .shop-notes {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  color: #333333;
}

@media (max-width: 768px) {
  .point02 .text-area {
    float: none;
  }
  .point02 #shop-slider {
    flex-grow: 1;
    width: 100%;
    overflow: visible;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: calc(50% - 50vw);
  }
  .point02 #shop-slider .slick-list {
    margin-right: calc(50% - 50vw);
  }
  .point02 #shop-slider .slick-next {
    width: 36px;
    height: 59px;
    right: 17px;
  }
  .point02 #shop-slider .slick-next::before {
    content: "";
    display: block;
    width: 36px;
    height: 59px;
    top: 50%;
    transform: translateX(100%) translateY(-50%);
    background: url(../images/top2025/icon_btn-arrow-black-pc.png) 50% 50% no-repeat;
    background-size: contain;
    opacity: 0.6;
    position: absolute;
  }
  .point02 .shop-item {
    display: flex;
    flex-direction: column;
    max-width: 290px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px #00000029;
    margin: 10px;
    margin-right: 12px;
  }
  .point02 .shop-item img {
    height: 200px;
  }
}

.point03 .text-area {
  max-width: 490px;
  width: 100%;
}

.point03 .img-area {
  box-sizing: border-box;
  max-width: 350px;
  width: 100%;
}
.point03 .img-area.pc_only {
  display: grid;
  gap: 40px;
  place-items: center;
}
.point03 .result-wrap {
  display: grid;
  place-items: center;
}
.point03 .result-title {
  font-size: 20px;
  font-weight: 600 !important;
  margin-bottom: 12px;
}
.point03 .result-body {
  align-items: flex-end;
  display: flex;
  font-size: 34px;
  font-weight: 600 !important;
  gap: 4px;
  line-height: 1 !important;
  background: linear-gradient(0deg, #9E883B 20%, #B6A444 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.point03 .result-body * {
  background: linear-gradient(0deg, #9E883B 20%, #B6A444 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.point03 .odometer {
  font-size: 58px;
  font-weight: 700;
  margin-bottom: -8px;
}
.point03 .vertical {
  font-size: 20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.point-detail {
  bottom: 0;
  padding: 35px 0 60px;
  width: 100%;
}

.point-detail a.link-btn {
  display: block;
  font-size: 18px;
  color: #08207C;
  max-width: 330px;
  width: 100%;
  max-height: 60px;
  height: 100%;
  border-radius: 30px;
  background: #FFFFFF;
  border: 2px solid #08207C;
  box-sizing: border-box;
}
.point-detail a.link-btn .arrow::after {
  content: "";
  display: block;
  background-image: url(../images/common/icon_btn-arrow-blue-pc.png);
}
.point-detail a.link-btn:hover .arrow::after {
  content: "";
  display: block;
  background-image: url(../images/common/icon_btn-arrow-white-pc.png);
}

.point-detail a.link-btn:hover {
  border-color: inherit;
  background: #08207C;
  color: #FFFFFF !important;
  border: 2px solid #08207C;
  box-sizing: border-box;
}

.point-detail a.link-btn:hover:before, .point-detail a.link-btn:hover:after {
  border-color: #fff;
}

.point-detail a.link-btn:before, .point-detail a.link-btn:after {
  content: none;
  top: 10px;
  width: 54px;
  height: 54px;
}

.point-detail a.link-btn:before {
  left: -28px;
}

.point-detail a.link-btn:after {
  right: -28px;
}

.point-detail a.link-btn .arrow:after {
  top: 28px;
}

@media (max-width: 768px) {
  .point03 .img-area {
    box-sizing: border-box;
    max-width: 350px;
    width: 100%;
    margin: 23px auto 26px;
    padding: 27.5px 0;
    display: grid;
    gap: 40px;
    place-items: center;
  }
  .point03 .img-area.pc_only {
    display: none;
  }
  .point03 .result-title {
    margin-bottom: 8px;
  }
  .point03 .result-body {
    font-size: 24px !important;
  }
  .point-detail {
    position: static;
    padding: 28px 30px 40px;
    background: #fff;
    box-sizing: border-box;
  }
  .point-detail a.link-btn {
    max-width: 330px;
    width: 100%;
  }
  .point-detail a.link-btn .arrow{
    line-height: 56px;
  }
  .point-detail a.link-btn:hover {
    border-color: #08207c;
  }
  .point-detail a.link-btn:hover:before, .point-detail a.link-btn:hover:after {
    border-color: #08207c;
  }
  .point-detail a.link-btn:before, .point-detail a.link-btn:after {
    top: 6px;
    width: 31px;
    height: 31px;
  }
  .point-detail a.link-btn:before {
    left: -16px;
  }
  .point-detail a.link-btn:after {
    right: -16px;
  }
  .point-detail a.link-btn .arrow:after {
    top: 50%;
    right: 27.5px;
  }
}

/* 推薦者の声 ================================= */
.top-section.recommend {
  background: #082078;
}
.top-section.recommend h2 {
  color: #fff;
}
.top-section.recommend .recommend-inner {
  max-width: 720px;
  margin: 0 auto;
}
.top-section.recommend .slider-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 28px 0 0;
}
.top-section.recommend .recommend-img {
  overflow: hidden;
  border-radius: 125px;
  width: 160px;
  height: 160px;
}
.top-section.recommend .recommend-img img {
  width: 100%;
  height: auto;
}
.top-section.recommend .recommend-box {
  max-width: 500px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.top-section.recommend .recommend-text {
  padding: 0 0 40px;
  box-sizing: border-box;
  position: relative;
}
.top-section.recommend .recommend-text::before {
  content:"";
  background: url(../images/common/recommend/icon_quotation.png) left top/100% auto no-repeat;
  display: block;
  width: 28px;
  height: 26px;
  position: absolute;
  top: -20px;
  left: -30px;
}
.top-section.recommend .recommend-name {
  text-align: right;
}
#recommend-slider .slick-dots { bottom: -50px; }
#recommend-slider .slick-dots li { margin: 0 1px; }
#recommend-slider .slick-dots li button:before { color: #fff; }
#recommend-slider .slick-dots li.slick-active button:before { color: #fff; }
#recommend-slider .slick-prev {
  transform: scaleX(50%) translateY(-50%);
  width: 40px;
  height: 50px;
  left: -90px;
}
#recommend-slider .slick-prev::before {
  content: "<";
  font-weight: bold;
  font-size: 50px;
  opacity: 1 !important;
}
#recommend-slider .slick-next {
  transform: scaleX(50%) translateY(-50%);
  width: 40px;
  height: 50px;
  right: -90px;
}
#recommend-slider .slick-next::before {
  content: ">";
  font-weight: bold;
  font-size: 50px;
  opacity: 1 !important;
}
.slick-dots li.slick-active button:before { opacity: 1; }
@media (max-width: 768px) {
  .top-section.recommend .recommend-inner {
     max-width: 80%;
  }
  .top-section.recommend .slider-inner {
    display: block;
  }
  .top-section.recommend .recommend-img { margin: 0 auto 34px; }
  .top-section.recommend .recommend-box { font-size: 13px; }
  .top-section.recommend .recommend-text {
    text-align: justify;
    padding: 0 10px 20px;
  }
  .top-section.recommend .recommend-name {
    padding: 0 10px;
  }
  #recommend-slider .slick-next { right: -35px; }
  #recommend-slider .slick-prev { left: -35px; }
  #recommend-slider .slick-prev::before,
  #recommend-slider .slick-next::before { font-size: 35px; }
  #recommend-slider .slick-dots li { margin: 0 5px; }
  .top-section.recommend .recommend-text::before {
    width: 20px;
    left: 0;
  }
}

/* セミナー ================================= */
@media (max-width: 768px) {
  .top-section.seminar .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* FAQ ================================= */
.top-section.faq {
  background: #fff;
  padding: 0;
}
.top-section.faq .wrapper {
  background: #fff;
  padding: 70px 15px;
}
.top-section.faq h2 {
  color: #333333;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0;
  margin-bottom: 54px;
}

.top-section.faq .link-list a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .top-section.faq {
    background-image: url(../images/top/bg_faq-sp.jpg);
  }
  .top-section.faq .wrapper {
    background: #fff;
    padding: 44px 20px 30px;
  }
  .top-section.faq h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }
}

.faq-list .faq-item {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 26px;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq-list .faq-item {
    margin-bottom: 15px;
  }
}

.faq-list li:last-child {
  margin-bottom: 0;
}


.faq-list li p {
  margin-bottom: 25px;
  word-break: normal;
  -ms-word-break: normal;
  /*IE用*/
  text-align: justify;
  text-justify: inter-ideograph;
  /*IE用*/
}
.faq-list .faq-item .dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #353999;
  line-height: 1;
  width: 15px;
  height: 4px;
  background: currentColor;
  position: absolute;
  top: 32.5px;
  right: 30px;
  margin: auto;
  transform: translateY(-50%);
}

.faq-list .faq-item .dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.faq-list .faq-item.opened .dli-plus::before {
  display: none;
}

.faq-list li p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .faq-list li p {
    margin-bottom: 1em;
  }
  .faq-list .faq-item .dli-plus {
    display: inline-block;
    vertical-align: middle;
    color: #353999;
    line-height: 1;
    width: 10px;
    height: 2px;
    background: currentColor;
    position: absolute;
    top: 50%;
    right: 11px;
    margin: auto;
    transform: translateY(-50%);
  }
  .faq-list .faq-item.opened .dli-plus {
    display: inline-block;
    vertical-align: middle;
    color: #353999;
    line-height: 1;
    width: 6px;
    height: 2px;
    background: currentColor;
    position: absolute;
    top: 50%;
    right: 11px;
    margin: auto;
    transform: translate(-50%, -50%);
  }
}

.faq-list p.item-title {
  position: relative;
  padding: 20px 0 20px 70px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0;
}

.faq-list p.item-title::before {
  content: "Q";
  width: 16px;
  height: 34px;
  color: #08207C;
  font-size: 21px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

@media (max-width: 768px) {
  .faq-list p.item-title {
    padding: 18px 39px 18px 39px;
    font-size: 16px;
    line-height: 22px;
  }
  .faq-list p.item-title::before {
    width: 16px;
    height: 27px;
    font-size: 20px;
    left: 14px;
  }
}

.faq-list .faq-item .item-text {
  display: none;
  padding: 15px 70px 20px 70px;
  position: relative;
  font-size: 16px;
}
.faq-list .faq-item .item-text::before {
  content: "A";
  width: 16px;
  height: 34px;
  color: #EB7F00;
  font-size: 21px;
  font-weight: bold;
  position: absolute;
  left: 24px;
  top: 15px;
  text-align: center;
}
.faq-list .faq-item .item-text.opened {
  display: block;
}
.faq-list .online-question-title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.faq-list .online-question-title p {
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
}
.faq-detail {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .faq-list .faq-item .item-text {
    padding: 0 40px 18px 40px;
  }
  .faq-list .faq-item .item-text::before {
    width: 16px;
    height: 27px;
    font-size: 20px;
    left: 14px;
    top: 0;
  }
  .faq-list .online-question-title {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .faq-list .online-question-title p {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
  }
  .faq-detail {
    margin-top: 30px;
  }
}
.qa.front-page .inner {
  padding: 70px 15px;
  max-width: 960px;
  width: 100%;
}
.qa.front-page .qa-title {
  color: #333333;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0;
  margin-bottom: 54px;
}
.qa.front-page .qa-list .qa-category-title {
  margin: 30px 0 20px;
}
.qa.front-page .qa-list .qa-category-title p {
  text-align: left;
  font-size: 20px;
  line-height: 35px;
}
.qa.front-page .qa-item .qa-item-text p {
  color: #333;
}
@media (max-width: 768px) {
  .qa.front-page .inner {
    padding: 44px 20px 30px;
  }
  .qa.front-page .qa-title {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 24px;
  }
  .qa.front-page .qa-list .qa-category-title {
    margin: 25px 0 15px;
  }
  .qa.front-page .qa-list .qa-category-title p {
    font-size: 18px;
    line-height: 36px;
  }
  .qa.front-page .qa-item .qa-item-title {
    padding: 18px 42px 18px 48px;
    font-size: 16px;
    line-height: 1.6;
  }
  .qa.front-page .qa-item .qa-item-title::before {
    font-size: 18px;
    width: 28px;
    height: 28px;
    left: 10px;
  }
  .qa.front-page .qa-item .qa-item-title::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 10px;
    height: 10px;
    background: currentColor;
    position: absolute;
    top: 50%;
    right: 11px;
    margin: auto;
    transform: translateY(-50%);
    background:
      linear-gradient(#353999, #353999) center / 12px 2px no-repeat,
      linear-gradient(#353999, #353999) center / 2px 12px no-repeat;
  }
  .qa.front-page .qa-item .qa-item-title.opened::after {
    background: linear-gradient(#353999, #353999) center / 10px 2px no-repeat;
    width: 10px;
    height: 10px;
    right: 11px;
  }
  .qa.front-page .qa-item .qa-item-text {
    padding: 0 12px 20px 48px;
  }
  .qa.front-page .qa-item .qa-item-text p {
    line-height: 1.6;
  }
  .qa.front-page .qa-item .qa-item-text::before {
    width: 28px;
    height: 28px;
    font-size: 18px;
    left: 10px;
    top: 0;
  }
}
/* FAQ, お知らせの共通 ================================= */
.faq-detail a.link-btn,
.top-section.info .taR a.link-btn {
  display: block;
  font-size: 18px;
  color: #FFFFFF;
  max-width: 330px;
  width: 100%;
  max-height: 60px;
  height: 100%;
  border-radius: 30px;
  background: #08207C;
  border: 2px solid #08207C;
  box-sizing: border-box;
}
.faq-detail a.link-btn .arrow::after,
.top-section.info .taR a.link-btn .arrow::after {
  content: "";
  display: block;
  background-image: url(../images/common/icon_btn-arrow-white-pc.png);
}
.faq-detail a.link-btn:hover .arrow::after,
.top-section.info .taR a.link-btn:hover .arrow::after {
  content: "";
  display: block;
  background-image: url(../images/common/icon_btn-arrow-blue-pc.png);
}

.faq-detail a.link-btn:hover,
.top-section.info .taR a.link-btn:hover {
  border-color: inherit;
  background: #FFFFFF;
  color: #08207C !important;
  border: 2px solid #08207C;
  box-sizing: border-box;
}

.faq-detail a.link-btn:before, .faq-detail a.link-btn:after,
.top-section.info .taR a.link-btn:before, .top-section.info .taR a.link-btn:after {
  content: none;
  top: 10px;
  width: 54px;
  height: 54px;
}
/* 相談事例 ================================= */
.top-section.example {
  background: url(../images/top/bg_example-pc.jpg) center no-repeat scroll;
  background-size: cover;
}

@media (max-width: 768px) {
  .top-section.example {
    background-image: url(../images/top/bg_example-sp.jpg);
  }
  .faq-detail a.link-btn,
  .top-section.info .taR a.link-btn {
    display: block;
    color: #FFFFFF;
    line-height: 56px;
    max-width: 330px;
    width: 100%;
    max-height: 60px;
    height: 100%;
    border-radius: 30px;
    background: #08207C;
    border: 2px solid #08207C;
    box-sizing: border-box;
  }
  .top-section.info .taR a.link-btn .arrow::after {
    right: 17.5px;
  }
}

/* お知らせ, 店舗紹介の共通 ================================= */
.top-section.info h2,
.top-section.office h2 {
  text-align: left;
}
.top-section.info h2.center {
  text-align: center;
  margin-bottom: 20px;
}

.top-section.info h2 .sub,
.top-section.office h2 .sub {
  display: inline-block;
  position: relative;
  top: -.3em;
  margin-left: 20px;
}
.top-section.info h2.center .sub {
  display: block;
  margin-left: 0;
  top: 0;
}

.top-section.office .taR a {
  color: #08207c;
  font-weight: 700;
}

@media (max-width: 768px) {
  .top-section.info h2,
  .top-section.office h2 {
    text-align: center;
  }
  .top-section.info h2 .sub,
  .top-section.office h2 .sub {
    display: block;
    top: 0;
    margin-left: 0;
  }
}

/* TOPセンターバナー ================================= */
.top-center-banner {
  padding: 0 0 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .top-center-banner {
    padding-bottom: 30px;
  }
  .top-center-banner img {
    width: 100%;
    height: auto;
  }
}

/* お知らせ ================================= */
.top-section.info {
  padding: 70px 0;
  background: rgba(8, 32, 124, 0.03);
}

.top-section.info h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 0;
  color: #333333;
  text-align: center;
  margin-bottom: 54px;
}

.top-section.info .content {
  width: 100%;
}

.top-section.info .content-info {
  max-width: 100%;
}

.top-section.info .link-list {
  margin-bottom: 50px;
}

.top-section.info .link-list a {
  padding: 12px 50px 10px 10px;
  line-height: 2em;
}

.top-section.info .link-list .text-area {
/*  width: 270px;*/
}

.top-section.info .link-list .post-date {
  display: inline-block;
  margin-right: 10px;
}

.top-section.info .link-list .cat {
  position: relative;
  top: -1px;
  margin-right: 10px;
  line-height: 16px;
  letter-spacing: 0;
  width: auto;
  background: #08207c;
  color: #fff;
  font-size: 16px;
  padding: 3px 11px;
  border-radius: 16px;
}
.top-section.info .link-list .tit {
  display: block;
  margin-top: 5px;
  line-height: 26px;
}

.top-section.info .link-list .cat:last-child {
  margin-right: 0;
}
.top-section.info .taR {
  margin-inline: auto;
}

.top-section.info .media-list {
  height: 358px;
  overflow-y: auto;
  overflow-x: hidden;
}

.top-section.info .media-list a {
  display: block;
}

.top-section.info .media-list li {
  width: 440px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.top-section.info .media-list .text-area {
  top: 5px;
}

.top-section.info .media-list .media-content-no-link {
  padding: 12px 50px 10px 0;
  line-height: 2em;
}

.top-section.info .media-list .media-date,
.top-section.info .media-list .media-title,
.top-section.info .media-list .media-excerpt {
  display: block;
  line-height: 1.7em;
  word-break: break-all;
}

.top-section.info .media-list .media-title {
  margin-bottom: 3px;
  line-height: 1.5em;
}

.top-section.info .media-list .media-excerpt {
  font-size: 13px;
  line-height: 1.3em;
  padding-bottom: 12px;
}

@media (max-width: 768px) {
  .top-section.info {
    padding: 44px 0;
    /*スクロールバー全体*/
  }
  .top-section.info h2 {
    margin-bottom: 26px;
    font-size: 26px;
  }
  .top-section.info .wrapper {
    padding: 0 30px;
  }
  .top-section.info .content {
    width: 100%;
  }
  .top-section.info .link-list {
    margin-bottom: 30px;
  }
  .top-section.info .link-list a {
    padding-right: 16px 20px 17px 0;
    line-height: 2em;
  }
  .top-section.info .link-list .text-area {
/*    padding-left: 110px;*/
    float: none;
    width: auto;
  }
  .top-section.info .link-list .post-date {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .top-section.info .link-list .cat {
    position: relative;
    top: -1px;
    margin-right: 5px;
    letter-spacing: 0;
    line-height: 16px;
    font-size: 16px;
    padding: 3px 11px;
    margin: 4px 0 4px;
  }
  .top-section.info .link-list .tit {
    font-size: 16px;
  }
  .top-section.info .content-media {
    width: 100%;
    margin-top: 50px;
    margin-right: 0;
  }
  .top-section.info .media-list {
    height: 400px;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .top-section.info .media-list li {
    width: 100%;
  }
  .top-section.info .media-list .media-content-no-link {
    padding-right: 20px;
  }
  .top-section.info .media-list .media-excerpt {
    padding-bottom: 0;
    font-size: 12px;
  }
  .top-section.info .media-list .text-area {
    padding-bottom: 10px;
  }
}

/* 店舗の紹介 ================================= */
.top-section.office {
  position: relative;
  padding-bottom: 140px;
  background: #e9f1ff;
}

.top-section.office .content {
  float: right;
  position: relative;
  width: 530px;
}

@media (max-width: 768px) {
  .top-section.office {
    padding: 0 0 105px;
    overflow: hidden;
  }
  .top-section.office .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .top-section.office h2 {
    position: absolute;
    top: 15.9322%;
    left: 0;
    right: 0;
    margin: auto;
    width: 110px;
  }
  .top-section.office .content {
    width: 100%;
  }
}

.sp-header-area {
  position: relative;
}

.img_map-pc {
  position: absolute;
  top: -60px;
  left: -50px;
}

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

.img_map-sp {
  display: none;
}

@media (max-width: 768px) {
  .img_map-sp {
    display: block;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .office-list-wrapper {
    padding: 0 30px;
  }
}

table.office-list {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
}

table.office-list th, table.office-list td {
  padding: 3px 0 2px;
}

table.office-list th {
  padding-right: 20px;
  min-width: 50px;
  font-weight: normal;
  text-align: left;
  width: 60px;
}

table.office-list th.large-title {
  font-size: 16px;
  font-weight: 700;
  color: #08207c;
}

@media (max-width: 768px) {
  table.office-list {
    font-size: 13px;
  }
  table.office-list th {
    padding-right: 0;
    width: 25%;
  }
  table.office-list th.large-title {
    padding-bottom: 10px;
    font-size: 15px;
  }
}

/* お問い合わせ情報 ================================= */
.footer-contact.frontpage {
  position: static;
}

/* コラム ================================= */
.column .column-list {
  margin: 0 -15px;
  clear: both;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .column .column-list {
    margin: 0 -5px;
  }
}

.column .column-list .item {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .column .column-list .item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 15px;
  }
}

.column .column-list .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #08207c;
  text-decoration: none;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.column .column-list .item a:hover .tit {
  text-decoration: underline;
}

.column .column-list .item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.column .column-list .item .category {
  padding: 2px 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #fff;
}

.column .column-list .item .category.trust {
  background: rgba(0, 188, 212, 0.9);
}

.column .column-list .item .category.investment {
  background: rgba(76, 175, 80, 0.9);
}

.column .column-list .item .category.stock {
  background: rgba(232, 26, 9, 0.9);
}

.column .column-list .item .category.succession {
  background: rgba(121, 85, 72, 0.9);
}

.column .column-list .item .category.political {
  background: rgba(171, 71, 188, 0.9);
}

.column .column-list .item .category.insurance {
  background: rgba(66, 165, 245, 0.9);
}

.column .column-list .item .category.other {
  background: rgba(255, 87, 34, 0.9);
}

.column .column-list .item .date {
  display: block;
  line-height: 30px;
  margin-top: -30px;
  padding: 0 15px;
  background: rgba(8, 32, 124, 0.8);
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 768px) {
  .column .column-list .item .date {
    line-height: 25px;
    margin-top: -25px;
    padding: 0 10px;
    font-size: 12px;
  }
}

.column .column-list .item .box {
  padding: 10px 15px;
}

@media (max-width: 768px) {
  .column .column-list .item .box {
    padding: 5px 10px;
    font-size: 12px;
  }
}

.column .column-list .item .tit {
  word-break: break-all;
  font-weight: normal;
}

@media (max-width: 768px) {
  .column .column-list .item:nth-child(n+7) {
    display: none;
  }
}

@media (max-width: 768px) {
  .column a.link-btn {
    width: 65%;
  }
}

/* 特集 ================================= */
.feature-tit {
  padding: 80px 0 0;
}
.feature {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 30px;
}
.feature li {
  max-width: 260px;
  margin: 0 20px 20px 0;
}
.feature li:nth-child(3n) {
  margin-right: 0;
}
.feature li img {
  font-size: 0;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .feature-tit {
    padding: 42px 0 0;
  }
  .feature li {
    max-width: 30%;
    margin: 0 1.5% 10px;
  }
  .feature li img {
    width: 100%;
    height: auto;
  }
}

/* トップバナー ================================= */

.top-banner-large {
  text-align: center;
  margin: 0 0 60px;
}
.top-banner-large img {
  width: 100%;
  max-width :670px;
  height: auto;
}
#top-banner-area {
  margin: 20px auto 70px;
  width: 886px;
  position: relative;
}
#top-banner-area .slick-list {
  padding-bottom: 10px;
}
#top-banner-area li {
  text-align: center;
  max-width: 280px;
  margin-right: 10px;
  margin-left: 10px;
}
#top-banner-area li .shadow-wrapper {
  box-shadow: 0px 3px 6px 0px #0000006E;
  border-radius: 10px;
  overflow: hidden;
}
#top-banner-area img{
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0;
}
#top-banner-area .slick-prev,
#top-banner-area .slick-next {
  width: 16px;
  height: 20px;
  top: inherit;
  bottom: -16px;
  transform: translateY(100%);
}
#top-banner-area .slick-prev{
  left: 43%;
  transform: translateX(-100%) translateY(100%);
}
#top-banner-area .slick-next {
  right: 43%;
  transform: translateX(100%) translateY(100%);
}
#top-banner-area .slick-prev:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/top2025/icon_mv-arrow-link-gray.png) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  margin: 0;
  color: #333333;
  font-size: 16px;
}
#top-banner-area .slick-next:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/top2025/icon_mv-arrow-link-gray.png) no-repeat center center;
  background-size: contain;
  margin: 0;
  color: #333333;
  font-size: 16px;
}
#top-banner-area .slick-prev:before:hover,
#top-banner-area .slick-next:before:hover {
  opacity: .55;
}
#top-banner-area .slick-dots {
  bottom: -16px;
  width: 127px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%) translateY(110%);
}
#top-banner-area .slick-dots li {
  margin: 0;
}
#top-banner-area .slick-dots li button::before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 768px) {
  #top-banner-area {
    width: 100%;
    margin: 20px auto 60px;
  }
  #top-banner-area img{
    width:100%;
    height: auto;
  }
  #top-banner-area .slick-prev{
    display: none !important;
  }
  #top-banner-area .slick-next {
    width: 39px;
    height: 59px;
    right: 20px;
    top: 50%;
    display: block !important;
    transform: translateX(0) translateY(-50%);
    z-index: 100;
  }
  #top-banner-area .slick-prev:before {
    width: 100%;
    height: 100%;
    bottom: 0;
    position: absolute;
    background: url(../images/common/icon_btn-arrow-white-pc.png) 50% 50% no-repeat;
    background-size: contain;
    transform: rotate(180deg);
  }
  #top-banner-area .slick-next:before {
    width: 100%;
    height: 100%;
    bottom: 0;
    position: absolute;
    background: url(../images/top2025/icon_btn-arrow-black-pc.png) 50% 50% no-repeat;
    background-size: contain;
    opacity: 0.6;
  }
  #top-banner-area .slick-dots {
    bottom: -15px;
    max-width: 100px;
    height: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
  }
  #top-banner-area .slick-dots li {
    transform: rotate(0);
    padding: 0 1px;
  }
  #top-banner-area .slick-dots li button {
    width: 16px;
    height: 16px;
  }
  #top-banner-area .slick-dots li button:hover {
    background: #000000;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
#top-banner-area .pc-block { display: block !important; }
#top-banner-area .sp-block { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

@media only screen and (max-width: 768px) {
  #top-banner-area .pc-block { display: none !important; }
  #top-banner-area .sp-block { display: block !important; }

  #top-banner-area .banner-block {
    margin-bottom: 15px;
  }
  #top-banner-area .banner-block:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  #top-banner-area .banner-block {
    margin-bottom: 10px;
  }
}

.recent-seminar .info-area .seminar-tit {
  clear: both;
  margin: 20px 0 15px;
  color: #08207c;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

/* modal */
.modal-move {
  padding: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-move {
    padding: 20px 0!important;
  }
}

.modal-move .tit {
  margin-bottom: 50px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .modal-move .tit {
    margin-bottom: 40px;
  }
}

.modal-move .name {
  margin-bottom: 10px;
  font-size: 16px;
}

.modal-move .info-area {
  margin-bottom: 40px;
}

.modal-move .info-area p {
  font-size: 14px;
}

@media (max-width: 768px) {
  .modal-move .info-area p {
    font-size: 1em;
  }
}

.modal-move a {
  outline: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}

/* footer */
.footer-contact h2 {
  font-size: 28px;
}
@media (max-width: 768px) {
  .footer-contact h2 {
    font-size: 26px;
  }
}
