@charset "UTF-8";
/**
 * PCのみに適用させる。
 */
/**
 * PC（1920px～）のみに適用させる。
 */
/**
 * PC（1201px～1920px）のみに適用させる。
 */
/**
 * PC（1025px～1200px）のみに適用させる。
 */
/**
 * PC（768px～1024px）のみに適用させる。
 */
/**
 * SPのみに適用させる。
 */
/**
 * マウスオーバーに対応しているデバイスのみに適用させる。
 */
/**
 * transition
 * @param {string} $property transitionさせるプロパティ
 * @param {string} [$duration: 0.3s)] transitionの速度
 */
/**
 * 要素に角丸を設定する
 * @param {number} [$radius: 8] 角丸の値
 */
/**
 * PCのリキッド時に、要素のvwを返す。
 * @param {number|string} $size デザインデータ上のサイズ
 * @param {number} [$viewport: map.get($breakPoint, pc)] デザインデータのアートボードの横幅
 * @return {string} 要素のvw値
 */
/**
 * SPのリキッド時に、要素のvwを返す。
 * @param {number|string} $size デザインデータ上のサイズ
 * @param {number} [$viewport: map.get($breakPoint, sp)] デザインデータのアートボードの横幅
 * @return {string} 要素のvw値
 */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

@media (max-width: 767px) {
  .u-only-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-only-sp {
    display: none !important;
  }
}

@media (hover: hover) and (min-width: 768px) {
  .u-hover-opacity {
    transition-property: opacity;
    transition-duration: 0.3s;
  }
}
@media (hover: hover) {
  .u-hover-opacity:hover {
    opacity: 0.7;
  }
}

.u-text-center {
  text-align: center;
}

.u-font-en {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}

.u-object-fit {
  width: 100%;
  height: 100%;
}

.u-object-fit--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.u-object-fit--cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.u-section-inner {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .u-section-inner {
    transition-property: width;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) {
  .u-section-inner {
    width: clamp(976px, 100%, 1280px);
    padding: 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-section-inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .u-section-inner {
    padding: 0 4.2666666667vw;
  }
}

.u-section-inner--pc {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .u-section-inner--pc {
    transition-property: width;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) {
  .u-section-inner--pc {
    width: clamp(976px, 100%, 1280px);
    padding: 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-section-inner--pc {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .u-section-inner--sp {
    padding: 0 4.2666666667vw;
  }
}

@media (max-width: 767px) {
  .u-section-inner-inner--sp {
    padding: 0 8.5333333333vw;
  }
}

.u-underline {
  font-weight: 700;
  color: #e75297;
  background: linear-gradient(transparent 50%, #f9d9e8 50%, #f9d9e8 90%, transparent 90%);
}

.u-fit-content-center {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.u-comment {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .u-comment {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-comment {
    -moz-column-gap: 0.9765625vw;
         column-gap: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .u-comment {
    -moz-column-gap: 1.6vw;
         column-gap: 1.6vw;
  }
}
.u-comment::before, .u-comment::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .u-comment::before, .u-comment::after {
    width: 20px;
    height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-comment::before, .u-comment::after {
    width: 1.953125vw;
    height: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .u-comment::before, .u-comment::after {
    width: 4.2666666667vw;
    height: 5.3333333333vw;
  }
}
.u-comment::before {
  background-image: url(../images/common/comment-icon-l.svg);
}
.u-comment::after {
  background-image: url(../images/common/comment-icon-r.svg);
}

.u-white-bg {
  background-color: rgba(255, 255, 255, 0.8);
}

.c-accordion__head {
  display: block;
  cursor: pointer;
}
.c-accordion__head::-webkit-details-marker {
  display: none;
}

.c-accordion__body {
  overflow: hidden;
}

.c-arrow-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #262626;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .c-arrow-icon {
    transition-property: background-color;
    transition-duration: 0.3s;
  }
}
.c-arrow-icon::before {
  content: "";
  background-image: url(../images/common/arrow-icon-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .c-arrow-icon--x-large {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-arrow-icon--x-large {
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media (max-width: 767px) {
  .c-arrow-icon--x-large {
    width: 12.8vw;
    height: 12.8vw;
  }
}
@media (min-width: 768px) {
  .c-arrow-icon--x-large::before {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-arrow-icon--x-large::before {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .c-arrow-icon--x-large::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

@media (min-width: 768px) {
  .c-arrow-icon--large {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-arrow-icon--large {
    width: 4.6875vw;
    height: 4.6875vw;
  }
}
@media (max-width: 767px) {
  .c-arrow-icon--large {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
@media (min-width: 768px) {
  .c-arrow-icon--large::before {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-arrow-icon--large::before {
    width: 1.953125vw;
    height: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .c-arrow-icon--large::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

@media (min-width: 768px) {
  .c-arrow-icon--swiper {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-arrow-icon--swiper {
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media (max-width: 767px) {
  .c-arrow-icon--swiper {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
@media (min-width: 768px) {
  .c-arrow-icon--swiper::before {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-arrow-icon--swiper::before {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .c-arrow-icon--swiper::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

@media (min-width: 768px) {
  .c-arrow-icon--medium {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-arrow-icon--medium {
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
@media (max-width: 767px) {
  .c-arrow-icon--medium {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
@media (min-width: 768px) {
  .c-arrow-icon--medium::before {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-arrow-icon--medium::before {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .c-arrow-icon--medium::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

@media (min-width: 768px) {
  .c-arrow-icon--small {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-arrow-icon--small {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media (max-width: 767px) {
  .c-arrow-icon--small {
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media (min-width: 768px) {
  .c-arrow-icon--small::before {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-arrow-icon--small::before {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .c-arrow-icon--small::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}

.c-arrow-icon--top {
  transform: rotate(-90deg);
}

.c-arrow-icon--bottom {
  transform: rotate(90deg);
}

.c-arrow-icon--left {
  transform: rotate(180deg);
}

.c-arrow-icon--gray {
  background-color: rgba(38, 38, 38, 0.5);
}

@media (hover: hover) {
  a:hover .c-arrow-icon,
  button:hover .c-arrow-icon {
    background-color: #4d4d4d;
  }
}

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumb .c-breadcrumb__home {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .c-breadcrumb .c-breadcrumb__home__icon {
    margin-right: 4px;
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-breadcrumb .c-breadcrumb__home__icon {
    margin-right: 0.390625vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .c-breadcrumb .c-breadcrumb__home__icon {
    margin-right: 1.0666666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.c-breadcrumb .c-breadcrumb__item {
  position: relative;
}
@media (min-width: 768px) {
  .c-breadcrumb .c-breadcrumb__item {
    font-size: 14px;
    margin-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-breadcrumb .c-breadcrumb__item {
    font-size: 1.3671875vw;
    margin-right: 3.125vw;
  }
}
@media (max-width: 767px) {
  .c-breadcrumb .c-breadcrumb__item {
    font-size: 2.6666666667vw;
    margin-right: 8vw;
  }
}
.c-breadcrumb .c-breadcrumb__item:last-of-type::before {
  display: none;
}
.c-breadcrumb .c-breadcrumb__item::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/common/arrow-right.svg);
  background-size: 100%;
}
@media (min-width: 768px) {
  .c-breadcrumb .c-breadcrumb__item::before {
    width: 16px;
    height: 16px;
    right: -25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-breadcrumb .c-breadcrumb__item::before {
    width: 1.5625vw;
    height: 1.5625vw;
    right: -2.44140625vw;
  }
}
@media (max-width: 767px) {
  .c-breadcrumb .c-breadcrumb__item::before {
    width: 3.2vw;
    height: 3.2vw;
    right: -5.3333333333vw;
  }
}

/* CTAブロック */
.section-cta {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .section-cta {
    background-image: url(../images/common/section-cta-bg-pc.jpg);
    padding: 32px 0;
    margin-top: 96px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-cta {
    padding: 3.125vw 0;
    margin-top: 9.375vw;
  }
}
@media (max-width: 767px) {
  .section-cta {
    background-image: url(../images/common/section-cta-bg-sp.jpg);
    padding: 4.2666666667vw;
    margin-top: 12.8vw;
  }
}
@media (max-width: 767px) {
  .section-cta .u-section-inner {
    padding: 0;
  }
}
.section-cta .section-cta__box {
  margin-inline: auto;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .section-cta .section-cta__box {
    width: clamp(976px, 100%, 1152px);
    padding: 48px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-cta .section-cta__box {
    width: 100%;
    padding: 4.6875vw 2.34375vw;
  }
}
@media (max-width: 767px) {
  .section-cta .section-cta__box {
    padding: 8.8vw 0;
  }
}
.section-cta .section-cta__list {
  display: flex;
}
@media (min-width: 768px) {
  .section-cta .section-cta__list {
    gap: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-cta .section-cta__list {
    gap: 4.6875vw;
  }
}
@media (max-width: 767px) {
  .section-cta .section-cta__list {
    flex-direction: column;
    gap: 8.5333333333vw;
  }
}
.section-cta .section-cta__list__item__btn {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-cta .section-cta__list__item__btn {
    align-items: center;
    gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-cta .section-cta__list__item__btn {
    gap: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .section-cta .section-cta__list__item__btn {
    gap: 3.2vw;
  }
}
@media (max-width: 767px) {
  .section-cta .section-cta__list__item__btn dt {
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .section-cta .section-cta__list__item__btn dt .u-underline {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-cta .section-cta__list__item__btn dt .u-underline {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  .section-cta .section-cta__list__item__btn dt .u-underline {
    font-size: 3.7333333333vw;
  }
}
.section-cta .section-cta__tel {
  display: flex;
  justify-content: center;
}
.section-cta .section-cta__tel dl {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .section-cta .section-cta__tel dl {
    margin-top: 16px;
    gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-cta .section-cta__tel dl {
    margin-top: 1.5625vw;
    gap: 0.78125vw;
  }
}
@media (max-width: 767px) {
  .section-cta .section-cta__tel dl {
    margin-top: 4.2666666667vw;
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
@media (min-width: 768px) {
  .section-cta .section-cta__tel dl dt {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-cta .section-cta__tel dl dt {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 767px) {
  .section-cta .section-cta__tel dl dt {
    font-size: 3.2vw;
  }
}
.section-cta .section-cta__tel dl dd a {
  display: flex;
  align-items: center;
}
.section-cta .section-cta__tel dl dd a::before {
  content: "";
  display: block;
  background-image: url(../images/common/tel-icon-pink.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .section-cta .section-cta__tel dl dd a::before {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-cta .section-cta__tel dl dd a::before {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media (max-width: 767px) {
  .section-cta .section-cta__tel dl dd a::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.section-cta .section-cta__tel dl dd a .u-font-en {
  letter-spacing: 0.05em;
  color: #262626;
}
@media (min-width: 768px) {
  .section-cta .section-cta__tel dl dd a .u-font-en {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-cta .section-cta__tel dl dd a .u-font-en {
    font-size: 2.5390625vw;
  }
}
@media (max-width: 767px) {
  .section-cta .section-cta__tel dl dd a .u-font-en {
    font-size: 5.8666666667vw;
  }
}

.c-cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-color: #e75297;
  border-radius: 999px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-cta-btn {
    -moz-column-gap: 8px;
         column-gap: 8px;
    border-width: 2px;
    width: 440px;
    height: 72px;
    font-size: 18px;
    transition-property: border-color, background-color, color;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-cta-btn {
    -moz-column-gap: 0.78125vw;
         column-gap: 0.78125vw;
    border-width: 0.1953125vw;
    width: 42.96875vw;
    height: 7.03125vw;
    font-size: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  .c-cta-btn {
    -moz-column-gap: 2.1333333333vw;
         column-gap: 2.1333333333vw;
    border-width: 0.5333333333vw;
    width: 83.2vw;
    height: 14.9333333333vw;
    font-size: 4vw;
    margin-inline: auto;
  }
}
.c-cta-btn::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .c-cta-btn::before {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-cta-btn::before {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .c-cta-btn::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media (hover: hover) {
  .c-cta-btn:hover {
    border-color: #ee85b6;
    background-color: #ee85b6;
    color: white;
  }
}

.c-cta-btn--document {
  color: #e75297;
  background-color: white;
}
.c-cta-btn--document::before {
  background-image: url(../images/common/document-icon-pink.svg);
}
@media (hover: hover) {
  .c-cta-btn--document:hover::before {
    background-image: url(../images/common/document-icon-white.svg);
  }
}

.c-cta-btn--contact {
  color: white;
  background-color: #e75297;
}
.c-cta-btn--contact::before {
  background-image: url(../images/common/contact-icon-white.svg);
}

.c-h2,
.c-h2--underline,
.c-h3,
.c-h4 {
  color: #262626;
  text-align: center;
}

.c-h2 {
  line-height: 1.25;
}
@media (min-width: 768px) {
  .c-h2 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-h2 {
    font-size: 3.90625vw;
    margin-bottom: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .c-h2 {
    font-size: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}

.c-h2--underline {
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .c-h2--underline {
    gap: 16px;
    font-size: 40px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-h2--underline {
    gap: 1.5625vw;
    font-size: 3.90625vw;
    margin-bottom: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .c-h2--underline {
    gap: 2.1333333333vw;
    font-size: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.c-h2--underline:after {
  content: "";
  display: block;
  background-color: #e75297;
}
@media (min-width: 768px) {
  .c-h2--underline:after {
    width: 40px;
    height: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-h2--underline:after {
    width: 3.90625vw;
    height: 0.1953125vw;
  }
}
@media (max-width: 767px) {
  .c-h2--underline:after {
    width: 6.4vw;
    height: 0.5333333333vw;
  }
}

.c-h3 {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-h3 {
    font-size: 2.34375vw;
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .c-h3 {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}

.c-h4 {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-h4 {
    font-size: 1.953125vw;
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .c-h4 {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}

.c-link-btn-main {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  font-weight: 700;
  color: white;
  background-color: #e75297;
  position: relative;
}
@media (min-width: 768px) {
  .c-link-btn-main {
    width: 412px;
    height: 72px;
    font-size: 18px;
    transition-property: background-color, color;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-link-btn-main {
    width: 40.234375vw;
    height: 7.03125vw;
    font-size: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  .c-link-btn-main {
    width: 100%;
    height: 11.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
.c-link-btn-main::after {
  content: "";
  display: block;
  background-image: url(../images/common/arrow-icon-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (min-width: 768px) {
  .c-link-btn-main::after {
    width: 20px;
    height: 20px;
    right: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-link-btn-main::after {
    width: 1.953125vw;
    height: 1.953125vw;
    right: 2.5390625vw;
  }
}
@media (max-width: 767px) {
  .c-link-btn-main::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 3.7333333333vw;
  }
}
@media (hover: hover) {
  .c-link-btn-main:hover {
    background-color: #ee85b6;
    color: white;
  }
}

.c-link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  font-weight: 700;
  color: white;
  background-color: #262626;
  position: relative;
}
@media (min-width: 768px) {
  .c-link-btn {
    padding: 16px 64px;
    transition-property: background-color, color;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-link-btn {
    padding: 1.5625vw 6.25vw;
  }
}
@media (max-width: 767px) {
  .c-link-btn {
    padding: 4.2666666667vw 12.8vw;
  }
}
.c-link-btn::after {
  content: "";
  display: block;
  background-image: url(../images/common/arrow-icon-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (min-width: 768px) {
  .c-link-btn::after {
    width: 16px;
    height: 16px;
    right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-link-btn::after {
    width: 1.5625vw;
    height: 1.5625vw;
    right: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .c-link-btn::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 4.8vw;
  }
}
@media (hover: hover) {
  .c-link-btn:hover {
    background-color: #908f8b;
    color: white;
  }
}

.c-link-text-arrow {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) {
  .c-link-text-arrow {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-link-text-arrow {
    -moz-column-gap: 0.78125vw;
         column-gap: 0.78125vw;
  }
}
@media (max-width: 767px) {
  .c-link-text-arrow {
    -moz-column-gap: 2.1333333333vw;
         column-gap: 2.1333333333vw;
  }
}
.c-link-text-arrow .c-link-text-arrow__text {
  color: #262626;
  border-bottom-style: dotted;
  border-bottom-color: #262626;
}
@media (min-width: 768px) {
  .c-link-text-arrow .c-link-text-arrow__text {
    transition-property: color,border-bottom-color;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) {
  .c-link-text-arrow .c-link-text-arrow__text {
    border-bottom-width: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-link-text-arrow .c-link-text-arrow__text {
    border-bottom-width: 0.1953125vw;
  }
}
@media (max-width: 767px) {
  .c-link-text-arrow .c-link-text-arrow__text {
    border-bottom-width: 0.5333333333vw;
  }
}
@media (hover: hover) {
  .c-link-text-arrow:hover .c-link-text-arrow__text {
    color: #4d4d4d;
    border-bottom-color: #4d4d4d;
  }
}

.c-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.c-point-title {
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-point-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-point-title {
    font-size: 3.125vw;
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .c-point-title {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.c-point-title strong {
  position: relative;
}
@media (min-width: 768px) {
  .c-point-title strong {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-point-title strong {
    font-size: 3.90625vw;
  }
}
@media (max-width: 767px) {
  .c-point-title strong {
    font-size: 6.4vw;
  }
}
.c-point-title strong::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .c-point-title strong::after {
    height: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-point-title strong::after {
    height: 0.1953125vw;
  }
}
@media (max-width: 767px) {
  .c-point-title strong::after {
    height: 0.5333333333vw;
  }
}

.c-point-title--01 {
  color: #f39b34;
}
.c-point-title--01 strong::after {
  background-color: #f39b34;
}

.c-point-title--02 {
  color: #4cbfc1;
}
.c-point-title--02 strong::after {
  background-color: #4cbfc1;
}

.c-point-title--03 {
  color: #ee85b6;
}
.c-point-title--03 strong::after {
  background-color: #ee85b6;
}

.c-white-box {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .c-white-box {
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .c-white-box {
    border-radius: 4.2666666667vw;
  }
}

@media (min-width: 768px) {
  .custom-pagination {
    padding-top: 96px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .custom-pagination {
    padding-top: 9.375vw;
  }
}
@media (max-width: 767px) {
  .custom-pagination {
    padding-top: 12.8vw;
  }
}
.custom-pagination > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.custom-pagination > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4d4d4d;
}
@media (min-width: 768px) {
  .custom-pagination > ul > li {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .custom-pagination > ul > li {
    font-size: 1.5625vw;
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media (max-width: 767px) {
  .custom-pagination > ul > li {
    font-size: 3.7333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
@media (min-width: 768px) {
  .custom-pagination > ul > li:has(.pg-arrow) {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .custom-pagination > ul > li:has(.pg-arrow) {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .custom-pagination > ul > li:has(.pg-arrow) {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.custom-pagination > ul > li .pg-arrow--prev {
  padding-right: 8px;
}
.custom-pagination > ul > li .pg-arrow--next {
  padding-left: 8px;
}
.custom-pagination > ul > li .current {
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: #262626;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-pagination > ul img {
  display: block;
}

/* ヘッダー */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
@media (min-width: 768px) {
  .l-header {
    height: 132px;
    transition-property: height;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-header {
    height: 12.890625vw;
  }
}
@media (max-width: 767px) {
  .l-header {
    height: 100%;
    transition-property: background-color;
    transition-duration: 0.3s;
    pointer-events: none;
  }
}

@media (min-width: 768px) {
  .l-header__inner {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: transparent;
    transition-property: background-color;
    transition-duration: 0.5s;
  }
}
@media (min-width: 1920px) {
  .l-header__inner {
    padding: 0 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .l-header__inner {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .l-header__inner {
    padding: 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-header__inner {
    padding: 0 2.34375vw;
  }
}
@media (max-width: 767px) {
  .l-header__inner {
    position: relative;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .l-header--small {
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-header--small {
    height: 7.8125vw;
  }
}
@media (min-width: 768px) {
  .l-header--small .l-header__inner {
    background-color: white;
  }
}
@media (min-width: 1920px) {
  .l-header--small .l-header__inner {
    padding: 0 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .l-header--small .l-header__inner {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .l-header--small .l-header__inner {
    padding: 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-header--small .l-header__inner {
    padding: 0 2.34375vw;
  }
}

@media (max-width: 767px) {
  .l-header__logo {
    height: 19.7333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    transition-property: background-color;
    transition-duration: 0.3s;
  }
}

@media (min-width: 768px) {
  .l-header__logo__tag {
    transition-property: width, height;
    transition-duration: 0.3s;
  }
}
@media (min-width: 1920px) {
  .l-header__logo__tag {
    width: 248px;
    height: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .l-header__logo__tag {
    width: 248px;
    height: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .l-header__logo__tag {
    width: 226px;
    height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-header__logo__tag {
    width: 22.0703125vw;
    height: 3.515625vw;
  }
}
@media (max-width: 767px) {
  .l-header__logo__tag {
    width: 66.1333333333vw;
    height: 10.6666666667vw;
    transition-property: width, height;
    transition-duration: 0.3s;
  }
}
.l-header__logo__tag a {
  display: block;
}

@media (max-width: 767px) {
  .l-header--small .l-header__logo {
    background-color: white;
  }
}

.l-header__modal {
  display: flex;
}
@media (min-width: 768px) {
  .l-header__modal {
    flex: 1;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1120px) {
  .l-header__modal {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .l-header__modal {
    opacity: 0;
    pointer-events: none;
    padding: 0 8.5333333333vw 24.5333333333vw;
    height: calc(100% - 21.3333333333vw);
    overflow-y: auto;
    flex-direction: column;
    row-gap: 8.5333333333vw;
    transition-property: opacity;
    transition-duration: 0.3s;
  }
}

@media (min-width: 768px) {
  .l-header__pages {
    transition-property: margin-top;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) {
  .l-header__pages {
    flex: 1;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1120px) {
  .l-header__pages {
    grid-column: 1/3;
    grid-row: 2/3;
    justify-content: space-between;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .l-header__pages ul {
    transition-property: column-gap;
    transition-property: column-gap, -moz-column-gap;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) {
  .l-header__pages ul {
    display: flex;
  }
}
@media (min-width: 1920px) {
  .l-header__pages ul {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .l-header__pages ul {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .l-header__pages ul {
    -moz-column-gap: 0.78125vw;
         column-gap: 0.78125vw;
  }
}
@media (max-width: 767px) {
  .l-header__pages ul {
    border-top-width: 0.2666666667vw;
    border-top-style: solid;
    border-top-color: #ededed;
  }
}
@media (max-width: 767px) {
  .l-header__pages ul li {
    border-bottom-width: 0.2666666667vw;
    border-bottom-style: solid;
    border-bottom-color: #ededed;
  }
}
.l-header__pages ul li a {
  display: block;
  color: #262626;
  text-decoration: none;
}
@media (min-width: 768px) {
  .l-header__pages ul li a {
    transition-property: font-size;
    transition-duration: 0.3s;
  }
}
@media (min-width: 1920px) {
  .l-header__pages ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .l-header__pages ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .l-header__pages ul li a {
    font-size: 13px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .l-header__pages ul li a {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-header__pages ul li a {
    font-size: 1.26953125vw;
  }
}
@media (max-width: 767px) {
  .l-header__pages ul li a {
    padding: 4.8vw 2.1333333333vw;
    font-size: 3.7333333333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (hover: hover) {
  .l-header__pages ul li a:hover {
    color: #e75297;
  }
}
@media (max-width: 767px) {
  .l-header__pages ul li a::after {
    content: "";
    display: block;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background-image: url(../images/common/arrow-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.l-header__pages ul .l-header__pages__list__item--current a {
  color: #e75297;
}

@media (min-width: 768px) {
  .l-header--small .l-header__pages {
    transition-property: margin-top;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 1120px) {
  .l-header--small .l-header__pages {
    margin-top: 4px;
  }
}

.l-header__cta {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .l-header__cta {
    transition-property: row-gap;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) {
  .l-header__cta {
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1120px) {
  .l-header__cta {
    grid-row: 1/3;
  }
}
@media (min-width: 1920px) {
  .l-header__cta {
    row-gap: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .l-header__cta {
    row-gap: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .l-header__cta {
    row-gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-header__cta {
    row-gap: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .l-header__cta {
    row-gap: 4.2666666667vw;
  }
}

@media (min-width: 1920px) {
  .l-header--small .l-header__cta {
    row-gap: 3px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .l-header--small .l-header__cta {
    row-gap: 3px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .l-header--small .l-header__cta {
    row-gap: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-header--small .l-header__cta {
    row-gap: 0.29296875vw;
  }
}

.l-header__cta__btn {
  display: flex;
}
@media (min-width: 768px) {
  .l-header__cta__btn {
    transition-property: column-gap;
    transition-property: column-gap, -moz-column-gap;
    transition-duration: 0.3s;
  }
}
@media (min-width: 1920px) {
  .l-header__cta__btn {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .l-header__cta__btn {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .l-header__cta__btn {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-header__cta__btn {
    -moz-column-gap: 0.78125vw;
         column-gap: 0.78125vw;
  }
}
@media (max-width: 767px) {
  .l-header__cta__btn {
    flex-direction: column;
    row-gap: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  .l-header__cta__btn li .c-cta-btn {
    transition-property: border-color, background-color, color, width, height;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) {
  .l-header__cta__btn li .c-cta-btn {
    border-width: 1px;
  }
}
@media (min-width: 1920px) {
  .l-header__cta__btn li .c-cta-btn {
    width: 174px;
    height: 48px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .l-header__cta__btn li .c-cta-btn {
    width: 174px;
    height: 48px;
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .l-header__cta__btn li .c-cta-btn {
    width: 144px;
    height: 48px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-header__cta__btn li .c-cta-btn {
    width: 14.0625vw;
    height: 4.6875vw;
    font-size: 1.3671875vw;
  }
}
@media (max-width: 767px) {
  .l-header__cta__btn li .c-cta-btn {
    height: 11.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 768px) {
  .l-header__cta__btn li .c-cta-btn::before {
    display: none;
  }
}

@media (min-width: 1920px) {
  .l-header--small li .c-cta-btn {
    height: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .l-header--small li .c-cta-btn {
    height: 36px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .l-header--small li .c-cta-btn {
    height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-header--small li .c-cta-btn {
    height: 3.515625vw;
  }
}

.l-header__cta__tel dl {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-header__cta__tel dl {
    transition-property: column-gap;
    transition-property: column-gap, -moz-column-gap;
    transition-duration: 0.3s;
  }
}
@media (min-width: 1920px) {
  .l-header__cta__tel dl {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .l-header__cta__tel dl {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .l-header__cta__tel dl {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-header__cta__tel dl {
    -moz-column-gap: 0.78125vw;
         column-gap: 0.78125vw;
  }
}
@media (max-width: 767px) {
  .l-header__cta__tel dl {
    -moz-column-gap: 2.1333333333vw;
         column-gap: 2.1333333333vw;
  }
}
@media (min-width: 768px) {
  .l-header__cta__tel dl dt {
    transition-property: font-size;
    transition-duration: 0.3s;
  }
}
@media (min-width: 1920px) {
  .l-header__cta__tel dl dt {
    font-size: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .l-header__cta__tel dl dt {
    font-size: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .l-header__cta__tel dl dt {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-header__cta__tel dl dt {
    font-size: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .l-header__cta__tel dl dt {
    font-size: 2.6666666667vw;
  }
}
.l-header__cta__tel dl dd a {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .l-header__cta__tel dl dd a {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }
}
@media (max-width: 767px) {
  .l-header__cta__tel dl dd a {
    -moz-column-gap: 0.2666666667vw;
         column-gap: 0.2666666667vw;
  }
}
.l-header__cta__tel dl dd a::before {
  content: "";
  display: block;
  background-image: url(../images/common/tel-icon-pink.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .l-header__cta__tel dl dd a::before {
    transition-property: width, height;
    transition-duration: 0.3s;
  }
}
@media (min-width: 1920px) {
  .l-header__cta__tel dl dd a::before {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .l-header__cta__tel dl dd a::before {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .l-header__cta__tel dl dd a::before {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-header__cta__tel dl dd a::before {
    width: 1.953125vw;
    height: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .l-header__cta__tel dl dd a::before {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.l-header__cta__tel dl dd a .u-font-en {
  letter-spacing: 0.05em;
  color: #262626;
}
@media (min-width: 768px) {
  .l-header__cta__tel dl dd a .u-font-en {
    transition-property: font-size;
    transition-duration: 0.3s;
  }
}
@media (min-width: 1920px) {
  .l-header__cta__tel dl dd a .u-font-en {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .l-header__cta__tel dl dd a .u-font-en {
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .l-header__cta__tel dl dd a .u-font-en {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-header__cta__tel dl dd a .u-font-en {
    font-size: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .l-header__cta__tel dl dd a .u-font-en {
    font-size: 4.8vw;
  }
}

@media (max-width: 767px) {
  .l-header__sp-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14.9333333333vw;
    background-color: white;
    border-top-width: 0.2666666667vw;
    border-top-style: solid;
    border-top-color: #ededed;
    display: flex;
    background-color: white;
    pointer-events: auto;
  }
}

@media (max-width: 767px) {
  .l-header__sp-btn__list {
    flex: 1;
    display: flex;
    height: 100%;
  }
  .l-header__sp-btn__list li {
    flex: 1;
    border-right-width: 0.2666666667vw;
    border-right-style: solid;
    border-right-color: #ededed;
  }
  .l-header__sp-btn__list li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 0.5333333333vw;
  }
  .l-header__sp-btn__list li a img {
    width: 6.4vw;
    height: 6.4vw;
  }
  .l-header__sp-btn__list li a span {
    font-size: 2.6666666667vw;
  }
}

@media (max-width: 767px) {
  .l-header__sp-btn__hamburger {
    width: 14.9333333333vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 0.8vw;
  }
  .l-header__sp-btn__hamburger span {
    display: block;
    width: 4.2666666667vw;
    height: 0.5333333333vw;
    background-color: #262626;
    border-radius: 999px;
    transition-property: transform;
    transition-duration: 0.3s;
  }
}

@media (max-width: 767px) {
  .l-header--show-modal {
    background-color: white;
  }
  .l-header--show-modal .l-header__logo__tag {
    width: 52.9066666667vw;
    height: 8.5333333333vw;
  }
  .l-header--show-modal .l-header__modal {
    opacity: 1;
    pointer-events: auto;
  }
  .l-header--show-modal .l-header__sp-btn__hamburger {
    row-gap: 0;
    background-color: #262626;
  }
  .l-header--show-modal .l-header__sp-btn__hamburger span {
    background-color: white;
    transform-origin: center;
    width: 4.8vw;
  }
  .l-header--show-modal .l-header__sp-btn__hamburger span:nth-child(1) {
    transform: translateY(0.2666666667vw) rotate(45deg);
  }
  .l-header--show-modal .l-header__sp-btn__hamburger span:nth-child(2) {
    display: none;
  }
  .l-header--show-modal .l-header__sp-btn__hamburger span:nth-child(3) {
    transform: translateY(-0.2666666667vw) rotate(-45deg);
  }
}

/* フッター */
@media (min-width: 768px) {
  .l-footer {
    padding: 64px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer {
    padding: 6.25vw 2.34375vw;
  }
}
@media (max-width: 767px) {
  .l-footer {
    padding: 8.5333333333vw;
    padding-bottom: 23.4666666667vw;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__container {
    width: clamp(976px, 100%, 1280px);
    margin-inline: auto;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .l-footer .l-footer__container {
    transition-property: width;
    transition-duration: 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__container {
    width: 100%;
  }
}
@media (hover: hover) {
  .l-footer .l-footer__container a:hover {
    text-decoration: underline;
  }
}
.l-footer .l-footer__main {
  display: flex;
}
@media (min-width: 768px) {
  .l-footer .l-footer__main {
    justify-content: space-between;
    gap: 78px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__main {
    gap: 7.6171875vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__main {
    flex-direction: column;
    gap: 8.5333333333vw;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__logo {
    width: 297px;
    height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__logo {
    width: 29.00390625vw;
    height: 4.6875vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__logo {
    width: 59.4666666667vw;
    height: 9.6vw;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__pages {
    margin-top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__pages {
    margin-top: 3.125vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__pages {
    margin-top: 8.5333333333vw;
  }
}
.l-footer .l-footer__pages ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .l-footer .l-footer__pages ul {
    gap: 8px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__pages ul {
    gap: 0.78125vw 2.34375vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__pages ul {
    row-gap: 4.2666666667vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__pages ul li {
    width: 50%;
  }
}
.l-footer .l-footer__tel {
  display: flex;
  background-color: #f7f7f5;
}
@media (min-width: 768px) {
  .l-footer .l-footer__tel {
    border-radius: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__tel {
    border-radius: 0.78125vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__tel {
    border-radius: 2.1333333333vw;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__tel {
    align-items: center;
    gap: 24px;
    padding: 24px 32px;
    min-width: 498px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__tel {
    gap: 2.34375vw;
    padding: 2.34375vw 3.125vw;
    min-width: 48.6328125vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__tel {
    flex-direction: column;
    gap: 2.1333333333vw;
    padding: 4.2666666667vw 10.6666666667vw;
  }
}
.l-footer .l-footer__tel__head {
  color: #e75297;
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-footer .l-footer__tel__head {
    text-align: center;
  }
}
.l-footer .l-footer__tel__number a {
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .l-footer .l-footer__tel__number a {
    gap: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__tel__number a {
    gap: 0.390625vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__tel__number a {
    gap: 1.0666666667vw;
  }
}
.l-footer .l-footer__tel__number a::before {
  content: "";
  display: block;
  background-image: url(../images/common/tel-icon-pink.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .l-footer .l-footer__tel__number a::before {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__tel__number a::before {
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__tel__number a::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.l-footer .l-footer__tel__number a .u-font-en {
  letter-spacing: 0.05em;
  color: #262626;
}
@media (min-width: 768px) {
  .l-footer .l-footer__tel__number a .u-font-en {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__tel__number a .u-font-en {
    font-size: 3.125vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__tel__number a .u-font-en {
    font-size: 6.9333333333vw;
  }
}
.l-footer .l-footer__tel__time {
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer .l-footer__tel__time {
    font-size: 14px;
    margin-top: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__tel__time {
    font-size: 1.3671875vw;
    margin-top: 0.390625vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__tel__time {
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__external-pages {
    margin-top: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__external-pages {
    margin-top: 6.25vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__external-pages {
    margin-top: 8.5333333333vw;
  }
}
.l-footer .l-footer__external-pages ul {
  display: flex;
}
@media (min-width: 768px) {
  .l-footer .l-footer__external-pages ul {
    gap: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__external-pages ul {
    gap: 3.125vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__external-pages ul {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.l-footer .l-footer__external-pages ul li a {
  display: block;
}
@media (min-width: 768px) {
  .l-footer .l-footer__external-pages ul li a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__external-pages ul li a {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__external-pages ul li a {
    font-size: 3.2vw;
  }
}
.l-footer .l-footer__external-pages ul li a[target=_blank] {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .l-footer .l-footer__external-pages ul li a[target=_blank] {
    gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__external-pages ul li a[target=_blank] {
    gap: 0.78125vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__external-pages ul li a[target=_blank] {
    gap: 4.2666666667vw;
  }
}
.l-footer .l-footer__external-pages ul li a[target=_blank]::after {
  content: "";
  display: block;
  background-image: url(../images/common/blank-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .l-footer .l-footer__external-pages ul li a[target=_blank]::after {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__external-pages ul li a[target=_blank]::after {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__external-pages ul li a[target=_blank]::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__copyright {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__copyright {
    margin-top: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__copyright {
    margin-top: 4.2666666667vw;
  }
}
.l-footer .l-footer__copyright small {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .l-footer .l-footer__copyright small {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer .l-footer__copyright small {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__copyright small {
    font-size: 3.2vw;
  }
}

.scroll-top-icon {
  position: fixed;
  z-index: 98;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .scroll-top-icon {
    bottom: 64px;
    right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .scroll-top-icon {
    bottom: 6.25vw;
    right: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .scroll-top-icon {
    bottom: 22.9333333333vw;
    right: 8vw;
  }
}

.scroll-top-icon.c-arrow-icon {
  transition-property: opacity;
  transition-duration: 0.3s;
}

.scroll-top-icon--show {
  opacity: 1;
  pointer-events: auto;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  color: #4d4d4d;
  line-height: 1.75;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 1.5625vw;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

dt,
strong {
  font-weight: inherit;
}/*# sourceMappingURL=common.css.map */