@charset "utf-8";/*ページ用*/
/* ------------------------------------------------ */
.page-btm {
	text-align: center;
	background-color: var(--color5);
	background-color: var(--white);
}
.page-btm .inner {
	padding: 50px 10px 30px 10px;
}
.page-btm strong {
	display: block;
	color: var(--color2);
	font-size: 20px;
	font-size: clamp(18px, 2.8vw, 28px);
	font-family: var(--font3);
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.page-btm p {
	margin-bottom: 10px;
}
.page-btm .link {
	padding: 0px;
}
/* ------------------------------------------------ */
#mv {
	overflow: hidden;
	position: relative;
	z-index: 0;
	text-align: center;
	background-color: var(--white);
}
.video-tex {
	position: absolute;
	z-index: 4;
	left: 0px;
	top: 60%;
	transform: translateY(-60%);
	width: 100%;
	box-sizing: border-box;
	color: var(--white);
	font-family: var(--font3);
}
.mv-tex {
	padding: 0px 10px;
}
.mv-tex b {
	display: block;
	font-size: 20px;
	font-size: clamp(20px,4vw, 40px);
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 20px;
}
.mv-logo {
}
.mv-logo img {
	margin: 0px auto 20px auto;
}
.mv-logo b {
	display: block;
	font-size: 20px;
	font-size: clamp(16px,2vw, 20px);
	font-weight: 700;
	line-height: 1em;
}
.video {
	position: relative;
	z-index: 0;
	margin: 0;
	line-height: 1em;
	width: 100%;
}
.video::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	background-color: rgba(255,255,255,0.5);
	background-color: rgba(0,0,0,0.3);
	box-sizing: border-box;
	line-height: 1em;
}
@media screen and (min-width: 768px) {
	.video::after {
		height: calc(93vh);
		height: 56.25vw;
	}
}
#bg-video {
	width: 100%;
}
.video-bg {
	position: relative;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
}
/* ------------------------------------------------ */
#title {
	position: relative;
	z-index: 0;
	text-align: center;
	padding: 40px 10px;
	background-image: url("./img/title.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#title div {
	position: relative;
	z-index: 1;
	font-family: var(--font3);
}
#title span {
	display: block;
	color: rgba(255,255,255,0.5);
	color: rgba(0,0,0,1);
	color: var(--text);
	font-size: 36px;
	font-size: clamp(24px, 3.6vw, 36px);
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#title strong {
	display: block;
	font-size: 18px;
	font-size: clamp(14px,1.8vw, 18px);
	color: rgba(255,255,255,0.8);
	color: var(--gray2);
	font-weight: 400;
}
/* title------------------------------------------------ */
.title {
	line-height: 1em;
	text-align: center;
	margin-bottom: 20px;
}
.title::after {
	position: relative;
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	bottom: -20px;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right,  rgba(204,165,126,1) 0%,rgba(238,222,209,1) 47%,rgba(204,165,126,1) 100%);
}
.title h2 {
	display: block;
	font-size: 24px;
	font-size: clamp(22px, 2.4vw, 24px);
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 40px;
}
.title h2 span {
	display: block;
	font-size: 24px;
	font-size: clamp(24px, 2.4vw, 24px);
	font-family: var(--font2);
	font-weight: 400;
	line-height: 1em;
	text-transform: capitalize;
	text-transform: uppercase;
}
.title h2 b {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1em;
}
.title.h3 {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.title.h3 h3 {
	color: var(--color1);
	font-size: 36px;
	font-size: clamp(24px, 3.6vw, 36px);
	font-weight: 600;
	line-height: 1em;
	border-bottom: 2px solid var(--color1);
	margin-bottom: 40px;
	padding-bottom: 10px;
}
/* ------------------------------------------------ */
#page {
}
.div.page {
}
.pageinner {
}
#pageentry {
}
.pageentry {
}
.page-content {
}
@media screen and (max-width: 767px) {
	div.page {
		padding: 0px 10px;
	}
}
/* ------------------------------------------------ */
#page-archive {
	padding: 50px 0px;
}
/* ------------------------------------------------ */
#page-single {
	padding: 50px 0px;
}
.single-title {
	display: block;
	text-align: center;
	font-weight: 700;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.single-title h2 {
}
.single-title h2 b {
	display: block;
	color: var(--black);
	font-size: 24px;
}
.single-title h2 em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--color1);
	padding: 3px 5px;
}
.single-title h2 i {
	display: block;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
}

.single-photo {
	margin-bottom: 30px;
}
.single-photo img {
	width: auto;
	margin: 0px auto;
}
.single-content {
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.single-content {
		padding: 10px 30px;
	}
}
.single-content:last-child {
}
.single-content img {
	display: inline-block;
}
.single-content img.aligncenter {
	display: block;
	margin: 0px auto;
}
.single-content img.alignleft {
	display: block;
	margin: 0px auto 0px 0px;
}
.single-content img.alignright {
	display: block;
	margin: 0px 0px 0px auto;
}
.single-content img.alignnone {
}
.single-content h1 {
	color: var(--white);
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
	background-color: var(--color1);
	margin-bottom: 15px;
	padding: 10px 5px;
}
.single-content h2 {
	color: var(--color1);
	font-size: 26px;
	font-weight: 700;
	line-height: 1em;
	border-bottom: 3px solid var(--color1);
	margin-bottom: 15px;
	padding: 5px 5px;
}
.single-content h3 {
	color: var(--color1);
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	border-left: 5px solid var(--color1);
	margin-bottom: 15px;
	padding: 5px 5px;
}
.single-content h4 {
	color: var(--color1);
	font-size: 22px;
	margin-bottom: 15px;
}
.single-content h5 {
	color: var(--color1);
	font-size: 20px;
	margin-bottom: 15px;
}
.single-content h6 {
	color: var(--color1);
	font-size: 20px;
	margin-bottom: 15px;
}
.single-content h6 {
	font-size: 20px;
	margin-bottom: 15px;
}
.single-content p {
	margin-bottom: 15px;
}
.single-content p:last-child {
	margin-bottom: 0px;
}
.single-content p {
	margin-bottom: 20px;
}
.single-content p:last-child {
	margin-bottom: 0px;
}
.entry-footer {
	display: none;
	font-size: 0.688em;
	text-align: right;
	padding-top: 30px;
}
.single-content a {
	color: #2d84a7;
}
.single-content a:hover {
	color: #78accb;
}
/* ------------------------------------------------ */
.navigation {
}
.navigation h2 {
	display: none;
}
.navigation {
	padding: 30px 0px;
}
.nav-links {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
.nav-previous,
.nav-next {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 10px;
}
.nav-previous {
}
.nav-next {
	text-align: right;
}
.nav-links a {
	display: inline-block;
	color: #000;
	font-size: 0.8em;
	line-height: 1em;
	text-decoration: none;
	padding: 5px 10px;
}
.nav-links a:hover {
	background-color: #f2f2f2;
}
.nav-previous a::before {
	content: "<<"
}
.nav-next a::after {
	content: ">>"
}
.nav-links .meta-nav,
.nav-links .screen-reader-text {
	display: none;
}
.nav-links .post-title {
}
.wp-pagenavi {
	line-height: 1em;
	text-align: center;
	padding: 0px 0px 20px 0px;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	vertical-align: middle;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 2px;
}
.wp-pagenavi span.pages {
	display: none;
}
.wp-pagenavi span.extend {
	border: none;
}
.wp-pagenavi a.page {
	background-color: #f2f2f2;
}
.wp-pagenavi span.current {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: var(--color1);
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	background-color: var(--gray6);
}
.wp-pagenavi a:hover {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: var(--color1);
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before,
.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::after {
	content: "";
	position: absolute;
	left: 50%;;
	top: 50%;
	width: 1px;
	height: 8px;
	background-color: var(--gray1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.wp-pagenavi a.previouspostslink:hover::before,
.wp-pagenavi a.nextpostslink:hover::before,
.wp-pagenavi a.previouspostslink:hover::after,
.wp-pagenavi a.nextpostslink:hover::after {
	background-color: var(--white);
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::after {
	-webkit-transform: skewX(-35deg);
	transform: skewX(-35deg);
}
.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::before {
	-webkit-transform: skewX(35deg);
	transform: skewX(35deg);
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before {
	margin-top: -8px;
}
/* ------------------------------------------------ */
.bloc {
	position: relative;
	margin: 0px auto;
	padding: 0px;
}
@media screen and (min-width: 768px) {
/*
	.bloc {
		min-height:96vh;
	}
*/
}
/*
.bloc::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.5s linear;
}
*/
.outer {
	position: relative;
	z-index: 1;
}
.bloc .outer {
	padding: 50px 0px;
}
.inner {
}
.inner::after {
	content: "";
	display: block;
	clear: both;
}
.inner:last-child {
	margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
	.inner {
		padding: 0px 10px;
	}
}
.inner p {margin-bottom: 30px;}
.inner p:last-child {margin-bottom: 0px;}
/* ------------------------------------------------ */
#index {
}
/* --------- */
.bloc#index-news {
background-color: #ccc;
}
.bloc#index-news .outer {
}
.index-news {
}
.index-news ul {
	margin-bottom: 30px;
}
.index-news ul li {
	border-bottom: 1px dashed #000;
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.index-news ul::after {
		display: block;
		content: "";
		clear: both;
	}
	.index-news ul li {
	}
}

.index-news ul li a {
	display: block;
	text-decoration: none;
	padding: 0px 10px;
}
.index-news ul li a div {
	margin-bottom: 5px;
}
.index-news ul li a div img {
	margin: 0px auto;
}
.index-news ul li a dl {
}
.index-news ul li a dl dt {
	line-height: 1.2em;
}
.index-news ul li a dl dt span {
	display: inline-block;
	font-size: 13px;
}
.index-news ul li a dl dt em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--color1);
	padding: 3px 5px;
}
.index-news ul li a dl dt strong {
	display: block;
	font-size: 16px;
}
.index-news ul li a dl dd {
}
.index-news ul li a dl dd p {
	font-size: 13px;
	line-height: 1.4em;
}
@media screen and (max-width: 767px) {
	.index-news ul {
		display: block;
		width: auto;
	}
	.index-news ul li {
		display: block;
		margin-bottom: 10px;
		padding: 0px;
	}
	.index-news ul li a div {
		display: table-cell;
		width: 30%;
		vertical-align: top;
		padding: 0px 10px;
	}
	.index-news ul li a dl {
		display: table-cell;
		vertical-align: top;
		padding: 0px 10px;
	}
	.index-news ul li a dl dt {
		line-height: 1.2em;
	}
	.index-news ul li a dl dt span {
	}
	.index-news ul li a dl dt strong {
	}
	.index-news ul li a dl dd {
	}
}

#news {
}
.news {
}
.news-list {
}
.news-list ul {
}
.news-list ul li {
	border-bottom: 1px solid #000;
	padding: 15px 5px;
}
.news-list ul li:last-child {
	border-bottom: none;
}
.news-list ul li dl {
	margin-bottom: 15px;
}
.news-list ul li dl dt {
	border-bottom: 1px solid #ccc;
}
.news-list ul li dl dt span {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height 1em;
	padding-right: 10px;
}
.news-list ul li dl dt em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--red1);
	padding: 3px 5px;
}
.news-list ul li dl dt a {
	display: block;
	color: var(--red1);
	font-size: 20px;
	line-height: 1.4em;
	text-decoration: none;
}
.news-list ul li dl dt a:hover {
	color: var(--white);
}
.news-list ul li dl dt a strong {
}
.news-list ul li dl dd {
}
/* ------------------------------------------------ */
.pp {
}
@media screen and (min-width: 768px) {
	.pp {
		padding: 10px 20px;
	}
}
.pp-top {
	margin-bottom: 20px;
}
.pp dl {
	margin-bottom: 20px;
}
.pp dl dt {
	color: var(--color1);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.pp dl dd {
	padding: 0px 20px;
}
.pp dl dd p {
}
.pp dl dd ol {
}
.pp dl dd ol li {
}
.pp dl dd ol li ol {
	margin-left: 20px;
}
/* ------------------------------------------------ */
#index-message {
}
.index-message {
}
.index-message h2 {
	color: var(--color2);
	font-family: var(--font3);
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}
.index-message h2 b {
	display: block;
	font-size: 20px;
	font-size: clamp(18px, 2.4vw, 24px);
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 20px;
}
.index-message h2 strong {
	display: block;
	display: inline-block;
	font-size: 20px;
	font-size: clamp(32px, 4vw, 40px);
	font-weight: 400;
	line-height: 1.4em;
}
.index-message h2 strong::after {
	position: relative;
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	bottom: -20px;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right,  rgba(204,165,126,1) 0%,rgba(238,222,209,1) 47%,rgba(204,165,126,1) 100%);
}
.index-message-bloc {
}
.index-message-box {
}
.index-message-box:first-child {
	margin-bottom: 50px;
}
.index-message-img {
	padding: 10px 50px;
}
.index-message-tex {
}
@media screen and (min-width: 768px) {
	.index-message-box {
		display: flex;
		flex-wrap: nowrap;
		gap: 3px;
		align-items: stretch;
		justify-content: center;
	}
	.index-message-img,
	.index-message-tex {
		flex: 1;
	}
	.index-message-img {
		padding: 50px 50px 10px 50px;
	}
	.index-message-box:nth-child(1) {
		flex-direction: row-reverse;
	}

}
@media screen and (max-width: 767px) {

}
.index-message-img img {
	border: 10px solid var(--white);
	box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.1);
	margin: 0px auto;
}
.index-message-tex h3 {
	color: var(--color2);
	font-size: 20px;
	font-size: clamp(24px, 3vw, 30px);
	font-family: var(--font3);
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 30px;
}
.index-message-tex p {
}
.index-message-tex {
}
/* ------------------------------------------------ */
#index-merit {
	position: relative;
	background-image: url("./img/merit-bg.webp");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#index-merit::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%);
}
.index-merit {
}
.index-merit-list {
	text-align: center;
	margin-bottom: 80px;
}
.index-merit-list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: stretch;
	justify-content: center;
}
.index-merit-list ul li {
	position: relative;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	.index-merit-list ul {
		flex-wrap: nowrap;
		gap: 20px;
	}
	.index-merit-list ul li {
		flex: 1;
	}
}
@media screen and (max-width: 767px) {
	.index-merit-list ul li {
		flex: 0 0 calc(50% - 10px);
	}
}
.index-merit-list ul li span {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.index-merit-list ul li span b {
	display: block;
	color: var(--color2);
	font-size: 20px;
	font-size: clamp(16px, 2vw, 20px);
	font-family: var(--font3);
	font-weight: 400;
	line-height: 1.4em;
}
.index-merit-list ul li img {
	position: relative;
	z-index: 0;
	max-width: 220px;
	margin: 0px auto;
}
.index-merit-era {
}
.index-merit-era h3 {
	color: var(--color2);
	font-size: 20px;
	font-size: clamp(22px, 2.4vw, 24px);
	font-family: var(--font3);
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.index-merit-era p {
	text-align: center;
	margin-bottom: 30px;
}
.index-merit-era-inner {
	background-color: linear-gradient(to right,  rgba(204,165,126,1) 0%,rgba(238,222,209,1) 47%,rgba(204,165,126,1) 100%);
	background-color: rgba(255,255,255,0.5);
	border: 1px solid var(--color1);
	padding: 10px 10px;
}
@media screen and (min-width: 768px) {
	.index-merit-era-inner {
		padding: 10px 50px;
	}
}
@media screen and (max-width: 767px) {

}
.index-merit-era-inner ul {
}
.index-merit-era-inner ul li {
	position: relative;
	border-bottom: 1px dashed var(--white);
	border-bottom: 1px dashed var(--color1);
	padding: 10px 10px 10px 15px;
}
.index-merit-era-inner ul li:last-child {
	border-bottom: none;
}
.index-merit-era-inner ul li:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-color: var(--white);
	background: linear-gradient(135deg,  rgba(204,165,126,1) 0%,rgba(238,222,209,1) 47%,rgba(204,165,126,1) 100%);
	border-radius: 30px;
}
.index-merit-era-inner ul li span {
}
/* ------------------------------------------------ */
#about-top {
	position: relative;
	background-image: url("./img/about-bg1.webp");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#about-top::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0.5) 100%);
}
.about-top {
}
.about-top-box {
	text-align: center;
}
.about-top-box:first-child {
	margin-bottom: 80px;
}
.about-top-box h2 {
	color: var(--color2);
	font-size: 20px;
	font-size: clamp(22px, 2.4vw, 24px);
	font-family: var(--font3);
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

#about-tex {
}
.about-tex {
}
.about-tex-bloc {
	margin-bottom: 50px;
}
.about-tex-box {
	margin-bottom: 50px;
}
.about-tex-box:last-child {
	margin-bottom: 0px;
}
.about-tex-img {
	padding: 10px 50px;
}
.about-tex-tex {
}
@media screen and (min-width: 768px) {
	.about-tex-bloc .about-tex-box {
		display: flex;
		flex-wrap: nowrap;
		gap: 3px;
		align-items: stretch;
		justify-content: center;
	}
	.about-tex-bloc .about-tex-img,
	.about-tex-bloc .about-tex-tex {
		flex: 1;
	}
	.about-tex-bloc .about-tex-img {
		padding: 50px 50px 10px 50px;
	}
	.about-tex-bloc .about-tex-box:nth-child(odd) {
		flex-direction: row-reverse;
	}

}
@media screen and (max-width: 767px) {

}
.about-tex-bloc .about-tex-img img {
	border: 10px solid var(--white);
	box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.1);
	margin: 0px auto;
}
.about-tex-box h2 {
	color: var(--color2);
	font-size: 20px;
	font-size: clamp(24px, 3vw, 30px);
	font-family: var(--font3);
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 30px;
}
.about-tex-box p {
}

.about-dosen {
	text-align: center;
	margin-bottom: 50px;
}
.about-dosen-list {
}
.about-dosen-list ul {
}
.about-dosen-list ul li {
	position: relative;
}
.about-dosen-list ul li::after {
	content: "";
	position: absolute;
	z-index: 0;
	background-color: var(--gray5);
}
.about-dosen-list ul li:last-child {
}
.about-dosen-list ul li:last-child::after {
	display: none;
}

@media screen and (min-width: 768px) {
	.about-dosen-list ul {
		display: flex;
		flex-wrap: nowrap;
		gap: 30px;
		align-items: stretch;
		justify-content: center;
	}
	.about-dosen-list ul li {
		flex: 1;
		box-sizing: border-box;
	}
	.about-dosen-list ul li:last-child {
		flex: 0 1 350px;
	}
	.about-dosen-list ul li::after {
		right: -13px;
		top: 20px;
		width: 14px;
		height: 20px;
		clip-path: polygon(0 0, 0% 100%, 100% 50%);
	}
}
@media screen and (max-width: 767px) {
	.about-dosen-list ul {
		padding: 0px 10px;
	}
	.about-dosen-list ul li {
		margin-bottom: 20px;
	}
	.about-dosen-list ul li::after {
		left: 50%;
		transform: translateX(-50%);
		bottom: -13px;
		width: 20px;
		height: 14px;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
	}
}
.about-dosen-list ul li span {
	display: block;
	color: var(--white);
	color: var(--color2);
	border-radius: 3px;
	padding: 20px 10px;
}
.about-dosen-list ul li:nth-child(1)::after {background-color: #f5d8d0;}
.about-dosen-list ul li:nth-child(2)::after {background-color: #edc4c3;}
.about-dosen-list ul li:nth-child(3)::after {background-color: #e1a9b0;}
.about-dosen-list ul li:nth-child(1) span {background-color: #f5d8d0;}
.about-dosen-list ul li:nth-child(2) span {background-color: #edc4c3;}
.about-dosen-list ul li:nth-child(3) span {background-color: #e1a9b0;}
.about-dosen-list ul li:nth-child(4) span {background-color: #db9ba6;}

.about-dosen-list ul li span b {
	font-size: 20px;
	font-size: clamp(14px, 1.8vw, 18px);
	font-family: var(--font2);
	font-weight: 400;
	line-height: 1em;
}

.about-dosen-list ul li:nth-child(4) span b {
	font-weight: 700;
}
.about-dosen-more {
	padding: 5px 0px 0px 0px;
}
.about-dosen-more-inner {
	position: relative;
	background-color: #eae5d3;
	border-radius: 10px;
	padding: 10px;
}
.about-dosen-more-inner::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: -15px;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background-color: #eae5d3;
}
.about-dosen-more-inner b {
	display: block;
	color: #a10b0b;
	font-size: 1.2em;
	font-family: var(--font3);
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.about-dosen-more-inner p {
	text-align: left;
}
.about-hikaku {
}
.about-hikaku-inner {
}
.about-hikaku-inner dl {
}
@media screen and (min-width: 768px) {
	.about-hikaku-inner {
		display: flex;
		flex-wrap: nowrap;
		gap: 20px;
		align-items: stretch;
		justify-content: center;
	}
	.about-hikaku-inner dl {
		flex: 1;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 767px) {

}
.about-hikaku-inner dl dt {
	position: relative;
	text-align: center;
	border-radius: 3px;
	padding: 20px 10px;
}
.about-hikaku-inner dl dt::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.about-hikaku-inner dl:first-child dt,
.about-hikaku-inner dl:first-child dt::before {
	background-color: #e0e0db;
}
.about-hikaku-inner dl:last-child dt,
.about-hikaku-inner dl:last-child dt::before {
	background-color: #eae5d3;
}
.about-hikaku-inner dl dt b {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-family: var(--font3);
	font-weight: 700;
	line-height: 1.4em;
	padding: 0px 10px;
}
.about-hikaku-inner dl dt span {
	display: inline-block;
	vertical-align: middle;
	color: var(--white);
	font-weight: 700;
	line-height: 1em;
	padding: 10px 10px;
}
.about-hikaku-inner dl:first-child dt b {
	color: var(--gray2);
}
.about-hikaku-inner dl:first-child dt span {
	background-color: var(--gray2);
}
.about-hikaku-inner dl:last-child dt b {
	color: var(--color2);
}
.about-hikaku-inner dl:last-child dt span {
	background-color: var(--color2);
}
.about-hikaku-inner dl dd {
	text-align: center;
	padding: 20px 10px;
}
.about-hikaku {
}
/* ------------------------------------------------ */
#flow-top {
}
.flow-top {
	text-align: center;
}
.flow-top h2 {
	color: var(--color2);
	font-size: 20px;
	font-size: clamp(24px, 2.4vw, 24px);
	font-family: var(--font3);
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 50px;
}
.flow-list {
	margin-bottom: 50px;
}
.flow-list ul {
}
.flow-list ul li {
	position: relative;
	border-radius: 5px;
	margin-bottom: 10px;
}
.flow-list ul li::after {
	content: "";
	position: absolute;
	z-index: 0;
	background-color: var(--gray5);
}
.flow-list ul li:last-child {
}
.flow-list ul li:last-child::after {
	display: none;
}
@media screen and (min-width: 768px) {
	.flow-list ul {
		display: flex;
		flex-wrap: nowrap;
		gap: 20px;
		align-items: stretch;
		justify-content: center;
	}
	.flow-list ul li {
		flex: 1;
	}
	.flow-list ul li::after {
		right: -13px;
		top: 50%;
		transform: translateY(-50%);
		width: 14px;
		height: 20px;
		clip-path: polygon(0 0, 0% 100%, 100% 50%);
	}
}
@media screen and (max-width: 767px) {
	.flow-list ul {
		padding: 0px 10px;
	}
	.flow-list ul li {
		margin-bottom: 20px;
	}
	.flow-list ul li::after {
		left: 50%;
		transform: translateX(-50%);
		bottom: -13px;
		width: 20px;
		height: 14px;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
	}
}

.flow-list ul li:nth-child(1) {background-color: #fce7db;}
.flow-list ul li:nth-child(2) {background-color: #f5d8d0;}
.flow-list ul li:nth-child(3) {background-color: #edc4c3;}
.flow-list ul li:nth-child(4) {background-color: #e1a9b0;}
.flow-list ul li:nth-child(5) {background-color: #db9ba6;}
.flow-list ul li:nth-child(1)::after {background-color: #fce7db;}
.flow-list ul li:nth-child(2)::after {background-color: #f5d8d0;}
.flow-list ul li:nth-child(3)::after {background-color: #edc4c3;}
.flow-list ul li:nth-child(4)::after {background-color: #e1a9b0;}

.flow-list ul li dl {
}
.flow-list ul li dl dt {
	font-family: var(--font3);
	padding: 10px 0px 0px 0px;
}
.flow-list ul li dl dd {
	color: var(--color2);
	padding: 10px 10px;
}
@media screen and (min-width: 768px) {
/*
.flow-list ul li dl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
.flow-list ul li dl dt,
.flow-list ul li dl dd {
	display: table-cell;
	vertical-align: middle;
}
.flow-list ul li dl dt {
	width: 30%;
}
.flow-list ul li dl dd {
}
*/
}
@media screen and (max-width: 767px) {

}
.flow-list ul li dl dt span {
	display: inline-block;
	vertical-align: middle;
	color: var(--color1);
	font-size: 13px;
	line-height: 1em;
	background-color: var(--white);
	padding: 5px 10px;
}
.flow-list ul li dl dt span small {
}
.flow-list ul li dl dt span em {
	font-size: 20px;
	line-height: 1em;
}
.flow-list ul li dl dt b {
	display: inline-block;
	color: var(--color2);
	font-size: 18px;
	vertical-align: middle;
	padding: 5px 0px 5px 10px;
}
.flow-list ul li dl dd {
	font-weight: 400;
}
.flow-btm {
}
.flow-btm p {
	font-size: 20px;
	font-size: clamp(20px, 2.4vw, 24px);
	font-family: var(--font3);
	font-weight: 700;
	line-height: 1.8em;
}
/* ------------------------------------------------ */
#jv-top {
}
.jv-top {
	text-align: center;
}
.jv-top h2 {
	color: var(--color2);
	font-size: 20px;
	font-size: clamp(16px, 2.4vw, 24px);
	font-family: var(--font3);
	font-weight: 700;
	margin-bottom: 50px;
}
.jv-top p {
}
/* ------------------------------------------------ */
#pp {
}
.pp {
}
/* ------------------------------------------------ */