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

.clear:after {
    display: block;
    content: "clear";
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

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

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

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

.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: 93%;
	margin: 0 auto;
}

.main1000 {
	width: 1000px;
	max-width: 93%;
	margin: 0 auto;
}
.main1600 {
	width: auto;
	max-width: 100%;
	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_bar {
	border-bottom: 2px solid #FFFFFF;
	padding-left: 2.5%;
}

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

.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: 143px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 15px 0;*/
}

.logo a {
	display: block;
}

.logo a img {
	display: block;
	width: 100%;
	max-width: 143px;
}

.logo a:hover {
	opacity: 0.8;
}

.header_language{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	position: relative;
	width: 120px;
}

.header_lBtn{
	text-align: center;
}
.header_lBtn a{
	display: inline-block;
}
.header_lBtn a img{
	display: block;
}
.header_lList{
	
	
	background: #ffffff;
	border: #cccccc 1px solid;
	display: none;
	font-size: 1.4rem;
	margin-top: 18px;
	position: absolute;
	top: 75px;
	left: 50%;
	transform: translate(-50%,0);
	width: 180px;
	z-index: 3;
	
	
}
.header_lList::before {
    border-color: transparent transparent #cccccc transparent;
    border-style: solid;
    border-width: 0 8.5px 14px 8.5px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -8.5px;
    position: absolute;
    top: -14px;
    width: 0;
}
.header_lList::after {
    border-color: transparent transparent #f1f1f1 transparent;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -7.5px;
    position: absolute;
    top: -10px;
    width: 0;
}

.header_lTitle {
    background: #f1f1f1;
    border-bottom: #cccccc 1px solid;
    color: #30438c;
    font-weight: bold;
    padding: 5px 20px 2px;
}
.header_lList>ul{
	padding-top: 10px;
	padding-bottom: 8px;
}
.header_lList>ul>li{
	padding: 5px 20px;
}
.header_lList>ul>li>a{
	color: #070731;
	display: block;
	padding-left: 20px;
	position: relative;
}
.header_lList>ul>li>a::before {
    border-right: solid 2px #30438c;
    border-top: solid 2px #30438c;
    content: "";
    display: block;
    height: 6px;
    left: 2px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 6px;
    will-change: transform;
}
.header_lList>ul>li>a:hover{
	color: #30438c;
}

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

.header_mail table {
    background-color: #30438c;
    width: 100%;
    height: 122px;
}
.header_mail a:hover table {
    background-color: #ed1b23;
}
.header_mail table td {
    vertical-align: middle;
    text-align: center;
    font-size: 1.4rem;
    color: #FFFFFF;
    line-height: 1;
}
.header_mail table td img {
    margin: 0 auto;
    margin-bottom: 20px;
}


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

nav {
	display: block;
}

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

.nav_pdl {
	/*padding-left: 30px;*/
	padding: 20px 0;
}

.nav_list {
	/* width: 100%; */
	display: table;
	padding: 0 0px 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;
}

.nav_list li a {
	font-size: 1.6rem;
	line-height: 1.8rem;
	color: #070731;
	display: block;
	position: relative;
	top: 0px;
	overflow: hidden;
	/* padding: 18px 0 0px; */
}

.nav_list li a:hover {
	color: #30438c;
}

.nav_list li a p {
	width: 100%;
	padding: 0 16px;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nav_list li:last-child a p {
	padding-right: 0;
}

.nav_list li a p span {
	display: table-cell;
	vertical-align: middle;
	position: relative\0;
	top: 3px\0;
}



.nav_list li a:after {
	/* content: "";
	position: absolute;
	bottom: 0;
	right: 100%;
	display: block;
	width: 100%;
	height: 6px;
	background: #df6782;
	-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: #df6782;*/
}

.nav_list li:hover a:after,
.nav_list li.nav_select a:after {
	/* right: 0; */
}















.sp_btn {
	display: none;
}

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

footer {}

.footer_middle {
	background: #30438c;
	padding: 95px 0 95px;
}

.footer_box{
	
}

.footer_logoBox{
	font-size: 0;
	text-align: center;
	display: none;
	padding-bottom: 40px;
}

.footer_logoBox a{
	display: inline-block;
}
.footer_logoBox a:hover{
	opacity: 0.8;
}
.footer_logoBox a img{
	
}
.footer_table{
	overflow: hidden;
}
.footer_link{
	width: 50%;
	float: right;
	padding-top: 3px;
}
.footer_LC{
	width: 50%;
	float: left;
}

.footer_linkList{
	width: 50%;
	float: left;
	margin-bottom: -18px;
}
.footer_linkList>ul>li{
	margin-bottom: 18px;
}
.footer_linkList>ul>li>a{
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.8rem;
	color: #FFFFFF;
	padding-left: 20px;
	background: url(../img/footer_linkBg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.footer_linkList>ul>li>a:hover{
	text-decoration: underline;
	background-position: left 3px center;
}

.footer_logo{
	font-size: 0;
}
.footer_logo a{
	font-size: 0;
}
.footer_logo a img{
	
}


.footer_copy {
	padding-top: 50px;
	text-align: justify;
	font-size: 1.4rem;
	color: #FFFFFF
	/*font-family: "Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei","微软雅黑",arial,"黑体","宋体","PingFang SC",sans-serif;*/
}

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

@media only screen and (max-width: 1600px) {
	.pagetop {
		right: 20px;
	}
	
}

@media only screen and (max-width: 1300px) {
	/*header*/
	.header_bar {
	    padding-left: 20px;
	}
	
}

@media only screen and (max-width: 1200px) {
	/*header*/
	.nav_list li a p {
	    padding: 0 10px;
	}
	.header_language {
	    width: 90px;
	}
	.nav_list li a {
	    font-size: 1.4rem;
	    line-height: 1.6rem;
	}
	
}

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

	/*.main {
		width: 95%;
	}*/
	.sp_none {
		display: none;
	}

	.pc_none {
		display: block;
	}

	/*header*/
	header .main1000 {
		;
		max-width: 100%;
	}

	

	header {
		padding: 10px 10px;
		position: fixed;
		top: 0;
		z-index: 999;
		border-bottom: 2px solid #30438c;
		-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_bar {
		border: none;
		padding-left: 0;
	}

	.header_bar .main {
		max-width: 100%;
	}

	.header_main {
		display: table;
	}

	.logo {
		width: auto;
		padding-right: 20px;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.logo a {
		width: auto;
		max-width: 175px;
		/*height: 50px;*/
	}

	.logo a img {
		width: auto;
		max-width: 100%;
		max-height: 50px;
	}

	.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: #30438c;
		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: #30438c; */
		background: #FFFFFF;
		overflow-y: auto;
	}

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

	.nav_pdl {
		padding: 0 0;
	}

	.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 #cccccc;
		box-sizing: border-box;
	}

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

	.nav_list li a {
		width: 100%;
		display: block;
		font-size: 1.8rem;
		line-height: 1;
		/* 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 17px;
	}

	.nav_list li a:hover {
		/* color: #FFFFFF; */
	}

	.nav_list li a:after {
		display: none;
	}
	
	.header_mail{
		width: 50px;
		border: 2px solid #30438c;
		background-color: #30438c;
		padding: 0;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	.header_mail a{
		
	}
	.header_mail a img{
		display: block;
		margin: 0 auto;
	}
	.header_language {
	    width: 55px;
		padding-right: 20px;
	}
	.header_lBtn a {
	    display: block;
	}
	
	.header_lList {
		width: 100%;
		padding: 0;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		transform: translate(0,0);
		/* background: #30438c; */
		overflow-y: auto;
		margin-top: 0;
		border: none;
		
		font-size: 1.8rem;
		line-height: 1;
	}
	.header_lTitle {
	    background: #f1f1f1;
	    border-bottom: #cccccc 1px solid;
	    color: #30438c;
	    font-weight: normal;
		padding: 20px 10px 17px;
		box-sizing: border-box;
	}
	.header_lList>ul {
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
	.header_lList>ul>li {
	    padding: 0px 0px 0px 10px;
		background-color: #FFFFFF;
		border-bottom: #cccccc 1px solid;
		box-sizing: border-box;
	}
	.header_lList>ul>li>a {
		display: block;
	    font-weight: normal;
		padding: 20px 10px 17px 20px;
	}
	

	.nav_list li a p {
		border-right: none;
	}

	.nav_list li:hover a,
	.nav_list li.nav_select a {
		/*color: #fbce3f;*/
	}
	
	
	

	/* ----------- footer ----------- */
	footer {}
	
	.footer_middle {
	    padding: 80px 0 80px;
	}
	.footer_LC {
	    width: 45%;
	}
	.footer_link {
	    width: 55%;
	    padding-top: 0px;
	}
	
	/*pagt top*/
	.pagetop {
		right: 10px;
		width: 50px;
		height: 50px;
	}



}

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

	/* ----------- footer ----------- */
	.footer_middle {
		padding: 60px 0 40px;
	}
	.footer_logoBox {
	    display: block;
	}
	.footer_LC {
		float: none;
	    width: auto;
	}
	.footer_link {
	    float: none;
	    width: auto;
		overflow: hidden;
	}
	.footer_logo{
		display: none;
	}
	
	.footer_copy {
	    padding-top: 40px;
	    text-align: center;
	}
	.footer_linkList{
		text-align: center;
	}
	.footer_linkList>ul{
		display: inline-block;
		text-align: justify;
	}
	.footer_linkList>ul>li>a {
	    font-size: 1.4rem;
	    line-height: 1.6rem;
	    padding-left: 18px;
	}
	
	
	/*pagt top*/
	.pagetop {
		bottom: 100px;
		width: 46px;
	}


}

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

	/*header*/
	.logo a img {
		max-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;
	}
	
	.header_mail {
	    width: 40px;
	}
	.header_mail a img {
	    width: 24px;
	}
	.header_language {
	    width: 45px;
	    padding-right: 15px;
	}
	.header_lBtn a img {
	    width: 30px;
	}
	
	
	.header_lList {
	    font-size: 1.6rem;
	}
	.header_lTitle {
	    padding: 15px 10px 12px;
	}
	.header_lList>ul>li>a {
	    padding: 15px 10px 12px 20px;
	}
	
	

	/*nav*/
	.nav_list li {}

	.nav_list li a {
		font-size: 16px;
		padding: 15px 0 12px !important;
	}

	/*footer*/
	.footer_middle {
		padding: 40px 0 0px;
	}
	
	.footer_logoBox {
	    padding-bottom: 30px;
	}

	.footer_logoBox img{
	    width: 100px;
	}
	
	.footer_linkList {
	    margin-bottom: -18px;
	}
	.footer_linkList>ul {
	    display: block;
	}
	.footer_linkList>ul>li>a {
	    font-size: 1.4rem;
	    line-height: 1.6rem;
	    padding-left: 14px;
		background-position: left top 3px;
	}
	.footer_linkList>ul>li>a:hover{
		background-position: left 3px top 3px;
	}
	
	.footer_copy {
		padding-top: 30px;
		padding-bottom: 30px;
	}



}

@media only screen and (max-width: 370px) {
	.footer_linkList>ul>li>a {
	    font-size: 1.3rem;
	    line-height: 1.5rem;
	    padding-left: 14px;
		background-position: left top 2px;
	}
	.footer_linkList>ul>li>a:hover{
		background-position: left 2px top 2px;
	}
}

/*page common*/
/* ----------- common ----------- */
.part_title h2 {
	text-align: center;
	
}
.part_title h2 span.part_title_en{
	display: inline-block;
	font-size: 1.6rem;
	color: #070731;
	line-height: 1;
}
.part_title h2 span.part_title_jp{
	display: inline-block;
	font-size: 4.0rem;
	color: #30438c;
	line-height: 1;
	margin-top: 15px;
}
.part_title02 h2 span.part_title_en{
	color: #FFFFFF;
}
.part_title02 h2 span.part_title_jp{
	color: #FFFFFF;
}






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

	/* ----------- common ----------- */
	.part_title h2 span.part_title_jp{
		font-size: 3.5rem;
		margin-top: 10px;
	}
	

}

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

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

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


}

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

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

	.part_title h2 span.part_title_jp{
		font-size: 2.6rem;
		margin-top: 8px;
	}

}

.no_line_break{
	white-space: nowrap;
}