@charset "UTF-8";

/* assets/scss/theme.scss */
:root {
  --color-pure-white: #FFFFFF;
  --color-pure-black: #000000;
  --color-white: #F1F1F1;
  --color-gray: #999999;
  --color-light-gray: #CFCFCF;
  --color-black: #222222;
  --color-green: #005D24;
  --color-deep-green: #0E361A;
  --color-red: #D04848;
  --color-red-orange: #E73800;
  --color-orange: #E77D00;
  --color-light-orange: #F1ECDD;
  --color-gold: #CDAA3E;
  --color-gold2: #DC9730;
  --color-line: #06C755;
  --color-price-cat-01: #CDAA3E;
  --color-price-cat-02: #719D44;
  --color-price-cat-03: #18874A;
  --color-price-cat-04: #0D491F;
}
.site-main .common-campaign-section {
  background:
    radial-gradient(
      63.58% 63.58% at 50% 28.83%,
      #295B38 0%,
      #0E361A 100%);
}
.site-main .common-campaign-section::before,
.site-main .common-campaign-section::after,
.site-main .section-feature .section-body .content-wrapper .content .item .item-body h3::after,
.site-main .section-check .section-title p::after {
  background:
    linear-gradient(
      90deg,
      #DC9730,
      #F3E3AB,
      #DC9730);
}
.site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-profile .inner-profile_header,
.site-main .section-check .section-body .content-wrapper .solve .floating-text {
  background:
    linear-gradient(
      90deg,
      #A27826,
      #D5C384,
      #A87D26);
}
a.button-reserve,
a.button-half-cv,
.site-main .common-campaign-section aside,
.site-main .section-visual .section-cover p {
  background:
    linear-gradient(
      0deg,
      #F56D0A,
      #E73800);
}
.site-header .content-wrapper .content .content-button button {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border-radius: 0px;
  background: none;
  border: none;
}
.site-header .content-wrapper .content .content-menu nav ul,
.site-main .section-check .section-body .content-wrapper .check-list ul,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .legend,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .legend,
.site-main .section-access .section-body .content-wrapper .content .content-info table tr td ul,
.site-footer .section-body .footer-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body br.sp {
  display: none;
}
@media screen and (max-width: 560px) {
  body br.sp {
    display: inline;
  }
}
body br.pc {
  display: inline;
}
@media screen and (max-width: 560px) {
  body br.pc {
    display: none;
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@keyframes cv_button_float {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes cv_button_opening {
  from {
    transform: translateY(calc(100% + 1rem));
  }
  to {
    transform: translateY(0);
  }
}
body[data-navigation=open] .site-header .content-wrapper .content .content-button button span.icon::before {
  transform: translateY(0) rotate(30deg);
}
body[data-navigation=open] .site-header .content-wrapper .content .content-button button span.icon::after {
  transform: translateY(0) rotate(-30deg);
}
body[data-navigation=open] .site-header .content-wrapper .content .content-button button span.label > span.menu,
body[data-navigation=open] .site-header .content-wrapper .content .content-button button span.label > span.close {
  transform: translateY(-100%);
}
body[data-navigation=open] .site-header .content-wrapper .content .content-menu {
  transform: translateX(0);
}
body[data-navigation=open] .site-header .content-wrapper .content .content-menu nav {
  opacity: 1;
  transform: translateX(0);
}
body[data-view=second] .site-footer .section-body .floating-button {
  transform: translateY(0);
}
:root {
  --FOLE-GOLF-Gradient:
    linear-gradient(
      
      90deg,
      #DC9730,
      #F3E3AB,
      #DC9730 );
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
body {
  font-size: clamp(1em, 1.5vw, 1.125em);
  font-weight: 500;
  font-family:
    "Lato",
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
  background-color: var(--color-white);
  color: #222222;
}
body * {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.045rem;
  line-height: 1.4;
}
p,
li {
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  p,
  li {
    font-size: 0.9333rem;
  }
}
figure {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
a.button:hover {
  text-decoration: inherit;
}
a.button-reserve {
  display: flex;
  justify-content: center;
  padding: 0 2em;
  border-top: 2px solid rgb(245.5, 116.3, 22.25);
  border-bottom: 2px solid rgb(232.75, 103.55, 9.5);
  color: white;
  width: 100%;
  max-width: 680px;
  height: 106px;
  border-radius: 14px;
  font-weight: 600;
  position: relative;
  animation: cv_button_float 1s infinite alternate ease;
}
@media screen and (max-width: 768px) {
  a.button-reserve {
    height: auto;
    padding: 1rem 0;
    flex-direction: column;
    gap: 0.5rem;
  }
}
a.button-reserve span {
  display: block;
}
a.button-reserve span.sub {
  display: flex;
  width: 114px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  border-radius: 20px;
  font-size: 0.875rem;
  position: absolute;
  inset: 0;
  right: auto;
  left: 1.5rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  a.button-reserve span.sub {
    width: 120px;
    height: 22px;
    padding-top: 2px;
    position: static;
    border-width: 1px;
  }
}
a.button-reserve span.main {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  a.button-reserve span.main {
    font-size: 1.25rem;
  }
}
a.button-reserve img {
  position: absolute;
  inset: 0;
  right: 1.5rem;
  left: auto;
  margin: auto;
}
a.button-line-cv {
  font-family: "Noto Serif JP", serif;
  min-width: 195px;
  padding-right: 1rem;
  padding-left: 1rem;
  height: 45px;
  border: 1px solid var(--color-green);
  color: var(--color-green);
  backdrop-filter: blur(4px);
}
a.button-line-cv::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--color-green);
  border-bottom: 1px solid var(--color-green);
  transform: rotate(-45deg);
  margin-left: 0.5rem;
}
a.button-lineapp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  width: 190px;
  height: 45px;
  color: white;
  background-color: #06C755;
  border-radius: 8px;
  padding-right: 6px;
  margin-left: 1.2rem;
}
a.button-half {
  width: 50%;
  height: 58px;
  background-color: red;
  color: white;
  font-weight: 700;
  position: relative;
}
a.button-half::before {
  position: absolute;
  inset: 0;
  right: auto;
  left: 1rem;
  margin: auto;
}
a.button-half-cv {
  border-radius: 0 1rem 1rem 0;
  flex-direction: column;
  text-align: left;
  padding-left: 3.2rem;
  align-items: flex-start;
  border-top: 1px solid rgb(245.5, 116.3, 22.25);
  border-bottom: 1px solid rgb(219.45, 53.2, 0);
}
a.button-half-cv span.sub {
  border: 1px solid white;
  padding: 0.2rem 0.4rem;
  font-size: 0.642rem;
  border-radius: 1rem;
  margin-bottom: 3px;
  margin-left: -3px;
}
a.button-half-cv::before {
  content: url(../images/icon_account.svg);
  display: block;
  height: 30px;
}
a.button-half-line {
  background-color: #06C755;
  border-top: 1px solid rgb(6.4463414634, 213.8036585366, 91.3231707317);
  border-bottom: 1px solid rgb(5.4, 179.1, 76.5);
  border-radius: 1rem 0 0 1rem;
  padding-left: 2rem;
}
a.button-half-line::before {
  content: url(../images/icon_line.svg);
  display: block;
  height: 45px;
  left: 0.7rem;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sp-hide {
  display: inherit;
}
@media screen and (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}
.pc-hide {
  display: inherit;
}
@media screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: var(--color-pure-white);
}
.site-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0));
}
.site-header .content-wrapper {
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .site-header .content-wrapper {
    padding: 0 4vw;
    padding-right: 2vw;
  }
}
.site-header .content-wrapper .content {
  display: flex;
  align-items: center;
  min-height: 80px;
}
@media screen and (max-width: 768px) {
  .site-header .content-wrapper .content {
    min-height: 60px;
  }
}
.site-header .content-wrapper .content .conent-logo {
  flex-grow: 1;
}
.site-header .content-wrapper .content .conent-logo h1 {
  margin: 0;
  line-height: 1;
}
.site-header .content-wrapper .content .conent-logo h1 a {
  display: flex;
}
.site-header .content-wrapper .content .conent-logo h1 a img {
  aspect-ratio: 380/46;
}
@media screen and (max-width: 768px) {
  .site-header .content-wrapper .content .conent-logo h1 a img {
    width: 240px;
  }
}
.site-header .content-wrapper .content .conent-logo h1 a span.sub {
  font-family: "Noto Serif JP", serif;
  font-size: 0.9375rem;
  margin-top: 1rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .site-header .content-wrapper .content .conent-logo h1 a span.sub {
    margin-top: 0.5rem;
    font-size: 0.9375rem;
  }
}
.site-header .content-wrapper .content .content-application {
  padding: 0 2rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .site-header .content-wrapper .content .content-application {
    display: none;
  }
}
.site-header .content-wrapper .content .content-button {
  position: relative;
  z-index: 100;
}
.site-header .content-wrapper .content .content-button button {
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.site-header .content-wrapper .content .content-button button span.icon {
  width: 2.5rem;
  height: 2.1875rem;
  position: relative;
}
.site-header .content-wrapper .content .content-button button span.icon::before,
.site-header .content-wrapper .content .content-button button span.icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-green);
  position: absolute;
  inset: 0;
  margin: auto;
  transition: transform 0.2s ease;
}
.site-header .content-wrapper .content .content-button button span.icon::before {
  transform: translateY(-6px);
}
.site-header .content-wrapper .content .content-button button span.icon::after {
  transform: translateY(6px);
}
.site-header .content-wrapper .content .content-button button span.label {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1rem;
  overflow: hidden;
  height: 0.9rem;
}
.site-header .content-wrapper .content .content-button button span.label > span {
  display: block;
}
.site-header .content-wrapper .content .content-button button span.label > span.menu,
.site-header .content-wrapper .content .content-button button span.label > span.close {
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.site-header .content-wrapper .content .content-menu {
  position: fixed;
  width: auto;
  min-width: 566px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  z-index: 1;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .site-header .content-wrapper .content .content-menu {
    min-width: 100%;
  }
}
.site-header .content-wrapper .content .content-menu nav {
  padding: 6rem 2.5rem 2.5rem;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .site-header .content-wrapper .content .content-menu nav ul {
    margin-bottom: 2rem;
  }
}
.site-header .content-wrapper .content .content-menu nav ul li {
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  .site-header .content-wrapper .content .content-menu nav ul li {
    margin: 0.6rem 0;
    font-size: 1.3rem;
  }
}
.site-main .common-campaign-section::before,
.site-main .common-campaign-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
}
.site-main .common-campaign-section {
  background-color: var(--color-green);
  background-image: image-set(url(../images/cp_bg.webp) 1x, url(../images/cp_bg@2x.webp) 2x);
  background-size: cover;
  background-position: top center;
  text-align: center;
}
.site-main .common-campaign-section aside {
  color: white;
}
.site-main .common-campaign-section aside p {
  margin: 0;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0.8rem 0 0.7rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .site-main .common-campaign-section aside p {
    font-size: 1.25rem;
  }
}
.site-main .common-campaign-section .section-title {
  padding: 3rem 9rem 0;
}
@media screen and (max-width: 768px) {
  .site-main .common-campaign-section .section-title {
    padding: 1rem 6vw 0;
  }
}
.site-main .common-campaign-section .section-title img {
  margin: 0 auto;
}
.site-main .common-campaign-section .section-body .content-wrapper .content {
  padding: 0 4rem 5rem;
}
@media screen and (max-width: 768px) {
  .site-main .common-campaign-section .section-body .content-wrapper .content {
    padding: 0 6vw 4rem;
  }
}
.site-main .common-campaign-section .section-body .content-wrapper .campaign-main picture img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .site-main .common-campaign-section .section-body .content-wrapper .campaign-main picture:last-child img {
    margin-top: 1rem;
    width: 90%;
  }
}
.site-main .common-campaign-section .section-body .content-wrapper .campaign-button {
  background-color: var(--color-light-orange);
  padding-bottom: 2rem;
}
.site-main .common-campaign-section .section-body .content-wrapper .campaign-button .button {
  margin: 0 auto -2rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  top: -3rem;
}
@media screen and (max-width: 768px) {
  .site-main .common-campaign-section .section-body .content-wrapper .campaign-button .button {
    margin-top: 0;
    margin-bottom: -2rem;
    top: -2.7rem;
  }
}
.site-main .common-campaign-section .section-body .content-wrapper .campaign-button p {
  text-align: center;
}
.site-main .section-button {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: 4vw;
  display: flex;
  transform: translateY(calc(100% + 1rem));
  animation: cv_button_opening 1s 1.5s ease forwards;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.6));
  pointer-events: none;
}
.site-main .section-button a {
  pointer-events: all;
}
.site-main .section-visual {
  display: flex;
}
@media screen and (max-width: 768px) {
  .site-main .section-visual {
    flex-direction: column;
  }
}
.site-main .section-visual .section-cover,
.site-main .section-visual .section-campaign {
  height: 40rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-visual .section-cover,
  .site-main .section-visual .section-campaign {
    height: auto;
  }
}
.site-main .section-visual .section-cover {
  order: 2;
  flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .site-main .section-visual .section-cover {
    order: 1;
    height: calc(100svh - 183px);
  }
}
.site-main .section-visual .section-cover h2 {
  text-align: right;
  position: absolute;
  right: 2rem;
  bottom: 5rem;
  color: white;
  max-width: 640px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .site-main .section-visual .section-cover h2 {
    margin: 0;
    right: auto;
    left: 4vw;
    bottom: 4vw;
    top: auto;
    text-align: left;
  }
}
.site-main .section-visual .section-cover h2 span {
  display: inline-block;
  margin: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .site-main .section-visual .section-cover h2 span {
    margin: 0;
  }
}
.site-main .section-visual .section-cover h2 span.main {
  font-family: "Noto Serif JP", serif;
  font-size: 3.25rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-visual .section-cover h2 span.main {
    margin-bottom: 1rem;
    font-size: 2.571rem;
  }
}
.site-main .section-visual .section-cover h2 span.sub {
  font-size: 1.375rem;
  background-color: var(--color-orange);
  padding: 0.2rem 1rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-visual .section-cover h2 span.sub {
    font-size: 1.07rem;
    padding: 0.6rem;
  }
}
.site-main .section-visual .section-cover p {
  color: white;
  position: absolute;
  line-height: 1;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0;
  padding: 0.4rem 1rem;
  z-index: 2;
  bottom: 4rem;
  right: 2rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-visual .section-cover p {
    font-size: 1.07rem;
    padding: 0.6rem 0.4rem;
    writing-mode: vertical-rl;
    text-align: left;
    bottom: 1rem;
    right: 10rem;
  }
}
.site-main .section-visual .section-cover .button {
  position: absolute;
  z-index: 2;
  bottom: 2rem;
  right: 5vw;
}
.site-main .section-visual .section-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.site-main .section-visual .section-cover::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      135deg,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.4));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.site-main .section-visual .section-campaign {
  order: 1;
  aspect-ratio: 400/640;
}
@media screen and (max-width: 768px) {
  .site-main .section-visual .section-campaign {
    order: 3;
  }
}
.site-main .section-visual .section-button {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .site-main .section-visual .section-button {
    order: 2;
  }
}
.site-main .section-visual .section-button .button {
  position: absolute;
  inset: 0;
  margin: auto;
  top: -60px;
  bottom: auto;
  width: calc(100% - 12vw);
}
.site-main .common-title {
  padding: 4rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .site-main .common-title {
    padding: 2.5rem 0 4rem;
  }
}
.site-main .common-title .section-title {
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .site-main .common-title .section-title {
    padding-bottom: 0.5rem;
  }
}
.site-main .common-title .section-title h2 {
  text-align: center;
  line-height: 1.3;
}
.site-main .common-title .section-title h2 span {
  display: block;
}
.site-main .common-title .section-title h2 span.main {
  font-family: "Lato", sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-green);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .site-main .common-title .section-title h2 span.main {
    font-size: 2.142rem;
  }
}
.site-main .common-title .section-title h2 span.sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: var(--color-orange);
}
@media screen and (max-width: 768px) {
  .site-main .common-title .section-title h2 span.sub {
    font-size: 0.857rem;
  }
}
.site-main .section-feature .section-body .content-wrapper {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .site-main .section-feature .section-body .content-wrapper {
    padding: 0 6vw;
  }
}
.site-main .section-feature .section-body .content-wrapper .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-feature .section-body .content-wrapper .content {
    gap: 2rem;
  }
}
.site-main .section-feature .section-body .content-wrapper .content .item {
  width: 494px;
  display: flex;
  align-items: center;
  position: relative;
  background: white;
}
@media screen and (max-width: 768px) {
  .site-main .section-feature .section-body .content-wrapper .content .item {
    width: 100%;
  }
}
.site-main .section-feature .section-body .content-wrapper .content .item .item-image {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .site-main .section-feature .section-body .content-wrapper .content .item .item-image {
    width: 34vw;
  }
}
.site-main .section-feature .section-body .content-wrapper .content .item .item-body {
  flex-grow: 1;
  width: calc(100% - 170px);
  padding: 0 1.4rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-feature .section-body .content-wrapper .content .item .item-body {
    width: calc(100% - 34vw);
    padding: 0 4vw;
  }
}
.site-main .section-feature .section-body .content-wrapper .content .item .item-body h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.625rem;
  color: var(--color-gold);
  margin: 0 0 0.8rem;
  padding-bottom: 0.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .site-main .section-feature .section-body .content-wrapper .content .item .item-body h3 {
    font-size: 1.428rem;
    margin-bottom: 0.5rem;
  }
}
.site-main .section-feature .section-body .content-wrapper .content .item .item-body h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.site-main .section-feature .section-body .content-wrapper .content .item .item-body p {
  margin: 0;
  line-height: 1.7;
}
.site-main .section-feature .section-body .content-wrapper .content .item::after {
  content: "";
  display: block;
  border: 1px solid;
  border-image:
    conic-gradient(
      #DC9730,
      #F3E3AB,
      #DC9730) 1;
  position: absolute;
  inset: 0;
  right: -4px;
  left: auto;
  margin: auto;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  pointer-events: none;
}
.site-main .section-about .section-body .content-wrapper .content {
  max-width: 960px;
  margin: 0 auto;
}
.site-main .section-about .section-body .content-wrapper .about-body {
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .site-main .section-about .section-body .content-wrapper .about-body {
    padding: 1.5rem 6vw 0;
  }
}
.site-main .section-about .section-body .content-wrapper .about-body h3 {
  margin-bottom: 3rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.812rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .site-main .section-about .section-body .content-wrapper .about-body h3 {
    font-size: 1.285rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.site-main .section-about .section-body .content-wrapper .about-body h3::after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  background-color: var(--color-gold);
  margin: 1.5rem auto;
}
.site-main .section-about .section-body .content-wrapper .about-body .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .site-main .section-about .section-body .content-wrapper .about-body .item {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.site-main .section-about .section-body .content-wrapper .about-body .item .item-image {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .site-main .section-about .section-body .content-wrapper .about-body .item .item-image {
    width: auto;
  }
}
.site-main .section-about .section-body .content-wrapper .about-body .item .item-image img {
  margin: 0 auto;
}
.site-main .section-about .section-body .content-wrapper .about-body .item .item-body {
  width: calc(100% - 400px);
  padding: 0 2rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-about .section-body .content-wrapper .about-body .item .item-body {
    width: auto;
    padding: 0;
  }
}
.site-main .section-about .section-body .content-wrapper .about-body .item .item-body p {
  margin: 1.5rem 0;
}
.site-main .section-about .section-body .content-wrapper .about-body .item:last-of-type {
  margin-bottom: 0;
}
.site-main .section-about .section-body .content-wrapper .about-leebomee {
  margin-top: 2rem;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .site-main .section-about .section-body .content-wrapper .about-leebomee {
    margin-right: 4vw;
    margin-left: 4vw;
  }
}
.site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner {
    flex-direction: column;
  }
}
.site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-image,
.site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-profile {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-image,
  .site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-profile {
    width: auto;
  }
}
.site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-image {
  order: 2;
}
@media screen and (max-width: 768px) {
  .site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-image {
    order: 1;
  }
}
.site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-image img {
  width: 100%;
  height: auto;
}
.site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-profile {
  order: 1;
}
@media screen and (max-width: 768px) {
  .site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-profile {
    order: 2;
  }
}
.site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-profile .inner-profile_header {
  color: white;
  padding: 0.5rem 1.5rem;
}
.site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-profile .inner-profile_header .label {
  margin: 0;
  line-height: 1.5;
  font-size: 0.9375rem;
  font-weight: 600;
}
.site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-profile .inner-profile_body {
  padding: 2.5rem 3rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-profile .inner-profile_body {
    padding: 1.5rem 4vw;
  }
}
.site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-profile .inner-profile_body h3 {
  margin-top: 0;
  display: flex;
  align-items: center;
  margin-left: -0.2rem;
}
.site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-profile .inner-profile_body h3 span.main {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
}
.site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-profile .inner-profile_body h3 span.sub {
  margin-bottom: -6px;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  color: var(--color-gold2);
}
.site-main .section-about .section-body .content-wrapper .about-leebomee .content-inner .inner-profile .inner-profile_body p {
  font-size: 0.875rem;
}
.site-main .section-check {
  padding-top: 4rem;
  background-color: #222222;
  color: white;
  background-image: image-set(url(../images/check_main_pc.webp) 1x, url(../images/check_main_pc@2x.webp) 2x);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .site-main .section-check {
    padding-top: 3rem;
    background-image: image-set(url(../images/check_main_sp.webp) 1x, url(../images/check_main_sp@2x.webp) 2x);
  }
}
.site-main .section-check .section-title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .site-main .section-check .section-title {
    padding: 0 6vw;
  }
}
.site-main .section-check .section-title h2 {
  margin-bottom: 5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-check .section-title h2 {
    margin-bottom: 3rem;
  }
}
.site-main .section-check .section-title p {
  font-size: 1.875rem;
  color: var(--color-gold);
  line-height: 1;
  text-align: center;
}
.site-main .section-check .section-title p::after {
  content: "";
  display: block;
  width: 190px;
  height: 5px;
  margin: 0.5rem auto;
}
.site-main .section-check .section-body .content-wrapper .check-list {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-check .section-body .content-wrapper .check-list {
    padding: 0 6vw 5rem;
  }
}
.site-main .section-check .section-body .content-wrapper .check-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-main .section-check .section-body .content-wrapper .check-list ul li {
  width: 460px;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  border-bottom: 2px solid white;
  padding: 0.2rem 0.6rem;
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  .site-main .section-check .section-body .content-wrapper .check-list ul li {
    margin: 0.5rem 0;
  }
}
.site-main .section-check .section-body .content-wrapper .check-list ul li::before {
  content: url(../images/icon_check.svg);
  display: block;
  position: relative;
  top: 3px;
  margin-right: 0.5rem;
}
.site-main .section-check .section-body .content-wrapper .solve {
  background-color: var(--color-pure-white);
  background-image: image-set(url(../images/solve_bg_pc.webp) 1x, url(../images/solve_bg_pc@2x.webp) 2x);
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .site-main .section-check .section-body .content-wrapper .solve {
    flex-direction: column;
  }
}
.site-main .section-check .section-body .content-wrapper .solve::before,
.site-main .section-check .section-body .content-wrapper .solve::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: var(--color-gold);
  position: absolute;
}
.site-main .section-check .section-body .content-wrapper .solve::before {
  top: 0;
}
.site-main .section-check .section-body .content-wrapper .solve::after {
  bottom: 0;
}
.site-main .section-check .section-body .content-wrapper .solve .floating-text {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  position: absolute;
  inset: 0;
  bottom: auto;
  top: -20px;
  width: 220px;
  height: 46px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .site-main .section-check .section-body .content-wrapper .solve .floating-text {
    font-size: 1.428rem;
    width: 180px;
    height: 40px;
  }
}
.site-main .section-check .section-body .content-wrapper .solve .solve-main {
  color: var(--color-deep-green);
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-check .section-body .content-wrapper .solve .solve-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .site-main .section-check .section-body .content-wrapper .solve .solve-main p {
    text-align: center;
    margin: -8rem 0 0;
  }
}
.site-main .section-check .section-body .content-wrapper .solve .solve-main p span {
  display: block;
}
@media screen and (max-width: 768px) {
  .site-main .section-check .section-body .content-wrapper .solve .solve-main p span {
    margin: 0 auto;
  }
}
.site-main .section-check .section-body .content-wrapper .solve .solve-main p span.sub {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  margin-right: -0.7rem;
  margin-left: -0.7rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-check .section-body .content-wrapper .solve .solve-main p span.sub {
    justify-content: center;
  }
}
.site-main .section-check .section-body .content-wrapper .solve .solve-main p span.sub::before,
.site-main .section-check .section-body .content-wrapper .solve .solve-main p span.sub::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.8rem;
  background-color: var(--color-green);
  margin: 0 0.7rem;
}
.site-main .section-check .section-body .content-wrapper .solve .solve-main p span.sub::before {
  transform: rotate(-20deg);
}
.site-main .section-check .section-body .content-wrapper .solve .solve-main p span.sub::after {
  transform: rotate(20deg);
}
.site-main .section-check .section-body .content-wrapper .solve .solve-main p span.main {
  font-family: "Noto Serif JP", serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .site-main .section-check .section-body .content-wrapper .solve .solve-main p span.main {
    font-size: 2.714rem;
  }
}
.site-main .box-title .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  background-color: #222222;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .site-main .box-title .section-title {
    height: 240px;
  }
}
.site-main .box-title .section-title h2 {
  background-color: rgba(var(--color-green), 0.8);
  color: white;
  text-align: center;
  margin: 0;
  padding: 1rem 2.5rem 1.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .site-main .box-title .section-title h2 {
    padding: 1rem 4rem 1.2rem;
  }
}
.site-main .box-title .section-title h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: var(--color-gold);
  position: absolute;
  bottom: 0;
  left: 0;
}
.site-main .box-title .section-title h2 span.main {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .site-main .box-title .section-title h2 span.main {
    font-size: 1.714rem;
  }
}
.site-main .section-why .section-title {
  background-image: image-set(url(../images/why_main_pc.webp) 1x, url(../images/why_main_pc@2x.webp) 2x);
}
@media screen and (max-width: 768px) {
  .site-main .section-why .section-title {
    background-image: image-set(url(../images/why_main_sp.webp) 1x, url(../images/why_main_sp@2x.webp) 2x);
  }
}
.site-main .section-why .section-body {
  background-color: var(--color-green);
}
.site-main .section-why .section-body .content-wrapper .content {
  max-width: 960px;
  margin: 0 auto;
  padding: 4rem 0 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-why .section-body .content-wrapper .content {
    padding: 4rem 6vw 6rem;
    gap: 6vw;
  }
}
.site-main .section-why .section-body .content-wrapper .content .card {
  width: 420px;
  background-color: white;
  position: relative;
}
@media screen and (max-width: 768px) {
  .site-main .section-why .section-body .content-wrapper .content .card {
    width: clamp(300px, 100%, 520px);
  }
}
.site-main .section-why .section-body .content-wrapper .content .card .floating {
  margin: 0;
  position: absolute;
  top: 1rem;
  left: 0.8rem;
  z-index: 1;
}
.site-main .section-why .section-body .content-wrapper .content .card .floating img {
  aspect-ratio: 103/114;
}
@media screen and (max-width: 768px) {
  .site-main .section-why .section-body .content-wrapper .content .card .floating img {
    width: 80px;
    height: auto;
  }
}
.site-main .section-why .section-body .content-wrapper .content .card .card-cover {
  position: relative;
}
.site-main .section-why .section-body .content-wrapper .content .card .card-cover .cover-image {
  aspect-ratio: 3/2;
}
.site-main .section-why .section-body .content-wrapper .content .card .card-cover .cover-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.site-main .section-why .section-body .content-wrapper .content .card .card-cover .cover-title {
  position: absolute;
  right: 1rem;
  bottom: -2rem;
  text-align: right;
}
.site-main .section-why .section-body .content-wrapper .content .card .card-cover .cover-title h3 {
  color: white;
  flex-direction: column;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  background-color: var(--color-orange);
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  line-height: 1.7;
  padding: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-why .section-body .content-wrapper .content .card .card-cover .cover-title h3 {
    font-size: 2rem;
  }
}
.site-main .section-why .section-body .content-wrapper .content .card .card-body {
  padding: 2rem 1.5rem 1rem;
}
.site-main .section-instructor {
  background-color: white;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .site-main .section-instructor {
    padding: 3rem 0;
  }
}
.site-main .section-instructor .section-title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-instructor .section-title {
    margin-bottom: 0;
  }
}
.site-main .section-instructor .section-title h2 {
  text-align: center;
  color: var(--color-deep-green);
  font-family: "Noto Serif JP", serif;
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-instructor .section-title h2 {
    font-size: 1.857rem;
  }
}
.site-main .section-instructor .section-body .content-wrapper > .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .site-main .section-instructor .section-body .content-wrapper > .content {
    padding: 2rem 8vw;
    gap: 6vw;
  }
}
.site-main .section-instructor .section-body .content-wrapper > .content .card {
  width: 20vw;
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .site-main .section-instructor .section-body .content-wrapper > .content .card {
    width: auto;
    margin: 0 0 2rem;
  }
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-image img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .site-main .section-instructor .section-body .content-wrapper > .content .card .card-body {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-name {
    order: 1;
  }
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-name h2,
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-name h3 {
  margin-bottom: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  line-height: 1;
  font-weight: 400;
  color: var(--color-deep-green);
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-name h2 span.main,
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-name h3 span.main {
  font-size: 1.5rem;
  font-weight: 500;
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-name h2 span.sub,
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-name h3 span.sub {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-detail {
    order: 3;
  }
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-detail .card-body-data .data-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--color-green);
  border-bottom: 1px solid var(--color-green);
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-detail .card-body-data .data-wrapper .data-cel {
  padding: 0.5rem;
  border-right: 1px solid var(--color-green);
  color: var(--color-deep-green);
  width: 50%;
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-detail .card-body-data .data-wrapper .data-cel p {
  margin: 0;
  line-height: 1.5;
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-detail .card-body-data .data-wrapper .data-cel p span {
  display: block;
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-detail .card-body-data .data-wrapper .data-cel p span.label {
  font-size: 0.625rem;
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-detail .card-body-data .data-wrapper .data-cel p span.content {
  font-size: 0.9375rem;
  font-weight: 600;
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-detail .card-body-data .data-wrapper .data-cel:nth-of-type(2) {
  border-right: none;
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-detail .card-body-data .data-wrapper .data-cel:last-of-type {
  border-top: 1px solid var(--color-green);
  border-right: none;
  width: 100%;
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-detail .card-body-data .card-body-results h4 {
  margin: 2rem 0 1.5rem;
  padding-bottom: 0.15rem;
  color: var(--color-deep-green);
  border-bottom: 2px solid rgba(var(--color-green), 0.5);
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-detail .card-body-data .card-body-results h5 {
  margin: 1rem 0 0.5rem;
  font-size: 1rem;
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-detail .card-body-data .card-body-results ul {
  margin: 0.5rem 0 2rem;
  padding-left: 1.5rem;
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-detail .card-body-data .card-body-results ul li {
  font-size: 0.9375;
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-body .card-body-detail .card-body-data .card-body-results p {
  font-size: 0.9375;
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-name {
  border-bottom: 1px solid rgba(var(--color-gray), 0.3);
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-name h3 {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-name h3 span.main {
  font-size: 1.625rem;
  font-weight: 500;
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-name h3 span.sub {
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: 0.5rem;
}
.site-main .section-instructor .section-body .content-wrapper > .content .card .card-name p {
  margin-top: 0.2rem;
  font-size: 0.875rem;
}
.site-main .section-plan .section-body .content-wrapper .content,
.site-main .section-schedule .section-body .content-wrapper .content {
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .site-main .section-plan .section-body .content-wrapper .content,
  .site-main .section-schedule .section-body .content-wrapper .content {
    padding: 0 4vw;
  }
}
.site-main .section-plan .section-body .content-wrapper .content p,
.site-main .section-schedule .section-body .content-wrapper .content p {
  text-align: right;
  font-size: 0.875rem;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option {
  width: 100%;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price .red,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option .red,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price .red,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option .red {
  color: var(--color-red-orange);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr th,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr th,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr th,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr th,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td {
  vertical-align: middle;
  text-align: center;
  padding: 1.2rem 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr th,
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td,
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr th,
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr th,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr th,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td {
    padding: 1rem 0.2rem;
  }
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr th,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr th,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr th,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr th {
  line-height: 1.4;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td .small,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td .small,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td .small,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td .small {
  font-size: 70%;
  letter-spacing: 0;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td.title,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td.title,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td.title,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td.title {
  text-align: left;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td.price,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td.price,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td.price,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td.price {
  font-size: 1.125rem;
  letter-spacing: 0.03rem;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td.price,
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td.price,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td.price,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td.price {
    letter-spacing: 0;
    font-size: 1rem;
  }
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td.price .small,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td.price .small,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td.price .small,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td.price .small {
  margin: 0 0.1rem;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td.price span.red,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td.price span.red,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td.price span.red,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td.price span.red {
  font-size: 1.4375rem;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td.price span.red,
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td.price span.red,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td.price span.red,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td.price span.red {
    letter-spacing: 0;
    font-size: 1.2rem;
  }
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td.price span.red .small,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td.price span.red .small,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td.price span.red .small,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td.price span.red .small {
  font-size: clamp(10px, 50%, 1rem);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td .colspan-inner,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td .colspan-inner,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td .colspan-inner,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td .colspan-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  background-color: white;
  border-radius: 1rem;
  min-height: 40px;
  border-radius: 20px;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td .colspan-inner,
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td .colspan-inner,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td .colspan-inner,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td .colspan-inner {
    min-height: 48px;
    border-radius: 24px;
  }
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td .colspan-inner span .small,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td .colspan-inner span .small,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td .colspan-inner span .small,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td .colspan-inner span .small {
  margin: 0 0.1rem;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td .colspan-inner span.normal,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td .colspan-inner span.normal,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td .colspan-inner span.normal,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td .colspan-inner span.normal {
  font-size: inherit;
  letter-spacing: 0;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td .colspan-inner span.red,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td .colspan-inner span.red,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td .colspan-inner span.red,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td .colspan-inner span.red {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td .colspan-inner span.red,
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td .colspan-inner span.red,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td .colspan-inner span.red,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td .colspan-inner span.red {
    line-height: 0.6;
  }
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td .colspan-inner span.red .small,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td .colspan-inner span.red .small,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td .colspan-inner span.red .small,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td .colspan-inner span.red .small {
  font-size: 50%;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 768px) {
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tr td .colspan-inner span.red .small,
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tr td .colspan-inner span.red .small,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tr td .colspan-inner span.red .small,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tr td .colspan-inner span.red .small {
    font-size: 40%;
  }
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price thead,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price thead {
  position: sticky;
  top: 82px;
  background-color: var(--color-white);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price thead,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price thead {
    top: 62px;
  }
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price thead tr th,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price thead tr th {
  width: 20%;
  color: white;
  position: relative;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price thead tr th::after,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price thead tr th::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: var(--color-light-gray);
  position: absolute;
  bottom: 0;
  left: 0;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price thead tr th.cat-01,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price thead tr th.cat-01 {
  background-color: var(--color-price-cat-01);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price thead tr th.cat-02,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price thead tr th.cat-02 {
  background-color: var(--color-price-cat-02);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price thead tr th.cat-03,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price thead tr th.cat-03 {
  background-color: var(--color-price-cat-03);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price thead tr th.cat-04,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price thead tr th.cat-04 {
  background-color: var(--color-price-cat-04);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tbody tr,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tbody tr {
  border-bottom: 1px solid var(--color-light-gray);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tbody tr th,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tbody tr th {
  text-align: left;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tbody tr td:nth-of-type(1),
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tbody tr td:nth-of-type(1) {
  background-color: rgba(205, 170, 62, 0.05);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tbody tr td:nth-of-type(2),
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tbody tr td:nth-of-type(2) {
  background-color: rgba(113, 157, 68, 0.05);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tbody tr td:nth-of-type(3),
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tbody tr td:nth-of-type(3) {
  background-color: rgba(24, 135, 74, 0.05);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-price tbody tr td:nth-of-type(4),
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-price tbody tr td:nth-of-type(4) {
  background-color: rgba(13, 73, 31, 0.05);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option {
  margin-bottom: 1rem;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody {
  border-top: 1px solid var(--color-light-gray);
  border-bottom: 1px solid var(--color-light-gray);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr th,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr th,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td {
  padding: 0.7rem 1rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr th,
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr th,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td {
    padding: 1.2rem 0.2rem;
  }
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr th,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr th {
  text-align: left;
  vertical-align: top;
  width: 25%;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td.title,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td.title {
  width: 30%;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td.category,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td.category {
  width: 10%;
  padding: 0.7rem 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td.category,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td.category {
    width: 20%;
    padding: 0.7rem;
  }
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td.price,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td.price {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td.price,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td.price {
    width: 25%;
    padding: 1rem 0.2rem;
    text-align: left;
  }
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td span.icon,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td span.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td span.icon,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td span.icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td span.cat-01,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td span.cat-01 {
  background-color: var(--color-price-cat-01);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td span.cat-02,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td span.cat-02 {
  background-color: var(--color-price-cat-02);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td span.cat-03,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td span.cat-03 {
  background-color: var(--color-price-cat-03);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td span.cat-04,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr td span.cat-04 {
  background-color: var(--color-price-cat-04);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr:first-of-type th,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr:first-of-type td,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr:first-of-type th,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr:first-of-type td {
  padding-top: 1.5rem;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr:last-of-type th,
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .table-option tbody tr:last-of-type td,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr:last-of-type th,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .table-option tbody tr:last-of-type td {
  padding-bottom: 1.5rem;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .legend,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .legend {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0.5rem 0;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .legend li,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .legend li {
  margin: 0 0.5rem;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .legend li::before,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .legend li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-plan .section-body .content-wrapper .content .table-wrapper .legend li::before,
  .site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .legend li::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .legend li.cat-01::before,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .legend li.cat-01::before {
  background-color: var(--color-price-cat-01);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .legend li.cat-02::before,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .legend li.cat-02::before {
  background-color: var(--color-price-cat-02);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .legend li.cat-03::before,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .legend li.cat-03::before {
  background-color: var(--color-price-cat-03);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .legend li.cat-04::before,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .legend li.cat-04::before {
  background-color: var(--color-price-cat-04);
}
.site-main .section-plan .section-body .content-wrapper .content .table-wrapper .note,
.site-main .section-schedule .section-body .content-wrapper .content .table-wrapper .note {
  margin: 0 0.5rem;
  text-align: right;
  font-size: 0.75rem;
  color: var(--color-red-orange);
}
@media screen and (max-width: 768px) {
  .site-main .section-plan .section-body .content-wrapper .content {
    padding: 0;
  }
}
.site-main .section-schedule {
  padding-top: 0 !important;
}
.site-main .section-faq .section-body .content-wrapper .content {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 0 0;
}
@media screen and (max-width: 768px) {
  .site-main .section-faq .section-body .content-wrapper .content {
    padding: 2rem 4vw 0;
  }
}
.site-main .section-faq .section-body .content-wrapper .content .post {
  border-bottom: 1px solid var(--color-light-gray);
}
.site-main .section-faq .section-body .content-wrapper .content .post .accordion .question {
  padding: 1.3rem 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  list-style: none;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .site-main .section-faq .section-body .content-wrapper .content .post .accordion .question {
    font-size: 1rem;
    padding: 1.2rem 2rem;
  }
}
.site-main .section-faq .section-body .content-wrapper .content .post .accordion .question::before {
  content: "Q.";
  font-family: "Bodoni Moda", serif;
  font-size: 1.4rem;
  font-weight: 200;
  font-style: italic;
  color: var(--color-orange);
  margin-right: 0.3rem;
  position: absolute;
  top: 0.9rem;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .site-main .section-faq .section-body .content-wrapper .content .post .accordion .question::before {
    top: 0.6rem;
    margin-right: 0.2rem;
    font-size: 1.6rem;
  }
}
.site-main .section-faq .section-body .content-wrapper .content .post .accordion .question::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  position: absolute;
  top: 1.5rem;
  right: 0.5rem;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .site-main .section-faq .section-body .content-wrapper .content .post .accordion .question::after {
    top: 1.2rem;
    right: 2vw;
  }
}
.site-main .section-faq .section-body .content-wrapper .content .post .accordion .question::-webkit-details-marker {
  display: none;
}
.site-main .section-faq .section-body .content-wrapper .content .post .accordion .answer {
  margin-top: -1rem;
  padding-left: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .site-main .section-faq .section-body .content-wrapper .content .post .accordion .answer {
    padding-right: 6vw;
  }
}
.site-main .section-faq .section-body .content-wrapper .content .post .accordion .answer::before {
  content: "A.";
  font-family: "Bodoni Moda", serif;
  font-size: 1.4rem;
  font-weight: 200;
  font-style: italic;
  color: var(--color-orange);
  margin-right: 0.3rem;
  position: absolute;
  top: -0.3rem;
  left: 0rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .site-main .section-faq .section-body .content-wrapper .content .post .accordion .answer::before {
    font-size: 1.6rem;
  }
}
.site-main .section-flow .section-title {
  background-image: image-set(url(../images/flow_main_pc.webp) 1x, url(../images/flow_main_pc@2x.webp) 2x);
}
@media screen and (max-width: 768px) {
  .site-main .section-flow .section-title {
    background-image: image-set(url(../images/flow_main_sp.webp) 1x, url(../images/flow_main_sp@2x.webp) 2x);
  }
}
.site-main .section-flow .section-body .content-wrapper .content {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .site-main .section-flow .section-body .content-wrapper .content {
    padding: 3rem 0;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
.site-main .section-flow .section-body .content-wrapper .content .card {
  width: 240px;
  background-color: white;
  position: relative;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .site-main .section-flow .section-body .content-wrapper .content .card {
    width: 300px;
    position: sticky;
    top: calc(65px + 2.5rem);
    display: flex;
    flex-direction: column;
  }
}
.site-main .section-flow .section-body .content-wrapper .content .card .card-label {
  background-color: var(--color-green);
  color: white;
}
@media screen and (max-width: 768px) {
  .site-main .section-flow .section-body .content-wrapper .content .card .card-label {
    order: 1;
  }
}
.site-main .section-flow .section-body .content-wrapper .content .card .card-label p {
  margin: 0;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .site-main .section-flow .section-body .content-wrapper .content .card .card-label p {
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 768px) {
  .site-main .section-flow .section-body .content-wrapper .content .card .card-image {
    order: 3;
    padding: 0 2vw 2vw;
  }
}
@media screen and (max-width: 768px) {
  .site-main .section-flow .section-body .content-wrapper .content .card .card-image img {
    width: 100%;
  }
}
.site-main .section-flow .section-body .content-wrapper .content .card .card-body {
  padding: 1.2rem 1rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-flow .section-body .content-wrapper .content .card .card-body {
    order: 2;
  }
}
.site-main .section-flow .section-body .content-wrapper .content .card .card-body h3 {
  margin: 0 0 0.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4375rem;
  color: var(--color-gold);
}
.site-main .section-flow .section-body .content-wrapper .content .card .card-body p {
  font-size: 0.875rem;
}
.site-main .section-flow .section-body .content-wrapper .content .card .card-body p a {
  text-decoration: underline;
  text-underline-offset: 2px;
  margin: 0 0.2rem;
}
.site-main .section-flow .section-body .content-wrapper .content .card .card-body p.note {
  font-size: 80%;
  color: var(--color-red);
  line-height: 1.5;
}
.site-main .section-flow .section-body .content-wrapper .content .card .card-body p:last-of-type {
  margin-bottom: 0;
}
.site-main .section-flow .section-body .content-wrapper .content .card::after {
  content: url(../images/icon_next.svg);
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 0;
  margin: auto;
  left: auto;
  right: -2rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-flow .section-body .content-wrapper .content .card::after {
    content: none;
  }
}
.site-main .section-flow .section-body .content-wrapper .content .card:last-of-type::after {
  content: none;
}
.site-main .section-access {
  background-color: var(--color-pure-white);
}
.site-main .section-access .section-body .content-wrapper .content {
  width: 960px;
  margin: 0 auto;
  padding: 6rem 0;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-access .section-body .content-wrapper .content {
    width: auto;
    display: block;
    padding: 2rem 6vw;
  }
}
.site-main .section-access .section-body .content-wrapper .content .content-map {
  flex-basis: 480px;
  flex-shrink: 0;
}
.site-main .section-access .section-body .content-wrapper .content .content-map iframe {
  background-color: var(--color-white);
  aspect-ratio: 1/1;
  max-width: 100%;
  height: auto;
}
.site-main .section-access .section-body .content-wrapper .content .content-info {
  flex-grow: 1;
}
.site-main .section-access .section-body .content-wrapper .content .content-info .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .site-main .section-access .section-body .content-wrapper .content .content-info .title {
    margin-bottom: 1rem;
  }
}
.site-main .section-access .section-body .content-wrapper .content .content-info .title img {
  order: 2;
}
@media screen and (max-width: 768px) {
  .site-main .section-access .section-body .content-wrapper .content .content-info .title img {
    width: 300px;
  }
}
.site-main .section-access .section-body .content-wrapper .content .content-info .title span.subtitle {
  order: 1;
  display: inline-flex;
  background-color: var(--color-red-orange);
  color: white;
  line-height: 1;
  padding: 0.5rem 1rem;
  border-radius: 2em;
  font-size: 0.9375rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .site-main .section-access .section-body .content-wrapper .content .content-info .title span.subtitle {
    margin-top: 0.5rem;
    font-size: 0.9375rem;
  }
}
.site-main .section-access .section-body .content-wrapper .content .content-info table {
  width: 100%;
}
.site-main .section-access .section-body .content-wrapper .content .content-info table tr {
  border-bottom: 1px solid var(--color-light-gray);
}
.site-main .section-access .section-body .content-wrapper .content .content-info table tr th,
.site-main .section-access .section-body .content-wrapper .content .content-info table tr td {
  vertical-align: top;
  text-align: left;
  padding: 1rem 0;
  font-weight: 500;
}
.site-main .section-access .section-body .content-wrapper .content .content-info table tr th {
  min-width: 5.5rem;
}
.site-main .section-access .section-body .content-wrapper .content .content-info table tr td dl {
  padding: 0;
  margin: 0;
}
.site-main .section-access .section-body .content-wrapper .content .content-info table tr td dl dt,
.site-main .section-access .section-body .content-wrapper .content .content-info table tr td dl dd {
  margin-left: 0;
}
.site-main .section-access .section-body .content-wrapper .content .content-info table tr td dl dt {
  margin-top: 2rem;
}
.site-main .section-access .section-body .content-wrapper .content .content-info table tr td dl dt:first-of-type {
  margin-top: 0;
}
.site-main .section-access .section-body .content-wrapper .content .content-info table tr td dl dd {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.site-main .section-access .section-body .content-wrapper .content .content-info table tr:last-of-type {
  border-bottom: none;
}
.site-footer .section-body .floating-button {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  z-index: 9999;
  transform: translateY(130%);
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .floating-button {
    transform: translateY(0) translateX(100%);
    bottom: 40%;
    right: 0;
    background-color: var(--color-gold);
    height: 80px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .floating-button img {
    transform: scale(1.5);
  }
}
.site-footer .section-body .footer-main {
  padding: 2rem 0;
}
.site-footer .section-body .footer-main img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .footer-main img {
    width: 140px;
  }
}
.site-footer .section-body .footer-main p {
  margin: 0.5rem;
  text-align: center;
  font-size: 10px;
}
.site-footer .section-body .footer-bar {
  background-color: var(--color-green);
  color: white;
  padding: 1.5rem 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .footer-bar {
    padding-bottom: 80px;
  }
}
.site-footer .section-body .footer-bar ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .footer-bar ul {
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
  }
}
.site-footer .section-body .footer-bar ul li {
  font-size: 0.875rem;
}
.site-footer .section-body .footer-bar .copyrights {
  font-size: 10px;
  text-align: center;
}
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/*# sourceMappingURL=theme.min.css.map */
