@charset "utf-8";


/* ==================================================
elements
================================================== */
a {
  text-decoration: none;
}

/* ==================================================
contents
================================================== */
.cntSec {
  padding: 0;
}


/* ==================================================
MV
================================================== */
.mv_main {
  background: url(/top/images/mv_bg.webp) bottom center no-repeat fixed;
    /*background: url(/top/images/mv_bg.webp) bottom center no-repeat fixed;*/
  background-size: cover;
    position: relative;
}
.mv_main .mv_detail{
    color: #fff;
    position: absolute;
    right: 6%;
    top: 87%;
}
.mv_main .mv_detail.clr_b{
    color: #000;
}
.mv_main .mv_detail.ts_b{
    text-shadow: 1px 0px 4px rgba(0, 0, 0, 0.8);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mv_main {
    background-image: url(/top/images/mv_bg.jpg);
  }
}

/*KV別ver用*/
/*.mv_main.type02 {
  background: url(/top/images/mv_bg_02.webp) bottom center no-repeat fixed;
  background-size: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mv_main.type02 {
    background-image: url(/top/images/mv_bg_02.jpg);
  }
}
.mv_main.type03 {
  background: url(/top/images/mv_bg_03.webp) bottom center no-repeat fixed;
  background-size: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mv_main.type03 {
    background-image: url(/top/images/mv_bg_03.jpg);
  }
}
.mv_main.type04 {
  background: url(/top/images/mv_bg_04.webp) bottom center no-repeat fixed;
  background-size: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mv_main.type04 {
    background-image: url(/top/images/mv_bg_04.jpg);
  }
}*/


.mv_main .cntSec_inner {
  /*padding-top: 58px;
  padding-bottom: 538px;*/
    padding-top: 128px;
    padding-bottom: 150px;
}

/* mv_urgentNews */
.mv_urgentNews {
  padding: 24px 0;
  background: #C74141;
}
.mv_urgentNews .cntSec_inner {
  padding-top: 0;
  padding-bottom: 0;
} 
.mv_urgentNews .mv_urgentNews_lists {
  display: grid;
  row-gap: 17px;
  padding: 22px 20px;
  background: #fff;
}
.mv_urgentNews .mv_urgentNews_lists li a {
  display: grid;
  grid-template-columns: 48px 142px 1fr;
  column-gap: 10px;
  color: var(--hnb-color-text1);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: calc(26/18);
}
.mv_urgentNews .mv_urgentNews_lists li a::before {
  content: "";
  width: 48px;
  height: 26px;
  background: url(/common_v2/images/icon_label_urgent_red.svg) 0 0 no-repeat;
  background-size: contain;
}
.mv_urgentNews .mv_urgentNews_lists li a:hover .title,
.mv_urgentNews .mv_urgentNews_lists li a:focus .title {
  text-decoration: underline;
}
.mv_urgentNews .mv_urgentNews_lists li:not(:has(a)) {
  display: grid;
  grid-template-columns: 48px 142px 1fr;
  column-gap: 10px;
  color: var(--hnb-color-text1);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: calc(26/18);
}
.mv_urgentNews .mv_urgentNews_lists li:not(:has(a))::before {
  content: "";
  width: 48px;
  height: 26px;
  background: url(/common_v2/images/icon_label_urgent_red.svg) 0 0 no-repeat;
  background-size: contain;
}
/*.mv_urgentNews .mv_urgentNews_lists li:not(a):hover .title,
.mv_urgentNews .mv_urgentNews_lists li:not(a):focus .title {
  text-decoration: underline;
}*/





.mv_urgentNews *[class*=label-] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: var(--hnb-color-main);
  border: 1px solid var(--hnb-color-main);
  border-radius: 4px;
  line-height: 24px;
  background: #fff;
  white-space: nowrap;
  transform: translate(4px, -2px);
}
.mv_urgentNews *[class*=label-][data-label-text]::before {
  content: attr(data-label-text)"";
  font-size: 14px;
}
.mv_urgentNews .label-pdf {
  width: 42px;
  height: 26px;
}

/* mv_title */
.mv_title {
  width: 650px;
  height: 82px;
  /*margin: 0 auto 42px;*/
    margin: 0 auto 27px;
  background: url(/top/images/mv_title.png) center no-repeat;
}
.mv_title span {
  opacity: 0;
}

/* mv_search */
.mv_search {
  margin-bottom: 62px;
}
.mv_search .mv_search_container {
  border-radius: 12px;
  overflow: hidden;
}
.mv_search .mv_search_head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 62px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .025em;
  color: #fff;
  background: rgba(152, 0, 18, .9);
}
/*.mv_search .mv_search_body {
  padding: 37px 40px 40px;
  background: rgba(255, 255, 255, .9);
}*/
.mv_search .mv_search_body .head {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .025em;
  line-height: calc(27/22);
  text-align: center;
  margin-bottom: 20px;
}
.mv_search .search {
  position: relative;
  border-radius: 12px;
}
.mv_search .search::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 3px 3px 10px 0 rgba(0,0,0,.4);
  transition: .3s ease;
  opacity: 0;
}
.mv_search .search:hover::before,
.mv_search .search.is-focus::before {
  opacity: 1;
}
.mv_search .search .search_input input {
  position: relative;
  z-index: 1;
  border-radius: 12px 0 0 12px;
}
.mv_search .search .search_input input:focus {
  background: #E3EEFF;
}
.mv_search .search .search_submit button {
  border-radius: 0 8px 8px 0;
}

/* mv_nav */
.mv_nav .nmlBtn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 30px;
}
.mv_nav .nmlBtn_item.business .text-main {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}

/* ==================================================
アピールボタン 上のバナー
================================================== */
.cntSec_inner02 .mv_bnrList{
    margin-top: 50px;
}
.mv_bnrList {
    display: flex;
    justify-content: center;
    /*margin-bottom: 50px;*/
}
.mv_bnrList li{
    width: 520px;
}
.mv_bnrList li:nth-child(n+2){
    margin-left: 40px;
}
.mv_bnrList li a{
    position: relative;
    display: block;
}
.mv_bnrList li a::after{
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: var(--hnb-color-main);
}
.mv_bnrList li img{
    border-radius: 12px;
    transition: all .26s var(--hnb-anime-easing1);
    transform: translate(-9px, -9px);
    position: relative;
    z-index: 5;
}
.mv_bnrList li a:hover img{
    transform: none;
}



/* ==================================================
お知らせ
================================================== */
.info {}
.info .info_stdTab {
  display: grid;
  grid-template-columns: 37.5% 1fr;
}
.info .info_nav {
  position: relative;
  padding: 102px 0 115px;
  background: url(/top/images/info_bg.jpg) center no-repeat;
  background-size: cover;
}

.info .info_nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #242424;
  opacity: .7;
}
.info .info_nav > * {
  position: relative;
  z-index: 2;
}
.info .info_nav .info_title {
  margin-bottom: 71px;
  padding: 0 10.6%;
}
.info .info_nav .info_title img {
  width: auto;
  height: 72px;
}
.info .info_nav .info_stdTab_btn {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 92px;
  padding: 1em 10.6%;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .025em;
  color: #fff;
  line-height: calc(29/22);
  transition: .23s ease;
}
.info .info_nav .info_stdTab_btn > span {
  display: flex;
  align-items: center;
  backface-visibility: hidden;
}
.info .info_nav .info_stdTab_btn > span::before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  transition: all .32s ease;
}
.info .newsList > *:first-child {
  border-top: none;
}
.info .newsList_item_inner {
  padding-left: max(20px, 1.25vw);
  padding-right: max(80px, 5vw);
}
.info .info_bottom {
  display: block;
  padding: 35px 80px;
  text-align: right;
}
.info .info_bottom .textLink a {
  text-decoration: none;
  color: var(--hnb-color-text1);
}
.info .info_bottom .textLink a:hover,
.info .info_bottom .textLink a:focus {
  text-decoration: underline;
  color: var(--hnb-color-main);
}
/* hover */
.info .info_nav .info_stdTab_btn.active,
.info .info_nav .info_stdTab_btn:hover,
.info .info_nav .info_stdTab_btn:focus {
  background-color: var(--hnb-color-main);
}
.info .info_nav .info_stdTab_btn.active span::before,
.info .info_nav .info_stdTab_btn:hover span::before,
.info .info_nav .info_stdTab_btn:focus span::before {
  width: 40px;
  margin-right: 12px;
}


/* ==================================================
おすすめコンテンツ
================================================== */
.feature {
  position: relative;
  overflow: hidden;
  background: var(--hnb-color-main);
}
.feature::before,
.feature::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 110px;
  height: 110px;
  background: url(/common_v2/images/attach_corder_left.svg) center no-repeat;
  background-size: contain;
}
.feature::before {
  top: 20px;
  left: 20px;
}
.feature::after {
  bottom: 20px;
  right: 20px;
  transform: rotate(180deg);
}
.feature_inner {
  position: relative;
  z-index: 2;
  padding-top: 52px;
  padding-bottom: 100px;
}
.feature_title {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: .025em;
  margin-bottom: 1em;
  color: #fff;
  line-height: calc(44/34);
  text-align: center;
}
.feature a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.feature_slider {
  position: relative;
}
.feature_lists {
  display: flex;
  /* padding-left: calc(50vw - 410px); */
  /* padding-left: calc(50vw - 560px); */
}
.feature_list {
  /* width: 400px; */
  width: 550px;
  height: 270px;
  margin-right: 20px;
}
.feature_list img {
  display: inline !important;
}
.feature_list .feature_link {
  display: block;
  transition: all .2s ease;
}
.feature_list .feature_link img {
  /* width: 100%;
  aspect-ratio: 400 / 196; */
  /* aspect-ratio: 500/270; */
  width: 550px;
  height: 270px;
  object-fit: cover;
  backface-visibility:hidden;
}
.feature_list .feature_link:hover,
.feature_list .feature_link:focus {
  opacity: var(--hnb-hover-opacity);
}

.feature .swiper-buttons {
  position: absolute;
  z-index: 1;
  top: calc(50% - 32px);
  left: 50%;
  display: flex;
  justify-content: space-between;
  /* width: 67.5vw;
  max-width: 1080px; */
  width: 1080px;
  height: 64px;
  transform: translateX(-50%);
  pointer-events: none;
  /* opacity: 0; */
}
.feature .swiper-button-prev,
.feature .swiper-button-next {
  position: static;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(0,0,0,.65);
  transition: all .2s ease;
  pointer-events: all;
  border-radius: 100%;
}
.feature .swiper-button-prev::after,
.feature .swiper-button-next::after {
  content: "";
  display: block;
  width: 15px;
  height: 23px;
  margin-left: 3px;
  background: url(/common_v2/images/arrow_right_half_white.svg) center no-repeat;
  background-size: 15px 23px;
}
.feature .swiper-button-prev::after {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 3px;
}
.feature .swiper-container:hover .swiper-button-prev,
.feature .swiper-container:hover .swiper-button-next,
.feature .swiper-container:focus .swiper-button-prev,
.feature .swiper-container:focus .swiper-button-next {
  opacity: .5;
}
.feature .swiper-container .swiper-button-prev:hover,
.feature .swiper-container .swiper-button-next:hover,
.feature .swiper-container .swiper-button-prev:focus,
.feature .swiper-container .swiper-button-next:focus {
  opacity: .7;
}
.feature .swiper-control {
  position: absolute;
  left: 50%;
  bottom: -56px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
  transform: translateX(-50%);
}
.feature .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  column-gap: 14px;
  width: auto;
  padding: 0;
  line-height: 1;
}
.feature .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  transition: all .2s linear;
}
/* .feature .swiper-pagination .swiper-pagination-bullet:hover,
.feature .swiper-pagination .swiper-pagination-bullet:focus {
  opacity: .7;
} */
.feature .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.feature .swiper-container .swiper-button-stop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #fff;
  font-weight: 500;
  vertical-align: top;
  opacity: var(--hnb-hover-opacity);
}
.feature .swiper-container .swiper-button-stop:hover {
  opacity: 1;
}
.feature .swiper-container .swiper-button-stop.is-stop:before {
  display: block;
  content: "=";
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 24px;
  font-weight: bold;
  line-height: 16px;
}
.feature .swiper-container .swiper-button-stop.is-start {
  opacity: 1;
}
.feature .swiper-container .swiper-button-stop.is-start:before {
  content: "▶";
  font-size: 16px;
  line-height: 16px;
}


/* ==================================================
バナー
================================================== */
.banner {}
.banner .cntSec_inner {
  padding-top: 40px;
  padding-bottom: 38px;
}
.banner .banner_lists {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /*gap: 40px 35px;*/
    gap: 40px 74px;
}
.banner .banner_lists a {
  display: block;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
  transition: .23s ease;
}
/* hover */
.banner .banner_lists a:hover,
.banner .banner_lists a:focus {
  opacity: var(--hnb-hover-opacity);
}

/* ==================================================
アピールボタン3つ横並び　画面幅縮めたときにバナーが縮小されないように
================================================== */
.hp_w_another{
    min-width: 1700px;
}