@charset "UTF-8";
/*===========================================
common.css
css
============================================*/

@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');

.msarcelluF {
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
}

.zen-oldFr {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
}

.staatliches-regular {
	font-family: "Staatliches", sans-serif;
	font-weight: 400;
	font-style: normal;
}


a {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.linksBtn {
	max-width: 290px;
}

.centerBtn .linksBtn {
	margin: 0 auto;
}

.linksBtn {
	font-size: 16px;
	border-bottom: 2px solid #D9E4E7;
	position: relative;
	padding-top: 5px;
	padding-bottom: 20px;
	box-sizing: border-box
}

.linksBtn:hover {
	padding-left: 10px;
	transition: all .4s;
}

.linksBtn a {
	display: block;
}

.linksBtn span {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid #D9E4E7;
	display: block;
	position: absolute;
	right: 0;
	top: -10px;
	overflow: hidden;
}

.linksBtn span:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url("../img/arrow_spnav.svg") left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 8px;
	left: 8px;
	transition: all .4s;
}

.linksBtn span:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url("../img/arrow_spnav.svg") left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 8px;
	left: 8px;
	transition: all .4s;
	transform: translateX(-30px);
	transition: all .4s;
}

.linksBtn:after {
	content: "";
	display: block;
	width: 34px;
	background: #004098;
	height: 2px;
	position: absolute;
	right: 0;
	bottom: -2px;
	transition: all .4s;
}

.linksBtn:hover span:after {
	transform: translateX(30px);
}

.linksBtn:hover span::before {
	transform: translateX(0);
}




body {
	position: relative;
	color: #000;
	font-size: 16px;
	line-height: 1.6667;
	background-color: #fff;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans", sans-serif;
	height: 100%;
	letter-spacing: 0.02em;
	word-break: break-all;
}

a {
	color: #000;
}

.marcellus-regular {
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
}

main {
	padding-top: 80px;
}

.header {
	height: 80px;
	background: #fff;
	width: 100%;
	position: fixed;
	z-index: 100;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.header h1 {
	width: 220px;
	padding: 20px 30px;
}

.header .hedlogo {
	width: 220px;
	padding: 20px 30px;
}


.hedNavcontnt {
	width: calc(100% - 260px);
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	align-items: flex-start；
}

.gnav span {
	cursor: pointer;
	display: block;
}

.hedNavcontnt .gnav {
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	vertical-align: middle;
	align-items: center;
	padding-top: 30px;
}

.hedNavcontnt .contactNav {
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	vertical-align: middle;

}

.hedNavcontnt ul.gnav>li {
	margin-right: 20px;
}

.hedNavcontnt ul.gnav>li span:hover,
.hedNavcontnt ul.gnav>li a:hover {
	opacity: 0.7;
}

.hedNavcontnt ul.contactNav li {
	margin-right: 0;
}

.contactNav ul li {
	margin-right: 0;
}

/*.contactNavLi{ background: #C90111; color: #fff;}*/
.contactNavLi,
.langNavLi {
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
	width: 80px;
	font-size: 13px;
}

.contactNavLi a {
	color: #fff;
}

.contactNavLi a {
	background: #C90111;
	color: #fff;
	height: 80px;
	text-align: center;
	box-sizing: border-box;
	padding: 23px 8px;
	line-height: 1;
	display: block;
	coler: #fff
}

.contactNavLi dt {
	padding-bottom: 7px;
}

.langNavLi dt {
	padding-bottom: 6px;
}


.langNavLi a {
	background: #004098;
	color: #fff;
	height: 80px;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 8px;
	line-height: 1;
	display: block;
	coler: #fff;
}

.sabnavclose {
	fill: #004098;
	/* stroke:#004098;*/
}

.trdOn .sabnavclose {
	fill: #fff;
	/* stroke:#004098;*/
}

.trdOn:before {
	content: "";
	display: block;
	width: 55%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #004098
}

.sabNavi {
	display: none;
	position: fixed;
	top: 90px;
	width: calc(100% - 40px);
	left: 20px;
	background: #fff;
	/* background: #004098; */
	border-radius: 10px;
	z-index: 100;
	align-items: stretch;
	overflow: hidden;
}

.sabnavclose {
	position: absolute;
	right: 26px;
	top: 26px
}

.sabNavi.active {
	display: -webkit-flex;
	display: flex;
}

.sabnavTit {
	box-sizing: border-box;
	padding: 40px;
	background: #fff;
	height: 100%;
}

.sabnavTit dl {
	margin-bottom: 40px;
}

.sabnavTit {
	font-size: 30px;
	font-weight: 500;
}

.sabnavTit dd {
	color: #004098;
	font-size: 20px;
}

.sabnavimgs {
	width: 300px;
	height: 100%;
	height: 258px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.sabnavimgs img {
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.firstnav {
	border-left: 1px solid #D9E4E7;
	width: 30%;
	background: #fff;
	position: relative;
	z-index: 2;
}

.firstnav span,
.firstnav a {
	padding: 25px 40px;
	box-sizing: border-box;
	display: block;
	position: relative;
	cursor: pointer;
}

.firstnav span:hover,
.firstnav li.is-active span {
	background: #004098;
	color: #fff;
}

.firstnav span:after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("../img/navarowB.svg") left top no-repeat;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 30px;
}

.firstnav span:hover:after {
	background: url("../img/navarowW.svg") left top no-repeat;
}

.firstnav li.is-active span:after {
	background: url("../img/navarowW.svg") left top no-repeat;
}

.therdnav {
	border-left: 1px solid #D9E4E7;
	width: 30%;
}

.therdnav a {
	padding: 25px 40px;
	box-sizing: border-box;
	display: block;
	position: relative
}

@media only screen and (min-width: 1191px) {
	.therdnav a:hover {
		color: #000;
	}

	.therdnav a:hover:after {
		background: url(../img/arow.svg) left top no-repeat;
	}
}

.therdnav a:after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("../img/navarowB.svg") left top no-repeat;
	background-size: contain;
	position: absolute;
	right: 40px;
	top: 40px;
}

.therdnav a {
	position: relative;
}

.therdnav li {
	position: relative;
}

@media only screen and (min-width: 1191px) {
	.therdnav li:hover:before {
		content: "";
		display: block;
		background-color: rgba(255, 255, 255, .7);
		width: 90%;
		height: 60px;
		position: absolute;
		left: 14px;
		top: 11px;
		border-radius: 8px;
		z-index: 0;
	}
}

.firstnav li {
	border-bottom: 1px solid #D9E4E7;
}

.therdnav ul {
	display: none;
}

.therdnav ul.is-active {
	display: block;
}

.sabNavi a {
	position: relative;
	display: block;
}

.sabnavTit .sabNavi a:after {
	content: "";
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url("../img/arow.svg") left top no-repeat;
	background-size: contain;
	position: absolute;
	right: 40px;
	top: 10px;
}

.sabNavi a:after {
	content: "";
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url("../img/arow.svg") left top no-repeat;
	background-size: contain;
	position: absolute;
	right: 10px;
	top: 20px;
}

.sabNavi a.external:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/external.svg) left top no-repeat;
	background-size: contain;
	position: absolute;
	right: 16px;
	top: 30px;
}

.therdnav a {
	color: #fff;
	position: relative;
}

.therdnav a:after {
	content: "";
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url("../img/arowW.svg") left top no-repeat;
	background-size: contain;
	position: absolute;
	right: 40px;
	top: 20px;
}


.foothed {
	background: #004098;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 15px;
	box-sizing: border-box;
	align-items: center;
}

.foothed ul {
	display: flex;
	flex-start: center;
}

.foothed li a {
	color: #fff;
	font-size: 20px;
}

.foothed li {
	margin-right: 20px;
}

.foothed li:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-left: 20px;
	background: #fff;
}

.foothed li:last-child:after {
	display: none;
}

.ftcontactBtn a {
	background: #fff;
	color: #004098;
	font-size: 14px;
	padding: 15px 30px;
	box-sizing: border-box;
	border-radius: 10px;
	display: block;
	border: 2px solid #D9E4E7;
}

.ftcontactBtn a:after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url("../img/arrow_link.svg") left top no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 20px;
}

.footinner {
	padding: 80px 80px 60px 80px;
}

.footlogo {
	margin-bottom: 85px;
	width: 388px;
}

.footlogo img {
	width: 100%;
	height: auto;
}

.footnab {
	/*display: flex; flex-wrap: wrap;*/
	font-size: 0;
	letter-spacing: 0;
}

.footnab li {
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
	margin-bottom: 70px;
}

.footnab li dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1;
}

.footnab li dt a {
	color: #004098;
}

.footnab li dd {
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 1;
}

.external:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../img/external.svg") left top no-repeat;
	background-size: contain;
	margin-left: 20px;
	vertical-align: middle;
}

.external.iconW:after {
	background: url(../img/externalW.svg) left top no-repeat;
}

.footnab .external:after {
	margin-left: 10px;
}

.contactlink:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 18px;
	background: url("../img/contacticon.svg") left top no-repeat;
	background-size: contain;
	margin-right: 40px;
	vertical-align: middle;
}


.ftbtm {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.snsacount dl {
	margin-bottom: 15px;
}

.snsacount dd {
	font-size: 14px;
	font-weight: 500;
}

.snalist li {
	display: inline-block;
	vertical-align: middle;
}

.snsLists .snsacount {
	display: inline-block;
	margin-right: 55px;
	vertical-align: bottom;
}

.policyLink {
	font-size: 14px;
	font-weight: 500;
}

.stsablinks {
	width: 100%;
	border-top: 1px solid #EAEAEA;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 25px;
}

.stsablinks li {
	font-size: 14px;
	display: inline-block;
	border-right: 1px solid #000;
	padding-right: 10px;
	margin-right: 10px
}

.stsablinks li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.cp {
	background: #F0F4F9;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}

.copyrighy {
	font-size: 12px;
	text-align: center;
}


.menu-trigger {
	position: fixed;
	right: 20px;
	top: 15px;
	width: 24px;
	height: 16px;
	box-sizing: border-box;
	z-index: 150;
	cursor: pointer;

	box-sizing: border-box;

}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	width: 24px;
}

footer {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: #fff;
}

.menu-trigger span {
	position: absolute;
	left: 0;

	height: 2px;
	background-color: #004098;
	border-radius: 2px;
}

.menu-trigger.close span {
	background-color: #004098
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 7px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.close span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.close span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.close span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}

.sp {
	display: none;
}

.pc {
	display: block;
}

@media screen and (min-width:1191px) {
	.menu-trigger {
		display: none;
	}

	.trn {
		display: none !important
	}

	.toplinkbtn {
		border-bottom: 1px solid #D9E4E7;
	}
}

@media screen and (max-width:1190px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.header {
		height: 50px;
		display: block;
	}

	.header h1 {
		width: 115px;
		padding: 12px 20px;
	}

	.hedNavcontnt {
		display: block;
		width: 100%;
		background: #fff;
		box-sizing: border-box;
		padding: 20px;
		top: 50px;
		position: fixed;
		height: calc(100% - 50px);
		overflow: scroll;
	}

	.hedNavcontnt .contactNav {
		display: none;
	}

	.sabnavTit {
		display: none;
	}

	.hedNavcontnt .gnav {
		display: block;
	}

	.header h1 img {
		width: 115px;
	}

	.header .hedlogo img {
		width: 115px;
	}

	.header .hedlogo {

		padding: 15px 20px;
	}

	.linksBtn {
		max-width: 100%;
		box-sizing: border-box; padding-right: 40px;
	}

	.hedNavcontnt .gnav {
		font-size: 14px;
		padding-top: 0;
	}

	.gnav li {
		margin-right: 0;
		border-bottom: 1px solid #D9E4E7;
		padding: 20px;
		position: relative;
	}

	/*.hedNavcontnt{ display: none;}*/
	.hedNavcontnt ul.gnav>li {
		margin-right: 0;
	}

	.gnav .sabNavi li span {
		padding: 20px;
	}

	.sabNavi {
		display: none;
		position: fixed;
		top: 50px;
		width: 100%;
		background: #fff;
		border-radius: 0;
		z-index: 100;
		align-items: stretch;
		overflow: hidden;
		height: calc(100% - 50px);
		overflow: scroll
	}

	.hedNavcontnt {
		display: none;
	}

	.hedNavcontnt.open {
		display: block;
		z-index: 99;
	}

	.sbnavs:after {
		content: "";
		display: inline-block;
		width: 18px;
		height: 18px;
		background: url(../img/navarowB.svg) left top no-repeat;
		background-size: contain;
		position: absolute;
		right: 20px;
		top: 23px;
	}

	.sabnavclose {
		display: none;
	}

	.sabNavi {
		display: block;
		visibility: hidden;
		transition: all 0.2s ease-out;
		left: 100vw;
		opacity: 0;
	}

	.sabNavi.active {
		visibility: visible;
		left: 0;
		opacity: 1;
	}

	.sabNavi.active {
		display: block;
	}

	.gnav .sabNavi li {
		padding: 0;
	}

	.therdnav ul.is-active {
		left: 0;
		z-index: 5;
	}

	.therdnav ul {
		position: fixed;
		top: 50px;
		left: 100%;
		background: #fff;
		width: 100%;
		height: 100%;
		transition: all 0.2s ease-out;
	}

	.therdnav a {
		color: #fff;
		position: relative;
	}

	.firstnav {
		border-left: none;
		width: 100%;
		background: #fff;

	}

	.firstnav span:after {
		right: 0;
		top: 9px;
	}

	.firstnav span {
		padding: 0;
	}


	.hedNavcontnt .stsablinkssp {
		padding: 20px;
	}

	.therdnav a {
		color: #000;
	}

	.therdnav a:after {
		content: "";
		display: inline-block;
		width: 34px;
		height: 34px;
		background: url(../img/arow.svg) left top no-repeat;
		background-size: contain;
		position: absolute;
		right: 10px;
		top: 20px;
	}

	.menu-trigger {
		display: block;
	}

	.footinner {
		padding: 40px;
	}

	.footlogo {
		width: 100%;
		margin-bottom: 30px;
	}

	.foothed {
		display: block;
	}

	.foothed ul {
		display: block;
		text-align: center
	}

	.foothed li {
		margin-right: 20px;
		display: inline-block;
		margin-bottom: 20px;
	}

	.footnab li {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		border-bottom: 2px solid #D9E4E7;
	}

	.footnab li dt {
		font-size: 16px;
		margin-bottom: 15px;
		position: relative;
	}

	.footnab li dd {
		font-size: 14px;
		margin-bottom: 15px;
		display: none;
	}

	.footnab li dl.active dd {
		display: block;
	}

	.openli {
		width: 24px;
		height: 24px;
		background: url("../img/plus.svg") left top no-repeat;
		background-size: contain;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
	}

	.ftbtm {
		display: block;
	}

	.snsacount {
		margin-right: 0;
		text-align: center;
		width: 100%;
		margin-bottom: 60px;
	}

	.policyLink {
		text-align: center;
	}

	.stsablinkssp {
		font-size: 14px;
		margin-bottom: 35px;
	}

	.stsablinkssp li {
		margin-bottom: 15px;
	}

	.stsablinkssp li {
		opacity: 0.6;
	}

	main {
		padding-top: 50px;
	}
	main.branch {
		padding-top: 105px;
	}

	.trdOn:before {
		display: none !important
	}

	.trn,
	.trnthrd {
		padding: 20px;
		box-sizing: border-box;
		border-bottom: 1px solid #D9E4E7;
	}

	.therdnav {
		background: #004098;
		color: #fff;
	}

	.therdnav ul {
		background: #004098;
		color: #fff;
	}

	.therdnav a {
		color: #fff;
	}

	.therdnav a:after,
	.sabNavi a:after {
		background: url(../img/arowW.svg) left top no-repeat;
		top: 16px;
	}

	.firstnav span:after {
		background: url(../img/navarowW.svg) left top no-repeat;
		right: 20px;
		top: 19px;
	}

	.sabNavi {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.therdnav ul {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.firstnav span,
	.firstnav a,
	.therdnav a {
		padding: 20px 20px;
	}

	.therdnav ul {
		left: 100vw;
		transition: all 0.2s ease-out;
		display: block;
	}

	.therdnav ul.is-active {
		left: 0;
	}

	.sabNavi,
	.firstnav {
		background: #004098;
		color: #fff;
	}

	.trn:before,
	.trnthrd:before {
		content: "";
		display: block;
		width: 18px;
		height: 18px;
		background: url("../img/retorn_w.svg") left top no-repeat;
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}

	.sabNavi a {
		color: #fff;
	}

.footlogo img {
max-width: 250px; margin: 0 auto; display: block;
}
}

/* =================
branch
================= */

.header.branch .hedlogo {
	border-right: 1px solid #C1CDDF;
	padding: 15px 20px 0;
}

.brunchnav.brunchnav_sp {
	display: none;
}

.brunchnav.branchnav_pc {
	display: block;
}

.gnavcon {
	flex-grow: 1;
}

.brunchnav {
	background: #004098;
	width: 100%;
}

.branch .hedNavcontnt .gnav {
	padding-top: 7px;
	padding-bottom: 7px;
}

.branchLogo{
	margin: 0; /* デフォルトの余白を削除 */
	display: flex;
	align-items: center;
}

.branchLogo a,.branchLogo span {
	background: #fafafa;
	color: #004098;
	font-size: 14px;
	padding: 3px 12px;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 0;
    display: flex;
    align-items: center;
}

.brunchnav {
	display: flex;
	justify-content: space-between;
	/* font-size: 14px; */
	height: 40px;
	box-sizing: border-box;
	padding: 8px 13px;
}

.brunchnav .gnav {
	display: flex;
}

.brunchnav ul a {
	color: #ffffff;
}

.brunchnav ul .sabnavTit a {
	color: #000000;
}

.brunchnav ul li {
	padding-left: 20px;
}
.brunchnav .therdnav li {
	padding-left: 0;
}

.brunchnav ul.firstnav {
	display: block;
}

.brunchnav ul.firstnav li {
	padding-left: 0;
}

.brunchnav ul.firstnav a {
	color: #000000;
}

.brunchnav ul.firstnav a:hover {
	color: #fff;
}

.brunchnav .sbnavs {
	color: #ffffff;
}

.branchLogo:after {
	content: ":";
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
	vertical-align: middle;
	color: #fff;
}

.branch_gnavLogo {
	font-size: 12px;
	margin-bottom: 10px;
}


.pagetopBtn {
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: 0;
	width: 80px;
	opacity: 0;
	transition: all .4s;
}

.pagetopBtn.is-active {
	opacity: 1;
}

.brunchnav_pc{
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1190px) {
	.pagetopBtn {
		width: 60px;
		bottom: 20px;
		z-index: 20;
	}

	.toplinkbtn {
		border-bottom: 1px solid #fff
	}

	.gnav a::after {
		content: "";
		display: inline-block;
		width: 34px;
		height: 34px;
		position: absolute;
		right: 10px;
		top: 20px;
		background: url(../img/arow.svg) left top / contain no-repeat;
	}

	.gnav .therdnav a:after,
	.gnav .sabNavi a:after {
		background: url(../img/arowW.svg) left top no-repeat;
		top: 16px;
	}

}

@media only screen and (max-width: 1190px) {
	.brunchnav.brunchnav_sp {
		display: flex;
	}

	.brunchnav.brunchnav_pc {
		display: none;
	}

	.header.branch .hedlogo {
		border: none;
	}

	.brunchnav ul.firstnav a {
		color: #fff;
	}

	.branchLogo a {
		color: #fff;
		background-color: #004098;
		font-weight: bold;
	}

	.branchLogo:after {
		display: none;
	}

	.brunchnav_sp {
		align-items: center;
		background: #004098;
		color: #fff;
		width: 100vw;
		height: auto;
		padding: 0;
		box-sizing: border-box;
		position: relative;
	}

	.brunchnav_sp .branchLogo {
		font-weight: bold;
		font-size: 18px;
		padding: 15px 20px 15px 20px;
		margin: 0;
	}

	.brunchnav_sp .menuBtn {
		position: relative;
		background: #fff;
		color: #004098;
		border-radius: 4px;
		margin-right: 20px;
		padding: 5px 20px 6px 8px;
		font-weight: bold;
		border: none;
		cursor: pointer;
		font-size: 10px;
		letter-spacing: 0.05em;
		display: inline-block;
		box-sizing: border-box;
		width: 60px;
		height: 25px;
	}

	.brunchnav_sp .menuBtn::after {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-right: solid 2px #004098;
		border-top: solid 2px #004098;
		position: absolute;
		right: 8px;
		top: 50%;
		transform: translateY(-50%) rotate(135deg);
		transition: transform .3s, top .3s;
	}

	.brunchnav_sp .menuBtn.open::after {
		transform: translateY(-50%) rotate(-45deg);
		top: 60%;
	}

	.brunchnav_sp .gnav {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100vw;
		background: #004098;
		z-index: 100;
		display: none;
		flex-direction: column;
		box-sizing: border-box;
		padding: 0 20px 27px 20px;
		z-index: 20;

	}

	.brunchnav_sp .gnav.open {
		display: flex;
	}

	.brunchnav_sp .gnav>li {
		border-bottom: 1px solid #fff;
		font-size: 18px;
		position: relative;
	}

	.brunchnav_sp .gnav a::after {
		background: url(../img/arowW.svg) left top no-repeat;
		top: 16px;
	}

	.brunchnav_sp .gnav .sbnavs {
		font-size: 14px;
	}

	.brunchnav_sp .gnav .sbnavs:after {
		content: "";
		display: inline-block;
		width: 18px;
		height: 18px;
		background: url(/img/arrow_back_w.png) left top no-repeat;
		background-size: contain;
		position: absolute;
		right: 20px;
		top: 23px;
	}

	.brunchnav_sp .sabNavi {
		display: none;
		/* background: #003070; */
		padding: 0 20px;
	}

	.brunchnav_sp .gnav>li.open .sabNavi {
		display: block;
		margin-top: 60px;
	}

	.brunchnav_sp .gnav>li:first-child {
		border-top: 1px solid #fff;
	}

	.brunchnav_sp .gnav>li:last-child {
		padding-bottom: 15px;
		border-bottom: 1px solid #fff;
	}

	.brunchnav_sp .gnav>li>a {
		display: block;
		color: #fff;
		text-decoration: none;
		font-size: 14px;
	}

	.brunchnav_sp ul.firstnav,
	.brunchnav_sp .gnav .sabNavi li span {
		font-size: 14px;

	}

	.brunchnav_sp .therdnav ul {
		font-size:14px;
		margin-top: 60px;
	}

	.gnav .sabNavi a.external:after {
		background: url("../img/externalW.svg") left top no-repeat;
		top: 23px;
	}

}

@media only screen and (min-width: 1191px) {
	.sabNavi a:after {
		display: none
	}

	.sabNavi a:hover {
		background: #004098;
		color: #fff;
		opacity: 1;
	}

	.therdnav a:after {
		display: none;
	}

	.sabNavi .sabnavTit a:after {
		display: inline-block;
	}

	.sabNavi a.external:hover:after {
		background: url("../img/externalW.svg") left top no-repeat;
	}

	.newsLsts li a:hover dd {
		text-decoration: underline;
	}

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

	.snalist li a:hover {
		text-decoration: none;
		opacity: 0.8;
	}

	.pickslide a:hover dd {
		text-decoration: underline;
	}

	.sabNavi .sabnavTit a:hover {
		background: #fff;
		color: #000
	}
}

.ta-center {
	text-align: center;
}

.brunchnav_pc{ position: relative;}
.brnchBtn:after{ content: ""; display: inline-block;width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 8px solid #004098;
  border-bottom: 0;
	margin: 3px 0 0 5px;
}

.brnchBtn{ font-weight: 500;}
.navon .brnchBtn:after{ transform: scale(1, -1);}

.brncnavs{ position: absolute; top: 42px; left: 12px; background: #fafafa; padding: 5px 0;
    box-sizing: border-box;
    border-radius: 5px; display: none;}
.navon .brncnavs{ display: block;}
.brunchnav ul.brncnavs a{ color: #004098; font-size: 14px; background-color: transparent; padding: 6px 19px; font-weight: 500;}

.brunchnav .brncnavs li{ padding-left: 0}

.footbranchlist { text-align: center; margin-bottom: 90px;}
				.footbranchlist li{ display: inline-block; border-right: 1px solid #004098; padding-right: 5px; margin-right: 5px; line-height: 1; vertical-align: middle;}
				.footbranchlist li:last-child{ border-right: none; padding-right: 0; margin-right: 0;}
				.footbranchlist li a{ color: #004098; font-weight: bold; font-size: 14px;}
@media screen and (max-width: 1190px) {
					.footbranchlist{ text-align: left; margin-bottom: 30px;}
					.footbranchlist li{ display: block; border-right: none; padding-right: 0; margin-right: 0; line-height: 1; vertical-align: middle; margin-bottom: 20px;}
	.firstnav span, .firstnav a, .therdnav a{ padding-right: 45px;}
				}

/* =================
clearfix
================= */
.clearfix:after,
.cfx:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* =================