@charset "UTF-8";
/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
.htmlarea {
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* ---  --- */
.fs-16-24 {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 880), 24px);
}

/* -------------------------------
	main title
-------------------------------- */
.title-1 {
  color: #201c17;
  line-height: 1.3;
  padding-left: 0.7em;
  position: relative;
}
.title-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.2em;
  height: 100%;
  border-radius: 0.1em;
  background-color: #51aa52;
}

.title-2 {
  display: flex;
  align-items: center;
}
.title-2:before {
  content: "";
  width: 2em;
  height: 2em;
  display: block;
  margin-right: 0.5em;
  background-image: url("../images/common/icon001.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.title-2.icon2:before {
  background-image: url("../images/common/icon002.png");
}

.title-hh-1 {
  line-height: 1.5;
  text-align: center;
}
.title-hh-1 > small {
  font-size: 0.6em;
  display: block;
}
.title-hh-1:before {
  content: "";
  display: block;
  width: 1.625em;
  height: 1.625em;
  margin: 0 auto;
  background-image: url("../images/common/ttl_icon_001.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

/* タイトル用フォントサイズ */
.ttl-fs-1 {
  font-size: 1.5625rem;
}
@media print, screen and (min-width: 768px) {
  .ttl-fs-1 {
    font-size: 2.1875rem;
  }
}
@media print, screen and (min-width: 992px) {
  .ttl-fs-1 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .ttl-fs-1 {
    font-size: 3.125rem;
  }
}

.title-hh-2 {
  font-size: 1em;
}



.title-hh-3 {
  line-height: 1.5;
  text-align: center;
}
.title-hh-3 > small {
  font-size: 0.6em;
  display: block;
}



/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-xl {
  max-width: 1500px;
  width: 100%;
  padding-left: calc(15px + 83 * (100vw - 320px) / 1180);
  padding-right: calc(15px + 83 * (100vw - 320px) / 1180);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1500px) {
  .container-fluid-xl {
    padding-left: 98px;
    padding-right: 98px;
  }
}

/* --- row --- */
.row-gallery {
  margin-left: calc(-5px - 10 * (100vw - 320px) / 880);
  margin-right: calc(-5px - 10 * (100vw - 320px) / 880);
}
.row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
  padding-left: calc(5px + 10 * (100vw - 320px) / 880);
  padding-right: calc(5px + 10 * (100vw - 320px) / 880);
  margin-bottom: calc(10px + 20 * (100vw - 320px) / 880);
}
@media print, screen and (min-width: 1200px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

/* --- form --- */
/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual {
  padding-top: 50px;
  padding-bottom: min(calc(50px + 50 * (100vw - 320px) / 1000), 100px);
  position: relative;
  overflow: hidden;
  /*height: 100vh;
  @supports (height: 100dvh) {
    height: 100dvh;
  }*/
}
@media print, screen and (min-width: 992px) {
  #mainvisual {
    padding-top: 170px;
  }
}
@media print, screen and (min-width: 1300px) {
  #mainvisual {
    padding-top: 205px;
  }
}
#mainvisual .bg-img {
  z-index: 10;
}
#mainvisual .bg1 {
  left: 0;
  top: 90px;
  width: min(17.05vw, 341px);
}
#mainvisual .bg2 {
  right: 10px;
  top: 188px;
  width: min(14.05vw, 281px);
}
#mainvisual .bg3 {
  left: 40px;
  bottom: 252px;
  width: min(11.3vw, 226px);
}
#mainvisual .bg4 {
  right: 0;
  bottom: 0;
  width: min(16.4vw, 328px);
}
#mainvisual .content {
  padding-top: min(3.846vw, 50px);
  max-width: 1320px;
  width: 90%;
  padding-bottom: min(calc(20px + 50 * (100vw - 320px) / 1000), 70px);
  margin: 0 auto;
  position: relative;
}
#mainvisual .content .photo {
  width: 100%;
  height: 45vh;
  border-radius: 100em;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #mainvisual .content .photo {
    height: auto;
    aspect-ratio: 11 / 5;
  }
}
#mainvisual .content .copy_txt .center {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  width: 69.469%;
  margin-left: -34.7348%;
}
#mainvisual .content .copy_txt .left {
  position: absolute;
  left: 0;
  bottom: -10%;
  z-index: 15;
  width: 31.66666%;
  margin-left: -3.7878%;
}
#mainvisual .content .copy_txt .right {
  position: absolute;
  right: 0;
  bottom: -10%;
  z-index: 15;
  width: 35.606%;
  margin-right: -3.7878%;
}
@media screen {
  #mainvisual .content .copy_txt.home_active .center {
    opacity: 0;
    mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
    mask-size: 200% 100%;
    -webkit-mask-size: 200% 100%;
    transition: 1s cubic-bezier(0.9, 0.09, 0.67, 0.93) 1.5s;
  }
  #mainvisual .content .copy_txt.home_active .left {
    opacity: 0;
    transform: translateY(50%);
  }
  #mainvisual .content .copy_txt.home_active .right {
    opacity: 0;
    transform: translateY(50%);
  }
  #mainvisual .content .copy_txt.home_active.is-active .left {
    opacity: 1;
    transform: translateY(0%);
    transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.6, 1.39) 0.3s, opacity 0.3s ease 0.3s;
  }
  #mainvisual .content .copy_txt.home_active.is-active .right {
    opacity: 1;
    transform: translateY(0%);
    transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.6, 1.39) 0.8s, opacity 0.3s ease 0.8s;
  }
  #mainvisual .content .copy_txt.home_active.is-active .center {
    opacity: 1;
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }
}

.home_train {
  height: 110px;
  background: url("../images/home/home_train_bg.png") no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}
.home_train .train {
  width: 150px;
  aspect-ratio: 223 / 96;
  background: url("../images/home/home_train.png") no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  animation: moveTrain 10s linear infinite;
}
@media print, screen and (min-width: 992px) {
  .home_train {
    height: 192px;
    background: url("../images/home/home_train_bg.png") no-repeat center center;
  }
  .home_train .train {
    width: 223px;
    animation: moveTrain 20s linear infinite;
  }
}
@media print, screen and (min-width: 2000px) {
  .home_train {
    background: url("../images/home/home_train_bg.png") no-repeat center center/100% 96px;
  }
}

@keyframes moveTrain {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-10vw);
  }
}
/* -------------------------------
	home
-------------------------------- */
.home_ttl_1 {
  font-size: 23px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home_ttl_1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .home_ttl_1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1300px) {
  .home_ttl_1 {
    font-size: 40px;
  }
}
.home_ttl_1 > small {
  font-size: 0.6em;
  display: block;
}
.home_ttl_1:before {
  content: "";
  display: block;
  width: 1.625em;
  height: 1.625em;
  margin: 0 auto;
  background-image: url("../images/common/ttl_icon_001.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

/* ---  --- */
.home_about {
  background-color: #96cb97;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home_about .bg1 {
  left: 11.6vw;
  top: 12.1vw;
  width: min(14.85vw, 297px);
}
.home_about .bg2 {
  right: 0;
  top: 17vw;
  width: min(25vw, 500px);
}
.home_about:before {
  content: "";
  width: 100%;
  aspect-ratio: 250 / 49;
  display: block;
  background-image: url("../images/home/home_about_bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.home_about .inner {
  max-width: 1727px;
  margin: 0 auto;
}
.home_about__row > .box {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .home_about__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .home_about__row > .box {
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_about__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .home_about__row > .box {
    flex: 0 0 33.33334%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 1300px) {
  .home_about__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
  }
  .home_about__row > .box {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.home_about__figure {
  max-width: 542px;
  width: 100%;
  aspect-ratio: 271 / 241;
  margin: 0 auto;
  position: relative;
}
.home_about__figure .image {
  width: 83%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}
.home_about__figure .image img {
  transition: transform 0.3s ease;
}
.home_about__figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 51.845%;
  aspect-ratio: 281 / 223;
  display: flex;
  flex-direction: column;
  background: url("../images/home/home_about__figure.svg") no-repeat center center/contain;
}
.home_about__figure figcaption p {
  font-weight: 700;
  font-size: min(calc(12px + 12 * (100vw - 320px) / 448), 24px);
  line-height: 1.875;
  text-align: center;
  margin: auto;
}
.home_about__figure figcaption p > span {
  display: inline;
  background-image: repeating-radial-gradient(circle, currentColor 0 1px, transparent 1px 8px);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 8px 8px;
  padding-bottom: 8px;
  /* テキストと丸点の間隔調整 */
}
.home_about__figure figcaption p i {
  font-size: 0.7em;
  margin-left: 0.5em;
}
.home_about__figure figcaption p.odd > span {
  background-image: repeating-radial-gradient(circle, #f1904c 0 1px, transparent 1px 8px);
}
.home_about__figure figcaption p.odd i {
  color: #f1904c;
}
.home_about__figure figcaption p.even > span {
  background-image: repeating-radial-gradient(circle, #96cb97 0 1px, transparent 1px 8px);
}
.home_about__figure figcaption p.even i {
  color: #96cb97;
}
@media print, screen and (min-width: 768px) {
  .home_about__figure figcaption p {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_about__figure figcaption p {
    font-size: min(calc(14px + 10 * (100vw - 992px) / 735), 24px);
  }
}
.home_about__figure:hover .image img {
  transform: scale(1.15);
}

/* ---  --- */
.home_info {
  position: relative;
}
.home_info__head {
  width: 100%;
  height: auto;
  aspect-ratio: 250 / 47;
  background-color: #96cb97;
  position: relative;
}
.home_info__head:before {
  content: "";
  position: absolute;
  left: 0;
  top: -35%;
  width: min(15.5vw, 310px);
  aspect-ratio: 155 / 164;
  background: url("../images/home/home_info_head_bg_2.png") no-repeat center center/contain;
}
.home_info__head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background-image: url("../images/home/home_info_head_bg_1.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.home_info__head .bg1 {
  position: absolute;
  top: 0;
  left: 27.35vw;
  width: min(9.5625vw, 153px);
  z-index: 10;
  animation: fuwafuwa 3s ease-in-out infinite;
}
.home_info__wrap {
  overflow: hidden;
}
.home_info__wrap > .bg1 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .home_info__wrap > .bg1 {
    display: block;
    position: absolute;
    top: min(11.1vw, 222px);
    right: 13.25vw;
    width: min(11.8vw, 236px);
  }
}
.home_info .home_info_content {
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.home_info .home_info_content:before, .home_info .home_info_content:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 338px;
  height: auto;
  aspect-ratio: 338 / 343;
  background: url("../images/home/home_info_icon_2.png") no-repeat center center/contain;
}
.home_info .home_info_content:before {
  left: 0;
  top: 0;
  transform: translate(-80%, -30%);
}
.home_info .home_info_content:after {
  right: 0;
  bottom: 0;
  transform: translate(80%, 15%);
}
@media print, screen and (min-width: 768px) {
  .home_info .home_info_content {
    padding: 30px 20px 30px 40px;
    border-radius: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_info .home_info_content {
    padding: 45px 20px 45px 50px;
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 1300px) {
  .home_info .home_info_content {
    padding: 65px 40px 65px 95px;
  }
}
.home_info .home_info_content .tab-content {
  display: none;
  height: 380px;
  padding-right: 4%;
  overflow-y: scroll;
}
.home_info .home_info_content .tab-content.active {
  display: block;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
    /* 上に10px移動 */
  }
}
.info_navi {
  width: 100%;
  padding: 0 25px;
  margin-bottom: 20px;
  position: relative;
}
.info_navi .nav-button {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  background: #51aa52;
  border: none;
  border-radius: 1em;
  outline: none;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.2s ease;
}
.info_navi .nav-button.hidden {
  opacity: 0.1;
}
.info_navi .prev {
  left: 0;
}
.info_navi .next {
  right: 0;
}
@media print, screen and (min-width: 992px) {
  .info_navi {
    padding: 0;
    margin-bottom: 40px;
  }
  .info_navi .nav-button {
    display: none;
  }
}
.info_navi__inner {
  overflow-y: visible;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.info_navi__inner::-webkit-scrollbar {
  display: none;
}
.info_navi__inner, .info_navi__inner * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.info_navi__list {
  font-size: 13px;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 7px 14px;
}
.info_navi__list > li {
  flex: none;
}
.info_navi__list > li > a {
  color: #fff;
  line-height: 1.3076923;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 4px 1em;
  border-radius: 10em;
  display: block;
  min-width: 110px;
  background-color: #7e7e7e;
  transition: opacity 0.3s ease;
  opacity: 0.5;
}
.info_navi__list > li > a:hover {
  color: #fff;
  opacity: 0.8;
}
.info_navi__list > li.active > a {
  color: #fff;
  opacity: 1;
}
@media print, screen and (min-width: 992px) {
  .info_navi__list {
    flex-wrap: wrap;
  }
}

.home_news_list {
  background-image: repeating-radial-gradient(circle, #e9e9e9 0 1px, transparent 1px 8px);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 8px 8px;
}
.home_news_list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-image: repeating-radial-gradient(circle, #e9e9e9 0 1px, transparent 1px 8px);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 8px 8px;
  padding: 30px 0;
}
.home_news_list__item > .date {
  padding-right: 24px;
}
.home_news_list__item > .cat {
  color: #fff;
  font-size: 13px;
  line-height: 1.3076923;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 4px 1em;
  border-radius: 10em;
  display: block;
  flex: 0 0 110px;
  background-color: #7e7e7e;
}
.home_news_list__item > .column {
  flex: 0 0 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home_news_list__item > .column .new {
  color: #e50010;
  font-size: 14px;
}
.home_news_list__item > .more {
  text-align: right;
  flex: 0 0 100%;
}
.home_news_list__item > .more .btn {
  font-size: 13px;
  padding: 0.25em 1em;
  border-radius: 10em;
}
.home_news_list__item > .more .btn i {
  font-size: 0.875em;
  margin-left: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .home_news_list__item > .column {
    padding-left: 90px;
    padding-right: 30px;
    position: relative;
  }
  .home_news_list__item > .column .new {
    position: absolute;
    left: 0;
    width: 90px;
    text-align: center;
  }
}
@media print, screen and (min-width: 992px) {
  .home_news_list__item {
    flex-wrap: nowrap;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home_news_list__item > .column {
    flex: 1 1 0;
  }
  .home_news_list__item > .more {
    flex: 0 0 auto;
  }
}

/* ---  --- */
.home_access__head {
  width: 100%;
  aspect-ratio: 200 / 33;
  background: url("../images/home/home_access_bg.svg") no-repeat center bottom/100% 100%;
}
.home_access__wrap {
  color: #fff;
  margin-top: -1px;
  padding-bottom: min(10vw, 130px);
  background-color: #65ab67;
}
.home_access__wrap h2 {
  font-size: 23px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .home_access__wrap h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .home_access__wrap h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1300px) {
  .home_access__wrap h2 {
    font-size: 40px;
  }
}
.home_access__wrap h2 > .in small {
  font-size: 0.6em;
  display: block;
}
.home_access__wrap h2:after {
  content: "";
  display: block;
  width: 1.625em;
  height: 1.625em;
  margin-left: 1em;
  background-image: url("../images/common/ttl_icon_001.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .home_access__wrap h2 {
    justify-content: flex-start;
  }
}
.home_access .googlemap {
  height: auto !important;
  padding-top: 67.899%;
  border-radius: 5%;
}

.home_access__txt1 {
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  background: url(../images/home/en001.png) no-repeat center center;
  background-size: cover;
}
.home_access__txt1 p {
  font-weight: 700;
  text-align: center;
  margin: auto;
}

.home_access__txt2 h3 {
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home_access__txt2 h3 {
    font-size: 21px;
  }
}
@media screen and (min-width: 992px) {
  .home_access__txt2 h3 {
    font-size: 23px;
  }
}
@media screen and (min-width: 1300px) {
  .home_access__txt2 h3 {
    font-size: 25px;
  }
}
.home_access__txt2 h3 > small {
  font-size: 14px!important;
}
@media screen and (min-width: 768px) {
  .home_access__txt2 h3 > small {
    font-size: 16px!important;
  }
}
@media screen and (min-width: 992px) {
  .home_access__txt2 h3 > small {
    font-size: 13px!important;
  }
}
@media screen and (min-width: 1300px) {
  .home_access__txt2 h3 > small {
    font-size: 18px!important;
  }
}


.home_access__txt2 p {
  font-weight: 700;
  line-height: 1.5625;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .home_access__txt2 h3, .home_access__txt2 p {
    text-align: left;
  }
}

.home_access__tel, .home_access__mail {
  text-align: center;
  width: 100%;
  max-width: 470px;
  height: 70px;
  display: flex;
  border-radius: 10em;
  margin: 0 auto;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .home_access__tel, .home_access__mail {
    margin: 0;
  }
}

.home_access__tel {
  margin-bottom: 15px;
}
.home_access__tel > .in {
  display: block;
  margin: auto;
}
.home_access__tel .telphone {
  color: #51aa52;
  font-size: 32px;
}
.home_access__tel .sub {
  color: #444444;
  font-size: 13px;
}

.home_access__mail > a {
  color: #51aa52;
  font-weight: 700;
  font-size: 24px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 10em;
  border: solid 2px #fff;
  background-color: #fff;
  transition: color 0.3s ease, background 0.3s ease;
}
.home_access__mail > a > .in {
  display: block;
  margin: auto;
}
.home_access__mail > a:hover {
  color: #fff;
  background-color: #51aa52;
}

/* -------------------------------
	お知らせ
-------------------------------- */
.information_content {
  overflow: hidden;
}

.gallery {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.gallery [class*=swiper]:focus {
  outline: none;
}
.gallery .slide-media, .gallery .thumb-media {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.gallery .slide-media img, .gallery .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .swiper-button-prev, .gallery .swiper-button-next {
  color: #fff;
  font-size: min(calc(12px + 13 * (100vw - 320px) / 980), 25px);
  width: 2em;
  height: 2em;
  margin-top: -1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery .swiper-button-prev:after, .gallery .swiper-button-next:after {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
}
.gallery .swiper-button-prev {
  left: 0.5em;
}
.gallery .swiper-button-prev:after {
  content: "\f104";
}
.gallery .swiper-button-next {
  right: 0.5em;
}
.gallery .swiper-button-next:after {
  content: "\f105";
}
.gallery .swiper-scrollbar {
  left: 0;
  width: 100%;
}
.gallery .swiper-main {
  overflow: visible;
}
.gallery .slide {
  border-radius: 15px;
  display: block;
  overflow: hidden;
}
.gallery .slide .slide-media {
  padding-top: 62.5%;
}
.gallery .slide .slide-media img {
  object-fit: contain;
}
.gallery .swiper-thumb {
  padding-top: 5px;
}
.gallery .swiper-thumb .thumb-media {
  padding-top: 75%;
  border-radius: 10px;
  overflow: hidden;
}
.gallery .swiper-thumb .thumb-media img {
  transition: opacity 0.3s ease;
}
.gallery .swiper-thumb .swiper-slide-thumb-active .thumb-media img {
  opacity: 0.5;
}

/**/
.info_box_1:before {
  border: solid 1px var(--danger);
  clip-path: polygon(0 0, 30% 0, 10% 50%, 90% 50%, 70% 0, 100% 0, 100% 100%, 0 100%);
}
.info_box_1 .ttl {
  color: var(--danger);
}

.info_box_2:before {
  border: solid 1px #333;
  clip-path: polygon(0 0, 30% 0, 10% 50%, 90% 50%, 70% 0, 100% 0, 100% 100%, 0 100%);
}
.info_box_2 .ttl {
  color: #333;
}

/* -------------------------------
	にじいろハウスの紹介
-------------------------------- */
/* --- ---*/
.outline_box_1 {
  position: relative;
  z-index: 0;
}
.outline_box_1 > .bg1 {
  width: 21.0714%;
  right: 0;
  top: 0;
  z-index: -1;
  transform: translate(20%, -120%);
}
.outline_box_1 > .bg2 {
  width: 27.7049%;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform: translate(-50%, 30%) scale(-1, 1);
}
.outline_box_1 .inner {
  padding: 5%;
  border-radius: min(calc(20px + 30 * (100vw - 320px) / 980), 50px);
  background-color: #fff;
}
.outline_box_1 .inner h4 {
  font-size: 1.2rem;
  text-align: center;
}

/**/
.outline_box_2 {
  padding: 5%;
  height: 100%;
  border-radius: min(calc(20px + 30 * (100vw - 320px) / 980), 50px);
  background-color: #fff;
}

/**/
.outline_box_3 {
  color: #fff;
  text-align: center;
  padding: 10% 5%;
  height: 100%;
  border: dotted 4px #fff;
  border-radius: min(calc(20px + 30 * (100vw - 320px) / 980), 50px);
}
.outline_box_3 h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

/* ---  --- */
.outline_overview {
  background-color: #96cb97;
}
.outline_overview:before, .outline_overview .sec_content__content {
  background-color: #fef8da;
}

/* -------------------------------
	一日の流れ
-------------------------------- */
.day_wrap {
  position: relative;
  z-index: 0;
}
.day_wrap .bg1 {
  left: 3vw;
  top: 2%;
  width: min(16.9vw, 338px);
  z-index: -1;
}
.day_wrap .bg2 {
  right: 3vw;
  top: 20%;
  width: min(16.9vw, 338px);
  z-index: -1;
}
.day_wrap .bg3 {
  left: -1vw;
  bottom: 0px;
  width: min(16.9vw, 338px);
  z-index: -1;
}
.day_wrap .bg4 {
  right: 0;
  bottom: 20%;
  width: min(25vw, 220px);
  z-index: -1;
}

/**/
.day_conten {
  height: 100%;
  border-radius: 15px;
  padding: 20px 15px;
  background-color: #fffbea;
}
.day_conten.orange {
  background-color: #f18f4d;
}
@media print, screen and (min-width: 768px) {
  .day_conten {
    padding: 50px 20px;
  }
}
.day_conten svg {
  width: 100%;
}
.day_conten svg .clock-border {
  stroke: #fff;
  stroke-width: 6;
  fill: none;
}
.day_conten svg .hour-hand {
  stroke: #fff;
  stroke-width: 7;
}
.day_conten svg .minute-hand {
  stroke: #fff;
  stroke-width: 5;
}
.day_conten svg .center-dot {
  fill: #fff;
}

/**/
.day_conten__item {
  padding-bottom: 20px;
  position: relative;
}
.day_conten__item:last-child {
  padding-bottom: 0;
}
.day_conten__item:before {
  content: "";
  position: absolute;
  left: 23px;
  top: 52px;
  bottom: 0;
  border-left: dotted 4px rgba(255, 255, 255, 0.5);
}
.day_conten__item .icon {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  align-items: center;
}
.day_conten__item .icon .time {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.day_conten__item .column {
  margin-left: 60px;
  margin-top: 20px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .day_conten__item {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
  .day_conten__item:before {
    display: none;
  }
  .day_conten__item .icon {
    flex: 0 0 120px;
  }
  .day_conten__item .column {
    flex: 1 1 0;
    margin: 0;
  }
}


.day_conten__item__box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 20px;
}


.day_conten__item__box svg {
  width: 50px !important;
}

.day_conten__item__box .icon {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.time {
  color: #fff;
}

.day_conten__item__class__morning,
.day_conten__item__class__afternoon {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.day_conten__item__box .column {
  flex: 3 1 0;
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}




/* -------------------------------
	療育について
-------------------------------- */
.features_head {
  position: relative;
}
.features_head .bg1 {
  left: 5vw;
  top: 10vw;
}
.features_head .bg1 > span {
  width: min(14.125vw, 226px);
}
.features_head .bg2 {
  right: 0;
  bottom: -5vw;
}
.features_head .bg2 > span {
  width: min(25vw, 300px);
}

.features_content__col {
  padding: 20px 15px;
  border-radius: 15px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .features_content__col {
    padding: 30px;
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .features_content__col {
    padding: 50px;
    border-radius: 50px;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_content__col {
    padding: 60px;
    border-radius: 60px;
  }
}
.features_content__col .photo {
  border-radius: 30px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .features_content__col .column {
    padding: 0 1em;
  }
}

/**/
.features_support {
  background-color: #96cb97;
}
.features_support:before, .features_support .sec_content__content {
  background-color: #fef8da;
}

/* -------------------------------
	ご利用方法・申請の流れ
-------------------------------- */
.flow_step .ttl > small {
  color: var(--orange);
  font-weight: 500;
}
.flow_step .ttl > span {
  color: var(--success);
}
.flow_step .photo {
  border-radius: 50%;
  position: relative;
}
.flow_step .photo:before {
  content: "";
  position: absolute;
  right: -20%;
  top: -10%;
  width: 60%;
  height: 60%;
  background: url("../images/common/bg-icon-002.png") no-repeat center center/contain;
}
.flow_step .photo img {
  border-radius: 50%;
}
.flow_step .photo.even:before {
  left: -20%;
  top: -10%;
  right: auto;
}

.flow_apply {
  position: relative;
}
.flow_apply .bg1 {
  right: 7vw;
  top: 8vw;
  width: min(11.3vw, 226px);
  transform: scale(-1, 1);
}
.flow_apply .bg2 {
  left: -1vw;
  top: 20%;
  width: min(15.5vw, 310px);
  transform: scale(-1, 1);
}
.flow_apply .bg3 {
  left: 1vw;
  bottom: 1vw;
  width: min(14.85vw, 240px);
}
.flow_apply .bg4 {
  right: -1vw;
  bottom: 20%;
  width: min(15.5vw, 310px);
  transform: scale(-1, 1);
}

.flow_apply__item {
  padding: 20px 15px;
  border-radius: 15px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .flow_apply__item {
    padding: 30px;
    border-radius: 20px;
    gap: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .flow_apply__item {
    gap: 0px 50px;
    padding: 30px 50px;
  }
}
.flow_apply__item .columns {
  display: flex;
  flex-direction: column;
}
.flow_apply__item .columns .inner {
  margin: auto 0;
}
.flow_apply__item h4 {
  margin-bottom: 0;
}
.flow_apply__item h4 + * {
  margin-top: 1rem;
}

/* 
 * スクロールエフェクト（CSS変数対応）
 */
:root {
  --amn-opacity: 0;
  --amn-opacity-active: 1;
  --amn-translateY: 50px;
  --amn-translateY-active: 0;
  --amn-translateX: 50px;
  --amn-translateX-active: 0;
  --amn-transition-duration: 1s;
  --amn-transition-ease: ease;
  --amn-mask-transition: 0.5s cubic-bezier(.9,.09,.67,.93);
  --amn-marker-bg: rgba(254,239,68,1);
  --amn-marker-bg-transparent: rgba(254,239,68,0);
  --amn-marker-transition: 3s ease;
}

@media screen {
  /* 横並びの要素を遅延して表示させる */
  .js-row-1 > * {
    opacity: var(--amn-opacity);
    transform: translateY(var(--amn-translateY));
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .js-row-1 > *.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  /* アニメーション: 上下左右 */
  .amn-fade-up,
  .amn-fade-down,
  .amn-fade-left,
  .amn-fade-right {
    opacity: var(--amn-opacity);
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }

  .amn-fade-up {
    transform: translateY(var(--amn-translateY));
  }
  .amn-fade-up.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-down {
    transform: translateY(calc(var(--amn-translateY) * -1));
  }
  .amn-fade-down.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-left {
    transform: translateX(var(--amn-translateX));
  }
  .amn-fade-left.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  .amn-fade-right {
    transform: translateX(calc(var(--amn-translateX) * -1));
  }
  .amn-fade-right.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  /* マスクエフェクト */
  .amn-lr-open {
    opacity: var(--amn-opacity);
    mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
    mask-size: 200% 100%;
    -webkit-mask-size: 200% 100%;
    transition: mask-position var(--amn-mask-transition);
  }
  .amn-lr-open.is-active {
    opacity: var(--amn-opacity-active);
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }

  /* マスクアップ */
  .amn-mask-up {
    display: inline-block;
    opacity: var(--amn-opacity);
    overflow: hidden;
  }
  .amn-mask-up > .is-span {
    display: inline-block;
    transform: translateY(101%);
    transition: transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .amn-mask-up.is-active {
    opacity: var(--amn-opacity-active);
  }
  .amn-mask-up.is-active > .is-span {
    transform: translateY(0%);
  }

  /* マーカーエフェクト */
  .amn-marker-yellow {
    background: linear-gradient(to bottom, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 50%, var(--amn-marker-bg) 50%, var(--amn-marker-bg) 90%, var(--amn-marker-bg-transparent) 90%, var(--amn-marker-bg-transparent) 100%);
    background-repeat: no-repeat;
    background-size: 200% 1em;
    background-position: 200% 0.5em;
    transition: background var(--amn-marker-transition);
    display: inline;
  }
  .amn-marker-yellow.is-active {
    background-position: 100% 0.5em;
  }
}
/*
 * シャッターエフェクト
 *
 */
@media screen {
  .amn-shutter {
    opacity: 0;
    position: relative;
    z-index: 0;
  }
  .amn-shutter .shutter__element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #73b400;
    z-index: 10;
    transform: scale(0, 1);
  }
  .amn-shutter .shutter__contents {
    opacity: 0;
    height: 100%;
  }
  .amn-shutter.amn-shutter_lr.is-active {
    opacity: 1;
  }
  .amn-shutter.amn-shutter_lr.is-active .shutter__element {
    animation: shutter2_lr_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_lr_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.amn-shutter_lr.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
  .amn-shutter.amn-shutter_rl.is-active {
    opacity: 1;
  }
  .amn-shutter.amn-shutter_rl.is-active .shutter__element {
    animation: shutter2_rl_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_rl_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.amn-shutter_rl.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
}
@keyframes shutter2_lr_1 {
  from {
    transform: scale(0, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_lr_2 {
  from {
    transform: scale(1, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_1 {
  from {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_2 {
  from {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_contents {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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


.day_conten__item__class__title {
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}

.text-blue {
  color: #007cd2!important;
}


.clock-blue {
  stroke: #007cd2!important;
}

.day_conten svg .center-dot.clock-blue {
  fill: #007cd2;
}



.text-orange {  
  color: #f18f4d!important;
}

.clock-orange {
  stroke: #f18f4d!important;
}

.day_conten svg .center-dot.clock-orange {
  fill: #f18f4d;
}

.sp {display: block;}

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




/*# sourceMappingURL=module.css.map */
