@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */

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

body {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #000;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

main {
  display: block;
}

html {
  font-size: 10px;
  margin-top: 0 !important;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}

* {
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

/*///////////////////////////////

bace

/////////////////////////////*/

/*///////////////////////////////

variable

/////////////////////////////*/

/*-----------------------------
ブレークポイント
-----------------------------*/

/*-----------------------------
color
-----------------------------*/

/*///////////////////////////////

mixin

/////////////////////////////*/

@font-face {
  font-family: "myfont";
  src: url("../fonts/DS-DIGI.TTF") format("truetype");
  font-display: swap;
}

/*-----------------------------
font
-----------------------------*/

/*-----------------------------
bace
-----------------------------*/

html {
  scroll-behavior: smooth;
}

header,
main,
footer {
  font-weight: 400;
  color: #1e1e1e;
}

main {
  overflow: hidden;
}

p {
  line-height: 1.8;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
}

a {
  transition: 0.2s;
  color: #333;
}

a:hover {
  opacity: 0.7;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 1.5rem 3rem;
}

.header-logo {
  margin-right: auto;
  margin-left: 0;
  display: flex;
  align-items: center;
  width: 28rem;
}

.header-logo a {
  display: block;
  position: relative;
}

.header-navList {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 2rem;
}

.header-navitem {
  position: relative;
  margin-right: 3rem;
  display: flex;
  align-items: center;
}

.header-navitem a {
  color: #fff;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
}

.header-navitem.contact {
  margin-right: 0;
  width: 24rem;
  border-radius: 5rem;
}

.header-navitem.contact a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2rem;
  padding: 1.8rem 0.3rem;
  width: 100%;
}

.header-navitem.contact a::after {
  position: absolute;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  height: 3.6rem;
  width: 3.6rem;
  background: url(../images/header_arrow.png) no-repeat center;
  background-size: 3.6rem;
}

.header-navitem.contact .contact-txt {
  display: inline-block;
  width: 9rem;
  margin-right: 2rem;
}

.header-nav-sp {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.8s;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  transform: translateX(-300%);
}

.header-nav-sp.active {
  transform: translateX(0%);
  opacity: 1;
  transition: 0.8s;
  visibility: visible;
}

.header-btn {
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  width: 8rem;
  height: 8rem;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-btn span {
  display: block;
  width: 70%;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  transition: all 0.5s;
  margin: 0 auto;
}

.header-btn span:nth-of-type(1) {
  top: 2.5rem;
}

.header-btn span:nth-of-type(2) {
  top: 4.5rem;
  transform: translateY(-50%);
}

.header-btn span:nth-of-type(3) {
  bottom: 1.5rem;
}

.header-btn.active span:nth-of-type(1) {
  top: 22%;
  transform: translateY(2rem) rotate(-45deg);
}

.header-btn.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-btn05-bar02 0.8s forwards;
}

.header-btn.active span:nth-of-type(3) {
  bottom: 24%;
  --webkit-transform: translateY(-2rem) rotate(45deg);
  transform: translateY(-2rem) rotate(45deg);
}

.header-menu {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  padding-top: 15rem;
}

.header-menu-item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #333;
  padding: 4rem 0;
}

.header-menu-item.contact {
  width: 43rem;
  border-radius: 6rem;
  margin: 4rem auto;
  padding: 0;
}

.header-menu-item.contact a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  letter-spacing: 0.5rem;
  padding: 2.8rem 0.3rem 3.5rem;
  width: 100%;
  color: #fff;
}

.header-menu-item.contact a::after {
  position: absolute;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  height: 8rem;
  width: 8rem;
  background: url(../images/header_arrow_sp.png) no-repeat center;
  background-size: 8rem;
}

.header-menu-item.contact .contact-txt {
  display: inline-block;
  width: 15rem;
  margin-right: 2rem;
}

.header-menu-link {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
}

.header-black-bg {
  transition: all 0.8s;
}

.header-black-bg.active {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9997;
  background: #13022d;
  opacity: 0.8;
  display: block;
}

@supports (-webkit-filter: blur(20px)) {
  .footer-txt-img::before {
    background-image: linear-gradient(135deg, #fc00ff 0, #00dbde 100%);
    filter: blur(20px);
    transform: translateY(20px);
    box-shadow: none;
  }
}

.footer-inner {
  background-image: url(../images/footer_bg_img.png);
  background-position: center;
  background-size: cover;
  padding: 6rem 0 10rem;
}

.footer-logo {
  margin-bottom: 3rem;
}

.footer-logo-wrap {
  width: 50rem;
  margin: 0 auto;
}

.footer-txt-img {
  position: relative;
  background: #f20dda;
  background-image: linear-gradient(
    90deg,
    rgb(242, 13, 218) 0%,
    rgb(131, 13, 248) 50%,
    rgb(7, 240, 252) 100%
  );
  border-radius: 10rem;
  transition: all 0.5s ease;
  width: 90%;
  z-index: 1;
  margin: 4rem auto 4rem 4rem;
}

.footer-txt-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2rem;
  display: block;
  width: 100%;
  height: 103%;
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.16);
  /* filterが効かない場合黒い影をつける */
  z-index: -1;
}

.footer-txt-img:hover {
  box-shadow: 0 0 5rem rgba(242, 13, 218, 0.8), 0 0 3rem rgba(7, 240, 252, 0.8),
    0 0 4rem rgba(7, 240, 252, 0.5), inset 0 0 3rem rgba(131, 13, 248, 0.6);
}

.footer-txt-img:hover a {
  opacity: 1;
}

.footer-txt-img::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: -6rem;
  width: 14rem;
  height: 14rem;
  background-image: url(../images/main_link_btn_txt02.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 14rem;
}

.footer-nav {
  justify-content: space-between;
}

.footer-nav-wrap {
  background-color: #000;
  padding: 3rem 0;
}

.footer-nav ul {
  align-items: center;
}

.footer-nav li {
  font-size: 1.4rem;
}

.footer-nav li + li {
  margin-left: 2rem;
}

.footer-nav li a {
  font-weight: 400;
  display: block;
  width: 20rem;
}

.footer-nav_list {
  justify-content: center;
}

.footer-copy {
  font-size: 1.4rem;
}

.inner {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.inner.w-1100 {
  max-width: 1160px;
}

.inner.w-1080 {
  max-width: 1080px;
}

.inner.w-940 {
  max-width: 940px;
}

.inner.w-600 {
  max-width: 600px;
}

.sec_ttl {
  position: relative;
}

.sec_ttl .en {
  width: 55rem;
  margin: 0 auto;
}

.sec_ttl .ja {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.4rem;
}

.txt--center {
  text-align: center;
}

.txt--center-sp {
  text-align: center;
}

.txt--left {
  text-align: left;
}

.txt--b {
  display: block;
}

.txt-calgary {
  font-family: "calgary-script-ot", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.flex {
  display: flex;
}

.cmn__sec {
  position: relative;
}

.slide-arrow {
  width: 6rem;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.slide-arrow.prev-arrow {
  left: 18%;
}

.slide-arrow.next-arrow {
  right: 15%;
  left: unset;
}

/* 1) ローダー全体 */

#loader {
  position: fixed;
  inset: 0;
  background-image: url(../images/loading_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  perspective: 1000px;
  /* 3D の奥行き感 */
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.loading .wrap {
  opacity: 0;
  visibility: hidden;
}

/* ② ローディング終了後（loaded クラスあり）で loader をフェードアウト */

body.loaded #loader {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  visibility: hidden;
}

/* ③ ローディング終了後に本文を表示 */

body.loaded .wrap {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

/* 2) カード本体 */

.card {
  width: 45rem;
  /* 画像サイズに合わせて調整 */
  height: 35rem;
  position: relative;
  transform-style: preserve-3d;
  /* 子要素を3D配置 */
  animation: spin 3s linear infinite;
}

/* 3) 表裏の共通スタイル */

.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  /* 裏面を見せない */
}

/* 4) 表面 */

.card__face--front {
  transform: rotateY(0deg);
}

.loading-text {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 6rem;
  text-align: center;
}

/* 5) 裏面 */

.card__face--back {
  transform: rotateY(180deg);
}

/* 6) キーフレーム */

@keyframes spin {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

.fedein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: 0.4s;
}

.fedein.isAnimate {
  opacity: 1;
  transform: translate(0, 0);
}

.color-white {
  color: #fff;
}

.color-blue {
  color: #0082b4;
}

.color-yellow {
  color: #ffc800;
}

.back-purple-gra {
  background: #f20dda;
  background-image: linear-gradient(
    90deg,
    rgb(242, 13, 218) 0%,
    rgb(131, 13, 248) 50%,
    rgb(7, 240, 252) 100%
  );
}

.back-black {
  background-color: #000;
}

.line-blue {
  background: linear-gradient(transparent 80%, #0082b4 80%);
}

@supports (-webkit-filter: blur(20px)) {
  .index-main_link::before {
    background-image: linear-gradient(135deg, #fc00ff 0, #00dbde 100%);
    filter: blur(20px);
    transform: translateY(20px);
    box-shadow: none;
  }
}

.index-main {
  background-image: url(../images/main_img.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  padding: 90rem 0;
}

.index-main-txt {
  width: 60rem;
  margin: 0 auto;
}

.index-main-txtwrap {
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10rem;
  width: 94rem;
  margin: 0 auto;
}

.index-main-txt h1 {
  margin-bottom: 3rem;
}

.index-main_link {
  position: relative;
  background: #f20dda;
  background-image: linear-gradient(
    90deg,
    rgb(242, 13, 218) 0%,
    rgb(131, 13, 248) 50%,
    rgb(7, 240, 252) 100%
  );
  border-radius: 10rem;
  transition: all 0.5s ease;
  width: 90%;
  margin: 6rem auto 6rem 4rem;
}

.index-main_link::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: -2rem;
  display: block;
  width: 100%;
  height: 102%;
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.16);
  /* filterが効かない場合黒い影をつける */
  z-index: -1;
}

.index-main_link:hover {
  box-shadow: 0 0 5rem rgba(242, 13, 218, 0.8), 0 0 3rem rgba(7, 240, 252, 0.8),
    0 0 4rem rgba(7, 240, 252, 0.5), inset 0 0 3rem rgba(131, 13, 248, 0.6);
}

.index-main_link:hover a {
  opacity: 1;
}

.index-main_link::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: -8rem;
  width: 17rem;
  height: 17rem;
  background-image: url(../images/main_link_btn_txt02.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 17rem;
}

.index-main-time {
  font-size: 9rem;
  font-family: "myfont", sans-serif;
  display: block;
  margin-top: -1.5rem;
}

.index-main-timeBox {
  margin-top: 28rem;
}

.index-main-time-ttl {
  position: relative;
}

.index-main-time-ttl img {
  width: 100%;
}

.index-main-time-ttl span {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  top: 40%;
  font-size: 2.4rem;
  font-weight: 350;
  letter-spacing: 0.4rem;
}

.index-main-banner {
  position: absolute;
  top: 83rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.index-main-banner img {
  width: 200rem;
  margin: 0 auto;
}

.index-main-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  height: 90%;
  background-color: #000;
  z-index: -1;
}

.index-main-time-wrapper {
  background-image: url(../images/main_time_border.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.8rem 0 7.5rem;
}

.index-main-time-wrapper .index-main-time-wrapper-ttl {
  position: relative;
}

.index-main-time-wrapper .index-main-time-wrapper-ttl h3 {
  color: #fff;
  font-size: 3.2rem;
  padding-top: 2rem;
  letter-spacing: 0.8rem;
}

.index-main-time-wrapper .index-main-time-wrapper-ttl h3 .gra {
  background: linear-gradient(90deg, #ea00e1 0%, #8a00fd 40%, #52f1fd 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.index-main-time-wrapper p {
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
}

.index-main-time-wrapper #index-main-time-milliseconds {
  display: none;
}

.index-main-btn {
  width: 32rem;
  margin: -2rem auto;
  border-radius: 5rem;
}

.index-main-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 0.3rem;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}

.index-main-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  height: 5rem;
  width: 5rem;
  background: url(../images/header_arrow.png) no-repeat center;
  background-size: 5rem;
}

.index-about {
  padding: 10rem 0 15rem;
  background-color: #000;
  z-index: 1;
}

.index-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/about_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.index-about-list {
  flex-wrap: wrap;
  justify-content: center;
  flex-flow: wrap-reverse;
}

.index-about-list-wrapper {
  position: relative;
}

.index-about-list-wrapper .desc {
  font-size: 2rem;
}

.index-about-list li {
  background-image: url(../images/about_sec_border.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: relative;
  height: 60rem;
}

.index-about-list li h3 {
  margin: 0 auto;
  width: 40rem;
}

.index-about-list li:nth-child(2) {
  margin-top: -18rem;
}

.index-about-list li:first-child {
  margin-top: -18rem;
}

.index-about-txt {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-about-txt p {
  margin-top: 2rem;
  line-height: 2;
  font-size: 1.8rem;
}

.index-price {
  padding: 10rem 0 8rem;
  background-color: #000;
}

.index-price .inner {
  position: relative;
  z-index: 2;
}

.index-price::before {
  content: "";
  position: absolute;
  top: -22rem;
  left: 0;
  background-image: url(../images/price_head.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 35rem;
}

.index-price-wrap {
  position: relative;
}

.index-price-ttl {
  margin-top: 8rem;
}

.index-price-ttl span {
  display: block;
}

.index-price-ttl .ja {
  width: 24rem;
  margin: 0 auto;
}

.index-price-ttl .en {
  width: 48rem;
  margin: 0 auto;
}

.index-price-img {
  margin: -70rem auto 0;
}

.index-price-txt {
  width: 43rem;
}

.index-price-txt p {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
}

.index-price-txt p span {
  display: inline-block;
  padding: 0rem 1.3rem 0.2rem;
  line-height: 1.2;
  margin: 0 1rem;
}

.index-price-txt-wrapper {
  background-image: url(../images/price_txt_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 5.5rem 0;
}

.index-price-txt-img {
  width: 22rem;
}

.index-program {
  padding: 8rem 0 8rem;
  z-index: 1;
  background-color: #000;
}

.index-program::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  background-color: #000;
  background-image: url(../images/program_bg.png);
  background-position: center -25rem;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200rem;
  z-index: -1;
}

.index-program::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  background-image: url(../images/program_bg_bottom.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 48rem;
  z-index: -1;
}

.index-program-list-wrapper {
  padding: 8rem 0 0;
}

.index-program-item {
  justify-content: space-between;
  align-items: center;
}

.index-program-item:nth-child(even) {
  flex-flow: row-reverse;
  margin: 9rem 0;
}

.index-program-item:first-child .index-program-txtBox::before {
  content: "";
  position: absolute;
  top: -6rem;
  left: -4rem;
  width: 14rem;
  height: 12rem;
  background-image: url(../images/program-number01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14rem;
  z-index: -1;
}

.index-program-item:nth-child(2) .index-program-txtBox::before {
  content: "";
  position: absolute;
  top: -6rem;
  left: -4rem;
  width: 14rem;
  height: 12rem;
  background-image: url(../images/program-number02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14rem;
  z-index: -1;
}

.index-program-item:nth-child(3) .index-program-txtBox::before {
  content: "";
  position: absolute;
  top: -6rem;
  left: -4rem;
  width: 14rem;
  height: 12rem;
  background-image: url(../images/program-number03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14rem;
  z-index: -1;
}

.index-program-item:last-child .index-program-txtBox::before {
  content: "";
  position: absolute;
  top: -6rem;
  left: -4rem;
  width: 15rem;
  height: 12rem;
  background-image: url(../images/program-number04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15rem;
  z-index: -1;
}

.index-program-img {
  width: 50%;
}

.index-program-txtBox {
  width: 43%;
  position: relative;
}

.index-program-txtBox h3 {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.5rem;
  margin-bottom: 3.2rem;
}

.index-feature {
  background-color: #000;
  z-index: 1;
  padding: 10rem 0 5rem;
}

.index-feature-list-wrapper {
  margin-top: 6rem;
}

.index-feature-item {
  position: relative;
  justify-content: space-between;
}

.index-feature-item:nth-child(2) {
  flex-flow: row-reverse;
  margin: 6rem 0;
}

.index-feature-item:nth-child(2) .index-feature-itemimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 60rem;
  z-index: -1;
}

.index-feature-itemtxt {
  width: 45rem;
  padding: 16rem 0 0;
}

.index-feature-itemtxt h3 {
  position: relative;
  margin-bottom: 3.2rem;
  z-index: 2;
}

.index-feature-itemtxt h3 span {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.5rem;
  position: relative;
  z-index: 2;
}

.index-feature-itemimg {
  position: absolute;
  top: 0;
  right: 0;
  width: 60rem;
  z-index: -1;
}

.index-feature-item:first-child .index-feature-itemtxt h3::before {
  content: "";
  position: absolute;
  top: -7rem;
  left: 0rem;
  width: 12rem;
  height: 10rem;
  background-image: url(../images/feature-item-number01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12rem;
  z-index: 1;
}

.index-feature-item:nth-child(2) .index-feature-itemtxt h3::before {
  content: "";
  position: absolute;
  top: -6.5rem;
  left: 0rem;
  width: 12rem;
  height: 10rem;
  background-image: url(../images/feature-item-number02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12rem;
  z-index: 1;
}

.index-feature-item:last-child .index-feature-itemtxt h3::before {
  content: "";
  position: absolute;
  top: -6.5rem;
  left: 0rem;
  width: 12rem;
  height: 10rem;
  background-image: url(../images/feature-item-number03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12rem;
  z-index: 1;
}

.index-flow {
  padding: 7rem 0 0;
}

.index-flow::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  background-color: #000;
  background-image: url(../images/flow_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 105%;
  z-index: -1;
}

.index-flow .sec_ttl .en {
  width: 35rem;
}

.index-flow-item {
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
}

.index-flow-itemimg {
  position: relative;
  width: 30rem;
}

.index-flow-itemtxt {
  position: relative;
  width: 50rem;
  margin-left: 2rem;
}

.index-flow-itemtxt h3 {
  font-size: 3.2rem;
  font-weight: 350;
  letter-spacing: 0.5rem;
  position: relative;
  z-index: 2;
  margin-bottom: 3.2rem;
}

.index-flow-item:first-child .index-flow-itemimg::after {
  content: "";
  position: absolute;
  bottom: -15.4rem;
  right: -28.3rem;
  width: 34rem;
  height: 25.5rem;
  background-image: url(../images/flow_item_line01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 34rem;
  z-index: 1;
}

.index-flow-item:first-child .index-flow-itemtxt::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0rem;
  width: 12rem;
  height: 10rem;
  background-image: url(../images/flow_item_number01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12rem;
  z-index: -1;
}

.index-flow-item:nth-child(even) {
  flex-flow: row-reverse;
}

.index-flow-item:nth-child(2) .index-flow-itemimg::after {
  content: "";
  position: absolute;
  bottom: -15rem;
  left: -28.5rem;
  width: 34rem;
  height: 25.2rem;
  background-image: url(../images/flow_item_line02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 34rem;
  z-index: 1;
}

.index-flow-item:nth-child(2) .index-flow-itemtxt::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0rem;
  width: 12rem;
  height: 10rem;
  background-image: url(../images/flow_item_number02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12rem;
  z-index: -1;
}

.index-flow-item:nth-child(3) .index-flow-itemimg::after {
  content: "";
  position: absolute;
  bottom: -15.3rem;
  right: -28.2rem;
  width: 33.8rem;
  height: 25.2rem;
  background-image: url(../images/flow_item_line03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 33.8rem;
  z-index: 1;
}

.index-flow-item:nth-child(3) .index-flow-itemtxt::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0rem;
  width: 12rem;
  height: 10rem;
  background-image: url(../images/flow_item_number03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12rem;
  z-index: -1;
}

.index-flow-item:last-child .index-flow-itemtxt::before {
  content: "";
  position: absolute;
  top: -6rem;
  left: 0rem;
  width: 12rem;
  height: 10rem;
  background-image: url(../images/flow_item_number04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12rem;
  z-index: -1;
}

.index-voice {
  background-color: #000;
  padding: 10rem 0 6rem;
}

.index-voice .sec_ttl .en {
  width: 38rem;
}

.index-voice-slider-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 5rem;
  position: relative;
  z-index: 2;
  padding-top: 8rem;
}

.index-voice-slider-img {
  position: relative;
  width: 45%;
}

.index-voice-slider-img p {
  position: absolute;
  left: 13%;
  bottom: 10%;
  font-size: 1.8rem;
}

.index-voice-slider-img p span {
  display: block;
}

.index-voice-slider-txt {
  position: relative;
  width: 55%;
  margin-left: 4.5rem;
}

.index-voice-slider-txt h3 {
  font-size: 3rem;
  font-weight: 350;
  letter-spacing: 0.5rem;
  margin-bottom: 3.2rem;
}

.index-voice-slider-number {
  position: absolute;
  top: -6rem;
  left: 0;
  width: 11rem;
  z-index: -1;
}

.index-sns {
  padding: 5rem 0 15rem;
}

.index-sns::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  background-color: #000;
  background-image: url(../images/sns_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 102%;
  z-index: -1;
}

.index-sns .sec_ttl .en {
  width: 13rem;
}

.index-sns-img {
  width: 55rem;
  margin: 0 auto;
}

.index-sns-img-wrapper {
  padding: 8rem 0 0;
}

.index-organized {
  padding: 8rem 0;
}

.index-organized .sec_ttl .en {
  width: 70rem;
}

.index-organized::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  background-color: #000;
  background-image: url(../images/organized_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.index-organized-table {
  width: 65rem;
  margin: 8rem auto 0;
}

.index-organized-table table {
  width: 100%;
}

.index-organized-table table tr {
  display: flex;
}

.index-organized-table table tr.media th,
.index-organized-table table tr.media td {
  border-bottom: none;
}

.index-organized-table table th,
.index-organized-table table td {
  font-size: 1.8rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
  padding: 4rem 0;
  display: inline-block;
  letter-spacing: 0.3rem;
}

.index-organized-table table th {
  width: 25%;
  text-align: left;
}

.index-organized-table table td {
  width: 70%;
}

.index-organized-table-img + .index-organized-table-img {
  margin-top: 3rem;
}

.index-organized-table-img p {
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 1.6;
}

.index-organized-table-img p .sub {
  font-size: 1.4rem;
  display: block;
}

.sp-none {
  display: none;
}

@media (min-width: 769px) {
  .pc-none {
    display: none;
  }

  .sp-none {
    display: block;
  }
}

@media (max-width: 2400px) {
  .index-main {
    height: 170rem;
    padding: 0;
  }

  .index-main-banner {
    width: 100%;
  }

  .index-main-banner img {
    width: 100%;
  }

  .index-main-banner::before {
    content: none;
  }

  .index-about {
    padding: 10rem 0 7rem;
  }

  .index-price {
    padding: 6rem 0 8rem;
  }

  .index-price-img {
    margin: -65rem auto 0;
  }
}

@media (max-width: 1600px) {
  .index-main {
    height: 170rem;
    padding: 0;
  }

  .index-main-timeBox {
    margin-top: 28rem;
  }

  .index-price-img {
    width: 100%;
    margin-top: -50rem;
  }
}

@media (max-width: 1300px) {
  .slide-arrow.prev-arrow {
    left: 10%;
  }

  .slide-arrow.next-arrow {
    right: 7%;
  }

  .index-voice-slider-txt h3 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.33333vw;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 1.6rem;
  }

  .header-inner {
    padding: 2rem 3rem 0;
  }

  .header-logo {
    width: 30rem;
  }

  .header-navitem a {
    font-size: 1.6rem;
  }

  .footer-inner {
    padding: 8rem 0 12rem;
  }

  .footer-logo-wrap {
    width: 60rem;
  }

  .footer-txt-img {
    width: 88%;
    margin: 6rem auto 6rem 5rem;
  }

  .footer-txt-img::after {
    top: -2rem;
    left: -7rem;
    width: 16rem;
    height: 16rem;
    background-size: 16rem;
  }

  .footer-nav {
    display: block;
  }

  .footer-nav ul {
    justify-content: center;
  }

  .footer-nav li {
    font-size: 1.6rem;
  }

  .footer-copy {
    text-align: center;
    padding: 4rem 0 0;
  }

  .sec_ttl .ja {
    font-size: 2.8rem;
  }

  .txt--center-sp {
    text-align: left;
  }

  .flex-sp {
    display: block;
  }

  .slide-arrow.prev-arrow {
    left: 10%;
  }

  .slide-arrow.next-arrow {
    right: 3%;
  }

  .loading-text {
    font-size: 3.4rem;
  }

  .index-main {
    background-image: url(../images/main_img_sp.png);
    height: 180rem;
  }

  .index-main-txt {
    width: 65rem;
  }

  .index-main-txtwrap {
    width: 65rem;
    top: 23rem;
  }

  .index-main_link {
    width: 88%;
    margin: 6rem auto 6rem 5rem;
  }

  .index-main_link::after {
    left: -6rem;
  }

  .index-main-time-wrapper .index-main-time-wrapper-ttl {
    top: 1rem;
  }

  .index-main-time-wrapper .index-main-time-wrapper-ttl h3 {
    font-size: 2.5rem;
    padding-top: 0;
  }

  .index-main-time {
    font-size: 6.4rem;
    margin-top: -0.5rem;
    display: block;
  }

  .index-main-timeBox {
    margin-top: 40rem;
  }

  .index-main-time-wrapper {
    padding: 2rem 0 6rem;
  }

  .index-main-btn a {
    padding: 1.4rem 0.3rem;
    margin-top: 0.4rem;
  }

  .index-about-list-wrapper .desc {
    font-size: 2.6rem;
    line-height: 2;
    margin-top: 2rem;
  }

  .index-main-banner {
    top: 110rem;
  }

  .index-about-list li {
    width: 75%;
  }

  .index-about-list li:nth-child(2) {
    margin-top: -8rem;
  }

  .index-about-list li:first-child {
    margin-top: -8rem;
  }

  .index-price {
    background-image: url(../images/price_bg_sp.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0 5rem;
  }

  .index-price .sec_ttl .en {
    width: 45rem;
  }

  .index-price::before {
    height: 33rem;
  }

  .index-price-ttl {
    width: 43rem;
    margin: 2rem auto 0;
  }

  .index-price-txt {
    width: 45rem;
  }

  .index-price-txt p {
    text-align: center;
    font-size: 3.2rem;
    margin-top: 1rem;
  }

  .index-price-txtBox {
    padding-top: 75rem;
  }

  .index-price-txt-wrapper {
    background-image: url(../images/price_txt_bg_sp.png);
    flex-flow: column-reverse;
    padding: 3rem 0 0;
    height: 73rem;
    width: 90%;
    margin: 0 auto;
    justify-content: flex-end;
  }

  .index-price-txt-img {
    width: 35rem;
  }

  .index-program {
    padding: 10rem 0 3rem;
  }

  .index-program::before {
    top: 0;
    background-position: center;
    height: 100%;
  }

  .index-program::after {
    bottom: 0;
    z-index: -1;
  }

  .index-program-item {
    display: block;
  }

  .index-program-item:first-child .index-program-txtBox::before {
    top: -7rem;
    left: -2rem;
    width: 19rem;
    height: 12rem;
    background-image: url(../images/program-number01_sp.png);
    background-size: 19rem;
  }

  .index-program-item:nth-child(2) .index-program-txtBox::before {
    top: -7rem;
    left: -2rem;
    width: 19rem;
    height: 12rem;
    background-image: url(../images/program-number02_sp.png);
    background-size: 19rem;
  }

  .index-program-item:nth-child(3) .index-program-txtBox::before {
    top: -7rem;
    left: -2rem;
    width: 19rem;
    height: 12rem;
    background-image: url(../images/program-number03_sp.png);
    background-size: 19rem;
  }

  .index-program-item:last-child .index-program-txtBox::before {
    top: -7rem;
    left: -2rem;
    width: 19rem;
    height: 12rem;
    background-image: url(../images/program-number04_sp.png);
    background-size: 19rem;
  }

  .index-program-img {
    width: 95%;
    margin: 0 auto;
  }

  .index-program-txtBox {
    width: 95%;
    margin: 12rem auto 0;
  }

  .index-program-txtBox h3 {
    font-size: 3.5rem;
    padding: 0 2rem;
  }

  .index-program-txtBox p {
    font-size: 2.4rem;
    margin-top: 2rem;
    line-height: 2;
  }

  .index-feature {
    padding: 10rem 0 5rem;
  }

  .index-feature-item:nth-child(2) {
    margin: 10rem 0;
  }

  .index-feature-item:nth-child(2) .index-feature-itemimg {
    left: -4rem;
    width: 70rem;
  }

  .index-feature-itemtxt {
    width: 95%;
    margin: 0 auto;
    padding: 40rem 0 0;
  }

  .index-feature-itemtxt h3 span {
    font-size: 3.5rem;
  }

  .index-feature-itemtxt p {
    font-size: 2.6rem;
    margin-top: 2rem;
    line-height: 2;
  }

  .index-feature-itemimg {
    right: -4rem;
    width: 70rem;
  }

  .index-feature-item:first-child .index-feature-itemtxt h3::before {
    top: -9rem;
    left: -3rem;
    width: 16rem;
    height: 14rem;
    background-size: 16rem;
  }

  .index-feature-item:nth-child(2) .index-feature-itemtxt h3::before {
    top: -9rem;
    left: -3rem;
    width: 16rem;
    height: 14rem;
    background-size: 16rem;
  }

  .index-feature-item:last-child .index-feature-itemtxt h3::before {
    top: -9rem;
    left: -3rem;
    width: 16rem;
    height: 14rem;
    background-size: 16rem;
  }

  .index-flow {
    padding: 10rem 0 0;
  }

  .index-flow::before {
    background-image: url(../images/flow_bg_sp.png);
  }

  .index-flow-item {
    padding-top: 10rem;
  }

  .index-flow-itemimg {
    width: 42rem;
  }

  .index-flow-itemtxt h3 {
    font-size: 3.5rem;
    padding: 0rem;
  }

  .index-flow-itemtxt p {
    font-size: 2.2rem;
    margin-top: 1rem;
    line-height: 1.8;
  }

  .index-flow-item:first-child .index-flow-itemimg::after {
    background-image: url(../images/flow_item_line01_sp.png);
    bottom: -17.5rem;
    right: -17.8rem;
    width: 24.6rem;
    height: 24rem;
    background-size: 24.6rem;
  }

  .index-flow-item:first-child .index-flow-itemtxt::before {
    top: -6rem;
    left: -2rem;
    width: 14rem;
    background-size: 14rem;
    background-image: url(../images/flow_item_number01_sp.png);
  }

  .index-flow-item:nth-child(2) .index-flow-itemimg::after {
    background-image: url(../images/flow_item_line02_sp.png);
    bottom: -12.2rem;
    left: -19rem;
    width: 26rem;
    height: 21.8rem;
    background-size: 26rem;
  }

  .index-flow-item:nth-child(2) .index-flow-itemtxt::before {
    top: -6rem;
    left: -2rem;
    width: 14rem;
    background-size: 14rem;
    background-image: url(../images/flow_item_number02_sp.png);
  }

  .index-flow-item:nth-child(3) .index-flow-itemimg::after {
    bottom: -17.5rem;
    right: -17.8rem;
    width: 24.7rem;
    height: 24rem;
    background-size: 24.7rem;
    background-image: url(../images/flow_item_line03_sp.png);
  }

  .index-flow-item:nth-child(3) .index-flow-itemtxt::before {
    top: -6rem;
    left: -2rem;
    width: 14rem;
    background-size: 14rem;
    background-image: url(../images/flow_item_number03_sp.png);
  }

  .index-flow-item:last-child .index-flow-itemtxt::before {
    top: -6rem;
    left: -2rem;
    width: 14rem;
    background-size: 14rem;
    background-image: url(../images/flow_item_number04_sp.png);
  }

  .index-voice {
    padding: 10rem 0 0rem;
  }

  .index-voice-slider-item {
    display: block !important;
  }

  .index-voice-slider-img p {
    font-size: 2.4rem;
  }

  .index-voice-slider-img {
    width: 100%;
  }

  .index-voice-slider-txt {
    width: 100%;
    margin-left: 0;
    padding: 7rem 2rem 0 3.3rem;
  }

  .index-voice-slider-txt p {
    font-size: 2.4rem;
  }

  .index-voice-slider-txt h3 {
    font-size: 3.2rem;
    font-weight: 350;
  }

  .index-voice-slider-number {
    top: 1rem;
    left: 1rem;
    width: 13rem;
  }

  .index-sns {
    padding: 5rem 0 5rem;
  }

  .index-sns .sec_ttl .en {
    width: 15rem;
  }

  .index-organized {
    padding: 10rem 0;
  }

  .index-organized::before {
    background-image: url(../images/organized_bg_sp.png);
  }

  .index-organized-table {
    width: 90%;
  }

  .index-organized-table table tr.media {
    flex-flow: column;
  }

  .index-organized-table table tr.media td {
    padding: 2rem 0 0;
    width: 100%;
  }

  .index-organized-table table th,
  .index-organized-table table td {
    font-size: 2.2rem;
  }

  .index-organized-table table th {
    width: 30%;
  }

  .index-organized-table-img p {
    text-align: right;
    font-size: 1.6rem;
    margin: 3rem 0 4rem;
  }

  .index-organized-table-img p .sub {
    display: inline-block;
    font-size: 1.6rem;
    margin-right: 1.5rem;
  }
}

@media (max-width: 468px) {
  .index-voice-slider-item {
    margin: 0 3rem;
  }

  .index-voice-slider-number {
    top: 1.8rem;
    width: 10rem;
  }
}
