@charset "UTF-8";
/* -----

   set module

---------------------------------------------------- */
/*-- ホーム　ページのパーツ
---------------------------------------------------- */
.home main {
  padding: 0 0 100px; }
.home .content__asnav {
  display: none; }
.home .base_wide {
  min-width: 290px; }
@media screen and (max-width: 899px) {
  .home .content__wide {
    padding: 0; } }

.home_visual {
  position: relative;
  background: #f5f5f5;
  height: 720px;
  overflow: hidden; }
  @media screen and (max-width: 899px) {
    .home_visual {
      height: calc( 60vw + 0px ); } }
  @media screen and (max-width: 480px) {
    .home_visual {
      height: 520px; } }
  .home_visual__element {
    position: absolute;
    top: -190px;
    left: 57.4%;
    z-index: 11;
    transform: translateX(-50%); }
    @media screen and (max-width: 899px) {
      .home_visual__element {
        top: calc( -7.143vw + -45.715px ); } }
    @media screen and (max-width: 480px) {
      .home_visual__element {
        top: -100px; } }
    .home_visual__element > img {
      width: 2122px; }
      @media screen and (max-width: 899px) {
        .home_visual__element > img {
          width: calc( 138.571vw + 194.857px ); } }
      @media screen and (max-width: 480px) {
        .home_visual__element > img {
          width: 1190px; } }
  .home_visual__bg {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .home_visual__photo {
    position: absolute;
    top: 64px;
    left: calc(50% + 20px);
    display: block;
    border-radius: 50%;
    width: 580px;
    height: 580px;
    overflow: hidden;
    z-index: 13;
    opacity: 0;
    transform: scale(1.08);
    transition: opacity 1s ease-out, transform 0.8s ease-out; }
    @media screen and (max-width: 899px) {
      .home_visual__photo {
        top: calc( 5.238vw + 0.857px );
        left: inherit;
        right: calc( 5.714vw + -43.429px );
        width: calc( 48.333vw + -1px );
        height: calc( 48.333vw + -1px );
        transform: scale(1.08); } }
    @media screen and (max-width: 480px) {
      .home_visual__photo {
        top: 118px;
        right: calc( 50% - 150px);
        width: 300px;
        height: 300px; } }
    .home_visual__photo > img {
      width: 100%; }
    @media screen and (max-width: 480px) {
      .home_visual__photo > .sp_hide {
        display: none; } }
    .home_visual__photo > .sp_hide + img {
      display: none; }
      @media screen and (max-width: 480px) {
        .home_visual__photo > .sp_hide + img {
          display: inline-block; } }
    .active .home_visual__photo {
      opacity: 1;
      transform: scale(1);
      transition: opacity 2s ease-out; }
  .home_visual__cont {
    position: absolute;
    top: 199px;
    right: calc( 50% + 91px );
    z-index: 13; }
    @media screen and (max-width: 899px) {
      .home_visual__cont {
        top: 0;
        left: 15px;
        right: inherit;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%; } }
    @media screen and (max-width: 480px) {
      .home_visual__cont {
        width: 100%;
        left: 0; } }
  @media screen and (max-width: 480px) {
    .home_visual__copy {
      flex: 1 1 auto;
      margin-top: 40px; } }
  .home_visual__copy > .en {
    display: block; }
    @media screen and (max-width: 480px) {
      .home_visual__copy > .en {
        text-align: center;
        margin-left: -30px; } }
    .home_visual__copy > .en > img {
      width: 431px; }
      @media screen and (max-width: 899px) {
        .home_visual__copy > .en > img {
          width: calc( 28.095vw + 71.143px ); } }
      @media screen and (max-width: 480px) {
        .home_visual__copy > .en > img {
          width: 219px; } }
  .home_visual__copy > .jp {
    margin-top: 56px;
    display: block; }
    @media screen and (max-width: 899px) {
      .home_visual__copy > .jp {
        margin-top: calc( 3.81vw + 7.714px ); } }
    @media screen and (max-width: 480px) {
      .home_visual__copy > .jp {
        margin-top: 26px;
        text-align: center; } }
    .home_visual__copy > .jp > img {
      width: 511px; }
      @media screen and (max-width: 899px) {
        .home_visual__copy > .jp > img {
          width: calc( 32.619vw + 89.429px ); } }
      @media screen and (max-width: 480px) {
        .home_visual__copy > .jp > img {
          width: 246px; } }
  .home_visual__btn {
    margin-top: 56px; }
    @media screen and (max-width: 899px) {
      .home_visual__btn {
        margin-top: calc( 3.81vw + 9.714px ); } }
    @media screen and (max-width: 480px) {
      .home_visual__btn {
        margin: 0 auto 36px;
        text-align: center; } }
    .home_visual__btn > .link {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 367px;
      background-image: -moz-linear-gradient(-180deg, #483bbe 0%, #383083 100%);
      background-image: -webkit-linear-gradient(-180deg, #483bbe 0%, #383083 100%);
      background-image: -ms-linear-gradient(-180deg, #483bbe 0%, #383083 100%);
      padding: 15px 0 17px;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      font-feature-settings: "palt";
      border-radius: 24px;
      letter-spacing: 0.04em;
      transition: letter-spacing 0.2s ease-out, opacity 0.2s ease-out; }
      @media screen and (max-width: 899px) {
        .home_visual__btn > .link {
          width: calc( 23.81vw + 105.714px );
          padding: 14px 0 15px;
          font-size: calc( 0.952vw + 7.429px ); } }
      @media screen and (max-width: 480px) {
        .home_visual__btn > .link {
          width: 280px;
          font-size: 15px;
          padding: 16px 0 17px; } }
      .home_visual__btn > .link::before {
        position: absolute;
        font-family: "FontAwesome";
        right: 3%;
        top: 49.5%;
        content: "\f105";
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
        transition: right 0.2s ease-out;
        letter-spacing: 0.04em;
        transform: translateY(-50%); }
      .home_visual__btn > .link:hover {
        letter-spacing: 0.1em;
        opacity: 0.9; }
        .home_visual__btn > .link:hover::before {
          right: 2.9%; }

.home_message {
  background: #fff; }
  @media screen and (max-width: 899px) {
    .home_message {
      padding: 0 15px; } }
  .home_message__cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 64px 0 80px; }
    @media screen and (max-width: 899px) {
      .home_message__cont {
        padding: 36px 0 40px; } }
    .home_message__cont > .copy > img {
      width: 329px; }
      @media screen and (max-width: 899px) {
        .home_message__cont > .copy > img {
          width: calc( 51.389vw + 185.5px ); } }
      @media screen and (max-width: 540px) {
        .home_message__cont > .copy > img {
          width: 236px; } }
    @media screen and (max-width: 899px) {
      .home_message__cont > .copy .sp_hide {
        display: none; } }
    @media screen and (max-width: 540px) {
      .home_message__cont > .copy .sp_hide {
        display: inline-block; } }
    .home_message__cont > .copy .sp_hide + img {
      display: none; }
      @media screen and (max-width: 899px) {
        .home_message__cont > .copy .sp_hide + img {
          display: inline-block; } }
      @media screen and (max-width: 540px) {
        .home_message__cont > .copy .sp_hide + img {
          display: none; } }
    .home_message__cont > .text {
      width: 600px; }
      @media screen and (max-width: 899px) {
        .home_message__cont > .text {
          margin-top: 36px;
          width: 100%; } }
      .home_message__cont > .text > p {
        font-weight: 500;
        font-size: 16px;
        max-height: 100%;
        margin-top: -9px;
        margin-bottom: -9px;
        line-height: 2.125; }
        @media screen and (max-width: 640px) {
          .home_message__cont > .text > p {
            font-size: 14px;
            max-height: 100%;
            margin-top: -7px;
            margin-bottom: -7px;
            line-height: 2; } }

.home_business {
  border-top: solid 42px #fff; }
  @media screen and (max-width: 899px) {
    .home_business {
      padding: 0 15px;
      border-top: solid 20px #fff; } }
  @media screen and (max-width: 640px) {
    .home_business {
      padding: 0;
      border: none; } }
  @media screen and (max-width: 560px) {
    .home_business {
      border-top: solid 35px #fff;
      padding-bottom: 40px; } }
  .home_business__link {
    display: block; }
  .home_business__list {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 899px) {
      .home_business__list {
        flex-wrap: wrap; } }
    @media screen and (max-width: 640px) {
      .home_business__list {
        flex-direction: column;
        align-items: center; } }
    .home_business__list > li {
      flex-grow: 1;
      border-left: solid 1px #fff; }
      @media screen and (max-width: 899px) {
        .home_business__list > li {
          width: 33.33%; } }
      @media screen and (max-width: 640px) {
        .home_business__list > li {
          width: 100%;
          border: none;
          border-bottom: solid 1px #fff; } }
      @media screen and (max-width: 560px) {
        .home_business__list > li {
          border: none;
          margin-bottom: 32px;
          width: 320px; } }
      @media screen and (max-width: 560px) {
        .home_business__list > li:first-child {
          margin-top: -35px; } }
      .home_business__list > li:last-child {
        border-right: solid 1px #fff;
        margin-bottom: 0; }
        @media screen and (max-width: 640px) {
          .home_business__list > li:last-child {
            border: none; } }
  .home_business__cont {
    padding: 0 0 52px; }
    @media screen and (max-width: 899px) {
      .home_business__cont {
        padding: 0 20px 28px; } }
    @media screen and (max-width: 640px) {
      .home_business__cont {
        display: flex;
        flex-wrap: wrap;
        padding: 12px 15px; } }
    @media screen and (max-width: 560px) {
      .home_business__cont {
        padding: 0; } }
    .home_business__cont > .ttl {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      width: 288px;
      height: 288px;
      border-radius: 50%;
      z-index: 11;
      color: #fff;
      font-weight: 500;
      font-feature-settings: 'palt';
      margin: -42px auto 0;
      transition: opacity 0.2s ease-out; }
      @media screen and (max-width: 899px) {
        .home_business__cont > .ttl {
          width: 168px;
          height: 168px;
          margin: -20px auto 0; } }
      @media screen and (max-width: 640px) {
        .home_business__cont > .ttl {
          width: 33.75vw;
          height: 33.75vw;
          margin: 0 20px 0 10px; } }
      @media screen and (max-width: 560px) {
        .home_business__cont > .ttl {
          width: 216px;
          height: 216px;
          margin: 0 auto; } }
      .home_business__cont > .ttl::before {
        position: absolute;
        bottom: 20px;
        right: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: -moz-linear-gradient(-180deg, #483bbe 0%, #383083 100%);
        background-image: -webkit-linear-gradient(-180deg, #483bbe 0%, #383083 100%);
        background-image: -ms-linear-gradient(-180deg, #483bbe 0%, #383083 100%);
        width: 36px;
        height: 36px;
        padding: 2px 0 1px 1px;
        border-radius: 50%;
        font-family: "FontAwesome";
        content: "\f105";
        color: #fff;
        font-size: 13px;
        font-weight: 700; }
        @media screen and (max-width: 899px) {
          .home_business__cont > .ttl::before {
            bottom: 6px;
            right: 20px; } }
      .home_business__cont > .ttl > ._jp {
        margin-top: 8px;
        font-style: normal;
        font-size: 22px;
        letter-spacing: 0.08em;
        transition: letter-spacing 0.2s ease-out; }
        @media screen and (max-width: 899px) {
          .home_business__cont > .ttl > ._jp {
            font-size: 20px; } }
        .link_hover:hover .home_business__cont > .ttl > ._jp {
          letter-spacing: 0.12em; }
      .home_business__cont > .ttl > ._en {
        margin-top: 14px;
        font-size: 14px;
        letter-spacing: 0.02em;
        transition: letter-spacing 0.2s ease-out; }
        @media screen and (max-width: 899px) {
          .home_business__cont > .ttl > ._en {
            margin-top: 11px;
            font-size: 13px; } }
        .link_hover:hover .home_business__cont > .ttl > ._en {
          letter-spacing: 0.06em; }
      .link_hover:hover .home_business__cont > .ttl {
        opacity: 0.8; }
    .home_business__cont > .text {
      margin-top: 24px;
      text-align: center;
      font-weight: 500; }
      @media screen and (max-width: 899px) {
        .home_business__cont > .text {
          margin-top: 20px;
          text-align: left; } }
      @media screen and (max-width: 640px) {
        .home_business__cont > .text {
          display: flex;
          align-items: center;
          width: calc(100% - 30px - 33.75vw );
          margin-top: 0; } }
      @media screen and (max-width: 560px) {
        .home_business__cont > .text {
          display: block;
          width: 100%;
          margin-top: 16px;
          text-align: center; } }
      .home_business__cont > .text > p {
        font-size: 16px;
        max-height: 100%;
        margin-top: -9px;
        margin-bottom: -9px;
        line-height: 2.125; }
        @media screen and (max-width: 899px) {
          .home_business__cont > .text > p {
            font-size: 14px;
            max-height: 100%;
            margin-top: -5.502px;
            margin-bottom: -5.502px;
            line-height: 1.786; } }
        @media screen and (max-width: 899px) {
          .home_business__cont > .text > p > br {
            display: none; } }
        @media screen and (max-width: 640px) {
          .home_business__cont > .text > p > br {
            display: inline; } }

.home_news {
  background: #fff;
  padding: 56px 0 80px; }
  @media screen and (max-width: 899px) {
    .home_news {
      padding: 36px 15px 42px; } }
  .home_news__inner {
    position: relative; }
  .home_news__ttl > .itme {
    text-align: center;
    font-weight: 500;
    font-feature-settings: 'palt';
    margin-bottom: 32px; }
    @media screen and (max-width: 899px) {
      .home_news__ttl > .itme {
        margin-bottom: 20px; } }
    .home_news__ttl > .itme > ._en {
      font-size: 16px;
      color: #2b1d84;
      letter-spacing: 0.02em; }
      @media screen and (max-width: 899px) {
        .home_news__ttl > .itme > ._en {
          font-size: 12px; } }
    .home_news__ttl > .itme > ._jp {
      display: block;
      font-style: normal;
      font-size: 26px;
      margin-top: 14px;
      letter-spacing: 0.08em; }
      @media screen and (max-width: 899px) {
        .home_news__ttl > .itme > ._jp {
          font-size: 20px;
          margin-top: 10px; } }
  .home_news__cont .link__news_ulist > li {
    border: none; }
    .home_news__cont .link__news_ulist > li:not(:first-child) {
      margin-top: 10px; }
  .home_news__cont .link__news_ulist_article {
    background: #f2f6f9; }
    .home_news__cont .link__news_ulist_article > p::after {
      color: #999fa7; }
    .home_news__cont .link__news_ulist_article:hover {
      background: #fafbfd; }
  .home_news__btn {
    position: absolute;
    top: 8px;
    right: 0; }
    @media screen and (max-width: 899px) {
      .home_news__btn {
        position: static;
        margin-top: 20px;
        text-align: center; } }
    .home_news__btn > .link {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 240px;
      background-image: -moz-linear-gradient(-180deg, #483bbe 0%, #383083 100%);
      background-image: -webkit-linear-gradient(-180deg, #483bbe 0%, #383083 100%);
      background-image: -ms-linear-gradient(-180deg, #483bbe 0%, #383083 100%);
      padding: 15px 0 17px;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      font-feature-settings: "palt";
      border-radius: 24px;
      letter-spacing: 0.04em;
      transition: letter-spacing 0.2s ease-out, opacity 0.2s ease-out; }
      @media screen and (max-width: 899px) {
        .home_news__btn > .link {
          padding: 16px 0 17px;
          font-size: 15px; } }
      .home_news__btn > .link::before {
        position: absolute;
        font-family: "FontAwesome";
        right: 20px;
        top: 19px;
        content: "\f105";
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
        transition: right 0.2s ease-out;
        letter-spacing: 0.04em; }
        @media screen and (max-width: 899px) {
          .home_news__btn > .link::before {
            top: 17px; } }
      .home_news__btn > .link:hover {
        letter-spacing: 0.1em;
        opacity: 0.9; }
        .home_news__btn > .link:hover::before {
          right: 16px; }

.home_footer {
  padding: 56px 0 0; }
  @media screen and (max-width: 899px) {
    .home_footer {
      padding: 42px 15px 0; } }
  .home_footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .home_footer__list > li {
      width: calc(50% - 20px); }
      @media screen and (max-width: 899px) {
        .home_footer__list > li {
          width: calc(50% - 12px); } }
      @media screen and (max-width: 640px) {
        .home_footer__list > li {
          width: 100%; }
          .home_footer__list > li:first-child {
            margin-bottom: 20px; } }
  .home_footer__cont {
    display: flex;
    flex-wrap: wrap;
    height: 100%; }
    .home_footer__cont > .ttl {
      order: 2;
      flex-grow: 1;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-image: -moz-linear-gradient(-180deg, #483bbe 0%, #383083 100%);
      background-image: -webkit-linear-gradient(-180deg, #483bbe 0%, #383083 100%);
      background-image: -ms-linear-gradient(-180deg, #483bbe 0%, #383083 100%);
      height: 100%;
      z-index: 11;
      color: #fff;
      font-weight: 500;
      font-feature-settings: 'palt'; }
      .home_footer__cont > .ttl::before {
        position: absolute;
        bottom: 12px;
        right: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        width: 20px;
        height: 20px;
        padding: 0 0 1px 1px;
        border-radius: 50%;
        font-family: "FontAwesome";
        content: "\f105";
        color: #483bbe;
        font-size: 11px;
        font-weight: 700; }
        @media screen and (max-width: 899px) {
          .home_footer__cont > .ttl::before {
            width: 15px;
            height: 15px; } }
      .home_footer__cont > .ttl > ._en {
        font-size: 14px;
        letter-spacing: 0.02em;
        transition: letter-spacing 0.2s ease-out; }
        @media screen and (max-width: 899px) {
          .home_footer__cont > .ttl > ._en {
            font-size: 12px; } }
        @media screen and (max-width: 640px) {
          .home_footer__cont > .ttl > ._en {
            font-size: calc( 0.625vw + 10px ); } }
        @media screen and (max-width: 320px) {
          .home_footer__cont > .ttl > ._en {
            font-size: 12px; } }
        .link_hover:hover .home_footer__cont > .ttl > ._en {
          letter-spacing: 0.06em; }
      .home_footer__cont > .ttl > ._jp {
        font-style: normal;
        margin-top: 19px;
        font-size: 22px;
        letter-spacing: 0.12em;
        transition: letter-spacing 0.2s ease-out; }
        @media screen and (max-width: 899px) {
          .home_footer__cont > .ttl > ._jp {
            margin-top: 10px;
            font-size: 17px; } }
        @media screen and (max-width: 640px) {
          .home_footer__cont > .ttl > ._jp {
            margin-top: calc( 2.813vw + 1px );
            font-size: calc( 1.563vw + 12px ); } }
        @media screen and (max-width: 320px) {
          .home_footer__cont > .ttl > ._jp {
            margin-top: 10px;
            font-size: 17px; } }
        .link_hover:hover .home_footer__cont > .ttl > ._jp {
          letter-spacing: 0.18em; }
    .home_footer__cont > .photo {
      position: relative;
      order: 1;
      width: 340px;
      overflow: hidden;
      transition: opacity 0.2s ease-out; }
      @media screen and (max-width: 899px) {
        .home_footer__cont > .photo {
          width: 55%;
          height: calc( 19.231vw + -9.077px ); } }
      @media screen and (max-width: 640px) {
        .home_footer__cont > .photo {
          width: calc( 31.25vw + 70px );
          height: auto; } }
      @media screen and (max-width: 320px) {
        .home_footer__cont > .photo {
          width: 170px; } }
      .link_hover:hover .home_footer__cont > .photo {
        opacity: 0.8; }
      .home_footer__cont > .photo > img {
        width: 100%; }
        @media screen and (max-width: 899px) {
          .home_footer__cont > .photo > img {
            position: absolute;
            width: auto;
            height: 100%; } }
        @media screen and (max-width: 640px) {
          .home_footer__cont > .photo > img {
            position: relative;
            width: 100%;
            height: auto; } }

/*# sourceMappingURL=common_home.css.map */
