@charset "utf-8";
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto!important;
  }
}
html {
    scroll-behavior: smooth;
	font-size: 62.5%;
}
* {
	color: #333;
	font-family: 'Roboto', 'BIZ UDGothic', "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.4rem;
}
strong {
	font-family: 'Roboto', 'BIZ UDGothic', "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 700; /*'M PLUS 1 Code', 'Zen Kaku Gothic New', "Hiragino Sans", */
}
fw-bold {
	font-weight: 700;
}

.markerYellow {
	background-color: #ffff00;
}
.colorGreen { color: #2a9b46; } /* (0,177,236) */
.colorBlue-2 { color: #0096d8; } /* (0,150,216) */
.colorBlue-3 { color: #0f3f74; } /* (15,63,116) */
a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	/*text-decoration: underline;*/
	text-decoration-color: #333333;
}

a:hover {
    color: #E9D630;
}
.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: 1.6rem; /* 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));
}

.midashi-26 {
	font-size: 26px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 26 + ((1vw - 3.2rem) * 0.625));
    color: #ffffff;
}

/*---------------------------------------------*/
/* wrapper
============================================== */
#wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	height: 100%;
}

#Navigation {
	width:250px;
	height: auto;
/*
	height: 100%;
	max-height: calc( 100% - 236px );
*/
	background-color: #efefef;
}

footer {
	width: 100%;
}
main {
	width: calc( 100% - 250px )!important;
}

@media screen and (min-width:320px) and (max-width:991.98px) {
	#Navigation {
		display: none;
	}
	
	main {
		width: 100%!important;
	}
	section#nav-SP {
		padding: 5px 0;
		border-bottom: none;
	}
}
.header-naminami2 {
    text-align: center;
    width: 100%;
	height: 70px;
    position: relative;
    overflow: hidden; /* 要素の子要素がはみ出ないようにするために必要です */
	animation: animate 4s ease-in-out infinite;
}

.header-naminami2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f00; /* 重ねる背景色を設定 */
    opacity: 0.8; /* 背景の透明度を調整（必要に応じて変更） */
}

@keyframes animate {
    0%, 100% {
        clip-path: polygon(0 0%, 9% 0%, 21% 0%, 35% 0%, 46% 0%, 53% 0%, 65% 0%, 78% 0%, 88% 0%, 96% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    50% {
        clip-path: polygon(0 0%, 10% 0%, 21% 0%, 35% 0%, 47% 0%, 54% 0%, 63% 0%, 72% 0%, 83% 0%, 93% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}
@media screen and (min-width:992px) {
	#nav-SP {
		display: none;
	}
}
/*---------------------------------------------*/
/* reset, header
============================================== */
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: #efefef;
}
/*

.header-logo{ 
	width: auto; display: flex; flex-direction: row;
	align-items: center;
	padding: 0.5em 0;
}
.header-logo a {
	display: block;
}

*/
.header-logo-img {
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	background-color: #1A2C61;
	flex-direction: column;
}
.header-logo-img a {
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
	font-weight: bold;
}

.header-logo a img {
	width: 50px;
}
/* なみなみanimation---------- START */
.header-naminami {
	text-align:center;
	height:70px;
	width: 100%;
	position:relative;
	background-color:#48d2fd;
	animation: animate 4s ease-in-out infinite;
}
@keyframes animate{
	0%,100%{
		clip-path: polygon(0 60%, 9% 50%, 21% 45%, 35% 48%, 46% 53%, 53% 59%, 65% 65%, 78% 65%, 88% 60%, 96% 54%, 100% 44%, 100% 100%, 0% 100%);
	}
	50%{
		clip-path: polygon(0 43%, 10% 55%, 21% 63%, 35% 67%, 47% 63%, 54% 54%, 63% 46%, 72% 40%, 83% 40%, 93% 45%, 100% 51%, 100% 100%, 0% 100%);
	}
}
@keyframes animate{
	0%,100%{
		clip-path: polygon(0 60%, 9% 50%, 21% 45%, 35% 48%, 46% 53%, 53% 59%, 65% 65%, 78% 65%, 88% 60%, 96% 54%, 100% 44%, 100% 100%, 0% 100%);
	}
	50%{
		clip-path: polygon(0 43%, 10% 55%, 21% 63%, 35% 67%, 47% 63%, 54% 54%, 63% 46%, 72% 40%, 83% 40%, 93% 45%, 100% 51%, 100% 100%, 0% 100%);
	}
}
/* なみなみanimation---------- END */

.header-logo p { color: #333333; font-size: 170%; font-weight: bold;}

@media screen and (max-width:991.98px) {
	.header-logo { 
		width: auto;
		display: flex;
		flex-direction: row;
		padding: 0.25em 0;
		margin: 0;
	}
	.header-logo a {
		display: flex;
		align-items: center;
		font-weight: bold;
		margin: 0;
	}
	.header-logo span {
		color: #1A2C61;
		font-size: 2.2rem;
		margin-left: 5px;
	}
	.header-logo a img {
		width: 50px;
	}
	.header-comments {
		font-size: 1.4rem;
		padding: 0 10px;
	}
	#Page-top .header-box {
		border-bottom: 0px;
	}
}
@media screen and (max-width: 575.98px) {
	.header-logo span {
		color: #1A2C61;
		font-size: 1.6rem;
		margin-left: 5px;
	}
	.header-logo a img {
		width: 40px;
	}
}
.red { color: #ff0000;}

.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}
.nav-item {
	width: 100%;
}
.nav-item .nav-link {
	padding: 10px 15px;
	color: #1A2C61;
	letter-spacing: 0.1em;
	font-weight: bold;
	transition: none!important;
	display: flex;
	align-items: center;
}
.nav-item .nav-link img {
	margin-right: 8px;
	width: 35px;
}
.nav-item .nav-link p {
	font-size: 2.4rem;
	color: #1A2C61;
	margin: 0;
	text-transform: uppercase;
}
.nav-link-sub {
	color: #1A2C61;
	margin: 0;
	font-size: 1.6rem;
	font-weight: normal;
	display: block;
	letter-spacing: 0.1em;
}
.nav-item:first-child {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: calc( 100% - 30px );
	margin: 15px;
	border: 3px solid #1A2C61;
	border-radius: 10px;
}
.nav-item:first-child  .nav-link {
	font-size: 26px;
	padding: 10px 15px;
	letter-spacing: 0;
}
.header-menu-box {
	 display: flex; flex-direction: column;
}
.header-menu-box .telbox a {
	display: flex; flex-direction: row; font-family: "Arial Black", Gadget, "sans-serif"; font-size: 140%; padding-left: 0em;
}
.telbox img { width: 24px;}

.header-menu-box .otoi {
	 font-size: 90%; padding: 0; margin: 0;
}

@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: #E9D630!important;
}

/*---------------------------------------------*/
/* SIZE
============================================== */
section {
	padding: 100px 60px;
}

@media screen and (min-width: 320px) and (max-width: 991.98px) {
	section {
		padding: 30px 15px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	section {
		padding: 100px 30px;
	}
}

/*---------------------------------------------*/
/* TOP #itemLineup-frame
============================================== */
section#itemLineup-frame {
    background: linear-gradient(135deg, white 0%, white 45%, #1A2C61 98%, #1A2C61 99%);
}

#itemLineup-frame p {
	line-height: 1.8em;
	font-size: 110%;
}
#itemLineup-frame h1 {
	text-align: left;
    text-indent: 0;
    font-size: 27px;
    color: #1A2C61;
    font-weight: bold;
    line-height: 4.5rem;
}
.itemLineup-Box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
}
.inner-img {
    width: 40%;
}
.itemLineup-Box .inner-text {
	width: 55%;
}

.btn-partial-line {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    border-bottom: solid 3px #1A2C61;
    color: #1A2C61;
    transition: .4s;
    font-size: 110%;
}

.btn-partial-line:hover {
  padding-left: 0.7em;
  padding-right: 0.3em;
  color: #E9D630!important;
  border-bottom: solid 3px #E9D630;  
}

@media screen and (max-width: 1192px) {
    .itemLineup-Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    flex-direction: column-reverse;
    
}
    
	.itemLineup-Box .inner-text {
		width: 100%;
        margin-top: 30px;   
        text-align: center;
	}
	.itemLineup-Box .inner-img {
		width: 50%;
		margin: 0 auto;
	}
	.itemLineup-Box .inner-img img {
		width: 100%;
	}
    
    .inner-img {
    width: 50%;
}
    
    #itemLineup-frame h1 {
    text-align: center;
}
    
}

@media screen and (max-width: 767.98px) {
    .itemLineup-Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    flex-direction: column-reverse;
    
}
    
	.itemLineup-Box .inner-text {
		width: 100%;
        margin-top: 30px;    
	}
	.itemLineup-Box .inner-img {
		width: 50%;
		margin: 0 auto;
	}
	.itemLineup-Box .inner-img img {
		width: 100%;
	}
    
    .inner-img {
    width: 50%;
}
}
/*---------------------------------------------*/
/* TOP #top-Service
============================================== */
#top-Service {
	background: url("../images/main-bar-service2.jpeg") ;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#top-Service::after {
	content: '';
	background-color: rgba(255,255,255,0.50);
	position: absolute;
	top: 0;
	right:  0;
	bottom: 0;
	left: 0;
	z-index: 4;
}
#top-Service  h2 {
	position: relative;
	z-index: 6;
}
#top-Service .serviceBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	position: relative;
	z-index: 6;
	padding: 30px;
}
#top-Service .serviceBox .inner {
	width: calc(( 100% - 40px )/4);
	margin-bottom: 20px;
	border: 1px solid #0298D1;
	box-sizing: border-box;
	background-color: #fff;
	color: #0298D1;
	font-size: 1.2rem;
	border-radius: 10px;
	text-align: center;
}
#top-Service .serviceBox .inner a {
	display: block;
	border-radius: 10px;
}
#top-Service .serviceBox .inner a:hover {
	background-color: rgba(2,152,209,.40);
}
@media screen and (max-width: 767.98px) {
	#top-Service .serviceBox {
		padding: 50px 10px;
	}
	#top-Service .serviceBox .inner  {
		width: calc(( 100% - 10px )/2);
		margin-bottom: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 75px;
	}
	#top-Service .serviceBox .inner a {
		font-size: 1.6rem;
		width: 100%;
		height: 75px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	#top-Service .serviceBox {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 30px;
	}
	#top-Service .serviceBox .inner {
		width: calc(( 100% - 20px )/3);
		margin-bottom: 25px;
	}
	#top-Service .serviceBox .inner a {
		font-size: 2.0rem;
		width: 100%;
		height: 75px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#top-Service .serviceBox .inner a p {
		text-align: center;
		font-weight: bold;
		padding: 0.5em 0 0 0;
		color: #fff;
		display: block;
		line-height: 1.2em;
		height: 3.6em;
		position:relative;
		top: 0.5em;
	}
}
@media screen and (min-width: 1200px) {
	#top-Service .serviceBox .inner a {
		font-size: 1.8rem;
		width: 100%;
		height: 75px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#top-Service .serviceBox .inner a p {
		text-align: center;
		font-weight: bold;
		padding: 0.5em 0 0 0;
		color: #fff;
		display: block;
		line-height: 1.2em;
		height: 3.6em;
		position:relative;
		top: 0.5em;
	}
}

@media screen and (max-width: 767.98px) {
    .header-comments {
       display: none; 
    }
}

/*---------------------------------------------*/
/* TOP #topJirei
============================================== */
.jireiBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jireiBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.jireiBox .inner {
	width: 50%;
    text-align: center;
    padding: 100px 60px;
}

.jireiBox .inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section#topJirei {
    padding: 0;
    border-bottom: 3px solid #E9D630;
}

.jireiBox .company {
    background: url("../images/slider01.jpeg") ;
    background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.jireiBox .recruit {
    background: url("../images/slider02.jpeg") ;
    background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.backcolor {
    background: rgb(225, 225, 225, 0.8);
    padding: 60px;
}

/*---------------------------------------------*/
/* TOP #topCompany
============================================== */
#topCompany {
	background-color :rgba(2,152,209,0.08);
}
#topCompany .jireiBox .inner img {
	height: 100%;
/*	max-width: 450px;*/
	width: 100%;
	object-fit: cover;
}

.center iframe {
    width: 80%;
}



@media screen and (max-width: 1192px) {
    .jireiBox {
		flex-direction: column;
	}
    
    .jireiBox .inner {
		width: 100%!important;
		margin-bottom: 0;
        padding: 60px;
	}

}
@media screen and (max-width: 991.98px) {
	
	.jireiBox {
		flex-direction: column;
	}
	.jireiBox .inner {
		width: 100%!important;
		margin-bottom: 0;
        padding: 60px;
	}
	
	.jireiBox .inner img {
		max-height: 300px;
		width: 100%!important;
		object-fit: cover;
	}
	#topCompany .jireiBox .inner img {
	height: 100%;
	max-width: 100%;
	object-fit: cover;
}
    .center iframe {
    width: 100%;
}
}
@media screen and (max-width: 767.98px) {
    .jireiBox .inner {
        padding: 30px;
    }
    
    .center iframe {
    width: 100%;
}
}

.btn-jirei {
/*	display: block;*/
	padding: 1em 1em;
	font-size: 110%;
	margin-top: 30px;
	width: 100%;
	color: #fff;
	text-align: center;
	max-width: 500px;
	letter-spacing: 0.1em;
}
.btn-jirei:hover {
	opacity: 0.8;
}

a.alphabet:hover {
    opacity: 0.5;
}

/*---------------------------------------------*/
/* index.html #sec-access
============================================== */

.contact-toolBox {
    display: flex
;
    justify-content: space-between;
    width: 100%;
    margin: 30px auto;
}

.contact-toolBox .inner {
    width: 50%;
    padding: 30px;
    margin-top: 30px;
    text-align: center;
}

.contact-toolBox .inner.mb-4 {
    border-right: 1px solid #1A2C61;
}

.contact-toolBox .inner p {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
}

@media screen and (max-width: 767.98px) {
.contact-toolBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 30px auto;
    flex-direction: column;
}
    
    .contact-toolBox .inner {
    width: 100%;
}
    
    .contact-toolBox .inner.mb-4 {
    border-right: none;
    border-bottom: 1px solid #1A2C61;
}
}

/*---------------------------------------------*/
/* main-bar
============================================== */
.top-main-bar {
	position: relative;
	display: flex;
	width: 100%;
	height: 300px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.top-main-bar img {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.top-main-bar h1 {
	font-size: 140%;
	margin: 0 auto;
	color: #ffffff;
	font-weight: bold;
	z-index: 3;
	position: relative;
}
.top-main-bar h1 span {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	position: relative;
}
.top-main-bar:after {
	content: '';
	height: 300px;
	background-color: rgba(26,44,97,0.20);
	position: absolute;
	top: 0; right:  0; bottom: 0; left: 0;
	z-index: 2;
}
.recruit-push {
	border: 1px solid #333333;
	padding: 0.75em;
	margin: 0;
}

@media screen and (max-width:767.98px) {
	.top-main-bar {
		height: 200px;
	}
	.top-main-bar:after {
		content: '';
		height: 200px;
		background-color: rgba(0,0,0,0.10);
		position: absolute;
		z-index: 2;
	}
	.top-main-bar img {
		height: 200px;
		object-fit: cover;
	}
}


@media screen and (min-width: 768px) and (max-width:991.98px) {
	.top-main-bar {
		height: 200px;
	}
	.top-main-bar:after {
		content: '';
		height: 200px;
		background-color: rgba(0,0,0,0.10);
		position: absolute;
		z-index: 2;
	}
	.top-main-bar img {
		height: 200px;
		object-fit: cover;
	}
}
/*---------------------------------------------*/
/* 全ページ共通 breadcrumb
============================================== */
.breadcrumb-list {
	padding: 0.5em;
	font-size: 14px;
	background-color: rgba(210,224,198,0.30);
}
.breadcrumb {
	margin-bottom: 0!important;
}
.breadcrumb-list .active {
	text-decoration: underline;
}


/*---------------------------------------------*/
/* 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;
	}
}



/*---------------------------------------------*/
/* Footer
============================================== */

section#footer {
    padding: 100px 0 30px!important;
    background-color: #1A2C61;
}

.bottom-space {
	padding: 30px 0;
}
footer {
	background-color: #1A2C61;
	font-size: 1em;
}
.footer-copyright {
	width: 100%;
	color: #ccc;
	background-color: #1A2C61;
    padding: 0 60px;
}

.footer-copyright span a:hover {
    color: #E9D630;
}

#footer-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 60px 30px 60px;
    align-items: flex-start;
}
#footer-content p{
	margin: 0;
	color: #fff!important;
    font-size: 20px;
    text-align: left;
    display: flex;
    align-items: center;
}

.footer-menu {
    display: flex;
    margin-top: 20px;
}

.footer-menu p a {
    color: white;
    font-size: 20px;
    border-left: 1px solid #fff;
    padding: 0px 15px 0px 20px;
    line-height: 4rem;
}

.footer-menu p a:hover {
    color: #E9D630;
}

.footer-menu .last a {
    border-right: 1px solid #fff;
    padding: 0px 15px 0px 20px;
}



.Google-map {
    position: relative;
    width: 100%;
    /*height: 0;
    padding-top: 200px; 56.25%比率をお好みで*/
}
.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer a:hover { opacity: 0.5; }

.topPlaceBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.otoiawase {
    display: flex;
    align-items: center;
}

p.rightbot a {
    margin-right: 20px;
}

p.rightbot a:hover {
    color: #E9D630;
}

a.alphabet img {
    width: 50%;
}


@media screen and (min-width:768px) and (max-width:1300px) {
    a.alphabet img {
    width: 80%;
}
}

@media screen and (max-width:767.98px) {
    
    .footer-menu {
    display: flex;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
    
    .footer-menu .last a {
    border-right: none;
}
    
	.topPlaceBox {
		flex-direction: column;
	}
	.Google-map {
		margin-top: 20px;
		width: 100%;
	}
	
	.footer-copyright {
		padding-bottom: 10px;
	}
    
    .otoiawase {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
}



@media screen and (max-width:575.98px) {
	a.alphabet img {
    width: 80%;
}
}

.sp-conversion {
    background-color: rgba(26, 44, 97,.70);
    position: fixed;
    bottom: -1%;
    left: 0;
    padding: 10px 0;
    z-index: 10;
    width: 100%;
}
.sp-conversion-list {
    border-spacing: 10px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
	list-style: none;
	padding-left: 0!important;
}
.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: #E9D630;
    border-bottom: 2px solid #E9D630;
    position: relative;
}
.btn-conversion--mail a {
    background: #0096d8;
    border-bottom: 2px solid #0096d8;
    position: relative;
}
.btn-conversion--mail a span {
	color: #fff;
}
.fa.fa_5 {
    font-size: 0.5rem;
}
@media only screen and (min-width: 768px) {
	.sp-conversion {
		display: none;
	}
}
/*---------------------------------------------*/
/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {

	
} /* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
	img.footer-logo {
		width: 100px;
	}
	.footer-company {
		font-size: 120%;
		font-weight: 700;
	}
	.gnav-item {
		display: block;
		width: 100%;
		border: none;
	}
	.gnav-item+ .gnav-item {
		border: none;
	}
	table th, table td {
		padding: .25rem !important;
	}
	table th:first-child {
		width: 25%;
	}
    
    #footer-content {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
        padding: 0 15px 30px 15px;    
	}
    
} /* END */

@media screen and (max-width:575.98px ) {
	#footer-content {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
        padding: 0 15px 30px 15px;
        align-items: flex-start;
        text-align: left;
	}
}


/* h1～h6
============================================== */
h2 {
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
h1 {
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.short-udline {
	display: inline-block;
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 50px;
	font-weight: 900;
	letter-spacing: 0.05em;
}
.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: #0298D1;
}

.midashi-borderXY {
	border-top: 1px solid #aaa;
	padding: 0.75em 0; border-bottom: 2px solid #aaa;
	margin: 0; line-height: 1em;
}
/*スマホ*/
@media screen and (min-width: 320px) and (max-width:767.98px) {
	
	.h2-udline {
		border-bottom: 2px solid #333333;
		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 #333333;
		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: #333333;
		font-size: 1.2em;
		display: flex;
	  align-items: center;
	  justify-content: space-between;
	}
	
	.h2-sideline::before, .h2-sideline::after {
	  border-top: 1px solid #333333;
	  content: "";
	  width: 25vw; 
	}
	.h2-sideline::before {
	  margin-right: 1em; 
	}
	.h2-sideline::after {
	  margin-left: 1em; 
	}
}


#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;
}

#LineupNew a { text-decoration: none; }

#LineupNew a:hover { opacity: 0.5; }

#LineupNew .LinupNew-inner {
	width: calc( 32% - 10px );
}

@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.colorGreencolorGreencolorGreencolorGreencolorGreencolorGreencolorGreencolorGreencolorGreencolorGreencolorGreencolorGreencolorGreen { font-size: 100%; padding-bottom: 30px; }

/*---------------------------------------------*/
/* contact.html
============================================== */
#form-table {
	width: 100%;
}

#form-table div dt, #form-table div dd {
	padding: 0.75rem;
	margin: 0;
}
#form-table div dd {
	width: clamp( 170px, 70% , 1200px );
}
#form-table div dt {
	font-weight: normal;
	width: clamp( 180px, 23% , 280px );
	color: #1A2C61;
	font-weight: bold;
	display:flex;
	height: 100%;
	min-height: 100%;
}

#form-table .form-line {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	border-top: 0.5px solid #aaa;
	padding: 1.5rem 0;
}
#form-table .form-line:last-child {
	border-bottom: 0.5px solid #aaa;
}
#form-table input::placeholder, #form-table textarea::placeholder, #form-table select::placeholder {
	color: #bbb;
}
.hissu {
	font-size: 0.8rem;
    background-color: #ff0000;
    padding: 4px 5px;
    border-radius: 5px;
    margin-left: 5px;
    color: #fff;
    box-sizing: border-box;
    width: 30px;
    text-align: center;
	
}
.form-contact-Tel {
	border-radius: 10px;
	border: 2px solid #1A2C61;
	padding: 15px;
	text-align: center;
	display: block;
}

.form-contact-Tel:hover {
    opacity: 0.5;
}


.form-contact-Tel a {
	font-size: clamp(2.0rem, 3.0rem, 40px);
	color: #1A2C61;
	font-weight: bold;
}
input, textarea, select, button {
	font-size: 1.6rem!important;
	line-height: 2.0rem;
}

.btnnew{
    background: white;
    border: 1px solid #1A2C61;
    color: #1A2C61;
    padding: 1.5rem;
    width: 250px;
}

.btnnew:hover{
    background: #1A2C61;
    border: 1px solid #1A2C61;
    color: white;
}

@media screen and (max-width: 767.98px) {
	#form-table div dt {
		font-size: 0.9em;
		flex-direction: row;
		width: clamp( 180px, 23% , 280px);
	}
	#form-table div dd {
		width: clamp( 170px, 100% , 1200px);
	}
	.form-contact-Tel a {
		pointer-events: none;
	}
}
/*---------------------------------------------*/
/* company.html
============================================== */
.top-aisatsu-table, .company-line {
	display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.top-aisatsu-table .left {
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.top-aisatsu-table .right {
	width: 330px;
}

.top-aisatsu-table .right img {
	width: 330px;
	height: 100%;
	object-fit: cover;
}
section.top-aisatsu {
	padding: 50px 0;
}
.company-info {
	margin: 45px auto 0;
    border-top: 0.5px dotted #aaa;
}
.company-info .company-line {
	border-bottom: 0.5px dotted #aaa;
	border-collapse: collapse;
	display: flex;
	
}
.company-line div.ccc {
	width: 72%;
	padding: 1.5rem 0;
	line-height: 2.5rem;
    align-items: center;
}
.company-midashi {
	color: #1A2C61;
    font-weight: bold;
    padding: 1em;
    width: 26%;
    display: flex;
    align-items: center;
    background: #f7f7f7;
}

#Page-company h2 {
    color: #1A2C61;
    font-weight: 600;
    font-size: x-large;
}

.company-line div.ccc div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 15px;
}

@media screen and (max-width: 1192px) {
    .top-aisatsu-table {
		padding: 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    
    .top-aisatsu-table .left {
    width: 100%;
    }
    
    .top-aisatsu-table .right {
    width: 100%;
    }
    
    .top-aisatsu-table .right img {
    width: 100%;
    }
}

@media screen and (max-width:767.98px) {
	section.top-aisatsu {
		padding: 50px 10px;
	}
	.top-aisatsu {
		padding: 10px;
	}
	.top-aisatsu-table {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
	}
	.top-aisatsu-table .left, .top-aisatsu-table .right {
		width: 100%;
	}
	
	.top-aisatsu-table .right img {
		width: 100%;
		height: 100%;
		padding-top: 10px;
		object-fit: cover;
	}
	
	.company-line div:nth-child(2n) {
		width: 100%;
        padding: 0.5rem 0 0.5rem 0.8rem;
	}
	.company-line div:nth-child(2n) p {
		margin: 0;
	}
	.company-midashi {
		padding-left: 8px;
		padding-bottom: 0.5em;
		width: 100%;
	}
    
    .top-aisatsu-table {
		padding: 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    
    .company-info .company-line {
    display: flex;
    flex-direction: column;
}
}



/*----------  #sec-access  ---------- */
#Page-company #sec-access .accessBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto;
}

#Page-company #sec-access .accessBox .inner-text {
	width: 47%;
}

#Page-company #sec-access .accessBox .inner-img {
	width: 47%;
	flex-direction: column;
}

#Page-company #sec-access .accessBox .inner-text img {
	width: 100%;
}
#Page-company #sec-access .accessBox address a {
	pointer-events: none;
}
#Page-company .Google-map {
    position: relative;
    width: 100%;
/*	max-width: 700px;*/
    height: 0;
    padding-top: 66.6%;/*比率をお好みで*/
}
#Page-company .Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	-webkit-appearance: none;
}

@media screen and (max-width: 767.98px) { /* min-width: 320px */
	#Page-company #sec-access .accessBox {
		flex-direction: column;
	}
	#Page-company #sec-access .accessBox .inner-text {
		width: 100%;
		margin-bottom: 20px;
		order: 1;
	}
	#Page-company #sec-access .accessBox .inner-img {
		width: 100%;
		order: 2;
	}
}

@media screen and (min-width: 768px)  { /* min-width: 320px */
	#Page-company #sec-access .accessBox {
		flex-direction: row;
	}
	#Page-company #sec-access .accessBox .inner-text {
		width: 47%;
		margin-bottom: 40px;
		order: 1;
	}
	#Page-company #sec-access .accessBox .inner-img {
		width: 47%;
		order: 2;
		flex-direction: row;
		align-self: flex-start;
		justify-content: space-between;
		height: 66.6%;
		flex-wrap: wrap;
	}
	#Page-company #sec-access .accessBox .inner-img .inner-address {
		width: 47%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#Page-company #sec-access .accessBox .inner-img .inner-mapimage {
		width: 47%;
	}
}
/*---------------------------------------------*/
/* service.html
============================================== */
.main-contents section {
    padding: 80px 60px;
}

#Page-service article {
	margin: 50px 0;
}

#Page-service p.midashi-26 {
    text-align: left;
    color: #1A2C61;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.84em;
}

#Page-service .serviceBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

#Page-service .serviceBox .inner {
	width: calc( 50% - 10px );
}

.service-contents {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 30px auto;
    text-align: center;
    align-items: flex-end;
    height: 100%;
}

.service-contents a {
    width: calc((100% - 10%) / 4);
    padding: 5px;
    border: solid 2px #1A2C61;
    height: 100%;
    letter-spacing: 1px;
    color: white;
    background: #1A2C61;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}

.service-contents a div {
    color: white;
    border: solid 2px white;
    padding: 1rem;
    font-family: "メイリオ";
    font-size: 1.8rem;
}

.service-contents a:hover {
    background: white;
    color: #1A2C61;
    letter-spacing: 0.2em;
}


.service-contents a div:hover {
    color: #1A2C61;
    border: solid 2px #1A2C61;
    letter-spacing: 0.2em;
}

.contentsbox {
    display: flex;
    justify-content: flex-start;
    border-bottom: solid 2px #1A2C61;
    margin: 30px auto 15px;
    align-items: center;
}
.contentsbox p {
    width: 5%;
    margin-right: 10px;
    margin-bottom: 5px;
}

.box01 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    line-height: 3rem;
}

.box01 p.left {
    width: 68%;
}

.box01 p.right {
    width: 28%;
    border: solid 1px #1A2C61;
    height: 100%;
}

.servicebox {
    padding: 80px 0 20px;
}

.servicebox h2 {
    color: #1A2C61;
    font-weight: 600;
    font-size: x-large;
}


@media screen and (max-width: 1270px) {
    
    .service-contents {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 30px 0;
    text-align: center;
    align-items: flex-end;
    height: 100%;
    flex-wrap: wrap;
}
    
    .service-contents a {
    width: calc((100% - 5%) / 2);
    padding: 10px;
    border: solid 2px #1A2C61;
    height: 100%;
    letter-spacing: 1px;
    color: white;
    background: #1A2C61;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
    margin: 10px 0px;
}



}


@media screen and (max-width:991.98px) {
	.serviceBox {
		flex-direction: column;
	}
	.serviceBox .inner-img, .serviceBox .inner-txt {
		width: 98%;
		margin: 0 auto;
		padding: 15px 0;
	}
	.serviceBox .btn-jirei {
		width: 70%;
		display: block;
		text-align: center;
		margin: 0 auto;
		background-color: #fff;
	}
    
    .service-contents {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: auto;
}
    
    .service-contents a {
    width: 100%;
    margin: 5px 0;
}
    
    
.box01 {
    display: flex;
    flex-direction: column;
}
    
    .box01 p.left {
    width: 100%;
}
    
    .box01 p.right {
    width: 100%;
}
}

.serviceLineup {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.serviceLineup .inner-img {
	width: calc( 49% - 15px );
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.serviceLineup .inner-img div:first-child {
	width: 100%;
}
.serviceLineup .inner-img div:first-child img {
	width: 100%;
}
.serviceLineup .inner-img div:last-child {
	margin-top: 20px;
}
.serviceLineup .inner-img strong {
	font-weight: bold;
	color: #0298d1;
	font-size: 1.8rem;
	line-height: 2.5rem;
}
@media screen and (max-width: 767.98px) {
    .main-contents section {
    padding: 30px 15px;
}
    
	.serviceLineup .inner-img {
		width: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: flex-start;
		margin-bottom: 30px;
	}
	.serviceLineup .inner-img div:last-child {
		margin-top: 10px;
	}
    
    #Page-service p.midashi-26 {
    font-size: 20px;
}
    
    .contentsbox p {
    width: 10%;
    margin-right: 10px;
    margin-bottom: 5px;
}
    
    .servicebox h2 {
    font-size: large;
}
}
	
/*---------------------------------------------
works.html  施工事例
===============================================*/
.worksBox {
	width: 98%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0;
}
.worksBox .inner {
	width: calc( ( 100% / 4 )  - 15px );
	margin-bottom: 30px;
}
.worksBox .inner p{
	margin: 3px 0 0 0;
	line-height: 1.8em;
	font-size: 14px;
}
.worksBox .inner a img {
	width: 224px;
	height: 150px;
	object-fit: cover;
}

.worksBox2 {
	width: 98%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0;
}

.worksBox2 .inner {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 15px;
	background-color: #f2f2f2;
	justify-content: space-between;
	width: calc( ( 100% / 2 ) - 15px );
	margin-bottom: 30px;
}

.worksBox2 .inner div:nth-of-type(1) {
	align-self: flex-start;
}
.worksBox2 .inner div:nth-of-type(2) {
	align-self: center;
}
.worksBox2 .inner div:nth-of-type(3) {
	align-self: flex-end;
}
.worksBox2 .inner p{
	margin: 0;
}
.worksBox2 .inner a img {
	width: 224px;
	height: 150px;
	object-fit: cover;
}

.worksBox2 h3 {
	font-size: 140%;
}
@media screen and (min-width: 768px) and (max-width:1198.98px) {
	.worksBox div.inner {
		width: calc( ( 100% - 20px ) / 3 );
		margin-bottom: 40px;
	}
}


@media screen and (max-width: 767.98px) {
	.worksBox div.inner {
		width: calc( ( 100% - 20px ) / 2 );
		margin-bottom: 20px;
	}
}


.contactBox {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
}
.contactBox div {
	width: 50%;
}

.contactBox div a {
	background-color:#d2e0c6;
	padding: 15px 0;
	max-width: 300px;
}

@media screen and (max-width: 767.98px) {
	.contactBox {
		flex-direction: column;
	}
	
	.contactBox div {
		width: 80%;
		margin: 10px auto 0 auto;
	}
}

/*---------------------------------------------*/
/* recruit
============================================== */
.recruit-info {
	border: 0.5px solid #aaa;
	width: 100%;
}

.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: 75%;
	padding:  1em;
}
.recruit-line div:nth-child(2n) p {
	margin: 0;
	line-height: 2.4rem;
}
.recruit-line div ul li {
	line-height: 2.4rem;
}
.recruit-midashi {
	color: #000000;
	font-weight: bolder;
	background-color: #efefef;
	padding-left: 0em;
	padding: 10px;
	width: 25%;
	display: flex;
	align-items: center;
}
.recruit-midashi p {
	margin: 0;
    color: #1A2C61;
}

.w-90 {
	width: 90%;
	max-width: 750px;
	margin: 0 auto 50px auto;
}

.voiceBox {
    display: flex;
    justify-content: space-between;
    border: solid 2px #1A2C61;
    padding: 2rem;
    width: 98%;
}

.voiceBoxtext {
    width: 84%;
}

.voiceBoximg {
    width: 30%;
}

.voiceBoxtext p {
    margin-top: 15px;
    background-color: #fff;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 8px 100%, 100% 3.5em;
    line-height: 3.5em;
    padding-bottom: 1px;
}

.voiceBoxtext h2 {
    color: #1A2C61;
    font-weight: 600;
    font-size: x-large;
}

@media screen and (max-width:1270px) {
.voiceBox {
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
    border: solid 2px #1A2C61;
    padding: 2rem;
    width: 99%;
    flex-direction: column;
}
    .voiceBoxtext {
    width: 100%;
}
    
    .voiceBoxtext h2 {
    font-size: large;
}
    
    .voiceBoximg {
    display: none;
}
    
}


@media screen and (max-width:767.98px) {
	.recruit-line div:nth-child(2n) {
		width: 100%;
	}
	.recruit-midashi {
		width: 100%;
		padding: 10px;
	}
	
	.recruit-info {
		width: 98%;
		margin: 0 auto;
	}
    
    .voiceBox {
        display: flex;
        justify-content: space-between;
        margin: 0 auto 10px;
        border: solid 2px #1A2C61;
        padding: 2rem;
        width: 98%;
        flex-direction: column;
        height: auto;
    }
    
}

.recformBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	border: 0.5px solid #aaa;
}
.recformBox .recform-koumoku {
	padding: 0.5em;
	background-color: #f2f2f2;
	width: 20%;
	text-align: center;
	display: flex;
	justify-content: center;
	border-bottom: 0.5px solid #aaa;
}
.recformBox .recform-koumoku p {
	align-self: center;
	margin: 0;
}

.recformBox div:nth-of-type(2n) {
	padding: 0.5em;
	width: 80%;
	border-bottom: 0.5px solid #aaa;
}

@media screen and (max-width:767.98px) {
	.recformBox {
		width: 90%;
		margin: 0 auto;
	}
	 .recformBox .recform-koumoku, .recformBox div:nth-of-type(2n) {
		width: 100%;
		display: block;
	}
}