/* ------------------------------
    p-leadarea
------------------------------ */
.p-leadarea {
	margin-top: 5.2rem;
}
@media screen and (max-width: 768px) {
	.p-leadarea {
		margin-top: 26.5rem;
	}
}

.p-leadarea__txt {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.9;
	margin: 0;
}
@media screen and (max-width: 768px) {
	.p-leadarea__txt {
		font-size: 2.8rem;
		line-height: 1.6071428571;
	}
}

/* ------------------------------
    p-voice-flex
------------------------------ */
.p-voice-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.p-voice-flex {
		display: block;
	}
}

.p-voice-flex-imgarea {
	width: 36rem;
}
@media screen and (max-width: 768px) {
	.p-voice-flex-imgarea {
		width: 100%;
	}
}

.p-voice-flex-prof {
	border-radius: 1rem;
	overflow: hidden;
}

.p-voice-flex-prof__img01 {
	width: 100%;
	aspect-ratio: 12/7;
}
.p-voice-flex-prof__img01 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.p-voice-flex-prof-txtarea {
	background: var(--key_color);
	padding: 1.9rem 2.1rem 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #ffffff;
}
@media screen and (max-width: 768px) {
	.p-voice-flex-prof-txtarea {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 3.6rem 4.1rem 3rem;
	}
}

.p-voice-flex-prof-flag {
	width: 5.5rem;
}
@media screen and (max-width: 768px) {
	.p-voice-flex-prof-flag {
		width: 10rem;
	}
}

.p-voice-flex-prof-flag__txt {
	font-size: 1.3rem;
	font-weight: 500;
	margin: 0.6rem 0 0;
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	.p-voice-flex-prof-flag__txt {
		font-size: 2.6rem;
	}
}

.p-voice-flex-prof-namearea {
	width: calc(100% - 5.5rem);
	padding-left: 1.8rem;
}
@media screen and (max-width: 768px) {
	.p-voice-flex-prof-namearea {
		width: calc(100% - 10rem);
		padding-left: 3.8rem;
	}
}

.p-voice-flex-prof-namearea__name {
	font-size: 2rem;
	font-weight: bold;
	margin: 0;
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	.p-voice-flex-prof-namearea__name {
		font-size: 3.8rem;
	}
}

.p-voice-flex-prof-namearea__position {
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 500;
	margin: 0.6rem 0 0;
}
@media screen and (max-width: 768px) {
	.p-voice-flex-prof-namearea__position {
		font-size: 2.8rem;
		line-height: 1.5892857143;
	}
}

.p-voice-flex-prof-btn {
	position: relative;
	width: 6rem;
	height: 6rem;
	margin: 3rem auto 0;
	border: 1px solid #ffffff;
	border-radius: 100vh;
}

.p-voice-flex-prof-btn__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	width: 2.5rem;
	height: 2.5rem;
}
.p-voice-flex-prof-btn__inner::before, .p-voice-flex-prof-btn__inner::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.p-voice-flex-prof-btn__inner::before {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ffffff;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.p-voice-flex-prof-btn__inner::after {
	width: 1px;
	height: 100%;
	border-left: 1px solid #ffffff;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-voice-flex-prof-btn.is-open .p-voice-flex-prof-btn__inner::before {
	opacity: 0;
}
.p-voice-flex-prof-btn.is-open .p-voice-flex-prof-btn__inner::after {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	        transform: translate(-50%, -50%) rotate(-90deg);
}

.p-voice-flex-prof__img02 {
	position: relative;
	margin-top: 3rem;
	width: 35rem;
	aspect-ratio: 35/23;
}
.p-voice-flex-prof__img02 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-voice-flex-prof__img02 img {
	position: relative;
	border-radius: 1rem;
}
.p-voice-flex-prof__img02::before {
	content: "";
	position: absolute;
	bottom: -1rem;
	right: -1rem;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	background: var(--key_color);
	z-index: 0;
}

.p-voice-flex-txtarea {
	width: 68rem;
}
@media screen and (max-width: 768px) {
	.p-voice-flex-txtarea {
		width: 100%;
		margin-top: 4.5rem;
	}
}

.p-voice-flex-txtarea-box {
	position: relative;
	padding: 0.7rem 2rem 0;
}
@media screen and (max-width: 768px) {
	.p-voice-flex-txtarea-box {
		padding: 0.7rem 2rem 2rem;
	}
}
.p-voice-flex-txtarea-box::before, .p-voice-flex-txtarea-box::after {
	content: "";
	position: absolute;
	background: var(--key_color);
	width: 1.9rem;
	height: 2.4rem;
}
.p-voice-flex-txtarea-box::before {
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	        clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.p-voice-flex-txtarea-box::after {
	bottom: 0;
	right: 0;
	-webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
	        clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.p-voice-flex-txtarea-box:first-of-type {
	margin: 0;
}
.p-voice-flex-txtarea-box:nth-of-type(n+2) {
	margin: 5.3rem 0 0;
}
@media screen and (max-width: 768px) {
	.p-voice-flex-txtarea-box:nth-of-type(n+2) {
		margin: 3.3rem 0 0;
	}
}
.p-voice-flex-txtarea-box dt {
	color: #134e3b;
	font-size: 2rem;
	font-weight: bold;
	margin: 0;
}
@media screen and (max-width: 768px) {
	.p-voice-flex-txtarea-box dt {
		font-size: 2.8rem;
	}
}
.p-voice-flex-txtarea-box dd {
	margin-top: 0.6rem;
}
@media screen and (max-width: 768px) {
	.p-voice-flex-txtarea-box dd {
		margin-top: 1rem;
	}
}

.p-voice-flex-txtarea-box__txt {
	font-size: 1.5rem;
	line-height: 1.9;
	margin: 0;
}
.p-voice-flex-txtarea-box__txt a {
	color: #008482;
}
@media screen and (min-width: 769px) {
	.p-voice-flex-txtarea-box__txt a:hover {
		text-decoration: underline;
		text-underline-offset: 5px;
	}
}
@media screen and (max-width: 768px) {
	.p-voice-flex-txtarea-box__txt {
		font-size: 2.6rem;
		line-height: 1.6153846154;
	}
}

/* ------------------------------
    p-sec01
------------------------------ */
.p-sec01 {
	--key_color:#e397de;
	margin-top: 9.2rem;
}
@media screen and (max-width: 768px) {
	.p-sec01 {
		margin-top: 4.6rem;
	}
}

/* ------------------------------
    p-sec02
------------------------------ */
.p-sec02 {
	--key_color:#46c18a;
	margin-top: 7rem;
	background: #f7f7f7;
}
@media screen and (max-width: 768px) {
	.p-sec02 {
		margin-top: 6rem;
	}
}
.p-sec02 .u-wrap__1100 {
	padding: 6rem 0 5rem;
}
@media screen and (max-width: 768px) {
	.p-sec02 .u-wrap__1100 {
		padding: 9rem 0 8rem;
	}
}
@media screen and (min-width: 769px) {
	.p-sec02 .p-voice-flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
}

/* ------------------------------
    p-sec03
------------------------------ */
.p-sec03 {
	--key_color:#64adc7;
	margin-top: 5.8rem;
}
@media screen and (max-width: 768px) {
	.p-sec03 {
		margin-top: 6.6rem;
	}
}

/* ------------------------------
    p-sec04
------------------------------ */
.p-sec04 {
	--key_color:#f6b767;
	margin-top: 7rem;
	background: #f7f7f7;
}
@media screen and (max-width: 768px) {
	.p-sec04 {
		margin-top: 6rem;
	}
}
.p-sec04 .u-wrap__1100 {
	padding: 6rem 0 5rem;
}
@media screen and (max-width: 768px) {
	.p-sec04 .u-wrap__1100 {
		padding: 9rem 0 8rem;
	}
}
@media screen and (min-width: 769px) {
	.p-sec04 .p-voice-flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
}

/* ------------------------------
    p-sec05
------------------------------ */
.p-sec05 {
	--key_color:#7481c4;
	margin-top: 5.8rem;
}
@media screen and (max-width: 768px) {
	.p-sec05 {
		margin-top: 6.6rem;
	}
}

/* ------------------------------
    p-sec06
------------------------------ */
.p-sec06 {
	margin-top: 11rem;
	background: #f4f8f7;
}
@media screen and (max-width: 768px) {
	.p-sec06 {
		margin-top: 6rem;
	}
}
.p-sec06 .u-wrap__1100 {
	padding: 9rem 0 10rem;
}
@media screen and (max-width: 768px) {
	.p-sec06 .u-wrap__1100 {
		padding: 8rem 0 9.5rem;
	}
}

.p-sec06-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 3rem 2rem;
}
@media screen and (max-width: 768px) {
	.p-sec06-flex {
		display: block;
	}
}

.p-sec06-flex__item {
	width: calc(50% - 1rem);
	background: #ffffff;
	border-radius: 1rem;
	overflow: hidden;
	padding: 3.9rem 3.5rem 3.5rem 4.1rem;
}
@media screen and (max-width: 768px) {
	.p-sec06-flex__item {
		width: 100%;
		padding: 3.9rem 2.5rem 4.5rem 2.1rem;
	}
	.p-sec06-flex__item:nth-of-type(n+2) {
		margin-top: 4.5rem;
	}
}

.p-sec06-flex-prof {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.p-sec06-flex-prof__img {
	width: 23rem;
	aspect-ratio: 23/20;
	border-radius: 1rem;
	overflow: hidden;
}
.p-sec06-flex-prof__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.p-sec06-flex-prof-txtarea {
	width: calc(100% - 23rem);
	padding: 0.3rem 0 0 3rem;
}
@media screen and (max-width: 768px) {
	.p-sec06-flex-prof-txtarea {
		padding: 0.3rem 0 0 2.8rem;
	}
}

.p-sec06-flex-prof-txtarea__name {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
	line-height: 1.4444444444;
}
@media screen and (max-width: 768px) {
	.p-sec06-flex-prof-txtarea__name {
		font-size: 2.8rem;
	}
}

.p-sec06-flex-prof-txtarea__position {
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 500;
	margin: 1rem 0 0;
}
@media screen and (max-width: 768px) {
	.p-sec06-flex-prof-txtarea__position {
		font-size: 2.8rem;
	}
}

.p-sec06-flex-prof-flag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
	.p-sec06-flex-prof-flag {
		margin-top: 2.5rem;
	}
}

.p-sec06-flex-prof-flag__img {
	width: 5.5rem;
	border: 1px solid #dedede;
}
@media screen and (max-width: 768px) {
	.p-sec06-flex-prof-flag__img {
		width: 10rem;
	}
}

.p-sec06-flex-prof-flag__txt {
	font-size: 1.3rem;
	line-height: 1;
	font-weight: 500;
	padding-left: 1.3rem;
	margin: 0;
}
@media screen and (max-width: 768px) {
	.p-sec06-flex-prof-flag__txt {
		font-size: 2.6rem;
		padding-left: 2.3rem;
	}
}

.p-sec06-flex-speech {
	margin: 3.5rem 0 0;
}
@media screen and (max-width: 768px) {
	.p-sec06-flex-speech {
		margin: 6.5rem 0 0;
	}
}
.p-sec06-flex-speech dt {
	position: relative;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
	color: #134e3b;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid #134e3b;
}
@media screen and (max-width: 768px) {
	.p-sec06-flex-speech dt {
		font-size: 2.8rem;
	}
}
.p-sec06-flex-speech dt::before, .p-sec06-flex-speech dt::after {
	content: "";
	position: absolute;
	top: 100%;
	width: 0.8rem;
	height: 0.9rem;
	-webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
	        clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (max-width: 768px) {
	.p-sec06-flex-speech dt::before, .p-sec06-flex-speech dt::after {
		width: 1.8rem;
		height: 1.9rem;
		-webkit-clip-path: polygon(0 0, 0% 100%, 50% 0);
		        clip-path: polygon(0 0, 0% 100%, 50% 0);
	}
}
.p-sec06-flex-speech dt::before {
	background: #134e3b;
	left: 4.1rem;
}
@media screen and (max-width: 768px) {
	.p-sec06-flex-speech dt::before {
		width: 3.1rem;
	}
}
.p-sec06-flex-speech dt::after {
	background: #ffffff;
	left: 4rem;
}
@media screen and (max-width: 768px) {
	.p-sec06-flex-speech dt::after {
		width: 3rem;
	}
}
.p-sec06-flex-speech dd {
	margin-top: 2rem;
}
@media screen and (max-width: 768px) {
	.p-sec06-flex-speech dd {
		margin-top: 3.8rem;
	}
}

.p-sec06-flex-speech__txt {
	font-size: 1.5rem;
	line-height: 1.8666666667;
	margin: 0;
}
@media screen and (max-width: 768px) {
	.p-sec06-flex-speech__txt {
		font-size: 2.6rem;
		line-height: 1.6153846154;
	}
}
.p-sec06-flex-speech__txt a {
	color: #008482;
}
@media screen and (min-width: 769px) {
	.p-sec06-flex-speech__txt a:hover {
		text-decoration: underline;
		text-underline-offset: 5px;
	}
}
/*# sourceMappingURL=student_voice.css.map */