@charset "UTF-8";
/* destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* ↓ パッケージ導入せず直書きも可能、必要に応じてnpm管理も可 */
@import url("https://unpkg.com/destyle.css/destyle.css");
/* ----------------------------------------
Foundation - base -
プロジェクトにおける基本的なスタイルを定義します。
ページの下地としての全体の背景や、基本的なタイポグラフィなどが該当します。
---------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap");
* {
  box-sizing: border-box;
  font-size: inherit;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  color: #666;
  background: #fff;
  font-size: clamp(15px, 15px + (18 - 15) * (100vw - 375px) / (1280 - 375), 18px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  word-wrap: break-word;
  font-feature-settings: "palt" 1;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
  font-size: 1.5vw;
}
@media only screen and (max-width: 1400px) {
  body {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 960px) {
  body {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.25vw;
  }
}
@media only screen and (min-width: 1401px) {
  body {
    font-size: 1.8rem;
  }
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  transform: rotate(0.05deg);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  transform: rotate(0.05deg);
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

iframe {
  vertical-align: bottom;
}

svg {
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

a {
  transition: 0.3s;
  text-decoration: none;
  transform: rotate(0.05deg);
}

p,
ul,
ol,
dl,
span {
  transform: rotate(0.05deg);
}

rt {
  font-size: 0.7em;
}

/* ----------------------------------------
form style
---------------------------------------- */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
}

textarea {
  width: 100%;
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=text],
input[type=passwprd],
input[type=search],
input[type=email],
input[type=tel],
input[type=url],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
textarea {
  width: 100%;
  padding: 5px;
  border: solid 1px #D3CDBD;
  background-color: #fff;
}

select {
  width: 100%;
  border: solid 1px #D3CDBD;
  padding: 5px;
}

.header {
  padding: 1em 3em;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__gnav nav ul {
  display: flex;
}
.header--gnavLink {
  display: block;
  padding: 0 1vw;
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.header--gnavLink:hover .imgBox {
  animation: updown 0.8s ease-in-out infinite;
}
.header--gnavLink:hover .txt {
  opacity: 0.6;
}
.header--gnavLink .imgBox {
  text-align: center;
}
.header--gnavLink .txt {
  margin: 0.5em 0 0 0;
}
.header--hamburger {
  display: none;
  flex-flow: column;
  justify-content: space-between;
  width: 50px;
  height: 50px;
  padding: 17px 15px;
  border-radius: 100%;
  cursor: pointer;
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 999999;
}
.header--hamburger.home {
  background-color: #5C9917;
}
.header--hamburger.minori {
  background-color: #4682B4;
}
.header--hamburger.kanada {
  background-color: #B4AD00;
}
.header--hamburger.nyujiin {
  background-color: #915100;
}
@media only screen and (max-width: 960px) {
  .header--hamburger {
    display: flex;
  }
}
.header--hamburger::before, .header--hamburger::after {
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  transition: all 200ms 0s ease;
  transform-origin: 0 0;
}
.header--hamburger.is-close::before, .header--hamburger.is-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
}
.header--hamburger.is-close::before {
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
}
.header--hamburger.is-close::after {
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 1400px) {
  .header__logo {
    width: 34%;
  }
  .header__logo.nyujiin {
    width: 24%;
  }
}
@media only screen and (max-width: 960px) {
  .header {
    padding: 1.5em 2em;
  }
  .header__logo {
    width: 100%;
    text-align: center;
    display: block;
  }
  .header__logo.nyujiin {
    width: 100%;
  }
  .header__gnav {
    color: #666;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 6em 2em 2em;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 999999;
    transition: right 600ms 0s ease;
    justify-content: flex-start;
    overflow: auto;
  }
  .header__gnav.is-enable {
    right: 0;
  }
  .header__gnavInner {
    min-width: auto;
    width: 100%;
    height: auto;
    overflow-y: auto;
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: block;
  }
  .header__gnavItem::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    transform: translateY(0%);
    width: 100%;
    height: 1px;
    background: #CC4B41;
  }
  .header__gnavItem:last-child::after {
    content: "";
    position: absolute;
    bottom: 0%;
    top: unset;
    left: 0;
    width: 100%;
    height: 1px;
    background: #CC4B41;
  }
  .header__gnavLink {
    padding: 1.5em;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1280 - 375), 18px);
    width: auto;
    display: block;
  }
  .header__gnavLink:hover {
    background-color: rgb(191.9709543568, 61.632780083, 51.5290456432);
  }
  .header__gnav nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header__gnav nav ul li {
    width: 48%;
    text-align: center;
    border-bottom: 2px dotted #eee;
  }
  .header__gnav nav ul li a {
    display: block;
    padding: 1.5em 1em;
  }
}
@media only screen and (max-width: 768px) {
  .header__logo {
    width: 100%;
  }
  .header__logo.nyujiin {
    width: 100%;
  }
  .header__logo.nyujiin img {
    width: 65vw;
  }
  .header__logo.minori img {
    width: 60vw;
  }
  .header__logo.kanada img {
    width: 65vw;
  }
  .header__logo.home img {
    width: 35vw;
  }
}

.footer {
  padding: 2em;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__gnav {
  width: 55%;
}
.footer__gnav nav {
  margin-top: 1em;
}
.footer__gnav nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1em 0;
}
.footer__gnav nav ul li {
  width: 25%;
}
.footer__gnav nav ul li a {
  display: block;
  text-align: center;
  position: relative;
  font-size: 0.89em;
}
.footer__gnav nav ul li a::before {
  content: "";
  width: 1px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.footer__gnav nav ul li a::after {
  width: 1px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.footer__gnav nav ul li a:hover {
  opacity: 0.6;
}
.footer__gnav nav ul li:nth-child(4n) a::after {
  content: "";
}
.footer__gnav nav ul.nyujiin li a::before {
  background: #F5A0C9;
}
.footer__gnav nav ul.nyujiin li:nth-child(4n) a::after {
  background: #F5A0C9;
}
.footer__gnav nav ul.nyujiin li:last-child a::after {
  content: "";
  background: #F5A0C9;
}
.footer__gnav nav ul.home li a::before {
  background: #B0E376;
}
.footer__gnav nav ul.home li:nth-child(4n) a::after {
  background: #B0E376;
}
.footer__gnav nav ul.home li:last-child a::after {
  content: "";
  background: #B0E376;
}
.footer__gnav nav ul.minori li a::before {
  background: #4682B4;
}
.footer__gnav nav ul.minori li:nth-child(4n) a::after {
  background: #4682B4;
}
.footer__gnav nav ul.minori li:last-child a::after {
  content: "";
  background: #4682B4;
}
.footer__gnav nav ul.kanada li a::before {
  background: #B4AD00;
}
.footer__gnav nav ul.kanada li:nth-child(4n) a::after {
  background: #B4AD00;
}
.footer__gnav nav ul.kanada li:last-child a::after {
  content: "";
  background: #B4AD00;
}
.footer__details {
  width: 40%;
}
.footer__details .address {
  margin-top: 1.5em;
}
@media only screen and (max-width: 960px) {
  .footer__inner {
    flex-wrap: wrap;
  }
  .footer__gnav {
    width: 100%;
  }
  .footer__details {
    margin-top: 2em;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .footer__gnav nav ul.nyujiin li:nth-child(2n) a::after {
    content: "";
    background: #F5A0C9;
  }
  .footer__gnav nav ul.home li:nth-child(2n) a::after {
    content: "";
    background: #B0E376;
  }
  .footer__gnav nav ul.minori li:nth-child(2n) a::after {
    content: "";
    background: #4682B4;
  }
  .footer__gnav nav ul.kanada li:nth-child(2n) a::after {
    content: "";
    background: #B4AD00;
  }
  .footer__gnav nav ul li {
    width: 50%;
  }
}

.globalFooter {
  background: #F2F2F2;
  padding: 2em 2em 0;
  margin-top: 6em;
}
.globalFooter__gnav nav {
  margin-top: 1em;
}
.globalFooter__gnav nav ul {
  display: flex;
  flex-wrap: wrap;
}
.globalFooter__gnav nav ul li:last-of-type a::after {
  content: "";
  width: 1px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #CCCCCC;
}
.globalFooter__gnav nav ul li a {
  display: block;
  text-align: center;
  position: relative;
  font-size: 0.89em;
  padding: 0 4em;
}
.globalFooter__gnav nav ul li a::before {
  content: "";
  width: 1px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #CCCCCC;
}
.globalFooter__gnav nav ul li a:hover {
  opacity: 0.6;
}
.globalFooter__copy {
  margin-top: 2em;
  font-size: 0.7em;
}
@media only screen and (max-width: 960px) {
  .globalFooter {
    margin-top: 3em;
  }
  .globalFooter__gnav nav ul li {
    width: 48%;
  }
  .globalFooter__gnav nav ul li:nth-child(2) a::after {
    content: "";
    width: 1px;
    height: 10px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #CCCCCC;
  }
  .globalFooter__gnav nav ul li a {
    padding: 0 1em;
  }
  .globalFooter__copy {
    text-align: center;
  }
}

/* ----------------------------------------
Component
再利用できるパターンとして、小さな単位のモジュールを定義します。
grid/button/form/media...
---------------------------------------- */
.c-top__visual {
  padding: 0 3em;
  position: relative;
}
.c-top__visual::before {
  content: "";
  top: 40%;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.c-top__visual .swiper {
  border-radius: 3.5em;
  overflow: hidden;
}
.c-top__visual .swiper-slide img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.c-top__visual--catch {
  position: absolute;
  bottom: 11%;
  left: 8%;
  z-index: 1;
  font-size: 200%;
}
.c-top__visual--catch span {
  background: rgba(255, 255, 255, 0.9);
  padding: 0.54em 0.6em;
  display: table;
  border-radius: 0.3em;
  line-height: 1;
}
.c-top__visual--catch span:not(:first-child) {
  margin-top: 0.3em;
}
@media only screen and (max-width: 960px) {
  .c-top__visual {
    padding: 0 2em;
  }
  .c-top__visual .swiper {
    border-radius: 2em;
  }
  .c-top__visual .swiper .swiper-slide {
    padding-top: 56.25%;
    position: relative;
  }
  .c-top__visual .swiper img {
    position: absolute;
    width: 100%;
    max-width: inherit;
    height: 100%;
    object-fit: cover;
    object-position: 45% 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .c-top__visual--catch {
    font-size: 120%;
  }
}
@media only screen and (max-width: 768px) {
  .c-top__visual .swiper .swiper-slide {
    padding-top: 70%;
  }
  .c-top__visual--catch {
    font-size: 110%;
    top: inherit;
    transform: inherit;
    left: 10%;
    bottom: 6%;
  }
}
.c-topPage__visual {
  padding: 0 3em;
  position: relative;
}
.c-topPage__visual::before {
  content: "";
  top: 40%;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.c-topPage__visual .imgBox {
  border-radius: 3.5em;
  overflow: hidden;
  position: relative;
  min-height: 600px;
}
.c-topPage__visual .imgBox img {
  max-width: 100%;
  height: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 960px) {
  .c-topPage__visual {
    padding: 0 2em;
  }
  .c-topPage__visual .imgBox {
    padding-top: 56.25%;
    position: relative;
    min-height: inherit;
  }
  .c-topPage__visual img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 768px) {
  .c-topPage__visual .imgBox {
    padding-top: 50%;
  }
}
.c-mt1em {
  margin-top: 1em;
}
.c-section {
  padding: 6em 3.25em;
}
@media only screen and (max-width: 960px) {
  .c-section {
    padding: 6em 2em;
  }
}
@media only screen and (max-width: 768px) {
  .c-section {
    padding: 4em 2em;
  }
}
.c-inner1280 {
  max-width: 1280px;
  margin: 0 auto;
}
.c-inner960 {
  max-width: 960px;
  margin: 0 auto;
}
.c-title {
  margin: 0 auto 1.8em;
  padding-bottom: 0.8em;
  font-size: 200%;
  display: table;
  text-align: center;
  position: relative;
}
.c-title img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-titleCms {
  padding-left: 2.6em;
  font-size: 120%;
  display: table;
  position: relative;
}
.c-titleCms::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/nyujiin/illust-leaf.png) no-repeat center/cover;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .c-titleCms::before {
    width: 7vw;
    height: 7vw;
  }
}
.c-txtCenter {
  text-align: center;
}
.c-txtRight {
  display: table;
  text-align: right;
}
.c-exp {
  margin-bottom: 2em;
}
.c-exp a {
  text-decoration: underline;
  color: #A34971;
}
.c-exp a:hover {
  text-decoration: none;
}
.c-exLink {
  padding-right: 2em;
  position: relative;
}
.c-exLink::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/nyujiin/icon-exLink.svg) no-repeat center/cover;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.c-exLink:hover {
  opacity: 0.6;
}
.c-smallTxt {
  font-size: 0.78em;
}
.c-largeTxt {
  font-size: 1.25em;
}
.c-moreBtn {
  border-radius: 100px;
  padding: 0.5em 2em;
  text-align: center;
  margin: 0 auto;
  display: table;
}
.c-moreBtn.minori {
  background: #E3FAFA;
  border: 1px solid #CBEBEB;
  color: #4682B4;
}
.c-moreBtn.kanada {
  background: #F6FFDA;
  border: 1px solid #E2EFB7;
  color: #B4AD00;
}
.c-moreBtn.nyujiin {
  background: #FCE5F0;
  border: 1px solid #FDD8EA;
  color: #A34971;
}
.c-moreBtn:hover {
  opacity: 0.6;
}
.c-flagTit {
  padding-left: 2em;
  position: relative;
}
.c-flagTit::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.c-flagTit.nyujiin::before {
  background: url(../images/common/illust-flag-pink.svg) no-repeat center/cover;
}
.c-flagTit.home::before {
  background: url(../images/common/illust-flag-green.svg) no-repeat center/cover;
}
.c-flagTit.minori::before {
  background: url(../images/common/illust-flag-blue.svg) no-repeat center/cover;
}
.c-flagTit.kanada::before {
  background: url(../images/common/illust-flag-yellow.svg) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .c-flagTit::before {
    width: 5vw;
    height: 5vw;
  }
}
.c-philosophy .catch {
  font-size: 1.35em;
}
.c-philosophy__flex {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  gap: 0 2em;
}
.c-philosophy__flex__item {
  position: relative;
  z-index: 1;
  height: 240px;
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-philosophy__flex__item:nth-of-type(2) {
  margin-top: 3em;
}
.c-philosophy__flex__item::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  background: #fff;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.c-philosophy__flex__item .txt {
  font-size: 1.75em;
  text-align: center;
}
.c-philosophy__flex__item .txt.blue {
  color: #4682B4;
}
.c-philosophy__flex__item .txt.green {
  color: #68C26E;
}
.c-philosophy__flex__item .txt.pink {
  color: #E17CAC;
}
.c-philosophy__flex__item .txt.yellow {
  color: #B4AD00;
}
.c-philosophy__flex__item .imgBox {
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 100px;
  height: 100px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .c-philosophy__flex {
    margin-top: 2em;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .c-philosophy__flex__item {
    width: 45vw;
    height: 45vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-philosophy__flex__item:nth-of-type(2) {
    margin-top: inherit;
  }
  .c-philosophy__flex__item:not(:first-of-type) {
    margin-top: 2em;
  }
  .c-philosophy__flex__item::before {
    width: 45vw;
    height: 45vw;
  }
  .c-philosophy__flex__item .imgBox {
    width: 15vw;
    height: 15vw;
  }
}
.c-listBox {
  max-width: 650px;
  margin: 0 auto;
}
.c-listBox__item {
  padding-left: 3.5em;
  position: relative;
}
.c-listBox__item:not(:first-of-type) {
  margin-top: 3em;
}
.c-listBox__item .imgBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.c-listBox.common {
  font-size: 1.35em;
  max-width: 740px;
}
.c-listBox.common .c-listBox__item {
  padding-left: 3.8em;
}
@media only screen and (max-width: 768px) {
  .c-listBox__item .imgBox img {
    width: 14vw;
    height: 14vw;
  }
}
.c-target__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em 1em;
}
.c-target__flex__item {
  width: 31%;
  background: #fff;
  border-radius: 2em;
  overflow: hidden;
}
.c-target__flex__item .tit {
  display: table;
  margin: 0 auto 0;
  font-size: 1.22em;
  padding-top: 1em;
}
.c-target__flex__item .tit.blue {
  color: #4682B4;
}
.c-target__flex__item .tit.yellow {
  color: #B4AC04;
  padding-bottom: 1em;
}
.c-target__flex__item .txt {
  padding: 1em 2em 2em 2em;
  font-size: 0.89em;
}
@media only screen and (max-width: 960px) {
  .c-target__flex__item {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .c-target__flex__item {
    width: 100%;
  }
  .c-target__flex__item .imgBox img {
    width: 100%;
  }
}
.c-layout__item:not(:first-of-type) {
  margin-top: 6em;
}
.c-bgCircles {
  position: relative;
  z-index: 1;
}
.c-bgCircles::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.c-bgCircles.nyujiin::before {
  background: url(../images/nyujiin/bg-colorfulldots-right.svg) no-repeat top 5em right, url(../images/nyujiin/bg-colorfulldots-left.svg) no-repeat top 60em left;
}
.c-bgCircles.minori::before {
  background: url(../images/minori/bg-colorfulldots-right.png) no-repeat top 5em right, url(../images/minori/bg-colorfulldots-left.png) no-repeat top 60em left;
}
.c-bgCircles.kanada::before {
  background: url(../images/kanada/bg-colorfulldots-right.png) no-repeat top 5em right, url(../images/kanada/bg-colorfulldots-left.png) no-repeat top 60em left;
}
@media only screen and (max-width: 1400px) {
  .c-bgCircles.nyujiin::before, .c-bgCircles.minori::before, .c-bgCircles.kanada::before {
    opacity: 0.8;
    background-size: 40%, 40%;
  }
}
@media only screen and (max-width: 960px) {
  .c-bgCircles.nyujiin::before, .c-bgCircles.minori::before, .c-bgCircles.kanada::before {
    opacity: 0.3;
    background-size: 50%, 50%;
  }
}
.c-semicircle {
  position: relative;
  padding-bottom: 15vw;
}
.c-semicircle::before {
  content: "";
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 6.5vw;
  position: absolute;
  background: url(../images/common/section-semicircle.svg) no-repeat top/cover;
}
.c-semicircle.yellow::before {
  background: url(../images/common/section-semicircle-yellow.svg) no-repeat top/cover;
}
.c-semicircle.pink::before {
  background: url(../images/common/section-semicircle-pink.svg) no-repeat top/cover;
}
.c-semicircle.blue::before {
  background: url(../images/common/section-semicircle-blue.svg) no-repeat top/cover;
}
@media only screen and (max-width: 768px) {
  .c-semicircle {
    padding-bottom: 25vw;
  }
}
.c-newsBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.c-newsBox--item {
  width: 32%;
  background: #fff;
  border-radius: 3em;
  min-height: 450px;
  padding: 2em 2em 7em 2em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.c-newsBox--item::before {
  content: "";
  bottom: 0;
  right: 0;
  width: 170px;
  height: 170px;
  position: absolute;
  background: url(../images/nyujiin/illust-rainbow.svg) no-repeat center/cover;
  z-index: -1;
}
.c-newsBox--item.insta::before {
  content: none;
}
.c-newsBox--item.insta .txt {
  margin-top: 1.5em;
}
.c-newsBox--item.insta .instaBtn {
  display: table;
  margin: 1.5em auto 0;
  text-align: center;
}
.c-newsBox--item.insta .instaBtn:hover {
  opacity: 0.5;
}
.c-newsBox--item.program .txt {
  display: block;
  margin-top: 2em;
  font-size: 1.4rem;
  background: #F2F2F2;
  padding: 1em 2em;
  border-radius: 1em;
  color: #A34971;
  text-decoration: underline;
}
.c-newsBox--item.program .txt:hover {
  text-decoration: none;
}
.c-newsBox--item .tit {
  text-align: center;
  font-size: 130%;
  color: #915100;
}
.c-newsBox--item .moreBtn {
  position: absolute;
  bottom: 4%;
  right: 6%;
  font-size: 90%;
}
.c-newsBox--item .moreBtn:hover {
  opacity: 0.6;
}
.c-newsBox--item tr {
  display: block;
  margin-top: 1.5em;
}
.c-newsBox--item tr th {
  display: block;
  font-size: 0.8em;
}
.c-newsBox--item tr td {
  display: block;
}
@media only screen and (max-width: 960px) {
  .c-newsBox--item {
    width: 100%;
    min-height: 300px;
  }
  .c-newsBox--item::before {
    width: 25vw;
    height: 25vw;
  }
  .c-newsBox--item:not(:first-of-type) {
    margin-top: 2em;
  }
  .c-newsBox--item.program .txt {
    font-size: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .c-newsBox--item::before {
    width: 30vw;
    height: 30vw;
  }
  .c-newsBox--item.insta .instaBtn {
    width: 35vw;
  }
}
.c-nyujiinFont {
  font-family: "Yomogi", cursive;
  -webkit-text-stroke: 2px #666;
  text-rendering: optimizeLegibility;
}
.c-nyujiinFont.normal {
  -webkit-text-stroke: 0;
}
.c-nyujiinImgTxt__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-nyujiinImgTxt__txtBox {
  width: 50%;
}
.c-nyujiinImgTxt__txtBox .c-title {
  margin-left: 0;
}
.c-nyujiinImgTxt__txtBox .c-title img {
  left: 0;
  transform: translateX(0);
}
.c-nyujiinImgTxt__imgBox {
  width: 44%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-nyujiinImgTxt__imgBox img {
  max-width: 100%;
  height: auto;
}
.c-nyujiinImgTxt--catch {
  margin-bottom: 1.5em;
  color: #347E7E;
  font-size: 110%;
}
.c-nyujiinImgTxt--txt {
  font-size: 80%;
}
@media only screen and (max-width: 768px) {
  .c-nyujiinImgTxt__txtBox {
    width: 100%;
  }
  .c-nyujiinImgTxt__imgBox {
    width: 100%;
    margin-top: 2em;
  }
}
.c-whiteBox {
  background: #fff;
  border-radius: 2em;
  padding: 3em 2em;
  margin-bottom: 3em;
}
.c-whiteBox__content {
  max-width: 840px;
  margin: 0 auto;
}
.c-table {
  margin-top: 1em;
  width: 100%;
}
.c-table.home tr {
  border-top: 1px solid #CCC;
}
.c-table.home tr:last-of-type {
  border-bottom: 1px solid #ccc;
}
.c-table tr {
  display: flex;
  position: relative;
  justify-content: space-between;
  border-top: 1px solid #fff;
}
.c-table tr:last-of-type {
  border-bottom: 1px solid #fff;
}
.c-table tr th {
  width: 25%;
  padding: 1.6em 0 1.6em 3em;
  text-align: left;
  font-weight: normal;
}
.c-table tr td {
  width: 75%;
  padding: 1.6em 1.6em 1.6em 0;
}
@media only screen and (max-width: 768px) {
  .c-table tr th {
    padding: 1.6em 0 1.6em 1em;
  }
  .c-table tr td {
    padding: 1.6em 1em;
  }
}
.c-eventCommon__item {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 2em;
  position: relative;
  margin-top: 8em;
}
.c-eventCommon__item:nth-of-type(2n) .c-eventCommon__item__txt {
  order: 1;
}
.c-eventCommon__item:nth-of-type(2n) .c-eventCommon__item__imgBox {
  order: 0;
}
.c-eventCommon__item__txt {
  padding: 3em 1em 3em 3em;
  width: 45%;
}
.c-eventCommon__item__txt .tit {
  font-size: 1.55em;
}
.c-eventCommon__item__imgBox {
  width: 54%;
  margin-top: -3em;
}
.c-eventCommon__item.spring .tit,
.c-eventCommon__item.spring .c-eventCommon__monthBox--month {
  color: #E686B4;
}
.c-eventCommon__item.spring .c-eventCommon__monthBox::before {
  background: url(../images/common/dotted-pink.svg) repeat-x center;
}
.c-eventCommon__item.summer .tit,
.c-eventCommon__item.summer .c-eventCommon__monthBox--month {
  color: #72C577;
}
.c-eventCommon__item.summer .c-eventCommon__monthBox::before {
  background: url(../images/common/dotted-green.svg) repeat-x center;
}
.c-eventCommon__item.autumn .tit,
.c-eventCommon__item.autumn .c-eventCommon__monthBox--month {
  color: #B7CF6A;
}
.c-eventCommon__item.autumn .c-eventCommon__monthBox::before {
  background: url(../images/common/dotted-yellow.svg) repeat-x center;
}
.c-eventCommon__item.winter .tit,
.c-eventCommon__item.winter .c-eventCommon__monthBox--month {
  color: #71BBBB;
}
.c-eventCommon__item.winter .c-eventCommon__monthBox::before {
  background: url(../images/common/dotted-blue.svg) repeat-x center;
}
.c-eventCommon__monthBox {
  display: flex;
  margin-top: 1em;
  position: relative;
  padding-left: 1.2em;
  padding-bottom: 2em;
}
.c-eventCommon__monthBox:last-of-type {
  padding-bottom: 0;
}
.c-eventCommon__monthBox:last-of-type::before {
  content: none;
}
.c-eventCommon__monthBox::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.c-eventCommon__monthBox--month {
  font-size: 2em;
  margin-right: 0.5em;
  line-height: 1;
}
.c-eventCommon__monthBox--month .c-smallTxt {
  font-size: 0.6em;
}
.c-eventCommon__monthBox--event {
  margin-top: 0.25em;
}
.c-eventCommon__monthBox--event .parents {
  background: #93D1D1;
  color: #fff;
  border-radius: 0.5em;
  padding: 0.4em 0.8em;
  font-size: 0.65em;
  line-height: 1;
  margin-left: 1em;
}
.c-eventCommon__monthBox--event .parents.yellow {
  background: #D5CF37;
}
.c-eventCommon__monthBox--event li:last-child dl {
  margin-bottom: 0;
}
.c-eventCommon__monthBox--event dl {
  display: flex;
  margin-bottom: 0.8em;
}
.c-eventCommon__monthBox--event dl dt {
  margin-right: 1em;
  min-width: 100px;
}
@media only screen and (max-width: 960px) {
  .c-eventCommon__item {
    flex-wrap: wrap;
    padding: 3em 2em;
  }
  .c-eventCommon__item:nth-of-type(2n) .c-eventCommon__item__txt {
    order: 0;
  }
  .c-eventCommon__item:nth-of-type(2n) .c-eventCommon__item__imgBox {
    order: 1;
  }
  .c-eventCommon__item__txt {
    width: 100%;
    padding: 0;
  }
  .c-eventCommon__item__imgBox {
    margin-top: 2em;
    width: 100%;
    text-align: center;
  }
  .c-eventCommon__item__imgBox img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .c-eventCommon__item {
    margin-top: 3em;
  }
  .c-eventCommon__monthBox {
    flex-wrap: wrap;
  }
  .c-eventCommon__monthBox--month {
    width: 100%;
  }
  .c-eventCommon__monthBox--event {
    margin-top: 1em;
  }
}
.c-timeScheduleCommon {
  display: flex;
  justify-content: space-between;
}
.c-timeScheduleCommon__time {
  width: 31.5%;
  background: #fff;
  border-radius: 2em;
  padding: 2em;
  padding-bottom: 8em;
  position: relative;
  overflow: hidden;
}
.c-timeScheduleCommon__time .title {
  font-size: 1.65em;
  display: table;
  margin: 0 auto;
}
.c-timeScheduleCommon__time.pink .title {
  color: #E17CAC;
}
.c-timeScheduleCommon__time.pink .time {
  background: #E99DC1;
}
.c-timeScheduleCommon__time.blue .title {
  color: #4682B4;
}
.c-timeScheduleCommon__time.blue .time {
  background: #5899CF;
}
.c-timeScheduleCommon__time.green .title {
  color: #56B95D;
}
.c-timeScheduleCommon__time.green .time {
  background: #68C26E;
}
.c-timeScheduleCommon__time.yellow .title {
  color: #B4AD00;
}
.c-timeScheduleCommon__time.yellow .time {
  background: #E1C953;
}
.c-timeScheduleCommon__time__container {
  position: relative;
  z-index: 1;
  margin-top: 3em;
}
.c-timeScheduleCommon__time__container::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 200%;
  top: 0;
  left: 8%;
  z-index: -1;
  background: url(../images/common/dots-vertical.svg) repeat-y top;
}
.c-timeScheduleCommon__time__item {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.c-timeScheduleCommon__time__item .clock {
  position: relative;
  top: -0.7em;
}
.c-timeScheduleCommon__time__item .time {
  margin: 0 1em;
  border-radius: 100px;
  padding: 0.5em 1.2em;
  line-height: 1;
  color: #fff;
  position: relative;
  top: 2%;
}
.c-timeScheduleCommon__time__item .illustBox,
.c-timeScheduleCommon__time__item .imgBox {
  margin-top: 1em;
  width: 100%;
  text-align: right;
}
.c-timeScheduleCommon__time__end {
  background: #E6E6E6;
  text-align: center;
  padding: 0.5em 1em;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .c-timeScheduleCommon {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .c-timeScheduleCommon__time {
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-timeScheduleCommon__time:not(:first-of-type) {
    margin-top: 3em;
  }
  .c-timeScheduleCommon__time__item .imgBox,
  .c-timeScheduleCommon__time__item .illustBox {
    margin-left: 9vw;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .c-timeScheduleCommon__time__container::before {
    background-size: 40%;
  }
  .c-timeScheduleCommon__time__item .clock {
    width: 13vw;
  }
  .c-timeScheduleCommon__time__item .clock img {
    width: 100%;
  }
  .c-timeScheduleCommon__time__item .illustBox img {
    width: 50vw;
  }
}
.c-eventNyujiin__item {
  background: #fff;
  border-radius: 2em;
  padding: 3em;
  display: flex;
  justify-content: space-between;
}
.c-eventNyujiin__item:not(:first-child) {
  margin-top: 5.5em;
}
.c-eventNyujiin__item:nth-of-type(2n) .c-eventNyujiin__item__txt {
  order: 1;
}
.c-eventNyujiin__item:nth-of-type(2n) .c-eventNyujiin__item__imgBox {
  order: 0;
}
.c-eventNyujiin__item__txt {
  position: relative;
  width: 30%;
  z-index: 1;
}
.c-eventNyujiin__item__txt .tit {
  font-size: 1.55em;
  margin-bottom: 1em;
}
.c-eventNyujiin__item__txt .tit.spring-color {
  color: #E686B4;
}
.c-eventNyujiin__item__txt .tit.summer-color {
  color: #72C577;
}
.c-eventNyujiin__item__txt .tit.autumn-color {
  color: #B7CF6A;
}
.c-eventNyujiin__item__txt .tit.winter-color {
  color: #71BBBB;
}
.c-eventNyujiin__item__txt ul li:not(:first-child) {
  margin-top: 0.5em;
}
.c-eventNyujiin__item__txt .imgBox {
  position: absolute;
  bottom: 0;
  right: -25px;
  z-index: -1;
}
.c-eventNyujiin__item__imgBox {
  width: 65%;
}
@media only screen and (max-width: 960px) {
  .c-eventNyujiin__item:not(:first-child) {
    margin-top: 2em;
  }
  .c-eventNyujiin__item__txt {
    width: 45%;
  }
  .c-eventNyujiin__item__imgBox {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .c-eventNyujiin__item {
    padding: 2em;
    flex-wrap: wrap;
  }
  .c-eventNyujiin__item:nth-of-type(2n) .c-eventNyujiin__item__txt {
    order: 0;
  }
  .c-eventNyujiin__item:nth-of-type(2n) .c-eventNyujiin__item__imgBox {
    order: 1;
  }
  .c-eventNyujiin__item__txt {
    width: 100%;
  }
  .c-eventNyujiin__item__txt .imgBox {
    right: 0;
  }
  .c-eventNyujiin__item__txt .imgBox img {
    width: 30vw;
    height: 30vw;
  }
  .c-eventNyujiin__item__imgBox {
    margin-top: 2em;
    width: 100%;
  }
}
.c-timeScheduleNyujiin {
  background: #fff;
  border-radius: 2em;
  padding: 4em 3em;
  display: flex;
  justify-content: center;
  gap: 0 2em;
}
.c-timeScheduleNyujiin__time {
  width: 42%;
  padding-bottom: 3em;
  position: relative;
  z-index: 1;
}
.c-timeScheduleNyujiin__time::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  top: 0;
  left: 8%;
  background: url(../images/common/dots-vertical.svg) repeat-y top;
  z-index: -1;
}
.c-timeScheduleNyujiin__time__item {
  display: flex;
  align-items: center;
}
.c-timeScheduleNyujiin__time__item:not(:first-of-type) {
  margin-top: 2em;
}
.c-timeScheduleNyujiin__time__item .time {
  margin: 0 1.5em;
  background: #AD7939;
  border-radius: 100px;
  padding: 0.5em 1.2em;
  line-height: 1;
  color: #fff;
}
.c-timeScheduleNyujiin__imgBox {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.c-timeScheduleNyujiin__imgBox .b {
  align-self: flex-end;
}
.c-timeScheduleNyujiin__imgBox .d {
  align-self: flex-end;
}
@media only screen and (max-width: 960px) {
  .c-timeScheduleNyujiin {
    position: relative;
  }
  .c-timeScheduleNyujiin__time {
    width: 100%;
  }
  .c-timeScheduleNyujiin__imgBox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .c-timeScheduleNyujiin {
    padding: 4em 2em;
  }
  .c-timeScheduleNyujiin__time::before {
    background-size: 40%;
  }
  .c-timeScheduleNyujiin__time__item .clock {
    width: 13vw;
  }
  .c-timeScheduleNyujiin__time__item .clock img {
    width: 100%;
  }
  .c-timeScheduleNyujiin__time__item:not(:first-of-type) {
    margin-top: 1em;
  }
  .c-timeScheduleNyujiin__imgBox img {
    width: 30vw;
  }
  .c-timeScheduleNyujiin__imgBox .a,
  .c-timeScheduleNyujiin__imgBox .b,
  .c-timeScheduleNyujiin__imgBox .c,
  .c-timeScheduleNyujiin__imgBox .d {
    align-self: flex-end;
  }
  .c-timeScheduleNyujiin__imgBox .a {
    position: relative;
    top: 10%;
  }
  .c-timeScheduleNyujiin__imgBox .b {
    position: relative;
    top: 20%;
  }
  .c-timeScheduleNyujiin__imgBox .c {
    position: relative;
    top: 22%;
  }
  .c-timeScheduleNyujiin__imgBox .d {
    position: relative;
    top: 32%;
  }
}
.c-flexCardsNyujiin {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em 1em;
}
.c-flexCardsNyujiin__item {
  background: #fff;
  border-radius: 2em;
  width: 32%;
  overflow: hidden;
}
.c-flexCardsNyujiin__item:nth-of-type(n+4) {
  width: 23.75%;
}
.c-flexCardsNyujiin__item .imgBox {
  min-height: 237px;
  position: relative;
}
.c-flexCardsNyujiin__item .imgBox img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.c-flexCardsNyujiin__item .title {
  padding: 1.5em 0.5em;
  text-align: center;
  font-size: 1.22em;
  color: #915100;
}
.c-flexCardsNyujiin__item .txt {
  padding: 0em 2em 3em;
  font-size: 0.89em;
}
@media only screen and (max-width: 960px) {
  .c-flexCardsNyujiin {
    gap: 1em;
  }
  .c-flexCardsNyujiin__item {
    width: 48%;
  }
  .c-flexCardsNyujiin__item:nth-of-type(n+4) {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .c-flexCardsNyujiin__item {
    width: 100%;
  }
  .c-flexCardsNyujiin__item:nth-of-type(n+4) {
    width: 100%;
  }
  .c-flexCardsNyujiin__item .imgBox {
    min-height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .c-flexCardsNyujiin__item .imgBox {
    min-height: 150px;
  }
}
.c-minoriClubAccess {
  background: #F7FFE0;
  border-radius: 2em;
  padding: 2em;
  position: relative;
}
.c-minoriClubAccess::before {
  content: "";
  position: absolute;
  width: 409px;
  height: 46px;
  bottom: -4%;
  right: 0;
  background: url(../images/minori/illust-leaves.svg) no-repeat center/cover;
}
.c-minoriClubAccess__flex {
  display: flex;
  justify-content: space-between;
}
.c-minoriClubAccess__flex__map {
  overflow: hidden;
  border-radius: 2em;
  width: 50%;
  min-height: 283px;
}
.c-minoriClubAccess__flex__map iframe {
  width: 100%;
  height: 100%;
}
.c-minoriClubAccess__flex__txt {
  width: 46%;
  margin-top: 1em;
}
.c-minoriClubAccess__flex__txt .tit {
  font-size: 1.4em;
}
.c-minoriClubAccess__flex__txt .telBox {
  margin-top: 1.5em;
  display: block;
  padding: 1.2em 1em;
  background: #fff;
  border-radius: 1em;
  color: #4682B4;
}
.c-minoriClubAccess__flex__txt .telBox .catch {
  font-size: 1.22em;
}
@media only screen and (max-width: 960px) {
  .c-minoriClubAccess__flex {
    flex-wrap: wrap;
  }
  .c-minoriClubAccess__flex__map {
    width: 100%;
    min-height: 400px;
  }
  .c-minoriClubAccess__flex__txt {
    margin-top: 2em;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .c-minoriClubAccess::before {
    width: 75vw;
    height: 8vw;
  }
}
.c-accessBox {
  display: flex;
  justify-content: space-between;
}
.c-accessBox__map {
  width: 50%;
}
.c-accessBox__map iframe {
  border-radius: 2em;
  width: 100%;
  min-height: 417px;
}
.c-accessBox__txt {
  width: 46%;
}
.c-accessBox__txt .name {
  font-size: 1.45em;
}
.c-accessBox__txt .name.home {
  color: #5C9917;
}
.c-accessBox__txt .name.nyujiin {
  color: #915100;
}
.c-accessBox__txt .name.minori {
  color: #4682B4;
}
.c-accessBox__txt .name.kanada {
  color: #B4AD00;
}
.c-accessBox__txt .address {
  margin-top: 1em;
}
.c-accessBox__txt .tel,
.c-accessBox__txt .fax {
  margin-top: 2em;
  display: block;
  line-height: 1;
}
.c-accessBox__txt .tel .tag,
.c-accessBox__txt .fax .tag {
  background: #fff;
  padding: 0.25em 2em;
  border-radius: 100px;
  text-align: center;
  margin-right: 1em;
}
.c-accessBox__txt .info {
  margin-top: 2em;
  border-radius: 1em;
  background: #fff;
  padding: 1.5em 2em;
}
@media only screen and (max-width: 960px) {
  .c-accessBox {
    flex-wrap: wrap;
  }
  .c-accessBox__map {
    width: 100%;
  }
  .c-accessBox__txt {
    margin-top: 2em;
    width: 100%;
  }
}
.c-tel {
  font-size: 2.2em;
  line-height: 1;
  display: table;
}
.c-tel.minori {
  color: #4682B4;
}
.c-tel.kanada {
  color: #B4AD00;
}

/* ----------------------------------------
Project
プロジェクト固有のパターンであり、いくつかのComponentと、
それに該当しない要素によって構成されるものを定義します。
例えば、記事一覧や、ユーザープロフィール、画像ギャラリーなどコンテンツを構成する要素などが該当します。
articles/ranking/promo...
---------------------------------------- */
.p-pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999999;
}
.p-pagetop:hover {
  cursor: pointer;
}

/* ----------------------------------------
Utility
ComponentとProjectレイヤーのObjectのモディファイアで
解決することが難しい・適切では無い、わずかなスタイルの調整のための便利クラスなどを定義します。
clearfix/display/margin...
---------------------------------------- */
@media only screen and (max-width: 1400px) {
  .u-display-mobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .u-display-pc {
    display: none;
  }
}
.u-link-disabled {
  pointer-events: none;
  text-decoration: none;
}
.u-align-center {
  text-align: center;
}
.u-align-left {
  text-align: left;
}
.u-align-right {
  text-align: right;
}

.home .c-top__visual::before {
  background: url(../images/home/fv-bg.svg) no-repeat top/cover;
}
.home .greeting {
  background: #E2FFDA;
}
.home .greeting__txt {
  text-align: center;
  font-size: 1.33em;
  line-height: 2.4;
}
@media only screen and (max-width: 768px) {
  .home .greeting__txt {
    font-size: 1.2em;
  }
  .home .greeting__txt br {
    display: none;
  }
}
.home .facility {
  background: #E2FFDA;
  padding-top: 0;
  position: relative;
  padding-bottom: 15vw;
}
.home .facility::before {
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 6.5vw;
  position: absolute;
  background: url(../images/common/section-semicircle.svg) no-repeat top/cover;
}
.home .facility__flexBox {
  display: flex;
  justify-content: space-between;
}
.home .facility__flexBox__item {
  width: 32.5%;
  background: #fff;
  border-radius: 2em;
  padding: 2em 3em;
  text-align: center;
}
.home .facility__flexBox__item .imgBox {
  margin-bottom: 1em;
}
.home .facility__flexBox__item a {
  width: 100%;
  font-size: 1.35em;
}
@media only screen and (max-width: 960px) {
  .home .facility__flexBox {
    flex-wrap: wrap;
  }
  .home .facility__flexBox__item {
    width: 100%;
  }
  .home .facility__flexBox__item:not(:first-of-type) {
    margin-top: 2em;
  }
}
.home .history {
  padding-bottom: 15vw;
  position: relative;
}
.home .history::before {
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 6.5vw;
  position: absolute;
  background: url(../images/common/section-semicircle-green.svg) no-repeat top/cover;
}
.home .access {
  background: #E2FFDA;
  position: relative;
  padding-bottom: 15vw;
}
.home .access::before {
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 6.5vw;
  position: absolute;
  background: url(../images/common/section-semicircle.svg) no-repeat top/cover;
}

.nyujiin .c-top__visual::before {
  background: url(../images/nyujiin/fv-bg.svg) no-repeat top/cover;
}
.nyujiin .c-top__visual::after {
  content: "";
  bottom: -18%;
  right: 5%;
  width: 326px;
  height: 326px;
  position: absolute;
  background: url(../images/nyujiin/illust-bear-sleeping.png) no-repeat top/cover;
  z-index: 1;
}
.nyujiin .c-top__visual--catch span {
  padding: 0.8em 1em;
  background: inherit;
  background: url(../images/nyujiin/bg-catch.png) no-repeat center/cover;
}
@media only screen and (max-width: 1400px) {
  .nyujiin .c-top__visual::after {
    width: 20vw;
    height: 20vw;
  }
}
.nyujiin .c-topPage__visual::before {
  background: url(../images/nyujiin/fv-bg.svg) no-repeat top/cover;
}
.nyujiin .c-topPage__visual::after {
  content: "";
  bottom: -18%;
  right: 5%;
  width: 326px;
  height: 326px;
  position: absolute;
  background: url(../images/nyujiin/illust-bear-sleeping.png) no-repeat top/cover;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  .nyujiin .c-topPage__visual::after {
    width: 20vw;
    height: 20vw;
  }
}
.nyujiin .news {
  background: #FCE5F0;
  overflow: hidden;
}
.nyujiin .philosophy__box {
  display: flex;
  justify-content: center;
}
.nyujiin .philosophy__box__item {
  min-width: 280px;
  min-height: 280px;
  margin: 0 1em;
  line-height: 2.5;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nyujiin .philosophy__box__item:nth-of-type(2) {
  top: 3em;
}
.nyujiin .philosophy__box__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  z-index: -1;
}
.nyujiin .philosophy__box__item.blue {
  color: #347E7E;
}
.nyujiin .philosophy__box__item.blue::before {
  background: url(../images/nyujiin/philosophy-circle-blue.svg) no-repeat center/cover;
}
.nyujiin .philosophy__box__item.yellow {
  color: #6E8927;
}
.nyujiin .philosophy__box__item.yellow::before {
  background: url(../images/nyujiin/philosophy-circle-yellow.svg) no-repeat center/cover;
}
.nyujiin .philosophy__box__item.red {
  color: #A34971;
}
.nyujiin .philosophy__box__item.red::before {
  background: url(../images/nyujiin/philosophy-circle-red.svg) no-repeat center/cover;
}
@media only screen and (max-width: 960px) {
  .nyujiin .philosophy__box {
    flex-wrap: wrap;
  }
  .nyujiin .philosophy__box__item:nth-of-type(2) {
    top: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .nyujiin .philosophy__box {
    gap: 2em 2em;
  }
  .nyujiin .philosophy__box__item {
    min-width: 45vw;
    min-height: 45vw;
  }
  .nyujiin .philosophy__box__item::before {
    width: 45vw;
    height: 45vw;
  }
}
@media only screen and (max-width: 768px) {
  .nyujiin .policy .c-listBox__item {
    padding-left: 5em;
  }
}
.nyujiin .ippo {
  position: relative;
}
.nyujiin .ippo::before {
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 6.5vw;
  position: absolute;
  background: url(../images/nyujiin/section-wave.svg) no-repeat top/cover;
}
.nyujiin .ippo .c-inner1280 {
  padding-bottom: 8em;
  position: relative;
}
.nyujiin .ippo .c-inner1280::before {
  content: "";
  bottom: -5%;
  right: -8%;
  width: 296px;
  height: 296px;
  position: absolute;
  background: url(../images/nyujiin/illust-bear-balloon.png) no-repeat center/cover;
  z-index: -1;
}
.nyujiin .ippo--txt {
  font-size: 150%;
}
.nyujiin .ippo__box {
  margin: 2em 0 6em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nyujiin .ippo__box__item {
  padding: 2.5em 1em;
  width: 48%;
  border-radius: 2em;
}
.nyujiin .ippo__box__item h3 {
  font-size: 150%;
}
.nyujiin .ippo__box__item .imgBox {
  margin: 1.5em 0;
  text-align: center;
}
.nyujiin .ippo__box__item p {
  font-size: 110%;
}
.nyujiin .ippo__box__item.red {
  background: #FCE5F0;
  color: #A34971;
}
.nyujiin .ippo__box__item.blue {
  background: #E3FAFA;
  color: #347E7E;
}
@media only screen and (max-width: 960px) {
  .nyujiin .ippo .c-inner1280::before {
    width: 35vw;
    height: 35vw;
  }
  .nyujiin .ippo__box__item {
    width: 100%;
  }
  .nyujiin .ippo__box__item:not(:first-of-type) {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .nyujiin .ippo--txt {
    font-size: 100%;
  }
  .nyujiin .ippo__box__item .imgBox {
    text-align: center;
  }
  .nyujiin .ippo__box__item .imgBox img {
    width: 20vw;
  }
}
.nyujiin .about {
  background: #E3FAFA;
}
.nyujiin .about .c-nyujiinImgTxt__container {
  margin-bottom: 4em;
}
.nyujiin .about .c-whiteBox {
  position: relative;
  z-index: 1;
}
.nyujiin .about .c-whiteBox::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  bottom: -12%;
  right: -4%;
  z-index: -1;
}
.nyujiin .about .c-whiteBox::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/nyujiin/illust-bunting.png) no-repeat top/cover;
}
.nyujiin .about .c-whiteBox:nth-of-type(2)::before {
  background: url(../images/nyujiin/illust-basket.png) no-repeat top/cover;
}
.nyujiin .about .c-whiteBox:nth-of-type(3)::before {
  background: url(../images/nyujiin/illust-star.png) no-repeat top/cover;
}
.nyujiin .about .c-whiteBox:nth-of-type(4)::before {
  background: url(../images/nyujiin/illust-strawhat.png) no-repeat top/cover;
}
.nyujiin .about .c-whiteBox h3 {
  color: #347E7E;
  font-size: 140%;
  margin-bottom: 1.5em;
}
.nyujiin .about .c-whiteBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nyujiin .about .c-whiteBox ul li {
  width: 49%;
  padding-left: 1em;
  position: relative;
  margin-bottom: 1em;
}
.nyujiin .about .c-whiteBox ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #D6D6D6;
  border-radius: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.nyujiin .about .flexBox {
  display: flex;
  justify-content: space-between;
}
.nyujiin .about .flexBox__item {
  width: 48%;
  background: #F2F2F2;
  border-radius: 1em;
  padding: 2em;
}
.nyujiin .about .flexBox__item .title {
  height: 72px;
  font-size: 1.14em;
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}
.nyujiin .about .flexBox__item table tr th {
  text-align: center;
  vertical-align: middle;
}
.nyujiin .about .flexBox__item table tr td {
  font-size: 1.45em;
}
.nyujiin .about .flexBox__item:nth-of-type(2) .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nyujiin .about .flexBox__item .c-exLink {
  font-size: 0.78em;
}
.nyujiin .about .flexBox__item .c-exLink:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 960px) {
  .nyujiin .about .c-whiteBox::after {
    width: 20vw;
    height: 20vw;
  }
  .nyujiin .about .c-whiteBox ul li {
    width: 100%;
  }
  .nyujiin .about .flexBox {
    flex-wrap: wrap;
  }
  .nyujiin .about .flexBox__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nyujiin .about .flexBox__item:not(:first-of-type) {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .nyujiin .about .c-whiteBox::before {
    width: 25vw;
    height: 25vw;
  }
  .nyujiin .about .c-whiteBox ul li::before {
    width: 2vw;
    height: 2vw;
  }
}
.nyujiin .details {
  background: url(../images/nyujiin/bg-sun.png) no-repeat top 5em right, url(../images/nyujiin/bg-car.png) no-repeat top 40em left, url(../images/nyujiin/bg-rainbow.png) no-repeat top 85em right;
  background-color: #E3FAFA;
}
@media only screen and (max-width: 1400px) {
  .nyujiin .details {
    background: url(../images/nyujiin/bg-sun.png) no-repeat top 5em right, url(../images/nyujiin/bg-car.png) no-repeat top 98em left, url(../images/nyujiin/bg-rainbow.png) no-repeat top 40em right;
    background-color: #E3FAFA;
  }
}
@media only screen and (max-width: 960px) {
  .nyujiin .details {
    background: url(../images/nyujiin/bg-sun.png) no-repeat top 5em right, url(../images/nyujiin/bg-car.png) no-repeat top 100em left -9em, url(../images/nyujiin/bg-rainbow.png) no-repeat top 40em right;
    background-color: #E3FAFA;
    background-size: 40%, 40%, 40%;
  }
}
@media only screen and (max-width: 768px) {
  .nyujiin .details {
    background: url(../images/nyujiin/bg-sun.png) no-repeat top 5em right, url(../images/nyujiin/bg-car.png) no-repeat top 111em left, url(../images/nyujiin/bg-rainbow.png) no-repeat top 40em right;
    background-color: #E3FAFA;
    background-size: 40%, 40%, 40%;
  }
}
.nyujiin .event {
  background: #F6FFDA;
}
.nyujiin .daily {
  background: #F6FFDA;
  z-index: 1;
  overflow: hidden;
}
.nyujiin .daily::after {
  content: "";
  bottom: -6.5vw;
  left: 0;
  width: 30vw;
  height: 30vw;
  position: absolute;
  background: url(../images/nyujiin/illust-train.svg) no-repeat top/cover;
  z-index: -1;
}
.nyujiin .action {
  background: #FCE5F0;
}
.nyujiin .recruit {
  background: #FCE5F0;
}
.nyujiin .recruit .c-whiteBox {
  margin-bottom: 0;
}
.nyujiin .recruit__txt p br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nyujiin .recruit__txt p br {
    display: block;
  }
}
.nyujiin .access {
  background: #FCE5F0;
}
.nyujiin .cms {
  background: #FCE5F0;
}
.nyujiin .cms .utility {
  background: #fff;
  border-radius: 2em;
  padding: 3em;
  border: 2px solid #FFE8EF;
}
@media only screen and (max-width: 768px) {
  .nyujiin .cms .utility {
    padding: 2em;
  }
}
.nyujiin .cms .entry {
  padding: 4em 3em 2em;
  position: relative;
  background: #fff;
  border-radius: 2em;
}
.nyujiin .cms .entry .content .icon-banner a img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .nyujiin .cms .entry {
    padding: 2em;
  }
}
.nyujiin .cms .calender td a {
  display: block;
  border-radius: 0.5em;
  background-color: #fff;
  text-decoration: none;
}
.nyujiin .cms .content h2,
.nyujiin .cms .content h3,
.nyujiin .cms .content h4,
.nyujiin .cms .content h5,
.nyujiin .cms .content h6,
.nyujiin .cms .content p,
.nyujiin .cms .content ul,
.nyujiin .cms .content ol,
.nyujiin .cms .content li,
.nyujiin .cms .content dl,
.nyujiin .cms .content dt,
.nyujiin .cms .content dd {
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .nyujiin .cms .utility {
    width: 100%;
  }
}

.minori .c-top__visual::before {
  background: url(../images/minori/fv-bg.svg) no-repeat top/cover;
}
.minori .philosophy {
  background: #E3FAFA;
}
.minori .policy {
  background: #E3FAFA;
}
.minori .target {
  background: #E3FAFA;
}
.minori .event {
  background: #F6FFDA;
}
.minori .daily {
  background: #F6FFDA;
}
.minori .childcare .c-moreBtn {
  margin-top: 3em;
  width: 100%;
  max-width: 480px;
  padding: 1.5em 1em;
}
.minori .minoriClub .c-table {
  margin-top: 3em;
}
.minori .minoriClub .c-minoriClubAccess {
  margin-top: 3em;
}
.minori .recruit {
  background: #E3FAFA;
}
.minori .recruit .c-tel {
  margin: 0.5em auto 0;
}
.minori .access {
  background: #E3FAFA;
}

.kanada .c-top__visual::before {
  background: url(../images/kanada/fv-bg.svg) no-repeat top/cover;
}
.kanada .philosophy {
  background: #F6FFDA;
}
.kanada .policy {
  background: #F6FFDA;
}
.kanada .target {
  background: #F6FFDA;
}
.kanada .event {
  background: #E3FAFA;
}
.kanada .daily {
  background: #E3FAFA;
}
.kanada .recruit {
  background: #F6FFDA;
}
.kanada .recruit .c-tel {
  margin: 0.5em auto 0;
}
.kanada .access {
  background: #F6FFDA;
}