@charset "UTF-8";
/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.g-header .gnav__item--12 > a {
  color: #0B8943;
}

.c-contents {
  background: none;
  background-color: #fff;
}

.m-page-mv__img::after {
  content: none;
}
.m-page-mv .mv-guide {
  position: absolute;
  top: 80px;
  left: 130px;
}
.m-page-mv .mv-guide__hdg .txt {
  position: relative;
  display: inline-block;
  padding: 8px;
  margin-bottom: 20px;
  line-height: 1;
}
.m-page-mv .mv-guide__hdg .txt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
}
.m-page-mv .mv-guide__hdg .txt img {
  position: relative;
  z-index: 2;
}
.m-page-mv .mv-guide__txt {
  position: relative;
  display: inline-block;
  padding: 5px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.8px;
}
.m-page-mv .mv-guide__txt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
}
.m-page-mv .mv-guide__txt .txt {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.m-page-mv .mv-guide__txt .txt span {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.m-page-mv .mv-guide__txt .txt span::before {
  position: absolute;
  top: 0;
  right: 12px;
  width: 2px;
  height: 100%;
  background-color: #fff;
  content: "";
}

/*--------------------------------------------------------------------------
   sec-head
---------------------------------------------------------------------------*/
.sec-head {
  margin-bottom: 70px;
}
.sec-head__copy {
  padding: 85px 0 65px;
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 30px;
  line-height: 1.8;
}
.sec-head__hdg {
  text-align: center;
}
.sec-head__hdg span {
  display: block;
}
.sec-head__hdg .en {
  margin-bottom: 20px;
}
.sec-head__hdg .ja {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2px;
}
.sec-head__hdg .ja::after {
  position: absolute;
  bottom: -75px;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: #000;
  content: "";
  z-index: 10;
}
.sec-head__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
.sec-head__nav .nav {
  width: 50%;
}
.sec-head__nav .nav a {
  display: block;
  width: 100%;
  height: 180px;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sec-head__nav .nav a span {
  display: inline-block;
  width: 100%;
}
.sec-head__nav .nav a .no {
  margin-bottom: 5px;
  font-size: 36px;
  letter-spacing: 6.12px;
  line-height: 1;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.sec-head__nav .nav a .txt1 {
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.9px;
}
.sec-head__nav .nav a .txt2 {
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
}
.sec-head__nav .nav a .ico svg {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.sec-head__nav .nav a:hover {
  opacity: 0.8;
}
.sec-head__nav .nav a:hover .ico svg {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}
.sec-head__nav .nav--01 a {
  background-color: #008AD2;
}
.sec-head__nav .nav--01 a .no {
  color: #008AD2;
}
.sec-head__nav .nav--02 a {
  background-color: #0077B5;
}
.sec-head__nav .nav--02 a .no {
  color: #0077B5;
}

/*--------------------------------------------------------------------------
   sec-contents
---------------------------------------------------------------------------*/
.sec-contents img {
  max-width: 100%;
  height: auto;
}
.sec-contents__hdg {
  margin-bottom: 60px;
  text-align: center;
}
.sec-contents__hdg .no {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: #fff;
  letter-spacing: 3.25px;
  line-height: 1;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.sec-contents__hdg .no span {
  position: absolute;
  top: 0;
  left: 2px;
  color: #008AD2;
  text-shadow: none;
}
.sec-contents__hdg .bo {
  display: block;
  width: 22px;
  height: 2px;
  margin: 20px auto;
  background-color: #008AD2;
}
.sec-contents__hdg .ja {
  display: inline-block;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
}
.sec-contents .contents01 {
  overflow: hidden;
}
.sec-contents .contents01__hdg {
  margin-bottom: 45px;
  color: #008AD2;
  text-align: center;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sec-contents .contents01__kids {
  position: relative;
}
.sec-contents .contents01__kids::before {
  position: absolute;
  top: -165px;
  right: -20px;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  width: 303px;
  height: 205px;
  background-image: url(../../../img/area-guide/education/img_contents01_kids.png);
  background-size: contain;
  content: "";
  z-index: 0;
}
.sec-contents .contents01__school {
  margin-bottom: 125px;
}
.sec-contents .contents01__school .content {
  position: relative;
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid #000;
  background-color: #FFF;
  z-index: 1;
}
.sec-contents .contents01__school .content__copy {
  margin-bottom: 25px;
  text-align: center;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.sec-contents .contents01__school .content .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-contents .contents01__school .content .box__item {
  position: relative;
  width: 48%;
}
.sec-contents .contents01__school .content .box__img {
  aspect-ratio: 530/320;
}
.sec-contents .contents01__school .content .box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-contents .contents01__school .content .box__name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 5px;
  background-color: #008AD2;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.sec-contents .contents01__school .content .box__cap {
  display: block;
}
.sec-contents .contents01__school .content .box__cap span {
  padding: 3px;
  background-color: #000;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.sec-contents .contents01__education {
  margin-bottom: 150px;
}
.sec-contents .contents01__education .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
}
.sec-contents .contents01__education .content__item {
  width: 47.5%;
	position: relative;
}
.sec-contents .contents01__education .content__item--02 {
  width: 45.5%;
}
.sec-contents .contents01__education .content__item .copy {
  margin-bottom: 20px;
  color: #000;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.33;
}
.sec-contents .contents01__education .content__item .copy span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #008AD2;
          text-decoration-color: #008AD2;
  text-decoration-thickness: 2px;
  text-underline-offset: 15px;
  text-decoration-skip-ink: none;
}
.sec-contents .contents01__education .content__item .txt {
  color: #000;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2;
}
.sec-contents .contents01__education .content__item .img img {
  width: 100%;
}
.sec-contents .contents01__features {
  position: relative;
  margin-bottom: 100px;
  padding-bottom: 60px;
  background-color: #008AD2;
}
.sec-contents .contents01__features-hdg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}
.sec-contents .contents01__features-hdg span {
  display: inline-block;
  padding: 2px;
  background-color: #008AD2;
  color: #FFF;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.sec-contents .contents01__features-hdg span .no {
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.sec-contents .contents01__features-hdg > span:first-of-type {
  margin-bottom: 5px;
}
.sec-contents .contents01__features .feature {
  background-color: #EFF6FA;
  margin: 0 60px;
  padding: 94px 60px 60px;
}
.sec-contents .contents01__features .feature__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.sec-contents .contents01__features .feature__list .item {
  width: 30%;
}
.sec-contents .contents01__features .feature__list .item__num {
  margin-bottom: 20px;
  text-align: center;
}
.sec-contents .contents01__features .feature__list .item__num .en {
  display: block;
  margin-bottom: 8px;
  color: #008AD2;
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.7px;
}
.sec-contents .contents01__features .feature__list .item__num .s {
  display: inline-block;
  padding-right: 40px;
  color: #008AD2;
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.sec-contents .contents01__features .feature__list .item__num .no {
  display: inline-block;
  font-family: "Heebo", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.4px;
  color: #EFF6FA;
  text-shadow: -1px -1px 0 #008AD2, 1px -1px 0 #008AD2, -1px 1px 0 #008AD2, 1px 1px 0 #008AD2;
}
.sec-contents .contents01__features .feature__list .item__num .e {
  display: inline-block;
  padding-left: 40px;
  color: #008AD2;
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.sec-contents .contents01__features .feature__list .item__hdg {
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53;
}
.sec-contents .contents01__features .feature__list .item__txt {
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.22;
}
.sec-contents .contents01__features .attempt {
  background-color: #fff;
  margin: 0 60px;
  padding: 94px 60px 60px;
}
.sec-contents .contents01__features .attempt__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.sec-contents .contents01__features .attempt__item {
  width: 45.5%;
}
.sec-contents .contents01__features .attempt__item--02 {
  width: 49.5%;
}
.sec-contents .contents01__features .attempt__item .copy {
  margin-bottom: 20px;
  color: #000;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.33;
}
.sec-contents .contents01__features .attempt__item .copy span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #008AD2;
          text-decoration-color: #008AD2;
  text-decoration-thickness: 2px;
  text-underline-offset: 15px;
  text-decoration-skip-ink: none;
}
.sec-contents .contents01__features .attempt__item .txt {
  color: #000;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2;
}
.sec-contents .contents01__features .attempt__item .img {
  position: relative;
  top: 20px;
}
.sec-contents .contents01__features .attempt__item .img img {
  position: relative;
  width: 95%;
}
.sec-contents .contents01__features .attempt__item .img::before {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 95%;
  height: 100%;
  background-color: #008AD2;
  content: "";
}
.sec-contents .contents02 {
  overflow: hidden;
}
.sec-contents .contents02__img {
  margin-bottom: 60px;
	position: relative;
}
.sec-contents .contents02__copy {
  margin-bottom: 20px;
  text-align: center;
  color: #000;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.33;
}
.sec-contents .contents02__copy span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #008AD2;
          text-decoration-color: #008AD2;
  text-decoration-thickness: 2px;
  text-underline-offset: 15px;
  text-decoration-skip-ink: none;
}
.sec-contents .contents02__txt {
  margin-bottom: 40px;
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2;
}
.sec-contents .contents02__kids {
  position: relative;
}
.sec-contents .contents02__kids::before {
  position: absolute;
  top: -85px;
  right: 20px;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  width: 235px;
  height: 158px;
  background-image: url(../../../img/area-guide/education/img_contents02_kids.png);
  background-size: contain;
  content: "";
  z-index: 1;
}
.sec-contents .contents02__box--nakamozu {
  margin-bottom: 100px;
}
.sec-contents .contents02__box--nakamozu .content {
  background-color: #EBF8EC;
}
.sec-contents .contents02__box--nakamozu .content__hdg .ja {
  color: #3EA344;
}
.sec-contents .contents02__box--mikunigaoka .content {
  background-color: #FFF2EF;
}
.sec-contents .contents02__box--mikunigaoka .content__hdg .ja {
  color: #F58569;
}
.sec-contents .contents02__box .content {
  padding: 90px 0;
}
.sec-contents .contents02__box .content__hdg {
  text-align: center;
}
.sec-contents .contents02__box .content__hdg span {
  display: block;
}
.sec-contents .contents02__box .content__hdg .en {
  margin-bottom: 20px;
}
.sec-contents .contents02__box .content__hdg .ja {
  margin-bottom: 36px;
  text-align: center;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2px;
}
.sec-contents .contents02__box .content__txt {
  margin-bottom: 40px;
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2;
}
.sec-contents .contents02__box .content__list {
  margin-bottom: 70px;
  position: relative;
  text-align: center;
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.sec-contents .contents02__box .content__list::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 22px;
  height: 1px;
  background-color: #000;
  content: "";
}
.sec-contents .contents02__box .content__slider {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto 100px;
}
.sec-contents .contents02__box .content .swiper {
  padding: 2px;
}
.sec-contents .contents02__box .content .swiper-slide {
  height: auto;
  border: 1px solid #000;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec-contents .contents02__box .content .swiper-slide .item {
  position: relative;
  height: 100%;
}
.sec-contents .contents02__box .content .swiper-slide .item__img {
  aspect-ratio: 378/300;
}
.sec-contents .contents02__box .content .swiper-slide .item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-contents .contents02__box .content .swiper-slide .item__txt {
  padding: 25px;
}
.sec-contents .contents02__box .content .swiper-slide .item__txt .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}
.sec-contents .contents02__box .content .swiper-slide .item__txt .name .num {
  display: inline-block;
  padding-right: 2px;
  font-family: "Heebo", sans-serif;
  color: white;
  letter-spacing: 2px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.sec-contents .contents02__box .content .swiper-slide .item__txt .name .no {
  width: 65px;
}
.sec-contents .contents02__box .content .swiper-slide .item__txt .name .txt {
  width: calc(100% - 65px);
}
.sec-contents .contents02__box .content .swiper-slide .item__txt .access {
  margin-top: 15px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 14px;
}
.sec-contents .contents02__box .content .swiper-pagination {
  position: absolute;
  bottom: 0;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  letter-spacing: 8px;
}
.sec-contents .contents02__box .content .swiper-button-prev,
.sec-contents .contents02__box .content .swiper-button-next {
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-contents .contents02__box .content .swiper-button-prev::after,
.sec-contents .contents02__box .content .swiper-button-next::after {
  font-size: 16px;
}
.sec-contents .contents02__box .content .mode-pc .swiper-button-prev:hover, .sec-contents .contents02__box .content .mode-sp .swiper-button-prev:active,
.sec-contents .contents02__box .content .mode-pc .swiper-button-next:hover,
.sec-contents .contents02__box .content .mode-sp .swiper-button-next:active {
  opacity: 0.8;
}
.sec-contents .contents02__box .content .swiper-button-prev {
  margin-left: -5px;
}
.sec-contents .contents02__box .content .swiper-button-next {
  margin-right: -5px;
}
.sec-contents .contents02__box .content .map {
  margin-bottom: 50px;
  width: 100%;
  height: 580px;
  background-color: #999;
}
.sec-contents__bnr {
  max-width: 1000px;
  width: 98%;
  margin: 0 auto;
  padding: 100px 0;
}
.sec-contents__bnr img {
  width: 100%;
  height: auto;
}
.sec-contents__bnr a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sec-contents__bnr a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .m-page-mv .mv-guide {
    top: 100px;
    left: 22px;
  }
  .m-page-mv .mv-guide__hdg .txt {
    margin-bottom: 14px;
  }
  .m-page-mv .mv-guide__hdg .txt img {
    width: 231px;
    height: auto;
  }
  .m-page-mv .mv-guide__hdg div .txt img {
    width: 143px;
    height: auto;
  }
  .m-page-mv .mv-guide__txt {
    font-size: 14px;
  }
  .m-page-mv .mv-guide__txt .txt span {
    padding-right: 18px;
  }
  .m-page-mv .mv-guide__txt .txt span::before {
    right: 9px;
  }
  .sec-head {
    margin-bottom: 60px;
  }
  .sec-head__copy {
    padding: 45px 15px 30px;
    font-size: 16px;
  }
  .sec-head__hdg .en {
    margin-bottom: 5px;
  }
  .sec-head__hdg .en img {
    width: 90px;
    height: auto;
  }
  .sec-head__hdg .ja {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .sec-head__hdg .ja::after {
    bottom: -60px;
    height: 40px;
  }
  .sec-head__nav .nav a {
    height: 120px;
    padding: 15px 0;
  }
  .sec-head__nav .nav a .no {
    font-size: 22px;
    letter-spacing: 3.74px;
  }
  .sec-head__nav .nav a .txt1 {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .sec-head__nav .nav a .txt2 {
    margin-bottom: 8px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .sec-head__nav .nav a .ico svg {
    width: 22px;
    height: 22px;
  }
  .sec-contents__hdg {
    margin-bottom: 40px;
  }
  .sec-contents__hdg .no {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .sec-contents__hdg .bo {
    margin: 15px auto;
  }
  .sec-contents__hdg .ja {
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: 1.25px;
  }
  .sec-contents .contents01__hdg {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .sec-contents .contents01__kids::before {
    top: -110px;
    right: -55px;
    width: 178px;
    height: 118px;
  }
  .sec-contents .contents01__school {
    margin-bottom: 62px;
  }
  .sec-contents .contents01__school .content {
    width: auto;
    margin: 0 15px;
    padding: 28px 15px;
  }
  .sec-contents .contents01__school .content__copy {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.73;
  }
  .sec-contents .contents01__school .content .box {
    display: block;
  }
  .sec-contents .contents01__school .content .box__item {
    width: 100%;
  }
  .sec-contents .contents01__school .content .box__item:first-of-type {
    margin-bottom: 24px;
  }
  .sec-contents .contents01__school .content .box__img {
    aspect-ratio: 1/1;
  }
  .sec-contents .contents01__school .content .box__name {
    padding: 4px;
    font-size: 16px;
  }
  .sec-contents .contents01__school .content .box__cap span {
    padding: 2px;
    font-size: 10px;
  }
  .sec-contents .contents01__education {
    margin-bottom: 100px;
  }
  .sec-contents .contents01__education .content {
    display: block;
    width: auto;
    margin: 0 15px;
    padding-top: 50px;
    position: relative;
  }
  .sec-contents .contents01__education .content::after {
    position: absolute;
    top: 0;
    left: -15px;
    width: 100vw;
    height: 70vw;
    background-color: #008AD2;
    content: "";
  }
  .sec-contents .contents01__education .content__item {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .sec-contents .contents01__education .content__item--02 {
    width: 100%;
  }
  .sec-contents .contents01__education .content__item .copy {
    margin: 30px 0;
    font-size: 18px;
    line-height: 2.8;
  }
  .sec-contents .contents01__education .content__item .txt {
    font-size: 14px;
  }
  .sec-contents .contents01__features {
    margin-bottom: 100px;
    padding-bottom: 0;
  }
  .sec-contents .contents01__features-hdg span {
    font-size: 25px;
  }
  .sec-contents .contents01__features-hdg span .no {
    font-size: 28px;
  }
  .sec-contents .contents01__features .feature {
    margin: 0 15px;
    padding: 80px 15px 10px;
  }
  .sec-contents .contents01__features .feature__list {
    display: block;
  }
  .sec-contents .contents01__features .feature__list .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec-contents .contents01__features .feature__list .item__num .en {
    font-size: 10px;
  }
  .sec-contents .contents01__features .feature__list .item__num .s {
    padding-right: 20px;
    font-size: 16px;
  }
  .sec-contents .contents01__features .feature__list .item__num .no {
    font-size: 22px;
  }
  .sec-contents .contents01__features .feature__list .item__num .e {
    padding-left: 20px;
    font-size: 16px;
  }
  .sec-contents .contents01__features .feature__list .item__hdg {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .sec-contents .contents01__features .feature__list .item__txt {
    font-size: 14px;
  }
  .sec-contents .contents01__features .attempt {
    margin: 0;
    padding: 40px 15px 10px;
  }
  .sec-contents .contents01__features .attempt__list {
    display: block;
  }
  .sec-contents .contents01__features .attempt__item {
    width: 100%;
  }
  .sec-contents .contents01__features .attempt__item--01 {
    margin-bottom: 50px;
  }
  .sec-contents .contents01__features .attempt__item--02 {
    width: 100%;
  }
  .sec-contents .contents01__features .attempt__item .copy {
    margin: 30px 0;
    font-size: 18px;
    line-height: 2.8;
  }
  .sec-contents .contents01__features .attempt__item .txt {
    font-size: 14px;
  }
  .sec-contents .contents02__img {
    margin-bottom: 40px;
  }
  .sec-contents .contents02__img img {
    width: 100%;
  }
  .sec-contents .contents02__copy {
    padding: 0 15px;
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 2.8;
    text-align: left;
  }
  .sec-contents .contents02__txt {
    margin-bottom: 100px;
    padding: 0 15px;
    font-size: 14px;
    text-align: left;
  }
  .sec-contents .contents02__txt br {
    display: none;
  }
  .sec-contents .contents02__kids::before {
    top: -95px;
    right: -25px;
    width: 175px;
    height: 118px;
  }
  .sec-contents .contents02__box--nakamozu {
    margin-bottom: 60px;
  }
  .sec-contents .contents02__box .content {
    padding: 50px 0;
  }
  .sec-contents .contents02__box .content__hdg .en {
    margin-bottom: 10px;
  }
  .sec-contents .contents02__box .content__hdg .en img {
    width: 234px;
    height: auto;
  }
  .sec-contents .contents02__box .content__hdg .ja {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .sec-contents .contents02__box .content__txt {
    margin-bottom: 30px;
    padding: 0 15px;
    font-size: 14px;
    text-align: left;
  }
  .sec-contents .contents02__box .content__txt br {
    display: none;
  }
  .sec-contents .contents02__box .content__list {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .sec-contents .contents02__box .content__list::after {
    bottom: -15px;
  }
  .sec-contents .contents02__box .content__slider {
    width: 100%;
    margin: 0 auto 40px;
  }
  .sec-contents .contents02__box .content .swiper {
    padding: 0 28px 50px;
  }
  .sec-contents .contents02__box .content .swiper-slide {
    margin-top: 20px;
  }
  .sec-contents .contents02__box .content .swiper-slide .item__img {
    aspect-ratio: 1/1;
  }
  .sec-contents .contents02__box .content .swiper-slide .item__txt {
    padding: 15px;
  }
  .sec-contents .contents02__box .content .swiper-slide .item__txt .name {
    font-size: 18px;
  }
  .sec-contents .contents02__box .content .swiper-slide .item__txt .name .no {
    width: 45px;
  }
  .sec-contents .contents02__box .content .swiper-slide .item__txt .name .txt {
    width: calc(100% - 45px);
  }
  .sec-contents .contents02__box .content .swiper-slide .item__txt .access {
    margin-top: 10px;
    font-size: 9px;
  }
  .sec-contents .contents02__box .content .map {
    width: 100vw;
    height: 100vw;
    margin-bottom: 0;
  }
  .sec-contents__bnr {
    width: 100%;
    padding: 50px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .sec-head__copy {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-contents .contents01__education .content__item .copy {
    font-size: 2.5vw;
  }
  .sec-contents .contents01__education .content__item .txt {
    font-size: 1.45vw;
  }
  .sec-contents .contents01__features .feature__list .item__hdg {
    font-size: 2.1vw;
  }
  .sec-contents .contents01__features .feature__list .item__txt {
    font-size: 1.5vw;
  }
  .sec-contents .contents02__box .content .swiper-slide .item__txt .name {
    font-size: 1.8vw;
  }
  .sec-contents .contents02__box .content .swiper-slide .item__txt .name .no {
    width: 5vw;
  }
  .sec-contents .contents02__box .content .swiper-slide .item__txt .name .txt {
    width: calc(100% - 5vw);
  }
  .sec-contents .contents02__box .content .swiper-slide .item__txt .access {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .sec-contents .contents01__features .attempt__item .copy {
    font-size: 2.2vw;
  }
  .sec-contents .contents01__features .attempt__item .txt {
    font-size: 1.45vw;
  }
  .sec-contents .contents02__copy {
    font-size: 2.2vw;
  }
  .sec-contents .contents02__txt {
    font-size: 1.45vw;
  }
  .sec-contents .contents02__box .content__txt {
    font-size: 1.45vw;
  }
}
@media (min-width: 768px) {
  .sec-contents .contents02__box .content .swiper {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3カラムレイアウト */
    gap: 30px; /* グリッドアイテム間のスペース */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec-contents .contents02__box .content .swiper .control {
    display: none;
  }
  .sec-contents .contents02__box .content .swiper-wrapper {
    display: contents;
  }
  .sec-contents .contents02__box .content .swiper-slide {
    display: block;
  }
}
/*# sourceMappingURL=../../maps/area-guide/education/style.css.map */


.c-img-caption {
    position: absolute;
    right: 0;
    bottom: 47px;
    z-index: 2;
}
.c-img-caption2 {
    position: absolute;
    right: 23px;
    bottom: 0px;
    z-index: 2;
    padding: 2px 10px;
    background-color: rgba(0, 0, 0, .6);
    font-size: 11px;
    color: #fff;
}
.c-img-caption3 {
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 2;
    padding: 2px 10px;
    background-color: rgba(0, 0, 0, .6);
    font-size: 11px;
    color: #fff;	
}