@charset "utf-8";
/* ==================================================
装飾
================================================== */
.sticky_image {
  z-index: -1;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 91%;
}
.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: 509px;
  width: 100%;
  background: linear-gradient(
    to bottom,
    #ffffff 0px,
    #ffffff 269px,
    rgba(255, 255, 255, 0) 509px
  );
}


/* ==================================================
各セクション共通
================================================== */
.h2_title {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
}
.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: 16px;
}
.h2_title_main {
  display: block;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-top: 8px;
}
.h2_title_main:first-child { margin-top: 0; }
.h2_title_sub {
  display: block;
  color: #0041B4;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 10px;
}


/* ==================================================
アコーディオン
================================================== */
.js-spAcdBtn{
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #f0f0f0;
}
.js-spAcdBtn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 100%;
  background: url(/top_v2/images/icon_plus.svg) no-repeat center center;
  background-size: 16px 16px;
}
.js-spAcdBody{
  border-top: 1px solid #f0f0f0;
  padding: 15px;
  display: none;
}
/* アクティブ */
.js-spAcdBtn.active:after {
  background-image: url(/top_v2/images/icon_minus.svg);
  background-size: 16px 2px;
}


/* ==================================================
スライダー
================================================== */
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  color: transparent;
  margin-top: 0;
}
.swiper-container .swiper-button-next {
  right: 5px;
  background: url(/top_v2/images/arrow_next.svg) no-repeat center center;
  background-size: 15px 24px;
}
.swiper-container .swiper-button-prev {
  left: 5px;
  background: url(/top_v2/images/arrow_prev.svg) no-repeat center center;
  background-size: 15px 24px;
}
.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-bullet:nth-child(n+7) {
  display: none;
} */

.swiper-container .slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 0 26px;
}
.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;
}
.swiper-button-next {
  top: auto;
  right: 5px;
}
.swiper-button-prev {
  top: auto;
  left: 5px;
}
.slider-controls-wrap {
  position: relative;
  z-index: 1;
}
.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);
  margin: 0 auto;
}

/* ==================================================
MV
================================================== */
.mv {
  overflow: hidden;
  height: 100%;
  background-color: #fff;
}
.mv_listWrap {
  height: 100%;
  position: relative;
}
.mv_list {
  overflow: hidden;
  height: 116.27vw;
}
/* - スライド1枚目 - */
.mv_item.brand {
  position: relative;
  background-image: url(/top_v2/images/mv_sp01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
}
.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: 48px;
  width: 345px;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.mv_item.brand .mv_item_inner {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 63px;
}
.mv_item.brand .mv_item_innerCnt {
  display: block;
  padding: 0 10px;
}
.mv_item.brand .mv_title {
  display: block;
  width: 220px;
  margin-bottom: 17px;
}
.mv_item.brand .mv_text {
  font-size: 24px;
  color: #0041B4;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
  font-weight: 500;
}

/* スライド2枚目 */
.mv_item.no02 {
  background-image: url(/top_v2/images/mv_sp02.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #fff;
}
.mv_item.no02 .mv_textWrap {
  margin-top: 6%;
  padding: 0 10px;
}
.mv_item.no02 .mv_title {
  font-size: clamp(32px, 8.4vw, 64px);
  font-weight: 500;
  color: #0041B4;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.mv_item.no02 .mv_text {
  font-size: clamp(14px, 3.7vw, 28px);
  line-height: 2;
  color: #000;
  letter-spacing: 0;
}
.mv_controlBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}


/* ==================================================
ニュース
================================================== */
.news .cntSec_inner {
  padding: 56px 10px 22px;
  background: #F5F5F5;
}
.news_inner {
  background-color: #fff;
  padding: 32px 20px;
  border-radius: 8px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, .1);
}
.news_h2 {
  display: flex;
  align-items: center;
  border-bottom: none;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}
.news_h2::after {
  content: '';
  flex: 1 1 auto;
  height: 1px;
  margin-left: 10px;
  background-color: #0041B4;
}


/* ==================================================
誰もが抱えるお金の悩み、専門家に相談してみませんか？
================================================== */
.problem {
}
.problem_point {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
}
.problem_point .cirList {
  font-size: 14px;
  margin-top: 0;
}
.problem_point .cirList > li { margin-top: 0; }
.problem_point_item {
  width: 260px;
  aspect-ratio: 1 / 1;
  display: flex;
  gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #0041B4;
  border-radius: 50%;
  padding: 8px 32px;
}
.problem_point_icon {
  height: 64px;
  display: flex;
}
.problem_point_ttl {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: center;
}


/* ==================================================
資産運用の疑問や不安などお気軽にご相談ください
================================================== */
.solution {
  --secPaddingB: 56px;
}
.solution_content {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
.solution_content:first-child { margin-top: 0; }
.solution_contentItem-img {
  order: 1;
}
.solution_ttl {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.03em;
}
.solution_ttl_icon {
  width: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.solution_txt {
  line-height: 1.6875;
  margin-top: 24px;
}
.solution_txt:first-child { margin-top: 0; }


/* ==================================================
オンライン個別相談
================================================== */
.webConsult {
  --secPaddingB: 56px;
  background-color: #F5F5F5;
}
.webConsult .nmlBtn {
  margin-top: 24px;
}
.webConsult_content {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  color: var(--defColor);
  background: url(/top_v2/images/webconsult_bg_sp.jpg) no-repeat center center / cover;
  border-radius: 16px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 40px 24px;
}
.webConsult_heading {
  display: flex;
  flex-direction: column;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-shadow: 0px 0px 20px #fff;
}
.webConsult_heading_icon {
  flex-shrink: 0;
  width: 56px;
  display: flex;
}
.webConsult_txt {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 24px;
}
.webConsult_txt strong {
  color: var(--defColor);
  font-weight: bold;
}


/* ==================================================
ひろぎんライフパートナーズについて
================================================== */
.company {
  --secPaddingB: 56px;
}
.company .nmlBtn {
  --marginTop: 24px;
}
.company_content {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
.company_content:first-child { margin-top: 0; }
.company_contentItem-img {
  order: 1;
}
.company_txt {
  line-height: 1.77;
  margin-top: 24px;
}
.company_txt:first-child { margin-top: 0; }
/* - ご留意点 - */
.company_note {
  background-color: #fff;
  border: 1px solid #e60000;
  border-radius: 16px;
  margin-top: 56px;
  padding: 20px;
}
.company_note_heading {
  color: #e60000;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.33;
  text-align: center;
}
.company_note_body {
  margin-top: 13px;
}
.company_note_ttl {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 16px;
  padding-top: 16px;
}
.company_note_ttl:first-child { margin-top: 0; padding-top: 0; }
.company_note_ttl::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #BFC2D3;
}
.company_note_ttl:first-child:before { content: none; }


/* ==================================================
ひろぎんグループ
================================================== */
.groupArea {
  background-image: url(/top_v2/images/bg_group_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.groupArea_h2 {
  letter-spacing: 0.025em;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 15px #fff;
}
/* nmlBtn2 */
.groupArea .nmlBtn2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 9px;
  padding: 30px 0 56px;
}
.groupArea .nmlBtn2_item {
  flex: 0 0 auto;
  width: calc(calc(100% - calc(calc(2 - 1) * 9px)) / 2);
  min-height: 64px;
}
.groupArea .nmlBtn2_item_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  transition: 300ms;
  border: 1px solid #BFC2D3;
}

.groupArea .nmlBtn2_linkIcon {
  position: absolute;
  top: auto;
  right: 5px;
  bottom: 5px;
  margin: auto;
}
.groupArea .nmlBtn2_linkIcon-blank {
  width: 10px;
  height: 10px;
}
.groupArea .nmlBtn2_linkIcon-arrow {
  width: 8px;
  height: 8px;
}
.groupArea .nmlBtn2_linkIcon::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background-color: transparent;
}
.groupArea .nmlBtn2_linkIcon-blank::after {
  background-image: url(/common_v2/images/icon/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 10px;
  height: 10px;
}
.groupArea .nmlBtn2_linkIcon-arrow::after {
  border-top: 4px solid transparent;
  border-right: 4px solid #0041B4;
  border-bottom: 4px solid #0041B4;
  border-left: 4px solid transparent;
  width: 8px;
  height: 8px;
}


/* ==================================================
お問い合わせ
================================================== */
.contact {
  --secPaddingB: 80px;
  text-align: center;
  background: #fff url(/top_v2/images/deco.png) no-repeat bottom right / 295px 41px;
}
.contact_heading {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.1875;
  text-align: center;
}
.contact_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  margin-top: 12px;
}
.contact_icon {
  width: 58px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_telNumber {
  font-size: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #0041B4;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.contact_txt {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
}
.contact_time {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  margin-top: 7px;
}