@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: #ac9eef;
	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: #d2f7f0;
}

@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_event {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 1.3;
	color: #231815;
	padding: 0 20px;
	border: 1px solid #828ac4;
	border-radius: 5px;
	background-color: #cec7ff;
}

.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 145px 0;
}

.main .news_buttons > button {
	width: 388px;
}

@media screen and (max-width: 768px) {
	.main #news {
		padding-top: 85px;
	}

	.main ul.news {
		max-width: 536px;
		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_event,
	.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 .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, #af9ce4, #af9ce4 25%, #9b83dd 25%, #9b83dd 50%, #af9ce4 50%, #af9ce4 75%, #9b83dd 75%, #9b83dd);
	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: #ded7f9;
	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 #86b6e0;
}

.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(390px, 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 .message_dean p br {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.main .message_dean > .dean_text_block > p {
		padding-bottom: clamp(320px, calc(390 / 400 * 100vw), 390px);
	}
}

@media screen and (max-width: 342px) {
	.main .message_dean > .dean_text_block > p {
		padding-bottom: clamp(292px, calc(312 / 342 * 100vw), 312px);
	}
}


/* ３つのポリシー */
.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;
	margin-bottom: 20px;
}

@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: 516px) {
	.main .three_policy > .policy_text_block > p {
		padding-bottom: clamp(272px, calc(420 / 516 * 100vw), 420px);
	}
}

@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 .three_policy > figure {
		top: 300px;
	}

	.main .three_policy > .policy_text_block > p {
		padding-bottom: clamp(405px, calc(420 / 480 * 100vw), 420px);
	}
}

@media screen and (max-width: 462px) {
	.main .three_policy > .policy_text_block > p {
		padding-bottom: clamp(311px, calc(375 / 462 * 100vw), 375px);
	}
}

@media screen and (max-width: 382px) {
	.main .three_policy > .policy_text_block > p {
		padding-bottom: clamp(260px, calc(280 / 382 * 100vw), 280px);
	}
}


/* 社会福祉学科の学びの特長 */
.main .learning_features {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-top: 0;
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
	background-image: url(../../assets/img/tokutyou.png);
	background-repeat: no-repeat;
	background-position: bottom left calc((50vw - 514px) - 200px);
	background-size: 353px;
}

.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 .feature_flex {
	width: 1028px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.main .learning_features .feature .feature_flex > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 10px;
	background-color: #ffffff;
	margin-bottom: 25px;
	padding: 45px 67px 50px 67px;
}

.main .learning_features .feature .feature_flex > div:nth-of-type(3) {
	margin-bottom: 0;
}

.main .learning_features .feature .feature_flex > div .text_box {
	width: 462px;
	align-self: center;
}

.main .learning_features .feature .feature_flex > div .text_box h4 {
	font-size: 62px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #9b83dd;
	line-height: 1.0;
	text-align: center;
	margin: 0 0 40px 0;
	padding: 0;
	border: none;
	position: relative;
}

.main .learning_features .feature .feature_flex > div .text_box h4:after {
	content: "";
	display: block;
	width: 33px;
	height: 6px;
	background-color: #d6ed21;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
}

.main .learning_features .feature .feature_flex > div .text_box p {
	font-size: 22px;
	font-weight: 500;
}

.main .learning_features .feature .feature_flex > div img {
	width: 396px;
}


@media screen and (max-width: 1199px) {
	.main .learning_features {
		padding-left: 20px;
		padding-right: 20px;
	}

	.main .learning_features .feature .feature_flex {
		width: auto;
	}
}

@media screen and (max-width: 1060px) {
	.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 .feature_flex > div .text_box {
		width: 100%;
		margin-bottom: 26px;
	}
	.main .learning_features .feature .feature_flex > div picture {
		margin: 0 auto;
	}

	.main .learning_features .feature .feature_flex > div img {
		width: 422px;
	}
}

@media screen and (max-width: 768px) {
	.main .learning_features .feature {
		padding-left: 0;
		padding-right: 0;
	}

	.main .learning_features .feature .feature_flex {
		max-width: 536px;
	}

	.main .learning_features .feature .feature_flex > div {
		padding-top: clamp(22px, calc(45 / 768 * 100vw), 45px);
		padding-bottom: 50px;
		padding-left: clamp(20px, calc(57 / 768 * 100vw), 57px);
		padding-right: clamp(20px, calc(57 / 768 * 100vw), 57px);
	}

	.main .learning_features .feature .feature_flex > div .text_box h4 {
		font-size: clamp(40px, calc(62 / 768 * 100vw), 62px);
		margin-bottom: 56px;
	}

	.main .learning_features .feature .feature_flex > div .text_box h4:after {
		top: clamp(55px, calc(80 / 768 * 100vw), 80px);
	}

	.main .learning_features .feature .feature_flex > div .text_box p {
		font-size: clamp(16px, calc(22 / 768 * 100vw), 22px);
		padding: 0;
	}
}

@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);
	}
}

/* 社会福祉学科における３つの科目群 */
.main .three_subject_group {
	margin-bottom: 0;
}

.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 .three_subject_group > p {
	font-size: 16px;
	color: #c0272d;
	text-align: center;
	margin-bottom: 25px;
}

.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: #67529e;
	padding-top: 99px;
	padding-left: 126px;
}

.main .flex_group > div > .text_box .text_box_contents .cont_head {
	font-size: 21px;
	font-weight: 500;
	color: #603813;
	line-height: 1.4;
	margin: 0;
	padding-bottom: 24px;
} 

.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 .three_subject_group {
		margin-bottom: 75px;
	}

	.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 #9b83dd;
	}

	.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(22px, 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-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 .three_subject_group > p {
		font-size: clamp(13px, calc(16 / 480 * 100vw), 16px);
	}

	.main .flex_group > div {
		padding-bottom: clamp(47px, calc(70 / 480 * 100vw), 70px);
	}

	.main .flex_group > div > .text_box .text_box_contents h4 span.main_title {
		padding-top: 40px;
	}
	.main .flex_group > div > .text_box .text_box_contents .cont_head br {
		display: none;
	}
}

/* よくある質問 */
.main .faq {
	text-align: center;
	padding: 75px 0;
	margin-bottom :0;
}

.main .faq h3 {
	margin: 0;
	padding: 0 0 46px 0;
}

.main .faq 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 .faq p {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 22px;
}

.main .faq p br {
	display: none;
}

.main .faq img {
	width: 980px;
	margin: 0 auto;
}

@media screen and (max-width: 1199px) {
	.main .faq {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		border-top: 1px solid #cbcbcb;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 800px) {
	.main .faq p {
		font-size: clamp(18px, calc(22 / 800 * 100vw), 22px);
	}

	.main .faq p br {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.main .faq img {
		width: clamp(260px, calc(536 / 768 * 100vw), 536px);
	}
}

@media screen and (max-width: 480px) {
	.main .faq {
		padding: clamp(50px, calc(75 / 480 * 100vw), 75px) 20px;
	}

	.main .faq p br {
		display: none;
	}
}


/* カリキュラムの詳細、代表的な開講科目、卒論テーマの紹介 */
.main .curriculum_etc {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background-color: #ddd8ff;
	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 #9b83dd;
	border-radius: 10px;
	padding: 60px 51px 65px 51px;
}

.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;
}

@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 51px 45px 51px;
	}

	.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: 980px;
	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 h3 br {
	display: none;
}

.main .jinbutu p {
	max-width: 558px;
	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: 83px;
	background-color: #9b83dd;
	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 {
		max-width: 430px;
		left: 15px;
	}

	.main .jinbutu p:before {
		height: 115px;
	}

	.main .jinbutu p br {
		display: none;
	}
}

@media screen and (max-width: 650px) {
	.main .jinbutu img {
		max-width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.main .jinbutu h3 br {
		display: block;
	}

	.main .jinbutu p {
		margin-left: 20px;
		left: 0;
	}

	.main .jinbutu p:nth-of-type(1):before {
		height: 100px;
	}

	.main .jinbutu p:nth-of-type(2):before,
	.main .jinbutu p:nth-of-type(3):before {
		height: 73px;
	}
}

@media screen and (max-width: 450px) {
	.main .jinbutu p:nth-of-type(2):before {
		height: 100px;
	}
}

@media screen and (max-width: 436px) {
	.main .jinbutu p:nth-of-type(3):before {
		height: 100px;
	}
}

@media screen and (max-width: 403px) {
	.main .jinbutu p:nth-of-type(1):before {
		height: 132px;
	}
}

@media screen and (max-width: 339px) {
	.main .jinbutu p:nth-of-type(1):before {
		height: 164px;
	}

	.main .jinbutu p:nth-of-type(2):before,
	.main .jinbutu p:nth-of-type(3):before {
		height: 132px;
	}
}


/* 学びへのサポート */
.main .learning_support {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background-color: #fdfaf1;
	margin-bottom: 0;
	padding: 75px 0;
}

.main .learning_support:after {
	content: "";
	display: block;
	width: 100vw;
	height: 10px;
	background-image: linear-gradient(-45deg, #af9ce4, #af9ce4 25%, #9b83dd 25%, #9b83dd 50%, #af9ce4 50%, #af9ce4 75%, #9b83dd 75%, #9b83dd);
	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: 400px;
	position: relative;
}

.main .learning_support > div div.cont_left h4 {
	font-size: 42px;
	font-weight: 400;
	color: #67529e;
	line-height: 1.2;
	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: 41px;
}

.main .learning_support > div:nth-of-type(2) div.cont_left h4 br:nth-of-type(2) {
	display: none;
}

.main .learning_support > div div.cont_left p {
	margin-bottom: 0;
}

.main .learning_support > div div.cont_right {
	width: 514px;
}

.main .learning_support > div div.cont_right img {
	display: block;
}

.main .learning_support > div:nth-of-type(odd) {
	padding: 50px 20px 50px 40px;
	margin-bottom: 50px;
	background-image: linear-gradient(-135deg, #ac9eef, #ac9eef 2.25%, #ffffff 2.25%, #ffffff);
}

.main .learning_support > div.laboratory div.cont_left p {
	margin: 0;
}

.main .learning_support > div:nth-of-type(even) {
	padding: 50px 40px 50px 20px;
	background-image: linear-gradient(135deg, #ac9eef, #ac9eef 2.25%, #ffffff 2.25%, #ffffff);
}

.main .learning_support > div:nth-of-type(2) {
	margin-bottom: 50px;
}

.main .learning_support > div:nth-of-type(even) div.cont_left {
	order: 2;
}

.main .learning_support > div:nth-of-type(even) div.cont_right {
	position: relative;
	order: 1;
}

@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:nth-of-type(odd) {
		padding: 50px 20px 50px 20px;
		background-image: linear-gradient(-135deg, #ac9eef, #ac9eef 2%, #ffffff 2%, #ffffff);
	}

	.main .learning_support > div:nth-of-type(even) {
		padding: 50px 20px 50px 20px;
		background-image: linear-gradient(-135deg, #ac9eef, #ac9eef 2%, #ffffff 2%, #ffffff);
	}

	.main .learning_support > div:nth-of-type(even) div.cont_left {
		order: 1;
	}

	.main .learning_support > div:nth-of-type(even) div.cont_right {
		order: 2;
	}
}

@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:not(:last-child) {
		margin-bottom: 25px;
	}

	.main .learning_support > div div.cont_left h4 {
		font-size: clamp(20px, calc(42 / 768 * 100vw), 42px);
	}

	.main .learning_support > div:nth-of-type(2) div.cont_left h4 br:nth-of-type(1) {
		display: none;
	}

	.main .learning_support > div:nth-of-type(2) div.cont_left h4 br:nth-of-type(2) {
		display: block;
	}

	.main .learning_support > div:nth-of-type(3) div.cont_left h4 span {
		letter-spacing: calc(-10 / 768 * 100vw);
	}

	.main .learning_support > div:nth-of-type(3) div.cont_left h4 br:nth-of-type(1) {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.main .learning_support > div:nth-of-type(3) div.cont_left h4 br:nth-of-type(1) {
		display: block;
	}
}

/* 武庫女の福祉のおもしろさ */
.main .fun_of_welfare {
	text-align: center;
	padding: 75px 0 60px 0;
	margin-bottom: 0;
}

.main .fun_of_welfare:after {
	content: "";
	display: block;
	width: 100vw;
	height: 10px;
	background-image: linear-gradient(-45deg, #af9ce4, #af9ce4 25%, #9b83dd 25%, #9b83dd 50%, #af9ce4 50%, #af9ce4 75%, #9b83dd 75%, #9b83dd);
	background-size: 20px 20px;
	margin-left: calc(50% - 50vw);
	position: relative;
	bottom: -60px;
}

/* 進路と資格 */
.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 #9b83dd;
	border-radius: 10px;
	margin: 0 auto;
	padding: 45px 100px 41px 100px;
	background-color: #ffffff;
}

.main .course_features h4 {
	font-size: 28px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #67529e;
	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: 558px;
	text-align: left;
	margin: 0 auto 36px auto;
	position: relative;
}

.main .course_features_cont div:before {
	content: "";
	display: block;
	width: 3px;
	height: 130px;
	background-color: #9b83dd;
	position: absolute;
	top: 9px;
	left: -15px;
}

.main .course_features_cont div:nth-of-type(2):before {
	height: 162px;
}

.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: 599px) {
	.main .course_features_cont div:nth-of-type(1):before {
		height: 162px;
	}
}

@media screen and (max-width: 491px) {
	.main .course_features_cont div:nth-of-type(2):before {
		height: 194px;
	}
}

@media screen and (max-width: 480px) {
	.main .course_features {
		padding: 40px 26px 41px 26px;
	}

	.main .course_features_cont div:nth-of-type(1):before,
	.main .course_features_cont div:nth-of-type(2):before {
		height: 146px;
	}

	.main .course_features_cont div:nth-of-type(3):before {
		height: 120px;
	}
}

@media screen and (max-width: 466px) {
	.main .course_features_cont div:nth-of-type(2):before {
		height: 177px;
	}

	.main .course_features_cont div:nth-of-type(3):before {
		height: 150px;
	}
}

@media screen and (max-width: 443px) {
	.main .course_features_cont div:nth-of-type(2):before {
		height: 207px;
	}
}

@media screen and (max-width: 427px) {
	.main .course_features_cont div:nth-of-type(1):before {
		height: 172px;
	}
}

@media screen and (max-width: 406px) {
	.main .course_features_cont div:nth-of-type(3):before {
		height: 175px;
	}
}

@media screen and (max-width: 401px) {
	.main .course_features_cont div:nth-of-type(1):before {
		height: 207px;
	}
}

@media screen and (max-width: 379px) {
	.main .course_features_cont div:nth-of-type(2):before {
		height: 235px;
	}
}

@media screen and (max-width: 363px) {
	.main .course_features_cont div:nth-of-type(1):before {
		height: 235px;
	}
}

/* 取得できる資格 */
.main .qualification {
	max-width: 1028px;
	text-align: left;
	border: 3px solid #9b83dd;
	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: #67529e;
	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;
	text-indent: -2rem;
	margin-left: 2rem;
	margin-bottom: 11px;
}

.main .qualification_cont .qualification_head:before {
	content: "\f058";
	font-family: "fontawesome";
	font-size: 24px;
	color: #9b83dd;
	margin-right: 10px;
}

.main .qualification_cont .qualification_head:nth-of-type(2) {
	margin-bottom: 0;
}

.main .career_and_qualifications > button {
	width: 385px;
}

@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: 456px;
	}

	.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 .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;
	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 .reaserch_result {
	margin-bottom: 0;
	text-align: center;
}

.main .reaserch_result h2 {
	background-color: transparent;
}

.main .reaserch_result > .back_waving_box {
	padding: 95px 20px;
	margin-bottom: 0;
}

.main .result_cont {
	max-width: 1240px;
	margin: 0 auto 60px auto;
	padding: 45px 20px 32px 20px;
	border-radius: 8px;
	background-image: linear-gradient(-135deg, #9b83dd, #9b83dd 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;
	position: relative;
	z-index: 1;
}

.main .result_cont > img:nth-of-type(2) {
	width: 352px;
	position: absolute;
	bottom: 16px;
	left: 18px;
}

.main .reaserch_result button {
	display: block;
	width: 388px;
	margin: 0 auto;
}

@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: 780px) {
	.main .result_cont > p > br {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.main .result_cont {
		background-image: linear-gradient(-135deg, #9b83dd, #9b83dd 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 > 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, #9b83dd, #9b83dd 4%, #ffffff 4%, #ffffff);
	}

	.main .reaserch_result h2 {
		letter-spacing: 0;
	}

	.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 .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;
	text-indent: 3.5rem;
	margin-bottom: 40px;
}

.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 .feature_flex > div .text_box h4 {
		font-size: 62px;
		color: #9b83dd;
		margin: 0 0 40px 0;
	}

	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 .flex_group > div:nth-of-type(3) {
		break-before: page;
	}

	body #container .three_subject_group .flex_group > div > .text_box .text_box_contents h4 {
		font-size: 36px;
		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 .faq h3 {
		margin: 0;
		padding: 0 0 46px 0;
	}

	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 div.cont_left h4 {
		font-size: 42px;
		color: #ca6a1f;
		margin: 0;
		padding: 0 0 77px 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;
		position: relative;
	}

	body #container .learning_support > div div.cont_right img {
		position: absolute;
	}

	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;
	}

	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);
	}
}