/*
 * header-footer.css
 * Extracted selectively from try-gakuin.com common.css (header / global nav / footer / base).
 * Page-specific, footer-inquiry, and prefecture-search rules intentionally omitted.
 * Asset url() rewritten to absolute https://www.try-gakuin.com for the static mock.
 */
@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	color: #444;
	font: 13px "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	*font-size: small;
	*font: x-small;
	line-height: 1.4;
}

div, p, pre, h1, h2, h3, h4, h5, h6, table, form, caption, ul, ol, li, dl, dt, dd, img, figure {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ol, li {
	list-style: none;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, button, textarea, select, optgroup, option, address {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input, button, textarea, select {
	*font-size: 100%;
}

a {
	color: #3067bb;
}

a:visited {
	color: #3067bb;
}

a:hover {
	color: #3067bb;
	text-decoration: none;
}

a:active {
	color: #bbb930;
}

figure img {
	max-width: 100%;
}

img{
	height: auto;
}

@media screen and (min-width: 1067px) {
  .l-header {
      font-family: "Noto-Sans JP", "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif !important;
  	}

  .mod-header {
  		width: 100%;
  		max-width: 1280px;
  		height: 80px;
  		margin: 0 auto 0px;
  	}

  .mod-header-text {
  		font-size: 10px;
  		font-weight: normal;
  		line-height: 1;
  		padding: 10px 0;
  	}

  .mod-header-box {
  		display: flex;
  		width: 100%;
  		height: 80px;
  		justify-content: space-between;
  	}

  .mod-header-boxLeft {
  		display: flex;
  		width: 450px;
  		height: inherit;
  		margin-left: 30px;
  		
  	}

  .mod-header-boxRight {
  		display: flex;
  		width: 720px;
  		height: inherit;
  		
  		align-items: center;
  		gap: 16px;
  		margin-right: 40px;
  	}

  .mod-header-btns {
  		display: flex;
  		gap: 12px;
  	}

  .mod-header-btn {
  		width: 160px;
  		height: 55px;
  		position: relative;
  		display: flex;
  		align-items: center;
  		
  		border-radius: 50px;
  	}

  .mod-header-btn:after {
  		content: "";
  		background: url('https://www.try-gakuin.com/img_new/common/header/ic_arr_wh_blue.webp') no-repeat center / contain;
  		width: 16px;
          height: 16px;
  		position: absolute;
  		top: 0;
  		bottom: 0;
  		margin: auto;
  		right: 12px;
  	}

  .mod-header-btn--fn {
  		background: #0091FF;
      transition: 0.8s ease;
  	}

  .mod-header-btn--fn:hover {
  		background: #0050E1;
  	}

  .mod-header-btn--cm {
  		background: #FF3264;
  		transition: 0.8s ease;
  	}

  .mod-header-btn--cm:hover {
  		background: #E10032;
  	}

  .mod-header-campusSearch-btn{
  		
  		
  		
  		
  		
  		
  		
  		
  	}

  .mod-header-btn a{
  		text-decoration: none;
  		font-size: 14px;
  		font-weight: bold;
  		line-height: 1.4;
  		color: #fff !important;
  		width: 100%;
  		height: 100%;
  		display: flex;
  		flex-direction: column;
  		justify-content: center;
  		padding: 0 0 0 18px;
  	}

  .mod-header-btn-description {
  		font-size: 12px;
  		font-weight: normal;
  		line-height: 1.6;
  		display: block;
  	}

  .mod-header-campusSearch-btn__inner{
  		display: flex;
  		align-items: center;
          justify-content: center;
  		height: 100%;
  		padding-right: 2px;
  	}

  .mod-header-campusSearch-btn__inner p{
  		color: #fff;
  	}

  .mod-header-logo {
  		
  		
  		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		box-sizing: border-box;
  		display: flex;
  		align-items: center;
  	}

  .mod-header-link {
  		
  		
  		
  		
  		display: flex !important;
  		width: 52%;
  		gap: 20px;
  	}

  .mod-header-link li {
  		display: block;
  		width: 53%;
  		max-width: 110px;
  		height: 55px;
  		
  		
  		
  		-moz-box-sizing: border-box;
  		
  	}

  .mod-header-link li:nth-of-type(2) {
  		
  		
  		border-left: 1px solid #C7D5F1;
  		border-right: 1px solid #C7D5F1;
  		padding: 0 10px;
  	}

  .mod-header-link li:last-child {
  		border-right: none;
  	}

  .mod-header-link li:first-child {
  		
  	}

  .mod-header-link li a {
  		display: block;
  		position: relative;
  		height: 100%;
  		
  		color: #333;
  		text-decoration: none;
  	}

  .mod-header-link li a span {
  		display: block;
  		
  		
  		font-size: 12px;
  		font-weight: bold;
  		text-align: center;
  		line-height: 1;
  		
  		
  		margin-top: 10px;
  		white-space: nowrap;
  	}

  .mod-header-link li a::before {
  		content: "";
  		display: block;
  		
  	}

  .mod-header-link-shiryou a::before {
  		width: 34px;
  		height: 34px;
  		margin: 0 auto;
  		top: 0px;
  		right: 0;
  		left: 0;
  		background-image: url('https://www.try-gakuin.com/img_new/common/header/link_ic_shiryou.webp');
  		background-repeat: no-repeat;
  		background-size: contain;
  	}

  .mod-header-link-oc a::before {
  		width: 34px;
  		height: 34px;
  		margin: 0 auto;
  		top: 1px;
  		right: 0;
  		left: 0;
  		background-image: url('https://www.try-gakuin.com/img_new/common/header/link_ic_oc.webp');
  		background-repeat: no-repeat;
  		background-size: contain;
  	}

  .mod-header-link-gakuhi a::before {
  		width: 34px;
  		height: 34px;
  		margin: 0 auto;
  		top: 1px;
  		right: 0;
  		left: 0;
  		background-image: url('https://www.try-gakuin.com/img_new/common/header/link_ic_gakuhi_blue.webp');
  		background-repeat: no-repeat;
  		background-size: contain;
  	}

  .mod-header-link-taiken a::before {
  		width: 19px;
  		height: 26px;
  		background-position: -42px 0;
  		margin: 0 auto;
  		top: 4px;
  		right: 0;
  		left: 0;
  	}

  .mod-header-link-kobetsu a::before {
  		width: 32px;
  		height: 23px;
  		background-position: -61px 0;
  		margin: 0 auto;
  		top: 5px;
  		right: 0;
  		left: 0;
  	}

  .l-header-chase {
  		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		
  		z-index:100;
  		background:#fff;
  	}

  .mod-gNav {
  		width: 100%;
  		
  		height: 50px;
  		background: #1F3B9E;
  		
  		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		box-sizing: border-box;
  	}

  .mod-gNav-list {
  		display: flex;
  		max-width: 1200px;
  		height: 50px;
  		margin: 0 auto 0;
  		justify-content: space-around;
  	}

  .mod-gNav-list > li {
  		
  		width: 19.17%;
  		max-width: 230px;
  		
  		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		box-sizing: border-box;
  		position: relative;
  		display: flex;
  		gap: 12.5px;
  		justify-content: center;
  	}

  .mod-gNav-list li:first-child {
  		
  	}

  .mod-gNav-list > li > .mod-gNav-list-title, .mod-gNav-list-title-single {
  		display: flex;
  		align-items: center;
  		justify-content: center;
  		height: 100%;
  		text-align: center;
  		font-size: 16px;
  		font-weight: bold;
  		line-height: 1.2;
  		color: #fff !important;
  		background: #1F3B9E;
  		
  		text-decoration: none;
  		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		box-sizing: border-box;
  		cursor: pointer;
  	}

  .mod-gNav-list-dropdown {
  		display: none;
  		position: absolute;
  		top: 100%;
  		width: 100%;
  		
  		
  		
  		
  		background-color: #fff;
  		box-shadow: 0px 0px 10px #3c454730;
  		z-index: 10;
  		
  	}

  .mod-gNav-list-title:hover + .mod-gNav-list-dropdown,
  	.mod-gNav-list-dropdown:hover {
  	  display: block;
  	}

  .mod-gNav-list-dropdown:hover {
  		
  	}

  .mod-gNav-list-dropdown li {
  		position: relative;
  		height: 40px;
  		border-bottom: solid 1px #CCCCCC;
  		display: flex;
  		align-items: center;
  	}

  .mod-gNav-list-dropdown .mod-gNav-list-dropdown-item--ln-two {
  		height: 60px;
  	}

  .mod-gNav-list-dropdown li:after {
  		content: "";
  		width: 12px;
  		height: 12px;
  		background: url('https://www.try-gakuin.com/img_new/common/header/ic_arr_blue.webp') no-repeat center / contain;
  		position: absolute;
  		top: 0;
  		bottom: 0;
  		margin: auto;
  		right: 12px;
  	}

  .mod-gNav-list-dropdown_link {font-size: 13px;line-height: 1.5;text-decoration: none;font-weight: 500;width: 100%;height: 100%;display: flex;align-items: center;padding: 0 0 0 16px;color: #333!important;}

  .footer-line {
  		height: 20px;
  		background-color: #003686;
  		width: 100%;
  		margin: 20px 0;
  	}

  .l-footer {
  		width: 100%;
  	}

  .l-footer__followNav {
  		padding: 0 0 0;
  	}

  .mod-pageTop {
  		width: 950px;
  		margin: 30px auto 15px;
  		text-align: right;
  	}

  .mod-footer-link {
  		width: 100%;
  		line-height: 1;
  		background: #fff;
  		border-top: 1px solid #fff;
  		padding: 30px 0;
  		margin: 0 0 20px;
  	}

  .mod-footer-link-column {
  		width: 950px;
  		display: table;
  		margin: 0 auto;
  	}

  .mod-footer-link-columnList {
  		display: table-cell;
  		width: 25%;
  	}

  .mod-footer-link-detail {
  		width: 100%;
  		margin: 0 0 30px;
  	}

  .mod-footer-link-detail:last-child {
  		margin: 0;
  	}

  .mod-footer-link-detail dt {
  		font-size: 16px;
  		line-height: 1.2;
  		font-weight: bold;
  		padding: 0 0 0 8px;
  		border-left: 3px solid #003586;
  	}

  .mod-footer-link-detail dd {
  		padding: 0 0 0 11px;
  		margin: 14px 0 0;
  	}

  .mod-footer-link-detail dd a {
  		font-size: 14px;
  		color: #333;
  		text-decoration: none;
  	}

  .mod-footer-link-detail dd a:hover {
  		text-decoration: underline;
  	}

  .mod-footer-link-detail__pref dd {
  		display: table;
  		width: 100%;
  		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		box-sizing: border-box;
  	}

  .mod-footer-link-detail__pref ul {
  		display: table-cell;
  		width: 33%;
  	}

  .mod-footer-link-detail__pref ul li {
  		margin: 0 0 14px;
  	}

  .mod-footer-maingroup {
  		width: 100%;
  		margin: 0px 300px 0px 0px;
  		background: #f7f7f7;
  	}

  .mod-footer-maingroup ul {
  		width: 1200px;
  		margin: 0 auto;
  		text-align: center;
  	}

  .mod-footer-group {
  		width: 100%;
  		margin: 0px 300px 0px 0px;
  		background: #f7f7f7;
  	}

  .mod-footer-group ul {
  		width: 1120px;
  		margin: 0 auto;
  		text-align: center;
  	}

  .mod-footer-group ul li {
  		display: inline-block;
  		margin: 10px 0 0 10px;
  		vertical-align: top;
  	}

  .mod-footer-group ul li a {
  		text-decoration: none;
  	}

  .mod-footer-group ul li span {
  		display: block;
  		text-align: center;
  		font-size: 10px;
  		color: #333;
  		height: 2.4em;
  		margin: 0 0 10px;
  	}

  .mod-footer-group ul li a:hover img {
  		opacity: .8;
  	}

  .mod-footer-group-1 img {
  		width: 200px;
  	}

  .mod-footer-group-2 img {
  		width: 184px;
  	}

  .mod-footer-group-3 img {
  		width: 186px;
  	}

  .mod-footer-group-4 img {
  		width: 165px;
  	}

  .mod-footer-group-5 img {
  		width: 69px;
  	}

  .mod-footer-group-6 img {
  		width: 88px;
  	}

  .mod-footer-group-7 img {
  		width: 118px;
  	}

  .mod-footer-group-8 img {
  		width: 120px;
  	}

  .mod-footer-group-9 img {
  		width: 120px;
  	}

  .mod-footer-group-10 img {
  		width: 125px;
  	}

  .mod-footer-group-11 img {
  		width: 145px;
  	}

  .mod-footer-group-12 img {
  		width: 135px;
  	}

  .mod-footer-copyright {
  		width: 100%;
  		border-top: 1px solid #efefef;
  		font-size: 10px;
  		font-weight: bold;
  		line-height: 1;
  		padding: 15px 0;
  		text-align: center;
  		color: #bbb;
  	}

  .mod-footer-copyright img {
  		margin: 0 0 10px;
  	}

  .p-footer-service__main-service {
  		margin-top: 2rem;
  		background: #f7f7f7;
  	}

  .p-footer-service__main-service-items {
  		display: flex;
  		margin: 0 -1.5rem;
  		list-style: none;
  	}

  .p-footer-service__main-service-item {
  		width: 50%;
  		padding: 0 1.5rem;
  		font-size: 1.4rem;
  		line-height: 1.4;
  	}

  .p-footer-service__main-service-item a {
  		display: inline-block;
  		color: #333;
  	}

  .p-footer-service__main-service-item p {
  		margin-top: 1rem;
  	}

  .p-footer-service__main-service-item-inner {
  		padding: 20px 10px;
  		text-align: center;
  		background-color: #fff;
  		border-radius: 10px;
  	}

  .p-footer-service__sub-service {
  		margin-top: 2.5rem;
  		padding: 20px;
  		background-color: #fff;
  		border-radius: 10px;
  	}

  .c-icon {
  		width: 1em;
  		height: 1em;
  		vertical-align: inherit;
  		fill: currentcolor;
  	}

  .c-icon._text-last {
  		margin-left: 0.25em;
  	}

  .p-footer a {
          text-decoration: none;
      }

  .p-footer a:hover {
          text-decoration: underline;
      }

  .sp {
  		display: none;
  	}

  .sp-im {
      	display: none!important;
    	}
}

@media screen and (max-width: 1066px) {
  html.is-overlay-active {
  	overflow: hidden;
  	}

  .l-header {
  		position: fixed;
  		top: 0;
  		width: 100%;
  		height: 50px;
  		z-index: 1001;
  		
  		font-family: "Noto-Sans JP", "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif !important;
  	}

  .mod-header {
  	height: 100%;
  	display: flex;
  	}

  .mod-header-box {
  		display: flex;
  		position: relative;
  		justify-content: space-between;
  		align-items: center;
  		width: 100%;
  		background-color: #ffffffb3;
  	}

  .mod-header-box[aria-expanded='true'] {
  		background-color: rgba(250, 248, 248, 0.7);
  		backdrop-filter: blur(14px);
  	}

  .mod-header-boxLeft {
  		
  display: block;
  	}

  .mod-header-logo img {
  		width: 48vw;
  		max-width: 191px;
  		padding-left: 10px;
  	}

  .mod-header-boxRight {
  		
  	}

  .mod-header-btns {
  	display: flex;
  	gap: 10px;
  	}

  .mod-header-btn {
  		
  	}

  .mod-header-btn {
  		width: 25.6vw;
  		height: 28px;
  		position: relative;
  		display: flex;
  		align-items: center;
  		border-radius: 50px;
  		justify-content: center;
  		margin: auto;
  	}

  .mod-header-btn a {
  		color: #fff !important;
  		text-decoration: none;
  		font-size: 11px;
  		text-align: center;
  	}

  .mod-header-btn--fn {
  		background: #0091FF;
  		border-radius: inherit;
  		margin: 20px auto 24px;
  		box-sizing: border-box;
  		width: 87vw;
  		max-width: 300px;
  		height: 60px;
  		border-radius: 4px;
  	}

  .mod-header-btn--fn a {
  		font-size: 18px;
  		line-height: 1.2;
  		display: flex;
  		flex-direction: column;
  		width: 100%;
  		height: 100%;
  		justify-content: center;
  		text-align: left;
  		padding-left: 20px;
  		font-weight: bold;
  		box-shadow: 0px 0px 10px #BEBEBE80;
  		letter-spacing: 0.04em;
  		position: relative;
  	}

  .mod-header-btn--fn a:after {
  		content: "";
  		background: url('https://www.try-gakuin.com/img_new/common/header/ic_arr_wh_blue.webp') no-repeat center / contain;
  		width: 20px;
          height: 20px;
  		position: absolute;
  		top: 0;
  		bottom: 0;
  		margin: auto;
  		right: 12px;
  	}

  .mod-header-btn-description {
  		font-size: 14px;
  		
  		font-weight: 500;
  		margin: 0 0 0 3px;
  	}

  .mod-header-btn--cm {
  		background: #FF3264;
  	}

  .header_toggle-open__menu {
  		position: fixed;
  		left: 0;
  		z-index: 1;
  		width: 100%;
  		overflow: auto;
  		background: #fff;
  		background: #fff;
  		opacity: 1;
  		max-width: 90.67vw;
  		height: calc(100% - 50px);
  		overscroll-behavior: contain;
  		top: 50px;
  		margin-left: auto;
  		right: -100%;
  		transition: right 0.3s ease;
  		display: block;
  	}

  .sp-toggle-btn.is-active {
  		background: #0091FF;
  	}

  .header_toggle-open__menu[aria-hidden='false'] {
  		right: 0;
  	}

  .header_overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: -1;
    transition: all 0.1s ease-in-out;
  }

  .header_overlay.is-active {
    opacity: 1;
    z-index: 1000;
  }

  .mod-gNav-list {
  		
  	}

  .mod-gNav-list > li {
  		
  		border-bottom: solid 1px #CCCCCC;
  	}

  .mod-gNav-list-title {
  		color: #1F3B9E !important;
  		font-weight: bold;
  		line-height: 1.5;
  		text-decoration: none;
  		display: flex;
  		height: 44px;
  		align-items: center;
  		padding: 0 0 0 20px;
  		font-size: 16px;
  	}

  .mod-gNav-list-title-single {
  		color: #333 !important;
  		font-weight: bold;
  		line-height: 1.5;
  		text-decoration: none;
  		display: flex;
  		height: 44px;
  		align-items: center;
  		padding: 0 0 0 20px;
  		font-size: 16px;
  	}

  .mod-gNav-list-dropdown {
  		padding-bottom: 11px;
  	}

  .mod-gNav-list-dropdown li {
  		font-size: 14px;
  		height: 31px;
  		padding: 0 0 0 20px;
  		position: relative;
  	}

  .mod-gNav-list-dropdown_link {
  		text-decoration: none;
  		color: #333!important;
  		display: flex;
  		align-items: center;
  		width: 100%;
  		height: 100%;
  		font-weight: 500;
  	}

  .sp-global-toggle {
  		position: static;
  		width: 55px;
  		height: 50px;
  	}

  .sp-toggle-btn {
  		position: static;
  		
  		display: block;
  		
  		
  		color: #333;
  		
  		
  		background: rgba(0, 0, 0, 0);
  		width: 100%;
  		
  		height: 100%;
  		justify-content: center;
  		max-width: unset;
  		margin: auto;
  		overflow: hidden;
  	}

  .sp-toggle-btn:after {
  		content: "MENU";
  		color: #1F3B9E;
  		font-size: 9px;
  		line-height: 1;
  		display: block;
  		width: fit-content;
  		margin-top: 6px;
  		margin-left: -1px;
  		margin: 6px auto 0;
  	}

  .sp-toggle-btn.is-active:after {
  		content: "CLOSE";
  		color: #fff;
  	}

  .line {
  		position: relative;
  		display: block;
  		width: 24px;
  		height: 15px;
  		
  		margin: auto;
  	}

  .line span {
  		position: absolute;
  		left: 0;
  		right: 0;
  		display: flex;
  		justify-content: flex-end;
  		width: 100%;
  		height: 1px;
  		margin: auto;
  	}

  .line span:after {
  	  display: block;
  	  width: 100%;
  	  height: 100%;
  	  background: #1F3B9E;
  	  content: '';
  	  border-radius: 1px;
  	}

  .line span:first-child {
  		top: 0;
  		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  	}

  .line span:nth-of-type(2) {
  		top: 0;
  		bottom: 0;
  		transition: opacity 0.3s;
  	}

  .line span:last-child {
  		top: 15px;
  		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  	}

  .sp-toggle-btn.is-active .line > span:first-child {
  	  -webkit-transform: rotate(45deg);
  	  -ms-transform: rotate(45deg);
  	  transform: rotate(45deg);
  	  top: 7.5px;
  	}

  .sp-toggle-btn.is-active .line > span:first-child:after {
  		background: #fff;
  	}

  .sp-toggle-btn.is-active .line > span:nth-child(3):after {
  		background: #fff;
  	}

  .sp-toggle-btn.is-active .line > span:nth-of-type(2) {
  		opacity: 0;
  	}

  .sp-toggle-btn.is-active .line > span:nth-child(3) {
  	  -webkit-transform: rotate(-45deg);
  	  -ms-transform: rotate(-45deg);
  	  transform: rotate(-45deg);
  	  top: 7.5px;
  	}

  .footer-box {
  		margin: 0;
  		border: none;
  		padding: 0;
  		color: #333;
  		text-align: center;
  	}

  .footer-nav {
  		padding: 0;
  		width: 100%;
  	}

  .footer-box__lowerLayer .footer-nav {
  		position: relative;
  		height: 160px;
  		background: #dfdfdf;
  	}

  .footer-box__lowerLayer .footer-nav-list {
  		position: fixed;
  		left: 0;
  		bottom: 0;
  		z-index: 998;
  	}

  .footer-box__lowerLayer .footer-nav.footer-nav__noNav {
  		height: 34px;
  	}

  .footer-nav-list {
  		display: table;
  		table-layout: fixed;
  		background: #FFF;
  		margin: 0;
  		list-style: none;
  		width: 100%;
  		-webkit-box-sizing: border-box;
  		box-sizing: border-box;
  		padding: 3px 2px 5px 2px;
  	}

  .footer-nav-list li {
  		display: table-cell;
  		border: none !important;
  		border-radius: 0;
  		background: #fff;
  		height: auto;
  		line-height: 1;
  		padding: 0 4px 0 0;
  		vertical-align: top;
  		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		box-sizing: border-box;
  	}

  .footer-nav-list li a {
  		display: table;
  		text-decoration: none;
  		font-size: 10px;
  		color: #FFF;
  		padding: 28px 0 4px;
  		border-radius: 6px;
  		margin: 0 2px;
  		width: 100%;
  		height: 54px;
  		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		box-sizing: border-box;
  	}

  .footer-nav-list li a p {
  		display: table-cell;
  		text-align: center;
  		vertical-align: middle;
  		line-height: 1;
  	}

  .footer-nav-list li a p span {
  		display: inline-block;
  		line-height: 1.1;
  	}

  .footer-nav-req a {
  		background: url('https://www.try-gakuin.com/img_new/common/footer/ic_footNav_docReq_new.png') no-repeat 50% 11px, #50a731;
  		background-size: 17px 17px, auto;
  	}

  .footer-nav-briefing a {
  		background: url('https://www.try-gakuin.com/img_new/common/footer/ic_footNav_briefing_new.png') no-repeat 50% 9px, #1c9fe1;
  		background-size: 19px 19px, auto;
  	}

  .footer-nav-campus a {
  		background: url('https://www.try-gakuin.com/img_new/common/footer/ic_footNav_campus_new.png') no-repeat 50% 5px, #eb6339;
  		background-size: 19px 19px, auto;
  	}

  .footer-nav-tel a {
  		background: url('https://www.try-gakuin.com/img_new/common/footer/ic_footNav_tel_new.png') no-repeat 50% 9px, #2b558c;
  		background-size: 18px 18px, auto;
  	}

  .footer-nav-schoolDetail {
  		text-align: center;
  		background: #f5f5f5;
  		line-height: 1;
  		padding: 7px 0;
  		height: 28px;
  		overflow: hidden;
  		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		box-sizing: border-box;
  	}

  .footer-nav-schoolDetail a {
  		font-size: 12px;
  	}

  .footer-nav-schoolDetail a:not(list-child) {
  		margin: 0 7px 0 0;
  	}

  .footer-nav-copy {
  		text-align: center;
  		font-size: 12px;
  		background: #dfdfdf;
  		margin: 5px 0 10px;
  		width: 100%;
  		height: 34px;
  		overflow: hidden;
  		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		box-sizing: border-box;
  	}

  .footer-nav-copy__zuiyo {
  		margin: 10px 0 5px;
  		text-align: center;
  	}

  .footer-nav-copy__zuiyo img {
  		width: 300px;
  	}

  .mod-pageTop {
  		padding: 0 10px;
  		font-size: 12px;
  		text-align: right;
  		margin: 15px 0;
  		;
  	}

  .pc {
  		display: none;
  	}
}

sup {
	bottom: -.25em;
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
