@charset "UTF-8";
/*
---------------------------------------------------------
    reset.css ver 1.2 [2008/11/25] 
    *This document validates as CSS level 3
    *GNU General Public License v3
    *http://higash.net/20081125/reset_css3.html

    Modify YUI Reset CSS, YUI Fonts CSS 
    *Copyright (c) 2008, Yahoo! Inc. All rights reserved.
    *http://developer.yahoo.com/yui/license.html

    Modify Formy CSS Form Framework 0.8(beta)
    *GNU General Public License v2
    *http://code.google.com/p/formy-css-framework/
---------------------------------------------------------
*/
/* --HTML-- */
html {
  font-size: 62.5%;
}

/* --BODY-- */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, verdana, arial, clean, sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
  color: #FFF;
  padding: 0;
  margin: 0;
  line-height: 1.9;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 1200px) {
  body {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 4.2666666667vw;
  }
}
body.open {
  overflow: hidden;
}

.serif {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

/* --OTHER TAGS-- */
a {
  overflow: hidden;
  text-decoration: none;
  transition: all 0.2s ease-out;
  word-break: break-all;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

a:link,
a:visited {
  text-decoration: none;
  color: #FFF;
}

a:hover {
  text-decoration: none;
  color: #FFF;
}

a:active {
  text-decoration: none;
  color: #FFF;
}

a img, img {
  border: 0;
  vertical-align: bottom;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var, i {
  font-style: normal;
  font-weight: normal;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

/* for IE7 */
* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

q:before, q:after {
  content: "";
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

section, article, aside, hgroup, header, footer, nav, figure, figcaption, summary {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #31BFDB url(../img/common/logo.webp) center center no-repeat;
  background-size: 180px auto;
  z-index: 9999;
}
@media only screen and (max-width: 640px) {
  .loader-wrap {
    background-size: 40% auto;
  }
}

@keyframes icon1_anime2 {
  0% {
    background-position: left 160% center;
  }
  100% {
    background-position: left -190% center;
  }
}
@keyframes icon2_anime2 {
  0% {
    clip-path: polygon(100% 0%, 100% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
  }
  45% {
    clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
  }
  100% {
    clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
  }
}
.loader {
  text-indent: -9999em;
}

/*
* #Header
*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
}

.header-inner {
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: 58px;
  margin-right: 90px;
  padding-top: 40px;
}
@media only screen and (max-width: 1200px) {
  .header-inner {
    margin-left: 4.8333333333vw;
    margin-right: 7.5vw;
    padding-top: 3.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .header-inner {
    margin-top: 5.0666666667vw;
    margin-left: 4.8vw;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }
}

.headerNav {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px 36px;
  border-radius: 10px;
}

.header-logo {
  width: 218px;
}
@media only screen and (max-width: 1200px) {
  .header-logo {
    width: 18.1666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .header-logo {
    width: 49.0666666667vw;
  }
}

@media only screen and (min-width: 768px) {
  .header-nav {
    position: fixed;
    top: 40px;
    right: 90px;
    z-index: 10;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .header-nav {
    top: 3.3333333333vw;
    right: 7.5vw;
  }
}
@media only screen and (min-width: 768px) {
  .header-nav._on .headerNav {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px 36px;
    border-radius: 10px;
  }
  .header-nav._on a {
    color: #313131 !important;
  }
  .header-nav._on._off {
    display: none;
  }
  .headerNav__list {
    display: flex;
    box-lines: multiple;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .headerNav__list > li {
    margin-left: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .headerNav__list > li {
    margin-left: 3.1666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .headerNav__list > li > a {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .headerNav__list > li > a {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 768px) {
  .headerNav__list li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .hab-nav {
    background: #2256C4;
    position: fixed;
    top: 0;
    right: -68vw;
    z-index: 8888;
    width: 68vw;
    height: 100vh;
    height: 100dvh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.2s ease-out;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex !important;
    box-lines: multiple;
    flex-wrap: wrap;
    align-items: center;
  }
  .recruit .hab-nav {
    background: #D8F4FA;
  }
  .open .hab-nav {
    right: 0;
  }
  .hab-nav_logo {
    position: absolute;
    bottom: 4.8vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
  }
  .hab-nav_logo img {
    width: 49.0666666667vw;
  }
  .headerNav__list {
    text-align: left;
  }
  .headerNav__list > li.tablet {
    display: block;
  }
  .headerNav__list > li > a {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 4.8vw;
    font-weight: 600;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 4vw;
    position: relative;
    display: block;
    line-height: 1;
  }
  .headerNav__list > li > a:after {
    background: #FFF;
    content: "";
    display: block;
    width: 1.8666666667vw;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .headerNav__list > li ._sub {
    padding-left: 8vw;
  }
  .headerNav__list > li ._sub li {
    border-top: 1px dotted rgba(49, 191, 219, 0.3);
  }
  .headerNav__list > li ._sub li a {
    display: block;
    padding: 2.6666666667vw;
    padding-left: 6.6666666667vw;
    position: relative;
  }
  .headerNav__list > li ._sub li a:after {
    background: url(../img/common/arr_blue.webp) center center no-repeat;
    background-size: auto 100%;
    content: "";
    display: block;
    width: 2.4vw;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 2.6666666667vw;
    transform: translate(0, -50%);
  }
  .hab-menu__only {
    display: block;
  }
  .hab-menu_btn.btn2 a, .hab-menu_btn.btn3 a {
    display: block;
    width: auto;
  }
}
.spNavBtn__btn {
  position: fixed;
  top: 3.7333333333vw;
  right: 5.0666666667vw;
  z-index: 9999;
}
.spNavBtn__btn a {
  display: block;
  text-align: center;
  position: relative;
  width: 11.2vw;
  height: 11.2vw;
}
.spNavBtn__btn a span:before, .spNavBtn__btn a span:after {
  background: #FFF;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  transform-origin: 0 0;
  transition: all 0.3s ease-out;
}
.open .spNavBtn__btn a span:before, .open .spNavBtn__btn a span:after {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 50% !important;
  left: 50% !important;
}
.spNavBtn__btn a span:before {
  top: 40%;
}
.open .spNavBtn__btn a span:before {
  transform: rotate(-30deg) translate(-50%, -50%);
}
.spNavBtn__btn a span:after {
  top: 60%;
}
.open .spNavBtn__btn a span:after {
  transform: rotate(30deg) translate(-50%, -50%);
}
.spNavBtn__btn a:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.spNavBtn__btn a:hover span:before {
  top: 40%;
}
.spNavBtn__btn a:hover span:after {
  top: 60%;
}
#spNavBtn {
  display: none;
}
@media only screen and (max-width: 768px) {
  #spNavBtn {
    display: block;
  }
}

/**
 * #Footer
 */
footer {
  height: 100vh;
  padding-top: 55px;
  position: relative;
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 3s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
}
@media only screen and (max-width: 1200px) {
  footer {
    padding-top: 4.5833333333vw;
  }
}
footer._scroll {
  clip-path: circle(150% at 50% 50%);
}
@media only screen and (max-width: 768px) {
  footer {
    height: auto;
    padding-top: 16vw;
  }
}

.footer-flex {
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .footer-flex {
    display: block;
  }
}

.footer-catch {
  width: 244px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1200px) {
  .footer-catch {
    width: 20.3333333333vw;
    margin-bottom: 2.9166666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer-catch {
    width: auto;
    text-align: center;
    margin-bottom: 10.6666666667vw;
  }
  .footer-catch img {
    width: 48vw;
  }
}

.footer-contact {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1200px) {
  .footer-contact {
    font-size: 1.1666666667vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer-contact {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.footer-contact_ttl {
  padding-left: 10px;
  margin-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .footer-contact_ttl {
    padding-left: 0.8333333333vw;
    margin-bottom: 0.4166666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer-contact_ttl {
    padding-left: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.footer-contact_ttl:after {
  background: #FFF;
  content: "";
  display: block;
  width: 2px;
  height: 17px;
  position: absolute;
  top: 4px;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .footer-contact_ttl:after {
    width: 0.1666666667vw;
    height: 1.4166666667vw;
    top: 0.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer-contact_ttl:after {
    height: 4.5333333333vw;
    top: 1.0666666667vw;
  }
}

.footer-nav {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .footer-nav {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer-nav {
    font-size: 5.3333333333vw;
    margin-bottom: 18.6666666667vw;
  }
}

.footer-btn a {
  min-width: 300px !important;
}
@media only screen and (max-width: 1200px) {
  .footer-btn a {
    min-width: 25vw !important;
  }
}

.footer-btm .section {
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .footer-btm .section {
    padding-bottom: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer-btm .section {
    display: block;
    padding-top: 24vw;
    padding-bottom: 5.3333333333vw;
    position: static;
  }
}

.copyright {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .copyright {
    font-size: 1vw;
    padding-bottom: 0.8333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .copyright {
    font-size: 3.2vw;
    text-align: center;
  }
}

.footer-logo {
  width: 218px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .footer-logo {
    width: 18.1666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer-logo {
    width: auto;
    margin-bottom: 5.3333333333vw;
  }
  .footer-logo img {
    width: 58.1333333333vw;
  }
}
.footer-logo ._txt {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1200px) {
  .footer-logo ._txt {
    font-size: 1.1666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer-logo ._txt {
    font-size: 3.7333333333vw;
  }
}

.page_top {
  position: absolute;
  right: 20px;
  top: -90px;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .page_top {
    right: 1.6666666667vw;
    top: -7.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .page_top {
    right: 2.6666666667vw;
    top: -18vw;
  }
}
.page_top a {
  border-radius: 10px;
  border: 1px solid #CCCCCC;
  display: block;
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .page_top a {
    border-radius: 0.8333333333vw;
    width: 5.8333333333vw;
    height: 5.8333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .page_top a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.page_top a:after {
  background: url(../img/icon_pagetop.png) center center no-repeat;
  background-size: 40% auto;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes pagetop_move {
  0% {
    top: 50%;
  }
  50% {
    top: -120%;
  }
  51% {
    top: 120%;
  }
  100% {
    top: 50%;
  }
}
/**
 * #Main
 */
.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/**
 * #btn
 */
.btn {
  text-align: center;
}
.btn a {
  border-radius: 6px;
  border: 1px solid #FFF;
  font-size: 1.5rem;
  display: inline-block;
  min-width: 540px;
  text-align: center;
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .btn a {
    border-radius: 0.5vw;
    font-size: 1.25vw;
    min-width: 45vw;
    padding: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn a {
    border-radius: 1.6vw;
    min-width: auto;
    display: block;
    font-size: 4vw;
    line-height: 1.6;
    min-height: 19.2vw;
    padding: 4vw;
    display: flex;
    box-lines: multiple;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.btn a:after {
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  background: url(../img/arr_white.png) center center no-repeat;
  background-size: 40% auto;
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1200px) {
  .btn a:after {
    width: 2.3333333333vw;
    right: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn a:after {
    width: 7.4666666667vw;
    right: 4.5333333333vw;
  }
}
.btn._s a {
  min-width: 370px;
}
@media only screen and (max-width: 1200px) {
  .btn._s a {
    min-width: 30.8333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn._s a {
    min-width: auto;
  }
}
.btn._l a {
  background: #57B9E2;
  background: linear-gradient(90deg, rgb(87, 185, 226) 0%, rgb(0, 106, 184) 100%);
  color: #FFF;
  font-size: 2.2rem;
  min-width: auto;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .btn._l a {
    font-size: 1.8333333333vw;
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn._l a {
    font-size: 4.8vw;
    padding-top: 7.4666666667vw;
    padding-bottom: 7.4666666667vw;
    padding-left: 5.6vw;
    padding-right: 5.6vw;
  }
}
.btn._l a:after {
  right: 50px;
}
@media only screen and (max-width: 1200px) {
  .btn._l a:after {
    right: 4.1666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn._l a:after {
    right: 5.3333333333vw;
  }
}

@keyframes arr_move {
  0% {
    background-position: left 50% center;
  }
  50% {
    background-position: left 120% center;
  }
  51% {
    background-position: left -120% center;
  }
  100% {
    background-position: left 20% center;
  }
}
.heading1 {
  text-align: center;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1200px) {
  .heading1 {
    font-size: 4.1666666667vw;
    margin-bottom: 4.5833333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .heading1 {
    font-size: 8.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}

.heading2 {
  background: url(../img/icon_h2.png) center top no-repeat;
  background-size: 58px auto;
  font-size: 4.3rem;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .heading2 {
    background-size: 4.8333333333vw auto;
    font-size: 3.5833333333vw;
    padding-top: 5vw;
    padding-bottom: 0.8333333333vw;
    margin-bottom: 3.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .heading2 {
    background-size: 12vw auto;
    font-size: 8.5333333333vw;
    padding-top: 13.3333333333vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.heading2:after {
  background: #CCCCCC;
  content: "";
  display: block;
  width: 86px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1200px) {
  .heading2:after {
    width: 7.1666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .heading2:after {
    width: 17.6vw;
  }
}

.heading3 {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .heading3 {
    font-size: 2.3333333333vw;
    margin-bottom: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .heading3 {
    font-size: 6.4vw;
    margin-bottom: 2.6666666667vw;
  }
}

.heading_eng {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .heading_eng {
    font-size: 2.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .heading_eng {
    font-size: 4.2666666667vw;
  }
}

.heading_eng2 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
  font-weight: 600;
  text-align: center;
  height: 1000px;
}
@media only screen and (max-width: 1200px) {
  .heading_eng2 {
    font-size: 5.8333333333vw;
    height: 83.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .heading_eng2 {
    font-size: 9.3333333333vw;
    height: 160vw;
  }
}
.heading_eng2._scroll span {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.heading_eng2._scroll span:after {
  animation-name: eng_mv;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
.heading_eng2 span {
  display: inline-block;
  line-height: 1.4;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  clip-path: polygon(0 0, 0 0%, 0 100%, 0% 100%);
  transition: all 0.1s ease-out 0.3s;
  position: sticky;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1200px) {
  .heading_eng2 span {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.heading_eng2 span:after {
  border-radius: 10px;
  background: #E60012;
  background: linear-gradient(90deg, rgb(230, 0, 18) 0%, rgb(145, 0, 0) 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(1);
  transform-origin: right center;
}
@media only screen and (max-width: 1200px) {
  .heading_eng2 span:after {
    border-radius: 0.8333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .heading_eng2 span:after {
    border-radius: 2.6666666667vw;
  }
}
.vision .heading_eng2 span:after {
  background: linear-gradient(90deg, rgb(87, 185, 226) 0%, rgb(0, 106, 184) 100%);
}

@keyframes eng_mv {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  /* 左→右に伸びる */
  50% {
    transform: scaleX(1);
    transform-origin: left center;
  }
  /* 左から消すため origin変更 */
  51% {
    transform-origin: right center;
  }
  /* 右を基点に縮む＝左から消える */
  100% {
    transform: scaleX(0);
    transform-origin: right center;
  }
}
.scroll_icon {
  display: none;
}
@media only screen and (max-width: 768px) {
  .scroll_icon {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5) url(../img/common/icon_scroll_arr.png) center 18px no-repeat;
    background-size: auto 20px;
    color: #FFF;
    font-size: 13px;
    font-size: 1.3rem;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 60%;
    height: 70px;
    pointer-events: none;
    padding-top: 48px;
    text-align: center;
  }
  .scroll_icon ._icon {
    background: url(../img/common/icon_scroll_hand.png) center center no-repeat;
    background-size: auto 100%;
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    display: block;
    width: 30px;
    height: 34px;
    margin-left: -15px;
    transform: translate(-20px, 0);
    animation-name: scroll_animation;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
}

@keyframes scroll_animation {
  0% {
    transform: translate(-20px, 0);
  }
  50% {
    transform: translate(20px, 0);
  }
  100% {
    transform: translate(-20px, 0);
  }
}
/**
 * #Col
 */
.section {
  padding-left: 90px;
  padding-right: 90px;
}
@media only screen and (max-width: 768px) {
  .section {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.w1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .w1000 {
    width: 83.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .w1000 {
    width: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.w800 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .w800 {
    width: 66.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .w800 {
    width: auto;
  }
}

.flex {
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
}
.flex.align-c {
  align-items: center;
}
.flex._revease {
  flex-direction: row-reverse;
}
.flex._revease .grid2 {
  margin-right: 0;
}
.flex._revease .grid2:nth-child(2n) {
  margin-right: 6%;
}
.flex._start {
  justify-content: flex-start;
}
.flex._center {
  justify-content: center;
}
.flex._between {
  justify-content: space-between;
}
.flex._mb > * {
  margin-bottom: 3.5714285714vw;
}
@media only screen and (max-width: 768px) {
  .flex._mb > * {
    margin-bottom: 8vw;
  }
}
.flex._mb-s > * {
  margin-bottom: 1.7857142857vw;
}
@media only screen and (max-width: 768px) {
  .flex._mb-s > * {
    margin-bottom: 5.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .flex._mb_sp > * {
    margin-bottom: 13.3333333333vw;
  }
  .flex._mb_sp > *:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .flex._mb_sp-s > * {
    margin-bottom: 5.3333333333vw;
  }
  .flex._mb_sp-s > *:last-child {
    margin-bottom: 0;
  }
}

.tab-dblock {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .tab-dblock {
    display: block;
  }
}

.grid2 {
  width: 47%;
  margin-right: 6%;
}
@media only screen and (max-width: 768px) {
  .grid2 {
    width: 100%;
    margin-right: 0;
  }
}
.grid2:nth-child(2n) {
  margin-right: 0;
}

.grid3 {
  width: 31%;
  margin-right: 3.5%;
}
@media only screen and (max-width: 768px) {
  .grid3 {
    width: 100%;
    margin-right: 0;
  }
}
.grid3:nth-child(3n) {
  margin-right: 0;
}

.grid4 {
  width: 22%;
  margin-right: 4%;
}
@media only screen and (max-width: 768px) {
  .tab-dblock .grid4 {
    width: 100%;
    margin-right: 0;
  }
}
.grid4:nth-child(4n) {
  margin-right: 0;
}

.grid7 {
  width: 65.5%;
}
@media only screen and (max-width: 768px) {
  .grid7 {
    width: 100%;
  }
}

.grid2_small {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .grid2_small {
    width: 100%;
  }
}

.grid2_wide {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .grid2_wide {
    width: 100%;
  }
}

/**
 * #Position
 */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

/**
 * #Margin
 */
.mb-xs {
  margin-bottom: 0.3571428571vw;
}

.mb-s {
  margin-bottom: 0.7142857143vw;
}

.mb-m {
  margin-bottom: 2.1428571429vw;
}

.mb-mm {
  margin-bottom: 3.5714285714vw;
}

.mb-l {
  margin-bottom: 7.1428571429vw;
}

.mb-xl {
  margin-bottom: 10.7142857143vw;
}

.mb-xxl {
  margin-bottom: 15vw;
}

.pb-xs {
  padding-bottom: 0.3571428571vw;
}

.pb-s {
  padding-bottom: 0.7142857143vw;
}

.pb-m {
  padding-bottom: 2.1428571429vw;
}

.pb-mm {
  padding-bottom: 3.5714285714vw;
}

.pb-l {
  padding-bottom: 7.1428571429vw;
}

.pb-xl {
  padding-bottom: 10.7142857143vw;
}

.pb-xxl {
  padding-bottom: 15vw;
}

.pt-xs {
  padding-top: 0.3571428571vw;
}

.pt-s {
  padding-top: 0.7142857143vw;
}

.pt-m {
  padding-top: 2.1428571429vw;
}

.pt-mm {
  padding-top: 3.5714285714vw;
}

.pt-l {
  padding-top: 7.1428571429vw;
}

.pt-xl {
  padding-top: 10.7142857143vw;
}

.pt-xxl {
  padding-top: 15vw;
}

@media only screen and (max-width: 768px) {
  .mb-xs {
    margin-bottom: 1.3333333333vw;
  }
  .mb-s {
    margin-bottom: 1.8666666667vw;
  }
  .mb-m {
    margin-bottom: 5.6vw;
  }
  .mb-mm {
    margin-bottom: 9.3333333333vw;
  }
  .mb-l {
    margin-bottom: 16vw;
  }
  .mb-xl {
    margin-bottom: 24vw;
  }
  .mb-xxl {
    margin-bottom: 33.6vw;
  }
  .pb-xs {
    padding-bottom: 1.3333333333vw;
  }
  .pb-s {
    padding-bottom: 1.8666666667vw;
  }
  .pb-m {
    padding-bottom: 5.6vw;
  }
  .pb-mm {
    padding-bottom: 9.3333333333vw;
  }
  .pb-l {
    padding-bottom: 16vw;
  }
  .pb-xl {
    padding-bottom: 24vw;
  }
  .pb-xxl {
    padding-bottom: 33.6vw;
  }
  .pt-xs {
    padding-top: 1.3333333333vw;
  }
  .pt-s {
    padding-top: 1.8666666667vw;
  }
  .pt-m {
    padding-top: 5.6vw;
  }
  .pt-mm {
    padding-top: 9.3333333333vw;
  }
  .pt-l {
    padding-top: 16vw;
  }
  .pt-xl {
    padding-top: 24vw;
  }
  .pt-xxl {
    padding-top: 33.6vw;
  }
}
.ptb-l {
  padding-top: 100px;
  padding-bottom: 100px;
}

/**
 * #Text
 */
.text_s {
  font-size: 1.0714285714vw;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .text_s {
    font-size: 4vw;
  }
}

.text_m {
  font-size: 1.2857142857vw;
}
@media only screen and (max-width: 768px) {
  .text_m {
    font-size: 4.8vw;
  }
}

.text_l {
  font-size: 1.4285714286vw;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .text_l {
    font-size: 4.8vw;
  }
}

.text_red {
  color: #de2900;
}

.text_blue {
  color: #31BFDB;
}

.bold {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .tablet_left {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .tablet_center {
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .sp_left {
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  .sp_center {
    text-align: center;
  }
}

a.link_orange {
  color: #FF8C00;
  text-decoration: underline;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh18 {
  line-height: 1.8;
}

/**
 * #Display
 */
.tablet {
  display: none;
}
@media only screen and (max-width: 768px) {
  .tablet {
    display: inline;
  }
}

.pc {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .tablet-dblock {
    display: block;
  }
}

.map iframe {
  width: 100%;
  height: 29.6428571429vw;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .map iframe {
    height: 80vw;
  }
}

.eng {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
}

.eng2 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*------------ common ------------*/
.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2; /* 背景にする */
  overflow: hidden;
}
.bg-video:after {
  background: #001F31;
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.scrolled .bg-video:after {
  opacity: 0.6;
}
.bg-video._hide {
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 3s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
}
.bg-video._hide._scroll {
  clip-path: circle(150% at 50% 50%);
}
.bg-video .bg-layer {
  background: rgba(44, 66, 122, 0.83);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
  mix-blend-mode: hue;
}

.bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画面いっぱいに */
  position: relative;
  z-index: -2;
}

.bg_gray {
  background: rgba(0, 31, 49, 0.6);
}

.box1 {
  border-bottom: 1px solid #cccccc;
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .box1 {
    padding-top: 3.3333333333vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .box1 {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.box1._last {
  border-bottom: none;
}

.caption {
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.caption ._ttl {
  margin-right: 15px;
}
@media only screen and (max-width: 1200px) {
  .caption ._ttl {
    margin-right: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .caption ._ttl {
    margin-right: 0;
  }
}
.caption ._cont {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1200px) {
  .caption ._cont {
    font-size: 1.1666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .caption ._cont {
    font-size: 3.7333333333vw;
  }
}

.round {
  border-radius: 20px;
}
@media only screen and (max-width: 1200px) {
  .round {
    border-radius: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .round {
    border-radius: 5.3333333333vw;
  }
}

.heading_batch_wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .heading_batch_wrap {
    height: auto;
    padding-top: 0 !important;
  }
}
.mission .heading_batch_wrap {
  padding-top: 1200px;
}
@media only screen and (max-width: 1200px) {
  .mission .heading_batch_wrap {
    padding-top: 100vw;
  }
}
@media only screen and (max-width: 768px) {
  .mission .heading_batch_wrap {
    top: 191vw;
  }
}
.vision .heading_batch_wrap {
  padding-top: 1200px;
}
@media only screen and (max-width: 1200px) {
  .vision .heading_batch_wrap {
    padding-top: 100vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision .heading_batch_wrap {
    top: 191vw;
  }
}

.heading_batch {
  border-radius: 0 20px 20px 0;
  background: #57B9E2;
  background: linear-gradient(90deg, rgb(87, 185, 226) 0%, rgb(0, 106, 184) 100%);
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  font-weight: 600;
  width: 204px;
  height: 112px;
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: 50px;
  z-index: 10;
  clip-path: polygon(0 0, 0 0%, 0 100%, 0% 100%);
  transition: all 0.3s ease-out;
  margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
  .heading_batch {
    border-radius: 0 1.6666666667vw 1.6666666667vw 0;
    font-size: 2.5vw;
    width: 17vw;
    height: 9.3333333333vw;
    top: 4.1666666667vw;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 768px) {
  .heading_batch {
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
    font-size: 6.6666666667vw;
    width: auto;
    display: inline-block;
    height: auto;
    padding: 5.3333333333vw 9.0666666667vw 5.3333333333vw 6.6666666667vw;
    position: static;
  }
}
.heading_batch._scroll {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.heading_batch._scroll span {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.heading_batch._mission {
  background: #E60012;
  background: linear-gradient(90deg, rgb(230, 0, 18) 0%, rgb(145, 0, 0) 100%);
}
.heading_batch span {
  display: inline-block;
  clip-path: polygon(0 0, 0 0%, 0 100%, 0% 100%);
  transition: all 0.3s ease-out 0.2s;
}

.fv {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv-h1 {
  width: 351px;
}
@media only screen and (max-width: 1200px) {
  .fv-h1 {
    width: 33.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .fv-h1 {
    width: 76vw;
  }
}

.fv-txt {
  position: absolute;
  bottom: 20px;
  left: 78px;
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1200px) {
  .fv-txt {
    bottom: 1.6666666667vw;
    left: 6.5vw;
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .fv-txt {
    font-size: 4.8vw;
    left: 3.7333333333vw;
    bottom: 2.6666666667vw;
  }
}

.fv-txt_right {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(-90deg);
  transform-origin: center right;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1200px) {
  .fv-txt_right {
    right: 1.6666666667vw;
    font-size: 1.1666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .fv-txt_right {
    right: 4vw;
    top: auto;
    bottom: 0;
    font-size: 3.7333333333vw;
    transform: rotate(-90deg) translate(100%, 0);
  }
}

.massage {
  position: relative;
}
.massage-img {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  .massage-img {
    max-width: 105vw;
    margin-top: 8.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .massage-img {
    margin-top: 26.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}

.massage-txt {
  line-height: 2.4;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  .massage-txt {
    margin-bottom: 6.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .massage-txt {
    margin-bottom: 21.3333333333vw;
  }
}
.massage-txt p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1200px) {
  .massage-txt p {
    margin-bottom: 2.0833333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .massage-txt p {
    margin-bottom: 6.6666666667vw;
  }
}
.massage-txt p:last-child {
  margin-bottom: 0;
}

.massage-txt_date {
  margin-bottom: 0;
  margin-bottom: 0 !important;
  text-align: right;
}

.massage-txt_name {
  text-align: right;
}

.massage .caption {
  margin-top: 40px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1200px) {
  .massage .caption {
    margin-top: 3.3333333333vw;
    margin-bottom: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .massage .caption {
    margin-top: 8vw;
    margin-bottom: 4vw;
  }
}

.mission {
  position: relative;
}
.mission .heading_eng2 {
  padding-top: 340px;
  margin-bottom: 220px;
}
@media only screen and (max-width: 1200px) {
  .mission .heading_eng2 {
    padding-top: 28.3333333333vw;
    margin-bottom: 18.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .mission .heading_eng2 {
    padding-top: 90.6666666667vw;
    margin-bottom: 58.6666666667vw;
  }
}

.mission-txt {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1200px) {
  .mission-txt {
    padding-bottom: 7.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .mission-txt {
    padding-bottom: 24vw;
  }
}

.vision {
  position: relative;
}
.vision .heading_eng2 {
  padding-top: 340px;
  margin-bottom: 220px;
}
@media only screen and (max-width: 1200px) {
  .vision .heading_eng2 {
    padding-top: 28.3333333333vw;
    margin-bottom: 18.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision .heading_eng2 {
    padding-top: 90.6666666667vw;
    margin-bottom: 58.6666666667vw;
  }
}
.vision .cation {
  font-size: 1.2rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .vision .cation {
    font-size: 1vw;
    margin-bottom: 3.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision .cation {
    font-size: 3.2vw;
    margin-bottom: 10.6666666667vw;
  }
}

.vision-box_head {
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
  align-items: center;
}
.vision-box_head ._l {
  margin-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .vision-box_head ._l {
    margin-right: 1.6666666667vw;
  }
}
.vision-box_head ._serif {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .vision-box_head ._serif {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision-box_head ._serif {
    font-size: 7.4666666667vw;
  }
}
.vision-box_head .eng {
  font-size: 1.7rem;
  padding-left: 15px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .vision-box_head .eng {
    font-size: 1.4166666667vw;
    padding-left: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision-box_head .eng {
    font-size: 4vw;
    padding-left: 4.2666666667vw;
  }
}
.vision-box_head .eng:after {
  background: #FFF;
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 49%;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .vision-box_head .eng:after {
    width: 0.8333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision-box_head .eng:after {
    width: 2.6666666667vw;
  }
}
.vision-box_head ._main {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .vision-box_head ._main {
    font-size: 2.9166666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision-box_head ._main {
    font-size: 6.1333333333vw;
  }
}
.vision-box_head ._main ._s {
  font-size: 2rem;
  display: inline-block;
  vertical-align: 12px;
}
@media only screen and (max-width: 1200px) {
  .vision-box_head ._main ._s {
    font-size: 1.6666666667vw;
    vertical-align: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision-box_head ._main ._s {
    font-size: 3.7333333333vw;
    vertical-align: 2.1333333333vw;
  }
}

.vision-box_img {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .vision-box_img {
    margin-top: 2.5vw;
    margin-bottom: 3.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision-box_img {
    margin-top: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}

.vision-box {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1200px) {
  .vision-box {
    padding-bottom: 4.1666666667vw;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .vision-box {
    padding-bottom: 13.3333333333vw;
  }
}

.vision-box:first-of-type {
  padding-top: 150px;
}
@media only screen and (max-width: 1200px) {
  .vision-box:first-of-type {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .vision-box:first-of-type {
    padding-top: 0px;
  }
}

.vision-box_list {
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .vision-box_list {
    margin-bottom: 3.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision-box_list {
    display: block;
    margin-bottom: 8vw;
  }
}

.vision-box_list_item {
  border-radius: 6px;
  border: 1px solid #FFF;
  width: 32%;
  padding: 30px;
}
@media only screen and (max-width: 1200px) {
  .vision-box_list_item {
    border-radius: 0.5vw;
    padding: 2.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision-box_list_item {
    border-radius: 1.6vw;
    width: auto;
    padding: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .vision-box_list_item:last-child {
    margin-bottom: 0;
  }
}

.vision-box_value {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .vision-box_value {
    margin-bottom: 2.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision-box_value {
    margin-bottom: 4vw;
  }
}
.vision-box_value ._head {
  border-radius: 4px;
  font-weight: 700;
  color: #FFF;
  background: #61C1BE;
  background: linear-gradient(90deg, rgb(97, 193, 190) 0%, rgb(0, 156, 116) 100%);
  padding: 2px 17px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  .vision-box_value ._head {
    border-radius: 0.3333333333vw;
    padding: 0.1666666667vw 1.4166666667vw;
    margin-bottom: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision-box_value ._head {
    border-radius: 1.0666666667vw;
    padding: 2.1333333333vw 4.5333333333vw;
    margin-bottom: 4vw;
  }
}

.icons {
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
}
.icons .icons-item {
  border-radius: 50px;
  border: 1px solid #34BCAA;
  color: #34BCAA;
  display: inline-block;
  line-height: 1.6;
  padding: 3px 13px;
  margin-right: 10px;
}
@media only screen and (max-width: 1200px) {
  .icons .icons-item {
    padding: 0.25vw 1.0833333333vw;
    margin-right: 0.8333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .icons .icons-item {
    padding: 0.8vw 3.4666666667vw;
    margin-right: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}

.btns {
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .btns {
    display: block;
  }
}
.btns .btn:first-child {
  margin-right: 40px;
}
@media only screen and (max-width: 1200px) {
  .btns .btn:first-child {
    margin-right: 3.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .btns .btn:first-child {
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
}

.vision2040 {
  background: #FFF;
  color: #313131;
  padding-bottom: 1px;
  transition: all 0.3s ease-out;
  position: relative;
  height: 650vh;
}
@media only screen and (max-width: 768px) {
  .vision2040 {
    height: 430vh;
  }
}
.vision2040-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.vision2040-intro {
  color: #313131;
  height: 100vh;
  transition: all 0.5s ease-out 0.5s;
}
@media only screen and (max-width: 768px) {
  .vision2040-intro {
    padding-bottom: 10.6666666667vw;
  }
}
.vision2040-intro ._in {
  width: 100%;
}
.vision2040-intro._scroll {
  background: #FFF;
}
.vision2040-intro .section {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.vision2040-inner {
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 500px;
  position: absolute;
  inset: 0;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  opacity: 1;
  color: #FFF;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0%, 0 100%, 0% 100%);
  transition: all 0.6s ease-out;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .vision2040-inner {
    border-radius: 1.6666666667vw;
    width: calc(100% - 3.3333333333vw);
    height: calc(100% - 3.3333333333vw);
    margin-left: 1.6666666667vw;
    margin-right: 1.6666666667vw;
    margin-bottom: 41.6666666667vw;
    top: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision2040-inner {
    border-radius: 5.3333333333vw;
    width: calc(100% - 8vw);
    height: calc(100% - 8vw);
    margin-left: 4vw;
    margin-right: 4vw;
    top: 4vw;
    margin-bottom: 80vw;
  }
}
.vision2040-inner._scroll {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.vision2040-inner._scroll ._eng_bg {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.vision2040-inner._scroll .vision2040-graph {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.vision2040-inner._scroll .vision2040-inner_txts {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.vision2040-inner ._eng_bg {
  font-size: 25.6rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: -36px;
  left: 38px;
  clip-path: polygon(0 0, 0 0%, 0 100%, 0% 100%);
  transition: all 0.6s ease-out 0.3s;
}
@media only screen and (max-width: 1200px) {
  .vision2040-inner ._eng_bg {
    font-size: 21.3333333333vw;
    top: -3vw;
    left: 3.1666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision2040-inner ._eng_bg {
    font-size: 24.8vw;
    left: 50%;
    transform: translate(-50%, 0);
    top: -4vw;
  }
}
.vision2040-inner._mission {
  background: #E60012;
  background: linear-gradient(90deg, rgb(230, 0, 18) 0%, rgb(145, 0, 0) 100%);
}
.vision2040-inner._vision {
  background: #57B9E2;
  background: linear-gradient(90deg, rgb(87, 185, 226) 0%, rgb(0, 106, 184) 100%);
}
.vision2040-inner._value {
  background: #61C1BE;
  background: linear-gradient(90deg, rgb(97, 193, 190) 0%, rgb(0, 156, 116) 100%);
}
.vision2040-inner._initiative {
  background: #E3D81E;
  background: linear-gradient(90deg, rgb(227, 216, 30) 0%, rgb(240, 131, 0) 100%);
}

@media only screen and (max-width: 768px) {
  .vision2040-inner._initiative ._eng_bg {
    font-size: 18.6666666667vw;
  }
}

.eng_left {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: rotate(-90deg) translate(0, -50%);
}
@media only screen and (max-width: 1200px) {
  .eng_left {
    left: -1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .eng_left {
    display: none;
  }
}

.vision2040-heading {
  display: inline-block;
  clip-path: polygon(0 0, 0 0%, 0 100%, 0% 100%);
  transition: all 0.3s ease-out 1s;
}
._scroll .vision2040-heading {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.vision2040-heading .eng {
  font-size: 17.6rem;
  line-height: 0.9;
}
@media only screen and (max-width: 1200px) {
  .vision2040-heading .eng {
    font-size: 14.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision2040-heading .eng {
    font-size: 25.3333333333vw;
  }
}
.vision2040-heading .jpn {
  font-size: 3rem;
  margin-top: 10px;
}
@media only screen and (max-width: 1200px) {
  .vision2040-heading .jpn {
    font-size: 2.5vw;
    margin-top: 0.8333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision2040-heading .jpn {
    font-size: 5.6vw;
    margin-top: 2.6666666667vw;
  }
}

.vision2040-txt {
  width: 474px;
  font-size: 1.8rem;
  margin-left: auto;
  margin-right: 0;
  margin-top: -147px;
  clip-path: polygon(0 0, 0 0%, 0 100%, 0% 100%);
  transition: all 0.3s ease-out 1.5s;
}
@media only screen and (max-width: 1200px) {
  .vision2040-txt {
    width: 39.5vw;
    font-size: 1.5vw;
    margin-top: -12.25vw;
  }
}
._scroll .vision2040-txt {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 768px) {
  .vision2040-txt {
    width: auto;
    margin-top: 0;
    font-size: 4.2666666667vw;
    margin-top: 21.3333333333vw;
  }
}

.vision2040-inner_txts {
  width: 310px;
  font-size: 1.7rem;
  position: absolute;
  right: 80px;
  top: 240px;
  clip-path: polygon(0 0, 0 0%, 0 100%, 0% 100%);
  transition: all 0.9s ease-out 0.6s;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .vision2040-inner_txts {
    width: 25.8333333333vw;
    font-size: 1.4166666667vw;
    right: 6.6666666667vw;
    top: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision2040-inner_txts {
    font-size: 4.2666666667vw;
    position: static;
    width: auto;
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
._vision .vision2040-inner_txts {
  right: auto;
  left: 135px;
  top: 160px;
}
@media only screen and (max-width: 1200px) {
  ._vision .vision2040-inner_txts {
    left: 11.25vw;
    top: 13.3333333333vw;
  }
}
._initiative .vision2040-inner_txts {
  right: auto;
  left: 135px;
  top: 40%;
}
@media only screen and (max-width: 1200px) {
  ._initiative .vision2040-inner_txts {
    left: 11.25vw;
  }
}
.vision2040-inner_txts ._heading {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  .vision2040-inner_txts ._heading {
    margin-bottom: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision2040-inner_txts ._heading {
    margin-bottom: 2.6666666667vw;
  }
}
.vision2040-inner_txts ._heading .eng2 {
  font-weight: 600;
  font-size: 6rem;
  line-height: 0.8;
}
@media only screen and (max-width: 1200px) {
  .vision2040-inner_txts ._heading .eng2 {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision2040-inner_txts ._heading .eng2 {
    font-size: 9.3333333333vw;
  }
}
.vision2040-inner_txts ._heading ._jpn {
  font-weight: 600;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .vision2040-inner_txts ._heading ._jpn {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision2040-inner_txts ._heading ._jpn {
    font-size: 4.2666666667vw;
  }
}

.vision2040-graph {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1186px;
  z-index: 1;
  clip-path: polygon(0 0, 0 0%, 0 100%, 0% 100%);
  transition: all 0.6s ease-out 0.6s;
}
@media only screen and (max-width: 1200px) {
  .vision2040-graph {
    width: 98.8333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision2040-graph {
    width: 116.8vw;
    position: relative;
    transform: translate(-50%, 0);
    top: 0;
    padding-top: 16vw;
    padding-bottom: 8vw;
    overflow: hidden;
  }
}

.vision2040-link {
  background: #FFF;
  color: #000000;
  padding-top: 237px;
  padding-bottom: 250px;
}
@media only screen and (max-width: 1200px) {
  .vision2040-link {
    padding-top: 19.75vw;
    padding-bottom: 20.8333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .vision2040-link {
    padding-top: 21.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
}
.vision2040-link a {
  color: #000;
}
.vision2040-link .caption {
  justify-content: flex-start;
}

.link-btns {
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .link-btns {
    margin-top: 2.5vw;
    margin-bottom: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .link-btns {
    display: block;
    margin-top: 6.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.link-btns a {
  border-color: #CCCCCC;
}
.link-btns .btn {
  width: 49.4%;
  margin-right: 1.2%;
  margin-bottom: 1.2%;
}
@media only screen and (max-width: 768px) {
  .link-btns .btn {
    width: auto;
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.link-btns .btn:nth-child(2n) {
  margin-right: 0;
}
.link-btns .btn a {
  min-width: auto;
  display: block;
}
.link-btns .btn a:after {
  background-image: url(../img/arr_blk.png);
}

.animation {
  position: absolute;
  top: 20%;
  left: 54%;
  z-index: 5;
}
._vision .animation {
  top: 45%;
  left: 54%;
}
._value .animation {
  top: 62%;
  left: 54%;
}
._initiative .animation {
  top: 79%;
  left: 54%;
}
@media only screen and (max-width: 768px) {
  .animation {
    top: 37%;
  }
  ._vision .animation {
    top: 53%;
  }
  ._value .animation {
    top: 63%;
  }
  ._initiative .animation {
    top: 74%;
  }
}

/* ripples */
.ripples,
.ripples:before,
.ripples:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: ripples 2s infinite;
}
@media only screen and (max-width: 768px) {
  .ripples,
  .ripples:before,
  .ripples:after {
    animation: ripples_sp 2s infinite;
  }
}

.ripples:before,
.ripples:after {
  content: "";
}

.ripples:before {
  animation-delay: 0.25s;
}

.ripples:after {
  animation-delay: 0.5s;
}

@keyframes ripples {
  0% {
    width: 0;
    height: 0;
    border: 1px solid white;
  }
  100% {
    width: 76.8px;
    height: 76.8px;
    border: 1px solid rgba(255, 255, 255, 0);
  }
}
@keyframes ripples_sp {
  0% {
    width: 0;
    height: 0;
    border: 1px solid white;
  }
  100% {
    width: 12vw;
    height: 12vw;
    border: 1px solid rgba(255, 255, 255, 0);
  }
}/*# sourceMappingURL=style.css.map */