@-webkit-keyframes btnArrowAnim {
	0%, 100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	33% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
		opacity: 0;
	}
	66% {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
		opacity: 0;
	}
}
@keyframes btnArrowAnim {
	0%, 100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	33% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
		opacity: 0;
	}
	66% {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
		opacity: 0;
	}
}
.p-top__bar-title {
	background-color: #fcd13e;
	position: relative;
	font-size: 2.8rem;
	font-weight: 600;
	padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
	.p-top__bar-title {
		font-size: 4.8rem;
		padding: 2.4rem 0 2.4rem;
		text-align: center;
		margin: 0 0;
		max-width: none;
	}
}
.p-top__bar-title::before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	left: 3.3rem;
	top: -2.4rem;
}
@media screen and (max-width: 767px) {
	.p-top__bar-title::before {
		left: 12rem;
		top: -2.2rem;
	}
}
.p-top__bar-title.-flow {
	padding-left: 13rem;
}
@media screen and (max-width: 767px) {
	.p-top__bar-title.-flow {
		padding-left: 4rem;
	}
}
.p-top__bar-title.-flow::before {
	width: 7.6rem;
	height: 6.3rem;
	background-image: url(../images/top/img_flow.svg);
}
@media screen and (max-width: 767px) {
	.p-top__bar-title.-flow::before {
		width: 12rem;
		height: 10rem;
	}
}
.p-top__bar-title.-price {
	padding-left: 13rem;
}
@media screen and (max-width: 767px) {
	.p-top__bar-title.-price {
		padding-left: 4rem;
	}
}
.p-top__bar-title.-price::before {
	width: 5.9rem;
	height: 5.9rem;
	background-image: url(../images/top/img_price.svg);
}
@media screen and (max-width: 767px) {
	.p-top__bar-title.-price::before {
		width: 9.4rem;
		height: 9.4rem;
		left: 15.2rem;
		top: -1rem;
	}
}

/* --------------------------------------------------
p-mv
-------------------------------------------------- */
.p-mv {
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-mv {
		padding-top: var(--headerHeight);
	}
}
.p-mv .swiper-slide-active img,
.p-mv .swiper-slide-next img,
.p-mv .swiper-slide-prev img {
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center center/cover;
	-webkit-transform: translateX(0) scale(1.2);
	        transform: translateX(0) scale(1.2);
	-webkit-animation: move 18s linear 0s normal both;
	        animation: move 18s linear 0s normal both;
	will-change: transform;
}
.p-mv__inner {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3.6rem 2.4rem 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
@media print, screen and (min-width: 768px) {
	.p-mv__inner {
		padding: 2.96875vw 5.46875vw 0;
	}
}
.p-mv__title {
	opacity: 0;
	-webkit-transition: opacity 1s 0.5s;
	transition: opacity 1s 0.5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-weight: 500;
	font-size: 5.4rem;
	line-height: 1;
	letter-spacing: 0.075em;
	gap: 0.2em 0;
}
body.is-loaded .p-mv__title {
	opacity: 1;
}

@media print, screen and (min-width: 768px) {
	.p-mv__title {
		font-size: 2.734375vw;
		-webkit-writing-mode: vertical-rl;
		    -ms-writing-mode: tb-rl;
		        writing-mode: vertical-rl;
		text-orientation: upright;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 0.6em 0;
	}
}
.p-mv__bg {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0.2em;
	background: white;
}
@media print, screen and (min-width: 768px) {
	.p-mv__bg {
		padding: 0.5em 0.15em;
	}
}
.p-mv__image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 57.2rem;
	z-index: 1;
}
@media print, screen and (min-width: 768px) {
	.p-mv__image {
		width: 35.2rem;
		-webkit-transform: translateY(10.9rem);
		        transform: translateY(10.9rem);
	}
}
@-webkit-keyframes move {
	0% {
		-webkit-transform: translateX(0) scale(1.2);
		        transform: translateX(0) scale(1.2);
	}
	100% {
		-webkit-transform: translateX(-10%) scale(1.2);
		        transform: translateX(-10%) scale(1.2);
	}
}
@keyframes move {
	0% {
		-webkit-transform: translateX(0) scale(1.2);
		        transform: translateX(0) scale(1.2);
	}
	100% {
		-webkit-transform: translateX(-10%) scale(1.2);
		        transform: translateX(-10%) scale(1.2);
	}
}

.p-phi {
	padding-top: 6rem;
	padding-bottom: 23rem;
}
@media screen and (max-width: 767px) {
	.p-phi {
		padding-top: 8.4rem;
		padding-bottom: 5rem;
	}
}
.p-phi__logo {
	width: 29.8rem;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.p-phi__logo {
		width: 48rem;
	}
}
.p-phi__content {
	margin-top: 7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-phi__content {
		display: block;
		margin-top: 10rem;
	}
}
.p-phi__content .img {
	width: 36.7rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	padding-right: 4rem;
}
@media screen and (max-width: 767px) {
	.p-phi__content .img {
		width: 62.5rem;
		margin: 15rem auto auto;
		padding: 0;
	}
}
.p-phi__content .cnt {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
@media screen and (max-width: 767px) {
	.p-phi__content .cnt {
		display: block;
	}
}
.p-phi__title {
	font-size: 3rem;
	line-height: 1.6666666667;
	letter-spacing: 0.06em;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.p-phi__title {
		font-size: 4.6rem;
		line-height: 1.6875;
		letter-spacing: 0.04em;
	}
}
.p-phi__text {
	margin-top: 2.5rem;
	font-size: 1.7rem;
	line-height: 2.2352941176;
	letter-spacing: 0.07em;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.p-phi__text {
		margin-top: 6.2rem;
		font-size: 3.2rem;
		letter-spacing: -0.03em;
		line-height: 2;
	}
}

.p-origin {
	position: relative;
	padding-top: 9rem;
}
@media screen and (max-width: 767px) {
	.p-origin {
		background-image: url(../images/top/bg_origin_sp.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;
		padding-top: 38rem;
	}
}
.p-origin::after {
	content: "";
	display: block;
	width: 100%;
	height: 9rem;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/top/bg_origin.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
	.p-origin::after {
		content: none;
	}
}
.p-origin__deco .img {
	position: absolute;
}
.p-origin__deco .img1 {
	left: 0;
	top: -8.3rem;
	width: 46.9rem;
}
.p-origin__deco .img2 {
	right: 0;
	top: -19.5rem;
	width: 38rem;
	z-index: 2;
}
.p-origin__content {
	background-color: #cfe5ea;
	padding-top: 3.6rem;
	padding-bottom: 12.4rem;
	position: relative;
	z-index: 1;
	margin-top: -3px;
}
@media screen and (max-width: 767px) {
	.p-origin__content {
		margin-top: 0;
		padding-top: 8.6rem;
		padding-bottom: 17.4rem;
	}
}
.p-origin__title {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.p-origin__title {
		font-size: 4.4rem;
	}
}
.p-origin__tbl {
	margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
	.p-origin__tbl {
		margin-top: 7rem;
	}
}
.p-origin__tbl .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 4.1rem;
	margin-top: 6.2rem;
}
@media screen and (max-width: 767px) {
	.p-origin__tbl .col {
		display: block;
		margin-top: 8.8rem;
	}
}
.p-origin__tbl .col:first-of-type {
	margin-top: 0;
}
.p-origin__tbl .title {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 36.6rem;
	height: 8.2rem;
	background-color: #add3db;
	border-radius: 0.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-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-origin__tbl .title {
		width: 100%;
		height: 15.6rem;
	}
}
.p-origin__tbl .title-jp {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.p-origin__tbl .title-jp {
		font-size: 3.8rem;
	}
}
.p-origin__tbl .title-jp .small {
	font-size: 80%;
}
@media screen and (max-width: 767px) {
	.p-origin__tbl .title-jp .small {
		font-size: 100%;
	}
}
.p-origin__tbl .title-en {
	text-align: center;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
	.p-origin__tbl .title-en {
		font-size: 3rem;
		margin-top: 0.5rem;
	}
}
.p-origin__tbl .text {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
	.p-origin__tbl .text {
		font-size: 3rem;
		margin-top: 4.8rem;
		letter-spacing: -0.02em;
	}
}

.p-nayami {
	padding-top: 12.5rem;
}
.p-nayami__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 5rem;
}
@media screen and (max-width: 767px) {
	.p-nayami__content {
		display: block;
	}
}
.p-nayami__content .img {
	width: 42.8rem;
}
@media screen and (max-width: 767px) {
	.p-nayami__content .img {
		width: 67.4rem;
		margin: auto;
	}
}
.p-nayami__content .cnt {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-nayami__content .cnt {
		margin-top: 7rem;
	}
}
.p-nayami__content .list,
.p-nayami__content .etc {
	font-size: 2rem;
	line-height: 2.4;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.p-nayami__content .list,
	.p-nayami__content .etc {
		font-size: 3.4rem;
		line-height: 1.9117647059;
	}
}
@media screen and (max-width: 767px) {
	.p-nayami__content .list {
		padding-left: 1.6rem;
	}
}
.p-nayami__content .list li {
	position: relative;
	padding-left: 2.6rem;
	float: none;
}
@media screen and (max-width: 767px) {
	.p-nayami__content .list li {
		padding-left: 4rem;
	}
}
.p-nayami__content .list li::before {
	content: "";
	width: 1rem;
	height: 1rem;
	background-color: #113a57;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-nayami__content .list li::before {
		width: 1.5rem;
		height: 1.5rem;
	}
}
.p-nayami__content .etc {
	text-align: right;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-right: 4.5rem;
}
@media screen and (max-width: 767px) {
	.p-nayami__content .etc {
		position: static;
		padding-right: 2rem;
	}
}

.p-support {
	padding-top: 10.7rem;
	padding-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
	.p-support {
		padding-top: 5.5rem;
		padding-bottom: 12rem;
	}
}
.p-support .l-content-inner.-narrow {
	width: 80rem;
}
@media screen and (max-width: 767px) {
	.p-support .l-content-inner.-narrow {
		width: 100%;
	}
}
.p-support__title {
	background-color: #113a57;
	color: #ffffff;
	text-align: center;
	font-size: 2.3rem;
	font-weight: 600;
	padding: 0.6rem 0 0.7rem;
}
@media screen and (max-width: 767px) {
	.p-support__title {
		font-size: 3.4rem;
		line-height: 1.6470588235;
		padding: 3rem 0;
	}
}
.p-support__content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 4rem 0rem 0;
}
@media screen and (max-width: 767px) {
	.p-support__content {
		margin-top: 5rem;
		padding: 0 1rem 0 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
.p-support__content .list,
.p-support__content .etc {
	font-size: 1.8rem;
	line-height: 2.0555555556;
	letter-spacing: 0.05em;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.p-support__content .list,
	.p-support__content .etc {
		font-size: 3rem;
		line-height: 2.1666666667;
	}
}
.p-support__content .list {
	padding-right: 7rem;
}
@media screen and (max-width: 767px) {
	.p-support__content .list {
		width: 50%;
		padding: 0;
		padding-left: 1.2rem;
	}
}
@media print, screen and (min-width: 768px) {
	.p-support__content .list:nth-of-type(2) {
		padding-right: 5rem;
	}
	.p-support__content .list:nth-of-type(3) {
		padding-right: 3rem;
	}
}
.p-support__content .list li {
	position: relative;
	padding-left: 2.6rem;
	float: none;
}
@media screen and (max-width: 767px) {
	.p-support__content .list li {
		padding-left: 3.5rem;
	}
	.p-support__content .list li.sp-adj {
		letter-spacing: 0;
	}
}
.p-support__content .list li::before {
	content: "";
	width: 0.9rem;
	height: 0.9rem;
	background-color: #fcd13e;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-support__content .list li::before {
		width: 1.5rem;
		height: 1.5rem;
	}
}
.p-support__content .etc {
	text-align: right;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-right: 6.5rem;
	padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-support__content .etc {
		padding-right: 4.8rem;
		padding-bottom: 0;
		letter-spacing: 0;
		bottom: 6.6rem;
	}
}
.p-support__image {
	padding-top: 10.6rem;
}
@media screen and (max-width: 767px) {
	.p-support__image {
		padding-top: 11.6rem;
	}
}

.p-feature {
	padding-top: 16rem;
}
@media screen and (max-width: 767px) {
	.p-feature {
		padding-top: 15rem;
	}
}
.p-feature .l-content-inner.-list-wrap {
	width: 98rem;
}
@media screen and (max-width: 767px) {
	.p-feature .l-content-inner.-list-wrap {
		width: 100%;
	}
}
.p-feature__title {
	width: 33.1rem;
	margin: auto auto auto;
}
@media screen and (max-width: 767px) {
	.p-feature__title {
		width: 48.9rem;
	}
}
.p-feature__text {
	text-align: center;
	line-height: 2;
	font-size: 1.8rem;
	font-weight: 600;
	margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
	.p-feature__text {
		margin-top: 5rem;
		font-size: 3.2rem;
	}
}
.p-feature__point {
	margin-top: 7.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5rem 5.5rem;
	border: 1px solid #da4f3e;
	border-radius: 1.2rem;
	gap: 5rem;
}
@media screen and (max-width: 767px) {
	.p-feature__point {
		display: block;
		margin-top: 8.5rem;
		padding: 8rem 0;
	}
}
.p-feature__point-img {
	width: 11.2rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.p-feature__point-img {
		width: 20.1rem;
		margin: auto;
	}
}
.p-feature__point-cnt {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
@media screen and (max-width: 767px) {
	.p-feature__point-cnt {
		margin-top: 6rem;
	}
}
.p-feature__point-list {
	color: #da4f3e;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
	.p-feature__point-list {
		font-size: 3rem;
		line-height: 2.0666666667;
		padding-left: 4.8rem;
	}
}
.p-feature__point-list li {
	margin-top: 1.5rem;
	padding-left: 3.7rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-feature__point-list li {
		margin-top: 3.2rem;
		padding-left: 7rem;
	}
}
.p-feature__point-list li::before {
	content: "";
	width: 2.2rem;
	height: 1em;
	background-image: url(../images/top/img_check.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	position: absolute;
	left: 0;
	top: 0.4rem;
}
@media screen and (max-width: 767px) {
	.p-feature__point-list li::before {
		width: 4.7rem;
		height: 3.8rem;
		top: 1.4rem;
	}
}
.p-feature__point-list li:first-of-type {
	margin-top: 0;
}
.p-feature__list {
	margin-top: 8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 6.3rem;
}
@media screen and (max-width: 767px) {
	.p-feature__list {
		margin-top: 8.8rem;
		gap: 0;
	}
}
.p-feature__list .item {
	width: calc((100% - 6.3rem) / 2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.3rem;
}
@media screen and (max-width: 767px) {
	.p-feature__list .item {
		width: 100%;
		display: block;
		margin-top: 9rem;
	}
	.p-feature__list .item:first-of-type {
		margin-top: 0;
	}
}
.p-feature__list .img {
	width: 10.6rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.p-feature__list .img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		gap: 3.5rem;
		padding: 0 1rem 0 1.5rem;
	}
	.p-feature__list .img img {
		width: 19.8rem;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
}
.p-feature__list .cnt {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.p-feature__list .title {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.92;
	border-bottom: 1px solid #113a57;
	padding-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
	.p-feature__list .title {
		font-size: 4.4rem;
		padding-bottom: 2.4rem;
		padding-left: 1.6rem;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		line-height: 1.4545454545;
	}
}
.p-feature__list .list {
	margin-top: 1.8rem;
	padding-left: 0.8rem;
}
@media screen and (max-width: 767px) {
	.p-feature__list .list {
		padding: 0 2.6rem 0 0;
		margin-top: 4rem;
	}
}
.p-feature__list .list li {
	font-size: 1.7rem;
	line-height: 2;
	padding-left: 2.1rem;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
@media screen and (max-width: 767px) {
	.p-feature__list .list li {
		font-size: 3rem;
		padding-left: 4rem;
	}
}
.p-feature__list .list li::before {
	content: "";
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	background-color: #113a57;
	display: block;
	position: absolute;
	left: 0;
	top: 1.3rem;
}
@media screen and (max-width: 767px) {
	.p-feature__list .list li::before {
		width: 1.5rem;
		height: 1.5rem;
		top: 2.2rem;
	}
}

.p-cahiers {
	padding-top: 13.8rem;
}
@media screen and (max-width: 767px) {
	.p-cahiers {
		padding-top: 19rem;
	}
}
.p-cahiers .l-content-inner {
	width: 110rem;
}
@media screen and (max-width: 767px) {
	.p-cahiers .l-content-inner {
		width: 100%;
	}
}
.p-cahiers__content {
	background-color: #f8f6f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 7.8rem;
	padding: 7.3rem 8rem 7.2rem;
}
@media screen and (max-width: 767px) {
	.p-cahiers__content {
		padding: 10rem 5.2rem;
		display: block;
	}
}
.p-cahiers__content .img {
	width: 44.6rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.p-cahiers__content .img {
		width: 100%;
		margin-top: 6.5rem;
	}
}
.p-cahiers__content .cnt {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.p-cahiers__content .logo {
	width: 25.9rem;
	margin: auto auto auto;
}
@media screen and (max-width: 767px) {
	.p-cahiers__content .logo {
		width: 47.5rem;
	}
}
.p-cahiers__content .text,
.p-cahiers__content .info {
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
	.p-cahiers__content .text,
	.p-cahiers__content .info {
		font-size: 3rem;
		letter-spacing: -0.02em;
	}
}
.p-cahiers__content .text {
	margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-cahiers__content .text {
		margin-top: 7rem;
	}
}
.p-cahiers__content .telno {
	width: 27.9rem;
	margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
	.p-cahiers__content .telno {
		margin-top: 7rem;
		width: 49rem;
	}
}
.p-cahiers__content .info {
	margin-top: 0.6rem;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.p-cahiers__content .info {
		margin-top: 3rem;
		line-height: 1.7333333333;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.p-cahiers__content .info .text1 {
		width: 10rem;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		letter-spacing: -0.04em;
	}
	.p-cahiers__content .info .text2 {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		letter-spacing: -0.04em;
	}
}
.p-cahiers__content .c-btn {
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.p-cahiers__content .c-btn {
		margin: 6.4rem auto auto;
	}
}

.p-flow .l-content-inner,
.p-price .l-content-inner {
	width: 98rem;
}
@media screen and (max-width: 767px) {
	.p-flow .l-content-inner,
	.p-price .l-content-inner {
		width: 100%;
		padding: 0;
	}
}

.p-flow {
	padding-top: 17.5rem;
}
@media screen and (max-width: 767px) {
	.p-flow {
		padding-top: 16rem;
	}
}
.p-flow__content {
	margin-top: 6.4rem;
	padding: 0 3.5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-flow__content {
		margin-top: 9rem;
		padding: 0 6.4%;
	}
}
.p-flow__content::before {
	content: "";
	width: 1px;
	height: var(--flowBarHeight);
	background-color: #113a57;
	display: block;
	position: absolute;
	top: 0.5rem;
	left: 7.7rem;
}
@media screen and (max-width: 767px) {
	.p-flow__content::before {
		top: 0;
		left: calc(6.4% + 6.3rem);
	}
}
.p-flow__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-flow__box {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.p-flow__box .step {
	width: 8.4rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.p-flow__box .step {
		width: 12.6rem;
	}
}
.p-flow__box .title {
	width: 31rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 600;
	padding-left: 2.4rem;
	padding-top: 2.8rem;
}
@media screen and (max-width: 767px) {
	.p-flow__box .title {
		width: calc(100% - 12.6rem);
		font-size: 4.4rem;
	}
}
.p-flow__box .title.-red {
	color: #da4f3e;
}
.p-flow__box .cnt {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
	.p-flow__box .cnt {
		width: 100%;
		padding-top: 0.8rem;
		padding-left: 15.2rem;
	}
}
.p-flow__box .text {
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
	.p-flow__box .text {
		font-size: 3rem;
	}
}
.p-flow__box .c-cta {
	margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-flow__box .c-cta {
		margin-top: 11rem;
	}
}
.p-flow__box {
	padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
	.p-flow__box {
		padding-bottom: 8.8rem;
	}
}
.p-flow__box:nth-of-type(2) {
	padding-bottom: 5.8rem;
}
@media screen and (max-width: 767px) {
	.p-flow__box:nth-of-type(2) {
		padding-bottom: 11rem;
	}
}
.p-flow__box:nth-of-type(3) {
	padding-bottom: 5.8rem;
}
@media screen and (max-width: 767px) {
	.p-flow__box:nth-of-type(3) {
		padding-bottom: 11rem;
	}
}
.p-flow__box:nth-of-type(3) .title, .p-flow__box:nth-of-type(4) .title {
	padding-top: 0.4rem;
}
@media screen and (max-width: 767px) {
	.p-flow__box:nth-of-type(3) .title, .p-flow__box:nth-of-type(4) .title {
		padding-top: 0;
		margin-top: -0.8rem;
	}
}
.p-flow__box:nth-of-type(3) .cnt, .p-flow__box:nth-of-type(4) .cnt {
	padding-top: 0;
}
@media screen and (max-width: 767px) {
	.p-flow__box:nth-of-type(3) .cnt, .p-flow__box:nth-of-type(4) .cnt {
		padding-top: 3.2rem;
	}
}

.p-price {
	padding-top: 15.5rem;
}
@media screen and (max-width: 767px) {
	.p-price {
		padding-top: 16.8rem;
	}
}
.p-price__content {
	position: relative;
	margin-top: 7rem;
	padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
	.p-price__content {
		margin-top: 9rem;
		padding: 0 6.4%;
	}
}
.p-price__tbl .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3rem;
	margin-top: 9.2rem;
}
@media screen and (max-width: 767px) {
	.p-price__tbl .col {
		display: block;
		margin-top: 7.4rem;
	}
}
.p-price__tbl .col:first-of-type {
	margin-top: 0;
}
.p-price__tbl dt {
	width: 23.4rem;
	height: 4rem;
	background-color: #f8f6f2;
	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-size: 2rem;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.p-price__tbl dt {
		width: 65.4rem;
		height: 7rem;
		font-size: 3.6rem;
		margin: auto auto auto;
	}
}
.p-price__tbl dd .text {
	color: #da4f3e;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
	.p-price__tbl dd .text {
		font-size: 4.4rem;
		text-align: center;
		margin-top: 5.2rem;
	}
}
.p-price__tbl dd .note {
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.03em;
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	.p-price__tbl dd .note {
		margin-top: 3.6rem;
		font-size: 3rem;
		padding-left: 1em;
		text-indent: -1em;
	}
}
.p-price__notice {
	margin-top: 5rem;
	font-size: 2rem;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 3rem;
}
@media screen and (max-width: 767px) {
	.p-price__notice {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		font-size: 3.4rem;
		line-height: 1.6774193548;
		margin-top: 7.5rem;
	}
}
.p-price__notice::before {
	content: "";
	display: block;
	width: 4.8rem;
	height: 4.4rem;
	background-image: url(../images/top/img_price_home.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	.p-price__notice::before {
		width: 9.3rem;
		height: 8.4rem;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
}
.p-price__notice .text {
	padding-top: 1rem;
}
@media screen and (max-width: 767px) {
	.p-price__notice .text {
		padding: 0;
	}
}
.p-price__image {
	width: 13.6rem;
	position: absolute;
	right: -2.8rem;
	bottom: 0;
}
@media screen and (max-width: 1440px) {
	.p-price__image {
		right: 0;
	}
}

.p-pdf {
	padding-top: 15.5rem;
	padding-bottom: 14.8rem;
}
@media screen and (max-width: 767px) {
	.p-pdf {
		padding-top: 17.5rem;
		padding-bottom: 18.2rem;
	}
}
.p-pdf__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 6.8rem;
}
@media screen and (max-width: 767px) {
	.p-pdf__btns {
		display: block;
	}
}
.p-pdf__btns .btn {
	width: 35.2rem;
	height: 5.6rem;
}
@media screen and (max-width: 767px) {
	.p-pdf__btns .btn {
		width: 100%;
		height: 10rem;
		margin: auto auto auto;
		margin-top: 5.7rem;
	}
	.p-pdf__btns .btn:first-of-type {
		margin-top: 0;
	}
}
.p-pdf__btns .btn__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: 100%;
	height: 100%;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: #ffffff !important;
	text-align: center;
	background-color: #898989;
	border: 1px solid #898989;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
	.p-pdf__btns .btn__inn {
		font-size: 3.4rem;
		padding-top: 0;
	}
}
@media (any-hover: hover) {
	.p-pdf__btns .btn__inn:hover {
		opacity: 1;
		background-color: #ffffff;
		color: #898989 !important;
	}
}

.p-access {
	padding-top: 11rem;
}
@media screen and (max-width: 767px) {
	.p-access {
		padding-top: 15rem;
	}
}
.p-access__title {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.p-access__title {
		font-size: 4.8rem;
	}
}
.p-access__map {
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-access__map {
		margin: 6.5rem -4.8rem 0;
	}
}
.p-access__map .c-ggmap {
	padding-top: 55.5555555556%;
}
@media screen and (max-width: 767px) {
	.p-access__map .c-ggmap {
		padding-top: 93.3333333333%;
	}
}
.p-access__content {
	margin-top: 7.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 9.2rem;
}
@media screen and (max-width: 767px) {
	.p-access__content {
		margin-top: 7rem;
		display: block;
	}
}
.p-access__content .left {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding-top: 0.7rem;
}
@media screen and (max-width: 767px) {
	.p-access__content .left {
		padding: 0;
	}
}
.p-access__content .right {
	width: 38.2rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.p-access__content .right {
		width: 100%;
		margin-top: 9rem;
	}
}
.p-access__content .add {
	font-size: 2rem;
	line-height: 1.7;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.p-access__content .add {
		font-size: 3.4rem;
		line-height: 1.6470588235;
	}
}
.p-access__content .way {
	margin-top: 3.7rem;
	padding-top: 4.7rem;
	border-top: 1px solid #113a57;
}
@media screen and (max-width: 767px) {
	.p-access__content .way {
		margin-top: 7rem;
		padding-top: 10rem;
	}
}
.p-access__content .way__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.3rem;
	margin-top: 2.9rem;
}
@media screen and (max-width: 767px) {
	.p-access__content .way__box {
		gap: 2.4rem;
		margin-top: 6rem;
	}
}
.p-access__content .way__box:first-of-type {
	margin-top: 0;
}
.p-access__content .way__box .icon {
	width: 2.7rem;
	padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
	.p-access__content .way__box .icon {
		width: 4.7rem;
	}
}
.p-access__content .way__title {
	font-size: 2rem;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.p-access__content .way__title {
		font-size: 4rem;
	}
}
.p-access__content .way__text {
	margin-top: 0.5rem;
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	.p-access__content .way__text {
		margin-top: 2.4rem;
		font-size: 3rem;
	}
}
.p-access__content .parking-text {
	margin-top: 0.7rem;
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
	.p-access__content .parking-text {
		margin-top: 1.6rem;
		font-size: 3rem;
	}
}
.p-access__content .area {
	margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
	.p-access__content .area {
		margin-top: 4.5rem;
	}
}
.p-access__content .area__title {
	width: 21.5rem;
	height: 3.9rem;
	font-size: 1.9rem;
	font-weight: 600;
	color: #ffffff;
	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: #67abd0;
}
@media screen and (max-width: 767px) {
	.p-access__content .area__title {
		font-size: 3.4rem;
		width: 40rem;
		height: 7rem;
	}
}
.p-access__content .area__text {
	margin-top: 0.8rem;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.p-access__content .area__text {
		font-size: 3.4rem;
		line-height: 1.6470588235;
		margin-top: 2.4rem;
	}
}
/*# sourceMappingURL=top.css.map */