@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;0,700;1,400&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1120px;
	color: #333;
	font-size: 1.6rem;
    font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
    position: relative;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
    padding: 26px 30px 22px 50px;
    align-items: center;
}
#gHeader .hBox h1 {
    margin: 4px 0 0 20px;
    font-weight: 400;
}
#gNavi li {
    margin-left: 25px;
    display: inline-block;
}
#gNavi li a {
    letter-spacing: 0.05em;
}
#gNavi li a:hover {
    opacity: 0.7;
}
#gHeader .loginList {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    background-color: #E4005A;
}
#gHeader .loginList li a {
    padding: 12px 28px 11px;
    display: block;
    color: #FFF;
    font-weight: 400;
}
#gHeader .loginList li a:hover {
    opacity: 0.7;
}
#gHeader .loginList li.col01 a {
    background-color: #910782;
}
#gHeader .loginList li.col02 a {
    background-color: #262626;
}
#gHeader .loginList li span {
    margin-right: 4px;
    vertical-align: middle;
}
@media (max-width: 1200px) and (min-width: 1120px) {
    #gHeader .hBox h1 {
        margin-left: 10px;
    }
    #gNavi li {
        margin-left: 15px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 75px 20px 70px;
    background-color: #404040;
}
#gFooter .pageTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
#gFooter .pageTop a {
    display: block;
    border-radius: 50%;
}
#gFooter .pageTop a:hover {
    opacity: 0.7;
}
#gFooter .fBox {
    margin: 0 auto;
    width: 1100px;
}
#gFooter .fNavi {
    margin-bottom: 50px;
    text-align: center;
}
#gFooter .fNavi li {
    margin: 0 30px;
    display: inline-block;
}
#gFooter .fNavi li a {
    color: #FFF;
}
#gFooter .fNavi li a:hover {
    opacity: 0.7;
}
#gFooter address {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 300;
    font-style: normal;
    text-align: center;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 1100px;
}
/*------------------------------------------------------------
	comSub
------------------------------------------------------------*/
.comSub {
    margin: 0 20px;
}
/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
h2 {
    margin-bottom: 40px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 700;
    border-radius: 50px;
    border: 3px solid #a1ce72; 
    background-color: #F2FFE3;
}
h2 span {
    margin-right: 15px;
    padding-top: 4px;
    width: 60px;
    height: 60px;
    color: #FFF;
    font-size: 3.6rem;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    border-radius: 50%;
    background: url("../img/shared/h2_bg01.png") no-repeat center / cover;
    box-sizing: border-box;
    line-height: 1.5;
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
    margin-bottom: 50px;
}
.comLink a {
    margin: 0 auto;
    padding: 27px;
    width: 500px;
    display: block;
    color: #FFF;
    font-size: 2.4rem;
    text-align: center;
    background-color: #FD5266;
    box-sizing: border-box;
}
.comLink a:hover {
    opacity: 0.7;
}

.hLogoBox  h1 {
    font-size: 1em;
}

#gNavi a {
    font-weight: 800;
    line-height: 1.5;
}

.ec-layoutRole__main {
    margin: 24px;
    min-height: 550px;
}

.ec-blockBtn--cancel {
	color: #fff !important;
}


/* 202603 新デザイン */

@media screen and (min-width: 701px) {
	.pc_none { display: none; }
}
@media screen and (max-width: 700px) {
	.sp_none { display: none; }
}


#header {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 6px 0 0;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
}
#header::before {
	content: "";
	width: 100%;
	height: 6px;
	margin: 0;
	padding: 0;
	background: linear-gradient( 90deg, #fd005c, #9000ad );
	opacity: 0.53;
	position: absolute;
	top: 0;
	left: 0;
}
.col_header {
	width: 95.2%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
@media screen and (max-width: 1080px) {
	.col_header { width: 96%; }
}
@media screen and (min-width: 951px) {
	#header { transition: height .3s; }
	#header.scrl { height: 70px; }
}
@media screen and (max-width: 950px) {
	#header {
		height: 60px;
		padding: 0;
	}
	#header::before { content: none; }
	.col_header {
		width: 100%;
		padding: 0 0 0 2%;
	}
}

.col_header .logo_header {
	width: 135px;
	margin: 0;
	padding: 0;
	font-size: inherit;
}
.col_header .logo_header a { display: block; }
@media screen and (max-width: 950px) {
	.col_header .logo_header {
		width: 26.75vw;
		max-width: 120px;
	}
}
@media screen and (min-width: 701px) {
	.col_header .logo_header a { transition: opacity .4s; }
	.col_header .logo_header a:hover { opacity: 0.7; }
}
.link_header {
	width: calc( 100% - 150px );
	max-width: 1015px;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media screen and (max-width: 950px) {
	.link_header {
		width: calc( 100% - 170px );
		min-width: calc( 100% - 42vw );
	}
}
.link_header .navi {
	width: calc( 100% - 324px );
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.link_header .navi a {
	margin: 0 1.2em 0 0;
	padding: 0.4em 0.2em;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	display: block;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 1080px) {
	.link_header .navi { width: calc( 100% - 290px ); }
	.link_header .navi a { margin: 0 0.7em 0 0; font-size: min(14px, 1.3vw);}
}
.link_header .navi a::before {
	content: "";
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: #d1d1d1;
	position: absolute;
	left: 0;
	bottom: 0;
}
.link_header .navi a::after {
	content: "";
	width: 0;
	height: 3px;
	margin: 0;
	padding: 0;
	background-color: #fb005d;
	position: absolute;
	left: 0;
	bottom: 0;
}
.link_header .navi a.current::after { width: 100%; }
@media screen and (min-width: 951px) {
	.link_header .navi a::after { transition: width .3s; }
	.link_header .navi a:hover::after { width: 100%; }
}
@media screen and (max-width: 950px) {
	.link_header .navi {
		width: 100%;
		max-width: 320px;
		padding: 10px 0;
		background-color: rgba(255,255,255,0.9);
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
	}
	.link_header .navi a {
		width: 94%;
		margin: 0 auto;
		padding: 0.7em 0.4em;
		border-bottom: solid 1px #d1d1d1;
		font-size: 14px;
	}
	.link_header .navi a::before {
		width: 6px;
		height: 6px;
		background-color: transparent;
		border-top: solid 2px #d1d1d1;
		border-right: solid 2px #d1d1d1;
		transform: rotate(45deg);
		top: calc( 50% - 3px );
		left: auto;
		right: 12px;
		bottom: auto;
	}
}
@media screen and (min-width: 701px) and (max-width: 950px) {
	.link_header .navi a { transition: background .4s; }
	.link_header .navi a:hover { background-color: rgba(209,209,209,0.3); }
	.link_header .navi a::before { transition: right .4s; }
	.link_header .navi a:hover::before { right: 9px; }
}
@media screen and (max-width: 450px) {
	.link_header .navi { max-width: 100%; }
}

.link_header ul.loginList {
	margin: 10px 0 0;
	padding: 0;
}
.link_header ul.loginList li {
	margin: 0;
	padding: 0;
}
.link_header ul.loginList li a {
	color: #fff;
	border-bottom: none;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.link_header ul.loginList li.col01 a { background-color: #910782; }
.link_header ul.loginList li a span {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline-block;
}
.link_header ul.loginList li a::before,
.link_header ul.loginList li a::after { content: none; }

@media only screen and (min-width: 951px) {
	.link_header ul.loginList {
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: flex-end;
		position: absolute;
		top: 100%;
		right: -2.45%;
	}
	.link_header ul.loginList li {
		background-color: #fff;
	}
	.link_header ul.loginList li a {
		height: 100%;
		margin: 0;
		padding: 1em 1.8em 1em 1.5em;
		transition: opacity .4s;
	}
	.link_header ul.loginList li a:hover { opacity: 0.7; }
}
@media only screen and (max-width: 950px) {
	.link_header ul.loginList li + li { margin-top: 10px; }
	.link_header ul.loginList li a {
		padding-right: 15px;
	}
}


.link_header .btn_header {
	width: 135px;
	height: 3.4em;
	margin: 0 7px 0 0;
	padding: 0.5em 0 0;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	border-radius: 1.6em;
	display: block;
}
.link_header .btn_header.purple {
	color: #9000ad;
	border: solid 1px #9000ad;
}
.link_header .btn_header.pink {
	color: #fb005d;
	border: solid 1px #fb005d;
}
@media screen and (max-width: 1080px) {
	.link_header .btn_header { width: 118px; }
}
@media screen and (min-width: 701px) {
	.link_header .btn_header { transition: background .4s; }
	.link_header .btn_header.purple:hover { background-color: rgba(144,0,173,0.1); }
	.link_header .btn_header.pink:hover { background-color: rgba(251,0,93,0.1); }
}
@media screen and (max-width: 700px) {
	.link_header .btn_header {
		width: 7.8em;
		font-size: min( 3.25vw , 13px );
	}
	.link_header .btn_header.pink { margin-right: 0; }
}
a.btn_mail_header {
	width: 135px;
	height: 3.4em;
	max-height: 40px;
	margin: 0;
	padding: 0 0 0;
	background-color: #000;
	border-radius: 1.6em;
	display: flex;
	justify-content: center;
	align-items: center;
}

a.btn_mail_header img{
	width: 21px;
}

a.btn_mail_header span.txt{
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin: 0 0 0 0.1em;
}

@media screen and (min-width: 701px) {
	a.btn_mail_header { transition: background .4s; }
	a.btn_mail_header:hover { background-color: #888; }
}
@media screen and (max-width: 700px) {
	a.btn_mail_header { display: none; }
}

@media screen and (min-width: 951px) {
	#menubtn { display: none; }
}
@media screen and (max-width: 950px) {
	#menubtn {
		width: 12.5vw;
		max-width: 50px;
		height: 12.5vw;
		max-height: 50px;
		margin: 5px;
		padding: 0;
		position: relative;
		z-index: 0;
	}
	#menubtn span {
		width: 52%;
		height: 3px;
		margin: 0;
		padding: 0;
		background-color: #000;
		border-radius: 2px;
		display: inline-block;
		position: absolute;
		left: 24%;
	}
	#menubtn span:nth-child(1) { top: calc( 50% - 11px ); }
	#menubtn span:nth-child(2) { top: calc( 50% - 1px ); }
	#menubtn span:nth-child(3) { top: calc( 50% + 9px ); }
	
	#menubtn span:nth-of-type(1) {
		-webkit-animation: menu-bar01 .75s forwards;
		animation: menu-bar01 .75s forwards;
	}

	@-webkit-keyframes menu-bar01 {
		0% {
			-webkit-transform: translateY(10px) rotate(45deg);
		}
		50% {
			-webkit-transform: translateY(10px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}

	@keyframes menu-bar01 {
		0% {
			transform: translateY(10px) rotate(45deg);
		}
		50% {
			transform: translateY(10px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}

	#menubtn span:nth-of-type(2) {
		transition: all .25s .25s;
		opacity: 1;
	}

	#menubtn span:nth-of-type(3) {
		-webkit-animation: menu-bar02 .75s forwards;
		animation: menu-bar02 .75s forwards;
	}
	@-webkit-keyframes menu-bar02 {
		0% {
			-webkit-transform: translateY(-10px) rotate(-45deg);
		}
		50% {
			-webkit-transform: translateY(-10px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-bar02 {
		0% {
			transform: translateY(-10px) rotate(-45deg);
		}
		50% {
			transform: translateY(-10px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}
	.open #menubtn span:nth-of-type(1) {
		-webkit-animation: active-menu-bar01 .75s forwards;
		animation: active-menu-bar01 .75s forwards;
	}
	@-webkit-keyframes active-menu-bar01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(10px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(10px) rotate(45deg);
		}
	}
	@keyframes active-menu-bar01 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(10px) rotate(0);
		}
		100% {
			transform: translateY(10px) rotate(45deg);
		}
	}
	.open #menubtn span:nth-of-type(2) {
		opacity: 0;
	}
	.open #menubtn span:nth-of-type(3) {
		-webkit-animation: active-menu-bar03 .75s forwards;
		animation: active-menu-bar03 .75s forwards;
	}
	@-webkit-keyframes active-menu-bar03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(-10px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-10px) rotate(-45deg);
		}
	}
	@keyframes active-menu-bar03 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(-10px) rotate(0);
		}
		100% {
			transform: translateY(-10px) rotate(-45deg);
		}
	}
}


#footer {
	width: 100%;
	margin: 0;
	padding: 30px 0 0;
}
.col_footer1 {
	width: 96%;
	max-width: 1150px;
	margin: 0 auto 110px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.col_footer1 .logo_footer {
	width: 136px;
	margin: 0;
	padding: 0;
	display: block;
}
.col_footer1 .link_footer {
	width: calc( 100% - 150px );
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.link_footer .navi {
	width: calc( 100% - 314px );
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;;
}
.link_footer .navi a {
	margin: 0 3.5em 0 0;
	padding: 0;
	color: #000;
	font-size: 14px;
}
@media screen and (max-width: 1080px) {
	.link_footer .navi { width: calc( 100% - 290px ); }
	.link_footer .navi a { margin: 0 1.5em 0 0; }
}
@media screen and (max-width: 950px) {
	.col_footer1 {
		margin: 0 auto 60px;
		display: block;
	}
	.col_footer1 .logo_footer {
		width: 37.3vw;
		max-width: 220px;
		margin: 0 auto;
	}
	.col_footer1 .link_footer { display: none; }
}
@media screen and (min-width: 701px) {
	.link_footer .navi a:hover { text-decoration: underline; }
}
@media screen and (max-width: 700px) {
	#footer { padding: 13.3vw 0 0; }
	.col_footer1 { margin: 0 auto 8vw; }
}

.link_footer .btn_footer {
	width: 145px;
	height: 3.2em;
	margin: 0;
	padding: 0.45em 0 0;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	border-radius: 1.6em;
	display: block;
}
.link_footer .btn_footer.purple {
	color: #9000ad;
	border: solid 1px #9000ad;
}
.link_footer .btn_footer.pink {
	margin-left: 10px;
	color: #fb005d;
	border: solid 1px #fb005d;
}
@media screen and (max-width: 1080px) {
	.link_footer .btn_footer { width: 140px; }
	.link_footer .btn_footer.pink { margin-left: 10px; }
}
@media screen and (min-width: 701px) {
	.link_footer .btn_footer { transition: background .4s; }
	.link_footer .btn_footer.purple:hover { background-color: rgba(144,0,173,0.1); }
	.link_footer .btn_footer.pink:hover { background-color: rgba(251,0,93,0.1); }
}

a.footer_mail{
	width: 39px;
	height: 39px;
	margin: 0 0 0 10px;
	paddnig: 0;
	
}
ul.bnr_footer {
	width: 96%;
	margin: 0 auto 64px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.bnr_footer li {
	width: calc( ( 100% - 14px )/2 );
	max-width: 200px;
	margin: 0 24px 24px 0;
	padding: 0;
	border: solid 1px #d1d3d4;
}
ul.bnr_footer li:last-child { margin-right: 0; }
ul.bnr_footer li img { width: 100%; }
@media screen and (max-width: 950px) {
	ul.bnr_footer { max-width: 414px; }
	ul.bnr_footer li { margin: 0 14px 14px 0; }
	ul.bnr_footer li:nth-child(even) { margin-right: 0; }
}
@media screen and (min-width: 701px) {
	ul.bnr_footer li a { transition: opacity .4s; }
	ul.bnr_footer li a:hover { opacity: 0.6; }
}
@media screen and (max-width: 700px) {
	ul.bnr_footer {
		width: 85.6%;
		margin: 0 auto 8.65vw;
	}
}

.col_footer2 {
	width: 96%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 18px 1.5% 100px;
	font-size: 12px;
	border-top: solid 1px #b1b3b6;
	display: flex;
	justify-content: space-between;
}
ul.list_link_footer {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}
ul.list_link_footer li {
	margin: 0;
	padding: 0;
}
ul.list_link_footer li + li { margin-left: 40px; }
ul.list_link_footer li a {
	margin: 0;
	padding: 0;
	color: #5f6368;
	display: inline-block;
}
ul.list_link_footer li a.linkouter {
	padding: 0 20px 0 0;
	position: relative;
	z-index: 0;
}
ul.list_link_footer li a.linkouter::before,
ul.list_link_footer li a.linkouter::after {
	content: "";
	width: 10px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-radius: 1px;
	position: absolute;
	top: 4px;
	right: 0;
}
ul.list_link_footer li a.linkouter::before {
	border: solid 1px #5f6368;
	top: 4px;
	right: 0;
}
ul.list_link_footer li a.linkouter::after {
	border-left: solid 1px #5f6368;
	border-bottom: solid 1px #5f6368;
	top: 7px;
	right: 3px;
}
@media screen and (min-width: 701px) {
	ul.list_link_footer li a:hover { text-decoration: underline; }
}
.col_footer2 .copy {
	margin: 0;
	padding: 0;
	color: #5f6368;
	order: -1;
}
@media screen and (max-width: 700px) {
	.col_footer2 {
		width: 85.4%;
		padding: 1.5em 0 3em;
		display: block;
	}
	ul.list_link_footer {
		margin: 0 0 2em;
		justify-content: center;
	}
	ul.list_link_footer li + li { margin-left: 1.8em; }
	.col_footer2 .copy { text-align: center; }
}







