﻿@charset "utf-8";

/*
Theme Name: テーマ
Version 1.0
*/ 

@import "base.css";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

body{
	font-family: 'Meiryo UI', Meiryo, メイリオ,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 1.8;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
#wrapper{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
}
* {
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
	html,
	body {
		font-size: 14px;
	}
}

/*　header　
----------------------------------------------------------*/
header {
	height: 100px;
}
header .inner {
	height: 100px;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
}
h1 {
	width: 100%;
	height: 36px;
	color: #cbcbcb;
	font-size: 11px;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .logo img {
	width: 260px;
}
@media screen and (max-width: 1000px) {
	header,
	header .inner {
		height: auto;
	}
}
@media screen and (max-width: 800px) {
	header,
	header .inner {
		height: 60px;
	}
	header .inner {
		width: 100%;
		padding: 10px;
	}
	h1 {
		display: none;
	}
}

/*　nav
----------------------------------------------------------*/
nav li.top {
	display: none;
}
nav li {
	margin: 0 20px;
}
nav li:last-child {
	margin-right: 0;
}
nav .sub {
	text-align: center;
}
nav .sub img {
	height: 7px;
}
.wp-menu li {
	position: relative;
	line-height: 1.1;
}
.wp-menu li .SubMenu {
	position: absolute;
	top: 35px;
	left: -30px;
	padding-top: 10px;
	z-index: 9;
}
.wp-menu li .SubMenu li {
	display: none;
	width: 130px;
	margin: 0;
}
.wp-menu li:hover .SubMenu li {
	display: block;
}
.wp-menu li:hover .SubMenu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	text-align: center;
	padding: 15px 10px;
}
@media screen and (max-width: 1000px) {
	nav {
		width: 100%;
		margin-top: 10px;
	}
	nav li {
		margin: 0;
	}
	.menu-right {
		justify-content: space-between;
	}
}
@media screen and (max-width: 800px) {
	nav {
		width: 36px;
		margin-top: 0;
	}
	nav a:hover {
		opacity: 1;
	}
	nav li.top {
		display: block;
	}
	nav .sub {
		display: none;
	}
	.wp-menu li .SubMenu {
		display: block;
		position: static;
		padding-top: 0;
	}
	.wp-menu li .SubMenu li {
		display: block;
		width: 100%;
		border-bottom: none;
		padding-left: 20px;
	}
	.menu-right li.subMenuHeader {
		justify-content: space-between;
	}
	.wp-menu li:hover .SubMenu li a {
		background-color: transparent;
		text-align: left;
		padding: 15px;
	}

	.WrapMenu {
		width: 40px;
		height: 40px;
	}
	.bar1,
	.bar2,
	.bar3 {
		width: 36px;
		height: 3px;
		background-color: #000000;
		margin: 8px 0;
		transition: 0.4s;
	}
	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-8px, 8px);
		transform: rotate(-45deg) translate(-8px, 8px);
		-moz-transform: rotate(-45deg) translate(-8px, 8px);
		-ms-transform: rotate(-45deg) translate(-8px, 8px);
		-o-transform: rotate(-45deg) translate(-8px, 8px);
	}
	.change .bar2 {
		opacity: 0;
	}
	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px);
		-moz-transform: rotate(45deg) translate(-8px, -8px);
		-ms-transform: rotate(45deg) translate(-8px, -8px);
		-o-transform: rotate(45deg) translate(-8px, -8px);
	}
	.wp-menu {
		width: 100%;
		background-color: #004ac4;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 99999;
	}
	.wp-menu li a {
		font-weight: bold;
		font-size: 16px;
		letter-spacing: 0;
		padding-bottom: 0;
		letter-spacing: 2px;
		color: #fff;
	}
	.wp-menu li a:hover {
		color: #ffea00;
	}
	.wp-menu ul.menu-right {
		display: none;
		justify-content: flex-end;
	}
	.SubMenu ul li {
		width: calc(100% - 20px);
		text-align: left;
		font-size: 15px;
		margin-left: 20px;
	}
	.WrapMenu {
		display: block;
	}
	.WrapMenu {
		box-sizing: border-box;
	}
	.link-slide span {
		font-size: 3.125vw;
		padding: 20px;
	}
	.SubMenu ul li {
		background: none;
	}
	.menu-right li {
		text-align: left;
		border-bottom: 1px solid #ffffff;
	}
	.menu-right li a {
		padding: 15px;
		display: block;
		font-size: 14px;
	}
	.menu-right li:nth-child(2) {
		padding: 0;
		padding-left: 0;
	}
	.menu-right li:last-child {
		border-bottom: none;
	}
	.menu-right li.subMenuHeader::after {
		background-color: none;
		height: 0;
	}
	.SubMenu ul {
		display: none;
	}
	.menu-right li.subMenuHeader {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.menu-right li.subMenuHeader a {
		position: relative;
		width: calc(100% - 80px);
	}
	.SubMenu {
		position: relative;
		padding: 0;
		top: 0;
		background: none;
		z-index: 999999;
		font-size: 15px;
		height: auto;
		width: 100%;
		color: #000000;
		overflow: visible;
		border-radius: 0;
		margin-top: 0;
	}
	.menu-right .SubMenu li a {
		width: 100%;
		text-align: left;
		font-weight: normal;
		justify-content: flex-start;
	}
	span.clickSp01 {
		width: 50px;
		height: 45.4px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		font-weight: bold;
		text-align: center;
		position: relative;
	}
	span.clickSp01::before {
		content: '+';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		cursor: pointer;
		font-weight: bold;
		text-align: center;
		color: #fff;
		padding: 15px;
		box-sizing: border-box;
	}
	span.clickSp01.active::before {
		content: '―';
		padding-right: 11px;
	}
}

/*　footer　
----------------------------------------------------------*/
#f-cont {
	width: 100%;
	height: 460px;
	background-image: url(../img/common/footer_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 15px;
}
#f-cont .inner {
	max-width: 1100px;
	height: 100%;
	margin: 0 auto;
	justify-content: center;
	position: relative;
}
#access,
#contact {
	padding-top: 85px;
	/*padding-bottom: 115px;*/
	padding-bottom: 200px;
}
#access {
	margin-right: 10%;
}
#access .ttl {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
#contact {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
#contact .cont {
	min-width: 356px;
}
#contact .tel img {
	width: 268px;
}
#contact .txt {
	margin: 10px 0 20px;
}
.contact-btn {
	width: 100%;
	max-width: 356px;
	height: 70px;
	border: 1px solid #ffffff;
}
.contact-btn a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
}
.contact-btn a:hover {
	background-color: #ffffff;
	color: #004ac4;
}
.f-cont-ttl {
	position: absolute;
	right: -14px;
	top: 85px;
}
.f-cont-ttl img {
	width: 14px;
}

#map {
	width: 100%;
	height: 500px;
}
#copyright{
	height: 60px;
	font-size: 11px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pagetop{
    position: fixed;
    bottom: 10px;
    right: 10px;
}
@media screen and (max-width: 1200px) {
	.f-cont-ttl {
		right: 0;
	}
}
@media screen and (max-width: 800px) {
	#f-cont {
		height: auto;
		background-size: cover;
		font-size: 14px;
	}
	#f-cont .inner {
		padding: 0 0 50px;
	}
	#access,
	#contact {
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}
	#access {
		margin-right: 0;
		margin-bottom: 30px;
		padding-top: 40px;
	}
	#access .ttl {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#contact .cont {
		width: 100%;
		min-width: 1px;
	}
	#contact .tel img {
		width: 200px;
	}
	.contact-btn {
		height: 50px;
	}
	#map {
		height: 240px;
	}
	#copyright {
		line-height: 1.2;
		padding: 0 60px 0 10px;
	}
	#pagetop img {
		width: 40px;
	}
}

/*　main　
----------------------------------------------------------*/
a:hover,
.top03-cont .cont:hover {
	text-decoration:none;	
	filter:alpha(opacity=70); /* IE 6と7*/ 
	-ms-filter: "alpha(opacity=70)"; /* IE 8と9 */ 
	-moz-opacity:0.7; /* Firefox , Netscape */ 
	-khtml-opacity: 0.7; /* Safari 1系 */ 
	opacity:0.7; 
	zoom:1; /*IE*/ 
}
a {
	color: inherit;
}

.inner {
	width: calc(100% - 40px);
	max-width: 1100px;
	margin: 0 auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}
.reverse {
	flex-flow: row-reverse;
}

.pc {
	display: inline-block;
}
.sp {
	display: none;
}

@media screen and (max-width: 800px) {
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
}

/*　page-ttl
----------------------------------------------------------*/
#page-ttl {
	width: 100%;
	height: 330px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.service #page-ttl { background-image: url(../img/service/page_ttl_bg.jpg); }
.company #page-ttl { background-image: url(../img/company/page_ttl_bg.jpg); }
.facility #page-ttl { background-image: url(../img/facility/page_ttl_bg.jpg); }
.recruit #page-ttl { background-image: url(../img/recruit/page_ttl_bg.jpg); }

#page-ttl .inner {
	height: 100%;
	align-items: center;
}
#page-ttl .ttl {
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
}
#page-ttl .ttl img {
	height: 17px;
}
@media screen and (max-width: 800px) {
    #page-ttl {
		height: 160px;
		background-size: cover;
	}
	#page-ttl .ttl {
		font-size: 24px;
	}
	#page-ttl .ttl img {
		height: 12px;
	}
}

/*　table
----------------------------------------------------------*/
table {
	width: 100%;
	margin: 0 auto;
}
.company table { max-width: 780px; }
.recruit table { max-width: 1100px; }
table th,
table td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.company table th,
.company table td { border-bottom: 1px solid #004ac4; }
.recruit table th,
.recruit table td { border-bottom: 1px solid #b2b2b2; }

table th {
	vertical-align: top;
}
.company table th {
	width: 30%;
	color: #666666;
	padding-left: 10%;
}
.recruit table th {
	width: 40%;
	padding-left: 20%;
}
table td dl {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
table td dl dt {
	width: 70px;
	margin-right: 20px;
}

@media screen and (max-width: 1280px) {
	table {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 800px) {
	.company table th,
	.company table td,
	.recruit table th,
	.recruit table td {
		width: 100%;
		padding: 5px 1%;
		float: left;
	}
	.company table td span {
		display: inline-block;
	}
	.recruit table th {
		font-weight: bold;
	}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  index.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.top .sub img {
	height: 17px;
}
.top #top01 .sub img,
.top #top04 .sub img {
	height: 21px;
}

#slide {
	width: 100%;
	height: 772px;
	background-image: url(../img/top/slide.jpg);
	background-position: center;
	background-repeat: repeat-x;
	-moz-animation: top-slide 200s linear infinite;
	animation: top-slide 200s linear infinite;
}
@keyframes top-slide {
    0% {background-position: 5000px 0;}
    100% {background-position: 0 0;}
}
@-moz-keyframes top-slide {
    0% {background-position: 5000px 0;}
    100% {background-position: 0 0;}
}
.slide-cont {
	width: 100%;
	max-width: 1100px;
	height: 772px;
	margin: 0 auto;
	align-items: center;
}
.slide-cont .ttl img {
	width: 373px;
}
.slide-cont .txt {
	color: #ffffff;
	margin-top: 10px;
	padding-left: 20px;
}

#top01 {
	background-image: url(../img/top/top01_img.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 240px 0;
}
.top01-cont {
	max-width: 1100px;
	margin: 0 auto;
}
.top01-cont .ttl {
	font-size: 45px;
	font-weight: bold;
	line-height: 1.4;
}
.top01-cont .txt {
	max-width: 420px;
	margin-top: 20px;
}

#top02 {
	margin: 50px 0 100px;
}
#top02 section {
	height: 598px;
	background-image: url(../img/top/top02_bg.png);
	background-position: center;
	background-repeat: no-repeat;
}
.top02-cont {
	max-width: 1280px;
	margin: 0 auto;
	justify-content: space-between;
}
.top02-cont .cont a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.top02-cont .box {
	position: absolute;
}
.top02-cont .box .num img {
	height: 11.5px;
}
.top02-cont .box .ttl {
	color: #ffffff;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 5px;
}
.top02-cont .box .sign {
	width: 33px;
	height: 33px;
	background-image: url(../img/top/top_sign01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 33px auto;
	margin: 20px auto 0;
}

.top03-cont {
	max-width: 1280px;
	margin: 0 auto;
	justify-content: space-between;
}
.top03-cont .cont {
	width: 49%;
	max-width: 623px;
	border: 1px solid #e5e5e5;
}
.top03-cont .box {
	background-image: url(../img/top/top_sign02.svg);
	background-position: left 20px center;
	background-repeat: no-repeat;
	background-size: 33px auto;
	padding: 20px 20px 20px 73px;
	align-items: center;
}
.top03-cont .box .ttl {
	width: 100px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-right: 20px;
}
.top03-cont .box .txt {
	width: calc(100% - 120px);
	line-height: 1.5;
}

#top04 {
	background-image: url(../img/top/top04_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 100px 0 50px;
}
#top04 section {
	padding: 120px 0;
}
.top04-cont {
	max-width: 1100px;
	margin: 0 auto;
}
.top04-cont .ttl {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
.top04-cont .txt {
	max-width: 200px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 30px;
}
.top04-cont .btn {
	width: 100%;
	max-width: 200px;
	height: 72px;
	margin-top: 50px;
}
.top04-cont .btn a {
	width: 100%;
	height: 100%;
	background-image: url(../img/top/top_sign02.svg);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 33px auto;
	border: 1px solid #004ac4;
	border-radius: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 33px;
}

#top05 {
	margin-bottom: 50px;
}
#top05 .txt {
	max-width: 1200px;
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (max-width: 1280px) {
	.top01-cont,
	.top03-cont,
	.top04-cont {
		width: calc(100% - 40px);
	}
	#top02 section {
		height: auto;
		background-image: none;
	}
	.top02-cont .cont:nth-child(1) { width: 31.4%; }
	.top02-cont .cont:nth-child(2) { width: 35.93%; }
	.top02-cont .cont:nth-child(3) { width: 31.17%; }
}

@media screen and (max-width: 1100px) {
	#top01 {
		background-position: right center;
		background-size: 80% auto;
		padding: 120px 0;
	}
	.top03-cont .box {
		background-position: left 20px top 20px;
	}
	.top03-cont .box .ttl {
		width: 100%;
		margin-right: 0;
	}
	.top03-cont .box .txt {
		width: 100%;
		margin-top: 10px;
	}
	.top04-cont .ttl {
		font-size: 32px;
	}
}
@media screen and (max-width: 800px) {
	.top .sub img {
		height: 12px;
	}
	.top #top01 .sub img,
	.top #top04 .sub img {
		height: 14px;
	}

	#slide,
	.slide-cont {
		height: 360px;
	}
	#slide {
		background-image: url(../img/top/slide_sp.jpg);
		background-size: auto 100%;
	}
	.slide-cont .ttl img {
		width: 240px;
	}
	.slide-cont .txt {
		padding-left: 10px;
	}

	#top01 {
		background-image: none;
		padding: 50px 0 20px;
	}
	.top01-cont .ttl {
		font-size: 20px;
	}
	.top01-cont .txt {
		max-width: 100%;
		margin-top: 10px;
	}

	#top02 {
		margin: 30px 0;
	}
	.top02-cont .cont:nth-child(1),
	.top02-cont .cont:nth-child(2),
	.top02-cont .cont:nth-child(3) {
		width: 33%;
	}

	.top02-cont .box .ttl {
		font-size: 18px;
	}
	.top02-cont .box .sign {
		background-size: 30px auto;
		margin-top: 5px;
	}

	.top03-cont {
		width: 100%;
	}
	.top03-cont .box {
		background-position: left 10px top 20px;
		background-size: 20px;
		padding: 20px 20px 20px 40px;
	}
	.top03-cont .box .ttl {
		font-size: 18px;
	}

	#top04 {
		background-image: none;
		margin: 0;
	}
	#top04 section {
		padding: 20px 0 30px;
	}
	.top04-cont {
		width: 100%;
		background-color: #7fa4e1;
		padding-top: 40px;
	}
	.top04-cont .cont {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.top04-cont .ttl {
		font-size: 21px;
		margin-bottom: 0;
	}
	.top04-cont .txt {
		max-width: 100%;
		margin-top: 10px;
	}
	.top04-cont .btn {
		height: 40px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.top04-cont .btn a {
		background-position: right 5px center;
	}
}

@media screen and (max-width: 480px) {
	.top02-cont .cont:nth-child(1),
	.top02-cont .cont:nth-child(2),
	.top02-cont .cont:nth-child(3) {
		width: calc(100% - 40px);
		margin: 0 auto 10px;
	}

	.top03-cont .cont {
		width: 100%;
		border: none;
	}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  service.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#service01,
#service02,
#service03 {
	position: relative;
}
#service01:before,
#service02:before,
#service03:before {
	content: '';
	width: 54%;
	max-width: 1040px;
	height: 740px;
	background-color: rgba(10, 41, 166, 0.05);
	position: absolute;
	left: 0;
	top: 0;
}
#service02:before { background-color: rgba(0, 184, 58, 0.05); }

.service-cont {
	width: 100%;
	margin: 50px auto 0;
	padding-top: 50px;
	padding-bottom: 100px;
	position: relative;
}
#service01 .service-cont {
	margin-top: 100px;
}
.service-ttl {
	width: calc(100% - 40px);
	max-width: 800px;
	border-left: 2px solid #004ac4;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 auto;
	padding-left: 20px;
	padding-bottom: 5px;
}
#service02 .service-ttl { border-left: 2px solid #00b83a; }
.service-ttl img {
	height: 11.5px;
}

.service-sub ul {
	width: calc(100% - 40px);
	max-width: 800px;
	margin: 10px auto 0;
	padding-left: 22px;	
}
.service-sub ul li {
	display: inline-block;
	background-color: #004ac4;
	color: #ffffff;
	margin-right: 10px;
	padding: 0 15px;
}

.service-img {
	width: 100%;
	max-width: 1100px;
	margin: 50px auto 0;
	justify-content: space-between;
}
.service-img.img03 .img01 {
	width: 43.45%;
}
.service-img.img03 .img02 {
	width: 55.09%;
}
.service-img.img03 .img02 .img:first-child {
	margin-bottom: 1.726%;
}
.service-img.img02 .img {
	width: 49.09%;
}

.service-box {
	width: calc(100% - 40px);
	max-width: 1100px;
	border: 1px solid #004ac4;
	margin: 100px auto 0;
	padding: 50px 20px 60px;
}
#service02 .service-box { border: 1px solid #00b83a; }
.service-box .cont {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}
.service-box .point {
	position: absolute;
	left: 20px;
	top: -80px;
}
.service-box .point img {
	height: 64px;
}
.service-box .ttl {
	color: #004ac4;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}
#service02 .service-box .ttl { color: #00b83a; }

@media screen and (max-width: 800px) {
	#service01::before,
	#service02::before,
	#service03::before {
		content: none;
	}
	.service-cont {
		margin-top: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#service01 .service-cont {
		margin-top: 30px;
	}
	#service03 .service-cont {
		margin-bottom: 30px;
	}
	.service-ttl {
		font-size: 20px;
	}
	.service-sub li {
		margin-bottom: 5px;
	}
	.service-img {
		margin-top: 20px;
	}
	.service-box {
		margin-top: 50px;
		padding: 40px 20px 30px;
	}
	.service-box .point {
		top: -65px;
	}
	.service-box .point img {
		height: 54px;
	}
	.service-box .ttl {
		font-size: 18px;
		margin-bottom: 0;
	}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  company.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.company section {
	padding: 100px 0;
}
#company03 section {
	padding-bottom: 0;
}
.company-ttl {
	text-align: center;
	margin-bottom: 50px;
}
.company-ttl .ttl {
	color: #004ac4;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.1;
}
.company-ttl .sub img {
	height: 11px;
}

#company01 {
	padding-top: 80px;
}
.company01-txt {
	text-align: center;
}

.company01-cont {
	max-width: 1100px;
	margin: 30px auto 0;
	justify-content: space-between;
}
.company01-cont .cont {
	width: 30%;
	min-height: 220px;
	background-color: rgba(0, 74, 196, 0.1);
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.company01-cont .cont:before {
	content: '';
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid #ffffff;
	position: absolute;
	left: 2px;
	top: 2px;
}
.company01-cont .cont .num {
	position: absolute;
	left: 0;
	right: 0;
	top: -18px;
	text-align: center;
}
.company01-cont .cont .num img {
	width: 36px;
}

.company01-box {
	max-width: 1150px;
	background-image: url(../img/company/company01_frame.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 50px auto 0;
	padding: 70px 0;
	justify-content: center;
}
.company01-box .cont {
	min-width: 255px;
	text-align: center;
	margin: 0 30px;
}
.company01-box .cont .ttl {
	margin-bottom: 10px;
}
.company01-box .cont .ttl img {
	height: 30px;
}
.company01-box .cont .txt,
.company01-box .cont .sub {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 5px;
}
.company01-box .cont .txt span {
	color: #004ac4;
}

#company02 {
	background-color: rgba(0, 74, 196, 0.05);
	background-image: url(../img/company/company02_bg.png);
	background-position: center;
	background-repeat: no-repeat;
}
.company02-cont {
	max-width: 1280px;
	margin: 0 auto;
	justify-content: space-between;
}
.company02-cont .cont {
	width: 37.5%;
	min-width: 480px;
	margin-left: 90px;
	margin-top: 5%;
}
.company02-cont .ttl {
	border-bottom: 1px solid #000000;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.company02-cont .txt {
	text-align: justify;
	text-justify: inter-ideograph;
}
.company02-cont .txt .sign {
	font-size: 15px;
	text-align: right;
	margin-top: 20px;
}
.company02-cont .txt .sign span {
	font-size: 20px;
} 
.company02-cont .img {
	width: 50%;
}

#company04 {
	padding-bottom: 80px;
}
.company04-box {
	width: 100%;
	max-width: 860px;
	border: 1px solid #004ac4;
	margin: 0 auto;
	padding: 50px 0;
	justify-content: center;
}
.company04-box .cont {
	width: 250px;
	margin: 0 30px;
}
.company04-box .cont dl {
	width: 100%;
}
.company04-box .cont dt {
	width: 200px;
}
.company04-box .cont dd {
	width: 40px;
}

@media screen and (max-width: 1280px) {
	.company01-cont {
		padding: 0 20px;
	}
	.company02-cont .cont {
		width: 50%;
		min-width: 1px;
		margin-left: 0;
		margin-top: 0;
		padding: 0 20px;
	}
}
@media screen and (max-width: 1100px) {
	.company02-cont .txt .sign {
		margin-top: 10px;
	}
	.company04-box {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 800px) {
	.company section {
		padding: 30px 0;
	}
	.company-ttl {
		line-height: 1.1;
		margin-bottom: 30px;
	}
	.company-ttl .ttl {
		font-size: 22px;
	}
	.company-ttl .sub img {
		height: 9px;
	}
	#company01 {
		padding-top: 30px;
	}
	#company03 section {
		padding-bottom: 30px;
	}
	#company04 {
		padding-bottom: 30px;
	}
	.company01-txt {
		text-align: left;
		padding: 0 20px;
	}
	.company01-cont {
		justify-content: center;
		margin-top: 0;
	}
	.company01-cont .cont {
		min-width: 300px;
		margin: 20px 20px 0;
	}

	.company01-box .cont{
		min-width: 1px;
	}
	.company01-box .cont .ttl {
		margin-bottom: 0;
	}
	.company01-box .cont .ttl img {
		height: 18px;
	}
	.company01-box .cont .txt,
	.company01-box .cont .sub {
		font-size: 16px;
	}

	.company02-cont .cont {
		width: 100%;
	}
	.company02-cont .ttl {
		font-size: 18px;
	}
	.company02-cont .txt .sign {
		font-size: 14px;
	}
	.company02-cont .txt .sign span {
		font-size: 16px;
	}
	.company02-cont .img {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	.company04-box {
		padding: 30px 0;
	}
}

@media screen and (max-width: 480px) {
	.company01-cont .cont {
		width: 100%;
		min-width: 1px;
		min-height: 1px;
		font-size: 16px;
		margin: 30px 0 0;
		padding: 30px 20px 20px;
	}
	.company01-box {
		background-size: cover;
		padding: 50px 0;
	}
	.company01-box .cont {
		margin: 5px 20px;
	}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  facility.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.facility-ttl {
	position: relative;
	margin-top: 120px;
}
#facility02 .facility-ttl {
	margin-top: 30px;
	padding-top: 90px;
}
.facility-ttl:before {
	content: '';
	width: 100%;
	height: 435px;
	background-color: rgba(10, 41, 166, 0.05);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.facility-ttl .cont {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	align-items: center;
	position: relative;
}
.facility-ttl .box {
	width: 320px;
	padding: 0 50px 0 90px;
}
.facility-ttl .info {
	margin-bottom: 10px;
}
.facility-ttl .info .num {
	display: inline-block;
	border-bottom: 2px solid #004ac4;
}
.facility-ttl .info .num img {
	height: 17px;
}
.facility-ttl .info .ttl {
	font-size: 30px;
	font-weight: bold;
}
.facility-ttl .img {
	width: calc(100% - 320px);
} 
.facility-ttl .txt {
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.facility-txt {
	border-left: 1px solid #000000;
	margin-left: 90px;
	padding: 20px 50px;
}
.facility-ttl  .facility-txt {
	width: calc(100% - 90px);
	max-width: 1100px;
	margin: 0 auto;
}
.facility-img .facility-txt .ttl {
	font-size: 17px;
	font-weight: bold;
}

.facility-img {
	max-width: 1280px;
	margin: 60px auto 0;
	justify-content: space-between;
}
.facility-img .img {
	width: 49%;
	max-width: 600px;
}

.facility-cont {
	max-width: 1280px;
	margin: 50px auto 0;
	justify-content: flex-start;
	align-items: center;
}
.facility-cont .img {
	width: 58%;
	max-width: calc(100% - 350px);
}
.facility-cont .cont {
	width: 32%;
	min-width: 350px;
	border-top: 1px solid #000000;
	padding: 30px 2% 0 4%;
}
.facility-cont.reverse .cont {
	padding: 30px 2% 0 0;
}
.facility-cont .cont .ttl {
	font-weight: bold;
}
.facility-cont .cont .txt {
	text-align: justify;
	text-justify: inter-ideograph;
}
.facility-cont .cont dl {
	width: 98%;
	font-weight: bold;
	padding-right: 2%;
}
.facility-cont .cont dl dt {
	width: calc(100% - 70px);
	min-width: 210px;
}
.facility-cont .cont dl dd {
	width: 40px;
	text-align: right;
}
#facility04 {
	padding-bottom: 180px;
}

@media screen and (max-width: 1280px) {
	.facility-ttl .facility-txt {
		margin-left: 90px;
	}
}
@media screen and (max-width: 1100px) {
	.facility-ttl .box {
		padding: 0 50px;
	}
	.facility-ttl::before {
		height: 240px;
	}
	.facility-txt {
		border-left: none;
		margin-left: 0;
		padding: 20px;
	}
	.facility-ttl .facility-txt {
		margin-left: 0;
	}
	.facility-cont .cont,
	.facility-cont.reverse .cont {
		border-top: none;
		padding: 20px;
	}
}

@media screen and (max-width: 640px) {
	.facility-ttl {
		margin-top: 30px;
	}
	.facility-ttl::before {
		height: auto;
	}
	#facility02 .facility-ttl {
		margin-top: 30px;
		padding-top: 0;
	}
	#facility04 {
		padding-bottom: 50px;
	}

	.facility-ttl .box {
		width: 100%;
		padding: 30px 20px 20px;
	}
	.facility-ttl .info {
		margin-bottom: 0;
	}
	.facility-ttl .info .num img {
		height: 14px;
	}
	.facility-ttl .info .ttl {
		font-size: 21px;
	}
	.facility-ttl .cont.reverse {
		flex-flow: wrap;
	}
	.facility-ttl .facility-txt {
		width: 100%;
		padding: 10px 20px;
	}
	.facility-ttl .img {
		width: 100%;
	}

	.facility-img {
		margin-top: 0;
	}
	.facility-img .img {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}

	.facility-txt {
		text-align: left;
		padding: 10px 20px;
	}
	.facility-cont {
		margin-top: 30px;
	}
	.facility-cont.reverse {
		flex-flow: wrap;
	}
	.facility-cont .img {
		width: 100%;
		max-width: 100%;
	}
	.facility-cont .cont {
		width: 100%;
	}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  recruit.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.recruit section {
	padding: 100px 0;
}
.recruit-ttl {
	text-align: center;
	margin-bottom: 50px;
}
.recruit-ttl .ttl {
	margin-bottom: 5px;
}
.recruit-ttl .ttl img {
	height: 34px;
}

#recruit00 {
	width: 100%;
	background-image: url(../img/recruit/recruit00_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#recruit02,
#recruit04 {
	background-color: rgba(0, 74, 196, 0.05);
}
#recruit00 section {
	height: 750px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 180px;
}
#recruit04 section {
	margin-bottom: 80px;
}

.recruit00-cont {
	text-align: center;
}
.recruit00-cont .ttl {
	color: #004ac4;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 30px;
}

.recruit01-cont {
	max-width: 1200px;
	margin: 30px auto 0;
	justify-content: space-between;
}
.recruit01-cont.cont01 { border: 1px solid #004ac4; }
.recruit01-cont.cont02 { border: 1px solid #00b83a; }
.recruit01-cont.cont03 { border: 1px solid #851fc4; }
.recruit01-cont .cont {
	width: 46%;
	padding: 0 50px;
}
.recruit01-cont .icon {
	margin-top: -15px;
}
.recruit01-cont .icon img {
	width: 134px;
}
.recruit01-cont .ttl {
	margin: 30px 0 20px;
}
.recruit01-cont .ttl p {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 10px;
}
.recruit01-cont.cont01 .ttl p {
	background: linear-gradient(transparent 60%, rgba(0, 74, 196, 0.1) 60%);
	color: #004ac4;
}
.recruit01-cont.cont02 .ttl p {
	background: linear-gradient(transparent 60%, rgba(0, 184, 58, 0.1) 60%);
	color: #00b83a;
}
.recruit01-cont.cont03 .ttl p {
	background: linear-gradient(transparent 60%, rgba(133, 31, 196, 0.1) 60%);
	color: #851fc4;
}
.recruit01-cont .txt {
	text-align: justify;
}
.recruit01-cont .img {
	width: 54%;
	max-width: 640px;
}

.recruit02-cont {
	max-width: 1160px;
	margin: 0 auto;
	justify-content: center;
}
.recruit02-cont .cont {
	width: 33.33%;
	border-right: 1px solid #000000;
	padding: 50px 40px 40px;
}
.recruit02-cont .cont:nth-child(1),
.recruit02-cont .cont:nth-child(2),
.recruit02-cont .cont:nth-child(3) {
	border-bottom: 1px solid #000000;
}
.recruit02-cont .cont:nth-child(3n) {
	border-right: none;
}
.recruit02-cont .icon {
	text-align: center;
}
.recruit02-cont .ttl {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.recruit02-cont .txt {
	text-align: justify;
	text-justify: inter-ideograph;
}

.recruit03-txt {
	text-align: center;
}
.recruit03-cont {
	border-bottom: 1px solid #004ac4;
}
.recruit03-cont.cont01 {
	border-top: 1px solid #004ac4;
	margin-top: 50px;
}
.recruit03-cont .box {
	max-width: 1280px;
	margin: 0 auto;
}
.recruit03-cont .box .cont {
	width: 50%;
	justify-content: center;
	align-items: center;
}
.recruit03-cont .info {
	max-width: 415px;
}
.recruit03-cont .icon {
	margin-left: 20%;
	margin-bottom: 5px;
}
.recruit03-cont .icon img {
	width: 99px;
}
.recruit03-cont .txt {
	font-size: 19px;
	font-weight: bold;
}
.recruit03-cont .office {
	color: #004ac4;
	margin: 0 0 10px;
}
.recruit03-cont .btn {
	width: 100%;
	max-width: 240px;
	height: 50px;
}
.recruit03-cont .btn a {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.recruit03-cont .box .img {
	width: 50%;
}

.recruit04-txt {
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}

@media screen and (max-width: 1200px) {
	.recruit01-cont {
		width: calc(100% - 40px);
	}
	.recruit01-cont.reverse {
		flex-flow: wrap;
	}
	.recruit01-cont .cont {
		width: 100%;
		padding: 50px;
	}
	.recruit01-cont .img {
		width: 100%;
		max-width: 100%;
		text-align: center;
		padding: 0 50px 50px;
	}
	.recruit02-cont .ttl {
		font-size: 20px;
	}
}

@media screen and (max-width: 1100px) {
	.recruit03-cont .box .cont {
		padding: 20px;
	}
	.recruit03-cont .txt {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 800px) {
	.recruit02-cont .ttl {
		font-size: 18px;
	}
	.recruit02-cont .cont {
		padding: 40px 20px 30px;
	}

	.recruit03-cont .box.reverse {
		flex-flow: wrap;
	}
	.recruit03-cont .box .cont {
		width: 100%;
	}
	.recruit03-cont .box .img {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
	.recruit03-cont .info {
		width: 100%;
	}
	.recruit03-cont .icon {
		margin-left: 0;
	}
	.recruit03-cont .txt br {
		display: none;
	}
	.recruit03-cont .btn {
		margin: 0 auto;
	}
}

@media screen and (max-width: 640px) {
	.recruit section {
		padding: 50px 0;
	}
	.recruit-ttl {
		margin-bottom: 30px;
	}
	.recruit-ttl .ttl img {
		height: 22px;
	}

	#recruit00 {
		background-size: contain;
	}
	#recruit00 section {
		height: auto;
		padding-top: 50px;
	}
	.recruit00-cont .ttl {
		font-size: 24px;
	}
	.recruit00-cont .txt {
		text-align: left;
		padding: 0 20px;
	}

	.recruit01-cont {
		width: 100%;
	}
	.recruit01-cont.cont01,
	.recruit01-cont.cont02,
	.recruit01-cont.cont03 {
		border: none;
	}
	.recruit01-cont.cont01 { border-top: 1px solid #004ac4; }
    .recruit01-cont.cont02 { border-top: 1px solid #00b83a; }
    .recruit01-cont.cont03 { border-top: 1px solid #851fc4; }
	.recruit01-cont .cont {
		padding: 20px;
	}
	.recruit01-cont .icon {
		margin-top: -30px;
	}
	.recruit01-cont .icon img {
		width: 100px;
	}
	.recruit01-cont .ttl {
		margin: 20px 0 5px;
	}
	.recruit01-cont .ttl p {
		font-size: 18px;
		padding: 0;
	}
	.recruit01-cont .img {
		padding: 0;
	}

	.recruit02-cont .cont {
		width: 50%;
	}
	.recruit02-cont .cont:nth-child(3n) {
		border-right: 1px solid #000000;
	}
	.recruit02-cont .cont:nth-child(2n) {
		border-right:  none;
	}
	.recruit02-cont .cont:nth-child(4) {
		border-bottom: 1px solid #000000;
	}
	
	.recruit03-cont .box .img {
		padding-bottom: 0;
	}
	.recruit03-cont .icon img {
		width: 80px;
	}
	.recruit03-cont .txt {
		font-size: 14px;
	}

	#recruit04 section {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 480px) {
	.recruit02-cont {
		margin: 0 20px;
	}
	.recruit02-cont .cont {
		width: 100%;
		padding: 30px 0 20px;
	}
	.recruit02-cont .cont,
	.recruit02-cont .cont:nth-child(3n) {
		border-right: none;
	}
	.recruit02-cont .cont:nth-child(5) {
		border-bottom: 1px solid #000000;
	}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  voice.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.voice-line {
	width: 100%;
	border-top: 1px solid #004ac4;
	margin: 50px 0 40px;
}
.voice-cont {
	max-width: 1280px;
	margin: 0 auto;
}
.voice-cont.cont02 {
	margin-top: 100px;
}
.voice-cont.cont01 .cont,
.voice-cont.cont02 .img {
	width: 43.75%;
}
.voice-cont.cont01 .img,
.voice-cont.cont02 .cont {
	width: 56.25%;
}
.voice-cont.cont01 .cont {
	padding: 0 7% 0 4%;
}
.voice-cont.cont02 .cont {
	padding: 0 4% 0 7%;
}
.voice-cont .ttl {
	width: 348px;
	height: 112px;
	background-image: url(../img/voice/voice_bg.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
}
.voice-cont dl {
	width: 100%;
	max-width: 540px;
	margin-bottom: 70px;
}
.voice-cont.cont02 dl {
	margin-bottom: 100px;
}
.voice-cont dl.last {
	margin-bottom: 0;
}
.voice-cont dl dt {
	color: #004ac4;
	font-size: 18px;
	margin-bottom: 20px;
}
.voice-cont dl dt:before {
	content: '＃ ';
}
.voice-cont dl dd {
	text-align: justify;
	text-justify: inter-ideograph;
}
@media screen and (max-width: 1280px) {
	.voice-cont dl,
	.voice-cont.cont02 dl {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1100px) {
	.voice-cont.cont02 {
		margin-top: 50px;
	}
	.voice-cont.cont01 .cont,
	.voice-cont.cont01 .img,
	.voice-cont.cont02 .cont,
	.voice-cont.cont02 .img {
		width: 50%;
	}
	.voice-cont.cont01 .cont,
	.voice-cont.cont02 .cont {
		padding: 0 20px;
	}
	.voice-cont .ttl,
	.voice-cont dl,
	.voice-cont.cont02 dl {
		margin-bottom: 20px;
	}
	.voice-cont dl dt {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 800px) {
	.voice-line {
		margin: 30px 0;
	}
	.voice-cont .ttl {
		width: 100%;
		max-width: 348px;
		height: auto;
		background-size: 100% 100%;
		font-size: 15px;
		margin-bottom: 10px;
		padding: 20px 20px 30px;
	}
	.voice-cont.reverse {
		flex-flow: wrap;
	}
	.voice-cont.cont01 .cont,
	.voice-cont.cont01 .img,
	.voice-cont.cont02 .cont,
	.voice-cont.cont02 .img {
		width: 100%;
	}
	.voice-cont.cont01 .img,
	.voice-cont.cont02 .img {
		text-align: center;
	}
	.voice-cont.cont01 .img,
	.voice-cont.cont02 {
		margin-top: 20px;
	}
	.voice-cont dl dt {
		font-size: 15px;
	}

}