@charset "UTF-8";
/* smartphone first!

0px                  768px       1024px
|-------- sp ---------|--- tab ---|--- pc ----
*/
/* TAB */
@media screen and (min-width: 769px) {
  html {
    font-size: 0.78125vw;
  }
}
/* PC */
body {
  position: relative;
}

#india {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  /* ---------------------------------------------------
    	Contents Width
  --------------------------------------------------- */
  /* ---------------------------------------------------
    	LINK
  --------------------------------------------------- */
  /* =======================================================
    HEADER
  ======================================================= */
  /* =======================================================
    KEY VISUAL
  ======================================================= */
  /* ---------------------------------------------------
    Section Title
  --------------------------------------------------- */
  /* =======================================================
  	TOPICS
  ======================================================= */
  /* =======================================================
  	YOUTUBE
  ======================================================= */
  /* ---------------------------------------------------
  	Section with BG IMG: ABout Project + JP Language Club
  --------------------------------------------------- */
  /* =======================================================
  	ABOUT PROJECT
  ======================================================= */
  /* =======================================================
  	BOYS & GIRLS WE SUPPORT
  ======================================================= */
  /* ---------------------------------------------------
    SPLIDE Arrows
  --------------------------------------------------- */
  /* =======================================================
  	ABOUT SCHOOL
  ======================================================= */
  /* =======================================================
  	JAPANESE LANGUAGE CLUB
  ======================================================= */
  /* =======================================================
  	SUPPORT STAFF
  ======================================================= */
  /* =======================================================
  	FOOTER
  ======================================================= */
  /* ---------------------------------------------------
    Page Top Button
  --------------------------------------------------- */
  /* =======================================================
  	TOPICS PAGE
  ======================================================= */
  /* =======================================================
  	MODAL WINDOW
  ======================================================= */
  /* MODAL CLOSE*/
}
#india .sp, #india .tab {
  display: block;
}
#india .pc {
  display: none;
}
#india img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  #india {
    letter-spacing: 0.16em;
  }
  #india .sp {
    display: none;
  }
  #india .pc {
    display: block;
  }
}
#india .sec {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #india .sec {
    width: 1100px;
  }
}
@media screen and (min-width: 1025px) {
  #india .link_underline a:hover {
    opacity: 1;
  }
  #india .link_underline a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #92893a;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.7s;
  }
  #india .link_underline a:hover::after {
    transition: transform 0.3s;
    transform: scale(1, 1);
  }
  #india a.slidein {
    position: relative;
    display: block;
    overflow: hidden;
  }
  #india a.slidein::before {
    background-color: #92893a;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    transform: translateX(-150%) skewX(-30deg) scaleX(1.5);
    transition: all 0.9s;
  }
  #india a.slidein:hover {
    opacity: 1;
  }
  #india a.slidein:hover:before {
    transition: all 0.3s;
    transform: translateX(0) skewX(-30deg) scaleX(1.5);
  }
}
#india .header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  /* ---------------------------------------------------
   		NAV SP
  --------------------------------------------------- */
  /* ---------------------------------------------------
   		NAV PC
  --------------------------------------------------- */
}
#india .header .header_bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 13vw;
  top: -13vw;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
#india .header .header_bg.show {
  top: 0;
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  #india .header .header_bg {
    height: 80px;
    top: -80px;
  }
}
#india .header .inner {
  position: relative;
  width: 100%;
  height: 13vw;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #india .header .inner {
    height: 80px;
  }
}
#india .header .inner .logo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 23.15%;
  z-index: 100;
}
@media screen and (min-width: 1025px) {
  #india .header .inner .logo {
    left: 5px;
    top: 0px;
    width: 128px;
  }
}
#india .header .sp-menu {
  position: absolute;
  right: 4%;
  top: 3vw;
  z-index: 11;
  width: 7.8vw;
  height: 7.8vw;
  transition: all 1s;
}
#india .header .sp-menu span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.4s;
}
#india .header .sp-menu span:nth-of-type(1) {
  top: 3vw;
}
#india .header .sp-menu span:nth-of-type(2) {
  bottom: 3vw;
}
#india .header .sp-menu.hide {
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  #india .header .sp-menu {
    display: none;
  }
}
#india .header .sp-menu.active span:nth-of-type(1) {
  transform: translateY(1vw) rotate(20deg);
}
#india .header .sp-menu.active span:nth-of-type(2) {
  transform: translateY(-0.7vw) rotate(-20deg);
}
#india .header .nav {
  width: 100%;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: -100vw;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 11;
  width: 100%;
  padding: 22% 12.3% 14%;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  #india .header .nav {
    display: none;
  }
}
#india .header .nav.hide {
  visibility: hidden;
  opacity: 0;
  transform: translateX(7px);
}
#india .header .nav.is-open {
  right: 0;
}
#india .header .nav .close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
#india .header .nav .close .nav_close {
  width: 60px;
  height: 60px;
  position: relative;
  display: block;
}
#india .header .nav .close .nav_close::before, #india .header .nav .close .nav_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 3px;
  background-color: #fff;
  width: 3px;
  height: 28px;
  transform: translate(-50%, -50%) rotate(45deg);
}
#india .header .nav .close .nav_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#india .header .nav .nav_ti {
  font-size: 3vw;
  color: #fff;
  text-align: center;
}
#india .header .nav ul {
  padding: 13% 0 0;
}
#india .header .nav ul li {
  font-size: 4.4vw;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 5% 0;
}
#india .header .nav ul li a {
  color: #fff;
  display: block;
}
#india .header .nav ul li span {
  display: block;
  font-size: 2.5vw;
}
@media screen and (min-width: 1025px) {
  #india .header .nav_pc ul {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: auto;
    top: 25px;
    right: 40px;
  }
  #india .header .nav_pc ul li {
    padding: 0 0 0 30px;
  }
  #india .header .nav_pc ul li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 10px 0;
    position: relative;
  }
}
#india #kv {
  position: relative;
  background-color: #AAA;
  background-image: url(../img/kv/kv01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 115%;
  aspect-ratio: 786/540;
}
@media screen and (min-width: 1025px) {
  #india #kv {
    max-height: 800px;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    /* Safari 対応のための追加スタイル */
  }
  @supports (-webkit-min-device-pixel-ratio: 0) {
    #india #kv {
      height: 56.25vw; /* 16:9 のアスペクト比に相当する高さ */
      max-height: 800px;
      width: 100%;
    }
  }
}
#india #kv .vegas {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#india #kv h1, #india #kv h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.35;
}
#india #kv h1 {
  font-size: 5.33vw;
  top: 36%;
  line-height: 1.437;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1025px) {
  #india #kv h1 {
    font-size: 40px;
  }
}
#india #kv h2 {
  font-size: 3.7vw;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  width: 88%;
  left: 0;
  right: 0;
  bottom: 18%;
  margin: auto;
}
#india #kv h2::before, #india #kv h2::after {
  content: "";
  background-color: #fff;
  flex-grow: 1;
  height: 1px;
}
#india #kv h2::before {
  margin-right: 15px;
}
#india #kv h2::after {
  margin-left: 15px;
}
@media screen and (min-width: 1025px) {
  #india #kv h2 {
    font-size: 22px;
    letter-spacing: 0.1em;
    width: 560px;
    bottom: 12%;
  }
}
#india .sec_title {
  position: relative;
  height: 13vw;
  margin-bottom: 16%;
}
@media screen and (min-width: 1025px) {
  #india .sec_title {
    height: 80px;
    margin-bottom: 90px;
  }
}
#india .sec_title h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  color: #92893a;
  font-size: 7.12vw;
  letter-spacing: 0.06em;
  text-align: center;
  padding-bottom: 4%;
}
@media screen and (min-width: 1025px) {
  #india .sec_title h2 {
    font-size: 44px;
    text-align: left;
    padding-bottom: 20px;
  }
}
#india .sec_title .ti_jp {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.67vw;
  letter-spacing: 0.1em;
  color: #92893a;
  display: block;
  position: absolute;
  bottom: -6vw;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #india .sec_title .ti_jp {
    font-size: 13px;
    font-weight: 600;
    bottom: 40px;
    right: 0;
    left: auto;
  }
}
#india .sec_title .ti_border {
  background-color: #b4b4b4;
  width: 100%;
  height: 1px;
}
#india .sec_ti {
  color: #92893a;
  font-size: 7.12vw;
  letter-spacing: 0.06em;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 4%;
  position: relative;
  height: 13vw;
  margin-bottom: 16%;
}
@media screen and (min-width: 1025px) {
  #india .sec_ti {
    font-size: 44px;
    text-align: left;
    padding-bottom: 20px;
    height: 80px;
    margin-bottom: 16%;
  }
}
#india .sec_ti span {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.67vw;
  letter-spacing: 0.1em;
  display: block;
  position: absolute;
  bottom: -6vw;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1025px) {
  #india .sec_ti span {
    font-size: 13px;
    font-weight: 600;
    bottom: 40px;
    right: 0;
    left: auto;
  }
}
#india .mv_pic {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #india .mv_pic {
    max-height: 800px;
  }
  #india .mv_pic img.pc {
    display: block;
    width: 100%;
    height: auto;
    max-height: 800px;
    aspect-ratio: 1439/826;
    -o-object-fit: cover;
       object-fit: cover;
    visibility: hidden;
  }
}
#india .mv_pic h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  width: 100%;
  font-size: 4.8vw;
  text-align: center;
  color: #fff;
}
#india .tex {
  font-size: 3.5vw;
  line-height: 2.14;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  #india .tex {
    font-size: 16px;
    letter-spacing: 0.16em;
  }
}
#india .parallax-section {
  display: none;
}
@media screen and (min-width: 1025px) {
  #india .parallax-section {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 1439/826;
  }
  #india .parallax-section.club {
    aspect-ratio: 1439/988;
    min-height: 910px;
  }
  #india .parallax-section .parallax-image {
    width: 100%;
    height: 130%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#india #topics {
  padding: 12.72% 0 13%;
}
@media screen and (min-width: 1025px) {
  #india #topics {
    padding: 80px 0 150px;
  }
}
#india #topics .topics_container {
  background-color: #F7F7F2;
  padding: 10vw 5vw 5vw;
}
@media screen and (min-width: 1025px) {
  #india #topics .topics_container {
    padding: 50px 0 40px;
  }
}
#india #topics .topics_container .sec_title {
  margin-bottom: 5vw;
}
@media screen and (min-width: 1025px) {
  #india #topics .topics_container .sec_title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  #india #topics .topics_container .sec_title h2 {
    text-align: center;
    margin-bottom: 30px;
    height: 85px;
  }
}
@media screen and (min-width: 1025px) {
  #india #topics .topics_container .list_topics {
    font-size: 18px;
    letter-spacing: 0.16em;
    width: 34.5em;
    margin: 0 auto;
  }
}
#india #topics .topics_container .list_topics li {
  width: 100%;
  margin-bottom: 1.35em;
}
#india #topics .topics_container .list_topics li a {
  display: flex;
  font-size: 3.2vw;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  #india #topics .topics_container .list_topics li a {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.16em;
    position: relative;
  }
  #india #topics .topics_container .list_topics li a::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    height: 1px;
    background: #92893a;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.7s;
    width: 100%;
  }
  #india #topics .topics_container .list_topics li a:hover::after {
    transition: transform 0.3s;
    transform: scale(1, 1);
  }
}
#india #topics .topics_container .list_topics li a .date {
  display: block;
  width: 7em;
  line-height: 1.5em;
}
@media screen and (min-width: 1025px) {
  #india #topics .topics_container .list_topics li a .date {
    display: inline-block;
    width: 8em;
  }
}
#india #topics .topics_container .list_topics li a .topics_title {
  letter-spacing: 0.05em;
  display: block;
  width: calc(100% - 7em);
  line-height: 1.5em;
}
@media screen and (min-width: 1025px) {
  #india #topics .topics_container .list_topics li a .topics_title {
    display: inline;
    letter-spacing: 0.16em;
  }
}
#india #video {
  padding-bottom: 15%;
}
@media screen and (min-width: 1025px) {
  #india #video {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}
#india #video li iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#india #video li p.ut_tit {
  text-align: left;
  font-weight: 600;
  font-size: 3.6vw;
  letter-spacing: 0.08em;
  padding-top: 0.8em;
}
@media screen and (min-width: 1025px) {
  #india #video li p.ut_tit {
    font-size: 20px;
    letter-spacing: 0.16em;
    text-align: center;
  }
}
#india #video li p.ut_tit span {
  font-size: 0.6em;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1025px) {
  #india #video li p.ut_tit span {
    font-size: 0.8em;
    letter-spacing: 0.1em;
  }
}
#india #video li p.tex.tex_c {
  font-size: 0.7em;
  line-height: 1.7em;
  text-align: left;
  margin-top: 0.8em;
}
@media screen and (min-width: 1025px) {
  #india #video li p.tex.tex_c {
    font-size: 15px;
    line-height: 1.8em;
    text-align: center;
    margin-top: 18px;
  }
}
#india #video li:not(:last-child) {
  margin-bottom: 19%;
}
@media screen and (min-width: 1025px) {
  #india #video li:not(:last-child) {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1025px) {
  #india .sec.bg_img {
    padding: 104px 0 0;
    width: 100%;
  }
  #india .sec.bg_img .mv {
    width: 100%;
    min-width: 1200px;
    position: relative;
    margin: 0 auto;
    max-height: 800px;
    overflow: hidden;
  }
  #india .sec.bg_img .mv.club {
    max-height: 988px;
  }
  #india .sec.bg_img .mv img {
    width: 100%;
  }
  #india .sec.bg_img .mv .sec_title {
    position: absolute;
    width: 1100px;
    margin: 70px auto 0;
    z-index: 2;
    left: 0;
    right: 0;
  }
  #india .sec.bg_img .mv .sec_title h2, #india .sec.bg_img .mv .sec_title .ti_jp {
    color: #fff;
  }
  #india .sec.bg_img .mv .sec_title .ti_border {
    background-color: #fff;
  }
  #india .sec.bg_img .mv h3 {
    font-size: 40px;
    letter-spacing: 0.11em;
    padding-left: 520px;
    width: 1100px;
    top: 230px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #india .sec.bg_img .mv h3.tex_left {
    padding: 0;
    text-align: left;
    letter-spacing: 0.14em;
    line-height: 1.575;
  }
  #india .sec.bg_img .mv .tex {
    position: absolute;
    top: 365px;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 520px;
    width: 1100px;
    color: #fff;
  }
  #india .sec.bg_img .mv .tex.tex_left {
    top: 480px;
    padding: 0 520px 0 0;
    text-align: left;
    width: 1100px;
    line-height: 2.3125;
  }
}
#india #project {
  padding: 15% 0;
}
@media screen and (min-width: 1025px) {
  #india #project {
    padding: 104px 0 0;
  }
}
#india #project .tex {
  padding-top: 5%;
}
@media screen and (min-width: 1025px) {
  #india #project .tex {
    padding-top: 0;
  }
}
#india #project .i-block {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  #india #project .i-block {
    display: none;
  }
}
#india #support {
  padding: 15% 0 10%;
  position: relative;
  /* ---------------------------------------------------
   		SPLIDE
  --------------------------------------------------- */
}
@media screen and (min-width: 1025px) {
  #india #support {
    padding: 174px 0 40px;
  }
}
#india #support .sec_ti {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  #india #support .sec_ti {
    margin-bottom: 90px;
  }
}
#india #support h3 {
  text-align: center;
  font-size: 5vw;
  line-height: 1.7;
  padding: 1% 0 6%;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1025px) {
  #india #support h3 {
    font-size: 40px;
    letter-spacing: 0.14em;
    padding: 0 0 120px;
  }
}
#india #support .num_kids {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #india #support .num_kids {
    width: 100%;
  }
}
#india #support .lst_kids {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 13% auto 5%;
}
@media screen and (min-width: 1025px) {
  #india #support .lst_kids {
    width: 1100px;
    grid-template-columns: repeat(8, 1fr);
    margin-top: 45px;
    margin: 45px auto 45px;
  }
}
#india #support .lst_kids li {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  #india #support .lst_kids li {
    margin: 0 auto 30px;
  }
  #india #support .lst_kids li img {
    width: 110px;
  }
}
#india #support .lst_kids li button {
  width: 100%;
  display: block;
}
#india #support .lst_kids li button figure {
  position: relative;
  aspect-ratio: 100/110;
  height: 28.208vw;
  transition: all 0.2s ease-out;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #india #support .lst_kids li button figure {
    width: 100px;
    height: 110px;
  }
}
#india #support .lst_kids li button figure img {
  position: absolute;
  width: 100%;
}
#india #support .lst_kids li button figure .circle {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90.9%;
  background-color: #cdcdcd;
  border-radius: 100%;
  transition: all 0.2s ease-out;
}
#india #support .lst_kids li button figure .circle.boy {
  background-color: #C5D5E4;
}
#india #support .lst_kids li button figure .circle.girl {
  background-color: #EFD5D5;
}
@media screen and (min-width: 1025px) {
  #india #support .lst_kids li button figure .circle {
    width: 100px;
    height: 100px;
  }
}
#india #support .lst_kids li button .name {
  font-size: 2.5vw;
  padding-top: 8px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #india #support .lst_kids li button .name {
    letter-spacing: -0.1em;
    font-size: 10px;
    padding-top: 10%;
  }
}
#india #support .lst_kids li button:hover figure {
  transform: scale(1.15);
}
#india #support .lst_kids li button:hover figure .circle.boy {
  background-color: #A1C9EF;
}
#india #support .lst_kids li button:hover figure .circle.girl {
  background-color: #F0BDBD;
}
#india #support .modal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 15vw 5% 0;
}
#india #support .modal.is-active {
  display: block;
}
@media screen and (min-width: 1025px) {
  #india #support .modal {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
  }
}
#india #support .modal .modal-bg {
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  #india #support .modal .modal-bg {
    display: none;
  }
}
#india #support .modal .splide {
  visibility: visible;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1025px) {
  #india #support .modal .splide {
    width: 1000px;
    margin: 0 auto;
    border-radius: 12px;
    background-color: #f7f7f7;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
  }
}
#india #support .modal .splide .splide__slide {
  padding: 5.5% 5.5% 15%;
}
@media screen and (min-width: 1025px) {
  #india #support .modal .splide .splide__slide {
    width: 940px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  #india #support .modal .splide .splide__slide figure img {
    width: 380px;
    margin-right: 20px;
  }
}
#india #support .modal .splide .splide__slide .info {
  margin-top: 3%;
  position: relative;
  height: 68vw;
}
@media screen and (min-width: 1025px) {
  #india #support .modal .splide .splide__slide .info {
    margin-top: 0.2em;
    height: auto;
  }
}
#india #support .modal .splide .splide__slide .info h4, #india #support .modal .splide .splide__slide .info .voice {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#india #support .modal .splide .splide__slide .info h4 {
  font-size: 4vw;
  line-height: 1.5625;
  margin-bottom: 6%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  #india #support .modal .splide .splide__slide .info h4 {
    font-size: 20px;
    margin-bottom: 13px;
  }
}
#india #support .modal .splide .splide__slide .info .voice {
  font-size: 2.9vw;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1025px) {
  #india #support .modal .splide .splide__slide .info .voice {
    font-size: 15px;
  }
}
#india #support .modal .splide .splide__slide .info ul.prof {
  position: absolute;
  bottom: 0;
  width: 100%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  #india #support .modal .splide .splide__slide .info ul.prof {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}
#india #support .modal .splide .splide__slide .info ul.prof li:first-child {
  border-top: 1px solid #92893a;
  margin-top: 18%;
  padding-top: 3%;
  font-size: 4.5vw;
}
#india #support .modal .splide .splide__slide .info ul.prof li:first-child span {
  font-size: 3vw;
  display: block;
  padding-top: 2%;
}
@media screen and (min-width: 1025px) {
  #india #support .modal .splide .splide__slide .info ul.prof li:first-child {
    margin-top: 0;
    font-size: 22px;
  }
  #india #support .modal .splide .splide__slide .info ul.prof li:first-child span {
    font-size: 16px;
    display: inline;
    padding: 0 0 0 1em;
  }
}
#india #support .modal .splide .splide__slide .info ul.prof li:last-child {
  padding-top: 5%;
  font-size: 3vw;
  line-height: 1.53;
}
#india #support .modal .splide .splide__slide .info ul.prof li:last-child span {
  display: block;
}
#india #support .modal .splide .splide__slide .info ul.prof li:last-child .age {
  display: inline;
}
@media screen and (min-width: 1025px) {
  #india #support .modal .splide .splide__slide .info ul.prof li:last-child {
    padding-top: 5px;
    font-size: 12px;
  }
}
#india #support .modal .splide .splide__slide .info .num {
  position: absolute;
  right: -3%;
  bottom: -2%;
  font-size: 17.8vw;
  color: #cdcdcd;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: italic;
}
@media screen and (min-width: 1025px) {
  #india #support .modal .splide .splide__slide .info .num {
    right: -10px;
    bottom: -10px;
    font-size: 75px;
  }
}
#india #support .modal .splide .win_close {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #india #support .modal .splide .win_close {
    display: none;
  }
}
#india .splide .splide__arrows {
  position: relative;
  height: 0;
  /* SP */
  /*prev*/
}
#india .splide .splide__arrows .splide__arrow--next,
#india .splide .splide__arrows .splide__arrow--prev {
  width: 2.846vw;
  height: 7.871vw;
  right: -1em;
  left: auto;
  top: -105vw;
  padding: 28.8vw 7vw;
}
#india .splide .splide__arrows .splide__arrow--next::before,
#india .splide .splide__arrows .splide__arrow--next::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 1.2em;
  width: 4.871vw;
  height: 2px;
  background-color: #92893a;
  transform-origin: calc(100% - 1px) 50%;
}
#india .splide .splide__arrows .splide__arrow--next::before {
  transform: rotate(57.5deg);
}
#india .splide .splide__arrows .splide__arrow--next::after {
  transform: rotate(-57.5deg);
}
#india .splide .splide__arrows .splide__arrow--prev {
  left: -0.8em;
  right: auto;
}
#india .splide .splide__arrows .splide__arrow--prev::before,
#india .splide .splide__arrows .splide__arrow--prev::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 1em;
  width: 4.871vw;
  height: 2px;
  background-color: #92893a;
  transform-origin: 1px 50%;
}
#india .splide .splide__arrows .splide__arrow--prev::before {
  transform: rotate(57.5deg);
}
#india .splide .splide__arrows .splide__arrow--prev::after {
  transform: rotate(-57.5deg);
}
@media screen and (min-width: 1025px) {
  #india .splide .splide__arrows .splide__arrow--prev,
  #india .splide .splide__arrows .splide__arrow--next {
    display: block;
    width: 60px;
    height: 60px;
    right: -3em;
    top: -155px;
    position: absolute;
    padding: 0;
  }
  #india .splide .splide__arrows .splide__arrow--prev {
    left: -3em;
  }
  #india .splide .splide__arrows .splide__arrow--prev::after,
  #india .splide .splide__arrows .splide__arrow--next::after {
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    transform-origin: center;
    transform: translateY(20px) rotate(45deg);
    opacity: 1;
    background-color: transparent;
    border: 2px solid #92893a;
    border-left: 0;
    border-bottom: 0;
  }
  #india .splide .splide__arrows .splide__arrow--prev::after {
    transform: translateY(20px) rotate(225deg);
  }
  #india .splide .splide__arrows .splide__arrow--prev::before,
  #india .splide .splide__arrows .splide__arrow--next::before {
    transform: rotate(0);
    content: none;
  }
}
#india #school {
  padding: 15% 0;
}
@media screen and (min-width: 1025px) {
  #india #school {
    padding: 174px 0 150px;
  }
  #india #school .sec_ti {
    margin-bottom: 100px;
  }
}
#india #school .school_logo {
  margin: 0 9% 5%;
  display: flex;
  align-items: flex-start;
}
#india #school .school_logo img {
  width: 20vw;
  height: auto;
  margin-right: 5%;
}
@media screen and (min-width: 1025px) {
  #india #school .school_logo {
    align-items: center;
    justify-content: center;
    margin: 0 0 100px;
  }
  #india #school .school_logo img {
    width: 127px;
    margin-right: 10px;
  }
}
#india #school .school_logo h3 {
  font-size: 4.5vw;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
#india #school .school_logo h3 span {
  display: block;
  font-size: 2vw;
  padding-top: 5%;
}
@media screen and (min-width: 1025px) {
  #india #school .school_logo h3 {
    font-size: 34px;
  }
  #india #school .school_logo h3 span {
    font-size: 15px;
    padding-top: 5px;
  }
}
#india #school .tex {
  margin-top: 5%;
}
@media screen and (min-width: 1025px) {
  #india #school .mv {
    display: flex;
    align-items: flex-start;
  }
  #india #school .mv img {
    margin-right: 25px;
  }
  #india #school .mv .tex {
    margin-top: 10px;
  }
}
#india #school .principal {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 15% 0 0;
}
#india #school .principal img {
  width: 27.8%;
}
#india #school .principal figcaption {
  margin-top: 3%;
  line-height: 2;
  font-size: 2.54vw;
  text-align: center;
}
#india #school .principal figcaption span {
  font-size: 3.56vw;
  font-weight: 600;
  display: block;
}
@media screen and (min-width: 1025px) {
  #india #school .principal {
    margin: 125px 0 0;
  }
  #india #school .principal img {
    width: 150px;
  }
  #india #school .principal figcaption {
    margin-top: 20px;
    font-size: 15px;
  }
  #india #school .principal figcaption span {
    font-size: 19px;
  }
}
@media screen and (min-width: 1025px) {
  #india #school .tex.tex_c {
    text-align: center;
  }
}
#india #club {
  padding: 15% 0;
}
@media screen and (min-width: 1025px) {
  #india #club {
    padding: 104px 0 0;
  }
  #india #club .mv {
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  #india #club .mv_pic {
    max-height: 988px;
    min-height: 910px;
  }
  #india #club .mv_pic img.pc {
    max-height: 988px;
    min-height: 910px;
  }
}
#india #club .mv_pic h3 {
  line-height: 1.65;
  top: 30%;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1025px) {
  #india #club .mv_pic h3 {
    line-height: 1.35;
    top: 230px;
  }
}
#india #club .tex {
  margin: 5% auto 12%;
}
@media screen and (min-width: 1025px) {
  #india #club .tex {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  #india #club .instructors {
    position: absolute;
    top: 680px;
    left: 0;
    right: 0;
    width: 1100px;
    margin: auto;
  }
}
#india #club .instructors h4 {
  text-align: center;
  font-size: 3.8vw;
  font-weight: 600;
  margin-bottom: 5%;
}
@media screen and (min-width: 1025px) {
  #india #club .instructors h4 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  #india #club .instructors .lst_instructors {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 880px;
    margin: 0 auto;
  }
}
#india #club .instructors .lst_instructors li {
  display: flex;
  background-color: #f4f4f4;
  border-radius: 6px;
  padding: 4%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  #india #club .instructors .lst_instructors li {
    padding: 15px;
    width: 48.86%;
  }
}
#india #club .instructors .lst_instructors li:not(:last-child) {
  margin-bottom: 2.5%;
}
@media screen and (min-width: 1025px) {
  #india #club .instructors .lst_instructors li:not(:last-child) {
    margin-bottom: 0;
  }
}
#india #club .instructors .lst_instructors li img {
  width: 26%;
  margin-right: 4%;
}
@media screen and (min-width: 1025px) {
  #india #club .instructors .lst_instructors li img {
    width: 120px;
    margin-right: 15px;
  }
}
#india #club .instructors .lst_instructors li .prof h5 {
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
#india #club .instructors .lst_instructors li .prof p {
  padding-top: 3%;
  font-size: 3vw;
  line-height: 1.436;
}
@media screen and (min-width: 1025px) {
  #india #club .instructors .lst_instructors li .prof h5 {
    font-size: 18px;
    padding-top: 15px;
  }
  #india #club .instructors .lst_instructors li .prof p {
    padding-top: 10px;
    font-size: 12px;
  }
}
#india #staff {
  padding: 15% 0 35%;
}
@media screen and (min-width: 1025px) {
  #india #staff {
    padding: 174px 0 250px;
  }
  #india #staff .sec_ti {
    margin-bottom: 50px;
  }
  #india #staff .tex {
    text-align: center;
  }
}
#india #staff .lst_staff {
  margin-top: 20%;
}
@media screen and (min-width: 1025px) {
  #india #staff .lst_staff {
    margin: 100px auto 0;
    width: 88%;
    display: flex;
    justify-content: space-between;
  }
}
#india #staff .lst_staff li:not(:last-child) {
  margin-bottom: 15%;
}
@media screen and (min-width: 1025px) {
  #india #staff .lst_staff li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  #india #staff .lst_staff li {
    width: 42%;
  }
  #india #staff .lst_staff li .tex {
    text-align: left;
  }
}
#india #staff .lst_staff figure {
  margin-bottom: 5%;
}
@media screen and (min-width: 1025px) {
  #india #staff .lst_staff figure {
    margin-bottom: 35px;
  }
}
#india #staff .lst_staff figure img {
  display: block;
  width: 41%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #india #staff .lst_staff figure img {
    width: 220px;
  }
}
#india #staff .lst_staff figure figcaption {
  margin-top: 2%;
  line-height: 2;
  font-size: 2.54vw;
  text-align: center;
}
#india #staff .lst_staff figure figcaption span {
  font-size: 3.56vw;
  font-weight: 600;
  display: block;
}
@media screen and (min-width: 1025px) {
  #india #staff .lst_staff figure figcaption {
    margin-top: 18px;
    line-height: 1.6;
    font-size: 15px;
  }
  #india #staff .lst_staff figure figcaption span {
    font-size: 19px;
  }
}
@media screen and (min-width: 1025px) {
  #india #staff .lst_staff .tex.staff {
    text-align: justify;
    font-size: 15px;
  }
}
#india footer {
  background-color: #f8f8f8;
  padding: 18% 0;
  /* ---------------------------------------------------
   		ASIDE
  --------------------------------------------------- */
}
@media screen and (min-width: 1025px) {
  #india footer {
    width: 100%;
    padding: 128px 0;
  }
}
#india footer aside {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#india footer aside .takusan-grp-bnr {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 10vw 4vw;
  border: 1px solid #e0e0e0;
  border-top: 2px solid #0599d9;
}
@media screen and (min-width: 1025px) {
  #india footer aside .takusan-grp-bnr {
    width: 1000px;
    padding: 50px 55px 25px;
  }
}
#india footer aside .takusan-grp-bnr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  #india footer aside .takusan-grp-bnr ul {
    flex-wrap: nowrap;
  }
}
#india footer aside .takusan-grp-bnr ul li {
  width: 100%;
  padding-top: 8vw;
}
@media (min-width: 1025px) {
  #india footer aside .takusan-grp-bnr ul li {
    width: 576px;
    padding-top: 0;
  }
}
#india footer aside .takusan-grp-bnr ul li.left {
  width: 50%;
  padding: 0;
  text-align: center;
}
@media (min-width: 1025px) {
  #india footer aside .takusan-grp-bnr ul li.left {
    width: 150px;
    padding: 0 0 0 20px;
  }
}
#india footer aside .takusan-grp-bnr ul li.left img {
  width: 54%;
}
@media (min-width: 1025px) {
  #india footer aside .takusan-grp-bnr ul li.left img {
    width: 70%;
  }
}
#india footer aside .takusan-grp-bnr ul li.right {
  display: none;
}
@media (min-width: 1025px) {
  #india footer aside .takusan-grp-bnr ul li.right {
    display: block;
    width: 150px;
    padding: 10px 0 0 0;
  }
}
#india footer aside .takusan-grp-bnr ul li.right.sp {
  display: block;
  width: 50%;
  padding: 6vw 8vw 0 2vw;
}
@media (min-width: 1025px) {
  #india footer aside .takusan-grp-bnr ul li.right.sp {
    display: none;
  }
}
#india footer aside .takusan-grp-bnr ul li.right img {
  width: 100%;
}
#india footer aside .takusan-grp-bnr ul li h2 {
  color: #92893a;
  letter-spacing: 2px;
  text-align: center;
  font-size: 3.6vw;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (min-width: 1025px) {
  #india footer aside .takusan-grp-bnr ul li h2 {
    font-size: 21px;
  }
}
#india footer aside .takusan-grp-bnr ul li .csr {
  margin: 20px auto;
  line-height: 1em;
  background-color: #edeff2;
  border-radius: 1.5em;
  display: block;
  text-align: center;
  position: relative;
  font-size: 3.6vw;
  letter-spacing: 1px;
  width: 90%;
  padding: 0.9em;
}
@media (min-width: 1025px) {
  #india footer aside .takusan-grp-bnr ul li .csr {
    font-size: 18px;
    letter-spacing: 2px;
    width: 80%;
    padding: 0.75em;
  }
}
#india footer aside .takusan-grp-bnr ul li .csr span::before {
  width: 1.8em;
  height: 1.8em;
  background-color: white;
  display: block;
  content: "";
  position: absolute;
  right: 0.5em;
  border-radius: 100%;
  top: 50%;
  margin-top: -0.9em;
}
#india footer aside .takusan-grp-bnr ul li .csr span::after {
  width: 0.5em;
  height: 0.5em;
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #92893a;
  border-right: 1px solid #92893a;
  right: 1.25em;
  top: 50%;
  margin-top: -0.25em;
  transform: rotate(45deg);
}
#india footer aside .takusan-grp-bnr ul li p {
  text-align: center;
  padding: 0 1.5em;
  font-size: 3.3vw;
  letter-spacing: 1px;
  line-height: 170%;
}
@media (min-width: 769px) {
  #india footer aside .takusan-grp-bnr ul li p {
    font-size: 2.5rem;
  }
}
@media (min-width: 1025px) {
  #india footer aside .takusan-grp-bnr ul li p {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
#india footer aside .takusan-grp-bnr ul li > ul {
  margin: 8vw 0 0 0;
  display: block;
  text-align: center;
}
@media (min-width: 1025px) {
  #india footer aside .takusan-grp-bnr ul li > ul {
    margin: 30px 0 0 0;
  }
}
#india footer aside .takusan-grp-bnr ul li > ul > li {
  width: auto;
  display: inline-block;
  font-size: 11px;
  padding: 0;
  margin-bottom: 1vw;
}
#india footer aside .takusan-grp-bnr ul li > ul > li::after {
  content: "|";
}
#india footer aside .takusan-grp-bnr ul li > ul > li:last-child::after {
  content: "";
}
@media (min-width: 1025px) {
  #india footer aside .takusan-grp-bnr ul li > ul > li {
    padding: 0;
    margin-bottom: 0;
  }
}
#india footer aside .takusan-grp-bnr ul li > ul > li a {
  font-size: 2.8vw;
  line-height: 1.4em;
  letter-spacing: 1.5px;
  padding: 0.5em 0.3em 0 0.2em;
}
@media (min-width: 769px) {
  #india footer aside .takusan-grp-bnr ul li > ul > li a {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  #india footer aside .takusan-grp-bnr ul li > ul > li a {
    font-size: 12px;
  }
}
#india footer .copy {
  border-top: 1px solid #000;
  margin: 18% 4% 0;
  padding-top: 9%;
  font-size: 2.6vw;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #india footer .copy {
    width: 96%;
    margin: 100px auto 0;
    padding-top: 40px;
    font-size: 15px;
  }
}
#india #page_top {
  position: fixed;
  bottom: 0;
  right: 4%;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  #india #page_top {
    right: 40px;
  }
}
#india #page_top a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #92893a;
  border-radius: 50%;
  background-color: #fff;
}
#india #page_top a::after {
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #92893a;
  border-right: 1px solid #92893a;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -5px;
  transform: rotate(-45deg);
}
#india #kv.topics_page {
  height: 50vw;
  background: #000 url(../img/kv/kv01.jpg) no-repeat center center/cover;
  aspect-ratio: auto;
}
@media screen and (min-width: 1025px) {
  #india #kv.topics_page {
    max-height: 450px;
    width: 100%;
    height: auto;
    aspect-ratio: 16/5;
  }
}
#india #kv.topics_page h1 {
  top: 32%;
  font-size: 4.6vw;
}
@media screen and (min-width: 1025px) {
  #india #kv.topics_page h1 {
    font-size: 36px;
  }
}
#india #kv.topics_page h2 {
  font-size: 3.2vw;
  width: 75%;
}
@media screen and (min-width: 1025px) {
  #india #kv.topics_page h2 {
    font-size: 25px;
  }
}
#india #topics_contents {
  padding: 18% 0 32%;
}
@media screen and (min-width: 1025px) {
  #india #topics_contents {
    padding: 100px 50px 150px;
  }
}
#india #topics_contents .sec_ti {
  border-bottom: none;
  padding: 0 0 13%;
  margin: 0;
  height: auto;
}
@media screen and (min-width: 1025px) {
  #india #topics_contents .sec_ti {
    padding: 0 0 100px;
    font-size: 28px;
    text-align: center;
  }
}
#india #topics_contents .topics_ti {
  font-size: 4.5vw;
  font-weight: 600;
  margin: 6% 0 13%;
}
@media screen and (min-width: 1025px) {
  #india #topics_contents .topics_ti {
    font-size: 36px;
    margin: 0 0 80px;
  }
}
#india #topics_contents .topics_date {
  font-size: 3.3vw;
  text-align: right;
}
@media screen and (min-width: 1025px) {
  #india #topics_contents .topics_date {
    font-size: 15px;
  }
}
#india #topics_contents p {
  font-size: 3.8vw;
  line-height: 2.14;
  margin-bottom: 20%;
}
@media screen and (min-width: 1025px) {
  #india #topics_contents p {
    font-size: 16px;
    line-height: 2.3125;
    margin-bottom: 80px;
  }
}
#india #topics_contents figure {
  margin: 3% 0;
}
@media screen and (min-width: 1025px) {
  #india #topics_contents figure {
    margin: 30px 0;
  }
}
#india .btn_back {
  width: 60%;
  margin: 18% auto 0;
}
@media screen and (min-width: 1025px) {
  #india .btn_back {
    width: 214px;
    margin: 150px auto 0;
  }
}
#india .btn_back a {
  font-size: 3.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #92893a;
  padding: 6%;
  border-radius: 50px;
}
@media screen and (min-width: 1025px) {
  #india .btn_back a {
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: 13px;
  }
}
#india .win_close {
  width: 14vw;
  height: 14vw;
  position: relative;
  display: block;
}
#india .win_close::before, #india .win_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #92893a;
  height: 8vw;
  width: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
#india .win_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  #india .win_close {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */