@import 'foundation/bootstrap/dist/css/bootstrap.css';
html.is-fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
html,
body {
  width: 100%;
}
body {
  position: relative;
  font-family: 'Lato', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #09132e;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
body.is-fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
_:-ms-lang(x)::-ms-backdrop,
body {
  font-family: "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.01em;
}
section {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 576px) {
  section {
    padding: 40px 0 30px;
  }
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
ol.is-indent-1,
ul.is-indent-1 {
  padding-left: 1.04em;
}
ol.is-indent-1 li,
ul.is-indent-1 li {
  text-indent: -1.04em;
}
ol.is-indent-2,
ul.is-indent-2 {
  padding-left: 2.08em;
}
ol.is-indent-2 li,
ul.is-indent-2 li {
  text-indent: -2.08em;
}
dl {
  margin-bottom: 0;
}
a {
  color: #09132e;
  text-decoration: underline;
  transition: 0.2s;
}
a img {
  transition: 0.2s;
  max-width: 100%;
}
a:hover {
  color: #09132e;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
a.tel-link {
  color: #404040;
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 576px) {
  a.tel-link {
    color: #003f8d;
    text-decoration: underline;
    pointer-events: fill;
  }
}
button {
  appearance: none;
  border: 0;
}
button:focus {
  outline: none;
  box-shadow: none;
}
figure {
  margin: 0;
}
figure img {
  max-width: 100%;
}
.link-has-arrow-right-after {
  position: relative;
}
.link-has-arrow-right-after::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-rendering: auto;
  line-height: 1;
  transform: translateY(-50%);
}
.link-has-arrow-right-before {
  position: relative;
}
.link-has-arrow-right-before::before {
  position: absolute;
  left: 1rem;
  top: 50%;
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-rendering: auto;
  line-height: 1;
  transform: translateY(-50%);
}
[data-scroll] {
  transition: opacity 0.8s 0.1s, transform 0.8s 0.1s !important;
}
[data-scroll="in"] {
  opacity: 1;
  transform: none;
}
[data-scroll="out"] {
  opacity: 0;
  transform: translateY(-20px);
}
.l-footer {
  position: relative;
  padding-top: 210px;
}
.l-footer::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - ((100% - 1200px) / 2));
  height: 100%;
  background: #f6f6f6;
}
.l-footer .footer__container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0 30px 0 150px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .l-footer .footer__container {
    padding: 0 20px;
  }
}
.l-footer .footer__row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  .l-footer .footer__row {
    flex-wrap: wrap;
  }
}
.l-footer .footer__catch {
  position: relative;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .l-footer .footer__catch {
    font-size: 64px;
  }
}
@media only screen and (max-width: 576px) {
  .l-footer .footer__catch {
    font-size: 48px;
  }
}
.l-footer .footer-nav {
  margin-top: auto;
}
.l-footer .footer-nav .footer-nav__list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .l-footer .footer-nav .footer-nav__item {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .l-footer .footer-nav .footer-nav__item:last-child {
    display: block;
  }
}
.l-footer .footer-nav .footer-nav__link {
  margin-left: 2rem;
}
.l-footer .footer-nav .footer-nav__link {
  color: #09132e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2em;
}
.l-footer .footer-nav .footer-nav__link--pagetop {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 12px;
  margin-left: 70px;
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .l-footer .footer-nav .footer-nav__link--pagetop {
    margin-left: 0;
  }
}
.l-footer .footer__info .footer__logo {
  display: block;
  width: 90px;
  margin-bottom: 1rem;
}
.l-footer .footer__info .footer__adress {
  font-size: 14px;
}
@media only screen and (max-width: 576px) {
  .l-footer .footer__info .footer__adress {
    padding-right: 80px;
  }
}
.l-footer .footer__info .footer__adress p {
  margin-bottom: 0.5rem;
}
.l-footer .copy {
  font-size: 10px;
  margin: auto 110px 0 0;
}
.cta__btn--side {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 150px;
  background: #09132e;
  color: #fff;
  font-size: 14px;
  writing-mode: vertical-lr;
  text-decoration: none;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.cta__btn--side.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.cta__btn--side:hover {
  color: #fff;
  opacity: 0.8;
}
.cta__btn--side:hover::after {
  right: 0.9em;
}
.cta__btn--side span {
  white-space: nowrap;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
.l-header {
  position: relative;
  width: 100%;
  height: 110px;
  padding: 50px 50px 0;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .l-header {
    height: 80px;
    padding: 20px 20px 0;
  }
}
.l-header::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 100%;
}
.l-header display none {
  background: #c93425;
}
.l-header .header__container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.header-logo {
  width: 200px;
  margin: 0;
}
.header-logo .header-logo__link {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.header-logo .header-logo__link img {
  width: 100%;
}
.header-nav {
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .header-nav {
    display: none;
  }
}
.header-nav .header-nav__list {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-nav .header-nav__item {
  margin-left: 2em;
}
.header-nav .header-nav__link {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.header__btn {
  position: fixed;
  top: 30px;
  right: 50px;
  width: 40px;
  height: 40px;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s 0.5s;
  z-index: 9;
}
@media screen and (max-width: 1000px) {
  .header__btn {
    display: none;
  }
}
.header__btn.is-visible {
  opacity: 1;
  pointer-events: all;
}
.header__btn.is-open {
  opacity: 1;
  pointer-events: all;
}
.header__btn.is-open span {
  opacity: 0;
  height: 1px;
  background: #fff;
}
.header__btn.is-open span:nth-child(2) {
  opacity: 1;
  transform: rotate(225deg);
  transform-origin: center center;
  top: 50%;
}
.header__btn.is-open span:nth-child(3) {
  opacity: 1;
  transform: rotate(135deg);
  transform-origin: center center;
  top: 50%;
}
.header__btn span {
  position: absolute;
  display: block;
  transition: 0.3s;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  background: #09132e;
}
.header__btn span:nth-child(2) {
  top: 8px;
}
.header__btn span:nth-child(3) {
  bottom: 7px;
  top: auto;
}
.l-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.l-container.is-fluid {
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .l-container {
    padding: 0 20px;
  }
}
.c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #c93425;
  font-size: 14px;
  color: #c93425;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0 0 1em;
  transition: 0.2s;
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  .c-btn {
    font-size: 16px;
  }
}
.c-btn:focus {
  outline: none;
}
.c-btn span::after {
  display: inline-block;
  content: '';
  width: 16px;
  height: 8px;
  background-image: url("../images/arrow01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
  margin-left: 30px;
}
.c-btn:hover span::after {
  transform: translateX(-5px);
}
.c-input {
  height: auto;
  background: #f8f8fa;
  border-color: #f8f8fa;
  box-shadow: none;
  appearance: none;
  padding: 1.3rem 1rem;
}
@media only screen and (max-width: 576px) {
  .c-input {
    padding: 1rem 0.75rem;
  }
}
.c-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.c-input::-moz-placeholder {
  color: #bfbfbf;
}
.c-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.c-input::-ms-input-placeholder {
  color: #bfbfbf;
}
.c-input::placeholder {
  color: #bfbfbf;
}
.c-ttl {
  position: relative;
  color: #404040;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .c-ttl {
    margin-bottom: 1em;
  }
}
.c-ttl .ja {
  font-size: 70px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .c-ttl .ja {
    font-size: 48px;
  }
}
@media only screen and (max-width: 576px) {
  .c-ttl .ja {
    font-size: 36px;
  }
}
.c-ttl .ja small {
  display: block;
  font-size: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-ttl .ja small {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .c-ttl .ja small {
    font-size: 16px;
  }
}
.c-ttl .en {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #c93425;
  margin-top: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .c-ttl .en {
    font-size: 16px;
    margin-top: 1rem;
  }
}
.text-blk {
  color: #404040;
}
.marker-blk {
  display: inline;
  background: linear-gradient(transparent 55%, #404040 0%);
}
.text-blu {
  color: #003f8d;
}
.marker-blu {
  display: inline;
  background: linear-gradient(transparent 55%, #003f8d 0%);
}
.text-sky {
  color: #0e96b3;
}
.marker-sky {
  display: inline;
  background: linear-gradient(transparent 55%, #0e96b3 0%);
}
.text-red {
  color: #c93425;
}
.marker-red {
  display: inline;
  background: linear-gradient(transparent 55%, #c93425 0%);
}
.text-org {
  color: #ff706b;
}
.marker-org {
  display: inline;
  background: linear-gradient(transparent 55%, #ff706b 0%);
}
.text-org2 {
  color: #db5919;
}
.marker-org2 {
  display: inline;
  background: linear-gradient(transparent 55%, #db5919 0%);
}
.text-yel {
  color: #ffde00;
}
.marker-yel {
  display: inline;
  background: linear-gradient(transparent 55%, #ffde00 0%);
}
.text-grn {
  color: #008b00;
}
.marker-grn {
  display: inline;
  background: linear-gradient(transparent 55%, #008b00 0%);
}
.text-gld {
  color: #c69a38;
}
.marker-gld {
  display: inline;
  background: linear-gradient(transparent 55%, #c69a38 0%);
}
.text-gry {
  color: #bebebe;
}
.marker-gry {
  display: inline;
  background: linear-gradient(transparent 55%, #bebebe 0%);
}
.text-pnk {
  color: #e663cf;
}
.marker-pnk {
  display: inline;
  background: linear-gradient(transparent 55%, #e663cf 0%);
}
.index-mv {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin-top: -110px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .index-mv {
    margin-top: -80px;
  }
}
.index-mv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-mv figure {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-mv figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-mv .description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  left: 20%;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .index-mv .description {
    width: 80%;
    left: 10%;
  }
}
.index-mv .description h3 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 1px 0 10px #000;
}
.index-mv .description p {
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 0 10px #000;
}
.index-mv .offcanvas__btn {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  transform: translateY(-50%);
  z-index: 9;
}
@media screen and (max-width: 1000px) {
  .index-mv .offcanvas__btn {
    position: fixed;
    top: 50px;
    left: auto;
    right: 40px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .index-mv .offcanvas__btn {
    top: 35px;
    right: 20px;
  }
}
.index-mv .offcanvas__btn.is-open span {
  opacity: 0;
  height: 30px;
}
@media screen and (max-width: 1000px) {
  .index-mv .offcanvas__btn.is-open span {
    height: 1px;
    background: #fff;
  }
}
.index-mv .offcanvas__btn.is-open span:nth-child(2) {
  left: 50%;
  opacity: 1;
  transform: rotate(225deg);
  transform-origin: center center;
}
@media screen and (max-width: 1000px) {
  .index-mv .offcanvas__btn.is-open span:nth-child(2) {
    left: auto;
    top: 50%;
  }
}
.index-mv .offcanvas__btn.is-open span:nth-child(3) {
  left: 50%;
  right: auto;
  opacity: 1;
  transform: rotate(135deg);
  transform-origin: center center;
}
@media screen and (max-width: 1000px) {
  .index-mv .offcanvas__btn.is-open span:nth-child(3) {
    right: auto;
    left: auto;
    top: 50%;
  }
}
.index-mv .offcanvas__btn span {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 18px;
  background: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .index-mv .offcanvas__btn span {
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #09132e;
  }
}
.index-mv .offcanvas__btn span:nth-child(2) {
  left: 0;
}
@media screen and (max-width: 1000px) {
  .index-mv .offcanvas__btn span:nth-child(2) {
    top: 8px;
    left: auto;
  }
}
.index-mv .offcanvas__btn span:nth-child(3) {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .index-mv .offcanvas__btn span:nth-child(3) {
    bottom: 7px;
    top: auto;
    right: auto;
  }
}
.index-mv .offcanvas-menu {
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #09132e;
  opacity: 0;
  color: #fff;
  padding: 50px;
  transform: translateX(-100%);
  transition: 0.5s;
  z-index: 8;
}
@media screen and (max-width: 1000px) {
  .index-mv .offcanvas-menu {
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 576px) {
  .index-mv .offcanvas-menu {
    padding: 20px;
  }
}
.index-mv .offcanvas-menu.is-open {
  transform: none;
  opacity: 1;
}
.index-mv .offcanvas-menu.is-open .offcanvas-nav__item {
  transform: none;
  opacity: 1;
}
.index-mv .offcanvas-menu.is-open .offcanvas-nav__item:nth-child(1) {
  transition-delay: 0.4s;
}
.index-mv .offcanvas-menu.is-open .offcanvas-nav__item:nth-child(2) {
  transition-delay: 0.6s;
}
.index-mv .offcanvas-menu.is-open .offcanvas-nav__item:nth-child(3) {
  transition-delay: 0.8s;
}
.index-mv .offcanvas-menu.is-open .offcanvas-nav__item:nth-child(4) {
  transition-delay: 1s;
}
.index-mv .offcanvas-menu.is-open .offcanvas-nav__item:nth-child(5) {
  transition-delay: 1.2s;
}
.index-mv .offcanvas-menu::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 100px;
  display: block;
  background: #fff;
}
.index-mv .offcanvas-menu .offcanvas-menu__heading,
.index-mv .offcanvas-menu .offcanvas-menu__body,
.index-mv .offcanvas-menu .offcanvas-menu__footer {
  position: relative;
  z-index: 9;
}
.index-mv .offcanvas-menu .offcanvas-menu__logo {
  display: block;
  width: 200px;
}
.index-mv .offcanvas-menu .offcanvas-menu__body {
  padding-left: 70px;
  margin-top: auto;
}
@media screen and (max-width: 1000px) {
  .index-mv .offcanvas-menu .offcanvas-menu__body {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .index-mv .offcanvas-menu .offcanvas-menu__body {
    padding-left: 0;
  }
}
.index-mv .offcanvas-menu .offcanvas-nav__item {
  opacity: 0;
  margin-bottom: 30px;
  transform: translateX(-50px);
  transition: 0.5s;
}
@media only screen and (max-width: 576px) {
  .index-mv .offcanvas-menu .offcanvas-nav__item {
    margin-bottom: 20px;
  }
}
.index-mv .offcanvas-menu .offcanvas-nav__item .offcanvas-nav__link {
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.index-mv .offcanvas-menu .offcanvas-nav__item .offcanvas-nav__link .en {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .index-mv .offcanvas-menu .offcanvas-nav__item .offcanvas-nav__link .en {
    font-size: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .index-mv .offcanvas-menu .offcanvas-nav__item .offcanvas-nav__link .en {
    font-size: 40px;
  }
}
.index-mv .offcanvas-menu .offcanvas-nav__item .offcanvas-nav__link .ja {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.5rem;
  margin-left: 4px;
}
@media only screen and (max-width: 576px) {
  .index-mv .offcanvas-menu .offcanvas-nav__item .offcanvas-nav__link .ja {
    margin-left: 0;
  }
}
.index-mv .offcanvas-menu .offcanvas-menu__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 70px 0 70px;
  margin-top: auto;
}
@media screen and (max-width: 1000px) {
  .index-mv .offcanvas-menu .offcanvas-menu__footer {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .index-mv .offcanvas-menu .offcanvas-menu__footer {
    padding-left: 0;
  }
}
.index-mv .offcanvas-menu .offcanvas-menu__footer .offcanvas-menu__sub--en {
  font-size: 14px;
  letter-spacing: 0.3em;
  line-height: 2;
  margin-top: auto;
}
.index-mv .offcanvas-menu .offcanvas-menu__footer .offcanvas-menu__sub--en span {
  display: block;
}
.index-mv .offcanvas-menu .offcanvas-menu__footer .copy {
  font-size: 10px;
  margin-top: auto;
}
.index-mv .offcanvas-menu .cta__btn--side {
  background: #fff;
  color: #09132e;
}
.index-mv .index-mv__contents {
  display: flex;
  flex-direction: column;
  max-width: 509px;
  height: 100vh;
  background: #c93425;
  color: #fff;
  padding: 110px 0 42px;
}
@media screen and (max-width: 1440px) {
  .index-mv .index-mv__contents {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .index-mv .index-mv__contents {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .index-mv .index-mv__contents {
    background: none;
    padding-left: 0;
  }
}
.index-mv .index-mv__contents .index-mv__catch {
  position: relative;
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-top: 8vh;
  margin-bottom: 1rem;
  z-index: 2;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s 0.5s, transform 1s 0.5s !important;
}
@media screen and (max-width: 1440px) {
  .index-mv .index-mv__contents .index-mv__catch {
    font-size: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .index-mv .index-mv__contents .index-mv__catch {
    font-size: 80px;
  }
}
@media only screen and (max-width: 576px) {
  .index-mv .index-mv__contents .index-mv__catch {
    font-size: 60px;
  }
}
.index-mv .index-mv__contents .index-mv__catch[data-scroll="in"] {
  opacity: 1;
  transform: none;
}
.index-mv .index-mv__contents .index-mv__catch[data-scroll="out"] {
  opacity: 0;
  transform: translateY(-20px);
}
.index-mv .index-mv__contents .index-mv__catch span {
  display: block;
}
.index-mv .index-mv__contents .index-mv__intro {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  z-index: 2;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s 0.5s, transform 1s 0.5s !important;
}
.index-mv .index-mv__contents .index-mv__intro[data-scroll="in"] {
  opacity: 1;
  transform: none;
}
.index-mv .index-mv__contents .index-mv__intro[data-scroll="out"] {
  opacity: 0;
  transform: translateY(-20px);
}
.index-mv .index-mv__contents .index-mv__intro span {
  display: block;
}
.index-mv .index-mv__contents .index-mv__sub--en {
  font-size: 14px;
  letter-spacing: 0.3em;
  line-height: 2;
  margin-top: auto;
  z-index: 2;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s 0.5s, transform 1s 0.5s !important;
}
.index-mv .index-mv__contents .index-mv__sub--en[data-scroll="in"] {
  opacity: 1;
  transform: none;
}
.index-mv .index-mv__contents .index-mv__sub--en[data-scroll="out"] {
  opacity: 0;
  transform: translateY(-20px);
}
@media only screen and (max-width: 576px) {
  .index-mv .index-mv__contents .index-mv__sub--en {
    font-size: 12px;
    margin-bottom: 50px;
  }
}
.index-mv .index-mv__contents .index-mv__sub--en span {
  display: block;
}
.index-mv .index-mv__bg {
  position: absolute;
  right: 50px;
  top: 110px;
  width: 62.5%;
  height: calc(100% - 110px - 42px);
  z-index: 1;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s 0.3s, transform 1s 0.3s !important;
}
@media only screen and (max-width: 768px) {
  .index-mv .index-mv__bg {
    right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .index-mv .index-mv__bg {
    top: 80px;
  }
}
.index-mv .index-mv__bg[data-scroll="in"] {
  opacity: 1;
  transform: none;
}
.index-mv .index-mv__bg[data-scroll="out"] {
  opacity: 0;
  transform: translateY(-20px);
}
.index-mv .index-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about {
  margin-top: 100px;
  padding-bottom: 0;
  margin-bottom: -50px;
}
@media only screen and (max-width: 576px) {
  .index-about {
    margin-top: 0;
    margin-bottom: -30px;
  }
}
.index-about .index-about__img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  max-width: 1000px;
  z-index: 1;
}
.index-about .index-about__img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .index-about .index-about__img {
    position: relative;
    left: 0;
    width: 100%;
  }
}
.index-about .index-about__conteiner {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .index-about .index-about__conteiner {
    background: #eee;
  }
}
.index-about .index-about__conteiner::before {
  position: relative;
  display: block;
  content: '';
  width: 71%;
  height: 48.6vw;
  max-height: 700px;
  background: #eee;
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  .index-about .index-about__conteiner::before {
    height: 58vw;
  }
}
@media screen and (max-width: 1000px) {
  .index-about .index-about__conteiner::before {
    height: 64vw;
  }
}
@media only screen and (max-width: 768px) {
  .index-about .index-about__conteiner::before {
    display: none;
  }
}
.index-about .index-about__conteiner .l-container {
  position: absolute;
  left: calc((100% - 1200px) / 2);
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .index-about .index-about__conteiner .l-container {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .index-about .index-about__conteiner .l-container {
    position: relative;
  }
}
.index-about .index-about__ttl--sideways {
  position: absolute;
  left: 0;
  top: 50px;
  color: #fff;
  font-weight: 700;
  writing-mode: vertical-lr;
  line-height: 1;
  font-size: 120px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .index-about .index-about__ttl--sideways {
    top: -20px;
    left: -20px;
    font-size: 80px;
    z-index: 0;
  }
}
.index-about .index-about__contents {
  width: 50%;
  padding: 150px 20px 100px 50px;
}
@media only screen and (max-width: 768px) {
  .index-about .index-about__contents {
    width: 100%;
    padding: 50px 50px 150px;
  }
}
@media only screen and (max-width: 576px) {
  .index-about .index-about__contents {
    padding: 20px 0 120px;
  }
}
.index-about .index-about__contents .index-about__ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
}
.index-about .index-about__contents .index-about__ttl--2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
}
.index-about .index-about__contents .index-about__desc {
  font-size: 14px;
  letter-spacing: normal;
  margin-bottom: 0;
}
.index-services {
  padding-top: 0;
}
.index-services .index-services__ttl {
  letter-spacing: 0.1em;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1200px) {
  .index-services .index-services__ttl {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .index-services .index-services__ttl {
    margin-bottom: 30px;
  }
}
.index-services .index-services__ttl .en {
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .index-services .index-services__ttl .en {
    font-size: 54px;
  }
}
.index-services .index-services__ttl .ja {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0.5rem;
}
.index-services .index-services__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.index-services .index-services__item:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  .index-services .index-services__item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.index-services .index-services__item:nth-child(even) .service__img {
  margin-left: 0;
}
.index-services .index-services__item:nth-child(even) .service__img figcaption {
  left: 100px;
  right: auto;
}
@media only screen and (max-width: 1200px) {
  .index-services .index-services__item:nth-child(even) .service__img figcaption {
    left: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .index-services .index-services__item:nth-child(even) .service__img figcaption {
    left: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .index-services .index-services__item:nth-child(even) .service__img figcaption {
    left: 20px;
  }
}
.index-services .index-services__item:nth-child(even) .service__contents {
  margin-left: auto;
}
.index-services .index-services__item a {
  text-decoration: none;
}
.index-services .index-services__item .service__img {
  position: relative;
  width: 76%;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .index-services .index-services__item .service__img {
    width: 100%;
  }
}
.index-services .index-services__item .service__img>img {
  width: 100%;
}
.index-services .index-services__item .service__img figcaption {
  position: absolute;
  bottom: -60px;
  right: 100px;
  width: 170px;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .index-services .index-services__item .service__img figcaption {
    width: 120px;
    right: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .index-services .index-services__item .service__img figcaption {
    bottom: -20px;
    right: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .index-services .index-services__item .service__img figcaption {
    right: 20px;
    width: 90px;
  }
}
.index-services .index-services__item .service__contents {
  position: relative;
  width: 50%;
  background: #fafafa;
  padding: 50px;
  margin-top: -150px;
}
@media only screen and (max-width: 1200px) {
  .index-services .index-services__item .service__contents {
    width: 60%;
  }
}
@media only screen and (max-width: 992px) {
  .index-services .index-services__item .service__contents {
    width: 68%;
  }
}
@media only screen and (max-width: 768px) {
  .index-services .index-services__item .service__contents {
    width: 100%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .index-services .index-services__item .service__contents {
    padding: 40px 20px 20px;
  }
}
.index-services .index-services__item .service__contents .service__heading {
  display: flex;
  align-items: center;
  color: #09132e;
  margin-bottom: 24px;
}
.index-services .index-services__item .service__contents .service__heading .service__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}
.index-services .index-services__item .service__contents .service__heading .service__num small {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1;
}
.index-services .index-services__item .service__contents .service__heading .service__num b {
  font-size: 24px;
  line-height: 1;
}
.index-services .index-services__item .service__contents .service__heading h3 {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .index-services .index-services__item .service__contents .service__heading h3 {
    font-size: 24px;
  }
}
.index-services .index-services__item .service__contents .service__heading h3::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #09132e;
  margin: 0 1rem;
}
.index-services .index-services__item .service__contents .service__heading h3 img {
  width: 207px;
}
@media only screen and (max-width: 576px) {
  .index-services .index-services__item .service__contents .service__heading h3 img {
    max-width: 100%;
  }
}
.index-services .index-services__item .service__contents h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
.index-services .index-services__item .service__contents p {
  font-size: 14px;
  letter-spacing: normal;
  margin-bottom: 0;
}
.index-services .index-services__item .service__contents .c-btn {
  margin-top: 40px;
}
.index-company {
  overflow: hidden;
  padding-top: 50px;
  margin-bottom: -250px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .index-company {
    background: #09132e;
  }
}
@media only screen and (max-width: 576px) {
  .index-company {
    padding-top: 20px;
  }
}
.index-company::before {
  position: absolute;
  top: 200px;
  left: 0;
  content: '';
  display: block;
  width: calc(100% - 50px - ((100% - 1200px) / 2));
  height: calc(100% - 200px);
  background: #09132e;
}
@media only screen and (max-width: 768px) {
  .index-company::before {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .index-company .l-container {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .index-company .l-container {
    padding-left: 20px;
  }
}
.index-company .index-company__container {
  display: flex;
  justify-content: space-between;
  _: -ms-lang(x);
}
@media only screen and (max-width: 768px) {
  .index-company .index-company__container {
    flex-wrap: wrap;
  }
}
.index-company .index-company__container .index-company__img {
  position: relative;
  width: 41.7%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .index-company .index-company__container .index-company__img {
    width: 100%;
  }
}
.index-company .index-company__container .index-company__img.is-fixed {
  position: fixed;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .index-company .index-company__container .index-company__img.is-fixed {
    position: relative;
  }
}
.index-company .index-company__container ::-ms-backdrop,
.index-company .index-company__container .index-company__img.is-fixed {
  position: relative !important;
  top: auto !important;
}
.index-company .index-company__container .index-company__contents {
  position: relative;
  width: 50%;
  color: #fff;
  padding-top: 250px;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .index-company .index-company__container .index-company__contents {
    width: 100%;
    padding-top: 50px;
    margin-left: 0;
  }
}
.index-company .index-company__container .index-company__contents .sideways {
  position: absolute;
  top: 52%;
  right: calc(100% + 45px);
  width: 90px;
}
@media only screen and (max-width: 768px) {
  .index-company .index-company__container .index-company__contents .sideways {
    display: none;
  }
}
.index-company .index-company__container .index-company__contents .index-company__ttl--en {
  position: absolute;
  top: 0.4em;
  right: 50px;
  font-size: 120px;
  color: #09132e;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1200px) {
  .index-company .index-company__container .index-company__contents .index-company__ttl--en {
    font-size: 10vw;
    top: auto;
    bottom: calc(100% - 170px);
    right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .index-company .index-company__container .index-company__contents .index-company__ttl--en {
    position: relative;
    bottom: auto;
    color: #fff;
  }
}
.index-company .index-company__container .index-company__contents .index-company__ttl--ja {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .index-company .index-company__container .index-company__contents .index-company__ttl--ja {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.index-company .index-company__container .index-company__contents .company-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.index-company .index-company__container .index-company__contents .company-info dt {
  width: 22%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 576px) {
  .index-company .index-company__container .index-company__contents .company-info dt {
    width: 100%;
    margin-bottom: 0.25rem;
  }
}
.index-company .index-company__container .index-company__contents .company-info dd {
  width: 78%;
  font-size: 14px;
  margin-bottom: 1rem;
  letter-spacing: normal;
}
@media only screen and (max-width: 576px) {
  .index-company .index-company__container .index-company__contents .company-info dd {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.index-company .index-company__container .index-company__contents .company-info dd a {
  color: #fff;
}
.index-company .index-company__container .index-company__contents .company-access {
  margin-bottom: 60px;
}
.index-company .index-company__container .index-company__contents .company-access .company-access__ttl {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 1rem;
}
.index-company .index-company__container .index-company__contents .company-access .company-access__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.index-company .index-company__container .index-company__contents .company-access dt {
  width: 33%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .index-company .index-company__container .index-company__contents .company-access dt {
    width: 22%;
  }
}
@media only screen and (max-width: 576px) {
  .index-company .index-company__container .index-company__contents .company-access dt {
    width: 100%;
    margin-bottom: 0.25rem;
  }
}
.index-company .index-company__container .index-company__contents .company-access dd {
  width: 67%;
  font-size: 14px;
  margin-bottom: 1rem;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .index-company .index-company__container .index-company__contents .company-access dd {
    width: 78%;
  }
}
@media only screen and (max-width: 576px) {
  .index-company .index-company__container .index-company__contents .company-access dd {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.index-company .index-company__container .index-company__contents .company-access dd a {
  color: #fff;
}
.index-company .index-company__container .index-company__contents .company-access__map {
  position: relative;
  width: 100%;
  padding-top: 58.33%;
}
.index-company .index-company__container .index-company__contents .company-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
