@charset "UTF-8";

/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-size: 1.3rem;
  font-family: "Zen Maru Gothic", sans-serif, -apple-system, BlinkMacSystemFont;
}

a {
  -webkit-transition: all 0.3s;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
}

a:active {
  color: auto;
}

a:focus {
  outline: none;
}

a:hover {
  opacity: 0.7;
}

address {
  font-style: normal;
}

section {
  position: relative;
}

img {
  vertical-align: top;
}

picture {
  display: inline-block;
  height: inherit;
  vertical-align: top;
}

figure {
  margin: 0;
  vertical-align: top;
}

figure picture {
  width: 100%;
  height: auto;
  vertical-align: top;
}

figure img {
  width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  margin-bottom: 20px;
  margin-left: 20px;
  float: right;
}

.alignleft {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

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

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

.content#errorpage {
  position: relative;
  padding: 70px 0 334px;
  overflow-x: hidden;
  background-color: #fffff7;
  text-align: center;
}

.content#errorpage .ttl {
  margin-bottom: 30px;
}

.content#errorpage .desc {
  color: #454545;
  font-weight: normal;
  font-size: 0.9375vw;
  line-height: 1.6em;
}

header {
  position: relative;
  height: 135px;
}

.l-header__pc {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  padding-left: 20px;
  border-bottom: 1px solid #707070;
  background-color: #fff;
}

.l-header__pc .c-inner01 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: auto;
  height: 100%;
}

.l-header__pc__left {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin-bottom: 22px;
}

.l-header__pc__left a {
  display: block;
  width: 300px;
  margin-right: 15px;
}

.l-header__pc__left__logo {
  width: 100%;
  height: auto;
}

.l-header__pc__left .fig {
  width: 60px;
}

.l-header__pc__left .fig img {
  width: 100%;
  height: auto;
}

.l-header__pc__nav {
  height: 100%;
}

.l-header__pc__nav .list {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.l-header__pc__nav .list__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 167px;
  height: 100%;
  padding: 22px 0;
}

.l-header__pc__nav .list__item:not(:last-of-type)::after {
  display: block;
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 1px;
  height: 89px;
  background: linear-gradient(to top, #707070, #707070 3px, transparent 3px, transparent 8px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
  content: "";
}

.l-header__pc__nav .list__item a {
  position: relative;
}

.l-header__pc__nav .list__item a .txt {
  color: #454545;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.l-header__pc__nav .list__item a .txt.spacing {
  letter-spacing: -0.07em;
}

.l-header__pc__nav .list__item a .menuImg.no2 {
  position: relative;
}

.l-header__pc__nav .list__item a .menuImg.no2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.l-header__pc__nav .list__item a .menuImg.no2 .static {
  opacity: 1;
}

.l-header__pc__nav .list__item a .menuImg.no2 .hover {
  opacity: 0;
}

.l-header__pc__nav .list__item a .menu03fig {
  display: block;
  position: relative;
  width: 31.02px;
  height: 49.8px;
}

.l-header__pc__nav .list__item a .menu03fig img {
  -webkit-transition: all 0.3s;
  position: absolute;
  transition: all 0.3s;
}

.l-header__pc__nav .list__item a .menu03fig__01 {
  top: 2px;
  left: 4px;
  width: 24.36px;
  height: 18.34px;
}

.l-header__pc__nav .list__item a .menu03fig__02 {
  -webkit-transform: translateX(-50%);
  top: 22px;
  left: 50%;
  width: 31.02px;
  height: 8px;
  transform: translateX(-50%);
}

.l-header__pc__nav .list__item a .menu03fig__03 {
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: top;
  bottom: 0;
  left: 5px;
  width: 17.45px;
  height: 10px;
  transform: rotate(90deg);
  transform-origin: top;
}

.l-header__pc__nav .list__item a .menu03fig__04 {
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: top;
  right: 2px;
  bottom: 0;
  width: 17.45px;
  height: 10px;
  transform: rotate(-90deg);
  transform-origin: top;
}

.l-header__pc__nav .list__item a:hover .menuImg.no1 {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.l-header__pc__nav .list__item a:hover .menuImg.no2 .static {
  opacity: 0;
}

.l-header__pc__nav .list__item a:hover .menuImg.no2 .hover {
  opacity: 1;
}

.l-header__pc__nav .list__item a:hover .menuImg.no4 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.l-header__pc__nav .list__item a:hover .menuImg.no5 {
  -webkit-transform-origin: center;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  transform-origin: center;
}

.l-header__pc__nav .list__item a:hover .menu03fig__01 {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.l-header__pc__nav .list__item a:hover .menu03fig__02 {
  -webkit-transform: translateX(-50%) rotate(-5deg);
  transform: translateX(-50%) rotate(-5deg);
}

.l-header__pc__nav .list__item a:hover .menu03fig__03 {
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
}

.l-header__pc__nav .list__item a:hover .menu03fig__04 {
  -webkit-transform: rotate(-75deg);
  bottom: 2px;
  transform: rotate(-75deg);
}

.l-header__pc__nav .list__item .toggleMenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.l-header__pc__nav .list__item .toggleMenu__list {
  -webkit-transform: translateX(-50%);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  visibility: hidden;
  z-index: 10;
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  width: 238px;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transition: all 0.3s;
}

.l-header__pc__nav .list__item .toggleMenu__list.active {
  visibility: visible;
  z-index: 11;
  opacity: 1;
}

.l-header__pc__nav .list__item .toggleMenu__list__item {
  display: block;
  padding: 8px 0;
  text-align: center;
}

.l-header__pc__nav .list__item .toggleMenu__list__item:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}

.l-header__pc__nav .list__item .toggleMenu__list__item a {
  display: block;
  color: #717171;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
}

.l-header__pc__nav .list__item.active-page > a::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 100%;
  height: 5px;
  transform: translateX(-50%);
  background-color: #69b4c8;
  content: "";
}

.l-header__pc__nav .list__link {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}

.l-header__pc__nav .list__link a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100px;
  height: 100%;
  padding: 22px 0;
}

.l-header__pc__nav .list__link a .txt {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
}

.l-header__pc__nav .list__link.access a {
  background-color: #64c3af;
}

.l-header__pc__nav .list__link.contact a {
  background-color: #69b4c8;
}

.l-header__pc__nav .list .menuImg {
  -webkit-transition: all 0.3s;
  display: block;
  margin: 0 auto 6px;
  transition: all 0.3s;
}

.l-header__pc__nav .list .menuImg.no1 {
  width: 34.22px;
  height: 41.82px;
}

.l-header__pc__nav .list .menuImg.no2 {
  width: 34px;
  height: 34px;
}

.l-header__pc__nav .list .menuImg.no4 {
  width: 37.96px;
  height: 32.1px;
}

.l-header__pc__nav .list .menuImg.no5 {
  width: 58.75px;
  height: 27.9px;
}

.l-header__pc__nav .list .menuImg.no6 {
  width: 22.06px;
  height: 30.17px;
}

.l-header__pc__nav .list .menuImg.no7 {
  width: 27.88px;
  height: 20.32px;
  margin-bottom: 10px;
}

.l-header__sp {
  -webkit-transition: all 0.3s;
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #fff;
  transition: all 0.3s;
}

.l-header__sp__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header__sp__left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.l-header__sp__left__logo {
  width: 161px;
  height: auto;
}

.l-header__sp__left .fig {
  display: block;
  width: 30px;
  margin-left: 10px;
}

.l-header__sp__left .fig img {
  width: 100%;
  height: auto;
}

.l-header__sp__hamburger {
  overflow: hidden;
}

.l-header__sp__hamburger__btn {
  position: relative;
  width: 50px;
  height: 45px;
  background-color: #69b4c8;
  cursor: pointer;
}

.l-header__sp__hamburger__btn span {
  -webkit-transition: all 0.4s;
  display: inline-block;
  z-index: 99999;
  position: absolute;
  left: 14.6px;
  width: 21px;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s;
}

.l-header__sp__hamburger__btn span:nth-of-type(1) {
  top: 14.7px;
}

.l-header__sp__hamburger__btn span:nth-of-type(2) {
  top: 22.5px;
}

.l-header__sp__hamburger__btn span:nth-of-type(3) {
  top: 30.4px;
}

.l-header__sp__hamburger__btn.active span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  top: 50%;
  left: 50%;
  width: 25px;
  transform: translateX(-50%) rotate(-45deg);
}

.l-header__sp__hamburger__btn.active span:nth-of-type(2) {
  opacity: 0;
}

.l-header__sp__hamburger__btn.active span:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  top: 50%;
  left: 50%;
  width: 25px;
  transform: translateX(-50%) rotate(45deg);
}

.l-header__sp__hamburger__nav.panelactive {
  -webkit-animation-name: gnaviAnime;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  -webkit-transition: 0.3s;
  z-index: 100;
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  height: calc(100vh - 45px);
  overflow: scroll;
  background-color: #69b4c8;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: gnaviAnime;
  opacity: 0;
  transition: 0.3s;
}

.l-header__sp__hamburger__nav.panelactive::-webkit-scrollbar {
  display: none;
}

.l-header__sp__hamburger__nav.panelactive > div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.l-header__sp__hamburger__nav__box {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  display: none;
  width: 100%;
  padding: 91px 0 97px;
}

.l-header__sp__hamburger__nav__box::-webkit-scrollbar {
  display: none;
}

.l-header__sp__hamburger__nav__box .list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 72.5%;
  height: 100%;
  padding-bottom: 90px;
}

.l-header__sp__hamburger__nav__box .list__item {
  position: relative;
  list-style: none;
}

.l-header__sp__hamburger__nav__box .list__item::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}

.l-header__sp__hamburger__nav__box .list__item .slideMenu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  height: auto;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
}

.l-header__sp__hamburger__nav__box .list__item .slideMenu::before,
.l-header__sp__hamburger__nav__box .list__item .slideMenu::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  transform: translateY(-50%);
  background-color: #fff;
  content: "";
}

.l-header__sp__hamburger__nav__box .list__item .slideMenu::before {
  -webkit-transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: 15px;
  height: 1px;
  transform: translateY(-50%);
}

.l-header__sp__hamburger__nav__box .list__item .slideMenu::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.3s;
  top: 50%;
  right: 0;
  width: 15px;
  height: 1px;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}

.l-header__sp__hamburger__nav__box .list__item .slideMenu.active::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header__sp__hamburger__nav__box .list__item .slideMenu .menuImg {
  width: 35px;
  height: auto;
}

.l-header__sp__hamburger__nav__box .list__item .slideMenu .txt {
  margin-left: 12.5px;
}

.l-header__sp__hamburger__nav__box .list__item .slideMenu__list {
  display: none;
  height: auto;
  margin-left: 48.5px;
  padding-bottom: 13px;
}

.l-header__sp__hamburger__nav__box .list__item .slideMenu__list__item:not(:last-child) {
  margin-bottom: 10px;
}

.l-header__sp__hamburger__nav__box .list__item .slideMenu__list__item a {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

.l-header__sp__hamburger__nav__box .list__link {
  position: relative;
}

.l-header__sp__hamburger__nav__box .list__link::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}

.l-header__sp__hamburger__nav__box .list__link a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}

.l-header__sp__hamburger__nav__box .list__link a .menuImg {
  width: 35px;
  height: auto;
}

.l-header__sp__hamburger__nav__box .list__link a .txt {
  margin-left: 12.5px;
}

.l-header__sp__bottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
}

.l-header__sp__bottom .list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 80px;
  padding-top: 8px;
}

.l-header__sp__bottom .list__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  align-items: center;
  width: 20%;
  height: 100%;
}

.l-header__sp__bottom .list__item:not(:last-of-type)::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 8.2px;
  width: 1px;
  height: 63px;
  background: linear-gradient(to top, #707070, #707070 3px, transparent 3px, transparent 8px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
  content: "";
}

.l-header__sp__bottom .list__item a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  text-align: center;
}

.l-header__sp__bottom .list__item a img {
  width: 100%;
  max-width: 63px;
  height: auto;
  margin: 0 auto;
}

.l-header__sp__bottom .list__item a .txt {
  display: block;
  color: #454545;
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-align: center;
}

.l-header__sp__bottom .list__item a .txt.spacing {
  letter-spacing: -0.07em;
}

.l-header__sp__bottom .list__item.active-page::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 80%;
  height: 3px;
  transform: translateX(-50%);
  background-color: #69b4c8;
  content: "";
}

@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-footer__pc {
  position: relative;
  max-height: 556px;
  padding: 86px 0 43px;
  background-image: url("../img/common/footer_bg.png");
  background-position: center;
  background-size: cover;
}

.l-footer__pc * {
  color: #fff;
}

.l-footer__pc .c-inner02 {
  position: relative;
  width: 1300px;
}

.l-footer__pc__container .company {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin-bottom: 49px;
}

.l-footer__pc__container .company a:hover {
  opacity: 1;
}

.l-footer__pc__container .company__logo {
  margin-right: 50px;
}

.l-footer__pc__container .company__logo .fig {
  width: 251px;
  margin-left: -10px;
  mix-blend-mode: multiply;
}

.l-footer__pc__container .company__logo .fig img {
  width: 100%;
  height: auto;
}

.l-footer__pc__container .company__logo .name {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}

.l-footer__pc__container .company__address {
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}

.l-footer__pc__container .navi {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.l-footer__pc__container .navi .list__ttl {
  margin-bottom: 17px;
  padding-left: 18px;
  border-left: 1px solid #fff;
}

.l-footer__pc__container .navi .list__ttl span {
  display: block;
}

.l-footer__pc__container .navi .list__ttl .jp {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}

.l-footer__pc__container .navi .list__ttl .en {
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  letter-spacing: 0.05em;
}

.l-footer__pc__container .navi .list__item {
  position: relative;
}

.l-footer__pc__container .navi .list__item:not(:last-child) {
  margin-bottom: 4px;
}

.l-footer__pc__container .navi .list__item a {
  padding-left: 1.5em;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}

.l-footer__pc__container .navi .list__item a::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.4em solid #fff;
  content: "";
}

.l-footer__pc__container .navi .contact {
  margin-left: 50px;
}

.l-footer__pc__container .navi .contact .ttl {
  position: relative;
  padding-right: 45px;
  border-bottom: 1px #fff dashed;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem;
}

.l-footer__pc__container .navi .contact .ttl span {
  display: block;
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 39px;
  height: 36px;
}

.l-footer__pc__container .navi .contact .ttl span img {
  width: 100%;
  height: auto;
}

.l-footer__pc__container .navi .contact .number {
  font-weight: 700;
  font-size: 31px;
  font-size: 3.1rem;
  letter-spacing: 0.05em;
}

.l-footer__pc__container .navi .contact .time {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.l-footer__pc__container .navi .contact .time span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}

.l-footer__pc__container .navi .contact .mail {
  display: block;
  width: 100%;
  margin-bottom: 0.7291666667vw;
  padding: 9px 0;
  background-color: #fff;
  color: #b4dc69;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.l-footer__pc__container .navi .contact .privacy {
  display: block;
  width: 100%;
  padding: 9px 0;
  border: 1px solid #fff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.l-footer__pc__container .copyright {
  text-align: center;
}

.l-footer__pc__container .copyright span {
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.03em;
}

.l-footer__pc__toTop {
  position: absolute;
  right: -19px;
  bottom: 0;
}

.l-footer__pc__toTop span {
  -webkit-transform: rotate(-90deg);
  display: block;
  position: relative;
  width: 29px;
  margin: 14px;
  transform: rotate(-90deg);
}

.l-footer__pc__toTop span::before {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}

.l-footer__pc__toTop span::after {
  -webkit-transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  transform-origin: right bottom;
  background-color: #fff;
  content: "";
}

.l-footer__pc__toTop:hover {
  bottom: 2%;
}

.l-footer__pc__bg {
  position: absolute;
}

.l-footer__pc__bg.tree01 {
  bottom: 90%;
  left: 3.22%;
  width: 9.21%;
  max-width: 177px;
}

.l-footer__pc__bg.tree01 img {
  width: 100%;
  height: auto;
}

.l-footer__pc__bg.tree02 {
  right: 3.22%;
  bottom: 76%;
  width: 9.21%;
  max-width: 177px;
}

.l-footer__pc__bg.tree02 img {
  width: 100%;
  height: auto;
}

.l-footer__pc__bg.bear {
  right: 14.89%;
  bottom: 84.89%;
  width: 6.56%;
  max-width: 127px;
}

.l-footer__pc__bg.bear img {
  width: 100%;
  height: auto;
}

.l-footer__sp {
  display: none;
  position: relative;
  overflow-x: hidden;
}

.l-footer__sp * {
  color: #fff;
}

.l-footer__sp__bg {
  width: 100%;
  margin-bottom: -1px;
}

.l-footer__sp__bg img {
  vertical-align: middle;
}

.l-footer__sp__inner {
  padding: 0 6.6666666667vw;
  background-color: #b4dc69;
}

.l-footer__sp__company {
  margin-bottom: 11px;
}

.l-footer__sp__company a:hover {
  opacity: 1;
}

.l-footer__sp__company__logo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-footer__sp__company__logo img {
  width: 77.23%;
  max-width: 251.13px;
  mix-blend-mode: multiply;
}

.l-footer__sp__company__logo .name {
  margin-top: 4.5px;
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
}

.l-footer__sp__company__desc {
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  text-align: center;
}

.l-footer__sp__navi {
  margin-bottom: 40px;
}

.l-footer__sp__navi .list > li {
  padding: 16px 0 11px;
  border-bottom: 1px solid #fff;
}

.l-footer__sp__navi .list > li .jp {
  display: block;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.l-footer__sp__navi .list > li .en {
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  letter-spacing: 0.05em;
}

.l-footer__sp__navi .list__item {
  padding: 16px 0 11px;
  border-bottom: 1px solid #fff;
}

.l-footer__sp__navi .list__item .slideMenu {
  cursor: pointer;
}

.l-footer__sp__navi .list__item .slideMenu.active .jp::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-footer__sp__navi .list__item .slideMenu .jp {
  position: relative;
}

.l-footer__sp__navi .list__item .slideMenu .jp::before,
.l-footer__sp__navi .list__item .slideMenu .jp::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  transform: translateY(-50%);
  background-color: #fff;
  content: "";
}

.l-footer__sp__navi .list__item .slideMenu .jp::before {
  -webkit-transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: 15px;
  height: 1px;
  transform: translateY(-50%);
}

.l-footer__sp__navi .list__item .slideMenu .jp::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.3s;
  top: 50%;
  right: 0;
  width: 15px;
  height: 1px;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}

.l-footer__sp__navi .list__item .slideMenu__list {
  display: none;
  margin-top: 10px;
  margin-left: 10px;
}

.l-footer__sp__navi .list__item .slideMenu__list__item:not(:last-child) {
  margin-bottom: 11px;
}

.l-footer__sp__navi .list__item .slideMenu__list__item a {
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}

.l-footer__sp__txt {
  padding-bottom: 107px;
}

.l-footer__sp__txt .tel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 250px;
  margin: 0 auto 39px;
}

.l-footer__sp__txt .tel .ttl {
  position: relative;
  padding-right: 50px;
  border-bottom: 1px #fff dashed;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}

.l-footer__sp__txt .tel .ttl span {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0.2em;
  width: 43.58px;
}

.l-footer__sp__txt .tel .ttl span img {
  width: 100%;
  height: auto;
}

.l-footer__sp__txt .tel .number {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}

.l-footer__sp__txt .tel .time {
  margin-bottom: 15.7px;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.12em;
  text-align: center;
}

.l-footer__sp__txt .tel .time span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.l-footer__sp__txt .tel .mail {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 25px;
  background-color: #fff;
  color: #b4dc69;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 54px;
  text-align: center;
}

.l-footer__sp__txt .tel .privacy {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 54px;
  text-align: center;
}

.l-footer__sp__txt .copyright {
  display: block;
  font-weight: 500;
  font-size: 10px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.03em;
  text-align: center;
}

.l-footer__sp__toTop {
  -webkit-transform: translateX(100%);
  position: absolute;
  right: 20.5333333333vw;
  bottom: 165px;
  transform: translateX(100%);
}

.l-footer__sp__toTop span {
  -webkit-transform: rotate(-90deg);
  display: block;
  position: relative;
  width: 29px;
  margin: 14px;
  transform: rotate(-90deg);
}

.l-footer__sp__toTop span::before {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}

.l-footer__sp__toTop span::after {
  -webkit-transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  transform-origin: right bottom;
  background-color: #fff;
  content: "";
}

.l-footer.bg-y .l-footer__pc {
  background-color: #fffff7;
}

.l-footer.bg-y .l-footer__sp {
  background-color: #fffff7;
}

.c-btn01 {
  display: block;
  position: relative;
  width: 10.75em;
  margin: 0 auto;
  border: 0.1em solid #69b4c8;
  border-radius: 1.5em;
  color: #69b4c8;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.45em;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-btn01::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top;
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 1.25em;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top;
  border: 0.15em solid #69b4c8;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0.1em;
  content: "";
  transition: all 0.3s;
}

.c-btn01:hover {
  background-color: #69b4c8;
  color: #fff;
  opacity: 1;
}

.c-btn01:hover::before {
  right: 1em;
  border-color: #fff;
}

.c-btn02 {
  display: inline-block;
  position: relative;
  padding: 0.3em 3em;
  border: 0.1em solid #69b4c8;
  border-radius: 1.5em;
  background-color: #fff;
  color: #69b4c8;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-btn02::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top;
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top;
  border: 0.15em solid #69b4c8;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0.1em;
  content: "";
  transition: all 0.3s;
}

.c-btn02:hover {
  background-color: #69b4c8;
  color: #fff;
}

.c-btn02:hover::before {
  right: 1em;
  border-color: #fff;
}

.c-inner01 {
  width: 75vw;
  max-width: 1440px;
  margin: 0 auto;
}

.c-inner02 {
  width: 67.7083333333vw;
  max-width: 1300px;
  margin: 0 auto;
}

.c-inner03 {
  width: 937px;
  margin: 0 auto;
}

.c-inner04 {
  width: 680px;
  margin: 0 auto;
}

.p-ttl01 {
  /* tag:h2 cl:bl span:下に文字左にイラスト*/
  text-align: center;
}

.p-ttl01 .jp {
  position: relative;
  color: #454545;
  font-weight: 700;
  font-size: 49px;
  font-size: 4.9rem;
}

.p-ttl01 .jp .img {
  -webkit-transform: translateX(-100%);
  position: absolute;
  top: 0.1em;
  left: -21px;
  height: 107px;
  transform: translateX(-100%);
}

.p-ttl01 .jp .img img {
  width: auto;
  height: 100%;
}

.p-ttl01 .en {
  display: block;
  color: #69b4c8;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-ttl02 {
  padding: 16px 0 61px;
}

.p-ttl02 * {
  color: #fff;
}

.p-ttl02.about {
  background-color: #fa8273;
}

.p-ttl02 .bread {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}

.p-ttl02 .bread__item {
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-ttl02 .bread__item:not(:last-child)::after {
  -webkit-transform: translateY(-10%);
  display: inline-block;
  margin: 0 8px;
  transform: translateY(-10%);
  content: ">";
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-ttl02 .ttl {
  display: block;
  font-weight: 700;
  font-size: 52px;
  font-size: 5.2rem;
  text-align: center;
}

.p-ttl03 {
  display: block;
  position: relative;
  width: 16.125em;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.6em;
  text-align: center;
}

.p-ttl03::before,
.p-ttl03::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}

.p-ttl03::before {
  left: -0.47em;
  border-width: 0.8em 0 0.8em 0.5em;
}

.p-ttl03::after {
  right: -0.47em;
  border-width: 0.8em 0.5em 0.8em 0;
}

.p-ttl04 {
  text-align: center;
}

.p-ttl04 .main {
  display: block;
  margin-bottom: 0.2em;
  color: #454545;
  font-weight: 700;
  font-size: 49px;
  font-size: 4.9rem;
  text-align: center;
}

.p-ttl04 .category {
  display: inline-block;
  width: 5.875em;
  margin-right: 2.4em;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625em;
  text-align: center;
}

.p-ttl04 .category.news {
  background-color: #ffb46e;
}

.p-ttl04 .category.event {
  background-color: #b4dc69;
}

.p-ttl04 .category.children {
  background-color: #69b4c8;
}

.p-ttl04 .category.recruit {
  background-color: #b473b4;
}

.p-ttl04 .category.infomation {
  background-color: #e16ea5;
}

.p-ttl04 .date {
  color: #454545;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.p-ttl05 {
  color: #454545;
}

.p-ttl05 .date {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.p-ttl05 .main {
  display: block;
  padding-bottom: 0.3em;
  border-bottom: 2px dashed #b7b7b7;
  font-weight: 700;
  font-size: 49px;
  font-size: 4.9rem;
}

.p-tab01 {
  /*エリアの表示非表示と形状*/
}

.p-tab01__type {
  position: relative;
}

.p-tab01__type__select {
  display: none;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 4.5333333333vw;
  border: 1px solid #a5a5a5;
  border-radius: 4.2666666667vw;
  background-color: #fff;
  color: #a5a5a5;
  font-weight: normal;
  font-size: 4vw;
  line-height: 8.5333333333vw;
}

.p-tab01__type__select::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top;
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 1.25em;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top;
  border: 0.15em solid #a5a5a5;
  border-top: 0;
  border-left: 0;
  border-radius: 0.1em;
  content: "";
  transition: all 0.3s;
}

.p-tab01__type__select.active + .tab {
  visibility: visible;
  opacity: 1;
}

.p-tab01__type .tab {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: 70px;
}

.p-tab01__type .tab__category {
  border-radius: 0.875em 0.875em 0 0;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  opacity: 0.6;
}

.p-tab01__type .tab__category:not(:last-child) {
  margin-right: 0.83em;
}

.p-tab01__type .tab__category a {
  display: inline-block;
  padding: 0.08em 1em 0.2em;
  color: #fff;
}

.p-tab01__type .tab__category.t-all {
  background-color: #fa8273;
}

.p-tab01__type .tab__category.t-news {
  background-color: #ffb46e;
}

.p-tab01__type .tab__category.t-event {
  background-color: #b4dc69;
}

.p-tab01__type .tab__category.t-children {
  background-color: #69b4c8;
}

.p-tab01__type .tab__category.t-recruit {
  background-color: #b473b4;
}

.p-tab01__type .tab__category.t-info {
  background-color: #e16ea5;
}

.p-tab01__type .tab__category.active {
  opacity: 1;
}

.p-tab01 .area {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  display: none; /*はじめは非表示*/
  padding: 80px 72px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  opacity: 0; /*透過0*/
}

.p-tab01 .area.is-active {
  -webkit-animation-name: displayAnime;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  display: block; /*表示*/
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-tab01 .area__list {
  margin-bottom: 21px;
}

.p-tab01 .area__list__item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 23px;
  border-bottom: 2px dashed rgba(112, 112, 112, 0.5);
}

.p-tab01 .area__list__item:not(:first-child) {
  margin-top: 21px;
}

.p-tab01 .area__list__item .date {
  margin-right: 30px;
  margin-left: 2em;
  color: #9e9e9e;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.p-tab01 .area__list__item .tag {
  width: 6em;
  margin-right: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: center;
}

.p-tab01 .area__list__item .tag.news {
  background-color: #ffb46e;
}

.p-tab01 .area__list__item .tag.event {
  background-color: #b4dc69;
}

.p-tab01 .area__list__item .tag.children {
  background-color: #69b4c8;
}

.p-tab01 .area__list__item .tag.recruit {
  background-color: #b473b4;
}

.p-tab01 .area__list__item .tag.infomation {
  background-color: #e16ea5;
}

.p-tab01 .area__list__item .ttl {
  color: #6a6a6a;
  font-weight: normal;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
}

.p-anchor01 {
  margin-bottom: 110px;
}

.p-anchor01__list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 902px;
  margin: 0 auto -30px;
}

.p-anchor01__list.twin {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-anchor01__list.twin .p-anchor01__list__item:nth-child(3) {
  width: 46%;
}

.p-anchor01__list.twin .p-anchor01__list__item:not(:nth-child(3n)) {
  margin-right: 0;
}

.p-anchor01__list.twin .p-anchor01__list__item:nth-child(2n) {
  margin-left: 3.5%;
}

.p-anchor01__list__item {
  width: 31%;
  margin-bottom: 30px;
}

.p-anchor01__list__item:not(:nth-child(3n)) {
  margin-right: 3.5%;
}

.p-anchor01__list__item a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  border: 0.1em solid #b4dc69;
  border-radius: 1.5em;
  background-color: #fff;
  color: #b4dc69;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.45em;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-anchor01__list__item a::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: right;
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 1.25em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: right;
  border: 0.15em solid #b4dc69;
  border-top: 0;
  border-left: 0;
  border-radius: 0.1em;
  content: "";
  transition: all 0.3s;
}

.p-anchor01__list__item a:hover {
  background-color: #b4dc69;
  color: #fff;
  opacity: 1;
}

.p-anchor01__list__item a:hover::before {
  border-color: #fff;
}

.p-anchor01__list.three {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-topbg01 {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-bottombg01 {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.p-table01 {
  width: 100%;
  border: 1px solid #707070;
  border-collapse: collapse;
}

.p-table01 .column {
  color: #454545;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
}

.p-table01 .column .ttl {
  width: 8.5em;
  padding: 1em 0;
  border: 1px solid #707070;
  color: #454545;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
}

.p-table01 .column .desc {
  padding: 1em 3.125em;
  border: 1px solid #707070;
  background-color: #fff;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: left;
}

.p-pagenation01__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.p-pagenation01__list li {
  font-weight: normal;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.p-pagenation01__list li:not(:last-child) {
  margin-right: 1.2em;
}

.p-pagenation01__list li a {
  color: #b9b9b9;
}

.p-pagenation01__list li.p-active {
  color: #fa8273;
}

.p-pagenation01__list__first {
  position: relative;
  width: 1em;
}

.p-pagenation01__list__first::before {
  -webkit-transform-origin: bottom;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.45em;
  height: 0.45em;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: bottom;
  border: 0.1em solid #b9b9b9;
  border-top: 0;
  border-right: 0;
  border-radius: 0.1em;
  content: "";
  transition: all 0.3s;
}

.p-pagenation01__list__last {
  position: relative;
  width: 1em;
}

.p-pagenation01__list__last::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.45em;
  height: 0.45em;
  transform: rotate(45deg) translateY(-50%);
  border: 0.1em solid #b9b9b9;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0.1em;
  content: "";
  transition: all 0.3s;
}

.p-pagenation02__list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.p-pagenation02__list li {
  font-weight: normal;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
}

.p-pagenation02__list li a {
  color: #b9b9b9;
}

.p-pagenation02__list li:not(:last-child) {
  margin-right: 1.2em;
}

.p-pagenation02__list__prev a {
  position: relative;
  padding-left: 1em;
}

.p-pagenation02__list__prev a::before {
  -webkit-transform-origin: bottom;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: -0.2em;
  width: 0.45em;
  height: 0.45em;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: bottom;
  border: 0.15em solid #b9b9b9;
  border-top: 0;
  border-right: 0;
  border-radius: 0.1em;
  content: "";
  transition: all 0.3s;
}

.p-pagenation02__list__next a {
  position: relative;
  padding-right: 1em;
}

.p-pagenation02__list__next a::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 0.25em;
  width: 0.45em;
  height: 0.45em;
  transform: rotate(45deg) translateY(-50%);
  border: 0.15em solid #b9b9b9;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0.1em;
  content: "";
  transition: all 0.3s;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.u-bl-lgpc {
  display: none !important;
}

.u-bl-pc {
  display: none !important;
}

.u-bl-tb {
  display: none !important;
}

.u-bg-rd {
  background-color: #fa8273;
}

.u-bg-rd.wh {
  background-color: rgba(250, 130, 115, 0.7);
}

.u-bg-rd.wh05 {
  background-color: rgba(250, 130, 115, 0.5);
}

.u-bg-rd.ribbon::before,
.u-bg-rd.ribbon::after {
  border-color: #fa8273 transparent;
}

.u-bg-rd.p-ttl03::before,
.u-bg-rd.p-ttl03::after {
  border-color: #fa8273 transparent;
}

.u-bg-bl {
  background-color: #69b4c8;
}

.u-bg-bl.wh {
  background-color: rgba(105, 180, 200, 0.7);
}

.u-bg-bl.wh05 {
  background-color: rgba(105, 180, 200, 0.5);
}

.u-bg-bl.ribbon::before,
.u-bg-bl.ribbon::after {
  border-color: #69b4c8 transparent;
}

.u-bg-bl.p-ttl03::before,
.u-bg-bl.p-ttl03::after {
  border-color: #69b4c8 transparent;
}

.u-bg-gr {
  background-color: #b4dc69;
}

.u-bg-gr.wh {
  background-color: rgba(180, 220, 105, 0.7);
}

.u-bg-gr.wh05 {
  background-color: rgba(180, 220, 105, 0.5);
}

.u-bg-gr.ribbon::before,
.u-bg-gr.ribbon::after {
  border-color: #b4dc69 transparent;
}

.u-bg-gr.p-ttl03::before,
.u-bg-gr.p-ttl03::after {
  border-color: #b4dc69 transparent;
}

.u-bg-yl {
  background-color: #ffb46e;
}

.u-bg-yl.wh {
  background-color: rgba(255, 180, 110, 0.7);
}

.u-bg-yl.wh05 {
  background-color: rgba(255, 180, 110, 0.5);
}

.u-bg-yl.ribbon::before,
.u-bg-yl.ribbon::after {
  border-color: #ffb46e transparent;
}

.u-bg-yl.p-ttl03::before,
.u-bg-yl.p-ttl03::after {
  border-color: #ffb46e transparent;
}

.u-bg-dgr {
  background-color: #7dc87d;
}

.u-bg-dgr.wh {
  background-color: rgba(125, 200, 125, 0.7);
}

.u-bg-dgr.wh05 {
  background-color: rgba(125, 200, 125, 0.5);
}

.u-bg-dgr.ribbon::before,
.u-bg-dgr.ribbon::after {
  border-color: #7dc87d transparent;
}

.u-bg-dgr.p-ttl03::before,
.u-bg-dgr.p-ttl03::after {
  border-color: #7dc87d transparent;
}

.u-bg-bi {
  background-color: #b473b4;
}

.u-bg-bi.wh {
  background-color: rgba(180, 115, 180, 0.7);
}

.u-bg-bi.wh05 {
  background-color: rgba(180, 115, 180, 0.5);
}

.u-bg-bi.ribbon::before,
.u-bg-bi.ribbon::after {
  border-color: #b473b4 transparent;
}

.u-bg-bi.p-ttl03::before,
.u-bg-bi.p-ttl03::after {
  border-color: #b473b4 transparent;
}

.u-bg-pi {
  background-color: #e16ea5;
}

.u-bg-pi.wh {
  background-color: rgba(225, 110, 165, 0.7);
}

.u-bg-pi.wh05 {
  background-color: rgba(225, 110, 165, 0.5);
}

.u-bg-pi.ribbon::before,
.u-bg-pi.ribbon::after {
  border-color: #e16ea5 transparent;
}

.u-bg-pi.p-ttl03::before,
.u-bg-pi.p-ttl03::after {
  border-color: #e16ea5 transparent;
}

.index#index .mv {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 135px);
}

.index#index .mv__ttl {
  z-index: 100;
  position: absolute;
  top: 15.23%;
  left: 17.7%;
}

.index#index .mv__ttl__h1 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.index#index .mv__ttl__h1 span {
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: top;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  padding: 8px 16px 13px;
  border-top: 0.2em solid #7dc87d;
  background-color: #fff;
  color: #7dc87d;
  font-weight: 700;
  font-size: 43px;
  font-size: 4.3rem;
  line-height: 43px;
  letter-spacing: 0.1em;
  text-orientation: top;
  writing-mode: vertical-rl;
}

.index#index .mv__ttl__h1 span.ttl01 {
  display: inline-block;
  margin-right: 14px;
}

.index#index .mv__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index#index .mv__slider__wrap__slide .fig img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  max-height: calc(100vh - 135px);
  object-fit: cover;
  object-position: center;
}

.index#index .mv .navi__dot {
  -webkit-transform: translateX(-50%);
  z-index: 100;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.index#index .mv .navi__dot .swiper-pagination-bullet {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 8px;
  background: #fff;
  opacity: 1;
}

.index#index .mv .navi__dot .swiper-pagination-bullet:nth-of-type(2n).swiper-pagination-bullet-active {
  background: #ffb46e;
}

.index#index .mv .navi__dot .swiper-pagination-bullet:nth-of-type(3n).swiper-pagination-bullet-active {
  background: #ffe836;
}

.index#index .mv .navi__dot .swiper-pagination-bullet-active {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 8px;
  background: #fa8273;
}

.index#index .s-blog {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 84px 0 100px;
}

.index#index .s-blog .list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 66px;
  margin-bottom: 2.8125vw;
}

.index#index .s-blog .list__item {
  position: relative;
  width: 22%;
}

.index#index .s-blog .list__item .new {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -1.2em;
  left: -1.2em;
  align-items: center;
  justify-content: center;
  width: 3.42em;
  height: 3.42em;
  border-radius: 50%;
  background: #fa8273;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.index#index .s-blog .list__item .fig {
  overflow: hidden;
  border-radius: 30px;
}

.index#index .s-blog .list__item .fig img {
  -o-object-fit: cover;
  max-height: 10.15625vw;
  object-fit: cover;
}

.index#index .s-blog .list__item .txt {
  padding: 12px 22px 0;
}

.index#index .s-blog .list__item .txt__date {
  display: inline-block;
  margin-bottom: 0.8em;
  color: #454545;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.index#index .s-blog .list__item .txt__ttl {
  color: #454545;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  letter-spacing: 0.01em;
}

.index#index .s-blog__bg {
  -webkit-transition: all 0.3s;
  position: absolute;
  right: 5.3%;
  bottom: 24.86%;
  cursor: pointer;
  transition: all 0.3s;
}

.index#index .s-blog__bg .joro {
  width: 8.0729166667vw;
  max-width: 155px;
  height: auto;
}

.index#index .s-blog__bg .joro__after {
  -webkit-transition: all 0.3s;
  width: 2.8125vw;
  max-width: 54px;
  height: auto;
  opacity: 0;
  transition: all 0.3s;
}

.index#index .s-blog__bg:hover {
  -webkit-transform: translateX(10%) rotate(-20deg);
  transform: translateX(10%) rotate(-20deg);
}

.index#index .s-blog__bg:hover .joro__after {
  opacity: 1;
}

.index#index .s-blog__bg.is-active {
  -webkit-transform: translateX(10%) rotate(-20deg);
  transform: translateX(10%) rotate(-20deg);
}

.index#index .s-blog__bg.is-active .joro__after {
  opacity: 1;
}

.index#index .s-blog__bottom {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.index#index .s-news {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0 73px;
  overflow-x: hidden;
  background-image: url("../img/index/news_bg.png");
  background-position: center;
  background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fffff7;
}

.index#index .s-news .p-tab01 {
  width: 1300px;
  margin-top: 60px;
}

.index#index .s-news__bg {
  position: absolute;
}

.index#index .s-news__bg.bird {
  -webkit-transition: all 0.5s;
  top: 8.68%;
  left: 8.69%;
  width: 9.47%;
  cursor: pointer;
  transition: all 0.5s;
}

.index#index .s-news__bg.bird:hover {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.index#index .s-news__bg.bird.is-active {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.index#index .s-news__bg.mountain01 {
  bottom: 0;
  left: -3.6%;
  width: 55%;
  pointer-events: none;
}

.index#index .s-news__bg.mountain02 {
  right: 0;
  bottom: 0;
  width: 21.51%;
}

.index#index .s-sns {
  padding: 100px 0 141px;
}

.index#index .s-sns .list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 66px;
  margin-bottom: -60px;
}

.index#index .s-sns .list__item {
  position: relative;
  width: 47.84%;
  height: 157px;
  margin-bottom: 60px;
  border-radius: 1.09375vw;
}

.index#index .s-sns .list__item:nth-child(odd) {
  margin-right: 4.32%;
}

.index#index .s-sns .list__item.menu01 {
  background-color: #b4dc69;
}

.index#index .s-sns .list__item.menu01 .fig01 {
  width: 9.4%;
}

.index#index .s-sns .list__item.menu01 .fig02 {
  width: 22.18%;
}

.index#index .s-sns .list__item.menu02 {
  background-color: #f592c2;
}

.index#index .s-sns .list__item.menu02 .txt {
  margin: 0 8px;
}

.index#index .s-sns .list__item.menu02 .txt__desc {
  white-space: nowrap;
}

.index#index .s-sns .list__item.menu02 .txt__ttl {
  font-size: 1.8229166667vw;
}

.index#index .s-sns .list__item.menu02 .fig01 {
  width: 9.4%;
}

.index#index .s-sns .list__item.menu02 .fig02 {
  width: 22.18%;
}

.index#index .s-sns .list__item.menu03 {
  background-color: #fa8273;
}

.index#index .s-sns .list__item.menu03 .txt {
  margin: 0 4.34%;
}

.index#index .s-sns .list__item.menu03 .txt__ttl {
  font-size: 3.3333333333vw;
  line-height: 1em;
}

.index#index .s-sns .list__item.menu03 .fig01 {
  width: 12.37%;
}

.index#index .s-sns .list__item.menu03 .fig02 {
  width: 20.09%;
}

.index#index .s-sns .list__item.menu04 {
  background-color: #69b4c8;
}

.index#index .s-sns .list__item.menu04 .txt {
  margin: 0 4.34%;
}

.index#index .s-sns .list__item.menu04 .fig01 {
  width: 8.84%;
}

.index#index .s-sns .list__item.menu04 .fig02 {
  width: 12.54%;
  max-width: 78px;
}

.index#index .s-sns .list__item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.index#index .s-sns .list__item a:hover {
  opacity: 1;
}

.index#index .s-sns .list__item a:hover .fig02 {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.index#index .s-sns .list__item .txt {
  margin: 0 1em;
  color: #fff;
  text-align: center;
}

.index#index .s-sns .list__item .txt__desc {
  font-weight: 700;
  font-size: 0.9375vw;
  letter-spacing: 0.05em;
}

.index#index .s-sns .list__item .txt__ttl {
  font-weight: 700;
  font-size: 2.34375vw;
}

.index#index .s-sns .list__item .fig02 {
  -webkit-transition: all 0.3s;
  max-width: 168px;
  transition: all 0.3s;
}

.index#index .s-about {
  position: relative;
  padding: 203px 100px;
  background-image: url("../img/index/about_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.index#index .s-about__container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: flex-start;
  width: 100%;
}

.index#index .s-about__container:not(:last-of-type) {
  margin-bottom: 93px;
}

.index#index .s-about__container__flag {
  width: 8.46%;
  margin-top: -16px;
  margin-right: 2%;
}

.index#index .s-about__container__txt {
  width: 47.84%;
  margin-right: 4.3%;
  color: #454545;
}

.index#index .s-about__container__txt .ttl {
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
  border-bottom: 2px dashed rgba(112, 112, 112, 0.5);
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: left;
}

.index#index .s-about__container__txt .desc {
  margin-bottom: 1.09375vw;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.9em;
}

.index#index .s-about__container__fig {
  position: relative;
  width: 38.07%;
}

.index#index .s-about__container__fig img {
  border-radius: 10px;
}

.index#index .s-about__container__fig__decorate {
  position: absolute;
  mix-blend-mode: multiply;
}

.index#index .s-about__container__fig__decorate.paint01 {
  top: -27.46%;
  right: -26.46%;
  width: 44.64%;
}

.index#index .s-about__container__fig__decorate.paint02 {
  bottom: -21.6%;
  left: -11.74%;
  width: 29.89%;
}

.index#index .s-about__container__fig__decorate.tape01 {
  top: -4.9%;
  right: -3.4%;
  width: 15.95%;
}

.index#index .s-about__container__fig__decorate.tape02 {
  bottom: -5%;
  left: -3.23%;
  width: 15.95%;
}

.index#index .s-about__container__fig__decorate.tape03 {
  top: -3.39%;
  right: 43.43%;
  width: 15.95%;
}

.index#index .s-about .list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 132px;
  margin-bottom: -61px;
}

.index#index .s-about .list__item {
  width: 30.53%;
  margin-bottom: 61px;
  border-radius: 11px;
  background-color: #b4dc69;
}

.index#index .s-about .list__item:not(:nth-last-of-type(3n)) {
  margin-right: 4.205%;
}

.index#index .s-about .list__item a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 21px 33% 31px 0;
  padding-right: 33%;
}

.index#index .s-about .list__item a:hover {
  opacity: 1;
}

.index#index .s-about .list__item a:hover .fig {
  -webkit-transform: translateY(-50%) rotate(-20deg);
  transform: translateY(-50%) rotate(-20deg);
}

.index#index .s-about .list__item a:hover .fig.img01 {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index#index .s-about .list__item a:hover .fig.img01__after {
  -webkit-transform: translateY(-10%) translateX(-25%) rotate(45deg);
  transform: translateY(-10%) translateX(-25%) rotate(45deg);
}

.index#index .s-about .list__item a:hover .fig.img02 {
  -webkit-transform: translateY(-50%) rotate(20deg);
  transform: translateY(-50%) rotate(20deg);
}

.index#index .s-about .list__item a .ttl {
  width: 5em;
  color: #fff;
  font-weight: 700;
  font-size: 2.2395833333vw;
  text-align: center;
}

.index#index .s-about .list__item a .fig {
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 69.77%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.index#index .s-about .list__item a .fig.img01 {
  width: 22.41%;
}

.index#index .s-about .list__item a .fig.img01__after {
  -webkit-transform: translateY(-10%);
  -webkit-transform-origin: right;
  -webkit-transition: all 0.3s;
  left: 75%;
  width: 5.79%;
  transform: translateY(-10%);
  transform-origin: right;
  transition: all 0.3s;
}

.index#index .s-about .list__item a .fig.img02 {
  top: 40%;
  width: 23.67%;
}

.index#index .s-about .list__item a .fig.img03 {
  left: 73%;
  width: 29.47%;
}

.index#index .s-about .list__item a .fig.img04 {
  width: 23.67%;
}

.index#index .s-about .list__item a .fig.img05 {
  top: 55%;
  width: 17.12%;
}

.index#index .s-access {
  padding: 100px 0 78px;
}

.index#index .s-access__map {
  margin-top: 66px;
  margin-bottom: -5px;
}

.index#index .s-access__map__iframe {
  width: 100%;
  height: 342px;
}

.index#index .s-access__address {
  margin-bottom: 70px;
  padding: 60px 0 80px;
  background-color: #7dc87d;
}

.index#index .s-access__address__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index#index .s-access__address__container__txt {
  width: 49.69%;
}

.index#index .s-access__address__container__txt .ttl {
  display: inline-block;
  margin-bottom: 0.88em;
  padding: 0.43em 0.83em;
  background-color: #fff;
  color: #454545;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55em;
  letter-spacing: 0.01em;
}

.index#index .s-access__address__container__txt .desc {
  margin-bottom: 1.1em;
  padding-bottom: 1.1em;
  border-bottom: 2px dashed #fff;
  color: #fff;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.64em;
  letter-spacing: 0.05em;
}

.index#index .s-access__address__container__txt .route {
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8em;
}

.index#index .s-access__address__container__fig {
  width: 42.69%;
}

.index#index .s-access__related .ttl {
  display: inline-block;
  margin-bottom: 25px;
  padding: 0.44em 0.83em;
  background-color: #7dc87d;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
}

.index#index .s-access__related .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index#index .s-access__related .list:first-of-type {
  padding-bottom: 47px;
}

.index#index .s-access__related .list__item {
  width: 14.61%;
  cursor: pointer;
}

.index#index .s-access__related .list__item:not(:last-child) {
  margin-right: 2.46%;
}

.index#index .s-access__related .list__item:hover .fig::before {
  opacity: 0.5;
}

.index#index .s-access__related .list__item:hover .fig img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.index#index .s-access__related .list__item .fig {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 13px;
}

.index#index .s-access__related .list__item .fig * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.index#index .s-access__related .list__item .fig::before {
  -webkit-transition: all 0.5s;
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: all 0.5s;
}

.index#index .s-access__related .list__item .caption {
  color: #454545;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  text-align: center;
}

#about .s-philosophy {
  position: relative;
  padding: 71px 0 131px;
}

#about .s-philosophy .lead {
  margin-top: 60px;
  margin-bottom: 37px;
  text-align: center;
}

#about .s-philosophy .lead__ttl {
  margin-bottom: 28px;
  color: #69b4c8;
  font-weight: bold;
  font-size: 57px;
  font-size: 5.7rem;
}

#about .s-philosophy .lead__desc {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.94em;
}

#about .s-philosophy .list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

#about .s-philosophy .list__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 15.1041666667vw;
  height: 15.1041666667vw;
  padding-top: 3.6979166667vw;
  border-radius: 50%;
  color: #fff;
}

#about .s-philosophy .list__item .ttl {
  position: relative;
  margin-bottom: 1.3020833333vw;
  padding-bottom: 0.8854166667vw;
  font-weight: 700;
  font-size: 1.4583333333vw;
  line-height: 1.5em;
  letter-spacing: -0.05em;
}

#about .s-philosophy .list__item .ttl::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10.15625vw;
  transform: translateX(-50%);
  border-bottom: 1px dashed #fff;
  content: "";
}

#about .s-philosophy .list__item .desc {
  font-weight: 500;
  font-size: 1.09375vw;
  line-height: 1.2em;
  text-align: center;
}

#about .s-philosophy__txt {
  color: #454545;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.94em;
  text-align: center;
  white-space: nowrap;
}

#about .s-philosophy__bg {
  z-index: 3;
  position: absolute;
}

#about .s-philosophy__bg.img01 {
  bottom: 0;
  left: 7.1875vw;
  width: 11.1458333333vw;
}

#about .s-philosophy__bg.img02 {
  right: 12.5vw;
  bottom: -4.1666666667vw;
  width: 12.8645833333vw;
}

#about .s-policy {
  z-index: -2;
  position: relative;
  padding: 99px 0 313px;
  overflow: hidden;
  background-color: #fffff7;
}

#about .s-policy__lead {
  margin: 60px 0;
  color: #454545;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.94em;
  text-align: center;
}

#about .s-policy .list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 860px;
  margin: 0 auto -70px;
}

#about .s-policy .list__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 45.34%;
  margin-bottom: 70px;
}

#about .s-policy .list__item .fig {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 30px;
}

#about .s-policy .list__item .ttl {
  margin-bottom: 10px;
  text-align: center;
}

#about .s-policy .list__item .ttl .ribbon {
  display: block;
  position: relative;
  margin: 0 0.4em;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4em;
}

#about .s-policy .list__item .ttl .ribbon::before,
#about .s-policy .list__item .ttl .ribbon::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}

#about .s-policy .list__item .ttl .ribbon::before {
  left: -0.4em;
  border-width: 0.7em 0 0.7em 0.4em;
}

#about .s-policy .list__item .ttl .ribbon::after {
  right: -0.4em;
  border-width: 0.7em 0.4em 0.7em 0;
}

#about .s-policy .list__item .ttl .sub {
  color: #454545;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}

#about .s-policy .list__item .desc {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 27px;
  border-radius: 17px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.56em;
}

#about .s-policy__bg {
  z-index: -1;
  position: absolute;
}

#about .s-policy__bg.left {
  top: 20.8854166667vw;
  left: 0;
  width: 19.53125vw;
}

#about .s-policy__bg.right {
  top: 7.9166666667vw;
  right: 0;
  width: 17.5520833333vw;
}

#about .s-greeting {
  padding: 99px 0 94px;
}

#about .s-greeting__container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
}

#about .s-greeting__container .fig {
  width: 36.46%;
  overflow: hidden;
  border-radius: 30px;
}

#about .s-greeting__container .txt {
  width: 58.61%;
}

#about .s-greeting__container .txt .ttl {
  margin-bottom: 30px;
  color: #7dc87d;
  font-weight: 700;
  font-size: 39px;
  font-size: 3.9rem;
  line-height: 1.53em;
  letter-spacing: 0.05em;
}

#about .s-greeting__container .txt .desc {
  margin-bottom: 24px;
  color: #454545;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.94em;
}

#about .s-greeting__container .txt .name {
  color: #454545;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: right;
}

#about .s-greeting__container .txt .name span {
  display: block;
  margin-right: 3em;
  margin-bottom: 0.5em;
}

#about .s-history {
  padding: 100px 0;
  background-color: #fffff7;
}

#about .s-history__container {
  position: relative;
  margin-top: 50px;
}

#about .s-history__container .bar {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 98%;
  transform: translate(-50%, -50%);
  background-color: #69b4c8;
}

#about .s-history__container__content {
  position: relative;
  width: 50%;
  margin-bottom: 1.1979166667vw;
}

#about .s-history__container__content .txt {
  -webkit-transform: translateY(-50%);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  transform: translateY(-50%);
}

#about .s-history__container__content .txt__circle {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #69b4c8;
  line-height: 2.3958333333vw;
}

#about .s-history__container__content .txt__date {
  color: #69b4c8;
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.3958333333vw;
  letter-spacing: 0.05em;
}

#about .s-history__container__content .txt__date .year {
  font-size: 2.3958333333vw;
}

#about .s-history__container__content .txt__event {
  padding-top: 0.6em;
  color: #454545;
  font-weight: 700;
  font-size: 1.0416666667vw;
  line-height: 2.3958333333vw;
  letter-spacing: 0.02em;
  vertical-align: baseline;
}

#about .s-history__container__content .illust {
  position: absolute;
}

#about .s-history__container__content .illust.no01 {
  top: 1.5625vw;
  right: -3.4895833333vw;
}

#about .s-history__container__content .illust.no02 {
  top: -70%;
  right: 4.2708333333vw;
}

#about .s-history__container__content .illust.no03 {
  top: 60%;
  left: 1.5625vw;
}

#about .s-history__container__content .illust__fig {
  position: relative;
  cursor: pointer;
}

#about .s-history__container__content .illust__fig * {
  -webkit-transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
  transition: all 0.3s;
  transition-delay: 0.2s;
}

#about .s-history__container__content .illust__fig:hover .bg01__after {
  top: 0;
  right: 35%;
}

#about .s-history__container__content .illust__fig:hover .bg02__after {
  opacity: 1;
}

#about .s-history__container__content .illust__fig:hover .bg03__after {
  opacity: 1;
}

#about .s-history__container__content .illust__fig:hover .bg03__before {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

#about .s-history__container__content .illust__fig.is-active .bg01__after {
  top: 0;
  right: 35%;
}

#about .s-history__container__content .illust__fig.is-active .bg02__after {
  opacity: 1;
}

#about .s-history__container__content .illust__fig.is-active .bg03__after {
  opacity: 1;
}

#about .s-history__container__content .illust__fig.is-active .bg03__before {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

#about .s-history__container__content .illust__fig .bg01__before {
  width: 10.7291666667vw;
}

#about .s-history__container__content .illust__fig .bg01__after {
  position: absolute;
  top: -40%;
  right: 20%;
  width: 2.03125vw;
}

#about .s-history__container__content .illust__fig .bg02__before {
  width: 7.65625vw;
}

#about .s-history__container__content .illust__fig .bg02__after {
  position: absolute;
  top: -55%;
  right: -10%;
  width: 7.2916666667vw;
  opacity: 0;
}

#about .s-history__container__content .illust__fig .bg03__after {
  position: absolute;
  top: -20%;
  left: 20%;
  width: 1.4583333333vw;
  opacity: 0;
}

#about .s-history__container__content .illust__fig .bg03__before {
  width: 4.2708333333vw;
}

#about .s-history__container__content .illust__fig .bg03__static {
  position: absolute;
  right: -2.0833333333vw;
  bottom: -0.5208333333vw;
  width: 3.0208333333vw;
}

#about .s-history__container__content .fig {
  position: static;
  width: 20.4166666667vw;
  margin-left: 2.1875vw;
  overflow: hidden;
  border-radius: 0.78125vw;
}

#about .s-history__container__content.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#about .s-history__container__content.left .txt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 2.6041666667vw;
}

#about .s-history__container__content.left .txt__circle {
  -webkit-transform: translateX(50%);
  top: 50%;
  right: 0;
  transform: translateX(50%);
}

#about .s-history__container__content.left .txt__event {
  margin-right: 1.1979166667vw;
}

#about .s-history__container__content.right {
  margin-left: auto;
}

#about .s-history__container__content.right .txt {
  padding-left: 2.6041666667vw;
  white-space: nowrap;
}

#about .s-history__container__content.right .txt__circle {
  -webkit-transform: translateX(-50%);
  top: 50%;
  left: 0;
  transform: translateX(-50%);
}

#about .s-history__container__content.right .txt__event {
  margin-left: 1.1979166667vw;
}

#about .s-history__container__content.center {
  display: grid;
  position: relative;
  place-content: center;
  place-items: center;
  width: 34.21875vw;
  height: 6.1979166667vw;
  margin: 0 auto;
  border-radius: 6.1979166667vw;
  background-color: #69b4c8;
}

#about .s-history__container__content.center .txt {
  -webkit-transform: none;
  -webkit-column-gap: 1.9791666667vw;
  -moz-column-gap: 1.9791666667vw;
  column-gap: 1.9791666667vw;
  transform: none;
}

#about .s-history__container__content.center .txt__date {
  color: #fff;
}

#about .s-history__container__content.center .txt__event {
  padding-top: 0;
  color: #ffe836;
  font-weight: bold;
  font-size: 2.34375vw;
  letter-spacing: 0.02em;
}

#about .s-history__container__content.center .illust {
  top: -3.6458333333vw;
  right: -8.75vw;
  width: 12.3958333333vw;
}

#about .s-safety {
  padding: 100px 0 123px;
}

#about .s-safety__lead {
  margin: 60px 0;
  color: #454545;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

#about .s-safety__container {
  width: 1078px;
  margin: 0 auto;
  border-radius: 26px;
  background-color: #fffff7;
}

#about .s-safety__container .ttl {
  -webkit-transform: translate(10%, -50%);
  display: inline-block;
  position: relative;
  margin: 0 0.4em;
  padding: 0 0.8em;
  transform: translate(10%, -50%);
  background-color: #ffb46e;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4em;
}

#about .s-safety__container .ttl::before,
#about .s-safety__container .ttl::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffb46e transparent;
  content: "";
}

#about .s-safety__container .ttl::before {
  left: -0.37em;
  border-width: 0.7em 0 0.7em 0.4em;
}

#about .s-safety__container .ttl::after {
  right: -0.37em;
  border-width: 0.7em 0.4em 0.7em 0;
}

#about .s-safety__container .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 54px 54px;
}

#about .s-safety__container .txt__desc {
  color: #454545;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875em;
}

#about .s-safety__container .txt__desc:first-of-type {
  margin-right: 40px;
}

#life .s-daily {
  position: relative;
  padding: 70px 0 334px;
  overflow-x: hidden;
  background-color: #fffff7;
}

#life .s-daily .p-ttl01 {
  margin-bottom: 25px;
}

#life .s-daily__container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}

#life .s-daily__container:not(:last-of-type) {
  margin-bottom: 14px;
}

#life .s-daily__container .flow {
  position: relative;
  height: inherit;
  margin-right: 61px;
  font-size: 38px;
  font-size: 3.8rem;
}

#life .s-daily__container .flow__time {
  width: 3.31em;
  border-radius: 50%;
  background-color: #b4dc69;
  color: #fff;
  font-weight: 700;
  line-height: 3.31em;
  text-align: center;
}

#life .s-daily__container .flow__bar {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: calc(3.31em + 10.5px);
  left: 50%;
  width: 4px;
  height: calc(100% - (3.31em + 10.5px));
  transform: translateX(-50%);
  background-color: #b4dc69;
}

#life .s-daily__container .content {
  padding: 45px 0;
}

#life .s-daily__container .content .ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #707070;
}

#life .s-daily__container .content .ttl .main {
  font-weight: 700;
  font-size: 2.0833333333vw;
}

#life .s-daily__container .content .ttl .sub {
  margin-left: 20px;
  font-weight: normal;
  font-size: 0.9375vw;
  vertical-align: middle;
}

#life .s-daily__container .content .ttl .sub .circle {
  color: #b4dc69;
}

#life .s-daily__container .content .list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -22px;
}

#life .s-daily__container .content .list__item {
  position: relative;
  width: 49%;
  margin-bottom: 22px;
}

#life .s-daily__container .content .list__item .fig {
  overflow: hidden;
  border-radius: 30px;
}

#life .s-daily__container .content .list__item .illust {
  position: absolute;
}

#life .s-daily__container .content .list__item .illust * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#life .s-daily__container .content .list__item .illust .figbg {
  position: relative;
}

#life .s-daily__container .content .list__item .illust.bus {
  right: -5.78125vw;
  bottom: -5.2083333333vw;
  cursor: pointer;
}

#life .s-daily__container .content .list__item .illust.bus:hover .bg01__before {
  -webkit-transform: translateX(-2.0833333333vw);
  transform: translateX(-2.0833333333vw);
}

#life .s-daily__container .content .list__item .illust.bus:hover .bg01__after {
  opacity: 1;
}

#life .s-daily__container .content .list__item .illust.bus.is-active .bg01__before {
  -webkit-transform: translateX(-2.0833333333vw);
  transform: translateX(-2.0833333333vw);
}

#life .s-daily__container .content .list__item .illust.bus.is-active .bg01__after {
  opacity: 1;
}

#life .s-daily__container .content .list__item .illust.bus .bg01__before {
  width: 10.9375vw;
}

#life .s-daily__container .content .list__item .illust.bus .bg01__after {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 1.40625vw;
  opacity: 0;
}

#life .s-daily__container .content .list__item .illust.net {
  right: -3.6458333333vw;
  bottom: -1.0416666667vw;
}

#life .s-daily__container .content .list__item .illust.net:hover .bg02__before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

#life .s-daily__container .content .list__item .illust.net:hover .bg02__after {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

#life .s-daily__container .content .list__item .illust.net.is-active .bg02__before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

#life .s-daily__container .content .list__item .illust.net.is-active .bg02__after {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

#life .s-daily__container .content .list__item .illust.net .bg02__before {
  width: 9.4791666667vw;
}

#life .s-daily__container .content .list__item .illust.net .bg02__after {
  position: absolute;
  right: -8.0208333333vw;
  bottom: -12.4479166667vw;
  width: 13.90625vw;
  max-height: none;
}

#life .s-daily__container .content .list__item .illust.milk {
  right: -11.8229166667vw;
  bottom: 0;
}

#life .s-daily__container .content .list__item .illust.milk .bg03 {
  width: 8.90625vw;
}

#life .s-daily__container .content .list__item .illust.paint {
  top: -3.8541666667vw;
  right: -5.8333333333vw;
  cursor: pointer;
}

#life .s-daily__container .content .list__item .illust.paint:hover .bg04__before {
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
}

#life .s-daily__container .content .list__item .illust.paint:hover .bg04__after {
  opacity: 1;
}

#life .s-daily__container .content .list__item .illust.paint.is-active .bg04__before {
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
}

#life .s-daily__container .content .list__item .illust.paint.is-active .bg04__after {
  opacity: 1;
}

#life .s-daily__container .content .list__item .illust.paint .bg04__static {
  width: 9.1666666667vw;
}

#life .s-daily__container .content .list__item .illust.paint .bg04__before {
  position: absolute;
  top: 100%;
  right: -2.6041666667vw;
  width: 10.4166666667vw;
}

#life .s-daily__container .content .list__item .illust.paint .bg04__after {
  position: absolute;
  top: 95%;
  right: 1.5625vw;
  width: 6.6666666667vw;
  opacity: 0;
}

#life .s-daily__container .content .list__item .illust.cutlery {
  right: -11.8229166667vw;
  bottom: 0;
}

#life .s-daily__container .content .list__item .illust.cutlery:hover img {
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
}

#life .s-daily__container .content .list__item .illust.cutlery:hover .bg05__02 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

#life .s-daily__container .content .list__item .illust.cutlery:hover .bg05__03 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#life .s-daily__container .content .list__item .illust.cutlery.is-active img {
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
}

#life .s-daily__container .content .list__item .illust.cutlery.is-active .bg05__02 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

#life .s-daily__container .content .list__item .illust.cutlery.is-active .bg05__03 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#life .s-daily__container .content .list__item .illust.cutlery .bg05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8.6979166667vw;
}

#life .s-daily__container .content .list__item .illust.cutlery .bg05 img {
  width: auto;
  height: 100%;
}

#life .s-daily__container .content .list__item .illust.cutlery .bg05 img:not(:last-child) {
  margin-right: 0.8333333333vw;
}

#life .s-daily__container .content .list__item .illust.clothes {
  right: -3.6458333333vw;
  bottom: -4.4270833333vw;
}

#life .s-daily__container .content .list__item .illust.clothes .bg06 {
  width: 11.4583333333vw;
}

#life .s-daily__container .content .list__item .illust.com01 {
  top: -4.3229166667vw;
  right: -7.0833333333vw;
  width: 11.6666666667vw;
}

#life .s-daily__container .content .list__item .illust.com02 {
  top: -4.7916666667vw;
  right: -9.53125vw;
  width: 11.6666666667vw;
}

#life .s-daily__container .content .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

#life .s-daily__container .content .txt .desc {
  color: #454545;
  font-weight: normal;
  font-size: 0.9375vw;
  line-height: 1.6em;
}

#life .s-daily__container .content .txt .desc:not(:last-child) {
  margin-right: 2.7em;
}

#life .s-daily__container .content .txt .desc span {
  color: #b4dc69;
}

#life .s-daily__container .content .txt .strong {
  border-bottom: 3px double red;
  font-weight: bold;
}

#life .s-daily__container .link {
  color: #b4dc69;
  text-decoration: underline;
}

#life .s-daily__bg {
  z-index: 2;
  position: absolute;
  right: 15.3125vw;
  bottom: 2.2395833333vw;
  width: 23.0208333333vw;
}

#life .s-institution {
  padding: 110px 0;
}

#life .s-institution__statement {
  margin-top: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

#life .s-institution__statement .pin {
  display: inline-block;
  height: 1.5em;
  margin-right: 0.3em;
}

#life .s-institution__statement .pin img {
  width: auto;
  height: 100%;
}

#life .s-institution .map {
  position: relative;
  width: 51.9270833333vw;
  margin: 20px auto 0;
}

#life .s-institution .map .fig {
  width: 100%;
}

#life .s-institution .map__pin {
  position: absolute;
  width: 2.4479166667vw;
  cursor: pointer;
}

#life .s-institution .map__pin.pin01 {
  top: 10.09%;
  left: 8.02%;
}

#life .s-institution .map__pin.pin02 {
  top: 8.51%;
  left: 65.79%;
}

#life .s-institution .map__pin.pin03 {
  top: 49.52%;
  left: 59.67%;
}

#life .s-institution .map__pin.pin04 {
  bottom: 16.87%;
  left: 67%;
}

#life .s-institution .modal {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 30px;
  background-color: rgba(120, 123, 131, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

#life .s-institution .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

#life .s-institution .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#life .s-institution .modal__content {
  position: relative;
  width: 68.42%;
  background-color: #fff;
}

#life .s-institution .modal__close-btn {
  z-index: 10;
  position: absolute;
  top: -30px;
  right: 24px;
  cursor: pointer;
}

#life .s-institution .modal__close-btn .cross {
  position: relative;
}

#life .s-institution .modal__close-btn .cross:before,
#life .s-institution .modal__close-btn .cross::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px; /* 棒の幅（太さ） */
  height: 54px; /* 棒の高さ */
  background: #fff;
  content: "";
}

#life .s-institution .modal__close-btn .cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

#life .s-institution .modal__close-btn .cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

#life .s-institution .modal__slide .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 53px auto 57px;
}

#life .s-institution .modal__slide .container__fig {
  width: 91%;
}

#life .s-institution .modal__slide .container__caption {
  display: inline-block;
  position: relative;
  margin-top: 0.6em;
  padding-bottom: 0.5em;
  color: #454545;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}

#life .s-institution .modal__slide .container__caption::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 300px;
  transform: translateX(-50%);
  border-bottom: 2px dashed #b7b7b7;
  content: "";
}

#life .s-institution .modal__prev {
  -webkit-transform-origin: bottom;
  position: absolute;
  left: 13.68%;
  transform-origin: bottom;
  border-top: 17px solid transparent;
  border-right: 29px solid #ffffff;
  border-bottom: 17px solid transparent;
}

#life .s-institution .modal__next {
  -webkit-transform-origin: top;
  position: absolute;
  right: 13.68%;
  transform-origin: top;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 29px solid #ffffff;
}

#life .s-event {
  position: relative;
  padding: 100px 0 220px;
  overflow-x: hidden;
  background-color: #fffff7;
}

#life .s-event__lead {
  margin: 29px 0 81px;
  color: #454545;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

#life .s-event__container:not(:last-of-type) {
  margin-bottom: 100px;
}

#life .s-event__container .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 25px;
  padding-left: 21%;
}

#life .s-event__container .txt .fig {
  position: absolute;
  top: -0.9375vw;
  left: -0.625vw;
  width: 16.76%;
}

#life .s-event__container .txt .list {
  color: #454545;
  font-weight: normal;
  font-size: 0.9375vw;
  line-height: 1.66em;
  font-family: "Zen Maru Gothic";
}

#life .s-event__container .txt .list:not(:last-of-type) {
  margin-right: 35px;
}

#life .s-event__container .txt .list__item::before {
  content: "●";
}

#life .s-event__container .txt.no01 .list__item::before {
  color: #fa8273;
}

#life .s-event__container .txt.no02 .list__item::before {
  color: #ffb46e;
}

#life .s-event__container .txt.no03 .list__item::before {
  color: #b4dc69;
}

#life .s-event__container .img {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#life .s-event__container .img .fig {
  width: 31.53%;
  overflow: hidden;
  border-radius: 1.5625vw;
}

#life .s-event__container .statement {
  margin-top: 20px;
  color: #454545;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.94em;
}

#feature .s-features {
  padding: 90px 0 150px;
  background-image: url("../img/feature/features_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

#feature .s-features .p-ttl01 {
  margin-bottom: 47px;
}

#feature .s-features__container {
  position: relative;
  padding-top: 16px;
  padding-left: 140px;
}

#feature .s-features__container:not(:last-of-type) {
  margin-bottom: 102px;
}

#feature .s-features__container__flag {
  position: absolute;
  top: 0;
  left: 0;
  width: 109px;
}

#feature .s-features__container__txt {
  margin-bottom: 18px;
  color: #454545;
}

#feature .s-features__container__txt .ttl {
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  border-bottom: 2px dashed #b7b7b3;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
}

#feature .s-features__container__txt .desc {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6em;
}

#feature .s-features__container__img {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: space-between;
}

#feature .s-features__container__img .fig {
  width: 48%;
  overflow: hidden;
  border-radius: 1.5625vw;
}

#feature .s-features__container__img .tape {
  position: absolute;
  width: 6.8%;
  mix-blend-mode: multiply;
}

#feature .s-features__container__img .tape.t01 {
  top: -7.33%;
  right: -1.29%;
}

#feature .s-features__container__img .tape.t02 {
  bottom: -6.56%;
  left: -2.24%;
}

#feature .s-features__container__bg {
  display: none;
}

#feature .s-features__container__bg.bg01 {
  right: -6.6666666667vw;
  bottom: -29.3333333333vw;
}

#feature .s-features__container__bg.bg02 {
  bottom: -27.2vw;
  left: -6.6666666667vw;
}

#feature .s-features__container__bg.bg03 {
  right: -6.6666666667vw;
  bottom: -12.5333333333vw;
}

#feature .s-features__container__bg.bg04 {
  bottom: -36.5333333333vw;
  left: -6.6666666667vw;
}

#feature .s-university {
  padding-top: 110px;
}

#feature .s-lesson {
  padding-bottom: 100px;
}

#feature .s-lesson .statement {
  display: block;
  margin: 10px auto 0;
  text-align: center;
}

#feature .s-qa {
  padding: 100px 0 140px;
  background-color: #fffff7;
}

#feature .s-qa .list {
  width: 839px;
  margin: 60px auto 0;
}

#feature .s-qa .list__item {
  position: relative;
  padding: 0 2.3em;
  border-radius: 34px;
  background-color: #69b4c8;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 71px;
  cursor: pointer;
}

#feature .s-qa .list__item:not(:last-child) {
  margin-bottom: 21px;
}

#feature .s-qa .list__item * {
  -webkit-transition: opacity 0.3s;
  color: #fff;
  transition: opacity 0.3s;
}

#feature .s-qa .list__item .question {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  font-weight: 500;
}

#feature .s-qa .list__item .question::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

#feature .s-qa .list__item .question::after {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: right;
  -webkit-transition: none;
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: right;
  border: 0.15em solid #fff;
  border-top: 0;
  border-left: 0;
  border-radius: 0.1em;
  content: "";
  transition: none;
}

#feature .s-qa .list__item .question .no {
  margin-right: 0.8em;
}

#feature .s-qa .list__item .answer {
  display: none;
}

#feature .s-qa .list__item .answer__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 0 20px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.45em;
  letter-spacing: 0.02em;
}

#feature .s-qa .list__item .answer__box img {
  display: block;
  width: 50%;
  margin: 0.5em auto 0;
  overflow: hidden;
  border-radius: 30px;
}

#feature .s-qa .list__item .answer__box .ttl {
  margin-right: 0.9em;
}

#feature .s-qa .list__item .answer__box a {
  border-bottom: 1px solid #fff;
}

#feature .s-qa .list__item.active .question::before {
  content: "";
}

#feature .s-qa .list__item.active .question::after {
  -webkit-transform: rotate(45deg);
  right: 0.3em;
  transform: rotate(45deg);
  border: 0.15em solid #fff;
  border-right: 0;
  border-bottom: 0;
}

#feature .common__section {
  padding-top: 100px;
}

#feature .common__lead {
  margin: 30px -5.2083333333vw 40px;
  color: #454545;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.94em;
  text-align: center;
  white-space: nowrap;
}

#feature .common__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

#feature .common__list.c4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 65%;
  margin: 0 auto;
  gap: 1.0416666667vw;
}

#feature .common__list.c4 .common__list__item {
  width: calc(50% - 0.5208333333vw);
  margin: 0;
}

#feature .common__list__item {
  width: 31.5%;
}

#feature .common__list__item:not(:last-child) {
  margin-right: 2.75%;
}

#feature .common__list__item .fig {
  overflow: hidden;
  border-radius: 1.5625vw;
}

#support .s-childcare {
  padding: 70px 0 209px;
  background-color: #fffff7;
}

#support .s-childcare .caption {
  margin-bottom: 9px;
  color: #454545;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}

#support .s-childcare .tableTtl {
  margin-bottom: 10px;
  color: #454545;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

#support .s-childcare .tableTtl.mt {
  margin-top: 30px;
}

#support .s-childcare .caption {
  margin-top: 10px;
  margin-bottom: 60px;
  color: #454545;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

#support .s-preschool {
  padding: 150px 0 105px;
}

#support .s-preschool .tableTtl {
  margin-bottom: 10px;
  color: #454545;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

#support .s-preschool .tableTtl.mt {
  margin-top: 30px;
}

#support .s-preschool .caption {
  margin-top: 10px;
  margin-bottom: 60px;
  color: #454545;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

#support .s-preschool__container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  margin-top: 20px;
}

#support .s-preschool__container .flow {
  position: relative;
  height: inherit;
  margin-right: 61px;
  font-size: 38px;
  font-size: 3.8rem;
}

#support .s-preschool__container .flow__time {
  width: 3.31em;
  border-radius: 50%;
  background-color: #e16ea5;
  color: #fff;
  font-weight: 700;
  line-height: 3.31em;
  text-align: center;
}

#support .s-preschool__container .flow__bar {
  display: block;
  width: 4px;
  height: 61px;
  margin: 13px auto 0;
  background-color: #e16ea5;
}

#support .s-preschool__container .content {
  width: 100%;
  padding-top: 45px;
}

#support .s-preschool__container .content .ttl {
  margin-bottom: 10px;
  color: #707070;
  font-weight: 700;
  font-size: 2.0833333333vw;
}

#support .s-preschool__container .content .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

#support .s-preschool__container .content .txt .list {
  color: #454545;
  font-weight: normal;
  font-size: 0.9375vw;
  line-height: 1.66em;
  font-family: "Zen Maru Gothic";
}

#support .s-preschool__container .content .txt .list:not(:last-of-type) {
  margin-right: 35px;
}

#support .s-preschool__container .content .txt .list__item::before {
  content: "●";
  color: #e16ea5;
}

#support .s-preschool__container .content .txt .list__item.nb::before {
  display: none;
}

#support .s-preschool__container .content .txt .list__item .child {
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.5rem;
}

#support .s-preschool__container .content .txt .list__item .child__item::before {
  content: "●";
  color: #e16ea5;
}

#support .s-preschool__container .content .txt .desc {
  color: #454545;
  font-weight: normal;
  font-size: 0.9375vw;
  line-height: 1.6em;
}

#support .s-preschool__container .content .txt .desc:not(:last-child) {
  margin-right: 2.7em;
}

#support .s-preschool__container .content .txt .desc span {
  color: #b4dc69;
}

#support .s-preschool__img {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 67px;
}

#support .s-preschool__img .fig {
  width: 31.5%;
  overflow: hidden;
  border-radius: 1.5625vw;
}

#support .s-experience {
  padding: 100px 0 300px;
  background-color: #fffff7;
}

#support .s-experience .p-ttl03 {
  position: relative;
  margin-top: 120px;
  margin-bottom: 30px;
}

#support .s-experience .p-ttl03 .deco {
  display: block;
  z-index: 3;
  position: absolute;
  bottom: -15%;
  width: 30%;
}

#support .s-experience .p-ttl03 .deco img {
  width: 100%;
  height: auto;
}

#support .s-experience .p-ttl03.kangaroo .deco {
  -webkit-transform: translateX(-60%);
  left: 0;
  transform: translateX(-60%);
}

#support .s-experience .p-ttl03.koala .deco {
  -webkit-transform: translateX(60%);
  right: 0;
  transform: translateX(60%);
}

#support .s-other {
  padding: 100px 0 140px;
}

#support .s-other .p-ttl01 {
  margin-bottom: 60px;
}

#support .s-other .common__lead {
  margin-top: 20px;
}

#support .s-other .common__lead.no01 {
  margin-bottom: 60px;
}

#support .s-other .common__lead.no02 {
  margin-bottom: 30px;
}

#support .s-other .common__lead.no03 {
  margin-bottom: 0;
}

#support .s-other .p-table01 {
  margin-bottom: 60px;
}

#support .common__lead {
  margin: 40px 0;
  color: #454545;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.94em;
  text-align: center;
}

#support .common__lead.tl {
  width: 25.4em;
  margin: 40px auto;
  text-align: left;
}

#info .s-tab {
  padding: 173px 0 143px;
  background-color: #fffff7;
}

#info .s-tab .p-tab01__type .tab {
  margin-left: 3.6458333333vw;
}

#info .s-tab .p-tab01__type .tab__category {
  font-size: 1.25vw;
}

#info .s-tab .p-tab01 .area {
  padding: 152px 73px 76px;
}

#info .s-article {
  padding-bottom: 200px;
  background-color: #fffff7;
}

#info .s-article .bread {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 70px;
  padding-top: 15px;
}

#info .s-article .bread__item {
  color: #707070;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

#info .s-article .bread__item:not(:last-child)::after {
  -webkit-transform: translateY(-10%);
  display: inline-block;
  margin: 0 8px;
  transform: translateY(-10%);
  content: ">";
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}

#info .s-article__container {
  width: 1048px;
  margin: 0 auto;
}

#info .s-article__container .p-ttl04 {
  margin-bottom: 62px;
}

#info .s-article__container .txt {
  margin-bottom: 60px;
  color: #454545;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.9em;
}

#info .s-article__container .txt h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
}

#info .s-article__container .txt h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
}

#info .s-article__container .txt h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.9em;
}

#info .s-article__container .txt h4 {
  font-weight: 700;
}

#info .s-article__container .txt h5 {
  font-weight: 600;
}

#info .s-article__container .txt h6 {
  font-weight: 400;
}

#info .s-article__container .txt table {
  width: 100%;
  margin: 1.8em 0;
  border: 1px solid #707070;
  border-collapse: collapse;
}

#info .s-article__container .txt table tr {
  color: #454545;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
}

#info .s-article__container .txt table tr .th {
  width: 8.5em;
  padding: 1em 0;
  border: 1px solid #707070;
  color: #454545;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
}

#info .s-article__container .txt table tr td {
  padding: 1em 3.125em;
  border: 1px solid #707070;
  background-color: #fff;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: left;
}

#info .s-article__container .fig {
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 1.5625vw;
}

#info .s-article .p-pagenation02 {
  margin-top: 93px;
}

#blog .s-archive {
  padding: 130px 0;
}

#blog .s-archive .list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -75px;
}

#blog .s-archive .list__item {
  width: 30%;
  margin-bottom: 75px;
  color: #454545;
}

#blog .s-archive .list__item:not(:nth-child(3n)) {
  margin-right: 5%;
}

#blog .s-archive .list__item .fig {
  margin-bottom: 10px;
  overflow: hidden;
}

#blog .s-archive .list__item .fig img {
  -o-object-fit: cover;
  max-height: 12.5vw;
  object-fit: cover;
}

#blog .s-archive .list__item .ttl {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}

#blog .s-archive .list__item .date {
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

#blog .s-archive .p-pagenation01 {
  margin-top: 73px;
}

#blog .s-article {
  padding-bottom: 200px;
}

#blog .s-article .bread {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 116px;
  padding-top: 15px;
}

#blog .s-article .bread__item {
  color: #707070;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

#blog .s-article .bread__item:not(:last-child)::after {
  -webkit-transform: translateY(-10%);
  display: inline-block;
  margin: 0 8px;
  transform: translateY(-10%);
  content: ">";
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}

#blog .s-article__container {
  width: 1048px;
  margin: 0 auto;
}

#blog .s-article__container .p-ttl05 {
  margin-bottom: 41px;
}

#blog .s-article__container .txt {
  margin-bottom: 60px;
  color: #454545;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.9em;
}

#blog .s-article__container .txt h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
}

#blog .s-article__container .txt h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
}

#blog .s-article__container .txt h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.9em;
}

#blog .s-article__container .txt h4 {
  font-weight: 700;
}

#blog .s-article__container .txt h5 {
  font-weight: 600;
}

#blog .s-article__container .txt h6 {
  font-weight: 400;
}

#blog .s-article__container .txt table {
  width: 100%;
  margin: 1.8em 0;
  border: 1px solid #707070;
  border-collapse: collapse;
}

#blog .s-article__container .txt table tr {
  color: #454545;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
}

#blog .s-article__container .txt table tr .th {
  width: 8.5em;
  padding: 1em 0;
  border: 1px solid #707070;
  color: #454545;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
}

#blog .s-article__container .txt table tr td {
  padding: 1em 3.125em;
  border: 1px solid #707070;
  background-color: #fff;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: left;
}

#blog .s-article__container .fig {
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 1.5625vw;
}

#blog .s-article .p-pagenation02 {
  margin-top: 93px;
}

#contact .s-form {
  padding: 100px 0 140px;
}

#contact .s-form .contactForm .list {
  width: 100%;
}

#contact .s-form .contactForm .list__item {
  display: block;
}

#contact .s-form .contactForm .list__item:not(:last-child) {
  margin-bottom: 23px;
}

#contact .s-form .contactForm .list__item__ttl {
  display: block;
  margin-bottom: 13px;
  color: #454545;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}

#contact .s-form .contactForm .list__item .wpcf7-form-control-wrap .list__item__input {
  width: 100%;
}

#contact .s-form .contactForm .list__item .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}

#contact .s-form .contactForm .list__item input,
#contact .s-form .contactForm .list__item select,
#contact .s-form .contactForm .list__item textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

#contact .s-form .contactForm .list__item input::-webkit-input-placeholder,
#contact .s-form .contactForm .list__item select::-webkit-input-placeholder,
#contact .s-form .contactForm .list__item textarea::-webkit-input-placeholder {
  color: #ccc;
}

#contact .s-form .contactForm .list__item input::-webkit-input-placeholder, #contact .s-form .contactForm .list__item select::-webkit-input-placeholder, #contact .s-form .contactForm .list__item textarea::-webkit-input-placeholder {
  color: #ccc;
}

#contact .s-form .contactForm .list__item input::-moz-placeholder, #contact .s-form .contactForm .list__item select::-moz-placeholder, #contact .s-form .contactForm .list__item textarea::-moz-placeholder {
  color: #ccc;
}

#contact .s-form .contactForm .list__item input:-ms-input-placeholder, #contact .s-form .contactForm .list__item select:-ms-input-placeholder, #contact .s-form .contactForm .list__item textarea:-ms-input-placeholder {
  color: #ccc;
}

#contact .s-form .contactForm .list__item input::-ms-input-placeholder, #contact .s-form .contactForm .list__item select::-ms-input-placeholder, #contact .s-form .contactForm .list__item textarea::-ms-input-placeholder {
  color: #ccc;
}

#contact .s-form .contactForm .list__item input::placeholder,
#contact .s-form .contactForm .list__item select::placeholder,
#contact .s-form .contactForm .list__item textarea::placeholder {
  color: #ccc;
}

#contact .s-form .contactForm .list__item input[type=text],
#contact .s-form .contactForm .list__item input[type=email],
#contact .s-form .contactForm .list__item input[type=tel],
#contact .s-form .contactForm .list__item select {
  padding: 0 1em;
  line-height: 2.75em;
}

#contact .s-form .contactForm .list__item select {
  color: #ccc;
  cursor: pointer;
}

#contact .s-form .contactForm .list__item select.active {
  color: #454545;
}

#contact .s-form .contactForm .list__item textarea {
  padding: 20px;
}

#contact .s-form .contactForm .list__item.select {
  position: relative;
  cursor: pointer;
}

#contact .s-form .contactForm .list__item.select .wpcf7-form-control-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}

#contact .s-form .contactForm .list__item.select .wpcf7-form-control-wrap::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s;
  z-index: 2;
  position: absolute;
  top: 45%;
  right: 1.7em;
  width: 0.7em;
  height: 0.7em;
  transform: translateY(-50%) rotate(-45deg);
  border: 3px solid #454545;
  border-top: 0;
  border-right: 0;
  content: "";
  pointer-events: none;
  transition: all 0.3s;
}

#contact .s-form .contactForm .list__item.select .birth__list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#contact .s-form .contactForm .list__item.select .birth__list__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 30%;
}

#contact .s-form .contactForm .list__item.select .birth__list__item select.active {
  letter-spacing: 0.1em;
}

#contact .s-form .contactForm .list__item.select .birth__list__item > .wpcf7-form-control-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}

#contact .s-form .contactForm .list__item.select .birth__list__item > .wpcf7-form-control-wrap::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s;
  z-index: 2;
  position: absolute;
  top: 45%;
  right: 1.7em;
  width: 0.7em;
  height: 0.7em;
  transform: translateY(-50%) rotate(-45deg);
  border: 3px solid #454545;
  border-top: 0;
  border-right: 0;
  content: "";
  pointer-events: none;
  transition: all 0.3s;
}

#contact .s-form .contactForm .list__item.select .birth__list__item .txt {
  width: 1em;
  margin-left: 0.6em;
}

#contact .s-form .contactForm .list__item.half {
  position: relative;
}

#contact .s-form .contactForm .list__item.half .wpcf7-form-control-wrap {
  display: inline-block;
  width: 50%;
}

#contact .s-form .contactForm .list__item.half .search {
  display: inline-block;
  margin-left: 0.8em;
  color: #69b4c8;
  font-weight: normal;
  cursor: pointer;
  cursor: pointer;
}

#contact .s-form .contactForm .list__item.radio .list__item__input {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

#contact .s-form .contactForm .list__item.radio .list__item__input .wpcf7-form-control-wrap {
  width: auto;
}

#contact .s-form .contactForm .list__item.radio input[type=checkbox] {
  -webkit-clip-path: inset(50%);
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

#contact .s-form .contactForm .list__item.radio input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

#contact .s-form .contactForm .list__item.radio .radioLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #454545;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  cursor: pointer;
}

#contact .s-form .contactForm .list__item.radio .radioLabel .wpcf7-list-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  padding-right: 20px;
}

#contact .s-form .contactForm .list__item.radio .radioLabel .wpcf7-list-item-label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

#contact .s-form .contactForm .list__item.radio .radioLabel .wpcf7-list-item-label::before {
  -webkit-box-sizing: initial;
  -webkit-transition: all 0.2s;
  box-sizing: initial;
  display: inline-block;
  position: relative;
  left: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  line-height: 53px;
  transition: all 0.2s;
}

#contact .s-form .contactForm .list__item.radio .radioLabel .wpcf7-list-item-label::after {
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-sizing: initial;
  -webkit-transition: all 0.2s;
  box-sizing: initial;
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #707070;
  content: "";
  opacity: 0;
  transition: all 0.2s;
}

#contact .s-form .contactForm .list__item.message textarea {
  height: 300px;
}

#contact .s-form .contactForm .list__item.privacyText {
  padding: 1.25em;
  border: 1px solid #ddd;
}

#contact .s-form .contactForm .list__item.privacyText textarea {
  padding: 0;
  overflow-y: scroll;
  border: none;
  resize: none;
  scrollbar-color: #ffb46e #f0f3f5;
  scrollbar-width: thin;
}

#contact .s-form .contactForm .list__item.privacyText textarea:focus-visible {
  outline: none;
}

#contact .s-form .contactForm .list__item.privacyText textarea::-webkit-scrollbar {
  width: 10px;
  height: 90%;
}

#contact .s-form .contactForm .list__item.privacyText textarea::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f0f3f5;
}

#contact .s-form .contactForm .list__item.privacyText textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ffb46e;
}

#contact .s-form .contactForm .list__item.checkbox .list__item__input {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact .s-form .contactForm .list__item.checkbox input[type=checkbox] {
  -webkit-clip-path: inset(50%);
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

#contact .s-form .contactForm .list__item.checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

#contact .s-form .contactForm .list__item.checkbox .wpcf7-list-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  color: #454545;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  cursor: pointer;
}

#contact .s-form .contactForm .list__item.checkbox .wpcf7-list-item-label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

#contact .s-form .contactForm .list__item.checkbox .wpcf7-list-item-label::before {
  -webkit-box-sizing: initial;
  -webkit-transition: all 0.2s;
  box-sizing: initial;
  display: inline-block;
  position: relative;
  left: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #454545;
  background-color: #fff;
  content: "";
  line-height: 53px;
  transition: all 0.2s;
}

#contact .s-form .contactForm .list__item.checkbox .wpcf7-list-item-label::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: right;
  -webkit-transition: all 0.2s;
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  left: 10px;
  width: 7px;
  height: 14px;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: right;
  border-right: 2px solid #fa8273;
  border-bottom: 2px solid #fa8273;
  content: "";
  opacity: 0;
  transition: all 0.2s;
}

#contact .s-form .contactForm .list__item.checkbox .wpcf7-list-item-label a {
  text-decoration: underline;
}

#contact .s-form .contactForm__submit {
  width: 440px;
  margin: 40px auto 0;
  border-radius: 4px;
  background-color: #ffb46e;
  text-align: center;
}

#contact .s-form .contactForm__submit .wpcf7-spinner {
  display: none;
}

#contact .s-form .contactForm__submit label {
  position: relative;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 3.6em;
  letter-spacing: 0.04em;
}

#contact .s-form .contactForm__submit input {
  width: 100%;
}

#contact .s-complete {
  padding: 100px 0;
}

#contact .s-complete__container {
  color: #454545;
  text-align: center;
}

#contact .s-complete__container__img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: center;
  width: 7.2916666667vw;
  margin: 0 auto 15px;
  cursor: pointer;
}

#contact .s-complete__container__img .before {
  width: 100%;
}

#contact .s-complete__container__img .after {
  -webkit-transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
  position: absolute;
  top: 22%;
  left: 40%;
  width: 2.2395833333vw;
  transition: all 0.3s;
  transition-delay: 0.2s;
}

#contact .s-complete__container__img:hover .after {
  -webkit-transform: rotate(30deg) translateX(-10%) translateY(10%);
  transform: rotate(30deg) translateX(-10%) translateY(10%);
}

#contact .s-complete__container__img.is-active .after {
  -webkit-transform: rotate(30deg) translateX(-10%) translateY(10%);
  transform: rotate(30deg) translateX(-10%) translateY(10%);
}

#contact .s-complete__container__ttl {
  display: inline-block;
  margin-bottom: 0.6em;
  padding-bottom: 0.3em;
  border-bottom: 2px dashed #b7b7b7;
  font-weight: 700;
  font-size: 49px;
  font-size: 4.9rem;
  text-align: center;
}

#contact .s-complete__container__desc {
  margin-bottom: 80px;
  color: #454545;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2em;
  text-align: center;
}

#contact .s-privacy {
  padding: 100px 0 140px;
}

#contact .s-privacy__container .ttl {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 32px;
  font-size: 3.2rem;
}

#contact .s-privacy__container .desc {
  margin-bottom: 3em;
  color: #454545;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2em;
}

#contact .required {
  display: inline-block;
  width: 3.33em;
  margin-left: 0.8em;
  background-color: #ffb46e;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66em;
  text-align: center;
}

#contact .wpcf7-response-output {
  text-align: center;
}

#contact #error {
  margin-top: -1em;
  margin-bottom: 1em;
  color: crimson;
}
/*202506*/
#support .s-childcare .tableWrap {
  display: contents;
}
#support .s-childcare .p-table01.time td,
#support .s-childcare .p-table01.time th {
  padding: 1em;
}
#support .s-childcare .p-table01.time .column .ttl {
  vertical-align: inherit;
}
#support .s-childcare .p-table01.time td {
  text-align: center;
}
#support .s-childcare .p-table01.time td.slash {
  background-image: linear-gradient(to right bottom, transparent calc(50% - 0.5px), #aaa calc(50% - 0.5px), #aaa calc(50% + 0.5px), transparent calc(50% + 0.5px), #fff);
  background-repeat: no-repeat;
}
#support .indent-4 {
  display: inline-block;
  padding-left: 3.5em;
  text-indent: -3.5em;
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
  body {
    margin: 0;
  }
  .content#errorpage {
    padding: 4.1666666667vw 0 17.7083333333vw;
  }
  header {
    height: 7.5520833333vw;
  }
  .l-header__pc {
    height: 7.5520833333vw;
    padding-left: 0;
  }
  .l-header__pc .c-inner01 {
    width: 95%;
  }
  .l-header__pc__left {
    margin-bottom: 1.1458333333vw;
  }
  .l-header__pc__left a {
    width: 18.3333333333vw;
    margin-right: 1.0416666667vw;
  }
  .l-header__pc__left .fig {
    width: 3.6458333333vw;
  }
  .l-header__pc__nav .list__item {
    width: 9.21875vw;
    padding: 1.1458333333vw 0;
  }
  .l-header__pc__nav .list__item:not(:last-of-type)::after {
    bottom: 1.1458333333vw;
    height: 5.15625vw;
  }
  .l-header__pc__nav .list__item a .txt {
    font-size: 0.8854166667vw;
  }
  .l-header__pc__nav .list__item a .menu03fig {
    width: 1.875vw;
    height: 2.8645833333vw;
  }
  .l-header__pc__nav .list__item a .menu03fig__01 {
    top: 0.1041666667vw;
    left: 0.2083333333vw;
    width: 1.25vw;
    height: 0.9375vw;
  }
  .l-header__pc__nav .list__item a .menu03fig__02 {
    top: 1.1458333333vw;
    width: 1.6145833333vw;
    height: 0.4166666667vw;
  }
  .l-header__pc__nav .list__item a .menu03fig__03 {
    bottom: 0.2604166667vw;
    left: 0.2604166667vw;
    width: 0.8854166667vw;
    height: 0.5208333333vw;
  }
  .l-header__pc__nav .list__item a .menu03fig__04 {
    right: 0.1041666667vw;
    bottom: 0.2604166667vw;
    width: 0.8854166667vw;
    height: 0.5208333333vw;
  }
  .l-header__pc__nav .list__item.active-page > a::before {
    bottom: -1.1458333333vw;
    height: 3px;
  }
  .l-header__pc__nav .list__link a {
    width: 5.7291666667vw;
    padding: 1.1458333333vw 0;
  }
  .l-header__pc__nav .list__link a .txt {
    font-size: 0.8333333333vw;
    white-space: nowrap;
  }
  .l-header__pc__nav .list .menuImg.no1 {
    width: 2.2916666667vw;
    height: 2.65625vw;
  }
  .l-header__pc__nav .list .menuImg.no2 {
    width: 2.2916666667vw;
    height: 2.2916666667vw;
  }
  .l-header__pc__nav .list .menuImg.no4 {
    width: 2.4479166667vw;
    height: 2.1875vw;
  }
  .l-header__pc__nav .list .menuImg.no5 {
    width: 3.5416666667vw;
    height: 1.9270833333vw;
  }
  .l-header__pc__nav .list .menuImg.no6 {
    width: 1.6666666667vw;
    height: 2.0833333333vw;
  }
  .l-header__pc__nav .list .menuImg.no7 {
    width: 1.9270833333vw;
    height: 1.5625vw;
    margin-bottom: 0.5208333333vw;
  }
  .l-footer__pc {
    padding: 3.3854166667vw 0 2.7604166667vw;
  }
  .l-footer__pc .c-inner02 {
    width: auto;
    margin: 0 6.7708333333vw;
  }
  .l-footer__pc__container .company {
    margin-bottom: 3.0729166667vw;
  }
  .l-footer__pc__container .company__logo {
    margin-right: 3.125vw;
  }
  .l-footer__pc__container .company__logo .fig {
    width: 13.59375vw;
    margin-left: -1.0416666667vw;
  }
  .l-footer__pc__container .company__logo .name {
    font-size: 1.0416666667vw;
  }
  .l-footer__pc__container .company__address {
    font-size: 0.6770833333vw;
  }
  .l-footer__pc__container .navi {
    margin-bottom: 3.6458333333vw;
  }
  .l-footer__pc__container .navi .list__ttl {
    margin-bottom: 1.40625vw;
    padding-left: 1.4583333333vw;
  }
  .l-footer__pc__container .navi .list__ttl .jp {
    font-size: 0.9375vw;
  }
  .l-footer__pc__container .navi .list__ttl .en {
    font-size: 0.625vw;
    line-height: 1.25vw;
  }
  .l-footer__pc__container .navi .list__item:not(:last-child) {
    margin-bottom: 0.2083333333vw;
  }
  .l-footer__pc__container .navi .list__item a {
    font-size: 0.6770833333vw;
  }
  .l-footer__pc__container .navi .contact {
    margin-left: 3.125vw;
  }
  .l-footer__pc__container .navi .contact .ttl {
    padding-right: 2.8645833333vw;
    font-size: 0.8854166667vw;
    line-height: 1.71875vw;
  }
  .l-footer__pc__container .navi .contact .ttl span {
    width: 2.5520833333vw;
    height: 2.3958333333vw;
  }
  .l-footer__pc__container .navi .contact .number {
    font-size: 1.6145833333vw;
  }
  .l-footer__pc__container .navi .contact .time {
    margin-bottom: 1.3020833333vw;
    font-size: 0.9375vw;
  }
  .l-footer__pc__container .navi .contact .time span {
    font-size: 0.6770833333vw;
  }
  .l-footer__pc__container .navi .contact .mail {
    padding: 1.4583333333vw 0;
    font-size: 0.9375vw;
  }
  .l-footer__pc__container .navi .contact .privacy {
    padding: 1.4583333333vw 0;
    font-size: 0.8333333333vw;
  }
  .l-footer__pc__container .copyright span {
    font-size: 0.6770833333vw;
  }
  .c-btn01 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2em;
  }
  .c-btn02 {
    padding: 0.2em 3em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-inner03 {
    width: 100%;
  }
  .c-inner04 {
    width: 90%;
  }
  .p-ttl01 .jp {
    font-size: 3.0729166667vw;
  }
  .p-ttl01 .jp .img {
    left: -1.09375vw;
    height: 6.09375vw;
  }
  .p-ttl01 .en {
    font-size: 1.0416666667vw;
  }
  .p-ttl02 {
    padding: 1.3541666667vw 0 3.6458333333vw;
  }
  .p-ttl02 .ttl {
    font-size: 3.2291666667vw;
  }
  .p-ttl03 {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-tab01__type .tab {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-left: 0;
  }
  .p-tab01__type .tab__category {
    font-size: 1.7708333333vw;
  }
  .p-tab01__type .tab__category:not(:last-child) {
    margin-right: 0vw;
  }
  .p-tab01__type .tab__category a {
    padding: 0.2em 0.7em 0.2em;
  }
  .p-tab01 .area {
    padding: 3.125vw 3.125vw;
    border-radius: 0.5208333333vw;
  }
  .p-tab01 .area__list {
    margin-bottom: 1.6145833333vw;
  }
  .p-tab01 .area__list__item {
    padding-bottom: 1.1979166667vw;
  }
  .p-tab01 .area__list__item .date {
    margin-right: 1.5625vw;
    margin-left: 1em;
    font-size: 1.4583333333vw;
  }
  .p-tab01 .area__list__item .tag {
    width: 5em;
    margin-right: 1.0416666667vw;
    font-size: 1.3541666667vw;
  }
  .p-tab01 .area__list__item .ttl {
    font-size: 1.5625vw;
  }
  .p-anchor01 {
    margin-bottom: 6.25vw;
  }
  .p-anchor01__list {
    width: 100%;
    margin-bottom: -2.0833333333vw;
  }
  .p-anchor01__list__item {
    margin-bottom: 2.0833333333vw;
  }
  .p-anchor01__list__item a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2em;
  }
  .p-table01 .column {
    font-size: 1.3541666667vw;
  }
  .u-bl-lgpc {
    display: block !important;
  }
  .u-none-lgpc {
    display: none !important;
  }
  .index#index .mv {
    max-height: calc(100vh - 7.5520833333vw);
  }
  .index#index .mv__ttl__h1 span {
    padding: 0.9375vw 1.3541666667vw 1.1979166667vw;
    font-size: 2.7604166667vw;
    line-height: 2.7604166667vw;
  }
  .index#index .mv__ttl__h1 span.ttl01 {
    margin-right: 1.25vw;
  }
  .index#index .mv__slider__wrap__slide .fig img {
    max-height: calc(100vh - 7.5520833333vw);
  }
  .index#index .mv .navi__dot .swiper-pagination-bullet {
    width: 0.8854166667vw;
    height: 0.8854166667vw;
  }
  .index#index .mv .navi__dot .swiper-pagination-bullet-active {
    width: 0.8854166667vw;
    height: 0.8854166667vw;
  }
  .index#index .s-blog {
    padding: 4.6875vw 0 5.7291666667vw;
  }
  .index#index .s-blog .list {
    margin: 3.9583333333vw 0 1.7708333333vw;
  }
  .index#index .s-blog .list__item .new {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .index#index .s-blog .list__item .fig {
    border-radius: 2.0833333333vw;
  }
  .index#index .s-blog .list__item .txt {
    padding: 0.5208333333vw 0.5208333333vw 0;
  }
  .index#index .s-blog .list__item .txt__date {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .index#index .s-blog .list__item .txt__ttl {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .index#index .s-blog__bg {
    right: 2%;
    bottom: 20%;
  }
  .index#index .s-news {
    padding: 5.7291666667vw 0 4.1666666667vw;
  }
  .index#index .s-news .p-tab01 {
    width: 72.9166666667vw;
    margin-top: 1.5625vw;
  }
  .index#index .s-news__bg.bird {
    left: 5%;
  }
  .index#index .s-sns {
    padding: 5.7291666667vw 0 7.8125vw;
  }
  .index#index .s-sns .c-inner02 {
    width: auto;
    margin: 0 5.2083333333vw;
  }
  .index#index .s-sns .list {
    margin-top: 3.9583333333vw;
    margin-bottom: -2.0833333333vw;
  }
  .index#index .s-sns .list__item {
    width: 49%;
    height: auto;
    margin-bottom: 2.0833333333vw;
    padding: 1.0416666667vw 0;
  }
  .index#index .s-sns .list__item:nth-child(odd) {
    margin-right: 2%;
  }
  .index#index .s-sns .list__item.menu02 .txt__desc {
    letter-spacing: -0.05em;
  }
  .index#index .s-sns .list__item.menu02 .txt__ttl {
    font-size: 2.34375vw;
  }
  .index#index .s-sns .list__item.menu03 .txt__ttl {
    font-size: 3.6458333333vw;
  }
  .index#index .s-sns .list__item .txt__desc {
    font-size: 1.4583333333vw;
  }
  .index#index .s-sns .list__item .txt__ttl {
    font-size: 2.8645833333vw;
  }
  .index#index .s-about {
    padding: 10.9375vw 5.7291666667vw;
  }
  .index#index .s-about__container:not(:last-of-type) {
    margin-bottom: 5.2083333333vw;
  }
  .index#index .s-about__container__txt .ttl {
    font-size: 1.9791666667vw;
  }
  .index#index .s-about__container__txt .desc {
    font-size: 1.4583333333vw;
  }
  .index#index .s-about .list {
    margin-top: 7.3958333333vw;
    margin-bottom: -3.6458333333vw;
  }
  .index#index .s-about .list__item {
    margin-bottom: 3.6458333333vw;
    border-radius: 0.5729166667vw;
  }
  .index#index .s-about .list__item a {
    padding: 1.09375vw 33% 1.6145833333vw 0;
  }
  .index#index .s-about .list__item a:hover .fig.img01__after {
    -webkit-transform: translateY(-10%) translateX(-40%) rotate(45deg);
    transform: translateY(-10%) translateX(-40%) rotate(45deg);
  }
  .index#index .s-access {
    padding: 5.7291666667vw 0 4.5833333333vw;
  }
  .index#index .s-access__map {
    margin-top: 3.9583333333vw;
  }
  .index#index .s-access__address {
    padding: 3.6458333333vw 0 4.1666666667vw;
  }
  #about .s-philosophy {
    padding: 4.1666666667vw 0 13.5416666667vw;
  }
  #about .s-philosophy .lead__desc {
    font-size: 1.4583333333vw;
  }
  #about .s-philosophy__txt {
    font-size: 1.4583333333vw;
    text-align: left;
    white-space: normal;
  }
  #about .s-philosophy__bg.img01 {
    left: 3.2291666667vw;
  }
  #about .s-philosophy__bg.img02 {
    right: 3.2291666667vw;
  }
  #about .s-policy {
    padding: 5.7291666667vw 0 16.6666666667vw;
  }
  #about .s-policy__lead {
    margin: 3.6458333333vw 0;
    font-size: 1.4583333333vw;
    text-align: left;
  }
  #about .s-policy .list {
    width: 90%;
    margin-bottom: -4.1666666667vw;
  }
  #about .s-policy .list__item {
    margin-bottom: 4.1666666667vw;
  }
  #about .s-policy .list__item .ttl .ribbon {
    font-size: 20px;
    font-size: 2rem;
  }
  #about .s-policy .list__item .ttl .sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #about .s-policy .list__item .desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #about .s-policy__bg.left {
    left: -5%;
  }
  #about .s-greeting {
    padding: 5.7291666667vw 0 5.2083333333vw;
  }
  #about .s-greeting__container {
    margin-top: 3.6458333333vw;
  }
  #about .s-greeting__container .txt .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  #about .s-greeting__container .txt .desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #about .s-greeting__container .txt .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #about .s-history {
    padding: 5.7291666667vw 0;
  }
  #about .s-history__container .bar {
    width: 3px;
  }
  #about .s-history__container__content .txt__circle {
    width: 8px;
    height: 8px;
  }
  #about .s-safety {
    padding: 5.7291666667vw 0 6.7708333333vw;
  }
  #about .s-safety__lead {
    margin: 3.6458333333vw 0;
    font-size: 1.3541666667vw;
  }
  #about .s-safety__container {
    width: 100%;
  }
  #about .s-safety__container .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  #about .s-safety__container .txt {
    padding: 0 2.0833333333vw 3.125vw;
  }
  #about .s-safety__container .txt__desc {
    font-size: 1.0416666667vw;
  }
  #about .s-safety__container .txt__desc:first-of-type {
    margin-right: 1.5625vw;
  }
  #life .s-daily {
    padding: 4.1666666667vw 0 17.7083333333vw;
  }
  #life .s-daily__container .flow {
    margin-right: 3.6979166667vw;
    font-size: 2.5vw;
  }
  #life .s-daily__container .content {
    padding: 2.34375vw 0;
  }
  #life .s-daily__container .content .ttl .main {
    font-size: 2.6041666667vw;
  }
  #life .s-daily__container .content .ttl .sub {
    font-size: 1.4583333333vw;
  }
  #life .s-daily__container .content .list__item .illust.cutlery {
    right: -19.7916666667vw;
  }
  #life .s-daily__container .content .list__item .illust.com02 {
    top: -1.5625vw;
  }
  #life .s-institution {
    padding: 6.25vw 0;
  }
  #life .s-institution .map {
    margin-top: 1.5625vw;
  }
  #life .s-institution .modal {
    padding: 1.5625vw;
  }
  #life .s-institution .modal__close-btn {
    top: -2.0833333333vw;
    right: 1.7708333333vw;
  }
  #life .s-institution .modal__close-btn .cross:before,
  #life .s-institution .modal__close-btn .cross::after {
    width: 2px;
    height: 2.8125vw;
  }
  #life .s-institution .modal__slide .container {
    margin: 3.125vw auto;
  }
  #life .s-institution .modal__slide .container__caption {
    font-size: 2.0833333333vw;
  }
  #life .s-institution .modal__slide .container__caption::before {
    width: 16.1458333333vw;
  }
  #life .s-institution .modal__prev {
    border-top: 1.40625vw solid transparent;
    border-right: 2.03125vw solid #ffffff;
    border-bottom: 1.40625vw solid transparent;
  }
  #life .s-institution .modal__next {
    border-top: 1.40625vw solid transparent;
    border-bottom: 1.40625vw solid transparent;
    border-left: 2.03125vw solid #ffffff;
  }
  #life .s-event {
    padding: 5.7291666667vw 0 11.9791666667vw;
  }
  #life .s-event__lead {
    margin: 2.0833333333vw 0 4.6875vw;
    text-align: left;
  }
  #life .s-event__container:not(:last-of-type) {
    margin-bottom: 5.7291666667vw;
  }
  #life .s-event__container .txt .list {
    font-size: 1.09375vw;
  }
  #life .s-event__container .txt .list:not(:last-of-type) {
    margin-right: 0.78125vw;
  }
  #life .s-event__container .statement {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #feature .s-features {
    padding: 5.2083333333vw 0 8.3333333333vw;
  }
  #feature .s-features .p-ttl01 {
    margin-bottom: 3.125vw;
  }
  #feature .s-features__container {
    padding-top: 1.0416666667vw;
    padding-left: 7.8125vw;
  }
  #feature .s-features__container:not(:last-of-type) {
    margin-bottom: 5.7291666667vw;
  }
  #feature .s-features__container__flag {
    width: 6.25vw;
  }
  #feature .s-features__container__txt .ttl {
    font-size: 1.9791666667vw;
  }
  #feature .s-features__container__txt .desc {
    font-size: 1.4583333333vw;
  }
  #feature .s-university {
    padding-top: 6.25vw;
  }
  #feature .s-lesson {
    padding-bottom: 5.7291666667vw;
  }
  #feature .s-qa {
    padding: 5.7291666667vw 0 7.8125vw;
  }
  #feature .s-qa .list {
    width: 100%;
  }
  #feature .s-qa .list__item {
    border-radius: 2.2916666667vw;
    font-size: 1.7708333333vw;
    line-height: 4.21875vw;
  }
  #feature .s-qa .list__item:not(:last-child) {
    margin-bottom: 1.6145833333vw;
  }
  #feature .s-qa .list__item .question::before {
    height: 1px;
  }
  #feature .s-qa .list__item .answer__box {
    padding-top: 1.5625vw 0 1.5625vw;
    font-size: 1.7708333333vw;
  }
  #feature .s-qa .list__item .answer__box img {
    border-radius: 1.5625vw;
  }
  #feature .common__section {
    padding-top: 5.7291666667vw;
  }
  #feature .common__lead {
    margin: 2.0833333333vw 0 2.6041666667vw;
    font-size: 1.4583333333vw;
    text-align: left;
    white-space: normal;
  }
  #support .s-childcare {
    padding: 3.6458333333vw 0 11.4583333333vw;
  }
  #support .s-childcare .caption {
    font-size: 1.3541666667vw;
  }
  #support .s-preschool {
    padding: 8.3333333333vw 0 5.7291666667vw;
  }
  #support .s-preschool .tableTtl {
    margin-bottom: 0.5208333333vw;
    font-size: 1.4583333333vw;
  }
  #support .s-preschool .caption {
    margin-bottom: 3.6458333333vw;
    font-size: 1.3541666667vw;
  }
  #support .s-preschool__container {
    margin-top: 1.5625vw;
  }
  #support .s-preschool__container .flow {
    margin-right: 3.6979166667vw;
    font-size: 2.5vw;
  }
  #support .s-preschool__container .flow__bar {
    height: 3.6458333333vw;
  }
  #support .s-preschool__container .content {
    padding-top: 2.34375vw;
  }
  #support .s-preschool__container .content .ttl {
    font-size: 2.6041666667vw;
  }
  #support .s-preschool__container .content .txt .list {
    font-size: 1.0416666667vw;
  }
  #support .s-preschool__container .content .txt .list:not(:last-of-type) {
    margin-right: 0.78125vw;
  }
  #support .s-preschool__img {
    margin-top: 3.6458333333vw;
  }
  #support .s-experience {
    padding: 5.7291666667vw 0 16.1458333333vw;
  }
  #support .s-experience .p-ttl03 {
    margin-top: 6.7708333333vw;
    margin-bottom: 2.0833333333vw;
  }
  #support .s-other {
    padding: 5.2083333333vw 0 7.2916666667vw;
  }
  #support .s-other .p-ttl01 {
    margin-bottom: 3.6458333333vw;
  }
  #support .s-other .common__lead {
    margin-top: 1.5625vw;
  }
  #support .s-other .common__lead.no01 {
    margin-bottom: 3.6458333333vw;
  }
  #support .s-other .common__lead.no02 {
    margin-bottom: 2.0833333333vw;
  }
  #support .s-other .p-table01 {
    margin-bottom: 3.6458333333vw;
  }
  #support .common__lead {
    font-size: 1.4583333333vw;
    text-align: left;
  }
  #info .s-tab {
    padding: 9.375vw 0 7.8125vw;
  }
  #info .s-tab .p-tab01__type .tab__category {
    font-size: 1.7708333333vw;
  }
  #info .s-tab .p-tab01 .area {
    padding: 8.3333333333vw 4.1666666667vw 4.1666666667vw;
  }
  #info .s-article__container {
    width: 100%;
  }
  #info .s-article__container .txt table tr {
    font-size: 1.3541666667vw;
  }
  #blog .s-archive {
    padding: 7.2916666667vw 0;
  }
  #blog .s-archive .list {
    margin-bottom: -4.4270833333vw;
  }
  #blog .s-archive .list__item {
    margin-bottom: 4.4270833333vw;
  }
  #blog .s-archive .list__item .ttl {
    font-size: 1.7708333333vw;
  }
  #blog .s-archive .list__item .date {
    font-size: 1.5625vw;
  }
  #blog .s-archive .p-pagenation01 {
    margin-top: 4.3229166667vw;
  }
  #blog .s-article__container {
    width: 100%;
  }
  #blog .s-article__container .txt table tr {
    font-size: 1.3541666667vw;
  }
  #contact .s-form .contactForm .list__item.radio .radioLabel .wpcf7-list-item {
    padding-right: 1.5625vw;
  }
  #contact .s-form .contactForm .list__item.checkbox .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
    margin-right: 1.0416666667vw;
  }
  #contact .s-form .contactForm .list__item.checkbox .wpcf7-list-item-label::after {
    top: calc(50% + 1px);
    left: 10px;
    width: 5px;
    height: 10px;
  }
  #contact .s-form .contactForm__submit {
    width: 40%;
    margin-top: 2.6041666667vw;
  }
  #contact .s-form .contactForm__submit label {
    font-size: 1.6666666667vw;
  }
  #contact .s-complete {
    padding: 5.7291666667vw 0;
  }
  #contact .s-complete__container__img {
    width: 7.8125vw;
    margin-top: 1.3020833333vw;
  }
  #contact .s-complete__container__ttl {
    font-size: 3.125vw;
  }
  #contact .s-complete__container__desc {
    margin-bottom: 4.6875vw;
    font-size: 1.4583333333vw;
  }
  #contact .s-privacy__container .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  #contact .s-privacy__container .desc {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 1023px) {
  body {
    margin: 0;
  }
  body {
    margin: 0;
  }
  header {
    height: 45px;
  }
  .l-header__pc {
    display: none;
  }
  .l-header__sp {
    display: block;
  }
  .l-footer__pc {
    display: none;
  }
  .l-footer__sp {
    display: block;
  }
  .c-btn01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-inner02 {
    width: 80%;
  }
  .p-anchor01__list__item a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .u-bl-pc {
    display: block !important;
  }
  .u-none-pc {
    display: none !important;
  }
  .index#index .s-blog .list {
    margin: 1.5625vw 0 2.0833333333vw;
  }
  .index#index .s-blog .list__item .txt__ttl {
    font-size: 10px;
    font-size: 1rem;
  }
  .index#index .s-access__address__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .index#index .s-access__address__container__txt {
    width: 100%;
    margin-bottom: 3.125vw;
  }
  .index#index .s-access__address__container__fig {
    width: 100%;
  }
  .index#index .s-access__related .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index#index .s-access__related .list__item {
    width: 30%;
    margin-bottom: 1.5625vw;
  }
  .index#index .s-access__related .list__item:not(:last-child) {
    margin-right: 0;
  }
  #about .s-philosophy .lead__ttl {
    font-size: 37px;
    font-size: 3.7rem;
  }
  #about .s-policy .list {
    width: 100%;
  }
  #about .s-policy .list__item {
    width: 48%;
  }
  #about .s-policy__bg.left {
    top: 2.4vw;
    left: 1.8666666667vw;
    width: 18.9333333333vw;
  }
  #about .s-greeting__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #about .s-greeting__container .fig {
    width: 100%;
    margin-bottom: 3.125vw;
  }
  #about .s-greeting__container .txt {
    width: 100%;
  }
  #about .s-history__container .bar {
    width: 2px;
  }
  #about .s-history__container__content .txt__circle {
    width: 6px;
    height: 6px;
  }
  #about .s-safety__container {
    width: 90%;
  }
  #about .s-safety__container .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #about .s-safety__container .txt__desc {
    font-size: 1.3541666667vw;
  }
  #life .s-daily__container .content .list__item .illust.net:hover .bg02__after {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  #life .s-daily__container .content .list__item .illust.net.is-active .bg02__after {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  #life .s-daily__container .content .list__item .illust.net .bg02__after {
    right: -5.2083333333vw;
    bottom: -12.96875vw;
  }
  #life .s-daily__container .content .txt {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #life .s-daily__container .content .txt .desc {
    font-size: 1.4583333333vw;
  }
  #life .s-institution .modal {
    z-index: 99;
  }
  #life .s-event__container .txt {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    font-size: 1.5625vw;
  }
  #life .s-event__container .txt .list {
    width: 47%;
    font-size: 1.5625vw;
  }
  #life .s-event__container .txt .list.no01 {
    -webkit-flex-shrink: 2;
    -ms-flex-negative: 2;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    flex-shrink: 2;
    order: 1;
  }
  #life .s-event__container .txt .list.no02 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  #life .s-event__container .txt .list.no03 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #life .s-event__container .txt .list.no04 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  #feature .s-features__container__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #feature .s-features__container__img .fig {
    width: 100%;
  }
  #feature .s-features__container__img .fig:first-child {
    margin-bottom: 15px;
  }
  #feature .s-features__container__img .tape.t01 {
    top: -2%;
  }
  #feature .s-features__container__img .tape.t02 {
    bottom: -2%;
  }
  #feature .s-lesson .statement {
    width: 100%;
  }
  #feature .common__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #feature .common__list.c4 {
    width: 100%;
    gap: 15px;
  }
  #feature .common__list.c4 .common__list__item {
    width: 100%;
  }
  #feature .common__list__item {
    width: 100%;
  }
  #feature .common__list__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #support .s-preschool__container .content .txt .list {
    font-size: 1.25vw;
  }
  #support .s-preschool__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #support .s-preschool__img .fig {
    width: 100%;
  }
  #support .s-preschool__img .fig:not(:last-child) {
    margin-bottom: 1.5625vw;
  }
  #blog .s-archive .list__item {
    width: 47%;
  }
  #blog .s-archive .list__item:nth-child(2n) {
    margin-left: 6%;
  }
  #blog .s-archive .list__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #blog .s-archive .list__item .fig img {
    max-height: 21.875vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
  body {
    margin: 0;
  }
  .content#errorpage {
    padding: 17.3333333333vw 0 41.0666666667vw;
  }
  .content#errorpage .desc {
    font-size: 3.4666666667vw;
    line-height: 1.6em;
  }
  .c-btn01 {
    width: 10.56em;
    font-size: 4.2666666667vw;
    line-height: 2.125em;
  }
  .c-btn01::before {
    width: 0.6em;
    height: 0.6em;
  }
  .c-btn02 {
    padding: 0 2.875em;
    font-size: 4.2666666667vw;
    line-height: 2.125em;
    white-space: nowrap;
  }
  .c-btn02::before {
    right: 0.96em;
  }
  .c-inner01 {
    width: auto;
    margin: 0 6.6666666667vw;
  }
  .c-inner02 {
    width: auto;
    margin: 0 6.6666666667vw;
  }
  .p-ttl01 .jp {
    display: inline-block;
    font-size: 5.3333333333vw;
  }
  .p-ttl01 .jp .img {
    height: 12vw;
  }
  .p-ttl01 .jp .img.size {
    height: 15.4666666667vw;
  }
  .p-ttl01 .en {
    font-size: 3.2vw;
  }
  .p-ttl02 {
    padding: 1.3333333333vw 0 5.3333333333vw;
  }
  .p-ttl02 .bread {
    margin-bottom: 0.5333333333vw;
  }
  .p-ttl02 .bread__item {
    font-size: 2.1333333333vw;
  }
  .p-ttl02 .bread__item:not(:last-child)::after {
    margin: 0 1.3333333333vw;
  }
  .p-ttl02 .ttl {
    font-size: 4.2666666667vw;
  }
  .p-ttl03 {
    width: 12.65em;
    font-size: 5.3333333333vw;
    line-height: 2.1em;
  }
  .p-ttl03::before {
    border-width: 1.05em 0 1.05em 0.5em;
  }
  .p-ttl03::after {
    border-width: 1.05em 0.5em 1.05em 0;
  }
  .p-ttl03.w100 {
    width: calc(100% - 1em);
    margin: 0 0.5em 3.2vw;
    font-size: 4.5333333333vw;
  }
  .p-ttl04 .main {
    margin-bottom: 0.55em;
    font-size: 5.3333333333vw;
    line-height: 1.3em;
  }
  .p-ttl04 .category {
    width: 4.75em;
    margin-right: 1.6vw;
    font-size: 3.2vw;
    line-height: 1.58em;
  }
  .p-ttl04 .date {
    font-size: 3.4666666667vw;
    opacity: 0.5;
  }
  .p-ttl05 .date {
    font-size: 3.4666666667vw;
    letter-spacing: 0.08em;
  }
  .p-ttl05 .main {
    padding-bottom: 0.6em;
    font-size: 5.3333333333vw;
  }
  .p-tab01__type__select {
    display: block;
    cursor: pointer;
  }
  .p-tab01__type .tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-shadow: 0px 0px 1.0666666667vw rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.3s;
    visibility: hidden;
    z-index: 3;
    position: absolute;
    top: 4.2666666667vw;
    left: 0;
    flex-direction: column;
    width: 100%;
    padding: 7.4666666667vw 0 5.3333333333vw;
    background-color: #fff;
    box-shadow: 0px 0px 1.0666666667vw rgba(0, 0, 0, 0.16);
    opacity: 0;
    transition: all 0.3s;
  }
  .p-tab01__type .tab__category {
    border-radius: 0;
    text-align: left;
    opacity: 1;
  }
  .p-tab01__type .tab__category:not(:last-child) {
    margin-right: 0;
  }
  .p-tab01__type .tab__category a {
    display: block;
    padding: 0 0 0 6.1333333333vw;
    color: #454545;
    font-weight: normal;
    font-size: 4vw;
    line-height: 2em;
  }
  .p-tab01__type .tab__category.t-all {
    background-color: transparent;
  }
  .p-tab01__type .tab__category.t-news {
    background-color: transparent;
  }
  .p-tab01__type .tab__category.t-event {
    background-color: transparent;
  }
  .p-tab01__type .tab__category.t-children {
    background-color: transparent;
  }
  .p-tab01__type .tab__category.t-recruit {
    background-color: transparent;
  }
  .p-tab01__type .tab__category.t-info {
    background-color: transparent;
  }
  .p-tab01__type .tab__category.active {
    background-color: #69b4c8;
  }
  .p-tab01__type .tab__category.active a {
    color: #fff;
  }
  .p-tab01 .area {
    -webkit-box-shadow: 0 0 1.0666666667vw rgba(0, 0, 0, 0.16);
    width: 86.6666666667vw;
    margin-top: 14.1333333333vw;
    padding: 8vw 5.3333333333vw 17.8666666667vw;
    box-shadow: 0 0 1.0666666667vw rgba(0, 0, 0, 0.16);
  }
  .p-tab01 .area__list {
    margin-bottom: 10.9333333333vw;
  }
  .p-tab01 .area__list__item a {
    display: block;
    padding-bottom: 7.4666666667vw;
  }
  .p-tab01 .area__list__item:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
  .p-tab01 .area__list__item .date {
    display: block;
    margin-bottom: 1.3333333333vw;
    margin-left: 0;
    font-size: 2.6666666667vw;
  }
  .p-tab01 .area__list__item .tag {
    display: inline-block;
    width: 4.75em;
    margin-right: 3.4666666667vw;
    font-size: 3.2vw;
    line-height: 5.0666666667vw;
    vertical-align: middle;
  }
  .p-tab01 .area__list__item .ttl {
    display: inline-block;
    width: 56vw;
    overflow: hidden;
    font-weight: 500;
    font-size: 3.7333333333vw;
    line-height: 5.0666666667vw;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
  }
  .p-anchor01 {
    margin-bottom: 10.9333333333vw;
  }
  .p-anchor01__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-anchor01__list.twin .p-anchor01__list__item {
    width: 50%;
  }
  .p-anchor01__list.twin .p-anchor01__list__item:nth-child(3) {
    width: 50%;
    border-right: 1px solid #b4dc69;
    border-bottom: none;
  }
  .p-anchor01__list.twin .p-anchor01__list__item:nth-child(even) {
    border-right: none;
  }
  .p-anchor01__list.twin .p-anchor01__list__item:nth-child(2n) {
    margin-left: 0;
  }
  .p-anchor01__list__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 33.33%;
    height: 11.7333333333vw;
    margin-bottom: 0;
    text-align: center;
  }
  .p-anchor01__list__item:not(:nth-child(3n)) {
    margin-right: 0;
    border-right: 1px solid #b4dc69;
  }
  .p-anchor01__list__item:nth-child(-n+3) {
    border-bottom: 1px solid #b4dc69;
  }
  .p-anchor01__list__item.tb-bb {
    height: 6.6666666667vw;
    border-bottom: none;
  }
  .p-anchor01__list__item a {
    display: inline-block;
    width: auto;
    padding-right: 1em;
    border: none;
    border-radius: 0;
    background-color: transparent;
    font-weight: normal;
    font-size: 3.4666666667vw;
    line-height: 1em;
  }
  .p-anchor01__list__item a::before {
    right: 0.25em;
    width: 0.5em;
    height: 0.5em;
    border-width: 2px;
  }
  .p-anchor01__list__item a:hover {
    background-color: inherit;
    color: #b4dc69;
    opacity: 1;
  }
  .p-anchor01__list__item a:hover::before {
    border-color: #b4dc69;
  }
  .p-anchor01__list.three li:nth-child(n+3):nth-child(-n+6) {
    border-bottom: 1px solid #b4dc69;
  }
  .p-table01 .column {
    font-size: 3.4666666667vw;
    letter-spacing: 0.05em;
  }
  .p-table01 .column .ttl {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    width: 5em;
    height: 100%;
    padding: 0.76em 0.7em;
  }
  .p-table01 .column .ttl.pd {
    padding: 0.76em 0em;
  }
  .p-table01 .column .desc {
    padding: 0.7em 1em;
  }
  .p-table01 .column .desc.ls {
    letter-spacing: -0.01em;
  }
  .p-pagenation01__list li {
    font-size: 4vw;
  }
  .p-pagenation01__list li:not(:last-child) {
    margin-right: 1.5em;
  }
  .p-pagenation01__list__first::before {
    width: 0.6em;
    height: 0.6em;
  }
  .p-pagenation01__list__last::before {
    width: 0.6em;
    height: 0.6em;
  }
  .p-pagenation02__list li {
    font-size: 3.4666666667vw;
  }
  .p-pagenation02__list__prev a::before {
    top: 40%;
    width: 0.6em;
    height: 0.6em;
  }
  .p-pagenation02__list__next a::before {
    top: 40%;
    width: 0.6em;
    height: 0.6em;
  }
  .u-bl-tb {
    display: block !important;
  }
  .u-none-tb {
    display: none !important;
  }
  .index#index .mv {
    max-height: calc(100vh - 45px);
  }
  .index#index .mv__ttl {
    top: 4.7%;
    left: 6.6666666667vw;
  }
  .index#index .mv__ttl__h1 span {
    padding: 1.3333333333vw 0 2.9333333333vw;
    border-top: 0.25em solid #7dc87d;
    font-size: 5.3333333333vw;
    line-height: 10.1333333333vw;
    letter-spacing: 0.2em;
  }
  .index#index .mv__ttl__h1 span.ttl01 {
    margin-right: 1.3333333333vw;
  }
  .index#index .mv__slider__wrap__slide .fig img {
    max-height: calc(100vh - 45px);
  }
  .index#index .mv .navi__dot .swiper-pagination-bullet {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    margin: 0 1.8666666667vw;
  }
  .index#index .mv .navi__dot .swiper-pagination-bullet-active {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    margin: 0 1.8666666667vw;
  }
  .index#index .s-blog {
    height: auto;
    padding: 17.8666666667vw 0 8vw;
  }
  .index#index .s-blog .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 7.3333333333vw 0 6.6666666667vw;
  }
  .index#index .s-blog .list__item {
    width: 100%;
  }
  .index#index .s-blog .list__item:not(:last-child) {
    margin-bottom: 6.6666666667vw;
  }
  .index#index .s-blog .list__item .new {
    width: 3em;
    height: 3em;
    font-size: 4vw;
  }
  .index#index .s-blog .list__item .fig {
    border-radius: 2.6666666667vw;
  }
  .index#index .s-blog .list__item .fig img {
    max-height: 43.2vw;
  }
  .index#index .s-blog .list__item .txt {
    padding: 1.3333333333vw 4vw 0;
  }
  .index#index .s-blog .list__item .txt__date {
    margin-bottom: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .index#index .s-blog .list__item .txt__ttl {
    font-size: 4vw;
    line-height: 1.46em;
  }
  .index#index .s-blog__bg {
    display: none;
  }
  .index#index .s-blog__bottom {
    display: none;
  }
  .index#index .s-news {
    height: auto;
    padding: 9.3333333333vw 0 0;
    overflow: visible;
    background-image: none;
    background-color: #fffff7;
  }
  .index#index .s-news .p-tab01 {
    width: auto;
    margin: 5.8666666667vw 6.6666666667vw 0;
    margin-top: 5.8666666667vw;
  }
  .index#index .s-news__bg.bird {
    top: 3%;
    left: 6.93%;
    width: 20.5333333333vw;
  }
  .index#index .s-news__bg.mountain01 {
    left: 0;
    width: 66%;
  }
  .index#index .s-news__bg.mountain02 {
    width: 22.66%;
  }
  .index#index .s-sns {
    padding: 10.6666666667vw 0;
  }
  .index#index .s-sns .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5.3333333333vw;
    margin-bottom: -4.16vw;
  }
  .index#index .s-sns .list__item {
    width: 100%;
    height: 17.6vw;
    margin-bottom: 4.16vw;
    padding: 0;
    border-radius: 1.8666666667vw;
  }
  .index#index .s-sns .list__item:nth-child(odd) {
    margin-right: 0;
  }
  .index#index .s-sns .list__item.menu01 .txt {
    margin-left: 18.8vw;
  }
  .index#index .s-sns .list__item.menu01 .fig01 {
    left: 20.3%;
    width: 4.8vw;
  }
  .index#index .s-sns .list__item.menu01 .fig02 {
    width: 12.8vw;
  }
  .index#index .s-sns .list__item.menu02 .txt {
    margin: 0 0 0 5.6vw;
  }
  .index#index .s-sns .list__item.menu02 .txt__ttl {
    padding-bottom: 0.8vw;
    padding-left: 5.3333333333vw;
    font-size: 5.0666666667vw;
  }
  .index#index .s-sns .list__item.menu02 .fig01 {
    left: 7.6%;
    width: 4.8vw;
  }
  .index#index .s-sns .list__item.menu02 .fig02 {
    width: 12.8vw;
    margin-top: 1.3333333333vw;
    margin-left: 1.3333333333vw;
  }
  .index#index .s-sns .list__item.menu03 .txt {
    margin: 0 2.1333333333vw 0 17.6vw;
  }
  .index#index .s-sns .list__item.menu03 .txt__ttl {
    margin-left: 4vw;
    font-size: 7.7333333333vw;
  }
  .index#index .s-sns .list__item.menu03 .fig01 {
    left: 23.07%;
    width: 7.2vw;
  }
  .index#index .s-sns .list__item.menu04 .txt {
    margin: 0 4.2666666667vw 0 20vw;
  }
  .index#index .s-sns .list__item.menu04 .txt__ttl {
    margin-left: 2.6666666667vw;
  }
  .index#index .s-sns .list__item.menu04 .fig01 {
    top: 7.7333333333vw;
    left: 22.76%;
    width: 4vw;
  }
  .index#index .s-sns .list__item.menu04 .fig02 {
    width: 9.0666666667vw;
  }
  .index#index .s-sns .list__item a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .index#index .s-sns .list__item .txt {
    margin: 0;
  }
  .index#index .s-sns .list__item .txt__desc {
    font-size: 2.9333333333vw;
    white-space: nowrap;
  }
  .index#index .s-sns .list__item .txt__ttl {
    font-size: 5.0666666667vw;
  }
  .index#index .s-sns .list__item .fig01 {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: 8.5333333333vw;
    transform: translateX(-50%);
  }
  .index#index .s-about {
    padding: 16vw 0 13.3333333333vw;
    overflow-x: hidden;
    background-position: top;
    background-size: 100% auto;
    background-color: #fffff7;
  }
  .index#index .s-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .index#index .s-about__container:not(:last-of-type) {
    margin-bottom: 26.4vw;
  }
  .index#index .s-about__container__flag {
    position: absolute;
    top: 0;
    left: 0;
    width: 13.3333333333vw;
    margin-top: 0;
    margin-right: 0;
  }
  .index#index .s-about__container__txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
  .index#index .s-about__container__txt .ttl {
    margin-bottom: 8vw;
    margin-left: 15.7333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.5em;
  }
  .index#index .s-about__container__txt .desc {
    font-size: 4vw;
    line-height: 1.8em;
  }
  .index#index .s-about__container__txt .c-btn02 {
    -webkit-transform: translateY(100%) translateX(-50%);
    position: absolute;
    bottom: -4vw;
    left: 50%;
    transform: translateY(100%) translateX(-50%);
  }
  .index#index .s-about__container__fig {
    width: 100%;
  }
  .index#index .s-about__container__fig__decorate.paint01 {
    top: -13.61%;
    right: -11.07%;
    width: 23.07%;
  }
  .index#index .s-about__container__fig__decorate.paint02 {
    bottom: -21.98%;
    left: -5.69%;
    width: 25.23%;
  }
  .index#index .s-about__container__fig__decorate.tape03 {
    top: -6%;
  }
  .index#index .s-about .list {
    margin-top: 24.5333333333vw;
  }
  .index#index .s-about .list__item {
    width: 48%;
    border-radius: 2.9333333333vw;
  }
  .index#index .s-about .list__item:nth-child(2n) {
    margin-left: 4%;
  }
  .index#index .s-about .list__item:not(:nth-last-of-type(3n)) {
    margin-right: 0;
  }
  .index#index .s-about .list__item a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 3.4666666667vw 0 4vw 4.2666666667vw;
  }
  .index#index .s-about .list__item a.pl {
    padding-left: 3.2vw;
  }
  .index#index .s-about .list__item a:hover .fig.img01__after {
    pointer-events: none;
  }
  .index#index .s-about .list__item a .ttl {
    font-size: 5.3333333333vw;
  }
  .index#index .s-about .list__item a .ttl.ml {
    margin-left: 0.5em;
  }
  .index#index .s-about .list__item a .fig {
    left: 73%;
  }
  .index#index .s-about .list__item a .fig.img01 {
    width: 21.15%;
  }
  .index#index .s-about .list__item a .fig.img01__after {
    -webkit-transform: translateY(-10%);
    left: 79%;
    transform: translateY(-10%);
  }
  .index#index .s-about .list__item a .fig.img02 {
    top: 50%;
    width: 21.15%;
  }
  .index#index .s-about .list__item a .fig.img03 {
    left: 75%;
    width: 23.35%;
  }
  .index#index .s-access {
    padding: 10.6666666667vw 0 9.6vw;
  }
  .index#index .s-access__map {
    margin-top: 4vw;
  }
  .index#index .s-access__map__iframe {
    height: 40.8vw;
  }
  .index#index .s-access__address {
    margin-bottom: 10.6666666667vw;
    padding: 10.6666666667vw 0;
  }
  .index#index .s-access__address__container__txt {
    margin-bottom: 9.6vw;
  }
  .index#index .s-access__address__container__txt .ttl {
    font-size: 4.8vw;
  }
  .index#index .s-access__address__container__txt .desc {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
    border-bottom: 2px dotted #fff;
    font-size: 4.2666666667vw;
  }
  .index#index .s-access__address__container__txt .route {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
  .index#index .s-access__related .ttl {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
  .index#index .s-access__related .list {
    margin-bottom: -4vw;
  }
  .index#index .s-access__related .list:first-of-type {
    padding-bottom: 9.3333333333vw;
  }
  .index#index .s-access__related .list:last-of-type li {
    width: 100%;
  }
  .index#index .s-access__related .list__item {
    width: 48%;
    margin-bottom: 4vw;
  }
  .index#index .s-access__related .list__item .fig {
    display: none;
  }
  .index#index .s-access__related .list__item .caption {
    font-weight: 500;
    font-size: 3.4666666667vw;
    text-align: left;
    white-space: nowrap;
  }
  .index#index .s-access__related .list__item .caption::before {
    content: "●";
    color: #7dc87d;
  }
  #about .s-philosophy {
    padding: 21.8666666667vw 0 10.6666666667vw;
  }
  #about .s-philosophy .lead {
    margin-top: 5.3333333333vw;
    margin-bottom: 7.2vw;
  }
  #about .s-philosophy .lead__ttl {
    margin-bottom: 4vw;
    font-size: 6.6666666667vw;
  }
  #about .s-philosophy .lead__desc {
    font-size: 4vw;
    text-align: left;
  }
  #about .s-philosophy .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4.8vw;
  }
  #about .s-philosophy .list__item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 41.3333333333vw;
    height: 41.3333333333vw;
    margin-bottom: 3.2vw;
    padding-top: 0;
  }
  #about .s-philosophy .list__item .ttl {
    margin-bottom: 3.4666666667vw;
    padding-bottom: 2.4vw;
    font-size: 4.2666666667vw;
    text-align: center;
  }
  #about .s-philosophy .list__item .ttl::after {
    width: 31.2vw;
  }
  #about .s-philosophy .list__item .desc {
    font-size: 3.4666666667vw;
  }
  #about .s-philosophy__txt {
    font-size: 4vw;
    line-height: 1.8em;
  }
  #about .s-philosophy__bg.img01 {
    display: none;
  }
  #about .s-philosophy__bg.img02 {
    right: 6.6666666667vw;
    bottom: -15.2vw;
    width: 26.4vw;
  }
  #about .s-policy {
    padding: 10.4vw 0 35.4666666667vw;
  }
  #about .s-policy__lead {
    margin: 5.3333333333vw 0 8.8vw;
    font-size: 4vw;
    line-height: 1.8em;
    text-align: left;
  }
  #about .s-policy .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  #about .s-policy .list__item {
    width: 100%;
  }
  #about .s-policy .list__item:not(:last-child) {
    margin-bottom: 13.3333333333vw;
  }
  #about .s-policy .list__item .fig {
    width: 80%;
    margin: 0 auto 4.2666666667vw;
  }
  #about .s-policy .list__item .ttl {
    margin-bottom: 2.6666666667vw;
  }
  #about .s-policy .list__item .ttl .ribbon {
    margin-bottom: 0.8vw;
    font-size: 5.3333333333vw;
    line-height: 1.8em;
  }
  #about .s-policy .list__item .ttl .ribbon::before {
    border-width: 0.9em 0 0.9em 0.4em;
  }
  #about .s-policy .list__item .ttl .ribbon::after {
    border-width: 0.9em 0.4em 0.9em 0;
  }
  #about .s-policy .list__item .ttl .sub {
    font-size: 4.2666666667vw;
  }
  #about .s-policy .list__item .desc {
    padding: 5.3333333333vw 6.9333333333vw;
    border-radius: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
  #about .s-policy__bg.right {
    display: none;
  }
  #about .s-greeting {
    padding: 10.6666666667vw 0;
  }
  #about .s-greeting__container {
    margin-top: 5.3333333333vw;
  }
  #about .s-greeting__container .fig {
    margin-bottom: 5.3333333333vw;
  }
  #about .s-greeting__container .txt .ttl {
    margin-bottom: 5.3333333333vw;
    font-size: 6.9333333333vw;
    letter-spacing: 0.01em;
    text-align: center;
    white-space: nowrap;
  }
  #about .s-greeting__container .txt .desc {
    margin-bottom: 8vw;
    font-size: 4vw;
    line-height: 1.8em;
  }
  #about .s-greeting__container .txt .name {
    font-size: 4vw;
  }
  #about .s-history {
    padding: 10.6666666667vw 0;
  }
  #about .s-history__container {
    margin-top: 3.7333333333vw;
  }
  #about .s-history__container .bar {
    display: none;
  }
  #about .s-history__container__content {
    position: relative;
    width: 100%;
  }
  #about .s-history__container__content:not(:last-of-type) {
    margin-bottom: 19.4666666667vw;
  }
  #about .s-history__container__content:last-of-type .txt__circle {
    display: none;
  }
  #about .s-history__container__content .txt {
    -webkit-transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    position: static;
    flex-direction: column;
    transform: none;
  }
  #about .s-history__container__content .txt__circle {
    right: auto;
    left: 50%;
    width: 1.5px;
    height: 14.6666666667vw;
    border-radius: 0;
  }
  #about .s-history__container__content .txt__date {
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
  }
  #about .s-history__container__content .txt__date .year {
    font-size: 5.8666666667vw;
  }
  #about .s-history__container__content .txt__event {
    font-size: 3.7333333333vw;
  }
  #about .s-history__container__content .illust.no01 {
    top: calc(100% + 3.2vw);
    right: 0;
  }
  #about .s-history__container__content .illust.no02 {
    top: 40%;
    right: 3.2vw;
  }
  #about .s-history__container__content .illust.no03 {
    left: -2%;
  }
  #about .s-history__container__content .illust__fig .bg01__before {
    width: 27.7333333333vw;
  }
  #about .s-history__container__content .illust__fig .bg01__after {
    top: -20%;
    right: 10%;
    width: 5.3333333333vw;
  }
  #about .s-history__container__content .illust__fig .bg02__before {
    width: 19.2vw;
  }
  #about .s-history__container__content .illust__fig .bg02__after {
    top: auto;
    bottom: 100%;
    width: 21.8666666667vw;
  }
  #about .s-history__container__content .illust__fig .bg03__after {
    width: 3.4666666667vw;
  }
  #about .s-history__container__content .illust__fig .bg03__before {
    width: 11.4666666667vw;
  }
  #about .s-history__container__content .illust__fig .bg03__static {
    right: -5.6vw;
    width: 8vw;
  }
  #about .s-history__container__content .fig {
    display: block;
    width: 100%;
    margin-top: 3.2vw;
    margin-left: 0;
    border-radius: 4vw;
  }
  #about .s-history__container__content.left .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
  }
  #about .s-history__container__content.left .txt__circle {
    top: calc(100% + 3.4666666667vw);
    right: auto;
    left: 50%;
  }
  #about .s-history__container__content.right .txt {
    padding-left: 0;
  }
  #about .s-history__container__content.right .txt__circle {
    top: calc(100% + 3.4666666667vw);
    left: 50%;
  }
  #about .s-history__container__content.center {
    width: 100%;
    height: 14.4vw;
    border-radius: 14.4vw;
  }
  #about .s-history__container__content.center .txt {
    -webkit-column-gap: 3.2vw;
    -moz-column-gap: 3.2vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    column-gap: 3.2vw;
    flex-direction: row;
  }
  #about .s-history__container__content.center .txt__event {
    font-size: 5.8666666667vw;
  }
  #about .s-history__container__content.center .illust {
    top: -2.6666666667vw;
    right: -4.2666666667vw;
    width: 20vw;
  }
  #about .s-safety {
    padding: 10.4vw 0 5.0666666667vw;
  }
  #about .s-safety__lead {
    margin: 5.3333333333vw 0 10.1333333333vw;
    font-size: 4vw;
    line-height: 1.8em;
    text-align: left;
  }
  #about .s-safety__container {
    width: 100%;
  }
  #about .s-safety__container .ttl {
    -webkit-transform: translate(0%, -50%);
    display: block;
    width: 59.2vw;
    margin: 0 auto;
    transform: translate(0%, -50%);
    font-size: 4.5333333333vw;
    line-height: 1.6em;
    text-align: center;
  }
  #about .s-safety__container .ttl::before {
    border-width: 0.8em 0 0.8em 0.4em;
  }
  #about .s-safety__container .ttl::after {
    border-width: 0.8em 0.4em 0.8em 0;
  }
  #about .s-safety__container .txt {
    padding: 0 5.0666666667vw 5.3333333333vw;
  }
  #about .s-safety__container .txt__desc {
    font-size: 3.4666666667vw;
    line-height: 1.92em;
    letter-spacing: -0.02em;
  }
  #about .s-safety__container .txt__desc:first-of-type {
    margin-right: 0;
  }
  #life .s-daily {
    padding: 17.3333333333vw 0 41.0666666667vw;
  }
  #life .s-daily .p-ttl01 {
    margin-bottom: 6.6666666667vw;
  }
  #life .s-daily__container:not(:last-of-type) {
    margin-bottom: 8vw;
  }
  #life .s-daily__container {
    display: block;
    position: relative;
  }
  #life .s-daily__container .flow {
    position: absolute;
    top: 0;
    left: 0;
  }
  #life .s-daily__container .flow__time {
    font-size: 4vw;
  }
  #life .s-daily__container .flow__bar {
    display: none;
  }
  #life .s-daily__container .content {
    padding: 2.6666666667vw 0 0;
  }
  #life .s-daily__container .content .ttl {
    display: block;
    min-height: 10.6666666667vw;
    margin-bottom: 2.6666666667vw;
    margin-left: 17.0666666667vw;
  }
  #life .s-daily__container .content .ttl .main {
    font-size: 5.3333333333vw;
  }
  #life .s-daily__container .content .ttl .sub {
    display: block;
    margin-left: 0;
    font-size: 3.7333333333vw;
  }
  #life .s-daily__container .content .list {
    margin-bottom: -2.6666666667vw;
  }
  #life .s-daily__container .content .list__item {
    margin-bottom: 2.6666666667vw;
  }
  #life .s-daily__container .content .list__item.tb100 {
    width: 100%;
  }
  #life .s-daily__container .content .list__item .fig {
    border-radius: 2.6666666667vw;
  }
  #life .s-daily__container .content .list__item .illust.bus {
    right: auto;
    bottom: -6.1333333333vw;
    left: -1.3333333333vw;
  }
  #life .s-daily__container .content .list__item .illust.bus:hover .bg01__before {
    -webkit-transform: translateX(-4vw);
    transform: translateX(-4vw);
  }
  #life .s-daily__container .content .list__item .illust.bus.is-active .bg01__before {
    -webkit-transform: translateX(-4vw);
    transform: translateX(-4vw);
  }
  #life .s-daily__container .content .list__item .illust.bus .bg01__before {
    width: 20.8vw;
  }
  #life .s-daily__container .content .list__item .illust.bus .bg01__after {
    width: 2.4vw;
  }
  #life .s-daily__container .content .list__item .illust.net {
    display: none;
  }
  #life .s-daily__container .content .list__item .illust.milk {
    top: -20.8vw;
    right: 18.1333333333vw;
  }
  #life .s-daily__container .content .list__item .illust.milk .bg03 {
    width: 16.2666666667vw;
  }
  #life .s-daily__container .content .list__item .illust.paint {
    top: -48.5333333333vw;
    right: 4.5333333333vw;
  }
  #life .s-daily__container .content .list__item .illust.paint .bg04__static {
    width: 16.8vw;
  }
  #life .s-daily__container .content .list__item .illust.paint .bg04__before {
    top: 55%;
    right: -8vw;
    width: 17.6vw;
  }
  #life .s-daily__container .content .list__item .illust.paint .bg04__after {
    top: 47%;
    right: 0;
    width: 12.2666666667vw;
  }
  #life .s-daily__container .content .list__item .illust.cutlery {
    display: none;
  }
  #life .s-daily__container .content .list__item .illust.clothes {
    top: -18.6666666667vw;
    right: 26.1333333333vw;
  }
  #life .s-daily__container .content .list__item .illust.clothes .bg06 {
    width: 19.4666666667vw;
  }
  #life .s-daily__container .content .list__item .illust.com01 {
    top: -17.8666666667vw;
    right: -4.2666666667vw;
    width: 33.6vw;
  }
  #life .s-daily__container .content .list__item .illust.com02 {
    top: -1.8666666667vw;
    right: -2.6666666667vw;
    width: 31.2vw;
  }
  #life .s-daily__container .content .txt {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  #life .s-daily__container .content .txt.tbmt {
    margin-top: 1.3333333333vw;
  }
  #life .s-daily__container .content .txt .desc {
    width: 46%;
    font-size: 3.7333333333vw;
  }
  #life .s-daily__container .content .txt .desc:not(:last-child) {
    margin-right: 0;
  }
  #life .s-daily__bg {
    right: 4.8vw;
    bottom: 8.8vw;
    width: 43.2vw;
  }
  #life .s-institution {
    padding: 10.6666666667vw 0;
  }
  #life .s-institution__statement {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
  #life .s-institution .map {
    width: 92.2666666667vw;
    margin-top: 3.2vw;
  }
  #life .s-institution .map__pin {
    width: 5.3333333333vw;
  }
  #life .s-institution .map__pin.pin01 {
    left: 7.6%;
  }
  #life .s-institution .map__pin.pin02 {
    top: 3.95%;
  }
  #life .s-institution .map__pin.pin03 {
    top: 47.17%;
  }
  #life .s-institution .modal__content {
    width: 86.6666666667vw;
  }
  #life .s-institution .modal__close-btn {
    display: none;
  }
  #life .s-institution .modal__slide .container {
    margin: 8vw auto;
  }
  #life .s-institution .modal__slide .container__caption {
    margin-top: 1.8666666667vw;
    padding-bottom: 2vw;
    font-size: 4.2666666667vw;
  }
  #life .s-institution .modal__slide .container__caption::before {
    width: 70.9333333333vw;
  }
  #life .s-institution .modal__prev {
    left: 2.4vw;
    border-top: 1.6vw solid transparent;
    border-right: 2.9333333333vw solid #ffffff;
    border-bottom: 1.6vw solid transparent;
  }
  #life .s-institution .modal__next {
    right: 2.4vw;
    border-top: 1.6vw solid transparent;
    border-bottom: 1.6vw solid transparent;
    border-left: 2.9333333333vw solid #ffffff;
  }
  #life .s-event {
    padding: 10.6666666667vw 0 16vw;
  }
  #life .s-event__lead {
    margin: 5.3333333333vw 0 10.6666666667vw;
    font-size: 4vw;
    line-height: 1.8em;
    letter-spacing: -0.05em;
  }
  #life .s-event__container:not(:last-of-type) {
    margin-bottom: 13.3333333333vw;
  }
  #life .s-event__container .txt {
    margin-bottom: 5.3333333333vw;
    padding-left: 0;
  }
  #life .s-event__container .txt .fig {
    position: static;
    width: 100%;
    margin-bottom: 1.3333333333vw;
  }
  #life .s-event__container .txt .fig img {
    width: 23.2vw;
  }
  #life .s-event__container .txt .list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 3.7333333333vw;
    line-height: 1.7em;
  }
  #life .s-event__container .txt .list:not(:last-of-type) {
    margin-right: 0;
  }
  #life .s-event__container .txt .list.tb-mt {
    margin-top: -3.32em;
  }
  #life .s-event__container .txt .list__item.nowrap {
    white-space: nowrap;
  }
  #life .s-event__container .img .fig {
    border-radius: 2.6666666667vw;
  }
  #life .s-event__container .statement {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  #feature .s-features {
    padding: 16.2666666667vw 0 19.4666666667vw;
    background-image: none;
    background-color: #fffff7;
  }
  #feature .s-features .p-ttl01 {
    margin-bottom: 8vw;
  }
  #feature .s-features__container {
    padding-top: 1.0666666667vw;
    padding-left: 0;
  }
  #feature .s-features__container:not(:last-of-type) {
    margin-bottom: 16vw;
  }
  #feature .s-features__container__flag {
    width: 13.3333333333vw;
  }
  #feature .s-features__container__txt .ttl {
    margin-bottom: 8vw;
    margin-left: 16vw;
    padding-bottom: 2.9333333333vw;
    font-size: 5.3333333333vw;
  }
  #feature .s-features__container__txt .desc {
    font-size: 4vw;
    line-height: 1.8em;
    letter-spacing: -0.02em;
  }
  #feature .s-features__container__img .fig {
    border-radius: 2.6666666667vw;
  }
  #feature .s-features__container__img .fig:first-child {
    margin-bottom: 4vw;
  }
  #feature .s-features__container__img .tape {
    width: 15.2vw;
  }
  #feature .s-features__container__img .tape.t01 {
    top: -4.2666666667vw;
    right: -3.7333333333vw;
  }
  #feature .s-features__container__img .tape.t02 {
    bottom: -1.8666666667vw;
    left: -4vw;
  }
  #feature .s-features__container__bg {
    display: block;
    position: absolute;
    width: 17.3333333333vw;
    mix-blend-mode: multiply;
  }
  #feature .s-university {
    padding-top: 10.6666666667vw;
  }
  #feature .s-lesson {
    padding-bottom: 10.6666666667vw;
  }
  #feature .s-lesson .statement {
    margin-top: 4.2666666667vw;
  }
  #feature .s-qa {
    padding: 10.6666666667vw 0;
  }
  #feature .s-qa .list {
    margin-top: 5.3333333333vw;
  }
  #feature .s-qa .list__item {
    padding: 2.4vw 5.3333333333vw;
    border-radius: 5.3333333333vw;
    font-size: 4vw;
    line-height: 1.4em;
  }
  #feature .s-qa .list__item:not(:last-child) {
    margin-bottom: 4vw;
  }
  #feature .s-qa .list__item .question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: -0.05em;
  }
  #feature .s-qa .list__item .question::before {
    bottom: -2.6666666667vw;
  }
  #feature .s-qa .list__item .question::after {
    width: 0.6em;
    height: 0.6em;
  }
  #feature .s-qa .list__item .question .no {
    display: inline-block;
  }
  #feature .s-qa .list__item .answer__box {
    padding: 5.6vw 0 2.9333333333vw;
    font-size: 4vw;
    line-height: 1.3em;
  }
  #feature .s-qa .list__item .answer__box img {
    width: 82%;
    margin: 2.6666666667vw auto 0;
    border-radius: 8vw;
  }
  #feature .s-qa .list__item .answer__box .ttl {
    margin-right: 0.7em;
  }
  #feature .common__section {
    padding-top: 16vw;
  }
  #feature .common__lead {
    margin: 5.3333333333vw 0;
    font-size: 4vw;
    line-height: 1.8em;
    letter-spacing: 0.01em;
    text-align: left;
  }
  #feature .common__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #feature .common__list.c4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 2.6666666667vw;
  }
  #feature .common__list.c4 .common__list__item {
    width: 33%;
  }
  #feature .common__list__item {
    width: 31.5%;
  }
  #feature .common__list__item:not(:last-child) {
    margin-right: 2.75%;
    margin-bottom: 0;
  }
  #feature .common__list__item .fig {
    border-radius: 2.6666666667vw;
  }
  #support .s-childcare {
    padding: 16.2666666667vw 0 25.6vw;
  }
  #support .s-childcare .caption {
    margin-bottom: 1.6vw;
    font-size: 2.9333333333vw;
  }
  #support .s-childcare .tableTtl {
    margin-bottom: 2.6666666667vw;
    font-size: 4vw;
    line-height: 1.6;
  }
  #support .s-childcare .tableTtl.mt {
    margin-top: 8vw;
  }
  #support .s-preschool {
    padding: 16vw 0 10.6666666667vw;
  }
  #support .s-preschool .tableTtl {
    margin-bottom: 2.6666666667vw;
    font-size: 4vw;
    line-height: 1.6;
  }
  #support .s-preschool .tableTtl.mt {
    margin-top: 8vw;
  }
  #support .s-preschool .caption {
    margin-top: 1.8666666667vw;
    margin-bottom: 13.6vw;
    font-size: 3.4666666667vw;
    line-height: 1.6em;
  }
  #support .s-preschool__container {
    margin-top: 2.1333333333vw;
  }
  #support .s-preschool__container .flow {
    margin-right: 2.6666666667vw;
  }
  #support .s-preschool__container .flow__time {
    font-size: 4vw;
  }
  #support .s-preschool__container .flow__bar {
    width: 2px;
    height: calc(100% - 16vw);
    min-height: 7.4666666667vw;
    margin: 2.6666666667vw auto 0;
  }
  #support .s-preschool__container .content {
    padding: 2.6666666667vw 0 6.1333333333vw;
  }
  #support .s-preschool__container .content.pb {
    padding-bottom: 0;
  }
  #support .s-preschool__container .content .ttl {
    font-size: 5.3333333333vw;
  }
  #support .s-preschool__container .content .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #support .s-preschool__container .content .txt .list {
    font-size: 3.7333333333vw;
  }
  #support .s-preschool__container .content .txt .list__item .child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #support .s-preschool__desc {
    font-size: 3.4666666667vw;
    line-height: 1.6em;
  }
  #support .s-preschool__img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 2.6666666667vw;
  }
  #support .s-preschool__img .fig {
    width: 31.5%;
    border-radius: 2.6666666667vw;
  }
  #support .s-experience {
    padding: 10.6666666667vw 0 37.3333333333vw;
    overflow-x: hidden;
  }
  #support .s-experience .p-ttl03 {
    margin-top: 16vw;
    margin-bottom: 4.8vw;
    line-height: 1.7em;
  }
  #support .s-experience .p-ttl03 .deco {
    width: 42.6%;
  }
  #support .s-other {
    padding: 13.3333333333vw 0 5.3333333333vw;
  }
  #support .s-other .p-ttl01 {
    margin-bottom: 5.3333333333vw;
  }
  #support .s-other .common__lead {
    margin-top: 5.3333333333vw;
  }
  #support .s-other .common__lead.no01 {
    margin-bottom: 13.3333333333vw;
  }
  #support .s-other .common__lead.no02 {
    margin-bottom: 4vw;
  }
  #support .s-other .p-table01 {
    margin-bottom: 14.6666666667vw;
  }
  #support .common__lead {
    margin: 5.3333333333vw 0 8.8vw;
    font-size: 4vw;
    line-height: 1.8em;
    text-align: left;
  }
  #support .common__lead.tl {
    width: 100%;
    margin: 5.3333333333vw 0 0;
  }
  #info .s-tab {
    padding: 10.6666666667vw 0 8vw;
  }
  #info .s-tab .p-tab01__type {
    top: -13.6vw;
  }
  #info .s-tab .p-tab01__type .tab {
    margin-left: 0;
  }
  #info .s-tab .p-tab01 .area {
    padding: 8vw 5.3333333333vw 17.8666666667vw;
  }
  #info .s-article {
    padding-bottom: 24vw;
  }
  #info .s-article .bread {
    margin-bottom: 12.2666666667vw;
    padding-top: 1.3333333333vw;
  }
  #info .s-article .bread__item {
    font-size: 2.1333333333vw;
  }
  #info .s-article .bread__item:not(:last-child)::after {
    margin: 0 1.3333333333vw;
  }
  #info .s-article__container .p-ttl04 {
    margin-bottom: 8vw;
  }
  #info .s-article__container .txt {
    margin-bottom: 10.6666666667vw;
    font-size: 4vw;
    line-height: 1.8em;
  }
  #info .s-article__container .txt h1 {
    font-size: 8.5333333333vw;
  }
  #info .s-article__container .txt h2 {
    font-size: 6.4vw;
  }
  #info .s-article__container .txt h3 {
    font-size: 4.8vw;
  }
  #info .s-article__container .txt table tr {
    font-size: 3.4666666667vw;
    letter-spacing: 0.05em;
  }
  #info .s-article__container .txt table tr .th {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    width: 5em;
    height: 100%;
    padding: 0.76em 0.7em;
  }
  #info .s-article__container .txt table tr .th.pd {
    padding: 0.76em 0em;
  }
  #info .s-article__container .txt table tr td {
    padding: 0.7em 1em;
  }
  #info .s-article__container .txt table tr td.ls {
    letter-spacing: -0.01em;
  }
  #info .s-article__container .fig {
    margin-bottom: 10.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  #info .s-article .p-pagenation02 {
    margin-top: 6.9333333333vw;
  }
  #blog .s-archive {
    padding: 10.6666666667vw 0 3.2vw;
  }
  #blog .s-archive .list {
    margin-bottom: -8vw;
  }
  #blog .s-archive .list__item {
    margin-bottom: 8vw;
  }
  #blog .s-archive .list__item .fig {
    max-height: 23.4666666667vw;
    margin-bottom: 1.8666666667vw;
  }
  #blog .s-archive .list__item .fig img {
    max-height: 23.4666666667vw;
  }
  #blog .s-archive .list__item .ttl {
    font-size: 3.7333333333vw;
  }
  #blog .s-archive .list__item .date {
    font-size: 3.2vw;
  }
  #blog .s-archive .p-pagenation01 {
    margin-top: 14.1333333333vw;
  }
  #blog .s-article {
    padding-bottom: 7.4666666667vw;
  }
  #blog .s-article .bread {
    margin-bottom: 12.5333333333vw;
    padding-top: 2.1333333333vw;
  }
  #blog .s-article .bread__item {
    font-size: 2.1333333333vw;
  }
  #blog .s-article .bread__item:not(:last-child)::after {
    margin: 0 1.3333333333vw;
  }
  #blog .s-article__container .p-ttl05 {
    margin-bottom: 5.3333333333vw;
  }
  #blog .s-article__container .txt {
    margin-bottom: 8vw;
    font-size: 4vw;
    line-height: 1.8em;
  }
  #blog .s-article__container .txt h1 {
    font-size: 8.5333333333vw;
  }
  #blog .s-article__container .txt h2 {
    font-size: 6.4vw;
  }
  #blog .s-article__container .txt h3 {
    font-size: 4.8vw;
  }
  #blog .s-article__container .txt table tr {
    font-size: 3.4666666667vw;
    letter-spacing: 0.05em;
  }
  #blog .s-article__container .txt table tr .th {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    width: 5em;
    height: 100%;
    padding: 0.76em 0.7em;
  }
  #blog .s-article__container .txt table tr .th.pd {
    padding: 0.76em 0em;
  }
  #blog .s-article__container .txt table tr td {
    padding: 0.7em 1em;
  }
  #blog .s-article__container .txt table tr td.ls {
    letter-spacing: -0.01em;
  }
  #blog .s-article__container .fig {
    margin-bottom: 8vw;
    border-radius: 2.6666666667vw;
  }
  #blog .s-article .p-pagenation02 {
    margin-top: 7.2vw;
  }
  #contact .s-form {
    padding: 9.8666666667vw 0 4.5333333333vw;
  }
  #contact .s-form .contactForm .list__item:not(:last-child) {
    margin-bottom: 4vw;
  }
  #contact .s-form .contactForm .list__item__ttl {
    margin-bottom: 1.3333333333vw;
    font-size: 3.2vw;
  }
  #contact .s-form .contactForm .list__item input,
  #contact .s-form .contactForm .list__item select,
  #contact .s-form .contactForm .list__item textarea {
    border-radius: 1.3333333333vw;
    font-size: 3.2vw;
  }
  #contact .s-form .contactForm .list__item input[type=text],
  #contact .s-form .contactForm .list__item input[type=email],
  #contact .s-form .contactForm .list__item input[type=tel],
  #contact .s-form .contactForm .list__item select {
    padding: 0 2.1333333333vw;
    line-height: 2.41em;
  }
  #contact .s-form .contactForm .list__item textarea {
    padding: 1.6vw 2.1333333333vw;
  }
  #contact .s-form .contactForm .list__item.select .wpcf7-form-control-wrap::before {
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    border-width: 2px;
  }
  #contact .s-form .contactForm .list__item.select .birth__list__item {
    width: 31%;
  }
  #contact .s-form .contactForm .list__item.select .birth__list__item select {
    padding-right: 1.3em;
    font-size: 2.9333333333vw;
    letter-spacing: -0.05em;
    text-align: center;
  }
  #contact .s-form .contactForm .list__item.select .birth__list__item > .wpcf7-form-control-wrap::before {
    right: 0.5em;
    width: 0.5em;
    height: 0.5em;
    border-width: 2px;
  }
  #contact .s-form .contactForm .list__item.select .birth__list__item .txt {
    margin-left: 0;
    font-size: 3.4666666667vw;
  }
  #contact .s-form .contactForm .list__item.half .wpcf7-form-control-wrap {
    width: 100%;
  }
  #contact .s-form .contactForm .list__item.half .search {
    position: absolute;
    top: 0.5333333333vw;
    left: 24.8vw;
    font-size: 2.9333333333vw;
  }
  #contact .s-form .contactForm .list__item.radio .radioLabel {
    font-size: 3.4666666667vw;
  }
  #contact .s-form .contactForm .list__item.radio .radioLabel .wpcf7-list-item {
    padding-right: 8vw;
  }
  #contact .s-form .contactForm .list__item.radio .radioLabel .wpcf7-list-item-label::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border: 2px solid #ddd;
  }
  #contact .s-form .contactForm .list__item.radio .radioLabel .wpcf7-list-item-label::after {
    left: calc((5.3333333333vw + 4px) * 0.5);
    width: 3.2vw;
    height: 3.2vw;
  }
  #contact .s-form .contactForm .list__item.message textarea {
    height: 57.0666666667vw;
  }
  #contact .s-form .contactForm .list__item.privacyText {
    width: 87%;
    margin: 0 auto;
    padding: 5.3333333333vw;
    padding-right: 3.2vw;
    border-radius: 2.6666666667vw;
  }
  #contact .s-form .contactForm .list__item.privacyText textarea {
    padding-right: 3.4666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.7em;
  }
  #contact .s-form .contactForm .list__item.privacyText textarea::-webkit-scrollbar {
    width: 1.3333333333vw;
  }
  #contact .s-form .contactForm .list__item.checkbox .wpcf7-list-item {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  #contact .s-form .contactForm .list__item.checkbox .wpcf7-list-item-label::before {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 1.8666666667vw;
  }
  #contact .s-form .contactForm .list__item.checkbox .wpcf7-list-item-label::after {
    left: 3.2vw;
    width: 2.6666666667vw;
    height: 4vw;
  }
  #contact .s-form .contactForm__submit {
    width: 65%;
    margin-top: 6.6666666667vw;
    border-radius: 1.0666666667vw;
  }
  #contact .s-form .contactForm__submit label {
    font-size: 4vw;
    line-height: 2.375em;
  }
  #contact .s-complete {
    padding: 13.8666666667vw 0;
  }
  #contact .s-complete__container__img {
    width: 21.0666666667vw;
    margin-bottom: 4vw;
  }
  #contact .s-complete__container__img .after {
    width: 6.1333333333vw;
  }
  #contact .s-complete__container__ttl {
    margin-bottom: 6.6666666667vw;
    margin-bottom: 1.25em;
    padding: 0 0.75em 0.75em;
    font-size: 5.3333333333vw;
    line-height: 1.3em;
    text-align: center;
  }
  #contact .s-complete__container__desc {
    margin-bottom: 10.6666666667vw;
    font-size: 4vw;
  }
  #contact .s-privacy {
    padding: 9.8666666667vw 0 4.5333333333vw;
  }
  #contact .s-privacy__container .ttl {
    font-size: 4.5333333333vw;
  }
  #contact .s-privacy__container .desc {
    font-size: 4vw;
    line-height: 1.7em;
  }
  #contact .required {
    width: 2.72em;
    margin-left: 0.54em;
    font-size: 2.9333333333vw;
    line-height: 1.36em;
  }
  #support .s-childcare .tableWrap {
    display: block;
    margin-right: -6.6666666667vw;
    padding-right: 6.6666666667vw;
    overflow-x: scroll;
  }
  #support .s-childcare .tableWrap table {
    white-space: nowrap;
  }
  #support .s-childcare .tableWrap table .column > :first-child {
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
    left: -1px;
    background-color: #fff;
  }
  #support .s-childcare .tableWrap table .column > :first-child.u-bg-rd {
    background-color: #fcc0b5;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
  body {
    margin: 0;
  }
  .l-header__sp__bottom {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  #support .s-preschool__img .fig:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #support .s-experience .p-ttl03::before {
    border-width: 0.85em 0 0.85em 0.5em;
  }
  #support .s-experience .p-ttl03::after {
    border-width: 0.85em 0.5em 0.85em 0;
  }
}
@media screen and (min-width: 768px) {
  #support .s-childcare .p-table01.time .column .ttl {
    white-space: nowrap;
  }
}