@charset "UTF-8";

h5.cms_title {
	font-size: 2rem;
	color: #666;
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #b1b1b1
}

.cms_text {
	line-height: 2.5em
}

.cms_category_box {
	display: flex;
	align-items: center;
	margin-bottom: 10px
}

.sp-only {
	display: none !important
}

.cms h5.underline-title {
	font-size: 2.2rem
}

.cms_single_content {
	min-height: 24vw;
	overflow: hidden;
	line-height: 1.8em;
	font-size: 1.6rem
}

.cms_single_content img {
	max-width: 100%;
	height: auto;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
	display: inline-block;
	margin: 10px 0
}

.cms_single_content a {
	display: inline-block;
	border-bottom: 1px dotted #f0acad;
	padding: 0 .2em;
	line-height: 1.2em;
	font-weight: 500;
	color: #f0acad
}

.cms_single_content p {
	line-height: 2em;
	margin: 0 auto 1.5em
}

.cms_single_content .cms_single_gallery {
	margin-top: 7vh;
	display: flex;
	flex-wrap: wrap
}

.cms_single_content .cms_single_gallery li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 1vh;
	height: 17vw;
	overflow: hidden;
	position: relative;
	background: #4e4e4e
}

.cms_single_content .cms_single_gallery li img {
	width: auto;
	max-width: inherit;
	height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0
}

.cms_single_content .cms_single_gallery li p {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	padding: .4em 1em;
	font-size: 1.3rem;
	line-height: 1.6em
}

.cms_single_content .cms_single_gallery li:nth-of-type(3n) {
	margin-right: 0
}

.news.cms #photo {
	float: left;
	margin: 0 20px 10px 0;
	width: 200px
}

.cms_single_blog_name {
	font-size: 1.4rem;
	margin-bottom: .5em
}

.cms_single_date {
	font-size: 1.4rem;
	margin-bottom: 1.5em;
	font-weight: 500;
	color: #f0acad
}

.cms_footer {
	width: 100%;
	padding: 30px 5px 20px;
	border-top: 1px solid #444;
	margin: 30px 0 40px;
	display: flex;
	justify-content: space-between
}

.cms_footer .cms_prev {
	width: 50%;
	text-align: left;
	padding-right: 40px
}

.cms_footer .cms_prev a {
	color: #888;
	font-size: 1.3rem;
	display: inline-block
}

.cms_footer .cms_next {
	width: 50%;
	padding-left: 40px;
	text-align: right
}

.cms_footer .cms_next a {
	color: #888;
	font-size: 1.3rem;
	display: inline-block
}

.cms_footer .mobile_next,
.cms_footer .mobile_prev {
	display: none
}

.news .page-head {
	margin-bottom: 2.5vw
}

.cms_archive_wrap {
	margin-bottom: 5vh;
	min-height: 20vw
}

.cms_archive_box {
	width: 100%;
	margin-bottom: 2vh;
	border-bottom: 1px solid #aaa
}

.cms_archive_box a {
	width: 100%;
	display: block;
	padding: 12px 2% 7px 2%
}

.cms_archive_box a:hover {
	display: block;
	background-color: rgba(240, 172, 173, .3);
	opacity: 1;
	transition: all .4s ease;
	transition-duration: .2s
}

.cms_archive_box .cms_archive_inner {
	width: 100%;
	display: block;
	padding: 12px 2% 7px 2%
}

.cms_archive_box .event_day {
	padding: 5px 0;
	display: flex;
	align-items: center;
	color: #f0acad;
	font-family: "Fjalla One", sans-serif;
	width: 100%
}

.cms_archive_box .event_day span {
	font-size: 1.5rem
}

.cms_archive_box .event_day span.datetext {
	display: inline-block;
	margin-right: .5em;
	font-size: 2rem;
	font-weight: 500
}

.cms_archive_date {
	font-size: 14px;
	color: #888
}

.cms_archive_date span {
	font-size: 13px;
	color: #f0acad;
	padding-left: 15px;
	font-weight: 600;
	display: inline-block
}

.cms_archive_date span.cms_archive_cat {
	font-size: 1.1rem;
	line-height: 1.6em;
	background: #f0acad;
	color: #fff;
	padding: .2em 1em;
	margin-left: 10px;
	font-weight: 600;
	display: inline-block
}

.cms_archive_title {
	font-size: 1.6rem;
	font-weight: 500;
	padding: 5px 0 10px;
	color: #000
}

.news_cat_tab {
	width: 60%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 8vh;
	padding: 0 5px
}

.news_cat_tab li {
	width: calc(25% - 5px);
	background: #b7b0ac
}

.news_cat_tab li.active {
	background: #f0acad
}

.news_cat_tab li a {
	font-size: 1.4rem;
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 5px 12px;
	font-weight: 600
}

.blog_archive {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.blog_archive .blog_archive_box {
	width: 49%;
	position: relative
}

.blog_archive .blog_archive_box a {
	display: block;
	position: relative
}

.blog_archive .blog_archive_box .img {
	width: 100%;
	height: auto;
	max-height: 30vw
}

.blog_archive .blog_archive_box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.blog_archive .blog_archive_box .blog-title-wrap {
	position: absolute;
	bottom: 1vw;
	left: 3%;
	width: 94%;
	padding: 1vw 1.5vw;
	background: rgba(255, 255, 255, .6)
}

.blog_archive .blog_archive_box .blog-title-wrap::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background: #f0acad;
	pointer-events: none;
	mix-blend-mode: multiply
}

.blog_archive .blog_archive_box .blog-title-wrap .cms_archive_date {
	font-size: 1.4rem;
	font-weight: 500;
	color: #222;
	border-bottom: 1px solid #222
}

.blog_archive .blog_archive_box .blog-title-wrap .cms_archive_title {
	font-size: 2rem;
	font-weight: 500;
	color: #222
}

.cms.single table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #727171;
	border-bottom: 1px solid #727171;
	border-right: 1px solid #727171;
	border-left: 1px solid #727171
}

.cms.single table td,
.cms.single table th {
	padding: 10px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle
}

.cms.single table td {
	border-bottom: 1px solid #727171;
	border-right: 1px solid #727171;
	word-break: break-all
}

.cms.single table th {
	text-align: center;
	border-bottom: 1px solid #727171;
	border-right: 1px solid #727171;
	font-weight: 700;
	background: rgba(114, 113, 113, .2);
	color: #727171
}

.cms.single table .center {
	text-align: center
}

.mw_wp_form_input .paragraph.input {
	display: block
}

.mw_wp_form_input .paragraph.confirm {
	display: none
}

.mw_wp_form_confirm .paragraph.input {
	display: none
}

.mw_wp_form_confirm .paragraph.confirm {
	display: block
}

.person_list {
	width: 100%
}

.person_list .person-content {
	display: flex
}

.person_list .person-content p {
	width: 50%;
	padding: 5px 0
}

.form_paragraph {
	display: block;
	margin-bottom: 40px;
	font-size: 16px;
	width: 40%
}

.form_box {
	border-top: 1px solid #aaa;
	margin: 4vh 0 6vh
}

.form_box ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0
}

.form_box ul li {
	display: flex;
	align-items: center;
	min-height: 5em;
	font-size: 1.3rem;
	padding: 1vh 2%;
	line-height: 1.5em
}

.form_box ul li:nth-child(odd) {
	width: 35%;
	background-color: #f0acad;
	color: #fff;
	border-bottom: 1px solid #ddd
}

.form_box ul li:nth-child(even) {
	width: 65%;
	border-bottom: 1px solid #aaa
}

.form_box ul li span.must {
	color: #f0acad;
	display: inline-block;
	padding: 5px 5px;
	background: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1em;
	margin-left: 1em;
	border-radius: 4px;
	min-width: 5em
}

.form_box ul li span.must.small {
	font-size: 1rem;
	color: #f0acad;
	background: 0 0;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	margin-right: 5px
}

.form_box ul li.form-column {
	display: block;
	line-height: 3.5em
}

.form_box ul li span.error {
	font-size: 1.3rem;
	font-weight: 600;
	margin-left: 1em
}

.form_box ul li.check_wrap {
	flex-wrap: wrap
}

.form_box ul li.check_wrap>span {
	width: 50%
}

.form_box ul li.center {
	text-align: center;
	display: grid;
	border-right: 1px solid #ddd
}

.form_box ul li.bg-purple {
	background-color: #f0acad;
	text-align: center;
	color: #fff;
	display: grid;
	text-align: center
}

.form_box.check_wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 5em;
	font-size: 1.3rem;
	padding: 1vh 2%;
	line-height: 1.5em;
	border: none;
	background: #4e4e4e
}

.form_box.check_wrap>p.check_subtext {
	width: 100%;
	font-size: 1.3rem;
	padding: 0
}

.form_box.check_wrap.large {
	display: block;
	font-size: 1.5rem;
	line-height: 1.8em
}

.form_box textarea {
	width: 90%;
	min-height: 180px;
	display: block;
	padding: .5em .8em;
	font-size: 1.4rem
}

.form_box input {
	padding: .5em .8em;
	font-size: 1.5rem
}

.form_box input:focus {
	border: solid 1px #f0acad
}

.form_box .form-select {
	position: relative;
	max-width: 90%;
	width: 70%
}

.form_box .form-select select {
	width: 100%;
	padding: .5em .8em;
	font-size: 1.5rem;
	cursor: pointer;
	text-indent: .01px;
	text-overflow: ellipsis;
	outline: 0;
	background: 0 0;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #f0acad;
	border-radius: 4px;
	color: #f0acad;
	display: block
}

.form_box .form-select select:hover {
	background: #4e4e4e
}

.form_box .form-select:before {
	content: "";
	position: absolute;
	top: 1.2em;
	right: 1em;
	width: 0;
	height: 0;
	padding: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #f0acad;
	pointer-events: none
}

.form_box label {
	padding-right: 20px;
	display: flex;
	align-items: center
}

.mw_wp_form_preview .form_box .form-select:before {
	display: none
}

.send_btn input {
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	color: #fff;
	font-size: 1.7rem;
	padding: 1em .8em;
	width: 100%;
	margin: 0 0 10px;
	cursor: pointer;
	background: #f0acad
}

.send_btn.back_btn input {
	background: #bbb
}

.form_box ul li.checkbox {
	display: flex;
	flex-wrap: wrap;
	width: 50%
}

.form_box ul li.checkbox span:nth-child(odd) {
	width: 100%
}

.mw_wp_form .horizontal-item+.horizontal-item {
	margin-left: 0 !important
}

.wp-pagenavi {
	clear: both;
	text-align: center
}

.wp-pagenavi a,
.wp-pagenavi span {
	color: #999;
	background-color: #fff;
	border: solid 1px #f0acad;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	text-align: center;
	text-decoration: none
}

.wp-pagenavi a:hover {
	color: #fff;
	background-color: #999;
	border-color: #999
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: rgba(240, 172, 173, .7);
	border-color: rgba(240, 172, 173, .7);
	font-weight: 700
}

.mw_wp_form_preview .preview-text-re {
	display: none
}

.preview-text-af {
	display: none
}

.mw_wp_form_preview .preview-text-af {
	display: block
}

.form-attention-text {
	margin-top: 20px;
	display: none
}

.mw_wp_form_input .form-attention-text {
	display: block
}

.flex-wrap-box {
	display: flex;
	flex-wrap: wrap
}

.flex-wrap-box>span {
	margin-bottom: 10px
}

.flex-wrap-box .form-text-wrap {
	width: 100%
}

.flex-wrap-box .form-text-wrap>textarea {
	width: 100%;
	min-height: 4em
}

.layout-wrap {
	width: 100%;
	padding: 0 0 6vh
}

.layout-wrap img {
	max-width: inherit;
	display: block;
	margin: 0
}

.layout-wrap .img-fit {
	width: 100%
}

.layout-wrap .img-fit img {
	width: 100%;
	height: auto
}

.layout-wrap .img-center {
	width: 100%
}

.layout-wrap .img-center img {
	width: 38%;
	height: auto;
	margin: 0 auto
}

.layout-wrap.img-sep {
	display: flex;
	justify-content: space-between
}

.layout-wrap.img-sep .img {
	width: 48%;
	height: auto;
	max-height: 26vw
}

.layout-wrap.img-sep .img img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.layout-wrap.img-sep-three {
	display: flex;
	justify-content: space-between
}

.layout-wrap.img-sep-three .img {
	width: 31%;
	height: auto;
	max-height: 16vw
}

.layout-wrap.img-sep-three .img img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.student-message-box-container .student-message-box {
	margin-bottom: 8vw
}

.student-message-box-container .student-message-box .student-intro {
	display: flex;
	justify-content: space-between;
	align-items: end;
	position: relative;
	margin-bottom: 70px
}

.student-message-box-container .student-message-box .student-intro .student-photo {
	width: 32%
}

.student-message-box-container .student-message-box .student-intro .student-photo img {
	width: 100%
}

.student-message-box-container .student-message-box .student-intro .student-text {
	width: 61%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	line-height: 1.4
}

.student-message-box-container .student-message-box .student-intro .student-text .student-department {
	font-size: 1.4rem;
	margin-bottom: 10px
}

.student-message-box-container .student-message-box .student-intro .student-text .student-name {
	font-size: 3.6rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	margin-bottom: 20px
}

.student-message-box-container .student-message-box .student-intro .student-text .student-school {
	font-size: 1.4rem;
	margin-bottom: 30px
}

.student-message-box-container .student-message-box .student-intro .student-text .lead-copy {
	font-size: 2.4rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	margin-bottom: 20px
}

.student-message-box-container .student-message-box .student-intro .student-text .lead-text {
	font-size: 1.4rem;
	line-height: 2
}

.student-message-box-container .student-message-box>table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	border-top: 3px solid #f0acad;
	border-bottom: 3px solid #f0acad;
	border-left: 1px solid #f0acad
}

.outline .student-message-box-container .student-message-box>table {
	margin-bottom: 80px
}

.student-message-box-container .student-message-box>table.harf {
	width: 50%
}

.student-message-box-container .student-message-box>table td,
.student-message-box-container .student-message-box>table th {
	padding: 1em .5em;
	font-size: 1.4rem;
	color: #000;
	border-bottom: 1px solid #f0acad;
	border-right: 1px solid #f0acad;
	text-align: left;
	vertical-align: middle;
	background: #fff
}

.student-message-box-container .student-message-box>table td>:last-child,
.student-message-box-container .student-message-box>table th>:last-child {
	margin-bottom: 0
}

.student-message-box-container .student-message-box>table thead th {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	background: #f0acad;
	color: #fff
}

.student-message-box-container .student-message-box>table thead th:last-child {
	border-right: 1px solid #f0acad
}

.student-message-box-container .student-message-box>table thead th:last-child.b-r-white {
	border-right: 1px solid #fff
}

.student-message-box-container .student-message-box>table td {
	background: #fff
}

.student-message-box-container .student-message-box>table td.subhead {
	color: #f0acad;
	text-align: center;
	font-weight: 500
}

.student-message-box-container .student-message-box>table td.subhead.left {
	text-align: left
}

.student-message-box-container .student-message-box>table td span.center {
	display: inline-block;
	width: 100%;
	text-align: center
}

.student-message-box-container .student-message-box>table .center,
.student-message-box-container .student-message-box>table.center {
	text-align: center
}

.student-message-box-container .student-message-box>table .al_left,
.student-message-box-container .student-message-box>table .left,
.student-message-box-container .student-message-box>table.al_left {
	text-align: left
}

.student-message-box-container .student-message-box>table .al_right,
.student-message-box-container .student-message-box>table.al_right {
	text-align: right
}

.student-message-box-container .student-message-box>table.td-center td {
	text-align: center
}

.student-message-box-container .student-message-box>table a {
	display: inline-block;
	color: #f0acad;
	text-decoration: underline
}

.outline.research .student-message-box-container .student-message-box>table a {
	margin: .2em .4em
}

.student-message-box-container .student-message-box>table a[href$=".pdf"] {
	position: relative;
	padding-left: 25px
}

.student-message-box-container .student-message-box>table a[href$=".pdf"]::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(../images/common/pdf_icon.svg) no-repeat center center;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.student-message-box-container .student-message-box>table a[href$=".doc"]::before,
.student-message-box-container .student-message-box>table a[href$=".docx"]::before {
	content: "";
	background: url(../images/common/word_icon.svg) no-repeat center center;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.student-message-box-container .student-message-box>table a[href$=".xls"]::before,
.student-message-box-container .student-message-box>table a[href$=".xlsx"]::before {
	content: "";
	background: url(../images/common/excel_icon.svg) no-repeat center center;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.student-message-box-container.archive {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.student-message-box-container.archive .student-message-box {
	width: 48%;
	margin-bottom: 2vw;
	border: 1px solid #f0acad
}

.student-message-box-container.archive .student-message-box .student-intro {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	margin-bottom: 0;
	padding: 1vw 1vw 0
}

.student-message-box-container.archive .student-message-box .student-intro .student-photo {
	width: 27%
}

.student-message-box-container.archive .student-message-box .student-intro .student-text {
	width: 66%;
	line-height: 1.6em
}

.student-message-box-container.archive .student-message-box .student-intro .student-text .lead-copy {
	font-size: 2rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	margin-bottom: .4em
}

.student-message-box-container.archive .student-message-box .student-intro .student-text .student-department {
	font-size: 1.4rem;
	margin-bottom: .4em
}

.student-message-box-container.archive .student-message-box .student-intro .student-text .student-name {
	font-size: 2.2rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	margin-bottom: .4em
}

.graduates-archive-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.ob-profile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4vh
}

.ob-profile .ob-photo {
	width: 28%;
	height: 25vw;
	overflow: hidden
}

.ob-profile .ob-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.ob-profile .ob-textbox {
	width: 65%
}

.ob-profile .ob-textbox p.cat {
	font-size: 1.5rem;
	font-weight: 500;
	color: #f0acad;
	line-height: 1.2em
}

.ob-profile .ob-textbox p.name {
	font-size: calc(1.6rem + .5vw);
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: .5em;
	color: #f0acad;
	border-bottom: solid 1px
}

.ob-profile .ob-textbox table.ob-table tbody tr th {
	min-width: 14.5ch
}

.ob-profile .ob-textbox table.ob-table tbody tr td,
.ob-profile .ob-textbox table.ob-table tbody tr th {
	font-size: 1.6rem
}

.ob-profile .ob-textbox table.ob-table tbody tr td {
	padding-left: 5px
}

.ob-profile.archive {
	width: 48%;
	margin: 0 0 2vw;
	border: 1px solid #f0acad
}

.ob-profile.archive a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.ob-profile.archive a .ob-photo {
	width: 32%;
	height: 20vw
}

.ob-profile.archive a .ob-textbox {
	width: 64%
}

.ob-profile.archive a .ob-textbox p.copy {
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4em;
	padding: 0 1em .3em 0
}

.ob-profile.archive a .ob-textbox p.cat {
	font-size: 1.4rem
}

.ob-profile.archive a .ob-textbox p.name {
	font-size: 1.5rem
}

.ob-profile.archive a .ob-textbox table.ob-table {
	margin-right: 1vw
}

.ob-profile.archive a .ob-textbox table.ob-table tbody tr th {
	min-width: inherit
}

.ob-profile.archive a .ob-textbox table.ob-table tbody tr td,
.ob-profile.archive a .ob-textbox table.ob-table tbody tr th {
	font-size: 1.3rem;
	letter-spacing: 0
}

.ob-profile.archive a .ob-textbox table.ob-table tbody tr td {
	padding-left: .3em
}

.qa-section .qa-title {
	position: relative;
	margin-bottom: 6vh;
	border-top: solid 1px #f0acad;
	border-bottom: solid 1px #f0acad;
	cursor: pointer
}

.qa-section .qa-title p.text {
	text-align: center;
	font-size: calc(2rem + .5vw);
	line-height: 1.3em;
	font-weight: 600;
	padding: 1rem 0;
	color: #f0acad
}

.qa-section .qa-title .icon {
	position: absolute;
	right: 0;
	top: 50%;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	transform: translateY(-50%);
	background-color: #f0acad
}

.qa-section .qa-title .icon span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.qa-section .qa-title .icon span::after,
.qa-section .qa-title .icon span::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 13px;
	height: 1px;
	top: 50%;
	left: 11px;
	transform: translateY(-50%);
	transform-origin: center;
	transition: all .3s
}

.qa-section .qa-title .icon span::after {
	transform: rotate(90deg) translateY(-50%)
}

.qa-section .qa-title.open .icon span::after {
	transform: translateY(-50%)
}

.qa-section .qa-content {
	padding-top: 3vh
}

.qa-section .qa-content dl.qa-block {
	margin-bottom: 3vw
}

.qa-section .qa-content dl.qa-block dt {
	position: relative;
	padding: 1rem 0 1rem 6vw;
	font-size: calc(1.6rem + .5vw);
	font-weight: 600;
	letter-spacing: .2em;
	color: #f0acad;
	margin-bottom: 2vw
}

.qa-section .qa-content dl.qa-block dt::before {
	content: "";
	position: absolute;
	width: 4vw;
	height: 4vw;
	border-radius: 50%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #f0acad
}

.qa-section .qa-content dl.qa-block dt::after {
	content: "Q";
	position: absolute;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.3em;
	color: #fff;
	top: 45%;
	left: 1vw;
	transform: translateY(-50%)
}

.qa-section .qa-content dl.qa-block dd {
	margin-left: 5vw;
	padding: 1.5em;
	border-radius: 10px;
	background-color: rgba(240, 172, 173, .2)
}

@media screen and (max-width:1024px) and (orientation:portrait) {
	.cms_single_content img {
		box-shadow: 0
	}

	.cms_single_content .cms_single_gallery {
		margin-top: 5vh;
		display: flex;
		flex-wrap: wrap
	}

	.cms_single_content .cms_single_gallery li {
		width: 100%;
		margin-right: 0;
		height: auto;
		overflow: visible
	}

	.cms_single_content .cms_single_gallery li img {
		width: 100%;
		max-width: inherit;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		transform: none
	}

	.cms_single_content .cms_single_gallery li p {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, .4);
		color: #fff;
		padding: .4em 1em;
		font-size: 1.3rem;
		line-height: 1.6em
	}

	.cms_single_content .cms_single_gallery li:nth-of-type(3n) {
		margin-right: 0
	}

	.form_paragraph {
		display: block;
		margin-bottom: 40px;
		font-size: 16px;
		width: 40%
	}

	.form_box {
		border-top: none
	}

	.form_box ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin: 0
	}

	.form_box ul li {
		display: flex;
		align-items: center;
		min-height: 5em;
		font-size: 1.5rem;
		padding: 1vh 2.5%;
		line-height: 1.5em
	}

	.form_box ul li:nth-child(odd) {
		width: 100%;
		min-height: 2em;
		background-color: #fff;
		color: #f0acad;
		border: 1px solid #f0acad;
		border-bottom: 3px solid #f0acad;
		letter-spacing: 0
	}

	.form_box ul li:nth-child(even) {
		width: 100%;
		border-bottom: none;
		margin-bottom: 4vh;
		flex-wrap: wrap
	}

	.form_box ul li span.must {
		color: #fff;
		display: inline-block;
		padding: 4px 5px;
		background: #f0acad;
		min-width: 4em
	}

	.form_box ul li.form-column {
		display: block;
		line-height: 3.5em
	}

	.form_box ul li span.error {
		font-size: 1.3rem;
		font-weight: 600;
		margin-left: 1em
	}

	.form_box ul li.check_wrap {
		flex-wrap: wrap
	}

	.form_box ul li.check_wrap>span {
		width: 100%
	}

	.form_box textarea {
		width: 100%;
		min-height: 180px;
		margin-top: .5em;
		border: 1px solid #aaa
	}

	.form_box input {
		padding: .5em .8em;
		font-size: 1.5rem;
		border: 1px solid #aaa;
		max-width: 100%;
		margin-top: .35em
	}

	.form_box input:focus {
		border: solid 1px #f0acad
	}

	.form_box .form-select {
		position: relative;
		max-width: 100%;
		width: 100%
	}

	.form_box .form-select select {
		width: 100%;
		padding: .5em .8em;
		font-size: 1.5rem;
		cursor: pointer;
		text-indent: .01px;
		text-overflow: ellipsis;
		outline: 0;
		background: 0 0;
		background-image: none;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
		border: 1px solid #f0acad;
		border-radius: 4px;
		color: #f0acad;
		display: block
	}

	.form_box .form-select select:hover {
		background: #4e4e4e
	}

	.form_box .form-select:before {
		content: "";
		position: absolute;
		top: 1.2em;
		right: 1em;
		width: 0;
		height: 0;
		padding: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #f0acad;
		pointer-events: none
	}

	.form_box label {
		padding-right: 20px;
		display: flex;
		align-items: flex-start
	}

	.ideas .form_box .form-select select {
		font-size: 1.2rem;
		padding: .8em .8em
	}

	.mw_wp_form_preview .form_box .form-select:before {
		display: none
	}

	.send_btn input {
		-webkit-appearance: none;
		border-radius: 0;
		border: none;
		color: #fff;
		font-size: 1.7rem;
		padding: 1em .8em;
		width: 100%;
		margin: 0 0 10px;
		cursor: pointer;
		background: #f0acad
	}

	.send_btn.back_btn input {
		background: #bbb
	}

	.form_box ul li.checkbox {
		display: flex;
		flex-wrap: wrap;
		width: 50%
	}

	.form_box ul li.checkbox span:nth-child(odd) {
		width: 100%
	}

	.mw_wp_form .horizontal-item+.horizontal-item {
		margin-left: 0 !important
	}

	.student-message-box-container .student-message-box .student-intro {
		flex-direction: column;
		justify-content: unset;
		align-items: center
	}

	.student-message-box-container .student-message-box .student-intro .student-photo {
		width: 60%;
		max-width: 250px;
		margin-bottom: 10px
	}

	.student-message-box-container .student-message-box .student-intro .student-text {
		width: 100%;
		align-items: center;
		justify-content: unset
	}

	.student-message-box-container .student-message-box .student-intro .student-text .student-department {
		font-size: 1.3rem;
		margin-bottom: 5px
	}

	.student-message-box-container .student-message-box .student-intro .student-text .student-name {
		font-size: 2.4rem;
		margin-bottom: 10px
	}

	.student-message-box-container .student-message-box .student-intro .student-text .student-school {
		font-size: 1.3rem;
		margin-bottom: 20px
	}

	.student-message-box-container .student-message-box .student-intro .student-text .lead-copy {
		font-size: 1.8rem
	}

	.student-message-box-container .student-message-box .student-intro .student-text::before {
		top: 0;
		right: 0
	}

	.student-message-box-container.archive .student-message-box {
		width: 100%;
		margin-bottom: 2vh
	}

	.student-message-box-container.archive .student-message-box .student-intro {
		align-items: flex-end;
		flex-direction: row;
		padding: 1vh 3vw 0
	}

	.student-message-box-container.archive .student-message-box .student-intro .student-photo {
		width: 25%;
		margin: 0
	}

	.student-message-box-container.archive .student-message-box .student-intro .student-text {
		width: 68%;
		align-items: flex-start
	}

	.student-message-box-container.archive .student-message-box .student-intro .student-text .lead-copy {
		font-size: 1.5rem
	}

	.student-message-box-container.archive .student-message-box .student-intro .student-text .student-name {
		font-size: 1.6rem
	}

	.graduates-archive-wrap {
		flex-direction: column
	}

	.ob-profile {
		flex-direction: column;
		justify-content: unset
	}

	.ob-profile .ob-photo {
		width: 60%;
		height: 50vw;
		max-width: 250px;
		max-height: 250px
	}

	.ob-profile .ob-textbox {
		width: 100%
	}

	.ob-profile .ob-textbox p.cat {
		font-size: 1.5rem;
		font-weight: 500;
		color: #f0acad;
		line-height: 1.5em;
		text-align: center;
		margin-top: 1em
	}

	.ob-profile .ob-textbox p.name {
		font-size: 1.7rem;
		line-height: 2.2em;
		text-align: center
	}

	.ob-profile .ob-textbox table.ob-table {
		width: 100%
	}

	.ob-profile .ob-textbox table.ob-table tbody tr td,
	.ob-profile .ob-textbox table.ob-table tbody tr th {
		font-size: 1.4rem
	}

	.ob-profile .ob-textbox table.ob-table tbody tr th {
		width: 8em
	}

	.ob-profile .ob-textbox table.ob-table tbody tr td {
		width: calc(100% - 8em);
		padding-left: .6em;
		text-indent: -.6em
	}

	.ob-profile.archive {
		width: 100%;
		margin: 0 0 2vh
	}

	.ob-profile.archive a {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.ob-profile.archive a .ob-photo {
		width: 32%;
		height: 16vh
	}

	.ob-profile.archive a .ob-textbox {
		width: 64%
	}

	.ob-profile.archive a .ob-textbox p.cat {
		font-size: 1.4rem;
		font-weight: 500;
		color: #f0acad;
		line-height: 1.2em;
		margin-top: 0;
		text-align: left
	}

	.ob-profile.archive a .ob-textbox p.name {
		font-size: 1.5rem;
		line-height: 1.4em;
		text-align: left;
		border: none;
		margin-bottom: 0
	}

	.ob-profile.archive a .ob-textbox table.ob-table {
		display: none
	}

	.qa-section .qa-content dl.qa-block dt {
		padding: 1rem 0 1rem 60px;
		font-size: 1.6rem;
		letter-spacing: .1em
	}

	.qa-section .qa-content dl.qa-block dt::before {
		width: 40px;
		height: 40px
	}

	.qa-section .qa-content dl.qa-block dt::after {
		font-size: 2rem;
		top: 47%;
		left: 12px
	}
}



/* 卒業生メッセージ改修 2025.07 */
.graduate-special-movie {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.graduate-special-movie .title {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
	border-bottom: 2px solid #f0acad;
	color: #f0acad;
	padding-bottom: 10px;
}
.graduate-special-movie .title.is-close {
	cursor: pointer;
}
.graduate-special-movie .title.is-close span {
	display: block;
	position: relative;
}
.graduate-special-movie .title.is-close span:before,
.graduate-special-movie .title.is-close span:after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 25px;
	height: 2px;
	background: #f0acad;
	transition: .6s ease all;
}
.graduate-special-movie .title.is-close span:before {
	transform: rotate(-90deg);
}
.graduate-special-movie .title.is-close.open span:before {
	transform: rotate(0);
}
.graduate-special-movie .content.is-close {
	display: none;
}
.graduate-special-movie .content.is-close.open {
	display: block;
}
.graduate-special-movie .content ul {
	display: flex;
	flex-wrap: wrap;
}
.graduate-special-movie .content li {
	width: 49%;
	margin-left: 2%;
	margin-bottom: 2%;
	display: none;
}
.graduate-special-movie .content li.visible {
	display: block;
}
.graduate-special-movie .content li:nth-child(2n+1) {
	margin-left: 0;
}
.graduate-special-movie .content li.more {
	display: block;
	width: 100%;
	margin-top: 20px;
	cursor: pointer;
	text-align: center;
	background: #eee;
	padding: 15px;
	box-sizing: border-box;
	margin-left: 0;
}
.graduate-special-movie .content li.more span {
	display: inline-block;
	position: relative;
	padding-right: 20px;
}
.graduate-special-movie .content li.more span:after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 10px;
	height: 10px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	.graduate-special-movie {
		margin-bottom: 60px;
	}
}


/* もっと知る スライドバナー */
.more-bnr {
	background: #fffed5;
	padding-top: 60px;
	padding-bottom: 60px;
}
.more-bnr .title {
	text-align: center;
	margin-bottom: 35px;
	border-bottom: 2px solid #f0acad;
	color: #f0acad;
	padding-bottom: 20px;
}
.more-bnr .title .en {
	font-size: 35px;
	line-height: 1.2;
	font-weight: 700;
}
.more-bnr .title .h {
	font-size: 18px;
	font-weight: 700;
}
.more-bnr .content-inner {
	margin-bottom: 0;
}
.more-bnr li {
	margin-left: 25px;
	margin-right: 25px;
}
.more-bnr li img {
	max-width: 100%;
	height: auto;
}
.more-bnr li p {
	margin-top: 5px;
	text-align: center;
}
.more-bnr .slick-next,
.more-bnr .slick-prev {
	width: 30px;
	height: 30px;
}
.more-bnr .slick-next:before,
.more-bnr .slick-prev:before {
	color: #f0acad;
	font-size: 30px;
}
@media screen and (max-width: 768px) {
	.more-bnr {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.more-bnr .title {
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	.more-bnr .title .en {
		font-size: 28px;
	}
	.more-bnr .title .h {
		font-size: 14px;
	}
	.more-bnr .slick-next {
		right: -15px;
	}
	.more-bnr .slick-prev {
		left: -15px;
	}
}