@charset "UTF-8";
.sub-wrap { position: relative; background: linear-gradient(to bottom, rgba(229,248,221,0) 0%,rgba(229,248,221,0.5) 50%,rgba(144,215,198,1) 100%); padding-bottom: 100px; }


.cont-wrap--sub { position: relative; }
.cont-wrap--sub::before { position: absolute; top: -53.5vw; left: 50%; transform: translateX(-50%); display: block; width: 100%; aspect-ratio: 375/360; background: url("../../img/bg_wave_sp.png") no-repeat center/100% auto; z-index: 0; content: ""; pointer-events: none; }

.sub-wrap__deco { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); display: block; z-index: 10; pointer-events: none; }
.sub-wrap__deco img { width: auto; height: 317px; }
.fvsub { position: relative; padding-top: 94px; z-index: 10; }
.fvsub-catch { margin-top: 14px; font-size: 1.5rem; font-weight: 400; line-height: 1.734; letter-spacing: 0.02em; text-indent: 0.02em; text-align: center; }
@media screen and (max-width: 680px) {
	
	
}
@media screen and (min-width: 681px) {
	.nav-wrap-outer._default { display: none; }
	.sub-wrap { padding-bottom: 160px; }
	.cont-wrap--sub::before { top: -382px; min-width: 1728px; width: 100%; aspect-ratio: 1728/680; background-image: url("../../img/bg_wave_pc.png"); background-size: 1728px auto; }
	.sub-wrap__deco { transform: translateX(-21%); }
	.sub-wrap__deco img { height: 451px; }
	.fvsub { padding-top: 180px; }
	.fvsub-catch { margin-top: 21px; font-size: 1.8rem; line-height: 1.78; }
}
@media screen and (min-width: 1401px) {
	
}
@media screen and (min-width: 1729px) {
	.cont-wrap--sub::before { top: -21vw; background-size: 100% auto; }
}

/*  for iPhone SE  */
@media screen and (max-width: 375px) and (max-height: 554px) {
	
}

/*	Short PC	*/
@media (hover: hover) and (pointer: fine) and (max-height: 800px) {
	
}

/* Voice header
-------------------------------*/
.voice__cmnttl { position: relative; padding-left: 50px; font-size: 2.0rem; font-weight: 700; line-height: 1.4; color: var(--c-faq);  }
.voice__cmnttl::before { position: absolute; top: 50%; transform: translateY(-50%); left: 0; display: block; width: 40px; height: 36px; background: url("../../common/img/icon_voice.svg") no-repeat center/contain; content: ""; }
@media screen and (min-width: 681px) {
	.voice__cmnttl { font-size: 3.0rem; }
}

/* Voice header
-------------------------------*/
.voice { margin-top: 39px; }
.voice__header {  }
.voice__header__thumb {  }
.voice__header__cont {  }
.voice__header__ttl {  }
.voice__header__ttl img { width: auto; height: 74px; }
.voice__header__info { margin-top: 24px; }
.voice__header__info img { width: auto; height: 44px; }
.voice__header__prfs { display: flex; align-items: center; margin-top: 10px; }
.voice__header__prfs__img { width: 60px; height: 60px; border-radius: 50%; }
.voice__header__prfs__txt { margin-left: 8px; }
.voice__header__prfs__txt__upper { font-size: 1.2rem; font-weight: 700; }
.voice__header__prfs__txt__who { display: flex; align-items: center; font-size: 1.6rem; font-weight: 700; }
.voice__header__prfs__txt__who::after { font-size: 1.2rem; margin-left: 4px; }
.voice__header__prfs__txt__who._occu--1::after { content: "教授"; }
.voice__header__prfs__txt__who._occu--2::after { content: "准教授"; }
.voice__header__prfs__txt__who._occu--3::after { content: "講師"; }
@media screen and (max-width: 680px) {
	.voice__header__cont { margin-top: 24px; }
	.voice__header__prfs__txt__who { margin-top: -2px; }
}
@media screen and (min-width: 681px) {
	.voice { background: #fff; margin-top: 114px; padding: 60px 60px 76px; }
	.voice__header { display: grid; grid-template-columns: 380px 1fr; grid-template-rows: 1fr; grid-column-gap: 40px; grid-row-gap: 0px; }
	.voice__header__thumb {  }
	.voice__header__cont { align-content: center; }
	.voice__header__ttl {  }
	.voice__header__ttl img { height: 110px; }
	.voice__header__info { margin-top: 30px; }
	.voice__header__info img { height: 53px; }
	.voice__header__prfs { margin-top: 35px; }
	.voice__header__prfs__img { width: 80px; height: 80px; }
	.voice__header__prfs__txt { margin-left: 16px; }
	.voice__header__prfs__txt__upper { font-size: 1.3rem; }
	.voice__header__prfs__txt__who { font-size: 1.8rem; }
	.voice__header__prfs__txt__who::after { font-size: 1.3rem; }
}


/* Intro
-------------------------------*/
.voice__intro { margin-top: 24px; }
.voice__intro__ttl { position: relative; padding-left: 50px; font-size: 2.0rem; font-weight: 700; line-height: 1.4; color: var(--c-faq);  }
.voice__intro__ttl::before { position: absolute; top: 50%; transform: translateY(-50%); left: 0; display: block; width: 40px; height: 36px; background: url("../../common/img/icon_voice.svg") no-repeat center/contain; content: ""; }
.voice__intro__txt-wrap { margin-top: 11px; }
.voice__intro__txt { font-size: 1.5rem; font-weight: 400; line-height: 2; text-align: justify; }
.voice__intro__txt:not(:first-of-type) { margin-top: 27px; }
@media screen and (max-width: 680px) {
	.voice__intro__deco { display: none; }
}
@media screen and (min-width: 681px) {
	.voice__intro { position: relative; margin-top: 53px; }
	.voice__intro__ttl { font-size: 3.0rem; }
	.voice__intro__txt-wrap { margin-top: 28px; margin-right: 200px; }
	.voice__intro__deco { position: absolute; bottom: 0; right: 0px; width: 200px; }
}



/* Curriculum
-------------------------------*/
.voice__crcl-outer { margin-top: 73px; }
.voice__crcl-ttl { font: 900 4.0rem var(--ff-inti); line-height: 1; letter-spacing: 0.02em; text-indent: 0.02em; text-align: center; }
.voice__crcl-ttl span { color: var(--c-faq); }
.voice__crcl-wrap { margin-top: 27px; }
.voice__crcl {  }
.voice__crcl__ttl { display: flex; align-items: center; }
.voice__crcl__ttl__circle { display: flex; justify-content: center; align-items: center; width: 60px; height: 60px; border-radius: 50%; margin-right: 10px; font-size: 1.2rem; font-weight: 700; line-height: 1; text-align: center; color: #fff; }
.voice__crcl__ttl__circle::after { content: "年次"; }
.voice__crcl__ttl__txt { flex: 1; font-size: 1.8rem; font-weight: 700; line-height: 1.56; }
.voice__crcl__txt { margin-top: 10px; font-size: 1.4rem; font-weight: 400; line-height: 2; text-align: justify; }

.voice__crcl:nth-of-type(1) .voice__crcl__ttl__circle { background: #91de71; }
.voice__crcl:nth-of-type(1) .voice__crcl__ttl__txt { color: #91de71; }
.voice__crcl:nth-of-type(2) .voice__crcl__ttl__circle { background: #73d380; }
.voice__crcl:nth-of-type(2) .voice__crcl__ttl__txt { color: #73d380; }
.voice__crcl:nth-of-type(3) .voice__crcl__ttl__circle { background: #54c88e; }
.voice__crcl:nth-of-type(3) .voice__crcl__ttl__txt { color: #54c88e; }
.voice__crcl:nth-of-type(4) .voice__crcl__ttl__circle { background: #36bd9d; }
.voice__crcl:nth-of-type(4) .voice__crcl__ttl__txt { color: #36bd9d; }
@media screen and (max-width: 680px) {
	.voice__crcl:not(:first-of-type) { margin-top: 34px; }
}
@media screen and (min-width: 681px) {
	.voice__crcl-outer { margin-top: 183px; }
	.voice__crcl-ttl { font-size: 6.0rem; }
	.voice__crcl-wrap { position: relative; margin-top: 39px; }
	.voice__crcl-wrap::before { position: absolute; top: 0; left: 34px; display: block; width: 1px; height: calc(100% - 5px); background: #ccc; content: ""; z-index: 0; }
	.voice__crcl { position: relative; }
	.voice__crcl:not(:last-of-type) { padding-bottom: 41px; }
	.voice__crcl__ttl__circle { width: 70px; height: 70px; margin-right: 20px; font-size: 1.4rem; }
	.voice__crcl__ttl__txt { font-size: 2.2rem; }
	.voice__crcl__txt { margin-top: -3px; padding-left: 90px; font-size: 1.5rem; }
}


/* Theme
-------------------------------*/
.voice__theme { position: relative; background: var(--c-faq); margin-top: 73px; padding: 30px 20px 40px; }
.voice__theme__label { position: absolute; left: 50%; transform: translateX(-50%); top: -16px; display: flex; justify-content: center; align-items: center; height: 32px; background: #000; border-radius: 16px; padding: 0 20px 2px; font-size: 1.3rem; font-weight: 700; line-height: 1; text-align: center; color: #fff; }
.voice__theme__ttl { display: block; background: #fff; padding: 11px 0 12px; font-size: 1.8rem; font-weight: 700; line-height: 1.3; text-align: center; color: var(--c-faq); }
.voice__theme__catch,
.voice__theme__txt { color: #fff; }
.voice__theme__catch { font-size: 1.8rem; font-weight: 700; line-height: 1.56; }
.voice__theme__txt { font-size: 1.4rem; font-weight: 400; line-height: 2; text-align: justify; }
.voice__theme__img {  }
@media screen and (max-width: 680px) {
	.voice__theme,
	.voice__theme__ttl { margin-left: -20px; margin-right: -20px; }
	.voice__theme__img { margin-top: 23px; }
	.voice__theme__catch { margin-top: 24px; }
	.voice__theme__txt { margin-top: 16px; }
}
@media screen and (min-width: 681px) {
	.voice__theme { display: grid; grid-template-columns: 1fr 255px; grid-template-rows: repeat(3, auto); grid-column-gap: 40px; grid-row-gap: 0px; margin-top: 133px; padding: 34px 60px 60px; }
	.voice__theme__label { top: -20px; height: 40px; border-radius: 20px; padding: 0 26px 2px; font-size: 1.6rem; }

	.voice__theme__ttl { grid-area: 1 / 1 / 2 / 3; }
	.voice__theme__catch { grid-area: 2 / 1 / 3 / 3; }
	.voice__theme__txt { grid-area: 3 / 1 / 4 / 2; }
	.voice__theme__img { grid-area: 3 / 2 / 4 / 3; } 


	.voice__theme__ttl { margin-left: -26px; margin-right: -26px; margin-bottom: 26px; padding: 10px 0 12px; font-size: 2.2rem; }
	.voice__theme__catch { margin-bottom: 14px; font-size: 2.2rem; line-height: 1.72; }
	.voice__theme__txt { font-size: 1.5rem; }
	.voice__theme__img { align-self: center; }
	.voice__theme__img img { width: 100%; height: 100%; object-fit: cover; }
}


/* Result
-------------------------------*/
.voice__result-outer {  }
.voice__result-ttl { background: var(--c-lgreen50); margin-bottom: 20px; padding: 14px 0 16px; font-size: 1.6rem; font-weight: 700; line-height: 1.3; text-align: center; color: var(--c-faq); }
.voice__result-wrap { position: relative; display: flex; align-items: center; }
.voice__result-deco { position: absolute; top: -0px; left: 37%; transform: translateX(20%); display: block; width: 220px; z-index: 10; }
.voice__result { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 295px; aspect-ratio: 1/1; background: var(--g-green45deg); border-radius: 50%; padding: 0 52px; }
.voice__result__ttl { font-size: 1.7rem; font-weight: 700; line-height: 1.3; text-align: center; color: #fff; }
.voice__result__txt { margin-top: 13px; font-size: 1.2rem; font-weight: 400; line-height: 1.834; text-align: justify; color: #fff; }
.voice__result-msg { display: flex; justify-content: space-between; align-items: flex-start; margin-top: 20px; }
.voice__result-msg__thumb { width: 50px; height: 50px; background: var(--c-faq); border-radius: 50%; overflow: hidden; margin-right: 10px; }
.voice__result-msg__txt { flex: 1; background: var(--c-bgreen30); border-radius: 20px; padding: 14px 20px 16px; font-size: 1.3rem; font-weight: 400; line-height: 1.846; text-align: justify; }
@media screen and (max-width: 680px) {
	.voice__result-outer { background: #fff; margin-left: -20px; margin-right: -20px; padding: 40px 20px 0; }
	.voice__result-ttl { margin-left: -20px; margin-right: -20px; }
	.voice__result-wrap { flex-direction: column; }
	.voice__result:first-of-type { transform: translateX(-72px); }
	.voice__result:not(:first-of-type) { margin-top: 10px; }
}
@media screen and (min-width: 681px) {
	.voice__result-outer { margin-top: 120px; }
	.voice__result-ttl { margin-bottom: 30px; padding: 14px 0 17px; font-size: 2.2rem; }
	.voice__result-wrap { justify-content: space-between; width: calc(100% - 40px); margin-left: auto; margin-right: auto; }
	.voice__result-wrap::before { position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: block; width: 502px; height: 168px; background: url("../../common/img/deco_voice_result.svg") no-repeat center/contain; content: ""; z-index: 0; }
	.voice__result-deco { top: 50%; transform: translate(-50%, -50%); }
	.voice__result { position: relative; width: 340px; padding: 0 60px; z-index: 10; }
	.voice__result__ttl { font-size: 2.0rem; }
	.voice__result__txt { margin-top: 14px; font-size: 1.4rem; line-height: 1.857; }
	.voice__result-msg { margin-top: 30px; }
	.voice__result-msg__thumb { width: 80px; height: 80px; margin-right: 20px; }
	.voice__result-msg__txt { padding: 13px 20px 15px; font-size: 1.4rem; line-height: 1.857; text-align: left; }
	.voice:first-of-type .voice__result-deco { transform: translate(-7%, -53.5%); width: 240px; }
}


/* Vision
-------------------------------*/
.voice__vision {  }
.voice__vision__ttl {  }
.voice__vision__txt { font-size: 1.5rem; font-weight: 400; line-height: 2; text-align: justify; }
.voice__vision__thumb {  }
.voice__vision__msg { background: var(--c-bgreen30); border-radius: 20px; padding: 14px 20px 16px; font-size: 1.3rem; font-weight: 700; line-height: 1.846; text-align: justify; }
@media screen and (max-width: 680px) {
	.voice__vision { background: #fff; margin-left: -20px; margin-right: -20px; padding: 55px 20px 194px; }
	.voice__vision__txt { margin-top: 11px; }
	.voice__vision__thumb { margin-top: 23px; }
	.voice__vision__msg { margin-top: 30px; }
}
@media screen and (min-width: 681px) {
	.voice__vision { display: grid; grid-template-columns: 1fr 285px; grid-template-rows: repeat(3, auto); grid-column-gap: 40px; grid-row-gap: 0px; margin-top: 116px; }
	.voice__vision__ttl { grid-area: 1 / 1 / 2 / 3; margin-bottom: 34px; }
	.voice__vision__txt { grid-area: 2 / 1 / 3 / 2; margin-top: -9px; }
	.voice__vision__thumb { grid-area: 2 / 2 / 4 / 3; }
	.voice__vision__msg { grid-area: 3 / 1 / 4 / 2; align-content: center; width: 410px; margin-top: 33px; padding: 33px 40px; font-size: 1.4rem; line-height: 2; }
}



/* 
-------------------------------*/

@media screen and (max-width: 680px) {
	
}
@media screen and (min-width: 681px) {
	
	
}



/* 
-------------------------------*/

@media screen and (max-width: 680px) {
	
}
@media screen and (min-width: 681px) {
	
	
}



/* 
-------------------------------*/

@media screen and (max-width: 680px) {
	
}
@media screen and (min-width: 681px) {
	
	
}



/* 
-------------------------------*/

@media screen and (max-width: 680px) {
	
}
@media screen and (min-width: 681px) {
	
	
}



/* 
-------------------------------*/

@media screen and (max-width: 680px) {
	
}
@media screen and (min-width: 681px) {
	
	
}
