/* 共通設定 */
article a:hover {
  opacity: 0.8;
  transition: 0s;
}

main {
  margin-bottom: 80px;
}
main.contents_fresh ,
main.contents_abroad ,
main.contents_campus ,
main.contents_carrier ,
main.contents_community ,
main.contents_study  {
  margin-bottom: 130px;
}

.section__line {
  position: relative;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  border-bottom: 1px solid #333;
}
.section__line:before,
.section__line:after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1px;
  height: 10px;
  border-left: 1px solid #333;
}
.section__line:before {
  left: 0;
}
.section__line:after {
  right: -1px;
}


/* ヘッダー */
header {
  position: relative;
  background: #aaa;
  width: 100%;
  height: 26px;
  z-index: 20;
}
.header__bg {
  padding: 10px 0;
  background: #333;
}
.nav__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 5px 0px;
}
.nav__inner.flex__btw {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.nav__inner h1{
  font-size: 10px;
  padding-left: 7px;
  color: #3C3C9D;
}
.nav__inner h1 a{
  margin-left: 60px;
  width: 100%;
  max-width: 267px;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 10px;
}
.nav__inner h1 a:hover{
  opacity: 0.6;
}
.nav__inner--text {
  width: 100%;
  max-width: 600px;
}
.nav__inner--text li {
  display: inline-block;
  padding: 0px 10px 2px;
}
.nav__inner--text li a {
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
  color: #3C3C9D;
}
.fa-external-link-alt:before {
  content: "\f35d";
  font-size: 10px;
  margin-right: 2px;
}

/* トップ */
#top {
  padding: 13px 0 0 0;
}
.top__mv {
  position: relative;
  /* width: 100%;
  max-width: 1400px;
  padding: 362.5px 0;
  margin: 0 auto; */
}
/* .top__mv:before {
  position: absolute;
  content: '';
  background: url(../img/top/top__mv.png)no-repeat center center / contain;
  width: 100%;
  padding: 362.5px 0;
} */

.top__mv--img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.top__mv--copy,
.top__mv--text,
.top__mv--scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%,0%);
      -ms-transform: translate(-50%,0%);
          transform: translate(-50%,0%);
}
.top__mv--copy {
  width: 37%;
  max-width: 511.95px;
  top: 48px;
}
.top__mv--text {
  width: 44%;
  max-width: 611.47px;
  bottom: 113.6px;
  left: 49.6%;
}
.top__mv--scroll {
  width: 2.8%;
  max-width: 31.3px;
  bottom: -65px;
  left: 50.1%;
}

.stripe__line {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}

.top__mv--info {
  padding: 115px 0 134px 1px;
}
.top__mv--info p{
  font-size: 18px;
  font-weight: bold;
  line-height: calc(36/18);
  text-align: center;
  letter-spacing: 0;
}

/* ティザームービーはこちら　ボタン */
.top__btn {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 80px;
  /* margin: 60px auto 69.5px; */
  text-align: center;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 0px;
  font-size: 18px;
  cursor: pointer;
  top: 59px;
  left: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ホバー時：文字がゆっくり変化 */
.top__btn a {
  padding: 25px 119px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-size: 20px;
  letter-spacing: 0;
  line-height: calc(30/20);
}
#back__btn .top__btn a{
  padding: 25px 247px;
}
.top__btn a span {
  font-weight: bold;
  letter-spacing: 0;
}
/* ボタンの黒背景 */
.top__btn:before {
  position: absolute;
  content: '';
  width: 100.2%;
  height: 80px;
  top: 9px;
  left: 9px;
  background: #333;
  z-index: -10;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.top__btn:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 80px;
  top: 10px;
  left: 10px;
  background: -o-repeating-linear-gradient(135deg,#333 0,#333 5px,#fff 5px,#fff 10px);
  background: repeating-linear-gradient(-45deg,#333 0,#333 5px,#fff 5px,#fff 10px);
  z-index: -10;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}

/* ホバー時：ボタン自体の背景色変化 */
.top__btn:hover {
  background:#333;
  border: 1px solid #333;
}
/* ホバー時：文字の色・場所変化 */
.top__btn a:hover {
  color: #fff;
  -webkit-transform: translate( 10px, 0);
      -ms-transform: translate( 10px, 0);
          transform: translate( 10px, 0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
/* ホバー時：ボタンの黒背景→ストライプ */
.top__btn:hover:after {
  color: #fff;
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: -10;
}
/* ホバー時：違う文字に */
.top__btn .top__btn--hover {
  display: none;
}
.top__btn:hover .top__btn--normal {
  display: none;
}
.top__btn:hover .top__btn--hover {
  display: inline;
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}


/* ボタンの矢印 */
.top__btn--arrow{
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 80px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .top__btn--arrow{
  position: relative;
} */
.top__btn--arrow:after{
  position: absolute;
  content: '→';
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 52%;
  right: 5%;
  -webkit-transform: translate( 0%,-50%);
      -ms-transform: translate( 0%,-50%);
          transform: translate( 0%,-50%);
  font-size: 16px;
}
.top__btn--arrow:hover:after{
  color: #fff;
}

#pageTop {
  background: #EBEBEB;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}
#pageTop img{
  max-width: 148px;
  height: 40px;
}

/* Contents */
#contents h1 {
  position: relative;
  padding: 56px 1px 180px 0;
  font-size: 36px;
  line-height: calc(30/36);
  font-weight: bold;
  text-align: center;
}
#contents h1 span{
  font-weight: normal;
}
#contents h1:after {
  position: absolute;
  content: '';
  background: url(../img/top/contents__h2--after.svg)no-repeat center center / 100%;
  width: 100%;
  max-width: 64.7px;
  height: 32px;
  top: 38.2%;
  left: 49.8%;
  -webkit-transform: translate(-50%,-1%);
      -ms-transform: translate(-50%,-1%);
          transform: translate(-50%,-1%);
}
.contents__box {
  width: 100%;
  max-width: 1024px;
}
#contents article {
  width: 100%;
  max-width: 310px;
  margin-bottom: 50px;
}
/* #contents article:not(:nth-of-type(3n)) {
  margin-right: 40px;
}
#contents article:nth-of-type(3n) {
  margin-right: 0px;
} */


.contents__first h3,
.contents__second h3,
.contents__third h3,
.contents__fourth h3,
.contents__fifth h3,
.contents__sixth h3 {
  position: relative;
  letter-spacing: 0.1em;
}
.contents__first h3 {
  margin-left: 116px;
  padding: 0px 0 24px;
}
.contents__second h3 {
  margin-left: 95px;
  padding: 0px 0 23px;
}
.contents__third h3 {
  margin-left: 118px;
  padding: 0px 0 23px;
}
.contents__fourth h3 {
  margin-left: 96px;
  padding: 0px 0 24px;
}
.contents__fifth h3 {
  margin-left: 116px;
  padding: 0px 0 24px;
}
.contents__sixth h3 {
  margin-left: 96px;
  padding: 0px 0 25px;
}


#contents article h3:before {
  position: absolute;
  content: '';
  background: url(../img/top/contents__h3--before.svg)no-repeat center center;
  width: 100%;
  max-width: 27px;
  height: 1px;
  display: block;
  top: 29%;
  left: -38.5px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
#contents article.contents__second h3:before {
  top: 25%;
  left: -37px;
}
#contents article.contents__third h3:before {
  top: 27%;
  left: -38px;
}
#contents article.contents__fourth h3:before {
  top: 27%;
  left: -37.6px;
}
#contents article.contents__fifth h3:before {
  top: 28%;
  left: -37px;
}
#contents article.contents__sixth h3:before {
  top: 26%;
  left: -37.5px;
}

.contents__first,
.contents__second,
.contents__third,
.contents__fourth,
.contents__fifth,
.contents__sixth {
  position: relative;
  z-index: 10;
}
#contents .contents__first {
  margin-right: 71px;
  margin-bottom: 140px;
  top: -9px;
  left: -1px;
}
#contents .contents__second {
  margin-right: 21.5px;
  margin-bottom: 140px;
  top: -83px;
  left: 0px;
}
#contents .contents__third {
  margin-right: 0px;
  top: -16px;
}
#contents .contents__fourth {
  margin-right: 31px;
  top: 8px;
  left: 20px;
}
#contents .contents__fifth {
  margin-right: 63px;
  top: -67px;
  left: 20px;
}
#contents .contents__sixth {
  margin-right: 0px;
  margin-bottom: 114.5px;
  top: 40px;
  left: 20px;
}

#contents article figure {
  position: relative;
  max-width: 290px;
}


#contents .contents__first figure:before,
#contents .contents__second figure:before,
#contents .contents__third figure:before,
#contents .contents__fourth figure:before,
#contents .contents__fifth figure:before,
#contents .contents__sixth figure:before {
  content: '';
  position: absolute;
  z-index: 10;
}
#contents .contents__first figure:before {
  background: url(../img/top/contents__first.svg)no-repeat center center / cover;
  width: 87.95px;
  height: 76.22px;
  top: -50.1px;
  left: -26.1px;
}
#contents .contents__second figure:before {
  background: url(../img/top/contents__second.svg)center center / cover;
  width: 95.34px;
  height: 76.25px;
  top: -48px;
  left: -45.8px;
}
#contents .contents__third figure:before {
  background: url(../img/top/contents__third.svg)center center / cover;
  width: 97.39px;
  height: 76.92px;
  top: -51px;
  left: -24.3px;
}
#contents .contents__fourth figure:before {
  background: url(../img/top/contents__fourth.svg)center center / cover;
  width: 100.82px;
  height: 76.22px;
  top: -50px;
  left: -46.8px;
}
#contents .contents__fifth figure:before {
  background: url(../img/top/contents__fifth.svg)center center / cover;
  width: 97.84px;
  height: 76.91px;
  top: -50px;
  left: -25.8px;
}
#contents .contents__sixth figure:before {
  background: url(../img/top/contents__sixth.svg)center center / cover;
  width: 92.55px;
  height: 76.22px;
  top: -51px;
  left: -45.8px;
}


#contents .contents__first figure img,
#contents .contents__third figure img,
#contents .contents__fifth figure img {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
#contents .contents__second figure img,
#contents .contents__fourth figure img,
#contents .contents__sixth figure img {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

#contents .contents__box--bg {
  position: relative;
}
#contents .contents__box--bg {
  position: relative;
}
#contents .contents__box--bg:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -10;
}
#contents .contents__sixth .contents__box--bg {
  top: -1px;
}
#contents .contents__first .contents__box--bg:after {
  background: #EFBA33;
  background: -o-repeating-linear-gradient(135deg,#EFBA33 0,#EFBA33 5px,#fff 5px,#fff 10px);
  background: repeating-linear-gradient(-45deg,#EFBA33 0,#EFBA33 5px,#fff 5px,#fff 10px);
  top: 20px;
  left: 21px;
}
#contents .contents__second .contents__box--bg:after {
  background: #7BD2C3;
  background: -o-repeating-linear-gradient(135deg,#7BD2C3 0,#7BD2C3 5px,#fff 5px,#fff 10px);
  background: repeating-linear-gradient(-45deg,#7BD2C3 0,#7BD2C3 5px,#fff 5px,#fff 10px);
  top: 20px;
  left: -20px;
}
#contents .contents__third .contents__box--bg:after {
  background: #E24863;
  background: -o-repeating-linear-gradient(135deg,#E24863 0,#E24863 5px,#fff 5px,#fff 10px);
  background: repeating-linear-gradient(-45deg,#E24863 0,#E24863 5px,#fff 5px,#fff 10px);
  top: 20px;
  left: 20px;
}
#contents .contents__fourth .contents__box--bg:after {
  background: #B08CBF;
  background: -o-repeating-linear-gradient(135deg,#B08CBF 0,#B08CBF 5px,#fff 5px,#fff 10px);
  background: repeating-linear-gradient(-45deg,#B08CBF 0,#B08CBF 5px,#fff 5px,#fff 10px);
  top: 20px;
  left: -20px;
}
#contents .contents__fifth .contents__box--bg:after {
  background: #FF8600;
  background: -o-repeating-linear-gradient(135deg,#FF8600 0,#FF8600 5px,#fff 5px,#fff 10px);
  background: repeating-linear-gradient(-45deg,#FF8600 0,#FF8600 5px,#fff 5px,#fff 10px);
  top: 20px;
  left: 20px;
}
#contents .contents__sixth .contents__box--bg:after {
  background: #6EBBE6;
  background: -o-repeating-linear-gradient(135deg,#6EBBE6 0,#6EBBE6 5px,#fff 5px,#fff 10px);
  background: repeating-linear-gradient(-45deg,#6EBBE6 0,#6EBBE6 5px,#fff 5px,#fff 10px);
  top: 20px;
  left: -20px;
}

#contents article figcaption {
  position: absolute;
  padding: 30px 0 20px 1px;
  line-height: calc(26/16);
}
#contents article.contents__second figcaption,
#contents article.contents__fourth figcaption {
  left: -21px;
  width: 105%;
}
#contents article.contents__sixth figcaption {
  left: -21px;
  width: 105%;
}
#contents article.contents__fifth figcaption {
  padding: 30px 0 20px 0px;
}
#contents article.contents__sixth figcaption {
  padding: 29px 0 20px 1px;
}

.contents__btn {
  position: relative;
  width: 100%;
  max-width: 180.5px;
  /* height: 80px; */
  border: none;
  border-bottom: 1px solid #333;
  background-color: transparent;
  margin: 54px 0 0 auto;
  padding: 20px 0px 7px 1px;
  letter-spacing: 0;
  line-height: calc(23/16);
  font-size: 16px;
  right: 10px;
  font-family: 'Jost', 'Noto Sans JP', "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}
.contents__second .contents__btn {
  right: 32px;
}
.contents__fourth .contents__btn {
  right: 31px;
}
.contents__sixth .contents__btn {
  padding: 20px 0px 6px 1px;
  right: 32px;
}
.contents__btn:before {
  position: absolute;
  content: '';
  width: 100%;
  top: 20px;
  left: 10px;
  padding: 20px 0px;
  background: #f0f0f0;
  z-index: -10;
}

.contents__btn:after {
  position: absolute;
  content: '→';
  width: 20px;
  height: 20px;
  top: 70%;
  right: 0%;
  -webkit-transform: translate( 0%,-50%);
      -ms-transform: translate( 0%,-50%);
          transform: translate( 0%,-50%);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  text-align: right;
  font-size: 10px;
}

.contents__btn.btn__yellow:hover:before {
  background: #EFBA33;
}
.contents__btn.btn__green:hover:before {
  background: #7BD2C3;
}
.contents__btn.btn__red:hover:before {
  background: #E24863;
}
.contents__btn.btn__purple:hover:before {
  background: #B08CBF;
}
.contents__btn.btn__orange:hover:before {
  background: #FF8600;
}
.contents__btn.btn__blue:hover:before {
  background: #6EBBE6;
}


/* zoomコンテンツ */
section#zoom {
  padding: 0px 0 0px;
}
.zoom__banner {
  position: relative;
  width: 100%;
  max-width: 810px;
  margin: 65px auto 0;
  left: 5px;
}
.zoom__banner:hover {
  opacity: 0.5;
}
.zoom__banner--bg {
  position: relative;
  width: 100%;
  max-width: 810px;
  top: 0;
  left: 0;
}
.zoom__banner--img {
  position: absolute;
  width: 100%;
  max-width: 160px;
  top: 20px;
  left: 20px;
}

#zoom p {
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#zoom p a{
  margin: 30px 0;
  line-height: calc(24/16);
  letter-spacing: 0.05em;
}
#zoom p a:hover{
  color: #E24863;
}



/* フッター */
footer {
  text-align: center;
}
footer li a {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: calc(26/18);
}
footer p {
  font-size: 18px;
}
footer small{
  font-size: 14px;
  letter-spacing: 0;
  line-height: calc(36/14);
}
.footer__nav {
  border-top: 1px solid #444;
  padding: 14px 0 16px;
}

.footer__nav--block-left {
  width: 33.3%;
  padding: 17.5px 0 16.5px;
}
.footer__nav--block-left li{
  margin-right: 18px;
  padding-bottom: 0px;
}
.footer__nav--block-left a{
  font-size: 18px;
  line-height: calc(26/18);
}

.footer__nav--block-center {
  width: 33.4%;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  padding: 15px 0 17.5px;
  padding: 19.5px 0 18.5px;
}
.footer__nav--block-center img{
  max-width: 15.67px;
  margin-right: 10.3px;
}
.footer__nav--block-center p{
  line-height: calc(27/18);
  letter-spacing: 0.05em;
  margin-right: 13px;
  margin-top: -3px;
}
.footer__nav--block-right {
  width: 33.4%;
  padding: 13.5px 0 10.5px 11px;
}
.footer__nav--block-right li{
  padding: 0 13px 0 14px;
}
.footer__nav--block-right img {
  max-width: 36px;
}
.footer__stripe {
  background: -o-linear-gradient( left, #ffffff 85%, #707070 95%, #707070 100% );
  background: -webkit-gradient( linear, left top, right top, color-stop(85%, #ffffff), color-stop(95%, #707070), to(#707070) );
  background: linear-gradient( 90deg, #ffffff 85%, #707070 95%, #707070 100% );
  background-size: 6px, 1px;
  padding: 8px 0;
}
.footer__copy {
  background: #444444;
}
.footer__copy p {
  color: #fff;
}


/* 上へ戻るボタン */

.pageTop {
	margin: 0 ;
	padding: 0 ;
}

.pageTop p {
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}

.pageTop {
  display: block;
  background: #EBEBEB;
  width: 100%;
  height: 60px;
  cursor: pointer;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageTop img{
  max-width: 148.33px;
}



@media screen and (min-width:1401px){
  .top__mv--scroll {
    width: 2.2%;
    max-width: 2.2%;
    bottom: -8.7%;
    left: 50.1%;
}


}

@media screen and (max-width:1123px){
.top__mv--text {
  bottom: 16%;
}
.top__mv--scroll {
  bottom: -55px;
}
.top__mv--info {
  padding: 115px 150px 134px 150px;
}
.top__btn a {
  padding: 10px 0px;
}
#back__btn .top__btn a {
  padding: 22px 110px;
}

.footer__nav--block-center img {
  max-width: 20.67px;
}
.contents__box {
  max-width: 767px;
  margin: 0 auto;
}
.contents__box.flex__wrap {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#contents .contents__first,
#contents .contents__second,
#contents .contents__fourth,
#contents .contents__fifth {
  margin-right: 0px;
}
#contents .contents__first {
  top: -39px;
  left: 0px;
}
#contents .contents__second {
  top: 29px;
  left: 0px;
}
#contents .contents__third {
  top: -76px;
  left: 0px;
}
#contents .contents__fourth {
  top: -9px;
  left: 0px;
}
#contents .contents__fifth {
  top: -80px;
  left: 0px;
}
#contents .contents__sixth {
  top: -11px;
  left: 00px;
}
.zoom__banner {
  max-width: 550px;
  width: 80%;
}
.zoom__banner--img {
  max-width: 140px;
  top: 18px;
  left: 18px;
}
.footer__nav--block-left {
  width: 50%;
  padding: 10px 0;
}
.footer__nav--block-center {
  width: 50%;
  padding: 10px 0;
}
.footer__nav--block-right {
  width: 100%;
  padding: 30px 0 20px 0px;
}
.footer__nav {
  padding: 20px 0 20px;
}

}

@media screen and (max-width:767px){
h3 {
  font-size: 26px;
}
section {
  padding: 30px 0;
}
header {
  height: 50px;
}
header .flex__end {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav__inner.flex__btw {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner--text {
  width: 100%;
  max-width: 192px;
}
#top {
  padding: 5px 0 0 0;
}
.top__mv--copy {
  width: 82%;
  max-width: 640px;
}
.top__mv--text {
  width: 82%;
  max-width: 640px;
  bottom: 23%;
}
.top__mv--scroll {
  width: 8%;
  max-width: 30px;
  bottom: -12.6%;
}
.top__mv--info {
  padding: 155px 13% 134px 13%;
}
.top__mv--info p {
  text-align: left;
}

.top__btn {
  width: 90%;
  max-width: 335px;
  height: 133px;
}
.top__btn:before {
  width: 100%;
  max-width: 335px;
  height: 133px;
}

.section__line {
  width: 80%;
}

#contents h1 {
  padding: 30px 0 91.5px;
}
#contents h1:after {
  max-width: 65.28px;
  height: 32.33px;
  top: 61%;
}
.contents__box {
  max-width: 350px;
}
#contents article {
  padding: 20px 0;
}
#contents .contents__first {
  margin-bottom: 140px;
}

#contents .contents__second,
#contents .contents__third,
#contents .contents__fourth,
#contents .contents__fifth,
#contents .contents__sixth {
  margin-bottom: 100px;
}
#contents .contents__second {
  top: -63px;
}
#contents .contents__third {
  top: -83px;
}
#contents .contents__fourth {
  top: -103px;
}
#contents .contents__fifth {
  top: -123px;
  margin-bottom: 50px;
}
#contents .contents__sixth {
  margin-bottom: 0px;
  top: -143px;
}



.zoom__banner {
  max-width: 500px;
}
.zoom__banner--bg {
  width: 89.5%;
  margin: 0 auto;
}

.footer__nav--block-left,
.footer__nav--block-center {
  width: 50%;
  border-right: 0px solid #444;
}
.footer__nav--block-right {
  width: 100%;
}



}

@media screen and ( max-width:767px )
{
main {
  margin-bottom: 70px;
}
main.contents_fresh ,
main.contents_abroad ,
main.contents_campus ,
main.contents_carrier ,
main.contents_community ,
main.contents_study  {
  margin-bottom: 100px;
}

h3 {
  font-size: 20px;
}
section {
  padding: 10px 0;
}
.nav__inner {
  padding: 10px 0px;
}
.header__bg {
  padding: 5px 0;
}
.top__mv--img .sp {
  padding-top: 0px;
}
.top__mv--copy {
  width: 83.4%;
  top: 51px;
}
.top__mv--text {
  width: 85%;
  bottom: 21.5%;
}
.top__mv--scroll {
  width: 8.3%;
  bottom: -62px;
}
.top__mv--info p {
  font-size: 14px;
  line-height: calc(28/14);
}
.top__mv--info {
  padding: 85px 20px 94px;
}
.top__btn {
  width: 100%;
  max-width: 325px;
  height: 123px;
  margin: 0;
  top: 40px;
  left: -5px;
}
.top__btn:after {
  height: 121px;
}
.top__btn:before {
  height: 122px;
}
.top__btn--arrow:after {
    top: 50%;
    right: 5%;
}
#back__btn .top__btn a {
  padding: 43px 109px;
}

.section__line {
  width: 89.5%;
}

#contents h1,
#contents span {
  font-size: 28px;
  line-height: calc(30/28);
  letter-spacing: 0.05em;
  padding-right: 2px;
  padding-left: 2px;
}

#contents h1 {
  padding: 30px 0 59px;
}

#contents h1:after {
  top: 57%;
}

#contents .contents__first {
  margin-bottom: 0px;
  top: -10px;
  left: -19px;
}
#contents .contents__second {
  margin-bottom: 0px;
  top: 0px;
  left: 43px;
}
#contents .contents__third {
  margin-bottom: 0px;
  top: 10px;
  left: -19px;
}
#contents .contents__fourth {
  margin-bottom: 0px;
  top: 21px;
  left: 43px;
}
#contents .contents__fifth {
  top: 30px;
  left: -18.5px;
}
#contents .contents__sixth {
  margin-bottom: 43.5px;
  top: 40px;
  left: 42.5px;
}

section#contents {
  padding: 10px 0 50px;
}
#contents article {
  width: 100%;
  max-width: 248px;
  margin-bottom: 50px;
}
.contents__first h3 {
  margin-left: 93px;
  padding: 0px 0 6px;
}
.contents__second h3 {
  margin-left: 79px;
  padding: 0px 0 5px 2px;
}
.contents__third h3 {
  margin-left: 98px;
  padding: 0px 0 3px;
}
.contents__fourth h3 {
  margin-left: 73px;
  padding: 0px 0 4px;
}
.contents__fifth h3 {
  margin-left: 90px;
  padding: 0px 0 4px;
}
.contents__sixth h3 {
  margin-left: 82px;
  padding: 0px 0 8px;
}

#contents article h3:before {
  max-width: 20px;
  height: 1px;
  top: 38%;
  left: -29.5px;
}

#contents article.contents__first h3:before {
  top: 39%;
  left: -29.5px;
}
#contents article.contents__second h3:before {
  top: 38%;
  left: -29.5px;
}
#contents article.contents__third h3:before {
  top: 42%;
  left: -31.5px;
}
#contents article.contents__fourth h3:before {
  top: 38%;
  left: -29.5px;
}
#contents article.contents__fifth h3:before {
  top: 43.5%;
  left: -28px;
}
#contents article.contents__sixth h3:before {
  top: 38%;
  left: -31.5px;
}

#contents .contents__first figure:before {
  background: url(../img/top/contents__first--sp.svg)no-repeat center center / cover;
  width: 70.36px;
  height:  72.18px;
  top: -40.1px;
  left: -24.1px;
}
#contents .contents__second figure:before {
  background: url(../img/top/contents__second--sp.svg)center center / cover;
  width: 76.27px;
  height: 72.18px;
  top: -41px;
  left: -40.8px;
}
#contents .contents__third figure:before {
  background: url(../img/top/contents__third--sp.svg)center center / cover;
  width: 77.91px;
  height: 72.36px;
  top: -39px;
  left: -23.3px;
}
#contents .contents__fourth figure:before {
  background: url(../img/top/contents__fourth--sp.svg)center center / cover;
  width: 80.65px;
  height: 72.18px;
  top: -40px;
  left: -40.8px;
}
#contents .contents__fifth figure:before {
  background: url(../img/top/contents__fifth--sp.svg)center center / cover;
  width: 78.27px;
  height: 72.73px;
  top: -39px;
  left: -24.8px;
}
#contents .contents__sixth figure:before {
  background: url(../img/top/contents__sixth--sp.svg)center center / cover;
  width: 74.04px;
  height: 73.18px;
  top: -44px;
  left: -39.8px;
}


#contents .contents__first .contents__box--bg:after {
  top: 18px;
  left: 17px;
}
#contents .contents__second .contents__box--bg:after {
  top: 16px;
  left: -17px;
}
#contents .contents__third .contents__box--bg:after {
  top: 16px;
  left: 15px;
}
#contents .contents__fourth .contents__box--bg:after {
  top: 11px;
  left: -16px;
}
#contents .contents__fifth .contents__box--bg:after {
  top: 13px;
  left: -14px;
}



#contents article figcaption {
  padding: 30px 0 20px 1px;
  line-height: calc(26/16);
  font-size: 14px;
}
#contents article.contents__second figcaption{
  left: -17px;
  padding: 29px 0 20px 1px;
}
#contents article.contents__third figcaption{
  padding: 25px 0 20px 1px;
}
#contents article.contents__fourth figcaption {
  left: -17px;
  padding: 20px 0 20px 1px;
  width: 106%;
}
#contents article.contents__fifth figcaption{
  left: -14px;
  padding: 25px 0 20px 0px;
}
#contents article.contents__sixth figcaption {
  left: 0px;
  padding: 22px 0 20px 1px;
}

.contents__btn {
  max-width: 152.31px;
  margin: 54px 0 0 auto;
  padding: 22px 0px 3px 1px;
  line-height: calc(19/13);
  font-size: 13px;
  right: -7px;
}
.contents__second .contents__btn {
  padding: 19.5px 0px 3px 1px;
  right: 11px;
}
.contents__third .contents__btn {
  padding: 17px 0px 1.5px 1px;
}
.contents__fourth .contents__btn {
  right: 10px;
  padding: 10.5px 0px 3px 1px;
}
.contents__fifth .contents__btn {
  right: 10px;
  padding: 14.5px 0px 3px 1px;
}
.contents__sixth .contents__btn {
  right: -6px;
  padding: 13.5px 0px 2px 1px;
}


.contents__btn:before {
  top: 18px;
  left: 10px;
  padding: 17px 0px;
}
.contents__second .contents__btn:before {
  top: 16px;
  left: 10px;
  padding: 17px 0px;
}
.contents__third .contents__btn:before {
  top: 13px;
  left: 10px;
  padding: 17px 0px;
}
.contents__fourth .contents__btn:before {
  top: 7px;
  left: 10px;
  padding: 17px 0px;
}
.contents__fifth .contents__btn:before {
  top: 12px;
  left: 10px;
  padding: 17px 0px;
}
.contents__sixth .contents__btn:before {
  top: 10px;
  left: 10px;
  padding: 17px 0px;
}


.contents__btn:after {
  top: 75%;
  right: 0%;
}
.contents__third .contents__btn:after {
  top: 73%;
  right: 0%;
}
.contents__fourth .contents__btn:after {
  top: 65%;
  right: 0%;
}
.contents__sixth .contents__btn:after {
  top: 70%;
  right: 0%;
}

section#zoom {
  padding: 0px 0 0px;
}
#zoom p a {
  margin: 29px 0;
  line-height: calc(20/14);
  letter-spacing: 0.05em;
  font-size: 14px;
}

.footer__nav {
  padding: 24.5px 0px 0px;
}
footer p {
  font-size: 12px;
  line-height: calc(18/12);
  letter-spacing: 0.05em;
  position: relative;
}
footer .footer__nav--block-left p {
  top: -1px;
  left: 2px;
}
footer .footer__nav--block-center p {
  top: -1px;
  left: -4px;
}
.footer__nav--block-center p {
  margin-right: 0px;
  margin-top: 0px;
}
.footer__nav--block-center img {
  max-width: 15.67px;
  margin-right: 14px;
}
.footer__nav--block-left {
  width: 50%;
  padding: 0;
}
.footer__nav--block-left li {
  margin-right: 0px;
  padding-bottom: 0px;
}
.footer__nav--block-center {
  width: 50%;
  padding: 6px 0;
}

.footer__nav--block-right {
  padding: 25px 0 18px 0px;
}
.footer__nav--block-right li {
  padding: 0 10px 0 11px;
}
.footer__nav--block-right img {
  max-width: 46px;
  width: 100px;
}





}