@charset "UTF-8";

:root {
	--color-blue:		#0072CE;
	--color-blue-light:	#A6CEEE;
	--color-pink:		#EA609E;
	--color-gray:		#808080;
	--color-gray-light:	#EFFAFF;
	--color-white:		#FFFFFF;
	--color-black:		#000000;
}

body {
	width: 100%;
	/*overflow-x: hidden;*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	margin: 0;
	text-align: justify;
	line-break: strict;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
.header_bg {
	background: #EFEFEF;
	box-sizing: border-box;
}
.header_wrap {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 945px;
	padding: 2.535vw 0;
	box-sizing: border-box;
}
.header_logo {
	display: inline-block;
	width: 38.548vw;
}
.header_logo img {
	width: 100%;
}
.header_pr {
	display: inline-block;
	font-size: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 8.585%;
}
.header_pr img {
	width: 100%;
}
@media screen and (min-width: 440px) {
	.header_wrap {
		padding: 10px 0;
	}
	.header_logo {
		width: 179.598px;
	}
	.header_pr {
		width: 40px;
	}
}
@media screen and (min-width: 640px) {
	.header_logo {
		width: 210px;
	}
	.header_wrap {
		padding: 9.55px 0;
	}
}
*/
/* ------------------------------ *
	SNSボタン
 * ------------------------------ */
div.snsWrap{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 5px;
}
.social_buttons{ list-style-type: none; text-align: left; margin: 0; padding: 0; *zoom: 1; display: inline-block;}
.social_buttons:before, .social_buttons:after{ content: ""; display: table; clear: both; }
.social_buttons li{ float:left; margin-left: 0; margin-right: 10px; font-size:12px; }
.social_buttons li:last-child{ margin-right: 0; }
.social_buttons li .fb_iframe_widget > span{ vertical-align: baseline; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

a {
	text-decoration: none;
}
.ptop {
	max-width: 58px;
	width: 100%;
	margin: 0 auto 70px auto;
	padding: 0;
}
@media screen and (max-width: 599px) {
	.ptop {
		max-width: 35px;
		margin: 0 auto 40px auto;
		padding: 0;
	}
}
.ptop {
	width: 100%;
}
.ptop a {
	display: inline-block;
	width: 100%;
}
.ptop a img {
	max-width: 100%;
}
@media screen and (max-width: 599px) {
	.index_btn {
		margin: 0 auto 60px auto;
	}
}
.index_btn {
	max-width: 600px;
	width: 100%;
	margin: 0 auto 100px auto;
}
.index_btn img {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 0;
	vertical-align: bottom;
	max-width: 100%;
}
.fbar {
	height: 1px;
	background: #CCCCCC;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.75;
	color: var(--color-black);
}
.wrapper .text-c{
	text-align: center;
}
.wrapper .d-ib {
	display: inline-block;
}
.wrapper .indent-icon{
	margin-left: 1em;
	text-indent: -1em;
}

.wrapper .indent-icon *{
	margin-left: 0;
	text-indent: 0;
}

.wrapper p {
/*
	line-height: 2;
	letter-spacing: 0.025em;
*/
}
.wrapper img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.wrapper a {
	text-decoration: none;
	transition: 0.4s;
}
.wrapper .sp {
	display: block;
}
.wrapper .pc {
	display: none;
}
@media screen and (min-width: 768px) {
	.wrapper .sp {
		display: none;
	}
	.wrapper .pc {
		display: block;
	}
}



.wrapper .header h1{
	margin: 0;
}
.wrapper .header figure{
	padding:0;
	margin:0;
}
/*
.wrapper .header .header__inner {
	position: relative;
	width: 100%;
}
.wrapper .header .header__inner .header__text {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.wrapper .header .header__inner .header__text h1 {
	width: 61%;
	margin-top: 5%;
}
.wrapper .header .header__inner .header__img {
	position: relative;
	width: 100%;
	z-index: 1;
}
.wrapper .header .header__inner .header__img picture img {
	width: 100%;
	height: auto;
}
.wrapper .header .header__inner .header__img strong {
	position: absolute;
	display: block;
	width: 90%;
	max-width: 800px;
	margin: auto;
	bottom: 8.5%;
	left: 0;
	right: 0;
}
.wrapper .header .header__inner .header__img strong img {
	width: 34%;
	width: min(34%,34vw);
	width: 30vw;
	max-width: 500px;
}
@media screen and (max-width: 767px) {
	.wrapper .header .header__inner .header__text {
		position: relative;
		width: 100%;
	}
	.wrapper .header .header__inner .header__text h1 {
		width: 100%;
		margin: 0;
	}
	.wrapper .header .header__inner .header__img strong {
		bottom: 17.6%;
	}
	.wrapper .header .header__inner .header__img strong img {
		width: 27%;
	}
}
*/

.wrapper .lead {
	color: #000;
	background-color: var(--color-white);
	width: 100%;
	padding: 2em 0;
	padding-bottom: 0;
}
.wrapper .lead p {
	width: 90%;
	max-width: 800px;
	margin: auto;
	line-height: 1.75;
}
@media screen and (min-width: 768px) {
	.wrapper .lead p {
		/* letter-spacing: -0.02em; */
	}
}

.wrapper section{
	padding-top: 80px;
	padding-top: 5em;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.wrapper section .sec-text-box {
	width: 90%;
	max-width: 800px;
	margin: auto;
	text-align: left;
}
.wrapper section .sec-text-box p {
	text-indent: 1em;
}

.wrapper section p + p {
	margin-top: 1.5em;
}
.wrapper section p.note {
	font-size: 12px;
	text-indent: 0;
}
.wrapper h2 {
	display: inline-block;
	color: var(--color-blue);
	text-align: center;
	min-width: 340px;
	font-size: min(5vw,46px);
	font-size: 1.375rem;
	line-height: 1.5;
	letter-spacing: 0.2em;
	position: relative;
	padding-bottom: 0.75em;
	margin-bottom: 1.5em;
}
.wrapper h2::before,
.wrapper h2::after {
	content: "";
	display: block;
	width: 50%;
	height: 6px;
	position: absolute;
	bottom: 0;
}
.wrapper h2::before {
	right: 50%;
	background: var(--color-pink);
}
.wrapper h2::after {
	left: 50%;
	background: var(--color-blue);
}

.wrapper .note {
	margin-top: 1em;
	font-size: 0.75em;
}
.wrapper .note p {
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.wrapper .note p + p {
	margin-top: 0;
	margin-bottom: 0;
}
/*
.wrapper .figure {
	margin: 40px auto;
	padding: 0;
	width: 90%;
}
.wrapper .figure figure{
	margin: 0;
	padding: 0;
}
.wrapper .figure figcaption {
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
}
.wrapper .figure img{
	margin: 2em 0;
}
*/

/*
.wrapper .bottom-box {
	background: #D7EEE0;
	margin-top: 60px;
	margin-bottom: 60px;
}
.wrapper .bottom-box > div {
	font-size: 0.875em;
	width: 90%;
	max-width: 720px;
	margin: 0 auto;
	padding: 3em 0;
	clear: both;
	position: relative;
}
.wrapper .bottom-box .bottom-box-l {
	width: 480px;
	width: 65%;
	margin-top: 1.5em;
}
.wrapper .bottom-box .bottom-box-r {
	width: 200px;
	width: 28%;
	position: absolute;
	bottom: 3em;
	right: 0;
}
.wrapper .bottom-box a {
	display: block;
	color: #FFF;
	background: #005C55;
	font-size: 1.25em;
	line-height: 1.5;
	padding: 0.4em 0.6em;
	margin-top: 1em;
	position: relative;
}
.wrapper .bottom-box a:hover {
	opacity: 0.8;
}
.wrapper .bottom-box a::after {
	content: '>>';
	position: absolute;
	right: 0.6em;
	top:50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.wrapper .bottom-box .bottom-box-l {
		width: 100%;
		margin-top: 0;
	}
	.wrapper .bottom-box .bottom-box-l img {
		display: block;
		max-width: 480px;
		margin: 0 auto;
	}
	.wrapper .bottom-box .bottom-box-r {
		width: 100%;
		text-align: center;
		position: relative;
		bottom: 0;
		margin: 2em auto;
	}
	.wrapper .bottom-box .bottom-box-r img {
		width: 50%;
		max-width: 200px;
	}
	.wrapper .bottom-box a {
		padding-right: 2.2em;
	}
}
*/


.wrapper .foot {
	text-align: center;
	margin: 4rem auto 2rem auto;
}
.wrapper .foot strong{
	font-size: calc((20/16) * 1em);
	font-weight: bold;
	line-height: 1.6;
}
.wrapper .foot a {
	color: var(--color-black);
}
.wrapper .foot a.logo img {
	width: 80%;
	max-width: 200px;
	margin: 2.5rem auto;
	transition: opacity 0.3s;
}
.wrapper .foot a.logo img:hover {
	opacity: 0.8;
}

.wrapper .fbar {
	height: 1px;
	background: #CCCCCC;
}
/*
@media screen and (min-width: 768px) {
	.wrapper section{
		padding-top: min(10%, 130px);
		width: 100%;
		margin: 0 auto;
	}
	.wrapper section p {
		max-width: 800px;
	}
}
*/


.wrapper .img02-box{
	max-width: 530px;
	margin: 0 auto;
}

.wrapper .figure .profile{
	font-size: 0.875rem;	/* 14px */
	margin-top: 1rem;
	text-align: center;
}
.wrapper .figure .profile .name{
	font-size: 1.25rem;	/* 20px */
	font-weight: bold;
}



/* sticky banner */
.wrapper .stycky-box{
		/* margin-bottom: -250px; */
}
.wrapper .stycky-box .stycky-banner{
	height: auto;
	position: sticky;
	z-index: 3;
	bottom: 0;
	right: 0;
	margin-left: 70%;
	text-align: right;
		/* bottom: 250px; */
}
.wrapper .stycky-box .stycky-banner a{
	display: inline-block;
	max-width: 240px;
	border-width: 1px 0px 0px 1px;
	border-color: #fff;
	border-style: solid;
	opacity: 0.95;
	box-shadow: 0 0 1em rgba(255,255,255,0.5);
}
.wrapper .stycky-box .stycky-banner a:hover{
	opacity: 1.0;
	box-shadow: none;
}
.wrapper .foot {
	/* margin-bottom: 0; */
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/* sec3 */

section.sec3 {
	color: var(--color-white);
	background: var(--color-pink);
	padding: 2.5rem 0;
	margin-top: 5em;
	position: relative;
}
section.sec3::before,
section.sec3::after {
	content: '';
	display: block;
	width: 4rem;
	height: 4rem;
	border-radius: 100%;
	background: var(--color-white);
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
}
section.sec3::before {
	top: -2.5rem;
}
section.sec3::after {
	bottom: -2.5rem;
}
section.sec3 .sec-text-box {
	padding: 0;
	overflow: hidden;
}
section.sec3 h3 {
	display: block;
	text-align: center;
	color: var(--color-white);
	font-size: 1.75rem;
	font-size: min( 1.75rem, 5vw );
	line-height: 1.5;
	letter-spacing: 0.1em;
	position: relative;
	padding-bottom: 0.75em;
	margin-bottom: 1.5em;
}
section.sec3 h3::before,
section.sec3 h3::after {
	content: "";
	display: block;
	width: 170px;
	height: 6px;
	position: absolute;
	bottom: 0;
}
section.sec3 h3::before {
	right: 50%;
	background: var(--color-white);
}
section.sec3 h3::after {
	left: 50%;
	background: var(--color-blue);
}
section.sec3 ul {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-rows: calc(50% - 3px) calc(50% - 3px);
	grid-template-columns: calc(50% - 3px) calc(50% - 3px);
	column-gap: 6px;
	row-gap: 6px;
}
section.sec3 ul li:nth-child(1) {
	grid-row: 1 / span 2;
	grid-column: 1 / span 1;
}
section.sec3 ul li:nth-child(2) {
	grid-row: 1 / span 1;
	grid-column: 2 / span 1;
}
section.sec3 ul li:nth-child(3) {
	grid-row: 2 / span 1;
	grid-column: 2 / span 1;
}
section.sec3 .sec-text-box p {
	text-indent: unset;
	font-size: 0.875em;
	text-align: justify;
}
@media screen and (min-width:768px) {
}
@media screen and (max-width:414px) {
	section.sec3 ul {
		display: block;
	}
	section.sec3 ul li {
		margin-bottom: 6px;
	}
}

/* sec5 */

section.sec5 {
	color: var(--color-black);
	background: var(--color-gray-light);
	padding: 2.5rem 0;
	padding-top: 1em;
	margin: 5em auto;
	border-top: solid 6px var(--color-blue);
	border-bottom: solid 6px var(--color-blue);
}
section.sec5 h4 {
	text-align: center;
	color: var(--color-blue);
	font-size: min(1.75em ,4.8vw);
	letter-spacing: 0.1em;
	margin: 0.75em auto;
}
section.sec5 p {
	font-size: 0.875em;
}
section.sec5 dl {
	border-bottom: solid 1px var(--color-gray);
	padding: 0.5em 0;
	margin: 1em 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
section.sec5 dl dt {
	flex-basis: 3rem;
	text-align: center;
}
section.sec5 dl dt strong {
	display block;
	color: var(--color-white);
	background: var(--color-blue-light);
	letter-spacing: 0.2em;
	text-align: center;
	padding: 0.75em 3em;
	border-radius: 2em;
}
section.sec5 dl dd {
	letter-spacing: 0.1em;
	margin: 0;
}
section.sec5 dl dd i {
	color: var(--color-gray);
	font-style: normal;
}
section.sec5 ul {
	padding: 0;
}
section.sec5 ul li {
	list-style: none;
	display: inline-block;
	margin-right: 2em;
	letter-spacing: 0.1em;
}
section.sec5 ul li:last-child {
	margin-right: 0;
}
section.sec5 ul li::before {
	content: '■';
	color: var(--color-blue);
}
section.sec5 > div > div {
	color: var(--color-pink);
	font-size: min(1em ,3.5vw);
	font-weight: bold;
	text-align: center;
	margin: 1em auto;
	margin-top: 2em;
}
section.sec5 a {
	display: block;
	background: var(--color-pink);
	color: var(--color-white);
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	padding: 1em 1em;
	border: solid 0.3em var(--color-white);
	border-radius: 3em;
	box-shadow: 0 0.1em var(--color-gray);
	max-width: 30em;
	margin: 0 auto;
}
section.sec5 a:hover {
	opacity: 0.8;
}
@media screen and (min-width:768px) {
	section.sec5 dl {
		border-top: solid 1px var(--color-gray);
		flex-direction: row;
	}
	section.sec5 dl dt {
		flex-basis: 20rem;
		flex-basis: min(20rem, 36%);
	}
}
@media screen and (max-width:414px) {
	section.sec5 dl dd {
		letter-spacing: 0;
	}
	section.sec5 ul li {
		letter-spacing: 0;
	}

