.p-bg {
	background-color: #E8F9F8;
}

.p-bg-gry {
	background-color: #F4F4F4;
}

.p-bg-cross {
	background-image: url(../images/common/bg_cross.png);
}

.p-mv {
	background-image: url(../images/top/bg_mv.jpg);
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.p-mv {
		border-top: 0.2rem solid #ffffff;
	}
}
.p-mv__image {
	margin: 0 -1.6rem;
}

.p-freeschool {
	padding-top: 11.5rem;
	padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
	.p-freeschool {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
.p-freeschool__content {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 1rem rgba(88, 119, 127, 0.3);
	        box-shadow: 0 0 1rem rgba(88, 119, 127, 0.3);
	padding: 6.9rem 5rem 5.4rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-freeschool__content {
		padding: 4rem 1.5rem 3rem;
	}
}
.p-freeschool__title {
	margin: auto auto auto;
	background-color: #00A29A;
	color: #ffffff;
	height: 7.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 84rem;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-freeschool__title {
		height: 6rem;
		width: 29rem;
		line-height: 1.3;
	}
}
.p-freeschool__title .yellow {
	color: #FFE97D;
}
.p-freeschool__title::before, .p-freeschool__title::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 50%;
}
.p-freeschool__title::before {
	border-width: 3.6rem 3rem 3.6rem 0;
	border-color: transparent #00A29A transparent transparent;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-100%);
	        transform: translateY(-50%) translateX(-100%);
}
@media screen and (max-width: 767px) {
	.p-freeschool__title::before {
		border-width: 3rem 3rem 3rem 0;
	}
}
.p-freeschool__title::after {
	border-width: 3.6rem 0 3.6rem 3rem;
	border-color: transparent transparent transparent #00A29A;
	right: 0;
	-webkit-transform: translateY(-50%) translateX(100%);
	        transform: translateY(-50%) translateX(100%);
}
@media screen and (max-width: 767px) {
	.p-freeschool__title::after {
		border-width: 3rem 0 3rem 3rem;
	}
}
.p-freeschool__graph {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
	.p-freeschool__graph {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 2rem;
	}
}
.p-freeschool__graph .graph {
	width: 52.4rem;
}
@media screen and (max-width: 767px) {
	.p-freeschool__graph .graph {
		width: 100%;
	}
}
.p-freeschool__graph .graph + .graph {
	width: 46.6rem;
}
@media screen and (max-width: 767px) {
	.p-freeschool__graph .graph + .graph {
		width: 100%;
	}
}

.p-attend {
	padding-top: 8rem;
}
@media screen and (max-width: 767px) {
	.p-attend {
		padding-top: 5rem;
	}
}
.p-attend__title {
	border-bottom: 0.1rem solid #00A29A;
	padding-bottom: 2rem;
}
.p-attend__title .sq {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 0.2em;
	font-size: 113%;
}
.p-attend__title .sq-inn {
	width: 6.6rem;
	height: 6.6rem;
	border: 0.1rem solid #332F2F;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-attend__title .sq-inn {
		width: 3.3rem;
		height: 3.3rem;
	}
}
.p-attend__title .sq-inn:nth-child(n+2) {
	border-left: none;
}
.p-attend__image {
	width: 65rem;
	max-width: 100%;
	margin: 2.5rem auto;
}

.p-term {
	padding-top: 8rem;
}
@media screen and (max-width: 767px) {
	.p-term {
		padding-top: 5rem;
	}
}
.p-term__title .title1 {
	display: block;
}
.p-term__title .title2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.p-term__title .title2 span {
	font-size: 140%;
}
.p-term__slider {
	margin-top: 2.5rem;
	margin-bottom: 0 !important;
}
.p-term__slider .slick-track {
	gap: 14rem;
	padding: 1rem 0;
}
@media screen and (max-width: 767px) {
	.p-term__slider .slick-track {
		gap: 7rem;
	}
}
.p-term__slider .item {
	width: 81rem;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 1rem rgba(88, 119, 127, 0.3);
	        box-shadow: 0 0 1rem rgba(88, 119, 127, 0.3);
	padding: 3.5rem 4.2rem 4rem;
}
@media screen and (max-width: 767px) {
	.p-term__slider .item {
		width: 33rem;
		padding: 3rem 1.5rem 3rem;
	}
}
.p-term__slider .item .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 0.1rem solid #00A29A;
	margin-bottom: 3rem;
	padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-term__slider .item .heading {
		margin-bottom: 2rem;
		padding-bottom: 1rem;
	}
}
.p-term__slider .item .heading .num {
	font-size: 10.2rem;
	line-height: 1;
	font-weight: 700;
	width: 13.4rem;
}
@media screen and (max-width: 767px) {
	.p-term__slider .item .heading .num {
		font-size: 5rem;
		width: 6rem;
	}
}
.p-term__slider .item .heading .title {
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
	width: calc(100% - 13.4rem);
}
@media screen and (max-width: 767px) {
	.p-term__slider .item .heading .title {
		font-size: 1.8rem;
		width: calc(100% - 6rem);
	}
}
.p-term__slider .item .img {
	margin-bottom: 1.8rem;
}
.p-term__slider .slick-arrow {
	width: 6.4rem;
	height: 6.4rem;
	background-color: #00A29A;
	border-radius: 50%;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.p-term__slider .slick-arrow {
		width: 3.3rem;
		height: 3.3rem;
	}
}
.p-term__slider .slick-arrow::before {
	content: "";
	display: block;
	opacity: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/common/img_arrow_slider.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.p-term__slider .slick-arrow.slick-prev {
	left: calc((100% - 81rem) / 2 - 3rem - 6.4rem);
}
@media screen and (max-width: 767px) {
	.p-term__slider .slick-arrow.slick-prev {
		left: 1rem;
	}
}
.p-term__slider .slick-arrow.slick-prev::before {
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.p-term__slider .slick-arrow.slick-next {
	right: calc((100% - 81rem) / 2 - 3rem - 6.4rem);
}
@media screen and (max-width: 767px) {
	.p-term__slider .slick-arrow.slick-next {
		right: 1rem;
	}
}
.p-term__slider .slick-dots {
	margin-top: 3.5rem;
	position: relative;
	bottom: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 2.8rem;
}
@media screen and (max-width: 767px) {
	.p-term__slider .slick-dots {
		gap: 1rem;
		margin-top: 2rem;
	}
}
.p-term__slider .slick-dots li {
	margin: 0;
	width: 1.8rem;
	height: 1.8rem;
}
@media screen and (max-width: 767px) {
	.p-term__slider .slick-dots li {
		width: 1.5rem;
		height: 1.5rem;
	}
}
.p-term__slider .slick-dots li button {
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #B2B2B2;
	border-radius: 50%;
}
.p-term__slider .slick-dots li button::before {
	content: none;
}
.p-term__slider .slick-dots li.slick-active button {
	background-color: #666666;
}

.p-revice {
	padding-top: 7rem;
	padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
	.p-revice {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
.p-revice__title .title1 {
	text-align: center;
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-revice__title .title1 {
		font-size: 1.6rem;
		margin-bottom: 0.5em;
	}
}
@media screen and (max-width: 767px) {
	.p-revice__title .title2 {
		line-height: 1.5;
	}
}
.p-revice__content {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 1rem rgba(88, 119, 127, 0.3);
	        box-shadow: 0 0 1rem rgba(88, 119, 127, 0.3);
	padding: 3.5rem 6rem 5rem;
	margin: 3rem auto auto;
	width: 100rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-revice__content {
		padding: 2rem 1.5rem;
		width: 100%;
	}
}
.p-revice__content .c-title-type03 {
	margin-top: 3rem;
	margin-bottom: 2.2rem;
}
.p-revice__tbl {
	padding: 3rem 3.5rem 4.5rem;
	background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
	.p-revice__tbl {
		padding: 2rem 1.5rem;
	}
}
.p-revice__tbl .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 0.1rem solid #B2B2B2;
	padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
	.p-revice__tbl .item {
		padding: 1rem 0;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
.p-revice__tbl .item:first-of-type {
	padding-top: 0;
}
.p-revice__tbl .item:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}
.p-revice__tbl .item .num {
	width: 9rem;
}
@media screen and (max-width: 767px) {
	.p-revice__tbl .item .num {
		width: 5rem;
	}
}
.p-revice__tbl .item .num-inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 6rem;
	height: 6rem;
	background-color: #00A29A;
	color: #ffffff;
	text-align: center;
	font-size: 3.6rem;
	line-height: 0.0277777778;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-revice__tbl .item .num-inn {
		width: 4rem;
		height: 4rem;
		font-size: 2.4rem;
	}
}
.p-revice__tbl .item .cnt {
	width: calc(100% - 9rem);
}
@media screen and (max-width: 767px) {
	.p-revice__tbl .item .cnt {
		width: calc(100% - 5rem);
	}
}
.p-revice__tbl .item .cnt .m-text {
	line-height: 1.5;
}
.p-revice__text {
	margin-top: 2.5rem;
	text-align: center;
	font-size: 3rem;
	line-height: 1.3333333333;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-revice__text {
		font-size: 2rem;
	}
}
.p-revice__btn {
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-revice__btn {
		margin-top: 3rem;
	}
}

.p-reason {
	background-image: url(../images/top/bg_reason.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
	.p-reason {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
.p-reason__content {
	margin-top: 8rem;
}
@media screen and (max-width: 767px) {
	.p-reason__content {
		margin-top: 3rem;
	}
}
.p-reason__content .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background: -webkit-gradient(linear, left top, right top, from(rgba(232, 250, 247, 0.7)), to(rgba(245, 251, 251, 0.7)));
	background: linear-gradient(to right, rgba(232, 250, 247, 0.7) 0%, rgba(245, 251, 251, 0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 5rem 5rem 5rem;
	margin-top: 8rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-reason__content .item {
		padding: 3rem 1.5rem 2rem;
		display: block;
		margin-top: 3rem;
	}
}
.p-reason__content .item .img {
	width: 40.4rem;
}
@media screen and (max-width: 767px) {
	.p-reason__content .item .img {
		width: 100%;
		margin-top: 2rem;
	}
}
.p-reason__content .item .img .caption {
	font-size: 1rem;
	margin-top: 1em;
	color: #B2B2B2;
	text-align: right;
}
.p-reason__content .item .img .m-movie {
	padding-top: 61.9230769231%;
}
.p-reason__content .item .cnt {
	width: 54.6rem;
}
@media screen and (max-width: 767px) {
	.p-reason__content .item .cnt {
		width: 100%;
	}
}
.p-reason__content .item .num {
	font-size: 4.7rem;
	line-height: 1.7872340426;
	letter-spacing: 0.03em;
	font-weight: 700;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(-40%);
	        transform: translateY(-40%);
}
@media screen and (max-width: 767px) {
	.p-reason__content .item .num {
		font-size: 3rem;
	}
}
.p-reason__content .item .num span {
	display: inline-block;
	margin-left: 0.05em;
	font-size: 6.6rem;
	line-height: 1;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-reason__content .item .num span {
		font-size: 4rem;
	}
}
.p-reason__content .item .title {
	border-bottom: 0.1rem solid #00A29A;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
	padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-reason__content .item .title {
		font-size: 2rem;
		padding-bottom: 1rem;
	}
}
.p-reason__content .item .m-text {
	margin-top: 1em;
}
.p-reason__content .item:first-of-type {
	margin-top: 0;
}
.p-reason__content .item:nth-of-type(2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	background: -webkit-gradient(linear, left top, right top, from(rgba(245, 251, 251, 0.7)), to(rgba(232, 250, 247, 0.7)));
	background: linear-gradient(to right, rgba(245, 251, 251, 0.7) 0%, rgba(232, 250, 247, 0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.p-reason__content .item:nth-of-type(2) .img {
	width: 38.9rem;
}
@media screen and (max-width: 767px) {
	.p-reason__content .item:nth-of-type(2) .img {
		width: 100%;
	}
}

.p-features__title {
	background-color: #00A29A;
	padding: 2rem 0;
}
@media screen and (max-width: 767px) {
	.p-features__title {
		padding: 1rem 1.5rem;
	}
}
.p-features__title .title {
	color: #ffffff;
	font-size: 6rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-features__title .title {
		font-size: 3rem;
	}
}
.p-features__sec {
	padding: 8rem 0;
}
@media screen and (max-width: 767px) {
	.p-features__sec {
		padding: 5rem 0;
	}
}
.p-features__sec .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-features__sec .top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
.p-features__sec .top .img {
	width: 48.1rem;
}
@media screen and (max-width: 767px) {
	.p-features__sec .top .img {
		width: 100%;
		margin-top: 2rem;
	}
}
.p-features__sec .top .cnt {
	width: 56.5rem;
}
@media screen and (max-width: 767px) {
	.p-features__sec .top .cnt {
		width: 100%;
	}
}
.p-features__sec .top .title {
	font-size: 3.6rem;
	line-height: 1.2777777778;
	font-weight: 700;
	border-bottom: 0.1rem solid #00A29A;
	padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-features__sec .top .title {
		font-size: 2rem;
		padding-bottom: 1rem;
	}
}
.p-features__sec .top .m-text {
	margin-top: 1em;
}
.p-features__sec .top .title-sub {
	display: inline-block;
	color: #ffffff;
	background-color: #00A29A;
	padding: 0.3em 1.5em 0.4em;
	font-size: 2rem;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
	.p-features__sec .top .title-sub {
		font-size: 1.5rem;
	}
}
.p-features__sec .content1 {
	background-color: #E8F9F8;
	padding: 1.7rem 9rem 4rem;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-features__sec .content1 {
		padding: 2rem 1.5rem 2rem;
	}
}
.p-features__sec .content1__title {
	text-align: center;
	font-size: 3.2rem;
	line-height: 2.21875;
	font-weight: 700;
	border-bottom: 0.1rem solid #00A29A;
	margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.p-features__sec .content1__title {
		font-size: 2rem;
		margin-bottom: 1em;
		line-height: 1.5;
		padding-bottom: 0.5em;
	}
}
.p-features__sec .content1__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-features__sec .content1__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 3rem;
	}
}
.p-features__sec .content1__list .item {
	width: 27.9rem;
}
@media screen and (max-width: 767px) {
	.p-features__sec .content1__list .item {
		width: 100%;
	}
}
.p-features__sec .content1__list .text {
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 500;
	margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
	.p-features__sec .content1__list .text {
		font-size: 1.5rem;
		margin-top: 1em;
	}
}
.p-features__sec:nth-of-type(odd) {
	background-color: #F4F4F4;
}
.p-features__sec:nth-of-type(2) .top {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
	.p-features__sec:nth-of-type(2) .top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
.p-features__sec:nth-of-type(2) .top .img {
	width: 22.6rem;
}
@media screen and (max-width: 767px) {
	.p-features__sec:nth-of-type(2) .top .img {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
}
.p-features__sec:nth-of-type(2) .top .cnt {
	width: 83.6rem;
}
@media screen and (max-width: 767px) {
	.p-features__sec:nth-of-type(2) .top .cnt {
		width: 100%;
	}
}
.p-features__sec:last-of-type {
	padding-bottom: 11rem;
}
@media screen and (max-width: 767px) {
	.p-features__sec:last-of-type {
		padding-bottom: 5rem;
	}
}

.content2 {
	margin-top: 9rem;
	padding-top: 6.5rem;
}
@media screen and (max-width: 767px) {
	.content2 {
		margin-top: 5rem;
		padding-top: 5rem;
	}
}
.content2__title1 {
	text-align: center;
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.content2__title1 {
		font-size: 2rem;
	}
}
.content2__title2 {
	text-align: center;
}
.content2__inner {
	margin-top: 3rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.content2__inner {
		margin-top: 1rem;
	}
}
.content2__inner .badge {
	position: absolute;
	right: 0;
	top: 0;
	width: 17.2rem;
}
@media screen and (max-width: 767px) {
	.content2__inner .badge {
		width: 6rem;
		right: -1rem;
		top: -1rem;
	}
}
.content2__image {
	width: 54.3rem;
	margin: auto auto 3rem;
}
@media screen and (max-width: 767px) {
	.content2__image {
		width: 100%;
	}
}
.content2__subttl1 {
	text-align: center;
	font-size: 2rem;
	line-height: 1;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.content2__subttl1 {
		line-height: 1.4;
		font-size: 1.8rem;
	}
}
.content2__subttl2 {
	text-align: center;
	font-size: 4rem;
	line-height: 1.775;
	font-weight: 700;
	border-bottom: 0.1rem solid #00A29A;
}
@media screen and (max-width: 767px) {
	.content2__subttl2 {
		font-size: 3rem;
	}
}
.content2 .m-text {
	margin-top: 1em;
}

.p-drill {
	padding-top: 8.5rem;
	padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
	.p-drill {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
.p-drill__title {
	text-align: center;
}
.p-drill__title .title2 {
	margin-top: 1rem;
}
.p-drill__title .title2 .num {
	font-size: 140%;
}
.p-drill__slider {
	margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-drill__slider {
		margin-top: 2rem;
	}
}
.p-drill__slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.3rem;
}
@media screen and (max-width: 767px) {
	.p-drill__slider .slick-track {
		gap: 1.5rem;
	}
}
.p-drill__slider .item {
	width: 40.5rem;
}
@media screen and (max-width: 767px) {
	.p-drill__slider .item {
		width: 20rem;
	}
}
.p-drill .content2__image {
	width: 100%;
}

.p-function {
	padding-top: 6.5rem;
	padding-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
	.p-function {
		padding: 5rem 0;
	}
}
@media screen and (max-width: 767px) {
	.p-function__title .title1 {
		line-height: 1.4;
		margin-bottom: 0.5em;
	}
}
.p-function__content {
	margin-top: 7rem;
}
@media screen and (max-width: 767px) {
	.p-function__content {
		margin-top: 3rem;
	}
}
.p-function__content .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background-color: #ffffff;
	padding: 5rem 5rem 5rem;
	-webkit-box-shadow: 0 0 1rem rgba(88, 119, 127, 0.3);
	        box-shadow: 0 0 1rem rgba(88, 119, 127, 0.3);
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	.p-function__content .box {
		padding: 2rem 1.5rem;
		display: block;
	}
}
.p-function__content .box:first-of-type {
	margin-top: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.p-function__content .img {
	width: 43.6rem;
}
@media screen and (max-width: 767px) {
	.p-function__content .img {
		width: 100%;
		margin-top: 2rem;
	}
}
.p-function__content .cnt {
	width: 51.3rem;
}
@media screen and (max-width: 767px) {
	.p-function__content .cnt {
		width: 100%;
	}
}
.p-function__content .title {
	font-size: 3.6rem;
	line-height: 1.2777777778;
	font-weight: 700;
	border-bottom: 0.1rem solid #00A29A;
	padding-bottom: 1.6rem;
	margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-function__content .title {
		text-align: center;
		font-size: 2.2rem;
		padding-bottom: 1rem;
		margin-bottom: 1em;
	}
}

.p-support {
	background: url(../images/top/bg_support.png), -webkit-gradient(linear, left top, left bottom, from(#f5fbfb), to(#e8faf7));
	background: url(../images/top/bg_support.png), linear-gradient(to bottom, #f5fbfb 0%, #e8faf7 100%);
	background-size: auto, cover;
	background-position: top center, top center;
	background-repeat: no-repeat, repeat;
	padding-top: 6.5rem;
	padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
	.p-support {
		padding: 5rem 0;
		background-size: 100%, cover;
	}
}
.p-support__list {
	margin-top: 5.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 6.3rem 6rem;
}
@media screen and (max-width: 767px) {
	.p-support__list {
		margin-top: 3rem;
		gap: 3rem;
	}
}
.p-support__list .item {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 1rem rgba(88, 119, 127, 0.3);
	        box-shadow: 0 0 1rem rgba(88, 119, 127, 0.3);
	width: 52rem;
	padding: 3.5rem 3.5rem 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-support__list .item {
		width: 100%;
		padding: 2rem 1.5rem;
	}
}
.p-support__list .title {
	font-size: 2.9rem;
	line-height: 1.5517241379;
	font-weight: 700;
	border-bottom: 0.1rem solid #00A29A;
	margin-top: 1.5rem;
	padding-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
	.p-support__list .title {
		font-size: 2rem;
	}
}
.p-support__list .m-text {
	margin-top: 2rem;
}
.p-support__text {
	margin-top: 6.5rem;
	text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-support__text {
		margin-top: 4rem;
		font-size: 2rem;
		line-height: 1.5;
	}
}
@media screen and (max-width: 767px) {
	.p-support .c-title-type02 {
		font-size: 2.4rem;
		line-height: 1.5;
		margin-top: 0.5em;
	}
}

.p-voice {
	padding-top: 8rem;
	padding-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
	.p-voice {
		padding: 5rem 0;
	}
}
.p-voice__content {
	margin-top: 7rem;
}
@media screen and (max-width: 767px) {
	.p-voice__content {
		margin-top: 4rem;
	}
}
.p-voice__content .voice {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 1rem rgba(88, 119, 127, 0.3);
	        box-shadow: 0 0 1rem rgba(88, 119, 127, 0.3);
	padding: 6.5rem 5rem 4rem;
	margin-top: 6.5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice {
		padding: 4rem 1.5rem 2rem;
		margin-top: 4rem;
	}
}
.p-voice__content .voice:first-of-type {
	margin-top: 0;
}
.p-voice__content .voice .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice .top {
		display: block;
		margin-bottom: 3rem;
	}
}
.p-voice__content .voice .top .img {
	width: 40.4rem;
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice .top .img {
		width: 100%;
		margin-top: 2rem;
	}
}
.p-voice__content .voice .top .cnt {
	width: 54.6rem;
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice .top .cnt {
		width: 100%;
	}
}
.p-voice__content .voice .top .title-en {
	font-size: 4.7rem;
	line-height: 1.7872340426;
	letter-spacing: 0.03em;
	font-weight: 700;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(-40%);
	        transform: translateY(-40%);
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice .top .title-en {
		font-size: 3rem;
	}
}
.p-voice__content .voice .top .title-en .icon {
	display: inline-block;
	width: 3.9rem;
	margin-right: 0.2em;
	position: relative;
	top: 0.1em;
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice .top .title-en .icon {
		width: 3rem;
	}
}
.p-voice__content .voice .top .title-en .icon img {
	display: block;
	width: 100%;
}
.p-voice__content .voice .top .title-en .num {
	display: inline-block;
	margin-left: 0.08em;
	font-size: 6.6rem;
	line-height: 1;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice .top .title-en .num {
		font-size: 4rem;
	}
}
.p-voice__content .voice .top .name {
	display: inline-block;
	color: #ffffff;
	background-color: #00A29A;
	padding: 0.3em 1.5em 0.4em;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice .top .name {
		font-size: 1.8rem;
	}
}
.p-voice__content .voice .top .name span {
	font-size: 70%;
}
.p-voice__content .voice .top .m-text {
	margin-top: 1em;
}
.p-voice__content .voice .title {
	border-bottom: 0.1rem solid #00A29A;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice .title {
		font-size: 2rem;
	}
}
.p-voice__content .voice .voice-more {
	background-color: #E8F9F8;
	padding: 4rem;
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice .voice-more {
		padding: 2rem 1.5rem;
	}
}
.p-voice__content .voice .voice-more__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice .voice-more__col {
		display: block;
	}
}
.p-voice__content .voice .voice-more__col:nth-of-type(2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	margin-top: 6rem;
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice .voice-more__col:nth-of-type(2) {
		margin-top: 4rem;
	}
}
.p-voice__content .voice .voice-more__col .img {
	width: 37.5rem;
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice .voice-more__col .img {
		width: 100%;
		margin-top: 2rem;
	}
}
.p-voice__content .voice .voice-more__col .cnt {
	width: 50.1rem;
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice .voice-more__col .cnt {
		width: 100%;
	}
}
.p-voice__content .voice .voice-more__col .m-text {
	margin-top: 1em;
}
.p-voice__content .voice .voice-more__col .data {
	margin-top: 3.5rem;
	width: 100%;
	background-color: #ffffff;
	padding: 4rem;
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice .voice-more__col .data {
		margin-top: 3rem;
		padding: 2rem 1.5rem;
	}
}
.p-voice__content .voice .voice-more__col .data__title {
	color: #00A29A;
	border-bottom: 0.1rem solid #00A29A;
	text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice .voice-more__col .data__title {
		font-size: 2rem;
	}
}
.p-voice__content .voice .voice-more__col .data__tbl, .p-voice__content .voice .voice-more__col .data__graph {
	display: block;
}
.p-voice__content .voice .voice-more__col .data__tbl img, .p-voice__content .voice .voice-more__col .data__graph img {
	width: 100%;
}
.p-voice__content .voice .voice-more__col .data__graph {
	margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice .voice-more__col .data__graph {
		margin-top: 3rem;
	}
}
.p-voice__content .voice .voice-more__btn {
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-voice__content .voice .voice-more__btn {
		margin-top: 2rem;
	}
}
.p-voice__movie {
	width: 80rem;
	max-width: 100%;
	margin: 8rem auto auto;
}
@media screen and (max-width: 767px) {
	.p-voice__movie {
		margin-top: 5rem;
		width: 100%;
	}
}
.p-voice__movie .title {
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
	background-color: #00A29A;
	color: #ffffff;
	text-align: center;
	margin-bottom: 1em;
	padding: 0.1em 0 0.2em;
}
@media screen and (max-width: 767px) {
	.p-voice__movie .title {
		font-size: 2rem;
	}
}
.p-voice__movie .title span {
	font-size: 70%;
}
.p-voice__movie .m-text {
	margin-top: 1em;
}

.p-flow {
	padding-top: 7.5rem;
	padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
	.p-flow {
		padding: 5rem 0;
	}
}
.p-flow__content {
	margin-top: 5.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 3rem;
}
@media screen and (max-width: 767px) {
	.p-flow__content {
		margin-top: 4rem;
	}
}
.p-flow__content .flow {
	background-color: #ffffff;
	padding: 5rem 5rem 4rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
	.p-flow__content .flow {
		padding: 4rem 1.5rem 2rem;
		display: block;
	}
}
.p-flow__content .flow .img {
	width: 28rem;
}
@media screen and (max-width: 767px) {
	.p-flow__content .flow .img {
		width: 100%;
		margin-top: 2rem;
	}
}
.p-flow__content .flow .cnt {
	width: 68rem;
}
@media screen and (max-width: 767px) {
	.p-flow__content .flow .cnt {
		width: 100%;
	}
}
.p-flow__content .flow .title-en {
	font-size: 4.7rem;
	line-height: 1.7872340426;
	letter-spacing: 0.03em;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 5rem;
	-webkit-transform: translateY(-40%);
	        transform: translateY(-40%);
}
@media screen and (max-width: 767px) {
	.p-flow__content .flow .title-en {
		font-size: 3rem;
		left: 1.5rem;
	}
}
.p-flow__content .flow .title-en .num {
	display: inline-block;
	margin-left: 0.08em;
	font-size: 6.6rem;
	line-height: 1;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-flow__content .flow .title-en .num {
		font-size: 4rem;
	}
}
.p-flow__content .flow .title {
	border-bottom: 0.1rem solid #00A29A;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
	padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-flow__content .flow .title {
		font-size: 2rem;
	}
}
.p-flow__content .flow .m-text {
	margin-top: 1em;
}
.p-flow__content .arrow img {
	display: block;
	width: 11.8rem;
	margin: auto;
}
.p-flow__content .btn-area {
	margin-top: 3.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.3rem;
}
@media screen and (max-width: 767px) {
	.p-flow__content .btn-area {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-top: 3rem;
		gap: 1rem;
	}
}
.p-flow__content .btn-area .c-btn {
	width: 29.2rem;
	height: 5.9rem;
}
@media screen and (max-width: 767px) {
	.p-flow__content .btn-area .c-btn {
		width: 100%;
		height: 6rem;
	}
}
.p-flow__content .btn-area .c-btn-inn {
	font-size: 2.1rem;
	position: relative;
}
.p-flow__content .btn-area .c-btn-inn::after {
	content: "";
	width: 0.4em;
	height: 0.4em;
	display: block;
	border: 0.1rem solid #ffffff;
	border-width: 0.2rem 0.2rem 0 0;
	-webkit-transform: rotate(45deg) translateY(-50%);
	        transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: 2rem;
	top: 50%;
}

.p-faq {
	padding-top: 8rem;
	padding: 8rem;
}
@media screen and (max-width: 767px) {
	.p-faq {
		padding: 5rem 0;
	}
}
.p-faq__content {
	margin-top: 6rem;
}
@media screen and (max-width: 767px) {
	.p-faq__content {
		margin-top: 4rem;
	}
}
.p-faq__box {
	border: 0.1rem solid #00A29A;
	padding: 3rem 5rem;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-faq__box {
		padding: 2rem 1.5rem;
		margin-top: 2rem;
	}
}
.p-faq__box:first-of-type {
	margin-top: 0;
}
.p-faq__box-inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-faq__box-inn {
		gap: 1rem;
	}
}
.p-faq__box-inn::before {
	content: "Q";
	width: 3.8rem;
	min-width: 3.8rem;
	height: 3.8rem;
	background-color: #00A29A;
	color: #ffffff;
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-family: "Barlow", sans-serif;
	padding-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
	.p-faq__box-inn::before {
		font-size: 2rem;
	}
}
.p-faq__box-inn .title {
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: justify;
}
@media screen and (max-width: 767px) {
	.p-faq__box-inn .title {
		font-size: 1.8rem;
	}
}
.p-faq__box-inn.-que {
	padding-right: 7rem;
}
@media screen and (max-width: 767px) {
	.p-faq__box-inn.-que {
		padding-right: 3.5rem;
	}
}
.p-faq__box-inn.-ans {
	border-top: 0.1rem solid #00A29A;
	margin-top: 1.6rem;
	padding-top: 2.5rem;
}
.p-faq__box-inn.-ans::before {
	content: "A";
	background-color: #332F2F;
}
.p-faq__box-inn.js-acbtn {
	cursor: pointer;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
@media print, screen and (min-width: 768px) {
	.p-faq__box-inn.js-acbtn:hover {
		opacity: 0.7;
	}
}
.p-faq__box .toggle {
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (max-width: 767px) {
	.p-faq__box .toggle {
		width: 2rem;
		height: 2rem;
	}
}
.p-faq__box .toggle::before, .p-faq__box .toggle::after {
	content: "";
	width: 100%;
	height: 0.3rem;
	background-color: #00A29A;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}
.p-faq__box .toggle::after {
	width: 0.3rem;
	height: 100%;
	-webkit-transition: 0.3s opacity, 0.3s -webkit-transform;
	transition: 0.3s opacity, 0.3s -webkit-transform;
	transition: 0.3s opacity, 0.3s transform;
	transition: 0.3s opacity, 0.3s transform, 0.3s -webkit-transform;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
}
.p-faq__box.is-open .toggle::after {
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	        transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.p-contact .l-content-inner {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
	.p-contact .l-content-inner {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
.p-contact .c-title-type01 .title2 {
	font-size: 5rem;
}
@media screen and (max-width: 767px) {
	.p-contact .c-title-type01 .title2 {
		font-size: 3rem;
		line-height: 1.3;
	}
}
.p-contact__text {
	margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
	.p-contact__text {
		margin-top: 2rem;
	}
}
.p-contact .hissu {
	color: #E9538E;
}
.p-contact__tbl {
	width: 92rem;
	max-width: 100%;
	margin: 4rem auto auto;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl {
		width: 100%;
		margin-top: 3rem;
	}
}
@media screen and (max-width: 767px) {
	.p-contact__tbl th, .p-contact__tbl td {
		display: block;
		width: 100%;
	}
}
.p-contact__tbl th {
	width: 22rem;
	text-align: left;
	vertical-align: top;
	padding-top: 1.6rem;
	padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl th {
		width: 100%;
		padding-top: 1rem;
		padding-bottom: 0.5rem;
	}
}
.p-contact__tbl td {
	padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl td {
		padding-bottom: 0;
	}
}
@media print, screen and (min-width: 768px) {
	.p-contact__tbl tr:last-of-type th, .p-contact__tbl tr:last-of-type td {
		padding-bottom: 0;
	}
}
.p-contact input,
.p-contact select,
.p-contact textarea {
	width: 100%;
	background-color: #ffffff;
	border: 0.1rem solid #B2B2B2;
	padding: 1.4rem 2rem;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.p-contact input,
	.p-contact select,
	.p-contact textarea {
		font-size: max(16px, 1.4rem);
	}
}
.p-contact input::-webkit-input-placeholder, .p-contact select::-webkit-input-placeholder, .p-contact textarea::-webkit-input-placeholder {
	color: #B2B2B2;
}
.p-contact input::-moz-placeholder, .p-contact select::-moz-placeholder, .p-contact textarea::-moz-placeholder {
	color: #B2B2B2;
}
.p-contact input:-ms-input-placeholder, .p-contact select:-ms-input-placeholder, .p-contact textarea:-ms-input-placeholder {
	color: #B2B2B2;
}
.p-contact input::-ms-input-placeholder, .p-contact select::-ms-input-placeholder, .p-contact textarea::-ms-input-placeholder {
	color: #B2B2B2;
}
.p-contact input::placeholder,
.p-contact select::placeholder,
.p-contact textarea::placeholder {
	color: #B2B2B2;
}
.p-contact textarea {
	height: 18rem;
}
@media screen and (max-width: 767px) {
	.p-contact textarea {
		height: 15rem;
	}
}
.p-contact select {
	background-image: url(../images/common/arrow_select.svg);
	background-repeat: no-repeat;
	background-position: right 2rem center;
	background-size: 1.6rem;
}
.p-contact .radio-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5.5rem;
}
@media screen and (max-width: 767px) {
	.p-contact .radio-list {
		display: block;
	}
}
.p-contact .radio-list label input[type=radio] + span {
	padding-left: 3rem;
}
.p-contact .radio-list label input[type=radio] + span::before {
	width: 2.2rem;
	height: 2.2rem;
	border-color: #332F2F;
	background-color: #ffffff;
}
.p-contact .radio-list label input[type=radio] + span::after {
	width: 1.2rem;
	height: 1.2rem;
	background-color: #332F2F;
	left: 0.5rem;
}
@media screen and (max-width: 767px) {
	.p-contact__text2 {
		text-align: left;
	}
}
.p-contact__check {
	margin: 3rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-weight: bold;
}
.p-contact__check .check input[type=checkbox] + span {
	padding-left: 5rem;
}
@media screen and (max-width: 767px) {
	.p-contact__check .check input[type=checkbox] + span {
		padding-left: 3rem;
	}
}
.p-contact__check .check input[type=checkbox] + span::before {
	width: 3rem;
	height: 3rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: #ffffff;
	border-color: #B2B2B2;
}
@media screen and (max-width: 767px) {
	.p-contact__check .check input[type=checkbox] + span::before {
		width: 2rem;
		height: 2rem;
	}
}
.p-contact__check .check input[type=checkbox] + span::after {
	width: 1.5rem;
	height: 2rem;
	margin: 0;
	top: 50%;
	-webkit-transform: translateY(-75%) rotate(45deg);
	        transform: translateY(-75%) rotate(45deg);
	border-width: 0 0.3rem 0.3rem 0;
	left: 0.7rem;
}
@media screen and (max-width: 767px) {
	.p-contact__check .check input[type=checkbox] + span::after {
		width: 1.2rem;
		height: 1.5rem;
		left: 0.4rem;
	}
}
.p-contact__btn-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.p-contact__btn-area .btn {
	width: 45.3rem;
	height: 6rem;
	display: block;
}
.p-contact__btn-area .btn-inn {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #00A29A;
	color: #ffffff;
	font-size: 2rem;
	line-height: 1;
	font-weight: 700;
	position: relative;
}
.p-contact__btn-area .btn-inn::after {
	content: "";
	width: 0.5em;
	height: 0.5em;
	display: block;
	border: 0.1rem solid #ffffff;
	border-width: 0.2rem 0.2rem 0 0;
	-webkit-transform: rotate(45deg) translateY(-50%);
	        transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: 2rem;
	top: 50%;
}
/*# sourceMappingURL=top.css.map */