@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: 16px;
}
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: #111111;
}

a:hover {
	/*text-decoration: underline;*/
	text-decoration-color: #111111;
}
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));
}

h1{
	font-size: 14px;
}


sup {
    top: 0em!important;
}

/*---------------------------------------------*/
/* 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: 16px;
    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: 200px;
	padding-right: 1em;}
.header-logo p {
	color: #333333;
	margin: 0;
	font-size: 130%;
	font-weight: bold;}


#top-page .midashi{
	font-size: 14px;
}


@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: 50%;
		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%;
	}
	
	.midashi{
	font-size: 12px;
}
	
	
}


.red { color: #ff0000;}

.blue { color: #0000ff;}

.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;
}

@media screen and (min-width: 1400px){
.slider-item01 p, .slider-item02 p, .slider-item03 p {
    font-size: 1.8em;
    padding: 1em 0.5em;
    line-height: 2em;
    width: 22em;
    top: 80%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
}
/*---------------------------------------------*/
/* section
============================================== */
section {
	padding: 50px 0;
}

/*---------------------------------------------*/
/* main-contents
============================================== */
#main-contents {
/*	border: 1px solid #cccccc;
	padding: 1.5em 0.5em;*/
	box-sizing: border-box;
	margin: 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
============================================== */
.top-main-bar {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 200px;
	background-color: rgba(0,0,0,.70);
}
.top-main-bar .inner-img {
	width: 100%;
	position: absolute;
}
.top-main-bar .inner-img img {
	object-fit: cover;
	width: 100%;
	height: 200px;
	opacity: 0.3;
}
.top-main-bar p {
	font-size: 140%;
	color: #ffffff;
	font-weight: bold;
	position: relative;
}
.top-main-bar p span {
	color: orange;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
}

.m-box {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 0px;
    z-index: 1;
}

.layer {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 50px;
    display: block;
    overflow: hidden;
}

@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: #fffaf4;
	font-size: 1em;
	color: #fff!important;
}
.footer-copyright {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333333;
	background-color: #d3d3d3;
}
.footer-copyright span, .footer-copyright a {
		font-size: 12px;
	}

#footer-content {
	display: flex;
    flex-direction: column;
    width: 30%;
}

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

.footer-company {
	font-size: 140%!important;
	font-weight: 700!important;
	color: #fff!important;
}
img.footer-logo {
	width: 200px;
    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: #ffaf58!important;
	}
.footer a { color: #333; }
.footer a:hover { text-decoration: underline;}


.topPlace-02Box {
	display: flex;
	flex-direction: row;
	width: 70%;
}

.Google-map {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc( 100% + 100px);
}

/* スマホ */
@media screen and (min-width: 320px) and (max-width: 767.98px) {
	#footer-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
	.inner-address p {
		font-size: 12px;
	}
	
	.inner-address div {
		margin-bottom: 10px;
	}
	.inner-name {
		margin-bottom: 20px;
	}
	img.footer-logo {
		width: 50%;
    	padding-right: 0.5em;
	}
	.footer-copyright span, .footer-copyright a {
		font-size: 11px;
	}
	
	.footerBox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
	.topPlace-02Box {
    display: flex;
    flex-direction: row;
    width: 100%;
}
}
/*　スマホ～タブレット */
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	#footer-content {
    display: flex;
    flex-direction: column;
        width: 40%;
}
	img.footer-logo {
		width: 50%;
		padding-right: 0.75em;
	}
	.footer-company {
		font-size: 120%;
		font-weight: 700;
	}
	
	.footer-menu-box {
    display: flex;
    justify-content: space-between;
    width: calc( 60% - 15px );
    margin: auto;
    padding: 20px 0;
}
	
	.footerBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}
	.topPlace-02Box {
    display: flex;
    flex-direction: column;
    width: 60%;
}

} /* END */

@media screen and (min-width:1200px) {
	
/*
	.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: orange;
}

.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 orange;
		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 orange;
		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: orange;
		font-size: 1.2em;
		display: flex;
	  align-items: center;
	  justify-content: space-between;
	}
	
	.h2-sideline::before, .h2-sideline::after {
	  border-top: 1px solid orange;
	  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: orange;
}

#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: 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( (100% - 10%)/3);
}

#LineupNew .LinupNew-inner p {
	margin: 20px 0 0 0;
	line-height: 2em;
	font-size: 18px;
}
.LineupNew-title { font-size: 20px; padding-top: 30px;}
.LinupNew-inner p.colorBlue-1 { font-size: 100%; padding-bottom: 30px; }

.TOPFlow h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.title-box{
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
  font-size: 23px;
	font-weight: bold;
}

.text-box{
	text-align:left;
	font-size: 20px;
	margin-bottom: 30px;
}

.title-Box{
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fcf9ff;/*背景色*/
  border-left: solid 5px #7058a3;/*左線（実線 太さ 色）*/
  font-size: 23px;
	font-weight: bold;
}

.text-box2{
	font-size: 20px;
	margin-bottom: 30px;
	color: red;
}

section#itemLineup-frame {
    background-color: antiquewhite;
}



.sabbox-title{
	border-bottom: solid 3px #ffaf58;
	padding-bottom: 0.5em;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}


@media screen and (min-width:768px) and (max-width:1136px) {
	#LineupNew .LinupNew-inner {
	width: calc( (100% - 5%)/2);
}
	
	.LinupNew-inner002{
		margin-bottom: 50px;
	}
}


@media screen and (max-width: 767.98px) {
	#LineupNew {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
	
	#LineupNew .LinupNew-inner {
		width: calc( 100% - 10px );
		margin-bottom: 30px;
	}
	
	#LineupNew .LinupNew-inner p {
    font-size: 16px;
}
	
	.TOPFlow h2 {
    font-size: 35px;
}
	
.title-box {
    font-size: 20px;
}
	
	.title-Box {
    font-size: 20px;
	}
}

/*---------------------------------------------*/
/* index.html #topNews
============================================== */
section#topNews {
    background-color: #f2f2f2;
    padding: 40px 0;
}

/*---------------------------------------------*/
/* index.html #topNews
============================================== */
.flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.flow04 > li {
  list-style-type: none;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.flow04 > li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #ffaf58;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.flow04 > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #ffaf58;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow04 > li dl {
  padding: 30px 20px;
  margin: 0;
  border: 3px solid #ffaf58;
  position: relative;
}

.flow04 > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #ffaf58;
  border-right: 4px solid #ffaf58;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow04 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #ffaf58;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.flow04 > li dl dd {
  margin-left: 0;
	font-size: 18px;
}



@media screen and (min-width:768px) and (max-width:1199.98px) {
  .flow04 {
    gap: 20px;
  }
  .flow04 > li {
    max-width: unset;
    display: block;
  }
  .flow04 > li:not(:first-child) dl::before {
    display: none;
  }


}

@media screen and (max-width: 767.98px) {
  .flow04 {
    gap: 20px;
  }
  .flow04 > li {
    max-width: unset;
    display: block;
  }
  .flow04 > li:not(:first-child) dl::before {
    display: none;
  }
}

/*---------------------------------------------*/
/* contact.html
============================================== */
.form-contact-Tel {
	border-radius: 10px;
	border: 2px solid #ffaf58;
	padding: 15px;
	text-align: center;
	display: block;
	margin: 15px 0;
}

.form-contact-Tel a {
	font-size: clamp(2.0rem, 3.0rem, 40px);
	color: orange;
	font-weight: bold;
}

.form-contact-Tel a img {
	width: clamp(2.0rem, 3.0rem, 40px);
	margin-right: 10px;
	align-self: center;
}

@media screen and (max-width: 767.98px) {
	.form-contact-Tel a {
		pointer-events: none;
	}
	
	#contact .midashi-18{
		font-size: 16px;
	}
	
	.form-contact-Tel a img {
    width: clamp(2.0rem, 3.0rem, 40px);
    margin-right: 10px;
    align-self: center;
}
	
	
}

.hissu {
	color: #fff; 
	background-color: orange;
	padding: .25em .5em;
	font-size: 70%;
	border-radius: 5px;
	margin: 0 0.5em 0 0;
}
form {
	margin-top: 50px;
}
#form-table {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
}
.formFrame {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	border: none;
	border-left: 0.5px solid #aaa;
	border-right: 0.5px solid #aaa;
	border-top: 0.5px solid #aaa;
}

.formFrame.under_border {
    border-bottom: 0.5px solid #aaa;
}

.formFrame .form-naiyou {
	width: 70%;
	padding: 10px 10px;
	background-color: #ffffff;
	border: none;
}
.formFrame .form-naiyou label {
	font-size: 16px;
}
.formFrame .form-naiyou input{
	font-size: 16px;
}
.formFrame .form-naiyou textarea {
	width: 100%;
	font-size: 16px;
}
.formFrame .form-koumoku {
	width: 30%;
	font-size: 16px;
	padding: 10px 10px;
	font-weight: bold;
}
.formFrame:last-child {
	border-bottom: 0.5px solid #aaa;
}
/* 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-bottom: none;
	}
	.formFrame .form-naiyou label {
		font-size: 16px;
	}
	.formFrame .form-naiyou input{
		font-size: 16px;
	}
}

/* tablet */
@media screen and (min-width:768px) and (max-width:1199.98px) {
	.formFrame {
		border-left: 0.5px solid #aaa;
		border-right: 0.5px solid #aaa;
		border-top: 0.5px solid #aaa;
	}
	.formFrame .form-naiyou {
		width: 70%;
		padding: 10px 10px;
		border: none;
	}
	.formFrame .form-koumoku {
		width: 30%;
		padding: 10px 10px;
		border: none;
	}
	
}	
	
/*---------------------------------------------*/
/* company
============================================== */

.top-aisatsu{
background-color: rgba(255,140,0,.05);
}

.top-company {
	padding: 50px 0;
}
.top-aisatsu-table, .company-line {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-aisatsu-table .left {
	width: calc( 100% - 313px);
}

.top-aisatsu-table .right {
	width: 22%;
}

/*.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:last-child {
	border-bottom: 0.5px solid #aaa;
}
.company-line div.ccc {
	width: 77%;
	font-size: 18px;
}
.company-line div.ccc p {
		margin: 0;
		font-size: 18px;
	}
.company-midashi {
	color: #ff8c00;
	font-weight: bolder;
	padding-left: 1em;
	width: 23%;
	display: flex;
	align-items: center;
	font-size: 18px;
}

@media screen and (max-width:767.98px) {
	.top-aisatsu {
		padding: 100px 10px;
		font-size: 100%;
	}
	.top-aisatsu-table {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 90%;
	}
	
	.top-aisatsu-table .left {
	width: 100%;
}

.top-aisatsu-table .right {
    display: none;
}
	
/*	.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: #ff8c00;
		font-weight: bolder;
		padding-left: 0em;
		padding-bottom: 0.5em;
		width: 100%;
		font-size: 16px;
	}
	
	.company-line div.ccc {
	font-size: 16px;
}
	
	#company .midashi-18{
		font-size: 16px;
	}
	
	.company-line div.ccc p {
    font-size: 16px;
}
}


.company-images {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap:wrap;
}

.Google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;/* 56.25%比率をお好みで*/
}
.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.keikou {
	background-color: #FB64F5;
}

.btnOrange {
	background-color: #004997!important;
}

@media screen and (min-width:768px) and (max-width:1199.98px) {
.top-aisatsu-table .left {
	width: 100%;
}

.top-aisatsu-table .right {
    display: none;
}

}


/*---------------------------------------------*/
/* 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;
	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%;
	}
}





/*---------------------------------------------*/
/* 追加内容
============================================== */

.footer-menu-box{
	display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 20px 0;
}

.footer-text{
	font-size: 18px;
}
.telbox{
	width: 100%;
	margin-bottom: 5px;
}

top-sabbox.telbox{
	width: calc( 50% - 15px );
}

section#top-sabbox {
    padding: 50px;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
　border-bottom: 5px solid #ccc100;
 padding: 20px;
	width: 100%;
	max-width: 300px;
}
.btn--orange:hover,
a.btn--orange:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}


#top-mainbox h2 {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
	color: gray;
}

ul li {
	list-style-type: none;
	padding-left: 0!important;
}

.service-title{
	font-size: 20px;
    border-bottom: 3px solid #ffaf58;
    width: 40%;
	font-weight: 600;
	margin-bottom: 30px;
}

.serviceTitle{
	font-size: 20px;
    border-bottom: 3px solid #7058a3;
    width: 40%;
	font-weight: 600;
	margin-bottom: 30px;
}

.service-text li {
	font-size: 20px;
}

.servicetext li{
	font-size: 20px;
}

.service-text{
	margin-bottom: 50px;
}

.service-supportBox{
	font-size: 20px;
    font-weight: bold;
}

.SSBox{
  color: #000000;/*文字色*/
  border: solid 3px #7058a3;/*線色*/
  padding: 1em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  margin-bottom: 30px;
  background-color: #fcf9ff;
}
/*---------------------------------------------*/
.LSBox{
  color: #000000;/*文字色*/
  border: solid 3px #ffaf58;/*線色*/
  padding: 1em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  margin-bottom: 100px;
  background-color: #fffaf4;
	display: flex;
    justify-content: space-between;
}

.ORBox{
  color: #000000;/*文字色*/
  border: solid 3px #ffaf58;/*線色*/
  padding: 1em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  margin-bottom: 50px;
  background-color: #fffaf4;
	display: flex;
    justify-content: space-between;
}

.LSBox .inner-img, .SSBI .inner-img, .ORBox .inner-img{
	width: 20%;
	margin: auto;
}

.SSBI{
	width: 100%;
	display: flex;
}

.PSBox{
  color: #000000;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  margin-bottom: 30px;
}

.imagesBox{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

select.half.form_hissu.form-select {
    font-size: 18px;
}

.LSBox .inner-img {
    width: 20%;
    margin: auto;
}

.LSBOX-img {
    width: 20%;
    margin: auto;
}

.LSBox ul li{
	list-style-image: url("../images/clover2.png");
	margin-bottom: 10px;
}

.LSBox ul {
    margin-left: 35px;
}

.SSBox ul li{
	list-style-image: url("../images/clover2.png");
	margin-bottom: 10px;
}

.SSBox ul {
    margin-left: 35px;
}

.ORBox ul li{
	list-style-image: url("../images/check.png");
	margin-bottom: 10px;
}

.ORBox ul {
    margin-left: 35px;
}

.servicetext {
    width: 75%;
}

.service-inner {
    margin-bottom: 100px;
}


@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	
	.footer-menu-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 20px 0;
}
	
	.LSBox {
    display: flex;
    flex-direction: column;
}
	
	.SSBox {
    display: flex;
    flex-direction: column;
}
	.servicetext {
    width: 100%;
	margin-bottom: 0;
}
	
	ul.servicetext {
    width: 100%;
}
	
	.LSBox .inner-img, .SSBI .inner-img, .ORBox .inner-img{
	display: none;
}
	
	.service-title{
    width: 70%;
}

.serviceTitle{
    width: 70%;
}
	
	section#top-sabbox {
    padding: 0;
}
}



@media screen and (max-width: 767.98px) {
.footer-menu-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 20px 0;
    flex-direction: column;
}
	
	.LSBox {
    display: flex;
    flex-direction: column;
}
	.servicetext {
    width: 100%;
	margin-bottom: 0;
}
	ul.servicetext {
    width: 100%;
}
	
	.LSBox .inner-img, .SSBI .inner-img, .ORBox .inner-img{
	display: none;
}
	
	#top-mainbox h2{
		font-size: 5vw;
	}
	
	.service-title{
    width: 100%;
}

.serviceTitle{
    width: 100%;
}
	
	#service p {
		font-size: 16px;
	}
	
	#service .servicetext ul li{
		font-size: 16px;
	}
	
	.servicetext li {
    font-size: 16px;
}
	
	.LSBox ul {
    margin-left: 15px;
}	
	
	.SSBox ul {
		margin-left: 15px;
	}
	
	.ORBox ul  {
		margin-left: 15px;
	}
	
	select.half.form_hissu.form-select {
    font-size: 16px;
}
	
	section#top-sabbox {
    padding: 0;
}
	
}


/*---------------------------------------------*/
/* 追加内容 plan/html
============================================== */
#plan-page .red{
	font-size: 20px;
	font-weight: bold;
}

#plan-page .blue{
	font-size: 20px;
	font-weight: bold;
}

#plan-page .plan-Box {
    display: flex;
    justify-content: space-between;
    width: 100%;
	border-bottom: 1px solid #ffaf58;
}

#plan-page .PBOX{
	display: flex;
    justify-content: space-between;
    width: 100%;
	border-bottom: 1px solid #7058a3;
}

#plan-page .plan-title {
    width: 80%;
    font-size: 20px;
    margin: 15px 10px;
}

#plan-page .plan-text {
    font-size: 20px;
    width: 15%;
    margin: 15px 10px;
	text-align: end;
}

#plan-page .PBimage{
	font-size: 20px;
    width: 3%;
    margin: 12px 10px;
}

#plan-page .planBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #ffaf58;
}

#plan-page .plan-titleBox {
    width: calc( (100% - 30%)/3);
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
	text-align: center;
}

#plan-page .Plan {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffaf58;
    width: 100%;
}

#plan-page .Plan p {
    width: calc( (100% - 30%)/3);
    font-size: 20px;
    margin: 10px;
    text-align: center;
}

#plan-page .plan-hosoku li{
	font-size: 20px;
}

#plan-page .hosoku li{
	font-size: 20px;
}


#plan-page .planTitle{
	margin-bottom: 30px;
}

#plan-page .servicetext {
	border-bottom: 1px solid #7058a3;
}

.SSBli{
	margin-left: 40px;
}

.PT{
margin-top: 15px; 
font-size: 20px;
}

.box25 {
    position: relative;
    margin: 2em 0;
    padding: 2em 1em;
    border: solid 3px #ffaf58;
    border-radius: 8px;
}
.box25 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ffaf58;
    font-weight: bold;
}
.box25 p {
    margin: 0; 
    padding: 0;
	font-size: 20px;
}


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 2em 1em;
    border: solid 3px #7058a3;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #7058a3;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
	font-size: 20px;
}



@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	#plan-page .plan-title {
    width: 60%;
    font-size: 18px;
    margin: 10px;
}
	#plan-page .plan-text {
    font-size: 18px;
    width: 20%;
    margin: 10px;
}
	
	#plan-page .plan-titleBox {
    width: calc( (100% - 20%)/3);
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
    text-align: center;
}
	#plan-page .Plan p {
    width: calc( (100% - 20%)/3);
    font-size: 18px;
    margin: 10px;
    text-align: center;
}
	
	#plan-support .PBimage {
    font-size: 18px;
    width: 5%;
    margin: 12px 10px;
}
	
	#plan-support .plan-title {
    width: 70%;
    font-size: 18px;
    margin: 10px;
}
	
	#plan-support .plan-text {
    font-size: 18px;
    width: 30%;
    margin: 10px;
}
	#plan-page .plan-hosoku li {
    font-size: 18px;
}
	
	#plan-page .hosoku li {
    font-size: 18px;
}
	.box26 p {
    font-size: 18px;
}
	
	
	
}
	
@media screen and (max-width: 767.98px) {
	#plan-page .plan-title {
    width: 75%;
    font-size: 14px;
    margin: 10px 0;
}
	
	#plan-page .plan-text {
    font-size: 14px;
    width: 25%;
    margin: 10px 5px;
	align-self: center;
}
	
	#plan-page .service-supportBox {
    width: 50%;
}
	
	#plan-page .PBimage {
    font-size: 16px;
    width: 6%;
    margin: 12px 0;
}
	
	#plan-page .Plan p {
    width: calc( (100% - 23%)/3);
    font-size: 14px;
    margin: 10px;
    text-align: center;
}
	
	#plan-page .plan-hosoku li {
    font-size: 16px;
}
	#plan-page .hosoku li {
    font-size: 16px;
}
	
	.box26 p {
    font-size: 16px;
}
	
	.box25 p {
    font-size: 16px;
}
	
.PT{
font-size: 16px;
}
#plan-page .plan-titleBox {
    width: calc( (100% - 23%)/3);
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    text-align: center;
}
	
	.box26 p {
	font-size: 16px;
}
	
	#plan-page .red {
    font-size: 15px;
}
	
	#plan-page .blue {
    font-size: 15px;
}
	
	
}


.body-contact .red{
	font-size: 25px;
}