@charset "UTF-8";
body.over-hidden {
  width: 100%;
  height: 100vh;
  overflow: hidden; }

/*--------------------
 loading
---------------------*/
.loader-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #0A2C87;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .loader-bg .js-apper {
    opacity: 0;
    transition: .1s; }
  .loader-bg .js-apper.apper {
    opacity: 1; }
  .loader-bg .splashbg {
    display: block;
    content: "";
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: scaleY(0);
    background-color: #FFFFFF; }

.ball-scale-random {
  width: 74px;
  height: 80px; }

.ball-scale-random > div {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: 4px;
  animation-fill-mode: both;
  position: absolute;
  display: inline-block;
  height: 60px;
  width: 60px;
  animation: ball-scale 1s 0s ease-in-out infinite; }

.ball-scale-random > div:nth-child(1) {
  margin-left: -14px;
  animation: ball-scale 1s 0.2s ease-in-out infinite; }

.ball-scale-random > div:nth-child(3) {
  margin-left: -4px;
  margin-top: 18px;
  animation: ball-scale 1s 0.5s ease-in-out infinite; }

@keyframes kvmaskOut {
  0% {
    clip-path: inset(0 50%); }
  100% {
    clip-path: inset(0 0); } }
@keyframes loadingtxtIn {
  0% {
    transform: scale(1); }
  99% {
    transform: scale(1.49999);
    opacity: 1; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }
@keyframes ball-scale {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
/*--------------------
 bg_page
---------------------*/
#bg_page {
  background-color: #009DDC;
  opacity: 0.4;
  mix-blend-mode: multiply;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: background-color 1s; }

#bg_page.out {
  background-color: transparent; }

/*--------------------
　fv
---------------------*/
#home .fv {
  width: 100%;
  height: 100vh;
  padding: var(--size80); }
  @media (max-width: 1024px) {
    #home .fv {
      padding: var(--size40); } }
  @media (max-width: 500px) {
    #home .fv {
      padding: 0;
      padding-bottom: 0;
      height: auto; } }

.fv::before, .fv::after {
  content: "";
  width: 100%;
  height: var(--size80);
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  left: 0;
  top: 0; }
  @media (max-width: 500px) {
    .fv::before, .fv::after {
      display: none; } }

.fv::after {
  bottom: 0;
  top: auto; }

.tit_fv .catchcopy {
  color: #FFF;
  position: relative;
  line-height: 1; }
  .tit_fv .catchcopy .txtS {
    font-size: 6.614vw;
    display: block; }
    @media (max-width: 1024px) {
      .tit_fv .catchcopy .txtS {
        font-size: 10vw; } }
  .tit_fv .catchcopy .txtL {
    font-size: 10.625vw;
    display: block; }
    @media (max-width: 1024px) {
      .tit_fv .catchcopy .txtL {
        font-size: 16vw; } }
  .tit_fv .catchcopy small {
    position: absolute;
    right: 1em;
    top: 0;
    font-size: calc(32*var(--calc_min1440));
    line-height: 1.5; }
    @media (max-width: 1440px) {
      .tit_fv .catchcopy small {
        right: 0;
        line-height: 1.4;
        font-size: calc(32*var(--calc_min1024)); } }
    @media (max-width: 1024px) {
      .tit_fv .catchcopy small {
        font-size: calc(32*var(--calc_min768)); } }
    @media (max-width: 767px) {
      .tit_fv .catchcopy small {
        font-size: calc(32*var(--calc_max767));
        position: relative;
        right: auto; } }
.tit_fv p.subcatch {
  color: #FFF;
  font-size: calc(40*var(--calc_min1440));
  font-weight: 700;
  margin-bottom: calc(60*var(--calc_min1440)); }
  @media (max-width: 1440px) {
    .tit_fv p.subcatch {
      font-size: calc(40*var(--calc_min1024));
      margin-bottom: calc(40*var(--calc_min1024)); } }
  @media (max-width: 1024px) {
    .tit_fv p.subcatch {
      font-size: calc(40*var(--calc_min768));
      margin-bottom: calc(40*var(--calc_min768)); } }
  @media (max-width: 767px) {
    .tit_fv p.subcatch {
      font-size: calc(36*var(--calc_max767));
      margin-bottom: calc(40*var(--calc_max767)); } }

.lead_fv {
  font-size: calc(20*var(--calc_min1440));
  color: #FFF;
  line-height: 2.4;
  font-weight: 700; }
  @media (max-width: 1440px) {
    .lead_fv {
      font-size: calc(20*var(--calc_min1024)); } }
  @media (max-width: 1024px) {
    .lead_fv {
      font-size: calc(20*var(--calc_min768)); } }
  @media (max-width: 767px) {
    .lead_fv {
      font-size: calc(24*var(--calc_max767));
      line-height: 2; } }
  @media (max-width: 500px) {
    .lead_fv {
      font-size: 0.9em; } }

.wrap_fv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  @media (max-width: 500px) {
    .wrap_fv {
      position: relative;
      height: auto; } }
  .wrap_fv .container {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .wrap_fv .container {
        width: 90%; } }
    @media (max-width: 500px) {
      .wrap_fv .container {
        position: relative;
        width: 100%;
        padding-bottom: 120px;
        padding-top: 100px;
        height: 100vh; } }
  .wrap_fv .block_news {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: var(--size80);
    background-color: #FFF;
    width: 50%;
    height: 165px;
    padding-right: var(--size80);
    padding-left: var(--size70);
    padding-top: var(--size60);
    border-radius: var(--size80) 0 0 0; }
    @media (max-width: 1024px) {
      .wrap_fv .block_news {
        width: 80%;
        padding-top: var(--size40);
        padding-right: var(--size40);
        padding-left: var(--size40);
        border-radius: var(--size40) 0 0 0; } }
    @media (max-width: 500px) {
      .wrap_fv .block_news {
        position: relative;
        width: 100%;
        border-radius: 0;
        padding-bottom: var(--size40);
        bottom: 0;
        height: auto; } }
    .wrap_fv .block_news .row_news {
      display: flex;
      gap: var(--size32); }
      @media (max-width: 1280px) {
        .wrap_fv .block_news .row_news {
          flex-wrap: wrap;
          gap: var(--size20); } }
      .wrap_fv .block_news .row_news .col_tit {
        width: 6em; }
        .wrap_fv .block_news .row_news .col_tit h4 {
          color: #0A2C87;
          font-size: var(--size20);
          text-indent: 0;
          padding-left: 0;
          display: flex;
          align-items: center; }
      .wrap_fv .block_news .row_news .col_txt {
        width: calc(100% - var(--size32) - 6em); }
        @media (max-width: 1280px) {
          .wrap_fv .block_news .row_news .col_txt {
            width: 100%; } }
      .wrap_fv .block_news .row_news .swiper-nav {
        position: absolute;
        right: var(--size100);
        top: var(--size40);
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px; }
        .wrap_fv .block_news .row_news .swiper-nav > * {
          width: var(--size20);
          height: var(--size20); }
          .wrap_fv .block_news .row_news .swiper-nav > * svg {
            fill: #009DDC; }
        @media (max-width: 1024px) {
          .wrap_fv .block_news .row_news .swiper-nav {
            right: var(--size40); } }
    .wrap_fv .block_news .link_more {
      position: absolute;
      right: var(--size100);
      bottom: 0; }
      @media (max-width: 1280px) {
        .wrap_fv .block_news .link_more {
          top: var(--size80); } }
      @media (max-width: 1024px) {
        .wrap_fv .block_news .link_more {
          right: var(--size40); } }
      @media (max-width: 500px) {
        .wrap_fv .block_news .link_more {
          position: relative;
          left: auto;
          right: auto;
          margin: 20px 0 0 auto;
          justify-content: flex-end; } }

.news-swiper .swiper-slide .CMS-NEWS-LINK {
  display: block;
  font-size: 1rem; }
.news-swiper .swiper-slide .CMS-NEWS-TIME {
  color: #959595;
  font-size: var(--size14);
  margin-bottom: 10px; }

.wrap_fv::before, .wrap_fv::after {
  content: "";
  width: var(--size80);
  height: 100%;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  left: 0;
  top: 0; }
  @media (max-width: 1024px) {
    .wrap_fv::before, .wrap_fv::after {
      width: var(--size40); } }
  @media (max-width: 500px) {
    .wrap_fv::before, .wrap_fv::after {
      display: none; } }

.wrap_fv::before {
  width: var(--size40); }

.wrap_fv::after {
  left: auto;
  right: 0; }

.r_tl, .r_tr, .r_bl, .r_br {
  display: block;
  width: calc(var(--size80)*2);
  height: calc(var(--size80)*2);
  position: absolute; }
  @media (max-width: 1024px) {
    .r_tl, .r_tr, .r_bl, .r_br {
      width: calc(var(--size40)*2);
      height: calc(var(--size40)*2); } }
  @media (max-width: 500px) {
    .r_tl, .r_tr, .r_bl, .r_br {
      display: none; } }

.r_tl {
  left: var(--size40);
  top: var(--size80);
  background: url(../img/r160_tl.svg) left top no-repeat;
  background-size: 100% 100%; }
  @media (max-width: 1024px) {
    .r_tl {
      top: 100px; } }

.r_tr {
  right: var(--size80);
  top: var(--size80);
  background: url(../img/r160_tr.svg) right top no-repeat;
  background-size: 100% 100%; }
  @media (max-width: 1024px) {
    .r_tr {
      top: 100px;
      right: var(--size40); } }

.r_bl {
  left: var(--size40);
  bottom: var(--size80);
  background: url(../img/r160_bl.svg) left bottom no-repeat;
  background-size: 100% 100%; }

.r_br {
  right: var(--size80);
  bottom: var(--size80);
  background: url(../img/r160_br.svg) right bottom no-repeat;
  background-size: 100% 100%; }
  @media (max-width: 1024px) {
    .r_br {
      right: var(--size40); } }

.btn_scroll {
  position: absolute;
  right: var(--size40);
  bottom: var(--size80);
  z-index: 3;
  display: flex; }
  @media (max-width: 1024px) {
    .btn_scroll {
      flex-flow: column;
      align-items: center;
      right: var(--size10);
      bottom: calc(50% - var(--size80)); } }
  .btn_scroll .txt_scroll {
    writing-mode: vertical-lr;
    color: #959595;
    letter-spacing: 0.2em;
    font-size: 1rem; }
  .btn_scroll .arw {
    width: 1px;
    height: calc(2*var(--size80));
    background-color: #0A2C87;
    position: relative; }
  .btn_scroll .arw::after {
    content: "";
    width: var(--size20);
    height: var(--size20);
    background-color: #0A2C87;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    right: 0;
    bottom: 0; }
    @media (max-width: 1024px) {
      .btn_scroll .arw::after {
        width: var(--size12);
        height: var(--size12); } }

.CMS-NEWS-MORE-READ {
  display: none; }

/*--------------------
　common
---------------------*/
#home section {
  padding-top: calc(2*var(--size60));
  padding-bottom: calc(2*var(--size70)); }

/*--------------------
　top_reason
---------------------*/
#top_reason {
  padding-top: var(--size80);
  padding-bottom: var(--size100);
  position: relative;
  margin-bottom: calc(2*var(--size100)); }
  #top_reason .box_img {
    width: calc(800*var(--calc_min1440));
    height: auto;
    aspect-ratio: 8/7;
    border-radius: var(--size80) 0 0 var(--size80);
    overflow: hidden;
    margin: 0 0 0 auto; }
    @media (max-width: 767px) {
      #top_reason .box_img {
        position: relative;
        border-radius: var(--size40);
        width: 90%;
        margin: 0 auto; } }
    #top_reason .box_img figure {
      width: 100%;
      height: 100%; }
      #top_reason .box_img figure img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  #top_reason .box_txt {
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    padding-top: var(--size80); }
    @media (max-width: 767px) {
      #top_reason .box_txt {
        position: relative;
        width: 100%;
        margin: 0 auto; } }

/*--------------------
　service
---------------------*/
#home .top_service {
  background: linear-gradient(#0A2C87 0%, #009DDC 100%);
  color: #FFF;
  padding-bottom: 0; }

.wrapper_service01 {
  padding-bottom: calc(2*var(--size70)); }

.wrapper_service02 .row_service {
  display: flex;
  flex-wrap: nowrap; }
  @media (max-width: 767px) {
    .wrapper_service02 .row_service {
      flex-wrap: wrap; } }
  .wrapper_service02 .row_service .col_service_index {
    display: block;
    width: 50%;
    height: auto;
    aspect-ratio: 802/505;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .wrapper_service02 .row_service .col_service_index {
        width: 100%;
        aspect-ratio: 2/1; } }
    .wrapper_service02 .row_service .col_service_index img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.5s cubic-bezier(0.26, 0.57, 0.41, 0.74);
      transform: scale(1); }
    .wrapper_service02 .row_service .col_service_index .btn_service {
      position: absolute;
      width: 85%;
      height: calc(2*var(--size60));
      border-radius: var(--size40);
      display: flex;
      align-items: center;
      padding: 0 var(--size20);
      justify-content: center;
      color: #FFF;
      left: 7.5%;
      bottom: var(--size30); }
      @media (max-width: 1024px) {
        .wrapper_service02 .row_service .col_service_index .btn_service {
          height: var(--size100);
          border-radius: var(--size20); } }
      .wrapper_service02 .row_service .col_service_index .btn_service span {
        font-size: calc(24*var(--calc_min1440)); }
        @media (max-width: 1440px) {
          .wrapper_service02 .row_service .col_service_index .btn_service span {
            font-size: calc(24*var(--calc_min1024)); } }
        @media (max-width: 1024px) {
          .wrapper_service02 .row_service .col_service_index .btn_service span {
            font-size: calc(24*var(--calc_min768)); } }
        @media (max-width: 767px) {
          .wrapper_service02 .row_service .col_service_index .btn_service span {
            font-size: 1.25em; } }
      .wrapper_service02 .row_service .col_service_index .btn_service .arw {
        width: 32.5px;
        height: 7px;
        position: absolute;
        right: var(--size50);
        transition: 0.5s cubic-bezier(0.26, 0.57, 0.41, 0.74); }
    .wrapper_service02 .row_service .col_service_index .btn_service.personal {
      background-color: rgba(246, 172, 30, 0.9); }
    .wrapper_service02 .row_service .col_service_index .btn_service.business {
      background-color: rgba(10, 145, 48, 0.9); }
  .wrapper_service02 .row_service .col_service_index:hover img {
    transform: scale(1.1); }
  .wrapper_service02 .row_service .col_service_index:hover .arw {
    right: var(--size30); }

/*--------------------
　top_partners
---------------------*/
.top_partners {
  margin-bottom: calc(2*var(--size100)); }
  .top_partners .flexWrap {
    gap: 12%;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .top_partners .flexWrap {
        gap: 8%; } }
    @media (max-width: 767px) {
      .top_partners .flexWrap {
        gap: calc(80*var(--calc_max767)); } }
    .top_partners .flexWrap .box_img {
      width: 50%; }
      @media (max-width: 767px) {
        .top_partners .flexWrap .box_img {
          width: 100%; } }
    .top_partners .flexWrap .box_txt {
      width: 38%; }
      @media (max-width: 1024px) {
        .top_partners .flexWrap .box_txt {
          width: 42%; } }
      @media (max-width: 767px) {
        .top_partners .flexWrap .box_txt {
          width: 100%; } }

.list_partners {
  display: flex;
  flex-wrap: wrap;
  gap: var(--size40) 4%; }
  .list_partners li {
    width: 48%; }
    .list_partners li img {
      width: auto;
      height: var(--size70); }
      @media (max-width: 1024px) {
        .list_partners li img {
          height: var(--size50); } }

/*--------------------
　top_message
---------------------*/
.top_message .flexWrap {
  gap: 12%;
  flex-wrap: wrap; }
  @media (max-width: 1024px) {
    .top_message .flexWrap {
      gap: 8%; } }
  @media (max-width: 767px) {
    .top_message .flexWrap {
      gap: calc(80*var(--calc_max767)); } }
  .top_message .flexWrap .box_img {
    width: 30%;
    padding-top: 0.5em; }
    @media (max-width: 767px) {
      .top_message .flexWrap .box_img {
        width: 100%; } }
  .top_message .flexWrap .box_txt {
    width: 58%; }
    @media (max-width: 1024px) {
      .top_message .flexWrap .box_txt {
        width: 62%; } }
    @media (max-width: 767px) {
      .top_message .flexWrap .box_txt {
        width: 100%; } }
    .top_message .flexWrap .box_txt h4 {
      margin-bottom: var(--size20);
      margin-top: var(--size40); }
      @media (max-width: 1440px) {
        .top_message .flexWrap .box_txt h4 {
          margin-top: calc(40*var(--calc_min1024)); } }
      @media (max-width: 1024px) {
        .top_message .flexWrap .box_txt h4 {
          margin-top: calc(40*var(--calc_min768)); } }
      @media (max-width: 767px) {
        .top_message .flexWrap .box_txt h4 {
          margin-top: calc(40*var(--calc_max767)); } }
      .top_message .flexWrap .box_txt h4::before {
        content: "";
        width: var(--size24);
        height: 2px;
        display: inline-block;
        background: linear-gradient(to right, #0A2C87 0%, #009DDC 100%);
        margin-right: var(--size10);
        vertical-align: middle; }
    .top_message .flexWrap .box_txt .name {
      font-size: var(--size24);
      margin-top: 1em; }
      .top_message .flexWrap .box_txt .name small {
        font-size: 80%; }
