@charset "UTF-8";
/* CSS Document */
/*section-header pc*/
.section-header {
  margin-bottom: 100px;
  padding: 0 60px;
  width: 100%;
}
.top_imagebox {
  background-image: url(../images/top_bg.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
  height: 50vw;
  margin-bottom: 60px;
  position: relative;
}
.top_wrapper {
  display: flex;
  justify-content: space-between;
}
.top_wrapper h1 {
  width: 354px;
}
.fadeleft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.0s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.0s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.top_language-section {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  font-family: 'Marcellus', serif;
}
.top_language-section a {
  display: block;
  padding: 10px 30px;
}
.top_language-section li {
  margin-bottom: 20px;
}
.top_language-section li a {
  position: relative;
}
.top_language-section li.current a, .top_language-section li a:hover {
  color: #0481A2;
}
.top_language-section li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  background: #0481A2;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.top_language-section li.current a::after, .top_language-section li a:hover::after {
  transform: scale(1, 1);
}
.top_image {
  width: 40vw;
  position: absolute;
  right: 0px;
}
.top_arrow {
  position: relative;
}
.top_arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  border-top: solid 1px;
  border-right: solid 1px;
  color: inherit;
  -webkit-animation: animation 2.5s infinite;
          animation: animation 2.5s infinite;
  transform: rotate(135deg);
}

@keyframes animation {
  0% {
    transform: translate(0, 0) rotate(135deg);
  }
  50% {
    transform: translate(0, 20px) rotate(135deg);
  }
}
.apply-button {
  background-color: #770101;
  display: inline-block;
  border-radius: 10px;
  margin-top: 80px;
  position: relative;
  top: 0;
  transition: all .3s;
}

.apply-button:hover {
  top: -3px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.7);
}
.apply-button a {
  display: inline-block;
  padding: 20px 80px;
  color: #fff;
  font-size: 2.0rem;
}
.top_imagewrapper-sp {
  display: none;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*section-header pc　ここまで*/
/*section-header sp */
@media (max-width: 960px) {
  .section-header {
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .top_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .top_wrapper h1 {
    width: 250px;
    margin-bottom: 20px;
  }
  .top_language-section {
    display: flex;
    flex-direction: row;
    font-size: 1.4rem;
  }
  .top_imagebox {
    background-image: none;
    height: inherit;
    margin-bottom: 60px;
    position: relative;
  }
  .top_imagewrapper-sp {
    display: block;
    margin-bottom: 30vw;
  }
  .top_image {
    width: 55vw;
    margin: 0 auto;
    position: absolute;
    top: -43vw;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  .top_image_arrow {
    width: 20px;
  }
  .apply-button {
    margin-top: 40px;
  }
.apply-button.arrow {
    margin-top: 70px;
}
  .apply-button a {
    padding: 17px 94px;
    color: #fff;
    font-size: 1.6rem;
  }
}
/*section-header sp ここまで*/
.main_greeting {
  width: 45vw;
  margin: 150px auto;
}
@media (max-width: 960px) {
  .main_greeting {
    width: 340px;
    margin: 100px auto;
  }
}
/*section-introduction pc */
.section-introduction {
  margin-bottom: 200px;
  padding: 0 60px;
}
.title-image {
  margin: 0 auto 30px;
}
.title-image img {
  width: auto;
  height: 30px;
  vertical-align: bottom;
}
.title-word {
  color: #CF3828;
  font-size: 3.2rem;
  margin: 0 auto 80px;
  width: 100%;
  font-family: 'Marcellus', serif;
}
.section_point-introduction {
  width: 66vw;
  margin: 0 auto 140px;
}
.section-introduction h3 {
  width: 100%;
  font-size: 2.6rem;
  margin-bottom: 65px;
}
.section-introduction_border {
  border: 1px solid #B5B5B5;
  border-radius: 10px;
  width: 80vw;
  padding: 65px 40px;
  margin: 0 auto;
}
.section-introduction_wrapper {
  text-align: left;
}
.section-introduction_border dl {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.section-introduction_border dl dt {
  line-height: 5.0rem;
  width: 100px;
  text-align: left;
  font-size: 2.4rem;
  color: #CF3828;
    margin: 0 30px;
}
.section-introduction_border dl dd {
  line-height: 5.0rem;
  font-size: 2.0rem;
  max-width: 685px;
}
/*section-introduction pc ここまで*/
/*section-introduction sp */
@media (max-width: 960px) {
  .section-introduction {
    margin-bottom: 90px;
    padding: 0 35px;
  }
  .title-image img {
    height: 25px;
  }
  .title-word {
    font-size: 2.8rem;
    margin: 0 auto 60px;
  }
  .section_point-introduction {
    margin: 0px auto 60px;
    width: calc((292 / 345)* 100%);
  }
  .section-introduction h3 {
    margin-bottom: 35px;
    font-size: 2.0rem;
  }
  .section-introduction_border {
    padding: 65px 20px 45px;
    width: inherit;
  }
  .section-introduction_wrapper {
    width: inherit;
    text-align: center;
  }
  .section-introduction_border dl {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-introduction_border dl dt {
    line-height: inherit;
    width: 100%;
    text-align: center;
    font-size: 3.5rem;
    color: #CF3828;
    margin-bottom: 15px;
  }
  .section-introduction_border dl dd {
    line-height: 2.2;
    font-size: 2.0rem;
    margin-bottom: 35px;
  }
}
/*section-feature pc */
.section-feature {
  margin-bottom: 130px;
  background-image: url("../images/big_circle.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 0px 15px 17vw;
}
.feature_arrowbox {
  width: 15vw;
  margin: 0 auto;
  transform: translateY(-4vw);
}
.feature-wrapper {
  margin-bottom: 100px;
}
.feature-boxwrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.feature-boxwrapper.reverse {
  flex-direction: row-reverse;
}
.feature_imagewrapper {
  width: 50%;
}
.feature_content1 {
  width: 50%;
}
.feature_content1 h4 {
  margin: 0px auto 30px;
  font-size: 2.6rem;
  position: relative;
}
.feature_content1 h4::before {
  content: "";
  display: inline-block;
  background-image: url(../images/pointout.png);
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -9px;
  transform: translateX(-62px);
}
.feature_content1 .point {
  margin: 51px auto 30px;
  font-size: 2.6rem;
  position: relative;
}
.feature_content1 .point::before {
  content: "";
  display: inline-block;
  background-image: url(../images/pointout.png);
  background-size: contain;
  width: 100px;
  height: 100px;
  bottom: -9px;
  position: absolute;
}
.feature_content1 p {
  text-align: justify;
  padding: 0 40px;
  line-height: 2.0;
}
.feature_content2 {
  width: 50%;
}
.feature_content2 h4 {
  margin: 20px auto 30px;
  font-size: 2.6rem;
  position: relative;
}
.feature_content2 h4::before {
  content: "";
  display: inline-block;
  background-image: url(../images/pointout.png);
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -9px;
  transform: translateX(-62px);
}
.feature_content2 p {
  text-align: justify;
  padding: 0 40px;
  line-height: 2.0;
}
/* section-feature pc ここまで*/
/* section-feature sp*/
@media (max-width: 960px) {
  .section-feature {
    background-size: cover;
    background-position: center;
    padding: 0px 15px 40vw;
    margin-bottom: 50px;
  }
  .feature-wrapper {
    margin-bottom: 60px;
  }
  .feature-boxwrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }
  .feature_imagewrapper {
    width: 100%;
    margin-bottom: 45px;
  }
  .feature_content1 {
    width: 100%;
  }
  .feature_content1 h4 {
    font-size: 2.4rem;
  }
  .feature_content1 h4::before {
    width: 70px;
    height: 70px;
    bottom: 0;
    transform: translateX(-40px);
  }
  .feature_content1 p {
    font-size: 1.6rem;
    padding: inherit;
    max-width: 85%;
    margin: 0 auto;
  }
  .feature-boxwrapper.reverse {
    flex-direction: column;
  }
  .feature_content2 {
    width: 100%;
  }
  .feature_content2 h4 {
    font-size: 2.4rem;
  }
  .feature_content2 h4::before {
    width: 70px;
    height: 70px;
    bottom: 8px;
    transform: translateX(-33px);
  }
  .feature_content2 p {
    font-size: 1.6rem;
    padding: inherit;
    max-width: 85%;
    margin: 0 auto;
  }
  .feature_content1 .point {
    margin: 0px auto 30px;
    font-size: 2.4rem;
  }
  .feature_content1 .point::before {
    width: 70px;
    height: 70px;
    bottom: 0;
    transform: translateX(-40px);
  }
}
/*section-teacher pc*/
.teacher_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.teacher_imagewrapper {
  max-width: 30%;
  position: relative;
}
.teacher_imagewrapper::before {
  content: "";
  display: inline-block;
  background-image: url("../images/picture_keichan.png");
  background-size: contain;
  width: 40%;
  height: 40%;
  position: absolute;
  bottom: -1vw;
  left: -2vw;
  margin: 0 auto;
}
.teacher_wrapperbelow {
  width: 55%;
  text-align: justify;
  padding: 0 70px;
}
.teacher_content {
  margin-bottom: 35px;
}
.teacher_content h4 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 3vw;
  letter-spacing: 0.1rem;
}
.teacher_content p {
  line-height: 2.0;
}
.teacher_contentbelow {
  font-size: 1.4rem;
}

/*section-feature(teacher) ここまで*/
/*section-feature(teacher) sp*/
@media (max-width: 960px) {
  .teacher_wrapper {
    flex-direction: column;
  }
  .teacher_imagewrapper {
    margin-bottom: 25px;
    max-width: 50%;
  }
  .teacher_wrapperbelow {
    width: 100%;
    padding: 0 30px;
  }
  .teacher_content h4 {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
  }
  .teacher_contentbelow {
    padding: 0 15px;
    font-size: 1.4rem;
    
  }
}
/*section-lesson pc */
.section-lesson {
  width: 100%;
  margin-bottom: 140px;
  padding: 0 35px;
}
.lesson_wrapperborder {
  border: 1px solid #B5B5B5;
  border-radius: 10px;
  margin: 0 auto;
}
.lesson_content-imagebox {
  columns: 3;
}
.lesson_content-imagebox li {
  padding: 50px 15px;
}
.lesson_content-imagebox li img {
  width: 33.3%
}
.lesson_content-imagebox li p {
  width: 99%;
  text-align: center;
  margin: 0 auto;
  line-height: 2.7;
  font-size: 2.0rem;
  margin-top: 30px;
  letter-spacing: 0.05rem;
}
.lesson_content-othersbox {
  list-style: square inside;
  padding: 0px 10vw 20px;
  text-align: left;
  width: 100%;
}
.lesson_content-othersbox li {
  margin-bottom: 15px;
}
/*lesson pc ここまで*/
/*section-lesson sp */
@media (max-width: 960px) {
  .lesson_content-imagebox {
    columns: 2;
  }
}
@media (max-width: 576px) {
  .section-lesson {
    padding: 0 25px;
  }
  .lesson_content-imagebox {
    display: flex;
    flex-direction: column;
  }
}
/*lessonfee pc */
.section-lessonfee {
  margin-bottom: 130px;
}
.lessonfee_wrapperborder {
  border: solid 1px #B5B5A8;
  border-radius: 10px;
  width: calc((852 / 1366) * 100%);
  margin: 0 auto;
  padding: 55px;
}
.lessonfee_wrapperborder span {
  margin-right: 5px;
  display: inline-block;
}
.lessonfee_wrapperborder p {
  font-size: 3.0rem;
  margin-bottom: 35px;
}
.lessonfee_wrapperborder p:last-child {
  font-size: 1.4rem;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-delay: 0.3s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*lesson fee pc　ここまで*/
/*lesson fee sp*/
@media (max-width:960px) {
  .lessonfee_wrapperborder {
    width: calc((750 / 960) * 100%);
    padding: 30px 0px;
  }
}
@media (max-width: 576px) {
  .lessonfee_wrapperborder {
    width: calc((325 / 375) * 100%);
    padding: 30px 0px;
  }
}
/*lesson location pc*/
.section-location {
  margin-bottom: 130px;
  width: 100%;
  background-image: url("../images/place_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
}
.location_image {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 60px;
}
.location_image li {
  width: 25%;
}
.location_image li p {
  margin-top: 35px;
  font-size: 2.4rem;
}
.location_chooseplaces {
  font-size: 1.6rem;
}
/*section location pc ここまで*/
/*section location sp*/
@media (max-width:960px) {
  .section-location {
    margin-bottom: 80px;
  }
  .location_image {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
  }
  .location_image li {
    width: 45%;
    margin-bottom: 30px;
  }
}
/*section note pc */
.section-note {
  margin-top: 130px;
  padding-bottom: 130px;
}
.lesson_wrapperborder_box {
  border: 1px solid #b5b5b5;
  border-radius: 10px;
  width: 75%;
  margin: 0 auto;
  padding: 70px 35px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.8;
  background: rgba(255, 255, 255, 0.6);
}
.lesson_note {
  list-style: square inside;
}
.lesson_note li strong{
 border-bottom: 2px solid #000;   
}

.lesson_wrapperborder_box li {
  margin-bottom: 10px;
}
/*section-note pc ここまで*/
/*section-note sp　*/
@media (max-width: 960px) {
  .lesson_wrapperborder_box {
    width: 89%;
    padding: 70px 32px;
  }
  .lesson_wrapperborder_box li {
    margin-bottom: 40px;
  }
  .lesson_wrapperborder_box li:last-child {
    margin-bottom: 0px;
  }
}
/*section-news pc */
.section-news {
  margin-bottom: 140px;
}
.news_bannerwrapper {
  width: calc((1000 / 1366) * 100%);
  margin: 0 auto 50px;
}
.news_bannerwrapper span.mask {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.news_bannerwrapper span.mask::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: -75%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}
.news_bannerwrapper span.mask:hover::before {
  animation: shine 0.7s;
}
.news_bannerwrapper_sp {
  display: none;
}
.apply-button_event {
  background-color: #770101;
  display: inline-block;
  border-radius: 10px;
  margin-top: 80px;
  position: relative;
  top: 0;
  transition: all .3s;
}
.apply-button_event:hover {
  top: -3px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.7);
}
.apply-button_event a {
  display: inline-block;
  padding: 20px 80px;
  color: #fff;
  font-size: 2.0rem;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*section-news pc ここまで */
/*section-news sp */
@media (max-width: 960px) {
  .section-news {
    margin-bottom: 90px;
  }
  .news_bannerwrapper {
    display: none;
  }
  .news_bannerwrapper {
    display: block;
    width: calc((345/ 375) * 100%);
    margin: 0 auto 40px;
  }
  .apply-button_event {
    margin-top: 40px;
  }
  .apply-button_event a {
    padding: 17px 94px;
    color: #fff;
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .news_bannerwrapper {
    display: none;
  }
  .news_bannerwrapper_sp {
    display: block;
    width: calc((345/ 375) * 100%);
    margin: 0 auto 28px;
  }
}
/*section-voice pc */
.section-voice {
  margin-bottom: 180px;
}
.voice_contentwrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 70px;
}
.voice_imagewrapper {
  max-width: 25%;
}
.voice_content {
  width: 50%;
  text-align: left;
}
.voice_content h4 {
  text-align: center;
  font-size: 2.0rem;
  margin-bottom: 45px;
}
.voice_content span {
  display: inline-block;
  margin-left: 25px;
}
.voice_content p {
  line-height: 2.0;
}
.voice_contentwrapper.reverse {
  flex-direction: row-reverse;
}
/*section-voice pc ここまで */
/*section-voice sp*/
@media (max-width: 960px) {
  .section-voice {
    margin-bottom: 100px;
  }
  .voice_contentwrapper {
    flex-direction: column;
    align-items: center;
  }
  .voice_imagewrapper {
    max-width: 50%;
    margin-bottom: 25px;
  }
  .voice_content {
    width: 80%;
    text-align: justify;
  }
  .voice_contentwrapper.reverse {
    flex-direction: column;
  }
}
/*section-apply pc*/
.section-apply {
  margin-bottom: 80px;
  background-image: url("../images/apply_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 42% 23%;
  padding-bottom: 100px;
}
.apply_imagewrapper {
  width: 6vw;
  margin: 0 auto;
  transform: translateY(-2vw);
}
.apply_infoword {
  font-size: 1.8rem;
  margin: 0 auto 50px;
}
.apply_arrow {
  width: 13vw;
  margin: 0 auto;
}
/*section-apply pc　ここまで*/
/*section-apply sp*/
@media (max-width: 960px) {
  .apply_imagewrapper {
    width: 9vw;
    transform: translateY(-3vw);
  }
  .apply_infoword {
    width: 80%;
    line-height: 2.0;
  }
  .apply_arrow {
    width: 18vw;
  }
}
/*footer pc*/
.footer_imagewrapper {
  background-color: #F9F9F9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  margin: 90px 0 50px;
}
.footer_imagewrapper a img {
  height: 5vw;
  width: 5vw;
}
.footer_imagewrapper a img:hover {
    transform: scale(1.05);
}
footer p {
  width: 100%;
  height: 113px;
  margin: 0 auto;
  background-image: url(../images/footer_bg.png);
  background-size: cover;
  background-position: center;
}
footer small {
  position: relative;
  bottom: -75px;
  color: #fff;
}
/*footer sp*/
@media (max-width:960px) {
  .footer_imagewrapper a img {
    width: 7vw;
    height: 7vw;
  }
}
@media (max-width:576px) {
  .footer_imagewrapper a img {
    width: 10vw;
    height: 10vw;
  }
  footer p {
    height: 46px;
  }
  footer small {
    bottom: -23px;
    font-size: 1.1rem;
  }
}