.shinri {
  --category-color: #E8625D;
}

.kaiyo {
  --category-color: #74AC50;
}

.kogaku {
  --category-color: #42A4D7;
}

.yakugaku {
  --category-color: #1AA697;
}

.kokusai {
  --category-color: #F1A036;
}

.feel-about .fukidashi {
  position: relative;
  width: 100%;
  background: #FFE703;
  padding: 10px 20px;
  text-align: left;
  border: 4px solid #222;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 1.5em;
}
.feel-about .fukidashi::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 12%;
}
.feel-about .fukidashi::after, .feel-about .fukidashi:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 25px;
}
.feel-about .fukidashi::after {
  border-color: rgba(238, 238, 238, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 5px;
  border-right-width: 5px;
  margin-left: -5px;
  border-top-color: #FFE703;
}
.feel-about .fukidashi::before {
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 16px;
  border-bottom-width: 16px;
  border-left-width: 8px;
  border-right-width: 8px;
  margin-left: -8px;
  margin-top: 3px;
  border-top-color: #222;
}
.feel-about .fukidashi_center {
  text-align: center;
}
.feel-about .fukidashi_center::after, .feel-about .fukidashi_center:before {
  left: 0;
  right: 0;
  margin: auto;
}
.feel-about section {
  padding: 60px 0 230px;
  position: relative;
  margin-top: -145px;
}
@media only screen and (min-width: 769px) {
  .feel-about section {
    padding: 40px 0 230px;
  }
}
.feel-about section .section_container {
  position: relative;
  z-index: 2;
}
.feel-about section::before {
  background: #1AA697;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100vw;
  border-radius: 0 80px 0 0;
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .feel-about section::before {
    width: 93%;
  }
}
.feel-about section .section_ttl {
  padding-left: 7%;
  padding-bottom: 30PX;
}
.feel-about section .section_ttl .title {
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: clamp(2.6rem, 1.758rem + 2.11vw, 3.6rem);
  line-height: 1.8em;
}
.feel-about section .section_ttl .title::before {
  content: '" ';
  font-family: "Montserrat", sans-serif;
  font-size: clamp(5.5rem, 4.405rem + 2.74vw, 6.8rem);
  color: #FFE703;
  font-weight: bold;
  position: absolute;
  left: -0.3em;
  top: 0;
}
.feel-about section .section_ttl .title::after {
  content: '" ';
  font-family: "Montserrat", sans-serif;
  font-size: clamp(5.5rem, 4.405rem + 2.74vw, 6.8rem);
  color: #FFE703;
  font-weight: bold;
  position: absolute;
  right: -0.5em;
  top: 0;
}
.feel-about section .section_ttl .title .big {
  font-size: 1.46em;
}
.feel-about section .white_area {
  position: relative;
}
.feel-about section .white_area::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100vw;
  pointer-events: none;
  width: 97%;
}
@media only screen and (min-width: 769px) {
  .feel-about section .white_area::before {
    width: 93%;
  }
}
.feel-about section .white_area .heading {
  padding: 2em 0;
  position: relative;
  z-index: 2;
}
.feel-about section .white_area .heading::before {
  content: "";
  width: 97%;
  height: 6px;
  position: absolute;
  background-color: #222;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 769px) {
  .feel-about section .white_area .heading::before {
    width: 93%;
  }
}
.feel-about section .white_area .heading::after {
  content: "";
  width: 97%;
  height: 6px;
  position: absolute;
  background-color: #222;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 769px) {
  .feel-about section .white_area .heading::after {
    width: 93%;
  }
}
.feel-about section .white_area .heading p {
  font-size: 1.6rem;
}
.feel-about section .content_area {
  padding: 50px 0;
  overflow: hidden;
  z-index: 3;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .feel-about section .content_area {
    padding: 60px 0;
  }
}
.feel-about section.reverse::before {
  border-radius: 80px 0 0 0;
  left: auto;
  right: 0;
}
.feel-about section.reverse .section_ttl {
  padding-left: 0;
  padding-right: calc(7% + 1.5em);
  display: table;
  margin: 0 0 0 auto;
}
.feel-about section.reverse .white_area::before {
  left: 0;
  right: auto;
}
.feel-about section.reverse .white_area .heading::before {
  left: 0;
}
.feel-about section.reverse .white_area .heading::after {
  left: 0;
}
@media only screen and (min-width: 769px) {
  .feel-about section.reverse .white_area .heading {
    text-align: right;
    padding-left: 0;
    padding-right: 80px;
  }
}
.feel-about #section-2::before {
  background-color: #E8625D;
}
.feel-about #section-3::before {
  background-color: #3CA3D9;
}
.feel-about #section-4::before {
  background-color: #ED75AF;
}
.feel-about #section-5::before {
  background-color: #F3A124;
}
.feel-about #section-6::before {
  background-color: #9E5AD0;
}
.feel-about #section-7::before {
  background-color: #5167A9;
}
.feel-about #section-8 {
  padding-bottom: 100px;
}
.feel-about #section-8::before {
  background-color: #74AC50;
}
.feel-about .anker_container {
  padding: min(17.9487179487vw, 100px) 0 225px;
}
.feel-about .anker_container .heading {
  margin-bottom: min(8.9743589744vw, 45px);
}
.feel-about .anker_container .heading .title {
  font-size: clamp(3.6rem, 2.758rem + 2.11vw, 4.6rem);
  color: #1AA697;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.feel-about .anker_container .heading .lead {
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .feel-about .anker_container .ankerbtn_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.feel-about .anker_container .ankerbtn_area .anker_btn {
  display: flex;
  padding-left: 20px;
  align-items: center;
  height: 50px;
  color: #fff;
  background-color: #1AA697;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media only screen and (min-width: 641px) {
  .feel-about .anker_container .ankerbtn_area .anker_btn {
    width: 232px;
    flex-direction: column-reverse;
    justify-content: center;
    height: 125px;
    border-radius: 20px;
    margin-bottom: 30px;
    text-align: center;
    padding-left: 0;
  }
}
.feel-about .anker_container .ankerbtn_area .anker_btn .icon {
  width: 16px;
  margin-right: 15px;
}
@media only screen and (min-width: 641px) {
  .feel-about .anker_container .ankerbtn_area .anker_btn .icon {
    margin-right: 0;
  }
}
.feel-about .anker_container .ankerbtn_area .anker_btn .text {
  font-size: clamp(1.8rem, 1.632rem + 0.42vw, 2rem);
}
@media only screen and (min-width: 641px) {
  .feel-about .anker_container .ankerbtn_area .anker_btn .text {
    line-height: 1.5em;
    margin-bottom: 10px;
  }
}
.feel-about .anker_container .ankerbtn_area .anker_btn .text .big {
  font-size: 1.3em;
}
.feel-about .anker_container .ankerbtn_area .anker_btn:nth-child(2) {
  background-color: #E8625D;
}
.feel-about .anker_container .ankerbtn_area .anker_btn:nth-child(3) {
  background-color: #3CA3D9;
}
.feel-about .anker_container .ankerbtn_area .anker_btn:nth-child(4) {
  background-color: #ED75AF;
}
.feel-about .anker_container .ankerbtn_area .anker_btn:nth-child(5) {
  background-color: #F3A124;
}
.feel-about .anker_container .ankerbtn_area .anker_btn:nth-child(6) {
  background-color: #9E5AD0;
}
.feel-about .anker_container .ankerbtn_area .anker_btn:nth-child(7) {
  background-color: #5167A9;
}
.feel-about .anker_container .ankerbtn_area .anker_btn:nth-child(8) {
  background-color: #74AC50;
}
.feel-about .teacher_section .section_container {
  z-index: 30;
}
.feel-about .teacher_section .content_area {
  padding-top: 15.7142857143vw;
  padding-bottom: 160px;
}
.feel-about .teacher_section .teacher_slider {
  margin: 0 auto;
}
.feel-about .teacher_section .teacher_slider .pagenation_area {
  bottom: 100px;
}
.feel-about .teacher_section .teacher_slider .swiper-slide {
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .feel-about .teacher_section .teacher_slider .swiper-slide {
    transform: scale(0.8);
    transform-origin: center bottom;
  }
}
.feel-about .teacher_section .teacher_slider .swiper-slide .imgarea {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .feel-about .teacher_section .teacher_slider .swiper-slide .imgarea {
    width: 100%;
  }
}
.feel-about .teacher_section .teacher_slider .swiper-slide .imgarea .person {
  margin-bottom: 12px;
}
.feel-about .teacher_section .teacher_slider .swiper-slide .imgarea .copy {
  display: none;
}
.feel-about .teacher_section .teacher_slider .swiper-slide .name {
  font-size: clamp(2.4rem, 2.063rem + 0.84vw, 2.8rem);
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.feel-about .teacher_section .teacher_slider .swiper-slide .name .small {
  font-size: 0.66em;
  margin-left: 10px;
}
.feel-about .teacher_section .teacher_slider .swiper-slide .depertment {
  font-size: 1.2rem;
  border: solid 2px var(--category-color);
  border-radius: 100vh;
  padding: 0.2em 1em;
  display: table;
  margin: 0 auto;
  color: var(--category-color);
}
@media only screen and (min-width: 769px) {
  .feel-about .teacher_section .teacher_slider .swiper-slide-active {
    transform: scale(1.2);
    transition: 0.3s ease;
  }
}
.feel-about .teacher_section .teacher_slider .swiper-slide-active .imgarea {
  padding-left: 30px;
}
.feel-about .teacher_section .teacher_slider .swiper-slide-active .imgarea .copy {
  display: block;
  position: absolute;
  top: 0;
  left: -3.8461538462vw;
  width: 20.5128205128vw;
  transition: 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .feel-about .teacher_section .teacher_slider .swiper-slide-active .imgarea .copy {
    width: 7.1428571429vw;
    left: -1.4285714286vw;
    top: -1.4285714286vw;
  }
}
.feel-about .teacher_section .teacher_slider .swiper-slide-active.yakugaku .copy {
  width: 50px;
}
@media only screen and (min-width: 769px) {
  .feel-about .teacher_section .teacher_slider .swiper-slide-active.yakugaku .copy {
    width: 68px;
  }
}
.feel-about .teacher_section .modal {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: auto;
  background-color: rgba(17, 150, 103, 0.7);
  padding-bottom: 300px;
  border: none;
}
.feel-about .teacher_section .modal .modal_box {
  background-color: #fff;
  margin: 10% auto;
  max-width: 1024px;
  width: 90%;
  border-radius: 50px;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
  border: solid 6px #222;
  padding: 50px 3%;
}
@media only screen and (min-width: 769px) {
  .feel-about .teacher_section .modal .modal_box {
    padding: 50px 60px;
  }
}
.feel-about .teacher_section .modal .modal_box .upper_area {
  margin-bottom: 38px;
}
@media only screen and (min-width: 769px) {
  .feel-about .teacher_section .modal .modal_box .upper_area {
    display: flex;
    justify-content: space-between;
  }
}
.feel-about .teacher_section .modal .modal_box .upper_area .imgarea {
  width: 200px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 769px) {
  .feel-about .teacher_section .modal .modal_box .upper_area .imgarea {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 769px) {
  .feel-about .teacher_section .modal .modal_box .upper_area .textarea {
    width: 75%;
  }
}
.feel-about .teacher_section .modal .modal_box .upper_area .textarea .copy {
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .feel-about .teacher_section .modal .modal_box .upper_area .textarea .copy .third {
    padding-left: 0;
    margin-left: -0.5em;
  }
}
.feel-about .teacher_section .modal .modal_box .upper_area .textarea .copy span {
  display: inline-block;
  font-size: clamp(2.4rem, 2.232rem + 0.42vw, 2.6rem);
  color: #fff;
  font-weight: bold;
  background-color: var(--category-color);
  line-height: 1.3em;
  margin-bottom: 5px;
  padding: 0 0.5em;
}
.feel-about .teacher_section .modal .modal_box .upper_area .textarea .name_area {
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .feel-about .teacher_section .modal .modal_box .upper_area .textarea .name_area {
    display: flex;
    align-items: center;
  }
}
.feel-about .teacher_section .modal .modal_box .upper_area .textarea .name_area .name {
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .feel-about .teacher_section .modal .modal_box .upper_area .textarea .name_area .name {
    margin-right: 10px;
  }
}
.feel-about .teacher_section .modal .modal_box .upper_area .textarea .name_area .name span {
  font-size: 0.58em;
  margin-left: 10px;
}
.feel-about .teacher_section .modal .modal_box .upper_area .textarea .name_area .depertment {
  font-size: 1.2rem;
  color: var(--category-color);
  border: solid 2px var(--category-color);
  padding: 0 1em;
  border-radius: 100vh;
  line-height: 2.4rem;
  display: inline-block;
}
.feel-about .teacher_section .modal .modal_box .upper_area .textarea .speciality {
  font-size: 1.6rem;
  word-wrap: break-word;
}
.feel-about .teacher_section .modal .modal_box .upper_area .textarea .speciality .gray {
  color: #ADADAD;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .feel-about .teacher_section .modal .modal_box .bottom_area {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) {
  .feel-about .teacher_section .modal .modal_box .bottom_area .left_area {
    width: 60%;
  }
}
.feel-about .teacher_section .modal .modal_box .bottom_area .group_ttl {
  font-size: 2rem;
  font-weight: bold;
  color: var(--category-color);
  line-height: 1.5em;
  margin-bottom: 10px;
}
.feel-about .teacher_section .modal .modal_box .bottom_area .desc {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .feel-about .teacher_section .modal .modal_box .bottom_area .right_area {
    width: 35%;
  }
}
.feel-about .teacher_section .modal .modal_box .bottom_area .right_area .img {
  margin-bottom: 20px;
}
.feel-about .teacher_section .modal .modal_box .modalClose {
  cursor: pointer;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../../img/feel-about/icon_close.svg) no-repeat center/20px 20px;
  background-color: #FFE703;
  border: 6px solid #222;
}
@media only screen and (min-width: 769px) {
  .feel-about .teacher_section .modal .modal_box .modalClose {
    width: 80px;
    height: 80px;
    bottom: -40px;
    background: url(../../img/feel-about/icon_close.svg) no-repeat center/30px 30px;
    background-color: #FFE703;
  }
}
.feel-about .facility_section .loop_imgarea .loop_img {
  width: 6730px;
}
.feel-about .distance_section .content_area .container_inner {
  max-width: 800px;
}
.feel-about .hobby_section .loop_imgarea .loop_img {
  background: url(../../img/feel-about/hobby_loop.png);
  background-size: auto 100%;
  width: 6547px;
}
.feel-about .job_section .attention {
  font-size: 0.8em;
}
.feel-about .job_section .content_area .container_inner {
  max-width: 800px;
}
@media only screen and (min-width: 769px) {
  .feel-about .sdgs_section .content_area .flex_block {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) {
  .feel-about .sdgs_section .content_area .flex_block .textarea {
    width: 50%;
  }
}
.feel-about .sdgs_section .content_area .flex_block .textarea .label {
  width: 127px;
  margin: 0 auto 30px;
}
.feel-about .sdgs_section .content_area .flex_block .textarea .pickup_ttl {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 20px;
}
.feel-about .sdgs_section .content_area .flex_block .textarea .desc {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.feel-about .sdgs_section .content_area .flex_block .textarea .fukidashi {
  border-radius: 20px;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .feel-about .sdgs_section .content_area .flex_block .textarea .fukidashi::after, .feel-about .sdgs_section .content_area .flex_block .textarea .fukidashi::before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    left: 100%;
    top: 50%;
  }
  .feel-about .sdgs_section .content_area .flex_block .textarea .fukidashi::after {
    border-color: rgba(238, 238, 238, 0);
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 8px;
    border-right-width: 8px;
    margin-top: -5px;
    border-left-color: #FFE703;
  }
  .feel-about .sdgs_section .content_area .flex_block .textarea .fukidashi::before {
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 11px;
    border-right-width: 11px;
    margin-top: -7px;
    margin-left: 2px;
    border-left-color: #000000;
  }
}
@media only screen and (min-width: 769px) {
  .feel-about .sdgs_section .content_area .flex_block .imgarea {
    width: 48%;
  }
}
.feel-about .sdgs_section .add_lead {
  max-width: 85%;
  margin-top: 60px;
}
.feel-about .sdgs_section .add_lead .lead {
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  display: table;
  margin: auto;
  margin-bottom: 1em;
}
.feel-about .sdgs_section .add_lead .lead::after {
  content: "";
  width: 23px;
  height: 24px;
  background: url(../../img/feel-about/btn_lead_r.svg) no-repeat center/contain;
  position: absolute;
  right: -2em;
  bottom: 0;
}
.feel-about .sdgs_section .add_lead .lead::before {
  content: "";
  width: 23px;
  height: 24px;
  background: url(../../img/feel-about/btn_lead_l.svg) no-repeat center/contain;
  left: -2em;
  position: absolute;
  bottom: 0;
}
.feel-about .movie_container {
  position: relative;
  background-color: #1AA697;
  padding: min(12.8205128205vw, 80px) 0;
  margin-top: 100px;
}
.feel-about .movie_container .movie_ttl {
  font-size: clamp(2.6rem, 1.758rem + 2.11vw, 3.6rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .feel-about .movie_container .movie_ttl {
    margin-bottom: 40px;
  }
}
.feel-about .movie_container .movie_ttl .big {
  font-size: 1.46em;
  line-height: 1.8em;
}
.feel-about .movie_container .slider_area {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  .feel-about .movie_container .slider_area {
    padding-top: 60px;
    padding-bottom: 6.4285714286vw;
  }
}
.feel-about .movie_container .movie_slider {
  margin-bottom: 60px;
}
.feel-about .movie_container .movie_slider .swiper-slide {
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .feel-about .movie_container .movie_slider .swiper-slide {
    transform: scale(0.7);
    transition: 0.5s;
  }
}
.feel-about .movie_container .movie_slider .swiper-slide .start_btn {
  display: none;
}
.feel-about .movie_container .movie_slider .imgarea {
  margin-bottom: 1em;
  position: relative;
}
.feel-about .movie_container .movie_slider .start_btn {
  width: 82px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .feel-about .movie_container .movie_slider .start_btn {
    width: 120px;
  }
}
.feel-about .movie_container .movie_slider .caption {
  font-size: clamp(1.4rem, 1.232rem + 0.42vw, 1.6rem);
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: none;
  height: 40px;
  line-height: 1.5em;
}
@media only screen and (min-width: 769px) {
  .feel-about .movie_container .movie_slider .caption {
    height: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .feel-about .movie_container .movie_slider .swiper-slide-active {
    transform: scale(1.2);
  }
}
.feel-about .movie_container .movie_slider .swiper-slide-active .start_btn {
  display: block;
}
@media only screen and (min-width: 769px) {
  .feel-about .movie_container .movie_slider .swiper-slide-active .imgarea .modal_youtube {
    margin-bottom: 15px;
  }
}
.feel-about .movie_container .movie_slider .swiper-slide-active .caption {
  display: block;
}
.feel-about .movie_container .topage_btn {
  max-width: 90%;
}