@media screen and (max-width: 768px) {
}
@media screen and (max-width: 768px) {
  .facnavi__acco {
    background-color: #69b943;
  }
}
.facnavi-list {
  background-color: #69b943;
}
@media screen and (max-width: 768px) {
  .facnavi-list__item__link > span::after {
    border-color: transparent transparent transparent #7cc654;
  }
}
.facnavi-list__item__link.current::after {
  background: #7cc654;
}
.intro__international {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .intro__international {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.intro__international__item {
  width: 180px;
  height: 180px;
  border-radius: 90px;
  border: 1px solid #a1051d;
  position: relative;
  margin-top: 30px;
}
.intro__international__item:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .intro__international__item:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .intro__international__item {
    width: 140px;
    height: 140px;
    border-radius: 70px;
    margin-top: 0;
  }
  .intro__international__item:first-of-type {
    margin-right: 10px;
  }
}
.intro__international__item p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #a1051d;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .intro__international__item p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.features__copy {
  text-align: center;
  color: #a1051d;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .features__copy {
    font-size: 1.5rem;
  }
}
.features__pickup {
  background-color: #a1051d;
  padding: 25px;
  border-radius: 6px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .features__pickup {
    margin-bottom: 30px;
    padding: 20px;
  }
}
.features__pickup .features__copy {
  color: #fff;
}
.features__pickup .features__copy > span {
  color: #fff;
}
.features__common {
  margin-top: 20px;
  padding: 25px 35px;
  border-radius: 6px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .features__common {
    padding: 20px 15px;
  }
}
.features__common__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .features__common__title {
    font-size: 1.4rem;
  }
}
.features__common__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .features__common__list {
    display: block;
    margin-top: 15px;
  }
}
.features__common__item {
  width:48%;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 6px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .features__common__item {
    width: 100%;
    display: block;
    padding: 15px;
  }
  .features__common__item:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.features__common__copy {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #a1051d;
}
@media screen and (max-width: 768px) {
  .features__common__copy {
    font-size: 1.3rem;
  }
}
.features__common__copy > span {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .features__common__copy > span {
    font-size: 1.5rem;
  }
}
.features__common__text {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .features__common__text {
    font-size: 1.2rem;
    margin-top: 6px;
  }
}
.features__common__button {
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .features__common__button a {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .features__common__button {
    margin-top: 6px;
  }
}
.features__common__lang {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.features__common__lang > p {
  display: block;
  width: calc(calc(100% - 12px) / 3);
  font-size: 1rem;
  background-color: #eee;
  line-height: 22px;
  height: 22px;
  border-radius: 13px;
  margin-right: 6px;
}
.features__common__lang > p:nth-of-type(3n) {
  margin-right: 0;
}
.features__common__lang > p:nth-of-type(n+4) {
  margin-top: 6px;
}
.features__1st {
  zoom: 1;
  margin-top: 45px;
}
.features__1st:after,
.features__1st:before {
  content: "";
  display: table;
}
.features__1st:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .features__1st {
    margin-top: 20px;
  }
}
.features__1st__pic,
.features__2nd__pic {
  float: left;
  width: 40.816326530612244%;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(161,5,29,0.2);
  box-shadow: 5px 5px 20px 0 rgba(161,5,29,0.2);
}
@media screen and (max-width: 768px) {
  .features__1st__pic,
  .features__2nd__pic {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.features__1st__pic img,
.features__2nd__pic img {
  width: 100%;
  height: auto;
}
.features__1st__detail,
.features__2nd__detail {
  float: right;
  width: 54.08163265306123%;
}
@media screen and (max-width: 768px) {
  .features__1st__detail,
  .features__2nd__detail {
    float: none;
    width: 100%;
  }
}
.features__1st__text,
.features__2nd__text {
  font-size: 1.4rem;
  line-height: 2.15;
}
@media screen and (max-width: 768px) {
  .features__1st__text,
  .features__2nd__text {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.features__1st__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .features__1st__list {
    margin-top: 20px;
  }
}
.features__1st__list p {
  width: 48%;
  border: 1px solid #a1051d;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #a1051d;
  height: 60px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .features__1st__list p {
    font-size: 1.2rem;
    height: 50px;
    border-radius: 25px;
  }
}
.features__1st__list span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .features__1st__list span {
    font-size: 1rem;
  }
}
.features__2nd {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(0,0,0,0.12);
}
@media screen and (max-width: 768px) {
  .features__2nd {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.features__2nd__sub {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .features__2nd__sub {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
}
.features__2nd__inner {
  zoom: 1;
  margin-top: 40px;
}
.features__2nd__inner:after,
.features__2nd__inner:before {
  content: "";
  display: table;
}
.features__2nd__inner:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .features__2nd__inner {
    margin-top: 20px;
  }
}
.features__3rd {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(0,0,0,0.12);
}
@media screen and (max-width: 768px) {
  .features__3rd {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.features__3rd__inner {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .features__3rd__inner {
    text-align: left;
    margin-top: 20px;
  }
}
.features__3rd__text {
  font-size: 1.4rem;
  line-height: 2.15;
}
@media screen and (max-width: 768px) {
  .features__3rd__text {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.features__3rd__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .features__3rd__point {
    margin-top: 15px;
  }
}
.features__3rd__point li {
  border: 1px solid #a1051d;
  padding: 0 30px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #a1051d;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .features__3rd__point li {
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
    border-radisu: 20px;
  }
}
.features__3rd__point li:first-of-type {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .features__3rd__point li:first-of-type {
    margin-right: 10px;
  }
}
.features__3rd__point li span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .features__3rd__point li span {
    font-size: 1.7rem;
  }
}
.features__3rd__list {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  text-align: left;
}
@media screen and (max-width: 1066.090775988287px) {
  .features__3rd__list {
    width: 91.21522693997072%;
  }
}
@media screen and (max-width: 1300px) {
  .features__3rd__list {
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .features__3rd__list {
    display: block;
  }
}
.features__3rd__list__item {
  width: 46.93877551020408%;
}
@media screen and (max-width: 768px) {
  .features__3rd__list__item {
    width: 100%;
  }
  .features__3rd__list__item:nth-of-type(n+2) {
    margin-top: 35px;
  }
}
.features__3rd__list__pic {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(161,5,29,0.2);
  box-shadow: 5px 5px 20px 0 rgba(161,5,29,0.2);
}
.features__3rd__list__pic > img {
  width: 100%;
  height: auto;
}
.features__3rd__list__title {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .features__3rd__list__title {
    margin-top: 25px;
    font-size: 1.5rem;
  }
}
.features__3rd__list__text > p {
  font-size: 1.3rem;
  margin-top: 20px;
  line-height: 2;
}
.features__3rd__list__text > p + p {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .features__3rd__list__text > p + p {
    margin-top: 10px;
  }
}
.features__bu {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .features__bu {
    margin-top: 30px;
  }
}
.features__bu__copy {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .features__bu__copy {
    font-size: 1.5rem;
  }
}
.features__bu__text {
  display: none;
}
@media screen and (max-width: 768px) {
  .features__bu__text {
    display: block;
    text-align: center;
    font-size: 1rem;
    margin-top: 15px;
  }
}
.features__bu__table {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .features__bu__table {
    margin-top: 10px;
    overflow-x: scroll;
  }
}
.features__bu__table table {
  width: 100%;
  border-right: 1px solid #d5d5d5;
}
@media screen and (max-width: 768px) {
  .features__bu__table table {
    width: 1000px;
  }
}
.features__bu__table table th,
.features__bu__table table td {
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}
.features__bu__table table th {
  padding: 12px;
  font-size: 1.4rem;
  background-color: #a1051d;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .features__bu__table table th {
    font-size: 1.2rem;
  }
}
.features__bu__table table th:nth-of-type(1) {
  width: 20%;
}
.features__bu__table table th:nth-of-type(2) {
  width: 12%;
}
.features__bu__table table th:nth-of-type(3) {
  width: 20%;
}
.features__bu__table table th:nth-of-type(4) {
  width: 48%;
}
.features__bu__table table td {
  padding: 18px 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .features__bu__table table td {
    padding: 15px;
  }
}
.features__bu__table table td p {
  font-size: 1.3rem;
  line-height: 1.6;
}
.features__bu__table table td .title {
  font-weight: bold;
  margin-bottom: 8px;
}
.features__bu__table table td .center {
  text-align: center;
}
.features__bu__table table td .red {
  color: #a1051d;
}
.features__bu__table table td .bold {
  font-weight: bold;
}
.features__bu__table table td .big {
  font-size: 120%;
}
.study__content {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .study__content {
    padding: 30px 0;
  }
}
.study__topics {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 6px;
  padding: 35px 40px;
}
@media screen and (max-width: 768px) {
  .study__topics {
    margin-top: 30px;
    padding: 20px;
  }
}
.study__topics__label {
  text-align: center;
  margin-bottom: 15px;
}
.study__topics__label > span {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  padding: 0 12px;
  background: -webkit-gradient(linear, left top, right top, from(#f5515f), to(#a1051d));
  background: linear-gradient(90deg, #f5515f, #a1051d);
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .study__topics__label > span {
    font-size: 1rem;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
  }
}
.study__topics__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #a1051d;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .study__topics__title {
    font-size: 1.5rem;
  }
}
.study__topics__title > span {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  padding: 0 12px;
  background: -webkit-gradient(linear, left top, right top, from(#f5515f), to(#a1051d));
  background: linear-gradient(90deg, #f5515f, #a1051d);
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .study__topics__title > span {
    font-size: 1rem;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
  }
}
.study__topics__text {
  margin-top: 25px;
  font-size: 1.3rem;
  line-height: 2.15;
}
.study__topics__text > span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .study__topics__text {
    margin-top: 20px;
    line-height: 2;
  }
}
.study__topics__point {
  margin-top: 20px;
}
.study__topics__point li {
  font-size: 1.3rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.study__topics__point li:nth-of-type(n+2) {
  margin-top: 5px;
}
.study__topics__point li::before {
  content: '●';
  color: #a1051d;
  margin-right: 3px;
}
.study__1st {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1066.090775988287px) {
  .study__1st {
    width: 91.21522693997072%;
  }
}
@media screen and (max-width: 1300px) {
  .study__1st {
    width: 92vw;
  }
}
.study__1st__copy {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: #a1051d;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .study__1st__copy {
    font-size: 1.5rem;
  }
}
.study__1st__flex {
  zoom: 1;
  margin-top: 40px;
}
.study__1st__flex:after,
.study__1st__flex:before {
  content: "";
  display: table;
}
.study__1st__flex:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .study__1st__flex {
    margin-top: 20px;
  }
}
.study__1st__pic {
  float: left;
  width: 40.816326530612244%;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(161,5,29,0.2);
  box-shadow: 5px 5px 20px 0 rgba(161,5,29,0.2);
}
@media screen and (max-width: 768px) {
  .study__1st__pic {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.study__1st__pic img {
  width: 100%;
  height: auto;
}
.study__1st__detail {
  float: right;
  width: 54.08163265306123%;
}
@media screen and (max-width: 768px) {
  .study__1st__detail {
    float: none;
    width: 100%;
  }
}
.study__1st__detail__title {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .study__1st__detail__title {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 1.4rem;
  }
}
.study__1st__detail__text {
  font-size: 1.3rem;
  line-height: 2.15;
}
@media screen and (max-width: 768px) {
  .study__1st__detail__text {
    line-height: 2;
  }
}
.study__1st__detail__teacher {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .study__1st__detail__teacher {
    margin-top: 20px;
  }
}
.study__1st__detail__teacher--figure {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: block;
  overflow: hidden;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .study__1st__detail__teacher--figure {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-right: 15px;
  }
}
.study__1st__detail__teacher--figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.study__1st__detail__teacher--name {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .study__1st__detail__teacher--name {
    font-size: 1.2rem;
  }
}
.study__1st__detail__teacher--name span {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 768px) {
  .study__1st__detail__teacher--name span {
    font-size: 1.4rem;
  }
}
.study__2nd {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(0,0,0,0.12);
}
@media screen and (max-width: 1066.090775988287px) {
  .study__2nd {
    width: 91.21522693997072%;
  }
}
@media screen and (max-width: 1300px) {
  .study__2nd {
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .study__2nd {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.study__2nd__copy {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: #a1051d;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .study__2nd__copy {
    font-size: 1.5rem;
  }
}
.study__2nd__flex {
  zoom: 1;
  margin-top: 40px;
}
.study__2nd__flex:after,
.study__2nd__flex:before {
  content: "";
  display: table;
}
.study__2nd__flex:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .study__2nd__flex {
    margin-top: 20px;
  }
}
.study__2nd__pic {
  float: left;
  width: 40.816326530612244%;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(161,5,29,0.2);
  box-shadow: 5px 5px 20px 0 rgba(161,5,29,0.2);
}
@media screen and (max-width: 768px) {
  .study__2nd__pic {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.study__2nd__pic img {
  width: 100%;
  height: auto;
}
.study__2nd__detail {
  float: right;
  width: 54.08163265306123%;
}
@media screen and (max-width: 768px) {
  .study__2nd__detail {
    float: none;
    width: 100%;
  }
}
.study__2nd__detail picture {
  padding: 25px 20px;
  border-radius: 6px;
  background-color: #fff;
  display: block;
}
.study__2nd__detail picture img {
  width: 100%;
  height: auto;
}
.study__2nd__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .study__2nd__cont {
    display: block;
    margin-top: 25px;
  }
}
.study__2nd__item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .study__2nd__item {
    width: 100%;
  }
}
.study__2nd__item:nth-of-type(1) {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .study__2nd__item:nth-of-type(1) {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.study__2nd__item:nth-of-type(2) {
  border-left: 1px solid rgba(0,0,0,0.12);
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .study__2nd__item:nth-of-type(2) {
    border-left: none;
    border-top: 1px solid rgba(0,0,0,0.12);
    padding-left: 0;
    padding-top: 20px;
  }
}
.study__2nd__item .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .study__2nd__item .title {
    font-size: 1.4rem;
  }
}
.study__2nd__item p {
  font-size: 1.3rem;
  line-height: 2.15;
}
@media screen and (max-width: 768px) {
  .study__2nd__item p {
    line-height: 2;
  }
}
.study__3rd {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(0,0,0,0.12);
}
@media screen and (max-width: 1066.090775988287px) {
  .study__3rd {
    width: 91.21522693997072%;
  }
}
@media screen and (max-width: 1300px) {
  .study__3rd {
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .study__3rd {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.study__3rd__copy {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: #a1051d;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .study__3rd__copy {
    font-size: 1.5rem;
  }
}
.study__3rd__flex {
  zoom: 1;
  margin-top: 40px;
}
.study__3rd__flex:after,
.study__3rd__flex:before {
  content: "";
  display: table;
}
.study__3rd__flex:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .study__3rd__flex {
    margin-top: 20px;
  }
}
.study__3rd__pic {
  float: left;
  width: 40.816326530612244%;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(161,5,29,0.2);
  box-shadow: 5px 5px 20px 0 rgba(161,5,29,0.2);
}
@media screen and (max-width: 768px) {
  .study__3rd__pic {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.study__3rd__pic img {
  width: 100%;
  height: auto;
}
.study__3rd__detail {
  float: right;
  width: 54.08163265306123%;
}
@media screen and (max-width: 768px) {
  .study__3rd__detail {
    float: none;
    width: 100%;
  }
}
.study__3rd__detail__title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .study__3rd__detail__title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.study__3rd__detail__text {
  font-size: 1.3rem;
  line-height: 2.15;
}
.study__3rd__detail__text p + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .study__3rd__detail__text {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .c-intro__copy {
    text-align: center;
  }
  .c-intro__copy > span {
    margin-top: 0;
  }
}
.c-intro__title {
  margin-top: 30px;
  color: #a1051d;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-intro__title {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
.c-intro__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .c-intro__point {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }
}
.c-intro__point__item {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  border: 1px solid #a1051d;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-intro__point__item {
    width: 31%;
    height: 0;
    padding-bottom: 31%;
    border-radius: 50%;
  }
}
.c-intro__point__item:nth-of-type(n+2) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .c-intro__point__item:nth-of-type(n+2) {
    margin-left: 0;
  }
}
.c-intro__point__item p {
  color: #a1051d;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-intro__point__item p {
    font-size: 1.4rem;
  }
}
.c-intro__banner {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  margin: 40px auto 0;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 913.792093704246px) {
  .c-intro__banner {
    width: 91.21522693997072%;
  }
}
@media screen and (max-width: 1300px) {
  .c-intro__banner {
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .c-intro__banner {
    border-radius: 4px;
    margin: 30px auto 0;
  }
}
.c-intro__banner a {
  display: block;
  position: relative;
}
.c-intro__banner a img {
  width: 100%;
  height: auto;
}
.course-set__point {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .course-set__point {
    margin-top: 25px;
    display: block;
  }
}
.course-set__point__item {
  width: calc(calc(100% - 30px) / 3);
  background-color: #fafafa;
  padding: 25px 20px;
  border-radius: 6px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .course-set__point__item {
    width: 100%;
    padding: 20px;
    text-align: left;
  }
  .course-set__point__item:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.course-set__point__title {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .course-set__point__title {
    font-size: 1.3rem;
  }
}
.course-set__point__text {
  margin-top: 10px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .course-set__point__text {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
.topics-content {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  margin: 0 auto 40px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 913.792093704246px) {
  .topics-content {
    width: 91.21522693997072%;
  }
}
@media screen and (max-width: 1300px) {
  .topics-content {
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .topics-content {
    border-radius: 4px;
    margin: 0 auto 30px;
  }
}
.topics-content a {
  display: block;
  position: relative;
}
.topics-content a img {
  width: 100%;
  height: auto;
}
.study__list__text a {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1301px) {
  .study__list__text a:hover {
    text-decoration: none;
  }
}
