@charset "utf-8";
/* CSS Document 後続共通css*/
/*基本レイアウト*/
#contents {}
#main {
	width: 100%;
	margin: 0 auto;
}
.nrwarea {
	width: 1000px;
	margin: 0 auto;
}
.widearea {
	width: 100%;
}
.imgarea {
	text-align: center;
	line-height: 0;
}
/*本文マージン*/
#contents .margin0 {
	margin-bottom: 0px !important;
}
#contents .margin10 {
	margin-bottom: 10px !important;
}
#contents .margin20 {
	margin-bottom: 20px !important;
}
#contents .margin30 {
	margin-bottom: 30px !important;
}
#contents .margin40 {
	margin-bottom: 40px !important;
}
#contents .margin50 {
	margin-bottom: 50px !important;
}
#contents .margin60 {
	margin-bottom: 60px !important;
}
#contents .margin70 {
	margin-bottom: 70px !important;
}
#contents .margin80 {
	margin-bottom: 80px !important;
}
#contents .margin90 {
	margin-bottom: 90px !important;
}
#contents .margin1em {
	margin-bottom: 1em !important;
}
#contents .margin2em {
	margin-bottom: 2em !important;
}
#contents .margin3em {
	margin-bottom: 3em !important;
}
#contents .margin4em {
	margin-bottom: 4em !important;
}
#contents .margin5em {
	margin-bottom: 5em !important;
}
#contents .margin6em {
	margin-bottom: 6em !important;
}
#contents .margin7em {
	margin-bottom: 7em !important;
}
#contents .margin8em {
	margin-bottom: 8em !important;
}
#contents .margin9em {
	margin-bottom: 9em !important;
}
/*セクション*/
#main section {
	position: relative;
	padding: 0 0 60px 0;
}
#main section section {
	background: none;
	padding: 0 0 0 0;
}
#main .photo_area {
	text-align: center;
	line-height: 0;
}
#main p {
	margin-bottom: 2.0em;
}
#main p:last-child {
	margin-bottom: 0;
}
/*本文内各種パーツ***********************/
/*リスト*/
#main ul {
	margin-left: 2.0em;
	margin-bottom: 1em;
}
#main ul > li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 0;
}
#main ol {
	list-style-position: outside;
	margin-left: 2.0em;
	margin-bottom: 1em;
}
#main ol > li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 0;
}
#main ol.count {
	counter-reset: my-counter;
	list-style: none;
	margin-left: 0;
	padding: 0;
}
#main ol.count li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
#main ol.count li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	display: block;
	position: absolute;
	top: 8px;
	line-height: 1;
	margin-left: -26px;
	text-align: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: solid 1px #000;
}
/*リンク*/
#main .link {
	position: relative;
	padding-right: 1em;
}
#main .link::after {
	position: absolute;
	content: "＞";
	top: -15%;
	right: 0;
	color: inherit;
}
#main .pdf {
	position: relative;
	margin-right: 20px;
	padding-left: 1em;
}
#main .pdf::before {
	position: absolute;
	content: "＞";
	top: -15%;
	left: 0;
}
#main .pdf::after {
	position: absolute;
	content: url(../images/PDF_24.png);
	bottom: -10px;
}
#main .back {
	position: relative;
	padding-left: 1em;
	color: inherit;
}
#main .back::before {
	position: absolute;
	content: "＜";
	top: -15%;
	left: 0;
}
/*テーブル**********************************************/
#main table {
	margin: 0 auto 40px auto;
	width: 100%;
	border-top: solid 1px #303030;
	border-left: solid 1px #303030;
	border-spacing: 0;
	border-collapse: collapse;
}
#main table th {
	padding: 10px 30px 10px 30px;
	border-right: solid 1px #303030;
	border-bottom: solid 1px #303030;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	background-color: #e6e6e6;
}
#main table td {
	padding: 10px 30px 10px 30px;
	border-right: solid 1px #303030;
	border-bottom: solid 1px #303030;
	vertical-align: middle;
}
#main table th.center, #main table td.center {
	text-align: center;
}
#main table th.left, #main table td.left {
	text-align: left;
}
#main table th.right, #main table td.right {
	text-align: right;
}
#main table caption {
	margin-bottom: 8px;
	padding-left: 25px;
	background-color: #333333;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
/*共通***********************/
#main .inside {
	width: 1000px;
	margin: 0 auto;
}
#main h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -65px;
	margin-bottom: 50px;
	text-align: center;
}
#main h2 .inside {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: auto;
	height: 180px;
	margin: 0 auto 0 auto;
	padding: 20px 50px;
	background: #1F444D;
	color: #fff;
}
#main h2 .inside img {
	width: auto;
	height: 78px;
}
#main h2 .inside img.img02 {
	width: auto;
	height: 58px;
	margin-bottom: 20px;
}
#main h2 .tit {
	color: #fff;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	line-height: 1;
}
/*メインビジュアル***********************/
.mainvisual {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	width: 1200px;
	height: 750px;
	margin: 0 auto;
	text-align: center;
	line-height: 0;
	overflow: hidden;
}
.mainvisual img {
	width: auto;
	height: 100%;
}
.mainvisual .copy {
	position: absolute;
	left: calc(50% - 260px);
}
.mainvisual .copy img {
	width: 520px;
	height: auto;
}
/*greeting_area************************/
#main section.content_area#greeting_area .txt_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
}
#main section.content_area#greeting_area .txt_area .photo {
	text-align: center;
	line-height: 0
}
#main section.content_area#greeting_area .txt_area .txt {
	width: 660px;
	margin-top: -8px;
}
#main section.content_area#greeting_area .txt_area .txt p {
	margin-bottom: 0;
	line-height: 2.6;
}
#main section.content_area#greeting_area .txt_area .txt .director {
	font-size: 1.9rem;
	text-align: right;
}
/*business_area************************/
#main section.content_area#business_area .box_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#main section.content_area#business_area .box_area .box {
	width: 30%;
}
#main section.content_area#business_area .box_area h3 {
	margin-bottom: 10px;
	padding: 12px 0;
	background-color: #4c6971;
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1;
}
#main section.content_area#business_area .box_area p {
	margin-bottom: 0;
}
/*strength_area************************/
#main section.content_area#strength_area {
	background-image: url("../images/section03_bg.png");
	background-repeat: repeat-y;
	background-position: center;
}
#main section.content_area#strength_area .box_area .box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}
#main section.content_area#strength_area .box_area .box:last-child {
	margin-bottom: 0;
}
#main section.content_area#strength_area .box_area .box.box02 {
	flex-direction: row-reverse;
}
#main section.content_area#strength_area .box_area .box .txt_area {
	width: 570px;
}
#main section.content_area#strength_area .box_area h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 575px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px #ed6c00;
	color: #1f444d;
	font-size: 4.4rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
#main section.content_area#strength_area .box_area h3 img {
	margin-right: 12px;
}
#main section.content_area#strength_area .box_area p {
	margin-bottom: 0;
	letter-spacing: 0.07em;
}
#main section.content_area#strength_area .box_area .box .photo {
	width: 400px;
	line-height: 0;
}
/*profile_area************************/
#main section.content_area#profile_area {
	font-size: 1.6rem;
}
#main section.content_area#profile_area .box_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 820px;
	margin: 0 auto;
	background-image: url("../images/section05_photo01@2x.jpg");
	background-position: right 100px;
	background-size: auto 202px;
	background-repeat: no-repeat;
}
#main section.content_area#profile_area .box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 40%;
	margin-bottom: 10px;
	line-height: 1.8;
}
#main section.content_area#profile_area .box:last-child {
	margin-bottom: 0;
}
#main section.content_area#profile_area .box.box02 {
	width: 100%;
}
#main section.content_area#profile_area .box h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 30px;
	margin-bottom: 10px;
	margin-right: 12px;
	color: #1f444d;
	font-size: 1.6rem;
	border: solid 1px #1f444d;
	line-height: 1;
}
/*contact_area************************/
#main section.content_area#contact_area .box_area {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
}
#main section.content_area#contact_area .box {
	width: 30%;
	margin-bottom: 40px;
	line-height: 1.8;
	font-size: 2.28rem;
	text-align: center;
}
#main section.content_area#contact_area .box:last-child {
	margin-bottom: 0;
}
#main section.content_area#contact_area .box.box02 {
	width: 100%;
}
#main section.content_area#contact_area .box h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 168px;
	height: 34px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: solid 1px #1f444d;
	font-size: 2.4rem;
	line-height: 1;
	color: #1f444d;
}
#main section.content_area#contact_area a {
	text-decoration: none;
}
#main section.content_area#contact_area a:hover {
	text-decoration: underline;
}