@charset "UTF-8";



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

header

------------------------------------------- */
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 6.4rem;
	padding: 0 6rem;
}
@media screen and (max-width: 768px) {
	header {
		justify-content: flex-start;
		height: 6rem;
		padding: 0 0 0 1.5rem;
	}
}
/* h1 */
h1 a {
	display: flex;
	align-items: center;
}
h1 img {
	width: 16rem;
}
h1 span {
	color: #fff;
	background: var(--pink);
	font-weight: normal;
	font-size: 1rem;
	border-radius: 10rem;
	margin-left: 1rem;
	padding: 0.3rem 0.7rem 0.4rem 1rem;
	margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
	h1 span {
		margin-left: 0.5rem;
	}
}
/* nav */
.gnav ul {
	display: flex;
}
.gnav ul li:not(:last-child) {
	margin-right: 3.5rem;
}



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

kv

------------------------------------------- */
.kv {
	position: relative;
	z-index: 10;
}
/* btn */
.fixed-btn {
	width: 13rem;
	position: fixed;
	right: 0.5rem;
	bottom: 5rem;
	z-index: 9999;
}
@media screen and (max-width: 768px) {
	.fixed-btn {
		width: 100%;
		right: 0;
		bottom: 0;
	}
	.fixed-btn a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-weight: bold;
		font-size: 2rem;
		height: 6rem;
		background: linear-gradient(to right, #ffae2a, #ff8d33);
		line-height: 1.3;
	}
	.fixed-btn a span {
		font-size: 1.3rem;
	}
}
/* wrap */
.kv .wrap {
	width: 54%;
	padding-top: 3rem;
	position: absolute;
	top: 0;
	right: 8%;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.kv .wrap {
		width: 60%;
		padding-top: 0.3rem;
		right: 2%;
		top: 50%;
		transform: translate(0,-50%);
	}
}
@media screen and (max-width: 430px) {
	.kv .wrap {
		top: 0;
		transform: none;
	}
}
/* ul */
.kv ul {
	display: flex;
	flex-wrap: wrap;
	width: 84%;
	justify-content: space-between;
	margin: 2.5rem 0;
}
.kv ul li {
	background: #fff;
	border: solid 0.15rem var(--brown);
	width: 19%;
	border-radius: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3rem;
	font-family: var(--font-UDG);
}
.kv ul li:nth-child(n + 6) {
	margin-top: 1.25%;
}
@media screen and (max-width: 768px) {
	.kv ul {
		width: 100%;
		margin: 1rem 0;
	}
	.kv ul li {
		height: auto;
		font-size: 0.9rem;
		white-space: nowrap;
	}
}
/* div */
.kv .wrap div {
	width: 84%;
}
.kv .wrap div span {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10rem;
	height: 4.4rem;
	font-size: 1.6rem;
	margin-top: 0.5rem;
	font-family: var(--font-UDG);
}
@media screen and (max-width: 768px) {
	.kv .wrap div {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.kv .wrap div > img {
		width: 60%;
	}	
	.kv .wrap div span {
		width: 100%;
		height: auto;
		font-size: 0.9rem;
		padding: 0.2rem 0;
	}
}



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

about

------------------------------------------- */
.about {
	padding: 17rem 0 4rem 0;
	margin-top: -15rem;
	position: relative;
}
.about::before {
	content: "";
	width: 20rem;
	height: 100%;
	background: url(/pta/lp/f1/images/about-bg-1.png) no-repeat right top 20rem;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 768px) {
	.about {
		margin-top: -13rem;
	}
	.about::before {
		width: 22%;
		background: url(/pta/lp/f1/images/about-bg-1.png) no-repeat right top 14rem;
		background-size: 100% auto;
	}
}
/* h2 */
.about h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 500;
	font-size: 2.4rem;
}
.about h2 img {
	width: 26rem;
	margin-bottom: 0.5rem;
}
.about h2 > span {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.about h2 strong {
	color: var(--pink);
	font-size: 3rem;
	font-weight: 500;
}
.about h2 strong i {
	font-size: 4.4rem;
	font-weight: bold;
	vertical-align: -0.2rem;
}
@media screen and (max-width: 768px) {
	.about h2 {
		font-size: 2rem;
		text-align: center;
	}
	.about h2 img {
		width: 22rem;
	}
	.about h2 > span > span:nth-of-type(2) {
		margin-top: -0.5rem;
	}
}
/* figure */
.about figure {
	width: 76rem;
	margin: 3rem auto;
}
@media screen and (max-width: 768px) {
	.about figure {
		width: 100%;
		margin: 2rem auto;
	}
}
/* p */
.about p {
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.6;
}
.about p span {
	border-bottom: solid 0.12rem var(--brown);
}
.about p strong {
	color: var(--pink);
	font-size: 4rem;
}
.about p i {
	display: block;
	font-size: 1rem;
	margin-top: 1rem;
}
@media screen and (max-width: 768px) {
	.about p strong {
		font-size: 3.2rem;
	}
	.about p i {
		font-size: 1.2rem;
	}
}



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

cv

------------------------------------------- */
.cv {
	background: url(/pta/lp/f1/images/cv-bg-1.jpg) no-repeat center / cover;
	padding: 5rem 0 6rem 0;
}
@media screen and (max-width: 768px) {
	.cv {
		background: linear-gradient(to right, #f5ac8e, #ffb1b4);
		padding: 0;
	}
}
/* wrap */
.cv .wrap {
	width: 34rem;
	margin-left: 54%;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cv .wrap > span:nth-child(1) {
	font-size: 1.8rem;
	width: 28rem;
	background: url(/pta/lp/f1/images/cv-deco-1.png) no-repeat left bottom;
	background-size: 100% auto;
	padding-bottom: 2rem;
	text-align: center;
}
.cv .wrap > span:nth-child(2) {
	display: flex;
	flex-direction: column;
	align-items: center;	
	line-height: 1.3;
	margin: 1rem 0 2rem 0;
	font-size: 3.0rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.cv .wrap {
		width: 100%;
		margin-left: 0;
		padding: 2.5rem 0 4rem 0;
	}
}
/* a */
.cv a {
	width: 34rem;
	height: 6.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: linear-gradient(to right, #fe6066, #ff9235);
	border-radius: 0.8rem;
	font-weight: 500;
	font-size: 1.8rem;
	padding-bottom: 0.15rem;
	box-shadow: 0 0.6rem 0 #bc4a49;
}
.cv a i {
	font-size: 1.2rem;
	margin-top: 0.3rem;
	margin-left: 1rem;
}



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

reason

------------------------------------------- */
.reason {
	padding: 8rem 0;
}
.reason .ttl-wrap {
	margin-bottom: 2rem;
}
/* ul */
.reason ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.reason ul li:nth-child(even) {
	flex-direction: row-reverse;
}
.reason ul li:not(:last-child) {
	margin-bottom: 6rem;
}
.reason ul li > figure {
	width: 40%;
}
.reason ul li > figure img {
	border-radius: 1rem;
}
.reason ul li > dl {
	width: 55%;
}
.reason ul li > dl dt {
	font-weight: 500;
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
}
.reason ul li > dl dt::before {
	content: "";
	width: 0.7rem;
	height: 0.7rem;
	background: var(--pink);
	border-radius: 50%;
	margin-top: 0.3rem;
	margin-right: 1rem;
}
@media screen and (max-width: 768px) {
	.reason ul {
		padding: 0 2rem;
	}
	.reason ul li {
		display: block;
	}
	.reason ul li > figure {
		width: 100%;
		margin-bottom: 2rem;
	}
	.reason ul li > figure img {
		border-radius: 1rem;
	}
	.reason ul li > dl {
		width: 100%;
	}
}



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

lcmenu

------------------------------------------- */
.lcmenu {
	background: linear-gradient(to right, #ff93b6, #f5a497);
	padding: 3rem 0;
	display: flex;
	justify-content: center;
}
.lcmenu li:not(:last-child) {
	margin-right: 2rem;
}
.lcmenu li {
	width: 18rem;
}
.lcmenu li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 1rem;
	height: 6.4rem;
	box-shadow: 0 0 0.8rem 0 rgba(156,72,82,0.6);
	color: var(--pink);
	font-weight: 500;
	position: relative;
	line-height: 1.2;
	text-align: center;
	font-size: 1.6rem;
	padding-bottom: 0.6rem;
}
.lcmenu li a i {
	position: absolute;
	left: 50%;
	bottom: 0.4rem;
	transform: translate(-50%,0);
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.lcmenu {
		padding: 2rem;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.lcmenu li:not(:last-child) {
		margin-right: 0;
	}
	.lcmenu li {
		width: 48%;
	}
	.lcmenu li:nth-child(n + 3) {
		margin-top: 4%;
	}
}



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

plan

------------------------------------------- */
.plan {
	padding: 2rem 0 8rem 0;
	background: url(/pta/lp/f1/images/plan-bg-1.png) no-repeat center top;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	.plan {
		padding: 6rem 0 8rem 0;
	}
}
/* table */
.plan table {
	width: 100%;
	border-collapse: collapse;
}
.plan table thead th:nth-of-type(2) {
	background: var(--pink);
}
.plan table thead th:nth-of-type(3) {
	background: var(--green);
}
.plan table thead th:nth-of-type(4) {
	background: var(--blue);
}
.plan table th {
	position: relative;
}
.plan table th img {
	position: absolute;
	left: -1.2rem;
	top: -2rem;
	width: 5.4rem;
}
.plan table th > span {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	font-weight: 500;
	line-height: 1.2;
}
.plan table th strong {
	font-size: 2.4rem;
	vertical-align: -0.2rem;
}
.plan table th,
.plan table td {
	width: 25%;
	border: solid 0.2rem #fff;
	padding: 1.5rem 0;
}
.plan table td {
	background: #fbfaf3;
	text-align: center;
}
.plan table img {
	width: 2.4rem;
	margin-right: 0.6rem;
	vertical-align: -0.7rem;
}
.plan table img.small {
	width: 1.8rem;
	vertical-align: -0.3rem;
}
.plan table tbody tr:nth-of-type(n + 3) td:nth-of-type(2) {
	background: #f9f2ee;
	color: var(--pink);
}
.plan table td:nth-of-type(3) {
	background: #eff9eb;
	color: var(--green);
}
.plan table td:nth-of-type(4) {
	background: #f0f6f4;
	color: var(--blue);
}
@media screen and (max-width: 768px) {
	.plan .table-wrap {
		width: calc(100% - 4rem);
		margin: 0 auto;
		overflow-x: scroll;
		padding-bottom: 1rem;
		padding-top: 2rem;
		font-size: 1.3rem;
	}
	.plan .table-wrap th,
	.plan .table-wrap td {
		white-space: nowrap;
		vertical-align: middle;
		line-height: 1.4;
	}
	.plan table th img {
		left: -3rem;
	}	
	.plan table th,
	.plan table td {
		padding: 1.5rem 1.5rem;
	}	
	.plan table th strong {
		font-size: 2rem;
	}	
}



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

service

------------------------------------------- */
.service {
	background: url(/pta/lp/f1/images/service-deco-2.png) no-repeat left top;
	background-size: 34rem auto;
	background-color: #f9edeb;
	padding: 0 0 4rem 0;
	position: relative;
}
.service > img {
	margin-bottom: 8rem;
}
.service > figure {
	position: absolute;
	right: 0;
	top: -1rem;
	width: 24rem;
}
@media screen and (max-width: 768px) {
	.service {
		background: url(/pta/lp/f1/images/service-deco-2.png) no-repeat left top;
		background-size: 16rem auto;
		background-color: #f9edeb;
		padding: 0 0 4rem 0;
	}
	.service > figure {
		top: -3rem;
		width: 12rem;
	}
	.service .heading-1 {
		margin-bottom: 8rem;
	}
}
/* ul */
.service > ul > li {
	background: #fff;
	border-radius: 2.5rem;
	position: relative;
	padding: 8rem 4rem 4rem 4rem;
}
.service > ul > li:not(:last-child) {
	margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
	.service > ul {
		width: calc(100% - 4rem);
		margin: 0 auto;
	}
	.service > ul > li {
		padding: 6rem 2rem 3rem 2rem;
	}
	.service > ul > li:not(:last-child) {
		margin-bottom: 6rem;
	}
}
/* ul li:1 */
.service > ul > li:nth-child(1) > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service > ul > li:nth-child(1) > ul > li {
	width: 45%;
}
.service > ul > li:nth-child(1) > ul > li:nth-child(n + 3) {
	margin-top: 6rem;
}
.service > ul > li:nth-child(1) h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.8rem;
	font-size: 1.7rem;
	line-height: 1.2;
}
.service > ul > li:nth-child(1) h4 strong {
	font-weight: normal;
	font-size: 2.4rem;
	color: var(--pink);
}
.service > ul > li:nth-child(1) h4::before,
.service > ul > li:nth-child(1) h4::after {
	content: "";
	width: 0.15rem;
	height: 4rem;
	background: var(--brown);
	margin-top: 1rem;
}
.service > ul > li:nth-child(1) h4::before {
	margin-right: 2rem;
	transform: rotate(-20deg);
}
.service > ul > li:nth-child(1) h4::after {
	margin-left: 2rem;
	transform: rotate(20deg);
}
.service > ul > li:nth-child(1) > ul > li > figure {
	position: relative;
	margin-bottom: 0.8rem;
}
.service > ul > li:nth-child(1) > ul > li > figure img:nth-of-type(2) {
	position: absolute;
	right: -1.5rem;
	top: 2rem;
	width: 9.6rem;
	display: block;
}
.service > ul > li:nth-child(1) dl dt {
	background: #fbf5f4;
	text-align: center;
	font-size: 1.6rem;
	padding: 0.5rem 0 0.6rem 0;
}
.service > ul > li:nth-child(1) dl dd li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.5rem 0 0.6rem 1rem;
}
.service > ul > li:nth-child(1) dl dd li img {
	width: 6rem;
}
.service > ul > li:nth-child(1) dl dd li span {
	width: calc(100% - 6rem);
	line-height: 1.3;
	font-size: 1.2rem;
	padding-left: 1rem;
}
.service > ul > li:nth-child(1) dl dd li strong {
	font-weight: 500;
	color: var(--pink);
	font-size: 1.4rem;
}
.service > ul > li:nth-child(1) dl dd li:nth-child(even) {
	background: #fbf5f4;
}
@media screen and (max-width: 768px) {
	.service > ul > li:nth-child(1) > ul {
		display: block;
	}
	.service > ul > li:nth-child(1) > ul > li {
		width: 100%;
	}
	.service > ul > li:nth-child(1) > ul > li:not(:last-child) {
		margin-bottom: 5rem;
	}	
	.service > ul > li:nth-child(1) > ul > li:nth-child(n + 3) {
		margin-top: 0;
	}
}
/* ul li:2 */
.service > ul > li:nth-child(2) .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service > ul > li:nth-child(2) .wrap > figure {
	width: 43%;
}
.service > ul > li:nth-child(2) .wrap > dl {
	width: 52%;
}
.service > ul > li:nth-child(2) dt {
	font-weight: 500;
	color: var(--green);
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	.service > ul > li:nth-child(2) .wrap {
		display: block;
	}
	.service > ul > li:nth-child(2) .wrap > figure {
		width: 100%;
		margin-bottom: 2rem;
	}
	.service > ul > li:nth-child(2) .wrap > dl {
		width: 100%;
	}
}
/* ul li:3 */
.service > ul > li:nth-child(3) ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service > ul > li:nth-child(3) ul li {
	width: 31%;
}
.service > ul > li:nth-child(3) ul li:nth-child(n + 4) {
	margin-top: 6rem;
}
.service > ul > li:nth-child(3) img {
	border-radius: 2.5rem;
}
.service > ul > li:nth-child(3) ul span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
	line-height: 1;
	font-weight: 500;
	text-align: center;
}
.service > ul > li:nth-child(3) ul span::before,
.service > ul > li:nth-child(3) ul span::after {
	content: "";
	width: 0.12rem;
	height: 3rem;
	background: var(--brown);
	margin-top: 0.3rem;
}
.service > ul > li:nth-child(3) ul span::before {
	transform: rotate(-20deg);
	margin-left: 1rem;
}
.service > ul > li:nth-child(3) ul span::after {
	transform: rotate(20deg);
	margin-right: 1rem;
}
.service > ul > li:nth-child(3) p {
	color: var(--blue);
	font-weight: 500;
	text-align: center;
	margin-top: 1rem;
	font-size: 2rem;
	line-height: 1.3;
}
@media screen and (max-width: 768px) {
	.service > ul > li:nth-child(3) ul li {
		width: 48%;
	}
	.service > ul > li:nth-child(3) ul li:nth-child(n + 4) {
		margin-top: 0;
	}
	.service > ul > li:nth-child(3) ul li:nth-child(n + 3) {
		margin-top: 3rem;
	}	
	.service > ul > li:nth-child(3) img {
		border-radius: 1.5rem;
	}
	.service > ul > li:nth-child(3) ul span {
		line-height: 1.2;
		font-size: 1.2rem;
		text-align: center;
	}
	.service > ul > li:nth-child(3) ul > li:nth-child(5) span {
		font-size: 1rem;
	}
	.service > ul > li:nth-child(3) p {
		text-align: center;
		font-size: 1.6rem;
	}
}
/* h3 */
.service h3 {
	color: var(--pink);
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 4rem;
}
.service h3.green {
	color: var(--green);
}
.service h3.blue {
	color: var(--blue);
}
@media screen and (max-width: 768px) {
	.service h3 {
		font-size: 2.3rem;
		margin-bottom: 3rem;
	}
}
/* num */
.num {
	width: 8rem;
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-oswald);
	font-weight: 500;
	font-size: 3.8rem;
	color: #fff;
	border-radius: 50%;
	background: var(--pink);
	position: absolute;
	left: 50%;
	top: -4rem;
	transform: translate(-50%,0);
}
.service > ul > li:nth-child(2) .num {
	background: var(--green);
}
.service > ul > li:nth-child(3) .num {
	background: var(--blue);
}



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

simulation

------------------------------------------- */
.simulation {
	padding: 4rem 0 0 0;
	position: relative;
}
.simulation::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/pta/lp/f1/images/simulation-bg-1.png) no-repeat right top 2rem;
	background-size: 24rem auto;
	z-index: 0;
}
@media screen and (max-width: 768px) {
	.simulation {
		padding: 6rem 0 0 0;
	}
	.simulation::before {
		background: url(/pta/lp/f1/images/simulation-bg-1.png) no-repeat right top 1rem;
		background-size: 10rem auto;
	}
}
/* ul */
.simulation > ul li {
	background: #fff;
	border-radius: 1rem;
}
.simulation > ul li:not(:last-child ){
	margin-bottom: 6rem;
}
.simulation > ul li:nth-child(1) {
	border: solid var(--pink) 0.3rem;
}
.simulation > ul li:nth-child(2) {
	border: solid var(--green) 0.3rem;
}
.simulation > ul li:nth-child(3) {
	border: solid var(--blue) 0.3rem;
}
@media screen and (max-width: 768px) {
	.simulation > ul {
		width: calc(100% - 4rem);
		margin: 0 auto;
	}	
	.simulation > ul li:not(:last-child ){
		margin-bottom: 2rem;
	}
}
/* toggle */
.toggle {
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 6rem;
	padding-left: 4rem;
	border-radius: 0.7rem 0.7rem 0 0;
	transition: all .3s;
}
.toggle:hover {
	opacity: 0.5;
	cursor: pointer;
}
.toggle.open {
	border-radius: 0.7rem;
}
.toggle i {
	position: absolute;
	right: 3rem;
	top: 50%;
	transform: translate(0,-50%) rotate(-180deg);
	font-size: 2rem;
	transition: all .3s;
}
.toggle.open i {
	transform: translate(0,-50%) rotate(0);	
}
.toggle > figure {
	width: 13rem;
	position: relative;
	top: -1.7rem
}
.toggle  > span {
	width: calc(100% - 13rem);
	padding-left: 2.5rem;
	display: flex;
	flex-direction: column;
}
.toggle  > span strong {
	font-weight: 500;
	font-size: 2.4rem;
}
.toggle.pink {
	background: #f8edea;
}
.toggle.green {
	background: #e7f8e6;
}
.toggle.blue {
	background: #f1f8f8;
}
.toggle.pink  > span strong,
.toggle.pink i {
	color: var(--pink);
}
.toggle.green  > span strong,
.toggle.green i {
	color: var(--green);
}
.toggle.blue  > span strong,
.toggle.blue i {
	color: var(--blue);
}
@media screen and (max-width: 768px) {
	.toggle {
		padding-left: 2rem;
		padding-right: 4rem;	
		padding-top: 1rem;
		padding-bottom: 1.1rem;	
	}
	.toggle i {
		right: 1.2rem;
	}
	.toggle > figure {
		width: 7rem;
		top: auto;
	}
	.toggle  > span {
		width: calc(100% - 7rem);
		padding-left: 1.5rem;
		font-size: 1.2rem;
	}
	.toggle  > span strong {
		font-size: 2rem;
		line-height: 1.3;
		margin-bottom: 0.5rem;
	}
}
/* content */
.content {
	padding: 6rem 7rem 2rem 7rem;
}
th.adjust-1 {
	background: #e78e8e !important;
}
th.adjust-2 {
	background: #88bc72 !important;
}
th.adjust-3 {
	background: #add19e !important;
}
th.adjust-4 {
	background: #466b88 !important;
}
.content .table-wrap {
	position: relative;
}
.content .table-wrap > span {
	display: block;
	width: 17.5rem;
	position: absolute;
	left: -4rem;
	top: -4rem
}
.content table {
	width: 100%;
	border-collapse: collapse;
}
.content table th,
.content table td {
	padding: 1rem;
	font-weight: normal;
}
.content table thead {
	border-top: solid 0.12rem #cfcfcf;
	border-bottom: solid 0.12rem #cfcfcf;
	background: #f8edea;
}
.content table thead th {
	text-align: right;
}
.content table tbody th {
	background: var(--pink);
	color: #fff;
	text-align: center;
}
.content table.green tbody th {
	background: var(--green);
}
.content table.blue tbody th {
	background: var(--blue);
}
.content .total th,
.content .total td {
	background: #f8edea;
	border: none;
}
.content table.green .total th,
.content table.green .total td {
	background: #e7f8e6;
}
.content table.blue .total th,
.content table.blue .total td {
	background: #f1f8f8;
}
.content table tbody td {
	border-bottom: dotted 0.2rem #cfcfcf;
}
.content table tbody td:not(:first-of-type) {
	text-align:right;
}
.content table.green thead {
	background: #e7f8e6;
}
.content table.blue thead {
	background: #f1f8f8;
}
.content table th,
.content table td {
	vertical-align: middle;
}
.content tr.none td {
	border: none;
}
.content table thead th:last-of-type,
.content table tbody td:last-of-type {
	color: var(--pink);
	font-weight: bold;
}
.content table.green thead th:last-of-type,
.content table.green tbody td:last-of-type {
	color: var(--green);
}
.content table.blue thead th:last-of-type,
.content table.blue tbody td:last-of-type {
	color: var(--blue);
}
.content table.green .budget th {
	background: #71a166 !important;
}
.content table.blue .budget th {
	background: #5a8ca8 !important;
}
.content .budget {
	border-top: solid 0.12rem #fff;
}
.content .table-wrap > div {
	line-height: 1;
	margin-top: 1.5rem;
	display: flex;
	justify-content: flex-end;
	font-size: 2.2rem;
	color: var(--pink);
	font-weight: bold;
}
.content .table-wrap > div > span {
	display: flex;
	align-items: center;
}
.content .table-wrap > div > span::before,
.content .table-wrap > div > span::after {
	content: "";
	width: 0.15rem;
	height: 3.2rem;
	background: var(--pink);
	margin-top: 0.6rem;
}
.content .table-wrap > div > span::before {
	transform: rotate(-20deg);
	margin-right: 2rem;
}
.content .table-wrap > div > span::after {
	transform: rotate(20deg);
	margin-left: 2rem;
}
.simulation > ul li:nth-child(2) .content .table-wrap > div {
	color: var(--green);
}
.simulation > ul li:nth-child(3) .content .table-wrap > div {
	color: var(--blue);
}
.simulation > ul li:nth-child(2) .content .table-wrap > div > span::before,
.simulation > ul li:nth-child(2) .content .table-wrap > div > span::after {
	background: var(--green);
}
.simulation > ul li:nth-child(3) .content .table-wrap > div > span::before,
.simulation > ul li:nth-child(3) .content .table-wrap > div > span::after {
	background: var(--blue);
}
@media screen and (max-width: 768px) {
	.content {
		padding: 1.5rem 2rem 2rem 2rem;
	}
	.content .table-wrap {
		overflow-x: scroll;
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	.content .table-wrap > span {
		width: 11rem;
		left: 1rem;
		top: 1rem
	}
	.content table th,
	.content table td {
		font-size: 1.4rem;
		white-space: nowrap;
	}
	.content .table-wrap > div {
		padding-left: 1rem;
		justify-content: flex-start;
		margin-top: 0.5rem;
	}
	.plan h2 + div {
		padding: 0 1rem;
	}
}
/* p */
.simulation > p {
	margin-top: 2rem;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 4rem;
}



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

voice

------------------------------------------- */
.voice {
	background: #f9edeb;
	padding: 4rem 0 8rem 0;
	position: relative;
}
.voice > img {
	position: absolute;
	left: 0;
	top: -10rem;
	z-index: 10;
	width: 32rem;
}
@media screen and (max-width: 768px) {
	.voice > img {
		top: -7rem;
		width: 10rem;
	}
	.voice .ttl-wrap {
		position: relative;
		z-index: 10;
	}	
}
/* ul */
.voice ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}
.voice ul li {
	width: 48%;
	background: #fff;
	border-radius: 1.5rem;
	padding: 0 2rem 2rem 2rem;
}
.voice ul li:nth-child(n + 3) {
	margin-top: 4%;
}
@media screen and (max-width: 768px) {
	.voice ul {
		display: block;
		width: calc(100% - 4rem);
		margin: 0 auto;
	}
	.voice ul li {
		width: 100%;
		padding: 0.5rem 2rem 2rem 2rem;
	}
	.voice ul li:not(:last-child) {
		margin-bottom: 3rem;
	}	
	.voice ul li:nth-child(n + 3) {
		margin-top: 0;
	}
}
/* h3 */
.voice h3 {
	display: flex;
	align-items: center;
	position: relative;
	top: -1rem
}
.voice h3 img {
	width: 10rem;
}
.voice h3 span {
	width: calc(100% - 10rem);
	padding-left: 1.5rem;
	padding-top: 2rem;
	font-weight: 500;
	font-size: 1.8rem;
}
.voice h3 i {
	display: block;
	font-size: 1.2rem;
	margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {

}



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

faq

------------------------------------------- */
.faq {
	background: #fafafa;
	padding: 8rem 0;
	position: relative;
}
.faq > img {
	position: absolute;
	right: 0;
	top: -4.5rem;
	width: 12rem;
}
@media screen and (max-width: 768px) {
	.faq > img {
		top: -5rem;
		width: 10rem;
	}
}
/* dl */
.faq dl {
	background: #fff;
	border-radius: 2rem;
}
@media screen and (max-width: 768px) {
	.faq dl {
		width: calc(100% - 4rem);
		margin: 0 auto;
		background: #fff;
		border-radius: 2rem;
	}
}
.faq dl:not(:last-of-type) {
	margin-bottom: 2rem;
}
.faq dt {
	padding: 1.8rem 4rem 1.9rem 2rem;
	font-size: 1.6rem;
	position: relative;
	transition: all .3s;
}
.faq dt:hover {
	opacity: 0.5;
	cursor: pointer;
}
.faq dt i {
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translate(0,-50%);
	transition: all .3s;
}
.faq dt.open i {
	transform: translate(0,-50%) rotate(-180deg);	
}
.faq-ttl-first i {
	transform: translate(0,-50%) rotate(-180deg) !important;
}
.faq-ttl-first.open i {
	transform: translate(0,-50%) rotate(0) !important;
}
.faq dt span {
	display: flex;
	align-items: center;
}
.faq dt span::before {
	content: "";
	width: 0.7rem;
	height: 0.7rem;
	margin-right: 1.5rem;
	background: var(--pink);
	border-radius: 50%;
}
.faq dd {
	padding: 0 4rem 2rem 4.2rem;
}



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

footer

------------------------------------------- */
footer {
	background: url(/pta/lp/f1/images/footer-bg.png) no-repeat left 2rem bottom;
	background-size: 20rem auto;
	background-color: #fafafa;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
	footer {
		background: url(/pta/lp/f1/images/footer-bg.png) no-repeat left -3rem bottom 6rem;
		background-size: 13rem auto;
		background-color: #fafafa;
		padding-bottom: 10rem;
	}
}
/* nav */
footer nav ul {
	display: flex;
	justify-content: center;
}
footer nav ul li:not(:last-child) {
	margin-right: 3.5rem;
}
@media screen and (max-width: 768px) {
	footer nav ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	footer nav ul li:not(:last-child) {
		margin-right: 0;
	}
	footer nav ul li {
		width: 50%;
		text-align: center;
		padding: 0.5rem 0;
	}	
}
/* logo */
footer .logo {
	width: 23rem;
	margin: 3rem 0 2rem 0;
}
footer .logo + div {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
	font-size: 1.2rem;
}
footer small {
	font-size: 1.2rem;
}



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

hamburger

------------------------------------------- */
.gnav-sp {
	background: #fff;
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all .5s;
	z-index: -1;
	-webkit-overflow-scrolling: touch;
}
/* ---- wrap ---- */
.gnav-sp .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
/* ---- gnav-sp-menu ---- */
.gnav-sp-menu li {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}
.gnav-sp-menu li span {
	display: block;
}
.gnav-sp-menu li a {
	display: block;
	padding: 1.2rem 0;
	white-space: nowrap;
}
/* ---- toggle ---- */
.toggle-btn {
	background: var(--pink);
	cursor: pointer;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 6rem;
	height: 6rem;
	transition: all .5s;
	z-index: 100000;
}
.toggle-btn span {
	background: #fff;
	display: block;
	position: absolute;
	left: 2rem;
	width: 2rem;
	height: 0.2rem;
	transition: all .4s;
}
.toggle-btn span:nth-child(1) {
	top: 1.9rem;
}
.toggle-btn span:nth-child(2) {
	top: 2.7rem;
}
.toggle-btn span:nth-child(3) {
	top: 3.5rem;
}
/* ---- open ---- */
.open .gnav-sp {
	top: 0;
	opacity: 1;
	z-index: 99999;
}
.open .toggle-btn span:nth-child(1) {
	transform: translateY(0.8rem) rotate(-45deg);
}
.open .toggle-btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle-btn span:nth-child(3) {
	transform: translateY(-0.8rem) rotate(45deg);
}