@charset "UTF-8";
/********************************************************************************
　TOPページ index
********************************************************************************/
.wrap {
  overflow: hidden;
}
/* -------------------------------------------------------
  header 調整
------------------------------------------------------- */
header.top-smfl {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
header.top-smfl .logo-img img {
  display: block;
}
header.top-smfl .logo-img img.top-logo {
  display: none;
}
header.top-smfl .header-inner .main-nav ul li:not(:first-child):not(:last-child) {
  border-left: 1px solid #ddd;
}
header.top-smfl .header-inner a {
  color: #333;
}
header.top-smfl .header-inner .sub-nav ul li .blank:after {
  background: url(../img/common/icon/icon_exlink.png) no-repeat;
  background-size: contain;
}

/* -------------------------------------------------------
  mv
------------------------------------------------------- */
.mv {
  background: #F0F8FF;
  padding-bottom: clamp(130px, 15vw, 180px);
}
.mv .swiper-slide {
  position: relative;
}
.mv .swiper-slide a {
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.mv .swiper-slide a picture,
.mv .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}
.mv .slide-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mv .swiper-button-prev,
.mv .swiper-button-next {
  width: 63px;
  height: 63px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 4px 4px 0px #00000040;
  backdrop-filter: blur(4px);
  border: 2px solid #fff;
  transition: background .5s ease;
}
.mv .swiper-button-prev {
  left: 12%;
}
.mv .swiper-button-next {
  right: 12%;
}
.mv .swiper-button-prev:hover,
.mv .swiper-button-next:hover {
  background: #005AD4;
}
.mv .swiper-navigation-icon {
  display: none;
}
.mv .swiper-button-prev::after,
.mv .swiper-button-next::after {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 1px solid #0C6EA5;
  border-right: 1px solid #0C6EA5;
  position: absolute;
  left: 50%;
  transform: translateX(-70%) rotate(45deg);
  transition: border .5s ease;
}
.mv .swiper-button-prev::after {
  transform: translateX(-50%) rotate(-135deg);
}
.mv .swiper-button-prev:hover::after,
.mv .swiper-button-next:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.mv .swiper-pagination {
  position: relative;
  margin-top: 10px;
}
.mv .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px) !important;
}
.mv .swiper-pagination-bullet-active {
  background: #00549F;
}
.mv .swiper_pause {
  width: 10px;
  height: 9px;
  margin-left: 15px;
  cursor: pointer;
}
.mv .swiper_pause::before {
  content: "";
  background: url("../img/top/mv_slide-pause.svg") no-repeat;
  width: 10px;
  height: 9px;
  display: block;
}
.mv .swiper_pause.paused::before {
  border: 8px solid transparent;
  border-left: 12px solid #00549F;
  background: none;
  position: relative;
  top: -3px;
}
@supports (-webkit-touch-callout: none) and (-webkit-overflow-scrolling: touch) {
  .mv .swiper_pause.paused::before {
    top: 3px;
  }
}

/* -------------------------------------------------------
  contents
------------------------------------------------------- */
.contents {
  max-width: none;
  margin: 0;
}
.contents-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.contents section {
  margin-bottom: 100px;
}
.contents section+section {
  margin-top: 100px;
}
.contents h2 {
  border: none;
  margin: 0;
  padding: 0;
}
.contents h2:before {
  content: none;
}
.contents li a img {
  transition: opacity .5s ease;
}

/* 
  circle-btn
------------------------------------------------------- */
.circle-btn li a,
p.circle-btn a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  padding: 15px;
  border-radius: 30px;
  transition: background .5s ease;
}
.circle-btn li a span,
p.circle-btn a span {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding-left: 20px;
}
.circle-btn li a span::before,
p.circle-btn a span::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
}

/* 
  arrow
------------------------------------------------------- */
.arrow {
  position: absolute;
  top: 50%;
  right: 0;
}
.arrow::before,
.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.arrow::before {
  width: 40px;
  height: 2px;
  background: #fff;
}
.arrow::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* 
  service-category
------------------------------------------------------- */
.service-category {
  background: #F0F8FF;
  position: relative;
  padding-top: 1px;
}
.service-category::before {
  content: "";
  background: url(../img/top/service_line.png) no-repeat;
  background-position: bottom;
  width: 25%;
  height: 62%;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 510px;
  right: 0;
}
@media (max-width: 1440px) {
  .service-category::before {
    width: 29%;
    right: -30px;
  }
}
@media (max-width: 1300px) {
  .service-category::before {
    width: 29%;
    height: 52%;
    bottom: 565px;
    right: -60px;
  }
}
@media (max-width: 1024px) {
  .service-category::before {
    width: 32%;
  }
}
@media (max-width:1000px) {
  .service-category::before {
    height: 42%;
    bottom: 585px;
    right: -50px;
  }
}
@media (max-width:856px) {
  .service-category::before {
    height: 42%;
    right: -23px;
    bottom: 650px;
  }
}
.service-category__inner {
  background: #005AD4;
  position: relative;
  z-index: 1;
  padding-bottom: 75px;
}
.service-category__inner::before {
  content: "";
  background: url(../img/top/service_bg.png) no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 700px;
  height: 100%;
  display: block;
  background-position: 100% 100%;
  background-size: cover;
}
.service-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  z-index: 1;
  position: relative;
}
.service-card {
  margin-top: -12%;
  width: calc((100% - 80px) / 3);
}
@media (max-width: 1024px) {
  .service-card {
    margin-top: -14%;
  }
}
.service-card__img a {
  display: block;
}
.service-card__img .service-card__img-container {
  border-radius: 20px;
  overflow: hidden;
}
.service-card__img img {
  width: 100%;
  transition: transform .5s ease;
}
.service-card__img a:hover img {
  transform: scale(1.1);
}
.contents h2.service-card__ttl {
  font-size: 2.3rem;
  color: #005AD4;
  text-align: center;
  padding-bottom: 10px;
}
.service-card__txt {
  text-align: center;
  color: #fff;
  margin: 20px 0 25px;
}
.contents p.service-card__txt {
  line-height: 1.5;
}
.service-card__links li+li {
  margin-top: 16px;
}
.service-card__links li a {
  background: #106BE5;
}
.service-card__links li a:hover {
  background: #00B8D4;
}
.service-card__arrow {
  margin-top: 30px;
  text-align: center;
}
.service-card__arrow a {
  text-align: center;
  color: #fff;
  display: inline-block;
  transition: opacity .5s ease;
  position: relative;
  padding-right: 55px;
}
.service-card__arrow a:hover {
  opacity: .5;
}

/* 
  guide-category
------------------------------------------------------- */
.guide-category__inner {
  display: grid;
  gap: 60px;
  grid-template-columns: 170px 1fr;
}
.contents h2.guide-category__ttl {
  color: #005AD4;
  font-size: 2.8rem;
  font-weight: 500;
}
.guide-category__ttl span {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 5px;
}
.guide-category__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.guide-category__list li {
  width: calc((100% - 60px) / 3);
}
.guide-category__list a {
  position: relative;
  display: block;
}
.guide-category__list li:nth-child(2) .category__ttl {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.guide-category__list li:nth-child(2) .category__ttl span {
  font-size: 2.8rem;
  font-weight: 700;
  background: #fff;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 5px;
  line-height: 1;
  margin-bottom: 8px
}
.guide-category__list li:nth-child(3) .category__ttl {
  position: absolute;
  top: 10px;
  left: 20px;
}
.guide-category__list li:nth-child(3) .category__ttl span:first-of-type {
  font-size: 1.8rem;
  color: #9ED1E9;
  display: block;
  margin-bottom: 3px;
}
.guide-category__list li:nth-child(3) .category__ttl span:last-of-type {
  font-size: 2.6rem;
  color: #000;
  font-weight: 700;
  line-height: 1;
}
.guide-category__list a>img {
  width: 100%;
}
.guide-category__list a .guide-category__arrow {
  position: absolute;
  width: 17%;
  height: 27%;
  border-radius: 50%;
  background: #005AD4;
  bottom: 0;
  right: 0;
  transition: background .5s ease;
}
.guide-category__list a .guide-category__arrow::before,
.guide-category__list a .guide-category__arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.guide-category__list a .guide-category__arrow::before {
  width: 22px;
  height: 2px;
  background: #fff;
}
.guide-category__list a .guide-category__arrow::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translate(-20%, -50%);
}
.guide-category__list a {
  transition: opacity .5s ease;
}
.guide-category__list a:hover {
  opacity: .7;
}
.guide-category__list a:hover img {
  opacity: 1 !important;
}
.guide-category__list a:hover .guide-category__arrow {
  background: #00B8D4;
}

/* 
  recommend-category
------------------------------------------------------- */
.contents .recommend-category {
  background: #F0F8FF;
  padding-bottom: 80px;
  margin-top: 100px;
  margin-bottom: 0;
}
.recommend-category .contents-wrapper {
  position: relative;
}
.contents h2.recommend-category__ttl {
  color: #005AD4;
  font-size: 6.0rem;
  font-weight: 300;
  position: relative;
  top: -50px;
}
.recommend-category__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.recommend-category__list li {
  width: calc((100% - 90px) / 4);
}
.recommend-category__list li .category__img {
  position: relative;
}
.recommend-category__list li .category__img p {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38%;
  height: 20%;
  display: flex;
  align-items: center;
  color: #005AD4;
  justify-content: center;
}
.category__txt {
  margin-top: 10px;
}
.recommend-category__link {
  position: absolute;
  top: -26px;
  right: 20px;
  display: flex;
  gap: 10px;
}
.recommend-category__link.circle-btn li a {
  background: #106BE5;
  padding: 15px 25px;
  font-size: 14px;
}
.recommend-category__link.circle-btn a:hover {
  background: #00A1FC;
}

/* 
  news-category
------------------------------------------------------- */
.contents .news-category {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding-top: 80px;
}
.news-category::before {
  content: "";
  background: url(../img/top/news_line.png) no-repeat;
  background-position: bottom;
  width: 525px;
  height: 535px;
  background-size: cover;
  display: block;
  position: absolute;
  top: -240px;
  left: -100px;
}
@media (max-width: 1375px) {
  .news-category::before {
    width: 425px;
    height: 435px;
    top: -290px;
    left: -80px;
  }
}
@media (max-width: 1047px) {
  .news-category::before {
    top: -280px;
    left: -90px;
  }
}
.news-category__inner {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 8%;
}
.contents h2.news-category__ttl {
  font-size: 6.0rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 100px;
}
.contents h2.news-category__ttl span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: -5px;
}
.news-category .circle-btn a {
  background: #E5EEFA;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 20px;
}
.news-category .circle-btn a span::before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.news-category .circle-btn a:hover {
  background: #E5FAF1;
}
.news-category__tabs .tab {
  background: #F2F2F2;
  border-radius: 30px;
  padding: 5px 30px;
  font-size: 14px;
  font-weight: 400;
  transition: background .5s ease;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news-category__tabs .tab:hover,
.news-category__tabs .tab[aria-selected="true"] {
  background: #E5EEFA;
}
.news-category__tabs [role="tabpanel"] {
  margin-top: 40px;
}
.news-category__lists {
  border-bottom: 1px solid #E0E0E0;
}
.news-category__lists li {
  border-top: 1px solid #E0E0E0;
  padding: 30px 0;
  display: flex;
}
.news-category__lists li .category {
  border: 1px solid #000;
  border-radius: 30px;
  padding: 2px 20px;
  font-size: 14px;
  min-width: 100px;
  display: inline-block;
  text-align: center;
}
.news-category__lists li a {
  position: relative;
  font-weight: 400;
  margin-right: 60px;
  width: 100%;
  display: grid;
  grid-template-columns: 80px 100px 1fr;
  gap: 0 3%;
  align-items: start;
}
.news-category__lists li:not(:has(a)) {
  display: grid;
  grid-template-columns: 80px 100px 1fr;
  gap: 0 3%;
  align-items: start;
}
.news-category__lists .arrow {
  position: absolute;
  top: 50%;
  right: -55px;
}
.news-category__lists .arrow::before {
  background: #000;
}
.news-category__lists .arrow::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.news-category__lists li a .text {
  display: inline-block;
  transition: opacity .5s ease, color .5s ease;
}
.news-category__lists li a:hover .text {
  text-decoration: underline;
  opacity: .8;
  color: #106BE5;
}
.news-category__lists .pdf-link .text::after {
  content: '';
  display: inline-block;
  position: relative;
  margin-left: 10px;
  width: 18px;
  height: 20px;
  background: url(../img/common/icon/icon_pdf.png) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
#newbusiness .news-category__lists a {
  grid-template-columns: 80px 170px 1fr;
}
@media (max-width: 1022px) {
  #newbusiness .news-category__lists a {
    grid-template-columns: 80px 120px 1fr;
  }
}

/* 
  about-category
------------------------------------------------------- */
.contents .about-category__ttl {
  font-size: 4.0rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 55px;
}
.about-category .about-category__ttl span {
  display: block;
  font-size: 1.8rem;
  margin-top: -5px;
}
.about-category__list {
  display: flex;
  gap: 3%;
}
.about-category__list li {
  position: relative;
  height: 100%;
}
.about-category__list li a {
  display: block;
}
.about-category__list-img {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.about-category__list-img img {
  width: 100%;
  transition: transform .5s ease, opacity .5s ease !important;
}
.contents .category__list-arrow {
  background: #005AD4;
  padding: 5% 20px;
  border-radius: 0 0 20px 20px;
  color: #fff;
  position: relative;
  transition: background .5s ease;
  font-size: 1.8rem;
}
.category__list-arrow .arrow {
  right: 30px;
}
.about-category__list a:hover .about-category__list-img img {
  transform: scale(1.1);
}
.about-category__list a:hover .category__list-arrow {
  background: #00B8D4;
}

/* 
  related-category
------------------------------------------------------- */
.contents .related-category {
  background: #005AD4;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.related-category::before {
  content: "";
  background: url(../img/top/related_bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1200px;
  height: 100%;
  display: block;
  background-position: 0% 100%;
  background-size: cover
}
.related-category__list {
  display: flex;
  gap: 30px;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.related-category__list li {
  width: 310px;
  background: #fff;
  border-radius: 20px;
}
.related-category__list li a {
  padding: 20px 20px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.related-category__list-img {
  border: 30px;
  margin-bottom: 10px;
}
.related-category__list-img img {
  border-radius: 20px;
}
.contents .related-category__list-text {
  text-align: center;
  font-size: 1.4rem;
  height: 100%;
  display: flex;
  align-items: center;
}


/* ===========================================================
  Tablet
=========================================================== */
@media screen and (max-width: 1023px) {
  /* 
    guide-category
  ------------------------------------------------------- */
  .guide-category__list li {
    width: calc((100% - 60px) / 2);
  }
  .guide-category__list a .guide-category__arrow::before {
    width: 20px;
  }
  .guide-category__list a .guide-category__arrow::after {
    width: 8px;
    height: 8px;
  }
  /* 
    recommend-category
  ------------------------------------------------------- */
  .recommend-category__list li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 940px) {
  /* 
    recommend-category
  ------------------------------------------------------- */
  .recommend-category__link {
    position: relative;
    top: -35px;
    right: 0;
  }
}

/* ===========================================================
  SP
=========================================================== */
@media screen and (max-width: 767px) {
  /* -------------------------------------------------------
    mv
  ------------------------------------------------------- */
  .mv {
    padding-bottom: clamp(100px, 22vw, 170px);
  }
  .mv .swiper-button-prev,
  .mv .swiper-button-next {
    width: 39px;
    height: 39px;
  }
  .mv .swiper-button-prev::after,
  .mv .swiper-button-next::after {
    width: 7px;
    height: 7px;
  }
  .mv .swiper-slide img {
    width: 100%;
  }
  .mv .swiper-button-prev {
    left: 5%;
  }
  .mv .swiper-button-next {
    right: 5%;
  }

  /* -------------------------------------------------------
    contents
  ------------------------------------------------------- */
  .contents section {
    margin-bottom: 60px;
  }
  .contents section+section {
    margin-top: 60px;
  }

  /* 
    service-category
  ------------------------------------------------------- */
  .service-category::before {
    width: 300px;
    height: 320px;
    top: -310px;
  }
  .service-category__list {
    gap: 50px
  }
  .service-card {
    width: calc((100% - 30px) / 2);
    margin-top: clamp(-25%, -20vw, -20%);
  }
  .service-card:nth-of-type(3) {
    margin-top: 0;
  }
  .service-card:nth-of-type(3) .service-card__ttl {
    color: #fff;
  }
  .service-category__inner::before {
    width: 100%;
    height: 20%;
  }

  /* 
    guide-category
  ------------------------------------------------------- */
  .guide-category__inner {
    gap: 30px;
    grid-template-columns: auto;
  }
  .guide-category__list {
    gap: 30px;
  }
  .guide-category__list li {
    width: calc((100% - 30px) / 2);
  }

  /* 
    recommend-category
  ------------------------------------------------------- */
  .contents .recommend-category {
    padding-bottom: 60px;
  }
  .contents h2.recommend-category__ttl {
    font-size: 3.6rem;
    top: -30px;
  }
  ul.recommend-category__link {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .recommend-category__link.circle-btn li a {
    padding: 18px 25px;
  }
  .recommend-category__list {
    gap: 30px 10px;
  }
  .recommend-category__list li {
    width: calc((100% - 10px) / 2);
  }
  .recommend-category__list li .category__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    object-position: bottom;
  }

  /* 
    news-category
  ------------------------------------------------------- */
  .contents .news-category {
    padding-top: 60px;
  }
  .news-category__lists li a {
    display: block;
  }
  .news-category__lists li:not(:has(a)) {
    display: block;
  }
  .news-category__lists li .category {
    margin: 0 10px;
  }
  .news-category::before {
    width: 300px;
    height: 320px;
    top: -170px;
    left: -30px;
  }
  .news-category__inner {
    display: block;
  }
  .contents h2.news-category__ttl {
    font-size: 3.6rem;
    margin-bottom: 30px;
    text-align: center;
  }
  .contents h2.news-category__ttl span {
    font-size: 1.6rem;
  }
  .news-category__block-l .circle-btn {
    max-width: 350px;
    margin: 0 auto;
  }
  .news-category__block-r {
    margin-top: 30px;
  }
  .news-category__tabs .tab {
    margin-right: 5px;
  }
  .news-category__tabs [role="tabpanel"] {
    padding-bottom: 0;
  }
  .news-category__lists li .text {
    display: block;
    margin-top: 10px;
  }

  /* 
    about-category
  ------------------------------------------------------- */
  .contents .about-category__ttl {
    margin-bottom: 25px;
  }
  .about-category__list {
    gap: 20px;
    flex-wrap: wrap;
  }
  .about-category__list li {
    width: calc((100% - 20px) / 2);
  }

  /* 
    related-category
  ------------------------------------------------------- */
  .related-category__list {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .related-category__list li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 520px) {
  .news-category::before {
    width: 220px;
    height: 190px;
    top: -60px;
    left: -30px;
  }
}
@media screen and (max-width: 500px) {
  .mv {
    padding-bottom: 160px;
  }
  /* 
    service-category
  ------------------------------------------------------- */
  .service-category::before {
    width: 150px;
    height: 210px;
    top: -300px;
    right: 0;
  }
  .service-card:first-of-type {
    margin-top: -140px;
  }
  .service-card {
    width: 100%;
    margin-top: 0;
  }
  .service-card:not(:first-of-type) .service-card__ttl {
    color: #fff;
  }

  /* 
    guide-category
  ------------------------------------------------------- */
  .guide-category__list li {
    width: 100%;
  }

  /* 
    recommend-category
  ------------------------------------------------------- */
  .recommend-category__link li {
    width: 100%;
  }
  .recommend-category__list li .category__img {
    height: 115px;
  }
  .recommend-category__list li .category__img p {
    font-size: 1.2rem;
  }
  .recommend-category__list li .category__txt {
    font-size: 1.4rem;
  }

  /* 
    news-category
  ------------------------------------------------------- */
  .news-category::before {
    width: 150px;
    height: 210px;
    bottom: 830px;
    left: 0;
  }

  /* 
    about-category
  ------------------------------------------------------- */
  .about-category__list li {
    width: 100%;
  }
  .about-category__list-img {
    height: 180px;
  }

  /* 
    related-category
  ------------------------------------------------------- */
  .related-category__list li {
    width: 100%;
  }
}