@charset "UTF-8";
main {
  padding-top: 0;
}

#mainvisual {
  position: relative;
  padding: 237px 0;
  width: 100%;
  color: #fff;
  background-color: rgb(111, 152, 204);
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  #mainvisual {
    padding: 22.7722772277vw 0;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual {
    padding: 19.4666666667vw 0;
  }
}
#mainvisual .mainvisual-inner {
  margin: 0 calc(50% - 140px) 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  #mainvisual .mainvisual-inner {
    margin-right: calc(50% - 13.8613861386vw);
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-inner {
    width: 69.3333333333vw;
    margin-right: 0;
  }
}
#mainvisual h1 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 7.2rem;
  text-shadow: 3px 3px 13px #000000;
  line-height: 1.1;
  white-space: nowrap;
  max-width: 645px;
  padding-left: 25px;
  margin-left: auto;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  #mainvisual h1 {
    font-size: 7.1287128713vw;
    padding-left: 2.4752475248vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual h1 {
    font-size: 7.4666666667vw;
    font-weight: 400;
    padding-left: 2.4752475248vw;
  }
}
#mainvisual .lead-text {
  color: #2f6abf;
  background-color: rgba(255, 255, 255, 0.8823529412);
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin-top: 20px;
  padding-right: 30px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  #mainvisual .lead-text {
    gap: 2.9702970297vw;
    margin-top: 1.9801980198vw;
    padding-right: 2.9702970297vw;
    font-size: 2.5742574257vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .lead-text {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.5px;
  }
}
#mainvisual .lead-text::before {
  background-color: #2f6abf;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  flex: 1;
}
#mainvisual .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#mainvisual .slider .slick-track {
  display: flex;
  justify-content: flex-start;
}
#mainvisual .slider .slider-item {
  padding-top: 730px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  #mainvisual .slider .slider-item {
    padding-top: 72.2772277228vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .slider .slider-item {
    padding-top: 80vw;
  }
}
#mainvisual .slider .slider-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 60%;
     object-position: 0% 60%;
  top: 0;
  left: 0%;
}
@media screen and (max-width: 768px) {
  #mainvisual .slider .slider-item img {
    -o-object-position: 10% 0%;
       object-position: 10% 0%;
  }
}
#mainvisual .slider .slider-item p {
  position: absolute;
  top: 10%;
  left: 7%;
  font-size: 41px;
  font-weight: bold;
  color: #1A4773;
}
#mainvisual .slider .slider-item p span {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  #mainvisual .slider .slider-item p {
    top: 7%;
    font-size: 1.8rem;
  }
  #mainvisual .slider .slider-item p span {
    font-size: 1.4rem;
  }
}
#mainvisual .slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  #mainvisual .slider .slick-dots {
    bottom: 1.9801980198vw;
    gap: 1.4851485149vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .slider .slick-dots {
    bottom: 5.3333333333vw;
    gap: 4vw;
  }
}
#mainvisual .slider .slick-dots > li {
  width: 12px;
  flex: 1;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  #mainvisual .slider .slick-dots > li {
    width: 0.9900990099vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .slider .slick-dots > li {
    width: 2.6666666667vw;
  }
}
#mainvisual .slider .slick-dots > li button {
  background: none;
  border: none;
  position: relative;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
#mainvisual .slider .slick-dots > li button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #f2f7fb;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4), 2px 3px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  #mainvisual .slider .slick-dots > li button::before {
    width: 0.9900990099vw;
    height: 0.9900990099vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .slider .slick-dots > li button::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
#mainvisual .slider .slick-dots > li.slick-active button::before {
  background-color: #3e73b6;
}

.about .border-box {
  padding: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .about .border-box {
    padding: 2.9702970297vw;
  }
}
@media screen and (max-width: 768px) {
  .about .border-box {
    padding: 4vw;
  }
}

.topics {
  background: url(/assets/img/index/bg_blossom.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0 110px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .topics {
    padding: 10.8910891089vw 0 9.900990099vw;
  }
}
@media screen and (max-width: 768px) {
  .topics {
    padding: 17.0666666667vw 0;
  }
}
.topics .m-textbox {
  margin-top: 40px;
  background-color: #ffffff;
  border: 1px solid #a0a0a0;
  padding: 20px 15px;
  height: 200px;
  overflow-y: auto;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .topics .m-textbox {
    margin-top: 3.9603960396vw;
    padding: 1.9801980198vw 1.4851485149vw;
    height: 19.801980198vw;
    font-size: 1.7821782178vw;
  }
}
@media screen and (max-width: 768px) {
  .topics .m-textbox {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw 4vw 5.3333333333vw 6.6666666667vw;
    height: 57.0666666667vw;
    font-size: 3.2vw;
  }
}
.topics .m-textbox p {
  position: relative;
  padding-left: 40px;
  line-height: 1.4;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .topics .m-textbox p {
    padding-left: 3.9603960396vw;
  }
}
@media screen and (max-width: 768px) {
  .topics .m-textbox p {
    padding-left: 8vw;
  }
}
.topics .m-textbox p::before {
  background-color: #4a5665;
  content: "";
  position: absolute;
  width: 12px;
  height: 5px;
  top: 8px;
  left: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .topics .m-textbox p::before {
    width: 1.1881188119vw;
    height: 0.495049505vw;
    top: 0.7920792079vw;
    left: 0.9900990099vw;
  }
}
@media screen and (max-width: 768px) {
  .topics .m-textbox p::before {
    width: 3.2vw;
    height: 1.3333333333vw;
    top: 2.1333333333vw;
    left: 0;
  }
}
.topics .m-textbox p a {
  color: #2374bb;
}
.topics .m-textbox p + p {
  margin-top: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .topics .m-textbox p + p {
    margin-top: 2.9702970297vw;
  }
}

.column2-box {
  margin: 40px 0;
  gap: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .column2-box {
    margin: 3.9603960396vw 0;
  }
}
@media screen and (max-width: 768px) {
  .column2-box {
    margin: 8vw 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .column2-box figure {
    flex: 1.1618;
  }
}

.cherry-box {
  color: #ffffff;
  background: url(/assets/img/index/bg_blossom.jpg) no-repeat center top;
  background-size: cover;
  padding: 30px;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .cherry-box {
    padding: 3.2vw 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .cherry-box {
    padding: 8vw 5.3333333333vw;
    margin: 5.3333333333vw 0;
  }
}
.cherry-box::before {
  background-color: rgba(0, 0, 0, 0.5215686275);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cherry-box::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  border: 1px solid #ffffff;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .cherry-box::after {
    top: 1.3861386139vw;
    left: 1.3861386139vw;
    right: 1.3861386139vw;
    bottom: 1.3861386139vw;
    border-width: 0.099009901vw;
  }
}
@media screen and (max-width: 768px) {
  .cherry-box::after {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
    border-width: 0.2666666667vw;
  }
}
.cherry-box > * {
  color: #ffffff !important;
  position: relative;
  z-index: 2;
}
.cherry-box > *:first-child {
  margin-top: 0 !important;
}
.cherry-box > *:nth-child(3) {
  font-size: 1.6rem;
}
.cherry-box > *:last-child {
  margin-bottom: 0 !important;
  font-size: 14px;
}
.cherry-box .copy-text {
  font-size: 1.6rem;
  margin: 40px 0 16px;
}
@media screen and (max-width: 768px) {
  .cherry-box .copy-text {
    margin: 40px 0 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .cherry-box iframe.movie {
    min-height: 228px;
  }
}
.cherry-box .movie-area {
  margin: 16px 0 8px;
}
@media screen and (max-width: 768px) {
  .cherry-box .movie-area {
    margin: 1.2rem 0 8px;
  }
}
.cherry-box .related-btn {
  margin: 6px 0;
}
.cherry-box .fill-btn02 a {
  max-width: 400px;
  width: 100%;
  height: 4.705rem;
}

.feature {
  background-color: #f8f8f8;
  padding: 80px 0;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .feature {
    padding: 7.9207920792vw 0;
  }
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 13.3333333333vw 0;
  }
}
.feature .feature-box {
  background-color: #ffffff;
  display: flex;
  /*        align-items: center;*/
  min-height: 363px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .feature .feature-box {
    min-height: 35.9405940594vw;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature-box {
    flex-direction: column;
    min-height: 0;
  }
}
.feature .feature-box .feature-image {
  width: 48%;
  /*            padding-top: 38.5%;*/
  flex: 0 1 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .feature .feature-box .feature-image {
    width: 100%;
    /*                padding-top: calc((250 / 375) * 100vw);*/
  }
}
.feature .feature-box .feature-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .feature .feature-box .feature-image img {
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
}
.feature .feature-box .feature-text-area {
  flex: 1;
  padding: 30px 30px 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .feature .feature-box .feature-text-area {
    padding: 2.9702970297vw 2.9702970297vw 2.9702970297vw 1.9801980198vw;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature-box .feature-text-area {
    padding: 5.3333333333vw 4vw 8vw;
  }
}
.feature .feature-box .feature-text-area > * {
  margin-top: 15px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .feature .feature-box .feature-text-area > * {
    margin-top: 1.4851485149vw;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature-box .feature-text-area > * {
    margin-top: 2.6666666667vw;
  }
}
.feature .feature-box + .feature-box {
  margin-top: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .feature .feature-box + .feature-box {
    margin-top: 2.9702970297vw;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature-box + .feature-box {
    margin-top: 2.6666666667vw;
  }
}/*# sourceMappingURL=index.css.map */