@charset "UTF-8";

/*pagenavi*/

.wp-pagenavi {
clear: both;
text-align:center;

}
.wp-pagenavi a, .wp-pagenavi span {
display: inline-block;
color: #fff;
background-color: #fec134;
border: 1px solid #fec134;
padding: 8px 15px;
margin: 0 7px 7px 0;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration: none;
}
.wp-pagenavi a:hover{
color: #FFF;
background-color: #d70915;
border-color: #d70915;
}
.wp-pagenavi span.current{
display: inline-block;
color: #FFF;
background-color: #00b4a9;
border-color: #00b4a9;
font-weight: bold;
}

.container {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}

.wrap {
  width: 100%;
  min-width: 320px;
  overflow: clip;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10rem rgba(0, 0, 0, 0.2);
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  height: 25.2rem;
  transition-duration: 0.3s;
  transition-property: all;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.header.is-hide {
  top: -80rem;
}

.header.is-scroll {
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
}

.header__container {
  position: relative;
  z-index: 2;
  transition-duration: 0.3s;
  transition-property: all;
}

.header__logo {
  position: absolute;
  top: 11.5rem;
  left: 0;
  width: 33.1rem;
  margin-bottom: 0;
  transition-duration: 0.3s;
  transition-property: all;
}

.header__logo img {
  width: 100%;
  height: auto;
}

.header__link {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 0 0 1.2rem 1.2rem;
  overflow: hidden;
  background-color: #005096;
}

.header__link > li {
  position: relative;
}

.header__link > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 3.4rem;
  border-left: 2px dotted #c4d7e7;
}

.header__link > li:first-child::before {
  display: none;
}

.header__link a {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 1.6rem 4rem;
}

.header__link-sp {
  display: none;
  margin-bottom: 0;
}

.header__link-sp__blog a {
  width: 3.9rem;
  height: 3.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background-color: #08b6ac;
}

.header__link-sp__blog span {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.header__link-sp__menu {
  position: relative;
  width: 3.9rem;
  height: 3.9rem;
}

.header__link-sp__menu > a {
  display: block;
  height: 100%;
}

.header__link-sp__menu > a > span {
  display: block;
  height: 100%;
  text-indent: -99999rem;
}

.header__link-sp__menu > a::before,
.header__link-sp__menu > a::after,
.header__link-sp__menu > a > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.9rem;
  height: 2px;
  width: 2.1rem;
  background-color: #333333;
  transition-duration: 0.3s;
  opacity: 1;
}

.header__link-sp__menu > a::before {
  margin-top: -0.6rem;
}

.header__link-sp__menu > a::after {
  margin-top: 0.6rem;
}

.header__link-sp__menu.is-open > a::before {
  transform: rotate(45deg);
  margin-top: 0;
}

.header__link-sp__menu.is-open > a::after {
  transform: rotate(-45deg);
  margin-top: 0;
}

.header__link-sp__menu.is-open > a > span::before {
  opacity: 0;
}

.header__deco1,
.header__deco2 {
  position: absolute;
  top: 0;
  pointer-events: none;
}

.header__deco1 img,
.header__deco2 img {
  width: 100%;
  height: auto;
}

.header__deco1 {
  left: 0;
  width: 56.3rem;
}

.header__deco2 {
  right: 0;
  width: 32.1rem;
}

.global-nav {
  position: relative;
  top: 7.2rem;
  z-index: 1;
  height: 18rem;
}

.global-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.global-nav__main {
  height: 100%;
}

.global-nav__main__list {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-left: 34rem;
}

.global-nav__main__list > li {
  max-width: 17rem;
  min-width: 9.2rem;
  height: 100%;
}

.global-nav__main__list > li > a,
.global-nav__main__list > li > span {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  width: 100%;
  position: relative;
}

.global-nav__main__item > a > span,
.global-nav__main__item > span > span {
  position: relative;
  display: inline-block;
  padding-top: 5.4rem;
}

.global-nav__main__item > a > span::before,
.global-nav__main__item > span > span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: no-repeat 0 0;
  background-size: 100% 100%;
}

.global-nav__main__item--introduction > a > span::before,
.global-nav__main__item--introduction > span > span::before {
  top: 0.4rem;
  width: 5.1rem;
  height: 3.5rem;
  background-image: url(./images/global_bg001.png);
}

.global-nav__main__item--feature > a > span::before,
.global-nav__main__item--feature > span > span::before {
  top: 0.4rem;
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(./images/global_bg002.png);
}

.global-nav__main__item--event > a > span::before,
.global-nav__main__item--event > span > span::before {
  top: 0.3rem;
  width: 4.5rem;
  height: 3.7rem;
  background-image: url(./images/global_bg003.png);
}

.global-nav__main__item--enroll > a > span::before,
.global-nav__main__item--enroll > span > span::before {
  top: 0;
  width: 3.4rem;
  height: 4.4rem;
  background-image: url(./images/global_bg004.png);
}

.global-nav__main__item--contact > a > span::before,
.global-nav__main__item--contact > span > span::before {
  top: 0.6rem;
  width: 4.1rem;
  height: 3.2rem;
  background-image: url(./images/global_bg005.png);
}

.global-nav__sub {
  position: absolute;
  top: 18rem;
  left: 0;
  width: 100vw;
  max-width: 1920px;
  transform: scale(1, 0);
  transition-property: transform;
  transition-duration: 0.3s;
  transform-origin: top center;
  padding: 3.4rem 0;
  box-shadow: 0 0.5rem 0.3rem rgba(0, 0, 0, 0.1);
}

.global-nav__main__list > li:hover > a + .global-nav__sub,
.global-nav__main__list > li:hover > span + .global-nav__sub {
  transform: scale(1, 1);
}

.global-nav__sub--introduction {
  background-color: rgba(239, 175, 180, 0.96);
}

.global-nav__sub--feature {
  background-color: rgba(62, 180, 165, 0.96);
}

.global-nav__sub--event {
  background-color: rgba(0, 80, 150, 0.96);
}

.global-nav__sub--enroll {
  background-color: rgba(215, 9, 21, 0.96);
}

.global-nav__sub--contact {
  background-color: rgba(254, 193, 52, 0.96);
}

.global-nav__sub__ttl {
  position: relative;
  border-bottom: 0.4rem dotted #fff;
  padding: 0 4rem 3rem 11.6rem;
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}

.global-nav__sub__ttl::before {
  content: "";
  position: absolute;
  background: no-repeat 0 0;
  background-size: 100% 100%;
}

.global-nav__main__item--introduction .global-nav__sub__ttl::before {
  top: 0.4rem;
  left: 4.5rem;
  width: 5.1rem;
  height: 3.5rem;
  background-image: url(./images/global_bg006.png);
}

.global-nav__main__item--feature .global-nav__sub__ttl::before {
  top: 0.4rem;
  left: 5.1rem;
  width: 4.2rem;
  height: 4.2rem;
  background-image: url(./images/global_bg007.png);
}

.global-nav__main__item--event .global-nav__sub__ttl::before {
  top: 0.4rem;
  left: 4.8rem;
  width: 4.5rem;
  height: 3.7rem;
  background-image: url(./images/global_bg008.png);
}

.global-nav__main__item--enroll .global-nav__sub__ttl::before {
  top: 0rem;
  left: 5.4rem;
  width: 3.4rem;
  height: 4.4rem;
  background-image: url(./images/global_bg009.png);
}

.global-nav__main__item--contact .global-nav__sub__ttl::before {
  top: 0.8rem;
  left: 5.2rem;
  width: 4.1rem;
  height: 3.2rem;
  background-image: url(./images/global_bg010.png);
}

.global-nav__sub__list {
  flex: 1;
  margin-bottom: 0;
  display: flex;
  padding: 0 4rem;
  gap: 6rem;
}

.global-nav__sub__list > li {
  max-width: 33.333%;
}

.global-nav__sub__list > li > a,
.global-nav__sub__list > li > span {
  display: block;
/*  font-size: 2.4rem; */
  font-size: 2.2rem;
  color: #fff;
  text-decoration: none;
}

.global-nav__sub__list2 {
  margin: 1.6rem 0 0;
}

.global-nav__sub__list2 > li {
  margin-top: 1.2rem;
}

.global-nav__sub__list2 > li > a,
.global-nav__sub__list2 > li > span {
  position: relative;
  display: block;
  padding-left: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.global-nav__sub__list2 > li > a::before,
.global-nav__sub__list2 > li > span::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 0.5rem;
  height: 2px;
  background-color: #fff;
}

.global-nav-sp {
  display: none;
  position: fixed;
  top: 3.9rem;
  bottom: 0;
  right: -110vw;
  background-color: #f7f5ef;
  width: 100%;
  transition-duration: 0.3s;
  z-index: 101;
  overflow-y: auto;
  padding: 2.6rem 2.6rem 3.6rem;
}

.global-nav-sp.is-open {
  right: 0;
}

.global-nav-sp a {
  text-decoration: none;
}

.global-nav-sp__ttl {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.global-nav-sp__list {
  margin-bottom: 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.global-nav-sp__list__item > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 3.2rem 0 5.7rem;
  height: 4.5rem;
  border-radius: 0.4rem;
  border-bottom: 0.3rem solid;
}

.global-nav-sp__list__item > a::before,
.global-nav-sp__list__item > a::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.1rem);
  transform: translateY(-50%);
  background: no-repeat 0 0;
  background-size: 100% 100%;
}

.global-nav-sp__list__item > a::before {
  left: 3rem;
  width: 2.8rem;
  height: 2.8rem;
}

.global-nav-sp__list__item > a::after {
  right: 1.8rem;
  width: 0.7rem;
  height: 1.2rem;
  background-image: url(./images/arrow_001.png);
}

.global-nav-sp__list__item--enroll > a {
  background-color: #d70915;
  border-bottom-color: #ab000a;
}

.global-nav-sp__list__item--enroll > a::before {
  background-image: url(./images/side-nav_bg001.png);
}

.global-nav-sp__list__item--contact > a {
  background-color: #fec134;
  border-bottom-color: #dc9a00;
}

.global-nav-sp__list__item--contact > a::before {
  background-image: url(./images/side-nav_bg002.png);
}

.global-nav-sp__list__item--blog > a {
  background-color: #00b4a9;
  border-bottom-color: #008a82;
}

.global-nav-sp__list__item--blog > a::before {
  background-image: url(./images/side-nav_bg003.png);
}

.global-nav-sp__list2 {
  margin-bottom: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.global-nav-sp__list2__item > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 3.2rem 0 4rem;
  height: 5.2rem;
  border-radius: 0.4rem;
  background-color: #fff;
  border-bottom: 0.3rem solid #eceae5;
}

.global-nav-sp__list2__item > a::before,
.global-nav-sp__list2__item > a::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.1rem);
  transform: translateY(-50%);
  background: no-repeat 0 0;
  background-size: 100% 100%;
}

.global-nav-sp__list2__item > a::after {
  right: 1.8rem;
  width: 0.7rem;
  height: 1.2rem;
  background-image: url(./images/arrow_002.png);
}

.global-nav-sp__list2__item--introduction > a::before {
  left: 2.7rem;
  width: 3.1rem;
  height: 2.1rem;
  background-image: url(./images/global_bg001.png);
}

.global-nav-sp__list2__item--feature > a::before {
  left: 2.9rem;
  width: 2.7rem;
  height: 2.7rem;
  background-image: url(./images/global_bg002.png);
}

.global-nav-sp__list2__item--event > a::before {
  left: 2.8rem;
  width: 3rem;
  height: 2.5rem;
  background-image: url(./images/global_bg003.png);
}

.global-nav-sp__list3 {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.global-nav-sp__list3 > li {
  width: calc(50% - 0.4rem);
}

.global-nav-sp__list3 > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 2.5rem;
  height: 4.5rem;
  border-radius: 0.4rem;
  background-color: #005096;
  border-bottom: 0.3rem solid #003b6e;
}

.global-nav-sp__list3 > li > a::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.1rem);
  transform: translateY(-50%);
  background: no-repeat 0 0;
  background-size: 100% 100%;
}

.global-nav-sp__list3 > li > a::after {
  right: 1.8rem;
  width: 0.7rem;
  height: 1.2rem;
  background-image: url(./images/arrow_001.png);
}

.side-nav {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
  width: 5.5rem;
  transform: translateY(-50%);
}

.side-nav__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0;
}

.side-nav__item a {
  position: relative;
  display: block;
  width: 100%;
  padding: 6rem 2rem 1.6rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  border-radius: 1rem 0 0 1rem;
  border: 0.2rem solid #fff;
  border-right: none;
}

.side-nav__item a::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  background: no-repeat 0 0;
  background-size: 100% 100%;
}

.side-nav__item--enroll a {
  background-color: #d70915;
}

.side-nav__item--enroll a::before {
  background-image: url(./images/side-nav_bg001.png);
}

.side-nav__item--contact a {
  background-color: #fec134;
}

.side-nav__item--contact a::before {
  background-image: url(./images/side-nav_bg002.png);
}

.side-nav__item--blog a {
  background-color: #00b4a9;
}

.side-nav__item--blog a::before {
  background-image: url(./images/side-nav_bg003.png);
}

.footer {
  position: relative;
  background-color: #3eb4a5;
  color: #fff;
  padding: 8.2rem 0 3.6rem;
}

.footer__container {
  position: relative;
  z-index: 2;
}

.footer__nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 9rem;
}

.footer__nav a {
  color: #fff;
  text-decoration: none;
}

.footer__nav_col {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.footer__nav_col2 {
  flex: 1;
}

.footer__nav__list {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 4.8rem 0;
}

.footer__nav__list > li > a,
.footer__nav__list > li > span {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-top: 2px dotted #fff;
  border-bottom: 2px dotted #fff;
  padding: 1.2rem 1rem;
}

.footer__nav__list__sub {
  margin-top: 1.8rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem 0;
  padding: 0 1rem;
}

.footer__nav__list__sub > li > a,
.footer__nav__list__sub > li > span {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.footer__nav__list__sub2 {
  margin-top: 1rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem 0;
}

.footer__nav__list__sub2 > li {
  position: relative;
}

.footer__nav__list__sub2 > li > a,
.footer__nav__list__sub2 > li > span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 1.2rem;
}

.footer__nav__list__sub2 > li > a::before,
.footer__nav__list__sub2 > li > span::before {
  position: absolute;
  top: 1.2rem;
  left: 0;
  content: "";
  width: 0.4rem;
  height: 1px;
  background-color: #fff;
}

.footer__nav__list__sub3 {
  margin-top: 1rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem 0;
}

.footer__nav__list__sub3 > li {
  position: relative;
}

.footer__nav__list__sub3 > li > a,
.footer__nav__list__sub3 > li > span {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}

.footer__nav__list__sub3 > li > a::before,
.footer__nav__list__sub3 > li > span::before {
  content: "・";
}

.footer__info {
  margin-bottom: 4.8rem;
}

.footer__info__logo {
  width: 39.2rem;
  height: 10rem;
  margin: 0 auto 3.6rem;
  background-color: #fff;
  border-radius: 1.2rem;
}

.footer__info__logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.footer__info__logo img {
  width: 28rem;
  height: auto;
}

.footer__info__address {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
}

.footer__copyright {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
}

.footer__deco1,
.footer__deco2,
.footer__deco3 {
  position: absolute;
  pointer-events: none;
}

.footer__deco1 img,
.footer__deco2 img,
.footer__deco3 img {
  width: 100%;
  height: auto;
}

.footer__deco1 {
  bottom: -1.2rem;
  left: -33rem;
  z-index: -1;
  width: 47rem;
}

.footer__deco2 {
  bottom: 0;
  left: 0;
  width: 47rem;
}

.footer__deco3 {
  bottom: 0;
  right: 50%;
  transform: translateX(96rem);
  width: 65.4rem;
}

.content {
  position: relative;
  z-index: 10;
}

.breadcrumbs-wrap {
  position: absolute;
  top: -2.4rem;
  left: 0;
  right: 0;
  font-size: 1.8rem;
  line-height: 1.2;
}

.breadcrumbs-wrap .breadcrumbs > span {
  display: inline-block;
}

.breadcrumbs-wrap a {
  color: #1f9485;
  text-decoration: none;
}

.content__inner {
  padding: 0 0 10rem;
}

.content__inner__container {
  display: grid;
  gap: 4rem;
  grid-template-columns: 29rem 1fr;
}

.content__inner2 {
  position: relative;
  background-color: #f7f5ef;
  z-index: 2;
  padding-top: 6rem;
}

.content__inner2::before {
  content: "";
  position: absolute;
  top: -37.5rem;
  left: 50%;
  transform: translateX(-96rem);
  width: 192rem;
  height: 37.5rem;
  background: url(./images/content_bg001.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.content__inner2--type2 {
  background-color: #eaf7e0;
}

.content__inner2--type2::before {
  background-image: url(./images/content_bg002.png);
}

.content__inner2--type3 {
  background-color: #fff9e7;
}

.content__inner2--type3::before {
  background-image: url(./images/content_bg003.png);
}

.content__inner2__deco1,
.content__inner2__deco2,
.content__inner2__deco3 {
  position: absolute;
  pointer-events: none;
}

.content__inner2__deco1 img,
.content__inner2__deco2 img,
.content__inner2__deco3 img {
  width: 100%;
  height: auto;
}

.content__inner2__deco1 {
  width: 36rem;
  top: -14.4rem;
  left: calc(50% - 10rem);
  transform: translateX(-96rem);
  z-index: 8;
}

.content__inner2__deco2 {
  width: 25.4rem;
  top: 0;
  left: calc(50% + 15.5rem);
  transform: translateX(-96rem);
  z-index: 8;
}

.content__inner2__deco3 {
  width: 34.7rem;
  top: -8.4rem;
  right: calc(50% + 8.4rem);
  transform: translateX(96rem);
  z-index: 8;
}

.main {
  order: 2;
}

.main > :last-child {
  margin-bottom: 0;
}

.side {
  position: relative;
  order: 1;
}

.side__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition-duration: 0.3s;
}

.side__inner > :last-child {
  margin-bottom: 0;
}

.side__category {
  margin-bottom: 2rem;
  line-height: 1.2;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
}

.side__category > dt {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.4rem 2.6rem;
  color: #fff;
  background-color: #3eb4a5;
}

.side__category > dt a,
.side__category > dt span {
  display: block;
  margin: -1.4rem -2.6rem;
  padding: 1.4rem 2.6rem;
  color: #fff;
  text-decoration: none;
}

.side__category > dd {
  font-size: 1.8rem;
}

.side__category > dd a,
.side__category > dd span {
  display: block;
  padding: 1.6rem 2.6rem;
  color: #333;
  text-decoration: none;
}

.side__category__list {
  margin-bottom: 0;
}

.side__category__list > li > a {
  background-color: #fff;
}

.side__category__list > li + li {
  border-top: 0.2rem solid #c5e8e4;
}

.side__category__list__sub {
  margin-bottom: 0;
}

.side__category__list__sub > li > a {
  background-color: #ebf7f6;
  border-top: dotted 1px #3eb4a5;
}

.side__category__list__sub2 {
  margin-bottom: 0;
}

.side__category__list__sub2 > li > a {
  background-color: #c5e8e4;
}

.side__banner {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  gap: 1rem;
}

.side__banner__item {
  position: relative;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  width: 100%;
  height: 11rem;
  background-color: #fff;
}

.side__banner__item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 1.6rem 0 11.4rem;
  border-radius: 1rem;
  overflow: hidden;
}

.side__banner__item a:hover {
  opacity: 0.8;
}

.side__banner__item a::before,
.side__banner__item a::after {
  content: "";
  position: absolute;
}

.side__banner__item a::before {
  top: 0;
  bottom: 0;
  left: 2.6rem;
  margin: auto 0;
  width: 6.5rem;
  height: 6.5rem;
  background: no-repeat 0 0;
  background-size: 100% 100%;
}

.side__banner__item a::after {
  top: -10.1rem;
  right: -15.6rem;
  width: 23rem;
  height: 14.7rem;
  border-radius: 50%;
}

.side__banner__item--year a::before {
  background-image: url(./images/side_bg001.png);
}

.side__banner__item--year a::after {
  background-color: #fec134;
}

.side__banner__item--day a::before {
  background-image: url(./images/side_bg002.png);
}

.side__banner__item--day a::after {
  background-color: #3eb4a5;
}

.side__banner__item--class a::before {
  background-image: url(./images/side_bg003.png);
}

.side__banner__item--class a::after {
  background-color: #efafb4;
}

.side__banner__item--qa a::before {
  background-image: url(./images/side_bg004.png);
}

.side__banner__item--qa a::after {
  background-color: #005096;
}

.side__banner__item--visit a::before {
  background-image: url(./images/side_bg005.png);
}

.side__banner__item--visit a::after {
  background-color: #3eb4a5;
}

.side__banner__item--recruit a::before {
  background-image: url(./images/side_bg006.png);
}

.side__banner__item--recruit a::after {
  background-color: #fec134;
}

.side__banner__item--request a::before {
  background-image: url(./images/side_bg007.png);
}

.side__banner__item--request a::after {
  background-color: #d70915;
}

.sp-br {
  display: none;
}

.svg-mask {
  position: absolute;
  top: -999rem;
  left: -999rem;
  pointer-events: none;
  width: 0;
  height: 0;
}

.img-mask {
  clip-path: url(#mask);
}

.img-mask2 {
  clip-path: url(#mask);
}

.nav {
  margin-bottom: 9.2rem;
  padding-top: 2.5rem;
}

.nav__list {
  display: flex;
  gap: 4rem;
  margin-bottom: 0;
}

.nav__list__item {
  width: 48rem;
}

.nav__list__item a {
  position: relative;
  display: block;
  background-color: #fff;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  border-radius: 1.5rem;
}

.nav__list__item a::before {
  content: "";
  position: absolute;
}

.nav__list__item a::before {
  top: -3.7rem;
  left: 0;
  right: 0;
  width: 7.4rem;
  height: 7.4rem;
  background: no-repeat 0 0;
  background-size: 100% 100%;
  margin: 0 auto;
}

.nav__list__item a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 12rem;
  padding-top: 1.2rem;
  overflow: hidden;
  border-radius: 1.5rem;
}

.nav__list__item a span::before {
  content: "";
  position: absolute;
  top: -9.2rem;
  right: -13.1rem;
  width: 23rem;
  height: 14.7rem;
  border-radius: 50%;
}

.nav__list__item--year a::before {
  background-image: url(./images/nav_bg001.png);
}

.nav__list__item--year a span::before {
  background-color: #fec134;
}

.nav__list__item--day a::before {
  background-image: url(./images/nav_bg002.png);
}

.nav__list__item--day a span::before {
  background-color: #00b4a9;
}

.ttl {
  margin-bottom: 0;
  text-align: center;
  line-height: 1.2;
  font-size: 3.2rem;
  font-weight: 700;
  color: #3a2e07;
}

.ttl span {
  position: relative;
  display: inline-block;
  padding: 0 16.8rem;
}

.ttl span::before,
.ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13rem;
  height: 1.6rem;
  background: url(./images/ttl_bg001.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.ttl span::before {
  left: 0;
}

.ttl span::after {
  right: 0;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 5.4rem 1.2rem;
  width: 33rem;
  height: 7rem;
  background-color: #333333;
  color: #fff;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 3.5rem;
}

.btn::after {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1.4rem;
  height: 2.4rem;
  background: url(./images/arrow_001.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.btn::after {
  bottom: 4px;
}

.btn--sm {
  font-size: 1.8rem;
  width: 23.6rem;
  height: 5rem;
  padding-top: 0.2rem;
  padding-bottom: 0.6rem;
}

.btn--sm::after {
  right: 2.2rem;
  width: 1.2rem;
  height: 2.1rem;
}

.btn2 {
  display: inline-block;
  padding: 1rem;
  width: 18.5rem;
  border: 1px solid #824848;
  color: #824848;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.2;
  text-align: center;
}

.btn2__inner {
  position: relative;
  display: inline-block;
  padding-left: 1.8rem;
}

.btn2__inner::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid #824848;
  border-right: 1px solid #824848;
  transform: rotate(-45deg);
  margin-top: -0.3rem;
}

.btn3 {
  display: inline-block;
  padding: 1rem;
  width: 15rem;
  background-color: #bfab73;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.2;
  text-align: center;
}

.btn3__inner {
  position: relative;
  display: inline-block;
  padding-left: 1.8rem;
}

.btn3__inner::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  margin-top: -0.3rem;
}

.lead {
  font-size: 0.8rem;
  margin-bottom: 2.4rem;
  text-align: center;
}

.sec {
  padding: 4rem 0;
}

.mv {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  height: 65.2rem;
}

.mv::before {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-96rem);
  z-index: 10;
  width: 192rem;
  height: 49.9rem;
  background: url(./images/mv_bg001.png) no-repeat 0 0;
  background-size: 100% 100%;
  pointer-events: none;
}

.mv__inner {
  position: relative;
  z-index: 9;
  display: none;
  width: 100rem;
  margin: 0 auto;
}

.mv__inner .slick-list {
  border-radius: 4rem;
  height: 65.2rem;
  overflow: hidden;
}

.mv__inner .slick-track {
  height: 100%;
}

.mv__inner .slick-dots {
  position: absolute;
  right: 8rem;
  bottom: 5.2rem;
  width: 32rem;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.mv__inner .slick-dots button {
  width: 1.2rem;
  height: 1.2rem;
  border: none;
  border: 1px solid #fff;
  background-color: #fff;
  text-indent: -999rem;
  overflow: hidden;
  border-radius: 50%;
  padding: 0;
}

.mv__inner .slick-dots .slick-active button {
  background-color: #3eb4a5;
}

.mv__item {
  position: relative;
  width: 10rem;
  height: 65.2rem;
}

.mv__item a {
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.mv__item__inner {
  position: relative;
  z-index: 10;
}

.mv__txt {
  position: absolute;
  top: 33rem;
  right: 0;
  background-color: #fff;
  color: #333;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 700;
  height: 7.2rem;
  padding: 0 3.2rem;
  display: flex;
  align-items: center;
}

.mv__txt--type2 {
  top: 41rem;
}

.mv__item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mv__item__img img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__item__img__pc {
  display: block !important;
}

.mv__item__img__sp {
  display: none !important;
}

.mv__deco1,
.mv__deco2,
.mv__deco3,
.mv__deco4,
.mv__deco5,
.mv__deco6,
.mv__deco7,
.mv__deco8,
.mv__deco9,
.mv__deco10 {
  position: absolute;
  pointer-events: none;
}

.mv__deco1 img,
.mv__deco2 img,
.mv__deco3 img,
.mv__deco4 img,
.mv__deco5 img,
.mv__deco6 img,
.mv__deco7 img,
.mv__deco8 img,
.mv__deco9 img,
.mv__deco10 img {
  width: 100%;
  height: auto;
}

.mv__deco1 {
  width: 35rem;
  top: 15.5rem;
  left: calc(50% + 12rem);
  transform: translateX(-96rem);
  z-index: 8;
}

.mv__deco2 {
  width: 21.3rem;
  top: 5.8rem;
  right: calc(50% + 26rem);
  transform: translateX(96rem);
  z-index: 8;
}

.mv__deco3 {
  width: 14.8rem;
  top: 3.5rem;
  right: calc(50% + 16.1rem);
  transform: translateX(96rem);
  z-index: 8;
}

.mv__deco4 {
  width: 5.8rem;
  top: 57.6rem;
  left: calc(50% + 6rem);
  transform: translateX(-96rem);
  z-index: 10;
}

.mv__deco5 {
  width: 40.1rem;
  top: 41.6rem;
  left: calc(50% + 18.8rem);
  transform: translateX(-96rem);
  z-index: 10;
}

.mv__deco6 {
  width: 55.7rem;
  top: 13.4rem;
  right: 50%;
  transform: translateX(96rem);
  z-index: 9;
}

.mv__deco7 {
  display: none;
  width: 15.5rem;
  top: 0;
  left: 0;
  z-index: 9;
}

.mv__deco8 {
  display: none;
  width: 9.8rem;
  top: 0;
  right: 0;
  z-index: 9;
}

.mv__deco9 {
  display: none;
  width: 11.9rem;
  bottom: 0;
  left: 0;
  z-index: 11;
}

.mv__deco10 {
  display: none;
  width: 15rem;
  bottom: 0.6rem;
  right: 0;
  z-index: 11;
}

.mv2 {
  position: relative;
  height: 40.8rem;
}

.mv2__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv2__img__sp {
  display: none;
}

.mv2__inner {
  position: relative;
  z-index: 3;
  padding-top: 11.8rem;
}

.mv2__txt {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 1.6rem 6rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  background-color: #fff;
}

.introduction {
  position: relative;
  z-index: 1;
  background-color: #f7f5ef;
}

.introduction__container {
  position: relative;
  padding-top: 8.4rem;
  padding-bottom: 29rem;
}

.introduction__inner {
  position: relative;
  z-index: 10;
}

.introduction__ttl {
  margin-bottom: 7.6rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}

.introduction__ttl span {
  color: #d70915;
}

.introduction__txts {
  min-height: 27.2rem;
  margin-bottom: 10.4rem;
}

.introduction__txt {
  margin-bottom: 4.2rem;
  padding: 0 18.4rem;
  font-size: 1.8rem;
  text-align: center;
}

.introduction__btns {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.introduction__btn {
  position: relative;
  width: 32rem;
  height: 12rem;
  transition-property: color;
  transition-duration: 0.3s;
}

.introduction__btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -3.6rem;
  z-index: 2;
  transform: translateX(-50%);
  width: 7.2rem;
  height: 7.2rem;
  background: no-repeat 0 0;
  background-size: 100% 100%;
  pointer-events: none;
}

.introduction__btn:hover::before {
  opacity: 0.8;
}

.introduction__btn a {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  color: #333333;
  overflow: hidden;
  padding-top: 1rem;
}

.introduction__btn a::before {
  content: "";
  position: absolute;
  top: -9.2rem;
  right: -14.2rem;
  width: 23rem;
  height: 14.7rem;
  border-radius: 50%;
}

.introduction__btn a span {
  position: relative;
  display: inline-block;
  padding-right: 6rem;
}

.introduction__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 4.1rem;
  height: 1.3rem;
  background: no-repeat 0 0;
  background-size: 100% 100%;
  pointer-events: none;
}

.introduction__btn--principal::before {
  background-image: url(./images/introduction_bg001.png);
}

.introduction__btn--principal a::before {
  background-color: #d70915;
}

.introduction__btn--principal a span::before {
  background-image: url(./images/introduction_arrow001.png);
}

.introduction__btn--vice::before {
  background-image: url(./images/introduction_bg002.png);
}

.introduction__btn--vice a::before {
  background-color: #fec134;
}

.introduction__btn--vice a span::before {
  background-image: url(./images/introduction_arrow002.png);
}

.introduction__btn--outline::before {
  background-image: url(./images/introduction_bg003.png);
}

.introduction__btn--outline a::before {
  background-color: #3eb4a5;
}

.introduction__btn--outline a span::before {
  background-image: url(./images/introduction_arrow003.png);
}

.introduction__deco1,
.introduction__deco2,
.introduction__deco3,
.introduction__deco4,
.introduction__deco5 {
  position: absolute;
  pointer-events: none;
}

.introduction__deco1 img,
.introduction__deco2 img,
.introduction__deco3 img,
.introduction__deco4 img,
.introduction__deco5 img {
  width: 100%;
  height: auto;
}

.introduction__deco1 {
  width: 23.7rem;
  top: 15.8rem;
  left: -20rem;
  z-index: 8;
}

.introduction__deco2 {
  width: 31.2rem;
  top: 5.6rem;
  right: -24.5rem;
  z-index: 8;
}

.introduction__deco3 {
  width: 21.9rem;
  top: 47.6rem;
  right: -20rem;
  z-index: 8;
}

.introduction__deco4 {
  width: 28rem;
  height: 22rem;
  top: 24.4rem;
  left: -10rem;
  z-index: 9;
}

.introduction__deco4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.introduction__deco5 {
  width: 28rem;
  height: 22rem;
  top: 32.2rem;
  right: -10rem;
  z-index: 9;
}

.introduction__deco5 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.feature::before {
  position: absolute;
  content: "";
  top: -25rem;
  left: 50%;
  transform: translateX(-96rem);
  width: 192rem;
  height: 26rem;
  background: url(./images/feature_bg001.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.feature--type2 {
  background-color: #f7f5ef;
}

.feature--type2::before {
  display: none;
}

.feature__container {
  position: relative;
  padding-bottom: 10rem;
}

.feature__inner {
  position: relative;
  z-index: 10;
}

.feature__ttl {
  position: relative;
  top: -10rem;
  margin-bottom: -2.5rem;
  text-align: center;
}

.feature__ttl--type2 {
  top: 0;
  margin-bottom: 6rem;
}

.feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3.6rem;
  margin-bottom: 7.4rem;
}

.feature__list__item {
  width: 48.2rem;
}

.feature__list__item:nth-child(2) {
  margin-top: 17.2rem;
}

.feature__list__item:nth-child(n+2):nth-child(2n+1) {
  margin-top: -5.9rem;
}

.feature__list__item:nth-child(n+3):nth-child(2n) {
  margin-top: 8.4rem;
}

.feature__list__img {
  position: relative;
}

.feature__list__img::before {
  content: "";
  position: absolute;
  top: 3.4rem;
  left: 0;
  z-index: 1;
  width: 43.2rem;
  height: 43.2rem;
  background: url(./images/feature_bg002.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.feature__list__img__inner {
  position: relative;
  z-index: 2;
  width: 43.2rem;
  height: 43.2rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}

.feature__list__img__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature__list__txts {
  position: relative;
  z-index: 3;
  margin-top: -3.6rem;
  background-color: #fff;
  border: 0.6rem solid #f7f5ef;
  border-radius: 2rem;
  padding: 5.6rem 2.4rem 3rem;
}

.feature__list__txt {
  position: absolute;
  z-index: 4;
  display: table;
  top: -3.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 1.6rem 4rem;
  border-radius: 3.1rem;
  background-color: #3eb4a5;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.feature__list__txt2 {
  position: relative;
  z-index: 3;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0;
}

.feature__btn {
  text-align: center;
  margin-bottom: 0;
}

.feature__deco1,
.feature__deco2,
.feature__deco3,
.feature__deco4,
.feature__deco5,
.feature__deco6,
.feature__deco7,
.feature__deco8,
.feature__deco9,
.feature__deco10,
.feature__deco11,
.feature__deco12,
.feature__deco13,
.feature__deco14,
.feature__deco15,
.feature__deco16,
.feature__deco17,
.feature__deco18,
.feature__deco19,
.feature__deco20,
.feature__deco21 {
  position: absolute;
  pointer-events: none;
}

.feature__deco1 img,
.feature__deco2 img,
.feature__deco3 img,
.feature__deco4 img,
.feature__deco5 img,
.feature__deco6 img,
.feature__deco7 img,
.feature__deco8 img,
.feature__deco9 img,
.feature__deco10 img,
.feature__deco11 img,
.feature__deco12 img,
.feature__deco13 img,
.feature__deco14 img,
.feature__deco15 img,
.feature__deco16 img,
.feature__deco17 img,
.feature__deco18 img,
.feature__deco19 img,
.feature__deco20 img,
.feature__deco21 img {
  width: 100%;
  height: auto;
}

.feature__deco1 {
  width: 25.4rem;
  top: -16rem;
  left: -14.4rem;
  z-index: 8;
}

.feature__deco2 {
  width: 42.4rem;
  top: -24rem;
  right: -35.8rem;
  z-index: 8;
}

.feature__deco3 {
  width: 28rem;
  height: 22rem;
  top: 39.2rem;
  left: -40.6rem;
  z-index: 9;
}

.feature__deco3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature__deco4 {
  width: 36rem;
  top: 56.5rem;
  left: -46rem;
  z-index: 8;
}

.feature__deco5 {
  width: 23.7rem;
  top: 49.2rem;
  right: -33rem;
  z-index: 8;
}

.feature__deco6 {
  width: 14.8rem;
  top: 110.8rem;
  left: -29.8rem;
  z-index: 8;
}

.feature__deco7 {
  width: 21rem;
  top: 105.3rem;
  right: -33rem;
  z-index: 8;
}

.feature__deco8 {
  width: 43.1rem;
  top: 136.7rem;
  right: -46rem;
  z-index: 8;
}

.feature__deco9 {
  width: 49.3rem;
  bottom: 0;
  left: -30rem;
  z-index: 8;
}

.feature__deco10 {
  z-index: 8;
  display: none;
}

.feature__deco11 {
  z-index: 8;
  display: none;
}

.feature__deco12 {
  width: 28rem;
  height: 22rem;
  top: 49.6rem;
  left: -40.6rem;
  z-index: 9;
}

.feature__deco12 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature__deco13 {
  width: 36rem;
  top: 63.8rem;
  left: -46rem;
  z-index: 8;
}

.feature__deco14 {
  width: 21rem;
  top: 62.8rem;
  right: -33rem;
  z-index: 8;
}

.feature__deco15 {
  width: 43.1rem;
  top: 89.2rem;
  right: -46rem;
  z-index: 8;
}

.feature__deco16 {
  width: 14.8rem;
  top: 110.1rem;
  left: -29.8rem;
  z-index: 8;
}

.feature__deco17 {
  width: 23.7rem;
  top: 149.8rem;
  left: -36.4rem;
  z-index: 8;
}

.feature__deco18 {
  width: 14.8rem;
  top: 164.6rem;
  right: -38.7rem;
  z-index: 8;
}

.feature__deco19 {
  z-index: 8;
  display: none;
}

.feature__deco20 {
  z-index: 8;
  display: none;
}

.feature__deco21 {
  z-index: 8;
  display: none;
}

.event {
  position: relative;
  z-index: 1;
  background-color: #e0f7f4;
}

.event__container {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.event__inner {
  position: relative;
  z-index: 10;
}

.event__ttl {
  margin-bottom: 7.2rem;
}

.event__list {
  display: flex;
  gap: 2rem;
  margin-bottom: 0;
}

.event__list__item {
  position: relative;
  flex: 1;
  background-color: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
}

.event__list__item a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #333;
}

.event__list__ttl {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 3.2rem;
  z-index: 1;
  width: 4.5rem;
  height: 20rem;
  padding-bottom: 1.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background: no-repeat 0 0;
  background-size: 100% 100%;
}

.event__list__ttl--year {
  background-image: url(./images/event_bg001.png);
}

.event__list__ttl--day {
  background-image: url(./images/event_bg002.png);
}

.event__list__img {
  aspect-ratio: 490/252;
}

.event__list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event__list__txt {
  margin-bottom: 0;
  padding: 2.4rem 4rem;
  font-size: 1.8rem;
  text-align: center;
}

.event__deco1,
.event__deco2 {
  position: absolute;
  pointer-events: none;
}

.event__deco1 img,
.event__deco2 img {
  width: 100%;
  height: auto;
}

.event__deco1 {
  width: 28rem;
  top: -10.8rem;
  right: -40.6rem;
  z-index: 9;
}

.event__deco2 {
  width: 36rem;
  top: 6rem;
  right: -46rem;
  z-index: 8;
}

.report {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.report__container {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.report__inner {
  position: relative;
  z-index: 10;
}

.report__ttl {
  margin-bottom: 7.2rem;
}

.report__ttl2 {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 0.4rem dotted #e1dbcb;
  margin-bottom: 1.6rem;
  padding-bottom: 1.8rem;
}

.report__row {
  display: flex;
  gap: 4rem;
}

.report__col {
  width: 48rem;
  height: 38.2rem;
}

.report__col a {
  display: block;
  width: 100%;
  height: 100%;
}

.report__col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.report__col2 {
  flex: 1;
}

.report__date {
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
  color: #aea280;
}

.report__txt {
  font-size: 1.8rem;
  margin-bottom: 3.6rem;
}

.report__btn {
  margin-bottom: 0;
}

.report__deco1,
.report__deco2,
.report__deco3 {
  position: absolute;
  pointer-events: none;
}

.report__deco1 img,
.report__deco2 img,
.report__deco3 img {
  width: 100%;
  height: auto;
}

.report__deco1 {
  width: 33.3rem;
  top: -15.2rem;
  left: -42rem;
  z-index: 8;
}

.report__deco2 {
  width: 14.8rem;
  top: 16.4rem;
  right: -27.6rem;
  z-index: 8;
}

.report__deco3 {
  width: 36rem;
  bottom: 10rem;
  left: -46rem;
  z-index: 8;
}

.news {
  position: relative;
  z-index: 1;
  background-color: #f7f5ef;
}

.news__container {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.news__inner {
  position: relative;
  z-index: 10;
}

.news__ttl {
  margin-bottom: 7.2rem;
}

.news__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 8rem;
}

.news__list__item {
  background-color: #fff;
  border-radius: 1.5rem;
}

.news__list__item a {
  display: block;
  padding: 2.8rem 4rem;
  text-decoration: none;
  color: #333;
}

.news__list__date {
  margin-bottom: 0.2rem;
  font-size: 1.6rem;
  color: #aea280;
}

.news__list__txt {
  margin-bottom: 0;
  font-size: 1.8rem;
}

.news__btn {
  margin-bottom: 0;
  text-align: center;
}

.news__deco1,
.news__deco2,
.news__deco3,
.news__deco4,
.news__deco5,
.news__deco6 {
  position: absolute;
  pointer-events: none;
}

.news__deco1 img,
.news__deco2 img,
.news__deco3 img,
.news__deco4 img,
.news__deco5 img,
.news__deco6 img {
  width: 100%;
  height: auto;
}

.news__deco1 {
  width: 42.1rem;
  top: -18.8rem;
  right: -35.4rem;
  z-index: 8;
}

.news__deco2 {
  width: 23.7rem;
  bottom: 27rem;
  left: -33.3rem;
  z-index: 8;
}

.news__deco3 {
  width: 50rem;
  bottom: 0;
  left: -34.6rem;
  z-index: 8;
}

.news__deco4 {
  width: 36rem;
  bottom: 7.8rem;
  right: -46rem;
  z-index: 8;
}

.news__deco5 {
  display: none;
  z-index: 8;
}

.news__deco6 {
  display: none;
  z-index: 8;
}

.blog {
  position: relative;
  z-index: 1;
  background-color: #eaf7e0;
}

.blog__container {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.blog__inner {
  position: relative;
  z-index: 10;
}

.blog__ttl {
  margin-bottom: 7.2rem;
}

.blog__slide {
  position: relative;
  margin-bottom: 8rem;
  display: none;
}

.blog__slide .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto 0;
  border: none;
  background: none;
  text-indent: -999rem;
  width: 4.9rem;
  height: 8.8rem;
  background: url(./images/arrow_003.png) no-repeat 0 0;
  background-size: 100% 100%;
  cursor: pointer;
}

.blog__slide .slick-prev {
  transform: scale(-1, 1);
  left: 2.8rem;
}

.blog__slide .slick-next {
  right: 2.8rem;
}

.blog__slide__item {
  width: 49rem;
  background-color: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  margin: 0.5rem;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
}

.blog__slide__item a {
  text-decoration: none;
  color: #333;
}

.blog__slide__img {
  aspect-ratio: 490/255;
}

.blog__slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog__slide__detail {
  padding: 1.2rem 4rem 1.6rem;
}

.blog__slide__date {
  font-size: 1.6rem;
  color: #52a096;
  margin-bottom: 0;
}

.blog__slide__txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 2rem;
  margin-bottom: 0;
}

.blog__btn {
  text-align: center;
  margin-bottom: 0;
}

.enroll {
  position: relative;
  z-index: 1;
  background-color: #fffceb;
}

.enroll__container {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 57rem;
}

.enroll__inner {
  position: relative;
  z-index: 10;
}

.enroll__ttl {
  margin-bottom: 7.2rem;
}

.enroll__ttl2 {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #fedb00;
  padding: 1.2rem 4rem;
  border-radius: 1rem;
}

.enroll__ttl3 {
  margin-bottom: 2.4rem;
  position: relative;
  padding: 1.2rem 4rem 1.2rem 6.4rem;
  border-top: 0.3rem solid #fedb00;
  border-bottom: 0.3rem solid #fedb00;
  font-size: 1.8rem;
  font-weight: 500;
}

.enroll__ttl3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4rem;
  margin: auto 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #fedb00;
}

.enroll__row {
  display: flex;
  margin-bottom: 8rem;
}

.enroll__col {
  order: 2;
  flex: 1;
}

.enroll__col > :last-child {
  margin-bottom: 0;
}

.enroll__col--type2 {
  order: 3;
}

.enroll__img {
  width: 43.2rem;
}

.enroll__img--right {
  margin-left: auto;
}

.enroll__img img {
  width: 100%;
  height: 180%;
  -o-object-fit: cover;
     object-fit: cover;
}

.enroll__txt {
  font-size: 1.8rem;
  margin-bottom: 4rem;
  padding: 0 4rem;
}

.enroll__contact {
  height: 21.4rem;
  margin: 8rem 0;
  border-radius: 1.5rem;
  overflow: hidden;
}

.enroll__contact a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #3eb4a5;
  color: #fff;
  text-decoration: none;
}

.enroll__contact__col {
  flex: 1;
  padding: 0 4rem;
}

.enroll__contact__col2 {
  position: relative;
  width: 40.8rem;
  height: 100%;
}

.enroll__contact__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border-bottom: 0.2rem solid #98d7cf;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.enroll__contact__txt {
  margin-bottom: 0;
  font-size: 1.8rem;
}

.enroll__contact__img {
  width: 100%;
  height: 100%;
}

.enroll__contact__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.enroll__contact__link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23rem;
  height: 4.8rem;
  background-color: #333333;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  clip-path: polygon(4.8rem 0, 100% 0, 100% 100%, 0 100%);
  padding-left: 2.4rem;
}

.enroll__contact__link::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.1rem;
  height: 1.7rem;
  background: url(./images/arrow_001.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.enroll__btn {
  text-align: center;
  margin-bottom: 0;
}

.enroll__deco1,
.enroll__deco2,
.enroll__deco3,
.enroll__deco4,
.enroll__deco5,
.enroll__deco6,
.enroll__deco7,
.enroll__deco8,
.enroll__deco9,
.enroll__deco10,
.enroll__deco11 {
  position: absolute;
  pointer-events: none;
}

.enroll__deco1 img,
.enroll__deco2 img,
.enroll__deco3 img,
.enroll__deco4 img,
.enroll__deco5 img,
.enroll__deco6 img,
.enroll__deco7 img,
.enroll__deco8 img,
.enroll__deco9 img,
.enroll__deco10 img,
.enroll__deco11 img {
  width: 100%;
  height: auto;
}

.enroll__deco1 {
  width: 14.8rem;
  top: 60rem;
  left: -29.8rem;
  z-index: 8;
}

.enroll__deco2 {
  width: 28.3rem;
  top: 35.5rem;
  right: -30.6rem;
  z-index: 8;
}

.enroll__deco3 {
  width: 36rem;
  top: 82rem;
  left: -46rem;
  z-index: 8;
}

.enroll__deco4 {
  width: 28.8rem;
  top: 104.5rem;
  right: -36.7rem;
  z-index: 8;
}

.enroll__deco5 {
  width: 23.2rem;
  top: 142.6rem;
  left: -21.3rem;
  z-index: 8;
}

.enroll__deco6 {
  width: 26.6rem;
  bottom: 40.8rem;
  right: -34.8rem;
  z-index: 9;
}

.enroll__deco7 {
  width: 36.4rem;
  bottom: 29.2rem;
  left: -21.8rem;
  z-index: 9;
}

.enroll__deco8 {
  width: 169.7rem;
  bottom: 6.6rem;
  left: -39.5rem;
  z-index: 8;
}

.enroll__deco9 {
  width: 64rem;
  bottom: 0;
  left: -46rem;
  z-index: 7;
}

.enroll__deco10 {
  width: 37.2rem;
  bottom: 0;
  right: -46rem;
  z-index: 7;
}

.enroll__deco11 {
  display: none;
  z-index: 8;
}

.qa {
  position: relative;
  z-index: 1;
  background-color: #f7f5ef;
}

#qa-page {
  background-color: #fff9e7 !important;
}

.qa__container {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

#qa__container_page {
  padding-top: 0 !important;
}

.qa__inner {
  position: relative;
  z-index: 10;
}

.qa__ttl {
  margin-bottom: 8rem;
}

.qa__list {
  margin-bottom: 8rem;
}

.qa__list__item {
  background-color: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
}

.qa__list__item + .qa__list__item {
  margin-top: 1rem;
}

.qa__list__ttl {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 2.4rem 4rem 2.4rem 8.8rem;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.3s;
}

.qa__list__ttl:hover {
  opacity: 0.8;
}

.qa__list__ttl::before {
  content: "Q";
  position: absolute;
  top: 2.4rem;
  left: 4rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #d70915;
}

.qa__list__txt {
  position: relative;
  padding: 2.4rem 4rem 2.4rem 8.8rem;
  height: calc-size(auto, size);
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.3s;
  font-size: 1.8rem;
}

.qa__list__txt::before {
  content: "A";
  position: absolute;
  top: 2.4rem;
  left: 4rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #005096;
}

.qa__list__txt::after {
  content: "";
  position: absolute;
  top: 0rem;
  left: 4rem;
  right: 4rem;
  border-bottom: 0.4rem dotted #e8e4d8;
}

.qa__list__txt.is-close {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.qa__list__txt p {
  margin-bottom: 0;
}

.qa__btn {
  text-align: center;
}

.qa__deco1,
.qa__deco2,
.qa__deco3 {
  position: absolute;
  pointer-events: none;
}

.qa__deco1 img,
.qa__deco2 img,
.qa__deco3 img {
  width: 100%;
  height: auto;
}

.qa__deco1 {
  width: 23.74rem;
  top: 50%;
  left: -32.7rem;
  transform: translateY(-27.5rem);
  z-index: 8;
}

.qa__deco2 {
  width: 36rem;
  top: 50%;
  right: -46rem;
  z-index: 8;
}

.qa__deco3 {
  width: 14.8rem;
  bottom: 28.4rem;
  left: -35.4rem;
  z-index: 8;
}

.goal {
  background: url(./images/goal_bg001.png) repeat 0 2.8rem;
}

.goal__container {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.goal__inner {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border: 0.4rem solid #efe9d7;
  padding: 4rem;
}

.goal__ttl {
  margin-bottom: 1.8rem;
}

.goal__txt {
  font-size: 3.2rem;
  margin-bottom: 0;
  text-align: center;
}

.goal__deco1,
.goal__deco2 {
  position: absolute;
  pointer-events: none;
}

.goal__deco1 img,
.goal__deco2 img {
  width: 100%;
  height: auto;
}

.goal__deco1 {
  width: 40.9rem;
  top: -26rem;
  left: -35.6rem;
  z-index: 11;
}

.goal__deco2 {
  width: 28rem;
  bottom: 0;
  right: -37rem;
  z-index: 8;
}

.policy {
  background: #fff;
}

.policy__container {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.policy__inner {
  position: relative;
  z-index: 10;
}

.policy__inner > :last-child {
  margin-bottom: 0;
}

.policy__sec {
  margin: 0 4rem 6.4rem;
}

.policy__ttl {
  margin-bottom: 4.8rem;
  padding: 1rem 4rem;
  font-size: 3.2rem;
  line-height: 1.2;
  text-align: center;
  background-color: #fec134;
  border-radius: 1rem;
}

.policy__ttl2 {
  margin-bottom: 4.8rem;
}

.policy__txt {
  margin-bottom: 4rem;
  font-size: 3.2rem;
  text-align: center;
}

.policy__txt2 {
  margin-bottom: 3.2rem;
  font-size: 1.8rem;
  text-align: center;
}

.policy__txt3 {
  margin: 3.2rem 0;
  padding: 4rem 2rem;
  font-size: 1.8rem;
  color: #785c00;
  background-color: #fff;
  border: 0.4rem solid #efe9d7;
  border-radius: 1rem;
  text-align: center;
}

.policy__box {
  margin: 3.2rem 0;
  padding: 4rem 2rem;
  background-color: #e0f7f4;
  border-radius: 1rem;
}

.policy__box__txt {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2.8rem;
}

.policy__box__link {
  display: flex;
  justify-content: center;
  gap: 5.4rem;
  margin-bottom: 0;
  font-size: 1.8rem;
}

.policy__deco1,
.policy__deco2,
.policy__deco3,
.policy__deco4,
.policy__deco5,
.policy__deco6,
.policy__deco7,
.policy__deco8,
.policy__deco9,
.policy__deco10 {
  position: absolute;
  pointer-events: none;
}

.policy__deco1 img,
.policy__deco2 img,
.policy__deco3 img,
.policy__deco4 img,
.policy__deco5 img,
.policy__deco6 img,
.policy__deco7 img,
.policy__deco8 img,
.policy__deco9 img,
.policy__deco10 img {
  width: 100%;
  height: auto;
}

.policy__deco1 {
  width: 36rem;
  top: 2rem;
  right: -48rem;
  z-index: 8;
}

.policy__deco2 {
  width: 28rem;
  top: 43.3rem;
  left: -40.4rem;
  z-index: 8;
}

.policy__deco3 {
  width: 36rem;
  top: 55.4rem;
  left: -56rem;
  z-index: 7;
}

.policy__deco4 {
  width: 14.8rem;
  top: 65.4rem;
  right: -39rem;
  z-index: 8;
}

.policy__deco5 {
  width: 33.4rem;
  top: 122.5rem;
  left: -43rem;
  z-index: 8;
}

.policy__deco6 {
  width: 28rem;
  top: 115.4rem;
  right: -36.8rem;
  z-index: 8;
}

.policy__deco7 {
  width: 36rem;
  top: 129.6rem;
  right: -51.1rem;
  z-index: 7;
}

.policy__deco8 {
  width: 28rem;
  bottom: 27.7rem;
  left: -40.4rem;
  z-index: 8;
}

.policy__deco9 {
  width: 36rem;
  bottom: 22.5rem;
  left: -56rem;
  z-index: 7;
}

.policy__deco10 {
  width: 23.7rem;
  bottom: 24.8rem;
  right: -36.6rem;
  z-index: 7;
}

.pillar {
  background: #fffceb;
}

.pillar__container {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.pillar__inner {
  position: relative;
  z-index: 10;
}

.pillar__inner > :last-child {
  margin-bottom: 0;
}

.pillar__ttl {
  margin-bottom: 7.2rem;
}

.pillar__ttl2 {
  position: relative;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 1.6rem;
  padding: 0 0 1.2rem 2.4rem;
  border-bottom: 0.4rem dotted #e1dbcb;
}

.pillar__ttl2::before,
.pillar__ttl2::after {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 0.5rem;
}

.pillar__ttl2::before {
  height: 3.6rem;
  background-color: #fedb00;
}

.pillar__ttl2::after {
  height: 1.8rem;
  background-color: #3eb4a5;
}

.pillar__row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 4rem;
  margin-bottom: 6rem;
}

.pillar__row::before {
  content: "";
  position: absolute;
  top: 0;
  height: 20.2rem;
  background: no-repeat 0 0;
  background-size: 100% 100%;
}

.pillar__row--num1::before {
  right: 0;
  width: 24.3rem;
  background-image: url(./images/pillar_bg001.png);
}

.pillar__row--num2::before {
  left: 19.4rem;
  width: 28.3rem;
  background-image: url(./images/pillar_bg002.png);
}

.pillar__row--num3::before {
  right: 0;
  width: 26.3rem;
  background-image: url(./images/pillar_bg003.png);
}

.pillar__row--num4::before {
  left: 19.2rem;
  width: 26.6rem;
  background-image: url(./images/pillar_bg004.png);
}

.pillar__col {
  position: relative;
  z-index: 2;
  width: 48rem;
  order: 1;
}

.pillar__col:nth-child(2) {
  order: 2;
}

.pillar__row--type2 .pillar__col {
  order: 2;
}

.pillar__row--type2 .pillar__col:nth-child(2) {
  order: 1;
}

.pillar__img {
  aspect-ratio: 480/382;
}

.pillar__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pillar__txt {
  font-size: 1.8rem;
  margin-bottom: 0;
}

.day__container {
  position: relative;
  padding-bottom: 10rem;
}

.day__inner {
  position: relative;
  z-index: 10;
}

.day__inner > :last-child {
  margin-bottom: 0;
}

.day__ttl {
  margin-bottom: 3.2rem;
}

.day__ttl2 {
  margin: 4.8rem 0 3.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #00b4a9;
  text-align: center;
}

.day__lead {
  margin-bottom: 4rem;
  text-align: center;
}

.day__txt {
  margin-bottom: 3.2rem;
  font-size: 1.8rem;
}

.day__legend {
  margin-bottom: 4.8rem;
  font-size: 1.8rem;
  text-align: center;
}

.day__legend__txt {
  color: #d70915;
}

.day__legend__txt2 {
  color: #005096;
}

.day__legend__txt3 {
  color: #fec134;
}

.day__row {
  position: relative;
}

.day__row::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.day__time {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2.4rem;
  width: 9.2rem;
  height: 9.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  background-color: #00b4a9;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

.day__time--type2 {
  width: 13.4rem;
  height: 13.4rem;
}

.day__box {
  position: relative;
  width: 73rem;
  margin: 0 auto 4rem;
  padding: 2.4rem;
  background-color: #fff;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  overflow: hidden;
}

.day__box + .day__box {
  margin-top: -2rem;
}

.day__box > :last-child {
  margin-bottom: 0;
}

.day__box--type2 {
  padding-top: 6.4rem;
  background-color: #ffffeb;
}

.day__box__label {
  position: absolute;
  top: -9.8rem;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 2.4rem;
  width: 17.1rem;
  height: 15.4rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
}

.day__box__label--type1 {
  justify-content: flex-end;
  background-color: #d70915;
  left: -7.5rem;
  padding-right: 4.8rem;
}

.day__box__label--type2 {
  background-color: #005096;
  right: -7.5rem;
  padding-left: 4.8rem;
}

.day__box__label--type3 {
  width: 15rem;
  height: 14.7rem;
  top: -9.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  background-color: #fec134;
}

.day__box__label--type4 {
  width: 31.1rem;
  height: 28rem;
  top: -21.8rem;
  left: -12.7rem;
  justify-content: flex-end;
  background-color: #d70915;
  padding-right: 8.8rem;
}

.day__box__ttl {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.day__box__txt {
  margin-bottom: 0;
  font-size: 1.8rem;
  text-align: center;
}

.day__notes {
  display: table;
  margin: 6rem auto 0;
  font-size: 1.8rem;
}

.day__notes > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.day__notes > li::before {
  content: "●";
  margin-right: 0.5em;
  color: #00b4a9;
}

.day__deco1,
.day__deco2,
.day__deco3,
.day__deco4,
.day__deco5,
.day__deco6,
.day__deco7,
.day__deco8,
.day__deco9,
.day__deco10,
.day__deco11,
.day__deco12,
.day__deco13,
.day__deco14,
.day__deco15,
.day__deco16,
.day__deco17,
.day__deco18,
.day__deco19,
.day__deco20,
.day__deco21,
.day__deco22,
.day__deco23,
.day__deco24,
.day__deco25,
.day__deco26,
.day__deco27,
.day__deco28,
.day__deco29,
.day__deco30,
.day__deco31,
.day__deco32,
.day__deco33,
.day__deco34,
.day__deco35,
.day__deco36,
.day__deco37,
.day__deco38,
.day__deco39,
.day__deco40,
.day__deco41,
.day__deco42,
.day__deco43,
.day__deco44,
.day__deco45,
.day__deco46 {
  position: absolute;
  pointer-events: none;
}

.day__deco1 img,
.day__deco2 img,
.day__deco3 img,
.day__deco4 img,
.day__deco5 img,
.day__deco6 img,
.day__deco7 img,
.day__deco8 img,
.day__deco9 img,
.day__deco10 img,
.day__deco11 img,
.day__deco12 img,
.day__deco13 img,
.day__deco14 img,
.day__deco15 img,
.day__deco16 img,
.day__deco17 img,
.day__deco18 img,
.day__deco19 img,
.day__deco20 img,
.day__deco21 img,
.day__deco22 img,
.day__deco23 img,
.day__deco24 img,
.day__deco25 img,
.day__deco26 img,
.day__deco27 img,
.day__deco28 img,
.day__deco29 img,
.day__deco30 img,
.day__deco31 img,
.day__deco32 img,
.day__deco33 img,
.day__deco34 img,
.day__deco35 img,
.day__deco36 img,
.day__deco37 img,
.day__deco38 img,
.day__deco39 img,
.day__deco40 img,
.day__deco41 img,
.day__deco42 img,
.day__deco43 img,
.day__deco44 img,
.day__deco45 img,
.day__deco46 img {
  width: 100%;
  height: auto;
}

.day__deco1 {
  width: 36.2rem;
  top: -29.7rem;
  left: -39.5rem;
  z-index: 8;
}

.day__deco2 {
  width: 28.9rem;
  top: -7.8rem;
  left: -55.4rem;
  z-index: 7;
}

.day__deco3 {
  width: 14.9rem;
  top: 16.6rem;
  left: -34.8rem;
  z-index: 7;
}

.day__deco4 {
  width: 42.5rem;
  top: -51.8rem;
  right: -44.6rem;
  z-index: 8;
}

.day__deco5 {
  width: 28.9rem;
  top: -25.6rem;
  right: -58.3rem;
  z-index: 7;
}

.day__deco6 {
  width: 17.3rem;
  top: -7.2rem;
  right: -34.8rem;
  z-index: 7;
}

.day__deco7 {
  width: 42.5rem;
  top: -18.4rem;
  left: -44.6rem;
  z-index: 8;
}

.day__deco8 {
  width: 28.9rem;
  top: 8.4rem;
  left: -55.4rem;
  z-index: 7;
}

.day__deco9 {
  width: 17.3rem;
  top: 25rem;
  left: -34.8rem;
  z-index: 8;
}

.day__deco10 {
  width: 36.2rem;
  top: -9.6rem;
  right: -41rem;
  z-index: 8;
}

.day__deco11 {
  width: 28.9rem;
  top: 13rem;
  right: -58.3rem;
  z-index: 7;
}

.day__deco12 {
  width: 17.3rem;
  top: 37.7rem;
  right: -34.8rem;
  z-index: 7;
}

.day__deco13 {
  width: 36.2rem;
  top: -0.7rem;
  left: -39.5rem;
  z-index: 8;
}

.day__deco14 {
  width: 28.9rem;
  top: 23rem;
  left: -55.4rem;
  z-index: 7;
}

.day__deco15 {
  width: 14.9rem;
  top: 46.6rem;
  left: -34.8rem;
  z-index: 7;
}

.day__deco16 {
  width: 42.5rem;
  top: -53.2rem;
  right: -44.6rem;
  z-index: 8;
}

.day__deco17 {
  width: 28.9rem;
  top: -27rem;
  right: -58.3rem;
  z-index: 7;
}

.day__deco18 {
  width: 17.3rem;
  top: -9rem;
  right: -34.8rem;
  z-index: 7;
}

.day__deco19 {
  width: 42.5rem;
  top: -38.3rem;
  left: -44.6rem;
  z-index: 8;
}

.day__deco20 {
  width: 28.9rem;
  top: -11.1rem;
  left: -55.4rem;
  z-index: 7;
}

.day__deco21 {
  width: 17.3rem;
  top: 9rem;
  left: -34.8rem;
  z-index: 8;
}

.day__deco22 {
  width: 36.2rem;
  top: -68.5rem;
  right: -41rem;
  z-index: 8;
}

.day__deco23 {
  width: 28.9rem;
  top: -46rem;
  right: -58.3rem;
  z-index: 7;
}

.day__deco24 {
  width: 17.3rem;
  top: -26rem;
  right: -34.8rem;
  z-index: 7;
}

.day__deco25 {
  width: 36.2rem;
  top: -62.2rem;
  left: -39.5rem;
  z-index: 8;
}

.day__deco26 {
  width: 28.9rem;
  top: -39.6rem;
  left: -55.4rem;
  z-index: 7;
}

.day__deco27 {
  width: 14.9rem;
  top: -14.4rem;
  left: -34.8rem;
  z-index: 7;
}

.day__deco28 {
  width: 42.5rem;
  top: -73.9rem;
  right: -44.6rem;
  z-index: 8;
}

.day__deco29 {
  width: 28.9rem;
  top: -47.5rem;
  right: -58.3rem;
  z-index: 7;
}

.day__deco30 {
  width: 17.3rem;
  top: -29.2rem;
  right: -34.8rem;
  z-index: 7;
}

.day__deco31 {
  width: 42.5rem;
  top: -31.9rem;
  left: -44.6rem;
  z-index: 8;
}

.day__deco32 {
  width: 28.9rem;
  top: -6.4rem;
  left: -55.4rem;
  z-index: 7;
}

.day__deco33 {
  width: 17.3rem;
  top: 15.7rem;
  left: -34.8rem;
  z-index: 8;
}

.day__deco34 {
  width: 36.2rem;
  top: -43.7rem;
  right: -41rem;
  z-index: 8;
}

.day__deco35 {
  width: 28.9rem;
  top: -21.5rem;
  right: -58.3rem;
  z-index: 7;
}

.day__deco36 {
  width: 17.3rem;
  top: 1.3rem;
  right: -34.8rem;
  z-index: 7;
}

.day__deco37 {
  width: 36.2rem;
  top: -3.2rem;
  left: -39.5rem;
  z-index: 8;
}

.day__deco38 {
  width: 28.9rem;
  top: 19.6rem;
  left: -55.4rem;
  z-index: 7;
}

.day__deco39 {
  width: 14.9rem;
  top: 42.7rem;
  left: -34.8rem;
  z-index: 7;
}

.day__deco40 {
  width: 42.5rem;
  top: -24.2rem;
  right: -44.6rem;
  z-index: 8;
}

.day__deco41 {
  width: 28.9rem;
  top: 2.3rem;
  right: -58.3rem;
  z-index: 7;
}

.day__deco42 {
  width: 17.3rem;
  top: 21.9rem;
  right: -34.8rem;
  z-index: 7;
}

.day__deco43 {
  width: 42.5rem;
  top: -4.4rem;
  left: -44.6rem;
  z-index: 8;
}

.day__deco44 {
  width: 28.9rem;
  top: 20.6rem;
  left: -55.4rem;
  z-index: 7;
}

.day__deco45 {
  width: 36.2rem;
  top: -10.5rem;
  right: -41rem;
  z-index: 8;
}

.day__deco46 {
  width: 28.9rem;
  top: 11.2rem;
  right: -58.3rem;
  z-index: 7;
}

.year__container {
  position: relative;
  padding-bottom: 10rem;
}

.year__inner {
  position: relative;
  z-index: 10;
}

.year__inner > :last-child {
  margin-bottom: 0;
}

.year__ttl {
  margin-bottom: 3.2rem;
}

.year__row {
  position: relative;
}

.year__row::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.year__date {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2.4rem;
  width: 9.2rem;
  height: 9.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  background-color: #fec134;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

.year__box {
  position: relative;
  width: 73rem;
  margin: 0 auto 4rem;
  padding: 2.4rem;
  background-color: #fff;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  overflow: hidden;
}

.year__box + .year__box {
  margin-top: -2rem;
}

.year__box > :last-child {
  margin-bottom: 0;
}

.year__box__ttl {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.year__box__txt {
  margin-bottom: 0;
  font-size: 1.8rem;
  text-align: center;
}

.year__notes {
  display: table;
  margin: 6rem auto 0;
  font-size: 1.8rem;
}

.year__notes > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.year__notes > li::before {
  content: "●";
  margin-right: 0.5em;
  color: #fec134;
}

.year__deco1,
.year__deco2,
.year__deco3,
.year__deco4,
.year__deco5,
.year__deco6,
.year__deco7,
.year__deco8,
.year__deco9,
.year__deco10,
.year__deco11,
.year__deco12,
.year__deco13,
.year__deco14,
.year__deco15,
.year__deco16,
.year__deco17,
.year__deco18,
.year__deco19,
.year__deco20,
.year__deco21,
.year__deco22,
.year__deco23,
.year__deco24,
.year__deco25,
.year__deco26,
.year__deco27,
.year__deco28,
.year__deco29,
.year__deco30,
.year__deco31,
.year__deco32,
.year__deco33,
.year__deco34,
.year__deco35,
.year__deco36,
.year__deco37,
.year__deco38,
.year__deco39 {
  position: absolute;
}

.year__deco1 img,
.year__deco2 img,
.year__deco3 img,
.year__deco4 img,
.year__deco5 img,
.year__deco6 img,
.year__deco7 img,
.year__deco8 img,
.year__deco9 img,
.year__deco10 img,
.year__deco11 img,
.year__deco12 img,
.year__deco13 img,
.year__deco14 img,
.year__deco15 img,
.year__deco16 img,
.year__deco17 img,
.year__deco18 img,
.year__deco19 img,
.year__deco20 img,
.year__deco21 img,
.year__deco22 img,
.year__deco23 img,
.year__deco24 img,
.year__deco25 img,
.year__deco26 img,
.year__deco27 img,
.year__deco28 img,
.year__deco29 img,
.year__deco30 img,
.year__deco31 img,
.year__deco32 img,
.year__deco33 img,
.year__deco34 img,
.year__deco35 img,
.year__deco36 img,
.year__deco37 img,
.year__deco38 img,
.year__deco39 img {
  width: 100%;
  height: auto;
}

.year__deco1 {
  width: 45.2rem;
  top: -4.2rem;
  left: -36.1rem;
  z-index: 8;
}

.year__deco2 {
  width: 36rem;
  top: 23.6rem;
  left: -56rem;
  z-index: 7;
}

.year__deco3 {
  width: 14.1rem;
  top: 38rem;
  left: -16.2rem;
  z-index: 8;
}

.year__deco4 {
  width: 36.2rem;
  top: 56.8rem;
  left: -31.6rem;
  z-index: 8;
}

.year__deco5 {
  width: 36rem;
  top: 76.4rem;
  left: -56rem;
  z-index: 7;
}

.year__deco6 {
  width: 11.5rem;
  top: 95.2rem;
  left: -13.4rem;
  z-index: 8;
}

.year__deco7 {
  width: 36.2rem;
  top: -38.8rem;
  right: -32.5rem;
  z-index: 8;
}

.year__deco8 {
  width: 36rem;
  top: -19.4rem;
  right: -55.5rem;
  z-index: 7;
}

.year__deco9 {
  width: 11.5rem;
  top: -51.8rem;
  right: -30.5rem;
  z-index: 8;
}

.year__deco10 {
  width: 45.3rem;
  top: -12.4rem;
  right: -35.6rem;
  z-index: 8;
}

.year__deco11 {
  width: 36rem;
  top: 15.6rem;
  right: -55.5rem;
  z-index: 7;
}

.year__deco12 {
  width: 14.1rem;
  top: 27rem;
  right: -9.1rem;
  z-index: 8;
}

.year__deco13 {
  width: 36.2rem;
  top: 46.8rem;
  right: -32.5rem;
  z-index: 8;
}

.year__deco14 {
  width: 36rem;
  top: 66.1rem;
  right: -55.5rem;
  z-index: 7;
}

.year__deco15 {
  width: 11.5rem;
  top: 86rem;
  right: -30.5rem;
  z-index: 8;
}

.year__deco16 {
  width: 45.2rem;
  top: -8.3rem;
  left: -36.1rem;
  z-index: 8;
}

.year__deco17 {
  width: 36rem;
  top: 19.5rem;
  left: -56rem;
  z-index: 7;
}

.year__deco18 {
  width: 14.1rem;
  top: 31.5rem;
  left: -16.2rem;
  z-index: 8;
}

.year__deco19 {
  width: 36.2rem;
  top: 23.6rem;
  left: -31.6rem;
  z-index: 8;
}

.year__deco20 {
  width: 36rem;
  top: 42.8rem;
  left: -56rem;
  z-index: 7;
}

.year__deco21 {
  width: 11.5rem;
  top: 63.5rem;
  left: -13.4rem;
  z-index: 8;
}

.year__deco22 {
  width: 45.3rem;
  top: -5.7rem;
  right: -35.6rem;
  z-index: 8;
}

.year__deco23 {
  width: 36rem;
  top: 21.3rem;
  right: -55.5rem;
  z-index: 7;
}

.year__deco24 {
  width: 45.2rem;
  top: 25.8rem;
  left: -36.1rem;
  z-index: 8;
}

.year__deco25 {
  width: 36rem;
  top: 53.5rem;
  left: -56rem;
  z-index: 7;
}

.year__deco26 {
  width: 14.1rem;
  top: 66.7rem;
  left: -16.2rem;
  z-index: 8;
}

.year__deco27 {
  width: 36.2rem;
  top: 10.5rem;
  right: -32.5rem;
  z-index: 8;
}

.year__deco28 {
  width: 36rem;
  top: 30rem;
  right: -55.5rem;
  z-index: 7;
}

.year__deco29 {
  width: 14.1rem;
  top: 42.8rem;
  right: -9.1rem;
  z-index: 8;
}

.year__deco30 {
  width: 45.3rem;
  top: 22.6rem;
  right: -35.6rem;
  z-index: 8;
}

.year__deco31 {
  width: 36rem;
  top: 50rem;
  right: -55.5rem;
  z-index: 7;
}

.year__deco32 {
  width: 11.5rem;
  top: 70rem;
  right: -30.5rem;
  z-index: 8;
}

.year__deco33 {
  width: 36.2rem;
  top: -28.2rem;
  left: -31.6rem;
  z-index: 8;
}

.year__deco34 {
  width: 36rem;
  top: -8rem;
  left: -56rem;
  z-index: 7;
}

.year__deco35 {
  width: 11.5rem;
  top: 11.8rem;
  left: -13.4rem;
  z-index: 8;
}

.year__deco36 {
  width: 45.2rem;
  top: 24.3rem;
  left: -36.1rem;
  z-index: 8;
}

.year__deco37 {
  width: 36rem;
  top: 52.5rem;
  left: -56rem;
  z-index: 7;
}

.year__deco38 {
  width: 36.2rem;
  top: -13.2rem;
  right: -32.5rem;
  z-index: 8;
}

.year__deco39 {
  width: 36rem;
  top: 7rem;
  right: -55.5rem;
  z-index: 7;
}

.contact {
  background: url(./images/contact_bg001.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.contact__container {
  position: relative;
  display: flex;
  align-items: center;
  height: 53.5rem;
}

.contact__inner {
  position: relative;
  z-index: 10;
  flex: 1;
  padding: 4rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1.2rem;
}

.contact__ttl {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 900;
  color: #3eb4a5;
  margin-bottom: 2.4rem;
}

.contact__txt {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2.4rem;
}

.contact__row {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.contact__col {
  flex: 1;
}

.contact__tel {
  display: block;
  text-decoration: none;
  color: #333;
}

.contact__tel__pc {
  position: relative;
  display: table;
  position: relative;
  color: #3eb4a5;
  padding-left: 6.8rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto 1.2rem;
}

.contact__tel__pc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5.2rem;
  height: 5.2rem;
  background: url(./images/contact_bg002.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.contact__tel__sp {
  display: none;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 3.2rem;
  margin-bottom: 0.3rem;
}

.contact__tel__sp::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  background: url(./images/contact_bg002_sp.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.contact__tel__hours {
  margin-bottom: 0;
  font-size: 1.7rem;
  text-align: center;
}

.contact__mail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  height: 10.2rem;
  background-color: #3eb4a5;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 1rem;
}

.contact__mail span {
  display: inline-block;
  position: relative;
  padding-left: 8rem;
}

.contact__mail span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6rem;
  height: 6rem;
  background: url(./images/contact_bg003.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.contact__deco1,
.contact__deco2 {
  position: absolute;
  pointer-events: none;
}

.contact__deco1 img,
.contact__deco2 img {
  width: 100%;
  height: auto;
}

.contact__deco1 {
  width: 37.8rem;
  top: -22.6rem;
  left: -39.1rem;
  z-index: 8;
}

.contact__deco2 {
  width: 33.6rem;
  top: -21.4rem;
  right: -34.8rem;
  z-index: 8;
}

.sns {
  display: flex;
  justify-content: center;
  margin-top: 6.4rem;
  gap: 4rem;
}

.sns__item a {
  display: block;
  width: 6.1rem;
  height: 6.1rem;
  background: no-repeat 0 0;
  background-size: 100% 100%;
  text-indent: -9999rem;
  overflow: hidden;
}

.sns__item--facebook a {
  background-image: url(./images/sns_bg001.png);
}

.sns__item--twitter a {
  background-image: url(./images/sns_bg002.png);
}

.sns__item--line a {
  background-image: url(./images/sns_bg003.png);
}

.youtube {
  margin: 4rem 0;
  aspect-ratio: 560/315;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.article {
  overflow: hidden;
  font-size: 1.8rem;
}

.article > :first-child {
  margin-top: 0 !important;
}

.article > :last-child {
  margin-bottom: 0 !important;
}

.article .article__ttl {
  position: relative;
  margin-bottom: 4.2rem;
  padding-bottom: 3.2rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #3a2e07;
}

.article .article__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  display: block;
  background: no-repeat url(./images/ttl_bg001.png) 0 0;
  background-size: 100% auto;
  width: 13rem;
  height: 1.6rem;
}

.article h2 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  padding: 1rem 2rem;
  margin: 6rem 0 5rem;
  border-top: 0.5rem solid #fec134;
  border-bottom: 0.5rem solid #fec134;
}

.article h2::before,
.article h2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 5.5rem;
  height: 0.5rem;
  background-color: #3eb4a5;
}

.article h2::before {
  top: -0.5rem;
}

.article h2::after {
  bottom: -0.5rem;
}

.article h3 {
  margin: 5rem 0 4rem;
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 0.5rem dotted #3eb4a5;
  overflow: hidden;
}

.article h4 {
  margin: 4.2rem 0 3.2rem;
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid #3eb4a5;
  overflow: hidden;
}

.article h5 {
  margin: 3.2rem 0 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 1.5rem;
  border-left: 0.4rem solid #3eb4a5;
  overflow: hidden;
}

.article h6 {
  margin: 3.2rem 0 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 0.2rem dotted #333333;
  overflow: hidden;
}

.article p,
.article ul,
.article ol,
.article dl {
  margin-bottom: 2.4rem;
}

.article ul > li {
  position: relative;
  padding-left: 1.4em;
  margin-left: 1.4em;
}

.article ul > li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #1f9485;
}

.article ol {
  list-style: none;
  counter-reset: ol_li;
}

.article ol > li {
  list-style-type: none;
  margin-left: 1.2em;
}

.article ol > li::before {
  margin-right: 0.25em;
  counter-increment: ol_li;
  content: counter(ol_li);
  color: #1f9485;
}

.article blockquote {
  margin: 4rem 0;
  padding: 2.4rem;
  border: 0.5rem solid #5ac6b8;
  background-color: #ebf7f6;
  border-radius: 1.5rem;
}

.article blockquote cite {
  font-weight: 700;
  text-align: right;
  display: block;
}


.article blockquote p,
.article blockquote ul,
.article blockquote ol,
.article blockquote dl {
  margin-bottom: 0;
  margin-bottom: 0;
}

.article hr {
  clear: both;
  border: none;
  border-top: 0.3rem solid #3eb4a5;
  margin: 4rem 0;
}

.article pre {
  font-family: monospace;
  background-color: #ebf7f6;
  padding: 2.4rem;
  margin: 4rem 0;
  border-radius: 1.5rem;
}

.article img {
  width: 100%;
  height: auto;
  margin: 3rem 0;
  max-width: 100%;
}

.article .alignleft {
  text-align: left;
}

.article img.alignleft {
  clear: both;
  float: left;
  margin: 0 4rem 2em 0;
  width: 34rem;
}

.article img.alignleft + h2,
.article img.alignleft + h3,
.article img.alignleft + h4,
.article img.alignleft + h5,
.article img.alignleft + h6 {
  margin-top: 0;
}

.article .aligncenter {
  text-align: center;
}

.article img.aligncenter {
  display: table;
  clear: both;
  margin: 0 auto 2em;
  width: 100%;
  text-align: center;
}

.article .alignright {
  text-align: right;
}

.article img.alignright {
  clear: both;
  float: right;
  margin: 0 0 2em 4rem;
/*  width: 34rem; */
  width: 20rem;  
  text-align: left;
}

.article img.img-small {
width: 160px !important;
}

.article img.alignright + h2,
.article img.alignright + h3,
.article img.alignright + h4,
.article img.alignright + h5,
.article img.alignright + h6 {
  margin-top: 0;
}

.article .wp-caption,
.article [class*=wp-image] {
  display: block;
  max-width: 100% !important;
  margin-top: 4rem;
  text-align: center;
}

.article .wp-caption-text {
  margin-top: 0;
}

@media all and (min-width: 1920px) {
  .side-nav {
    right: 50%;
    margin-right: -96rem;
  }
}

@media all and (max-width: 1819px) {
  .feature__deco3 {
    display: none;
  }

  .feature__deco7 {
    display: none;
  }

  .feature__deco12 {
    display: none;
  }

  .feature__deco14 {
    display: none;
  }

  .event__deco1 {
    display: none;
  }

  .enroll__deco6 {
    right: -22.5rem;
  }

  .goal__deco2 {
    display: none;
  }

  .policy__deco2 {
    display: none;
  }

  .policy__deco6 {
    display: none;
  }

  .policy__deco8 {
    display: none;
  }

  .day__deco1 {
    position: static;
    width: 48rem;
    margin: 0 auto 4rem;
  }

  .day__deco4 {
    position: static;
    width: 48rem;
    margin: 0 auto 4rem;
  }

  .day__deco7 {
    position: static;
    width: 34.5rem;
    float: left;
    margin: 0 0 4rem 13.4rem;
  }

  .day__deco10 {
    position: static;
    width: 34.5rem;
    float: left;
    margin: 0 0 4rem 4rem;
  }

  .day__deco13 {
    position: static;
    width: 48rem;
    margin: 0 auto 4rem;
  }

  .day__deco16 {
    position: static;
    width: 48rem;
    margin: 0 auto 4rem;
  }

  .day__deco19 {
    position: static;
    width: 48rem;
    margin: 0 auto 4rem;
  }

  .day__deco22 {
    position: static;
    width: 48rem;
    margin: 0 auto 4rem;
  }

  .day__deco25 {
    position: static;
    width: 34.5rem;
    float: left;
    margin: 0 0 4rem 13.4rem;
  }

  .day__deco28 {
    position: static;
    width: 34.5rem;
    float: left;
    margin: 0 0 4rem 4rem;
  }

  .day__deco31 {
    position: static;
    width: 34.5rem;
    float: left;
    margin: 0 0 4rem 13.4rem;
  }

  .day__deco34 {
    position: static;
    width: 34.5rem;
    float: left;
    margin: 0 0 4rem 4rem;
  }

  .day__deco37 {
    position: static;
    width: 34.5rem;
    float: left;
    margin: 0 0 4rem 13.4rem;
  }

  .day__deco40 {
    position: static;
    width: 34.5rem;
    float: left;
    margin: 0 0 4rem 4rem;
  }

  .day__deco43 {
    position: static;
    width: 34.5rem;
    float: left;
    margin: 0 0 4rem 13.4rem;
  }

  .day__deco45 {
    position: static;
    width: 34.5rem;
    float: left;
    margin: 0 0 4rem 4rem;
  }

  .year__deco1 {
    position: static;
    width: 34.5rem;
    float: left;
    margin: 0 0 4rem 13.4rem;
  }

  .year__deco4 {
    position: static;
    width: 34.5rem;
    float: left;
    margin: 0 0 4rem 4rem;
  }

  .year__deco7 {
    position: static;
    width: 48rem;
    margin: 0 auto 4rem;
  }

  .year__deco10 {
    position: static;
    width: 34.5rem;
    float: left;
    margin: 0 0 4rem 13.4rem;
  }

  .year__deco13 {
    position: static;
    width: 34.5rem;
    float: left;
    margin: 0 0 4rem 4rem;
  }

  .year__deco16 {
    position: static;
    width: 48rem;
    margin: 0 auto 4rem;
  }

  .year__deco19 {
    position: static;
    width: 48rem;
    margin: 0 auto 4rem;
  }

  .year__deco22 {
    position: static;
    width: 48rem;
    margin: 0 auto 4rem;
  }

  .year__deco24 {
    position: static;
    width: 48rem;
    margin: 0 auto 4rem;
  }

  .year__deco27 {
    position: static;
    width: 48rem;
    margin: 0 auto 4rem;
  }

  .year__deco30 {
    position: static;
    width: 48rem;
    margin: 0 auto 4rem;
  }

  .year__deco33 {
    position: static;
    width: 34.5rem;
    float: left;
    margin: 0 0 4rem 13.4rem;
  }

  .year__deco36 {
    position: static;
    width: 34.5rem;
    float: left;
    margin: 0 0 4rem 4rem;
  }

  .year__deco38 {
    position: static;
    width: 48rem;
    margin: 0 auto 4rem;
  }
}

@media all and (max-width: 900px) {
  .container {
    padding: 0 0.9rem;
  }

  .wrap.is-lock {
    position: fixed;
  }

  .header {
    height: 3.9rem;
    background-color: #fff;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3) !important;
    z-index: 102;
  }

  .header.is-hide {
    top: -6rem;
  }

  .header__container {
    height: 100% !important;
    padding: 0;
  }

  .header__logo {
    top: 0.5rem;
    left: 0.5rem;
    width: 11.1rem;
  }

  .header__link {
    display: none;
  }

  .header__link-sp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .header__deco1,
  .header__deco2 {
    display: none;
  }

  .global-nav {
    display: none;
  }

  .global-nav-sp {
    display: block;
  }

  .side-nav {
    top: auto;
    bottom: 0;
    width: 100%;
    transform: translateY(0);
    background-color: rgba(255, 255, 255, 0.85);
    height: 5.6rem;
    display: flex;
    align-items: center;
    padding: 0.6rem 0.8rem;
  }

  .side-nav__list {
    flex-direction: row;
    gap: 0.8rem;
    width: 100%;
  }

  .side-nav__item {
    flex: 1;
  }

  .side-nav__item a {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
    padding: 0 0.8rem 0 0;
    height: 4.3rem;
/*    font-size: 1.3rem; */
    font-size: 1.2rem;
  }

  .side-nav__item a::before {
    top: calc(50% + 0.1rem);
    left: auto;
    right: 0.7rem;
    transform: translateY(-50%);
    width: 0.7rem;
    height: 1.1rem;
    background-image: url(./images/arrow_001.png) !important;
  }

  .side-nav__item--enroll a {
    border-bottom: 0.3rem solid #ba4148;
  }

  .side-nav__item--contact a {
    border-bottom: 0.3rem solid #e3a20a;
  }

  .side-nav__item--blog {
    display: none;
  }

  .footer {
    padding: 3.4rem 0 5.6rem;
  }

  .footer__container {
    padding-bottom: 12.4rem;
  }

  .footer__nav {
    gap: 2.2rem;
    flex-direction: column;
    margin-bottom: 3.2rem;
  }

  .footer__nav__list {
    gap: 2.8rem 0;
  }

  .footer__nav__list > li > a,
  .footer__nav__list > li > span {
    font-size: 1.2rem;
    padding: 1rem 0;
  }

  .footer__nav__list__sub {
    margin-top: 1.6rem;
    gap: 0.8rem 0;
    padding: 0;
  }

  .footer__nav__list__sub > li > a,
  .footer__nav__list__sub > li > span {
    font-size: 1.2rem;
  }

  .footer__nav__list__sub2 {
    margin-top: 0.8rem;
    gap: 0.6rem 0;
  }

  .footer__nav__list__sub2 > li > a,
  .footer__nav__list__sub2 > li > span {
    font-size: 1.1rem;
    padding-left: 1rem;
  }

  .footer__nav__list__sub2 > li > a::before,
  .footer__nav__list__sub2 > li > span::before {
    top: 1rem;
  }

  .footer__nav__list__sub3 {
    margin-top: 0.8rem;
    gap: 0.6rem 0;
  }

  .footer__nav__list__sub3 > li > a,
  .footer__nav__list__sub3 > li > span {
    font-size: 1.1rem;
  }

  .footer__info {
    margin-bottom: 1.6rem;
  }

  .footer__info__logo {
    width: 25.2rem;
    height: 6.4rem;
    margin-bottom: 2.4rem;
    border-radius: 0.6rem;
  }

  .footer__info__logo img {
    width: 18.5rem;
  }

  .footer__info__address {
    font-size: 1.1rem;
  }

  .footer__copyright {
    font-size: 1.1rem;
  }

  .footer__deco1 {
    width: 14.7rem;
    left: 1rem;
    bottom: 0;
  }

  .footer__deco2 {
    display: none;
  }

  .footer__deco3 {
    width: 15rem;
    bottom: 5.6rem;
    right: 0;
    transform: none;
  }

  .breadcrumbs-wrap {
    position: relative;
    top: 0;
    font-size: 1.1rem;
    margin-bottom: 1.6rem;
  }

  .content__inner {
    padding: 0;
  }

  .content__inner__container {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }

  .content__inner2 {
    padding-top: 1.6rem;
    padding-bottom: 12rem;
  }

  .content__inner2::before {
    top: -9rem;
    left: -0.1rem;
    right: -0.2rem;
    transform: none;
    width: auto;
    height: 9.1rem;
    background-image: url(./images/content_bg001_sp.png);
  }

  .content__inner2--type2::before {
    background-image: url(./images/content_bg002_sp.png);
  }

  .content__inner2--type3::before {
    background-image: url(./images/content_bg003_sp.png);
  }

  .content__inner2__deco1 {
    width: 11rem;
    top: -4rem;
    left: auto;
    right: -3rem;
    transform: none;
  }

  .content__inner2__deco2 {
    display: none;
  }

  .content__inner2__deco3 {
    display: none;
  }

  .main {
    order: 1;
  }

  .side {
    order: 2;
  }

  .side__inner {
    position: static;
  }

  .side__category {
    border-radius: 0.6rem;
  }

  .side__category > dt {
    font-size: 1.4rem;
    padding: 1.2rem 1rem;
  }

  .side__category > dt a,
  .side__category > dt span {
    margin: -1.2rem -1rem;
    padding: 1.2rem 1rem;
  }

  .side__category > dd {
    font-size: 1.3rem;
  }

  .side__category > dd a,
  .side__category > dd span {
    padding: 1.2rem 1rem;
  }

  .side__banner {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .side__banner__item {
    width: 14.6rem;
    height: 5.2rem;
    border-radius: 0.6rem;
  }

  .side__banner__item a {
    font-size: 1.2rem;
    padding: 0 1rem 0 4.6rem;
    border-radius: 0.6rem;
  }

  .side__banner__item a:hover {
    opacity: 1;
  }

  .side__banner__item a::before {
    left: 0.8rem;
    width: 3.2rem;
    height: 3.2rem;
  }

  .side__banner__item a::after {
    top: -5.4rem;
    right: -7rem;
    width: 11.3rem;
    height: 7.2rem;
  }

  .sp-br {
    display: inline;
  }

  .pc-br {
    display: none;
  }

  .img-mask2 {
    clip-path: url(#mask2);
  }

  .nav {
    padding-top: 2rem;
    margin-bottom: 3.6rem;
  }

  .nav__list {
    gap: 0.6rem;
  }

  .nav__list__item {
    width: 14.8rem;
  }

  .nav__list__item a {
    font-size: 1.3rem;
    border-radius: 0.6rem;
  }

  .nav__list__item a::before {
    top: -1.6rem;
    width: 3.2rem;
    height: 3.2rem;
  }

  .nav__list__item a span {
    height: 5.2rem;
    padding-top: 1rem;
    border-radius: 0.5rem;
  }

  .nav__list__item a span::before {
    top: -3.9rem;
    right: -6rem;
    width: 9.9rem;
    height: 6.3rem;
  }

  .ttl {
    font-size: 1.8rem;
  }

  .ttl span {
    padding: 0 6.4rem;
  }

  .ttl span::before,
  .ttl span::after {
    width: 5.7rem;
    height: 0.8rem;
  }

  .btn {
    padding: 0.4rem 2.4rem 0.8rem;
    width: 14.2rem;
    height: 3.6rem;
    font-size: 1.4rem;
    border-radius: 1.8rem;
  }

  .btn::after {
    width: 0.7rem !important;
    height: 1.1rem !important;
    right: 1.2rem !important;
  }

  .btn2 {
    padding: 1.6rem;
    width: 100%;
    font-size: 1.2rem;
  }

  .btn2__inner {
    padding-left: 1.6rem;
  }

  .btn2__inner::before {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
  }

  .btn3 {
    padding: 1.6rem;
    width: 20rem;
    font-size: 1.2rem;
  }

  .btn3__inner {
    padding-left: 1.6rem;
  }

  .btn3__inner::before {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
  }

  .lead {
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
  }

  .sec {
    padding: 3.6rem 0;
  }

  .mv {
    height: 38.5rem;
  }

  .mv::before {
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 16.1rem;
    background-image: url(./images/mv_bg001_sp.png);
  }

  .mv__inner {
    width: auto;
  }

  .mv__inner .slick-list {
    height: 32.6rem;
    border-radius: 0;
  }

  .mv__inner .slick-dots {
    width: auto;
    right: 1rem;
    left: 1rem;
  }

  .mv__inner .slick-dots button {
    width: 0.8rem;
    height: 0.8rem;
  }

  .mv__txt {
    top: 18rem;
    right: 1rem;
    font-size: 1.5rem;
    height: 3rem;
    padding: 0 1rem;
  }

  .mv__txt--type2 {
    top: 21.4rem;
  }

  .mv__item__img__pc {
    display: none !important;
  }

  .mv__item__img__sp {
    display: block !important;
  }

  .mv__deco1 {
    display: none;
  }

  .mv__deco2 {
    display: none;
  }

  .mv__deco3 {
    display: none;
  }

  .mv__deco4 {
    display: none;
  }

  .mv__deco5 {
    display: none;
  }

  .mv__deco6 {
    display: none;
  }

  .mv__deco7 {
    display: block;
  }

  .mv__deco8 {
    display: block;
  }

  .mv__deco9 {
    display: block;
  }

  .mv__deco10 {
    display: block;
  }

  .mv2 {
    height: 11rem;
  }

  .mv2__img__pc {
    display: none;
  }

  .mv2__img__sp {
    display: block;
  }

  .mv2__inner {
    padding-top: 2.8rem;
  }

  .mv2__txt {
    padding: 0.6rem 2.4rem;
    font-size: 1.6rem;
  }

  .introduction__container {
    padding-top: 2.4rem;
    padding-bottom: 7rem;
  }

  .introduction__ttl {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
  }

  .introduction__txts {
    min-height: 0;
    margin-bottom: 4rem;
  }

  .introduction__txt {
    margin-bottom: 2.4rem;
    padding: 0;
    font-size: 1.1rem;
  }

  .introduction__btns {
    gap: 2.4rem 0.6rem;
    justify-content: center;
  }

  .introduction__btn {
    width: 14.8rem;
    height: 5.2rem;
  }

  .introduction__btn::before {
    width: 3.2rem;
    height: 3.2rem;
    top: -1.6rem;
  }

  .introduction__btn a {
    border-radius: 0.6rem;
    font-size: 1.3rem;
    padding-top: 1rem;
  }

  .introduction__btn a::before {
    top: -3.9rem;
    right: -6rem;
    width: 9.9rem;
    height: 6.3rem;
  }

  .introduction__btn a span {
    padding-right: 2.7rem;
  }

  .introduction__btn a span::before {
    width: 1.8rem;
    height: 0.6rem;
  }

  .introduction__deco1 {
    display: none;
  }

  .introduction__deco2 {
    display: none;
  }

  .introduction__deco3 {
    display: none;
  }

  .introduction__deco4 {
    display: none;
  }

  .introduction__deco5 {
    display: none;
  }

  .feature::before {
    width: 100%;
    height: 7.4rem;
    top: -7.2rem;
    left: 0;
    transform: none;
    background-image: url(./images/feature_bg001_sp.png);
  }

  .feature__container {
    padding-bottom: 8.4rem;
  }

  .feature__ttl {
    top: 0;
    margin-bottom: 1.8rem;
  }

  .feature__list {
    gap: 1.8rem 0;
    margin-bottom: 2.4rem;
  }

  .feature__list__item {
    width: 100%;
  }

  .feature__list__item:nth-child(2) {
    margin-top: 0;
  }

  .feature__list__item:nth-child(n+2):nth-child(2n+1) {
    margin-top: 0;
  }

  .feature__list__item:nth-child(n+3):nth-child(2n) {
    margin-top: 0;
  }

  .feature__list__img {
    width: 19.8rem;
  }

  .feature__list__img::before {
    top: 1.3rem;
    width: 18.5rem;
    height: 18.5rem;
  }

  .feature__list__item:nth-child(even) .feature__list__img {
    margin: 0 1rem 0 auto;
  }

  .feature__list__img__inner {
    width: 18.5rem;
    height: 18.5rem;
    margin: 0 0 0 1.3rem;
  }

  .feature__list__txts {
    width: 24.5rem;
    margin-top: -2.6rem;
    border-width: 0.2rem;
    border-radius: 1rem;
    padding: 2.4rem 0.4rem 2rem;
  }

  .feature__list__item:nth-child(odd) .feature__list__txts {
    margin-left: auto;
  }

  .feature__list__txt {
    top: -1.3rem;
    padding: 0.5rem 1.6rem;
    border-radius: 2.6rem;
    font-size: 1.3rem;
  }

  .feature__list__txt2 {
    font-size: 1.1rem;
    font-weight: 700;
  }

  .feature__deco1 {
    width: 8.2rem;
    top: 32.8rem;
    left: 1.8rem;
  }

  .feature__deco2 {
    width: 9.7rem;
    top: 3.4rem;
    right: 0.9rem;
  }

  .feature__deco3 {
    display: none;
  }

  .feature__deco4 {
    width: 15.8rem;
    top: 36.6rem;
    left: -7.2rem;
    z-index: 7;
  }

  .feature__deco5 {
    top: 56.1rem;
    right: 1.3rem;
    width: 8.7rem;
  }

  .feature__deco6 {
    width: 6.4rem;
    top: 84.4rem;
    left: 0.9rem;
  }

  .feature__deco7 {
    width: 6.9rem;
    top: 107.5rem;
    right: 1.3rem;
  }

  .feature__deco8 {
    width: 15.2rem;
    top: 117.5rem;
    right: -5.2rem;
  }

  .feature__deco9 {
    width: 13.4rem;
    bottom: -1.6rem;
    left: auto;
    right: 0.9rem;
  }

  .feature__deco10 {
    display: block;
    width: 15.8rem;
    top: 136.6rem;
    left: -7.2rem;
  }

  .feature__deco11 {
    display: block;
    width: 6.4rem;
    bottom: 3rem;
    left: 0.9rem;
  }

  .feature__deco12 {
    display: none;
  }

  .feature__deco13 {
    width: 15.8rem;
    top: 36.6rem;
    left: -7.2rem;
    z-index: 7;
  }

  .feature__deco14 {
    width: 6.9rem;
    top: 107.5rem;
    right: 1.3rem;
  }

  .feature__deco15 {
    width: 15.2rem;
    top: 117.5rem;
    right: -5.2rem;
  }

  .feature__deco16 {
    width: 6.4rem;
    top: 84.4rem;
    left: 0.9rem;
  }

  .feature__deco17 {
    top: 56.1rem;
    left: auto;
    right: 1.3rem;
    width: 8.7rem;
  }

  .feature__deco18 {
    display: none;
  }

  .feature__deco19 {
    display: block;
    width: 9.7rem;
    top: 3.4rem;
    right: 0.9rem;
  }

  .feature__deco20 {
    display: block;
    width: 8.2rem;
    top: 32.8rem;
    left: 1.8rem;
  }

  .feature__deco21 {
    display: block;
    width: 15.8rem;
    top: 136.6rem;
    left: -7.2rem;
  }

  .event__container {
    padding-top: 3.2rem;
    padding-bottom: 4rem;
  }

  .event__ttl {
    margin-bottom: 2.4rem;
  }

  .event__list {
    flex-direction: column;
    gap: 1.6rem;
  }

  .event__list__item {
    border-radius: 0.8rem;
  }

  .event__list__ttl {
    right: 1.8rem;
    width: 2rem;
    height: 8.6rem;
    padding: 0 0.3rem 0.4rem;
    font-size: 1rem;
  }

  .event__list__img {
    aspect-ratio: 302/100;
  }

  .event__list__txt {
    padding: 1rem;
    font-size: 1.2rem;
  }

  .event__deco1 {
    display: none;
  }

  .event__deco2 {
    display: none;
  }

  .report__container {
    padding-top: 3.2rem;
    padding-bottom: 11.4rem;
  }

  .report__ttl {
    margin-bottom: 2.4rem;
  }

  .report__ttl2 {
    font-size: 1.5rem;
    border-bottom-width: 0.2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
  }

  .report__row {
    flex-direction: column;
    gap: 2.4rem 0;
  }

  .report__col {
    width: 30.2rem;
    height: 24.2rem;
  }

  .report__date {
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
  }

  .report__txt {
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
  }

  .report__btn {
    text-align: center;
  }

  .report__deco1 {
    display: none;
  }

  .report__deco2 {
    display: none;
  }

  .report__deco3 {
    width: 15.8rem;
    bottom: 2.2rem;
    left: -4.1rem;
  }

  .news__container {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .news__ttl {
    margin-bottom: 2.4rem;
  }

  .news__list {
    gap: 0.8rem;
    margin-bottom: 2.8rem;
  }

  .news__list__item {
    border-radius: 1rem;
  }

  .news__list__item a {
    padding: 1.2rem;
  }

  .news__list__date {
    font-size: 1.2rem;
  }

  .news__list__txt {
    font-size: 1.2rem;
  }

  .news__deco1 {
    display: none;
  }

  .news__deco2 {
    display: none;
  }

  .news__deco3 {
    display: none;
  }

  .news__deco4 {
    display: none;
  }

  .news__deco5 {
    display: block;
    width: 18rem;
    top: -9.4rem;
    right: -1.2rem;
  }

  .news__deco6 {
    display: block;
    width: 23rem;
    bottom: 0;
    left: 0.7rem;
  }

  .blog__container {
    padding-top: 3.2rem;
    padding-bottom: 4rem;
  }

  .blog__ttl {
    margin-bottom: 2.4rem;
  }

  .blog__slide {
    margin-bottom: 2.8rem;
  }

  .blog__slide .slick-arrow {
    bottom: 7.1rem;
    width: 2.2rem;
    height: 4rem;
  }

  .blog__slide .slick-prev {
    left: 1rem;
  }

  .blog__slide .slick-next {
    right: 1rem;
  }

  .blog__slide__item {
    width: 30.2rem;
    border-radius: 1rem;
  }

  .blog__slide__img {
    aspect-ratio: 304/176;
  }

  .blog__slide__detail {
    padding: 1.2rem 1.6rem;
  }

  .blog__slide__date {
    font-size: 1.2rem;
  }

  .blog__slide__txt {
    font-size: 1.3rem;
  }

  .enroll__container {
    padding-top: 3.2rem;
    padding-bottom: 15.6rem;
  }

  .enroll__ttl {
    margin-bottom: 2.4rem;
  }

  .enroll__ttl2 {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    padding: 0.4rem 1rem;
    border-radius: 0.6rem;
  }

  .enroll__ttl3 {
    margin-bottom: 1.2rem;
    padding: 0.8rem 1rem 0.8rem 2.8rem;
    border-top-width: 0.2rem;
    border-bottom-width: 0.2rem;
    font-size: 1.3rem;
  }

  .enroll__ttl3::before {
    left: 1rem;
    width: 1.3rem;
    height: 1.3rem;
  }

  .enroll__row {
    flex-direction: column;
    margin-bottom: 2.2rem;
    gap: 1.8rem;
  }

  .enroll__col--type2 {
    order: 1;
  }

  .enroll__img {
    width: auto;
    aspect-ratio: 304/101;
  }

  .enroll__txt {
    font-size: 1.2rem;
    margin-bottom: 2.2rem;
    padding: 0 0.9rem;
  }

  .enroll__contact {
    height: auto;
    margin: 3.5rem 0;
    border-radius: 1rem;
  }

  .enroll__contact a {
    flex-direction: column;
  }

  .enroll__contact__col {
    order: 2;
    padding: 1.2rem 1.6rem 4.8rem;
  }

  .enroll__contact__col2 {
    width: 100%;
    height: 10.3rem;
    order: 1;
  }

  .enroll__contact__ttl {
    font-size: 1.8rem;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .enroll__contact__txt {
    font-size: 1.2rem;
  }

  .enroll__contact__link {
    width: 16.6rem;
    height: 3.8rem;
    font-size: 1.2rem;
    clip-path: polygon(3.7rem 0, 100% 0, 100% 100%, 0 100%);
    padding-left: 1.8rem;
  }

  .enroll__contact__link::after {
    right: 1.5rem;
    width: 0.7rem;
    height: 1.1rem;
  }

  .enroll__deco1 {
    display: none;
  }

  .enroll__deco2 {
    display: none;
  }

  .enroll__deco3 {
    display: none;
  }

  .enroll__deco4 {
    display: none;
  }

  .enroll__deco5 {
    display: none;
  }

  .enroll__deco6 {
    width: 7.5rem;
    bottom: 10.4rem;
    right: 0.6rem;
  }

  .enroll__deco7 {
    display: none;
  }

  .enroll__deco8 {
    display: none;
  }

  .enroll__deco9 {
    width: 14.1rem;
    left: 0;
  }

  .enroll__deco10 {
    width: 11.6rem;
    right: 0;
  }

  .enroll__deco11 {
    display: block;
    width: 30.9rem;
    bottom: 2.4rem;
    left: 0.6rem;
  }

  .qa__container {
    padding-top: 3.2rem;
    padding-bottom: 11.4rem;
  }

  #qa-page {
  background-color: #fff9e7 !important;
}

#qa__container_page {
     padding-top: 3.2rem !important;
         padding-bottom: 2.6rem !important;}


  .qa__ttl {
    margin-bottom: 2.4rem;
  }

  .qa__list {
    margin-bottom: 2.8rem;
  }

  .qa__list__item {
    border-radius: 1rem;
  }

  .qa__list__ttl {
    font-size: 1.4rem;
    padding: 1.2rem 1rem 1.2rem 3.8rem;
  }

  .qa__list__ttl::before {
    top: 1.2rem;
    left: 1.4rem;
    font-size: 2rem;
  }

  .qa__list__txt {
    padding: 1.2rem 1rem 1.2rem 3.8rem;
    font-size: 1.2rem;
  }

  .qa__list__txt::before {
    top: 1.2rem;
    left: 1.4rem;
    font-size: 2rem;
  }

  .qa__list__txt::after {
    left: 1rem;
    right: 1rem;
    border-bottom-width: 0.3rem;
  }

  .qa__deco1 {
    display: none;
  }

  .qa__deco2 {
    display: none;
  }

  .qa__deco3 {
    width: 6.4rem;
    bottom: 10.8rem;
    left: 0.4rem;
  }

    #qa__deco3_page {
    display: none;
  }

  .goal__container {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .goal__inner {
    padding: 2.4rem 1rem;
  }

  .goal__ttl {
    margin-bottom: 1rem;
  }

  .goal__txt {
    font-size: 1.5rem;
  }

  .goal__deco1 {
    width: 13.4rem;
    top: -8.2rem;
    left: auto;
    right: 0.6rem;
  }

  .goal__deco2 {
    display: none;
  }

  .policy__container {
    padding-top: 3.2rem;
    padding-bottom: 11.4rem;
  }

  .policy__sec {
    margin: 0 1rem 3.2rem;
  }

  .policy__ttl {
    margin-bottom: 2.4rem;
    padding: 0.6rem 1rem;
    font-size: 1.8rem;
    border-radius: 0.6rem;
  }

  .policy__ttl2 {
    margin-bottom: 2rem;
  }

  .policy__txt {
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
  }

  .policy__txt2 {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }

  .policy__txt3 {
    margin: 2rem 0;
    padding: 1.6rem 1rem;
    font-size: 1.3rem;
    border-width: 0.2rem;
    border-radius: 0.6rem;
  }

  .policy__box {
    padding: 1.6rem 1rem;
  }

  .policy__box__txt {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }

  .policy__box__link {
    flex-direction: column;
    align-items: center;
    font-size: 1.2rem;
    gap: 0.5rem;
  }

  .policy__deco1 {
    display: none;
  }

  .policy__deco2 {
    display: none;
  }

  .policy__deco3 {
    display: none;
  }

  .policy__deco4 {
    display: block;
    width: 6.4rem;
    top: auto;
    bottom: 4rem;
    right: 1.4rem;
  }

  .policy__deco5 {
    display: none;
  }

  .policy__deco6 {
    display: none;
  }

  .policy__deco7 {
    display: none;
  }

  .policy__deco8 {
    display: block;
    width: 12rem;
    bottom: 2rem;
    left: 3.2rem;
  }

  .policy__deco9 {
    display: block;
    width: 14.8rem;
    bottom: 1rem;
    left: -1rem;
  }

  .policy__deco10 {
    display: none;
  }

  .pillar__container {
    padding-top: 3.2rem;
    padding-bottom: 11.4rem;
  }

  .pillar__ttl {
    margin-bottom: 1.8rem;
  }

  .pillar__ttl2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
    padding-left: 1.4rem;
    border-bottom-width: 0.2rem;
  }

  .pillar__ttl2::before,
  .pillar__ttl2::after {
    top: 0.1rem;
    width: 0.4rem;
  }

  .pillar__ttl2::before {
    height: 2.4rem;
  }

  .pillar__ttl2::after {
    height: 1.2rem;
  }

  .pillar__row {
    flex-direction: column;
    gap: 2.4rem 0;
    margin-bottom: 4rem;
  }

  .pillar__row::before {
    top: 18rem !important;
    left: auto !important;
    right: 0 !important;
    height: 6.8rem;
  }

  .pillar__row--num1::before {
    width: 8rem;
  }

  .pillar__row--num2::before {
    width: 9.5rem;
  }

  .pillar__row--num3::before {
    width: 8.8rem;
  }

  .pillar__row--num4::before {
    width: 8.9rem;
  }

  .pillar__col {
    width: 100%;
    order: 1 !important;
  }

  .pillar__col:nth-child(2) {
    order: 2 !important;
  }

  .pillar__img {
    width: 85%;
    margin: 0 auto;
  }

  .pillar__txt {
    font-size: 1.2rem;
  }

  .day__container {
    padding-bottom: 11.4rem;
  }

  .day__ttl {
    margin-bottom: 2.4rem;
  }

  .day__ttl2 {
    font-size: 1.6rem;
    margin: 3.2rem 0 2.4rem;
  }

  .day__lead {
    margin-bottom: 2.4rem;
  }

  .day__txt {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
  }

  .day__legend {
    margin-bottom: 2.8rem;
    font-size: 1.2rem;
  }

  .day__time {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }

  .day__time--type2 {
    width: 8.8rem;
    height: 8.8rem;
  }

  .day__box {
    width: auto;
    margin-bottom: 2rem;
    padding: 3.6rem 1rem 2rem;
    border-radius: 1rem;
  }

  .day__box + .day__box {
    margin-top: -1rem;
  }

  .day__box__label {
    font-size: 1.2rem;
    top: -4.8rem;
    width: 12rem;
    height: 8.4rem;
    padding-bottom: 1.4rem;
  }

  .day__box__label--type1 {
    left: -6rem;
    padding-right: 2.8rem;
  }

  .day__box__label--type2 {
    right: -6rem;
    padding-left: 2.8rem;
  }

  .day__box__label--type3 {
    width: 10.5rem;
    height: 10.3rem;
    top: -7rem;
  }

  .day__box__label--type4 {
    width: 17.4rem;
    left: -7rem;
    padding-right: 4.2rem;
  }

  .day__box__ttl {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }

  .day__box__txt {
    font-size: 1.2rem;
  }

  .day__notes {
    margin: 0;
    font-size: 1rem;
  }

  .day__deco1,
  .day__deco2,
  .day__deco3,
  .day__deco4,
  .day__deco5,
  .day__deco6,
  .day__deco7,
  .day__deco8,
  .day__deco9,
  .day__deco10,
  .day__deco11,
  .day__deco12,
  .day__deco13,
  .day__deco14,
  .day__deco15,
  .day__deco16,
  .day__deco17,
  .day__deco18,
  .day__deco19,
  .day__deco20,
  .day__deco21,
  .day__deco22,
  .day__deco23,
  .day__deco24,
  .day__deco25,
  .day__deco26,
  .day__deco27,
  .day__deco28,
  .day__deco29,
  .day__deco30,
  .day__deco31,
  .day__deco32,
  .day__deco33,
  .day__deco34,
  .day__deco35,
  .day__deco36,
  .day__deco37,
  .day__deco38,
  .day__deco39,
  .day__deco40,
  .day__deco41,
  .day__deco42,
  .day__deco43,
  .day__deco44,
  .day__deco45,
  .day__deco46 {
    position: static;
  }

  .day__deco1 {
    width: 20rem;
    margin: 0 auto 2rem;
  }

  .day__deco2 {
    display: none;
  }

  .day__deco3 {
    display: none;
  }

  .day__deco4 {
    width: 20rem;
    margin: 0 auto 2rem;
  }

  .day__deco5 {
    display: none;
  }

  .day__deco6 {
    display: none;
  }

  .day__deco7 {
    width: 13.8rem;
    float: left;
    margin: 0 0 2rem 0.8rem;
  }

  .day__deco8 {
    display: none;
  }

  .day__deco9 {
    display: none;
  }

  .day__deco10 {
    width: 13.8rem;
    float: right;
    margin: 0 0.8rem 2rem 0;
  }

  .day__deco11 {
    display: none;
  }

  .day__deco12 {
    display: none;
  }

  .day__deco13 {
    width: 20rem;
    margin: 0 auto 2rem;
  }

  .day__deco14 {
    display: none;
  }

  .day__deco15 {
    display: none;
  }

  .day__deco16 {
    width: 20rem;
    margin: 0 auto 2rem;
  }

  .day__deco17 {
    display: none;
  }

  .day__deco18 {
    display: none;
  }

  .day__deco19 {
    width: 20rem;
    margin: 0 auto 2rem;
  }

  .day__deco20 {
    display: none;
  }

  .day__deco21 {
    display: none;
  }

  .day__deco22 {
    width: 20rem;
    margin: 0 auto 2rem;
  }

  .day__deco23 {
    display: none;
  }

  .day__deco24 {
    display: none;
  }

  .day__deco25 {
    width: 13.8rem;
    float: left;
    margin: 0 0 2rem 0.8rem;
  }

  .day__deco26 {
    display: none;
  }

  .day__deco27 {
    display: none;
  }

  .day__deco28 {
    width: 13.8rem;
    float: right;
    margin: 0 0.8rem 2rem 0;
  }

  .day__deco29 {
    display: none;
  }

  .day__deco30 {
    display: none;
  }

  .day__deco31 {
    width: 13.8rem;
    float: left;
    margin: 0 0 2rem 0.8rem;
  }

  .day__deco32 {
    display: none;
  }

  .day__deco33 {
    display: none;
  }

  .day__deco34 {
    width: 13.8rem;
    float: right;
    margin: 0 0.8rem 2rem 0;
  }

  .day__deco35 {
    display: none;
  }

  .day__deco36 {
    display: none;
  }

  .day__deco37 {
    width: 13.8rem;
    float: left;
    margin: 0 0 2rem 0.8rem;
  }

  .day__deco38 {
    display: none;
  }

  .day__deco39 {
    display: none;
  }

  .day__deco40 {
    width: 13.8rem;
    float: right;
    margin: 0 0.8rem 2rem 0;
  }

  .day__deco41 {
    display: none;
  }

  .day__deco42 {
    display: none;
  }

  .day__deco43 {
    width: 13.8rem;
    float: left;
    margin: 0 0 2rem 0.8rem;
  }

  .day__deco44 {
    display: none;
  }

  .day__deco45 {
    width: 13.8rem;
    float: right;
    margin: 0 0.8rem 2rem 0;
  }

  .day__deco46 {
    display: none;
  }

  .year__container {
    padding-bottom: 11.4rem;
  }

  .year__ttl {
    margin-bottom: 2.4rem;
  }

  .year__date {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }

  .year__box {
    width: auto;
    margin-bottom: 2rem;
    padding: 2rem 1rem 2rem;
    border-radius: 1rem;
  }

  .year__box + .year__box {
    margin-top: -1rem;
  }

  .year__box__ttl {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }

  .year__box__txt {
    font-size: 1.2rem;
  }

  .year__notes {
    margin: 0;
    font-size: 1rem;
  }

  .year__deco1,
  .year__deco2,
  .year__deco3,
  .year__deco4,
  .year__deco5,
  .year__deco6,
  .year__deco7,
  .year__deco8,
  .year__deco9,
  .year__deco10,
  .year__deco11,
  .year__deco12,
  .year__deco13,
  .year__deco14,
  .year__deco15,
  .year__deco16,
  .year__deco17,
  .year__deco18,
  .year__deco19,
  .year__deco20,
  .year__deco21,
  .year__deco22,
  .year__deco23,
  .year__deco24,
  .year__deco25,
  .year__deco26,
  .year__deco27,
  .year__deco28,
  .year__deco29,
  .year__deco30,
  .year__deco31,
  .year__deco32,
  .year__deco33,
  .year__deco34,
  .year__deco35,
  .year__deco36,
  .year__deco37,
  .year__deco38,
  .year__deco39 {
    position: static;
  }

  .year__deco1 {
    width: 13.8rem;
    float: left;
    margin: 0 0 2rem 0.8rem;
  }

  .year__deco2 {
    display: none;
  }

  .year__deco3 {
    display: none;
  }

  .year__deco4 {
    width: 13.8rem;
    float: right;
    margin: 0 0.8rem 2rem 0;
  }

  .year__deco5 {
    display: none;
  }

  .year__deco6 {
    display: none;
  }

  .year__deco7 {
    width: 20rem;
    margin: 0 auto 2rem;
  }

  .year__deco8 {
    display: none;
  }

  .year__deco9 {
    display: none;
  }

  .year__deco10 {
    width: 13.8rem;
    float: left;
    margin: 0 0 2rem 0.8rem;
  }

  .year__deco11 {
    display: none;
  }

  .year__deco12 {
    display: none;
  }

  .year__deco13 {
    width: 13.8rem;
    float: right;
    margin: 0 0.8rem 2rem 0;
  }

  .year__deco14 {
    display: none;
  }

  .year__deco15 {
    display: none;
  }

  .year__deco16 {
    width: 20rem;
    margin: 0 auto 2rem;
  }

  .year__deco17 {
    display: none;
  }

  .year__deco18 {
    display: none;
  }

  .year__deco19 {
    width: 20rem;
    margin: 0 auto 2rem;
  }

  .year__deco20 {
    display: none;
  }

  .year__deco21 {
    display: none;
  }

  .year__deco22 {
    width: 20rem;
    margin: 0 auto 2rem;
  }

  .year__deco23 {
    display: none;
  }

  .year__deco24 {
    width: 20rem;
    margin: 0 auto 2rem;
  }

  .year__deco25 {
    display: none;
  }

  .year__deco26 {
    display: none;
  }

  .year__deco27 {
    width: 20rem;
    margin: 0 auto 2rem;
  }

  .year__deco28 {
    display: none;
  }

  .year__deco29 {
    display: none;
  }

  .year__deco30 {
    width: 20rem;
    margin: 0 auto 2rem;
  }

  .year__deco31 {
    display: none;
  }

  .year__deco32 {
    display: none;
  }

  .year__deco33 {
    width: 13.8rem;
    float: left;
    margin: 0 0 2rem 0.8rem;
  }

  .year__deco34 {
    display: none;
  }

  .year__deco35 {
    display: none;
  }

  .year__deco36 {
    width: 13.8rem;
    float: right;
    margin: 0 0.8rem 2rem 0;
  }

  .year__deco37 {
    display: none;
  }

  .year__deco38 {
    width: 20rem;
    margin: 0 auto 2rem;
  }

  .year__deco39 {
    display: none;
  }

  .contact {
    background-image: url(./images/contact_bg001_sp.jpg);
  }

  .contact__container {
    height: auto;
    padding-top: 4.4rem;
    padding-bottom: 19rem;
  }

  .contact__inner {
    padding: 1.6rem 1rem;
  }

  .contact__ttl {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }

  .contact__txt {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  .contact__row {
    position: absolute;
    bottom: -15rem;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 1.3rem;
  }

  .contact__col {
    width: 100%;
  }

  .contact__tel {
    display: flex;
    align-items: center;
    height: 6.6rem;
    text-align: center;
    color: #fff;
    background-color: rgba(62, 180, 165, 0.95);
    border-radius: 1rem;
  }

  .contact__tel__inner {
    flex: 1;
  }

  .contact__tel__pc {
    display: none;
  }

  .contact__tel__sp {
    display: inline-block;
  }

  .contact__tel__hours {
    text-align: center;
    font-size: 1.1rem;
    padding-left: 0;
  }

  .contact__mail {
    height: 5.6rem;
    background-color: rgba(62, 180, 165, 0.95);
    font-size: 1.6rem;
  }

  .contact__mail span {
    padding-left: 3.2rem;
  }

  .contact__mail span::before {
    width: 2.8rem;
    height: 2.8rem;
  }

  .contact__deco1 {
    width: 16.2rem;
    top: -9.8rem;
    left: 0.2rem;
  }

  .contact__deco2 {
    width: 14.3rem;
    top: -9rem;
    right: 0.4rem;
  }

  .sns {
    margin-top: 4rem;
    gap: 1.6rem;
  }

  .sns__item a {
    width: 4rem;
    height: 4rem;
  }

  .article {
    font-size: 1.3rem;
  }

  .article .article__ttl {
    margin-bottom: 3.2rem;
    padding-bottom: 2rem;
    font-size: 1.8rem;
  }

  .article .article__ttl::before {
    width: 5.7rem;
    height: 0.8rem;
  }

  .article h2 {
    font-size: 1.8rem;
    padding: 0.6rem 1rem;
    margin: 3.2rem 0 2.8rem;
    border-top-width: 0.3rem;
    border-bottom-width: 0.3rem;
  }

  .article h2::before,
  .article h2::after {
    width: 3.2rem;
    height: 0.3rem;
  }

  .article h2::before {
    top: -0.3rem;
  }

  .article h2::after {
    bottom: -0.3rem;
  }

  .article h3 {
    margin: 2.8rem 0 2.4rem;
    font-size: 1.6rem;
    padding-bottom: 0.8rem;
    border-bottom-width: 0.3rem;
  }

  .article h4 {
    margin: 2.4rem 0 2rem;
    font-size: 1.6rem;
    padding-bottom: 0.8rem;
  }

  .article h5 {
    margin: 2rem 0 1.6rem;
    font-size: 1.4rem;
    padding-left: 1rem;
    border-left-width: 0.3rem;
  }

  .article h6 {
    margin: 2rem 0 1.6rem;
    font-size: 1.4rem;
    padding-bottom: 0.8rem;
  }

  .article p,
  .article ul,
  .article ol,
  .article dl {
    margin-bottom: 1.6rem;
  }

  .article ul > li {
    padding-left: 1.2em;
    margin-left: 1.2em;
  }

  .article ul > li::before {
    width: 0.6rem;
    height: 0.6rem;
  }

  .article blockquote {
    margin: 3rem 0;
    padding: 1.2rem;
    border-width: 0.3rem;
    border-radius: 1rem;
  }

  .article hr {
    border-top-width: 0.2rem;
    margin: 3rem 0;
  }

  .article pre {
    margin: 3rem 0;
    padding: 1.2rem;
    border-radius: 1rem;
  }

  .article img {
    margin: 2rem 0;
  }

  .article img.alignleft {
    float: none;
    display: block;
    width: 100%;
    margin: 2rem 0;
    height: auto;
  }

  .article img.alignleft + h2,
  .article img.alignleft + h3,
  .article img.alignleft + h4,
  .article img.alignleft + h5,
  .article img.alignleft + h6 {
    margin-top: 0;
  }

  .article img.aligncenter {
    float: none;
    display: block;
    width: 100%;
    margin: 2rem 0;
    height: auto;
  }

  .article img.alignright {
    float: none;
    display: block;
    width: 100%;
    margin: 2rem 0;
    height: auto;
  }

  .article img.img-small {
width: 100% !important;
}

  .article img.alignright + h2,
  .article img.alignright + h3,
  .article img.alignright + h4,
  .article img.alignright + h5,
  .article img.alignright + h6 {
    margin-top: 0;
  }
}