@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ========================================
  Base
======================================== */
body {
  color: #fff;
  background-color: #8397AF;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ＭＳ Ｐゴシック", ms pgothic, helvetica, arial, sans-serif;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------
  clearfix
---------------------------------------- */
.clearfix {
  zoom: 1;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ----------------------------------------
  Sticky Footer
---------------------------------------- */
html, body {
  display: flex;
  flex-direction: column;
}

#wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#container {
  flex-grow: 1;
  flex-shrink: 0;
}

#header,
#footer {
  flex-shrink: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ========================================
  Header
======================================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 50;
  padding: 0.75rem 1rem 0;
}
@media print, screen and (min-width: 768px) {
  .l-header {
    padding: 1.5rem 2.5rem 0;
  }
}

.l-header_logo {
  width: 7.5625rem;
}
@media print, screen and (min-width: 768px) {
  .l-header_logo {
    width: 9.9375rem;
  }
}
.l-header_logo img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}

@media print, screen and (min-width: 1024px) {
  .l-header_nav {
    display: flex;
    margin-right: -0.625rem;
  }
}

.l-header_navList {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .l-header_navList {
    line-height: 1.75;
    display: flex;
    align-items: center;
    margin-right: min(2.78vw, 40px);
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.035em;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-header_navList > li + li {
    margin-left: min(2.78vw, 40px);
  }
}
.l-header_navList > li a {
  opacity: 1;
  transition: opacity 0.1s ease-out;
}
@media (any-hover: hover) {
  .l-header_navList > li a:hover {
    opacity: 0.6;
    transition: opacity 0.2s ease-out;
  }
}

.l-header_button > a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.75;
  padding: 0.25rem 0.75rem;
  background-color: #394451;
  border-radius: 0.25rem;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.035em;
  opacity: 1;
  transition: opacity 0.1s ease-out;
}
@media print, screen and (min-width: 768px) {
  .l-header_button > a {
    height: 36px;
    padding: 0 1.25rem;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .l-header_button > a:hover {
    opacity: 0.6;
    transition: opacity 0.2s ease-out;
  }
}

/* ========================================
  Footer
======================================== */
.l-footer {
  margin-top: -0.125rem;
  padding: 2rem 1.25rem 1.25rem;
  background-color: #394451;
}
@media print, screen and (min-width: 768px) {
  .l-footer {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer {
    padding: 2.6875rem 2.5rem;
  }
}

.l-footer_logo {
  line-height: 1;
  font-size: 0;
  margin-bottom: 1.4375rem;
}

.l-footer_sns {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_sns {
    margin-top: -0.375rem;
    margin-bottom: 1.4375rem;
    text-align: right;
  }
}
.l-footer_sns > a {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.1s ease-out;
}
@media (any-hover: hover) {
  .l-footer_sns > a:hover {
    opacity: 0.6;
    transition: opacity 0.2s ease-out;
  }
}
.l-footer_sns > a + a {
  margin-left: 0.75rem;
}
.l-footer_sns > a img {
  vertical-align: middle;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.l-footer_link {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.25rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_link {
    margin-right: -1.5rem;
    margin-bottom: -0.5rem;
  }
}
.l-footer_link > li {
  line-height: 1.5714285714;
  margin-right: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_link > li {
    line-height: 1.375;
    margin-right: 1.5rem;
    font-size: 1rem;
  }
}
.l-footer_link > li a {
  opacity: 1;
  transition: opacity 0.1s ease-out;
}
@media (any-hover: hover) {
  .l-footer_link > li a:hover {
    opacity: 0.6;
    transition: opacity 0.2s ease-out;
  }
}

.l-footer_copyright {
  line-height: 1.375;
  font-weight: 300;
  font-size: 1rem;
}
.l-footer_copyright small {
  font-size: 100%;
}

/* ========================================
  Layout
======================================== */
/* ----------------------------------------
  Wrap
---------------------------------------- */
.l-wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 6.3125rem;
}
@media print, screen and (min-width: 768px) {
  .l-wrap {
    padding-top: 8.8125rem;
  }
}
.is-fixed .l-wrap {
  overflow: visible;
}

/* ----------------------------------------
  Inner
---------------------------------------- */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 768px) {
  .l-inner {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* ----------------------------------------
  Container
---------------------------------------- */
/* ----------------------------------------
  Contents
---------------------------------------- */
.l-contents {
  padding-bottom: 4rem;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media print, screen and (min-width: 768px) {
  .l-contents {
    padding-bottom: 7.9375rem;
    background-size: 100% auto;
  }
}

.c-marquee_inner img {
  width: 300px;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .c-marquee_inner img {
    width: 500px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-marquee_inner img {
    width: 800px;
  }
}

.c-modal {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity 0.1s ease-out, visibility 0s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.c-modal.is-open {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
}

.c-modal_inner {
  position: relative;
  width: 100%;
  max-width: none;
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
  overflow-y: scroll;
}
@media print, screen and (min-width: 1024px) {
  .c-modal_inner {
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }
}

.c-modal_close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  z-index: 1;
  text-indent: -9999px;
}
@media print, screen and (min-width: 1024px) {
  .c-modal_close {
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
}
.c-modal_close::before, .c-modal_close::after {
  position: absolute;
  top: 50%;
  left: 0.1875rem;
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 1024px) {
  .c-modal_close::before, .c-modal_close::after {
    width: 40px;
    height: 2px;
  }
}
.c-modal_close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-modal_contents {
  position: relative;
  width: 100%;
  padding: 1.25rem 1.25rem 2rem;
  background-color: #fff;
  border-radius: 1.25rem;
  z-index: 5;
}
@media print, screen and (min-width: 768px) {
  .c-modal_contents {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
    padding: 3.75rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-modal_contents {
    max-width: 1200px;
  }
}

.c-modal_shadow {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: calc(100dvh + 100px);
  background-color: rgba(0, 0, 0, 0.5);
}

.js-modal_button {
  cursor: pointer;
}

.js-modal_contents.is-hide {
  display: none;
}
.js-modal_contents.is-show {
  display: block;
}

/* ========================================
  Display
======================================== */
.u-hiddenSP {
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .u-hiddenSP {
    display: block !important;
  }
}

.u-hiddenTab {
  display: none !important;
}
@media print, screen and (min-width: 1024px) {
  .u-hiddenTab {
    display: block !important;
  }
}

.u-hiddenPC {
  display: block !important;
}
@media print, screen and (min-width: 1024px) {
  .u-hiddenPC {
    display: none !important;
  }
}

/* ----------------------------------------
  JS
---------------------------------------- */
.u-hide {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity 0.1s ease-out, visibility 0s ease-out;
}

.u-show {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
}

/* ========================================
  Home
======================================== */
section {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 1024px) {
  section {
    margin-bottom: 8.75rem;
  }
}
section:last-child {
  margin-bottom: 0;
}
section h2 {
  line-height: 1.4;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  section h2 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}
@media print, screen and (min-width: 768px) {
  section h2 {
    font-weight: 250;
    font-size: 3.25rem;
    font-size: min(3.61vw, 52px);
  }
}
@media print, screen and (min-width: 1024px) {
  section h2 {
    margin-bottom: 3.75rem;
  }
}
section h2.text-left {
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  section h2.text-left {
    margin-left: 0;
    margin-right: 0;
  }
}
section h2 > span {
  display: inline-block;
}
section p {
  line-height: 2;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1024px) {
  section p {
    line-height: 2.2;
    font-size: 1.25rem;
  }
}
section p + p {
  margin-top: 2em;
}
@media print, screen and (min-width: 1024px) {
  section p + p {
    margin-top: 2.2em;
  }
}

.intro {
  position: relative;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 1024px) {
  .intro {
    display: flex;
    align-items: flex-end;
    margin-bottom: 3.4375rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .intro h2 {
    max-width: 650px;
    margin-bottom: 0;
    margin-right: 5%;
  }
}
@media print, screen and (width >= 1370px) {
  .intro h2 {
    margin-left: -5%;
  }
}
@media screen and (max-width: 767.98px) {
  .intro p {
    line-height: 1.8;
    width: 68.3582089552%;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 768px) {
  .intro p {
    line-height: 2;
    padding-bottom: 5px;
    font-weight: 300;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
}
@media print, screen and (min-width: 1024px) {
  .intro p {
    width: 47%;
    font-size: min(1.25vw, 18px);
  }
}
.intro p > span {
  display: inline-block;
}

.intro-movie {
  position: absolute;
  bottom: -5.6875rem;
  right: 1.25rem;
  width: 6.4375rem;
  height: 6.4375rem;
  cursor: pointer;
  z-index: 10;
}
@media print, screen and (width >= 1440px) {
  .intro-movie {
    bottom: -6.625rem;
    right: -2.375rem;
  }
}
.intro-movie::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  margin-left: -1.125rem;
  background-image: url('data:image/svg+xml;utf8,<svg width="30" height="36" viewBox="0 0 30 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.499998 34.4749L0.5 1.5647L29.001 18.0198L0.499998 34.4749Z" stroke="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.intro-movie img {
  width: 100%;
  height: auto;
  -webkit-animation: rotate-anime 20s linear infinite;
  animation: rotate-anime 20s linear infinite;
}
@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.movie-modal_contents {
  position: relative;
  max-width: 1003px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
.movie-modal_contents > div {
  position: relative;
  padding-top: 56.630109671%;
}
.movie-modal_contents > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero {
  line-height: 0;
}
.hero img {
  width: 100%;
  height: auto;
}

.hero.js-slider {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity 0.1s ease-out, visibility 0s ease-out;
  height: 234px;
}

.hero.js-slider.slick-initialized {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
  height: auto;
}

.about {
  padding-top: 4.25rem;
}
@media print, screen and (min-width: 1024px) {
  .about {
    padding-top: 6.25rem;
  }
}
@media print, screen and (min-width: 768px) {
  .about h2 {
    display: inline-block;
  }
}

.about-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 1024px) {
  .about-inner {
    padding-bottom: 6.25rem;
  }
}

@media print, screen and (min-width: 768px) {
  .about-title {
    margin-right: 3.125rem;
  }
}

.about-text {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .about-text {
    max-width: 37.5rem;
  }
}
@media print, screen and (width >= 1269px) {
  .about-text {
    margin-top: 11.75rem;
  }
}
.about-text p {
  line-height: 2;
  margin-right: -0.3125rem;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 1024px) {
  .about-text p {
    line-height: 2.2;
    font-size: 1.25rem;
  }
}
.about-text p > span {
  display: inline-block;
}

.counseling h2 {
  display: inline-block;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media print, screen and (min-width: 1024px) {
  .counseling h2 {
    margin-bottom: 2.25rem;
  }
}

.counseling-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 1024px) {
  .counseling-about {
    align-items: center;
  }
}
.counseling-about + * {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 1024px) {
  .counseling-about + * {
    margin-top: 3.75rem;
  }
}

.counseling-about_image {
  width: 15rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .counseling-about_image {
    width: 18.75rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .counseling-about_image {
    width: calc(100% - 680px);
    max-width: 30rem;
    margin-top: 0;
    margin-right: 6.6666666667%;
    margin-right: 5rem;
    order: 1;
  }
}
.counseling-about_image img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .counseling-about_text {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .counseling-about_text {
    max-width: 37.5rem;
    padding-bottom: 1.3125rem;
    order: 2;
  }
}

.counseling-reservation {
  background-color: #394451;
  border-radius: 1.25rem;
  padding: 2.5rem 1.25rem 3rem;
}
@media screen and (max-width: 767.98px) {
  .counseling-reservation {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .counseling-reservation {
    padding: 3.75rem 5% 4.5rem;
  }
}

.counseling-reservation_head {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .counseling-reservation_head {
    margin-bottom: 2.5rem;
  }
}
.counseling-reservation_head .shoulder {
  line-height: 1.4;
  margin-bottom: 0.75rem;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .counseling-reservation_head .shoulder {
    font-size: min(1.66vw, 24px);
  }
}
.counseling-reservation_head .title {
  line-height: 1.4;
  font-weight: 300;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .counseling-reservation_head .title {
    font-weight: 250;
    font-size: min(3.61vw, 52px);
  }
}
.counseling-reservation_head .title > span {
  display: inline-block;
}
.counseling-reservation_head .title .text-s {
  font-size: 1rem;
  font-weight: 300;
}
@media print, screen and (min-width: 768px) {
  .counseling-reservation_head .title .text-s {
    font-size: 2rem;
    font-size: min(2.22vw, 32px);
  }
}

@media print, screen and (min-width: 1024px) {
  .counseling-reservation_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.image-box {
  margin-bottom: 1.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .image-box {
    width: 50%;
    margin-bottom: 0;
    order: 2;
  }
}
.image-box img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 1024px) {
  .text-box {
    width: 44.4444444444%;
    order: 1;
  }
}
.text-box p {
  line-height: 2;
}
.text-box .text-box_price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 1024px) {
  .text-box .text-box_price {
    margin-top: 2.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.text-box .text-box_price .normal {
  line-height: 1.8;
  padding-bottom: 0.375rem;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1024px) {
  .text-box .text-box_price .normal {
    padding-bottom: 0.5rem;
    font-size: 1rem;
  }
}
.text-box .text-box_price .normal > s {
  padding: 0 0.25rem;
  font-size: 1.125rem;
  text-decoration-thickness: 0.0625rem;
}
@media print, screen and (min-width: 1024px) {
  .text-box .text-box_price .normal > s {
    font-size: 1.25rem;
  }
}
.text-box .text-box_price .first {
  line-height: 1.8;
  margin-left: 0.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 1.75rem;
}
@media print, screen and (min-width: 1024px) {
  .text-box .text-box_price .first {
    margin-left: 0.875rem;
    font-size: 2.25rem;
  }
}
.text-box .text-box_button {
  max-width: 335px;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1024px) {
  .text-box .text-box_button {
    max-width: none;
    margin-top: 1rem;
  }
}
.text-box .text-box_button > a {
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  color: #394451;
  border-radius: 0.75rem;
  background-color: #D9D9D9;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  opacity: 1;
  transition: opacity 0.1s ease-out;
}
@media print, screen and (min-width: 1024px) {
  .text-box .text-box_button > a {
    height: 4.625rem;
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .text-box .text-box_button > a:hover {
    opacity: 0.6;
    transition: opacity 0.2s ease-out;
  }
}

.training-about {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .training-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  .training-about {
    align-items: center;
    margin-top: 3.75rem;
    margin-bottom: -2.5rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .training-about_text {
    max-width: 30rem;
    margin-left: 4.0625rem;
    margin-bottom: 2.5rem;
  }
}
.training-about_text ul {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 1024px) {
  .training-about_text ul {
    margin-bottom: 2.2em;
  }
}
.training-about_text ul li {
  position: relative;
  line-height: 2;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  padding-left: 1.5em;
}
@media print, screen and (min-width: 1024px) {
  .training-about_text ul li {
    line-height: 2.2;
    font-size: 1.25rem;
  }
}
.training-about_text ul li::before {
  position: absolute;
  top: 1em;
  left: 0.6em;
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  background-color: #fff;
  border-radius: 100%;
}
@media print, screen and (min-width: 1024px) {
  .training-about_text ul li::before {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.training-about_text ul li > span {
  position: relative;
  padding-left: 1.5em;
}
.training-about_text ul li > span::before {
  position: absolute;
  top: 0.6em;
  left: 0.6em;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 100%;
}
@media print, screen and (min-width: 1024px) {
  .training-about_text ul li > span::before {
    width: 0.25rem;
    height: 0.25rem;
  }
}

.training-about_diagram {
  position: relative;
  width: 18.75rem;
  height: 17.4375rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1024px) {
  .training-about_diagram {
    width: 31.25rem;
    height: 29.0625rem;
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
}

.training-about_diagramItem {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 9.75rem;
  height: 9.75rem;
  border: 1px solid #fff;
  border-radius: 100%;
}
@media print, screen and (min-width: 1024px) {
  .training-about_diagramItem {
    width: 16.25rem;
    height: 16.25rem;
  }
}
.training-about_diagramItem > span {
  display: block;
  width: 100%;
  text-align: center;
}
.training-about_diagramItem .en {
  line-height: 1.4;
  font-family: helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.03125rem;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 1024px) {
  .training-about_diagramItem .en {
    line-height: 1.6;
    font-size: 1.75rem;
  }
}
.training-about_diagramItem .ja {
  font-weight: 400;
  font-size: 0.59375rem;
}
@media print, screen and (min-width: 1024px) {
  .training-about_diagramItem .ja {
    font-size: 1rem;
  }
}
.training-about_diagramItem:nth-of-type(1) {
  top: 0;
  left: 50%;
  margin-left: -78px;
}
@media print, screen and (min-width: 1024px) {
  .training-about_diagramItem:nth-of-type(1) {
    margin-left: -130px;
  }
}
.training-about_diagramItem:nth-of-type(2) {
  bottom: 0;
  left: 0;
}
.training-about_diagramItem:nth-of-type(3) {
  bottom: 0;
  right: 0;
}

.trainer-list {
  margin-bottom: 3.75rem;
}
@media print, screen and (min-width: 768px) {
  .trainer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .trainer-list {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .trainer-list_card {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .trainer-list_card {
    width: 20rem;
    margin: 0 1.875rem 3.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .trainer-list_card + .trainer-list_card {
    margin-top: 2.5rem;
  }
}

.trainer-list_cardImage {
  width: 53.7313432836%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5625rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .trainer-list_cardImage {
    width: 100%;
    margin-bottom: 1.75rem;
  }
}
.trainer-list_cardImage img {
  width: 100%;
  height: auto;
}

.trainer-list_cardTitle {
  line-height: 1.5;
  margin-bottom: 0.75rem;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1024px) {
  .trainer-list_cardTitle {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    min-height: 3.75rem;
    margin-bottom: 1.0625rem;
    font-size: 1.25rem;
  }
}
.trainer-list_cardTitle > span {
  display: block;
}

.trainer-list_cardName {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 1.25rem;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1024px) {
  .trainer-list_cardName {
    margin-bottom: 1.8125rem;
  }
}
.trainer-list_cardName::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.75rem;
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.11477 2.38599H12.5541L0.399414 14.5407L1.46007 15.6013L13.6148 3.44665V12.886H15.1148V0.885986H3.11477V2.38599Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: center;
}

.trainer-list_cardTags {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-bottom: -0.75rem;
}
.trainer-list_cardTags > li {
  line-height: 2.2;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0 0.9375rem;
  border: 1px solid #fff;
  border-radius: 6.25rem;
  font-weight: 400;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 1024px) {
  .trainer-list_cardTags > li {
    font-size: 1rem;
  }
}
.trainer-list_cardTags:last-child {
  margin-bottom: 0;
}

.trainer-list_cardInstagram {
  margin-top: 1.125rem;
}
@media print, screen and (min-width: 1024px) {
  .trainer-list_cardInstagram {
    margin-top: 1.875rem;
  }
}
.trainer-list_cardInstagram > a {
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
}
@media print, screen and (min-width: 1024px) {
  .trainer-list_cardInstagram > a {
    font-size: 1.25rem;
  }
}
.trainer-list_cardInstagram > a::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.1875rem;
  margin-right: 0.5rem;
  background-image: url("../images/icon_instagram.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (any-hover: hover) {
  .trainer-list_cardInstagram > a:hover {
    text-decoration: none;
  }
}

.trainer-reservation {
  position: relative;
  padding: 3rem 0 3.75rem;
  background-image: url("../images/trainer_bg-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media print, screen and (min-width: 768px) {
  .trainer-reservation {
    background-image: url("../images/trainer_bg-pc.jpg");
  }
}
@media print, screen and (min-width: 1024px) {
  .trainer-reservation {
    padding: 6.25rem 0;
  }
}
.trainer-reservation::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 68, 81, 0.8);
}
.trainer-reservation * {
  position: relative;
  z-index: 1;
}

.trainer-reservation_price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -0.625rem;
}
@media print, screen and (min-width: 1024px) {
  .trainer-reservation_price {
    margin-top: -1.875rem;
  }
}
.trainer-reservation_price .normal {
  line-height: 1.8;
  padding-bottom: 0.375rem;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1024px) {
  .trainer-reservation_price .normal {
    padding-bottom: 0.5rem;
    font-size: 1rem;
  }
}
.trainer-reservation_price .normal > s {
  padding: 0 0.25rem;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 1024px) {
  .trainer-reservation_price .normal > s {
    font-size: 1.25rem;
  }
}
.trainer-reservation_price .first {
  line-height: 1.8;
  margin-left: 0.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 1.75rem;
}
@media print, screen and (min-width: 1024px) {
  .trainer-reservation_price .first {
    margin-left: 0.875rem;
    font-size: 2.25rem;
  }
}

.trainer-reservation_button {
  max-width: 335px;
  margin-top: 0.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1024px) {
  .trainer-reservation_button {
    max-width: 481px;
    margin-top: 1.25rem;
  }
}
.trainer-reservation_button > a {
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  color: #394451;
  border-radius: 0.75rem;
  background-color: #D9D9D9;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  opacity: 1;
  transition: opacity 0.1s ease-out;
}
@media print, screen and (min-width: 1024px) {
  .trainer-reservation_button > a {
    height: 4.625rem;
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .trainer-reservation_button > a:hover {
    opacity: 0.6;
    transition: opacity 0.2s ease-out;
  }
}

@media print, screen and (min-width: 1024px) {
  .trainer-modal_card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.trainer-modal_cardImage {
  width: 61.0169491525%;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5625rem;
  border-radius: 12px;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .trainer-modal_cardImage {
    width: 25rem;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.trainer-modal_cardImage img {
  width: 100%;
  height: auto;
}

.trainer-modal_cardText {
  color: #001A39;
}
@media print, screen and (min-width: 1024px) {
  .trainer-modal_cardText {
    display: flex;
    flex-direction: column;
    width: calc(100% - 460px);
    padding-top: 0.625rem;
  }
}
.trainer-modal_cardText p {
  line-height: 1.8;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1024px) {
  .trainer-modal_cardText p {
    line-height: 2.2;
    margin-bottom: 1.875rem;
    font-size: 1.25rem;
  }
}

.trainer-modal_cardTitle {
  line-height: 1.5;
  width: 100%;
  margin-bottom: 0.5625rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1024px) {
  .trainer-modal_cardTitle {
    margin-bottom: 1.375rem;
    font-size: 1.25rem;
  }
}

.trainer-modal_cardName {
  width: 100%;
  margin-bottom: 1.0625rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1024px) {
  .trainer-modal_cardName {
    margin-bottom: 2.25rem;
    font-size: 2.5rem;
  }
}

.trainer-modal_cardInstagram {
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 1024px) {
  .trainer-modal_cardInstagram {
    margin-top: auto;
  }
}
.trainer-modal_cardInstagram > a {
  display: flex;
  align-items: flex-end;
  line-height: 1.5;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
}
@media print, screen and (min-width: 1024px) {
  .trainer-modal_cardInstagram > a {
    font-size: 1.25rem;
  }
}
.trainer-modal_cardInstagram > a::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5625rem;
  background-image: url("../images/icon_instagram.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem auto;
  background-position: center;
}
@media print, screen and (min-width: 1024px) {
  .trainer-modal_cardInstagram > a::before {
    height: 1.6875rem;
  }
}
@media (any-hover: hover) {
  .trainer-modal_cardInstagram > a:hover {
    text-decoration: none;
  }
}

.plan-info {
  padding: 2.625rem 1.25rem 3rem;
  color: #001A39;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .plan-info {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .plan-info {
    padding: 3.75rem 3.75rem 4.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .plan-info > h2 {
    margin-bottom: 2.5rem;
  }
}

.plan-info_text {
  line-height: 1.8;
  margin-top: -0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  letter-spacing: 0;
}

.plan-info_startup {
  margin-top: 1.375rem;
  border-bottom: 1px solid #001A39;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_startup {
    display: flex;
    justify-content: space-between;
    margin-top: 3.75rem;
    border-bottom: none;
  }
}

.plan-info_startupItem {
  padding: 1.25rem 0.75rem 1.3125rem;
  border-top: 1px solid #001A39;
  text-align: left;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_startupItem {
    width: 47.2222222222%;
    padding: 1.5625rem 1.25rem;
    border-bottom: 1px solid #001A39;
  }
}
.plan-info_startupItem .shoulder {
  line-height: 1.8333333333;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_startupItem .shoulder {
    line-height: 1.4666666667;
    margin-bottom: -0.3125rem;
    font-size: 0.9375rem;
  }
}
.plan-info_startupItem .text {
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_startupItem .text {
    font-size: 1.5rem;
  }
}
.plan-info_startupItem .text .title {
  padding-bottom: 0.125rem;
}
.plan-info_startupItem .text .price {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_startupItem .text .price {
    font-size: 2.5rem;
  }
}
.plan-info_startupItem .text .price .yen {
  display: inline-block;
  padding-left: 0.25rem;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_startupItem .text .price .yen {
    padding-left: 0.4375rem;
  }
}
.plan-info_startupItem .text .price .tax {
  display: inline-block;
  margin-right: -0.625rem;
  padding-left: 0.25rem;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_startupItem .text .price .tax {
    margin-right: 0;
    font-size: 1rem;
  }
}

.plan-info_course {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #001A39;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_course {
    padding-bottom: 2.5rem;
  }
}

.plan-info_courseItem {
  width: 47.7611940299%;
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid #001A39;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_courseItem {
    margin-top: 2.375rem;
    padding-top: 1rem;
    padding-bottom: 0.9375rem;
    border-top: none;
    width: 26.3888888889%;
  }
}
@media print, screen and (min-width: 1024px) {
  .plan-info_courseItem + .plan-info_courseItem {
    border-left: 1px solid #001A39;
  }
}
.plan-info_courseItem:first-child {
  width: 100%;
  border-top: none;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_courseItem:first-child {
    width: 47.2222222222%;
  }
}
.plan-info_courseItem .title {
  line-height: 1.375;
  font-size: 1rem;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_courseItem .title {
    line-height: 1.1;
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
}
.plan-info_courseItem .title > span {
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 1.75rem;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_courseItem .title > span {
    font-size: 2.5rem;
  }
}
.plan-info_courseItem .price {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_courseItem .price {
    margin-right: -1.25rem;
    font-size: min(2.777vw, 40px);
  }
}
.plan-info_courseItem .price .yen {
  display: inline-block;
  padding-left: 0.25rem;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_courseItem .price .yen {
    padding-left: 0.4375rem;
  }
}
.plan-info_courseItem .price .tax {
  display: inline-block;
  margin-right: -0.3125rem;
  padding-left: 0.25rem;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_courseItem .price .tax {
    font-size: 1rem;
  }
}
.plan-info_courseItem:first-child .price {
  font-size: 2rem;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_courseItem:first-child .price {
    font-size: 3.25rem;
    font-size: min(3.611vw, 52px);
  }
}
.plan-info_courseItem .times {
  line-height: 1.7142857143;
  margin-top: 0.3125rem;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_courseItem .times {
    line-height: 1.2;
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}
.plan-info_courseItem .marker {
  position: relative;
  display: inline-block;
  line-height: 1.5714285714;
  width: 8.75rem;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.625rem;
  font-size: 0.875rem;
  text-align: left;
  letter-spacing: 0;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_courseItem .marker {
    line-height: 1.2222222222;
    width: auto;
    margin-top: 2.4375rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    padding-left: 1.875rem;
    font-size: 1.125rem;
  }
}
.plan-info_courseItem .marker::before {
  position: absolute;
  top: 0.0625rem;
  left: 0;
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #001A39;
  border-radius: 100%;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_courseItem .marker::before {
    top: 0.1875rem;
  }
}
.plan-info_courseItem .marker::after {
  position: absolute;
  top: 0.4375rem;
  left: 0.375rem;
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  border-left: 1px solid #001A39;
  border-bottom: 1px solid #001A39;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 1024px) {
  .plan-info_courseItem .marker::after {
    top: 0.5625rem;
  }
}
.plan-info_courseItem .marker > span {
  display: inline-block;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_courseItem:first-child .title {
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .plan-info_courseItem:first-child .times {
    margin-top: 0.8125rem;
  }
}
.plan-info_courseItem:first-child .marker {
  width: auto;
  text-align: center;
}

.plan-info_courseText {
  line-height: 1.5;
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_courseText {
    line-height: 1;
    margin-top: 2.625rem;
    font-size: 1.5rem;
  }
}
.plan-info_courseText > span {
  display: inline-block;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_courseText .text-s {
    font-size: 1.25rem;
  }
}

.plan-info_precaution {
  margin-top: 2.5rem;
  text-align: left;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_precaution {
    display: flex;
    justify-content: space-between;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.plan-info_precautionItem .title {
  line-height: 1.375;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_precautionItem .title {
    line-height: 1.1;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
  }
}
.plan-info_precautionItem ul {
  line-height: 1.5;
  padding-left: 1.5em;
}
.plan-info_precautionItem ul li {
  list-style: disc;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_precautionItem ul li {
    font-size: 1rem;
  }
}
.plan-info_precautionItem + .plan-info_precautionItem {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_precautionItem + .plan-info_precautionItem {
    margin-top: 0;
  }
}

.plan-info_note {
  line-height: 1.5;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  text-align: left;
  letter-spacing: 0;
}
@media print, screen and (min-width: 1024px) {
  .plan-info_note {
    margin-top: 3.75rem;
    text-align: center;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .access {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }
}

.access-map {
  position: relative;
  width: 100%;
  height: 280px;
  margin-bottom: 1.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .access-map {
    height: 400px;
    margin-bottom: 2.5rem;
  }
}
.access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .access-info {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .access-info_item {
    width: 50%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .access-info_item + .access-info_item {
    margin-top: 1.5rem;
  }
}

.access-info_itemTitle {
  line-height: 1.375;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 300;
}
@media print, screen and (min-width: 1024px) {
  .access-info_itemTitle {
    line-height: 1.5;
    font-size: 1.25rem;
  }
}

.access-info_itemText {
  line-height: 1.5;
  font-weight: 300;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 1024px) {
  .access-info_itemText {
    font-size: 1rem;
  }
}
.access-info_itemText a {
  opacity: 1;
  transition: opacity 0.1s ease-out;
}
@media (any-hover: hover) {
  .access-info_itemText a:hover {
    opacity: 0.6;
    transition: opacity 0.2s ease-out;
  }
}
.access-info_itemText + .access-info_itemText {
  margin-top: 0.75rem;
}
@media print, screen and (min-width: 1024px) {
  .access-info_itemText + .access-info_itemText {
    margin-top: 1.0625rem;
  }
}

.access-info_itemText-sns > a {
  display: inline-block;
  margin-left: 0.3125rem;
}
.access-info_itemText-sns > a + a {
  margin-left: 0.5625rem;
}
.access-info_itemText-sns > a img {
  vertical-align: middle;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.access-instagram {
  margin-top: 2.5rem;
  padding-top: 1.3125rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #C6CCD5;
  border-bottom: 1px solid #C6CCD5;
}
@media print, screen and (min-width: 768px) {
  .access-instagram {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  .access-instagram {
    margin-top: 3.75rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.access-instagram p {
  line-height: 1.5;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .access-instagram p {
    width: calc(100% - 250px);
  }
}
@media print, screen and (min-width: 1024px) {
  .access-instagram p {
    line-height: 2;
    width: calc(100% - 327px);
  }
}

@media screen and (max-width: 767.98px) {
  .access-instagram_link {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.access-instagram_link > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.25rem;
  font-size: 1.25rem;
}
@media (any-hover: hover) {
  .access-instagram_link > a:hover {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .access-instagram_link > a {
    font-size: 1.5rem;
  }
}
.access-instagram_link > a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  background-image: url("../images/icon_instagram.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media print, screen and (min-width: 1024px) {
  .access-instagram_link > a::before {
    width: 3rem;
    height: 3rem;
    margin-right: 2.5rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .faq {
    max-width: 1160px;
    margin-bottom: 10.375rem;
  }
}

.faq-block {
  border-top: 1px solid #C6CCD5;
}
@media print, screen and (min-width: 1024px) {
  .faq-block {
    display: flex;
  }
}
.faq-block:last-child {
  border-bottom: 1px solid #C6CCD5;
}
@media print, screen and (min-width: 1024px) {
  .faq-block:last-child {
    border-bottom: none;
  }
}

.faq-block_title {
  line-height: 1.05;
  margin-top: 1.25rem;
  margin-bottom: 0.25rem;
  font-weight: 300;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 1024px) {
  .faq-block_title {
    width: 300px;
    margin-top: 2.375rem;
    font-size: 1.5rem;
  }
}

.faq-list {
  margin-right: 0.1875rem;
}
@media print, screen and (min-width: 1024px) {
  .faq-list {
    width: calc(100% - 300px);
    margin-right: 0;
  }
}

.faq-list_item {
  position: relative;
  line-height: 1.8571428571;
  margin-left: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-weight: 300;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 1024px) {
  .faq-list_item {
    line-height: 1.5;
    margin-left: 0;
    padding-top: 2.1875rem;
    padding-left: 1.25rem;
    padding-bottom: 1.1875rem;
    font-size: 1.25rem;
  }
}
.faq-list_item + .faq-list_item {
  border-top: 1px solid #C6CCD5;
}
.faq-list_item::before, .faq-list_item::after {
  position: absolute;
  top: 28px;
  right: 12px;
  content: "";
  display: block;
  width: 12px;
  height: 1.5px;
  background-color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .faq-list_item::before, .faq-list_item::after {
    top: 52px;
    right: 23px;
    width: 18px;
    height: 1.5px;
  }
}
.faq-list_item::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-list_item > .q {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 3.125rem;
  cursor: pointer;
}
@media print, screen and (min-width: 1024px) {
  .faq-list_item > .q {
    margin-bottom: 1.25rem;
    padding-left: 2rem;
    padding-right: 4.25rem;
  }
}
.faq-list_item > .q::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q.";
}
.faq-list_item > .a {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 3.125rem;
  height: 0;
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity 0.1s ease-out, visibility 0s ease-out;
}
@media print, screen and (min-width: 1024px) {
  .faq-list_item > .a {
    padding-left: 2rem;
    padding-right: 4.25rem;
  }
}
.faq-list_item > .a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A.";
}
.faq-list_item.is-on::after {
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
.faq-list_item.is-on > .a {
  height: auto;
  padding-bottom: 0.75rem;
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
}
@media print, screen and (min-width: 1024px) {
  .faq-list_item.is-on > .a {
    padding-bottom: 1.125rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .faq-block:last-child .faq-list_item:last-child {
    border-bottom: 1px solid #C6CCD5;
  }
}

@media print, screen and (min-width: 1024px) {
  .grouplesson {
    padding-top: 4.75rem;
  }
}

@media print, screen and (min-width: 768px) {
  .grouplesson-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1024px) {
  .grouplesson-about_text {
    width: 50%;
  }
}
.grouplesson-about_text h2 {
  margin-bottom: 1.25rem;
  text-align: left;
}
@media print, screen and (min-width: 1024px) {
  .grouplesson-about_text h2 {
    margin-bottom: 2.25rem;
  }
}
.grouplesson-about_text .shoulder {
  line-height: 1.4;
  margin-bottom: 0.75rem;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1024px) {
  .grouplesson-about_text .shoulder {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}

.grouplesson-about_image {
  width: 100%;
  max-width: 335px;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1024px) {
  .grouplesson-about_image {
    width: 46.6666666667%;
    max-width: none;
    margin-top: 4.875rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.grouplesson-about_image img {
  width: 100%;
  height: auto;
}

.grouplesson-detail {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .grouplesson-detail {
    width: 100%;
    margin-top: 5rem;
    overflow: hidden;
  }
}

.grouplesson-detail_title {
  line-height: 1.4;
  margin-bottom: 1.25rem;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1024px) {
  .grouplesson-detail_title {
    margin-bottom: 1.5rem;
    font-weight: 250;
    font-size: 2.25rem;
  }
}

@media print, screen and (min-width: 768px) {
  .grouplesson-detail_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -3.125rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .grouplesson-detail_list {
    justify-content: normal;
    margin-right: -4%;
    margin-bottom: -3.75rem;
  }
}

@media print, screen and (min-width: 768px) {
  .grouplesson-detail_card {
    width: 46.511627907%;
    margin-bottom: 3.125rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .grouplesson-detail_card {
    width: 29.4871794872%;
    margin-right: 3.8461538462%;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .grouplesson-detail_card + .grouplesson-detail_card {
    margin-top: 2.5rem;
  }
}

.grouplesson-detail_cardImage {
  border-radius: 12px;
  overflow: hidden;
}
.grouplesson-detail_cardImage img {
  width: 100%;
  height: auto;
}

.grouplesson-detail_cardTitle {
  display: flex;
  line-height: 1.1666666667;
  margin-top: 1.5rem;
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1024px) {
  .grouplesson-detail_cardTitle {
    margin-top: 1.75rem;
    font-size: 1.375rem;
  }
}
.grouplesson-detail_cardTitle::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.75rem;
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.11477 2.38599H12.5541L0.399414 14.5407L1.46007 15.6013L13.6148 3.44665V12.886H15.1148V0.885986H3.11477V2.38599Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: center;
}

@media print, screen and (min-width: 1024px) {
  .grouplesson-modal_card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.grouplesson-modal_cardImage {
  width: 61.0169491525%;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5625rem;
  border-radius: 12px;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .grouplesson-modal_cardImage {
    width: 25rem;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.grouplesson-modal_cardImage img {
  width: 100%;
  height: auto;
}

.grouplesson-modal_cardText {
  color: #001A39;
}
@media print, screen and (min-width: 1024px) {
  .grouplesson-modal_cardText {
    display: flex;
    flex-direction: column;
    width: calc(100% - 460px);
    padding-top: 0.625rem;
  }
}
.grouplesson-modal_cardText p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1024px) {
  .grouplesson-modal_cardText p {
    line-height: 2.2;
    margin-bottom: 1.875rem;
    font-size: 1rem;
  }
}
.grouplesson-modal_cardText p:last-child {
  margin-bottom: 0;
}
.grouplesson-modal_cardText ul {
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding-left: 1.5em;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1024px) {
  .grouplesson-modal_cardText ul {
    line-height: 2.2;
    margin-bottom: 1.875rem;
    font-size: 1rem;
  }
}
.grouplesson-modal_cardText ul:last-child {
  margin-bottom: 0;
}
.grouplesson-modal_cardText ul > li {
  list-style: disc;
}

.grouplesson-modal_cardTitle {
  line-height: 1.05;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1024px) {
  .grouplesson-modal_cardTitle {
    font-size: 2rem;
  }
}

.grouplesson-modal_cardSubTitle {
  line-height: 1.3125;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1024px) {
  .grouplesson-modal_cardSubTitle {
    line-height: 2.2;
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
  }
}