@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Spartan", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #252525;
  background-color: #fff;
}
@media screen and (min-width: 1080px), print {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  margin: 0;
  border: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

.header {
  width: 100%;
  text-align: center;
}
.header__logo {
  width: 150px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 1080px), print {
  .header__logo {
    width: 200px;
  }
}
.header__menu {
  position: relative;
  background: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  transition: all 0.4s;
}
.header__menuWrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
}
@media screen and (min-width: 1080px), print {
  .header__menu {
    width: 66px;
    height: 66px;
  }
}
.header__menu > span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 11px;
  height: 2px;
  width: 60%;
}
@media screen and (min-width: 1080px), print {
  .header__menu > span {
    left: 13px;
  }
}
.header__menu > span:nth-child(1) {
  top: 17px;
  background-color: #2a73e8;
}
@media screen and (min-width: 1080px), print {
  .header__menu > span:nth-child(1) {
    top: 20px;
  }
}
.header__menu > span:nth-child(2) {
  top: 25px;
  background-color: #3f20f5;
}
@media screen and (min-width: 1080px), print {
  .header__menu > span:nth-child(2) {
    top: 33px;
  }
}
.header__menu > span:nth-child(3) {
  top: 33px;
  background-color: #20e2f5;
}
@media screen and (min-width: 1080px), print {
  .header__menu > span:nth-child(3) {
    top: 46px;
  }
}
.header__menu.active > span:nth-child(1) {
  top: 18px;
  left: 11px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}
@media screen and (min-width: 1080px), print {
  .header__menu.active > span:nth-child(1) {
    top: 24px;
    left: 13px;
  }
}
.header__menu.active > span:nth-child(2) {
  opacity: 0;
}
.header__menu.active > span:nth-child(3) {
  top: 30px;
  left: 11px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}
@media screen and (min-width: 1080px), print {
  .header__menu.active > span:nth-child(3) {
    top: 37px;
    left: 13px;
  }
}

.gnav {
  width: 100%;
  padding: 58px 10%;
  display: none;
  position: fixed;
  background-color: rgba(14, 14, 14, 0.7);
  z-index: 100;
  transition: all 0.4s;
}
.gnav.active {
  display: block;
}
.gnav__inner {
  text-align: left;
}
.gnav__list {
  margin: 0;
}
.gnav__listItem {
  padding-top: 30px;
}
.gnav-en {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
.gnav-ja {
  color: #fff;
  font-size: 1.2rem;
  margin-left: 5px;
}
.gnav__btn {
  margin-top: 50px;
}
.gnav__btnInner {
  padding: 5px 10px;
}
.gnav__btnTitle {
  margin: 16px 0 10px;
  color: #fff;
  font-size: 1.6rem;
}
.gnav__btnList {
  margin: 0;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1080px), print {
  .gnav__btnList {
    padding: 0 25%;
  }
}
.gnav__btnListItem > a {
  display: inline-block;
  width: 120px;
  height: 50px;
  padding-right: 25px;
  line-height: 50px;
  background-color: #2a73e8;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (min-width: 1080px), print {
  .gnav__btnListItem > a {
    width: 250px;
    height: 100px;
    line-height: 100px;
    font-size: 2.2rem;
  }
}
.gnav__btnListItem > a:hover {
  background-color: #86b0f2;
}
.gnav__btnListItem > a > span {
  position: absolute;
  top: 12px;
  right: 13px;
}
@media screen and (min-width: 1080px), print {
  .gnav__btnListItem > a > span {
    top: 36px;
    right: 31px;
  }
}

.mv01 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  z-index: 5;
}
.mv01__inner {
  position: absolute;
  top: 50vh;
  left: 10%;
  z-index: 5;
}
.mv01__inner p {
  margin: 0;
  font-family: "游ゴシック";
  font-size: 3.4rem;
  font-style: italic;
  color: #fff;
  text-shadow: 1px 1px 10px gray;
}
@media screen and (min-width: 1080px), print {
  .mv01__inner p {
    font-size: 4.6rem;
  }
}
.mv01::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #20e2f5;
  transform: translateY(100%) skewY(10deg);
  transform-origin: 100% 0%;
  z-index: 4;
  opacity: 0.7;
}

.emphasis {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #e8aa2a 70%);
}

.mv01 .slide-media {
  height: max(70vh, 70vw);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1080px), print {
  .mv01 .slide-media {
    height: 800px;
  }
}
.mv01 .slide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.message {
  text-align: center;
  background-color: #2a73e8;
  color: #fff;
  position: relative;
  z-index: 3;
}
.message__inner {
  padding: 100px 0 0;
  z-index: 3;
}
@media screen and (min-width: 1080px), print {
  .message__inner {
    padding: 200px 0 0;
  }
}
.message__title {
  padding-bottom: 50px;
}
.message__title > h2 {
  font-size: 3.6rem;
  font-style: italic;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 1080px), print {
  .message__title > h2 {
    font-size: 4.2rem;
  }
}
.message__title > h2 > span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
}
.message__content {
  padding: 0 10% 50px;
}
.message__contentTitle {
  padding-bottom: 30px;
  font-size: 1.6rem;
}
.message__contentText {
  line-height: 2.4;
}
.message__contentText > p + p {
  margin-top: 20px;
}
.message::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3f20f5;
  transform: translateY(-100%) skewY(10deg);
  transform-origin: 0 100%;
  z-index: 0;
  opacity: 0.5;
}

.askStatue {
  text-align: center;
  background-image: url(../img/back_01.jpg);
  padding: 100px 0 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .askStatue {
    padding: 200px 0 200px;
  }
}
@media screen and (min-width: 1080px), print {
  .askStatue {
    padding: 320px 0 320px;
  }
}
.askStatue::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2a73e8;
  transform: translateY(-100%) skewY(10deg);
  transform-origin: 0 100%;
  z-index: 0;
  opacity: 1;
}
.askStatue__inner {
  padding: 0 5%;
}
.askStatue__header {
  margin-bottom: 50px;
}
.askStatue__headerTitle {
  font-size: 2rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 1080px), print {
  .askStatue__headerTitle {
    font-size: 2.6rem;
    margin-bottom: 50px;
  }
}
.askStatue__headerText {
  line-height: 2;
}
.askStatue__list {
  margin-top: 50px;
}
@media screen and (min-width: 1080px), print {
  .askStatue__list {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
  }
}
.askStatue__item {
  margin-bottom: 50px;
  padding: 24px 18px;
  color: #0075e1;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 1080px), print {
  .askStatue__item {
    margin: 1%;
  }
}
.askStatue__itemType {
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  line-height: 1.1;
}
.askStatue__itemType > small {
  font-size: 1.1rem;
  text-transform: uppercase;
}
.askStatue__itemIcon > img {
  width: 48px;
}
.askStatue__itemTitle {
  margin: 10px;
  font-size: 1.7rem;
}
.askStatue__itemText {
  font-size: 1.2rem;
  color: #252525;
}

.aboutUs {
  padding: 50px 5% 50px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1080px), print {
  .aboutUs {
    padding: 0 5% 150px;
  }
}
.aboutUs__inner {
  text-align: center;
}
@media screen and (min-width: 1080px), print {
  .aboutUs__inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 1fr 2fr;
    gap: 20% 5%;
    grid-auto-flow: row;
    grid-template-areas: "title title" "visual contents";
  }
}
.aboutUs__title {
  padding-bottom: 50px;
  grid-area: title;
}
.aboutUs__title > h2 {
  font-size: 3.6rem;
  font-style: italic;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 1080px), print {
  .aboutUs__title > h2 {
    font-size: 4.2rem;
  }
}
.aboutUs__title > h2 > span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.aboutUs__contents {
  grid-area: contents;
}
.aboutUs__contentsTitle {
  padding-bottom: 30px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1080px), print {
  .aboutUs__contentsTitle {
    font-size: 2.2rem;
  }
}
.aboutUs__contentsText {
  line-height: 2.4;
  padding-bottom: 30px;
}
.aboutUs__visual {
  grid-area: visual;
  width: 80vw;
  height: 146px;
  margin: 100px 0 50px;
  position: relative;
}
@media screen and (min-width: 1080px), print {
  .aboutUs__visual {
    width: auto;
    height: 206px;
    margin: 0;
  }
}
.aboutUs__visual::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 190vw;
  height: 100%;
  background: linear-gradient(to right, #2a73e8, #e8aa2a);
}
.aboutUs__visualImg {
  width: 120px;
  height: 88px;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1080px), print {
  .aboutUs__visualImg {
    width: 220px;
    height: 161px;
  }
}
.aboutUs__visualImg--01 {
  top: -15px;
  left: 5%;
  background-image: url(../img/about_01.jpg);
}
@media screen and (min-width: 1080px), print {
  .aboutUs__visualImg--01 {
    left: 10%;
  }
}
.aboutUs__visualImg--02 {
  top: -30px;
  left: calc(5% + 120px + 15px);
  background-image: url(../img/about_02.jpg);
}
@media screen and (min-width: 1080px), print {
  .aboutUs__visualImg--02 {
    left: calc(10% + 220px + 30px);
  }
}
.aboutUs__visualImg--03 {
  top: 88px;
  left: calc(5% + 15px);
  background-image: url(../img/about_03.jpg);
}
@media screen and (min-width: 1080px), print {
  .aboutUs__visualImg--03 {
    top: 176px;
    left: calc(10% + 30px);
  }
}
.aboutUs__visualImg--04 {
  top: 73px;
  left: calc(5% + 120px + 30px);
  background-image: url(../img/about_04.jpg);
}
@media screen and (min-width: 1080px), print {
  .aboutUs__visualImg--04 {
    top: 161px;
    left: calc(10% + 220px + 60px);
  }
}
.aboutUs::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: #9ec3de;
  z-index: -1;
  transform: skewY(10deg);
  transform-origin: top right;
}
@media screen and (min-width: 1080px), print {
  .aboutUs::before {
    height: 150%;
  }
}

.recruitBtn {
  position: relative;
  display: inline-block;
  background: #0075e1;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.recruitBtn:hover::before {
  -webkit-animation: shine 0.7s;
          animation: shine 0.7s;
}
.recruitBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.recruitBtn--large {
  display: block;
  padding: 0;
  width: 80%;
  height: 70px;
  line-height: 70px;
  font-size: 2rem;
}
.recruitBtn--large + .recruitBtn--large {
  margin-top: 20px;
}

.interview {
  background-color: #f8f8f8;
  overflow: hidden;
}
.interview__inner {
  padding: 100px 5% 100px;
  text-align: center;
}
@media screen and (min-width: 1080px), print {
  .interview__inner {
    padding: 300px 5% 200px;
  }
}
.interview__title {
  padding-bottom: 50px;
  grid-area: title;
}
.interview__title > h2 {
  font-size: 3.6rem;
  font-style: italic;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 1080px), print {
  .interview__title > h2 {
    font-size: 4.2rem;
  }
}
.interview__title > h2 > span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.interview .swiper {
  padding: 0 3.2rem;
  overflow: visible;
}
.interview .swiper-button-prev,
.interview .swiper-button-next {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.interview .swiper-button-prev::before,
.interview .swiper-button-next::before {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.interview .swiper-button-prev::after,
.interview .swiper-button-next::after {
  border-color: #fff;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #252525;
  border-width: 3px 3px 0 0;
}
.interview .swiper-button-prev {
  right: calc(100% - 5.2rem);
}
.interview .swiper-button-prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}
.interview .swiper-button-next {
  left: calc(100% - 5.2rem);
}
.interview .swiper-button-next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}
.interview .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
.interview .slide {
  overflow: hidden;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1), opacity 1s;
  border-radius: 4px;
  box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff;
}
.interview .slide-media {
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}
.interview .slide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 16px);
  transform: translateY(-16px);
  -o-object-fit: cover;
  object-fit: cover;
}
.interview .slide-content {
  text-align: left;
  padding: 3.2rem;
}
.interview .slide-text {
  font-size: 1.8rem;
  color: #252525;
}
.interview .slide-pos {
  display: inline-block;
  color: #0075c1;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: solid 1px #0075c1;
  margin-bottom: 4px;
}
.interview .slide-name {
  margin: 0;
  color: #252525;
}
.interview .slide-name .en {
  display: block;
  font-size: 2.1rem;
  line-height: 1.35;
}

.en {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.ja {
  font-weight: 700;
  font-size: 1.4rem;
}

.recruitment {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
  background-image: url(../img/back_03_sp.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
@media screen and (min-width: 768px) {
  .recruitment {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/back_03.jpg);
  }
}
.recruitment__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.recruitment__title {
  position: relative;
  padding: 40px 0 50px;
  font-size: 3.6rem;
  font-family: "游ゴシック";
  font-style: italic;
}
@media screen and (min-width: 1080px), print {
  .recruitment__title {
    font-size: 4.2rem;
  }
}
.recruitment__title > span {
  letter-spacing: 1.3rem;
  position: relative;
  z-index: 2;
}
.recruitment__title::before {
  content: attr(data-en);
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  color: #e8aa2a;
  opacity: 0.3;
  font-size: 4.5rem;
  font-style: italic;
  font-family: "montserrat", sans-serif;
  z-index: 1;
}
.recruitment__content {
  max-width: 1200px;
  margin: 50px;
}
@media screen and (min-width: 768px) {
  .recruitment__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.recruitment__area {
  background: linear-gradient(to right, #e8aa2a, #a1a1a1);
}
@media screen and (min-width: 768px) {
  .recruitment__area {
    width: 45%;
  }
}
.recruitment__area + .recruitment__area {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .recruitment__area + .recruitment__area {
    margin-top: 0;
  }
}
.recruitment__subtitle > h3 {
  padding-top: 4rem;
  color: #fff;
  font-size: 3rem;
  font-family: "游ゴシック";
  font-style: italic;
  line-height: 8rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 768px) {
  .recruitment__subtitle > h3 {
    line-height: 10rem;
  }
}
@media screen and (min-width: 1080px), print {
  .recruitment__subtitle > h3 {
    line-height: 10rem;
  }
}
.recruitment__subtitle--newGraduate {
  position: relative;
  z-index: 1;
}
.recruitment__subtitle--newGraduate::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #e8aa2a, #a1a1a1);
  z-index: -1;
  transform: skewY(10deg);
  transform-origin: top left;
}
.recruitment__subtitle--midCareer {
  position: relative;
  z-index: 1;
}
.recruitment__subtitle--midCareer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #e8aa2a, #a1a1a1);
  z-index: -1;
  transform: skewY(10deg);
  transform-origin: top left;
}
.recruitment__btnWrap {
  padding: calc(5rem + 50px) 0 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-image: url(../img/back_01.jpg);
}
@media screen and (min-width: 1080px), print {
  .recruitment__btnWrap {
    padding: calc(10rem + 50px) 0 5rem;
  }
}

.footer {
  padding: 50px 5%;
  background: linear-gradient(#fff, #eeeeff);
}
.footer__inner {
  margin: 0 auto;
  padding: 0 5%;
}
.footer__logo > img {
  width: 150px;
}
.footer__contents {
  max-width: 800px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  line-height: 2rem;
}
@media screen and (min-width: 1080px), print {
  .footer__contents {
    margin: 50px auto;
  }
}
.footer__list {
  width: 40%;
  text-align: center;
  line-height: 2;
}
.footer__list h4 {
  margin-bottom: 1rem;
  border-bottom: solid 1px #9ec3de;
}
.footer__list a {
  color: #252525;
}
.footer__list a:hover {
  color: #2a73e8;
}
.footer__cp {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */