@charset "utf-8";

body {
	min-width: 1100px;
}

header {
	width: 100%;
	background: #f2f2f2;
	min-width: 1100px;
}

#head-top {
	padding: 3px 0;
	border-bottom: solid 1px #ccc;
}

#head-top-inner {
	display: flex;
	justify-content: space-between;
}

#head-top-inner p {
	font-size: 1.2rem;
	font-weight: bold;
}

#head-top-inner ul {
	overflow: hidden;
}

#head-top-inner ul > li {
	float: left;
	margin-left: 30px;
	font-size: 1.2rem;
	font-weight: bold;
}

#head-top-inner ul > li a {
	text-decoration: none;
}

#head-top-inner ul > li.recruit a {
	color: #fff;
	background: #ff9900;
	padding: 3px 46px;
	border-radius: 5px;
}

#head-top-inner ul > li.recruit a span:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	position: absolute;
	padding-left: 7px;
	padding-top: 2px;
	font-size: 1.1rem;
}

#head-top-inner ul > li.icon a {
	color: #333;
	padding-left: 12px;
	position: relative;
}

#head-top-inner ul > li.icon a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f152";
	font-weight: bold;
	font-size: 1.3rem;
	position: absolute;
	top: -1px;
	left: 0;
	color: #ff9900;
	background-image: url(../img/common/white.png);
	background-repeat: no-repeat;
	background-position: center center;
}


#header {
	display: flex;
	justify-content: space-between;
	padding-top: 34px;
	padding-bottom: 34px;
}

#header h1 a {
	width: 280px;
	height: 44px;
	display: block;
	background: url(../img/common/logo.png) no-repeat;
	background-size: 280px 44px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-backface-visibility: hidden;
}

#globalnav {
	display: flex;
	margin-top: -8px;
}

#globalnav li {
	margin-left: 36px;
	display: flex;

}

#globalnav li a {
	color: #333;
	text-decoration: none;
	display: block;
	border-bottom: solid 3px #ccc;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 4px;
	line-height: 1.7;
	width: 100px;
}

#globalnav li.current a {
	border-bottom: solid 3px #ff9900;
}

#globalnav a span {
	display: block;
	font-size: 1.0rem;
	text-align: center;
	line-height: 1.0;
	margin-top: 5px;
}

#globalnav a span.row2 {
	margin-top: 0;
}

#globalnav_sp {
	display :none;
}

footer {
	padding-top: 30px !important;
	padding-bottom: 20px !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#footer-left {
	margin-left: 98px;
}

#footer-left p {
	text-align: center;
	font-size: 1.35rem;
	font-weight: bold;
}

#footer-left figure {
	margin: 12px 0 20px;
}

#footer-left img {
	width: 322px;
	height: auto;
}

footer ul {
	display: flex;
	flex-wrap: wrap;
	width: 470px;
}

footer ul li {
	border-right: solid 1px #333;
	line-height: 1;
	padding: 0 6px;
	margin: 9px 0;
}

footer ul a {
	color: #333;
	text-decoration: none;
}

#copyright {
	width: 100%;
	text-align: center;
	font-size: 1.0rem;
	margin-top: 30px;
}



/* top */

#mainimage {
	width: 100%;
	height: 440px;
	background: url(../img/top/main.png) no-repeat center 0 #2e3192;
}

#mainimage img {
	display: none;
}


#top-menu {
	background: #f2f2f2;
	padding-bottom: 40px;
}

#top-menu > div {
	display: flex;
	justify-content: space-around;
}

.top-menu-frame {
	width: 508px;
	height: 284px;
	background: url(../img/top/contents_back.png) no-repeat;
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	padding-top: 70px;
	box-sizing: border-box;
}

.top-menu-frame figure {
	margin-left: 21px;
}

.top-menu-frame img {
	width: 183px;
	height: auto;
}

.top-menu-text {
	width: 287px;
}

.top-menu-text h1 {
	background: -moz-linear-gradient(top, #f7931e, #f15b24);
	background: -webkit-linear-gradient(top, #f7931e, #f15b24);
	background: linear-gradient(to bottom, #f7931e, #f15b24);
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	box-sizing: border-box;
	line-height: 1;
	padding: 9px 10px;
}

.top-menu-text h1 span {
	display: block;
	font-size: 1.2rem;
	margin-top: 4px;
}

.top-menu-text ul {
	margin-top: 20px;
	margin-left: 10px;
	font-size: 1.4rem;
	font-weight: bold;
}

.top-menu-text ul li a {
	color: #333;
	padding-left: 20px;
	position: relative;
	text-decoration: none;
}

.top-menu-text ul li a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f152";
	font-weight: bold;
	font-size: 1.4rem;
	position: absolute;
	top: -2px;
	left: 0;
	color: #ff9900;
}


#top-arcstud {
	width: 100%;
	background: #2e3192;
	color: #fff;
	padding-top: 35px;
	padding-bottom: 40px;
}

#top-arcstud h1 {
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
}

#top-arcstud p {
	margin-top: 1.3em;
	margin-right: 120px;
	line-height: 2;
}

#top-arcstud p:nth-of-type(1) {
	margin-top: 0.8em;
}

#top-arcstud img {
	position: absolute;
	top: -65px;
	right: 0;
	width: 166px;
	height: auto;
}


#top-recruit {
	width: 100%;
	background: #f2f2f2;
	padding-top: 54px;
	padding-bottom: 60px;
}

#top-recruit > section {
	background: url(../img/top/recruit.jpg) no-repeat center 0;
	height: 355px;
}

#top-recruit h1 {
	width: 500px;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-left: 25px;
	border-bottom: solid 1px #fff;
}

#top-recruit h1 img {
	width: 500px;
	height: auto;
}

#top-recruit ul {
	width: 486px;
	margin: 25px 0 0 32px;
	display: flex;
	justify-content: space-between;
}

#top-recruit ul > li {
	background: #fff;
	color: #2e3192;
	transform: skewX(-25deg);
	padding: 5px 23px 7px;
	font-weight: bold;
	line-height: 1;
}

#top-recruit ul > li span {
	display: block;
	transform: skewX(25deg);
}

#top-recruit p {
	color: #fff;
	font-size: 1.45rem;
	width: 510px;
	margin: 15px 0 0 25px;
	letter-spacing: -1px;
}

#top-recruit div {
	width: 500px;
	margin: 22px 0 0 25px;
	text-align: center;
}

#top-recruit div img {
	width: 321px;
	height: auto;
	box-shadow: 6px 6px 10px rgba(0,0,0,0.4);
}


#top-inquire {
	width: 100%;
	background: #f2f2f2;
	padding-bottom: 70px;
}

#top-inquire-frame {
	width: 900px;
	padding: 13px 35px;
	box-sizing: border-box;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.6);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#top-tel {
	width: 400px;
	border-right: solid 3px #ccc;
	box-sizing: border-box;
	padding-top: 10px;
}

#top-tel img {
	width: 363px;
	height: auto;
}

.tel-text {
	text-align: center;
	color: #2e3192;
	margin-top: 14px;
	font-size: 1.8rem;
	font-weight: bold;
}

#top-mail img {
	width: 395px;
	height: auto;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
}




/* contents */

#titleimage {
	width: 100%;
	height: 200px;
	background: url(../img/common/titleback.jpg) no-repeat center 0 #2e3192;
	position: relative;
}

#titleimage figure img {
	display: none;
}

#titleimage h1 {
	width: 1024px;
	border-bottom: solid 1px #fff;
	padding-bottom: 13px;
	position: absolute;
	left: 50%;
	bottom: 62px;
	margin-left: -512px;
}

#titleimage h1 span {
	display: inline-block;
	padding-left: 62px;
}

#titleimage h1 img {
	width: 50%;
	height: auto;
}


#pankuzu {
	overflow: hidden;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 16px;
}

#pankuzu li {
	float: left;
}

#pankuzu li:not(:last-child):after {
	content: ">";
	padding: 0 10px;
	font-weight: normal;
}

#pankuzu li a {
	color: #333;
	text-decoration: none;
}


.midashi-h1-b-c {
	font-size: 2.5rem;
	color: #2e3192;
	font-weight: bold;
	text-align: center;
}

.midashi-h2 {
	font-size: 2.0rem;
	color: #333;
	font-weight: bold;
}

.btn-or {
	display: block;
	text-align: center;
	line-height: 1;
	font-size: 1.8rem;
	text-decoration: none;
	width: 400px;
	color: #fff;
	background: -moz-linear-gradient(top, #f7901e, #f15b24);
	background: -webkit-linear-gradient(top, #f7901e, #f15b24);
	background: linear-gradient(to bottom, #f7901e, #f15b24);
	border-radius: 4px;
	padding: 18px 0;
	margin: 50px auto 0;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.4);
}

.btn-or span:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	position: absolute;
	padding-left: 20px;
	padding-top: 0px;
	font-size: 2.0rem;
}




/* company */

#greeting {
	padding: 30px 0 30px;
}

#sign {
	text-align: right;
	margin-top: 25px;
}

#sign img {
	width: 231.5px;
	height: auto;
	vertical-align: top;
}


#profile {
	padding: 45px 0 45px;
	background: #f2f2f2;
}

#profile-graph {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	border-top: solid 1px #acacac;
	margin-top: 20px;
}

#profile-graph dt,
#profile-graph dd {
	box-sizing: border-box;
	padding: 6px 40px 8px;
}

#profile-graph dt {
	width: 170px;
	border: solid 1px #acacac;
	border-top: none;
}

#profile-graph dd {
	width: 530px;
	border-bottom: solid 1px #acacac;
	border-right: solid 1px #acacac;
}


#license {
	padding: 75px 0 80px;
}

#license-block {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

#license-block figure {
	margin: 0 56px;
}

#license-block p {
	font-size: 1.8rem;
	line-height: 2.4;
}


#access {
	padding: 45px 0 45px;
	background: #e6e6e6;
}

.access-title {
	background: #2e3192;
	color: #fff;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 8px 0 10px;
	margin-top: 16px;
	margin-bottom: 10px;
}

#access p {
	font-size: 1.8rem;
	line-height: 2.0;
}

.access-block {
	display: flex;
	justify-content: space-between;
}

.access-block p:last-child {
	text-align: right;
}

#map {
	overflow: hidden;
	width: 700px;
	box-sizing: border-box;
	margin-top: 15px;
}

#map iframe {
	height: 600px;
}




/* construction_management */

#const-stud {
	margin-top: 15px;
	background: url(../img/construction_management/stud_back.jpg) no-repeat center 0 #f2f2f2;
	padding-bottom: 30px;
}

#const-stud figure {
	display: none;
}

#stud-title {
	width: 1024px;
	margin: 0 auto;
	padding-top: 125px;
	padding-bottom: 94px;
}

#stud-title img {
	width: 490.5px;
	height: auto;
}

#const-stud-contents {
	width: 1024px;
	height: 501px;
	margin: 0 auto;
	background: url(../img/construction_management/stud_back_w.png) repeat-x;
	padding-top: 25px;
	box-sizing: border-box;
}

#const-stud-contents h2 {
	margin-top: 25px;
	margin-left: 70px;
	color: #0268B1;
	font-size: 2.5rem;
	font-weight: bold;
	border-bottom: solid 2px #0268B1;
	padding-bottom: 10px;
	width: 755px;
	line-height: 1;
}

#const-stud-contents p {
	font-size: 1.65rem;
	line-height: 1.6;
	margin-left: 74px;
	margin-top: 10px;
	width: 751px;
}

#const-stud-contents ul {
	margin-left: 70px;
	font-size: 2.0rem;
	line-height: 1.2;
	margin-top: 6px;
}

span.const-arial {
	font-family: Arial;
	font-size: 3.0rem;
	color: #0268B1;
	font-style: italic;
}

#stud-back-head {
	width: 100%;
	height: 501px;
	background: url(../img/construction_management/stud_back_head.png) no-repeat center 0;
	margin-top: -501px;
}


#const-result {
	background: #e6e6e6;
	padding: 30px 0 55px;
}

#const-result-title {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-size: 3.9rem;
	font-weight: bold;
}

#const-result-title span {
	background: #e6e6e6;
	padding: 0 60px;
	position: relative;
	z-index: 5;
}

#const-result-list {
	width: 1024px;
	border-top: solid 1px #333;
	margin: -32px auto 0;
	padding-top: 22px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#const-result-list li {
	position: relative;
	margin-top: 40px;
}

#const-result-list li p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
}

#const-result-list li p:before {
	content: "";
	display: block;
	width: 100%;
	height: 4em;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background: #F7931E;
	mix-blend-mode: multiply;
	opacity: 0.7;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
#const-result-list li p:before {
	opacity: 1;
}
}

#const-result-list li p span {
	line-height: 1;
	font-size: 2.2rem;
	padding: 0.9em 1.5em 1em;
	position: absolute;
}

#technical-data {
	display: block;
	text-align: center;
	line-height: 1;
	font-size: 1.8rem;
	text-decoration: none;
	width: 690px;
	color: #fff;
	background: -moz-linear-gradient(top, #0066aa, #292c84);
	background: -webkit-linear-gradient(top, #0066aa, #292c84);
	background: linear-gradient(to bottom, #0066aa, #292c84);
	border-radius: 4px;
	padding: 18px 0;
	margin: 80px auto 0;
}

#technical-data span:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	position: absolute;
	padding-left: 20px;
	padding-top: 0px;
	font-size: 2.0rem;
}


#data-menu {
	margin-top: 15px;
	background: url(../img/construction_management/data_menu_back.png) repeat-y center 0 #2e3192;
	padding-bottom: 30px;
}

#data-menu-title {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-size: 3.9rem;
	font-weight: bold;
	color: #fff;
	padding-top: 30px;
}

#data-menu-title > span {
	background: url(../img/construction_management/data_menu_back.png) repeat-y center 0 #2e3192;
	padding: 0 30px;
	position: relative;
	z-index: 5;
}

#data-menu-block {
	width: 1024px;
	border-top: solid 1px #fff;
	margin: -32px auto 0;
	padding-top: 70px;
	display: flex;
	justify-content: space-between;
}

#data-menu-block li {
	display: flex;
	justify-content: center;
}

#data-menu-block li a {
	display: flex;
    flex-wrap: wrap;
    background: #2e3192;
    color: #fff;
    text-decoration: none;
    width: 165px;
    box-sizing: border-box;
    padding: 6px 0 6px;
}

#data-menu-block li a p {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.5;
	height: 35px;
}

#data-menu-block li a p.data-num {
	font-size: 2rem;
	border-bottom: solid 1px #fff;
	width: 91%;
	margin: 0 auto 5px;
}

.data-1row {
	padding-top: 0.6em;
}

#data-menu-block li a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	font-weight: bold;
	font-size: 2.1rem;
	line-height: 1;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 4px;
}


.data-contents {
	margin-top: 45px;
	margin-bottom: 45px;
}

.data-contents h1 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #0268B1;
	border-bottom: solid 1px #0268B1;
}

.data-contents h2 {
	font-size: 1.7rem;
	font-weight: bold;
	color: #0268B1;
	margin-top: 8px;
}

.data-contents h2:not(:nth-of-type(1)) {
	margin-top: 24px;
}
.data-3col {
	display: flex;
    justify-content: flex-start;
    margin-top: 8px;
    width: 100%;
}
.data-3_bigcol{
	display: flex;
    justify-content: flex-start;
    margin-top: 8px;
    width: 100%;
}
.data-2col {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	width: 100%;
}
.data-1col {
/*	display: flex;
	justify-content: space-between;
*/	margin-top: 8px;
}

.data-2col-left1 {
	width: 600px;
	}
.data-1col-left1 {
	width: 1000px;
}
.data-2col-right1 {
	width: 395px;
}

.data-2col-text p {
	font-size: 1.7rem;
	margin-top: 1em;
	word-break: break-all;
}

.data-2col-text p:nth-of-type(1) {
	margin-top: 0;
}

.data-2col figure img {
	width: 100%;
    height: auto;
    border: #999 solid 1px;
    object-fit: cover;
}
.data-3col figure img {
	width: auto;
    height: 212px;
    border: #999 solid 1px;
    object-fit: contain;
}
.data-3_bigcol figure{
	margin-left: 5px;
}
.data-3_bigcol figure img {
	width: auto;
    height: 263px;
    border: #999 solid 1px;
    object-fit: cover;
}
.data-3col figure{
	margin-left: 5px;
}
.data-2col figcaption {
	text-align: left;
    font-size: 1.45rem;
    margin: 5px auto 18px auto;
    text-indent: -3.4em;
    padding-left: 4em;
    line-height: 1.2em;
}
.data-3col figcaption {
	/* text-align: left;
    font-size: 1.45rem;
    margin: 5px auto 40px auto;
    text-indent: -4.1em;
    padding-left: 4em;
    line-height: 1.5em;
    width: 257px; */
	text-align: left;
    font-size: 1.45rem;
    margin: 5px auto 18px auto;
    text-indent: -4.1em;
    padding-left: 4em;
    line-height: 1.2em;
}
.data-3_bigcol figcaption {
	text-align: left;
    font-size: 1.45rem;
    margin: 5px auto 18px auto;
    text-indent: -4.9em;
    padding-left: 5em;
    line-height: 1.2em;
}

/* business */

#business-top {
	margin-top: 15px;
	background:linear-gradient(90deg,#2e3192 0%,#2e3192 50%,#105bad 50%,#105bad 100%);
}

#business-top-contents {
	background:linear-gradient(90deg,#2e3192 0%,#105bad 100%);
	padding-top: 30px;
	padding-bottom: 130px;
	width: 1100px;
	margin: 0 auto;
}

#business-top-contents h1 {
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
}
#business-menu {
	width: 1024px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 80px;
}

#business-menu li {
	margin-top: 18px;
	position: relative;
}

#business-menu li a {
	width: 247px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: #080954;
	text-align: center;
	font-size: 1.5rem;
	padding: 11px 0;
}

#business-menu li a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	font-weight: bold;
	font-size: 2.1rem;
	line-height: 1;
	text-align: center;
	width: 100%;
	margin-top: 4px;
	text-align: right;
	position: absolute;
	right: 16px;
}

#business-arcstud {
  width: 1100px;
	margin: 0 auto 0 0;
	position: relative;

}

#business-arcstud p {
	margin-top: 1.3em;
	margin-left: 38px;
	line-height: 1.9;
	color: #fff;
	width: 62%;
}

#business-arcstud p:nth-of-type(1) {
	margin-top: 0.8em;
}

/* #business-arcstud img {
	position: absolute;
	top: -56px;
	right: 27px;
} */
#business-arcstud video{
	position: absolute;
    top: 14%;
    right: 3%;
    z-index: 10000;
    width: 26%;
    height: 100%;
}





#business-contents {
	width: 1024px;
	margin: -35px auto 0;
	background: #e6e6e6;
	padding-bottom: 30px;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.3);
}

#business-contents > section {
	width: 891px;
	margin: 0 auto;
	padding-top: 35px;
}

#business-contents > section h1 {
	color: #fff;
	font-size: 1.6rem;
	background:linear-gradient(90deg,#292c59 0%,#0066aa 100%);
	box-sizing: border-box;
	padding: 15px 50px;
}

.business-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.business-img li {
	width: 175px;
}

.business-img li:nth-child(5n+2):last-child {
	margin-right: 537px;
}

.business-img li:nth-child(5n+3):last-child {
	margin-right: 358px;
}

.business-img li:nth-child(5n+4):last-child {
	margin-right: 179px;
}

.business-img img {
	width: 100%;
	height: auto;
	margin-top: 4px;
}


#business-bikou {
	width: 961px;
	background: #fff;
	margin-left: -35px;
	box-shadow: 0 6px 10px 2px rgba(0,0,0,0.3);
	padding: 45px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

#business-bikou h2 {
	font-size: 1.7rem;
	font-weight: bold;
	position: relative;
	line-height: 1;
	margin-top: 28px;
}

#business-bikou h2 span {
	padding-left: 20px;
}

#business-bikou h2:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: linear-gradient(45deg, #2e3192 50%, #2e31fb 50%, #2e31fb);
	position :absolute;
	top: 1px;
}

#business-bikou-left {
	width: 486px;
}

#business-bikou-right {
	width: 408px;
}

#business-bikou h2 + div {
	margin-left: 20px;
}

#business-bikou > div > h2:first-child {
	margin-top: 0;
}

.business-table-left,
.business-table-right {
	width: 100%;
	border: solid 1px #4D4D4D;
	margin-top: 18px;
}

.business-table-left th,
.business-table-left td,
.business-table-right th,
.business-table-right td {
	border: solid 1px #4D4D4D;
	vertical-align: middle;
	line-height: 2.2;
	font-size: 1.7;
}

.business-table-left th {
	width: 145px;
	padding: 6px 26px;
	box-sizing: border-box;
}

.business-table-right th {
	width: 182px;
	padding: 6px 26px;
	box-sizing: border-box;
}

.business-table-left td,
.business-table-right td {
	padding: 6px 14px;
	box-sizing: border-box;
}

#business-bikou-left ul {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}

#business-bikou-left ul li {
	width: 227px;
}

#business-bikou-left ul li img {
	width: 100%;
	height: auto;
}


#performance {
	padding-top: 30px;
	padding-bottom: 40px;
}


#performance-table {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

#performance-table > table {
	width: 508px;
	border: solid 1px #333;
	box-sizing: border-box;
}

#performance-table > table th,
#performance-table > table td {
	border-top: solid 1px #333;
	border-right: dashed 1px #333;
	padding: 0 14px;
	box-sizing: border-box;
	font-size: 1.7rem;
	line-height: 1.5;
	vertical-align: middle;
	height: 66px;
}

#performance-table > table th {
	text-align: center;
	background: #2e3192;
	color: #fff;
	border-color: #fff;
}

#performance-table > table th:first-child {
	width: 200px;
}

#performance-table > table td:first-child {
	text-align: center;
}




/* recruit */

#recruit-head {
	width: 100%;
	height: 420px;
	background: url(../img/recruit/back.jpg) no-repeat center 0;
	box-sizing: border-box;
	margin-top: 20px;
}

#recruit-head h1 {
	padding-top: 45px;
}

#recruit-head p {
	font-size: 1.7rem;
	line-height: 2.0;
	margin: 30px 35px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}


#voice {
	width: 100%;
	background: #f2f2f2;
	padding-top: 35px;
	padding-bottom: 45px;
}

.voice-area {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#voice-k {
	box-sizing: border-box;
	width: 676px;
	height: 534px;
	float: right;
	padding: 75px 140px 0;
	color: #fff;
	background: -moz-linear-gradient(top, #0466af, #2c2f8b);
	background: -webkit-linear-gradient(top, #0466af, #2c2f8b);
	background: linear-gradient(to bottom, #0466af, #2c2f8b);
	margin-bottom: 30px;
	margin-top: 30px;
}

#voice-k img {
	position: absolute;
	left: 0;
	top: 105px;
}

#voice-m {
	box-sizing: border-box;
	width: 676px;
	height: 534px;
	float: left;
	padding: 75px 140px 0;
	color: #fff;
	background: -moz-linear-gradient(top, #f7931e, #f15a24);
	background: -webkit-linear-gradient(top, #f7931e, #f15a24);
	background: linear-gradient(to bottom, #f7931e, #f15a24);
	margin-bottom: 30px;
	margin-top: 45px;
}

#voice-m img {
	position: absolute;
	right: 0;
	top: 120px;
}

.voice-area h1 {
	border: solid 1px #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 5px 0;
}

.voice-area h2 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 20px;
	border-bottom: solid 1px #fff;
	line-height: 1.4;
	padding-bottom: 6px;
}

.voice-area p {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 20px;
}


#youkou {
	width: 798px;
	margin: 40px auto 0;
	border-right: solid 1px #4D4D4D;
	border-top: solid 1px #4D4D4D;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

#youkou dt,
#youkou dd {
	border-left: solid 1px #4D4D4D;
	border-bottom: solid 1px #4D4D4D;
	box-sizing: border-box;
	padding: 8px 20px;
	font-size: 1.55rem;
	line-height: 1.6;
}

#youkou dt {
	width: 160px;
}

#youkou dd {
	width: 637px;
}

#recruit-image {
	width: 100%;
	height: 316px;
	background: url(../img/recruit/image.jpg) center 25px no-repeat #f2f2f2;
	padding: 25px 0;
	margin-top: 45px;
}




/* contact */

#contact {
	padding: 30px 0 40px;
}

.contact-info {
	font-size: 1.9rem;
	letter-spacing: 1px;
}

#form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 35px;
}

#form dt {
	width: 200px;
	display: flex;
	justify-content: space-between;
	font-size: 1.7rem;
	margin-bottom: 20px;
	padding-top: 5px;
}

#form dt .req span {
	font-size: 1.4rem;
	background: #ff0000;
	color: #fff;
	padding: 0 6px 2px;
}

#form dd {
	width: 480px;
	margin-bottom: 20px;
	font-size: 1.7rem;
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
}

#form dd input,
#form dd textarea {
	width: 100%;
	font-size: 1.7rem;
	box-sizing: border-box;
	padding: 10px 10px;
	font-weight: normal;
	font-family: inherit;
}

#form dd input.zip {
	width: 150px;
}

#form dd textarea {
	height: 10em;
}




/* policy */

.policy-text {
	font-size: 1.7rem;
}

#policy-ol {
	font-size: 1.7rem;
	list-style-type: decimal;
	margin-left: 36px;
}

#policy-ol li {
	margin-top: 1.2em;
}




/* sitemap */

#sitemap {
	background: url(../img/other/sitemap_back.jpg) center 0 no-repeat;
	margin-top: 40px;
	padding-bottom: 60px;
}

#sitemap-menu li {
	font-size: 2.0rem;
	margin-top: 40px;
	margin-left: 98px;
	border-left: solid 5px #999;
	padding-left: 15px;
	padding-bottom: 2px;
	line-height: 1;
}
#sitemap-menu li a {
	text-decoration: none;
	color: #333;
}

#sitemap-menu li.top {
	font-size: 2.3rem;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	border: none;
}

#sitemap-menu li.top:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	font-size: 3.7rem;
	color: #999;
	position: absolute;
	top: -6px;
}

#sitemap-menu li.top span {
	padding-left: 24px;
}
