@charset "utf-8";

/* Common ------------------------------------------------// */
.pWrap {
	margin-bottom: 1.2em;
}
.comment {
	display: block;
	font-family: var(--fontFamily-serif-noto);
	font-weight: 900;
	text-indent: -0.5em;
	padding-left: 0.5em;
}

/* First View ------------------------------------------------// */
#main_visual {
	height: auto;
}
#main_visual h1 {
	position: relative;
	display: grid;
	place-content: center;
	justify-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
}
#main_visual h1::after {
	position: absolute;
	content: '※オンライン指導において';
	font-weight: normal;
	font-size: 1.3rem;
	color: #484848;
	line-height: 1;
	bottom: -1.5em;
	right: calc(50% - 69rem);
	@media screen and (max-width: 1386px) {
		right: 0.5em;
	}
}
#main_visual .main_txtWrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	height: fit-content;
	padding: 20px 30px 22px;
	clip-path: polygon(0 2rem, 2rem 0, calc(100% - 2rem) 0, 100% 2rem, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 2rem 100%, 0 calc(100% - 2rem));
}
#main_visual .main_txtWrap div {
	line-height: 1.3;
}
#main_visual .main_txtWrap .main_txt_sub {
	font-family: var(--fontFamily-sans-noto);
	font-size: 3rem;
	color: #0542cb;
	text-align: center;
}
#main_visual .main_txtWrap .main_txt {
	font-family: YakuHanMP, 'Noto Serif JP', serif;
	font-weight: 900;
	color: #ce0303;
	font-size: 5.8rem;
	line-height: 1.25;
	text-align: center;
}
#main_visual .main_txtWrap .main_txt_name {
	font-family: var(--fontFamily-sans-noto);
	font-size: clamp(1.5rem, var(--sp-15px), 2.5rem);
	color: #0d2863;
	text-align: center;
	margin-block: 1rem 2.4rem;
}
#main_visual .main_txtWrap .main_txt_name sup {
	font-size: 60%;
	vertical-align: super;
}
#main_visual .main_txtWrap img {
	width: clamp(12rem, var(--sp-120px), 20rem);
	height: auto;
}
@media not screen and (max-width: 600px) {
	#main_visual {
		height: min(50vw, 375px);
		background: url(/koukousei/site_wp/wp-content/themes/site/images/lp/common/mainV_bg.png) 50% 0 / auto 375px no-repeat;
	}
}
@media screen and (min-width: 601px) and (max-width: 834px) {
	#main_visual {
		height: min(50vw, 45vw);
	}
	#main_visual .main_txtWrap .main_txt {
		font-size: 7vw;
	}
	#main_visual .main_txtWrap .main_txt_sub {
		font-size: 3.5vw;
	}
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
	#main_visual {
		background-size: cover;
	}
}
@media screen and (max-width: 600px) {
	#main_visual {
		display: block;
		background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/difference/main_bgSp.png);
		background-repeat: no-repeat;
		background-size: cover;
		width: 100vw;
		height: 76.54vw;
	}
	#main_visual .main_txtWrap {
		background: #fff;
		height: auto;
		padding: 3.5vw;
		border-radius: 8px;
		box-shadow: 0 0.133vw min(calc(var(--sp-1px) * 2.5), 5px) rgba(51, 51, 51, 0.5);
	}
	#main_visual .main_txtWrap .main_txt {
		font-size: 8.7vw;
		line-height: 1.15;
	}
	#main_visual .main_txtWrap .main_txt_sub {
		font-size: 4.2vw;
		padding-bottom: 1.5vw;
		line-height: 1.1;
	}
	#main_visual .main_txtWrap .main_txt_name {
		line-height: 1.05;
		margin-block: 2.5vw 4.5vw;
	}
}

/* Slider ------------------------------------------------// */
#pass {
	margin-top: 5rem;
}
.cardSlider {
	width: 100% !important;
}

/* Lead ------------------------------------------------// */
.leadWrap {
	padding-inline: 2rem;
	padding-block: 4rem;
	max-width: 880px;
}
.leadWrap p:not(:last-of-type) {
	margin-bottom: 2rem;
}

/* Middle CTA ------------------------------------------------// */
.middleCTAWrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(24px, 6.4vw, 30px);
	width: 100%;
	max-width: 830px;
	background: none;
	margin: 70px auto 15px !important;
	background-color: #fff !important;
}
.middleCTAWrap div {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: clamp(0.2rem, var(--sp-2px), 0.6rem);
}
.middleCTAWrap p {
	font-size: clamp(1.4rem, 3.733vw, 1.6rem);
	font-weight: 900;
	line-height: 1;
	text-align: center;
	margin-bottom: 0 !important;
}
.middleCTAWrap p.hukidashi {
	line-height: 1.2;
	height: 34px;
	font-feature-settings: 'palt';
	display: flex;
	align-items: center;
	position: relative;
}
.middleCTAWrap p.hukidashi::before,
.middleCTAWrap p.hukidashi::after {
	position: relative;
	display: inline-block;
	content: '';
	background: #5e5e5e;
	width: 2px;
	height: 2em;
	margin: 0 1em;
	margin-top: -0.2em;
	vertical-align: middle;
	left: 6px;
	transform: rotate(-25deg);
}
.middleCTAWrap p.hukidashi::after {
	left: auto;
	right: 6px;
	transform: rotate(25deg);
}
.middleCTAWrap .entryBtn {
	aspect-ratio: 493/99;
	width: 400px;
	height: auto;
	margin: 5px 0 0;
	background-image: var(--btnBg), linear-gradient(to right, #f96812, #e15300);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	--btnBg: url(/koukousei/site_wp/wp-content/themes/site/images/common/detailBtn_shinySp.svg);
	font-size: 3.2rem;
	font-weight: 900;
	padding-left: 0;
	box-shadow: 2px 2px 4px rgb(0, 0, 0, 0.3);
}
.middleCTAWrap img.tel {
	background-color: #f0fdf7;
	padding: 5px;
}
.middleCTAWrap .entryBtn.pamphlet {
	position: relative;
}
.middleCTAWrap .entryBtn.pamphlet::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	transform: translateY(-50%);
	left: 3px;
	width: clamp(45px, 12vw, 65px);
	height: clamp(45px, 12vw, 65px);
	background: url(/koukousei/site_wp/wp-content/themes/site/images/lp/rounin/rounin_cta_1minute.png) 50% 0 / contain no-repeat;
}
.middleCTAWrap .entryBtn.tel {
	background-image: var(--btnBg), linear-gradient(to right, #0ca700, #0a8e00);
}
.middleCTAWrap .entryBtn:hover {
	opacity: 0.7;
}
@media screen and (max-width: 834px) {
	.middleCTAWrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 25px;
	}
	.middleCTAWrap p {
		margin-bottom: 0 !important;
	}
	.middleCTAWrap .entryBtn::before {
		display: none;
	}
	.middleCTAWrap .entryBtn span {
		font-size: 3.9rem;
	}
}
@media screen and (max-width: 600px) {
	.middleCTAWrap {
		margin: 15vw auto 0 !important;
		display: flex;
		flex-direction: column;
		gap: 7vw;
	}
	.middleCTAWrap p {
		font-size: 3.9vw;
	}
	.middleCTAWrap .entryBtn {
		width: 85vw;
		font-size: 6.2vw;
		margin-block: 0 6px;
	}
	.middleCTAWrap .entryBtn::after {
		right: 3.695vw;
	}
	.middleCTAWrap .entryBtn span {
		font-size: 6.3vw;
		padding-left: 5vw;
	}
}

/* Cation ------------------------------------------------// */
.cationWrap {
	width: 100%;
	background-image: repeating-linear-gradient(-45deg, #ffea00 0 10px, #000 10px 20px);
	padding: 6px;
	margin-bottom: 1.2em;
}
.cationWrap .inner {
	background-color: #fff;
	padding: 4rem 5rem;
}
.cationWrap .inner h4 {
	text-align: center;
	background-color: #ffea00;
	border-radius: 50em;
	font-size: clamp(2rem, var(--sp-20px), 2.8rem);
	padding-block: 0.5em;
	padding-inline: 1em;
	line-height: 1;
	margin-bottom: 0.5em;
}
.cationWrap .inner h4 img {
	display: inline-block;
	height: clamp(2rem, var(--sp-20px), 3rem);
	width: auto;
	position: relative;
	bottom: -4px;
	margin-right: 6px;
}
.cationWrap .inner .pWrap {
	margin-bottom: 0;
}
@media screen and (max-width: 600px) {
	.cationWrap {
		padding: 1.2vw;
	}
	.cationWrap .inner {
		padding: 4.5vw 5.5vw;
	}
	.cationWrap .inner h4 {
		line-height: 1.2;
	}
	.cationWrap .inner h4 img {
		bottom: -0.5vw;
	}
}

/* Voice Box ------------------------------------------------// */
.voiceBoxConts_catch span {
	display: inline;
	font-size: 120%;
	text-indent: unset;
	padding-left: 0;
}

.voiceBoxConts_dtl {
	grid-gap: 0 clamp(5px, 0.867vw, 13px);
}

.voiceBoxConts_img {
	border-radius: 0 calc(var(--bdrs) - var(--bdw)) 0 0;
}

.voiceBoxConts_text {
	font-size: 1.7rem;
	padding: 10px 20px;
	line-height: 1.7;
	background-color: #fff3f3;
	border-radius: 0 0 calc(var(--bdrs) - var(--bdw)) calc(var(--bdrs) - var(--bdw));
}

.diffH3 {
	margin-block: clamp(40px, 10.667vw, 60px) 30px;
	position: relative;
	display: flex;
}
.diffH3:first-of-type {
	margin-top: clamp(40px, 10.667vw, 60px);
}

.diffH3::after {
	position: absolute;
	bottom: -13px;
}

.diffH3 strong.num {
	background-color: #3b8eb4;
	padding: 2px 10.5px 4px 9px;
	border-radius: 20px;
	margin-right: 10px;
	color: #fff;
	font-size: clamp(1.6rem, var(--sp-16px), 2rem);
	font-weight: bold;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-block: 0.25em;
	padding-inline: 1em;
}
@media screen and (max-width: 600px) {
	.lp-template-lp_difference_choice .inner_wrap {
		padding-inline: 0.3em;
	}
	.voiceBox_conts {
		padding: 0 0 15px;
	}
	.voiceBoxConts_img {
		border-radius: 0;
		order: 1;
	}
	.voiceBoxConts_catch {
		order: 2;
	}
	.voiceBoxConts_catch span {
		padding-left: 0.4em;
	}
	.voiceBoxConts_dtl {
		order: 3;
	}
	.voiceBoxConts_text {
		font-size: clamp(1.5rem, 3.733vw, 1.7rem);
	}
	.diffH3 {
		flex-direction: column;
	}
	.diffH3::after {
		bottom: -10px;
	}
	.diffH3 strong.num {
		width: fit-content;
		margin-bottom: 0.2em;
	}
}

/*---- よくあるご質問 -------*/
.faqWrap {
	padding: 54px 0 65px;
	max-width: 805px;
	margin: 0 auto;
}
#lower_container .faqWrap h2 {
	font-family: var(--fontFamily-serif-noto);
	font-weight: 800;
	font-size: clamp(3.2rem, 8.533vw, 5.1rem);
	margin: 50px auto 26px;
	letter-spacing: -1px;
	display: flex;
	flex-direction: column;
	align-items: center;
	@media screen and (max-width: 600px) {
		margin: 2em auto 0.3em;
	}
}
.faqWrap h2 span.main {
	line-height: 1.3;
	display: inline-block;
	margin-bottom: 1rem;
}
.faqWrap .Q,
.faqWrap .A {
	font-size: clamp(2.8rem, 7.466vw, 3.2rem);
	color: #d8d8d8;
	padding-right: 20px;
	line-height: 1.7;
	display: inline-block;
	height: 40px;
}
.faqWrap .summary,
.faqWrap .answer {
	display: flex;
	width: 100%;
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 800;
	line-height: 1.5;
	position: relative;
	align-items: center;
}
.answerBox {
	margin-top: 30px;
}
summary::-webkit-details-marker {
	display: none;
}
.faqWrap .details {
	cursor: pointer;
	border-top: 1px solid #d1d1d1;
	padding: 17px 30px 20px;
}
.faqWrap .details:last-of-type {
	border-bottom: 1px solid #d1d1d1;
}
#lower_container .faqWrap p {
	font-size: 1.6rem;
}
summary.summary {
	list-style: none;
	position: relative;
}
.answerInner p {
	padding-left: 60px;
	margin-bottom: 15px;
}
.summary .openIcon {
	position: absolute;
	top: 40%;
	right: 0;
	width: 20px;
	height: 20px;
	transform-origin: center center;
	transition-duration: 0.2s;
}
.summary .openIcon::before,
.summary .openIcon::after {
	content: '';
	background-color: #181818;
	border-radius: 10px;
	width: 18px;
	height: 2px;
	position: absolute;
	top: 8px;
	left: 0;
	transform-origin: center center;
	@media screen and (max-width: 600px) {
		height: 1px;
	}
}
.summary .openIcon::before {
	width: 2px;
	height: 18px;
	top: 0;
	left: 8px;
	@media screen and (max-width: 600px) {
		width: 1px;
	}
}
.summary.is-active .openIcon {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.summary.is-active .openIcon::after {
	display: none;
}
#lower_container .faqWrap h3.category {
	font-size: clamp(1.6rem, 4.266vw, 2rem);
	color: #000b8d;
	font-weight: 700;
}
.faqWrap .box1 {
	background-color: #f0f0f0;
	padding: 20px 25px;
	margin-bottom: 30px;
}
.faqWrap .answerInner a {
	color: blue;
}
.faqWrap .Q img,
.faqWrap .A img {
	width: clamp(3.2rem, 8.533vw, 40px);
	height: clamp(3.2rem, 8.533vw, 40px);
}
#lower_container .faqWrap .answerInner h3.category,
.faqWrap .answerInner .box1,
.faqWrap .answerInner span.check,
.faqWrap .answerInner table,
#lower_container .faqWrap .answerInner p.opflow_link {
	display: inline-block;
	margin-left: 60px;
}
.faqWrap .answerInner span.check {
	margin: 0 0 15px 47px;
	font-weight: 700;
	font-size: 1.4rem;
}
#lower_container .answerInner .box1 p {
	padding-left: 0;
	font-size: 1.3rem;
	margin-bottom: 5px;
	font-feature-settings: 'palt';
}
#lower_container .answerInner .box1 img {
	margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
	.faqWrap {
		padding: 0 0 45px;
	}
	.faqCont {
		width: 85%;
		margin: 0 auto;
	}
	.faqWrap .details {
		padding: 15px 38px;
	}
	.faqWrap .Q,
	.faqWrap .A {
		position: absolute;
		padding-right: 0;
		top: -5px;
		left: -45px;
		line-height: 1;
	}
	.faqWrap .A {
		top: -8px;
	}
	.summary .openIcon {
		top: 30%;
		right: -40px;
	}
	#lower_container .answerInner p {
		padding-left: 0;
		font-size: 1.4rem;
	}
	#lower_container .faqWrap .answerInner h3.category,
	.faqWrap .answerInner .box1,
	.faqWrap .answerInner span.check,
	.faqWrap .answerInner table,
	#lower_container .faqWrap .answerInner p.opflow_link {
		margin-left: 0;
	}
	.faqWrap .answerInner tbody {
		display: grid;
	}
	.faqWrap .box1 {
		padding: 5px;
	}
}
@media screen and (max-width: 600px) {
	.faqWrap .Q,
	.faqWrap .A {
		left: -38px;
	}
}

/*---- 成績全額返金保証 -------*/
.cashback {
	background-color: #e3f0fa;
	padding: 40px 0 60px;
	overflow: hidden;
}
.cashback_inner {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	width: 1000px;
	padding: 30px 0 40px;
	margin: 0 auto;
}
.cashback_inner::before {
	position: absolute;
	content: '';
	background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/rounin/rounin_guarantee_bg.png);
	width: 1440px;
	height: 377px;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
.cashback_inner h2 {
	font-family: var(--fontFamily-serif-noto);
	font-size: clamp(2.8rem, 7.466vw, 4.5rem);
	line-height: 1.24;
	position: relative;
	z-index: 4;
	text-align: center;
	margin: 0;
}
.cashback_inner h2 div {
	width: 535px;
	margin: 0 auto;
}
.cashback_inner h2 div img {
	width: 100%;
	font-size: 0;
}
#cashback_detail {
	max-width: 820px;
	margin: 15px auto 0;
	background: #fffcf4;
	border: solid 1px #d1cab7;
	padding: 33px 50px 10px;
	margin: 25px auto 0;
	position: relative;
	border-radius: 10px;
}
#cashback_detail::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: solid 2px #6a612a;
	border-radius: 5px;
}
#cashback_detail p {
	max-width: 680px;
}
#cashback_detail p:first-child {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 835px;
	height: 60px;
	background: #ac0c0c;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 2.6rem;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 12px 0 6px 50px;
}
#cashback_detail p:first-child::after {
	position: absolute;
	content: '';
	z-index: 1;
	top: 0;
	right: 0;
	width: 0px;
	height: 0px;
	border-width: 30px 15px 30px 0;
	border-color: transparent #fffcf4 transparent transparent;
	border-style: solid;
}
#cashback_detail dl:nth-of-type(1) {
	padding-top: 80px;
}
#cashback_detail dl {
	padding: 20px 0;
	overflow: hidden;
	clear: both;
	border-bottom: dashed 1px #c4b794;
}
#cashback_detail dl:last-child {
	border: none;
}
#cashback_detail dt {
	font-size: 2.2rem;
	line-height: 1.3;
	float: left;
	width: 140px;
	margin-top: 1px;
	font-weight: bold;
	font-family: 'YuMincho', 'Yu Mincho', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
}
#cashback_detail dd {
	width: 565px;
	float: right;
	margin-left: 0;
	color: #000000;
	font-size: 1.6rem;
	-webkit-font-feature-settings: 'halt';
	font-feature-settings: 'halt';
	line-height: 1.7;
}
.trigger::after,
.trigger::before {
	top: 45%;
}
@media screen and (max-width: 835px) {
	.cashback {
		padding: 20px 0;
	}
	.cashback_inner {
		padding: 3% 0;
		border-radius: 0;
		width: 100%;
	}
	.cashback_inner h2 div {
		width: 80%;
	}
	#cashback_detail {
		padding: 15px 30px 10px;
		width: 90%;
		margin: 10px auto 0;
	}
	#cashback_detail p:first-child {
		width: 80%;
		font-size: 2.1rem;
		line-height: 1.2;
		height: 61px;
		margin: 5px 0 18px 0;
		padding: 6px 0 6px 15px;
	}
	#cashback_detail dl {
		padding: 0 0 25px 0;
		border: none;
	}
	#cashback_detail dt {
		width: 100%;
		font-size: 2.1rem;
		float: none;
		width: 100%;
		margin-bottom: 8px;
		padding: 0 0 7px 0;
		border-bottom: dashed 1px #c4b794;
	}
	#cashback_detail dd {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.cashback_inner h2 span {
		font-size: clamp(2rem, 5.333vw, 4.2rem);
	}
	.cashback_inner h2 div {
		transform: translateY(10px);
	}
}
