/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;900&family=Raleway:wght@700&display=swap");
.contarea {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .contarea {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  .contarea {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1301px) {
  .contarea {
    padding-right: 65px;
    padding-left: 65px;
  }
}

.area_header {
  position: relative;
}
.area_header .logo {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .area_header .logo {
    top: 15px;
    left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_header .logo {
    top: 30px;
    left: 30px;
  }
}

.icon_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 900;
  border-radius: 100%;
}
.icon_area.yamagata {
  background: #2e46b0;
}
.icon_area.sendai {
  background: #f40000;
}
@media screen and (max-width: 767px) {
  .icon_area {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .icon_area {
    width: 78px;
    height: 78px;
    font-size: 24px;
  }
}

.area_mv {
  position: relative;
  z-index: 1;
}
.area_mv::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f40000;
}
.area_mv .inner {
  position: relative;
  z-index: 2;
}
.area_mv .box_movie {
  position: relative;
}
.area_mv .box_movie .mov_inner {
  max-height: 543px;
  overflow: hidden;
}
.area_mv .box_movie video {
  width: calc(100% + 2px);
}
.area_mv .toplead {
  position: absolute;
  color: #fff;
  font-weight: 900;
}
.area_mv .box_topics {
  max-width: 720px;
  background: #fff;
}
.area_mv .box_topics .enfont {
  color: #f40000;
}
.area_mv .btn_trial {
  position: absolute;
}
.area_mv .btn_trial::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  display: block;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#f40000));
  background-image: linear-gradient(to bottom, #000, #f40000);
  z-index: 3;
  border-radius: 100%;
}
.area_mv .btn_trial a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  z-index: 4;
}
.area_mv .btn_trial a img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.area_mv .btn_trial a:hover img {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .area_mv::before {
    height: 70%;
  }
  .area_mv .inner {
    padding-bottom: 100px;
  }
  .area_mv .box_movie {
    width: calc(100% - 30px);
    margin: 0 0 0 auto;
  }
  .area_mv .box_movie .mov_inner {
    height: 280px;
    border-radius: 0 0 0 120px;
  }
  .area_mv .box_movie video {
    width: auto;
    height: 100%;
  }
  .area_mv .toplead {
    bottom: 20px;
    left: 0;
    font-size: 30px;
  }
  .area_mv .box_topics {
    margin-top: 20px;
    padding: 5px 15px;
    margin-right: 30px;
  }
  .area_mv .box_topics .enfont {
    font-size: 18px;
  }
  .area_mv .box_topics dd {
    font-size: 14px;
  }
  .area_mv .btn_trial {
    width: 170px;
    bottom: -100px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .area_mv .btn_trial a {
    width: 170px;
    height: 170px;
  }
  .area_mv .btn_trial a span {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_mv {
    padding-bottom: 70px;
  }
  .area_mv::before {
    height: 70%;
  }
  .area_mv .box_movie {
    width: calc(100% - 75px);
    max-width: 1600px;
    margin: 0 0 0 auto;
  }
  .area_mv .box_movie .mov_inner {
    border-radius: 0 0 0 250px;
  }
  .area_mv .toplead {
    bottom: 10%;
    left: 0;
    font-size: 60px;
  }
  .area_mv .btn_trial {
    width: 200px;
    bottom: -150px;
    right: 60px;
  }
  .area_mv .btn_trial a {
    width: 200px;
    height: 200px;
    line-height: 1.5;
  }
  .area_mv .btn_trial a span {
    font-size: 24px;
  }
  .area_mv .btn_trial a img {
    width: 54px;
    margin-top: 10px;
  }
  .area_mv .box_topics {
    margin-top: 30px;
    padding: 15px 30px;
  }
  .area_mv .box_topics .enfont {
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 26px;
  }
  .area_mv .box_topics dd {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .area_mv .box_topics {
    width: 70%;
  }
}
@media screen and (min-width: 1051px) {
  .area_mv::before {
    height: 50%;
  }
  .area_mv .box_topics {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .area_mv .btn_trial {
    width: 265px;
    bottom: -150px;
    right: 60px;
  }
  .area_mv .btn_trial a {
    width: 265px;
    height: 265px;
    font-size: 20px;
  }
  .area_mv .btn_trial a span {
    font-size: 30px;
  }
}

.area_topbanner > div {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.area_movie {
  text-align: center;
}
.area_movie .youtube {
  width: 100%;
  max-width: 750px;
  aspect-ratio: 5/3;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .area_movie {
    padding: 130px 20px 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_movie {
    padding: 120px 50px;
  }
}
.area_movie .btn_common {
  max-width: 450px;
}

.area_about .about {
  position: relative;
}
.area_about .about::before, .area_about .about::after {
  content: "";
  display: block;
  position: absolute;
}
.area_about .about::before {
  width: 100%;
  height: 75%;
  top: 0;
  left: 0;
  background-color: #f7f6f2;
  z-index: 1;
}
.area_about .about::after {
  width: 470px;
  height: 470px;
  z-index: 2;
  background: url(../images/round3.svg) no-repeat center center/contain;
}
.area_about .about .inner {
  position: relative;
  z-index: 3;
}
.area_about .about .inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 470px;
  height: 470px;
  background: url(../images/round1.svg) no-repeat center center/contain;
  z-index: 2;
}
.area_about .about .tit_en {
  position: absolute;
}
.area_about .about .btn_common {
  max-width: 450px;
}
.area_about .about .box_img {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .area_about .about::after {
    width: 200px;
    height: 200px;
    top: 30px;
  }
  .area_about .about .inner {
    padding: 60px 0;
  }
  .area_about .about .inner::after {
    width: 200px;
    height: 200px;
    bottom: 30vw;
  }
  .area_about .about .tit_en {
    width: 60px;
    top: 45px;
    left: 5px;
  }
  .area_about .about .section_tit, .area_about .about p {
    padding: 0 20px 0 85px;
  }
  .area_about .about .btn_common {
    margin: 20px 20px 40px;
  }
  .area_about .about .box_img img {
    display: block;
  }
  .area_about .about .box_img .img_round-left {
    width: 80vw;
    margin: 0 0 20px auto;
  }
  .area_about .about .box_img .img_round-all {
    width: 40vw;
    margin: 0 0 0 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_about .about {
    padding: 100px 0 80px 65px;
  }
  .area_about .about::after {
    top: 60px;
    left: -50px;
  }
  .area_about .about .tit_en {
    top: 0;
    left: 0;
    width: 15%;
    max-width: 132px;
  }
  .area_about .about .inner {
    padding: 60px 0 0 200px;
  }
  .area_about .about .inner > p {
    max-width: 750px;
    font-size: 20px;
  }
  .area_about .about .box_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .area_about .about .box_img .img_round-left {
    width: 70vw;
    max-width: 830px;
  }
  .area_about .about .box_img .img_round-all {
    width: 30vw;
    max-width: 360px;
    margin: 150px -60px 0 0;
  }
  .area_about .about .btn_common {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .area_about .about .inner {
    padding-left: 20%;
  }
  .area_about .about .inner .section_tit, .area_about .about .inner p {
    padding-right: 30px;
  }
  .area_about .about .inner .btn_common {
    margin-right: 30px;
  }
  .area_about .about .box_img .img_round-all {
    border-radius: 0 30px 30px 0;
  }
}
@media screen and (min-width: 1301px) {
  .area_about .about .inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .area_about .about .inner::after {
    right: -30px;
  }
}
.area_about .philosophy .tit {
  text-align: center;
  font-weight: 900;
}
.area_about .philosophy .tit span {
  display: block;
  font-size: 1.75em;
  color: #f40000;
}
.area_about .philosophy .list_philosophy .ph_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.area_about .philosophy .list_philosophy .keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #f40000;
}
.area_about .philosophy .list_philosophy .stit {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .area_about .philosophy {
    padding-bottom: 40px;
  }
  .area_about .philosophy .list_philosophy li > img {
    display: block;
    width: 60vw;
    margin-bottom: 20px;
  }
  .area_about .philosophy .list_philosophy li:nth-of-type(even) > img {
    margin-right: 0;
    margin-left: auto;
  }
  .area_about .philosophy .list_philosophy .ph_inner {
    margin: 0 20px 30px;
  }
  .area_about .philosophy .list_philosophy .stit {
    font-size: 1.375em;
    line-height: 1.3;
  }
  .area_about .philosophy .list_philosophy .keyword {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  .area_about .philosophy .list_philosophy .keyword img {
    width: 60px;
  }
  .area_about .philosophy .list_philosophy .box_cont {
    padding-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_about .philosophy .tit {
    font-size: 30px;
  }
  .area_about .philosophy .list_philosophy img {
    width: 40%;
    max-width: 460px;
  }
  .area_about .philosophy .list_philosophy li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .area_about .philosophy .list_philosophy li > img {
    position: relative;
    z-index: 5;
  }
  .area_about .philosophy .list_philosophy li .ph_inner {
    position: relative;
    z-index: 6;
  }
  .area_about .philosophy .list_philosophy li:nth-of-type(odd) .ph_inner {
    margin-left: -30px;
  }
  .area_about .philosophy .list_philosophy li:nth-of-type(odd) .keyword {
    margin-right: 15px;
  }
  .area_about .philosophy .list_philosophy li:nth-of-type(odd) .box_cont {
    padding-right: 80px;
  }
  .area_about .philosophy .list_philosophy li:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    font-size: 20px;
  }
  .area_about .philosophy .list_philosophy li:nth-of-type(even) .ph_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-right: -30px;
  }
  .area_about .philosophy .list_philosophy li:nth-of-type(even) .keyword {
    margin-left: 15px;
  }
  .area_about .philosophy .list_philosophy li:nth-of-type(even) .box_cont {
    padding-left: 80px;
  }
  .area_about .philosophy .list_philosophy .keyword {
    width: 120px;
    height: 120px;
  }
  .area_about .philosophy .list_philosophy .box_cont {
    font-size: 18px;
  }
}
@media screen and (min-width: 1301px) {
  .area_about .philosophy {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .area_about .philosophy .list_philosophy .keyword {
    width: 170px;
    height: 170px;
  }
  .area_about .philosophy .list_philosophy li:nth-of-type(2) {
    margin: -30px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .area_about .list_philosophy li {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_about {
    margin-bottom: 100px;
  }
}

.area_course {
  background-color: #f7f6f2;
}
.area_course .section_tit {
  text-align: center;
}
.area_course .box_coursetit {
  margin-bottom: 20px;
}
.area_course .box_coursetit .title {
  font-weight: 900;
  color: #f40000;
}
.area_course .notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area_course .notes dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}
.area_course .box_pr {
  background: #f40000;
  border-radius: 30px;
  font-weight: 900;
  color: #fff;
}
.area_course .list_course > li {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
}
.area_course .list_course .lead {
  font-weight: 900;
}
.area_course .list_course .coursename {
  color: #f40000;
  font-weight: 900;
}
.area_course .list_course .keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.area_course .list_course .keywords li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 0 10px;
  margin-right: 5px;
}
.area_course .list_course .icon_school {
  position: absolute;
  top: -30px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.area_course .list_course .icon_school .icon_area {
  width: 60px;
  height: 60px;
  font-size: 16px;
  margin-right: 5px;
}
.area_course .list_course .course_txt span {
  font-weight: 900;
  color: #f40000;
}
.area_course .list_course .link_icon {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.area_course .list_course .inner_club .list_course {
  position: relative;
  z-index: 5;
}
.area_course .list_course .inner_club .img_round-left {
  position: relative;
  z-index: 4;
}
.area_course .list_course .inner_club .box_pr {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .area_course {
    padding: 60px 0;
  }
  .area_course .box_coursetit .title {
    font-size: 24px;
  }
  .area_course .box_coursetit.school img {
    width: 80vw;
  }
  .area_course .notes {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .area_course .notes dt {
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }
  .area_course .course_img_ws {
    margin-bottom: 50px;
  }
  .area_course .list_course > li {
    padding: 35px 15px;
  }
  .area_course .list_course > li:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .area_course .list_course .coursename {
    font-size: 22px;
  }
  .area_course .keywords {
    font-size: 14px;
  }
  .area_course .inner_school {
    margin-bottom: 40px;
  }
  .area_course .inner_club .list_course {
    padding: 0 20px;
  }
  .area_course .inner_club .list_course > li {
    padding-bottom: 50px;
  }
  .area_course .inner_club > img {
    display: block;
    width: 70vw;
    margin: -40px 0 -30px auto;
  }
  .area_course .box_pr {
    margin: 0 20px;
    padding: 40px 15px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_course {
    padding: 100px 0 180px 0;
  }
  .area_course .box_coursetit .title {
    font-size: 34px;
  }
  .area_course .notes {
    max-width: 900px;
  }
  .area_course .notes dt {
    width: 150px;
    height: 150px;
    margin-right: 20px;
    font-size: 20px;
  }
  .area_course .notes dd {
    font-size: 20px;
  }
  .area_course .list_course > li {
    padding: 40px 30px;
  }
  .area_course .list_course .lead {
    font-size: 18px;
  }
  .area_course .list_course .coursename {
    font-size: 30px;
  }
  .area_course .inner_school {
    margin-bottom: 100px;
  }
  .area_course .inner_club img {
    max-width: 520px;
  }
  .area_course .box_pr {
    max-width: 665px;
    padding: 30px;
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  .area_course .course_img_ws {
    display: block;
    width: 80%;
    max-width: 1000px;
    margin: 30px 50px 70px 0;
    border-radius: 0 30px 30px 0;
  }
  .area_course .inner_school .list_course > li {
    margin-bottom: 40px;
  }
  .area_course .inner_club .list_course {
    margin: 0 50px;
  }
  .area_course .inner_club .img_round-left {
    display: block;
    width: 40%;
    margin: -50px 0 -30% auto;
  }
  .area_course .inner_club .box_pr {
    width: 70%;
    margin-left: 50px;
    padding-right: 20vw;
  }
  .area_course .inner_club .box_pr br.pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .area_course .inner_school .list_course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .area_course .inner_school .list_course > li {
    width: calc((100% - 20px) / 2);
  }
  .area_course .inner_school .list_course > li:nth-of-type(odd) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1301px) {
  .area_course .course_img_ws {
    display: none;
  }
  .area_course .inner_school {
    background: url(../images/couse_school_img.jpg) no-repeat 65px 60px/auto 90%;
  }
  .area_course .inner_school .list_course {
    margin: 0 0 0 auto;
  }
  .area_course .inner_club {
    position: relative;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .area_course .inner_club img {
    position: absolute;
    top: 10%;
    right: 40px;
    z-index: 12;
  }
  .area_course .list_course {
    max-width: 665px;
    position: relative;
    z-index: 13;
    margin-bottom: 30px;
  }
  .area_course .list_course > li:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .area_course .box_pr {
    position: relative;
    z-index: 11;
  }
}

.area_voice img {
  margin-bottom: 20px;
}
.area_voice .membername {
  text-align: center;
  font-weight: 900;
  font-size: 1.125em;
  line-height: 1.5;
}
.area_voice .voice dt {
  font-size: 1.125em;
  color: #f40000;
  font-weight: 900;
}
.area_voice .voice dd {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .area_voice {
    padding: 60px 0;
  }
  .area_voice .title {
    width: 200px;
  }
  .area_voice .list_voice li:nth-of-type(n+2) {
    margin-top: 15px;
    padding-top: 25px;
    border-top: 1px solid #ccc;
  }
  .area_voice .list_voice .box_photo {
    margin-bottom: 10px;
    text-align: center;
  }
  .area_voice .list_voice .box_photo img {
    width: 180px;
  }
  .area_voice .list_voice .voice dt:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .area_voice .list_voice .voice dd {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .area_voice .list_voice li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .area_voice .list_voice li:nth-of-type(n+2) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }
  .area_voice .list_voice .box_photo {
    width: 30%;
    max-width: 300px;
    margin-right: 20px;
    text-align: center;
  }
  .area_voice .list_voice .box_photo img {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_voice {
    padding: 100px 0;
  }
  .area_voice .list_voice {
    font-size: 18px;
  }
  .area_voice .list_voice .membername {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1051px) {
  .area_voice .list_voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .area_voice .list_voice li {
    width: calc((100% - 80px) / 3);
  }
}

.area_venue {
  position: relative;
}
.area_venue::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  background: url(../images/venue_bg.jpg) no-repeat center top/cover;
  z-index: 1;
}
.area_venue .contarea {
  position: relative;
  z-index: 2;
}
.area_venue .section_tit {
  color: #fff;
}
.area_venue .inner {
  background: #fff;
  border-radius: 30px;
}
.area_venue .box_map .lead {
  font-weight: 900;
}
.area_venue .list_venue li {
  position: relative;
}
.area_venue .list_venue li div {
  position: relative;
}
.area_venue .list_venue .icon_area {
  position: absolute;
  z-index: 10;
}
.area_venue .list_venue .link_icon {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .area_venue {
    padding: 40px 0 80px;
  }
  .area_venue::before {
    height: 70vw;
    background-size: auto 100%;
  }
  .area_venue .title {
    width: 300px;
  }
  .area_venue .section_tit {
    margin-bottom: 40px;
  }
  .area_venue .box_map {
    margin-bottom: 40px;
    text-align: center;
  }
  .area_venue .box_map img {
    width: 230px;
    margin-top: -20px;
    margin-bottom: 10px;
  }
  .area_venue .box_map .lead {
    font-size: 22px;
  }
  .area_venue .list_venue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .area_venue .list_venue li {
    margin-bottom: 30px;
  }
  .area_venue .list_venue li:first-of-type {
    padding-top: 50px;
    border-top: 1px solid #ccc;
  }
  .area_venue .list_venue div {
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    margin-bottom: 20px;
  }
  .area_venue .list_venue .icon_area {
    top: -25px;
    left: -25px;
  }
  .area_venue .list_venue .link_icon:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_venue {
    padding: 80px 0 120px;
  }
  .area_venue::before {
    height: 60vw;
  }
  .area_venue .section_tit {
    margin-bottom: 60px;
  }
  .area_venue .inner {
    padding: 0 50px;
  }
  .area_venue .box_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .area_venue .box_map img {
    width: 50%;
    max-width: 570px;
    margin-top: -40px;
  }
  .area_venue .box_map .lead {
    font-size: 28px;
  }
  .area_venue .list_venue {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
  .area_venue .list_venue .icon_area {
    top: -39px;
    left: -39px;
  }
  .area_venue .list_venue .link_icon {
    font-size: 20px;
  }
  .area_venue .list_venue .link_icon:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .area_venue .list_venue .btn_common {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .area_venue .list_venue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .area_venue .list_venue li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .area_venue .list_venue li > div img {
    width: 280px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
  .area_venue .list_venue li:nth-of-type(n+2) {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1051px) {
  .area_venue::before {
    height: 44.8vw;
  }
  .area_venue .box_map .lead {
    font-size: 34px;
  }
  .area_venue .list_venue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .area_venue .list_venue li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .area_venue .list_venue li:nth-of-type(odd) {
    border-right: 1px solid #cccccc;
    padding-right: 35px;
  }
  .area_venue .list_venue li:nth-of-type(even) {
    padding-left: 35px;
  }
}
@media screen and (min-width: 1301px) {
  .area_venue .list_venue li:nth-of-type(odd) {
    border-right: 1px solid #cccccc;
    padding-right: 75px;
  }
  .area_venue .list_venue li:nth-of-type(even) {
    padding-left: 75px;
  }
}

.area_coach {
  position: relative;
}
.area_coach::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f7f6f2;
  z-index: 1;
}
.area_coach .inner {
  position: relative;
  z-index: 2;
}
.area_coach .list_coach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
.area_coach .list_coach .thumb {
  text-align: center;
  cursor: pointer;
}
.area_coach .name {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .area_coach {
    padding: 20px 0 60px;
  }
  .area_coach::before {
    height: 80%;
  }
  .area_coach .box_tit .img_round-right {
    width: 70vw;
  }
  .area_coach .tit_cont {
    padding: 30px 20px;
  }
  .area_coach .tit_cont img {
    width: 200px;
  }
  .area_coach .list_coach {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .area_coach .list_coach li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
  .area_coach .list_coach .thumb {
    font-size: 14px;
  }
  .area_coach .list_coach .name {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_coach {
    padding-bottom: 70px;
  }
  .area_coach::before {
    height: calc(100% - 130px);
  }
  .area_coach .box_tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  .area_coach .box_tit .img_round-right {
    width: 40%;
    max-width: 480px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .area_coach .box_tit .tit_cont {
    padding: 90px 50px 0 40px;
  }
  .area_coach .box_tit .tit_cont .txt {
    font-size: 20px;
  }
  .area_coach .list_coach {
    font-size: 18px;
  }
  .area_coach .list_coach li {
    width: calc((100% - 60px) / 4);
  }
  .area_coach .name {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .area_coach .list_coach {
    padding: 0 60px;
  }
  .area_coach .list_coach .thumb {
    font-size: 16px;
  }
}
@media screen and (min-width: 1101px) {
  .area_coach .list_coach {
    max-width: 960px;
  }
}
@media screen and (min-width: 1301px) {
  .area_coach .inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

.area_trial {
  position: relative;
}
.area_trial::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/round2.svg) no-repeat center center/contain;
  z-index: 1;
}
.area_trial .box_img, .area_trial .trial_cont {
  position: relative;
  z-index: 2;
}
.area_trial .section_tit {
  color: #f40000;
}
.area_trial .box_faq {
  border-style: solid;
  border-color: #f40000;
}
.area_trial .faq_cont dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
}
.area_trial .faq_cont dt::before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 73px;
  height: 73px;
  background: #000;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 40px;
  border-radius: 100%;
}
.area_trial .btn_trial {
  position: relative;
}
.area_trial .btn_trial::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  display: block;
  width: calc(100% + 10px);
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#f40000));
  background-image: linear-gradient(to right, #000, #f40000);
  z-index: 3;
}
.area_trial .btn_trial a {
  position: relative;
  background: #000;
  color: #fff;
  z-index: 4;
}
.area_trial .btn_trial a img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.area_trial .btn_trial a::after {
  background: url(../images/arrow_red.svg) no-repeat center center/contain;
}
.area_trial .btn_trial a:hover img {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .area_trial {
    position: relative;
    padding: 60px 0;
  }
  .area_trial .box_img {
    margin-bottom: 30px;
  }
  .area_trial .box_img img {
    display: block;
  }
  .area_trial .box_img .img_round-all {
    width: 50vw;
    margin-left: 20px;
  }
  .area_trial .box_img .img_round-left {
    width: 70vw;
    margin: 20px 0 0 auto;
  }
  .area_trial .trial_cont {
    padding: 0 20px;
  }
  .area_trial .trial_cont img {
    position: absolute;
    top: 0;
    left: 10px;
    width: 50px;
  }
  .area_trial .trial_cont .section_tit, .area_trial .trial_cont .lead {
    margin-left: 60px;
  }
  .area_trial .box_faq {
    border-radius: 30px;
    padding: 25px 15px;
    margin-left: 60px;
    margin-bottom: 30px;
  }
  .area_trial .faq_cont dt {
    margin-bottom: 5px;
  }
  .area_trial .faq_cont dt::before {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  .area_trial .faq_cont dt:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .area_trial .faq_cont dd {
    font-size: 14px;
  }
  .area_trial .btn_trial a {
    height: 60px;
    border-radius: 60px;
  }
  .area_trial .btn_trial::before {
    height: 70px;
    border-radius: 70px;
    top: -5px;
    left: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_trial {
    max-width: 1200px;
  }
  .area_trial::before {
    width: 470px;
    height: 470px;
    right: -60px;
    top: 80px;
  }
  .area_trial .box_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .area_trial .box_img img:first-of-type {
    width: 40%;
    max-width: 450px;
  }
  .area_trial .box_img img:last-of-type {
    width: 53%;
    max-width: 620px;
    margin-top: 170px;
  }
  .area_trial .trial_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
  }
  .area_trial .trial_cont img {
    width: 10%;
    max-width: 94px;
    margin-right: 3%;
  }
  .area_trial .section_tit {
    font-size: 45px;
  }
  .area_trial .lead {
    padding-right: 50px;
    font-size: 24px;
  }
  .area_trial .box_faq {
    padding: 60px 50px;
  }
  .area_trial .box_faq dt {
    font-size: 24px;
  }
  .area_trial .box_faq dd {
    margin-bottom: 30px;
    padding-left: 88px;
    font-size: 18px;
  }
  .area_trial .btn_trial {
    width: 455px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -44px;
  }
  .area_trial .btn_trial a {
    height: 88px;
    border-radius: 88px;
  }
  .area_trial .btn_trial::before {
    height: 98px;
    border-radius: 98px;
    top: -5px;
    left: -5px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  .area_trial {
    margin: 0 0 0 auto;
    padding: 100px 0 100px 65px;
  }
  .area_trial .box_faq {
    border-width: 2px 0 2px 2px;
    border-radius: 30px 0 0 30px;
  }
}
@media screen and (min-width: 1301px) {
  .area_trial {
    margin-right: auto;
    margin-left: auto;
    padding: 100px 0;
  }
  .area_trial .trial_cont {
    margin-top: -30px;
  }
  .area_trial .box_faq {
    border-width: 2px;
    border-radius: 30px;
  }
}

.area_news {
  background: url(../images/news_bg.jpg) no-repeat right -5vw top/436px auto;
}
.area_news .contarea {
  max-width: 1030px;
}
.area_news .section_tit {
  line-height: 1.2;
}
.area_news .section_tit span {
  font-size: 0.6em;
}
.area_news .list_news {
  width: 100%;
}
.area_news .list_news li {
  border-bottom: 1px solid #b3b3b3;
}
.area_news .list_news .inner {
  display: block;
  padding: 15px 0;
}
.area_news .list_news .date {
  color: #f40000;
  font-weight: 900;
}
.area_news .link_icon {
  margin: 0 0 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .area_news {
    background-size: 300px auto;
    padding: 60px 0;
  }
  .area_news .section_tit {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .area_news .list_news li {
    font-size: 14px;
  }
  .area_news .list_news li span {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .area_news {
    padding: 100px 0;
  }
  .area_news .section_tit {
    margin-right: 60px;
    font-size: 60px;
  }
  .area_news .list_news .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .area_news .list_news .date {
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .area_news .section_tit {
    margin-bottom: 30px;
  }
  .area_news .section_tit .pc-only {
    display: none;
  }
}
@media screen and (min-width: 1051px) {
  .area_news .contarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1301px) {
  .area_news {
    max-width: 1301px;
    margin-right: auto;
    margin-left: auto;
    background-position: right 0 top;
  }
}

.footer_img {
  max-width: 1170px;
}
@media print, screen and (min-width: 768px) {
  .footer_img {
    margin-bottom: -70px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  .footer_img {
    width: calc(100% - 30px);
    margin-right: 0;
    margin-left: auto;
  }
  .footer_img img {
    border-radius: 0 0 0 250px;
  }
}
@media screen and (min-width: 1301px) {
  .footer_img {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer_img img {
    border-radius: 0 0 125px 125px;
  }
}

/* Micromocal */
.modal__content .thumb {
  text-align: center;
}
.modal__content .thumb img {
  max-width: 300px;
}
.modal__content .comment {
  background: #f7f6f2;
}
@media screen and (max-width: 767px) {
  .modal__content .comment {
    padding: 20px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .modal__content .comment {
    padding: 30px 25px;
  }
}
.modal__content .btn_common {
  width: 100%;
  max-width: 350px;
  margin: 30px auto 0;
}