@charset "UTF-8";
/*note: AO入試 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.page-ao2 {
	width: 100%;
	line-height: 1.8;
	margin: 0 auto;
}
.page-ao2 img {
	width: 100%;
}
@media only screen and (max-width: 769px) {
	.page-ao2{
		margin-top: 50px;
		width: 94%;
	}
}

.page-ao2 .wrapper {
	max-width: inherit;
}
.page-ao2 section {
	margin: 0;
}
.page-ao2 .container {
	max-width: 920px;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0;
}
@media screen and (max-width: 960px) {
	.page-ao2 .container {
		padding: 8vw 0;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .container {
		width: 100%;
		padding: 40px 0;
	}
}

.page-ao2 .container .add-text{
	text-align: center;
	margin-bottom: 30px;
	line-height: 35px;
	font-size: 18px;
}
.page-ao2 .container .add-text.align-left{
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .container .add-text{
		font-size: 16px;
	}
}

.page-ao2 .container .add-text .color01{
	color: #286551;
}
.page-ao2 .container .add-text .color02{
	font-weight: bold;
	color: #286551;
	background: linear-gradient(transparent 60%, #fff100 0%);
	padding-bottom: 5px;
}
.page-ao2 .inner {
	padding-bottom: 60px;
}
@media screen and (max-width: 960px) {
	.page-ao2 .inner {
		padding-bottom: 6vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .inner {
		padding-bottom: 40px;
	}
}

.page-ao2 .inner:last-child {
	padding-bottom: 0;
}
.page-ao2 .inner table th{
	background-color: #f2f2f2;
	color: #286551;
}
.page-ao2 .inner table a{
	color: #595757;
}
.page-ao2 .flex-box {
	display: flex;
}
.page-ao2 .flex-box.jc_center {
	justify-content: center;
}
.page-ao2 .flex-box.jc_space-around {
	justify-content: space-around;
}
.page-ao2 .flex-box.jc_space-between {
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
}

.page-ao2 .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}
.page-ao2 p a {
	color: #286551;
	text-decoration: underline;
	border: none;
}
.page-ao2 .table_area {
	overflow-y: hidden !important; }
.page-ao2 table {
	border: none;
	color: #595757;
}
.page-ao2 table tr{
	border-top: 1px solid #286551;
	border-bottom: 1px solid #286551
}
.page-ao2 table th,
.page-ao2 table td {
	padding: 1rem;
	line-height: 2;
	width: auto !important;
	border: none;
}
@media only screen and (max-width: 769px) {
	.page-ao2 table th,
	.page-ao2 table td {
		padding: 1rem 0.25rem;
	}
}
.page-ao2 table td {
	font-size: inherit;
}
.page-ao2 table td a {
	display: inline-block !important;
	color: #286551;
	text-decoration: underline;
}
.page-ao2 table td .disc {
	color: #286551;
}

.page-ao2 .caption {
	color: #E14445;
	font-size: 14px;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .caption {
		font-size: 13px;
	}
}

.page-ao2 sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
.page-ao2 .anchor {
	display: block;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .nosp {
		display: none !important;
	}
}

.page-ao2 .nopc {
	display: none !important;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .nopc {
		display: block !important;
	}
}
.page-ao2 .headline {
	margin-bottom: 40px;
}
.page-ao2 .headline .add-text{
	margin-top: 20px;
}
@media screen and (max-width: 960px) {
	.page-ao2 .headline {
		margin-bottom: 4vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .headline {
		margin-bottom: 20px;
	}
}
.page-ao2 .headline.text-center {
	text-align: center;
}
.page-ao2 .headline h2.title {
	display: inline-block;
	position: relative;
	font-size: 40px;
	font-weight: 700;
	padding: 10px 56px;
	margin: 0 auto 20px;
	border: none;
	background: none;
	color: #286551;
}
@media screen and (max-width: 960px) {
	.page-ao2 .headline h2.title {
		font-size: 4.2vw;
		padding: 10px 5.8vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .headline h2.title {
		font-size: 22px;
		padding: 5px 18px;
	}
}

.page-ao2 .headline h2.title .under-line {
	display: inline-block;
	background: linear-gradient(transparent 80%, #fff100 0%);
	line-height: 1.2; }
.page-ao2 .headline h2.title::before {
	content: "";
	position: absolute;
	width: 33px;
	height: 40px;
	left: 0;
	top: 0;
	background-image: url(../img/ao/ver2/icon_brackets_l.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
@media screen and (max-width: 960px) {
	.page-ao2 .headline h2.title::before {
		width: 3.5vw;
		height: 4.2vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .headline h2.title::before {
		width: 17px;
		height: 20px;
	}
}

.page-ao2 .headline h2.title::after {
	content: "";
	position: absolute;
	width: 33px;
	height: 40px;
	right: 0;
	bottom: 0;
	background-image: url(../img/ao/ver2/icon_brackets_r.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
@media screen and (max-width: 960px) {
	.page-ao2 .headline h2.title::after {
		width: 3.5vw;
		height: 4.2vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .headline h2.title::after {
		width: 17px;
		height: 20px;
	}
}

.page-ao2 .headline h2.title.number {
	margin-top: 2.4rem;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .headline h2.title.number {
		margin-top: 1.2rem;
	}
}

.page-ao2 .headline h2.title .number {
	position: absolute;
	width: 95px;
	height: 75px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	right: 0;
	top: -2.4rem;
	margin: auto;
	z-index: -1;
}
@media screen and (max-width: 960px) {
	.page-ao2 .headline h2.title .number {
		width: 9.7vw;
		height: 7.7vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .headline h2.title .number {
		width: 47px;
		height: 37px;
		top: -1.2rem;
	}
}

.page-ao2 .headline h2.title .number01 {
	background-image: url(../img/ao/ver2/text_number01.svg); }
.page-ao2 .headline h2.title .number02 {
	background-image: url(../img/ao/ver2/text_number02.svg); }
.page-ao2 .headline h2.title .number03 {
	background-image: url(../img/ao/ver2/text_number03.svg); }
.page-ao2 .headline h3.title {
	font-size: 24px;
	display: block;
	background-color: #f2f2f2;
	border: none;
	padding: 14.5px 0;
	border-radius: 10px;
	margin: 0;
}
@media screen and (max-width: 960px) {
	.page-ao2 .headline h3.title {
		font-size: 2.6vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .headline h3.title {
		font-size: 18px;
	}
}

.page-ao2 .headline h3.title .line {
	border: none;
	display: inline-block;
	padding: 0 20px;
	border-left: 1px solid #286551 !important;
}
.page-ao2 .headline h3.title.step {
	padding-left: 124px;
	position: relative;
	padding-right: 10px;
}
@media screen and (max-width: 960px) {
	.page-ao2 .headline h3.title.step {
		padding-left: 12.4vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .headline h3.title.step {
		padding-left: 74px;
		padding-right: 5px;
	}
}

.page-ao2 .headline h3.title.step::before {
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 960px) {
	.page-ao2 .headline h3.title.step::before {
		width: 10vw;
		height: 10vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .headline h3.title.step::before {
		width: 60px;
		height: 60px;
		left: 5px;
	}
}

.page-ao2 .headline h3.title.step01::before {
	background-image: url(../img/ao/ver2/step_icon01.svg); }
.page-ao2 .headline h3.title.step02::before {
	background-image: url(../img/ao/ver2/step_icon02.svg); }
.page-ao2 .headline h3.title.step03::before {
	background-image: url(../img/ao/ver2/step_icon03.svg); }
.page-ao2 .headline h3.title.step04::before {
	background-image: url(../img/ao/ver2/step_icon04.svg); }
.page-ao2 .headline h3.title.step05::before {
	background-image: url(../img/ao/ver2/step_icon05.svg); }
.page-ao2 .headline h3.title.step06::before {
	background-image: url(../img/ao/ver2/step_icon06.svg); }
.page-ao2 .headline h3.title.step07::before {
	background-image: url(../img/ao/ver2/step_icon07.svg); }
.page-ao2 .headline h3.title.step08::before {
	background-image: url(../img/ao/ver2/step_icon08.svg); }
.page-ao2 .headline h3.title.faq {
	color: #286551;
	font-size: 18px;
	padding-left: 98px;
	position: relative;
	padding-right: 20px;
}
@media screen and (max-width: 960px) {
	.page-ao2 .headline h3.title.faq {
		padding-left: 9.8vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .headline h3.title.faq {
		font-size: 16px;
		padding-left: 68px;
	}
}

.page-ao2 .headline h3.title.faq::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	background-image: url(../img/ao/ver2/faq_icon01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 960px) {
	.page-ao2 .headline h3.title.faq::before {
		width: 6vw;
		height: 6vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .headline h3.title.faq::before {
		width: 40px;
		height: 40px;
	}
}

.page-ao2 .button-wrapper {
	width: 33%;
	max-width: 440px;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .button-wrapper {
		width: 100%;
		max-width: 320px;
	}
}

.page-ao2 .button-wrapper .button {
	width: 100%;
	width: 100%;
	display: inline-block;
	color: #fff;
	background-color: #286551;
	text-align: center;
	border-radius: 4px;
	padding: 17.5px 10px;
	position: relative;
	margin: auto;
	border: none;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .button-wrapper .button {
		font-size: 13px;
		box-sizing: border-box;
	}
}

.page-ao2 .button-wrapper .button::after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 0;
	bottom: 0;
	right: 4.5%;
	margin: auto;
	transform: rotateZ(45deg);
}

.page-ao2 .kv {
	height: 40vw;
	background-position: center;
	background-size: cover;
	background-image: url(../img/ao/ver2/mv_pc_2023.jpg?23);
}
@media only screen and (max-width: 769px) {
	.page-ao2 .kv {
		height: 85vw;
		background-image: url(../img/ao/ver2/mv_sp_2023.jpg?23);
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
}
.page-ao2 .kv .kv_inner {
	background: none;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-flow .step01 .flex-box {
		flex-flow: column;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-flow .step01 .button-wrapper {
		margin: 0 auto 10px;
	}
}
.page-ao2 .table_base {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	color: #000;
	margin: 0 auto 25px;
}
.page-ao2 .ao-flow .step02 table{
	border: none;
}
.page-ao2 .ao-flow .step02 table tr{
	border-top: 1px solid #286551;
	border-bottom: 1px solid #286551;
}
.page-ao2 .ao-flow .step02 table th {
	width: 40% !important;
	border: none;
	background-color: #f2f2f2;
	color: #286551;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-flow .step02 table th {
		width: auto !important;
	}
}
.page-ao2 .ao-flow .step02 table td {
	border: none;
}
.page-ao2 .ao-flow .step03 table th {
	width: inherit;
	border-left: 1px dashed #333333;
	color: #333333;
	padding-left: 0;
	padding-right: 0;
}
.page-ao2 .ao-flow .step03 table th:first-child {
	border-left: none;
}
.page-ao2 .ao-flow .step04 table th{
	border-left: 1px dotted #333;
}
.page-ao2 .ao-flow .step04 table th:first-child{
	border: none;
}
.page-ao2 .ao-flow .step06 table th{
	background-color: #f2f2f2;
	color: #286551;
}
.page-ao2 .ao-flow .step08 {
	padding-bottom: 25px;
}
.page-ao2 .page-nav {
	background-color: #f2f2f2;
}
.page-ao2 .page-nav .container {
	position: relative;
}
.page-ao2 .page-nav .bubble {
	position: absolute;
	left: 0;
	right: 0;
	top: -25px;
	margin: auto;
	width: 100%;
	max-width: 220px;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .page-nav .bubble {
		max-width: 160px;
		top: -18px;
	}
}

.page-ao2 .page-nav .bubble img {
	width: 100%; }
@media only screen and (max-width: 769px) {
	.page-ao2 .page-nav .nav {
		flex-flow: column;
	}
}
.page-ao2 .page-nav .nav .menu {
	text-align: center;
	width: 32%;
	max-width: 292px;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .page-nav .nav .menu {
		width: 90%;
		margin: auto;
		max-width: inherit;
	}
}
.page-ao2 .page-nav .nav .menu a {
	position: relative;
	font-size: 15px;
	padding: 20px;
	border-bottom: 1px solid #286551;
	color: #286551;
	width: 85%;
}
@media screen and (max-width: 960px) {
	.page-ao2 .page-nav .nav .menu a {
		font-size: 1.7vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .page-nav .nav .menu a {
		font-size: 16px;
	}
}
.page-ao2 .page-nav .nav .menu a .arrow {
	position: absolute;
	content: "";
	padding: 0;
	display: block;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #286551;
}
@media screen and (max-width: 960px) {
	.page-ao2 .page-nav .nav .menu a .arrow {
		width: 2.5vw;
		height: 2.5vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .page-nav .nav .menu a .arrow {
		width: 20px;
		height: 20px;
	}
}
.page-ao2 .page-nav .nav .menu a .arrow::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: none;
	border-top: 2px solid #286551;
	border-right: 2px solid #286551;
	transform: rotateZ(135deg);
}
@media screen and (max-width: 960px) {
	.page-ao2 .page-nav .nav .menu a .arrow::before {
		width: 0.6vw;
		height: 0.6vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .page-nav .nav .menu a .arrow::before {
		border-width: 1px;
		width: 6px;
		height: 6px;
	}
}
.page-ao2 .page-nav .nav .menu a .arrow::after {
	display: none; }
.page-ao2 .ao-about .about01 .lead p.text {
	font-size: 24px;
	text-align: center;
	color: #286551;
	font-weight: 700;
}
@media screen and (max-width: 960px) {
	.page-ao2 .ao-about .about01 .lead p.text {
		font-size: 2.6vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about01 .lead p.text {
		font-size: 18px;
	}
}
.page-ao2 .ao-about .about01 .lead p.text .under-line {
	display: inline-block;
	background: linear-gradient(transparent 70%, #fff100 0%);
	line-height: 1.2;
}
.page-ao2 .ao-about .about01 .lead h3.text {
	font-size: 32px;
	display: block;
	border: none;
	padding: 14.5px 0;
	text-align: center;
	margin: 0;
}
@media screen and (max-width: 960px) {
	.page-ao2 .ao-about .about01 .lead h3.text {
		font-size: 3.4vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about01 .lead h3.text {
		font-size: 22px;
	}
}
.page-ao2 .ao-about .about01 .img-box {
	width: 90%;
	max-width: 440px;
	margin: 1.5em auto;
}
.page-ao2 .ao-about .about01 .img-box img {
	width: 100%;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about01 .img-box {
		max-width: 340px;
	}
}
.page-ao2 .ao-about .about01 .policy {
	margin-top: 80px;
}
.page-ao2 .ao-about .about01 .policy .policy-inner {
	background-color: #f2f2f2;
	padding: 40px;
	position: relative;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about01 .policy .policy-inner {
		padding: 40px 10px;
	}
}

.page-ao2 .ao-about .about01 .policy .policy-inner .title {
	position: absolute;
	left: 0;
	right: 0;
	top: -24px;
	margin: auto;
	text-align: center;
	display: inline-block;
	max-width: 420px;
	width: 90%;
	background-color: #fff100;
	color: #286551;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0;
	border-radius: 25px;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about01 .policy .policy-inner .title {
		font-size: 16px;
		top: -34px;
	}
}
.page-ao2 .ao-about .about01 .policy .policy-inner .text {
	text-align: center;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about01 .policy .policy-inner .text {
		text-align: left;
		margin-top: 10px;
	}
}
.page-ao2 .ao-about .about01 .policy .policy-inner .policy-list {
	margin-top: 20px;
	line-height: 2.4;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about01 .policy .policy-inner .policy-list {
		line-height: 1.8;
	}
}
.page-ao2 .ao-about .about01 .policy .policy-inner .policy-list .list {
	padding-left: 40px;
	color: #286551;
	font-size: 18px;
	font-weight: 700;
	position: relative;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about01 .policy .policy-inner .policy-list .list {
		font-size: 16px;
		padding-left: 32px;
		padding-bottom: 10px;
	}
	.page-ao2 .ao-about .about01 .policy .policy-inner .policy-list .list:last-child {
		padding-bottom: 0;
	}
}
.page-ao2 .ao-about .about01 .policy .policy-inner .policy-list .list .num {
	position: absolute;
	width: 32px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 5.5px;
	margin: auto;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about01 .policy .policy-inner .policy-list .list .num {
		width: 26px;
		height: 26px;
		top: 3px;
	}
}
.page-ao2 .ao-about .about01 .policy .policy-inner .policy-list .list .num01 {
	background-image: url(../img/ao/ver2/policy_number01.svg); }
.page-ao2 .ao-about .about01 .policy .policy-inner .policy-list .list .num02 {
	background-image: url(../img/ao/ver2/policy_number02.svg); }
.page-ao2 .ao-about .about01 .policy .policy-inner .policy-list .list .num03 {
	background-image: url(../img/ao/ver2/policy_number03.svg); }
.page-ao2 .ao-about .about01 .policy .policy-inner .policy-list .list .num04 {
	background-image: url(../img/ao/ver2/policy_number04.svg); }
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about02 .merit-box {
		flex-flow: column;
	}
}

.page-ao2 .ao-about .about02 .merit-box .merit-dl {
	width: 49%;
	padding-bottom: 2rem;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about02 .merit-box .merit-dl {
		width: 100%;
		max-width: inherit;
	}
}
.page-ao2 .ao-about .about02 .merit-box .merit-dl .merit-term {
	text-align: center;
	background-color: #286551;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 7.5px 0 7.5px 60px;
	position: relative;
}
@media screen and (max-width: 960px) {
	.page-ao2 .ao-about .about02 .merit-box .merit-dl .merit-term {
		font-size: 1.7vw;
		padding-left: 6.2vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about02 .merit-box .merit-dl .merit-term {
		padding: 5.5px 0 5.5px 40px;
		font-size: 15px;
	}
}
.page-ao2 .ao-about .about02 .merit-box .merit-dl .merit-term .merit {
	position: absolute;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	left: 0;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width: 960px) {
	.page-ao2 .ao-about .about02 .merit-box .merit-dl .merit-term .merit {
		width: 6vw;
		height: 6vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about02 .merit-box .merit-dl .merit-term .merit {
		width: 40px;
		height: 40px;
	}
}
.page-ao2 .ao-about .about02 .merit-box .merit-dl .merit-term .merit01 {
	background-image: url(../img/ao/ver2/merit_icon01.svg); }
.page-ao2 .ao-about .about02 .merit-box .merit-dl .merit-term .merit02 {
	background-image: url(../img/ao/ver2/merit_icon02.svg); }
.page-ao2 .ao-about .about02 .merit-box .merit-dl .merit-term .merit03 {
	background-image: url(../img/ao/ver2/merit_icon03.svg); }
.page-ao2 .ao-about .about02 .merit-box .merit-dl .merit-term .merit04 {
	background-image: url(../img/ao/ver2/merit_icon04.svg); }
.page-ao2 .ao-about .about02 .merit-box .merit-dl .merit-description {
	background-color: #f2f2f2;
	text-align: center;
	font-size: 15px;
	margin: 5% auto;
	width: 90%;
}
.page-ao2 .ao-about .about02 .merit-box .merit-dl .merit-description .button-wrapper {
	width: 100%; }
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about03 .flex-box {
		flex-flow: column;
	}
}
.page-ao2 .ao-about .about03 .img-box {
	width: 48%;
	max-width: 440px;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about03 .img-box {
		width: 100%;
		max-width: inherit;
		margin-bottom: 30px;
	}
	.page-ao2 .ao-about .about03 .img-box:first-child .lead {
		flex-flow: column;
		max-width: 200px;
		margin: 0 auto;
	}
	.page-ao2 .ao-about .about03 .img-box:first-child .lead::before {
		position: absolute;
		left: 0;
	}
	.page-ao2 .ao-about .about03 .img-box:first-child .lead::after {
		position: absolute;
		right: 0;
	}
	.page-ao2 .ao-about .about03 .img-box:last-child {
		margin-bottom: 0;
	}
}
.page-ao2 .ao-about .about03 .img-box .lead {
	text-align: center;
	font-size: 18px;
	color: #286551;
	font-weight: 700;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 960px) {
	.page-ao2 .ao-about .about03 .img-box .lead {
		font-size: 1.8vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about03 .img-box .lead {
		font-size: 16px;
	}
}
.page-ao2 .ao-about .about03 .img-box .lead .under-line {
	display: inline-block;
	background: linear-gradient(transparent 60%, #fff100 0%);
	line-height: 1.5;
}
.page-ao2 .ao-about .about03 .img-box .lead::before {
	content: "";
	background-image: url(../img/ao/bubble_parta.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 9px;
	height: 18px;
	flex-grow: 0.2;
}
@media screen and (max-width: 960px) {
	.page-ao2 .ao-about .about03 .img-box .lead::before {
		width: 0.9vw;
		height: 1.8vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about03 .img-box .lead::before {
		width: 9px;
		height: 18px;
	}
}
.page-ao2 .ao-about .about03 .img-box .lead::after {
	content: "";
	background-image: url(../img/ao/bubble_parta.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: scale(-1, 1);
	width: 9px;
	height: 18px;
	flex-grow: 0.2;
}
@media screen and (max-width: 960px) {
	.page-ao2 .ao-about .about03 .img-box .lead::after {
		width: 0.9vw;
		height: 1.8vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about03 .img-box .lead::after {
		width: 9px;
		height: 18px;
	}
}
.page-ao2 .ao-about .about03 .img-box img {
	margin: 20px auto;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-about .about03 .img-box img {
		margin: 10px auto;
	}
}
.page-ao2 .ao-schedule table th {
	width: 20% !important;
	border-right: 1px dashed #333333;
	vertical-align: middle;
}
.page-ao2 .ao-faq .faq .headline {
	margin-bottom: 20px;
}
.page-ao2 .ao-faq .faq .text.faq {
	padding-left: 83px;
	position: relative;
}
@media screen and (max-width: 960px) {
	.page-ao2 .ao-faq .faq .text.faq {
		padding-left: 8.5vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-faq .faq .text.faq {
		padding-left: 63px;
	}
}
.page-ao2 .ao-faq .faq .text.faq::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	top: 0;
	bottom: 0;
	left: 27px;
	margin: auto;
	background-image: url(../img/ao/ver2/faq_icon02.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 960px) {
	.page-ao2 .ao-faq .faq .text.faq::before {
		width: 4vw;
		height: 4vw;
		left: 20px;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .ao-faq .faq .text.faq::before {
		width: 30px;
		height: 30px;
		left: 20px;
		top: 9px;
		bottom: inherit;
	}
}
.page-ao2 .information {
	max-width: 1150px;
	margin: 0 auto 80px;
	background-color: #f2f2f2;
}
@media screen and (max-width: 960px) {
	.page-ao2 .information {
		margin-bottom: 8vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .information {
		margin-bottom: 40px;
	}
}
.page-ao2 .information .container {
	padding: 40px 0;
}
@media screen and (max-width: 960px) {
	.page-ao2 .information .container {
		padding: 4vw 0;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .information .container {
		padding: 20px 0;
	}
}
.page-ao2 .information .headline {
	margin-bottom: 20px;
}
.page-ao2 .information .headline .title {
	display: block;
	text-align: center;
	font-size: 32px;
}
@media screen and (max-width: 960px) {
	.page-ao2 .information .headline .title {
		font-size: 3.4vw;
	}
}
@media only screen and (max-width: 769px) {
	.page-ao2 .information .headline .title {
		font-size: 22px;
	}
}
.page-ao2 .information .headline .title::before, .page-ao2 .information .headline .title::after {
	display: none; }
.page-ao2 .information .text-box {
	padding-bottom: 30px; }
.page-ao2 .information .text-box .text {
	text-align: center; }
.page-ao2 .information .college-box {
	margin: 60px; }
@media only screen and (max-width: 769px) {
	.page-ao2 .information .college-box {
		margin: 30px 60px;
		flex-wrap: wrap;
	}
}
.page-ao2 .information .college-box .box {
	max-width: 120px;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .information .college-box .box {
		max-width: 100%;
	}
}
.page-ao2 .information .college-box .box .logo {
	display: block;
	width: 120px;
	height: 36px;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media only screen and (max-width: 769px) {
	.page-ao2 .information .college-box .box .logo {
		height: 60px;
	}
}
.page-ao2 .information .college-box .box .logo.jobi {
	background-image: url(../../common/imgs/teacher/2019/logo_jobi.png);
	background-position: left 12px center; }
.page-ao2 .information .college-box .box .logo.ad {
	background-image: url(../../common/imgs/teacher/2019/logo_ad.png); }
.page-ao2 .information .college-box .box .logo.wiz {
	background-image: url(../../common/imgs/teacher/2019/logo_wiz.png);
	background-position: left 25px center; }
.page-ao2 .information .college-box .box .logo.im {
	background-image: url(../../common/imgs/teacher/2019/logo_im.png);
	background-position: left 12px center; }
.page-ao2 .information .college-box .box .logo.bf {
	background-image: url(../../common/imgs/teacher/2019/logo_bf.png);
	background-position: left 40px center; }
.page-ao2 .information .bnr-box {
	max-width: 890px;
	margin: 0 auto; }
.page-ao2 .information .bnr-box a{
	display: block;
}
