/* CSS Document */
.site-header.top-header {
  background-color: #304B9A;
  position: relative;
  color: #fff; }
  .site-header.top-header #global-nav {
    justify-content: space-between;
    align-items: center; }
    .site-header.top-header #global-nav.m_fixed {
      background-color: #304B9A;
      width: 100%;
      position: fixed;
      top: 0;
      z-index: 999; }
    .site-header.top-header #global-nav h1 {
      padding: 1rem 3rem;
      margin: 0; }
      @media screen and (max-width: 991px) {
        .site-header.top-header #global-nav h1 {
          padding: 1rem 2rem; } }
      .site-header.top-header #global-nav h1 img {
        width: 415px; }
        @media screen and (max-width: 1199px) {
          .site-header.top-header #global-nav h1 img {
            width: 315px; } }
        @media screen and (max-width: 991px) {
          .site-header.top-header #global-nav h1 img {
            width: 260px; } }
    .site-header.top-header #global-nav ul {
      display: flex;
      margin-bottom: 0; }
      .site-header.top-header #global-nav ul li a {
        padding: 2.5rem;
        display: block;
        background-color: #009CDE;
        transition: 0.3s; }
        @media screen and (max-width: 991px) {
          .site-header.top-header #global-nav ul li a {
            padding: 2rem; } }
        .site-header.top-header #global-nav ul li a:hover {
          background-color: #fff;
          color: #304B9A; }
      .site-header.top-header #global-nav ul li:last-child a {
        background-color: #304B9A; }
        .site-header.top-header #global-nav ul li:last-child a i {
          padding-right: 0.5rem; }
        .site-header.top-header #global-nav ul li:last-child a:hover {
          background-color: #fff;
          color: #304B9A; }

@media screen and (max-width: 767px) {
  .header {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 2000;
    transition: 0.3s;
    background: #304B9A !important; } }
@media screen and (max-width: 767px) {
  .header .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem; } }
@media screen and (max-width: 767px) {
  .header .header__inner .logo img {
    height: 40px; } }
@media screen and (max-width: 575px) {
  .header .header__inner .logo img {
    height: 35px; } }

.drawer__button {
  position: relative;
  width: 4rem;
  height: 4rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999; }
  .drawer__button > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 2px;
    background-color: #fff !important;
    transform: translateX(-50%); }
  .drawer__button > span:first-child {
    transform: translate(-50%, calc(-50% - 1rem));
    transition: transform 0.3s ease; }
  .drawer__button > span:nth-child(2) {
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease; }
  .drawer__button > span:last-child {
    transform: translate(-50%, calc(-50% + 1rem));
    transition: transform 0.3s ease; }

.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg); }
.drawer__button.active > span:nth-child(2) {
  opacity: 0; }
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg); }

.drawer__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden; }
  .drawer__nav .drawer__nav__inner {
    position: relative;
    width: 60%;
    height: 100%;
    background-color: #304B9A !important;
    padding: 0;
    margin: 0 0 0 auto;
    overflow: scroll;
    transform: translateX(100%);
    transition: transform 0.3s ease; }
    .drawer__nav .drawer__nav__inner .drawer__nav__menu {
      list-style: none;
      padding: 0;
      padding-top: 79px;
      margin: 0; }
      .drawer__nav .drawer__nav__inner .drawer__nav__menu .drawer__nav__item .drawer__nav__link {
        font-size: 20px;
        font-size: 2rem;
        display: block;
        color: #fff !important;
        text-decoration: none;
        padding: 1.5rem 2rem;
        border-top: solid 1px #fff !important;
        transition: 0.3s; }
        @media screen and (max-width: 575px) {
          .drawer__nav .drawer__nav__inner .drawer__nav__menu .drawer__nav__item .drawer__nav__link {
            font-size: 16px;
            font-size: 1.6rem; } }
        .drawer__nav .drawer__nav__inner .drawer__nav__menu .drawer__nav__item .drawer__nav__link:hover {
          background-color: #fff !important;
          color: #304B9A !important; }
      .drawer__nav .drawer__nav__inner .drawer__nav__menu .drawer__nav__item:last-child .drawer__nav__link {
        border-bottom: solid 1px #fff !important; }

h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 3px; }
  @media screen and (max-width: 1199px) {
    h2 {
      font-size: 30px;
      font-size: 3rem; } }
  @media screen and (max-width: 575px) {
    h2 {
      font-size: 25px;
      font-size: 2.5rem; } }
  h2 span {
    display: block;
    font-size: 30px;
    font-size: 3rem;
    color: #009CDE;
    font-weight: 400;
    font-family: "Saira", sans-serif; }
    @media screen and (max-width: 1199px) {
      h2 span {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 575px) {
      h2 span {
        font-size: 16px;
        font-size: 1.6rem; } }

#main-img {
  position: relative; }
  #main-img .movie-bg {
    width: 100%;
    height: 800px;
    position: relative; }
    @media screen and (max-width: 1399px) {
      #main-img .movie-bg {
        height: 700px; } }
    @media screen and (max-width: 1199px) {
      #main-img .movie-bg {
        height: 600px; } }
    @media screen and (max-width: 991px) {
      #main-img .movie-bg {
        height: 500px; } }
    @media screen and (max-width: 767px) {
      #main-img .movie-bg {
        margin-top: 74px;
        height: 380px; } }
    #main-img .movie-bg video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }
    #main-img .movie-bg .movie-p {
      position: absolute;
      top: 8%;
      left: 8%;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        #main-img .movie-bg .movie-p {
          top: 7%;
          left: 7%; } }
      @media screen and (max-width: 575px) {
        #main-img .movie-bg .movie-p {
          top: 3%;
          left: 0;
          right: 0;
          width: 90%;
          margin: auto; } }
      #main-img .movie-bg .movie-p h2 {
        font-size: 50px;
        font-size: 5rem;
        color: #fff;
        line-height: 1.5;
        letter-spacing: 5px;
        margin-bottom: 2rem; }
        @media screen and (max-width: 1399px) {
          #main-img .movie-bg .movie-p h2 {
            font-size: 45px;
            font-size: 4.5rem;
            letter-spacing: 3px; } }
        @media screen and (max-width: 1199px) {
          #main-img .movie-bg .movie-p h2 {
            font-size: 40px;
            font-size: 4rem;
            line-height: 1.4; } }
        @media screen and (max-width: 991px) {
          #main-img .movie-bg .movie-p h2 {
            font-size: 35px;
            font-size: 3.5rem; } }
        @media screen and (max-width: 575px) {
          #main-img .movie-bg .movie-p h2 {
            font-size: 25px;
            font-size: 2.5rem;
            letter-spacing: 1px;
            margin-bottom: 1rem; } }
        #main-img .movie-bg .movie-p h2 span {
          display: inline-block;
          color: #fff;
          font-size: 70px;
          font-size: 7rem; }
          @media screen and (max-width: 1399px) {
            #main-img .movie-bg .movie-p h2 span {
              font-size: 60px;
              font-size: 6rem; } }
          @media screen and (max-width: 1199px) {
            #main-img .movie-bg .movie-p h2 span {
              font-size: 55px;
              font-size: 5.5rem; } }
          @media screen and (max-width: 991px) {
            #main-img .movie-bg .movie-p h2 span {
              font-size: 50px;
              font-size: 5rem; } }
          @media screen and (max-width: 575px) {
            #main-img .movie-bg .movie-p h2 span {
              font-size: 40px;
              font-size: 4rem; } }
      #main-img .movie-bg .movie-p p {
        font-size: 20px;
        font-size: 2rem;
        color: #fff;
        line-height: 2; }
        @media screen and (max-width: 1199px) {
          #main-img .movie-bg .movie-p p {
            font-size: 18px;
            font-size: 1.8rem; } }
        @media screen and (max-width: 991px) {
          #main-img .movie-bg .movie-p p {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.75; } }
        @media screen and (max-width: 575px) {
          #main-img .movie-bg .movie-p p {
            font-size: 14px;
            font-size: 1.4rem;
            text-align: justify; } }
    #main-img .movie-bg::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-color: #939396;
      mix-blend-mode: multiply;
      position: absolute;
      z-index: 1; }
  #main-img .main-img-bottom {
    display: block;
    position: absolute;
    bottom: -140px;
    width: 100%;
    z-index: 2; }
    @media screen and (max-width: 1399px) {
      #main-img .main-img-bottom {
        bottom: -110px; } }
    @media screen and (max-width: 1199px) {
      #main-img .main-img-bottom {
        bottom: -91px; } }
    @media screen and (max-width: 991px) {
      #main-img .main-img-bottom {
        bottom: -81px; } }
    @media screen and (max-width: 575px) {
      #main-img .main-img-bottom {
        bottom: -36px; } }
    #main-img .main-img-bottom::before {
      content: '';
      display: block;
      width: 100%;
      height: 200px;
      clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      background-color: #009CDE;
      position: absolute;
      top: -69px; }
      @media screen and (max-width: 1199px) {
        #main-img .main-img-bottom::before {
          top: -79px; } }
      @media screen and (max-width: 991px) {
        #main-img .main-img-bottom::before {
          height: 100px;
          top: -29px; } }
    #main-img .main-img-bottom .main-img-bottom-p {
      position: relative; }
      #main-img .main-img-bottom .main-img-bottom-p p {
        position: relative;
        font-family: "Saira", sans-serif;
        font-size: 130px;
        font-size: 13rem;
        color: #fff;
        font-weight: 100;
        line-height: 1;
        letter-spacing: 5px;
        z-index: 1; }
        @media screen and (max-width: 1399px) {
          #main-img .main-img-bottom .main-img-bottom-p p {
            font-size: 115px;
            font-size: 11.5rem; } }
        @media screen and (max-width: 1199px) {
          #main-img .main-img-bottom .main-img-bottom-p p {
            font-size: 100px;
            font-size: 10rem; } }
        @media screen and (max-width: 991px) {
          #main-img .main-img-bottom .main-img-bottom-p p {
            font-size: 80px;
            font-size: 8rem; } }
        @media screen and (max-width: 575px) {
          #main-img .main-img-bottom .main-img-bottom-p p {
            font-size: 50px;
            font-size: 5rem; } }
      #main-img .main-img-bottom .main-img-bottom-p::after {
        content: '';
        display: block;
        width: 640px;
        height: 570px;
        background-image: url("../img/top-img-01.png");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -40px;
        right: 0; }
        @media screen and (max-width: 1399px) {
          #main-img .main-img-bottom .main-img-bottom-p::after {
            width: 520px;
            height: 450px; } }
        @media screen and (max-width: 1199px) {
          #main-img .main-img-bottom .main-img-bottom-p::after {
            width: 425px;
            height: 370px; } }
        @media screen and (max-width: 991px) {
          #main-img .main-img-bottom .main-img-bottom-p::after {
            width: 290px;
            height: 250px;
            bottom: -20px; } }
        @media screen and (max-width: 575px) {
          #main-img .main-img-bottom .main-img-bottom-p::after {
            width: 230px;
            height: 200px; } }

#news {
  background: linear-gradient(0deg, white 20%, #009cde 20%);
  padding-top: 180px; }
  @media screen and (max-width: 1399px) {
    #news {
      padding-top: 150px; } }
  @media screen and (max-width: 1199px) {
    #news {
      padding-top: 130px; } }
  @media screen and (max-width: 991px) {
    #news {
      padding-top: 100px; } }
  @media screen and (max-width: 575px) {
    #news {
      padding-top: 50px; } }
  #news div.d-flex {
    background-color: #E5F5FC;
    padding: 5rem; }
    @media screen and (max-width: 991px) {
      #news div.d-flex {
        padding: 4rem; } }
    @media screen and (max-width: 767px) {
      #news div.d-flex {
        flex-wrap: wrap; } }
    @media screen and (max-width: 575px) {
      #news div.d-flex {
        padding: 2rem; } }
    #news div.d-flex h2 {
      width: 20%; }
      @media screen and (max-width: 1399px) {
        #news div.d-flex h2 {
          width: 25%; } }
      @media screen and (max-width: 767px) {
        #news div.d-flex h2 {
          width: 100%; } }
    #news div.d-flex ul {
      width: 75%;
      margin-left: 5%;
      margin-bottom: 0;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1399px) {
        #news div.d-flex ul {
          width: 70%; } }
      @media screen and (max-width: 767px) {
        #news div.d-flex ul {
          margin-left: 0;
          margin-top: 3rem;
          width: 100%; } }
      @media screen and (max-width: 575px) {
        #news div.d-flex ul {
          margin-top: 2rem; } }
      #news div.d-flex ul li {
        width: 100%;
        align-items: center;
        padding: 2rem 0;
        border-bottom: 0.25px solid #009CDE;
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 1px; }
        @media screen and (max-width: 575px) {
          #news div.d-flex ul li {
            flex-wrap: wrap;
            padding: 1rem 0; } }
        #news div.d-flex ul li p {
          margin: 0; }
        #news div.d-flex ul li .category {
          color: #009CDE;
          border: 1px solid #009CDE;
          border-radius: 3rem;
          padding: 0rem 1rem 0.3rem;
          margin: 0 2rem; }
          @media screen and (max-width: 767px) {
            #news div.d-flex ul li .category {
              padding: 0rem 1rem 0rem; } }
          @media screen and (max-width: 575px) {
            #news div.d-flex ul li .category {
              font-size: 13px;
              font-size: 1.3rem;
              margin: 0 1rem; } }
        @media screen and (max-width: 575px) {
          #news div.d-flex ul li .title {
            width: 100%;
            margin-top: 0.5rem; } }
        #news div.d-flex ul li:first-child {
          padding-top: 0; }
        #news div.d-flex ul li:last-child {
          border: none;
          padding-bottom: 0; }

#message {
  margin: 8rem 0;
  background-image: url("../img/top-message.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 620px; }
  @media screen and (max-width: 1399px) {
    #message {
      background-size: 630px; } }
  @media screen and (max-width: 1199px) {
    #message {
      background-size: 570px; } }
  @media screen and (max-width: 991px) {
    #message {
      background-size: 505px; } }
  @media screen and (max-width: 767px) {
    #message {
      background-image: url("../img/top-message-sm.png");
      background-position: bottom center;
      background-size: 100%; } }
  @media screen and (max-width: 575px) {
    #message {
      margin: 6rem 0; } }
  #message .d-flex {
    align-items: flex-end;
    flex-wrap: wrap; }
    #message .d-flex .message-p {
      width: 60%; }
      @media screen and (max-width: 1399px) {
        #message .d-flex .message-p {
          width: 65%; } }
      @media screen and (max-width: 1199px) {
        #message .d-flex .message-p {
          width: 58%; } }
      @media screen and (max-width: 991px) {
        #message .d-flex .message-p {
          width: 63%; } }
      @media screen and (max-width: 767px) {
        #message .d-flex .message-p {
          width: 100%; } }
      #message .d-flex .message-p h2 {
        line-height: 1.75; }
        @media screen and (max-width: 575px) {
          #message .d-flex .message-p h2 {
            letter-spacing: 1px; } }
        #message .d-flex .message-p h2 + p {
          width: 100%;
          font-size: 24px;
          font-size: 2.4rem;
          font-weight: 500;
          color: #304B9A;
          margin: 2rem 0;
          letter-spacing: 1px; }
          @media screen and (max-width: 1199px) {
            #message .d-flex .message-p h2 + p {
              font-size: 20px;
              font-size: 2rem;
              margin: 1rem 0;
              letter-spacing: 0; } }
          @media screen and (max-width: 575px) {
            #message .d-flex .message-p h2 + p {
              font-size: 16px;
              font-size: 1.6rem; } }
      #message .d-flex .message-p p {
        width: 82%;
        text-align: justify;
        margin-bottom: 3rem; }
        @media screen and (max-width: 1399px) {
          #message .d-flex .message-p p {
            width: 87%; } }
        @media screen and (max-width: 1199px) {
          #message .d-flex .message-p p {
            width: 93%;
            margin-bottom: 2rem; } }
        @media screen and (max-width: 991px) {
          #message .d-flex .message-p p {
            width: 100%; } }
    #message .d-flex .message-img {
      width: 40%; }
      @media screen and (max-width: 1399px) {
        #message .d-flex .message-img {
          width: 35%; } }
      @media screen and (max-width: 1199px) {
        #message .d-flex .message-img {
          width: 42%; } }
      @media screen and (max-width: 991px) {
        #message .d-flex .message-img {
          width: 37%; } }
      @media screen and (max-width: 767px) {
        #message .d-flex .message-img {
          width: 100%;
          height: 350px;
          position: relative; } }
      @media screen and (max-width: 575px) {
        #message .d-flex .message-img {
          height: 230px; } }
      #message .d-flex .message-img p {
        font-family: "Saira", sans-serif;
        font-size: 120px;
        font-size: 12rem;
        color: #009CDE;
        font-weight: 100;
        line-height: 1;
        letter-spacing: 5px; }
        @media screen and (max-width: 1399px) {
          #message .d-flex .message-img p {
            font-size: 100px;
            font-size: 10rem; } }
        @media screen and (max-width: 1199px) {
          #message .d-flex .message-img p {
            font-size: 80px;
            font-size: 8rem; } }
        @media screen and (max-width: 991px) {
          #message .d-flex .message-img p {
            font-size: 60px;
            font-size: 6rem; } }
        @media screen and (max-width: 767px) {
          #message .d-flex .message-img p {
            position: absolute;
            bottom: -30px;
            right: 0; } }
        @media screen and (max-width: 575px) {
          #message .d-flex .message-img p {
            bottom: -35px; } }

#service {
  padding: 8rem 0; }
  @media screen and (max-width: 575px) {
    #service {
      padding: 6rem 0; } }
  #service .d-flex {
    align-items: flex-end;
    justify-content: space-between; }
  #service .flow-contents {
    position: relative; }
    #service .flow-contents .flow-img {
      position: absolute;
      right: 7%;
      top: 13%;
      width: 400px;
      height: 325px;
      background-image: url("../img/arrow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top right;
      padding: 3rem 3rem 0 0; }
      @media screen and (max-width: 1399px) {
        #service .flow-contents .flow-img {
          right: 4%;
          top: 12%;
          width: 300px;
          height: 250px; } }
      @media screen and (max-width: 1199px) {
        #service .flow-contents .flow-img {
          width: 250px;
          height: 200px; } }
      @media screen and (max-width: 991px) {
        #service .flow-contents .flow-img {
          background-image: url("../img/arrow-md.svg");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: top right;
          width: 80px;
          height: 250px;
          padding: 0; } }
      @media screen and (max-width: 767px) {
        #service .flow-contents .flow-img {
          top: 7%; } }
      @media screen and (max-width: 575px) {
        #service .flow-contents .flow-img {
          display: none; } }
      #service .flow-contents .flow-img p {
        text-align: right;
        font-family: "Saira", sans-serif;
        font-size: 120px;
        font-size: 12rem;
        color: #fff;
        font-weight: 100;
        line-height: 1;
        letter-spacing: 5px;
        opacity: 0.5; }
        @media screen and (max-width: 1399px) {
          #service .flow-contents .flow-img p {
            font-size: 100px;
            font-size: 10rem; } }
        @media screen and (max-width: 1199px) {
          #service .flow-contents .flow-img p {
            font-size: 70px;
            font-size: 7rem; } }
        @media screen and (max-width: 991px) {
          #service .flow-contents .flow-img p {
            display: none; } }
    #service .flow-contents::before {
      content: '';
      width: 100%;
      height: 930px;
      background: url("../img/top-flow-bg.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      position: absolute;
      z-index: -1;
      top: 8%; }
      @media screen and (max-width: 1199px) {
        #service .flow-contents::before {
          top: 9%; } }
      @media screen and (max-width: 767px) {
        #service .flow-contents::before {
          height: 1200px;
          top: 5%; } }
      @media screen and (max-width: 575px) {
        #service .flow-contents::before {
          height: 1080px; } }
  #service ol {
    counter-reset: number;
    margin-top: 3rem;
    position: relative; }
    #service ol li {
      width: 100%;
      margin-bottom: 2rem; }
      @media screen and (max-width: 767px) {
        #service ol li {
          margin-bottom: 5rem; } }
      #service ol li a {
        display: flex;
        position: relative;
        align-items: flex-end; }
        @media screen and (max-width: 767px) {
          #service ol li a {
            flex-wrap: wrap; } }
        @media screen and (max-width: 575px) {
          #service ol li a {
            align-items: center;
            justify-content: center; } }
        #service ol li a::after {
          font-weight: 100;
          color: #009CDE;
          font-size: 80px;
          font-size: 8rem;
          font-family: "Saira", sans-serif;
          counter-increment: number;
          content: "0" counter(number);
          position: absolute;
          right: -5%;
          top: -5%; }
          @media screen and (max-width: 1199px) {
            #service ol li a::after {
              font-size: 70px;
              font-size: 7rem;
              right: -2%;
              top: 0%; } }
          @media screen and (max-width: 991px) {
            #service ol li a::after {
              font-size: 90px;
              font-size: 9rem;
              right: 0;
              top: 0%; } }
          @media screen and (max-width: 767px) {
            #service ol li a::after {
              font-size: 80px;
              font-size: 8rem;
              right: 0;
              top: -10%;
              left: 0; } }
        #service ol li a img {
          filter: drop-shadow(20px 20px 5px rgba(0, 0, 0, 0.2));
          transition: 0.3s; }
        #service ol li a p {
          background-color: #009CDE;
          color: #fff;
          font-size: 20px;
          font-size: 2rem;
          letter-spacing: 3px;
          text-align: center;
          line-height: 1;
          padding: 1.5rem;
          width: 220px;
          margin-left: -13rem;
          margin-bottom: 2rem;
          display: inline-block;
          filter: drop-shadow(20px 20px 5px rgba(0, 0, 0, 0.2));
          transition: 0.3s; }
          @media screen and (max-width: 767px) {
            #service ol li a p {
              margin-left: 5rem;
              margin-top: -3rem;
              margin-bottom: 0; } }
          @media screen and (max-width: 575px) {
            #service ol li a p {
              margin: 0;
              margin-top: -3rem; } }
          #service ol li a p span {
            font-size: 10px;
            font-size: 1rem; }
        #service ol li a:hover img {
          filter: none; }
        #service ol li a:hover p {
          background-color: #fff;
          color: #009CDE;
          filter: none; }
      #service ol li:nth-child(2) {
        padding-left: 15%; }
        @media screen and (max-width: 1399px) {
          #service ol li:nth-child(2) {
            padding-left: 11%; } }
        @media screen and (max-width: 1199px) {
          #service ol li:nth-child(2) {
            padding-left: 9%; } }
        @media screen and (max-width: 991px) {
          #service ol li:nth-child(2) {
            padding-left: 0; } }
      #service ol li:nth-child(3) {
        justify-content: center; }
        @media screen and (max-width: 991px) {
          #service ol li:nth-child(3) {
            justify-content: flex-start; } }
      #service ol li:nth-child(4) {
        padding-left: 40%; }
        @media screen and (max-width: 1399px) {
          #service ol li:nth-child(4) {
            padding-left: 33%; } }
        @media screen and (max-width: 1199px) {
          #service ol li:nth-child(4) {
            padding-left: 25%; } }
        @media screen and (max-width: 991px) {
          #service ol li:nth-child(4) {
            padding-left: 0; } }
      #service ol li:nth-child(5) {
        justify-content: flex-end;
        margin-bottom: 0; }
        @media screen and (max-width: 991px) {
          #service ol li:nth-child(5) {
            justify-content: flex-start; } }
    #service ol::after {
      content: '';
      width: 390px;
      height: 360px;
      background: url("../img/top-flow-06.png");
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      position: absolute;
      z-index: 0;
      bottom: 0;
      left: 0; }
      @media screen and (max-width: 1399px) {
        #service ol::after {
          width: 330px;
          height: 310px;
          bottom: -3%;
          left: -5%; } }
      @media screen and (max-width: 1199px) {
        #service ol::after {
          width: 300px;
          height: 280px;
          bottom: -2%;
          left: -10%; } }
      @media screen and (max-width: 991px) {
        #service ol::after {
          content: none; } }

#strengths {
  margin: 8rem 0; }
  @media screen and (max-width: 575px) {
    #strengths {
      margin: 6rem 0; } }
  #strengths div.d-flex {
    align-items: flex-end;
    justify-content: space-between; }
  #strengths ol.d-flex {
    counter-reset: number;
    margin-top: 4rem;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #strengths ol.d-flex {
        flex-wrap: wrap; } }
    @media screen and (max-width: 575px) {
      #strengths ol.d-flex {
        margin-top: 3rem; } }
    #strengths ol.d-flex li {
      width: 30%;
      background: #E5F5FC;
      padding: 7rem 3rem 3rem;
      position: relative; }
      @media screen and (max-width: 1199px) {
        #strengths ol.d-flex li {
          width: 32%;
          padding: 6rem 2rem 3rem; } }
      @media screen and (max-width: 767px) {
        #strengths ol.d-flex li {
          width: 100%;
          padding: 3rem 5rem 3rem;
          margin-bottom: 3rem;
          display: flex;
          align-items: center; } }
      @media screen and (max-width: 575px) {
        #strengths ol.d-flex li {
          padding: 2rem;
          margin-bottom: 2rem; } }
      #strengths ol.d-flex li::before {
        font-weight: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;
        color: #fff;
        background: #304B9A;
        border-radius: 50%;
        font-size: 35px;
        font-size: 3.5rem;
        font-family: "Saira", sans-serif;
        counter-increment: number;
        content: "0" counter(number);
        position: absolute;
        left: -5%;
        top: -5%; }
        @media screen and (max-width: 1199px) {
          #strengths ol.d-flex li::before {
            width: 60px;
            height: 60px; } }
        @media screen and (max-width: 767px) {
          #strengths ol.d-flex li::before {
            width: 70px;
            height: 70px;
            right: 0;
            left: auto; } }
        @media screen and (max-width: 575px) {
          #strengths ol.d-flex li::before {
            width: 50px;
            height: 50px;
            font-size: 30px;
            font-size: 3rem; } }
      #strengths ol.d-flex li p {
        font-weight: 500;
        font-size: 25px;
        font-size: 2.5rem;
        text-align: center;
        position: relative;
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 8rem; }
        @media screen and (max-width: 1399px) {
          #strengths ol.d-flex li p {
            font-size: 23px;
            font-size: 2.3rem; } }
        @media screen and (max-width: 1199px) {
          #strengths ol.d-flex li p {
            font-size: 20px;
            font-size: 2rem; } }
        @media screen and (max-width: 991px) {
          #strengths ol.d-flex li p {
            height: 120px; } }
        @media screen and (max-width: 767px) {
          #strengths ol.d-flex li p {
            height: auto;
            width: 50%;
            padding-top: 0;
            padding-left: 2rem; } }
        @media screen and (max-width: 575px) {
          #strengths ol.d-flex li p {
            width: 55%;
            font-size: 16px;
            font-size: 1.6rem; } }
        #strengths ol.d-flex li p::before {
          content: '';
          display: block;
          width: 80px;
          height: 1px;
          border-top: 1px solid #304B9A;
          margin: 5rem auto 3rem;
          position: absolute;
          left: 0;
          right: 0;
          top: -5%; }
          @media screen and (max-width: 991px) {
            #strengths ol.d-flex li p::before {
              width: 60px; } }
          @media screen and (max-width: 767px) {
            #strengths ol.d-flex li p::before {
              content: none; } }
      @media screen and (max-width: 767px) {
        #strengths ol.d-flex li img {
          width: 50%; } }
      @media screen and (max-width: 575px) {
        #strengths ol.d-flex li img {
          width: 45%; } }

#recruit {
  margin: 20rem 0 8rem;
  background-image: url("../img/top-recruit-01.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 700px; }
  @media screen and (max-width: 1399px) {
    #recruit {
      margin: 15rem 0 8rem;
      background-size: 680px; } }
  @media screen and (max-width: 1199px) {
    #recruit {
      background-size: 620px; } }
  @media screen and (max-width: 991px) {
    #recruit {
      background-size: 515px;
      background-position: top left -30%; } }
  @media screen and (max-width: 767px) {
    #recruit {
      background-image: url("../img/top-recruit-01-sm.png");
      background-position: top center;
      background-size: 100%; } }
  @media screen and (max-width: 575px) {
    #recruit {
      margin: 6rem 0; } }
  #recruit div.d-flex {
    align-items: flex-start;
    flex-wrap: wrap; }
    #recruit div.d-flex .recruit-p {
      width: 50%; }
      @media screen and (max-width: 1399px) {
        #recruit div.d-flex .recruit-p {
          width: 56%; } }
      @media screen and (max-width: 1199px) {
        #recruit div.d-flex .recruit-p {
          width: 52%; } }
      @media screen and (max-width: 991px) {
        #recruit div.d-flex .recruit-p {
          width: 60%; } }
      @media screen and (max-width: 767px) {
        #recruit div.d-flex .recruit-p {
          width: 100%; } }
      #recruit div.d-flex .recruit-p h2 {
        line-height: 1.75; }
        @media screen and (max-width: 575px) {
          #recruit div.d-flex .recruit-p h2 {
            letter-spacing: 1px; } }
      #recruit div.d-flex .recruit-p p {
        text-align: justify;
        margin-bottom: 4rem;
        margin-top: 2rem;
        line-height: 2; }
        @media screen and (max-width: 1199px) {
          #recruit div.d-flex .recruit-p p {
            margin-bottom: 2rem; } }
      #recruit div.d-flex .recruit-p .recruit-btn {
        display: flex;
        justify-content: end; }
    #recruit div.d-flex .recruit-img {
      width: 50%;
      position: relative; }
      @media screen and (max-width: 1399px) {
        #recruit div.d-flex .recruit-img {
          width: 44%; } }
      @media screen and (max-width: 1199px) {
        #recruit div.d-flex .recruit-img {
          width: 48%; } }
      @media screen and (max-width: 991px) {
        #recruit div.d-flex .recruit-img {
          width: 40%; } }
      @media screen and (max-width: 767px) {
        #recruit div.d-flex .recruit-img {
          width: 100%;
          height: 350px; } }
      @media screen and (max-width: 575px) {
        #recruit div.d-flex .recruit-img {
          height: 230px; } }
      #recruit div.d-flex .recruit-img p {
        font-family: "Saira", sans-serif;
        font-size: 120px;
        font-size: 12rem;
        color: #009CDE;
        font-weight: 100;
        line-height: 1;
        letter-spacing: 5px;
        position: absolute;
        left: -5%;
        top: -60px; }
        @media screen and (max-width: 1399px) {
          #recruit div.d-flex .recruit-img p {
            font-size: 100px;
            font-size: 10rem; } }
        @media screen and (max-width: 1199px) {
          #recruit div.d-flex .recruit-img p {
            font-size: 80px;
            font-size: 8rem;
            top: -45px; } }
        @media screen and (max-width: 991px) {
          #recruit div.d-flex .recruit-img p {
            font-size: 60px;
            font-size: 6rem;
            top: -30px; } }
        @media screen and (max-width: 767px) {
          #recruit div.d-flex .recruit-img p {
            position: absolute;
            left: 0; } }
  #recruit ul.d-flex {
    margin-top: 5rem;
    justify-content: space-between; }
    @media screen and (max-width: 1199px) {
      #recruit ul.d-flex {
        margin-top: 4rem; } }
    @media screen and (max-width: 991px) {
      #recruit ul.d-flex {
        margin-top: 3rem; } }
    #recruit ul.d-flex li {
      width: 32%; }

#access {
  margin: 8rem 0; }
  @media screen and (max-width: 575px) {
    #access {
      margin: 6rem 0; } }
  #access ul {
    margin-top: 4rem;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #access ul {
        flex-wrap: wrap;
        margin-top: 0; } }
    #access ul li {
      width: 49%; }
      @media screen and (max-width: 767px) {
        #access ul li {
          width: 100%;
          margin-top: 3rem; } }
      #access ul li .google-map {
        display: block;
        height: 345px; }
        @media screen and (max-width: 991px) {
          #access ul li .google-map {
            height: 250px; } }
        #access ul li .google-map iframe {
          width: 100%;
          height: 100%; }
      #access ul li h3 {
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 500;
        display: block;
        color: #304B9A;
        border-left: 7px solid #304B9A;
        padding-left: 2rem;
        margin: 3rem 0 2rem;
        letter-spacing: 3px; }
        @media screen and (max-width: 991px) {
          #access ul li h3 {
            letter-spacing: 1px;
            padding-left: 1rem; } }
        @media screen and (max-width: 575px) {
          #access ul li h3 {
            font-size: 23px;
            font-size: 2.3rem;
            margin: 2rem 0 1rem; } }
        #access ul li h3 span {
          font-size: 18px;
          font-size: 1.8rem;
          letter-spacing: normal; }
      #access ul li table {
        width: 100%; }
        #access ul li table tr th {
          vertical-align: text-top;
          width: 15%;
          color: #009CDE;
          font-weight: normal; }
          @media screen and (max-width: 1399px) {
            #access ul li table tr th {
              width: 20%; } }
          @media screen and (max-width: 991px) {
            #access ul li table tr th {
              width: 25%; } }
          @media screen and (max-width: 767px) {
            #access ul li table tr th {
              width: 15%; } }
          @media screen and (max-width: 575px) {
            #access ul li table tr th {
              width: 20%;
              font-size: 15px;
              font-size: 1.5rem; } }
        #access ul li table tr td {
          width: 85%; }
          @media screen and (max-width: 1399px) {
            #access ul li table tr td {
              width: 80%; } }
          @media screen and (max-width: 991px) {
            #access ul li table tr td {
              width: 75%;
              text-align: justify; } }
          @media screen and (max-width: 767px) {
            #access ul li table tr td {
              width: 85%; } }
          @media screen and (max-width: 575px) {
            #access ul li table tr td {
              width: 80%;
              font-size: 15px;
              font-size: 1.5rem; } }
