@charset "utf-8";
/* reCAPTCHAのロゴ 非表示 */
.grecaptcha-badge { visibility: hidden; }
/*------------------------------------------------------------------------------
Css name: common.css
Css info: 共通スタイル
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
基本
--------------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}
*,
*::before,
*::after{
	box-sizing: border-box;
}

html{
	box-sizing: border-box;
	overflow-y: scroll;
	font-size: 62.5%;
}

body{
	position:relative;

	display: flex;
	flex-flow: column;

	min-height: 100vh;
	width: 100%;
	margin: 0;
	color: #353535;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style:normal;
	font-feature-settings : "pwid";
	letter-spacing: 0.02em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

p{
	line-height:2;
}
p:not([class]) + p:not([class]){
	margin-top: 1em;
}

table, th, td{
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: normal;
	font-size:1em;
	text-align: left;
	vertical-align: top;
	word-wrap: break-word;
	line-height:1.6;
}

li{
	list-style: none;
	line-height:2;
}
dt,dd{
	line-height:2;
}

textarea,input{
	font-size:1em;
	color: inherit;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	line-height:1.6;
	font-weight: 700;
}

em,strong{
	font-weight: 700;
	font-style: normal;
}

small{
	font-size: .8em;
}

i,address{
	font-style: normal;
}

img,table {
	border:none;
}
img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a{		/* テキストリンク */
	color: #353535;
	text-decoration:none;
	background-color: transparent;
	transition: color .3s;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
@media (hover: hover) and (pointer: fine){
	a:active,
	a:hover{		/* テキストリンク */
		text-decoration:none;
		outline-width: 0;
		color: #00afec;
	}
}
.u_line{
	text-decoration: underline dotted 1px;
}
	.u_line:hover{
		text-decoration:none;
	}

.mobi_o{ display: none; }

@media only screen and (max-width: 580px) {
	body{
		font-size: 1.5rem;
	}
	p,
	li,
	dt,dd{
		line-height:1.8;
	}

	.mobi_o{ display: block; }
	.pc_o{ display: none; }
}

/*------------------------------------------------------------------------
グローバルナビ
--------------------------------------------------------------------------*/
.header{
	position: relative;
	width: 100%;
}
.header_inner{
	position: absolute;
	top: 0;
	left: 0;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;

	width: 100%;

	z-index: 2;
}
@media screen and (max-width: 1000px) {
}
/* ロゴ ------------------------------------*/
.header_logo{
	margin: 0 0 0 1.5%;

	background: rgba(255,255,255,.95);
	border-radius: 0 0 4px 4px;
}
	.header_logo a{
		display: block;

		padding: 20px;
		margin: 0;
	}
	.header_logo a:hover{
		opacity: 0.7;
	}
@media screen and (max-width: 1000px) {

}
/* メニュー ------------------------------------*/
	.gNav{
		margin-right: 3%;
	}
	.gNav ul{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
	}
		.gNav ul .page_nav{
			margin: 0 .5em;

		}
		.gNav ul .page_nav:last-child{
			margin-right: 0;
		}
		.gNav ul .page_nav a{
			display: block;
			padding: 0 .5em;
			font-family: "M PLUS Rounded 1c", sans-serif;
			font-weight: 500;
			font-size: 1.8rem;
			line-height: 1.8;
			color: #353535;
			text-shadow: 2px 2px 1px #fff;
			transition: background .3s;
		}
		.gNav ul .page_nav a:hover{
			background: #ffff00;
		}

@media screen and (max-width: 1000px) {
	.gNav{
		pointer-events: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;

		display: block;
		width: 100%;
		min-height: 100vh;
		transition: all 0.4s ease;
		opacity: 0;
		margin: 0;
		padding: 100px 5% 30px;
		background: rgba( 255,255,255,.95);

		overflow-y: scroll;
		z-index: 100;
		-webkit-overflow-scrolling: touch;
	}
	.gNav ul{
		max-width: 600px;
		margin: 0 auto;
		background: transparent;
	}
		.gNav ul .page_nav{
			width: 100%;
		}
		.gNav ul .page_nav + .page_nav{
			margin-top: 16px;
		}
		.gNav ul .page_nav a{
			display: block;
			width: -moz-fit-content;
			width: fit-content;
			height: 100%;

			margin: 0 auto;
			padding: .5em 1em;
			line-height: 1.4em;
			text-align: center;
			font-family: "M PLUS Rounded 1c", sans-serif;
			font-weight: 500;
			font-size: 3.2rem;
		}
			.gNav ul .page_nav a:hover{
				color: #353535;
				background-color: #ffff00;
			}
}
@media only screen and (max-width: 580px) {
	.gNav{
		padding: 100px 2% 30px;
	}
	.gNav ul .page_nav a{
		padding: .5em;
		font-size: 3.0rem;
	}
}
/* スライドアニメーション ------------------------------------*/
.open .gNav{
    opacity: 1;
	pointer-events: initial;
}

/* Toggle Button ------------------------------------*/
#nav-toggle {
    display: none;
    position: fixed;
    right: 4px;
    top: 4px;
    width: 80px;
    height: 80px;
    padding: 20px 16px;
    background: #f280cf;
    border-radius: 2px;
    cursor: pointer;
    z-index: 101;
    transition: .3s;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 16px;
}
#nav-toggle span:nth-child(3) {
    top: 32px;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
    top: 16px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
@media screen and (max-width: 1000px) {
    #nav-toggle {
        display: block;
    }
    #nav-toggle:hover{
	    opacity: 0.8;
    }
}
@media only screen and (max-width: 579px) {
	#nav-toggle {
		right: 5px;
		top: 5px;
		width: 51px;
		height: 51px;
		padding: 12px 8px;
		background: #f280cf;
		border-radius: 4px;
		cursor: pointer;
		z-index: 101;
	}
	#nav-toggle:hover{
		opacity: 1;
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #fff;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 12px;
	}
	#nav-toggle span:nth-child(3) {
		top: 24px;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
	    top: 11px;
	    -webkit-transform: rotate(135deg);
	    -moz-transform: rotate(135deg);
	    transform: rotate(135deg);
	}
	.open #nav-toggle span:nth-child(2) {
	    width: 0;
	    left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
	    top: 11px;
	    -webkit-transform: rotate(-135deg);
	    -moz-transform: rotate(-135deg);
	    transform: rotate(-135deg);
	}
}


/*------------------------------------------------------------------------
共通パーツ
--------------------------------------------------------------------------*/
.main{
	margin-bottom: 140px;
	background-image: url(../img/common/head_bg_l.svg),url(../img/common/head_bg_r.svg);
	background-position: top left, top right;
	background-size: 45% auto, 25% auto;
	background-repeat: no-repeat;
}
.page_title{ /* ページタイトル */
	width: 90%;
	margin: 0 auto 140px;
	padding: 170px 0 0;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-size: 4.8rem;
}
@media only screen and (max-width: 580px) {
	.main{
		background-image: url(../img/common/head_bg_l-sp.svg),url(../img/common/head_bg_r-sp.svg);
		background-position: top left, top right;
		background-size: 77% auto, 34% auto;
		background-repeat: no-repeat;
	}
	.page_title{ /* ページタイトル */
		width: 90%;
		margin: 0 auto 100px;
		padding: 170px 0 0;
		font-size: 3.4rem;
	}
}
@media only screen and (max-width: 390px) {
	.page_title{ /* ページタイトル */
		font-size: 3.0rem;
	}
}

.content_box{
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
}
.content_box + .content_box{
	margin-top: 140px;
}

.content_title{/* h2 */
	position: relative;

	margin-bottom: 60px;
	font-size: 3.2rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
}
.content_title::before{
	display: block;
	content: "";
	width: 60px;
	height: 20px;
	margin-bottom: 8px;
	background: url(../img/common/title_mark_line.svg);
	background-size: cover;
}
@media only screen and (max-width: 580px) {
	.content_title{
		margin-bottom: 40px;
		font-size: 2.4rem;
	}
	.content_title::before{
		width: 50px;
		height: 17px;
	}
}
.pt_list_disc{
	margin: 1em 0 1em 1.5em
}
.pt_list_disc li{
	list-style: disc;
}
.pt_list_disc li::marker{
	color: #eb5064;
}
.pt_list_disc li + li{
	margin-top: 6px;
}
/*------------------------------------------------------------------------
footer
--------------------------------------------------------------------------*/
.footer{
	padding-top: 100px;
	background: #faccec;
	border-radius: 40px 40px 0 0;
}
.footer_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;

	width: 90%;
	margin: 0 auto;
}
.foot_logo{
	width: 260px;
	padding: 20px;
	background: #fff;
	border-radius: 4px;
}
.foot_logo a{
	transition: opacity .3s;
}

.foot_nav{
	text-align: right;
}
.foot_nav a{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
}

.foot_copy{
	margin-top: 60px;
	padding: 30px 0;
	line-height: 1.4;
	font-size: 1.2rem;
	text-align: center;
}
@media (hover: hover) and (pointer: fine){
	.foot_logo a:hover{
		opacity: .8;
	}
}
@media only screen and (max-width: 580px) {
	.footer{
		padding-top: 80px;
	}
	.footer_inner{
		display: block;
	}
	.foot_logo{
		margin: 0 auto;
	}

	.foot_nav{
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}
}