@charset "UTF-8";
/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --font-mincho-default: "Shippori Mincho", serif;
  --font-gothic-default: "Noto Sans JP", sans-serif;
  --primary: #ff9b89;
  --secondary: #fed2c2;
  --accent_01: #4351a0;
  --accent_02: rgba(255, 135, 77, 1);
  --gradation_01: linear-gradient(to right, #ff654a 1%, #ffb050 100%);
  --gradation_02: linear-gradient(to right, #ff654a 34%, #ffe1b6 100%);
  --LINEcolor: #06c755;
  --light_orange: #fff6f2;
  --light_yellow: #fdf6e8;
  --gray: #777676;
  --dark_gray: #4e4e4e;
  --dark_navy: #1c202a;
  --sds-color-background-warning-secondary-hover: rgb(255, 232, 163);
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-extrabold {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}

/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #f7f3e9;
  font-size: 16px;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  font-family: var(--font-gothic-default);
  font-weight: 400;
  color: var(--color-text);
  line-height: 1.9;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

article,
aside,
audio,
blockquote,
body,
canvas,
caption,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
iframe,
legend,
li,
nav,
ol,
p,
section,
ul,
video {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

:focus {
  outline: none;
}

.scroll-prevent {
  overflow: hidden;
  height: 100%;
}

*,
article {
  box-sizing: border-box;
}

.scroll_fadein {
  opacity: 0;
  transform: translate(0, 15%);
  transition: all 1s;
}
.scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll_from_left {
  opacity: 0;
  transform: translate(-15%, 0);
  transition: all 1s;
}
.scroll_from_left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll_from_right {
  opacity: 0;
  transform: translate(15%, 0);
  transition: all 1s;
}
.scroll_from_right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  position: relative;
  margin: auto;
  padding: 50px 1rem;
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #0c2343;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1080px) {
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a[href^="tel:"]:not(.none-icon) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-alphabet);
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  a[href^="tel:"]:not(.none-icon) {
    display: inline-flex;
  }
}
a[href^="tel:"]:not(.none-icon):before {
  content: "TEL";
  display: block;
  width: 53px;
  line-height: 1;
  color: #fff;
  background-color: var(--color-komazawa);
  font-size: 1rem;
  border-radius: 5px;
  line-height: 25px;
}
.alignright {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.alignleft {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.aligncenter {
  text-align: center;
}
.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

@media screen and (min-width: 1400px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px), print {
  .only-sptab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sptab {
    display: block !important;
  }
}
@media screen and (min-width: 1080px) {
  .only-sptab {
    display: none !important;
  }
}

@media screen and (min-width: 1080px) {
  .only-pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .flex > * + * {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .flex {
    display: flex;
    flex-wrap: nowrap;
  }
}
.flex .col1 > * {
  width: 90%;
}
.flex .col2 > * {
  width: 45%;
}
.flex .col3 > * {
  width: 30%;
}
.flex .col4 > * {
  width: 22.5%;
}
.flex .col5 > * {
  width: 18%;
}
.flex .col6 > * {
  width: 15%;
}
.flex.column {
  flex-direction: column;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.between {
  justify-content: space-between;
}
.flex.center {
  justify-content: center;
}
.flex.right {
  justify-content: flex-end;
}
.flex.around {
  justify-content: space-around;
}
.flex.top {
  align-items: flex-start;
}
.flex.middle {
  align-items: center;
}
.flex.bottom {
  align-items: flex-end;
}
.flex.sp-valid {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex.sp-valid > * + * {
    margin-top: 0;
  }
}

.emoji {
  font-family:
    "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji",
    "Noto Color Emoji", "Noto Emoji";
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.w0 {
  width: 0% !important;
}

@media screen and (max-width: 767px) {
  .sp-w0 {
    width: 0% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w0 {
    width: 0% !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.w5 {
  width: 5% !important;
}

@media screen and (max-width: 767px) {
  .sp-w5 {
    width: 5% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w5 {
    width: 5% !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.w10 {
  width: 10% !important;
}

@media screen and (max-width: 767px) {
  .sp-w10 {
    width: 10% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w10 {
    width: 10% !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.w15 {
  width: 15% !important;
}

@media screen and (max-width: 767px) {
  .sp-w15 {
    width: 15% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w15 {
    width: 15% !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.w20 {
  width: 20% !important;
}

@media screen and (max-width: 767px) {
  .sp-w20 {
    width: 20% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w20 {
    width: 20% !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.w25 {
  width: 25% !important;
}

@media screen and (max-width: 767px) {
  .sp-w25 {
    width: 25% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w25 {
    width: 25% !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.w30 {
  width: 30% !important;
}

@media screen and (max-width: 767px) {
  .sp-w30 {
    width: 30% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w30 {
    width: 30% !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.w35 {
  width: 35% !important;
}

@media screen and (max-width: 767px) {
  .sp-w35 {
    width: 35% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w35 {
    width: 35% !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.w40 {
  width: 40% !important;
}

@media screen and (max-width: 767px) {
  .sp-w40 {
    width: 40% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w40 {
    width: 40% !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.w45 {
  width: 45% !important;
}

@media screen and (max-width: 767px) {
  .sp-w45 {
    width: 45% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w45 {
    width: 45% !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.w50 {
  width: 50% !important;
}

@media screen and (max-width: 767px) {
  .sp-w50 {
    width: 50% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w50 {
    width: 50% !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.w55 {
  width: 55% !important;
}

@media screen and (max-width: 767px) {
  .sp-w55 {
    width: 55% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w55 {
    width: 55% !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.w60 {
  width: 60% !important;
}

@media screen and (max-width: 767px) {
  .sp-w60 {
    width: 60% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w60 {
    width: 60% !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.w65 {
  width: 65% !important;
}

@media screen and (max-width: 767px) {
  .sp-w65 {
    width: 65% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w65 {
    width: 65% !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.w70 {
  width: 70% !important;
}

@media screen and (max-width: 767px) {
  .sp-w70 {
    width: 70% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w70 {
    width: 70% !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.w75 {
  width: 75% !important;
}

@media screen and (max-width: 767px) {
  .sp-w75 {
    width: 75% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w75 {
    width: 75% !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.w80 {
  width: 80% !important;
}

@media screen and (max-width: 767px) {
  .sp-w80 {
    width: 80% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w80 {
    width: 80% !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.w85 {
  width: 85% !important;
}

@media screen and (max-width: 767px) {
  .sp-w85 {
    width: 85% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w85 {
    width: 85% !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.w90 {
  width: 90% !important;
}

@media screen and (max-width: 767px) {
  .sp-w90 {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w90 {
    width: 90% !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.w95 {
  width: 95% !important;
}

@media screen and (max-width: 767px) {
  .sp-w95 {
    width: 95% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w95 {
    width: 95% !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.w100 {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .sp-w100 {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w100 {
    width: 100% !important;
  }
}

.gap0 {
  gap: 0px;
}

.row-gap0 {
  row-gap: 0px;
}

.column-gap0 {
  column-gap: 0px;
}

.gap5 {
  gap: 5px;
}

.row-gap5 {
  row-gap: 5px;
}

.column-gap5 {
  column-gap: 5px;
}

.gap10 {
  gap: 10px;
}

.row-gap10 {
  row-gap: 10px;
}

.column-gap10 {
  column-gap: 10px;
}

.gap15 {
  gap: 15px;
}

.row-gap15 {
  row-gap: 15px;
}

.column-gap15 {
  column-gap: 15px;
}

.gap20 {
  gap: 20px;
}

.row-gap20 {
  row-gap: 20px;
}

.column-gap20 {
  column-gap: 20px;
}

.gap25 {
  gap: 25px;
}

.row-gap25 {
  row-gap: 25px;
}

.column-gap25 {
  column-gap: 25px;
}

.gap30 {
  gap: 30px;
}

.row-gap30 {
  row-gap: 30px;
}

.column-gap30 {
  column-gap: 30px;
}

.gap35 {
  gap: 35px;
}

.row-gap35 {
  row-gap: 35px;
}

.column-gap35 {
  column-gap: 35px;
}

.gap40 {
  gap: 40px;
}

.row-gap40 {
  row-gap: 40px;
}

.column-gap40 {
  column-gap: 40px;
}

.gap45 {
  gap: 45px;
}

.row-gap45 {
  row-gap: 45px;
}

.column-gap45 {
  column-gap: 45px;
}

.gap50 {
  gap: 50px;
}

.row-gap50 {
  row-gap: 50px;
}

.column-gap50 {
  column-gap: 50px;
}

.gap55 {
  gap: 55px;
}

.row-gap55 {
  row-gap: 55px;
}

.column-gap55 {
  column-gap: 55px;
}

.gap60 {
  gap: 60px;
}

.row-gap60 {
  row-gap: 60px;
}

.column-gap60 {
  column-gap: 60px;
}

.gap65 {
  gap: 65px;
}

.row-gap65 {
  row-gap: 65px;
}

.column-gap65 {
  column-gap: 65px;
}

.gap70 {
  gap: 70px;
}

.row-gap70 {
  row-gap: 70px;
}

.column-gap70 {
  column-gap: 70px;
}

.gap75 {
  gap: 75px;
}

.row-gap75 {
  row-gap: 75px;
}

.column-gap75 {
  column-gap: 75px;
}

.gap80 {
  gap: 80px;
}

.row-gap80 {
  row-gap: 80px;
}

.column-gap80 {
  column-gap: 80px;
}

.gap85 {
  gap: 85px;
}

.row-gap85 {
  row-gap: 85px;
}

.column-gap85 {
  column-gap: 85px;
}

.gap90 {
  gap: 90px;
}

.row-gap90 {
  row-gap: 90px;
}

.column-gap90 {
  column-gap: 90px;
}

.gap95 {
  gap: 95px;
}

.row-gap95 {
  row-gap: 95px;
}

.column-gap95 {
  column-gap: 95px;
}

.gap100 {
  gap: 100px;
}

.row-gap100 {
  row-gap: 100px;
}

.column-gap100 {
  column-gap: 100px;
}

.fz0 {
  font-size: 0px !important;
}

.fz1 {
  font-size: 1px !important;
}

.fz2 {
  font-size: 2px !important;
}

.fz3 {
  font-size: 3px !important;
}

.fz4 {
  font-size: 4px !important;
}

.fz5 {
  font-size: 5px !important;
}

.fz6 {
  font-size: 6px !important;
}

.fz7 {
  font-size: 7px !important;
}

.fz8 {
  font-size: 8px !important;
}

.fz9 {
  font-size: 9px !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz23 {
  font-size: 23px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz25 {
  font-size: 25px !important;
}

.fz26 {
  font-size: 26px !important;
}

.fz27 {
  font-size: 27px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz29 {
  font-size: 29px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz31 {
  font-size: 31px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz33 {
  font-size: 33px !important;
}

.fz34 {
  font-size: 34px !important;
}

.fz35 {
  font-size: 35px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz37 {
  font-size: 37px !important;
}

.fz38 {
  font-size: 38px !important;
}

.fz39 {
  font-size: 39px !important;
}

.fz40 {
  font-size: 40px !important;
}

.fz41 {
  font-size: 41px !important;
}

.fz42 {
  font-size: 42px !important;
}

.fz43 {
  font-size: 43px !important;
}

.fz44 {
  font-size: 44px !important;
}

.fz45 {
  font-size: 45px !important;
}

.fz46 {
  font-size: 46px !important;
}

.fz47 {
  font-size: 47px !important;
}

.fz48 {
  font-size: 48px !important;
}

.fz49 {
  font-size: 49px !important;
}

.fz50 {
  font-size: 50px !important;
}

.fz-reset {
  font-size: 1rem !important;
}

.lineheight1 {
  line-height: 1;
}

.lineheight2 {
  line-height: 2;
}

.breadcrumb {
  background-color: #eef5ff;
}
.breadcrumb ul {
  padding: 5px 20px;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
}
.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  margin-right: 7px;
  color: #666666;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  display: inline-block;
  margin-right: 7px;
}

.marker {
  padding: 0;
  background: linear-gradient(transparent 70%, var(--color-marker) 40%);
}
.marker.full {
  background: linear-gradient(var(--color-marker) 0%, var(--color-marker) 100%);
}

/* ---------- ANIMATION ---------- */
.bounce-in {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s;
}
.bounce-in.bounce-in-action {
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition:
    transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s,
    -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@keyframes scrolldown {
  0% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes shake {
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
@keyframes rumble {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-2px) rotate(-3deg);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(2px) rotate(3deg);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes circle-anime {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes purine {
  10% {
    /* 上から落ちてくる */
    transform: translateY(0);
  }
  15% {
    /* 落ちてきた衝撃で縦に少しつぶれる */
    transform: scale(1.1, 0.9);
  }
  20% {
    /* 落ちてきた衝撃で縦にさらに少しつぶれる */
    transform: scale(1.1, 0.8);
  }
  30% {
    /* 縦につぶれながらもつぶれた反動で少し横に伸びる */
    transform: scale(1.15, 0.7);
  }
  45% {
    /* 縦につぶれた反動で横に伸びる */
    transform: scale(1.2, 0.5);
  }
  50% {
    /* つぶれた反動で一気に縦に伸びる */
    transform: scale(0.85, 1.15);
  }
  60% {
    /* 伸びた反動で縦につぶれる */
    transform: scale(1.1, 0.9);
  }
  70% {
    /* つぶれた反動で縦に少し伸びる */
    transform: scale(0.95, 1.08);
  }
  90% {
    /* 伸びた反動でほんの少し縦につぶれる */
    transform: scale(0.98, 1.02);
  }
  100% {
    /* 通常のサイズになる */
    transform: scale(1, 1);
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(5%, 0%) rotate(5deg);
  }
  25% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  30% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  35% {
    transform: translate(-8%, 0%) rotate(-8deg);
  }
  45% {
    transform: translate(5%, 0%) rotate(5deg);
  }
  50% {
    transform: translate(8%, 0%) rotate(8deg);
  }
  60% {
    transform: translate(-2%, 0%) rotate(-2deg);
  }
  65% {
    transform: translate(-3%, 0%) rotate(-3deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.9);
  }
}
@keyframes decoSwing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
#site-header .header-navigation {
  position: fixed;
  top: -100vh;
  right: 0;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--light_yellow);
  z-index: 101;
  transition: all 0.6s;
}
@media screen and (min-width: 768px), print {
  #site-header .header-navigation {
    width: 375px;
    right: calc(38.75vw - 375px - 20px);
  }
}
#site-header .header-navigation.is-active {
  top: 0;
  opacity: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}
#site-header .header-navigation .logo {
  max-width: 194px;
  margin-bottom: 30px;
}
#site-header .header-navigation .navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
#site-header .primary-menu {
  position: relative;
  padding-top: 4rem;
}
#site-header .primary-menu ul {
  max-width: 279px;
  margin-left: auto;
  margin-right: auto;
}
#site-header .primary-menu ul li + li {
  margin-top: 0.5rem;
}
#site-header .primary-menu ul li a:not(.btn) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: var(--dark_gray);
  font-family: var(--font-mincho-default);
}
#site-header .primary-menu ul li a:not(.btn):after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/studio-trial/icon_chevron_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
#site-header .nav-toggle {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border: 1px solid #fff;
  border-radius: 50%;
  top: 15px;
  right: 15px;
  z-index: 102;
  font-size: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle {
    width: 80px;
    height: 80px;
    top: 19px;
    right: 50px;
    border: 2px solid #fff;
  }
}
@media screen and (min-width: 1080px) {
  #site-header .nav-toggle:hover {
    opacity: 0.8;
  }
}
#site-header .nav-toggle span {
  display: block;
  position: absolute;
  width: 20px;
  border-bottom: solid 1.8px #2e2e2e;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle span {
    width: 28px;
  }
}
#site-header .nav-toggle span:nth-child(1) {
  transform: translate(-50%, -3px);
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle span:nth-child(1) {
    transform: translate(-50%, -4px);
  }
}
#site-header .nav-toggle span:nth-child(2) {
  transform: translate(-50%, 3px);
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle span:nth-child(2) {
    transform: translate(-50%, 4px);
  }
}
#site-header .nav-toggle.is-active span:nth-child(1) {
  transform: translate(-50%, 0) rotate(-20deg);
}
#site-header .nav-toggle.is-active span:nth-child(2) {
  transform: translate(-50%, 0) rotate(20deg);
}

#admission #site-header,
#campuslife #site-header {
  position: relative;
}

#cover {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 101;
  background-color: rgba(41, 35, 27, 0.5);
  top: 0;
  left: 0;
  display: none;
}

.floating-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 13px 20px;
  border-radius: 10px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .floating-menu {
    width: auto;
    left: auto;
    bottom: auto;
    top: 15px;
    right: 15px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .floating-menu ul {
    width: 100%;
  }
}
.floating-menu ul li {
  margin-top: 0;
}
.floating-menu .btn {
  min-width: 184px;
}
.floating-menu .btn span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .floating-menu .btn span {
    font-size: 20px;
    padding: 0.6em;
  }
}
.floating-menu .tel {
  display: flex;
  gap: 5px;
  align-items: center;
  line-height: 1;
  font-size: 26px;
  font-weight: 700;
}
.floating-menu .tel:before {
  content: url(../img/studio-trial/line-partner/ico_phone.svg);
  width: 16.49px;
  height: 24.26px;
  display: inline-block;
}
.floating-menu ul li:first-child small {
  display: inline-block;
  padding-left: 21.49px;
}

#site-footer {
  background-color: var(--accent_01);
}
#site-footer .copyright {
  padding: 1em;
  text-align: center;
  font-size: 12px;
  font-family: var(--font-alphabet);
  letter-spacing: 0.17em;
  line-height: 1.5;
}

/* ------------------
   COMMON
------------------ */
@media screen and (min-width: 1080px) {
  body {
    background-image: url(../img/studio-trial/bg_pc.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

main {
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  main {
    flex-basis: 38.75%;
    padding-left: 20px;
  }
}
main .header {
  height: 64px;
  padding: 6px 1rem;
  position: relative;
}
main .header .nav-toggle {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  top: 0.75rem;
  right: 1rem;
  z-index: 102;
  font-size: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1080px) {
  main .header .nav-toggle {
    top: 1rem;
    right: calc(38.75vw - 375px);
  }
}
@media screen and (min-width: 1080px) {
  main .header .nav-toggle:hover {
    opacity: 0.8;
  }
}
main .header .nav-toggle span {
  display: block;
  position: absolute;
  width: 20px;
  border-bottom: solid 1px var(--gray);
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 50%;
  top: 50%;
}
main .header .nav-toggle span:nth-child(1) {
  transform: translate(-50%, -3px);
}
main .header .nav-toggle span:nth-child(2) {
  transform: translate(-50%, 3px);
}
main .header .nav-toggle.is-active span:nth-child(1) {
  transform: translate(-50%, 0) rotate(-40deg);
}
main .header .nav-toggle.is-active span:nth-child(2) {
  transform: translate(-50%, 0) rotate(40deg);
}
main .footer {
  background-color: var(--accent_01);
  color: #fff;
  padding: 1rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  text-align: center;
}
main .footer .copyright {
  font-size: 10px;
}
main article {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  main article {
    width: 375px;
    box-shadow: 0px 0px 20px 0px
      var(--sds-color-background-warning-secondary-hover);
  }
}

aside {
  display: none;
}
@media screen and (min-width: 1080px) {
  aside {
    flex-basis: 61.25%;
    display: block;
  }
}
aside .aside-container {
  width: 61.25vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
aside .aside-container .aside-cta {
  height: calc(100% - 88px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
aside .aside-container .site-logo {
  padding: 14px 20px;
}
aside .aside-container .campaign {
  text-align: center;
}
aside .aside-container .campaign img {
  max-width: 431px;
}

@media screen and (min-width: 1080px) {
  #page {
    display: flex;
    justify-content: space-between;
  }
}

.btn {
  display: block;
  border-radius: 50px;
  text-align: center;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  font-size: 5.3vw;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .btn {
    font-size: 20px;
  }
}
.btn span {
  display: inline-block;
}
.btn-primary {
  background: var(--gradation_01);
}
.btn-primary span {
  color: #fff;
}
.btn-cta {
  max-width: 338px;
  display: block;
  margin: 1.5rem auto;
}

.com-label-01 {
  display: inline-block;
  color: #fff;
  background-color: var(--primary);
  border-radius: 4px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  padding: 0 0.5em;
}

.nowrap {
  white-space: nowrap;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.slick-dots button {
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  border: none;
  appearance: none;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
}
.slick-dots .slick-active button {
  background-color: var(--primary);
}

.gradient-text span:not([class]) {
  background: var(--gradation_01);
  background-clip: text;
  color: transparent;
  font-family: var(--font-mincho-default);
}

/* ------------------
   CONTENTS
------------------ */
.fv {
  position: relative;
  background-image: url(../img/studio-trial/bg_fv.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fv .section-inner {
  padding-top: 10px;
  padding-bottom: 30px;
  height: 170vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1080px) {
  .fv .section-inner {
    max-height: 634px;
  }
}
.fv h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 9vw;
  font-weight: 400;
  line-height: 1.4;
  font-family: var(--font-mincho-default);
}
@media screen and (min-width: 768px), print {
  .fv h1 {
    font-size: 34px;
  }
}
.fv h1 .tagline {
  color: var(--gray);
  font-size: 0.7em;
  line-height: 1.6;
  letter-spacing: -0.05em;
}
.fv h1 span:not([class]) {
  letter-spacing: -0.1em;
  font-weight: 600;
}
.fv h1 span:not([class]) span {
  display: block;
}
.fv-info {
  margin-left: -1rem;
  margin-right: -1rem;
}

.campaign .section-inner {
  padding-top: 0;
}

.campaign-box img {
  width: 100%;
}

.record {
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 100vw,
    var(--light_orange) 50%,
    var(--light_orange) 100%
  );
}
.record .section-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.record h2 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.record h2 + h3 {
  margin-top: -30vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  font-family: var(--font-mincho-default);
}
@media screen and (min-width: 768px), print {
  .record h2 + h3 {
    margin-top: -120px;
  }
}
.record h2 + h3 + p {
  margin-top: 1em;
  color: var(--dark_gray);
  line-height: 2;
}
.record-item {
  position: relative;
}
.record-item-img {
  margin: 1rem -1rem 0;
}
.record-item-text {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
}
.record-item-text:before {
  content: "";
  display: block;
  width: 271px;
  height: 271px;
  background-image: url(../img/studio-trial/record_text_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 1;
}
.record-item-text h4 {
  position: relative;
  z-index: 10;
}
.record-item-text h4 span {
  font-size: 6.4vw;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .record-item-text h4 span {
    font-size: 24px;
  }
}
.record-item-text p {
  position: relative;
  z-index: 10;
  color: var(--dark_gray);
  line-height: 2;
}

.trouble {
  background-image: url(../img/studio-trial/bg_trouble.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 5vw -1rem 0;
  padding-top: 27vw;
}
@media screen and (min-width: 768px), print {
  .trouble {
    padding-top: 100px;
  }
}
.trouble-list {
  padding: 0 1rem 3rem;
}
.trouble-list h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trouble-list h3 span {
  display: block;
  text-align: center;
  font-size: 5.33333vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .trouble-list h3 span {
    font-size: 20px;
  }
}
.trouble-list ul {
  margin-top: 1.5rem;
}
.trouble-list ul li {
  display: flex;
  align-items: center;
  gap: 1em;
  color: #fff;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-family: var(--font-mincho-default);
  line-height: 1.6;
}
.trouble-list ul li:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-color: #fff;
  background-image: url(../img/studio-trial/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.trouble-list ul li + li {
  margin-top: 1.5rem;
}
.trouble-img {
  margin: 0 1rem;
  padding-top: 1rem;
  border-top: 1px solid #fff;
}

.distortion-heading {
  background-image: url(../img/studio-trial/distortion_01.svg);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 0 1rem 1.625rem;
}
.distortion-heading h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 6.4vw;
  font-family: var(--font-mincho-default);
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .distortion-heading h3 {
    font-size: 24px;
  }
}
.distortion-heading h3 small {
  font-size: 0.83em;
}
.distortion-heading h3 span {
  background-color: var(--accent_01);
  border-radius: 8px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  padding: 0.1em 0.5em;
}
.distortion-img {
  padding: 0 1rem 1.5rem;
  background-color: #fff;
}

.habits {
  background-color: #fff;
  background-image: url(../img/studio-trial/bg_habits.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 0 1rem 15vw;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .habits {
    padding-bottom: 56.25px;
  }
}
.habits:before {
  content: "";
  display: block;
  width: 50vw;
  height: 28px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: #181d29;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .habits:before {
    width: 187.5px;
  }
}
.habits:after {
  content: "";
  display: block;
  width: 50vw;
  height: 28px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #181d29;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px), print {
  .habits:after {
    width: 187.5px;
  }
}
.habits-heading:before {
  content: url(../img/studio-trial/icon_arrow_down.svg);
  display: block;
  width: 20px;
  height: 46px;
  margin: 0 auto 1.5rem;
}
.habits-heading h3 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.habits-heading h3 img {
  width: 73.06666vw;
}
@media screen and (min-width: 768px), print {
  .habits-heading h3 img {
    width: 274px;
  }
}

.result {
  padding-bottom: 98px;
  background-image: url(../img/studio-trial/bg_result.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.result p:not([class]) {
  color: #fff;
  text-align: center;
}
.result p:not([class]):before {
  content: "";
  background-image: url(../img/studio-trial/icon_arrow_down_horizontal.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 83px;
  height: 10px;
  margin: 2rem auto 2rem;
}
.result p.gradient-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 5.33333vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .result p.gradient-text {
    font-size: 20px;
  }
}
.result-img01 {
  margin-top: 1rem;
  text-align: center;
}
.result-img01 img {
  width: 76.266666vw;
}
@media screen and (min-width: 768px), print {
  .result-img01 img {
    width: 286px;
  }
}
.result-img02 {
  margin: 0.5rem -1rem 1rem;
}

.about {
  background-color: var(--light_yellow);
}
.about:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: linear-gradient(
    to bottom,
    var(--light_yellow) 0%,
    var(--primary) 100%
  );
}
.about .section-inner {
  padding-top: 4rem;
}
.about h2 {
  text-align: center;
}
.about h2 img {
  width: 69.866666vw;
}
@media screen and (min-width: 768px), print {
  .about h2 img {
    width: 262px;
  }
}
.about-img {
  margin-left: -1rem;
  margin-right: -1rem;
}
.about-img-bottom {
  position: relative;
}
.about-img-bottom:before {
  content: "";
  display: block;
  width: 100%;
  height: 129.86667vw;
  background-image: url(../img/studio-trial/bg_about.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .about-img-bottom:before {
    width: 375px;
    height: 487px;
  }
}
.about-img-bottom img {
  position: relative;
  z-index: 10;
}
.about-text {
  text-align: center;
}
.about-text p {
  color: var(--dark_gray);
}
.about-text img {
  width: 82.66666vw;
}
@media screen and (min-width: 768px), print {
  .about-text img {
    width: 310px;
  }
}

.three-steps {
  margin: 2rem 0;
  padding-top: 2rem;
  position: relative;
}
.three-steps:before {
  content: "";
  width: 78vw;
  height: 1px;
  display: block;
  background: var(--gradation_01);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px), print {
  .three-steps:before {
    width: 293px;
  }
}
.three-steps h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.32;
  font-weight: 500;
  margin-bottom: 1rem;
}
.three-steps h3 span:last-of-type {
  font-size: 2rem;
}
.three-steps .step-item {
  margin: 0 -1rem;
}

.difference {
  background-color: #ff9b89;
  background-image: url(../img/studio-trial/bg_difference.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.difference .section-inner {
  padding-bottom: 2rem;
}
.difference h2 {
  text-align: center;
}
.difference h2 img {
  width: 62.13333vw;
}
@media screen and (min-width: 768px), print {
  .difference h2 img {
    width: 233px;
  }
}
.difference-img {
  margin: 1rem -1rem;
}
.difference-text p {
  color: #fff;
}
.difference-text p + p {
  margin-top: 1em;
}
.difference-text .marker {
  background-color: #fff;
  border-radius: 4px;
  font-family: var(--font-gothic-default);
  color: rgb(255, 135, 77);
}
.difference-item {
  margin-top: 50px;
  border-top: 1px solid var(--secondary);
  padding-top: 1rem;
}
.difference-item h3 {
  width: 81vw;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 20px rgb(255, 232, 163);
  margin: 1.5rem auto;
  padding-left: 35px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .difference-item h3 {
    width: 304px;
  }
}
.difference-item h3:before {
  width: 50px;
  height: 50px;
  line-height: 47px;
  background: var(--gradation_01);
  border-radius: 50%;
  color: #fff;
  font-family: var(--font-mincho-default);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 5.86666vw;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .difference-item h3:before {
    font-size: 22px;
  }
}
.difference-item h3 span {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 40px;
}
.difference-item .img {
  margin: -1.2rem -1rem 0;
}
.difference-item .text {
  position: relative;
  margin-top: 30px;
}
.difference-item .text .icon {
  position: relative;
  height: 48px;
  background-image: url(../img/studio-trial/difference_mask.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.difference-item .text .icon img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
}
.difference-item .text p {
  background-color: var(--light_yellow);
  padding: 2rem 1.5rem;
  border-radius: 0 0 8px 8px;
  color: var(--dark_gray);
}
.difference-item .text p .marker {
  background-color: var(--accent_02);
  border-radius: 4px;
  color: #fff;
  padding: 0 5px;
  font-weight: 700;
}
.difference-item01 h3:before {
  content: "1";
}
.difference-item02 h3:before {
  content: "2";
}
.difference-item03 h3:before {
  content: "3";
}
.difference-item04 h3:before {
  content: "4";
}

.voice {
  background-image: url(../img/studio-trial/bg_voice_cover.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.voice:before {
  content: "";
  display: block;
  width: 100vw;
  height: 60px;
  background: linear-gradient(to bottom, #ff9b89 0%, transparent 100%);
}
.voice:after {
  content: "";
  display: block;
  width: 100vw;
  height: 60px;
  background: linear-gradient(to bottom, #fff 0%, var(--light_orange) 100%);
}
.voice h2 {
  text-align: center;
}
.voice h2 img {
  width: 65.6vw;
  max-width: 246px;
}
.voices {
  margin: 3rem -1rem 0;
}
.voice .slick-dots-clone {
  margin-bottom: 2rem;
}
.voice-slider .slick-dots {
  margin-top: 2rem;
}
.voice-slider .slick-track {
  display: flex;
}
.voice-slider .slick-slide {
  height: auto !important;
}
.voice-item {
  width: calc(66vw + 2rem);
  padding: 0 1rem 1rem;
}
@media screen and (min-width: 768px), print {
  .voice-item {
    width: calc(248px + 2rem);
  }
}
.voice-item-text {
  margin: 1.5rem 0 0 0;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  position: relative;
}
.voice-item-text:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: 0;
  left: 75.8%;
  transform: translate(0, -98%);
}
.voice-item-text h3 {
  margin-bottom: 0.75em;
  font-family: var(--font-mincho-default);
  color: var(--primary);
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
}
.voice-item-text p {
  font-size: 14px;
  letter-spacing: 0.02em;
}

.review {
  background-color: var(--light_orange);
}
.review h2 {
  text-align: center;
}
.review h2 img {
  width: 65.1vw;
  max-width: 244px;
}
.reviews {
  margin: 2rem -1rem 0;
}
.review-item {
  border-radius: 12px;
  background: var(--gradation_01);
  padding: 1px;
  width: 75.5vw;
  margin: 0 0.5rem;
  opacity: 0.5;
}
@media screen and (min-width: 768px), print {
  .review-item {
    width: 283px;
  }
}
.review-item .em-text {
  font-family: var(--font-gothic-default);
  font-weight: 700;
  color: var(--accent_02);
}
.review-item-inner {
  border-radius: 12px;
  padding: 2rem 1.5rem;
  background-color: #fff;
}
.review-item-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review-item-img .stars {
  font-size: 20px;
  margin-top: 0.5em;
}
.review-item-img .profile span {
  font-weight: 400;
}
.review-item-text {
  margin-top: 1rem;
  position: relative;
}
.review-item-text:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--gradation_01);
  margin-bottom: 1rem;
}
.review-item-text p {
  color: var(--dark_gray);
}
.review-item.slick-current {
  box-shadow: 0 0 20px rgb(255, 232, 163);
  opacity: 1;
}

.instructor {
  background-color: #fff;
  background-image: url(../img/studio-trial/bg_instructor.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.instructor:before {
  content: "";
  display: block;
  width: 100vw;
  height: 60px;
  background: linear-gradient(
    to bottom,
    var(--light_orange) 0%,
    transparent 100%
  );
}
.instructor h2 {
  text-align: center;
}
.instructor h2 img {
  width: 80.266667vw;
  max-width: 301px;
}
.instructors {
  margin: 2rem -1rem 0;
}
.instructor-item {
  border-radius: 12px;
  position: relative;
  width: 75.5vw;
  margin: 0.5em;
  opacity: 0.5;
}
@media screen and (min-width: 768px), print {
  .instructor-item {
    width: 283px;
  }
}
.instructor-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ff8a76 33%, #ffe1b6 86%);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  z-index: 1;
}
.instructor-item-text {
  margin-top: 20px;
  padding: 0 20px 2rem;
  position: relative;
  z-index: 10;
}
.instructor-item-text p {
  color: var(--dark_gray);
}
.instructor-item-img {
  position: relative;
  z-index: 10;
}
.instructor-item.slick-current {
  box-shadow: 0 0 20px rgb(255, 232, 163);
  opacity: 1;
}

.class {
  background: linear-gradient(to bottom, #fff 0%, var(--light_orange) 30%);
}
.class-slider-item {
  width: 131.2vw;
  padding-right: 80px;
}
@media screen and (min-width: 768px), print {
  .class-slider-item {
    width: 492px;
  }
}
.class h2 {
  margin: 0 -1rem;
}
.class-item {
  padding: 0 1rem;
}
.class-item-text h3 {
  text-align: center;
}
.class-item-text h3 span {
  font-family: var(--font-mincho-default);
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
  font-size: 6.4vw;
  font-weight: 400;
  padding-bottom: 0.3em;
}
@media screen and (min-width: 768px), print {
  .class-item-text h3 span {
    font-size: 24px;
  }
}
.class-item-text .category {
  text-align: center;
  margin-top: 0.75rem;
}
.class-item-text .category .com-label-01 {
  font-family: var(--font-mincho-default);
  font-size: 14px;
}
.class-item-text p {
  margin-top: 1rem;
  color: var(--dark_gray);
}
.class-item01 .class-item-img-inner {
  margin: -2rem -2rem 0 -1.2rem;
}
.class-item02 .class-item-img-inner {
  margin: 0 -1.2rem 0 -2rem;
}
.class-item + .class-item {
  margin-top: 1.5rem;
}

.flow {
  background-color: var(--light_yellow);
  background-image: url(../img/studio-trial/bg_flow.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 48px;
  padding-bottom: 62px;
}
.flow:before {
  content: "";
  display: block;
  width: 100vw;
  height: 50px;
  background: linear-gradient(
    to bottom,
    var(--light_orange) 0%,
    var(--light_yellow) 100%
  );
}
.flow h2 {
  text-align: center;
}
.flow h2 img {
  width: 72.266667vw;
}
@media screen and (min-width: 768px), print {
  .flow h2 img {
    max-width: 271px;
  }
}
.flow-item {
  position: relative;
  margin-bottom: 10px;
}
.flow-item .step-number {
  width: 150px;
  height: 150px;
  background: var(--gradation_01);
  color: #fff;
  font-family: var(--font-mincho-default);
  line-height: 1;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translate(0, 60px);
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.flow-item .step-number small {
  letter-spacing: 0.1em;
  font-size: 1rem;
}
.flow-item .step-number span {
  font-size: 9.6vw;
}
@media screen and (min-width: 768px), print {
  .flow-item .step-number span {
    font-size: 36px;
  }
}
.flow-item-inner {
  position: relative;
  z-index: 10;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 20px rgb(255, 232, 163);
}
.flow-item-text {
  background-color: #fff;
  padding: 1rem;
}
.flow-item-text h3 {
  margin-bottom: 0.5em;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.flow-item-text p {
  color: var(--dark_gray);
}
.flow-item + .flow-item:before {
  content: "";
  display: block;
  width: 72px;
  height: 12px;
  background-image: url(../img/studio-trial/icon_arrow_down_horizontal2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translate(-50%, 0);
}
.flow-item:first-of-type {
  margin-top: -2.5rem;
}

.chance {
  background-color: #fff;
}
.chance .section-inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.chance h2 {
  text-align: center;
}
.chance h2 img {
  width: 36.8vw;
}
@media screen and (min-width: 768px), print {
  .chance h2 img {
    width: 138px;
  }
}
.chance-gallery {
  margin: 2rem -1rem 0;
}
.chance-item {
  width: 37.33333vw;
  margin: 0 6px;
}
@media screen and (min-width: 768px), print {
  .chance-item {
    width: 140px;
  }
}
.chance-item img {
  border-radius: 12px;
}
.chance .message {
  margin: 1.5rem 0;
  text-align: center;
  font-size: 18px;
}

.reason {
  background-color: var(--light_yellow);
}
.reason:before {
  content: "";
  display: block;
  width: 100vw;
  height: 60px;
  background: linear-gradient(to bottom, #fff 0%, var(--light_yellow) 100%);
}
.reason h2 {
  text-align: center;
}
.reason h2 img {
  width: 53vw;
}
@media screen and (min-width: 768px), print {
  .reason h2 img {
    width: 199px;
  }
}
.reason-item {
  margin-top: 2rem;
}
.reason-item-img {
  margin-bottom: 1rem;
}
.reason-item-img img {
  border-radius: 12px;
  box-shadow: 0 0 20px rgb(255, 232, 163);
}
.reason-item-text h3 {
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
}
.reason-item-text p {
  color: var(--dark_gray);
}
.reason-item + .reason-item {
  border-top: 1px solid var(--secondary);
  padding-top: 2rem;
}

.access {
  background-color: var(--light_orange);
}
.access:before {
  content: "";
  display: block;
  width: 100vw;
  height: 60px;
  background: linear-gradient(
    to bottom,
    var(--light_yellow) 0%,
    var(--light_orange) 100%
  );
}
.access h2 {
  text-align: center;
}
.access h2 img {
  width: 53vw;
}
@media screen and (min-width: 768px), print {
  .access h2 img {
    width: 199px;
  }
}
.access h2 + p {
  margin: 1.5rem 0 1.8rem;
  font-family: var(--font-mincho-default);
  color: var(--dark_gray);
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.access-item {
  padding: 1rem 0;
  border-top: 1px solid var(--secondary);
}
.access-item dl {
  display: flex;
  gap: 0.75rem;
  font-size: 14px;
}
.access-item dl dt {
  min-width: 60px;
  color: var(--primary);
  white-space: nowrap;
}
.access-item dl dd {
  color: var(--dark_gray);
}
.access-item .map {
  margin-top: 1rem;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.access-item .map iframe {
  width: 100%;
  height: 360px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq {
  background-color: var(--light_yellow);
  background-image: url(../img/studio-trial/bg_faq.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 48px;
}
.faq .section-inner {
  padding-bottom: 112px;
}
.faq:before {
  content: "";
  display: block;
  width: 100vw;
  height: 60px;
  background: linear-gradient(
    to bottom,
    var(--light_orange) 0%,
    var(--light_yellow) 100%
  );
}
.faq h2 {
  text-align: center;
}
.faq h2 img {
  width: 52.5333333vw;
}
@media screen and (min-width: 768px), print {
  .faq h2 img {
    width: 197px;
  }
}
.faq h2 + p {
  margin: 1.5rem 0 1.8rem;
  font-family: var(--font-mincho-default);
  color: var(--dark_gray);
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.faq-item {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
  color: var(--dark_gray);
  overflow: hidden;
}
.faq-item + .faq-item {
  margin-top: 1rem;
}
.faq-item-quest {
  height: 148px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item-quest h3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-family: var(--font-mincho-default);
  cursor: pointer;
  font-weight: 400;
}
.faq-item-quest h3:before {
  content: "Q";
  display: inline-block;
  font-size: 20px;
}
.faq-item-quest h3:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/studio-trial/icon_chevron_down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
.faq-item-quest h3 span {
  flex-basis: 100%;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  line-height: 1.6;
}
.faq-item-ans {
  display: none;
  padding-top: 2rem;
  background-color: var(--primary);
  color: #fff;
  padding: 1rem;
}
.faq-item-ans > div {
  display: flex;
  gap: 1.5rem;
  flex-wrap: nowrap;
}
.faq-item-ans > div:before {
  content: "A";
  display: inline-block;
  font-size: 20px;
  font-family: var(--font-mincho-default);
}
.faq-item.open .faq-item-quest {
  background-color: var(--light_orange);
  color: var(--primary);
}
.faq-item.open .faq-item-quest h3:after {
  background-image: url(../img/studio-trial/icon_chevron_down_primary.png);
  transform: rotate(180deg);
}

.footer-cta {
  background-color: #fff;
  background-image: url(../img/studio-trial/bg_footer_cta.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.footer-cta .section-inner {
  padding-top: 3rem;
  padding-bottom: 60px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(26, 51, 108, 0.4);
  z-index: 2;
}
.modal-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100vw - 40px);
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}
@media screen and (min-width: 768px), print {
  .modal-close {
    top: 20px;
    right: 20px;
  }
}
.modal-close .modal-close-target {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  transition: opacity 0.2s;
  border-radius: 50%;
  background: var(--color-komazawa);
}
@media screen and (min-width: 768px), print {
  .modal-close .modal-close-target {
    width: 42px;
    height: 42px;
  }
}
.modal-close .modal-close-target:hover {
  opacity: 0.8;
}
.modal-close .modal-close-target span {
  width: 25px;
  height: 25px;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-close .modal-close-target span:before {
  content: "";
  display: block;
  width: 17px;
  height: 2.5px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-close .modal-close-target span:after {
  content: "";
  display: block;
  width: 17px;
  height: 2.5px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-content {
  width: calc(100% - 40px);
  background-color: #fff;
  border-radius: 17px;
  padding: 60px 20px 20px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .modal-content {
    width: 980px;
    padding: 72px 84px;
  }
}
.modal-content table tr th {
  width: 23%;
  max-width: 190px;
  background-color: var(--color-komazawa);
}
.modal-content table tr td {
  line-height: 1.6;
}
.modal-content table tr td small {
  font-size: 0.9em;
}
