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

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

.text {
  font-family: Yu Mincho, "游明朝", "游明朝体";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75em;
  color: #3D4860; }
  .text_s {
    font-family: Yu Mincho, "游明朝", "游明朝体";
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #3D4860; }
  .text_l {
    font-family: Yu Mincho, "游明朝", "游明朝体";
    font-weight: 500;
    font-size: 20px;
    line-height: 1.25em;
    color: #3D4860; }
  .text_big {
    font-family: Yu Mincho, "游明朝", "游明朝体";
    font-weight: 500;
    font-size: 40px;
    line-height: 1.25em;
    color: #3D4860; }
    @media screen and (max-width: 900px) {
      .text_big {
        font-size: 30px; } }
  .text_whs {
    font-family: Yu Mincho, "游明朝", "游明朝体";
    font-size: 15px;
    font-weight: 500;
    color: white; }
  .text_wh {
    font-family: Yu Mincho, "游明朝", "游明朝体";
    font-weight: 500;
    font-size: 20px;
    line-height: 1.25em;
    color: white; }
    @media screen and (max-width: 900px) {
      .text_wh {
        font-size: 15px; } }
  .text_whl {
    font-family: Yu Mincho, "游明朝", "游明朝体";
    font-weight: 500;
    font-size: 40px;
    line-height: 1.25em;
    color: white; }
    @media screen and (max-width: 900px) {
      .text_whl {
        font-size: 30px; } }
  .text_ppl {
    font-family: Yu Mincho, "游明朝", "游明朝体";
    font-weight: 500;
    font-size: 40px;
    line-height: 1.25em;
    color: #9E8AFF; }
    @media screen and (max-width: 900px) {
      .text_ppl {
        font-size: 30px; } }

.top {
  margin-bottom: 40px;
  position: relative; }
  .top__img {
    display: block;
    width: 100%; }
  .top__scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 25px; }
  .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;
        border-bottom: 1px solid white;
        transform: translateX(-50%); } }
#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-around;
  margin-bottom: 100px; }
  .menu__content {
    display: block;
    position: relative;
    padding-top: 15px;
    padding-bottom: 25px;
    width: calc(100% / 7);
    text-align: center;
    transition: 0.2s;
    white-space: nowrap; }
    .menu__content:hover {
      opacity: 0.5; }
    .menu__content_2col {
      padding-top: 5px;
      padding-bottom: 10px; }
  .menu__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 900px) {
  .menu {
    display: none; } }
.st1 {
  display: flex;
  align-items: center;
  margin-bottom: 50px; }
  .st1__title {
    width: 30%;
    text-align: center;
    padding: 2rem 0;
    border-right: 2px solid #3D4860; }
  .st1__content {
    width: 70%;
    padding: 0 50px; }
  .st1__text {
    margin-bottom: 15px; }
  .st1__ast {
    margin-bottom: 25px; }
  .st1__btn {
    display: block;
    width: 300px;
    text-align: center;
    padding: 10px 0;
    background: white;
    box-shadow: 0px 0px 5px #A6DBFF;
    border-radius: 100px;
    transition: 0.2s;
    margin: 0 0 0 auto; }
    .st1__btn span {
      margin-right: 10px; }
    .st1__btn img {
      width: 20px; }
    .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 {
      margin: 0 auto; } }
.js-scrollable {
  width: 100%; }
  .js-scrollable img {
    width: 90%;
    height: auto; }

@media screen and (max-width: 767px) {
  .js-scrollable img {
    width: 150vw;
    height: auto; } }
.st2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 50px;
  margin-bottom: 100px; }
  .st2__title {
    text-align: center;
    margin-bottom: 50px; }
  .st2__contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .st2__content {
    width: calc(33% - 40px);
    margin-bottom: 20px; }
  .st2__icon {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 10px; }
  .st2__ast {
    padding-left: 18px;
    padding-right: 5px;
    position: relative; }
    .st2__ast::before {
      content: '◆';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: #7B94FF; }
    .st2__ast_s::before {
      display: none; }

@media screen and (max-width: 900px) {
  .st2__content {
    width: calc(50% - 10px);
    margin-bottom: 20px; }
  .st2__ast {
    padding: 0; }
    .st2__ast::before {
      display: none; } }
.st3__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px; }
  .st3__content_re {
    flex-flow: row-reverse; }
.st3__texts {
  width: 300px; }
.st3__text_bullets {
  position: relative; }
  .st3__text_bullets::before {
    content: '◆';
    position: absolute;
    top: 0;
    color: #7B94FF;
    right: calc(100% + 3px); }
.st3__title {
  margin-bottom: 30px; }
.st3__img {
  display: block;
  width: calc(100% - 350px); }

@media screen and (max-width: 900px) {
  .st3__content {
    display: block; }
  .st3__title {
    margin-bottom: 0px; }
  .st3__texts {
    width: 100%;
    margin-bottom: 20px; }
  .st3__text_bullets {
    padding-left: 15px; }
    .st3__text_bullets::before {
      right: calc(100% - 12px); }
  .st3__title {
    margin-bottom: 30px; }
  .st3__img {
    width: 100%; } }
.st4 {
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 100px; }
  .st4__title {
    text-align: center;
    margin-bottom: 40px; }
  .st4__icons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px; }
  .st4__icon {
    width: calc(25% - 10px); }
  .st4__textc {
    text-align: center;
    margin-bottom: 40px; }
  .st4__text {
    margin: 0 auto;
    max-width: 650px;
    position: relative; }
    .st4__text::after {
      content: '◆';
      position: absolute;
      top: 0;
      left: -20px; }

@media screen and (max-width: 900px) {
  .st4__icons {
    flex-wrap: wrap;
    margin-bottom: 40px; }
  .st4__icon {
    width: calc(50% - 10px);
    margin-bottom: 20px; }
  .st4__textc {
    text-align: left;
    margin-bottom: 15px; }
  .st4__text {
    padding-left: 15px; }
    .st4__text::after {
      left: 0; } }
.st5 {
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 170px; }
  .st5__content {
    max-width: 780px;
    margin: 0 0 0 auto; }
  .st5__title {
    max-width: 600px;
    margin: 0 0 0 auto;
    margin-bottom: 15px; }
  .st5__toptext {
    max-width: 600px;
    margin: 0 0 0 auto;
    margin-bottom: 40px; }
  .st5__frame {
    display: block;
    max-width: 750px;
    width: 100%;
    margin: 0 0 25px auto; }

@media screen and (max-width: 900px) {
  .st5 {
    background-image: none !important;
    margin-bottom: 100px; }
    .st5__title {
      font-size: 30px; }
    .st5__toptext {
      max-width: 600px;
      margin: 0 0 0 auto;
      margin-bottom: 40px; }
    .st5__frame {
      display: block;
      max-width: 750px;
      width: 100%;
      margin: 0 0 25px auto; } }
.st5_item {
  padding: 1.5em;
  border: 10px solid #EBEEFF;
  background-color: #FFFFFF;
  transform: skewX(18deg);
  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;
  transform: skewX(-18deg);
  color: #9E8AFF; }

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

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

.st5_item .d-flex {
  transform: skewX(-18deg);
  padding-left: 1.5em; }

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

.st5_item .text {
  width: 100%; }

@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; } }
.st6 {
  background: #E9F4FF;
  padding: 80px 0;
  margin-bottom: 100px; }
  .st6__title {
    text-align: center;
    margin-bottom: 20px; }
  .st6__toptext {
    text-align: center;
    margin-bottom: 50px; }
  .st6__content {
    position: relative;
    margin-bottom: 20px; }
  .st6__bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px; }
  .st6__main {
    position: relative;
    padding-top: 20px; }
  .st6__dt {
    display: inline-block;
    font-family: Yu Mincho, "游明朝", "游明朝体";
    font-size: 20px;
    color: white;
    background: #9E8AFF;
    padding: 15px 30px;
    border-radius: 30px;
    margin-bottom: 20px; }
  .st6__icon {
    width: 100%;
    margin-bottom: 25px; }

@media screen and (max-width: 900px) {
  .st6__toptext {
    text-align: left; }
  .st6__dt {
    font-size: 20px;
    padding: 7px 15px; }
  .st6__dd {
    font-size: 10px; } }
.st7 {
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 100px 0;
  margin-bottom: 100px; }
  .st7__content {
    width: 50%;
    min-width: 600px;
    margin: 0 auto 0 0; }
  .st7__item {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
    .st7__item_1 {
      width: 80%;
      margin-bottom: 35px; }
    .st7__item_2 {
      width: 60%;
      margin-bottom: 35px; }
    .st7__item_3 {
      width: 50%; }
    .st7__item_4 {
      width: 35%;
      transition: 0.2s; }
      .st7__item_4 img {
        width: 100%; }
      .st7__item_4:hover {
        opacity: 0.5; }

@media screen and (max-width: 900px) {
  .st7 {
    background-image: none !important;
    padding: 0; }
    .st7__content {
      width: 100%;
      min-width: 100%;
      margin: 0; }
    .st7__item_1 {
      width: 100%; }
    .st7__item_2 {
      width: 80%; }
    .st7__item_3 {
      width: 80%; }
    .st7__item_4 {
      width: 70%;
      transition: 0.2s; }
      .st7__item_4 img {
        width: 100%; }
      .st7__item_4:hover {
        opacity: 0.5; } }
.st8 {
  margin-bottom: 100px; }
  .st8__title {
    text-align: center;
    margin-bottom: 45px; }
  .st8__content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
  .st8__icon {
    display: block;
    width: calc(16.6% - 10px); }
    .st8__icon_l {
      transform: translatex(-1.5%) translateY(-0.5%) scale(103%); }
  .st8__text {
    padding-left: 18px;
    position: relative; }
    .st8__text::before {
      content: '◆';
      color: #7B94FF;
      position: absolute;
      top: 0;
      left: 0; }
  .st8__ast {
    padding-left: 18px; }

@media screen and (max-width: 900px) {
  .st8__title {
    font-size: 28px; }
  .st8__content {
    flex-wrap: wrap; }
  .st8__icon {
    width: calc(33.3% - 10px);
    margin-bottom: 15px; } }
.st9 {
  margin-bottom: 100px; }
  .st9__content {
    padding: 50px 0; }
  .st9__top {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
  .st9__icon {
    display: block;
    width: 60px;
    margin-left: 30px;
    margin-right: 10px; }
  .st9__a {
    padding-left: 100px; }
  .st9__sp {
    margin: 0 auto;
    display: block;
    width: 50%;
    height: 2px; }

@media screen and (max-width: 900px) {
  .st9 {
    margin-bottom: 0px; }
    .st9__content {
      padding: 30px 0; }
    .st9__icon {
      width: 50px;
      margin-left: 0px; }
    .st9__a {
      padding-left: 10px; }
    .st9__sp {
      margin: 0 auto;
      display: block;
      width: 50%; } }
.hr-blue {
  border: 0px none;
  border-bottom: 2px solid #D2EDFF;
  width: 50%;
  margin-right: auto;
  margin-left: auto; }

.st10 {
  position: relative;
  overflow: hidden;
  height: 300px;
  padding: 150px 0;
  margin-bottom: 100px; }
  .st10__bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 300px;
    display: block; }
  .st10__main {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 2; }
  .st10__line {
    height: 80px;
    width: 1px;
    background: #3D4860; }
  .st10__btn {
    display: block;
    width: 550px;
    position: relative;
    transition: 0.2s; }
    .st10__btn img {
      display: block;
      width: 100%; }
    .st10__btn:hover {
      opacity: 0.5; }

@media screen and (max-width: 900px) {
  .st10 {
    height: 250px;
    padding: 100px 0; }
    .st10__main {
      display: block; }
    .st10__title {
      margin-bottom: 20px;
      text-align: center; }
    .st10__line {
      display: none; }
    .st10__btn {
      width: 100%; } }
.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; } }
@media screen and (max-width: 900px) {
  .pc-non {
    display: none; } }
@media screen and (min-width: 900px) {
  .sp-non {
    display: none; } }
.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: #9B87FA;
  padding-right: 1em; }

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

.flow .flow-item svg .st0 {
  fill: #3C475F; }

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