@charset "UTF-8";
.intro {
  text-align: center;
  background: url(../../img/bg-01.png) no-repeat top center;
  padding: 6rem 0 7rem;
}

.intro__ttl {
  color: #039fde;
  font-size: 3.2rem;
  line-height: 1.46875;
  margin-bottom: 2rem;
}

.intro__copy {
  font-size: 1.6rem;
  line-height: 2.1;
  color: #333;
}

.btn--readmore {
  font-size: 2rem;
  line-height: 2;
  width: 32.6rem;
  height: 6rem;
  font-family: 'Times New Roman';
  margin: 0 auto;
  display: block;
  background-color: #039fde;
  color: #fff;
  padding: 1rem 0 1rem 4rem;
}

.btn--readmore span {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: url(../img/btn-arrow.png) no-repeat 90.7975% center;
  display: block;
  background-size: 5.2rem 1.4rem;
}

.btn--readmore:hover {
  color: #fff;
}

.gridItems .item__header {
  height: 60rem;
  width: 100%;
  position: relative;
}

.gridItems .item__header__visual {
  background: url(../../img/visual-01.jpg) no-repeat bottom center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.gridItems .item__header__visual img {
  display: none;
}

.gridItems .item__header__ttl {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.gridItems .item__header__ttl__sub {
  display: inline-block;
  background-color: #d03835;
  font-size: 2.8rem;
  line-height: 4rem;
  text-align: center;
  padding: 0 1rem;
  margin-top: 4rem;
  color: #fff;
}

.gridItems .item__header__ttl__sub .sm {
  font-size: 1.4rem;
  line-height: 3rem;
  display: block;
}

.gridItems .item__content {
  padding-bottom: 6rem;
  position: relative;
  z-index: 5;
}

.gridItems .item__content__inner {
  width: 104rem;
  margin: -6rem auto 0;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 24px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 5px 5px 24px 0px rgba(0, 0, 0, 0.31);
  padding: 4rem 6rem 6rem;
}

.gridItems .item__content__ttl {
  font-size: 2.4rem;
  line-height: 1.666667;
  color: #039fde;
  text-align: center;
  margin-bottom: 2rem;
}

.gridItems .item__content__txt {
  font-size: 1.4rem;
  line-height: 2.28571;
  text-align: center;
  color: #333;
}

.gridItems .item__content__img {
  margin-top: 3rem;
}

.gridItems .item__content__btn {
  margin-top: 4rem;
}

.gridItems .item--curriculum {
  background-color: #d03835;
}

.gridItems .item--curriculum .item__header__visual {
  background-image: url(../../img/visual-01.jpg);
}

.gridItems .item--curriculum .item__header__ttl__sub {
  background-color: #d03835;
}

.gridItems .item--curriculum .item__content__inner {
  background: url(../../img/bg-02.png) no-repeat bottom center #fff;
  background-size: 104rem 27rem;
}

.gridItems .item--curriculum .item__content__ttl {
  color: #d03835;
}

.gridItems .item--curriculum .btn--readmore {
  background-color: #d03835;
}

.gridItems .item--artproduce {
  background-color: #039fde;
}

.gridItems .item--artproduce .item__header__visual {
  background-image: url(../../img/visual-02.jpg);
}

.gridItems .item--artproduce .item__header__ttl__sub {
  background-color: #039fde;
}

.gridItems .item--artproduce .item__content__ttl {
  color: #039fde;
}

.gridItems .item--artproduce .btn--readmore {
  background-color: #039fde;
}

.gridItems .item--graduateSchool {
  background-color: #4ab553;
}

.gridItems .item--graduateSchool .item__header__visual {
  background-image: url(../../img/visual-03.jpg);
}

.gridItems .item--graduateSchool .item__header__ttl__sub {
  background-color: #4ab553;
}

.gridItems .item--graduateSchool .item__content__ttl {
  color: #4ab553;
}

.gridItems .item--graduateSchool .btn--readmore {
  background-color: #4ab553;
}

.listCicle {
  font-size: 0;
  text-align: center;
  margin-top: 3.5rem;
}

.listCicle__item {
  position: relative;
  display: inline-block;
  width: 14rem;
  height: 14rem;
  text-align: center;
  border: 1px solid #d03835;
  border-radius: 50%;
  color: #d03835;
  font-size: 2.4rem;
  line-height: 2.8rem;
  background-color: #fff;
}

.listCicle__item + .listCicle__item {
  margin-left: 7.5rem;
}

.listCicle__item + .listCicle__item:before, .listCicle__item + .listCicle__item:after {
  position: absolute;
  content: "";
  width: 3rem;
  height: 2px;
  left: -5.3rem;
  top: 50%;
  margin-top: -1px;
  background-color: #d03835;
}

.listCicle__item + .listCicle__item:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.listCicle__item__middle {
  display: table;
  width: 100%;
  height: 100%;
}

.listCicle__item span {
  display: table-cell;
  vertical-align: middle;
}

.boxNotification {
  margin-top: 5.3rem;
  border-bottom: 1px solid #333;
  padding-bottom: 2rem;
  font-family: "Yu Gothic";
}

.boxNotification__ttl {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}

.boxNotification__ttl span {
  display: inline-block;
  background-color: #fff;
  color: #333;
  padding: 0 1.4rem;
  position: relative;
  z-index: 3;
  font-size: 2rem;
  line-height: 1.6;
}

.boxNotification__ttl:after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #333;
  z-index: 1;
}

.boxNotification dl {
  text-align: left;
  display: table;
}

.boxNotification dl dt {
  width: 16rem;
  padding: 0.5rem 3rem;
  display: table-cell;
  font-size: 1.6rem;
  line-height: 2;
  color: #999999;
}

.boxNotification dl dd {
  display: table-cell;
  width: 76rem;
  padding: 0.5rem 5rem 0.5rem 0;
  color: #0000ff;
  font-size: 1.6rem;
  line-height: 2;
}

.boxNotification dl a {
  color: inherit;
}

.review__ttl {
  position: relative;
}

@media screen and (min-width: 1300px) {
  .review__ttl {
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 1500px) {
  .review__ttl {
    padding-bottom: 10rem;
  }
}

@media screen and (min-width: 1900px) {
  .review__ttl {
    padding-bottom: 12rem;
  }
}

.review__ttl__bg {
  background: url(../../img/visual-04.jpg) no-repeat top center #fff;
  background-size: cover;
  width: 100%;
  height: 48.5rem;
}

.review__ttl__bg img {
  display: none;
}

.review__ttl__headline {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.review__txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 4rem;
  margin: 0.8rem 0 2.7rem;
}

.maxim {
  text-align: center;
}

.maxim__ttl {
  color: #fff;
  margin-bottom: 3rem;
}

.maxim__ttl h3 span {
  background-color: #039fde;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 4.4rem;
  width: 37.6rem;
  position: relative;
}

.maxim__ttl h3 span:after, .maxim__ttl h3 span:before {
  position: absolute;
  top: 0;
}

.maxim__ttl h3 span:before {
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 4.4rem 2.6rem;
  border-color: transparent transparent #039fde transparent;
  content: '';
}

.maxim__ttl h3 span:after {
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.4rem 0 0 2.6rem;
  border-color: transparent transparent transparent #039fde;
  content: '';
}

.maxim__ttl__sub {
  margin-top: 1px;
}

.maxim__ttl__sub span {
  background-color: #039fde;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 1rem 0;
  width: 37.6rem;
  position: relative;
}

.maxim__ttl__sub span:after, .maxim__ttl__sub span:before {
  position: absolute;
  top: 0;
}

.maxim__ttl__sub span:before {
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.6rem 4.4rem 0;
  border-color: transparent #039fde transparent transparent;
  content: '';
}

.maxim__ttl__sub span:after {
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.4rem 2.6rem 0 0;
  border-color: #039fde transparent transparent transparent;
  content: '';
}

.maxim__list {
  position: relative;
  padding-bottom: 10rem;
}

.maxim__list__bg {
  position: absolute;
  width: 100%;
  top: -6.8rem;
  text-align: center;
  z-index: -1;
}

.maxim__list__bg img {
  width: 99.3rem;
  max-width: 100%;
}

.maxim__list__item {
  display: table;
  width: 800px;
  max-width: 92%;
  margin: 2rem auto;
  border: 2px solid;
  color: #fff;
}

.maxim__list__item dt {
  display: table-cell;
  width: 14.4rem;
  font-size: 2.4rem;
  line-height: 4rem;
  padding: 1.7rem 0;
}

.maxim__list__item dd {
  display: table-cell;
  width: 65.6rem;
  text-align: left;
  font-size: 2.4rem;
  line-height: 4rem;
  padding: 1.7rem 0 1.7rem 6rem;
}

.maxim__list__item:nth-of-type(1) {
  border-color: #4ab553;
}

.maxim__list__item:nth-of-type(1) dt {
  background-color: #4ab553;
}

.maxim__list__item:nth-of-type(1) dd {
  color: #4ab553;
  background-color: #f0f7ed;
}

.maxim__list__item:nth-of-type(2) {
  border-color: #cf3835;
}

.maxim__list__item:nth-of-type(2) dt {
  background-color: #cf3835;
}

.maxim__list__item:nth-of-type(2) dd {
  color: #cf3835;
  background-color: #f9ebe5;
}

.maxim__list__item:nth-of-type(3) {
  border-color: #e39b02;
}

.maxim__list__item:nth-of-type(3) dt {
  background-color: #e39b02;
}

.maxim__list__item:nth-of-type(3) dd {
  color: #e39b02;
  background-color: #fef9e9;
}

.maxim__list:after {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.1rem 5.6rem 0 5.6rem;
  border-color: #039fde transparent transparent transparent;
  content: "";
  margin-left: -5.6rem;
}

.achievement {
  background: url(../../img/bg-04.jpg) repeat left top;
  padding-bottom: 6rem;
}

.achievement__inner {
  width: 800px;
  margin: 0 auto;
}

.achievement__ttl {
  text-align: center;
  position: relative;
  z-index: 11;
  top: -2.5rem;
}

.achievement__ttl span {
  font-family: "Noto Serif", serif;
  font-size: 2.8rem;
  line-height: 1.42857;
  padding: 1.8rem 3rem;
  background-color: #fff;
  display: inline-block;
  position: relative;
}

.achievement__ttl span:after, .achievement__ttl span:before {
  position: absolute;
  top: 0;
}

.achievement__ttl span:before {
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.8rem 7.5rem 0;
  border-color: transparent #fff transparent transparent;
  content: '';
}

.achievement__ttl span:after {
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5rem 3.8rem 0 0;
  border-color: #fff transparent transparent transparent;
  content: '';
}

.achievement__list {
  margin-top: 3rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.achievement__list__item:before, .achievement__list__item:after {
  content: "";
  display: table;
}

.achievement__list__item:after {
  clear: both;
}

.achievement__list__item + .achievement__list__item {
  border-top: 1px solid #dadada;
}

.achievement__list__item dt {
  float: left;
  width: 41.25%;
  padding: 3rem 1rem 2.5rem 5.5rem;
  font-size: 2rem;
  line-height: 1.5;
}

.achievement__list__item dd {
  float: left;
  width: 58.75%;
  padding: 3rem 0.5rem 1.8rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Yu Gothic";
}

.achievement__list__item dd span {
  position: relative;
}

.achievement__list__item dd .achievement__label {
  position: absolute;
  right: -12rem;
  top: -2.7rem;
  width: 12.8rem;
  height: 10.6rem;
  margin-top: 0;
}

.achievement__list__item:nth-of-type(1) dt {
  color: #ee8539;
}

.achievement__list__item:nth-of-type(2) dt {
  color: #930081;
}

.achievement__list__item:nth-of-type(3) dt {
  color: #059adc;
}

/*--- SUBPAGE
----------------*/
.graduatePage .subPage .pageTitle__bg {
  background: url(../../graduate_school/img/mainvisual.jpg) no-repeat bottom center;
  background-size: cover;
}

.curriculumPage .subPage .pageTitle__bg {
  background: url(../../curriculum/img/mainvisual.jpg) no-repeat center center;
  background-size: cover;
}

.artproducePage .subPage .pageTitle__bg {
  background: url(../../artproduce/img/mainvisual.jpg) no-repeat bottom center;
  background-size: cover;
}

.subPage .pageTitle__txt {
  top: 0;
  height: 100%;
  display: table;
  width: 100%;
}

.subPage .pageTitle__txt__inner {
  display: table-cell;
  vertical-align: middle;
}

.subPage .pageTitle__txt__sub {
  display: inline-block;
  background-color: #d03835;
  font-size: 2.8rem;
  line-height: 4rem;
  text-align: center;
  padding: 0 1rem;
  margin-top: 3.6rem;
  color: #fff;
}

.subPage .pageTitle__txt__sub .sm {
  font-size: 1.4rem;
  line-height: 3rem;
  display: block;
}

.graduatePage .subPage .pageTitle__txt__sub {
  background-color: #4ab553;
}

.curriculumPage .subPage .pageTitle__txt__sub {
  background-color: #d03835;
}

.artproducePage .subPage .pageTitle__txt__sub {
  background-color: #039fde;
}

.subPage .inner {
  padding-left: 6rem;
  padding-right: 6rem;
}

.subPage .note {
  background-color: #f0f0f0;
  padding: 2.2rem 0;
}

.subPage .note__list__item {
  font-size: 1.4rem;
  line-height: 1.85714;
  padding-left: 1.7rem;
  color: #cc0000;
}

.subPage .note__list__item:before {
  content: '※';
  margin-left: -1.7rem;
  font-weight: 400;
  color: #cc0000;
}

.subPage .intro {
  background: #fff;
  padding: 5rem 0 0;
}

.subPage .intro__ttl {
  margin-bottom: 2rem;
}

.graduatePage .subPage .intro__ttl {
  color: #4ab553;
}

.curriculumPage .subPage .intro__ttl {
  color: #d03835;
}

.artproducePage .subPage .intro__ttl {
  color: #039fde;
}

.subPage .intro__img {
  margin-top: 5rem;
}

.subPage .intro__img img {
  width: 100%;
}

.subPage .pageContent {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.graduatePage .subPage .pageContent {
  background-color: #4ab553;
}

.curriculumPage .subPage .pageContent {
  background-color: #d03835;
}

.artproducePage .subPage .pageContent {
  background-color: #039fde;
}

.subPage .pageContent__inner {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 24px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 5px 5px 24px 0px rgba(0, 0, 0, 0.31);
  padding-bottom: 6rem;
}

.subPage .pageContent .block {
  padding-top: 5rem;
}

.subPage .pageContent .block p {
  font-size: 1.4rem;
  line-height: 3.2rem;
  color: #333;
}

.subPage .pageContent .block__ttl {
  margin-bottom: 2rem;
}

.subPage .pageContent .block__ttl h2 span {
  font-size: 2.4rem;
  line-height: 3.1rem;
  display: inline-block;
  background-color: #4ab553;
  color: #fff;
  padding: 0 1.2rem;
}

.graduatePage .subPage .pageContent .block__ttl h2 span {
  background-color: #4ab553;
}

.curriculumPage .subPage .pageContent .block__ttl h2 span {
  background-color: #d03835;
}

.artproducePage .subPage .pageContent .block__ttl h2 span {
  background-color: #039fde;
}

.subPage .pageContent .block__ttl h2 span .sml {
  font-size: 1.6rem;
  padding: 0;
}

.subPage .pageContent .block__content h3 {
  color: #4ab553;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  margin-top: 5rem;
}

.graduatePage .subPage .pageContent .block__content h3 {
  color: #4ab553;
}

.curriculumPage .subPage .pageContent .block__content h3 {
  color: #d03835;
}

.artproducePage .subPage .pageContent .block__content h3 {
  color: #039fde;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.subPage .pageContent .block--voice__ttl {
  position: relative;
  padding-top: 5.8rem;
  text-align: center;
}

.subPage .pageContent .block--voice__ttl:before {
  position: absolute;
  left: 50%;
  margin-left: -5.6rem;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.1rem 5.6rem 0 5.6rem;
  border-color: #4ab553 transparent transparent transparent;
}

.graduatePage .subPage .pageContent .block--voice__ttl:before {
  border-color: #4ab553 transparent transparent transparent;
}

.curriculumPage .subPage .pageContent .block--voice__ttl:before {
  border-color: #d03835 transparent transparent transparent;
}

.artproducePage .subPage .pageContent .block--voice__ttl:before {
  border-color: #039fde transparent transparent transparent;
}

.subPage .pageContent .block--voice__ttl .sub {
  font-size: 1.8rem;
  line-height: 3.2rem;
}

.subPage .pageContent .block--voice__ttl h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  color: #4ab553;
  margin-top: 0.8rem;
  margin-bottom: 3.6rem;
}

.graduatePage .subPage .pageContent .block--voice__ttl h2 {
  color: #4ab553;
}

.curriculumPage .subPage .pageContent .block--voice__ttl h2 {
  color: #d03835;
}

.artproducePage .subPage .pageContent .block--voice__ttl h2 {
  color: #039fde;
}

.subPage .pageContent .block--voice__inner {
  padding: 0 6rem 3.5rem;
}

.subPage .pageContent .block--voice__photo {
  overflow: hidden;
}

.subPage .pageContent .block--voice__photo img {
  width: 100%;
}

.subPage .pageContent .block--voice__content {
  background-color: #edf5fc;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.artproducePage .subPage .pageContent .block--voice__content {
  position: relative;
  padding: 5rem 0;
}

.subPage .pageContent .block--voice__content__icon {
  text-align: center;
}

.artproducePage .subPage .pageContent .block--voice__content__icon {
  position: absolute;
  left: 6rem;
  top: 50%;
  margin-top: -6rem;
}

.subPage .pageContent .block--voice__content__icon img {
  width: 12rem;
  height: 12rem;
}

.subPage .pageContent .block--voice__content__item {
  float: left;
  width: 48.5%;
  margin-top: 2rem;
}

.subPage .pageContent .block--voice__content__item:nth-child(2n) {
  margin-left: 3%;
}

.artproducePage .subPage .pageContent .block--voice__content__item {
  float: none;
  width: 100%;
  padding-left: 16.5rem;
  margin: 0;
}

.subPage .pageContent .block--voice__content__item__ttl {
  font-size: 2.4rem;
  line-height: 4rem;
  color: #4ab553;
  text-align: center;
  margin-bottom: 1.3rem;
}

.artproducePage .subPage .pageContent .block--voice__content__item__ttl {
  text-align: left;
  color: #039fde;
}

.subPage .pageContent .block--voice__content__item p {
  text-align: justify;
}

.subPage .pageContent .block__product:before, .subPage .pageContent .block__product:after {
  content: "";
  display: table;
}

.subPage .pageContent .block__product:after {
  clear: both;
}

.subPage .pageContent .block__product__item {
  width: 50%;
  float: left;
  position: relative;
}

.subPage .pageContent .block__product__copy {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
}

.subPage .pageContent .block__product__copy h3 {
  color: #fff;
  font-size: 2.4rem;
  line-height: 3.1rem;
  text-align: center;
  display: block;
  letter-spacing: -2px;
}

.subPage .pageContent .courseList:before, .subPage .pageContent .courseList:after {
  content: "";
  display: table;
}

.subPage .pageContent .courseList:after {
  clear: both;
}

.subPage .pageContent .courseList__item {
  float: left;
  width: 48.5%;
  background-color: #ebf4e7;
  min-height: 6rem;
  text-align: center;
  margin-top: 2rem;
  display: table;
}

.subPage .pageContent .courseList__item:nth-child(2n) {
  margin-left: 3%;
}

.subPage .pageContent .courseList__item p {
  font-size: 1.8rem;
  line-height: 1.33333;
  color: #4ab553;
  display: table-cell;
  vertical-align: middle;
}

.subPage .pageContent .pdfList:before, .subPage .pageContent .pdfList:after {
  content: "";
  display: table;
}

.subPage .pageContent .pdfList:after {
  clear: both;
}

.subPage .pageContent .pdfList__item {
  float: left;
  width: 48.5%;
  min-height: 6rem;
  border-radius: 5px;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 2px 0px 0px #cccccc;
  box-shadow: 0px 2px 0px 0px #cccccc;
}

.subPage .pageContent .pdfList__item:nth-child(2n) {
  margin-left: 3%;
}

.subPage .pageContent .pdfList__item__link {
  display: block;
  font-family: "Yu Gothic";
  color: #0000ff;
  font-size: 1.4rem;
  line-height: 6rem;
  padding-left: 5.6rem;
  background: url(../img/ico-pdf.png) no-repeat 2rem center;
  background-size: 2rem 2rem;
  font-weight: 600;
}

.subPage .pageContent .pdfList__item__link span {
  display: inline;
  border-bottom: 1px solid #6666ff;
}

.subPage .pageContent .testList__item {
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #333;
  margin-bottom: 3rem;
  letter-spacing: -0.3px;
}

.subPage .pageContent .testList__item ul {
  margin-top: 0.5rem;
}

.subPage .pageContent .testList__item ul li {
  font-size: 1.4rem;
  line-height: 3.2rem;
}

.subPage .pageContent .bnrList {
  margin-top: 3.5rem;
}

.subPage .pageContent .bnrList:before, .subPage .pageContent .bnrList:after {
  content: "";
  display: table;
}

.subPage .pageContent .bnrList:after {
  clear: both;
}

.subPage .pageContent .bnrList__item {
  float: left;
  width: 48.5%;
  position: relative;
  margin-top: 1rem;
}

.subPage .pageContent .bnrList__item:nth-child(2n) {
  margin-left: 3%;
}

.subPage .pageContent .bnrList__item a {
  display: block;
}

.subPage .pageContent .bnrList__item__img img {
  display: block;
  width: 100%;
}

.subPage .pageContent .bnrList__item__txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -2rem;
  padding: 0 4rem;
}

.subPage .pageContent .bnrList__item__txt span {
  display: block;
  background: url(../../common/img/btn-arrow.png) no-repeat right center;
  background-size: 5.2rem 1.4rem;
  color: #fff;
  font-size: 2rem;
  line-height: 4rem;
}

.subPage .pageContent .docList {
  margin-top: 2.5rem;
  padding-left: 2rem;
}

.subPage .pageContent .docList__item {
  font-size: 1.4rem;
  line-height: 3.2rem;
  color: #333333;
  padding-left: 2rem;
  position: relative;
}

.subPage .pageContent .docList__item:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #039fde;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5rem;
}

.subPage .pageContent .masterList:before, .subPage .pageContent .masterList:after {
  content: "";
  display: table;
}

.subPage .pageContent .masterList:after {
  clear: both;
}

.subPage .pageContent .masterList__item {
  float: left;
  width: 48.5%;
  position: relative;
  margin-top: 3rem;
  background-color: #edf5fc;
}

.subPage .pageContent .masterList__item:nth-child(2n) {
  margin-left: 3%;
}

.subPage .pageContent .masterList__item a {
  display: block;
}

.subPage .pageContent .masterList__item a:before, .subPage .pageContent .masterList__item a:after {
  content: "";
  display: table;
}

.subPage .pageContent .masterList__item a:after {
  clear: both;
}

.subPage .pageContent .masterList__item__img {
  float: left;
  width: 15rem;
}

.subPage .pageContent .masterList__item__img img {
  display: block;
  width: 100%;
}

.subPage .pageContent .masterList__item__txt {
  float: left;
  width: calc(100% - 15rem);
  padding: 1.5rem 2.5rem;
}

.subPage .pageContent .masterList__item__name {
  color: #039fde;
  font-size: 2rem;
  line-height: 3.7rem;
}

.subPage .pageContent .masterList__item__name > span {
  border-bottom: 1px solid #039fde;
}

.subPage .pageContent .masterList__item__name .sml {
  font-size: 1.4rem;
  padding: 0;
}

.subPage .pageContent .productList {
  font-size: 0;
  text-align: center;
  margin-top: 2rem;
}

.subPage .pageContent .productList:nth-of-type(1) {
  margin-top: 0;
}

.subPage .pageContent .productList__wrap {
  background: url(../../artproduce/img/photo-04.jpg) no-repeat center center;
  background-size: cover;
  padding: 2rem 0;
}

.subPage .pageContent .productList__item {
  display: inline-block;
  width: 16rem;
  height: 16rem;
  margin-left: 2rem;
  border: 2px solid #039fde;
  border-radius: 50%;
  background-color: #fff;
}

.subPage .pageContent .productList__item:nth-child(1) {
  margin-left: 0;
}

.subPage .pageContent .productList__item p {
  display: table;
  width: 100%;
  height: 100%;
}

.subPage .pageContent .productList__item span {
  font-size: 2rem;
  line-height: 3rem;
  color: #039fde;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -1px;
}

.subPage .pageContent .block--topic__main:before, .subPage .pageContent .block--topic__main:after {
  content: "";
  display: table;
}

.subPage .pageContent .block--topic__main:after {
  clear: both;
}

.subPage .pageContent .block--topic__main__txt {
  float: left;
  width: 53.5rem;
  padding: 5rem 3rem 2rem 6rem;
}

.subPage .pageContent .block--topic__main__txt .block__ttl {
  margin-bottom: 0;
}

.subPage .pageContent .block--topic__main__txt h2 {
  margin-bottom: 0.6rem;
}

.subPage .pageContent .block--topic__main__txt h3 {
  margin-bottom: 1.8rem;
  font-size: 2.4rem;
  line-height: 4.3rem;
  color: #039fde;
}

.subPage .pageContent .block--topic__main__txt p {
  font-size: 1.4rem;
  line-height: 3.2rem;
  color: #333;
}

.subPage .pageContent .block--topic__main__img {
  float: left;
  width: 50.5rem;
}

.subPage .pageContent .block--topic__main__img img {
  width: 100%;
}

.subPage .pageContent .block--topic__review {
  position: relative;
  background-color: #edf5fc;
}

.subPage .pageContent .block--topic__review__icon {
  width: 8rem;
  height: 8rem;
  top: -4rem;
  left: 6rem;
  position: absolute;
  z-index: 11;
}

.subPage .pageContent .block--topic__review__icon img {
  width: 100%;
}

.subPage .pageContent .block--topic__review__student {
  width: 19rem;
  height: 22.8rem;
  bottom: 0;
  left: 6rem;
  position: absolute;
  z-index: 10;
}

.subPage .pageContent .block--topic__review__student.std1 {
  width: 19rem;
  height: 22.8rem;
}

.subPage .pageContent .block--topic__review__student.std2 {
  width: 18.2rem;
  height: 22.8rem;
}

.subPage .pageContent .block--topic__review__student.std3 {
  width: 12.6rem;
  height: 22.8rem;
  left: 9rem;
}

.subPage .pageContent .block--topic__review__student img {
  width: 100%;
}

.subPage .pageContent .block--topic__review__inner {
  padding: 4rem 6rem 2.5rem;
}

.subPage .pageContent .block--topic__review__copy {
  padding-left: 22.5rem;
}

.subPage .pageContent .block--topic__review__copy h4 {
  font-size: 2.4rem;
  color: #039fde;
  line-height: 4rem;
  margin-bottom: 1.5rem;
}

.subPage .pageContent .block--topic__review__copy p {
  font-size: 1.4rem;
  line-height: 3.2rem;
}

.subPage .pageContent .block--topic__review__copy .p-right {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-top: 2.7rem;
  text-align: right;
}

.subPage .pageContent .block--pink {
  background-color: #f9e6de;
}

.subPage .pageContent .block--pink__inner {
  padding: 3.3rem 1rem 3.6rem 18.6rem;
}

.subPage .pageContent .block--pink__head {
  margin-bottom: 2.3rem;
}

.subPage .pageContent .block--pink__head:before, .subPage .pageContent .block--pink__head:after {
  content: "";
  display: table;
}

.subPage .pageContent .block--pink__head:after {
  clear: both;
}

.subPage .pageContent .block--pink__head p {
  float: left;
  width: 21.2rem;
}

.subPage .pageContent .block--pink__head p span {
  font-size: 1.8rem;
  line-height: 3rem;
}

.subPage .pageContent .block--pink__head h2 {
  float: left;
  width: 45rem;
}

.subPage .pageContent .block--pink__head h2 span {
  display: inline-block;
  position: relative;
  background-color: #d03835;
  margin-left: 1.4rem;
  margin-top: 0.5rem;
  color: #fff;
  font-size: 2.4rem;
  line-height: 4rem;
  padding: 0.5rem;
  text-align: center;
  width: 38rem;
}

.subPage .pageContent .block--pink__head h2 span:before, .subPage .pageContent .block--pink__head h2 span:after {
  position: absolute;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.subPage .pageContent .block--pink__head h2 span:before {
  border-width: 25px 14px 25px 0;
  border-color: transparent #d03835 transparent transparent;
  right: 100%;
}

.subPage .pageContent .block--pink__head h2 span:after {
  border-width: 25px 14px 25px 0;
  border-width: 25px 0 25px 14px;
  border-color: transparent transparent transparent #d03835;
  left: 100%;
}

.subPage .pageContent .block--pink__content:before, .subPage .pageContent .block--pink__content:after {
  content: "";
  display: table;
}

.subPage .pageContent .block--pink__content:after {
  clear: both;
}

.subPage .pageContent .block--pink__content__item {
  float: left;
  width: 60rem;
  width: calc(100% - 16.1rem);
}

.subPage .pageContent .block--pink__content__item:nth-child(1) {
  width: 16.1rem;
  position: relative;
}

.subPage .pageContent .block--pink__content__item:nth-child(1):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #a7a7a7;
  top: 0;
  left: 15rem;
}

.subPage .pageContent .block--pink__content__item:nth-child(1) p.block--pink__content__copy {
  text-align: center;
  margin-left: -1rem;
}

.subPage .pageContent .block--pink__content__item > p.block--pink__content__copy {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Yu Gothic";
  color: #202020;
  margin-top: 1.5rem;
  text-align: left;
}

.subPage .pageContent .roundList {
  font-size: 0;
}

.subPage .pageContent .roundList__item {
  display: inline-block;
  color: #d03835;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  border: 2px solid #d03835;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.subPage .pageContent .roundList__item p {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.subPage .pageContent .roundList__item p span {
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 2.7rem;
}

.subPage .pageContent .roundList__item--gray {
  color: #333;
  border: 2px solid #a7a7a7;
}

.subPage .pageContent .roundList__item--pink {
  margin-right: 4rem;
  position: relative;
}

.subPage .pageContent .roundList__item--pink:before, .subPage .pageContent .roundList__item--pink:after {
  position: absolute;
  top: 50%;
  content: "";
  background-color: #d03835;
}

.subPage .pageContent .roundList__item--pink:before {
  left: 14.5rem;
  width: 3rem;
  height: 2px;
  margin-top: -1px;
}

.subPage .pageContent .roundList__item--pink:after {
  left: 15.9rem;
  height: 3rem;
  width: 2px;
  margin-top: -1.5rem;
}

.subPage .pageContent .roundList__item--pink:last-child {
  margin-right: 0;
}

.subPage .pageContent .roundList__item--pink:last-child:before, .subPage .pageContent .roundList__item--pink:last-child:after {
  content: none;
}

.subPage .pageContent .block--story__inner {
  padding: 0 11.5rem;
}

.subPage .pageContent .block--story__head {
  text-align: center;
  margin-bottom: 2.5rem;
}

.subPage .pageContent .block--story__head h2 span {
  font-size: 2.4rem;
  line-height: 4rem;
  color: #fff;
  background-color: #d03835;
  display: inline-block;
  padding: 0.5rem 6rem;
  position: relative;
}

.subPage .pageContent .block--story__head h2 span:before, .subPage .pageContent .block--story__head h2 span:after {
  position: absolute;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.subPage .pageContent .block--story__head h2 span:before {
  right: 100%;
  border-width: 0 3rem 5rem 0;
  border-color: transparent #d03835 transparent transparent;
}

.subPage .pageContent .block--story__head h2 span:after {
  left: 100%;
  border-width: 5rem 3rem 0 0;
  border-color: #d03835 transparent transparent transparent;
}

.subPage .pageContent .block--story__content__tell {
  position: relative;
  text-align: center;
}

.subPage .pageContent .block--story__content__tell__per {
  position: absolute;
  top: 0;
  left: 6.3rem;
  width: 24.2rem;
  height: 30.2rem;
  z-index: 1;
}

.subPage .pageContent .block--story__content__tell__per img {
  width: 100%;
}

.subPage .pageContent .block--story__content__tell__txtstory {
  margin-top: 1.4rem;
  margin-left: 27.7rem;
  background-color: #f9e6de;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #202020;
  width: 44.5rem;
  border-radius: 7px;
  position: relative;
  padding: 3rem 0;
  z-index: 3;
}

.subPage .pageContent .block--story__content__tell__txtstory:before {
  position: absolute;
  right: 100%;
  top: 6.8rem;
  z-index: 2;
  content: "";
  width: 2.9rem;
  height: 2.8rem;
  background: url(../../curriculum/img/arrow-tell.png) center center no-repeat;
  background-size: 2.9rem 2.8rem;
}

.subPage .pageContent .block--story__content__tell__storyList {
  margin-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
  position: relative;
  z-index: 4;
}

.subPage .pageContent .block--story__content__tell__storyList:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5.5rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 5.5rem 0 5.5rem;
  border-color: #d03835 transparent transparent transparent;
}

.subPage .pageContent .block--story__content__storyBtn {
  margin-top: 2rem;
}

.subPage .pageContent .block--story__content__storyBtn .storyBtnList {
  font-size: 0;
}

.subPage .pageContent .block--story__content__storyBtn .storyBtnList__item {
  display: inline-block;
  padding: 0 1.5rem;
  width: 33.33%;
  margin-top: 1rem;
  text-align: center;
}

.subPage .pageContent .block--story__content__storyBtn .storyBtnList__item a {
  display: block;
  pointer-events: none;
}

.subPage .pageContent .block--story__content__storyBtn .storyBtnList__item span {
  background-color: #d03835;
  color: #fff;
  font-size: 2rem;
  line-height: 2;
  padding: 1rem;
  display: block;
}

.tbl01 {
  width: 92rem;
}

.tbl01 th, .tbl01 td {
  border: 1px solid #ccc;
  font-size: 1.4rem;
  font-family: "Yu Gothic";
  line-height: 3.4rem;
  vertical-align: middle;
}

.tbl01 th {
  background-color: #f3f3f3;
  font-weight: 600;
  line-height: 3.4rem;
  padding: 1.5rem 1rem 1.5rem 3rem;
}

.tbl01 thead th {
  text-align: center;
  padding: 0.3rem 0;
}

.tbl01 td {
  background-color: #fff;
  padding: 1.5rem 1rem 1.5rem 3rem;
}

.tbl02 td {
  text-align: center;
}

/*# sourceMappingURL=top.css.map */