@charset "UTF-8";

/* ---------------------------------------
  リフォーム
-----------------------------------------*/


/* pagettl
--------------------------------*/

#pagettl {
	background-color: #f4ac00;
}

@media screen and (max-width: 768px) {
	#pagettl .ico img {
		width: 14.3vw;
	}
}


/* secttl
--------------------------------*/

.secttl {
	display: block;
	background-color: #4c4948;
	text-align: center;
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	padding: 11px 1.5em;
	border-radius: 35px;
	box-shadow: 4px 4px 0 #000;
	position: relative;
	transform: translateY(-50%);
	margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.secttl {
		font-size: 4.2vw;
		padding: .5em 1.5em;
		border-radius: 100vh;
		box-shadow: .8vw .8vw 0 #000;
	}
}


/* btnwrap
--------------------------------*/

.btnwrap {
	margin-top: 90px;
}

.btnwrap .txt {
	letter-spacing: 0.03em;
}

.btnwrap .txt_l {
	margin-bottom: 35px;
}

.btnwrap .txt span {
	display: inline-block;
	position: relative;
	padding: 0 1em;
}

.btnwrap .txt_l span {
	font-size: 2.4rem;
	padding: 0 .8em;
}

.btnwrap .txt span::before,
.btnwrap .txt span::after {
	content: "";
	width: 2px;
	height: 85%;
	background-color: #4c4948;
	position: absolute;
	top: .2em;
}

.btnwrap .txt span::before {
	transform: rotate(-22deg);
	left: 0;
}

.btnwrap .txt span::after {
	transform: rotate(22deg);
	right: 0;
}

.btnwrap .txt span span::before {
	left: -.5em;
}

.btnwrap .txt span span::after {
	right: -.5em;
}

.btnwrap .btn {
	margin-top: 15px;
}

.btnwrap .btn a {
	width: 588px;
	font-weight: 700;
	font-size: 2.1rem;
	letter-spacing: 0.15em;
	height: 66px;
	border-radius: 33px;
}

@media screen and (max-width: 768px) {
	.btnwrap {
		margin-top: 12vw;
	}
	.btnwrap .txt span {
		letter-spacing: 0;
	}
	.btnwrap .txt_l {
		margin-bottom: 7vw;
	}
	.btnwrap .txt_l span {
		font-size: 4.6vw;
	}
	.btnwrap .txt_l span {
		width: 100%;
	}
	.btnwrap .txt_l span::before,
	.btnwrap .txt_l span::after {
		height: 95%;
	}
	.btnwrap .btn {
		width: 100%;
		margin-top: 2vw;
	}
	.btnwrap .btn a {
		width: 100%;
		font-size: 3.6vw;
		height: 16vw;
		border-radius: 8vw;
		padding: 0 2.5em 0 1.3em;
	}
}


/* contact_btn
--------------------------------*/

.contact_btn {
	margin-top: 120px;
}

@media screen and (min-width: 769px) {
	.contact_btn {
		max-width: 996px;
	}
	.contact_btn .midashi {
		width: 388px;
	}
}

@media screen and (max-width: 768px) {
	.contact_btn {
		margin-top: 13vw;
	}
	.contact_btn .midashi {
		height: auto;
		border-radius: 100vh;
		letter-spacing: -0.05em;
	}
}


/* sec_mv
--------------------------------*/

#sec_mv {
	padding: 45px 0 90px;
	background-color: #f4ac00;
	background-image: url(../img/common/bg_stripe.png);
}

#sec_mv .ttlwrap {
	margin-bottom: 45px;
}

#sec_mv .ttlwrap .txt {
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.09em;
	margin-bottom: .8em;
	margin-left: .25em;
}

#sec_mv .ttlwrap .ttl {
	font-size: 4.1rem;
	letter-spacing: 0.06em;
	position: relative;
	z-index: 1;
}

#sec_mv .ttlwrap .ttl span {
	display: inline-block;
	background-color: #fff;
	padding: .1em 1em;
	margin: 0 -.6em;
	position: relative;
	z-index: -1;
}

#sec_mv .img {
	width: 757px;
	border-radius: 20px;
	overflow: hidden;
	position: absolute;
	left: -168px;
	top: 0
}

#sec_mv .txtwrap {
	position: relative;
	width: 650px;
	margin-left: auto;
	padding: 0 20px 0 0;
}

#sec_mv .txtwrap .en {
	margin-bottom: 45px;
}

#sec_mv .txtwrap .en {
	color: #fff;
	font-size: 10.5rem;
	line-height: .8;
	letter-spacing: 0.06em;
	white-space: nowrap;
	transform: rotate(-9deg);
	position: relative;
	top: -12px;
}

#sec_mv .txtwrap .txt {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.94;
	letter-spacing: 0.025em;
	margin-bottom: 1em;
}

#sec_mv .txtwrap .txt2 {
	line-height: 2.15;
}

#sec_mv .txtwrap .txt .bold {
	font-size: 2rem;
	line-height: 2.15;
}

#sec_mv .txtwrap .txt span.line {
	position: relative;
}

#sec_mv .txtwrap .txt span.line::before {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #ff6602;
	border-radius: 1.5px;
	position: absolute;
	left: 0;
	bottom: -.2em;
}

#sec_mv .txtwrap .btn a::after {
	transform: translate(0, -50%) rotate(135deg);
	margin-top: -1px;
	right: 23px;
}

@media screen and (max-width: 768px) {
	#sec_mv {
		padding: 9vw 0 0;
		background-size: 2.6vw auto;
	}
	#sec_mv .ttlwrap {
		margin-bottom: 9vw;
	}
	#sec_mv .ttlwrap .txt {
		font-size: 4.8vw;
		margin-left: 0;
	}
	#sec_mv .ttlwrap .ttl {
		font-size: 7vw;
	}
	#sec_mv .ttlwrap .ttl span {
		max-width: 62vw;
		display: block;
		padding: .1em .4em;
		margin: 0 auto;
	}
	#sec_mv .ttlwrap .ttl span:nth-child(1) {
		margin-bottom: -.6em;
	}
	#sec_mv .ttlwrap .ttl span:nth-child(2) {
		margin-top: -.5em;
	}
	#sec_mv .wrap {
		width: 100%;
	}
	#sec_mv .img {
		width: 100%;
		border-radius: 0;
		position: static;
	}
	#sec_mv .txtwrap {
		width: 100%;
		padding: 0 8vw 10vw;
	}
	#sec_mv .txtwrap .en {
		margin-bottom: 45px;
	}
	#sec_mv .txtwrap .en {
		font-size: 16vw;
		top: 0;
	}
	#sec_mv .txtwrap .txt {
		font-size: 3.6vw;
	}
	#sec_mv .txtwrap .txt2 {
		line-height: 2;
	}
	#sec_mv .txtwrap .txt .bold {
		font-size: 4vw;
		line-height: 2;
	}
	#sec_mv .txtwrap .txt span.line {
		border-bottom: 2px solid #ff6602;
	}
	#sec_mv .txtwrap .txt span.line::before {
		content: none;
	}
}


/* sec_intro
--------------------------------*/

#sec_intro {
	padding: 120px 0;
}

#sec_intro .menu_wrap .btn_box {
	width: 282px;
	height: 100px;
}

#sec_intro .menu_wrap .btn_box p {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #f9d57f;
	border: 3px solid #4c4948;
	border-radius: 20px;
	box-shadow: 5px 5px 0 #f0a172;
	transition: .3s ease;
}

#sec_intro .menu_wrap .btn_box.ttl p {
	justify-content: center;
	background-color: #f4ac00;
}

#sec_intro .menu_wrap .btn_box .ico {
	display: inline-block;
	width: 90px;
	text-align: center;
}

#sec_intro .menu_wrap .btn_box .txt {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0;
}

#sec_intro .menu_wrap .btn_box.ttl p .txt {
	font-size: 2.5rem;
}

#sec_intro .menu_wrap .btn_box.menu07 p .txt {
	font-size: 1.6rem;
	line-height: 1.56;
	letter-spacing: 0;
}

#sec_intro .menu_wrap+.note {
	font-size: 1.4rem;
	margin-top: .8em;
}

@media screen and (min-width: 769px) {
	#sec_intro .menu_wrap .btn_box:nth-child(n + 5) {
		margin-top: 26px;
	}
}

@media screen and (max-width: 768px) {
	#sec_intro {
		padding: 18vw 0;
	}
	#sec_intro .menu_wrap .btn_box {
		width: 100%;
		height: 18vw;
	}
	#sec_intro .menu_wrap .btn_box+.btn_box {
		margin-top: 4vw;
	}
	#sec_intro .menu_wrap .btn_box p {
		border: 2px solid #4c4948;
		border-radius: 3.73vw;
		box-shadow: .8vw .8vw 0 #f0a172;
	}
	#sec_intro .menu_wrap .btn_box .ico {
		width: 18.2vw;
	}
	#sec_intro .menu_wrap .btn_box .txt {
		font-size: 4.2vw;
	}
	#sec_intro .menu_wrap .btn_box.ttl p .txt {
		font-size: 6vw;
	}
	#sec_intro .menu_wrap .btn_box.menu07 p .txt {
		font-size: 3.6vw;
	}
	#sec_intro .menu_wrap .btn_box.menu01 .ico img {
		width: 10.8vw;
	}
	#sec_intro .menu_wrap .btn_box.menu02 .ico img {
		width: 10.4vw;
	}
	#sec_intro .menu_wrap .btn_box.menu03 .ico img {
		width: 9.6vw;
	}
	#sec_intro .menu_wrap .btn_box.menu04 .ico img {
		width: 10.2vw;
	}
	#sec_intro .menu_wrap .btn_box.menu05 .ico img {
		width: 11.2vw;
	}
	#sec_intro .menu_wrap .btn_box.menu06 .ico img {
		width: 11vw;
	}
	#sec_intro .menu_wrap .btn_box.menu07 .ico img {
		width: 9vw;
	}
	#sec_intro .menu_wrap+.note {
		font-size: 2.8vw;
		text-align: left;
		letter-spacing: 0;
	}
}


/* attempt
--------------------------------*/

#sec_attempt {
	padding: 90px 0 120px;
	background-color: #f4ac00;
}

#sec_attempt .block .ttl {
	font-size: 3rem;
	margin-bottom: 25px;
}

#sec_attempt .block .item_wrap {
	max-width: 998px;
	margin: 0 auto;
}

#sec_attempt .block .item {
	position: relative;
	width: 262px;
	height: 262px;
	background-color: #fff;
	border-radius: 50%;
	padding: 45px 10px;
	box-shadow: 5px 5px 0 #d78067;
}

#sec_attempt .block .item .ico {
	display: block;
	width: 100%;
	height: 120px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 6px;
}

#sec_attempt .block .item .txt {
	font-size: 2.2rem;
}

#sec_attempt .block .img {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 8px;
}

#sec_attempt .block .ttl_s {
	font-weight: 700;
	font-size: 2.4rem;
	margin-bottom: 5px;
}

#sec_attempt .block ul {
	justify-content: flex-start;
}

#sec_attempt .block ul li {
	min-width: 250px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.18em;
	font-feature-settings: "palt";
	position: relative;
	padding-left: 1.2em;
}

#sec_attempt .block ul li::before {
	content: "";
	width: .625em;
	height: .625em;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .8em;
}

#sec_attempt .inner {
	margin-top: 70px;
}

#sec_attempt .inner>.block {
	width: 530px;
}

@media screen and (max-width: 768px) {
	#sec_stracture {
		padding: 12vw 0 18vw;
	}
	#sec_attempt .block+.block {
		margin-top: 10vw;
	}
	#sec_attempt .block .ttl {
		font-size: 5.4vw;
		margin-bottom: 5vw;
	}
	#sec_attempt .block .item_wrap {
		max-width: inherit;
		justify-content: center;
		margin: 0 -2vw;
	}
	#sec_attempt .block .item {
		width: 40vw;
		height: 40vw;
		margin: 0 2vw;
		padding: 5vw 2vw;
		box-shadow: 1vw 1vw 0 #d78067;
	}
	#sec_attempt .block .item .ico {
		height: 19vw;
		margin-bottom: 1.2vw;
	}
	#sec_attempt .block .item:nth-child(1) .ico img {
		width: 23.4vw;
	}
	#sec_attempt .block .item:nth-child(2) .ico img {
		width: 21.92vw;
	}
	#sec_attempt .block .item:nth-child(3) .ico img {
		width: 11.04vw;
	}
	#sec_attempt .block .item .txt {
		font-size: 4vw;
	}
	#sec_attempt .block .img {
		border-radius: 1.4vw;
		margin-bottom: 2vw;
	}
	#sec_attempt .block .ttl_s {
		font-size: 4vw;
		margin-bottom: 1vw;
	}
	#sec_attempt .block ul {
		display: block;
	}
	#sec_attempt .block ul li {
		min-width: inherit;
	}
	#sec_attempt .block ul li::before {
		top: .7em;
	}
	#sec_attempt .inner {
		margin-top: 10vw;
	}
	#sec_attempt .inner>.block {
		width: 100%;
	}
}


/* step
--------------------------------*/

#sec_step-reform {
	padding: 0 0 120px;
	background-color: #fdeecc;
}

#sec_step-reform .secttl {
	margin-bottom: 0;
}

#sec_step-reform .list .box {
	width: 1140px;
	margin-left: auto;
	background-color: #fff;
	position: relative;
	border-radius: 10px;
	padding: 20px 40px 20px 68px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sec_step-reform .list .box+.box {
	margin-top: 45px;
}

#sec_step-reform .list .box::after {
	content: "";
	width: 46px;
	height: 29px;
	background: url(../img/reform/step_arw.png) no-repeat center / 100% auto;
	position: absolute;
	bottom: -37px;
	left: calc(50% - 58px);
}

#sec_step-reform .list .box:last-child::after {
	content: none;
}

#sec_step-reform .list .box .num {
	color: #f4ac00;
	font-size: 10.3rem;
	line-height: .5;
	letter-spacing: 0;
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-60%)rotate(-6deg);
	text-align: center;
}

#sec_step-reform .list .box .num span {
	display: block;
	font-size: 4.1rem;
	line-height: 1;
	transform: skewX(-13deg)rotate(-8deg);
	margin-right: -.5em;
}

#sec_step-reform .list .box .img {
	width: 238px;
	height: 154px;
	border-radius: 10px;
	overflow: hidden;
}

#sec_step-reform .list .box .txtwrap {
	width: calc(100% - 280px);
}

#sec_step-reform .list .box .txtwrap .ttl {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: .5em;
}

#sec_step-reform .list .box .txtwrap .txt {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
}

#sec_step-reform .list .box .txtwrap .txt+.txt_s {
	font-size: 1.4rem;
}

#sec_step-reform .list .box .txtwrap .txt+.txt {
	margin-top: 1em;
}

#sec_step-reform .list .box+.txt {
	font-weight: 700;
	font-size: 2.2rem;
	margin: 2.5em 0 1.2em;
}

#sec_step-reform .list .box+.txt span {
	background: linear-gradient(transparent 72%, #ffc93c 72%);
}

@media screen and (max-width: 768px) {
	#sec_step-reform {
		padding: 0 0 18vw;
	}
	#sec_step-reform .list .box {
		width: 100%;
		border-radius: 1.87vw;
		padding: 8vw 6vw;
		display: block;
	}
	#sec_step-reform .list .box:first-child {
		margin-top: 12vw;
	}
	#sec_step-reform .list .box+.box {
		margin-top: 12vw;
	}
	#sec_step-reform .list .box::after {
		width: 9.2vw;
		height: 5.8vw;
		bottom: -9vw;
		left: calc(50% - 4.6vw);
	}
	#sec_step-reform .list .box .num {
		font-size: 16vw;
		left: -7vw;
		top: -8vw;
		transform: rotate(-6deg);
	}
	#sec_step-reform .list .box .num span {
		display: block;
		font-size: 7vw;
		line-height: 1;
		transform: skewX(-13deg)rotate(-8deg);
		margin-right: -.5em;
	}
	#sec_step-reform .list .box .img {
		width: 100%;
		height: auto;
		border-radius: 1.87vw;
		margin-bottom: 4vw;
	}
	#sec_step-reform .list .box .txtwrap {
		width: 100%;
	}
	#sec_step-reform .list .box .txtwrap .ttl {
		font-size: 4.2vw;
	}
	#sec_step-reform .list .box .txtwrap .txt {
		font-size: 3.2vw;
	}
	#sec_step-reform .list .box+.txt {
		font-size: 4.6vw;
		margin-bottom: 2em;
	}
}


/* case
--------------------------------*/

#sec_case {
	padding: 90px 0 130px;
	background-color: #f4ac00;
}

#sec_case .ttl {
	font-size: 3rem;
	margin-bottom: 50px;
}

#sec_case .ttl .ico {
	margin-right: 15px;
}

#sec_case .item {
	width: 383px;
}

#sec_case .item .img {
	position: relative;
}

#sec_case .item .before {
	width: 228px;
}

#sec_case .item .after {
	width: 288px;
	margin-left: auto;
	margin-top: 14px;
}

#sec_case .item .after::before {
	content: "";
	width: 53px;
	height: 59px;
	background: url(../img/reform/case_arw.png) no-repeat center / 100% auto;
	position: absolute;
	left: -65px;
	top: -4px;
}

#sec_case .item .img span {
	display: inline-block;
	width: 85px;
	text-align: center;
	padding: 3px 0 2px;
	color: #f4ac00;
	font-size: 2rem;
	line-height: 1;
	background-color: #fff;
	border-radius: 8px 0px 0px 0px;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 768px) {
	#sec_case {
		padding: 12vw 0 18vw;
	}
	#sec_case .ttl {
		font-size: 6vw;
		margin-bottom: 8vw;
	}
	#sec_case .ttl .ico {
		margin-right: 3vw;
	}
	#sec_case .ttl .ico img {
		width: 13vw;
	}
	#sec_case .item {
		width: 100%;
	}
	#sec_case .item+.item {
		margin-top: 9vw;
	}
	#sec_case .item .before {
		width: 52%;
	}
	#sec_case .item .after {
		width: 63%;
		margin-top: 3vw;
	}
	#sec_case .item .after::before {
		width: 10.6vw;
		height: 11.8vw;
		left: -14vw;
		top: -1vw;
	}
	#sec_case .item .img span {
		width: 17vw;
		padding: .5vw 0;
		font-size: 4vw;
		border-radius: 1.6vw 0px 0px 0px;
	}
}


/* faq
--------------------------------*/

#sec_faq {
	padding: 0 0 120px;
}

#sec_faq .faq_box {
	background-color: #fce6b2;
	border-radius: 30px;
}

#sec_faq .faq_box+.faq_box {
	margin-top: 50px;
}

#sec_faq .faq_box .q_txt {
	background-color: #f4ac00;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 13px 1.5em 14px 100px;
	border-radius: 30px;
	position: relative;
	margin-bottom: 30px;
}

#sec_faq .faq_box .q_txt::before {
	content: "Q";
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 3.5rem;
	letter-spacing: 0;
	width: 50px;
	height: 50px;
	line-height: 45px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	position: absolute;
	left: 26px;
	top: 5px;
	text-align: center;
}

#sec_faq .faq_box .a_txt {
	padding: 0 100px 40px 100px;
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	min-height: 100px;
}

#sec_faq .faq_box .a_txt::before {
	content: "A";
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 3.5rem;
	letter-spacing: 0;
	width: 50px;
	height: 50px;
	line-height: 45px;
	border-radius: 50%;
	color: #fff;
	background-color: #4c4948;
	text-align: center;
	position: absolute;
	left: 26px;
	top: 5px;
	text-align: center;
}

#sec_faq .faq_box .a_txt .bold {
	display: block;
	margin-top: .5em;
}

#sec_faq .faq_box .a_txt a {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	#sec_faq {
		padding: 0 0 24vw;
	}
	#sec_faq .faq_box {
		border-radius: 4.6vw;
	}
	#sec_faq .faq_box+.faq_box {
		margin-top: 8vw;
	}
	#sec_faq .faq_box .q_txt {
		font-size: 4vw;
		padding: 2vw 1em 2vw 13vw;
		border-radius: 4.6vw;
		margin-bottom: 4.6vw;
		min-height: 13vw;
		display: flex;
		align-items: center;
	}
	#sec_faq .faq_box .q_txt::before {
		font-size: 7vw;
		width: 9vw;
		height: 9vw;
		line-height: 8vw;
		left: 2vw;
		top: 2vw;
	}
	#sec_faq .faq_box .a_txt {
		padding: 0 4.2vw 6vw 13vw;
		font-size: 3.2vw;
		min-height: 16vw;
	}
	#sec_faq .faq_box .a_txt::before {
		font-size: 7vw;
		width: 9vw;
		height: 9vw;
		line-height: 8vw;
		left: 2vw;
		top: 0;
	}
}
