.red {
  color: #de0031;
}

.blue {
  color: #004da0;
}

.dot {
  position: relative;
}
.dot:before {
  content: "";
  margin: 0 auto;
  background: #333;
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: 0;
}
.dot.darkGold:before {
  background: #b19e7b;
}
.dot.gold:before {
  background: #efe59c;
}
.dot.red:before {
  background: #de0031;
}

@media screen and (max-width: 1100px) {
  .pcOnly1100 {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .pcOnly1000 {
    display: none;
  }
}

@media print, screen and (min-width: 361px) {
  .spOnly360 {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .spOnly360.br1000 {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  .spOnly360.br1000 {
    display: block;
  }
}

@media print, screen and (min-width: 1101px) {
  .br1100 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br1100 {
    display: none;
  }
}

@media print, screen and (min-width: 1001px) {
  .br1000 {
    display: none;
  }
}

.mvSlider .mv01 {
  background: #eae9e5;
  background: linear-gradient(to right, #efedec 0%, #eae9e5 100%);
}
.mvSlider .mv02 {
  background: #cdcfd2;
  background: linear-gradient(to right, #efedec 0%, #cdcfd2 100%);
}
.mvSlider img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mvSlider img.pcOnly {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .mvSlider img.spOnly {
    display: none;
  }
}
.mvSlider .slick-dots {
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mvSlider .slick-dots {
    bottom: 10px;
  }
}
.mvSlider .slick-dots li {
  width: 10px;
  height: 10px;
}
.mvSlider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.mvSlider .slick-dots li button:before {
  display: none;
}
.mvSlider .slick-dots .slick-active button {
  background: #333;
  border-color: #333;
}

.attentionTxt01 {
  font-size: 1.8rem;
  padding: 10px;
  background: #e55151;
}
@media screen and (max-width: 767px) {
  .attentionTxt01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 360px) {
  .attentionTxt01 {
    font-size: 1.3rem;
  }
}
.attentionTxt01 a {
  text-decoration: underline;
  color: #fff;
}
.attentionTxt01 span {
  color: #fff;
}

.topBnrList01 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .topBnrList01 {
    margin-top: 10px;
  }
}
.topBnrList01:first-child {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .topBnrList01:first-child {
    margin-top: 30px;
  }
}

.topMethodArea01 {
  padding: 60px 0 60px;
  background: url("../about/images/bg_about03_01.png") no-repeat 100% 60%;
}
@media screen and (max-width: 767px) {
  .topMethodArea01 {
    padding: 30px 0 40px;
    background-position: 100% 6%;
    background-size: 100%;
  }
}
.topMethodArea01 .container {
  max-width: 1200px;
}
@media print, screen and (min-width: 768px) {
  .topMethodArea01 .container {
    background: url("../images/bg_method01.svg") no-repeat 0 40%/364px 357px;
  }
}
.topMethodArea01 h2 {
  max-width: 790px;
  margin: 0 auto 25px;
  padding-top: 65px;
  background: url("../images/bg_method02.svg") no-repeat 50% 0/365px 46px;
}
@media screen and (max-width: 1000px) {
  .topMethodArea01 h2 {
    max-width: 670px;
  }
}
@media screen and (max-width: 767px) {
  .topMethodArea01 h2 {
    margin-bottom: 20px;
    padding-top: 60px;
    background-size: 240px;
  }
}
@media screen and (max-width: 500px) {
  .topMethodArea01 h2 {
    padding-top: 40px;
    background-size: 159px;
  }
}

.topMovieList01.container,
.topBnrList02.container {
  max-width: 1000px;
  background: none;
}

.topMovieList01 {
  margin: 46px auto 40px;
}
@media screen and (max-width: 767px) {
  .topMovieList01 {
    margin: 55px auto 35px;
  }
}
@media screen and (max-width: 767px) {
  .topMovieList01.container {
    max-width: 320px;
  }
}
.topMovieList01 li {
  width: 32%;
}
@media print, screen and (min-width: 768px) {
  .topMovieList01 li {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .topMovieList01 li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .topMovieList01 li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.topMovieList01 .topMovieTxt {
  margin: 0 auto 40px;
  background: url("../about/images/bg_title02_01.svg") no-repeat 0 0/31px 51px, url("../about/images/bg_title02_02.svg") no-repeat 100% 0/31px 51px;
}
@media screen and (max-width: 767px) {
  .topMovieList01 .topMovieTxt {
    background-size: 28px 48px;
  }
}
.topMovieList01 .topMovieTxt img {
  height: 54px;
}
@media screen and (max-width: 1000px) {
  .topMovieList01 .topMovieTxt img {
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .topMovieList01 .topMovieTxt img {
    height: 46px;
  }
}
.topMovieList01 .topMovieTxt01 {
  max-width: 235px;
}
@media screen and (max-width: 767px) {
  .topMovieList01 .topMovieTxt01 {
    max-width: 240px;
  }
}
.topMovieList01 .topMovieTxt02 {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .topMovieList01 .topMovieTxt02 {
    max-width: 240px;
  }
}
.topMovieList01 .topMovieTxt03 {
  max-width: 278px;
}
@media screen and (max-width: 767px) {
  .topMovieList01 .topMovieTxt03 {
    max-width: 240px;
  }
}
.topMovieList01 .movieContent01 {
  background: #f9f7ef;
  border: 4px solid #b19e7b;
  position: relative;
}
.topMovieList01 .movieContent01:after {
  content: "";
  width: 155px;
  height: 40px;
  margin: 0 auto;
  background: url("../about/images/bg_about03_02.png") no-repeat 0 0/155px 41px;
  position: absolute;
  top: -36px;
  right: 0;
  left: 0;
}
.topMovieList01 .movieDetailArea01,
.topMovieList01 .movieDetail01 {
  border-width: 2px;
  border-style: solid;
}
.topMovieList01 .movieDetailArea01 {
  border-color: #fff;
}
.topMovieList01 .movieDetail01 {
  padding: 20px 10px 10px;
  border-color: #b19e7b;
  line-height: 1.75;
}
.topMovieList01 h3 {
  font-size: 2rem;
  color: #003d87;
  line-height: 1.1;
}
@media screen and (max-width: 1000px) {
  .topMovieList01 h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .topMovieList01 h3 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.topMovieList01 h3 .red {
  font-size: 4.2rem;
}
@media screen and (max-width: 1000px) {
  .topMovieList01 h3 .red {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .topMovieList01 h3 .red {
    font-size: 2.8rem;
  }
}
.topMovieList01 .movieImg01 {
  margin: 15px 0;
  padding-bottom: 15px;
  background: url("../about/images/bg_about03_03.png") no-repeat 50% 100%/100%;
}
.topMovieList01 h4 {
  font-size: 1.8rem;
  color: #633e0d;
  margin-bottom: 10px;
  line-height: 1.75;
}
@media screen and (max-width: 1020px) {
  .topMovieList01 h4 {
    min-height: 93px;
  }
}
@media screen and (max-width: 767px) {
  .topMovieList01 h4 {
    min-height: auto;
  }
}
@media screen and (max-width: 1020px) {
  .topMovieList01 h4 + p {
    font-feature-settings: "palt";
    letter-spacing: -0.05em;
    min-height: 170px;
  }
}
@media screen and (max-width: 768px) {
  .topMovieList01 h4 + p {
    font-feature-settings: "palt";
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) {
  .topMovieList01 h4 + p {
    font-feature-settings: normal;
    letter-spacing: 0;
    min-height: auto;
  }
}
.topMovieList01 h4 + p br {
  display: none;
}
@media screen and (max-width: 800px) {
  .topMovieList01 h4 + p br {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .topMovieList01 h4 + p br {
    display: none;
  }
}
.topMovieList01 .generalBtn {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .topMovieList01 .generalBtn {
    margin-top: 20px;
  }
}
.topMovieList01 .generalBtn a {
  width: 100%;
  padding: 0;
  padding-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .topMovieList01 .generalBtn a {
    height: 48px;
  }
}

.topBnrList02 li {
  max-width: 490px;
  width: 49%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .topBnrList02 li {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .topBnrList02 li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.topDifficultArea01 {
  padding: 100px 0 60px;
  background: url("../images/bg_difficult01.png") no-repeat 0 0/100%;
}
@media print, screen and (min-width: 1441px) {
  .topDifficultArea01 {
    background-position: 50% 100%;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .topDifficultArea01 {
    padding: 50px 0 30px;
    background-image: url("../images/bg_difficult01_sp.png");
    background-size: 100%;
  }
}
.topDifficultArea01 h2 {
  font-size: 4.4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .topDifficultArea01 h2 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .topDifficultArea01 h2 {
    font-size: 2.2rem;
    margin-bottom: 35px;
    padding-left: 2%;
  }
}
@media screen and (max-width: 360px) {
  .topDifficultArea01 h2 {
    font-size: 1.8rem;
  }
}
.topDifficultArea01 h2 .titleLine {
  font-size: 5.4rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .topDifficultArea01 h2 .titleLine {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .topDifficultArea01 h2 .titleLine {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 360px) {
  .topDifficultArea01 h2 .titleLine {
    font-size: 2.2rem;
  }
}
.topDifficultArea01 h2 .titleLine:after {
  content: "";
  width: 86%;
  height: 16px;
  background: #b19e7b;
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .topDifficultArea01 h2 .titleLine:after {
    width: 87%;
    height: 8px;
    bottom: 3px;
  }
}
.topDifficultArea01 h2 .txt {
  z-index: 1;
  position: relative;
}
.topDifficultArea01 h2 .darkGold:before {
  width: 10px;
  height: 10px;
  top: -5px;
}
@media screen and (max-width: 1000px) {
  .topDifficultArea01 h2 .darkGold:before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .topDifficultArea01 h2 .darkGold:before {
    width: 6px;
    height: 6px;
  }
}
.topDifficultArea01 .difficultContent01 {
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topDifficultArea01 .difficultContent01 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 360px) {
  .topDifficultArea01 .difficultContent01 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .topDifficultArea01 .difficultImg01 {
    width: 94%;
    margin: 0 auto;
  }
}
.topDifficultArea01 .difficultTxt {
  font-size: 2.8rem;
  color: #fff;
  width: 366px;
  height: 250px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  line-height: 1.75;
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .topDifficultArea01 .difficultTxt {
    font-size: 2rem;
    width: 286px;
    height: 196px;
  }
}
@media screen and (max-width: 767px) {
  .topDifficultArea01 .difficultTxt {
    font-size: 1.3rem;
    width: 156px;
    height: 106px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 360px) {
  .topDifficultArea01 .difficultTxt {
    font-size: 1.2rem;
    width: 140px;
    height: 90px;
  }
}
.topDifficultArea01 .difficultTxt .goldTxt01 {
  font-size: 3.5rem;
  color: #efe59c;
}
@media screen and (max-width: 1000px) {
  .topDifficultArea01 .difficultTxt .goldTxt01 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .topDifficultArea01 .difficultTxt .goldTxt01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .topDifficultArea01 .difficultTxt .goldTxt01 {
    font-size: 1.4rem;
  }
}
.topDifficultArea01 .difficultTxt .gold:before {
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 1000px) {
  .topDifficultArea01 .difficultTxt .gold:before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .topDifficultArea01 .difficultTxt .gold:before {
    width: 3px;
    height: 3px;
  }
}
.topDifficultArea01 .difficultTxt01 {
  background-image: url("../images/bg_difficult02_01.svg");
  top: 45px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .topDifficultArea01 .difficultTxt01 {
    top: -10px;
  }
}
.topDifficultArea01 .difficultTxt02,
.topDifficultArea01 .difficultTxt04 {
  right: 0;
}
.topDifficultArea01 .difficultTxt02 {
  width: 330px;
  height: 225px;
  background-image: url("../images/bg_difficult02_02.svg");
  top: 35px;
}
@media screen and (max-width: 1000px) {
  .topDifficultArea01 .difficultTxt02 {
    width: 250px;
    height: 172px;
  }
}
@media screen and (max-width: 767px) {
  .topDifficultArea01 .difficultTxt02 {
    width: 140px;
    height: 95px;
    top: -20px;
  }
}
.topDifficultArea01 .difficultTxt03 {
  background-image: url("../images/bg_difficult02_03.svg");
  bottom: 30px;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .topDifficultArea01 .difficultTxt03 {
    bottom: 6px;
    left: 4px;
  }
}
@media screen and (max-width: 360px) {
  .topDifficultArea01 .difficultTxt03 {
    left: 0;
  }
}
.topDifficultArea01 .difficultTxt04 {
  background-image: url("../images/bg_difficult02_04.svg");
  line-height: 1.2;
  bottom: 0;
}
.topDifficultArea01 .difficultTxt04 .gold:before {
  top: -5px;
}

@media print, screen and (min-width: 768px) {
  .topMaterialArea01 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 421px) {
  .topMaterialArea01 {
    padding-top: 40px;
  }
}
.topMaterialArea01 h2 {
  max-width: 880px;
  margin-bottom: 50px;
  background: url("../images/bg_material01_01.svg") no-repeat 0 95%/78px 130px, url("../images/bg_material01_02.svg") no-repeat 100% 95%/78px 130px;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .topMaterialArea01 h2 {
    max-width: 740px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 h2 {
    max-width: 368px;
    margin-bottom: 30px;
    background-size: 32px 52px;
  }
}
@media screen and (max-width: 360px) {
  .topMaterialArea01 h2 {
    background-size: 18px 38px;
  }
}
.topMaterialArea01 h2 .titleTxt01 {
  font-size: 3.6rem;
}
@media screen and (max-width: 1000px) {
  .topMaterialArea01 h2 .titleTxt01 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 h2 .titleTxt01 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .topMaterialArea01 h2 .titleTxt01 {
    font-size: 1.4rem;
  }
}
.topMaterialArea01 h2 .titleTxt02 {
  font-size: 4.6rem;
}
@media screen and (max-width: 1000px) {
  .topMaterialArea01 h2 .titleTxt02 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 h2 .titleTxt02 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 360px) {
  .topMaterialArea01 h2 .titleTxt02 {
    font-size: 2rem;
  }
}
.topMaterialArea01 h2 .titleTxt03 {
  font-size: 5.8rem;
}
@media screen and (max-width: 1000px) {
  .topMaterialArea01 h2 .titleTxt03 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 h2 .titleTxt03 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 360px) {
  .topMaterialArea01 h2 .titleTxt03 {
    font-size: 2.2rem;
  }
}
.topMaterialArea01 h2 .titleTxt04 {
  font-size: 6.8rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .topMaterialArea01 h2 .titleTxt04 {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 h2 .titleTxt04 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 360px) {
  .topMaterialArea01 h2 .titleTxt04 {
    font-size: 2.6rem;
  }
}
.topMaterialArea01 h2 .titleTxt04:after {
  content: "";
  width: 100%;
  height: 24px;
  background: #fff061;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 h2 .titleTxt04:after {
    height: 9px;
  }
}
@media screen and (max-width: 360px) {
  .topMaterialArea01 h2 .titleTxt04:after {
    bottom: 2px;
  }
}
.topMaterialArea01 .materialContent01 {
  padding: 40px 40px 45px;
  background: #f9f7ef;
  border-radius: 5px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .materialContent01 {
    max-width: 345px;
    padding: 20px 15px;
  }
}
.topMaterialArea01 .materialContent01 h3 {
  font-size: 3.2rem;
  color: #846e1c;
  width: 550px;
  height: 137px;
  margin: 0 auto 20px;
  background: url("../images/bg_material02_01.svg") no-repeat 0 50%/42px 137px, url("../images/bg_material02_02.svg") no-repeat 100% 50%/42px 137px;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .topMaterialArea01 .materialContent01 h3 {
    font-size: 2.8rem;
    width: 500px;
    height: 110px;
    background-size: 34px 110px;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .materialContent01 h3 {
    font-size: 1.6rem;
    width: 262px;
    height: 68px;
    background-size: 21px 68px;
  }
}
.topMaterialArea01 .materialContent01 h3 span {
  font-size: 5.8rem;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .topMaterialArea01 .materialContent01 h3 span {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .materialContent01 h3 span {
    font-size: 2.9rem;
  }
}
.topMaterialArea01 .materialDetail01 {
  padding: 60px 0 50px;
  background: url("../images/bg_material05.png") no-repeat 0 calc(100% - 80px), #fff;
  border: 1px solid #846e1c;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .materialDetail01 {
    padding: 35px 0 22px;
    background-position: -25px calc(100% - 35px);
    background-size: 112px;
  }
}
.topMaterialArea01 .materialDetail01:before, .topMaterialArea01 .materialDetail01:after {
  content: "";
  width: 102%;
  height: 93px;
  background-repeat: no-repeat;
  background-size: 93px 93px;
  background-position: 0 0, 100% 0;
  position: absolute;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .materialDetail01:before, .topMaterialArea01 .materialDetail01:after {
    width: 104%;
    height: 46px;
    background-size: 46px 46px;
    right: -2%;
  }
}
.topMaterialArea01 .materialDetail01:before {
  background-image: url("../images/bg_material03_01.svg"), url("../images/bg_material03_02.svg");
  top: -10px;
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .materialDetail01:before {
    top: -5px;
  }
}
.topMaterialArea01 .materialDetail01:after {
  background-image: url("../images/bg_material03_03.svg"), url("../images/bg_material03_04.svg");
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .materialDetail01:after {
    bottom: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .topMaterialArea01 h4,
.topMaterialArea01 .materialTxt01 {
    padding: 0 15px;
  }
}
.topMaterialArea01 h4,
.topMaterialArea01 .materialBtn01 {
  z-index: 1;
  position: relative;
}
.topMaterialArea01 h4 {
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .topMaterialArea01 h4 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 h4 {
    font-size: 1.8rem;
  }
}
.topMaterialArea01 h4 span {
  font-size: 4.8rem;
}
@media screen and (max-width: 1000px) {
  .topMaterialArea01 h4 span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 h4 span {
    font-size: 2.4rem;
  }
}
.topMaterialArea01 .materialTxt01 {
  font-size: 2rem;
  line-height: 1.75;
}
@media screen and (max-width: 1000px) {
  .topMaterialArea01 .materialTxt01 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .materialTxt01 {
    font-size: 1.4rem;
  }
}
.topMaterialArea01 .materialTxt01 p {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .topMaterialArea01 .materialTxt01 p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .materialTxt01 p {
    margin-top: 25px;
  }
}
.topMaterialArea01 .materialTxt01 span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .materialTxt01 span {
    font-size: 1.7rem;
  }
}
.topMaterialArea01 .materialPoint01 {
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
  margin-top: 25px;
  padding: 0 0 85px 40px;
  background: url("../images/bg_material04.png") no-repeat 100% 50%;
  letter-spacing: -1.2px;
}
@media print, screen and (min-width: 768px) {
  .topMaterialArea01 .materialPoint01 {
    font-size: 2.8rem;
    padding-top: 80px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .topMaterialArea01 .materialPoint01 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .topMaterialArea01 .materialPoint01 {
    padding-left: 30px;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 800px) {
  .topMaterialArea01 .materialPoint01 {
    background-size: auto 85%;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .materialPoint01 {
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 80px;
    padding-left: 16px;
    background-image: url("../images/bg_material04_sp.png");
    background-position: 130% 100%;
    background-size: 100%;
  }
}
.topMaterialArea01 .materialPoint01 li {
  padding: 5px 0 5px 75px;
  background: url("../images/ico_material01.png") no-repeat 0 10px;
}
@media screen and (max-width: 1000px) {
  .topMaterialArea01 .materialPoint01 li {
    padding-left: 50px;
    background-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .materialPoint01 li {
    padding-left: 38px;
    background-size: 22px;
  }
}
.topMaterialArea01 .materialPoint01 li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .materialPoint01 li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.topMaterialArea01 .materialPoint01 span {
  font-size: 3.6rem;
}
@media screen and (max-width: 1000px) {
  .topMaterialArea01 .materialPoint01 span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .materialPoint01 span {
    font-size: 1.8rem;
  }
}
.topMaterialArea01 .materialBtn01 {
  margin-top: 75px;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .materialBtn01 {
    margin-top: 55px;
    padding: 0 15px;
  }
}
.topMaterialArea01 .lessonArea01 {
  padding: 30px 0 100px;
}
@media print, screen and (min-width: 768px) {
  .topMaterialArea01 .lessonArea01 {
    background: url("../images/bg_lesson01.png") no-repeat 100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .lessonArea01 {
    padding-bottom: 66px;
  }
}
.topMaterialArea01 .lessonArea01 .container {
  position: relative;
}
.topMaterialArea01 .lessonArea01 h3 {
  font-size: 2.2rem;
  color: #fff;
  width: 136px;
  height: 128px;
  padding-bottom: 5px;
  background: url("../images/bg_lesson02.svg") no-repeat 0 0/136px 128px;
  letter-spacing: -0.5px;
  line-height: 1.3;
  position: absolute;
  top: 0;
  left: -65px;
}
@media screen and (max-width: 1150px) {
  .topMaterialArea01 .lessonArea01 h3 {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .lessonArea01 h3 {
    font-size: 1.7rem;
    width: 110px;
    height: 103px;
    background-size: 110px 103px;
    z-index: 10;
  }
}
.topMaterialArea01 .lessonArea01 ul {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .topMaterialArea01 .lessonArea01 ul {
    padding-top: 134px;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .lessonArea01 ul {
    padding-top: 82px;
  }
}
.topMaterialArea01 .lessonArea01 li {
  width: 49%;
  padding-top: 37%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .topMaterialArea01 .lessonArea01 li {
    max-width: 490px;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .lessonArea01 li {
    width: 100%;
    padding-top: 75%;
  }
}
@media screen and (max-width: 767px) {
  .topMaterialArea01 .lessonArea01 li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.topMaterialArea01 .lessonArea01 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.topPointArea01 {
  padding: 80px 0 110px;
  background: url("../images/bg_point01.png") no-repeat 50% 0/100%;
}
@media print, screen and (min-width: 1801px) {
  .topPointArea01 {
    padding-bottom: 140px;
    background-position: 50% 55%;
  }
}
@media screen and (max-width: 1200px) {
  .topPointArea01 {
    background-size: 110%;
  }
}
@media screen and (max-width: 1000px) {
  .topPointArea01 {
    background-size: 120%;
  }
}
@media screen and (max-width: 767px) {
  .topPointArea01 {
    padding: 50px 0;
    background-position: 38% 0;
    background-size: cover;
  }
}
.topPointArea01 h2 {
  font-size: 4.8rem;
  max-width: 760px;
  margin: 0 auto 55px;
  padding: 6px 0;
  background: url("../images/bg_material02_01.svg") no-repeat 0 50%/54px 178px, url("../images/bg_material02_02.svg") no-repeat 100% 50%/54px 178px;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .topPointArea01 h2 {
    font-size: 4.2rem;
    max-width: 660px;
    background-size: 50px 162px;
  }
}
@media screen and (max-width: 767px) {
  .topPointArea01 h2 {
    font-size: 2.2rem;
    max-width: 365px;
    margin-bottom: 25px;
    background-size: 25px 81px;
  }
}
.topPointArea01 h2 .blue {
  font-size: 4.2rem;
}
@media screen and (max-width: 1000px) {
  .topPointArea01 h2 .blue {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .topPointArea01 h2 .blue {
    font-size: 1.9rem;
  }
}
.topPointArea01 h2 .red {
  font-size: 9rem;
}
@media screen and (max-width: 1000px) {
  .topPointArea01 h2 .red {
    font-size: 8.4rem;
  }
}
@media screen and (max-width: 767px) {
  .topPointArea01 h2 .red {
    font-size: 4.1rem;
  }
}
.topPointArea01 .pointTxt01 {
  margin-bottom: 60px;
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .topPointArea01 .pointTxt01 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .topPointArea01 .pointTxt01 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .topPointArea01 .pointTxt01 {
    margin-bottom: 40px;
  }
}
.topPointArea01 .pointTxt01 p {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .topPointArea01 .pointTxt01 p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .topPointArea01 .pointTxt01 p {
    margin-top: 20px;
  }
}
.topPointArea01 .pointTxt01 .red {
  font-size: 3.2rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .topPointArea01 .pointTxt01 .red {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .topPointArea01 .pointTxt01 .red {
    font-size: 1.7rem;
  }
}
.topPointArea01 .pointTxt01 .red:after {
  content: "";
  width: 100%;
  height: 16px;
  background: #fff061;
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
}
.topPointArea01 .pointTxt01 .txt {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .topPointArea01 ul {
    max-width: 650px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .topPointArea01 ul {
    max-width: 240px;
  }
}
.topPointArea01 li {
  width: 32%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .topPointArea01 li {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .topPointArea01 li {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .topPointArea01 li:nth-child(2) {
    margin: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .topPointArea01 li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.topPointArea01 .pointNum01 {
  font-family: "Fraunces", serif;
  font-size: 5rem;
  color: #3eabbd;
  width: 108px;
  height: 102px;
  background: url("../images/bg_point02.svg") no-repeat 0 0/108px 102px;
  z-index: 1;
  position: absolute;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 1100px) {
  .topPointArea01 .pointNum01 {
    font-size: 4.2rem;
    width: 88px;
    height: 82px;
    background-size: 88px 82px;
  }
}
@media screen and (max-width: 767px) {
  .topPointArea01 .pointNum01 {
    font-size: 3.7rem;
    width: 79px;
    height: 75px;
    padding-bottom: 5px;
    background-size: 79px 75px;
    top: -8px;
    left: -8px;
  }
}
.topPointArea01 h3 {
  font-size: 2.6rem;
  color: #fff;
  height: 320px;
  margin-bottom: 10px;
  padding-bottom: 45px;
  background: #49b8c4;
  border-radius: 50%;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .topPointArea01 h3 {
    font-size: 1.6rem;
    height: 208px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .topPointArea01 h3 {
    font-size: 1.9rem;
    height: 240px;
    padding-bottom: 34px;
  }
}
.topPointArea01 h3:after {
  content: "";
  width: 314px;
  height: 186px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 186px 186px 0 0;
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .topPointArea01 h3:after {
    width: 202px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .topPointArea01 h3:after {
    width: 234px;
    height: 138px;
  }
}
.topPointArea01 h3 .yellow {
  font-size: 3.2rem;
  color: #ffe000;
}
@media screen and (max-width: 1100px) {
  .topPointArea01 h3 .yellow {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .topPointArea01 h3 .yellow {
    font-size: 2.3rem;
  }
}
.topPointArea01 .pointTitle01:after {
  background-image: url("../images/pic_point01.png");
}
.topPointArea01 .pointTitle02:after {
  background-image: url("../images/pic_point02.png");
}
.topPointArea01 .pointTitle03:after {
  background-image: url("../images/pic_point03.png");
}
.topPointArea01 .pointTxt02 {
  font-size: 1.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 1100px) {
  .topPointArea01 .pointTxt02 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .topPointArea01 .pointTxt02 {
    font-size: 1.4rem;
  }
}

.topReasonArea01 {
  padding: 65px 0 120px;
  background: url("../images/bg_reason01.jpg") no-repeat 50% 0/cover;
}
@media screen and (max-width: 1000px) {
  .topReasonArea01 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .topReasonArea01 {
    padding: 40px 0 50px;
  }
}
.topReasonArea01 h2 {
  font-size: 3.8rem;
}
@media screen and (max-width: 1000px) {
  .topReasonArea01 h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .topReasonArea01 h2 {
    font-size: 2rem;
  }
}
.topReasonArea01 h2 .red {
  font-size: 5rem;
}
@media screen and (max-width: 1000px) {
  .topReasonArea01 h2 .red {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .topReasonArea01 h2 .red {
    font-size: 3rem;
  }
}
.topReasonArea01 h2 .dot:before {
  width: 9px;
  height: 9px;
  top: -5px;
}
@media screen and (max-width: 767px) {
  .topReasonArea01 h2 .dot:before {
    width: 6px;
    height: 6px;
    top: 0;
  }
}
.topReasonArea01 li {
  width: 49%;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .topReasonArea01 li {
    width: 100%;
  }
}
.topReasonArea01 li:first-child {
  position: relative;
}
.topReasonArea01 li:first-child:after {
  content: "";
  width: 100%;
  height: 80%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.topReasonArea01 li:last-child img {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.topReasonArea01 a {
  z-index: 1;
  position: relative;
}

.topLessonArea01 {
  padding: 80px 0 120px;
  background: url("../about/images/bg_about03_01.png") no-repeat 100% 20%;
}
@media screen and (max-width: 767px) {
  .topLessonArea01 {
    padding: 50px 0 60px;
  }
}
.topLessonArea01 h2 {
  font-size: 6.4rem;
  max-width: 690px;
  margin: 0 auto 45px;
  padding: 30px 0 60px;
  background: url("../images/bg_material02_01.svg") no-repeat 0 50%/54px 178px, url("../images/bg_material02_02.svg") no-repeat 100% 50%/54px 178px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .topLessonArea01 h2 {
    font-size: 5.8rem;
    max-width: 600px;
    background-size: 50px 162px;
  }
}
@media screen and (max-width: 767px) {
  .topLessonArea01 h2 {
    font-size: 3.2rem;
    max-width: 310px;
    width: 94%;
    padding: 8px 0 23px;
    background-size: 25px 81px;
  }
}
.topLessonArea01 h2 .titleTxt01 {
  font-size: 8.6rem;
  margin: 0 -16px;
}
@media screen and (max-width: 1000px) {
  .topLessonArea01 h2 .titleTxt01 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .topLessonArea01 h2 .titleTxt01 {
    font-size: 5rem;
    margin: 0 -10px;
  }
}
.topLessonArea01 .topMovieList01 {
  margin-top: 0;
  margin-bottom: 0;
}

.topFlowArea01 {
  padding: 75px 0 140px;
  background: url("../images/bg_flow01.jpg") no-repeat 50% 0/cover;
}
@media screen and (max-width: 767px) {
  .topFlowArea01 {
    padding: 50px 0;
  }
}
.topFlowArea01 h2 {
  font-size: 4.6rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .topFlowArea01 h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .topFlowArea01 h2 {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .topFlowArea01 ul {
    max-width: 706px;
  }
}
.topFlowArea01 .flowList {
  width: 25.5%;
  padding-top: 35px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .topFlowArea01 .flowList {
    width: 25%;
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .topFlowArea01 .flowList {
    width: 100%;
    padding: 15px;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .topFlowArea01 .flowList .flowListDetail01 {
    display: flex;
    justify-content: space-between;
  }
}
.topFlowArea01 .flowList .flowNum01 {
  font-family: "Fraunces", serif;
  font-size: 3.8rem;
  color: #fff;
  width: 70px;
  height: 70px;
  background: #014d9e;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .topFlowArea01 .flowList .flowNum01 {
    position: absolute;
    top: 0;
    left: 42%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .topFlowArea01 .flowList .flowNum01 {
    left: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .topFlowArea01 .flowList .flowNum01 {
    font-size: 3rem;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .topFlowArea01 .flowList .flowNum01 {
    font-size: 3.8rem;
    width: 70px;
    height: 70px;
  }
}
.topFlowArea01 .flowList .flowDetailArea01 {
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .topFlowArea01 .flowList .flowDetailArea01 {
    height: 175px;
    padding: 0 10px 20px 18px;
    background: #fff;
  }
}
@media screen and (max-width: 1050px) and (min-width: 768px) {
  .topFlowArea01 .flowList .flowDetailArea01 {
    padding-right: 0;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .topFlowArea01 .flowList .flowDetailArea01 {
    height: 115px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .topFlowArea01 .flowList .flowDetailArea01 {
    width: calc(100% - 86px);
    justify-content: flex-start;
  }
}
.topFlowArea01 .flowList .flowDetailArea01:before, .topFlowArea01 .flowList .flowDetailArea01:after {
  content: "";
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .topFlowArea01 .flowList .flowDetailArea01:before, .topFlowArea01 .flowList .flowDetailArea01:after {
    bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .topFlowArea01 .flowList .flowDetailArea01:before {
    width: 50px;
    height: 175px;
    background: url("../images/bg_flow02.png") no-repeat 0 0/50px auto;
    z-index: 1;
    right: -50px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .topFlowArea01 .flowList .flowDetailArea01:before {
    height: 115px;
    background-size: 50px 115px;
  }
}
@media screen and (max-width: 767px) {
  .topFlowArea01 .flowList .flowDetailArea01:before {
    display: none;
  }
}
.topFlowArea01 .flowList .flowDetailArea01:after {
  width: 0;
  height: 0;
  border-width: 87.5px 0 87.5px 35px;
  border-style: solid;
  border-color: transparent;
  right: -35px;
}
@media print, screen and (min-width: 768px) {
  .topFlowArea01 .flowList .flowDetailArea01:after {
    border-left-color: #fff;
    z-index: 2;
  }
}
@media screen and (max-width: 1000px) {
  .topFlowArea01 .flowList .flowDetailArea01:after {
    border-top-width: 57.5px;
    border-bottom-width: 57.5px;
  }
}
@media screen and (max-width: 767px) {
  .topFlowArea01 .flowList .flowDetailArea01:after {
    margin: 0 auto;
    border-width: 15px 21.5px 0 21.5px;
    border-top-color: #fff;
    right: 0;
    bottom: -15px;
    left: 0;
  }
}
.topFlowArea01 .flowList h3 {
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  .topFlowArea01 .flowList h3 {
    font-size: 1.6rem;
  }
}
.topFlowArea01 .flowList .flowTxt01 {
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 768px) {
  .topFlowArea01 .flowList .flowTxt01 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .topFlowArea01 .flowList .flowTxt01 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .topFlowArea01 .flowList:first-child .flowDetail01:before, .topFlowArea01 .flowList:last-child .flowDetail01:before {
    right: -50px;
  }
}
@media print, screen and (min-width: 768px) {
  .topFlowArea01 .flowList:first-child {
    width: 22%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .topFlowArea01 .flowList:first-child {
    width: 21.5%;
  }
}
@media print, screen and (min-width: 768px) {
  .topFlowArea01 .flowList:first-child .flowNum01 {
    left: 36%;
  }
}
@media print, screen and (min-width: 768px) {
  .topFlowArea01 .flowList:last-child {
    width: 23.5%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .topFlowArea01 .flowList:last-child {
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  .topFlowArea01 .flowList:last-child {
    background: #e86060;
  }
}
.topFlowArea01 .flowList:last-child .flowNum01 {
  background: #de0031;
}
.topFlowArea01 .flowList:last-child .flowDetailArea01 {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .topFlowArea01 .flowList:last-child .flowDetailArea01 {
    background: #e86060;
  }
}
.topFlowArea01 .flowList:last-child .flowDetailArea01:before {
  background: none;
}
@media print, screen and (min-width: 768px) {
  .topFlowArea01 .flowList:last-child .flowDetailArea01:after {
    border-left-color: #e86060;
  }
}
@media screen and (max-width: 767px) {
  .topFlowArea01 .flowList:last-child .flowDetailArea01:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .topFlowArea01 .flowList:not(:last-child) {
    margin-bottom: 20px;
  }
}
.topFlowArea01 .flowDescriptionList01 {
  margin-top: 55px;
}
@media print, screen and (min-width: 768px) {
  .topFlowArea01 .flowDescriptionList01 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .topFlowArea01 .flowDescriptionList01 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .topFlowArea01 .flowDescriptionList01 {
    margin-top: 50px;
  }
}
.topFlowArea01 .flowDescriptionList01 li {
  margin-top: 40px;
  padding: 5px;
  padding-right: 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1000px) {
  .topFlowArea01 .flowDescriptionList01 li {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .topFlowArea01 .flowDescriptionList01 li {
    margin-top: 20px;
    padding: 10px;
  }
}
.topFlowArea01 .flowDescriptionList01 .descriptionImg01 {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .topFlowArea01 .flowDescriptionList01 .descriptionImg01 {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .topFlowArea01 .flowDescriptionList01 .descriptionImg01 {
    width: 100%;
  }
}
.topFlowArea01 .flowDescriptionList01 .descriptionImg01:after {
  content: "";
  width: 170px;
  height: 100%;
  background: url("../images/bg_flow03.png") no-repeat 0 0/100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .topFlowArea01 .flowDescriptionList01 .descriptionImg01:after {
    margin: auto 0;
    top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .topFlowArea01 .flowDescriptionList01 .descriptionImg01:after {
    width: 139px;
  }
}
@media screen and (max-width: 767px) {
  .topFlowArea01 .flowDescriptionList01 .descriptionImg01:after {
    width: 100%;
    height: 89px;
    margin: 0 auto;
    background-image: url("../images/bg_flow03_sp.png");
    left: 0;
  }
}
.topFlowArea01 .flowDescriptionList01 .descriptionDetail01 {
  width: calc(100% - 458px);
}
@media print, screen and (min-width: 768px) {
  .topFlowArea01 .flowDescriptionList01 .descriptionDetail01 {
    padding: 35px 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  .topFlowArea01 .flowDescriptionList01 .descriptionDetail01 {
    width: calc(100% - 355px);
  }
}
@media screen and (max-width: 767px) {
  .topFlowArea01 .flowDescriptionList01 .descriptionDetail01 {
    width: 100%;
  }
}
.topFlowArea01 .flowDescriptionList01 h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 6px solid #004da0;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .topFlowArea01 .flowDescriptionList01 h3 {
    font-size: 2rem;
  }
}
.topFlowArea01 .flowDescriptionList01 .descriptionTxt01 {
  line-height: 1.75;
}
.topFlowArea01 .flowDescriptionList01 .descriptionTxt01:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .topFlowArea01 .flowDescriptionList01 .descriptionTxt01:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .topFlowArea01 .flowDescriptionList01 .descriptionTxt01:not(:last-child) {
    margin-bottom: 30px;
  }
}
.topFlowArea01 .flowDescriptionList01 .generalBtn {
  width: 100%;
}
@media print, screen and (min-width: 421px) {
  .topFlowArea01 .flowDescriptionList01 .generalBtn {
    max-width: 312px;
  }
}
.topFlowArea01 .flowDescriptionList01 .generalBtn a {
  width: 100%;
  padding: 0;
  padding-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .topFlowArea01 .flowDescriptionList01 .generalBtn a {
    height: 48px;
  }
}

.topVoiceArea01 {
  padding: 80px 0 120px;
}
@media screen and (max-width: 1000px) {
  .topVoiceArea01 {
    padding: 50px 0 60px;
  }
}
.topVoiceArea01 h2 {
  font-size: 5.4rem;
  max-width: 630px;
  margin: 0 auto 40px;
  padding: 35px 0 55px;
  background: url("../images/bg_material02_01.svg") no-repeat 0 50%/54px 178px, url("../images/bg_material02_02.svg") no-repeat 100% 50%/54px 178px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .topVoiceArea01 h2 {
    font-size: 4.8rem;
    max-width: 540px;
    background-size: 50px 162px;
  }
}
@media screen and (max-width: 767px) {
  .topVoiceArea01 h2 {
    font-size: 2.7rem;
    max-width: 310px;
    width: 94%;
    margin-bottom: 25px;
    padding: 10px 0 21px;
    background-size: 25px 81px;
  }
}
@media screen and (max-width: 360px) {
  .topVoiceArea01 h2 {
    font-size: 2.2rem;
  }
}
.topVoiceArea01 h2 .blue {
  font-size: 6.4rem;
}
@media screen and (max-width: 1000px) {
  .topVoiceArea01 h2 .blue {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  .topVoiceArea01 h2 .blue {
    font-size: 3.2rem;
  }
}
.topVoiceArea01 h2 .red {
  font-size: 8.6rem;
}
@media screen and (max-width: 1000px) {
  .topVoiceArea01 h2 .red {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .topVoiceArea01 h2 .red {
    font-size: 5rem;
  }
}
.topVoiceArea01 .topVoiceContent01 {
  background: url("../images/bg_method01.svg") no-repeat 99% 0, url("../images/bg_voice05.svg") no-repeat 1% 90%;
  background-size: 320px auto;
}
@media print, screen and (min-width: 1601px) {
  .topVoiceArea01 .topVoiceContent01 {
    background-position: 90% 0, 10% 90%;
  }
}
.topVoiceArea01 ul {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .topVoiceArea01 ul {
    justify-content: center;
  }
}
.topVoiceArea01 li {
  max-width: 490px;
  width: 49%;
  margin-bottom: 40px;
  padding: 0 35px 35px;
  background: url("../images/bg_voice01.png") no-repeat 50% 17px, #f9f7ef;
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1100px) {
  .topVoiceArea01 li {
    background-size: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .topVoiceArea01 li {
    margin-bottom: 20px;
    padding: 0 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .topVoiceArea01 li {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .topVoiceArea01 li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
.topVoiceArea01 .voiceImgArea01 {
  padding-bottom: 15px;
  position: relative;
}
.topVoiceArea01 .voiceImg {
  margin: 0 auto;
  padding-top: 5px;
  position: relative;
}
.topVoiceArea01 .voiceImg:before, .topVoiceArea01 .voiceImg:after {
  content: "";
  position: absolute;
}
.topVoiceArea01 .voiceImg:before {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  right: 0;
}
@media screen and (max-width: 360px) {
  .topVoiceArea01 .voiceImg:before {
    background-size: 100%;
  }
}
.topVoiceArea01 .voiceImg:after {
  width: 57px;
  height: 18px;
  margin: 0 auto;
  background: url("../images/bg_voice02.png") no-repeat 0 0/contain;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
}
.topVoiceArea01 .voiceImgA {
  padding-top: 75px;
}
@media screen and (max-width: 1000px) {
  .topVoiceArea01 .voiceImgA {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .topVoiceArea01 .voiceImgA {
    padding-top: 55px;
  }
}
@media screen and (max-width: 360px) {
  .topVoiceArea01 .voiceImgA {
    padding-top: 50px;
  }
}
.topVoiceArea01 .voiceImgA .voiceImgArea01 {
  margin-bottom: -5px;
}
.topVoiceArea01 .voiceImgA .voiceImg {
  width: 389px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .topVoiceArea01 .voiceImgA .voiceImg {
    width: 272px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 360px) {
  .topVoiceArea01 .voiceImgA .voiceImg {
    width: 250px;
  }
}
.topVoiceArea01 .voiceImgA .voiceImg:before {
  height: 273px;
  background-image: url("../images/bg_voice04_01.png");
}
@media screen and (max-width: 1000px) {
  .topVoiceArea01 .voiceImgA .voiceImg:before {
    height: 238px;
    right: 15px;
  }
}
@media screen and (max-width: 360px) {
  .topVoiceArea01 .voiceImgA .voiceImg:before {
    height: 225px;
  }
}
.topVoiceArea01 .voiceImgB {
  padding-top: 60px;
}
@media screen and (max-width: 1000px) {
  .topVoiceArea01 .voiceImgB {
    padding-top: 50px;
  }
}
@media screen and (max-width: 360px) {
  .topVoiceArea01 .voiceImgB {
    padding-top: 45px;
  }
}
.topVoiceArea01 .voiceImgB .voiceImgArea01 {
  margin-bottom: -35px;
}
@media screen and (max-width: 360px) {
  .topVoiceArea01 .voiceImgB .voiceImgArea01 {
    margin-bottom: -25px;
  }
}
.topVoiceArea01 .voiceImgB .voiceImg {
  width: 246px;
  padding-bottom: 35px;
}
@media screen and (max-width: 360px) {
  .topVoiceArea01 .voiceImgB .voiceImg {
    width: 180px;
  }
}
.topVoiceArea01 .voiceImgB .voiceImg:before {
  height: 301px;
  margin: 0 auto;
  background-image: url("../images/bg_voice04_02.png");
  left: 0;
}
@media screen and (max-width: 360px) {
  .topVoiceArea01 .voiceImgB .voiceImg:before {
    height: 196px;
  }
}
.topVoiceArea01 .voiceImg01 {
  transform: rotate(-8deg);
}
.topVoiceArea01 .voiceImg01:before {
  transform: rotate(3deg);
  bottom: -22px;
}
@media screen and (max-width: 1000px) {
  .topVoiceArea01 .voiceImg01:before {
    bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .topVoiceArea01 .voiceImg01:before {
    bottom: -72px;
  }
}
.topVoiceArea01 .voiceImg02 {
  transform: rotate(7deg);
}
.topVoiceArea01 .voiceImg02:before {
  transform: rotate(-3deg);
  bottom: -20px;
}
@media screen and (max-width: 1000px) {
  .topVoiceArea01 .voiceImg02:before {
    bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .topVoiceArea01 .voiceImg02:before {
    bottom: -70px;
  }
}
.topVoiceArea01 .voiceImg03:before,
.topVoiceArea01 .voiceImg04:before {
  bottom: -6px;
}
@media screen and (max-width: 360px) {
  .topVoiceArea01 .voiceImg03:before,
.topVoiceArea01 .voiceImg04:before {
    bottom: 30px;
  }
}
.topVoiceArea01 .voiceImg03 {
  transform: rotate(-6deg);
}
.topVoiceArea01 .voiceImg03:before {
  transform: rotate(3deg);
}
.topVoiceArea01 .voiceImg04 {
  transform: rotate(5deg);
}
.topVoiceArea01 .voiceImg04:before {
  transform: rotate(-3deg);
}
.topVoiceArea01 img {
  border: 5px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
}
.topVoiceArea01 .voiceNum01 {
  font-family: "Fraunces", serif;
  font-size: 2.4rem;
  color: #fff;
  width: 160px;
  height: 150px;
  background: url("../images/bg_voice03.png") no-repeat 0 0/contain;
  padding-bottom: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  .topVoiceArea01 .voiceNum01 {
    font-size: 1.8rem;
    width: 115px;
    height: 108px;
  }
}
.topVoiceArea01 .voiceNum01 .num {
  font-size: 3.7rem;
  margin-left: 5px;
}
@media screen and (max-width: 1000px) {
  .topVoiceArea01 .voiceNum01 .num {
    font-size: 3rem;
  }
}
.topVoiceArea01 h3 {
  font-size: 2.8rem;
  color: #014d9f;
  border-bottom: 2px solid #014d9f;
}
@media screen and (max-width: 1000px) {
  .topVoiceArea01 h3 {
    font-size: 2rem;
  }
}
.topVoiceArea01 h3 span {
  font-size: 4rem;
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  .topVoiceArea01 h3 span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .topVoiceArea01 h3 span {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .topVoiceArea01 .voiceDetail01 {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.topVoiceArea01 .voiceDetail01 p {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .topVoiceArea01 .voiceDetail01 p {
    margin-top: 20px;
  }
}
.topVoiceArea01 .voiceBtn01 {
  max-width: 360px;
  width: 90%;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .topVoiceArea01 .voiceBtn01 {
    margin-top: 10px;
  }
}
.topVoiceArea01 .voiceBtn01 a {
  width: 100%;
  padding: 0;
  padding-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .topVoiceArea01 .voiceBtn01 a {
    height: 48px;
  }
}

.topNewsArea01 {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .topNewsArea01 {
    padding-bottom: 50px;
  }
}
.topNewsArea01 h2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 1000px) {
  .topNewsArea01 h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .topNewsArea01 h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
.topNewsArea01 .newsDetail01 {
  width: calc(100% - 245px);
}
@media screen and (max-width: 1000px) {
  .topNewsArea01 .newsDetail01 {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 767px) {
  .topNewsArea01 .newsDetail01 {
    width: 100%;
  }
}
.topNewsArea01 .newsList01 {
  margin-bottom: 35px;
  border-top: 1px solid #ddd;
}
.topNewsArea01 .newsList01 li {
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.topNewsArea01 .newsList01 li span {
  font-weight: 400;
  vertical-align: top;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .topNewsArea01 .newsList01 li span {
    width: calc(100% - 170px);
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .topNewsArea01 .newsList01 li span {
    font-size: 1.4rem;
    margin-top: 10px;
    display: block;
  }
}
.topNewsArea01 .newsList01 a {
  padding: 18px 0;
  background: url("/video/common/images/arrow_circle_common02.svg") no-repeat 100% 50%/21px 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .topNewsArea01 .newsList01 a {
    padding-right: 45px;
    background-size: 13px 12px;
  }
}
.topNewsArea01 .txtLink {
  color: #335b98;
}

.topTrialArea01 {
  background: url("../images/bg_difficult01.png") no-repeat 0 0/cover;
}
@media print, screen and (min-width: 768px) {
  .topTrialArea01 {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 1001px) {
  .topTrialArea01 .container {
    background-position: 0 60%;
  }
}
.topTrialArea01 h2 {
  font-size: 4.6rem;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media print, screen and (min-width: 1001px) {
  .topTrialArea01 h2 {
    padding-top: 75px;
  }
}
@media screen and (max-width: 1000px) {
  .topTrialArea01 h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .topTrialArea01 h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    padding-top: 45px;
    background-size: 185px;
  }
}
@media screen and (max-width: 500px) {
  .topTrialArea01 h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    padding-top: 35px;
    background-size: 150px;
  }
}
@media screen and (max-width: 360px) {
  .topTrialArea01 h2 {
    font-size: 1.8rem;
  }
}
.topTrialArea01 h2 span {
  font-size: 5.6rem;
}
@media screen and (max-width: 1000px) {
  .topTrialArea01 h2 span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .topTrialArea01 h2 span {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 500px) {
  .topTrialArea01 h2 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 360px) {
  .topTrialArea01 h2 span {
    font-size: 2.8rem;
  }
}

.trialBtn {
  max-width: 488px;
  width: 100%;
}