/* CSS Document */
body {
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: justify; }
  @media screen and (max-width: 767px) {
    body {
      letter-spacing: 0.04em; } }

.inner {
  width: 85%;
  margin: auto; }
  @media screen and (max-width: 991px) {
    .inner {
      width: 100%; } }

.container-l {
  width: 95%;
  margin: auto; }

.mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 400; }

.link-box a {
  width: 255px;
  text-align: center;
  color: #103159;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  padding: 1.8rem 4rem;
  border: 1px solid #103159;
  transition: 0.3s; }
  .link-box a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    margin-left: 1em; }
  .link-box a:hover {
    background-color: #103159;
    color: #fff; }

.main-midashi {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 5rem; }
  @media screen and (max-width: 991px) {
    .main-midashi {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 3rem; } }
  .main-midashi span {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
    display: block;
    font-size: 51px;
    font-size: 5.1rem;
    color: #00bee6;
    padding-bottom: 2.5rem; }
    @media screen and (max-width: 991px) {
      .main-midashi span {
        font-size: 41px;
        font-size: 4.1rem;
        padding-bottom: 1.5rem; } }

#ul-header {
  margin-top: 76px; }
  @media screen and (max-width: 767px) {
    #ul-header {
      margin-top: 70px; } }
  @media screen and (max-width: 575px) {
    #ul-header {
      margin-top: 58px; } }
  #ul-header .header-bg {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 991px) {
      #ul-header .header-bg {
        height: 260px; } }
    @media screen and (max-width: 575px) {
      #ul-header .header-bg {
        height: 210px; } }
    #ul-header .header-bg .container > div {
      display: flex; }
      #ul-header .header-bg .container > div::after {
        border-top: solid 1px #d9e0e5;
        content: "";
        width: 100%;
        height: 0;
        margin-top: 4.5rem;
        margin-left: 6rem;
        margin-right: calc(50% - 50vw); }
        @media screen and (max-width: 1199px) {
          #ul-header .header-bg .container > div::after {
            margin-top: 4rem;
            margin-left: 5rem; } }
        @media screen and (max-width: 991px) {
          #ul-header .header-bg .container > div::after {
            margin-top: 3.75rem;
            margin-left: 4rem; } }
        @media screen and (max-width: 767px) {
          #ul-header .header-bg .container > div::after {
            margin-left: 3rem; } }
        @media screen and (max-width: 575px) {
          #ul-header .header-bg .container > div::after {
            margin-top: 2.5rem;
            margin-left: 2.5rem; } }
    #ul-header .header-bg h2 {
      font-family: "Barlow", sans-serif;
      font-weight: 600;
      font-style: italic;
      color: #00bee6;
      display: inline-block;
      font-size: 70px;
      font-size: 7rem;
      font-weight: 700;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 1199px) {
        #ul-header .header-bg h2 {
          font-size: 62px;
          font-size: 6.2rem; } }
      @media screen and (max-width: 991px) {
        #ul-header .header-bg h2 {
          font-size: 55px;
          font-size: 5.5rem; } }
      @media screen and (max-width: 575px) {
        #ul-header .header-bg h2 {
          font-size: 40px;
          font-size: 4rem; } }
      #ul-header .header-bg h2 span {
        font-family: revert;
        color: #333333;
        display: block;
        font-size: 20px;
        font-size: 2rem;
        font-style: normal;
        margin-top: 0.5rem;
        font-weight: 300;
        letter-spacing: 0.25rem; }
        @media screen and (max-width: 991px) {
          #ul-header .header-bg h2 span {
            font-size: 18px;
            font-size: 1.8rem; } }
        @media screen and (max-width: 575px) {
          #ul-header .header-bg h2 span {
            font-size: 16px;
            font-size: 1.6rem; } }

/*---------- header ----------*/
header #global-nav .logo-box {
  z-index: 999; }
  header #global-nav .logo-box a .logo {
    background: url("../img/logo.svg");
    width: 325px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 3rem;
    transition: 0.3s; }
    @media screen and (max-width: 991px) {
      header #global-nav .logo-box a .logo {
        width: 260px; } }

.header_bg-color {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 76px;
  top: 0;
  background-color: #5C6F96;
  mix-blend-mode: multiply; }
  @media screen and (max-width: 767px) {
    .header_bg-color {
      background-color: #103159;
      mix-blend-mode: revert;
      height: 70px; } }
  @media screen and (max-width: 575px) {
    .header_bg-color {
      height: 58px; } }

.header-inner ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 76px;
  text-align: right;
  margin: 0 auto; }
  .header-inner ul li {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500; }
    .header-inner ul li a {
      display: block;
      color: #fff;
      padding: 0 1em;
      transition: 0.3s;
      letter-spacing: 0.3rem; }
      .header-inner ul li a:hover {
        opacity: 0.5; }
  .header-inner ul .header-recruit a {
    background: linear-gradient(90deg, #3fa6ff 0%, #00dfdc 50%, #3fa6ff 100%);
    height: 46px;
    padding: 1em 3em !important;
    margin-left: 1.5rem;
    margin-right: 1rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background-size: 200% 100%; }
    @media screen and (max-width: 991px) {
      .header-inner ul .header-recruit a {
        padding: 1em 2em; } }
  .header-inner ul .header-recruit a:hover {
    opacity: revert !important;
    background-color: #fff;
    background-position: 100% 0; }
  .header-inner ul .header-contact a {
    background-color: #fff;
    height: 76px;
    width: 76px;
    margin-left: 1.5rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.3s; }
    .header-inner ul .header-contact a .contact-icon {
      background-repeat: no-repeat;
      background-position: center;
      font-size: 35px;
      font-size: 3.5rem;
      padding-left: 0.4rem;
      color: #00bee6; }
  .header-inner ul .header-contact a:hover {
    background-color: #103159;
    opacity: 1 !important; }
    .header-inner ul .header-contact a:hover .contact-icon {
      background-repeat: no-repeat;
      background-position: center;
      color: #fff; }

.header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: fixed;
  z-index: 2000;
  transition: 0.3s; }
  .header .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem; }
    @media screen and (max-width: 575px) {
      .header .header__inner {
        padding: 1rem 2rem; } }
  .header .logo a img {
    width: 200px; }
    .header .logo a img:hover {
      opacity: 0.5; }

.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: #00bee6;
    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: #fff;
    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-left: 0;
      padding-top: 7.5rem; }
      .drawer__nav .drawer__nav__inner .drawer__nav__menu .drawer__nav__link {
        font-size: 20px;
        font-size: 2rem;
        display: block;
        color: #00bee6;
        text-decoration: none;
        padding: 2rem;
        border-bottom: solid 1px lightgray;
        transition: 0.3s; }
        .drawer__nav .drawer__nav__inner .drawer__nav__menu .drawer__nav__link:hover {
          background-color: #f0f0f0; }
      .drawer__nav .drawer__nav__inner .drawer__nav__menu li:last-child {
        border-bottom: none; }

.drawer__nav.active {
  opacity: 1;
  visibility: visible; }
  .drawer__nav.active .drawer__nav__inner {
    transform: translateX(0); }

body.active {
  height: 100%;
  overflow: hidden; }

#footer-recruit {
  height: 780px;
  background-image: url("../img/top-recruit-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end; }
  @media screen and (max-width: 991px) {
    #footer-recruit {
      height: 480px; } }
  @media screen and (max-width: 767px) {
    #footer-recruit {
      height: 560px; } }
  #footer-recruit .footer-recruit-img {
    position: absolute;
    top: -8rem;
    width: 87%; }
    @media screen and (max-width: 991px) {
      #footer-recruit .footer-recruit-img {
        width: 70%; } }
    @media screen and (max-width: 767px) {
      #footer-recruit .footer-recruit-img {
        width: 100%; } }
  #footer-recruit .flex-right {
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      #footer-recruit .flex-right {
        justify-content: center; } }
    #footer-recruit .flex-right .recruit-box {
      position: relative;
      background-color: #fff;
      width: 55%;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 1199px) {
        #footer-recruit .flex-right .recruit-box {
          width: 68%; } }
      @media screen and (max-width: 991px) {
        #footer-recruit .flex-right .recruit-box {
          width: 75%; } }
      @media screen and (max-width: 767px) {
        #footer-recruit .flex-right .recruit-box {
          width: 90%;
          margin-bottom: 3rem; } }
      #footer-recruit .flex-right .recruit-box .recruit-textbox {
        width: 80%;
        padding: 6rem 0; }
        @media screen and (max-width: 991px) {
          #footer-recruit .flex-right .recruit-box .recruit-textbox {
            width: 89%;
            padding: 4rem 0; } }
        #footer-recruit .flex-right .recruit-box .recruit-textbox .main-midashi {
          margin-bottom: 4rem; }
          @media screen and (max-width: 991px) {
            #footer-recruit .flex-right .recruit-box .recruit-textbox .main-midashi {
              margin-bottom: 2rem; } }
        #footer-recruit .flex-right .recruit-box .recruit-textbox dl {
          margin-bottom: 3rem; }
          @media screen and (max-width: 991px) {
            #footer-recruit .flex-right .recruit-box .recruit-textbox dl {
              margin-bottom: 1rem; } }
          @media screen and (max-width: 575px) {
            #footer-recruit .flex-right .recruit-box .recruit-textbox dl {
              margin-bottom: 2rem; } }
          #footer-recruit .flex-right .recruit-box .recruit-textbox dl dt {
            font-size: 25px;
            font-size: 2.5rem;
            font-weight: 500;
            color: #103159;
            margin-bottom: 1rem; }
            @media screen and (max-width: 991px) {
              #footer-recruit .flex-right .recruit-box .recruit-textbox dl dt {
                font-size: 22px;
                font-size: 2.2rem; } }
            @media screen and (max-width: 575px) {
              #footer-recruit .flex-right .recruit-box .recruit-textbox dl dt {
                font-size: 21px;
                font-size: 2.1rem; } }
          #footer-recruit .flex-right .recruit-box .recruit-textbox dl dd {
            line-height: 2; }
            @media screen and (max-width: 991px) {
              #footer-recruit .flex-right .recruit-box .recruit-textbox dl dd {
                line-height: 1.7; } }
        #footer-recruit .flex-right .recruit-box .recruit-textbox .link-box {
          text-align: right; }
          @media screen and (max-width: 575px) {
            #footer-recruit .flex-right .recruit-box .recruit-textbox .link-box {
              text-align: center; } }
        #footer-recruit .flex-right .recruit-box .recruit-textbox img.recruit-deco {
          position: absolute;
          width: 410px;
          top: -14rem;
          right: 1rem; }
          @media screen and (max-width: 991px) {
            #footer-recruit .flex-right .recruit-box .recruit-textbox img.recruit-deco {
              width: 375px;
              top: -13rem; } }
          @media screen and (max-width: 575px) {
            #footer-recruit .flex-right .recruit-box .recruit-textbox img.recruit-deco {
              width: 230px;
              top: -6rem;
              right: 0rem; } }

footer {
  background-color: #103159;
  color: #fff; }
  footer #footer-contact {
    background-image: url("../img/contact-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1399px) {
      footer #footer-contact {
        height: 350px; } }
    @media screen and (max-width: 991px) {
      footer #footer-contact {
        height: 260px; } }
    footer #footer-contact .tel-box {
      text-align: center;
      font-family: "Noto Serif JP", serif;
      font-weight: 600;
      margin-bottom: 3.5rem; }
      footer #footer-contact .tel-box span {
        display: block;
        font-size: 50px;
        font-size: 5rem;
        margin-bottom: 1rem; }
        @media screen and (max-width: 575px) {
          footer #footer-contact .tel-box span {
            font-size: 40px;
            font-size: 4rem; } }
        footer #footer-contact .tel-box span a {
          color: #fff;
          text-decoration: none; }
    footer #footer-contact .link-box a {
      font-size: 20px;
      font-size: 2rem;
      background-color: revert;
      color: #fff;
      border-color: #fff;
      width: 370px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      footer #footer-contact .link-box a::after {
        content: none; }
      @media screen and (max-width: 575px) {
        footer #footer-contact .link-box a {
          width: 300px; } }
      footer #footer-contact .link-box a i {
        font-size: 25px;
        font-size: 2.5rem;
        padding-right: 1rem; }
      footer #footer-contact .link-box a:hover {
        background-color: #fff;
        color: #103159; }
  footer #footer-map {
    margin-bottom: 7rem;
    margin-top: 4rem; }
    @media screen and (max-width: 991px) {
      footer #footer-map {
        margin-bottom: 5rem; } }
    footer #footer-map .footer-gmap-container {
      display: flex;
      width: 98%;
      justify-content: space-around;
      margin: auto; }
      @media screen and (max-width: 767px) {
        footer #footer-map .footer-gmap-container {
          flex-direction: column;
          align-items: center;
          width: 100%; } }
      footer #footer-map .footer-gmap-container .g-map-box {
        width: 49%; }
        @media screen and (max-width: 767px) {
          footer #footer-map .footer-gmap-container .g-map-box {
            width: 90%;
            margin-bottom: 1rem; } }
        @media screen and (max-width: 1199px) {
          footer #footer-map .footer-gmap-container .g-map-box .g-map iframe.d-block {
            height: 230px; } }
        @media screen and (max-width: 991px) {
          footer #footer-map .footer-gmap-container .g-map-box .g-map iframe.d-block {
            height: 170px; } }
  @media screen and (max-width: 991px) {
    footer #footer-info .footer-info-left {
      text-align: center; } }
  footer #footer-info .footer-info-left h1 {
    margin-bottom: 1.5rem; }
    footer #footer-info .footer-info-left h1 img {
      width: 325px; }
  footer #footer-info .footer-info-left p {
    margin-bottom: 1.5rem; }
    footer #footer-info .footer-info-left p a {
      color: #fff;
      text-decoration: none; }
    footer #footer-info .footer-info-left p + a {
      display: block;
      margin-bottom: 3rem; }
      footer #footer-info .footer-info-left p + a img {
        width: 10%; }
  footer #footer-info .footer-info-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start; }
    @media screen and (max-width: 1199px) {
      footer #footer-info .footer-info-right {
        padding-left: 0; } }
    @media screen and (max-width: 991px) {
      footer #footer-info .footer-info-right {
        display: flex;
        justify-content: center; } }
    @media screen and (max-width: 575px) {
      footer #footer-info .footer-info-right {
        padding-right: 0; } }
    footer #footer-info .footer-info-right ul {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1199px) {
        footer #footer-info .footer-info-right ul {
          justify-content: space-between; } }
      @media screen and (max-width: 991px) {
        footer #footer-info .footer-info-right ul {
          justify-content: center; } }
      @media screen and (max-width: 575px) {
        footer #footer-info .footer-info-right ul {
          flex-wrap: wrap; } }
      footer #footer-info .footer-info-right ul li {
        margin-left: 3rem; }
        @media screen and (max-width: 1199px) {
          footer #footer-info .footer-info-right ul li {
            margin-left: 1rem; } }
        @media screen and (max-width: 991px) {
          footer #footer-info .footer-info-right ul li {
            margin-left: 4rem; } }
        @media screen and (max-width: 575px) {
          footer #footer-info .footer-info-right ul li {
            margin: 0.5rem 1rem; } }
        footer #footer-info .footer-info-right ul li a {
          color: #fff;
          transition: 0.2s; }
          footer #footer-info .footer-info-right ul li a:hover {
            color: #00bee6; }
        footer #footer-info .footer-info-right ul li .link-box {
          background-color: #fff; }
          footer #footer-info .footer-info-right ul li .link-box a {
            background: linear-gradient(90deg, #3fa6ff 0%, #00dfdc 50%, #3fa6ff 100%);
            background-size: 200% 100%;
            transition: 0.3s; }
            footer #footer-info .footer-info-right ul li .link-box a:hover {
              color: #fff;
              background-position: 100% 0; }
            @media screen and (max-width: 991px) {
              footer #footer-info .footer-info-right ul li .link-box a {
                padding: 1.3rem 4rem; } }
  footer #footer-info .copyright {
    padding-bottom: 1rem; }
    footer #footer-info .copyright p {
      font-size: 12px;
      font-size: 1.2rem; }
  footer #page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5; }
    @media screen and (max-width: 575px) {
      footer #page-top {
        bottom: 1rem;
        right: 1rem; } }
    footer #page-top a {
      width: 56px;
      display: block;
      transition: 0.3s; }
      @media screen and (max-width: 575px) {
        footer #page-top a {
          width: 40px; } }
    footer #page-top a:hover {
      transform: scale(1.1); }
