@charset "UTF-8";
/* breakpoints */
/***************/
/* Base */
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

/*** Font */
/* Setting */
html {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  color: #000000;
  overflow: hidden;
  position: relative;
}
body.no-scroll {
  height: 100vh;
  overflow-y: hidden;
}

img {
  max-width: 100%;
  pointer-events: none;
}

a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:visited {
  color: #000;
}
@media screen and (min-width: 821px) {
  a:hover {
    opacity: 0.6;
  }
}

.en {
  font-family: "Montserrat", sans-serif;
}

.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

.disp-pc {
  display: block;
}
@media screen and (max-width: 821px) {
  .disp-pc {
    display: none;
  }
}

.disp-sp {
  display: none;
}
@media screen and (max-width: 821px) {
  .disp-sp {
    display: block;
  }
}

.disp-ssp {
  display: none;
}
@media screen and (max-width: 321px) {
  .disp-ssp {
    display: block;
  }
}

.clear {
  clear: both;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

.indent1-5 {
  text-indent: -1.5em;
  padding-left: 1.5em;
  display: block;
}

/* Animation */
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

.slick-img {
  padding: 0 !important;
}
.slick-img img {
  max-width: none;
  position: inherit;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, 0%);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .slick-img img {
    max-width: 100%;
  }
}

.js-text-opacity {
  opacity: 0;
}
.js-text-opacity.start {
  opacity: 1;
}

@-webkit-keyframes js-text-up {
  0% {
    -webkit-transform: translateY(170%);
    transform: translateY(170%);
    @media screen and (max-width: 600px) {
      -webkit-transform: translateY(150%);
      transform: translateY(150%);
    }
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes js-text-up {
  0% {
    -webkit-transform: translateY(170%);
    transform: translateY(170%);
    @media screen and (max-width: 600px) {
      -webkit-transform: translateY(150%);
      transform: translateY(150%);
    }
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.js-text-up {
  display: block;
  -webkit-transform: translateY(170%);
  transform: translateY(170%);
}
@media screen and (max-width: 600px) {
  .js-text-up {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
  }
}
.js-text-up.start {
  -webkit-animation: js-text-up 0.7s cubic-bezier(0.53, 0.08, 0.49, 0.96) forwards;
  animation: js-text-up 0.7s cubic-bezier(0.53, 0.08, 0.49, 0.96) forwards;
  overflow: hidden;
}

.js-text-line {
  position: relative;
}
.js-text-line::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00003C;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.js-text-line.start::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.js-text-line.done::before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.36, 0.85, 0.7, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.36, 0.85, 0.7, 1);
  transition: transform 0.3s cubic-bezier(0.36, 0.85, 0.7, 1);
  transition: transform 0.3s cubic-bezier(0.36, 0.85, 0.7, 1), -webkit-transform 0.3s cubic-bezier(0.36, 0.85, 0.7, 1);
}
.js-text-line span,
.js-text-line img {
  opacity: 0;
}
.js-text-line.done span,
.js-text-line.done img {
  opacity: 1;
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
}

.fv-fadein {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
          transform: translate(0px, -10px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  position: relative;
  display: block;
}
.fv-fadein.start {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.fv-fadein:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.fv-fadein:nth-child(2) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.fv-fadein:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fv-fadein:nth-child(4) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.fv-fadein:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.fv-fadein:nth-child(6) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.fv-fadein:nth-child(7) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.js-inview {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.36, 0.14, 0, 1);
          transition-timing-function: cubic-bezier(0.36, 0.14, 0, 1);
}
.js-inview.fade-b {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

/* Common Parts */
/** header **/
.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #00003C;
  width: 100%;
  color: #fff;
  font-size: 18px;
  padding: 18.31px 0;
  z-index: 10;
}
@media screen and (max-width: 821px) {
  .header {
    height: 65px;
    padding: 0;
  }
}
@media screen and (max-width: 321px) {
  .header {
    height: 20vw;
  }
}
.header-inner {
  margin: 0 40px;
  position: relative;
}
@media screen and (max-width: 821px) {
  .header-inner {
    margin: 0 20px;
  }
}
.header-inner.disp-sp {
  position: initial;
}
.header-inner.disp-sp i {
  width: 25px;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 21.5px;
  display: block;
}
@media screen and (max-width: 321px) {
  .header-inner.disp-sp i {
    top: 7.2vw;
  }
}
.header-inner.disp-sp i span {
  background: #fff;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-inner.disp-sp i span:nth-child(1) {
  width: 100%;
  height: 1px;
  top: 0;
}
.header-inner.disp-sp i span:nth-child(2) {
  width: 100%;
  height: 1px;
  top: 10px;
}
.header-inner.disp-sp i span:nth-child(3) {
  width: 100%;
  height: 1px;
  top: 20px;
}
.header a {
  color: #fff;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 821px) {
  .header .logo {
    position: absolute;
    left: 20px;
    top: 22px;
  }
}
@media screen and (max-width: 321px) {
  .header .logo {
    top: 6.666vw;
  }
}
.header .logo img {
  width: 107px;
}
@media screen and (max-width: 1000px) {
  .header .logo img {
    width: 86px;
  }
}
@media screen and (max-width: 821px) {
  .header .logo img {
    width: 200px;
    display: block;
  }
}
.header .logo span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  top: -5px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .header .logo span {
    font-size: 16px;
    padding-left: 13px;
  }
}
.header .menu {
  float: right;
}
.header .menu ul {
  margin: 0;
  padding: 0;
  line-height: 2.3;
}
.header .menu ul li {
  float: left;
  margin-left: 45px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .header .menu ul li {
    font-size: 14px;
    margin-left: 30px;
  }
}
.header .menu ul li.entry a {
  background: #0074BE;
  padding: 7px 18px 7px 18px;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #0074BE;
  position: relative;
}
.header .menu ul li.entry a span svg {
  width: auto;
  height: 0.8em;
  position: relative;
  top: 0.1em;
  margin-left: 10px;
}
@media screen and (min-width: 821px) {
  .header .menu ul li.entry a:hover {
    background: #fff;
    color: #0074BE;
    border: 2px solid #0074BE;
    opacity: 1;
  }
}
.header .menu ul li.entry a:hover span .cls-1 {
  stroke: #0074BE;
}
.header .menu .child {
  padding: 20px 0 20px 0;
  position: absolute;
  left: -10px;
  top: 0;
  z-index: -1;
  background: #00003C;
  width: 200px;
  overflow: hidden;
  height: 0;
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-timing-function: cubic-bezier(56, 0.28, 0, 1);
          transition-timing-function: cubic-bezier(56, 0.28, 0, 1);
}
.header .menu .child ul {
  padding-top: 40px;
}
.header .menu .child li {
  float: none;
  margin: 0;
  font-size: 16px;
  padding: 13px 17px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .header .menu .child li {
    font-size: 13px;
  }
}
.header .menu .child.open {
  height: 164px;
}

/** header sp menu **/
.sp-menu {
  background: #00003C;
  min-height: 100vh;
  z-index: 50;
  position: fixed;
  width: 100%;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  padding-bottom: 130px;
}
.sp-menu.open .close span:nth-child(1) {
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
}
.sp-menu.open .close span:nth-child(2) {
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
.sp-menu-inner .sp-menu-header {
  background: #00003C;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 65px;
  left: 0;
  top: 0;
  z-index: 10;
}
.sp-menu-inner .sp-menu-header .logo {
  position: absolute;
  left: 20px;
  top: 22px;
}
@media screen and (max-width: 321px) {
  .sp-menu-inner .sp-menu-header .logo {
    top: 5.17vw;
  }
}
.sp-menu-inner .sp-menu-header .logo img {
  width: 200px;
  display: block;
}
.sp-menu-inner .sp-menu-header .close {
  width: 25px;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 27px;
  display: block;
}
@media screen and (max-width: 321px) {
  .sp-menu-inner .sp-menu-header .close {
    top: 6.5vw;
  }
}
.sp-menu-inner .sp-menu-header .close span {
  width: 100%;
  background: #fff;
  position: absolute;
  height: 1px;
  top: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp-menu-inner .sp-menu-header .close span:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sp-menu-inner .sp-menu-header .close span:nth-child(2) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sp-menu-inner .sp-menu-list {
  padding: 0px 20px 20px;
  position: relative;
  top: 60px;
}
.sp-menu-inner .sp-menu-list::after {
  content: "";
  background-image: url(../images/menu-sp-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: calc(100% - 40px);
  height: 27vw;
  right: auto;
  position: absolute;
  left: 20px;
  bottom: -10px;
  z-index: -1;
}
.sp-menu-inner .sp-menu-list a {
  color: #fff;
}
.sp-menu-inner .sp-menu-list > ul {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-top: 17px;
  margin: 17px 0;
}
.sp-menu-inner .sp-menu-list > ul:first-of-type {
  margin-top: 0px;
}
.sp-menu-inner .sp-menu-list > ul:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.sp-menu-inner .sp-menu-list > ul li {
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
.sp-menu-inner .sp-menu-list > ul li span {
  padding-bottom: 17px;
  display: block;
}
.sp-menu-inner .sp-menu-list > ul li ul {
  padding-left: 20px;
}
.sp-menu-inner .sp-menu-list > ul li ul li {
  padding: 17px 0;
}
.sp-menu-inner .sp-menu-list > ul li a {
  position: relative;
  width: 100%;
  display: inline-block;
}
.sp-menu-inner .sp-menu-list > ul li a::after {
  content: "";
  background-image: url(../images/sp-menu-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 8px;
  height: 16px;
  position: absolute;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
}
.sp-menu-inner .button {
  background: #0074BE;
  color: #fff;
  width: 18.125vw;
  height: 4.609375vw;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  padding: 1.4vw 0 1.4vw;
  font-size: 1.40625vw;
  border: 1px solid #00003C;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-top: 17px;
}
@media screen and (max-width: 600px) {
  .sp-menu-inner .button {
    width: 232px;
    height: 59px;
    font-size: 16px;
    padding: 19px 0;
  }
}
.sp-menu-inner .button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
.sp-menu-inner .button span img {
  width: auto;
  height: 0.8em;
  position: relative;
  top: 0.15em;
  margin-left: 10px;
}

/** footer **/
.footer {
  background: #00003C;
  color: #fff;
  padding: 25px 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .footer {
    padding: 45px 40px;
  }
}
@media screen and (max-width: 821px) {
  .footer {
    padding: 45px 20px;
  }
}
.footer-inner a {
  color: #fff;
}
.footer-logo {
  margin-bottom: 35px;
}
.footer-logo img {
  width: 107px;
}
@media screen and (max-width: 1000px) {
  .footer-logo img {
    width: 85px;
  }
}
@media screen and (max-width: 600px) {
  .footer-logo img {
    width: 22.66vw;
  }
}
.footer-logo span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  top: -5px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .footer-logo span {
    font-size: 13px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .footer-logo span {
    font-size: 13px;
  }
}
.footer-menu {
  font-size: 16px;
  position: relative;
}
.footer-menu ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.footer-menu ul li {
  margin-right: 100px;
  float: left;
}
@media screen and (max-width: 1000px) {
  .footer-menu ul li {
    font-size: 16px;
    margin-bottom: 30px;
    margin-right: 12vw;
  }
  .footer-menu ul li:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .footer-menu ul li {
    font-size: 16px;
  }
}
.footer-menu ul li a {
  position: relative;
}
.footer-menu ul li a::after {
  content: "";
  background-image: url(../images/blank.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 17px;
  height: 12px;
  position: absolute;
  right: calc(-1em - 10px);
  top: 8px;
}
.footer-menu .copyright {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .footer-menu .copyright {
    position: relative;
    padding-top: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .footer-menu .copyright {
    position: relative;
    font-size: 12px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .footer-menu .copyright {
    font-size: 11px;
  }
}

/** loading */
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  width: 188px;
}
@media screen and (max-width: 821px) {
  #splash-logo {
    width: 182px;
    top: 47%;
  }
}
#splash-logo small {
  font-size: 21.6px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 821px) {
  #splash-logo small {
    font-size: 21px;
  }
}
#splash-logo img {
  display: block;
  margin-bottom: 35px;
}

/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

#splash-logo {
  opacity: 0;
}

/*bodyにappearクラスがついたら出現*/
.wrapper.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background-color: #00003C; /*伸びる背景色の設定*/
  -webkit-animation-name: PageAnime;
          animation-name: PageAnime;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: transform 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
          animation-timing-function: transform 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition: -webkit-transform 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: -webkit-transform 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: transform 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: transform 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms, -webkit-transform 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
}

.pages #splash {
  display: none !important;
  background: #fff;
}
.pages #splash-logo {
  display: none;
}
.pages #splashbg {
  display: none !important;
}

.wrapper.appear-session #splash {
  background: #00003C;
  display: none;
  opacity: 0;
  z-index: -100;
}
.wrapper.appear-session #splashbg {
  display: none;
  background: #fff;
}
.wrapper.appear-session #container {
  -webkit-animation-name: PageAnimeAppear;
  animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes PageAnime {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  35% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  35.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  76% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes PageAnime {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  35% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  35.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  76% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
.wrapper.appear #container {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** page **/
.section-wrap {
  max-width: 1600px;
  margin: 0 auto;
}

.section-about {
  background: #00003C;
  padding: 7.8125vw 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1281px) {
  .section-about {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .section-about {
    padding: 40px 0 0;
  }
}
.section-about .about-inner {
  background: #EEEEEE;
  position: relative;
  padding-top: 7.8125vw;
}
@media screen and (min-width: 1281px) {
  .section-about .about-inner {
    padding-top: 110px;
  }
}
@media screen and (max-width: 600px) {
  .section-about .about-inner {
    padding-top: 60px;
  }
}
.section-about .about-inner .title-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .section-about .about-inner .title-sp {
    display: block;
    width: 190px;
    margin: 0 20px 60px auto;
  }
}
.section-about .about-inner h1 {
  margin: 0 0 4.6875vw 0;
  padding: 0;
  position: relative;
  font-size: 4.6875vw;
  padding-left: 6.25vw;
  color: #00003C;
}
@media screen and (min-width: 1281px) {
  .section-about .about-inner h1 {
    font-size: 60px;
    padding-left: 80px;
    margin: 0 0 60px 0;
  }
}
@media screen and (max-width: 600px) {
  .section-about .about-inner h1 {
    font-size: 25px;
    padding: 0 20px;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 321px) {
  .section-about .about-inner h1 {
    font-size: 24px;
    padding: 0 10px 0 20px;
  }
}
.section-about .about-inner h1 b {
  color: #000;
}
.section-about .about-inner p {
  font-size: 1.71875vw;
  line-height: 1.84;
  float: left;
  width: calc(100% - 39.0625vw);
  padding-right: 6.6875vw;
  padding-left: 6.25vw;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .section-about .about-inner p {
    float: none;
    width: 100%;
    font-size: 16px;
    padding: 0 20px 80px;
    line-height: 1.818;
  }
}
@media screen and (min-width: 1281px) {
  .section-about .about-inner p {
    font-size: 22px;
    padding-right: 80px;
    padding-left: 80px;
  }
}
.section-about .about-inner .about-image {
  width: 39.0625vw;
  float: right;
  position: relative;
}
@media screen and (max-width: 600px) {
  .section-about .about-inner .about-image {
    float: none;
    width: 100%;
  }
}
.section-about .about-inner .about-image::after {
  content: "";
  width: 70%;
  height: 114%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #00003C;
  z-index: 1;
}
@media screen and (min-width: 1281px) {
  .section-about .about-inner .about-image::after {
    height: 115%;
  }
}
@media screen and (max-width: 600px) {
  .section-about .about-inner .about-image::after {
    width: 100%;
    top: 70px;
  }
}
.section-about .about-inner .about-image .title {
  width: 24.53125vw;
  float: right;
  position: relative;
  right: 3.125vw;
  z-index: 2;
  top: -9.5vw;
}
@media screen and (min-width: 1281px) {
  .section-about .about-inner .about-image .title {
    width: 314px;
    right: 40px;
    top: -20vh;
  }
}
@media screen and (max-width: 600px) {
  .section-about .about-inner .about-image .title {
    display: none;
  }
}
.section-about .about-inner .about-image .image {
  margin-bottom: 3.90625vw;
  z-index: 2;
  position: relative;
  top: -6vw;
}
@media screen and (min-width: 1281px) {
  .section-about .about-inner .about-image .image {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .section-about .about-inner .about-image .image {
    width: 66.666%;
    display: block;
  }
  .section-about .about-inner .about-image .image:nth-child(2) {
    margin: 20px 0 0 auto;
  }
}
.section-about .about-inner .about-image .image span {
  display: inline-block;
}
.section-about .about-inner .about-image .image:first-of-type::before {
  content: "";
  background-image: url(../images/about-text.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 3.125vw;
  top: -10vw;
  width: 24.53125vw;
  height: 7.890625vw;
  z-index: 2;
}
@media screen and (min-width: 1281px) {
  .section-about .about-inner .about-image .image:first-of-type::before {
    width: 314px;
    height: 101px;
    top: -155px;
    right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .section-about .about-inner .about-image .image:first-of-type::before {
    display: none;
  }
}
.section-fv {
  position: relative;
}
.section-fv .fix-fv {
  position: fixed;
  width: 100%;
}
.section-fv .fix-fv .slider.disp-pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .section-fv .fix-fv .slider.disp-pc {
    display: none;
  }
}
.section-fv .fix-fv .slider.disp-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .section-fv .fix-fv .slider.disp-sp {
    display: block;
  }
}
.section-fv .fix-fv-overlay { /** fivの後ろに背景配置 **/
  display: none;
}
@media screen and (max-width: 821px) {
  .section-fv .fix-fv-overlay {
    position: fixed;
    background: rgba(0, 0, 33, 0.9);
    width: 100%;
    height: 50vh;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .section-fv .fix-fv-overlay.is-scroll {
    display: block;
  }
}
.section-fv .nbk-logo {
  position: fixed;
  width: 37.734vw;
  z-index: 2;
  bottom: 0;
  right: 3.90625vw;
}
@media screen and (min-width: 1281px) {
  .section-fv .nbk-logo {
    width: 483px;
    right: 50px;
  }
}
@media screen and (max-width: 821px) {
  .section-fv .nbk-logo {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .section-fv .nbk-logo {
    width: calc(100% - 40px);
    right: auto;
    left: 20px;
    bottom: auto;
    top: 84%;
  }
}
.section-fv .nbk-logo.nbk-logo-pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .section-fv .nbk-logo.nbk-logo-pc {
    display: none;
  }
}
.section-fv .nbk-logo.nbk-logo-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .section-fv .nbk-logo.nbk-logo-sp {
    display: block;
    position: absolute;
  }
}
.section-fv-text {
  position: relative;
  padding-top: 100vh;
  margin: 0 auto;
  color: #fff;
  font-size: 1.875vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.769;
  z-index: 3;
}
@media screen and (min-width: 1281px) {
  .section-fv-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .section-fv-text {
    padding-top: 100vh;
  }
}
@media screen and (max-width: 821px) {
  .section-fv-text {
    padding-top: 100vh;
    font-size: 19px;
  }
}
.section-fv-text::after {
  content: "";
  background-image: url(../images/fv-text-bg.png);
  background-size: cover;
  width: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  position: absolute;
  left: 0;
  height: calc(100vh + 100px);
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 10s;
  transition: opacity 10s;
}
@media screen and (max-width: 600px) {
  .section-fv-text::after {
    background-image: url(../images/fv-text-bg-sp.png);
  }
}
.section-fv-text.done::after {
  opacity: 0.3;
}
.section-fv-text p {
  width: 48.28125vw;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (min-width: 1281px) {
  .section-fv-text p {
    padding-bottom: 7.8125vw;
    width: 618px;
  }
}
@media screen and (max-width: 821px) {
  .section-fv-text p {
    line-height: 1.75;
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .section-fv-text p {
    line-height: 1.75;
    width: 100%;
    padding: 0 20px 90px;
  }
}
.section-fv .fv-catch {
  color: #fff;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 7.03125vw;
  left: 6.25vw;
  z-index: 2;
  font-weight: bold;
  z-index: 1;
}
@media screen and (min-width: 1281px) {
  .section-fv .fv-catch {
    font-size: 90px;
    left: 80px;
  }
}
@media screen and (max-width: 821px) {
  .section-fv .fv-catch {
    font-size: 60px;
    left: 20px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
  .section-fv .fv-catch {
    top: 73%;
    font-size: 45px;
    line-height: 1.4666;
    position: absolute;
  }
}
@media screen and (max-width: 321px) {
  .section-fv .fv-catch {
    font-size: 38px;
    white-space: nowrap;
    left: 10px;
  }
}

.section-copy {
  background: #00003C;
  position: relative;
  padding: 7.8125vw 0;
  z-index: 2;
}
@media screen and (min-width: 1281px) {
  .section-copy {
    padding: 100px 0;
  }
}
@media screen and (max-width: 600px) {
  .section-copy {
    padding: 0 0 60px;
  }
}
.section-copy .copy-inner {
  padding-top: 36.71875%;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .section-copy .copy-inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#00003C), color-stop(20%, #00003C), color-stop(20%, #fff), to(#fff));
    background: linear-gradient(180deg, #00003C 0%, #00003C 20%, #fff 20%, #fff 100%);
    padding-top: 85%;
    padding-bottom: 60px;
  }
}
.section-copy .copy-inner h1 {
  font-size: 7.8125vw;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: absolute;
  top: 47%;
  left: 38.5%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #00003C;
}
@media screen and (min-width: 1281px) {
  .section-copy .copy-inner h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 600px) {
  .section-copy .copy-inner h1 {
    position: relative;
    font-size: 45px;
    top: auto;
    left: 20px;
    -webkit-transform: none;
            transform: none;
  }
}
.section-copy .copy-inner h1 b {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #00003C;
}
.section-copy .image {
  position: absolute;
  left: 0;
  width: 39.6875%;
  z-index: 2;
  bottom: 6.25vw;
}
@media screen and (min-width: 1281px) {
  .section-copy .image {
    bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .section-copy .image {
    width: 66.666%;
    bottom: auto;
  }
}
.section-copy .image img {
  display: block;
}

.section-pillar {
  background-image: url(../images/pillar-bg.jpg);
  background-color: #00003C;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  padding-top: 56.25%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .section-pillar {
    background-image: none;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-pillar .pillar-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .section-pillar .pillar-inner {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.section-pillar .pillar-inner h1 {
  font-size: 4.6875vw;
  text-align: center;
  margin: 0 0 1.7vw 0;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  overflow: hidden;
}
@media screen and (min-width: 1281px) {
  .section-pillar .pillar-inner h1 {
    margin: 0 0 35px 0;
    font-size: 60px;
  }
}
@media screen and (max-width: 600px) {
  .section-pillar .pillar-inner h1 {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 20px;
  }
}
@media screen and (max-width: 321px) {
  .section-pillar .pillar-inner h1 {
    font-size: 26px;
  }
}
.section-pillar .pillar-inner h1 b {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #fff;
}
.section-pillar .pillar-inner p {
  font-size: 1.71875vw;
  line-height: 1.84;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 1281px) {
  .section-pillar .pillar-inner p {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .section-pillar .pillar-inner p {
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.818;
  }
}
.section-pillar .pillar-inner ul {
  padding: 0;
  width: 50.859375%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .section-pillar .pillar-inner ul {
    width: 100%;
    padding: 0px 20px 0;
  }
}
@media screen and (min-width: 1281px) {
  .section-pillar .pillar-inner ul {
    max-width: 657px;
  }
}
.section-pillar .pillar-inner ul li {
  font-size: 2.96875vw;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.953125vw;
  padding-top: 1.953125vw;
  text-align: left;
  font-weight: 500;
}
@media screen and (min-width: 1281px) {
  .section-pillar .pillar-inner ul li {
    font-size: 38px;
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .section-pillar .pillar-inner ul li {
    font-size: 22.5px;
    text-align: left;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.section-pillar .pillar-inner ul li img {
  width: 1em;
  margin-right: 1.953125vw;
}
@media screen and (min-width: 1281px) {
  .section-pillar .pillar-inner ul li img {
    margin-right: 25px;
  }
}
@media screen and (max-width: 600px) {
  .section-pillar .pillar-inner ul li img {
    display: block;
    width: 33px;
    margin-bottom: 10px;
  }
}
.section-pillar .pillar-inner ul li i {
  width: 0.625vw;
  height: 0.625vw;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 15px 0 0;
  position: relative;
  top: -8px;
}
@media screen and (max-width: 600px) {
  .section-pillar .pillar-inner ul li i {
    display: none;
  }
}
.section-pillar-bg {
  display: none;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .section-pillar-bg {
    display: block;
    height: 25%;
    position: absolute;
  }
}
.section-pillar-bg01 {
  top: 0;
  left: 0;
  background-image: url(../images/pillar-bg-sp_01.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.section-pillar-bg02 {
  top: 25%;
  left: 0;
  background-image: url(../images/pillar-bg-sp_02.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.section-pillar-bg03 {
  top: 50%;
  left: 0;
  background-image: url(../images/pillar-bg-sp_03.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.section-pillar-bg04 {
  top: 75%;
  left: 0;
  background-image: url(../images/pillar-bg-sp_04.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.section-project {
  padding-top: 7.8125vw;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1281px) {
  .section-project {
    padding-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .section-project {
    padding-top: 100px;
  }
}
.section-project .project-text {
  width: 31.015625vw;
  margin: 0 0 0 auto;
  position: relative;
  right: 7.8125vw;
}
@media screen and (min-width: 1281px) {
  .section-project .project-text {
    width: 397px;
  }
}
@media screen and (max-width: 600px) {
  .section-project .project-text {
    width: 250px;
    right: 20px;
  }
}
.section-project .project-decription {
  padding: 0 10.546875vw 6.25vw;
}
@media screen and (min-width: 1281px) {
  .section-project .project-decription {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .section-project .project-decription {
    padding: 0 20px 50px;
    position: relative;
  }
  .section-project .project-decription::after {
    content: "";
    background-image: url(../images/project-bg01-sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    position: absolute;
    right: 0vw;
    height: 100%;
    z-index: -1;
    top: 15vw;
  }
}
.section-project .project-decription h1 {
  font-size: 4.6875vw;
  margin: 0;
  padding-top: 5.46875vw;
  overflow: hidden;
  color: #231815;
}
@media screen and (min-width: 1281px) {
  .section-project .project-decription h1 {
    font-size: 60px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 600px) {
  .section-project .project-decription h1 {
    font-size: 25px;
    margin-bottom: 20px;
    padding-top: 50px;
  }
}
.section-project .project-decription h1 b {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #231815;
}
.section-project .project-decription p {
  font-size: 1.71875vw;
  line-height: 1.84;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1281px) {
  .section-project .project-decription p {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .section-project .project-decription p {
    font-size: 16px;
    line-height: 1.818;
  }
}
.section-project .project-catch {
  font-size: 7.8125vw;
  font-weight: bold;
  float: right;
  width: 100%;
  background: #F5F5F5;
  position: relative;
  z-index: 2;
  color: #00003C;
}
@media screen and (min-width: 1281px) {
  .section-project .project-catch {
    font-size: 100px;
  }
}
@media screen and (max-width: 600px) {
  .section-project .project-catch {
    background: #fff;
    font-size: 50px;
    padding-top: 80px;
  }
}
.section-project .project-catch p {
  float: right;
  margin: 0;
  top: 2.3vw;
}
@media screen and (max-width: 600px) {
  .section-project .project-catch p {
    float: left;
    padding-left: 20px;
    top: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .section-project .project-catch p {
    top: 28px;
  }
}
.section-project .project-block-wrap {
  overflow: hidden;
  position: relative;
  padding-bottom: 7.8125vw;
  background: #fff;
}
@media screen and (min-width: 1281px) {
  .section-project .project-block-wrap {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .section-project .project-block-wrap {
    padding-bottom: 100px;
  }
}
.section-project .project-block {
  position: relative;
}
.section-project .project-block::after {
  content: "";
  background-image: url(../images/project-bg01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 120%;
  position: absolute;
  right: -12vw;
  height: 150%;
  top: -37vw;
  opacity: 0.65;
}
@media screen and (max-width: 600px) {
  .section-project .project-block::after {
    content: none;
  }
}
.section-project .project-block .image {
  width: 40.625%;
  float: left;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .section-project .project-block .image {
    float: none;
    width: 83.2%;
  }
}
.section-project .project-block-text {
  float: right;
  width: 59.375%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .section-project .project-block-text {
    float: none;
    width: 100%;
  }
}
.section-project .project-block-text img {
  display: block;
  float: none;
  width: 7.5vw;
  position: relative;
  left: 4.6875vw;
  margin-bottom: 2.734375vw;
}
@media screen and (min-width: 1281px) {
  .section-project .project-block-text img {
    width: 96px;
    left: 60px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 600px) {
  .section-project .project-block-text img {
    display: none;
  }
}
.section-project .project-block-text h2 {
  font-size: 2.96875vw;
  padding-left: 4.6875vw;
  overflow: hidden;
  color: #000000;
  margin-top: 0;
}
@media screen and (min-width: 1281px) {
  .section-project .project-block-text h2 {
    font-size: 38px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 600px) {
  .section-project .project-block-text h2 {
    font-size: 22.5px;
    padding: 30px 20px 20px;
    margin: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.section-project .project-block-text h2 b {
  color: #00003C;
}
.section-project .project-block-text h2 small {
  display: block;
  font-weight: normal;
  font-size: 1.31875vw;
}
@media screen and (min-width: 1281px) {
  .section-project .project-block-text h2 small {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .section-project .project-block-text h2 small {
    font-size: 14px;
    margin-top: 8px;
  }
}
.section-project .project-block-text p {
  font-size: 1.71875vw;
  padding-left: 4.6875vw;
  padding-right: 7.03125vw;
  margin-bottom: 6.25vw;
  line-height: 1.818;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1281px) {
  .section-project .project-block-text p {
    font-size: 22px;
    padding-left: 60px;
    padding-right: 90px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .section-project .project-block-text p {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 2px;
    margin-bottom: 42px;
  }
}
.section-project .project-block-text .button {
  position: relative;
  left: 4.6875vw;
  background: #00003C;
  color: #fff;
  width: 18.125vw;
  height: 4.609375vw;
  display: block;
  text-align: center;
  padding: 1.25vw 0 1.4vw;
  border-radius: 50px;
  font-size: 1.40625vw;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #00003C;
  font-weight: 500;
}
@media screen and (min-width: 1281px) {
  .section-project .project-block-text .button {
    left: 60px;
    width: 232px;
    height: 59px;
    font-size: 18px;
    padding: 17px 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .section-project .project-block-text .button {
    font-size: 16px;
    width: 232px;
    height: 59px;
    left: auto;
    margin: 0 auto;
    padding: 18px 0 20px;
  }
}
@media screen and (min-width: 821px) {
  .section-project .project-block-text .button:hover {
    background: #fff;
    color: #00003C;
    border: 2px solid #00003C;
    opacity: 1;
  }
}
.section-project .project-block.right-image {
  background: #00003C;
  padding-bottom: 7.8125vw;
}
@media screen and (min-width: 1281px) {
  .section-project .project-block.right-image {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .section-project .project-block.right-image {
    padding-bottom: 50px;
  }
}
.section-project .project-block.right-image::after {
  content: "";
  background-image: url(../images/project-bg02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 120%;
  position: absolute;
  right: -5vw;
  height: 100%;
  z-index: 1;
  top: 10vw;
  opacity: 0.5;
}
@media screen and (min-width: 1281px) {
  .section-project .project-block.right-image::after {
    width: 100%;
    top: 0vw;
    right: 10vw;
  }
}
@media screen and (max-width: 600px) {
  .section-project .project-block.right-image::after {
    content: none;
  }
}
.section-project .project-block.right-image .project-block-wrap {
  background: #F5F5F5;
  padding: 90px 0;
}
.section-project .project-block.right-image .project-block-text {
  float: left;
}
.section-project .project-block.right-image .project-block-text .button {
  left: 6.25vw;
  font-weight: 500;
}
@media screen and (min-width: 1281px) {
  .section-project .project-block.right-image .project-block-text .button {
    left: 80px;
  }
}
@media screen and (max-width: 600px) {
  .section-project .project-block.right-image .project-block-text .button {
    margin: 0 auto;
    left: auto;
  }
}
.section-project .project-block.right-image .project-block-text img {
  float: none;
  left: 6.25vw;
  margin-top: 3.125vw;
}
@media screen and (min-width: 1281px) {
  .section-project .project-block.right-image .project-block-text img {
    left: 80px;
    margin-top: 40px;
  }
}
.section-project .project-block.right-image .project-block-text h2 {
  padding-left: 6.25vw;
}
@media screen and (min-width: 1281px) {
  .section-project .project-block.right-image .project-block-text h2 {
    padding-left: 80px;
  }
}
@media screen and (max-width: 600px) {
  .section-project .project-block.right-image .project-block-text h2 {
    padding-left: 20px;
  }
}
.section-project .project-block.right-image .project-block-text p {
  margin-right: 4.6875vw;
  padding: 0 0 0 6.25vw;
}
@media screen and (min-width: 1281px) {
  .section-project .project-block.right-image .project-block-text p {
    margin-right: 60px;
    padding: 0 0 0 80px;
  }
}
@media screen and (max-width: 600px) {
  .section-project .project-block.right-image .project-block-text p {
    padding: 0 20px 0 20px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 42px;
  }
}
.section-project .project-block.right-image .image {
  float: right;
}

.section-interview {
  background: #fff;
  padding-bottom: 3.90625vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1281px) {
  .section-interview {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview {
    padding-bottom: 0;
  }
}
.section-interview .interview-inner {
  padding-top: 7.8125vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #EEEEEE), to(#EEEEEE));
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #EEEEEE 50%, #EEEEEE 100%);
}
@media screen and (min-width: 1281px) {
  .section-interview .interview-inner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview .interview-inner {
    padding-top: 70px;
  }
}
.section-interview .interview-title {
  width: 35.78125vw;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1281px) {
  .section-interview .interview-title {
    width: 458px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview .interview-title {
    width: 286.5px;
  }
}
.section-interview .interview-block {
  width: 55.78%;
  margin: 0 auto;
  padding: 7.8125vw 0;
  overflow: hidden;
}
@media screen and (min-width: 1281px) {
  .section-interview .interview-block {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1000px) {
  .section-interview .interview-block {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .section-interview .interview-block {
    width: 100%;
    padding-top: 70px;
  }
}
.section-interview .interview-block a {
  display: block;
  float: left;
  width: calc(50% - 15px);
  float: left;
  padding-top: 59.7%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .section-interview .interview-block a {
    width: 100%;
    padding-top: 84%;
  }
}
.section-interview .interview-block a:nth-child(2n) {
  margin-left: 30px;
}
@media screen and (max-width: 600px) {
  .section-interview .interview-block a:nth-child(2n) {
    margin-left: 0;
  }
}
.section-interview .interview-block a img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section-interview .interview-block a img.disp-pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .section-interview .interview-block a img.disp-pc {
    display: none;
  }
}
.section-interview .interview-block a img.disp-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .section-interview .interview-block a img.disp-sp {
    display: block;
  }
}
.section-interview .interview-block a .interview-text {
  position: absolute;
  bottom: 0;
  color: #fff;
  background-image: url(../images/interview-layer.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 2.34375vw 1.171875vw;
}
@media screen and (max-width: 600px) {
  .section-interview .interview-block a .interview-text {
    padding: 20px;
  }
}
.section-interview .interview-block a .interview-text p {
  margin: 0;
  padding: 0;
}
.section-interview .interview-block a .interview-text p.interview-name {
  font-size: 2.34375vw;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 1281px) {
  .section-interview .interview-block a .interview-text p.interview-name {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview .interview-block a .interview-text p.interview-name {
    font-size: 22.5px;
    margin-bottom: 5px;
    font-weight: bold;
  }
}
.section-interview .interview-block a .interview-text p.interview-position {
  font-size: 1.171875vw;
  margin-bottom: 5px;
}
@media screen and (min-width: 1281px) {
  .section-interview .interview-block a .interview-text p.interview-position {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview .interview-block a .interview-text p.interview-position {
    font-size: 15px;
    font-weight: bold;
  }
}
.section-interview .interview-block a .interview-text p.interview-position span:nth-child(2) {
  margin-left: 35px;
}
.section-interview .interview-block a .interview-text p.interview-content {
  font-size: 1.171875vw;
  line-height: 1.733;
}
@media screen and (min-width: 1281px) {
  .section-interview .interview-block a .interview-text p.interview-content {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview .interview-block a .interview-text p.interview-content {
    font-size: 15px;
  }
}
.section-interview .interview-block a .interview-text .arrow {
  width: 4.375vw;
  height: 4.375vw;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 1.171875vw;
  bottom: 3vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1281px) {
  .section-interview .interview-block a .interview-text .arrow {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 821px) {
  .section-interview .interview-block a .interview-text .arrow {
    width: 42px;
    height: 42px;
    right: 20px;
    bottom: 8vw;
  }
}
@media screen and (max-width: 600px) {
  .section-interview .interview-block a .interview-text .arrow {
    width: 11.2vw;
    height: 11.2vw;
  }
}
.section-interview .interview-block a .interview-text .arrow img {
  width: 0.78125vw;
  height: 1.5625vw;
  display: block;
}
@media screen and (min-width: 1281px) {
  .section-interview .interview-block a .interview-text .arrow img {
    width: 11px;
    height: 20px;
  }
}
@media screen and (max-width: 821px) {
  .section-interview .interview-block a .interview-text .arrow img {
    width: 9px;
    height: 13px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview .interview-block a .interview-text .arrow img {
    width: 2.4vw;
    height: 3.466vw;
  }
}
.section-interview .interview-block a:hover {
  opacity: 1;
}
@media screen and (min-width: 821px) {
  .section-interview .interview-block a:hover .interview-image {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
@media screen and (min-width: 821px) {
  .section-interview .interview-block a:hover .interview-text .arrow {
    border: 1px solid #00003C;
    background: #00003C;
  }
}
.section-interview .interview-catch {
  font-size: 7.8125vw;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  padding-bottom: 7.8125vw;
  position: relative;
  color: #00003C;
}
@media screen and (min-width: 1281px) {
  .section-interview .interview-catch {
    font-size: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 821px) {
  .section-interview .interview-catch {
    text-align: left;
    padding-bottom: 0;
    padding-left: 6.25vw;
    bottom: -13px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview .interview-catch {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 0;
    font-size: 40px;
    padding-top: 40px;
    bottom: -11px;
  }
}
@media screen and (max-width: 321px) {
  .section-interview .interview-catch {
    font-size: 36px;
  }
}
.section-interview .interview-catch b {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #00003C;
}

.section-jobs {
  background-color: #00003C;
  background-image: url(../images/jobs-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -10vw;
  width: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .section-jobs {
    background-position: center 55vw;
    width: 100%;
    background-size: 110%;
  }
}
.section-jobs::after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 7.8125vw;
  bottom: 0;
}
@media screen and (min-width: 1281px) {
  .section-jobs::after {
    height: 100px;
  }
}
@media screen and (max-width: 600px) {
  .section-jobs::after {
    height: 100px;
  }
}
.section-jobs .jobs-inner {
  padding: 10.15625vw 6.25% 12.5vw;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .section-jobs .jobs-inner {
    padding: 130px 6.25% 160px;
  }
}
@media screen and (max-width: 600px) {
  .section-jobs .jobs-inner {
    padding: 170px 0px 140px;
  }
}
.section-jobs .jobs-inner .jobs-title {
  font-size: 2.96875vw;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .section-jobs .jobs-inner .jobs-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 600px) {
  .section-jobs .jobs-inner .jobs-title {
    font-size: 22.5px;
    padding: 0 20px;
  }
}
.section-jobs .jobs-inner .jobs-title + p {
  font-size: 1.71875vw;
  margin-bottom: 3.515625vw;
  margin-top: 2.34375vw;
}
@media screen and (min-width: 1281px) {
  .section-jobs .jobs-inner .jobs-title + p {
    font-size: 22px;
    margin-bottom: 45px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .section-jobs .jobs-inner .jobs-title + p {
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 40px;
    margin-top: 35px;
  }
}
.section-jobs .jobs-inner .jobs-title::after {
  content: "";
  background-image: url(../images/jobs_text.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18.59375vw;
  height: 7.890625vw;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1281px) {
  .section-jobs .jobs-inner .jobs-title::after {
    width: 238px;
    height: 101px;
  }
}
@media screen and (max-width: 600px) {
  .section-jobs .jobs-inner .jobs-title::after {
    width: 147px;
    height: 70px;
    top: -90px;
    right: 20px;
  }
}
.section-jobs .jobs-inner .jobs-block a {
  display: block;
  color: #fff;
  border-left: 10px solid #fff;
}
@media screen and (max-width: 600px) {
  .section-jobs .jobs-inner .jobs-block a {
    border-left: 5px solid #fff;
    padding: 0 20px 0 0;
  }
}
.section-jobs .jobs-inner .jobs-block a img {
  height: 42px;
}
@media screen and (max-width: 600px) {
  .section-jobs .jobs-inner .jobs-block a img {
    height: 30px;
  }
}
.section-jobs .jobs-inner .jobs-block a:hover {
  opacity: 0.6 !important;
}
@media screen and (max-width: 600px) {
  .section-jobs .jobs-inner .jobs-block a:hover {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 821px) {
  .section-jobs .jobs-inner .jobs-block a:hover .jobs-block-inner:after {
    right: -0.5%;
  }
}
.section-jobs .jobs-inner .jobs-block p {
  margin: 0;
  padding: 0;
}
.section-jobs .jobs-inner .jobs-block img {
  margin-bottom: 2.34375vw;
}
@media screen and (min-width: 1281px) {
  .section-jobs .jobs-inner .jobs-block img {
    margin-bottom: 30px;
  }
}
.section-jobs .jobs-inner .jobs-block .jobs-block-inner {
  position: relative;
  padding: 5px 60px 5px 30px;
  margin-bottom: 3.90625vw;
}
@media screen and (min-width: 1281px) {
  .section-jobs .jobs-inner .jobs-block .jobs-block-inner {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .section-jobs .jobs-inner .jobs-block .jobs-block-inner {
    margin-top: 30px;
    padding: 5px 40px 5px 30px;
  }
}
.section-jobs .jobs-inner .jobs-block .jobs-block-inner:after {
  content: "";
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 2.734375vw;
  height: 5.625vw;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1281px) {
  .section-jobs .jobs-inner .jobs-block .jobs-block-inner:after {
    width: 35px;
    height: 72px;
  }
}
.section-jobs .jobs-inner .jobs-block .jobs-block-inner .position {
  font-size: 1.71875vw;
  margin-bottom: 1.5625vw;
}
@media screen and (min-width: 1281px) {
  .section-jobs .jobs-inner .jobs-block .jobs-block-inner .position {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .section-jobs .jobs-inner .jobs-block .jobs-block-inner .position {
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 500;
  }
}
.section-jobs .jobs-inner .jobs-block .jobs-block-inner .title {
  font-size: 2.96875vw;
  margin-bottom: 2.34375vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1281px) {
  .section-jobs .jobs-inner .jobs-block .jobs-block-inner .title {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .section-jobs .jobs-inner .jobs-block .jobs-block-inner .title {
    font-size: 22.5px;
    margin-bottom: 20px;
    font-weight: 500;
  }
}
.section-jobs .jobs-inner .jobs-block .jobs-block-inner .content {
  font-size: 1.71875vw;
  line-height: 1.769;
  padding-right: 3em;
}
@media screen and (min-width: 1281px) {
  .section-jobs .jobs-inner .jobs-block .jobs-block-inner .content {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .section-jobs .jobs-inner .jobs-block .jobs-block-inner .content {
    font-size: 16px;
    line-height: 1.729;
    padding-right: 0;
  }
}
.section-jobs .jobs-inner .jobs-block hr {
  display: none;
}
@media screen and (max-width: 600px) {
  .section-jobs .jobs-inner .jobs-block hr {
    display: block;
    width: calc(100% - 40px);
  }
}
.section-jobs .jobs-catch {
  font-size: 7.8125vw;
  position: relative;
  left: 10.9375vw;
  bottom: 5.7vw;
  font-weight: bold;
}
@media screen and (min-width: 1281px) {
  .section-jobs .jobs-catch {
    font-size: 100px;
    left: 140px;
    bottom: 72px;
  }
}
@media screen and (max-width: 600px) {
  .section-jobs .jobs-catch {
    font-size: 45px;
    left: 20px;
    bottom: 86px;
  }
}

.section-contact {
  position: relative;
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 28.81%;
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  .section-contact {
    padding-top: inherit;
    height: 490px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1000px) {
  .section-contact {
    padding-top: 40%;
  }
}
@media screen and (max-width: 600px) {
  .section-contact {
    padding-top: 93.333%;
    background-image: url(../images/contact-bg-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.section-contact .contact-inner {
  color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 821px) {
  .section-contact .contact-inner {
    top: 43%;
  }
}
.section-contact .contact-inner img {
  width: 13.515625vw;
}
@media screen and (min-width: 1281px) {
  .section-contact .contact-inner img {
    width: 173px;
  }
}
@media screen and (max-width: 600px) {
  .section-contact .contact-inner img {
    width: 173px;
  }
}
.section-contact .contact-inner p {
  font-size: 24px;
}
@media screen and (max-width: 821px) {
  .section-contact .contact-inner p {
    font-size: 20px;
  }
}
.section-contact .contact-inner .contact-button {
  width: 310px;
  margin: 2.34375vw auto 0;
  overflow: hidden;
}
@media screen and (min-width: 1281px) {
  .section-contact .contact-inner .contact-button {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .section-contact .contact-inner .contact-button {
    margin: 30px auto 0;
  }
}
.section-contact .contact-inner .contact-button a {
  color: #fff;
  display: block;
  float: left;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 18px;
  padding: 10px 0px;
  height: 40px;
  line-height: 0.9;
  width: calc(50% - 9px);
  position: relative;
}
@media screen and (max-width: 1000px) {
  .section-contact .contact-inner .contact-button a {
    height: 36px;
  }
}
@media screen and (max-width: 821px) {
  .section-contact .contact-inner .contact-button a {
    padding: 10px 0px 10px;
  }
}
@media screen and (max-width: 600px) {
  .section-contact .contact-inner .contact-button a {
    font-size: 16px;
    padding: 10px 0px 10px;
  }
}
.section-contact .contact-inner .contact-button a:first-of-type {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-right: 18px;
  position: relative;
  padding: 10px 10px 10px 0;
}
.section-contact .contact-inner .contact-button a:first-of-type span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
.section-contact .contact-inner .contact-button a:first-of-type span img {
  width: auto;
  height: 0.8em;
  position: relative;
  top: 0.1em;
  margin-left: 10px;
}
@media screen and (min-width: 821px) {
  .section-contact .contact-inner .contact-button a:hover {
    background: #00003c;
    border: 1px solid #00003c;
    color: #fff;
  }
}
.section-contact .contact-inner .contact-button a:hover {
  opacity: 1;
}
.section-contact .contact-inner .contact-button-recruit {
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  display: block;
  width: 310px;
  height: 40px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  margin: 2.34375vw auto 0;
}
@media screen and (min-width: 1281px) {
  .section-contact .contact-inner .contact-button-recruit {
    font-size: 18px;
    width: 310px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .section-contact .contact-inner .contact-button-recruit {
    font-size: 16px;
    height: 42.5px;
    margin-top: 30px;
    padding: 11px 0 10px;
  }
}
.section-contact .contact-inner .contact-button-recruit span {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
.section-contact .contact-inner .contact-button-recruit span img {
  width: auto;
  height: 0.8em;
  position: relative;
  top: 0.07em;
  margin-left: 10px;
}
@media screen and (min-width: 821px) {
  .section-contact .contact-inner .contact-button-recruit:hover {
    border: 1px solid #00003c;
    color: #fff;
    background: #00003c;
    opacity: 1;
  }
}

/** Project **/
.section-project-fv {
  padding-top: 79px;
}
@media screen and (min-width: 1600px) {
  .section-project-fv {
    max-height: 500px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1000px) {
  .section-project-fv {
    padding-top: 64px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-fv {
    padding-top: 64px;
  }
}
.section-project-fv img {
  width: 100%;
}
.section-project-fv img.disp-pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .section-project-fv img.disp-pc {
    display: none;
  }
}
.section-project-fv img.disp-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .section-project-fv img.disp-sp {
    display: block;
  }
}

.section-project-figure {
  padding: 5.46875vw 10.15625vw 7.8125vw;
}
@media screen and (min-width: 1281px) {
  .section-project-figure {
    padding: 70px 130px 100px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-figure {
    padding: 45px 20px 100px;
  }
}
.section-project-figure .disp-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .section-project-figure .disp-sp {
    display: block;
  }
}
.section-project-figure .disp-pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .section-project-figure .disp-pc {
    display: none;
  }
}
.section-project-figure h2 {
  font-size: 3.515625vw;
  margin: 0 0 8.59375vw 0;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 1281px) {
  .section-project-figure h2 {
    font-size: 45px;
    margin: 0 0 110px 0;
  }
}
@media screen and (max-width: 600px) {
  .section-project-figure h2 {
    font-size: 25px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
    margin: 0 0 59px 0;
  }
}

@media screen and (max-width: 600px) {
  .section-project-point,
  .section-interview-point {
    padding-bottom: 40px;
  }
}
.section-project-point img,
.section-interview-point img {
  width: 40.625vw;
  float: left;
}
@media screen and (min-width: 1600px) {
  .section-project-point img,
  .section-interview-point img {
    width: 650px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-point img,
  .section-interview-point img {
    float: none;
    width: 100%;
  }
}
.section-project-point h2,
.section-interview-point h2 {
  font-size: 2.96875vw;
  margin: 0;
  padding: 0 0 0 0;
}
@media screen and (min-width: 1281px) {
  .section-project-point h2,
  .section-interview-point h2 {
    font-size: 38px;
  }
}
.section-project-point p,
.section-interview-point p {
  margin: 0;
  padding: 0;
  line-height: 1.9166;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.section-project-point > div,
.section-interview-point > div {
  margin-bottom: 8.59375vw;
}
@media screen and (min-width: 1281px) {
  .section-project-point > div,
  .section-interview-point > div {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-point > div,
  .section-interview-point > div {
    margin-bottom: 80px;
  }
}
.section-project-point .project-point-text,
.section-interview-point .project-point-text {
  width: calc(100% - 40.625vw);
  float: left;
}
@media screen and (min-width: 1600px) {
  .section-project-point .project-point-text,
  .section-interview-point .project-point-text {
    width: calc(100% - 650px);
  }
}
@media screen and (max-width: 600px) {
  .section-project-point .project-point-text,
  .section-interview-point .project-point-text {
    float: none;
    width: 100%;
  }
}
.section-project-point .project-point-text h2,
.section-interview-point .project-point-text h2 {
  padding: 0 0 0 4.6875vw;
  margin-bottom: 3.125vw;
}
@media screen and (min-width: 1281px) {
  .section-project-point .project-point-text h2,
  .section-interview-point .project-point-text h2 {
    padding: 0 0 0 60px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-point .project-point-text h2,
  .section-interview-point .project-point-text h2 {
    font-size: 22.5px;
    letter-spacing: 0.03em;
    padding: 0 20px 0 20px;
    margin-bottom: 30px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.section-project-point .images-left,
.section-interview-point .images-left {
  overflow: hidden;
}
.section-project-point .images-left p,
.section-interview-point .images-left p {
  font-size: 1.40625vw;
  padding: 0 7.03125vw 0 4.6875vw;
}
@media screen and (min-width: 1281px) {
  .section-project-point .images-left p,
  .section-interview-point .images-left p {
    font-size: 18px;
    padding: 0 90px 0 60px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-point .images-left p,
  .section-interview-point .images-left p {
    font-size: 16px;
    line-height: 1.818;
    padding: 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .section-project-point .images-left img,
  .section-interview-point .images-left img {
    padding-right: 60px;
    margin-bottom: 30px;
  }
}
.section-project-point .images-right,
.section-interview-point .images-right {
  overflow: hidden;
}
.section-project-point .images-right h2,
.section-interview-point .images-right h2 {
  padding: 0 4.6875vw 0 7.03125vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1281px) {
  .section-project-point .images-right h2,
  .section-interview-point .images-right h2 {
    padding: 0 60px 0 90px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-point .images-right h2,
  .section-interview-point .images-right h2 {
    padding: 0 20px 0 20px;
  }
}
@media screen and (max-width: 321px) {
  .section-project-point .images-right h2,
  .section-interview-point .images-right h2 {
    letter-spacing: 0;
  }
}
.section-project-point .images-right img,
.section-interview-point .images-right img {
  float: right;
}
@media screen and (max-width: 600px) {
  .section-project-point .images-right img,
  .section-interview-point .images-right img {
    margin-bottom: 30px;
    padding-left: 60px;
  }
}
.section-project-point .images-right p,
.section-interview-point .images-right p {
  font-size: 1.40625vw;
  padding: 0 4.6875vw 0 7.03125vw;
}
@media screen and (min-width: 1281px) {
  .section-project-point .images-right p,
  .section-interview-point .images-right p {
    font-size: 18px;
    padding: 0 60px 0 90px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-point .images-right p,
  .section-interview-point .images-right p {
    font-size: 16px;
    line-height: 1.818;
    padding: 0 20px 0;
  }
}
.section-project-point .images-block,
.section-interview-point .images-block {
  overflow: hidden;
}
.section-project-point .images-block img,
.section-interview-point .images-block img {
  width: 67.8125vw;
  margin: 0 90px 0 auto;
  float: none;
}
@media screen and (min-width: 1281px) {
  .section-project-point .images-block img,
  .section-interview-point .images-block img {
    max-width: 1085px;
  }
}

.section-project-other,
.section-interview-other {
  padding-bottom: 7.8125vw;
}
@media screen and (min-width: 1281px) {
  .section-project-other,
  .section-interview-other {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-other,
  .section-interview-other {
    padding-bottom: 120px;
  }
}
.section-project-other h2,
.section-interview-other h2 {
  text-align: center;
  font-size: 2.96875vw;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .section-project-other h2,
  .section-interview-other h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-other h2,
  .section-interview-other h2 {
    font-size: 22.5px;
    letter-spacing: 0.05em;
    margin-top: 0;
  }
}
.section-project-other h2 i,
.section-interview-other h2 i {
  content: "";
  width: 3.90625vw;
  height: 2px;
  background: #00003C;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (min-width: 1281px) {
  .section-project-other h2 i,
  .section-interview-other h2 i {
    width: 50px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-other h2 i,
  .section-interview-other h2 i {
    height: 1px;
    width: 50px;
    bottom: -25px;
  }
}
.section-project-other .project-other-images,
.section-interview-other .project-other-images {
  position: relative;
  padding-top: 31.5%;
  max-width: 56.484vw;
  margin: 5.71875vw auto 0;
  overflow: hidden;
}
@media screen and (min-width: 1281px) {
  .section-project-other .project-other-images,
  .section-interview-other .project-other-images {
    margin: 80px auto 0;
  }
}
@media screen and (min-width: 1600px) {
  .section-project-other .project-other-images,
  .section-interview-other .project-other-images {
    padding-top: auto;
    max-width: 903.75px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-other .project-other-images,
  .section-interview-other .project-other-images {
    padding-top: 84%;
    max-width: 100%;
    margin: 80px 20px 0;
  }
}
.section-project-other .project-other-images::before,
.section-interview-other .project-other-images::before {
  content: "";
  background-image: url(../images/layer-project.png);
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85%;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .section-project-other .project-other-images::before,
  .section-interview-other .project-other-images::before {
    height: 100%;
  }
}
.section-project-other .project-other-images img,
.section-interview-other .project-other-images img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .section-project-other .project-other-images img,
  .section-interview-other .project-other-images img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
.section-project-other .project-other-images-inner,
.section-interview-other .project-other-images-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 3;
}
.section-project-other .project-other-images p,
.section-interview-other .project-other-images p {
  text-align: center;
  color: #fff;
  font-size: 2.96875vw;
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 1281px) {
  .section-project-other .project-other-images p,
  .section-interview-other .project-other-images p {
    font-size: 38px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-other .project-other-images p,
  .section-interview-other .project-other-images p {
    font-size: 22.5px;
    width: 100%;
  }
}
.section-project-other .project-other-images .button,
.section-interview-other .project-other-images .button {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 1.40625vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 2.34375vw auto 0;
  width: 18.125vw;
  height: 4.609375vw;
  padding: 1.25vw 0 1.4vw;
}
@media screen and (min-width: 1281px) {
  .section-project-other .project-other-images .button,
  .section-interview-other .project-other-images .button {
    width: 232px;
    height: 59px;
    font-size: 18px;
    margin: 30px auto 0;
    padding: 17px 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-other .project-other-images .button,
  .section-interview-other .project-other-images .button {
    font-size: 16px;
    width: 232px;
    height: 59px;
    padding: 18px 0;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 821px) {
  .section-project-other .project-other-images .button:hover,
  .section-interview-other .project-other-images .button:hover {
    background: #00003C;
    color: #fff;
    border: 1px solid #00003C;
    opacity: 1;
  }
}

.section-project-interview h2,
.section-interview-interview h2 {
  text-align: center;
  font-size: 2.96875vw;
  position: relative;
  margin-top: 0;
}
@media screen and (min-width: 1281px) {
  .section-project-interview h2,
  .section-interview-interview h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-interview h2,
  .section-interview-interview h2 {
    font-size: 22.5px;
  }
}
.section-project-interview h2 i,
.section-interview-interview h2 i {
  content: "";
  width: 3.90625vw;
  height: 2px;
  background: #00003C;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (min-width: 1281px) {
  .section-project-interview h2 i,
  .section-interview-interview h2 i {
    width: 50px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-interview h2 i,
  .section-interview-interview h2 i {
    height: 1px;
    width: 50px;
  }
}
.section-project-interview .interview-block,
.section-interview-interview .interview-block {
  width: 55.78%;
  margin: 0 auto;
  padding: 3.4125vw 0 12.5vw;
  overflow: hidden;
}
@media screen and (min-width: 1281px) {
  .section-project-interview .interview-block,
  .section-interview-interview .interview-block {
    padding: 50px 0 160px;
  }
}
@media screen and (max-width: 1000px) {
  .section-project-interview .interview-block,
  .section-interview-interview .interview-block {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .section-project-interview .interview-block,
  .section-interview-interview .interview-block {
    width: 100%;
    padding-top: 55px;
  }
}
.section-project-interview .interview-block a,
.section-interview-interview .interview-block a {
  display: block;
  float: left;
  width: calc(50% - 15px);
  float: left;
  padding-top: 59.7%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .section-project-interview .interview-block a,
  .section-interview-interview .interview-block a {
    width: 100%;
    padding-top: 84%;
  }
}
.section-project-interview .interview-block a:nth-child(2n),
.section-interview-interview .interview-block a:nth-child(2n) {
  margin-left: 30px;
}
@media screen and (max-width: 600px) {
  .section-project-interview .interview-block a:nth-child(2n),
  .section-interview-interview .interview-block a:nth-child(2n) {
    margin-left: 0;
  }
}
.section-project-interview .interview-block a img,
.section-interview-interview .interview-block a img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section-project-interview .interview-block a img.disp-pc,
.section-interview-interview .interview-block a img.disp-pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .section-project-interview .interview-block a img.disp-pc,
  .section-interview-interview .interview-block a img.disp-pc {
    display: none;
  }
}
.section-project-interview .interview-block a img.disp-sp,
.section-interview-interview .interview-block a img.disp-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .section-project-interview .interview-block a img.disp-sp,
  .section-interview-interview .interview-block a img.disp-sp {
    display: block;
  }
}
.section-project-interview .interview-block a .interview-text,
.section-interview-interview .interview-block a .interview-text {
  position: absolute;
  bottom: 0;
  color: #fff;
  background-image: url(../images/interview-layer.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 2.34375vw 1.171875vw;
}
@media screen and (max-width: 600px) {
  .section-project-interview .interview-block a .interview-text,
  .section-interview-interview .interview-block a .interview-text {
    padding: 20px;
  }
}
.section-project-interview .interview-block a .interview-text p,
.section-interview-interview .interview-block a .interview-text p {
  margin: 0;
  padding: 0;
}
.section-project-interview .interview-block a .interview-text p.interview-name,
.section-interview-interview .interview-block a .interview-text p.interview-name {
  font-size: 2.34375vw;
  font-weight: 500;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 1281px) {
  .section-project-interview .interview-block a .interview-text p.interview-name,
  .section-interview-interview .interview-block a .interview-text p.interview-name {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-interview .interview-block a .interview-text p.interview-name,
  .section-interview-interview .interview-block a .interview-text p.interview-name {
    font-size: 22.5px;
    margin-bottom: 5px;
    font-weight: bold;
  }
}
.section-project-interview .interview-block a .interview-text p.interview-position,
.section-interview-interview .interview-block a .interview-text p.interview-position {
  font-size: 1.171875vw;
  margin-bottom: 5px;
}
@media screen and (min-width: 1281px) {
  .section-project-interview .interview-block a .interview-text p.interview-position,
  .section-interview-interview .interview-block a .interview-text p.interview-position {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-interview .interview-block a .interview-text p.interview-position,
  .section-interview-interview .interview-block a .interview-text p.interview-position {
    font-size: 15px;
    font-weight: bold;
  }
}
.section-project-interview .interview-block a .interview-text p.interview-position span:nth-child(2),
.section-interview-interview .interview-block a .interview-text p.interview-position span:nth-child(2) {
  margin-left: 35px;
}
.section-project-interview .interview-block a .interview-text p.interview-content,
.section-interview-interview .interview-block a .interview-text p.interview-content {
  font-size: 1.171875vw;
  line-height: 1.733;
}
@media screen and (min-width: 1281px) {
  .section-project-interview .interview-block a .interview-text p.interview-content,
  .section-interview-interview .interview-block a .interview-text p.interview-content {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-interview .interview-block a .interview-text p.interview-content,
  .section-interview-interview .interview-block a .interview-text p.interview-content {
    font-size: 15px;
  }
}
.section-project-interview .interview-block a .interview-text .arrow,
.section-interview-interview .interview-block a .interview-text .arrow {
  width: 4.375vw;
  height: 4.375vw;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 1.171875vw;
  bottom: 3vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1281px) {
  .section-project-interview .interview-block a .interview-text .arrow,
  .section-interview-interview .interview-block a .interview-text .arrow {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 821px) {
  .section-project-interview .interview-block a .interview-text .arrow,
  .section-interview-interview .interview-block a .interview-text .arrow {
    width: 42px;
    height: 42px;
    right: 20px;
    bottom: 8vw;
  }
}
@media screen and (max-width: 600px) {
  .section-project-interview .interview-block a .interview-text .arrow,
  .section-interview-interview .interview-block a .interview-text .arrow {
    width: 11.2vw;
    height: 11.2vw;
  }
}
.section-project-interview .interview-block a .interview-text .arrow img,
.section-interview-interview .interview-block a .interview-text .arrow img {
  width: 0.78125vw;
  height: 1.5625vw;
  display: block;
}
@media screen and (min-width: 1281px) {
  .section-project-interview .interview-block a .interview-text .arrow img,
  .section-interview-interview .interview-block a .interview-text .arrow img {
    width: 10px;
    height: 20px;
  }
}
@media screen and (max-width: 821px) {
  .section-project-interview .interview-block a .interview-text .arrow img,
  .section-interview-interview .interview-block a .interview-text .arrow img {
    width: 5px;
    height: 10px;
  }
}
@media screen and (max-width: 600px) {
  .section-project-interview .interview-block a .interview-text .arrow img,
  .section-interview-interview .interview-block a .interview-text .arrow img {
    width: 2.4vw;
    height: 3.466vw;
  }
}
.section-project-interview .interview-block a:hover,
.section-interview-interview .interview-block a:hover {
  opacity: 1;
}
@media screen and (min-width: 821px) {
  .section-project-interview .interview-block a:hover .interview-image,
  .section-interview-interview .interview-block a:hover .interview-image {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
@media screen and (min-width: 821px) {
  .section-project-interview .interview-block a:hover .interview-text .arrow,
  .section-interview-interview .interview-block a:hover .interview-text .arrow {
    border: 1px solid #00003C;
    background: #00003C;
  }
}

.section-recruit {
  padding-top: 7.3125vw;
}
@media screen and (min-width: 1281px) {
  .section-recruit {
    padding-top: 79.98px;
  }
}
@media screen and (max-width: 1000px) {
  .section-recruit {
    padding-top: 65px;
  }
}
.section-recruit h1 {
  font-size: 3.515625vw;
  text-align: center;
  padding: 0;
  margin: 7.8125vw 0 7.8125vw 0;
}
@media screen and (min-width: 1281px) {
  .section-recruit h1 {
    font-size: 45px;
    padding: 0;
    margin: 100px 0 100px 0;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit h1 {
    font-size: 25px;
    margin: 60px 0 60px 0;
  }
}
.section-recruit .recruit-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
}
.section-recruit .recruit-menu .recruit-menu-inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: bottom;
}
@media screen and (max-width: 1000px) {
  .section-recruit .recruit-menu .recruit-menu-inner {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-menu .recruit-menu-inner {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
}
.section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type {
  font-size: 1.5625vw;
  font-size: 1.40625vw;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  float: left;
  line-height: 1.75;
  /** 以下中央揃え**/
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type {
    font-size: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type {
    float: none;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 13.5px;
    border-bottom: 1px solid #D1D1D1;
    padding: 20px 20px 20px 0;
    letter-spacing: 0.1em;
  }
  .section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type br {
    display: none;
  }
}
.section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type:nth-child(1) {
  margin-right: 1.5625vw;
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type:nth-child(1) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type:nth-child(1) {
    margin: 0;
  }
}
.section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type:nth-child(2) {
  margin: 0 1.5625vw;
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type:nth-child(2) {
    margin: 0;
  }
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type:nth-child(2) {
    margin: 0 30px;
  }
}
.section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type:nth-child(3) {
  margin: 0 1.5625vw;
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type:nth-child(3) {
    margin: 0;
  }
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type:nth-child(3) {
    margin: 0 30px;
  }
}
.section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type:nth-child(4) {
  margin-left: 1.5625vw;
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type:nth-child(4) {
    margin: 0;
  }
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type:nth-child(4) {
    margin-left: 30px;
  }
}
.section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type p {
  margin: 0;
}
.section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type::after {
  content: "";
  background-image: url(../images/recruit-arrow.svg);
  background-repeat: no-repeat;
  width: 1.328125vw;
  height: 0.703125vw;
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  text-align: center;
  bottom: -1.328125vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type::after {
    width: 17px;
    height: 9px;
    bottom: -17px;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type::after {
    top: 50%;
    right: 0;
    left: auto;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%) rotate(-90deg);
    text-align: center;
    width: 7.5px;
    height: 15px;
  }
}
@media screen and (min-width: 821px) {
  .section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type:hover::after {
    -webkit-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-menu .recruit-menu-inner .recruit-menu-type:hover::after {
    -webkit-transform: translate(0%, -50%) rotate(-90deg);
            transform: translate(0%, -50%) rotate(-90deg);
  }
}
.section-recruit .recruit-type-wrap {
  padding: 4.6875vw 14.0625vw 5vw;
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-type-wrap {
    padding: 60px 190px 3vw;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap {
    padding: 70px 20px 5vw;
  }
}
.section-recruit .recruit-type-wrap .recruit-type-block:not(#msreborn) h2 {
  margin-top: 0;
}
.section-recruit .recruit-type-wrap .recruit-type-block h2 {
  font-size: 2.96875vw;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-type-wrap .recruit-type-block h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap .recruit-type-block h2 {
    font-size: 22.5px;
    padding: 0;
    margin: 0 0 0px 0;
  }
}
.section-recruit .recruit-type-wrap .recruit-type-block h2 img {
  display: block;
  width: 3.515625vw;
  margin-bottom: 5px;
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-type-wrap .recruit-type-block h2 img {
    width: 45px;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap .recruit-type-block h2 img {
    width: 30px;
  }
}
.section-recruit .recruit-type-wrap .recruit-type-block h2 small {
  display: block;
  font-size: 1.5625vw;
  color: #0074BE;
  position: relative;
  top: 0px;
  letter-spacing: 0;
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-type-wrap .recruit-type-block h2 small {
    font-size: 20px;
    top: -3px;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap .recruit-type-block h2 small {
    font-size: 17px;
    top: 0;
  }
}
.section-recruit .recruit-type-wrap .recruit-type-block h2 span {
  font-size: 2.34375vw;
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-type-wrap .recruit-type-block h2 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap .recruit-type-block h2 span {
    display: block;
    font-size: 22.5px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.02em;
  }
}
.section-recruit .recruit-type-wrap .recruit-type-block h2 b {
  display: block;
  letter-spacing: 0;
}
.section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl {
  font-size: 1.40625vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl {
    display: block;
    position: relative;
  }
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl::after {
    content: "";
    width: 115px;
    height: 1px;
    background: #0074BE;
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #D1D1D1;
    position: absolute;
    bottom: 0px;
    right: 0;
  }
}
.section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dt {
  width: 7.8125vw;
  float: left;
  border-bottom: 1px solid #0074BE;
  line-height: 1.75;
  padding: 2.734375vw 0;
  font-weight: 500;
  font-size: 1.5625vw;
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dt {
    width: 100px;
    padding: 35px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dt {
    width: 100%;
    float: none;
    border-bottom: 0;
    font-size: 20px;
    padding: 30px 0 0 0;
  }
}
.section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd {
  letter-spacing: 0.02em;
  width: calc(100% - 7.8125vw);
  float: left;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #D1D1D1;
  line-height: 1.75;
  padding: 2.734375vw 0;
  overflow: hidden;
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd {
    width: calc(100% - 100px);
    padding: 35px 0;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd {
    width: 100%;
    float: none;
    border-bottom: 0;
    font-size: 16px;
    padding: 0 0 40px 0;
    margin: 25px 0 0 0;
  }
}
.section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd p {
  padding-left: 4.6875vw;
  margin: 0;
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd p {
    padding-left: 60px;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd p {
    padding-left: 0;
    font-size: 16px;
    line-height: 1.818;
  }
}
.section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd small {
  font-size: 1.015625vw;
  display: block;
  line-height: 1.7;
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd small {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd small {
    font-size: 15px;
  }
}
.section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd ul {
  padding: 0 0 0 3.90625vw;
  margin: 0;
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd ul {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd ul {
    padding: 0;
  }
}
.section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd ul li {
  position: relative;
  padding-left: 0.8em;
}
.section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd ul li::before {
  content: "";
  width: 0.390625vw;
  height: 0.390625vw;
  background: #0074BE;
  border-radius: 50%;
  position: absolute;
  top: 0.85em;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd ul li::before {
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd ul li::before {
    width: 5px;
    height: 5px;
  }
}
.section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd ul li ul {
  padding: 5px 0 30px 0px;
}
.section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd ul li ul li::before {
  background: #000000;
}
.section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd ul li:last-of-type ul {
  padding-bottom: 0;
}
.section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd .col01 {
  float: left;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd .col01 {
    float: none;
    width: 100%;
  }
}
.section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd .col02 {
  float: left;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd .col02 {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd .col02-sp {
    margin-top: 20px;
  }
}
.section-recruit .recruit-type-wrap .recruit-type-block .recruit-detail dl dd b {
  font-weight: 500;
}
.section-recruit .recruit-type-wrap .recruit-type-block .button {
  text-align: center;
  margin-top: 3.125vw;
  position: relative;
  z-index: 2;
  font-weight: 600;
  margin-bottom: 10vw;
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .button {
    margin-top: 45px;
    margin-bottom: 5rem;
  }
}
.section-recruit .recruit-type-wrap .recruit-type-block .button a {
  background: #00003C;
  color: #fff;
  width: 18.125vw;
  height: 4.609375vw;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  padding: 1.4vw 0 1.4vw;
  font-size: 1.40625vw;
  border: 1px solid #00003C;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1281px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .button a {
    width: 232px;
    height: 59px;
    font-size: 18px;
    padding: 18px 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .button a {
    width: 232px;
    height: 59px;
    font-size: 16px;
    padding: 19px 0;
  }
}
@media screen and (min-width: 821px) {
  .section-recruit .recruit-type-wrap .recruit-type-block .button a:hover {
    color: #00003C;
    background: #fff;
    border: 1px solid #00003C;
    opacity: 1;
  }
  .section-recruit .recruit-type-wrap .recruit-type-block .button a:hover span .cls-1 {
    stroke: #00003C;
  }
}
.section-recruit .recruit-type-wrap .recruit-type-block .button a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
.section-recruit .recruit-type-wrap .recruit-type-block .button a span svg {
  width: auto;
  height: 0.8em;
  position: relative;
  top: 0.1em;
  margin-left: 10px;
}
.section-recruit .recruit-type-wrap .recruit-type-block#msreborn::before, .section-recruit .recruit-type-wrap .recruit-type-block#digitalreborn::before, .section-recruit .recruit-type-wrap .recruit-type-block#specialist::before, .section-recruit .recruit-type-wrap .recruit-type-block#syssecurity::before {
  display: block;
  height: 10vw;
  margin-top: -10vw;
  content: "";
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .section-recruit .recruit-type-wrap .recruit-type-block#msreborn::before, .section-recruit .recruit-type-wrap .recruit-type-block#digitalreborn::before, .section-recruit .recruit-type-wrap .recruit-type-block#specialist::before, .section-recruit .recruit-type-wrap .recruit-type-block#syssecurity::before {
    height: 5rem;
    margin-top: -5rem;
  }
}

/** Interview **/
.section-interview-fv {
  margin-bottom: 11.71875vw;
  position: relative;
  padding-top: 79px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1281px) {
  .section-interview-fv {
    margin-bottom: 150px;
    padding-top: 78px;
  }
}
@media screen and (min-width: 1600px) {
  .section-interview-fv {
    max-height: 740px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1000px) {
  .section-interview-fv {
    padding-top: 69px;
  }
}
@media screen and (max-width: 821px) {
  .section-interview-fv {
    padding-top: 64px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-fv {
    margin-bottom: 70px;
  }
}
.section-interview-fv::after {
  content: "";
  background-image: url(../images/interview/layer.png);
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 300px;
  max-height: 40%;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .section-interview-fv::after {
    height: 160px;
    background-image: url(../images/interview/layer-sp.png);
    max-height: none;
  }
}
.section-interview-fv img {
  width: 100%;
}
.section-interview-fv img.disp-pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .section-interview-fv img.disp-pc {
    display: none;
  }
}
.section-interview-fv img.disp-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .section-interview-fv img.disp-sp {
    display: block;
  }
}
.section-interview-fv .interview_meta {
  position: absolute;
  left: 6.25vw;
  bottom: 2.734375vw;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 1281px) {
  .section-interview-fv .interview_meta {
    left: 80px;
    bottom: 35px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-fv .interview_meta {
    left: 15px;
    bottom: 25px;
  }
}
.section-interview-fv .interview_meta h1 {
  font-weight: normal;
  margin-bottom: 1.5625vw;
}
@media screen and (min-width: 1281px) {
  .section-interview-fv .interview_meta h1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-fv .interview_meta h1 {
    margin-bottom: 10px;
  }
}
.section-interview-fv .interview_meta h1 span {
  font-size: 3.515625vw;
}
@media screen and (min-width: 1281px) {
  .section-interview-fv .interview_meta h1 span {
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-fv .interview_meta h1 span {
    font-size: 25px;
  }
}
.section-interview-fv .interview_meta h1 small {
  display: block;
  font-size: 1.5625vw;
  margin-top: 1.5625vw;
}
@media screen and (min-width: 1281px) {
  .section-interview-fv .interview_meta h1 small {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-fv .interview_meta h1 small {
    font-size: 15px;
    margin-top: 5px;
  }
}
.section-interview-fv .interview_meta p {
  line-height: 1.75;
  margin: 0;
  font-size: 1.5625vw;
}
@media screen and (min-width: 1281px) {
  .section-interview-fv .interview_meta p {
    font-size: 20px;
  }
}
.section-interview-fv .interview_meta p small {
  display: block;
  font-size: 1.5625vw;
}
@media screen and (min-width: 1281px) {
  .section-interview-fv .interview_meta p small {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-fv .interview_meta p {
    font-size: 15px;
  }
}

.section-interview-vision p {
  font-size: 1.40625vw;
  text-align: center;
  line-height: 1.91666;
}
@media screen and (min-width: 1281px) {
  .section-interview-vision p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-vision p {
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
  }
}
.section-interview-vision .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  margin-top: 50px;
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .section-interview-vision .button-wrap {
    display: block;
    padding: 0 20px;
    margin-bottom: 70px;
  }
}
.section-interview-vision .button-wrap a {
  width: 232px;
  width: 18.125vw;
  height: 4.609375vw;
  background: #00003C;
  color: #fff;
  display: inline-block;
  font-size: 1.40625vw;
  padding: 16px;
  text-align: center;
  border-radius: 50px;
  margin: 0 1.953125vw;
  border: 1px solid #00003C;
  padding: 1.1vw 0 1.2vw;
  opacity: 1;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .section-interview-vision .button-wrap a {
    font-size: 18px;
    width: 232px;
    height: 59px;
    padding: 15px 0 15px;
    margin: 0 25px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-vision .button-wrap a {
    margin: 0 auto;
    font-size: 16px;
    width: 232px;
    height: 59px;
    padding: 15.5px 0;
    display: block;
  }
}
@media screen and (min-width: 821px) {
  .section-interview-vision .button-wrap a:hover {
    color: #00003C;
    border: 1px solid #00003C;
    background: #fff;
    opacity: 1;
  }
}
.section-interview-vision .button-wrap a:hover span .cls-1 {
  stroke: #00003C;
}
@media screen and (max-width: 600px) {
  .section-interview-vision .button-wrap a:first-of-type {
    margin-bottom: 45px;
  }
}
.section-interview-vision .button-wrap a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
.section-interview-vision .button-wrap a span svg {
  width: auto;
  height: 0.8em;
  position: relative;
  top: 0.08em;
  margin-left: 10px;
}

.section-interview-other .interview-other-images {
  display: block;
  padding-top: 25.1%;
  margin: 80px auto 0;
  width: 56.484vw;
  max-width: 903.75px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 821px) {
  .section-interview-other .interview-other-images {
    margin: 5.71875vw auto 0;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-other .interview-other-images {
    padding-top: 84%;
    width: 100%;
    max-width: 100%;
    margin: 80px auto 0;
  }
}
.section-interview-other .interview-other-images img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .section-interview-other .interview-other-images img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
.section-interview-other .interview-other-images img.disp-pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .section-interview-other .interview-other-images img.disp-pc {
    display: none;
  }
}
.section-interview-other .interview-other-images img.disp-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .section-interview-other .interview-other-images img.disp-sp {
    display: block;
  }
}
.section-interview-other .interview-other-images .interview-other-meta {
  position: absolute;
  color: #fff;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding-left: 40px;
  padding-bottom: 30px;
  background-image: url(../images/interview/layer.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .section-interview-other .interview-other-images .interview-other-meta {
    padding-left: 20px;
    padding-bottom: 25px;
  }
}
.section-interview-other .interview-other-images .interview-other-meta-name {
  font-size: 2.96875vw;
  font-weight: bold;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 1281px) {
  .section-interview-other .interview-other-images .interview-other-meta-name {
    font-size: 38px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-other .interview-other-images .interview-other-meta-name {
    font-size: 22.5px;
    margin: 0;
  }
}
.section-interview-other .interview-other-images .interview-other-meta-name small {
  font-size: 1.171875vw;
  display: block;
  padding-top: 3px;
}
@media screen and (min-width: 1281px) {
  .section-interview-other .interview-other-images .interview-other-meta-name small {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-other .interview-other-images .interview-other-meta-name small {
    font-size: 15px;
    padding: 8px 0 8px;
  }
}
.section-interview-other .interview-other-images .interview-other-meta-position {
  font-size: 1.171875vw;
  line-height: 1.733;
  margin: 0;
}
@media screen and (min-width: 1281px) {
  .section-interview-other .interview-other-images .interview-other-meta-position {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-other .interview-other-images .interview-other-meta-position {
    font-size: 15px;
  }
}
.section-interview-other .interview-other-images:hover {
  opacity: 1;
}
@media screen and (min-width: 821px) {
  .section-interview-other .interview-other-images:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
@media screen and (min-width: 821px) {
  .section-interview-other .interview-other-images:hover .arrow {
    border: 1px solid #00003C;
    background: #00003C;
  }
}
.section-interview-other .arrow {
  width: 4.375vw;
  height: 4.375vw;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 2.734375vw;
  bottom: 3.90625vw;
}
@media screen and (min-width: 1281px) {
  .section-interview-other .arrow {
    width: 56px;
    height: 56px;
    right: 35px;
    bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-other .arrow {
    width: 11.2vw;
    height: 11.2vw;
    right: 20px;
    bottom: 40px;
  }
}
.section-interview-other .arrow img {
  width: 0.78125vw;
  height: 1.5625vw;
  display: block;
}
@media screen and (min-width: 1281px) {
  .section-interview-other .arrow img {
    width: 10px;
    height: 20px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-other .arrow img {
    width: 2.4vw;
    height: 3.466vw;
  }
}

.section-interview-project h2 {
  text-align: center;
  font-size: 2.96875vw;
  position: relative;
  margin-top: 0;
}
@media screen and (min-width: 1281px) {
  .section-interview-project h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-project h2 {
    font-size: 22.5px;
  }
}
.section-interview-project h2 i {
  content: "";
  width: 3.90625vw;
  height: 2px;
  background: #00003C;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (min-width: 1281px) {
  .section-interview-project h2 i {
    width: 50px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-project h2 i {
    height: 1px;
    width: 50px;
  }
}
.section-interview-project .interview-block {
  width: 81.25%;
  margin: 0 auto;
  padding: 3.4125vw 0 12.5vw;
  overflow: hidden;
}
@media screen and (min-width: 1281px) {
  .section-interview-project .interview-block {
    padding: 50px 0 160px;
  }
}
@media screen and (max-width: 1000px) {
  .section-interview-project .interview-block {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-project .interview-block {
    width: 100%;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-interview-project .interview-block .interview-block-card {
  display: block;
  float: left;
  width: calc(50% - 20px);
  float: left;
  padding-top: 31.1%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .section-interview-project .interview-block .interview-block-card {
    width: 100%;
    padding-top: 83.333%;
  }
}
.section-interview-project .interview-block .interview-block-card:nth-child(2n) {
  margin-left: 40px;
}
@media screen and (max-width: 600px) {
  .section-interview-project .interview-block .interview-block-card:nth-child(2n) {
    margin-left: 0;
  }
}
.section-interview-project .interview-block .interview-block-card::before {
  content: "";
  background-image: url(../images/layer-project.png);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85%;
  background-size: cover;
  z-index: 2;
}
.section-interview-project .interview-block .interview-block-card img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.section-interview-project .interview-block .interview-block-card-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 3;
}
.section-interview-project .interview-block .interview-block-card p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 2.96875vw;
  font-weight: bold;
  width: 100%;
}
@media screen and (min-width: 1281px) {
  .section-interview-project .interview-block .interview-block-card p {
    font-size: 38px;
    font-weight: bold;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-project .interview-block .interview-block-card p {
    font-size: 22.5px;
    top: 25%;
  }
}
.section-interview-project .interview-block .interview-block-card a {
  display: block;
  width: 18.125vw;
  height: 4.609375vw;
  font-size: 1.40625vw;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 0.8em 0;
  margin: 2.34375vw auto 0;
  border-radius: 50px;
  font-weight: 600;
  padding: 1.2vw 0 1.4vw;
}
@media screen and (min-width: 1281px) {
  .section-interview-project .interview-block .interview-block-card a {
    font-size: 18px;
    margin: 30px auto 0;
    width: 232px;
    height: 59px;
    font-size: 18px;
    padding: 17px 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-project .interview-block .interview-block-card a {
    font-size: 16px;
    width: 232px;
    height: 59px;
    padding: 18px 0;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 821px) {
  .section-interview-project .interview-block .interview-block-card a:hover {
    color: #fff;
    background: #00003C;
    border: 1px solid #00003C;
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  .section-interview-project .interview-block .interview-block-card:first-of-type {
    margin-bottom: 25px;
  }
}

/** インタビューページにのみ適用 **/
@media screen and (max-width: 600px) {
  .section-interview-point {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 600px) {
  .section-interview-other {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 600px) {
  .section-interview-point .project-point-text h2 {
    font-size: 22.5px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .section-interview-point .images-left img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .section-interview-point .images-right img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .section-interview-point .images-left p {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .section-interview-point .images-right p {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .section-interview-point .images-block {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 600px) {
  .section-interview-point .images-block img {
    width: 100%;
    margin: 0 auto 0px;
    padding-left: 20px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 600px) {
  .section-interview-point > div {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 600px) {
  .section-interview-other h2 {
    font-size: 22.5px;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1600px) {
  .section-interview-point img {
    width: 750px;
  }
}

@media screen and (min-width: 1600px) {
  .section-interview-point .project-point-text {
    width: calc(100% - 750px);
  }
}

/*
.wrapper.appear-session #splash {
  opacity: 1;
  z-index: 200;
  display: block;
}
#splash-logo {
  opacity: 1;
}
*/