@charset "utf-8";
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto!important;
  }
}

html {
	font-size: 62.5%;
}
/* *****共通設定***** */
body {
	font-family: 'Roboto','M PLUS 1', "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
* {
	font-family: 'Roboto','Noto Sans JP','M PLUS 2', sans-serif;
	color: #333;
	font-size: 1.6rem;
}
strong {
    font-family: 'Roboto','Noto Sans JP','M PLUS 2', "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 900; 
}

.uppercase {
	text-transform: uppercase;
}

.btn-warning-navy {
	background-color: #333333!important;
	color: #ffffff;
}

.fw-bold700 {
	font-family: 'M PLUS 1', "メイリオ", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'sans-serif';
	font-weight: 700;
}

.fw-black900 {
    font-family: 'M PLUS 1', "メイリオ", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'sans-serif';
	font-weight: 900;
}

.colorRed {
    color: #ff0000;
}

@media screen and (min-width:400px) {
	.d-ss-none {
		display: none!important;
	}
}

main{
    display: block;
	color: #5B5B5B;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}

.gray {
    color: #6c757d;
}

.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}

.recruit_link:hover {
	opacity: 0.5;
}
.midashi-10 {
	font-size: 10px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 10 + ((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));
}

/*---------------------------------------------
大きいブロックの隙間調整
===============================================*/
section {
	padding-top: 80px;
	padding-bottom: 80px;
}

main {
	margin-top: 84px;
}

@media screen and (max-width:575.98px) {
	section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
    
	main {
		margin-top: 61px;
	}
}

@media screen and (min-width:576px) and (max-width: 991.98px) {
	section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
    
	main {
		margin-top: 68px;
	}
}


/* 全ページ共通（フッターがページの高さに関わらず最下部に来るための指示の一部 */
body#Page-service, body#Page-company, body#Page-recruit, body#Page-top, body#Page-thanks, body#Page-contact {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/*---------------------------------------------
文字サイズ/h1～6
===============================================*/

h1 {
    color: #0653b2;
    font-weight: bold;
}

h2 {
    font-weight: bold;
}

h3 {
	font-size: 180%;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	text-transform: uppercase;
}

.midashi-sub {
	color: #5A8DE0;
}

.short-udline {
	display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
	font-weight: bold;
	color: #333333;
}

.short-udline:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color:#0653B2;
}

.midashi-under {
    border-bottom: solid 2px #333333;
    position: relative;
	padding-bottom: 0.5rem; 
	padding-top: 1.5rem;
}

.midashi-under:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #CF6319;
    bottom: -2px;
    width: 30%;
	max-width: 100px;
}


/*---------------------------------------------
よく使う指示
===============================================*/
.flex-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
}

/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
header {
	position: fixed;
    z-index: 10;
    width: 100%;
	padding: 10px 0;
	background: linear-gradient(180deg, #0F4193,#000000);
	color: #fff;
}

.header-logo-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header-logo-bar p {
	margin: 0;
	line-height: 1.4em;
}

.nav-item .nav-link {
	font-size: 130%;
	text-transform: uppercase;
}

.top-naviimg a {
	text-decoration: none;
}

.top-naviimg a img {
	width: 100px;
	height: auto;
}

.header-comments {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: column;
	padding-left: 10px;
}
.header-comments h1{
    font-weight: normal;
	margin: 0;
	font-size: 1.4rem; /* 1.2rem */
	color: #fff;
	line-height: 1.8rem;
}
.header-comments span {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	padding: 0;
}

.navbar{
	padding-top: 0!important;
}

#navbarSupportedContent {
    justify-content: flex-end;
}

.sukashi-logo {
	width: 100%;
	max-width: 300px;
}

.telbox a {
	display: flex;
	flex-direction: row;
	font-family: "Arial Black", Gadget, "sans-serif";
	font-size: 140%;
	text-decoration: none;
	padding-left: 0em;
	color: #5A8DE0!important;
}

.telbox img {
	width: 24px;
}

.nav-item a.active {
	display: block;
	color: rgba(6,83,178,1.00);
}

.nav-item:nth-of-type(1) .nav-link.active {
	color: #5A8DE0!important;
}

.nav-item:nth-of-type(2) .nav-link.active {
	color: #0653b2!important;
}

p.top-small {
	font-size: 0.6rem;
	padding: 0;
    margin: 0px auto 5px auto;
}

.navbar .navbar-collapse{
    flex-grow: 0;
}

.nav-link {
	color: #fff!important;
}

@media screen and (max-width: 575.98px) {
	.header-comments h1 {
		display: none;
	}
}

@media screen and (min-height: 576px) and (max-width: 991.98px) {
	.navbar-toggler {
		font-size: 1rem!important;
	}
    
	.top-naviimg a img {
		width: 70px;
	}
    
	.navbar {
		padding: 0;
	}
    
	.header-comments {
		width:100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
    
	.header-comments h1 {
		font-size: 1.4rem;
	}
    
	.header-comments span {
		font-size: 2.0rem;
	}
    
	.nav-item a.nav-link:hover {
		background-color: #ccc!important;
	}
}

/*---------------------------------------------*/
/* breadcrumb
============================================== */
.breadcrumbBox {
	background-color: #333;
	padding: 3px 0;
}

.breadcrumb {
	margin-bottom: 0!important;
	align-items: center;
}

.breadcrumb-item a {
	text-decoration: none!important;
	margin: 0;
	padding: 0;
}

.breadcrumb-item a, .breadcrumb-item.active {
	color: #ffffff;
	font-size: 1.1rem;
}

/*---------------------------------------------*/
/* toppage main-bar
============================================== */
.top-main-bar {
	position: relative;
	height: 250px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,.7);
}

.top-main-bar img {
	position: absolute;
	width: 100%;
	height: 250px;
	object-fit: cover;
	z-index: 3;
	opacity: 0.5;
}

.top-main-bar p {
	font-size: 2.8rem;
	text-transform: uppercase;
    margin: 0 auto;
    color: #ffffff;
	text-align: center;
    font-weight: bold;
	position: relative;
	z-index: 5;
}

@media screen and (max-width: 767.98px) {
	.top-main-bar {
		height: 150px!important;
	}
    
	.top-main-bar img {
		height: 150px!important;
	}
}
/*---------------------------------------------
to-contact　お問い合わせフォームへ
===============================================*/
#to-contact div img {
	width: 100%;
}

#to-contact .contact-box {
	 padding: 1.5em;
    background-color: #333333;
    text-align: center;
    color: #333333;
    box-sizing: border-box;
}

#to-contact .contact-title {
	font-size: 140%;
	font-weight: bold;
    margin: 0 auto;
    display: block;
	padding-bottom: 15px;
	color: #fff;
}

#to-contact .contact-inner {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-inner div {
	width:47%;
}

.contact-inner div a:hover {
	opacity: 0.5;
}

.btn-contact {
	display: block;
    padding: 0.5em 0.75em;
    background-color: #fff;
    color: #333333;
    text-decoration: none;
    font-size: 150%;
    font-weight: bold;
}

@media screen and (min-width:1200px) {
    #to-contact {
        background-color: #333333;
		width: 100%;
	    padding: 20px 0;
	}
	
	.contact-title {
		width:100%;
        max-width: 800px;
		margin: 0 auto;
		display: block;
	}
    
	.contact-inner div {
        width:38%;
    }
    
	#to-contact .contact-inner {
        justify-content: space-around;
    }
}

@media screen and (max-width:767.98px) {
#to-contact {
  		margin: auto;
		padding-top: 4%;
		padding-bottom: 4.5%;
	}
	
	.contact-box .contact-inner {
		flex-direction: column;
	}
	
	.contact-inner div {
		width:100%;
		padding-bottom: 15px;
	}
}

/* *****トップページ***** */
/*---------------------------------------------
top page
===============================================*/
@media screen and (min-width: 768px) and (max-width:991.98px) {
	.TEL img {
		height: 50px;
		margin: 0 30px;
		padding: 0;
	}
	
	.TEL p {
		font-size: 2.5rem;
		font-weight: bold;
		padding: 0; margin: 0;
	}
    
	.TEL {
		background-color: #269dff;
		width: 100%;
		margin: 0;
	}
	
	.TEL p.small {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
    
	.TEL div {
		padding: 0.75rem;
		flex-direction: row;
		align-content: flex-start;
		align-items: center;
		margin: 0 auto;
	}
	
	.TEL div a {
		font-size: 2.5rem;
		padding: 0; margin: 0;
		text-decoration: none;
	}
}

/* *****フォーム***** */

/*---------------------------------------------
contact.html
===============================================*/
#contactForm {
	max-width: 960px;
	margin: 0 auto;
}

.formFrame {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	width: 100%;
    align-items: center;
	background-color: #f2f2f2;
	border: none;
	border-left: 0.5px solid #ccc;
	border-right: 0.5px solid #ccc;
	border-top: 0.5px solid #ccc;
}

.formFrame .form-naiyou {
	width: 70%;
	padding: 10px 10px;
	background-color: #ffffff;
	border: none;
}

.formFrame .form-koumoku {
	width: 30%;
	padding: 10px 10px;	
}

.formFrame:last-child {
	border-bottom: 0.5px solid #ccc;
}

.hissu {
	color: #fff; 
	background-color: #0F4193;
	padding: .25em .5em;
	font-size: 70%;
	border-radius: 5px;
	margin: 0 0.5em 0 0;
}

.formFrame input, .formFrame select, .formFrame textarea {
	font-size: 2.0rem;
}

.formFrame select option {
	font-size: 1.8rem;
}

.formFrame input::placeholder, .formFrame select::placeholder, .formFrame textarea::placeholder {
	color: #ddd;
}

.formFrame select:invalid {
  color: gray;
}

/* smart-phone */
@media screen and (max-width:767.98px) {
	.formFrame .form-naiyou {
		width: 100%;
		padding: 10px 10px;
		border-top: none;
		border-bottom: none;
		
	}
	.formFrame .form-koumoku {
		width: 100%;
		padding: 10px 10px;
		border-top: 0.5px solid #ccc;
		border-bottom: 0.5px solid #ccc;
	}

}

/* tablet */
@media screen and (min-width:768px) and (max-width:1199.98px) {
	.formFrame {
		border-left: 0.5px solid #ccc;
		border-right: 0.5px solid #ccc;
		border-top: 0.5px solid #ccc;
	}
	.formFrame .form-naiyou {
		width: 70%;
		padding: 10px 10px;
		border: none;
	}
	.formFrame .form-koumoku {
		width: 30%;
		padding: 10px 10px;
		border: none;
		
	}

}

/*---------------------------------------------
footer
===============================================*/
#footer {
    background-color: #0f4193;
	color: #fff;
	height: 300px;
	padding-top: 30px;
    margin-top: auto;
}

#footer .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}


#footer a {
	text-decoration: none;
	margin-bottom: 15px;
}

#footer-contents {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin: 0 auto;
	justify-content: center;
	width: auto;
}

.footer-logo {
    padding-right: 1.5rem;
}

.footer-logo a {
    display: inline-block;
}
.footer-logo a p {
    font-weight: bold;
    margin: 0;
    font-size: calc( 1.275rem + 0.3vw );
}

.footer-address a, .footer-address address {
    color: #ffffff;
}

.footer-address a {
    font-weight: bold;
    margin: 0;
}

#footer-contents img {
	width: 120px;
}

#footer-contents p {
	color: #fff;
    margin: 0;
}

#footer address p {
    margin-bottom: 0.5rem;
	color: #fff!important;
}

#footer #copyright {
    background-color: #666666;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#copyright p, #copyright a {
	color: #fff;
	font-size: 1.1rem;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 991.98px) {
	#footer-contents {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	#footer-contents img {
		width: 120px;
	}
    
	#footer #copyright {
		height: 100px;
		padding-bottom: 70px;
	}

}


.sp-conversion {
    background-color: rgba(76, 76, 76, 0.7);
    position: fixed;
    bottom: -1%;
    left: 0;
    padding: 10px 0;
    z-index: 0;
    width: 100%;
}

.sp-conversion-list {
    border-spacing: 10px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
	list-style: none;
	padding-left: 0;
}

.sp-conversion-list li {
    display: table-cell;
    text-align: center;
}

.sp-conversion-list li a {
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    text-shadow: none;
    text-decoration: none;
    padding: 10px;
}
.btn-conversion--tel a {
    background: rgba(15,65,147,.9);
    position: relative;
}

.btn-conversion--mail a {
    background: rgba(78,173,166,.9);
    position: relative;
}
@media only screen and (min-width: 992px) {
    .sp-conversion {
        display: none;
    }

}

/*---------------------------------------------
about.html
===============================================*/
.menu-box .inner a:hover {
	opacity: 0.5;
}

.btn-white {
	border: 1px solid #fff;
    display: block;
    max-width: 300px;
    padding: 20px;
    margin: 20px auto 0 auto;
    color: #fff;
    font-size: 150%;
}

a.btn-white:hover {
	opacity: 0.5;
}


/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* 
============================================== */
#sec-topCatch .inner-img {
	width: 100%;
	padding: 20px;
	max-width: 600px;
	margin: 40px auto;
}

#sec-topCatch  h1 {
	line-height: 1.5em;
	letter-spacing: 0.1em;
	font-weight: bold;
    color: #0653b2;
}

@media screen and (max-width: 575.98px) {
	#sec-topCatch  h1 {
		font-size: 5vw;
		font-weight: bold;
		line-height: 1.5em;
		letter-spacing: 0.1em;
	}
}


/*---------------------------------------------*/
/* index.html #sec-business
============================================== */

#sec-business {
	background: linear-gradient(180deg, rgba(22,100,224,.3),rgba(78,173,166,.5));
}

#Page-top #sec-business {
    background-color: rgba(22,100,224,.5);
}

#Page-top #sec-business p , #Page-top #sec-business h2 {
    color: #fff;
}

#Page-top #sec-business h2 {
    margin-bottom:  1.5rem;
    margin-top: 0;
    font-weight: bold;
}

#sec-business .businessBox {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px;
	flex-wrap: wrap;
}

#sec-business .businessBox .inner-business {
	width: calc( 62% - 50px );
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 400px;
}

#sec-business .businessBox .inner-business a {
	max-width: 300px;
	font-size: 1.8rem;
	color: #333;
}

#sec-business .businessBox .inner-img {
	width: 38%;
	height: 400px;
}

#sec-business .businessBox .inner-img img {
	object-fit: cover;
	height: 100%;
}

a.btn-business {
	display: block;
	margin-top: auto;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	background-color: #fff;
}

@media screen and (min-width:320px) and (max-width:991.98px) {
	#sec-business .businessBox {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
    
	#sec-business .businessBox .inner-business {
		height: 100%;
		width:95%;
		margin-bottom: 30px;
	}
    
	#sec-business .businessBox .inner-img {
		width: 95%;
	}
}

/*---------------------------------------------*/
/* index.html #sec-news
============================================== */
h1.display-4 {
    font-weight: bold!important;
}

h2.display-4 {
    font-weight: bold!important;
}
/*---------------------------------------------*/
/* index.html #sec-recruit
============================================== */
#sec-recruit {
	height: 300px;
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 0;
	background-color: #000;
}

#sec-recruit h2 {
    color: #fff;
}

#sec-recruit .inner-img {
	position: absolute;
	height: 300px;
	width: 100%;
}

#sec-recruit .inner-img img {
	object-fit: cover;
	height: 300px;
	width: 100%;
	opacity: 0.5;
}

#sec-recruit a {
	position: relative;
	display: block;
	padding: 20px;
	height: 100%;
	text-align: center;
	text-decoration: none;
}

#sec-recruit a div {
	height: 260px;
	display: flex;
	margin: auto;
	flex-direction: column;
	justify-content: center;
}

#sec-recruit a p {
    color: #fff;
}

/*---------------------------------------------*/
/* index.html #sec-Contact
============================================== */
#sec-Contact {
	background-color: #1664E0;
	background-size: cover;
}

#sec-Contact h2, #sec-Contact p {
    color: #fff;
}

#sec-Contact .contactBox {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
    max-width: 960px;
    margin: 0 auto;
}

#sec-Contact .contactBox .inner-contact {
	width: 40%;
	margin-bottom: 30px;
}

a.btn-contactTel {
	text-decoration: none;
	background-color: #0653b2;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	height: 80px;
}

a.btn-contactTel span, a.btn-contactTel span i {
	font-size: 2.8rem;
	color: #fff;
}

a.btn-contactForm span {
	font-size: 2.0rem;
	color: #fff;
}

a.btn-contactForm {
	background-color: #0653b2;
	color: #fff;
	padding: 1em;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	height: 80px;
}

#Page-recruit a.btn-contactForm {
	max-width: 600px;
	margin: 0 auto;
} 

@media screen and (max-width: 767.98px) {
	#sec-Contact .contactBox {
		flex-direction: column;
		padding: 0 15px;
	}
    
	#sec-Contact .contactBox .inner-contact {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
		font-size: 1.8rem;
	}
	
	a.btn-contactDrone, a.btn-contactSecurity {
		font-size: 100%;
	}
}

/*---------------------------------------------*/
/* company.html 会社概要
============================================== */
#sec-aisatsu .aisatsuBox {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px;
	flex-wrap: wrap;
}

#sec-aisatsu .aisatsuBox .inner-aisatsu {
	width: calc( 62% - 50px );
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 400px;
}

#sec-aisatsu .aisatsuBox .inner-aisatsu a {
	max-width: 300px;
	font-size: 1.8rem;
	color: #333;
}

#sec-aisatsu .aisatsuBox .inner-img {
	width: 38%;
	height: 400px;
}

#sec-aisatsu .aisatsuBox .inner-img picture source, #sec-aisatsu .aisatsuBox .inner-img picture img {
	object-fit: cover;
	height: 100%;
    width: 100%;
}

a.btn-aisatsu {
	display: block;
	margin-top: auto;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	background-color: #fff;
}

@media screen and (min-width:320px) and (max-width:991.98px) {
	#sec-aisatsu .aisatsuBox {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
    
	#sec-aisatsu .aisatsuBox .inner-aisatsu {
		height: 100%;
		width:95%;
		margin-bottom: 30px;
	}
    
	#sec-aisatsu .aisatsuBox .inner-img {
		width: 95%;
	}
}

/*---------   会社概要　&　沿革   ---------*/
/*　レイアウト　*/
.sec-Company-history .sec-company {
	background: linear-gradient(180deg, rgba(22,100,224,.08),rgba(78,173,166,.08));
}

.sec-Company-history {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.sec-Company-history .sec-company, .sec-Company-history .sec-history {
	width: 100%;
}

@media screen and (max-width: 1199.98px) {
    #sec-Company-history {
        background-color: #fff;
        background: none;
    }
    
	.sec-Company-history {
		flex-direction: column;
	}
    
	.sec-Company-history .sec-company, .sec-Company-history .sec-history {
		width: 100%;
	}

	.sec-Company-history .sec-history {
		margin-bottom: 0px;
	}
    
}
/*---------   会社概要  ---------*/
.company-info .company-line {
	border-top: 0.5px solid #aaa;
	border-collapse: collapse;
	padding: 1rem 0.5em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.company-line .ccc {
	width: 71%;
}

.company-line .ccc p {
	margin: 0;
}

.company-line .company-midashi {
	color: #4e454a;
	font-weight: bolder;
	padding-left: 0.5em;
	width: 27%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.company-info .company-line:last-child {
	border-bottom: 0.5px solid #aaa;
}

@media screen and (max-width:575.98px) {
	.company-line .ccc, .company-line .company-midashi {
		width: 100%;
	}
    
	.company-line .ccc p {
		margin: 0;
	}
    
	.company-line .company-midashi {
		font-weight: bolder;
		padding-left: 0em;
		padding-bottom: 0.5em;
	}
}

@media screen and (min-width: 576px) and (max-width: 991.98px) {
	.company-line .company-midashi {
		width: 33%;
	}
    
	.company-line .ccc {
		width: 62%;
	}
}
/*---------   沿革   */
.history-info .history-line {
	border-top: 0.5px solid #aaa;
	border-collapse: collapse;
	padding: 1rem 0.5em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.history-line .ccc {
	width: 77%;
}

.history-line .ccc p {
	margin: 0;
}

.history-line .history-midashi {
	color: #4e454a;
	font-weight: bolder;
	padding-left: 0.5em;
	width: 23%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.history-info .history-line:last-child {
	border-bottom: 0.5px solid #aaa;
}

@media screen and (max-width:575.98px) {
	.history-line .ccc, .history-line .history-midashi {
		width: 100%;
	}
	.history-line .ccc p {
		margin: 0;
	}
	.history-line .history-midashi {
		font-weight: bolder;
		padding-left: 0em;
		padding-bottom: 0.5em;
		width: 30%;
	}
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
	.history-line .history-midashi {
		width: 33%;
	}
	.history-line .ccc {
		width: 62%;
	}
}
/*----   経営理念 -----  */
#sec-philosophy {
	background: linear-gradient(180deg, rgba(22,100,224,.08),rgba(78,173,166,.08));
}

/*----   ACCESS -----  */
.accessBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.accessBox .inner-text {
	width: 40%;
}

.accessBox .inner-map {
	width: 55%;
}

.accessBox .inner-text picture img, .accessBox .inner-text picture source {
    width: 100%;
}

.Google-map {
    position: relative;
    width: 100%;
    height: 100%; /* いつもは0 */
    /*padding-top: 100%; いつもは比率を書く*/
}

.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1198.98px) {
	#access {
		background-color: #fff;
		background: none;
	}
}

@media screen and (max-width: 767.98px) {
	#access {
		background-color: #fff;
		background: none;
	}
    
	.accessBox {
		display: flex;
		flex-direction: column;
	}

	.accessBox .inner-text, .accessBox .inner-map {
		width: 100%;
		margin-bottom: 30px;
	}
    
    .Google-map {
        position: relative;
        width: 100%;
        height: 0; /* いつもは0 */
        padding-top: 61.8%; /*いつもは比率を書く*/
    }
}

/*---------------------------------------------*/
/* recruit.html 採用
============================================== */
.recruitBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.recruitBox .inner-img {
    width: clamp( 180px, 28%, 350px);
}

.recruitBox .inner-img img {
    width: 100%;
}

.recruitBox .inner-text {
    width: 70%;
}

@media (max-width: 767.98px) {
    .recruitBox {
        flex-direction: column;
        justify-content: center;
    }
    
    .recruitBox .inner-img {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .recruitBox .inner-img img {
        max-width: 575px;
    }
        
    .recruitBox .inner-text {
        width: 100%;
    }
}

.recruitTable {
	width: 100%;
}

.recruit-line {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.rec-koumoku, .rec-naiyou {
	padding: 20px;
}

 .recruit-line {
	border-top: 0.5px solid #ccc; 
}

.recruit-line:last-child {
	border-bottom: 0.5px solid #ccc; 
}

.rec-koumoku {
	font-weight: bold;
	color: #0F4193;
	width: 8em;
	text-align: center;
}

.rec-naiyou {
	width: calc( 100% - 10em );
}

.rec-naiyou p {
	margin: 0;
}

@media screen and (max-width: 767.98px) {
	.rec-koumoku {
		width: 100%;
		text-align: left;
		padding: 15px 15px 10px 15px;
	}
	.rec-naiyou {
		width: 100%;
		padding: 0px 0px 15px 15px;
	}
}

/*---------------------------------------------*/
/* service.html 会社概要
============================================== */
#sec-advantage .advantageBox {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

#sec-advantage .advantageBox .inner-advantage {
	width: calc( 62% - 50px );
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

#sec-advantage .advantageBox .inner-advantage a {
	max-width: 300px;
	font-size: 1.8rem;
	color: #333;
}

#sec-advantage .advantageBox .inner-img {
	width: 38%;
}

#sec-advantage .advantageBox .inner-img img {
	object-fit: cover;
	height: 100%;
}

a.btn-advantage {
	display: block;
	margin-top: auto;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	background-color: #fff;
}

#sec-advantage .advantageBox p:first-child {
	letter-spacing: 0.05em;
}

#sec-advantage .advantageBox span.number {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}

@media screen and (min-width:320px) and (max-width:991.98px) {
	#sec-advantage .advantageBox {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
    
	#sec-advantage .advantageBox:nth-child(2n) {
		flex-direction: column-reverse;
	}
    
	#sec-advantage .advantageBox .inner-advantage {
		height: 100%;
		width:95%;
		margin-bottom: 30px;
	}
    
	#sec-advantage .advantageBox .inner-img {
		width: 95%;
	}
}
/*---------   納入実績  ---------*/
.deliveryBox {
	padding: 1rem 0.5em;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 5%;
	flex-wrap: wrap;
}

.deliveryBox .inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 47%;
	margin-bottom: 50px;
	gap: 5%;
}

.deliveryBox .inner .inner-item {
	width: 30%;
	height: 150px;
	margin-bottom: 3%;
}

.deliveryBox .inner .inner-item a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 991.98px) {
	.deliveryBox {
		flex-direction: column;
		position: relative!important;
	}
    
	.deliveryBox .inner {
		width: 100%;
		margin: 0 auto 30px auto;
		position: relative!important;
	}
    
	.deliveryBox .inner .inner-item {
		width: 30%;
		height: 120px;
		margin-bottom: 5%;
	}

}
