@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@1,500&display=swap");
/*
html {
	font-size: 62.5%;
}
*/
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "MS Pゴシック", sans-serif;
  /*  letter-spacing: 0.12em;*/
  /*  letter-spacing: 0.06em;*/
  line-height: 1.75;
  font-size: 14px;
  color: #222;
  -webkit-text-size-adjust: 100%;
  position: relative;
  text-align: left;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic !important;
}

/*
*:focus {
  outline: 5px solid #53565A!important;
}
*/
@media screen and (min-width: 1025px) {
  /*
  body {
  	padding-top: 130px;
  }
  */
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  header#header2025 {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    height: 94px;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    padding-top: 0.25em;
  }
  header#header2025.lp {
    height: 130px;
  }
  header#header2025 a {
    color: #273846;
  }
  header#header2025 ol,
header#header2025 ul {
    margin-top: 0;
  }
  header#header2025 .header_wrap {
    width: 100%;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    padding-top: 0.5em;
  }
  header#header2025 .header_wrap .ttl1 {
    width: 340px;
    margin: 0;
    font-family: "Noto Sans JP";
  }
  header#header2025 .header_wrap .ttl1 a {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    transition: all 0.3s ease;
    display: block;
  }
  header#header2025 .header_wrap .ttl1 a:hover {
    opacity: 0.6;
  }
  header#header2025 .header_wrap .ttl1 a span {
    display: block;
    font-size: 15px;
    font-weight: 500;
  }
  header#header2025 .header_wrap .logo {
    width: 124px;
  }
  header#header2025 .header_wrap nav.menu {
    width: calc(100% - (340px + 124px));
  }
  header#header2025 .header_wrap nav.menu > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 0.5em;
  }
  header#header2025 .header_wrap nav.menu > ul > li:not(.btn_wrap) {
    display: flex;
    padding: 0 0.5em;
    height: 100%;
    margin: 0 0.5em;
    background: linear-gradient(transparent 90%, #013593 90%, #013593 100%);
    background-repeat: no-repeat;
    transition: background-size 0.5s;
    background-size: 0 100%;
  }
  header#header2025 .header_wrap nav.menu > ul > li:not(.btn_wrap):hover {
    background-size: 100% 100%;
  }
  header#header2025 .header_wrap nav.menu > ul > li:not(.btn_wrap) > a {
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0.75em 0 1.25em;
  }
  header#header2025 .header_wrap nav.menu > ul > li:not(.btn_wrap) > a.sp_pull {
    padding-right: 1.5em;
    position: relative;
  }
  header#header2025 .header_wrap nav.menu > ul > li:not(.btn_wrap) > a.sp_pull::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0.35em;
    left: auto;
    margin: auto;
    display: block;
    width: 1em;
    height: 1em;
    background: url(../img/header-ic.svg) no-repeat center/contain;
  }
  header#header2025 .header_wrap nav.menu > ul > li.btn_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 1em;
    gap: 0.75em;
  }
  header#header2025 .header_wrap nav.menu > ul > li.btn_wrap.sp {
    display: none;
  }
  header#header2025 .header_wrap nav.menu > ul > li.btn_wrap a {
    font-size: 14px;
    border: 1px solid #4A5864;
    padding: 0.15em 0.5em;
    transition: all 0.3s ease;
  }
  header#header2025 .header_wrap nav.menu > ul > li.btn_wrap a:hover {
    color: #fff;
    background-color: #4A5864;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: auto;
    margin: auto;
    top: 94px;
    width: 100vw;
    padding: 0;
    z-index: 200;
    display: none;
    background-color: #F7F9FD;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    padding: 1.5em 40px;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list {
    display: flex;
    gap: 1.5em 5%;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list.col4 {
    gap: 1em 4%;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list.col4 > li {
    width: 22%;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list.col4 > li > ul > li a {
    line-height: 1.1;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list.col4 > li.w2 {
    width: 45%;
    gap: 0 8%;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list.col4 > li.w2 > ul {
    width: 46%;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list.col4 > li.w3 {
    width: 72%;
    gap: 0 5%;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list.col4 > li.w3 > ul {
    width: 30%;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list.col2 > li {
    width: 45%;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list > li {
    display: flex;
    flex-wrap: wrap;
    width: 29%;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list > li.border {
    border-top: 2px solid #b4b5b7;
    border-bottom: 2px solid #b4b5b7;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list > li .ttl {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 1em;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list > li .ttl_sub {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    margin-left: 1.5em;
    text-indent: -1.5em;
    min-height: 4em;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list > li .ttl_sub::before {
    content: "■";
    padding-right: 0.5em;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list > li > ul {
    width: 100%;
    margin-left: 0;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list > li > ul > li {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #edeef0;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list > li > ul > li:last-of-type {
    border-bottom: 1px solid #edeef0;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list > li > ul > li a {
    font-size: 14px;
    position: relative;
    padding: 0.6em 1em 0.6em 0;
    width: 100%;
    position: relative;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list > li > ul > li a span {
    font-size: 11px;
    font-feature-settings: "palt";
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list > li > ul > li a::before {
    content: "→";
    position: absolute;
    left: auto;
    bottom: 0;
    top: -0.35em;
    right: 0;
    margin: auto;
    display: block;
    width: 1em;
    height: 1em;
    color: #273846;
  }
  header#header2025 .header_wrap nav.menu > ul > li .lower_menu .lower_box .lower_menu_list > li > ul > li a:hover {
    text-decoration: underline;
  }
  header#header2025 .header_wrap nav.in-page-link {
    padding-top: 0.25em;
    width: 100%;
    position: relative;
  }
  header#header2025 .header_wrap nav.in-page-link::before {
    content: "";
    position: absolute;
    left: -18px;
    right: -18px;
    top: 0;
    display: block;
    height: 100%;
    width: calc(100% + 36px);
    background-color: #013593;
  }
  header#header2025 .header_wrap nav.in-page-link ul {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }
  header#header2025 .header_wrap nav.in-page-link ul li {
    display: flex;
    position: relative;
  }
  header#header2025 .header_wrap nav.in-page-link ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.75em;
    height: 1.5em;
    width: 1px;
    display: block;
    background-color: #fff;
  }
  header#header2025 .header_wrap nav.in-page-link ul li:first-of-type::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75em;
    height: 1.5em;
    width: 1px;
    display: block;
    background-color: #fff;
  }
  header#header2025 .header_wrap nav.in-page-link ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 0.75em 2em;
  }
  header#header2025 .header_wrap nav.in-page-link ul li a:hover {
    text-decoration: underline;
  }

  .menu_toggle {
    display: none;
  }
}
/*タブレットまでのheader調整*/
@media screen and (max-width: 1190px) and (min-width: 1025px) {
  header#header2025 .header_wrap nav.menu ul li:not(.btn_wrap) {
    padding: 0;
    margin: 0 0.25em;
  }
  header#header2025 .header_wrap nav.menu ul li:not(.btn_wrap) a {
    font-size: 13px;
  }

  header#header2025 .header_wrap nav.menu > ul > li .lower_menu {
    top: 90px;
  }
}
/*ハンバーガーオープン時の処理含む*/
@media screen and (max-width: 1024px) {
  body {
    /*
    padding-top: 54px;
    */
    min-width: 100%;
  }
  body.menuopen main,
body.menuopen footer,
body.menuopen .page_top,
body.menuopen .cmn-cta {
    visibility: hidden;
  }
  body.menuopen header#header2025 nav.menu {
    visibility: visible;
  }
  body.menuopen header#header2025 {
    height: 100%;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  header#header2025 {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    height: 54px;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
  }
  header#header2025 a {
    color: #273846;
  }
  header#header2025 ol,
header#header2025 ul {
    margin-top: 0;
    margin-left: 0;
  }
  header#header2025 .header_wrap {
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    height: 54px;
    align-items: center;
    width: calc(100% - 54px);
  }
  header#header2025 .header_wrap .ttl1 {
    width: 340px;
    margin-top: 0;
    font-family: "Noto Sans JP";
  }
  header#header2025 .header_wrap .ttl1 a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    transition: all 0.3s ease;
    display: block;
    line-height: 1.5;
  }
  header#header2025 .header_wrap .ttl1 a:hover {
    opacity: 0.6;
  }
  header#header2025 .header_wrap .ttl1 a span {
    display: block;
    font-size: 12px;
    font-weight: 500;
  }
  header#header2025 .header_wrap .logo {
    display: none;
  }
  header#header2025 .header_wrap .in-page-link {
    display: none;
  }
  header#header2025 nav.menu {
    position: fixed;
    top: 54px;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 10;
    box-sizing: border-box;
    padding: 0;
    transition: all 0.3s ease;
    opacity: 0;
    background-color: #fff;
    visibility: hidden;
  }
  header#header2025 nav.menu.open {
    visibility: visible;
  }
  header#header2025 nav.menu > ul {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 0 1em 80px;
    border-top: 1px dotted #D3D3D3;
    display: flex;
    flex-direction: column;
  }
  header#header2025 nav.menu > ul > li {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px dotted #D3D3D3;
    position: relative;
  }
  header#header2025 nav.menu > ul > li > a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 1em 0.5em;
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
  }
  header#header2025 nav.menu > ul > li > a:hover {
    background-color: #054CC9;
    color: #fff;
    transition: all 0.3s ease;
  }
  header#header2025 nav.menu > ul > li > a:hover span {
    color: #fff;
  }
  header#header2025 nav.menu > ul > li.btn_wrap {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2em;
    gap: 1.5em;
  }
  header#header2025 nav.menu > ul > li.btn_wrap.pc {
    display: none;
  }
  header#header2025 nav.menu > ul > li.btn_wrap a {
    font-size: 14px;
    border: 1px solid #4A5864;
    padding: 0.5em 0.5em;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 250px;
  }
  header#header2025 nav.menu > ul > li.btn_wrap a:hover {
    color: #fff;
    background-color: #4A5864;
  }
  header#header2025 nav.menu > ul > li > a.sp_pull {
    position: relative;
  }
  header#header2025 nav.menu > ul > li > a.sp_pull:hover::before, header#header2025 nav.menu > ul > li > a.sp_pull:hover::after {
    background-color: #fff;
  }
  header#header2025 nav.menu > ul > li > a.sp_pull::before {
    content: "";
    position: absolute;
    right: 1em;
    top: 50%;
    width: 1em;
    height: 2px;
    background-color: #222;
    display: block;
    transition: all 0.3s ease;
    transform: rotate(0);
  }
  header#header2025 nav.menu > ul > li > a.sp_pull::after {
    content: "";
    position: absolute;
    right: 1em;
    top: 50%;
    width: 1em;
    height: 2px;
    background-color: #222;
    display: block;
    transform: rotate(90deg);
    transition: all 0.3s ease;
  }
  header#header2025 nav.menu > ul > li > a.sp_pull.openbtn {
    position: relative;
  }
  header#header2025 nav.menu > ul > li > a.sp_pull.openbtn::before {
    transform: rotate(180deg);
  }
  header#header2025 nav.menu > ul > li > a.sp_pull.openbtn::after {
    transform: rotate(360deg);
  }
  header#header2025 nav.menu > ul > li .lower_menu {
    border-top: 1px solid #D3D3D3;
    width: 100%;
    padding: 1em;
    display: none;
  }
  header#header2025 nav.menu > ul > li .lower_menu .lower_box .lower_menu_list {
    display: flex;
    flex-direction: column;
    gap: 1.25em;
    align-items: flex-start;
  }
  header#header2025 nav.menu > ul > li .lower_menu .lower_box .lower_menu_list.col2 {
    gap: 0;
  }
  header#header2025 nav.menu > ul > li .lower_menu .lower_box .lower_menu_list.col2 > li:last-of-type > ul li:first-of-type {
    border-top: none;
  }
  header#header2025 nav.menu > ul > li .lower_menu .lower_box .lower_menu_list li {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  header#header2025 nav.menu > ul > li .lower_menu .lower_box .lower_menu_list li .ttl {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 0.5em;
  }
  header#header2025 nav.menu > ul > li .lower_menu .lower_box .lower_menu_list li .ttl_sub {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    margin-left: 1.5em;
    text-indent: -1.5em;
    padding-bottom: 0.5em;
  }
  header#header2025 nav.menu > ul > li .lower_menu .lower_box .lower_menu_list li .ttl_sub::before {
    content: "■";
    padding-right: 0.5em;
  }
  header#header2025 nav.menu > ul > li .lower_menu .lower_box .lower_menu_list li > ul {
    width: 100%;
  }
  header#header2025 nav.menu > ul > li .lower_menu .lower_box .lower_menu_list li > ul + ul > li:first-of-type {
    border-top: none;
  }
  header#header2025 nav.menu > ul > li .lower_menu .lower_box .lower_menu_list li > ul > li {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #edeef0;
    width: 100%;
  }
  header#header2025 nav.menu > ul > li .lower_menu .lower_box .lower_menu_list li > ul > li:last-of-type {
    border-bottom: 1px solid #edeef0;
  }
  header#header2025 nav.menu > ul > li .lower_menu .lower_box .lower_menu_list li > ul > li a {
    font-size: 13px;
    position: relative;
    padding: 0.5em 1em 0.5em 0.25em;
    display: block;
    width: 100%;
  }
  header#header2025 nav.menu > ul > li .lower_menu .lower_box .lower_menu_list li > ul > li a br {
    display: none;
  }
  header#header2025 nav.menu > ul > li .lower_menu .lower_box .lower_menu_list li > ul > li a span {
    font-size: 11px;
    font-feature-settings: "palt";
  }
  header#header2025 nav.menu > ul > li .lower_menu .lower_box .lower_menu_list li > ul > li a::before {
    content: "→";
    position: absolute;
    left: auto;
    bottom: 0;
    top: -0.35em;
    right: 0;
    margin: auto;
    display: block;
    width: 1em;
    height: 1em;
    color: #273846;
  }
  header#header2025 nav.menu > ul > li .lower_menu .lower_box .lower_menu_list li > ul > li a:hover {
    text-decoration: underline;
  }

  #modal-overlay1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    /*
    background-color: rgba( 0,0,0, 0.6 );
    */
    z-index: 9;
  }

  .menu_toggle {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    z-index: 10;
    width: 54px;
    height: 54px;
    cursor: pointer;
  }
  .menu_toggle > button {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  .menu_toggle > button:focus {
    outline-offset: -5px;
  }
  .menu_toggle > button > span {
    display: block;
    height: 2px;
    width: 20px;
    border-radius: 1px;
    background: #444;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease;
    font-size: 0;
  }
  .menu_toggle > button > span:first-of-type {
    top: -12px;
  }
  .menu_toggle > button > span:last-of-type {
    bottom: -12px;
  }

  .menu_toggle.open > button > span {
    width: 20px;
  }
  .menu_toggle.open > button > span:first-of-type {
    transform: rotate(-45deg);
    top: -3px;
  }
  .menu_toggle.open > button > span:nth-of-type(2) {
    opacity: 0;
  }
  .menu_toggle.open > button > span:last-of-type {
    transform: rotate(45deg);
    top: -15px;
  }
}
footer {
  background-color: #353E45;
  color: #fff;
  overflow-x: hidden;
}
footer ol,
footer ul {
  margin-top: 0;
  margin-left: 0;
}
footer dl {
  margin: 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
}
footer .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 4em;
}
@media (max-width: 1024px) {
  footer .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .wrap {
    padding-top: 1.5em;
  }
}
footer .wrap .footer1 {
  width: 16.6%;
}
@media (max-width: 1024px) {
  footer .wrap .footer1 {
    width: 33.2%;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  footer .wrap .footer1 {
    width: 50%;
  }
  footer .wrap .footer1.home {
    width: 100%;
  }
}
footer .wrap .footer2 {
  width: 33.2%;
}
@media (max-width: 1024px) {
  footer .wrap .footer2 {
    width: 66.4%;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  footer .wrap .footer2 {
    width: 50%;
    padding-right: 1em;
  }
}
footer .wrap .footer2 ul li {
  width: 100%;
}
footer .wrap .footer1 li,
footer .wrap .footer2 li {
  font-size: 14px;
  font-weight: 600;
  margin: 2em 0;
}
@media (max-width: 767px) {
  footer .wrap .footer1 li,
footer .wrap .footer2 li {
    margin: 1em 0;
  }
}
@media (max-width: 767px) {
  footer .wrap .footer1 li.dl1,
footer .wrap .footer2 li.dl1 {
    margin-bottom: 0;
  }
}
footer .wrap .footer1 li.dl1 dl,
footer .wrap .footer2 li.dl1 dl {
  width: 100%;
  padding-bottom: 2.5em;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 0.75em 1em;
}
footer .wrap .footer1 li.dl1 dl dt,
footer .wrap .footer2 li.dl1 dl dt {
  padding: 0.15em 0.5em;
  border: 1px solid #fff;
  color: #fff;
  width: fit-content;
  font-size: 12px;
}
footer .wrap .footer1 li.dl1 dl dd,
footer .wrap .footer2 li.dl1 dl dd {
  margin-top: 0.25em;
  font-size: 12px;
}
footer .wrap .footer1 li.li2 {
  font-size: 12px;
  padding-bottom: 0.75em;
  font-weight: 400;
  margin: 0;
}
footer .wrap .footer1 li.li3 {
  font-size: 12px;
  padding-bottom: 0.75em;
  font-weight: 400;
  padding-left: 1em;
  margin: 0;
}
footer .wrap .footer1 li.li3::before {
  content: "-";
  color: #fff;
  padding-right: 0.5em;
}
footer .wrap .footer-bnr {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 5em;
  gap: 2em;
}
@media (max-width: 767px) {
  footer .wrap .footer-bnr {
    margin-top: 2.5em;
    flex-direction: column;
    align-items: center;
  }
}
footer .wrap .footer-bnr li {
  width: 100%;
  max-width: 356px;
  display: flex;
}
footer .wrap .footer-bnr li a {
  transition: all 0.3s ease;
}
footer .wrap .footer-bnr li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
footer .wrap .footer-bottom-menu {
  margin-top: 6em;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 3em;
}
@media (max-width: 767px) {
  footer .wrap .footer-bottom-menu {
    margin-top: 2em;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 2em;
  }
}
footer .wrap .footer-bottom-menu li {
  font-size: 12px;
  display: flex;
  position: relative;
}
footer .wrap .footer-bottom-menu li:not(:last-of-type)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 1em;
  display: block;
  width: 1px;
  height: 1.5em;
  background-color: #fff;
}
@media (max-width: 767px) {
  footer .wrap .footer-bottom-menu li:not(:last-of-type)::before {
    display: none;
  }
}
footer .wrap .footer-bottom-menu li a {
  padding: 1em;
  margin: 0 0.5em;
  display: flex;
}
@media (max-width: 767px) {
  footer .wrap .footer-bottom-menu li a {
    padding: 0.5em 0;
  }
}
footer .wrap small {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25em 0;
}
@media (max-width: 767px) {
  footer .wrap small {
    flex-direction: column;
    padding: 1.5em 0 0.5em;
  }
}
footer .wrap small::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 100vw;
  display: block;
  height: 100%;
  background-color: #fff;
}
footer .wrap small img {
  position: relative;
  width: 91px !important;
  height: auto;
}
footer .wrap small a {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .wrap small a:hover {
  opacity: 0.65;
}
footer .wrap small span {
  color: #000;
  text-align: right;
  display: block;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  footer .wrap small span {
    padding: 0.75em 0;
    text-align: center;
  }
}

.pankuzu {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .pankuzu {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.breadcrumb_list {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0;
}
.breadcrumb_list li {
  font-size: 12px;
  position: relative;
  display: inline;
}
.breadcrumb_list li:not(:last-of-type) span {
  padding-right: 2.5em;
}
.breadcrumb_list li:not(:last-of-type) span::after {
  content: "/";
  position: relative;
  left: 1.25em;
  bottom: 0;
  display: inline-block;
  color: #707070;
}
.breadcrumb_list li a {
  transition: all 0.3s ease;
}
.breadcrumb_list li a:hover {
  text-decoration: underline;
}

.ttl2-list {
  font-size: 34px !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ttl2-list {
    font-size: 20px !important;
    line-height: 1.5;
  }
}
.ttl2-list .poppins {
  font-size: 22px !important;
  position: relative;
}
@media (max-width: 767px) {
  .ttl2-list .poppins {
    font-size: 12px !important;
  }
}
.ttl2-list .poppins::before {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 0.6em;
  display: block;
  width: 1em;
  height: 1px;
  background: linear-gradient(90deg, #054CC9 0, #054CC9 50%, #31E3F7 50%, #31E3F7 100%);
}
.ttl2-list + .desc {
  font-size: 16px;
  padding-top: 2em;
}
@media (max-width: 767px) {
  .ttl2-list + .desc {
    font-size: 14px;
    padding-top: 1em;
  }
}

a {
  color: #273846;
}

ol,
ul {
  margin-top: 0;
  margin-left: 0;
  list-style: none;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.75;
}

/*page contents*/
#home2025 {
  overflow-x: hidden;
}
#home2025 .mv {
  margin-top: 94px;
  width: 100%;
  /*height: calc(100vh - 130px);*/
  height: 40.57vw;
  max-height: 650px;
  padding-bottom: 1em;
  min-height: calc(568px - 130px);
  background: url(../img/top/mv_bg.png) no-repeat left 0/contain;
  position: relative;
}
@media (max-width: 1024px) {
  #home2025 .mv {
    margin-top: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #home2025 .mv {
    background-size: cover;
    min-height: auto;
  }
}
#home2025 .mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 21.4%;
  height: 100%;
  background: url(../img/top/mv_img.png) no-repeat left 0 top 0/contain;
}
#home2025 .mv .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1024px) {
  #home2025 .mv .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
#home2025 .mv .wrap .ttl1 {
  color: #fff;
  font-weight: 600;
  font-size: calc(0.0713vw * 38);
  line-height: 1.7;
}
#home2025 .mv .wrap .ttl1 span {
  font-size: calc(0.0713vw * 18);
  font-weight: 500;
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #2C65E5;
  width: fit-content;
  margin-bottom: 1.5em;
}
#home2025 .mv .wrap .ttl1 .blue {
  color: #054CC9;
}
#home2025 .mv .wrap ul {
  padding-top: 40px;
  display: flex;
  justify-content: flex-start;
  gap: 2em;
  position: relative;
  width: 100%;
}
#home2025 .mv .wrap ul li {
  width: calc(0.0713vw * 380);
  display: flex;
  justify-content: center;
  align-items: center;
}
#home2025 .mv .wrap ul li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: calc(0.0713vw * 20);
  font-weight: 500;
  color: #013593;
  padding: 1.25em 1.25em 2.5em 1.25em;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  transition: all 0.3s ease;
}
#home2025 .mv .wrap ul li a:hover {
  background-color: white;
}
#home2025 .mv .wrap ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 1em;
  margin: 0 auto;
  display: block;
  width: 1em;
  height: 1em;
  background: url(../../../assets/img/top/mv_ic.svg) no-repeat center/contain;
}
#home2025 .mv .wrap ul li a span {
  font-size: calc(0.0713vw * 14);
}
@media screen and (min-width: 1600px) {
  #home2025 .mv {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #home2025 .mv {
    margin-top: 54px;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    background-size: cover;
    background-position: top 0 right 60%;
  }
  #home2025 .mv::before {
    background-position: right 0 top 0;
    background-size: cover;
    width: 30%;
  }
  #home2025 .mv .wrap {
    padding: 0 1.25em 0 1.25em;
    max-width: 100%;
  }
  #home2025 .mv .wrap .ttl1 {
    width: 100%;
    font-size: 21px;
    text-shadow: 0 0 5px rgba(1, 53, 147, 0.6);
  }
  #home2025 .mv .wrap .ttl1 span {
    font-size: 13px;
  }
  #home2025 .mv .wrap ul {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.75em;
    padding-top: 1em;
    flex-wrap: wrap;
  }
  #home2025 .mv .wrap ul li {
    width: 80%;
  }
  #home2025 .mv .wrap ul li a {
    color: #013593;
    font-size: 16px;
    line-height: 1.5;
    padding: 0.5em 2em;
  }
  #home2025 .mv .wrap ul li a .poppins {
    font-size: 11px;
  }
  #home2025 .mv .wrap ul li a::before {
    right: 1em;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
}
#home2025 .topics {
  padding: 8em 0;
}
@media (max-width: 767px) {
  #home2025 .topics {
    padding: 2.5em 0;
  }
}
#home2025 .topics .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  #home2025 .topics .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
#home2025 .topics .wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 2em;
  margin-top: 4em;
}
@media (max-width: 767px) {
  #home2025 .topics .wrap ul {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-top: 2em;
  }
}
#home2025 .topics .wrap ul li {
  display: contents;
}
#home2025 .topics .wrap ul li a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 0;
  background-color: #fff;
  transition: all 0.3s ease;
  padding: 2px 2px 1em 2px;
  position: relative;
}
@media (max-width: 767px) {
  #home2025 .topics .wrap ul li a {
    display: flex;
    flex-direction: column;
  }
}
#home2025 .topics .wrap ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
#home2025 .topics .wrap ul li a .img img {
  transition: all 0.3s ease;
}
#home2025 .topics .wrap ul li a:hover::before {
  background-color: rgba(0, 0, 0, 0.6);
}
#home2025 .topics .wrap ul li a:hover .ttl {
  color: #fff;
}
#home2025 .topics .wrap ul li a:hover .btn1 {
  color: #fff;
}
#home2025 .topics .wrap ul li a:hover .btn1::before {
  background-color: #fff;
}
#home2025 .topics .wrap ul li a .ttl {
  padding-top: 1em;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}
@media (max-width: 767px) {
  #home2025 .topics .wrap ul li a .ttl {
    font-size: 18px;
    padding-top: 0.5em;
  }
}
#home2025 .service {
  padding: 8em 0 4em;
  background-color: #F5F6F7;
}
@media (max-width: 767px) {
  #home2025 .service {
    padding: 2.5em 0 1em;
  }
}
#home2025 .service .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  #home2025 .service .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #home2025 .service .wrap {
    flex-direction: column;
  }
}
#home2025 .service .wrap .txt {
  width: 36%;
}
@media (max-width: 767px) {
  #home2025 .service .wrap .txt {
    width: 100%;
  }
}
#home2025 .service .wrap .img {
  width: 55%;
}
@media (max-width: 767px) {
  #home2025 .service .wrap .img {
    width: 100%;
  }
}
#home2025 .lp {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
  flex-wrap: wrap;
  gap: 2em 4%;
}
@media (max-width: 1024px) {
  #home2025 .lp {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #home2025 .lp {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
#home2025 .lp .wrap .ttl2-lp {
  font-size: 20px !important;
  font-weight: 500;
  position: relative;
  padding-bottom: 1em;
  padding-left: 1.5em;
  width: 100%;
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .ttl2-lp {
    font-size: 13px !important;
  }
}
#home2025 .lp .wrap .ttl2-lp::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #268FDD 0, #013593 100%);
}
#home2025 .lp .wrap .ttl2-lp .poppins {
  font-size: 40px;
  position: relative;
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .ttl2-lp .poppins {
    font-size: 22px;
  }
}
#home2025 .lp .wrap .ttl2-lp .poppins::before {
  content: "";
  position: absolute;
  left: -0.75em;
  top: 0.5em;
  display: block;
  width: 0.25em;
  height: 0.25em;
  background-color: #2A65F5;
  border-radius: 50%;
}
#home2025 .lp .wrap .ttl3-lp {
  font-size: 20px;
  font-weight: 600;
  padding-left: 1.5em;
  border-left: 6px solid #2A65F5;
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .ttl3-lp {
    font-size: 14px;
    border-width: 3px;
    padding-left: 1em;
  }
}
#home2025 .lp .wrap .ttl4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 1em;
  min-height: 226px;
  line-height: 1.75;
  margin-top: 1.5em;
}
#home2025 .lp .wrap .ttl4.cloud-bg {
  background: url(../../../assets/img/top/hybrid_img1.png) no-repeat center/cover;
}
#home2025 .lp .wrap .ttl4.appli-bg {
  background: url(../../../assets/img/top/hybrid_img2.png) no-repeat center/cover;
}
#home2025 .lp .wrap .ttl4.security-bg {
  background: url(../../../assets/img/top/security_img.png) no-repeat center/cover;
}
#home2025 .lp .wrap .ttl4.data-bg {
  background: url(../../../assets/img/top/data-ai_img.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .ttl4 {
    font-size: 16px;
    min-height: 120px;
  }
}
#home2025 .lp .wrap .list1 {
  width: 100%;
  display: flex;
  padding: 4em 0;
  gap: 0 4%;
}
@media (max-width: 1024px) {
  #home2025 .lp .wrap .list1 {
    flex-wrap: wrap;
    gap: 4em 4%;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  #home2025 .lp .wrap .list1 {
    padding: 2em 0 0;
    gap: 3em;
  }
}
#home2025 .lp .wrap .list1 li {
  width: 48%;
}
@media (max-width: 1024px) {
  #home2025 .lp .wrap .list1 li {
    width: 100%;
  }
}
#home2025 .lp .wrap .list2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  gap: 1em;
  margin-left: 0;
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .list2 {
    margin-top: 1em;
    width: 100%;
    gap: 0.5em;
  }
}
#home2025 .lp .wrap .list2 li {
  background-color: #F5F6F7;
  width: calc(50% - 0.4em);
  padding: 0.5em 0.25em;
  font-weight: 600;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .list2 li {
    font-size: 14px;
    width: 100%;
  }
}
#home2025 .lp .wrap .list2 li span {
  font-weight: 400;
  font-size: 15px;
  padding-left: 0.5em;
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .list2 li span {
    font-size: 12px;
    display: block;
  }
}
#home2025 .lp .wrap .list2 li.w2 {
  width: 100%;
}
#home2025 .lp .wrap .other-list {
  margin-top: 2em;
  background-color: #E3ECF7;
  padding: 4em;
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .other-list {
    padding: 2em;
  }
}
#home2025 .lp .wrap .other-list .list2 {
  gap: 1em 4%;
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .other-list .list2 {
    gap: 0.5em;
  }
}
#home2025 .lp .wrap .other-list .list2 li {
  width: 48%;
}
@media (max-width: 1024px) {
  #home2025 .lp .wrap .other-list .list2 li {
    width: 100%;
  }
}
#home2025 .lp .security,
#home2025 .lp .data-ai {
  width: 48%;
  padding-top: 4em;
}
@media (max-width: 1024px) {
  #home2025 .lp .security,
#home2025 .lp .data-ai {
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  #home2025 .lp .security,
#home2025 .lp .data-ai {
    padding-top: 1em;
  }
}
#home2025 .lp .security .wrap,
#home2025 .lp .data-ai .wrap {
  display: flex;
  flex-direction: column;
}
#home2025 .lp .security .wrap .ttl3-lp,
#home2025 .lp .data-ai .wrap .ttl3-lp {
  margin-top: 3em;
}
@media (max-width: 767px) {
  #home2025 .lp .security .wrap .ttl3-lp,
#home2025 .lp .data-ai .wrap .ttl3-lp {
    margin-top: 2em;
  }
}
#home2025 section.other {
  padding: 8em 0;
  background-color: #E3ECF7;
}
@media (max-width: 767px) {
  #home2025 section.other {
    padding: 2.5em 0;
  }
}
#home2025 section.other .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  #home2025 section.other .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
#home2025 section.other .wrap .ttl2 {
  font-size: 24px;
  font-weight: 600;
  padding-left: 1.5em;
  border-left: 6px solid #2A65F5;
}
@media (max-width: 767px) {
  #home2025 section.other .wrap .ttl2 {
    font-size: 18px;
    border-width: 3px;
    padding-left: 1em;
  }
}
#home2025 section.other .wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto 1fr;
  margin-top: 3em;
  gap: 2em;
}
@media (max-width: 767px) {
  #home2025 section.other .wrap ul {
    display: flex;
    flex-direction: column;
    margin-top: 2em;
  }
}
#home2025 section.other .wrap ul li {
  display: contents;
}
#home2025 section.other .wrap ul li a {
  display: grid;
  grid-template-rows: subgrid;
  row-gap: 0;
  grid-row: span 3;
  background-color: #fff;
  padding-bottom: 2em;
  position: relative;
  transition: all 0.3s ease;
}
#home2025 section.other .wrap ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
#home2025 section.other .wrap ul li a:hover::before {
  background-color: rgba(0, 0, 0, 0.6);
}
#home2025 section.other .wrap ul li a:hover .ttl3 {
  color: #fff;
}
#home2025 section.other .wrap ul li a:hover .btn1 {
  color: #fff;
}
#home2025 section.other .wrap ul li a:hover .btn1::before {
  background-color: #fff;
}
#home2025 section.other .wrap ul li a .img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 0.25em;
  text-align: center;
}
@media (max-width: 767px) {
  #home2025 section.other .wrap ul li a .img {
    min-height: auto;
    padding: 1.25em 0.25em;
  }
}
#home2025 section.other .wrap ul li a .img span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  #home2025 section.other .wrap ul li a .img span {
    font-size: 14px;
  }
}
#home2025 section.other .wrap ul li a .img.img1 {
  background: url(../../../assets/img/top/other_img1.png) no-repeat center/cover;
}
#home2025 section.other .wrap ul li a .img.img2 {
  background: url(../../../assets/img/top/other_img2.png) no-repeat center/cover;
}
#home2025 section.other .wrap ul li a .img.img3 {
  background: url(../../../assets/img/top/other_img3.png) no-repeat center/cover;
}
#home2025 section.other .wrap ul li a .ttl3 {
  font-size: 20px;
  font-weight: 600;
  padding: 1.5em 1.5em 1em;
  position: relative;
}
@media (max-width: 767px) {
  #home2025 section.other .wrap ul li a .ttl3 {
    font-size: 16px;
  }
}
#home2025 section.other .wrap ul li a .btn1 {
  margin-top: 0;
  margin-left: 2.5em;
  font-size: 12px;
  font-weight: 600;
  height: 3em;
  padding: 0.5em 0 0 4em;
  position: relative;
}
#home2025 section.other .wrap ul li a .btn1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  mask: url(../../../assets/img/top/post_list_ic.svg) no-repeat left/contain;
  background-color: #273846;
}
#home2025 .solution {
  padding: 8em 0;
}
@media (max-width: 767px) {
  #home2025 .solution {
    padding: 2.5em 0;
  }
}
#home2025 .solution .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  #home2025 .solution .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
#home2025 .solution .wrap ol {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3em;
  justify-content: center;
  gap: 3em;
}
@media (max-width: 767px) {
  #home2025 .solution .wrap ol {
    flex-direction: column;
    align-items: center;
    margin-top: 1.5em;
    gap: 2em;
  }
}
#home2025 .solution .wrap ol li {
  width: calc(33.3% - 2em);
  border: 1px solid #000;
  padding: 2em;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25em;
  position: relative;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 767px) {
  #home2025 .solution .wrap ol li {
    width: 90%;
    padding: 1.25em 1em;
  }
}
#home2025 .solution .wrap ol li::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  display: block;
  width: 100%;
  height: 100%;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  z-index: 1;
}
#home2025 .solution .wrap ol li .poppins {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #054CC9;
}
@media (max-width: 767px) {
  #home2025 .solution .wrap ol li .poppins {
    font-size: 20px;
  }
}
#home2025 .solution .wrap ol li p {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  #home2025 .solution .wrap ol li p {
    font-size: 18px;
  }
}
#home2025 .solution .wrap ol li p span {
  color: #2A65F5;
  font-weight: 600;
}
#home2025 .reason {
  background: url(../../../assets/img/top/reason_bg.png) no-repeat center/cover;
  padding: 8em 0;
}
@media (max-width: 767px) {
  #home2025 .reason {
    padding: 2.5em 0;
  }
}
#home2025 .reason .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  #home2025 .reason .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
#home2025 .reason .wrap .ttl2-list {
  color: #fff;
}
#home2025 .reason .wrap .ttl2-list + .desc {
  color: #fff;
}
#home2025 .reason .wrap ol {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr auto auto;
  gap: 2em;
  margin-top: 4em;
}
@media (max-width: 767px) {
  #home2025 .reason .wrap ol {
    margin-top: 2em;
    gap: 3em;
    display: flex;
    flex-direction: column;
  }
}
#home2025 .reason .wrap ol li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 1.5em;
  color: #fff;
}
@media (max-width: 767px) {
  #home2025 .reason .wrap ol li {
    row-gap: 0.75em;
  }
}
#home2025 .reason .wrap ol li .num span {
  background-color: #31E3F7;
  padding: 0.25em 0.75em;
  border-radius: 2em;
  font-size: 16px;
  color: #013593;
}
@media (max-width: 767px) {
  #home2025 .reason .wrap ol li .num span {
    font-size: 13px;
  }
}
#home2025 .reason .wrap ol li .ttl3 {
  font-size: 22px;
  margin-top: 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  #home2025 .reason .wrap ol li .ttl3 {
    font-size: 18px;
  }
}
#home2025 .reason .wrap ol li p {
  font-size: 16px;
  margin-top: 0;
}
@media (max-width: 767px) {
  #home2025 .reason .wrap ol li p {
    font-size: 14px;
  }
}
#home2025 section.post-list {
  padding: 8em 0;
}
@media (max-width: 767px) {
  #home2025 section.post-list {
    padding: 2.5em 0;
  }
}
#home2025 section.post-list.blog {
  background-color: #F5F6F7;
}
#home2025 section.post-list .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  #home2025 section.post-list .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
#home2025 section.post-list .wrap .ttl2-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #home2025 section.post-list .wrap .ttl2-wrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #home2025 section.post-list .wrap .ttl2-wrap .ttl2-list {
    width: 100%;
  }
}
#home2025 section.post-list .wrap .ttl2-wrap a.list-btn {
  flex-shrink: 0;
  font-size: 14px;
  min-width: 214px;
  border: 1px solid #273846;
  border-radius: 3em;
  padding: 0.75em 1.5em;
  color: #273846;
  background-color: #fff;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #home2025 section.post-list .wrap .ttl2-wrap a.list-btn {
    font-size: 13px;
    min-width: 0;
    padding: 0.5em 3.5em 0.5em 0.75em;
    margin-left: auto;
  }
}
#home2025 section.post-list .wrap .ttl2-wrap a.list-btn::before {
  content: "";
  position: absolute;
  right: 0.75em;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  display: block;
  width: 1.5em;
  height: 1.5em;
  mask: url(../../../assets/img/top/post_list_ic2.svg) no-repeat center/contain;
  background-color: #273846;
}
#home2025 section.post-list .wrap .ttl2-wrap a.list-btn:hover {
  background-color: #273846;
  color: #fff;
}
#home2025 section.post-list .wrap .ttl2-wrap a.list-btn:hover::before {
  background-color: #fff;
}
#home2025 section.post-list .wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr auto auto;
  gap: 2em;
  margin-top: 3em;
}
@media (max-width: 767px) {
  #home2025 section.post-list .wrap ul {
    display: flex;
    flex-direction: column;
    margin-top: 2em;
    gap: 3em;
  }
}
#home2025 section.post-list .wrap ul li {
  display: contents;
}
#home2025 section.post-list .wrap ul li a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 1.5em;
  padding: 2px;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #home2025 section.post-list .wrap ul li a {
    row-gap: 0.5em;
  }
}
#home2025 section.post-list .wrap ul li a .ttl3 {
  font-size: 20px;
  margin-top: 0;
  font-weight: 600;
  position: relative;
}
@media (max-width: 767px) {
  #home2025 section.post-list .wrap ul li a .ttl3 {
    font-size: 16px;
  }
}
#home2025 section.post-list .wrap ul li a p {
  font-size: 16px;
  margin-top: 0;
  position: relative;
}
@media (max-width: 767px) {
  #home2025 section.post-list .wrap ul li a p {
    font-size: 14px;
    padding-bottom: 1em;
  }
}
#home2025 section.post-list .wrap ul li a .btn1 {
  margin-top: 0;
  font-size: 12px;
  font-weight: 600;
  height: 3em;
  padding: 0.5em 0 0 4em;
  position: relative;
}
#home2025 section.post-list .wrap ul li a .btn1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  mask: url(../../../assets/img/top/post_list_ic.svg) no-repeat left/contain;
  background-color: #273846;
}
#home2025 section.post-list .wrap ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
#home2025 section.post-list .wrap ul li a:hover::before {
  background-color: rgba(0, 0, 0, 0.6);
}
#home2025 section.post-list .wrap ul li a:hover .ttl3,
#home2025 section.post-list .wrap ul li a:hover p {
  color: #fff;
}
#home2025 section.post-list .wrap ul li a:hover .btn1 {
  color: #fff;
}
#home2025 section.post-list .wrap ul li a:hover .btn1::before {
  background-color: #fff;
}
#home2025 .cta {
  background: linear-gradient(-42deg, #030d8d 0, #268fdd 100%);
  padding: 6em 0;
}
@media (max-width: 767px) {
  #home2025 .cta {
    padding: 2.5em 0;
  }
  #home2025 .cta br {
    display: none;
  }
}
#home2025 .cta .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  #home2025 .cta .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
#home2025 .cta .wrap .ttl2 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 767px) {
  #home2025 .cta .wrap .ttl2 {
    font-size: 20px;
  }
}
#home2025 .cta .wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 2em;
  margin-top: 4em;
}
@media (max-width: 767px) {
  #home2025 .cta .wrap ul {
    display: flex;
    flex-direction: column;
    margin-top: 1.5em;
  }
}
#home2025 .cta .wrap ul li {
  display: contents;
}
#home2025 .cta .wrap ul li a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 1em;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2em;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #home2025 .cta .wrap ul li a {
    display: block;
    font-size: 18px;
    padding: 1.25em 1em;
    width: 100%;
  }
}
#home2025 .cta .wrap ul li a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
#home2025 .cta .wrap ul li a:hover .btn1.ic-contact {
  background-color: #fff;
  color: #2A65F5;
}
#home2025 .cta .wrap ul li a:hover .btn1.ic-contact span:before {
  background-color: #2A65F5;
}
#home2025 .cta .wrap ul li a:hover .btn1.ic-download {
  background-color: #273846;
  color: #31E3F7;
}
#home2025 .cta .wrap ul li a:hover .btn1.ic-download span:before {
  background-color: #31E3F7;
}
#home2025 .cta .wrap ul li a .btn1 {
  width: 100%;
  max-width: 442px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 1em;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #home2025 .cta .wrap ul li a .btn1 {
    font-size: 18px;
    display: block;
    width: 100%;
    margin-top: 1em;
  }
}
#home2025 .cta .wrap ul li a .btn1.ic-contact {
  background-color: #2A65F5;
  border: 1px solid #2A65F5;
}
#home2025 .cta .wrap ul li a .btn1.ic-contact span {
  margin-left: 2.5em;
  position: relative;
}
#home2025 .cta .wrap ul li a .btn1.ic-contact span::before {
  content: "";
  position: absolute;
  left: -2.5em;
  top: 0.25em;
  width: 1.5em;
  height: 1.25em;
  display: block;
  mask: url(../../../assets/img/top/cta_ic1.svg) no-repeat center/contain;
  background-color: #fff;
}
#home2025 .cta .wrap ul li a .btn1.ic-download {
  background-color: #31E3F7;
  color: #273846;
  border: 1px solid #31E3F7;
}
#home2025 .cta .wrap ul li a .btn1.ic-download span {
  position: relative;
  margin-left: 2em;
}
#home2025 .cta .wrap ul li a .btn1.ic-download span::before {
  content: "";
  position: absolute;
  left: -2em;
  top: 0.25em;
  width: 1.5em;
  height: 1.25em;
  display: block;
  mask: url(../../../assets/img/top/cta_ic2.svg) no-repeat center/contain;
  background-color: #273846;
}