@charset "UTF-8";
html {
  scroll-behavior: smooth; }

.wrapper {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px; }

.text_bu {
  font-family: Yu Mincho, "游明朝", "游明朝体";
  font-size: 15px;
  font-weight: 500;
  color: #1B1464;
  line-height: 1.75em; }
.text_bus {
  font-family: Yu Mincho, "游明朝", "游明朝体";
  font-size: 10px;
  font-weight: 500;
  color: #1B1464;
  line-height: 1.75em; }
.text_bubig {
  font-family: Yu Mincho, "游明朝", "游明朝体";
  font-size: 40px;
  font-weight: 500;
  color: #1B1464;
  line-height: 1.75em; }
  @media screen and (max-width: 900px) {
    .text_bubig {
      font-size: 30px; } }
.text_wh {
  font-family: Yu Mincho, "游明朝", "游明朝体";
  font-size: 15px;
  font-weight: 500;
  color: white;
  line-height: 1.75em; }
.text_whbig {
  font-family: Yu Mincho, "游明朝", "游明朝体";
  font-size: 40px;
  font-weight: 500;
  color: white;
  line-height: 1.75em; }
  @media screen and (max-width: 900px) {
    .text_whbig {
      font-size: 30px; } }

.top {
  margin-bottom: 40px;
  position: relative; }
  .top__img {
    display: block;
    width: 100%; }
  .top__scroll {
    position: absolute;
    bottom: 0;
    left: 85%;
    transform: translateX(-50%);
    width: 20px; }
  .top__sp {
    display: none; }
  .top__hum {
    display: none; }

@media screen and (max-width: 900px) {
  .top {
    position: relative;
    overflow: hidden; }
    .top__img {
      display: none; }
    .top__scroll {
      display: none; }
    .top__sp {
      display: block;
      width: 100%; }
    .top__hum {
      display: flex;
      position: absolute;
      align-items: start;
      top: 0;
      right: -200px;
      transition: 0.2s; }
      .top__hum_open {
        right: 0px; }
    .top__btn {
      display: block;
      width: 50px;
      margin-top: 25px; }
      .top__btn img {
        display: block;
        width: 100%; }
    .top__menus {
      width: 200px;
      background-size: cover; }
    .top__menu {
      display: block;
      padding: 15px 30px;
      position: relative; }
      .top__menu img {
        display: block;
        width: 50px;
        margin: 0 0 0 auto; }
      .top__menu::before {
        content: '';
        position: absolute;
        top: -2px;
        left: 50%;
        width: 75%;
        height: 1px;
        transform: translateX(-50%);
        border-top: 1px solid #1B1464; } }
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 0.8rem;
  z-index: 1000; }
  #page-top a {
    text-decoration: none;
    width: 100px;
    text-align: center;
    display: block; }
  #page-top a:hover {
    text-decoration: none; }

.menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px; }
  .menu__btn {
    display: block;
    height: 60px;
    background: linear-gradient(to right, #172A88 0%, #2143CA 100%);
    padding: 15px 10px 25px 10px;
    position: relative;
    transition: 0.2s;
    box-shadow: 5px 5px 0px #F2F2F2;
    text-align: center; }
    .menu__btn:hover {
      opacity: 0.5; }
    .menu__btn_2col {
      padding: 5px 10px 10px 10px; }

@media screen and (max-width: 900px) {
  .menu {
    display: none; } }
.st1 {
  display: flex;
  align-items: center;
  margin-bottom: 50px; }
  .st1__title {
    width: 50%;
    text-align: center;
    padding: 2rem 0;
    border-right: 2px solid #3D4860; }
  .st1__content {
    width: 50%;
    padding: 0 50px; }
  .st1__text {
    margin-bottom: 15px; }
  .st1__btn {
    display: block;
    width: 400px;
    transition: 0.2s; }
    .st1__btn img {
      width: 100%;
      display: block; }
    .st1__btn:hover {
      opacity: 0.5; }

@media screen and (max-width: 900px) {
  .st1 {
    display: block; }
    .st1__title {
      width: 100%;
      border: none; }
    .st1__content {
      width: 100%;
      padding: 0; }
    .st1__btn {
      width: 100%;
      margin: 0 auto; } }
.st2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 75px 0;
  margin-bottom: 100px;
  overflow: hidden; }
  .st2__top {
    display: flex;
    align-items: center; }
  .st2__title {
    width: 30%;
    text-align: center; }
  .st2__line {
    width: 1px;
    height: 100px;
    border-right: 1px solid #2957FF; }
  .st2__texts {
    width: 70%;
    padding-left: 60px; }
  .st2__text {
    position: relative; }
    .st2__text::before {
      content: '◆';
      position: absolute;
      top: 0;
      left: -18px;
      color: #2957FF; }
    .st2__text_btm {
      padding-left: 18px; }
      .st2__text_btm::before {
        left: 0px; }
    .st2__text_nob::before {
      display: none; }
  .st2__btm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
  .st2__content {
    width: calc(33% - 15px); }
  .st2__icon {
    display: block;
    width: 140%;
    transform: translateX(-14.5%);
    margin-bottom: -14.5%; }

@media screen and (max-width: 900px) {
  .st2 {
    padding: 40px 0;
    margin-bottom: 50px; }
    .st2__top {
      display: block; }
    .st2__title {
      width: 100%; }
    .st2__line {
      display: none; }
    .st2__texts {
      width: 100%;
      padding-left: 15px; }
    .st2__text_btm {
      padding-left: 5px; }
      .st2__text_btm::before {
        display: none; }
    .st2__content {
      width: calc(50% - 10px); }
    .st2__icon {
      transform: translateX(-14%); } }
.st3 {
  margin-bottom: 100px; }
  .st3__img {
    width: 100%;
    display: block; }

@media screen and (max-width: 900px) {
  .st3 {
    margin-bottom: 50px;
    overflow: hidden; }
    .st3__img {
      width: 120%;
      position: relative;
      left: 50%;
      transform: translateX(-50%); } }
.st4 {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0;
  margin-bottom: 100px;
  background-position: center center; }
  .st4__title {
    text-align: center; }
  .st4__line {
    width: 150px;
    height: 1px;
    border-bottom: 2px solid #2957FF;
    margin: 0 auto;
    margin-bottom: 75px; }
  .st4__icons {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px; }
  .st4__icon {
    display: block; }
    .st4__icon_1 {
      width: 23%; }
    .st4__icon_2 {
      width: 10%; }
    .st4__icon_3 {
      width: 46%; }
  .st4__text {
    max-width: 700px;
    margin: 0 auto; }

@media screen and (max-width: 900px) {
  .st4 {
    padding: 40px 0;
    margin-bottom: 50px; }
    .st4__line {
      width: 80px;
      margin-bottom: 40px; }
    .st4__icons {
      display: block; }
    .st4__icon {
      margin: 0 auto; }
      .st4__icon_1 {
        width: 50%;
        margin-bottom: 15px; }
      .st4__icon_2 {
        width: 15%;
        margin-bottom: 15px; }
      .st4__icon_3 {
        width: 100%; } }
.st5 {
  display: flex;
  align-items: center;
  margin-bottom: 100px; }
  .st5__texts {
    width: 30%; }
  .st5__line {
    width: 50%;
    height: 1px;
    border-bottom: 2px solid #2957FF;
    margin-bottom: 50px; }
  .st5__imgs {
    width: 70%;
    position: relative; }
  .st5__img {
    display: block;
    width: 100%; }
  .st5__btn {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 50%;
    display: block;
    transition: 0.2s; }
    .st5__btn img {
      display: block;
      width: 100%; }
    .st5__btn:hover {
      opacity: 0.5; }

@media screen and (max-width: 900px) {
  .st5 {
    margin-bottom: 50px;
    display: block;
    overflow: hidden; }
    .st5__texts {
      width: 100%; }
    .st5__line {
      width: 100%;
      margin-bottom: 25px; }
    .st5__text {
      margin-bottom: 30px; }
    .st5__imgs {
      width: 100%; }
    .st5__img {
      display: block;
      width: 105%;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: -30px; }
    .st5__btn {
      position: relative;
      width: 100%;
      top: 0;
      left: 0; } }
.st6 {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  margin-bottom: 100px;
  background-position: center center; }
  .st6__title {
    text-align: center;
    margin-bottom: 50px; }
  .st6__icons {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px; }
  .st6__icon {
    width: calc(25% - 15px);
    display: block; }
  .st6__ctext {
    text-align: center;
    margin-bottom: 30px; }
  .st6__btext {
    position: relative;
    padding-left: 18px;
    max-width: 500px;
    margin: 0 auto; }
    .st6__btext::before {
      content: '◆';
      color: white;
      position: absolute;
      top: 0;
      left: 0; }

@media screen and (max-width: 900px) {
  .st6 {
    padding: 75px 0;
    margin-bottom: 50px; }
    .st6__title {
      margin-bottom: 30px; }
    .st6__icons {
      margin-bottom: 30px;
      flex-wrap: wrap; }
    .st6__icon {
      width: calc(50% - 15px);
      margin-bottom: 15px; }
    .st6__ctext {
      text-align: left; }
    .st6__btext {
      margin-bottom: 5px; } }
.st7 {
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 100px;
  background-position: 0 0; }
  .st7__content {
    max-width: 780px;
    margin: 0 0 0 auto; }
  .st7__title {
    max-width: 600px;
    margin: 0 0 0 auto;
    margin-bottom: 15px;
    position: relative; }
    .st7__title::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100px;
      height: 1px;
      border-bottom: 2px solid #2957FF; }
  .st7__toptext {
    max-width: 600px;
    margin: 0 0 0 auto;
    margin-bottom: 40px; }
  .st7__frame {
    display: block;
    max-width: 750px;
    width: 100%;
    margin: 0 0 25px auto; }

@media screen and (max-width: 900px) {
  .st7 {
    background-image: none !important;
    margin-bottom: 50px; }
    .st7__title {
      font-size: 30px; }
    .st7__toptext {
      max-width: 600px;
      margin: 0 0 0 auto;
      margin-bottom: 20px; }
    .st7__frame {
      display: block;
      max-width: 750px;
      width: 100%;
      margin: 0 0 25px auto; } }
.st8 {
  padding: 75px 0;
  margin-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden; }
  .st8__title {
    text-align: center;
    position: relative;
    margin-bottom: 30px; }
    .st8__title::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 200px;
      height: 1px;
      border-bottom: 2px solid #2957FF; }
  .st8__text {
    text-align: center;
    margin-bottom: 30px; }
  .st8__content {
    position: relative;
    padding: 30px 0;
    margin-bottom: 30px; }
  .st8__title2 {
    position: relative;
    z-index: 1; }
    .st8__title2_r {
      text-align: right; }
  .st8__icon {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin-bottom: 30px; }
  .st8__text2 {
    position: relative;
    z-index: 1; }
  .st8__bg {
    position: absolute;
    top: 0;
    left: -30px;
    width: 100vw;
    height: 100%;
    background: rgba(41, 87, 255, 0.4);
    z-index: 0; }
    .st8__bg_l {
      right: -30px;
      left: auto; }

@media screen and (max-width: 900px) {
  .st8 {
    padding: 50px 0 30px 0;
    margin-bottom: 50px; }
    .st8__title::before {
      width: 100px; }
    .st8__text {
      text-align: left; }
    .st8__content {
      padding: 15px 0; }
    .st8__title2 {
      color: #1B1464;
      font-size: 20px;
      text-align: left; }
    .st8__text2 {
      font-size: 10px; }
    .st8__icon {
      margin-bottom: 5px; }
    .st8__bg {
      display: none; } }
.st9 {
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 100px 0;
  margin-bottom: 100px; }
  .st9__content {
    width: 50%;
    min-width: 600px;
    margin: 0 auto 0 0; }
  .st9__item {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
    .st9__item_1 {
      width: 80%;
      margin-bottom: 35px; }
    .st9__item_2 {
      width: 60%;
      margin-bottom: 35px; }
    .st9__item_3 {
      width: 50%; }
    .st9__item_4 {
      width: 35%;
      transition: 0.2s; }
      .st9__item_4 img {
        width: 100%; }
      .st9__item_4:hover {
        opacity: 0.5; }

@media screen and (max-width: 900px) {
  .st9 {
    background-image: none !important;
    padding: 50px 0;
    margin-bottom: 50px; }
    .st9__content {
      width: 100%;
      min-width: 100%;
      margin: 0; }
    .st9__item_1 {
      width: 100%; }
    .st9__item_2 {
      width: 80%; }
    .st9__item_3 {
      width: 80%; }
    .st9__item_4 {
      width: 70%;
      transition: 0.2s; }
      .st9__item_4 img {
        width: 100%; }
      .st9__item_4:hover {
        opacity: 0.5; } }
.st10 {
  padding: 50px 0;
  margin-bottom: 100px; }
  .st10__title {
    text-align: center;
    position: relative;
    margin-bottom: 30px; }
    .st10__title::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 200px;
      height: 1px;
      border-bottom: 2px solid #2957FF; }
  .st10__text {
    text-align: center;
    margin-bottom: 30px; }
    .st10__text_s {
      font-size: 10px; }
  .st10__icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start; }
  .st10__icon {
    width: calc(20% - 20px);
    margin: 0 10px 20px 10px; }
    .st10__icon_l {
      transform: translateY(2.25%) scale(105.25%); }

@media screen and (max-width: 900px) {
  .st10__text {
    text-align: left;
    padding: 0 15px; }
  .st10__icon {
    width: calc(33% - 20px);
    margin: 0 10px 20px 10px; } }
.st11 {
  margin-bottom: 100px;
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .st11__wrapper {
    max-width: 800px; }
  .st11__title {
    text-align: center;
    position: relative;
    margin-bottom: 30px; }
    .st11__title::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 200px;
      height: 1px;
      border-bottom: 2px solid #2957FF; }
  .st11__content {
    padding: 50px 0; }
  .st11__top {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
  .st11__icon {
    display: block;
    width: 60px;
    margin-left: 30px;
    margin-right: 10px; }
  .st11__a {
    padding-left: 100px; }
  .st11__sp {
    margin: 0 auto;
    display: block;
    width: 50%;
    height: 2px; }
  .st11__line {
    width: 60%;
    height: 1px;
    border-bottom: 1px solid #2957FF;
    margin: 0 auto; }

@media screen and (max-width: 900px) {
  .st11 {
    padding: 50px 0;
    margin-bottom: 50px; }
    .st11__content {
      padding: 30px 0; }
    .st11__icon {
      width: 50px;
      margin-left: 0px; }
    .st11__a {
      padding-left: 10px; }
    .st11__sp {
      margin: 0 auto;
      display: block;
      width: 50%; } }
.st12 {
  background: #172A88;
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 100px; }
  .st12__line {
    width: 1px;
    height: 100px;
    border-right: 1px solid white; }
  .st12__btn {
    width: 550px;
    display: block;
    transition: 0.2s; }
    .st12__btn img {
      display: block;
      width: 100%; }
    .st12__btn:hover {
      opacity: 0.5; }

@media screen and (max-width: 900px) {
  .st12 {
    display: block;
    margin-bottom: 50px; }
    .st12__title {
      text-align: center;
      margin-bottom: 20px; }
    .st12__line {
      display: none; }
    .st12__btn {
      width: 100%;
      max-width: 350px;
      margin: 0 auto; } }
.footer {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 50px;
  align-items: flex-end; }
  .footer__icon {
    display: block;
    width: 200px; }
  .footer__text {
    font-family: Yu Mincho,"游明朝","游明朝体";
    font-size: 15px;
    color: #3D4860;
    line-height: 1.25em;
    font-weight: 500;
    padding-bottom: 15px; }
    .footer__text_c {
      padding-right: 30px; }
  .footer span {
    font-size: 18px; }

@media screen and (max-width: 900px) {
  .footer {
    display: block;
    padding-bottom: 30px;
    text-align: center; }
    .footer__icon {
      width: 120px;
      margin: 0 auto; }
    .footer__text {
      margin: 15px 0;
      padding: 0; } }
.js-scrollable img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  .js-scrollable img {
    transform: translateX(-50vw);
    width: 150vw;
    height: auto; } }
@media screen and (max-width: 900px) {
  .pc-non {
    display: none; } }
@media screen and (min-width: 900px) {
  .sp-non {
    display: none; } }
.st5_item {
  padding: 1.5em;
  border: 10px solid #F2F2F2;
  background-color: #FFFFFF;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
  margin-bottom: 2em;
  font-family: Yu Mincho, "游明朝", "游明朝体"; }

.st5_item em {
  position: absolute;
  top: -.8em;
  left: 0.6em;
  z-index: 1;
  font-style: normal;
  font-size: 2.7em;
  color: #2957FF; }

.st5_item h3 {
  margin-top: 1em;
  margin-bottom: 1em; }

.st5_item p {
  line-height: 160%; }

.st5_item .d-flex {
  padding-left: 0em; }

.st5_item .svg {
  width: 100%;
  text-align: center; }

.st5_item .text {
  width: 100%;
  color: #16255B; }

@media screen and (min-width: 900px) {
  .st5_item h3 {
    margin-top: 0em;
    margin-bottom: 1em; }

  .st5_item .d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
    padding-left: 0em; }

  .st5_item .svg {
    width: 20%;
    text-align: center; }

  .st5_item .text {
    width: 80%; } }
.st5_item .svg svg {
  height: 70px;
  width: auto; }

@media screen and (max-width: 900px) {
  .st5_item .svg svg {
    height: 60px;
    width: auto; } }
.flow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 1em; }

@media screen and (max-width: 900px) {
  .flow .item4 {
    width: 47%;
    margin-bottom: 1em; }

  .flow .item5 {
    width: 31.33333%;
    margin-bottom: 1em; }

  .flow .item5-space2 {
    width: 37.33333%; }

  .flow .item4-space, .flow .item5-space {
    width: 6%; } }
.flow .item4 {
  position: relative;
  width: 25%;
  z-index: 1; }

.flow .item5 {
  position: relative;
  width: 20%;
  z-index: 1; }

@media screen and (max-width: 900px) {
  .flow .item4, .flow .item5 {
    width: 90%;
    margin-bottom: 1em;
    margin-left: 5%;
    margin-right: 5%; } }
@media screen and (min-width: 900px) {
  .flow .item4.start::before, .flow .item5.start::before {
    content: '';
    width: 50%;
    height: 99%;
    background-color: #FFFFFF;
    top: 1px;
    left: 0%;
    z-index: -1;
    display: block;
    position: absolute; }

  .flow .item4.end::before, .flow .item5.end::before {
    content: '';
    width: 50%;
    height: 99%;
    background-color: #FFFFFF;
    top: 1px;
    z-index: -1;
    display: block;
    position: absolute;
    right: 0%; } }
.flow .flow-item {
  position: relative;
  padding-top: 1.5em;
  padding-right: 0.5em;
  padding-left: 2em;
  padding-bottom: 1.5em;
  z-index: 1;
  font-family: Yu Mincho, "游明朝", "游明朝体";
  height: 100%;
  margin-right: 0.5em;
  margin-left: 0.5em;
  text-align: center; }

.flow .start .flow-item {
  padding-left: 1.5em; }

.flow .flow-item::before {
  content: '';
  width: 100%;
  height: 50%;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  top: 1px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, 0%) skewX(20deg);
  -ms-transform: translate(-50%, 0%) skewX(20deg);
  transform: translate(-50%, 0%) skewX(20deg); }

.flow .flow-item::after {
  content: '';
  width: 100%;
  height: 50%;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  left: 50%;
  z-index: -1;
  bottom: 1px;
  -webkit-transform: translate(-50%, 0%) skewX(-20deg);
  -ms-transform: translate(-50%, 0%) skewX(-20deg);
  transform: translate(-50%, 0%) skewX(-20deg); }

.flow .flow-item h3 {
  margin-bottom: 0.5em;
  color: #2957FF;
  padding-right: 1em; }

.flow .flow-item svg {
  margin-bottom: 0.5em;
  height: 60px;
  width: auto;
  margin-right: 1em; }

.flow .flow-item svg .st0 {
  fill: #172A88; }

.flow .flow-item p {
  line-height: 1.6em;
  font-size: 0.9em;
  text-align: left; }

.flow .flow-item span {
  font-size: 0.7em;
  display: block;
  margin-top: 0.5em; }

section {
  overflow-x: hidden; }

.ic-item {
  padding: 2em;
  background-color: #FFFFFF;
  -webkit-box-shadow: 5px 5px 5px #ABABAB;
  box-shadow: 5px 5px 5px #ABABAB;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 2em;
  height: 360px; }

.ic-item img {
  height: 150px;
  margin-bottom: 0.5em;
  margin-right: auto;
  margin-left: auto; }

.ic-item h3 {
  font-weight: normal;
  font-size: 2.5em;
  line-height: 130%;
  color: #16255B; }

.ic-item h3 samp {
  font-size: 0.5em;
  font-family: Yu Mincho, "游明朝", "游明朝体"; }

@media screen and (max-width: 900px) {
  .ic-item {
    height: 50vw; }
    .ic-item img {
      height: 20vw; }
    .ic-item h3 {
      font-size: 6vw; } }
