@charset "utf-8";


/* ==================================================
section
================================================== */
.cntSec {
  padding: 0 0 0;
}


/* ==================================================
MV
================================================== */
.mv_main {
  position: relative;
  /* background: url(/top/images/mv_bg_sp.webp) top center no-repeat fixed;
  background-size: cover; */
	/*background: url(/top/images/mv_bg_sp.jpg?version=20240614) top center no-repeat;
	background-size: 100%;
	background-attachment:fixed;*/
}
.mv_main::before {
  content: "";
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 0;
  width: 100%;
  /*height: calc(100dvh - 60px);*/
  height: calc(100vh - 60px);
  background: url(/top/images/mv_bg_sp.jpg) top center no-repeat;
  background-size: 100%;
}
/*KV別ver用*/
/*.mv_main.type02::before {
  background: url(/top/images/mv_bg_sp_02.jpg) top center no-repeat;
  background-size: 100%;
}
.mv_main.type03::before {
  background: url(/top/images/mv_bg_sp_03.jpg) top center no-repeat;
  background-size: 100%;
}
.mv_main.type04::before {
  background: url(/top/images/mv_bg_sp_04.jpg) top center no-repeat;
  background-size: 100%;
}*/


.mv_main .mv_detail{
    color: #fff;
    position: absolute;
    z-index: 10;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
}
.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);
}


.mv_main .cntSec_inner {
  position: relative;
  z-index: 2;
 /* padding-top: 23px;*/
     padding-top: 10px;
  /*padding-bottom: 48px;*/
	/*padding-bottom: 90%;*/
    padding-bottom: 24%;
}

/* mv_urgentNews */
.mv_urgentNews {
  position: relative;
  z-index: 2;
  padding: 10px 0;
  background: #C74141;
}
.mv_urgentNews .cntSec_inner {
  padding-top: 0;
  padding-bottom: 0;
} 
.mv_urgentNews .mv_urgentNews_lists {
  display: grid;
  row-gap: 13px;
  padding: 12px 10px;
  background: #fff;
}
.mv_urgentNews .mv_urgentNews_lists li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  color: var(--hnb-color-text1);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: calc(21/14);
  text-decoration: none;
}
.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: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  color: var(--hnb-color-text1);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: calc(21/14);
  text-decoration: none;
}
.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 *[class*="label-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  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: 18px;
  background: #fff;
  transform: translate(2px, 0);
}
.mv_urgentNews *[class*=label-][data-label-text]::before {
  content: attr(data-label-text)"";
  white-space: nowrap;
}
.mv_urgentNews .label-pdf {
  width: 42px;
  height: 20px;
}

/* mv_title */
.mv_title {
  width: 310px;
  /* height: 118px; */
  /*aspect-ratio: 500/248;*/
    aspect-ratio: 500/200;
  margin: 0 auto 4px;
  background: url(/top/images/mv_title_sp.png) center no-repeat;
  /*background-size: 310px auto;*/
    background-size: 280px auto;
}
.mv_title span {
  opacity: 0;
}

/* mv_search */
.mv_search {
  margin-bottom: 24px;
}
.mv_search .mv_search_container {
  border-radius: 8px;
  overflow: hidden;
}
.mv_search .mv_search_head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  padding-top: 2px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .025em;
  color: #fff;
  background: rgba(152, 0, 18, .9);
}
/*.mv_search .mv_search_body {
  padding: 18px 10px 13px;
  background: rgba(255, 255, 255, .9);
}*/
.mv_search .mv_search_body .head {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .025em;
  line-height: calc(22.4/16);
  text-align: center;
  margin-bottom: 9px;
}
.mv_search .search {
  position: relative;
  border-radius: 8px;
  margin-bottom: 2px;
}
.mv_search .search .search_input input {
  position: relative;
  z-index: 1;
  border-radius: 8px 0 0 8px;
}
.mv_search .search .search_submit button {
  border-radius: 0 8px 8px 0;
}
.mv_search .search_ex {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .025em;
  color: var(--hnb-color-text2);
  line-height: calc(16/12);
}

/* mv_nav */
.mv_nav .nmlBtn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 13px;
}
.mv_nav .nmlBtn_item.business .text-main,
.mv_nav .nmlBtn_item.business .text-main .word1 {
  display: flex;
  flex-direction: column;
}

/* ==================================================
アピールボタン 上のバナー
================================================== */
.cntSec_inner02 .mv_bnrList{
    padding-top: 28px;
}
/*.mv_bnrList {
    margin-bottom: 28px;
}*/
.mv_bnrList li{
    width: 90%;
    margin: auto;
}
.mv_bnrList li:nth-child(n+2){
    margin-top: 20px;
}
.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: 8px;
    background: var(--hnb-color-main);
}
.mv_bnrList li img{
    border-radius: 8px;
    transition: all .26s var(--hnb-anime-easing1);
    transform: translate(-6px, -6px);
    position: relative;
    z-index: 5;
    width: 100%;
}


/* ==================================================
お知らせ
================================================== */
.info {}
.info .info_stdTab {
  position: relative;
  z-index: 0;
  padding: 67px 10px 48px;
  background: url(/top/images/info_bg_sp.webp) top center no-repeat;
  background-size: cover;
}

.info .info_stdTab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #242424;
  opacity: .7;
}
.info .info_stdTab > * {
  position: relative;
  z-index: 2;
}
.info .info_nav .info_title {
  margin-bottom: 30px;
}
.info .info_nav .info_title img {
  width: auto;
  height: 40px;
}
.info .info_nav .info_stdTab_btnWrap {
  display: flex;
  align-items: flex-end;
  height: 62px;
}
.info .info_nav .info_stdTab_btn {
  position: relative;
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 14px);
  padding: 4px 14px 1px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .025em;
  color: #fff;
  line-height: calc(29/22);
  background: #6E6E6E;
}
.info .info_nav .info_stdTab_btn.active {
  height: 100%;
  background-color: var(--hnb-color-main);
}
.info .info_nav .info_stdTab_btn:not(.active) + .info_stdTab_btn:not(.active)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
.info .info_nav .info_stdTab_btn > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  backface-visibility: hidden;
}
.info .info_nav .info_stdTab_btn span::before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  /* transform: scaleX(0); */
  transition: width .32s ease;
}
.info .newsList > *:first-child {
  border-top: none;
}
.info .info_bottom {
  display: block;
  padding: 18px 20px;
  text-align: right;
  background: #fff;
}
.info .info_bottom .textLink a {
  text-decoration: none;
  color: var(--hnb-color-text1);
}

/* ==================================================
おすすめコンテンツ
================================================== */
.feature {
  position: relative;
  overflow: hidden;
  background: var(--hnb-color-main);
}
.feature::before,
.feature::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 64px;
  height: 64px;
  background: url(/common_v2/images/attach_corder_left.svg) center no-repeat;
  background-size: contain;
}
.feature::before {
  top: 10px;
  left: 10px;
}
.feature::after {
  bottom: 10px;
  right: 10px;
  transform: rotate(180deg);
}
.feature_inner {
  position: relative;
  z-index: 2;
  padding-top: 45px;
  padding-bottom: 84px;
}
.feature_title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .025em;
  margin-bottom: 20px;
  color: #fff;
  line-height: calc(32/26);
  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); */
}
.feature_list {
  /* width: 400px;
  margin-right: 20px; */
  width: 275px;
}
.feature_list img {
  display: inline !important;
}
.feature_list .feature_link {
  display: block;
  transition: all .2s ease;
  box-shadow: 3px 3px 6px 0 rgba(0,0,0,.1);
}
.feature_list .feature_link img {
  /* width: 100%;
  aspect-ratio: 265 / 130; */
  aspect-ratio: 550 / 270;
  width: 275px;
  height: 135px;
  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: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  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: 32px;
  height: 64px;
  background: rgba(0,0,0,.65);
  transition: all .2s ease;
  pointer-events: all;
  border-radius: 8px 0 0 8px;
}
.feature .swiper-button-prev::after,
.feature .swiper-button-next::after {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  margin-left: 8px;
  background: url(/common_v2/images/arrow_right_half_white.svg) center no-repeat;
  background-size: contain;
}
.feature .swiper-button-prev {
  transform: rotate(180deg);
}
.feature .swiper-control {
  position: absolute;
  left: 50%;
  bottom: -36px;
  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.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: 48px;
  padding-bottom: 48px;
  background: #fff;
}
.banner .banner_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 10px;
}
/*.banner .banner_lists li:not(.size-nochange) {
  width: calc(50% - 5px);
}*/
.banner .banner_lists a {
  display: block;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
  transition: .23s ease;
}
/*.banner .banner-jpor {
  width: 191px;
}
.banner .banner-shohisyacho {
  width: 275px;
}*/


html{
    scroll-behavior: smooth;
}

.nav{
    background: #fff;
    position: relative;
}