@charset "UTF-8";
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* コンテンツ幅 */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;700&display=swap");
.ttl_en {
  line-height: 1.2;
}

.link_detail {
  max-width: 300px;
  margin: 0 0 0 auto;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .link_detail {
    max-width: 220px;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .link_detail {
    margin: 0 auto;
  }
}
.link_detail > a {
  box-sizing: border-box;
  padding: 0.8em 2em;
  display: block;
  background: linear-gradient(to right, #FF4B36, #F99677);
  color: #fff;
  border-radius: 40px;
  position: relative;
}
.link_detail > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.link_detail > a:hover::after {
  right: 15px;
}

.main {
  padding: 0;
}
.main .area_main {
  position: relative;
  height: 100vh;
}
@media all and (max-width: 896px) {
  .main .area_main {
    height: 500px;
  }
}
@media all and (max-width: 480px) {
  .main .area_main {
    height: calc(95vh - 60px);
  }
}
.main .area_main .point_l {
  position: absolute;
  top: 0;
  left: 0;
  width: 20vw;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .main .area_main .point_l {
    width: 35vw;
  }
}
.main .area_main .point_l img {
  width: 100%;
}
.main .area_main .point_r {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35vw;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .main .area_main .point_r {
    width: 70vw;
  }
}
.main .area_main .point_r img {
  width: 100%;
}
.main .area_main h1 {
  font-size: 4vw;
  text-shadow: 2px 2px 8px #0000009e;
  color: #fff;
  font-weight: 600;
  position: absolute;
  bottom: 230px;
  left: 30px;
  z-index: 3;
}
@media all and (max-width: 480px) {
  .main .area_main h1 {
    font-size: 2.8rem;
    left: 15px;
  }
}
.main .area_main:before {
  content: "";
  display: block;
  width: 100vw;
  height: 16%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/main_clip.svg") no-repeat center bottom/cover;
  z-index: 2;
}
@media all and (max-width: 480px) {
  .main .area_main:before {
    height: 50px;
  }
}
.main .area_main .main_slide {
  height: 100vh;
}
@media all and (max-width: 896px) {
  .main .area_main .main_slide {
    height: 500px;
  }
}
@media all and (max-width: 480px) {
  .main .area_main .main_slide {
    height: calc(95vh - 60px);
  }
}
.main .area_main .main_slide .img_slide {
  height: 100vh;
}
@media all and (max-width: 896px) {
  .main .area_main .main_slide .img_slide {
    height: 500px;
  }
}
@media all and (max-width: 480px) {
  .main .area_main .main_slide .img_slide {
    height: calc(95vh - 60px);
  }
}
.main .area_main .main_slide .img_slide div {
  height: 100%;
}
.main .area_main .main_slide .slick-dots {
  bottom: 30px !important;
  z-index: 3;
}
.main .area_main .main_slide .slick-dots li.slick-active button:before {
  color: #7B171E;
}
.main .area_main .main_slide .slick-dots li button:before {
  color: #fff;
  opacity: 1 !important;
}
.main .area_main .sec_mainnews {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 50px;
  box-shadow: 2px 2px 6px #00000033;
  padding: 20px 50px;
  box-sizing: border-box;
  display: flex;
  z-index: 5;
}
@media all and (max-width: 896px) {
  .main .area_main .sec_mainnews {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 480px) {
  .main .area_main .sec_mainnews {
    right: -100px;
    bottom: 70px;
    padding: 20px 0 20px 30px;
  }
}
.main .area_main .sec_mainnews h2 {
  color: #C22E2E;
  font-weight: bold;
  margin: 0 30px 0 0;
}
@media all and (max-width: 896px) {
  .main .area_main .sec_mainnews h2 {
    display: block;
  }
}
.main .area_main .sec_mainnews .news_slide {
  width: calc(100% - 150px);
  position: relative;
  padding-right: 65px;
}
@media all and (max-width: 896px) {
  .main .area_main .sec_mainnews .news_slide {
    width: 100%;
  }
}
.main .area_main .sec_mainnews .news_slide li {
  font-size: 15px;
  height: 22.5px;
  line-height: 1.5;
  position: relative;
}
@media all and (max-width: 480px) {
  .main .area_main .sec_mainnews .news_slide li {
    height: 56.25px;
  }
}
.main .area_main .sec_mainnews .news_slide li:before, .main .area_main .sec_mainnews .news_slide li:after {
  background: #fff;
  position: absolute;
}
.main .area_main .sec_mainnews .news_slide li:before {
  content: "...";
  top: 0px;
  right: 0;
}
@media all and (max-width: 480px) {
  .main .area_main .sec_mainnews .news_slide li:before {
    top: auto;
    bottom: 0;
  }
}
.main .area_main .sec_mainnews .news_slide li:after {
  content: "";
  height: 100%;
  width: 100%;
}
@media all and (max-width: 480px) {
  .main .area_main .sec_mainnews .news_slide li {
    font-size: 13px;
  }
}
.main .area_main .sec_mainnews .news_slide li span {
  margin: 0 30px 0 0;
}
@media all and (max-width: 480px) {
  .main .area_main .sec_mainnews .news_slide li span {
    display: block;
  }
}
.main .area_main .sec_mainnews .news_slide .slick-prev:before,
.main .area_main .sec_mainnews .news_slide .slick-next:before {
  color: #98A6B5;
}
.main .area_main .sec_mainnews .news_slide .slick-prev, .main .area_main .sec_mainnews .news_slide .slick-next {
  z-index: 2;
  top: 35%;
}
.main .area_main .sec_mainnews .news_slide .slick-next {
  right: 0;
}
.main .area_main .sec_mainnews .news_slide .slick-prev {
  right: 30px;
  left: auto;
}
.main .area_main .scroll_btn {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 480px) {
  .main .area_main .scroll_btn {
    bottom: -50px;
    left: -50px;
  }
}
.main .area_main .scroll_btn img {
  max-width: 200px;
  width: 20vw;
}
@media all and (max-width: 480px) {
  .main .area_main .scroll_btn img {
    width: 150px;
  }
}

.intro {
  padding: 160px 0 0;
  background-image: url(../../common/images/bg_circle.svg), url(../../common/images/bg_circle.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top right 20%, bottom left 15%;
  background-size: auto auto, auto auto;
}
@media all and (max-width: 480px) {
  .intro {
    padding: 80px 0 0;
  }
}
.intro .area_intro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.intro .area_intro .sec_intro {
  width: 47.5%;
}
@media all and (max-width: 480px) {
  .intro .area_intro .sec_intro {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .intro .area_intro .sec_intro.hgu {
    margin-bottom: 60px;
  }
}
.intro .area_intro .sec_intro.hgu .ttl_en {
  margin-bottom: 10px;
}
.intro .area_intro .sec_intro.hgu .ttl_intro {
  margin-bottom: 50px;
}
@media all and (max-width: 480px) {
  .intro .area_intro .sec_intro.hgu .ttl_intro {
    margin-bottom: 30px;
  }
}
.intro .area_intro .sec_intro.hamatan .ttl_en {
  text-align: right;
  margin-top: 10px;
}
@media all and (max-width: 480px) {
  .intro .area_intro .sec_intro.hamatan .ttl_en {
    margin: 0 0 10px;
  }
}
.intro .area_intro .sec_intro.hamatan .ttl_intro {
  text-align: right;
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  .intro .area_intro .sec_intro.hamatan .ttl_intro {
    margin: 0 0 30px;
  }
}
.intro .area_intro .ttl_en {
  font-family: 'Open Sans', sans-serif;
  font-size: 10rem;
  font-weight: 200;
  color: rgba(194, 46, 46, 0.16);
}
@media all and (max-width: 896px) {
  .intro .area_intro .ttl_en {
    font-size: 6rem;
  }
}
.intro .area_intro .ttl_intro {
  font-size: 4.2rem;
  color: #C22E2E;
  font-weight: 300;
}
@media all and (max-width: 896px) {
  .intro .area_intro .ttl_intro {
    font-size: 2.4rem;
  }
}
.intro .area_intro .img_intro {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
.intro .area_intro .block_intro {
  box-sizing: border-box;
  padding: 50px 50px 40px 50px;
  width: 90%;
  margin: -50px auto 0;
  background: #fff;
  position: relative;
  z-index: 20;
  box-shadow: 0px 0px 30px rgba(194, 46, 46, 0.16);
}
@media all and (max-width: 896px) {
  .intro .area_intro .block_intro {
    padding: 30px 20px 20px 20px;
  }
}
.intro .area_intro .subttl_intro {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 40px;
}
@media all and (max-width: 896px) {
  .intro .area_intro .subttl_intro {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 480px) {
  .intro .area_intro .subttl_intro {
    margin-bottom: 30px;
  }
}
.intro .area_intro .list_intro {
  font-size: 1.8rem;
  margin: -20px 0 40px;
}
@media all and (max-width: 896px) {
  .intro .area_intro .list_intro {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .intro .area_intro .list_intro {
    margin: -15px 0 30px;
  }
}
.intro .area_intro .list_intro > li > a {
  display: block;
  padding: 20px 35px 20px 0;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
@media all and (max-width: 480px) {
  .intro .area_intro .list_intro > li > a {
    padding: 15px 30px 15px 0;
  }
}
.intro .area_intro .list_intro > li > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.2em;
  color: #C22E2E;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.intro .area_intro .list_intro > li > a:hover::after {
  right: 15px;
}

.kyoso {
  padding-top: 0;
}
.kyoso .area_kyoso > a {
  display: block;
}
.kyoso .area_kyoso .sec_kyoso {
  display: flex;
  width: 100%;
}
.kyoso .area_kyoso .img_kyoso {
  width: 27%;
}
@media all and (max-width: 480px) {
  .kyoso .area_kyoso .img_kyoso {
    width: 22%;
  }
}
.kyoso .area_kyoso .img_kyoso img {
  width: 100%;
}
.kyoso .area_kyoso .block_kyoso {
  text-align: center;
  box-sizing: border-box;
  padding: 50px 10px;
  background: #7B171E;
  color: #fff;
  width: 46%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 480px) {
  .kyoso .area_kyoso .block_kyoso {
    padding: 20px 5px;
    width: 56%;
  }
}
.kyoso .area_kyoso .ttl_kyoso {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 10px;
}
@media all and (max-width: 896px) {
  .kyoso .area_kyoso .ttl_kyoso {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .kyoso .area_kyoso .ttl_kyoso {
    margin-bottom: 5px;
  }
}
.kyoso .area_kyoso .copy_kyoso {
  font-family: 'Noto Serif JP', serif;
  font-size: 6.4rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .kyoso .area_kyoso .copy_kyoso {
    font-size: 3rem;
  }
}
@media all and (max-width: 480px) {
  .kyoso .area_kyoso .copy_kyoso {
    margin-bottom: 10px;
  }
}
.kyoso .area_kyoso .txt_kyoso {
  font-size: 1.8rem;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media all and (max-width: 896px) {
  .kyoso .area_kyoso .txt_kyoso {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 480px) {
  .kyoso .area_kyoso .txt_kyoso {
    margin-bottom: 15px;
  }
}
.kyoso .area_kyoso .link_kyoso {
  max-width: 280px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .kyoso .area_kyoso .link_kyoso {
    max-width: 180px;
  }
}
.kyoso .area_kyoso .link_kyoso > a {
  box-sizing: border-box;
  padding: 0.8em 2em 0.8em 0.8em;
  display: block;
  background: #fff;
  color: #C22E2E;
  font-size: 1.8rem;
  border: 1px solid transparent;
  border-radius: 30px;
  position: relative;
}
@media all and (max-width: 896px) {
  .kyoso .area_kyoso .link_kyoso > a {
    font-size: 1.4rem;
  }
}
.kyoso .area_kyoso .link_kyoso > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.2em;
  color: #C22E2E;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.kyoso .area_kyoso .link_kyoso > a:hover::after {
  right: 15px;
}

.other {
  padding: 80px 0 0;
  background-image: url(../../common/images/bg_circle.svg), url(../../common/images/bg_circle.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top 18% left 10%, bottom right 15%;
  background-size: auto auto, auto auto;
}
@media all and (max-width: 480px) {
  .other {
    padding: 60px 0 0;
  }
}
.other .area_other {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.other .area_other .sec_other {
  width: 31%;
}
@media all and (max-width: 896px) {
  .other .area_other .sec_other {
    width: 47.5%;
  }
}
@media all and (max-width: 480px) {
  .other .area_other .sec_other {
    width: 100%;
    margin-bottom: 60px;
  }
}
.other .area_other .sec_other:nth-of-type(2n) {
  margin-top: 150px;
}
@media all and (max-width: 480px) {
  .other .area_other .sec_other:nth-of-type(2n) {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  .other .area_other .sec_other.gakuin .img_other {
    margin-right: auto;
    margin-left: auto;
  }
}
@media all and (max-width: 480px) {
  .other .area_other .sec_other.gakuin .ttl_other {
    text-align: center;
  }
}
.other .area_other .sec_other.gakuin .ttl_en_right {
  text-align: right;
  margin: 20px 0 0;
}
@media all and (max-width: 480px) {
  .other .area_other .sec_other.gakuin .ttl_en_right {
    margin: 0 0 15px;
  }
}
@media all and (max-width: 480px) {
  .other .area_other .sec_other.kinder .img_other {
    margin-left: auto;
  }
}
@media all and (max-width: 480px) {
  .other .area_other .sec_other.kodomoen .ttl_other {
    text-align: right;
  }
}
@media all and (max-width: 480px) {
  .other .area_other .sec_other.kodomoen .ttl_en {
    text-align: right;
  }
}
.other .area_other .ttl_en {
  font-family: 'Open Sans', sans-serif;
  color: rgba(194, 46, 46, 0.16);
  font-size: 7rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .other .area_other .ttl_en {
    font-size: 6rem;
  }
}
@media all and (max-width: 480px) {
  .other .area_other .ttl_en {
    margin-bottom: 15px;
  }
}
.other .area_other .img_other {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  margin-bottom: 50px;
}
@media all and (max-width: 480px) {
  .other .area_other .img_other {
    max-width: 220px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
  }
}
.other .area_other .ttl_other {
  font-size: 2.6rem;
  color: #C22E2E;
  font-weight: 300;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .other .area_other .ttl_other {
    font-size: 2.1rem;
  }
}
@media all and (max-width: 480px) {
  .other .area_other .ttl_other {
    margin-bottom: 20px;
  }
}

.news {
  padding: 200px 0;
}
@media all and (max-width: 480px) {
  .news {
    padding: 20px 0 100px;
  }
}
.news .area_news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .area_news .sec_txt {
  width: 25%;
}
@media all and (max-width: 896px) {
  .news .area_news .sec_txt {
    width: 100%;
  }
}
.news .area_news .ttl_en {
  font-family: 'Open Sans', sans-serif;
  font-size: 6.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #C22E2E;
  margin-bottom: 10px;
}
@media all and (max-width: 896px) {
  .news .area_news .ttl_en {
    font-size: 4.8rem;
  }
}
.news .area_news .ttl_news {
  font-size: 3.2rem;
  font-weight: 300;
  color: #C22E2E;
  margin-bottom: 100px;
}
@media all and (max-width: 896px) {
  .news .area_news .ttl_news {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
.news .area_news .link_detail {
  margin: 0 auto 0 0;
}
@media all and (max-width: 896px) {
  .news .area_news .link_detail {
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .news .area_news .link_detail {
    margin-left: auto;
  }
}
.news .area_news .sec_news {
  width: 70%;
}
@media all and (max-width: 896px) {
  .news .area_news .sec_news {
    width: 100%;
  }
}
.news .area_news .list_news > li {
  border-top: 1px solid #DDDDDD;
}
.news .area_news .list_news > li > a {
  box-sizing: border-box;
  padding: 25px 45px 25px 25px;
  display: flex;
  position: relative;
}
@media all and (max-width: 480px) {
  .news .area_news .list_news > li > a {
    display: block;
    padding: 15px 35px 15px 15px;
  }
}
.news .area_news .list_news > li > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.2em;
  color: #C22E2E;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: all 0.3s ease-out;
}
.news .area_news .list_news > li > a:hover::after {
  right: 15px;
}
.news .area_news .day_news {
  width: 6em;
  margin-right: 30px;
  flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .news .area_news .day_news {
    margin-right: 20px;
  }
}
@media all and (max-width: 480px) {
  .news .area_news .day_news {
    margin: 0 0 8px;
  }
}
