@charset "UTF-8";
/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
/* ==========================================================================
   Foundation Global
   ========================================================================== */
/**
 * Foundation Globalレイヤー
 * 変数、mixin、ベーススタイルをまとめて管理
 */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Foundation Global
   ========================================================================== */
/**
 * Foundation Globalレイヤー
 * 変数、mixin、ベーススタイルをまとめて管理
 */
/* ==========================================================================
   Mixin
   ========================================================================== */
/* ==========================================================================
   Foundation Global
   ========================================================================== */
/**
 * Foundation Globalレイヤー
 * 変数、mixin、ベーススタイルをまとめて管理
 */
/* ==========================================================================
   Base
   ========================================================================== */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
*::selection {
  background-color: color(selection);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 16px;
  overflow-x: clip;
}
@media screen and (max-width: 599px) {
  body {
    line-height: 1.5;
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
a a:hover {
  opacity: 0.7;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

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

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

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}

h1 {
  display: inline;
  padding: 0;
  margin: 0;
  font-size: unset;
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Sans JP", sans-serif;
}

p,
input,
textarea,
li,
span {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-decoration: none;
}

.lazyload-img {
  opacity: 0;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

.section {
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.m-section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.s-section {
  width: 100%;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .s-section {
    padding-top: 80px;
  }
}

.inner {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.breadcrumb {
  padding-top: 8px;
  padding-bottom: 8px;
}

.breadcrumb__item a {
  display: block;
  position: relative;
}
.breadcrumb__item a::after {
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #888;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.breadcrumb__arrow {
  margin: 2px 8px;
}

.breadcrumb__item {
  color: #888;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item {
    font-size: 12px;
  }
}
.breadcrumb__item span {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item span {
    font-size: 12px;
  }
}

.contact .breadcrumb__item {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact .breadcrumb__item {
    font-size: 12px;
  }
}
.contact .breadcrumb__item span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact .breadcrumb__item span {
    font-size: 12px;
  }
}
.contact .breadcrumb__item a {
  display: block;
  position: relative;
}
.contact .breadcrumb__item a::after {
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.breadcrumb span:first-child {
  margin-left: 0;
}

.breadcrumb span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .breadcrumb span:last-child {
    max-width: 240px;
  }
}

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

.is-tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-tab {
    display: block;
  }
}

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

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

.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: opacity 0.8s, transform 0.8s;
}

.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

.top__btn {
  opacity: 0;
  position: fixed;
  bottom: 38px;
  right: 40px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top__btn {
    display: none;
  }
}
.top__btn::before {
  position: absolute;
  content: "TOP";
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
  line-height: 1;
}
.top__btn::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 44px;
  left: 50%;
  top: -72px;
  transform: translateX(-50%);
  background-color: #000;
}

.top__btn__link {
  opacity: 0;
  display: block;
  width: 50px;
  height: auto;
  position: relative;
}
@media (any-hover: hover) {
  .top__btn__link:hover:before, .top__btn__link:active:before, .top__btn__link:focus:before {
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
  }
}
@media screen and (max-width: 768px) {
  .top__btn__link {
    width: 40px;
    height: 40px;
  }
}

.grecaptcha-badge {
  right: -300px !important;
}

.notfound {
  padding-top: 280px;
  padding-bottom: 180px;
  text-align: center;
}

.notfound__title span {
  display: block;
  line-height: 2;
  letter-spacing: 0.1em;
}
.notfound__title span:nth-of-type(1) {
  font-size: 36px;
  font-weight: 900;
}
.notfound__title span:nth-of-type(2) {
  font-size: 16px;
  font-weight: 500;
}

.notfound__text {
  margin-top: 24px;
  display: block;
  font-weight: 400;
  line-height: 2; /* 28px */
  letter-spacing: 0.1em;
}

.side__menu {
  position: fixed;
  bottom: 96.73px;
  right: 0;
  transform: translateY(-50%);
  max-width: 62px;
  width: 100%;
  z-index: 10001;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
}
@media screen and (max-width: 768px) {
  .side__menu {
    top: auto;
    bottom: 0;
    max-width: none;
    transform: translateY(0);
    writing-mode: unset;
    max-width: inherit;
    max-height: 42.94px;
  }
}

.side__link {
  display: block;
  border-radius: 5px 0 0 5px;
  padding: 20px 21.5px;
  background: #f0568c;
  color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .side__link {
    border-radius: 0;
    display: flex;
    justify-content: center;
    padding: 11px 0 11px;
    font-size: 17px;
    gap: 7.67px;
  }
}
@media (any-hover: hover) {
  .side__link:hover {
    background-color: #EB8D45;
  }
}

.side__link--img {
  margin: 10px 0 0;
  width: 17.16px;
  vertical-align: inherit;
}
@media screen and (max-width: 768px) {
  .side__link--img {
    width: 13px;
    transform: rotate(270deg);
    margin: 0;
  }
}

/* ==========================================================================
   Reset
   ========================================================================== */
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button,
html [type=button],
[type=reset],
[type=submit] {
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ol,
ul {
  list-style: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
textarea {
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
/* ==========================================================================
   Footer Layout
   ========================================================================== */
.l-footer__inner {
  background-color: #fff;
  padding: 1.875rem 6.875rem;
}
@media screen and (max-width: 1024px) {
  .l-footer__inner {
    padding: 1.875rem 3.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 1.875rem 1.25rem;
  }
}

.l-footer__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  max-width: 76.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__content {
    flex-direction: column;
    align-items: center;
    gap: 0.9375rem;
  }
}

.l-footer__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .l-footer__left {
    align-items: center;
  }
}

.l-footer__logo {
  width: 8.75rem;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 7.5rem;
  }
}
.l-footer__logo a {
  display: block;
}
.l-footer__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.l-footer__tel {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
.l-footer__tel:hover {
  opacity: 0.8;
}

.l-footer__tel-icon {
  width: 1rem;
  height: 1.375rem;
  flex-shrink: 0;
  filter: brightness(0);
}

.l-footer__right {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-footer__right {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}

.l-footer__nav {
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .l-footer__nav {
    gap: 0;
  }
}

@media screen and (max-width: 599px) {
  .l-footer__nav--column {
    display: flex;
    flex-direction: column;
  }
}

.l-footer__nav-title {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 0.25rem 0;
}

.l-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.25rem;
}
.l-footer__nav-list li {
  margin-bottom: 0.25rem;
}
.l-footer__nav-list a {
  position: relative;
  text-decoration: none;
  font-size: clamp(0.625rem, 0.625rem + 0.375rem * (100vw - 765px) / 675px, 1rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
.l-footer__nav-list a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f0568c;
  transform: scale(0, 1);
  transition: all 0.3s ease-out;
}
.l-footer__nav-list a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1024px) {
  .l-footer__nav-list {
    gap: 0.625rem;
  }
}

.l-footer__copyright {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #fff;
  background-color: #f0568c;
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
/* ==========================================================================
   Header Layout
   ========================================================================== */
/**
 * ヘッダーエリアのレイアウト
 */
.l-header {
  position: relative;
}

.l-header__position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: unset;
  height: unset;
  height: 5rem;
  padding: 0px 8.125rem;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    background-color: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    flex-direction: column;
    height: 8.6875rem;
    padding-top: 0;
  }
}

.l-header__logo {
  cursor: pointer;
  width: 8.75rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 7.5rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.l-header__logo img {
  width: 100%;
  object-fit: contain;
}

.l-header__nav {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    flex-direction: column;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

.l-header__nav__list {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1024px) {
  .l-header__nav__list {
    gap: 14px;
  }
}

.l-header__nav__item {
  line-height: 1;
  margin: 0px;
}
@media screen and (max-width: 1024px) {
  .l-header__nav__item {
    margin: 0 auto;
  }
}
.l-header__nav__item a {
  position: relative;
  padding: 10px 0px;
  transition: color 0.3s;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .l-header__nav__item a {
    color: #333;
    font-size: 0.875rem;
    justify-content: unset;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__item a {
    padding: 0;
    font-weight: 400;
  }
}
.l-header__nav__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f0568c;
  transform: scale(0, 1);
  transition: all 0.3s ease-out;
}
.l-header__nav__item a:hover::after {
  transform: scale(1, 1);
}

.l-header__bg {
  position: absolute;
  width: 100%;
  transition: background-color 0.3s ease;
  background-color: rgba(255, 255, 255, 0.9);
}
.l-header__bg.is-scrolled {
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.l-header__bg.is-scrolled .l-header__nav__item a {
  color: #333;
}
@media screen and (max-width: 1024px) {
  .l-header__bg.is-scrolled .l-header__nav__item a {
    color: #333;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__bg.is-scrolled .l-header__nav__item a {
    color: #333;
  }
}

@media screen and (max-width: 1024px) {
  .l-header .l-header__nav__item a:hover {
    color: #333;
  }
}

.l-header__nav__item a {
  transition: color 0.3s ease;
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
.c-button {
  white-space: nowrap;
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  height: 100%;
  max-height: 3.25rem;
  border-radius: 0.3125rem;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 1024px) {
  .c-button {
    width: 18.75rem;
  }
}
.c-button:hover {
  opacity: 0.8;
}

.c-button--large {
  width: 34.9%;
  min-width: 15.625rem;
  max-width: 21.25rem;
}
@media screen and (max-width: 768px) {
  .c-button--large {
    width: 18.75rem;
  }
}

@media screen and (max-width: 1024px) {
  .c-button--medium {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-button--medium {
    width: 18.75rem;
  }
}

.c-button--pink {
  background-color: #f0568c;
}

.c-button--orange {
  background-color: #EB8D45;
}

.c-button--yellow {
  background-color: #EDAA24;
}

.c-button--green {
  background-color: #21C664;
}

.c-button__text {
  color: #fff;
  font-size: clamp(0.625rem, 0.625rem + 0.375rem * (100vw - 1024px) / 416px, 1rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  .c-button__text {
    font-size: 0.75rem;
  }
}

.c-button__text--front {
  font-size: clamp(0.5rem, 0.5rem + 0.125rem * (100vw - 1024px) / 416px, 0.625rem);
  letter-spacing: 0.1em;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-self: center;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .c-button__text--front {
    font-size: 0.46875rem;
  }
}

.c-button__icon {
  width: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .c-button__icon {
    width: 0.84375rem;
  }
}

.c-button__icon--phone {
  width: 1rem;
}
@media screen and (max-width: 1024px) {
  .c-button__icon--phone {
    width: 0.75rem;
  }
}

.c-button__icon--envelope {
  width: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .c-button__icon--envelope {
    width: 0.9375rem;
  }
}

.c-button__icon--line {
  width: 1rem;
}
@media screen and (max-width: 1024px) {
  .c-button__icon--line {
    display: none;
  }
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
.c-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 1.875rem;
  }
}

.c-title__image {
  width: clamp(2.5625rem, 2.5625rem + 2.5625rem * (100vw - 786px) / 238px, 5.125rem);
}
@media screen and (max-width: 768px) {
  .c-title__image {
    width: 2.5625rem;
  }
}

.c-title__h2 {
  font-size: clamp(1rem, 1rem + 1rem * (100vw - 786px) / 238px, 2rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-title__h2 {
    font-size: clamp(1.125rem, 1.125rem + 0.25rem * (100vw - 375px) / 411px, 1.375rem);
  }
}

.c-title__ribbon {
  position: relative;
  display: block;
  width: 40.7407407407%;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #fff;
  max-width: 27.5rem;
  min-width: 13.125rem;
  font-size: clamp(1rem, 1rem + 0.5rem * (100vw - 765px) / 675px, 1.5rem);
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title__ribbon {
    width: 18.125rem;
    font-size: 1rem;
  }
}
.c-title__ribbon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 13.125rem;
  min-height: 2.9375rem;
  background: url("../images/common/ribbon/ribbon-pink.webp") center/contain no-repeat;
  z-index: -1;
}

.c-title__ribbon--blue::before {
  background: url("../images/common/ribbon/ribbon-blue.webp") center/contain no-repeat;
}

.c-title__small {
  padding: 0.625rem 1.25rem;
  background-color: #EB8D45;
  color: #fff;
  border-radius: 0.25rem;
  font-size: clamp(0.75rem, 0.75rem + 0.375rem * (100vw - 765px) / 675px, 1.125rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-title__small {
    font-size: 0.75rem;
  }
}

.c-title__small--blue {
  background-color: #5fbaff;
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
.c-instagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}

.c-instagram__text {
  color: #f0568c;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-instagram__text {
    font-size: 0.8125rem;
  }
}

.c-instagram__button {
  border: solid 0.125rem #f0568c;
  border-radius: 2.5rem;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 0.5rem 3.875rem 0.5rem 4rem;
  position: relative;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .c-instagram__button {
    font-size: 0.75rem;
    padding: 0.46875rem 3.09375rem 0.46875rem 3.515625rem;
  }
}
.c-instagram__button:hover {
  background-color: rgba(240, 86, 140, 0.8);
}
.c-instagram__button:hover .c-instagram__button-text {
  color: #fff;
}
.c-instagram__button:hover .c-instagram__button-text::after {
  filter: brightness(0) invert(1);
}

.c-instagram__button-text {
  position: relative;
}
.c-instagram__button-text::before {
  background-image: url("../images/common/insta-icon.webp");
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: -1.625rem;
  top: 54%;
  transform: translateY(-50%);
  content: "";
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-instagram__button-text::before {
    width: 1.171875rem;
    height: 1.171875rem;
    left: -1.640625rem;
  }
}
.c-instagram__button-text::after {
  background-image: url("../images/common/link-icon.svg");
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  right: -1.5rem;
  top: 54%;
  transform: translateY(-50%);
  content: "";
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-instagram__button-text::after {
    width: 0.75rem;
    height: 0.75rem;
    right: -1.21875rem;
  }
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
.p-mv__img {
  display: block;
  width: 100%;
  text-align: left;
  margin-inline: auto;
  max-width: 100%;
  margin-inline: auto;
  object-fit: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mv__img {
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__img img {
    width: 100%;
    margin: 139px 0 0;
    object-fit: cover;
  }
}

.p-mv__content {
  position: absolute;
  left: 6.875rem;
  bottom: clamp(1.875rem, 11%, 5.3125rem);
}
@media screen and (max-width: 768px) {
  .p-mv__content {
    width: fit-content;
    left: 1.25rem;
    bottom: 5.33vw;
  }
}

.p-mv__title {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .p-mv__title {
    max-width: 0;
  }
}

.p-mv__text-inline {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-mv__text-inline {
    margin-bottom: 4px;
  }
}

.p-mv__text-inline:last-child {
  margin-bottom: 0;
}

.p-mv__text-inline {
  display: inline-block;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-mv__text-inline {
    font-size: 25px;
    letter-spacing: 0.06em;
  }
}

.p-mv__text-top {
  font-size: clamp(1.5rem, 1.5rem + 1.375rem * (100vw - 768px) / 672px, 2.875rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.07em;
  text-shadow: 0 0 0.75rem #333;
}
@media screen and (max-width: 768px) {
  .p-mv__text-top {
    font-size: clamp(1.5rem, 1.5rem + 1.375rem * (100vw - 375px) / 392px, 2.875rem);
  }
}

.p-mv__text-bottom {
  font-size: clamp(1rem, 1rem + 0.5rem * (100vw - 768px) / 672px, 1.5rem);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0 0 0.75rem #333;
}
@media screen and (max-width: 768px) {
  .p-mv__text-bottom {
    line-height: 1.5;
    font-size: clamp(0.875rem, 0.875rem + 0.625rem * (100vw - 375px) / 392px, 1.5rem);
  }
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
.p-button__inner {
  padding: 1.875rem 6.875rem 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-button__inner {
    padding: 1.25rem 1.90625rem;
  }
}

.p-button__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-button__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-button__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .p-button__content-item {
    justify-self: end;
  }
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
.p-about__inner {
  padding: 5rem 6.875rem;
}
@media screen and (max-width: 1024px) {
  .p-about__inner {
    padding: 0 3.4375rem 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    padding: 0 0 1.90625rem;
  }
}

.p-about__column {
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
  max-width: 62.25rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-about__column {
    flex-direction: column;
    gap: 0;
    margin-bottom: 1.25rem;
  }
}

.p-about__image {
  width: 45.18%;
  flex-shrink: 0;
  aspect-ratio: 450/619;
}
.p-about__image img {
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-about__image {
    width: 100%;
    aspect-ratio: 375/471;
    overflow: hidden;
  }
  .p-about__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
    border-radius: 0;
  }
}

.p-about__text {
  font-size: clamp(0.625rem, 0.625rem + 0.375rem * (100vw - 768px) / 387px, 1rem);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-about__text {
    margin: -6.875rem clamp(0.9375rem, 0.9375rem + 0.3125rem * (100vw - 375px) / 411px, 1.25rem) 0;
    padding: 0.625rem;
    font-size: clamp(0.875rem, 0.875rem + 0.125rem * (100vw - 375px) / 411px, 1rem);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
.p-reason {
  background-image: url("../images/common/bgpc.webp");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-reason {
    background-image: url("../images/common/bgsp.webp");
  }
}

.p-reason__inner {
  padding: 5rem 6.875rem;
}
@media screen and (max-width: 1024px) {
  .p-reason__inner {
    padding: 2.5rem 3.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__inner {
    padding: 1.90625rem 1.25rem;
  }
}

.p-reason__content {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.p-reason__cards {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-reason__cards {
    display: grid;
    grid-auto-rows: 1fr;
    gap: 1.75rem;
  }
}

.p-reason__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  width: 32.131147541%;
  max-width: 24.5rem;
  aspect-ratio: 392/395;
  padding: 1.25rem 1.28125rem;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(60, 11, 40, 0.25);
}
@media screen and (max-width: 768px) {
  .p-reason__card {
    justify-content: center;
    text-align: center;
    width: 100%;
    min-height: 22.3125rem;
    padding: 1.25rem 0.875rem;
    aspect-ratio: auto;
  }
}

.p-reason__image {
  width: 48.4507042254%;
  margin-bottom: 0.9375rem;
  aspect-ratio: 1/1;
}

.p-reason__card-title {
  font-size: clamp(0.875rem, 0.875rem + 0.625rem * (100vw - 1024px) / 416px, 1.5rem);
  width: 100%;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  margin-bottom: 1.3125rem;
}
.p-reason__card-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 50%;
  border-bottom: 2px dotted #f0568c;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .p-reason__card-title {
    font-size: clamp(0.75rem, 0.75rem + 0.125rem * (100vw - 765px) / (64rem - 765px), 0.875rem);
  }
}
@media screen and (max-width: 768px) {
  .p-reason__card-title {
    font-size: clamp(1rem, 1rem + 0.5rem * (100vw - 375px) / 390px, 1.5rem);
  }
}

.p-reason__card-text {
  font-size: clamp(0.625rem, 0.625rem + 0.375rem * (100vw - 765px) / 675px, 1rem);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-reason__card-text {
    text-align: left;
    width: 100%;
    font-size: clamp(0.875rem, 0.875rem + 0.125rem * (100vw - 375px) / 390px, 1rem);
  }
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
.p-coach {
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.p-coach__inner {
  padding: 5rem 6.875rem;
}
@media screen and (max-width: 1024px) {
  .p-coach__inner {
    padding: 2.5rem 3.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-coach__inner {
    padding: 1.90625rem 1.25rem;
  }
}

.p-coach__title {
  width: 17.21%;
  max-width: 13.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-coach__title {
    width: 6.875rem;
  }
}

.p-coach__card-large {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 52.1875rem;
  border-top: dotted 2px #f0568c;
  border-bottom: dotted 2px #f0568c;
  padding: 1.25rem;
  margin: 1.875rem auto 3.75rem;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-coach__card-large {
    flex-direction: column;
    align-items: center;
  }
}

.p-coach__card-large-photo {
  width: 35.9281437126%;
  max-width: 18.75rem;
  aspect-ratio: 300/400;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-coach__card-large-photo {
    width: 18.75rem;
  }
}

.p-coach__card-large-figcaption {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-coach__card-large-figcaption {
    width: 18.75rem;
  }
}

.p-coach__card-large-name {
  font-size: clamp(1.125rem, 1.125rem + 0.375rem * (100vw - 765px) / 675px, 1.5rem);
  font-weight: 700;
}
.p-coach__card-large-name span {
  font-weight: 400;
  font-size: 66.6666666667%;
}
@media screen and (max-width: 768px) {
  .p-coach__card-large-name {
    font-size: 1.25rem;
  }
}

.p-coach__card-large-lists {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-coach__card-large-title {
  font-size: clamp(0.875rem, 0.875rem + 0.375rem * (100vw - 765px) / 675px, 1.25rem);
  font-weight: 700;
  margin-left: 1.9375rem;
  margin-bottom: 0.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-coach__card-large-title {
    font-size: 1rem;
  }
}
.p-coach__card-large-title::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #f0568c;
  position: absolute;
  left: -1.9375rem;
  top: 50%;
  transform: translateY(-50%);
}

.p-coach__card-large-list {
  font-size: clamp(0.625rem, 0.625rem + 0.375rem * (100vw - 765px) / 675px, 1rem);
  list-style: disc;
  padding-left: 1em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-coach__card-large-list {
    font-size: 0.875rem;
  }
}
.p-coach__card-large-list li {
  display: list-item;
}
.p-coach__card-large-list li::marker {
  font-size: 10px !important;
  font-weight: 400;
}

.p-coach__card-large-text {
  font-weight: 400;
  font-size: clamp(0.625rem, 0.625rem + 0.375rem * (100vw - 765px) / 675px, 1rem);
}
@media screen and (max-width: 768px) {
  .p-coach__card-large-text {
    font-size: 0.875rem;
  }
}

.p-coach__card-list-top {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-inline: auto;
}

.p-coach__cards {
  margin: 1.875rem auto 0;
}

.p-coach__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 52.1875rem;
  border-top: dashed 2px #f0568c;
  border-bottom: dashed 2px #f0568c;
  padding: 1.25rem;
  margin-inline: auto;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-coach__card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.p-coach__card-photo {
  width: 21.5568862275%;
  max-width: 11.25rem;
  aspect-ratio: 180/225;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-coach__card-photo {
    width: 11.25rem;
  }
}

.p-coach__card-name {
  font-size: clamp(0.875rem, 0.875rem + 0.375rem * (100vw - 765px) / 675px, 1.25rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-coach__card-name {
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-coach__card-discription {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-coach__card-discription {
    width: 18.75rem;
  }
}

.p-coach__card-text {
  font-size: clamp(0.625rem, 0.625rem + 0.375rem * (100vw - 765px) / 675px, 1rem);
}
@media screen and (max-width: 768px) {
  .p-coach__card-text {
    font-size: 0.875rem;
  }
}

.p-coach__card-list-bottom {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 1.25rem;
  margin-inline: auto;
  margin-top: 1.875rem;
  width: 100%;
  max-width: 67.5rem;
}
@media screen and (max-width: 768px) {
  .p-coach__card-list-bottom {
    display: grid;
    grid-template-columns: 1;
    grid-template-rows: 1fr 1fr 1fr;
  }
}

.p-coach__card-small {
  width: 100%;
  height: 100%;
  max-height: 20.4375rem;
  max-width: 21.25rem;
  border: dashed 2px #f0568c;
  padding: 1.125rem;
  margin-inline: auto;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-coach__card-small {
    width: 100%;
    max-width: 21rem;
    min-height: 20.1875rem;
    box-sizing: border-box;
  }
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
.p-course {
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.p-course__inner {
  padding: 5rem 6.875rem;
}
@media screen and (max-width: 1024px) {
  .p-course__inner {
    padding: 2.5rem 3.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-course__inner {
    padding: 1.90625rem 1.25rem;
  }
}

.p-course__content {
  width: 100%;
  max-width: 67.5rem;
  margin-inline: auto;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-course__content {
    margin-bottom: 2.5rem;
  }
}

.p-course__content-item {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  justify-content: center;
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-course__content-item {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    gap: 1.875rem;
  }
}
.p-course__content-item::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.p-course__content-item:nth-child(odd)::before {
  background-color: #fff;
}
.p-course__content-item:nth-child(even)::before {
  background-color: #fff5f6;
}
.p-course__content-item:first-child {
  padding-top: 0;
}
.p-course__content-item:last-child {
  padding-bottom: 0;
}

.p-course__column {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  justify-content: center;
}

.p-course__column-item {
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
  align-items: start;
  justify-content: center;
  padding-bottom: 1.5625rem;
  border-bottom: dashed 1px #f0568c;
}
.p-course__column-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-course__column-item {
    align-items: center;
    flex-direction: column;
  }
}

.p-course__text {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 60.1851851852%;
}
@media screen and (max-width: 768px) {
  .p-course__text {
    width: 100%;
    max-width: 25rem;
  }
}

.p-course__lead {
  font-size: clamp(1.25rem, 1.25rem + 0.625rem * (100vw - 765px) / 675px, 1.875rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-course__lead {
    font-size: 1.125rem;
  }
}

.p-course__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.p-course__item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: center;
}

.p-course__label {
  font-size: clamp(0.75rem, 0.75rem + 0.375rem * (100vw - 765px) / 675px, 1.125rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-left: 1.9375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-course__label {
    font-size: 1rem;
  }
}
.p-course__label::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #EB8D45;
  position: absolute;
  left: -1.9375rem;
  top: 50%;
  transform: translateY(-50%);
}

.p-course__label--blue::before {
  background-color: #5fbaff;
}

.p-course__desc {
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: clamp(0.625rem, 0.625rem + 0.375rem * (100vw - 765px) / 675px, 1rem);
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .p-course__desc {
    font-size: 0.875rem;
  }
}

.p-course__img {
  width: 37.037037037%;
  max-width: 25rem;
  aspect-ratio: 400/300;
  object-fit: cover;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-course__img {
    width: 100%;
    min-width: 18.75rem;
  }
}

.p-course__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 79.8360655738%;
  max-width: 60.875rem;
  padding: 1.25rem 1.875rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
  gap: 1.875rem;
  border-radius: 0.625rem;
  box-shadow: 0 3px 10px rgba(60, 11, 40, 0.25);
}
@media screen and (max-width: 768px) {
  .p-course__card {
    width: 100%;
    max-width: 38.1716188525rem;
    flex-direction: column;
    padding: 1.25rem;
  }
}

.p-course__card-img {
  width: 22.9759299781%;
  max-width: 13.125rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-course__card-img {
    width: 100%;
  }
}

.p-course__card-label {
  font-size: clamp(1rem, 1rem + 0.375rem * (100vw - 765px) / 675px, 1.375rem);
  font-weight: 700;
  color: #EB8D45;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .p-course__card-label {
    text-align: center;
    font-size: 1rem;
  }
}

.p-course__card-text {
  font-size: clamp(0.625rem, 0.625rem + 0.375rem * (100vw - 765px) / 675px, 1rem);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-course__card-text {
    font-size: 0.875rem;
  }
}

.p-course__notion {
  list-style: none;
  background-color: #fff5f6;
  padding: 1.875rem 3.125rem;
  font-size: clamp(0.625rem, 0.625rem + 0.375rem * (100vw - 765px) / 675px, 1rem);
  line-height: 1.7;
  letter-spacing: 0.05em;
  width: 88.5245901639%;
  max-width: 67.5rem;
  margin-inline: auto;
  gap: 1.875rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-course__notion {
    width: 100%;
    max-width: 47.8125rem;
    flex-direction: column;
    padding: 1.25rem;
    font-size: 0.75rem;
  }
}
.p-course__notion li {
  position: relative;
  padding-left: 1.5em;
}
.p-course__notion li::before {
  content: "※ ";
  position: absolute;
  left: 0;
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
.p-trial {
  line-height: 1.7;
  letter-spacing: 0.05em;
  background: linear-gradient(135deg, #F58CB0 0%, #f3bb8f 100%);
}

.p-trial__inner {
  padding: 5.5rem 6.875rem 5rem;
}
@media screen and (max-width: 1024px) {
  .p-trial__inner {
    padding: 2.5rem 3.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-trial__inner {
    padding: 1.90625rem 1.25rem;
  }
}

.p-trial__title {
  width: 37.131147541%;
  max-width: 28.3125rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-trial__title {
    max-width: none;
    min-width: 15.625rem;
  }
}

.p-trial__text {
  font-size: clamp(0.875rem, 0.875rem + 0.25rem * (100vw - 375px) / 411px, 1.125rem);
  font-weight: 700;
  color: #fff;
  margin-top: 1.5625rem;
  text-align: center;
}

.p-trial__card {
  width: 100%;
  max-width: 60.875rem;
  margin-top: 1.875rem;
  margin-inline: auto;
  padding: 1.25rem 0.625rem;
  background: #fff;
  border-radius: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-trial__card {
    width: 100%;
  }
}

.p-trial__card-title {
  margin-bottom: 0.3125rem;
  color: #333;
  font-weight: bold;
  font-size: clamp(0.875rem, 0.875rem + 0.375rem * (100vw - 765px) / 675px, 1.25rem);
}
@media screen and (max-width: 768px) {
  .p-trial__card-title {
    font-size: 1rem;
  }
}

.p-trial__card-text {
  font-size: clamp(0.625rem, 0.625rem + 0.375rem * (100vw - 765px) / 675px, 1rem);
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-trial__card-text {
    font-size: 0.875rem;
  }
}

.p-trial__card-buttons li {
  width: 29.35%;
}
@media screen and (max-width: 1024px) {
  .p-trial__card-buttons li {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .p-trial__card-buttons li {
    width: auto;
  }
}

.p-trial__card-buttons {
  display: flex;
  flex-direction: row;
  gap: 0.9375rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-trial__card-buttons {
    flex-direction: column;
    align-items: center;
  }
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
.p-schedule {
  line-height: 1.7;
  letter-spacing: 0.05em;
  background-size: cover;
  background-image: url("../images/common/bgpc.webp");
}
@media screen and (max-width: 768px) {
  .p-schedule {
    background-image: url("../images/common/bgsp.webp");
  }
}

.p-schedule__inner {
  padding: 5rem 6.875rem;
}
@media screen and (max-width: 1024px) {
  .p-schedule__inner {
    padding: 2.5rem 3.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-schedule__inner {
    padding: 1.90625rem 1.25rem;
  }
}

.p-schedule__content {
  font-size: clamp(0.625rem, 0.625rem + 0.375rem * (100vw - 765px) / 675px, 1rem);
  width: 100%;
  max-width: 63.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-schedule__content {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    font-size: 0.875rem;
  }
}

.p-schedule__table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #333;
}
.p-schedule__table thead tr {
  height: 3.9375rem;
  max-height: 3.9375rem;
}
@media screen and (max-width: 768px) {
  .p-schedule__table {
    min-width: 37.5rem;
    font-size: 0.875rem;
  }
}

.p-schedule__table-title {
  color: #fff;
  padding: 0.75rem 0.9375rem;
  height: 3.9375rem;
  max-height: 3.9375rem;
  box-sizing: border-box;
  background-color: #f0568c;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
}
.p-schedule__table-title:first-child {
  border-right: solid 1px #333;
}
@media screen and (max-width: 768px) {
  .p-schedule__table-title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 599px) {
  .p-schedule__table-title {
    padding: 0.75rem 0.625rem;
  }
}

.p-schedule__table-row {
  border: 1px solid #333;
}

.p-schedule__table-weekday {
  width: 30.6930693069%;
  max-width: 19.3125rem;
  text-align: center;
  font-weight: 700;
  background-color: #ffe1eb;
  border-right: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .p-schedule__table-weekday {
    font-size: 0.875rem;
  }
}

.p-schedule__table-time {
  width: 82%;
  padding: 1.5rem 0.9375rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-schedule__table-time {
    font-size: 0.875rem;
  }
}

.p-schedule__notion {
  font-size: clamp(0.625rem, 0.625rem + 0.375rem * (100vw - 765px) / 675px, 1rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  margin-top: 0.3125rem;
  max-width: 63.125rem;
  margin-inline: auto;
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .p-schedule__notion {
    font-size: 0.75rem;
  }
}

.p-schedule__notion-list {
  text-align: right;
  display: flex;
  flex-direction: column;
  list-style: none;
  letter-spacing: 0.05em;
}
.p-schedule__notion-list li {
  position: relative;
  padding-left: 1.5em;
}
.p-schedule__notion-list li::before {
  content: " ";
  position: absolute;
  left: 0;
}

.p-schedule__text {
  text-align: center;
  font-size: clamp(1.125rem, 1.125rem + 0.375rem * (100vw - 765px) / 675px, 1.5rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-schedule__text {
    font-size: 0.875rem;
  }
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
.p-gallery__inner {
  padding: 5rem 6.875rem;
}
@media screen and (max-width: 1024px) {
  .p-gallery__inner {
    padding: 2.5rem 3.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery__inner {
    padding: 1.90625rem 1.25rem;
  }
}

.p-gallery__content {
  width: 100%;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-gallery__content {
    margin-bottom: 1.875rem;
  }
}

.p-gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 0.9375rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-gallery__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 0.625rem;
  }
}

.p-gallery__item {
  aspect-ratio: 35/24;
  overflow: hidden;
  border-radius: 0.625rem;
}
.p-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
.u-br__pc {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-br__pc {
    display: block;
  }
}

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

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

.u-br__sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-br__sp {
    display: block;
  }
}

.u-br__none--tab {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-br__none--tab {
    display: none;
  }
}

.u-br__none--sp {
  display: block;
}
@media screen and (max-width: 599px) {
  .u-br__none--sp {
    display: none;
  }
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
/* ==========================================================================
   Utility
   ========================================================================== */
.u-upper {
  text-transform: uppercase;
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
.u-center {
  margin-inline: auto;
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
@media screen and (max-width: 768px) {
  .u-padding__top-20 {
    padding-top: 1.25rem;
  }
}

/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
@media screen and (max-width: 768px) {
  .u-column__reverse {
    flex-direction: column-reverse;
  }
}/*# sourceMappingURL=style.css.map */



/* フォームマージ */

#main .c-title{
  margin-top: 50px;
  margin-bottom: 30px;
}

.tamidashi{
  font-weight: 500;
}

form{
  margin-bottom: 80px;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	max-width: 780px;
  margin-inline: auto;
}
.ta1, .ta1 td, .ta1 th{
	border: none;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
  background-color: #f8f8f8;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	color:#666666;
	background-color: #ffecfe;	/*背景色*/
}
.form_text{
  max-width: 840px;
  margin-inline: auto;
  padding: 30px;
  background-color: #fff;
  border-top: 2px dashed #F2568D;
  border-bottom: 2px dashed #F2568D;
  margin-bottom: 50px;
}

.ta1 input, .ta1 select, .ta1 textarea{
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  padding: 5px;
  background-color: #fff;
}
/* セルレスポンシブ */
@media screen and (max-width: 599px) {
  .ta1 tr{
    display: flex;
    flex-direction: column;
  }
  .ta1 th, .ta1 td{
    width: 100%;
  }
  .ta1 td:has(select){
    text-align: center;
  }
}



/*テーブル（サブコンテンツ内の予定表）
---------------------------------------------------------------------------*/
.cal {
	width: 240px;
}
.cal, .cal td, .cal th{
	border: 1px solid #c9c9c9;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
	text-align: center;
}
/*曜日*/
.cal th{
	background-color: #E5E5E5;	/*背景色*/
}
.cal .sat{
	color: #09F;	/*「土」の文字色*/
}
.cal .sun{
	color: #C33;	/*「日」の文字色*/
}
.ta1 select{
  padding: 10px;
}

/* ボタン */

form input[type="submit"]{
  background-color: #F2568D;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 10px 60px;
  margin-top: 20px;
  transition: 0.4s;
}
form input[type="submit"]:hover{
  background-color: #EDAA23;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E9E9E9;
}
.mb1em {
	margin-top: 1em;
}
.pt0 {
	padding-top: 0 !important;
}
.mini {
	font-size: 10px;
}
.fr {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.fl {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #80A11B;
}
.color2 {
	color: #ff0000;
	font-weight:bold;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 100%;
}
.ws {
	width: 100%;
}
.wss {
	width: 50%;
}
.c {
	text-align: center;
}
.b {
	font-weight:bold;
}
.kyochou {
	font-size:18px;
	font-weight:bold;
}


/* thanksページTOPに戻る */
.thanks_main{
  min-height: calc(100vh - 198px);
  padding-top: 100px;
}
.thanks_btn_top{
  text-align: center;
  margin-bottom: 80px;
  margin-top: 80px;
}
.thanks_btn_top a{
  background-color: #F2568D;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 10px 60px;
  margin-top: 20px;
  transition: 0.4s;
}
.thanks_btn_top a:hover{
  background-color: #EDAA23;
}
