@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.76923vw;
  font-size: clamp(6px, 0.76923vw, 10px);
  margin: 0;
}

body {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 1900px) {
  html,
  body {
    font-size: 0.0732064422vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.15625vw;
  }
}

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
.w1186 {
  max-width: 1186px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .w1186 {
    max-width: 1186rem;
  }
}

.w980 {
  max-width: 980px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .w980 {
    max-width: 980rem;
  }
}
@media screen and (max-width: 768px) {
  .w980 {
    width: 90%;
  }
}

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

.sp-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 1900px) {
  .title {
    gap: 5rem;
  }
}
.title .sec-ttl {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 81px;
  color: #000;
}
.title .sec-ttl::first-letter {
  color: #ee834e;
}
@media screen and (max-width: 1900px) {
  .title .sec-ttl {
    font-size: 81rem;
  }
}
@media screen and (max-width: 768px) {
  .title .sec-ttl {
    font-size: 60rem;
  }
}
.title .ttl-ja {
  font-weight: 700;
  font-size: 18px;
  color: #222;
  margin-left: 8px;
}
@media screen and (max-width: 1900px) {
  .title .ttl-ja {
    margin-left: 8rem;
    font-size: 18rem;
  }
}

.cta {
  background: url(../img/common/cta.png) no-repeat bottom/cover;
}
.cta.studio {
  background: url(../img/common/cta.png) no-repeat bottom/cover #f6f7f7;
}
.cta.price {
  background: url(../img/common/cta.png) no-repeat bottom/cover #f6f7f7;
}
.cta .cta-top .inner {
  padding: 119px 0 60px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-top .inner {
    padding: 119rem 0 60rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta-top .inner {
    padding: 200rem 0 60rem;
  }
}
.cta .cta-top .inner .sec-ttl {
  font-weight: 700;
  font-size: 56px;
  text-align: center;
  color: #fff;
  margin-bottom: 26px;
  line-height: 1.4;
}
@media screen and (max-width: 1900px) {
  .cta .cta-top .inner .sec-ttl {
    margin-bottom: 26rem;
    font-size: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta-top .inner .sec-ttl {
    font-size: 40rem;
  }
}
.cta .cta-top .inner .sec-ttl strong {
  color: #ff821a;
  font-weight: 700;
}
.cta .cta-top .inner .description {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .cta .cta-top .inner .description {
    font-size: 18rem;
    line-height: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta-top .inner .description {
    font-size: 20rem;
    line-height: 1.8;
  }
}
.cta .cta-bottom .inner {
  padding: 156px 0 60px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner {
    padding: 156rem 0 60rem;
  }
}
.cta .cta-bottom .inner .column {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 28px;
  margin-bottom: 57px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column {
    gap: 28rem;
    margin-bottom: 57rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta-bottom .inner .column {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.cta .cta-bottom .inner .column .text .price {
  position: relative;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cta .cta-bottom .inner .column .text .price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.cta .cta-bottom .inner .column .text .price::after {
  content: "※";
  position: absolute;
  right: 0;
  bottom: 71px;
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column .text .price::after {
    bottom: 71rem;
    font-size: 20rem;
  }
}
.cta .cta-bottom .inner .column .text .price .sub {
  font-size: 40px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column .text .price .sub {
    font-size: 40rem;
  }
}
.cta .cta-bottom .inner .column .text .price .f130 {
  color: #ff821a;
  font-size: 130px;
  line-height: 126px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column .text .price .f130 {
    font-size: 130rem;
    line-height: 126rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta-bottom .inner .column .text .price .f130 {
    font-size: 80rem;
  }
}
.cta .cta-bottom .inner .column .text .price .f50 {
  font-size: 50px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column .text .price .f50 {
    font-size: 50rem;
  }
}
.cta .cta-bottom .inner .column .text .price .f30 {
  font-size: 30px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column .text .price .f30 {
    font-size: 30rem;
  }
}
.cta .cta-bottom .inner .column .text .kome {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column .text .kome {
    font-size: 14rem;
  }
}
.cta .cta-bottom .inner .column table {
  width: 470px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column table {
    width: 470rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta-bottom .inner .column table {
    width: 100%;
  }
}
.cta .cta-bottom .inner .column table tr {
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column table tr {
    font-size: 18rem;
    line-height: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta-bottom .inner .column table tr {
    font-size: 20rem;
    line-height: 45rem;
  }
}
.cta .cta-bottom .inner .column table tr th {
  background-color: #2c2c2c;
  vertical-align: middle;
  border: 1px solid #000000;
}
.cta .cta-bottom .inner .column table tr td {
  background-color: #404040;
  vertical-align: middle;
  border: 1px solid #000000;
}
.cta .cta-bottom .inner .more {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 13px 120px;
  border-radius: 50px;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
  background-color: #404040;
}
.cta .cta-bottom .inner .more:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .more {
    font-size: 16rem;
    padding: 13rem 120rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta-bottom .inner .more {
    font-size: 18rem;
  }
}

.page-tit {
  background-size: cover;
}
.page-tit.studio {
  background-image: url(../img/studio/page-tit.jpg);
}
.page-tit.price {
  background-image: url(../img/price/page-tit.jpg);
}
.page-tit.access {
  background-image: url(../img/access/page-tit.jpg);
}
.page-tit.achievement {
  background-image: url(../img/achievement/page-tit.jpg);
}
.page-tit.contact {
  background-image: url(../img/contact/page-tit.jpg);
}
.page-tit.privacy {
  background-image: url(../img/privacy/page-tit.jpg);
}
.page-tit .inner {
  padding: 99px 0 98px;
}
@media screen and (max-width: 1900px) {
  .page-tit .inner {
    padding: 99rem 0 98rem;
  }
}
.page-tit .inner .p-title .ttl-en {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 81px;
  color: #fffcfc;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
}
.page-tit .inner .p-title .ttl-en::first-letter {
  color: #ee834e;
}
@media screen and (max-width: 1900px) {
  .page-tit .inner .p-title .ttl-en {
    font-size: 81rem;
  }
}
@media screen and (max-width: 768px) {
  .page-tit .inner .p-title .ttl-en {
    font-size: 60rem;
  }
}
.page-tit .inner .p-title .ttl-ja {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 1900px) {
  .page-tit .inner .p-title .ttl-ja {
    font-size: 24rem;
  }
}

.photos {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}
@media screen and (max-width: 1900px) {
  .photos {
    gap: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .photos {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.photos .item figure {
  position: relative;
  counter-increment: number 1;
}
.photos .item figure img {
  width: 100%;
  height: auto;
}
.photos .item figure .figno {
  position: absolute;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 1900px) {
  .photos .item figure .figno {
    font-size: 18rem;
  }
}
.photos .item figure .figno::first-letter {
  color: #ee834e;
}
.photos .item figure::before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 90px;
  line-height: 108px;
  color: #ee834e;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .photos .item figure::before {
    font-size: 90rem;
    line-height: 108rem;
    top: 11rem;
  }
}
.photos .item figure .zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: auto;
}
@media screen and (max-width: 1900px) {
  .photos .item figure .zoom {
    right: 10rem;
    bottom: 10rem;
    width: 40rem;
  }
}

.zoom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zoom-modal img {
  max-width: 90%;
  max-height: 90%;
  -webkit-box-shadow: 0 0 10px #fff;
          box-shadow: 0 0 10px #fff;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
.header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: rgba(255, 255, 255, 0.3);
}
.header.is-scrolled {
  -webkit-animation: fadeInDown 0.4s ease;
          animation: fadeInDown 0.4s ease;
}
.header .inner {
  max-width: 1333px;
  padding: 6px 0 11px 0;
  margin: 0 15px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  .header .inner {
    max-width: 1333rem;
    padding: 6rem 0 11rem 0;
    margin: 0 15rem 0 18rem;
  }
}
@media screen and (max-width: 768px) {
  .header .inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header .inner .logo {
  max-width: 287px;
  width: 23%;
}
@media screen and (max-width: 1900px) {
  .header .inner .logo {
    max-width: 287rem;
  }
}
.header .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .inner .logo a img {
  width: 100%;
  height: auto;
}
.header .inner .logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .h_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 10px;
}
@media screen and (max-width: 1900px) {
  .header .inner .h_tel {
    margin-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .header .inner .h_tel {
    margin-left: auto;
    margin-right: 20rem;
  }
}
.header .inner .h_tel .sub {
  font-weight: 500;
  font-size: 11px;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .header .inner .h_tel .sub {
    font-size: 11rem;
  }
}
.header .inner .h_tel a {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 1900px) {
  .header .inner .h_tel a {
    font-size: 24rem;
  }
}
.header .inner .h_contact {
  max-width: 127px;
  width: 100%;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
  border-radius: 50px;
}
.header .inner .h_contact:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .header .inner .h_contact {
    max-width: 127rem;
  }
}
@media screen and (max-width: 768px) {
  .header .inner .h_contact {
    margin-right: 10rem;
  }
}
.header .inner .h_contact a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 43px;
  background-color: #000000;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 1900px) {
  .header .inner .h_contact a {
    height: 43rem;
    font-size: 14rem;
  }
}
.header .inner .hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header .inner .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .inner .hamburger span {
  display: block;
  height: 2px;
  width: 24px;
  background: #333;
  border-radius: 1px;
}
.header .inner .hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
.header .inner .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header .inner .hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}
.header .inner .nav {
  margin-left: auto;
  margin-right: 38px;
}
@media screen and (max-width: 1900px) {
  .header .inner .nav {
    margin-right: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .header .inner .nav {
    position: fixed;
    right: -100%;
    width: 100%;
    background-color: #f6f7f7;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    top: 0;
    height: 100vh;
    padding: 45rem 0;
    margin-right: 0;
  }
  .header .inner .nav.active {
    right: 0;
  }
}
.header .inner .nav .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  .header .inner .nav .header-list {
    gap: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .header .inner .nav .header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header .inner .nav .header-list .menu-item {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #000;
}
@media screen and (max-width: 1900px) {
  .header .inner .nav .header-list .menu-item {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .header .inner .nav .header-list .menu-item {
    font-size: 20rem;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
.footer .inner {
  padding: 50px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  .footer .inner {
    padding: 50rem 0 80rem;
  }
}
.footer .inner .logo {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .inner .logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .inner .logo figure {
  max-width: 295px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1900px) {
  .footer .inner .logo figure {
    max-width: 295rem;
  }
  .footer .inner .logo figure img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1900px) {
  .footer .inner .logo {
    margin-bottom: 20rem;
    gap: 9rem;
  }
}
.footer .inner .logo .sub {
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1900px) {
  .footer .inner .logo .sub {
    font-size: 14rem;
  }
}
.footer .inner .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-bottom: 29px;
}
@media screen and (max-width: 1900px) {
  .footer .inner .footer-list {
    gap: 25rem;
    margin-bottom: 29rem;
  }
}
.footer .inner .footer-list .menu-item {
  font-weight: 700;
  font-size: 15px;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .footer .inner .footer-list .menu-item {
    font-size: 15rem;
  }
}
.footer .inner .f_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .inner .f_tel:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .footer .inner .f_tel {
    margin-bottom: 10rem;
  }
}
.footer .inner .f_tel .sub {
  font-weight: 500;
  font-size: 11px;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .footer .inner .f_tel .sub {
    font-size: 11rem;
  }
}
.footer .inner .f_tel a {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 1900px) {
  .footer .inner .f_tel a {
    font-size: 24rem;
  }
}
.footer .inner .f_contact {
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .footer .inner .f_contact {
    margin-bottom: 30rem;
  }
}
.footer .inner .f_contact:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .inner .f_contact a {
  padding: 17px 146px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  .footer .inner .f_contact a {
    padding: 17rem 146rem;
    font-size: 18rem;
  }
}
.footer .inner .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 1900px) {
  .footer .inner .policy {
    gap: 13rem;
  }
}
.footer .inner .policy a {
  display: block;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .footer .inner .policy a {
    font-size: 12rem;
  }
}
.footer .inner .policy a:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .inner .policy .copy {
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .footer .inner .policy .copy {
    font-size: 10rem;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
.studio_trainingroom .inner {
  padding: 57px 0 105px;
}
@media screen and (max-width: 1900px) {
  .studio_trainingroom .inner {
    padding: 57rem 0 105rem;
  }
}
.studio_trainingroom .inner .title {
  margin-bottom: 59px;
}
@media screen and (max-width: 1900px) {
  .studio_trainingroom .inner .title {
    margin-bottom: 59rem;
  }
}
.studio_trainingroom .inner .contents .description {
  margin-left: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #222;
  margin-bottom: 55px;
}
@media screen and (max-width: 1900px) {
  .studio_trainingroom .inner .contents .description {
    margin-left: 8rem;
    font-size: 20rem;
    line-height: 36rem;
    margin-bottom: 55rem;
  }
}
.studio_trainingroom .inner .contents .description strong {
  color: #ee834e;
  font-weight: 700;
}

.studio_commonspace {
  background-color: #f6f7f7;
}
.studio_commonspace .inner {
  padding: 80px 0 100px;
}
@media screen and (max-width: 1900px) {
  .studio_commonspace .inner {
    padding: 80rem 0 100rem;
  }
}
.studio_commonspace .inner .title {
  margin-bottom: 59px;
}
@media screen and (max-width: 1900px) {
  .studio_commonspace .inner .title {
    margin-bottom: 59rem;
  }
}
.studio_commonspace .inner .contents .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: #222;
  margin-bottom: 51px;
}
@media screen and (max-width: 1900px) {
  .studio_commonspace .inner .contents .description {
    font-size: 16rem;
    line-height: 36rem;
    margin-bottom: 51rem;
  }
}
.studio_commonspace .inner .contents .sec-ttl {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
}
.studio_commonspace .inner .contents .sec-ttl::first-letter {
  color: #ee834e;
}
@media screen and (max-width: 1900px) {
  .studio_commonspace .inner .contents .sec-ttl {
    font-size: 40rem;
    margin-bottom: 20rem;
  }
}
.studio_commonspace .inner .contents .studio_ladies,
.studio_commonspace .inner .contents .studio_mens {
  margin-bottom: 51px;
}
@media screen and (max-width: 1900px) {
  .studio_commonspace .inner .contents .studio_ladies,
  .studio_commonspace .inner .contents .studio_mens {
    margin-bottom: 51rem;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
.price_intro > .inner {
  padding: 60px 0 48px;
}
@media screen and (max-width: 1900px) {
  .price_intro > .inner {
    padding: 60rem 0 48rem;
  }
}
.price_intro > .inner .price_detail h2 {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .price_intro > .inner .price_detail h2 {
    font-size: 30rem;
  }
}
.price_intro > .inner .price_detail h2 strong {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 81px;
  color: #ee834e;
}
@media screen and (max-width: 1900px) {
  .price_intro > .inner .price_detail h2 strong {
    font-size: 81rem;
  }
}

.price_single,
.price_pair {
  margin-bottom: 52px;
}
@media screen and (max-width: 1900px) {
  .price_single,
  .price_pair {
    margin-bottom: 52rem;
  }
}
.price_single .inner .title,
.price_pair .inner .title {
  gap: 0;
  margin-bottom: 17px;
}
@media screen and (max-width: 1900px) {
  .price_single .inner .title,
  .price_pair .inner .title {
    margin-bottom: 17rem;
  }
}
.price_single .inner .title .sec-ttl,
.price_pair .inner .title .sec-ttl {
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .price_single .inner .title .sec-ttl,
  .price_pair .inner .title .sec-ttl {
    font-size: 40rem;
  }
}
.price_single .inner .title .ttl-ja,
.price_pair .inner .title .ttl-ja {
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .price_single .inner .title .ttl-ja,
  .price_pair .inner .title .ttl-ja {
    font-size: 20rem;
  }
}
.price_single .inner .contents table,
.price_pair .inner .contents table {
  width: 801px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .price_single .inner .contents table,
  .price_pair .inner .contents table {
    width: 801rem;
  }
}
@media screen and (max-width: 768px) {
  .price_single .inner .contents table,
  .price_pair .inner .contents table {
    width: 100%;
  }
}
.price_single .inner .contents table tr,
.price_pair .inner .contents table tr {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .price_single .inner .contents table tr,
  .price_pair .inner .contents table tr {
    font-size: 20rem;
  }
}
.price_single .inner .contents table tr th,
.price_single .inner .contents table tr td,
.price_pair .inner .contents table tr th,
.price_pair .inner .contents table tr td {
  height: 61px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 1900px) {
  .price_single .inner .contents table tr th,
  .price_single .inner .contents table tr td,
  .price_pair .inner .contents table tr th,
  .price_pair .inner .contents table tr td {
    height: 61rem;
  }
}
.price_single .inner .contents table tr th,
.price_pair .inner .contents table tr th {
  border: 1px solid #ffffff;
}
.price_single .inner .contents table tr:first-child th,
.price_pair .inner .contents table tr:first-child th {
  background-color: #333333;
}
.price_single .inner .contents table tr:nth-child(n+2) th,
.price_pair .inner .contents table tr:nth-child(n+2) th {
  background-color: #555555;
}
.price_single .inner .contents table tr td,
.price_pair .inner .contents table tr td {
  border: 1px solid #dddddd;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .price_single .inner .contents table tr td,
  .price_pair .inner .contents table tr td {
    font-size: 28rem;
  }
}
.price_single .inner .contents table tr td small,
.price_pair .inner .contents table tr td small {
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .price_single .inner .contents table tr td small,
  .price_pair .inner .contents table tr td small {
    font-size: 20rem;
  }
}

.price_pair {
  margin-bottom: 60px;
}
@media screen and (max-width: 1900px) {
  .price_pair {
    margin-bottom: 60rem;
  }
}

.price_trial .inner {
  padding-bottom: 86px;
}
@media screen and (max-width: 1900px) {
  .price_trial .inner {
    padding-bottom: 86rem;
  }
}
.price_trial .inner .box {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2a43a), to(#ee834e));
  background: linear-gradient(#f2a43a 0%, #ee834e 100%);
  position: relative;
  z-index: 5;
  margin-bottom: 37px;
}
@media screen and (max-width: 1900px) {
  .price_trial .inner .box {
    margin-bottom: 37rem;
  }
}
.price_trial .inner .box::after {
  content: "";
  width: 970px;
  height: 93%;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #ffffff;
  z-index: 7;
}
@media screen and (max-width: 1900px) {
  .price_trial .inner .box::after {
    width: 970rem;
    top: 5rem;
    left: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .price_trial .inner .box::after {
    width: 98%;
    height: 96%;
  }
}
.price_trial .inner .box .box-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  padding: 33px 39px;
}
@media screen and (max-width: 1900px) {
  .price_trial .inner .box .box-inner {
    padding: 33rem 39rem;
  }
}
@media screen and (max-width: 768px) {
  .price_trial .inner .box .box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
  }
  .price_trial .inner .box .box-inner svg {
    display: none;
  }
}
.price_trial .inner .box .box-inner .title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 51px;
}
@media screen and (max-width: 1900px) {
  .price_trial .inner .box .box-inner .title {
    margin-right: 51rem;
  }
}
.price_trial .inner .box .box-inner .title .sec-ttl {
  font-size: 36px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .price_trial .inner .box .box-inner .title .sec-ttl {
    font-size: 36rem;
  }
}
.price_trial .inner .box .box-inner .title .ttl-ja {
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  .price_trial .inner .box .box-inner .title .ttl-ja {
    font-size: 16rem;
  }
}
.price_trial .inner .box .box-inner .title .ttl-ja .f14 {
  font-size: 14px;
}
@media screen and (max-width: 1900px) {
  .price_trial .inner .box .box-inner .title .ttl-ja .f14 {
    font-size: 14rem;
  }
}
.price_trial .inner .box .box-inner .title .ttl-ja .f14.num {
  font-family: "Figtree", sans-serif;
}
.price_trial .inner .box .box-inner .trial_single,
.price_trial .inner .box .box-inner .trial_pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  .price_trial .inner .box .box-inner .trial_single,
  .price_trial .inner .box .box-inner .trial_pair {
    gap: 14rem;
  }
}
.price_trial .inner .box .box-inner .trial_single .title,
.price_trial .inner .box .box-inner .trial_pair .title {
  margin-right: 0;
}
.price_trial .inner .box .box-inner .trial_single .title .sec-ttl,
.price_trial .inner .box .box-inner .trial_pair .title .sec-ttl {
  font-size: 30px;
}
@media screen and (max-width: 1900px) {
  .price_trial .inner .box .box-inner .trial_single .title .sec-ttl,
  .price_trial .inner .box .box-inner .trial_pair .title .sec-ttl {
    font-size: 30rem;
  }
}
.price_trial .inner .box .box-inner .trial_single .title .ttl-ja,
.price_trial .inner .box .box-inner .trial_pair .title .ttl-ja {
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  .price_trial .inner .box .box-inner .trial_single .title .ttl-ja,
  .price_trial .inner .box .box-inner .trial_pair .title .ttl-ja {
    font-size: 16rem;
  }
}
.price_trial .inner .box .box-inner .trial_single .price,
.price_trial .inner .box .box-inner .trial_pair .price {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .price_trial .inner .box .box-inner .trial_single .price,
  .price_trial .inner .box .box-inner .trial_pair .price {
    font-size: 40rem;
  }
}
.price_trial .inner .box .box-inner .trial_single .price .f20,
.price_trial .inner .box .box-inner .trial_pair .price .f20 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
}
@media screen and (max-width: 1900px) {
  .price_trial .inner .box .box-inner .trial_single .price .f20,
  .price_trial .inner .box .box-inner .trial_pair .price .f20 {
    font-size: 20rem;
  }
}
.price_trial .inner .box .box-inner .trial_single .price .f16,
.price_trial .inner .box .box-inner .trial_pair .price .f16 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  .price_trial .inner .box .box-inner .trial_single .price .f16,
  .price_trial .inner .box .box-inner .trial_pair .price .f16 {
    font-size: 16rem;
  }
}
.price_trial .inner .box .box-inner .trial_pair {
  margin-left: 11px;
}
@media screen and (max-width: 1900px) {
  .price_trial .inner .box .box-inner .trial_pair {
    margin-left: 11rem;
  }
}
.price_trial .inner .trial_attention ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .price_trial .inner .trial_attention ul li {
    font-size: 16rem;
    line-height: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .price_trial .inner .trial_attention ul li {
    font-size: 18rem;
    line-height: 1.8;
  }
}
.price_trial .inner .trial_attention ul li::before {
  content: "●";
  font-size: 8px;
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
}
@media screen and (max-width: 1900px) {
  .price_trial .inner .trial_attention ul li::before {
    font-size: 8rem;
  }
}

.price_terms {
  background-color: #f6f7f7;
}
.price_terms .inner {
  padding: 86px 0 62px;
}
@media screen and (max-width: 1900px) {
  .price_terms .inner {
    padding: 86rem 0 62rem;
  }
}
.price_terms .inner .sec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #222;
  padding-bottom: 21px;
  border-bottom: 1px solid #222;
  margin-bottom: 21px;
}
@media screen and (max-width: 1900px) {
  .price_terms .inner .sec-ttl {
    font-size: 36rem;
    line-height: 54rem;
    padding-bottom: 21rem;
    margin-bottom: 21rem;
    gap: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .price_terms .inner .sec-ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price_terms .inner .sec-ttl img {
    width: 30%;
    height: auto;
  }
}
.price_terms .inner .contents .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #222;
  margin-bottom: 30px;
}
@media screen and (max-width: 1900px) {
  .price_terms .inner .contents .description {
    font-size: 16rem;
    line-height: 28rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .price_terms .inner .contents .description {
    font-size: 18rem;
    line-height: 1.5;
  }
}
.price_terms .inner .contents .chapter {
  margin-bottom: 30px;
}
@media screen and (max-width: 1900px) {
  .price_terms .inner .contents .chapter {
    margin-bottom: 30rem;
  }
}
.price_terms .inner .contents .chapter .ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #222;
  margin-bottom: 12px;
}
@media screen and (max-width: 1900px) {
  .price_terms .inner .contents .chapter .ttl {
    font-size: 20rem;
    line-height: 36rem;
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .price_terms .inner .contents .chapter .ttl {
    font-size: 24rem;
  }
}
.price_terms .inner .contents .chapter ol {
  list-style: decimal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1900px) {
  .price_terms .inner .contents .chapter ol {
    gap: 15rem;
  }
}
.price_terms .inner .contents .chapter ol li {
  margin-left: 1em;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .price_terms .inner .contents .chapter ol li {
    font-size: 16rem;
    line-height: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .price_terms .inner .contents .chapter ol li {
    font-size: 18rem;
    line-height: 1.5;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
.access_contents .inner {
  padding: 67px 0 100px;
}
@media screen and (max-width: 1900px) {
  .access_contents .inner {
    padding: 67rem 0 100rem;
  }
}
.access_contents .inner .address {
  margin-bottom: 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .access_contents .inner .address {
    font-size: 16rem;
    line-height: 36rem;
    margin-bottom: 26rem;
  }
}
.access_contents .inner .box {
  height: 60px;
  background: #ee834e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  max-width: 400px;
  width: 100%;
  margin: auto auto 8px;
}
@media screen and (max-width: 1900px) {
  .access_contents .inner .box {
    height: 60rem;
    font-size: 24rem;
    max-width: 400rem;
    margin-bottom: 8rem;
  }
}
.access_contents .inner .kome {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #222;
  margin-bottom: 71px;
}
@media screen and (max-width: 1900px) {
  .access_contents .inner .kome {
    font-size: 16rem;
    margin-bottom: 71rem;
  }
}
.access_contents .inner iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1900px) {
  .access_contents .inner iframe {
    height: 500rem;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
.achievement_list .inner {
  padding: 57px 0 80px;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner {
    padding: 57rem 0 80rem;
  }
}
.achievement_list .inner .title {
  margin-bottom: 57px;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner .title {
    margin-bottom: 57rem;
  }
}
.achievement_list .inner .catlist {
  display: grid;
  grid-auto-flow: column;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner .catlist {
    gap: 32rem;
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .achievement_list .inner .catlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.achievement_list .inner .catlist .ttl {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  line-height: 48px;
  color: #000;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner .catlist .ttl {
    font-size: 40rem;
    line-height: 48rem;
  }
}
.achievement_list .inner .catlist .ttl::first-letter {
  color: #ee834e;
}
.achievement_list .inner .catlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner .catlist ul {
    gap: 10rem;
  }
}
.achievement_list .inner .catlist ul li {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.achievement_list .inner .catlist ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  background: #ee834e;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner .catlist ul li a {
    font-size: 18rem;
    padding: 8rem 15rem;
  }
}
.achievement_list .inner .catlist ul li:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.achievement_list .inner .p-achievement_list {
  max-width: 980px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner .p-achievement_list {
    gap: 40rem;
    max-width: 980rem;
  }
}
.achievement_list .inner .p-achievement_list .p-achievement {
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .achievement_list .inner .p-achievement_list .p-achievement {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.achievement_list .inner .p-achievement_list .p-achievement figure {
  max-width: 490px;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner .p-achievement_list .p-achievement figure {
    max-width: 490rem;
  }
}
@media screen and (max-width: 768px) {
  .achievement_list .inner .p-achievement_list .p-achievement figure {
    max-width: none;
  }
}
.achievement_list .inner .p-achievement_list .p-achievement figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.achievement_list .inner .p-achievement_list .p-achievement .text {
  max-width: 490px;
  width: 100%;
  padding: 38px 0;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner .p-achievement_list .p-achievement .text {
    max-width: 490rem;
    padding: 38rem 0;
  }
}
@media screen and (max-width: 768px) {
  .achievement_list .inner .p-achievement_list .p-achievement .text {
    max-width: none;
  }
}
.achievement_list .inner .p-achievement_list .p-achievement .text .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner .p-achievement_list .p-achievement .text .meta {
    gap: 20rem;
    margin-bottom: 17rem;
  }
}
.achievement_list .inner .p-achievement_list .p-achievement .text .meta .catname {
  padding: 8px 15px;
  background-color: #ee834e;
  height: 42px;
  border-radius: 0px 20px 20px 0px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner .p-achievement_list .p-achievement .text .meta .catname {
    padding: 8rem 15rem;
    height: 42rem;
    font-size: 18rem;
  }
}
.achievement_list .inner .p-achievement_list .p-achievement .text .meta .update {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  color: #ee834e;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner .p-achievement_list .p-achievement .text .meta .update {
    font-size: 20rem;
  }
}
.achievement_list .inner .p-achievement_list .p-achievement .text .entry-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #222;
  padding: 0 0 14px;
  border-bottom: 1px solid #222;
  margin: auto 30px 16px;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner .p-achievement_list .p-achievement .text .entry-title {
    font-size: 20rem;
    line-height: 28rem;
    padding-bottom: 14rem;
    margin: auto 30rem 16rem;
  }
}
@media screen and (max-width: 768px) {
  .achievement_list .inner .p-achievement_list .p-achievement .text .entry-title {
    font-size: 24rem;
    line-height: 1.5;
  }
}
.achievement_list .inner .p-achievement_list .p-achievement .text .maintxt {
  padding: 0 30px;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner .p-achievement_list .p-achievement .text .maintxt {
    padding: 0 30rem;
  }
}
.achievement_list .inner .p-achievement_list .p-achievement .text .maintxt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner .p-achievement_list .p-achievement .text .maintxt p {
    font-size: 16rem;
    line-height: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .achievement_list .inner .p-achievement_list .p-achievement .text .maintxt p {
    font-size: 18rem;
    line-height: 1.5;
  }
}
.achievement_list .inner .p-achievement_list .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner .p-achievement_list .pagination {
    gap: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .achievement_list .inner .p-achievement_list .pagination {
    gap: 10rem;
  }
}
.achievement_list .inner .p-achievement_list .pagination .page-numbers {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner .p-achievement_list .pagination .page-numbers {
    width: 35rem;
    height: 35rem;
    font-size: 14rem;
  }
}
.achievement_list .inner .p-achievement_list .pagination .page-numbers.next, .achievement_list .inner .p-achievement_list .pagination .page-numbers.prev {
  width: auto;
  height: auto;
}
.achievement_list .inner .p-achievement_list .pagination .page-numbers.current {
  background: #ee834e;
  color: #fff;
}
.achievement_list .inner .p-achievement_list .no-post {
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  .achievement_list .inner .p-achievement_list .no-post {
    font-size: 16rem;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
.contact_contents .inner {
  padding: 90px 0 160px;
}
@media screen and (max-width: 1900px) {
  .contact_contents .inner {
    padding: 90rem 0 160rem;
  }
}
.contact_contents .inner .contact-form {
  max-width: 750px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .contact_contents .inner .contact-form {
    max-width: 750rem;
  }
}
.contact_contents .inner .contact-form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1900px) {
  .contact_contents .inner .contact-form .item {
    gap: 12rem;
  }
}
.contact_contents .inner .contact-form .item .contact-ttl {
  font-weight: 500;
  font-size: 16px;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  .contact_contents .inner .contact-form .item .contact-ttl {
    font-size: 16rem;
    gap: 14rem;
  }
}
.contact_contents .inner .contact-form .item .contact-ttl .required {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 6px 10px;
  background-color: #f76464;
}
@media screen and (max-width: 1900px) {
  .contact_contents .inner .contact-form .item .contact-ttl .required {
    font-size: 12rem;
    padding: 6rem 10rem;
  }
}
.contact_contents .inner .contact-form .item input,
.contact_contents .inner .contact-form .item textarea {
  width: 100%;
  background: #efefef;
  height: 58px;
  border: none;
  padding: 0 5px;
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  .contact_contents .inner .contact-form .item input,
  .contact_contents .inner .contact-form .item textarea {
    height: 58rem;
    padding: 0 5rem;
    font-size: 16rem;
  }
}
.contact_contents .inner .contact-form .item textarea {
  min-height: 280px;
  max-height: 280px;
  height: 100%;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 5px;
}
@media screen and (max-width: 1900px) {
  .contact_contents .inner .contact-form .item textarea {
    min-height: 280rem;
    max-height: 280rem;
    font-size: 16rem;
    padding: 10rem 5rem;
  }
}
.contact_contents .inner .contact-form .item-submit input {
  border: none;
  height: 72px;
  border-radius: 36px;
  background: #222;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #fff;
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 68px auto auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact_contents .inner .contact-form .item-submit input:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .contact_contents .inner .contact-form .item-submit input {
    height: 72rem;
    font-size: 22rem;
    width: 350rem;
    margin-top: 68rem;
  }
}
.contact_contents .inner .contact-form .wpcf7-response-output {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1900px) {
  .contact_contents .inner .contact-form .wpcf7-response-output {
    font-size: 16rem;
  }
}
.contact_contents .no-post {
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  .contact_contents .no-post {
    font-size: 16rem;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
.p-privacy .inner {
  padding: 80px 0;
}
@media screen and (max-width: 1900px) {
  .p-privacy .inner {
    padding: 80rem 0;
  }
  .p-privacy .inner .sec-ttl {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1900px) and (max-width: 1900px) {
  .p-privacy .inner .sec-ttl {
    font-size: 24rem;
    padding-bottom: 10rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 1900px) {
  .p-privacy .inner .privacy-title,
  .p-privacy .inner .privacy_item_content {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1900px) and (max-width: 1900px) {
  .p-privacy .inner .privacy-title,
  .p-privacy .inner .privacy_item_content {
    font-size: 16rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 1900px) and (max-width: 768px) {
  .p-privacy .inner .privacy-title,
  .p-privacy .inner .privacy_item_content {
    font-size: 18rem;
  }
}
@media screen and (max-width: 1900px) {
  .p-privacy .inner .privacy_item_content ol {
    margin-top: 15px;
    list-style: decimal;
    margin-left: 1em;
  }
}
@media screen and (max-width: 1900px) and (max-width: 1900px) {
  .p-privacy .inner .privacy_item_content ol {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 1900px) {
  .p-privacy .inner .privacy_item_content ol li {
    margin-left: 1em;
  }
  .p-privacy .inner .privacy_item_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1900px) and (max-width: 1900px) {
  .p-privacy .inner .privacy_item_title {
    font-size: 20rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 1900px) {
  .p-privacy .inner .privacy-body {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1900px) and (max-width: 1900px) {
  .p-privacy .inner .privacy-body {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 1900px) {
  .p-privacy .inner .privacy-body:last-of-type {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=subpage.css.map */