@charset "UTF-8";
/* ============================== top > main */
.top main {
  padding: 0;
}

/* top footer */
.top footer {
  background: none;
  padding-top: 0;
}

/* top title */
.h2_top-style1 {
  color: #263F88;
  display: inline-flex;
  align-items: center;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 2rem;
}
.h2_top-style1 span {
  display: inline-block;
  margin-right: 30px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .h2_top-style1 span {
    margin-right: 20px;
  }
}

.h2_top-style2 {
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h2_top-style2 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

/* ============================== top > hero */
.tsec_hero {
  position: relative;
}
@media screen and (max-width: 768px) {
  .tsec_hero {
    padding-bottom: 60px;
  }
}
.tsec_hero picture img {
  animation: hero-loding 1.5s;
}

@keyframes hero-loding {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.menu_internetservice {
  background: #fff;
  border-radius: 24px 0 0 24px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .menu_internetservice {
    border-radius: 18px;
    margin: auto;
    padding: 20px 20px 15px;
    bottom: 20px;
    left: 0;
    top: auto;
    transform: none;
    max-width: 340px;
  }
}

.links_netbanking {
  font-family: "ZenMaruGothic", sans-serif;
  font-weight: bold;
  text-align: center;
}

.group_nb {
  background: #ECECEC;
  border-radius: 15px;
  padding: 17px 15px 16px;
}
.group_nb:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .group_nb {
    border-radius: 10px;
  }
}
.group_nb dt {
  font-size: 1.6rem;
}
.group_nb dd {
  margin-top: 12px;
}
.group_nb .btn_nb a {
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  opacity: 1;
  transition: all 0.25s ease;
  height: 80px;
}
.group_nb .btn_nb a:hover {
  opacity: 0.8;
  transition: all 0.25s ease;
}

.nb_parsonal dt {
  color: #32A299;
}
.nb_parsonal .btn_nb a {
  background: #32A299;
  font-size: 2.3rem;
  line-height: 1.1;
}
.nb_parsonal .btn_nb a span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .nb_business {
    display: none;
  }
}
.nb_business dt {
  color: #18B2E2;
}
.nb_business .btn_nb a {
  background: #18B2E2;
  font-size: 2.5rem;
  line-height: 1.4;
}

.btn_loan-netapp {
  margin-top: 10px;
}
.btn_loan-netapp a {
  border: #526DBC solid 4px;
  border-radius: 10px;
  color: #333;
  display: block;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
  padding: 9px 9px 9px 100px;
  position: relative;
  text-decoration: none;
  opacity: 1;
  transition: all 0.25s ease;
}
.btn_loan-netapp a::before {
  content: url(/assets/images/top/main-icon_loanplan.svg);
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
}
.btn_loan-netapp a:hover {
  opacity: 0.8;
  transition: all 0.25s ease;
}
.btn_loan-netapp a span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
}

/* ============================== top > banner-slide */
.tsec_banner {
  padding: 25px 0 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tsec_banner {
    padding: 10px 0 30px;
  }
}

.swiper {
  overflow: hidden;
  padding: 0 35px 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper {
    padding: 0 0 55px;
  }
}

ul.swiper-wrapper {
  padding: 8px 0;
}
li.swiper-slide {
  border-radius: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
  width: 480px;
}
@media screen and (max-width: 768px) {
  li.swiper-slide {
    width: auto;
    max-width: 83.7209302326%;
  }
}
li.swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
}
li.swiper-slide a::after {
  content: none !important;
}
li.swiper-slide img {
  aspect-ratio: 480/190;
  border-radius: 20px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

/*スクロールバー等*/
.swiper-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: auto;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 43.75%;
}
@media screen and (max-width: 768px) {
  .swiper-controls {
    gap: 11px;
    padding: 0 15px;
    bottom: 0;
    width: 100%;
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  margin: 0;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  height: 30px;
  width: 17px;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  display: block;
  height: 30px;
  width: 17px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 24px;
    width: 14px;
  }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    height: 24px;
    width: 14px;
  }
}

.swiper-button-prev::before {
  background: url(/assets/images/top/tri_border_slider.svg) no-repeat center/contain;
}

.swiper-button-next {
  order: 3;
}
.swiper-button-next::before {
  background: url(/assets/images/top/tri_border_slider.svg) no-repeat center/contain;
  transform: scaleX(-1);
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  background: rgb(171, 230, 216);
  background: linear-gradient(90deg, rgb(171, 230, 216) -20%, rgb(210, 238, 171) 130%);
  border-radius: 9999px;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  height: 10px;
  width: 89.4285714286%;
  max-width: 626px;
}
@media screen and (max-width: 768px) {
  .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 5px;
  }
}

.swiper-scrollbar-drag {
  background: #41C5E1;
}

/* ============================== top > service */
.tsec_service {
  background: rgb(171, 230, 216);
  background: linear-gradient(90deg, rgb(171, 230, 216) -20%, rgb(209, 238, 176) 75%, rgba(211, 214, 132, 0.41) 100%);
  overflow-x: clip;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .tsec_service {
    padding: 0 15px;
  }
}

.wrap_service {
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .wrap_service {
    padding: 30px 0 35px;
  }
}
.wrap_service .h2_top-style1 {
  position: absolute;
  left: 0;
  top: 106px;
}
@media screen and (max-width: 768px) {
  .wrap_service .h2_top-style1 {
    position: static;
  }
}
.wrap_service .h2_top-style1 span {
  aspect-ratio: 203/76;
  background: url(/assets/images/top/ttl_service.svg) no-repeat center center/contain;
  background-position-y: -5px;
  height: 7.6rem;
  width: 20.3rem;
}
@media screen and (max-width: 768px) {
  .wrap_service .h2_top-style1 span {
    height: 5.5rem;
    width: 14.7rem;
  }
}

.service_tab {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service_tab {
    display: block;
  }
}

.service_tab-btn {
  display: inline-flex;
  flex-direction: column;
  flex-basis: 29.8387096774%;
  position: relative;
  bottom: 80px;
}
@media screen and (max-width: 768px) {
  .service_tab-btn {
    display: flex;
    flex-direction: row;
    bottom: -1px;
    overflow: hidden;
  }
}

.service_tab-btn .btn_stab {
  background: transparent;
  border: none;
  border-radius: 999px 0 0 999px;
  color: #263F88;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  padding: 27px 7.5rem 33px;
  position: relative;
  text-align: right;
  height: 100px;
  width: 370px;
  will-change: transform;
  z-index: 1;
  opacity: 1;
  transition: all 0.25s ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.service_tab-btn .btn_stab::before {
  aspect-ratio: 128/107;
  content: "";
  position: absolute;
  left: 2.5rem;
  top: -0.2rem;
  height: 10.7rem;
  width: 12.8rem;
}
.service_tab-btn .btn_stab::after {
  background: url(/assets/images/common/icon_arrow-r_circle.svg) no-repeat center/contain;
  content: "";
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
}
@media screen and (max-width: 768px) {
  .service_tab-btn .btn_stab {
    border-radius: 30px 30px 0 0;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 22px;
    padding: 82px 0 18px;
    height: auto;
    width: calc((100% - 10px) / 3);
  }
  .service_tab-btn .btn_stab::before {
    background-size: cover !important;
    margin: 0 auto;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
    height: 72px;
    width: 98px;
  }
  .service_tab-btn .btn_stab::after {
    content: none;
  }
}
.service_tab-btn .btn_stab:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .service_tab-btn .btn_stab:nth-child(n+2) {
    margin: 0 0 0 5px;
  }
}

.service_tab-btn .btn_stab:not(.is-active):hover {
  opacity: 0.8;
  transition: all 0.25s ease;
}

.service_tab-btn button:nth-child(1).is-active ~ .bk_balloon.pcOnly {
  transform: translateY(-30px);
  transition: transform 0.3s ease-in-out;
}

.service_tab-btn button:nth-child(2).is-active ~ .bk_balloon.pcOnly {
  transform: translateY(calc(100% - 75px));
  transition: transform 0.3s ease-in-out;
}

.service_tab-btn button:nth-child(3).is-active ~ .bk_balloon.pcOnly {
  transform: translateY(calc(200% - 120px));
  transition: transform 0.3s ease-in-out;
}

.service_tab-btn button:nth-child(1).is-active ~ .bk_balloon.spOnly {
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.service_tab-btn button:nth-child(2).is-active ~ .bk_balloon.spOnly {
  transform: translateX(calc(100% + 5px));
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.service_tab-btn button:nth-child(3).is-active ~ .bk_balloon.spOnly {
  transform: translateX(calc(200% + 10px));
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.bk_balloon.pcOnly {
  position: absolute;
  right: 0;
  transition: transform 0.3s ease-in-out;
  height: 160px;
  width: 100%;
  z-index: 0;
}
.bk_balloon.pcOnly img:not([alt]) {
  filter: none;
}

.bk_balloon.spOnly {
  background: #fff;
  border-radius: 30px 30px 0 0;
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  height: 100%;
  width: calc((100% - 10px) / 3);
}
.bk_balloon.spOnly::before, .bk_balloon.spOnly::after {
  content: url(/assets/images/top/bk_service_balloon_parts.svg);
  display: block;
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 30px;
}
.bk_balloon.spOnly::before {
  left: -30px;
  transform: scaleX(-1);
}
.bk_balloon.spOnly::after {
  right: -30px;
}

.service_tab-btn .btn_stab.btn_stab_saving::before {
  background: url(/assets/images/common/main-icon_saving.svg) no-repeat center/contain;
}

.service_tab-btn .btn_stab.btn_stab_loan::before {
  background: url(/assets/images/common/main-icon_loan.svg) no-repeat center/contain;
}

.service_tab-btn .btn_stab.btn_stab_fund::before {
  background: url(/assets/images/common/main-icon_fund.svg) no-repeat center/contain;
}

.service_tab-contents {
  background: #fff;
  border-radius: 60px 0 0 60px;
  flex-basis: 70.1612903226%;
  flex-grow: 0;
  padding: 29px 0 54px 70px;
  position: relative;
  z-index: 1;
}
.service_tab-contents::after {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  right: -17.7083333333vw;
  top: 0;
  height: 100%;
  width: 17.7083333333vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .service_tab-contents {
    border-radius: 30px;
    padding: 20px 15px 22px;
    transition: border-radius 0.3s ease;
    width: 100%;
  }
  .service_tab-contents::after {
    content: none;
  }
  .service_tab-contents:has(.saving.is-active) {
    border-top-left-radius: 0;
  }
  .service_tab-contents:has(.fund.is-active) {
    border-top-right-radius: 0;
  }
}

.item_service {
  display: none;
  min-height: 576px;
}
.item_service.is-active {
  display: block;
}
@media screen and (max-width: 768px) {
  .item_service {
    min-height: auto;
  }
}

.top_service-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "ZenMaruGothic", sans-serif;
  font-weight: bold;
  padding-left: 260px;
  position: relative;
  min-height: 16.7rem;
}
.top_service-ttl::before {
  aspect-ratio: 258/167;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 162px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .top_service-ttl {
    padding-left: 0;
    min-height: auto;
  }
  .top_service-ttl::before {
    content: none;
  }
}

.saving .top_service-ttl::before {
  background: url(/assets/images/top/icon_servicettl_saving.svg) no-repeat top left/contain;
}

.loan .top_service-ttl::before {
  background: url(/assets/images/top/icon_servicettl_loan.svg) no-repeat top left/contain;
}

.fund .top_service-ttl::before {
  background: url(/assets/images/top/icon_servicettl_fund.svg) no-repeat top left/contain;
}

.ts-ttl_main {
  color: #263F88;
  font-size: 3.8rem;
  line-height: 1;
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .ts-ttl_main {
    display: none;
  }
}

.ts-ttl_discription {
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .ts-ttl_discription {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 0;
  }
}

ul.service_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  ul.service_menu {
    margin-top: 25px;
    gap: 24px 20px;
  }
}
ul.service_menu .btn_boxshadow-style {
  flex: 0 0 calc((100% - 66px) / 3);
}
@media screen and (max-width: 768px) {
  ul.service_menu .btn_boxshadow-style {
    flex-basis: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  ul.service_menu .btn_boxshadow-style.btn_simulation {
    flex-basis: 100%;
  }
}
ul.service_menu .btn_boxshadow-style.btn_simulation a {
  letter-spacing: -0.1em;
  padding-left: 22px;
}
@media screen and (max-width: 768px) {
  ul.service_menu .btn_boxshadow-style.btn_simulation a {
    font-size: 1.8rem;
    padding-left: 12px;
  }
}

.btn_loanplan {
  flex-basis: 100%;
}

.btn_loanplan a {
  border: #526DBC solid 1px;
  border-radius: 20px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.35), 0 0 0 8px #EBEBEB inset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  height: 80px;
  width: 100%;
  opacity: 1;
  transition: all 0.25s ease;
}
.btn_loanplan a::before {
  background: url(/assets/images/top/main-icon_loanplan.svg) no-repeat center/contain;
  background-position-y: -1px;
  content: "";
  margin-right: 22px;
  height: 79px;
  width: 117px;
}
.btn_loanplan a:hover {
  opacity: 0.8;
  transition: all 0.25s ease;
}
.btn_loanplan a .small {
  color: #333;
  display: inline-block;
  font-size: 1.9rem;
  font-weight: 700;
  margin-right: 2.7rem;
}
.btn_loanplan a .color {
  color: #32A299;
}
@media screen and (max-width: 768px) {
  .btn_loanplan a {
    border-radius: 15px;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.35), 0 0 0 6px #EBEBEB inset;
    align-content: center;
    flex-wrap: wrap;
    font-size: 2.1rem;
    padding-bottom: 12px;
    padding-left: 72px;
    position: relative;
  }
  .btn_loanplan a::before {
    position: absolute;
    left: 2.8571428571%;
    height: 45px;
    width: 66px;
  }
  .btn_loanplan a .small {
    flex-basis: 100%;
    font-size: 1.4rem;
    margin-bottom: 5px;
    margin-right: 0;
  }
}

/* ============================== top > important */
.tsec_important {
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .tsec_important {
    padding: 20px 15px 30px;
  }
}

.wrap_important {
  border: #D0230E solid 5px;
  border-radius: 30px;
  background: #fff;
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  padding: 30px 50px;
  max-width: 1340px;
}
.wrap_important .h2_top-style2 {
  color: #D0230E;
  flex-basis: 7em;
  flex-grow: 0;
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .wrap_important {
    border-width: 2px;
    border-radius: 20px;
    display: block;
    padding: 16px 20px 27px;
  }
  .wrap_important .h2_top-style2 {
    margin-right: 0;
  }
}

.wrap_important ul {
  flex-basis: calc(100% - (7em + 56px + 70px));
  list-style: none;
  margin: 3px 0 7px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .wrap_important ul {
    margin: 27px 0 0;
  }
}
.wrap_important ul li {
  position: relative;
  padding-left: 34px;
}
.wrap_important ul li::before {
  background: url(/assets/images/top/icon_important.svg) no-repeat center/contain;
  content: "";
  position: absolute;
  left: 0;
  top: calc(0.5lh - 10px);
  height: 20px;
  width: 20px;
}
.wrap_important ul li:nth-child(n+2) {
  margin-top: 0.4lh;
}
.wrap_important ul li a {
  color: #333;
  text-decoration: none;
}
.wrap_important ul li a:hover {
  opacity: 0.8;
  transition: all 0.25s ease;
}
@media screen and (max-width: 768px) {
  .wrap_important ul li {
    padding-left: 25px;
  }
  .wrap_important ul li::before {
    height: 18px;
    width: 18px;
    top: calc(0.5lh - 9px);
  }
}

/* ============================== top > attention */
.tsec_attention {
  background: #F1F1F1;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .tsec_attention {
    padding: 26px 15px 35px;
  }
}

.attention_wrapper {
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1240px;
}
.attention_wrapper .h2_top-style2 {
  color: #263F88;
  flex-basis: 7em;
  flex-grow: 0;
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .attention_wrapper {
    display: block;
  }
  .attention_wrapper .h2_top-style2 {
    margin-right: 0;
  }
}

.attention_right-contents {
  flex-basis: calc(100% - (11em + 56px));
}

.attn_accordion {
  position: relative;
}

.attention_right-contents .btn_close {
  margin: 40px auto 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
.attention_right-contents .btn_close::before {
  background: linear-gradient(top, rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 0.9) 50%, rgba(241, 241, 241, 0.9) 50%, #f1f1f1 100%);
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  height: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .attention_right-contents .btn_close {
    margin-top: 30px;
  }
}
.attention_right-contents .btn_close button {
  background: #fff;
  border: #707070 solid 1px;
  border-radius: 9999px;
  color: #666;
  cursor: pointer;
  font-family: "ZenMaruGothic", sans-serif;
  font-weight: bold;
  line-height: 1;
  padding: 11px 10px 12px;
  position: relative;
  right: 7.6064908722%;
  width: 211px;
}
.attention_right-contents .btn_close button::before, .attention_right-contents .btn_close button::after {
  background: #666;
  border-radius: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 21px;
  height: 2px;
  width: 18px;
  transform: translateY(-50%);
}
.attention_right-contents .btn_close button::after {
  opacity: 1;
  transition: all 0.7s ease;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .attention_right-contents .btn_close button {
    font-size: 1.8rem;
    right: auto;
  }
}
.attention_right-contents .btn_close.is-show button::after {
  opacity: 0;
  transform: translateY(-50%) rotate(180deg);
}

.attn_accordion-contents {
  overflow: hidden;
  position: relative;
  transition: height 0.3s ease;
  height: 5lh;
}
@media screen and (max-width: 768px) {
  .attn_accordion-contents {
    height: 8lh;
  }
}

/* ボタンをクリックしたらテキストを隠しているグラデーションを消す */
.btn_close.is-show::before {
  content: none;
}

.attn_accordion-contents ul {
  list-style: none;
  margin: 3px 0 0;
  padding-left: 6px;
}
@media screen and (max-width: 768px) {
  .attn_accordion-contents ul {
    margin-top: 27px;
  }
}
.attn_accordion-contents ul li {
  padding-left: 34px;
  position: relative;
}
.attn_accordion-contents ul li::before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.4rem);
  height: 0.8rem;
  width: 0.8rem;
}
.attn_accordion-contents ul li:nth-child(n+2) {
  margin-top: 0.4lh;
}
.attn_accordion-contents ul li a {
  color: #333;
  text-decoration: none;
}
.attn_accordion-contents ul li a:hover {
  opacity: 0.8;
  transition: all 0.25s ease;
}
@media screen and (max-width: 768px) {
  .attn_accordion-contents ul li {
    padding-left: 19px;
  }
}

.info_lost {
  margin: 17px 0 1px;
}
@media screen and (max-width: 768px) {
  .info_lost {
    margin-top: 26px;
  }
  .info_lost p {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.info_lost .tbl_basic-style {
  margin-top: 18px;
}
.info_lost .tbl_basic-style th {
  width: 37.5253549696%;
}
.info_lost .tbl_basic-style td {
  padding-left: 30px;
  padding-right: 0;
}
.info_lost .tbl_basic-style td.bn_left {
  padding-left: 0;
  padding-right: 35px;
  text-align: center;
  width: 23.8336713996%;
}
.info_lost .tbl_basic-style td.bn_left.txt_bold {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .info_lost .tbl_basic-style {
    margin-top: 24px;
  }
  .info_lost .tbl_basic-style th, .info_lost .tbl_basic-style td {
    border-right: #919191 solid 1px;
    font-size: 2rem;
    display: block;
    padding: 20px 5px;
    text-align: center;
    width: 100%;
  }
  .info_lost .tbl_basic-style td {
    border-top: none;
  }
  .info_lost .tbl_basic-style td:not(.bn_left) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .info_lost .tbl_basic-style td.bn_left {
    border-left: #919191 solid 1px !important;
    padding-left: 20px;
    padding-top: 14px;
    width: 100%;
  }
}

.btn_lost a {
  background-color: #E1F2F3;
  border: #8AC2D4 solid 1px;
  border-radius: 9999px;
  color: #333;
  display: block;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 10px 10px 20px;
  position: relative;
  text-decoration: none;
  max-width: 200px;
}
.btn_lost a::before {
  content: url(/assets/images/common/icon_map.svg);
  position: absolute;
  left: 17px;
  top: 70%;
  transform: translateY(-65%);
}
.btn_lost a:hover {
  opacity: 0.8;
  transition: all 0.25s ease;
}
@media screen and (max-width: 768px) {
  .btn_lost a {
    margin: 0 auto;
  }
}

/* ============================== top > news */
.tsec_news {
  margin: 0 auto;
  padding: 50px 20px 70px;
  max-width: 1280px;
}
.tsec_news .h2_top-style1 span {
  aspect-ratio: 154/76;
  background: url(/assets/images/top/ttl_news.svg) no-repeat center center/contain;
  background-position-y: -5px;
  height: 7.6rem;
  width: 15.4rem;
}
@media screen and (max-width: 768px) {
  .tsec_news {
    padding: 30px 15px 40px;
  }
  .tsec_news .h2_top-style1 span {
    height: 5.5rem;
    width: 11.2rem;
  }
}

.news_tab-btn {
  display: flex;
  padding-bottom: 15px;
  position: relative;
}
.news_tab-btn::after {
  background: #CFEEB9;
  border-radius: 9999px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news_tab-btn {
    padding-bottom: 14px;
  }
  .news_tab-btn::after {
    height: 6px;
  }
}
.news_tab-btn button {
  background: none;
  border: 0;
  color: #666;
  cursor: pointer;
  flex: 0 0 33.3333333333%;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 19px;
  font-weight: bold;
  outline: none;
  padding: 0;
  transition: all 0.3s ease-in;
  height: 45px;
  will-change: font-size;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.news_tab-btn button:hover {
  opacity: 0.8;
  transition: all 0.25s ease;
}
@media screen and (max-width: 768px) {
  .news_tab-btn button {
    font-size: 14px;
    line-height: 1.4;
  }
}
.news_tab-btn button.is-active {
  color: #263F88;
  font-size: 26px;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 768px) {
  .news_tab-btn button.is-active {
    font-size: 14px;
    transform: scale(1.14);
    line-height: 1.25;
  }
}
.news_tab-btn #lamp {
  background: #32A299;
  border-radius: 9999px;
  position: absolute;
  bottom: -3px;
  transition: all 0.3s ease-in;
  height: 16px;
  width: 33.3333333333%;
  z-index: 1;
}
.news_tab-btn #lamp::before {
  content: url(/assets/images/top/tri_border-radius.svg);
  position: absolute;
  bottom: -22px;
  left: calc(50% - 14px);
}
@media screen and (max-width: 768px) {
  .news_tab-btn #lamp {
    height: 10px;
  }
  .news_tab-btn #lamp::before {
    bottom: auto;
    top: 0;
  }
}
.news_tab-btn #lamp.topics, .news_tab-btn #lamp.item_news.othernews {
  left: 0;
  transition: all 0.3s ease-in;
}
.news_tab-btn #lamp.newsrelease {
  left: 33.3333333333%;
  transition: all 0.3s ease-in;
}
.news_tab-btn #lamp.othernews {
  left: 66.6666666667%;
  transition: all 0.3s ease-in;
}

.news_tab-contents {
  padding-top: 15px;
}

.item_news.topics, .item_news.othernews {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .item_news.topics, .item_news.othernews {
    padding-top: 25px;
  }
}

.item_news.topics ul, .item_news.othernews ul {
  list-style: none;
  margin: 0;
  padding: 0 1em;
}
.item_news.topics ul li, .item_news.othernews ul li {
  padding-left: 34px;
  position: relative;
}
.item_news.topics ul li::before, .item_news.othernews ul li::before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.4rem);
  height: 0.8rem;
  width: 0.8rem;
}
.item_news.topics ul li:nth-child(n+2), .item_news.othernews ul li:nth-child(n+2) {
  margin-top: 0.4lh;
}
.item_news.topics ul li a, .item_news.othernews ul li a {
  color: #333;
  text-decoration: none;
}
.item_news.topics ul li a:hover, .item_news.othernews ul li a:hover {
  opacity: 0.8;
  transition: all 0.25s ease;
}
@media screen and (max-width: 768px) {
  .item_news.topics ul, .item_news.othernews ul {
    padding: 0 0 0 6px;
  }
  .item_news.topics ul li, .item_news.othernews ul li {
    padding-left: 19px;
  }
}

.item_news.newsrelease table {
  border-collapse: collapse;
  width: 100%;
}
.item_news.newsrelease th, .item_news.newsrelease td {
  border-bottom: #B7B7B7 solid 1px;
}
.item_news.newsrelease th {
  padding: 24px 0;
  width: 10.7258064516%;
}
.item_news.newsrelease td {
  padding: 24px 16px;
}
.item_news.newsrelease td a:not(class) {
  color: #333;
  text-decoration: none;
}
.item_news.newsrelease td a:not(class):hover {
  opacity: 0.8;
  transition: all 0.25s ease;
}
@media screen and (max-width: 768px) {
  .item_news.newsrelease th {
    border-bottom: none;
    display: block;
    padding: 19px 0 0;
    text-align: left;
    width: 100%;
  }
  .item_news.newsrelease td {
    display: block;
    padding: 0 0 15px;
  }
}

.btn_newslist {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn_newslist {
    margin-top: 32px;
  }
}

.btn_newslist a {
  background: #32A299;
  border-radius: 9999px;
  color: #fff;
  display: inline-block;
  font-family: "ZenMaruGothic", sans-serif;
  font-weight: bold;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 211px;
}
.btn_newslist a::after {
  background: url(/assets/images/common/icon_arrow-r_circle.svg) no-repeat center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
}
.btn_newslist a:hover {
  opacity: 0.8;
  transition: all 0.25s ease;
}
@media screen and (max-width: 768px) {
  .btn_newslist a {
    font-size: 1.8rem;
  }
}

/* ============================== top > topend */
.tsec_topend {
  background: #C9E7FF url(/assets/images/top/img_bottom_pc.webp) no-repeat bottom center/cover;
  padding: 72px 20px 680px;
}
@media screen and (max-width: 768px) {
  .tsec_topend {
    background: #C9E7FF url(/assets/images/top/img_bottom_sp.webp) no-repeat bottom center/contain;
    padding: 44px 0 253px;
  }
}

.topend_wrapper {
  margin: 0 auto;
  max-width: 1240px;
}
.topend_wrapper .h3_ttl-style {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.topend_wrapper .h3_ttl-style:first-of-type {
  margin-top: 60px;
}
.topend_wrapper .h3_ttl-style:nth-of-type(2) {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .topend_wrapper .h3_ttl-style {
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .topend_wrapper .h3_ttl-style:first-of-type {
    margin-top: 27px;
  }
  .topend_wrapper .h3_ttl-style:nth-of-type(2) {
    margin-top: 33px;
  }
}

.banner_group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.banner_group li {
  flex: 0 0 calc((100% - 40px) / 3);
}
.banner_group li a::after {
  content: none !important;
}
@media screen and (max-width: 768px) {
  .banner_group {
    flex-wrap: nowrap;
    gap: 0;
    overflow-x: scroll;
    padding: 0 20px;
    width: 100vw;
  }
  .banner_group li {
    flex-basis: 320px;
  }
  .banner_group li:nth-child(n+2) {
    margin-left: 5px;
  }
}

/* ============================== top > emergency */
.emergency {
  background: #D0230E;
  color: #fff;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .emergency {
    font-size: 1.5rem;
    padding: 10px;
  }
}
.emergency:not(:has(p)) {
  display: none;
}

.emerg-title {
  font-weight: bold;
  margin-bottom: 0.15lh;
}/*# sourceMappingURL=top.css.map */