@charset "UTF-8";
.commonTitle {
  color: #7c7c7c;
  margin-bottom: 54px;
  font-size: 39px;
  letter-spacing: 0.1em;
}
.commonTitle.halfmargin {
  margin-bottom: 20px;
}
.commonTitle.nomargin {
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .commonTitle {
    font-size: calc(39 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .commonTitle {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.common-bg-dark {
  background: #0e0f17;
  position: relative;
  z-index: 10;
}
.common-fixbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
footer {
  position: relative;
  background: #141f33;
  padding: 44px 0 33px;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .footerContainer.c-commonContainer {
    padding: 0 50px;
  }
}
.footerLogo {
  display: block;
  width: 81px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1366px) {
  .footerLogo {
    width: calc(81 / 1366 * 100vw);
    margin-bottom: calc(40 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footerLogo {
    width: 71px;
    margin: 0 0 35px 0;
  }
}
.footerLinkWrapper.c-flex {
  margin-bottom: 45px;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
@media screen and (max-width: 1366px) {
  .footerLinkWrapper.c-flex {
    margin-bottom: calc(45 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footerLinkWrapper.c-flex {
    display: block;
  }
}
.footerLink {
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 33px;
}
@media screen and (max-width: 1366px) {
  .footerLink {
    font-size: calc(16 / 1366 * 100vw);
    margin: 0 calc(33 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footerLink {
    font-size: 14px;
    width: 100%;
    margin: 0;
    line-height: 2.6;
  }
}
.footerLink:after {
  content: '';
  width: 35px;
  height: 8px;
  background-image: url("/img/arrow_brown_short.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 13px;
}
@media screen and (max-width: 1366px) {
  .footerLink:after {
    width: calc(35 / 1366 * 100vw);
    height: calc(8 / 1366 * 100vw);
    margin-left: calc(13 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footerLink:after {
    width: 42px;
    height: 10px;
    margin-left: 8px;
  }
}
.footerCopyright {
  color: #9a9a9a;
  font-size: 12px;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1366px) {
  .footerCopyright {
    font-size: calc(12 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footerCopyright {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 10px;
    position: relative;
    text-align: left;
    margin: 30px auto 0;
  }
}
*:focus {
  outline: 0;
}
body {
  margin: 0;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: startin 1.5s forwards;
          animation: startin 1.5s forwards;
  opacity: 1;
  color: #fff;
  position: relative;
  font-size: 20px;
  line-height: calc(26 / 20);
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #0e0f17;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
img {
  width: 100%;
  vertical-align: bottom;
  border: 0;
  pointer-events: none;
}
img[src$=".svg"] {
  width: 100%;
}
a {
  color: #fff;
  text-decoration: none;
}
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
}
ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h1,
h2,
h3 {
  padding: 0;
  margin: 0;
}
.font-en {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-commonContainer {
  max-width: 1366px;
  padding: 0 150px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .c-commonContainer {
    padding: 0 calc(150 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-commonContainer {
    padding: 0 35px;
  }
}
@-webkit-keyframes startin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes startin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainvisualWrapper {
  position: relative;
}
.mainvisualLogoWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.mainvisualLogo {
  max-width: 345px;
  width: calc(345 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .mainvisualLogo {
    width: calc(418 / 750 * 100vw);
  }
}
.conceptWrapper {
  padding-top: 100px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .conceptWrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.conceptInner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .conceptInner {
    display: block;
  }
}
.conceptInner .textContainer {
  margin-right: auto;
}
.conceptSubtitle {
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}
@media screen and (max-width: 1366px) {
  .conceptSubtitle {
    font-size: calc(30 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .conceptSubtitle {
    font-size: 19px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 375px) {
  .conceptSubtitle {
    font-size: 18px;
  }
}
.conceptText {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: calc(32 / 16);
}
@media screen and (max-width: 1366px) {
  .conceptText {
    font-size: calc(16 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .conceptText {
    font-size: 12px;
  }
}
.imageContainer {
  width: 500px;
  margin-right: -150px;
}
@media screen and (max-width: 1366px) {
  .imageContainer {
    width: calc(500 / 1366 * 100vw);
    margin-right: calc(-150 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .imageContainer {
    width: calc(100vw - 35px);
    margin-bottom: 35px;
  }
}
.conceptBg {
  background: url("/img/concept_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .conceptBg {
    background-image: url("/img/concept_bg-sp.jpg");
  }
}
.emptyArea {
  width: 100%;
  height: 470px;
}
.menuWrapper {
  padding: 90px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .menuWrapper {
    padding: 70px 0;
  }
}
.menuInner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 97px 0 100px;
  width: 1130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .menuInner {
    width: 100%;
    display: block;
    padding: 50px 0;
  }
}
.menuInner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -85px;
  background: #141f33;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .menuInner:after {
    margin-right: calc(-150 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .menuInner:after {
    margin-right: -30px;
  }
}
.menuInner:nth-of-type(1) {
  margin-bottom: 54px;
}
.menuInner:nth-of-type(2) {
  margin-bottom: 40px;
}
.menuTitleContainer,
.menuTextContainer {
  position: relative;
  z-index: 2;
}
.menuTitleContainer {
  width: 340px;
  padding-right: 25px;
}
@media screen and (max-width: 1366px) {
  .menuTitleContainer {
    width: calc(340 / 1366 * 100vw);
    padding-right: calc(25 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .menuTitleContainer {
    width: 100%;
    padding-right: 0;
  }
}
.menuTime {
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1366px) {
  .menuTime {
    font-size: calc(14 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .menuTime {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.menuTextContainer {
  width: 563px;
  border-left: 1px solid #525252;
  padding-left: 25px;
}
@media screen and (max-width: 1366px) {
  .menuTextContainer {
    width: calc(563 / 1366 * 100vw);
    padding-left: calc(25 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .menuTextContainer {
    padding-top: 20px;
    width: 100%;
    padding-left: 0;
    border: none;
  }
  .menuTextContainer:before {
    content: '';
    width: calc(115 / 750 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #525252;
  }
}
.menuSubtitle {
  font-size: 17px;
  letter-spacing: 0.1em;
  margin-bottom: 21px;
}
@media screen and (max-width: 1366px) {
  .menuSubtitle {
    font-size: calc(17 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .menuSubtitle {
    font-size: 17px;
  }
}
.menuText {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: calc(28 / 14);
}
@media screen and (max-width: 1366px) {
  .menuText {
    font-size: calc(14 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .menuText {
    font-size: 12px;
  }
}
.reserveLinkWrapper a {
  margin-left: auto;
  display: block;
  text-align: left;
  width: 145px;
}
@media screen and (max-width: 1366px) {
  .reserveLinkWrapper a {
    width: calc(145 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .reserveLinkWrapper a {
    width: 145px;
  }
}
.reserveLinkWrapper a:hover .arrowBrown {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.reserveLinkWrapper .reserveLinkText {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #967c0c;
}
@media screen and (max-width: 1366px) {
  .reserveLinkWrapper .reserveLinkText {
    font-size: calc(14 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .reserveLinkWrapper .reserveLinkText {
    font-size: 14px;
  }
}
.reserveLinkWrapper .arrowBrown {
  margin-left: auto;
  margin-top: -0.75em;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.menuBg {
  background: url("/img/menu_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .menuBg {
    background-image: url("/img/menu_bg-sp.jpg");
  }
}
.accessInner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .accessInner {
    display: block;
  }
}
.accessTitleContainer {
  width: 360px;
}
@media screen and (max-width: 1366px) {
  .accessTitleContainer {
    width: calc(360 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .accessTitleContainer {
    width: 100%;
  }
}
.accessWrapper {
  padding: 90px 0;
  background-color: #141f33;
}
@media screen and (max-width: 767px) {
  .accessWrapper {
    padding: 70px 0;
  }
}
.accessBg {
  background: url("/img/access_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .accessBg {
    background-image: url("/img/access_bg.jpg");
  }
}
@media screen and (max-width: 767px) {
  .accessTextWrapper {
    margin-bottom: 40px;
  }
}
.accessSubtitle {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-bottom: 21px;
  border-bottom: 1px solid #525252;
}
@media screen and (max-width: 1366px) {
  .accessSubtitle {
    font-size: calc(20 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .accessSubtitle {
    font-size: 14px;
    padding-bottom: 17px;
  }
}
.accessSubtitle-en {
  font-weight: normal;
  font-size: 25px;
}
@media screen and (max-width: 1366px) {
  .accessSubtitle-en {
    font-size: calc(25 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .accessSubtitle-en {
    font-size: 18px;
  }
}
.accessText {
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 15px 0;
  border-bottom: 1px solid #525252;
}
@media screen and (max-width: 1366px) {
  .accessText {
    font-size: calc(14 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .accessText {
    font-size: 12px;
  }
}
a.accessText {
  border: none;
  display: block;
}
.accessTextIcon {
  display: inline-block;
  width: 20px;
  margin-right: 15px;
}
@media screen and (max-width: 1366px) {
  .accessTextIcon {
    width: calc(20 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .accessTextIcon {
    width: 20px;
  }
}
.accessMapContainer {
  width: 560px;
}
@media screen and (max-width: 1366px) {
  .accessMapContainer {
    width: calc(560 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .accessMapContainer {
    width: 100%;
  }
}
.accessMap {
  width: 100%;
  height: 0;
  padding-top: 335px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1336px) {
  .accessMap {
    padding-top: calc(335 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .accessMap {
    padding-top: 100%;
  }
}
.accessMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.accessLinkWrapper a {
  margin-left: auto;
  display: block;
  text-align: left;
  width: 145px;
}
.accessLinkWrapper a:hover .arrowBrown {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (max-width: 1366px) {
  .accessLinkWrapper a {
    width: calc(145 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .accessLinkWrapper a {
    width: 145px;
  }
}
.accessLinkWrapper .accessLinkText {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #967c0c;
}
@media screen and (max-width: 1366px) {
  .accessLinkWrapper .accessLinkText {
    font-size: calc(14 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .accessLinkWrapper .accessLinkText {
    font-size: 14px;
  }
}
.accessLinkWrapper .arrowBrown {
  margin-left: auto;
  margin-top: -0.75em;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.recruitWrapper {
  padding: 130px 0 120px;
}
@media screen and (max-width: 767px) {
  .recruitWrapper {
    padding: 70px 0;
  }
}
.recruitTitle {
  margin-bottom: 0;
  margin-right: 124px;
}
@media screen and (max-width: 767px) {
  .recruitTitle {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.recruitContainer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .recruitContainer {
    display: block;
  }
}
.recruitTextWrapper {
  font-size: 14px;
}
@media screen and (max-width: 1366px) {
  .recruitTextWrapper {
    font-size: calc(14 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .recruitTextWrapper {
    font-size: 12px;
  }
}
.recruitText {
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .recruitText {
    margin-bottom: 2em;
    line-height: 2;
  }
}
.recruitMail {
  color: #967c0c;
}
.fixedBanner {
  position: fixed;
  top: 0;
  right: 0;
  margin-right: 54px;
  background: #967c0c;
  color: #fff;
  z-index: 100;
  padding: 20px 20px 25px;
}
@media screen and (max-width: 1366px) {
  .fixedBanner {
    padding: calc(20 / 1366 * 100vw) calc(20 / 1366 * 100vw) calc(25 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .fixedBanner {
    margin-right: 32px;
    padding: 15px;
    margin-right: 0;
    text-align: center;
  }
}
.fixedBanner .fixedBannerText-en {
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: calc(21 / 17);
  margin-bottom: 5px;
}
@media screen and (max-width: 1366px) {
  .fixedBanner .fixedBannerText-en {
    font-size: calc(17 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .fixedBanner .fixedBannerText-en {
    font-size: 13px;
  }
}
.fixedBanner .fixedBannerText-ja {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: calc(28 / 17);
}
@media screen and (max-width: 1366px) {
  .fixedBanner .fixedBannerText-ja {
    font-size: calc(14 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .fixedBanner .fixedBannerText-ja {
    font-size: 11px;
  }
}
.fixedBanner .arrowWhite {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 117px;
  margin-right: -20px;
  margin-bottom: 15px;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
@media screen and (max-width: 1366px) {
  .fixedBanner .arrowWhite {
    width: calc(117 / 1366 * 100vw);
    margin-right: calc(-20 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .fixedBanner .arrowWhite {
    width: 85px;
    margin-right: -8px;
  }
}
.fixedBanner:hover .arrowWhite {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (max-width: 767px) {
  .u-pc-ele {
    display: none !important;
  }
}
.u-sp-inline-block {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-inline-block {
    display: inline-block !important;
  }
}
.u-sp-inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}
.u-sp-block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-block {
    display: block !important;
  }
}
.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.css-btn-hover {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-box-shadow: 8px 8px rgba(200,200,200,0.4);
          box-shadow: 8px 8px rgba(200,200,200,0.4);
}
@media screen and (max-width: 767px) {
  .css-btn-hover {
    -webkit-box-shadow: 5px 5px rgba(200,200,200,0.4);
            box-shadow: 5px 5px rgba(200,200,200,0.4);
  }
}
.css-btn-hover:hover {
  -webkit-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
}
@media screen and (max-width: 767px) {
  .css-btn-hover:hover {
    -webkit-box-shadow: 5px 5px rgba(200,200,200,0.4);
            box-shadow: 5px 5px rgba(200,200,200,0.4);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.css-hover {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.css-hover:hover {
  opacity: 0.7;
}
.js-slidein {
  -webkit-transition: opacity ease-out 0.6s, -webkit-transform ease-out 0.6s;
  transition: opacity ease-out 0.6s, -webkit-transform ease-out 0.6s;
  transition: opacity ease-out 0.6s, transform ease-out 0.6s;
  transition: opacity ease-out 0.6s, transform ease-out 0.6s, -webkit-transform ease-out 0.6s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.js-slidein.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.css-textshadow {
  text-shadow: 1px 1px 2px #333, 0 0 2em #fff, 0 0 0.2em #fff;
}
