@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap');


div#box_kv {
	width: 100%;
	height: 460px;
	position: relative;
	background-color: #e5e5e5;
	z-index: 0;
	overflow: hidden;
}

div#box_kv .inner {
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}

div#box_kv img#bg_kv {
	position: absolute;
	top: -260px;
	left: 50%;
	width: 1440px;
	margin-left: -720px;

}

div#box_kv h2 {
	text-align: center;
	padding-top: 30px;
	position: relative;
	z-index: 500;

	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 4.4rem;
	color: #23b7fe;
	/* text-shadow: 1px 1px 2px #fff; */
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

div#box_logo_plate {
	position: absolute;
	z-index: 200;
	background-color: #fff;
	width: 600px;
	height: 190px;
	border-radius: 125px;
	top: 120px;
	left: 50%;
	margin-left: -300px;
	box-sizing: border-box;
	padding-left: 230px;
	padding-top: 23px;
	box-shadow: 4px 15px 20px rgba(0, 0, 0, 0.2);
}


div#box_logo_plate img.art_boy,
div#box_logo_plate img.art_girl {
	position: absolute;
	top: 0;
	width: 160px;
	right: 0;
}

div#box_logo_plate img.art_boy {
	top: -22px;
	right: -46px;
}

div#box_logo_plate img.art_girl {
	top: 120px;
	right: -48px;
}

#kv_logo {
	width: 600px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#kv_logo img {
	width: 100%;
	height: auto;
}

/* div#box_logo_plate p#kv_logo {
	width: 180px;
	position: absolute;
	top: -10px;
	left: 30px;
} */

/* div#box_logo_plate p:nth-child(2) {
	width: 340px;
	margin-bottom: 6px;
} */

#txt_kv_volunteer {
	width: 340px;
}

div#box_logo_plate p:nth-child(3) {
	width: 220px;
}

div#box_logo_plate p.season_num {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #003892;
	width: auto;
	font-size: 3.2rem;
	line-height: 1;
}


div#box_logo_plate img {
	width: 100%;
}


div#box_main {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	margin-top: -64px;
	padding-bottom: 80px;
}

div#box_main::after {
	content: "";
	display: table;
	clear: both;
}


p.supported small,
p.supported img {
	display: block;
}

p.supported {
	width: 220px;
	text-align: center;
	height: 90px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	color: #444;
	line-height: 0.8;
	position: relative;
	margin: 0 auto;
	padding: 14px 24px 0 24px;
	background-color: #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	margin-bottom: 20px;

}

p.supported img {
	width: 100%;
}

p.supported small {
	font-size: 1rem;
}

div#box_main .box_lead {
	padding-bottom: 2em;
}

div#box_main .box_lead>p {
	font-size: 1.8rem;
	line-height: 1.4;
	color: #373b42;
	font-weight: bold;
	margin-bottom: 0.6em;
}


/* entry btns */
div#box_entry_faq {
	width: 224px;
	float: right;
	height: 140em;
	position: relative;
}

div#box_entry_faq .inner {}


div#box_entry_faq p#btn_now_entry {
	text-align: center;
	position: relative;
	z-index: 0;
}

div#box_entry_faq p#btn_now_entry a {
	width: 160px;
	height: 160px;
	background-color: #fff;
	display: block;
	box-sizing: border-box;
	border-radius: 90px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 14px;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 50;
	overflow: hidden;
}

div#box_entry_faq p#btn_now_entry.none a {
	pointer-events: none;
}

div#box_entry_faq p#btn_now_entry a:before {
	content: " ";
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 60px;
	display: block;
	z-index: 10;
	transition: 0.5s;
	background-color: #ff9519;
	box-shadow: 0px 140px 20px #ff9519;
	opacity: 0.4;
	top: -120px;
	left: 0;
	right: 0;
	margin: auto;
}

div#box_entry_faq p#btn_now_entry a:hover {
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

div#box_entry_faq p#btn_now_entry a:hover:before {
	opacity: 0.6;
}




div#box_entry_faq p#btn_now_entry a span {
	width: 160px;
	height: auto;
	display: block;
	padding: 36px 0 0 6px;
	box-sizing: border-box;
	position: relative;
	z-index: 100;
}

div#box_entry_faq p#btn_now_entry a img {
	width: 110px;
	height: auto;
}


div#box_entry_faq p#btn_now_entry span.label_year {
	display: block;
	width: 140px;
	text-align: center;
	margin: 0 auto;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	background-color: #003792;
	padding-top: 48px;
	padding-bottom: 0.8em;
	border-radius: 0.6em;
	position: relative;
	z-index: 0;
	margin-top: -54px;
}

div#box_entry_faq p#btn_now_entry.end span.label_year {
	margin-top: 0;
	width: 100%;
	padding: 1.4em 1em;

	line-height: 1.6;
	background-color: #f00;
	font-weight: bold;
	/*border-radius: 25%;*/
}

div#box_entry_faq p#btn_now_entry span.label_year strong {
	display: block;
	font-size: 3.6rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #faf4ad;
}

p#btn_open_faq {
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 1.8rem;
}

p#btn_open_faq a {
	/*width: 140px;*/
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	box-sizing: border-box;
	border: 2px dotted #003792;
	color: #003792;
	padding: 1.5em 0 1.5em 0;
	border-radius: 0.7em;
	font-weight: 600;
	background-color: #faf4ad;
	transition: 0.5s;
}

p#btn_open_faq a small {
	display: block;
	font-size: 1.4rem;
}


p#btn_open_faq a:hover {
	opacity: 0.7;
}



/*  */

div#box_main_column {
	width: 760px;
	float: left;
}



/**/
#box_main_column>p {
	font-size: 1.6rem;
	line-height: 2;
	margin-top: 1.5em;
}

#box_main_column>h3 {
	font-size: 2.4rem;
	position: relative;
	color: #003792;
	font-weight: 600;
	margin-top: 2.5em;
}

#box_main_column>h3:nth-of-type(1) {
	margin-top: 0;
}

#box_main_column h3:before {
	content: " ";
	display: inline-block;
	width: 0.36em;
	height: 1.5em;
	background-color: #003792;
	top: 0.4em;
	margin-right: 0.3em;
	position: relative;
}

#box_main_column h3+p {
	margin-top: 1em;
}


#box_main_column div.box_detail {
	margin-top: 1em;
	padding-bottom: 48px;
}

#box_main_column div.box_detail dt {
	font-size: 1.8rem;
	display: inline-block;
	background-color: #ff9519;
	padding: 0.43em 1em 0.4em 1em;
	line-height: 1;
	color: #fff;
	margin-bottom: 0.6em;
	margin-top: 1.8em;
	border-radius: 0.9em;
}

#box_main_column div.box_detail dd {
	font-size: 1.6rem;
	line-height: 1.7;
	margin-bottom: 0.5em;
	position: relative;
	padding-left: 1.25em;
	text-indent: -1.25em;
}

#box_main_column div.box_detail small {
	font-size: 1.2rem;
}

#box_main_column div.box_detail dd:before {
	content: " ";
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	background-color: #82d3f8;
	border-radius: 0.35em;
	position: relative;
	top: 0em;
	margin-left: 0.2em;
	margin-right: 0.25em;
}

/* box_activities */

#box_activities {
	padding: 24px;
	border: 8px solid #c0e9fc;
	margin-top: 24px;
	padding-top: 20px;
	border-radius: 1.25em;
}

#box_activities h4 {
	font-size: 2.4rem;
	margin-bottom: 0.1em;
	padding-bottom: 0.5em;
}


#box_activities h5 {
	position: relative;
	font-size: 2.4rem;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 0.3em;
}

#box_activities h5 img {
	position: relative;
	display: inline-block;
	height: 2em;
	margin-right: 0.2em;
	top: -0.3em;
}

#box_activities>ul>li {
	vertical-align: top;
	display: inline-block;
	background-color: #e5e5e5;
	box-sizing: border-box;
	padding: 24px;
	width: calc(50% - 6px);
	min-height: 11.3em;
	text-align: center;
	border-radius: 1em;
}

#box_activities>ul>li:nth-of-type(1) {
	width: 100%;
	background-color: #d0f6ab;
	margin-bottom: 4px;
}

#box_activities>ul>li:nth-of-type(2) {
	margin-right: 4px;
	background-color: #fcf49d;
}

#box_activities>ul>li:nth-of-type(3) {
	background-color: #fae8b7;
}


#box_activities>ul>li li,
#box_activities>ul>li p {
	font-size: 1.6rem;
	line-height: 1.5;

}

#box_activities>ul>li li {
	display: inline-block;
	position: relative;
	margin-right: 0.5em;
}

#box_activities>ul>li li:before {
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #555;
	border-radius: 5px;
	position: relative;
	top: -0.1em;
	margin-left: 0.2em;
	margin-right: 0.25em;
}


/* FAQ -----------------------------*/


body#page_volunteer_faq {
	width: 100%;
	height: 100%;
}

body#page_volunteer_faq #wrapper {
	width: 100%;
	height: auto;
}

body#page_volunteer_faq header {
	background-color: #23b7fe;
	width: 100%;
	height: 80px;
	padding: 24px;
	margin-bottom: 18px;
}



body#page_volunteer_faq header h1 {
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	display: inline-block;
	position: relative;
	padding-left: 90px;
	padding-top: 3px;
}

body#page_volunteer_faq header h1 img {
	width: 80px;
	display: block;
	left: 0;
	top: -8px;
	vertical-align: top;
	position: absolute;
}



body#page_volunteer_faq header .inner,
#wrapper_volfaq {
	position: relative;
	width: auto;
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px 0 20px;
}

#wrapper_volfaq>p {
	text-align: center;
	font-size: 1.6rem;
}

#wrapper_volfaq>p:first-child {
	padding-left: 64px;
	margin-bottom: 18px;
	font-weight: bold;
}


#wrapper_volfaq>p.end {
	padding-top: 2em;
	padding-bottom: 2em;
	border-top: 1px solid #ccc;
	margin-top: 18px;
}


#wrapper_volfaq>.inner {
	padding-top: 0px;
}


#wrapper_volfaq #list_faq {
	margin-bottom: 48px;
	line-height: 1.3;
	font-size: 1.6rem;
	padding-left: 1em;
	border: 2px dotted #aaa;
	border-radius: 18px;
	padding: 28px 24px 8px 24px;
	background-color: #fcfadc;
}

#wrapper_volfaq #list_faq li {
	position: relative;
	margin-bottom: 1em;
}

#wrapper_volfaq #list_faq li a {
	color: #333;
}

#wrapper_volfaq #list_faq li::before,
dl#list_faq_answers dt::before,
dl#list_faq_answers dd::before {
	content: "?";
	font-family: "Roboto", sans-serif;
	font-size: 1.8rem;
	color: #fff;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	width: 28px;
	height: 28px;
	vertical-align: top;
	background-color: #23b7fe;
	border-radius: 14px;
	margin-right: 0.3em;
	position: relative;
	top: -0.3em;
	line-height: 1;
	padding-top: 0.35em;
	padding-left: 0;
}


footer {
	padding: 36px 24px 48px 24px;
	text-align: center;
	font-size: 1rem;
}

dl#list_faq_answers {}


dl#list_faq_answers dt {
	margin-top: 0.8em;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	padding-top: 1.5em;
	border-top: 1px solid #ccc;
}



dl#list_faq_answers dt::before {
	top: -0.1em;
}


dl#list_faq_answers dd {
	font-size: 1.6rem;
	line-height: 1.8;
	position: relative;
	padding-left: 2em;
	text-indent: -2em;
}



dl#list_faq_answers dd a.btn_goto_list {
	text-align: right;
	line-height: 1;
	margin: 1em 0 0 0;
	display: block;
	font-size: 1.4rem;
	color: #fff;
}

dl#list_faq_answers dd a.btn_goto_list span {
	display: inline-block;
	background-color: #aaa;
	padding: 0.5em 0.8em 0.4em 0.8em;
	border-radius: 1.3em;
	text-indent: 0;
}

dl#list_faq_answers dd a.btn_goto_list:hover span {
	background-color: #888;
	transition: 0.3s;
}



dl#list_faq_answers dd::before {
	content: "\7B54";
	font-size: 1.6rem;
	background-color: #444;
	color: #fff;
	text-indent: 0;
	top: 0.2em;
	padding-top: 0.45em;
}

body#page_volunteer_faq p#btn_pagetop {
	position: fixed;
	bottom: 20px;
	right: 18px;
	width: 64px;
	height: 64px;
	line-height: 1;
	text-align: center;
	font-size: 1.2rem;
}

body#page_volunteer_faq p#btn_pagetop a {
	display: block;
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	background-color: rgba(125, 125, 125, 0.5);
	color: #fff;
	border-radius: 8px;
	padding-top: 19px;
}

body#page_volunteer_faq p#btn_pagetop a:hover {
	transition: 0.3s;
	background-color: rgba(125, 125, 125, 0.7);
}


/* contact */

div#box_vol_contact {
	border-top: 6px solid #23b7fe;
	padding-top: 32px;
}

div#box_vol_contact h4 {
	font-size: 1.8rem;
	margin-bottom: 0.1em;
	position: relative;
	font-weight: bold;
}

div#box_vol_contact h4:before {
	content: " ";
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #23b7fe;
	display: inline-block;
	margin-right: 0.2em;
	position: relative;
}

div#box_vol_contact p {
	line-height: 1.5;
}

div#box_vol_contact p.tel {
	font-size: 4.4rem;
	font-family: "Roboto", sans-serif;
	font-weight: 200;
	position: relative;
	padding-bottom: 0em;
	color: #777;
}

div#box_vol_contact p.tel strong {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #23b7fe;
	margin-right: 0.3em;
}

div#box_vol_contact p.tel small {
	font-size: 1.8rem;
	position: relative;
	top: -0.1em;
}

div#box_vol_contact p.mail {
	font-size: 3rem;
	font-family: "Roboto", sans-serif;
	font-weight: 200;
	color: #777;
	margin-bottom: 0.2em;
}

div#box_vol_contact p.mail a {
	color: #23b7fe;
	font-weight: 400;
	margin-left: 0.2em;
}

/*  */

div.head_notice {
	background-color: #f00;
	border-radius: 6px;
	margin-bottom: 24px;
}

div.head_notice p {
	color: #fff;
	font-size: 1.6rem;
	padding: 1em 1em 0.7em 1em;
}

/* 受付終了 */

div#box_main {
	/*margin-top: -64px;*/
	margin-top: 3em;
}

p.supported {
	bottom: 68px;
}

p.txt_close {
	background-color: #f00;
	color: #fff;
	font-size: 2.0rem;
	padding: 1em 1em 0.7em 1em;
	text-align: center;

	width: 100%;
	position: relative;
	/*bottom: -39px;*/
	/*margin-top: 39px;*/
	font-weight: bold;
}

span.recep_closed {
	background-color: rgba(255, 0, 0, 0.9);
	border-radius: 6px;
	margin-bottom: 24px;
	color: #fff;
	font-size: 2.6rem;
	/*padding: 1em 1em 0.7em 1em;*/
	line-height: 4em;
	position: absolute;
	width: 8em;
	height: 4em;
	text-align: center;
	top: calc(50% - 1.0em);
	left: calc(50% - 4.0em);

	z-index: 999;

}

#btn_now_entry.close a {
	pointer-events: none;
}


/* 768px */
@media (max-width: 768px) {
	/* mq-start */

	/*  .pcv {
	display: none;
	}
	
	.spv {
	display: inline-block;
	}*/

	#wrapper_voulunteer {
		width: 100%;
	}

	div#box_kv {
		width: 100%;
		height: calc(100vw * 0.6325);
	}

	div#box_kv .inner {
		width: 100%;
		height: 100%;
	}

	div#box_kv img#bg_kv {
		width: auto;
		height: 100%;
		top: 0;
		left: calc(50% - 50vw);
		margin-left: 0;
	}

	div#box_logo_plate {
		/* 190*0.25 */
		/* top: -47.5px; */
		transform: scale(0.3, 0.3);

		top: 6%;

	}

	div#box_kv h2 {
		width: 100%;
		padding-top: 0;
		text-align: center;
		top: 6%;
		font-size: 5.625vw;
		/* 18px */
		font-size: 5vw;
		/* 16px */

	}


	div#box_kv h2 img {
		display: block;
		margin: 0 auto;
		height: 10vw;
		width: auto;

	}

	#kv_logo {
		width: 70vw;
		margin-top: 4vw;
	}

	p.supported {
		width: 50vw;
		height: 8vw;
		line-height: 1;
		bottom: 8vw;

		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	p.supported small {
		font-size: 2.0vw;
	}

	p.supported img {
		width: 20vw;
		height: auto;
		margin-left: 2vw;
	}


	div#box_main {
		width: 100%;
		margin-top: 4vw;
	}


	div#box_main_column {
		width: 100%;
		box-sizing: border-box;
		float: none;
		padding: 0 5vw 0 5vw;
	}


	div#box_entry_faq {
		width: 100%;
		margin: 0 auto;
		float: none;
		height: auto;
		padding-bottom: 6vw;
	}

	div#box_entry_faq .inner {
		width: 100%;
	}

	div#box_entry_faq p#btn_now_entry a {
		width: 30vw;
		height: 30vw;
		border-radius: 15vw;
		display: inline-block;
	}

	div#box_entry_faq p#btn_now_entry a span {
		width: 100%;
		height: 100%;
		/*padding: 36px 0 0 6px;*/
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;

	}

	div#box_entry_faq p#btn_now_entry a img {
		width: 60%;
		display: block;
	}

	div#box_entry_faq p#btn_now_entry span.label_year {
		width: 50vw;
		padding-left: 20vw;
		display: inline-block;
		margin-top: 0;
		margin-left: -20vw;
		padding: 5vw;
		padding-left: 20vw;
		margin-top: 3vw;
	}

	div#box_entry_faq p#btn_now_entry a,
	div#box_entry_faq p#btn_now_entry span.label_year {
		vertical-align: top;
	}

	p#btn_open_faq {
		padding-top: 1vw;
	}

	p#btn_open_faq a {
		width: 80vw;
		padding: 3vw;
	}

	p#btn_open_faq a small {
		display: inline;
		width: 80vw;

	}

	#box_main_column>p {
		/*font-size: 4.375vw;*/
		font-size: 4.0625vw;
		/* 13px */
		line-height: 2;
		margin-top: 1.5em;
	}

	#box_activities>ul>li {
		width: 100% !important;
		min-height: auto;
		margin-bottom: 2vw !important;
		margin-right: 0 !important;
	}

	#box_activities h5 {
		line-height: 1;
		font-size: 5.625vw;
		font-size: 4.0625vw;
		/* 13px */
		font-weight: bold;
	}

	#box_activities>ul>li li {
		font-size: 3.75vw;
		/* 12px */
	}

	#box_main_column h3 {
		font-size: 5vw;
		/* 16px */
		line-height: 1.4;
		border-left: 2vw solid #003692;
		padding-left: 0.3em;
	}

	#box_main_column h3:before {
		content: none;
	}

	#box_activities h4 {
		font-size: 4.375vw;
		/* 14px */

	}

	/*  */

	#box_main_column div.box_detail dt {
		font-size: 4.0625vw;
		/* 13px */
	}

	#box_main_column div.box_detail dd {
		font-size: 3.75vw;
		/* 12px */
	}


	/* FAQ -----------------------------*/

	body#page_volunteer_faq header {
		margin-bottom: 10vw;
	}

	#wrapper_volfaq>p:first-child {
		padding-left: 0;

	}

	/* contact */

	div#box_vol_contact {
		padding-bottom: 0vw;
	}


	div#box_vol_contact h4 {
		font-size: 4.375vw;

	}


	div#box_vol_contact p {
		line-height: 1.5;
		/*font-size: 4.75vw;*/
		font-size: 3.75vw;
		/* 12px */

	}

	div#box_vol_contact p.tel {
		font-size: 8.75vw;
		padding-bottom: 0.3em;
	}

	div#box_vol_contact p.tel strong {
		margin-right: 0em;
	}

	div#box_vol_contact p.tel small {
		display: block;
	}




	/* mq-end */
}






/*  */