@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

html,
body {
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
	font-optical-sizing: auto;
	font-style: normal;

}

html {
	overflow-y: scroll;
	/* =16px */
	/*font-size: 100%;*/
	/* =10px */
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	/* =14px */
	position: relative;
	/* overflow: hidden; */
}

main {
	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;
}

.meiryo {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.YuGothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", 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;
}

.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%;

	/* position: sticky;
	position: -webkit-sticky; */

	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0);
}

.header_bg {
	background: rgba(243, 247, 250, 0.95);
}

header img,
header a {
	display: block;
}

.header_bar {
	
}

.header_barBox {
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header_box {
	width: 100%;
}

.header_main {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.logo {
	width: 151px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 15px 0;*/
	padding-top: 10px;
}

.logo a {
	display: block;
}

.logo a img {
	display: block;
	width: 100%;
	max-width: 151px;
}

.logo a: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_pdl {
	display: flex;
}

.nav_list {
	/* width: 100%; */
	display: table;
	padding: 0 26px 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;
	position: relative;
}

.nav_list>li>a {
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	position: relative;
	top: 0px;
	overflow: hidden;
	padding: 18px 0;
}

.nav_list>li>a>p {
	width: 100%;
	padding: 0 13px;
	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.arrow_show>span {
	padding-right: 18px;
	background: url("../img/inc/inc_arrow.png") no-repeat right center;
}

.nav_list>li>a>p>span {
	display: table-cell;
	vertical-align: middle;
}

.nav_list>li:hover>a,
.nav_list>li.nav_select>a {
	color: #00b5f0;
}

.sub_nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);

	min-width: 160px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 3px solid #233f9a;
	background-color: #f3f7fa;
}

.sub_nav li {
	border-bottom: 1px solid #00b5f0;
}

.sub_nav li:last-child {
	border-bottom: 0;
}

.sub_nav li a {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #233f9a;
	line-height: 1.14;
	padding: 5px 10px;
	letter-spacing: -0.5px;
	white-space: nowrap;
	text-align: center;
}

.header_contact .sub_nav li a:hover {
	color: #FFFFFF;
	background-color: #00b5f0;
	border-radius: 0;
	border-color: transparent;
}

.nav_list>li:hover>.sub_nav {
	display: block;
}


.header_contact {
	display: flex;
	/* justify-content: center; */
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 400px;
	padding: 20px 0;
}

.header_contact>li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 48%;
	padding-right: 13px;
}
.header_contact>li:last-of-type{
	padding: 0 0 0 13px;
}

.header_contact a {
	display: block;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	padding: 9px 10px;
	border-radius: 25px;
	border: 2px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header_contact .header_c01 a {
	color: #FFFFFF;
	background-color: #00b5f0;
	border-color: #00b5f0;
}
.header_c02_inner{
	position: relative;
	padding: 10px 0;
}

.header_contact .header_c02 a.arrow_show {
	color: #FFFFFF;
	border-color: #233f9a;
	background: url("../img/inc/inc_arrow.png") no-repeat right 18px center #233f9a;
}

.header_contact .header_c02_inner:hover .sub_nav{
	display: block;
}

.header_contact .header_c03 a {
	color: #00b5f0;
	border-color: #00b5f0;
}

.header_contact a:hover {
	color: #FFFFFF;
	background-color: #233f9a;
	border-color: #233f9a;
}

.header_languageBox {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 35px;
}

.header_language {
	width: 100%;
}

.header_language>li {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #233f9a;
}

.header_language>li>a {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
	padding: 5px 3px;
	color: #FFFFFF;
	background-color: #233f9a;
}

.header_language>li:nth-child(1) a {
	background-color: #FFFFFF;
	color: #233f9a;
}

.header_language>li>a:hover {
	text-decoration: underline;
	opacity: 0.8;
}


.header_bg .nav_list>li>a {
	color: #233f9a;
}


.header_bg .nav_list>li>a.nav_select {
	color: #00b5f0;
}

.header_bg .nav_list>li:hover>a,
.header_bg .nav_list>li.nav_select>a {
	color: #00b5f0;
}

.header_bg .logo {
	padding-top: 0px;
}

.sp_btn {
	display: none;
}


@media only screen and (max-width: 1024px) {

	header {
		position: sticky;
		position: -webkit-sticky;
	}

	/*.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 #233f9a;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: auto !important;
		background-color: #FFFFFF;
	}

	.header_bg {
		background: rgba(243, 247, 250, 1);
	}

	.header_box {
		width: 100%;
		box-sizing: border-box;
		position: relative !important;
	}

	.header_contact {
		padding: 0;
		display: block;
		width: 100%;
		border-bottom: 1px solid #00b5f0;
	}

	.header_contact a {
		border-radius: 0;
		padding: 20px 10px 17px;
		border: none;
		text-align: left;
	}
	.header_c02_inner{
		padding: 0;
	}

	.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: 265px;
	}

	.logo a img {
		width: auto;
		max-width: 100%;
		/* max-height: 50px; */
		max-height: 40px;
	}

	.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: #233f9a;
		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);
	}

	.header_languageBox{
		width: 74px;
	}
	
	.header_language {
		display: flex;
		align-items: center;
	}

	.header_language>li {
		width: 50%;
	}

	.header_language>li:nth-child(1) {
		border-right: none;
	}

	/*nav*/
	nav {
		display: none;
		width: 100%;
		padding: 0;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;

		background: #f3f7fa;
		overflow-y: auto;
	}

	.fixed {
		top: auto;
		left: auto;
	}

	.nav_pdl {
		padding: 0 0;
		display: block;
	}

	.nav_list {
		width: 100%;
		display: block;
		padding: 0 0px;
	}

	.nav_list li {
		width: 100%;
		display: block;
		text-align: left;
		border-bottom: 1px solid #00b5f0;
		box-sizing: border-box;
	}

	.nav_list li a {
		width: 100%;
		display: block;
		font-size: 1.6rem;
		color: #233f9a;
		/* 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;
	}

	.nav_list>li>a>p {
		padding: 0 10px;
	}

	.nav_list>li>a:hover,
	.nav_list>li.nav_select>a {
		color: #FFFFFF;
		background-color: #233f9a;
	}

	.sub_nav {
		display: block;
		position: relative;
		left: 0%;
		transform: translateX(0%);
		background-color: transparent;
		width: auto;
		padding: 0 0 0 20px;
		border-radius: 0px;
		-moz-box-shadow: 0px 0px 0px transparent;
		-webkit-box-shadow: 0px 0px 0px transparent;
		box-shadow: 0px 0px 0px transparent;
		border-top: 1px solid #00b5f0;

	}

	.sub_nav li a {
		line-height: 1;
		font-size: 1.4rem !important;
		background: none;
		padding: 20px 10px 17px;
		text-align: justify;
	}

	.sub_nav li a br {
		display: none;
	}

	.sub_nav li a:hover {
		color: #FFFFFF;
		background-color: #233f9a;
	}

	.header_contact li {
		width: 100%;
		padding-right: 0;
	}
	.header_contact li:last-of-type{
		padding-left: 0;
	}

}

@media only screen and (max-width: 480px) {

	/*header*/
	.logo a img {
		/* max-height: 40px; */
		max-height: 30px;
	}

	.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 !important;
	}

	.sub_nav {
		padding: 0 0 0 15px;
	}

	.sub_nav li a {
		padding: 15px 10px !important;
	}

	.header_contact a {
		padding: 15px 10px;
	}

}

/*page common*/
/* ----------- common ----------- */
.part_title {}

.part_title h2 {
	text-align: center;
	font-size: 4.0rem;
	color: #233f9a;
	font-weight: bold;
	line-height: 1.2;
}

.part_title h2 span {
	color: #00b5f0;
}

@media only screen and (max-width: 1024px) {

	/* ----------- common ----------- */
	.module_pd {
		padding: 80px 0 !important;
	}

	.part_title h2 {
		font-size: 3.4rem;
	}

}

@media only screen and (max-width: 768px) {

	/* ----------- common ----------- */
	.module_pd {
		padding: 60px 0 !important;
	}

	.part_title h2 {
		font-size: 3.2rem;
	}

}

@media only screen and (max-width: 480px) {

	/* ----------- common ----------- */
	.module_pd {
		padding: 50px 0 !important;
	}

	.part_title h2 {
		font-size: 2.6rem;
	}

}