/* -----------------------------------
vw
------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

form {
  display: inline;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  -webkit-appearance: none;
  border: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 60%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.15em;
}

textarea {
  resize: vertical;
  border: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

img[src$=".svg"] {
  width: 100%;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-size: clamp(14px * 0.8, 1vw, 14px);
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (min-width: 769px) {
  body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  body::-webkit-scrollbar-track {
    background: white;
  }
  body::-webkit-scrollbar-thumb {
    background: #1e1e1e;
  }
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.8;
    font-size: 3.2vw;
  }
}
body.is-visible {
  opacity: 1;
}

@media print {
  html, body {
    height: auto;
  }
}
a {
  color: #000;
  text-underline-offset: 0.2em;
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}
a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

::-moz-selection {
  background: #E50012;
  color: #fff;
}

::selection {
  background: #E50012;
  color: #fff;
}

::-moz-selection {
  background: #E50012;
  color: #fff;
}

.l-wrapper {
  position: relative;
  overflow: clip;
}

.l-header {
  position: fixed;
  z-index: 11;
  width: 100%;
  pointer-events: none;
}
.l-header_in {
  position: relative;
  height: 110px;
}
@media screen and (max-width: 768px) {
  .l-header_in {
    height: 16vw;
  }
}
.l-header_logo {
  position: absolute;
  z-index: 999;
  pointer-events: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-header_logo {
    left: 30px;
    top: 30px;
    width: 272px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1160px) {
  .l-header_logo {
    width: 190px;
    top: 40px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    width: 48vw;
    top: 4vw;
    left: 5.3333333333vw;
  }
}
.l-header_logo.is-hidden {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .l-header_logo.is-open {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav {
    position: absolute;
    top: 30px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
  }
  .l-header_gnav * {
    pointer-events: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .l-header_gnav {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav {
    position: fixed;
    width: 100%;
    height: 100vh;
    height: 100lvh;
    background: rgba(0, 0, 0, 0.95);
    padding: 21.3333333333vw 9.3333333333vw;
    overflow-y: scroll;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
  }
  .l-header_gnav * {
    pointer-events: none;
  }
  .l-header_gnav.is-open {
    opacity: 1;
    visibility: visible;
  }
  .l-header_gnav.is-open * {
    pointer-events: auto;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #1E1E1E;
    border-radius: 100px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .l-header_gnav > ul {
    padding: 0 15px;
  }
}
.l-header_gnav > ul > li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header_gnav > ul > li + li {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav > ul > li > div,
  .l-header_gnav > ul > li > a {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 0 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .l-header_gnav > ul > li > div,
  .l-header_gnav > ul > li > a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav > ul > li > div,
  .l-header_gnav > ul > li > a {
    display: block;
    padding: 2.6666666667vw 0;
    border-bottom: 1px solid #444;
  }
}
.l-header_gnav > ul > li > div span,
.l-header_gnav > ul > li > a span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-header_gnav > ul > li > div span,
  .l-header_gnav > ul > li > a span {
    position: relative;
    z-index: 1;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: clamp(13px * 0.8, 0.9285714286vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav > ul > li > div span,
  .l-header_gnav > ul > li > a span {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav > ul > li > div span br,
  .l-header_gnav > ul > li > a span br {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav > ul > li > div::after,
  .l-header_gnav > ul > li > a::after {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    content: "";
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background: url(../img/common/ico_btn_arrow.svg) no-repeat center/contain;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: 100px;
    margin-left: -100px;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav > ul > li > div:hover::after,
  .l-header_gnav > ul > li > a:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    margin-top: 4px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav > ul > li > div {
    padding-bottom: 0;
    border-bottom: none;
  }
  .l-header_gnav > ul > li > div span {
    font-size: 3.4666666667vw;
    color: #a3a3a3;
  }
}
.l-header_gnav > ul > li a {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-header_gnav > ul > li a i {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav > ul > li a i {
    overflow: hidden;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 26.6666666667vw;
  }
  .l-header_gnav > ul > li a i::after {
    position: relative;
    content: "";
    display: block;
    background: url(../img/common/ico_btn_arrow.svg) no-repeat center center/contain;
    width: 1.6vw;
    height: 1.6vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav > ul > li:hover > nav {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 769px) {
  body[data-page-id=vision] .l-header_gnav > ul > li[data-page-id=vision] > *::after, body[data-page-id=job] .l-header_gnav > ul > li[data-page-id=job] > *::after, body[data-page-id=interview] .l-header_gnav > ul > li[data-page-id=interview] > *::after, body[data-page-id=career] .l-header_gnav > ul > li[data-page-id=career] > *::after, body[data-page-id=life] .l-header_gnav > ul > li[data-page-id=life] > *::after {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    margin-top: 4px;
    margin-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .l-header_gnav > ul > li > nav {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav > ul > li > nav ul {
    border-radius: 8px;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav > ul > li > nav ul li a {
    position: relative;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    display: block;
    text-decoration: none;
    background: #1E1E1E;
    text-align: center;
    padding: 8px 15px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav > ul > li > nav ul li a {
    display: block;
    padding: 2.6666666667vw 0;
    border-bottom: 1px solid #444;
  }
}
.l-header_gnav > ul > li > nav ul li a span {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-header_gnav > ul > li > nav ul li a span {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav > ul > li > nav ul li a span {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav > ul > li > nav ul li a:hover {
    opacity: 0.7;
  }
}
.l-header_gnav > a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #E50012;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .l-header_gnav > a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    margin-left: 10px;
    padding: 0 25px;
    height: 100%;
    font-size: clamp(13px * 0.8, 0.9285714286vw, 13px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .l-header_gnav > a {
    padding: 0 20px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav > a {
    width: 62.6666666667vw;
    height: 13.3333333333vw;
    padding: 0 10.6666666667vw;
    font-size: 3.4666666667vw;
    margin: 8vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav > a:hover {
    background: #fff;
    color: #E50012;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(229, 0, 18, 0.8) inset;
            box-shadow: 0px 0px 0px 3px rgba(229, 0, 18, 0.8) inset;
  }
}
@media screen and (min-width: 769px) {
  .l-header_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header_btn {
    position: fixed;
    z-index: 12;
    mix-blend-mode: difference;
    pointer-events: auto;
    display: block;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .l-header_btn > div {
    position: absolute;
    width: 1px;
    height: 1px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .l-header_btn > div span {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 2px;
    width: 8vw;
    left: -4vw;
  }
  .l-header_btn > div span:nth-child(1) {
    -webkit-transform: translate(0, -1.8666666667vw);
            transform: translate(0, -1.8666666667vw);
  }
  .l-header_btn > div span:nth-child(2) {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .l-header_btn > div span:nth-child(3) {
    width: 4.2666666667vw;
    -webkit-transform: translate(0, 1.8666666667vw);
            transform: translate(0, 1.8666666667vw);
  }
  .l-header_btn.is-open div span {
    background: #fff;
  }
  .l-header_btn.is-open div span:nth-child(1) {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .l-header_btn.is-open div span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translate(5.3333333333vw, 0);
            transform: translate(5.3333333333vw, 0);
  }
  .l-header_btn.is-open div span:nth-child(3) {
    width: 8vw;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}

.l-content {
  position: relative;
  z-index: 0;
  width: 100%;
  background: #fff;
}
.l-sec {
  position: relative;
  z-index: 1;
  padding: 110px 30px;
}
@media screen and (max-width: 768px) {
  .l-sec {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.l-sec_in {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-sec_in {
    max-width: 1200px;
  }
}

.l-footer {
  position: relative;
  z-index: 1;
  background: #1E1E1E;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding: 80px 30px 240px 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 21.3333333333vw 5.3333333333vw 8vw;
  }
}
.l-footer_in {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-footer_in {
    max-width: 1200px;
  }
}


@media screen and (min-width: 769px) {
  .l-footer_img {
    position: absolute;
    top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_img {
    margin: 0 auto;
    margin-top: 40px;
    width: 80vw;
  }
}


@media screen and (min-width: 769px) {
  .l-footer_logo {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_logo {
    margin: 0 auto;
    width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_entry {
    position: absolute;
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_entry {
    margin-top: 8vw;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_nav {
    width: 50.4166666667%;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav {
    margin-top: 10.6666666667vw;
  }
}
.l-footer_nav > ul > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer_nav > ul > li + li {
    margin-top: 4vw;
  }
}
.l-footer_nav > ul > li span {
  color: #636363;
  font-size: clamp(11px * 0.8, 0.7857142857vw, 11px);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer_nav > ul > li span {
    font-size: 2.4vw;
  }
}
.l-footer_nav > ul > li a {
  position: relative;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer_nav > ul > li a::before {
    display: inline-block;
    content: "-";
    margin-right: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_nav > ul > li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav > ul > li ul {
    margin-left: 1em;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_nav > ul > li ul li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_primary {
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_primary {
    margin-top: 8vw;
  }
}
.l-footer_primary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer_primary ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer_primary ul li + li {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .l-footer_primary ul li + li {
    margin-left: 4vw;
  }
}
.l-footer_primary ul li a {
  color: #fff;
  font-size: clamp(11px * 0.8, 0.7857142857vw, 11px);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer_primary ul li a {
    font-size: 2.4vw;
  }
}
.l-footer_copyright {
  color: #fff;
  font-size: clamp(11px * 0.8, 0.7857142857vw, 11px);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .l-footer_copyright {
    position: absolute;
    left: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_copyright {
    margin-top: 5.3333333333vw;
    display: block;
    text-align: center;
    font-size: 2.1333333333vw;
  }
}

.c-btnStyle1 {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  border-radius: 100px;
  padding: 0 60px 0 60px;
  min-width: 280px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 {
    height: 13.3333333333vw;
    border-radius: 26.6666666667vw;
    padding: 0 13.3333333333vw;
    min-width: 69.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-btnStyle1 span {
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
.c-btnStyle1 i {
  overflow: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 i {
    right: 2.6666666667vw;
    width: 8vw;
    height: 8vw;
    border-radius: 26.6666666667vw;
  }
}
.c-btnStyle1 i::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_btn_arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 i::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.c-btnStyle1:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .c-btnStyle1:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.4) inset;
            box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.4) inset;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .c-btnStyle1:hover span {
    color: #000;
  }
  .c-btnStyle1:hover i {
    background: #E50012;
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
  .c-btnStyle1:hover i::after {
    background: url(../img/common/ico_btn_arrow_wh.svg) no-repeat center center/contain;
    -webkit-animation: arrow-anime 0.3s ease-in-out forwards;
            animation: arrow-anime 0.3s ease-in-out forwards;
  }
  @-webkit-keyframes arrow-anime {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(10px, -10px);
              transform: translate(10px, -10px);
    }
    51% {
      -webkit-transform: translate(-10px, 10px);
              transform: translate(-10px, 10px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
  @keyframes arrow-anime {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(10px, -10px);
              transform: translate(10px, -10px);
    }
    51% {
      -webkit-transform: translate(-10px, 10px);
              transform: translate(-10px, 10px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
}
.c-btnStyle1.-white {
  background: #fff;
}
.c-btnStyle1.-white span {
  color: inherit;
}
.c-btnStyle1.-white i {
  background: #E50012;
}
.c-btnStyle1.-white i::after {
  background-image: url(../img/common/ico_btn_arrow_wh.svg);
}
.c-btnStyle1.-blank i::after {
  width: 14px;
  height: 13px;
  background-image: url(../img/common/ico_blank.svg);
}
.c-btnStyle1.-blank:hover i::after {
  background-image: url(../img/common/ico_blank_wh.svg);
}

.c-titleStyle1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 {
    margin-bottom: 8vw;
  }
}
.c-titleStyle1 > span {
  z-index: 1;
}
.c-titleStyle1 > span._jp {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: clamp(28px * 0.8, 2vw, 28px);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > span._jp {
    font-size: 4.8vw;
  }
}
.c-titleStyle1 > span._jp.-white {
  color: #fff;
}
.c-titleStyle1 > span._jp::before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: url(../img/common/ico_title_arrow.svg) no-repeat center/contain;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > span._jp::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 2.1333333333vw;
  }
}
.c-titleStyle1 > span._jp.-academy::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: url(../img/common/ico_academy.svg) no-repeat center/contain;
  margin-right: 22px;
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > span._jp.-academy::before {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
    margin-right: 5.8666666667vw;
  }
}
.c-titleStyle1 > span._en {
  margin-top: 25px;
  letter-spacing: 0;
  font-size: clamp(11px * 0.8, 0.7857142857vw, 11px);
  color: #E50012;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > span._en {
    margin-top: 2.6666666667vw;
    font-size: 2.4vw;
  }
}
.c-titleStyle1 > span._en.-white {
  color: #fff;
}
.c-titleStyle1 > span._en.-black {
  color: initial;
}

.c-titleStyle2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .c-titleStyle2 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle2 {
    margin-bottom: 5.3333333333vw;
  }
}
.c-titleStyle2 > span {
  z-index: 1;
}
.c-titleStyle2 > span._en {
  letter-spacing: 0;
  color: #E50012;
  font-size: clamp(11px * 0.8, 0.7857142857vw, 11px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-titleStyle2 > span._en {
    font-size: 2.4vw;
  }
}
.c-titleStyle2 > span._jp {
  margin-top: 30px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: clamp(28px * 0.8, 2vw, 28px);
  letter-spacing: 0.2em;
  line-height: 1.4;
}
.c-titleStyle2 > span._jp.-white {
  color: #fff;
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .c-titleStyle2 > span._jp {
    font-size: clamp(24px * 0.8, 1.7142857143vw, 24px);
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle2 > span._jp {
    margin-top: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.c-titleStyle2 > span._catch {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .c-titleStyle2 > span._catch {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle2 > span._catch {
    margin-top: 5.3333333333vw;
  }
}
.c-titleStyle2 > span._catch span {
  font-size: clamp(80px * 0.8, 5.7142857143vw, 80px);
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #E50012;
}
@media screen and (max-width: 768px) {
  .c-titleStyle2 > span._catch span {
    font-size: 8vw;
  }
}
.c-titleStyle2 > span._catch span i {
  font-style: normal;
  color: #fff;
}
body[data-page-id=top] .c-titleStyle2 > span._catch {
  mix-blend-mode: exclusion;
}
body[data-page-id=top] .c-titleStyle2 > span._catch span {
  color: #0ff;
}
body[data-page-id=top] .c-titleStyle2 > span._catch span i {
  color: #fff;
}

.c-titleStyle2 > span._txt {
  margin-top: 20px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: clamp(24px * 0.8, 1.7142857143vw, 24px);
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .c-titleStyle2 > span._txt {
    font-size: 22px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle2 > span._txt {
    margin-top: 4vw;
    font-size: 4.8vw;
  }
}

.c-titleStyle3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-titleStyle3 {
    margin-bottom: 8vw;
  }
}
.c-titleStyle3 > span {
  line-height: 1;
  z-index: 1;
}
.c-titleStyle3 > span._jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: clamp(18px * 0.8, 1.2857142857vw, 18px);
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-titleStyle3 > span._jp {
    font-size: 4.2666666667vw;
  }
}
.c-titleStyle3 > span._jp::before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: url(../img/common/ico_title_arrow.svg) no-repeat center/contain;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .c-titleStyle3 > span._jp::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 2.1333333333vw;
  }
}
.c-titleStyle3 ._name {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-titleStyle3 ._name {
    margin-top: 2.6666666667vw;
  }
}
.c-titleStyle3 ._name li + li {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .c-titleStyle3 ._name li + li {
    margin-left: 4vw;
  }
}

.c-listStyle1 {
  position: relative;
}
.c-listStyle1 li {
  font-size: clamp(21px * 0.8, 1.5vw, 21px);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .c-listStyle1 li {
    font-size: clamp(18px * 0.8, 1.2857142857vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .c-listStyle1 li {
    font-size: 3.2vw;
  }
}
.c-listStyle1 li + li {
  margin-top: 20px;
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .c-listStyle1 li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-listStyle1 li + li {
    margin-top: 5.3333333333vw;
  }
}
.c-listStyle1 li span {
  border: 1px solid #E50012;
  color: #E50012;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  font-size: clamp(11px * 0.8, 0.7857142857vw, 11px);
  margin-right: 20px;
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .c-listStyle1 li span {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-listStyle1 li span {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    min-width: 10.6666666667vw;
    min-height: 10.6666666667vw;
    font-size: 2.4vw;
    margin-right: 5.3333333333vw;
  }
}

.c-txtStyle1 {
  font-size: clamp(18px * 0.8, 1.2857142857vw, 18px);
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .c-txtStyle1 {
    font-size: clamp(16px * 0.8, 1.1428571429vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-txtStyle1 {
    font-size: 3.7333333333vw;
  }
}
.c-txtStyle1.-white {
  color: #fff;
}
.c-txtStyle1 + .c-txtStyle1 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-txtStyle1 + .c-txtStyle1 {
    margin-top: 2.6666666667vw;
  }
}

.c-txtStyle2.-white {
  color: #fff;
}

.c-txtStyle3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: clamp(24px * 0.8, 1.7142857143vw, 24px);
  letter-spacing: 0.2em;
  line-height: 2;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .c-txtStyle3 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: clamp(20px * 0.8, 1.4285714286vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-txtStyle3 {
    margin-bottom: 2.6666666667vw;
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.c-txtStyle3.-white {
  color: #fff;
}

.c-scroll {
  position: fixed;
  z-index: 10;
  mix-blend-mode: difference;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  .c-scroll {
    left: 50px;
    bottom: 180px;
  }
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .c-scroll {
    bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-scroll {
    left: -2.6666666667vw;
    bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-scroll {
    -webkit-transform: rotate(90deg) translateX(200%);
            transform: rotate(90deg) translateX(200%);
  }
}
@media screen and (max-width: 768px) {
  .c-scroll {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.c-scroll.is-visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 769px) {
  .c-scroll.is-visible {
    -webkit-transform: rotate(90deg) translateX(0);
            transform: rotate(90deg) translateX(0);
  }
}
.c-scroll span {
  line-height: 1;
  font-size: clamp(11px * 0.8, 0.7857142857vw, 11px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-scroll span {
    font-size: 2.4vw;
  }
}
.c-scroll::after {
  content: "";
  display: block;
  width: 112px;
  height: 10px;
  background: url(../img/common/ico_scroll_arrow_wh.svg) no-repeat left center/contain;
}
@media screen and (max-width: 768px) {
  .c-scroll::after {
    width: 21.3333333333vw;
    height: 2.1333333333vw;
  }
}

.p-bgArrow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  mix-blend-mode: hard-light;
}
@media screen and (max-width: 768px) {
  .p-bgArrow {
    top: 53.3333333333vw;
    height: 100lvh;
  }
}
body[data-page-id=top] .p-bgArrow {
  opacity: 0;
}

.p-bgGallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-bgGallery {
    height: 100lvh;
  }
}
.p-bgGallery ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, -30%) rotate(45deg);
          transform: translate(-25%, -30%) rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2660px;
}
@media screen and (max-width: 768px) {
  .p-bgGallery ul {
    top: 60%;
  }
}
@media screen and (max-width: 768px) {
  .p-bgGallery ul {
    height: 240vw;
  }
}
.p-bgGallery ul li {
  height: 100%;
  overflow: hidden;
}
.p-bgGallery ul li:nth-of-type(1) img:first-child {
  -webkit-animation: slide1 100s -50s linear infinite;
          animation: slide1 100s -50s linear infinite;
}
.p-bgGallery ul li:nth-of-type(1) img:last-child {
  -webkit-animation: slide2 100s linear infinite;
          animation: slide2 100s linear infinite;
}
.p-bgGallery ul li:nth-of-type(2) img:first-child {
  -webkit-animation: slide1_reverse 90s -45s linear infinite;
          animation: slide1_reverse 90s -45s linear infinite;
}
.p-bgGallery ul li:nth-of-type(2) img:last-child {
  -webkit-animation: slide2_reverse 90s linear infinite;
          animation: slide2_reverse 90s linear infinite;
}
.p-bgGallery ul li:nth-of-type(3) img:first-child {
  -webkit-animation: slide1 80s -40s linear infinite;
          animation: slide1 80s -40s linear infinite;
}
.p-bgGallery ul li:nth-of-type(3) img:last-child {
  -webkit-animation: slide2 80s linear infinite;
          animation: slide2 80s linear infinite;
}
.p-bgGallery ul li:nth-of-type(4) img:first-child {
  -webkit-animation: slide1_reverse 130s -65s linear infinite;
          animation: slide1_reverse 130s -65s linear infinite;
}
.p-bgGallery ul li:nth-of-type(4) img:last-child {
  -webkit-animation: slide2_reverse 130s linear infinite;
          animation: slide2_reverse 130s linear infinite;
}
.p-bgGallery ul li:nth-of-type(5) img:first-child {
  -webkit-animation: slide1 110s -55s linear infinite;
          animation: slide1 110s -55s linear infinite;
}
.p-bgGallery ul li:nth-of-type(5) img:last-child {
  -webkit-animation: slide2 110s linear infinite;
          animation: slide2 110s linear infinite;
}
.p-bgGallery ul li img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 10000px;
}
@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slide1 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
@-webkit-keyframes slide1_reverse {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes slide1_reverse {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes slide2_reverse {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide2_reverse {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-head {
  position: relative;
  z-index: 100;
  padding: 290px 30px 0;
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .p-head {
    padding: 150px 30px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .p-head {
    padding: 150px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-head {
    padding: 21.3333333333vw 5.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-head_in {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-head_title h2 {
  font-size: clamp(32px * 0.8, 2.2857142857vw, 32px);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-head_title h2 {
    font-size: 5.8666666667vw;
  }
}
.p-head_title h2 span {
  font-size: 0.6em;
  letter-spacing: 0em;
}
.p-head_title p {
  margin-top: 20px;
  font-size: clamp(11px * 0.8, 0.7857142857vw, 11px);
}
@media screen and (max-width: 768px) {
  .p-head_title p {
    margin-top: 1.3333333333vw;
    font-size: 2.4vw;
  }
}
.p-head_topicpath ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(11px * 0.8, 0.7857142857vw, 11px);
}
@media screen and (max-width: 768px) {
  .p-head_topicpath ul {
    margin-top: 5.3333333333vw;
    font-size: 2.4vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-head_topicpath ul li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-head_topicpath ul li:first-child::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_home.svg) no-repeat center/contain;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .p-head_topicpath ul li:first-child::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-right: 1.3333333333vw;
  }
}
.p-head_topicpath ul li + li::before {
  content: "-";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .p-head_topicpath ul li + li::before {
    margin-left: VW(5px);
    margin-right: VW(5px);
  }
}
.p-head_img {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-head_img {
    margin-top: 65px;
    margin-left: -30px;
    margin-right: -30px;
    aspect-ratio: 1600/400;
  }
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .p-head_img {
    margin-top: 45px;
    aspect-ratio: 1600/300;
  }
}
@media screen and (min-width: 1600px) {
  .p-head_img {
    aspect-ratio: 1600/350;
  }
}
@media screen and (max-width: 768px) {
  .p-head_img {
    margin-top: 2.6666666667vw;
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
    aspect-ratio: 375/150;
  }
}
@media screen and (min-width: 769px) {
  .p-head_img img {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@media screen and (min-width: 769px) and (max-height: 800px) {
  .p-head_img img {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@media screen and (max-width: 768px) {
  .p-head_img img {
    width: 100%;
    max-width: 10000px;
    aspect-ratio: 375/180;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-head_scroll {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: -660px;
}
.p-head_scroll span {
  line-height: 1;
  font-size: 11px;
}
.p-head_scroll::after {
  content: "";
  display: block;
  width: 112px;
  height: 10px;
  background: url(../img/common/ico_scroll_arrow.svg) no-repeat left center/contain;
}

.p-boxStyle1 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-boxStyle1 > li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-boxStyle1 > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-boxStyle1 > li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-boxStyle1 > li + li {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-boxStyle1 > li ._txt {
    width: 42.9166666667%;
    min-width: 42.9166666667%;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-boxStyle1 > li ._txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 8vw;
  }
}
.p-boxStyle1 > li ._txt .c-btnStyle1 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-boxStyle1 > li ._txt .c-btnStyle1 {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-boxStyle1 > li ._img {
    padding-left: 80px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 1261px) {
  .p-boxStyle1 > li ._img {
    margin-right: calc((100vw - 1200px) / 2 * -1);
  }
}
@media screen and (max-width: 768px) {
  .p-boxStyle1 > li ._img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: -5.3333333333vw;
    margin-left: -5.3333333333vw;
  }
}
.p-boxStyle1 > li ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-secVoice_base {
  display: block;
  background: #1E1E1E;
  position: absolute;
  width: 100vw;
  z-index: 0;
  isolation: isolate;
  mix-blend-mode: normal;
}
.p-secVoice_cnt1 {
  position: relative;
  z-index: 1000;
}
.p-secVoice_cnt1 p {
  color: #fff;
}

.p-secRelated1_base {
  display: block;
  background: #1E1E1E;
  position: absolute;
  width: 100vw;
  z-index: 0;
  isolation: isolate;
  mix-blend-mode: normal;
}
.p-secRelated1_cnt1 {
  position: relative;
  z-index: 1000;
  margin-top: 60px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-secRelated1_cnt1 {
    margin-top: 8vw;
  }
}
.p-secRelated1_cnt1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-secRelated1_cnt1 ul li > a, .p-secRelated1_cnt1 ul li > div {
  display: block;
  text-decoration: none;
}
.p-secRelated1_cnt1 ul li > a > span, .p-secRelated1_cnt1 ul li > div > span {
  display: block;
  font-size: clamp(11px * 0.8, 0.7857142857vw, 11px);
  color: #636363;
}
@media screen and (max-width: 768px) {
  .p-secRelated1_cnt1 ul li > a > span, .p-secRelated1_cnt1 ul li > div > span {
    font-size: 2.4vw;
  }
}
.p-secRelated1_cnt1 ul li > a > h4, .p-secRelated1_cnt1 ul li > div > h4 {
  margin-bottom: 15px;
  font-size: clamp(21px * 0.8, 1.5vw, 21px);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-secRelated1_cnt1 ul li > a > h4, .p-secRelated1_cnt1 ul li > div > h4 {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-secRelated1_cnt1 ul li > a > h4 span, .p-secRelated1_cnt1 ul li > div > h4 span {
  border: 1px solid #E50012;
  color: #E50012;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  font-size: clamp(11px * 0.8, 0.7857142857vw, 11px);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-secRelated1_cnt1 ul li > a > h4 span, .p-secRelated1_cnt1 ul li > div > h4 span {
    width: 8vw;
    height: 8vw;
    font-size: 2.4vw;
    margin-right: 2.6666666667vw;
  }
}
.p-secRelated1_cnt1 ul li > a > ._img, .p-secRelated1_cnt1 ul li > div > ._img {
  margin-top: 10px;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 768px) {
  .p-secRelated1_cnt1 ul li > a > ._img, .p-secRelated1_cnt1 ul li > div > ._img {
    margin-top: 2.6666666667vw;
  }
}
.p-secRelated1_cnt1 ul li > a > ._img img, .p-secRelated1_cnt1 ul li > div > ._img img {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-secRelated1_cnt1 ul li > a > h3, .p-secRelated1_cnt1 ul li > div > h3 {
  margin-top: 20px;
  font-size: clamp(18px * 0.8, 1.2857142857vw, 18px);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-secRelated1_cnt1 ul li > a > h3, .p-secRelated1_cnt1 ul li > div > h3 {
    font-size: 4.2666666667vw;
    margin-top: 4vw;
  }
}
.p-secRelated1_cnt1 ul li > a > p, .p-secRelated1_cnt1 ul li > div > p {
  margin-top: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-secRelated1_cnt1 ul li > a > p, .p-secRelated1_cnt1 ul li > div > p {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secRelated1_cnt1 ul li > a:hover ._img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
  }
}
.p-secRelated1_cnt1 .swiper-wrapper {
  height: inherit;
  position: relative;
}
.p-secRelated1_cnt1 .swiper-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-secRelated1_cnt1 .swiper-button-prev, .p-secRelated1_cnt1 .swiper-button-next {
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
  z-index: 2;
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  margin-top: 14%;
}
@media screen and (max-width: 768px) {
  .p-secRelated1_cnt1 .swiper-button-prev, .p-secRelated1_cnt1 .swiper-button-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-top: 26.6666666667vw;
  }
}
.p-secRelated1_cnt1 .swiper-button-prev::after, .p-secRelated1_cnt1 .swiper-button-next::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(../img/common/ico_btn_arrow.svg) no-repeat center center/contain;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-secRelated1_cnt1 .swiper-button-prev::after, .p-secRelated1_cnt1 .swiper-button-next::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secRelated1_cnt1 .swiper-button-prev:hover, .p-secRelated1_cnt1 .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.p-secRelated1_cnt1 .swiper-button-prev {
  left: 30px;
}
@media screen and (max-width: 768px) {
  .p-secRelated1_cnt1 .swiper-button-prev {
    left: -4vw;
  }
}
.p-secRelated1_cnt1 .swiper-button-prev::after {
  background: url(../img/common/ico_btn_arrow.svg) no-repeat center center/contain;
  -webkit-transform: rotate(-45deg) scale(-1, 1);
          transform: rotate(-45deg) scale(-1, 1);
}
.p-secRelated1_cnt1 .swiper-button-next {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .p-secRelated1_cnt1 .swiper-button-next {
    right: -4vw;
  }
}
.p-secRelated1_cnt1 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .p-secRelated2 {
    padding-top: 160px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 769px) {
  .p-secRelated2_cnt1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-secRelated2_cnt1 ul li {
    -ms-flex-preferred-size: 48.3333333333%;
        flex-basis: 48.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .p-secRelated2_cnt1 ul li + li {
    margin-top: 10.6666666667vw;
  }
}
.p-secRelated2_cnt1 ul li ._txt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-secRelated2_cnt1 ul li ._txt {
    margin-top: 8vw;
  }
}
.p-secRelated2_cnt1 ul li ._txt .c-btnStyle1 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-secRelated2_cnt1 ul li ._txt .c-btnStyle1 {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 769px) {
  html.lenis {
    height: auto;
  }
  html.lenis body {
    height: auto;
  }
  html.lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  html.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }
  html.lenis.lenis-stopped {
    overflow: hidden;
  }
}

.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

.u-tc {
  text-align: center !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

@media screen and (max-width: 1440px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}
@media screen and (max-width: 589px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */