@charset "UTF-8";
/* clear
===============================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, a, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
}

i, u, abbr, code, pre, address {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

input, select {
  vertical-align: middle;
}

button:hover img {
  opacity: 0.85;
}

button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

button::before, button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

button, button::before, button::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

button:hover {
  cursor: pointer;
}

ul, ol, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* reset
===============================================================*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0;
}

a {
  color: #0090d2;
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
}

picture {
  display: block;
}

/*----------------------------------------------------------------------------
	base
----------------------------------------------------------------------------*/
:root {
  --font-size-title-en: 2.2rem;
  --font-size-title-ja: 2.4rem;
  --font-size-title-ja-l: 3.2rem;
  --font-size-text-large: 2rem;
  --font-size-text-medium: 1.8rem;
  --font-size-text-small: 1.7rem;
  --font-size-text-xsmall: 1.6rem;
  --font-size-text-xxsmall: 1.5rem;
}
@media screen and (max-width: 767px) {
  :root {
    --font-size-title-en: 5rem;
    --font-size-title-ja: 5rem;
    --font-size-title-ja-l: 5rem;
    --font-size-text-large: 4rem;
    --font-size-text-medium: 2.6rem;
    --font-size-text-small: 3rem;
    --font-size-text-xsmall: 3rem;
    --font-size-text-xxsmall: 2.8rem;
  }
}

html {
  width: 100%;
  font-size: 62.5%;
  word-break: break-all;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.25vw;
  }
}
html:has(.l-header__trigger.is-open), html:has(body.is-fixed) {
  overflow: hidden;
}

body {
  padding-top: 11rem;
  color: #12293d;
  font-size: var(--font-size-text-medium);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-variant-east-asian: proportional-width;
  line-height: 1.38;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 8rem;
  }
}
body.has-requestButton {
  padding-bottom: 11rem;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.5s;
  }
  a:hover {
    opacity: 0.7;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}

main {
  margin: 0 auto;
  overflow: hidden;
}

/*----------------------------------------------------------------------------
	c-button
----------------------------------------------------------------------------*/
.c-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64rem;
  height: 11rem;
  margin: 0 auto;
  padding: 0 6rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  border-radius: 2.4rem;
  border: none;
  background-color: #4d4d4d;
  cursor: pointer;
  transition: opacity 0.3s;
}
.c-button::after {
  width: 3rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-button::after {
    width: 1.5rem;
    height: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-button {
    width: 36rem;
    height: 7.6rem;
    padding: 0 3.5rem;
    font-size: 1.8rem;
    border-radius: 1.6rem;
  }
}
.c-button::after {
  position: absolute;
  right: 3rem;
  top: 50%;
  display: inline-block;
  margin-top: -1rem;
  pointer-events: none;
  transform: rotate(-90deg);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-button::after {
    right: 2rem;
    margin-top: -0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-button {
    transition: opacity 0.5s;
  }
  .c-button:not(.c-button--check):hover {
    opacity: 0.7;
  }
}
.c-button--fsL {
  font-size: 3.4rem;
}
@media screen and (min-width: 768px) {
  .c-button--fsL {
    font-size: 2rem;
  }
}
.c-button--slim {
  font-size: 2.7rem;
  height: 10rem;
}
@media screen and (min-width: 768px) {
  .c-button--slim {
    width: 29.9rem;
    font-size: 1.8rem;
    height: 6rem;
  }
}
.c-button--noArrow {
  padding: 0 1rem;
}
.c-button--noArrow::after {
  display: none;
}
.c-button--secondary {
  background-color: #E74291;
}
.c-button--secondary::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%23ffe3f2'/%3E%3C/svg%3E");
}
.c-button--border {
  color: #12293d;
  border: 0.5rem solid #4d4d4d;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-button--border {
    border-width: 0.3rem;
  }
}
.c-button--border::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%23E74291'/%3E%3C/svg%3E");
}
.c-button--border02 {
  color: #12293d;
  border: 0.5rem solid #ff7fc6;
  background-color: #ffedfa;
}
@media screen and (min-width: 768px) {
  .c-button--border02 {
    border-width: 0.3rem;
  }
}
.c-button--border02::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%23ff7fc6'/%3E%3C/svg%3E");
}
.c-button--check {
  position: relative;
  color: #12293d;
  border: 0.5rem solid #ff7fc6;
  background-color: #ffedfa;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .c-button--check {
    border-width: 0.3rem;
  }
}
.c-button--check::after {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 3.6rem;
  height: 2.6rem;
  background: url(../images/common/icon_check-02.svg) no-repeat center center/contain;
  pointer-events: none;
  transform: none;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-button--check::after {
    right: 1.5rem;
    margin-top: -0.7rem;
    width: 2rem;
    height: 1.4rem;
  }
}
.c-button--iconChecked::before {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 6rem;
  height: 6rem;
  pointer-events: none;
  border: 0.5rem solid #f653ad;
  border-radius: 50%;
  background: url(../images/common/icon_check-02.svg) no-repeat center center/3.5rem auto #ffedfa;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-button--iconChecked::before {
    top: -0.8rem;
    right: -0.8rem;
    width: 3rem;
    height: 3rem;
    border-width: 0.3rem;
    background-size: 1.5rem auto;
  }
}
.c-button--back {
  color: rgba(18, 41, 61, 0.6);
  border: 0.5rem solid #e1e1e1;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-button--back {
    border-width: 0.3rem;
  }
}
.c-button--back::after {
  right: auto;
  left: 3rem;
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%23d5d5d5'/%3E%3C/svg%3E");
}
@media screen and (min-width: 768px) {
  .c-button--back::after {
    left: 2rem;
  }
}
.c-button--phone {
  width: 100%;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  background-color: #323234;
  border: 0.5rem solid #a6a4af;
}
@media screen and (min-width: 768px) {
  .c-button--phone {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    font-size: 2rem;
    border-width: 0.3rem;
  }
}
.c-button--phone::before {
  display: inline-block;
  width: 3.2rem;
  height: 4.1rem;
  background: url(../images/common/icon_phone.svg) no-repeat center center/contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(58%) sepia(1%) saturate(4116%) hue-rotate(210deg) brightness(127%) contrast(64%);
  content: "";
}
@media screen and (min-width: 768px) {
  .c-button--phone::before {
    width: 2.2rem;
    height: 2.8rem;
  }
}
.c-button--phone::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%23a6a4af'/%3E%3C/svg%3E");
}
.c-button--phone span {
  display: inline-block;
  width: 15rem;
  font-size: 2.2rem;
  line-height: 5rem;
  background-color: #6f6c7e;
  border-radius: 0.6rem;
}
@media screen and (min-width: 768px) {
  .c-button--phone span {
    width: 9rem;
    font-size: 1.3rem;
    line-height: 3.3rem;
  }
}

/*----------------------------------------------------------------------------
  c-table
----------------------------------------------------------------------------*/
.c-table {
  width: 100%;
}
.c-table th {
  width: 20rem;
  padding: 3rem 1rem;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 400;
  background-color: #f6f6f6;
  vertical-align: middle;
  border-top: 0.2rem solid #e1e1e1;
}
@media screen and (min-width: 768px) {
  .c-table th {
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
    border-top-width: 1px;
  }
}
.c-table td {
  padding: 2rem 3rem;
  font-size: 2.8rem;
  line-height: 1.57;
  vertical-align: middle;
  border-top: 0.2rem solid #e1e1e1;
}
@media screen and (min-width: 768px) {
  .c-table td {
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
    border-top-width: 1px;
  }
}
.c-table strong {
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .c-table strong {
    font-size: 2.6rem;
  }
}
.c-table tr:last-child th, .c-table tr:last-child td {
  border-bottom: 0.2rem solid #e1e1e1;
}
@media screen and (min-width: 768px) {
  .c-table tr:last-child th, .c-table tr:last-child td {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 767px) {
  .c-table--block th, .c-table--block td {
    display: block;
    width: 100%;
    padding: 2.5rem;
  }
  .c-table--block th {
    text-align: left;
    border-bottom: none;
  }
  .c-table--block td {
    border-top: none;
  }
  .c-table--block tr:last-child th {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .c-table--block th {
    text-align: left;
  }
}

/*----------------------------------------------------------------------------
  c-details
----------------------------------------------------------------------------*/
.c-details__summary {
  position: relative;
  display: block;
  padding: 2.5rem 3rem;
  color: #fff;
  font-size: 2.8rem;
  border-radius: 2.4rem;
  background-color: #E74291;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.c-details__summary::after {
  width: 3rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%23d1edff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-details__summary::after {
    width: 1.5rem;
    height: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-details__summary {
    padding: 1.5rem 2rem;
    font-size: 2rem;
    border-radius: 1.2rem;
  }
}
.c-details__summary::-webkit-details-marker {
  display: none;
}
.c-details__summary::after {
  position: absolute;
  top: 50%;
  right: 3.5rem;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%23ffe3f2'/%3E%3C/svg%3E");
  will-change: transform;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-details__summary::after {
    right: 2rem;
  }
}
.c-details__summary.is-open::after {
  background-position: center 50%;
  transform: translateY(-50%) rotate(-180deg);
}
.c-details__content {
  padding: 1.5rem 0;
  overflow: hidden;
}

/*----------------------------------------------------------------------------
	c-modal
----------------------------------------------------------------------------*/
.c-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.c-modal.is-active {
  display: block;
}
.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* オーバーレイ */
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-modal__inner {
  position: relative;
  width: calc(100% - 6rem);
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-modal__inner {
    width: 85rem;
    max-width: calc(100% - 6rem);
  }
}
.c-modal__content {
  z-index: 1;
  width: 100%;
  max-height: 90%;
  background: #fff;
  border-radius: 4rem 0 4rem 4rem;
  position: relative;
  overflow: auto;
  overflow-y: auto;
  flex-grow: 1;
  min-height: 0;
}
@media screen and (min-width: 768px) {
  .c-modal__content {
    border-radius: 2rem 0 2rem 2rem;
  }
}
.c-modal__close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 15.4rem;
  height: 8rem;
  margin-left: auto;
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  background-color: #1b466c;
  border-radius: 1.8rem 1.8rem 0 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .c-modal__close {
    width: 12rem;
    height: 5rem;
    font-size: 1.8rem;
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.c-modal__close::after {
  position: relative;
  width: 2.3rem;
  height: 2.2rem;
  line-height: 1;
  background: url(../images/common/icon_close-02.svg) no-repeat center center/contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(1221%) hue-rotate(284deg) brightness(106%) contrast(101%);
  z-index: 0;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-modal__close::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}

/*----------------------------------------------------------------------------
	c-slider
----------------------------------------------------------------------------*/
.c-slider {
  position: relative;
}
.c-slider__wrapper {
  overflow: hidden;
}
.c-slider__prev, .c-slider__next {
  position: absolute;
  top: 50%;
  width: 8rem;
  height: 10rem;
  margin-top: -5rem;
  background-color: #4d4d4d;
  z-index: 100;
}
.c-slider__prev::after, .c-slider__next::after {
  width: 3rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-slider__prev::after, .c-slider__next::after {
    width: 1.5rem;
    height: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-slider__prev, .c-slider__next {
    width: 6rem;
    height: 7rem;
    margin-top: -3.5rem;
    transition: opacity 0.5s;
  }
  .c-slider__prev:hover, .c-slider__next:hover {
    opacity: 0.7;
  }
}
.c-slider__prev {
  left: -4rem;
  border-radius: 0 4rem 4rem 0;
}
@media screen and (min-width: 768px) {
  .c-slider__prev {
    left: 0;
  }
}
.c-slider__prev::after {
  margin-right: 0.5rem;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .c-slider__prev::after {
    width: 1.9rem;
    height: 1.3rem;
    margin-right: 1rem;
  }
}
.c-slider__next {
  right: -4rem;
  border-radius: 4rem 0 0 4rem;
}
@media screen and (min-width: 768px) {
  .c-slider__next {
    right: 0;
  }
}
.c-slider__next::after {
  margin-left: 0.5rem;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .c-slider__next::after {
    width: 1.9rem;
    height: 1.3rem;
    margin-left: 1rem;
  }
}
.c-slider .swiper-slide {
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-slider .swiper-slide {
    width: 62rem;
  }
}

/*----------------------------------------------------------------------------
  c-readmore
----------------------------------------------------------------------------*/
:root {
  --readmore-max-height: 130px; /* PC */
}

@media screen and (max-width: 768px) {
  :root {
    --readmore-max-height: 200px; /* SP */
  }
}
.c-readmore {
  position: relative;
  transition: max-height 0.3s ease;
}
.c-readmore.is-limited {
  max-height: var(--readmore-max-height);
  overflow: hidden;
}
.c-readmore__overlay {
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  height: 25rem;
  background: linear-gradient(to bottom, transparent 10%, white 80%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-readmore__overlay {
    height: 13rem;
  }
}
.c-readmore__button {
  position: absolute;
  bottom: 0;
  border: none;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.8rem;
  z-index: 1;
  background-color: transparent;
  transform: translateX(-50%);
  cursor: pointer;
}
.c-readmore__button::after {
  width: 2rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%23162b3c'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-readmore__button::after {
    width: 1.5rem;
    height: 1rem;
  }
}
.c-readmore__button::after {
  position: static;
}
@media screen and (min-width: 768px) {
  .c-readmore__button {
    font-size: 1.6rem;
  }
}

/*----------------------------------------------------------------------------
  c-loadmore
----------------------------------------------------------------------------*/
:root {
  --loadmore-length: 5;
}

.c-loadmore {
  position: relative;
}
.c-loadmore::before {
  position: absolute;
  top: 50%;
  left: -3rem;
  width: calc(100% + 6rem);
  height: 0.3rem;
  background: #e1e1e1;
  transform: translateY(-50%);
  content: "";
}
@media screen and (min-width: 768px) {
  .c-loadmore::before {
    left: 0;
    width: 100%;
    height: 0.2rem;
  }
}
.c-loadmore__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 46rem;
  height: 9.4rem;
  margin: 0 auto;
  text-align: center;
  font-size: 2.8rem;
  border-radius: 4.7rem;
  background: #e1e1e1;
  z-index: 2;
}
.c-loadmore__button::after {
  width: 3rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%23162b3c'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-loadmore__button::after {
    width: 1.5rem;
    height: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-loadmore__button {
    gap: 1rem;
    width: 25rem;
    height: 6rem;
    font-size: 1.8rem;
  }
}

/*----------------------------------------------------------------------------
	c-category-title
----------------------------------------------------------------------------*/
.c-category-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-category-title {
    font-size: 2.4rem;
  }
}
.c-category-title::before {
  width: 4.4rem;
  height: 3.3rem;
  background: url(../images/top/icon_decoration.svg) no-repeat center center/contain;
  filter: brightness(0) saturate(100%) invert(48%) sepia(23%) saturate(1793%) hue-rotate(161deg) brightness(88%) contrast(96%);
  content: "";
}
@media screen and (min-width: 768px) {
  .c-category-title::before {
    width: 3.5rem;
    height: 2.7rem;
  }
}
.c-category-title--feature::before {
  filter: brightness(0) saturate(100%) invert(86%) sepia(26%) saturate(6735%) hue-rotate(288deg) brightness(101%) contrast(101%);
}
.c-category-title--style::before {
  filter: brightness(0) saturate(100%) invert(77%) sepia(70%) saturate(369%) hue-rotate(69deg) brightness(84%) contrast(88%);
}
.c-category-title--specific::before {
  filter: brightness(0) saturate(100%) invert(70%) sepia(29%) saturate(3417%) hue-rotate(212deg) brightness(90%) contrast(88%);
}

/*----------------------------------------------------------------------------
	c-category-option
----------------------------------------------------------------------------*/
.c-category-option input[type=radio],
.c-category-option input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.c-category-option__label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8.2rem;
  padding: 0 1rem;
  text-align: center;
  font-size: 2.3rem;
  border: 0.3rem solid #e1e1e1;
  border-radius: 1.8rem;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-category-option__label {
    height: 6.6rem;
    font-size: 1.4rem;
    border-radius: 1.2rem;
    border-width: 0.2rem;
  }
}
.c-category-option__label-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  transform: translateY(-50%);
}
.c-category-option__label-icon--00 {
  width: 5.3rem;
}
@media screen and (min-width: 768px) {
  .c-category-option__label-icon--00 {
    width: 4.3rem;
  }
}
.c-category-option__label-icon--01 {
  width: 5.8rem;
}
@media screen and (min-width: 768px) {
  .c-category-option__label-icon--01 {
    width: 4.7rem;
  }
}
.c-category-option__label-icon--02 {
  width: 5.1rem;
}
@media screen and (min-width: 768px) {
  .c-category-option__label-icon--02 {
    width: 4.1rem;
  }
}
.c-category-option__label-icon--03 {
  width: 5.1rem;
}
@media screen and (min-width: 768px) {
  .c-category-option__label-icon--03 {
    width: 4.1rem;
  }
}
.c-category-option__label-icon--04 {
  width: 5.4rem;
}
@media screen and (min-width: 768px) {
  .c-category-option__label-icon--04 {
    width: 4.4rem;
  }
}
.c-category-option__label-icon--05 {
  width: 5.1rem;
}
@media screen and (min-width: 768px) {
  .c-category-option__label-icon--05 {
    width: 4.1rem;
  }
}
.c-category-option__label-icon--06 {
  width: 5.4rem;
}
@media screen and (min-width: 768px) {
  .c-category-option__label-icon--06 {
    width: 4.4rem;
  }
}
.c-category-option__label-icon--07 {
  width: 5.5rem;
}
@media screen and (min-width: 768px) {
  .c-category-option__label-icon--07 {
    width: 4.5rem;
  }
}
.c-category-option__label-icon--08 {
  width: 5.4rem;
}
@media screen and (min-width: 768px) {
  .c-category-option__label-icon--08 {
    width: 4.4rem;
  }
}
.c-category-option__label-icon--09 {
  width: 5.8rem;
}
@media screen and (min-width: 768px) {
  .c-category-option__label-icon--09 {
    width: 4.7rem;
  }
}
.c-category-option__label-icon--10 {
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .c-category-option__label-icon--10 {
    width: 4.1rem;
  }
}
.c-category-option__label-icon--11 {
  width: 4.6rem;
}
@media screen and (min-width: 768px) {
  .c-category-option__label-icon--11 {
    width: 3.7rem;
  }
}
.c-category-option__label-icon--12 {
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .c-category-option__label-icon--12 {
    width: 4.1rem;
  }
}
.c-category-option__label-icon--13 {
  width: 5.1rem;
}
@media screen and (min-width: 768px) {
  .c-category-option__label-icon--13 {
    width: 4.1rem;
  }
}
.c-category-option__label-icon--14 {
  width: 5.6rem;
}
@media screen and (min-width: 768px) {
  .c-category-option__label-icon--14 {
    width: 4.6rem;
  }
}
.c-category-option__label--fs-l {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .c-category-option__label--fs-l {
    height: 3.5rem;
    padding: 0;
    border-radius: 0.8rem;
    font-size: 1.4rem;
  }
}
.c-category-option:has(input:checked) .c-category-option__label {
  border: 0.5rem solid #162b3c;
  background-color: #d1edff;
}
@media screen and (min-width: 768px) {
  .c-category-option:has(input:checked) .c-category-option__label {
    border-width: 0.3rem;
  }
}
.c-category-option--type01 .c-category-option__label {
  position: relative;
  justify-content: start;
  gap: 1rem;
  padding: 0 1.5rem 0 8rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-category-option--type01 .c-category-option__label {
    padding: 0 1rem 0 7.5rem;
  }
}
.c-category-option--type01:has(input:checked) .c-category-option__label {
  padding-left: 7.8rem;
  border: 0.5rem solid #ff7fc6;
  background-color: #ffedfa;
}
@media screen and (min-width: 768px) {
  .c-category-option--type01:has(input:checked) .c-category-option__label {
    padding-left: 7.4rem;
    border-width: 0.3rem;
  }
}
.c-category-option--type01:has(input:checked) .c-category-option__label-thumb {
  left: -0.2rem;
}
@media screen and (min-width: 768px) {
  .c-category-option--type01:has(input:checked) .c-category-option__label-thumb {
    left: -0.1rem;
  }
}
.c-category-option--type02:has(input:checked) .c-category-option__label {
  border: 0.5rem solid #5fcb73;
  background-color: #bfeac7;
}
@media screen and (min-width: 768px) {
  .c-category-option--type02:has(input:checked) .c-category-option__label {
    border-width: 0.3rem;
  }
}
.c-category-option--type03:has(input:checked) .c-category-option__label {
  border: 0.5rem solid #ac85d9;
  background-color: #decef0;
}
@media screen and (min-width: 768px) {
  .c-category-option--type03:has(input:checked) .c-category-option__label {
    border-width: 0.3rem;
  }
}
.c-category-option--check {
  justify-content: space-between;
  gap: 4rem;
  height: auto;
  min-height: 9rem;
  padding: 1rem 3rem 1rem 2.5rem;
  text-align: left;
}
.c-category-option--check::after {
  width: 3.6rem;
  height: 2.6rem;
  content: "";
}
.c-category-option--check:has(input:checked) {
  padding-left: 2.3rem;
  border: 0.5rem solid #ff7fc6;
  background-color: #ffedfa;
}
.c-category-option--check:has(input:checked)::after {
  background: url(../images/common/icon_check.svg) no-repeat center center/contain;
  filter: brightness(0) saturate(100%) invert(74%) sepia(52%) saturate(7216%) hue-rotate(297deg) brightness(97%) contrast(100%);
}

/*----------------------------------------------------------------------------
	c-tags
----------------------------------------------------------------------------*/
.c-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-tags {
    gap: 0.7rem;
  }
}
.c-tags span {
  padding: 1.4rem 3.2rem;
  font-size: 2.6rem;
  border-radius: 3.2rem;
  background-color: #ffecfb;
}
@media screen and (min-width: 768px) {
  .c-tags span {
    padding: 0.6rem 2rem;
    font-size: 1.4rem;
  }
}
.c-tags--feature span {
  background-color: #ffedfa;
}
.c-tags--style span {
  background-color: #bfeac7;
}
.c-tags--specific span {
  background-color: #decef0;
}
.c-tags--keyword span {
  background-color: #d1edff;
}

/*----------------------------------------------------------------------------
	c-pager
----------------------------------------------------------------------------*/
.c-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 6rem;
}
.c-pager .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  height: 4rem;
  color: #fff;
  text-decoration: none !important;
  background-color: #323232;
  border-radius: 0.8rem;
  border: 1px solid #323232;
}
@media screen and (max-width: 767px) {
  .c-pager .page-numbers {
    min-width: 6rem;
    height: 6rem;
  }
}
.c-pager .page-numbers.current {
  color: #12293d;
  background: #fff;
}
.c-pager__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  height: 4rem;
  color: #fff;
  text-decoration: none !important;
  background-color: #323232;
  border-radius: 0.8rem;
  border: 1px solid #323232;
}
@media screen and (max-width: 767px) {
  .c-pager__item {
    min-width: 6rem;
    height: 6rem;
  }
}
.c-pager__item--disabled {
  opacity: 0.5;
}

/*----------------------------------------------------------------------------
	c-form-label
----------------------------------------------------------------------------*/
.c-form-item__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .c-form-item__label {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
}
.c-form-item__label--require::after {
  padding: 0.3rem 0.8rem;
  color: #fff;
  background-color: #E74291;
  content: "必須";
}
@media screen and (min-width: 768px) {
  .c-form-item__label--require::after {
    font-size: 1.3rem;
  }
}
.c-form-item__label--auto::after {
  padding: 0.3rem 0.8rem;
  color: #fff;
  background-color: #E74291;
  content: "自動で入力されます";
}
@media screen and (min-width: 768px) {
  .c-form-item__label--auto::after {
    font-size: 1.3rem;
  }
}
.c-form-item__content {
  margin-bottom: 6rem;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .c-form-item__content {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
}
.c-form-item__content--flex {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.c-form-item__content--radio, .c-form-item__content--checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.c-form-item__content--radio fieldset, .c-form-item__content--checkbox fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.c-form-item__note {
  margin-top: 0.5rem;
}
.c-form-item--confirm {
  display: flex;
  gap: 6rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e1e1e1;
}
.c-form-item--confirm .c-form-item__label {
  flex-shrink: 0;
  margin-bottom: 0;
}
.c-form-item--confirm .c-form-item__content {
  margin-bottom: 0;
}

/*----------------------------------------------------------------------------
	c-form-input
----------------------------------------------------------------------------*/
.c-form-input {
  width: 100%;
  height: 11rem;
  padding: 0 3rem 0 3rem;
  font-size: max(3rem, 16px);
  border-radius: 2.2rem;
  border: 0.3rem solid #e1e1e1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-form-input {
    padding: 0 2rem;
    font-size: 1.8rem;
    height: 6rem;
    border-width: 0.2rem;
    border-radius: 1.2rem;
  }
}
.c-form-input::-moz-placeholder {
  opacity: 0.6;
}
.c-form-input::placeholder {
  opacity: 0.6;
}
.c-form-input--search {
  padding-right: 8rem;
  background: url(../images/common/icon_search.svg) no-repeat right 3rem center/3.6rem auto;
}
@media screen and (min-width: 768px) {
  .c-form-input--search {
    font-size: 1.8rem;
    height: 6.6rem;
  }
}
.c-form-input--s {
  width: 14rem;
}
.c-form-input--xs {
  width: 10rem;
}

/*----------------------------------------------------------------------------
	c-form-textarea
----------------------------------------------------------------------------*/
.c-form-textarea {
  width: 100%;
  padding: 2rem 3rem;
  font-size: max(3rem, 16px);
  border-radius: 2.2rem;
  border: 0.3rem solid #e1e1e1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-form-textarea {
    padding: 1.3rem 2rem;
    font-size: 1.8rem;
    border-width: 0.2rem;
    border-radius: 1.2rem;
  }
}
.c-form-textarea::-moz-placeholder {
  opacity: 0.6;
}
.c-form-textarea::placeholder {
  opacity: 0.6;
}

/*----------------------------------------------------------------------------
	c-form-checkbox
----------------------------------------------------------------------------*/
.c-form-checkbox__input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.c-form-checkbox__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: left;
  gap: 1.9rem;
  cursor: pointer;
}
.c-form-checkbox__label::before {
  flex-shrink: 0;
  width: 4.6rem;
  height: 4.6rem;
  border: 0.3rem solid #e1e1e1;
  border-radius: 1.2rem;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-form-checkbox__label::before {
    width: 3rem;
    height: 3rem;
    border-width: 0.2rem;
    border-radius: 0.6rem;
  }
}
.c-form-checkbox:has(input:checked) .c-form-checkbox__label::before {
  border: 0.5rem solid #ff7fc6;
  background-color: #ffecfb;
}
@media screen and (min-width: 768px) {
  .c-form-checkbox:has(input:checked) .c-form-checkbox__label::before {
    border-width: 0.3rem;
  }
}
.c-form-checkbox:has(input:checked) .c-form-checkbox__label::after {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 2.6rem;
  height: 1.9rem;
  transform: translateY(-50%);
  background: url(../images/common/icon_check.svg) no-repeat center center/contain;
  filter: brightness(0) saturate(100%) invert(74%) sepia(52%) saturate(7216%) hue-rotate(297deg) brightness(97%) contrast(100%);
  content: "";
}
@media screen and (min-width: 768px) {
  .c-form-checkbox:has(input:checked) .c-form-checkbox__label::after {
    left: 0.7rem;
    width: 1.7rem;
    height: 1.2rem;
  }
}

/*----------------------------------------------------------------------------
	c-form-radio
----------------------------------------------------------------------------*/
.c-form-radio__input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.c-form-radio__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: left;
  gap: 1.5rem;
  font-size: 2.8rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-form-radio__label {
    font-size: 1.8rem;
  }
}
.c-form-radio__label::before {
  flex-shrink: 0;
  width: 4.6rem;
  height: 4.6rem;
  border: 0.3rem solid #e1e1e1;
  border-radius: 50%;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-form-radio__label::before {
    width: 3rem;
    height: 3rem;
    border-width: 0.2rem;
  }
}
.c-form-radio:has(input:checked) .c-form-radio__label::before {
  border: 0.5rem solid #ff7fc6;
  background-color: #ffecfb;
}
@media screen and (min-width: 768px) {
  .c-form-radio:has(input:checked) .c-form-radio__label::before {
    border-width: 0.3rem;
  }
}
.c-form-radio:has(input:checked) .c-form-radio__label::after {
  position: absolute;
  top: 50%;
  left: 1.3rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #E74291;
  transform: translateY(-50%);
  content: "";
}
@media screen and (min-width: 768px) {
  .c-form-radio:has(input:checked) .c-form-radio__label::after {
    left: 0.8rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}

/*----------------------------------------------------------------------------
	c-form-select
----------------------------------------------------------------------------*/
.c-form-select {
  display: inline-block;
  position: relative;
}
.c-form-select::after {
  width: 3rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%23d1edff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-form-select::after {
    width: 1.5rem;
    height: 1rem;
  }
}
.c-form-select::after {
  position: absolute;
  top: 50%;
  right: 3.5rem;
  margin-top: -1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%23d5d5d5'/%3E%3C/svg%3E");
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-form-select::after {
    right: 2rem;
    margin-top: -0.5rem;
  }
}
.c-form-select select {
  height: 11rem;
  padding: 0 8rem 0 3rem;
  font-size: max(3rem, 16px);
  border-radius: 2.2rem;
  background-color: #fff;
  border: 0.3rem solid #e1e1e1;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (min-width: 768px) {
  .c-form-select select {
    height: 6rem;
    padding-right: 4.5rem;
    font-size: 1.8rem;
    border-radius: 1.2rem;
    border-width: 0.2rem;
  }
}

/*----------------------------------------------------------------------------
	c-form-navi
----------------------------------------------------------------------------*/
.c-form-navi__list {
  display: flex;
  margin: 2rem 1rem 0 1rem;
  height: 8rem;
  border: 0.3rem solid #e1e1e1;
  border-radius: 4rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-form-navi__list {
    max-width: 60rem;
    height: 5.4rem;
    margin: 4rem auto 0 auto;
  }
}
.c-form-navi__item {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% + 0.2rem);
  margin: -0.1rem 0;
  padding-right: 1.5rem;
  color: rgba(18, 41, 61, 0.6);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-form-navi__item {
    flex: auto;
    width: 16rem;
    font-size: 1.6rem;
  }
}
.c-form-navi__item::before, .c-form-navi__item::after {
  position: absolute;
  width: 0.3rem;
  height: 6rem;
  background-color: #e1e1e1;
  top: 3.8rem;
  left: 0;
  transform-origin: top left;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-form-navi__item::before, .c-form-navi__item::after {
    top: 2.5rem;
    height: 3.5rem;
  }
}
.c-form-navi__item::before {
  transform: rotate(151deg);
  left: 0.3rem;
}
@media screen and (min-width: 768px) {
  .c-form-navi__item::before {
    top: 2.5rem;
    left: 0.3rem;
    transform: rotate(154deg);
  }
}
.c-form-navi__item::after {
  top: 3.7rem;
  transform: rotate(28deg);
}
@media screen and (min-width: 768px) {
  .c-form-navi__item::after {
    top: 2.4rem;
    left: -0.1rem;
    transform: rotate(27deg);
  }
}
.c-form-navi__item:first-child.is-current, .c-form-navi__item:first-child.is-done {
  margin: -0.1rem 0 -1rem -0.1rem;
  padding: 0.1rem 0 0 1rem;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .c-form-navi__item:first-child.is-current, .c-form-navi__item:first-child.is-done {
    clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
  }
}
.c-form-navi__item:first-child::before, .c-form-navi__item:first-child::after {
  display: none;
}
.c-form-navi__item:last-child.is-current {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 10% 50%);
}
@media screen and (min-width: 768px) {
  .c-form-navi__item:last-child.is-current {
    clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 2% 100%, 2% 100%, 10% 50%);
  }
}
.c-form-navi__item.is-current, .c-form-navi__item.is-done {
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%);
}
@media screen and (min-width: 768px) {
  .c-form-navi__item.is-current, .c-form-navi__item.is-done {
    clip-path: polygon(2% 0%, 92% 0%, 100% 50%, 92% 100%, 2% 100%, 10% 50%);
  }
}
.c-form-navi__item.is-current::before, .c-form-navi__item.is-current::after, .c-form-navi__item.is-done::before, .c-form-navi__item.is-done::after {
  left: 2.3rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-form-navi__item.is-current::before, .c-form-navi__item.is-current::after, .c-form-navi__item.is-done::before, .c-form-navi__item.is-done::after {
    left: 1.9rem;
  }
}
.c-form-navi__item.is-current::after, .c-form-navi__item.is-done::after {
  left: 2rem;
}
@media screen and (min-width: 768px) {
  .c-form-navi__item.is-current::after, .c-form-navi__item.is-done::after {
    left: 1.6rem;
  }
}
.c-form-navi__item.is-current {
  margin-left: -2rem;
  padding-left: 2rem;
  color: #fff;
  background-color: #2d94d9;
}
.c-form-navi__item.is-done {
  margin: -0.1rem 0 0 -2rem;
  padding: 0.1rem 0 0 2rem;
  color: rgba(18, 41, 61, 0.6);
  background-color: #e1e1e1;
}

/*----------------------------------------------------------------------------
	c-form-step
----------------------------------------------------------------------------*/
.c-form-step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin: 11rem 0 3rem 0;
}
@media screen and (min-width: 768px) {
  .c-form-step {
    gap: 1.5rem;
  }
}
.c-form-step__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.4rem;
  height: 4.4rem;
  color: #a4a7aa;
  font-size: 2.3rem;
  font-weight: 500;
  background-color: #f6f6f6;
  border: 0.4rem solid #f6f6f6;
  border-radius: 50%;
  /*
  &::before,
  &::after {
  	position: absolute;
  	top: 50%;
  	width: .5rem;
  	height: .5rem;
  	margin-top: -.25rem;
  	border-radius: 50%;
  	background-color: #f6f6f6;
  	content: '';
  }
  &::before {
  	left: -2.4rem;
  }
  &::after {
  	left: -1.3rem;
  }
  &:first-child {
  	&::before,
  	&::after {
  		display: none;
  	}
  }
  &.is-done {
  	color: g.$colorPrimaryDark;
  	border: .4rem solid g.$colorPrimaryDark;
  	background-color: #fff;
  	&::before,
  	&::after {
  		background-color: g.$colorPrimaryDark;
  	}
  }
  */
}
@media screen and (min-width: 768px) {
  .c-form-step__item {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.8rem;
  }
}
.c-form-step__item.is-current {
  color: #fff;
  border: 0.4rem solid #162b3c;
  background-color: #162b3c;
}
.c-form-step__item.is-current::before, .c-form-step__item.is-current::after {
  background-color: #162b3c;
}

/*----------------------------------------------------------------------------
	c-form-submit
----------------------------------------------------------------------------*/
.c-form-submit {
  position: relative;
  display: flex;
  gap: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-form-submit {
    justify-content: center;
  }
  .c-form-submit button {
    margin: 0;
  }
}
.c-form-submit__tip {
  position: absolute;
  left: 0;
  top: -3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 6.4rem;
  color: #f36a18;
  font-size: 2.6rem;
  font-weight: 700;
  border: 0.3rem solid #f0bb2a;
  border-radius: 3.2rem;
  background-color: #ffe465;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-form-submit__tip {
    left: 50%;
    top: -4rem;
    width: 17rem;
    height: 5.4rem;
    font-size: 2rem;
    margin-left: -21rem;
    border-width: 0.2rem;
  }
}
.c-form-submit__tip::after {
  position: absolute;
  left: 8.5rem;
  bottom: -1.5rem;
  width: 2.6rem;
  height: 1.5rem;
  background: url(../images/request/icon_hukidashi.png) no-repeat center center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-form-submit__tip::after {
    left: 7rem;
    transform: scale(0.7);
    transform-origin: center 0;
  }
}

/*----------------------------------------------------------------------------
  c-cms-top-card
----------------------------------------------------------------------------*/
.c-cms-top-card {
  position: relative;
}
.c-cms-top-card__image {
  aspect-ratio: 3/2;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.c-cms-top-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 768px) {
  .c-cms-top-card__image {
    margin-bottom: 0.5rem;
  }
}
.c-cms-top-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-cms-top-card__area {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.6rem 1rem;
  color: #fff;
  font-size: 2.3rem;
  background-color: #162b3c;
}
@media screen and (min-width: 768px) {
  .c-cms-top-card__area {
    padding: 0.3rem 0.5rem;
    font-size: 1.4rem;
  }
}
.c-cms-top-card__category {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .c-cms-top-card__category {
    font-size: 1.4rem;
  }
}
.c-cms-top-card__category::before {
  font-weight: 700;
  content: "＃ ";
}
.c-cms-top-card__category--s {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .c-cms-top-card__category--s {
    font-size: 1.4rem;
  }
}
.c-cms-top-card__category--s::before {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .c-cms-top-card__category--s::before {
    font-size: 1.4rem;
  }
}
.c-cms-top-card__category--cat01::before {
  color: #3861c8;
}
.c-cms-top-card__category--cat02::before {
  color: #e8ad0f;
}
.c-cms-top-card__category--cat03::before {
  color: #b36be0;
}
.c-cms-top-card__category--cat04::before, .c-cms-top-card__category--features::before {
  color: #12b8d6;
}
.c-cms-top-card__category--cat05::before, .c-cms-top-card__category--interview::before {
  color: #31c883;
}
.c-cms-top-card__category--cat06::before, .c-cms-top-card__category--truancy::before {
  color: #f755c4;
}
.c-cms-top-card__category--cat07::before, .c-cms-top-card__category--exam::before {
  color: #f14d4d;
}
.c-cms-top-card__place {
  margin-bottom: 0.5rem;
  font-size: 2.3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-cms-top-card__place {
    font-size: 1.5rem;
  }
}
.c-cms-top-card__title {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .c-cms-top-card__title {
    font-size: 1.8rem;
  }
}
.c-cms-top-card__date {
  color: #8d9caa;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .c-cms-top-card__date {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}

/*----------------------------------------------------------------------------
  c-cms-archive-card
----------------------------------------------------------------------------*/
.c-cms-archive-card {
  position: relative;
  display: flex;
}
.c-cms-archive-card a {
  display: flex;
  align-items: flex-start;
  padding: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.c-cms-archive-card__image {
  aspect-ratio: 3/2;
  width: 30rem;
  position: relative;
  overflow: hidden;
}
.c-cms-archive-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 768px) {
  .c-cms-archive-card__image {
    width: 25rem;
    margin-bottom: 0.5rem;
  }
}
.c-cms-archive-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-cms-archive-card__content {
  flex: 1;
}
.c-cms-archive-card__title {
  margin-bottom: 0.5rem;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-cms-archive-card__title {
    font-size: 1.8rem;
  }
}
.c-cms-archive-card__date {
  margin-bottom: 1rem;
  color: #8d9caa;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .c-cms-archive-card__date {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
}
.c-cms-archive-card__excerpt {
  color: #8d9caa;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .c-cms-archive-card__excerpt {
    font-size: 1.6rem;
  }
}

/*----------------------------------------------------------------------------
  c-cms-side-card
----------------------------------------------------------------------------*/
.c-cms-side-card {
  position: relative;
  display: flex;
}
.c-cms-side-card a {
  display: flex;
  align-items: flex-start;
  padding: 1rem 0;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.c-cms-side-card__image {
  aspect-ratio: 3/2;
  width: 20rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.c-cms-side-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 768px) {
  .c-cms-side-card__image {
    width: 10rem;
    margin-bottom: 0.5rem;
  }
}
.c-cms-side-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-cms-side-card__content {
  flex: 1;
}
.c-cms-side-card__title {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-cms-side-card__title {
    font-size: 1.4rem;
  }
}
.c-cms-side-card__date {
  margin-top: 0.5rem;
  color: #8d9caa;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .c-cms-side-card__date {
    font-size: 1.2rem;
  }
}

/*----------------------------------------------------------------------------
	c-menu-button
----------------------------------------------------------------------------*/
.c-menu-button {
  position: relative;
  width: 8rem;
  height: 7rem;
  color: #162b3c;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .c-menu-button {
    width: 6.5rem;
    height: 6rem;
    font-size: 1.8rem;
  }
}
.c-menu-button span {
  display: inline-block;
  position: absolute;
  left: 0.8rem;
  width: 6.4rem;
  height: 0.6rem;
  background: #4d4d4d;
  border-radius: 0.4rem;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .c-menu-button span {
    left: 1rem;
    width: 4.5rem;
    height: 0.5rem;
    border-radius: 0.2rem;
  }
}
.c-menu-button span:nth-of-type(1) {
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-menu-button span:nth-of-type(1) {
    top: 0.7rem;
  }
}
.c-menu-button span:nth-of-type(2) {
  top: 1.7rem;
}
@media screen and (min-width: 768px) {
  .c-menu-button span:nth-of-type(2) {
    top: 2rem;
  }
}
.c-menu-button span:nth-of-type(3) {
  top: 3.3rem;
}
.c-menu-button__text {
  padding-top: 4rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-menu-button__text {
    padding-top: 3.8rem;
    line-height: 1;
  }
}
.c-menu-button.is-open span:nth-of-type(1) {
  top: 1.5rem;
  transform: rotate(-45deg);
}
.c-menu-button.is-open span:nth-of-type(2) {
  opacity: 0;
}
.c-menu-button.is-open span:nth-of-type(3) {
  top: 1.5rem;
  transform: rotate(45deg);
}
.c-menu-button.is-open .c-menu-button__text {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------------------------------------------
	c-page-header
----------------------------------------------------------------------------*/
.c-page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15rem;
  margin-bottom: 4rem;
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
}
.c-page-header__title {
  font-size: 4rem;
  font-weight: 700;
}

/*----------------------------------------------------------------------------
	c-pagetop-button
----------------------------------------------------------------------------*/
.c-pagetop-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  width: 10rem;
  height: 10rem;
  font: 0/0 a;
  border-radius: 50%;
  background-color: #4d4d4d;
  z-index: 99;
}
.c-pagetop-button::after {
  width: 3rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-pagetop-button::after {
    width: 1.5rem;
    height: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-pagetop-button {
    right: 2rem;
    bottom: 2rem;
    width: 5rem;
    height: 5rem;
  }
}
.c-pagetop-button::after {
  transform: rotate(-180deg);
}
.c-pagetop-button--withRequest {
  position: absolute;
  bottom: 4rem;
}

/*----------------------------------------------------------------------------
  .l-inner
----------------------------------------------------------------------------*/
.l-inner {
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 3rem;
}
@media screen and (min-width: 768px) {
  .l-inner--s {
    max-width: 104rem;
  }
}
@media screen and (min-width: 768px) {
  .l-inner--xs {
    max-width: 86rem;
  }
}

/*----------------------------------------------------------------------------
	.l-header
----------------------------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header {
    border-bottom: 1px solid #e1e1e1;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 11rem;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    height: 8rem;
  }
}
.l-header__menu {
  flex: 1;
  display: flex;
  align-items: center;
  -moz-column-gap: min(5%, 6.8rem);
       column-gap: min(5%, 6.8rem);
  margin-right: auto;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__logos {
  display: flex;
  align-items: flex-end;
}
.l-header__logo {
  width: 27.2rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 23.2rem;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header__privacy {
  width: 2.8rem;
}
@media screen and (min-width: 768px) {
  .l-header__privacy {
    width: 2.2rem;
  }
}
.l-header__request {
  position: relative;
  margin-left: auto;
}
.l-header__request-message {
  position: absolute;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header__request-message {
    top: 8rem;
  }
}
.l-header__request-message.is-show {
  opacity: 1;
}
.l-header__request-message p {
  position: relative;
  width: 40rem;
  padding: 2rem;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.58;
  border: 0.5rem solid #E74291;
  background-color: #ffeef7;
  border-radius: 2.4rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-header__request-message p {
    width: 25rem;
    font-size: 1.6rem;
    border-radius: 1.2rem;
    border-width: 0.3rem;
  }
}
.l-header__request-message strong {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-header__request-message strong {
    font-size: 2rem;
  }
}
.l-header__request-message::before, .l-header__request-message::after {
  position: absolute;
  top: -1.7rem;
  left: 50%;
  width: 3rem;
  height: 3rem;
  transform: rotate(-45deg) translateX(-50%);
  content: "";
}
.l-header__request-message::before {
  background-color: #E74291;
  top: -2.3rem;
  border-radius: 0.3rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-header__request-message::before {
    top: -2.1rem;
  }
}
.l-header__request-message::after {
  background-color: #ffeef7;
  z-index: 2;
}
.l-header__trigger {
  margin-left: 2.5rem;
}

/*----------------------------------------------------------------------------
	.l-footer
----------------------------------------------------------------------------*/
.l-footer {
  position: relative;
  padding: 16rem 0 4rem 0;
  color: #fff;
  background-color: #222222;
  z-index: 2;
  position: relative;
}
.l-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 7rem;
  background-color: #fff;
  border-radius: 0 0 7rem 7rem;
  z-index: 1;
  content: "";
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-bottom: 5rem;
  }
}
.l-footer__logo {
  width: 30rem;
  margin: 0 auto 3rem auto;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 22rem;
  }
}
.l-footer__copyright {
  display: block;
  margin-top: 6rem;
  text-align: center;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-top: auto;
    font-size: 1.3rem;
    text-align: right;
  }
}
.l-footer__navi {
  position: relative;
  padding: 7rem 0 5rem 0;
}
@media screen and (min-width: 768px) {
  .l-footer__navi {
    padding: 2.7rem 0 2.5rem 0;
  }
}
.l-footer__navi:not(:first-child) {
  position: relative;
}
.l-footer__navi:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1.4rem;
  background: radial-gradient(circle, #6f6c7e 20%, transparent 21%);
  background-size: 1.4rem 1.4rem;
  content: "";
}
@media screen and (min-width: 768px) {
  .l-footer__navi:not(:first-child)::before {
    height: 2px;
    background-image: linear-gradient(90deg, #6f6c7e 0 2px, transparent 2px 6px);
    background-size: 6px 2px;
  }
}
.l-footer__navi-title {
  margin-bottom: 1rem;
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-footer__navi-title {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
  }
}
.l-footer__navi-item {
  display: inline;
  font-size: 2.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .l-footer__navi-item {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.l-footer__navi-item:not(:last-child)::after {
  padding: 0 0.2rem 0 0.7rem;
  content: "|";
}
.l-footer__navi-item ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-footer__navi-item ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style: disc inside;
}
.l-footer__navi-item ul li a {
  display: inline;
}
.l-footer__button {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-footer__button {
    grid-row: 1/3;
    max-width: 48rem;
    min-width: 39rem;
    margin: 0;
  }
}
.l-footer__legal {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__legal {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0;
    font-size: 1.4rem;
    text-align: right;
    row-gap: 1rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.l-footer__legal a {
  margin: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__legal a {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    margin-top: 5rem;
  }
}

#page_top {
  display: none;
}

/*----------------------------------------------------------------------------
	.l-glnavi
----------------------------------------------------------------------------*/
.l-glnavi {
  position: relative;
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 11rem;
  left: 0;
  width: 100%;
  height: calc(100% - 11rem);
  font-size: 3.6rem;
  font-weight: 700;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .l-glnavi {
    top: 8rem;
    height: calc(100% - 8rem);
    font-size: 1.6rem;
  }
}
.l-glnavi:not(.is-open) {
  visibility: hidden;
  opacity: 0;
}
.l-glnavi__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-glnavi__content {
    width: 34rem;
    gap: 0.3rem;
    margin-left: auto;
  }
}
@media screen and (min-width: 1161px) {
  .l-glnavi__content {
    margin-left: calc(50% + 24rem);
  }
}
.l-glnavi__list-label {
  padding: 3rem 4rem;
  color: #fff;
  background-color: #162b3c;
}
@media screen and (min-width: 768px) {
  .l-glnavi__list-label {
    padding: 1.2rem 2rem;
  }
}
.l-glnavi__list-content {
  padding: 0 2rem;
  background-color: #d1edff;
}
@media screen and (min-width: 768px) {
  .l-glnavi__list-content {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-glnavi__list-item + .l-glnavi__list-item {
    padding-top: 1rem;
    position: relative;
  }
  .l-glnavi__list-item + .l-glnavi__list-item::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1.4rem;
    background: radial-gradient(circle, #6f6c7e 20%, transparent 21%);
    background-size: 1.4rem 1.4rem;
    content: "";
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .l-glnavi__list-item + .l-glnavi__list-item::before {
    height: 2px;
    background-image: linear-gradient(90deg, #6f6c7e 0 2px, transparent 2px 6px);
    background-size: 6px 2px;
  }
}
@media screen and (min-width: 768px) {
  .l-glnavi__list-item + .l-glnavi__list-item {
    border-top: 1px dotted #6f6c7e;
  }
}
.l-glnavi__link {
  position: relative;
  padding: 3rem 4rem;
  color: #fff;
  background-color: #4d4d4d;
}
.l-glnavi__link::after {
  width: 3rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .l-glnavi__link::after {
    width: 1.5rem;
    height: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .l-glnavi__link {
    padding: 1.2rem 2rem;
  }
}
.l-glnavi__link::after {
  position: absolute;
  right: 5rem;
  top: 50%;
  display: inline-block;
  margin-top: -1rem;
  pointer-events: none;
  transform: rotate(-90deg);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-glnavi__link::after {
    margin-top: -0.4rem;
    width: 1rem;
    height: 0.8rem;
    right: 2rem;
  }
}
.l-glnavi__link--child {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-left: 6rem;
  color: #12293d;
  background: none;
}
@media screen and (min-width: 768px) {
  .l-glnavi__link--child {
    gap: 0.8rem;
    padding-left: 3rem;
  }
}
.l-glnavi__link--child::before {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.5rem;
  transform: skew(-10deg);
  background-color: #162b3c;
  content: "";
}
@media screen and (min-width: 768px) {
  .l-glnavi__link--child::before {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.2rem;
  }
}
.l-glnavi__link--child::after {
  right: 3rem;
  filter: brightness(0) saturate(100%) invert(42%) sepia(86%) saturate(548%) hue-rotate(163deg) brightness(87%) contrast(98%);
}
@media screen and (min-width: 768px) {
  .l-glnavi__link--child::after {
    right: 1rem;
  }
}

/*----------------------------------------------------------------------------
	.l-sidebar
----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .l-sidebar {
    width: 30rem;
  }
}
.l-sidebar__title {
  padding-bottom: 1rem;
  font-size: 2.8rem;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}
@media screen and (min-width: 768px) {
  .l-sidebar__title {
    font-size: 1.8rem;
  }
}
.l-sidebar__title:not(:first-child) {
  margin-top: 5rem;
}
.l-sidebar__archive {
  margin-top: 1rem;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .l-sidebar__archive {
    font-size: 1.6rem;
  }
}
.l-sidebar__archive li {
  text-indent: 0.5em;
}

.u-hide {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .u-hide--pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hide--sp {
    display: none !important;
  }
}

.u-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.u-inlineblock {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .u-br-hide--pc br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-br-hide br {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */