@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Noto+Sans+JP:wght@100..900&display=swap');

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
}

#pageTitle {
	display: none;
}

.tebura-camp {
	color: #000000;
	font-family: "Google Sans", 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.tebura-camp figure {
	margin: 0;
}

.tebura-camp figure img {
	width: 100%;
}




br.sp-inline {
	display: inline-block !important;
}
@media screen and (min-width: 920px) {
	br.sp-inline {
		display: none !important;
	}
}
br.pc-inline {
	display: none !important;
}
@media screen and (min-width: 920px) {
	br.pc-inline {
		display: inline-block !important;
	}
}




@media print, screen and (min-width: 920px) {
	#pageTitle {
		margin-bottom: 0;
	}
}



/* -----------------------------------------------------------
 * Header Elements
----------------------------------------------------------- */

.l-header {
	position: relative;
	margin: 0 0 4.0rem;
	padding: 0;
	background-image: url("../images/main_img.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 0 0 6.25vw 6.25vw;
	overflow: hidden;
}



@media screen and (min-width: 920px) {
	.l-header {
		margin: 0 0 8.0vw;
		border-radius: 0 0 3vw 3vw;
	}
}


.l-header::after {
	content: '';
	display: block;
	padding-top: calc((3 / 4) * 100%);
	background-color: rgba(0,0,0,0.1);
}

@media screen and (min-width: 920px) {
	.l-header::after {
		padding-top: calc((7 / 16) * 100%);
	}
}

.l-header__container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.l-header__contents {
	position: relative;
}

.l-header__title {
	position: relative;
	margin-bottom: 1.0em;
	z-index: 2;
}

@media screen and (min-width: 920px) {
	.l-header__title {
		margin-bottom: 2.0em;
	}
}

.l-header__title h1 {
	margin: 0;
	color: #ffffff;
	font-size: 10.0vw;
	line-height: 1.0;
	white-space: nowrap;
	text-shadow: 0 0.5rem 1.0rem rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 920px) {
	.l-header__title h1 {
		font-size: 5.0vw;
	}
}

.l-header__title p {
	margin: 0 0 0.2em;
	color: #ffffff;
	font-size: 3.0vw;
	font-weight: 700;
	line-height: 1.75;
}

@media screen and (min-width: 920px) {
	.l-header__title p {
		font-size: 1.875vw;
	}
}


.l-header__catch {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	width: 15.0vw;
	/*width: clamp(9.375rem, 9.375vw, 15.0rem);*/
	height: 15.0vw;
	/*height: clamp(9.375rem, 9.375vw, 15.0rem);*/
	background-color: #248471;
	color: #ffffff;
	text-align: center;
	font-size: 1.6vw;
	/*font-size: clamp(1.0rem, 1.0vw, 1.6rem);*/
	font-weight: 700;
	border-radius: 50%;
	box-shadow: 0 0.5rem 1.0rem rgba(0, 0, 0, 0.5);
	transform: translate(-50%, -70%) rotate(-10deg);
	z-index: 1;
}

@media screen and (min-width: 920px) {
	.l-header__catch {
		width: 9.375vw;
		height: 9.375vw;
		font-size: 1.0vw;
	}
}







.l-header__desc p {
	width: fit-content;
	margin: 0;
	padding: 0 1.5em;
	/*background-color: #ffffff;*/
	color: #ffffff;
	font-size: 2.9vw;
	/*font-size: clamp(1.0rem, 1.0vw, 1.6rem);*/
	font-weight: 600;
	line-height: 1.5;
	border-radius: 1vw;
	text-shadow: 0 0.5rem 1.0rem rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 920px) {
	.l-header__desc p {
		font-size: 1.5vw;
		white-space: nowrap;
	}
}






/* -----------------------------------------------------------
 * Summary Elements
----------------------------------------------------------- */

.p-summary {
	display: none;
	margin: 0 0 8.0rem;
	padding: 0 4.0rem;
}

@media screen and (min-width: 920px) {
	.p-summary {
		margin-bottom: 10.0vw;
	}
}

.p-summary__container {
	max-width: 100.0rem;
	margin: 0 auto;
	border: solid 0.2rem #248471;
	border-radius: 1.875vw;
	overflow: hidden;
}


.p-summary__header {
	padding: 0;
}

.p-summary__header h3 {
	padding: 1.0em;
	text-align: center;
	background-color: #248471;
	color: #ffffff;
	font-size: clamp(1.625rem, 1.625vw, 2.6rem);
	line-height: 1;
}



@media screen and (min-width: 920px) {
	.p-summary__contents {
		display: grid;
		grid-template-columns : 1fr 1fr;
	}
}

.p-summary__item {
	padding: 2.0em;
}

.p-summary__item ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.p-summary__item li {
	margin: 0;
	font-size: clamp(1.2rem, 3.2vw, 1.8rem);
	font-weight: 600;
}

@media screen and (min-width: 920px) {
	.p-summary__item li {
		font-size: clamp(1.2rem, 1.125vw, 1.8rem);
	}
}

.p-summary__item li span {
	font-size: 0.8em;
	font-weight: 400;
}





/* -----------------------------------------------------------
 * Introduction Elements
----------------------------------------------------------- */

.p-introduction {
	margin: 0 0 8.0rem;
}

@media screen and (min-width: 920px) {
	.p-introduction {
		margin: 0 0 10.0vw;
		padding: 0 2.5vw;
	}
}




.p-introduction__header {
	margin: 0 0 3.75vw;
	padding: 0;
	text-align: center;
}

.p-introduction__header h2 {
	width: fit-content;
	margin: 0 auto 0.4em;
	padding:  0 1.0em;
	background-color: #248471;
	color: #ffffff;
	font-size: clamp(2.25rem, 2.5vw, 4.0rem);
	line-height: 2.0;
	border-radius: clamp(2.25rem, 2.5vw, 4.0rem);
}

.p-introduction__header p {
	margin: 0;
	color: #248471;
	font-size: 1.625vw;
	font-size: clamp(1.625rem, 1.625vw, 2.6rem);
	font-weight: 700;
}






.p-introduction__worries {
	max-width: 120.0rem;
	margin: 0 auto 13.35vw;
}

@media screen and (min-width: 920px) {
	.p-introduction__worries {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 3.75vw;
	}
}





.p-introductione__image {
	position: relative;
	width: 80%;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}


@media screen and (min-width: 920px) {
	.p-introductione__image {
		width: 28vw;
		margin: 0;
	}
}

.p-introductione__image::after {
	content: '';
	display: block;
	padding-top: 100%;
}

.p-introductione__image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}





.p-introductione__text {
	padding: 0 2.0rem;
}

@media screen and (min-width: 920px) {
	.p-introductione__text {
		margin: 0;
	}
}


.p-introductione__text p {
	width: fit-content;
	margin: 1.0em auto;
	padding: 1.0em;
	background-color: #efedcd;
	font-size: 1.25vw;
	font-size: clamp(1.25rem, 1.25vw, 2.0rem);
	font-weight: 700;
	border-radius: 0.625vw;
}

@media screen and (min-width: 920px) {
	.p-introductione__text p {
		margin: 1.0em 0;
	}

	.p-introductione__text p:nth-child(1) {
		transform: translateX(-1.875vw);
	}

	.p-introductione__text p:nth-child(2) {
		transform: translateX(-6.25vw);
	}

	.p-introductione__text p:nth-child(3) {
		transform: translateX(0);
	}

	.p-introductione__text p:nth-child(4) {
		transform: translateX(-4.0vw);
}	
}







.p-introduction__solve {
	margin: 0 0 3.75vw;
	padding: 0 2.0rem;
	text-align: center;
}

.p-introduction__solve h3 {
	width: fit-content;
	margin: 0 auto 0.5em;
	color: #248471;
	font-size: 2vw;
	font-size: clamp(2rem, 2vw, 4.0rem);
	line-height: 1.6;
}

.p-introduction__solve h3 span {
	position: relative;
	margin: 0 0 0 0.25em;
	font-size: 1.2em;
}

.p-introduction__solve h3 span::before {
	content: "";
	width: calc(100% + 0.1em);
	height: 0.5em;
	bottom: 0.1em;
	left: -0.25em;
/*	background: linear-gradient(transparent 70%, #d8d056 70%);*/
	background-color: #d8d056;
	position: absolute;
	z-index: -1;
}

@media screen and (min-width: 920px) {
	.p-introduction__solve h3 {
		line-height: 1;
	}
}


.p-introduction__solve p {
	margin: 0;
	font-size: 1.625vw;
	font-size: clamp(1.625rem, 1.625vw, 2.6rem);
	font-weight: 700;
}






/* -----------------------------------------------------------
 * Point Elements
----------------------------------------------------------- */

.p-point {
	margin: 0 0 8.0rem;
}

@media screen and (min-width: 920px) {
	.p-point {
		margin: 0 0 10.0vw;
	}
}


.p-point__header {
	margin: 0 0 3.75vw;
	padding: 0;
	text-align: center;
}

.p-point__header h2 {
	margin: 0;
	font-size: clamp(3.25rem, 3.75vw, 6.0rem);
	line-height: 1;
}

.p-point__header h2 span {
	display: inline-block;
	margin: 0 0.05em;
	color: #5c4c28;
	font-size: 1.6em;
	font-weight: 500;
	font-style: italic;
	transform: translateY(5%);
}

.p-point__header p {
	display: inline-flex;
	align-items: center;
	margin: 0;
	color: #5c4c28;
	font-size: clamp(1.875rem, 1.875vw, 3.0rem);
	font-weight: 700;
}

.p-point__header p::before,
.p-point__header p::after {
	content: '';
	display: inline-block;
	width: 3.0em;
	height: 0.2rem;
	margin: 0 0.5em;
	background-color: #5c4c28;
}


.frame-1 {
	background-color: #248471;
}

.frame-2 {
	background-color: #5c4c28;
}

.frame-3 {
	background-color: #1e3655;
}


.c-frame::after {
	content: "";
	position: absolute;
	inset: 0;
}

.c-frame__container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}


.c-frame__image {
	position: absolute;
	top: 45%;
	right: 0;
	width: 65%;
	height: 75%;
	border-radius: 3.125vw 0 0 12.5vw;
	transform: translateY(-50%);
	opacity: 0.7;
	overflow: hidden;
	z-index: 1;
}

@media screen and (min-width: 920px) {
	.c-frame__image {
		top: 50%;
		width: 55%;
	}
}

.frame-2 .c-frame__image {
	left: 0;
	right: auto;
	border-radius: 0 3.125vw 12.5vw 0;
}


.c-frame__image::after {
	content: '';
	display: block;
	width: 100%;
	/*padding-top: calc((9 / 16) * 100%);*/
}


.c-frame__image img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.frame-2 .c-frame__image img {
	object-position: center left;
}


.c-frame__contents {
	position: relative;
	width: 80%;
	color: #ffffff;
	/*transform: translateY(-10%);*/
	z-index: 2;
}

.frame-1 .c-frame__contents {
	padding: clamp(3.75rem, 3.75vw, 6.0rem) 5vw clamp(7.5rem, 7.5vw, 12.0rem) 0;
}

.frame-2 .c-frame__contents {
	padding: clamp(7.5rem, 7.5vw, 12.0rem) 0 clamp(3.75rem, 3.75vw, 6.0rem) 5vw;
}

.frame-3 .c-frame__contents {
	padding: clamp(7.5rem, 7.5vw, 12.0rem) 5vw clamp(3.75rem, 3.75vw, 6.0rem) 0;
}

@media screen and (min-width: 920px) {
	.frame-1 .c-frame__contents,
	.frame-2 .c-frame__contents,
	.frame-3 .c-frame__contents {
		width: 60%;
		max-width: 100.0rem;
		margin: 0 auto;
		padding: clamp(5.0rem, 5.0vw, 8.0rem) 5vw clamp(5.0rem, 5.0vw, 8.0rem) 0;
		/*transform: translateY(-20%);*/
	}
}

@media screen and (min-width: 920px) {
	.frame-2 .c-frame__contents {
		/*padding-left: 25vw;*/
		padding: clamp(5.0rem, 5.0vw, 8.0rem) 0 clamp(5.0rem, 5.0vw, 8.0rem) 5vw;
	}
}

.c-frame__step {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	width: clamp(9.375rem, 9.375vw, 15.0rem);
	height: clamp(9.375rem, 9.375vw, 15.0rem);
	background-color: #ffffff;
	text-align: center;
	line-height: 1;
	border-radius: 50%;
}

.frame-1 .c-frame__step {
	color: #248471;
}

.frame-2 .c-frame__step {
	margin-left: auto;
	color: #5c4c28;
}

.frame-3 .c-frame__step {
	color: #1e3655;
}

.c-frame__step span {
	display: block;
	font-size: clamp(1.5rem, 1.55vw, 2.4rem);
	font-weight: 900;
}


.c-frame__step i {
	display: block;
	font-size: 4.5vw;
	font-size: clamp(4.5rem, 4.5vw, 7.2rem);
	font-style: normal;
	font-weight: 900;
}

.c-frame__title {
	margin: 0.5em 0 0.7em;
	font-size: clamp(2.6rem, 3.125vw, 5.0rem);
	line-height: 1.2;
}

.frame-2 .c-frame__title {
	text-align: right;
}


.c-frame__text {
	margin: 0;
	font-size: clamp(1.2rem, 1.25vw, 2.0rem);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

.c-frame__text strong {
	font-weight: bold;
	font-size: 1.2em;
	background-color:#f63a3a;
	padding: 0.1em;
}





/* -----------------------------------------------------------
 * Plan Elements
----------------------------------------------------------- */

.p-plan {
	margin: 0 0 8.0rem;
}

@media screen and (min-width: 920px) {
	.p-plan {
		margin: 0 0 10.0vw;
	}
}


.p-plan__header {
	margin: 0 0 3.75vw;
	padding: 0;
	text-align: center;
}

.p-plan__header h2 {
	margin: 0;
	font-size: clamp(3.25rem, 3.75vw, 6.0rem);
	line-height: 1;
}

.p-plan__header h2 span {
	display: inline-block;
	margin: 0 0.05em;
	color: #00453f;
	font-size: 1.6em;
	font-weight: 500;
	font-style: italic;
	transform: translateY(5%);
}

.p-plan__header p {
	display: inline-flex;
	align-items: center;
	margin: 0;
	color: #00453f;
	font-size: clamp(1.875rem, 1.875vw, 3.0rem);
	font-weight: 700;
}

.p-plan__header p::before,
.p-plan__header p::after {
	content: '';
	display: inline-block;
	width: 3.0em;
	height: 0.2rem;
	margin: 0 0.5em;
	background-color: #00453f;
}



.p-plan__contents_solve {
	width: fit-content;
	margin: 0 auto clamp(1.875rem, 1.875vw, 3.0rem);
	padding: 0 2.4rem;
	color: #00453f;
	font-size: 1.4vw;
	font-size: clamp(1.4rem, 1.4vw, 2.2rem);
	line-height: 1.6;
	font-weight: 600;
}

@media screen and (min-width: 920px) {
.p-plan__contents_solve {
		margin: 0 auto 2.5em;
	}
}



/* Attention
/  ---------------------------------------------- */

.p-plan__attention {
	margin: 0 0 clamp(1.875rem, 1.875vw, 3.0rem);
	padding: 0 2.4rem;
}

@media screen and (min-width: 920px) {
	.p-plan__attention {
		margin-bottom: 1.875vw;
	}
}


.p-plan__attention__container {
	display: flex;
	max-width: 100.0rem;
	margin: 0 auto;
	padding: 1.0em;
	background-color: #f2f2f2;
	border: solid 0.4rem #00453f;
	border-radius: 1.875vw;
}

@media screen and (min-width: 920px) {
	.p-plan__attention__container {
		padding: 1.5em;
	}
}

.p-plan__attention__header {
	display: flex;
	width: fit-content;
	padding: 0 1.0em 0 0;
}

@media screen and (min-width: 920px) {
	.p-plan__attention__header {
		justify-content: center;
		align-items: center;
		padding-right: 2.0em;
	}
}

.p-plan__attention__header h3 {
	margin: 0;
	text-align: center;
	color: #00453f;
	font-size: clamp(1.2rem, 1.125vw, 1.8rem);
	line-height: 1;
}

.p-plan__attention__header h3::before {
	content: '';
	display: block;
	width: 5.0rem;
	height: 5.0rem;
	margin-bottom: 0.5em;
	background-color: #00453f;
	background-image: url("../images/icon_campaign.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;
	border-radius: 50%;
}

.p-plan__attention__contents {
	flex: 1;
}

@media screen and (min-width: 920px) {
	.p-plan__attention__contents {
		
	}
}


.p-plan__attention__contents p {
	margin: 0;
	font-size: clamp(1.4rem, 1.25vw, 2.0rem);
	font-weight: 400;
}




.p-plan__item .p-plan__attention {
	padding: 0;
	margin-top: 1em;
}

.p-plan__item .p-plan__attention__header h3 {
	font-size: clamp(1.1rem, 1.1vw, 1.4rem);
}

.p-plan__item .p-plan__attention__header h3::before {
	width: 3.0rem;
    height: 3.0rem;
}

.p-plan__item .p-plan__attention__contents p {
	font-size: clamp(1.1rem, 1.1vw, 1.4rem);	
}

@media screen and (min-width: 920px) {
.p-plan__item .p-plan__attention {
	padding: 0;
	margin-top: 1em;
}

.p-plan__item .p-plan__attention__header h3 {
	font-size: clamp(1.1rem, 1.1vw, 1.4rem);
}

	.p-plan__item .p-plan__attention__header h3::before {
		width: 4.5rem;
		height: 4.5rem;
	}

.p-plan__item .p-plan__attention__contents p {
	font-size: clamp(1.1rem, 1.1vw, 1.4rem);	
}
}




.p-plan__item {
	margin-bottom: 5.0rem;
}

@media screen and (min-width: 920px) {
	.p-plan__item {
		margin-bottom: 6.25vw;
		padding: 0 0 0 6.25vw;
	}
}

@media screen and (min-width: 920px) {
	.p-plan__item.reverse  {
		padding: 0 6.25vw 0 0;
	}
}



.p-plan__item__container {
	position: relative;
	padding: 3.5rem clamp(4.0rem, 8.0vw, 8.0rem) 2.0rem clamp(6.0rem, 12.0vw, 12.0rem);
}

.reverse .p-plan__item__container {
	position: relative;
	padding: 3.5rem clamp(6.0rem, 12.0vw, 12.0rem) 2.0rem clamp(4.0rem, 8.0vw, 8.0rem);
}

@media screen and (min-width: 920px) {
	.p-plan__item__container {
		padding: 5.625vw 10.0vw 3.125vw 0;
	}
}

@media screen and (min-width: 920px) {
	.reverse .p-plan__item__container {
		padding: 5.625vw 0 3.125vw 10.0vw;
	}
}

.p-plan__item__container::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 6.25vw);
	height: 100%;
	background-color: #f2efeb;
	border-radius: 3.125vw 0 0 12.5vw;
	z-index: -1;
}

.reverse .p-plan__item__container::before {
	left: 0;
	right: auto;
	border-radius: 0 3.125vw 12.5vw 0;
}


.p-plan__text {
	z-index: 2;
}

@media screen and (min-width: 920px) {
	.p-plan__text {
		margin-left: 49.375vw;
	}
}


@media screen and (min-width: 920px) {
	.reverse .p-plan__text {
		margin-left: 0;
		margin-right: 49.375vw;
	}
}


.p-plan__num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: clamp(12.5rem, 12.5vw, 20.0rem);
	height: clamp(3.75rem, 3.75vw, 6.0rem);
	margin-bottom: 1.8em;
	text-align: center;
	background-color: #00453f;
	color: #ffffff;
	font-size: clamp(1.4rem, 1.4vw, 2.2rem);
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.05em;
	border-radius: clamp(1.875rem, 1.875vw, 3.0rem);
}

.p-plan__num .icon-tent {
	display: inline-block;
	background-image: url("../images/icon_tent.svg");
	width: clamp(1.25rem, 1.25vw, 2.0rem);
	height: clamp(1.25rem, 1.25vw, 2.0rem);
	margin-right: 0.5em;
}


.p-plan__title {
	margin: 0 0 0.1em;
	color: #00453f;
	font-size: clamp(1.875rem, 1.875vw, 3.0rem);
	font-weight: 900;
	line-height: 1.2;
}

.p-plan__subtitle {
	margin: 0 0 1.0em;
	color: #00453f;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	font-weight: 700;
	line-height: 1.75;
}

.p-plan__desc {
	margin: 0 0 3.0em;
	font-size: 0.875vw;
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	font-weight: 500;
	line-height: 1.75;
}


.p-plan__detail {
	margin: 0 0 2.0em;
	font-size: 0.875vw;
	font-size: clamp(1.0rem, 0.875vw, 1.4rem);
	font-weight: 400;
	line-height: 1.75;
}

.p-plan__detail a {
	color: #000000;
	text-decoration: underline;
}

.p-plan__detail a:hover {
	text-decoration: none;
}


.p-plan__price {
	margin: 0;
	font-size: 0.875vw;
	font-size: clamp(1.0rem, 0.875vw, 1.4rem);
	font-weight: 700;
	line-height: 1.0;
	letter-spacing: 0.05em;
}

.p-plan__price span {
	font-size: 2.57em;
	font-weight: 700;
}

.p-plan__note {
	margin: 1.0em 0 0;
	font-size: 0.75vw;
	font-size: clamp(1.0rem, 0.75vw, 1.2rem);
	font-weight: 400;
	line-height: 1.75;
}

.p-plan__solve {
	font-size: 0.875vw;
	font-size: clamp(1.0rem, 0.875vw, 1.4rem);
	color: #f63a3a;
	font-weight: 600;
	margin-top: 0.5em;
	padding-top: 0.5em;
	position: relative;
	border-top: 2px solid #000;
}

.p-plan__solve::before {
	content: "";
	position: absolute;
	left: 0;
}

.p-plan__image {
	position: relative;
	margin: 0 0 2.0rem -6.0rem;
	border: solid 0 #00453f;
	border-radius: 1.5rem;
	overflow: hidden;
}

@media screen and (min-width: 920px) {
	.p-plan__image {
		position: absolute;
		top: 50%;
		left: 0;
		width: 43.75vw;
		margin: 0;
		transform: translateY(-50%);
	}
}

.reverse .p-plan__image {
	margin: 0 -6.0rem 2.0rem 0;
}

@media screen and (min-width: 920px) {
	.reverse .p-plan__image {
		left: auto;
		right: 0;
	}
}


.p-plan__image::after {
	content: '';
	display: block;
	padding-top: calc((7 / 10) * 100%);
}


.p-plan__image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* Modal */

.p-plan__modal__title {
	margin-bottom: 1.0em;
	font-size: clamp(1.2rem, 1.25vw, 2.0rem);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
}

.p-plan__modal__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2.0rem;
}

@media screen and (min-width: 920px) {
	.p-plan__modal__wrapper {
		flex-direction: row;
		gap: 3.0rem;
	}
}

.p-plan__modal__wrapper figure {
	margin: 0;
}

.p-plan__modal__wrapper img {
	display: block;
	width: 100%;
}



/* -----------------------------------------------------------
 * Commn Header Elements
----------------------------------------------------------- */

.c-common__header {
	margin: 0 0 3.75vw;
	padding: 0;
	text-align: center;
}

.c-common__header h2 {
	margin: 0 0 0.2em;
	font-size: clamp(2.5rem, 2.5vw, 4.0rem);
	line-height: 1;
}

.c-common__header h2 span {
	display: inline-block;
	margin: 0 0.1em;
	color: #248471;
	font-size: 1.6em;
	font-weight: 400;
	font-style: italic;
	transform: translateY(10%);
}


.c-common__header p {
	display: inline-flex;
	align-items: center;
	margin: 0;
	color: #248471;
	text-transform: uppercase;
	font-size: clamp(1.25rem, 1.25vw, 2.0rem);
	font-weight: 700;
}

.c-common__header p::before,
.c-common__header p::after {
	content: '';
	display: inline-block;
	width: 3.0em;
	height: 0.2rem;
	margin: 0 0.5em;
	background-color: #248471;
}



.c-button__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 3.0rem;
	padding-top: clamp(1.875rem, 1.875vw, 3.0rem);
}

@media print, screen and (min-width: 920px) {
	.c-button__wrapper {
		flex-direction: row;
		gap: 8.0rem;
		padding-top: 0;
	}
}



.c-button {
	width: fit-content;
	margin: 0;
}

.c-button a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: clamp(23.75rem, 23.75vw, 38.0rem);
	height: clamp(5.625rem, 5.625vw, 9.0rem);
	text-align: center;
	text-decoration: none;
	background-color: #00453f;
	font-size: clamp(1.25rem, 1.25vw, 2.0rem);
	font-weight: 600;
	line-height: 1.6;
	border-radius: clamp(2.8125rem, 2.8125vw, 4.5rem);
	color: #ffffff;
	box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
	transition: 0.5s ease;
}

.c-button:hover a {
	transform: translateY(-0.3rem);
	box-shadow: 0 0.2rem 1.0rem rgba(0,0,0,0.4);
}

@media print, screen and (min-width: 920px) {
	#pageContainer .c-button:hover a {
		text-decoration: none;
	}
}

.c-button a span {
	font-size: 0.8em;
}


/* -----------------------------------------------------------
 * Schedule Elements
----------------------------------------------------------- */

.p-schedule {
	margin: 0 0 8.0rem;
	padding: 0 4.5vw;
}

@media screen and (min-width: 920px) {
	.p-schedule {
		margin: 0 0 10.0vw;
	}
}

.p-schedule__contents {
	max-width: 100.0rem;
	margin: 0 auto;
}


.p-schedule__item {
	margin-bottom: 4.0rem;
}


@media screen and (min-width: 920px) {
	.p-schedule__item dl {
		display: flex;
	}
}


.p-schedule__item dt {
	margin: 0;
	padding: 1.0em;
	color: #248471;
	font-size: clamp(1.25rem, 1.125vw, 1.8rem);
	font-weight: 700;
	line-height: 1.75;
	border-bottom: solid 0.2rem #248471;
}

@media screen and (min-width: 920px) {
	.p-schedule__item dt {
		width: 26.0rem;
	}
}

.p-schedule__item dd {
	margin: 0;
	padding: 1.0em;
	font-size: clamp(1.25rem, 1.125vw, 1.8rem);
	font-weight: 500;
	line-height: 1.75;
	border-bottom: solid 0.2rem #dddddd;
}

@media screen and (min-width: 920px) {
	.p-schedule__item dd {
		width: calc(100% - 26.0rem);
	}
}

.p-schedule__item dd a {
	color: #000000;
	text-decoration: none;
	font-weight: 700;
	transition: 0.5s ease;
}

.p-schedule__item dd a:hover {
	color: #248471;
}


.p-schedule__item dd a[target="_blank"]::after {
	content:"";
	display: inline-block;
	width: 12px;
	height: 11px;
	margin-left: 2px;
	background: url('/common/images/icon_outlink_g.png') no-repeat center;
	background-size: 10px;

/*
	content: '外部リンク';
	display: inline-block;
	margin-left: 0.5em;
	padding: 0 1.0em;
	background-color: #000000;
	color: #ffffff;
	font-size: 0.6em;
	line-height: 1.8rem;
	border-radius: 0.9rem;
	transition: 0.5s ease;
*/
	}

/*
.p-schedule__item dd a:hover[target="_blank"]::after {
	background-color: #248471;
}
*/

.p-schedule__attention__contents {
    max-width: 100.0rem;
    margin: 0 auto;
    padding: 1.0em;
    background-color: #f2f2f2;
    border: solid 0.4rem #00453f;
    border-radius: 1.875vw;
}

.p-schedule__attention__contents p {
    font-size: clamp(1.2rem, 1.2vw, 1.5rem);
}

.p-schedule__attention__contents p.p-schedule__attention__red {
	font-size: 1.05em;
	color: #f63a3a;
	font-weight: 600;
}

@media screen and (min-width: 920px) {
    .p-schedule__attention__contents {
        padding: 1.5em;
    }
}

/* -----------------------------------------------------------
 * Timetable Elements
----------------------------------------------------------- */

.p-timetable {
	margin: 0 0 8.0rem;
	padding: 0 4.5vw;
}

@media screen and (min-width: 920px) {
	.p-timetable {
		margin: 0 0 10.0vw;
	}
}

.p-timetable__contents {
	max-width: 100.0rem;
	margin: 0 auto;
}


.p-timetable__item {
	margin-bottom: 6.0rem;
}


@media screen and (min-width: 920px) {
	.p-timetable__item > dl {
		display: flex;
	}
}

.p-timetable__item > dl > dt {
	margin: 0;
	padding: 1.0em;
	color: #248471;
	font-size: clamp(1.25rem, 1.125vw, 1.8rem);
	font-weight: 700;
	line-height: 1.75;
	border-bottom: solid 0.2rem #00453f;
}

@media screen and (min-width: 920px) {
	.p-timetable__item > dl > dt {
		width: 26.0rem;
	}
}

.p-timetable__item > dl > dd {
	margin: 0;
	padding: 1.0em;
	font-size: clamp(1.25rem, 1.125vw, 1.8rem);
	font-weight: 500;
	line-height: 1.75;
	border-bottom: solid 0.2rem #dddddd;
}

@media screen and (min-width: 920px) {
	.p-timetable__item > dl > dd {
		width: calc(100% - 26.0rem);
		padding: 0 1.0em 1.0em;
	}
}

.p-timetable__item > dl > dd a {
	color: #000000;
	text-decoration: none;
	font-weight: 700;
	transition: 0.5s ease;
}

.p-timetable__item > dl > dd a:hover {
	color: #248471;
}

.p-timetable__item__inner {
	display: flex;
	flex-wrap: wrap;
}

.p-timetable__item__inner dt {
	width: 10.0rem;
	margin: 0;
	padding: 1.0em;
	color: #00453f;
	font-size: clamp(1.25rem, 1.125vw, 1.8rem);
	font-weight: 700;
	line-height: 1.75;
}

@media screen and (min-width: 920px) {
	.p-timetable__item__inner dt {
		
	}
}

.p-timetable__item__inner dt time {
	display: inline-block;
	padding: 0 1.0em;
	background-color: #00453f;
	color: #ffffff;
	border-radius: calc(1.75em / 2);
}


.p-timetable__item__inner dd {
	width: calc(100% - 10.0rem);
	margin: 0;
	padding: 1.0em;
	font-size: clamp(1.25rem, 1.125vw, 1.8rem);
	font-weight: 500;
	line-height: 1.75;
}

@media screen and (min-width: 920px) {
	.p-timetable__item__inner dd {
	}
}

.p-timetable__note {
	text-align: center;
	font-size: clamp(1.0rem, 1.0vw, 1.6rem);
}




/* -----------------------------------------------------------
 * Flow Elements
----------------------------------------------------------- */


.p-flow {
	margin: 0 0 8.0rem;
	padding: 0 4.5vw;
}

@media screen and (min-width: 920px) {
	.p-flow {
		margin: 0 0 10.0vw;
	}
}


.p-flow__contets {
	max-width: 100.0rem;
	margin: 0 auto;
}

.p-flow__contets__text {
	width: fit-content;
	margin: 0 auto 5vw;
}

.p-flow__contets__text p {
	margin-bottom: 1.0em;
	font-size: clamp(1.25rem, 1.125vw, 1.8rem);
	font-weight: 500;
	line-height: 1.75;
}


.p-flow__step__title {
	margin-bottom: 1.0em;
	padding: 0.5em 1.0em;
	background-color: #00453f;
	border-radius: 0.5rem;
}

.p-flow__step__title h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.6rem, 1.375vw, 2.2rem);
	font-weight: 700;
}

.p-flow__step__title h3 span {
	font-size: 0.7em;
}



.p-flow__step {
	width: min(90%, 60.0rem);
	margin: 0 auto 5vw;
}

.p-flow__step__contents {
	counter-reset: step-index;
}
.step {
	position: relative;
	padding-bottom: clamp(2.5rem, 2.5vw, 4.0rem);
	counter-increment: step-index;
}

.step:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 0;
	left: clamp(1.625rem, 1.625vw, 2.6rem);
	width: 0.3rem;
	height: 100%;
	background-color: #00453f;
}

.step-text {
	display: grid;
	grid-template-columns: 5.0rem 1fr;
	gap: clamp(1.5rem, 1.5vw, 2.4rem);
	align-items: center;
	margin: 0;
	padding: 0;
	color: #00453f;
	font-size: clamp(1.5rem, 1.5vw, 2.4rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
}

.step-text::before {
	content: counter(step-index);
	display: flex;
	justify-content: center;
	align-items: center;
	width: clamp(3.125rem, 3.125vw, 5.0rem);
	height: clamp(3.125rem, 3.125vw, 5.0rem);
	background-color: #ffffff;
	color: #00453f;
	font-size: clamp(1.4rem, 1.4vw, 2.2rem);
	font-weight: 700;
	border: solid 0.3rem #00453f;
	border-radius: 50%;
	z-index: 1;
}

.step-text-sub {
	padding-left: 7.0rem;
	font-size: clamp(1.0rem, 1.0vw, 1.6rem);
}

.p-flow__step__note {
	font-size: clamp(1.0rem, 1.0vw, 1.6rem);
}





/* Attention
/  ---------------------------------------------- */

.p-flow__attention {
	margin: 0 0 clamp(1.875rem, 1.875vw, 3.0rem);
	padding: 0;
}

@media screen and (min-width: 920px) {
	.p-flow__attention {
		margin-bottom: 5.0vw;
	}
}

.p-flow__attention__container {
	display: flex;
    max-width: 100.0rem;
    margin: 0 auto;
    padding: 1.0em;
    background-color: #f2f2f2;
    border: solid 0.4rem #00453f;
    border-radius: 1.875vw;
}

@media screen and (min-width: 920px) {
	.p-flow__attention__container {
		display: flex;
		gap: 2.0rem;
		width: 80%;
		padding: 1.5em;
	}
}

.p-flow__attention__header {
    display: flex;
    width: fit-content;
    padding: 0 1.0em 0 0;
}

@media screen and (min-width: 920px) {
	.p-flow__attention__header {
		margin: 0;
	}
}

.p-flow__attention__header h3 {
	margin: 0;
	text-align: center;
	color: #00453f;
	font-size: clamp(1.2rem, 1.125vw, 1.8rem);
}

.p-flow__attention__header h3::before {
    content: '';
    display: block;
    width: 5.0rem;
    height: 5.0rem;
    margin-bottom: 0.5em;
    background-color: #00453f;
    background-image: url(../images/icon_campaign.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    border-radius: 50%;
}

.p-flow__attention__contents {
	flex: 1;
}

@media screen and (min-width: 920px) {
	.p-flow__attention__contents {
		
	}
}

.p-flow__attention__contents p {
	margin: 0;
	font-size: clamp(1.2rem, 1.0vw, 1.6rem);
	font-weight: 400;
}

.p-flow__attention__red {
	color: #f63a3a;
}





/* -----------------------------------------------------------
 * Faq Elements
----------------------------------------------------------- */


.p-faq {
	margin: 0 0 8.0rem;
	padding: 0 4.5vw;
}

@media screen and (min-width: 920px) {
	.p-faq {
		margin: 0 0 10.0vw;
	}
}


.p-faq__contets {
	max-width: 100.0rem;
	margin: 0 auto;
}

.p-faq__contets__container {
	margin-bottom: 5.0vw;
}

.p-faq__block {
	margin-bottom: 3.0rem;
	background-color: #ffffff;
	box-shadow: 0 0.2rem 1.0rem rgba(0,0,0,0.2);
	border-radius: 1.25vw;
	overflow: hidden;
}

.p-faq__block__question {
	position: relative;
	padding: 3.0rem 6.0rem 3.0rem 8.0rem;
	transition: 0.5s ease;
}

@media (max-width: 1000px) {
	.p-faq__block__question {
		padding: 2.0rem 6.0rem 2.0rem 8.0rem;
	}
}

.p-faq__block__question.active {
	background-color: #00453f;
	color: #ffffff;
}

.p-faq__block__question.active .plus-minus-icon:before{
	background-color: #ffffff;
}

.p-faq__block__question p {
	font-size: 16px;
	font-size: clamp(1.4rem, 1.125vw, 1.8rem);
	font-weight: bold;
	line-height: 1.6;
}



.p-faq__block__question::after {
	content: 'Q';
	display: block;
	position: absolute;
	top: 27px;
	left: 30px;
	width: 30px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica,Arial, "Open Sans", serif;
	font-size: 18px;
	line-height: 30px;
	background-color: #00453f;
	color: #ffffff;
	border-radius: 50%;
	transition: 0.5s ease;
}

@media (max-width: 1000px) {
	.p-faq__block__question::after  {
		top: 18px;
	}
}

.p-faq__block__question.active::after {
	background-color: #ffffff;
	color: #00453f;
}


.p-faq__block__answer {
	display: none;
	position: relative;
	padding: 40px;
}

@media (max-width: 1000px) {
	.p-faq__block__answer {
		padding: 20px;
	}
}

.p-faq__block__answer p {
	font-size: 16px;
	line-height: 1.85;
}

@media (max-width: 1000px) {
	.p-faq__block__answer p {
		font-size: 14px;
	}
}

.p-faq__block__answer li {
	margin-top: 0.5em;
}

.accordion {
	position: relative;
	cursor: pointer;
}


.accordion .plus-minus-icon {
	display: block;
	position: absolute;
	top: 50%;
	right: 6.0rem;
	transform: translateY(-50%);
}

@media (max-width: 1000px) {
	.accordion .plus-minus-icon {
		right: 5.0rem;
	}
}

.accordion .plus-minus-icon::before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width: 20px;
	height: 2px;
	background-color: #00453f;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.accordion .plus-minus-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 2px; 
	background-color: #00453f;
	transition: .3s;
}

.accordion.active .plus-minus-icon:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.accordion.active .plus-minus-icon:after{
	background-color: transparent;
}



.p-faq__contact {
	max-width: 90.0rem;
	margin: 5.0vw auto 0;
	padding: 2.0em 3.0em;
	background-color: #f2f2f2;
	border-radius: 1.25vw;
}


.p-faq__contact__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: solid 0.1rem #00453f;
}

.p-faq__contact__header h4 {
	margin: 0;
	color: #00453f;
	font-size: clamp(1.6rem, 1.375vw, 2.2rem);
	font-weight: 700;
}

.p-faq__contact__header p {
	margin: 0;
	font-size: clamp(1.4rem, 1.125vw, 1.8rem);
	font-weight: 500;
	line-height: 1;
}

.p-faq__contact__contents p {
	margin: 0;
	font-size: clamp(1.4rem, 1.125vw, 1.8rem);
	font-weight: 500;
	line-height: 1.75;
}

@media screen and (min-width: 920px) {
	.p-faq__contact__contents p {
		
	}
}
