@charset "utf-8";
/*------------------------------------------------------------
	location
------------------------------------------------------------*/
#main {
	padding-bottom: 200px;
}
.content {
	max-width: 900px;
}
#main .linkUl {
	display: flex;
	justify-content: space-between;
}
#main .linkUl li {
	width: 50%;
}
#main .linkUl a {
	padding: 12px 15px 18px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 1;
	background-color: #959595;
}
#main .linkUl .on a {
	background-color: #0081CC;
}
/* tabBox */
.tabBox {
	padding: 38px 0 198px;
	background-color: #f0f8fb;
	letter-spacing: 0.05em;
	display: none;
}
.box01 {
	display: block;
}
.tabBox .widBox {
	margin: 0 auto;
	max-width: 750px;
}
.tabBox .title {
	margin-bottom: 51px;
	padding: 10px 5px 12px;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	background-color: #E23131;
	line-height: 1.2;
}
.tabBox .title.col {
	background-color: #0D62AC;
}
.tabBox .title02 {
	margin: 0 -22px 14px;
	color: #E23131;
	font-size: 2.2rem;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
}
.tabBox .title02.col {
	color: #0D62AC;
}
.tabBox .txt {
	margin-bottom: 14px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}
.tabBox .txt span {
	display: block;
}
.tabBox .txt02 {
	margin: 40px 0 144px 0;
	font-size: 1.8rem;
	line-height: 1.66;
}
.tabBox .borBox {
	padding: 0 22px 76px;
	border-bottom: 1px solid #959595;
}
.tabBox .borBox + .borBox {
	margin-top: 62px;
}
.tabBox .imgBox {
	margin-bottom: 43px;
	display: flex;
	justify-content: space-between;
}
.tabBox .imgBox .leftBox {
	padding-right: 11px;
	width: 33.8%;
	box-sizing: border-box;
}
.tabBox .imgBox .imgUl {
	flex: 1;
}
.tabBox .imgBox .imgUl li {
	width: 50%;
}
.tabBox .imgUl {
	margin: -11px -5px 0;
	display: flex;
	flex-wrap: wrap;
}
.tabBox .imgUl li {
	margin-top: 11px;
	padding: 0 5px;
	width: 33.33%;
	box-sizing: border-box;
}
.tabBox .imgUl .imgWid {
	width: 44%;
}
.tabBox .typeBox {
	margin-top: 17px;
	display: flex;
}
.tabBox .typeBox > div:first-child {
	margin-right: 9px;
	max-width: 63.45%;
}
.tabBox .typeBox > div:last-child {
	margin-right: -24px;
	
}
.tabBox .typeBox .office .subTitle {
	color: #ED9021;
}
.tabBox .typeBox .office .lableUl li {
	background-color: #ED9021;
}
.tabBox .subTitle {
	padding: 0 3px 6px;
	color: #0081CC;
	font-size: 1.6rem;
	font-weight: bold;
}
.tabBox .lableUl {
	margin-top: -8px;
	display: flex;
	flex-wrap: wrap;
}
.tabBox .lableUl li {
	margin: 8px 5px 0 0;
	min-width: 130px;
	padding: 7px 14px 8px;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border-radius: 50px;
	background-color: #0081CC;
	box-sizing: border-box;
	letter-spacing: 0;
}
.tabBox .txt03 {
	line-height: 1.866;
}
/* mapBox */
.mapBox {
	  margin-bottom: 55px;
}
.mapBox .image {
	margin-right: 35px;
	text-align: center;
}
.mapBox .txtUl {
	margin: -37px 9px 0;
	text-align: right;
}
.mapBox .txtUl.left {
	margin: 0;
	text-align: left;
}
.mapBox .txtUl li {
	margin-left: 19px;
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: top;
}
.mapBox .txtUl.left li {
	margin:0 19px 0 0;
}
.mapBox .txtUl .dots {
	margin: -4px 5px 0 0;
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	background-color: #E23131;
	border-radius: 50%;
}
.mapBox .txtUl .col01 {
	background-color: #E23131;
}
.mapBox .txtUl .col02 {
	background-color: #0D62AC;
}
.mapBox .txtUl .col03 {
	background-color: #0180C5;
}
.mapBox .txtUl .col04 {
	background-color: #E18602;
}
.mapBox .txtUl .col05 {
	background-color: #259A39;
}
.mapBox .txtUl .col06 {
	background-color: #00307B;
}
.box02 {
	padding: 71px 0 198px;
}
.box02 .mapBox .image {
	margin-right: 0;
}
.box02 .mapBox {
	margin-bottom: 49px;
}
.box02 .mapBox .scrollBox {
	margin: 0 -50px 26px;
}
.box02 .mapBox .txtUl {
	margin-bottom: 60px;
}
.box02 .title02 {
	margin: 0 0 15px;
	color: #0081CC;
	font-size: 2.4rem;
}
.box02 .imgUl {
	margin-bottom: 18px;
}
.box02 .secBox + .secBox {
	margin-top: 95px;
}
@media all and (min-width: 897px) {
	#main .linkUl a:hover {
		background-color: #0081CC;
	}
}

@media all and (max-width: 896px) {
	#main {
		padding-bottom: 110px;
	}
	#main .linkUl a {
		padding: 15px 15px 19px;
		font-size: 2rem;
	}
	.tabBox .widBox {
		max-width: inherit;
	}
	.tabBox {
		padding: 41px 25px 71px;
	}
	.tabBox .borBox {
		padding: 0 13px 43px;
		margin: 0 -13px;
	}
	.tabBox .borBox:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	.tabBox .title02 {
		margin: 0 0 17px;
		font-size: 1.6rem;
		line-height: 1.25;
	}
	.tabBox .imgBox {
		display: block;
	}
	.tabBox .imgBox img {
		width: 100%;
	}
	.tabBox .imgBox .leftBox {
		padding-right: 0;
		margin-bottom: 10px;
		width: auto;
	}
	.tabBox .imgUl img {
		width: 100%;
	}
	.tabBox .imgUl {
		margin: 0;
		display: block;
	}
	.tabBox .imgBox .imgUl li {
		width: auto;
	}
	.tabBox .imgUl li {
		margin: 0 0 10px;
		padding: 0;
		width: auto;
	}
	.tabBox .imgUl li:last-child {
		margin-bottom: 0;
	}
	.mapBox .image {
		margin: 0 -13px 0 -19px;
	}
	.mapBox .image img {
		width: 100%;
		max-width: 400px;
	}
	.mapBox .txtUl li {
		margin-top: 10px;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.mapBox .txtUl {
		margin: -30px 10px 0;
	}
	.mapBox .txtUl .dots {
		margin: -4px 4px 0 0;
		width: 12px;
		height: 12px;
	}
	.mapBox .txtUl.left {
		margin-right: -20px;
	}
	.mapBox .txtUl.left li {
		margin: 10px 19px 0 0;
	}
	.mapBox {
		margin-bottom: 59px;
	}
	.tabBox .title {
		margin-bottom: 20px;
		padding: 5px 5px 7px;
		font-size: 1.8rem;
	}
	.tabBox .txt {
		margin-bottom: 17px;
		font-size: 1.4rem;
	}
	.tabBox .txt span {
		margin-bottom: 2px;
	}
	.tabBox .typeBox {
		margin-top: 14px;
		flex-wrap: wrap;
	}
	.tabBox .typeBox > div:first-child {
		margin: 0 0 18px;
		max-width: inherit;
	}
	.tabBox .typeBox > div:last-child {
		margin-right: 0;
	}
	.tabBox .subTitle {
		padding: 0 0 10px;
		font-size: 1.4rem;
	}
	.tabBox .lableUl {
		margin-top: -10px;
	}
	.tabBox .lableUl li {
		margin-top: 10px;
		padding-bottom: 9px;
		font-size: 1.2rem;
		letter-spacing: -0.05em;
	}
	.tabBox .borBox + .borBox {
		margin-top: 45px;
	}
	.tabBox .txt02 {
		margin: 24px -20px 94px 0;
		font-size: 1.6rem;
		line-height: 1.875;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
	}
	.tabBox .imgUl .imgWid {
		width: auto;
	}
	.box02 {
		padding: 45px 25px 71px;
	}
	.box02 .mapBox {
		position: relative;
	}
	.box02 .mapBox .image img {
		width: 732px;
		max-width: inherit;
	}
	.box02 .mapBox .image {
		margin: 0;
		padding-left: 8px;
	}
	.box02 .mapBox .scrollBox {
		margin: 0 -25px 13px;
		padding-bottom: 10px;
		position: relative;
	}
	.tabBox .txt03 {
		line-height: 1.71;
		letter-spacing: 0;
	}
	.box02 .mapBox .txtUl {
		margin-bottom: 57px;
	}
	.box02 .title02 {
		padding-left: 0;
		text-indent: 0;
		font-size: 2rem;
	}
	.box02 .mapBox {
		margin-bottom: 93px;
		position: relative;
	}
	.box02 .scrollBox::after {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		opacity: 0;
		pointer-events: none;
		transition: opacity 1s 1s ease;
		background: rgba(0,0,0,0.4) url(../img/common/scroll_img.png) no-repeat center / 244px auto;
		content: "";
		z-index: 100;
	}
	.box02 .scrollBox.on::after {
		animation: weeklySwipe 2s linear forwards;
	}
	.box02 .imgUl {
		margin-bottom: 23px;
	}
	.box02 .secBox + .secBox {
		margin-top: 61px;
	}
	.box02 .mapBox .image {
		margin: 0 0 26px;
	}
	.box02 .scrollBox ::-webkit-scrollbar {
		display: none;
	}
}

@media all and (min-width: 897px) {
	.box02 .mapBox .scrollBox .simplebar-track {
		display: none;
	}
}
.box02 .mapBox .scrollBox .simplebar-track {
	position: absolute;
	left: 85px;
	right: 85px;
	height: 2px;
	background: #0081CC;
	overflow: visible;
	bottom: 10px;
	z-index: 15;
}
.box02 .mapBox .scrollBox .simplebar-scrollbar {
	top: 0;
	height: 100%;
}
.box02 .mapBox .scrollBox .simplebar-scrollbar:before {
	top: -6px;
	height: 12px;
	background: #0081CC;
	border-radius: 0;
	opacity: 1;
}

@keyframes weeklySwipe {
	0% {
		opacity:0;
	}
	20% { 
		opacity:1;
	}
	80% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}


.comTopBox02 {
	padding-bottom: 52px;
	color: #000;
	background-color: #fff;
}
.comTopBox02 h2 {
	color: #0081CC;
}
.comTopBox02 h2 span {
	color: #959595;
}
@media all and (max-width: 896px) {
	.comTopBox02 {
		padding-bottom: 37px;
	}
}