@charset "UTF-8";



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

common

------------------------------------------- */
.one {
    display: flex;
	width: 100%;
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - 870px);
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s ease 0s;
    z-index: -1;
}
@media screen and (max-width: 960px) {
	.bg {
		display: none;
	}
}
.show .bg {
    opacity: 1;
}
.bg._01 {
    background-image: url(../img/bg01.jpg);
}
.bg._02 {
    background-image: url(../img/bg02.jpg);
}
.bg._03 {
    background-image: url(../img/bg03.jpg);
}
.bg._04 {
    background-image: url(../img/bg04.jpg);
}
.bg._05 {
    background-image: url(../img/bg05.jpg);
}
.bg._06 {
    background-image: url(../img/bg06.jpg);
}
.onebox {
    max-width: 480px;
	margin-left: auto;
	margin-right: 390px;
    background: #ffffff;
}
@media screen and (max-width: 960px) {
	.onebox {
		width: calc(100% - 390px);
		max-width: none;
	}
}
@media screen and (max-width: 834px) {
	.onebox {
		width: 100%;
		margin-right: 0;
	}
}
/* ---- btn ---- */
.btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 6.8rem;
	background: url(../img/bg-btn.jpg) no-repeat center / cover;
	border-radius: 2rem;
	font-weight: bold;
	font-size: 2.4rem;
	color: var(--prime);
	padding-bottom: 0.25rem;
}
@media screen and (max-width: 834px) {
	.btn a {
		height: 12rem;
		font-size: 4.8rem;
	}
}
/* ---- heading ---- */
.heading-1 {
	text-align: center;
	background:
		url(../img/deco-ttl-1.png) no-repeat center top,
		url(../img/deco-ttl-2.png) no-repeat center bottom;
	background-size: 100% auto;
	padding: 4rem 0 3rem 0;
	color: var(--prime);
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.1;
	margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
	.heading-1 {
		padding: 7rem 0 5.2rem 0;
		font-size: 4.4rem;
	}
}


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

menu

------------------------------------------- */
.fixed-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 390px;
	height: 100%;
	background: #5c110b;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 834px) {
	.fixed-menu {
		display: none;
	}
}
.fixed-menu > p {
	width: 20rem;
	margin-bottom: 4rem;
}
.fixed-menu ul {
	width: 70%;
}
.fixed-menu ul li:not(:last-child) {
	margin-bottom: 2.5rem;
}
.fixed-menu ul li a {
	background: url(../img/deco-ttl-2.png) no-repeat center bottom;
	background-size: 100% auto;
	display: flex;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	font-size: 1.6rem;
	white-space: nowrap;
	padding-bottom: 2rem;
}
@media screen and (max-width: 960px) {
	.fixed-menu ul li a {
		font-size: 1.8rem;
	}
}



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

mv

------------------------------------------- */
.mv {
	background: url(../img/mv-bg.jpg) no-repeat center / cover;
	padding: 5rem 3rem;
}
.mv p {
	padding: 0 1rem;
	margin: 3rem 0 4rem 0;
}



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

anxiety

------------------------------------------- */
.anxiety {
	padding: 6rem 3rem 2rem 3rem;
	background: url(../img/bg-texture.jpg) center top;
	background-size: 100% auto;
}
.anxiety ul {
	width: 85%;
	margin: 0 auto 6rem auto;
}
.anxiety ul li:not(:last-child) {
	margin-bottom: 3rem;
}
.anxiety p {
	width: 90%;
	margin: 0 auto;
}



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

plan

------------------------------------------- */
.plan {
	background: url(../img/plan-bg-1.jpg) no-repeat center top / cover;
	padding: 0 0 6rem 0;
}
.plan .wrap {
	padding: 0 3rem;
}
/* ---- h2 ---- */
.plan h2 {
	margin: 4rem 0 1rem 0;
}
/* ---- p ---- */
.plan h2 + p {
	text-align: center;
	color: var(--yellow);
	font-weight: bold;
	line-height: 1;
	font-size: 3.2rem;
}
.plan h2 + p strong {
	font-size: 5.0rem;
}
.plan .wrap > div {
	border-top: dotted 0.25rem #fff;
	border-bottom: dotted 0.25rem #fff;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.2;
	padding: 2rem 0;
	margin: 3rem 0;
}
@media screen and (max-width: 834px) {
	.plan h2 + p {
		font-size: 5.6rem;
	}
	.plan h2 + p strong {
		font-size: 8rem;
	}
	.plan .wrap > div {
		font-size: 3.6rem;
	}
}
/* ---- dl ---- */
.plan dt {
	text-align: center;
	font-weight: bold;
	color: var(--yellow);
	line-height: 1;
	font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
	.plan dt {
		font-size: 4rem;
	}
}
.plan dd {
	margin: 2rem 0;
}
.plan dl + p {
	font-family: var(--font-noto);
	color: #fff;
}
/* -- figure -- */
.plan + figure {
	position: relative;
}
.plan + figure span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	color: #fff;
	font-weight: bold;
	font-size: 2.6rem;
	white-space: nowrap;
	background: 
		url(../img/deco-ttl-3.png) no-repeat left top,
		url(../img/deco-ttl-3.png) no-repeat right top;
	background-size: auto 100%;
	padding: 0 3rem;
}
@media screen and (max-width: 834px) {
	.plan + figure span {
		font-size: 4.4rem;
	}
}



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

difference

------------------------------------------- */
.difference {
	padding: 6rem 3rem;
	background: url(../img/bg-texture.jpg) center top;
	background-size: 100% auto;
}
.difference p {
	font-family: var(--font-noto);
	margin-top: 1.5rem;
}
/* ---- table ---- */
table {
	width: 100%;
	border-collapse: collapse;
	border: solid 0.2rem #000;
}
table th,
table td {
	border: solid 0.15rem #000;
	text-align: center;
	vertical-align: middle;	
	line-height: 1.2;
	padding: 1rem 0;
	width: calc(100% / 3);
	font-weight: bold;
}
table th {
	color: #fff;
	background: #6e4e03;
}
table tbody > tr > td:last-of-type {
	color: var(--prime);
}



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

voice

------------------------------------------- */
.voice {
	padding: 9rem 3rem;
	background:
		url(../img/bg-deco-1.png) repeat-x left top,
		url(../img/bg-deco-2.png) repeat-x left bottom,
		url(../img/bg-texture.jpg) center top;
	background-size:
		auto 4rem,
		auto 4rem,
		100% auto;
}
/* ---- ul ---- */
.voice ul li:not(:last-child) {
	margin-bottom: 2rem;
}



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

step

------------------------------------------- */
.step {
	padding: 6rem 3rem;
	background: url(../img/bg-ptn.jpg) center top;
	background-size: 14rem auto;
}
/* ---- h2 ---- */
.step h2 {
	color: #fff;
}
.step h2 strong {
	color: var(--yellow);
	font-size: 3.6rem;
}
@media screen and (max-width: 834px) {
	.step h2 strong {
		font-size: 5rem;
	}
}
/* ---- ul ---- */
.step ul li {
	display: flex;
	align-items: center;
	position: relative;
}
.step ul li:not(:last-child):before {
	content: "";
	width: 0;
	height: 0;
	border-left: 1.2rem solid transparent;
	border-right: 1.2rem solid transparent;
	border-top: 1.2rem solid #fff;
	position: absolute;
	left: calc(50% - 1.2rem);
	bottom: -1.4rem;	
}
.step ul li span {
	font-weight: bold;
}
.step ul li:not(:last-child) {
	margin-bottom: 1.5rem;
}
.step ul li span:nth-child(1) {
	width: 7rem;
	height: 7rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: solid 0.3rem var(--prime);
	color: var(--prime);
	line-height: 1;
	font-size: 2.8rem;
	background: url(../img/step-bg-1.png) no-repeat center;
	background-size: 85% auto;
	background-color: var(--yellow);
	position: relative;
	z-index: 10;	
}
.step ul li span:nth-child(1) i {
	font-size: 1.2rem;
}
.step ul li span:nth-child(2) {
	width: calc((100% - 7rem) + 3rem);
	line-height: 1;
	background: var(--yellow);
	display: flex;
	align-items: center;
	height: 5.6rem;
	font-size: 2rem;
	padding-left: 4rem;
	margin-left: -3rem;
}
@media screen and (max-width: 834px) {
	.step ul li:not(:last-child):before {
		border-left: 2.4rem solid transparent;
		border-right: 2.4rem solid transparent;
		border-top: 2.4rem solid #fff;
		left: calc(50% - 2.4rem);
		bottom: -3.2rem;	
	}
	.step ul li:not(:last-child) {
		margin-bottom: 4rem;
	}
	.step ul li span:nth-child(1) {
		width: 14rem;
		height: 14rem;
		font-size: 6rem;
	}
	.step ul li span:nth-child(1) i {
		font-size: 2rem;
	}
	.step ul li span:nth-child(2) {
		width: calc((100% - 14rem) + 3rem);
		height: 9rem;
		font-size: 4rem;
		padding-left: 5rem;
	}
}



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

cost

------------------------------------------- */
.cost {
	position: relative;
	background: url(../img/cost-bg-1.jpg) center top;
	background-size: 100% auto;
	color: #fff;
	padding: 6rem 3rem;
}
.cost > figure {
	position: absolute;
	right: 1rem;
	top: -10rem;
	width: 11rem;
}
/* ---- h2 ---- */
.cost h2 {
	color: #fff;
}
/* ---- div ---- */
.cost > div {
	margin-top: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 3.2rem;
	line-height: 1.2;
}
.cost > div > div {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
.cost > div > div span {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cost > div > div span:nth-child(1) {
	margin-right: 2.5rem;
	padding-right: 2.5rem;
	border-right: solid 0.2rem #fff;
}
.cost strong {
	color: var(--yellow);
}
@media screen and (max-width: 834px) {
	.cost > div {
		font-size: 4.8rem;
	}
}



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

faq

------------------------------------------- */
.faq {
	padding: 6rem 3rem;
	background: url(../img/bg-texture.jpg) center top;
	background-size: 100% auto;
}
/* ---- dl ---- */
.faq dl {
	border: solid 0.2rem var(--prime);
}
.faq dl:not(:last-of-type) {
	margin-bottom: 3rem;
}
.faq dl dt,
.faq dl dd {
	padding: 1.2rem 1.5rem;
	display: flex;
	font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
	.faq dl dt,
	.faq dl dd {
		font-size: 3.1rem;
	}
}
.faq dl dt {
	background: var(--prime);
	color: #fff;
}
.faq dl dt span:nth-child(2),
.faq dl dd span:nth-child(2) {
	padding-left: 1.2rem;
	margin-left: 1.2rem;
	border-left: solid 0.12rem #fff;
}
.faq dl dd > span:nth-child(1) {
	color: var(--prime);
}
.faq dl dd span:nth-child(2) {
	border-left: solid 0.12rem var(--prime);
}
.faq dl dd i {
	display: block;
	font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
	.faq dl dd i {
		font-size: 2.4rem;
	}
}



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

contact

------------------------------------------- */
.contact {
	padding: 6rem 3rem;
	background: var(--prime);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
/* ---- h2 ---- */
.contact h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4rem;
	line-height: 1.2;
}
.contact h2 img {
	width: 8rem;
}
.contact h2 span {
	width: calc(100% - 8rem);
	padding-left: 1rem;
	font-size: 3.4rem;
}
@media screen and (max-width: 834px) {
	.contact h2 img {
		width: 12rem;
	}
	.contact h2 span {
		width: calc(100% - 12rem);
		font-size: 4.8rem;
	}
}
.contact .wrap {
	width: 100%;
}
/* ---- form ---- */
.CMS-FORM-GROUP {
	display: flex;
	flex-direction: column;
}
.CMS-FORM-GROUP:not(:last-of-type) {
	margin-bottom: 2.5rem;
}
@media screen and (max-width: 834px) {
	.CMS-FORM-GROUP:not(:last-of-type) {
		margin-bottom: 5rem;
	}
}
.CMS-FORM-GROUP > label {
	font-family: var(--font-noto);
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 0.8rem;
}
.CMS-FORM-RADIO label {
	font-family: var(--font-noto);
	font-weight: bold;
	font-size: 1.8rem;	
	display: flex;
	align-items: center;
}
@media screen and (max-width: 834px) {
	.CMS-FORM-GROUP > label,
	.CMS-FORM-RADIO label {
		font-size: 2.8rem;
	}
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL,
.CMS-FORM-TEXTAREA {
	border: none;
	border-radius: 0;
	padding: 1.5rem;
	font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
	.CMS-FORM-INPUT,
	.CMS-FORM-EMAIL,
	.CMS-FORM-TEXTAREA {
		padding: 2.5rem;
		font-size: 2.4rem;
	}
}
.CMS-FORM-TEXTAREA {
	height: 16rem;
}
/* radio */
.CMS-FORM-RADIO {
	display: flex;
}
.CMS-FORM-RADIO > div {
	display: flex;
	align-items: center;
	margin-right: 2rem;
}
.CMS-FORM-RADIO > div label {
	padding-left: 1rem;
}
input[type="radio"] {
    position: relative;
    width: 48px;
    height: 48px;
    background: #fff;
    border: none;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="radio"]:checked:before {
    content: "";
    background: var(--prime);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
}
/* ---- select ---- */
.select-wrap {
    position: relative;
}
.select-wrap::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-right: solid 0.3rem var(--prime);
    border-bottom: solid 0.3rem var(--prime);
    transform: rotate(45deg);
    position: absolute;
    right: 2rem;
    top: calc(50% - 1.4rem);
    z-index: 10;
}
select {
    appearance: none;
    background: #fff;
    border: none;
    border-radius: 0;
    color: #000;
    font-size: 1.4rem;
    padding: 1.7rem 6rem 1.7rem 1.5rem;
    position: relative;
    width: 100%;
	font-weight: bold;
	font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
	select {
		appearance: none;
		background: #fff;
		border: none;
		border-radius: 0;
		color: #000;
		font-size: 1.4rem;
		padding: 2.5rem 6rem 2.5rem 2.5rem;
		position: relative;
		width: 100%;
		font-weight: bold;
		font-size: 2.4rem;
	}
}
/* required */
.required {
    background: var(--yellow);
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    margin-left: 0.8rem;
    padding: 0.1rem 0.7rem 0.25rem 0.7rem;
    vertical-align: 0.1rem;
	color: var(--prime);
	border-radius: 0.7rem;
}
.required.nini {
	background: transparent;
	border: solid 0.2rem #fff;
	color: #fff;
}
@media screen and (max-width: 834px) {
	.required {
		font-size: 1.8rem;
	}
}
/* submit */
.CMS-FORM-GROUP input[type="submit"] {
    background: #ee7b53;
    color: #fff;
    display: block;
	font-family: "Kaisei Tokumin", serif;
    font-size: 2.8rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.9rem 0;
    transition: all .3s;
    width: 100%;
	font-weight: bold;
	border-radius: 2rem;
}
@media screen and (max-width: 834px) {
	.CMS-FORM-GROUP input[type="submit"] {
		font-size: 4rem;
		padding: 2.4rem 0 2.8rem 0;
	}
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}




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

message

------------------------------------------- */
.message {
	background: url(../img/bg-texture.jpg) center top;
	background-size: 100% auto;	
}
.message .wrap {
	padding: 6rem 3rem;
}
.message .wrap p {
	margin-bottom: 4rem;
}



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

copy

------------------------------------------- */
small {
	display: block;
	background: #fff;
	padding: 0.8rem 0;
	font-family: var(--font-noto);
	text-align: center;
}



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

thanx

------------------------------------------- */
.thanx {
	background: url(../img/bg-texture.jpg) center top;
	background-size: 100% auto;
	width: 480px;
	height: 100vh;
	padding: 4rem 3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (max-width: 960px) {
	.thanx {
		width: calc(100% - 390px);
	}
}
@media screen and (max-width: 834px) {
	.thanx {
		width: 100%;
		padding: 8rem 3rem;
	}
}
.thanx p {
	text-align: center;
	margin-bottom: 6rem;
}
.thanx dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.8rem;
}
.thanx dl dd:not(:last-of-type) {
	margin-bottom: 3rem;
}
.thanx a:hover {
	opacity: 1;
	color: var(--prime);
}
@media screen and (max-width: 834px) {
	.thanx dl {
		font-size: 3.6rem;
	}
}
.back {
	margin-top: 6rem;
	display: flex;
	justify-content: center;
}
.back a {
	color: var(--prime);
}