@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

/* all */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, address, strong, em, table, dl, ul, ol, img,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  padding: 0;
  margin: 0;
  background: transparent;
}

/* font */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, a, address, strong, em, form, input, textarea, select, submit,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}

/* indivisual */
a {
  border: none;
  color: inherit;
  text-decoration: none;
  word-wrap: break-word;
}

a:hover {
  text-decoration: none;
}

address, em {
  font-style: normal;
}

ul, ol {
  list-style: none none outside;
}

img {
  display: block;
  border: none;
}

.debug {
  height: auto;
  overflow-y: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  height: 100%;
  overflow-x: hidden;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: justify;
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
}

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

.w1120 {
  width: calc(100% - 4rem);
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.en {
  font-family: "Oswald", sans-serif;
}

#i_about, #i_point, #i_service, #i_effect, #i_recommend, #i_therapist, #i_for_thrapist {
  scroll-margin-top: 9.375rem;
}
@media only screen and (max-width: 1235px) {
  #i_about, #i_point, #i_service, #i_effect, #i_recommend, #i_therapist, #i_for_thrapist {
    scroll-margin-top: 12.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  #i_about, #i_point, #i_service, #i_effect, #i_recommend, #i_therapist, #i_for_thrapist {
    scroll-margin-top: 6.25rem;
  }
}

.cm_h2.active .img {
  transform: translateX(0);
  opacity: 1;
}
.cm_h2.active .jp {
  transition-delay: 0.125s;
  opacity: 1;
}
.cm_h2 .img {
  display: block;
  transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(1.5rem);
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .cm_h2 .img img {
    display: block;
    width: auto;
    max-width: unset;
    height: 2.5rem;
  }
}
.cm_h2 .jp {
  display: block;
  color: #fff;
  font-size: 2.75rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  white-space: nowrap;
  margin-top: 2rem;
  transition: 0.5s;
  transform: translateX(-2px);
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .cm_h2 .jp {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 1260px) {
  header.scroll .wrap {
    height: 7rem;
  }
}
@media only screen and (max-width: 1260px) {
  header.scroll .h1 {
    position: absolute;
    z-index: 1;
  }
  header.scroll .wrap::after {
    display: block;
  }
}
header .wrap nav .nav li {
  width: auto;
}
header .wrap nav .nav li a {
  display: block;
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: justify;
  white-space: nowrap;
  padding-left: 1.375em;
  position: relative;
}
header .wrap nav .nav li a:hover {
  background: linear-gradient(90deg, #FFEC92 0%, #B2711F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .wrap nav .nav li a:hover::before {
  background-image: url(../img/header/arrow.svg);
}
header .wrap nav .nav li a::before {
  width: 1em;
  height: 1em;
  content: "";
  background-image: url(../img/header/arrow_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.375s;
}
@media only screen and (min-width: 1025px) {
  header .h1 {
    position: absolute;
    top: 3rem;
    left: 5rem;
    z-index: 2;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1370px) {
  header .h1 {
    top: 3.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  header .h1 img {
    width: auto;
    height: 5.625rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1370px) {
  header .h1 img {
    height: 4.625rem;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1260px) {
  header .wrap {
    width: 100%;
    height: 10rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  header .wrap::before {
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
  header .wrap nav {
    position: absolute;
    top: 50%;
    right: 4rem;
    transform: translateY(-50%);
  }
  header .wrap nav .nav {
    display: flex;
    align-items: center;
    gap: 0 2rem;
  }
  header .wrap nav .nav.middle {
    padding-bottom: 1.125rem;
    margin-top: 1rem;
    padding-left: 4.1875rem;
    border-bottom: solid 0.0625rem #BFBFBF;
  }
  header .title, header .link_flex {
    display: none;
  }
}
@media only screen and (max-width: 1260px) {
  header.show .wrap {
    visibility: visible;
    opacity: 1;
  }
  header.show .wrap::before {
    transform: scale(1, 1);
  }
  header.show .wrap .wrap_inner {
    transition-delay: 0.25s;
    transform: translateY(0);
    opacity: 1;
  }
  header.show .menu::after {
    background-image: url(../img/header/close.svg);
  }
  header .h1 {
    aspect-ratio: 402/65;
    height: 3rem;
    position: fixed;
    top: 3.375rem;
    left: 2rem;
    z-index: 101;
  }
  header .h1 img {
    height: 4.625rem;
    margin-right: auto;
  }
  header .wrap {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: 0.5s;
    visibility: hidden;
    overflow-y: scroll;
    opacity: 0;
  }
  header .wrap::before {
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scale(1, 0);
    transform-origin: top;
  }
  header .wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 3rem;
    background-image: url(../img/header/logo.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 3.375rem;
    left: 2rem;
    display: none;
  }
  header .wrap .wrap_inner {
    transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(1.5rem);
    opacity: 0;
  }
  header .wrap nav {
    margin-left: 3.5rem;
    margin-top: 8.75rem;
  }
  header .wrap nav .nav li {
    width: 100%;
    margin-top: 2rem;
  }
  header .wrap nav .nav li a {
    font-size: 1.125rem;
  }
  header .wrap .title {
    display: block;
    width: calc(100% - 4rem);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    padding-top: 1rem;
    margin: 2rem auto 0;
    border-top: solid 0.0625rem #BFBFBF;
  }
  header .wrap .link_flex {
    margin-top: 2rem;
  }
  header .wrap .link_flex .link {
    display: block;
    width: 27.9375rem;
    height: 7.125rem;
    border: 0.0625rem solid;
    -o-border-image: linear-gradient(to right, #FFEC92 0%, #B2711F 100%);
       border-image: linear-gradient(to right, #FFEC92 0%, #B2711F 100%);
    border-image-slice: 1;
    margin: 2rem auto;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    opacity: 1;
  }
  header .wrap .link_flex .link:hover {
    color: #000;
    -webkit-text-fill-color: unset;
    background: linear-gradient(to right, #FFEC92 0%, #B2711F 100%);
  }
  header .wrap .link_flex .link:hover svg {
    fill: #000;
  }
  header .wrap .link_flex .link span {
    display: flex;
    align-items: center;
    width: calc(100% - 6rem);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .wrap .link_flex .link span small {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-left: 2.0625rem;
    transform: translateY(1px);
  }
  header .wrap .link_flex .link svg {
    width: 1.5rem;
    height: auto;
    fill: #fff;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
  }
  header .wrap .copy {
    display: block;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 2rem;
  }
  header .menu {
    visibility: visible;
    position: relative;
    z-index: 101;
  }
  header .menu::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 3.125rem;
    background-color: #000000;
    background-image: url(../img/header/menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: fixed;
    right: 2rem;
    top: 3rem;
  }
}

footer {
  margin-top: 12.5rem;
}
@media only screen and (max-width: 1024px) {
  footer {
    margin-top: unset;
  }
}
footer .w1120 {
  max-width: 70rem;
  width: calc(100% - 4rem);
  border-top: solid 0.0625rem #606060;
  margin: 0 auto;
  padding-top: 8rem;
}
@media only screen and (max-width: 1024px) {
  footer .w1120 {
    border-top: unset;
  }
}
footer .w1120 .logo {
  width: 41.9375rem;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  footer .w1120 .logo {
    width: 19.313125rem;
    margin: unset;
  }
}
footer .w1120 .logo img {
  width: 100%;
  height: auto;
}
footer .w1120 nav {
  max-width: 45.625rem;
  width: calc(100% - 4rem);
  border-bottom: solid 0.0625rem #606060;
  margin: 5rem auto 0;
}
@media only screen and (max-width: 1024px) {
  footer .w1120 nav {
    margin: 3rem 0 0;
    padding-bottom: 3.14375rem;
  }
}
footer .w1120 nav.g_nav1 {
  width: 100%;
  position: relative;
}
footer .w1120 nav.g_nav1 span {
  background: linear-gradient(90deg, #FFEC92 0%, #B2711F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media only screen and (min-width: 1025px) {
  footer .w1120 nav.g_nav1 .nav {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 2rem;
    margin-top: 2rem;
  }
  footer .w1120 nav.g_nav1 .nav.middle {
    padding-bottom: 2rem;
    margin-top: 2rem;
    padding-left: 4.1875rem;
    border-bottom: solid 0.0625rem #BFBFBF;
  }
}
footer .w1120 nav.g_nav1 .nav li {
  width: auto;
  padding-left: 1.375rem;
}
@media only screen and (max-width: 1024px) {
  footer .w1120 nav.g_nav1 .nav li {
    width: 100%;
    margin-top: 2rem;
  }
}
footer .w1120 nav.g_nav1 .nav li a {
  display: block;
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: justify;
  position: relative;
  transition: 0.1s ease;
}
footer .w1120 nav.g_nav1 .nav li a:hover {
  background: linear-gradient(90deg, #FFEC92 0%, #B2711F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer .w1120 nav.g_nav1 .nav li a:hover::before {
  background-image: url(../img/header/arrow.svg);
}
footer .w1120 nav.g_nav1 .nav li a::before {
  width: 0.9375rem;
  height: 0.9375rem;
  content: "";
  background-image: url(../img/header/arrow_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -1.25rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.375s;
}
footer .w1120 .title {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin: calc(4.1875rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1024px) {
  footer .w1120 .title {
    margin: calc(2.521875rem - 0.5em) 0 -0.5em;
  }
}
footer .w1120 .link_flex {
  max-width: 62rem;
  margin: 2rem auto 0;
}
@media only screen and (min-width: 1025px) {
  footer .w1120 .link_flex {
    display: flex;
    align-items: center;
    gap: 0 2rem;
  }
}
footer .w1120 .link_flex .link {
  display: block;
  width: 30rem;
  border: 0.0625rem solid;
  -o-border-image: linear-gradient(to right, #FFEC92 0%, #B2711F 100%);
     border-image: linear-gradient(to right, #FFEC92 0%, #B2711F 100%);
  border-image-slice: 1;
  padding: 3rem;
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  footer .w1120 .link_flex .link {
    width: 100%;
    margin-top: 2rem;
  }
}
footer .w1120 .link_flex .link:hover {
  color: #000;
  -webkit-text-fill-color: unset;
  background: linear-gradient(to right, #FFEC92 0%, #B2711F 100%);
}
footer .w1120 .link_flex .link:hover svg {
  fill: #000;
}
footer .w1120 .link_flex .link span {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1; /* 48px */
  letter-spacing: 0.1em;
  position: relative;
}
footer .w1120 .link_flex .link span small {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1; /* 26px */
  letter-spacing: 0.2em;
  margin-left: 2.0625rem;
}
footer .w1120 .link_flex .link svg {
  width: 1.5rem;
  height: auto;
  fill: #fff;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  footer .w1120 .link_flex .contact {
    margin: calc(2.5rem - 0.5em) 0 -0.5em;
  }
}
footer .w1120 .link_flex .contact li {
  color: #FFF;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1025px) {
  footer .w1120 .link_flex .contact li {
    display: flex;
    align-items: center;
    gap: 0 1rem;
  }
}
footer .w1120 .link_flex .contact li a {
  display: block;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
footer .w1120 .copy {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin: calc(4rem - 0.5em) 0 -0.5em;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  footer .w1120 .copy {
    margin: calc(3rem - 0.5em) 0 -0.5em;
  }
}

#index {
  overflow: hidden;
}
#index .contents .fixed_bg {
  width: 100%;
  height: 100%;
  z-index: -4;
  position: fixed;
  top: 0;
  left: 0;
}
#index .contents .fixed_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  #index .contents .fixed_bg img {
    opacity: 0.5;
  }
}
#index .contents .fixed_bg2 {
  width: 100%;
  height: 100%;
  z-index: -3;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
}
#index .contents #i_fv {
  height: 100vh;
  max-width: 70vw;
  padding-top: 13.9375rem;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_fv {
    max-width: 100%;
    aspect-ratio: unset;
    padding-top: 16rem;
  }
}
#index .contents #i_fv.active picture {
  transform: translateX(0);
  opacity: 1;
}
#index .contents #i_fv.active .lead span.grad.second::before {
  transition-delay: 0.25s;
  transform: scale(1, 1);
}
#index .contents #i_fv.active .lead span.grad.second span {
  transition-delay: 0.375s;
}
#index .contents #i_fv.active .lead span.grad::before {
  transition-delay: 0.125s;
  transform: scale(1, 1);
}
#index .contents #i_fv.active .lead span.grad span {
  transition-delay: 0.25s;
  transform: translateY(-4px);
  opacity: 1;
}
#index .contents #i_fv.active .lead span.en2 {
  transition-delay: 0.375s;
  transform: translateX(0);
  opacity: 1;
}
#index .contents #i_fv.active #fixedElement .reservation {
  opacity: 1;
}
#index .contents #i_fv.active #fixedElement .bnr_flex {
  transition-delay: 0.625s;
  transform: translateX(0);
  opacity: 1;
}
#index .contents #i_fv::after {
  content: "";
  width: 22.875vw;
  height: 36.75vw;
  background-image: url(../img/index/icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: hard-light;
  position: absolute;
  right: -7.875vw;
  top: 9.9375vw;
}
#index .contents #i_fv picture {
  display: block;
  width: 100%;
  height: calc(100vh - 13.9375rem);
  position: relative;
  transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(2rem);
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_fv picture {
    aspect-ratio: 512/643;
    margin: 0 auto;
  }
}
#index .contents #i_fv picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .contents #i_fv .lead {
  position: absolute;
  left: -9.8125vw;
  top: 13.9375rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_fv .lead {
    left: 2rem;
    top: 10.4375rem;
  }
}
#index .contents #i_fv .lead span {
  width: auto;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_fv .lead span {
    width: auto;
    height: 3.1425rem;
  }
  #index .contents #i_fv .lead span img {
    width: auto;
    height: 100%;
  }
}
#index .contents #i_fv .lead span.grad {
  display: inline-block;
  padding: 0.9375rem 1.375rem;
  position: relative;
}
#index .contents #i_fv .lead span.grad span {
  display: inline-block;
  color: #000;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(calc(0.5em - 4px));
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_fv .lead span.grad span {
    font-size: 1.875rem;
  }
}
#index .contents #i_fv .lead span.grad::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFEC92;
  background: linear-gradient(90deg, rgb(255, 236, 146) 0%, rgb(178, 113, 31) 100%);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(0, 1);
  transform-origin: left;
}
#index .contents #i_fv .lead span.en2 {
  display: block;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 2rem;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(1em);
  opacity: 0;
}
#index .contents #i_fv .lead span img {
  height: 100%;
}
#index .contents #i_fv .lead span:nth-of-type(2) {
  margin-top: 1vw;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_fv .lead span:nth-of-type(2) {
    margin-top: 0.644375rem;
  }
}
#index .contents #i_fv .lead span:nth-of-type(3) {
  width: 24.5vw;
  height: auto;
  margin-top: 2vw;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_fv .lead span:nth-of-type(3) {
    width: 15.794375rem;
    margin-top: 1.289375rem;
  }
}
#index .contents #i_fv #fixedElement .reservation {
  width: 14.28125rem;
  height: 7.5rem;
  background: url(../img/index/bnr.svg) center/cover no-repeat;
  position: fixed;
  right: 0;
  bottom: 1.875rem;
  z-index: 99;
  transition: 0.25s;
  opacity: 1;
  visibility: visible;
  transition: 0.375s;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_fv #fixedElement .reservation {
    width: 6.59375rem;
    height: 5rem;
    background: url(../img/index/_bnr.svg) center/cover no-repeat;
    bottom: 2rem;
  }
}
#index .contents #i_fv #fixedElement .reservation.hide {
  opacity: 0;
  visibility: hidden;
}
#index .contents #i_fv #fixedElement .reservation:hover {
  background: url(../img/index/bnr_hover.svg) center/cover no-repeat;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_fv #fixedElement .reservation:hover {
    background: url(../img/index/_bnr_hover.svg) center/cover no-repeat;
  }
}
#index .contents #i_fv #fixedElement .bnr_flex {
  display: block;
  width: 33.75rem;
  height: 7.5rem;
  background: url(../img/index/rec_bnr.jpg) center/cover no-repeat;
  position: fixed;
  left: 2.5rem;
  bottom: 2rem;
  z-index: 99;
  transition: 0.25s;
  opacity: 1;
  visibility: visible;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(-1.5rem);
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_fv #fixedElement .bnr_flex {
    width: 22.5rem;
    height: 5rem;
    left: 2rem;
    bottom: 2rem;
  }
}
#index .contents #i_fv #fixedElement .bnr_flex.hide {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 1025px) {
  #index .contents #i_fv #fixedElement .bnr_flex:hover {
    background-image: url(../img/index/_rec_bnr.jpg);
  }
}
#index .contents #i_fv .scroll {
  font-family: "Oswald", sans-serif;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  position: absolute;
  right: -7.5625rem;
  bottom: 17.1875rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_fv .scroll {
    display: none;
  }
}
#index .contents #i_fv .scroll::before {
  content: "";
  width: 0.0625rem;
  height: 6.25rem;
  background-color: #FFF;
  position: absolute;
  left: -0.25rem;
  top: 0;
  animation: scroll 1.5s infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#index .contents #i_about {
  margin-top: 12.5rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_about {
    margin-top: 8rem;
  }
}
#index .contents #i_about picture {
  width: 100%;
  height: auto;
  aspect-ratio: 1057/600;
}
#index .contents #i_about picture .bg {
  width: 100%;
  height: auto;
  position: relative;
}
#index .contents #i_about picture .bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .contents #i_about .w1120 {
  max-width: 70vw;
  margin: 0 auto 0;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_about .w1120 {
    max-width: 100%;
    width: calc(100% - 4rem);
  }
}
#index .contents #i_about .w1120 .about {
  width: auto;
  height: 2.5vw;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_about .w1120 .about {
    height: 2.5rem;
  }
}
#index .contents #i_about .w1120 .about img {
  width: auto;
  height: 100%;
}
#index .contents #i_about .w1120 .lead {
  margin-top: 3rem;
}
#index .contents #i_about .w1120 .lead .line2.active.black span {
  transform: translateY(-1px);
}
#index .contents #i_about .w1120 .lead .line2.active.gold span {
  transform: translateY(-2px);
}
#index .contents #i_about .w1120 .lead .line2.active::before {
  transform: scale(1, 1);
  transition-delay: 0.125s;
}
#index .contents #i_about .w1120 .lead .line2.active span {
  transform: translateY(-1px);
  opacity: 1;
}
#index .contents #i_about .w1120 .lead .line2.black span {
  transform: translateY(calc(0.5em - 1px));
}
#index .contents #i_about .w1120 .lead .line2.gold span {
  transform: translateY(calc(0.5em - 2px));
}
#index .contents #i_about .w1120 .lead .line2::before {
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(0, 1);
  transform-origin: left;
}
#index .contents #i_about .w1120 .lead .line2 span {
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(calc(0.5em - 1px));
  opacity: 0;
}
#index .contents #i_about .w1120 .lead .black {
  display: inline-block;
  position: relative;
  display: inline-block;
  padding: 0.9375rem 1.25rem 0 1.25rem;
  margin-top: 1rem;
  position: relative;
}
#index .contents #i_about .w1120 .lead .black.first {
  margin-top: 0;
}
#index .contents #i_about .w1120 .lead .black.large span {
  transform: translateY(-5px);
}
#index .contents #i_about .w1120 .lead .black span {
  display: inline-block;
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding-bottom: 0.9375rem;
  background: linear-gradient(90deg, rgb(255, 236, 146) 0%, rgb(178, 113, 31) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateY(-1px);
}
#index .contents #i_about .w1120 .lead .black span strong {
  font-family: "Oswald", sans-serif;
  font-size: 6.25rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}
#index .contents #i_about .w1120 .lead .black::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}
#index .contents #i_about .w1120 .lead .gold {
  display: inline-block;
  position: relative;
  display: inline-block;
  padding: 0.9375rem 1.25rem;
  position: relative;
  margin-top: 1rem;
}
#index .contents #i_about .w1120 .lead .gold span {
  display: inline-block;
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transform: translateY(-2px);
}
#index .contents #i_about .w1120 .lead .gold::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFEC92;
  background: linear-gradient(90deg, rgb(255, 236, 146) 0%, rgb(178, 113, 31) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
#index .contents #i_about .w1120 .line {
  width: 34.0625vw;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: calc(3vw - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_about .w1120 .line {
    width: 100%;
    margin: calc(3rem - 0.5em) 0 -0.5em;
  }
}
#index .contents #i_about .w1120 .box {
  width: 70vw;
  background: linear-gradient(90deg, rgba(255, 236, 146, 0.2) 0%, rgba(178, 113, 31, 0.2) 100%);
  margin-top: 8rem;
  padding: 3vw 3.9375vw 3vw 4.0625vw;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_about .w1120 .box {
    width: 100vw;
    margin: 4.021875rem calc(50% - 50vw) 0;
    padding: 4rem 2rem 4.055625rem;
  }
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_about .w1120 .box h3 {
    font-size: 1.42675rem;
    letter-spacing: 0.09em;
  }
}
#index .contents #i_about .w1120 .box h3 .jp {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transform: translateX(-5px);
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_about .w1120 .box h3 .jp {
    font-size: 1.4375rem;
  }
}
#index .contents #i_about .w1120 .box h3 .en {
  display: block;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 1.75rem 0 0 0;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_about .w1120 .box h3 .en {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1025px) {
  #index .contents #i_about .w1120 .box .box_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3vw 0;
    margin-top: 2.9375vw;
  }
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_about .w1120 .box .box_flex {
    margin-top: 3rem;
  }
}
#index .contents #i_about .w1120 .box .box_flex .inner_flex {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 0 1vw;
  /*

  &:nth-child(2) {
  	.img {
  		width: c_vw(48.22);

  		@include sp {
  			width: c_rem(44.1);
  		}
  	}

  	.img2 {
  		width: c_vw(428.63);

  		@include sp {
  			width: c_rem(392.03);
  		}
  	}
  }

  &:nth-child(3) {
  	.img {
  		width: c_vw(35.29);
  		margin-left: c_vw(15);

  		@include sp {
  			width: c_rem(32.28);
  		}
  	}

  	.img2 {
  		width: c_vw(264.46);

  		@include sp {
  			width: c_rem(241.87);
  		}
  	}
  }

  &:nth-child(4) {
  	.img {
  		width: c_vw(45.49);

  		@include sp {
  			width: c_rem(41.6);
  		}
  	}

  	.img2 {
  		width: c_vw(276.95);

  		@include sp {
  			width: c_rem(253.3);
  		}
  	}
  }

  .img {
  	width: c_vw(56.28);
  	height: auto;

  	@include sp {
  		width: c_rem(51.47);
  	}

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

  .img2 {
  	width: c_vw(351.86);
  	height: auto;

  	@include sp {
  		width: c_rem(298.64);
  	}

  	img {
  		width: 100%;
  		height: auto;
  	}
  }
  */
}
#index .contents #i_about .w1120 .box .box_flex .inner_flex:nth-child(2) .img2 {
  width: 24.73125rem;
  height: auto;
}
#index .contents #i_about .w1120 .box .box_flex .inner_flex:nth-child(2) .img2 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_about .w1120 .box .box_flex .inner_flex {
    width: 100%;
    gap: 0 0.916875rem;
    margin-top: 3rem;
  }
}
#index .contents #i_about .w1120 .box .box_flex .inner_flex .img {
  width: auto;
  height: 4.375rem;
}
#index .contents #i_about .w1120 .box .box_flex .inner_flex .img img {
  width: auto;
  height: 100%;
}
#index .contents #i_about .w1120 .box .box_flex .inner_flex .img2 {
  width: auto;
  height: 4.375rem;
}
#index .contents #i_about .w1120 .box .box_flex .inner_flex .img2 img {
  width: auto;
  height: 100%;
}
#index .contents #i_point {
  margin: 12.5rem auto 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point {
    margin-top: 8rem;
  }
}
#index .contents #i_point .w1120 {
  max-width: 70rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .w1120 h2 .img {
    width: 11.75rem;
  }
}
#index .contents #i_point .bg {
  margin-top: -1.75rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .bg {
    margin-top: -1.25rem;
  }
}
#index .contents #i_point .bg .relative {
  width: calc(50vw - 4rem);
  height: 47.25rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .bg .relative {
    width: 100%;
    height: auto;
  }
}
#index .contents #i_point .bg .relative .flex {
  display: flex;
  height: 100%;
  position: relative;
}
#index .contents #i_point .bg .relative .flex .left {
  flex-shrink: 0;
  width: 50%;
}
#index .contents #i_point .bg .relative .flex .right {
  width: 50%;
}
#index .contents #i_point .bg .relative .flex div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .contents #i_point .bg .relative .abs {
  width: 32.49vw;
  height: 23.096875vw;
  position: absolute;
  bottom: 5.215625rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .bg .relative .abs {
    width: 28rem;
    height: auto;
    bottom: unset;
    top: 18.625rem;
  }
}
#index .contents #i_point .bg .relative img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .contents #i_point .wrap {
  min-height: 47.25rem;
  position: relative;
}
#index .contents #i_point .wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background: RGBA(255, 236, 146, 20);
  background: linear-gradient(-180deg, rgba(255, 236, 146, 0.2) 0%, rgba(178, 113, 31, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap:before {
    top: 32.0625rem;
  }
}
#index .contents #i_point .wrap::after {
  content: "";
  width: 22.5625rem;
  height: 36.875rem;
  background: url(../img/index/icon6.svg) center/cover no-repeat;
  position: absolute;
  right: 20.5625rem;
  top: -10.75rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap::after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  #index .contents #i_point .wrap .flex {
    display: flex;
    justify-content: flex-end;
    max-width: 70rem;
    width: calc(100% - 4rem);
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap .flex {
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
#index .contents #i_point .wrap .flex .img {
  text-indent: -9999px;
}
#index .contents #i_point .wrap .flex .box {
  width: 50%;
  margin-top: 10rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap .flex .box {
    width: calc(100% - 4rem);
    margin: 43rem auto 0;
  }
}
#index .contents #i_point .wrap .flex .box .lead {
  display: block;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: -0.25em 0;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap .flex .box .lead {
    letter-spacing: 0.09em;
  }
}
#index .contents #i_point .wrap .flex .box .line {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: justify;
  margin: calc(3rem - 0.75em) 0 -0.75em;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap .flex .box .line {
    max-width: unset;
    width: 100%;
  }
}
#index .contents #i_point .wrap2 {
  margin-top: 10rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap2 {
    width: calc(100% - 4rem);
    border-top: solid 0.0625rem #808080;
    margin: 4rem auto 0;
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 1025px) {
  #index .contents #i_point .wrap2 .title_flex {
    display: flex;
    align-items: center;
    gap: 0 2rem;
    margin-left: 15vw;
  }
}
@media only screen and (max-width: 1300px) {
  #index .contents #i_point .wrap2 .title_flex {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap2 .title_flex {
    margin-left: unset;
  }
}
#index .contents #i_point .wrap2 .title_flex .h3_flex {
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap2 .title_flex .h3_flex {
    gap: 0 1.395625rem;
  }
}
#index .contents #i_point .wrap2 .title_flex .h3_flex .img {
  width: 2.25rem;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap2 .title_flex .h3_flex .img {
    width: 1.606875rem;
  }
}
#index .contents #i_point .wrap2 .title_flex .h3_flex .img2 {
  width: 14.5rem;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap2 .title_flex .h3_flex .img2 {
    width: 10.1175rem;
  }
}
#index .contents #i_point .wrap2 .title_flex .h3_flex .img2 img {
  height: 100%;
}
#index .contents #i_point .wrap2 .title_flex .lead {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-right: 2rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap2 .title_flex .lead {
    letter-spacing: 0.07em;
    margin: calc(3.02rem - 0.375em) 0 -0.375em;
  }
}
#index .contents #i_point .wrap2 .flex {
  margin-top: 5rem;
}
@media only screen and (min-width: 1025px) {
  #index .contents #i_point .wrap2 .flex {
    display: flex;
    justify-content: space-between;
    gap: 0 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap2 .flex {
    margin-top: 3rem;
  }
}
#index .contents #i_point .wrap2 .flex .txt_box {
  margin-left: 15vw;
}
@media only screen and (max-width: 1300px) {
  #index .contents #i_point .wrap2 .flex .txt_box {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap2 .flex .txt_box {
    margin-left: unset;
  }
}
#index .contents #i_point .wrap2 .flex .txt_box .fs25 {
  display: block;
  text-align: justify;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin: calc(5rem - 0.375em) 0 -0.375em;
}
#index .contents #i_point .wrap2 .flex .txt_box .fs25:nth-of-type(1) {
  margin-top: -0.375em;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap2 .flex .txt_box .fs25:nth-of-type(1) {
    margin: calc(3rem - 0.375em) 0 -0.375em;
  }
}
#index .contents #i_point .wrap2 .flex .txt_box .fs16 {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: calc(2rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap2 .flex .txt_box .fs16 {
    margin: calc(3rem - 0.5em) 0 -0.5em;
  }
}
#index .contents #i_point .wrap2 .flex .txt_box .img {
  width: 26.455rem;
  height: auto;
  margin-bottom: 3.9375rem;
}
#index .contents #i_point .wrap2 .flex .img {
  flex-shrink: 0;
  width: 50vw;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap2 .flex .img {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
}
@media only screen and (min-width: 1025px) {
  #index .contents #i_point .wrap2 .flex2 {
    display: flex;
    align-items: center;
    gap: 0 5.625rem;
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap2 .flex2 {
    border-top: solid 0.0625rem #808080;
    margin: 4rem auto 0;
    padding-top: 4rem;
  }
}
#index .contents #i_point .wrap2 .flex2 .txt_box {
  max-width: 33.75rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap2 .flex2 .txt_box {
    max-width: unset;
    margin-right: unset;
  }
}
#index .contents #i_point .wrap2 .flex2 .txt_box dl .fs25 {
  display: block;
  text-align: justify;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin: calc(4rem - 0.375em) 0 -0.375em;
}
#index .contents #i_point .wrap2 .flex2 .txt_box dl .fs25:nth-of-type(1) {
  margin-top: unset;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap2 .flex2 .txt_box dl .fs25:nth-of-type(1) {
    margin: calc(3rem - 0.375em) 0 -0.375em;
  }
}
#index .contents #i_point .wrap2 .flex2 .txt_box dl .fs16 {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: calc(2rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap2 .flex2 .txt_box dl .fs16 {
    margin: calc(3rem - 0.5em) 0 -0.5em;
  }
}
#index .contents #i_point .wrap2 .flex2 .txt_box .img {
  width: 26.455rem;
  height: auto;
  margin-bottom: 3.9375rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap2 .flex2 .txt_box .img {
    width: 18.51875rem;
  }
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_point .wrap2 .flex2 .txt_box .img2 {
    margin-top: 3rem;
    margin-left: calc(50% - 50vw);
  }
}
#index .contents #i_point .wrap2 .flex2 .img {
  width: 47.25%;
  height: auto;
}
#index .contents .accordion {
  max-width: 70rem;
  width: calc(100% - 4rem);
  background-image: url(../img/index/07.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0.03125rem solid #FFF;
  margin: 8rem auto 0;
}
@media only screen and (max-width: 1024px) {
  #index .contents .accordion {
    width: calc(100% - 4rem);
    margin: 4rem auto 0;
  }
}
#index .contents .accordion:nth-of-type(2) {
  margin: 4rem auto 0;
  background-image: url(../img/index/08.jpg);
}
@media only screen and (max-width: 1024px) {
  #index .contents .accordion:nth-of-type(2) {
    margin: 3rem auto 0;
  }
}
#index .contents .accordion .accordion_title {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 5.6875rem 25.9375rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #index .contents .accordion .accordion_title {
    padding: 3.6875rem 1.75rem;
  }
}
#index .contents .accordion .accordion_title::-webkit-details-marker {
  display: none;
}
#index .contents .accordion .accordion_title::before {
  content: "";
  width: 9rem;
  height: 14.375rem;
  background-image: url(../img/index/icon7.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  #index .contents .accordion .accordion_title::before {
    display: none;
  }
}
#index .contents .accordion .accordion_title .img {
  width: auto;
  height: 2.875rem;
}
#index .contents .accordion .accordion_title .img img {
  width: auto;
  height: 100%;
}
#index .contents .accordion .accordion_title .plus {
  width: 2.1875rem;
  height: 2.1875rem;
  position: absolute;
  top: 50%;
  right: 3.875rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  #index .contents .accordion .accordion_title .plus {
    right: 2rem;
  }
}
#index .contents .accordion .accordion_title .plus::before, #index .contents .accordion .accordion_title .plus::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -1rem;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 0.625rem;
}
#index .contents .accordion .accordion_title .plus::before {
  width: 0.3125rem;
  height: 2.1875rem;
}
#index .contents .accordion .accordion_title .plus::after {
  width: 2.1875rem;
  height: 0.3125rem;
}
#index .contents .accordion_contents {
  font-weight: 700;
  line-height: 2;
  text-align: justify;
  padding: 0 4rem 7.875rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents .accordion_contents {
    padding: 0 1.75rem 4rem;
  }
}
#index .contents .accordion[open] .accordion_title::before {
  width: 16.8125rem;
  height: 26.875rem;
  background-image: url(../img/index/icon8.svg);
  top: 0;
  left: 0;
  transform: unset;
}
#index .contents .accordion[open] .accordion_title .plus::before {
  transform: rotate(45deg);
}
#index .contents .accordion[open] .accordion_title .plus::after {
  transform: rotate(45deg);
}
#index .contents #i_scroll {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  #index .contents #i_scroll .box {
    position: absolute;
    left: calc(50vw + 4rem);
    top: 9.5625vw;
  }
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_scroll .box {
    width: calc(100% - 4rem);
    margin: 3rem auto 0;
  }
}
#index .contents #i_scroll .box .line2.active::before {
  transform: scale(1, 1);
  transition-delay: 0.125s;
}
#index .contents #i_scroll .box .line2.active span {
  transform: translateY(-2px);
  opacity: 1;
}
#index .contents #i_scroll .box .line2::before {
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(0, 1);
  transform-origin: left;
}
#index .contents #i_scroll .box .line2 span {
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
#index .contents #i_scroll .box .gold {
  display: inline-block;
  position: relative;
  display: inline-block;
  padding: 0.9375rem 1.25rem;
  position: relative;
  margin-top: 0.75rem;
}
#index .contents #i_scroll .box .gold:first-child {
  margin-top: 0;
}
#index .contents #i_scroll .box .gold::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFEC92;
  background: linear-gradient(90deg, rgb(255, 236, 146) 0%, rgb(178, 113, 31) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
#index .contents #i_scroll .box .gold span {
  display: inline-block;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transform: translateY(calc(0.5em - 2px));
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_scroll .box .gold span {
    font-size: 1.375rem;
  }
}
#index .contents #i_scroll .box .gold span strong {
  display: inline-block;
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  padding: 0 0.0625em;
  transform: translateY(4px);
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_scroll .box .gold span strong {
    font-size: 2rem;
    transform: translateY(2px);
  }
}
#index .contents #i_scroll .box .link {
  display: block;
  margin-top: 3vw;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_scroll .box .link {
    margin-top: 2rem;
  }
}
#index .contents #i_scroll .box .link a {
  display: block;
  width: 25vw;
  color: #000;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  border: 0.125rem solid #000;
  padding: 2.75vw 0;
  position: relative;
  transition: 0.25s;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_scroll .box .link a {
    width: 100%;
    color: #fff;
    font-size: 1.125rem;
    padding: 3.0625rem 0;
    border-color: #fff;
  }
}
#index .contents #i_scroll .box .link a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFEC92 0%, #B2711F 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.25s;
}
@media only screen and (min-width: 1025px) {
  #index .contents #i_scroll .box .link a::before {
    opacity: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_scroll .box .link a::before {
    display: none;
  }
}
#index .contents #i_scroll .box .link a:hover {
  border-color: transparent;
}
#index .contents #i_scroll .box .link a:hover::before {
  opacity: 1;
}
#index .contents #i_scroll .box .link a svg {
  width: 1.20125vw;
  height: auto;
  fill: #000;
  position: absolute;
  right: 1.045625vw;
  bottom: 1.060625vw;
  transition: 0.25s;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_scroll .box .link a svg {
    fill: #fff;
    width: 1.345rem;
    right: 1.1875rem;
    bottom: 1.1875rem;
  }
}
#index .contents #i_scroll .wrap {
  width: 100%;
  height: 49.875vw;
  background-image: url(../img/index/09.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 10rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_scroll .wrap {
    height: 33.75rem;
    background-image: url(../img/index/_09.jpg);
    margin-top: 6rem;
  }
}
#index .contents #i_scroll .wrap::before {
  content: "";
  width: 2.27125vw;
  height: 24.09625vw;
  background: url(../img/index/personal_physiotherapist.svg) center/cover no-repeat;
  position: absolute;
  left: 7.75vw;
  top: 9.5625vw;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_scroll .wrap::before {
    display: none;
  }
}
#index .contents #i_scroll .wrap::after {
  content: "";
  width: 18.4375vw;
  height: 29.625vw;
  background: url(../img/index/icon_stroke.svg) center/cover no-repeat;
  position: absolute;
  left: 15vw;
  top: 20.25vw;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_scroll .wrap::after {
    display: none;
  }
}
#index .contents #i_scroll .slider {
  width: 100%;
  display: flex;
  overflow: hidden;
}
#index .contents #i_scroll .slider ul {
  display: flex;
  animation: scroll-left 160s infinite linear 0.5s both;
}
#index .contents #i_scroll .slider ul li {
  height: 12.6875rem;
  aspect-ratio: 400/203;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_scroll .slider ul li {
    height: 6.25rem;
    aspect-ratio: 196.56/100;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#index .contents #i_service {
  height: auto;
  margin: 12.5rem auto 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_service {
    margin: 8rem auto 0;
  }
}
#index .contents #i_service:before {
  content: "";
  width: 100%;
  height: 47.25rem;
  background: RGBA(255, 236, 146, 20);
  background: linear-gradient(-180deg, rgba(255, 236, 146, 0.2) 0%, rgba(178, 113, 31, 0) 100%);
  position: absolute;
  left: 0;
  top: 6.75rem;
  z-index: -2;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_service:before {
    top: 5.125rem;
  }
}
#index .contents #i_service .wrap {
  max-width: 70rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_service .wrap h2 {
    width: 13.125rem;
  }
}
#index .contents #i_service .wrap .flex {
  border-top: solid 0.0625rem #868482;
  padding: 5rem 0 0;
  margin-top: 5rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_service .wrap .flex {
    margin-top: unset;
    padding: 3rem 0;
  }
}
#index .contents #i_service .wrap .flex:nth-of-type(1) {
  border-top: unset;
  margin-top: 8rem;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_service .wrap .flex:nth-of-type(1) {
    margin-top: 5rem;
    padding: 0 0 3rem;
  }
}
@media only screen and (min-width: 1025px) {
  #index .contents #i_service .wrap .flex {
    display: flex;
    align-items: flex-start;
    gap: 0 3rem;
  }
}
#index .contents #i_service .wrap .flex .img3 {
  flex-shrink: 0;
  width: calc(50% - 1.5rem);
  height: auto;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_service .wrap .flex .img3 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_service .wrap .flex .txt_box {
    width: 100%;
  }
}
#index .contents #i_service .wrap .flex .txt_box h3 .jp {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: -0.25em 0;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_service .wrap .flex .txt_box h3 .jp {
    font-size: 1.55625rem;
    margin: calc(2rem - 0.25em) 0 -0.25em;
  }
}
#index .contents #i_service .wrap .flex .txt_box h3 .jp.narrow {
  letter-spacing: 0;
}
#index .contents #i_service .wrap .flex .txt_box h3 .en {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  transform: translateX(1px);
}
#index .contents #i_service .wrap .flex .txt_box .lead2 {
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  margin: calc(2rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_service .wrap .flex .txt_box .lead2 {
    margin: calc(2rem - 0.5em) 0 -0.5em;
  }
}
#index .contents #i_effect {
  height: auto;
  margin: 12.5rem auto 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_effect {
    margin: 5rem auto 0;
  }
}
#index .contents #i_effect:before {
  content: "";
  width: 100%;
  height: 47.25rem;
  background: RGBA(255, 236, 146, 20);
  background: linear-gradient(-180deg, rgba(255, 236, 146, 0.2) 0%, rgba(178, 113, 31, 0) 100%);
  position: absolute;
  left: 0;
  top: 6.75rem;
  z-index: -2;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_effect:before {
    top: 5.125rem;
  }
}
#index .contents #i_effect .wrap {
  max-width: 70rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_effect .wrap h2 {
    width: 12rem;
  }
}
#index .contents #i_effect .wrap .flex {
  margin-top: 5.148125rem;
}
@media only screen and (min-width: 1025px) {
  #index .contents #i_effect .wrap .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.3125rem 1.3125rem;
  }
}
#index .contents #i_effect .wrap .flex li a {
  display: block;
  width: 16.5rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  border: 0.0625rem solid;
  -o-border-image: linear-gradient(to right, #FFEC92 0%, #B2711F 100%);
     border-image: linear-gradient(to right, #FFEC92 0%, #B2711F 100%);
  border-image-slice: 1;
  padding: 1rem 0;
  position: relative;
  z-index: 1;
  transition: 1s;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_effect .wrap .flex li a {
    width: 100%;
    margin-top: 1rem;
    padding: 1.5625rem 0;
  }
}
#index .contents #i_effect .wrap .flex li a:hover {
  color: #000;
  background: linear-gradient(to right, #FFEC92 0%, #B2711F 100%);
}
#index .contents #i_effect .wrap .box_flex {
  margin-top: 6rem;
}
@media only screen and (min-width: 1025px) {
  #index .contents #i_effect .wrap .box_flex {
    display: flex;
    align-items: flex-start;
    gap: 0 3rem;
  }
}
#index .contents #i_effect .wrap .box_flex .inner1 h3 .en {
  display: inline-block;
  font-size: 1.75rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-right: 5rem;
  position: relative;
}
#index .contents #i_effect .wrap .box_flex .inner1 h3 .en::after {
  content: "";
  width: 4rem;
  height: 0.0625rem;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#index .contents #i_effect .wrap .box_flex .inner1 h3 .line2.active::before {
  transform: scale(1, 1);
  transition-delay: 0.125s;
}
#index .contents #i_effect .wrap .box_flex .inner1 h3 .line2.active span {
  transform: translateY(-2px);
  opacity: 1;
}
#index .contents #i_effect .wrap .box_flex .inner1 h3 .line2::before {
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(0, 1);
  transform-origin: left;
}
#index .contents #i_effect .wrap .box_flex .inner1 h3 .line2 span {
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
#index .contents #i_effect .wrap .box_flex .inner1 h3 .gold {
  display: inline-block;
  position: relative;
  display: inline-block;
  padding: 0.9375rem 1.25rem;
  position: relative;
  margin-top: 3.3125rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_effect .wrap .box_flex .inner1 h3 .gold {
    margin-top: 2rem;
  }
}
#index .contents #i_effect .wrap .box_flex .inner1 h3 .gold.middle {
  margin-top: 1rem;
}
#index .contents #i_effect .wrap .box_flex .inner1 h3 .gold span {
  display: inline-block;
  color: #000;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transform: translateY(calc(0.5em - 2px));
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_effect .wrap .box_flex .inner1 h3 .gold span {
    font-size: 2rem;
  }
}
#index .contents #i_effect .wrap .box_flex .inner1 h3 .gold::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFEC92;
  background: linear-gradient(90deg, rgb(255, 236, 146) 0%, rgb(178, 113, 31) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
#index .contents #i_effect .wrap .box_flex .inner1 .img2 {
  width: 2.256875rem;
  height: auto;
  position: relative;
}
#index .contents #i_effect .wrap .box_flex .inner1 .img2::after {
  content: "";
  width: 4.78125rem;
  height: 0.0625rem;
  background: #fff;
  position: absolute;
  right: -6.07375rem;
  top: 50%;
  transform: translateY(-50%);
}
#index .contents #i_effect .wrap .box_flex .inner1 .p {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin: calc(2.5rem - 0.375em) 0 -0.375em;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_effect .wrap .box_flex .inner1 .p {
    font-size: 1rem;
    margin: calc(2rem - 0.375em) 0 -0.375em;
  }
}
#index .contents #i_effect .wrap .box_flex .inner1 .img6 {
  max-width: 33.5625rem;
  height: auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_effect .wrap .box_flex .inner1 .img6 {
    width: 100%;
    margin-top: 2rem;
  }
}
#index .contents #i_effect .wrap .box_flex .inner2 {
  flex-shrink: 0;
  width: calc(50% - 1.5rem);
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_effect .wrap .box_flex .inner2 {
    width: 100%;
    margin-top: 2rem;
  }
}
#index .contents #i_effect .wrap .box_flex .inner2 .inner_flex {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
#index .contents #i_effect .wrap .box_flex .inner2 .inner_flex .img7 {
  width: 1.570625rem;
  height: 2.5rem;
}
#index .contents #i_effect .wrap .box_flex .inner2 .inner_flex .img7 img {
  width: 100%;
  height: auto;
}
#index .contents #i_effect .wrap .box_flex .inner2 .inner_flex .about {
  display: block;
  width: 17.5rem;
  height: 2.5rem;
  color: #000;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  border-radius: 1.25rem;
  padding: 1rem 0;
  background-color: #FFF;
  position: relative;
}
#index .contents #i_effect .wrap .box_flex .inner2 .inner_flex .about span {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translate(-50%, -50%);
}
#index .contents #i_effect .wrap .box_flex .inner2 .text {
  margin-top: 2.62125rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_effect .wrap .box_flex .inner2 .text {
    margin-top: 2rem;
  }
}
#index .contents #i_effect .wrap .box_flex .inner2 .text li {
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: calc(0.75rem - 0.25em) 1rem;
  margin-top: 0.5rem;
  border: 1px solid #fff;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_effect .wrap .box_flex .inner2 .text li {
    font-size: 1.125rem;
  }
}
#index .contents #i_effect .wrap .box_flex .inner2 .text li:first-child {
  margin-top: 0;
}
#index .contents #i_effect .wrap .box_flex .inner2 .lead {
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  margin: calc(3rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_effect .wrap .box_flex .inner2 .lead {
    margin: calc(2rem - 0.5em) 0 -0.5em;
  }
}
#index .contents #i_recommend {
  padding-bottom: 5rem;
  margin-top: 12.5rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_recommend {
    margin-top: 8rem;
  }
}
#index .contents #i_recommend::before {
  content: "";
  width: 100vw;
  height: calc(100% - 2.375rem);
  background: linear-gradient(180deg, rgba(255, 236, 146, 0.5) 0.01%, rgba(178, 113, 31, 0.5) 99.99%);
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  top: 2.375rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_recommend::before {
    height: calc(100% - 1.25rem);
    top: 1.25rem;
  }
}
#index .contents #i_recommend .h2_flex img {
  width: 41.625rem;
  height: auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_recommend .h2_flex img {
    width: 28.375rem;
  }
}
#index .contents #i_recommend .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 10.8125rem);
  grid-auto-rows: auto;
  gap: 1.0625rem;
  justify-content: center;
  max-width: 70.1875rem;
  width: calc(100% - 4rem);
  margin: 5rem auto 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_recommend .grid {
    grid-gap: 3rem;
  }
}
#index .contents #i_recommend .grid .thumbnail_item {
  display: block;
  width: 10.8125rem;
  pointer-events: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  position: relative;
  border-bottom: solid 0.0625rem #fff;
  padding-bottom: 1rem;
  transition: 1.5s;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_recommend .grid .thumbnail_item {
    display: block;
    padding-bottom: 0.5rem;
  }
}
#index .contents #i_recommend .grid .thumbnail_item:hover {
  border-bottom: solid 0.0625rem;
  -o-border-image: linear-gradient(to right, #FFEC92 0%, #B2711F 100%);
     border-image: linear-gradient(to right, #FFEC92 0%, #B2711F 100%);
  border-image-slice: 1;
}
#index .contents #i_recommend .grid .thumbnail_item.on {
  border-bottom: solid 0.0625rem;
  -o-border-image: linear-gradient(to right, #FFEC92 0%, #B2711F 100%);
     border-image: linear-gradient(to right, #FFEC92 0%, #B2711F 100%);
  border-image-slice: 1;
}
#index .contents #i_recommend .grid .thumbnail_item .title {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: linear-gradient(90deg, #FFEC92 0%, #B2711F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: unset;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_recommend .grid .thumbnail_item .title {
    margin-top: unset;
  }
}
#index .contents #i_recommend .grid .thumbnail_item span {
  display: block;
  font-weight: 700;
  line-height: 1;
  /* 32px */
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_recommend .grid .thumbnail_item span {
    margin-top: 0.5rem;
  }
}
#index .contents #i_recommend .grid .thumbnail_item span small {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 2;
}
#index .contents #i_recommend .slider_container {
  max-width: 70rem;
  width: calc(100% - 4rem);
  margin: 5rem auto 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_recommend .slider_container {
    margin: 3rem auto 0;
  }
}
#index .contents #i_recommend .slider_container #slider {
  position: relative;
  z-index: 0;
}
#index .contents #i_recommend .slider_container #slider .swiper-slide .box {
  max-width: 46.875rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1235px) {
  #index .contents #i_recommend .slider_container #slider .swiper-slide .box {
    max-width: unset;
    width: 100%;
  }
}
@media only screen and (min-width: 1235px) {
  #index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex {
    display: flex;
    align-items: center;
    gap: 0 3rem;
  }
}
#index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .img {
  width: 19.625rem;
  height: auto;
}
@media only screen and (max-width: 1235px) {
  #index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .img {
    width: 14.6533125rem;
    aspect-ratio: 234.45/280;
    margin: 0 auto;
  }
}
#index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .img img {
  width: 100%;
  height: auto;
}
#index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .txt_box {
  width: 20.3125rem;
  padding-bottom: 0.25rem;
}
@media only screen and (max-width: 1235px) {
  #index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .txt_box {
    width: unset;
  }
}
#index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .txt_box .title {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  text-align: justify;
  white-space: nowrap;
}
@media only screen and (max-width: 1235px) {
  #index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .txt_box .title {
    text-align: center;
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 1235px) {
  #index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .txt_box dd {
    text-align: center;
  }
}
#index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .txt_box dd .name {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.2;
  text-align: justify;
  margin: calc(2rem - 0.6em) 0 -0.6em;
}
@media only screen and (max-width: 1235px) {
  #index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .txt_box dd .name {
    text-align: center;
  }
}
#index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .txt_box dd .small {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.2;
  text-align: justify;
  padding: 1rem 0 0 0.5rem;
}
#index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .txt_box dd.lead {
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  /* 48px */
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin: calc(3.8125rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1235px) {
  #index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .txt_box dd.lead {
    display: block;
    text-align: center;
  }
}
#index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .txt_box dd.link {
  margin-top: 3rem;
}
#index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .txt_box dd.link button {
  display: block;
  width: 12.375rem;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 1.5rem;
  border: solid 0.0625rem #fff;
  background-color: transparent;
  cursor: pointer;
  padding: 1rem 0 1rem 1rem;
  position: relative;
  transition: 0.375s;
}
@media only screen and (max-width: 1235px) {
  #index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .txt_box dd.link button {
    margin: 0 auto 2.5rem;
  }
}
#index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .txt_box dd.link button:hover {
  color: #000;
  border: solid 0.0625rem #000;
  background-color: #fff;
}
#index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .txt_box dd.link button:hover svg {
  fill: #000;
}
#index .contents #i_recommend .slider_container #slider .swiper-slide .box .title_flex .txt_box dd.link button svg {
  width: 1.375rem;
  height: auto;
  fill: #fff;
  position: absolute;
  left: 1.25rem;
  top: calc(50% + 2px);
  transition: 0.25s;
  transform: translateY(-50%);
}
#index .contents #i_recommend .slider_container #slider .swiper-slide .line {
  display: none;
  font-weight: 700;
  line-height: 2;
  text-align: justify;
  margin: calc(3.125rem - 0.5em) 0 -0.5em;
  padding-bottom: 12.5rem;
}
@media only screen and (max-width: 1235px) {
  #index .contents #i_recommend .slider_container #slider .swiper-slide .line {
    width: 100%;
    margin: calc(3.125rem - 0.5em) auto -0.5em;
    padding-bottom: 8rem;
  }
}
#index .contents #i_recommend .slider_container .arrow_box {
  width: 70.1875rem;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1235px) {
  #index .contents #i_recommend .slider_container .arrow_box {
    width: 28rem;
    top: 7.0625rem;
  }
}
#index .contents #i_recommend .slider_container .arrow_box .prev-arrow {
  width: 6.25rem;
  height: 6.25rem;
  background: url(../img/index/left_arrow.svg) center/cover no-repeat;
  cursor: pointer;
  position: absolute;
  left: -3.125rem;
  top: 8.875rem;
  z-index: 1;
  transition: 0.25s;
}
@media only screen and (max-width: 1235px) {
  #index .contents #i_recommend .slider_container .arrow_box .prev-arrow {
    width: 4.0625rem;
    height: 4.0625rem;
    left: 0;
    top: 0;
  }
}
#index .contents #i_recommend .slider_container .arrow_box .prev-arrow:hover {
  filter: invert(1);
}
#index .contents #i_recommend .slider_container .arrow_box .next-arrow {
  width: 6.25rem;
  height: 6.25rem;
  background: url(../img/index/right_arrow.svg) center/cover no-repeat;
  cursor: pointer;
  position: absolute;
  right: -3.125rem;
  top: 8.875rem;
  z-index: 1;
  transition: 0.25s;
}
@media only screen and (max-width: 1235px) {
  #index .contents #i_recommend .slider_container .arrow_box .next-arrow {
    width: 4.0625rem;
    height: 4.0625rem;
    right: 0;
    top: 0;
  }
}
#index .contents #i_recommend .slider_container .arrow_box .next-arrow:hover {
  filter: invert(1);
}
#index .contents #i_recommend .modal {
  max-width: 50rem;
  width: calc(100% - 2rem);
  max-height: calc(100vh - 2rem);
  border: solid 0.0625rem #FFF;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5rem;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(-50%, calc(1.5rem - 50%));
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  overflow-y: visible; /* 変更: auto → visibleでモーダル自体のスクロールを無効化 */
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_recommend .modal {
    padding: 5rem 1rem;
    width: calc(100% - 1rem);
    max-height: calc(100vh - 1rem);
  }
}
#index .contents #i_recommend .modal.show {
  transition-delay: 0.25s;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}
#index .contents #i_recommend .modal .modal-close {
  width: 2.1875rem;
  height: 2.1875rem;
  cursor: pointer;
  background: none;
  border: solid #fff;
  border-width: 0 0 1px 1px;
  margin-top: -0.0625rem;
  margin-right: -0.0625rem;
  padding: 1.875rem;
  position: absolute;
  top: 0rem;
  right: 0rem;
  transition: 0.25s;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_recommend .modal .modal-close {
    width: 1.640625rem;
    height: 1.640625rem;
    padding: 1.8125rem;
  }
}
#index .contents #i_recommend .modal .modal-close:hover {
  background: #fff;
}
#index .contents #i_recommend .modal .modal-close:hover::before, #index .contents #i_recommend .modal .modal-close:hover::after {
  background: #000;
}
#index .contents #i_recommend .modal .modal-close::before, #index .contents #i_recommend .modal .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.125rem;
  height: 2.1875rem;
  background: #fff;
  transition: 0.25s;
}
#index .contents #i_recommend .modal .modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#index .contents #i_recommend .modal .modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#index .contents #i_recommend .modal .modal-content {
  position: relative;
  max-height: calc(100vh - 11.25rem); /* 変更: none → モーダルのパディングと閉じるボタンを考慮 */
  overflow-y: auto; /* 変更: visible → autoでコンテンツだけスクロール可能 */
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_recommend .modal .modal-content {
    max-height: calc(100vh - 8rem); /* 変更: スマホのパディング(80+16+16=112)+マージン考慮 */
  }
}
#index .contents #i_recommend .modal .modal-content #modalTitle {
  display: block;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_recommend .modal .modal-content #modalTitle {
    font-size: 1rem;
  }
}
#index .contents #i_recommend .modal .modal-content #modalName {
  display: inline-block;
  text-align: justify;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_recommend .modal .modal-content #modalName {
    font-size: 1.5rem;
  }
}
#index .contents #i_recommend .modal .modal-content #modalSmall {
  display: inline-block;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  text-align: justify;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_recommend .modal .modal-content #modalSmall {
    font-size: 1rem;
  }
}
#index .contents #i_recommend .modal .modal-content p {
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  margin: calc(3rem - 0.5em) 0 -0.5em;
}
#index .contents #i_recommend .modal .modal-content .modalClose {
  display: block;
  width: 12.375rem;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 1.5rem;
  border: 0.0625rem solid #FFF;
  background-color: transparent;
  cursor: pointer;
  padding: 1.125rem;
  margin: 5rem auto 0;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_recommend .modal .modal-content .modalClose {
    margin: 3rem auto 0;
  }
}
#index .contents #i_recommend .modal .modal-content .modalClose:hover {
  color: #000;
  background-color: #FFF;
}
#index .contents #i_recommend .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(0.875);
  opacity: 0;
  visibility: hidden;
}
#index .contents #i_recommend .overlay.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
#index .contents #i_voice {
  max-width: 70rem;
  width: calc(100% - 4rem);
  margin: 12.5rem auto 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_voice {
    margin: 10.25rem auto 0;
  }
}
#index .contents #i_voice .flex {
  margin-top: 2rem;
}
#index .contents #i_voice .flex:nth-of-type(1) {
  margin-top: 5rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_voice .flex:nth-of-type(1) {
    margin-top: 3.033125rem;
  }
}
@media only screen and (min-width: 1025px) {
  #index .contents #i_voice .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5rem 3.1875rem;
  }
}
#index .contents #i_voice .flex .accordion2 {
  width: calc((100% - 3.1875rem) / 2);
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_voice .flex .accordion2 {
    width: 100%;
  }
}
#index .contents #i_voice .flex .accordion2 .name {
  display: block;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_voice .flex .accordion2 .name {
    margin: calc(2rem - 0.375em) 0 -0.375em;
  }
}
#index .contents #i_voice .flex .accordion2 .about {
  display: block;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: calc(2rem - 0.5em) 0 -0.5em;
}
#index .contents #i_voice .flex .accordion2 .line {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: calc(3rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_voice .flex .accordion2 .line {
    margin: calc(2rem - 0.5em) 0 -0.5em;
  }
}
#index .contents #i_voice .flex .accordion2 .hide-text {
  transition: 0.3s ease;
}
#index .contents #i_voice .flex .accordion2 .readmore {
  display: block;
  width: 100%;
  height: 3.3125rem;
  background-color: #000000;
  border: solid 0.0625rem #fff;
  cursor: pointer;
  margin: 3rem auto 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_voice .flex .accordion2 .readmore {
    margin: 2rem auto 0;
  }
}
#index .contents #i_voice .flex .accordion2 .readmore::before {
  content: "";
  width: 0.521875rem;
  height: 0.521875rem;
  border-bottom: solid 0.25rem #fff;
  border-right: solid 0.25rem #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
}
#index .contents #i_voice .flex .accordion2 .readmore.on-click:before {
  transform: rotate(225deg);
}
#index .contents #i_therapist {
  height: auto;
  margin: 12.5rem auto 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_therapist {
    margin: 8rem auto 0;
  }
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_therapist h2 {
    width: 14.625rem;
  }
}
#index .contents #i_therapist::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #2B2B2B;
  position: absolute;
  left: 0;
  top: 6.875rem;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_therapist::before {
    top: 5.125rem;
  }
}
#index .contents #i_therapist .w1120 {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_therapist .w1120 .cm_h2 {
    margin-left: 2rem;
  }
}
#index .contents #i_therapist .flex {
  margin: 5rem auto 0;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  #index .contents #i_therapist .flex {
    display: flex;
    align-items: flex-start;
    gap: 0 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_therapist .flex {
    width: calc(100% - 4rem);
    margin: 3.375rem auto 0;
    padding-bottom: unset;
  }
}
#index .contents #i_therapist .flex .img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_therapist .flex .img {
    width: 100%;
    margin: 0 auto;
  }
}
#index .contents #i_therapist .flex .img img {
  width: 100%;
  height: auto;
}
#index .contents #i_therapist .flex .txt_box {
  flex-shrink: 0;
  width: calc(50% - 1.5rem);
  margin-right: 2rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_therapist .flex .txt_box {
    width: 100%;
    margin-top: 3rem;
    margin-right: unset;
  }
}
#index .contents #i_therapist .flex .txt_box::before {
  content: "";
  width: 22.5625rem;
  height: 36.875rem;
  background-image: url(../img/index/icon6.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 5.4375rem;
  top: -11.5rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_therapist .flex .txt_box::before {
    display: none;
  }
}
#index .contents #i_therapist .flex .txt_box h3 {
  width: 12.5rem;
  color: #000;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  border-radius: 3.125rem;
  background: #FFEC92;
  background: linear-gradient(90deg, rgb(255, 236, 146) 0%, rgb(178, 113, 31) 100%);
}
#index .contents #i_therapist .flex .txt_box .img3 {
  width: 16.9375rem;
  height: auto;
  margin-top: 2.25rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_therapist .flex .txt_box .img3 {
    margin-top: 2rem;
  }
}
#index .contents #i_therapist .flex .txt_box .line {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  margin: calc(2.25rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_therapist .flex .txt_box .line {
    margin: calc(2rem - 0.5em) 0 -0.5em;
  }
}
#index .contents #i_therapist .flex .txt_box .line2 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.2;
  text-align: justify;
  margin: calc(3rem - 0.6em) 0 -0.6em;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_therapist .flex .txt_box .line2 {
    margin: calc(2rem - 0.6em) 0 -0.6em;
  }
}
#index .contents #i_therapist .flex .txt_box .about {
  display: block;
  font-weight: 700;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, rgb(255, 236, 146) 0%, rgb(178, 113, 31) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: calc(5.4375rem - 0.375em) 0 -0.375em 0;
}
#index .contents #i_therapist .flex .txt_box .link {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: calc(2rem - 0.375em) 0 -0.375em;
  position: relative;
}
#index .contents #i_therapist .flex .txt_box .link::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: url(../img/index/arrow_w.svg) center/cover no-repeat;
  position: absolute;
  right: -1.5rem;
  top: calc(50% + 0.0625rem);
  transform: translateY(-50%);
  transition: 0.375s;
}
#index .contents #i_therapist .flex .txt_box .link:hover {
  opacity: 0.7;
}
#index .contents #i_therapist .flex .txt_box .link:hover::after {
  transform: translateY(-50%) rotate(50deg);
}
#index .contents #i_price {
  max-width: 100rem;
  height: auto;
  margin: 0 auto 0;
  position: relative;
}
#index .contents #i_price::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #2B2B2B;
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  top: 0;
  z-index: 0;
}
#index .contents #i_price .wrap {
  max-width: 70rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#index .contents #i_price .wrap h2 .img {
  display: block;
  width: 15.75rem;
  height: auto;
  padding-top: 6.90625rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_price .wrap h2 .img {
    padding-top: 8rem;
  }
}
#index .contents #i_price .wrap h2 .img2 {
  display: block;
  width: 26.3125rem;
  height: auto;
  margin-top: 2.03125rem;
}
#index .contents #i_price .wrap .p {
  font-weight: 700;
  line-height: 2;
  margin: calc(3rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_price .wrap .p {
    margin-top: calc(2.5rem - 0.5em);
  }
}
#index .contents #i_price .wrap .box {
  width: 100%;
  border: solid 0.0625rem #fff;
  margin-top: 3rem;
  padding: 2rem 0 2rem 5rem;
}
@media only screen and (max-width: 1152px) {
  #index .contents #i_price .wrap .box {
    padding: 2.5rem 0 3rem;
  }
}
@media only screen and (min-width: 1153px) {
  #index .contents #i_price .wrap .box .flex {
    display: flex;
    align-items: center;
  }
}
#index .contents #i_price .wrap .box .flex li {
  display: block;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.5; /* 48px */
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1152px) {
  #index .contents #i_price .wrap .box .flex li {
    text-align: center;
  }
}
#index .contents #i_price .wrap .box .flex li:first-child {
  margin-right: 10rem;
  position: relative;
}
@media only screen and (max-width: 1152px) {
  #index .contents #i_price .wrap .box .flex li:first-child {
    line-height: 1;
    margin-right: unset;
  }
}
#index .contents #i_price .wrap .box .flex li:first-child::after {
  content: "";
  width: 0.0625rem;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: -5rem;
}
@media only screen and (max-width: 1152px) {
  #index .contents #i_price .wrap .box .flex li:first-child::after {
    display: none;
  }
}
#index .contents #i_price .wrap .box .flex li span:nth-child(1) {
  margin-right: 3.25rem;
  position: relative;
}
@media only screen and (max-width: 1152px) {
  #index .contents #i_price .wrap .box .flex li span:nth-child(1) {
    margin: calc(2rem - 0.5em) 3.25rem -0.5em 0;
  }
}
#index .contents #i_price .wrap .box .flex li span:nth-child(1)::after {
  content: "";
  width: 0.0625rem;
  height: 2.83125rem;
  background-color: #FFF;
  position: absolute;
  top: 0.625rem;
  right: -1.75rem;
  transform: rotate(30deg);
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_price .wrap .box .flex li span:nth-child(1)::after {
    top: 1.25rem;
  }
}
#index .contents #i_price .wrap .box .flex .num {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2; /* 80px */
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1152px) {
  #index .contents #i_price .wrap .box .flex .num {
    display: inline-block;
  }
}
#index .contents #i_price .wrap .box .flex .num small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2; /* 40px */
  letter-spacing: 0.1em;
}
#index .contents #i_price .wrap .box .flex .check {
  width: 24.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2; /* 28px */
  letter-spacing: 0.1em;
  margin-left: 3.5rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 1152px) {
  #index .contents #i_price .wrap .box .flex .check {
    width: 22.375rem;
    text-align: left;
    margin: calc(1.5rem - 0.5em) auto -0.5em;
  }
}
#index .contents #i_price .wrap h3 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.07em;
  margin: calc(6rem - 0.125em) 0 -0.125em;
  position: relative;
}
#index .contents #i_price .wrap h3::after {
  content: "";
  width: 3.5rem;
  height: 0.0625rem;
  background-color: #fff;
  position: absolute;
  right: -4.25rem;
  top: 1.125rem;
}
#index .contents #i_price .wrap .bg {
  width: 100%;
  margin-top: 1.75rem;
}
#index .contents #i_price .wrap .img {
  width: 100%;
  height: auto;
}
#index .contents #i_information {
  max-width: 100rem;
  height: auto;
  margin: 0 auto 0;
  padding-bottom: 12.5rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_information {
    padding-bottom: 8rem;
  }
}
#index .contents #i_information::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #2B2B2B;
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  top: 0;
  z-index: 0;
}
#index .contents #i_information .wrap {
  max-width: 70rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#index .contents #i_information .wrap h2 .img {
  display: block;
  width: 22.375rem;
  height: auto;
  padding-top: 12.5rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_information .wrap h2 .img {
    width: 19.625rem;
    padding-top: 8rem;
  }
  #index .contents #i_information .wrap h2 .img img {
    width: 100%;
    height: auto;
  }
}
#index .contents #i_information .wrap h2 .img2 {
  display: block;
  width: 29.375rem;
  height: auto;
  margin-top: 2.03125rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_information .wrap h2 .img2 {
    width: 15.32875rem;
  }
}
#index .contents #i_information .wrap .powered {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.75; /* 21px */
  letter-spacing: 0.1em;
  margin: calc(2rem - 0.375em) 0 -0.375em 3.25rem;
}
#index .contents #i_information .wrap .flex {
  margin: calc(5.6875rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_information .wrap .flex {
    margin: calc(5rem - 0.5em) 0 -0.5em;
  }
}
#index .contents #i_information .wrap .flex:nth-of-type(2) {
  margin: calc(2.4375rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_information .wrap .flex:nth-of-type(2) {
    margin: calc(3rem - 0.5em) 0 -0.5em;
  }
}
@media only screen and (min-width: 1025px) {
  #index .contents #i_information .wrap .flex {
    display: flex;
    align-items: center;
    gap: 0 3rem;
  }
}
#index .contents #i_information .wrap .flex .txt_box {
  width: 33.4375rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_information .wrap .flex .txt_box {
    width: 100%;
  }
}
#index .contents #i_information .wrap .flex .txt_box .line {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
#index .contents #i_information .wrap .flex .txt_box .line small {
  font-size: 0.75rem;
}
#index .contents #i_information .wrap .flex .txt_box .line a {
  text-decoration: underline;
}
#index .contents #i_information .wrap .flex .img_flex {
  max-width: 33.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_information .wrap .flex .img_flex {
    margin-top: 3.75rem;
  }
}
#index .contents #i_information .wrap .flex .img_flex li {
  width: calc((100% - 0.5rem) / 2);
  height: auto;
}
#index .contents #i_information .wrap .flex .img_flex li img {
  width: 100%;
  height: auto;
}
#index .contents #i_information .wrap .flex .box {
  width: 33.25rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_information .wrap .flex .box {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
#index .contents #i_information .wrap .flex .box iframe {
  width: 33.25rem;
  height: auto;
  aspect-ratio: 532/242;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_information .wrap .flex .box iframe {
    margin-top: 3rem;
  }
}
#index .contents #i_information .wrap .flex .box .line {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_information .wrap .flex .box .line {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #index .contents #i_information .wrap .flex .box .line {
    margin: calc(3rem - 0.5em) auto -0.5em;
  }
}
#index .contents #i_information .wrap h3 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.07em;
  margin: calc(5rem - 0.125em) 0 -0.125em;
  position: relative;
}
#index .contents #i_information .wrap h3::after {
  content: "";
  width: 3.5rem;
  height: 0.0625rem;
  background-color: #fff;
  position: absolute;
  right: -4.25rem;
  top: 1.125rem;
}
#index .contents #i_information .wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1120/509;
  margin-top: 4rem;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_information .wrap iframe {
    margin-top: 3rem;
    aspect-ratio: 1/1;
  }
}
#index .contents #i_contact {
  position: relative;
}
#index .contents #i_contact::before {
  content: "";
  width: 100vw;
  height: calc(50% + 1px);
  background-color: #2B2B2B;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -1;
}
#index .contents #i_contact .wrap {
  max-width: 70rem;
  width: calc(100% - 4rem);
  border-radius: 2rem;
  padding: 4rem 4rem;
  margin: 0 auto;
  background-color: #545454;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_contact .wrap {
    width: 100%;
    padding: 5rem 2rem;
  }
}
#index .contents #i_contact .wrap h2 .img {
  display: block;
  width: 22.375rem;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_contact .wrap h2 .img {
    width: 14.375rem;
  }
}
#index .contents #i_contact .wrap h2 .jp {
  font-size: 2rem;
}
#index .contents #i_contact .wrap .link_flex {
  margin-top: 5rem;
}
@media only screen and (min-width: 1025px) {
  #index .contents #i_contact .wrap .link_flex {
    display: flex;
    align-items: center;
    gap: 0 2rem;
  }
}
#index .contents #i_contact .wrap .link_flex .link {
  display: block;
  width: 30rem;
  border: 0.0625rem solid;
  -o-border-image: linear-gradient(to right, #FFEC92 0%, #B2711F 100%);
     border-image: linear-gradient(to right, #FFEC92 0%, #B2711F 100%);
  border-image-slice: 1;
  padding: 3rem;
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: 0.25s;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_contact .wrap .link_flex .link {
    width: 100%;
    margin-top: 2rem;
  }
}
#index .contents #i_contact .wrap .link_flex .link:hover {
  color: #000;
  -webkit-text-fill-color: unset;
  background: linear-gradient(to right, #FFEC92 0%, #B2711F 100%);
}
#index .contents #i_contact .wrap .link_flex .link:hover svg {
  fill: #000;
}
#index .contents #i_contact .wrap .link_flex .link span {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1; /* 48px */
  letter-spacing: 0.1em;
  position: relative;
}
#index .contents #i_contact .wrap .link_flex .link span small {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1; /* 26px */
  letter-spacing: 0.2em;
  margin-left: 2.0625rem;
}
#index .contents #i_contact .wrap .link_flex .link svg {
  width: 1.5rem;
  height: auto;
  fill: #fff;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s;
}
@media only screen and (max-width: 1024px) {
  #index .contents #i_contact .wrap .contact {
    margin: calc(2rem - 0.5em) 0 -0.5em;
  }
}
#index .contents #i_contact .wrap .contact li {
  color: #FFF;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1025px) {
  #index .contents #i_contact .wrap .contact li {
    display: flex;
    align-items: center;
    gap: 0 1rem;
  }
}
#index .contents #i_contact .wrap .contact li a {
  display: block;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1025px) {
  .pcNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 3.125vw;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    overflow-x: hidden;
  }
  img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}/*# sourceMappingURL=layout.css.map */