/* ===================================
Foundation
=================================== */
/*
 * _setting.scss
 */
/*
 * _mixin.scss
 */
/* -----------------------------------
media query print
------------------------------------ */
/* -----------------------------------
media query ver1
------------------------------------ */
/* -----------------------------------
transition
------------------------------------ */
/* -----------------------------------
clearfix
------------------------------------ */
/* -----------------------------------
formFocus
------------------------------------ */
/* -----------------------------------
shadow
------------------------------------ */
/* -----------------------------------
scroll
------------------------------------ */
/* -----------------------------------
vw
------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap");
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Noto Sans CJK JP Thin"), url("../fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Noto Sans CJK JP Light"), url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: local("Noto Sans CJK JP DemiLight"), url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff");
}
/*
 * _reset.scss
 */
/* -----------------------------------
reset
------------------------------------ */
html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

*,
*: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=password] {
  -webkit-appearance: 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;
}

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;
}

/*
 * _base.scss
 */
html {
  font-size: 62.5%;
  background: #000;
}

body {
  color: #2c2f33;
  font-size: max(12px, 0.875vw);
  line-height: 2;
  font-family: "Noto Sans CJK JP", 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";
  background: #fff;
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
    line-height: 1.8;
  }
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #000;
}
body::-webkit-scrollbar-thumb {
  background: rgba(118, 255, 80, 0.9);
  border-radius: 50px;
}
body.is-visible {
  opacity: 1;
}

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

::-moz-selection {
  background: #76ff50;
  color: #fff;
  color: #000;
}

::selection {
  background: #76ff50;
  color: #fff;
  color: #000;
}

::-moz-selection {
  background: #76ff50;
  color: #fff;
  color: #000;
}

/* ===================================
Layout
=================================== */
/*
 * _layout.scss
 */
.l-wrapper {
  overflow: clip;
}

.l-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.l-header_in {
  position: relative;
  width: 100%;
  height: 6.25vw;
}
@media screen and (max-width: 768px) {
  .l-header_in {
    height: 13.3333333333vw;
  }
}
.l-header_logo {
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 1.5625vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: auto;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 1;
  visibility: visible;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    left: 4vw;
  }
}
.l-header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.l-header_logo a svg {
  width: 12.5vw;
  height: auto;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .l-header_logo a svg {
    width: 26.6666666667vw;
  }
}
.l-header_logo a span {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-size: 0.625vw;
  margin-left: 1.25vw;
  margin-top: 0.625vw;
}
@media screen and (max-width: 768px) {
  .l-header_logo a span {
    margin-left: 4vw;
    margin-top: 0.8vw;
    font-size: 2.1333333333vw;
  }
}
.l-header_logo.is-hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.l-header_logo.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 11;
}
.l-header_logo.is-open a svg .cls-2 {
  fill: #fff !important;
}
.l-header_logo.is-open a span {
  color: #fff !important;
}
.l-header_gnav {
  pointer-events: auto;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  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;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
@media screen and (max-width: 768px) {
  .l-header_gnav {
    height: 100vh;
    height: 100dvh;
  }
}
.l-header_gnav * {
  pointer-events: none;
}
.l-header_gnav.is-open {
  opacity: 1;
  pointer-events: auto;
}
.l-header_gnav.is-open * {
  pointer-events: auto;
}
.l-header_gnav ul li a {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  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;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.22em;
  border-bottom: 1px solid #494949;
}
@media screen and (min-width: 769px) {
  .l-header_gnav ul li a {
    width: 20.5vw;
    height: 6.25vw;
    padding-top: 1.875vw;
    font-size: 1.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav ul li a {
    width: 74.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.l-header_gnav ul li a::before {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  content: "";
  display: block;
  background: url(../img/common/ico_title1.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .l-header_gnav ul li a::before {
    width: 1.4375vw;
    height: 1.4375vw;
    bottom: 1.5625vw;
    left: -2.5vw;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav ul li a::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    bottom: 5.3333333333vw;
    left: 2.6666666667vw;
  }
}
.l-header_gnav ul li a::after {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #76ff50;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 0;
}
@media screen and (min-width: 769px) {
  .l-header_gnav ul li a:hover::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .l-header_gnav ul li a:hover::after {
    width: 100%;
  }
}
body[data-page-id=top] .l-header_gnav ul li[data-page-id=top] a::before, body[data-page-id=company] .l-header_gnav ul li[data-page-id=company] a::before, body[data-page-id=work] .l-header_gnav ul li[data-page-id=work] a::before, body[data-page-id=system] .l-header_gnav ul li[data-page-id=system] a::before, body[data-page-id=info] .l-header_gnav ul li[data-page-id=info] a::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
body[data-page-id=top] .l-header_gnav ul li[data-page-id=top] a::after, body[data-page-id=company] .l-header_gnav ul li[data-page-id=company] a::after, body[data-page-id=work] .l-header_gnav ul li[data-page-id=work] a::after, body[data-page-id=system] .l-header_gnav ul li[data-page-id=system] a::after, body[data-page-id=info] .l-header_gnav ul li[data-page-id=info] a::after {
  width: 100%;
}

.l-header_btn {
  pointer-events: auto;
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  background: black;
}
@media screen and (min-width: 769px) {
  .l-header_btn {
    right: 1.5625vw;
    width: 3.75vw;
    height: 3.75vw;
    border-radius: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_btn {
    right: 1.3333333333vw;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    border-radius: 26.6666666667vw;
  }
}
.l-header_btn > div {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 50%;
  top: 49%;
  -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.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .l-header_btn > div span {
    width: 1.875vw;
    height: 0.1875vw;
    left: -0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_btn > div span {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    left: -2.6666666667vw;
  }
}
.l-header_btn > div span:nth-child(1) {
  -webkit-transform: translate(0, -0.5625vw);
          transform: translate(0, -0.5625vw);
}
@media screen and (max-width: 768px) {
  .l-header_btn > div span:nth-child(1) {
    -webkit-transform: translate(0, -1.6vw);
            transform: translate(0, -1.6vw);
  }
}
.l-header_btn > div span:nth-child(3) {
  width: 1.25vw;
  -webkit-transform: translate(0, 0.5625vw);
          transform: translate(0, 0.5625vw);
}
@media screen and (max-width: 768px) {
  .l-header_btn > div span:nth-child(3) {
    width: 2.6666666667vw;
    -webkit-transform: translate(0, 1.6vw);
            transform: translate(0, 1.6vw);
  }
}
.l-header_btn.is-open {
  background: white;
}
.l-header_btn.is-open div span {
  width: 1.875vw;
  background: #2f3338;
}
@media screen and (max-width: 768px) {
  .l-header_btn.is-open div span {
    width: 5.3333333333vw;
  }
}
.l-header_btn.is-open div span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header_btn.is-open div span:nth-child(2) {
  opacity: 0;
}
.l-header_btn.is-open div span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-content {
  width: 100%;
  min-height: 1000px;
}
.l-sec {
  position: relative;
  padding: 5vw 1.875vw;
}
@media screen and (max-width: 768px) {
  .l-sec {
    padding: 10.6666666667vw 8vw;
  }
}
.l-sec_in {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-sec_in {
    max-width: 76.25vw;
  }
}

.l-footer {
  position: relative;
  background: #2f3338;
}
@media screen and (min-width: 769px) {
  .l-footer {
    border-radius: 5vw 0 0 0;
    padding: 5vw 6.25vw 1.875vw;
    margin-top: -11.25vw;
    -webkit-filter: drop-shadow(0 0 0.3125vw rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0 0 0.3125vw rgba(0, 0, 0, 0.4));
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    border-radius: 10.6666666667vw 0 0 0;
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    margin-top: -48vw;
    -webkit-filter: drop-shadow(0 0 1.3333333333vw rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0 0 1.3333333333vw rgba(0, 0, 0, 0.4));
  }
}
.l-footer_in {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-footer_in {
    max-width: 81.25vw;
  }
}
.l-footer_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-footer_logo a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer_logo a img {
  width: 17.5vw;
  height: auto;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .l-footer_logo a img {
    width: 42.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_nav {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav {
    margin-top: 5.3333333333vw;
    margin-left: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_nav 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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer_nav ul li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-footer_nav ul li + li {
    padding-left: 1em;
    margin-left: 1em;
  }
}
.l-footer_nav ul li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-footer_nav ul li + li::before {
    display: none;
  }
}
.l-footer_nav ul li a {
  font-size: 1vw;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-footer_nav ul li a {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_nav ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_btn {
    position: absolute;
    top: 4.375vw;
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_btn {
    position: absolute;
    top: 16vw;
    right: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_btn ul li + li {
    margin-left: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_btn ul li + li {
    margin-top: 2.6666666667vw;
  }
}
.l-footer_btn ul li a {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: relative;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .l-footer_btn ul li a {
    border-radius: 6.25vw;
    width: 10.875vw;
    height: 3.75vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_btn ul li a {
    border-radius: 26.6666666667vw;
    width: 32vw;
    height: 8vw;
    font-size: 3.2vw;
  }
}
.l-footer_btn ul li a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .l-footer_btn ul li a:after {
    right: 1.25vw;
    width: 0.625vw;
    height: 0.625vw;
    border-top: 0.125vw solid #000;
    border-right: 0.125vw solid #000;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_btn ul li a:after {
    right: 3.2vw;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.5333333333vw solid #000;
    border-right: 0.5333333333vw solid #000;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_btn ul li a:hover {
    opacity: 0.7;
  }
}
.l-footer_copyright {
  text-align: center;
  margin-top: 4.375vw;
  font-size: 0.625vw;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer_copyright {
    margin-top: 5.3333333333vw;
    font-size: 1.8666666667vw;
  }
}

/* ===================================
Object
=================================== */
/* -----------------------------------
Component
------------------------------------ */
/*
 * _component.scss
 */
.c-scroll {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  position: fixed;
  z-index: 100;
  bottom: 2.5vw;
  left: 3.75vw;
  width: 1.875vw;
  height: 10.3125vw;
  mix-blend-mode: difference;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
.c-scroll.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-scroll.is-visible::after {
  -webkit-animation: scroll-anime 1.5s ease-in 0.8s infinite;
          animation: scroll-anime 1.5s ease-in 0.8s infinite;
}
.c-scroll span {
  position: relative;
  top: 0.875vw;
  left: -0.5vw;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 0.75vw;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
}
.c-scroll::after {
  content: "";
  display: block;
  width: 0.875vw;
  height: 10.3125vw;
  background: url(../img/common/ico_arrow1.svg) no-repeat center/contain;
  background-size: auto 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@-webkit-keyframes scroll-anime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes scroll-anime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.c-movie {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: relative;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}
.c-movie.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.p-secRelated2 .c-movie {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.c-movie::before {
  content: "";
  display: block;
  width: 6.25vw;
  height: 6.25vw;
  background: url(../img/common/ico_play.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-movie::before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.c-movie img {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media screen and (min-width: 769px) {
  .c-movie:hover img {
    scale: 1.1;
    opacity: 0.7;
  }
}

.c-imgStyle1 {
  position: relative;
  border-radius: 3.75vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-imgStyle1 {
    border-radius: 3.75vw;
  }
}
.c-imgStyle1::after {
  border-radius: 3.75vw;
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  -webkit-box-shadow: 0px 0px 1.25vw 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0px 0px 1.25vw 0px rgba(0, 0, 0, 0.2) inset;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .c-imgStyle1::after {
    border-radius: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .c-imgStyle1::after {
    -webkit-box-shadow: 0px 0px 5.3333333333vw 0px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0px 0px 5.3333333333vw 0px rgba(0, 0, 0, 0.2) inset;
  }
}
.c-imgStyle1 > img {
  position: relative;
  border-radius: 3.75vw;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-imgStyle1 > img {
    border-radius: 3.75vw;
  }
}

.c-titleStyle1 {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: relative;
  z-index: 1;
  margin-bottom: 2em;
}
.c-titleStyle1.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.p-secRelated2 .c-titleStyle1 {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media screen and (max-width: 768px) {
  .c-titleStyle1 {
    margin-bottom: 1em;
  }
}
.c-titleStyle1 > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #76ff50;
  color: rgba(51, 51, 51, 0.09);
  font-size: 6.25vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
}
.p-secRelated1 .c-titleStyle1 > span, .p-secNumber .c-titleStyle1 > span {
  color: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 769px) {
  .p-secRelated2 .c-titleStyle1 > span {
    font-size: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .c-titleStyle1 > span {
    font-size: 10.6666666667vw;
  }
}
.c-titleStyle1 > span::after {
  -webkit-animation: txt-anime 4.2s ease-in-out infinite;
          animation: txt-anime 4.2s ease-in-out infinite;
  content: attr(data-text) "";
  position: absolute;
  top: 0;
  left: 0;
  color: #76ff50;
}
@-webkit-keyframes txt-anime {
  0% {
    -webkit-clip-path: circle(0px at -15% bottom);
            clip-path: circle(0px at -15% bottom);
  }
  50% {
    -webkit-clip-path: circle(100% at right top);
            clip-path: circle(100% at right top);
  }
  100% {
    -webkit-clip-path: circle(0px at -15% bottom);
            clip-path: circle(0px at -15% bottom);
  }
}
@keyframes txt-anime {
  0% {
    -webkit-clip-path: circle(0px at -15% bottom);
            clip-path: circle(0px at -15% bottom);
  }
  50% {
    -webkit-clip-path: circle(100% at right top);
            clip-path: circle(100% at right top);
  }
  100% {
    -webkit-clip-path: circle(0px at -15% bottom);
            clip-path: circle(0px at -15% bottom);
  }
}
.c-titleStyle1 > span::before {
  content: "";
  display: block;
  background: url(../img/common/ico_title1.svg) repeat-x left center/contain;
  position: absolute;
  z-index: 1;
  width: 1.4375vw;
  height: 1.625vw;
  top: 1.875vw;
  left: -3.75vw;
}
@media screen and (min-width: 769px) {
  .p-secRelated2 .c-titleStyle1 > span::before {
    top: 1.25vw;
  }
}

@media screen and (max-width: 768px) {
  .c-titleStyle1 > span::before {
    width: 3.2vw;
    height: 3.4666666667vw;
    top: 2.1333333333vw;
    left: -4.5333333333vw;
  }
}

.c-titleStyle2 {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: relative;
  z-index: 1;
  margin-bottom: 5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-titleStyle2.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.p-secRelated2 .c-titleStyle2 {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media screen and (max-width: 768px) {
  .c-titleStyle2 {
    margin-bottom: 2em;
  }
}
.c-titleStyle2 > span {
  position: relative;
  display: inline-block;
  font-size: 2.625vw;
  white-space: nowrap;
  line-height: 2;
  letter-spacing: 0.3em;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-titleStyle2 > span {
    font-size: 4vw;
  }
}
.c-titleStyle2 > span + span {
  margin-top: 0.2em;
}
.c-titleStyle2 > span > span {
  color: #76ff50;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 6.25vw;
  line-height: 1;
}
.c-titleStyle2 > span::after {
  content: "";
  display: block;
  width: 100%;
  width: calc(100% - 0.3em);
  height: 0.3125vw;
  background: url(../img/common/line_title2.svg) repeat-x left center/contain;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-animation: line-anime 40s linear infinite;
          animation: line-anime 40s linear infinite;
}
@media screen and (max-width: 768px) {
  .c-titleStyle2 > span::after {
    height: 0.5333333333vw;
  }
}
@-webkit-keyframes line-anime {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes line-anime {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.c-txtStyle1 {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  letter-spacing: 0.2em;
}
.c-txtStyle1.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.p-secRelated2 .c-txtStyle1 {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.c-txtStyle1 + .c-btnStyle1 {
  margin-top: 2.5vw;
}
@media screen and (max-width: 768px) {
  .c-txtStyle1 + .c-btnStyle1 {
    margin-top: 5.3333333333vw;
  }
}

.c-btnStyle1 {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
}
.c-btnStyle1.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.p-secRelated2 .c-btnStyle1 {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.c-btnStyle1 > span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .c-btnStyle1 > span {
    min-width: 15.875vw;
    height: 3.75vw;
    padding-top: 0.3125vw;
    border: 0.0625vw solid #000;
    border-radius: 6.25vw;
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 > span {
    min-width: 34.6666666667vw;
    height: 9.3333333333vw;
    padding: 0.5333333333vw 8vw 0 6.6666666667vw;
    border: 0.2666666667vw solid #000;
    border-radius: 26.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.c-btnStyle1.-jp > span {
  padding-top: 0vw;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1.-jp > span {
    font-size: 3.2vw;
  }
}
.c-btnStyle1::before {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  content: "";
  display: block;
  background: #76ff50;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 6.25vw;
  top: 0.375vw;
  left: 0.375vw;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1::before {
    border-radius: 26.6666666667vw;
    top: 0.8vw;
    left: 0.8vw;
  }
}
.c-btnStyle1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .c-btnStyle1::after {
    width: 0.625vw;
    height: 0.625vw;
    border-top: 0.125vw solid #000;
    border-right: 0.125vw solid #000;
    right: 1.25vw;
    width: 0.625vw;
    height: 0.625vw;
    border-top: 0.125vw solid #000;
    border-right: 0.125vw solid #000;
    right: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1::after {
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.5333333333vw solid #000;
    border-right: 0.5333333333vw solid #000;
    right: 2.6666666667vw;
  }
}
.c-btnStyle1.-blank::after {
  width: 0.875vw;
  height: 0.875vw;
  border: none;
  background: url(../img/common/ico_blank.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-btnStyle1.-blank::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle1:hover::before {
    top: 0;
    left: 0;
  }
}

/* -----------------------------------
Project
------------------------------------ */
/*
 * _project.scss
 */
.p-secOutline, .p-secQuality, .p-secComplete, .p-secIndexCompany {
  background: #f9f8f2 url(../img/common/sec_bg_dot.svg) repeat center/contain;
  background-size: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .p-secOutline, .p-secQuality, .p-secComplete, .p-secIndexCompany {
    background-size: 6.6666666667vw;
  }
}

.p-pageHead {
  position: relative;
  background: #000;
}
@media screen and (max-width: 768px) {
  body:not([data-page-id=top]) .p-pageHead {
    margin-bottom: -10.6666666667vw;
  }
}
.p-pageHead_in {
  position: relative;
}
.p-pageHead_cnt1 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-pageHead_cnt1 ._title {
  position: relative;
  text-align: center;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 6.25vw;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-pageHead_cnt1 ._title {
    font-size: 10.6666666667vw;
  }
}
.p-pageHead_cnt1 ._title span {
  opacity: 0.1;
}
.p-pageHead_cnt1 ._title::after {
  content: attr(data-text) "";
  position: absolute;
  top: 0;
  left: 0;
  color: #76ff50;
  -webkit-clip-path: circle(0px at -15% bottom);
          clip-path: circle(0px at -15% bottom);
}
.p-pageHead_cnt1 ._title.is-visible span {
  -webkit-animation: page-head-txt-fadein 1.4s ease-in 0.2s forwards;
          animation: page-head-txt-fadein 1.4s ease-in 0.2s forwards;
}
.p-pageHead_cnt1 ._title.is-visible::after {
  -webkit-animation: page-head-txt-anime 0.9s ease-in forwards;
          animation: page-head-txt-anime 0.9s ease-in forwards;
}
@-webkit-keyframes page-head-txt-fadein {
  0% {
    -webkit-filter: drop-shadow(0 0 0.625vw rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 0.625vw rgba(255, 255, 255, 0));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 0.625vw rgba(255, 255, 255, 0.9));
            filter: drop-shadow(0 0 0.625vw rgba(255, 255, 255, 0.9));
    opacity: 1;
  }
}
@keyframes page-head-txt-fadein {
  0% {
    -webkit-filter: drop-shadow(0 0 0.625vw rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 0.625vw rgba(255, 255, 255, 0));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 0.625vw rgba(255, 255, 255, 0.9));
            filter: drop-shadow(0 0 0.625vw rgba(255, 255, 255, 0.9));
    opacity: 1;
  }
}
@-webkit-keyframes page-head-txt-anime {
  0% {
    -webkit-clip-path: circle(0px at -15% 70%);
            clip-path: circle(0px at -15% 70%);
  }
  100% {
    -webkit-clip-path: circle(40% at 150% -20%);
            clip-path: circle(40% at 150% -20%);
  }
}
@keyframes page-head-txt-anime {
  0% {
    -webkit-clip-path: circle(0px at -15% 70%);
            clip-path: circle(0px at -15% 70%);
  }
  100% {
    -webkit-clip-path: circle(40% at 150% -20%);
            clip-path: circle(40% at 150% -20%);
  }
}
.p-pageHead_cnt1 ._thc {
  width: 55.625vw;
}
@media screen and (max-width: 768px) {
  .p-pageHead_cnt1 ._thc {
    width: 85.3333333333vw;
  }
}
.p-pageHead_cnt1 ._thc img {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  -webkit-filter: drop-shadow(0 0 0.625vw rgba(255, 255, 255, 0.9));
          filter: drop-shadow(0 0 0.625vw rgba(255, 255, 255, 0.9));
  opacity: 0;
}
.p-pageHead_cnt1 ._thc svg {
  position: relative;
  z-index: 1;
}
.p-pageHead_cnt1 ._thc svg #logo .st6 {
  fill: #76ff50;
  -webkit-clip-path: circle(0 at center);
          clip-path: circle(0 at center);
}
.p-pageHead_cnt1 ._thc.is-visible img {
  -webkit-animation: logo-fadein 1s ease-in 1.9s forwards;
          animation: logo-fadein 1s ease-in 1.9s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg {
  -webkit-animation: logo-fadeout 1s ease-in 1.9s forwards;
          animation: logo-fadeout 1s ease-in 1.9s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6 {
  fill: #76ff50;
  -webkit-clip-path: circle(0 at center);
          clip-path: circle(0 at center);
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(1) {
  -webkit-animation: logo-anime 2s ease-in 0.2s forwards;
          animation: logo-anime 2s ease-in 0.2s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(2) {
  -webkit-animation: logo-anime 2s ease-in 0.24s forwards;
          animation: logo-anime 2s ease-in 0.24s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(3) {
  -webkit-animation: logo-anime 2s ease-in 0.28s forwards;
          animation: logo-anime 2s ease-in 0.28s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(4) {
  -webkit-animation: logo-anime 2s ease-in 0.32s forwards;
          animation: logo-anime 2s ease-in 0.32s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(5) {
  -webkit-animation: logo-anime 2s ease-in 0.36s forwards;
          animation: logo-anime 2s ease-in 0.36s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(6) {
  -webkit-animation: logo-anime 2s ease-in 0.4s forwards;
          animation: logo-anime 2s ease-in 0.4s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(7) {
  -webkit-animation: logo-anime 2s ease-in 0.44s forwards;
          animation: logo-anime 2s ease-in 0.44s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(8) {
  -webkit-animation: logo-anime 2s ease-in 0.48s forwards;
          animation: logo-anime 2s ease-in 0.48s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(9) {
  -webkit-animation: logo-anime 2s ease-in 0.52s forwards;
          animation: logo-anime 2s ease-in 0.52s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(10) {
  -webkit-animation: logo-anime 2s ease-in 0.56s forwards;
          animation: logo-anime 2s ease-in 0.56s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(11) {
  -webkit-animation: logo-anime 2s ease-in 0.6s forwards;
          animation: logo-anime 2s ease-in 0.6s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(12) {
  -webkit-animation: logo-anime 2s ease-in 0.64s forwards;
          animation: logo-anime 2s ease-in 0.64s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(13) {
  -webkit-animation: logo-anime 2s ease-in 0.68s forwards;
          animation: logo-anime 2s ease-in 0.68s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(14) {
  -webkit-animation: logo-anime 2s ease-in 0.72s forwards;
          animation: logo-anime 2s ease-in 0.72s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(15) {
  -webkit-animation: logo-anime 2s ease-in 0.76s forwards;
          animation: logo-anime 2s ease-in 0.76s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(16) {
  -webkit-animation: logo-anime 2s ease-in 0.8s forwards;
          animation: logo-anime 2s ease-in 0.8s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(17) {
  -webkit-animation: logo-anime 2s ease-in 0.84s forwards;
          animation: logo-anime 2s ease-in 0.84s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(18) {
  -webkit-animation: logo-anime 2s ease-in 0.88s forwards;
          animation: logo-anime 2s ease-in 0.88s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(19) {
  -webkit-animation: logo-anime 2s ease-in 0.92s forwards;
          animation: logo-anime 2s ease-in 0.92s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(20) {
  -webkit-animation: logo-anime 2s ease-in 0.96s forwards;
          animation: logo-anime 2s ease-in 0.96s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(21) {
  -webkit-animation: logo-anime 2s ease-in 1s forwards;
          animation: logo-anime 2s ease-in 1s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(22) {
  -webkit-animation: logo-anime 2s ease-in 1.04s forwards;
          animation: logo-anime 2s ease-in 1.04s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(23) {
  -webkit-animation: logo-anime 2s ease-in 1.08s forwards;
          animation: logo-anime 2s ease-in 1.08s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(24) {
  -webkit-animation: logo-anime 2s ease-in 1.12s forwards;
          animation: logo-anime 2s ease-in 1.12s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(25) {
  -webkit-animation: logo-anime 2s ease-in 1.16s forwards;
          animation: logo-anime 2s ease-in 1.16s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(26) {
  -webkit-animation: logo-anime 2s ease-in 1.2s forwards;
          animation: logo-anime 2s ease-in 1.2s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(27) {
  -webkit-animation: logo-anime 2s ease-in 1.24s forwards;
          animation: logo-anime 2s ease-in 1.24s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(28) {
  -webkit-animation: logo-anime 2s ease-in 1.28s forwards;
          animation: logo-anime 2s ease-in 1.28s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(29) {
  -webkit-animation: logo-anime 2s ease-in 1.32s forwards;
          animation: logo-anime 2s ease-in 1.32s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(30) {
  -webkit-animation: logo-anime 2s ease-in 1.36s forwards;
          animation: logo-anime 2s ease-in 1.36s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(31) {
  -webkit-animation: logo-anime 2s ease-in 1.4s forwards;
          animation: logo-anime 2s ease-in 1.4s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(32) {
  -webkit-animation: logo-anime 2s ease-in 1.44s forwards;
          animation: logo-anime 2s ease-in 1.44s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(33) {
  -webkit-animation: logo-anime 2s ease-in 1.48s forwards;
          animation: logo-anime 2s ease-in 1.48s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(34) {
  -webkit-animation: logo-anime 2s ease-in 1.52s forwards;
          animation: logo-anime 2s ease-in 1.52s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(35) {
  -webkit-animation: logo-anime 2s ease-in 1.56s forwards;
          animation: logo-anime 2s ease-in 1.56s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(36) {
  -webkit-animation: logo-anime 2s ease-in 1.6s forwards;
          animation: logo-anime 2s ease-in 1.6s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(37) {
  -webkit-animation: logo-anime 2s ease-in 1.64s forwards;
          animation: logo-anime 2s ease-in 1.64s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(38) {
  -webkit-animation: logo-anime 2s ease-in 1.68s forwards;
          animation: logo-anime 2s ease-in 1.68s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(39) {
  -webkit-animation: logo-anime 2s ease-in 1.72s forwards;
          animation: logo-anime 2s ease-in 1.72s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(40) {
  -webkit-animation: logo-anime 2s ease-in 1.76s forwards;
          animation: logo-anime 2s ease-in 1.76s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(41) {
  -webkit-animation: logo-anime 2s ease-in 1.8s forwards;
          animation: logo-anime 2s ease-in 1.8s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(42) {
  -webkit-animation: logo-anime 2s ease-in 1.84s forwards;
          animation: logo-anime 2s ease-in 1.84s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(43) {
  -webkit-animation: logo-anime 2s ease-in 1.88s forwards;
          animation: logo-anime 2s ease-in 1.88s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(44) {
  -webkit-animation: logo-anime 2s ease-in 1.92s forwards;
          animation: logo-anime 2s ease-in 1.92s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(45) {
  -webkit-animation: logo-anime 2s ease-in 1.96s forwards;
          animation: logo-anime 2s ease-in 1.96s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(46) {
  -webkit-animation: logo-anime 2s ease-in 2s forwards;
          animation: logo-anime 2s ease-in 2s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(47) {
  -webkit-animation: logo-anime 2s ease-in 2.04s forwards;
          animation: logo-anime 2s ease-in 2.04s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(48) {
  -webkit-animation: logo-anime 2s ease-in 2.08s forwards;
          animation: logo-anime 2s ease-in 2.08s forwards;
}
.p-pageHead_cnt1 ._thc.is-visible svg #logo .st6:nth-of-type(49) {
  -webkit-animation: logo-anime 2s ease-in 2.12s forwards;
          animation: logo-anime 2s ease-in 2.12s forwards;
}
@-webkit-keyframes logo-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logo-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes logo-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes logo-anime {
  0% {
    -webkit-clip-path: circle(0 at center);
            clip-path: circle(0 at center);
  }
  70% {
    -webkit-clip-path: circle(10% at center);
            clip-path: circle(10% at center);
  }
  100% {
    -webkit-clip-path: circle(100% at center);
            clip-path: circle(100% at center);
  }
}
@keyframes logo-anime {
  0% {
    -webkit-clip-path: circle(0 at center);
            clip-path: circle(0 at center);
  }
  70% {
    -webkit-clip-path: circle(10% at center);
            clip-path: circle(10% at center);
  }
  100% {
    -webkit-clip-path: circle(100% at center);
            clip-path: circle(100% at center);
  }
}
.p-pageHead_cnt1 ._txt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
  letter-spacing: 0.3em;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
@media screen and (min-width: 769px) {
  .p-pageHead_cnt1 ._txt {
    padding-bottom: 1.25vw;
    margin-top: 3.125vw;
    font-size: 1.5vw;
    text-shadow: 0 0 1.25vw rgba(0, 0, 0, 0.4);
  }
}
@media screen and (max-width: 768px) {
  .p-pageHead_cnt1 ._txt {
    padding-bottom: 2.1333333333vw;
    margin-top: 5.3333333333vw;
    font-size: 4vw;
    text-shadow: 0 0 5.3333333333vw rgba(0, 0, 0, 0.4);
  }
}
.p-pageHead_cnt1 ._txt::after {
  content: "";
  display: block;
  width: 100%;
  width: calc(100% - 0.3em);
  height: 0.3125vw;
  background: url(../img/common/line_title2.svg) repeat-x left center/contain;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-pageHead_cnt1 ._txt::after {
    height: 0.625vw;
  }
}
.p-pageHead_cnt1 ._txt.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-pageHead_bg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  body:not([data-page-id=top]) .p-pageHead_bg {
    height: 50vh;
    height: 50svh;
  }
}
.p-pageHead_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-secIndexMessage {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-secIndexMessage {
    border-radius: 5vw 0 0 0;
    padding-top: 8.125vw;
    padding-bottom: 9.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secIndexMessage {
    border-radius: 10.6666666667vw 0 0 0;
  }
}
.p-secIndexMessage_cnt1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-secIndexMessage_cnt1 > ._txt {
    width: 29.75vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secIndexMessage_cnt1 > ._img {
    width: 55vw;
    height: 33.75vw;
    position: absolute;
    z-index: 1;
    top: 0;
    margin-left: 38.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secIndexMessage_cnt1 > ._img {
    position: relative;
    z-index: 1;
    margin-top: 10.6666666667vw;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
.p-secIndexMessage_cnt1 > ._img img {
  aspect-ratio: 880/540;
  max-width: 10000px;
}
@media screen and (min-width: 769px) {
  .p-secIndexMessage_cnt1 > ._illust {
    position: absolute;
    z-index: 0;
    width: 23.125vw;
    height: 10.1875vw;
    top: -10.125vw;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secIndexMessage_cnt1 > ._illust {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 40vw;
    aspect-ratio: 370/163;
    margin-left: 40vw;
    margin-top: -66.6666666667vw;
  }
}

@media screen and (min-width: 769px) {
  .p-secIndexCompany {
    padding-top: 16.875vw;
    margin-top: -5vw;
    border-radius: 5vw 0 5vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secIndexCompany {
    border-radius: 10.6666666667vw 0 10.6666666667vw 0;
    margin-top: -10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secIndexCompany_cnt1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .p-secIndexCompany_cnt1 > ._txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 39.0625vw;
        flex-basis: 39.0625vw;
    width: 39.0625vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secIndexCompany_cnt1 > ._img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 11.25vw;
    margin-left: -29.375vw;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-secIndexCompany_cnt1 > ._img {
    position: relative;
    z-index: 1;
    margin-top: 10.6666666667vw;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
}
.p-secIndexCompany_cnt1 > ._img img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-secRelated1 {
    margin-top: -5vw;
    padding-top: 14.375vw;
    padding-bottom: 14.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secRelated1 {
    padding-top: 30.6666666667vw;
    margin-top: -10.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
.p-secRelated1_cnt1 {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secRelated1_cnt1 {
    width: 30.625vw;
  }
}
.p-secRelated1_bg {
  position: absolute;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-secRelated1_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-secRelated2 {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-secRelated2 {
    border-radius: 5vw 0 0 0;
    padding-top: 8.125vw;
    padding-bottom: 17.5vw;
    margin-top: -5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secRelated2 {
    border-radius: 10.6666666667vw 0 0 0;
    padding-bottom: 64vw;
    margin-top: -10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secRelated2_cnt1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-secRelated2_cnt1_item {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (min-width: 769px) {
  .p-secRelated2_cnt1_item:nth-of-type(1) {
    padding-right: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secRelated2_cnt1_item:nth-of-type(1) {
    padding-bottom: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secRelated2_cnt1_item:nth-of-type(2) {
    padding-left: 6.25vw;
  }
}
.p-secRelated2_cnt1_item:nth-of-type(1)::after {
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .p-secRelated2_cnt1_item:nth-of-type(1)::after {
    width: 0.0625vw;
    height: 7.1875vw;
    background: #000;
    background: #ccc;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-secRelated2_cnt1_item:nth-of-type(1)::after {
    width: 21.3333333333vw;
    height: 1px;
    background: #000;
    background: #ccc;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-secPoint {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-secPoint {
    border-radius: 5vw 0 0 0;
    padding-top: 9.375vw;
    padding-bottom: 8.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secPoint {
    border-radius: 10.6666666667vw 0 0 0;
  }
}
.p-secPoint_cnt1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1 > ._txt {
    width: 29.75vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1 > ._img {
    width: 55vw;
    height: 33.75vw;
    position: absolute;
    z-index: 1;
    top: -9.375vw;
    margin-left: 38.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secPoint_cnt1 > ._img {
    position: relative;
    z-index: 1;
    margin-top: 10.6666666667vw;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
.p-secPoint_cnt1 > ._img img {
  aspect-ratio: 880/540;
  max-width: 10000px;
}

.p-secFlow {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-secFlow {
    padding-top: 8.125vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secFlow {
    padding-bottom: 21.3333333333vw;
  }
}
.p-secFlow_cnt1 {
  position: relative;
}
.p-secFlow_cnt2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-secFlow_cnt2 {
    margin-top: 6.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secFlow_cnt2 {
    margin-top: 10.6666666667vw;
  }
}
.p-secFlow_cnt2_nav nav {
  background: #2f3338;
  position: sticky;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secFlow_cnt2_nav nav {
    top: 90px;
    width: 10.9375vw;
    border: 0.375vw solid #f9f8f2;
    padding: 1.25vw;
    border-radius: 1.875vw 0 1.875vw 0;
    margin-left: -3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secFlow_cnt2_nav nav {
    top: 40px;
    width: 24vw;
    border: 0.8vw solid #f9f8f2;
    padding: 2.6666666667vw 2.1333333333vw;
    border-radius: 0 4vw 4vw 0;
    margin-left: -9.3333333333vw;
  }
}
.p-secFlow_cnt2_nav nav p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 0.75vw;
}
@media screen and (max-width: 768px) {
  .p-secFlow_cnt2_nav nav p {
    font-size: 2.4vw;
    white-space: nowrap;
  }
}
.p-secFlow_cnt2_nav nav ul {
  margin-top: 0.625vw;
}
@media screen and (max-width: 768px) {
  .p-secFlow_cnt2_nav nav ul {
    margin-top: 1.3333333333vw;
  }
}
.p-secFlow_cnt2_nav nav ul li + li {
  margin-top: 0.5vw;
}
@media screen and (max-width: 768px) {
  .p-secFlow_cnt2_nav nav ul li + li {
    margin-top: 1.3333333333vw;
  }
}
.p-secFlow_cnt2_nav nav ul li a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  background: #f9f8f2;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
}
@media screen and (min-width: 769px) {
  .p-secFlow_cnt2_nav nav ul li a {
    border: 0.1875vw solid rgba(118, 255, 80, 0);
  }
}
@media screen and (max-width: 768px) {
  .p-secFlow_cnt2_nav nav ul li a {
    padding: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.p-secFlow_cnt2_nav nav ul li a.is-current {
  background: #76ff50;
}
@media screen and (min-width: 769px) {
  .p-secFlow_cnt2_nav nav ul li a:hover {
    border: 0.1875vw solid rgba(118, 255, 80, 0.9);
  }
}
.p-secFlow_cnt2_flow {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 769px) {
  .p-secFlow_cnt2_flow {
    margin-left: 6.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secFlow_cnt2_flow {
    margin-left: 5.3333333333vw;
  }
}
.p-secFlow_cnt2_flow > ul > li {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secFlow_cnt2_flow > ul > li {
    height: 24.75vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secFlow_cnt2_flow > ul > li:nth-of-type(2) {
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-secFlow_cnt2_flow > ul > li + li {
    margin-top: 6.25vw;
  }
}
.p-secFlow_cnt2_flow > ul > li ._txt {
  position: relative;
  z-index: 2;
}
.p-secFlow_cnt2_flow > ul > li ._txt h4 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 3.375vw;
  letter-spacing: 0.1em;
  color: #76ff50;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-secFlow_cnt2_flow > ul > li ._txt h4 {
    font-size: 6.6666666667vw;
  }
}
.p-secFlow_cnt2_flow > ul > li ._txt > div {
  background: #f9f8f2;
}
@media screen and (min-width: 769px) {
  .p-secFlow_cnt2_flow > ul > li ._txt > div {
    margin-top: 1.875vw;
    width: 25vw;
    border-radius: 1.875vw 0 1.875vw 0;
    padding: 1.875vw 2.5vw 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secFlow_cnt2_flow > ul > li ._txt > div {
    margin-top: 2.6666666667vw;
    border-radius: 4vw 0 4vw 0;
    padding: 4vw 4vw 4vw;
  }
}
.p-secFlow_cnt2_flow > ul > li ._txt > div.-partner {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-secFlow_cnt2_flow > ul > li ._txt > div.-partner {
    width: 45vw;
    border: 0.375vw solid #f9f8f2;
  }
}
@media screen and (max-width: 768px) {
  .p-secFlow_cnt2_flow > ul > li ._txt > div.-partner {
    border: 1.6vw solid #f9f8f2;
  }
}
.p-secFlow_cnt2_flow > ul > li ._txt > div h5 {
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 1.3125vw;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-secFlow_cnt2_flow > ul > li ._txt > div h5 {
    letter-spacing: 0.1em;
    font-size: 4vw;
  }
}
.p-secFlow_cnt2_flow > ul > li ._txt > div h5 span {
  font-size: 0.875vw;
}
@media screen and (max-width: 768px) {
  .p-secFlow_cnt2_flow > ul > li ._txt > div h5 span {
    display: block;
    font-size: 2.6666666667vw;
  }
}
.p-secFlow_cnt2_flow > ul > li ._txt > div p {
  margin-top: 0.9375vw;
  letter-spacing: 0.1em;
}
.p-secFlow_cnt2_flow > ul > li ._txt::after {
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .p-secFlow_cnt2_flow > ul > li ._txt::after {
    background: url(../img/common/ico_arrow2.svg) no-repeat center/contain;
    width: 0.875vw;
    height: 4.375vw;
    margin-left: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secFlow_cnt2_flow > ul > li ._txt::after {
    background: url(../img/common/ico_arrow2_sp.svg) no-repeat center/contain;
    width: 3.7333333333vw;
    height: 33.3333333333vw;
    position: absolute;
    left: 4vw;
    background-size: 100% auto;
    background-position: left bottom;
  }
}
@media screen and (max-width: 768px) {
  .p-secFlow_cnt2_flow > ul > li:nth-of-type(2) {
    margin-bottom: 16vw;
  }
  .p-secFlow_cnt2_flow > ul > li:nth-of-type(2) ._txt::after {
    height: 8vw;
  }
}
.p-secFlow_cnt2_flow > ul > li ._img {
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secFlow_cnt2_flow > ul > li ._img {
    position: absolute;
    top: 0;
    right: 0;
    width: 45vw;
    height: 24.75vw;
    border-radius: 3.75vw 0 3.75vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secFlow_cnt2_flow > ul > li ._img {
    position: relative;
    border-radius: 8vw 0 8vw 0;
    -webkit-transform: translate(10.6666666667vw, -8vw);
            transform: translate(10.6666666667vw, -8vw);
    width: 120%;
  }
}
.p-secFlow_cnt2_flow > ul > li ._img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 769px) {
  .p-secComplete {
    padding-top: 10vw;
    padding-bottom: 9.375vw;
    border-radius: 5vw 0 0 0;
    margin-top: -3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secComplete {
    border-radius: 10.6666666667vw 0 0 0;
    margin-top: -10.6666666667vw;
  }
}
.p-secComplete_title {
  text-align: center;
}
.p-secComplete_title .c-titleStyle2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-secComplete_cnt1 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-secComplete_cnt1 {
    max-width: 68.75vw;
  }
}
.p-secComplete_cnt1 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-secComplete_cnt1 > ul > li {
  -ms-flex-preferred-size: 31.25vw;
      flex-basis: 31.25vw;
}
@media screen and (max-width: 768px) {
  .p-secComplete_cnt1 > ul > li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
.p-secComplete_cnt1 > ul > li ._img1 {
  border-radius: 3.75vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-secComplete_cnt1 > ul > li ._img1 {
    border-radius: 5.3333333333vw;
  }
}
.p-secComplete_cnt1 > ul > li h4 {
  margin-top: 1.25vw;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 1.75vw;
}
@media screen and (max-width: 768px) {
  .p-secComplete_cnt1 > ul > li h4 {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
}

.p-secGroup {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-secGroup {
    border-radius: 5vw 0 0 0;
    padding-top: 9.375vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secGroup {
    border-radius: 10.6666666667vw 0 0 0;
  }
}
.p-secGroup_cnt1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-secGroup_cnt1 > ._txt {
    width: 29.75vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secGroup_cnt1 > ._img {
    width: 37.75vw;
    position: absolute;
    z-index: 1;
    top: -1.25vw;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secGroup_cnt1 > ._img {
    margin-top: 5.3333333333vw;
  }
}
.p-secGroup_cnt2 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-secGroup_cnt2 {
    margin-top: 5.9375vw;
    height: 34.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secGroup_cnt2 {
    margin-top: 8vw;
  }
}
.p-secGroup_cnt2 .c-titleStyle1 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secGroup_cnt2 .c-titleStyle1 {
    right: -17.5vw;
    top: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secGroup_cnt2 .c-titleStyle1 {
    right: -42.6666666667vw;
    top: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secGroup_cnt2 ._movie {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 60.625vw;
    left: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secGroup_cnt2 ._movie {
    width: 69.3333333333vw;
    left: 0vw;
  }
}

@media screen and (min-width: 769px) {
  .p-secQuality {
    padding-top: 13.125vw;
    padding-bottom: 13.125vw;
    margin-top: -6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secQuality {
    padding-bottom: 26.6666666667vw;
  }
}
.p-secQuality_cnt1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-secQuality_cnt1 > ._txt {
    width: 30vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secQuality_cnt1 > ._img {
    width: 40.8125vw;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secQuality_cnt1 > ._img {
    margin-top: 8vw;
    width: 69.3333333333vw;
    margin-left: auto;
  }
}

.p-secReason {
  background: #2f3338;
}
@media screen and (min-width: 769px) {
  .p-secReason {
    border-radius: 5vw 0 5vw 0;
    padding-top: 7.5vw;
    padding-bottom: 10vw;
    margin-top: -5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secReason {
    border-radius: 10.6666666667vw 0 5vw 0;
    margin-top: -10.6666666667vw;
  }
}
.p-secReason_title {
  text-align: center;
}
.p-secReason_title .c-titleStyle2 {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secReason_cnt1 {
    margin-right: -2.5vw;
    margin-left: -2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secReason_cnt1 > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-secReason_cnt1 > ul > li {
  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) {
  .p-secReason_cnt1 > ul > li {
    -ms-flex-preferred-size: 25vw;
        flex-basis: 25vw;
    margin-top: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secReason_cnt1 > ul > li + li {
    margin-top: 8vw;
  }
}
.p-secReason_cnt1 > ul > li h4 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 6.25vw;
  color: #76ff50;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-secReason_cnt1 > ul > li h4 {
    font-size: 13.3333333333vw;
  }
}
.p-secReason_cnt1 > ul > li > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #f9f8f2;
}
@media screen and (min-width: 769px) {
  .p-secReason_cnt1 > ul > li > div {
    margin-top: -3.125vw;
    border-radius: 1.875vw 0 1.875vw 0;
    padding: 3.75vw 2.5vw 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secReason_cnt1 > ul > li > div {
    margin-top: -6.6666666667vw;
    border-radius: 4vw 0 4vw 0;
    padding: 8vw 5.3333333333vw 5.3333333333vw;
  }
}
.p-secReason_cnt1 > ul > li > div h5 {
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 1.3125vw;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-secReason_cnt1 > ul > li > div h5 {
    font-size: 4vw;
  }
}
.p-secReason_cnt1 > ul > li > div p {
  margin-top: 1.25vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-secReason_cnt1 > ul > li > div p {
    font-size: 3.2vw;
  }
}

.p-secTraining_cnt1,
.p-secWalfare_cnt1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-secTraining_cnt1 > ._txt,
  .p-secWalfare_cnt1 > ._txt {
    width: 29.75vw;
  }
}
.p-secTraining_cnt1 > ._txt ._seido,
.p-secWalfare_cnt1 > ._txt ._seido {
  background: #f9f8f2;
}
@media screen and (min-width: 769px) {
  .p-secTraining_cnt1 > ._txt ._seido,
  .p-secWalfare_cnt1 > ._txt ._seido {
    border-radius: 1.875vw;
    padding: 1.875vw;
    margin-top: 2.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secTraining_cnt1 > ._txt ._seido,
  .p-secWalfare_cnt1 > ._txt ._seido {
    border-radius: 4vw;
    padding: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.p-secTraining_cnt1 > ._txt ._seido dl dt,
.p-secWalfare_cnt1 > ._txt ._seido dl dt {
  position: relative;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 769px) {
  .p-secTraining_cnt1 > ._txt ._seido dl dt,
  .p-secWalfare_cnt1 > ._txt ._seido dl dt {
    font-size: 1.3125vw;
    padding-bottom: 0.9375vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secTraining_cnt1 > ._txt ._seido dl dt,
  .p-secWalfare_cnt1 > ._txt ._seido dl dt {
    font-size: 3.4666666667vw;
    padding-bottom: 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-secTraining_cnt1 > ._txt ._seido dl dt::after,
.p-secWalfare_cnt1 > ._txt ._seido dl dt::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.25vw;
  background: url(../img/common/line_title2.svg) repeat-x left center/contain;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-secTraining_cnt1 > ._txt ._seido dl dt::after,
  .p-secWalfare_cnt1 > ._txt ._seido dl dt::after {
    height: 0.5333333333vw;
  }
}
.p-secTraining_cnt1 > ._txt ._seido dl dd,
.p-secWalfare_cnt1 > ._txt ._seido dl dd {
  padding-left: 2.8125vw;
  font-size: 1vw;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-secTraining_cnt1 > ._txt ._seido dl dd,
  .p-secWalfare_cnt1 > ._txt ._seido dl dd {
    padding-left: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secTraining_cnt1 > ._img,
  .p-secWalfare_cnt1 > ._img {
    width: 55vw;
    height: 33.75vw;
    position: absolute;
    z-index: 1;
    top: -7.5vw;
    margin-left: 38.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secTraining_cnt1 > ._img,
  .p-secWalfare_cnt1 > ._img {
    position: relative;
    z-index: 1;
    margin-top: 10.6666666667vw;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  .p-secWalfare .p-secTraining_cnt1 > ._img,
  .p-secWalfare .p-secWalfare_cnt1 > ._img {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
}
.p-secTraining_cnt1 > ._img img,
.p-secWalfare_cnt1 > ._img img {
  aspect-ratio: 880/540;
  max-width: 10000px;
}

.p-secTraining {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-secTraining {
    border-radius: 5vw 0 0 0;
    padding-top: 9.375vw;
    padding-bottom: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secTraining {
    border-radius: 10.6666666667vw 0 0 0;
  }
}

.p-secWalfare {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-secWalfare {
    padding-top: 9.375vw;
    padding-bottom: 13.125vw;
  }
}

.p-secNumber {
  background: #2f3338;
}
@media screen and (min-width: 769px) {
  .p-secNumber {
    border-radius: 5vw 0 5vw 0;
    padding-top: 9.375vw;
    padding-bottom: 11.25vw;
    margin-top: -5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secNumber {
    border-radius: 10.6666666667vw 0 10.6666666667vw 0;
    margin-top: -10.6666666667vw;
  }
}
.p-secNumber_title .c-titleStyle2 {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secNumber_cnt1 {
    margin-right: -2.5vw;
    margin-left: -2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secNumber_cnt1 {
    margin-right: -2.6666666667vw;
    margin-left: -2.6666666667vw;
  }
}
.p-secNumber_cnt1 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-secNumber_cnt1 > ul > li {
  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) {
  .p-secNumber_cnt1 > ul > li {
    -ms-flex-preferred-size: 25vw;
        flex-basis: 25vw;
    margin-top: 5.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secNumber_cnt1 > ul > li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-top: 5.3333333333vw;
  }
}
.p-secNumber_cnt1 > ul > li h4 {
  position: relative;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.p-secNumber_cnt1 > ul > li h4::before {
  content: "";
  display: block;
  background: #2f3338;
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 1;
  width: 1000%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.p-secNumber_cnt1 > ul > li h4.is-visible::before {
  opacity: 0;
}
.p-secNumber_cnt1 > ul > li h4 > .odometer {
  color: #76ff50;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif !important;
  font-size: 6.25vw;
}
@media screen and (max-width: 768px) {
  .p-secNumber_cnt1 > ul > li h4 > .odometer {
    font-size: 8vw;
  }
}
.p-secNumber_cnt1 > ul > li h4 > .odometer > .odometer-inside .odometer-digit .odometer-digit-spacer {
  padding: 0 0.03em;
}
.p-secNumber_cnt1 > ul > li h4 > .odometer > .odometer-inside .odometer-digit .odometer-digit-inner .odometer-ribbon .odometer-ribbon-inner .odometer-value {
  width: 100%;
  display: block;
}
.p-secNumber_cnt1 > ul > li h4 > i {
  margin-left: 0.1em;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  .p-secNumber_cnt1 > ul > li h4 > i {
    font-size: 4.5333333333vw;
  }
}
.p-secNumber_cnt1 > ul > li > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #f9f8f2;
}
@media screen and (min-width: 769px) {
  .p-secNumber_cnt1 > ul > li > div {
    border-radius: 1.875vw 0 1.875vw 0;
    padding: 1.875vw 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secNumber_cnt1 > ul > li > div {
    border-radius: 4vw 0 4vw 0;
    padding: 4vw 4vw;
  }
}
.p-secNumber_cnt1 > ul > li > div h5 {
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.3em;
  font-size: 1.3125vw;
}
@media screen and (max-width: 768px) {
  .p-secNumber_cnt1 > ul > li > div h5 {
    letter-spacing: 0.1em;
    font-size: 3.2vw;
  }
}
.p-secNumber_cnt1 > ul > li > div span {
  margin-top: 0.625vw;
  display: block;
  text-align: center;
  color: #919191;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-secNumber_cnt1 > ul > li > div span {
    font-size: 2.1333333333vw;
  }
}
.p-secNumber_cnt1 > ul > li > div p {
  margin-top: 1.25vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-secNumber_cnt1 > ul > li > div p {
    margin-top: 4vw;
  }
}

.p-secFaq {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-secFaq {
    border-radius: 5vw 0 0 0;
    padding-top: 9.375vw;
    padding-bottom: 11.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secFaq {
    padding-bottom: 24vw;
    border-radius: 10.6666666667vw 0 0 0;
  }
}
.p-secFaq_cnt1 dl {
  background: #f9f8f2;
}
@media screen and (min-width: 769px) {
  .p-secFaq_cnt1 dl {
    margin-top: 2.5vw;
    border-radius: 3.75vw;
    -webkit-filter: drop-shadow(0.1875vw 0.1875vw 0.1875vw rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0.1875vw 0.1875vw 0.1875vw rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 768px) {
  .p-secFaq_cnt1 dl {
    margin-top: 5.3333333333vw;
    border-radius: 5.3333333333vw;
    -webkit-filter: drop-shadow(0.8vw 0.8vw 0.8vw rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0.8vw 0.8vw 0.8vw rgba(0, 0, 0, 0.2));
  }
}
.p-secFaq_cnt1 dl dt {
  position: relative;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  padding: 1.25vw 2.5vw;
  font-size: 1.125vw;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  .p-secFaq_cnt1 dl dt {
    padding: 2.6666666667vw 8vw 2.6666666667vw 2.6666666667vw;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
  }
}
.p-secFaq_cnt1 dl dt::before {
  content: "Q";
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 3.75vw;
  color: #76ff50;
  display: inline-block;
  width: 5.625vw;
  line-height: 1;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secFaq_cnt1 dl dt::before {
    font-size: 5.3333333333vw;
    width: 6.6666666667vw;
    min-width: 6.6666666667vw;
  }
}
.p-secFaq_cnt1 dl dt::after {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  content: "";
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  background: url(../img/common/ico_title1.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2.8125vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-secFaq_cnt1 dl dt::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4vw;
  }
}
.p-secFaq_cnt1 dl dt.is-open::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-secFaq_cnt1 dl dd {
  display: none;
}
.p-secFaq_cnt1 dl dd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dfdbcc;
  margin: 0 2.5vw;
  padding: 1.25vw 0;
}
@media screen and (max-width: 768px) {
  .p-secFaq_cnt1 dl dd > div {
    margin: 0 2.6666666667vw;
    padding: 2.6666666667vw 0;
  }
}
.p-secFaq_cnt1 dl dd > div::before {
  content: "A";
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 3.75vw;
  width: 5.625vw;
  color: #f34a56;
  display: inline-block;
  line-height: 1;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secFaq_cnt1 dl dd > div::before {
    font-size: 5.3333333333vw;
    width: 6.6666666667vw;
    min-width: 6.6666666667vw;
  }
}

@media screen and (min-width: 769px) {
  .p-secOutline {
    border-radius: 5vw 0 5vw 0;
    padding-top: 8.125vw;
    padding-bottom: 11.25vw;
    margin-top: -5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secOutline {
    border-radius: 10.6666666667vw 0 10.6666666667vw 0;
    margin-top: -10.6666666667vw;
  }
}
.p-secOutline_cnt1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-secOutline_cnt1 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-secOutline_cnt1 dl + dl {
  margin-top: 3.125vw;
}
@media screen and (max-width: 768px) {
  .p-secOutline_cnt1 dl + dl {
    margin-top: 5.3333333333vw;
  }
}
.p-secOutline_cnt1 dl dt {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-secOutline_cnt1 dl dt {
    width: 8.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secOutline_cnt1 dl dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 1.3333333333vw;
    border-bottom: 1px solid #76ff50;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secOutline_cnt1 dl dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 3.125vw;
    border-left: 0.0625vw solid #76ff50;
  }
}

.js-youtube-pop {
  cursor: pointer;
}

.p-youtubeCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.p-youtubeCover.is-visible {
  display: block;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-youtube {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90vw;
  height: 80vh;
  max-width: 142.2222222222vh;
  max-height: 50.625vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-youtube_in {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-youtube_in iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-youtube_close {
  width: 3.125vw;
  height: 3.125vw;
  position: absolute;
  top: -3.75vw;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  .p-youtube_close {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: -13.3333333333vw;
  }
}
.p-youtube_close:hover {
  opacity: 0.7;
}
.p-youtube_close span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.p-youtube_close span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-youtube_close span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-youtube.is-visible {
  display: block;
  -webkit-animation-name: slide-up;
          animation-name: slide-up;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes slide-up {
  from {
    opacity: 0;
    margin-top: 50px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes slide-up {
  from {
    opacity: 0;
    margin-top: 50px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@font-face {
  font-family: "Decovar Regular24";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/209981/Decovar-VF.ttf");
}
_h1 {
  margin: 0;
  margin-top: 100px;
  text-align: center;
  font-size: 150px;
  font-weight: 400;
  font-family: "Decovar Regular24";
  color: white;
  letter-spacing: -0.02em;
  font-variation-settings: "wght" 400;
  -webkit-animation: loadin 3s infinite ease-in-out forwards;
          animation: loadin 3s infinite ease-in-out forwards;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@-webkit-keyframes loadin {
  0% {
    font-variation-settings: "SSTR" 0;
  }
  80% {
    font-variation-settings: "SSTR" 0;
  }
  90% {
    font-variation-settings: "SSTR" 700;
  }
  100% {
    font-variation-settings: "SSTR" 0;
  }
}

@keyframes loadin {
  0% {
    font-variation-settings: "SSTR" 0;
  }
  80% {
    font-variation-settings: "SSTR" 0;
  }
  90% {
    font-variation-settings: "SSTR" 700;
  }
  100% {
    font-variation-settings: "SSTR" 0;
  }
}
/* -----------------------------------
Utility
------------------------------------ */
/*
 * _utility.scss
 */
/* -----------------------------------
print
------------------------------------ */
@media print {
  .u-printHidden {
    display: none;
  }
}

.u-printVisible {
  display: none;
}
@media print {
  .u-printVisible {
    display: block;
  }
}

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

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

.u-font-jp {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

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

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

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

/* -----------------------------------
padding
------------------------------------ */
.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;
}

/* -----------------------------------
font-size rem
------------------------------------ */
.u-fz10px {
  font-size: 1rem;
}

.u-fz11px {
  font-size: 1.1rem;
}

.u-fz12px {
  font-size: 1.2rem;
}

.u-fz13px {
  font-size: 1.3rem;
}

.u-fz14px {
  font-size: 1.4rem;
}

/* -----------------------------------
font-size em
------------------------------------ */
.u-fz09em {
  font-size: 0.9em;
}

.u-fz10em {
  font-size: 1em;
}

.u-fz11em {
  font-size: 1.1em;
}

.u-fz12em {
  font-size: 1.2em;
}

.u-fz13em {
  font-size: 1.3em;
}

.u-fz14em {
  font-size: 1.4em;
}

/* -----------------------------------
clerfix
------------------------------------ */
.sec::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* -----------------------------------
display
------------------------------------ */
.u-d_b {
  display: block !important;
}

.u-d_n {
  display: none !important;
}

.u-d_ib {
  display: inline-block !important;
}

/* -----------------------------------
display adjust
------------------------------------ */
.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: 1499px) {
  .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;
  }
}
@media screen and (max-width: 650px) {
  .u-customhide {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */