@charset "UTF-8";
@media only screen and (max-width: 1260px) {
  /* article
  =================================================================== */
  .article.article--wide {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1150px) {
  /* article
  =================================================================== */
  .article {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
  .article.article--full {
    margin-left: 0;
    margin-right: 0;
  }

  .section {
    margin-bottom: 130px;
    position: relative;
  }
}
@media only screen and (max-width: 1000px) {
  /* column
  =================================================================== */
  .column {
    margin-right: -12px;
  }
  .column.column--2 > li,
  .column.column--2 > div {
    width: calc(100% / 2 - 12px);
    margin-right: 12px;
    margin-bottom: 20px;
  }
  .column.column--3 > li,
  .column.column--3 > div {
    width: calc(100% / 3 - 12px);
    margin-right: 12px;
    margin-bottom: 25px;
  }
  .column.column--4 > li,
  .column.column--4 > div {
    width: calc(100% / 4 - 12px);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .column.column--5 > li,
  .column.column--5 > div {
    width: calc(100% / 5 - 12px);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .section__campus__library .column.column--5 > li.wide_5-2,
  .section__campus__library .column.column--5 > div.wide_5-2 {
    width: calc(100% / 5 * 2 - 12px);
  }

  .column--wide {
    margin-right: -12px;
  }
  .column--wide.column--2 > li,
  .column--wide.column--2 > div {
    width: calc(100% / 2 - 12px);
    margin-right: 12px;
  }

  .column--narrow {
    margin-right: -1px;
  }
  .column--narrow.column--2 > li,
  .column--narrow.column--2 > div {
    width: calc(100% / 2 - 1px);
    margin-right: 1px;
  }
  .column--narrow.column--3 > li,
  .column--narrow.column--3 > div {
    width: calc(100% / 3 - 1px);
    margin-right: 1px;
  }
  .column--narrow.column--4 > li,
  .column--narrow.column--4 > div {
    width: calc(100% / 2 - 1px);
    margin-right: 1px;
    margin-bottom: 1px;
  }

  .wide_5-2 {
    width: calc(100% / 5 * 2 - 12px);
    margin-right: 12px;
  }

  /* block
  	=================================================================== */
  .block.block--left > dt,
  .block.block--right > dt {
    width: calc(50% - 12px);
  }
  .block.block--sp--l > dt {
    width: 100%;
    margin-bottom: 15px;
  }
  .block.block--sp--l > dd {
    width: 100%;
  }

  /* box 
  	=================================================================== */
  .box .box__container {
    margin-right: -12px;
  }
  .box .box__container .column.column--2 > li {
    width: calc(100% / 2 - 12px);
  }
  .box .box__container .column.column--3 > li {
    width: calc(100% / 6 - 12px);
  }
}
@media only screen and (max-width: 768px) {
  .br--sp {
    display: none;
  }

  /* article
  =================================================================== */
  .article {
    margin-left: 24px;
    margin-right: 24px;
  }
  .article.article--wide {
    margin-left: 24px;
    margin-right: 24px;
  }

  .section {
    margin-bottom: 50px;
  }

  /* column
  =================================================================== */
  .column {
    margin-right: -12px;
  }
  .column.column--4 > li,
  .column.column--4 > div {
    width: calc(100% / 2 - 12px);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .column.column--5 > li,
  .column.column--5 > div {
    width: calc(100% / 5 - 12px);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .column.column--2--sp {
    margin-right: -12px !important;
  }
  .column.column--2--sp > li,
  .column.column--2--sp > div {
    width: calc(100% / 2 - 12px) !important;
    margin-right: 12px !important;
    margin-bottom: 20px;
  }

  .column--wide {
    margin-right: 0;
  }
  .column--wide.column--2 > li,
  .column--wide.column--2 > div {
    width: 100%;
    margin-right: 0;
  }

  .column--narrow {
    margin-right: -1px;
  }
  .column--narrow.column--2 > li,
  .column--narrow.column--2 > div {
    width: calc(100% / 2 - 1px);
    margin-right: 1px;
  }
  .column--narrow.column--3 > li,
  .column--narrow.column--3 > div {
    width: calc(100% / 3 - 1px);
    margin-right: 1px;
  }
  .column--narrow.column--4 > li,
  .column--narrow.column--4 > div {
    width: calc(100% / 2 - 1px);
    margin-right: 1px;
    margin-bottom: 1px;
  }

  /* kv
  =================================================================== */
  .kv {
    height: 170px;
    margin-bottom: 20px;
  }
  .kv .kv--list {
    width: 10000px;
  }
  .kv .kv__box {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform-origin: top left;
  }
  .kv ul {
    float: left;
  }
  .kv ul li {
    float: left;
    border-radius: 5px;
    overflow: hidden;
  }
  .kv ul li > span {
    display: block;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .kv ul li.kv--l {
    width: 416px;
  }
  .kv ul li.kv--l span {
    padding-top: 100%;
  }
  .kv ul li.kv--m {
    width: 416px;
  }
  .kv ul li.kv--m span {
    padding-top: calc(206 / 416 * 100%);
  }
  .kv ul li.kv--s {
    width: 206px;
  }
  .kv ul li.kv--s span {
    padding-top: 100%;
  }

  /* title
  =================================================================== */
  .titleicon,
  .title--h3,
  .block .grade {
    padding-left: 14px;
  }
  .titleicon:before,
  .title--h3:before,
  .block .grade:before,
  .titleicon:after,
  .title--h3:after,
  .block .grade:after {
    width: 7px;
    height: 7px;
  }
  .titleicon:before,
  .title--h3:before,
  .block .grade:before {
    background-color: #00c8de;
    z-index: 1;
  }
  .course--1 .titleicon:before,
  .course--1 .title--h3:before,
  .course--1 .block .grade:before,
  .block .course--1 .grade:before {
    background-color: #ff777a;
  }
  .course--2 .titleicon:before,
  .course--2 .title--h3:before,
  .course--2 .block .grade:before,
  .block .course--2 .grade:before {
    background-color: #ff8969;
  }
  .course--3 .titleicon:before,
  .course--3 .title--h3:before,
  .course--3 .block .grade:before,
  .block .course--3 .grade:before {
    background-color: #ff90aa;
  }
  .course--4 .titleicon:before,
  .course--4 .title--h3:before,
  .course--4 .block .grade:before,
  .block .course--4 .grade:before {
    background-color: #e0b24d;
  }
  .course--5 .titleicon:before,
  .course--5 .title--h3:before,
  .course--5 .block .grade:before,
  .block .course--5 .grade:before {
    background-color: #e84735;
  }
  .course--6 .titleicon:before,
  .course--6 .title--h3:before,
  .course--6 .block .grade:before,
  .block .course--6 .grade:before {
    background-color: #92cc07;
  }
  .course--7 .titleicon:before,
  .course--7 .title--h3:before,
  .course--7 .block .grade:before,
  .block .course--7 .grade:before {
    background-color: #00b0e6;
  }
  .course--8 .titleicon:before,
  .course--8 .title--h3:before,
  .course--8 .block .grade:before,
  .block .course--8 .grade:before {
    background-color: #14cae9;
  }
  .course--9 .titleicon:before,
  .course--9 .title--h3:before,
  .course--9 .block .grade:before,
  .block .course--9 .grade:before {
    background-color: #b795ed;
  }
  .course--10 .titleicon:before,
  .course--10 .title--h3:before,
  .course--10 .block .grade:before,
  .block .course--10 .grade:before {
    background-color: #00d9d6;
  }
  .course--11 .titleicon:before,
  .course--11 .title--h3:before,
  .course--11 .block .grade:before,
  .block .course--11 .grade:before {
    background-color: #00cd8a;
  }
  .course--12 .titleicon:before,
  .course--12 .title--h3:before,
  .course--12 .block .grade:before,
  .block .course--12 .grade:before {
    background-color: #00d3b6;
  }
  .course--13 .titleicon:before,
  .course--13 .title--h3:before,
  .course--13 .block .grade:before,
  .block .course--13 .grade:before {
    background-color: #1e257c;
  }
  .titleicon:before,
  .title--h3:before,
  .block .grade:before {
    bottom: 4px;
  }

  .title--h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .title--h2 span {
    padding-bottom: 7px;
  }
  .title--h2 a:after {
    background-size: 4px auto;
    width: 12px;
    height: 12px;
  }

  .title--h3.h3--l {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .title--h3.h3--l:before {
    top: 5px;
  }
  .title--h3.h3--l:after {
    top: 10px;
  }
  .title--h3.h3--m {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .title--h3.h3--m:before {
    top: 4px;
  }
  .title--h3.h3--m:after {
    top: 8px;
  }
  .title--h3.h3--s {
    font-size: 13px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .title--h3.h3--s:before {
    top: 4px;
  }
  .title--h3.h3--s:after {
    top: 8px;
  }

  .title--h4 {
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }

  /* text
  =================================================================== */
  .text--m {
    font-size: 11px !important;
  }

  .text--s {
    font-size: 10px !important;
  }

  .href,
  .block > dd > a,
  .block > dd > dl > dt > a {
    padding-right: 30px;
  }

  .indent {
    margin-left: 0;
  }

  /* btn
  =================================================================== */
  .btn {
    border-radius: 5px;
  }
  .btn a {
    padding: 10px 15px;
  }
  .btn a:after {
    background-size: 6px auto;
    width: 35px;
    height: calc(100% - 15px);
  }
  .btn.btn--single {
    width: 100%;
  }

  .btn--circle {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
  }
  .btn--circle:before,
  .btn--circle:after {
    width: 5px;
    height: 5px;
  }
  .btn--circle.btn--prev:before {
    left: 15px;
  }
  .btn--circle.btn--next:before {
    left: 11px;
  }
  .btn--circle.btn--close {
    top: 0px;
    right: 0px;
  }
  .btn--circle.btn--close:before,
  .btn--circle.btn--close:after {
    width: 15px;
    left: 10px;
  }
  .btn--circle.btn--close:hover:before,
  .btn--circle.btn--close:hover:after {
    transform: translateX(0) translateY(4px) rotate(0);
    -webkit-transform: translateX(0) translateY(4px) rotate(0);
  }
  .btn--circle.btn--close:hover:before {
    transform: translateX(0) translateY(-4px) rotate(0);
    -webkit-transform: translateX(0) translateY(-4px) rotate(0);
  }

  .pager li {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 22px;
  }

  /* hash
  =================================================================== */
  .hash li {
    border-radius: 30px;
    font-size: 11px;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1.2;
  }
  .hash li span {
    padding: 4px 11px;
    display: block;
  }
  .hash li a {
    padding: 4px 11px;
  }
  .hash li.btn span {
    padding-left: 25px;
  }
  .hash.hash--m li {
    font-size: 10px !important;
    margin-right: 7px;
    margin-bottom: 10px;
  }
  .hash.hash--m li a,
  .hash.hash--m li span {
    padding: 4px 10px;
  }
  .hash.hash--m li.btn span {
    padding-left: 22px;
  }
  .hash.hash--m li.btn span:before {
    left: 12px;
  }
  .hash.hash--m li.btn span:after {
    left: 8px;
  }
  .hash.hash--s li {
    font-size: 10px !important;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .hash.hash--s li a,
  .hash.hash--s li span {
    padding: 2px 10px;
  }
  .hash.hash--s li.btn span {
    padding-left: 22px;
  }
  .hash.hash--s li.btn span:before {
    left: 12px;
  }
  .hash.hash--s li.btn span:after {
    left: 8px;
  }

  .hash__contents {
    height: 25px;
    padding-right: 0;
    margin-bottom: 35px;
    padding-bottom: 98px;
  }
  .hash__contents:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    bottom: 0;
    top: auto;
    height: 25px;
  }
  .hash__contents .hash li {
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .hash__contents .hash li.btn {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    margin: 0;
    z-index: 1;
  }

  /* box 
  	=================================================================== */
  .box {
    padding: 30px 35px;
  }
  .box .box--title {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .box .box__container {
    overflow: hidden;
    margin-right: -12px;
  }
  .box .box__container .column {
    width: 200%;
    font-size: 0;
  }
  .box .box__container .column > li {
    margin-bottom: 0;
  }
  .box .box__container .column.column--2 > li {
    width: calc(100% / 2 - 12px);
    margin-right: 12px;
  }
  .box .box__container .column.column--3 {
    width: 600%;
  }
  .box .box__container .column.column--3 > li {
    width: calc(100% / 6 - 12px);
    margin-right: 12px;
  }
  .box.box__guideline h3 {
    font-size: 14px;
    margin-bottom: 35px;
    letter-spacing: 2px;
    line-height: 2.2;
  }
  .box.box__guideline h3 span {
    padding-bottom: 5px;
  }
  .box.box__guideline .box__guideline--container {
    margin-bottom: 20px;
  }
  .box.box__guideline .box__guideline--container .title--h3 {
    margin-bottom: 18px;
  }
  .box.box__guideline .box__guideline--container .opencampus__day li {
    margin-bottom: 15px;
  }
  .box.box__guideline .box__guideline--container .opencampus__day li span {
    font-size: 30px;
  }
  .box.box__guideline .box__guideline--container .opencampus__day li span.mark {
    font-size: 22px;
  }
  .box.box__guideline .box__guideline--container .opencampus__day .btn {
    vertical-align: super;
  }
  .box.box__guideline .box__guideline--container .opencampus__day--detail {
    margin-bottom: 32px;
  }
  .box.box__guideline .box__guideline--container .opencampus__day--detail dl {
    position: relative;
    margin-bottom: 7px;
  }
  .box.box__guideline .box__guideline--container .opencampus__day--detail dl dt {
    position: absolute;
    width: 43px;
    top: 0;
    left: 0;
  }
  .box.box__guideline .box__guideline--container .opencampus__day--detail dl dd {
    margin-left: 50px;
  }
  .box.box__guideline .box__guideline--container .opencampus__day--detail dl dd.aside {
    font-size: 13px;
  }

  .box--border {
    padding: 15px 20px;
  }
  .box--border .title--h4 {
    margin-bottom: 0 !important;
  }

  /* block
  =================================================================== */
  .block > dt {
    margin-bottom: 10px;
  }
  .block > dd {
    font-size: 13px;
    line-height: 1.4;
  }
  .block > dd > dl > dt {
    margin-bottom: 5px;
  }
  .block > dd > dl > dt .grade {
    font-size: 12px;
  }
  .block > dd > dl > dd {
    font-size: 10px;
    line-height: 1.4;
  }
  .block .block--hash {
    margin-bottom: 0;
  }
  .block .block--hash .hash li {
    font-size: 10px;
    margin-bottom: 7px;
  }
  .block .block--hash .hash li a {
    font-weight: normal;
  }
  .block.block--left > dt,
  .block.block--right > dt {
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }
  .block.block--left > dd,
  .block.block--right > dd {
    width: 100%;
    float: none;
  }
  .block.block--l > dd > dl > dt {
    margin-bottom: 8px;
  }
  .block.block--l > dd > dl > dt a {
    font-size: 14px;
  }
  .block.block--l > dd > dl > dd {
    margin-bottom: 8px;
    font-size: 11px;
  }
  .block.block--l > dd > dl > dd.grade {
    font-size: 12px;
  }
  .block.block--m > dd > dl > dt a {
    font-size: 10px;
  }
  .block.block--m > dd > dl > dd.grade {
    font-size: 16px;
  }
  .block.block--m > dd > dl > dd.block--hash .hash li a {
    font-size: 10px;
  }
  .block.block--s > dd > dl > dt a {
    font-size: 10px;
    padding-right: 20px;
  }
  .block.block--s > dd > dl > dt a:after {
    background-size: 4px auto;
    width: 12px;
    height: 12px;
    top: 3px;
  }
  .block.block--s > dd > dl > dd {
    font-size: 10px;
  }
  .block.block--s > dd > dl > dd.grade {
    font-size: 12px;
  }
  .block.block--s > dd > dl > dd.block--hash .hash li a {
    font-size: 10px;
  }
  .block.block--text > dd > dl > dt {
    font-size: 13px;
  }
  .block.block--text > dd > dl > dd {
    font-size: 12px;
  }
  .block.block--news > dd > dl > dt a {
    font-size: 10px;
    font-weight: normal;
    padding-right: 0;
  }
  .block.block--news > dd > dl > dt a:after {
    display: none;
  }
  .block.block--news > dd > dl > dd {
    font-size: 10px;
  }
  .block.block--campus {
    position: relative;
  }
  .block.block--campus > dt {
    margin-bottom: 0;
  }
  .block.block--campus > dt span {
    padding-top: 100%;
  }
  .block.block--campus > dd.block--hash {
    width: calc(100% - 10px);
    position: absolute;
    left: 10px;
    bottom: 0;
  }
  .block.block--sp--s > dt {
    margin-bottom: 0;
    width: calc(50% - 6px);
    float: left;
  }
  .block.block--sp--s > dd {
    width: calc(50% - 6px);
    float: right;
  }

  .block--noimg > dt {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .block--noimg > dt span {
    padding-bottom: 4px;
  }
  .block--noimg > dd {
    font-size: 12px;
  }

  .block--wide.block--left > dt,
  .block--wide.block--right > dt {
    float: none;
  }
  .block--wide.block--left > dd,
  .block--wide.block--right > dd {
    width: 100%;
  }
  .block--wide.block--left > dt,
  .block--wide.block--right > dt {
    position: relative;
  }
  .block--wide.block--left > dt span,
  .block--wide.block--right > dt span {
    height: auto;
    padding-top: 50%;
  }

  /* faq
  =================================================================== */
  .faq li dl dt,
  .faq li dl dd {
    position: relative;
    padding-left: 40px;
  }
  .faq li dl dt:before,
  .faq li dl dd:before {
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 18px;
    border: solid 2px #00c8de;
  }
  .faq li dl dt {
    margin-bottom: 10px;
  }
  .faq li dl dd {
    font-size: 12px;
  }

  /* list__underline
  =================================================================== */
  .list__underline > li {
    margin-bottom: 30px;
    padding-bottom: 12px;
  }
  .list__underline > li:after {
    display: none;
  }
  .list__underline > li > dl > dt {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 13px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  .list__underline > li > dl > dd {
    margin-left: 0;
  }

  /* ltext__indent
  =================================================================== */
  .text__indent dl dt {
    width: 95px;
  }
  .text__indent dl dd {
    margin-left: 100px;
  }
  .text__indent dl dd.aside {
    font-size: 10px;
  }

  /* opencampus__day
  =================================================================== */
  .opencampus__day {
    font-size: 0;
  }
  .opencampus__day li:last-child {
    margin-right: 0;
  }
  .opencampus__day li span {
    font-size: 30px;
  }
  .opencampus__day li span.mark {
    font-size: 22px;
  }
  .opencampus__day .btn {
    padding: 8px 13px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* margin
	=================================================================== */
  .mb20 {
    margin-bottom: 13px !important;
  }

  .mb25 {
    margin-bottom: 18px !important;
  }

  .mb30 {
    margin-bottom: 20px !important;
  }

  .mb35 {
    margin-bottom: 22px !important;
  }

  .mb40 {
    margin-bottom: 30px !important;
  }

  .mb45 {
    margin-bottom: 35px !important;
  }

  .mb50 {
    margin-bottom: 40px !important;
  }

  .mb55 {
    margin-bottom: 45px !important;
  }

  .mb60 {
    margin-bottom: 40px !important;
  }

  .mb65 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 550px) {
  /* column
  =================================================================== */
  .column.column--2 {
    margin-right: 0;
  }
  .column.column--2 > li,
  .column.column--2 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .column.column--3 {
    margin-right: 0;
  }
  .column.column--3 > li,
  .column.column--3 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .column.column--5 {
    margin-right: -12px;
  }
  .column.column--5 > li,
  .column.column--5 > div {
    width: calc(100% / 2 - 12px);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .section__campus__library .column.column--5 > li.wide_5-2,
  .section__campus__library .column.column--5 > div.wide_5-2 {
    width: calc(100% / 2 - 12px);
    margin-right: 12px;
    margin-bottom: 12px;
  }

  .wide_5-2 {
    width: calc(100% - 12px);
    margin-right: 12px;
  }

  /* block
  =================================================================== */
  .block.block--sp > dt {
    margin-bottom: 0;
    width: calc(50% - 6px);
    float: left;
  }
  .block.block--sp > dd {
    width: calc(50% - 6px);
    float: right;
  }
}
@media only screen and (max-width: 374px) {
  /* article
  =================================================================== */
  .article {
    margin-left: 12px;
    margin-right: 12px;
  }

  /* column
  =================================================================== */
  .column {
    margin-right: -24px;
  }
  .column.column--2 {
    margin-right: 0;
  }
  .column.column--2 > li,
  .column.column--2 > div {
    margin-bottom: 12px;
  }

  /* btn
  =================================================================== */
  .btn--circle {
    width: 30px;
    height: 30px;
  }
  .btn--circle:before,
  .btn--circle:after {
    width: 2px;
    height: 2px;
  }
  .btn--circle.btn--prev:before {
    left: 10px;
  }
  .btn--circle.btn--next:before {
    left: 7px;
  }
  .btn--circle.btn--close:before,
  .btn--circle.btn--close:after {
    width: 13px;
    left: 6px;
  }
}
@media only screen and (max-width: 1395px) {
  /* header
  =================================================================== */
  header nav {
    padding: 0 60px 0 370px;
  }
  header .header__btn li {
    width: 50px;
    height: 50px;
    margin: 0 -2px 0 auto;
    position: relative;
    transition: 0.2s cubic-bezier(0.7, 0, 0.3, 1);
    overflow: hidden;
    border: 2px solid #fff;
  }
  header .header__btn li.btn--contact {
    margin-bottom: 2px;
  }
  header .header__btn li:active,
  header .header__btn li:hover,
  header .header__btn li:focus {
    width: 219px;
  }
  header .header__btn li:hover {
    opacity: 1;
  }
  header .header__btn li a {
    padding: 15px;
    width: 219px;
    margin: 0 0 0 auto;
    position: absolute;
    right: 0;
  }
  header .header__btn li a:after {
    height: calc(100% - 25px);
    width: 48px;
  }
  header .header__container--fixed .header__btn li a:after {
    width: 44px;
  }
}
@media only screen and (max-width: 1160px) {
  /* header
  =================================================================== */
  header .header__container--fixed nav > ul > li {
    padding: 0 18px;
  }
  header h1,
  header p {
    width: 235px;
    height: 29px;
  }
  header h1 svg.header__logo--pc,
  header p svg.header__logo--pc {
    width: 100%;
    height: auto;
  }
  header nav {
    padding: 0 55px 0 275px;
  }
  header nav > ul > li {
    font-size: 11px;
  }
  header nav > ul > li a:after {
    bottom: -1px;
  }

  header h1:before,
  header h1:after,
  header p:before,
  header p:after {
    width: 83px;
    height: 14px;
    left: 60px;
    bottom: 8px;
  }
}
@media only screen and (max-width: 1080px) {
  /* 20191206 pamphlet
  =================================================================== */
  .pamphlet.pamphlet__block {
    padding: 26px 30px 26px 170px;
    margin-right: 320px;
    margin-bottom: 40px;
  }
  .pamphlet.pamphlet__block .pamphlet__contents {
    flex-wrap: wrap;
  }
  .pamphlet.pamphlet__block .pamphlet__contents dt {
    font-size: 13px;
    width: 100%;
  }
  .pamphlet.pamphlet__block .pamphlet__contents dt span {
    font-size: 12px;
    margin-top: 5px;
  }
  .pamphlet.pamphlet__block .pamphlet__contents dd {
    width: 100%;
  }
  .pamphlet.pamphlet__block .pamphlet__contents dd a {
    font-size: 12px;
    padding: 15px 0;
  }
  .pamphlet.pamphlet__block .pamphlet__contents dd a span {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1023px) {
  header .header__container .pamphlet {
    margin: 15px 15px 50px;
  }

  /* 20191122 更新emergency
  =================================================================== */
  .emergency {
    padding: 5px 25px 10px;
    margin-bottom: 0;
  }
  .emergency a dl dt {
    font-size: 10px;
    line-height: 1;
    padding: 3px 0;
    margin-right: 6px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: left bottom;
  }
  .emergency a dl dd {
    font-size: 12px;
    line-height: 1.6;
  }
  .emergency a dl dd span {
    padding: 0 8px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }

  /* footer 
  =================================================================== */
  footer .footer__container .footer__container--nav > ul > li {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footer__container .footer__container--nav > ul > li > div a:after,
  footer .footer__container .footer__container--nav > ul > li > dl > dt a:after {
    display: none;
  }
  footer .footer__container .footer__container--nav > ul > li > dl > dt {
    padding-right: 25px;
  }
  footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00c8de;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .course--1 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--1 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #ff777a;
  }
  .course--2 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--2 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #ff8969;
  }
  .course--3 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--3 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #ff90aa;
  }
  .course--4 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--4 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #e0b24d;
  }
  .course--5 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--5 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #e84735;
  }
  .course--6 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--6 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #92cc07;
  }
  .course--7 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--7 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #00b0e6;
  }
  .course--8 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--8 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #14cae9;
  }
  .course--9 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--9 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #b795ed;
  }
  .course--10 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--10 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #00d9d6;
  }
  .course--11 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--11 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #00cd8a;
  }
  .course--12 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--12 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #00d3b6;
  }
  .course--13 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--13 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #1e257c;
  }
  footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before {
    height: 1px;
    width: 10px;
  }
  footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    width: 1px;
    height: 10px;
  }
  footer .footer__container .footer__container--nav > ul > li > dl > dd {
    display: none;
  }
  footer .footer__container .footer__container--sub {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 10px;
    font-family: "MyWebFontBold";
    color: #00c8de;
  }
  .course--1 footer .footer__container .footer__container--sub {
    color: #ff777a;
  }
  .course--2 footer .footer__container .footer__container--sub {
    color: #ff8969;
  }
  .course--3 footer .footer__container .footer__container--sub {
    color: #ff90aa;
  }
  .course--4 footer .footer__container .footer__container--sub {
    color: #e0b24d;
  }
  .course--5 footer .footer__container .footer__container--sub {
    color: #e84735;
  }
  .course--6 footer .footer__container .footer__container--sub {
    color: #92cc07;
  }
  .course--7 footer .footer__container .footer__container--sub {
    color: #00b0e6;
  }
  .course--8 footer .footer__container .footer__container--sub {
    color: #14cae9;
  }
  .course--9 footer .footer__container .footer__container--sub {
    color: #b795ed;
  }
  .course--10 footer .footer__container .footer__container--sub {
    color: #00d9d6;
  }
  .course--11 footer .footer__container .footer__container--sub {
    color: #00cd8a;
  }
  .course--12 footer .footer__container .footer__container--sub {
    color: #00d3b6;
  }
  .course--13 footer .footer__container .footer__container--sub {
    color: #1e257c;
  }
  footer .footer__container .footer__container--sub a {
    color: #00c8de;
  }
  .course--1 footer .footer__container .footer__container--sub a {
    color: #ff777a;
  }
  .course--2 footer .footer__container .footer__container--sub a {
    color: #ff8969;
  }
  .course--3 footer .footer__container .footer__container--sub a {
    color: #ff90aa;
  }
  .course--4 footer .footer__container .footer__container--sub a {
    color: #e0b24d;
  }
  .course--5 footer .footer__container .footer__container--sub a {
    color: #e84735;
  }
  .course--6 footer .footer__container .footer__container--sub a {
    color: #92cc07;
  }
  .course--7 footer .footer__container .footer__container--sub a {
    color: #00b0e6;
  }
  .course--8 footer .footer__container .footer__container--sub a {
    color: #14cae9;
  }
  .course--9 footer .footer__container .footer__container--sub a {
    color: #b795ed;
  }
  .course--10 footer .footer__container .footer__container--sub a {
    color: #00d9d6;
  }
  .course--11 footer .footer__container .footer__container--sub a {
    color: #00cd8a;
  }
  .course--12 footer .footer__container .footer__container--sub a {
    color: #00d3b6;
  }
  .course--13 footer .footer__container .footer__container--sub a {
    color: #1e257c;
  }
  footer .footer__container .footer__container--sub .copyright {
    font-size: 8px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1000px) {
  /* footer__link  footer__opencampus
  =================================================================== */
  .footer__link .footer__link--contact {
    margin-right: -2px;
  }
  .footer__link .footer__link--contact li {
    width: calc(50% - 2px);
    margin-right: 2px;
  }
  .footer__link .footer__link--contact li.btn--open_campus a {
    background-image: url(../img/common/icon--6.svg);
    background-size: 20px auto;
  }
  .footer__link .footer__link--contact li.btn--contact a {
    background-image: url(../img/common/icon--8.svg);
    background-size: 18px auto;
  }
  .footer__link .footer__link--contact li.btn--map a {
    background-image: url(../img/common/icon--9.svg);
    background-size: 15px auto;
  }
  .footer__link .footer__link--contact li.btn--tel {
    margin-right: 2px;
    margin-top: 2px;
    width: calc(100% - 2px);
  }

  .footer__opencampus .column {
    margin-right: -2px;
  }
  .footer__opencampus .column .btn {
    width: calc(100% - 414px);
    margin-right: 2px;
  }
  .footer__opencampus .column .btn a {
    padding: 33px 20px;
  }
  .footer__opencampus .column .btn a:after {
    width: 60px;
  }
  .footer__opencampus .column .btn--tel {
    width: 410px;
    margin-right: 2px;
    margin-bottom: 12px;
  }
  .footer__opencampus .column .btn--tel .tel {
    width: 110px;
  }
  .footer__opencampus .column .btn--tel .tel a {
    padding: 15px;
  }
  .footer__opencampus .column .btn--tel .tel a:after {
    width: 42px;
  }

  /* section__growup
  =================================================================== */
  .section__growup {
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
  .section__growup .growup--img {
    float: none;
    position: relative;
    border-radius: 0;
  }
  .section__growup .growup--text {
    width: auto;
    float: none;
    margin-bottom: 30px;
  }
  .section__growup .growup--text .growup--title dt {
    position: absolute;
    top: -15px;
    left: 0;
  }
  .section__growup .growup--text .growup--title dd {
    margin-left: 160px;
  }

  /*detail--contents
  =================================================================== */
  .detail--contents .detail--contents--text {
    margin: 0 60px;
  }

  /* section__opencampus
  =================================================================== */
  .section__opencampus .block.block--left > dd ul > li:nth-child(2) {
    padding-bottom: 0;
  }
  .section__opencampus .block.block--left > dd ul > li:nth-child(2) span {
    position: relative;
    width: 100%;
  }

  /*society__support--block
  =================================================================== */
  .block.society__support--block > dt {
    width: calc(22% - 25px);
  }

  /* =================================================================== 2021 2回目更新 */
  .sectionAttention .sectionAttention__contents > dt {
    width: 270px;
  }
  .sectionAttention .sectionAttention__contents > dd {
    width: calc(100% - 305px);
  }
  .sectionAttention .sectionAttention__contents > dd > dl > dt {
    font-size: 22px;
  }
  .sectionAttention .sectionAttention__contents > dd > dl > dd {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  /* 20191206 pamphlet
  =================================================================== */
  .pamphlet.pamphlet__block {
    padding: 15px 15px 15px 138px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .pamphlet.pamphlet__block .pamphlet__contents dt {
    font-size: 12px;
  }
  .pamphlet.pamphlet__block .pamphlet__contents dt span {
    font-size: 11px;
    margin-top: 3px;
  }
  .pamphlet.pamphlet__block .pamphlet__contents dd a {
    font-size: 11px;
    padding: 12px 0;
  }
  .pamphlet.pamphlet__block .pamphlet__contents dd a span {
    font-size: 10px;
  }

  /* header
  =================================================================== */
  .header__btn {
    display: block;
    position: fixed;
    left: 15px;
    width: calc(100% - 30px);
    height: 45px;
    top: auto;
    bottom: 10px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    margin: 0 0 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    z-index: 10;
  }
  .header__btn li {
    margin: 0 !important;
    width: 50%;
    border-radius: 45px;
  }
  .header__btn li a {
    width: 100%;
    padding: 13px 15px;
    font-size: 10px;
  }
  .header__btn li a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 14px;
    left: auto;
    right: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .header__btn li.btn--opencampus {
    width: calc(187 / 345 * 100%);
    background-color: #00c8de;
  }
  .header__btn li.btn--opencampus a:before {
    background-image: url("../img/renewal-2022/common/headerAside__icon--1.svg");
  }
  .header__btn li.btn--contact {
    width: calc(148 / 345 * 100%);
    background-color: #00c8de;
  }
  .header__btn li.btn--contact a:before {
    background-image: url("../img/renewal-2022/common/headerAside__icon--2.svg");
  }
  .header__btn li:active,
  .header__btn li:hover,
  .header__btn li:focus {
    width: 50%;
  }

  .header__btn li a:after {
    width: 50px;
    height: calc(100% - 15px);
  }

  header.menu--fixed + .header__btn {
    transform: translateY(150%);
    -webkit-transform: translateY(150%);
  }

  .header__btn.reHeaderBtn li a:after {
    display: none;
  }
  .header__btn.reHeaderBtn .reHeaderBtn__schedule {
    position: absolute;
    width: auto;
    top: 0;
    left: 13px;
    transform: translateY(-50%);
    padding: 3px 10px 5px 10px;
    border-radius: 20px;
    display: flex;
    background-color: #fffa00;
  }
  .header__btn.reHeaderBtn .reHeaderBtn__schedule > p {
    align-self: flex-end;
    line-height: 1;
  }
  .header__btn.reHeaderBtn
    .reHeaderBtn__schedule
    > p.reHeaderBtn__schedule--title {
    font-size: 10px;
    transform: scale(0.7);
    transform-origin: left center;
  }
  .header__btn.reHeaderBtn
    .reHeaderBtn__schedule
    > p.reHeaderBtn__schedule--day {
    font-size: 13px;
  }
  .header__btn.reHeaderBtn
    .reHeaderBtn__schedule
    > p.reHeaderBtn__schedule--week {
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: right center;
  }

  /* footer 
  =================================================================== */
  footer .footer__container .footer__container--credit {
    position: relative;
  }
  footer .footer__container .footer__container--nav {
    margin: 30px 0 20px 0;
  }
  footer .footer__container .footer__container--sub {
    position: relative;
  }

  /* footer__link  footer__opencampus
  =================================================================== */
  .footer__link {
    margin-bottom: 20px;
  }
  .footer__link .footer__link--contact {
    margin-bottom: 30px;
    margin-right: -2px;
  }
  .footer__link .footer__link--contact li {
    font-size: 10px;
  }
  .footer__link .footer__link--contact li a {
    padding: 30px 0 5px;
    background-position: center top 11px;
  }
  .footer__link .footer__link--contact li.btn--open_campus a {
    background-size: 18px auto;
  }
  .footer__link .footer__link--contact li.btn--contact a {
    background-size: 16px auto;
  }
  .footer__link .footer__link--contact li.btn--map a {
    background-size: 13px auto;
  }
  .footer__link .footer__link--contact li.btn--tel {
    margin-right: 2px;
    margin-top: 2px;
    width: calc(100% - 2px);
  }
  .footer__link .footer__link--contact li.btn--tel a {
    padding: 11px;
  }
  .footer__link .footer__link--for li {
    margin-right: 15px;
  }

  .footer__opencampus {
    margin-bottom: 55px;
  }
  .footer__opencampus .column {
    margin-right: 0;
  }
  .footer__opencampus .column .btn--tel {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2px;
  }
  .footer__opencampus .column .btn--tel .tel {
    width: calc(100% - 190px);
  }
  .footer__opencampus .column .btn--tel .tel a {
    padding: 12px;
  }
  .footer__opencampus .column .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2px;
  }
  .footer__opencampus .column .btn a {
    font-size: 12px;
    padding: 15px 20px;
  }

  .btn--tel {
    padding: 12px;
  }
  .btn--tel dt {
    font-size: 10px;
  }
  .btn--tel dt span {
    font-size: 25px;
  }
  .btn--tel .btn {
    width: calc(100% - 190px);
  }
  .btn--tel .btn a {
    padding: 10px;
    font-size: 12px;
  }
  .btn--tel .btn a:after {
    background-size: 11px auto;
  }
  .btn--tel > span {
    width: 208px;
    text-align: center;
  }

  /* breadcrumb
  =================================================================== */
  .breadcrumb li {
    font-size: 10px;
  }

  /* section__opencampus
  =================================================================== */
  .section__opencampus .block.block--left > dd > ul > li p {
    font-size: 12px;
  }
  .section__opencampus .block.block--left > dd .opencampus__day li {
    font-size: 12px;
    margin-right: 10px;
  }
  .section__opencampus .block.block--left > dd .opencampus__day li:last-child {
    margin-right: 0;
  }
  .section__opencampus .block.block--left > dd .opencampus__day li span {
    font-size: 25px;
  }
  .section__opencampus .block.block--left > dd .opencampus__day li .btn {
    display: block;
    margin-top: 10px;
  }
  .section__opencampus .block.block--left > dd .opencampus__day .btn {
    padding: 6px 10px;
    font-size: 10px;
  }
  .section__opencampus .block.block--left .mb15 {
    margin-bottom: 15px !important;
  }

  /* section__opencampus
  =================================================================== */
  .section__growup .growup--text .growup--title dt {
    top: -8px;
    font-size: 46px;
    padding-left: 15px;
  }
  .section__growup .growup--text .growup--title dt:before {
    font-size: 15px;
  }
  .section__growup .growup--text .growup--title dd {
    margin-left: 82px;
    font-size: 11px;
  }
  .section__growup .growup--text .growup--title dd .title--h3 {
    font-size: 14px !important;
    margin-bottom: 10px;
  }
  .section__growup .growup--text .growup--title dd .title--h3:before {
    top: 5px !important;
  }
  .section__growup .growup--text .growup--title dd .title--h3:after {
    top: 10px !important;
  }

  /*detail--contents
  =================================================================== */
  .detail--contents {
    margin-bottom: 30px;
  }
  .detail--contents .detail--contents--img {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .detail--contents .detail--contents--text {
    margin: 0 20px;
  }
  .detail--contents .detail--contents--text p {
    margin-bottom: 30px;
  }
  .detail--contents .detail--contents--text img {
    border-radius: 10px;
    margin-bottom: 30px;
  }

  /*tel
  =================================================================== */
  .tel {
    pointer-events: inherit;
  }

  /*job__graf--circle
  =================================================================== */
  .job__graf--circle .graf--circle {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
  .job__graf--circle .graf--circle .graf--circle--fr:after {
    background-size: 5px auto !important;
  }
  .job__graf--circle .graf--circle--text {
    width: calc(100% - 210px);
    top: 10px;
    height: auto;
  }
  .job__graf--circle .graf--circle--text > dt {
    font-size: 14px;
  }
  .job__graf--circle .graf--circle--text > dd > dl dt {
    font-size: 15px;
  }
  .job__graf--circle .graf--circle--text > dd > dl dd {
    font-size: 12px;
    width: 55px;
  }
  .job__graf--circle .graf--circle--text > dd > dl dd span.text--fb {
    font-size: 18px;
  }

  /*society__support--block
  =================================================================== */
  .block.society__support--block {
    position: relative;
    margin-bottom: 30px;
  }
  .block.society__support--block > dt {
    max-width: 190px;
    margin: 0 auto;
    width: 100%;
  }
  .block.society__support--block > dd {
    width: 100%;
    float: none;
    position: relative;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    right: 0;
    margin-top: 20px;
  }
  .block.society__support--block > dd dt {
    font-size: 12px;
  }

  .society__support--column {
    margin-bottom: 30px;
  }
  .society__support--column li {
    margin-bottom: 20px;
  }
  .society__support--column li dl > dd dt {
    font-size: 12px;
  }

  /* =================================================================== 2021 2回目更新 */
  .sectionAttention {
    padding: 20px;
    border: 1px solid #00c8de;
    margin-bottom: 40px;
  }
  .sectionAttention .sectionAttention__contents {
    flex-direction: column;
  }
  .sectionAttention .sectionAttention__contents > dt {
    width: 100%;
    margin-bottom: 20px;
  }
  .sectionAttention .sectionAttention__contents > dd {
    width: 100%;
    display: block;
  }
  .sectionAttention .sectionAttention__contents > dd > dl > dt {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .sectionAttention .sectionAttention__contents > dd > dl > dd {
    font-size: 12px;
  }

  footer .pagetop {
    bottom: 60px;
    transform: translate3d(0, 94px, 0);
    -webkit-transform: translate3d(0, 94px, 0);
    transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
}
@media only screen and (max-width: 767px) {
  .br--pc {
    display: block;
  }

  /* 20191206 pamphlet
  =================================================================== */
  .pamphlet.pamphlet__block .pamphlet--img {
    width: 105px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 15px;
  }
  .pamphlet.pamphlet__block .pamphlet--img img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 550px) {
  /* header
  =================================================================== */
  .wrapper {
    padding-top: 57px;
  }

  header .header__calendar {
    width: 120px;
    right: 56px;
  }
  header .header__calendar div {
    font-size: 10px;
    letter-spacing: 0;
    border-radius: 3px;
  }
  header .header__calendar div span {
    transform: scale(0.9);
    display: block;
    line-height: 25px;
    padding-top: 3px;
  }
  header .header__calendar ul li {
    font-size: 14px;
    line-height: 25px;
    border-radius: 3px;
  }
  header .header__calendar ul li:nth-child(3) {
    font-size: 13px;
  }
  header .header__calendar ul li:last-child {
    height: 25px;
    line-height: 19px;
  }
  header .header__btn li {
    font-size: 10px;
  }
  header .header__btn li a br {
    display: block;
  }
  header .header__btn li.btn--opencampus a {
    padding: 7px 15px;
    line-height: 1.6;
  }

  /* footer 
  =================================================================== */
  footer .pagetop {
    width: 31px;
    height: 31px;
    background-position: center center;
  }
  footer .pagetop span {
    display: none;
    background-size: 4px auto;
  }
  footer .pagetop:hover {
    width: 31px;
  }
  .footered footer .pagetop {
    top: 26px;
  }
  footer .footer__container {
    margin-top: 20px;
    margin-bottom: 70px;
  }
  footer .footer__container .footer__container--credit {
    width: auto;
  }
  footer .footer__container .footer__container--credit .footer__logo {
    width: auto;
    height: 28px;
  }
  footer .footer__container .footer__container--credit .footer__logo svg {
    height: 100%;
    width: auto;
  }
  footer .footer__container .footer__container--credit p {
    font-size: 10px;
  }
  footer .footer__container .footer__container--credit .btn a {
    font-size: 10px;
  }
  footer .footer__container .footer__container--credit .btn a:after {
    width: 30px;
    background-size: 10px auto;
  }
  footer .footer__container .footer__container--nav > ul > li {
    margin-bottom: 15px;
  }
  footer .footer__container .footer__container--nav > ul > li > div a,
  footer .footer__container .footer__container--nav > ul > li > dl > dt a {
    font-size: 10px;
    padding-right: 0;
  }
  footer .footer__container .footer__container--nav > ul > li > div a span,
  footer .footer__container .footer__container--nav > ul > li > dl > dt a span {
    padding-bottom: 10px;
  }
  footer .footer__container .footer__container--nav > ul > li > dl > dt {
    padding-bottom: 0;
    padding-right: 25px;
  }
  footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00c8de;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .course--1 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--1 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #ff777a;
  }
  .course--2 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--2 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #ff8969;
  }
  .course--3 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--3 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #ff90aa;
  }
  .course--4 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--4 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #e0b24d;
  }
  .course--5 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--5 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #e84735;
  }
  .course--6 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--6 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #92cc07;
  }
  .course--7 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--7 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #00b0e6;
  }
  .course--8 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--8 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #14cae9;
  }
  .course--9 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--9 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #b795ed;
  }
  .course--10 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--10 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #00d9d6;
  }
  .course--11 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--11 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #00cd8a;
  }
  .course--12 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--12 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #00d3b6;
  }
  .course--13 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before,
  .course--13 footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    background-color: #1e257c;
  }
  footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:before {
    height: 1px;
    width: 10px;
  }
  footer .footer__container .footer__container--nav > ul > li > dl > dt .footer__nav--sp:after {
    width: 1px;
    height: 10px;
  }
  footer .footer__container .footer__container--nav > ul > li > dl > dd ul li {
    font-size: 10px;
  }
  footer .footer__container .footer__container--sub .copyright {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }

  /* block--news
  =================================================================== */
  .block--news--l > dt span {
    padding-top: 69% !important;
  }
  .block--news--l > dd > dl > dt a {
    font-size: 12px !important;
  }

  /* schedule__calendar
  =================================================================== */
  .schedule__calendar {
    width: 60px;
    line-height: 1.8;
  }
  .schedule__calendar dt {
    font-size: 10px;
  }
  .schedule__calendar dt span {
    font-size: 15px;
  }
  .schedule__calendar dd {
    font-size: 10px;
  }
  .schedule__calendar dd span {
    font-size: 20px;
  }

  /*job__graf--circle
  =================================================================== */
  .job__graf--circle .graf--circle {
    transform-origin: 50% 50%;
  }

  .course__list .block.block--sp > dt {
    width: calc(50% - 31px);
  }
  .course__list .block.block--sp > dd {
    width: calc(50% + 16px);
    text-align: left;
  }

  .course-international-badge {
    top: 6px;
    left: 6px;
    transform: scale(0.64);
  }
}
@media only screen and (max-width: 374px) {
  /* header--open
  	=================================================================== */
  .header--open header nav > ul > li .nav__sub .nav__sub--contents .nav__sub--contents--li ul {
    margin-right: 0;
  }
  .header--open header nav > ul > li .nav__sub .nav__sub--contents .nav__sub--contents--li ul li {
    width: calc(100%);
    margin-right: 0;
  }

  /* footer__link  footer__opencampus
  =================================================================== */
  footer .pagetop {
    right: 10px;
  }

  .footer__link .footer__link--contact li.btn--contact {
    width: calc(100% / 3 + 7px);
  }
  .footer__link .footer__link--contact li.btn--map {
    width: calc(100% / 3 - 11px);
  }
  .footer__link .footer__link--for li {
    margin-right: 6px;
  }
}
/*hack
=================================================================== */
@media all and (-ms-high-contrast: none) {
  header .header__calendar ul li:last-child {
    margin-right: -1px;
  }

  .footer__link .footer__link--contact li.btn--map {
    margin-right: 1px;
  }
}
/* ====================================================================================================================================== renewal 2022 */
/* =========================================================================================== 1160px */
@media only screen and (max-width: 1160px) {
  header nav > ul > li > a,
  header nav > ul > li > a:link,
  header nav > ul > li > a:visited {
    padding: 20px 15px;
  }
}
/* =========================================================================================== 1160px */
@media only screen and (max-width: 1023px) {
  /* ーーーーーーーーーーーーーーーーーーーーーーーーーー h1 */
  header h1,
  header p {
    top: 22px;
    left: 22px;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーー nav */
  header nav > ul.clearfix > li {
    font-size: 12px;
  }

  header nav > ul > li > a,
  header nav > ul > li > a:link,
  header nav > ul > li > a:visited {
    padding: 17px 10px;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーー header aside */
  header .headerAside {
    top: 12px;
    right: 19px;
  }

  header .headerAside__btn > li {
    margin-left: 10px;
  }
  header .headerAside__btn > li > a {
    font-size: 10px;
    padding: 6px 33px 6px 14px;
  }

  header .headerAside .headerAside__icon {
    width: 15px;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーー header visitorBtn */
  header .headerAside .visitorBtn .visitorBtn__text {
    font-size: 12px;
    padding: 10px 17px 10px 0;
  }

  .reStepList {
    display: block;
  }
  .reStepList > li {
    width: 100%;
    margin-bottom: 40px;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーー slick arrow */
  .reSlickArrow__center .slick-arrow.slick-prev {
    left: 0;
  }
  .reSlickArrow__center .slick-arrow.slick-next {
    right: 0;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーー rePageNav */
  .course .rePageNav .rePageNav__list > li > p {
    font-size: 15px;
    padding: 20px 45px 20px 10px;
  }

  .courseList > li .block > dd a {
    font-size: 12px;
  }
  .courseList > li .block > dd a:after {
    top: 0;
  }
}
/* =========================================================================================== 767px */
@media only screen and (max-width: 767px) {
  /* ============================================================================================================================================================== renewal 2022 */
  /*============================================================================================================= Overwrite */
  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー wrapper */
  .wrapper {
    padding-top: 60px;
  }
  .top .wrapper {
    padding-top: 0;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー header */
  header {
    height: 60px;
  }

  header h1,
  header p {
    width: 190px;
    height: 22px;
    top: 18px;
    left: 12px;
  }

  .header__container.active {
    height: 100vh;
  }

  header {
    backdrop-filter: blur(10px);
    /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー headerAside */
  }
  header .header__container {
    border-bottom: none;
  }
  header nav {
    display: none;
  }
  header .headerAside {
    width: 80px;
    height: 41px;
    top: 9px;
    right: 55px;
    border: 1px solid #fff;
    border-radius: 3px;
    transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  header .headerAside .headerAside__icon {
    right: 4px;
  }
  header .headerAside .visitorBtn {
    width: 100%;
  }
  header .headerAside .visitorBtn .visitorBtn__text {
    width: 100%;
    height: 100%;
    font-size: 10px;
    line-height: 1.2;
    padding: 8px 11px;
    border-color: transparent;
  }
  header .headerAside .visitorBtn .visitorBtn__text:after {
    height: 2px;
  }
  header .headerAside .visitorBtn .visitorBtn__hoverList--wrapper {
    position: fixed;
    width: 100vw;
    left: auto;
    right: 0;
    padding-top: 0;
    transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    box-shadow: none;
    transform: translateY(0);
  }
  header .headerAside .visitorBtn .visitorBtn__hoverList--wrapper .visitorBtn__hoverList {
    border-radius: 0;
  }
  header .headerAside .visitorBtn .visitorBtn__hoverList--wrapper .visitorBtn__hoverList > li a {
    font-size: 11px;
    padding: 15px 24px;
  }
  header .headerAside .visitorBtn .visitorBtn__hoverList--wrapper .visitorBtn__hoverList > li a .arrow,
  header .headerAside .visitorBtn .visitorBtn__hoverList--wrapper .visitorBtn__hoverList > li a .pdf {
    width: 17px;
    height: 20px;
    right: 13px;
  }
  header .headerAside .visitorBtn .visitorBtn__hoverList--wrapper .visitorBtn__hoverList > li a .pdf {
    transform: translateY(-50%) scale(0.85);
    -webkit-transform: translateY(-50%) scale(0.85);
    transform-origin: center center;
  }
  header .headerAside.active {
    height: 46px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  header .headerAside.active .visitorBtn .visitorBtn__text {
    background-color: #fff !important;
    color: #00c8de;
  }
  .course--1 header .headerAside.active .visitorBtn .visitorBtn__text {
    color: #ff777a;
  }
  .course--2 header .headerAside.active .visitorBtn .visitorBtn__text {
    color: #ff8969;
  }
  .course--3 header .headerAside.active .visitorBtn .visitorBtn__text {
    color: #ff90aa;
  }
  .course--4 header .headerAside.active .visitorBtn .visitorBtn__text {
    color: #e0b24d;
  }
  .course--5 header .headerAside.active .visitorBtn .visitorBtn__text {
    color: #e84735;
  }
  .course--6 header .headerAside.active .visitorBtn .visitorBtn__text {
    color: #92cc07;
  }
  .course--7 header .headerAside.active .visitorBtn .visitorBtn__text {
    color: #00b0e6;
  }
  .course--8 header .headerAside.active .visitorBtn .visitorBtn__text {
    color: #14cae9;
  }
  .course--9 header .headerAside.active .visitorBtn .visitorBtn__text {
    color: #b795ed;
  }
  .course--10 header .headerAside.active .visitorBtn .visitorBtn__text {
    color: #00d9d6;
  }
  .course--11 header .headerAside.active .visitorBtn .visitorBtn__text {
    color: #00cd8a;
  }
  .course--12 header .headerAside.active .visitorBtn .visitorBtn__text {
    color: #00d3b6;
  }
  .course--13 header .headerAside.active .visitorBtn .visitorBtn__text {
    color: #1e257c;
  }
  header .headerAside.active .visitorBtn .visitorBtn__text .headerAside__icon .st0 {
    fill: #00c8de;
  }
  .course--1 header .headerAside.active .visitorBtn .visitorBtn__text .headerAside__icon .st0 {
    fill: #ff777a;
  }
  .course--2 header .headerAside.active .visitorBtn .visitorBtn__text .headerAside__icon .st0 {
    fill: #ff8969;
  }
  .course--3 header .headerAside.active .visitorBtn .visitorBtn__text .headerAside__icon .st0 {
    fill: #ff90aa;
  }
  .course--4 header .headerAside.active .visitorBtn .visitorBtn__text .headerAside__icon .st0 {
    fill: #e0b24d;
  }
  .course--5 header .headerAside.active .visitorBtn .visitorBtn__text .headerAside__icon .st0 {
    fill: #e84735;
  }
  .course--6 header .headerAside.active .visitorBtn .visitorBtn__text .headerAside__icon .st0 {
    fill: #92cc07;
  }
  .course--7 header .headerAside.active .visitorBtn .visitorBtn__text .headerAside__icon .st0 {
    fill: #00b0e6;
  }
  .course--8 header .headerAside.active .visitorBtn .visitorBtn__text .headerAside__icon .st0 {
    fill: #14cae9;
  }
  .course--9 header .headerAside.active .visitorBtn .visitorBtn__text .headerAside__icon .st0 {
    fill: #b795ed;
  }
  .course--10 header .headerAside.active .visitorBtn .visitorBtn__text .headerAside__icon .st0 {
    fill: #00d9d6;
  }
  .course--11 header .headerAside.active .visitorBtn .visitorBtn__text .headerAside__icon .st0 {
    fill: #00cd8a;
  }
  .course--12 header .headerAside.active .visitorBtn .visitorBtn__text .headerAside__icon .st0 {
    fill: #00d3b6;
  }
  .course--13 header .headerAside.active .visitorBtn .visitorBtn__text .headerAside__icon .st0 {
    fill: #1e257c;
  }
  header .headerAside.active .visitorBtn .visitorBtn__hoverList--wrapper {
    opacity: 1;
    visibility: visible;
  }
  header .headerAside__btn {
    display: none;
  }

  header .headerAside .visitorBtn .visitorBtn__text .headerAside__icon {
    right: 4px;
  }

  header nav > ul > li > a,
  header nav > ul > li > a:link,
  header nav > ul > li > a:visited {
    color: #00c8de;
  }
  .course--1 header nav > ul > li > a,
  .course--1 header nav > ul > li > a:link,
  .course--1 header nav > ul > li > a:visited {
    color: #ff777a;
  }
  .course--2 header nav > ul > li > a,
  .course--2 header nav > ul > li > a:link,
  .course--2 header nav > ul > li > a:visited {
    color: #ff8969;
  }
  .course--3 header nav > ul > li > a,
  .course--3 header nav > ul > li > a:link,
  .course--3 header nav > ul > li > a:visited {
    color: #ff90aa;
  }
  .course--4 header nav > ul > li > a,
  .course--4 header nav > ul > li > a:link,
  .course--4 header nav > ul > li > a:visited {
    color: #e0b24d;
  }
  .course--5 header nav > ul > li > a,
  .course--5 header nav > ul > li > a:link,
  .course--5 header nav > ul > li > a:visited {
    color: #e84735;
  }
  .course--6 header nav > ul > li > a,
  .course--6 header nav > ul > li > a:link,
  .course--6 header nav > ul > li > a:visited {
    color: #92cc07;
  }
  .course--7 header nav > ul > li > a,
  .course--7 header nav > ul > li > a:link,
  .course--7 header nav > ul > li > a:visited {
    color: #00b0e6;
  }
  .course--8 header nav > ul > li > a,
  .course--8 header nav > ul > li > a:link,
  .course--8 header nav > ul > li > a:visited {
    color: #14cae9;
  }
  .course--9 header nav > ul > li > a,
  .course--9 header nav > ul > li > a:link,
  .course--9 header nav > ul > li > a:visited {
    color: #b795ed;
  }
  .course--10 header nav > ul > li > a,
  .course--10 header nav > ul > li > a:link,
  .course--10 header nav > ul > li > a:visited {
    color: #00d9d6;
  }
  .course--11 header nav > ul > li > a,
  .course--11 header nav > ul > li > a:link,
  .course--11 header nav > ul > li > a:visited {
    color: #00cd8a;
  }
  .course--12 header nav > ul > li > a,
  .course--12 header nav > ul > li > a:link,
  .course--12 header nav > ul > li > a:visited {
    color: #00d3b6;
  }
  .course--13 header nav > ul > li > a,
  .course--13 header nav > ul > li > a:link,
  .course--13 header nav > ul > li > a:visited {
    color: #1e257c;
  }

  .course--1 header nav > ul.clearfix > li > span {
    background-color: #ff777a;
  }
  .course--2 header nav > ul.clearfix > li > span {
    background-color: #ff8969;
  }
  .course--3 header nav > ul.clearfix > li > span {
    background-color: #ff90aa;
  }
  .course--4 header nav > ul.clearfix > li > span {
    background-color: #e0b24d;
  }
  .course--5 header nav > ul.clearfix > li > span {
    background-color: #e84735;
  }
  .course--6 header nav > ul.clearfix > li > span {
    background-color: #92cc07;
  }
  .course--7 header nav > ul.clearfix > li > span {
    background-color: #00b0e6;
  }
  .course--8 header nav > ul.clearfix > li > span {
    background-color: #14cae9;
  }
  .course--9 header nav > ul.clearfix > li > span {
    background-color: #b795ed;
  }
  .course--10 header nav > ul.clearfix > li > span {
    background-color: #00d9d6;
  }
  .course--11 header nav > ul.clearfix > li > span {
    background-color: #00cd8a;
  }
  .course--12 header nav > ul.clearfix > li > span {
    background-color: #00d3b6;
  }
  .course--13 header nav > ul.clearfix > li > span {
    background-color: #1e257c;
  }

  .course--1 header nav > ul.clearfix > li.active > a {
    color: #ff777a;
  }
  .course--2 header nav > ul.clearfix > li.active > a {
    color: #ff8969;
  }
  .course--3 header nav > ul.clearfix > li.active > a {
    color: #ff90aa;
  }
  .course--4 header nav > ul.clearfix > li.active > a {
    color: #e0b24d;
  }
  .course--5 header nav > ul.clearfix > li.active > a {
    color: #e84735;
  }
  .course--6 header nav > ul.clearfix > li.active > a {
    color: #92cc07;
  }
  .course--7 header nav > ul.clearfix > li.active > a {
    color: #00b0e6;
  }
  .course--8 header nav > ul.clearfix > li.active > a {
    color: #14cae9;
  }
  .course--9 header nav > ul.clearfix > li.active > a {
    color: #b795ed;
  }
  .course--10 header nav > ul.clearfix > li.active > a {
    color: #00d9d6;
  }
  .course--11 header nav > ul.clearfix > li.active > a {
    color: #00cd8a;
  }
  .course--12 header nav > ul.clearfix > li.active > a {
    color: #00d3b6;
  }
  .course--13 header nav > ul.clearfix > li.active > a {
    color: #1e257c;
  }

  /*============================================================================================================= renewal Common */
  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー br */
  .reBrPc {
    display: none;
  }

  .reBrSp {
    display: block;
  }

  .SpNone {
    display: none;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー reColumn--2 */
  .reColumn--2 {
    display: block;
  }
  .reColumn--2 > li,
  .reColumn--2 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .reColumn--2 > li:nth-child(2n),
  .reColumn--2 > div:nth-child(2n) {
    margin-right: 0;
  }
  .reColumn--2.marginBottomNone > li,
  .reColumn--2.marginBottomNone > div {
    margin-bottom: 25px;
  }

  .reColumn--3 {
    display: block;
  }
  .reColumn--3 > li,
  .reColumn--3 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .reColumn--3 > li:nth-child(3n),
  .reColumn--3 > div:nth-child(3n) {
    margin-right: 0;
  }

  .reColumnCenter {
    display: block;
  }
  .reColumnCenter > li,
  .reColumnCenter > div {
    margin: 0 15px;
  }

  .reListUnderline > li,
  .reListUnderline > div {
    margin-bottom: 0;
    padding: 12px 0;
  }

  .reColumnBgColor {
    padding: 20px 25px;
    border-radius: 7px;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー reTitle */
  .title--h1 {
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .reTitle__subBtn--wrapper {
    margin-bottom: 25px;
  }

  .reTitle__subBtn--wrapper .reTitle__subBtn {
    position: relative;
    text-align: right;
    left: 0;
    margin-top: -10px;
  }
  .reTitle__subBtn--wrapper .reTitle__subBtn a {
    display: inline-block;
    font-size: 12px;
    padding-right: 20px;
  }
  .reTitle__subBtn--wrapper .reTitle__subBtn a:after {
    width: 15px;
    height: 15px;
    top: 4px;
    background-size: 5px auto;
  }

  .titleUnderLine {
    font-size: 17px;
    padding-bottom: 15px;
    margin-bottom: 18px;
  }
  .titleUnderLine.titleUnderLine--s {
    font-size: 15px;
  }

  .reTitle--h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .title.title--h2.titleH2--underline > span {
    padding-top: 15px;
  }

  .reTitleH3 {
    font-size: 15px;
  }

  .reTitleH4 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .reTitleH4.reTitleH4--s {
    font-size: 14px;
  }

  .reTextSub {
    font-size: 10px;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー reTextList */
  .reTextList > li {
    font-size: 13px;
    margin-right: 15px;
    margin-bottom: 10px;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー reBlock */
  .reBlock {
    display: block;
  }

  .reBlockImg {
    border-radius: 4px;
  }

  .reBlockText {
    font-size: 13px;
  }
  .reBlockText .reBlockText--title {
    font-size: 15px;
    margin-bottom: 12px;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー slick arrow */
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .slick-arrow:after {
    background-size: 13px auto;
  }
  .slick-arrow.slick-prev {
    left: 5px;
  }
  .slick-arrow.slick-next {
    right: -15px;
  }

  .reSlickArrow__center .slick-arrow.slick-prev {
    left: 0;
  }
  .reSlickArrow__center .slick-arrow.slick-next {
    right: 0;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー btn */
  .reBtnArrow a:after {
    width: 20px;
    height: 20px;
    background-size: 6px auto;
  }

  .reBtn > p {
    font-size: 18px;
    padding: 15px 0;
  }
  .reBtn.reBtnInline {
    padding-right: 28px;
  }

  .btnArrow {
    width: 20px;
    height: 20px;
    background-size: 7px auto;
  }
  .btnArrow.btnArrowL {
    width: 20px;
    height: 20px;
  }

  .reIconPlus {
    width: 10px;
    height: 1px;
    right: 15px;
  }

  a.categoryLink {
    font-size: 10px;
    padding: 5px 11px;
  }

  .reDetailBtn > a,
  .reDetailBtn > p {
    font-size: 10px;
    padding: 5px 30px 5px 13px;
  }
  .reDetailBtn > a:after,
  .reDetailBtn > p:after {
    width: 18px;
    height: 18px;
    right: 5px;
    background-size: 6px auto;
  }
  .reDetailBtn.fontL > a,
  .reDetailBtn.fontL > p {
    min-width: 160px;
    font-size: 13px;
    padding: 10px 30px 10px 23px;
  }
  .reDetailBtn.fontL > a:after,
  .reDetailBtn.fontL > p:after {
    width: 22px;
    height: 22px;
    right: 12px;
  }

  .reBtnAll > p {
    font-size: 13px;
    padding: 14px 0;
    border-radius: 4px;
    border-width: 1px;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー btn */
  .reBtnIcon {
    width: 25px;
    right: 20px;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー pageNav */
  .rePageNav {
    margin-bottom: 40px;
  }
  .rePageNav .rePageNav__list {
    flex-wrap: wrap;
  }
  .rePageNav .rePageNav__list > li {
    width: calc(50% - 9px);
    margin-bottom: 10px;
  }
  .graduate .rePageNav .rePageNav__list > li:last-of-type {
    margin: 0 0 10px 0;
  }
  .rePageNav .rePageNav__list > li > p {
    font-size: 12px;
    padding: 15px 10px;
  }
  .rePageNav .rePageNav__list > li > p > span {
    font-size: 10px;
    margin-top: 5px;
  }
  .rePageNav .rePageNav__list > li .btnArrow {
    width: 20px;
    height: 20px;
    right: 7px;
  }

  .course .rePageNav .rePageNav__list > li > p {
    font-size: 13px;
    padding: 15px 10px;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー reNewsList */
  .reNewsList > li {
    padding: 22px 0;
    flex-wrap: wrap;
  }
  .reNewsList > li .date,
  .reNewsList > li .category,
  .reNewsList > li > span {
    line-height: 1.2;
  }
  .reNewsList > li .date {
    width: 80px;
    font-size: 11px;
  }
  .reNewsList > li .category,
  .reNewsList > li > span {
    width: calc(100% - 80px);
    font-size: 12px;
    padding-right: 0;
  }
  .reNewsList > li .title {
    width: 100%;
    font-size: 13px;
    padding-right: 30px;
    margin-top: 12px;
  }
  .reNewsList > li .title .arrow {
    border-left: 7px solid #00c8de;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }
  .reNewsList > li.new .title:before {
    width: 36px;
    font-size: 10px;
    line-height: 18px;
    border-radius: 2px;
    margin-right: 0.5em;
    transform: scale(0.85);
    transform-origin: left center;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー reStep */
  .reStep {
    margin-bottom: 35px;
  }

  .reStepList {
    display: block;
  }
  .reStepList > li {
    width: 100%;
  }
  .reStepList > li .reBlockImg {
    margin-bottom: 17px;
  }
  .reStepList > li > dl > dt {
    font-size: 19px;
    padding-left: 100px;
  }
  .reStepList > li > dl > dt > span {
    width: 85px;
    height: 130px;
    font-size: 170px;
    line-height: 110px;
  }
  .reStepList > li > dl > dd {
    padding: 15px;
    font-size: 13px;
  }
  .reStepList > li:first-child .reBlockImg {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .reStepList > li:last-child .reBlockImg {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  /*============================================================================================================= course common */
  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー courseList */
  .courseList > li {
    width: calc(50% - 9px);
    margin-right: 18px;
    margin-bottom: 25px;
  }
  .courseList > li:nth-child(4n) {
    margin-right: 18px;
  }
  .courseList > li:nth-child(2n) {
    margin-right: 0;
  }
  .courseList > li .block > dd a {
    padding-right: 20px;
  }
  .courseList > li .block > dd a:after {
    width: 16px;
    height: 16px;
    background-size: 5px auto;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー coursePursue */
  .coursePursue {
    padding-left: 0;
  }
  .coursePursue > dt {
    position: relative;
    top: 0;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .coursePursue > dd {
    padding: 8px 24px 8px 24px;
    border-radius: 30px;
  }
  .coursePursue > dd > p {
    font-size: 11px;
    margin: 1px 1em 1px 0;
  }

  /*============================================================================================================= hover */
  a.categoryLink:active {
    color: #00c8de;
    background-color: #fff;
  }

  header .headerAside__btn > li.btn:active,
  header .headerAside__btn > li.btn--contact:active {
    opacity: 1;
  }
  header .headerAside__btn > li.btn:active:after,
  header .headerAside__btn > li.btn--contact:active:after {
    opacity: 0.2;
  }

  .headerColorW header .headerAside .visitorBtn .visitorBtn__text:active {
    opacity: 0.7;
  }

  .rePageNav .rePageNav__list > li:active:after {
    width: 100%;
    right: auto;
    left: 0;
  }

  /*============================================================================================================= header sp menu */
  .header--open header .header__container {
    height: 100vh;
  }
  .header--open header nav {
    visibility: visible;
  }
  .header--open header nav > ul.clearfix > li {
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    opacity: 1;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.14);
  }
  header .header__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 60px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  }
  header .header__container > p {
    z-index: 2;
  }
  header .header__container .pamphlet {
    display: block;
    margin-bottom: 0;
  }
  header nav {
    display: block;
    position: relative;
    top: 60px;
    left: 0;
    padding: 0;
    padding-bottom: 20px !important;
    background: #fff;
    min-height: inherit;
    z-index: 1;
    transition: 0.7s cubic-bezier(0.7, 0, 0.3, 1);
    visibility: hidden;
  }
  header nav > ul.clearfix {
    display: block;
  }
  header nav > ul.clearfix > li {
    float: none;
    width: 100%;
    text-align: left;
    font-size: 14px !important;
    position: relative;
    margin: 0;
    transform: scale(1.1) translateY(-24px);
    -webkit-transform: scale(1.1) translateY(-24px);
    opacity: 0;
  }
  header nav > ul.clearfix > li.btn {
    transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  header nav > ul.clearfix > li > a,
  header nav > ul.clearfix > li > a:link,
  header nav > ul.clearfix > li > a:visited {
    padding: 15px 20px;
    margin-right: 65px;
    opacity: 1;
    color: #909090;
  }
  header nav > ul.clearfix > li > a:after,
  header nav > ul.clearfix > li > a:link:after,
  header nav > ul.clearfix > li > a:visited:after {
    display: none;
  }
  header nav > ul.clearfix > li > a svg,
  header nav > ul.clearfix > li > a:link svg,
  header nav > ul.clearfix > li > a:visited svg {
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
    width: 20px;
    height: 100%;
    margin-right: 5px;
    fill: #909090;
  }
  header nav > ul.clearfix > li > span {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #00c8de;
    top: 14px;
    left: auto;
    right: 20px;
    cursor: pointer;
  }
  header nav > ul.clearfix > li > span:after,
  header nav > ul.clearfix > li > span:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header nav > ul.clearfix > li > span:after {
    width: 8px;
    height: 1px;
  }
  header nav > ul.clearfix > li > span:before {
    height: 8px;
    width: 1px;
    transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  header nav > ul.clearfix > li.nav__sp {
    display: block;
    border-radius: 0;
    margin-bottom: 1px;
    font-weight: normal;
  }
  header nav > ul.clearfix > li.nav__sp a {
    margin-right: 0;
    color: #fff;
  }
  header nav > ul.clearfix > li.nav__sp a:after {
    display: block;
    height: calc(100% - 30px);
    background-color: rgba(0, 0, 0, 0) !important;
  }
  header nav > ul.clearfix > li.nav__sp a:hover:after {
    width: 35px;
  }
  header nav > ul.clearfix > li.btn--contact a:after {
    background-image: url(../img/common/icon--8.svg);
    background-size: 12px auto;
  }
  header nav > ul.clearfix > li.btn--map a:after {
    background-image: url(../img/common/icon--9.svg);
    background-size: 11px auto;
  }
  header nav > ul.clearfix > li.btn--opencampus a:after {
    background-image: url(../img/common/icon--6.svg);
    background-size: 14px auto;
  }
  header nav > ul.clearfix > li.active > a {
    color: #00c8de;
  }
  header nav > ul.clearfix > li.active > a svg {
    fill: #00c8de;
  }
  .course--1 header nav > ul.clearfix > li.active > a svg {
    fill: #ff777a;
  }
  .course--2 header nav > ul.clearfix > li.active > a svg {
    fill: #ff8969;
  }
  .course--3 header nav > ul.clearfix > li.active > a svg {
    fill: #ff90aa;
  }
  .course--4 header nav > ul.clearfix > li.active > a svg {
    fill: #e0b24d;
  }
  .course--5 header nav > ul.clearfix > li.active > a svg {
    fill: #e84735;
  }
  .course--6 header nav > ul.clearfix > li.active > a svg {
    fill: #92cc07;
  }
  .course--7 header nav > ul.clearfix > li.active > a svg {
    fill: #00b0e6;
  }
  .course--8 header nav > ul.clearfix > li.active > a svg {
    fill: #14cae9;
  }
  .course--9 header nav > ul.clearfix > li.active > a svg {
    fill: #b795ed;
  }
  .course--10 header nav > ul.clearfix > li.active > a svg {
    fill: #00d9d6;
  }
  .course--11 header nav > ul.clearfix > li.active > a svg {
    fill: #00cd8a;
  }
  .course--12 header nav > ul.clearfix > li.active > a svg {
    fill: #00d3b6;
  }
  .course--13 header nav > ul.clearfix > li.active > a svg {
    fill: #1e257c;
  }
  header nav > ul.clearfix > li.active > span:before {
    opacity: 0;
  }
  header nav > ul.clearfix > li.active .nav__sub {
    height: auto;
  }
  header nav > ul.clearfix > li .nav__sub {
    position: relative;
    display: none;
    top: 0;
    height: auto;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.14);
  }
  header nav > ul.clearfix > li .nav__sub .nav__sub--inner {
    min-height: inherit;
  }
  header nav > ul.clearfix > li .nav__sub .nav__sub--img {
    display: none;
  }
  header nav > ul.clearfix > li .nav__sub .nav__sub--contents {
    padding: 10px 0 20px;
    margin: 0 20px;
  }
  header nav > ul.clearfix > li .nav__sub .nav__sub--contents .nav__sub--contents--li {
    width: 100%;
    float: none;
  }
  header nav > ul.clearfix > li .nav__sub .nav__sub--contents .nav__sub--contents--li h2 {
    display: none;
  }
  header nav > ul.clearfix > li .nav__sub .nav__sub--contents .nav__sub--contents--li ul {
    margin-right: -20px;
  }
  header nav > ul.clearfix > li .nav__sub .nav__sub--contents .nav__sub--contents--li ul li {
    font-size: 13px;
    width: calc(100% / 2 - 15px);
    padding-right: 0;
    margin-right: 15px;
  }
  header nav > ul.clearfix > li .nav__sub .nav__sub--contents .nav__sub--contents--li ul li a:after {
    display: none;
  }
  header nav > ul.clearfix > li .nav__sub .nav__sub--contents .nav__sub--contents--li ul li.single {
    width: 100%;
  }
  header nav > ul.clearfix > li .nav__sub .nav__sub--contents .nav__sub--contents--li ul li.single br {
    display: none;
  }
  header .header__menu {
    position: absolute;
    width: 43px;
    height: 43px;
    top: 7px;
    right: 7px;
    background-color: #00c8de;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .header--open header .header__menu span {
    background: rgba(222, 222, 222, 0);
  }
  .header--open header .header__menu span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0;
  }
  .header--open header .header__menu span:after {
    transform: translateY(-5px) rotate(-45deg);
    -webkit-transform: translateY(-5px) rotate(-45deg);
  }
  header .header__menu span {
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 3px;
    transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  header .header__menu span:before,
  header .header__menu span:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 3px;
    transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  header .header__menu span:before {
    top: -5px;
  }
  header .header__menu span:after {
    top: auto;
    bottom: -5px;
  }

  header nav > ul > li .nav__sub .nav__sub--contents .nav__sub--contents--li ul li a {
    font-size: 11px;
    white-space: normal;
  }

  .coursePages header .header__menu {
    background-color: #fff;
  }

  .course--1 header .header__menu > span {
    background-color: #ff777a;
  }
  .course--2 header .header__menu > span {
    background-color: #ff8969;
  }
  .course--3 header .header__menu > span {
    background-color: #ff90aa;
  }
  .course--4 header .header__menu > span {
    background-color: #e0b24d;
  }
  .course--5 header .header__menu > span {
    background-color: #e84735;
  }
  .course--6 header .header__menu > span {
    background-color: #92cc07;
  }
  .course--7 header .header__menu > span {
    background-color: #00b0e6;
  }
  .course--8 header .header__menu > span {
    background-color: #14cae9;
  }
  .course--9 header .header__menu > span {
    background-color: #b795ed;
  }
  .course--10 header .header__menu > span {
    background-color: #00d9d6;
  }
  .course--11 header .header__menu > span {
    background-color: #00cd8a;
  }
  .course--12 header .header__menu > span {
    background-color: #00d3b6;
  }
  .course--13 header .header__menu > span {
    background-color: #1e257c;
  }
  .course--1 header .header__menu > span:before,
  .course--1 header .header__menu > span:after {
    background-color: #ff777a;
  }
  .course--2 header .header__menu > span:before,
  .course--2 header .header__menu > span:after {
    background-color: #ff8969;
  }
  .course--3 header .header__menu > span:before,
  .course--3 header .header__menu > span:after {
    background-color: #ff90aa;
  }
  .course--4 header .header__menu > span:before,
  .course--4 header .header__menu > span:after {
    background-color: #e0b24d;
  }
  .course--5 header .header__menu > span:before,
  .course--5 header .header__menu > span:after {
    background-color: #e84735;
  }
  .course--6 header .header__menu > span:before,
  .course--6 header .header__menu > span:after {
    background-color: #92cc07;
  }
  .course--7 header .header__menu > span:before,
  .course--7 header .header__menu > span:after {
    background-color: #00b0e6;
  }
  .course--8 header .header__menu > span:before,
  .course--8 header .header__menu > span:after {
    background-color: #14cae9;
  }
  .course--9 header .header__menu > span:before,
  .course--9 header .header__menu > span:after {
    background-color: #b795ed;
  }
  .course--10 header .header__menu > span:before,
  .course--10 header .header__menu > span:after {
    background-color: #00d9d6;
  }
  .course--11 header .header__menu > span:before,
  .course--11 header .header__menu > span:after {
    background-color: #00cd8a;
  }
  .course--12 header .header__menu > span:before,
  .course--12 header .header__menu > span:after {
    background-color: #00d3b6;
  }
  .course--13 header .header__menu > span:before,
  .course--13 header .header__menu > span:after {
    background-color: #1e257c;
  }

  .header--open header .header__menu span {
    background-color: rgba(222, 222, 222, 0);
  }

  /* 20221207追加
  =================================================================== */
  .target {
    padding-top: 60px;
    margin-top: -60px;
  }

  .footer__link--banner {
    justify-content: center;
    width: 102.6%;
    margin-left: -1.3%;
  }
  
  .footer-link-banner-item {
    width: 47%;
    margin: 0 1.3% 3%;
  }

  #education .article {
    margin-left: 0;
    margin-right: 0;
  }

  #education .education p {
    font-size: 2.9vw;
    padding: 10px 0 14px;
  }
  
  #education .education-list span {
    font-size: 3vw;
  }
  #education .education-list__box {
    width: 65%;
  }
  #education .education-list__box h4 {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
  }
  #education .education-list__box h4 {
    font-size: 3.2vw;
  }
  #education .education-link {
    margin-left: 35px;
    width: 462px;
  }
  #education .education-link {
    width: 102.5%;
    transform: translateX(-10vw);
  }
}
