@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

@media (max-width: 900px) {
  img {
    width: 100%;
  }
}

.for-pc {
  display: block !important;
}

@media (max-width: 900px) {
  .for-pc {
    display: none !important;
  }
}

.for-sp {
  display: none !important;
}

@media (max-width: 900px) {
  .for-sp {
    display: block !important;
  }
}

img.for-pc, span.for-pc, br.for-pc {
  display: inline !important;
}

@media (max-width: 900px) {
  img.for-pc, span.for-pc, br.for-pc {
    display: none !important;
  }
}

img.for-sp, span.for-sp, br.for-sp {
  display: none !important;
}

@media (max-width: 900px) {
  img.for-sp, span.for-sp, br.for-sp {
    display: inline !important;
  }
}

br.for-md {
  display: inline !important;
}

@media (max-width: 1200px) {
  br.for-md {
    display: none !important;
  }
}

@media (max-width: 900px) {
  br.for-md {
    display: none;
  }
}

sup {
  position: relative;
  top: .4em;
  font-size: 60%;
  vertical-align: top;
}

.text-bg {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #484848;
  line-height: 1;
}

@media (max-width: 900px) {
  body {
    font-size: 3.2vw;
  }
}

.l-main {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media (max-width: 900px) {
  .l-main {
    padding-bottom: 8.13vw;
    padding-top: 59px;
  }
}

.l-main a {
  -webkit-transition: .3s;
  transition: .3s;
}

.l-main a:hover {
  text-decoration: none !important;
  opacity: .6;
}

.l-main *, .l-main *::before, .l-main *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-main .anchor {
  position: absolute;
  top: -102px;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
}

@media (max-width: 900px) {
  .l-main .anchor {
    top: -16vw;
  }
}

.sch-mv {
  padding-top: 36px;
  position: relative;
  width: 100%;
  height: 800px;
  background: url("/img/freepage/contents_navi/images/mv_bg.png") no-repeat center top;
  background-size: cover;
}

@media (max-width: 900px) {
  .sch-mv {
    height: 205.73333vw;
    padding: 0;
    background: url("/img/freepage/contents_navi/images/mv_sp.png") no-repeat center top;
    background-size: 100%;
  }
}

.sch-mv__ttl {
  width: 778px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .sch-mv__ttl {
    display: none;
  }
}

.sch-mv__ttl img {
  margin-left: 28px;
}

.sch-mv__txt {
  position: absolute;
  top: 676px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.08;
  letter-spacing: .1em;
}

@media (max-width: 900px) {
  .sch-mv__txt {
    top: auto;
    bottom: 6.93333vw;
    width: 75.73333vw;
    max-width: auto;
    font-size: 3.46667vw;
    line-height: 1.92;
    letter-spacing: .12em;
  }
}

.sch-link {
  padding: 90px 0 94px;
}

@media (max-width: 1200px) {
  .sch-link {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}

@media (max-width: 900px) {
  .sch-link {
    padding: 9.73333vw 0 1.73333vw;
  }
}

.sch-link__ttl {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: 'Josefin Sans', 'sans-serif';
  color: #B3BEE5;
  letter-spacing: .12em;
  text-align: center;
}

@media (max-width: 900px) {
  .sch-link__ttl {
    font-size: 5.06667vw;
  }
}

.sch-link__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 950px;
  margin: 37px auto 0;
}

@media (max-width: 900px) {
  .sch-link__inner {
    display: block;
    max-width: none;
    margin-top: 7.2vw;
  }
}

.sch-link__list {
  width: 48.4%;
  border-top: 1px solid #E6E6E6;
}

@media (max-width: 900px) {
  .sch-link__list {
    width: 100%;
  }
}

.sch-link__item a {
  position: relative;
  display: block;
  padding: 29px 12px 28px;
  border-bottom: 1px solid #E6E6E6;
  color: #484848;
  letter-spacing: .1em;
}

@media (max-width: 900px) {
  .sch-link__item a {
    padding: 6vw 7.33333vw 5.06667vw;
    font-size: 3.46667vw;
  }
}

.sch-link__item a span {
  margin-right: 17px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'Josefin Sans', 'sans-serif';
  color: #EDB8B4;
  letter-spacing: .08em;
}

@media (max-width: 900px) {
  .sch-link__item a span {
    font-size: 4vw;
  }
}

.sch-link__item a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 15px;
  height: 16px;
  margin: auto;
  background: url("/img/freepage/contents_navi/images/link_arrow.png");
  background-size: 100%;
}

@media (max-width: 900px) {
  .sch-link__item a::after {
    right: 5.6vw;
    width: 2.66667vw;
    height: 2.93333vw;
    background: url("/img/freepage/contents_navi/images/link_arrow_sp.png");
    background-size: 100%;
  }
}

@media (max-width: 900px) {
  .sch-link__item:last-of-type a {
    border-bottom: none;
  }
}

@media (max-width: 1200px) {
  .sch-content {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}

@media (max-width: 900px) {
  .sch-content {
    padding: 0;
  }
}

.sch-content:nth-child(odd) {
  background-color: #F4F4F4;
}

.sch-content__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 90px 0;
}

@media (max-width: 900px) {
  .sch-content__inner {
    display: block;
    max-width: none;
    padding: 13.33333vw 0 12vw;
  }
}

.content-04 .sch-content__inner, .content-06 .sch-content__inner, .content-07 .sch-content__inner, .content-08 .sch-content__inner, .content-09 .sch-content__inner, .content-10 .sch-content__inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 900px) {
  .content-04 .sch-content__inner, .content-06 .sch-content__inner, .content-07 .sch-content__inner, .content-08 .sch-content__inner, .content-09 .sch-content__inner, .content-10 .sch-content__inner {
    max-width: none;
  }
}

.sch-content__unit {
  position: relative;
  width: 50%;
}

@media (max-width: 900px) {
  .sch-content__unit {
    width: 100%;
  }
}

.sch-content__unit:first-of-type {
  padding: 0 3.1% 0 1%;
}

@media (max-width: 900px) {
  .sch-content__unit:first-of-type {
    padding: 0;
  }
}

.sch-content__num {
  margin: 0 auto;
}

.content-01 .sch-content__num {
  width: 74px;
}

@media (max-width: 900px) {
  .content-01 .sch-content__num {
    width: 13.46667vw;
  }
}

.content-02 .sch-content__num, .content-06 .sch-content__num, .content-09 .sch-content__num {
  width: 86px;
}

@media (max-width: 900px) {
  .content-02 .sch-content__num, .content-06 .sch-content__num, .content-09 .sch-content__num {
    width: auto;
  }
}

.content-03 .sch-content__num, .content-04 .sch-content__num, .content-05 .sch-content__num, .content-08 .sch-content__num {
  width: 84px;
}

@media (max-width: 900px) {
  .content-03 .sch-content__num, .content-04 .sch-content__num, .content-05 .sch-content__num, .content-08 .sch-content__num {
    width: auto;
  }
}

.content-07 .sch-content__num {
  width: 82px;
}

@media (max-width: 900px) {
  .content-07 .sch-content__num {
    width: 14.93333vw;
  }
}

.content-10 .sch-content__num {
  width: 74px;
}

@media (max-width: 900px) {
  .content-10 .sch-content__num {
    width: 19.73333vw;
  }
}

@media (max-width: 900px) {
  .content-02 .sch-content__num, .content-03 .sch-content__num, .content-04 .sch-content__num, .content-05 .sch-content__num, .content-06 .sch-content__num, .content-09 .sch-content__num {
    width: 15.46667vw;
  }
}

@media (max-width: 900px) {
  .content-08 .sch-content__num {
    width: 15.33333vw;
  }
}

.sch-content__ttl {
  margin-top: .7em;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.58;
  text-align: center;
}

@media (max-width: 900px) {
  .sch-content__ttl {
    font-size: 4.53333vw;
  }
}

.sch-content__txt {
  margin: 1.2em auto 0;
  letter-spacing: .12em;
  line-height: 2;
  text-align: justify;
}

@media (max-width: 900px) {
  .sch-content__txt {
    width: 80vw;
    font-size: 3.46667vw;
    line-height: 1.92;
  }
}

@media (max-width: 900px) {
  .content-03 .sch-content__txt {
    letter-spacing: 0;
  }
}

@media (max-width: 900px) {
  .content-06 .sch-content__txt, .content-09 .sch-content__txt, .content-10 .sch-content__txt {
    letter-spacing: .08em;
  }
}

.sch-content__note {
  margin: 1em auto 0;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: .06em;
  text-align: right;
}

@media (max-width: 900px) {
  .sch-content__note {
    width: 80vw;
    margin-top: -1.6em;
    font-size: 2.66667vw;
    letter-spacing: 0;
  }
}

.content-03 .sch-content__note {
  margin-top: -1.5em;
}

@media (max-width: 900px) {
  .content-03 .sch-content__note {
    margin-top: -1.6em;
  }
}

.content-09 .sch-content__note {
  margin-top: 1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
}

@media (max-width: 900px) {
  .sch-content__list {
    width: 80vw;
    margin: 8vw auto 0;
  }
}

.sch-content__unit:last-of-type .sch-content__list {
  width: 92.3%;
  margin-left: 5.4%;
}

@media (max-width: 900px) {
  .sch-content__unit:last-of-type .sch-content__list {
    width: 80vw;
    margin-left: auto;
  }
}

@media (max-width: 900px) {
  .content-01 .sch-content__list {
    margin-top: 6.53333vw;
  }
}

.content-03 .sch-content__list {
  margin-top: 20px;
}

@media (max-width: 900px) {
  .content-03 .sch-content__list {
    margin-top: 8vw;
  }
}

.content-06 .sch-content__list, .content-07 .sch-content__list, .content-09 .sch-content__list {
  margin-top: 30px;
}

@media (max-width: 900px) {
  .content-06 .sch-content__list, .content-07 .sch-content__list, .content-09 .sch-content__list {
    margin-top: 8vw;
  }
}

.content-08 .sch-content__list {
  margin-top: 38px;
}

@media (max-width: 900px) {
  .content-08 .sch-content__list {
    margin-top: 8vw;
  }
}

.sch-content__item a {
  position: relative;
  display: block;
  padding: 34px 11%;
  background-color: #A9B0D9;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: .12em;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .sch-content__item a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 900px) {
  .sch-content__item a {
    padding: 5.73333vw 5.33333vw 5.73333vw 8.66667vw;
    font-size: 3.46667vw;
  }
}

.sch-content__item a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.9%;
  width: 16px;
  height: 14px;
  margin: auto;
  background: url("/img/freepage/contents_navi/images/content_link_arrow.png") no-repeat center;
  background-size: 100%;
}

@media (max-width: 900px) {
  .sch-content__item a::after {
    right: 5.33333vw;
    width: 2.93333vw;
    height: 2.66667vw;
  }
}

.sch-content:nth-child(odd) .sch-content__item a {
  background-color: #EDB6AF;
}

.sch-content__item + .sch-content__item {
  margin-top: 10px;
}

@media (max-width: 900px) {
  .sch-content__item + .sch-content__item {
    margin-top: 2.66667vw;
  }
}

.sch-content__img {
  width: 92.3%;
  margin: 0 2% 0 auto;
}

@media (max-width: 900px) {
  .sch-content__img {
    margin: auto;
  }
}

@media (max-width: 900px) {
  .content-02 .sch-content__img {
    margin-top: 5.6vw;
  }
}

.content-04 .sch-content__img {
  position: absolute;
  top: 56px;
  left: -3.5%;
  width: 114px;
}

@media (max-width: 900px) {
  .content-04 .sch-content__img {
    position: static;
    width: 29.86667vw;
    margin: 5.86667vw auto 0;
  }
}

.content-05 .sch-content__img {
  width: 95.9%;
  margin-right: 1.5%;
}

@media (max-width: 900px) {
  .content-05 .sch-content__img {
    width: 83.2vw;
    margin: 8.93333vw auto 0;
  }
}

.content-06 .sch-content__img {
  width: 95.9%;
}

@media (max-width: 900px) {
  .content-06 .sch-content__img {
    width: 84.13333vw;
    margin: 9.2vw auto 0;
  }
}

@media (max-width: 900px) {
  .content-07 .sch-content__img {
    width: 80vw;
    margin-top: 8.8vw;
  }
}

.content-08 .sch-content__img {
  position: absolute;
  top: 65px;
  left: -7.5%;
  width: 214px;
}

@media (max-width: 900px) {
  .content-08 .sch-content__img {
    position: static;
    width: 48.66667vw;
    margin: 5.73333vw auto 0;
  }
}

.content-09 .sch-content__img {
  width: 94.7%;
}

@media (max-width: 900px) {
  .content-09 .sch-content__img {
    width: 82vw;
    margin-top: 8vw;
  }
}

.sch-content__trouble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .sch-content__trouble {
    width: 82.93333vw;
    margin: 5.6vw auto 0;
  }
}

.sch-content__trouble-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.sch-content__trouble-item:first-of-type {
  width: 25.2%;
}

.sch-content__trouble-item:nth-of-type(2), .sch-content__trouble-item:nth-of-type(3) {
  width: 22.5%;
}

.sch-content__trouble-item:last-of-type {
  width: 25%;
}

.sch-content__trouble-img {
  margin-bottom: 4px;
}

@media (max-width: 900px) {
  .sch-content__trouble-img {
    margin-bottom: 1.33333vw;
  }
}

.sch-content__trouble-ttl {
  margin-top: auto;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (max-width: 900px) {
  .sch-content__trouble-ttl {
    font-size: 2.66667vw;
  }
}

.sch-sns {
  padding: 38px 0 70px;
  text-align: center;
}

@media (max-width: 900px) {
  .sch-sns {
    padding: 13.33333vw 0 17.6vw;
    border-bottom: 1px solid #e3e3e3;
  }
}

.sch-sns__ttl {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
  letter-spacing: .07em;
}

@media (max-width: 900px) {
  .sch-sns__ttl {
    font-size: 5.06667vw;
  }
}

.sch-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 330px;
  margin: 43px auto 0;
}

.sch-sns__item a {
  display: block;
}

.sch-sns__item:first-of-type a {
  width: 29px;
}

.sch-sns__item:nth-of-type(2) a {
  width: 41px;
}

/* .sch-sns__item:nth-of-type(3) a {
  width: 34px;
} */

.sch-sns__item:last-of-type a {
  width: 32px;
}

@media (max-width: 900px) {
  .sch-sns__list {
    width: 74.666667vw;
    max-width: none;
    margin-top: 8.8vw;
  }

  .sch-sns__item a {
    display: block;
  }
  
  .sch-sns__item:first-of-type a {
    width: 6vw;
  }
  
  .sch-sns__item:nth-of-type(2) a {
    width: 8vw;
  }

  .sch-sns__item:last-of-type a {
    width: 7.7333333vw;
  }
}

