@charset "utf-8";

/*	レイアウト
---------------------------------*/
html {
  font-size: 62.5%;
}
body {
  padding: 0;
  width: 100%;
  line-height: 1.6;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
}

#wrapper {
  overflow: hidden;
}

/*	ヘッダー
---------------------------------*/
header {
  position: absolute;
  width: 100%;
  line-height: 1;
  z-index: 1010;
}
.hd-inr {
  position: relative;
  margin: 0 auto;
  padding: 30px 15px;
  width: 100%;
  max-width: 1490px;
  color: #fff;
}
.hd-logo {
  margin: 0;
  padding: 0;
}
.hd-inr h1 {
  margin: 0 30px 15px 0;
  padding: 0;
  text-align: right;
  font-size: 1.2rem;
  white-space: normal;
}
.hd-info {
  padding: 0;
  width: calc(100% - 280px);
  text-align: right;
}
.hd-contact {
  display: inline-block;
  margin: 0;
  text-align: center;
}
.hd-tel {
  display: block;
  margin: 0 10px 0 0;
  line-height: 1;
}
.hd-tel a > span {
  display: block;
  position: relative;
  padding: 0 0 0 35px;
  font-size: 35px;
  font-weight: 500;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
}
.hd-tel a > span::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 25px;
  height: 24px;
  background-image: url(../img/icon_tel.png);
}
.hd-mail {
  display: block;
  position: relative;
  margin: 15px 0 0;
  width: 240px;
  height: 40px;
  text-align: center;
}
.hd-mail::before {
  content: "";
  position: absolute;
  right: calc(100% + 10px);
  bottom: 0;
  width: 49px;
  height: 50px;
  background: url(../img/icon_cha02.png) no-repeat center center;
}
.hd-mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #de0000;
  border-radius: 100px;
  text-align: center;
}
.hd-mail a span {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 40px;
  font-size: 18px;
  color: #fff;
}
.hd-mail a span::before {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  width: 20px;
  height: 15px;
  background: url(../img/icon_mail.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  header {
    position: absolute;
    width: 100%;
    line-height: 1;
    z-index: 1010;
  }
  .hd-inr {
    position: relative;
    margin: 0 auto;
    padding: 42px 15px;
    width: 100%;
    max-width: 1490px;
    color: #fff;
  }
  .hd-logo {
    margin: 0;
    padding: 0;
    width: 120px;
  }
  .hd-inr h1 {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0 0 15px;
    padding: 0;
    text-align: left;
    font-size: 1rem;
    white-space: normal;
    letter-spacing: -0.05em;
    line-height: 1.2;
  }
  .hd-info {
    padding: 0;
    width: calc(100% - 120px);
    text-align: right;
  }
  .hd-contact {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    text-align: center;
  }
  .hd-tel {
    display: block;
    margin: 0 10px 0 0;
    line-height: 1;
  }
  .hd-tel a > span::before {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    width: 25px;
    height: 24px;
    background-image: url(../img/icon_tel.png);
  }
  .hd-tel {
    display: block;
    margin: 0 10px;
    width: auto;
  }
  .hd-tel a {
    display: block;
    position: relative;
    padding: 0;
    width: 40px;
    height: 40px;
    background: #222;
  }
  .hd-tel a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 20px;
    height: 20px;
    background: url(../img/icon_tel.png) no-repeat center center;
    background-size: contain;
  }
  .hd-tel a span,
  .hd-tel a small {
    display: none;
  }
  .hd-mail {
    display: block;
    margin: 0;
    width: auto;
    height: auto;
  }
  .hd-mail a {
    display: block;
    position: relative;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
  .hd-mail a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 20px;
    height: 20px;
    background: url(../img/icon_mail.png) no-repeat center center;
    background-size: contain;
  }
  .hd-mail a span {
    display: none;
  }
  .hd-mail::before {
    display: none;
  }
}

/*	フッター
---------------------------------*/
footer {
  position: relative;
  padding: 125px 0 75px;
  background: url(../img/bg_ft.jpg) center top;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
}
.ft-inr p {
  font-size: 1.4rem;
}
.ft-inr p + p {
  margin-top: 15px;
}
.ft-copyright {
  padding: 30px 0 0;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer {
    position: relative;
    padding: 65px 15px 35px;
    background-size: 960px auto;
    background-attachment: initial;
  }
  .ft-inr p {
    font-size: 1.3rem;
  }
  .ft-inr p + p {
    margin-top: 15px;
  }
  .ft-copyright {
    padding: 20px 0 0;
  }
}

/*	基本レイアウト
---------------------------------*/
.contents-inr {
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1310px;
}

/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
  margin: 0 0 120px;
  padding: 0 0 45px;
  background: url(../img/icon_ttl_line02.png) no-repeat center bottom;
  text-align: center;
  line-height: 1;
}
.ttl-cmn01.connect {
  margin-bottom: 40px;
}
.ttl-cmn01.col01 {
  background: url(../img/icon_ttl_line01.png) no-repeat center bottom;
}
.ttl-cmn01 span {
  display: block;
  margin: 0;
  font-size: 10rem;
  font-weight: 600;
  color: #32357a;
}
.ttl-cmn01.col01 span {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .ttl-cmn01 {
    margin: 0 0 60px;
    padding: 0 0 25px;
  }
  .ttl-cmn01 span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl-cmn01 {
    margin: 0 0 30px;
    padding: 0 0 25px;
    background-size: 110px auto;
  }
  .ttl-cmn01.connect {
    margin-bottom: 10px;
  }
  .ttl-cmn01.col01 {
    background-size: 110px auto;
  }
  .ttl-cmn01 span {
    font-size: 3rem;
  }
}

/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
  height: 80px;
  text-align: center;
}
.btn-cmn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/icon_arow.png) no-repeat right 30px center #32357a;
  color: #fff;
}
.btn-cmn01 span {
  display: inline-block;
  position: relative;
  padding: 0 70px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .btn-cmn01 {
    max-width: 360px;
    height: 60px;
  }
  .btn-cmn01 span {
    padding: 0 30px;
    font-size: 14px;
  }
}

/*	メインイメージ
---------------------------------*/
.main-img-otr {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  z-index: 1001;
}
.main-img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 950px;
  background: no-repeat center center / cover;
}
.main-img.img01 {
  background-image: url(../img/img_main01.jpg);
}
.main-img-cap {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding: 0 15px 140px;
  width: 100%;
  max-width: 1310px;
  text-align: right;
  z-index: 1001;
}
.main-img-cap::before {
  content: "";
  position: absolute;
  right: calc(100% - 270px);
  bottom: -200px;
  width: 525px;
  height: 327px;
  background: url(../img/icon_cha01.png) no-repeat center center;
}
.main-img-cap h2 {
  font-size: 11rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 38px rgba(0, 0, 0, 0.4);
  line-height: 1.3;
}
.main-sns {
  position: fixed;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 15px; */
  /* width: 100%; */
  max-width: 1710px;
  text-align: right;
  z-index: 1001;
  top: 320px;
  left: auto;
  right: 0px;
  width: 60px;
  padding: 0;
  -webkit-transform: none;
  transform: none;
}
.main-sns p + p {
  margin-top: 20px;
}
@media screen and (max-width: 1279px) {
  .main-img-cap::before {
    content: "";
    position: absolute;
    right: calc(100% - 525px);
    bottom: 400px;
    width: 525px;
    height: 327px;
    background: url(../img/icon_cha01.png) no-repeat center center;
  }
}
@media screen and (max-width: 1023px) {
  .main-img {
    height: 90vw;
  }
  .main-img-cap {
    padding: 0 15px 16vw;
  }
  .main-img-cap::before {
    content: "";
    position: absolute;
    right: auto;
    left: 0;
    bottom: 40vw;
    width: 52vw;
    height: 32vw;
    background-size: contain;
  }
  .main-img-cap h2 {
    font-size: 11vw;
  }
  /* .main-sns {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 5vw;
    transform: translateX(-50%);
    padding: 0 15px;
  } */
  /* .main-sns p + p {
    margin-top: 0;
    margin-left: 20px;
  } */
}
@media screen and (max-width: 767px) {
  .main-img-cap::before {
    left: 0;
    bottom: 35vw;
    width: 52vw;
    height: 32vw;
  }
  .main-img-cap h2 {
    font-size: 9vw;
  }

  /* .main-sns p {
    width: 35px;
  } */
  .main-sns {
    top: 270px;
  }
  .main-sns p img {
    width: 67%;
  }
}

/*	トップページ
---------------------------------*/
section {
  position: relative;
}
.top-bnr__link {
  position: absolute;
  left: 50%;
  bottom: -92px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1080px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top-bnr__link {
    bottom: -9vw;
  }
}

/*	WORRY	*/
.top-worry {
  padding: 105px 0 130px;
  background: url(../img/bg_worries.png) no-repeat center bottom;
  background-attachment: fixed;
}
.top-bnr__item {
  margin-bottom: 95px;
  text-align: center;
}
.top-worry h3 {
  margin-bottom: 95px;
  text-align: center;
}
.top-worry h3 span {
  font-size: 10rem;
  font-weight: 600;
  color: #c80f1d;
  letter-spacing: -0.05em;
}
.top-worry__cnt {
  position: relative;
  padding: 60px 100px;
  background: #fff;
}
.top-worry__cnt::before {
  content: "";
  position: absolute;
  left: calc(100% - 388px);
  bottom: -30px;
  width: 378px;
  height: 388px;
  background: url(../img/icon_worries.png) no-repeat center center;
}
.top-worry__cnt li {
  padding: 0 0 30px;
  background: url(../img/icon_line.png) no-repeat left bottom;
  font-size: 3rem;
  font-weight: 500;
}
.top-worry__cnt li span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 50px;
}
.top-worry__cnt li span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  width: 26px;
  height: 20px;
  background: url(../img/icon_check.png) no-repeat center center;
}
.top-worry__cnt li + li {
  margin-top: 30px;
}
.top-worry h4 {
  margin-bottom: 45px;
  padding: 5px 40px;
  background: url(../img/img_ttl_worries.png) no-repeat center center;
  text-align: center;
}
.top-worry h4 span {
  font-size: 4rem;
  font-weight: 600;
}
.top-worry__answer {
  margin-top: 80px;
  padding-top: 180px;
  background: url(../img/icon_wor_arw.png) no-repeat center top;
}
.top-worry__answer p {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
}
.top-worry__answer p strong {
  font-size: 6.5rem;
  font-weight: 600;
  color: #c80f1d;
}
@media screen and (max-width: 1279px) {
  .top-worry h3 span {
    font-size: 7rem;
  }
  .top-worry__cnt::before {
    left: calc(100% - 328px);
    bottom: -260px;
  }
  .top-worry h4 {
    background: url(../img/img_ttl_worries.png) no-repeat center center / 100%
      auto;
  }
}
@media screen and (max-width: 1023px) {
  .top-worry h3 span {
    font-size: 5rem;
  }
  .top-worry__cnt {
    padding: 60px 50px;
  }
  .top-worry__cnt li {
    font-size: 2rem;
  }
  .top-worry__answer p {
    font-size: 3rem;
  }
  .top-worry__answer p strong {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-worry {
    padding: 55px 0 50px;
    background-attachment: initial;
  }
  .top-bnr__item {
    margin-bottom: 45px;
    text-align: center;
  }
  .top-worry h3 {
    margin-bottom: 25px;
    text-align: center;
  }
  .top-worry h3 span {
    font-size: 2.5rem;
  }
  .top-worry__cnt {
    padding: 30px 20px;
  }
  .top-worry__cnt::before {
    content: "";
    position: absolute;
    left: calc(100% - 38vw);
    bottom: -20vw;
    width: 37vw;
    height: 38vw;
    background-size: contain;
  }
  .top-worry__cnt li {
    padding: 0 0 15px;
    font-size: 1.6rem;
  }
  .top-worry__cnt li span {
    padding: 0 0 0 30px;
  }
  .top-worry__cnt li span::before {
    width: 13px;
    height: 10px;
    background-size: contain;
  }
  .top-worry__cnt li + li {
    margin-top: 20px;
  }
  .top-worry h4 {
    margin-bottom: 25px;
    padding: 5px 20px;
    background: url(../img/img_ttl_worries.png) no-repeat center center;
  }
  .top-worry h4 span {
    font-size: 2rem;
    font-weight: 600;
  }
  .top-worry__answer {
    margin-top: 40px;
    padding-top: 90px;
    background-size: 120px auto;
  }
  .top-worry__answer p {
    font-size: 1.8rem;
  }
  .top-worry__answer p strong {
    font-size: 2.25rem;
  }
}

/*	TARGET	*/
.top-target {
  padding: 210px 0 200px;
  background: url(../img/bg_target.png) no-repeat center top;
  background-attachment: fixed;
}
.top-target h3 {
  margin-bottom: 45px;
  text-align: center;
}
.top-target h3 span {
  font-size: 10rem;
  font-weight: 600;
  color: #32357a;
  letter-spacing: -0.05em;
}
.top-target h4 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.4;
}
.top-target h4 span {
  display: inline-block;
  position: relative;
  padding: 15px 55px;
  font-size: 3rem;
  font-weight: 600;
  z-index: 10;
}
.top-target h4 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_ttl_blow01.png) no-repeat center center / 100% 100%;
  z-index: -1;
}
.top-target p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5;
}
.top-target p + p {
  margin-top: 2em;
}
.br-sp {
  display: none;
}

@media screen and (max-width: 1279px) {
  .top-target h3 span {
    font-size: 7rem;
  }
}
@media screen and (max-width: 1023px) {
  .top-target h3 span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-target {
    padding: 50px 0 80px;
    background-size: cover;
    background-attachment: initial;
  }
  .top-target h3 {
    margin-bottom: 25px;
  }
  .top-target h3 span {
    font-size: 3rem;
  }
  .top-target h4 {
    margin-bottom: 20px;
  }
  .top-target h4 span {
    padding: 10px 25px;
    font-size: 1.6rem;
  }
  .top-target p {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .top-target p + p {
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

/*	AREA	*/
.top-area {
  padding: 230px 0 140px;
  background: url(../img/bg_area.jpg) no-repeat center top;
  background-attachment: fixed;
}
.top-area__map {
  margin: 0 auto;
  max-width: 1080px;
}
.top-area__btn {
  position: relative;
  padding: 0 35px;
  z-index: 2;
}
.top-area__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  background: #bbbfc0;
  border: 1px solid #000;
  border-radius: 25px 25px 0 0;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  cursor: pointer;
}
.top-area__tab.active {
  background: #dcf3fc;
  border-bottom-color: #dcf3fc;
}
.top-area__list {
  margin-top: -1.5px;
}
.top-area__item {
  display: none;
}
.top-area__item.active {
  display: block;
}
.top-area__graph {
  margin-bottom: 55px;
}
.top-area__school {
  margin-bottom: 100px;
}
.top-area__school li {
  margin: 0 38px 38px 0;
  width: calc((100% - 114px) / 4);
  background: #fff;
}
.top-area__school li:nth-of-type(4n) {
  margin-right: 0;
}
.top-area__school li a {
  display: block;
  padding: 10px 30px 30px;
  text-align: center;
}
.top-area__name {
  margin-bottom: 45px;
  font-size: 2.4rem;
  font-weight: 500;
}
.top-area__name::before {
  display: block;
  content: "";
  position: relative;
  margin: 0 auto 20px;
  width: 46px;
  height: 69px;
  background: url(../img/icon_marker.png) no-repeat center top;
}
.top-area__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  background: #fd9c9c;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .top-area__school li {
    margin: 0 20px 20px 0;
    width: calc((100% - 40px) / 2);
  }
  .top-area__school li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-area {
    padding: 100px 0 70px;
    background-attachment: initial;
  }
  .top-area__btn {
    padding: 0 15px;
  }
  .top-area__tab {
    width: 120px;
    height: 40px;
    border-radius: 15px 15px 0 0;
    font-size: 1.6rem;
  }
  .top-area__list {
    margin-top: -1.5px;
  }
  .top-area__graph {
    margin-bottom: 25px;
  }
  .top-area__school {
    margin-bottom: 50px;
  }
  .top-area__school li {
    margin: 0 auto 20px;
    width: 100%;
  }
  .top-area__school li:nth-of-type(2n) {
    margin-right: auto;
  }
  .top-area__school li a {
    padding: 10px 20px 20px;
  }
  .top-area__name {
    margin-bottom: 25px;
    font-size: 1.4rem;
  }
  .top-area__name::before {
    margin: 0 auto 10px;
    width: 23px;
    height: 34px;
    background-size: contain;
  }
  .top-area__link {
    height: 35px;
    font-size: 1.5rem;
  }
}

/*	MERIT	*/
.top-merit {
  padding: 200px 0 210px;
  background: url(../img/bg_merit.jpg) no-repeat center top;
  background-attachment: fixed;
}
.top-merit h3 {
  position: relative;
  margin-bottom: 120px;
  text-align: center;
}
.top-merit h3 span {
  display: inline-block;
  position: relative;
  font-size: 10rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
.top-merit h3 span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 30px);
  right: calc(100% + 30px);
  margin: 0;
  width: 62px;
  height: 62px;
  background: url(../img/icon_ttl_merit01.png) no-repeat center center;
  background-size: contain;
}
.top-merit h3 span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 60px);
  left: calc(100% + 30px);
  margin: 0;
  width: 51px;
  height: 79px;
  background: url(../img/icon_ttl_merit02.png) no-repeat center center;
  background-size: contain;
}
.top-merit__item + .top-merit__item {
  margin-top: 50px;
}
.top-merit__item figure {
  position: relative;
  width: 450px;
}
.top-merit__item figure img {
  position: relative;
}
.top-merit__info {
  position: relative;
  padding: 55px 30px 10px 100px;
  width: calc(100% - 450px);
  background: #fff;
  border: 1px solid #000;
  border-right: none;
}
.top-merit__info::before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 40px;
  margin: 0;
  width: 218px;
  height: 80px;
  background: url(../img/img_flag01.png) no-repeat center center;
  background-size: contain;
}
.top-merit__item:nth-of-type(2) .top-merit__info::before {
  background: url(../img/img_flag02.png) no-repeat center center;
}
.top-merit__item:nth-of-type(3) .top-merit__info::before {
  background: url(../img/img_flag03.png) no-repeat center center;
}
.top-merit__item:nth-of-type(4) .top-merit__info::before {
  background: url(../img/img_flag04.png) no-repeat center center;
}
.top-merit__ttl {
  margin-bottom: 5px;
  font-size: 3rem;
  font-weight: 500;
}
.top-merit__txt {
  max-width: 600px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .top-merit__info {
    padding: 35px 20px 10px;
  }
  .top-merit__ttl {
    font-size: 2.5rem;
  }
  .top-merit__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .top-merit h3 {
    margin-bottom: 60px;
  }
  .top-merit h3 span {
    font-size: 5rem;
  }
  .top-merit__item figure {
    width: 100%;
  }
  .top-merit__item figure img {
    width: 100%;
  }
  .top-merit__info {
    padding: 55px 30px 30px;
    width: 100%;
    border: 1px solid #000;
    border-right: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .top-merit {
    padding: 50px 0;
    background-size: cover;
    background-attachment: initial;
  }
  .top-merit h3 {
    margin-bottom: 50px;
  }
  .top-merit h3 span {
    font-size: 3rem;
  }
  .top-merit h3 span::before {
    bottom: calc(100% - 15px);
    right: calc(100% + 15px);
    width: 31px;
    height: 31px;
  }
  .top-merit h3 span::after {
    top: calc(100% - 30px);
    left: calc(100% + 15px);
    width: 26px;
    height: 39px;
  }
  .top-merit__info {
    padding: 35px 10px;
  }
  .top-merit__ttl {
    font-size: 1.8rem;
  }
  .top-merit__txt {
    font-size: 1.4rem;
  }
}

/*	INFO	*/
.top-info {
  position: relative;
  padding: 150px 0;
  background: url(../img/bg_info.jpg) no-repeat center top;
  background-attachment: fixed;
}
.top-info__item {
  color: #fff;
}
.top-info__item:not(:first-child) {
  margin-top: 100px;
}
.top-info__item h4 {
  margin-bottom: 15px;
}
.top-info__item h4 span {
  position: relative;
  padding: 0 0 0 70px;
  font-size: 4.5rem;
  font-weight: 600;
}
.top-info__item h4 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  width: 51px;
  height: 51px;
  background: url(../img/icon_ttl_info.png) no-repeat center center;
  background-size: contain;
}
.top-info__item figure {
  position: relative;
  width: calc(50% - 17px);
}
.top-info__item figure::before {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  right: 23px;
  width: 100%;
  height: 100%;
  background: #b42828;
}
.top-info__item figure img {
  position: relative;
}
.top-info__info {
  width: 50%;
  max-width: 640px;
  font-size: 1.6rem;
}
.top-info__box_txt {
  margin-top: 10px;
}
.top-info__box_ttl {
  display: block;
  margin-top: 30px;
}
.top-info__box-img {
  overflow: hidden;
  position: relative;
}
.top-info__box-img::before {
  content: "";
  display: block;
  padding-top: calc(2 / 3 * 100%);
}
.top-info__item figure .top-info__box-img img {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .top-info {
    padding: 50px 0;
    background-size: cover;
    background-attachment: initial;
  }
  .top-info__item + .top-info__item {
    margin-top: 50px;
  }
  .top-info__item h4 {
    margin-bottom: 15px;
  }
  .top-info__item h4 span {
    position: relative;
    padding: 0 0 0 40px;
    font-size: 2.2rem;
  }
  .top-info__item h4 span::before {
    width: 26px;
    height: 26px;
  }
  .top-info__item figure {
    position: relative;
    width: 100%;
  }
  .top-info__item figure::before {
    top: 13px;
    right: 13px;
    width: 100%;
    height: 100%;
  }
  .top-info__info {
    margin: 30px 0 0;
    width: 100%;
    max-width: 100%;
    font-size: 1.6rem;
  }
  .top-info__info p + p {
    margin-top: 20px;
  }
}

/*	FLOW	*/
.top-flow {
  position: relative;
  padding: 100px 0 230px;
  background: url(../img/bg_flow.jpg) no-repeat center top;
  background-attachment: fixed;
}
.top-flow h4 {
  margin-top: 40px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 500;
  color: #fff;
}
.top-flow h4 + p {
  margin-bottom: 80px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
}
.top-flow__list {
  margin: 0 auto;
  max-width: 1100px;
  color: #fff;
}
.top-flow__item {
  margin: 0 40px 0 0;
  width: calc((100% - 80px) / 3);
}
.top-flow__item:nth-of-type(3n) {
  margin-right: 0;
}
.top-flow__item figure {
  position: relative;
  margin: 0 0 15px;
}
.top-flow__item figcaption {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.6);
}
.top-flow__item figcaption span {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  color: #c80f1d;
  line-height: 1;
}
.top-flow__item figcaption span small {
  display: block;
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}
.top-flow__item figcaption strong {
  font-size: 1.7rem;
  font-weight: 500;
}
.top-flow__item p {
  font-size: 1.4rem;
}
@media screen and (max-width: 1023px) {
  .top-flow__item {
    margin: 0 20px 0 0;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .top-flow {
    padding: 50px 0;
    background-size: cover;
    background-attachment: initial;
  }
  .top-flow h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .top-flow h4 + p {
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.5rem;
  }
  .top-flow__item {
    margin: 0 auto 30px;
    width: 100%;
  }
  .top-flow__item:nth-of-type(3n) {
    margin-right: auto;
  }
  .top-flow__item figure {
    position: relative;
    margin: 0 0 15px;
  }
  .top-flow__item figure img {
    width: 100%;
    height: auto;
  }
  .top-flow__item figcaption {
    height: 60px;
  }
  .top-flow__item figcaption span {
    margin-right: 20px;
    font-size: 3rem;
  }
  .top-flow__item figcaption span small {
    font-size: 1.2rem;
  }
  .top-flow__item figcaption strong {
    font-size: 1.6rem;
  }
  .top-flow__item p {
    font-size: 1.4rem;
  }
}

/*	MOVIE	*/
.top-movie {
  position: relative;
  padding: 200px 0 180px;
  background: url(../img/bg_movie.jpg) repeat-x center top;
  background-attachment: fixed;
}
.top-movie .ttl-cmn01 span {
  display: inline-block;
  position: relative;
  font-size: 11rem;
}
.top-movie .ttl-cmn01 span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  right: calc(100% + 65px);
  margin: 0;
  width: 98px;
  height: 81px;
  background: url(../img/icon_ttl_movie01.png) no-repeat center center;
  background-size: contain;
}
.top-movie .ttl-cmn01 span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: calc(100% + 65px);
  margin: 0;
  width: 98px;
  height: 81px;
  background: url(../img/icon_ttl_movie02.png) no-repeat center center;
  background-size: contain;
}
.top-movie__box {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.top-movie__box figure {
  position: relative;
  padding: 55.55% 0 0;
}
.top-movie__box figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .top-movie .ttl-cmn01 span {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-movie {
    position: relative;
    padding: 100px 0 50px;
    /* background-size: 960px auto; */
    background-attachment: initial;
  }
  .top-movie .ttl-cmn01 span {
    font-size: 4rem;
  }
  .top-movie .ttl-cmn01 span::before {
    bottom: -15px;
    right: calc(100% + 35px);
    width: 49px;
    height: 40px;
  }
  .top-movie .ttl-cmn01 span::after {
    bottom: -15px;
    left: calc(100% + 35px);
    width: 49px;
    height: 40px;
  }
}

/*	VOICE	*/
.top-voice {
  position: relative;
  padding: 100px 0 200px;
  background: url(../img/bg_voice.jpg) center top;
  background-attachment: fixed;
}
.top-voice__item {
  margin: 0 30px;
  width: calc((100% - 180px) / 2);
  background: #fff;
  border: 1px solid #0972cc;
}
.top-voice__item figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 296px;
}
.top-voice__caption {
  padding: 30px 0 15px;
  border-top: 2px solid #0972cc;
  border-bottom: 2px solid #0972cc;
  text-align: center;
}
.top-voice__school {
  font-size: 1.7rem;
  font-weight: 500;
}
.top-voice__name {
  margin-top: 10px;
  font-size: 3rem;
  font-weight: 500;
}
.top-voice__txt {
  padding: 25px 25px 15px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .top-voice__item {
    margin: 0 10px;
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .top-voice {
    padding: 50px 0 40px;
    background-size: 960px auto;
    background-attachment: initial;
  }
  .top-voice__item {
    margin: 0 auto 30px;
    width: 100%;
  }
  .top-voice__item figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
  }
  .top-voice__item figure img {
    width: auto;
    height: 75%;
  }
  .top-voice__caption {
    padding: 20px 0 10px;
  }
  .top-voice__school {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .top-voice__name {
    margin-top: 5px;
    font-size: 2rem;
  }
  .top-voice__txt {
    padding: 15px 15px 15px;
    font-size: 1.5rem;
  }
}

/*	FAQ	*/
.top-faq {
  position: relative;
  padding: 100px 0 200px;
  background: url(../img/bg_faq.jpg) no-repeat center top / cover;
  background-attachment: fixed;
}
.top-faq__list {
  position: relative;
  padding: 55px 100px 85px;
  background: #fff;
  border-radius: 25px;
  border: 1px solid #000;
}
.top-faq__list::before {
  content: "";
  position: absolute;
  left: calc(100% - 350px);
  bottom: -50px;
  width: 517px;
  height: 395px;
  background: url(../img/icon_cha04.png) no-repeat center center;
}
.top-faq__list dl {
  margin: 0;
  padding: 0 0 25px;
  background: url(../img/icon_line.png) repeat-x center bottom;
}
.top-faq__list dl + dl {
  margin-top: 45px;
}
.top-faq__list dt {
  position: relative;
  padding: 0 0 0 50px;
  font-size: 2rem;
  font-weight: 500;
}
.top-faq__list dt::before {
  content: "Q.";
  position: absolute;
  left: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 2rem;
}
.top-faq__list dd {
  position: relative;
  margin-top: 10px;
  padding: 0 0 0 50px;
  font-size: 2rem;
  font-weight: 500;
}
.top-faq__list dd::before {
  content: "A.";
  position: absolute;
  left: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 2rem;
}
@media screen and (max-width: 1279px) {
  .top-faq__list::before {
    left: calc(100% - 250px);
    bottom: -150px;
  }
}
@media screen and (max-width: 1023px) {
  .top-faq__list {
    padding: 35px 50px 65px;
  }
  .top-faq__list::before {
    left: calc(100% - 35vw);
    bottom: -28vw;
    width: 51vw;
    height: 39vw;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .top-faq {
    position: relative;
    padding: 50px 0 100px;
    background-size: 960px auto;
    background-attachment: initial;
  }
  .top-faq__list {
    padding: 35px 15px 55px;
    background: #fff;
    border-radius: 15px;
  }
  .top-faq__list dl {
    padding: 0 0 15px;
  }
  .top-faq__list dl + dl {
    margin-top: 25px;
  }
  .top-faq__list dt {
    padding: 0 0 0 2em;
    font-size: 1.6rem;
  }
  .top-faq__list dt::before {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .top-faq__list dd {
    padding: 0 0 0 2em;
    font-size: 1.6rem;
  }
  .top-faq__list dd::before {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

/* top-blog */
.top-blog {
  position: relative;
  padding: 100px 0 140px;
  background: url(../img/bg_flow.jpg) no-repeat center top;
  background-attachment: fixed;
}

.top-blog__list {
  margin: 0 auto;
  max-width: 1100px;
  color: #fff;
  margin-bottom: 70px;
}
.top-blog__item {
  margin: 0 40px 50px 0;
  width: calc((100% - 80px) / 3);
}
.top-blog__item:nth-of-type(3n) {
  margin-right: 0;
}
.top-blog__item figure {
  position: relative;
  margin: 0 0 20px;
}

.top-blog__date {
  font-size: 1.4rem;
  margin-bottom: 8px;
  display: block;
}

.top-blog__ttl {
  font-size: 1.8rem;
  font-weight: bold;
}

.top-blog__desc {
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 12px;
}

@media screen and (max-width: 1023px) {
  .top-blog__item {
    margin: 0 20px 20px 0;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .top-blog__list {
    margin-bottom: 30px;
  }
  .top-blog {
    padding: 50px 0;
    background-size: cover;
    background-attachment: initial;
  }

  .top-blog__item {
    margin: 0 auto 40px;
    width: 100%;
  }
  .top-blog__item:nth-of-type(3n) {
    margin-right: auto;
  }
  .top-blog__item figure {
    position: relative;
    margin: 0 0 15px;
  }
  .top-blog__item figure img {
    width: 100%;
    height: auto;
  }

  .top-blog__desc {
    font-size: 1.4rem;
  }
}


.classroomFlex{
  display: flex;
  justify-content: space-around;
}

.classroomImg{
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {

  .classroomFlex{
    flex-flow: column;
  }
  .classroomFlex li:nth-child(2){
    margin-top: 50px;
  }
}