@charset "utf-8";
.pankuzu_inc{
	background-color: #F2F1F7;
}

.main{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
.eye{
	width: 100%;
	height: 322px;
	display: block;
	background-image: url(../img/company/eye01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eye{
		width: 100%;
		height: 220px;
		background-image: url(../img/company/eye01_sp.jpg);
	}
}
.eye .eye_inner{
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner{
		width: 90%;
	}
}
.eye .eye_inner h2{
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.05em;
	color: #fff;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner h2{
		font-size: 32px;
	}
}
.eye .eye_inner h2 span{
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner h2 span{
		font-size: 16px;
	}
}

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	display: block;
	background-color: #F2F1F7;
}
.contents02 .contents02_01{
	width: 1080px;
	height: auto;
	padding: 17px 0 100px;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01{
		width: 90%;
		max-width: 335px;
		padding: 20px 0 60px;
	}
}
.contents02 .contents02_01 .bg_title{
	width: 682px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .bg_title{
		width: 540px;
	}
}
.contents02 .contents02_01 h3{
	width: 100%;
	height: auto;
	margin: -10px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-size: 28px;
	line-height: 38px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 h3{
		margin: -42px 0 0;
		font-size: 26px;
		line-height: 42px;
		letter-spacing: 0.04em;
	}
}
.contents02 .contents02_01 h3 span{
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #7970AD;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 h3 span{
		font-size: 14px;
		line-height: 24px;
	}
}
.contents02 .contents02_01 .table01{
	width: 100%;
	height: auto;
	table-layout: fixed;
	margin-top: 30px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .table01{
		margin-top: 20px;
	}
}
.contents02 .contents02_01 .table01 tr{
	width: 100%;
	height: auto;
}
.contents02 .contents02_01 .table01 tr th{
	width: 200px;
	height: auto;
	background-color: #0E348C;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.02em;
	color: #fff;
	padding: 18px 30px;
	border: 1px solid #6F7070;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .table01 tr th{
		width: 100px;
		font-size: 15px;
		line-height: 22px;
		padding: 18px 10px;
		text-align: left;
	}
}
.contents02 .contents02_01 .table01 tr td{
	width: auto;
	height: auto;
	background-color: #fff;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.02em;
	padding: 18px 30px;
	border: 1px solid #6F7070;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .table01 tr td{
		font-size: 15px;
		line-height: 22px;
		padding: 18px 10px;
	}
}
.contents02 .contents02_01 .table01 tr td a{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.02em;
	color: #0E348C;
	text-decoration: underline;
}
.contents02 .contents02_01 .map{
	width: 100%;
	height: 260px;
	position: relative;
	margin-top: 50px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .map{
		height: 190px;
		margin-top: 30px;
	}
}
.contents02 .contents02_01 .address{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
	line-height: 25px;
	margin-top: 20px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .address{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
.contents02 .contents02_01 .address span{
	margin-right: 30px;
}

/*.contents02ここまで*/

/*.contents03ここから*/
.contents03{
	width: 100%;
	height: auto;
	display: block;
	background-color: #F9F7FB;
}
.contents03 .contents03_01{
	width: 1080px;
	height: auto;
	padding: 120px 0 100px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01{
		width: 90%;
		max-width: 335px;
		padding: 60px 0;
	}
}
.contents03 .contents03_01 .contents03_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01{
		align-items: flex-start;
		flex-direction: column;
	}
}
.contents03 .contents03_01 .contents03_01_01 h3{
	width: auto;
	height: auto;
	margin: 0 100px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-size: 28px;
	line-height: 38px;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 h3{
		width: 100%;
		margin: 0 0 18px;
		font-size: 26px;
		line-height: 42px;
		letter-spacing: 0.04em;
	}
}
.contents03 .contents03_01 .contents03_01_01 h3 span{
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #7970AD;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 h3 span{
		font-size: 14px;
		line-height: 24px;
	}
}
.contents03 .contents03_01 .contents03_01_01 > .img01{
	width: 552px;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 > .img01{
		width: 87%;
		max-width: 290px;
	}
}
.contents03 .contents03_01 .contents03_01_01 > .img01 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents03 .contents03_01 .table02{
	width: 100%;
	height: auto;
	margin: 30px auto 0;
	border-top: 1px solid #707070;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .table02{
		margin: 20px auto 0;
	}
}
.contents03 .contents03_01 .table02 tr{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #707070;
}
.contents03 .contents03_01 .table02 tr:last-of-type{
	border-bottom: 0;
}
.contents03 .contents03_01 .table02 tr th{
	width: 210px;
	height: auto;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.02em;
	padding: 18px;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .table02 tr th{
		width: 100%;
		padding: 20px 0 0;
		vertical-align: middle;
		display: block;
		text-align: left;
		margin-bottom: 5px;
	}
}
.contents03 .contents03_01 .table02 tr td{
	width: auto;
	height: auto;
	padding: 18px 30px;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .table02 tr td{
		width: 100%;
		padding: 0 0 20px;
		vertical-align: middle;
		display: block;
	}
}
.contents03 .contents03_01 .table02 tr:last-of-type td{
	padding: 30px 0 0;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .table02 tr:last-of-type td{
		padding: 20px 0 0;
	}
}
.contents03 .contents03_01 .table02 tr td p{
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-align: left;
}
.contents03 .contents03_01 .table02 tr td > .img01{
	width: 1009px;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .table02 tr td > .img01{
		width: 97%;
		max-width: 325px;
		margin: 0 auto;
	}
}
.contents03 .contents03_01 .table02 tr td > .img01 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

/*.contents04ここから*/
.contents04{
	width: 100%;
	height: auto;
	display: block;
}
.contents04 .contents04_01{
	width: 1080px;
	height: auto;
	padding: 120px 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01{
		width: 90%;
		max-width: 335px;
		padding: 60px 0;
	}
}
.contents04 .contents04_01 h3{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	line-height: 38px;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 h3{
		font-size: 26px;
		line-height: 42px;
		letter-spacing: 0.04em;
	}
}
.contents04 .contents04_01 h3 span{
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #7970AD;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 h3 span{
		font-size: 14px;
		line-height: 24px;
	}
}
.contents04 .contents04_01 .contents04_01_01{
	width: 800px;
	height: auto;
	background-color: #F2F1F7;
	border-radius: 10px;
	margin: 40px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 40px 0;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents04_01_01{
		width: 100%;
		margin: 20px auto;
		padding: 40px 30px;
	}
}
.contents04 .contents04_01 .contents04_01_01 > h4{
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.1em;
	text-align: center;
}
.contents04 .contents04_01 .contents04_01_01 > span{
	width: 35px;
	height: 2px;
	background-color: #0E348C;
	margin: 20px auto;
}
.contents04 .contents04_01 .contents04_01_01 .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.04em;
	display: block;
}
.contents04 .contents04_01 .contents04_01_01 .text02 > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.04em;
	display: inline;
}
.contents04 .contents04_01 .contents04_01_02{
	width: 663px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents04_01_02{
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
}
.contents04 .contents04_01 .contents04_01_02 > .img01{
	width: 207px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents04_01_02 > .img01{
		width: 183px;
		height: auto;
		display: block;
	}
}
.contents04 .contents04_01 .contents04_01_02 > .img02{
	width: 426px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents04_01_02 > .img02{
		width: 295px;
		height: auto;
		display: block;
		margin-top: 20px;
	}
}

