@charset "utf-8";
/* ==================================================
elements
================================================== */
a {
  text-decoration: none;
}

/* ==================================================
header（トップのみ）
================================================== */
.headerParts_linkItem.hdr-searchBtn {
  display: none;
}
.dropNav_search{
  display: block;
  position: absolute;
  right: 10px;
  bottom: 61px;
  margin: 0;
  width: calc(87% - 10px);
}
.dropNav_search .innerWrap{
  width: 100%;
  padding: 0;
}
.dropNav_search .search{
  width: 100%;
}
.dropNav_search .dropNav_closeBtn {
  display: none;
}
.header_lwrBox {
  margin-top: 70px;
}
@media screen and (max-width: 1480px) {
  .dropNav_search{
    width: calc(100% - 60px);
  }
}

/* ==================================================
common
================================================== */
.lazyload ,
.lazyload:before {
  background:none !important;
}

/* cntSec
-------------------------------------------------- */
.content_main {
  overflow: visible; /* stickyを使いたいので */
}
.cntSec {
  overflow: visible; /* stickyを使いたいので */
  background-color: transparent;
}
.cntSec .innerWrap {
  width: 1200px;
  padding: 150px 0;
}

/* nmlBtn_itemLink
-------------------------------------------------- */
.nmlBtn_itemLink {
  font-size: 1.4rem;
}

/* topHedding2
-------------------------------------------------- */
.topHedding2 {
  margin: 0 auto 50px;
}
.topHedding2_en {
  font-weight: bold;
  font-size: 8.0rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #E6EFF7;
  margin-bottom: -26px;
}
.topHedding2_ja {
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 4.8rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #1A1A1A;
}
.topHedding2_ja::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  margin: -9px 10px 0 0;
  vertical-align: middle;
  background: #005BAB;
}
/* topHedding3
-------------------------------------------------- */
.topHedding3 {
  margin: 80px auto 50px;
  text-align: center;
}
.topHedding3_en {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #0B56C7;
  margin-bottom: 16px;
}
.topHedding3_ja {
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}


/* ==================================================
mv_single
================================================== */
.mv_single {
  position: relative;
  width: 100%;
  min-height: 23vw;
}
.mv_single .mv_single_img {
  width: 100%;
  height: auto;
  display: block;
}
.mv_single .nmlBtn {
  height: 0;
  margin: 0;
}
.mv_single .nmlBtn_item {
  position: absolute;
  bottom: 32px;
  left: 57%;
  width: 200px;
  height: 64px;
}
.mv_single .text-main  {
  font-size: 1.8rem;
  line-height: 1.4;
}


/* ==================================================
pageNavi
================================================== */
.pageNavi {
  position: sticky;
  top: 100px;
  z-index: 2;
}
.pageNavi_text {
  position: absolute;
  transform: rotate(90deg) translate(0, -42px);
  transform-origin: left top;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #66B6FC;
}
.pageNavi_text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  border-radius: 10px;
  background-color: #66B6FC;
}
.pageNavi_line {
  position: absolute;
  left: 30px;
  width: 1px;
  height: 100px;
  background-color: #66B6FC;
}
.pageNavi_line::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: inherit;
}
/* 線の位置：文字幅+20px */
.section01 .pageNavi_line { top: 160px;}
.section02 .pageNavi_line { top: 104px;}
.section03 .pageNavi_line { top: 202px;}
.products_services .pageNavi_line { top: 132px;}
.initiatives .pageNavi_line { display: none;}

.pageNavi.max .pageNavi_line { height: 160px !important;}

/* ie対応（文字と線が重なってしまうので、代わりにfadeoutで対応） */
_:-ms-lang(x)::-ms-backdrop,.pageNavi .pageNavi_line {
  transform-origin: top;
  animation: fadeIn .5s ease forwards;
}
_:-ms-lang(x)::-ms-backdrop,.pageNavi.max .pageNavi_line {
  animation: fadeOut .5s ease forwards;
}
@keyframes fadeOut {
  0% { transform: scaleY(1); opacity: 1;}
  100% { transform: scaleY(0); opacity: 0;}
}
@keyframes fadeIn {
  0% { transform: scaleY(0); opacity: 0;}
  100% { transform: scaleY(1); opacity: 1;}
}

/* ==================================================
info_emergency
================================================== */
.info_emergency {
  background-color: #F8E6E6;
  position: relative;
  z-index: 30;
}
.info_emergency .innerWrap {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media screen and (max-width: 1480px) {
  .info_emergency .innerWrap {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.info_emergency .info_emergency_list {
  margin-top: 6px;
  padding: 4px 12px 4px 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.info_emergency .info_emergency_list:first-child {
  margin-top: 0px;
}
.info_emergency .info_emergency_list:hover {
  opacity: .6;
}
.info_emergency .info_emergency_list .text_link {
  display: block;
  width: 100%;
  line-height: 1.4;
}
.info_emergency .info_emergency_list .text-main {
  color: #B90606;
  font-weight: bold;
}
.info_emergency .info_emergency_list .icon {
  width: 22px;
  height: auto;
  flex-shrink: 0;
}
/* arrow-right
---------------------------------- */
.info_emergency .info_emergency_list .text-main.arrow-right::after {
  content: "";
  display: inline-block;
  position: relative;
  bottom: 1px;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  background: url(/top/images/icon_arrow_right.svg) no-repeat left center / contain;
}
/* arrow-pdf
---------------------------------- */
.info_emergency .info_emergency_list .text-main.arrow-pdf::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 12px;
  height: 16px;
  margin-left: 8px;
  background: url(/top/images/icon_pdf_red.svg) no-repeat left center / contain;
}
/* arrow-blank
---------------------------------- */
.info_emergency .info_emergency_list .text-main.arrow-blank::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background: url(/common_v2/images/icon_blank_note.svg) no-repeat left center / contain;
}

/* ==================================================
info
================================================== */
.info {
  background-color: #F5F5F5;
}
.info .innerWrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.info .nmlBtn_itemLink .text-main {
  font-size: 1.8rem;
}
.info .nmlBtn:not(:first-child),
.info .acd:not(:first-child) {
  margin-top: 16px;
}
.info .acd .acd_btn {
  display: flex;
  padding: 10px 80px 10px 24px;
  min-height: 60px;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.8rem;
}
.info .nmlBtn.info_importantLinkBtn .nmlBtn_item {
  width: 100%;
}
.info .nmlBtn.info_importantLinkBtn .nmlBtn_itemLink {
  text-align: left;
  padding-left: 24px;
}

/* ==================================================
白枠（ section01, section02, products_services ）
================================================== */
.section01,
.section02,
.section03,
.products_services {
  position: relative;
  margin: 0 0 130px;
  padding-top: 70px;
}
/* padding-bottomは「線の位置：文字幅+20px」と同じ */
/* .section01 .pageNavi_line { top: 160px;}
.section02 .pageNavi_line { top: 104px;}
.section03 .pageNavi_line { top: 202px;}
.products_services .pageNavi_line { top: 132px;} */
.section01 {
  padding-bottom: 160px;
  height: 1153px;
}
.section02 {
  padding-bottom: 104px;
  height: 590px;
}
.section03 {
  padding-bottom: 202px;
  height: 753px;
}
.products_services {
  padding-bottom: 132px;
  /* height: 753px; アコーディオンがあるため固定不可 */ 
}
.products_services > .innerWrap > .topHedding2,
.products_services > .innerWrap > #recommender_pc111,
.products_services > .innerWrap > .serviceList_wrap {
  position: relative;
  top: 38px;
}
.cntSec.recommended .innerWrap {
  padding-top: 42px;
  padding-bottom: 62px;
}
.cntSec.topics .innerWrap {
  padding-top: 70px;
  padding-bottom: 62px;
}
.section01::before ,
.section02::before ,
.section03::before ,
.products_services::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.section01::before {
  border-radius: 0 0 0 100px;
  left: 0;
}
.section02::before,
.section03::before {
  border-radius: 0 100px 100px 0;
  left: 0;
  width: calc(100% - 15px);
  width: min(calc(100% - (15px + (100vw - 1280px) / 11.5)), calc(100% - 15px));
}
.products_services::before {
  border-radius: 100px 0 0 100px;
  right: 0;
  width: calc(100% - 15px);
  width: min(calc(100% - (15px + (100vw - 1280px) / 11.5)), calc(100% - 15px));
}
.section01::after ,
.products_services::after,
.products_services .products_services_radius_sub {
  content: "";
  position: absolute;
  right: 0;
  width: 120px;
  height: 100px;
  background: url(/top/images/section_bg_radius.svg) no-repeat 0 0 ;
}
.section01::after,
.products_services::after {
  top: calc(100% - 1px);
}
.products_services .products_services_radius_sub {
  bottom: calc(100% - 1px);
  transform: scale(1, -1);
}
.products_services .topHedding2_en {
  margin-left: 6px;
}

/* ==================================================
section01, section02
================================================== */
/* innerWrap
-------------------------------------------------- */
.section01 .innerWrap ,
.section02 .innerWrap {
  padding: 120px 0 0;
}
.section02 .innerWrap {
  flex-direction: row-reverse;
}
.section01 .innerWrap::before,
.section02 .innerWrap::before {
  content: "";
  width: calc(650px + max(calc(10px + (100vw - 1280px) / 10.4),10px));
  height: 488px;
  position: absolute;
  top: 0;
  border-radius: 0 36px 0 36px;
}
.section01 .innerWrap::before {
  left: -20px;
}
.section02 .innerWrap::before {
  right: -20px;
}
.section01 .innerWrap::after,
.section02 .innerWrap::after {
  display: none;
}

/* section_uprBox
-------------------------------------------------- */
.section_uprBox {
  position: relative;
  z-index: 1;
  width: 600px;
}
.section_uprBox .nmlBtn.col1 .nmlBtn_item {
  margin-left: 0;
}

/* section_mdlBox
-------------------------------------------------- */
.section_mdlBox {
  position: relative;
  z-index: 1;
  width: 540px;
}
.section01 .section_mdlBox {
  margin-top: 0;
  left: 10px;
  left: max(calc(10px + (100vw - 1280px) / 10.4),10px);
}
.section02 .section_mdlBox {
  margin-top: 0;
  right:10px;
  right: max(calc(10px + (100vw - 1280px) / 10.4),10px);
}

/* section_title, section_lead
-------------------------------------------------- */
.section_title {
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 4.2rem;
  line-height: 1.3;
  color: #1A1A1A;
  text-shadow: 0 3px 10px rgba(255, 255, 255, .3);
}
.section_lead {
  margin: 40px 0 60px;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  text-shadow: 0 3px 10px rgba(255, 255, 255, .3);
}

/* section_panel
-------------------------------------------------- */
.section_panelWrap {
  overflow: visible;
  padding-bottom: 0;
}
.section_panel {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 0 36px 0 36px;
}
.section_panel_item {
  width: 50%;
  height: 244px;
}
.section_panel_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #fff;
  background: url(/common_v2/images/arrow_right_triangle_white.svg) no-repeat right 15px bottom 15px / 10px 10px;
  transition: all .2s ease;
}
.section_panel_inner.arrow-blank {
  background: url(/common_v2/images/icon_blank_white.svg) no-repeat right 15px bottom 15px / 16px 16px;
}
.section_panel_inner::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s ease;
  opacity: 0;
}
.section_panel_item.no01,
.section_panel_item.no01 .section_panel_inner {
  transform-origin: bottom right;
  background-color: #13A4D6;
}
.section_panel_item.no02,
.section_panel_item.no02 .section_panel_inner {
  transform-origin: bottom left;
  background-color: #1096C4;
}
.section_panel_item.no03,
.section_panel_item.no03 .section_panel_inner {
  transform-origin: top right;
  background-color: #0C87B1;
}
.section_panel_item.no04,
.section_panel_item.no04 .section_panel_inner {
  transform-origin: top left;
  background-color: #0C7BA0;
}
.section_panel_item.brTL,
.section_panel_item.brTL .section_panel_inner {
  border-top-left-radius: 36px;
}
.section_panel_item.brTR,
.section_panel_item.brTR .section_panel_inner {
  border-top-right-radius: 36px;
}
.section_panel_item.brBL,
.section_panel_item.brBL .section_panel_inner {
  border-bottom-left-radius: 36px;
}
.section_panel_item.brBR,
.section_panel_item.brBR .section_panel_inner {
  border-bottom-right-radius: 36px;
}
.section_panel_txt {
  margin-top: 20px;
}

/* hover */
.section_panel_inner:hover {
  transform: scale(1.04);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .1);
  z-index: 1;
}
.section_panel_inner:hover::after {
  opacity: 1;
  transform: scale(1);
}

.section_panelWrap .swiper-button-prev ,
.section_panelWrap .swiper-button-next {
  display: none;
}

/* ==================================================
products_services
================================================== */
.products_services .innerWrap:last-child{
  margin-bottom: -24px;
}

/* dv_recommend
-------------------------------------------------- */
#recommender_pc111 {
  min-height: 220px !important;
}
.products_services .dv_recommend .dv_rc_header,
.products_services .dv_recommend .dv_rc_title,
.products_services .dv_recommend .dv_rc_footer {
  display: none;
}
.products_services .dv_recommend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto -20px;
  width: 1200px;
}
.products_services .dv_rc_items {
  width: 282px;
  margin-bottom: 20px;
}
.products_services .dv_rc_items a {
  display: block;
  position: relative;
}
.products_services .dv_rc_img {
  height: 200px;
  overflow: hidden;
}
.products_services .dv_rc_img img {
  transition: all .3s ease;
  width: 282px;
  height: 200px;
  object-fit: cover;
}
.products_services .dv_rc_name {
  position: absolute;
  padding: 15px 20px;
  background-color: #13A4D6;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #fff;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 216px;
}
.products_services .dv_rc_items .dv_rc_name{
  bottom: -60px; left: 0;
}

/* hover */
.products_services .dv_rc_items a:hover .dv_rc_img img {
  transform: scale(1.1);
}

/* serviceList
-------------------------------------------------- */
.serviceList_wrap {
  margin-top: 100px;
}
.serviceList_btn .nmlBtn_itemLink {
  color: inherit;
  border-color: #66B6FC;
  padding-left: 40px;
  background: url(/common_v2/images/icon_plus_lightblue.svg) no-repeat 73px center / 20px 20px;
  cursor: pointer;
}
.serviceList_btn .nmlBtn_itemLink:hover {
  background-color: #66B6FC;
  background-image: url(/common_v2/images/icon_plus_white.svg);
}
.serviceList_btn.active .nmlBtn_itemLink {
  background-image: url(/common_v2/images/icon_minus_lightblue.svg);
}
.serviceList_btn.active .nmlBtn_itemLink:hover {
  background-image: url(/common_v2/images/icon_minus_white.svg);
}
.serviceList_box {
  position: relative;
  background: #f5f5f5;
  margin-top: 40px;
  padding: 40px 10px;
}
.serviceList_box::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  border: 15px solid transparent;
  border-top: none;
  border-bottom: 20px solid #f5f5f5;
  margin: auto;
}
.serviceList {
  display: flex;
}
.serviceList_item {
  flex: 1;
  padding: 0 10px 10px;
}
.serviceList_item:nth-child(n+2) {
  border-left: 1px solid #C3C8D6;
}
.serviceList_parent {
  margin-bottom: 20px;
}
.serviceList_parent a {
  display: block;
  padding: 6px 20px 6px 10px;
  font-size: 1.8rem;
  color: #66B6FC;
  background: url(/common_v2/images/arrow_right_triangle_aqua.svg) no-repeat right 8px center / 8px 8px;
  transition: all .3s ease;
}
.serviceList_parent a:hover {
  background-color: #E4EDF6;
}
.serviceList_child a {
  display: block;
  padding: 6px 20px 6px 10px;
  font-size: 1.4rem;
  color: inherit;
  background: url(/common_v2/images/arrow_right_triangle_blue.svg) no-repeat right 8px center / 8px 8px;
  transition: all .3s ease;
}
.serviceList_child a.arrow-blank {
  background: url(/common_v2/images/icon_blank_blue.svg) no-repeat right 4px center / 16px 16px;
}
.serviceList_child a.arrow-pdf {
  background: url(/common_v2/images/icon_pdf_blue.svg) no-repeat right 4px center / 16px 16px;
}
.serviceList_child a:hover {
  color: #005bab;
  background-color: #E4EDF6;
}
.serviceList_close {
  display: none;
}

/* campaign_list
-------------------------------------------------- */
.campaign_listParent {
  height: 353px;
  padding-right: 15px;
  padding-right: max(calc(15px + (100vw - 1280px) / 11.5),15px);
}
.campaign_list {
  margin-left: calc(((15px + (100vw - 1280px) / 11.5) / 2) * -1);
}
.campaign_list_item {
  width: 642px;
  background: #C3C8D6;
  padding: 1px;
}
.campaign_list_inner {
  display: block;
  overflow: hidden;
}
.campaign_list_img{
  transition: all .3s ease;
}
/* hover */
.campaign_list_inner:hover .campaign_list_img {
  transform: scale(1.1);
}

/* Pause/Play button */
.pause-play-button {
  width: 24px;
  height: 24px;
  background: #333;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.pause-play-button:hover {
  opacity: 0.7;
}

.pause-play-button img {
  width: 24px;
  height: 24px;
}
.campaign_swiperCtrl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin-top: 24px;
}
.campaign_swiperCtrl .swiper-pagination {
  position: static;
  width: auto;
}



/* ==================================================
initiatives
================================================== */
.initiatives {
  position: relative;
  padding: 70px 0 114px;
  background: #fff;
}
.initiatives .innerWrap{
  margin-bottom: -24px;
  padding: 0;
}

/* initiatives_panel
-------------------------------------------------- */
.initiatives_panel {
  display: flex;
  justify-content: center;
}
.initiatives_panel_item {
  width: 344px;
  min-height: 252px;
}
.initiatives_panel_inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 48px 30px;
  color: #005BAB;
  text-align: center;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  position: relative;
  transition: all .3s ease;
}
/* 背景色の交互配置 */
.initiatives_panel_item:nth-child(odd) .initiatives_panel_inner {
  background-color: #EFFBFF;
}

.initiatives_panel_item:nth-child(even) .initiatives_panel_inner {
  background-color: #E8F4FF;
}
.initiatives_panel_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 143px;
}
.initiatives_panel_txt {
  margin-top: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
}
.initiatives_panel_readMore {
  position: absolute;
  bottom: 24px;
  right: 24px;
  height: 18px;
  line-height: 18px;
  padding-left: 18px;
  background: url(/common_v2/images/arrow_right_triangle_blue.svg) no-repeat left center / 10px 10px;
  font-size: 1.4rem;
  transition: all .2s cubic-bezier(0.1, 0.8, 0.1, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.initiatives_panel_readMore span {
  font-size: 0;
  opacity: 0;
  color: #005BAB;
  transition: .3s opacity .2s ease-in;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.initiatives_panel_readMore span img {
  position: absolute;
  left: 2px;
}
.initiatives_panel_inner:hover .initiatives_panel_readMore span img {
  position: relative;
}
/* hover */
.initiatives_panel_inner:hover .initiatives_panel_readMore {
  transform: translateX(-96px);
  background-image: url(/common_v2/images/arrow_right_triangle_blue.svg);
}
.initiatives_panel_inner:hover .initiatives_panel_readMore span {
  font-size: inherit;
  opacity: 1;
}
.initiatives .topHedding2_en {
  position: relative;
  z-index: 0;
  top: -6px;
  left: 4px;
}
.initiatives .topHedding2_ja {
  position: relative;
  z-index: 1;
}

/* ==================================================
ranking, history(aigent recommender)
================================================== */
.recommended_col {
  width: 560px;
}

/* ==================================================
topics
================================================== */
.topics {
  background-color: #fff;
}
.topics .topHedding2_en {
  margin-bottom: -34px;
}

/* ==================================================
ie フォントの位置調整
================================================== */
_:-ms-lang(x)::-ms-backdrop,
.lifeevent_panel_txt .text-main {
  padding-top: .2em ;
  height: 38px;
}

/* --------------------------------------------------
topPanel
-------------------------------------------------- */
.topPanel {
  margin-top: 40px;
  width: 100%;
}

.topPanel:first-child {
  margin-top: 0;
}

.topPanel + .topPanel {
  margin-top: 20px;
}

.topPanel_list {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  margin: 0;
}

.topPanel_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  color: #005BAB;
  transition: opacity 0.3s ease;
  overflow: hidden;
  cursor: pointer;
}

.topPanel_item:hover {
  opacity: 0.9;
}

/* 背景色の交互配置 */
.topPanel_item:nth-child(odd) {
  background-color: #EFFBFF;
}

.topPanel_item:nth-child(even) {
  background-color: #E8F4FF;
}

/* 角丸設定 */
.topPanel_item:nth-child(3) { /* 右上 */
  border-top-right-radius: 10px;
}

.topPanel_item:nth-child(4) { /* 左下 */
  border-bottom-left-radius: 10px;
}

/* タイトル */
.topPanel_title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  flex-direction: column;
}

/* アイコン */
.topPanel_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.topPanel_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 右下の矢印アイコン */
.topPanel_arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
  background: center center no-repeat;
}

/* ホバー時の円形エフェクト */
.topPanel_hoverEffect {
  position: absolute;
  width: 102px;
  height: 102px;
  bottom: -42px;
  right: -42px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  /* overflow: hidden; を削除 */
}

.topPanel_hoverEffect::before,
.topPanel_hoverEffect::after,
.topPanel_hoverEffect .inner-circle {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topPanel_hoverEffect::before {
  content: '';
  width: 102px;
  height: 102px;
  border: 8px solid rgba(0, 91, 171, 0.3);
}

.topPanel_hoverEffect::after {
  content: '';
  width: 81px;
  height: 81px;
  border: 6px solid rgba(0, 91, 171, 0.5);
}

.topPanel_hoverEffect .inner-circle {
  width: 64px;
  height: 64px;
  background-color: #005bab;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* ホバー時の矢印アイコン（白色・最前面） */
.topPanel_hoverArrow {
  position: absolute;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  pointer-events: none;
  background: center center no-repeat;
}

/* type-link アイコンタイプ別 */
.topPanel_item.arrow-right .topPanel_arrow {
  background-image: url(/common_v2/images/arrow_right_triangle_blue.svg);
  background-size: 8px 8px;
}

.topPanel_item.arrow-right .topPanel_hoverArrow {
  background-image: url(/common_v2/images/arrow_right_triangle_white.svg);
  background-size: 8px 8px;
}

.topPanel_item.arrow-blank .topPanel_arrow {
  background-image: url(/common_v2/images/icon_blank_blue.svg);
  background-size: 12px 12px;
}

.topPanel_item.arrow-blank .topPanel_hoverArrow {
  background-image: url(/common_v2/images/icon_blank_white.svg);
  background-size: 12px 12px;
}

.topPanel_item.arrow-pdf .topPanel_arrow {
  background-image: url(/common_v2/images/icon_pdf_blue.svg);
  background-size: 14px 28px;
}

.topPanel_item.arrow-pdf .topPanel_hoverArrow {
  background-image: url(/common_v2/images/icon_pdf_white.svg);
  background-size: 14px 18px;
}

.topPanel_item.arrow-down .topPanel_arrow {
  background-image: url(/common_v2/images/arrow_down_triangle_blue.svg);
  background-size: 8px 8px;
}

.topPanel_item.arrow-down .topPanel_hoverArrow {
  background-image: url(/common_v2/images/arrow_down_triangle_white.svg);
  background-size: 8px 8px;
}

/* pc用ここから */
/* カラム設定 */
.topPanel.col2 .topPanel_item {
  width: calc(100% / 2);
}

*:-ms-lang(x)::-ms-backdrop, .topPanel.col2 .topPanel_item {
  width: calc((100% - 0.01px) / 2);
}

.topPanel.col3 .topPanel_item {
  width: calc(100% / 3);
}

*:-ms-lang(x)::-ms-backdrop, .topPanel.col3 .topPanel_item {
  width: calc((100% - 0.01px) / 3);
}

.topPanel.col4 .topPanel_item {
  width: calc(100% / 4);
}

*:-ms-lang(x)::-ms-backdrop, .topPanel.col4 .topPanel_item {
  width: calc((100% - 0.01px) / 4);
}

/* パネル設定 */
.topPanel_item {
  padding: 34px 20px 42px;
  min-height: 254px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.topPanel_title {
  font-size: 24px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  height: 72px; /* 2行分の高さを確保 */
}

.topPanel_icon {
  width: 124px;
  height: 120px;
}

.topPanel_arrow {
  bottom: 3px;
  right: 3px;
}

.topPanel_hoverArrow {
  bottom: 3px;
  right: 3px;
}

/* PCでのホバー時の表示切り替え */
.topPanel_item:hover .topPanel_arrow {
  opacity: 0;
}

.topPanel_item:hover .topPanel_hoverEffect {
  opacity: 1;
}

.topPanel_item:hover .topPanel_hoverArrow {
  opacity: 1;
}

.modalSimulation.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .65);
  padding: 30px;
  overflow: hidden;
}

.modalSimulation.modal .modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  background-color: #e6eff7;
  padding: 60px 40px 40px;
  border-radius: 24px;
  width: 1080px;
}
.modalSimulation.modal .modal_title {
  font-size: 3.2rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #005bab;
  line-height: 1.25;
  margin-bottom: 35px;
  text-align: center;
}


.modalSimulation.modal .modal_close {
  z-index: 1;
  display: block;
  position: absolute;
  right: -30px;
  top: -40px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 2px solid #005bab;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  transition: .2s all ease-in-out;
}

.modalSimulation.modal .modal_close::before,
.modalSimulation.modal .modal_close::after {
  content: '';
  position: absolute;
  left: calc(50% - 17px);
  top: 50%;
  background: #005bab;
  width: 35px;
  height: 2px;
  transition: .2s all ease-in-out;
}

.modalSimulation.modal .modal_close::before {
  transform: rotate(45deg);
}

.modalSimulation.modal .modal_close::after {
  transform: rotate(-45deg);
}

.modalSimulation.modal .modal_close:hover {
  background-color: #005bab;
}

.modalSimulation.modal .modal_close:hover::before,
.modalSimulation.modal .modal_close:hover::after {
  background-color: #fff;
}

_::-webkit-full-page-media, _:future,
:root .modalSimulation.modal .modal_scroll {
  max-height: 90dvh;
}

/* カードリスト */
.topSimulationModalPanel_list {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

/* カード */
.topSimulationModalPanel_item {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 380px;
  display: flex;
  align-items: center;
  gap: 25px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.topSimulationModalPanel_item:hover {
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.30);
}


/* アイコン */
.topSimulationModalPanel_icon {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topSimulationModalPanel_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* タイトル */
.topSimulationModalPanel_title {
  font-size: 2.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}