/*

Common

*/

:root {
	
/* Color */

	--main: #c9936f;
	--sub: #8ca19e;
	--background: #faf6e7;
	--emergency: #bb100f;
	--important: #f2b615;

/** Visiter **/
	--exam: #13b9a0;
	--students: #c9936f;
	--graduates: #eed91d;
	
/** Subject **/
	--v: #ec9497;
	--p: #e1b470;
	--pd: #a5d2af;
	--i: #eca8c2;
	--ad: #8cbddc;
	--f: #c6a5c3;
}

html {
	font-size: 15px;
}
body {
	position: relative;
	min-width: 100%;
	width: 100%;
	height: 100%;
	font-family: 'Inter','KozGoPro-Regular','小塚ゴシック Pro R','KozGoPr6N-Regular','kozuka-gothic-pr6n','kozuka-gothic-pro','Noto Sans JP',sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-feature-settings: 'palt';
	letter-spacing: 0.05em;
	line-height: 2em;
	color: #333;
	background: #faf6e7;
	overflow-x: hidden;
}
::selection {
	background: #ADB2BF;
}
::-moz-selection {
	background: #ADB2BF;
}
a {
	color: #383838 !important;
	text-decoration: none;
}
a:hover {
	color: #383838 !important;
	text-decoration: underline;
}
.inner {
	position: relative;
	margin: 0 auto;
	padding: 0 70px;
	padding: 0 100px;
	max-width: 1240px;
	min-width: 1000px;
	width: auto;
	box-sizing: border-box;
}
.inner.wider {
	padding: 0 50px;
	max-width: 100%;
	width: 100%;
}
.inner.narrow {
	padding: 0 150px;
}
.inset {
	max-width: 70%;
	width: 70%;
}
.section {
	position: relative;
	margin: 0 auto 5.8em auto;
	margin: 0 auto 8em auto;
}
.section.section_border {
	margin-bottom: 5.8em;
}
.section_border .inner {
	padding-bottom: 5.3em;
}
.section_border .inner::before {
	position: absolute;
	bottom: 0;
	left: 70px;
	content: '';
	width: calc(100% - 140px);
	height: 1px;
	background: #e7e2cd;
}
.section_compact .section:not(:last-of-type) {
	margin-bottom: 5.5em;
}
._content_block:not(:last-of-type) {
	margin-bottom: 3.5em;
}
.block:not(:last-of-type) {
	margin-bottom: 3.5em;
}
.error {
	padding: 3em 0;
	text-align: center;
	color: #fff;
	font-size: 5em;
}
.main {
	width: calc(100% - 330px);
	width: calc(100% - 340px);
}
.side {
	width: 230px;
	width: 250px;
}
.main.righter,
.side.righter {
	float: right;
}
.main .section:last-of-type {
	margin-bottom: 0;
}

.adjust_comma {
    letter-spacing: -0.4em;
}
.adjust_period {
    letter-spacing: -0.3em;
}
.adjust_bracket_first {
    margin-left: -0.5em;
}
.adjust_brackets {
    letter-spacing: -0.6em;
}

.w_lead .side {
	float: left;
	width: 23%;
}
.w_lead .main {
	float: right;
	width: 73%;
}

.main.lefter,
.side.lefter {
	float: left;
}
.side_toc {
	position: sticky;
	top: calc(124px + 55px);
	top: 180px;
	padding: 1.8em;
	border-radius: 10px;
	transition: all 200ms linear;
}
.side_toc.sticked {
	background: #fff;
}
._side_toc ul {
	padding-left: 1rem;
}
.side_toc ul ul {
	padding-left: 0;
}
.side_toc li {
	font-size: 0.9em;
	font-size: 0.85em;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7em;
}
.side_toc li span {
	display: block;
	/* margin-left: 1rem; */
	font-size: 0.85em;
	line-height: 1.5em;
}
.side_toc .side_toc_children li span {
	display: inline-block;
	display: none;
	margin-left: 0.5rem;
	line-height: 1.5em;
	text-indent: 0 !important;
}
.side_toc li:not(:last-of-type) {
	margin-bottom: 1em;
}
.side_toc_children {
	margin-top: 0.75em;
}
.side_toc_children li:not(:last-of-type) {
	margin-bottom: 0.15em;
}
.anchor a,
a.anchor {
	position: relative;
	text-indent: -1.1em;
	text-decoration: none;
}
.side_toc .anchor a,
.side_toc a.anchor {
	display: block;
	padding-left: 20px;
	text-indent: 0;
}

.side_toc .anchor a::before,
.side_toc a.anchor::before {
	position: absolute;
	top: 0;
	top: 3px;
	left: 0;
	content: '';
	width: 16px;
	height: 16px;
	transform: rotate(90deg);
	background: url(../images/common/icon_arrow_black.png) no-repeat center / 10px;
}


.side_toc h2.title {
	display: block;
	padding-bottom: 1em;
	margin-bottom: 1em;
	font-size: 1.05em;
	color: #333 !important;
	border-bottom: solid 1px #000;
	/* opacity: 0; */
}
/* .side_toc.sticked h2.title {
	display: block;
	font-size: 1.05em;
	color: #333 !important;
	animation: sticky_reveal 300ms 1 linear forwards;
	opacity: 1;
}
.side_toc h2.title.smaller {
	font-size: 1.15em !important;
	letter-spacing: 0.05em;
}
@keyframes sticky_reveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
} */

h2._title {
	font-size: 2.6em;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0.07em;
	color: var(--main);
}
h2.title {
	color: var(--main);
	font-size: 2em;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}
h2.title a {
	color: var(--main) !important;
	text-decoration: none;
}
h3.title {
	position: relative;
	margin-bottom: 1.5em;
	margin-bottom: 1.2em;
	/* padding-left: 30px; */
	font-size: 1.67em;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0.15em;
	color: var(--main);
	color: var(--sub);
}
_h3.title::before {
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	height: calc(15px / 2 * tan(60deg));
	width: 15px;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	background: var(--main);
}
h3.title .title_ja {
	letter-spacing: 0.15em;
}
_h3.title {
	display: inline-block;
	margin-bottom: 2em;
	padding: 0.3em 0.8em;
	font-size: 1.67em;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.5em;
	color: var(--main);
	background: #fff;
}
_h4.title {
	margin-bottom: 1em;
	font-size: 1.1em;
	font-weight: 500;
}
h4.title {
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.6em;
	color: var(--main);
}
h4.title.bordered {
	position: relative;
	margin-bottom: 1.5em;
	padding-bottom: 0.75em;
	border-bottom: 1px solid #252525;
	font-size: 1.8em;
	letter-spacing: 0.1em;
}
h4.title.bordered.smaller {
	font-size: 1.2em;
}
h4.title.bordered .label {
	font-size: 0.8em;
}
h5.title {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: 500;
}
/*
.summary {
	margin-bottom: 3em;
}
.summary p,
p.summary {
	font-size: 1.1em !important;
	line-height: 2.2em !important;
}
*/
.summary p {
	font-size: 1.15em;
	line-height: 2em;
}
.summary p:not(:last-of-type) {
	margin-bottom: 1.6em;
	margin-bottom: 0.8em;
}


.page_contents_images {
	position: relative;
	margin-bottom: 1.5em;
}
.page_contents_images .splide__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 8px;
	width: 25px;
	height: 25px;
	width: 35px;
	height: 35px;
	background: rgba(0,0,0,0.2);
	border-radius: 2px;
	z-index: 10;
}
.page_contents_images .splide__arrow svg path {
	fill: #fff;
}
.page_contents_images .splide__arrow.splide__arrow--prev {
	left: 8px;
	transform: translateY(-50%) rotate(0);
}
.page_contents_images .splide__arrow.splide__arrow--next {
	right: 8px;
}
.page_contents_image {
	position: relative;
	margin-bottom: 1.5em;
	margin-bottom: 1.8em;
	border: solid 1px #eee;
	border-radius: 5px;
	overflow: hidden;
}

strong {
	font-weight: 500 !important;
}
img {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	-ms-interpolation-mode: nearest-neighbor;
}
svg {
	width: 100%;
	height: auto;
}
.astarisc {
	margin-left: 0.3em;
	color: #888;
}
hr {
	display: block;
	margin-bottom: 2.5em;
	height: 1px;
	border: 0;
	background: #DDD;
}
.only_pc {
	display: block;
}
.only_pc.inline {
	display: inline-block;
}
.only_mobile,
.only_mobile.inline {
	display: none;
}
.webfont {
	font-family: 'Inter', sans-serif;
}
.webfont.condense {
	font-family: 'Comic Neue', sans-serif;
	font-weight: 400;
}
.webfont.serif {
}
.webfont.hand {
}
.thin {
	font-weight: 300 !important;
}
.thinner {
	font-weight: 100 !important;
}
.bold {
	font-weight: 500 !important;
}
.bolder {
	font-size: 1.1em;
	font-weight: 500 !important;
}
.italic {
	font-style: italic !important;
}
.serif {
	font-family: 'Noto Serif JP',serif;
}
.sans {
	font-family: 'Noto Sans JP',sans-serif;
}
.centering {
	text-align: center !important;
}
.hide {
	display: none !important;
}
span.important {
	font-weight: 500;
	color: #c00;
}
p.note,
.note li {
	clear: both;
	font-size: 0.85em !important;
	line-height: 1.4em;
	color: #888;
}
p.note,
ul.note {
	margin-top: 1.5rem;
}
.note li:not(:last-of-type) {
	margin-bottom: 0.5em;
}
.midway_note {
	display: inline-block;
	vertical-align: text-top;
	margin: 0 0.3em;
	font-size: 0.7em !important;
	line-height: 1em;
	color: #888;
}
.feature {
	font-weight: 500;
	border-bottom: solid 1px #111;
}

.text_bg {
	margin: 2.5em 0;
	padding: 2.75em 3.25em 3em 3.25em;
	border-radius: 12px;
	background: rgba(255,255,255,0.7);
}
.text_bg .block:not(:last-of-type) {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: solid 1px #eee;
}

.text_border {
	margin: 2.5em 0;
	padding: 3.5em 4.5em;
	border: 1px solid #fff;
}
.note_bg,
.note_border {
	margin: 2em 0;
	padding: 2.5em 3em;
	font-size: 0.95em;
}
.note_bg {
	background: #fff;
}
.note_border {
	border: 2px solid #fff;
}
.note_bg dt,
.note_border dt {
	float: left;
	padding-top: 1.3em;
	width: 10em;
	clear: both;
}
.note_bg dt span,
.note_border dt span {
	font-size: 0.85em;
}
.note_bg dd,
.note_border dd {
	padding-top: 1.2em;
	padding-left: 12em;
	padding-bottom: 1.2em;
	border-bottom: 1px solid #ddd;
}
.note_bg dd:last-of-type,
.note_border dd:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
.section_desc {
	margin-bottom: 2.5em;
}
.block_desc {
	margin-bottom: 1.5em;
}
.heading.including_title {
	margin-bottom: 2.5em;
}
.heading h3.title {
	float: left;
	margin-bottom: 0;
}
.heading .more {
	float: right;
	margin-top: 10px;
	margin-top: 5px;
}
.square {
	font-size: 0.7em;
	line-height: 1em;
	vertical-align: super;
}
p.empty {
	padding: 8em 0;
	text-align: center;
	color: #999;
	font-size: 1.1em;
}
.link {
	margin: 3em 0;
}
.link a {
	display: inline-block;
	padding: 1.2em 6em 1.2em 1.2em;
	text-align: center;
	border: solid 1px #787878;
	border-radius: 4px;
	transition: all 200ms linear;
	text-decoration: none;
	box-sizing: border-box;
}
.link a {
	display: inline-block;
	position: relative;
	padding: 1.2em 5.4em 1.2em 1.2em;
	text-align: center;
	border: solid 1px #787878;
	border-radius: 5px;
	transition: all 200ms linear;
	text-decoration: none;
	box-sizing: border-box;
}
.link a:after {
	position: absolute;
	right: 0.5em;
	top: 1.2em;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/common/icon_link.png) no-repeat center center / 30px;
}
.link a:hover:after {
	animation: moving 500ms ease-in-out;
}
@keyframes moving {
	0% {
		right: 0.5em;
	}
	50% {
		right: 1em;
	}
	100% {
		right: 0.5em;
	}
}
.document_link a,
a.document_link {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	background: url(../images/common/icon_download.png) no-repeat left center / 20px;
	text-decoration: none;
	text-decoration: underline;
}
.external_link a,
a.external_link {
	padding-left: 22px;
	background: url(../images/common/icon_external_arrow.png) no-repeat left 0 center / 18px;
}
.internal_link a {
	padding-left: 22px;
	background: url(../images/common/icon_arrow_right.png) no-repeat left 0 center / 18px;
}
.fading {
	/* transform: translateY(24px); */
	opacity: 0;
}
.in_order_element {
	transform: scale(0.86);
	transition: all 400ms ease-in-out;
	opacity: 0;
}
.in_order_element.in_order_reveal {
	transform: scale(1);
	opacity: 1;
}
.clear {
	clear: both !important;
}
.vertical {
		-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.caption {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 0.5em 0.8em 0.35em 0.8em;
	background: #fff;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 1.4em;
	border-radius: 6px;
	overflow: hidden;
}

.meta_lead {
	position: relative;
	margin-left: -9px;
	font-size: 2.2em;
	font-weight: 400;
	line-height: 1.6em;
	color: var(--main);
	letter-spacing: 0.05em;
		-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-feature-settings: normal;
}

.meta_lead::after {
	position: absolute;
	right: -45px;
	top: 0;
	content: '';
	width: 1px;
	height: 100%;
	background: var(--main);
	animation: lead_motion 760ms 1 ease-in-out forwards;
}
@keyframes lead_motion {
	0% {
		height: 0;
	}
	100% {
		height: 100%;
	}
}

.upright {
	text-combine-upright: all;
	font-style: normal;
	text-align: center;
}
.fax {
	display: inline-block;
	padding-left: 24px;
	background: url(../images/common/icon_fax.png) no-repeat left center / 18px;
}
.tel {
	display: inline-block;
	padding-left: 24px;
	background: url(../images/common/icon_tel.png) no-repeat left center / 18px;
}
.mail {
	display: inline-block;
	padding-left: 24px;
	background: url(../images/common/icon_mail_black.png) no-repeat left center / 18px;
}

/** Button **/

.button {
}
.button.above {
	margin-top: 2.5rem;
}
.button p {
	display: inline-block;
}
.button p span:not(.only_pc,.only_mobile),
.button p a {
	position: relative;
	display: block;
	padding: 1.6em 2em 1.5em 3.8em;
	font-size: 0.85em;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing: 0.08em;
	color: var(--students) !important;
	border-radius: 200px;
	text-decoration: none;
	background: #fff;
	overflow: hidden;
	transition: all 360ms ease-in-out;
	cursor: pointer;
}
.button.colored p span:not(.only_pc,.only_mobile),
.button.colored p a {
	background: #faf6e7;
}
#switch_school_back.button.colored p span {
	background: none !important;
}
.button p span:not(.only_pc,.only_mobile)::before,
.button p a::before {
	position: absolute;
	left: 22px;
	top: 50%;
	content: '';
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(../images/common/icon_arrow_right.png) no-repeat center / cover;
	transition: all 360ms ease-in-out;
}
.button p span:not(.only_pc,.only_mobile):hover::before,
.button p a:hover::before {
	animation: button_hover 380ms 1 ease-in-out forwards;
}
@keyframes button_hover {
	0% {
		left: 21px;
	}
	50% {
		left: 26px;
	}
	100% {
		left: 21px;
	}
}
.button.button_external p a::before {
	background: url(../images/common/icon_external_arrow.png) no-repeat center / cover;
}
.button.button_lines p a {
	padding: 1.1em 2.2em 1.1em 4em;
	font-size: 0.8em;
	line-height: 1.3em;
}
.button.above,
.buttons.above .button {
	margin-top: 1.5em;
}
.buttons .button {
	float: left;
}
.buttons .button:not(:last-of-type) {
	margin-right: 1.5em;
}
.buttons.buttons_righter .button:not(:first-of-type) {
	margin-left: 1.5em;
	margin-right: 0;
}
.buttons.buttons_righter .button:not(:last-of-type) {
	margin-right: 0;
}

.button p a:hover {
	transition: all 260ms ease-in-out;
}

.button.wo_link p {
	position: relative;
	display: inline-block;
	padding: 1.6em 2em 1.5em 2em;
	font-size: 0.85em;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing: 0.08em;
	color: #fff !important;
	border-radius: 200px;
	background: #d9d6d0;
	overflow: hidden;
	transition: all 360ms ease-in-out;
}

/** More **/

.more.above {
	margin-top: 2.5em;
}
.more p a {
	position: relative;
	display: inline-block;
	padding-left: 3.8em;
	padding-left: 2.1em;
	font-size: 0.85em;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing: 0.08em;
	text-decoration: none;
	overflow: hidden;
	transition: all 360ms ease-in-out;
}
.more p a::before {
	position: absolute;
	left: 22px;
	left: 0;
	top: 50%;
	content: '';
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(../images/common/icon_arrow_right_black.png) no-repeat center / cover;
	transition: all 360ms ease-in-out;
}
.more p a:hover::before {
	animation: more_hover 380ms 1 ease-in-out forwards;
}
@keyframes more_hover {
	0% {
		left: 21px;
		left: 0;
	}
	50% {
		left: 26px;
		left: 5px;
	}
	100% {
		left: 21px;
		left: 0;
	}
}

/** Tabs **/

.tabs {
	position: relative;
	margin-bottom: 2.5em;
}
._tabs::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #dcd6bf;
	z-index: 1;
}
.tabs ul {
	position: relative;
	padding: 6px;
	background: #efebde;
	border-radius: 10px;
}
.tabs li {
	float: left;
	padding: 0.65em 0;
	text-align: center;
	font-weight: 400;
	color: #c5c0ab;
	background: none;
	cursor: pointer;
	transition: all 250ms linear;
	border-radius: 6px;
}
._tabs li:first-of-type {
	border-left: solid 1px #dcd6bf;
}
.tabs li span {
	display: block;
	font-size: 0.9rem;
}
.tabs li.active {
	position: relative;
	color: var(--students) !important;
	background: #fff !important;
}
._tabs li.active::after {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: '';
	width: 100%;
	height: 3px;
	background: #faf6e7;
	z-index: 10;
}
.tabs li:hover {
	transition: all 250ms linear;
}

.tabs_2 li {
	width: 50%;
}
.tabs_3 li {
	width: 33.333%;
}
.tabs_4 li {
	width: 25%;
}
.tabs_6 li {
	width: 16.666%;
}
.tab_content.active {
	display: block;
}


/** Switch **/

#menu_switch {
	position: fixed;
	top: 43px;
	right: 35px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent !important;
	transition: all 350ms ease-in-out;
	z-index: 10012;
}
.fixed #menu_switch {
	top: 33px;
	transition: all 250ms ease-in-out;
}
#menu_switch p {
	position: relative;
	width: 23px;
	height: 19px;
}
.switch_bar {
	display: block;
	position: absolute;
	left: 0;
	width: 23px;
	height: 2px;
	background: var(--main);
	border-radius: 200px;
	transition: all 140ms linear;
}
#menu_switch #switch_top {
	top: 0;
}
#menu_switch #switch_middle {
	top: 8px;
}
#menu_switch #switch_bottom {
	bottom: 0;
}
.expanded #menu_switch #switch_top {
	top: 8px;
	transform: rotate(45deg);
	transition: all 120ms ease-in;
}
.expanded #menu_switch #switch_bottom {
	bottom: 9px;
	transform: rotate(-45deg);
	transition: all 120ms ease-in;
}

/** Table **/

table {
	width: 100%;
	border: 1px solid #ddd;
	background: #fff;
}
table th,
table td {
	padding: 0.8em 1em;
	font-weight: 500 !important;
}
table thead th span {
	font-size: 0.8em;
}
table td span {
	font-size: 1.4em;
}
.table_vertical_center {
	vertical-align: middle;
}
table.table_side th,
table.table_side td {
	border: 1px solid #ddd;
	vertical-align: middle;
}
table.table_side tbody th {
	font-weight: 500;
	background: #f3f3f3;
}
table.table_side tbody td {
	line-height: 1.55em !important;
	font-size: 0.95em;
}
table.table_head thead {
	background: #f3f3f3;
}
table.table_head th,
table.table_head td {
	border: 1px solid #ddd;
}
table.table_head thead th {
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.5em;
}
table.table_head tbody {
	line-height: 1.55em !important;
	font-size: 0.95em;
}
table.table_stripe tbody tr:nth-of-type(even) {
	background: #fff;
}
table.table_angle thead th {
	text-align: center;
	background: #f5f5f5;
}
table.table_center td,
table.table_center th {
	text-align: center;
}
table.table_above {
	margin-top: 2.5em;
}

/** Column **/

.column {
	position: relative;
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
}
.column_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
}
.column_text {
	padding: 2.5em;
	float: right;
	width: 70%;
}
.column_block:not(:last-of-type) {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #eee;
}
.column_text h4 {
	margin-bottom: 1.2em;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.2em;
	color: var(--main);
}
.column_text h5 {
	margin-bottom: 0.8em;
	font-weight: 500;
	line-height: 1.2em;
}
.column_desc p {
	font-size: 0.9em;
	line-height: 1.8em;
}
.column_desc p:not(:last-of-type) {
	margin-bottom: 0.5em;
}

/** Rows Pane **/

.rows_panes {
    margin-bottom: 4em;
}
.rows_pane {
    float: left;
}
.rows_three .rows_pane {
	width: 31.333%;
}
.rows_three .rows_pane:nth-of-type(3n - 1) {
    margin: 0 3%;
}
.rows_three .rows_pane:nth-of-type(3n + 1) {
    clear: both;
}
.rows_three .rows_pane:nth-last-of-type(n + 4) {
    margin-bottom: 2.5em;
    margin-bottom: 3.5em;
}
.rows_two .rows_pane {
	width: 47%;
}
.rows_two .rows_pane:nth-of-type(even) {
    float: right;
}
.rows_two .rows_pane:nth-of-type(2n + 1) {
    clear: both;
}
.rows_two .rows_pane:nth-last-of-type(n + 3) {
    margin-bottom: 4.5em;
}
.rows_pane a {
    display: block;
    position: relative;
    text-decoration: none;
}
._rows_pane a::before {
    position: absolute;
    top: 0;
    right: 1em;
    padding: 12px;
    content: '';
    width: 50px;
    height: 50px;
    background: #faf6e7 url(../images/common/icon_arrow_right.png) no-repeat center / 26px;
    border-radius: 0 0 0 10px;
    z-index: 10;
}
.rows_pane_image {
    position: relative;
    margin-right: 1em;
    aspect-ratio: 3 / 2;
    background: #ccc;
    border-radius: 10px;
    overflow: hidden;
}
.rows_two .rows_pane_image {
    margin-right: 2em;
}
.rows_pane_image h5 {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    padding: 0.25em 0.8em 0.2em 0.8em;
    font-size: 1.35em;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2em;
    color: #fff;
    background: var(--main);
    border-radius: 50vh;
}
.rows_two .rows_pane_image h5 {
    top: 1em;
    left: 0.8em;
}
.rows_pane_image h5 span {
    margin-left: 0.3em;
    font-size: 0.7em;
}
.rows_pane_text {
    position: relative;
    margin-top: -1.5em;
    margin-left: 1em;
    padding: 1.8em 1.2em;
    padding: 1.6em 2em;
    background: #fff;
    box-shadow: 3px 7px 15px 8px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    z-index: 1;
}
.rows_two .rows_pane_text {
	margin-top: -2em;
    margin-left: 2.5em;
	padding: 1.6em 2em 1.65em 2em;
}
.rows_pane_text h4 {
    margin-bottom: 0.65em;
    font-size: 1.15em;
    font-size: 1.05em;
    font-weight: 500;
    color: var(--main);
}
.rows_pane a .rows_pane_text h4 {
    position: relative;
    padding-right: 50px;
}
.rows_pane a .rows_pane_text h4::before {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    content: '';
    width: 25px;
    height: 25px;
    background: url(../images/common/icon_arrow_right.png) no-repeat center / 100%;
}
.rows_pane a:hover .rows_pane_text h4::before {
    animation: events_link_hover 380ms 1 ease-in-out forwards;
}
@keyframes events_link_hover {
	0% {
		right: 5px;
	}
	50% {
		right: 0;
	}
	100% {
		right: 5px;
	}
}
.rows_pane_text p {
    font-size: 0.9em;
    line-height: 2em;
    line-height: 1.8em;
}
.rows_two .rows_pane_text p {
    font-size: 0.95em;
}

/** Post **/

.post p {
	margin-bottom: 1em;
	line-height: 2.2em;
	letter-spacing: 0.03em;
}
.post ol {
	margin: 2em 0 !important;
}
.post li {
	list-style-position: inside !important;
	list-style: decimal;
}
.post ul {
	margin: 2em 0 !important;
}
.post a {
	text-decoration: underline;
}
.post ul li {
	list-style: disc;
	list-style-position: inside !important;
}
.post img {
	margin: 2.5em 0;
	max-width: 100%;
	opacity: 0;
}
.post img.fit {
	width: 100% !important;
	height: auto;
}
.post img.nonfit {
	width: auto;
	height: auto;
}
.post b,
.post strong {
	font-weight: bold;
}
.post em {
	font-style: italic;
}
.post .issue_image {
	margin: 1em 0;
}

#post_additionals {
	margin-top: 4.5em;
}
.post_additional {
	padding: 1.5em 2em;
	border-radius: 4px;
	border: solid 1px #e3e3e3;
	/* background: #fcfcfc; */
}
.post_additional:not(:last-of-type) {
	margin-bottom: 1.5em;
}
#post_additionals ul {
	margin: 0 !important;
}
#post_additionals ul:not(:last-of-type) {
	margin-bottom: 1em !important;
}
.post .post_additional_attach ul li {
	padding-left: 0;
	list-style: none;
	line-height: 2.4em;
	line-height: 1.5em;
}
.post .post_additional_attach ul li:not(:last-of-type) {
	margin-bottom: 0.8em;
}
.post .post_additional_attach ul li a {
	padding-left: 27px !important;
	background: url(../images/common/icon_download.png) no-repeat left center / 20px;
}
.post .post_additional_links ul li {
	list-style: none;
	line-height: 2.4em;
	line-height: 1.5em;
}
.post .post_additional_links ul li:not(:last-of-type) {
	margin-bottom: 0.8em;
}
.post .post_additional_links a {
	padding-left: 27px !important;
}


/** Paging **/

#paging {
	clear: both;
	margin-top: 2em;
	overflow: hidden;
}
#paging ul {
	position: relative;
	float: left;
	left: 50%;
}
#_paging_next {
	float: left;
}
#_paging_prev {
	float: right;
}
#paging li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 1em;
	font-size: 0.98em;
	font-size: 1.1em;
	line-height: 35px;
	overflow: hidden;
}
#paging li a {
	display: block;
	text-align: center;
	color: #383838 !important;
	font-weight: 500;
	font-size: 1.1em;
	text-decoration: none !important;
}
#paging li span.current {
	text-align: center;
	color: var(--main) !important;
	font-weight: 500;
}
#paging li > span.dots {
	text-align: center;
	color: #333 !important;
	background: none;
}

/** Single Paging **/

#single_paging ul {
	float: right;
}
#single_paging li {
	float: left;
}
#single_paging #paging_list a {
	font-size: 0.87em;
	font-weight: 500;
	line-height: 1.2em;
	text-decoration: none;
}
#single_paging #paging_prev,
#single_paging #paging_next {
	margin-top: 5px;
	width: 20px;
	height: 20px;
	background: #ccc;
}
#single_paging #paging_prev {
	margin-left: 25px;
	margin-right: 17px;
	background: url(../images/common/icon_arrow_left_black.png) no-repeat center / 18px;
}
#single_paging #paging_next {
	margin-right: 20px;
	background: url(../images/common/icon_arrow_right_black.png) no-repeat center / 18px;
}
#single_paging #paging_prev a,
#single_paging #paging_next a {
	display: block;
	width: 100%;
	height: 100%;
}
.paging_end {
	opacity: 0.2;
}

.splide__arrow {
	background: #fff !important;
	opacity: 0.95 !important;
}
.splide__arrow:hover:not(:disabled) {
	opacity: 1 !important;
}

/** Splide Overflow **/

.splide_overflow {
	overflow: hidden;
}
.splide_overflow .splide {
	visibility: visible;
}
.splide_overflow .splide__track {
	overflow: visible;
}

/** Page Gallery **/

.page_gallery {
	padding-top: 5em;
	margin-bottom: 15em;
}
.gallery_image_one {
	margin: 0 auto;
	width: 70%;
}
.gallery_image_one.righter {
	margin-right: 0;
}
.gallery_image_one.lefter {
	margin-left: 0;
}
.page_gallery_image {
	border-radius: 20px;
	overflow: hidden;
}
.gallery_image_one:not(:last-of-type),
.page_gallery_container:not(:last-of-type) {
	margin-bottom: 8em;
}
.gallery_image_vertical {
	width: 30%;
}
.gallery_image_horizon {
	width: 50%;
}
.page_gallery_container.lvrv .gallery_image_vertical,
.page_gallery_container.lhrh .gallery_image_horizon {
	width: 40%;
}
.page_gallery_container.lvrh .gallery_image_vertical,
.page_gallery_container.lhrv .gallery_image_horizon {
	float: left;
}
.page_gallery_container.lvrh .gallery_image_horizon,
.page_gallery_container.lhrv .gallery_image_vertical {
	float: right;
}
.page_gallery_container.lvrv .gallery_image_vertical:first-of-type,
.page_gallery_container.lhrh .gallery_image_horizon:first-of-type {
	float: left;
}
.page_gallery_container.lvrv .gallery_image_vertical:last-of-type,
.page_gallery_container.lhrh .gallery_image_horizon:last-of-type {
	float: right;
}
.gallery_image_low {
	margin-top: 80px;
}


/** Front **/

.front_news {
	/* margin-bottom: 0 !important;
	padding: 6em 0;
	background: #efebde; */
}
.front_news .news_list_color {
	display: none;
}
.front_news .news_list_title {
	width: calc(100% - 115px);
}

.front_pane {
	float: left;
	margin-bottom: 2.5em;
	width: 47%;
	transform: scale(0.86);
	transition: all 360ms ease-in-out;
	opacity: 0;
}
.front_pane.front_pane_reveal {
	transform: scale(1);
	transition: all 560ms ease-in-out;
	opacity: 1;
}
.front_pane:nth-of-type(even) {
	float: right;
}
.front_pane:nth-of-type(2n + 1) {
	clear: both;
}
.front_pane.wo_link {
	position: relative;
	display: block;
	padding: 1.5em 90px 1.5em 1.5em;
	background: #f0f0f0;
	border-radius: 18px;
	transition: all 360ms ease-in-out;
	filter: grayscale(1);
}
.front_pane a {
	position: relative;
	display: block;
	padding: 1.5em 90px 1.5em 1.5em;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: #fff;
	border-radius: 18px;
	transition: all 360ms ease-in-out;
}
.front_pane a:hover {
	transform: scale(0.96);
	transition: all 260ms ease-in-out;
}
.front_pane a::before {
	position: absolute;
	top: 50%;
	right: 30px;
	content: '';
	width: 45px;
	height: 45px;
	transform: translateY(-50%);
	background: #fff url(../images/common/icon_arrow_right.png) no-repeat center / 24px;
	border-radius: 50%;
	z-index: 1;
}
.front_pane a:hover::before {
	animation: front_pane_hover 380ms 1 ease-in-out forwards;
}
@keyframes front_pane_hover {
	0% {
		right: 30px;
	}
	50% {
		right: 25px;
	}
	100% {
		right: 30px;
	}
}
.front_pane_text {
	float: right;
	padding: 1.8em 0 0 0;
	padding: 1.6em 0 0 0;
	width: calc(100% - 125px);
	height: 100%;
	vertical-align: middle;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.front_pane_text h4 {
	margin-bottom: 0.5em;
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.front_pane_text h5 {
	font-size: 0.9em;
	line-height: 1.7em;
}
.front_pane_image {
	float: left;
	width: 90px;
	min-height: 138px;
	min-height: 130px;
	border-radius: 9px;
	background: #eee;
	overflow: hidden;
	aspect-ratio: 9/13;
}


/* Ankle */

#ankle {
	margin-top: 8em;
}
#ankle .inner {
	padding: 0;
	max-width: 100%;
}
.toc_pane a {
	position: relative;
	display: block;
	padding: 1.5em 90px 1.5em 1.5em;
	padding: 1.5em;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border-radius: 18px;
	transition: all 360ms ease-in-out;
	background: #fff;
}
.toc_pane a:hover {
	transform: scale(0.96);
	transition: all 260ms ease-in-out;
}

.toc_pane .front_pane_text {
	padding-top: 0.5em;
	padding-top: 1.3em;
	width: calc(100% - 115px);
}
.toc_pane .front_pane_text h4 {
	margin-bottom: 0.5em;
	margin-bottom: 0.8em;
	font-size: 1.05em;
	font-size: 1em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}
.toc_pane .front_pane_text h5 {
	font-size: 0.84em;
	letter-spacing: 0.03em;
}
.toc_pane .front_pane_text br {
	display: none;
}


/** Document **/

.document_list li {
	position: relative;
}
.document_list li:not(:last-of-type) {
	margin-bottom: 1em;
}
.document_list li a {
	display: block;
	padding: 2.8em 2.5em;
	padding-left: calc(2.25em + 25px);
	font-size: 0.95em;
	font-weight: 500;
	font-feature-settings: 'palt';
	line-height: 1.5em;
	text-decoration: none;
	background: #fff url(../images/common/icon_download.png) no-repeat 22px 40px / 20px;
	border-radius: 15px;
	transition: all 360ms ease-in-out;
}
.document_list li a:hover {
	transform: scale(0.96);
	transform: scale(0.98);
	transition: all 260ms ease-in-out;
}
.document_list li .document_list_title {
	margin-right: 0.8em;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0.1em;
}
._document_list_1.full_width li {
	margin: 0 auto;
	width: 70%;
}
.document_list.document_list_1 li {
	width: 48%;
}
.main.lefter .document_list.document_list_1 li {
	width: 100%;
}
.document_list.document_list_2 li {
	float: left;
	margin-bottom: 1.5em;
	width: 48%;
}
.document_list.document_list_2 li:nth-of-type(odd) {
	clear: both;
	float: left;
}
.document_list.document_list_2 li:nth-of-type(even) {
	float: right;
}
.document_list.document_list_2 li a {
	padding: 2.8em 2.5em;
	padding-left: calc(2em + 25px);
}


.list_columns {
	padding-top: 2.5em;
	border-top: solid 1px #111;
}
.list_columns ul {
	font-size: 1.05em;
	font-size: 1em;
	letter-spacing: 0.05em;
	column-gap: 2em;
}
.list_columns_2 ul {
	column-count: 2;
}
.list_columns_3 ul {
	column-count: 3;
}
.list_columns li {
	position: relative;
}
.list_columns li span {
	position: relative;
	display: inline-block;
	padding-bottom: 0.75em;
	padding-top: 0.75em;
	line-height: 1.6em;
}
.list_columns li::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #eee;
}

ul.list_column_two {
	column-count: 2;
}
ul.list_column_three {
	column-count: 3;
}

/** UL **/

ul.list_slash li {
	display: inline-block;
}
ul.list_slash li:not(:last-of-type):after {
	margin: 0 0.2em 0 0.4em;
	content: '/';
}


ul.list_unordered li {
	margin-left: 1.3em;
	line-height: 1.7em;
	list-style: disc outside;
}
ul.list_unordered li:not(:last-of-type) {
	margin-bottom: 0.6em;
}
ul.list_unordered li ul {
	margin: 1em 0;
}
ul.list_unordered li ul li {
	margin-left: 0;
	font-size: 0.9em;
	list-style: none;
}
ul.list_unordered li ul li::before {
	margin-right: 0.5em;
	content: '-';
}


ul.list_disc li {
	position: relative;
	padding-left: 30px;
	padding-left: 20px;
	padding-left: 16px;
	font-size: 1.05em;
	line-height: 1.7em;
}
ul.list_disc li:before {
	position: absolute;
	top: 50%;
	top: 0.5em;
	top: 0.53em;
	left: 6px;
	left: 0;
	content: '';
	transform: translateY(-50%);
	transform: none;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--students);
}
.page_exam ul.list_disc li:before {
	background: var(--exam);
}
.page_graduates ul.list_disc li:before {
	background: var(--graduates);
}
.page_ib ul.list_disc li:before {
	background: var(--ib);
}
ul.list_disc li:not(:last-of-type) {
	margin-bottom: 0.8em;
}

/** OL **/

ol.list_order {
	counter-reset: number 0; 
}
ol.list_order li {
	position: relative;
	padding-left: 45px;
	padding-left: 39px;
	font-size: 1.1em;
	font-size: 1em;
	line-height: 1.8em;
}
ol.list_order li:before {
	position: absolute;
	top: 5px;
	top: 3px;
	left: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	letter-spacing: 0;
	color: #fff;
	counter-increment: number 1;
	content: counter(number);
	font-size: 1em;
	font-size: 0.8em;
	font-weight: 500;
	text-align: center;
	border-radius: 7px;
	background: var(--students);
}
.page_exam ol.list_order li:before {
	background: var(--exam);
}
.page_graduates ol.list_order li:before {
	background: var(--graduates);
}
.page_ib ol.list_order li:before {
	background: var(--ib);
}
ol.list_order li:not(:last-of-type) {
	margin-bottom: 1em;
	margin-bottom: 0.75em;
}


/** DL **/

dl.list_description dt {
	float: left;
	padding-top: 1.3em;
	width: 10em;
	clear: both;
}
dl.list_description dt span {
	font-size: 0.85em;
}
dl.list_description dd {
	padding-top: 1.2em;
	padding-left: 12em;
	padding-bottom: 1.2em;
	font-size: 1.1em;
	border-bottom: 1px solid #ddd;
}
_dl.list_description dd .label {
	margin-left: 0.3em;
	font-size: 0.8em;
}
_dl.list_description dd .label.before_label {
	margin-left: 0;
	margin-right: 0.3em;
}


/* Header */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 104px;
	background: #faf6e7;
	transition: all 350ms ease-in-out;
	z-index: 10000;
}
.fixed #header {
	height: 84px;
	transition: all 250ms ease-in-out;
}
#header_inner {
	position: relative;
	padding: 27px 89px 27px 25px;
	padding: 27px 74px 27px 25px;
	min-width: 1000px;
	min-width: 1100px;
	transition: all 350ms ease-in-out;
}
.fixed #header_inner {
	padding: 17px 89px 17px 25px;
	transition: all 250ms ease-in-out;
}
#header_logo {
	float: left;
	width: 345px;
	height: 50px;
	transition: all 360ms linear;
	z-index: 100000;
	overflow: hidden;
}
#header_logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/kogei-osaka-ed.jp.png) no-repeat center / 100%;
}
#menu_overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 1;
}
.expanded #menu_overlay {
	display: block;
}
.bended #menu_overlay {
	display: none;
}
#menu_mobile {
	display: none;
}
#menu {
	position: relative;
	float: right;
	margin-top: 10px;
	z-index: 10011;
}
#menu_main {
	position: relative;
	z-index: 10011;
}
#menu_main ul {
	position: relative;
	float: left;
	padding-left: 37px;
	padding-left: 27px;
}
#menu_main ul:not(:last-of-type) {
	margin-right: 2em;
	margin-right: 1.5em;
	margin-right: 2.4em;
}
#menu_main ul::before {
	position: absolute;
	top: 1px;
	left: 0;
	content: '';
	width: 17px;
	height: 27px;
	background: #ccc;
}
#menu_main ul#menu_main_school::before {
	background: url(../images/common/icon_school.png) no-repeat center / 100%;
}
#menu_main ul#menu_main_visiter::before {
	background: url(../images/common/icon_visiter.png) no-repeat center / 100%;
}
#menu_main ul#menu_main_access::before {
	background: url(../images/common/icon_access.png) no-repeat center / 100%;
}
#menu_main li {
	float: left;
	position: relative;
}
#menu_main li:not(:last-of-type) {
	margin-right: 1.4em;
	margin-right: 1em;
	margin-right: 0.65em;
}
#menu_main li::before {
	position: absolute;
	bottom: 0;
	left: 13px;
	content: '';
	width: calc(100% - 13px);
	height: 1px;
	background: var(--main);
	transition: all 300ms ease-in-out;
	opacity: 0;
}
#menu_main li.active::before {
	opacity: 1;
}
#menu_main li a {
	position: relative;
	padding-left: 13px;
	font-size: 0.87em;
	color: var(--main) !important;
	text-decoration: none;
}
#menu_main li a::before {
	position: absolute;
	top: 3px;
	left: 0;
	content: '';
	width: 10px;
	height: 10px;
	background: url(../images/common/icon_arrow.png) no-repeat left center / 10px;
}
#menu_sub {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	padding: 100px 38px 56px 41px;
	width: 910px;
	height: 290px;
	height: auto;
	background: #fff;
	border-bottom-left-radius: 20px;
	z-index: 10010;
}
#menu_sub_global {
	position: relative;
	float: left;
	width: 710px;
	width: 680px;
}
#menu_main_sns {
	padding-left: 0 !important;
}
#menu_main_sns li {
	width: 24px;
}
#menu_main_sns li img {
	vertical-align: middle;
}
#menu_main_sns li:not(:last-of-type) {
	margin-right: 0.85em;
}
#menu_main #menu_main_sns::after,
#menu_main #menu_main_sns::before {
	display: none !important;
}
#menu_main #menu_main_sns li a {
	padding-left: 0 !important;
}
#menu_main #menu_main_sns li a::before {
	display: none !important;
}
.menu_panes {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.menu_pane {
	float: left;
	width: 15%;
}
.menu_pane.wo_link {
	filter: grayscale(1);
}
#_menu_sub_about .menu_pane {
	width: 12.571%;
}
.menu_pane:not(:last-of-type) {
	margin-right: 2%;
}
.menu_pane_image {
	position: relative;
	margin-bottom: 0.8em;
	aspect-ratio: 150 / 227;
	text-align: center;
	background: #ccc;
	z-index: 1;
	overflow: hidden;

	filter: grayscale(100%);
	transition: all 260ms ease-in-out;
}
.menu_pane a:hover .menu_pane_image {
	filter: grayscale(0);
	transition: all 360ms ease-in-out;
}

._menu_pane_image img {
	filter: grayscale(100%);
	transition: all 260ms ease-in-out;
}
._menu_pane a:hover .menu_pane_image img {
	filter: grayscale(0);
	transition: all 360ms ease-in-out;
}
.menu_pane a {
	display: block;
	color: var(--main) !important;
	text-decoration: none;
}
.menu_pane h4 {
	font-size: 0.7em;
	line-height: 1.2em;
	letter-spacing: 0.03em;
	text-align: center;
}
.menu_pane h4 span {
	display: block;
}
.menu_pane.wo_link h4 {
	color: #ccc;
}
#menu_sub_about {
	display: block;
}
#menu_sub ul {
	float: right;
	padding-left: 20px;
	width: 90px;
	width: 120px;
	border-left: 2px solid var(--main);
}
#menu_sub li:not(:last-of-type) {
	margin-bottom: 0.75em;
}
#menu_sub li a {
	display: block;
	font-size: 0.73em;
	line-height: 1.2em;
	letter-spacing: 0.03em;
	color: var(--main) !important;
	text-decoration: none;
}
#switch_school {
	position: absolute;
	position: fixed;
	top: 118px;
	top: 108px;
	left: 30px;
	padding: 4px 9px 10px 9px;
	width: 32px;
	background: rgba(250,246,231,1);
	border-radius: 200px;
	transition: all 350ms ease-in-out;
	z-index: 9999;
}
.fixed #switch_school {
	transition: all 250ms ease-in-out;
}
#switch_school li {
	position: relative;
	padding-top: 34px;
	font-size: 0.8em;
	line-height: 1em;
	height: max-content;
		-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: var(--students);
	cursor: pointer;
}
#switch_school li:not(:last-of-type) {
	margin-bottom: 1.3em;
}
#switch_school li.active {
	position: relative;
	padding-top: 34px;
	color: var(--students);
	cursor: default;
}
#switch_school li::before {
	position: absolute;
	top: 0;
	left: -5px;
	content: '';
	width: 24px;
	height: 24px;
	border: 6px solid #fff;
	border-radius: 50%;
	background: #dedede;
	overflow: hidden;
}
#switch_school li.active::before {
	background: var(--students);
}
#switch_school_overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
	z-index: 10000;
}
#switch_school_pane {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 3.5em;
	background: #fff;
	border-radius: 20px;
	transform: translate(-50%,-50%);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	z-index: 10000;
}
#switch_school_pane p {
	font-size: 0.85em;
	letter-spacing: 0;
}
#switch_school_pane p a {
	color: var(--students) !important;
}
#switch_school_pane .button {
	cursor: pointer;
}
#_menu_sub #menu_sub_access ul {
	float: left;
	margin-left: 2em;
	padding-left: 0;
	width: auto;
	border-left: none;
	font-size: 1.05em;
	font-weight: 500;
	line-height: 1.6em;
	color: var(--main);
}
#_menu_sub #menu_sub_access ul .label_before {
	display: block;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.5em;
}
#_menu_sub #menu_sub_access ul .label_after {
	margin-left: 0.5em;
	font-weight: 400;
	font-size: 0.75rem;
}
#menu_access_lines {
	float: right;
	width: calc(85% - 36px);
	padding-left: 0;
	padding: 12px;
	border-radius: 6px;
	border-left: none;
	border: solid 1px #eee;
	background: #fafafa;
}
#menu_access_lines .note {
	font-size: 0.75em !important;
	color: #aaa;
	letter-spacing: 0.05em;
}
#menu_sub #menu_sub_access ul {
	width: 100%;
	padding-left: 0;
	border-left: none;
}
#menu_sub #menu_sub_access li {
	float: left;
	margin-left: 3.5%;
	margin-bottom: 0.75em;
	width: 31%;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
#menu_sub #menu_sub_access li:first-of-type {
	margin-left: 0;
}
#menu_sub #menu_sub_access li .label_before {
	display: block;
	margin-bottom: 1em;
	padding: 18px 0;
	text-align: center;
	line-height: 90px;
	line-height: 20px;
	font-size: 0.9em;
	border-radius: 4px;
	color: #fff;
	background: #eee;
	overflow: hidden;
}
#menu_sub #menu_sub_access li#menu_access_train_hanwa .label_before {
	background: #ee933e;
}
#menu_sub #menu_sub_access li#menu_access_train_midosuji .label_before {
	background: #c73a23;
}
#menu_sub #menu_sub_access li#menu_access_train_tanimachi .label_before {
	background: #9b2f83;
}
#menu_sub #menu_sub_access li .label_name {
	display: block;
	padding: 0 0.5rem;
	font-size: 0.85em;
	line-height: 1.3em;
}
#menu_sub #menu_sub_access li .label_name a {
	font-size: 0.9rem !important;
	color: #333 !important;
}
#menu_sub #menu_sub_access li .label_after {
	display: block;
	padding: 0 0.5rem;
	font-size: 0.75em;
}

/** Topics **/

.topics_pane a {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 10px;
	text-decoration: none;
	overflow: hidden;
}
.topics_pane a::before {
	position: absolute;
	top: 10px;
	right: 10px;
	content: '';
	width: 18px;
	height: 18px;
}
.topics_pane.topics_important a::before {
	background: url(../images/common/icon_important.png) no-repeat center / 100%;
}
.topics_pane.topics_emergency a::before {
	background: url(../images/common/icon_emergency.png) no-repeat center / 100%;
}
.topics_image {
	position: absolute;
	aspect-ratio: 1 / 1;
	width: 110px;
	background: #ccc;
}
.topics_text {
	float: right;
	padding: 1em 1em 1.1em 1.2em;
	width: calc(100% - 110px);
	height: 110px;
}
#page_hero_topics .topics_image {
	display: none;
}
#page_hero_topics .topics_text {
	float: none;
	padding: 1em 1.2em 0.75em 1.2em;
	width: 100%;
}

/* Waist */


/* News */

#news_heading_meta {
	margin-bottom: 1.5em;
}
#news_heading_legend {
	display: none;
	float: right;
}
#news_heading_legend li {
	display: none;
	float: left;
	position: relative;
	padding-left: 28px;
	font-size: 0.9em;
	font-weight: 500;
}
#news_heading_legend li:not(:last-of-type) {
	margin-right: 1.5em;
}
#news_heading_legend li::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 20px;
	height: 20px;
}
#news_heading_legend li#news_heading_legend_emergency::before {
	background: url(../images/common/icon_emergency.png) no-repeat center / 100%;
}
#news_heading_legend li#news_heading_legend_important::before {
	background: url(../images/common/icon_important.png) no-repeat center / 100%;
}
.news_list {
	border-top: 1px solid #e7e2cd;
}
.news_list li {
	position: relative;
	padding: 1.5em 40px 1.25em 0;
	border-bottom: 1px solid #e7e2cd;
}
.news_list li.news_emergency::before {
	position: absolute;
	top: 24px;
	right: 10px;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/common/icon_emergency.png) no-repeat center / 100%;
}
.news_list li.news_important::before {
	position: absolute;
	top: 24px;
	right: 10px;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/common/icon_important.png) no-repeat center / 100%;
}
.news_list li:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
.news_list_data {
	float: left;
	margin-right: 25px;
	margin-right: 2rem;
}
.news_list_data p {
	float: left;
	margin-bottom: 0 !important;
}
.news_list_date {
	margin-top: 5px;
	width: 85px;
	line-height: 1em;
	color: #999;
}
.news_list_title {
	float: left;
	margin-top: 3px;
	margin-top: 0;
	width: calc(100% - 257px);
	line-height: 1.9rem;
	line-height: 1.8em;
}
.news_list  li h4 {
	font-size: 0.93em;
}
.news_list  li a {
	/* text-decoration: none; */
}
.news_list_color {
	display: inline-block;
	margin-top: 10px;
	margin-top: 9px;
	margin-right: 1.5rem;
	content: '';
	width: 9px;
	height: 9px;
	background: #ccc;
	border-radius: 50%;
}
.page_v .news_list_color {
	background: var(--v);
}
.page_p .news_list_color {
	background: var(--p);
}
.page_pd .news_list_color {
	background: var(--pd);
}
.page_ad .news_list_color {
	background: var(--ad);
}
.page_i .news_list_color {
	background: var(--i);
}
.page_f .news_list_color {
	background: var(--f);
}


/* Topics */

.topics_tag {
	margin-bottom: 0.8em;
}
.topics_tag li {
	float: left;
	padding: 0.5em 0.8em;
	font-size: 0.67em;
	line-height: 1.2em;
	color: #fff;
	background: #d9d6d0;
	border: 1px solid #d9d6d0;
	border-radius: 200px;
}
.topics_tag li:not(:last-of-type) {
	margin-right: 0.8em;
}
.topics_students li.topics_category {
	background: var(--students);
	border: 1px solid var(--students);
}
.topics_graduates li.topics_category {
	background: var(--graduates);
	border: 1px solid var(--graduates);
}
.topics_exam li.topics_category {
	background: var(--exam);
	border: 1px solid var(--exam);
}
.topics_general li.topics_category {
	background: var(--sub);
	border: 1px solid var(--sub);
}
.topics_all li.topics_target {
	background: var(--sub);
	border: 1px solid var(--sub);
}
.topics_v li.topics_target {
	background: var(--v);
	border: 1px solid var(--v);
}
.topics_p li.topics_target {
	background: var(--p);
	border: 1px solid var(--p);
}
.topics_pd li.topics_target {
	background: var(--pd);
	border: 1px solid var(--pd);
}
.topics_i li.topics_target {
	background: var(--i);
	border: 1px solid var(--i);
}
.topics_ad li.topics_target {
	background: var(--ad);
	border: 1px solid var(--ad);
}
.topics_f li.topics_target {
	background: var(--f);
	border: 1px solid var(--f);
}
.topics_opencampus li.topics_target {
	color: var(--exam);
	border: 1px solid var(--exam);
	background: #fff;
}
.topics_event li.topics_target {
	color: var(--students);
	border: 1px solid var(--students);
	background: #fff;
}
.topics_date {
	margin-bottom: 0.5em;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #8e847d;
}
.topics_text h4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	font-size: 0.87em;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.5em;
}
.topics_prepared .topics_text h4 {
	-webkit-line-clamp: 2;
}
.topics_prepared .topics_text h4 {
	margin-bottom: 0.25em;
	font-size: 1.05em;
}
.topics_prepared .topics_text h5 {
	font-size: 0.8em;
	line-height: 1.35em;
}
.topics_prepared .topics_text p.note {
	margin-top: 0.5em;
	font-size: 0.7em !important;
	line-height: 1.2em;
}


/* Neck */

#neck {
	padding-top: 190px;
}
#neck.w_hero {
	padding-top: 114px;
}

/** Page Heading **/

#page_heading {
	margin-bottom: 5em;
}
#page_heading .inner {
	position: relative;
}
#page_heading.w_select h2.title {
	float: left;
}
#page_heading.w_select .page_heading_select {
	float: right;
	margin-top: -4px;
	font-size: 0.87em;
}
.page_child #page_heading.w_select .page_heading_select {
	margin-top: -8px;
}
#page_heading.w_select .page_heading_select .current {
	color: var(--main);
}
#page_heading.w_select .page_heading_select .nice-select {
	padding-left: 40px !important;
	padding-right: 25px !important;
	border: none;
}
#page_heading.w_select.w_select_multiple .nice-select {
	clear: none !important;
	float: left;
	margin-left: 1em;
}
#page_heading.w_select .page_heading_select .nice-select:hover {
	border: none !important;
}
#page_heading.w_select .page_heading_select .nice-select::after {
	display: block;
	position: absolute;
	right: auto;
	left: 15px;
	top: 20px;
	transform-origin: 50% 50%;
	transform: rotate(90deg);
	border: none;
	content: '';
	width: 12px;
	height: 12px;
	background: url(../images/common/icon_arrow.png) no-repeat left center / 12px;
	transition: all 150ms ease-in-out;
}
#page_heading.w_select .page_heading_select .nice-select.open::after {
	transform: rotate(270deg);
	transition: all 200ms ease-in-out;
}
#page_heading.w_next h2.title {
	float: left;
}
.page_heading_next {
	float: right;
	margin-top: -7px;
}
.page_heading_next.news_latested h4 {
	display: block;
	padding: 13px 25px 12px 25px;
	color: #ccc;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
}
.page_heading_next a {
	position: relative;
	display: block;
	padding: 13px 50px 12px 40px;
	background: #fff;
	border-radius: 15px;
	text-decoration: none;
	overflow: hidden;
}
.page_heading_next a::before {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/common/icon_arrow_right_gray.png) no-repeat center / 17px;
}
.page_heading_next a:hover::before {
	animation: next_hover 380ms 1 ease-in-out forwards;
}
@keyframes next_hover {
	0% {
		right: 16px;
	}
	50% {
		right: 21px;
	}
	100% {
		right: 16px;
	}
}
.page_heading_next_color {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	background: #ccc;
	border-radius: 200px;
}
.page_heading_next h4 {
	font-size: 0.83em;
	line-height: 1.33em;
}

.page_single #page_heading h2.title,
.page_child #page_heading h2.title {
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.2em;
}
.page_single #page_heading h2.title span,
.page_child #page_heading h2.title span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-2px);
	font-size: 0.67em;
	padding-left: 1em;
	margin-left: 0.8em;
	line-height: 1.2em;
}
.page_single #page_heading h2.title span::before,
.page_child #page_heading h2.title span::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 1px;
	height: 100%;
	background: var(--main);
}
#page_heading h5 {
	margin-top: 2em;
	font-size: 1.1em;
	line-height: 2em;
	letter-spacing: 0.1em;
	color: var(--main);
}
#page_heading.w_index h2.title,
#page_heading.w_index h5 {
	padding-right: 300px;
}
.page_heading_index {
	float: right;
	padding-left: 2em;
	border-left: 4px solid var(--main);
}
.page_heading_index h2 {
	margin-bottom: 0.5em;
	font-size: 1.1em;
	font-weight: 500;
}
.page_heading_index h2 a {
	display: block;
	text-decoration: none;
}
.page_heading_index li {
	font-size: 0.9em;
	line-height: 1.5em;
}
.page_heading_index li.active {
	color: var(--main);
}
.page_heading_index li a {
	display: block;
	text-decoration: none;
}
.page_heading_index li:not(:last-of-type) {
	margin-bottom: 0.8em;
}

/** Page Hero **/

#page_hero {
	position: relative;
	margin-bottom: 7.7em;
}
#page_hero .inner {
	padding-right: 0;
	padding-left: 92px;
	max-width: 100%;
}
#page_hero_wrapper {
	position: relative;
}
#page_hero_image {
	position: relative;
	border-radius: 40px 0 0 40px;
	aspect-ratio: 1800 / 977;
	width: 100%;
	max-height: 530px;
	max-height: 650px;
	background: #ccc;
	overflow: hidden;
	filter: grayscale(100%);
	animation: hero_image_color 600ms 1 ease-in-out 1000ms forwards;
}

@keyframes hero_image_color {
	0% {
		filter: grayscale(100%);
	}
	100% {
		filter: grayscale(0);
	}
}

#page_hero_image::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.13);
}
#page_hero h2.title {
	position: absolute;
	right: 0;
	right: -100px;
	top: 0;
	padding: 1em 0.4em 0 0.4em;
	padding: 1em 0.55em 0 0.4em;
	height: 100%;
	font-size: 1.57em;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #fff;
	background: #ccc;
	opacity: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.reveal#page_hero h2.title {
	animation: hero_title_reveal 600ms 1 ease-in-out 200ms forwards;
}
@keyframes hero_title_reveal {
	0% {
		right: -100px;
		opacity: 0;
	}
	100% {
		right: 0;
		opacity: 1;
	}
}

.page_v #page_hero h2.title {
	background: var(--v) url(../images/common/course_v_title_v_ja.png) no-repeat center top 30px / 50%;
}
.page_p #page_hero h2.title {
	background: var(--p) url(../images/common/course_p_title_v_ja.png) no-repeat center top 30px / 50%;
}
.page_pd #page_hero h2.title {
	background: var(--pd) url(../images/common/course_pd_title_v_ja.png) no-repeat center top 30px / 50%;
}
.page_i #page_hero h2.title {
	background: var(--i) url(../images/common/course_i_title_v_ja.png) no-repeat center top 30px / 50%;
}
.page_ad #page_hero h2.title {
	background: var(--ad) url(../images/common/course_ad_title_v_ja.png) no-repeat center top 30px / 50%;
}
.page_f #page_hero h2.title {
	background: var(--f) url(../images/common/course_f_title_v_ja.png) no-repeat center top 30px / 50%;
}
#page_hero h2.title span {
	display: inline-block;
	margin-top: 1.6em;
	transform: translateX(2px);
	font-size: 0.5em;
	letter-spacing: 0.1em;
}
#page_hero_copy {
	position: absolute;
	top: 50px;
	left: 40px;
	font-size: 1.77em;
	font-weight: 500;
	letter-spacing: 0.3em;
	color: #fff;
	opacity: 0;
	filter: blur(10px);
}
.reveal #page_hero_copy {
	animation: hero_copy_reveal 800ms 1 ease-in-out 750ms forwards;
}
@keyframes hero_copy_reveal {
	0% {
		opacity: 0;
		filter: blur(10px);
		transform: scale(0.9);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1);
	}
}

.page_single #page_hero_copy {
	font-size: 1.65em;
	line-height: 1.6em;
	font-feature-settings: 'palt';
}
#page_hero_aka {
	position: absolute;
	right: 85px;
	top: 40px;
	font-size: 9.6em;
	line-height: 1em;
	filter: blur(10px);
	transform: scale(0.9);
	opacity: 0;
}
.reveal #page_hero_aka {
	animation: hero_aka_reveal 800ms 1 ease-in-out 750ms forwards;
}
@keyframes hero_aka_reveal {
	0% {
		opacity: 0;
		filter: blur(10px);
		transform: scale(0.9);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1);
	}
}


.page_v #page_hero #page_hero_aka {
	color: var(--v);
}
.page_p #page_hero #page_hero_aka {
	color: var(--p);
}
.page_pd #page_hero #page_hero_aka {
	color: var(--pd);
}
.page_i #page_hero #page_hero_aka {
	color: var(--i);
}
.page_ad #page_hero #page_hero_aka {
	color: var(--ad);
}
.page_f #page_hero #page_hero_aka {
	color: var(--f);
}
#page_hero_topics {
	position: absolute;
	right: 85px;
	bottom: 35px;
	bottom: 30px;
	width: 280px;
	opacity: 0;
}
.reveal #page_hero_topics {
	animation: hero_topics_reveal 450ms 1 ease-in-out 1200ms forwards;
}
@keyframes hero_topics_reveal {
	0% {
		bottom: 30px;
		opacity: 0;
	}
	100% {
		bottom: 35px;
		opacity: 1;
	}
}



/* Event */

.event_pane a {
	display: block;
	position: relative;
	padding: 3em 1.1em 2.1em 1.2em;
	padding: 3em 1.1em 1.7em 1.2em;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 15px;
	text-decoration: none;
	overflow: hidden;
	transition: all 360ms ease-in-out;
}
.event_pane.event_end a {
	filter: saturate(0);
}
.event_pane a:hover {
	transform: scale(1.03);
	transition: all 260ms ease-in-out;
}
.event_pane a::before {
	position: absolute;
	top: 10px;
	left: 18px;
	content: '申込不要';
	font-size: 0.73em;
	font-weight: 500;
	letter-spacing: 0.07em;
	color: #4a78d4;
}
.event_pane.event_entry a::before {
	content: '申込制';
	color: #e21e5f;
}
.event_pane h6 {
	position: absolute;
	top: 16px;
	right: 12px;
	padding: 0.3em 0.5em;
	font-size: 0.67em;
	line-height: 1.2em;
	color: #fff;
	background: #ccc;
	background: var(--exam);
	background: #3cc5ca;
	border-radius: 200px;
	overflow: hidden;
}
.event_pane h4 {
	margin-bottom: 0.6em;
	font-size: 0.93em;
	font-weight: 500;
	line-height: 1.2em;
}
.event_pane p {
	padding-bottom: 0.86rem;
	margin-bottom: 1rem;
	margin-bottom: 0.88rem;
	font-size: 0.73em;
	letter-spacing: 0.03em;
	line-height: 1.2em;
	border-bottom: 1px solid #dbdbdb;
}
.event_pane h5 span {
	display: block;
	font-size: 0.73em;
	line-height: 1.4em;
	letter-spacing: 0.07em;
}


/* Scholaship */

.scholarship_contact ul {
    margin-bottom: 2em;
}
.scholarship_contact h5 {
    margin-bottom: 0.75em;
	font-weight: 500;
}
.scholarship_contact dl {
    line-height: 1.2em;
}
.scholarship_contact dl:not(:last-of-type) {
    margin-bottom: 1.5em;
}
.scholarship_contact dt {
    float: left;
}
.scholarship_contact dd {
    padding-left: 5rem;
}
.scholarship_contact dd:not(:last-of-type) {
    margin-bottom: 0.75em;
}

/* Socks */

#socks {
	position: relative;
	margin-top: 12em;
	margin-top: 6em;
}
#socks_course li {
	position: relative;
	float: left;
	width: 16.666%;
	font-size: 0.85em;
	font-weight: 500;
	text-align: center;
}
#socks_course li:last-of-type {
	float: left;
	width: 16.67%;
}
#socks_course li.active::before {
	position: absolute;
	top: -7px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #ddd;
}
#socks_course li a {
	display: block;
	padding: 0.9em 0;
	color: #fff !important;
	text-decoration: none;
	background: #fff;
	transition: all 360ms ease-in-out;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#socks_course li a:hover {
	filter: brightness(1.1);
	transition: all 260ms ease-in-out;
}
#socks li#socks_v a {
	background: var(--v);
	background: var(--v) url(../images/common/course_v_title_h.png) no-repeat center center / 60%;
}
#socks li#socks_p a {
	background: var(--p);
	background: var(--p) url(../images/common/course_p_title_h.png) no-repeat center center / 60%;
}
#socks li#socks_pd a {
	background: var(--pd);
	background: var(--pd) url(../images/common/course_pd_title_h.png) no-repeat center center / 60%;
}
#socks li#socks_i a {
	background: var(--i);
	background: var(--i) url(../images/common/course_i_title_h.png) no-repeat center center / 60%;
}
#socks li#socks_ad a {
	background: var(--ad);
	background: var(--ad) url(../images/common/course_ad_title_h.png) no-repeat center center / 60%;
}
#socks li#socks_f a {
	background: var(--f);
	background: var(--f) url(../images/common/course_f_title_h.png) no-repeat center center / 60%;
}
#socks li#socks_v.active::before {
	background-color: var(--v);
}
#socks li#socks_p.active::before {
	background: var(--p);
}
#socks li#socks_pd.active::before {
	background: var(--pd);
}
#socks li#socks_i.active::before {
	background: var(--i);
}
#socks li#socks_ad.active::before {
	background: var(--ad);
}
#socks li#socks_f.active::before {
	background: var(--f);
}

#socks #switch_school {
	position: absolute;
	top: 45px;
	left: 30px;
	top: auto;
	bottom: 90px;
}


/* Footer */

#footer {
	padding: 8em 0;
}
#footer ul {
}
#copyright {
	font-size: 0.75em;
	text-align: center;
}
#footer_heading {
	margin-bottom: 3.5em;
}
#footer_id {
	float: left;
}
#footer_id h3 {
	margin-bottom: 0.45em;
	font-size: 1.2em;
	font-weight: 500;
}
#footer_id ul {
	line-height: 1.8em;
	font-size: 0.85em;
}
#footer_links {
	float: right;
}
#footer_toc {
	margin-bottom: 5em;
}
#footer_toc_principal {
	padding-right: 2.5%;
	border-right: solid 1px #d9d6d0;
}
.footer_toc_category {
	float: left;
	width: 33%;
}
.footer_toc_category:first-of-type {
	width: 30%;
}
.footer_toc_category:not(:first-of-type) {
	padding-left: 4.5%;
	border-left: solid 1px #d9d6d0;
	width: 35%;
}
.footer_toc_category h3 {
	margin-bottom: 0.75em;
	font-size: 0.95em;
	font-weight: 500;
}
.footer_toc_category h3 a {
	position: relative;
	padding-right: 21px;
	text-decoration: none;
}
.footer_toc_category h3 a::after {
	position: absolute;
	right: 0;
	top: 50%;
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/common/icon_arrow_black.png) no-repeat center / 10px;
	transform: translateY(-50%);
}
.footer_toc_category ul {
	line-height: 1.9em;
	font-size: 0.8em;
}
.footer_toc_category li.footer_toc_comingsoon {
	color: #ccc;
}
.footer_toc_category li a {
	text-decoration: none;
}
#footer_toc_principal_upper {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: solid 1px #d9d6d0;
}
#footer_toc_principal_lower {
	clear: both;
}
#footer_toc_principal {
	float: left;
	width: 75%;
}
#footer_toc_others {
	float: right;
	padding-left: 3.5%;
	width: 25%;
}
#footer_toc_others .footer_toc_category {
	float: none;
	width: 100%;
}
#footer_toc_others_external {
	margin-top: 1.5em;
}
#footer_toc_others_external li {
	padding-left: 18px;
	background: url(../images/common/icon_external_arrow_black.png) no-repeat left center / 13px;
}
#footer_toc_others_external li#footer_toc_others_external_alumni {
	background: url(../images/common/icon_arrow_right_black.png) no-repeat left center / 14px;
}
#footer_toc_others_external ul:not(:last-of-type) {
	margin-bottom: 1.5em;
}

#footer_banners {
	margin-bottom: 2.5em;
	text-align: center;
}
.footer_banner {
	display: inline-block;
	margin: 0 0.75em;
}
.footer_banner a {
	display: block;
	padding: 17px 1.5em;
	width: 232px;
	height: 76px;
	background: #fff;
	border-radius: 10px;
	transition: all 260ms ease-in-out;
}
.footer_banner a:hover {
	transform: scale(0.96);
	transition: all 360ms ease-in-out;
}
.banner_logo {
	float: left;
	width: 42px;
	height: 42px;
	overflow: hidden;
}
.banner_text {
	float: right;
	padding-left: 15px;
	width: calc(100% - 42px);
	text-align: left;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.5em;
}
.banner_text span {
	display: block;
	font-size: 0.9em;
}
.banner_line .banner_text h4 {
	line-height: 42px;
}

.footer_toc_category .later,
.footer_toc_category .going,
.footer_toc_category .done {
	position: relative;
}
.footer_toc_category .later::before,
.footer_toc_category .going::before,
.footer_toc_category .done::before {
	position: absolute;
	content: '*';
	top: 0;
	left: -1em;
}
.footer_toc_category .later::before {
	color: #6bd711;
}
.footer_toc_category .going::before {
	color: #ff8a47;
}
.footer_toc_category .done::before {
	color: #4797ff;
}

/* Shoes */

#shoes {
	margin: 3.5em 0;
	text-align: center;
}
#shoes ul {
	display: inline-block;
}
#shoes li {
	display: inline-block;
	margin: 0 1em 1em 1em;
	width: 140px;
}
#shoes li a {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	transition: all 260ms ease-in-out;
}
#shoes li a:hover {
	transform: scale(0.96);
	transition: all 360ms ease-in-out;
}
#shoes h3.title {
	padding-left: 0;
	font-size: 1.1em;
	color: #ccc;
}
#shoes h3.title::before {
	display: none;
}


/* Lightslider */

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #C3C0B6 !important;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #434246 !important;
}


@media screen and (max-width: 1260px) and (min-width: 750px) {
	
	#menu_switch {
		top: 38px;
		right: 20px;
	}
	.fixed #menu_switch {
		top: 28px;
	}
	#header_inner {
		padding: 27px 60px 27px 25px;
	}
	.fixed #header_inner {
		padding: 17px 60px 17px 25px;
	}
	#header_logo {
		width: 270px;
		height: 39px;
	}
	#menu {
		margin-top: 4px;
	}
	#menu_main ul:not(:last-of-type) {
		margin-right: 1.5em;
	}
	#menu_main li:not(:last-of-type) {
		margin-right: 0.5em;
	}
	#menu_main li a {
		font-size: 0.8em;
	}
	#menu_sub {
		padding: 75px 20px 40px 30px;
		width: 800px;
	}
	#menu_sub_global {
		width: 590px;
		width: 610px;
	}
	.menu_pane h4 {
		font-size: 0.65em;
		letter-spacing: 0.02em;
	}
	#menu_sub #menu_sub_access li .label_before {
		padding: 8px 0;
	}
	#menu_sub #menu_sub_access li .label_after {
		font-size: 0.7em;
		letter-spacing: 0.03em;
	}
	
}

@media screen and (max-width: 1180px) and (min-width: 750px) {
	
	#switch_school,
	#socks #switch_school {
		left: 20px;
	}
	.inner {
		padding: 0 65px;
	}
	.inner.narrow {
		padding: 0 80px;
	}
	.front_pane {
		margin-bottom: 2em;
		width: 48.5%;
	}
	.front_pane a {
		padding-right: 70px;
	}
	.front_pane a::before {
		right: 15px;
	}
	@keyframes front_pane_hover {
		0% {
			right: 15px;
		}
		50% {
			right: 10px;
		}
		100% {
			right: 15px;
		}
	}
	.front_pane_text {
		width: calc(100% - 115px);
	}
	.front_pane_text h4 {
		font-size: 1.06em;
		letter-spacing: 0.05em;
	}
	.front_pane_text h5 {
		font-size: 0.9em;
		letter-spacing: 0.03em;
	}
	.front_pane h5 br {
		display: none;
	}
}

@media screen and (max-width: 600px) {

	html {
		min-height: 100vh;
		font-size: 20px !important;
	}
	body {
		min-width: 480px;
		min-height: 100vh;
		font-size: 20px !important;
	}
	.only_pc {
		display: none;
	}
	.only_mobile {
		display: block;
	}
	.only_mobile.inline {
		display: inline-block;
	}
	#menu_switch {
		display: block;
	}

}


#history_founded {
	font-family: 'Reddit Mono', monospace;
	font-weight: 400;
}
.timeline_compact {
	position: relative;
	margin-left: 5px;
}
.timeline_compact::after {
	position: absolute;
	top: 0;
	top: 22px;
	left: 0;
	content: '';
	width: 1px;
	height: 100%;
	height: calc(100% - 22px);
	background: var(--main);
}
.timeline_year {
	position: relative;
	padding-left: 25px;
}
.timeline_year:not(:last-of-type) {
	padding-bottom: 3em;
}
.timeline_year_image {
	float: right;
	width: 100px;
	height: 100px;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	border-radius: 50%;
	overflow: hidden;
}
.w_image .timeline_year_text {
	float: left;
	width: calc(100% - 120px);
}
.timeline_year_text h4 {
	position: relative;
	padding-top: 20px;
	padding-bottom: 0.7em;
	margin-bottom: 1.2em;
	color: var(--main);
	line-height: 1em;
	border-bottom: 1px solid #e7e2cd;
}
.timeline_year_text h4::before {
	position: absolute;
	top: 50%;
	top: 55%;
	left: -28px;
	left: -31px;
	transform: translateY(-50%);
	transform-origin: 6px 0;
	content: '';
	width: 13px;
	height: 13px;
	background: var(--main);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
}
.timeline_year_text h4 .year_ad {
	font-size: 1.6em;
}
.timeline_year_text h4 .year_jc {
	margin-left: 0.5em;
	font-size: 0.9em;
}


.layout_demo .side {
	position: fixed;
	right: 0;
	top: 250px;
	padding: 3.5em;
	width: 320px;
	border-radius: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background: #fff;
}
.layout_demo .side_toc h2.title {
	color: #333 !important;
	opacity: 1 !important;
}
