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

/* ==================================================
header（トップのみ）
================================================== */
.dropNav_search {
  top: 51px;
  overflow: hidden;
}

/* ==================================================
common
================================================== */
/* innerWrap
-------------------------------------------------- */
.cntSec .innerWrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* topHedding2
-------------------------------------------------- */
.topHedding2 {
  margin: 0 -10px 40px;
  text-align: center;
}
.topHedding2_en {
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #E6EFF7;
  margin-bottom: -11px;
}
.topHedding2_ja {
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 2.6rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #1A1A1A;
  position: relative;
  padding-bottom: 20px;
}
.topHedding2_ja::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background: #005BAB;
}
/* topHedding3
-------------------------------------------------- */
.topHedding3 {
  margin: 40px auto 25px;
  text-align: center;
}
.topHedding3_en {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #0B56C7;
  margin-bottom: 10px;
}
.topHedding3_ja {
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

/* ==================================================
mv_single
================================================== */
.mv_single {
  position: relative;
  width: 100%;
  min-height: 61vw;
}
.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: 10px;
  right: 10px;
  width: 156px;
  height: 46px;
}
.mv_single .text-main  {
  font-size: 1.4rem;
  line-height: 1.4;
}

/* ==================================================
pageNavi
================================================== */
.pageNavi {
  display: none;
}

/* ==================================================
info_emergency
================================================== */
.info_emergency {
  background-color: #F8E6E6;
  position: relative;
  z-index: 30;
}
.info_emergency .innerWrap {
  padding-top: 62px;
  padding-bottom: 12px;
}
.info_emergency .info_emergency_list {
  margin-top: 6px;
  padding: 5px 12px 5px 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: 20px;
  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: 5px;
  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: 11px;
  height: 14px;
  margin-left: 5px;
  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: 2px;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url(/common_v2/images/icon_blank_note.svg) no-repeat left center / contain;
}

/* ==================================================
info
================================================== */
.info {
  background-color: #F5F5F5;
}
.info .innerWrap {
  padding-top: 13px;
  padding-bottom: 13px;
}
.info .nmlBtn_itemLink .text-main {
  font-size: 1.4rem;
}
.info .nmlBtn:not(:first-child),
.info .acd:not(:first-child) {
  margin-top: 10px;
}
.info .acd .acd_btn {
  padding: 4px 24px 4px 8px;
  min-height: 48px;
  text-align: center;
  font-size: 1.4rem;
}
.info .acd .acd_btn .acd_btn_inner {
  justify-content: center;
}
.info .nmlBtn.info_importantLinkBtn .nmlBtn_item {
  width: 100%;
}
.info .nmlBtn.info_importantLinkBtn .nmlBtn_itemLink {
  text-align: center;
}

/* ==================================================
白枠（section01, section02, products_services）
================================================== */
.section01 ,
.section02 ,
.section03 ,
.products_services {
  position: relative;
  width: 95%;
  margin-bottom: 80px;
  background-color: transparent;
}
.section01::before ,
.section02::before ,
.section03::before  {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: calc(100% - 30px);
}
.products_services::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: calc(100% - 60px);
}
.section01::after ,
.products_services::after,
.products_services .products_services_radius_sub {
  content: "";
  position: absolute;
  right: 0;
  width: 36px;
  height: 30px;
  background: url(/top/images/section_bg_radius.svg) no-repeat 0 0 /contain ;
}
.section01 {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.section01::before {
  border-radius: 0 0 0 30px;
}
.products_services::after {
  top: calc(100% - 1px);
}
.section02{
  margin-right: auto;
}
.section02::before {
  border-radius: 0 30px 30px 0;
  height: 100%;
}
.section03{
  margin-right: auto;
}
.section03::before {
  border-radius: 0 30px 30px 0;
  height: 100%;
}
.products_services {
  margin: -30px 0 80px auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.products_services::before {
  border-radius: 30px 0 0 30px;
}
.products_services::after {
  top: 1px;
  transform: scale(1, -1);
}

.section01::after,
.products_services .products_services_radius_sub {
  bottom: 1px;
}

.cntSec.recommended .innerWrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cntSec.topics .innerWrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* dv_recommend
-------------------------------------------------- */
.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 -9px;
}
.products_services .dv_rc_items {
  width: calc((100% - 9px)/2);
  margin-bottom: 9px;
}
.products_services .dv_rc_items a {
  display: flex;
  position: relative;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.products_services .dv_rc_img {
  height: 24.1vw;
}
.products_services .dv_rc_name {
  padding: 10px 18px;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #13A4D6;
  min-height: 33px;
  font-size: 1.2rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #fff;
  text-align: center;
  width: 100%;
}

/* ==================================================
section01, section02
================================================== */
/* innerWrap
-------------------------------------------------- */
.section01 .innerWrap::before,
.section02 .innerWrap::before {
}
.section01 .innerWrap::before {
}
.section02 .innerWrap::before {
}

/* section_uprBox, section_mdlBox
-------------------------------------------------- */
.section_uprBox ,
.section_mdlBox {
  position: relative;
  z-index: 1;
}

/* 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: 2.8rem;
  line-height: 1.3;
  color: #1A1A1A;
  text-shadow: 0 -5px 10px rgba(255, 255, 255, .5);
}
.section_lead {
  margin: 20px 0 30px;
  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 {
  margin: 0 -10px;
}
.section_panel_item {
  width: 64vw;
  border-radius: 0 36px 0 36px;
  overflow: hidden;
}
.section_panel_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 57.9vw;
  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 12px bottom 12px / 6px 6px;
}
.section_panel_item.no01,
.section_panel_item.no01 .section_panel_inner {
  background-color: #13A4D6;
}
.section_panel_item.no02,
.section_panel_item.no02 .section_panel_inner {
  background-color: #1096C4;
}
.section_panel_item.no03,
.section_panel_item.no03 .section_panel_inner {
  background-color: #0C87B1;
}
.section_panel_item.no04,
.section_panel_item.no04 .section_panel_inner {
  background-color: #0C7BA0;
}
.section_panel_txt {
  margin-top: 20px;
  font-size: 1.6rem;
}

/* ==================================================
products_services
================================================== */

/* serviceList
-------------------------------------------------- */
.serviceList_wrap {
  margin-top: 25px;
}
.serviceList_btn .nmlBtn_itemLink {
  color: inherit;
  border-color: #66B6FC;
  background: url(/common_v2/images/icon_plus_lightblue.svg) no-repeat 22px center / 15px 15px;
}
.serviceList_btn.active .nmlBtn_itemLink {
  background-image: url(/common_v2/images/icon_minus_lightblue.svg);
}
.serviceList_box {
  position: relative;
  background: #f5f5f5;
  margin-top: 20px;
  padding: 10px 0;
}
.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_item:nth-child(n+2) {
  border-top: 1px solid #C3C8D6;
  margin-top: 15px;
  padding-top: 15px;
}
.serviceList_parent {
  margin-bottom: 10px;
}
.serviceList_parent a {
  display: block;
  padding: 6px 20px 6px 10px;
  font-size: 1.6rem;
  color: #66B6FC;
  background: url(/common_v2/images/arrow_right_triangle_aqua.svg) no-repeat right 8px center / 8px 8px;
}
.serviceList_child a {
  display: block;
  padding: 6px 20px 6px 10px;
  font-size: 1.2rem;
  color: inherit;
  background: url(/common_v2/images/arrow_right_triangle_blue.svg) no-repeat right 8px center / 8px 8px;
}
.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_close {
  position: relative;
  width: 40%;
  border: 1px solid #C3C8D6;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.4rem;
  margin: 25px auto 0;
  padding: 5px 10px;
  text-align: center;
}
.serviceList_close_text {
  position: relative;
  padding-left: 30px;
}
.serviceList_close_text::before,
.serviceList_close_text::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background: #C3C8D6;
  width: 20px;
  height: 1px;
}
.serviceList_close_text::before {
  transform: rotate(45deg);
}
.serviceList_close_text::after {
  transform: rotate(-45deg);
}

/* campaign_list
-------------------------------------------------- */
.campaign_listParent {
  margin-top: 25px;
}
.campaign_list_item {
  background: #C3C8D6;
  padding: 1px;
}
.campaign_list_inner {
  display: block;
}

/* 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;
  background: #fff;
}

/* initiatives_panel
-------------------------------------------------- */
.initiatives_panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.initiatives_panel_item {
  width: calc((100% - 15px) / 2);
}
.initiatives_panel_inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 25px;
  color: #005BAB;
  text-align: center;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  position: relative;
}
/* 背景色の交互配置 */
.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: 85px;
  margin: auto;
}
.initiatives_panel_txt {
  margin-top: 15px;
  font-size: 1.6rem;
}
.initiatives_panel_readMore {
  position: absolute;
  bottom: 12px;
  right: 12px;
  height: 6px;
  padding-left: 6px;
  background: url(/common_v2/images/arrow_right_triangle_blue.svg) no-repeat left center / 6px 6px;
}
.initiatives_panel_readMore span {
  display: none;
}
/* .initiatives_panel_item:first-child */
.initiatives_panel_item:first-child {
  width: 100%;
  margin-bottom: 15px;
}
.initiatives_panel_item:first-child .initiatives_panel_inner{
  padding-top: 32px;
}
.initiatives_panel_item:first-child .initiatives_panel_img{
  width: 211px;
}
.initiatives_panel_item:first-child .initiatives_panel_txt{
  margin-top: 30px;
}


/* ==================================================
topics
================================================== */
.topics {
  background-color: #fff;
}

.topics .topHedding2_en {
  margin-bottom: -18px;
}

/* --------------------------------------------------
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;
  gap: 13px;
}

.topPanel_item:hover {
  opacity: 0.9;
}

/* 背景色の交互配置 */
.topPanel_item:nth-child(1),
.topPanel_item:nth-child(4n + 4),
.topPanel_item:nth-child(4n + 5) {
  background-color: #EFFBFF;
}

.topPanel_item:nth-child(4n + 2),
.topPanel_item:nth-child(4n + 3) {
  background-color: #E8F4FF;
}
/* 角丸設定 */
.topPanel_item:nth-child(2) { /* 右上 */
  border-top-right-radius: 24px;
}

.topPanel_item:nth-last-child(1):nth-child(odd),
.topPanel_item:nth-last-child(2):nth-child(odd) { /* 左下 */
  border-bottom-left-radius: 24px;
}

/* タイトル */
.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;
}

/* 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: 14px 14px;
}

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

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

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

.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;
}

/* sp用ここから */

/* カラム設定 */
.topPanel_item {
  width: 50%;
  padding: 14px 8px 24px;
  min-height: 134px;
}

.topPanel.sp_col2 .topPanel_item {
  width: calc(100% / 2);
}

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

.topPanel_icon {
  width: 54px;
  height: 52px;
}

.topPanel_arrow {
  bottom: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
}

/* type-link アイコンサイズ調整 */
.topPanel_item.arrow-right .topPanel_arrow {
  background-size: 8px 16px;
}

.topPanel_item.arrow-blank .topPanel_arrow {
  background-size: 10px 10px;
}

.topPanel_item.arrow-pdf .topPanel_arrow {
  background-size: 15px 20px;
}

.topPanel_item.arrow-down .topPanel_arrow {
  background-size: 6px 12px;
}

/* SPではホバーエフェクトを無効化 */
.topPanel_hoverEffect {
  display: none;
}

.topPanel_hoverArrow {
  display: none;
}

.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%);
  width: calc(100% - 20px);
  max-height: 80vh;
  background-color: #e6eff7;
  padding: 40px 20px 30px;
  border-radius: 8px;
}

.modalSimulation.modal .modal_inner video {
  /* height: 650px; */
  width: 100%;
}
.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: -10px;
  top: -20px;
  width: 50px;
  height: 50px;
  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% - 10px);
  top: 50%;
  background: #005bab;
  width: 20px;
  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_scroll .ps__rail-y {
  padding: 4px 0;
  width: 8px;
  border-radius: 4px;
  background-color: #ccc !important;
  right: 6px;
}

.modalSimulation.modal .modal_scroll .ps__thumb-y {
  background-color: #005bab;
  width: 8px;
  right: 0;
}

.modalSimulation.modal .modal_scroll .ps__rail-y:hover > .ps__thumb-y,
.modalSimulation.modal .modal_scroll .ps__rail-y:focus > .ps__thumb-y,
.modalSimulation.modal .modal_scroll .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #005bab;
  width: 8px;
  opacity: 0.6;
}


_::-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;
}
 .topSimulationModalPanel_list {
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.topSimulationModalPanel_item {
  width: 100%;
  max-width: 380px;
  padding: 30px 20px;
}

.topSimulationModalPanel_icon {
  width: 80px;
  height: 80px;
}

.topSimulationModalPanel_title {
  font-size: 20px;
}