@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300");
/*----------------------------------------------------
	☆cmn
----------------------------------------------------*/

#content {
	padding-block-start: 0 !important;
}

/*--one--*/

#one .inr {
	/* padding: 80px 0px 150px; */
	padding-block: 80px 150px;
}
#one .inr .txt {
	/* width: 900px; */
	margin: 0 auto 40px;
}
#one .inr .txt {
	font-size: 13px;
	line-height: 200%;
}
#one .inr .txt ul {
	/* text-align: center; */
	list-style-position: outside;
	margin-left: 1em;
}
/* #one .inr ul li {
	display: inline-block;
} */
#one .inr .txt ul li::marker {
	content: "・";
}
#one .inr .job li p {
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	margin-block-start: 16px;
}

@media (min-width: 1025px) {
	#one .inr .txt {
		text-align: center;
	}
	#one .inr .txt p {
		margin: 0;
	}
	#one .inr .txt ul {
		list-style-position: inside;
		margin-left: 0;
	}
}

/*--two--*/

#two .bg01 {
	/* background: url(../images/bg01.jpg) no-repeat center center / cover; */
	/* padding: 200px 0px; */
	padding: 100px 0px;
	margin-bottom: 100px;
}
#two .inr .box {
	margin: 50px 0px;
}
#two .inr .box h4 {
	padding-bottom: 0;
	color: var(--primary);
	font-size: 40px;
	font-family: 'Roboto Condensed';
	line-height: 1.1;
	letter-spacing: 1px;
}
#two .inr .box h4 span {
	padding: 0;
	border: none;
	font-size: 12px;
}
#two .inr .box .txt {
	font-size: 13px;
	line-height: 200%;
	padding-bottom: 10px;
	margin-block-start: 4px;
}

/*--three--*/

#three {
	background: #1752a1;
}
#three .inr {
	/* padding: 80px 0px 100px; */
	padding-block: 80px 100px;
}
#three .inr h4 {
	padding-block-end: 20px;
	color: #fff;
}
#three .inr h4 span {
	border-left: 5px solid #fff;
	padding-left: 20px;
}
#three .inr table {
	width: 100%;
	margin-top: 30px;
}
#three .inr .boxL {
	/* width: 580px; */
	margin-right: 20px;
}
#three .inr .boxR {
	/* width: 580px; */
}
#three .inr li:first-child {
	border-top: 1px #fff solid;
}
#three .inr li {
	border-bottom: 1px #fff solid;
}
#three .inr li div.label {
	color: #fff;
	font-size: 13px;
	padding: 20px 0 0 10px;
	text-align: left;
	width: 7em;
	font-weight: 700;
	line-height: 1.5;
}
#three .inr li div {
	color: #fff;
	font-size: 13px;
	line-height: 180%;
	padding: 20px 10px 20px 0;
	text-align: left;
	width: 75%;
}
@media (min-width: 576px) {
	#three .inr li div.label {
		padding: 20px;
	}
	#three .inr li div {
		padding: 20px;
	}
}

/*--four--*/

#four .inr {
	/* padding: 80px 0px 100px; */
	padding-block: 80px 100px;
}
#tab-menu {
	margin-bottom: 20px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
#tab-menu > li {
	background: #cccccc;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	padding: 15px 50px;
	margin-right: 1px;
}
@media (min-width: 1025px) {
	#tab-menu {
		justify-content: flex-end;
	}
	#tab-menu > li {
		padding: 15px 80px;
	}
}

#tab-menu > li.active {
	background: #1752a1;
}
.tab01 {
	background: #eee;
	padding: 20px;
}

.tab01 {
	position: relative;
}
.tab01 .boxL {
	padding-top: 30px;
	width: 100%;
	max-width: 480px;
	margin: auto;
}
.tab01 .boxR {
	padding-top: 30px;
	width: 100%;
	max-width: 560px;
	margin: auto;
}
@media (min-width: 1280px) {
	.tab01 .boxL {
		padding-top: 40px;
		padding-left: 40px;
		float: left;
	}
	.tab01 .boxR {
		float: right;
	}
}

.tab01 .boxL h3 {
	line-height: 100%;
	font-size: 30px;
	padding-bottom: 50px;
	font-weight: normal;
	text-align: left;
}
.tab01 .boxL h3 span.blu {
	color: #1752a1;
	font-size: 18px;
	font-weight: bold;
	display: block;
	font-family: inherit;
}
.tab01 .boxL h3 span.bdr {
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	font-size: inherit;
	color: inherit;
	display: inline;
}
.tab01 .boxL .txt {
	line-height: 180%;
	font-size: 14px;
	font-weight: normal;
}

.bx-wrapper .bx-viewport {
	background: #fff none repeat scroll 0 0;
	border: none !important;
	box-shadow: none !important;
	left: -5px;
}

#fancybox-outer {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	height: 100%;
	position: relative;
	width: 100%;
}

#fancybox-content {
	border: 0 solid #fff;
	border-radius: 5px;
}

.datInr .box {
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.datInr .box .txt {
	font-size: 13px;
	line-height: 200%;
	padding-bottom: 10px;
}
.datInr .boxL {
	margin: auto;
}
.datInr .boxR {
	width: 100%;
	h3 {
		margin-block: 10px;
	}
}

@media (min-width: 980px) {
	.datInr .box {
		padding: clamp(60px, 7vw, 90px);
		flex-direction: row;
	}

	.datInr .boxR {
		margin-inline-start: clamp(60px, 7vw, 90px);
		width: 40vw;
		max-width: 420px;
	}
}

#tabMenu {
	display: block;
	border-bottom: 1px #ccc solid;
	text-align: right;
	width: 100%;
}
#tabMenu li {
	float: right;
	margin-right: 10px;
}
#tabMenu li.last {
	margin-right: 0px !important;
}
#tabMenu li span {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	color: #fff;
	width: 200px;
	padding: 10px 20px;
	text-align: center;
	cursor: pointer;
}
#tabMenu li.li1 span {
	background: #cccccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#tabMenu li.li2 span {
	background: #1752a1;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
}
#tabMenu li.li1 span:hover {
	background: #1752a1;
}
#tabMenu li.li2 span:hover {
	background: #cccccc;
}
#tabBox1,
#tabBox2,
#tabBox3 {
	width: 598px;
	height: 300px;
	border: #ccc 1px solid;
}
#tabBox1 {
	background: #fcf;
}
#tabBox2 {
	background: #ffc;
	display: none;
}

.fancybox-skin {
	background-color: #fff !important;
}
