@charset "UTF-8";
/* CSS Document */
.Bnr {
  transition: 1s;
  opacity: 0;
  display: none;
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 100;
  transition: 1s;
}
.Bnr.show {
  display: block;
  opacity: 1;
}
.Bnr .Bnr__img {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 60%;
  max-width: 650px;
  transform: translate(1%, -1%);
}
@media screen and (max-width: 1280px) {
  .Bnr .Bnr__img {
    bottom: 8%;
    transform: translate(1%, 0%);
  }
}
@media screen and (max-width: 768px) {
  .Bnr .Bnr__img {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 760px) {
  .Bnr .Bnr__img {
    width: 90%;
  }
}
.Bnr .Bnr__img__inner {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.Bnr .Bnr__img__inner a {
  display: block;
}
.Bnr .Bnr__img p.close2 {
  top: -15px;
  right: -15px;
  position: absolute;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 760px) {
  .Bnr .Bnr__img p.close2 {
    top: -10px;
    right: -10px;
    width: 20px;
  }
}

.bnrCampaign {
  position: fixed;
  background: rgba(45, 45, 45, 0.8);
  width: 100%;
  height: 100%;
  bottom: 0%;
  box-sizing: border-box;
  padding-bottom: 10px;
  z-index: 9999999;
}

.bnrCampaign .bnr {
  opacity: 1;
  max-width: 600px;
  width: 75%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}

.bnrCampaign .bnr span.close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  /* width: 30px; */
  padding: 0.45em 0.25em;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
  font-size: 28px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bnrCampaign .bnr {
    width: 90%;
    padding: 0 0 10px;
  }
  .bnrCampaign .bnr span.close {
    /* width: 20px; */
    font-size: 20px;
  }
}
/* info 夏季休業 start */
.info {
  padding: 1em 0 0 0;
  text-align: center;
  color: #f00;
}

/* info 夏季休業 end */
.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1.5s;
}

.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

#home_2 .section2 .sp_on {
  display: inline;
}
@media screen and (min-width: 769px) {
  #home_2 .section2 .sp_on {
    display: none;
  }
}
#home_2 .pc_on {
  display: none;
}
@media screen and (min-width: 769px) {
  #home_2 .pc_on {
    display: inline;
  }
}
#home_2 section {
  width: 100%;
  position: relative;
}
#home_2 section.mv-block {
  margin: auto;
}
#home_2 section.mv-block video {
  width: 100%;
  max-width: 980px;
  display: block;
  line-height: 0;
  margin: auto;
}
#home_2 section.sec_catch {
  margin: 0;
  padding: 1.5em 0 1em;
  background: #375B49;
}
@media screen and (min-width: 769px) {
  #home_2 section.sec_catch {
    padding: 3em 0 2.5em;
  }
}
#home_2 section.sec_catch .point {
  margin: 0 auto;
  width: 90%;
  max-width: 1080px;
}
#home_2 section.sec01 .bg01, #home_2 section.sec02 .bg01 {
  content: "";
  width: 95%;
  max-width: 1080px;
  position: absolute;
  top: 4em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  #home_2 section.sec01 .bg01, #home_2 section.sec02 .bg01 {
    top: 5em;
  }
}
#home_2 section.sec01 .bg01 img, #home_2 section.sec02 .bg01 img {
  width: 100%;
  height: auto;
  line-height: 0;
}
#home_2 section.sec01 .wrap, #home_2 section.sec02 .wrap {
  position: relative;
  z-index: 2;
}
#home_2 section.sec01 .wrap .ttl-box, #home_2 section.sec02 .wrap .ttl-box {
  color: #FFF;
}
#home_2 section.sec01 {
  margin: 0;
  padding: 3em 0;
  background: #6BB9D3;
}
@media screen and (min-width: 769px) {
  #home_2 section.sec01 {
    padding: 6em 0;
  }
}
#home_2 section.sec02 {
  margin: 0;
  padding: 3em 0;
  background: #EBB320;
}
@media screen and (min-width: 769px) {
  #home_2 section.sec02 {
    padding: 6em 0;
  }
}
#home_2 section.sec03 {
  margin: 0;
  padding: 3em 0;
  background: #D5E8C6;
}
@media screen and (min-width: 769px) {
  #home_2 section.sec03 {
    padding: 6em 0;
  }
}
#home_2 section.sec03 .wrap2 {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 2em;
}
#home_2 section.sec03 .wrap2 .ttl-box {
  margin: 0 auto 2em;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #home_2 section.sec03 .wrap2 .ttl-box {
    margin: 0;
    width: calc(30% - 2em);
  }
}
#home_2 section.sec03 .wrap2 .ttl-box dt {
  color: #204800;
}
@media screen and (min-width: 769px) {
  #home_2 section.sec03 .wrap2 .ttl-box dt {
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  #home_2 section.sec03 .wrap2 .ttl-box dd {
    padding-right: 0.5em;
    text-align: right;
  }
}
#home_2 section.sec03 .wrap2 .bnr-box {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #home_2 section.sec03 .wrap2 .bnr-box {
    margin: 0;
    width: 70%;
  }
}
#home_2 section.voice-slide {
  padding: 3em 0 !important;
  background: #4A82A8 !important;
}
@media screen and (min-width: 769px) {
  #home_2 section.voice-slide {
    padding: 6em 0 !important;
  }
}
#home_2 section.voice-slide .ttl-box {
  color: #FFF;
}
#home_2 section.sec_info {
  padding: 3em 0 0 !important;
  background: #FFF !important;
}
@media screen and (min-width: 769px) {
  #home_2 section.sec_info {
    padding: 6em 0 0 !important;
  }
}
#home_2 section.sec_request .wrap {
  padding: 0 !important;
}
#home_2 section .wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1080px !important;
}
#home_2 section .ttl-box {
  margin: 0 auto 2em;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #home_2 section .ttl-box {
    margin: 0 auto 4em;
  }
}
#home_2 section .ttl-box dt {
  margin: 0;
  font-size: min(5svw, 32px);
  letter-spacing: 0.1em;
  line-height: 1.6;
}
#home_2 section .ttl-box dd {
  margin: 1em 0 0;
  font-size: min(2.4svw, 12px);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#home_2 section .bnr-box {
  margin: 0 auto;
  width: 100%;
  max-width: 840px;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (min-width: 769px) {
  #home_2 section .bnr-box {
    gap: 2em;
  }
}
#home_2 section.koudou {
  background: url(../images/home02/bg-koudou.png) no-repeat 0 0;
  background-size: cover;
  padding: 1em 0;
  width: 100%;
  max-width: 980px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #home_2 section.koudou {
    padding: 2em 0;
  }
}
#home_2 section.koudou h1 {
  max-width: 680px;
  width: 90%;
  margin: 0 auto;
}
#home_2 section.koudou2 {
  background: #365947;
  padding: 2em 0;
  width: 100%;
  max-width: 980px;
  margin: auto;
}
#home_2 section.koudou2 div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  width: 90%;
  max-width: 730px;
  margin: auto;
}
#home_2 section.koudou2 div a {
  display: block;
  min-width: 45%;
  width: calc((480px - 100%) * 1000);
  max-width: 100%;
}
#home_2 section.koudou3 {
  background: #FFF100;
  padding: min(2vw, 1em) 0 min(6vw, 3em);
  width: 100%;
  max-width: 980px;
  margin: auto;
}
#home_2 section.koudou3 div {
  width: 90%;
  max-width: 980px;
  margin: auto;
  padding: min(4vw, 2em) 0;
}
#home_2 section.koudou3 div.lead-txt1, #home_2 section.koudou3 div.lead-txt2 {
  border-bottom: solid 1px #004097;
}
#home_2 section.koudou3 div.lead-txt1 img, #home_2 section.koudou3 div.lead-txt2 img {
  width: 80%;
  height: auto;
  margin: auto;
}
#home_2 section.koudou3 div.lead-txt2 img {
  width: 80%;
}
@media screen and (min-width: 769px) {
  #home_2 section.koudou3 div.lead-txt2 img {
    width: 70%;
  }
}
#home_2 section.koudou3 div.lead-txt3 {
  padding: 0;
}
#home_2 section.koudou3 div.lead-txt3 picture {
  padding: 2em 0;
  display: block;
  border-bottom: dotted 1px #231815;
}
#home_2 section.koudou3 div.lead-txt3 picture:last-child {
  border-bottom: none;
}
#home_2 section.koudou3 div.lead-txt3 picture img {
  width: 90%;
  height: auto;
  margin: auto;
}
#home_2 section.koudou3 div.lead-txt4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2%;
  padding: 0;
  margin: auto;
}
#home_2 section.koudou3 div.lead-txt4 img {
  width: 100%;
  padding: 2em 0;
  display: block;
}
@media screen and (min-width: 769px) {
  #home_2 section.koudou3 div.lead-txt4 img {
    width: 48%;
  }
}
#home_2 section.koudou3 div.lead-txt4 img:first-child {
  border-bottom: dotted 1px #aaa;
}
@media screen and (min-width: 769px) {
  #home_2 section.koudou3 div.lead-txt4 img:first-child {
    border-bottom: none;
  }
}
#home_2 section.koudou3 .lead-note {
  width: 90%;
  max-width: 980px;
  margin: auto;
  font-size: min(3svw, 15px);
  line-height: 1.5;
}
#home_2 section.bnr-box {
  background: #F3F3F1;
  padding: 1em 0;
}
@media screen and (min-width: 769px) {
  #home_2 section.bnr-box {
    padding: 3em 0;
  }
}
#home_2 section.bnr-box p {
  max-width: 1004px;
  width: 90%;
  margin: 0 auto;
}
#home_2 section.plan, #home_2 section.access, #home_2 section.other {
  padding: 3em 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #home_2 section.plan, #home_2 section.access, #home_2 section.other {
    padding: 5em 0 0 0;
  }
}
#home_2 section.plan .left,
#home_2 section.plan .right, #home_2 section.access .left,
#home_2 section.access .right, #home_2 section.other .left,
#home_2 section.other .right {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #home_2 section.plan .left,
  #home_2 section.plan .right, #home_2 section.access .left,
  #home_2 section.access .right, #home_2 section.other .left,
  #home_2 section.other .right {
    width: 49%;
  }
}
#home_2 section.plan .left, #home_2 section.access .left {
  padding: 0 3% 1em;
  position: relative;
}
@media screen and (min-width: 769px) {
  #home_2 section.plan .left, #home_2 section.access .left {
    padding: 3em 0 5em 10%;
  }
}
#home_2 section.plan .left::after, #home_2 section.access .left::after {
  content: "";
  width: 65px;
  height: 65px;
  background: url(../images/home02/kazari01.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: -2em;
  right: 1em;
}
@media screen and (min-width: 769px) {
  #home_2 section.plan .left::after, #home_2 section.access .left::after {
    width: 128px;
    height: 128px;
    top: 0;
  }
}
#home_2 section.plan .left h2, #home_2 section.access .left h2 {
  margin: 0 0 1em 1.5em;
  line-height: 1.3;
  color: #485C52;
}
@media screen and (min-width: 769px) {
  #home_2 section.plan .left h2, #home_2 section.access .left h2 {
    margin: 0 0 3em;
  }
}
#home_2 section.plan .left h2 span, #home_2 section.access .left h2 span {
  display: block;
}
#home_2 section.plan .left h2 span.ja, #home_2 section.access .left h2 span.ja {
  font-size: min(3.2svw, 16px);
  margin: 0 0 1em;
}
#home_2 section.plan .left h2 span.en, #home_2 section.access .left h2 span.en {
  font-size: min(6.7svw, 48px);
}
#home_2 section.plan .left .copy, #home_2 section.access .left .copy {
  font-size: min(4svw, 22px);
  margin: 0 0 1em 1.5em;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  #home_2 section.plan .left .copy, #home_2 section.access .left .copy {
    margin: 0 0 2em;
  }
}
#home_2 section.plan .right, #home_2 section.access .right {
  padding: 1em 3% 30px;
}
@media screen and (min-width: 769px) {
  #home_2 section.plan .right, #home_2 section.access .right {
    padding: 3em 0 70px;
  }
}
#home_2 section.plan .right .photo, #home_2 section.access .right .photo {
  position: relative;
}
#home_2 section.plan .right .photo .cap, #home_2 section.access .right .photo .cap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1em;
  font-size: 2.4svw, 12px;
}
#home_2 section.plan .right .photo img, #home_2 section.access .right .photo img {
  width: 100%;
}
#home_2 section.plan .right .slider li img, #home_2 section.access .right .slider li img {
  width: 100%;
}
#home_2 section.plan .more, #home_2 section.access .more {
  width: 60%;
  margin: 1.5em 0 0 40%;
  border: 1px solid #7B9387;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 769px) {
  #home_2 section.plan .more, #home_2 section.access .more {
    max-width: 350px;
    width: 80%;
    margin: 0;
  }
}
#home_2 section.plan .more a, #home_2 section.access .more a {
  display: block;
  font-size: min(3.2svw, 16px);
  text-align: center;
  padding: 0.5em 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  #home_2 section.plan .more a, #home_2 section.access .more a {
    padding: 1em 0;
  }
}
#home_2 section.plan .more a::after, #home_2 section.access .more a::after {
  content: "";
  width: 6px;
  height: 12px;
  background: url(../images/home02/ico-arrow.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
}
#home_2 section.plan::after {
  content: "";
  width: 70%;
  height: 75%;
  background: rgba(235, 179, 32, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #home_2 section.plan::after {
    height: 60%;
    width: 80%;
  }
}
#home_2 section.plan .left ul {
  margin: 0;
  position: absolute;
  top: 2em;
  right: 3%;
  width: 45%;
}
@media screen and (min-width: 769px) {
  #home_2 section.plan .left ul {
    margin: 0 0 5em;
    position: static;
    width: auto;
  }
}
#home_2 section.plan .left ul li {
  background: url(../images/home02/bg-merit.png) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  font-size: min(4svw, 24px);
  margin: 0 0 3px;
  text-align: center;
  padding: 0.15em 0;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #home_2 section.plan .left ul li {
    max-width: 350px;
    width: 80%;
  }
}
#home_2 section.plan .left ul li span {
  font-size: min(3svw, 16px);
}
#home_2 section.access::after {
  content: "";
  width: 70%;
  height: 75%;
  background: rgba(107, 185, 211, 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #home_2 section.access::after {
    height: 60%;
    width: 80%;
  }
}
#home_2 section.access .left {
  padding: 0 3%;
}
#home_2 section.other .left, #home_2 section.other .right {
  padding: 2em 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  #home_2 section.other .left, #home_2 section.other .right {
    padding: 5em 0;
  }
}
#home_2 section.other .left::before, #home_2 section.other .right::before {
  content: "";
  width: 65px;
  height: 65px;
  background: url(../images/home02/kazari03.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  #home_2 section.other .left::before, #home_2 section.other .right::before {
    display: none;
  }
}
#home_2 section.other .left::after, #home_2 section.other .right::after {
  content: "";
  width: 65px;
  height: 65px;
  background: url(../images/home02/kazari02.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  #home_2 section.other .left::after, #home_2 section.other .right::after {
    width: 108px;
    height: 108px;
    right: -1em;
  }
}
#home_2 section.other .left h2, #home_2 section.other .right h2 {
  margin: 0 0 1em;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #home_2 section.other .left h2, #home_2 section.other .right h2 {
    margin: 0 0 3em;
  }
}
#home_2 section.other .left h2 span, #home_2 section.other .right h2 span {
  display: block;
}
#home_2 section.other .left h2 span.ja, #home_2 section.other .right h2 span.ja {
  font-size: min(4.6svw, 28px);
}
#home_2 section.other .left h2 span.en, #home_2 section.other .right h2 span.en {
  font-size: min(2.4svw, 12px);
}
#home_2 section.other .left {
  background: #EEF4E9;
}
#home_2 section.other .left h2 span.ja {
  color: #204800;
}
#home_2 section.other .left .bnr {
  width: 90%;
  margin: 0 auto;
}
#home_2 section.other .right {
  background: #E2EBF0;
}
#home_2 section.other .right h2 span.ja {
  color: #21577C;
}
#home_2 section.other .right .vs_slick li {
  padding: 0 0.5em;
}

.slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0;
}

.slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0;
}

.slick-dots li button:before {
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  opacity: 1;
  color: white;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #4183B1;
}/*# sourceMappingURL=home.css.map */