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

html,
body {
	color: #000000;
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ 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;
}

.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright{
	float: right;
	margin-left:10px;
	margin-bottom: 10px;
}


/*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;
}

.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;
}
.main1100 {
	width: 1100px;
	max-width: 95%;
	margin: 0 auto;
}
.main1000 {
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
}

.pc_none {
	display: none;
}

.d-menu {
	display: none;
}

.panel {
	display: none;
}

.sp_br {
	display: none;
}
.color_871bab{
	color: #871bab;
}
.pc_br{
	display: none;
}

/*header*/

header {
	width: 100%;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

header img,
header a {
	display: block;
}
.header_box{
	width: 100%;
	background: #FFFFFF;
	/*position: fixed;
	top: 0;
	left: 0;
	z-index: 99;*/
}
.header_main {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.logo {
	width: 275px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.logo a {
	display: block;
}
.logo a img{
	display: block;
	width: 100%;
	max-width: 275px;
}
.logo a:hover {
	opacity: 0.8;
}
.header_youtube{
	width: 36px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px 0 10px;
}
.header_youtube a,.header_youtube img{
	display: block;
}
.header_youtube a:hover{
	opacity: 0.8;
}
.header_btn02{
	width: 117px;
	display: table-cell;
	vertical-align: middle;
	background-color: #e23079;
	text-align: center;
}
.header_btn02 a{
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 17px 20px;
	padding: 17px 20px 15px\0;
}
.header_btn02 a span,.header_btn02 a img{
	display: inline;
}
.header_btn02 a img{
	margin-left: 5px;
	position: relative;
	top: 0;
}
.header_btn02:hover{
	opacity: 0.8;
}

/*nav*/
.nav_box{
	display: table-cell;
	vertical-align: middle;
}
nav {
	display: block;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.nav_list {
	display: table;
	/*padding: 0 10px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 0 auto;
}

.nav_list li {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 10px;
}

.nav_list li a {
	font-size: 1.4rem;
	color: #221815;
	font-weight: bold;
	display: block;
	padding: 3px 0px;
	position: relative;
	overflow: hidden;
}
.nav_list li a:after{
	content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    display: block;
    width: 100%;
    height: 2px;
    background: #901ddb;
    -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.nav_list li:hover a,.nav_list li.nav_select a {
	/*color: #871bab;*/
}
.nav_list li:hover a:after,.nav_list li.nav_select a:after {
	right: 0;
}
.sp_btn{
	display: none;
}

.nav_sub_menu {
	position: relative;
	padding: 45px;
}
.nav_sub_menu .nav_sub_list {
	display: none;
	position: absolute;
}
.nav_sub_menu:hover .nav_sub_list {
	display: block;
	background-color: #FFFFFF;
	box-shadow: rgb(51 51 51) 0px 0px 5px;
}
.nav_sub_menu .nav_sub_list li {
	display: inline-block;
	padding: 5px 0;
}

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

footer {
	
}
.footer_middle{
	background: #2e3136;
	padding: 25px 0 22px;
}
.footer_content{
	width: 100%;
	/* display: table; */
	display: flex;
	flex-direction: column;
	gap: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_copy{
	display: flex;
	justify-content: center;
	/* 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;
}
.footer_link{
	display: flex;
	justify-content: center;
	/* display: table-cell; */
	/* vertical-align: middle; */
	gap: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
	font-size: 1.4rem;
	color: #FFFFFF;
	padding-left: 10px;
	white-space: nowrap;
}

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

/*pagt top*/
.pagetop {
	display: none;
	width: 46px;
	height: 46px;
	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;
}

/*footer_bar*/
.footer_bar{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}

.footer_bar .main1000{
	display: table;
	border: 3px solid #e23079;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.mv_bar_close{
	width: 24px;
	padding: 1px;
	background: #e23079;
	position: absolute;
	top: 0;
	right: 0;
}
.mv_bar_close img{
	display: block;
}
.mv_bar_left{
	width: 56.5%;
	display: table-cell;
	vertical-align: middle;
	color: #FFFFFF;
	background: #e23079;
	line-height: 1.3;
	padding: 18px 0 8px 30px;
	position: relative;
}
.mv_bar_left_arrow{
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 50px solid #e23079;
	border-right: 50px solid transparent;
	top: 0;
	bottom: 0;
	right: -100px;
	margin: auto;
}
.mv_bar_left_t{
	font-size: 2.8rem;
}
.mv_bar_left_t span,.mv_bar_left_t img{
	vertical-align: middle;
}
.mv_bar_left_b{
	font-size: 5.6rem;
	font-weight: bold;
}
.mv_bar_right{
	width: 43.5%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px 10px 15px 60px;
	background: #FFFFFF;
}
.mv_bar_right_tit{
	display: inline-block;
	font-size: 2.5rem;
	line-height: 1.2;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 0 35px;
	background: url(../img/mv_bar_line01.png) no-repeat left center,url(../img/mv_bar_line02.png) no-repeat right center;
}
.mv_bar_right_tit span{
	font-size: 4.1rem;
}
.mv_bar_btn{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 334px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    background-color: #e23079;
    border: 2px solid #e23079;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 5px 13px;
    letter-spacing: 2px;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow:0px 5px 0px #5e3034;
}
.mv_bar_btn:hover{
	background: #FFFFFF;
	color: #e23079;
	box-shadow: none;
	transform: translate3d(0, 5px, 0);
}

.footer_barContent{
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 0;
	
}
.footer_barImg{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}
.footer_barImg ul{
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_barImg ul li{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_barImg ul li:nth-child(2){
	padding-left: 20px;
}
.footer_barImg img{
	display: block;
}
.footer_barImg img.sp_bar{
	display: none;
}

.footer_barBtn{
	width: 370px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_barBtn a {
    display: inline-block;
    width: 100%;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    background-color: #ff8000;
    color: #FFFFFF;
    text-align: center;
    padding: 25px 5px 22px;
	padding: 26px 5px 21px\0;
    letter-spacing: 2px;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow:0px 5px 0px #550004;
}
.footer_barBtn a img{
	margin-left: 10px;
}
.footer_barBtn a img.footer_barBtn_img{
	display: none;
}
.footer_barBtn a:hover{
	box-shadow:0px 0px 0px transparent;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}

@media only screen and (max-width: 1300px) {
	/*header*/
	.logo {
	    width: 230px;
	}
	.nav_list {
	    /*width: 100%;*/
	    /*padding: 0 20px;*/
	}
	.header_btn01,.header_btn02 {
	    width: 120px;
	}
	.header_btn01 a ,.header_btn02 a{
	    /*font-size: 1.4rem;*/
	    padding: 15px 5px;
		padding: 15px 5px 13px\0;
	}
	.nav_list li {
	    padding: 0 10px;
	}
	.nav_list li a {
	    /*font-size: 1.4rem;*/
	}
	
	
	
	
}

@media only screen and (max-width: 1024px) {
	.main {
		width: 95%;
	}
	.sp_none {
		display: none;
	}
	.pc_none {
		display: block;
	}
	/*header*/
	header .main1100{
		max-width: 100%;
	}
	header .main1000{
		max-width: 100%;
	}
	.header_btn01,.header_btn02{
		display: none;
	}
	header {
		padding: 10px 10px;
		position: fixed;
		top: 0;
		z-index: 999;
		border-bottom: 2px solid #901ddb;
		-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;
	}
	.header_main {
		display: table;
	}
	.logo {
		width: auto;
		padding-right: 20px;
		padding-left: 0;
	}
	.logo a {
		width: auto;
		max-width: 275px;
	}
	.header_youtube{
		padding: 0;
	}
	.d-menu {
		display: table-cell;
		vertical-align: middle;
		width: 70px;
		height: 50px;
		cursor: pointer;
		position: relative;
	}
	.panel-btn {
		display: block;
		position: absolute;
		top: 0;
		/*bottom: 0;*/
		right: 0;
		margin: auto;
		width: 50px;
		height: 50px;
		background: #901ddb;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	.panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 26px;
		height: 4px;
		margin: -2px 0 0 -13px;
		background: #FFF;
		transition: .2s;
	}
	.panel-btn-icon:before,
	.panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 26px;
		height: 4px;
		background: #FFF;
		transition: .3s;
	}
	.panel-btn-icon:before {
		margin-top: -11px;
	}
	.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 {
		display: none;
		width: 100%;
		padding: 0;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		
		background: #901ddb;
	    /*background: -moz-linear-gradient(top, #0650cb 0%, #e7e8ef 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0650cb), color-stop(100%,#e7e8ef));
	    background: -webkit-linear-gradient(top, #0650cb 0%,#e7e8ef 100%);
	    background: -o-linear-gradient(top, #0650cb 0%,#e7e8ef 100%);
	    background: -ms-linear-gradient(top, #0650cb 0%,#e7e8ef 100%);
	    background: linear-gradient(to bottom, #0650cb 0%,#e7e8ef 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0650cb', endColorstr='#e7e8ef',GradientType=0 );
		*/
		overflow-y: auto;
	}
	.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:last-of-type {
		background: none;
	}
	.nav_list li a {
		width: 100%;
		display: block;
		font-size: 18px;
		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: 20px 0;
	}
	.nav_list li a:after {
	    display: none;
	}
	.nav_sub_menu .nav_sub_list {
		display: block;
		position: initial;
		border-top: solid 1px #FFFFFF;
	}
	.nav_sub_menu .nav_sub_list li:last-child {
		border-bottom: none;
	}
	.sp_share {
	    width: 100%;
	    display: table;
	    border-collapse: collapse;
	    border-bottom: 1px solid #FFFFFF;
	}
	.sp_share li {
	    display: table-cell;
	    vertical-align: middle;
	    text-align: center;
	    border-right: 1px solid #FFFFFF;
	    border-top: 0;
	    border-left: 0;
	    width: 50%;
	}
	.sp_share li a{
		display: block;
	    padding: 20px 10px;
		
	}
	.sp_share li:nth-child(2){
		border-right: none;
	}
	.sp_share li img {
	    display: block;
	    margin: 0 auto;
	}
	.sp_btn li:nth-child(1) {
		background-color: #e60012;
	}
	.sp_btn li:nth-child(2) {
		background-color: #901ddb;
	}
	
	/* ----------- footer ----------- */
	footer {
		
	}
	/*pagt top*/
	.pagetop {
		right: 10px;
	}
	/* ----------- footer_bar ----------- */
	.footer_bar .main1000{
		width: 100%;
		max-width: 1000px;
	}
	.mv_bar_left{
		padding: 18px 0 8px 10px;
	}
	.mv_bar_left_arrow{
		border-left-width: 40px;
		border-right-width: 40px;
		right: -80px;
	}
	.mv_bar_left_t{
		font-size: 2rem;
	}
	.mv_bar_left_b{
		font-size: 4.2rem;
	}
	.mv_bar_right{
		padding: 10px 10px 15px 50px;
	}
	.mv_bar_right_tit{
		font-size: 2rem;
	}
	.mv_bar_right_tit span{
		font-size: 3.6rem;
	}
	.mv_bar_btn{
	    font-size: 2rem;
	}
	
	.mv_bar_close{
		top: -13px;
		right: -3px;
	}
	
}

@media only screen and (max-width: 768px) {
	/* ----------- common ----------- */
	
	/* ----------- footer ----------- */
	
	/*pagt top*/
	.pagetop {
		bottom: 130px;
		width: 46px;
	}
	/* ----------- footer_bar ----------- */
	.footer_barContent {
	    padding: 15px 0;
	}
	.footer_barImg ul li:nth-child(1) {
	    display: none;
	}
	.footer_barImg ul li:nth-child(2) {
	    padding-left: 0;
	}
	.footer_barBtn {
	    width: 260px;
	}
	.footer_barBtn a {
	    font-size: 1.8rem;
	    padding: 20px 5px 17px;
	    letter-spacing: 0px;
	    border-radius: 5px;
	}
	.footer_barBtn a img {
		width: 10px;
	    margin-left: 5px;
	}
	/* ----------- mv_bar ----------- */
	
	.mv_bar .main1000{
		border-width: 2px;
	}
	.mv_bar_close{
		width: 20px;
		top: -11px;
		right: -2px;
	}
	.mv_bar_left{
		width: 60%;
		padding: 18px 0 8px 20px;
	}
	.mv_bar_left_arrow{
		border-left-width: 30px;
		border-right-width: 30px;
		right: -60px;
	}
	.mv_bar_left_t{
		font-size: 2rem;
	}
	.mv_bar_left_b{
		font-size: 4rem;
		font-weight: bold;
	}
	.mv_bar_right{
		width: 40%;
		padding: 10px 10px 15px 40px;
	}
	.mv_bar_right_tit{
		font-size: 2rem;
		letter-spacing: 0;
		padding: 0 30px;
		background-size: 22px;
	}
	.mv_bar_right_tit span{
		font-size: 3.6rem;
	}
	.mv_bar_btn{
	    font-size: 2rem;
	    padding: 18px 5px 15px;
	    letter-spacing: 0;
	    box-shadow:0px 3px 0px #5e3034;
	}
	
}
@media only screen and (max-width: 640px ) {
	/* ----------- mv_bar ----------- */
	.mv_bar_left_t{
		font-size: 1.8rem;
	}
	.mv_bar_left_t span,.mv_bar_left_t img{
		vertical-align: middle;
	}
	.mv_bar_left_b{
		font-size: 3rem;
	}
	.mv_bar_right_tit{
		font-size: 1.8rem;
		padding: 0 35px;
	}
	.mv_bar_right_tit span{
		font-size: 2.2rem;
	}
	.mv_bar_btn{
	    font-size: 1.6rem;
	    padding: 18px 5px 15px;
	    margin-top: 5px;
	}
}
@media only screen and (max-width: 480px) {
	/*header*/
	.logo a img {
		width: auto;
	    height: 40px;
	}
	.d-menu {
		width: 55px;
		height: 40px;
	}
	.panel-btn {
		width: 40px;
		height: 40px;
	}
	.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: 16px;
		padding: 15px 0;
	}
	.sp_share li a{
	    padding: 15px 0px;
	}
	/*footer*/
	.footer_copy {
	    display: block;
	    font-size: 1.4rem;
	    text-align: center;
	}
	.footer_link {
	    display: block;
	    padding-left: 0px;
	    font-size: 1.4rem;
	    text-align: center;
	    padding-top: 10px;
	}
	/* ----------- footer_bar ----------- */
	.footer_barContent {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.footer_barImg {
		display: none;
	}
	/*.footer_barImg ul li:nth-child(2) {
	    padding-right: 0;
	}
	.footer_barImg ul li:nth-child(3) {
	    display: none;
	}
	.footer_barImg img.pc_bar{
		display: none;
	}
	.footer_barImg img.sp_bar{
		display: block;
	}*/
	.footer_barBtn {
	    width: 100%;
	    margin: 0 auto;
	}
	.footer_barBtn a {
		display: block;
	    font-size: 4.1vw;
	    padding: 0;
	    letter-spacing: 0;
	    border-radius: 0;
	    background: none;
	    box-shadow: none;
	}
	.footer_barBtn a span,.footer_barBtn a img {
		display: none;
	}
	.footer_barBtn a img.footer_barBtn_img{
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}
	
	/* ----------- mv_bar ----------- */
	.footer_bar .main1000{
		border-width: 1px;
	}
	.mv_bar_close{
		right: -1px;
	}
	.mv_bar_left{
		width: 56%;
		padding: 15px 0 8px 10px;
	}
	.mv_bar_left_arrow{
		border-left-width: 10px;
		border-right-width: 10px;
		right: -20px;
	}
	.mv_bar_left_t{
		font-size: 1.2rem;
	}
	.mv_bar_left_t img{
		width: 10px;
	}
	.mv_bar_left_b{
		font-size: 2rem;
	}
	.mv_bar_right{
		width: 44%;
		padding: 5px 5px 10px 15px;
	}
	.mv_bar_right_tit{
		font-size: 1.3rem;
		padding: 0 20px;
		background-size: 15px;
	}
	.mv_bar_right_tit span{
		font-size: 2rem;
	}
	.mv_bar_btn{
	    font-size: 1.2rem;
	    padding: 10px 5px 8px;
	    border-radius: 4px;
	    margin-top: 3px;
	}
}

/*page common*/
/* ----------- common ----------- */
.part_title h2{
	font-size: 2.8rem;
	line-height: 3.8rem;
	color: #2e3136;
	font-weight: bold;
	text-align: justify;
}
.part_title h2 span{
	font-size: 3.5rem;
	color: #901ddb;
	margin: 0 4px;
}
.part_title h3{
	font-size: 2.6rem;
	line-height: 3.8rem;
	color: #901ddb;
	font-weight: bold;
	text-align: justify;
	border-bottom: 3px solid #901ddb;
}
.part_title h4{
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.part_title h4 div.part_h4L{
	width: 155px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 15px;
}
.part_title h4 div.part_h4L span{
	display: inline-block;
	width: 140px;
	font-size: 2.0rem;
	line-height: 1rem;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 15px 5px 13px;
	
	
}
.part_title h4 div.part_h4R{
	font-size: 2.2rem;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: 2px;
}
.part_title.mg_top20{
	margin-top: 20px;
}
/* ----------- contact ----------- */
.contact{
	background-color: #e0e4ec;
	padding: 45px 0 40px;
}
.contact_box{
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_l,.contact_r{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_l{
	padding-right: 20px;
}
.contact_r{
	width: 310px;
}
.contact_time{
	color: #2e3136;
	padding-top: 5px;
}
.contact_time span:nth-child(1){
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
}
.contact_time span:nth-child(2){
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
}
.contact_tel{
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
}
.contact_tel span:nth-child(1){
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold;
	color: #2e3136;
	margin-right: 8px;
}
.contact_tel a:nth-child(2){
	font-size: 3.5rem;
	line-height: 1;
	font-weight: bold;
	color: #901ddb;
	margin-right: 15px;
	opacity: 0.9;
}
.contact_tel a:nth-child(2):hover{
	opacity: 1;
}
.contact_tel span:nth-child(3){
	font-size: 1.6rem;
	line-height: 1;
	color: #2e3136;
	display: inline-block;
}
.contact_tel_mark{
	margin-top: 10px;
}
.contact_r a{
	display: inline-block;
    width: 100%;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    background-color: #901ddb;
    color: #FFFFFF;
    text-align: center;
    padding: 22px 5px 18px;
	padding: 22px 5px 17px\0;
    letter-spacing: 2px;
    border-radius: 8px;
    box-sizing: border-box;
}
.contact_r a img{
	margin-left: 10px;
}
.contact_r a:hover{
	background-color: #ff8000;
}
/* ----------- intelligence ----------- */
.intelligence{
	padding: 75px 0 85px;
}
.news{
	
}
.news_list{
	padding-top: 15px;
	position: relative;
}
.news_list li{
	background-color: #eceff4;
	border-bottom: 4px solid #FFFFFF;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	padding: 20px 20px 17px;
}
.news_list li:last-child{
	border-bottom: none;
}
.news_time{
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 120px;
	font-size: 1.2rem;
	color: #2e3136;
	letter-spacing: 0px;
	padding-right: 5px;
}
.news_synopsis{
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: justify;
}
.news_synopsis span{
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.9rem;
	color: #FFFFFF;
	background-color: #e60012;
	padding: 2px 20px 0px;
	margin-right: 27px;
	margin-bottom: 2px;
}
.news_synopsis a{
	font-size: 1.2rem;
	color: #2e3136;
}
.news_synopsis a:hover{
	text-decoration: underline;
}
.news_more{
	position: absolute;
	top: -15px;
	right: 0;
}

.news_more a{
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
	color: #2e3136;
	padding-right: 15px;
	background: url(../img/top_ico03.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 2px;
	padding-top: 5px\0;
}
.news_more a:hover{
	color: #901ddb;
	text-decoration: underline;
}
.attention{
	padding-top: 70px;
}
.attention_box{
	margin-top: 15px;
	background-color: #eceff4;
	overflow: hidden;
	padding-top: 48px;
}
.attention_module{
	width: 33.33%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 45px;
}
.attention_module:nth-child(4),.attention_module:nth-child(5),.attention_module:nth-child(6){
	padding-bottom: 40px;
}
.attention_module img{
	display: block;
	margin: 0 auto;
	width: 57px;
}
.attention_module p{
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding-top: 12px;
}
.attention_module p span{
	font-size: 2.0rem;
	font-weight: bold;
	color: #221815;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
}
.attention_module a{
	display: block;
}
.attention_module a:hover{
	opacity: 0.8;
}
/* ----------- YouTube ----------- */
.youtube{
	width: 100%;
	padding-bottom: 85px;
}
.info_YouTube{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 15px;
}
.info_YouTubeImg{
	width: 48%;
	float: left;
	margin-right: 4%;
}
.info_YouTubeImg img{
	display: block;
}
.info_YouTubeInner{
	width: 48%;
	float: left;
}
.info_YouTubeTitle{
	font-size: 2rem;
	font-weight: bold;
	color: #901ddb;
}
.info_YouTubeBtn{
	margin: 15px auto 30px auto;
}
.info_YouTubeBtn a {
    display: inline-block;
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 15px 40px;
    border-radius: 40px;
    background: #e23079;
}
.info_YouTubeText {
    font-size: 1.4rem;
    color: #000000;
    text-align: justify;
    line-height: 2;
}
.info_YouTubeText span {
    font-weight: bold;
    color: #901ddb;
}
/* ----------- flow ----------- */
.flow{
	background-color: #e0e4ec;
	padding: 80px 0 85px;
}
.flow_intro{
	padding-top: 15px;
	font-size: 1.6rem;
	color: #221815;
	font-weight: bold;
	line-height: 3.0rem;
}
.flow_intro span{
	background-image: linear-gradient(to bottom, transparent, transparent 60%, #ffff00 60%, #ffff00 100%);
}
.flow_module{
	border-bottom: 2px solid #901ddb;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 35px 0;
	margin-top: 10px;
}
.flow_module02{
	border-bottom: none;
	padding-bottom: 0;
	margin-top: 0;
}
.flow_mL{
	width: 172px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flow_mR{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
}
.flow_mL img{
	display: block;
	margin: 0 auto;
}
.flow_Btn{
	padding-top: 15px;
}
.flow_Btn a{
	display: inline-block;
	border: 2px solid #901ddb;
	border-radius: 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px 8px 5px;
	padding: 13px 15px 5px 5px\0;
	text-align: center;
	
	font-size: 1.4rem;
	color: #000000;
	font-weight: bold;
	background: url(../img/top_ico04.png),#FFFFFF;
	background-repeat: no-repeat;
	background-position: 90% center;
}
.flow_Btn a:hover{
	opacity: 0.8;
}
.flow_list01{
	
}
.flow_list01 li{
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 7px;
}
.flow_list01 li:last-child{
	padding-bottom: 0;
}
.flow_list01 li .flow_num{
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 73px;
	font-size: 1.8rem;
	color: #901ddb;
	font-weight: bold;
}
.flow_list01 li .flow_text{
	font-size: 1.8rem;
	color: #221815;
	text-align: justify;
}
.flow_list02{
	background-color: #FFFFFF;
	padding: 15px 30px;
	margin: 10px 0 25px;
}
.flow_list02 li{
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 8px;
}
.flow_list02 li:last-child{
	padding-bottom: 0;
}
.flow_list02 li .flow_num{
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flow_list02 li .flow_num span{
	display: inline-block;
	font-size: 1.6rem;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2e3136;
	white-space:nowrap;
	line-height: 1;
	padding: 4px 8px 2px;
}
_::-webkit-full-page-media, _:future, :root .flow_list02 li .flow_num span{
	padding: 4px 8px 3px;
}
.flow_list02 li .flow_text{
	font-size: 1.6rem;
	color: #221815;
	padding-left: 15px;
	line-height: 2.4rem;
	text-align: justify;
}
.flow_mR ul:last-child{
	margin-bottom: 0;
}
.flow_spBtn{
	display: none;
}
.sp_txt{
	display: none;
}

/* ----------- about ----------- */
.about{
	padding: 85px 0 75px;
	background: url(../img/top_img11.png) no-repeat center center;
	background-size: cover;
}
.about_content{
	padding-top: 25px;
	overflow: hidden;
}
.about_cL{
	width: 46%;
	float: left;
}
.about_cR{
	width: 46%;
	float: right;
}
.about_content li{
	font-size: 1.6rem;
	color: #221815;
	line-height: 2.2rem;
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 2px solid #2e3136;
	text-align: justify;
}
.about_content li:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
.about_content li .about_title{
	font-weight: bold;
}
.about_content li .about_text{
	padding-top: 8px;
}
.about_content li a{
	color: #221815;
}
.about_content li a:hover{
	color: #901ddb;
	text-decoration: underline;
}

/* ----------- contact02 ----------- */
.contact02{
	background-color: #FFFFFF;
}

@media only screen and (max-width: 1024px) {
	/* ----------- attention ----------- */
	.attention_module {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.attention_module p span{
	    font-size: 1.8rem;
	}
	
}

@media only screen and (max-width: 768px) {
	/* ----------- common ----------- */
	.module_pd{
		padding: 60px 0 !important;
	}
	.part_title h2 {
	    font-size: 2.4rem;
	    line-height: 3.0rem;
	}
	.part_title h2 span {
	    font-size: 3.0rem;
	}
	.part_title h3 {
	    font-size: 2.2rem;
	    line-height: 3.0rem;
	    border-bottom: 3px solid #901ddb;
	}
	.part_title h4 div.part_h4L {
	    width: 120px;
	}
	.part_title h4 div.part_h4L span{
	    width: 120px;
	    font-size: 1.6rem;
	    padding: 12px 5px 10px;
	}
	.part_title h4 div.part_h4R {
	    font-size: 2.0rem;
	    top: 2px;
	}
	/* ----------- contact ----------- */
	.contact {
	    padding: 45px 0 40px;
	}
	.contact_l {
	    display: block;
	    padding-right: 0;
	}
	.contact_r {
		display: block;
	    padding-top: 20px;
	}
	.contact a {
	    font-size: 2.0rem;
	    padding: 18px 5px 15px;
	    border-radius: 5px;
	}
	.contact a img {
		width: 12px;
	    margin-left: 5px;
	}
	/* ----------- intelligence ----------- */
	.attention {
	    padding-top: 40px;
	}
	.attention_module p span{
	    font-size: 1.6rem;
	}
	.attention_module:nth-child(4), .attention_module:nth-child(5), .attention_module:nth-child(6) {
	    padding-bottom: 45px;
	}
	/* ----------- YouTube ----------- */
	.youtube{
		padding-top: 0 !important;
	}
	.info_YouTubeImg{
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.info_YouTubeImg img{
		margin: 0 auto;
	}
	.info_YouTubeInner{
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	.info_YouTubeTitle{
		font-size: 1.8rem;
	}
	.info_YouTubeBtn{
		margin: 15px auto 30px auto;
	}
	.info_YouTubeBtn a {
	    font-size: 1.6rem;
	}
	/* ----------- flow ----------- */
	.flow_intro {
	    font-size: 1.4rem;
	    line-height: 2.4rem;
	}
	.flow_intro span {
	    background-image: linear-gradient(to bottom, transparent, transparent 70%, #ffff00 70%, #ffff00 100%);
	}
	.flow_module {
	    padding: 25px 0;
	}
	.flow_mL {
	    width: 140px;
	}
	.flow_mR {
	    padding-left: 20px;
	}
	.flow_list01 li .flow_num {
	    width: 63px;
	    font-size: 1.6rem;
	}
	.flow_list01 li .flow_text {
	    font-size: 1.6rem;
	}
	.flow_list02 {
	    padding: 10px 15px 7px;
	    margin: 10px 0 20px;
	}
	.flow_list02 li .flow_num span {
	    font-size: 1.4rem;
	}
	.flow_list02 li .flow_text {
	    font-size: 1.4rem;
	    padding-left: 10px;
	    line-height: 2.0rem;
	}
	.flow_Btn a {
		font-size: 1.3rem;
	    padding: 10px 15px 8px 5px;
	    background: url(../img/top_ico04.png),#FFFFFF;
	    background-repeat: no-repeat;
	    background-position: 95% center;
	}
	
	/* ----------- about ----------- */
	.about_cL {
	    width: auto;
	    float: none;
	    padding-bottom: 18px;
	    margin-bottom: 20px;
	    border-bottom: 2px solid #2e3136;
	}
	.about_cR {
	    width: auto;
	    float: none;
	}
	.about_content li {
	    font-size: 1.4rem;
	    line-height: 2.0rem;
	}
	
}

@media only screen and (max-width: 480px) {
	/* ----------- common ----------- */
	.module_pd {
	    padding: 40px 0 !important;
	}
	.part_title h2 {
	    font-size: 2.0rem;
	    line-height: 2.6rem;
	}
	.part_title h2 span {
	    font-size: 2.6rem;
	    margin: 0 2px;
	}
	.part_title h3 {
	    font-size: 1.8rem;
	    line-height: 2.6rem;
	    border-bottom: 2px solid #901ddb;
	}
	.part_title h4 div.part_h4L {
	    width: 120px;
	    display: inline-block;
	}
	.part_title h4 div.part_h4L span{
	    width: 120px;
	    font-size: 1.4rem;
	    padding: 12px 5px 10px;
	}
	.part_title h4 div.part_h4R {
		display: block;
	    font-size: 1.8rem;
	    line-height: normal;
	    padding-left: 0px;
	    top: 0px;
	    padding-top: 5px;
	}
	/* ----------- contact ----------- */
	.contact_time {
	    padding-top: 10px;
	}
	.contact_time span:nth-child(1) {
	    font-size: 1.8rem;
	}
	.contact_time span:nth-child(2) {
	    font-size: 1.4rem;
	}
	.contact_tel span:nth-child(1) {
	    font-size: 1.8rem;
	    margin-right: 8px;
	}
	.contact_tel a:nth-child(2) {
	    font-size: 2.6rem;
	    margin-right: 15px;
	}
	.contact_tel span:nth-child(3) {
	    font-size: 1.4rem;
	}
	.contact_r {
	    width: 100%;
	}
	.contact_r a {
	    font-size: 1.8rem;
	}
	.contact_r a img {
	    width: 10px;
	}
	/* ----------- intelligence ----------- */
	.news_list li {
	    padding: 15px 10px 12px;
	}
	.news_time {
	    width: 110px;
	}
	.news_synopsis span {
	    margin-right: 10px;
	}
	.news_more a {
	    font-size: 1.4rem;
	}
	.attention {
	    padding-top: 30px;
	}
	.attention_box {
	    padding-top: 25px;
	}
	.attention_module {
	    width: 50%;
	    padding-bottom: 20px;
	}
	.attention_module p span{
	    font-size: 1.4rem;
	}
	.attention_module:nth-child(4), .attention_module:nth-child(5), .attention_module:nth-child(6) {
	    padding-bottom: 20px;
	}
	
	/* ----------- YouTube ----------- */
	.youtube{
		padding-top: 0 !important;
	}
	.info_YouTubeTitle{
		font-size: 1.6rem;
	}
	.info_YouTubeBtn{
		margin: 10px auto 20px auto;
	}
	.info_YouTubeBtn a {
	    font-size: 1.4rem;
	    padding: 12px 30px;
	    border-radius: 30px;
	}
	/* ----------- flow ----------- */
	.flow_mL {
		display: block;
	    width: auto;
	    padding-bottom: 20px;
	}
	.flow_mL img {
	    max-width: 40%;
	}
	.flow_mR {
		display: block;
	    padding-left: 0px;
	}
	.flow_list01 li .flow_num {
	    width: 53px;
	    font-size: 1.4rem;
	}
	.flow_list01 li .flow_text {
	    font-size: 1.4rem;
	}
	.flow_Btn{
		display: block;
		text-align: center;
	}
	.flow_Btn br{
		display: none;
	}
	.flow_Btn a {
		font-size: 1.4rem;
	    width: 100%;
	    max-width: 300px;
	}
	.pc_txt{
		display: none;
	}
	.sp_txt{
		display: inline;
	}
	/* ----------- about ----------- */
	.about_cL {
	    padding-bottom: 13px;
	    margin-bottom: 15px;
	}
	.about_content li {
	    padding-bottom: 13px;
	    margin-bottom: 15px;
	}
	
	
}
