@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap");
@media print, screen and (min-width: 1025px) {
  #l-header .header-outer {
    background-color: transparent;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-wrap {
    padding-top: 0 !important;
  }
}

#l-content {
  padding-bottom: 0 !important;
}

.m-box-localnav {
  display: none;
}

.u-txt-ttl2 {
  position: relative;
  margin-bottom: 24px;
}

.u-txt-ttl2 + * {
  margin-top: 0 !important;
}

.u-txt-ttl2 + *.m-list-news, .u-txt-ttl2 + *.m-list-news2 {
  margin-top: -18px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-txt-ttl2 + .image-position-left + *,
  .u-txt-ttl2 + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-txt-ttl2 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-txt-ttl2 + [data-gs] > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-txt-ttl2 + [data-gs] > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-txt-ttl2 + [data-gs] > [data-gs-col='4']:nth-child(-n + 3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-txt-ttl2 + [data-gs] > [data-gs-col='3']:nth-child(-n + 4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-txt-ttl2 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-txt-ttl2 + [data-gs-group][data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-txt-ttl2 + [data-gs-group][data-gs-tab='2'] > [data-gs-col]:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

.u-txt-ttl2 .u-txt-ttl2__main {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .u-txt-ttl2 .u-txt-ttl2__main {
    font-size: 3.2rem;
  }
}

.u-txt-ttl2 .u-txt-ttl2__en {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  color: #006cb7;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .u-txt-ttl2 .u-txt-ttl2__en {
    font-family: Noto Sans JP;
    font-size: 1.4rem;
    margin-top: 16px;
  }
}

.u-txt-link {
  position: relative;
  padding-left: 12px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 1.5;
  color: #006cb8;
  font-weight: 500;
  background-color: transparent;
  border: none;
  outline-width: 0;
}

.u-txt-link[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_blank.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.u-txt-link[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_pdf.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.u-txt-link[href$='.doc']:not(.noticon):after, .u-txt-link[href$='.docx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_word.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.u-txt-link[href$='.xls']:not(.noticon):after, .u-txt-link[href$='.xlsx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_excel.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.u-txt-link[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_zip.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

@media print, screen and (min-width: 768px) {
  .u-txt-link {
    padding-left: 14px;
  }
}

.u-txt-link:before {
  content: '';
  background: url(../../svg/i_arrow.svg?c=006cb7) center no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0;
  margin: auto;
  width: 6px;
  height: 10px;
}

@media print, screen and (min-width: 768px) {
  .u-txt-link:before {
    width: 7px;
    height: 12px;
    top: 0.4em;
  }
}

.u-txt-link:visited {
  color: #8d6eaa;
}

.u-txt-link .link-size {
  font-weight: normal;
}

[data-whatinput='keyboard'] .u-txt-link:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .u-txt-link:hover {
    text-decoration: underline;
  }
}

.u-txt-link.link-anchor:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.u-txt-link.link-small {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .u-txt-link.link-small {
    font-size: 1.4rem;
    padding-left: 16px;
  }
}

.u-txt-link.link-small::before {
  top: 0.35em;
}

@media print, screen and (min-width: 768px) {
  .u-txt-link.link-small::before {
    top: 0.3em;
  }
}

.u-txt-link.link-brown {
  color: #AC5912;
}

.u-txt-link.link-brown[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_blank.svg?c=AC5912") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.u-txt-link.link-brown[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_pdf.svg?c=AC5912") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.u-txt-link.link-brown[href$='.doc']:not(.noticon):after, .u-txt-link.link-brown[href$='.docx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_word.svg?c=AC5912") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.u-txt-link.link-brown[href$='.xls']:not(.noticon):after, .u-txt-link.link-brown[href$='.xlsx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_excel.svg?c=AC5912") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.u-txt-link.link-brown[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_zip.svg?c=AC5912") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.u-txt-link.link-brown::before {
  background: url(../../svg/i_arrow.svg?c=AC5912) center no-repeat;
}

.u-txt-link.link-black {
  color: #000;
}

.u-txt-link.link-black[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_blank.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.u-txt-link.link-black[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_pdf.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.u-txt-link.link-black[href$='.doc']:not(.noticon):after, .u-txt-link.link-black[href$='.docx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_word.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.u-txt-link.link-black[href$='.xls']:not(.noticon):after, .u-txt-link.link-black[href$='.xlsx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_excel.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.u-txt-link.link-black[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_zip.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.u-txt-link.link-black::before {
  background: url(../../svg/i_arrow.svg?c=000) center no-repeat;
}

.u-campaign {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 80px;
}

@media print, screen and (min-width: 1025px) {
  .u-campaign {
    bottom: 85px;
    right: 0;
    position: absolute;
    top: 365px;
    bottom: auto;
    display: block !important;
    opacity: 1 !important;
  }
}

@media print and (max-height: 650px), screen and (min-width: 1025px) and (max-height: 650px) {
  .u-campaign {
    top: 170px;
  }
}

.u-campaign .campaign-link {
  position: relative;
  background-color: #006cb7;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  font-weight: bold;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 1.4rem;
  padding: 12px 16px;
  height: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 166px;
  outline-width: 0;
}

@media print, screen and (min-width: 1025px) {
  .u-campaign .campaign-link {
    letter-spacing: 0.1em;
    height: auto;
    font-size: 1.2rem;
    width: 46px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 16px 14px;
    min-width: auto;
  }
}

.u-campaign .campaign-link::before {
  width: 18px;
  height: 18px;
  margin: auto;
  content: '';
  background-image: url(/assets/svg/i_megaphone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

[data-whatinput='keyboard'] .u-campaign .campaign-link:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .u-campaign .campaign-link:hover {
    opacity: 0.5;
  }
}

.u-information {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.u-information .information-mainv, .u-information .information-news {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 1025px) {
  .u-information .information-mainv {
    padding-top: 126px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-information .information-mainv::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    content: '';
    background-image: url(/assets/images/top/bg_kv_pc.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-information .information-mainv::after {
    position: absolute;
    left: 0;
    bottom: -412px;
    display: block;
    width: 100%;
    height: 635px;
    margin: auto;
    content: '';
    background-image: url(/assets/images/top/bg_kv_01_pc.svg);
    background-position: top center;
    background-size: 2600px auto;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-information .information-mainv::after {
    top: 200px;
  }
}

.u-mainv {
  padding-block: 24px 40px;
  background-image: url(/assets/images/top/bg_kv_sp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

@media print, screen and (min-width: 1025px) {
  .u-mainv {
    padding-block: 32px 55px;
    background-image: none;
    position: relative;
    z-index: 1;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv .mainv-wrap .mainv-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 632fr) 24px minmax(0, 424fr);
    grid-template-columns: minmax(0, 632fr) minmax(0, 424fr);
    gap: 24px;
  }
}

.u-mainv-banner {
  width: 100%;
  overflow: hidden;
}

.u-mainv-banner + .u-mainv-important {
  margin-top: 16px;
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-banner + .u-mainv-important {
    margin-top: 0;
  }
}

.u-mainv-banner .banner-content .content-swiper .swiper-wrapper .swiper-slide .slide-link {
  position: relative;
}

.u-mainv-banner .banner-content .content-swiper .swiper-wrapper .swiper-slide .slide-link .link-img .img-src {
  width: 100%;
}

.u-mainv-banner .banner-content .content-swiper .swiper-wrapper .swiper-slide a.slide-link {
  outline: none !important;
}

.u-mainv-banner .banner-content .content-swiper .swiper-wrapper .swiper-slide a.slide-link:focus-visible::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  display: block;
  content: '';
  border: 2px solid #000;
}

.u-mainv-banner .banner-content .content-swiper .swiper-notification {
  display: none;
}

.u-mainv-banner .banner-content .content-swiper-control {
  background-color: #E5F0F8;
  padding: 8px;
}

.u-mainv-banner .banner-content .content-swiper-control .control-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.u-mainv-banner .banner-content .content-swiper-control .control-inner .control-transition {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.u-mainv-banner .banner-content .content-swiper-control .control-inner .control-transition .transition-btn {
  background-color: #006cb7;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  font-size: 0;
  overflow: hidden;
  border: 2px solid #006cb7;
  outline-width: 0;
}

.u-mainv-banner .banner-content .content-swiper-control .control-inner .control-transition .transition-btn::before {
  content: "";
  background-image: url(/assets/svg/i_arrow.svg?c=fff);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px auto;
  width: 24px;
  height: 24px;
}

.u-mainv-banner .banner-content .content-swiper-control .control-inner .control-transition .transition-btn.btn-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

[data-whatinput='keyboard'] .u-mainv-banner .banner-content .content-swiper-control .control-inner .control-transition .transition-btn:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-banner .banner-content .content-swiper-control .control-inner .control-transition .transition-btn:hover {
    background-color: #fff;
  }
  .u-mainv-banner .banner-content .content-swiper-control .control-inner .control-transition .transition-btn:hover::before {
    background-image: url(/assets/svg/i_arrow.svg?c=006cb7);
  }
}

.u-mainv-banner .banner-content .content-swiper-control .control-inner .contol-pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}

.u-mainv-banner .banner-content .content-swiper-control .control-inner .contol-pagenation .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #80B5DB;
  opacity: 1;
}

.u-mainv-banner .banner-content .content-swiper-control .control-inner .contol-pagenation .swiper-pagination-bullet-active {
  background-color: #006cb7;
}

.u-mainv-banner .banner-content .content-swiper-control .control-inner .contol-pause-play {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  padding: 0;
  font-size: 0;
  overflow: hidden;
  outline-width: 0;
}

.u-mainv-banner .banner-content .content-swiper-control .control-inner .contol-pause-play::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  content: '';
  background-image: url(/assets/svg/i_stop.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px auto;
}

[data-whatinput='keyboard'] .u-mainv-banner .banner-content .content-swiper-control .control-inner .contol-pause-play:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-banner .banner-content .content-swiper-control .control-inner .contol-pause-play:hover {
    opacity: 0.5;
  }
}

.u-mainv-banner .banner-content .content-swiper-control .control-inner .contol-pause-play.is-stop::before {
  left: 1px;
  width: 23px;
  background-image: url(/assets/svg/i_play.svg);
  background-size: 7px auto;
}

.u-mainv-important {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important {
    gap: 8px;
  }
}

.u-mainv-important > * {
  width: 100%;
}

.u-mainv-important .important-head {
  background-color: #F9EAEA;
  position: relative;
  -webkit-box-shadow: 0px 0px 16px 0px #00477814;
          box-shadow: 0px 0px 16px 0px #00477814;
}

.u-mainv-important .important-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #C83030;
}

.u-mainv-important .important-head .head-list {
  border-bottom: 1px solid #C8303080;
  padding: 16px 12px 16px;
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list {
    padding: 15px 16px 15px;
  }
}

.u-mainv-important .important-head .head-list .list-inner > *:first-child {
  margin-top: 0 !important;
}

.u-mainv-important .important-head .head-list .list-inner > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .u-mainv-important .important-head .head-list .list-inner > .image-position-left:first-child + *,
  .u-mainv-important .important-head .head-list .list-inner > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mainv-important .important-head .head-list .list-inner > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list .list-inner > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list .list-inner > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list .list-inner > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list .list-inner > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list .list-inner > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list .list-inner > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list .list-inner > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n + 3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list .list-inner > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n + 3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list .list-inner > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n + 3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list .list-inner > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n + 4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list .list-inner > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n + 4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list .list-inner > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n + 4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list .list-inner > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mainv-important .important-head .head-list .list-inner > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mainv-important .important-head .head-list .list-inner > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

.u-mainv-important .important-head .head-list .list-inner .list-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list .list-inner .list-list {
    gap: 8px;
  }
}

.u-mainv-important .important-head .head-list .list-inner .list-list .list-item {
  line-height: 0;
}

.u-mainv-important .important-head .head-list .list-inner .list-list .list-item .item-link {
  color: #C83030;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list .list-inner .list-list .list-item .item-link {
    font-size: 1.4rem;
    padding-left: 20px;
  }
}

.u-mainv-important .important-head .head-list .list-inner .list-list .list-item .item-link::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: '';
  background-image: url(/assets/svg/i_exclamation.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list .list-inner .list-list .list-item .item-link::before {
    width: 16px;
    height: 16px;
    top: 0.1em;
  }
}

.u-mainv-important .important-head .head-list .list-inner .list-list .list-item a.item-link {
  outline-width: 0;
}

[data-whatinput='keyboard'] .u-mainv-important .important-head .head-list .list-inner .list-list .list-item a.item-link:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-head .head-list .list-inner .list-list .list-item a.item-link:hover {
    text-decoration: underline;
  }
}

.u-mainv-important .important-foot {
  -webkit-box-shadow: 0px 0px 16px 0px #00477814;
          box-shadow: 0px 0px 16px 0px #00477814;
  background-color: #fff;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.u-mainv-important .important-foot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #AC5912;
}

.u-mainv-important .important-foot .foot-emergency {
  padding: 16px;
  background-color: #FAF2EB;
  border-bottom: 1px solid #AC591280;
}

.u-mainv-important .important-foot .foot-emergency > *:first-child {
  margin-top: 0 !important;
}

.u-mainv-important .important-foot .foot-emergency > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .u-mainv-important .important-foot .foot-emergency > .image-position-left:first-child + *,
  .u-mainv-important .important-foot .foot-emergency > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mainv-important .important-foot .foot-emergency > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-emergency > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-emergency > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-emergency > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-emergency > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-emergency > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-emergency > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-emergency > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n + 3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-emergency > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n + 3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-emergency > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n + 3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-emergency > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n + 4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-emergency > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n + 4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-emergency > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n + 4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-emergency > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mainv-important .important-foot .foot-emergency > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mainv-important .important-foot .foot-emergency > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

.u-mainv-important .important-foot .foot-emergency .emergency-ttl {
  color: #AC5912;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-emergency .emergency-ttl {
    padding-left: 20px;
    font-size: 1.4rem;
  }
}

.u-mainv-important .important-foot .foot-emergency .emergency-ttl::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: '';
  background-image: url(/assets/svg/i_exclamation_brown.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-emergency .emergency-ttl::before {
    width: 16px;
    height: 16px;
    top: 0.2em;
  }
}

.u-mainv-important .important-foot .foot-emergency .emergency-list {
  padding-left: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin-top: 8px;
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-emergency .emergency-list {
    padding-left: 20px;
  }
}

.u-mainv-important .important-foot .foot-emergency .emergency-list .list-item {
  line-height: 1;
}

.u-mainv-important .important-foot .foot-list {
  overflow: auto;
  padding: 0 8px 0 16px;
  margin-right: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.u-mainv-important .important-foot .foot-list > *:first-child {
  margin-top: 0 !important;
}

.u-mainv-important .important-foot .foot-list > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .u-mainv-important .important-foot .foot-list > .image-position-left:first-child + *,
  .u-mainv-important .important-foot .foot-list > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mainv-important .important-foot .foot-list > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-list > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-list > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-list > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-list > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-list > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-list > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-list > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n + 3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-list > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n + 3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-list > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n + 3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-list > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n + 4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-list > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n + 4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-list > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n + 4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-list > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mainv-important .important-foot .foot-list > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mainv-important .important-foot .foot-list > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mainv-important .important-foot .foot-list {
    max-height: 70px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mainv-important .important-foot .foot-list {
    max-height: 80px !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-list {
    padding: 0 16px 16px;
    margin-right: 16px;
    margin-bottom: 0;
  }
}

.u-mainv-important .important-foot .foot-list::-webkit-scrollbar {
  width: 3px;
}

.u-mainv-important .important-foot .foot-list::-webkit-scrollbar-thumb {
  background: #D9D9D9;
}

.u-mainv-important .important-foot .foot-list .list-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  padding-bottom: 16px;
}

.u-mainv-important .important-foot .foot-list .list-list .list-item {
  line-height: 1;
}

.u-mainv-important .important-foot .foot-list .list-list .list-item .item-link {
  color: #AC5912;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-list .list-list .list-item .item-link {
    font-size: 1.4rem;
  }
}

.u-mainv-important .important-foot .foot-list .list-list .list-item .item-link::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: '';
  background-image: url(/assets/svg/i_exclamation_brown.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-list .list-list .list-item .item-link::before {
    width: 16px;
    height: 16px;
    top: 0.2em;
  }
}

.u-mainv-important .important-foot .foot-list .list-list .list-item a.item-link {
  text-decoration: underline;
  outline-width: 0;
}

[data-whatinput='keyboard'] .u-mainv-important .important-foot .foot-list .list-list .list-item a.item-link:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .u-mainv-important .important-foot .foot-list .list-list .list-item a.item-link:hover {
    text-decoration: none;
  }
}

.u-important-news-swiper .swiper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.u-important-news-swiper .swiper-inner .swiper-content {
  width: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.u-important-news-swiper .swiper-inner .swiper-content .swiper {
  height: 56px;
  width: 100%;
  position: relative;
}

.u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper {
  padding-left: 0;
  margin: 0;
}

.u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0 16px 16px;
  height: 56px !important;
  overflow: hidden;
}

.u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide .slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide .slide-wrap .slide-scroll-box {
  display: block;
  width: 100%;
  overflow: hidden;
}

.u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide .slide-wrap .slide-scroll-box .box-text {
  display: inline-block;
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
}

@media print, screen and (min-width: 1025px) {
  .u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide .slide-wrap .slide-scroll-box .box-text {
    font-size: 1.4rem;
  }
}

.u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide .slide-wrap .slide-scroll-box a.box-text {
  position: relative;
  padding-left: 12px;
  outline-offset: -1px;
  outline-width: 0;
}

.u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide .slide-wrap .slide-scroll-box a.box-text[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_blank.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide .slide-wrap .slide-scroll-box a.box-text[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_pdf.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide .slide-wrap .slide-scroll-box a.box-text[href$='.doc']:not(.noticon):after, .u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide .slide-wrap .slide-scroll-box a.box-text[href$='.docx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_word.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide .slide-wrap .slide-scroll-box a.box-text[href$='.xls']:not(.noticon):after, .u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide .slide-wrap .slide-scroll-box a.box-text[href$='.xlsx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_excel.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide .slide-wrap .slide-scroll-box a.box-text[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_zip.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

@media print, screen and (min-width: 1025px) {
  .u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide .slide-wrap .slide-scroll-box a.box-text {
    padding-left: 16px;
  }
}

.u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide .slide-wrap .slide-scroll-box a.box-text::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 10px;
  margin: auto;
  content: '';
  background-image: url(/assets/svg/i_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide .slide-wrap .slide-scroll-box a.box-text:not(.noticon)::after {
  top: 0 !important;
}

[data-whatinput='keyboard'] .u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide .slide-wrap .slide-scroll-box a.box-text:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .u-important-news-swiper .swiper-inner .swiper-content .swiper .swiper-wrapper .swiper-slide .slide-wrap .slide-scroll-box a.box-text:hover {
    text-decoration: underline;
  }
}

.u-important-news-swiper .swiper-inner .swiper-control {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 16px 16px 16px 8px;
}

@media print, screen and (min-width: 1025px) {
  .u-important-news-swiper .swiper-inner .swiper-control {
    padding: 16px;
  }
}

.u-important-news-swiper .swiper-inner .swiper-control .control-pagenation {
  font-size: 1.0rem;
  font-weight: bold;
}

@media print, screen and (min-width: 1025px) {
  .u-important-news-swiper .swiper-inner .swiper-control .control-pagenation {
    font-size: 1.2rem;
  }
}

.u-important-news-swiper .swiper-inner .swiper-control .control-transition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
}

.u-important-news-swiper .swiper-inner .swiper-control .control-transition .transition-btn {
  position: relative;
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  outline-width: 0;
}

[data-whatinput='keyboard'] .u-important-news-swiper .swiper-inner .swiper-control .control-transition .transition-btn:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .u-important-news-swiper .swiper-inner .swiper-control .control-transition .transition-btn:hover {
    opacity: 0.5;
  }
}

.u-important-news-swiper .swiper-inner .swiper-control .control-transition .transition-btn::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/assets/svg/i_arrow.svg?c=000);
  background-repeat: no-repeat;
  background-size: 7px auto;
}

.u-important-news-swiper .swiper-inner .swiper-control .control-transition .transition-btn.btn-prev::before {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-position: top center;
}

.u-important-news-swiper .swiper-inner .swiper-control .control-transition .transition-btn.btn-next::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-position: bottom center;
}

.u-important-news-swiper .swiper-inner .swiper-control .contol-pause-play {
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 0;
  border: none;
  font-size: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  outline-width: 0;
}

.u-important-news-swiper .swiper-inner .swiper-control .contol-pause-play::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  content: '';
  background-image: url(/assets/svg/i_stop.svg?c=000);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px auto;
}

[data-whatinput='keyboard'] .u-important-news-swiper .swiper-inner .swiper-control .contol-pause-play:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .u-important-news-swiper .swiper-inner .swiper-control .contol-pause-play:hover {
    opacity: 0.5;
  }
}

.u-important-news-swiper .swiper-inner .swiper-control .contol-pause-play.is-stop::before {
  left: 1px;
  width: 23px;
  background-image: url(/assets/svg/i_play.svg?c=000);
  background-size: 7px auto;
}

.u-important-news-swiper .swiper-inner .swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-news {
  background-color: #fff;
  padding-bottom: 56px;
}

@media print, screen and (min-width: 768px) {
  .u-news-tab {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .u-news-tab .tab-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.u-news-tab .tab-head .news-ttl {
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1;
  margin-bottom: 8px;
}

@media print, screen and (min-width: 768px) {
  .u-news-tab .tab-head .news-ttl {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 0;
  }
}

.u-news-tab .tab-head .head-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #E5F0F8;
  min-height: 40px;
  border-radius: 20px;
  padding: 0 8px;
  gap: 4px;
}

@media print, screen and (min-width: 768px) {
  .u-news-tab .tab-head .head-list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    min-height: 48px;
    padding: 0 12px;
    border-radius: 34px;
    gap: 12px;
  }
}

.u-news-tab .tab-head .head-list .list-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media print, screen and (min-width: 768px) {
  .u-news-tab .tab-head .head-list .list-item {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.u-news-tab .tab-head .head-list .list-item .item-link {
  color: #006cb7;
  opacity: 0.5;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 32px;
  border: none;
  padding: 14px 10px;
  background-color: transparent;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .u-news-tab .tab-head .head-list .list-item .item-link {
    min-height: 32px;
    padding: 20px 16px;
    width: auto;
  }
}

.u-news-tab .tab-head .head-list .list-item .item-link:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-news-tab .tab-head .head-list .list-item .item-link.is-active {
  opacity: 1;
  color: #fff;
  position: relative;
  isolation: isolate;
}

.u-news-tab .tab-head .head-list .list-item .item-link.is-active::before {
  content: "";
  border-radius: 24px;
  background-color: #006cb7;
  height: 28px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .u-news-tab .tab-head .head-list .list-item .item-link.is-active::before {
    height: 32px;
  }
}

.u-news-tab .tab-head .head-list .list-item .item-link .link-inner {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .u-news-tab .tab-head .head-list .list-item .item-link .link-inner {
    font-size: 1.4rem;
  }
}

.u-news-tab .tab-content {
  background-color: #fff;
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .u-news-tab .tab-content {
    margin-top: 16px;
  }
}

.u-news-tab .tab-content .content-panel {
  display: none;
}

.u-news-tab .tab-content .content-panel:first-child {
  display: block;
}

.u-news-tab .tab-content .content-panel .panel-foot {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media print, screen and (min-width: 768px) {
  .u-news-tab .tab-content .content-panel .panel-foot {
    margin-top: 8px;
  }
}

.u-news-list {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}

.u-news-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.u-news-list .list-item .item-inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  outline-width: 0;
}

@media print, screen and (min-width: 768px) {
  .u-news-list .list-item .item-inner {
    gap: 8px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

[data-whatinput='keyboard'] .u-news-list .list-item .item-inner:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .u-news-list .list-item .item-inner:hover .item-ttl {
    color: #006cb7;
  }
}

.u-news-list .list-item a.item-inner {
  outline-width: 0;
}

.u-news-list .list-item a.item-inner[target='_blank']:not(.noticon) > .item-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_blank.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.u-news-list .list-item a.item-inner[href$='.pdf']:not(.noticon) > .item-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_pdf.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.u-news-list .list-item a.item-inner[href$='.doc']:not(.noticon) > .item-ttl:after, .u-news-list .list-item a.item-inner[href$='.docx']:not(.noticon) > .item-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_word.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.u-news-list .list-item a.item-inner[href$='.xls']:not(.noticon) > .item-ttl:after, .u-news-list .list-item a.item-inner[href$='.xlsx']:not(.noticon) > .item-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_excel.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.u-news-list .list-item a.item-inner[href$='.zip']:not(.noticon) > .item-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../../svg/i_zip.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

[data-whatinput='keyboard'] .u-news-list .list-item a.item-inner:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .u-news-list .list-item a.item-inner:hover[target='_blank']:not(.noticon) > .item-ttl:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../../svg/i_blank.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    height: 16px;
    width: 14px;
    top: -0.1em;
  }
  .u-news-list .list-item a.item-inner:hover[href$='.pdf']:not(.noticon) > .item-ttl:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../../svg/i_pdf.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .u-news-list .list-item a.item-inner:hover[href$='.doc']:not(.noticon) > .item-ttl:after, .u-news-list .list-item a.item-inner:hover[href$='.docx']:not(.noticon) > .item-ttl:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../../svg/i_word.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .u-news-list .list-item a.item-inner:hover[href$='.xls']:not(.noticon) > .item-ttl:after, .u-news-list .list-item a.item-inner:hover[href$='.xlsx']:not(.noticon) > .item-ttl:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../../svg/i_excel.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .u-news-list .list-item a.item-inner:hover[href$='.zip']:not(.noticon) > .item-ttl:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../../svg/i_zip.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    top: 0.2em;
  }
  .u-news-list .list-item a.item-inner:hover .item-ttl {
    color: #006cb7;
  }
}

.u-news-list .list-item .item-date {
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.75;
  position: relative;
  top: 0.2em;
}

@media print, screen and (min-width: 768px) {
  .u-news-list .list-item .item-date {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .u-news-list .list-item .item-date + .item-ttl {
    margin-left: 16px;
  }
}

.u-news-list .list-item .item-category {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 2px 16px;
  background-color: #F2F8FB;
  border-radius: 30px;
}

@media print, screen and (min-width: 768px) {
  .u-news-list .list-item .item-category {
    font-size: 1.4rem;
  }
}

.u-news-list .list-item .item-ttl {
  width: 100%;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.75;
}

@media print, screen and (min-width: 768px) {
  .u-news-list .list-item .item-ttl {
    width: auto;
    font-size: 1.6rem;
  }
}

#u-news .u-news-list .list-item a.item-inner[href$='.pdf']:not(.noticon) > .item-ttl:after {
  top: 0;
}

#u-news .u-news-list .list-item a.item-inner[href$='.doc']:not(.noticon) > .item-ttl:after, #u-news .u-news-list .list-item a.item-inner[href$='.docx']:not(.noticon) > .item-ttl:after {
  top: 0;
}

#u-news .u-news-list .list-item a.item-inner[href$='.xls']:not(.noticon) > .item-ttl:after, #u-news .u-news-list .list-item a.item-inner[href$='.xlsx']:not(.noticon) > .item-ttl:after {
  top: 0;
}

.u-service {
  background-color: #F2F8FB;
  padding-block: 56px;
}

.u-service > *:first-child {
  margin-top: 0 !important;
}

.u-service > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .u-service > .image-position-left:first-child + *,
  .u-service > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-service > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n + 3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n + 3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n + 3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n + 4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n + 4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n + 4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-service > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-service > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

.u-service-link-list .list-foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .u-service-link-list .list-foot {
    margin-top: 8px;
  }
}

.u-service-accordion {
  margin-top: 16px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px #00477814;
          box-shadow: 0px 0px 16px 0px #00477814;
}

@media print, screen and (min-width: 768px) {
  .u-service-accordion {
    display: none;
  }
}

.u-service-accordion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #006cb7;
  z-index: 1;
}

.u-service-accordion .accordion-head {
  position: relative;
  cursor: pointer;
  display: block;
  background-color: #fff;
  border: none;
  padding: 0;
  width: 100%;
}

.u-service-accordion .accordion-head::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  content: '';
  border-radius: 50%;
  background-color: #006cb7;
}

.u-service-accordion .accordion-head .head-wrap {
  position: relative;
  z-index: 1;
  padding: 20px 44px 20px 16px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
}

.u-service-accordion .accordion-head .head-wrap:before, .u-service-accordion .accordion-head .head-wrap:after {
  content: '';
  background-color: #fff;
  width: 14px;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  margin: auto;
}

.u-service-accordion .accordion-head .head-wrap:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.u-service-accordion .accordion-head .head-wrap:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.u-service-accordion .accordion-head .head-wrap .head-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.u-service-accordion .accordion-head .head-wrap .head-inner .head-icon {
  display: block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.u-service-accordion .accordion-head .head-wrap .head-inner .head-icon.icon-tameru {
  background-image: url(../../svg/i_piggy_bank.svg);
}

.u-service-accordion .accordion-head .head-wrap .head-inner .head-icon.icon-unyo {
  background-image: url(../../svg/i_hand.svg);
}

.u-service-accordion .accordion-head .head-wrap .head-inner .head-icon.icon-kariru {
  background-image: url(../../svg/i_house.svg);
}

.u-service-accordion .accordion-head .head-wrap .head-inner .head-icon.icon-tsukau {
  background-image: url(../../svg/i_gear.svg);
}

.u-service-accordion .accordion-head .head-wrap .head-inner .head-ttl {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  color: #006cb7;
}

.u-service-accordion .accordion-head .head-inner {
  display: block;
  width: 100%;
}

.u-service-accordion .accordion-body {
  margin-top: 1px;
  background-color: #fff;
  padding: 16px 16px 24px;
  display: none;
}

.u-service-accordion .accordion-body > *:first-child {
  margin-top: 0 !important;
}

.u-service-accordion .accordion-body > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .u-service-accordion .accordion-body > .image-position-left:first-child + *,
  .u-service-accordion .accordion-body > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-service-accordion .accordion-body > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service-accordion .accordion-body > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service-accordion .accordion-body > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service-accordion .accordion-body > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service-accordion .accordion-body > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service-accordion .accordion-body > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service-accordion .accordion-body > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service-accordion .accordion-body > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n + 3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service-accordion .accordion-body > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n + 3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service-accordion .accordion-body > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n + 3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service-accordion .accordion-body > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n + 4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service-accordion .accordion-body > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n + 4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service-accordion .accordion-body > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n + 4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-service-accordion .accordion-body > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-service-accordion .accordion-body > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-service-accordion .accordion-body > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-service-accordion .accordion-body {
    padding: 40px 32px;
  }
}

.u-service-accordion .accordion-head[aria-expanded='true'] .head-wrap:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.u-service-accordion .accordion-head[aria-expanded='true'] .head-wrap:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

.u-service-tab {
  display: none;
  -webkit-box-shadow: 0px 0px 16px 0px #00477814;
          box-shadow: 0px 0px 16px 0px #00477814;
}

@media print, screen and (min-width: 768px) {
  .u-service-tab {
    display: block;
  }
}

.u-service-tab .tab-head .head-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
}

.u-service-tab .tab-head .head-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.u-service-tab .tab-head .head-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.u-service-tab .tab-head .head-list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.u-service-tab .tab-head .head-list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.u-service-tab .tab-head .head-list .list-item .item-link {
  background-color: #E5F0F8;
  color: #006cb7;
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 72px;
  border: none;
  padding: 16px;
}

.u-service-tab .tab-head .head-list .list-item .item-link:hover .link-inner {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-service-tab .tab-head .head-list .list-item .item-link:hover .link-icon {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-service-tab .tab-head .head-list .list-item .item-link .link-icon {
  display: block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-service-tab .tab-head .head-list .list-item .item-link .link-icon.icon-tameru {
  background-image: url(../../svg/i_piggy_bank.svg);
}

.u-service-tab .tab-head .head-list .list-item .item-link .link-icon.icon-unyo {
  background-image: url(../../svg/i_hand.svg);
}

.u-service-tab .tab-head .head-list .list-item .item-link .link-icon.icon-kariru {
  background-image: url(../../svg/i_house.svg);
}

.u-service-tab .tab-head .head-list .list-item .item-link .link-icon.icon-tsukau {
  background-image: url(../../svg/i_gear.svg);
}

.u-service-tab .tab-head .head-list .list-item .item-link .link-inner {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-service-tab .tab-head .head-list .list-item .item-link.is-active {
  background-color: #fff;
}

.u-service-tab .tab-head .head-list .list-item .item-link.is-active .link-icon {
  opacity: 1;
}

.u-service-tab .tab-head .head-list .list-item .item-link.is-active .link-inner {
  opacity: 1;
}

.u-service-tab .tab-head .head-list .list-item .item-link.is-active::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 4px;
  content: '';
  background-color: #006cb7;
}

.u-service-tab .tab-content {
  background-color: #fff;
  padding: 32px 40px;
}

.u-service-tab .tab-content .content-panel {
  display: none;
}

.u-service-tab .tab-content .content-panel:first-child {
  display: block;
}

.service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .service-list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.service-list .list-item {
  margin: 0;
  text-align: center;
  background-color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 71, 120, 0.08);
          box-shadow: 0px 0px 16px 0px rgba(0, 71, 120, 0.08);
}

.service-list .list-item:nth-child(1), .service-list .list-item:nth-child(2) {
  -webkit-flex-basis: calc(50% - (8px / 2));
      -ms-flex-preferred-size: calc(50% - (8px / 2));
          flex-basis: calc(50% - (8px / 2));
}

.service-list .list-item:nth-child(3), .service-list .list-item:nth-child(4), .service-list .list-item:nth-child(5) {
  -webkit-flex-basis: calc(33.333% - (8px * 2 / 3));
      -ms-flex-preferred-size: calc(33.333% - (8px * 2 / 3));
          flex-basis: calc(33.333% - (8px * 2 / 3));
}

@media print, screen and (min-width: 768px) {
  .service-list .list-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .service-list .list-item:nth-child(n) {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
  }
}

.service-list .list-item .item-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: solid 2px #fff;
  padding: 16px 8px;
}

@media print, screen and (min-width: 768px) {
  .service-list .list-item .item-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 16px 8px;
  }
}

.service-list .list-item .item-btn:hover {
  border: solid 2px #006cb7;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service-list .list-item .item-btn::before {
  content: "";
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 0 8px 0;
}

@media print, screen and (min-width: 768px) {
  .service-list .list-item .item-btn::before {
    margin: 0 8px 0 0;
  }
}

.service-list .list-item .item-btn.item-rates::before {
  content: url("/assets/svg/i_service_rates.svg");
}

.service-list .list-item .item-btn.item-campaigns::before {
  content: url("/assets/svg/i_service_campaigns.svg");
}

.service-list .list-item .item-btn.item-loan-apply::before {
  content: url("/assets/svg/i_service_loan_apply.svg");
}

.service-list .list-item .item-btn.item-reservation::before {
  content: url("/assets/svg/i_service_reservation.svg");
}

.service-list .list-item .item-btn.item-contact::before {
  content: url("/assets/svg/i_service_contact.svg");
}

.service-list .list-item .item-text {
  line-height: 1.25;
  font-weight: 700;
  font-size: 1.4rem;
  color: #006cb7;
}

@media print, screen and (min-width: 768px) {
  .service-list .list-item .item-text {
    font-size: 1.6rem;
  }
}

#u-bank {
  padding: 56px 0;
  position: relative;
  isolation: isolate;
}

#u-bank::before {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat url("/assets/images/top/bg_bank.png");
  background-size: cover;
  background-position: left center;
  height: 100%;
  top: 0;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

#u-bank .bank-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media print, screen and (min-width: 768px) {
  #u-bank .bank-inner {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
  }
}

#u-bank .bank-item {
  border-top: solid 4px #006cb7;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  padding: 28px 24px;
}

@media print, screen and (min-width: 768px) {
  #u-bank .bank-item {
    padding: 28px 24px 32px;
  }
}

#u-bank .bank-item .item-title {
  color: #006cb7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  line-height: 1.25;
  font-weight: 700;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  #u-bank .bank-item .item-title {
    margin: 0;
    font-size: 1.8rem;
  }
}

#u-bank .bank-item .bank-text {
  font-weight: 500;
  margin-top: 16px;
}

#u-bank .p-btn-list.list-col2 {
  gap: 16px;
}

@media print, screen and (min-width: 768px) {
  #u-bank .p-btn-list.list-col2 {
    gap: 24px;
  }
}

.bank-item .item-title.title-IB::before {
  content: url("/assets/images/top/i_bank_IB.svg");
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.bank-item .item-title.title-beginners::before {
  content: url("/assets/images/top/i_bank_beginners.svg");
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

#bank-beginners.bank-item .item-foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
}

#bank-beginners.bank-item .item-foot .m-txt-link .link-txt {
  font-weight: 500;
}

#u-life {
  padding: 56px 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

#u-life::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/assets/images/top/bg_life_sp.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  #u-life::before {
    background-image: url("/assets/images/top/bg_life.png");
  }
}

#u-life .life-title {
  font-weight: 700;
  font-size: 20px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #u-life .life-title {
    font-size: 24px;
  }
}

#u-life .life-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  top: -120px;
  left: -150px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 70%);
  z-index: -1;
}

#u-life .life-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  #u-life .life-list {
    gap: 8px 16px;
  }
}

#u-life .life-list .list-item {
  margin: 0;
  text-align: center;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#u-life .life-list .list-item .item-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: solid 2px #fff;
}

@media print, screen and (min-width: 768px) {
  #u-life .life-list .list-item .item-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 24px;
  }
}

#u-life .life-list .list-item .item-btn:hover {
  border: solid 2px #006cb7;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#u-life .life-list .list-item .item-btn[target='_blank'] .item-text:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 14px;
  margin-left: 5px;
  background: url("/assets/svg/i_blank.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
}

#u-life .life-list .list-item .item-btn::before {
  content: url("/assets/svg/i_life_work.svg");
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 0 8px 0;
}

@media print, screen and (min-width: 768px) {
  #u-life .life-list .list-item .item-btn::before {
    margin: 0 8px 0 0;
  }
}

#u-life .life-list .list-item .item-btn.btn-life-work::before {
  content: url("/assets/svg/i_life_work.svg");
}

#u-life .life-list .list-item .item-btn.btn-life-marriage::before {
  content: url("/assets/svg/i_life_marriage.svg");
}

#u-life .life-list .list-item .item-btn.btn-life-family::before {
  content: url("/assets/svg/i_life_family.svg");
}

#u-life .life-list .list-item .item-btn.btn-life-home::before {
  content: url("/assets/svg/i_life_home.svg");
}

#u-life .life-list .list-item .item-btn.btn-life-retirement::before {
  content: url("/assets/svg/i_life_retirement.svg");
}

#u-life .life-list .list-item .item-btn.btn-life-simulation::before {
  content: none;
}

#u-life .life-list .list-item .item-text {
  line-height: 1.25;
  font-weight: 700;
  font-size: 1.4rem;
  color: #006cb7;
}

@media print, screen and (min-width: 768px) {
  #u-life .life-list .list-item .item-text {
    font-size: 1.6rem;
  }
}

#u-life .life-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#u-topics {
  padding: 56px 0;
  background-color: #fff;
}

.u-box-btn {
  text-align: center;
  margin-top: 20px;
}

.u-box-btn .m-btn-common {
  margin: 0 20px;
  padding: 15px 32px;
}

#u-recommended .u-txt-ttl2, #u-about .u-txt-ttl2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  #u-recommended .u-txt-ttl2, #u-about .u-txt-ttl2 {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}

#u-recommended .u-txt-ttl2__text, #u-about .u-txt-ttl2__text {
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  #u-recommended .u-txt-ttl2__text, #u-about .u-txt-ttl2__text {
    margin-top: 0;
    text-align: right;
    font-size: 1.6rem;
  }
}

.recommended-list {
  display: -ms-grid;
  display: grid;
  gap: 0 8px;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media print, screen and (min-width: 768px) {
  .recommended-list {
    gap: 0 24px;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.recommended-list .list-item {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 71, 120, 0.08);
          box-shadow: 0 0 16px 0 rgba(0, 71, 120, 0.08);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.recommended-list .list-item:nth-child(n+3) {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .recommended-list .list-item:nth-child(n+3) {
    display: -ms-grid;
    display: grid;
  }
}

.recommended-list .list-item .item-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  gap: 0;
  justify-items: stretch;
}

.recommended-list .list-item .item-link .item-img {
  -ms-grid-row: 1;
  grid-row: 1;
  display: block;
  overflow: hidden;
}

.recommended-list .list-item .item-link .item-img .img-src {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.recommended-list .list-item .item-link:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.recommended-list .list-item .item-link .item-text {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-row-align: center;
      align-self: center;
  color: #006cb7;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  padding: 8px 16px;
  line-height: 1.25;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  .recommended-list .list-item .item-link .item-text {
    font-size: 1.6rem;
    padding: 16px;
  }
}

.recommended-list .list-item .item-link .item-text::after {
  content: "";
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  width: 24px;
  height: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-image: url(/assets/svg/i_arrow2.svg);
  background-size: 100% auto;
  background-position: center;
}

.recommended-list .list-item .item-link .item-text .text-span {
  margin-right: 4px;
  min-width: 0;
}

@media print, screen and (min-width: 768px) {
  .recommended-list .list-item .item-link .item-text .text-span {
    margin-right: 8px;
  }
}

#u-about {
  padding-top: 56px;
}

#u-about .about-list {
  display: -ms-grid;
  display: grid;
  gap: 8px 0;
  grid-auto-flow: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media print, screen and (min-width: 768px) {
  #u-about .about-list {
    gap: 0 24px;
    grid-auto-flow: column;
  }
}

#u-about .about-list .list-item {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 71, 120, 0.08);
          box-shadow: 0 0 16px 0 rgba(0, 71, 120, 0.08);
}

#u-about .about-list .list-item .item-link {
  position: relative;
  display: block;
}

#u-about .about-list .list-item .item-link .item-img {
  display: block;
  overflow: hidden;
  position: relative;
}

#u-about .about-list .list-item .item-link .item-img .img-src {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#u-about .about-list .list-item .item-link .item-img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 120px;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00365c), to(transparent));
  background-image: linear-gradient(0deg, #00365c, transparent);
  z-index: 1;
}

#u-about .about-list .list-item .item-link:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#u-about .about-list .list-item .item-link .item-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 700;
  line-height: 1.25;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #fff;
  z-index: 2;
  padding: 20px 16px;
}

@media print, screen and (min-width: 768px) {
  #u-about .about-list .list-item .item-link .item-text {
    padding: 20px 16px;
    font-size: 1.6rem;
  }
}

#u-about .about-list .list-item .item-link .item-text .text-main {
  -ms-grid-column: 1;
  grid-column: 1;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  #u-about .about-list .list-item .item-link .item-text .text-main {
    font-size: 1.8rem;
  }
}

#u-about .about-list .list-item .item-link .item-text .text-en {
  -ms-grid-column: 1;
  grid-column: 1;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  #u-about .about-list .list-item .item-link .item-text .text-en {
    font-size: 1.4rem;
  }
}

#u-about .about-list .list-item .item-link .item-text::before {
  content: "";
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  width: 24px;
  height: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-image: url(/assets/svg/i_arrow4.svg);
  background-size: 100% auto;
  background-position: center;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

#u-recruit {
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  #u-recruit {
    margin-top: 56px;
  }
}

#u-recruit .u-recruit-inner {
  width: 100%;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 71, 120, 0.08);
          box-shadow: 0 0 16px 0 rgba(0, 71, 120, 0.08);
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  #u-recruit .u-recruit-inner {
    width: 706px;
  }
}

#u-recruit .u-recruit-inner .recruit-link {
  border-left: solid 4px #006cb7;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#u-recruit .u-recruit-inner .recruit-link:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: .75;
}

#u-recruit .u-recruit-inner .recruit-link .recruit-txt {
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 126px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  #u-recruit .u-recruit-inner .recruit-link .recruit-txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 40px 24px;
    height: 190px;
  }
}

#u-recruit .u-recruit-inner .recruit-link .recruit-txt .txt-ttl {
  color: #006cb7;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.25;
}

@media print, screen and (min-width: 768px) {
  #u-recruit .u-recruit-inner .recruit-link .recruit-txt .txt-ttl {
    font-size: 1.8rem;
  }
}

#u-recruit .u-recruit-inner .recruit-link .recruit-txt .txt-ttl-en {
  color: #006cb7;
  font-family: Noto Sans JP;
  font-size: 1.2rem;
  margin-top: 8px;
  line-height: 1;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  #u-recruit .u-recruit-inner .recruit-link .recruit-txt .txt-ttl-en {
    font-size: 1.4rem;
  }
}

#u-recruit .u-recruit-inner .recruit-link .recruit-txt .txt-lead {
  color: #006cb7;
  line-height: 1.5;
  font-size: 1.2rem;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  #u-recruit .u-recruit-inner .recruit-link .recruit-txt .txt-lead {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

#u-recruit .u-recruit-inner .recruit-link::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 126px;
      -ms-flex: 0 0 126px;
          flex: 0 0 126px;
  background-image: url(/assets/images/top/bg_recruit_sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  #u-recruit .u-recruit-inner .recruit-link::after {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    background-image: url(/assets/images/top/bg_recruit.png);
  }
}
