@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

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

html {
	font-size: 62.5%;
}

body {
	font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #263d54;
	word-wrap: break-word;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}

button {
	cursor: pointer;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

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

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

.l-body {
	width: 100%;
	overflow: hidden;
	padding-top: 60px;
}

.l-body.is-fixed {
	position: fixed;
}

.l-body--pt-none {
	padding-top: 0;
}

.l-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #ffffff;
	z-index: 1000;
}

.l-footer {
	margin-top: 68px;
}

.l-wrapper {
	position: relative;
	width: 89.33333%;
	margin-left: auto;
	margin-right: auto;
}

.l-navi {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	display: none;
}

.footer-logo {
	text-align: center;
}

.footer-logo img {
	width: 320px;
}

.campus {
	margin: 40px 0 55px;
}

.campus__item {
	color: #333;
	text-align: center;
}

.campus__item:not(:last-child) {
	margin-bottom: 33px;
}

.campus__name {
	display: block;
	font-size: 1.8rem;
	line-height: 1.78;
	letter-spacing: 0.1em;
	margin-bottom: 4px;
}

.campus__text {
	font-size: 1.3rem;
	line-height: 1.62;
	letter-spacing: 0.05em;
}

.copyright {
	text-align: center;
	padding: 29px 0;
	border-top: 1px solid #becbd3;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #999999;
}

.talk-kv-wrap {
	background-color: #F0F3F5;
}

.talk-kv {
	position: relative;
	background: url(/lp/nyushi/korea_ao/img/bg_talk_kv_sp.jpg) no-repeat center top/100% auto, #FFF;
}

.talk-kv--home-page .talk-kv__main {
	height: 101.3vw;
}

.talk-kv__bg {
	display: none;
}

.talk-kv__main {
	height: 109.5vw;
	position: relative;
}

.talk-kv__talk-page {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 51%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 72vw;
}

.talk-kv__talk-page img {
	width: 100%;
}

.talk-kv__speaker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.talk-kv__speaker__item {
	position: relative;
	width: 50%;
	color: #FFF;
	padding: 55px 5% 25px;
}

.talk-kv__speaker__item--red {
	background: #b22222;
}

.talk-kv__speaker__item--blue {
	background: #263d54;
}

.talk-kv__speaker__country {
	width: 100px;
	position: absolute;
	top: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.talk-kv__speaker__name {
	font-size: 3.45vw;
	line-height: 1.5385;
}

.talk-kv__speaker__name-lg {
	font-size: 4.8vw;
	font-weight: 700;
}

.talk-kv__speaker__name-sm {
	font-size: 3.73vw;
}

.talk-kv__speaker__info {
	margin-top: 2px;
	font-size: 3.45vw;
	line-height: 1.5385;
}

.talk-kv__home-page {
	position: relative;
	padding: 6.13vw 0 0;
	z-index: 100;
}

.talk-kv__home-page__heading-jp {
	font-size: 4.8vw;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.67;
	text-align: center;
	margin-bottom: 10.7vw;
}

.talk-kv__home-page__heading-en {
	width: 31.7%;
	margin-left: auto;
	margin-right: auto;
}

.talk-kv__home-page__heading-en img {
	display: block;
	width: 100%;
}

.talk-kv__home-page__button {
	display: block;
	width: 77.3%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13.87vw;
	font-size: 3.73vw;
	font-weight: 700;
	letter-spacing: 0.15em;
	color: #ffffff;
	background: #000000;
	text-align: center;
	padding: 4.8vw 0;
	position: relative;
}

.talk-kv__home-page__button::before {
	position: absolute;
	top: 50%;
	right: 4vw;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	content: "";
	width: 1.3vw;
	height: 1.3vw;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.talk-page-main {
	background-color: #F0F3F5;
}

.talk-lead {
	display: block;
	padding-top: 48px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.17;
	font-weight: 700;
}

.talk-lead span {
	position: relative;
	display: block;
}

.cross-talk {
	margin-top: 57px;
}

.cross-talk__section {
	position: relative;
	margin-bottom: 30px;
}

.cross-talk__section--image {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.cross-talk__section--image img {
	-webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
}

.cross-talk__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px;
}

.cross-talk__item--center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cross-talk__item--blue {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.cross-talk__item__image {
	width: 80px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cross-talk__name {
	margin-top: 3px;
	text-align: center;
	font-size: 1.3rem;
}

.cross-talk__item--red .cross-talk__name {
	color: #b22222;
}

.cross-talk__item--blue .cross-talk__name {
	color: #263d54;
}

.cross-talk__name span {
	font-weight: 700;
	font-size: 1.6rem;
}

.cross-talk__text {
	text-align: justify;
	line-height: 1.85714;
	width: calc(100% - 98px);
	font-size: 1.4rem;
}

.profile {
	margin-top: 32px;
}

.profile__inner {
	position: relative;
}

.profile__heading {
	position: absolute;
	width: 80%;
	top: 55px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	mix-blend-mode: multiply;
}

.profile__image {
	position: relative;
	z-index: 100;
}

.profile__image img {
	display: block;
}

.profile__item {
	position: relative;
	z-index: 100;
	background: #263d54;
	position: relative;
	color: #fff;
	padding: 28px 0 30px;
}

.profile__item:first-of-type {
	padding: 29px 0 32px;
}

.profile__item:not(:last-of-type)::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 89.33333%;
	height: 4px;
	background: -o-radial-gradient(#fff 20%, transparent 21%);
	background: radial-gradient(#fff 20%, transparent 21%);
	background-size: 4px 4px;
	background-position: center;
}

.profile__item__inner {
	position: relative;
	width: 89.33333%;
	margin-left: auto;
	margin-right: auto;
}

.profile__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.profile__country {
	width: 100px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.profile__content {
	margin-left: 6%;
}

.profile__name {
	font-size: 1.3rem;
	line-height: 1.5385;
}

.profile__name-lg {
	font-size: 1.8rem;
	font-weight: 700;
}

.profile__name-sm {
	font-size: 1.4rem;
}

.profile__info {
	font-size: 1.3rem;
	line-height: 1.5385;
}

.profile__text {
	margin-top: 18px;
	font-size: 1.3rem;
	line-height: 1.61538;
	text-align: justify;
}

.mainvisual {
	position: relative;
}

.mainvisual::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 160vw;
	display: block;
	background: url(/lp/nyushi/korea_ao/img/mv_sp.png) no-repeat center top/100% auto;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.mainvisual.is-visible::before {
	opacity: 1;
}

.mainvisual__inner {
	position: relative;
	padding: 88vw 20px 100px 30px;
}

.mainvisual__catch {
	-webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.mainvisual__catch__item {
	position: relative;
	overflow: hidden;
	display: inline-block;
	background: #ffffff;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.mainvisual__catch__item:not(:last-child) {
	margin-bottom: 9px;
}

.mainvisual__catch__item::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 200%;
	height: 100%;
	display: block;
	background: #ffffff;
}

.mainvisual__catch img {
	height: 45px;
}

.mainvisual__catch.is-visible .mainvisual__catch__item--1 {
	-webkit-animation: textSlideIn1 0.5s cubic-bezier(1, 0, 0, 1) forwards;
	animation: textSlideIn1 0.5s cubic-bezier(1, 0, 0, 1) forwards;
}

.mainvisual__catch.is-visible .mainvisual__catch__item--1::after {
	-webkit-animation: textSlideIn2 0.5s cubic-bezier(1, 0, 0, 1) 0.5s forwards;
	animation: textSlideIn2 0.5s cubic-bezier(1, 0, 0, 1) 0.5s forwards;
}

.mainvisual__catch.is-visible .mainvisual__catch__item--2 {
	-webkit-animation: textSlideIn1 0.5s cubic-bezier(1, 0, 0, 1) 0.5s forwards;
	animation: textSlideIn1 0.5s cubic-bezier(1, 0, 0, 1) 0.5s forwards;
}

.mainvisual__catch.is-visible .mainvisual__catch__item--2::after {
	-webkit-animation: textSlideIn2 0.5s cubic-bezier(1, 0, 0, 1) 1s forwards;
	animation: textSlideIn2 0.5s cubic-bezier(1, 0, 0, 1) 1s forwards;
}

.mainvisual__text {
	opacity: 0;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.mainvisual__text.is-visible {
	opacity: 1;
}

.mainvisual__text__lg {
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #b22222;
	text-decoration: underline;
	text-underline-offset: 0.5em;
}

.mainvisual__text__sm {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.625;
	margin-top: 19px;
}

.mainvisual__text__sm span {
	color: #b22222;
}

.mainvisual__scroll {
	position: absolute;
	bottom: 0;
	left: 82px;
	width: 1px;
	height: 70px;
	background: #e6e6e6;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.mainvisual__scroll span {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #b22222;
	-webkit-animation: scrollDown ease-in-out 1.8s infinite;
	animation: scrollDown ease-in-out 1.8s infinite;
}

.mainvisual__scroll.is-visible {
	opacity: 1;
}

.bg-base {
	background: url(/lp/nyushi/korea_ao/img/bg_base_sp.png) repeat-y center top/681px auto;
}

.header-logo {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 200px;
}

.sp-menu-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	border: none;
	background: none;
}

.sp-menu-btn span {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 20px;
	height: 1px;
	background: #b3b3b3;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.sp-menu-btn span:first-child {
	top: 26px;
}

.sp-menu-btn span:nth-child(2n) {
	top: 33px;
}

.sp-menu-btn.is-opend span {
	top: 50%;
}

.sp-menu-btn.is-opend span:first-child {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.sp-menu-btn.is-opend span:nth-child(2) {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.navi {
	height: 100%;
}

.navi__item {
	height: 50%;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 700;
}

.navi__item:not(:last-child) {
	position: relative;
}

.navi__item:not(:last-child)::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #ffffff;
}

.navi__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	height: 100%;
}

.navi__item--red {
	background: rgba(178, 34, 34, 0.9);
}

.navi__item--red a {
	padding-bottom: 17px;
}

.navi__item--navy {
	background: rgba(38, 61, 84, 0.9);
}

.navi__item--navy a {
	padding-top: 17px;
}

.navi__item--sm {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.62;
}

.navi__item span {
	display: block;
	margin-top: 8px;
}

.lead {
	padding: 18px 0 37px;
}

.lead__heading {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.79;
	color: #b22222;
	margin-bottom: 24px;
}

.lead__text {
	font-size: 1.5rem;
	letter-spacing: 0.025em;
	line-height: 2;
	text-align: justify;
}

.study-abroad {
	padding: 0 0 50px;
}

.study-abroad__heading {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.22;
	margin-bottom: 25px;
	max-width: 280px;
}

.study-abroad__heading span {
	display: block;
	position: relative;
}

.study-abroad__heading span:not(:last-child)::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: -o-linear-gradient(left, #263d54 1px, transparent 1px) repeat-x left center/4px auto;
	background: linear-gradient(to right, #263d54 1px, transparent 1px) repeat-x left center/4px auto;
}

.study-abroad__text {
	line-height: 1.86;
	text-align: justify;
}

.study-abroad__note {
	font-size: 1.3rem;
	line-height: 1.62;
	margin-top: 13px;
}

.network {
	position: relative;
	padding: 19px 0 28px;
}

.network::before {
	position: absolute;
	top: 0;
	left: 44%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 757px;
	height: 93px;
	display: block;
	background: url(/lp/nyushi/korea_ao/img/deco_text_network.svg) no-repeat center/contain;
	mix-blend-mode: multiply;
}

.network__main {
	position: relative;
	margin-bottom: 18px;
	z-index: 1;
}

.network__heading {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.67;
	position: relative;
	margin-bottom: 60px;
}

.network__heading::before {
	position: absolute;
	top: calc(100% - 7px);
	left: 0;
	content: "";
	width: 330px;
	height: 60px;
	display: block;
	background: url(/lp/nyushi/korea_ao/img/img_deco_babble.svg) no-repeat center/contain;
}

.network__base {
	position: relative;
	z-index: 1;
}

.network__base__heading {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.19;
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.network__base__heading::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 5px;
	height: 16px;
	display: block;
	background: #b22222;
}

.network__images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.network__image {
	position: relative;
	width: 47.8%;
	margin-bottom: 52px;
}

.network__image:nth-child(odd) {
	margin-right: 4.4%;
}

.network__image img {
	display: block;
	border-radius: 10px;
}

.network__image figcaption {
	position: absolute;
	top: calc(100% - 8px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 160px;
	height: 50px;
	background: #263d54;
	color: #ffffff;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.31;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
	border-radius: 25px;
}

.network__image figcaption span {
	font-size: 1.2rem;
	font-weight: 400;
}

.network__badge-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 47.8%;
}

.network__badge {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 2;
	text-align: center;
	width: 146px;
	height: 146px;
	background: url(/lp/nyushi/korea_ao/img/bg_badge.svg) no-repeat center/contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #ffffff;
}

.network__badge__text {
	position: relative;
	padding-bottom: 8px;
}

.network__badge__text::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: calc(100% + 10px);
	height: 1px;
	display: block;
	background: #ffffff;
}

.network__badge__text span {
	font-size: 1.8rem;
}

.freshman__item:not(:last-child) {
	margin-bottom: 25px;
}

.freshman__head {
	position: relative;
	padding-left: 20px;
	margin-bottom: 18px;
}

.freshman__head::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 5px;
	height: calc(100% - 15px);
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #b22222), color-stop(50%, #263d54));
	background: -o-linear-gradient(top, #b22222 50%, #263d54 50%);
	background: linear-gradient(to bottom, #b22222 50%, #263d54 50%);
}

.freshman__heading {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.67;
	color: #b22222;
	padding-bottom: 3px;
}

.freshman__heading sup {
	font-size: 60%;
	vertical-align: top;
	padding-left: 0.2em;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	display: inline-block;
}

.freshman__text-lg {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.73;
}

.freshman__check {
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.78;
	text-align: center;
	border: 1px solid #cccccc;
	border-radius: 30px;
	background: #ffffff;
	padding: 22px 0 31px;
	margin-top: 33px;
}

.freshman__check span {
	color: #b22222;
}

.ao-exam {
	padding: 50px 0;
	background: #f0f3f5;
}

.ao-exam__content {
	background: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px rgba(38, 61, 84, 0.1);
	box-shadow: 0 0 5px rgba(38, 61, 84, 0.1);
	padding: 25px 20px;
}

.ao-exam__head {
	margin-bottom: 30px;
}

.ao-exam__heading {
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.1;
	text-align: center;
	border-bottom: 1px solid #263d54;
	padding-bottom: 15px;
	margin-bottom: 13px;
}

.ao-exam__lead {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.625;
	text-align: center;
	margin-bottom: 14px;
}

.ao-exam__faculty-wrap {
	background: #263d54;
	color: #ffffff;
	padding: 12px 10px 10px;
}

.ao-exam__faculty {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 13px;
	vertical-align: middle;
}

.ao-exam__faculty__new {
	font-size: 1.4rem;
	background: #ea5504;
	padding: 0 19px;
	margin-right: 26px;
}

.ao-exam__faculty__arrow {
	font-size: 50%;
	vertical-align: middle;
}

.ao-exam__selection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ao-exam__selection__macro {
	width: 50%;
	font-size: 1.3rem;
	font-weight: 700;
	background: #263d54;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-align: center;
	padding: 2px 0;
}

.ao-exam__selection__micro {
	width: 50%;
	font-weight: 700;
	background: #ffffff;
	color: #263d54;
	text-align: center;
	padding: 3px 0;
}

.ao-exam__point {
	margin-bottom: 30px;
}

.ao-exam__point__heading {
	font-size: 1.6rem;
	font-weight: 700;
	border: 1px dotted #263d54;
	padding: 16px 0;
	text-align: center;
	border-radius: 25px;
	margin-bottom: 4px;
}

.ao-exam__point__list {
	margin-bottom: 14px;
}

.ao-exam__point__list li {
	position: relative;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.73;
	padding: 12px 0 12px 35px;
	margin-right: -0.5em;
}

.ao-exam__point__list li:not(:last-child)::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: -o-linear-gradient(left, #263d54 1px, transparent 1px) repeat-x left center/4px auto;
	background: linear-gradient(to right, #263d54 1px, transparent 1px) repeat-x left center/4px auto;
}

.ao-exam__point__list li::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 21px;
	height: 20px;
	display: block;
	background: url(/lp/nyushi/korea_ao/img/icon_list_check.svg) no-repeat center/contain;
}

.ao-exam__point__way__image {
	margin-bottom: 12px;
}

.ao-exam__point__way__document {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ao-exam__point__way__document__label {
	font-size: 1.3rem;
	font-weight: 700;
	background: #15688f;
	color: #ffffff;
	padding: 9px 14px;
	margin-right: 10px;
}

.ao-exam__point__way__document__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ao-exam__point__way__document__list li {
	line-height: 2.05;
}

.ao-exam__point__way__document__list li:not(:last-child) {
	margin-right: 0.3em;
}

.ao-exam__point__way__document__list li::before {
	content: "●";
}

.ao-exam__flow__item {
	line-height: 1.29;
	text-align: center;
	padding: 16px 0 24px;
	position: relative;
}

.ao-exam__flow__item:nth-child(odd) {
	background: #f5f0e1;
}

.ao-exam__flow__item:nth-child(even) {
	background: #f0e6d2;
}

.ao-exam__flow__item:not(:last-child) {
	margin-bottom: 10px;
}

.ao-exam__flow__item dt {
	font-weight: 700;
	margin-bottom: 4px;
}

.ao-exam__place {
	margin-top: 15px;
	line-height: 1.64;
	text-align: justify;
}

.ao-exam__place span {
	display: block;
	font-weight: 700;
}

.bnr-area {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f0f3f5), color-stop(50%, transparent));
	background: -o-linear-gradient(top, #f0f3f5 50%, transparent 50%);
	background: linear-gradient(to bottom, #f0f3f5 50%, transparent 50%);
}

.bnr-area__link {
	display: block;
	width: calc(100% - 5px);
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

.gallery {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #b22222));
	background: -o-linear-gradient(top, transparent 50%, #b22222 50%);
	background: linear-gradient(to bottom, transparent 50%, #b22222 50%);
}

.gallery.swiper {
	overflow: visible;
}

.gallery__item {
	position: relative;
}

.gallery__item::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	-webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
	mix-blend-mode: multiply;
	border-radius: 30px;
}

.gallery__item img {
	display: block;
	border-radius: 30px;
}

/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff; /*
		--swiper-preloader-color: var(--swiper-theme-color);
		--swiper-wrapper-transition-timing-function: initial;
		*/
}

.swiper,
swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

:root {
	--swiper-navigation-size: 44px; /*
		--swiper-navigation-top-offset: 50%;
		--swiper-navigation-sides-offset: 10px;
		--swiper-navigation-color: var(--swiper-theme-color);
		*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-lock {
	display: none;
}

.feature__lead {
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.7778;
	letter-spacing: 0.1em;
	font-weight: 700;
	margin-bottom: 34px;
}

.feature__head {
	padding: 42px 0 31px;
	background: #b22222;
}

.feature__head__item {
	background: #fff;
	border-radius: 10px;
	padding: 0 6% 21px;
}

.feature__head__item:not(:last-child) {
	margin-bottom: 30px;
}

.feature__head__heading {
	margin-bottom: 25px;
	padding-left: 6%;
	padding-top: 22px;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.65;
	border-left: 2px solid #b22222;
}

.feature__bottom {
	padding: 31px 0 51px;
	background: #263d54;
}

.feature__bottom__item {
	background: #fff;
	padding: 20px 6% 17px;
	outline: 1px solid #263d54;
	outline-offset: -5px;
}

.feature__bottom__heading {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.65;
	padding-bottom: 14px;
	margin-bottom: 11px;
	border-bottom: 1px solid #263d54;
}

.feature__text {
	margin-bottom: 18px;
	line-height: 1.85714;
	text-align: justify;
}

.feature__list__heading {
	margin-bottom: 1px;
	background: #f5f0e1;
	border-radius: 10px 10px 0 0;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	padding: 12px 7%;
}

.feature__list__items {
	background: #f5f0e1;
	border-radius: 0 0 10px 10px;
	padding: 14px 7% 20px 6.7%;
}

.feature__list__item {
	position: relative;
	width: 100%;
	line-height: 1.7143;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.feature__list__item::before {
	display: inline-block;
	content: "";
	background: url(/lp/nyushi/korea_ao/img/icon_arrow.svg) no-repeat center/contain;
	width: 14px;
	height: 14px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 5px;
	margin-right: 6px;
}

.feature__list__item span {
	position: absolute;
	right: 0;
}

.feature__image-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.feature__image {
	width: 47.5%;
}

.feature__image figcaption {
	margin-top: 5px;
	font-size: 1.3rem;
	line-height: 1.6154;
	text-align: justify;
}

/* base */

/* Tools */

/* Layout */

/* Module */

@media screen and (max-width: 680px) and (min-width: 681px) {

.talk-lead__sp-row::before { /* pc */
	bottom: -4px;
}

}

@media screen and (min-width: 681px) {

body { /* pc */
	min-width: 1200px;
}

.l-body { /* pc */
	padding-top: 90px;
}

.l-body--pt-none { /* pc */
	padding-top: 0;
}

.l-header { /* pc */
	min-width: 1200px;
	height: 90px;
}

.l-footer { /* pc */
	margin-top: 113px;
}

.l-wrapper { /* pc */
	max-width: 1000px;
}

.l-navi { /* pc */
	position: static;
	width: auto;
	height: 100%;
	display: block;
}

.footer-logo img { /* pc */
	width: 600px;
}

.campus { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 900px;
	margin: 80px auto 68px;
}

.campus__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.campus__item { /* pc */
	width: 50%;
}

.campus__name { /* pc */
	font-size: 2rem;
	line-height: 1.6;
}

.campus__text { /* pc */
	margin-top: 11px;
}

.copyright { /* pc */
	padding: 38px 0;
}

.talk-kv { /* pc */
	width: 1200px;
	height: 710px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
}

.talk-kv::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(/lp/nyushi/korea_ao/img/bg_talk_kv_pc_bottom.svg) no-repeat center bottom/100% auto;
	width: 330px;
	height: 235px;
	z-index: 20;
}

.talk-kv--home-page .talk-kv__main { /* pc */
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.talk-kv__bg { /* pc */
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.talk-kv__bg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(/lp/nyushi/korea_ao/img/bg_talk_kv_pc_top.svg) no-repeat center top/100% auto;
	width: 330px;
	height: 235px;
	z-index: 3;
}

.talk-kv__bg__item {
	height: 100%;
	position: absolute;
	top: 0;
}

.talk-kv__bg__item--left {
	left: 0;
}

.talk-kv__bg__item--right {
	right: 0;
}

.talk-kv__bg__item img {
	display: block;
	height: 100%;
}

.talk-kv__main { /* pc */
	height: 100%;
}

.talk-kv__talk-page { /* pc */
	width: auto;
	top: 49.6%;
}

.talk-kv__speaker { /* pc */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.talk-kv__speaker__item { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 10% 15px 8.3%;
}

.talk-kv__speaker__item--blue { /* pc */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding: 15px 8.3% 15px 10%;
}

.talk-kv__speaker__country { /* pc */
	position: static;
	top: auto;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.talk-kv__speaker__content { /* pc */
	margin-left: 20px;
}

.talk-kv__speaker__item--blue .talk-kv__speaker__content {
	margin-left: auto;
	margin-right: 20px;
	text-align: right;
}

.talk-kv__speaker__name { /* pc */
	font-size: 1.3rem;
}

.talk-kv__speaker__name-lg { /* pc */
	font-size: 1.8rem;
}

.talk-kv__speaker__name-sm { /* pc */
	font-size: 1.4rem;
}

.talk-kv__speaker__info { /* pc */
	font-size: 1.3rem;
}

.talk-kv__home-page { /* pc */
	padding: 5px 0 0;
}

.talk-kv__home-page__heading-jp { /* pc */
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.71;
	margin-bottom: 5px;
}

.talk-kv__home-page__heading-jp::before {
	content: "［";
	margin-right: 0.3em;
}

.talk-kv__home-page__heading-jp::after {
	content: "］";
	margin-left: 0.3em;
}

.talk-kv__home-page__heading-en { /* pc */
	width: 354px;
	margin-bottom: 32px;
}

.talk-kv__home-page__text { /* pc */
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.02em;
	text-align: center;
}

.talk-kv__home-page__button { /* pc */
	width: 290px;
	font-size: 1.4rem;
	padding: 18px 0;
	margin-top: 33px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.talk-kv__home-page__button:hover {
	opacity: 0.6;
}

.talk-kv__home-page__button::before { /* pc */
	right: 15px;
	width: 5px;
	height: 5px;
}

.talk-page-main { /* pc */
	position: relative;
}

.talk-page-main::before {
	position: absolute;
	top: 65px;
	left: 49%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 881px;
	height: 2690px;
	display: block;
	background: url(/lp/nyushi/korea_ao/img/deco_text_talk.svg) no-repeat center/contain;
	mix-blend-mode: multiply;
}

.talk-lead { /* pc */
	padding-top: 86px;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	line-height: 2.25;
}

.talk-lead span { /* pc */
	display: inline-block;
}

.talk-lead__pc-row { /* pc */
}

.talk-lead__pc-row::before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	height: 1px;
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, #263d54), color-stop(21%, transparent)) repeat-x left center/4px auto;
	background: -o-linear-gradient(left, #263d54 20%, transparent 21%) repeat-x left center/4px auto;
	background: linear-gradient(to right, #263d54 20%, transparent 21%) repeat-x left center/4px auto;
}

.cross-talk { /* pc */
	width: 600px;
	margin: 96px auto 0;
}

.cross-talk__section--image img { /* pc */
	-webkit-box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.2);
}

.cross-talk__section--image { /* pc */
	margin: auto;
	width: 250px;
	position: absolute;
}

.cross-talk__section { /* pc */
	margin-bottom: 0;
}

.cross-talk__section--image-right {
	left: calc(100% + 50px);
}

.cross-talk__section--image-left {
	right: calc(100% + 50px);
}

.cross-talk__section--01 .cross-talk__section--image {
	top: 0;
}

.cross-talk__section--02 .cross-talk__section--image {
	top: -150px;
}

.cross-talk__section--03 .cross-talk__section--image {
	top: -92px;
}

.cross-talk__section--04 .cross-talk__section--image {
	top: -33px;
}

.cross-talk__item { /* pc */
	margin-bottom: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.cross-talk__item--mb-0 { /* pc */
	margin-bottom: 0;
}

.cross-talk__item__image { /* pc */
	width: 98px;
}

.cross-talk__item--red .cross-talk__item__image {
	margin-right: 22px;
}

.cross-talk__item--blue .cross-talk__item__image {
	margin-left: 20px;
}

.cross-talk__name span { /* pc */
	font-size: 1.8rem;
}

.cross-talk__text { /* pc */
	padding-bottom: 18px;
	width: calc(100% - 238px);
	line-height: 2;
}

.profile { /* pc */
	margin-top: 26px;
}

.profile__inner { /* pc */
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.profile__heading { /* pc */
	text-align: center;
	width: 100%;
	top: 76px;
}

.profile__image { /* pc */
}

.profile__item { /* pc */
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	color: #263d54;
	width: 270px;
	padding: 0;
}

.profile__item--01 {
	left: 100px;
}

.profile__item--02 {
	right: 100px;
}

.profile__item:first-of-type { /* pc */
	padding: 0;
}

.profile__item:not(:last-of-type)::before { /* pc */
	display: none;
}

.profile__item__inner { /* pc */
	width: 100%;
}

.profile__head { /* pc */
}

.profile__item--02 .profile__head {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.profile__content { /* pc */
	margin-left: 12px;
}

.mainvisual::before { /* pc */
	height: 93.33vw;
	min-height: 1120px;
	background-image: url(/lp/nyushi/korea_ao/img/mv_pc.png);
}

.mainvisual__inner { /* pc */
	padding: clamp(380px, 31.67vw, 31.67vw) 100px clamp(153px, 12.75vw, 12.75vw);
}

.mainvisual__catch { /* pc */
	-webkit-filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.2));
	margin-bottom: 50px;
}

.mainvisual__catch__item { /* pc */
}

.mainvisual__catch img { /* pc */
	height: 70px;
}

.mainvisual__text__lg { /* pc */
	font-size: 2.6rem;
	text-underline-offset: 0.4em;
}

.mainvisual__text__sm { /* pc */
	margin-top: 20px;
}

.mainvisual__scroll { /* pc */
	left: 250px;
	height: 130px;
}

.mainvisual__scroll span { /* pc */
}

.bg-base { /* pc */
	background: url(/lp/nyushi/korea_ao/img/bg_base_pc.png) repeat-y center top/2000px auto;
}

.header-logo { /* pc */
	top: 22px;
	left: 30px;
	width: 300px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header-logo:hover {
	opacity: 0.6;
}

.sp-menu-btn { /* pc */
	display: none;
}

.navi { /* pc */
	width: calc(100% - 360px);
	margin-left: auto;
	margin-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 28px;
}

.navi__item { /* pc */
	display: block;
	text-align: left;
	height: auto;
	color: #263d54;
}

.navi__item:not(:last-child) { /* pc */
	padding-right: 30px;
	margin-right: 35px;
}

.navi__item:not(:last-child)::before { /* pc */
	bottom: auto;
	top: 50%;
	left: auto;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: #263d54;
}

.navi__item a { /* pc */
	padding: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.navi__item a:hover {
	opacity: 0.6;
}

.navi__item--red { /* pc */
	background: none;
}

.navi__item--navy { /* pc */
	background: none;
}

.navi__item--sm { /* pc */
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: 3px;
}

.navi__item span { /* pc */
	margin-top: 4px;
	padding-left: 4px;
}

.lead { /* pc */
	padding: clamp(57px, 4.75vw, 4.75vw) 0 55px;
}

.lead__heading { /* pc */
	font-size: 3.2rem;
	letter-spacing: 0.2em;
	line-height: 1.687;
	margin-bottom: 36px;
}

.lead__text { /* pc */
	letter-spacing: 0.05em;
}

.study-abroad { /* pc */
	padding: 0 0 100px;
}

.study-abroad__heading { /* pc */
	font-size: 2.4rem;
	line-height: 2.04;
	margin-bottom: 30px;
	max-width: 390px;
}

.study-abroad__text { /* pc */
	line-height: 2;
	letter-spacing: 0.02em;
}

.study-abroad__note { /* pc */
	margin-top: 10px;
}

.network { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 74px 0 69px;
}

.network::after {
	position: absolute;
	top: 65px;
	left: calc(50% - 280px);
	content: "";
	width: 1080px;
	height: 840px;
	display: block;
	background: url(/lp/nyushi/korea_ao/img/bg_deco_01.png) no-repeat center/contain;
	mix-blend-mode: multiply;
}

.network::before { /* pc */
	left: 49%;
	width: 1288px;
	height: 158px;
}

.network__main { /* pc */
	width: 38.9%;
	margin-bottom: 0;
	margin-top: 30px;
}

.network__heading { /* pc */
	font-size: 2.2rem;
	line-height: 1.64;
	margin-bottom: 73px;
}

.network__heading::before { /* pc */
	top: calc(100% - 2px);
}

.network__base { /* pc */
	width: 54%;
}

.network__base__heading { /* pc */
	font-size: 1.8rem;
	line-height: 1.94;
	padding-left: 20px;
	margin-bottom: 12px;
}

.network__base__heading::before { /* pc */
	height: 18px;
}

.network__image { /* pc */
	width: 46.3%;
	margin-bottom: 40px;
}

.network__image:nth-of-type(even) {
	margin-top: -38px;
}

.network__image:nth-child(odd) { /* pc */
	margin-right: 7.4%;
}

.network__image figcaption { /* pc */
	top: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 180px;
	height: 60px;
	font-size: 1.4rem;
	line-height: 1.29;
	border-radius: 30px;
}

.network__badge-wrap { /* pc */
	width: 46.3%;
}

.network__badge { /* pc */
	font-size: 1.6rem;
	line-height: 2.2;
	width: 176px;
	height: 176px;
	margin-left: -7px;
	margin-top: -3px;
}

.network__badge__text span { /* pc */
	font-size: 2.1rem;
}

.freshman__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.freshman__inner::before {
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 1px;
	height: calc(100% - 40px);
	display: block;
	background: -o-linear-gradient(top, #263d54 1px, transparent 1px) repeat-y left center/auto 4px;
	background: linear-gradient(to bottom, #263d54 1px, transparent 1px) repeat-y left center/auto 4px;
}

.freshman__inner::after {
	position: absolute;
	top: -270px;
	right: calc(50% - 300px);
	content: "";
	width: 1100px;
	height: 810px;
	display: block;
	background: url(/lp/nyushi/korea_ao/img/bg_deco_02.png) no-repeat center/contain;
	mix-blend-mode: multiply;
}

.freshman__item { /* pc */
	width: 45%;
}

.freshman__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.freshman__head { /* pc */
	padding-left: 30px;
}

.freshman__heading { /* pc */
	padding-bottom: 6px;
}

.freshman__text-lg { /* pc */
	font-size: 1.7rem;
	letter-spacing: 0.02em;
	line-height: 1.71;
}

.freshman__check { /* pc */
	font-size: 2.2rem;
	line-height: 1;
	border-radius: 50px;
	padding: 37px 0 40px;
	margin-top: 28px;
}

.ao-exam { /* pc */
	padding: 100px 0;
}

.ao-exam__content { /* pc */
	border-radius: 20px;
	padding: 45px 50px 50px;
}

.ao-exam__head { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #263d54;
	margin-bottom: 29px;
}

.ao-exam__heading { /* pc */
	font-size: 5rem;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.ao-exam__overview { /* pc */
	margin-top: 4px;
}

.ao-exam__lead { /* pc */
	line-height: 1.29;
	margin-bottom: 9px;
}

.ao-exam__faculty-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 10px 10px 50px;
	position: relative;
	width: calc(100% - 5px);
	margin-left: auto;
	margin-right: 0;
}

.ao-exam__faculty-wrap::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 40px;
	height: 40px;
	display: block;
	background: -o-linear-gradient(315deg, #ffffff 50%, #263d54 50%);
	background: linear-gradient(135deg, #ffffff 50%, #263d54 50%);
}

.ao-exam__faculty { /* pc */
	margin-bottom: 0;
}

.ao-exam__faculty__new { /* pc */
	margin-right: 10px;
}

.ao-exam__selection { /* pc */
	min-width: 180px;
}

.ao-exam__selection__macro { /* pc */
}

.ao-exam__point { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ao-exam__point__heading { /* pc */
	width: 130px;
	height: 130px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 0;
	margin-bottom: 0;
}

.ao-exam__point__heading::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 100px;
	height: 100px;
	display: block;
	border: 1px dotted #263d54;
	border-radius: 50%;
}

.ao-exam__point__list { /* pc */
	margin-bottom: 0;
}

.ao-exam__point__list li { /* pc */
	font-size: 1.7rem;
	line-height: 1.65;
	padding: 10px 0 10px 40px;
}

.ao-exam__point__list li span { /* pc */
	font-size: 1.4rem;
}

.ao-exam__point__way { /* pc */
	margin-left: 21px;
}

.ao-exam__point__way__image { /* pc */
	margin-bottom: 8px;
}

.ao-exam__flow { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 30px);
}

.ao-exam__flow__item { /* pc */
	height: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
	padding: 0 0 6px 30px;
}

.ao-exam__flow__item::before {
	position: absolute;
	top: 0;
	left: 100%;
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-left-width: 30px;
	border-left-style: solid;
	border-top: 55px solid transparent;
	border-bottom: 55px solid transparent;
	z-index: 1;
}

.ao-exam__flow__item:first-child {
	width: 230px;
}

.ao-exam__flow__item:nth-child(2) {
	width: 250px;
	padding: 0 0 6px 50px;
}

.ao-exam__flow__item:nth-child(3) {
	width: 180px;
	padding: 0 0 6px 65px;
}

.ao-exam__flow__item:nth-child(4) {
	width: 180px;
	padding: 0 0 6px 50px;
}

.ao-exam__flow__item:nth-child(odd)::before { /* pc */
	border-left-color: #f5f0e1;
}

.ao-exam__flow__item:nth-child(even)::before { /* pc */
	border-left-color: #f0e6d2;
}

.ao-exam__flow__item:not(:last-child) { /* pc */
	margin-bottom: 0;
	margin-right: 10px;
}

.ao-exam__flow__item:not(:first-child) { /* pc */
}

.ao-exam__flow__item:not(:first-child)::after {
	position: absolute;
	top: 0;
	left: 0%;
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-left: 30px solid #ffffff;
	border-top: 55px solid transparent;
	border-bottom: 55px solid transparent;
}

.ao-exam__place { /* pc */
	margin-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ao-exam__place span { /* pc */
	margin-right: 0.2em;
}

.bnr-area__link { /* pc */
	width: 100%;
}

.bnr-area__link:hover img {
	opacity: 0.6;
}

.bnr-area__link img { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.gallery__item::before { /* pc */
	-webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
}

.feature__lead { /* pc */
	font-size: 2.4rem;
	margin-bottom: 48px;
}

.feature__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.feature__head { /* pc */
	padding: 89px 0 100px;
}

.feature__head__item { /* pc */
	border-radius: 15px;
	width: 48%;
	padding: 0px 50px 42px;
}

.feature__head__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.feature__head__heading { /* pc */
	font-size: 2.4rem;
	border-width: 3px;
	padding-left: 7%;
	padding-top: 41px;
	margin-bottom: 12px;
}

.feature__bottom { /* pc */
	padding: 100px 0 100px;
}

.feature__bottom__item { /* pc */
	padding: 41px 50px 25px;
	outline-offset: -11px;
}

.feature__bottom__content { /* pc */
	width: 42.2%;
}

.feature__bottom__list { /* pc */
	margin-top: 10px;
	width: 53.4%;
}

.feature__bottom__heading { /* pc */
	font-size: 2.7rem;
	line-height: 1.5926;
	padding-bottom: 23px;
	margin-bottom: 22px;
}

.feature__text { /* pc */
	margin-bottom: 20px;
	line-height: 2;
	letter-spacing: 0.02em;
}

.feature__list__heading { /* pc */
	font-size: 1.8rem;
	padding: 13px 20px 17px;
}

.feature__list__items { /* pc */
	padding: 14px 23px 20px 20px;
}

.feature__list__item { /* pc */
	letter-spacing: 0.05em;
}

.feature__image figcaption { /* pc */
	margin-top: 4px;
}

}

@media screen and (min-width: 681px) and (min-width: 681px) {

.talk-lead__pc-row::before { /* pc */
	bottom: -4px;
}

.profile__content { /* pc */
}

.profile__item--02 .profile__content {
	margin-left: 0;
}

}

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

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

.talk-kv--home-page { /* sp */
	background-image: url(/lp/nyushi/korea_ao/img/bg_talk_kv_home.jpg);
}

.talk-kv__speaker--pc-only { /* sp */
	display: none;
}

.talk-lead__sp-row { /* sp */
}

.talk-lead__sp-row::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 1px;
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, #263d54), color-stop(21%, transparent)) repeat-x left center/4px auto;
	background: -o-linear-gradient(left, #263d54 20%, transparent 21%) repeat-x left center/4px auto;
	background: linear-gradient(to right, #263d54 20%, transparent 21%) repeat-x left center/4px auto;
}

.ao-exam__flow__item:nth-child(odd)::before { /* sp */
	border-top-color: #f5f0e1;
}

.ao-exam__flow__item:nth-child(even)::before { /* sp */
	border-top-color: #f0e6d2;
}

.ao-exam__flow__item:not(:last-child) { /* sp */
}

.ao-exam__flow__item:not(:last-child)::before {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top-width: 10px;
	border-top-style: solid;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

.ao-exam__flow__item:not(:first-child) { /* sp */
}

.ao-exam__flow__item:not(:first-child)::after {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top: 10px solid #ffffff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

}

@-webkit-keyframes textSlideIn1 {

0% {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

100% {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

}

@keyframes textSlideIn1 {

0% {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

100% {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

}

@-webkit-keyframes textSlideIn2 {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

}

@keyframes textSlideIn2 {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

}

@-webkit-keyframes scrollDown {

0% {
	top: 0;
}

100% {
	top: calc(100% - 5px);
}

}

@keyframes scrollDown {

0% {
	top: 0;
}

100% {
	top: calc(100% - 5px);
}

}

@-webkit-keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

