@charset "UTF-8";

/* フロントページcss */

/* フロントページタイトル非表示 */
.front-top-page .entry-title {
	display: none;
}

/* スライダー直前の空白調整 */
main.main {
	padding-top: 17px;
}

.entry-content > p:first-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
	main.main {
		padding-top: 0;
	}
}

/* スライダー */
.main .n2_clear {
	margin-bottom: 0;
}

/* スライダー下の点部分 */
.main .n2-ss-slider .n2-ss-slider-controls-above,
.main .n2-ss-slider .n2-ss-slider-controls-below {
	height: 30px;
	background-color: #fc8b3f;
	margin-top: 20px;
}

.main div#n2-ss-2 .n2-ss-control-bullet {
	margin-top: 6px;
}

@media screen and (max-width: 768px) {
	.main .n2-ss-slider .n2-ss-slider-controls-above,
	.main .n2-ss-slider .n2-ss-slider-controls-below {
		margin-top: 16px;
	}
}

/* ２０２２年度インフォメーション */
.main p.information_2022 {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	font-weight: 500;
	line-height: 1.0;
	padding: 16px 20px;
	margin-top: 5px;
	margin-bottom: 0;
	background-color: #fff9de;
}

@media screen and (max-width: 624px) {
	.main p.information_2022 {
		line-height: 1.6;
	}
}

/* ニュース */
.main #news {
	letter-spacing: 0;
	padding-top: 89px;
	padding-bottom: 35px;
}

.main ul.news {
	list-style-type: none;
	margin-bottom: 60px;
	padding-left: 0;
}

.main ul.news > li {
	line-height: 1.3;
	border-bottom: 1px dotted #4d4d4d;
	margin: 0;
	padding: 17px 0 22px 0;
}

.main ul.news > li:first-child {
	border-top: 1px dotted #534741;
	padding: 16px 0 22px 0;
}

.main ul.news > li > p {
	margin-top: 3px;
	margin-bottom: 0;
}

.main ul.news li > p > a {
	margin: 0 0 0 105px;
}

.main ul.news li > p > a > span.news_title {
	color: #0074ff;
}

.main ul.news li > p > a:hover span.news_title,
.main ul.news li > p > a:focus span.news_title {
	text-decoration: underline;
}

.main ul.news li > p > a:visited span.news_title {
	color: #3d0099;
}

.main span.newsNew {
	display: inline-block;
	width: 40px;
	font-size: 18px;
	color: #ec1c24;
	margin: 0 40px 0 25px;
}

.main ul.news li > time {
	display: inline-block;
	font-size: 18px;
	color: #1a1a1a;
	margin-right: 16px;
}

.main a.cat_study {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 1.3;
	color: #231815;
	padding: 0 20px;
	border: 1px solid #f6921e;
	border-radius: 5px;
	background-color: #ffdaa4;
}

.main a.cat_news {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 1.3;
	color: #231815;
	padding: 0 20px;
	border: 1px solid #74c617;
	border-radius: 5px;
	background-color: #c6f4be;
}

.main .news_buttons {
	display: block;
	text-align: center;
	margin: 0 0 95px 0;
}

.main .news_buttons > button {
	width: 388px;
}

@media screen and (max-width: 768px) {
	.main #news {
		padding-top: 85px;
	}

	.main ul.news {
		max-width: 535px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
	}

	.main ul.news li > p > a {
		margin: 7px 0 0 53px;
	}

	.main span.newsNew {
		margin-left: 0;
		margin-right: 14px;
	}

	.main .news_buttons > button {
		width: clamp(280px, calc(388 / 768 * 100vw), 388px);
	}
}

@media screen and (max-width: 479px) {
	.main #news {
		padding-top: clamp(60px, calc(89 / 479 * 100vw), 89px);
	}

	.main ul.news {
		padding-left: 0;
	}

	.main ul.news li.newsItem {
		padding-left: 0;
	}

	.main ul.news li.newsItem a,
	.main ul.news li.newsItem div {
		font-size: 14px;
	}

	.main span.newsNew {
		width: auto;
		margin: 0;
		font-size: 14px;
	}

	.main ul.news li > time {
		font-size: 14px;
	}

	.main a.cat_study,
	.main a.cat_news {
		display: table;
	}

	.main ul.news li > p > a {
		margin: 7px 0 0 0;
	}

	.main .news_buttons {
		margin-bottom: clamp(60px, calc(95 / 479 * 100vw), 95px);
	}
}

/* 研究成果 */
.main .reaserch_result {
	margin-bottom: 50px;
	text-align: center;
}

.main .reaserch_result h2 {
	background-color: transparent;
}

.main .reaserch_result > .back_waving_box {
	padding: 95px 20px;
}

.main .result_cont {
	max-width: 1240px;
	margin: 0 auto 60px auto;
	padding: 45px 20px 32px 20px;
	border-radius: 8px;
	background-image: linear-gradient(-135deg, #fc8b3f, #fc8b3f 2%, #ffffff 2%, #ffffff);
	position: relative;
}

.main .result_cont > p {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 24px;
}

.main .result_cont > p > br {
	display: none;
}

.main .result_cont > img:nth-of-type(1) {
	max-width: 812px;
	margin: 0 auto;
}

.main .result_cont > img:nth-of-type(2) {
	width: 352px;
	opacity: 0.7;
	position: absolute;
	bottom: 16px;
	left: 18px;
}

.main .reaserch_result button {
	display: block;
	width: 388px;
	margin: 0 auto;
}

/* リリース時、本ボタン無効 */
.main .reaserch_result button a {
	padding: 12.5px 20px;
	pointer-events: none;
}

@media screen and (max-width: 1299px) {
	.main .result_cont > img:nth-of-type(2) {
		left: calc((50vw - 514px) - 121px);
	}
}

@media screen and (max-width: 899px) {
	.main .result_cont > img:nth-of-type(1) {
		max-width: 100%;
	}

	.main .result_cont > img:nth-of-type(2) {
		left: -18%;
	}
}

@media screen and (max-width: 768px) {
	.main .result_cont {
		background-image: linear-gradient(-135deg, #fc8b3f, #fc8b3f 3%, #ffffff 3%, #ffffff);
	}

	.main .reaserch_result h2 {
		padding-bottom: 45px;
	}

	main .reaserch_result h2:after {
		top: 40px;
	}

	.main .reaserch_result > .back_waving_box {
		padding-top: 89px;
	}

	.main .result_cont > p {
		line-height: 1.5;
	}

	.main .result_cont > p > br {
		display: block;
	}

	.main .result_cont > img:nth-of-type(1) {
		max-width: 90%;
	}

	.main .result_cont > img:nth-of-type(2) {
		width: clamp(110px, calc(220 / 768 * 100vw), 220px);
		left: 2px;
		bottom: 5px;
	}

	.main .reaserch_result button {
		width: clamp(280px, calc(388 / 768 * 100vw), 388px);
	}
}

@media screen and (max-width: 480px) {
	.main .reaserch_result {
		margin-bottom: clamp(34px, calc(50 / 480 * 100vw), 50px);
	}

	.main .result_cont {
		background-image: linear-gradient(-135deg, #fc8b3f, #fc8b3f 4%, #ffffff 4%, #ffffff);
	}

	.main .reaserch_result > .back_waving_box {
		padding: clamp(64px, calc(95 / 480 * 100vw), 95px) 20px;
		margin-bottom: clamp(34px, calc(50 / 480 * 100vw), 50px);
	}

	.main .result_cont > p {
		font-size: 20px;
	}
}

/* 学科の学び */
.main .learning_in_the_department {
	margin-bottom: 0;
}

.main .learning_in_the_department:before {
	content: "";
	display: block;
	width: 100vw;
	height: 10px;
	background-image: linear-gradient(-45deg, #fda265, #fda265 25%, #fc8b3f 25%, #fc8b3f 50%, #fda265 50%, #fda265 75%, #fc8b3f 75%, #fc8b3f);
	background-size: 20px 20px;
	margin-left: calc(50% - 50vw);
	position: relative;
	top: 0;
}

.main .learning_in_the_department .learning_header {
	width: 100vw;
	text-align: center;
	margin-left: calc(50% - 50vw);
	background-color: #fffbdc;
	background-image: url(../../assets/img/manabi.jpg);
	background-repeat: no-repeat;
	background-position: top 0px left calc(50% + 25px);
	background-size: 1380px;
	padding-top: 79px;
	padding-bottom: 396px;
}

.main .learning_in_the_department .learning_header h2 {
	background-color: transparent;
	padding-bottom: 34px;
}

.main .learning_in_the_department .learning_header h2:after {
	top: 43px;
}

.main .learning_in_the_department .learning_header p {
	margin-bottom: 0;
}

@media screen and (max-width: 999px) {
	.main .learning_in_the_department .learning_header {
		background-size: clamp(930px, calc(1380 / 999 * 100vw), 1380px);
	}
}

@media screen and (max-width: 930px) {
	.main .learning_in_the_department .learning_header {
		background-image: url(../../assets/img/768_manabi02.png), url(../../assets/img/768_manabi01.jpg);
		background-size: contain, cover;
		background-position: bottom 48px center, top center;
	}
}

@media screen and (max-width: 768px) {
	.main .learning_in_the_department .learning_header {
		padding-top: clamp(64px, calc(79 / 768 * 100vw), 79px);
		padding-bottom: 297px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 686px) {
	.main .learning_in_the_department .learning_header p br {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.main .learning_in_the_department .learning_header {
		background-image: url(../../assets/img/480_manabi02.png), url(../../assets/img/480_manabi01.jpg);
		background-position: bottom clamp(35px, calc(50 / 480 * 100vw), 50px) center, top center;
		padding-bottom: 230px;
	}
}

/* 学科長メッセージ */
.main .message_dean {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 73px;
	padding-bottom: 57px;
	border-bottom: 1px solid #fc8b3f;
}

.main .message_dean figure {
	width: 495px;
}

.main .message_dean .dean_text_block {
	width: 486px;
	align-self: center;
}

.main .message_dean .dean_text_block h3 {
	margin: 0;
	padding: 0 0 60px 0;
}

.main .message_dean .dean_text_block h3:after {
	content: "";
	display: block;
	width: 42px;
	height: 10px;
	background-image: url(../../assets/img/threemaru.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 25px;
	left: 0;
}

.main .message_dean .dean_text_block p {
	margin: 0;
	padding-bottom: 60px;
}

.main .message_dean .dean_text_block button {
	width: 360px;
}

@media screen and (max-width: 1040px) {
	.main .message_dean {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		text-align: center;
		position: relative;
		padding-bottom: 65px;
	}

	.main .message_dean > figure,
	.main .message_dean > .dean_text_block {
		width: 100%;
	}

	.main .message_dean > figure {
		order: 2;
		padding: 0 20px;
		position: absolute;
		top: 260px;
		left: 50%;
		transform: translateX(-50%);
	}

	.main .message_dean > .dean_text_block {
		order: 1;
	}

	.main .message_dean > .dean_text_block > p {
		padding-bottom: 450px;
	}

	.main .message_dean .dean_text_block h3 {
		padding-bottom: 38px;
	}

	.main .message_dean .dean_text_block h3:after {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 767px) {
	.main .message_dean .dean_text_block button {
		width: clamp(280px, calc(360 / 767 * 100vw), 360px);
	}
}

@media screen and (max-width: 530px) {
	.main .message_dean > .dean_text_block > p {
		padding-bottom: clamp(280px, calc(465 / 530 * 100vw), 465px);
	}
}

@media screen and (max-width: 480px) {
	.main .message_dean {
		padding-top: clamp(49px, calc(73 / 480 * 100vw), 73px);
		padding-bottom: clamp(44px, calc(65 / 480 * 100vw), 65px);
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* ３つのポリシー */
.main .three_policy {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 65px;
	padding-bottom: 65px;
}

.main .three_policy figure {
	width: 495px;
	order: 2;
}

.main .three_policy .policy_text_block {
	width: 486px;
	align-self: center;
	order: 1;
}

.main .three_policy .policy_text_block h3 {
	margin: 0;
	padding: 0 0 50px 0;
}

.main .three_policy .policy_text_block h3:after {
	content: "";
	display: block;
	width: 42px;
	height: 10px;
	background-image: url(../../assets/img/threemaru.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 25px;
	left: 0;
}

.main .three_policy .policy_text_block p {
	margin: 0;
	padding-bottom: 60px;
}

.main .three_policy .policy_text_block button {
	width: 360px;
}

@media screen and (max-width: 1040px) {
	.main .three_policy {
		max-width: 504px;
		text-align: center;
		margin: 0 auto;
		padding-top: 75px;
		padding-bottom: 75px;
		position: relative;
	}

	.main .three_policy > figure {
		width: 100%;
		position: absolute;
		top: 330px;
		left: 50%;
		transform: translateX(-50%);
	}

	.main .three_policy > .policy_text_block {
		width: 100%;
	}

	.main .three_policy > .policy_text_block > p {
		text-align: left;
		padding-bottom: 465px;
	}

	.main .three_policy .policy_text_block h3 {
		padding-bottom: 38px;
	}

	.main .three_policy .policy_text_block h3:after {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 767px) {
	.main .three_policy .policy_text_block button {
		width: clamp(280px, calc(360 / 767 * 100vw), 360px);
	}
}

@media screen and (max-width: 530px) {
	.main .three_policy > .policy_text_block > p {
		padding-bottom: clamp(280px, calc(465 / 530 * 100vw), 465px);
	}
}

@media screen and (max-width: 480px) {
	.main .three_policy {
		padding-top: clamp(49px, calc(73 / 480 * 100vw), 73px);
		padding-bottom: clamp(44px, calc(65 / 480 * 100vw), 65px);
	}
}

/* 心理学科の学びの特長 */
.main .learning_features {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-top: 0;
	padding-top: 75px;
	padding-bottom: 75px;
	position: relative;
	background-image: url(../../assets/img/tokutyou.png);
	background-repeat: no-repeat;
	background-position: bottom left calc((50vw - 514px) - 200px);
	background-size: 363px;
}

.main .learning_features h3 {
	margin: 0;
	padding: 0 0 50px 0;
}

.main .learning_features h3:after {
	content: "";
	display: block;
	width: 42px;
	height: 10px;
	background-image: url(../../assets/img/threemaru.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
}

.main .learning_features .feature dl {
	position: relative;
	z-index: 1;
}

.main .learning_features .feature dl {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	width: 1028px;
	margin: 0 auto;
}

.main .learning_features .feature dl dt {
	width: 16.9%;
	font-size: 62px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fc8b3f;
	line-height: 1.0;
	border-radius: 10px 0 0 10px;
	margin-bottom: 25px;
	padding-top: 39px;
	padding-bottom: 60px;
	padding-left: 55px;
	background-color: #ffffff;
	position: relative;
}

.main .learning_features .feature dl dt:after {
	content: "";
	display: block;
	width: 33px;
	height: 6px;
	background-color: #d6ed21;
	position: absolute;
	top: 109px;
	left: 71px;
}

.main .learning_features .feature dl dt:nth-of-type(1) {
	padding-top: 55px;
}

.main .learning_features .feature dl dt:nth-of-type(1):after {
	top: 125px;
}

.main .learning_features .feature dl dd {
	width: 83.1%;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.7;
	border-radius: 0 10px 10px 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 38px;
	padding-bottom: 43px;
	padding-right: 50px;
	background-color: #ffffff;
	position: relative;
}

.main .learning_features .feature dl dt:last-of-type,
.main .learning_features .feature dl dd:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
	.main .learning_features {
		padding-left: 20px;
		padding-right: 20px;
	}

	.main .learning_features .feature dl {
		width: auto;
	}
}

@media screen and (max-width: 960px) {
	.main .learning_features {
		background-position: bottom left -10%;
		background-size: 301px;
	}

	.main .learning_features .feature {
		padding-left: 96px;
		padding-right: 96px;
	}

	.main .learning_features .feature dl dt {
		width: 100%;
		text-align: center;
		margin-bottom: 0;
		padding-left: 0;
		border-radius: 10px 10px 0 0;
	}

	.main .learning_features .feature dl dt:nth-of-type(1),
	.main .learning_features .feature dl dt:nth-of-type(n + 2) {
		padding-top: 43px;
		padding-bottom: 78px;
	}

	.main .learning_features .feature dl dt:after {
		top: 125px;
		left: 50%;
		transform: translateX(-50%);
	}

	.main .learning_features .feature dl dd {
		width: 100%;
		padding: 0 59px 48px 59px;
		border-radius: 0 0 10px 10px;
	}

	.main .learning_features .feature dl dd:nth-of-type(n + 2) {
		padding: 0 59px 48px 59px;
	}

	.main .learning_features .feature dl dd br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.main .learning_features .feature {
		padding-left: 0;
		padding-right: 0;
	}

	.main .learning_features .feature dl {
		max-width: 536px;
	}

	.main .learning_features .feature dl dt {
		font-size: clamp(40px, calc(62 / 768 * 100vw), 62px);
	}

	.main .learning_features .feature dl dt:nth-of-type(1),
	.main .learning_features .feature dl dt:nth-of-type(n + 2) {
		padding-top: clamp(22px, calc(42 / 768 * 100vw), 42px);
		padding-bottom: 56px;
	}

	.main .learning_features .feature dl dt:after,
	.main .learning_features .feature dl dt:nth-of-type(1):after {
		top: clamp(75px, calc(119 / 768 * 100vw), 119px);
	}

	.main .learning_features .feature dl dd,
	.main .learning_features .feature dl dd:nth-of-type(n + 2) {
		font-size: clamp(16px, calc(22 / 768 * 100vw), 22px);
		padding: 0 clamp(20px, calc(59 / 768 * 100vw), 59px) clamp(25px, calc(48 / 768 * 100vw), 48px) clamp(20px, calc(59 / 768 * 100vw), 59px);
	}
}

@media screen and (max-width: 480px) {
	.main .learning_features {
		padding-top: clamp(50px, calc(75 / 480 * 100vw), 75px);
		padding-bottom: clamp(50px, calc(75 / 480 * 100vw), 75px);
	}
}

/* 3つの系の科目群から自由に選択 */
.main .three_subject_group {
	margin-bottom: 75px;
}

.main .three_subject_group h3 {
	text-align: center;
	letter-spacing: 2px;
	background-color: #ffffff;
	margin: 0;
	padding: 78px 0 50px 0;
}

.main .three_subject_group h3:after {
	content: "";
	display: block;
	width: 42px;
	height: 10px;
	background-image: url(../../assets/img/threemaru.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
}

.main .three_subject_group > h3 br {
	display: none;
}

.main .flex_group > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.main .flex_group > div > div {
	width: 50vw;
}

.main .flex_group > div > .figure_img {
	background-image: linear-gradient(-45deg, #fdfdf5, #fdfdf5 35%, #ffffff 35%, #ffffff 45%, #fdfdf5 45%, #fdfdf5 80%, #ffffff 80%, #ffffff 90%, #fdfdf5);
	background-size: 10px 10px;
}

.main .flex_group > div:nth-child(odd) > .figure_img {
	text-align: right;
/*	margin-left: calc(50% - 50vw);*/
	padding-right: 20px;
	padding-left: 20px;
}

.main .flex_group > div:nth-child(even) > .figure_img {
	order: 2;
	text-align: left;
/*	margin-right: calc(50% - 50vw);*/
	padding-left: 20px;
	padding-right: 20px;
}

.main .flex_group > div > .figure_img img {
	width: 380px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.main .flex_group > div > .text_box {
	border: 1px solid #fcfaf0;
	background-color: #ffffff;
	padding-bottom: 75px;
}

.main .flex_group > div:nth-child(odd) > .text_box {
/*	margin-right: calc(50% - 50vw);*/
	padding-left: 40px;
	padding-right: 20px;
}

.main .flex_group > div:nth-child(even) > .text_box {
/*	margin-left: calc(50% - 50vw);*/
	padding-right: 40px;
	padding-left: 20px;
}

.main .flex_group > div > .text_box .text_box_contents {
	max-width: 514px;
}

.main .flex_group > div:nth-child(odd) > .text_box .text_box_contents {
	margin-right: auto;
}

.main .flex_group > div:nth-child(even) > .text_box .text_box_contents {
	margin-left: auto;
}

.main .flex_group > div > .text_box .text_box_contents h4 {
	font-size: 42px;
	line-height: 1.0;
	border: none;
	margin-top: 0;
	margin-bottom: 35px;
	padding: 0;
	position: relative;
}

.main .flex_group > div > .text_box .text_box_contents h4 span.title_img {
	width: 100px;
	position: absolute;
}

.main .flex_group > div > .text_box .text_box_contents h4 span.main_title {
	display: block;
	font-weight: 400;
	color: #ca6a1f;
	padding-top: 97px;
	padding-bottom: 15px;
	padding-left: 126px;
}

.main .flex_group > div > .text_box .text_box_contents h4 span.sub_title {
	display: block;
	font-size: 24px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	color: #603813;
	padding-left: 126px;
	transform: rotate(0.05deg);
}

.main .flex_group > div > .text_box .text_box_contents .cont_head {
	font-size: 21px;
	font-weight: 500;
	margin: 0;
	padding-bottom: 14px;
} 

.main .flex_group > div > .text_box .text_box_contents .cont_text {
	margin-bottom: 0;
}

.main .flex_group > div > .text_box .text_box_contents p:nth-of-type(2) {
	border-bottom: 1px dotted #666666;
	margin-bottom: 25px;
	padding-bottom: 19px;
}

.main .flex_group > div > .text_box .text_box_contents > p:nth-of-type(n+3) {
	font-size: 16px;
	margin-bottom: 5px;
}

.main .flex_group > div > .text_box .text_box_contents > p:nth-of-type(3):before {
	content: "\f111";
	font-family: "fontawesome";
	color: #d8df21;
	margin-right: 4px;
}

.main .flex_group > div > .text_box .text_box_contents > p:nth-of-type(n+4) {
	margin-left: 16px;
	margin-bottom: 10px;
}

.main .flex_group > div > .text_box .text_box_contents > p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
	.main .flex_group > div {
		width: inherit;
		margin: 0;
		padding-bottom: 75px;
	}

	.main .flex_group > div:last-child {
		padding-bottom: 0;
	}

	.main .flex_group > div > div {
		width: 100vw;
	}

	.main .flex_group > div > .figure_img {
		background-image: none;
	}

	.main .flex_group > div:nth-child(odd) > .figure_img,
	.main .flex_group > div:nth-child(even) > .figure_img {
		order: 2;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}

	.main .flex_group > div > .figure_img img {
		display: block;
		width: 424px;
		margin: 0 auto;
		top: 0;
		transform: none;
	}

	.main .flex_group > div:nth-child(odd) > .text_box,
	.main .flex_group > div:nth-child(even) > .text_box {
		order: 1;
		width: 535px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 25px;
		padding: 0;
		border: none;
	}

	.main .flex_group > div > .text_box .text_box_contents {
		max-width: 535px;
		border-top: 5px solid #fc8b3f;
	}

	.main .flex_group > div > .text_box .text_box_contents h4 span.title_img {
		top: -1px;
	}

	.main .flex_group > div > .text_box .text_box_contents h4 span.main_title {
		padding-top: 30px;
	}

	.main .flex_group > div > .text_box .text_box_contents p:nth-of-type(2) {
		margin-bottom: 18px;
	}

	.main .flex_group > div > .text_box .text_box_contents > p:nth-of-type(n+3) {
		margin-bottom: 3px;
	}

	.main .flex_group > div > .text_box .text_box_contents > p:last-child {
		line-height: 1.5;
	}
}

@media screen and (max-width: 768px) {
	.main .three_subject_group h3 {
		letter-spacing: 1px;
	}

	.main .flex_group > div > .text_box .text_box_contents h4 {
		font-size: clamp(30px, calc(42 / 768 * 100vw), 42px);
	}

	.main .flex_group > div > .text_box .text_box_contents h4 span.title_img {
		width: clamp(80px, calc(100 / 768 * 100vw), 100px);
	}

	.main .flex_group > div > .text_box .text_box_contents h4 span.main_title {
		padding-top: clamp(15px, calc(30 / 768 * 100vw), 30px);
		padding-bottom: clamp(10px, calc(15 / 768 * 100vw), 15px);
		padding-left: clamp(90px, calc(126 / 768 * 100vw), 126px);
	}

	.main .flex_group > div > .text_box .text_box_contents h4 span.sub_title {
		font-size: clamp(18px, calc(24 / 768 * 100vw), 24px);
		padding-left: clamp(90px, calc(126 / 768 * 100vw), 126px);
	}

	.main .flex_group > div > .text_box .text_box_contents .cont_head {
		font-size: clamp(16px, calc(21 / 768 * 100vw), 21px);
	}
}

@media screen and (max-width: 550px) {
	.main .flex_group > div > .text_box .text_box_contents p:nth-of-type(2) br {
		display: none;
	}

	.main .flex_group > div > .text_box .text_box_contents > p:nth-of-type(n+4) br.line_br {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.main .three_subject_group {
		margin-bottom: clamp(50px, calc(75 / 480 * 100vw), 75px);
	}

	.main .three_subject_group > h3 {
		padding-top: clamp(50px, calc(75 / 480 * 100vw), 75px);
		padding-bottom: clamp(35px, calc(50 / 480 * 100vw), 50px);
	}

	.main .three_subject_group > h3:after {
		top: 20px;
	}

	.main .three_subject_group > h3 br {
		display: block;
	}

	.main .flex_group > div {
		padding-bottom: clamp(47px, calc(70 / 480 * 100vw), 70px);
	}
}

/* カリキュラムの詳細、代表的な開講科目、卒論テーマの紹介 */
.main .curriculum_etc {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background-color: #fffde8;
	background-image: url(../../assets/img/curriculum_right.png);
	background-repeat: no-repeat;
	background-size: 353px;
	background-position: bottom right calc((50vw - 514px) - 330px);
	padding: 120px 0;
	margin-bottom: 0;
}

.main .curriculum_etc > div.curriculum_contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1240px;
	text-align: center;
	margin: 0 auto;
}

.main .curriculum_etc > div > div {
	width: 386px;
	background-color: #ffffff;
	border: 2px solid #fc8b3f;
	border-radius: 10px;
	padding: 60px 46px 65px 46px;
}

.main .curriculum_etc > div > div img {
	height: 50px;
	margin-bottom: 16px;
}

.main .curriculum_etc > div > div p:nth-of-type(1) {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.0;
	margin-bottom: 76px;
}

.main .curriculum_etc > div > div p:nth-of-type(1):after {
	content: "";
	display: block;
	width: 35px;
	height: 5px;
	background-color: #d6ed21;
	position: relative;
	top: 17px;
	left: 50%;
	transform: translateX(-50%);
}

.main .curriculum_etc > div > div p:nth-of-type(2) {
	font-size: 21px;
	line-height: 1.6;
	margin-bottom: 44px;
}

.main .curriculum_etc > div > div p:nth-of-type(2) br.br_pc {
	display: block;
}

.main .curriculum_etc > div > div p:nth-of-type(2) br.br_mo {
	display: none;
}

.main .curriculum_etc > div > div:nth-of-type(1) p:nth-of-type(2) {
	margin-bottom: 76px;
}

.main .curriculum_etc > div > div button {
	width: 280px;
}

.main .curriculum_etc > div > div button a {
	padding: 12.5px 5px;
}

.main .curriculum_etc > div > div button a:after {
	padding-left: 5px;
}

@media screen and (max-width: 1199px) {
	.main .curriculum_etc {
		background-size: 353px;
		background-position: bottom right calc((50vw - 514px));
		padding: 120px 20px 120px 20px;
	}

	.main .curriculum_etc > div.curriculum_contents {
		max-width: 824px;
		justify-content: flex-start;
		column-gap: 50px;
	}

	.main .curriculum_etc > div > div:not(:nth-of-type(3)) {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 899px) {
	.main .curriculum_etc {
		background-size: 267px;
		background-position: bottom right calc((50vw - 514px) + 130px);
		padding: 95px 20px 95px 20px;
	}

	.main .curriculum_etc > div.curriculum_contents {
		justify-content: center;
		column-gap: 0;
	}

	.main .curriculum_etc > div > div {
		width: 536px;
		padding: 40px 46px 45px 46px;
	}

	.main .curriculum_etc > div > div p:nth-of-type(1) {
		margin-bottom: 28px;
	}
	.main .curriculum_etc > div > div:nth-of-type(1) p:nth-of-type(2),
	.main .curriculum_etc > div > div p:nth-of-type(2) {
		margin-bottom: 32px;
	}

	.main .curriculum_etc > div > div p:nth-of-type(2) br.br_pc {
		display: none;
	}

	.main .curriculum_etc > div > div p:nth-of-type(2) br.br_mo {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.main .curriculum_etc {
		padding: clamp(40px, calc(95 / 480 * 100vw), 95px) 20px clamp(40px, calc(95 / 480 * 100vw), 95px) 20px;
	}

	.main .curriculum_etc > div > div {
		width: clamp(280px, calc(536 / 768 * 100vw), 536px);
		padding: 38px 18px 43px 18px;
	}

	.main .curriculum_etc > div > div p:nth-of-type(1) {
		font-size: clamp(20px, calc(28 / 768 * 100vw), 28px);
	}

	.main .curriculum_etc > div > div p:nth-of-type(2) {
		font-size: clamp(16px, calc(21 / 768 * 100vw), 21px);
	}

	.main .curriculum_etc > div > div button {
		width: clamp(220px, calc(280 / 768 * 100vw), 280px);
	}
}

@media screen and (max-width: 480px) {
	.main .curriculum_etc {
		background-position: bottom right calc((50vw - 514px) + 180px);
	}
}

/* 心理学科で養成される人物像 */
.main .jinbutu {
	padding: 75px 0 69px 0;
	margin-bottom: 0;
	text-align: center;
}

.main .jinbutu img {
	max-width: 1026px;
	margin-bottom: 31px;
}

.main .jinbutu h3 {
	margin: 0;
	padding: 0 0 76px 0;
}

.main .jinbutu h3:after {
	content: "";
	display: block;
	width: 42px;
	height: 10px;
	background-image: url(../../assets/img/threemaru.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
}

.main .jinbutu p {
	max-width: 440px;
	text-align: left;
	margin: 0 auto 35px auto;
	position: relative;
}

.main .jinbutu p:last-child {
	margin-bottom: 0;
}

.main .jinbutu p:before {
	content: "";
	display: block;
	width: 3px;
	height: 50px;
	background-color: #fc8b3f;
	position: absolute;
	top: 9px;
	left: -15px;
}

@media screen and (max-width: 1199px) {
	.main .jinbutu img {
		max-width: 616px;
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 768px) {
	.main .jinbutu {
		padding: clamp(35px, calc(75 / 768 * 100vw), 75px) 0 clamp(30px, calc(69 / 768 * 100vw), 69px) 0;
	}

	.main .jinbutu h3 {
		padding-bottom: clamp(35px, calc(73 / 768 * 100vw), 73px);
	}

	.main .jinbutu h3:after {
		top: 27px;
	}

	.main .jinbutu p {
		left: 15px;
	}
}

@media screen and (max-width: 650px) {
	.main .jinbutu img {
		max-width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.main .jinbutu p {
		margin-left: 20px;
		left: 0;
	}

	.main .jinbutu p br {
		display: none;
	}

	.main .jinbutu p:before {
		height: 45px;
	}
}

@media screen and (max-width: 370px) {
	.main .jinbutu p:nth-of-type(2):before {
		height: 70px;
	}
}

@media screen and (max-width: 354px) {
	.main .jinbutu p:nth-of-type(1):before {
		height: 70px;
	}
}

/* 学びへのサポート */
.main .learning_support {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background-color: #fffde8;
	margin-bottom: 0;
	padding: 75px 0;
}

.main .learning_support:after {
	content: "";
	display: block;
	width: 100vw;
	height: 10px;
	background-image: linear-gradient(-45deg, #fda265, #fda265 25%, #fc8b3f 25%, #fc8b3f 50%, #fda265 50%, #fda265 75%, #fc8b3f 75%, #fc8b3f);
	background-size: 20px 20px;
	margin-left: calc(50% - 50vw);
	position: relative;
	bottom: -75px;
}

.main .learning_support h3 {
	text-align: center;
	letter-spacing: 2px;
	margin: 0;
	padding: 0 0 52px 0;
}

.main .learning_support h3:after {
	content: "";
	display: block;
	width: 42px;
	height: 10px;
	background-image: url(../../assets/img/threemaru.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
}

.main .learning_support > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1028px;
	margin: 0 auto;
	border-radius: 8px;
}

.main .learning_support > div div.cont_left {
	width: 404px;
	position: relative;
}

.main .learning_support > div div.cont_left h4 {
	font-size: 42px;
	font-weight: 400;
	color: #ca6a1f;
	line-height: 0.8;
	border: none;
	margin: 0;
	padding: 0 0 77px 0;
}

.main .learning_support > div div.cont_left h4:after {
	content: "";
	display: block;
	width: 35px;
	height: 5px;
	background-color: #d6ed21;
	position: relative;
	top: 45px;
}

.main .learning_support > div div.cont_right {
	width: 516px;
}

.main .learning_support > div div.cont_right figure img {
	display: block;
}

.main .learning_support > div div.cont_right figure figcaption {
	font-size: 18px;
	font-weight: 400;
	color: #603813;
	opacity: 1;
	padding: 0;
}

.main .learning_support > div.laboratory {
	padding: 50px 20px 50px 40px;
	margin-bottom: 50px;
	background-image: linear-gradient(-135deg, #fc8b3f, #fc8b3f 2.25%, #ffffff 2.25%, #ffffff);
}

.main .learning_support > div.laboratory div.cont_left p {
	margin: 0;
}

.main .learning_support > div.laboratory div.cont_left img {
	max-width: 513px;
	position: absolute;
	left: -100px;
	bottom: -70px;
}

.main .learning_support > div.laboratory div.cont_right figure:nth-of-type(1) {
	margin-bottom: 16px;
}

.main .learning_support > div.preparation {
	padding: 50px 40px 50px 20px;
	background-image: linear-gradient(135deg, #fc8b3f, #fc8b3f 2.25%, #ffffff 2.25%, #ffffff);
}

.main .learning_support > div.preparation div.cont_left {
	order: 2;
}

.main .learning_support > div.preparation div.cont_left p:nth-of-type(2) {
	margin: 0 0 170px 0;
}

.main .learning_support > div.preparation div.cont_right {
	position: relative;
	order: 1;
}

.main .learning_support > div.preparation div.cont_right > img {
	max-width: 614px;
	position: absolute;
	bottom: -65px;
	left: -62px;
}

@media screen and (max-width: 1199px) {
	.main .learning_support {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 1099px) {
	.main .learning_support > div div.cont_left,
	.main .learning_support > div div.cont_right {
		width: 540px;
		margin: 0 auto;
		position: relative;
	}

	.main .learning_support > div div.cont_left {
		text-align: center;
		margin-bottom: 30px;
	}

	.main .learning_support > div div.cont_left h4:after {
		left: 50%;
		transform: translateX(-50%);
	}

	.main .learning_support > div div.cont_left > p {
		text-align: left;
	}

	.main .learning_support > div.laboratory {
		padding-bottom: 498px;
	}

	.main .learning_support > div.laboratory div.cont_left > img {
		width: 326px;
		position: absolute;
		left: -90px;
		bottom: -540px;
		z-index: 1;
	}

	.main .learning_support > div.laboratory div.cont_right > figure:nth-of-type(1) {
		width: 400px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.main .learning_support > div.laboratory div.cont_right > figure:nth-of-type(2) {
		width: 400px;
		position: absolute;
		top: 190px;
		right: -45px;
	}

	.main .learning_support > div.preparation div.cont_left {
		order: 1;
	}

	.main .learning_support > div.preparation div.cont_left p:nth-of-type(2) {
		margin: 0;
	}

	.main .learning_support > div.preparation div.cont_left > p br {
		display: none;
	}

	.main .learning_support > div.preparation div.cont_right {
		order: 2;
	}

	.main .learning_support > div.preparation div.cont_right > figure {
		width: 424px;
		position: relative;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.main .learning_support > div.preparation div.cont_right > img {
		width: 405px;
		position: absolute;
		left: 230px;
		bottom: -80px;
	}
}

@media screen and (max-width: 768px) {
	.main .learning_support {
		padding-top: clamp(35px, calc(70 / 768 * 100vw), 70px);
		padding-bottom: clamp(35px, calc(75 / 768 * 100vw), 75px);
	}

	.main .learning_support:after {
		bottom: calc((-75 / 768 * 100vw) - 3px);
	}

	.main .learning_support h3 {
		padding-bottom: 49px;
	}

	.main .learning_support > div div.cont_left h4 {
		font-size: clamp(20px, calc(42 / 768 * 100vw), 42px);
	}

	.main .learning_support > div.laboratory {
		margin-bottom: 25px;
		padding-bottom: clamp(250px, calc(498 / 768 * 100vw), 498px);
		padding-left: 20px;
		background-image: linear-gradient(-135deg, #fc8b3f, #fc8b3f 2%, #ffffff 2%, #ffffff);
	}

	.main .learning_support > div.preparation div.cont_left p:nth-of-type(1) {
		margin-bottom: 45px;
	}

	.main .learning_support > div.laboratory div.cont_left > img {
		width: clamp(183px, calc(326 / 768 * 100vw), 326px);
		position: absolute;
		left: calc(-90 / 768 * 100vw);
		bottom: calc(-540 / 768 * 100vw);
		z-index: 1;
	}

	.main .learning_support > div.laboratory div.cont_right > figure:nth-of-type(1) {
		width: clamp(200px, calc(400 / 767 * 100vw), 400px);
		position: absolute;
		top: 0;
		left: 0;
	}

	.main .learning_support > div.laboratory div.cont_right > figure:nth-of-type(2) {
		width: clamp(200px, calc(400 / 768 * 100vw), 400px);
		position: absolute;
		top: clamp(95px, calc(190 / 768 * 100vw), 190px);
		right: calc(-45 / 1028 * 100vw);
	}

	.main .learning_support > div.preparation {
		padding-right: 20px;
		background-image: linear-gradient(-135deg, #fc8b3f, #fc8b3f 2%, #ffffff 2%, #ffffff);
	}

	.main .learning_support > div.preparation div.cont_right > figure {
		width: clamp(212px, calc(424 / 768 * 100vw), 424px);
		position: relative;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.main .learning_support > div.preparation div.cont_right > img {
		width: clamp(202px, calc(405 / 768 * 100vw), 405px);
		position: absolute;
		left: clamp(220px, calc(230 / 768 * 100vw), 230px);
		bottom: calc(-71 / 768 * 100vw);
	}
}

@media screen and (max-width: 600px) {
	.main .learning_support > div.laboratory div.cont_left > img {
		left: calc((-90 / 768 * 100vw) + 20px);
		bottom: calc((-540 / 768 * 100vw) - 20px);
	}

	.main .learning_support > div.preparation div.cont_right > img {
		left: calc((230 / 768 * 100vw) + 30px);
	}

	.main .learning_support > div div.cont_right figure figcaption {
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	.main .learning_support > div.laboratory {
		padding-bottom: clamp(380px, calc(420 / 480 * 100vw), 420px);
	}

	.main .learning_support > div.laboratory div.cont_right > figure:nth-of-type(1) {
		left: 50%;
		transform: translateX(-50%);
	}

	.main .learning_support > div.laboratory div.cont_right > figure:nth-of-type(2) {
		top: clamp(160px, calc(200 / 480 * 100vw), 200px);
		right: 50%;
		transform: translateX(50%);
	}

	.main .learning_support > div.laboratory div.cont_left > img {
		left: calc(78px + 112 * (100vw - 320px) / 160);
		bottom: calc(-440px - 20 * (100vw - 320px) / 160);
	}

	.main .learning_support > div.preparation div.cont_right > img {
		left: calc(75px + 112 * (100vw - 320px) / 160);
		bottom: calc(-80px - 10 * (100vw - 320px) / 160);
	}
}

/* 進路と資格 */
.main .career_and_qualifications {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	text-align: center;
	border-bottom: 1px solid #cbcbcb;
	padding: 82px 0 95px 0;
	margin-bottom: 0;
}

.main .career_and_qualifications h2 {
	background-color: transparent;
}

.main .back_waving_box {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-bottom: 40px;
	padding: 40px 0;
	background-image: linear-gradient(-45deg, #fdfdf5, #fdfdf5 35%, #ffffff 35%, #ffffff 45%, #fdfdf5 45%, #fdfdf5 80%, #ffffff 80%, #ffffff 90%, #fdfdf5);
	background-size: 10px 10px;
}

@media screen and (max-width: 1199px) {
	.main .back_waving_box {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 768px) {
	.main .career_and_qualifications {
		padding: clamp(40px, calc(86 / 768 * 100vw), 86px) 0 clamp(40px, calc(95 / 768 * 100vw), 95px) 0;
	}

	.main .career_and_qualifications h2 {
		padding-bottom: 43px;
	}

	.main .career_and_qualifications h2:after {
		top: 41px;
	}
}

/* 進路の特長 */
.main .course_features {
	max-width: 1028px;
	text-align: left;
	border: 3px solid #faaf3b;
	border-radius: 10px;
	margin: 0 auto;
	padding: 45px 98px 41px 98px;
	background-color: #ffffff;
}

.main .course_features h4 {
	font-size: 28px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #e26814;
	text-align: center;
	border: none;
	margin: 0;
	padding: 0 0 51px 0;
    transform: rotate(0.05deg);
}

.main .course_features h4:after {
	content: "";
	display: block;
	width: 35px;
	height: 5px;
	background-color: #d6ed21;
	position: relative;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
}

.main .course_features p {
	margin: 0;
}

.main .course_features_cont {
	padding-bottom: 75px;
}

.main .course_features_cont div {
	max-width: 540px;
	text-align: left;
	margin: 0 auto 36px auto;
	position: relative;
}

.main .course_features_cont div:before {
	content: "";
	display: block;
	width: 3px;
	height: 100px;
	background-color: #fc8b3f;
	position: absolute;
	top: 9px;
	left: -15px;
}

.main .course_features_cont div:nth-of-type(3):before {
	height: 65px;
}

.main .course_features_cont div:nth-of-type(3) {
	margin-bottom: 52px;
}

.main .course_features_cont div .cont_head {
	font-size: 21px;
	font-weight: 700;
	margin: 0;
	padding: 0 0 10px 0;
}

.main .course_features_cont button {
	width: 385px;
}

@media screen and (max-width: 768px) {
	.main .course_features {
		max-width: 615px;
		border-radius: 8px;
		padding: 40px clamp(56px, calc(88.5 / 768 * 100vw), 88.5px) 41px clamp(56px, calc(88.5 / 768 * 100vw), 88.5px);
	}

	.main .course_features h4 {
		font-size: clamp(20px, calc(28 / 768 * 100vw), 28px);
		padding-bottom: 31px;
	}

	.main .course_features h4:after {
		top: 15px;
	}

	.main .course_features_cont {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: clamp(30px, calc(75 / 768 * 100vw), 75px);
	}

	.main .course_features_cont div {
		left: 18px;
	}

	.main .course_features_cont button {
		width: clamp(240px, calc(385 / 768 * 100vw), 385px);
	}
}

@media screen and (max-width: 600px) {
	.main .course_features_cont {
		margin-left: 20px;
	}

	.main .course_features_cont div {
		left: 0;
	}

	.main .course_features_cont div .cont_head {
		font-size: clamp(18px, calc(21 / 600 * 100vw), 21px);
	}

	.main .course_features_cont div p br {
		display: none;
	}

	.main .course_features_cont button {
		margin-left: -20px;
	}
}

@media screen and (max-width: 545px) {
	.main .course_features_cont div:nth-of-type(3):before {
		height: 100px;
	}
}

@media screen and (max-width: 491px) {
	.main .course_features_cont div:nth-of-type(1):before {
		height: 130px;
	}
}

@media screen and (max-width: 480px) {
	.main .course_features {
		padding: 40px 26px 41px 26px;
	}

	.main .course_features_cont div:nth-of-type(1):before {
		height: 100px;
	}
}

@media screen and (max-width: 443px) {
	.main .course_features_cont div:nth-of-type(1):before {
		height: 120px;
	}
}

@media screen and (max-width: 395px) {
	.main .course_features_cont div:nth-of-type(2):before {
		height: 120px;
	}
}


/* 取得できる資格 */
.main .qualification {
	max-width: 1028px;
	text-align: left;
	border: 3px solid #faaf3b;
	border-radius: 10px;
	margin: 0 auto;
	padding: 45px 86px 17px 86px;
	background-color: #ffffff;
}

.main .qualification h4 {
	font-size: 28px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #e26814;
	text-align: center;
	border: none;
	margin: 0;
	padding: 0 0 51px 0;
    transform: rotate(0.05deg);
}

.main .qualification h4:after {
	content: "";
	display: block;
	width: 35px;
	height: 5px;
	background-color: #d6ed21;
	position: relative;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
}

.main .qualification p {
	margin: 0;
}

.main .qualification > img {
	position: relative;
	top: -16px;
}

.main .qualification_cont {
	max-width: 500px;
	margin: 0 auto;
}

.main .qualification_cont .qualification_head {
	font-size: 21px;
	font-weight: 700;
}

.main .qualification_cont .qualification_head:before {
	content: "\f058";
	font-family: "fontawesome";
	font-size: 24px;
	color: #fc8b3f;
	margin-right: 10px;
}

.main .qualification_cont > p:nth-of-type(1) {
	text-indent: -2rem;
	margin-left: 2rem;
	margin-bottom: 11px;
}

.main .qualification_cont > p:nth-of-type(2) {
	margin-bottom: 29px;
	padding-left: 31px;
}

.main .qualification_cont div.qualification_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.main .qualification_cont div.qualification_flex > p:nth-of-type(1) {
	margin-right: 75px;
}

.main .career_and_qualifications > button {
	width: 385px;
}

@media screen and (max-width: 1199px) {
	.main .qualification_cont div.qualification_flex > p:nth-of-type(1) {
		margin-right: clamp(31px, calc(75 / 1199 * 100vw), 75px);
	}
}

@media screen and (max-width: 768px) {
	.main .qualification {
		max-width: 615px;
		border-radius: 8px;
		padding: 40px 27px 40px 27px;
	}

	.main .qualification h4 {
		font-size: clamp(20px, calc(28 / 768 * 100vw), 28px);
		padding-bottom: 31px;
	}

	.main .qualification h4:after {
		top: 15px;
	}

	.main .qualification > img {
		top: 10px;
	}

	.main .qualification_cont {
		max-width: 426px;
	}

	.main .qualification_cont > p:nth-of-type(2) br {
		display: none;
	}

	.main .career_and_qualifications > button {
		width: clamp(280px, calc(385 / 767 * 100vw), 385px);
	}
}

@media screen and (max-width: 600px) {
	.main .qualification_cont {
		padding-bottom: clamp(20px, calc(40 / 600 * 100vw), 40px);
	}

	.main .qualification_cont > p.qualification_head:nth-of-type(1),
	.main .qualification_cont div .qualification_head {
		font-size: clamp(18px, calc(21 / 600 * 100vw), 21px);
	}
}

@media screen and (max-width: 480px) {
	.main .qualification {
		padding: 40px 26px 17px 26px;
	}
}

/* 教員紹介 */
.main .teacher_introduction {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	text-align: center;
	border-bottom: 1px solid #cbcbcb;
	padding-top: 95px;
	padding-bottom: 95px;
	margin-bottom: 0;
}

.main .teacher_introduction h2 {
	background-color: transparent;
}

.main .teacher_introduction p {
	margin-bottom: 53px;
}

.main .teacher_introduction img {
	display: block;
	max-width: 980px;
	margin: 0 auto 60px auto;
}

.main .teacher_introduction button {
	display: block;
	width: 385px;
	margin: 0 auto;
}

@media screen and (max-width: 1199px) {
	.main .teacher_introduction {
		padding-left: 20px;
		padding-right: 20px;
	}

	.main .teacher_introduction img {
		max-width: 600px;
	}
}

@media screen and (max-width: 768px) {
	.main .teacher_introduction {
		padding-top: clamp(40px, calc(90 / 768 * 100vw), 90px);
		padding-bottom: clamp(40px, calc(95 / 768 * 100vw), 95px);
	}

	.main .teacher_introduction h2 {
		padding-bottom: 34px;
	}

	.main .teacher_introduction button {
		width: clamp(280px, calc(385 / 768 * 100vw), 385px);
	}
}

@media screen and (max-width: 650px) {
	.main .teacher_introduction p br {
		display: none;
	}

	.main .teacher_introduction img {
		max-width: 100%;
	}
}

/* 大学院と学内の連携 */
.main .collaboration_graduate_school {
	padding-top: 95px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.main .collaboration_graduate_school h2 {
	text-align: center;
	background-color: transparent;
}

.main .collaboration_graduate_school > p {
	width: 814px;
	margin: 0 auto 44px auto;
}

.main .collaboration_buttons {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background-color: #fffde8;
	background-image: url(../../assets/img/renkei.png);
	background-repeat: no-repeat;
	background-size: 447px;
	background-position: bottom right calc((50vw - 514px) - 189px);
	padding: 100px 0;
}

.main .collaboration_buttons button {
	display: block;
	width: 385px;
	margin: 0 auto 50px auto;
}

.main .collaboration_buttons button:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
	.main .collaboration_graduate_school > p {
		width: auto;
		max-width: clamp(544px, calc(814 / 1199 * 100vw), 814px);
	}
}

@media screen and (max-width: 768px) {
	.main .collaboration_graduate_school {
		padding-top: clamp(40px, calc(90 / 768 * 100vw), 90px);
	}

	.main .collaboration_graduate_school h2 {
		padding-bottom: 34px;
	}

	.main .collaboration_graduate_school > p {
		max-width: 544px;
	}

	.main .collaboration_buttons {
		background-image: none;
	}

	.main .collaboration_buttons button {
		width: clamp(280px, calc(385 / 768 * 100vw), 385px);
		margin-bottom: clamp(22px, calc(50 / 768 * 100vw), 50px);
	}
}

@media screen and (max-width: 480px) {
	.main .collaboration_graduate_school h2 {
		letter-spacing: 0;
	}
}

/* お問合せ */
.main .inquiry {
	text-align: center;
	padding-top: 115px;
	padding-bottom: 56px;
	margin-bottom: 0;
}

.main div.inquiry > h2 {
	text-align: center;
	background-color: transparent;
	padding-bottom: 34px;
}

.main .inquiry > p {
	color: #1a1a1a;
	line-height: 1.0;
}

.main .inquiry > p:nth-of-type(1) {
	margin-bottom: 38px;
}

.main .inquiry > p:nth-of-type(2) {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 0;
}

.main .inquiry > p:nth-of-type(2) {
	margin-bottom: 3px;
}

.main .inquiry > p:nth-of-type(3) {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 40px;
	text-indent: 3.5rem;
}

.main .inquiry > p:nth-of-type(4) {
	margin-bottom: 10px;
}

.main .inquiry > p:nth-of-type(5) {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.main .inquiry {
		padding-top: clamp(48px, calc(111 / 768 * 100vw), 111px);
		padding-bottom: clamp(24px, calc(56 / 768 * 100vw), 56px);
	}

	.main div.inquiry > h2 {
		padding-bottom: 32px;
	}

	.main div.inquiry > h2:after {
		top: 40px;
	}
}

/* 印刷設定 */
@media print {
	body #container .entry-content ss3-force-full-width {
		width: 1500px !important;
		margin-left: calc(50% - 750px);
		transform: none !important;
	}

	body #container .n2-ss-slide {
		transform: none !important;
		width: 1500px !important;
		margin-left: calc(50% - 750px);
		height: auto !important;
	}

	body #container p.information_2022 {
		width: 1500px;
		margin-left: calc(50% - 750px);
	}

	body #container #news {
		padding-top: 89px;
		padding-bottom: 35px;
	}

	body #container .learning_in_the_department:before {
		width: 1500px;
		margin-left: calc(50% - 750px);
	}

	body #container .learning_in_the_department .learning_header {
		width: 1500px;
		margin-left: calc(50% - 750px);
	}

	body #container .message_dean .dean_text_block h3 {
		margin: 0;
		padding: 0 0 60px 0;
	}

	body #container .three_policy .policy_text_block h3 {
		margin: 0;
		padding: 0 0 50px 0;
	}

	body #container .learning_features {
		width: 1500px;
		margin-left: calc(50% - 750px);
	}

	body #container .learning_features h3 {
		margin: 0;
		padding: 0 0 50px 0;
	}

	body #container .learning_features .feature dl {
		width: 900px;
	}

	body #container .three_subject_group h3 {
		margin: 0;
		padding: 78px 0 50px 0;
	}

	body #container .flex_group > div > .figure_img {
		position: relative;
	}

	body #container .flex_group > div > .figure_img img {
		position: absolute
	}

	body #container .flex_group > div:nth-child(odd) > .figure_img img {
		right: 20px;
	}

	body #container .flex_group > div:nth-child(even) > .figure_img img {
		left: 20px;
	}

	body #container .flex_group > div:nth-child(odd) > .figure_img {
		width: 550px;
		margin-left: -50%;
	}

	body #container .flex_group > div:nth-child(odd) > .text_box {
		width: 550px;
		margin-right: -50%;
	}

	body #container .flex_group > div:nth-child(even) > .figure_img {
		width: 550px;
		margin-right: -50%;
	}

	body #container .flex_group > div:nth-child(even) > .text_box {
		width: 550px;
		margin-left: -50%;
	}

	body #container .three_subject_group .flex_group > div > .text_box .text_box_contents h4 {
		font-size: 42px;
		margin-top: 0;
		margin-bottom: 35px;
	}

	body #container .flex_group > div > .text_box .text_box_contents h4 span.sub_title {
		font-size: 24px;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 500;
		color: #603813;
	}

	body #container .curriculum_etc {
		width: 1500px;
		margin-left: calc(50% - 750px);
	}

	body #container .curriculum_etc > div.curriculum_contents {
		max-width: 1000px;
	}

	body #container .curriculum_etc > div > div {
		width: 330px;
		padding: 60px 20px 65px 20px;
	}

	body #container .jinbutu h3 {
		margin: 0;
		padding: 0 0 76px 0;
	}

	body #container .learning_support {
		width: 1500px;
		margin-left: calc(50% - 750px);
	}

	body #container .learning_support:after {
		width: 1500px;
		margin-left: calc(50% - 750px);
	}

	body #container .learning_support h3 {
		margin: 0;
		padding: 0 0 52px 0;
	}

	body #container .learning_support > div {
		max-width: 950px;
	}

	body #container .learning_support > div div.cont_left {
		width: 380px;
	}

	body #container .learning_support > div div.cont_right {
		width: 450px;
	}

	body #container .learning_support > div div.cont_left h4 {
		font-size: 42px;
		color: #ca6a1f;
		margin: 0;
		padding: 0 0 77px 0;
	}

	body #container .learning_support > div div.cont_left p {
		font-size: 16px;
	}
	body #container .learning_support > div.laboratory div.cont_left img {
		width: 430px;
	}

	body #container .learning_support > div.preparation div.cont_right > img {
		width: 500px;
		position: relative;
	}

	body #container .career_and_qualifications {
		width: 100%;
		margin-left: 0;
	}

	body #container .back_waving_box {
		width: 1500px;
		margin-left: calc(50% - 750px);
	}

	body #container .course_features {
		max-width: 900px;
	}

	body #container .course_features h4 {
		font-size: 28px;
		color: #e26814;
		margin: 0;
		padding: 0 0 51px 0;
	}

	body #container .qualification {
		max-width: 900px;
	}

	body #container .qualification h4 {
		font-size: 28px;
		color: #e26814;
		margin: 0;
		padding: 0 0 51px 0;
	}

	body #container .teacher_introduction {
		width: 1500px;
		margin-left: calc(50% - 750px);
	}

	body #container .collaboration_buttons {
		width: 1500px;
		margin-left: calc(50% - 750px);
	}
}