@charset "UTF-8";
/* ==========================
   Foundation
   ==========================*/
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
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, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.25;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

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

input, select {
  vertical-align: middle;
}

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

/*--------------------------------
  カラー設定（Sass変数）
--------------------------------*/
/*--------------------------------
  フォント
--------------------------------*/
/*--------------------------------
  フォントサイズ（PC / SP）
--------------------------------*/
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 400;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}
@media screen and (min-width: 1001px) {
  body {
    font-size: 1.8rem;
    line-height: 2.11;
  }
}

body.is-open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: unset;
  font-size: inherit;
  line-height: inherit;
}

input[type=submit]:hover,
a,
button {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

input[type=submit]:hover,
a:hover,
button:hover {
  opacity: 0.7;
}

strong,
em {
  font-style: normal;
  font-weight: 300;
}

ul,
li {
  list-style: none;
  word-wrap: break-word;
}

p {
  word-wrap: break-word;
}

img {
  display: block;
  max-width: 100%;
}

address {
  font-style: normal;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button,
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

/* ==========================
   Layout
   ==========================*/
.l-header {
  z-index: 2000;
  width: 100%;
  height: 60px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  background-color: #fff;
}
@media screen and (min-width: 1001px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 25px 20px 26px;
    height: 130px;
  }
}
.l-header__inr {
  max-width: 1055px;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .l-header__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-logged-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
  background-color: var(--primary-color);
  width: 100%;
  height: 120px;
  padding: 20px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.l-logged-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.l-logged-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 0 100px;
}

@media screen and (min-width: 1001px) {
  .l-main {
    margin-top: 130px;
  }
}

.l-inr {
  width: 100%;
  margin: 0 auto;
  padding: 0 7vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .l-inr {
    max-width: 1280px;
    padding: 0 20px;
  }
}

.l-inr-small {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1001px) {
  .l-inr-small {
    max-width: 1080px;
  }
}

.l-sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2001;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.is-open .l-sp-menu {
  opacity: 1;
  visibility: visible;
}

.l-side-nav {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-fix-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #F5E9D5;
  z-index: 2001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (max-width: 1000px) {
  .l-body--scroll .l-fix-menu {
    opacity: 1;
    visibility: visible;
  }
}
.l-content .c-breadcrumbs {
  margin-bottom: 20px;
}
.l-content {
  padding: 5px 0 45px;
}
@media screen and (min-width: 1001px) {
  .l-content {
    padding: 5px 0 87px;
  }
  .l-content .c-breadcrumbs {
    margin-bottom: 55px;
  }
}

.l-sub-navigation {
  padding: 43px 0 35px;
  background: url(../images/common/bg/bg_navigation_sp.png) no-repeat bottom left;
  background-size: cover;
}
@media screen and (min-width: 1001px) {
  .l-sub-navigation {
    padding: 50px 0 42px;
    background: url(../images/common/bg/bg_navigation.png) no-repeat center left;
    background-size: cover;
  }
}

/* ==========================
   Object
   ==========================*/
.c-header {
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .c-header {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.c-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .c-header__list {
    padding: 0 0 7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-header__list li:not(.c-header__logo) {
    display: none;
  }
}
.c-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #61534A;
}
.c-header__link:hover .c-header__icon {
  -webkit-transform: translateY(-4px) rotate(25deg);
          transform: translateY(-4px) rotate(25deg);
}
.c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 83%;
}
@media screen and (min-width: 1001px) {
  .c-header__logo {
    width: auto;
    padding: 0 25px 0 35px;
  }
}
.c-header__logo img {
  display: block;
}
.c-header__logo--scroll {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.c-header__icon {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: color 1s, -webkit-transform 0.3s;
  transition: color 1s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 1s;
  transition: transform 0.3s, color 1s, -webkit-transform 0.3s;
}
.c-header__label {
  display: block;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width: 1000px) {
  .c-footer {
    padding-bottom: 70px;
  }
}
.c-footer-top {
  background-color: #61534A;
  padding: 1px 7vw;
}
@media screen and (min-width: 1001px) {
  .c-footer-top {
    padding: 14px 10px;
  }
}
.c-footer-menu {
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .c-footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    padding: 0 0 0 25px;
  }
}
.c-footer-menu__item a {
  display: block;
  padding-right: 29px;
  background: url(../images/common/icon/icon_arrow_w.svg) no-repeat right 0 center;
  background-size: 20px;
}
@media screen and (max-width: 1000px) {
  .c-footer-menu__item a {
    font-size: 1.6rem;
    display: block;
    padding: 9px 0;
    background-position: right 7px center;
    border-bottom: 1px dashed #fff;
  }
}
.c-footer-menu__item a[target=_blank] {
  background: url(../images/common/icon/icon_external_w.svg) no-repeat right 0 center;
  background-size: 17px;
}
@media screen and (max-width: 1000px) {
  .c-footer-menu__item a[target=_blank] {
    background-position: right 10px center;
  }
}
.c-footer-menu__item:last-of-type a {
  border: none;
}
.c-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 10px;
}
@media screen and (min-width: 1001px) {
  .c-footer-bottom {
    padding: 28px 10px 10px;
  }
}
.c-footer-bottom__inr {
  margin-bottom: 5px;
}
@media screen and (min-width: 1001px) {
  .c-footer-bottom__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
    max-width: 1145px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1000px) {
  .c-footer-bottom__logo {
    max-width: 94%;
    margin: 0 auto 24px;
  }
}
@media screen and (min-width: 1001px) {
  .c-footer-bottom__logo {
    padding-top: 10px;
    width: 432px;
  }
}
.c-footer-bottom__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-footer-bottom .c-footer-menu__item a {
  color: #333333;
  background: url(../images/common/icon/icon_arrow.svg) no-repeat right 0 center;
  background-size: 20px;
}
@media screen and (max-width: 1000px) {
  .c-footer-bottom .c-footer-menu__item a {
    background-position: right 7px center;
    border-bottom: 1px dashed #61534A;
  }
}
.c-footer-bottom .c-footer-menu__item a[target=_blank] {
  background: url(../images/common/icon/icon_external.svg) no-repeat right 0 center;
  background-size: 17px;
}
@media screen and (max-width: 1000px) {
  .c-footer-bottom .c-footer-menu__item a[target=_blank] {
    background-position: right 10px center;
    border-bottom: 1px dashed #61534A;
  }
}
.c-footer-jpx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 7px;
  gap: 5px;
}
@media screen and (max-width: 1000px) {
  .c-footer-jpx {
    max-width: 370px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1001px) {
  .c-footer-jpx {
    padding-right: 0;
  }
}
.c-footer-jpx__txt {
  font-size: 1.6rem;
  line-height: 1.375;
  text-align: right;
}
.c-footer-copy {
  font-size: 1.3rem;
  color: #61534A;
  font-weight: 300;
  text-align: center;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.14em 2.5em 1.14em 1em;
  min-width: 246px;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1;
  color: #fff;
  background-color: #E8825E;
  text-decoration: none;
  position: relative;
}
.c-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 1.765em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.c-btn.c-btn--sm {
  min-width: 149px;
}

.c-btn--external {
  padding: 1.14em 3.5em 1.14em 2em;
}
.c-btn--external::after {
  width: 17px;
  height: 17px;
  right: 2.15em;
  background: url(../images/common/icon/icon_external_w.svg) no-repeat center;
  background-size: contain;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn--large {
  min-height: 55px;
  padding: 0.5em 2.7em 0.5em 1.7em;
  line-height: 1.47;
}
@media screen and (max-width: 1000px) {
  .c-btn--large {
    width: 100%;
    border-radius: 36px;
  }
}

.c-btn.c-btn--full {
  width: 100%;
}

.c-btn--outline {
  color: #E8825E;
  background-color: #fff;
  border: 2px solid #E8825E;
  line-height: 1.5;
  padding: 0.75em 1em 0.75em 1em;
}
.c-btn--outline::after {
  content: none;
}

.c-btn--shadow {
  -webkit-filter: drop-shadow(3px 3px 0px #e8825e);
          filter: drop-shadow(3px 3px 0px #e8825e);
}

.c-btn--center {
  padding: 1.14em 1.5em 1.14em 1em;
}

.c-btn-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #987C5A;
  font-size: clamp(1.9rem, 0.4454545455rem + 4.5454545455vw, 2.4rem);
  line-height: 1.15;
  font-weight: 500;
  gap: 0.6em;
  padding: 0.235em 0.5em;
}
.c-btn-tel::before {
  content: "";
  width: 26px;
  height: 33px;
  background: url(../images/common/icon/icon_tel.svg) no-repeat center;
}
.c-btn-tel span.c-btn-tel__hours {
  display: block;
  font-size: 0.625em;
  text-indent: -0.5em;
}

.c-btn-icon {
  color: #61534A;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.235em 0.65em;
  gap: 3.5%;
  min-height: clamp(5rem, 20vw, 8.3rem);
}
.c-btn-icon__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-btn-icon__content {
  text-align: left;
  line-height: 1.4;
  font-weight: 500;
  font-size: clamp(1.8rem, 0.0545454545rem + 5.4545454545vw, 2.4rem);
}
.c-btn-icon span.c-btn-icon__sub {
  display: block;
  font-weight: bold;
  font-size: 0.625em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.c-btn-more {
  font-size: unset;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
}
.c-btn-more__arrow {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #F4F4F4;
  position: relative;
}
.c-btn-more__arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #61534A;
  border-right: solid 2px #61534A;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.c-nav-btn {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  padding: 0.8em 0;
  background-position: right 7px center;
  border-bottom: 1px dashed #61534A;
  padding-right: 29px;
  background: url(../images/common/icon/icon_arrow.svg) no-repeat right 5px center;
  background-size: 20px;
}
@media screen and (min-width: 1001px) {
  .c-nav-btn {
    font-size: 1.8rem;
    padding: 0.65em 1em 0.65em 0;
  }
}
.c-nav-btn[target=_blank] {
  background: url(../images/common/icon/icon_external.svg) no-repeat right 8px center;
  background-size: 17px;
}
@media screen and (max-width: 1000px) {
  .c-nav-btn[target=_blank] {
    background-position: right 8px center;
  }
}

.c-btn-link {
  font-size: 1.6rem;
  line-height: 1.2;
  display: inline-block;
  border-bottom: 1px dotted #61534A;
}

.c-arrow-btn, .c-arrow-btn:hover, .c-arrow-btn:focus {
  display: block;
  background-color: #61534A;
  width: 13vw;
  height: 13vw;
  max-width: 55px;
  max-height: 55px;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-arrow-btn, .c-arrow-btn:hover, .c-arrow-btn:focus {
    position: relative;
  }
}

.c-arrow-btn.c-arrow-btn--prev:before,
.c-arrow-btn.c-arrow-btn--next:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-arrow-btn.c-arrow-btn--prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.c-external-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 7px;
}
.c-external-link__txt {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  color: #1B77EB;
  border-bottom: 1px solid #1B77EB;
  padding: 0 3px 1px;
}
.c-external-link::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../images/common/icon/icon_external_link.svg) no-repeat center;
  background-size: contain;
}

.c-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #B2B2B2;
  background-color: #fff;
  font-size: clamp(2rem, 0.2545454545rem + 5.4545454545vw, 2.6rem);
  font-weight: bold;
  border-radius: 10px;
  height: 100px;
  line-height: 1.3;
  padding: 10px 9% 10px 3.5%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
  position: relative;
  gap: min(1.5%, 5px);
}
@media screen and (max-width: 1000px) {
  .c-menu-item.c-menu-item--sm {
    font-size: clamp(2rem, 1.1272727273rem + 2.7272727273vw, 2.3rem);
  }
}
.c-menu-item.c-menu-item--nonarrow {
  padding: 10px 5% 10px 3.5%;
}
.c-menu-item.c-menu-item--nonarrow::after {
  content: none;
}
.c-menu-item::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  border-top: solid 2px #61534A;
  border-right: solid 2px #61534A;
  display: inline-block;
  width: 11px;
  height: 11px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
@media screen and (min-width: 1001px) {
  .c-menu-item::after {
    right: 7%;
  }
}
.c-menu-item__icon {
  display: block;
  width: min(20%, 60px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-menu-item__sub {
  font-size: 0.808em;
}
.c-menu-item.is-disabled {
  pointer-events: none;
  opacity: 0.6;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-menu-item.is-disabled::after {
  content: none;
}

.c-square-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #B2B2B2;
  background-color: #fff;
  font-size: clamp(1.6rem, 0.4363636364rem + 3.6363636364vw, 2rem);
  font-weight: bold;
  border-radius: 10px;
  height: 80px;
  line-height: 1.3;
  padding: 10px 9% 10px 7%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
  position: relative;
}
.c-square-btn::after {
  content: "";
  position: absolute;
  right: 7.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  border-top: solid 2px #61534A;
  border-right: solid 2px #61534A;
  display: inline-block;
  width: 11px;
  height: 11px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
@media screen and (min-width: 1001px) {
  .c-square-btn::after {
    right: 7%;
  }
}
.c-square-btn--pdf {
  background: url(../images/common/icon/icon_pdf.svg) no-repeat center left 0.9em;
  background-size: 1.423em 1.885em;
  padding-left: 3em;
  background-color: #fff;
}
@media screen and (min-width: 1001px) {
  .c-square-btn--pdf {
    height: 100px;
    font-size: clamp(1.6rem, -1.3090909091rem + 9.0909090909vw, 2.6rem);
  }
}

.c-add-btn {
  width: 100%;
  max-width: 62px;
  height: 35px;
  border-radius: 4px;
  background: #e0e1e2;
  -webkit-box-shadow: -2px -2px 0px rgba(0, 0, 0, 0.16) inset;
          box-shadow: -2px -2px 0px rgba(0, 0, 0, 0.16) inset;
  position: relative;
}
.c-add-btn::after, .c-add-btn::before {
  content: "";
  display: block;
  width: 3px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}
.c-add-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.c-beginner-btn {
  display: inline-block;
  width: 197px;
  padding: 0.786em 0.5em 0.786em 2.7em;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #02AE66;
  -webkit-box-shadow: -3px -3px 0px rgba(0, 0, 0, 0.16) inset;
          box-shadow: -3px -3px 0px rgba(0, 0, 0, 0.16) inset;
  background: url(../images/common/icon/icon_beginner.svg) no-repeat center left 10px;
  background-size: 17px 25px;
  background-color: #FFF002;
}

.c-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
}

.c-close {
  color: #61534A;
  font-size: 1.7rem;
  font-weight: 500;
  background-color: #F4F4F4;
  border-radius: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 284px;
  height: 55px;
  max-width: 100%;
}

.c-nav-arrow {
  color: #61534A;
  font-size: clamp(1.3rem, 0.7181818182rem + 1.8181818182vw, 1.5rem);
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0.28em 0.6em 0.28em 0.75em;
}
@media screen and (min-width: 1001px) {
  .c-nav-arrow {
    gap: 10px;
  }
}
.c-nav-arrow::after {
  content: "";
  width: 0.667em;
  height: 0.667em;
  border-top: solid 2px #61534A;
  border-right: solid 2px #61534A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-nav-arrow--prev {
  padding-left: 0.6em;
  padding-right: 0.75em;
}
.c-nav-arrow--prev::after {
  content: none;
}
.c-nav-arrow--prev::before {
  content: "";
  width: 0.667em;
  height: 0.667em;
  border-top: solid 2px #61534A;
  border-right: solid 2px #61534A;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c-nav-arrow.is-disabled {
  color: #E2E2E2;
  pointer-events: none;
}
.c-nav-arrow.is-disabled::before, .c-nav-arrow.is-disabled::after {
  border-color: #E2E2E2;
}

.c-title {
  font-size: 2.6rem;
  font-size: clamp(2.2rem, 1.0363636364rem + 3.6363636364vw, 2.6rem);
  line-height: 1.25;
  font-weight: bold;
  text-align: left;
  border-left: 6px solid #E8825E;
  padding-left: 0.42em;
}
@media screen and (min-width: 1001px) {
  .c-title {
    font-size: 3.2rem;
    line-height: 1;
  }
}

.c-title-mid {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
}

.c-page-title {
  text-align: center;
  color: #61534A;
  font-weight: bold;
  font-size: 2.6rem;
  font-size: clamp(2.2rem, 1.0363636364rem + 3.6363636364vw, 2.6rem);
  line-height: 1.31;
  position: relative;
  padding-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .c-page-title {
    font-size: 3.2rem;
    padding-bottom: 55px;
  }
}
.c-page-title::after {
  content: "";
  display: block;
  background: url(../images/common/deco/deco_page_title.png) no-repeat center;
  background-size: contain;
  width: 260px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1001px) {
  .c-page-title::after {
    width: 525px;
    height: 29px;
  }
}

.c-subtitle {
  color: #E8825E;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  border-bottom: 1px solid #E8825E;
  padding-bottom: 10px;
}

.c-band-title {
  padding: 0.695em 0.8em;
  line-height: 1.5;
  background-color: #F5E9D5;
  border-radius: 6px;
  font-weight: normal;
}

.c-hamburger {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  background-color: #61534A;
}
@media screen and (min-width: 1001px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger .c-hamburger__btn {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-hamburger span {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 18px;
  height: 2px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  margin-top: 6px;
}
.c-hamburger span:nth-of-type(3) {
  margin-top: -6px;
}

.c-hamburger span:nth-child(1) {
  -webkit-animation: click-header-sp-bar-1-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  animation: click-header-sp-bar-1-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
}

.c-hamburger span:nth-child(2) {
  -webkit-animation: click-header-sp-bar-2-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  animation: click-header-sp-bar-2-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
}

.c-hamburger span:nth-child(3) {
  -webkit-animation: click-header-sp-bar-3-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  animation: click-header-sp-bar-3-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
}

.is-open .c-hamburger {
  background-color: #987C5A;
}

.is-open .c-hamburger span:nth-child(1) {
  margin-top: -5px;
  width: 20px;
  -webkit-animation: click-header-sp-bar-1-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  animation: click-header-sp-bar-1-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
}

.is-open .c-hamburger span:nth-child(2) {
  -webkit-animation: click-header-sp-bar-2-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  animation: click-header-sp-bar-2-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
}

.is-open .c-hamburger span:nth-child(3) {
  width: 20px;
  margin-top: 5px;
  -webkit-animation: click-header-sp-bar-3-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  animation: click-header-sp-bar-3-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
}

.c-sp-menu {
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 1000px) {
  .c-sp-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.c-sp-menu__top {
  padding: 0 0 20px;
  background-color: #61534A;
}
.c-sp-menu__top-inr {
  padding: 0 7vw;
}
.c-sp-menu__top-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-sp-menu__top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
  gap: 15px 4%;
}
.c-sp-menu__top-list li {
  width: 100%;
}
.c-sp-menu__top-list li.c-sp-menu__top-item--half {
  width: 48%;
}
.c-sp-menu__top-list li.c-sp-menu__top-item--half .c-btn-icon__img {
  width: clamp(3rem, -4.6909090909rem + 20.9090909091vw, 4.3rem);
}
.c-sp-menu__top-list li:last-of-type .c-btn-icon {
  padding-inline: 1.3em;
  gap: 3%;
}
.c-sp-menu__nav {
  padding: 0 0 80px;
}
.c-sp-menu__nav-inr {
  padding: 0 7vw;
}
.c-sp-menu__nav-list ul {
  margin-bottom: 18px;
}
.c-sp-menu__nav-list a {
  display: block;
  padding: 9px 0;
  font-size: 1.6rem;
  border-bottom: 1px dashed #61534A;
  background: url(../images/common/icon/icon_arrow.svg) no-repeat right 7px center;
  background-size: 20px;
}
.c-sp-menu__nav-list a[target=_blank] {
  background: url(../images/common/icon/icon_external.svg) no-repeat right 10px center;
  background-size: 17px;
}
.c-sp-menu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.14em 1em 1.14em 1em;
  min-width: 246px;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1;
  color: #987C5A;
  background-color: #F5E9D5;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .c-side-nav {
    display: none;
  }
}
.c-side-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.c-side-nav__item {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-side-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  min-width: 60px;
  padding: 1.8em 0.65em;
  color: #fff;
  background-color: #61534A;
  border-radius: 17px 0 0 17px;
  border: 4px solid #fff;
  border-right: none;
  letter-spacing: 0.45em;
}
.c-side-nav__item a span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.c-side-nav__item:hover {
  margin-left: -10px;
  opacity: 1;
}
.c-side-nav__item--admission a {
  padding: 1.5em 0.65em;
  background-color: #E8825E;
}
.c-side-nav__item--pagetop a {
  padding: 1.4em 0.65em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-side-nav__item--pagetop a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

@media screen and (min-width: 1001px) {
  .c-fix-menu {
    display: none;
  }
}
.c-fix-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-fix-menu__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.c-fix-menu__list a, .c-fix-menu__list .c-fix-menu__item-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #61534A;
  padding-bottom: 3px;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  height: 70px;
}
.c-fix-menu .c-hamburger {
  width: auto;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: transparent;
  padding-top: 8px;
}
.c-fix-menu .c-hamburger span {
  background-color: #61534A;
}

.c-info {
  background-color: #F4F4F4;
}
.c-info__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1001px) {
  .c-info__ttl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 3%;
  }
}
.c-info__ttl img {
  display: block;
  width: 118px;
}
@media screen and (min-width: 1001px) {
  .c-info__ttl img {
    width: 165px;
  }
}
.c-info__ttl::before, .c-info__ttl::after {
  content: "";
  display: inline-block;
  width: 68px;
  height: 24px;
  background: url(../images/common/deco/deco_tree.png) no-repeat center center;
  background-size: cover;
  background-position: right;
}
@media screen and (min-width: 1001px) {
  .c-info__ttl::before, .c-info__ttl::after {
    width: 193px;
    height: 45px;
  }
}
.c-info__list {
  color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 1001px) {
  .c-info__list {
    gap: 19px;
  }
}
.c-info__item {
  background-color: #fff;
  border-radius: 20px;
}
.c-info__item > a {
  display: block;
  padding: 7px 14% 18px 10px;
  background: url(../images/common/icon/icon_arrow_g.svg) no-repeat right 3% center;
}
@media screen and (min-width: 1001px) {
  .c-info__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 22px 7% 22px 4%;
  }
}
.c-info__date {
  font-size: 1.4rem;
  font-weight: bold;
}
.c-info__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .c-info__meta {
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 1001px) {
  .c-info__meta {
    gap: 21px;
  }
}
.c-info__cat {
  font-size: 1.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 20px;
  color: #fff;
  background-color: #FEB4B3;
  border-radius: 10px;
}
.c-info__cat.c-info__cat--event {
  background-color: #AFBFD4;
}
.c-info__cat.c-info__cat--media {
  background-color: #98B72B;
}
.c-info__cat.c-info__cat--personal {
  background-color: #AFBFD4;
}
.c-info__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.06;
}
.c-info__excerpt {
  font-size: 1.6rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1001px) {
  .c-info__excerpt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1001px) {
  .c-info__excerpt-img {
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.c-info__link {
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .c-info__link {
    text-align: right;
  }
  .c-info__link img {
    width: 100%;
  }
}
.c-info__item.c-info__item--unread a {
  padding-right: min(15%, 55px);
}
@media screen and (min-width: 1001px) {
  .c-info__item.c-info__item--unread a {
    padding-right: 77px;
  }
}
.c-info__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-info__unread {
  color: #D9524F;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  width: min(19%, 58px);
  padding: 0.322em 0.2em;
  border: 1px solid #D9524F;
  text-align: center;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .c-info__unread {
    -webkit-transform: translateY(-23%);
            transform: translateY(-23%);
  }
}

.c-slick {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-slick__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5vw;
  }
}
@media screen and (max-width: 1000px) {
  .c-slick__nav-dot {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
  }
}
.c-slick .slick-dots {
  position: static;
}
@media screen and (max-width: 1000px) {
  .c-slick .slick-dots {
    white-space: nowrap;
  }
}
.c-slick .slick-dots li {
  margin: 0 1vw;
  vertical-align: middle;
}
@media screen and (min-width: 1001px) {
  .c-slick .slick-dots li {
    margin: 0 5px;
  }
}
.c-slick .slick-dots button {
  width: 15px;
  height: 15px;
  background-color: #bfbfbf;
  border-radius: 50%;
}
.c-slick .slick-dots button::before {
  content: none;
}
.c-slick .slick-dots .slick-active button {
  background-color: #61534A;
}
.c-slick .slick-dots li button:before {
  font-size: 22px;
}
.c-slick .slick-dots li.slick-active button:before {
  color: #61534A;
}
.c-slick .slick-prev, .c-slick .slick-next, .c-slick .slick-prev:hover, .c-slick .slick-prev:focus, .c-slick .slick-next:hover, .c-slick .slick-next:focus {
  background-color: #61534A;
  width: 13vw;
  height: 13vw;
  max-width: 55px;
  max-height: 55px;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .c-slick .slick-prev, .c-slick .slick-next, .c-slick .slick-prev:hover, .c-slick .slick-prev:focus, .c-slick .slick-next:hover, .c-slick .slick-next:focus {
    position: relative;
  }
}
.c-slick .slick-prev, .c-slick .slick-next {
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-slick .slick-prev:before,
.c-slick .slick-next:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-slick .slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.c-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-tabs__button {
  font-size: 1.6rem;
  line-height: 1.26;
  font-size: clamp(1.1rem, -0.3545454545rem + 4.5454545455vw, 1.6rem);
  color: #333333;
  border: 1px solid #DEDFDF;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 12px 10px;
  max-width: 272px;
}
.c-tabs__button .c-tabs__button.is-active {
  color: #333;
  background-color: #F4F4F4;
}

.c-tabs.c-tabs--blog .c-tabs__button {
  font-size: clamp(1.3rem, 0.7181818182rem + 1.8181818182vw, 1.5rem);
  line-height: 1.26;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #61534A;
  text-align: center;
  padding: 0.741em 0.3em;
  background-color: #fff;
  border: none;
}
@media screen and (min-width: 1001px) {
  .c-tabs.c-tabs--blog .c-tabs__button {
    font-size: 2.3rem;
    padding: 16px 10px;
  }
}
.c-tabs.c-tabs--blog .c-tabs__button.is-active {
  color: #fff;
  background-color: #61534A;
}
.c-tabs.c-tabs--blog .c-tabs__button--lunch.is-active {
  background-color: #9EC6C4;
}
.c-tabs.c-tabs--blog .c-tabs__button--nurse.is-active {
  background-color: #FEB4B3;
}
.c-tabs.c-tabs--blog .c-tabs__button--ikunou.is-active {
  background-color: #AFBFD4;
}

.c-tabs-content__item {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  height: 0;
}

.c-tabs-content__item.is-active {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.c-tabs-content__item--lunch .c-slick .slick-prev,
.c-tabs-content__item--lunch .c-slick .slick-next,
.c-tabs-content__item--lunch .c-blog-card__school {
  background-color: #9EC6C4;
}
.c-tabs-content__item--nurse .c-slick .slick-prev,
.c-tabs-content__item--nurse .c-slick .slick-next,
.c-tabs-content__item--nurse .c-blog-card__school {
  background-color: #FEB4B3;
}
.c-tabs-content__item--ikunou .c-slick .slick-prev,
.c-tabs-content__item--ikunou .c-slick .slick-next,
.c-tabs-content__item--ikunou .c-blog-card__school {
  background-color: #AFBFD4;
}

.c-blog-card__head {
  border-radius: 10px;
  overflow: hidden;
}
.c-blog-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.c-blog-card__school {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  background-color: #61534A;
  padding: 0.1em 0.8em;
  max-height: 2.7em;
  overflow-x: auto;
}
.c-blog-card__date {
  color: #CCCCCC;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0.222em 1.444em;
}
.c-blog-card__thumb {
  aspect-ratio: 335/158;
}
.c-blog-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-blog-card__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.33;
}
.c-blog-card__txt {
  font-size: 1.6rem;
  line-height: 1.68;
}
.c-blog-card__content {
  padding: 13px 2% 0;
}

@media screen and (max-width: 1000px) {
  .c-blog-item-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px min(5vw, 18px);
  }
}
@media screen and (min-width: 1001px) {
  .c-blog-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 36px 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-blog-item-list li {
    width: calc((100% - 36px) / 3);
  }
}

.c-blog-item {
  display: block;
  border: 1px solid #E2E2E2;
  -webkit-box-shadow: 3px 3px 3px rgba(191, 191, 191, 0.16);
          box-shadow: 3px 3px 3px rgba(191, 191, 191, 0.16);
  font-size: 1.6rem;
}
@media screen and (min-width: 1001px) {
  .c-blog-item {
    height: 100%;
  }
}
.c-blog-item__date {
  display: block;
  color: #CCCCCC;
  font-weight: bold;
  line-height: 1.5;
}
.c-blog-item__thumb {
  aspect-ratio: 29/18;
}
.c-blog-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-blog-item__ttl {
  color: #61534A;
  font-weight: bold;
  line-height: 1.33;
}
.c-blog-item__txt {
  font-size: 1.4rem;
  line-height: 1.62;
}
.c-blog-item__content {
  padding: 0.8em 4% 1.7em;
}

.c-vacancy__table td {
  font-size: 1.8rem;
  padding: 5px 14px;
}
.c-vacancy__table thead th {
  text-align: center;
  font-weight: normal;
  padding-bottom: 4px;
}
.c-vacancy__table tbody th {
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .c-vacancy__table {
    margin: 0 auto;
  }
  .c-vacancy__table thead {
    display: none;
  }
  .c-vacancy__table tbody th {
    display: block;
    text-align: center;
    margin-bottom: -6px;
  }
  .c-vacancy__table tr {
    display: block;
  }
  .c-vacancy__table tr:first-child {
    margin-bottom: 18px;
  }
  .c-vacancy__table td {
    padding: 5px 3vw;
  }
  .c-vacancy__table td::before {
    content: attr(data-label);
    display: block;
    text-align: center;
  }
}
.c-vacancy__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #F5E9D5;
  min-width: clamp(60px, 18vw, 76px);
  padding: 0.556em 0.5em;
  border-radius: 10px;
  line-height: 1;
  border-radius: 10px;
}
.c-vacancy__item.is-full {
  background-color: #FEB4B3;
}

.c-mv {
  background: url(../images/common/bg/bg_mv_sp.png) center;
  background-size: cover;
}
@media screen and (min-width: 1001px) {
  .c-mv {
    background-image: url(../images/common/bg/bg_mv.png);
  }
}
.c-mv__inr {
  position: relative;
  height: 123px;
  z-index: 1;
}
.c-mv__ttl {
  display: inline-block;
  font-size: 2.6rem;
  font-size: clamp(2.2rem, 1.0363636364rem + 3.6363636364vw, 2.6rem);
  line-height: 1.42;
  font-weight: bold;
  color: #61534A;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.25em 0.8em;
}
@media screen and (min-width: 1001px) {
  .c-mv__ttl {
    font-size: 3.2rem;
    padding: 0.4em 0.85em 0.1em;
  }
}
.c-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mv.c-mv--hero {
  position: relative;
}
.c-mv.c-mv--hero .c-mv__inr {
  position: relative;
  height: 167px;
}
@media screen and (min-width: 1001px) {
  .c-mv.c-mv--hero .c-mv__inr {
    height: 380px;
  }
}
.c-mv.c-mv--hero .c-mv__ttl {
  padding: 0.25em 0.8em;
}
@media screen and (min-width: 1001px) {
  .c-mv.c-mv--hero .c-mv__ttl {
    padding: 0.4em 0.85em 0.35em;
  }
}

.c-local-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
}
@media screen and (min-width: 1001px) {
  .c-local-nav__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 27px;
  }
}
.c-local-nav__list > li:not(:last-of-type) {
  margin-bottom: 55px;
}
@media screen and (min-width: 1001px) {
  .c-local-nav__list > li:not(:last-of-type) {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1001px) {
  .c-local-nav__img {
    width: 370px;
  }
}
.c-local-nav__img img {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .c-local-nav__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 7px;
  }
  .c-local-nav__content .c-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .c-local-nav__link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-local-nav__link-list li {
    width: 47%;
  }
}

.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-breadcrumbs__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-left: 7px;
}
.c-breadcrumbs__list li:first-of-type {
  margin-left: 0;
}
.c-breadcrumbs__list li + li::before {
  content: "/";
}
.c-breadcrumbs__list a {
  color: #E8825E;
}

@media screen and (min-width: 1001px) {
  .c-inpage-nav {
    max-width: 1160px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1001px) {
  .c-inpage-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 50px;
  }
}
.c-inpage-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .c-inpage-nav__item {
    gap: 5px;
    padding: 0.3em 0.3em;
    border-bottom: 2px solid #F4F4F4;
  }
}
.c-inpage-nav__arrow {
  display: block;
  width: min(13vw, 55px);
  height: min(13vw, 55px);
  background-color: #F4F4F4;
  border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-inpage-nav__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #61534A;
  border-right: solid 2px #61534A;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.c-table {
  width: 100%;
  border: 2px solid #D0D0D0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}
.c-table > tbody > tr > th, .c-table > tbody > tr > td {
  text-align: left;
  border-bottom: 2px solid #D0D0D0;
}
@media screen and (max-width: 1000px) {
  .c-table > tbody > tr > th, .c-table > tbody > tr > td {
    display: block;
  }
}
.c-table > tbody > tr > th {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  background-color: #F4F4F4;
  padding: 0.4em 1em;
}
@media screen and (min-width: 1001px) {
  .c-table > tbody > tr > th {
    width: 167px;
    line-height: 2.11;
    border-right: 2px solid #D0D0D0;
  }
}
.c-table > tbody > tr > td {
  padding: 1.2em 1.2em;
}
@media screen and (min-width: 1001px) {
  .c-table > tbody > tr > td {
    padding: 0.8em 1.2em;
  }
}
@media screen and (min-width: 1001px) {
  .c-table > tbody > tr:last-child th {
    border-bottom: none;
  }
}
.c-table > tbody > tr:last-child td {
  border-bottom: none;
}
.c-table.c-table--middle > tbody > tr > th {
  vertical-align: middle;
}

.c-summary-table-wrap {
  overflow: auto;
}

.c-summary-table {
  overflow: hidden;
  border-radius: 10px;
}
.c-summary-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
  margin: -6px;
  width: calc(100% + 12px);
}
.c-summary-table thead th {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  padding: 0.475em 1em;
  background-color: #E8825E;
  vertical-align: middle;
}
.c-summary-table tbody th {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  background-color: #FFECE5;
  padding: 1.032em 3%;
  vertical-align: middle;
  width: 30%;
}
@media screen and (min-width: 1001px) {
  .c-summary-table tbody th {
    width: 150px;
    padding: 1.032em 1.2em;
  }
}
.c-summary-table tbody td {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  padding: 1.032em 3%;
  background-color: #F4F4F4;
  vertical-align: middle;
}
@media screen and (min-width: 1001px) {
  .c-summary-table tbody td {
    padding: 1.032em 1.2em;
  }
}
.c-summary-table--fixed table {
  table-layout: fixed;
}
.c-summary-table--fixed table thead th:first-of-type {
  width: 150px;
}
.c-summary-table--lg tbody th,
.c-summary-table--lg tbody td {
  font-size: 2rem;
  font-size: clamp(1.6rem, 0.4363636364rem + 3.6363636364vw, 2rem);
  line-height: 1.4;
  padding: 0.7em 0.9em;
}

.c-search-box {
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 0.8em 5%;
}
@media screen and (min-width: 1001px) {
  .c-search-box {
    padding: 1.3em 1.8em 1.3em 1.2em;
  }
}
.c-search-box__summary {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-search-box__summary-txt {
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
  border-left: 6px solid #E8825E;
  padding-left: 0.42em;
  line-height: 1.78;
}
.c-search-box__summary-arrow {
  display: block;
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-search-box__summary-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #61534A;
  border-right: solid 2px #61534A;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.c-search-box__panel {
  display: none;
  padding: 0.8em 1% 0.5em;
}
@media screen and (min-width: 1001px) {
  .c-search-box__panel {
    padding: 0.8em 1.4em 0.5em;
  }
}
.c-search-box__panel-list:not(:last-of-type) {
  margin-bottom: 15px;
}
.c-search-box__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .c-search-box__items {
    gap: 5px 5%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  }
}
.c-search-box .is-open .c-search-box__summary-arrow {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.c-pref-filter__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-pref-filter__region {
  color: #E8825E;
  width: 65px;
}
.c-pref-filter__prefs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-pref-filter__list {
  gap: 0 1%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
}
@media screen and (min-width: 1001px) {
  .c-pref-filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 35px;
  }
}
select,
input[type=tel],
input[type=text],
input[type=email],
input[type=date],
input[type=password],
input[type=number] {
  width: 100%;
  height: 60px;
  border: 1px solid #B4B7BB;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 1.6rem;
}

select {
  color: #000;
  -webkit-text-fill-color: #000;
  background-color: #fff;
}

/* Safari の date input 崩れ対策 */
input[type=date] {
  -webkit-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

textarea {
  width: 100%;
  border: 1px solid #B4B7BB;
  border-radius: 6px;
  padding: 18px 20px;
  font-size: 1.6rem;
  line-height: 1.4;
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #B4B7BB;
}

::-moz-placeholder {
  color: #B4B7BB;
}

:-ms-input-placeholder {
  color: #B4B7BB;
}

::-ms-input-placeholder {
  color: #B4B7BB;
}

::placeholder {
  color: #B4B7BB;
}

.c-form-group {
  padding: 2.3rem 0 3.5rem;
  border-bottom: 1px solid #E3ECF6;
}

.c-form-ttl {
  color: #61534A;
  font-size: 2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}

.c-form-required {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.27em 0.385em;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 4px;
  color: #fff;
  background-color: #E8825E;
}

.c-form-label {
  display: block;
  font-size: 1.6rem;
}

.c-form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.c-form-select select::-ms-expand {
  display: none;
}

.c-form-select {
  position: relative;
  width: 100%;
}

.c-form-select::after {
  content: "";
  position: absolute;
  right: min(16%, 24px);
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  border-top: solid 2px #61534A;
  border-right: solid 2px #61534A;
  display: inline-block;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  pointer-events: none;
}

.c-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
}
.c-checkbox__input {
  display: none;
}
.c-checkbox__box {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #333333;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-checkbox__box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
          transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.c-checkbox__input:checked ~ .c-checkbox__box {
  background: #E8825E;
  border-color: #E8825E;
  -webkit-animation: c-checkbox-bounce 0.4s ease;
          animation: c-checkbox-bounce 0.4s ease;
}
.c-checkbox__input:checked ~ .c-checkbox__box::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
          transform: translate(-50%, -50%) rotate(45deg) scale(1);
}
.c-checkbox:hover .c-checkbox__box {
  border-color: #E8825E;
}

@-webkit-keyframes c-checkbox-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  60% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes c-checkbox-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  60% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
}
.c-radio__input {
  display: none;
}
.c-radio__box {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-radio__box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.c-radio.is-selected .c-radio__box, .c-radio__input:checked ~ .c-radio__box {
  background: #E8825E;
  border-color: #E8825E;
  -webkit-animation: c-radio-bounce 0.4s ease;
          animation: c-radio-bounce 0.4s ease;
}
.c-radio.is-selected .c-radio__box::after, .c-radio__input:checked ~ .c-radio__box::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.c-radio:hover .c-radio__box {
  border-color: #E8825E;
}

@-webkit-keyframes c-radio-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  60% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes c-radio-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  60% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-form-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 1.5em 1em 0.938em;
  min-height: 60px;
  border-radius: 6px;
  color: #000000;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  line-height: 1.4;
  z-index: 0;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.c-form-choice input[type=checkbox] {
  display: none;
}

.c-form-choice input[type=checkbox] + .c-form-choice__icon {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #B4B7BB;
  border-radius: 4px;
  margin: 0 0.625em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  position: relative;
  z-index: 2;
}

.c-form-choice input[type=checkbox]:checked + .c-form-choice__icon {
  background-color: #E8825E;
  border-color: #E8825E;
}

.c-form-choice input[type=checkbox]:checked + .c-form-choice__icon::after {
  content: "✔";
  color: #fff;
  font-size: 14px;
}

.c-form-choice input[type=checkbox]:checked + .c-form-choice__icon + span + .c-form-choice__bg {
  background-color: #F3C0AD;
  border-color: #E8825E;
}

.c-form-choice:hover {
  background-color: #F3C0AD;
}

.c-form-choice:hover .c-form-choice__icon {
  border-color: #77C1A5;
}

.c-form-choice span {
  font-size: 16px;
  z-index: 2;
  position: relative;
}

.c-form-choice small {
  font-size: 14px;
}

.c-form-choice__bg {
  border-radius: 5px;
  border: 1px solid #B4B7BB;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-form-choice input[type=radio] {
  display: none;
}

.c-form-choice input[type=radio] + .c-form-choice__icon {
  border-radius: 20px;
  margin: 0 8px 0 0;
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #B4B7BB;
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-form-choice input[type=radio]:checked + .c-form-choice__icon::after {
  content: "";
  border-radius: 20px;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  border: 4px solid #E8825E;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-form-choice input[type=radio]:checked + .c-form-choice__icon + span + .c-form-choice__bg {
  background-color: #F3C0AD;
  border-color: #E8825E;
}

.c-form-fields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 20px 4%;
}
@media screen and (min-width: 1001px) {
  .c-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media screen and (min-width: 1001px) {
  .c-form-fields > * {
    min-width: 260px;
  }
}
@media screen and (min-width: 1001px) {
  .c-form-fields.c-form-fields--lg li {
    min-width: 320px;
  }
}

.c-date-picker {
  position: relative;
}
.c-date-picker::after {
  content: "";
  display: block;
  background: url(../images/common/icon/icon_calendar.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: min(8%, 27px);
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1001px) {
  .c-date-picker::after {
    right: min(8%, 19px);
  }
}

.c-file-button {
  font-size: 1.8rem;
  font-size: clamp(1.3rem, -0.1545454545rem + 4.5454545455vw, 1.8rem);
  color: #A7A7A7;
  font-family: "Zen Maru Gothic", sans-serif;
}

.c-file-button::-webkit-file-upload-button {
  font-size: 1.8rem;
  cursor: pointer;
  font-size: clamp(1.3rem, -0.1545454545rem + 4.5454545455vw, 1.8rem);
  padding: 0.5em 0.8em;
  line-height: 1;
  border-radius: 4px;
  font-family: "Zen Maru Gothic", sans-serif;
  background-color: #fff;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #707070;
  -webkit-box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.25);
}

.c-file-button::file-selector-button {
  font-size: 1.8rem;
  cursor: pointer;
  font-size: clamp(1.3rem, -0.1545454545rem + 4.5454545455vw, 1.8rem);
  padding: 0.5em 0.8em;
  line-height: 1;
  border-radius: 4px;
  font-family: "Zen Maru Gothic", sans-serif;
  background-color: #fff;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #707070;
  -webkit-box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.25);
}

.c-confirm-item {
  width: 100%;
  min-height: 60px;
  background-color: #F5E9D5;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-modal {
  position: fixed;
  inset: 0;
  background: rgba(152, 124, 90, 0.65);
  display: none;
  z-index: 9999;
  padding: 20px 5% 20px;
  height: 100%;
}
@media screen and (min-width: 1001px) {
  .c-modal {
    padding: 20px 0 20px;
  }
}
.c-modal__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.c-modal__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  height: 100%;
  border-radius: 10px;
}
.c-modal__content {
  margin: auto;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
}

.c-video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none; /* 最初は非表示 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  padding: 20px; /* スマホで余白確保 */
  /* モーダルの中身 */
}
.c-video-modal__inr {
  padding: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-video-modal__content {
  max-width: 800px;
  width: 100%;
  position: relative;
}
.c-video-modal {
  /* iframe */
}
.c-video-modal #vimeoPlayer {
  display: block;
}

.c-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}
.c-step::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #B4B7BB;
  position: absolute;
  top: 12px;
  left: 0%;
  z-index: 1;
}
.c-step__item {
  position: relative;
}
.c-step__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  float: none;
  margin: 0;
  border-radius: 50%;
  color: #fff;
  background-color: #B4B7BB;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-step__item.is-active span {
  color: #fff;
  background-color: #E8825E;
}
.c-step__item.is-active .c-step__txt {
  color: #E8825E;
}
.c-step .c-step__txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -24px;
  white-space: nowrap;
  width: auto;
  color: #B4B7BB;
  font-size: min(3.5vw, 1.6rem);
  line-height: 1.24;
}

.c-step-box__item {
  background-color: #fff;
  padding: 24px 5%;
  border-radius: 10px;
  margin-bottom: 36px;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .c-step-box__item {
    padding: 24px 37px 30px;
  }
}
.c-step-box__item:last-of-type {
  margin-bottom: 0;
}
.c-step-box__item:last-of-type::after {
  content: none;
}
.c-step-box__item::after {
  content: "";
  display: block;
  width: 35px;
  height: 60px;
  position: absolute;
  top: 96%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/common/icon/icon_arrow02.svg) no-repeat;
  background-size: contain;
}
.c-step-box__content {
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-step-box__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #61534A;
  font-size: clamp(2.2rem, 1.0363636364rem + 3.6363636364vw, 2.6rem);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 19px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 1000px) {
  .c-step-box__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-step-box__step {
  color: #E8825E;
  font-size: 0.769em;
}
.c-step-box__step span {
  font-size: 1.5em;
}

.c-notice-balloon {
  display: none;
}
.c-notice-balloon.is-show {
  display: block;
}
.c-notice-balloon__inr {
  display: block;
  font-size: clamp(1.3rem, -0.1545454545rem + 4.5454545455vw, 1.8rem);
  color: #fff;
  background-color: #D9524F;
  line-height: 1.2;
  padding: 0.584em 0.8em 0.584em 0.8em;
  border-radius: 0.6em;
  position: relative;
}
.c-notice-balloon__inr::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #D9524F;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 10%;
}

.c-feature-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 40px 5.5%;
}
@media screen and (min-width: 1001px) {
  .c-feature-card {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}
.c-feature-card__img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
.c-feature-card__ttl {
  color: #E8825E;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.c-graybox {
  background-color: #F4F4F4;
  border: 1px solid #DEDFDF;
  border-radius: 4px;
  padding: 20px;
}
.c-graybox--sm {
  padding: 10px 15px;
  border-radius: 10px;
}

.c-goal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px 15px;
}
@media screen and (max-width: 1000px) {
  .c-goal__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-goal__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.c-goal dt {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  color: #4B4B4B;
  line-height: 1.5;
  background-color: #ACDFFF;
  border-radius: 6px;
  padding: 0.322em 0.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .c-goal dt {
    width: 178px;
  }
}
.c-goal dd {
  line-height: 1.72;
}

.c-media-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1001px) {
  .c-media-block {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-media-block__img {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (min-width: 1001px) {
  .c-media-block__img {
    width: 35.5%;
  }
}
.c-media-block__img--square {
  border-radius: 0;
}
.c-media-block__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1001px) {
  .c-media-block__content {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 1001px) {
  .c-media-block__content--no-top {
    padding-top: 0;
  }
}

.c-benefit-chip {
  color: #4B4B4B;
  background-color: #ACDFFF;
  font-size: 2.1rem;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 1.5;
  font-weight: bold;
  padding: 0.7265em 1.7em;
  border-radius: 6px;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .c-benefit-chip {
    font-size: clamp(1.6rem, 0.1454545455rem + 4.5454545455vw, 2.1rem);
  }
}

.c-benefit-chip-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8em 1em;
}
@media screen and (min-width: 1001px) {
  .c-benefit-chip-list {
    gap: 30px;
  }
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(3vw, 10px);
  margin: 0 -4vw;
}
.c-pagination__number-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(2vw, 10px);
}
.c-pagination__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1.2rem, -0.5454545455rem + 5.4545454545vw, 1.8rem);
  line-height: 1;
  border: 1px solid #E2E2E2;
  padding: 0.5em 0em;
  border-radius: 3px;
  width: 2.056em;
  cursor: pointer;
}
.c-pagination__number.is-current {
  border: 1px solid #E8825E;
  background-color: #F5E9D5;
}
.c-pagination .c-nav-arrow {
  height: 100%;
}

.c-curriculum-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1001px) {
  .c-curriculum-video {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1001px) {
  .c-curriculum-video li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 484px;
  }
}
.c-curriculum-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.c-curriculum-video__ttl {
  font-size: clamp(1.8rem, -0.2363636364rem + 6.3636363636vw, 2.5rem);
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.88em;
}

.c-faq__item {
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 0.695em 4% 0.695em 5%;
}
@media screen and (min-width: 1001px) {
  .c-faq__item {
    padding: 0.695em 1.8em 0.695em 2.35em;
  }
}
.c-faq__question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2.2rem;
  font-size: clamp(1.6rem, -0.1454545455rem + 5.4545454545vw, 2.2rem);
  font-weight: 500;
  color: #E8825E;
  line-height: 1.4;
  text-align: left;
}
@media screen and (min-width: 1001px) {
  .c-faq__question {
    line-height: 1.78;
  }
}
.c-faq__question::before {
  content: "Q.　";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-faq__arrow {
  display: block;
  width: 2.5em;
  height: 2.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-faq__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #61534A;
  border-right: solid 2px #61534A;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.c-faq__answer {
  display: none;
  font-size: 1.6rem;
}
.c-faq .is-open .c-faq__arrow {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.c-voice__img {
  border-radius: 10px;
  border: 1px solid #D0D0D0;
  overflow: hidden;
  margin-bottom: 10px;
}
.c-voice__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 10px;
}
.c-voice__school {
  background-color: #F5E9D5;
  border-radius: 4px;
  padding: 5px 13px;
}
.c-voice__year {
  background-color: #AFBFD4;
  border-radius: 4px;
  padding: 5px 17px;
}
.c-voice__year--2025 {
  background-color: #98B72B;
}
.c-voice__year--2024 {
  background-color: #FEB4B3;
}
.c-voice__year--2023 {
  background-color: #AFBFD4;
}
.c-voice__year--2022 {
  background-color: #F4A600;
}
.c-voice__txt {
  max-height: 9em;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

.c-loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.c-loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}

.is-hidden {
  display: none;
}

.u-main_calor {
  color: var(--main-color);
}

.u-bg-primary {
  background-color: var(--primary-color);
}

.u-bg-primary-light {
  background-color: var(--primary-color-light);
}

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

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

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

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.u-color-primary {
  color: #61534A;
}

.u-text-secondary {
  color: #E8825E;
}

.u-text-red {
  color: #FF0000;
}

.u-link {
  color: #1D00FF;
  text-decoration: underline;
}

.u-secondary-color {
  color: #E8825E;
}

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

.u-relative {
  position: relative;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-fw-bold {
  font-weight: bold;
}

.u-va-middle {
  vertical-align: middle;
}

.u-underline {
  text-decoration: underline;
}

.u-w100 {
  width: 100%;
}

.u-maxw-xs {
  max-width: 64px;
}

.u-maxw-sm {
  max-width: 86px;
}

.u-maxw-md {
  max-width: 120px;
}

.u-maxw-lg {
  max-width: 155px;
}

.u-maxw-xl {
  max-width: 640px;
}

.u-tab,
.u-tab-ib {
  display: none !important;
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
  .u-tab {
    display: block !important;
  }
  .u-tab-ib {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1001px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-pc2 {
    display: none !important;
  }
}
.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb100 {
  margin-bottom: 100px;
}

@-webkit-keyframes click-header-sp-bar-1-close {
  0% {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateX(-50%) translateY(5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateX(-50%) translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateX(-50%) translateY(0) rotate(0);
  }
}
@keyframes click-header-sp-bar-1-close {
  0% {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateX(-50%) translateY(5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateX(-50%) translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateX(-50%) translateY(0) rotate(0);
  }
}
@-webkit-keyframes click-header-sp-bar-2-close {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes click-header-sp-bar-2-close {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes click-header-sp-bar-3-close {
  0% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateX(-50%) translateY(-5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateX(-50%) translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateX(-50%) translateY(0) rotate(0);
  }
}
@keyframes click-header-sp-bar-3-close {
  0% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateX(-50%) translateY(-5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateX(-50%) translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateX(-50%) translateY(0) rotate(0);
  }
}
@-webkit-keyframes click-header-sp-bar-1-open {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateX(-50%) translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateX(-50%) translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateX(-50%) translateY(5px) rotate(45deg);
  }
}
@keyframes click-header-sp-bar-1-open {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateX(-50%) translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateX(-50%) translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateX(-50%) translateY(5px) rotate(45deg);
  }
}
@-webkit-keyframes click-header-sp-bar-2-open {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes click-header-sp-bar-2-open {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes click-header-sp-bar-3-open {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateX(-50%) translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateX(-50%) translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateX(-50%) translateY(-5px) rotate(-45deg);
  }
}
@keyframes click-header-sp-bar-3-open {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateX(-50%) translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateX(-50%) translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateX(-50%) translateY(-5px) rotate(-45deg);
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.showFadeUp {
  -webkit-animation-name: showFadeUp;
          animation-name: showFadeUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
          animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes showFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes showFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes icon-float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-8px) rotate(25deg);
            transform: translateY(-8px) rotate(25deg);
  }
  100% {
    -webkit-transform: translateY(-4px) rotate(25deg);
            transform: translateY(-4px) rotate(25deg);
  }
}
@keyframes icon-float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-8px) rotate(25deg);
            transform: translateY(-8px) rotate(25deg);
  }
  100% {
    -webkit-transform: translateY(-4px) rotate(25deg);
            transform: translateY(-4px) rotate(25deg);
  }
}/*# sourceMappingURL=common.css.map */