@charset "utf-8";

.mainV {
	background: url(/area/assets/images/pass/mainV_bg.png) center 0 no-repeat;
	margin-block: 0 clamp(25px, var(--sp-25px), 45px);
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 601px) {
	.mainV {
		height: 480px;
		align-items: center;
	}
}
@media screen and (max-width: 600px) {
	.mainV {
		aspect-ratio: 1 / 1;
		background: url(/area/assets/images/pass/mainV_bg_sp.png) center 0 / contain no-repeat;
	}
}
h1 {
	font-family: var(--fontFamily-sans-noto);
	font-weight: 800;
	text-align: center;
	width: clamp(295px, 78.666vw, 480px);
	height: clamp(190px, 50.666vw, 285px);
	background: rgba(255, 255, 255, 0.93);
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.35));
	margin-inline: auto;
	border-radius: 20px;
}
@media screen and (max-width: 600px) {
	h1 {
		margin-block: 50px 0;
	}
}
h1 p {
	margin-block: 0;
	line-height: 1.17;
}
.catchPhrase {
	background: url(/area/assets/images/pass/h1_balloon.svg) center 0 / contain no-repeat;
	font-size: clamp(2.3rem, var(--sp-23px), 3.1rem);
	line-height: 1;
	height: clamp(56px, var(--sp-56px), 74px);
	margin-block: -32px 0;
	padding-block: clamp(9px, var(--sp-9px), 11px) 0;
}
@media screen and (max-width: 600px) {
}
.subCatch {
	font-size: clamp(2.7rem, var(--sp-27px), 4.2rem);
	color: #22396c;
	font-weight: 900;
	line-height: 1;
	margin-block: 0 8px;
}
.mainCatch {
	font-size: clamp(4.6rem, var(--sp-46px), 7.2rem);
	color: #e51016;
}

.leadTxt {
	text-align: center;
}
.leadTxt h2 {
	font-family: var(--fontFamily-sans-noto);
	font-weight: 800;
	font-size: clamp(1.8rem, var(--sp-18px), 2.6rem);
	margin-block: 0 15px;
}
.leadTxt strong {
	text-decoration: underline;
	color: #000;
}
@media screen and (max-width: 600px) {
	.leadTxt {
		text-align: left;
		margin-inline: var(--sp-20px);
		font-feature-settings: 'halt';
	}
}

/**************************************
中学生
**************************************/
.msVoiceWrap {
	background: url(/area/assets/images/pass/cherry_blossom.png) center -10px no-repeat, linear-gradient(to bottom, #fffcf2 0%, #fff2f2 100%);
	border-top: solid 10px #ff5900;
	margin-block: clamp(50px, var(--sp-50px), 60px) 0;
	padding-block: 0 clamp(60px, var(--sp-60px), 110px);
}
.hsVoiceWrap {
	background: url(/area/assets/images/pass/cherry_blossom.png) center -10px no-repeat, linear-gradient(to bottom, #fffcf2 0%, #fff2f2 100%);
	border-top: solid 10px #eb2460;
	margin-block: 0 clamp(5px, var(--sp-5px), 50px);
}
@media screen and (max-width: 600px) {
	.msVoiceWrap,
	.hsVoiceWrap {
		background-image: url(/area/assets/images/pass/cherry_blossom_sp.png);
		background-size: contain;
	}
}

.h2_sub {
	font-size: clamp(2.3rem, var(--sp-23px), 3.4rem);
	color: #fff;
	line-height: 1;
	font-family: var(--fontFamily-sans-noto);
	font-weight: 700;
	text-align: center;
	margin-block: -52px 5px;
	margin-inline: auto;
	padding-block: clamp(12px, var(--sp-12px), 14px) 0;
	border-radius: 100px;
	height: clamp(60px, var(--sp-60px), 78px);
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.35));
}
.msVoiceWrap .h2_sub {
	background: url(/area/assets/images/pass/ms_h2Sub_balloon.svg) center 0 / contain no-repeat;
}
.hsVoiceWrap .h2_sub {
	background: url(/area/assets/images/pass/hs_h2Sub_balloon.svg) center 0 / contain no-repeat;
}
@media screen and (max-width: 600px) {
	.h2_sub {
		margin-block: -32px 5px;
	}
}

.msVoiceWrap h2,
.hsVoiceWrap h2 {
	font-family: var(--fontFamily-sans-noto);
	font-size: clamp(2.4rem, var(--sp-24px), 3.8rem);
	text-align: center;
	margin-block: 0 43px;
}
@media screen and (max-width: 600px) {
	.msVoiceWrap h2,
	.hsVoiceWrap h2 {
		margin-block: 15px 25px;
	}
}

.voiceWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 0;
	max-width: 1020px;
	width: 100%;
	gap: max(15px, min(5.333vw, 30px)) min(3vw, 40px);
}
.voiceBox {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 10px 0 0;
	width: calc((100% - 50px) / 2);
	background-color: #fff;
	border: 2px solid #ff5900;
	border-radius: 10px;
}
@media screen and (max-width: 834px) {
	.voiceWrap {
		padding: 0 20px;
		width: 100%;
	}
	.voiceBox {
		width: 100%;
	}
}
.voiceBox::before {
	content: '';
	width: 70px;
	height: 80px;
	position: absolute;
	left: 2%;
	top: 2%;
	z-index: 1;
	background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/top/congrats.svg) no-repeat right top/100%;
}
.voiceBox.seiseki::before {
	background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/voice/icon_seiseki.png);
}
.voiceBox.yaruki::before {
	width: 65px;
	background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/voice/icon_yaruki.png);
}
.voiceBox.thanks::before {
	background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/voice/icon_thanks.png);
}
.voiceBox.online::before {
	background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/voice/icon_online.png);
}
@media screen and (min-width: 835px) {
	.voiceBox.online::before {
		width: 80px;
		left: 1%;
	}
}
.voiceBox.icon_gokaku::before {
	background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/voice/icon_gokaku.svg) no-repeat right top/100%;
}

.voiceCatch {
	margin-right: -0.6em;
	margin-bottom: 5px;
	padding: 0 20px 0 90px;
	width: 100%;
	font-feature-settings: 'palt' 1;
	font-family: var(--fontFamily-serif-noto);
	font-size: clamp(2rem, var(--sp-20px), 2.2rem);
	font-weight: 900;
	color: #e51016;
	line-height: 1.3;
}
.voiceCatch span {
	display: block;
	padding-top: 5px;
}
.voiceSchool_Name {
	margin-bottom: 5px;
	padding: 0 0px 0 91px;
	overflow: visible;
	position: relative;
}
#lower_container .voiceSchoolName_school,
#lower_container .voiceSchoolName_name {
	margin-bottom: 0;
}
.voiceSchoolName_school,
.voiceSchoolName_name {
	line-height: 1.4;
}
.voiceSchoolName_school {
	padding-right: 10px;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
	.voiceSchoolName_school {
		font-size: max(4vw, 1.3rem);
	}
}
.voiceImage {
	line-height: 0;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	position: relative;
}
.voiceBottom_wrap {
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin: auto 0 0;
	padding: 0 0 10px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
}
/*
@media all and (-ms-high-contrast: none) {
    .voiceBottom_wrap {
        height: 198px;
    }
    .voiceBottom_wrap.pic {
        height: auto;
    }
}
*/
.voiceBottom_wrap.mov {
	height: auto;
}
.voiceBottom_wrap.tm0 {
	margin-top: 0;
}
@media screen and (max-width: 834px) {
	.voiceBottom_wrap img {
		height: auto;
	}
}
.voiceImage > img {
	width: 100%;
}
.voiceImage > .voiceImgBtn {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background: none;
}
.voiceImage > .voiceImgBtn::after {
	content: none;
}
.voiceImage > .voiceImgBtn img {
	width: 100%;
}
.voiceImage_wrap {
	width: auto;
}
.voicePassImg {
	background-color: #ffffff;
	margin-bottom: 10px;
	text-align: center;
}
.voicePassImg img {
	display: block;
	width: auto;
	max-width: calc(100% - 60px);
	height: auto;
	margin: 0 auto;
}
.voicePassImg.full img {
	max-width: 100%;
}
.voicePassImg.fit {
	margin-bottom: 10px;
}
.voicePassImg.fit img {
	max-width: 100%;
}
.ie .voicePassImg.fit img {
	margin-top: -144px;
}
.voicePassImg.pic {
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.voicePassImg.pic img {
	max-width: 100%;
}
.js-modal-btn {
	display: block;
	position: relative;
	cursor: pointer;
}
.movie-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 271px;
}
.movie-wrap:hover {
	cursor: pointer;
	opacity: 0.8;
}
.movieSliderList_img.movPlay {
	position: relative;
}
.movieSliderList_img.movPlay:before {
	content: '';
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 17.6%;
	height: 19%;
	background: url(/mega/wp-content/themes/site/images/common/movIcon.svg) 50% 50% / contain no-repeat;
	opacity: 0.9;
}
.movie-wrap::after {
	padding-top: 0;
	display: block;
	content: '';
}
@media screen and (max-width: 834px) {
	.movie-wrap {
		text-align: center;
		height: 36vw;
	}
}
@media screen and (max-width: 600px) {
	.movie-wrap {
		height: 50vw;
	}
}
.movie-wrap::after {
	padding-top: 56.25%;
	display: block;
	content: '';
}
body.voice .movie-wrap::after,
body.voice_seiseki .movie-wrap::after,
body.voice_online .movie-wrap::after,
body.voice_yaruki .movie-wrap::after,
body.voice_thankyou .movie-wrap::after,
body.goukaku .movie-wrap::after {
	padding-top: 0;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.textButton_wrap {
	align-items: center;
	padding: 17px 20px 15px;
}
#lower_container .voiceImage_wrap p {
	margin-bottom: 0;
}
.voiceImage_wrap p {
	align-self: flex-end;
	justify-content: flex-end;
	width: 100%;
	font-weight: normal;
	line-height: 1.5;
}
.voiceImgBtn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 370px;
	margin-inline: auto;
	background-color: #ff5900;
	box-shadow: 0 5px 0 #872f00;
	border-radius: 100px;
	transition: 0.2s;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	line-height: 1.2;
	font-family: var(--fontFamily-sans-noto);
	font-weight: 600;
	font-size: 1.8rem;
}
.voiceImgBtn:hover {
	transform: translateY(5px);
	box-shadow: none;
	opacity: 1;
	color: #fff;
}
.voiceImgBtn::after {
	content: '';
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 16px;
	width: 25px;
	height: 25px;
	background: url(/mega/wp-content/themes/site/images/pass/passBtn.svg) 0 0 / contain no-repeat;
}
@media screen and (max-width: 600px) {
	.voiceImgBtn::after {
		right: 3.6vw;
		width: 4.667vw;
		height: 4.667vw;
	}
}
.voiceImgBtn span {
	padding: clamp(15px, 4vw, 20px);
	width: 100%;
	text-align: center;
}
.voiceImgBtn br {
	display: none;
}

@media all and (-ms-high-contrast: none) {
	.voiceImgBtn span {
		padding: 15px;
	}
}

.pInterview {
	width: auto;
	height: 70px;
	background: #fff;
	border: 1px solid #e3667b;
	border-radius: 4px;
	font-size: 18px;
	color: #e3667b;
	font-weight: bold;
	margin: 10px 20px 20px;
	box-shadow: 0 2px #e3667b;
	position: relative;
}
.pInterview:hover {
	opacity: 0.8;
}
.pInterview::before {
	content: '';
	background: url('/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/voice/pass_icon_balloon.png') center center/contain no-repeat;
	height: 60px;
	width: 60px;
	margin-right: 14px;
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translate(0%, -50%);
}
.pInterview::after {
	content: '▶︎';
	font-size: 11px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translate(0%, -50%);
}
.pInterview a {
	display: block;
	color: #e3667b;
	height: 100%;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	text-indent: 2em;
}

/* モーダル内スタイル */
.voiceImgBox {
	padding: clamp(10px, var(--sp-10px), 40px);
}
.voiceImgBox .title {
	font: bold 2.4rem/1.4 dnp-shuei-mgothic-std, sans-serif;
	text-align: center;
	margin-bottom: 1rem;
}
.voiceImgBox_img {
	border: solid 1px #ddd;
	line-height: 0;
}
.voiceImgBox_img img {
	width: 100%;
}
.voiceImgBox_txt {
	padding: clamp(10px, var(--sp-10px), 20px) clamp(20px, var(--sp-20px), 40px);
	margin: 0;
	background: #fffbf2;
}
.voiceImgBox_txt h3 {
	font-size: clamp(2.2rem, var(--sp-22px), 3rem);
	text-align: center;
	font-family: YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
}
.voiceImgBox_txt h4 {
	margin: 20px 0 10px;
	text-align: justify;
	line-height: 1.3;
	font-family: YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
}
.voiceImgBox_txt h4::before {
	content: '■';
}
.voiceImgBox_txt p {
	text-align: justify;
}
.voiceImgBox_txt p {
	padding: 0 1em;
	background: linear-gradient(#ccc 1px, transparent 1px) #fffbf2;
	background-size: auto 2.5em;
	line-height: 2.5em;
	font-size: clamp(1.4rem, var(--sp-14px), 1.7rem);
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.voiceImgBox_txt table {
	margin: 20px 0;
	width: 100%;
}
.voiceImgBox_txt th {
	padding: 10px;
	text-align: center;
	border: 1px solid #000;
}
.voiceImgBox_txt td {
	padding: 10px;
	text-align: center;
	border: 1px solid #000;
}
.voice p.disclaimer {
	width: 1190px;
}
.voice_movie {
	width: 100%;
	height: auto;
	margin: 0 0 30px;
}
.voice_movie iframe {
	width: 100%;
	height: 336px;
	border: solid 1px #333;
}
.voiceImgBox_trans {
	position: relative;
	margin: 30px auto 40px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	text-decoration: underline;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'Yu Mincho', 'YuMincho', 'HGP明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.voiceImgBox_trans::after {
	content: '';
	position: absolute;
	top: 120%;
	left: calc(50% - 30px);
	border: 30px solid transparent;
	border-top: 15px solid #ddd;
}

/* 体験記エリア・下層各ページの体験記設定 */
.voiceBox_Underlayer {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	padding: 25px 0 0;
	width: calc((100% - 50px) / 2);
	background-color: #fefaef;
	border: 3px solid #f29d42;
	border-radius: 3px;
}
.voice_Underlayer .fvStandardWrapH1_subTop {
	font-size: 58%;
	line-height: 1.3;
}
.voiceBox_Underlayer::before {
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateY(-50%);
	transform: translateX(-50%);
	top: -20px;
	z-index: 1;
	background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/voice/obj_pushpin.svg) no-repeat right top/100%;
}
.icon_seiseki::after {
	content: '';
	width: 100px;
	height: 110px;
	position: absolute;
	right: 1%;
	top: 1%;
	z-index: 1;
	background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/voice/icon_seiseki.png) no-repeat right top/100%;
}
.icon_yaruki::after {
	content: '';
	width: 88px;
	height: 110px;
	position: absolute;
	right: 1%;
	top: 1%;
	z-index: 1;
	background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/voice/icon_yaruki.png) no-repeat right top/100%;
}
.icon_thanks::after {
	content: '';
	width: 100px;
	height: 110px;
	position: absolute;
	right: 1%;
	top: 1%;
	z-index: 1;
	background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/voice/icon_thanks.png) no-repeat right top/100%;
}
.icon_online::after {
	content: '';
	width: 100px;
	height: 61px;
	position: absolute;
	right: 1%;
	top: 1%;
	z-index: 1;
	background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/voice/icon_online.png) no-repeat right top/100%;
}
.voice_Underlayer .voiceBox {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	padding: 30px 0 0;
	width: calc((100% - 50px) / 2);
	background-color: #fefaef;
	border: 3px solid #febc3c;
}
.voiceCatch_Underlayer {
	margin-right: -0.6em;
	margin-bottom: 5px;
	padding: 0 110px 0 15px;
	width: 100%;
	font-feature-settings: 'palt' 1;
	font-size: 2.2rem;
	font-weight: bold;
	color: #e91152;
	line-height: 1.3;
}
.voiceBox_Underlayer .voicePassImg img {
	max-width: 100%;
}
.voiceBox_Underlayer .voiceImgBox {
	padding: 0 15px;
}
.voiceBox_Underlayer .voiceImgBox_trans {
	margin: 0 auto 20px;
}
.voiceBox_Underlayer .voiceImgBox_txt {
	padding: 10px 0 0;
}
.voiceBox_Underlayer .voiceSchool_Name {
	padding: 0 0 10px 15px;
}
.voiceBox_Underlayer .voiceBottom_wrap {
	background-color: #fefaef;
	margin-top: 0;
}

/**************************************
高校生
**************************************/
.passContWrap {
	position: relative;
	margin-bottom: 60px;
}
.passLists {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px 40px;
	grid-gap: max(15px, min(5.333vw, 30px)) min(3vw, 40px);
	justify-content: center;
	margin: 0 auto;
	padding: 0 20px 100px;
	max-width: 1060px;
	width: 100%;
}
.passContWrap.catOn .passLists {
	animation: opOn 1.5s;
}
@keyframes opOn {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.passLists_box {
	display: flex;
	flex-direction: column;
	padding-top: 15px;
	border: 3px solid #cba848;
	background-color: #fffdf7;
}
.passLists_box .js-modal-btn:before {
	content: '';
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 21%;
	height: 23%;
	background: url(/mega/wp-content/themes/site/images/common/movIcon.svg) 50% 50% / contain no-repeat;
	opacity: 0.9;
}
.passListsBox_ttl {
	margin-bottom: 15px;
	color: #bb0004;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 900;
	min-height: 95px;
}
.passListsBox_ttl span {
	display: block;
	padding-left: 0.5em;
	text-indent: -0.5em;
	line-height: inherit;
	font-family: inherit;
}
.passListsBox_ttl span:first-of-type {
	margin-bottom: 3px;
}
.passListsBox_txt {
	position: relative;
	z-index: 1;
	margin-bottom: 19px;
}
.passListsBox_txt::after {
	content: '';
	position: absolute;
	top: -24px;
	right: 14px;
	width: 129px;
	height: 124px;
	background: url(/mega/wp-content/themes/site/images/pass/passStamp.svg) 50% 50% / contain no-repeat;
	transform: rotate(10deg);
}
.ao_recom .passListsBox_txt::after {
	background-image: url(/mega/wp-content/themes/site/images/pass/pentagon.svg);
}
@media screen and (min-width: 601px) {
	.ao_recom .passListsBox_txt::after {
		top: -20px;
	}
}
.passListTxt_univ {
	margin-bottom: 8px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	-webkit-font-feature-settings: 'halt';
	font-feature-settings: 'halt';
}
.passListTxt_univ::before {
	content: '【合格校】';
	display: block;
	margin-bottom: 3px;
}
.passListTxt_name {
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 1.2;
}
.passListsBox_img {
	margin: auto 35px 23px;
	height: 210px;
	border: 1px solid #777;
	background-color: #fff;
}
.passListsBox_img img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	max-width: none;
	height: 100%;
}
.ie .passListsBox_img {
	position: relative;
	overflow: hidden;
}
.ie .passListsBox_img img {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: auto;
	max-width: none;
}
.onMovie .passListsBox_img {
	cursor: pointer;
	position: relative;
}
.onMovie .passListsBox_img:hover {
	opacity: 0.7;
}
.onMovie .passListsBox_img:not(.playMovie) {
	position: relative;
}
.onMovie .passListsBox_img:not(.playMovie)::before,
.onMovie .passListsBox_img:not(.playMovie)::after {
	content: '';
	position: absolute;
}
.onMovie .passListsBox_img::before {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 18.6%;
	height: 22%;
	background: url(/mega/wp-content/themes/site/images/common/movIcon.svg) 50% 50% / contain no-repeat;
	opacity: 0.9;
}
.onMovie .passListsBox_img::after {
	top: 0;
	left: 0;
	width: 113px;
	width: min(35.4%, 140px);
	height: 31px;
	height: min(19.3%, 40px);
	background: url(/mega/wp-content/themes/site/images/pass/movieCap.svg) 50% 50%/80px auto no-repeat, #fff;
	background-size: min(70%, 105px);
}
.onMovie .passListsBox_img iframe {
	width: 100%;
	height: 100%;
}
.passListsBox_img + .passListsBox_btnwrap {
	margin-top: 0;
}
.passListsBtnwrap_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 20px 0;
	max-width: 370px;
	background-color: #eb2460;
	box-shadow: 0 5px 0 #86032b;
	border-radius: 100px;
	transition: 0.2s;
	cursor: pointer;
	text-decoration: none;
}
.passListsBtnwrap_btn:hover {
	transform: translateY(5px);
	box-shadow: none;
	opacity: 1;
}
.passListsBtnwrap_btn::after {
	content: '';
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 16px;
	width: 25px;
	height: 25px;
	background: url(/mega/wp-content/themes/site/images/pass/passBtn.svg) 0 0 / contain no-repeat;
}
.passListsBtn_img {
	position: absolute;
	left: 35px;
	width: 53px;
	height: 75px;
}
.passListsBtn_txt {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.passListsBtn_txt span {
	display: inline-block;
	line-height: 1;
}

/* 顔NGの体験記用スタイル */
/* 吹き出し */
.noMovie .passImage_wrap:hover .passListsBtnwrap_btn {
	transform: translateY(3px);
	box-shadow: none;
	opacity: 1;
}
.noMovie .passBottom_wrap {
	margin-top: auto;
	padding: 19px 23px 23px;
	background-color: #fff;
}
.noMovie .passImage_wrap:hover {
	opacity: 1;
}
.noMovie .passBottom_wrap::before {
	content: '';
	display: block;
	margin-bottom: 10px;
	width: 100%;
	height: 17px;
	background: url(/mega/wp-content/themes/site/images/voice/voiceBottom_wrap.svg) 50% 0 / contain no-repeat;
}
.noMovie .passListsBox_img {
	position: relative;
	margin: 0 0 23px;
	width: 100%;
	height: auto;
	border: 0;
	background: none;
}
.noMovie .passListsBox_img div {
	width: 100%;
	height: 100%;
	border: 2px solid #777;
	border-radius: 8px;
	overflow: hidden;
}
.noMovie .passImage_wrap:hover .passListsBox_img div {
	opacity: 0.7;
}
.noMovie .passListsBox_img::after {
	content: '';
	position: absolute;
	transform: translateX(-50%);
	top: calc(100% - 3px);
	left: 50%;
	width: 25px;
	height: 16px;
	background: url(/mega/wp-content/themes/site/images/voice/voicePassImg.svg) 50% 0/100% auto no-repeat;
}
.noMovie .passListsBox_img img {
	height: auto;
}
.noMovie .passListsBox_btnwrap {
	padding: 0;
	border: 0;
}
@media screen and (min-width: 834px) {
	.passContWrap {
		padding-top: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.passListsBox_btnwrap {
		padding: 23px 15px;
	}
	.passListsBtn_img {
		left: 20px;
	}
	.passListsBtn_txt {
		font-size: 1.7rem;
	}
	@media screen and (max-width: 850px) {
		.passListsBtnwrap_btn {
			justify-content: flex-start;
			padding-right: 20px;
			padding-left: 80px;
		}
	}
}
@media screen and (max-width: 767px) {
	.passLists {
		grid-template-columns: 1fr;
	}
}
@media screen and (min-width: 601px) {
	.passListsBtn_img {
		transform: translateY(-50%);
		top: 50%;
	}
	.ie .passLists {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ie .passLists_box {
		margin-bottom: 30px;
		width: calc((100% - 40px) / 2);
	}
}
@media screen and (max-width: 600px) {
	.passLists_box {
		padding-top: 4vw;
		border-width: 2px;
	}
	.passListsBox_ttl {
		margin-bottom: 5.333vw;
		padding: 0 2.8vw;
		font-size: 2rem;
		font-size: max(5.333vw, 1.8rem);
	}
	.passListsBox_txt {
		margin-bottom: 4vw;
		padding: 0 37.6vw 0 4vw;
	}
	.passListsBox_txt::after {
		/*top: -2.8vw;*/
		top: -6.4vw;
		right: 3.333vw;
		width: 27.467vw;
		height: 26.4vw;
	}
	.passListTxt_univ {
		font-size: 1.5rem;
		font-size: max(4vw, 1.3rem);
		line-height: 1.3;
	}
	.passListTxt_name {
		font-size: 1.4rem;
		font-size: max(3.733vw, 1.2rem);
	}
	.passListsBox_img {
		margin: 0 auto 4.267vw;
		width: 78.667vw;
		height: 40vw;
	}
	.passListsBox_btnwrap {
		padding: 4.267vw 4.667vw 4.8vw;
		border-width: 2px;
	}
	.passListsBtnwrap_btn {
		padding: 0;
		height: 12vw;
		box-shadow: 0 1.2vw 0 #86032b;
		font-size: 1.8rem;
	}
	.passListsBtnwrap_btn::after {
		right: 3.6vw;
		width: 4.667vw;
		height: 4.667vw;
	}
	.passListsBtn_img {
		top: -1.067vw;
		left: 5.333vw;
		width: 8.133vw;
		height: 11.333vw;
	}

	.passBg section.wrap {
		padding: 0;
	}
}
@media not screen and (max-width: 768px) {
	#innerCta {
		grid-column: 1 / 3;
	}
}
/* 汎用再生アイコン
----------------------------------------- */
.movPlay {
	position: relative;
}
.movPlay::before {
	content: '';
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 18.6%;
	height: 22%;
	background: url(/mega/wp-content/themes/site/images/common/movIcon.svg) 50% 50% / contain no-repeat;
	opacity: 0.9;
}
/* pickup 動画
----------------------------------------- */
.passleadWrap.lowerWrap {
	background-color: #fff;
	margin: 10px auto 45px auto;
	max-width: 1120px;
	border-radius: 20px;
	max-width: 960px;
	position: relative;
	z-index: 2;
}
.passleadWrap.lowerWrap p {
	margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
	.passleadWrap.lowerWrap {
		margin-top: 0;
		padding-top: 10px;
		border-radius: 0;
	}
}
/*-- 書き足し -----------------------------------------------------------------------------------------------*/
.passLists_box {
	border: 2px solid #eb2460;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	width: 490px;
}
.passListsBox_btnwrap {
	margin-top: auto;
	padding: 10px 15px 8px;
}
.passListsBox_ttl {
	color: #e51016;
	font-family: var(--fontFamily-serif-noto);
	font-weight: 900;
	font-size: 2.2rem;
	border-radius: 5px;
	line-height: 1.4;
	margin-bottom: 20px;
	min-height: 60px;
}
.passListsBox_img {
	margin: auto 0 10px;
}
@media screen and (max-width: 834px) {
	.passLists {
		display: flex;
		flex-direction: column;
		padding: 0 40px 40px;
	}
	.passLists_box {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.passLists {
		padding: 0 20px 40px;
	}
	.passLists_box {
		padding: 10px;
	}
	.passListsBox_ttl {
		font-size: clamp(2rem, var(--sp-20px), 2.4rem);
	}
	.passListsBox_txt {
		padding: 0 30.6vw 0 3vw;
	}
	.passListsBox_img {
		margin: auto auto 10px;
	}
	.passListsBox_btnwrap {
		padding: 17px 10px 15px;
	}
}

.msVoiceWrap img {
	display: inline;
}
#pass img {
	filter: none;
}
