@charset "UTF-8";
/*======================================
    media query
======================================*/
/*======================================
    base
======================================*/
body {
  background-color: #fff;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  cursor: pointer;
}

img {
  width: 100%;
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .inner {
    padding: 0 2.60412vw;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

/*======================================
    common
======================================*/
.section-title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: -5px;
  padding-left: 3px;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .section-title {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section-title {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.5rem;
    margin-top: 0;
  }
}

.section-title.-black {
  color: #000;
}

.section-title.-gray {
  color: #333;
}

.section-title.-center {
  text-align: center;
}

.section-title.-mix {
  letter-spacing: 0.01em;
  padding-left: 0;
  margin-top: 0;
  padding-right: 20px;
}

.section-title.-left {
  margin-left: 118px;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section-title.-left {
    margin-left: 7.8125vw;
  }
}

@media screen and (max-width: 767px) {
  .section-title.-left {
    margin-left: 10px;
  }
}

.section-title.-qa {
  margin-top: 0px;
  letter-spacing: 0.02em;
}

.section-title__en {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 9.375rem;
  letter-spacing: 0.02em;
  color: #fff;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .section-title__en {
    font-size: 7.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section-title__en {
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .section-title__en {
    font-size: 12.8vw;
    padding-top: 5.3333vw;
  }
}

.section-title__en.-about {
  opacity: 0.5;
  color: #000;
  margin-left: 26px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section-title__en.-about {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-title__en.-about {
    margin-left: 0;
  }
}

.section-title__en.-recruit {
  opacity: 0.15;
  text-align: right;
  margin-right: 26px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section-title__en.-recruit {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-title__en.-recruit {
    margin-right: 0;
  }
}

.section-title__en.-career {
  opacity: 0.05;
  margin-left: 26px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section-title__en.-career {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-title__en.-career {
    margin-left: 0;
  }
}

.section-title__en.-instagram {
  color: #e0e0e0;
  text-align: right;
  margin-right: 26px;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section-title__en.-instagram {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-title__en.-instagram {
    margin-right: 0;
    font-size: 10.6667vw;
  }
}

.section-title__en.-qa {
  opacity: 0.2;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

.btn {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #060c41;
  background-color: #ffba0e;
  padding: 18px 102px;
  border-radius: 100px;
  border: 5px solid #060C41;
  -webkit-box-shadow: 0 10px 0 #060c41;
          box-shadow: 0 10px 0 #060c41;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:hover {
  -webkit-box-shadow: 0 5px 0 #060c41;
          box-shadow: 0 5px 0 #060c41;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .btn {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.25rem;
    padding: 18px 20px;
    width: 100%;
    max-width: 450px;
  }
}

/*======================================
    header
======================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: black;
  z-index: 300;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.header.js-header {
  background-color: rgba(0, 0, 0, 0.8);
}

.header__inner {
  padding: 0 120px;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .header__inner {
    padding: 0 8.3333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header__inner {
    padding: 0 2.6042vw;
  }
}

@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 5.3333vw;
  }
}

.header__container {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header__container {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .header__container {
    height: 60px;
  }
}

.header-logo {
  width: 200px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header-logo {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 120px;
  }
}

.header-items {
  margin-left: auto;
}

.header-items__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-item:not(:last-child) {
  margin-right: 40px;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .header-item:not(:last-child) {
    margin-right: 2.7778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header-item {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header-item {
    display: none;
  }
}

.header-item:last-child > .header-item__link {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #060c41;
  background-color: #FFBA0E;
  padding: 7px 62px 7px 56px;
  border: 5px solid #060c41;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}

.header-item:last-child > .header-item__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 70%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
}

.header-item:last-child > .header-item__link:hover {
  opacity: 1;
}

.header-item:last-child > .header-item__link:hover::before {
  opacity: 1;
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes shiny {
  20% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

@keyframes shiny {
  20% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

.header-item__link {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.header-item__link:hover {
  opacity: 0.6;
}

/*======================================
    drawer
======================================*/
.drawer-icon {
  position: fixed;
  top: 13px;
  right: 30px;
  z-index: 500;
}

@media screen and (max-width: 767px) {
  .drawer-icon {
    top: 10px;
    right: 20px;
  }
}

.drawer-icon.is-active .drawer-icon-bars::after {
  content: "CLOSE";
  -webkit-transform: translate(-210px, -4px);
          transform: translate(-210px, -4px);
}

@media screen and (max-width: 767px) {
  .drawer-icon.is-active .drawer-icon-bars::after {
    -webkit-transform: translate(-158px, -3px);
            transform: translate(-158px, -3px);
  }
}

.drawer-icon.is-active .drawer-icon-bars > i {
  -webkit-transform: translateX(-180px) scale(1, -1);
          transform: translateX(-180px) scale(1, -1);
}

@media screen and (max-width: 767px) {
  .drawer-icon.is-active .drawer-icon-bars > i {
    -webkit-transform: translateX(-135px) scale(1, -1);
            transform: translateX(-135px) scale(1, -1);
  }
}

@media screen and (min-width: 1440px) {
  .drawer-icon {
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon-bars {
  position: relative;
  font-size: 54px;
  color: #FFBA0E;
}

@media screen and (max-width: 767px) {
  .drawer-icon-bars {
    font-size: 40px;
  }
}

.drawer-icon-bars i {
  -webkit-transform: translateX(0) scale(-1, 1);
          transform: translateX(0) scale(-1, 1);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.drawer-icon-bars::after {
  content: "MENU";
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 10px;
  color: #060c41;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media screen and (max-width: 767px) {
  .drawer-icon-bars::after {
    font-size: 8px;
  }
}

.drawer-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  z-index: 299;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

@media screen and (max-width: 767px) {
  .drawer-content {
    width: 220px;
  }
}

.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content-items {
  margin-top: 150px;
  text-align: center;
}

.drawer-content-item:not(:first-child) {
  margin-top: 60px;
}

.drawer-content-item a {
  color: #fff;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 767px) {
  .drawer-content-item a {
    font-size: 0.75rem;
  }
}

.drawer-content-item a:hover {
  opacity: 0.6;
}

.drawer-content-item:last-child > a {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #060c41;
  background-color: #FFBA0E;
  padding: 7px 20px 7px 20px;
  width: 170px;
  border: 5px solid #060c41;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}

.drawer-content-item:last-child > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 70%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
}

.drawer-content-item:last-child > a:hover {
  opacity: 1;
}

.drawer-content-item:last-child > a:hover::before {
  opacity: 1;
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.drawer-background {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 298;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

@media screen and (max-width: 767px) {
  .drawer-background {
    width: 220px;
  }
}

.drawer-background.is-active {
  -webkit-box-shadow: 0px 3px 60px rgba(255, 255, 255, 0.7);
          box-shadow: 0px 3px 60px rgba(255, 255, 255, 0.7);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*======================================
    mv
======================================*/
.mv {
  height: 900px;
  background: url(../img/mv.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mv {
    height: calc(900 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mv {
    height: calc(600 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv.jpg) no-repeat top right 30%/cover;
    height: calc(500 / 375 * 100vw);
  }
}

.mv__inner {
  padding: 387px 120px 0;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mv__inner {
    padding: 387px 8.3333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mv__inner {
    padding: 39.0625vw 7.8125vw 0;
  }
}

@media screen and (max-width: 767px) {
  .mv__inner {
    padding: 80vw 0 0;
  }
}

.slide-in {
  display: inline-block;
  overflow: hidden;
}

.leftAnime {
  opacity: 0;
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slide-in__inner {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.05em;
  padding: 30px 24px 33px 32px;
  background: -webkit-gradient(linear, left top, right top, from(#FF0000), to(#FFBB0E));
  background: linear-gradient(0.25turn, #FF0000, #FFBB0E);
  font-size: 4rem;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .slide-in__inner {
    font-size: 3rem;
    padding: 26px 20px 29px 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .slide-in__inner {
    font-size: 2rem;
    padding: 26px 20px 29px 28px;
  }
}

@media screen and (max-width: 767px) {
  .slide-in__inner {
    font-size: 1.5rem;
    font-size: 6.4vw;
    padding: 16px 5px 19px 13px;
  }
}

.slide-in__inner span {
  letter-spacing: -0.4em;
}

.mv-message {
  color: #fff;
  margin-top: 45px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 3px;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mv-message {
    margin-top: calc(45 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mv-message {
    margin-top: 20px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .mv-message {
    margin-top: 20px;
    font-size: 4.2667vw;
    line-height: 1.42857;
  }
  .mv-message span {
    display: block;
    font-weight: bold;
  }
}

.mv-message__by {
  color: #fff;
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.33333;
  font-family: 'MV Boli', sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mv-message__by {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .mv-message__by {
    font-size: 3.4133vw;
  }
}

/*======================================
    about
======================================*/
.about {
  background: url(../img/about-bg.jpg) no-repeat top center/cover;
  padding-bottom: 146px;
}

@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 100px;
  }
}

.about-items {
  margin: 82px auto 0;
  width: 1196px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .about-items {
    margin-top: calc(60 / 375 * 100vw);
  }
}

.about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .about-item {
    display: block;
  }
}

.about-item:nth-child(2) {
  margin-top: 62px;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .about-item:nth-child(2) {
    margin-top: 72px;
  }
}

@media screen and (max-width: 767px) {
  .about-item:nth-child(2) {
    margin-top: calc(62 / 375 * 100vw);
  }
}

.about-item:nth-child(3) {
  margin-top: 74px;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .about-item:nth-child(3) {
    margin-top: 84px;
  }
}

@media screen and (max-width: 767px) {
  .about-item:nth-child(3) {
    margin-top: calc(74 / 375 * 100vw);
  }
}

.about-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about-item:nth-child(even) > .about-item__content {
  margin-right: 59px;
  margin-left: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .about-item:nth-child(even) > .about-item__content {
    margin-right: calc(59 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about-item:nth-child(even) > .about-item__content {
    margin-right: 5.2083vw;
  }
}

@media screen and (max-width: 767px) {
  .about-item:nth-child(even) > .about-item__content {
    margin-right: 0;
  }
}

.about-item:nth-child(1) > .about-item__img {
  background: url(../img/about1.jpg) no-repeat center center/cover;
}

.about-item:nth-child(1) > .about-item__img::before {
  left: 24px;
  background: url(../img/Ⅰ.png) no-repeat center center/contain;
  width: 106px;
  height: 106px;
  -webkit-transform: translateY(-46px);
          transform: translateY(-46px);
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .about-item:nth-child(1) > .about-item__img::before {
    width: calc(106 / 1440 * 100vw);
    height: calc(106 / 1440 * 100vw);
    left: calc(24 / 1440 * 100vw);
    -webkit-transform: translateY(calc(-46 / 1440 * 100vw));
            transform: translateY(calc(-46 / 1440 * 100vw));
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about-item:nth-child(1) > .about-item__img::before {
    width: calc(106 / 1440 * 100vw);
    height: calc(106 / 1440 * 100vw);
    left: calc(24 / 1440 * 100vw);
    -webkit-transform: translateY(calc(-46 / 1440 * 100vw));
            transform: translateY(calc(-46 / 1440 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .about-item:nth-child(1) > .about-item__img::before {
    width: calc(80 / 375 * 100vw);
    height: calc(80 / 375 * 100vw);
    left: calc(24 / 1440 * 100vw);
    -webkit-transform: translateY(calc(-32 / 375 * 100vw));
            transform: translateY(calc(-32 / 375 * 100vw));
  }
}

.about-item:nth-child(2) > .about-item__img {
  background: url(../img/about2.jpg) no-repeat center center/cover;
}

.about-item:nth-child(2) > .about-item__img::before {
  right: 2px;
  background: url(../img/Ⅱ.png) no-repeat center center/contain;
  width: 134px;
  height: 134px;
  -webkit-transform: translateY(-58px);
          transform: translateY(-58px);
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .about-item:nth-child(2) > .about-item__img::before {
    width: calc(134 / 1440 * 100vw);
    height: calc(134 / 1440 * 100vw);
    right: calc(2 / 1440 * 100vw);
    -webkit-transform: translateY(calc(-58 / 1440 * 100vw));
            transform: translateY(calc(-58 / 1440 * 100vw));
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about-item:nth-child(2) > .about-item__img::before {
    width: calc(134 / 1440 * 100vw);
    height: calc(134 / 1440 * 100vw);
    right: calc(2 / 1440 * 100vw);
    -webkit-transform: translateY(calc(-58 / 1440 * 100vw));
            transform: translateY(calc(-58 / 1440 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .about-item:nth-child(2) > .about-item__img::before {
    width: calc(101 / 375 * 100vw);
    height: calc(101 / 375 * 100vw);
    right: calc(-10 / 375 * 100vw);
    -webkit-transform: translateY(calc(-46 / 375 * 100vw));
            transform: translateY(calc(-46 / 375 * 100vw));
  }
}

.about-item:nth-child(3) > .about-item__img {
  background: url(../img/about3.jpg) no-repeat center center/cover;
}

.about-item:nth-child(3) > .about-item__img::before {
  left: 2px;
  background: url(../img/Ⅲ.png) no-repeat center center/contain;
  width: 156px;
  height: 156px;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .about-item:nth-child(3) > .about-item__img::before {
    width: calc(156 / 1440 * 100vw);
    height: calc(156 / 1440 * 100vw);
    left: calc(2 / 1440 * 100vw);
    -webkit-transform: translateY(calc(-70 / 1440 * 100vw));
            transform: translateY(calc(-70 / 1440 * 100vw));
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about-item:nth-child(3) > .about-item__img::before {
    width: calc(156 / 1440 * 100vw);
    height: calc(156 / 1440 * 100vw);
    left: calc(2 / 1440 * 100vw);
    -webkit-transform: translateY(calc(-70 / 1440 * 100vw));
            transform: translateY(calc(-70 / 1440 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .about-item:nth-child(3) > .about-item__img::before {
    width: calc(118 / 375 * 100vw);
    height: calc(118 / 375 * 100vw);
    left: calc(2 / 1440 * 100vw);
    -webkit-transform: translateY(calc(-56 / 375 * 100vw));
            transform: translateY(calc(-56 / 375 * 100vw));
  }
}

.about-item:nth-child(3) > .about-item__content {
  margin-left: 66px;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .about-item:nth-child(3) > .about-item__content {
    margin-left: calc(66 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about-item:nth-child(3) > .about-item__content {
    margin-left: 5.2083vw;
  }
}

@media screen and (max-width: 767px) {
  .about-item:nth-child(3) > .about-item__content {
    margin-left: 0;
  }
}

.about-item__img {
  width: 600px;
  height: 400px;
  position: relative;
}

.about-item__img::before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .about-item__img {
    width: calc(600 / 1440 * 100vw);
    height: calc(400 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .about-item__img {
    width: 100%;
    height: calc(250 / 375 * 100vw);
  }
}

.about-item__content {
  width: 533px;
  margin-left: 59px;
  color: #fff;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .about-item__content {
    width: calc(533 / 1440 * 100vw);
    margin-left: calc(59 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about-item__content {
    margin-left: 5.2083vw;
  }
}

@media screen and (max-width: 767px) {
  .about-item__content {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}

.about-item__title {
  font-size: 2.25rem;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .about-item__title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about-item__title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .about-item__title {
    font-size: 1.5rem;
    text-align: center;
  }
}

.about-item__text {
  margin-top: 31px;
  line-height: 2.5;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about-item__text {
    font-size: 0.875rem;
    line-height: 2.28571;
  }
}

@media screen and (max-width: 767px) {
  .about-item__text {
    font-size: 0.875rem;
    line-height: 1.85714;
  }
}

/*======================================
    recruit
======================================*/
.recruit {
  background: url(../img/recuruit-bg.jpg) no-repeat center top/cover;
  padding-bottom: 152px;
}

@media screen and (max-width: 767px) {
  .recruit {
    padding-bottom: 100px;
  }
}

.recruit-head {
  margin: 84px auto 0;
  width: 750px;
  max-width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recruit-head {
    margin-top: 60px;
  }
}

.recruit-head__text {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .recruit-head__text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit-head__text {
    font-size: 0.625rem;
    line-height: 2;
  }
  .recruit-head__text > span.is-sp {
    display: block;
  }
}

.recruit-head__text > span.is-all {
  display: block;
}

.recruit-head__text::before, .recruit-head__text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 70px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .recruit-head__text::before, .recruit-head__text::after {
    height: 40px;
  }
}

.recruit-head__text::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}

.recruit-head__text::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}

.recruit-head__img {
  width: 600px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .recruit-head__img {
    width: calc(600 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .recruit-head__img {
    width: calc(400 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .recruit-head__img {
    width: 100%;
    max-width: 450px;
  }
}

.recruit-body {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #a3a3a3;
  padding: 10px;
  border-radius: 10px;
}

.recruit-content {
  padding: 45px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .recruit-content {
    padding: 45px 5.3333vw;
  }
}

.recruit-dl {
  padding-left: 148px;
}

@media screen and (max-width: 767px) {
  .recruit-dl {
    padding-left: 0;
  }
}

.recruit-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .recruit-content__row {
    display: block;
  }
}

.recruit-content__row:not(:first-child) {
  margin-top: 38px;
}

.recruit-content__row:nth-child(3) {
  margin-top: 48px;
}

.recruit-content__row:nth-child(4) {
  margin-top: 42px;
}

.recruit-content__label {
  width: 123px;
  max-width: 100%;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .recruit-content__label {
    font-weight: bold;
  }
}

.recruit-content__answer {
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .recruit-content__answer {
    margin-top: 10px;
    margin-left: 15px;
  }
}

.recruit-btn {
  text-align: center;
  margin-top: 52px;
}

/*======================================
    career
======================================*/
.career {
  background-color: #0E112C;
  padding-bottom: 142px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .career {
    padding-bottom: 100px;
  }
}

.career::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 480px;
  background-color: #acacac;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .career::before {
    height: calc(350 / 768 * 100vw);
  }
}

.career-container {
  padding: 0 120px;
  margin-top: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .career-container {
    padding: 0 20px;
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .career-container {
    padding: 0;
  }
}

.career-message {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .career-message {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .career-message {
    font-size: 1rem;
    padding: 0 5.3333vw;
  }
}

.career-items {
  margin-top: 60px;
  padding: 60px;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 88px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .career-items {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 4.1667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .career-items {
        grid-template-columns: repeat(auto-fill, minmax(19.53125vw, 1fr));
    grid-gap: 5.2083vw;
  }
}

@media screen and (max-width: 767px) {
  .career-items {
    padding: 40px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 10.6667vw;
    max-width: 600px;
    margin: 60px auto 0;
  }
}

.career-item:nth-child(1) > .career-item__img {
  background: url(../img/career1.jpg) no-repeat center center/cover;
}

.career-item:nth-child(2) > .career-item__img {
  background: url(../img/career2.jpg) no-repeat center center/cover;
}

.career-item:nth-child(3) > .career-item__img {
  background: url(../img/career3.jpg) no-repeat center center/cover;
}

.career-item__img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .career-item__img {
    margin: 0 auto;
    width: 250px;
    height: 250px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .career-item__img {
    margin: 0 auto;
    width: calc(170 / 768 * 100vw);
    height: calc(170 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .career-item__img {
    margin: 0 auto;
    width: calc(200 / 375 * 100vw);
    height: calc(200 / 375 * 100vw);
  }
}

.career-item__title {
  text-align: center;
  margin-top: 26px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .career-item__title {
    font-size: 1rem;
  }
}

/*======================================
    instagram
======================================*/
.instagram {
  padding-bottom: 148px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(69.5%, #fff), color-stop(69.5%, #ACACAC), to(#ACACAC));
  background: linear-gradient(to right, #fff 0%, #fff 69.5%, #ACACAC 69.5%, #ACACAC 100%);
}

.instagram-gallery {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
      grid-template-columns: repeat(4, 300px);
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .instagram-gallery {
        grid-template-columns: repeat(4, 20.8333vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .instagram-gallery {
        grid-template-columns: repeat(4, 22.1354vw);
    margin-right: calc(-20 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .instagram-gallery {
        grid-template-columns: repeat(2, 40vw);
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
}

.instagram-gallery__item {
  height: 291px;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .instagram-gallery__item {
    height: 20.2083vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .instagram-gallery__item {
    height: calc(170 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .instagram-gallery__item {
    height: calc(150 / 375 * 100vw);
  }
}

.instagram-gallery__item:nth-child(1) {
  background: url(../img/insta1.jpg) no-repeat center center/cover;
}

.instagram-gallery__item:nth-child(2) {
  background: url(../img/insta2.jpg) no-repeat center center/cover;
}

.instagram-gallery__item:nth-child(3) {
  background: url(../img/insta3.jpg) no-repeat center center/cover;
}

.instagram-gallery__item:nth-child(4) {
  background: url(../img/insta4.jpg) no-repeat center center/cover;
}

.instagram-gallery__item:nth-child(5) {
  background: url(../img/insta5.jpg) no-repeat center center/cover;
}

.instagram-gallery__item:nth-child(6) {
  background: url(../img/insta6.jpg) no-repeat center center/cover;
}

.instagram-gallery__item:nth-child(7) {
  background: url(../img/insta7.jpg) no-repeat center center/cover;
}

.instagram-gallery__item:nth-child(8) {
  background: url(../img/insta8.jpg) no-repeat center center/cover;
}

.instagram-readMore {
  text-align: right;
  margin-right: 78px;
  margin-top: 56px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .instagram-readMore {
    margin-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .instagram-readMore {
    margin-right: 10px;
  }
}

.btn-arrow {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-left: 8px;
  padding-right: 120px;
  padding-bottom: 8px;
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .btn-arrow {
    padding-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .btn-arrow {
    padding-right: 16vw;
  }
}

.btn-arrow:hover::before {
  opacity: 1;
  right: -10px;
}

.btn-arrow:hover::after {
  opacity: 1;
  right: -6px;
}

.btn-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #333;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

.btn-arrow::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 4px;
  width: 2px;
  height: 15px;
  background-color: #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

/*======================================
    qa
======================================*/
.qa {
  background: url(../img/qa-bg.jpg) no-repeat center center/cover;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: darken;
  padding-bottom: 146px;
}

@media screen and (max-width: 767px) {
  .qa {
    padding-bottom: 100px;
  }
}

.qa-items {
  margin: 60px auto 0;
  width: 750px;
  max-width: 100%;
}

.qa-item {
  -webkit-box-shadow: 6px 6px 20px rgba(255, 255, 255, 0.25);
          box-shadow: 6px 6px 20px rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}

.qa-item:not(:first-child) {
  margin-top: 38px;
}

.qa-item:first-child > .qa__answer-box {
  display: block;
}

.qa__question-box {
  background-color: #fff;
  padding: 20px 111px 25px 20px;
  border-radius: 10px;
  position: relative;
}

.qa__question-box.is-active {
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 767px) {
  .qa__question-box {
    padding: 20px 40px 25px 20px;
  }
}

.qa__bars {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 3px)) rotate(225deg);
          transform: translateY(calc(-50% - 3px)) rotate(225deg);
  right: 24px;
  width: 12px;
  height: 12px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

@media screen and (max-width: 767px) {
  .qa__bars {
    right: 16px;
  }
}

.qa__bars.is-active {
  -webkit-transform: translateY(calc(-50% + 3px)) rotate(45deg);
          transform: translateY(calc(-50% + 3px)) rotate(45deg);
}

.qa__bar1 {
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background-color: #0E112C;
}

.qa__bar2 {
  width: 2px;
  height: 12px;
  border-radius: 2px;
  background-color: #0E112C;
  margin-top: -2px;
}

.qa-item__question {
  color: #1A1A1A;
  line-height: 2;
  padding-left: 75px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa-item__question {
    padding-left: 45px;
  }
}

.qa-item__question::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: #0E112C;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  font-size: 1.5rem;
  font-family: 'Lato', sans-serif;
  line-height: 43px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .qa-item__question::before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 1.125rem;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.qa__answer-box {
  background-color: #0E112C;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  display: none;
}

.qa__answer {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.02em;
  padding-left: 75px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa__answer {
    padding-left: 45px;
  }
}

.qa__answer::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  color: #0E112C;
  background-color: #fff;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  font-size: 1.5rem;
  font-family: 'Lato', sans-serif;
  line-height: 43px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .qa__answer::before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 1.125rem;
  }
}

.qa__contact {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .qa__contact {
    margin-top: 50px;
  }
}

/*======================================
    contact
======================================*/
.contact {
  padding: 150px 0;
  background: url(../img/entry-bg.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 26.6667vw 0;
  }
}

.contact-form__container-bg {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #a3a3a3;
  padding: 10px;
  border-radius: 10px;
}

.contact-form__container {
  background-color: #fff;
  padding: 60px 0 50px;
}

@media screen and (max-width: 767px) {
  .contact-form__container {
    padding: 40px 0 30px;
  }
}

.contact-form__message {
  line-height: 2;
  letter-spacing: 0.02em;
  width: 604px;
  max-width: 100%;
  margin: 38px auto 0;
}

@media screen and (max-width: 767px) {
  .contact-form__message {
    margin-top: 20px;
    padding: 0 5.3333vw;
    font-size: 0.875rem;
    line-height: 1.71429;
  }
}

.contact-form {
  width: 612px;
  max-width: 100%;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 0 5.3333vw;
  }
}

.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .contact-form__row {
    display: block;
  }
}

.contact-form__row:not(:first-child) {
  margin-top: 30px;
}

.contact-form__row:last-child > .contact-form__label {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 10px;
}

.contact-form__label {
  width: 212px;
  max-width: 100%;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .contact-form__label {
    font-size: 0.875rem;
  }
}

.is-required {
  display: inline-block;
  padding-right: 50px;
  position: relative;
}

.is-required::before {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 2px;
  line-height: 1.33333;
  letter-spacing: 0.02em;
}

.contact-form__input {
  width: calc(100% - 212px);
}

@media screen and (max-width: 767px) {
  .contact-form__input {
    width: 100%;
    margin-top: 12px;
  }
}

.contact-form__input input {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 12px 20px;
  border-radius: 2px;
  border: 1px solid #5b5b5b;
}

@media screen and (max-width: 767px) {
  .contact-form__input input {
    font-size: 0.875rem;
  }
}

.contact-form__input input:focus {
  outline: none;
  border: 1px solid #060c41;
  -webkit-box-shadow: 0 6px 9px rgba(6, 12, 65, 0.2);
          box-shadow: 0 6px 9px rgba(6, 12, 65, 0.2);
}

.contact-form__input input::-webkit-input-placeholder {
  color: #a4a4a4;
}

.contact-form__input input:-ms-input-placeholder {
  color: #a4a4a4;
}

.contact-form__input input::-ms-input-placeholder {
  color: #a4a4a4;
}

.contact-form__input input::placeholder {
  color: #a4a4a4;
}

.contact-form__input textarea {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 12px 20px;
  border-radius: 2px;
  border: 1px solid #5b5b5b;
  height: 200px;
  resize: vertical;
}

@media screen and (max-width: 767px) {
  .contact-form__input textarea {
    font-size: 0.875rem;
  }
}

.contact-form__input textarea:focus {
  outline: none;
  border: 1px solid #060c41;
  -webkit-box-shadow: 0 6px 9px rgba(6, 12, 65, 0.2);
          box-shadow: 0 6px 9px rgba(6, 12, 65, 0.2);
}

.contact-form__input textarea::-webkit-input-placeholder {
  color: #a4a4a4;
}

.contact-form__input textarea:-ms-input-placeholder {
  color: #a4a4a4;
}

.contact-form__input textarea::-ms-input-placeholder {
  color: #a4a4a4;
}

.contact-form__input textarea::placeholder {
  color: #a4a4a4;
}

.contact-form__privacy {
  margin-top: 36px;
  text-align: center;
}

.contact-form__privacy [type="checkbox"] {
  display: none;
}

.contact-form__privacy [type="checkbox"]:checked + span > .privacyPolicy-check {
  display: block;
  bottom: 5px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .contact-form__privacy [type="checkbox"]:checked + span > .privacyPolicy-check {
    bottom: 4px;
  }
}

.privacyPolicy {
  display: inline-block;
  padding-left: 48px;
  letter-spacing: 0.02em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .privacyPolicy {
    padding-left: 30px;
    font-size: 0.875rem;
  }
}

.privacyPolicy::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 30px;
  border: 1px solid #5b5b5b;
}

@media screen and (max-width: 767px) {
  .privacyPolicy::before {
    width: 20px;
    height: 20px;
  }
}

.privacyPolicy-check {
  position: absolute;
  bottom: 8px;
  left: 6px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767px) {
  .privacyPolicy-check {
    left: -1px;
    bottom: 8px;
  }
}

.privacyPolicy-bars {
  width: 20px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
}

@media screen and (max-width: 767px) {
  .privacyPolicy-bars {
    width: 16px;
    height: 18px;
  }
}

.privacyPolicy-bar1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 12px;
  background: #000;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .privacyPolicy-bar1 {
    height: 8px;
  }
}

.privacyPolicy-bar2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background: #000;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .privacyPolicy-bar2 {
    width: 16px;
  }
}

.contact-form__submit {
  margin-top: 36px;
  text-align: center;
}

.contact-form__submit [type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #0E112C;
  border-radius: 100px;
  border: none;
  padding: 20px 141px;
  line-height: 1.33333;
  letter-spacing: 0.02em;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 767px) {
  .contact-form__submit [type="submit"] {
    padding: 20px 70px;
    font-size: 1rem;
    width: 100%;
    max-width: 450px;
  }
}

.contact-form__submit [type="submit"]:hover {
  opacity: 0.6;
  cursor: pointer;
}

.contact-form__submit [type="submit"]:disabled {
  background-color: #6E7080;
}

.contact-form__submit [type="submit"]:disabled:hover {
  cursor: unset;
  opacity: 1;
}

/*======================================
    footer sub
======================================*/
.footer-sub {
  padding: 49px 40px 51px;
  background: url(../img/footer1-bg.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .footer-sub {
    padding: 49px 0 51px;
  }
}

.footer-sub__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .footer-sub__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-sub__img {
  width: 800px;
  height: 500px;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .footer-sub__img {
    width: calc(800 / 1440 * 100vw);
    height: calc(500 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-sub__img {
    width: calc(500 / 768 * 100vw);
    height: calc(250 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .footer-sub__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    height: calc(200 / 375 * 100vw);
  }
}

.footer-sub__img img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .footer-sub__img img {
    height: calc(500 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-sub__img img {
    height: calc(250 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .footer-sub__img img {
    height: calc(200 / 375 * 100vw);
  }
}

.footer-sub__content {
  padding: 45px 36px 45px 30px;
  background-color: #fff;
  margin-left: -140px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-sub__content {
    width: calc(500 / 768 * 100vw);
    margin-top: 140px;
    padding: 35px 3.33854vw 35px 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer-sub__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 20px;
    margin-left: 0;
    width: 90%;
    margin: 0 auto -7.4667vw;
    position: relative;
    z-index: 2;
  }
}

.footer-sub__message {
  font-size: 2.25rem;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .footer-sub__message {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-sub__message {
    font-size: 2.6042vw;
  }
}

@media screen and (max-width: 767px) {
  .footer-sub__message {
    font-size: 4.8vw;
  }
}

.footer-sub__message-by {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.33333;
  font-family: 'MV Boli', sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-sub__message-by {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-sub__message-by {
    font-size: 3.7333vw;
    margin-top: 14px;
  }
}

/*======================================
    footer
======================================*/
.footer {
  background-color: #000;
  padding: 30px 0;
}

.footer-logo {
  width: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    width: 150px;
  }
}

.footer-logo__link {
  display: block;
}

.footer-nav__items {
  margin: 20px auto 0;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .footer-nav {
    display: block;
    text-align: center;
  }
}

.footer-nav__list:not(:last-child) {
  margin-right: 36px;
}

@media screen and (max-width: 767px) {
  .footer-nav__list:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.footer-nav__list-link {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-nav__list-link {
    font-size: 0.875rem;
  }
}

.footer-nav__list-link:hover {
  opacity: 0.6;
}

.footer-sns__items {
  margin-top: 30px;
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-sns__list:not(:last-child) {
  margin-right: 25px;
}

.footer-sns__icon {
  display: block;
  width: 40px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.footer-sns__icon:hover {
  opacity: 0.6;
}

/*======================================
    to top
======================================*/
.toTop {
  position: fixed;
  bottom: 25px;
  right: 40px;
  width: 150px;
  z-index: 100;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .toTop {
    width: 100px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .toTop {
    width: 80px;
    right: 10px;
    bottom: 30px;
  }
}
