@charset "utf-8";


/* ==================================================
elements
================================================== */
a {
  text-decoration: none;
  color: #000;
}
.textLink{
  color: #0041B4;
  text-decoration: underline;
  transition: 300ms;
}
.textLink_icon-pdf {
  display: inline-block;
  width: 15px;
  height: 20px;
  background: url(/top_v2/images/icon_pdf.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
}
.textLink_icon-arrow {
  display: inline-block;
  width: 13px;
  height: 10px;
  background: url(/top_v2/images/icon_arrow.svg) no-repeat;
  margin-left: 4px;
  background-size: contain;
  vertical-align: middle;
}
.textLink_icon-blank {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/top_v2/images/icon_blank.svg) no-repeat;
  margin-left: 4px;
  background-size: contain;
  vertical-align: middle;
}
.textLink:hover {
  text-decoration: none;
  opacity: 1;
}


/* ==================================================
contents
================================================== */
body {
  padding-top: 0;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  min-width: 1280px;
}
.cntSec {
  padding: 0;
  margin: 0 auto;
}
.cntSec_inner {
  width: 1280px;
  padding: 80px 50px 0;
}
.content_main {
  padding-bottom: 0;
}
.cntSec_inner::after {
  content: normal;
}
.innerWrap {
  position: relative;
  width: 1280px;
  margin: auto;
  padding: 0 50px;
}
.cntSec .innerWrap {
  padding-bottom: 60px;
}
.content_main {
  padding-bottom: 0;
}


/* ==================================================
装飾
================================================== */
.sticky_image {
  z-index: -1;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 83%;
}
.sticky_image img {
  width: 100%;
}
.bg_blur {
  z-index: 1;
  position: relative;
  background-color: rgba(255, 255, 255, 0.55); /* #fff（白）の不透明度55% */
  backdrop-filter: blur(5px); /* ぼかし量5 */
  -webkit-backdrop-filter: blur(5px);
}
.bg_blur::before {
  position: absolute;
  content: '';
  z-index: -1;
  top: 0;
  left: 0;
  height: 880px;
  width: 100%;
  background: linear-gradient(
    to bottom,
    #ffffff 0px,
    #ffffff 409px,
    rgba(255, 255, 255, 0) 880px
  );
}


/* ==================================================
h2タイトル
================================================== */
.h2_title {
  position: relative;
  text-align: center;
  margin-bottom: 48px;
}
.h2_title_inner {
  display: inline-block;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgba(230,0,0,1) 0%, rgba(242,205,0,1) 36%, rgba(0,169,224,1) 69%, rgba(0,65,180,1) 100%) 1;
  padding-bottom: 21px;
}
.h2_title_main {
  display: inline-block;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2px;
  letter-spacing: -0.03em;
}
.h2_title_sub {
  display: block;
  font-size: 24px;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.member .h2_title {
  text-align: left;
}
.merit .h2_title {
  text-align: right;
}
.merit .h2_title_sub {
  margin-bottom: 9px;
}
.service .h2_title {
  text-align: left;
}

.contact .h2_title_v2,
.related .h2_title_v2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}


/* ==================================================
grid_2col
================================================== */
.grid_2col {
  display: flex;
}
.grid_2col .text {
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 1.77;
}

/* カード会員のお客さま */
.member .grid_2col {
  gap: 0 56px;
}
.member .grid_2colTitle {
  flex: 0 0 480px;
}

/* 加盟店のメリット */
.merit .grid_2col {
  flex-direction: row-reverse;
  gap: 0 80px;
}
.merit .grid_2colTitle {
  flex: 0 0 312px;
}

/* 家賃補償サービス */
.service .grid_2col {
  gap: 0 56px;
}
.service .grid_2colTitle {
  flex: 0 0 590px;
}
.service .text {
  margin-bottom: 42px;
}


/* ==================================================
card
================================================== */
.card .cntSec_inner {
  padding: 103px 50px 40px;
}


/* ==================================================
member
================================================== */
.member .cntSec_inner {
  padding: 80px 50px 122px;
}


/* ==================================================
merit
================================================== */
.merit {
  background-color: #F5F5F5;
}
.merit .cntSec_inner {
  padding: 100px 50px;
}
.merit_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
.merit_item {
  flex: 0 0 382px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}
.merit_image {
  height: 80px;
  width: auto;
  margin-bottom: 16px;
}
.merit_text {
  font-size: 20px;
  font-weight: bold;
}


/* ==================================================
service
================================================== */
.service .cntSec_inner {
  padding: 117px 50px 120px;
}


/* ==================================================
contact
================================================== */
.contact {
  text-align: center;
}
.contact .cntSec_inner {
  padding: 54px 50px 62px;
}
.contact .contact_time {
  margin-top: 30px;
  letter-spacing: 0;
}
.contact .contact_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 100%;
  width: 65px;
  height: 65px;
}
.contact .contact_icon img {
  display: block;
  width: 34px;
  height: 34px;
}
.contact .contact_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
  margin-top: 14px;
}
.contact .contact_telNumber {
  font-size: 56px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #0041B4;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 0;
  transition: 300ms;
}
.contact .contact_fax {
  font-size: 24px;
}
.contact .contact_tel a:hover,
.contact .contact_fax a:hover {
  opacity: 0.7;
}


/* ==================================================
パネル
================================================== */
.panel_wrap {
  flex: 0 0 550px;
}
.panel_list {
  margin: 0 0 40px;
  display: flex;
  justify-content: space-between;
}
.panel_item {
  width: 550px;
  padding: 0;
}
.panel_item .panel_link {
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.panel_inner {
  border-radius: 0;
  border: none;
}
.panel_img {
  width: 100%;
  height: auto;
  aspect-ratio: 22 / 13;
}
.panel_img img{
  transition: 300ms;
}
.panel_link:hover {
  color: #0041B4;
}
.panel_link:hover .panel_img img {
  transform: scale(1.05);
}
.panel_txt {
  padding: 18px 24px 0;
}
.panel_txt .text-sub {
  text-align: center;
  font-size: 18px;
  margin-bottom: 5px;
}
.panel_txt .text-main {
  text-align: center;
  font-size: 24px;
}

/* アイコン */
.panel_icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.panel_icon::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background-color: transparent;
}
.panel_icon-arrow::after {
  border-top: 6px solid transparent;
  border-right: 6px solid #0041B4;
  border-bottom: 6px solid #0041B4;
  border-left: 6px solid transparent;
}
.panel_icon-blank::after {
  background-image: url(/top_v2/images/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 12px;
  height: 12px;
}
.panel_icon-pdf::after {
  background-image: url(/top_v2/images/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 15px;
  height: 20px;
}

/* =======  panel2  ======= */
.panel2 {
  width: 100%;
}
.panel2_list {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0 40px;
}
.panel2_item {
  width: calc(100% / 2);
}
.panel2_item .panel2_link {
  display: block;
  color: #000000;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 2px 8px transparent, inset 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 41px 15px 14px;
  transition: 300ms;
}
.panel2_link:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), inset 0 2px 8px transparent;
}

.panel2_inner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  padding-bottom: 19px;
}
.panel2_link:hover {
  transition: 300ms;
}
.panel2_link:hover {
  color: #0041B4;
}
.panel2_img {
  /* height: 100%; */
  text-align: center;

  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 32px;

}

.panel2_img img {
  height: 72px;
}
/* 家賃保証サービス内 */
.service .panel2_img {
  margin-bottom: 25px;
}
.service .panel2_img img {
  height: 88px;
}
.service .panel2_item .panel2_link {
  padding: 33px 15px 14px;
}
.service .panel2_txt .text-main {
  margin: auto 0;
}

.panel2_txt {
  display: flex;
  justify-content: center;
  padding: 0 16px;
}
.panel2_txt .text-main{
  font-size: 20px;
  letter-spacing: 0.025em;
  font-weight: bold;
}

/* アイコン */
.panel2_icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.panel2_icon::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background-color: transparent;
}
.panel2_icon.panel2_icon-arrow::after {
  border-top: 6px solid transparent;
  border-right: 6px solid #0041B4;
  border-bottom: 6px solid #0041B4;
  border-left: 6px solid transparent;
}
.panel2_icon.panel2_icon-blank::after {
  background-image: url(/top_v2/images/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 12px;
  height: 12px;
}
.panel2_icon.panel2_icon-pdf::after {
  background-image: url(/top_v2/images/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 15px;
  height: 20px;
}


/* ==================================================
お知らせ
================================================== */
.news {
  --secGap: 100px;
  background: #F5F5F5;
}
.news .cntSec_inner {
  padding-bottom: var(--secGap);
}
.news_h2 {
  display: flex;
  align-items: center;
  border-bottom: none;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 26px;
  text-align: left;
  font-weight: bold;
}
.news_h2::after {
  content: '';
  flex: 1 1 auto;
  height: 1px;
  margin-left: 10px;
  background-color: #0041B4;
}
.news_inner {
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, .1);
  border-radius: 8px;
  padding: 32px;
  background: #fff;
}


/* ==================================================
ボタン
================================================== */

/* merit */
.merit .nmlBtn_item {
  width: 100%;
}
.merit .nmlBtn_item_inner {
  width: 100%;
}


/* ==================================================
ひろぎんグループ
================================================== */
.groupArea {
  background-image: url(/top_v2/images/bg_group_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.groupArea .cntSec_inner {
  padding-top: 99px;
}
.groupArea .h2_title2 {
  letter-spacing: 0.025em;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 15px #fff;
}
/* nmlBtn2 */
.groupArea .nmlBtn2 {
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
  gap: 20px;
  padding: 47px 0 102px;
}
.groupArea .nmlBtn2_item {
  flex: 0 0 auto;
  width: 380px;
  height: 80px;
}
.groupArea .nmlBtn2_item_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px 36px;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  transition: 300ms;
  border: 1px solid #BFC2D3;
}
.groupArea .nmlBtn2_item_inner:hover {
  color: #0041B4;
}
.groupArea .nmlBtn2_linkIcon {
  position: absolute;
  top: auto;
  right: 7px;
  bottom: 7px;
  margin: auto;
}
.groupArea .nmlBtn2_linkIcon-blank {
  width: 15px;
  height: 15px;
}
.groupArea .nmlBtn2_linkIcon-arrow {
  width: 12px;
  height: 12px;
}
.groupArea .nmlBtn2_linkIcon::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: transparent;
}
.groupArea .nmlBtn2_linkIcon-blank::after {
  background-image: url(/top_v2/images/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 15px;
  height: 15px;
  mask-image: none;
}
.groupArea .nmlBtn2_linkIcon-arrow::after {
  border-top: 6px solid transparent;
  border-right: 6px solid #0041B4;
  border-bottom: 6px solid #0041B4;
  border-left: 6px solid transparent;
  width: 12px;
  height: 12px;
}
.groupArea .nmlBtn2_text_main {
  font-size: 16px;
  letter-spacing: 0.025em;
}


/* ==================================================
関連情報
================================================== */
.related {
  background-color: #F5F5F5;
}
.related .cntSec_inner {
  padding: 56px 50px 64px;
}
.related_list {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-top: 32px;
}
.related_item {
  flex: 0 0 312px;
}
.related_link {
  transition: 300ms;
}
.related_link:hover {
  opacity: 0.7;
}


/* ==================================================
MV
================================================== */
#mv {
  height: 425px;
  margin-top: 106px;
}
#mv .innerWrap{
  padding-bottom: 0;
}
#mv .mv_listWrap {
  height: 100%;
  position: relative;
}
/* mv_list */
#mv .mv_list{
  overflow: hidden;
}
#mv .mv_item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1 !important;
}

/* スライド1枚目 */
.mv_item.brand {
  position: relative;
  background-image: url(/top_v2/images/mv_01.jpg);
  background-position: center;
  background-size: cover;
}
.mv_item.brand::before {
  position: absolute;
  content: '';
  display: block;
  background-image: url(/top_v2/images/deco.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  width: 720px;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.mv_item.brand .mv_inner {
  display: block;
  height: 100%;
}
.mv_item.brand .mv_innerCnt {
  position: relative;
  width: 1280px;
  height: 100%;
  margin: auto;
  padding: 0 50px;
  display: flex;
  align-items: center;
  gap: 0 39px;
  top: 48%;
  transform: translateY(-50%);
}
.mv_item.brand .mv_title{
  width: 400px;
}
.mv_item.brand .mv_text{
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  color: #0041B4;
}

/* スライド2枚目 */
.mv_item.no02 {
  background-image: url(/top_v2/images/mv_02.jpg);
  background-size: auto;
  background-color: #fff;
  padding: 0 60px;
}
.mv_item.no02 .mv_inner {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
}
.mv_item.no02 .mv_textWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0;
  border-bottom: none;
  margin-top: 67px;
}
.mv_item.no02 .mv_title {
  font-size: 40px;
  font-weight: 500;
  color: #0041B4;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  line-height: 1.625;
}
.mv_item.no02 .mv_text {
  font-size: 18px;
  line-height: 2;
  color: #000;
  letter-spacing: 0;
  width: 551px;
}

#mv .mv_item .mv_link {
  display: block;
  width: 100%;
  height: 100%;
}
#mv .mv_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mv .mv_controlBtn {
  width: 1180px;
  margin: 0 auto;
}
#mv .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
#mv .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
#mv .slider-controls-wrap {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-top: -80px;
}
#mv .swiper-container .slider-controls {
  width: fit-content;
  padding: 0 21px 5px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

/* スクロールバー */
.scroll {
  position: absolute;
  display: block;
  writing-mode: vertical-rl;
  height: 127px;
  bottom: 0;
  left: 31px;
  z-index: 1;
}
.scroll_frame {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  bottom: 0;
  left: 8px;
  height: 46px;
  width: 1px;
}
.scroll_bar {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  background: #000;
  animation: scroll 1200ms ease 600ms infinite;
  height: 46px;
  width: 1px;
}
.scroll_text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #000;
  transition: 300ms;
}
.scroll:hover .scroll_text {
  color: #0041B4;
}
@keyframes scroll {
  0% {
    top: -46px;
  }
  100% {
    top: 46px;
  }
}


/* ==================================================
スライダー
================================================== */
.swiper-container{
  /* position: relative; */
}
.js-sliderWrap .swiper-container a{
  display: block;
}
.js-sliderWrap .bx-wrapper .bx-pager{
  bottom: -43px;
}
.js-sliderWrap .bx-wrapper .bx-controls-direction a{
  width: 20px;
  height: 32px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  color: transparent;
  top: 0;
  transform: translateY(0);
  margin-top: 0;
}
.swiper-container .swiper-button-next {
  right: 0px;
  background: url(/top_v2/images/arrow_next.svg) no-repeat center center;
  background-size: 20px 32px;
}
.swiper-container .swiper-button-prev {
  left: 0px;
  background: url(/top_v2/images/arrow_prev.svg) no-repeat center center;
  background-size: 20px 32px;
}
.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
  content: none;
}


.swiper-container .bx-wrapper .bx-controls-direction a:hover{
  opacity: .7;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 5px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.swiper-container .swiper-pagination-bullet{
  background: #BFC2D3;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #0041B4;
}
/* .swiper-container .swiper-pagination-clickable .swiper-pagination-bullet:nth-child(n+7) {
  display: none;
} */

.swiper-container .slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}
.swiper-container .slider-controls .swiper-pagination {
  position: static;
  width: auto;
  margin: 0 -6px;
}
.swiper-container .slider-controls .playButton {
  display: none; /* 初期状態では再生ボタンを非表示 */
}
.swiper-container .slider-controls .control-button {
  width: 8px;
  height: 10px;
}
.swiper-container .slider-controls .control-button img {
  display: block;
}

/* ==================================================
重要なお知らせ
================================================== */
.newsImportant {
  display: flex;
  align-items: center;
  min-height: 60px;
  margin: 0 auto;
  background-color: #FFF2F2;
  border-radius: 8px;
  margin: 24px 0 16px;
}
.newsImportant_text {
  padding: 18px 16px;
}
.newsImportant_link{
  color: #000;
  font-size: 16px;
  transition: 300ms;
  position: relative;
}
.newsImportant_link:hover {
  color: #E60000;
}
.newsImportant_icon {
  display: inline-block;
  vertical-align: middle;
}
.newsImportant_icon.newsImportant_icon-arrow::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 10px;
  background: url(/top_v2/images/icon_arrow.svg) no-repeat;
  background-size: contain;
  margin-left: 8px;
  margin-bottom: 4px;
}
.newsImportant_icon.newsImportant_icon-blank::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/top_v2/images/icon_blank.svg) no-repeat;
  background-size: contain;
  margin-left: 8px;
  margin-bottom: 3px;
}
.newsImportant_icon.newsImportant_icon-pdf::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 20px;
  background: url(/top_v2/images/icon_pdf.svg) no-repeat;
  background-size: contain;
  margin-left: 8px;
}
.newsImportant_headWrap {
  display: flex;
  align-self: stretch;
    flex: 0 0 162px;
}
.newsImportant_head {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 16px;
  background-color: #E60000;
  color: #fff;
  padding-left: 40px;
  z-index: 1;
  position: relative;
  box-sizing: content-box;
  border-radius: 8px 0 0 8px;
}
.newsImportant_head:before {
  position: absolute;
  left: 20px;
  content: '';
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(/top_v2/images/icon_warning.svg) no-repeat;
  background-size: 22px 22px;
}