@charset "utf-8";
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto!important;
  }
}


* {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; /*'M PLUS 1 Code', 'Zen Kaku Gothic New', "Hiragino Sans", */ color: #333;
}
.font-NOTO {
	 font-family:'Noto Serif JP', serif!important;
}
strong { font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; /*'M PLUS 1 Code', 'Zen Kaku Gothic New', "Hiragino Sans", */ }
.colorGreen { color: #007DF1; }
a {
	text-decoration: none;
	color: #007DF1;
}

a:hover {
	/*text-decoration: underline;*/
	text-decoration-color: #007DF1;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.midashi-10 {
	font-size: 10px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 10 + ((1vw - 3.2rem) * 0.625));
}
.midashi-11 {
	font-size: 11px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 11 + ((1vw - 3.2rem) * 0.625));
}

.midashi-12 {
	font-size: 12px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 12 + ((1vw - 3.2rem) * 0.625));
}

.midashi-14 {
	font-size: 14px; /* IE8以下とAndroid4.3以下用フォールバック */  /* before 16 */
	font-size: calc( 14 + ((1vw - 3.2rem) * 0.625));
}

.midashi-16 {
	font-size: 16px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 16 + ((1vw - 3.2rem) * 0.625));
}

.midashi-18 {
	font-size: 18px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 18 + ((1vw - 3.2rem) * 0.625));
}

.midashi-20 {
	font-size: 20px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 20 + ((1vw - 3.2rem) * 0.625));
}

.midashi-22 {
	font-size: 22px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 22 + ((1vw - 3.2rem) * 0.625));
}
/*---------------------------------------------*/
/* reset
============================================== */
ul,ol { padding-left: 0!important;
list-style-type: none;}


/*---------------------------------------------*/
/* header
============================================== */
.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}

.header-comments { font-size: 80%; padding-top: 0.5em; margin: 0;}
.header-logo{ width: auto; display: flex; flex-direction: row;
	padding: 0;
}

.header-logo img { width: 140px; padding-right: 1em;}
.header-logo p { color: #333333; display: inline-block; font-size: 130%; font-weight: bold;}

@media screen and (max-width:767.98px) {
	.header-logo { 
		width: auto; display: flex; flex-direction: row; padding: 0.25em 0; margin: 0;
	}
	.header-logo img {
		width: 70px; padding-right: 0.5em;
	}
	.header-logo p { color: #333333; display: inline-block; font-size: 100%; font-weight: bold; margin: 0;
	}
	.header-comments { font-size: 70%;}
}

.header-menu-box .telbox a {
	display: flex; flex-direction: row; font-family: "Arial Black", Gadget, "sans-serif"; font-size: 140%; padding-left: 0em; margin: 0 auto;
}
.telbox img { width: 30px;}

a.otoi {
	width: 100%;
	 font-size: 90%; padding: 0.75em auto; margin: 0 0 5px 0; background-color: #007df1; color: #fff;
}

.red { color: #ff0000;}

.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}

/*---------------------------------------------*/
/* navigation
============================================== */
.navbar, .navbar-box {
	background-color: #fafafa!important;
}
.nav-item
	{ width: 20%; border-left: 1px solid #ddd; }

.nav-item a.nav-link:hover { 
	color: #007df1!important; }
.nav-item:nth-child(5n) { border-left: 1px solid #ddd; border-right:1px solid #ddd;}

.nav-item .nav-link { padding: 0.75em 1em; color: #333333;}
.nav-link-sub { color: #007DF1; margin: 0; font-size: 90%; letter-spacing: 0.1em; }

a:hover {
	opacity: 0.5!important;
}

/*- TOPページ以外のnav高さを低く -*/
#Page-company .nav-item .nav-link, 
#Page-hakajimai .nav-item .nav-link, 
#Page-boseki .nav-item .nav-link, 
#Page-jirei .nav-item .nav-link, 
#Page-contact .nav-item .nav-link, 
#Page-thanks .nav-item .nav-link
{ padding: 0.75em 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: #333333; font-weight: bold;}
	
	.nav-link-sub { display: none; }
	
}
/*---------------------------------------------*/
/* main-contents
============================================== */
#main-contents {
/*	border: 1px solid #cccccc;
	padding: 1.5em 0.5em;*/
	box-sizing: border-box;
	margin: 1em auto;
}

#main-contents-left table {
	background-color: #ffffff;
	width: 185px;
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
	#main-contents-left table {
	background-color: #ffffff;
	width: 185px;
	}
}
#main-contents-left table tr td {
 	padding: 1rem 0.5rem;
	margin: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-collapse: collapse;
}
#main-contents-left table tr td a {
	margin: 0; padding: 0; display: block;
	cursor: pointer;
}

#main-contents-left table tr td a:hover {
	opacity: 0.5;
}
#main-contents-left table tr td p {
	margin: 0; padding: 0;
}

#main-contents-left table tr td.active {
	background-color: #ccc;
}
#main-contents-left ul li {
	background-color: #eee;
	border: 0.5px solid #aaa;
	border-top: none;
	padding: 0 0 1rem 0;
}
#main-contents-left ul {
	width: 210px;
}
#main-contents-left ul li table {
	margin: 0 0 0 auto;
}
li.left-title {
	background-color: #aaa; color: #fff; padding: 1rem;
}

li.left-title p {
	color: #fff; margin: 0;
}

.bottom-space { height: 100px; }


/*---------------------------------------------*/
/* main-bar
============================================== */
#Page-company .top-main-bar {
	width: 100%;
	height: 150px;
	background: url("../images/main-bar-company.jpg") no-repeat top;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}


#Page-contact .top-main-bar {
	width: 100%;
	height: 150px;
	background: url("../images/main-bar-contact.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;	
	margin: 0;
}
#Page-boseki .top-main-bar {
	width: 100%;
	height: 150px;
	background: url("../images/main-bar-boseki.jpg") no-repeat center bottom;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

#Page-hakajimai .top-main-bar {
	width: 100%;
	height: 150px;
	background: url("../images/main-bar-hakajimai.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}
#Page-jirei .top-main-bar {
	width: 100%;
	height: 150px;
	background: url("../images/main-bar-jirei.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}
.top-main-bar p {
	font-size: 140%;
	margin: 0 auto;
	color: #ffffff;
	font-weight: bold;
}

.recruit-push {border: 1px solid #007DF1; padding: 0.75em; margin: 0;}
/*---------------------------------------------*/
/* Carousel
============================================== */
.carousel-bgcolor {
	background-color: #f2f2f2;
}

.carousel-control-next, .carousel-control-prev {
	width: 5%!important;
}

/*---------------------------------------------*/
/* boseki
============================================== */
#boseki-lineup {
	width: 100%;
	margin: 10px auto;
	align-items: flex-start;
}
#boseki-lineup div.innerBox {
	width: 48%;
	text-align: left!important;
}
#boseki-lineup div.innerBox2, #hakajimai div.innerBox2 {
	width: 100%;
	text-align: left!important;
	padding: 0px 0 50px 0;
}
#boseki-lineup div img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	display: flex;
}
#boseki-lineup div.innerBox2 img {
	width: 100%;
	max-width:350px;
	height:  auto;
	margin: 0;
}
.bosekiLineupinner {
	width:100%;
	padding: 20px 0 0 0;
}

.bosekiLineupinner div:first-child, .bosekiLineupinner div.left {
	width: 35%;
}	
.bosekiLineupinner div:last-child, .bosekiLineupinner div.right {
	width: 60%;
}

#jirei-boxW div ,#jirei-boxY div {
	width: calc(( 100% - 60px )/4);
	padding-bottom: 15px;
}

#jirei-boxW div:nth-last-child ,#jirei-boxY div:nth-last-child {
	padding-right: 0;
}

@media screen and (max-width: 767.98px) {
	#boseki-lineup div, #hajaimai div {
		width: 100%;
		margin: 0 auto;
		align-items: center;
		flex-direction: column;
	}
	
	#jirei-box div {
		width: 25%;
		padding-right: 15px;
	}
	
	.bosekiLineupinner div:first-child {
		width: 80%;
		margin: 0 auto; display: flex;
		padding-bottom: 10px;
	}	
	.bosekiLineupinner div:last-child {
		width: 100%;
	}

}

/*---------------------------------------------*/
/* hakajimai
============================================== */
#hakajimai div.left, #hakajimai div.right {
	width: 48%;
	text-align: left!important;
}
#hakajimai div.innerBox2 {
	width: 100%;
	text-align: left!important;
}

div.haka-jirei {
	width: 100%!important;
}
.haka-box {
	width: 45%!important;
}
.haka-box-2 {
	width: 50%!important;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: space-between!important;
}

#hakajimai div img {
	width: 100%;
	margin: 0 auto;
	display: flex;
}
.haka-jirei-box {
	width: 60%;
}
div.haka-jirei-arrow {
	width: 15%; padding: 10px;
}

#Page-hakajimai .bosekiLineupinner div:first-child {
	width:45%;
}

#Page-hakajimai .bosekiLineupinner div:last-child {
	width:50%;
}
.new-badge {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	background-color:#007DF1;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
}

@media screen and (max-width:991.98px) {
	#hakajimai div.left , #hakajimai div.right {
		width: 100%;
		text-align: left!important;
		margin-bottom: 20px;
	}
	
	#hakajimai div img {
		width: 100%;
		margin: 0 auto;
		display: flex;
	}
	.haka-box, .haka-box-2 {
		width: 100%!important;
	}
	#Page-hakajimai .bosekiLineupinner div:first-child, #Page-hakajimai .bosekiLineupinner div:last-child {
	width:100%;
}


}

.haka-jirei div.haka-jirei-img {
	width: 45%!important;
}
/*---------------------------------------------*/
/* Footer
============================================== */
footer {
	background-color: #eeeeee;
	font-size: 1em;
	border-top: 2px solid #007DF1;
}
.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #333333;
	background-color: #eeeeee;
}
#footer-content {
	display: flex; flex-direction: row; align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

img.footer-logo { width: 120px; }

#footer-content p { margin: 0; }

.map iframe {
	width: 100%;
	height: 450px;
}
.footer a { color: #333; }
.footer a:hover { text-decoration: underline;}
/*---------------------------------------------*/
/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {

	
} /* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
	img.footer-logo {
		width: 100px;
	}

.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%;
}
} /* END */



/* h1～h6
============================================== */
/*スマホ*/
@media screen and (min-width: 320px) and (max-width:767.98px) {
	
	.h2-udline {
		border-bottom: 2px solid #007DF1;
		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 #007DF1;
		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: #007DF1;
		font-size: 1.2em;
		display: flex;
	  align-items: center;
	  justify-content: space-between;
	}
	
	.h2-sideline::before, .h2-sideline::after {
	  border-top: 1px solid #007DF1;
	  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: 0;
}

#LineupNew a { text-decoration: none; }

#LineupNew a:hover { opacity: 0.5; }

#itemLineup-frame p.EN {
	height: 6rem;
}

#LineupNew .LinupNew-inner {
	background-color: #fff;
	width: calc( 49% - 10px );
	margin-bottom: 40px;
	box-shadow: 3px 3px 6px -2px #555,
  3px 3px 8px rgba(255,255,255,0.8) inset;
}

#Lineup .box-inner {
	width: calc( 49% - 10px );
	background-color: #fff;
}

@media screen and (max-width: 767.98px) {
	#LineupNew .LinupNew-inner {
		width: calc( 100% - 10px );
		margin-bottom: 30px;
	}
}

#LineupNew .LinupNew-inner p {
	margin: 0;
	padding: 1em; 
	line-height: 1.5em;
}
.LineupNew-title { font-size: 20px; padding-top: 30px;}
.LinupNew-inner p.colorGreen { font-size: 100%; padding-bottom: 30px; }

/*---------------------------------------------*/
/* contact
============================================== */
#form-table {
	width: 100%; border: 0.5px solid #aaa;
}

#form-table tr th, #form-table tr td {
	padding: 1rem;
}

#form-table tr th {
	font-weight: normal;
	background-color: #eeeeee;
	width: 20%;
	max-width: 180px;
	border-right: 1px dotted #aaa;
	vertical-align: middle;
/*	border-left: 3px solid #3b74a6;*/
}

#form-table tr {
	border: 1px solid #aaa;
	border-left: none; border-right: none;
	border-collapse: collapse;
}
@media screen and (max-width: 767.98px) {
	#form-table tr th {
		width: 30%;
		max-width: none;
		font-size: 0.9em;
	}	
}
	
/*---------------------------------------------*/
/* company
============================================== */
.top-aisatsu-table, .company-line {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-aisatsu-table .left {
	width: 75%;
}

.top-aisatsu-table .right {
	width: 25%;
}
section.top-aisatsu {
	padding: 50px 0;
}
.company-info .company-line {
	border-top: 0.5px solid #aaa;
	border-collapse: collapse;
	padding: 1rem 0.5em;
	line-height: 1.8rem;
}
.company-line div.ccc {
	width: 80%;
}
.company-line div.ccc p {
		margin: 0;
	}
.company-midashi {
	color: #007DF1;
	font-weight: bolder;
	padding-left: 1em;
	width: 15%;
	display: flex;
	align-items: center;
}

	.torihikisaki {
		display: flex; flex-wrap: wrap; flex-direction: row;
		
	}
	.torihikisaki div.aaa {
		width: 30%;
	}
	.torihikisaki div.bbb {
		width: 70%;
		line-height: 1.2em;
		padding-bottom: 1em;
	}
.torihikisaki p {
	word-break: break-all;
}


@media screen and (max-width:767.98px) {
	.top-aisatsu { padding: 10px;}
	.top-aisatsu-table {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 90%;
	}
	.top-aisatsu-table .left {
		width: 100%;
		order: 2;
	}
	.top-aisatsu-table .right {
		width: 50%; margin: 20px auto 30px auto;
		order: 1;
	}
	
	.company-line div:nth-child(2n) {
		width: 100%;
	}
	.company-line div:nth-child(2n) p {
		margin: 0;
	}
	.company-midashi {
		color: #007DF1;
		font-weight: bolder;
		padding-left: 0em;
		padding-bottom: 0.5em;
		width: 100%;
	}
	
	.torihikisaki div.aaa {
		width: 39%!important;
	}
	.torihikisaki div.bbb {
		width: 59%!important;
	}
	
}

.company-images {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap:wrap;
}
.company-images .course-box {
	width: calc( 50% - 10px );
		margin-bottom: 20px;
}



@media screen and (min-width:768px) {
	.history-kaihatsu {
		flex-direction: row;
	}

	.company-images .course-box {
	width: calc( 25% - 10px );
}
}


.text-line {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 1.5rem 0;
}

.text-line:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ  .text-line:before, */
  background: #aaa; /* 線の色 */
}

.text-line:after {
	margin-left: 2rem;
}


.text-lineBlue {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 1.5rem 0;
}

.text-lineBlue:before, .text-lineBlue:after {
  content: "";
  flex-grow: 1;
  height: 2px; /* 線の太さ */
  background:#3b74a6; /* 線の色 */
}

.text-lineBlue:before {
	margin-right: 2rem;
}

.text-lineBlue:after {
	margin-left: 2rem;
}



.ouyoubunya {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.-ouyoubunyainner {
	display: flex;
	width: calc(50% - 10px);
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}
.appli-images {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.appli-images div img{
	width: 100%;
}

.appli-images div {
	width: calc(50% - 10px);
}


#product-design .kaihatsu-box p:nth-child(odd) {
	margin: 0rem 0 1.5rem 1.25rem;
	line-height: 1.5rem;
}

#product-design .history-kaihatsu strong {
	color: #3b74a6;
}



.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%;
}

.more-info {
	background-color: #ffff00;
	padding: 1rem 0;
}

.more-images {
	border: 3px solid #ffff00;
}


.keikou {
	background-color: #FB64F5;
}

/*---------------------------------------------*/
/* 価格表記
============================================== */
.price-remove, .price-glass {
	background-color: #fff;
}
.price-remove tr td, .price-remove tr th, .price-glass tr th, .price-glass tr td {
	border: 0.5px solid #000;
	text-align: center;
	width: 50%;
}

.price-remove tr th , .price-glass tr th {
	background-color: #7EBFFC;
	font-weight: normal;
}