@charset "utf-8";
/* ===============================================
# 共通
=============================================== */
/* chatbot非表示 */
#synalio-iframe {
  display: none;
}
.dotgothic16-regular {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}
button {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  color: #262f2e;
}
body {
  background-color: #fdfedd;
}
main { 
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  color: #262f2e;
  width: 100%;
  max-width: 550px;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 835px){
  main { 
    width: 45%;
    max-width: 412px;
    margin: 0 0 0 50%;
    border-left: 6px solid #262f2e;
    border-right: 6px solid #262f2e;
  }
}
@media screen and (min-width: 1366px){
  main { 
    width: 34%;
    max-width: 412px;
    margin: 0 auto;
  }
}
/* 背景緑 */
.cmn_bg_green { 
  position: relative;
  z-index: 1;
  background-color: #a8e2d8;
}
.cmn_bg_green::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: url(../img/border_left-top.svg) no-repeat left top,
  url(../img/border_right-top.svg) no-repeat right top,
  url(../img/border_left-bottom.svg) no-repeat left bottom,
  url(../img/border_right-bottom.svg) no-repeat right bottom;
  background-size: 4px;
  pointer-events: none;
}
.cmn_bg_green::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #262f2e;
  z-index: 2;
  pointer-events: none;
}
/* 吹き出し見出し */
.cmn_ttl01 {
  position: relative;
  margin: 0 auto;
}
.cmn_ttl01::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/ico_acd_open.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cmn_ttl01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/border_left-top_w.svg) no-repeat left top,
  url(../img/border_right-top_w.svg) no-repeat right top,
  url(../img/border_left-bottom_w.svg) no-repeat left bottom,
  url(../img/border_right-bottom_w.svg) no-repeat right bottom;
  background-size: 4px;
  pointer-events: none;
}
.cmn_ttl01 span {
  display: block;
  border: 2px solid #262f2e;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.33;
  letter-spacing: 0.16em;
  padding-top: 4px;
  padding-bottom: 5px;
}
/* STARTボタン */
.cmn_btn_start {
  position: relative;
}
.cmn_btn_start:after {
  content: "";
  display: block;
  background-color: #262f2e;
  width: 174px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cmn_btn_start .btn {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 10px 5px 11px;
  text-decoration: none;
  display: block;
  width: 186px;
  margin: 0 auto;
  background-color: #ff6915;
  color: #fff;
  text-align: center;
  position: relative;
}
.cmn_btn_start .btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../img/border_left-top_r.svg) no-repeat left top,
  url(../img/border_right-top_r.svg) no-repeat right top,
  url(../img/border_left-bottom_r.svg) no-repeat left bottom,
  url(../img/border_right-bottom_r.svg) no-repeat right bottom;
  background-size: 6px;
  pointer-events: none;
}
.cmn_btn_start .btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 3px solid #262f2e;
}
.cmn_btn_start .btn span {
  padding-left: 21px;
  background: url(../img/ico_start.svg) no-repeat top 9px left;
  background-size: 12px;
  letter-spacing: 0.16em;
}

@media (hover: hover) and (pointer: fine) {
  .cmn_btn_start .btn:hover{
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
/* リンクボタン */
.cmn_link {
  position: relative;
}
.cmn_link::after {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: 2px;
  background-color: #262f2e;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cmn_link .btn {
  display: block;
  width: 100%;
  background-color: #fff;
  background: url(../img/ico_link.svg) no-repeat center right 19px, #fff;
  background-size: 12px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding-top: 14px;
  padding-bottom: 15px;
  position: relative;
  text-decoration: none;
  color: #262f2e;
}
.cmn_link .btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../img/border_left-top_w.svg) no-repeat left top,
  url(../img/border_right-top_w.svg) no-repeat right top,
  url(../img/border_left-bottom_w2.svg) no-repeat left bottom,
  url(../img/border_right-bottom_w2.svg) no-repeat right bottom;
  background-size: 4px;
  pointer-events: none;
}
.cmn_link .btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 2px solid #262f2e;
}
@media (hover: hover) and (pointer: fine) {
  .cmn_link .btn:hover{
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
/* fadeIn */
.js_fade{
  opacity: 0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.js_fade.show{
  animation: fadeInUp 1s ease 0s forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
     -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media print{
  .js_fade{
    opacity: 1;
    visibility: visible;
  }
}
/*androdi*/
.android .js_fade{
  opacity: 1;
  visibility: visible;
}

/* ===============================================
#　プロモ
=============================================== */
.sec_promo .inner { 
  width: 100%;
  padding: 36px 10px 88px;
  background: url(../img/bg_promo_people01.png) no-repeat bottom -30px left 11px,
  url(../img/bg_promo_people02.png) no-repeat bottom -42px right;
  background-size: 54px,74px;
}
.sec_promo .ttl_page_deco {
  margin-bottom: 22px;
  width: 259px;
}
.sec_promo .ttl_page_sub {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}
.sec_promo .ttl_page_sub span {
  padding-left: 38px;
  background: url(../img/ico_hat.png) no-repeat center left;
  background-size: 32px;
}
.sec_promo .ttl_page {
  text-align: center;
}
.sec_promo .ttl_page img {
  width: 100%;
  max-width: 285px;
}
.sec_promo .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 35px;
}
@media screen and (min-width: 1366px){
  .sec_promo {
    width: 33%;
    max-width: 607px;
    min-height: 620px;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: 206px;
  }
  .sec_promo::before {
    background: url(../img/border_right-top.svg) no-repeat right top, url(../img/border_right-bottom.svg) no-repeat right bottom;
    background-size: 10px;
    pointer-events: none;
  }
  .sec_promo::after {
    border: 4px solid #262f2e;
    border-left: none;
  }
  .sec_promo .inner {
    min-height: 620px;
    padding: 50px 10px 50px;
  }
  .sec_promo .ttl_page_deco {
    margin-bottom: 27px;
    width: 330px;
  }
  .sec_promo .ttl_page_deco ::after {
    width: 12px;
    height: 12px;
  }
  .sec_promo .ttl_page_deco  span {
    font-size: 21px;
    font-size: 2.1rem;
    padding-top: 4px;
    padding-bottom: 5px;
  }
  .sec_promo .ttl_page_sub {
    font-size: 27px;
    font-size: 2.7rem;
    margin-bottom: 15px;
  }
  .sec_promo .ttl_page_sub span {
    padding-left: 45px;
    background: url(../img/ico_hat.png) no-repeat center left;
    background-size: 39px;
  }
  .sec_promo .ttl_page img {
    max-width: 370px;
  }
  .sec_promo .lead {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 38px;
    margin-bottom: 55px;
  }
  .sec_promo .btn_start {
    display: none;
  }
  .sec_promo .btn_start:after {
    width: 226px;
  }
  .sec_promo .btn_start .btn {
    font-size: 24px;
    font-size: 2.4rem;
    width: 240px;
  }
  .sec_promo .btn_start .btn span {
    padding-left: 25px;
    background: url(../img/ico_start.svg) no-repeat top 13px left;
    background-size: 14px;
  }
}
@media screen and (min-width: 1600px){
  .sec_promo .inner {
    background: url(../img/bg_promo_people01.png) no-repeat bottom -30px left 50px,
    url(../img/bg_promo_people02.png) no-repeat bottom -42px right 50px;
    background-size: 54px,74px;
  }
  .sec_promo .btn_start:after {
    width: 358px;
  }
  .sec_promo .btn_start .btn {
    width: 372px;
  }
}
@media screen and (min-width: 1366px) and (max-height: 768px){
  .sec_promo {
    min-height: auto;
    top: 30px;
    margin-left: 206px;
  }
  .sec_promo .inner {
    min-height: auto;
  }
  .sec_promo .inner {
    padding: 36px 10px 50px;
  }
}
@media screen and (min-width: 1366px) and (max-height: 660px){
  .sec_promo {
    position: absolute;
  }
}
/* ===============================================
#　第一志望の学部・学科は？
=============================================== */
.sec_check {
  margin-top: 50px;
}
.sec_check .inner {
  width: 100%;
}
.sec_check .ttl_input {
  width: 180px;
  margin-bottom: 25px;
}
.sec_check .ttl_input span {
  padding-top: 8px;
  padding-bottom: 8px;
}
/* 入力 */
.sec_check .area_input .inner {
  padding: 20px 18px 21px;
}
.sec_check .area_input .list_dept>dl>dt {
  position: relative;
}
.sec_check .area_input .list_dept>dl>dt:after {
  content: "";
  display: block;
  background-color: #262f2e;
  width: calc(100% - 8px);
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec_check .area_input .list_dept>dl>dt button {
  width: 100%;
  background-color: #fff;
  background: url(../img/ico_acd_open.svg) no-repeat center right 19px, #fff;
  background-size: 8px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding-top: 13px;
  padding-bottom: 13px;
  transition: background-color ease 0.5s;
}
.sec_check .area_input .list_dept>dl>dt button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../img/border_left-top_w.svg) no-repeat left top,
  url(../img/border_right-top_w.svg) no-repeat right top,
  url(../img/border_left-bottom_w2.svg) no-repeat left bottom,
  url(../img/border_right-bottom_w2.svg) no-repeat right bottom;
  background-size: 4px;
  pointer-events: none;
}
.sec_check .area_input .list_dept>dl>dt button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 2px solid #262f2e;
}
.sec_check .area_input .list_dept>dl.is_on>dt button {
  background: url(../img/ico_acd_close.svg) no-repeat center right 19px, #fdfedd;
  background-size: 8px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.sec_check .area_input .list_dept>dl.is_on>dt button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../img/border_left-top_y.svg) no-repeat left top,
  url(../img/border_right-top_y.svg) no-repeat right top,
  url(../img/border_left-bottom_y.svg) no-repeat left bottom,
  url(../img/border_right-bottom_y.svg) no-repeat right bottom;
  background-size: 4px;
  pointer-events: none;
}
.sec_check .area_input .list_dept>dl+dl {
  margin-top: 11px;
}
.sec_check .area_input .list_dept>dl>dd {
  padding: 23px 2px 16px;
  display: none;
}
.sec_check .area_input .list_dept>dl>dd .list_faculty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px 0;
}
.sec_check .area_input .list_dept>dl>dd .list_faculty>li {
  width: 50%;
  font-size: 14px;
  font-size: 1.4rem; 
  position: relative;
}
.sec_check .area_input .list_dept>dl>dd .list_faculty>li input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.sec_check .area_input .list_dept>dl>dd .list_faculty>li span {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.sec_check .area_input .list_dept>dl>dd .list_faculty>li span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/img_checkbox.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_check .area_input .list_dept>dl>dd .list_faculty>li input:checked + span::before {
  background: url(../img/img_checkbox_on.svg) no-repeat center center;
  background-size: 100%;
}
.sec_check .area_input .list_dept>dl>dd .list_faculty>li input:focus-visible + .span {
  outline: 2px solid #3498db;
}
.sec_check .area_input .btn_result {
  margin-top: 33px;
}
.sec_check .txt_error p{
  text-align: center;
  color: #f00;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
}
.sec_check .area_input .btn_result .btn{
  width: 200px;
  padding: 13px 5px 14px;
}
.sec_check .area_input .btn_reset {
  text-align: center;
  margin-top: 23px;
}
.sec_check .area_input .btn_reset .btn {
  text-decoration: underline;
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .sec_check .area_input .list_dept>dl>dt:hover button {
    background-color: #fdfedd;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  .sec_check .area_input .btn_result .btn:hover{
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
/* 出力 */
.sec_check .area_result {
  margin-top: 50px;
}
.sec_check .area_result .ttl_area {
  text-align: center;
}
.sec_check .area_result .ttl_area img {
  width: 137px;
}
.sec_check .area_result .lead_area {
  text-align: center;
  margin-top: 10px;
}
.sec_check .area_result .box_result {
  margin-top: 24px;
}
.sec_check .area_result .item_result {
  border: 2px solid #262f2e;
  background-color: #fff;
  padding: 20px  19px 47px;
  position: relative;
}

.sec_check .area_result .item_result + .item_result{
  margin-top: 12px;
}
.sec_check .area_result .item_result .ttl_result {
  text-align: center;
  margin-bottom: 5px;
}
.sec_check .area_result .item_result .ttl_result .faculty {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.sec_check .area_result .item_result .ttl_result .faculty::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #262f2e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec_check .area_result .item_result .ttl_result .faculty::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../img/border_white-01.svg) no-repeat left top,
  url(../img/border_white-01.svg) no-repeat right top,
  url(../img/border_white-01.svg) no-repeat left bottom,
  url(../img/border_white-01.svg) no-repeat right bottom;
  background-size: 2px;
  pointer-events: none;
}
.sec_check .area_result .item_result .ttl_result .faculty span {
  display: inline-block;
  position: relative;
  width: 100px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #fff;
}
.sec_check .area_result .item_result .ttl_result .faculty span::after {
  content: "";
  display: block;
  width: 96px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #cacaca
}
.sec_check .area_result .item_result .ttl_result .faculty.sports span {
  width: 170px;
}
.sec_check .area_result .item_result .ttl_result .faculty.sports span::after {
  width: 164px;
}
.sec_check .area_result .item_result .ttl_result .dept {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}
.sec_check .area_result .item_result .keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 6px;
  margin-bottom: 15px;
}
.sec_check .area_result .item_result .keywords>.keyword::before {
  content: "#";
}
.sec_check .area_result .item_result .text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;  
  margin-bottom: 10px;
}
.sec_check .area_result .item_result .recommend .ttl_recommend {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sec_check .area_result .item_result .recommend .ttl_recommend span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 20px;
  background: url(../img/ico_check.svg) no-repeat top 9px left;
  background-size: 16px;

}
.sec_check .area_result .item_result .recommend .group_recommend {
  position: relative;
  border: 2px solid #262f2e;
  background-color: #a8e2d8;
  padding: 17px 20px 14px;
}
.sec_check .area_result .item_result .recommend .group_recommend+.group_recommend {
  margin-top: 27px;
}
.sec_check .area_result .item_result .recommend .group_recommend .label {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  width: 69px;
  padding: 4px 5px 5px;
  color: #fff;
  text-align: center;
  background-color: #262f2e;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec_check .area_result .item_result .recommend .group_recommend .list_type .name {
  padding-left: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  background: url(../img/ico_link.svg) no-repeat center left;
  background-size: 9px;
}
.sec_check .area_result .item_result .recommend .group_recommend .list_type .name + .name {
  margin-top: 5px;
}
.sec_check .area_result .item_result .recommend .group_recommend.after {
  background-color: #fed9c4;  
}
.sec_check .area_result .item_result .link_check {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec_check .area_result .item_result .link_check .link{
  font-size: 15px;
  font-size: 1.5rem;
  padding: 1px 25px 0 8px;
  padding-right: 25px;
  display: inline-block;
  border-top: 2px solid #262f2e;
  border-left: 2px solid #262f2e;
  background-color: #ffe04b;
  background: url(../img/ico_link.svg) no-repeat center right 8px,#ffe04b;;
  background-size: 8px;
  text-decoration: none;
  color: #262f2e;
}
.sec_check .area_result .item_result .link_check img {
  width: 69px;  
  padding-bottom: 6px;
}
.sec_check .area_result {
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.sec_check .area_result.is_result {
  opacity: 1;
  height: auto;
}
.sec_check .area_result .ttl_area {
  opacity: 0;
}
.sec_check .area_result.is_result .ttl_area {
  opacity: 1;
  transition: opacity ease 0.5s;
}
.sec_check .area_result .lead_area {
  opacity: 0;
}
.sec_check .area_result.is_result .lead_area {
  opacity: 1;
  transition: opacity ease 0.5s 0.4s;
}
.sec_check .area_result .box_result {
  opacity: 0;
}
.sec_check .area_result.is_result .box_result  {
  opacity: 1;
  transition: opacity ease 0.5s 1s;
}

/* ===============================================
#　第一志望の学部・学科は？
=============================================== */
.sec_link {
  margin-top: 50px;
  position: relative;
}
.sec_link .inner {
  width: 100%;
  padding: 35px 18px 45px;
}
.sec_link .inner::before {
  content: "";
  display: block;
  width: 72px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,-100%);
  transform: translate(-50%,-100%);
  background: url(../img/bg_link.png) no-repeat center top;
  background-size: 100%;
}
.sec_link .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44;
  text-align: center;
  padding-bottom: 17px;
  margin-bottom: 12px;
  background: url(../img/ico_arrow3.svg) no-repeat center bottom;
  background-size: 59px;
}
.sec_link .ttl:nth-of-type(n+2) {
  margin-top: 40px;
}
.sec_link .list_link > li+li {
  margin-top: 12px;
}
@media screen and (min-width: 835px){
  .sec_link {
    width: 45%;
    max-width: 480px;
    position: fixed;
    top: 100px;
    right: 50%;
    margin-top: 0;
    opacity: 1;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec_link.show {
    animation: none;
  }
  .sec_link::before {
    background: url(../img/border_left-top.svg) no-repeat left top, url(../img/border_left-bottom.svg) no-repeat left bottom;
    background-size: 10px;
    pointer-events: none;
  }
  .sec_link::after {
    border: 4px solid #262f2e;
    border-right: none;
  }
  .sec_link .inner {
    width: 460px;
    margin: 0 auto;
    padding: 35px 0 45px;
  }
  .sec_link .inner::before {
    content: none;
  }
  .sec_link .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 20px;
    margin-bottom: 12px;
    background: url(../img/ico_arrow3.svg) no-repeat center bottom;
    background-size: 76px;
  }
  .sec_link .ttl:nth-of-type(n+2) {
    margin-top: 57px;
  }
  .sec_link .list_link > li::after {
    width: 344px;
  }
  .sec_link .list_link > li .btn {
    width: 352px;
    margin: 0 auto;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 20px;
    padding-bottom: 21px;
  }
  .sec_link .list_link > li + li {
    margin-top: 23px;
  }
}
@media screen and (min-width: 1366px){
  .sec_link {
    width: 33%;
    max-width: 607px;
    min-height: 620px;
    margin-right: 206px;
  }
  .sec_link .ttl {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .sec_link .list_link > li::after {
    width: 364px;
  }
  .sec_link .list_link > li .btn {
    width: 372px;
    font-size: 20px;
    font-size: 2.0rem;
  }
}
@media screen and (min-width: 834px) and (max-height: 768px){
  .sec_link {
    top: 30px;
    min-height: auto;
  }
  .sec_link .inner {
    padding: 31px 10px 25px;
  }
}
@media screen and (min-width: 835px) and (max-height: 660px){
  .sec_link {
    position: absolute;
  }
}
/* ===============================================
# 左右学部名
=============================================== */
.side_scroll {
  pointer-events: none;
}
.side_scroll .roll {
  position: fixed;
  height: auto;
  top: 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 10;
  animation: 20s linear infinite side_dept;
}
@keyframes side_dept {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
.side_scroll .roll.left {
  left: 0;
}
.side_scroll .roll.right {
  right: 0;
}
.side_scroll .roll .dept {
  margin-bottom: 9px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  white-space: nowrap;
}
.side_scroll .dept img{
  margin-top: 7px;
  padding-left: 1px;
  width: 17px;
}
.side_scroll .dept.foreign img{
  width: 16px;
}
@media screen and (min-width: 835px){
  .side_scroll .roll {
    height: 2890px;
    animation: 30s linear infinite side_dept;
  }
  .side_scroll .roll.left {
    left: 0;
  }
  .side_scroll .roll.right {
    right: 0;
  }
  .side_scroll .roll .dept {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2.0rem;
  }
  .side_scroll .dept img{
    margin-top: 20px;
    width: 30px;
  }
  .side_scroll .dept.foreign img{
    width: 29px;
  }
}
@media screen and (min-width: 1600px){
  .side_scroll .roll {
    height: 3510px;
  }
  .side_scroll .roll.left {
    left: 10px;
  }
  .side_scroll .roll.right {
    right: 10px;
  }
  .side_scroll .roll .dept {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .side_scroll .dept img{
    width: 47px;
  }
  .side_scroll .dept.foreign img{
    width: 46px;
  }
}
/* ===============================================
# もう一度診断する
=============================================== */
.sec_restart {
  padding-top: 45px;
  padding-bottom: 35px;
}
.sec_restart .btn_restart .btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../img/border_left-top_restart.svg) no-repeat left top,
  url(../img/border_right-top_restart.svg) no-repeat right top,
  url(../img/border_left-bottom_restart.svg) no-repeat left bottom,
  url(../img/border_right-bottom_restart.svg) no-repeat right bottom;
  background-size: 6px;
  pointer-events: none;
}

@media screen and (min-width: 835px){
  .sec_restart {
    display: none;
  }
  .sec_restart.is_on {
    display: block;
  }
}
/* ===============================================
# フッター
=============================================== */
footer {
  padding: 5px 0 15px;
}
footer .logo {
  text-align: center;
}
footer .logo img {
  width: 133px;
}
@media screen and (min-width: 835px){
  footer { 
    width: 45%;
    max-width: 412px;
    margin: 0 0 0 50%;
    padding-top: 15px;
    border-left: 6px solid #262f2e;
    border-right: 6px solid #262f2e;
  }
  footer .logo img {
    width: 183px;
  }
}
@media screen and (min-width: 1366px){
  footer { 
    width: 412px;
    margin: 0 auto;
  }
}