@charset "utf-8";
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto!important;
  }
}
* {
	font-family: 'Noto Sans JP','M PLUS 2', sans-serif;
	color: #333;
	font-size: 14px;
}
strong { font-family: 'Noto Sans JP','M PLUS 2', "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 900; /*'M PLUS 1 Code', 'Zen Kaku Gothic New', "Hiragino Sans", */ }
.colorBlue-1 { color: #0653b2; } /* (0,177,236) */
.colorBlue-2 { color: #0096d8; } /* (0,150,216) */
.colorBlue-3 { color: #0653b2; } /* (15,63,116) */





a {
	text-decoration: none;
	color: #0653b2;
}

a:hover {
	/*text-decoration: underline;*/
	text-decoration-color: #0653b2;
}
mark {
	background-color: #ffff00;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.midashi-10 {
	font-size: 10px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 10 + ((1vw - 3.2rem) * 0.625));
}
.midashi-11 {
	font-size: 11px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 11 + ((1vw - 3.2rem) * 0.625));
}

.midashi-12 {
	font-size: 12px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 12 + ((1vw - 3.2rem) * 0.625));
}

.midashi-14 {
	font-size: 14px; /* IE8以下とAndroid4.3以下用フォールバック */  /* before 16 */
	font-size: calc( 14 + ((1vw - 3.2rem) * 0.625));
}

.midashi-16 {
	font-size: 16px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 16 + ((1vw - 3.2rem) * 0.625));
}

.midashi-18 {
	font-size: 18px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 18 + ((1vw - 3.2rem) * 0.625));
}

.midashi-20 {
	font-size: 20px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 20 + ((1vw - 3.2rem) * 0.625));
}

.midashi-22 {
	font-size: 22px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 22 + ((1vw - 3.2rem) * 0.625));
}
/*---------------------------------------------*/
/* reset
============================================== */
ul,ol { padding-left: 0!important;
list-style-type: none;}

.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}

.navbar, .navbar-box {
	background-color: #eee;
}
.header-comments p {
    padding: 0.25em 0 0 0;
    font-size: 80%;
    margin: 0;
}

.header-box {
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.header-logo{
	width: auto;
}
.header-logo a {
    display: inline-flex;
    align-items: center;
}
.header-logo img {
	width: 60px;
	padding-right: 1em;}
.header-logo p {
	color: #333333;
	margin: 0;
	font-size: 130%;
	font-weight: bold;}

@media screen and (max-width:767.98px) {
	.header-logo { 
		width: auto;
		display: flex;
		flex-direction: row;
		padding: 0.25em 0;
		margin: 0;
	}
	.header-logo img {
		width: 35px;
		padding-right: 0.5em;
	}
	.header-logo p {
		color: #333333;
		display: inline-block;
		font-weight: bold;
		margin: 0;
		font-size: 120%;
	}
	.header-comments p {
		display: none;
		font-size: 80%;
	}
}


.red { color: #ff0000;}

.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}
.nav-item {
	width: 24%;
	border-left: 0.5px solid #aaa;
}
.nav-item:nth-child(4n) {
	border-left: 0.5px solid #aaa;
	border-right: 0.5px solid #aaa;
}

.nav-item .nav-link {
	padding: 0.5em;
	color: #333!important;
	font-weight: bold;
}

.nav-link-sub {
	color: #0653b2; margin: 0; font-size: 80%;
	font-weight: normal;
	letter-spacing: 0.1em; }

.header-menu-box .telbox a {
	display: flex; flex-direction: row;
	font-family: "Arial Black", Gadget, "sans-serif";
	font-size: 140%; padding-left: 1em;
}
.telbox img { width: 30px;}

.header-menu-box .otoi {
	 font-size: 90%; padding: 0; margin: 0;
}


.header-menu-box {
	 display: flex; flex-direction: column;
}
/*- TOPページ以外のnav高さを低く -*/
#Page-company .nav-item .nav-link, 
#Page-recruit .nav-item .nav-link, 
#Page-works .nav-item .nav-link, 
#Page-contact .nav-item .nav-link, 
#Page-thanks .nav-item .nav-link
{ padding: 0.5em 1em!important; }
 
@media screen and (max-width:767.98px) {
	.nav-item {
		width: 100%; border-left: none;
	}
	.nav-item:nth-child(5n) {
		border-left: none; border-right:none;
	}
	
	.nav-item .nav-link {
		padding: 1em; color: #ffffff; font-weight: bold;}
	
	.nav-link-sub { display: none; }
	
}

a.nav-link:hover, a.nav-link:hover .nav-link-sub {
	color: #0653b2!important;
}
/*---------------------------------------------*/
/* section
============================================== */
section {
	padding: 50px 0;
}

/*---------------------------------------------*/
/* main-contents
============================================== */
#main-contents {
/*	border: 1px solid #cccccc;
	padding: 1.5em 0.5em;*/
	box-sizing: border-box;
	margin: 1em auto;
}

#main-contents-left table {
	background-color: #ffffff;
	width: 185px;
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
	#main-contents-left table {
	background-color: #ffffff;
	width: 185px;
	}
}
#main-contents-left table tr td {
 	padding: 1rem 0.5rem;
	margin: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-collapse: collapse;
}
#main-contents-left table tr td a {
	margin: 0; padding: 0; display: block;
	cursor: pointer;
}

#main-contents-left table tr td a:hover {
	opacity: 0.5;
}
#main-contents-left table tr td p {
	margin: 0; padding: 0;
}

#main-contents-left table tr td.active {
	background-color: #ccc;
}
#main-contents-left ul li {
	background-color: #eee;
	border: 0.5px solid #aaa;
	border-top: none;
	padding: 0 0 1rem 0;
}
#main-contents-left ul {
	width: 210px;
}
#main-contents-left ul li table {
	margin: 0 0 0 auto;
}
li.left-title {
	background-color: #aaa; color: #fff; padding: 1rem;
}

li.left-title p {
	color: #fff; margin: 0;
}

.bottom-space { height: 100px; }


/*---------------------------------------------*/
/* main-bar
============================================== */
#Page-company .top-main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/main-bar-company-01.JPG") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

#Page-recruit .top-main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/main-bar-recruit.jpeg") no-repeat top;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

#Page-contact .top-main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/main-ba-contact.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;	
	margin: 0;
}

#Page-business .top-main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/top-sky.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

.top-main-bar p {
	font-size: 140%;
	margin: 0 auto;
	color: #ffffff;
	font-weight: bold;
}

.top-main-bar p span {
	color: #aaa;
}

@media screen and (max-width:767.98px) {
	#Page-company .top-main-bar, #Page-recruit .top-main-bar, #Page-contact .top-main-bar , #Page-business .top-main-bar {
		height: 200px;
	}
}

/*---------------------------------------------*/
/* Carousel
============================================== */
.carousel-bgcolor {
	background-color: #f2f2f2;
}

.carousel-control-next, .carousel-control-prev {
	width: 5%!important;
}

/*---------------------------------------------*/
/* business
============================================== */
#bundenban div {
	width: 30%;
	padding: 30px 0;
}

#business-circle, #business-circle2 ,#business-circle3 {
	width: 100%;
	margin: 10px auto;
	align-items: flex-start;
}
#business-circle div {
	width: 30%;
}
.business-list li {
	padding: 0.75em 0;
}
@media screen and (max-width: 767.98px) {
	#business-circle div {
		width: 100%;
		margin: 10px auto;
		align-items: center;
		flex-direction: column;
	}
}

.flow-list { width: 100%; max-width: 18em; }
.flow-list li:nth-of-type(2n-1) {
	padding: 1em; background-color: #eeeeee;
	text-align: center;
}
.flow-list li:nth-of-type(2n) {
	padding: 0.5em; font-size: 120%;
	text-align: center;
}

/*---------------------------------------------*/
/* Footer
============================================== */
footer {
	background-color: #B7B7B7;
	font-size: 1em;
	color: #fff!important;
}
.footer-copyright {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333333;
	background-color: #eeeeee;
}
.footer-copyright span, .footer-copyright a {
		font-size: 12px;
	}

#footer-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}

.footer-company {
	font-size: 140%!important;
	font-weight: 700!important;
	color: #fff!important;
}
img.footer-logo {
	width: 50px;
    padding-right: 0.75em;
}

#footer-content .inner-name a {
    display: inline-flex;
    align-items: center;
}

#footer-content p { margin: 0; }

.map iframe {
	width: 100%;
	height: 450px;
}
.inner-address div {
		margin-bottom: 10px;
	}
.inner-address div p strong {
		color: #1d3daf!important;
	}
.footer a { color: #333; }
.footer a:hover { text-decoration: underline;}

/* スマホ */
@media screen and (min-width: 320px) and (max-width: 767.98px) {
	#footer-content {
		display: flex;
		flex-direction: column;
		width:100%;
		max-width: 90vw;
		margin: 0 auto
	}
	.inner-address p {
		font-size: 12px;
	}
	
	.inner-address div {
		margin-bottom: 10px;
	}
	.inner-name {
		margin-bottom: 20px;
	}
	img.footer-logo {
		width: 30px;
    	padding-right: 0.5em;
	}
	.footer-copyright span, .footer-copyright a {
		font-size: 11px;
	}
}
/*　スマホ～タブレット */
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	img.footer-logo {
		width: 50px;
		padding-right: 0.75em;
	}
	.footer-company {
		font-size: 120%;
		font-weight: 700;
	}

} /* END */

@media screen and (min-width:1200px) {
	#footer-content {
		padding: 20px 0;
	}
/*
	.inner-address div {
		display: flex;
		flex-direction: row;
	}
	
	.inner-address div p:first-of-type {
		width: 6.5em;
		margin-right: 1em;
	}
	
	.inner-address div  p:nth-child(2n) {
		width: 30em;
		margin-right: 1em;
	}
	.inner-address div  p:nth-child(3n) {
		width: 20em;
		margin-right: 1em;
	}
*/
}
/* h1～h6
============================================== */
.short-udline {
	display: inline-block;
    position: relative;
    padding-bottom: 3px;
	line-height: 1em;
    margin-bottom: 50px; font-weight: bold;
}
.short-udline:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #0653b2;
}

.udline {
	padding-bottom: 0.25em;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #1d3daf;
	margin-bottom: 30px;
}

/*スマホ*/
@media screen and (min-width: 320px) and (max-width:767.98px) {
	
	.h2-udline {
		border-bottom: 2px solid #0653b2;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 1rem 0;
		font-weight: 600;
		border-left: none;
	}
	
	.h2-udlineGray {
		border-bottom: 2px solid #cccccc;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 2rem 0;
		font-weight: 600;
		border-left: none;
	}
}

/*tablet*/
@media screen and (min-width: 768px)  {
	.h2-udline {
		border-bottom: 2px solid #0653b2;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 1rem 0;
		font-weight: 600;
	}
	
	.h2-udlineGray {
		border-bottom: 1px solid #cccccc;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 2rem 0;
		font-weight: 600;
	}
	
	.h2-sideline {
		color: #0653b2;
		font-size: 1.2em;
		display: flex;
	  align-items: center;
	  justify-content: space-between;
	}
	
	.h2-sideline::before, .h2-sideline::after {
	  border-top: 1px solid #0653b2;
	  content: "";
	  width: 25vw; 
	}
	.h2-sideline::before {
	  margin-right: 1em; 
	}
	.h2-sideline::after {
	  margin-left: 1em; 
	}
}

.midashi-sub {
	font-size: 60%;
	letter-spacing: 0.2em;
	line-height: 1em;
	padding-left: 0.5em;
}

.midashi-title {
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1em;
}
/*---------------------------------------------*/
/* index.html #introduction
============================================== */
#introduction {
	padding: 20px 0;
    background-color: #0653b2;
}

#introduction p {
	color: #fff;
	margin-bottom: 0;
}

/*---------------------------------------------*/
/* index.html #Lineup
============================================== */

#News {
	font-size: 0.8em;
}

.news-link {
	text-decoration: none;
}
.news-link:hover {
	cursor: pointer;
	color: #3b74a6;
	text-decoration: underline!important;
}
.News-content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	border-bottom: 1px solid #333333;
	margin-bottom: 0.25em;
}

.News-days p, .News-daysEN p {
	margin: 0;
}
.News-days {
	width: 18em;
	display: flex; align-items: center;
	justify-content: space-between; padding-right: 2em; 
}
.News-daysEN {
	width: 15em;
	display: flex; align-items: center;
	justify-content: space-between; padding-right: 2em; 
}
@media screen and (max-width: 767.98px) {
		.News-content {
			flex-direction: column;
		}
		.News-days {
			width: 100%;
			max-width: 250px;
		}
		.News-daysEN {
			width: 100%;
			max-width: 190px;
		}
	}
#LineupNew {
	padding: 3vw 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#LineupNew a { text-decoration: none; }

#LineupNew a:hover { opacity: 0.5; }

#itemLineup-frame p.EN {
	height: 6rem;
}

#LineupNew .LinupNew-inner {
	width: calc( 32% - 15px );
	margin-bottom: 30px;
}

@media screen and (max-width: 767.98px) {
	#LineupNew .LinupNew-inner {
		width: calc( 100% - 10px );
		margin-bottom: 30px;
	}
}

#LineupNew .LinupNew-inner p {
	margin: 0;
	text-align: center;
	line-height: 2em;
}
.LineupNew-title { font-size: 20px; padding-top: 30px;}
.LinupNew-inner p.colorBlue-1 { font-size: 100%; padding-bottom: 30px; }


/*---------------------------------------------*/
/* index.html #topNews
============================================== */
section#topNews {
    background-color: #f2f2f2;
    padding: 40px 0;
}

/*---------------------------------------------*/
/* contact.html
============================================== */
#form-table {
	width: 100%; border: 0.5px solid #aaa;
}

#form-table tr th, #form-table tr td {
	padding: 1rem;
}

#form-table tr th {
	font-weight: normal;
	background-color: #eeeeee;
	width: 20%;
	max-width: 180px;
	border-right: 1px dotted #aaa;
	vertical-align: middle;
/*	border-left: 3px solid #3b74a6;*/
}

#form-table tr {
	border: 1px solid #aaa;
	border-left: none; border-right: none;
	border-collapse: collapse;
}
@media screen and (max-width: 767.98px) {
	#form-table tr th {
		width: 20%;
		max-width: none;
		font-size: 0.9em;
	}
	
	#form-table tr th {
		font-size: 14px;
	}
	
	#form-table tr td div label {
		font-size: 18px;
	} 
	#form-table tr td div input {
		font-size: 18px;
	}
	
}
	
/*---------------------------------------------*/
/* company.html
============================================== */
.cp-topBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px; 
}

.cp-topBox .cp-top-inner {
	width: calc(( 100% - 40px) /3);
	margin-bottom: 20px;
	text-align: center;
	background-color: #f2f2f2;
}
.cp-topBox .cp-top-inner a {
	width: 100%;
	display: block;
	background-color: #f2f2f2;
	line-height: 1em;
	padding: 20px 0;
	font-size: 110%;
}
.cp-topBox .cp-top-inner a:hover {
	opacity: 0.5;
}

@media screen and (max-width:767.98px) {
	.cp-topBox .cp-top-inner {
		width: calc(( 100% - 10px) /2);
		margin-bottom: 10px;
		text-align: center;
		background-color: #f2f2f2;
	}
	.cp-topBox .cp-top-inner a {
		width: 100%;
		display: block;
		background-color: #f2f2f2;
		line-height: 1em;
		padding: 20px 5px;
		font-size: 100%;
	}
} 

.top-aisatsu-table, .company-line {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-aisatsu-table .left {
	width: calc( 100% - 360px);
}

.top-aisatsu-table .right {
	width: 330px;
}

.top-aisatsu-table .right img {
	width: 330px;
	height: 100%;
	object-fit: cover;
}
.company-info .company-line {
	border-top: 0.5px solid #aaa;
	border-collapse: collapse;
	padding: 1rem 0.5em;
	line-height: 1.8rem;
}
.company-line div.ccc {
	width: 77%;
}
.company-line div.ccc p {
		margin: 0;
	}
.company-midashi {
	color: #0653b2;
	font-weight: bolder;
	padding-left: 1em;
	width: 23%;
	display: flex;
	align-items: center;
}

@media screen and (max-width:991.98px) {
	.top-aisatsu { padding: 10px;}
	.top-aisatsu-table {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 90%;
	}
	.top-aisatsu-table .left, .top-aisatsu-table .right {
		width: 100%;
	}
	
	.top-aisatsu-table .right img {
	width: 100%;
	height: 400px;
		padding-top: 10px;
	object-fit: cover;
}
	
	.company-line div:nth-child(2n) {
		width: 100%;
	}
	.company-line div:nth-child(2n) p {
		margin: 0;
	}
	.company-midashi {
		color: #0653b2;
		font-weight: bolder;
		padding-left: 0em;
		padding-bottom: 0.5em;
		width: 100%;
	}
}

.company-images {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap:wrap;
}
.company-images .course-box {
	width: calc( 50% - 10px );
		margin-bottom: 20px;
}



@media screen and (min-width:768px) {
	.company-images .course-box {
	width: calc( 25% - 10px );
}
}


.text-line {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 1.5rem 0;
}

.text-line:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ  .text-line:before, */
  background: #aaa; /* 線の色 */
}

.text-line:after {
	margin-left: 2rem;
}

.text-lineBlue {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 1.5rem 0;
}

.text-lineBlue:before, .text-lineBlue:after {
  content: "";
  flex-grow: 1;
  height: 2px; /* 線の太さ */
  background:#3b74a6; /* 線の色 */
}

.text-lineBlue:before {
	margin-right: 2rem;
}

.text-lineBlue:after {
	margin-left: 2rem;
}

#product-design .kaihatsu-box p:nth-child(odd) {
	margin: 0rem 0 1.5rem 1.25rem;
	line-height: 1.5rem;
}
/*-----  Vision 企業理念  -----*/
.vision-title {
	color: #0653b2;
	font-weight: bold;
	letter-spacing:  0.1em;
	font-size: 120%;
	display: inline-block;
    position: relative;
    padding-bottom: 10px;
	line-height: 1em;
	font-weight: bold;
	margin-top: 15px;
	border-bottom: 1px solid #aaa;
}

/*-----  社会奉仕活動  -----*/
.welfareFrame {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.welfareBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
	width: 48%;
}
.welfareBox .inner {
	display: flex;
	flex-direction: row;
	width: 100%; /*　複数になったら48％にする　*/
}
.welfareBox .inner-img {
	width: 40%;　/*　複数になったら40％にする　*/
}
.welfareBox .inner-text {
	width: 60%;
}
@media screen and (max-width: 991.98px) {
	.welfareFrame {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.welfareBox {
		width: 100%;
	}
	.welfareBox .inner {
		display: flex;
		flex-direction: column;
		width: 98%;
		margin: 0 auto 30px auto;
	}
	.welfareBox .inner-img {
		width: 100%;
	}
	.welfareBox .inner-img img {
		width: 100%;
	}
	.welfareBox .inner-text {
		width: 100%;
	}
}

@media screen and (min-width:992px) and (max-width: 1399.98px) {
	.welfareBox .inner {
		display: flex;
		flex-direction: row;
		width: 100%;
		margin-bottom: 30px;
	}
}
/*-----  アクセス  -----*/
.accessBox {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.accessBox .left {
	width: 60%;
}
.accessBox .right {
	width: 40%;
}
.Google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;/* 56.25%比率をお好みで*/
}
.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767.98px) {
	.accessBox {
		flex-direction: column;
	}
	.accessBox .left, .accessBox .right {
		width: 100%!important;
	}
	.accessBox .Google-map {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 50%;/* 56.25%比率をお好みで*/
	}
}
/*-----  沿革  -----*/
.history-table {
	width: 100%;
}
.history-table tr {
	border-bottom: 0.3px solid #ccc;
}
.history-table tr td {
	padding: 5px 5px 5px 0;
	font-size: 13px;
}
.history-table tr td:last-of-type {
	padding: 5px 0 5px 0;
}

@media screen and (max-width: 991.98px) {
	.history-table tr td.seireki, .history-table tr td.hinichi {
		width: 60px;
	}
	.history-table tr td.nengou {
		width: 70px;
	}
}
/*---------------------------------------------*/
/* recruit
============================================== */
#Page-recruit section.top-aisatsu {
	padding: 50px 0 20px 0;
}
#Page-recruit .tsuyomiBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#Page-recruit .tsuyomiBox .top-aisatsu-table {
	width: 30%;
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
}

.recruit-info { border: 0.5px solid #aaa; }

.recruit-line {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit-info .recruit-line {
	border-top: 0.5px solid #aaa;
	border-collapse: collapse;
	line-height: 1.8rem;
}

.recruit-line div:nth-child(2n) {
	width: 85%;
}
.recruit-line div:nth-child(2n) p {
	margin: 0;
	padding:  1em;
	}
.recruit-midashi {
	font-weight: bolder;
	background-color: #1d3daf;
	padding-left: 0em;
	width: 15%;
	display: flex;
	align-items: center;
}
.recruit-midashi p {
	text-align: center;
	margin: 0 auto;
	color: #ffffff!important;
}

.rec-number {
	font-family: "Arial Black", Gadget, "sans-serif";
	font-size: 50px;
	letter-spacing: 0.1em;
	color: #f2f2f2;
	margin-bottom: 5px;
	line-height: 1em;
}
a.recruit-push {
	display: block;
	border: 1px solid #0653b2;
	padding: 0.75em;
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
	background-color: #fff;
	max-width: 600px;
}
.recruit-info .inner-address {
	padding: 1rem;
}
.recruit-info .inner-address div {
		margin-bottom: 0px!important;
	width: 100%!important;
	}
.recruit-info .inner-address div p {
		padding: 0;
		margin: 0 0 0.5em 0;
	}

.recruit-info .inner-address div p:first-of-type {
	width:6.5em;
	margin-right: 0.5em;
}

.inner-address div p:nth-child(2n) {
		width: 100%;
	max-width: 99em;
		margin-right: 0em;
	}

@media screen and (max-width:767.98px) {
	#Page-recruit .tsuyomiBox {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#Page-recruit .tsuyomiBox .top-aisatsu-table {
		width: 100%;
		margin-bottom: 30px;
		display: flex;
		align-items: flex-start;
	}

	.recruit-line div:nth-child(2n) {
		width: 100%;
	}
	.recruit-midashi {
		width: 100%;
	}
	
	.inner-address p {
		font-size: 14px;
	}
	.inner-address div p:first-of-type {
		widht: 100%;
	}
}


/*---------------------------------------------
business.html  事業内容
===============================================*/
#business ul {
	list-style: none;
}

#business ul li {
	margin-bottom: 20px;
}
#business ul li:last-child {
	margin-bottom: 0px;
}
.business-title {
	color: #0653b2;
	font-weight: bold;
	letter-spacing:  0.1em;
	font-size: 130%;
	display: inline-block;
    position: relative;
    padding-bottom: 10px;
	line-height: 1em;
	font-weight: bold;
	margin-top: 0px;
	border-bottom: 1px solid #aaa;
}

.businessBox {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 100px;
	justify-content: space-between;
}

.businessBox .inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 40px;
}
.businessBox .inner .inner-img {
	width: 20%;
	margin-bottom: 0;
}
.businessBox .inner .inner-img img {
	border: 0.5px solid #333;
}
.businessBox .inner .inner-text {
	width: 80%;
	margin-bottom: 0;
/*	height: 400px;*/
}
#business-outline img {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	display: block;
}

img[usemap] {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 991.98px) {
	.businessBox {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-bottom: 80px;
	}
	.businessBox .inner .inner-img {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.businessBox .inner .inner-img img {
		width: 100%;
		border: 0.5px solid #333;
	}
	.businessBox .inner .inner-text {
		width: 100%;
		
	}
}

@media screen and (min-width:992px) and (max-width: 1399.98px) {
	.businessBox {
		display: flex;
		flex-direction: row;
		width: 100%;
		margin-bottom: 100px;
	}
	.businessBox .inner .inner-text {
/*		height: 500px;*/
	}
}

/*---------------------------------------------
index.html  comingsoon
===============================================*/
#Page-ready {
	 background-color: rgba(6,83,178,0.90);
}

.comingsoon {
	margin: 200px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.comingsoon p {
	font-size: 20px;
	margin: 10px 0;
}
@media screen and (max-width: 767.98px) {
	.comingsoon {
	margin: 200px auto 0 auto;
		padding: 0 20px;
}

.comingsoon p {
	font-size: 16px;
}
}

.img-left, .img-right {
	margin: 0;
	padding: 0;
}

.business-image tr td {
	padding: 0!important;
	margin: 0!important;
}



/*---------------------------------------------*/
/* print
============================================== */
@media print {
	#Page-company .top-aisatsu-table, .company-line {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

#Page-company .top-aisatsu-table .left {
		width:60%;
	}

#Page-company .top-aisatsu-table .right {
		width: 40%;
	}
}