@charset "utf-8";

/* ===============================================
# common打消し
=============================================== */
main {
  padding-top:60px;
  padding-bottom: 20px;
}

@media screen and (max-width :1366px){
  main {
    padding-top:85px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width :834px){
  main {
    padding-top: 42px;
    padding-bottom: 28px;
  }
}
/* ===============================================s
# wrap_head
=============================================== */
.wrap_head {
  background: url(/sodate/img/bg_campus_head.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  -webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}
.wrap_head .logo {
  position: absolute;
  top: 18px;
  left: 24px;
  width: 158px;
}
@media screen and (max-width :1366px){
  .wrap_head {
    -webkit-box-flex:0;
    -ms-flex-positive:0;
    flex-grow:0;
  }
}
@media screen and (max-width :834px){
  .wrap_head {
    background: none;
    background-color: #fff;
    padding-top: 20px;
  }
  .wrap_head .logo {
    position: static;
    width: 100%;
    padding-left: 4%;
  }
  .wrap_head .logo img {
    width: 116px;
  }
}
/* ===============================================
# wrap_body
=============================================== */
.wrap_body {
  background-color: #fff;
  width: 770px;
  font-family: 'Shippori Mincho',"游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
  -ms-flex-negative: 0;
	flex-shrink: 0;
}
.wrap_body .inner {
  padding-left: 80px;
  padding-right: 80px;
}
.wrap_body .ttl_main {
  margin-bottom: 50px;
}
.wrap_body .ttl_main img {
  width: 332px;
}
.wrap_body .txt_main {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.29;
  letter-spacing: -0.02em;
}
.wrap_body .txt_main + .txt_main {
  margin-top: 21px;
}
.wrap_body .txt_btm {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.47;
  margin-top: 46px;
}
@media screen and (max-height :900px) and (min-width :835px){
  .wrap_body .ttl_main {
    margin-bottom: 35px;
  }
  .wrap_body .ttl_main img {
    width: 230px;
  }
  .wrap_body .txt_btm {
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 30px;
  }
}
@media screen and (max-width :1366px){
  .wrap_body {
    width: 65%;
  }
  .wrap_body .inner {
    padding-left: 9.8%;
    padding-right: 8.8%;
  }
  .wrap_body .txt_btm {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width :834px){
  .wrap_body {
    width: 100%;
  }
  .wrap_body .inner {
    width: 88%;
    padding-left: 0;
    padding-right: 0;
  }
  .wrap_body .ttl_main {
    margin-bottom: 50px;
  }
  .wrap_body .ttl_main img {
    width: 284px;
  }
  .wrap_body .txt_main {
    line-height: 1.86;
  }
  .wrap_body .txt_main + .txt_main {
    margin-top: 19px;
  }
  .wrap_body .txt_btm {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.48;
    margin-top: 38px;
  }

}
/* ===============================================
# wrap_bottom
=============================================== */
.wrap_bottom {
  position: relative;
  -webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
  background: url(/sodate/img/bg_campus_btm.jpg) no-repeat center top;
  background-size: cover;
}
.wrap_bottom .list_links {
  position: fixed;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(415px);
  transform: translateX(415px);
  width: 30%;
  width: calc(50% - 415px);
}
.wrap_bottom .list_links>li:nth-child(n+2) {
  margin-top: 20px;
}
.wrap_bottom .list_links>li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 22px 20px 22px;
  color: #fff;
  background-color: #000;
  width: 90%;
  max-width: 268px;
  text-align: center;
  transition: all ease 0.5s;
}
.wrap_bottom .list_links>li a span {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}
.wrap_bottom .list_links>li a span::before,
.wrap_bottom .list_links>li a span::after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity ease 0.5s;
}
.wrap_bottom .list_links>li a span::before {
  background: url(/sodate/img/ico_arrow_b.svg) no-repeat center center;
  background-size: 100%;
  opacity: 0;
}
.wrap_bottom .list_links>li a span::after {
  background: url(/sodate/img/ico_arrow_w.svg) no-repeat center center;
  background-size: 100%;
  opacity: 1;
}
@media screen and (max-width :1366px){
  .wrap_bottom .list_links {
    left: 65%;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    width: 35%;
    width: calc(35% - 30px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .wrap_bottom .list_links>li a:hover {
    background-color: #fff;
    color: #000;
  }
  .wrap_bottom .list_links>li a:hover span::before {
    opacity: 1;
  }
  .wrap_bottom .list_links>li a:hover span::after {
    opacity: 0;
  }
}
@media screen and (max-width :834px){
  .wrap_bottom {
    width: 100%;
    max-width: none;
    background: url(/sodate/img/bg_campus_btm_sp.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .wrap_bottom .list_links {
    position: static;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .wrap_bottom .list_links>li:nth-child(n+2) {
    margin-top: 15px;
  }
  .wrap_bottom .list_links>li a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 16px 20px 15px;
    max-width: 315px;
    margin: 0 auto;
  }
  .wrap_bottom .list_links>li a span {
    width: auto;
    padding: 0 27px;
  }
  .wrap_bottom .list_links>li a span::before,
  .wrap_bottom .list_links>li a span::after {
    width: 4px;
    height: 6px;
  }

}