@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.trigger {
  opacity: 0; }

.delay > p {
  opacity: 0; }

.fadeUp {
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transition-delay: .5s; }

.div-main {
  width: 100%;
  height: 65.5rem;
  position: relative;
  margin-bottom: 7rem;
  background: url("../../img/fig_main.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff; }
  @media only screen and (max-width: 1024px) {
    .div-main {
      height: 50rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-main {
      height: 32rem;
      margin-bottom: 5rem; } }

  .div-main:after {
    content: "";
    width: 45.8rem;
    height: 43.2rem;
    background: url("../../img/fig_home.png") no-repeat 100% 50%;
    background-size: auto 43.2rem;
    position: absolute;
    right: 0;
    bottom: 1rem; }
    @media only screen and (max-width: 1024px) {
      .div-main:after {
        background-size: auto 22rem;
        height: 22rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-main:after {
      height: 16rem;
      background-size: auto 16rem; } }

  .div-main_com {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding-left: 2%; }
    @media only screen and (max-width: 1024px) {
      .div-main_com {
        justify-content: center;
        padding: 0; } }
    .div-main_com p {
      width: 30rem;
      height: 32rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 7.8rem;
      line-height: 1.3; }
      @media only screen and (max-width: 1024px) {
        .div-main_com p {
          font-size: 5rem;
          width: 26rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-main_com p {
      font-size: 2rem;
      width: 10rem;
      height: 12rem;
      margin-top: 4rem;
      margin-bottom: auto; } }

      .div-main_com p:nth-of-type(1) {
        background: url("../../img/bg_catch1.png") no-repeat 50% 50%;
        background-size: 29.3rem auto;
        margin-right: -5rem; }
        @media only screen and (max-width: 1024px) {
          .div-main_com p:nth-of-type(1) {
            background-size: 100% auto; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-main_com p:nth-of-type(1) {
      margin-right: -1rem; } }

      .div-main_com p:nth-of-type(2) {
        background: url("../../img/bg_catch2.png") no-repeat 50% 50%;
        background-size: 29.3rem auto;
        margin-right: -5rem; }
        @media only screen and (max-width: 1024px) {
          .div-main_com p:nth-of-type(2) {
            background-size: 100% auto; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-main_com p:nth-of-type(2) {
      margin-right: -1rem; } }

      .div-main_com p:nth-of-type(3) {
        background: url("../../img/bg_catch3.png") no-repeat 50% 50%;
        background-size: 29.3rem auto; }
        @media only screen and (max-width: 1024px) {
          .div-main_com p:nth-of-type(3) {
            background-size: 100% auto; } }

.section-message {
  max-width: 99rem;
  margin: 0 auto;
  position: relative;
  padding: 11rem 2rem;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .section-message {
      padding: 6rem 2rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-message {
      padding: 0 2rem 4rem; } }

  .section-message_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 5rem 0; }
    @media only screen and (max-width: 1024px) {
      .section-message_header {
        padding-bottom: 3rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-message_header {
      flex-direction: column; } }

    .section-message_header small {
      width: 18rem;
      font-size: 1.6rem;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      background: linear-gradient(90deg, #003b8c 0%, #008cc9 70%, rgba(0, 154, 211, 0.61) 82%, rgba(0, 154, 211, 0) 100%);
      margin-left: 2.5rem;
      color: #fff;
      padding: 0 .5rem;
      height: 2rem;
      font-family: "Playfair Display", serif; }
      @media only screen and (max-width: 767px) {
        .section-message_header small {
          width: 10rem;
          font-size: 1.2rem;
          margin-top: .8rem;
          background: linear-gradient(90deg, #003b8c 0%, #009ad3 100%);
          justify-content: center;
          margin-left: 0; } }
    .section-message_header-ttl {
      line-height: 1.3;
      font-weight: 400;
      letter-spacing: .3rem; }
      .section-message_header-ttl span {
        font-size: 3.6rem;
        color: #003b8c;
        background: linear-gradient(90deg, #003b8c 0%, #009ad3 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block; }
        @media only screen and (max-width: 767px) {
          .section-message_header-ttl span {
            font-size: 1.8rem; } }
        .section-message_header-ttl span b {
          font-size: 4rem;
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            .section-message_header-ttl span b {
              font-size: 2.7rem; } }
  .section-message dl {
    max-width: 72rem;
    margin: 0 auto;
    border: 0.1rem solid #e5e5e5;
    position: relative;
    overflow: visible;
    letter-spacing: .3rem; }
    .section-message dl dt {
      font-size: 3rem;
      font-weight: 400;
      line-height: 1;
      background: #fff;
      position: absolute;
      padding: 0 2rem 0 2.3rem;
      left: 50%;
      top: -.5em;
      transform: translate(-50%, 0); }
      @media only screen and (max-width: 767px) {
        .section-message dl dt {
          font-size: 1.6rem;
          padding: 0 1rem;
          width: 70%; } }
      .section-message dl dt span {
        color: #003b8c;
        background: linear-gradient(90deg, #003b8c 0%, #009ad3 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block; }
    .section-message dl dd {
      text-align: center;
      font-size: 2.4rem;
      line-height: 1.8;
      padding: 5rem 0; }
      @media only screen and (max-width: 767px) {
        .section-message dl dd {
          font-size: 1.4rem;
          padding: 3rem 1.5rem;
          letter-spacing: .1rem; }
          .section-message dl dd br {
            display: none; } }
  .section-message_inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-bottom: 12rem; }
    @media only screen and (max-width: 767px) {
      .section-message_inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 4rem; } }
    .section-message_inner-fig {
      width: 36%;
      flex-shrink: 0;
      padding-bottom: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .section-message_inner-fig {
          width: 50%; } }
    .section-message_inner-txt {
      width: 100%;
      padding-right: 3rem;
      letter-spacing: .3rem; }
      @media only screen and (max-width: 767px) {
        .section-message_inner-txt {
          padding-right: 0;
          letter-spacing: .1rem; } }
      .section-message_inner-txt p {
        padding-bottom: 1.5rem;
        font-size: 1.6rem;
        line-height: 2; }
        @media only screen and (max-width: 1024px) {
          .section-message_inner-txt p {
            font-size: 1.5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-message_inner-txt p {
      font-size: 1.2rem; } }

        .section-message_inner-txt p strong {
          font-size: 3.2rem;
          line-height: 1.5;
          display: inline-block; }
          @media only screen and (max-width: 1024px) {
            .section-message_inner-txt p strong {
              font-size: 2.4rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-message_inner-txt p strong {
      font-size: 1.8rem; } }

        .section-message_inner-txt p.sign {
          text-align: right;
          font-size: 1.8rem; }
          @media only screen and (max-width: 1024px) {
            .section-message_inner-txt p.sign {
              font-size: 1.6rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-message_inner-txt p.sign {
      font-size: 1.2rem; } }

          .section-message_inner-txt p.sign span {
            font-size: 1.2rem; }
            @media only screen and (max-width: 767px) {
              .section-message_inner-txt p.sign span {
                font-size: 1rem; } }
.section-company {
  position: relative;
  padding: 11rem 0;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .section-company {
      padding: 6rem 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-company {
      padding: 4rem 0;
      background: rgba(229, 229, 229, 0.25); } }

  .section-company_fig {
    padding-bottom: 15rem; }
    @media only screen and (max-width: 1024px) {
      .section-company_fig {
        padding-bottom: 10rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-company_fig {
      overflow: hidden;
      margin-bottom: 5rem;
      padding-bottom: 0; } }

    .section-company_fig img {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .section-company_fig img {
          width: 200%;
          max-width: 200%; } }
  .section-company_header {
    max-width: 99rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 2rem 5rem; }
    @media only screen and (max-width: 1024px) {
      .section-company_header {
        padding-bottom: 3rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-company_header {
      flex-direction: column; } }

    .section-company_header small {
      width: 18rem;
      font-size: 1.6rem;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      background: linear-gradient(90deg, #003b8c 0%, #008cc9 70%, rgba(0, 154, 211, 0.61) 82%, rgba(0, 154, 211, 0) 100%);
      margin-left: 2.5rem;
      color: #fff;
      padding: 0 .5rem;
      height: 2rem;
      font-family: "Playfair Display", serif; }
      @media only screen and (max-width: 767px) {
        .section-company_header small {
          width: 10rem;
          font-size: 1.2rem;
          margin-top: .8rem;
          background: linear-gradient(90deg, #003b8c 0%, #009ad3 100%);
          justify-content: center;
          margin-left: 0; } }
    .section-company_header-ttl {
      line-height: 1.3;
      font-weight: 400;
      letter-spacing: .3rem; }
      .section-company_header-ttl span {
        font-size: 4rem;
        color: #003b8c;
        background: linear-gradient(90deg, #003b8c 0%, #009ad3 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block; }
        @media only screen and (max-width: 767px) {
          .section-company_header-ttl span {
            font-size: 2.7rem; } }
  .section-company_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    margin-bottom: 6.5rem;
    letter-spacing: .3rem; }
    @media only screen and (max-width: 767px) {
      .section-company_ttl {
        margin-bottom: 3rem; } }
    .section-company_ttl span {
      font-size: 3rem;
      color: #003b8c;
      background: linear-gradient(90deg, #003b8c 0%, #009ad3 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .section-company_ttl span {
          font-size: 2rem; } }
    .section-company_ttl:before {
      content: "";
      width: 7rem;
      height: .1rem;
      background: #e5e5e5;
      margin-right: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .section-company_ttl:before {
          width: 4rem; } }
    .section-company_ttl:after {
      content: "";
      width: 7rem;
      height: .1rem;
      background: #e5e5e5;
      margin-left: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .section-company_ttl:after {
          width: 4rem; } }
  .section-company_history {
    max-width: 72rem;
    margin: 0 auto 15rem; }
    @media only screen and (max-width: 1024px) {
      .section-company_history {
        padding: 0 2rem;
        margin-bottom: 10rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-company_history {
      margin-bottom: 6rem; } }

    .section-company_history dl {
      text-align: center;
      padding-bottom: 4rem;
      overflow: visible; }
      @media only screen and (max-width: 767px) {
        .section-company_history dl {
          padding-bottom: 2rem; } }
      .section-company_history dl div {
        background: #f7f9fb;
        height: 6.5rem;
        margin-bottom: 1.7rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .section-company_history dl div {
            flex-direction: column;
            background: #fff;
            height: auto;
            padding: 1.5rem;
            margin-bottom: 1rem; } }
      .section-company_history dl dt {
        font-size: 1.5rem;
        font-weight: 400;
        flex-shrink: 0;
        width: 14rem;
        text-align: center; }
        .section-company_history dl dt small {
          color: #e5e5e5;
          font-size: 5rem;
          line-height: 1;
          font-family: "Playfair Display", serif;
          position: absolute;
          right: 1rem;
          bottom: -.3rem; }
          @media only screen and (max-width: 767px) {
            .section-company_history dl dt small {
              font-size: 2rem; } }
        @media only screen and (max-width: 767px) {
          .section-company_history dl dt {
            width: 100%;
            font-size: 1.2rem;
            text-align: left; } }
      .section-company_history dl dd {
        width: 100%;
        font-size: 1.5rem;
        text-align: left; }
        @media only screen and (max-width: 767px) {
          .section-company_history dl dd {
            font-size: 1.3rem; } }
  @media only screen and (max-width: 1024px) {
    .section-company_access {
      padding: 0 2rem;
      margin-bottom: 10rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-company_access {
      margin-bottom: 0; } }

  .section-company_access dl {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .section-company_access dl {
        flex-direction: column; } }
    .section-company_access dl div {
      padding: 0 1rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-company_access dl div {
          padding: 0 0 2.5rem; } }
      .section-company_access dl div dt {
        font-size: 2.4rem;
        font-weight: 400;
        padding-bottom: 2.5rem; }
        @media only screen and (max-width: 767px) {
          .section-company_access dl div dt {
            font-size: 1.8rem;
            padding-bottom: 1.5rem; } }
      .section-company_access dl div dd iframe {
        max-width: 100%;
        border: 0.5rem solid #f7f9fb !important;
        margin-bottom: 2rem; }
        @media only screen and (max-width: 767px) {
          .section-company_access dl div dd iframe {
            margin-bottom: 1rem;
            border-color: #fff !important; } }
      .section-company_access dl div dd p {
        font-size: 1.5rem;
        line-height: 2;
        padding-bottom: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .section-company_access dl div dd p {
            font-size: 1.2rem;
            line-height: 1.5;
            padding-bottom: 1rem; } }
      .section-company_access dl div dd .btn a {
        width: 15rem;
        height: 3.6rem;
        margin: 0 auto;
        background: #003b8c;
        color: #fff;
        font-size: 1.2rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5rem; }
        @media only screen and (max-width: 767px) {
          .section-company_access dl div dd .btn a {
            height: 2.8rem; } }
        .section-company_access dl div dd .btn a:hover {
          background: #001283; }
        .section-company_access dl div dd .btn a span {
          font-size: 1.4rem;
          color: #009ad3;
          margin-right: .3rem; }
  .section-company_service {
    max-width: 72rem;
    margin: 0 auto 15rem; }
    @media only screen and (max-width: 1024px) {
      .section-company_service {
        padding: 0 2rem;
        margin-bottom: 10rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-company_service {
      margin-bottom: 6rem; } }

    .section-company_service figure {
      text-align: center;
      padding-top: 1.5rem; }
    .section-company_service p {
      font-size: 1.8rem;
      color: #003b8c;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-company_service p {
          font-size: 1.4rem; } }
    .section-company_service dl {
      text-align: center;
      padding-bottom: 4rem; }
      @media only screen and (max-width: 767px) {
        .section-company_service dl {
          padding-bottom: 2rem; } }
      .section-company_service dl dt {
        font-size: 2rem;
        font-weight: 400;
        padding-bottom: 2rem; }
        @media only screen and (max-width: 767px) {
          .section-company_service dl dt {
            font-size: 1.6rem; } }
      .section-company_service dl dd {
        border: 0.1rem solid #e5e5e5;
        padding: 3rem 5rem; }
        @media only screen and (max-width: 767px) {
          .section-company_service dl dd {
            padding: 2rem; } }
        .section-company_service dl dd ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start; }
          .section-company_service dl dd ul li {
            width: 33%;
            font-size: 1.5rem;
            text-align: left;
            letter-spacing: .3rem;
            padding: .5rem 0; }
            @media only screen and (max-width: 767px) {
              .section-company_service dl dd ul li {
                width: 50%;
                font-size: 1.2rem;
                letter-spacing: .1rem; } }
            .section-company_service dl dd ul li span {
              color: #009ad3;
              margin-right: .5rem;
              font-size: 1.3rem; }
              @media only screen and (max-width: 767px) {
                .section-company_service dl dd ul li span {
                  font-size: 1rem; } }
  .section-company_outline {
    max-width: 75rem;
    margin: 0 auto 15rem; }
    @media only screen and (max-width: 1024px) {
      .section-company_outline {
        padding: 0 2rem;
        margin-bottom: 10rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .section-company_outline {
      margin-bottom: 6rem; } }

    .section-company_outline dl div {
      display: flex;
      justify-content: space-between; }
      .section-company_outline dl div:nth-of-type(1) dt {
        border-top: 0.1rem solid #003b8c; }
      .section-company_outline dl div:nth-of-type(1) dd {
        border-top: 0.1rem solid #e5e5e5; }
      .section-company_outline dl div dt {
        width: 18rem;
        text-align: center;
        font-size: 1.5rem;
        color: #003b8c;
        flex-shrink: 0;
        border-bottom: 0.1rem solid #003b8c;
        padding: 2.5rem 0;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .section-company_outline dl div dt {
            width: 6rem;
            font-size: 1.2rem;
            padding: 1.5rem 0; } }
      .section-company_outline dl div dd {
        width: 100%;
        border-bottom: 0.1rem solid #e5e5e5;
        text-align: left;
        font-size: 1.6rem;
        padding: 2.5rem 0 2.5rem 4rem; }
        .section-company_outline dl div dd small {
          font-size: 1rem; }
        @media only screen and (max-width: 767px) {
          .section-company_outline dl div dd {
            font-size: 1.3rem;
            padding: 1.5rem 0 1.5rem 1.5rem; } }
