@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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%;
}
@media all and (max-width: 374px) {
	html {
		font-size: 56%;
	}
}
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;
	box-sizing: border-box;
}
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: #222;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #222;
}
a:hover {
	color: #222;
}
a:active {
	color: #222;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1120px;
	color: #222;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
#container {
	padding-top: 154px;
	text-align: left;
	overflow: hidden;
}
#main {
	margin-bottom: 110px;
	position: relative;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.no-link {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menu-box {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	#main {
		margin-bottom: 57px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 88px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 999;
}
#header .h-box {
	padding: 21px 80px 0;
	min-height: 90px;
	display: flex;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
}
#header .logo img {
	width: 215px;
}
#header .link {
	position: absolute;
	top: 0;
	right: 80px;
}
#header .link a {
	padding: 3px 5px 6px;
	width: 240px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	border-radius: 0 0 4px 4px;
	background: #2d466c;
	display: block;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #2d466c;
}
#header .right-box {
	padding-top: 23px;
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
@media all and (min-width: 897px) {
	#header .link a:hover {
		background-color: #fff;
		color: #2d466c;
	}
}
@media all and (min-width: 897px) and (max-width: 1300px) {
	#header .h-box {
		padding: 21px 15px 0;
	}
	#header .language-btn {
		margin-left: 20px;
	}
	#header .link {
		right: 15px;
	}
}
@media all and (min-width: 897px) and (max-width: 1080px) {
	#header .language-btn {
		margin-left: 10px;
	}
	#header .logo {
		width: 180px;
	}
}
@media all and (max-width: 896px) {
	#header {
		
	}
	#header .h-box {
		min-height: 53px;
		padding: 13px 21px 0;
		display: block;
		border-bottom: 1px solid #E9ECF0;
	}
	#header .logo {
		width: 141px;
	}
}

/*------------------------------------------------------------
	navi
------------------------------------------------------------*/
#navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#navi > li {
	margin-left: 39px;
}
#navi > li > a {
	height: 46px;
	color: #2D466C;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#navi .blank {
	padding-left: 22px;
	font-size: 1.5rem;
	font-weight: 500;
	position: relative;
}
#navi .blank::before {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 1px;
	left: 0;
	background: url("../../images/common/icon02.svg") no-repeat left top / 100% 100%;
	content: "";
}
#navi > li > a::after {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 13px;
	left: 0;
	opacity: 0;
	background-color: #2D466C;
	content: "";
	transition: .3s;
}
#navi .dorp-box {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #2D466C;
	display: none;
}
#navi .dorp-box .content {
	padding: 80px 20px;
	width: 100%;
	max-width: 1160px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#navi .dorp-box a {
	color: #fff;
}
#navi .navi-link {
	margin-bottom: 6px;
}
#navi .navi-link a {
	height: 80px;
	display: flex;
	font-weight: bold;
	align-items: center;
	font-size: 2.4rem;
	position: relative;
}
#navi .dorp-box .left-box {
	margin: -3px 80px 0 0;
	width: 320px;
}
#navi .dorp-box .inner-navi {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #D5DAE1;
}
#navi .dorp-box .inner-navi li {
	width: calc(50% - 40px);
}
#navi .dorp-box .inner-navi a {
	padding-bottom: 2px;
	height: 79px;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	box-sizing: border-box;
	position: relative;
}
#navi .dorp-box .inner-navi li {
	border-bottom: 1px solid #576B89;
}
#navi .dorp-box .inner-navi a::after,
#navi .navi-link a::after {
	margin-top: -4px;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 10px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	content: "";
	transition: .3s;
}
#navi .navi-link a::after {
	margin-top: -1px;
}
#navi .on > a:after {
	opacity: 1;
}
#navi > li:first-child {
	margin-left: 0;
}
@media all and (min-width: 897px) and (max-width: 1300px) {
	#navi > li {
		margin-left: 20px;
	}
	#navi .dorp-box .left-box {
		margin: -3px 40px 0 0;
		width: 280px;
	}
	#navi .navi-link a {
		font-size: 2rem;
	}
	#navi .dorp-box .inner-navi a {
		font-size: 1.6rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1080px) {
	#navi {
		font-size: 1.4rem;
	}
	#navi > li {
		margin-left: 10px;
	}
}
@media all and (min-width: 897px) {
	#navi a:hover:after {
		opacity: 1;
	}
	#navi .dorp-box a:hover{
		color: #D5DAE1;
	}
	#navi .dorp-box .inner-navi a:hover::after,
	#navi .navi-link a:hover::after {
		border-color: #D5DAE1 #D5DAE1 transparent transparent;
	}
}

/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
.menu {
	position: absolute;
	top: 19px;
  	right: 20px;
	height: 23px;
	width: 20px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu span {
	background: #707070;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	border-radius: 5px;
}
.menu span:nth-of-type(2) {
	top: 7px;
}
.menu span:nth-of-type(3) {
	top: 14px;
}
.menu.active {
	width: 24px;
	right: 17px;
}
.menu.active .top {
	transform: translateY(7px) translateX(0) rotate(-36deg);
}
.menu.active .middle {
	opacity: 0;
}
.menu.active .bottom {
	transform: translateY(-7px) translateX(0) rotate(36deg);
}



/*------------------------------------------------------------
	menu-box
------------------------------------------------------------*/
.menu-box {
	width: 100%;
	position: fixed;
	top: 53px;
	left: 0;
	height: calc(100% - 53px);
	overflow-y: auto;
	z-index: 1000;
	display: none;
	background-color: #2D466C;
}
.menu-box .inner-box {
	padding: 0 0 35px;
}
.menu-box .navi-box {
	position: relative;
}
.menu-box .image img {
	width: 100%;
}
.menu-box .dorp-ul {
	padding: 21px 41px 30px;
	background-color: #576B89;
	display: none;
}
.menu-box a {
	color: #fff;
	font-size: 1.6rem;
	display: block;
	box-sizing: border-box;
}
.menu-box .link a {
	padding: 5px 42px;
	height: 52px;
	font-size: 1.8rem;
	display: flex;
	font-weight: bold;
	align-items: center;
}
.menu-box .link a.partner{
align-items:baseline;
flex-flow:column;
    padding: 10px 42px 5px 42px;
    height: 60px;
}


.menu-box .dorp-ul li {
	margin-bottom: 11px;
}
.menu-box .dorp-ul li:last-child {
	margin-bottom: 0;
}
.menu-box .inner-list {
	margin-top: 15px;
}
.menu-box .inner-list a {
	padding-left: 18px;
	position: relative;
	font-size: 1.5rem;
}
.menu-box .inner-list a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}
.menu-box .inner-list li {
	margin-bottom: 13px;
}
.menu-box .inner-list li:last-child {
	margin-bottom: 0;
}
.menu-box .btn {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 11px;
	right: 30px;
	background: url("../../images/common/icon07.svg") no-repeat left top / 100% 100%;
	content: "";
	cursor: pointer;
}
.menu-box .link.next a{
	background: url("../../images/common/icon13.svg") no-repeat right 30px top 13px ;
	background-size:30px auto;
}

.menu-box .btn.on {
	background-image: url("../../images/common/icon08.svg");
}

.menu-box .dorp-ul li a{
	/*background: url("../../images/common/icon13.svg") no-repeat right top 3px;
	background-size:18px auto;*/
}


/*------------------------------------------------------------
	page-path
------------------------------------------------------------*/
#page-path {
	max-width: 1160px;
	margin: 0 auto 110px;
	padding: 0 20px;
}
#page-path li {
	margin-right: 11px;
	display: inline;
	color: #064099;
	font-size: 1.4rem;
}
#page-path li:last-child {
	margin-right: 0; 
}
#page-path a {
	color: #064099;
	margin-right: 14px;
	display: inline-block;
}
@media all and (min-width: 897px) {
	#page-path a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#page-path {
		margin: 0 20px 40px !important;
		padding: 0;
	}
	#page-path li {
		margin-right: 5px;
		font-size: 1.2rem;
	}
	#page-path a {
		margin-right: 7px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 76px 0;
	color: #fff;
	background-color: #2d466c;
}
#footer .navi-list {
	margin-right: -20px;
	display: flex;
	flex-wrap: wrap;
}
#footer .navi-list > li {
	margin-right: 40px;
	width: 190px;
	font-size: 1.4rem;
}
#footer .navi-list .num03 {
	margin-right: 60px;
	width: 400px !important;
}
#footer .navi-list .num04 {
	margin-right: 0;
	width: 200px !important;
}
#footer .navi-list .title {
	margin-bottom: 24px;
	padding-bottom: 16px;
	font-weight: bold;
	font-size: 1.6rem;
	border-bottom: 1px solid #576B89;
}
#footer .navi-list a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
}
#footer .navi-list .list li {
	margin-bottom: 14px;
}
#footer .navi-list .list li:last-child {
	margin-bottom: 0;
}
#footer .navi-list .list + .title {
	margin-top: 50px;
}
#footer .navi-list .flex-box {
	display: flex;
	justify-content: space-between;
}
#footer .navi-list .flex-box .list {
	width: calc(50% - 31px);
}
#footer .navi-list .inner-list {
	margin-top: 15px;
	line-height: 1.43;
}
#footer .navi-list .inner-list a {
	padding-left: 14px;
	position: relative;
}
#footer .navi-list .inner-list a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}
#footer .navi-list .inner-list li {
	margin-bottom: 15px;
}
#footer .navi-list .inner-list li:last-child {
	margin-bottom: 0;
}
#footer address {
	font-size: 1.2rem;
	text-align: center;
	font-style: normal;
}
#footer .f-box {
	margin-bottom: 116px;
}
#footer .f-navi {
	margin-bottom: 19px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#footer .f-navi a {
	color: #fff;
}
#footer .f-navi li {
	margin: 0 16px;
	font-size: 1.4rem;
	position:relative;
}
#footer .f-navi li::after {
	position: absolute;
	top: 0;
	right: -18px;
	content: "I";
}
#footer .f-navi li:last-child:after {
	display: none;
}
@media all and (min-width: 897px) and (max-width: 1300px) {
	#footer .navi-list > li {
		margin-right: 25px;
		font-size: 1.25rem;
	}
	#footer .navi-list .num03 {
		margin-right: 25px;
	}
}
@media all and (min-width: 897px) {
	#footer .f-navi a:hover {
		color: #D5DAE1;
	}
	#footer .navi-list a:hover {
		color: #D5DAE1;
	}
}
@media all and (max-width: 896px) {
	#footer {
		padding: 45px 0;
	}
	#footer .inner-box {
		margin: 0 auto;
		max-width: 290px;
	}
	#footer address {
		font-size: 1.2rem;
		text-align: left;
	}
	#footer .f-navi {
		margin-bottom: 20px;
		justify-content: flex-start;
	}
	#footer .f-navi li {
		margin: 0 36px 9px 0;
		font-size: 1.4rem;
	}
}