@charset "UTF-8";
:root {
  --vw375: 0.2666666667vw; /* 100 / 375 */
  --vw600: 0.1666666667vw; /* 100 / 600 */
  --vw768: 0.1302083333vw; /* 100 / 768 */
  --vw1100: 0.0909090909vw; /* 100 / 1100 */
  --vw1440: 0.0694444444vw; /* 100 / 1440 */
  --vw1600: 0.0625vw; /* 100 / 1600 */
}

/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | 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;
}

/* 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, dd {
  margin: 0;
  padding: 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;
}

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

/* 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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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 */
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* html, body */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #000000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #FFF8B9;
}

@media screen and (max-width: 1099.98px) {
  html.nav-open {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* 共通見出し */
.heading {
  position: relative;
  display: block;
}
.heading--h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .heading--h2 {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .heading--h2 {
    gap: 3rem;
  }
}
.heading--detail {
  display: block;
  color: #000000;
  background-color: #10C929;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  border-radius: 1rem;
  padding: 0.75em;
  margin-bottom: 2.5rem;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 1100px), print {
  .heading--detail {
    font-size: 2.5rem;
    border-radius: 1.5rem;
    padding: 0.75em 1em;
    margin-bottom: 5rem;
  }
}
.heading--small .heading__title {
  font-size: 3rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px), print {
  .heading--small .heading__title {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .heading--small .heading__title {
    font-size: 5.5rem;
    letter-spacing: 0.1em;
  }
}
.heading--small .heading__label {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px), print {
  .heading--small .heading__label {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .heading--small .heading__label {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.heading__title {
  display: block;
  color: #000000;
  font-family: "Changa One", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.heading__title::first-letter {
  color: #F54F64;
}
@media screen and (min-width: 480px), print {
  .heading__title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px), print {
  .heading__title {
    font-size: 5.5rem;
    letter-spacing: 0.1em;
  }
}
.heading__label {
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 0.2em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 480px), print {
  .heading__label {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .heading__label {
    font-size: 2rem;
  }
}

.link-button {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.2;
  padding: 1.15em 4.3em 1.15em 2em;
  border-radius: 10em;
  background-color: #179CF8;
}
@media screen and (min-width: 768px), print {
  .link-button {
    font-size: 1.6rem;
  }
}
.link-button::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  background-image: url("../img/base/icon-arrow_blue.svg");
  background-color: #fff;
  border-radius: 100%;
}
@media screen and (min-width: 768px), print {
  .link-button::before {
    width: 3.6rem;
    height: 3.6rem;
  }
}

a.link-button {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media (hover: hover) {
  a.link-button:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #0073FF;
  }
  a.link-button:where(:any-link, :enabled, summary):hover {
    background-color: #0073FF;
  }
}

.list-unstyled {
  list-style: none;
}

.text-left, .text-start {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right, .text-end {
  text-align: right;
}
.text-indent {
  text-indent: 1em;
}
@media screen and (min-width: 768px), print {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
}
@media screen and (min-width: 1100px), print {
  .text-lg-left {
    text-align: left;
  }
}

.indent {
  margin-left: 1em;
  text-indent: -1em;
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
@media screen and (min-width: 480px), print {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
}
@media screen and (min-width: 768px), print {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
}
@media screen and (min-width: 1100px), print {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
}
@media screen and (min-width: 1600px), print {
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
}

.fs-md {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .fs-md {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.fs-sm {
  font-size: 1.2rem;
}
@media screen and (min-width: 1100px), print {
  .fs-sm {
    font-size: 1.4rem;
  }
}
.fs-lg {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .fs-lg {
    font-size: 2rem;
    line-height: 2;
  }
}
.fs-xl {
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .fs-xl {
    font-size: 2rem;
  }
}

.fw-light {
  font-weight: 300;
}
.fw-light * {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-normal * {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-medium * {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-semibold * {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-bold * {
  font-weight: 700;
}
.fw-exbold {
  font-weight: 800;
}
.fw-exbold * {
  font-weight: 800;
}
.fw-black {
  font-weight: 900;
}
.fw-black * {
  font-weight: 900;
}

.ft-gothic {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  transform: rotate(0.05deg);
}
.ft-gothic2 {
  font-family: "Changa One", sans-serif;
  transform: rotate(0.05deg);
}
.ft-mincho {
  font-family: "Noto Serif JP", serif;
}

.bg-dark {
  background-color: #000;
}
.bg-base {
  background-color: #FFE500;
}
.bg-main {
  background-color: #FFE500;
}
.bg-hover {
  background-color: #009D1D;
}
.bg-sub1 {
  background-color: #FFF8B9;
}
.bg-sub2 {
  background-color: #F70;
}
.bg-sub10 {
  background-color: #FFF27F;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.color-dark {
  color: #000;
}
.color-hover {
  color: #009D1D;
}
.color-base {
  color: #FFE500;
}
.color-main {
  color: #FFE500;
}
.color-sub2 {
  color: #F70;
}
.color-sub3 {
  color: #F54F64;
}
.color-sub4 {
  color: #179CF8;
}
.color-sub5 {
  color: #0073FF;
}
.color-sub6 {
  color: #FFEF77;
}
.color-sub7 {
  color: #FFB900;
}
.color-sub8 {
  color: #85DAFF;
}
.color-sub9 {
  color: #10C929;
}
.color-text {
  color: #000000;
}
.color-white {
  color: #fff;
}
.color-danger {
  color: #ff8000;
}
.color-red {
  color: #F70909;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.flex-1 {
  flex: 1;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.font-feature-settings {
  font-feature-settings: "palt" 1;
}

.w-100 {
  width: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-05 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 2rem !important;
}
@media screen and (min-width: 1100px), print {
  .mb-3 {
    margin-bottom: 3rem !important;
  }
}
.mb-5 {
  margin-bottom: 3rem !important;
}
@media screen and (min-width: 1100px), print {
  .mb-5 {
    margin-bottom: 5rem !important;
  }
}
.mb-10 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .mb-10 {
    margin-bottom: 10rem;
  }
}

.mx-auto {
  margin-inline: auto;
}

.lh-sm {
  line-height: 1.5;
}
.lh-base {
  line-height: 1.8;
}
.lh-lg {
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .lh-lg {
    line-height: 2;
  }
}

/* アンカー位置調整 */
.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -101px;
  margin-bottom: 100px;
  background: transparent;
  pointer-events: none;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -201px;
    margin-bottom: 200px;
  }
}

/* flex1 */
.flex-1 {
  flex: 1;
  min-width: 0;
}

/* テキスト改行系 */
@media screen and (max-width: 767.98px) {
  .br--pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .br--sp {
    display: none;
  }
}

/* 字詰め */
.kerning {
  font-feature-settings: "palt" 1;
}

/* 下線マーカー */
.marker {
  display: inline;
  background: linear-gradient(#FFE500 85%, #FFE500 0%);
}

/* 画像を角丸にする */
.img-radius {
  border-radius: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .img-radius {
    border-radius: 2.5rem;
  }
}
.img-radius-lg {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .img-radius-lg {
    border-radius: 2rem;
  }
}

/* コンテンツを角丸にする */
.box-radius {
  border-radius: 2rem;
}
@media screen and (min-width: 1100px), print {
  .box-radius {
    border-radius: 5rem;
  }
}
.box-radius-lg {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .box-radius-lg {
    border-radius: 2rem;
  }
}
.box-radius-sm {
  border-radius: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .box-radius-sm {
    border-radius: 2.5rem;
  }
}
.box-radius-xl {
  border-radius: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .box-radius-xl {
    border-radius: 5rem;
  }
}

/* リスト */
.list--primary li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .list--primary li {
    font-size: 2rem;
    line-height: 2;
  }
}
.list--primary li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .list--primary li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.list--primary li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #F54F64;
  border-radius: 100%;
}
@media screen and (min-width: 1100px), print {
  .list--primary li::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.65em;
  }
}
.list--secondary li {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .list--secondary li {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.list--secondary li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/* 画像を囲う要素 */
.img-wrap {
  aspect-ratio: 4/3;
  display: block;
  position: relative;
  overflow: hidden;
}

/* 画像をトリミング */
.img-cover {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Google Maps */
.gmap-area {
  position: relative;
  overflow: hidden;
}
.gmap-area::before {
  content: "";
  display: block;
  padding-top: 40rem;
}
@media screen and (min-width: 1100px), print {
  .gmap-area::before {
    padding-top: 45rem;
  }
}
.gmap-area iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  .global-contact {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    border-radius: 1.5rem 1.5rem 0 0;
    overflow: hidden;
    z-index: 998;
  }
}
@media screen and (min-width: 768px), print {
  .global-contact__item--form {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 102;
  }
}
.global-contact__item--form .form-button {
  transition: background-color 0.3s ease;
  display: block;
  text-align: center;
  place-content: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  background-color: #009D1D;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .global-contact__item--form .form-button {
    width: 10rem;
    height: 10rem;
    border-radius: 100%;
    border: 3px solid #ffffff;
    font-weight: 900;
    line-height: 1.2;
    font-size: 1.4rem;
    box-shadow: 0 0 10px rgba(134, 97, 1, 0.25);
  }
}
@media screen and (min-width: 1280px), print {
  .global-contact__item--form .form-button {
    width: 13.5rem;
    height: 13.5rem;
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .global-contact__item--form .form-button:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #10C929;
  }
  .global-contact__item--form .form-button:where(:any-link, :enabled, summary):hover {
    background-color: #10C929;
  }
}
.global-contact__item--form .form-button span {
  position: relative;
  display: inline-block;
  padding: 1.5em 0 0 0;
}
@media screen and (min-width: 768px), print {
  .global-contact__item--form .form-button span {
    padding: 1.85em 0 0 0;
  }
}
.global-contact__item--form .form-button span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 2rem;
  background: url("../img/base/icon-mail.svg") no-repeat center/contain;
}
@media screen and (min-width: 1280px), print {
  .global-contact__item--form .form-button span::before {
    width: 3rem;
    height: 2.5rem;
  }
}
.global-contact__item--tel {
  border-right: 1px solid #fff;
}
@media screen and (min-width: 768px), print {
  .global-contact__item--tel {
    display: none;
  }
}
.global-contact__item--tel .tel-button {
  transition: background-color 0.3s ease;
  display: block;
  text-align: center;
  place-content: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 2.2rem;
  background-color: rgb(255, 114, 141);
  color: #fff;
  letter-spacing: 0.02em;
}
@media (hover: hover) {
  .global-contact__item--tel .tel-button:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #F54F64;
  }
  .global-contact__item--tel .tel-button:where(:any-link, :enabled, summary):hover {
    background-color: #F54F64;
  }
}
.global-contact__item--tel .tel-button span {
  position: relative;
  display: inline-block;
  padding: 1em 0 0 0;
}
.global-contact__item--tel .tel-button span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.2rem;
  height: 2.2rem;
  background: url("../img/base/icon-tel.svg") no-repeat center/contain;
}

/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
/* --------------------------------

  l-header

-------------------------------- */
@media screen and (min-width: 768px), print {
  .header__container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
    background-color: #ffffff;
    padding: 2rem 2rem;
    z-index: 1000;
  }
  .is-fixed .header__container {
    position: fixed;
    left: 0;
    top: -10rem;
    transform: translateY(100px);
    transition: transform 0.3s ease;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1280px), print {
  .header__container {
    padding: 2rem 5rem;
  }
}
.header__logo {
  z-index: 999;
}
@media screen and (max-width: 767.98px) {
  .header__logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    padding: 0 0 0 1.5rem;
    place-content: center;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
}
.header__logo-title {
  width: 25rem;
}
@media screen and (min-width: 768px), print {
  .header__logo-title {
    width: 23rem;
  }
}
@media screen and (min-width: 1280px), print {
  .header__logo-title {
    width: 35rem;
  }
}
.header__logo-title a {
  display: inline-block;
}
.header__logo-title img {
  height: auto;
}
.header__tel {
  display: none;
}
/* --------------------------------

  l-nav

-------------------------------- */
@media screen and (max-width: 767.98px) {
  .gnav {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: -30rem;
    width: 30rem;
    height: 100%;
    z-index: 1000;
    transition: right 0.3s ease;
  }
  .nav-open .gnav {
    right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    background: #FFF8B9;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__logo {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__logo {
    padding: 2rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__menu {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px), print {
  .gnav__menu {
    gap: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__menu {
    padding: 6rem 0 0 0;
  }
}
.gnav__item {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .gnav__item {
    border-bottom: 1px solid #333;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__item:first-child {
    border-top: 1px solid #333;
  }
}
.gnav__label {
  position: relative;
  line-height: 1.2;
  color: #000000;
  font-weight: 900;
  cursor: pointer;
  place-content: center;
}
@media screen and (min-width: 768px), print {
  .gnav__label {
    display: block;
    padding: 0;
    text-align: center;
    height: 5rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1280px), print {
  .gnav__label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__label {
    display: block;
    font-size: 1.6rem;
    padding: 0 0 0 1.6rem;
    background-color: #FFF8B9;
    height: 6rem;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__label::before {
    content: "";
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: url("../img/base/icon-arrow_bottom_green.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__label::before {
    content: "";
    position: absolute;
    width: 2.8rem;
    height: 2.8rem;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/base/icon-plus.svg") no-repeat center/45%;
    background-color: #F54F64;
    border-radius: 100%;
  }
}
.gnav__link {
  position: relative;
  line-height: 1.2;
  font-weight: 900;
  color: #000000;
  place-content: center;
}
@media screen and (min-width: 768px), print {
  .gnav__link {
    display: block;
    text-align: center;
    padding: 0;
    height: 5rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1280px), print {
  .gnav__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__link {
    display: block;
    font-size: 1.6rem;
    height: 6rem;
    background-color: #FFF8B9;
    padding: 0 0 0 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__link::after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.8rem;
    height: 2.8rem;
    background: url("../img/base/icon-arrow_wht.svg") no-repeat center/45%;
    background-color: #F54F64;
    border-radius: 100%;
  }
}
.gnav__link .br {
  display: none;
}
@media screen and (min-width: 768px), print {
  .gnav__link .br {
    display: block;
  }
}
@media screen and (min-width: 1280px), print {
  .gnav__link .br {
    display: none;
  }
}
@media (hover: hover) {
  .gnav__link:where(:-moz-any-link, :enabled, summary):hover {
    -moz-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  .gnav__link:where(:any-link, :enabled, summary):hover {
    transition: color 0.3s ease, background-color 0.3s ease;
  }
}
@media screen and (hover: hover) and (max-width: 767.98px) {
  .gnav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #000000;
    background-color: #FFE500;
  }
  .gnav__link:where(:any-link, :enabled, summary):hover {
    color: #000000;
    background-color: #FFE500;
  }
}
@media screen and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  .gnav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #009D1D;
  }
  .gnav__link:where(:any-link, :enabled, summary):hover {
    color: #009D1D;
  }
}
.gnav__dropdown {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .gnav__dropdown {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__dropdown {
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: auto;
    z-index: -1;
    opacity: 0;
    padding: 0;
  }
}
.gnav__dropdown.is-active {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .gnav__dropdown.is-active {
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__dropdown.is-active {
    opacity: 1;
  }
}
.gnav__submenu {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px), print {
  .gnav__submenu {
    background-color: #009D1D;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__submenu-item:not(:last-child) {
    border-bottom: 1px solid #000;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__submenu-item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}
.gnav__submenu-link {
  position: relative;
  display: block;
  text-align: left;
  place-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000000;
  height: 5rem;
  white-space: nowrap;
  transition: color 0.3s ease, background-color 0.3s ease;
  padding-left: 2.5em;
  z-index: 0;
}
.gnav__submenu-link::before {
  content: "";
  position: absolute;
  left: 1.3em;
  top: 50%;
  transform: translateY(-50%);
  border-left: 0.8rem solid #000;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  transition: border-left-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .gnav__submenu-link::before {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__submenu-link {
    font-size: 1.4rem;
    height: 5rem;
    text-align: center;
    line-height: 2;
    padding: 0 1.5em;
    color: #fff;
    background-color: #009D1D;
    transition: color 0.3s ease;
  }
}
@media screen and (min-width: 1280px), print {
  .gnav__submenu-link {
    font-size: 1.6rem;
    height: 5.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__submenu-link {
    background-color: #FFF8B9;
  }
}
@media screen and (hover: hover) and (max-width: 767.98px) {
  .gnav__submenu-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #009D1D;
  }
  .gnav__submenu-link:where(:any-link, :enabled, summary):hover {
    color: #009D1D;
  }
  .gnav__submenu-link:where(:-moz-any-link, :enabled, summary):hover::before {
    border-left-color: #009D1D;
  }
  .gnav__submenu-link:where(:any-link, :enabled, summary):hover::before {
    border-left-color: #009D1D;
  }
}
@media screen and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  .gnav__submenu-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #000000;
    background-color: #FFE500;
  }
  .gnav__submenu-link:where(:any-link, :enabled, summary):hover {
    color: #000000;
    background-color: #FFE500;
  }
  .gnav__submenu-link:where(:-moz-any-link, :enabled, summary):hover::before {
    border-left-color: #009D1D;
  }
  .gnav__submenu-link:where(:any-link, :enabled, summary):hover::before {
    border-left-color: #009D1D;
  }
}
.gnav__toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 6rem;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 768px), print {
  .gnav__toggle {
    position: relative;
    width: 100%;
    height: 5rem;
    margin-bottom: -5rem;
    background: transparent;
    z-index: 30;
  }
}
.gnav__toggle:hover + .gnav__label {
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .gnav__toggle:hover + .gnav__label {
    color: #000000;
    background-color: #FFE500;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__toggle:hover + .gnav__label {
    color: #009D1D;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__toggle.is-active + .gnav__label {
    color: #009D1D;
  }
  .gnav__toggle.is-active + .gnav__label::before {
    transform: translateX(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__toggle.is-active + .gnav__label {
    color: #000000;
    background-color: #FFE500;
  }
  .gnav__toggle.is-active + .gnav__label::before {
    background: url("../img/base/icon-minus.svg") no-repeat center/45%;
    background-color: #F54F64;
  }
}
.gnav {
  /* ハンバーガーメニューボタン */
}
.gnav__button {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  line-height: 1;
  background: transparent;
  cursor: pointer;
  z-index: 1011;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease;
}
.nav-open .gnav__button {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .gnav__button {
    display: none;
  }
}
.gnav__button::after {
  content: "MENU";
  position: absolute;
  left: 0;
  bottom: 11px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1;
}
.gnav__button-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  line-height: 1;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
}
@media screen and (min-width: 768px), print {
  .gnav__button-close {
    display: none;
  }
}
.nav-open .gnav__button-close {
  opacity: 1;
}
.gnav__button-close::after {
  content: "CLOSE";
  position: absolute;
  left: 0;
  bottom: 11px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1;
}
.gnav__button-close .gnav__button-icon {
  width: 30px;
  background-color: transparent;
}
.gnav__button-close .gnav__button-icon::before, .gnav__button-close .gnav__button-icon::after {
  margin-top: 0;
  background-color: #000000;
}
.gnav__button-close .gnav__button-icon::before {
  transform: rotate(45deg);
}
.gnav__button-close .gnav__button-icon::after {
  transform: rotate(-45deg);
}
.gnav__button-icon {
  display: block;
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #000000;
}
.gnav__button-icon::before, .gnav__button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #000000;
}
.gnav__button-icon::before {
  margin-top: -8px;
}
.gnav__button-icon::after {
  margin-top: 8px;
}
.gnav__overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 999;
}
@media screen and (min-width: 768px), print {
  .gnav__overlay {
    display: none;
  }
}
.nav-open .gnav__overlay {
  pointer-events: auto;
  opacity: 0.35;
  cursor: pointer;
}

/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  z-index: 100;
  flex: 1;
  background-color: #FFF8B9;
  padding-bottom: 28rem;
}
@media screen and (min-width: 768px), print {
  .main {
    padding-bottom: 22rem;
  }
}
@media screen and (min-width: 1100px), print {
  .main {
    padding-bottom: 32rem;
  }
}
#top .main {
  padding-bottom: 0;
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  position: relative;
  background-color: #FFE500;
  padding: 27rem 2rem 7rem 2rem;
  border-radius: 3rem 3rem 0 0;
  z-index: 101;
}
@media screen and (min-width: 768px), print {
  .footer {
    padding: 20rem 2rem 0 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .footer {
    padding: 30rem 5rem 0 5rem;
    border-radius: 10rem 10rem 0 0;
  }
}
.footer-contact {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0 2rem;
}
@media screen and (min-width: 1100px), print {
  .footer-contact {
    padding: 0 5rem;
  }
}
.footer-contact__header {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .footer-contact__header {
    margin-bottom: 4.5rem;
  }
}
.footer-contact__header .heading--h2 {
  justify-content: center;
}
.footer-contact__description {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .footer-contact__description {
    font-size: 2rem;
  }
}
.footer-contact__button .tel-link {
  display: block;
  width: 25rem;
  height: 6rem;
  text-align: center;
  place-content: center;
  border-radius: 10em;
  color: #ffffff;
  padding: 0 0.5em;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 900;
  background-color: #FF728D;
}
@media screen and (min-width: 768px), print {
  .footer-contact__button .tel-link {
    width: 30rem;
  }
}
@media screen and (min-width: 1100px), print {
  .footer-contact__button .tel-link {
    width: 38rem;
    height: 8rem;
    font-size: 3rem;
  }
}
.footer-contact__button .tel-link span {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
@media screen and (min-width: 1100px), print {
  .footer-contact__button .tel-link span {
    padding-left: 1.85em;
  }
}
.footer-contact__button .tel-link span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/base/icon-tel.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .footer-contact__button .tel-link span::before {
    width: 4rem;
    height: 4rem;
  }
}
.footer-contact__button .form-button {
  display: block;
  width: 25rem;
  height: 6rem;
  text-align: center;
  place-content: center;
  border-radius: 10em;
  color: #ffffff;
  padding: 0 0.5em;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 900;
  background-color: #F70;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .footer-contact__button .form-button:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #009D1D;
  }
  .footer-contact__button .form-button:where(:any-link, :enabled, summary):hover {
    background-color: #009D1D;
  }
}
@media screen and (min-width: 768px), print {
  .footer-contact__button .form-button {
    width: 30rem;
  }
}
@media screen and (min-width: 1100px), print {
  .footer-contact__button .form-button {
    width: 38rem;
    height: 8rem;
    font-size: 2.5rem;
  }
}
.footer-contact__button .form-button span {
  position: relative;
  display: inline-block;
  padding-left: 2em;
}
@media screen and (min-width: 1100px), print {
  .footer-contact__button .form-button span {
    padding-left: 2.2em;
  }
}
.footer-contact__button .form-button span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 2.2rem;
  background: url("../img/base/icon-mail.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .footer-contact__button .form-button span::before {
    width: 4.1rem;
    height: 3rem;
  }
}
.footer-contact__actions {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 768px), print {
  .footer-contact__actions {
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px), print {
  .footer-contact__actions {
    margin-top: 4.5rem;
    gap: 5rem;
  }
}
.footer-contact__container {
  position: relative;
  max-width: 110rem;
  width: 100%;
  margin-inline: auto;
  padding: 3rem 2rem;
  background-color: #ffffff;
  border-radius: 2rem;
}
@media screen and (min-width: 1100px), print {
  .footer-contact__container {
    padding: 5rem;
    border-radius: 5rem;
  }
}
.footer__container {
  position: relative;
  max-width: 150rem;
  width: 100%;
  margin-inline: auto;
}
.footer__logo {
  text-align: center;
  margin-bottom: 3rem;
  margin-inline: auto;
  max-width: 35rem;
}
@media screen and (min-width: 1100px), print {
  .footer__logo {
    margin-bottom: 4rem;
    max-width: 51.8rem;
  }
}
.footer__nav {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  border-radius: 1.5rem;
  padding: 3rem;
  background-color: #FFF8B9;
}
@media screen and (min-width: 1100px), print {
  .footer__nav {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 2.5rem;
    padding: 5rem;
    gap: 3rem 5rem;
  }
}
@media screen and (min-width: 1280px), print {
  .footer__nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 7rem;
  }
}
@media screen and (min-width: 1600px), print {
  .footer__nav {
    gap: 14rem;
  }
}
.footer__nav-title {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1100px), print {
  .footer__nav-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .footer__nav-group {
    max-width: 35rem;
    width: 100%;
    margin-inline: auto;
  }
}
.footer__nav-link {
  position: relative;
  display: inline-block;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 1.1em;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .footer__nav-link {
    font-size: 2rem;
    padding-left: 1em;
  }
}
@media (hover: hover) {
  .footer__nav-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #009D1D;
  }
  .footer__nav-link:where(:any-link, :enabled, summary):hover {
    color: #009D1D;
  }
  .footer__nav-link:where(:-moz-any-link, :enabled, summary):hover::before {
    background-color: #009D1D;
  }
  .footer__nav-link:where(:any-link, :enabled, summary):hover::before {
    background-color: #009D1D;
  }
}
.footer__nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 1rem;
  height: 1rem;
  background-color: #F70909;
  border-radius: 100%;
  transition: background-color 0.3s ease;
}
.footer__nav-item:not(:last-child) {
  margin-bottom: 0.5em;
}
.footer-copy {
  place-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  height: 5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .footer-copy {
    height: 6.6rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .footer-copy span {
    display: none;
  }
}
.footer__image {
  margin-top: 3rem;
  margin-inline: -2rem;
}
@media screen and (min-width: 1100px), print {
  .footer__image {
    margin-top: 5rem;
    margin-inline: -5rem;
  }
}
.footer__image img {
  width: 100%;
  height: auto;
}
.footer-pagetop {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6rem;
  height: 5rem;
  text-align: center;
  overflow: hidden;
  z-index: 100;
}
@media screen and (min-width: 1100px), print {
  .footer-pagetop {
    width: 8rem;
    height: 6.6rem;
  }
}
.footer-pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  place-content: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-top: 0.3em;
}
.footer-pagetop a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/base/icon-apple.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: opacity 0.3s ease;
}
.footer-pagetop a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/base/icon-apple_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .footer-pagetop a:where(:-moz-any-link, :enabled, summary):hover::before {
    opacity: 0;
  }
  .footer-pagetop a:where(:any-link, :enabled, summary):hover::before {
    opacity: 0;
  }
  .footer-pagetop a:where(:-moz-any-link, :enabled, summary):hover::after {
    opacity: 1;
  }
  .footer-pagetop a:where(:any-link, :enabled, summary):hover::after {
    opacity: 1;
  }
}
.footer-pagetop a span {
  position: relative;
  display: inline-block;
  padding-top: 1.1em;
}
@media screen and (min-width: 1100px), print {
  .footer-pagetop a span {
    padding-top: 1.35em;
  }
}
.footer-pagetop a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/base/icon-arrow_top_wht.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .footer-pagetop a span::before {
    width: 2rem;
    height: 2rem;
  }
}

/* --------------------------------

  下層ページタイトル

-------------------------------- */
.page-title {
  position: relative;
  margin-top: 6rem;
}
@media screen and (min-width: 768px), print {
  .page-title {
    margin-top: 10rem;
  }
}
.page-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5rem;
  width: 15rem;
  height: 15rem;
  background-image: url("../img/base/page-title-circle_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .page-title::before {
    width: 25rem;
    height: 22rem;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title::before {
    bottom: 0;
    width: clamp(24rem, 384 * var(--vw1600), 38.4rem);
    height: clamp(20rem, 342 * var(--vw1600), 34.2rem);
  }
}
.page-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7rem;
  width: 15rem;
  height: 15rem;
  background-image: url("../img/base/page-title-circle_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .page-title::after {
    width: 27rem;
    height: 23rem;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title::after {
    bottom: 0;
    width: clamp(32rem, 502 * var(--vw1600), 50.2rem);
    height: clamp(22rem, 373 * var(--vw1600), 37.3rem);
  }
}
.page-title__bg img {
  width: 100%;
  height: 20rem;
}
@media screen and (min-width: 1100px), print {
  .page-title__bg img {
    height: auto;
  }
}
@media screen and (max-width: 1099.98px) {
  .page-title__bg img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-title__name {
  position: absolute;
  inset: 0;
  place-self: center;
  text-align: center;
  padding: 1em;
}
.page-title__name-title {
  display: block;
  font-size: 3.5rem;
  font-weight: 400;
  font-family: "Changa One", sans-serif;
  -webkit-text-stroke: 5px #ffffff;
  paint-order: stroke;
  color: #009D1D;
  line-height: 1.1;
}
@media screen and (min-width: 768px), print {
  .page-title__name-title {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1440px), print {
  .page-title__name-title {
    font-size: 8rem;
  }
}
.page-title__name-label {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px), print {
  .page-title__name-label {
    font-size: 2.2rem;
    margin-top: 0.15em;
  }
}
@media screen and (min-width: 1440px), print {
  .page-title__name-label {
    font-size: 3rem;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
.js-anime.fadein-anime {
  filter: blur(5px);
  opacity: 0;
  transform: translateY(30px);
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
}
.js-anime .fadein-anime {
  filter: blur(5px);
  opacity: 0;
  transform: translateY(30px);
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
}
.js-anime.slidein-anime-right {
  filter: blur(5px);
  opacity: 0;
  transform: translateX(40px);
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
}
.js-anime .slidein-anime-right {
  filter: blur(5px);
  opacity: 0;
  transform: translateX(40px);
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
}
.js-anime .slidein-anime-left {
  filter: blur(5px);
  opacity: 0;
  transform: translateX(-40px);
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
}
.js-anime.is-active .fadein-anime {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
.js-anime.is-active.fadein-anime {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
.js-anime.is-active.slidein-anime-right {
  filter: blur(0);
  opacity: 1;
  transform: translateX(0);
}
.js-anime.is-active .slidein-anime-right {
  filter: blur(0);
  opacity: 1;
  transform: translateX(0);
}
.js-anime.is-active .slidein-anime-left {
  filter: blur(0);
  opacity: 1;
  transform: translateX(0);
}

.js-loading-anime .mv-fadein-anime {
  filter: blur(6px);
  opacity: 0;
  transform: translateY(30px);
  transition: filter 1.1s ease, opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.45s;
}
.js-loading-anime .mv-slidein-anime-right {
  opacity: 0;
  transform: translateX(20%);
  transition: opacity 0.6s ease-out, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.15s;
}
.js-loading-anime.is-anime-active .mv-fadein-anime {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0) rotate(0.05deg);
}
.js-loading-anime.is-anime-active .mv-slidein-anime-right {
  opacity: 1;
  transform: translateX(0);
}

/* --------------------------------

  ローディング

-------------------------------- */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background: #FFE500;
  transition: opacity 1.5s ease;
}
#splash.is-fadeout {
  opacity: 0;
  pointer-events: none;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30rem;
  transform: translate(-50%, -50%);
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 768px), print {
  #splash_logo {
    width: 35rem;
  }
}
#splash_logo.is-fadeout {
  opacity: 0;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: auto;
  height: auto;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --------------------------------

  トップページ

-------------------------------- */
/* メインビジュアル */
.top-mv {
  position: relative;
  margin-top: 6rem;
  overflow: hidden;
  background-color: #FFE500;
}
@media screen and (min-width: 768px), print {
  .top-mv {
    margin-top: 10rem;
  }
}
.top-mv__block {
  position: relative;
}
.top-mv__block--02 {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px), print {
  .top-mv__block--02 {
    margin-bottom: clamp(4rem, 90 * var(--vw1600), 9rem);
  }
}
.top-mv__block--03 {
  padding: 0 1em 5rem 1em;
  background-color: #FFF8B9;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .top-mv__block--03 {
    padding: 0 2em clamp(10rem, 300 * var(--vw1600), 30rem) clamp(28rem, 590 * var(--vw1600), 59rem);
  }
}
.top-mv__block--03::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FFE500;
  clip-path: polygon(0% 0%, 100% 0%, 100% 36%);
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .top-mv__block--03::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  }
}
.top-mv__image {
  position: relative;
  margin-bottom: 4rem;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .top-mv__image {
    margin-bottom: clamp(4rem, 80 * var(--vw1600), 8rem);
  }
}
.top-mv__image img {
  width: 100%;
  height: auto;
}
.top-mv__decoration--01 .circle {
  position: absolute;
  bottom: -1rem;
  right: 0;
  z-index: 0;
  max-width: clamp(15rem, 200 * var(--vw768), 20rem);
}
@media screen and (min-width: 768px), print {
  .top-mv__decoration--01 .circle {
    bottom: 0;
    max-width: clamp(15rem, 277 * var(--vw1600), 27.7rem);
  }
}
.top-mv__decoration--01 .cloud {
  position: absolute;
  bottom: clamp(1rem, 40 * var(--vw768), 4rem);
  right: 0;
  z-index: 1;
  max-width: clamp(6rem, 100 * var(--vw768), 10rem);
}
@media screen and (min-width: 768px), print {
  .top-mv__decoration--01 .cloud {
    bottom: clamp(5rem, 160 * var(--vw1600), 16rem);
    max-width: clamp(8rem, 140 * var(--vw1600), 14rem);
  }
}
.top-mv__decoration--02 .circle {
  position: absolute;
  bottom: calc(clamp(4rem, 90 * var(--vw768), 9rem) * -1);
  left: 0;
  z-index: 0;
  max-width: clamp(13rem, 220 * var(--vw768), 22rem);
}
@media screen and (min-width: 768px), print {
  .top-mv__decoration--02 .circle {
    bottom: calc(clamp(10rem, 260 * var(--vw1600), 26rem) * -1);
    max-width: clamp(15rem, 413 * var(--vw1600), 41.3rem);
  }
}
.top-mv__decoration--02 .cloud {
  position: absolute;
  bottom: calc(clamp(1rem, 35 * var(--vw768), 3.5rem) * -1);
  left: 0;
  z-index: 1;
  max-width: clamp(9rem, 170 * var(--vw768), 17rem);
}
@media screen and (min-width: 768px), print {
  .top-mv__decoration--02 .cloud {
    bottom: calc(clamp(1rem, 25 * var(--vw1600), 2.5rem) * -1);
    max-width: clamp(15rem, 332 * var(--vw1600), 33.2rem);
  }
}
.top-mv__decoration--03 {
  position: absolute;
  bottom: calc(clamp(1.5rem, 35 * var(--vw768), 3.5rem) * -1);
  right: 1rem;
  z-index: 0;
  max-width: clamp(6rem, 130 * var(--vw768), 13rem);
}
@media screen and (min-width: 768px), print {
  .top-mv__decoration--03 {
    bottom: calc(clamp(4rem, 85 * var(--vw1600), 8.5rem) * -1);
    max-width: clamp(8rem, 273 * var(--vw1600), 27.3rem);
  }
}
@media screen and (min-width: 768px), print {
  .top-mv__decoration--04 {
    position: absolute;
    left: 0;
    transform: translateX(-25%);
    z-index: 0;
    top: calc(clamp(5rem, 150 * var(--vw1600), 15rem) * -1);
    max-width: clamp(30rem, 731 * var(--vw1600), 73.1rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-mv__decoration--04 {
    max-width: 15rem;
    margin-inline: auto;
    margin-bottom: 3rem;
  }
}
.top-mv__catch--primary {
  color: #009D1D;
  text-align: center;
  font-family: "Changa One", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (min-width: 480px), print {
  .top-mv__catch--primary {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-mv__catch--primary {
    font-size: clamp(5rem, 100 * var(--vw1600), 10rem);
  }
}
.top-mv__catch--secondary {
  color: #000000;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .top-mv__catch--secondary {
    font-size: clamp(3.2rem, 80 * var(--vw1600), 8rem);
    margin-bottom: clamp(3rem, 60 * var(--vw1600), 6rem);
    text-align: left;
    line-height: 1.1;
  }
}
.top-mv__description {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .top-mv__description {
    font-size: clamp(1.6rem, 25 * var(--vw1600), 2.5rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-mv__description {
    max-width: 46rem;
    margin-inline: auto;
  }
}

/* お知らせ */
.top-news {
  position: relative;
  padding: 0 3rem 5rem 0;
}
@media screen and (min-width: 1100px), print {
  .top-news {
    padding: 0 clamp(30rem, 520 * var(--vw1600), 52rem) clamp(5rem, 110 * var(--vw1600), 11rem) 0;
  }
}
.top-news__container {
  position: relative;
  background-color: #ffffff;
  padding: 2.5rem 2.5rem 11rem 2.5rem;
  border-radius: 0 1rem 1rem 0;
  box-shadow: 0 0 1rem rgba(134, 97, 1, 0.25);
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .top-news__container {
    border-radius: 0 2.5rem 2.5rem 0;
    padding: clamp(2.5rem, 50 * var(--vw1600), 5rem);
  }
}
.top-news__header {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .top-news__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    margin-bottom: clamp(2.5rem, 40 * var(--vw1600), 4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-news__content {
    max-width: 35rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news__action {
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 0;
  }
}
.top-news__decoration::before {
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #FFEF77;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .top-news__decoration::before {
    border-radius: 100%;
    top: calc(clamp(6rem, 120 * var(--vw1600), 12rem) * -1);
    right: calc(clamp(20rem, 400 * var(--vw1600), 40rem) * -1);
    width: clamp(50rem, 998 * var(--vw1600), 99.8rem);
    height: clamp(50rem, 998 * var(--vw1600), 99.8rem);
  }
}
@media screen and (max-width: 1099.98px) {
  .top-news__decoration::before {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(70%);
    width: 150rem;
    height: 150rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-news__decoration::before {
    transform: translateX(-50%) translateY(73%);
  }
}
@media screen and (min-width: 1100px), print {
  .top-news__decoration {
    position: absolute;
    bottom: clamp(5rem, 110 * var(--vw1600), 11rem);
    right: 0;
    max-width: clamp(35rem, 556 * var(--vw1600), 55.6rem);
    z-index: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-news__decoration {
    max-width: 35rem;
    margin-inline: auto;
    padding: 0 0.5em;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-news__decoration {
    max-width: 30rem;
  }
}

/* こども英会話アップルELSとは */
.top-about {
  position: relative;
  padding: 4rem 2rem 10rem 2rem;
  border-radius: 3rem 3rem 0 0;
  background-color: #FFB900;
  overflow: hidden;
}
@media screen and (min-width: 480px), print {
  .top-about {
    padding: 4rem 2rem 13rem 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-about {
    padding: clamp(5rem, 100 * var(--vw1600), 10rem) clamp(2.5rem, 50 * var(--vw1600), 5rem) clamp(10rem, 200 * var(--vw1600), 20rem) clamp(2.5rem, 50 * var(--vw1600), 5rem);
    border-radius: clamp(3rem, 100 * var(--vw1600), 10rem) clamp(3rem, 100 * var(--vw1600), 10rem) 0 0;
  }
}
.top-about__container {
  position: relative;
  max-width: 35rem;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .top-about__container {
    max-width: 60rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__container {
    max-width: clamp(3rem, 1380 * var(--vw1600), 138rem);
    gap: clamp(3rem, 60 * var(--vw1600), 6rem);
    grid-template-columns: minmax(0, clamp(30rem, 600 * var(--vw1600), 60rem)) 1fr;
  }
}
.top-about__image img {
  border-radius: 1rem;
}
@media screen and (min-width: 768px), print {
  .top-about__image img {
    border-radius: 2.5rem;
  }
}
.top-about__header {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .top-about__header {
    margin-bottom: clamp(2.5rem, 50 * var(--vw1600), 5rem);
  }
}
.top-about__header .heading__title {
  font-size: 3.2rem;
}
@media screen and (min-width: 480px), print {
  .top-about__header .heading__title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1440px), print {
  .top-about__header .heading__title {
    font-size: 5.5rem;
  }
}
.top-about__header .heading__label {
  font-size: 1.6rem;
}
@media screen and (min-width: 480px), print {
  .top-about__header .heading__label {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1440px), print {
  .top-about__header .heading__label {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__content {
    padding-top: clamp(1rem, 20 * var(--vw1600), 2rem);
  }
}
.top-about__action {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .top-about__action {
    margin-top: clamp(2.5rem, 50 * var(--vw1600), 5rem);
    text-align: right;
  }
}
.top-about__description {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .top-about__description {
    font-size: clamp(1.6rem, 20 * var(--vw1600), 2rem);
  }
}
.top-about__lead {
  position: absolute;
  bottom: -1vw;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF8B9;
  font-family: "Fredoka", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (min-width: 480px), print {
  .top-about__lead {
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-about__lead {
    font-size: clamp(5rem, 102 * var(--vw1600), 10.2rem);
  }
}

/* アクセス */
.top-access {
  position: relative;
  padding: 7rem 2rem 30rem 2rem;
  background-color: #85DAFF;
}
@media screen and (min-width: 768px), print {
  .top-access {
    padding: 7rem 2rem 22rem 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-access {
    padding: clamp(7rem, 150 * var(--vw1600), 15rem) clamp(2.5rem, 50 * var(--vw1600), 5rem) clamp(30rem, 400 * var(--vw1600), 40rem) clamp(2.5rem, 50 * var(--vw1600), 5rem);
  }
}
.top-access::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30rem;
  transform: translateY(100%);
  background-color: #85DAFF;
}
.top-access::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(32rem, 451 * var(--vw768), 45.1rem);
  height: clamp(43rem, 692 * var(--vw768), 69.2rem);
  transform: translateY(30%);
  background: url("../img/top/access_circle.png") no-repeat center/contain;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .top-access::after {
    width: clamp(30rem, 651 * var(--vw1600), 65.1rem);
    height: clamp(45rem, 892 * var(--vw1600), 89.2rem);
  }
}
.top-access__wave {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 3rem;
  background-image: url("../img/top/access_wave.svg");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 75rem 3rem;
}
@media screen and (min-width: 768px), print {
  .top-access__wave {
    background-size: 160rem 6.4rem;
    height: 6.4rem;
  }
}
.top-access__container {
  position: relative;
  max-width: 35rem;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .top-access__container {
    max-width: 55rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-access__container {
    padding-right: 17rem;
    grid-template-columns: minmax(0, 55rem) minmax(0, 33.2rem);
    gap: 7rem;
    max-width: 110rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-access__header {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.top-access__heading {
  position: relative;
  display: block;
  color: #ffffff;
  font-family: "Changa One", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .top-access__heading {
    writing-mode: vertical-rl;
    font-size: 10rem;
    text-align: left;
  }
}
.top-access__heading::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 25rem;
  height: 25rem;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.25);
}
@media screen and (min-width: 1100px), print {
  .top-access__heading::before {
    width: 33.8rem;
    height: 33.8rem;
    top: -9rem;
    transform: translateX(-53%);
  }
}
@media screen and (max-width: 1099.98px) {
  .top-access__map {
    position: relative;
    padding-top: 100%;
  }
}
.top-access__map iframe {
  border-radius: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .top-access__map iframe {
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-access__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.top-access__action {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .top-access__action {
    margin-top: 5rem;
    text-align: left;
  }
}
.top-access__outline-list li {
  position: relative;
  padding-left: 1.1em;
}
.top-access__outline-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.top-access__outline-item {
  border-bottom: 1px solid #ffffff;
  padding: 1.2rem 0;
}
.top-access__outline-item:first-child {
  padding-top: 0;
}
@media screen and (min-width: 1100px), print {
  .top-access__outline-item {
    padding: 1.5rem 0;
  }
}
.top-access__outline-item dt,
.top-access__outline-item dd {
  line-height: 2;
  font-weight: 700;
}
.top-access__outline-item dt {
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .top-access__outline-item dt {
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }
}
.top-access__outline-item dd {
  font-size: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .top-access__outline-item dd {
    font-size: 1.6rem;
  }
}

/* よくあるご質問 */
.top-faq {
  position: relative;
  padding: 12rem 2rem;
  background: url("../img/top/faq_bg.webp") no-repeat center/cover;
}
@media screen and (min-width: 768px), print {
  .top-faq {
    padding: clamp(15rem, 250 * var(--vw1600), 25rem) clamp(2.5rem, 50 * var(--vw1600), 5rem) clamp(15rem, 200 * var(--vw1600), 20rem) clamp(2.5rem, 50 * var(--vw1600), 5rem);
  }
}
.top-faq__container {
  position: relative;
  max-width: 110rem;
  width: 100%;
  margin-inline: auto;
}
.top-faq__header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .top-faq__header {
    margin-bottom: 5rem;
  }
}
.top-faq__header .heading--h2 {
  justify-content: center;
}
.top-faq__action {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .top-faq__action {
    margin-top: 5rem;
  }
}

.faq-accordion {
  counter-reset: number 0;
}
.faq-accordion__item {
  position: relative;
  border-radius: 1.5rem;
  background: #ffffff;
  padding: 2rem 0;
  box-shadow: 0 0 1rem 0 rgba(134, 97, 1, 0.25);
  cursor: pointer;
}
.faq-accordion__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 480px), print {
  .faq-accordion__item {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .faq-accordion__item {
    border-radius: 2.5rem;
    padding: 5rem 0;
  }
}
.faq-accordion__item.is-open .faq-accordion__answer {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .faq-accordion__item.is-open .faq-accordion__answer {
    margin-top: 2rem;
  }
}
.faq-accordion__answer {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  padding: 0 2rem;
}
@media screen and (min-width: 480px), print {
  .faq-accordion__answer {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .faq-accordion__answer {
    font-size: 1.6rem;
    padding: 0 10rem 0 15rem;
  }
}
.faq-accordion__answer-body {
  padding-top: 1.5rem;
  border-top: 1px dashed #DADADA;
}
.faq-accordion__title {
  position: relative;
  display: block;
  padding: 0 4.5rem 0 6.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 480px), print {
  .faq-accordion__title {
    padding: 0 6rem 0 8rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .faq-accordion__title {
    font-size: 2rem;
    padding: 0 10rem 0 15rem;
  }
}
.faq-accordion__title span {
  display: block;
}
.faq-accordion__title.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-accordion__title::before {
  counter-increment: number 1;
  content: "Q" counter(number) ".";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Fredoka", sans-serif;
  color: #179CF8;
}
@media screen and (min-width: 480px), print {
  .faq-accordion__title::before {
    left: 3rem;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .faq-accordion__title::before {
    left: 5rem;
    font-size: 5rem;
  }
}
.faq-accordion__title::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/base/icon-arrow_bottom_pink.svg") no-repeat center/contain;
}
@media screen and (min-width: 480px), print {
  .faq-accordion__title::after {
    right: 3.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .faq-accordion__title::after {
    width: 2.5rem;
    height: 2.5rem;
    right: 5rem;
  }
}

/* コース紹介 */
.top-course {
  position: relative;
  padding: 5rem 2rem 8rem 2rem;
  background-color: #FFF8B9;
}
@media screen and (min-width: 1100px), print {
  .top-course {
    padding: 10rem 5rem 15rem 5rem;
  }
}
.top-course__header {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .top-course__header {
    margin-bottom: 10rem;
  }
}
.top-course__header .heading--h2 {
  justify-content: center;
}
.top-course__container {
  position: relative;
  max-width: 40rem;
  width: 100%;
  margin-inline: auto;
  counter-reset: number 0;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .top-course__container {
    max-width: 60rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-course__container {
    max-width: 150rem;
  }
}
.top-course__decoration--01 {
  position: absolute;
  left: 0;
  top: clamp(10rem, 150 * var(--vw1100), 15rem);
  max-width: clamp(15rem, 313 * var(--vw1600), 31.3rem);
}
@media screen and (min-width: 1100px), print {
  .top-course__decoration--01 {
    top: clamp(10rem, 750 * var(--vw1600), 75rem);
  }
}
.top-course__decoration--02 {
  position: absolute;
  right: 0;
  top: clamp(70rem, 800 * var(--vw1100), 80rem);
  max-width: clamp(15rem, 341 * var(--vw1600), 34.1rem);
}
@media screen and (min-width: 1100px), print {
  .top-course__decoration--02 {
    top: clamp(10rem, 350 * var(--vw1600), 35rem);
  }
}
.top-course__decoration--03 {
  position: absolute;
  left: 0;
  bottom: calc(clamp(5rem, 150 * var(--vw1100), 15rem) * -1);
  max-width: clamp(25rem, 454 * var(--vw1600), 45.5rem);
}
@media screen and (min-width: 1100px), print {
  .top-course__decoration--03 {
    bottom: calc(clamp(10rem, 200 * var(--vw1600), 20rem) * -1);
  }
}
.top-course__decoration--04 {
  position: absolute;
  right: 0;
  bottom: clamp(53rem, 680 * var(--vw1100), 68rem);
  max-width: clamp(15rem, 261 * var(--vw1600), 26.1rem);
}
@media screen and (min-width: 1100px), print {
  .top-course__decoration--04 {
    bottom: clamp(40rem, 680 * var(--vw1600), 68rem);
  }
}
.top-course__block {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media screen and (min-width: 1100px), print {
  .top-course__block {
    align-items: flex-start;
    flex-direction: row;
    gap: 3.5rem;
  }
}
.top-course__block:not(:last-child) {
  margin-bottom: 7rem;
}
@media screen and (min-width: 1100px), print {
  .top-course__block:not(:last-child) {
    margin-bottom: clamp(8rem, 150 * var(--vw1600), 15rem);
  }
}
.top-course__block:nth-child(2n) {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1100px), print {
  .top-course__block:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.top-course__block:nth-child(2n) .top-course__action {
  text-align: left;
}
@media screen and (min-width: 1100px), print {
  .top-course__block:nth-child(2n) .top-course__action {
    text-align: right;
  }
}
.top-course__block--kids .top-course__content::before {
  right: 0;
  color: rgba(255, 185, 0, 0.5);
}
.top-course__block--elementary .top-course__content::before {
  color: rgba(247, 9, 9, 0.5);
}
@media screen and (min-width: 1100px), print {
  .top-course__block--elementary .top-course__content::before {
    left: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-course__block--elementary .top-course__content::before {
    right: 0;
  }
}
.top-course__block--senior .top-course__content::before {
  right: 0;
  color: rgba(16, 201, 41, 0.5);
}
.top-course__block--other .top-course__content::before {
  color: rgba(23, 156, 248, 0.5);
}
@media screen and (min-width: 1100px), print {
  .top-course__block--other .top-course__content::before {
    left: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-course__block--other .top-course__content::before {
    right: 0;
  }
}
.top-course__description {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .top-course__description {
    font-size: clamp(1.6rem, 20 * var(--vw1600), 2rem);
  }
}
.top-course__heading {
  margin-bottom: 1.85rem;
}
@media screen and (min-width: 1100px), print {
  .top-course__heading {
    margin-bottom: 4rem;
  }
}
.top-course__heading-label {
  display: block;
  -webkit-text-stroke: 5px #ffffff;
  paint-order: stroke;
  font-family: "Fredoka", sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (min-width: 768px), print {
  .top-course__heading-label {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-course__heading-label {
    font-size: clamp(3rem, 50 * var(--vw1600), 5rem);
  }
}
.top-course__heading-title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px), print {
  .top-course__heading-title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-course__heading-title {
    font-size: clamp(2rem, 30 * var(--vw1600), 3rem);
  }
}
.top-course__action {
  margin-top: 2.8rem;
}
@media screen and (min-width: 1100px), print {
  .top-course__action {
    margin-top: 3.5rem;
  }
}
.top-course__content {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .top-course__content {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-course__content {
    width: 50%;
    padding: 2.5rem 0 0 0;
    min-height: clamp(10rem, 505 * var(--vw1600), 50.5rem);
  }
}
.top-course__content::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  bottom: -0.1em;
  font-size: 7rem;
  font-family: "Fredoka", sans-serif;
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 768px), print {
  .top-course__content::before {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-course__content::before {
    font-size: clamp(10rem, 183 * var(--vw1600), 18.3rem);
  }
}
.top-course__image {
  border: 1rem solid #fff;
  background-color: #ffffff;
  border-radius: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .top-course__image {
    width: 50%;
    border: 2.5rem solid #fff;
  }
}
.top-course__image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .top-course__image img {
    border-radius: 2.5rem;
  }
}

/* 初めての方へ */
.top-students {
  position: relative;
  background-color: #ffffff;
  padding: 4rem 2rem;
  border-radius: 3rem;
  margin-bottom: -5rem;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .top-students {
    padding: 5rem 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-students {
    border-radius: 10rem;
    padding: 10rem 5rem;
    margin-bottom: -10rem;
  }
}
.top-students__header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .top-students__header {
    margin-bottom: 5rem;
  }
}
.top-students__header .heading--h2 {
  justify-content: center;
}
.top-students__header .heading__title {
  font-size: 3.2rem;
}
@media screen and (min-width: 480px), print {
  .top-students__header .heading__title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1440px), print {
  .top-students__header .heading__title {
    font-size: 5.5rem;
  }
}
.top-students__header .heading__label {
  font-size: 1.6rem;
}
@media screen and (min-width: 480px), print {
  .top-students__header .heading__label {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1440px), print {
  .top-students__header .heading__label {
    font-size: 2rem;
  }
}
.top-students__description {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .top-students__description {
    font-size: clamp(1.6rem, 20 * var(--vw1600), 2rem);
  }
}
.top-students__action {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .top-students__action {
    margin-top: 5rem;
  }
}

/* --------------------------------

  下層ページ

-------------------------------- */
.section {
  padding: 6rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .section {
    padding: 10rem 5rem;
  }
}
.section-header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .section-header {
    margin-bottom: 8rem;
  }
}
.section-header .heading--h2 {
  justify-content: center;
}
.section-step__item {
  position: relative;
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 5rem 2rem 2rem 2rem;
  place-content: center;
  margin-top: 6.5rem;
}
@media screen and (min-width: 768px), print {
  .section-step__item {
    padding: 5.5rem 3rem 3rem 3rem;
  }
}
@media screen and (min-width: 1280px), print {
  .section-step__item {
    padding: 1.5rem 5rem 1.5rem 19rem;
    min-height: 15rem;
    border-radius: 10em;
    margin-top: 1.5rem;
  }
}
.section-step__num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  place-content: center;
  font-family: "Fredoka", sans-serif;
  background-color: #FF728D;
  line-height: 1.1;
}
@media screen and (min-width: 1280px), print {
  .section-step__num {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15rem;
    height: 15rem;
  }
}
.section-step__num--01 {
  background-color: #FF728D;
}
.section-step__num--02 {
  background-color: #F54F64;
}
.section-step__num--03 {
  background-color: #FA2E48;
}
.section-step__num-label {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 1280px), print {
  .section-step__num-label {
    font-size: 2.1rem;
  }
}
.section-step__num-title {
  display: block;
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 1280px), print {
  .section-step__num-title {
    font-size: 3.8rem;
  }
}
.section-flex {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .section-flex {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-flex {
    gap: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-flex {
    max-width: 50rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .section-flex__content {
    order: 2;
  }
}
.section-flex__image {
  position: relative;
  padding: 0 0.5em 0.5em 0;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .section-flex__image {
    padding: 0 1em 1em 0;
  }
}
.section-flex__image img {
  width: 100%;
  height: auto;
}
.section-flex__image--primary::before {
  background-image: url("../img/pages/image_decoration_01.png");
}
.section-flex__image--secondary::before {
  background-image: url("../img/pages/image_decoration_02.png");
}
.section-flex__image::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .section-flex__image::before {
    top: 1em;
    left: 1em;
  }
}
.section-check__item:not(:last-child) {
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .section-check__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.section-check__item dt {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 3.5em;
  place-content: center;
  margin-bottom: 0.5em;
  min-height: 3.5rem;
}
.section-check__item dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background: url("../img/pages/about/icon-flower.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .section-check__item dt::before {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (min-width: 768px), print {
  .section-check__item dt {
    font-size: 1.6rem;
    padding-left: 3em;
  }
}
@media screen and (min-width: 1100px), print {
  .section-check__item dt {
    font-size: 2rem;
    min-height: 6rem;
    line-height: 2;
    padding-left: 4em;
  }
}
.section-message {
  background: #ffffff;
  box-shadow: 0 0 1rem rgba(134, 97, 1, 0.25);
  padding: 2rem;
}
@media screen and (min-width: 1100px), print {
  .section-message {
    padding: 5rem;
  }
}
.section-message__header {
  margin-bottom: 2.3rem;
}
@media screen and (min-width: 1100px), print {
  .section-message__header {
    margin-bottom: 4rem;
  }
}
.section-message__heading {
  text-align: center;
}
.section-message__heading-title {
  display: block;
  font-size: 3rem;
  font-weight: 900;
  font-family: "Fredoka", sans-serif;
  color: #009D1D;
}
@media screen and (min-width: 1100px), print {
  .section-message__heading-title {
    font-size: 5rem;
  }
}
.section-message__heading-label {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.35em;
}
@media screen and (min-width: 1100px), print {
  .section-message__heading-label {
    font-size: 3rem;
  }
}
.section-message__wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px), print {
  .section-message__wrap {
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px), print {
  .section-message__wrap {
    gap: 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-message__content {
    flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .section-message__image {
    max-width: 24rem;
    width: 100%;
  }
}
.section-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}
.section-table th,
.section-table td {
  vertical-align: middle;
  padding: 0.65em 1em;
}
@media screen and (min-width: 768px), print {
  .section-table th,
  .section-table td {
    padding: 1.2em;
  }
}
@media screen and (min-width: 1100px), print {
  .section-table th,
  .section-table td {
    padding: 1.2em 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .section-table th,
  .section-table td {
    display: block;
  }
}
.section-table th {
  background-color: #FFB900;
  text-align: center;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 768px), print {
  .section-table th {
    border-radius: 1rem 0 0 1rem;
    width: 20rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-table th {
    width: 30rem;
  }
}
.section-table td {
  background-color: #ffffff;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (min-width: 768px), print {
  .section-table td {
    border-radius: 0 1rem 1rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .section-table td {
    min-height: 5rem;
    place-content: center;
  }
}

/* --------------------------------

  投稿系ページ

-------------------------------- */
.news-detail .news-date {
  margin-bottom: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 1100px), print {
  .news-detail .news-date {
    margin-bottom: 4rem;
  }
}
.news-info {
  margin-bottom: 1em;
}
.news-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-body {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.news-back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .news-back {
    margin-top: 5rem;
  }
}
.news-topics:not(:last-child) {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px dashed #D8D8D8;
}
.news-link {
  display: inline-block;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.35;
  text-decoration: underline;
  letter-spacing: 0.08em;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-link {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .news-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #009D1D;
    text-decoration: none;
  }
  .news-link:where(:any-link, :enabled, summary):hover {
    color: #009D1D;
    text-decoration: none;
  }
}
.news-date {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.35;
  white-space: nowrap;
  margin-bottom: 0.35em;
}
@media screen and (min-width: 768px), print {
  .news-date {
    font-size: 1.6rem;
  }
}
.news-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .news-category-list {
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.news-category-link {
  display: inline-block;
  line-height: 1.2;
  border-radius: 10em;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #F70;
  padding: 0.58em 1.15em;
  letter-spacing: 0.05em;
  word-break: break-all;
  word-wrap: break-word;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-category-link {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .news-category-link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #009D1D;
  }
  .news-category-link:where(:any-link, :enabled, summary):hover {
    background-color: #009D1D;
  }
}

.news-thumb-list {
  display: grid;
  gap: 3rem 1rem;
  grid-template-columns: 1fr;
}
#top .news-thumb-list {
  grid-template-columns: 1fr;
  gap: 2.5rem 1.5rem;
}
@media screen and (min-width: 480px), print {
  .news-thumb-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px), print {
  .news-thumb-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4.5rem 1.5rem;
  }
  #top .news-thumb-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-thumb-list-secondary {
  margin-bottom: 2.5em;
}
.news-thumb-list-archive {
  margin-bottom: 2.5em;
}
.news-thumb-title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1280px), print {
  .news-thumb-title {
    font-size: 1.6rem;
  }
}
.news-thumb-title.teachers-name {
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (min-width: 1280px), print {
  .news-thumb-title.teachers-name {
    font-size: 1.8rem;
  }
}
.news-thumb-category {
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #009D1D;
  padding: 0.3em 1em;
  border-radius: 10em;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 1280px), print {
  .news-thumb-category {
    font-size: 1.6rem;
  }
}
.news-thumb-date {
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 1280px), print {
  .news-thumb-date {
    font-size: 1.6rem;
  }
}
.news-thumb-info {
  display: flex;
  align-items: center;
  gap: 0.8em;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 1100px), print {
  .news-thumb-info {
    margin-bottom: 1em;
  }
}
.news-thumb-link {
  position: relative;
  display: block;
  color: #000000;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #F54F64;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover {
    color: #F54F64;
  }
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover .news-thumb-title {
    text-decoration: underline;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover .news-thumb-title {
    text-decoration: underline;
  }
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover .news-thumb-image img {
    scale: 1.05;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover .news-thumb-image img {
    scale: 1.05;
  }
}
.news-thumb-image {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 1em;
  border-radius: 1rem;
}
@media screen and (min-width: 768px), print {
  .news-thumb-image {
    margin-bottom: 1em;
    border-radius: 2.5rem;
  }
}
.news-thumb-image.teachers-thumb {
  aspect-ratio: 3/3;
}
.news-thumb-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: scale 0.3s ease;
}
/* topics_paging */
#topics_paging, #topics_paging li {
  display: -ms-flexbox;
}

#topics_paging_all {
  margin-bottom: 0.75rem;
  text-align: center;
}

#topics_paging {
  display: flex;
  justify-content: center;
  margin: 0 -1em;
}

#topics_paging li {
  display: flex;
  align-items: center;
  margin: 0 0.25rem;
  padding: 0.75rem 1rem 0.77rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}

#topics_paging a {
  display: block;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1rem;
  color: #333;
}

#topics_paging a:hover {
  color: #F54F64;
  text-decoration: none;
}/*# sourceMappingURL=styles.css.map */