@charset "UTF-8";
/*-------------base-------------*/
/*Webフォント読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Shippori+Mincho&family=Tangerine:wght@400;700&display=swap");
/*使用Webフォント*/
/*使用カラー*/
/*フォントサイズ*/
/*サイト全体のフォント指定*/
html {
  font-size: 10px;
}

body {
  font-family: "Open Sans", "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #474747;
  position: relative;
}
body br.pc {
  display: block;
}
@media screen and (max-width: 540px) {
  body br.pc {
    display: none;
  }
}
body br.sp {
  display: none;
}
@media screen and (max-width: 540px) {
  body br.sp {
    display: block;
  }
}

/*-------------mixin-------------*/
/*-------------base-------------*/
/*-------------ブレイクポイント-------------*/
/*-------------本文-------------*/
/*-------------フリップアニメーション-------------*/
@keyframes flip-anime {
  0% {
    opacity: 0;
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
  }
  100% {
    opacity: 1;
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  }
}
@keyframes flip-x {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
/*-------------フェードアップ-------------*/
/*-------------フェードイン-------------*/
/*-------------フェードアップ左-------------*/
/*-------------フェードアップ右-------------*/
/*-------------回転アニメージョン-------------*/
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-------------左側から流れるアニメーション-------------*/
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*-------------ズームイン-------------*/
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*-------------ホバー透過-------------*/
/*-------------画像設定-------------*/
/*-------------擬似要素-------------*/
/*-------------flex space-between-------------*/
/*-------------ボタン-------------*/
/*-------------フォーム入力欄-------------*/
/*-------------フォームテキスト-------------*/
/*-------------チェックボックス-------------*/
/*-------------ラジオボタン-------------*/
/*-------------ページャー-------------*/
/*------------リスト-------------*/
/*------------olリスト-------------*/
/*-------------ニュース、コラムパーツ-------------*/
/*-------------コンテンツ幅-------------*/
/*-------------コンテンツ余白-------------*/
/*-------------表-------------*/
/*-------------波アニメーション-------------*/
/*キーフレーム*/
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*-------------英語見出し-------------*/
/*-------------h2見出し-------------*/
/*-------------h3見出し-------------*/
/*-------------NEWSリスト-------------*/
/*-------------ページャー-------------*/
/*-------------背景_白-------------*/
/*-------------page-------------*/
/*-------------base-------------*/
/*-------------mixin-------------*/
/*-------------ローディング-------------*/
#loading-wrap {
  width: 100vw;
  height: 100vh;
  background: #589FDF;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading-wrap .logo-img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
#loading-wrap .logo-img .logo {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  #loading-wrap .logo-img .logo {
    max-width: 200px;
  }
}
#loading-wrap .logo-img .logo img {
  display: block;
  width: 100%;
}

/*-------------スライドショー-------------*/
.top-slide-section {
  background: url(../../images/mainimg_border_pc.svg), linear-gradient(120deg, #FFFFFF, #F1FFE9, #DEEAF6);
  background-size: 100%, cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 100px 0 0 0;
}
@media screen and (max-width: 1100px) {
  .top-slide-section {
    margin: 60px 0 0 0;
  }
}
@media screen and (max-width: 540px) {
  .top-slide-section {
    background: url(../../images/mainimg_border_sp.svg), linear-gradient(120deg, #FFFFFF, #F1FFE9, #DEEAF6);
    background-size: 100%, cover;
    background-repeat: no-repeat;
    background-position: bottom 140px left 0, center;
    padding: 30px 0 0 0;
  }
}
.top-slide-section .top-slide-section__heading {
  padding: 8vh 20px;
  width: 100%;
  margin: 0 auto;
  width: auto;
}
@media screen and (max-width: 768px) {
  .top-slide-section .top-slide-section__heading {
    padding: 30px 20px;
  }
}
.top-slide-section .top-slide-section__heading-inner h2 {
  font-size: 4.2vw;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1.2;
  color: #589FDF;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1100px) {
  .top-slide-section .top-slide-section__heading-inner h2 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .top-slide-section .top-slide-section__heading-inner h2 {
    font-size: 3rem;
  }
}
.top-slide-section .top-slide-section__heading-inner .main-txt {
  font-size: 1.8vw;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1.4;
  color: #589FDF;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 1100px) {
  .top-slide-section .top-slide-section__heading-inner .main-txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top-slide-section .top-slide-section__heading-inner .main-txt {
    font-size: 1.8rem;
    margin: 0 0 20px 0;
  }
}
.top-slide-section .top-slide-section__heading-inner .en-txt {
  font-size: 2.4vw;
  font-weight: 500;
  font-family: "Tangerine";
  text-align: center;
  line-height: 1.2;
  color: #BBD4EA;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .top-slide-section .top-slide-section__heading-inner .en-txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-slide-section .top-slide-section__heading-inner .en-txt {
    font-size: 1.8rem;
  }
}
.top-slide-section .top-slide-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-slide-section .top-slide-section__list li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-slide-section .top-slide-section__list li img.img-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .top-slide-section .top-slide-section__list li img.img-pc {
    display: none;
  }
}
.top-slide-section .top-slide-section__list li img.img-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-slide-section .top-slide-section__list li img.img-sp {
    display: block;
  }
}

/*-------------新着情報-------------*/
.top-news-section {
  padding: 140px 20px 260px 20px;
  background: url(../../images/top_bg_pc_news01.svg), url(../../images/top_bg_pc_news02.svg), linear-gradient(to bottom, #FFFFFF, #FFFFEB, #DEEAF6);
  background-size: 355px, 355px, cover;
  background-repeat: no-repeat;
  background-position: left 0 bottom 0, right 0 bottom 0, center;
  position: relative;
  /* 波アニメーション */
}
@media screen and (max-width: 768px) {
  .top-news-section {
    padding: 60px 20px 100px 20px;
    background: url(../../images/top_bg_sp_news.svg), linear-gradient(to bottom, #FFFFFF, #FFFFEB, #DEEAF6);
    background-size: 219px, cover;
    background-repeat: no-repeat;
    background-position: right 0 bottom 0, center;
  }
}
.top-news-section .waves-area {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 768px) {
  .top-news-section .waves-area {
    height: 40px;
  }
}
.top-news-section .waves-area .waves {
  width: 100%;
  height: 180px;
  min-height: 180px;
  max-height: 180px;
}
@media screen and (max-width: 768px) {
  .top-news-section .waves-area .waves {
    height: 40px;
    min-height: 40px;
  }
}
.top-news-section .waves-area .waves .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation-duration: 4s;
}
.top-news-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.top-news-section-inner .top-news-section__heading {
  margin: 0 auto 80px auto;
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__heading {
    transform: translate(0, 40px);
  }
}
.top-news-section-inner .top-news-section__heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__heading {
    margin: 0 auto 40px auto;
  }
}
.top-news-section-inner .top-news-section__heading .en-txt {
  font-size: 9rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #589FDF;
  margin: 0 0 5px 0;
  padding: 0 110px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__heading .en-txt {
    font-size: 4.8rem;
    padding: 0 40px;
  }
}
.top-news-section-inner .top-news-section__heading .en-txt::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border_pc_b.svg);
  background-size: 100px;
  width: 100px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__heading .en-txt::before {
    background: url(../../images/heading_border_sp_b.svg);
    background-size: 30px;
    width: 30px;
  }
}
.top-news-section-inner .top-news-section__heading .en-txt::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border_pc_b.svg);
  background-size: 100px;
  width: 100px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__heading .en-txt::after {
    background: url(../../images/heading_border_sp_b.svg);
    background-size: 30px;
    width: 30px;
  }
}
.top-news-section-inner .top-news-section__heading h2 {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.2;
  color: #589FDF;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__heading h2 {
    font-size: 2.4rem;
  }
}
.top-news-section-inner .top-news-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__list {
    max-width: 540px;
    margin: 0 auto;
    width: auto;
  }
}
.top-news-section-inner .top-news-section__list .note-txt {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__list .note-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.top-news-section-inner .top-news-section__list .note-txt > a {
  color: #589FDF;
  transition: all 0.3s;
}
.top-news-section-inner .top-news-section__list .note-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-news-section-inner .top-news-section__list .note-txt > a:hover {
    opacity: 1;
  }
}
.top-news-section-inner .top-news-section__list .note-txt span {
  color: #589FDF;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__list .note-txt {
    margin: 0;
  }
}
.top-news-section-inner .top-news-section__list > li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  padding: 30px 0;
  border-top: solid 1px #BAD4EA;
}
.top-news-section-inner .top-news-section__list > li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-news-section-inner .top-news-section__list > li a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__list > li a {
    padding: 30px 20px;
    flex-flow: column;
  }
}
.top-news-section-inner .top-news-section__list > li a .news-section__list-thumbnail {
  max-width: 240px;
  width: 100%;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__list > li a .news-section__list-thumbnail {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
.top-news-section-inner .top-news-section__list > li a .news-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  border: solid 1px #BAD4EA;
  box-sizing: border-box;
}
.top-news-section-inner .top-news-section__list > li a .news-section__list-txt {
  flex: 1;
}
.top-news-section-inner .top-news-section__list > li a .news-section__list-txt .news-section__list-info {
  display: flex;
  align-items: center;
}
.top-news-section-inner .top-news-section__list > li a .news-section__list-txt .news-section__list-info .time-txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #589FDF;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__list > li a .news-section__list-txt .news-section__list-info .time-txt {
    font-size: 1.2rem;
  }
}
.top-news-section-inner .top-news-section__list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-news-section-inner .top-news-section__list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat li {
  margin: 0 10px 10px 0;
  padding: 5px 20px;
  box-sizing: border-box;
  background: #F1FEEA;
  border: solid 1px #589FDF;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #589FDF;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat li {
    font-size: 1.2rem;
    padding: 3px 10px;
  }
}
.top-news-section-inner .top-news-section__list > li a .news-section__list-txt .news-section__list-heading {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: #474747;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__list > li a .news-section__list-txt .news-section__list-heading {
    font-size: 1.4rem;
  }
}
.top-news-section-inner .top-news-section__list > li:last-child a {
  border-bottom: solid 1px #BAD4EA;
}
.top-news-section-inner .top-news-section__list > .note-txt {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__list > .note-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.top-news-section-inner .top-news-section__list > .note-txt > a {
  color: #589FDF;
  transition: all 0.3s;
}
.top-news-section-inner .top-news-section__list > .note-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-news-section-inner .top-news-section__list > .note-txt > a:hover {
    opacity: 1;
  }
}
.top-news-section-inner .top-news-section__list > .note-txt span {
  color: #589FDF;
  font-weight: 600;
}
.top-news-section-inner .top-news-section__list > li {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .top-news-section__list > li {
    transform: translate(0, 40px);
  }
}
.top-news-section-inner .top-news-section__list > li.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-news-section-inner .btn-main {
  max-width: 400px;
  width: 100%;
  opacity: 0;
  transition: all 2000ms;
  margin: 60px auto 0 auto;
}
.top-news-section-inner .btn-main a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  padding: 15px;
  box-sizing: border-box;
  background: #FFEFAC;
  border: solid 2px #589FDF;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.4;
  color: #589FDF;
  border-radius: 10rem;
  position: relative;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.top-news-section-inner .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-news-section-inner .btn-main a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .btn-main a {
    font-size: 2rem;
    padding: 12px;
  }
}
.top-news-section-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_btn_r.svg);
  background-size: 30px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .btn-main a::after {
    background-size: 24px;
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
.top-news-section-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: auto;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_btn_l.svg);
  background-size: 30px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .btn-main.back a::after {
    background-size: 24px;
    width: 24px;
    height: 24px;
    left: 15px;
  }
}
.top-news-section-inner .btn-main.dl a {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .btn-main.dl a {
    font-size: 1.6rem;
  }
}
.top-news-section-inner .btn-main.dl a span {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .btn-main.dl a span {
    font-size: 1.4rem;
  }
}
.top-news-section-inner .btn-main.dl a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_dl.svg);
  background-size: 18px;
  width: 18px;
  height: 14.8px;
}
.top-news-section-inner .btn-main.is-animated {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top-news-section-inner .btn-main {
    margin: 40px auto 0 auto;
  }
}

/*-------------新着情報-------------*/
.top-school-section {
  padding: 80px 80px 40px 80px;
  background: #FFFFFF;
  /* 波アニメーション */
}
@media screen and (max-width: 1400px) {
  .top-school-section {
    padding: 80px 20px 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-school-section {
    padding: 60px 20px;
  }
}
.top-school-section .waves-area {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 768px) {
  .top-school-section .waves-area {
    height: 40px;
  }
}
.top-school-section .waves-area .waves {
  width: 100%;
  height: 180px;
  min-height: 180px;
  max-height: 180px;
}
@media screen and (max-width: 768px) {
  .top-school-section .waves-area .waves {
    height: 40px;
    min-height: 40px;
  }
}
.top-school-section .waves-area .waves .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation-duration: 4s;
}
.top-school-section-inner {
  margin: 0 auto;
  width: auto;
}
.top-school-section-inner .top-school-section__heading {
  margin: 0 auto 80px auto;
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-school-section-inner .top-school-section__heading {
    transform: translate(0, 40px);
  }
}
.top-school-section-inner .top-school-section__heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .top-school-section-inner .top-school-section__heading {
    margin: 0 auto 40px auto;
  }
}
.top-school-section-inner .top-school-section__heading .en-txt {
  font-size: 9rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #589FDF;
  margin: 0 0 5px 0;
  padding: 0 110px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top-school-section-inner .top-school-section__heading .en-txt {
    font-size: 4.8rem;
    padding: 0 40px;
  }
}
.top-school-section-inner .top-school-section__heading .en-txt::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border_pc_b.svg);
  background-size: 100px;
  width: 100px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-school-section-inner .top-school-section__heading .en-txt::before {
    background: url(../../images/heading_border_sp_b.svg);
    background-size: 30px;
    width: 30px;
  }
}
.top-school-section-inner .top-school-section__heading .en-txt::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border_pc_b.svg);
  background-size: 100px;
  width: 100px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-school-section-inner .top-school-section__heading .en-txt::after {
    background: url(../../images/heading_border_sp_b.svg);
    background-size: 30px;
    width: 30px;
  }
}
.top-school-section-inner .top-school-section__heading h2 {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.2;
  color: #589FDF;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-school-section-inner .top-school-section__heading h2 {
    font-size: 2.4rem;
  }
}
.top-school-section-inner .top-school-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top-school-section-inner .top-school-section__list {
    max-width: 540px;
    margin: 0 auto;
    width: auto;
  }
}
.top-school-section-inner .top-school-section__list li {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
  width: 32.16%;
  margin: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  .top-school-section-inner .top-school-section__list li {
    transform: translate(0, 40px);
  }
}
.top-school-section-inner .top-school-section__list li.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .top-school-section-inner .top-school-section__list li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .top-school-section-inner .top-school-section__list li:last-child {
    margin: 0;
  }
}
.top-school-section-inner .top-school-section__list li:nth-of-type(2), .top-school-section-inner .top-school-section__list li:nth-of-type(5), .top-school-section-inner .top-school-section__list li:nth-of-type(8) {
  transition-delay: 150ms;
}
@media screen and (max-width: 768px) {
  .top-school-section-inner .top-school-section__list li:nth-of-type(2), .top-school-section-inner .top-school-section__list li:nth-of-type(5), .top-school-section-inner .top-school-section__list li:nth-of-type(8) {
    transition-delay: 0ms;
  }
}
.top-school-section-inner .top-school-section__list li:nth-of-type(3), .top-school-section-inner .top-school-section__list li:nth-of-type(6), .top-school-section-inner .top-school-section__list li:nth-of-type(9) {
  transition-delay: 300ms;
}
@media screen and (max-width: 768px) {
  .top-school-section-inner .top-school-section__list li:nth-of-type(3), .top-school-section-inner .top-school-section__list li:nth-of-type(6), .top-school-section-inner .top-school-section__list li:nth-of-type(9) {
    transition-delay: 0ms;
  }
}
.top-school-section-inner .top-school-section__list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-school-section-inner .top-school-section__list li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-school-section-inner .top-school-section__list li a:hover {
    opacity: 1;
  }
}
.top-school-section-inner .top-school-section__list li a .top-school-section__list-thumbnail {
  position: relative;
}
.top-school-section-inner .top-school-section__list li a .top-school-section__list-thumbnail .btn-more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 20px;
  background: #FFEFAC;
  border: solid 2px #589FDF;
  box-sizing: border-box;
  border-radius: 10rem;
}
.top-school-section-inner .top-school-section__list li a .top-school-section__list-thumbnail .btn-more span {
  font-size: 1.8rem;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  line-height: 1.4;
  color: #589FDF;
  position: relative;
  display: inline-block;
  padding: 0 25px 0 0;
}
@media screen and (max-width: 768px) {
  .top-school-section-inner .top-school-section__list li a .top-school-section__list-thumbnail .btn-more span {
    font-size: 1.5rem;
    padding: 0 18px 0 0;
  }
}
.top-school-section-inner .top-school-section__list li a .top-school-section__list-thumbnail .btn-more span::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_window.svg);
  background-size: 16px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .top-school-section-inner .top-school-section__list li a .top-school-section__list-thumbnail .btn-more span::after {
    background-size: 13px;
    width: 13px;
    height: 13px;
  }
}
.top-school-section-inner .top-school-section__list li a .top-school-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.top-school-section-inner .top-school-section__list li a .top-school-section__list-heading {
  margin: 30px 30px 0 30px;
  padding: 15px 0 0 0;
  border-top: solid 1px #BAD4EA;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #474747;
}
@media screen and (max-width: 768px) {
  .top-school-section-inner .top-school-section__list li a .top-school-section__list-heading {
    margin: 20px 20px 0 20px;
    font-size: 1.8rem;
  }
}

/*-------------明泉学園について-------------*/
.top-about-section {
  padding: 0 0 0 140px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-about-section {
    padding: 0 0 0 60px;
  }
}
@media screen and (max-width: 1100px) {
  .top-about-section {
    padding: 0 20px;
  }
}
.top-about-section::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, #FFFFFF, #D9E7F5);
  z-index: -1;
}
.top-about-section-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.top-about-section-inner .top-about-section__img {
  position: relative;
  max-width: 680px;
  width: 100%;
  opacity: 0;
  transition: all 2000ms;
}
.top-about-section-inner .top-about-section__img.is-animated {
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .top-about-section-inner .top-about-section__img {
    max-width: 500px;
  }
}
@media screen and (max-width: 1100px) {
  .top-about-section-inner .top-about-section__img {
    max-width: 100%;
    order: 2;
  }
}
.top-about-section-inner .top-about-section__img-large img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about-section-inner .top-about-section__img-mini {
  max-width: 378px;
  width: 100%;
  position: absolute;
  left: -70px;
  bottom: -140px;
}
@media screen and (max-width: 1400px) {
  .top-about-section-inner .top-about-section__img-mini {
    max-width: 280px;
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__img-mini {
    max-width: 168px;
    left: -10px;
    bottom: -50px;
  }
}
.top-about-section-inner .top-about-section__img-mini img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about-section-inner .top-about-section__cont {
  margin: 140px 0 0 0;
  padding: 120px 100px;
  background: url(../../images/top_bg_pc_about.svg), linear-gradient(120deg, #589FDF, #DBD7F2);
  background-size: 327px, cover;
  background-position: right 0 top 0, center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont {
    transform: translate(0, 40px);
  }
}
.top-about-section-inner .top-about-section__cont.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 1400px) {
  .top-about-section-inner .top-about-section__cont {
    padding: 120px 60px;
  }
}
@media screen and (max-width: 1100px) {
  .top-about-section-inner .top-about-section__cont {
    width: 100%;
    order: 1;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont {
    padding: 40px 30px;
    background: url(../../images/top_bg_sp_about.svg), linear-gradient(120deg, #589FDF, #DBD7F2);
    background-size: 130px, cover;
    background-position: right 0 top 0, center;
    background-repeat: no-repeat;
  }
}
.top-about-section-inner .top-about-section__cont .top-about-section__heading {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont .top-about-section__heading {
    margin: 0 0 30px 0;
  }
}
.top-about-section-inner .top-about-section__cont .top-about-section__heading .en-txt {
  font-size: 9rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0 0 5px 0;
  padding: 0 110px 0 0;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont .top-about-section__heading .en-txt {
    font-size: 4.8rem;
    padding: 0 40px 0 0;
  }
}
.top-about-section-inner .top-about-section__cont .top-about-section__heading .en-txt::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/heading_border_pc_w.svg);
  background-size: 100px;
  width: 100px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont .top-about-section__heading .en-txt::after {
    background: url(../../images/heading_border_sp_w.svg);
    background-size: 30px;
    width: 30px;
  }
}
.top-about-section-inner .top-about-section__cont .top-about-section__heading h2 {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont .top-about-section__heading h2 {
    font-size: 2.4rem;
  }
}
.top-about-section-inner .top-about-section__cont .top-about-section__cont-txt {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont .top-about-section__cont-txt {
    margin: 0 0 30px 0;
  }
}
.top-about-section-inner .top-about-section__cont .top-about-section__cont-txt p {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont .top-about-section__cont-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.top-about-section-inner .top-about-section__cont .top-about-section__cont-txt p > a {
  color: #589FDF;
  transition: all 0.3s;
}
.top-about-section-inner .top-about-section__cont .top-about-section__cont-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-about-section-inner .top-about-section__cont .top-about-section__cont-txt p > a:hover {
    opacity: 1;
  }
}
.top-about-section-inner .top-about-section__cont .top-about-section__cont-txt p span {
  color: #589FDF;
  font-weight: 600;
}
.top-about-section-inner .top-about-section__cont .top-about-section__cont-txt p:last-child {
  margin: 0;
}
.top-about-section-inner .top-about-section__cont .btn-main {
  max-width: 400px;
  width: 100%;
}
.top-about-section-inner .top-about-section__cont .btn-main a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  padding: 15px;
  box-sizing: border-box;
  background: #FFEFAC;
  border: solid 2px #589FDF;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.4;
  color: #589FDF;
  border-radius: 10rem;
  position: relative;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.top-about-section-inner .top-about-section__cont .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-about-section-inner .top-about-section__cont .btn-main a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont .btn-main a {
    font-size: 2rem;
    padding: 12px;
  }
}
.top-about-section-inner .top-about-section__cont .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_btn_r.svg);
  background-size: 30px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont .btn-main a::after {
    background-size: 24px;
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
.top-about-section-inner .top-about-section__cont .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: auto;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_btn_l.svg);
  background-size: 30px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont .btn-main.back a::after {
    background-size: 24px;
    width: 24px;
    height: 24px;
    left: 15px;
  }
}
.top-about-section-inner .top-about-section__cont .btn-main.dl a {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont .btn-main.dl a {
    font-size: 1.6rem;
  }
}
.top-about-section-inner .top-about-section__cont .btn-main.dl a span {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont .btn-main.dl a span {
    font-size: 1.4rem;
  }
}
.top-about-section-inner .top-about-section__cont .btn-main.dl a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_dl.svg);
  background-size: 18px;
  width: 18px;
  height: 14.8px;
}

/*-------------ボタン-------------*/
.top-btn-section {
  padding: 140px 20px;
  background: #D9E7F5;
}
@media screen and (max-width: 1100px) {
  .top-btn-section {
    padding: 180px 20px 140px 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-btn-section {
    padding: 110px 20px 60px 20px;
  }
}
.top-btn-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.top-btn-section-inner .top-btn-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top-btn-section-inner .top-btn-section__list {
    max-width: 540px;
    margin: 0 auto;
    width: auto;
  }
}
.top-btn-section-inner .top-btn-section__list-item {
  width: 32.17%;
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-btn-section-inner .top-btn-section__list-item {
    transform: translate(0, 40px);
  }
}
.top-btn-section-inner .top-btn-section__list-item.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-btn-section-inner .top-btn-section__list-item:nth-of-type(2) {
  transition-delay: 150ms;
}
@media screen and (max-width: 768px) {
  .top-btn-section-inner .top-btn-section__list-item:nth-of-type(2) {
    transition-delay: 0ms;
  }
}
.top-btn-section-inner .top-btn-section__list-item:nth-of-type(3) {
  transition-delay: 300ms;
}
@media screen and (max-width: 768px) {
  .top-btn-section-inner .top-btn-section__list-item:nth-of-type(3) {
    transition-delay: 0ms;
  }
}
@media screen and (max-width: 768px) {
  .top-btn-section-inner .top-btn-section__list-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .top-btn-section-inner .top-btn-section__list-item:last-child {
    margin: 0;
  }
}
.top-btn-section-inner .top-btn-section__list-item a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.top-btn-section-inner .top-btn-section__list-item a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-btn-section-inner .top-btn-section__list-item a:hover {
    opacity: 1;
  }
}
.top-btn-section-inner .top-btn-section__list-item a .top-btn-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.top-btn-section-inner .top-btn-section__list-item a .top-btn-section__list-txt {
  padding: 30px 20px;
  box-sizing: border-box;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .top-btn-section-inner .top-btn-section__list-item a .top-btn-section__list-txt {
    padding: 20px;
  }
}
.top-btn-section-inner .top-btn-section__list-item a .top-btn-section__list-txt h3 {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  color: #474747;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-btn-section-inner .top-btn-section__list-item a .top-btn-section__list-txt h3 {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    font-size: 1.8rem;
  }
}
.top-btn-section-inner .top-btn-section__list-item a .top-btn-section__list-txt h3::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #589FDF;
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-btn-section-inner .top-btn-section__list-item a .top-btn-section__list-txt .btn-more {
  text-align: center;
}
.top-btn-section-inner .top-btn-section__list-item a .top-btn-section__list-txt .btn-more span {
  padding: 5px 20px;
  margin: 0 auto;
  background: #FFEFAC;
  border: solid 2px #589FDF;
  box-sizing: border-box;
  border-radius: 10rem;
  font-size: 1.8rem;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  line-height: 1.4;
  color: #589FDF;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top-btn-section-inner .top-btn-section__list-item a .top-btn-section__list-txt .btn-more span {
    font-size: 1.5rem;
  }
}
.top-btn-section-inner .top-btn-section__list-item a .top-btn-section__list-txt .btn-more span::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_r_mini.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
  margin: 0 0 0 5px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .top-btn-section-inner .top-btn-section__list-item a .top-btn-section__list-txt .btn-more span::after {
    background-size: 15px;
    width: 15px;
    height: 15px;
    top: 1px;
  }
}

/*-------------base-------------*/
/*-------------mixin-------------*/
/*-------------下層見出し-------------*/
.lower-heading {
  margin: 100px 0 0 0;
  padding: 160px 20px;
  background: url(../../images/heading_border_pc.svg), linear-gradient(to bottom, #DEEAF6, #F1FFE9, #DEEAF6);
  background-size: 100%, cover;
  background-repeat: no-repeat;
  background-position: bottom 0 left 0, center;
}
@media screen and (max-width: 1100px) {
  .lower-heading {
    margin: 60px 0 0 0;
    padding: 100px 20px;
  }
}
@media screen and (max-width: 768px) {
  .lower-heading {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 540px) {
  .lower-heading {
    background: url(../../images/heading_border_sp.svg), linear-gradient(to bottom, #DEEAF6, #F1FFE9, #DEEAF6);
    background-size: 100%, cover;
    background-repeat: no-repeat;
    background-position: bottom 0 left 0, center;
  }
}
.lower-heading__txt {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .lower-heading__txt {
    transform: translate(0, 40px);
  }
}
.lower-heading__txt.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.lower-heading__txt .en-txt {
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Playfair Display", serif;
  text-align: center;
  line-height: 1.2;
  color: #589FDF;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .lower-heading__txt .en-txt {
    font-size: 2.4rem;
  }
}
.lower-heading__txt h1 {
  font-size: 7.2rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1.2;
  color: #589FDF;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .lower-heading__txt h1 {
    font-size: 3.2rem;
  }
}

.lower-s-heading {
  margin: 100px 0 0 0;
  padding: 60px 20px;
  background: linear-gradient(to bottom, #DEEAF6, #F1FFE9, #DEEAF6);
}
@media screen and (max-width: 1100px) {
  .lower-s-heading {
    margin: 60px 0 0 0;
    padding: 40px 20px;
  }
}
.lower-s-heading__txt {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .lower-s-heading__txt {
    transform: translate(0, 40px);
  }
}
.lower-s-heading__txt.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.lower-s-heading__txt h1 {
  font-size: 4.8rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 1.2;
  color: #589FDF;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
  border-bottom: solid 1px #BAD4EA;
}
@media screen and (max-width: 768px) {
  .lower-s-heading__txt h1 {
    font-size: 2.4rem;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
  }
}

/*-------------パンくずリスト-------------*/
.breadcrumb-menu {
  box-sizing: border-box;
}
.breadcrumb-menu span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  color: #474747;
}
.breadcrumb-menu span:nth-of-type(2n) {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .breadcrumb-menu span:nth-of-type(2n) {
    margin: 0 5px;
  }
}
.breadcrumb-menu span:nth-of-type(2n)::before {
  content: "";
  display: inline-block;
  background: url(../../images/icon_arrow_bread.svg);
  background-size: 6px;
  width: 6px;
  height: 10.6px;
  position: relative;
  bottom: -1px;
}
.breadcrumb-menu span a {
  color: #589FDF;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
}
.breadcrumb-menu span a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #589FDF;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.breadcrumb-menu span a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1100px) {
  .breadcrumb-menu span a:hover::after {
    transform: scale(0, 1);
  }
}

/*-------------お知らせ-------------*/
.news-section {
  background: linear-gradient(to bottom, #DEEAF6, #FFFFFF);
  padding: 20px 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .news-section {
    padding: 20px 20px 80px 20px;
  }
}
.news-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner {
    padding: 40px 0 0 0;
  }
}
.news-section-inner .news-section__category {
  margin: 0 0 70px 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__category {
    margin: 0 0 35px 0;
  }
}
.news-section-inner .news-section__category h2 {
  font-size: 5.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  color: #589FDF;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__category h2 {
    font-size: 3.2rem;
    margin: 0 0 20px 0;
  }
}
.news-section-inner .news-section__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.news-section-inner .news-section__category-list li {
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__category-list li {
    margin: 0 5px 5px 0;
  }
}
.news-section-inner .news-section__category-list li a {
  transition: all 0.3s;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 10rem;
  border: solid 1px #589FDF;
  color: #589FDF;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__category-list li a {
    font-size: 1.2rem;
    padding: 5px 10px;
  }
}
.news-section-inner .news-section__category-list li a:hover {
  transition: all 0.3s;
  background: #FFEFAC;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__category-list li a:hover {
    background: #FFFFFF;
  }
}
.news-section-inner .news-section__category-list li.current-cat a {
  background: #FFEFAC;
}
.news-section-inner .news-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list {
    max-width: 540px;
    margin: 0 auto;
    width: auto;
  }
}
.news-section-inner .news-section__list .note-txt {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list .note-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.news-section-inner .news-section__list .note-txt > a {
  color: #589FDF;
  transition: all 0.3s;
}
.news-section-inner .news-section__list .note-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .news-section__list .note-txt > a:hover {
    opacity: 1;
  }
}
.news-section-inner .news-section__list .note-txt span {
  color: #589FDF;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list .note-txt {
    margin: 0;
  }
}
.news-section-inner .news-section__list > li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  padding: 30px 0;
  border-top: solid 1px #BAD4EA;
}
.news-section-inner .news-section__list > li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .news-section__list > li a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list > li a {
    padding: 30px 20px;
    flex-flow: column;
  }
}
.news-section-inner .news-section__list > li a .news-section__list-thumbnail {
  max-width: 240px;
  width: 100%;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list > li a .news-section__list-thumbnail {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
.news-section-inner .news-section__list > li a .news-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  border: solid 1px #BAD4EA;
  box-sizing: border-box;
}
.news-section-inner .news-section__list > li a .news-section__list-txt {
  flex: 1;
}
.news-section-inner .news-section__list > li a .news-section__list-txt .news-section__list-info {
  display: flex;
  align-items: center;
}
.news-section-inner .news-section__list > li a .news-section__list-txt .news-section__list-info .time-txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #589FDF;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list > li a .news-section__list-txt .news-section__list-info .time-txt {
    font-size: 1.2rem;
  }
}
.news-section-inner .news-section__list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-section-inner .news-section__list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat li {
  margin: 0 10px 10px 0;
  padding: 5px 20px;
  box-sizing: border-box;
  background: #F1FEEA;
  border: solid 1px #589FDF;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #589FDF;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat li {
    font-size: 1.2rem;
    padding: 3px 10px;
  }
}
.news-section-inner .news-section__list > li a .news-section__list-txt .news-section__list-heading {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: #474747;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list > li a .news-section__list-txt .news-section__list-heading {
    font-size: 1.4rem;
  }
}
.news-section-inner .news-section__list > li:last-child a {
  border-bottom: solid 1px #BAD4EA;
}
.news-section-inner .news-section__list > .note-txt {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list > .note-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.news-section-inner .news-section__list > .note-txt > a {
  color: #589FDF;
  transition: all 0.3s;
}
.news-section-inner .news-section__list > .note-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .news-section__list > .note-txt > a:hover {
    opacity: 1;
  }
}
.news-section-inner .news-section__list > .note-txt span {
  color: #589FDF;
  font-weight: 600;
}
.news-section-inner .m-pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px 0 0 0;
}
.news-section-inner .m-pagenation .m-pagenation__prev {
  margin: 0 5px 0 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__prev {
    margin: 0 2.5px 0 0;
  }
}
.news-section-inner .m-pagenation .m-pagenation__prev a {
  display: block;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  border: solid 2px #589FDF;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__prev a {
    width: 35px;
    height: 35px;
  }
}
.news-section-inner .m-pagenation .m-pagenation__prev a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-section-inner .m-pagenation .m-pagenation__prev a span::after {
  content: "";
  display: inline-block;
  background: url(../../images/icon_arrow_l.svg);
  background-size: 10px;
  width: 10px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__prev a span::after {
    background: url(../../images/icon_arrow_bread_l.svg);
    background-size: 6px;
    width: 6px;
    height: 9px;
  }
}
.news-section-inner .m-pagenation .m-pagenation__prev a:hover {
  background: #FFEFAC;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .m-pagenation .m-pagenation__prev a:hover {
    background: #fff;
  }
}
.news-section-inner .m-pagenation .m-pagenation__body {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.news-section-inner .m-pagenation .m-pagenation__body li {
  list-style: none;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__body li {
    margin: 0 2.5px;
  }
}
.news-section-inner .m-pagenation .m-pagenation__body li a {
  display: block;
  text-decoration: none;
  color: #589FDF;
  background: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  border: solid 2px #589FDF;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__body li a {
    width: 35px;
    height: 35px;
  }
}
.news-section-inner .m-pagenation .m-pagenation__body li a span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__body li a span {
    font-size: 1.6rem;
  }
}
.news-section-inner .m-pagenation .m-pagenation__body li a:hover {
  background: #FFEFAC;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .m-pagenation .m-pagenation__body li a:hover {
    background: #FFFFFF;
  }
}
.news-section-inner .m-pagenation .m-pagenation__body li.current {
  background: #FFEFAC;
  color: #589FDF;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  border: solid 2px #589FDF;
  border-radius: 50%;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__body li.current {
    width: 35px;
    height: 35px;
  }
}
.news-section-inner .m-pagenation .m-pagenation__body li.current span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__body li.current span {
    font-size: 1.6rem;
  }
}
.news-section-inner .m-pagenation .m-pagenation__next {
  margin: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__next {
    margin: 0 0 0 2.5px;
  }
}
.news-section-inner .m-pagenation .m-pagenation__next a {
  display: block;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  border: solid 2px #589FDF;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__next a {
    width: 35px;
    height: 35px;
  }
}
.news-section-inner .m-pagenation .m-pagenation__next a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-section-inner .m-pagenation .m-pagenation__next a span::after {
  content: "";
  display: inline-block;
  background: url(../../images/icon_arrow_r.svg);
  background-size: 10px;
  width: 10px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__next a span::after {
    background: url(../../images/icon_arrow_bread.svg);
    background-size: 6px;
    width: 6px;
    height: 9px;
  }
}
.news-section-inner .m-pagenation .m-pagenation__next a:hover {
  background: #FFEFAC;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .m-pagenation .m-pagenation__next a:hover {
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation {
    margin: 40px 0 0 0;
  }
}

/*-------------お知らせ_下層-------------*/
.news-lower-section {
  background: linear-gradient(to bottom, #DEEAF6, #FFFFFF);
  padding: 100px 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .news-lower-section {
    padding: 40px 20px 80px 20px;
  }
}
.news-lower-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.news-lower-section-inner .news-lower-section__cont {
  background: rgba(255, 255, 255, 0.4);
  padding: 100px 20px;
  border: solid 1px #BAD4EA;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__cont {
    padding: 40px 20px;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__heading {
  margin: 0 0 40px 0;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__heading {
    font-size: 2.4rem;
    margin: 0 0 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__info {
    margin: 0 0 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__info .time-txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #589FDF;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__info .time-txt {
    font-size: 1.2rem;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__info .news-section__info-cat {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__info .news-section__info-cat li {
  margin: 0 10px 10px 0;
  padding: 5px 20px;
  box-sizing: border-box;
  background: #F1FEEA;
  border: solid 1px #589FDF;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #589FDF;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__info .news-section__info-cat li {
    font-size: 1.2rem;
    padding: 3px 10px;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__thumbnail {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__thumbnail {
    margin: 0 0 30px 0;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > h2 {
  font-size: 2.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.6;
  margin: 60px 0 40px 0;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #589FDF;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > h2 {
    font-size: 2.2rem;
    margin: 40px 0 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > h3 {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
  margin: 40px 0 30px 0;
  padding: 0 0 20px 0;
  position: relative;
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > h3::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #589FDF;
  height: 2px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > h3 {
    font-size: 2rem;
    margin: 30px 0 20px 0;
  }
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > h3::after {
    width: 60px;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > h4 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
  margin: 40px 0 30px 0;
  padding: 0 0 0 10px;
  border-left: solid 2px #589FDF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > h4 {
    font-size: 1.8rem;
    margin: 30px 0 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > h5 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 40px 0 30px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > h5 {
    font-size: 1.6rem;
    margin: 30px 0 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > p {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > p > a {
  color: #589FDF;
  transition: all 0.3s;
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > p > a:hover {
    opacity: 1;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > p span {
  color: #589FDF;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > p {
    margin: 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > figure {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > figure {
    margin: 40px 0;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > figure img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > figure figcaption {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 20px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > figure figcaption {
    font-size: 1.5rem;
    margin: 10px 0 0 0;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ul {
    margin: 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ul li {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 2;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  position: relative;
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ul li > a {
  color: #589FDF;
  transition: all 0.3s;
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ul li > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ul li > a:hover {
    opacity: 1;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ul li span {
  font-weight: 600;
  color: #589FDF;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ul li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  background: #589FDF;
  background-size: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ul li::before {
    top: 10px;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ul li:last-child {
  margin: 0;
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ol {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  counter-reset: number;
}
@media screen and (max-width: 830px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ol {
    margin: 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ol li {
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  position: relative;
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 2;
  position: relative;
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ol li > a {
  color: #589FDF;
  transition: all 0.3s;
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ol li > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ol li > a:hover {
    opacity: 1;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ol li span {
  font-weight: 600;
  color: #589FDF;
}
@media screen and (max-width: 830px) {
  .news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ol li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ol li::before {
  position: absolute;
  left: 0;
  top: 6px;
  counter-increment: number 1;
  content: counter(number);
  display: inline-block;
  background: #589FDF;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
  border-radius: 50%;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  text-align: center;
}
.news-lower-section-inner .news-lower-section__cont-wrap .news-lower-section__txt > ol li:last-child {
  margin: 0;
}
.news-lower-section-inner .news-lower-section__related {
  margin: 120px 0 0 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related {
    margin: 60px 0 0 0;
  }
}
.news-lower-section-inner .news-lower-section__related h2 {
  font-size: 4.8rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 60px 0;
  padding: 0 0 30px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related h2 {
    font-size: 3.2rem;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__related h2::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #589FDF;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related h2::after {
    width: 60px;
  }
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related .news-lower-section__related-list {
    max-width: 540px;
    margin: 0 auto;
    width: auto;
  }
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list .note-txt {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related .news-lower-section__related-list .note-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list .note-txt > a {
  color: #589FDF;
  transition: all 0.3s;
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list .note-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__related .news-lower-section__related-list .note-txt > a:hover {
    opacity: 1;
  }
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list .note-txt span {
  color: #589FDF;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related .news-lower-section__related-list .note-txt {
    margin: 0;
  }
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  padding: 30px 0;
  border-top: solid 1px #BAD4EA;
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > li a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > li a {
    padding: 30px 20px;
    flex-flow: column;
  }
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > li a .news-section__list-thumbnail {
  max-width: 240px;
  width: 100%;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > li a .news-section__list-thumbnail {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > li a .news-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  border: solid 1px #BAD4EA;
  box-sizing: border-box;
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > li a .news-section__list-txt {
  flex: 1;
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > li a .news-section__list-txt .news-section__list-info {
  display: flex;
  align-items: center;
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > li a .news-section__list-txt .news-section__list-info .time-txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #589FDF;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > li a .news-section__list-txt .news-section__list-info .time-txt {
    font-size: 1.2rem;
  }
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat li {
  margin: 0 10px 10px 0;
  padding: 5px 20px;
  box-sizing: border-box;
  background: #F1FEEA;
  border: solid 1px #589FDF;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #589FDF;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat li {
    font-size: 1.2rem;
    padding: 3px 10px;
  }
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > li a .news-section__list-txt .news-section__list-heading {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: #474747;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > li a .news-section__list-txt .news-section__list-heading {
    font-size: 1.4rem;
  }
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > li:last-child a {
  border-bottom: solid 1px #BAD4EA;
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > .note-txt {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > .note-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > .note-txt > a {
  color: #589FDF;
  transition: all 0.3s;
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > .note-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > .note-txt > a:hover {
    opacity: 1;
  }
}
.news-lower-section-inner .news-lower-section__related .news-lower-section__related-list > .note-txt span {
  color: #589FDF;
  font-weight: 600;
}
.news-lower-section-inner .news-lower-section__related .no-txt {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related .no-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.news-lower-section-inner .news-lower-section__related .no-txt > a {
  color: #589FDF;
  transition: all 0.3s;
}
.news-lower-section-inner .news-lower-section__related .no-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__related .no-txt > a:hover {
    opacity: 1;
  }
}
.news-lower-section-inner .news-lower-section__related .no-txt span {
  color: #589FDF;
  font-weight: 600;
}
.news-lower-section-inner .news-lower-section__related .no-txt:last-child {
  margin: 0;
}
.news-lower-section-inner .news-lower-section__related .btn-main {
  max-width: 400px;
  width: 100%;
  margin: 60px auto 0 auto;
}
.news-lower-section-inner .news-lower-section__related .btn-main a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  padding: 15px;
  box-sizing: border-box;
  background: #FFEFAC;
  border: solid 2px #589FDF;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.4;
  color: #589FDF;
  border-radius: 10rem;
  position: relative;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.news-lower-section-inner .news-lower-section__related .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__related .btn-main a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related .btn-main a {
    font-size: 2rem;
    padding: 12px;
  }
}
.news-lower-section-inner .news-lower-section__related .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_btn_r.svg);
  background-size: 30px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related .btn-main a::after {
    background-size: 24px;
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
.news-lower-section-inner .news-lower-section__related .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: auto;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_btn_l.svg);
  background-size: 30px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related .btn-main.back a::after {
    background-size: 24px;
    width: 24px;
    height: 24px;
    left: 15px;
  }
}
.news-lower-section-inner .news-lower-section__related .btn-main.dl a {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related .btn-main.dl a {
    font-size: 1.6rem;
  }
}
.news-lower-section-inner .news-lower-section__related .btn-main.dl a span {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related .btn-main.dl a span {
    font-size: 1.4rem;
  }
}
.news-lower-section-inner .news-lower-section__related .btn-main.dl a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_dl.svg);
  background-size: 18px;
  width: 18px;
  height: 14.8px;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__related .btn-main {
    margin: 30px auto 0 auto;
  }
}
.news-lower-section-inner .news-lower-section__related .btn-main a {
  font-family: "Shippori Mincho", serif;
}

/*-------------ページが見つかりません-------------*/
.not-section {
  background: linear-gradient(to bottom, #DEEAF6, #FFFFFF);
  padding: 20px 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .not-section {
    padding: 20px 20px 80px 20px;
  }
}
.not-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .not-section-inner {
    padding: 40px 0 0 0;
  }
}
.not-section-inner > p {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .not-section-inner > p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.not-section-inner > p > a {
  color: #589FDF;
  transition: all 0.3s;
}
.not-section-inner > p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .not-section-inner > p > a:hover {
    opacity: 1;
  }
}
.not-section-inner > p span {
  color: #589FDF;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .not-section-inner > p {
    margin: 0 0 20px 0;
  }
}
.not-section-inner .btn-main {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.not-section-inner .btn-main a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  padding: 15px;
  box-sizing: border-box;
  background: #FFEFAC;
  border: solid 2px #589FDF;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.4;
  color: #589FDF;
  border-radius: 10rem;
  position: relative;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.not-section-inner .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .not-section-inner .btn-main a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .not-section-inner .btn-main a {
    font-size: 2rem;
    padding: 12px;
  }
}
.not-section-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_btn_r.svg);
  background-size: 30px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .not-section-inner .btn-main a::after {
    background-size: 24px;
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
.not-section-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: auto;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_btn_l.svg);
  background-size: 30px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .not-section-inner .btn-main.back a::after {
    background-size: 24px;
    width: 24px;
    height: 24px;
    left: 15px;
  }
}
.not-section-inner .btn-main.dl a {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .not-section-inner .btn-main.dl a {
    font-size: 1.6rem;
  }
}
.not-section-inner .btn-main.dl a span {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .not-section-inner .btn-main.dl a span {
    font-size: 1.4rem;
  }
}
.not-section-inner .btn-main.dl a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_dl.svg);
  background-size: 18px;
  width: 18px;
  height: 14.8px;
}
.not-section-inner .btn-main a {
  font-family: "Shippori Mincho", serif;
}

/*-------------学園の歴史-------------*/
.history-section {
  background: linear-gradient(to bottom, #DEEAF6, #FFFFFF);
  padding: 20px 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .history-section {
    padding: 20px 20px 80px 20px;
  }
}
.history-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .history-section-inner {
    padding: 40px 0 0 0;
  }
}
.history-section-inner .history-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.history-section-inner .history-section__list .note-txt {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .history-section-inner .history-section__list .note-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.history-section-inner .history-section__list .note-txt > a {
  color: #589FDF;
  transition: all 0.3s;
}
.history-section-inner .history-section__list .note-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .history-section-inner .history-section__list .note-txt > a:hover {
    opacity: 1;
  }
}
.history-section-inner .history-section__list .note-txt span {
  color: #589FDF;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .history-section-inner .history-section__list .note-txt {
    margin: 0;
  }
}
.history-section-inner .history-section__list li {
  display: flex;
  padding: 0 0 50px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history-section-inner .history-section__list li {
    padding: 0 0 20px 0;
  }
}
.history-section-inner .history-section__list li:last-child {
  padding: 0;
}
.history-section-inner .history-section__list li::before {
  content: "";
  display: inline-block;
  position: relative;
  background: #589FDF;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 259px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .history-section-inner .history-section__list li::before {
    left: 118px;
    width: 1px;
  }
}
.history-section-inner .history-section__list li .history-section__list-year {
  margin: 0 50px 0 0;
  padding: 0 50px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history-section-inner .history-section__list li .history-section__list-year {
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
  }
}
.history-section-inner .history-section__list li .history-section__list-year::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #FFEFAC;
  border: solid 2px #589FDF;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  right: -7px;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .history-section-inner .history-section__list li .history-section__list-year::after {
    width: 9px;
    height: 9px;
    border: solid 1px #589FDF;
  }
}
.history-section-inner .history-section__list li .history-section__list-year .year-txt {
  font-size: 4.8rem;
  font-weight: 400;
  color: #589FDF;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .history-section-inner .history-section__list li .history-section__list-year .year-txt {
    font-size: 2.2rem;
  }
}
.history-section-inner .history-section__list li .history-section__list-year .jp-calendar {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #93C6F4;
  margin: 5px 0 0 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .history-section-inner .history-section__list li .history-section__list-year .jp-calendar {
    font-size: 1.5rem;
  }
}
.history-section-inner .history-section__list li .history-section__list-year .jp-calendar span {
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .history-section-inner .history-section__list li .history-section__list-year .jp-calendar span {
    font-size: 2.2rem;
  }
}
.history-section-inner .history-section__list li .history-section__list-cont {
  flex: 1;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .history-section-inner .history-section__list li .history-section__list-cont {
    flex-flow: column;
  }
}
.history-section-inner .history-section__list li .history-section__list-cont .history-section__list-img {
  margin: 0 30px 0 0;
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .history-section-inner .history-section__list li .history-section__list-cont .history-section__list-img {
    margin: 0 0 20px 0;
  }
}
.history-section-inner .history-section__list li .history-section__list-cont .history-section__list-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  border: solid 1px #BAD4EA;
}
.history-section-inner .history-section__list li .history-section__list-cont p {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .history-section-inner .history-section__list li .history-section__list-cont p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.history-section-inner .history-section__list li .history-section__list-cont p > a {
  color: #589FDF;
  transition: all 0.3s;
}
.history-section-inner .history-section__list li .history-section__list-cont p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .history-section-inner .history-section__list li .history-section__list-cont p > a:hover {
    opacity: 1;
  }
}
.history-section-inner .history-section__list li .history-section__list-cont p span {
  color: #589FDF;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .history-section-inner .history-section__list li .history-section__list-cont p {
    margin: 0;
  }
}

/*-------------お問い合わせ-------------*/
.contact-section {
  background: linear-gradient(to bottom, #DEEAF6, #FFFFFF);
  padding: 20px 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .contact-section {
    padding: 20px 20px 80px 20px;
  }
}
.contact-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner {
    padding: 40px 0 0 0;
  }
}
.contact-section-inner .contact-section__btn {
  padding: 0;
  margin: 0 0 80px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__btn {
    margin: 0 0 30px 0;
  }
}
.contact-section-inner .contact-section__btn::after {
  content: "";
  display: inline-block;
  position: relative;
  height: auto;
  width: 32.2%;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__btn::after {
    width: 100%;
  }
}
.contact-section-inner .contact-section__btn li {
  width: 32.2%;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__btn li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .contact-section-inner .contact-section__btn li:last-child {
    margin: 0;
  }
}
.contact-section-inner .contact-section__btn li.active a {
  background: #FFEFAC;
}
.contact-section-inner .contact-section__btn li a {
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  color: #589FDF;
  padding: 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: solid 2px #589FDF;
  border-radius: 10rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__btn li a {
    font-size: 1.6rem;
    padding: 15px;
  }
}
.contact-section-inner .contact-section__btn li a:hover {
  transition: all 0.3s;
  background: #FFEFAC;
}
@media screen and (max-width: 1100px) {
  .contact-section-inner .contact-section__btn li a:hover {
    background: #FFFFFF;
  }
}
.contact-section-inner .contact-section__form .main-txt {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form .main-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.contact-section-inner .contact-section__form .main-txt > a {
  color: #589FDF;
  transition: all 0.3s;
}
.contact-section-inner .contact-section__form .main-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section-inner .contact-section__form .main-txt > a:hover {
    opacity: 1;
  }
}
.contact-section-inner .contact-section__form .main-txt span {
  color: #589FDF;
  font-weight: 600;
}
.contact-section-inner .contact-section__form-item {
  margin: 0 0 30px 0;
}
.contact-section-inner .contact-section__form-item > label {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item > label {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
  }
}
.contact-section-inner .contact-section__form-item > label .required {
  color: #589FDF;
  background: #FFEFAC;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 2rem;
  padding: 2px 10px;
  margin: 0 10px 0 0;
}
.contact-section-inner .contact-section__form-item > label .any {
  color: #589FDF;
  border: solid 1px #589FDF;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 2rem;
  padding: 2px 10px;
  margin: 0 10px 0 0;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-cont {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #474747;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-cont {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-cont input {
  box-sizing: border-box;
  letter-spacing: 0.1em;
  border-radius: 0.8rem;
  padding: 12.3px 5px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #FFFFFF;
  line-height: 1.6;
  -webkit-appearance: none;
  border: solid 1px #BAD4EA;
  width: 100%;
  color: #474747;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-cont input {
    border-radius: 0.5rem;
    font-size: 1.5rem;
    padding: 13.3px 5px;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-cont .wpcf7-not-valid-tip {
  margin: 10px 0 0 0;
  color: #FF0000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-cont .wpcf7-not-valid-tip {
    font-size: 1.5rem;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex {
  display: flex;
  align-items: center;
  flex: 1;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner {
  margin: 0 20px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #474747;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner {
    margin: 0 10px 0 0;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span {
  display: inline-block;
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span > a {
  color: #589FDF;
  transition: all 0.3s;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span > a:hover {
    opacity: 1;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span span {
  color: #589FDF;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span {
    margin: 0 5px 0 0;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span.error {
  color: #FF0000;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span.error {
    margin: 0 0 0 5px;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner .wpcf7-form-control-wrap {
  margin: 0;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner .wpcf7-form-control-wrap input {
  box-sizing: border-box;
  letter-spacing: 0.1em;
  border-radius: 0.8rem;
  padding: 12.3px 5px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #FFFFFF;
  line-height: 1.6;
  -webkit-appearance: none;
  border: solid 1px #BAD4EA;
  width: 100%;
  color: #474747;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner .wpcf7-form-control-wrap input {
    border-radius: 0.5rem;
    font-size: 1.5rem;
    padding: 13.3px 5px;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: block;
  margin: 10px 0 0 0;
  color: #FF0000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio {
  flex: 1;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap {
  display: block;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control {
  display: block;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: block;
  margin: 0 0 10px 0;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:last-child {
  margin: 0;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label {
  display: inline-block;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  background: #FFFFFF;
  border: solid 1px #BAD4EA;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  top: 10px;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=checkbox] {
  display: none;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=radio] {
  display: none;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=radio],
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=checkbox] {
  position: relative;
  top: 2px;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
  display: inline-block;
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a {
  color: #589FDF;
  transition: all 0.3s;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a:hover {
    opacity: 1;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span span {
  color: #589FDF;
  font-weight: 600;
}
@media screen and (max-width: 830px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
    margin: 0;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  background: white;
  border: solid 1px #589FDF;
  background-size: 14px;
  width: 20px;
  height: 20px;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::after {
  background: #589FDF;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  opacity: 0;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #FF0000;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 830px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin: 5px 0 0 0;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-select {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #474747;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-select {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-select::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #589FDF;
  pointer-events: none;
  z-index: 1;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-select select {
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  background-image: none;
  box-shadow: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  border-radius: 0.8rem;
  padding: 12.3px 5px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #FFFFFF;
  line-height: 1.6;
  -webkit-appearance: none;
  border: solid 1px #BAD4EA;
  width: 100%;
  color: #474747;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-select select {
    border-radius: 0.5rem;
    font-size: 1.5rem;
    padding: 13.3px 5px;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex {
  display: flex;
  align-items: center;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner {
  margin: 0 20px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #474747;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner {
    margin: 0 10px 0 0;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span {
  display: inline-block;
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span > a {
  color: #589FDF;
  transition: all 0.3s;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span > a:hover {
    opacity: 1;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span span {
  color: #589FDF;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span {
    margin: 0 5px 0 0;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span.error {
  color: #FF0000;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span.error {
    margin: 0 0 0 5px;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner .wpcf7-form-control-wrap {
  margin: 0;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner .wpcf7-form-control-wrap input {
  box-sizing: border-box;
  letter-spacing: 0.1em;
  border-radius: 0.8rem;
  padding: 12.3px 5px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #FFFFFF;
  line-height: 1.6;
  -webkit-appearance: none;
  border: solid 1px #BAD4EA;
  width: 100%;
  color: #474747;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner .wpcf7-form-control-wrap input {
    border-radius: 0.5rem;
    font-size: 1.5rem;
    padding: 13.3px 5px;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: block;
  margin: 10px 0 0 0;
  color: #FF0000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-address {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #474747;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-address {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-address .wpcf7-form-control-wrap {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-address .wpcf7-form-control-wrap {
    max-width: 160px;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-address .wpcf7-form-control-wrap input {
  box-sizing: border-box;
  letter-spacing: 0.1em;
  border-radius: 0.8rem;
  padding: 12.3px 5px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #FFFFFF;
  line-height: 1.6;
  -webkit-appearance: none;
  border: solid 1px #BAD4EA;
  width: 100%;
  color: #474747;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-address .wpcf7-form-control-wrap input {
    border-radius: 0.5rem;
    font-size: 1.5rem;
    padding: 13.3px 5px;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-address button {
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 16px 20px;
  box-sizing: border-box;
  background: #FFEFAC;
  border: solid 2px #589FDF;
  text-decoration: none;
  max-width: 143px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #589FDF;
  transition: all 0.3s;
  margin: 0 0 0 10px;
  border-radius: 100rem;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-address button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-address button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-address button {
    padding: 17.4px 20px;
    font-size: 1.5rem;
    margin: 0 0 0 5px;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-textarea textarea {
  box-sizing: border-box;
  letter-spacing: 0.1em;
  border-radius: 0.8rem;
  padding: 12.3px 5px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #FFFFFF;
  line-height: 1.6;
  -webkit-appearance: none;
  border: solid 1px #BAD4EA;
  width: 100%;
  color: #474747;
  height: 300px;
  resize: none;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-textarea textarea {
    border-radius: 0.5rem;
    font-size: 1.5rem;
    padding: 13.3px 5px;
  }
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-textarea textarea {
    height: 200px;
  }
}
.contact-section-inner .contact-section__form-item .note-txt {
  color: #FF0000;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .note-txt {
    margin: 10px 0 0 0;
  }
}
.contact-section-inner .contact-section__form-item--start {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item--start {
    flex-flow: column;
    align-items: flex-start;
  }
}
.contact-section-inner .contact-section__form-item--start > label {
  margin: 0 60px 0 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item--start > label {
    margin: 0 0 20px 0;
  }
}
.contact-section-inner .contact-section__form-item-check {
  margin: 40px auto;
  text-align: center;
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap {
  display: block;
  text-align: center;
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control {
  display: block;
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: block;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    margin: 0 0 10px 0;
  }
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:last-child {
  margin: 0;
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label {
  display: inline-block;
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=checkbox] {
  display: none;
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #FFEFAC;
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
  display: inline-block;
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  position: relative;
  padding: 0 0 0 40px;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a {
  color: #589FDF;
  transition: all 0.3s;
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a:hover {
    opacity: 1;
  }
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span span {
  color: #589FDF;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
    margin: 0;
    padding: 0 0 0 30px;
  }
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: 0;
  background: #FFFFFF;
  border: solid 1px #BAD4EA;
  border-radius: 0.3rem;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::before {
    font-size: 1.5rem;
    width: 20px;
    height: 20px;
  }
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::after {
  content: "";
  display: block;
  background: url(../../images/icon-check.svg);
  background-size: 12px;
  width: 12px;
  height: 8.5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::after {
    left: 5px;
  }
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #FF0000;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin: 5px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item-check {
    margin: 20px 0;
  }
}
.contact-section-inner .contact-section__form .note-txt {
  color: #FF0000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form .note-txt {
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
}
.contact-section-inner .contact-section__form .btn-form .wpcf7-spinner {
  display: none;
}
.contact-section-inner .contact-section__form .btn-form span {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.contact-section-inner .contact-section__form .btn-form span input {
  cursor: pointer;
  width: 100%;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  padding: 15px;
  box-sizing: border-box;
  background: #FFEFAC;
  border: solid 2px #589FDF;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.4;
  color: #589FDF;
  border-radius: 10rem;
  position: relative;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.contact-section-inner .contact-section__form .btn-form span input:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section-inner .contact-section__form .btn-form span input:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form .btn-form span input {
    font-size: 2rem;
    padding: 12px;
  }
}
.contact-section-inner .contact-section__form .btn-form span::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_btn_r.svg);
  background-size: 30px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form .btn-form span::after {
    background-size: 24px;
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
.contact-section-inner .contact-section__form .btn-form span input[type=submit] {
  -webkit-appearance: none;
  text-decoration: none;
}
.contact-section-inner .contact-section__form .wpcf7-response-output {
  display: block;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  border: none !important;
  color: #FF0000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form .wpcf7-response-output {
    font-size: 1.5rem;
  }
}

/*-------------寄付について-------------*/
.donation-section {
  background: linear-gradient(to bottom, #DEEAF6, #FFFFFF);
  padding: 20px 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .donation-section {
    padding: 20px 20px 80px 20px;
  }
}
.donation-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .donation-section-inner {
    padding: 40px 0 0 0;
  }
}
.donation-section-inner .donation-section__cont {
  margin: 0 0 120px 0;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont {
    margin: 0 0 40px 0;
  }
}
.donation-section-inner .donation-section__cont:last-child {
  margin: 0;
}
.donation-section-inner .donation-section__cont h2 {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1.6;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #589FDF;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont h2 {
    font-size: 2.2rem;
    margin: 0 0 30px 0;
  }
}
.donation-section-inner .donation-section__cont .donation-section__purpose {
  padding: 60px 20px;
  margin: 0 0 60px 0;
  background: rgba(255, 255, 255, 0.4);
  border: solid 1px #BAD4EA;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__purpose {
    padding: 40px 20px;
    margin: 0 0 30px 0;
  }
}
.donation-section-inner .donation-section__cont .donation-section__purpose-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.donation-section-inner .donation-section__cont .donation-section__purpose-inner h3 {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1.6;
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
  position: relative;
}
.donation-section-inner .donation-section__cont .donation-section__purpose-inner h3::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #589FDF;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__purpose-inner h3 {
    font-size: 2rem;
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
  }
}
.donation-section-inner .donation-section__cont .donation-section__purpose-inner p {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__purpose-inner p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.donation-section-inner .donation-section__cont .donation-section__purpose-inner p > a {
  color: #589FDF;
  transition: all 0.3s;
}
.donation-section-inner .donation-section__cont .donation-section__purpose-inner p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .donation-section-inner .donation-section__cont .donation-section__purpose-inner p > a:hover {
    opacity: 1;
  }
}
.donation-section-inner .donation-section__cont .donation-section__purpose-inner p span {
  color: #589FDF;
  font-weight: 600;
}
.donation-section-inner .donation-section__cont .donation-section__purpose-inner p:last-child {
  margin: 0;
}
.donation-section-inner .donation-section__cont .donation-section__recruit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.donation-section-inner .donation-section__cont .donation-section__recruit-item {
  width: 48.75%;
  padding: 60px 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.4);
  border: solid 1px #BAD4EA;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__recruit-item {
    padding: 40px 20px;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .donation-section-inner .donation-section__cont .donation-section__recruit-item:last-child {
    margin: 0;
  }
}
.donation-section-inner .donation-section__cont .donation-section__recruit-item h3 {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1.6;
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
  position: relative;
}
.donation-section-inner .donation-section__cont .donation-section__recruit-item h3::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #589FDF;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__recruit-item h3 {
    font-size: 2rem;
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
  }
}
.donation-section-inner .donation-section__cont .donation-section__recruit-item .main-txt {
  font-size: 3.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #589FDF;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__recruit-item .main-txt {
    font-size: 3rem;
  }
}
.donation-section-inner .donation-section__cont .donation-section__recruit-item .note-txt {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: center;
  color: #FF0000;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__recruit-item .note-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.donation-section-inner .donation-section__cont .donation-section__recruit-item .note-txt > a {
  color: #589FDF;
  transition: all 0.3s;
}
.donation-section-inner .donation-section__cont .donation-section__recruit-item .note-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .donation-section-inner .donation-section__cont .donation-section__recruit-item .note-txt > a:hover {
    opacity: 1;
  }
}
.donation-section-inner .donation-section__cont .donation-section__recruit-item .note-txt span {
  color: #589FDF;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__recruit-item .note-txt {
    margin: 20px 0 0 0;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail {
  padding: 60px 20px;
  margin: 0 0 60px 0;
  background: rgba(255, 255, 255, 0.4);
  border: solid 1px #BAD4EA;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail {
    padding: 40px 20px;
    margin: 0 0 30px 0;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail:last-child {
  margin: 0;
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item {
  padding: 0 0 60px 0;
  margin: 0 0 60px 0;
  border-bottom: solid 1px #589FDF;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item {
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item h3 {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1.6;
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
  position: relative;
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item h3::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #589FDF;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item h3 {
    font-size: 2rem;
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item p {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item p > a {
  color: #589FDF;
  transition: all 0.3s;
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item p > a:hover {
    opacity: 1;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item p span {
  color: #589FDF;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item p {
    text-align: left;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item p:last-child {
  margin: 0;
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn {
    flex-wrap: wrap;
    margin: 20px 0 0 0;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn .btn-main {
  max-width: 400px;
  width: 100%;
  margin: 0 10px;
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn .btn-main a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  padding: 15px;
  box-sizing: border-box;
  background: #FFEFAC;
  border: solid 2px #589FDF;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.4;
  color: #589FDF;
  border-radius: 10rem;
  position: relative;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn .btn-main a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn .btn-main a {
    font-size: 2rem;
    padding: 12px;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_btn_r.svg);
  background-size: 30px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn .btn-main a::after {
    background-size: 24px;
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: auto;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_btn_l.svg);
  background-size: 30px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn .btn-main.back a::after {
    background-size: 24px;
    width: 24px;
    height: 24px;
    left: 15px;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn .btn-main.dl a {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn .btn-main.dl a {
    font-size: 1.6rem;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn .btn-main.dl a span {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn .btn-main.dl a span {
    font-size: 1.4rem;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn .btn-main.dl a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_dl.svg);
  background-size: 18px;
  width: 18px;
  height: 14.8px;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn .btn-main {
    margin: 0 0 10px 0;
  }
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__type-item .donation-section__type-btn .btn-main:last-child {
    margin: 0;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__contact {
    margin: 30px 0 0 0;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__contact-item {
  width: 48.5%;
  padding: 40px 20px;
  box-sizing: border-box;
  background: #589FDF;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__contact-item {
    width: 100%;
    padding: 30px 20px;
    border-radius: 0.5rem;
    margin: 0 0 10px 0;
  }
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__contact-item:last-child {
    margin: 0;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__contact-item h3 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__contact-item h3 {
    font-size: 2rem;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__contact-item .tel-txt {
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__contact-item .tel-txt a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 4.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #FFFFFF;
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__contact-item .tel-txt a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__contact-item .tel-txt a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__contact-item .tel-txt a {
    font-size: 2.8rem;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__contact-item .tel-txt a::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_tel.svg);
  background-size: 29px;
  width: 29px;
  height: 38.5px;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .donation-section__contact-item .tel-txt a::before {
    background-size: 20px;
    width: 20px;
    height: 26px;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .mail-txt {
  text-align: center;
  margin: 60px 0 0 0;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  line-height: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .mail-txt {
    margin: 30px 0 0 0;
    font-size: 1.6rem;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .mail-txt a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  color: #589FDF;
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .mail-txt a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .mail-txt a:hover {
    opacity: 1;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .btn-main {
  max-width: 400px;
  width: 100%;
  margin: 60px auto 0 auto;
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .btn-main a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  padding: 15px;
  box-sizing: border-box;
  background: #FFEFAC;
  border: solid 2px #589FDF;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.4;
  color: #589FDF;
  border-radius: 10rem;
  position: relative;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .btn-main a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .btn-main a {
    font-size: 2rem;
    padding: 12px;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_btn_r.svg);
  background-size: 30px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .btn-main a::after {
    background-size: 24px;
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: auto;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_btn_l.svg);
  background-size: 30px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .btn-main.back a::after {
    background-size: 24px;
    width: 24px;
    height: 24px;
    left: 15px;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .btn-main.dl a {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .btn-main.dl a {
    font-size: 1.6rem;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .btn-main.dl a span {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .btn-main.dl a span {
    font-size: 1.4rem;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .btn-main.dl a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_dl.svg);
  background-size: 18px;
  width: 18px;
  height: 14.8px;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .btn-main {
    margin: 30px auto 0 auto;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .large-txt {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .large-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .large-txt > a {
  color: #589FDF;
  transition: all 0.3s;
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .large-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .large-txt > a:hover {
    opacity: 1;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .large-txt span {
  color: #589FDF;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .large-txt {
    font-size: 1.6rem;
  }
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .large-txt:last-child {
  margin: 0;
}
.donation-section-inner .donation-section__cont .donation-section__detail-inner .main-txt {
  font-size: 2.4rem;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont .donation-section__detail-inner .main-txt {
    font-size: 1.8rem;
    margin: 0;
  }
}
.donation-section-inner .donation-section__cont-txt p {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.donation-section-inner .donation-section__cont-txt p > a {
  color: #589FDF;
  transition: all 0.3s;
}
.donation-section-inner .donation-section__cont-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .donation-section-inner .donation-section__cont-txt p > a:hover {
    opacity: 1;
  }
}
.donation-section-inner .donation-section__cont-txt p span {
  color: #589FDF;
  font-weight: 600;
}
.donation-section-inner .donation-section__cont-txt p:last-child {
  margin: 0;
}
.donation-section-inner .donation-section__cont-name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont-name {
    margin: 30px 0 0 0;
    flex-flow: column;
    align-items: flex-start;
  }
}
.donation-section-inner .donation-section__cont-name .donation-section__cont-profile {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont-name .donation-section__cont-profile {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
  }
}
.donation-section-inner .donation-section__cont-name .donation-section__cont-profile .jp-calendar-txt {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 1.4;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont-name .donation-section__cont-profile .jp-calendar-txt {
    font-size: 1.2rem;
    margin: 0 5px 0 0;
  }
}
.donation-section-inner .donation-section__cont-name .donation-section__cont-profile .skill-txt {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont-name .donation-section__cont-profile .skill-txt {
    font-size: 1.6rem;
  }
}
.donation-section-inner .donation-section__cont-name .name-txt {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 1.4;
  margin: 0;
  color: #589FDF;
}
@media screen and (max-width: 768px) {
  .donation-section-inner .donation-section__cont-name .name-txt {
    font-size: 2.4rem;
  }
}

/*-------------学園紹介-------------*/
.school-section {
  background: linear-gradient(to bottom, #DEEAF6, #FFFFFF);
  padding: 20px 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .school-section {
    padding: 20px 20px 80px 20px;
  }
}
.school-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner {
    padding: 40px 0 0 0;
  }
}
.school-section-inner .school-section__anchor {
  padding: 0;
  margin: 0 auto 140px auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__anchor {
    margin: 0 auto 40px auto;
  }
}
.school-section-inner .school-section__anchor li {
  width: 23.75%;
}
@media screen and (max-width: 1100px) {
  .school-section-inner .school-section__anchor li {
    width: 49.1%;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__anchor li {
    width: 100%;
  }
  .school-section-inner .school-section__anchor li:last-child {
    margin: 0;
  }
}
.school-section-inner .school-section__anchor li a {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  color: #589FDF;
  padding: 20px;
  box-sizing: border-box;
  background: transparent;
  border: solid 2px #589FDF;
  border-radius: 10rem;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__anchor li a {
    font-size: 1.5rem;
    padding: 10px;
    border: solid 1px #589FDF;
  }
}
.school-section-inner .school-section__anchor li a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_arrow_bot.svg);
  background-size: 14px;
  width: 14px;
  height: 8px;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__anchor li a::after {
    right: 15px;
  }
}
.school-section-inner .school-section__anchor li a:hover {
  transition: all 0.3s;
  background: #FFEFAC;
}
@media screen and (max-width: 1100px) {
  .school-section-inner .school-section__anchor li a:hover {
    background: transparent;
  }
}
.school-section-inner .school-section__cont {
  margin: 0 0 120px 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont {
    margin: 0 0 40px 0;
  }
}
.school-section-inner .school-section__cont:last-child {
  margin: 0;
}
.school-section-inner .school-section__cont h2 {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1.6;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #589FDF;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont h2 {
    font-size: 2.2rem;
    margin: 0 0 30px 0;
  }
}
.school-section-inner .school-section__cont .school-section__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.school-section-inner .school-section__cont .school-section__flex-img {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__flex-img {
    order: 2;
    width: 100%;
  }
}
.school-section-inner .school-section__cont .school-section__flex-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.school-section-inner .school-section__cont .school-section__flex-img .founding-txt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__flex-img .founding-txt {
    font-size: 1.5rem;
    margin: 15px 0 0 0;
  }
}
.school-section-inner .school-section__cont .school-section__flex-img .school-section__flex-name {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__flex-img .school-section__flex-name {
    margin: 15px 0 0 0;
  }
}
.school-section-inner .school-section__cont .school-section__flex-img .school-section__flex-name .skill-txt {
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 15px 10px 0;
}
.school-section-inner .school-section__cont .school-section__flex-img .school-section__flex-name .name-txt {
  font-size: 2.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #589FDF;
  margin: 0;
}
.school-section-inner .school-section__cont .school-section__flex-txt {
  width: 70%;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__flex-txt {
    width: 100%;
    order: 1;
    margin: 0 0 30px 0Ú;
  }
}
.school-section-inner .school-section__cont .school-section__flex-txt p {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__flex-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.school-section-inner .school-section__cont .school-section__flex-txt p > a {
  color: #589FDF;
  transition: all 0.3s;
}
.school-section-inner .school-section__cont .school-section__flex-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .school-section-inner .school-section__cont .school-section__flex-txt p > a:hover {
    opacity: 1;
  }
}
.school-section-inner .school-section__cont .school-section__flex-txt p span {
  color: #589FDF;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__flex-txt p {
    margin: 0;
  }
}
.school-section-inner .school-section__cont .school-section__main-txt {
  background: rgba(255, 255, 255, 0.4);
  border: solid 1px #BAD4EA;
  padding: 140px 20px;
  margin: 60px 0 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__main-txt {
    padding: 40px 20px;
    margin: 40px 0 0 0;
  }
}
.school-section-inner .school-section__cont .school-section__main-txt-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__main-txt-inner {
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.school-section-inner .school-section__cont .school-section__main-txt-inner p {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  writing-mode: vertical-rl;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #589FDF;
  margin: 0 0 0 50px;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__main-txt-inner p {
    font-size: 1.8rem;
    writing-mode: horizontal-tb;
    margin: 0 0 30px 0;
  }
}
.school-section-inner .school-section__cont .school-section__main-txt-inner p:last-child {
  margin: 0;
}
.school-section-inner .school-section__cont .school-section__copy-txt {
  margin: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__copy-txt {
    margin: 0 0 30px 0;
  }
}
.school-section-inner .school-section__cont .school-section__copy-txt h3 {
  font-size: 4.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #589FDF;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__copy-txt h3 {
    font-size: 2.4rem;
    margin: 0 0 20px 0;
  }
}
.school-section-inner .school-section__cont .school-section__copy-txt p {
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__copy-txt p {
    font-size: 1.8rem;
    text-align: left;
  }
}
.school-section-inner .school-section__cont .school-section__philosophy {
  background: rgba(255, 255, 255, 0.4);
  border: solid 1px #BAD4EA;
  padding: 100px 20px;
  margin: 0 0 40px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__philosophy {
    margin: 0 0 20px 0;
    padding: 60px 20px;
  }
}
.school-section-inner .school-section__cont .school-section__philosophy::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  top: 0;
}
.school-section-inner .school-section__cont .school-section__philosophy:nth-of-type(2)::after {
  background: url(../../images/school_figure01.svg);
  background-size: 272px;
  width: 272px;
  height: 342px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__philosophy:nth-of-type(2)::after {
    background-size: 140px;
    width: 140px;
    height: 176px;
  }
}
.school-section-inner .school-section__cont .school-section__philosophy:nth-of-type(3)::after {
  background: url(../../images/school_figure02.svg);
  background-size: 315px;
  width: 315px;
  height: 277px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__philosophy:nth-of-type(3)::after {
    background-size: 140px;
    width: 140px;
    height: 123px;
  }
}
.school-section-inner .school-section__cont .school-section__philosophy:nth-of-type(4)::after {
  background: url(../../images/school_figure03.svg);
  background-size: 242px;
  width: 242px;
  height: 298px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__philosophy:nth-of-type(4)::after {
    background-size: 140px;
    width: 140px;
    height: 172px;
  }
}
.school-section-inner .school-section__cont .school-section__philosophy-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  position: relative;
  z-index: 1;
}
.school-section-inner .school-section__cont .school-section__philosophy-inner .school-section__philosophy-heading {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__philosophy-inner .school-section__philosophy-heading {
    margin: 0 0 30px 0;
  }
}
.school-section-inner .school-section__cont .school-section__philosophy-inner .school-section__philosophy-heading .en-txt {
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 5px 0;
  letter-spacing: 0.1em;
  color: #589FDF;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__philosophy-inner .school-section__philosophy-heading .en-txt {
    font-size: 3.6rem;
  }
}
.school-section-inner .school-section__cont .school-section__philosophy-inner .school-section__philosophy-heading h3 {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1.2;
  color: #589FDF;
  margin: 0;
}
.school-section-inner .school-section__cont .school-section__philosophy-inner .main-txt {
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__philosophy-inner .main-txt {
    font-size: 1.5rem;
    text-align: left;
  }
}
.school-section-inner .school-section__cont .school-section__philosophy-inner .note-txt {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: center;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__philosophy-inner .note-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.school-section-inner .school-section__cont .school-section__philosophy-inner .note-txt > a {
  color: #589FDF;
  transition: all 0.3s;
}
.school-section-inner .school-section__cont .school-section__philosophy-inner .note-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .school-section-inner .school-section__cont .school-section__philosophy-inner .note-txt > a:hover {
    opacity: 1;
  }
}
.school-section-inner .school-section__cont .school-section__philosophy-inner .note-txt span {
  color: #589FDF;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont .school-section__philosophy-inner .note-txt {
    margin: 20px 0 0 0;
    font-size: 1.2rem;
    text-align: left;
  }
}
.school-section-inner .school-section__cont-table {
  background: rgba(255, 255, 255, 0.4);
  border: solid 1px #BAD4EA;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont-table {
    padding: 40px 20px;
  }
}
.school-section-inner .school-section__cont-table .school-section__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.school-section-inner .school-section__cont-table .school-section__table tbody tr {
  border-top: solid 1px #BAD4EA;
}
.school-section-inner .school-section__cont-table .school-section__table tbody tr:last-child {
  border-bottom: solid 1px #BAD4EA;
}
.school-section-inner .school-section__cont-table .school-section__table tbody tr td {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
  margin: 0;
  vertical-align: top;
  padding: 40px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont-table .school-section__table tbody tr td {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.school-section-inner .school-section__cont-table .school-section__table tbody tr td > a {
  color: #589FDF;
  transition: all 0.3s;
}
.school-section-inner .school-section__cont-table .school-section__table tbody tr td > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .school-section-inner .school-section__cont-table .school-section__table tbody tr td > a:hover {
    opacity: 1;
  }
}
.school-section-inner .school-section__cont-table .school-section__table tbody tr td span {
  color: #589FDF;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont-table .school-section__table tbody tr td {
    display: block;
    padding: 0 15px 15px 15px;
    margin: 0;
  }
}
.school-section-inner .school-section__cont-table .school-section__table tbody tr td:first-child {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  width: 20%;
  margin: 0;
  color: #589FDF;
  line-height: 1.6;
  padding: 40px 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont-table .school-section__table tbody tr td:first-child {
    padding: 15px 15px 5px 15px;
    width: 100%;
  }
}
.school-section-inner .school-section__cont-table .school-section__table tbody tr td iframe {
  display: block;
  border: none;
  max-width: 600px;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .school-section-inner .school-section__cont-table .school-section__table tbody tr td iframe {
    margin: 15px 0 0 0;
  }
}

/*-------------固定ページ-------------*/
.page-section {
  background: linear-gradient(to bottom, #DEEAF6, #FFFFFF);
  padding: 20px 20px 160px 20px;
}
@media screen and (max-width: 768px) {
  .page-section {
    padding: 20px 20px 80px 20px;
  }
}
.page-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .page-section-inner {
    padding: 40px 0 0 0;
  }
}
.page-section-inner h3 {
  font-size: 2.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.6;
  margin: 60px 0 40px 0;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #589FDF;
}
@media screen and (max-width: 768px) {
  .page-section-inner h3 {
    font-size: 2.2rem;
    margin: 40px 0 20px 0;
  }
}
.page-section-inner h3:first-child {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .page-section-inner h3:first-child {
    margin: 0 0 20px 0;
  }
}
.page-section-inner h4 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
  margin: 40px 0 30px 0;
  padding: 0 0 0 10px;
  border-left: solid 2px #589FDF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-section-inner h4 {
    font-size: 1.8rem;
    margin: 30px 0 20px 0;
  }
}
.page-section-inner p {
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .page-section-inner p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.page-section-inner p > a {
  color: #589FDF;
  transition: all 0.3s;
}
.page-section-inner p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .page-section-inner p > a:hover {
    opacity: 1;
  }
}
.page-section-inner p span {
  color: #589FDF;
  font-weight: 600;
}
.page-section-inner p:last-child {
  margin: 0;
}
.page-section-inner ol {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  counter-reset: number;
}
@media screen and (max-width: 768px) {
  .page-section-inner ol {
    margin: 20px 0;
  }
}
.page-section-inner ol li {
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  position: relative;
  font-size: 1.6rem;
  color: #474747;
  font-weight: 400;
  line-height: 2;
  position: relative;
}
.page-section-inner ol li > a {
  color: #589FDF;
  transition: all 0.3s;
}
.page-section-inner ol li > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .page-section-inner ol li > a:hover {
    opacity: 1;
  }
}
.page-section-inner ol li span {
  font-weight: 600;
  color: #589FDF;
}
@media screen and (max-width: 830px) {
  .page-section-inner ol li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.page-section-inner ol li::before {
  position: absolute;
  left: 0;
  top: 6px;
  counter-increment: number 1;
  content: counter(number);
  display: inline-block;
  background: #589FDF;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
  border-radius: 50%;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  text-align: center;
}
.page-section-inner ol li:last-child {
  margin: 0;
}

/*-------------module-------------*/
/*-------------base-------------*/
/*-------------mixin-------------*/
header .header-wrap {
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 15px 20px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  header .header-wrap {
    padding: 10px;
    flex-flow: column;
    align-items: flex-start;
  }
}
header .header-wrap.header-animation {
  transform: translateY(-100%);
}
header .header-wrap.header-fixed {
  transform: none;
}
header .header-wrap h1 {
  margin: 0;
}
header .header-wrap h1 a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
header .header-wrap h1 a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  header .header-wrap h1 a:hover {
    opacity: 1;
  }
}
header .header-wrap h1 a img {
  display: block;
  width: 257px;
}
@media screen and (max-width: 1100px) {
  header .header-wrap h1 a img {
    width: 147px;
  }
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav {
    display: none;
    margin: 26px 0 0 0;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    width: 100%;
    overflow-y: auto;
    max-height: 427px;
  }
}
header .header-wrap .header-wrap__nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list {
    flex-flow: column;
  }
}
header .header-wrap .header-wrap__nav-list li {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 1400px) {
  header .header-wrap .header-wrap__nav-list li {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li {
    margin: 0 0 15px 0;
    width: 100%;
  }
}
header .header-wrap .header-wrap__nav-list li:last-child {
  margin: 0;
}
header .header-wrap .header-wrap__nav-list li a {
  font-size: 1.8rem;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.2;
  color: #474747;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
header .header-wrap .header-wrap__nav-list li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li a {
    font-size: 1.6rem;
    padding: 0 0 15px 0;
    border-bottom: solid 1px #589FDF;
  }
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-item {
  cursor: pointer;
  position: relative;
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-item > a {
  padding: 0 25px 0 0;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-item > a {
    padding: 0 25px 15px 0;
  }
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-item > a::after {
  content: "";
  display: inline-block;
  background: url(../../images/icon_btn_bot_mini.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-item > a::after {
    top: 4px;
    transform: none;
  }
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-item:hover .sub-menu {
  top: 30px;
  visibility: visible;
  opacity: 1;
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu {
  z-index: 2;
  position: absolute;
  top: 30px;
  width: 340px;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: #FFFFFF;
  border: solid 1px #589FDF;
  padding: 20px;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu {
    display: block;
    position: static;
    overflow: hidden;
    width: auto;
    line-height: 0;
    opacity: 0;
    height: 0;
    margin: 0;
    transition-duration: 0.2s;
    visibility: visible;
    padding: 0 15px;
    max-width: 100%;
    background-color: #589FDF;
    border: none;
  }
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu.is-open {
    line-height: 1.5;
    height: auto;
    opacity: 1;
    transition-duration: 0.2s;
    padding: 15px;
  }
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li {
    margin: 0 0 15px 0;
  }
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li:last-child {
  margin: 0;
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li a {
  font-size: 1.6rem;
  line-height: 1.6;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #474747;
  box-sizing: border-box;
  position: relative;
  border-bottom: solid 1px #589FDF;
  padding: 0 25px 15px 0;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li a {
    color: #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
  }
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li a::after {
  content: "";
  display: inline-block;
  background: url(../../images/icon_btn_r_mini.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  right: 0;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li a::after {
    transform: none;
    background: url(../../images/icon_btn_r_mini_w.svg);
    background-size: 18px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-item > .sub-menu li a {
    font-size: 1.5rem;
  }
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school {
  cursor: pointer;
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > a {
  padding: 0 25px 0 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > a {
    padding: 0 25px 15px 0;
  }
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: -40px;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > a::before {
    content: none;
  }
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > a::after {
  content: "";
  display: inline-block;
  background: url(../../images/icon_btn_bot_mini.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > a::after {
    top: 4px;
    transform: none;
  }
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school:hover .sub-menu {
  top: 99px;
  visibility: visible;
  opacity: 1;
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 99px;
  width: 100%;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: #FFFFFF;
  border: solid 1px #589FDF;
  padding: 20px;
  box-sizing: border-box;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu {
    display: block;
    position: static;
    overflow: hidden;
    width: auto;
    line-height: 0;
    opacity: 0;
    height: 0;
    margin: 0;
    transition-duration: 0.2s;
    visibility: visible;
    padding: 0 15px;
    max-width: 100%;
    background-color: #589FDF;
    border: none;
  }
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu.is-open {
    line-height: 1.5;
    height: auto;
    opacity: 1;
    transition-duration: 0.2s;
    padding: 15px;
  }
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 32.5%;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li {
    margin: 0 0 15px 0;
    width: 100%;
  }
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li:last-child {
    margin: 0;
  }
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li:nth-last-child(-n+3) a {
  border-bottom: solid 1px #589FDF;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li:nth-last-child(-n+3) a {
    border-bottom: solid 1px #FFFFFF;
  }
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li a {
  font-size: 1.6rem;
  line-height: 1.6;
  text-decoration: none;
  width: 100%;
  min-height: 80px;
  height: 100%;
  color: #474747;
  box-sizing: border-box;
  position: relative;
  border-top: solid 1px #589FDF;
  padding: 15px 15px 15px 115px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li a {
    color: #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    padding: 0 25px 15px 0;
    min-height: auto;
  }
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li a::before {
    content: none;
  }
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_btn_r_mini.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li a::after {
    transform: none;
    background: url(../../images/icon_btn_r_mini_w.svg);
    background-size: 18px;
    width: 18px;
    height: 18px;
    top: 4px;
    transform: none;
  }
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li a {
    font-size: 1.5rem;
  }
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li.school-item01 a::before {
  background: url(../../images/top_school_img01.jpg);
  background-size: cover;
  background-position: center;
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li.school-item02 a::before {
  background: url(../../images/top_school_img02.jpg);
  background-size: cover;
  background-position: center;
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li.school-item03 a::before {
  background: url(../../images/top_school_img03.jpg);
  background-size: cover;
  background-position: center;
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li.school-item04 a::before {
  background: url(../../images/top_school_img04.jpg);
  background-size: cover;
  background-position: center;
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li.school-item05 a::before {
  background: url(../../images/top_school_img05.jpg);
  background-size: cover;
  background-position: center;
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-school > .sub-menu li.school-item06 a::before {
  background: url(../../images/top_school_img06.jpg);
  background-size: cover;
  background-position: center;
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-contact a {
  padding: 0 25px 0 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-contact a {
    padding: 0 25px 15px 0;
  }
}
header .header-wrap .header-wrap__nav-list li.header-wrap__nav-contact a::after {
  content: "";
  display: inline-block;
  background: url(../../images/icon_mail.svg);
  background-size: 18px;
  width: 18px;
  height: 14.3px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list li.header-wrap__nav-contact a::after {
    top: 4px;
    transform: none;
  }
}
header .header-wrap .header-wrap__menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  display: none;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__menu {
    display: block;
  }
}
header .header-wrap .header-wrap__menu-icon {
  position: relative;
  background: #589FDF;
  cursor: pointer;
  height: 60px;
  width: 60px;
  box-sizing: border-box;
}
header .header-wrap .header-wrap__menu-icon span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 20px;
  height: 1px;
  background: #FFFFFF;
  width: 34%;
}
header .header-wrap .header-wrap__menu-icon span:nth-of-type(1) {
  top: 15px;
}
header .header-wrap .header-wrap__menu-icon span:nth-of-type(2) {
  top: 22px;
}
header .header-wrap .header-wrap__menu-icon span:nth-of-type(3) {
  top: 29px;
}
header .header-wrap .header-wrap__menu-icon.menu-icon-close span:nth-of-type(1) {
  top: 22px;
  transform: rotate(-45deg);
}
header .header-wrap .header-wrap__menu-icon.menu-icon-close span:nth-of-type(2) {
  top: 22px;
  transform: rotate(45deg);
}
header .header-wrap .header-wrap__menu-icon.menu-icon-close span:nth-of-type(3) {
  top: 22px;
  transform: rotate(45deg);
}
header .header-wrap .header-wrap__menu .en-txt {
  text-align: center;
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  color: #FFFFFF;
  font-size: 1rem;
  font-family: "Playfair Display", serif;
  font-weight: 500;
}

/*-------------base-------------*/
/*-------------mixin-------------*/
footer {
  padding: 100px 20px;
  box-sizing: border-box;
  background: #589FDF;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 60px 20px;
  }
}
footer::before {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #4B93D5;
  width: 100%;
  height: 150px;
}
footer .pagetop-btn {
  position: absolute;
  right: 20px;
  top: -30px;
}
@media screen and (max-width: 830px) {
  footer .pagetop-btn {
    right: 50%;
    transform: translateX(50%);
    top: -20px;
  }
}
footer .pagetop-btn a {
  background: #FFEFAC;
  border: solid 2px #589FDF;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 830px) {
  footer .pagetop-btn a {
    width: 40px;
    height: 40px;
  }
}
footer .pagetop-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../../images/icon_arrow_top.svg);
  background-size: 20px;
  width: 20px;
  height: 10px;
}
footer .waves-area {
  position: absolute;
  bottom: 150px;
  left: 0;
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 768px) {
  footer .waves-area {
    height: 40px;
  }
}
footer .waves-area .waves {
  width: 100%;
  height: 180px;
  min-height: 180px;
  max-height: 230px;
}
@media screen and (max-width: 768px) {
  footer .waves-area .waves {
    height: 40px;
    min-height: 40px;
  }
}
footer .waves-area .waves .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation-duration: 4s;
}
footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  position: relative;
  z-index: 1;
}
footer .footer-inner .footer-cont {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-cont {
    margin: 0 0 40px 0;
  }
}
footer .footer-inner .footer-cont h1 {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-cont h1 {
    margin: 0 0 20px 0;
  }
}
footer .footer-inner .footer-cont h1 a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-inner .footer-cont h1 a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-inner .footer-cont h1 a:hover {
    opacity: 1;
  }
}
footer .footer-inner .footer-cont h1 a img {
  display: block;
  width: 257px;
}
@media screen and (max-width: 1100px) {
  footer .footer-inner .footer-cont h1 a img {
    width: 184px;
  }
}
footer .footer-inner .footer-cont__txt-item {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}
footer .footer-inner .footer-cont__txt-item:last-child {
  margin: 0;
}
footer .footer-inner .footer-cont__txt-item h4 {
  max-width: 90px;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  border: solid 1px #FFFFFF;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #FFFFFF;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-cont__txt-item h4 {
    font-size: 1.5rem;
  }
}
footer .footer-inner .footer-cont__txt-item p {
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-cont__txt-item p {
    font-size: 1.5rem;
  }
}
footer .footer-inner .footer-cont__txt-item p a {
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-inner .footer-cont__txt-item p a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-inner .footer-cont__txt-item p a:hover {
    opacity: 1;
  }
}
footer .footer-inner .footer-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-nav {
    margin: 0 0 40px 0;
  }
}
footer .footer-inner .footer-nav__cont {
  width: 32.2%;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-nav__cont {
    width: 100%;
    margin: 0 0 30px 0;
  }
  footer .footer-inner .footer-nav__cont:last-child {
    margin: 0;
  }
}
footer .footer-inner .footer-nav__cont h3 {
  font-size: 1.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 0 0 30px 0;
  padding: 0 0 10px 10px;
  border-bottom: solid 1px #FFFFFF;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-nav__cont h3 {
    margin: 0 0 15px 0;
  }
}
footer .footer-inner .footer-nav__cont-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-inner .footer-nav__cont-list li {
  margin: 0 0 15px 0;
}
footer .footer-inner .footer-nav__cont-list li:last-child {
  margin: 0;
}
footer .footer-inner .footer-nav__cont-list li a {
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  color: #FFFFFF;
  box-sizing: border-box;
  position: relative;
  border-bottom: solid 1px #7EBAF0;
  padding: 0 25px 15px 10px;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-inner .footer-nav__cont-list li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-inner .footer-nav__cont-list li a:hover {
    opacity: 1;
  }
}
footer .footer-inner .footer-nav__cont-list li a::after {
  content: "";
  display: inline-block;
  background: url(../../images/icon_btn_r_mini_w.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  right: 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-nav__cont-list li a {
    font-size: 1.5rem;
  }
}
footer .footer-inner .copy-txt {
  margin: 0;
  font-size: 1.4rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #FFFFFF;
}/*# sourceMappingURL=style.css.map */