@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@-webkit-keyframes liner_slide {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes liner_slide {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
a {
  display: block;
  text-decoration: none;
  color: #222;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#top .header {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4vh;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  #top .header {
    margin: 0;
    height: 80px;
  }
}
#top .header__link {
  height: 100%;
}
#top .header__logo {
  width: 52px;
  margin-left: 10%;
  margin-right: auto;
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  #top .header__logo {
    width: 20%;
    height: 100%;
    margin: 0;
  }
}
#top .header__logo--sp {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  #top .header__logo--sp {
    display: none;
  }
}
#top .header__logo--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  #top .header__logo--pc {
    display: block;
    width: min(12.5vw, 240px);
    margin-left: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#top .header__logo--nav {
  display: none;
}

#service .header,
#sample .header,
#company .header,
#recruit .header,
#contact .header,
#pp .header {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: rgba(255, 255, 255, 0.5333333333);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  #service .header,
  #sample .header,
  #company .header,
  #recruit .header,
  #contact .header,
  #pp .header {
    margin: 0;
    height: 80px;
    background: #fff;
  }
}
#service .header__link,
#sample .header__link,
#company .header__link,
#recruit .header__link,
#contact .header__link,
#pp .header__link {
  height: 100%;
}
#service .header__logo,
#sample .header__logo,
#company .header__logo,
#recruit .header__logo,
#contact .header__logo,
#pp .header__logo {
  width: 52px;
  margin-left: 3%;
  margin-right: auto;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  #service .header__logo,
  #sample .header__logo,
  #company .header__logo,
  #recruit .header__logo,
  #contact .header__logo,
  #pp .header__logo {
    width: 20%;
    height: 100%;
    margin: 0;
  }
}
#service .header__logo--sp,
#sample .header__logo--sp,
#company .header__logo--sp,
#recruit .header__logo--sp,
#contact .header__logo--sp,
#pp .header__logo--sp {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  #service .header__logo--sp,
  #sample .header__logo--sp,
  #company .header__logo--sp,
  #recruit .header__logo--sp,
  #contact .header__logo--sp,
  #pp .header__logo--sp {
    display: none;
  }
}
#service .header__logo--pc,
#sample .header__logo--pc,
#company .header__logo--pc,
#recruit .header__logo--pc,
#contact .header__logo--pc,
#pp .header__logo--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  #service .header__logo--pc,
  #sample .header__logo--pc,
  #company .header__logo--pc,
  #recruit .header__logo--pc,
  #contact .header__logo--pc,
  #pp .header__logo--pc {
    display: block;
    width: min(12.5vw, 240px);
    margin-left: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#service .header__logo--nav,
#sample .header__logo--nav,
#company .header__logo--nav,
#recruit .header__logo--nav,
#contact .header__logo--nav,
#pp .header__logo--nav {
  display: none;
}

.gnav {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (min-width: 1024px) {
  .gnav {
    position: static;
    width: 70%;
    height: 80px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.gnav__nav {
  width: 100vw;
  height: 104vh;
  padding: 120px 10vw 0;
  background: #003f98;
  -webkit-transform: translateY(-4vh);
          transform: translateY(-4vh);
}
@media screen and (min-width: 1024px) {
  .gnav__nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-left: auto;
    padding: 0 2vw 0 0;
    background: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5vw;
    border-bottom: #fff 1px solid;
  }
}
.gnav__list {
  width: 100%;
}
.gnav__list:nth-child(1)::after, .gnav__list:nth-child(2)::after, .gnav__list:nth-child(3)::after, .gnav__list:nth-child(4)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2d63af;
}
@media screen and (min-width: 1024px) {
  .gnav__list:nth-child(1)::after, .gnav__list:nth-child(2)::after, .gnav__list:nth-child(3)::after, .gnav__list:nth-child(4)::after {
    display: none;
  }
}
@media screen and (min-width: 420px) {
  .gnav__list {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .gnav__list {
    width: auto;
    margin: 0;
  }
  .gnav__list:hover {
    border-bottom: #29C9EB 4px solid;
  }
  .gnav__list:nth-last-child(1) {
    pointer-events: none;
  }
}
.gnav__link {
  display: grid;
  grid-template-areas: "areaA areaC" "areaB areaC";
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 4px;
  grid-area: areaA;
  padding: 16px;
  text-decoration: none;
  font-size: min(4.3vw, 18px);
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .gnav__link {
    display: block;
    padding: 20px 10px;
    font-size: min(1.1vw, 16px);
    color: #222;
    text-align: center;
  }
  .gnav__link:hover {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.gnav__link::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  grid-area: areaC;
  align-self: center;
  background: url(../images/arrow.svg) center center/cover;
}
@media screen and (min-width: 1024px) {
  .gnav__link::after {
    display: none;
  }
}
.gnav__eg {
  display: block;
  grid-area: areaB;
  align-self: start;
  font-size: min(0.8em, 14px);
  color: #29C9EB;
}
@media screen and (min-width: 1024px) {
  .gnav__eg {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-top: 8px;
    font-weight: 500;
  }
}
.gnav__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
  margin-left: 12px;
  font-size: min(10.4vw, 32px);
  font-weight: 700;
  font-family: "urbane", sans-serif;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .gnav__tel {
    margin: 0;
    font-size: max(1.25vw, 24px);
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: #222;
  }
}
.gnav__tel::before {
  content: "TEL.";
  display: block;
  font-size: min(5vw, 20px);
  letter-spacing: 0.5px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (min-width: 1024px) {
  .gnav__tel::before {
    font-size: min(0.9vw, 18px);
    color: #222;
  }
}

.menu__btn {
  width: 60px;
  height: 60px;
  padding: 10px;
  background: #fff;
  z-index: 5;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .menu__btn {
    display: none;
  }
}

.hamburger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 23px;
  margin-bottom: 7px;
}
.hamburger .hamburger__top {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hamburger .hamburger__middle {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hamburger .hamburger__bottom {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu {
  font-size: 13px;
  text-align: center;
}

.contact__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #29C9EB;
  z-index: 5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contact__btn:hover {
  background: #222;
}
@media screen and (min-width: 1024px) {
  .contact__btn {
    width: 12%;
    height: 100%;
    border-bottom: #fff 1px solid;
  }
}

.contact__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  padding: 23px 20px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .contact__link {
    width: 100%;
    padding: 20px;
    font-size: min(1.1vw, 16px);
  }
}
.contact__link::before {
  content: "";
  -o-object-fit: inherit;
     object-fit: inherit;
  background: url(../images/mail_icon.svg) center center/cover;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 1024px) {
  .contact__link::before {
    width: min(0.9vw, 18px);
    height: min(0.9vw, 18px);
    margin-right: 4px;
  }
}

.footer__container {
  display: grid;
  grid-template-areas: "areaA areaA" "areaB areaC";
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 60px 5vw 20px;
}
@media screen and (min-width: 420px) {
  .footer__container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8vw;
  }
}
@media screen and (min-width: 1024px) {
  .footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }
}
.footer__company {
  grid-area: areaA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .footer__company {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.footer__logo {
  width: min(60vw, 300px);
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    margin-bottom: 30px;
  }
}
.footer__name {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer__name {
    display: block;
    margin-bottom: 20px;
    font-size: min(1vw, 20px);
    font-weight: 700;
    letter-spacing: 0.1rem;
  }
}
.footer__address {
  margin-bottom: 10px;
  font-size: min(3.4vw, 15px);
  font-weight: 300;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 1024px) {
  .footer__address {
    font-size: min(0.9vw, 18px);
    letter-spacing: 0.1rem;
  }
}
.footer__tel {
  margin-bottom: 40px;
  font-size: min(3.4vw, 15px);
  font-weight: 300;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 420px) {
  .footer__tel {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__tel {
    font-size: min(0.9vw, 18px);
    letter-spacing: 0.1rem;
  }
}
.footer__nav {
  grid-area: areaB;
  margin-left: 12px;
}
@media screen and (min-width: 420px) {
  .footer__nav {
    margin-bottom: 20px;
  }
}
.footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  list-style-type: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer__list:hover {
  opacity: 0.7;
}
.footer__list::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #29C9EB;
}
.footer__link {
  padding: 12px;
  font-size: min(3.5vw, 16px);
}
.footer__pp {
  grid-area: areaC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__pp:hover {
  opacity: 0.7;
}
.footer__pp::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #29C9EB;
}
.footer__line {
  width: 88vw;
  height: 1px;
  margin: 0 auto 20px;
  background: #aaaaaa;
}
@media screen and (min-width: 1024px) {
  .footer__line {
    width: 80%;
    margin-bottom: 40px;
  }
}
.footer__copy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1024px) {
  .footer__copy {
    margin-bottom: 40px;
  }
}
.footer__small {
  font-size: min(3.2vw, 14px);
  color: #aaaaaa;
}

#top .wrapper {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  overflow: hidden;
}
#top .mv {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 80px;
}
@media screen and (min-width: 420px) {
  #top .mv {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  #top .mv {
    margin-bottom: 150px;
  }
}
#top .mv__photo {
  width: 92vw;
  height: 100vh;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1024px) {
  #top .mv__photo {
    width: 96vw;
  }
}
#top .mv__img--sp {
  border-bottom-left-radius: 30px;
}
@media screen and (min-width: 1024px) {
  #top .mv__img--sp {
    display: none;
  }
}
#top .mv__img--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  #top .mv__img--pc {
    display: block;
    border-bottom-left-radius: 50px;
  }
}
#top .mv__blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 40vw;
  height: 105vh;
  background: #003f98;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  #top .mv__blue {
    width: 15vw;
  }
}
#top .mv__txt {
  margin: 40vh 0 0 3vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  font-size: min(3.3vw, 15px);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #top .mv__txt {
    margin-left: 1.5vw;
  }
}
#top .mv__catch {
  position: absolute;
  top: 20vh;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  #top .mv__catch {
    width: 60%;
    top: 31vh;
    left: 25vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#top .catch__01 {
  height: 70vh;
}
@media screen and (min-width: 1024px) {
  #top .catch__01 {
    width: 100%;
    height: 3.2vw;
  }
}
#top .catch__01--sp {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  #top .catch__01--sp {
    display: none;
  }
}
#top .catch__01--pc {
  display: none;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  #top .catch__01--pc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-left: auto;
  }
}
#top .catch__02 {
  height: 74vh;
}
@media screen and (min-width: 1024px) {
  #top .catch__02 {
    width: 100%;
    height: 3.2vw;
  }
}
#top .catch__02--sp {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  #top .catch__02--sp {
    display: none;
  }
}
#top .catch__02--pc {
  display: none;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  #top .catch__02--pc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-left: auto;
  }
}
#top .service {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 680px) {
  #top .service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5%;
    width: 70%;
    min-width: 600px;
    margin: 0 auto 100px;
  }
}
#top .service__container {
  margin-bottom: 60px;
}
@media screen and (min-width: 680px) {
  #top .service__container {
    width: 60%;
    margin-bottom: 0;
  }
}
#top .service__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  font-size: min(3.7vw, 15px);
  font-family: "urbane", sans-serif;
  letter-spacing: 0.1em;
  color: #29C9EB;
}
@media screen and (min-width: 1024px) {
  #top .service__ttl {
    font-size: min(3.7vw, 20px);
  }
}
#top .service__ttl::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url(../images/title_icon-blue.svg) center center/cover;
}
@media screen and (min-width: 1024px) {
  #top .service__ttl::before {
    width: 21px;
    height: 21px;
  }
}
@media screen and (min-width: 420px) {
  #top .service__ttl {
    margin-bottom: 8px;
    font-size: min(3.4vw, 14px);
  }
}
@media screen and (min-width: 1024px) {
  #top .service__ttl {
    margin-bottom: 10px;
    font-size: min(0.8vw, 20px);
  }
}
#top .service__sub {
  margin-bottom: 30px;
  font-size: min(5vw, 24px);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  color: #003f98;
}
@media screen and (min-width: 420px) {
  #top .service__sub {
    margin-bottom: 20px;
    font-size: min(3.5vw, 22px);
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  #top .service__sub {
    margin-bottom: 30px;
    font-size: min(1.8vw, 30px);
    letter-spacing: 0.1rem;
  }
}
#top .service__txt {
  margin-bottom: 30px;
  font-size: min(4vw, 17px);
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (min-width: 420px) {
  #top .service__txt {
    margin-bottom: 20px;
    font-size: min(2.9vw, 16px);
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  #top .service__txt {
    margin-bottom: 40px;
    font-size: max(0.9vw, 14px);
    letter-spacing: 0.1rem;
  }
}
#top .service__btn {
  width: 160px;
  height: 60px;
  border: #003f98 1px solid;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  #top .service__btn {
    width: 180px;
    height: 60px;
    margin-left: 0;
  }
}
#top .service__btn:hover {
  background: #003f98;
}
#top .service__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top .service__link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background: url(../images/arrow.svg) center center/cover;
}
#top .service__link:hover {
  color: #fff;
}
#top .service__photobox {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 680px) {
  #top .service__photobox {
    width: 35%;
  }
}
#top .service__photo--01 {
  width: 80%;
}
#top .service__photo--02 {
  width: 50%;
  margin-left: auto;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
#top .service__img {
  border-radius: 30px;
}
#top .service__bg {
  display: none;
}
@media screen and (min-width: 680px) {
  #top .service__bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 55vw;
    height: 55vw;
    -webkit-transform: translate(55%, -10%);
            transform: translate(55%, -10%);
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  #top .service__bg {
    width: 40vw;
    height: 40vw;
  }
}
#top .sample {
  position: relative;
  padding: 60px 0 60px 20%;
  background: #003f98;
}
@media screen and (min-width: 1024px) {
  #top .sample {
    padding: 140px 0 160px 18%;
  }
}
#top .sample__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  font-size: min(3.7vw, 15px);
  font-family: "urbane", sans-serif;
  letter-spacing: 0.1em;
  color: #29C9EB;
}
@media screen and (min-width: 1024px) {
  #top .sample__ttl {
    font-size: min(3.7vw, 20px);
  }
}
#top .sample__ttl::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url(../images/title_icon-blue.svg) center center/cover;
}
@media screen and (min-width: 1024px) {
  #top .sample__ttl::before {
    width: 21px;
    height: 21px;
  }
}
@media screen and (min-width: 420px) {
  #top .sample__ttl {
    margin-bottom: 8px;
    font-size: min(3.4vw, 14px);
  }
}
@media screen and (min-width: 1024px) {
  #top .sample__ttl {
    margin-bottom: 10px;
    font-size: min(0.8vw, 20px);
  }
}
#top .sample__ttl::before {
  background: url(../images/title_icon-white.svg) center center/cover;
}
#top .sample__sub {
  margin-bottom: 30px;
  font-size: min(5vw, 24px);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 420px) {
  #top .sample__sub {
    margin-bottom: 20px;
    font-size: min(3.5vw, 22px);
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  #top .sample__sub {
    margin-bottom: 30px;
    font-size: min(1.8vw, 30px);
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 1024px) {
  #top .sample__sub {
    margin-bottom: 100px;
  }
}
#top .sample__btn {
  width: 160px;
  height: 60px;
  border: #003f98 1px solid;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: auto;
  margin-right: 5%;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  #top .sample__btn {
    width: 180px;
    height: 60px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  #top .sample__btn {
    position: absolute;
    top: 140px;
    right: 0;
  }
}
#top .sample__btn:hover {
  background: #222;
}
#top .sample__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #003f98;
}
#top .sample__link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background: url(../images/arrow.svg) center center/cover;
}
#top .sample__link:hover {
  color: #fff;
}
#top .swiper {
  margin-bottom: 40px;
  margin-left: 3vw;
}
@media screen and (min-width: 1024px) {
  #top .swiper {
    margin: 0;
  }
}
#top .swiper-wrapper {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#top .swiper-slide {
  width: 100%;
  height: 100%;
}
#top .sample1 {
  width: 90%;
  height: 100%;
}
#top .swiper-button-prev {
  display: none;
}
@media screen and (min-width: 1024px) {
  #top .swiper-button-prev {
    display: block;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50px;
    background: #29C9EB;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #top .swiper-button-prev:hover {
    background: #222;
  }
}
@media screen and (min-width: 1024px) {
  #top .swiper-button-prev::after {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
  }
}
#top .swiper-button-next {
  display: none;
}
@media screen and (min-width: 1024px) {
  #top .swiper-button-next {
    display: block;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50px;
    background: #29C9EB;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #top .swiper-button-next:hover {
    background: #222;
  }
}
@media screen and (min-width: 1024px) {
  #top .swiper-button-next::after {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
  }
}
#top .bg__txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 20vw;
  height: 60vh;
  background: url(../images/Exterior.png) center center/cover;
}
@media screen and (min-width: 1024px) {
  #top .bg__txt {
    width: 14vw;
    height: 100%;
  }
}
#top .company {
  background: #222;
}
#top .company__hiro {
  width: 100%;
  height: 40vh;
}
@media screen and (min-width: 1024px) {
  #top .company__hiro {
    height: 70vh;
  }
}
#top .company__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  width: 85%;
  margin: 60px auto 0;
  padding-bottom: 360px;
}
@media screen and (min-width: 680px) {
  #top .company__container {
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  #top .company__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
    width: 100%;
    margin-top: 100px;
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 1024px) {
  #top .company__box {
    width: 40%;
  }
}
#top .company__link:hover .philosophy__img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
#top .philosophy__photo {
  width: 100%;
  aspect-ratio: 2/1;
  margin-bottom: 16px;
  border-radius: 20px;
  overflow: hidden;
}
#top .philosophy__img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#top .philosophy__box {
  display: grid;
  grid-template-areas: "areaA areaC" "areaB areaC";
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
#top .philosophy__en {
  grid-area: areaA;
  font-size: min(6.2vw, 40px);
  font-weight: 600;
  font-family: "urbane", sans-serif;
  color: #29C9EB;
}
@media screen and (min-width: 420px) {
  #top .philosophy__en {
    font-size: min(6.2vw, 30px);
  }
}
@media screen and (min-width: 1024px) {
  #top .philosophy__en {
    font-size: min(2.5vw, 46px);
  }
}
#top .philosophy__jp {
  grid-area: areaB;
  font-size: min(3.8vw, 18px);
  color: #fff;
}
@media screen and (min-width: 420px) {
  #top .philosophy__jp {
    font-size: min(3.8vw, 15px);
  }
}
@media screen and (min-width: 1024px) {
  #top .philosophy__jp {
    font-size: min(0.9vw, 18px);
  }
}
#top .philosophy__btn {
  grid-area: areaC;
  width: min(37vw, 140px);
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  color: #fff;
  border: #fff 1px solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#top .philosophy__btn:hover {
  background: #003f98;
  border: #003f98 1px solid;
}
#top .recruit {
  position: relative;
  height: 100vh;
  background: url(../images/recruit_bg-sptab.jpg) center center/cover;
}
@media screen and (min-width: 1024px) {
  #top .recruit {
    background: url(../images/recruit_bg-pc.jpg) center center/cover;
  }
}
#top .recruit__container {
  position: absolute;
  top: -300px;
  right: 0;
  width: 92vw;
  padding: 60px 6vw 60px 8vw;
  background: rgba(0, 64, 153, 0.95);
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 420px) {
  #top .recruit__container {
    padding: 80px 10vw 80px 12vw;
  }
}
@media screen and (min-width: 1024px) {
  #top .recruit__container {
    display: grid;
    grid-template-areas: "areaA areaB" "areaC areaB";
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  #top .recruit__box {
    width: 80%;
  }
}
@media screen and (min-width: 1600px) {
  #top .recruit__box {
    grid-area: areaA;
    width: 60%;
  }
}
#top .recruit__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  font-size: min(3.7vw, 15px);
  font-family: "urbane", sans-serif;
  letter-spacing: 0.1em;
  color: #29C9EB;
}
@media screen and (min-width: 1024px) {
  #top .recruit__ttl {
    font-size: min(3.7vw, 20px);
  }
}
#top .recruit__ttl::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url(../images/title_icon-blue.svg) center center/cover;
}
@media screen and (min-width: 1024px) {
  #top .recruit__ttl::before {
    width: 21px;
    height: 21px;
  }
}
@media screen and (min-width: 420px) {
  #top .recruit__ttl {
    margin-bottom: 8px;
    font-size: min(3.4vw, 14px);
  }
}
@media screen and (min-width: 1024px) {
  #top .recruit__ttl {
    margin-bottom: 10px;
    font-size: min(0.8vw, 20px);
  }
}
#top .recruit__ttl::before {
  background: url(../images/title_icon-white.svg) center center/cover;
}
#top .recruit__sub {
  margin-bottom: 30px;
  font-size: min(5vw, 24px);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 420px) {
  #top .recruit__sub {
    margin-bottom: 20px;
    font-size: min(3.5vw, 22px);
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  #top .recruit__sub {
    margin-bottom: 30px;
    font-size: min(1.8vw, 30px);
    letter-spacing: 0.1rem;
  }
}
#top .recruit__txt {
  margin-bottom: 30px;
  font-size: min(4vw, 17px);
  font-weight: 300;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 420px) {
  #top .recruit__txt {
    margin-bottom: 20px;
    font-size: min(2.9vw, 16px);
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  #top .recruit__txt {
    margin-bottom: 40px;
    font-size: max(0.9vw, 14px);
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 420px) {
  #top .recruit__txt {
    margin-bottom: 40px;
  }
}
#top .recruit .tel__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (min-width: 420px) {
  #top .recruit .tel__box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  #top .recruit .tel__box {
    grid-area: areaB;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#top .recruit .tel__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
  font-size: min(10.4vw, 42px);
  font-weight: 700;
  font-family: "urbane", sans-serif;
  color: #fff;
}
@media screen and (min-width: 420px) {
  #top .recruit .tel__tel {
    font-size: min(9vw, 32px);
  }
}
@media screen and (min-width: 1024px) {
  #top .recruit .tel__tel {
    font-size: min(3.1vw, 60px);
  }
}
#top .recruit .tel__tel::before {
  content: "TEL.";
  display: block;
  font-size: min(5vw, 16px);
  letter-spacing: 0.5px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (min-width: 1024px) {
  #top .recruit .tel__tel::before {
    font-size: min(1.5vw, 22px);
    letter-spacing: 0.1rem;
  }
}
#top .recruit .open__time {
  color: #fff;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
@media screen and (min-width: 1024px) {
  #top .recruit .open__time {
    font-size: min(1.5vw, 22px);
  }
}
#top .recruit__btn {
  width: 160px;
  height: 60px;
  border: #003f98 1px solid;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: auto;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  #top .recruit__btn {
    width: 180px;
    height: 60px;
    margin-left: 0;
  }
}
#top .recruit__btn:hover {
  background: #222;
}
#top .recruit__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #003f98;
}
#top .recruit__link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background: url(../images/arrow.svg) center center/cover;
}
#top .recruit__link:hover {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #top .map {
    margin-bottom: 160px;
  }
}
#top .map__gmap {
  width: 100%;
  height: 60vh;
}

#service .wrapper {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  overflow: hidden;
}
#service .fv {
  position: relative;
  width: 100%;
  height: 60vh;
  margin-bottom: 80px;
  background: url(../images/fv.jpg) center center/cover;
}
@media screen and (min-width: 1024px) {
  #service .fv {
    height: 90vh;
    margin-bottom: 200px;
  }
}
#service .catch {
  position: relative;
  top: 40%;
  left: 5vw;
}
@media screen and (min-width: 1024px) {
  #service .catch {
    left: 10vw;
  }
}
#service .catch__jp {
  font-size: min(5vw, 20px);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #service .catch__jp {
    font-size: min(1.3vw, 25px);
  }
}
#service .catch__en {
  font-size: min(20vw, 80px);
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #service .catch__en {
    font-size: min(10.4vw, 200px);
  }
}
#service .catch__span {
  color: #29C9EB;
}
#service .page {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #003f98;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (min-width: 1024px) {
  #service .page {
    padding: 40px 80px;
  }
}
#service .page__home {
  padding: 20px;
  font-size: min(4.6vw, 18px);
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #service .page__home {
    font-size: min(1vw, 17px);
  }
}
#service .page__position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  font-size: min(4vw, 16px);
  color: rgba(255, 255, 255, 0.8666666667);
}
@media screen and (min-width: 1024px) {
  #service .page__position {
    font-size: min(1vw, 16px);
  }
}
#service .page__position::before {
  content: "";
  display: block;
  width: 4vw;
  height: 1px;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.8666666667);
}
@media screen and (min-width: 1024px) {
  #service .page__position::before {
    width: 2vw;
  }
}
#service .about {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  #service .about {
    width: 50vw;
    margin: 0 auto 200px;
  }
}
#service .about__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  font-size: min(8vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1024px) {
  #service .about__ttl {
    font-size: min(2.3vw, 46px);
    margin-bottom: 80px;
  }
}
#service .about__ttl::before {
  content: "";
  display: block;
  width: 30vw;
  height: 3px;
  margin-bottom: 20px;
  background: #003f98;
}
@media screen and (min-width: 1024px) {
  #service .about__ttl::before {
    width: 8vw;
    margin-bottom: 30px;
  }
}
#service .about__txt {
  margin-bottom: 30px;
  font-size: min(4vw, 17px);
  font-weight: 300;
  line-height: 1.6;
  margin: 0 5%;
  white-space: pre-line;
}
@media screen and (min-width: 420px) {
  #service .about__txt {
    margin-bottom: 20px;
    font-size: min(2.9vw, 16px);
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  #service .about__txt {
    margin-bottom: 40px;
    font-size: max(0.9vw, 14px);
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 1024px) {
  #service .about__txt {
    text-align: center;
  }
}
#service .service__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  font-size: min(8vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1024px) {
  #service .service__ttl {
    font-size: min(2.3vw, 46px);
    margin-bottom: 80px;
  }
}
#service .service__ttl::before {
  content: "";
  display: block;
  width: 30vw;
  height: 3px;
  margin-bottom: 20px;
  background: #003f98;
}
@media screen and (min-width: 1024px) {
  #service .service__ttl::before {
    width: 8vw;
    margin-bottom: 30px;
  }
}
#service .service .siding__photo {
  width: 100%;
  height: 50vh;
}
@media screen and (min-width: 1024px) {
  #service .service .siding__photo {
    width: 80vw;
    height: 60vh;
    border-radius: 0 10px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  #service .service .siding__img {
    border-radius: 0 10px 0 0;
  }
}
#service .service .siding__ttl {
  width: 95vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  padding: 30px;
  font-size: min(6vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #fff;
  background: #003f98;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 1024px) {
  #service .service .siding__ttl {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 60vw;
    padding: 70px 140px;
    font-size: min(2.3vw, 46px);
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
#service .service .siding__nam {
  margin-right: 4vw;
  font-size: min(13vw, 50px);
  font-family: "urbane", sans-serif;
  color: #29C9EB;
}
@media screen and (min-width: 1024px) {
  #service .service .siding__nam {
    font-size: min(5.2vw, 100px);
  }
}
#service .service .siding__container {
  margin: 0 5%;
}
@media screen and (min-width: 1024px) {
  #service .service .siding__container {
    width: 50vw;
    margin: 0 auto 200px;
  }
}
#service .service .siding__sub {
  margin-bottom: 30px;
  font-size: min(5vw, 24px);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  color: #222;
  white-space: pre-line;
}
@media screen and (min-width: 420px) {
  #service .service .siding__sub {
    margin-bottom: 20px;
    font-size: min(3.5vw, 22px);
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  #service .service .siding__sub {
    margin-bottom: 30px;
    font-size: min(1.8vw, 30px);
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 1024px) {
  #service .service .siding__sub {
    text-align: center;
  }
}
#service .service .siding__txt {
  margin-bottom: 30px;
  font-size: min(4vw, 17px);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 80px;
  white-space: pre-line;
}
@media screen and (min-width: 420px) {
  #service .service .siding__txt {
    margin-bottom: 20px;
    font-size: min(2.9vw, 16px);
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  #service .service .siding__txt {
    margin-bottom: 40px;
    font-size: max(0.9vw, 14px);
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 1024px) {
  #service .service .siding__txt {
    text-align: center;
  }
}
#service .liner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #service .liner {
    margin-bottom: 200px;
  }
}
#service .liner__container {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: liner_slide 90s linear infinite;
          animation: liner_slide 90s linear infinite;
}
#service .liner__box {
  width: 50vw;
  margin-right: 5px;
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  #service .liner__box {
    width: 30vw;
  }
}

#sample .wrapper {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  overflow: hidden;
}
#sample .fv {
  position: relative;
  width: 100%;
  height: 60vh;
  margin-bottom: 80px;
  background: url(../images/fv.jpg) center center/cover;
}
@media screen and (min-width: 1024px) {
  #sample .fv {
    height: 90vh;
    margin-bottom: 200px;
  }
}
#sample .catch {
  position: relative;
  top: 40%;
  left: 5vw;
}
@media screen and (min-width: 1024px) {
  #sample .catch {
    left: 10vw;
  }
}
#sample .catch__jp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(5vw, 20px);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #sample .catch__jp {
    font-size: min(1.3vw, 25px);
  }
}
#sample .catch__jp::before {
  content: "";
  display: block;
  width: 4vw;
  height: 3px;
  margin-right: 1.5vw;
  background: #29C9EB;
}
#sample .catch__en {
  font-size: min(20vw, 80px);
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #sample .catch__en {
    font-size: min(10.4vw, 200px);
  }
}
#sample .catch__span {
  color: #29C9EB;
}
#sample .page {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #003f98;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (min-width: 1024px) {
  #sample .page {
    padding: 40px 80px;
  }
}
#sample .page__home {
  padding: 20px;
  font-size: min(4.6vw, 18px);
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #sample .page__home {
    font-size: min(1vw, 17px);
  }
}
#sample .page__position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  font-size: min(4vw, 16px);
  color: rgba(255, 255, 255, 0.8666666667);
}
@media screen and (min-width: 1024px) {
  #sample .page__position {
    font-size: min(1vw, 16px);
  }
}
#sample .page__position::before {
  content: "";
  display: block;
  width: 4vw;
  height: 1px;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.8666666667);
}
@media screen and (min-width: 1024px) {
  #sample .page__position::before {
    width: 2vw;
  }
}
#sample .samples {
  width: 90%;
  margin: 0 auto;
}
#sample .samples__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  font-size: min(8vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1024px) {
  #sample .samples__ttl {
    font-size: min(2.3vw, 46px);
    margin-bottom: 80px;
  }
}
#sample .samples__ttl::before {
  content: "";
  display: block;
  width: 20vw;
  height: 3px;
  margin-bottom: 20px;
  background: #003f98;
}
@media screen and (min-width: 1024px) {
  #sample .samples__ttl::before {
    width: 8vw;
    margin-bottom: 30px;
  }
}
#sample .samples__txt {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.6;
  text-align: center;
  white-space: pre-line;
}
@media screen and (min-width: 1024px) {
  #sample .samples__txt {
    font-size: 17px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 1024px) {
  #sample .samp {
    width: 60%;
    margin: 0 auto 200px;
  }
}
#sample .samp__company {
  display: grid;
  grid-template-columns: auto auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
#sample .samp__company::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../images/title_icon-blue.svg) center center/cover;
}
#sample .samp__company::after {
  content: "";
  display: block;
  height: 1px;
  margin-left: 10px;
  background: #29C9EB;
}
#sample .samp__container:last-child .samp__cg {
  border-bottom: none;
}
@media screen and (min-width: 680px) {
  #sample .samp__container {
    display: grid;
    grid-template-areas: "areaA areaB" "areaC areaC";
    border-bottom: #ccc 1px dotted;
  }
  #sample .samp__container:last-child {
    border-bottom: none;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 1024px) {
  #sample .samp__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5%;
  }
}
#sample .samp__01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6%;
  padding: 5%;
}
@media screen and (min-width: 680px) {
  #sample .samp__01 {
    grid-area: areaA;
  }
}
@media screen and (min-width: 1024px) {
  #sample .samp__01 {
    width: 35%;
    padding: 0;
  }
}
#sample .samp__02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6%;
  padding: 5%;
}
@media screen and (min-width: 680px) {
  #sample .samp__02 {
    grid-area: areaB;
  }
}
@media screen and (min-width: 1024px) {
  #sample .samp__02 {
    width: 35%;
    padding: 0;
  }
}
#sample .samp__samp {
  width: 40%;
}
#sample .samp__txt {
  white-space: pre-line;
  font-size: 14px;
  line-height: 1.6;
}
#sample .samp__cg {
  padding: 5% 5% 40px;
  border-bottom: #ccc 1px dotted;
}
@media screen and (min-width: 680px) {
  #sample .samp__cg {
    grid-area: areaC;
    width: 50%;
    padding: 0 5% 40px;
    margin: 0 auto;
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  #sample .samp__cg {
    width: 30%;
    padding: 0;
  }
}
#sample .samp__img {
  -o-object-fit: contain;
     object-fit: contain;
}
#sample .liner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #sample .liner {
    margin-bottom: 200px;
  }
}
#sample .liner__container {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: liner_slide 90s linear infinite;
          animation: liner_slide 90s linear infinite;
}
#sample .liner__box {
  width: 50vw;
  margin-right: 5px;
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  #sample .liner__box {
    width: 30vw;
  }
}

#company .wrapper {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  overflow: hidden;
}
#company .fv {
  position: relative;
  width: 100%;
  height: 60vh;
  margin-bottom: 80px;
  background: url(../images/fv.jpg) center center/cover;
}
@media screen and (min-width: 1024px) {
  #company .fv {
    height: 90vh;
    margin-bottom: 200px;
  }
}
#company .catch {
  position: relative;
  top: 40%;
  left: 5vw;
}
@media screen and (min-width: 1024px) {
  #company .catch {
    left: 10vw;
  }
}
#company .catch__jp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(5vw, 20px);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #company .catch__jp {
    font-size: min(1.3vw, 25px);
  }
}
#company .catch__jp::before {
  content: "";
  display: block;
  width: 4vw;
  height: 3px;
  margin-right: 1.5vw;
  background: #29C9EB;
}
#company .catch__en {
  font-size: min(20vw, 80px);
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #company .catch__en {
    font-size: min(10.4vw, 200px);
  }
}
#company .catch__span {
  color: #29C9EB;
}
#company .page {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #003f98;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (min-width: 1024px) {
  #company .page {
    padding: 40px 80px;
  }
}
#company .page__home {
  padding: 20px;
  font-size: min(4.6vw, 18px);
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #company .page__home {
    font-size: min(1vw, 17px);
  }
}
#company .page__position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  font-size: min(4vw, 16px);
  color: rgba(255, 255, 255, 0.8666666667);
}
@media screen and (min-width: 1024px) {
  #company .page__position {
    font-size: min(1vw, 16px);
  }
}
#company .page__position::before {
  content: "";
  display: block;
  width: 4vw;
  height: 1px;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.8666666667);
}
@media screen and (min-width: 1024px) {
  #company .page__position::before {
    width: 2vw;
  }
}
#company .greeting {
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 1024px) {
  #company .greeting {
    width: 100%;
    margin: 0 auto 80px;
  }
}
#company .greeting__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  font-size: min(8vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1024px) {
  #company .greeting__ttl {
    font-size: min(2.3vw, 46px);
    margin-bottom: 80px;
  }
}
#company .greeting__ttl::before {
  content: "";
  display: block;
  width: 30vw;
  height: 3px;
  margin-bottom: 20px;
  background: #003f98;
}
@media screen and (min-width: 1024px) {
  #company .greeting__ttl::before {
    width: 8vw;
    margin-bottom: 30px;
  }
}
#company .greeting__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  #company .greeting__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3%;
  }
}
#company .greeting__photo {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #company .greeting__photo {
    width: 48%;
    border-radius: 0 20px 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  #company .greeting__txtbox {
    width: 40%;
  }
}
#company .greeting__txt {
  margin-bottom: 30px;
  font-size: min(4vw, 17px);
  font-weight: 300;
  line-height: 1.6;
  font-weight: 400;
  white-space: pre-line;
}
@media screen and (min-width: 420px) {
  #company .greeting__txt {
    margin-bottom: 20px;
    font-size: min(2.9vw, 16px);
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  #company .greeting__txt {
    margin-bottom: 40px;
    font-size: max(0.9vw, 14px);
    letter-spacing: 0.1rem;
  }
}
#company .greeting__name {
  margin-bottom: 30px;
  font-size: min(4vw, 17px);
  font-weight: 300;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (min-width: 420px) {
  #company .greeting__name {
    margin-bottom: 20px;
    font-size: min(2.9vw, 16px);
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  #company .greeting__name {
    margin-bottom: 40px;
    font-size: max(0.9vw, 14px);
    letter-spacing: 0.1rem;
  }
}
#company .profile {
  width: 100%;
  padding: 80px 10% 40px;
}
@media screen and (min-width: 1024px) {
  #company .profile {
    width: 100%;
    margin: 0;
    padding: 120px 30% 80px;
    background: #f5f8fa;
  }
}
#company .profile__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  font-size: min(8vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1024px) {
  #company .profile__ttl {
    font-size: min(2.3vw, 46px);
    margin-bottom: 80px;
  }
}
#company .profile__ttl::before {
  content: "";
  display: block;
  width: 30vw;
  height: 3px;
  margin-bottom: 20px;
  background: #003f98;
}
@media screen and (min-width: 1024px) {
  #company .profile__ttl::before {
    width: 8vw;
    margin-bottom: 30px;
  }
}
#company .profile__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  border: #cfd8e4 1px solid;
}
@media screen and (min-width: 680px) {
  #company .profile__dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#company .profile__dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: #cfd8e4;
  border-bottom: #fff 1px solid;
}
#company .profile__dt:nth-last-of-type(1) {
  border-bottom: none;
}
#company .profile__dt:nth-last-of-type(1) {
  border-bottom: none;
}
@media screen and (min-width: 680px) {
  #company .profile__dt {
    width: 30%;
  }
}
#company .profile__dd {
  padding: 16px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.6;
  background: #fff;
  border-bottom: #cfd8e4 1px solid;
}
#company .profile__dd:nth-last-of-type(1) {
  border-bottom: none;
}
@media screen and (min-width: 680px) {
  #company .profile__dd {
    -moz-text-align-last: left;
         text-align-last: left;
    width: 70%;
  }
}
#company .map {
  margin-bottom: 80px;
}
@media screen and (min-width: 680px) {
  #company .map {
    width: 100%;
    height: 400px;
    margin: 0 auto 100px;
  }
}
#company .map__gmap {
  width: 100%;
  height: 60vh;
}
@media screen and (min-width: 680px) {
  #company .map__gmap {
    height: 100%;
  }
}
#company .liner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #company .liner {
    margin-bottom: 200px;
  }
}
#company .liner__container {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: liner_slide 90s linear infinite;
          animation: liner_slide 90s linear infinite;
}
#company .liner__box {
  width: 50vw;
  margin-right: 5px;
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  #company .liner__box {
    width: 30vw;
  }
}

#recruit .wrapper {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  overflow: hidden;
}
#recruit .fv {
  position: relative;
  width: 100%;
  height: 60vh;
  margin-bottom: 80px;
  background: url(../images/fv.jpg) center center/cover;
}
@media screen and (min-width: 1024px) {
  #recruit .fv {
    height: 90vh;
    margin-bottom: 200px;
  }
}
#recruit .catch {
  position: relative;
  top: 40%;
  left: 5vw;
}
@media screen and (min-width: 1024px) {
  #recruit .catch {
    left: 10vw;
  }
}
#recruit .catch__jp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(5vw, 20px);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #recruit .catch__jp {
    font-size: min(1.3vw, 25px);
  }
}
#recruit .catch__jp::before {
  content: "";
  display: block;
  width: 4vw;
  height: 3px;
  margin-right: 1.5vw;
  background: #29C9EB;
}
#recruit .catch__en {
  font-size: min(20vw, 80px);
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #recruit .catch__en {
    font-size: min(10.4vw, 200px);
  }
}
#recruit .catch__span {
  color: #29C9EB;
}
#recruit .page {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #003f98;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (min-width: 1024px) {
  #recruit .page {
    padding: 40px 80px;
  }
}
#recruit .page__home {
  padding: 20px;
  font-size: min(4.6vw, 18px);
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #recruit .page__home {
    font-size: min(1vw, 17px);
  }
}
#recruit .page__position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  font-size: min(4vw, 16px);
  color: rgba(255, 255, 255, 0.8666666667);
}
@media screen and (min-width: 1024px) {
  #recruit .page__position {
    font-size: min(1vw, 16px);
  }
}
#recruit .page__position::before {
  content: "";
  display: block;
  width: 4vw;
  height: 1px;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.8666666667);
}
@media screen and (min-width: 1024px) {
  #recruit .page__position::before {
    width: 2vw;
  }
}
#recruit .message {
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 1024px) {
  #recruit .message {
    width: 100%;
    margin: 0 auto 80px;
  }
}
#recruit .message__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  font-size: min(8vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1024px) {
  #recruit .message__ttl {
    font-size: min(2.3vw, 46px);
    margin-bottom: 80px;
  }
}
#recruit .message__ttl::before {
  content: "";
  display: block;
  width: 30vw;
  height: 3px;
  margin-bottom: 20px;
  background: #003f98;
}
@media screen and (min-width: 1024px) {
  #recruit .message__ttl::before {
    width: 8vw;
    margin-bottom: 30px;
  }
}
#recruit .message__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  #recruit .message__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3%;
  }
}
#recruit .message__photo {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #recruit .message__photo {
    width: 48%;
    border-radius: 0 20px 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  #recruit .message__txtbox {
    width: 40%;
  }
}
#recruit .message__txt {
  margin-bottom: 30px;
  font-size: min(4vw, 17px);
  font-weight: 300;
  line-height: 1.6;
  font-weight: 400;
  white-space: pre-line;
}
@media screen and (min-width: 420px) {
  #recruit .message__txt {
    margin-bottom: 20px;
    font-size: min(2.9vw, 16px);
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  #recruit .message__txt {
    margin-bottom: 40px;
    font-size: max(0.9vw, 14px);
    letter-spacing: 0.1rem;
  }
}
#recruit .message__name {
  margin-bottom: 30px;
  font-size: min(4vw, 17px);
  font-weight: 300;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (min-width: 420px) {
  #recruit .message__name {
    margin-bottom: 20px;
    font-size: min(2.9vw, 16px);
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  #recruit .message__name {
    margin-bottom: 40px;
    font-size: max(0.9vw, 14px);
    letter-spacing: 0.1rem;
  }
}
#recruit .personality {
  padding: 80px 20px;
  background: #f5f8fa;
}
@media screen and (min-width: 1024px) {
  #recruit .personality {
    padding: 120px 20%;
  }
}
#recruit .personality__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #recruit .personality__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#recruit .personality__ttl {
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  #recruit .personality__ttl {
    font-size: 22px;
  }
}
#recruit .personality__ttl::before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin-bottom: 10px;
  background: #29C9EB;
}
@media screen and (min-width: 1024px) {
  #recruit .personality__ttl::before {
    width: 70px;
    margin-bottom: 20px;
  }
}
#recruit .personality__txtbox {
  padding: 40px 20px 20px;
}
@media screen and (min-width: 1024px) {
  #recruit .personality__txtbox {
    width: 50%;
    padding: 80px 60px;
  }
}
#recruit .personality__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
}
#recruit .personality__txt::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  background: #29C9EB;
  border-radius: 50%;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
@media screen and (min-width: 1024px) {
  #recruit .personality__photo {
    width: 50%;
  }
}
#recruit .job {
  width: 100%;
  padding: 80px 10% 40px;
}
@media screen and (min-width: 1024px) {
  #recruit .job {
    width: 100%;
    margin: 0;
    padding: 120px 30% 160px;
  }
}
#recruit .job__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  font-size: min(8vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1024px) {
  #recruit .job__ttl {
    font-size: min(2.3vw, 46px);
    margin-bottom: 80px;
  }
}
#recruit .job__ttl::before {
  content: "";
  display: block;
  width: 30vw;
  height: 3px;
  margin-bottom: 20px;
  background: #003f98;
}
@media screen and (min-width: 1024px) {
  #recruit .job__ttl::before {
    width: 8vw;
    margin-bottom: 30px;
  }
}
#recruit .job__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  border: #cfd8e4 1px solid;
}
@media screen and (min-width: 680px) {
  #recruit .job__dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#recruit .job__dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: #cfd8e4;
  border-bottom: #fff 1px solid;
}
#recruit .job__dt:nth-last-of-type(1) {
  border-bottom: none;
}
#recruit .job__dt:nth-last-of-type(1) {
  border-bottom: none;
}
@media screen and (min-width: 680px) {
  #recruit .job__dt {
    width: 30%;
  }
}
#recruit .job__dd {
  padding: 16px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.6;
  background: #fff;
  border-bottom: #cfd8e4 1px solid;
}
#recruit .job__dd:nth-last-of-type(1) {
  border-bottom: none;
}
@media screen and (min-width: 680px) {
  #recruit .job__dd {
    -moz-text-align-last: left;
         text-align-last: left;
    width: 70%;
  }
}
#recruit .liner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #recruit .liner {
    margin-bottom: 200px;
  }
}
#recruit .liner__container {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: liner_slide 90s linear infinite;
          animation: liner_slide 90s linear infinite;
}
#recruit .liner__box {
  width: 50vw;
  margin-right: 5px;
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  #recruit .liner__box {
    width: 30vw;
  }
}

#contact .wrapper {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  overflow: hidden;
}
#contact .fv {
  position: relative;
  width: 100%;
  height: 60vh;
  background: url(../images/fv.jpg) center center/cover;
}
@media screen and (min-width: 1024px) {
  #contact .fv {
    height: 70vh;
  }
}
#contact .catch {
  position: relative;
  top: 36%;
  left: 5vw;
}
@media screen and (min-width: 1024px) {
  #contact .catch {
    left: 10vw;
  }
}
#contact .catch__jp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(5vw, 20px);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #contact .catch__jp {
    font-size: min(1.3vw, 25px);
  }
}
#contact .catch__jp::before {
  content: "";
  display: block;
  width: 4vw;
  height: 3px;
  margin-right: 1.5vw;
  background: #29C9EB;
}
#contact .catch__en {
  font-size: min(20vw, 80px);
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #contact .catch__en {
    font-size: min(10.4vw, 200px);
  }
}
#contact .catch__span {
  color: #29C9EB;
}
#contact .page {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #003f98;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (min-width: 1024px) {
  #contact .page {
    padding: 40px 80px;
  }
}
#contact .page__home {
  padding: 20px;
  font-size: min(4.6vw, 18px);
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #contact .page__home {
    font-size: min(1vw, 17px);
  }
}
#contact .page__position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  font-size: min(4vw, 16px);
  color: rgba(255, 255, 255, 0.8666666667);
}
@media screen and (min-width: 1024px) {
  #contact .page__position {
    font-size: min(1vw, 16px);
  }
}
#contact .page__position::before {
  content: "";
  display: block;
  width: 4vw;
  height: 1px;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.8666666667);
}
@media screen and (min-width: 1024px) {
  #contact .page__position::before {
    width: 2vw;
  }
}
#contact .form {
  padding: 100px 0;
  background: #f5f8fa;
}
@media screen and (min-width: 1024px) {
  #contact .form {
    padding: 160px 0;
  }
}
#contact .form__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
  font-size: min(8vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1024px) {
  #contact .form__ttl {
    font-size: min(2.3vw, 46px);
    margin-bottom: 100px;
  }
}
#contact .form__ttl::before {
  content: "";
  display: block;
  width: 30vw;
  height: 3px;
  margin-bottom: 20px;
  background: #003f98;
}
@media screen and (min-width: 1024px) {
  #contact .form__ttl::before {
    width: 8vw;
    margin-bottom: 30px;
  }
}
#contact .form__dl {
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 1024px) {
  #contact .form__dl {
    width: 50%;
    margin-bottom: 100px;
  }
}
#contact .form__box {
  border-bottom: #ccc 1px dotted;
}
#contact .form__box:last-of-type {
  border-bottom: none;
}
#contact .form__box:last-of-type .form__dd {
  height: 300px;
}
@media screen and (min-width: 680px) {
  #contact .form__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#contact .form__dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 16px;
  font-weight: 700;
}
#contact .form__dt::after {
  content: "必須";
  display: block;
  padding: 4px 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 11px;
  font-weight: 400;
  background: #003f98;
  color: #fff;
  border-radius: 4px;
}
@media screen and (min-width: 680px) {
  #contact .form__dt {
    width: 30%;
  }
}
#contact .form__dd {
  margin: 16px;
  padding: 12px;
  font-size: 14px;
  background: #fff;
  color: #ccc;
  border: #eaeff2 1px solid;
  border-radius: 2px;
}
@media screen and (min-width: 680px) {
  #contact .form__dd {
    width: 70%;
  }
}
#contact .form__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  height: 60px;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 2px;
  color: #fff;
  background: #29C9EB;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#contact .form__btn:hover {
  background: #222;
}
@media screen and (min-width: 1024px) {
  #contact .form__btn {
    width: 400px;
    height: 80px;
  }
}
#contact .liner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #contact .liner {
    margin-bottom: 200px;
  }
}
#contact .liner__container {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: liner_slide 90s linear infinite;
          animation: liner_slide 90s linear infinite;
}
#contact .liner__box {
  width: 50vw;
  margin-right: 5px;
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  #contact .liner__box {
    width: 30vw;
  }
}

#pp .wrapper {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  overflow: hidden;
}
#pp .fv {
  position: relative;
  width: 100%;
  height: 60vh;
  background: url(../images/fv.jpg) center center/cover;
}
@media screen and (min-width: 1024px) {
  #pp .fv {
    height: 70vh;
  }
}
#pp .catch {
  position: relative;
  top: 36%;
  left: 5vw;
}
@media screen and (min-width: 1024px) {
  #pp .catch {
    left: 10vw;
  }
}
#pp .catch__jp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(5vw, 20px);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #pp .catch__jp {
    font-size: min(1.3vw, 25px);
  }
}
#pp .catch__jp::before {
  content: "";
  display: block;
  width: 4vw;
  height: 3px;
  margin-right: 1.5vw;
  background: #29C9EB;
}
#pp .catch__en {
  font-size: min(20vw, 80px);
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #pp .catch__en {
    font-size: min(10.4vw, 200px);
  }
}
#pp .catch__span {
  color: #29C9EB;
}
#pp .page {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #003f98;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (min-width: 1024px) {
  #pp .page {
    padding: 40px 80px;
  }
}
#pp .page__home {
  padding: 20px;
  font-size: min(4.6vw, 18px);
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #pp .page__home {
    font-size: min(1vw, 17px);
  }
}
#pp .page__position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  font-size: min(4vw, 16px);
  color: rgba(255, 255, 255, 0.8666666667);
}
@media screen and (min-width: 1024px) {
  #pp .page__position {
    font-size: min(1vw, 16px);
  }
}
#pp .page__position::before {
  content: "";
  display: block;
  width: 4vw;
  height: 1px;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.8666666667);
}
@media screen and (min-width: 1024px) {
  #pp .page__position::before {
    width: 2vw;
  }
}
#pp .pp {
  width: 90%;
  margin: 100px auto 80px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  white-space: pre-line;
}
@media screen and (min-width: 1024px) {
  #pp .pp {
    width: 50%;
    margin: 200px auto 300px;
    letter-spacing: 0.1rem;
  }
}
#pp .pp__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: min(8vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1024px) {
  #pp .pp__ttl {
    font-size: min(2.3vw, 46px);
    margin-bottom: 80px;
  }
}
#pp .pp__ttl::before {
  content: "";
  display: block;
  width: 30vw;
  height: 3px;
  margin-bottom: 20px;
  background: #003f98;
}
@media screen and (min-width: 1024px) {
  #pp .pp__ttl::before {
    width: 8vw;
    margin-bottom: 30px;
  }
}

.recolorHeader {
  background: rgba(255, 255, 255, 0.5333333333);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .recolorHeader {
    background: #fff;
  }
}

.hamburger .rotateTop {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger .hideMiddle {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}
.hamburger .rotateBottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.translateNav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}