* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

html,
body {
	color: #221815;
	font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 500;
	/*line-height: 1.5;*/
}

html {
	overflow-y: scroll;
	/* =16px */
	/*font-size: 100%;*/
	/* =10px */
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	/* =14px */
	position: relative;
	overflow: hidden;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	border: 0;
}

a img {
	border: 0;
}


/*ScrollTrigger*/


.invisible {
	transition: transform 1.2s ease, opacity 1.2s ease;
	transform: translateY(30px);
	opacity: 0.0;
}

.visible {
	transition: transform 1.2s ease, opacity 1.2s ease;
	transform: translateY(0);
	opacity: 1.0;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.Meiryo {
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.fade2 {
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.main {
	width: 1200px;
	max-width: 95%;
	margin: 0 auto;
}

.main1000 {
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
}

.pc_none {
	display: none;
}



.panel {
	display: none;
}

.sp_br {
	display: none;
}

.color_871bab {
	color: #871bab;
}

.pc_br {
	display: none;
}




/*header*/

header {
	padding: 10px 10px 0 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	/* border-bottom: 2px solid #006dba;
		border-left: 2px solid #006dba; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto !important;
}

.header_box {
	width: 100%;
	box-sizing: border-box;
	position: relative !important;
}



.d-menu {
	display: table-cell;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
}

.d-menu_text {
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	color: #fe8300;
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 5px;
	position: relative;
	z-index: 55;
}
.d-menu_text02{
	color: #FFFFFF;
}

.panel-btn {
	display: block;
	position: absolute;
	top: 0;
	/*bottom: 0;*/
	right: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	background: #2f8dbb;
	background: -moz-linear-gradient(left, #2f8dbb 0%, #2fadbb 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2f8dbb), color-stop(100%,#2fadbb));
	background: -webkit-linear-gradient(left, #2f8dbb 0%, #2fadbb 100%);
	background: -o-linear-gradient(left, #2f8dbb 0%, #2fadbb 100%);
	background: -ms-linear-gradient(left, #2f8dbb 0%, #2fadbb 100%);
	background: linear-gradient(to right, #2f8dbb 0%, #2fadbb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8dbb', endColorstr='#2fadbb',GradientType=0 );
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.panel-btn02{
	background: #FFFFFF;
}

:root .panel-btn {
	filter: none;
}

.panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 2px;
	margin: -2px 0 0 -13px;
	background: #FFF;
	transition: .2s;
}
.panel-btn02 .panel-btn-icon{
	background: #2f86c5;
}

.panel-btn-icon:before,
.panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 26px;
	height: 2px;
	background: #FFF;
	transition: .3s;
}
.panel-btn02 .panel-btn-icon:before,
.panel-btn02 .panel-btn-icon:after {
	background: #2f8dbb;
}

.panel-btn-icon:before {
	margin-top: -8px;
}

.panel-btn-icon:after {
	margin-top: 7px;
}

.panel-btn .close {
	background: transparent;
}

.panel-btn .close:before,
.panel-btn .close:after {
	margin-top: 0;
}

.panel-btn .close:before {
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.panel-btn .close:after {
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/*nav*/
.nav_box{
	position: fixed;
	right: 0;
	top: 0;
	width: 200px;
	right: -200px;
	
	background: #2f8dbb;
	background: -moz-linear-gradient(left, #2f8dbb 0%, #2fadbb 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2f8dbb), color-stop(100%,#2fadbb));
	background: -webkit-linear-gradient(left, #2f8dbb 0%, #2fadbb 100%);
	background: -o-linear-gradient(left, #2f8dbb 0%, #2fadbb 100%);
	background: -ms-linear-gradient(left, #2f8dbb 0%, #2fadbb 100%);
	background: linear-gradient(to right, #2f8dbb 0%, #2fadbb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8dbb', endColorstr='#2fadbb',GradientType=0 );
}
:root .nav_box {
	filter: none;
}
.nav_box02{
	right: 0;
}

nav {
	/* display: none; */
	width: 200px;
	padding: 0;
	/* position: fixed; */
	position: relative;
	z-index: 999;
	/* bottom: 0; */
	/* right: -200px; */

	background: #2f8dbb;
	background: -moz-linear-gradient(left, #2f8dbb 0%, #2fadbb 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2f8dbb), color-stop(100%,#2fadbb));
	background: -webkit-linear-gradient(left, #2f8dbb 0%, #2fadbb 100%);
	background: -o-linear-gradient(left, #2f8dbb 0%, #2fadbb 100%);
	background: -ms-linear-gradient(left, #2f8dbb 0%, #2fadbb 100%);
	background: linear-gradient(to right, #2f8dbb 0%, #2fadbb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8dbb', endColorstr='#2fadbb',GradientType=0 );
	overflow-y: auto;
}

:root nav {
	filter: none;
}

.nav02 {
	right: 0;
}


.fixed {
	top: auto;
	left: auto;
}

.nav_list {
	width: 100%;
	display: block;
	padding: 0 0px;
}

.nav_list li {
	width: 100%;
	display: block;
	text-align: left;
	background: none;
	border-bottom: 1px solid #FFFFFF;
	box-sizing: border-box;
}

.nav_list li:first-child {
	border-top: 1px solid #FFFFFF;
}
.nav_list li:last-child {
	border-bottom: none;
}

.nav_list li:last-of-type {
	background: none;
}

.nav_list li a {
	width: 100%;
	display: block;
	font-size: 1.6rem;
	color: #FFFFFF;
	font-weight: normal;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 10px 10px 7px;
	padding: 10px 10px 5px\0;
}

.nav_list li a:after {
	display: none;
}






/* ----------- footer ----------- */

footer {}

.footer_middle {
	background: #2e3136;
	padding: 25px 0 22px;
}

.footer_content {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_copy {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4rem;
	color: #FFFFFF;
	text-align: right;
}

.footer_link {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	font-size: 1.4rem;
	color: #FFFFFF;
	padding-right: 10px;
	white-space: nowrap;
	line-height: 1;
}

.footer_link a {
	color: #FFFFFF;
}

.footer_link a:hover {
	text-decoration: underline;
}

.footer_link a:last-child {}

.footer_link ul {}

.footer_link ul li {
	float: left;

}

.footer_link ul li:nth-child(2) {
	padding-left: 20px;
	padding-right: 0;
	border-right: none;
}

/*pagt top*/
.pagetop {
	display: none;
	width: 66px;
	height: 66px;
	position: fixed;
	right: 100px;
	bottom: 150px;
	z-index: 999;
}

.pagetop img {
	display: block;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	opacity: 0.8;
}

.pagetop:hover img {
	opacity: 1;
}


/* fixd_bar */
.fixd_bar {
	width: 425px;
	height: 151px;
	position: fixed;
	top: 0;
	bottom: 0;
	/* right: -252px; */
	right: -425px;
	margin: auto;
	z-index: 25;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.fixd_bar img {
	display: block;
}

.fixd_bar01 {
	margin-bottom: 8px;
	position: relative;
	left: 0;
}

.fixd_bar01:hover {
	left: -175px;
}

.fixd_bar02 {
	position: relative;
	left: 0;
}

.fixd_bar02:hover {
	left: -175px;
}

.fixd_bar a span,
.fixd_bar a img.sp {
	display: none;
}

.fixd_bar_key{
	width: 0;
	height: 0;
	display: none;
	opacity: 0;
}


@media only screen and (max-width: 1024px) {
	.main {
		width: 95%;
	}

	.sp_none {
		display: none;
	}

	.pc_none {
		display: block;
	}


	/* ----------- footer ----------- */
	footer {}

	/*pagt top*/
	.pagetop {
		right: 10px;
	}

	/*  */

	.fixd_bar {
		width: 100%;
		height: auto;
		position: fixed;
		top: auto;
		bottom: 0;
		right: 0 !important;
		left: 0;
		margin: auto;
		z-index: 25;
		/* -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s; */
	}

	.fixd_bar img {
		display: block;
	}

	.fixd_bar01 {
		margin-bottom: 0px;
		width: 50%;
		float: left;
		text-align: center;
		background-color: #2f86c5;
		padding: 5px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.fixd_bar01:hover {
		left: 0px;
	}

	.fixd_bar02 {
		width: 50%;
		float: left;
		text-align: center;
		background-color: #fe8300;
		padding: 5px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.fixd_bar02:hover {
		left: 0px;
	}

	.fixd_bar a {
		display: block;
		text-align: center;
	}

	.fixd_bar a img.pc {
		display: none;
	}

	.fixd_bar a span,
	.fixd_bar a img.sp {
		display: inline-block;
		vertical-align: middle;
	}

	.fixd_bar a img.sp {
		width: 50px;
	}

	.fixd_bar a span {
		font-size: 1.8rem;
		line-height: 2.0rem;
		color: #FFFFFF;
		font-weight: bold;
	}
	.fixd_bar_key{
		display: block;
	}

}

@media only screen and (max-width: 768px) {
	/* ----------- footer ----------- */

	/*pagt top*/
	.pagetop {
		bottom: 100px;
		width: 46px;
	}


}

@media only screen and (max-width: 680px) {

	/* ----------- footer ----------- */
	.footer_link ul li {
		float: none;
		display: inline-block;
		border-right: none;
		padding-right: 15px;
	}

	.footer_link ul li:nth-child(2) {
		padding-left: 0px;
	}



}

@media only screen and (max-width: 480px) {

	/*header*/
	

	

	

	.panel-btn-icon {
		width: 22px;
		height: 2px;
		margin: -1px 0 0 -11px;
	}

	.panel-btn-icon:before,
	.panel-btn-icon:after {
		width: 22px;
		height: 2px;
	}

	.panel-btn-icon:before {
		margin-top: -9px;
	}

	.panel-btn-icon:after {
		margin-top: 7px;
	}

	.pc_br {
		display: block;
	}

	/*nav*/
	.nav_list li {}

	.nav_list li a {
		font-size: 1.4rem;
	}

	.sp_share li a {
		padding: 15px 0px;
	}
	.nav_box {
	    width: 160px;
	    right: -160px;
	}
	.nav_box02 {
	    right: 0;
	}

	/*footer*/
	.footer_copy {
		display: block;
		font-size: 1.4rem;
		text-align: center;
		padding-top: 10px;
	}

	.footer_link {
		display: block;
		padding-right: 0px;
		font-size: 1.4rem;
		text-align: center;
		white-space: nowrap;
		white-space: inherit;
	}

	.footer_link ul {
		margin-bottom: -5px;
	}

	.footer_link ul li {
		padding: 0px 5px 5px;
	}

	/*  */
	.fixd_bar a img.sp {
		width: 40px;
	}

	.fixd_bar a span {
		font-size: 1.4rem;
		line-height: 1;
		position: relative;
		left: -5px;
	}

	.fixd_bar01,
	.fixd_bar02 {
		padding: 5px 0px;
	}

}

@media only screen and (max-width: 320px) {
	.logo a img {
		height: 35px;
	}
}

/*page common*/
/* ----------- common ----------- */
.part_title {
	text-align: center;
}

.part_title img {
	display: block;
	margin: 0 auto;
}

.part_title h2 {
	display: inline-block;
	font-size: 4.0rem;
	line-height: 1;
	letter-spacing: 0px;
	color: #221815;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}

.part_title h2.font36 {
	font-size: 3.6rem;
	letter-spacing: 0;
}

.part_title h2.font50 {
	font-size: 5.0rem;
}

.part_title h2.font_w {
	color: #FFFFFF;
}

.part_title h2 span.gr {
	font-size: 5.0rem;
	color: #2fafbb;
}

.part_title h2 span.light {
	background-image: linear-gradient(to bottom, transparent, transparent 70%, #ffec1d 70%, #ffec1d 100%);
}

.part_title h2 .sp_br{
	display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

     /* IE10+ CSS styles go here */
	 .part_title h2 span.light {
	 	background-image: linear-gradient(to bottom, transparent, transparent 50%, #ffec1d 50%, #ffec1d 75%, transparent 75%, transparent 100%);
	 }

}


@media only screen and (max-width: 1024px) {

	/* ----------- common ----------- */
	.part_title h2 {
		font-size: 3.4rem;
	}

	.part_title h2.font36 {
		font-size: 3.4rem;
	}

	.part_title h2.font50 {
		font-size: 3.4rem;
	}

	.part_title h2 span.gr {
		font-size: 3.8rem;
	}

}

@media only screen and (max-width: 768px) {

	/* ----------- common ----------- */
	.part_title img {
		/* height: 35px; */
	}

	.part_title h2 {
		font-size: 3.0rem;
		letter-spacing: 0;
	}

	.part_title h2.font36 {
		font-size: 3.0rem;
	}

	.part_title h2.font50 {
		font-size: 3.0rem;
	}

	.part_title h2 span.gr {
		font-size: 3.4rem;
	}

}
@media only screen and (max-width: 767px) {

	/* ----------- common ----------- */
	.module_pd {
		padding: 60px 0 !important;
	}
}

@media only screen and (max-width: 480px) {

	/* ----------- common ----------- */
	.module_pd {
		padding: /* 40px 0 !important; */
	}

	.part_title h2 {
		font-size: 2.4rem;
		margin-top: 10px;
		line-height: 1.3;
	}

	.part_title h2.font36 {
		font-size: 2.4rem;
	}

	.part_title h2.font50 {
		font-size: 2.4rem;
	}

	.part_title h2 span.gr {
		font-size: 2.8rem;
	}

	.part_title img {
		/* height: 30px; */
	}
	
	.part_title h2 .sp_br{
		display: block;
	}

}
