@charset "utf-8";
/* CSS Document */


/*==========
Googleフォント
==========*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');


/*==========
CSS
==========*/
@import url("css/destyle.css");
@import url("css/common.css");


a img:hover {
	opacity: .7;
}



/*==========
MV
==========*/
.mv {
	background-color: #000;
	position: relative;
}

.mv_main {
	height: 55vh;
	object-fit: cover;
	opacity: 0.75;
}

.mv .container {
	width: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
}

.mv_circle {
	width: 36vw;
	max-width: 160px;
	margin: 2% 0 0 2%;
}

.mv_item {
	text-align: center;
	color: #FFF;
}

.mv_catch {
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 9px;
	filter: drop-shadow(0px 0px 2px #000);
}

.mv_catch_sub {
	font-size: 1.8rem;
	font-weight: 600;
	width: -moz-fit-content;
	width: fit-content;
	background-color: #6395ea;
	margin: 0 auto 12px;
	padding: 3px 12px 6px;
	transform: skewX(-10deg);
}

.mv_name {
	font-size: 2rem;
	font-weight: 600;
	filter: drop-shadow(0px 0px 2px #000);
}

@media (min-width: 768px) {
	.mv_main {
		height: 65vh;
	}

	.mv .container {
		width: 700px;
		left: calc(50% - (700px/2));
	}

	.mv_item {
		padding-top: 12px;
	}

	.mv_catch {
		font-size: 5rem;
		margin-bottom: 12px;
	}

	.mv_catch_sub {
		font-size: 2.4rem;
		font-weight: 600;
		margin: 0 auto 12px;
	}

	.mv_name {
		font-size: 3rem;
	}
}




/*==========
メッセージ
==========*/
.top_message {
	padding: 60px 0 90px;
	background-color: #f2f0f0;
}

.top_message_text {
	text-align: center;
	margin-bottom: 42px;
	line-height: 1.65;
	font-size: 1.4rem;
}

.top_message_photo_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 42px;
}

.top_message_photo_wrap img {
	height: 90px;
	width: calc((100% - 12px * 2)/3);
	object-fit: cover;
}

@media (min-width: 768px) {
	.top_message {
		padding: 90px 0 120px;
	}

	.top_message_text {
		margin-bottom: 60px;
		font-size: 1.6rem;
	}

	.top_message_photo_wrap {
		margin-bottom: 60px;
	}

	.top_message_photo_wrap img {
		height: 150px;
	}
}


.top_movie {
	margin-top: 48px;
}




/*==========
こんな人におすすめ
==========*/
.recommend {
	padding: 24px 0 78px;
	background-image: url(img/recommend_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

.recommend_message {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.8;
	filter: drop-shadow(0px 0px 2px #FFF);
}

.recommend_message span {
	font-size: 2.4rem;
	color: #fa9109;
}

@media (min-width: 768px) {
	.recommend {
		padding: 42px 0 90px;
	}

	.recommend_message {
		font-size: 2rem;
	}

	.recommend_message span {
		font-size: 3rem;
	}
}




/*==========
ACQUA奨学金制度の魅力
==========*/
.point {
	padding: 60px 0 90px;
}

.point_list {}

.point_list_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 9px 0;
	border-bottom: solid 1px #cacaca;
}

.point_list_item_no {
	font-size: 4rem;
	font-weight: 600;
	font-style: italic;
	color: #a2b7df;
}

.point_list_item_text {
	width: calc(100% - 66px);
	font-size: 1.3rem;
}

.point_list_item_text span {
	color: #fb9133;
}

.point_caution {
	font-size: 1.2rem;
	margin-top: 24px;
	padding-left: 66px;
	margin-bottom: 48px;
}

.point_img {
	margin-top: 42px;
}

@media (min-width: 768px) {
	.point_list_item_no {
		font-size: 6rem;
	}

	.point_list_item_text {
		width: calc(100% - 100px);
		font-size: 1.5rem;
	}

	.point_caution {
		font-size: 1.4rem;
		margin-top: 30px;
		padding-left: 66px;
		margin-bottom: 60px;
	}
}



/*==========
大学生ホストの声
==========*/
.voice {
	padding: 60px 0 90px;
}

.voice_item {
	margin-bottom: 36px;
}

.voice_item:last-of-type {
	margin-bottom: 60px;
}

.voice_item header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 12px;
}

.voice_cast_photo {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.voice_cast_info {
	width: calc((100% - 162px));
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.voice_cast_shop {
	font-size: 1.2rem;
	margin-bottom: 9px;
}

.voice_cast_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 9px;
}

.voice_cast_name {
	font-size: 1.45rem;
	font-weight: 600;
}

.voice_cast_sns {
	display: flex;
	gap: 12px;
}

.voice_cast_sns svg {
	height: 18px;
	fill: #FFF
}

.voice_cast_sns a {
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon_twitter {
	background-color: #1b9ef0;
}

.icon_instagram {
	background-image: linear-gradient(29deg, rgba(247, 189, 12, 1) 10%, rgba(255, 34, 87, 1) 50%, rgba(154, 39, 238, 1) 90%);
}

.voice_cast_school {
	font-size: 1.3rem;
	font-weight: 600;
	padding-top: 9px;
	border-top: solid 1px #c7c7c7;

}

.voice_comment {
	background-color: #d7e3f7;
	padding: 30px 18px 42px;
	font-size: 1.35rem;
	line-height: 1.5;
	position: relative;
}

/* ボタン */
.accordion-btn {
	background-color: #6495ed;
	border: 1px solid #6495ed;
	position: absolute;
	bottom: 12px;
	right: 12px;
	cursor: pointer;
	display: block;
	padding: 0px 12px 3px;
	transition: all .2s;
	width: fit-content;
	z-index: 1;
	color: #fff;
}

/* 続きを読むボタンの表記 */
.accordion-btn::after {
	content: "続きを読む";
	font-size: 1.2rem;
}

/* ボタンhover時のスタイル */
.accordion-btn:hover {
	background-color: #fff;
	color: #6495ed;
}

.accordion-text {
	overflow: hidden;
	/* テキストを隠す */
	position: relative;
}

/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
	height: 100px;
}

/* テキストをグラデーションで隠す */
.accordion-text::before {
	background: -webkit-linear-gradient(top, rgb(215 227 247 / 40%) 0%, rgb(215 227 247 / 60%) 50%, rgb(215 227 247 / 70%) 50%, #d7e3f7 100%);
	bottom: 0;
	content: "";
	height: 30px;
	/* グラデーションで隠す高さ */
	position: absolute;
	width: 100%;
}

/* 閉じるボタンの位置 */
.accordion-btn.is-show {
	bottom: 1rem;
}

/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
	content: "閉じる";
}

/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show+.accordion-text::before {
	display: none;
}

@media (min-width: 768px) {
	.voice {
		padding: 90px 0 120px;
	}

	.voice_cast_shop {
		font-size: 1.35rem;
	}

	.voice_cast_name {
		font-size: 1.7rem;
	}

	.voice_cast_school {
		font-size: 1.5rem;
	}

	.voice_comment {
		padding: 36px 24px;
		font-size: 1.4rem;
	}
}


/*==========
代表取締役メッセージ
==========*/
.message {
	padding: 60px 0 90px;
}

.message_body dt,
.message_body dd {
	padding: 12px;
	font-size: 1.4rem;
}

.message_body dt {
	color: #6f93d0;
	padding-top: 24px;
}

.message_body dd {
	border-bottom: solid 1px #cacaca;
	padding-bottom: 24px;
}

@media (min-width: 768px) {
	.message {
		padding: 90px 0 120px;
	}

	.message_body dt {
		font-size: 1.8rem;
	}

	.message_body dd {
		font-size: 1.5rem;
	}
}



/*==========
お申し込みの流れ
==========*/
.flow {
	padding: 60px 0 90px;
	background-color: #e3e9f3;
}

.flow_item {
	display: flex;
	flex-wrap: wrap;
	background-color: #FFF;
	height: 90px;
	margin-bottom: 24px;
}

.flow_item:last-of-type {
	margin-bottom: 60px;
}

.flow_item_no {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #6f93d0;
	font-weight: 600;
	color: #FFF;
	flex-direction: column;
	line-height: 0.9;
	width: 90px;
}

.flow_item_no span:last-of-type {
	font-size: 3.6rem;
}

.flow_item_body {
	width: calc(100% - 90px);
	display: flex;
	align-items: center;
	padding: 0 9px 0 18px;
}

.flow_item_body p {
	font-size: 1.3rem;
}

.flow_item:last-of-type .flow_item_body {
	width: 100%;
}

.photo_wrap {
	padding: 36px 0 48px;
}

@media (min-width: 768px) {
	.flow {
		padding: 90px 0 120px;
	}

	.flow_item {
		height: 108px;
		margin-bottom: 30px;
	}

	.flow_item_no {
		width: 108px;
	}

	.flow_item_no span:last-of-type {
		font-size: 5rem;
	}

	.flow_item_body {
		width: calc(100% - 108px);
	}

	.flow_item_body p {
		font-size: 1.4rem;
	}
}



/*==========
勤務について
==========*/
.work {
	padding: 60px 0 90px;
}

.work_table {
	width: 92%;
	margin: 0 auto 60px;
}

.work_table dt {
	color: #6f93d0;
}

.work_table dt,
.work_table dd {
	padding: 9px 12px 0;
	font-size: 1.3rem;
}

.work_table dd {
	padding-bottom: 9px;
	border-bottom: solid 1px #cacaca;
}

@media (min-width: 768px) {
	.work {
		padding: 90px 0 120px;
	}

	.work_table dt, .work_table dd {
		padding: 18px 24px 0;
		font-size: 1.45rem;
	}

	.work_table dd {
		padding-bottom: 18px;
	}
}




/*==========
よくある質問
==========*/
.faq {
	padding: 60px 0 90px;
	background-color: #e3e9f3;
}

.faq_link {
	text-align: center;
	margin: 0 auto 36px;
}

.faq_link li {
	margin-bottom: 12px;
}

.faq_link li a {
	font-size: 1.2rem;
	font-weight: 600;
	color: #4a4a4a;
	border: solid 1px #bbb;
	padding: 9px;
	width: 60%;
	display: block;
	margin: 0 auto;
}

.faq_item {
	margin-bottom: 60px;
}

.faq_item h3 {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 12px;
}

.faq_table dt,
.faq_table dd {
	padding: 12px;
	font-size: 1.4rem;
}

.faq_table dt {
	color: #6f93d0;
	cursor: pointer;
	background: url(img/arrow_down.svg) no-repeat;
	background-position: left 0% bottom 47%;
	background-size: 20px 20px;
	padding-left: 28px;
	border-bottom: solid 1px #cacaca;
}

.faq_table dt.active {
	color: #6f93d0;
	cursor: pointer;
	background: url(img/arrow_up.svg) no-repeat;
	background-position: left 0% bottom 47%;
	background-size: 20px 20px;
}

.faq_table dd {
	padding-bottom: 18px;
	border-bottom: solid 1px #cacaca;
	display: none;
}

.faq_comment {
	font-size: 1.3rem;
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	.faq {
		padding: 90px 0 120px;
	}

	.faq_link {
		margin: 0 auto 48px;
	}

	.faq_link li {
		margin-bottom: 18px;
	}

	.faq_link li a {
		font-size: 1.3rem;
		padding: 12px;
		width: 50%;
	}

	.faq_item h3 {
		font-size: 3rem;
		margin-bottom: 24px;
	}

	.faq_table dt,
	.faq_table dd {
		padding: 18px;
		font-size: 1.5rem;
	}

	.faq_table dt {
		font-size: 1.8rem;
		padding-left: 36px;
		background-size: 24px 24px;
	}

	.faq_table dt.active {
		background-size: 24px 24px;
	}

	.faq_table dd {
		padding-bottom: 24px;
	}


	.faq_comment {
		font-size: 1.45rem;
		text-align: center;
		margin-bottom: 72px;
	}
}




/*==========
お問い合わせ
==========*/
.contact {
	padding: 60px 0 90px;
}

.contact_table {
	width: 100%;
}

.contact_table th,
.contact_table td {
	display: block;
	width: 100%;
	padding: 9px 0 0;
}

.contact_table .small {
	font-size: 1.2rem;
	font-weight: 400;
}

.contact_table .required {
	font-size: 1.2rem;
	font-weight: 400;
	color: #FFF;
	background-color: #FF0000;
	padding: 0 6px;
	border-radius: 3px;
	margin-left: 6px;
}

.contact_table td {
	padding-bottom: 18px;
}

.contact_table_caution {
	font-size: 1.4rem;
	margin-bottom: 9px;
}

.contact_table input[type="text"],
.contact_table input[type="date"],
.contact_table input[type="email"],
.contact_table input[type="number"],
.contact_table input[type="tel"],
.contact_table select,
.contact_table textarea {
	padding: 6px;
	height: 42px;
	width: 100%;
	font-size: 1.6rem;
	border: 1px solid #d7d7d7;
	background-color: #FFF;
	text-align: left;
}

.contact_table .input_number {
	width: 40% !important;
}

.contact_table textarea {
	height: 30vh;
}

.submit_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fb9133;
	width: 86%;
	height: 66px;
	margin: 42px auto 0;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 600;
	cursor: pointer;
}

.cancel_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e1e1e1;
	width: 86%;
	height: 66px;
	margin: 0 auto;
	color: #272727;
	font-size: 1.4rem;
	font-weight: 600;
	cursor: pointer;
}

@media (min-width: 768px) {
	.contact .container {
		width: 500px;
	}

	.contact_table .small {
		font-size: 1.3rem;
	}

	.contact_table .required {
		font-size: 1.3rem;
	}

	.submit_btn,
	.cancel_btn {
		height: 72px;
		margin: 60px auto 0;
		font-size: 1.5rem;
	}

	.cancel_btn {
		margin-top: 0;
	}
}


/*==========
お問い合わせ（確認画面）
==========*/
div#mfp_phase_confirm h4 {
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 24px;
}

table#mfp_confirm_table {
	width: 100%;
}

table#mfp_confirm_table tr.mfp_colored {}

table#mfp_confirm_table tr.mfp_achroma {}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	display: block;
	width: 100%;
	padding: 0 12px;
	font-size: 1.3rem;
}

table#mfp_confirm_table tr th {
	padding-top: 18px;
	color: #6f93d0;
}

table#mfp_confirm_table tr td {
	font-size: 1.4rem;
	padding-bottom: 18px;
	border-bottom: solid 1px #cacaca;
}



/*==========
お問い合わせ（送信完了）
==========*/
.contact_thanks {}

.contact_thanks h3 {
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 24px;
}

.contact_thanks_link {
	text-align: center;
	margin-top: 32px;
	display: block;
}