@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
textarea {
resize: none;
-webkit-appearance: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
ul {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width /***/:auto;
}







/*style css*/
html {
	scroll-behavior: smooth;
}
 body {
font-family: "Noto Sans JP", sans-serif; //ページ全体に適用
}
body {
	background-image: url('../img/bg01.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
p {
	font-size: 1.1rem;
	line-height: 2;
	color: #555;
}
p.point {
	font-weight: 600;
	color: #319ea3;
}
a {
	text-decoration: none;
}

#head {
	height: 78px;
}
#page-title {
	background-image: url(../img/title-bg01.jpg);
	background-size: cover;
	height: 25vh;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
/*	position: sticky;
	top: 0px;
	z-index: 9;*/
}
#page-title.page-title2 {
	background-image: url(../img/title-bg02.jpg);
}
#page-title.page-title3 {
	background-image: url(../img/title-bg03.jpg);
}
#page-title.page-title4 {
	background-image: url(../img/title-bg04.jpg);
}
#page-title.page-title5 {
	background-image: url(../img/title-bg05.jpg);
}
#page-title h1 {
	font-size: 4vh;
	color: #fff;
	text-shadow: 1px 1px 4px #000;
	font-weight: 600;
}
#anchor-link {
	background-color: #eeee;
	padding: 30px;
	position: sticky;
	top: 70px;
/*	top: 160px;*/
	z-index: 10;
}
#anchor-link ul {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#anchor-link ul li {
	line-height: 2;
	width: 100%;
	color: #777;
	font-weight: 400;
}
#anchor-link ul li i {
	margin-right: 15px;
	color: #319ea3;
}
#anchor-link ul li a {
	color: #319ea3;
	font-weight: 500;
}

#wrapper {
	margin: 58px 8%;
}
#main {
	max-width: 1200px;
	margin: 0 auto;
}
h2 {
	position: relative;
	font-size: 2rem;
	text-align: center;
	margin: 3rem 0 5rem;
	line-height: 1.3;
}
h2::before {
	display: block;
	margin-bottom: 40px;
	color: #6bbaff;
	font-size: 1.2rem;
}
.block {
	margin-bottom: 6rem;
}
.block::before {
	content: "";
	display: block;
	height: 14rem;
	margin-top: -14rem;
	visibility: hidden;
}
h2#h2-message::before {
	content: 'MESSAGE';
}
h2#h2-support::before {
	content: 'SUPPORT';
}
h2#h2-result::before {
	content: 'RESULT';
}
h2#h2-process::before {
	content: 'PROCESS';
}
h2#h2-facility::before {
	content: 'FACILITY';
}
h2#h2-certification::before {
	content: 'CERTIFICATION';
}
h2#h2-outline::before {
	content: 'OUTLINE';
}
h2#h2-factory::before {
	content: 'FACTRY';
}
h2#h2-history::before {
	content: 'HISTORY';
}
h2#h2-access::before {
	content: 'ACCESS';
}
h2#h2-workplace::before {
	content: 'WORKPLACE';
}
h2#h2-requirements::before {
	content: 'REQUIREMENTS';
}
h2#h2-contact::before {
	content: 'CONTACT';
}
h2#h2-news::before {
	content: 'NEWS';
}

h2::after {
	content: '';
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 1px;
	background-color: #6bbaff;
}
h3 {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	border-left: 6px solid #319ea3;
	padding: 8px 20px;
	line-height: 1.4;
}
.column {
	display: flex;
	flex-direction: column;
}
.column.mar2 {
	margin: 2rem 0;
}
.column .column-item {
	flex: 1;
	margin: .5em;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.column .column-item.btn {
	border-radius: 12px;
}

.column .column-item img {
	transition: .5s ease-in-out;
	opacity: 1;
	transform: scale(1);
}
.column .column-item a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
}
.column .column-item a:hover img {
	opacity: .7;
	transform: scale(1.1);
}
.column .column-item .btn-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.tdesign1 {
	border-top: 1px solid #ddd;
	color: #555;
	width: 100%;
}
.tdesign1 tr {
	display: flex;
	flex-wrap: wrap;
}
.tdesign1 th, .tdesign1 td {
	padding: 1.5%;
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.tdesign1 th {
	background-color: #eee9;
}
.tdesign1 td {
	background-color: #fff9;
}
.tdesign1 ol {
	margin-left: 5%;
}

.content-img {
	text-align: center;
	margin: 3rem 0;
}

.link-btn {
	display: flex;
}
.link-btn a {
	margin: 2rem auto 0;
	background-color: #319ea3;
	color: #fff;
	padding: 1rem 2rem;
	border-radius: 12px;
	transition: .5s ease-in-out;
	opacity: 1;
}
.link-btn a:hover {
	opacity: 0.7;
}

#footer {
	background-color: #319ea3;
	margin-top: 6rem;
	padding: 1.5rem 6% 0;
	color: #fff;
}
#footer p {
	color: #fff;
}
#footer ul {
	display: none;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#footer-logo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 1rem auto 2rem;
}
#footer-logo-l p {
	font-size: 1rem;
	margin: 1rem 0;
}
#footer-logo-r img {
	width: 180px;
	margin: 30px auto;
	border: 1px solid #ddd;
	border-radius: 4px;
}
#footer-logo-r {
	align-items: flex-end;
	display: flex;
}
#copyright {
	padding: .5rem;
	text-align: center;
}

.pc {
	display: none;
}

@media screen and (min-width: 768px) {
#anchor-link ul li {
	width: 33%;
}

.column {
	flex-direction: row;
}

.block::before {
	content: "";
	display: block;
	height: 9rem;
	margin-top: -9rem;
	visibility: hidden;
}

.tdesign1 th {
	width: 15%;
}
.tdesign1 td {
	width: 79%;
}
.tdesign1 ol {
	margin-left: 1.5%;
}

#footer ul {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 3rem;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
}

/* index */
#slider {
    width: 100%;
    height: calc(50vh - 78px);/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/

}
#slider-title {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	/* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
	font-weight: 600;
	line-height: 1.5;
	text-shadow: 2px 2px 4px #000;
	display: flex;
	justify-content: center;
}
#news table.tdesign1 {
	max-width: 900px;
	margin: 0 auto;
}

/*文字アニメ*/
#slider-title span {
	transition: 1s;
	opacity: 0;
	transform: translateY(20px);
	display: block;
}
#slider-title span:first-child {
  animation: catch_anime 1.4s forwards 2s;　
}
#slider-title span:nth-child(2) {
  animation: catch_anime 1.4s forwards 4s;
}
#slider-title span:nth-child(3) {
  animation: catch_anime 1.4s forwards 6s;
}


@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*文字アニメend*/
.index-copy {
	margin: 6rem auto 4rem;
	text-align: center;
	font-size: .9rem;
	line-height: 2;
	color: #666;
}
.index-img {
	text-align: center;
	margin: 3rem auto 10rem;
}

@media screen and (min-width: 768px) {
#slider {
    height: calc(100vh - 78px);/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/

}
#slider-title {
	font-size: 3.5vw;
}
.index-copy {
	font-size: 1.2rem;
}
}

/*business*/
.photo p {
	line-height: 1.4;
	margin-top: .5rem;
	font-size: 1rem;
}

/*recruit*/
#h2-requirements {
	margin: 8rem 0 2rem;
}
.h3-requirements {
	margin-top: 3rem;
}

/*contact*/
.col-sm-9.radio-ban-row {
	display: flex;
	flex-wrap: wrap;
}
.col-sm-9.radio-ban-row > div {
	width: 100%;
}
#contact-form {
	background-color: #f0f8ff8f;
	padding: .5rem;
	border-radius: 12px;
}
.contact-btn {
	text-align: center;
}
.contact-btn input {
	padding: .8rem 3rem;
	font-size: 1.2rem;
	border-radius: 12px;
	margin: 2rem .5rem 0;
}
#powered_by_me {
	display: none;
}

@media screen and (min-width: 768px) {
.col-sm-9.radio-ban-row > div {
	width: 200px;
}
#contact-form {
	padding: 1.5rem;
}
}

/*# sourceMappingURL=luxbar.css.map */

.luxbar-default {
  width: 100%;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.luxbar-static {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .luxbar-static .luxbar-checkbox:checked ~ .luxbar-menu {
    position: absolute; }

.luxbar-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.luxbar-fixed-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.luxbar-hamburger span, .luxbar-hamburger span::before, .luxbar-hamburger span::after {
  display: block;
  height: 2px;
  width: 26px;
  transition: 0.6s ease; }

.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span {
  background-color: transparent; }
  .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::before, .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::after {
    margin-top: 0; }

.luxbar-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 58px; }

.luxbar-menu-left .luxbar-navigation, .luxbar-menu-left .luxbar-header {
  justify-content: flex-start; }

.luxbar-menu-right .luxbar-hamburger {
  margin-left: auto; }

.luxbar-brand {
  font-size: 1.6em;
  padding: 18px 24px 18px 24px; }

.luxbar-menu {
  min-height: 78px;
  transition: 0.6s ease;
  width: 100%; }

.luxbar-navigation {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 0; 
  padding-top: 10px;}

.luxbar-menu a,
.luxbar-item a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

.luxbar-item {
  height: 58px; }
  .luxbar-item a {
    padding: 18px 24px 18px 24px;
    display: block; }

.luxbar-hamburger {
  padding: 18px 24px 18px 24px;
  position: relative;
  cursor: pointer; }
  .luxbar-hamburger span::before, .luxbar-hamburger span::after {
    content: '';
    position: absolute; }
  .luxbar-hamburger span::before {
    margin-top: -8px; }
  .luxbar-hamburger span::after {
    margin-top: 8px; }

.luxbar-checkbox {
  display: none; }
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: hidden;
    height: 78px; }
  .luxbar-checkbox:checked ~ .luxbar-menu {
    transition: height 0.6s ease;
    height: 100vh;
    overflow: auto; }

.dropdown {
  position: relative;
  height: auto;
  min-height: 58px; }
  .dropdown:hover > ul {
    position: relative;
    display: block;
    min-width: 100%; }
  .dropdown > a::after {
    position: absolute;
    content: '';
    right: 10px;
    top: 25px;
    border-width: 5px 5px 0;
    border-color: transparent;
    border-style: solid; }
  .dropdown > ul {
    display: block;
    overflow-x: hidden;
    list-style: none;
    padding: 0; }
    .dropdown > ul .luxbar-item {
      min-width: 100%;
      height: 29px;
      padding: 5px 10px 5px 40px; }
      .dropdown > ul .luxbar-item a {
        min-height: 29px;
        line-height: 29px;
        padding: 0; }




@media screen and (min-width: 768px) {
  .luxbar-navigation {
    flex-flow: row;
    justify-content: flex-end; }

  .luxbar-hamburger {
    display: none; }

  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: visible; }
  .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 58px; }

  .luxbar-menu .luxbar-item {
    border-top: 0; }

  .luxbar-menu-right .luxbar-header {
    margin-right: auto; }

  .dropdown {
    height: 58px; }
    .dropdown:hover > ul {
      position: absolute;
      left: 0;
      top: 58px;
      padding: 0; }
    .dropdown > ul {
      display: none; }
      .dropdown > ul .luxbar-item {
        padding: 5px 10px; }
        .dropdown > ul .luxbar-item a {
          white-space: nowrap; } 
}

@media all and (min-width: 768px) and (max-width: 1024px) {
.luxbar-item a {
	padding: 18px 8px 18px 8px;
	display: block;
	font-size: 14px;
}
}


.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::before {
  transform: rotate(225deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::after {
  transform: rotate(-225deg); }

.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::before {
  transform: rotate(45deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::after {
  transform: rotate(-45deg); }

/******* color variables *******/
/******* default dark *******/
.luxbar-menu-dark,
.luxbar-menu-dark .dropdown ul {
  background-color: #212121;
  color: #fff; }

.luxbar-menu-dark .active,
.luxbar-menu-dark .luxbar-item:hover {
  background-color: #424242; }
.luxbar-menu-dark .luxbar-hamburger span,
.luxbar-menu-dark .luxbar-hamburger span::before,
.luxbar-menu-dark .luxbar-hamburger span::after {
  background-color: #fff; }

/******* default light *******/
.luxbar-menu-light,
.luxbar-menu-light .dropdown ul {
  background-color: #e0e0e0;
  color: #212121; }

.luxbar-menu-light .active,
.luxbar-menu-light .luxbar-item:hover {
  background-color: #bdbdbd; }
.luxbar-menu-light .luxbar-hamburger span,
.luxbar-menu-light .luxbar-hamburger span::before,
.luxbar-menu-light .luxbar-hamburger span::after {
  background-color: #212121; }

/******* default material-red *******/
.luxbar-menu-material-red,
.luxbar-menu-material-red .dropdown ul {
  background-color: #b71c1c;
  color: #fff; }

.luxbar-menu-material-red .active,
.luxbar-menu-material-red .luxbar-item:hover {
  background-color: #c62828; }
.luxbar-menu-material-red .luxbar-hamburger span,
.luxbar-menu-material-red .luxbar-hamburger span::before,
.luxbar-menu-material-red .luxbar-hamburger span::after {
  background-color: #fff; }

/******* default material-indigo *******/
.luxbar-menu-material-indigo,
.luxbar-menu-material-indigo .dropdown ul {
  background-color: #1a237e;
  color: #fff; }

.luxbar-menu-material-indigo .active,
.luxbar-menu-material-indigo .luxbar-item:hover {
  background-color: #283593; }
.luxbar-menu-material-indigo .luxbar-hamburger span,
.luxbar-menu-material-indigo .luxbar-hamburger span::before,
.luxbar-menu-material-indigo .luxbar-hamburger span::after {
  background-color: #fff; }

/******* default material-green *******/
.luxbar-menu-material-green,
.luxbar-menu-material-green .dropdown ul {
  background-color: #1b5e20;
  color: #fff; }

.luxbar-menu-material-green .active,
.luxbar-menu-material-green .luxbar-item:hover {
  background-color: #2e7d32; }
.luxbar-menu-material-green .luxbar-hamburger span,
.luxbar-menu-material-green .luxbar-hamburger span::before,
.luxbar-menu-material-green .luxbar-hamburger span::after {
  background-color: #fff; }

/******* default material-amber *******/
.luxbar-menu-material-amber,
.luxbar-menu-material-amber .dropdown ul {
  background-color: #ff6f00;
  color: #fff; }

.luxbar-menu-material-amber .active,
.luxbar-menu-material-amber .luxbar-item:hover {
  background-color: #ff8f00; }
.luxbar-menu-material-amber .luxbar-hamburger span,
.luxbar-menu-material-amber .luxbar-hamburger span::before,
.luxbar-menu-material-amber .luxbar-hamburger span::after {
  background-color: #fff; }

/******* default material-brown *******/
.luxbar-menu-material-brown,
.luxbar-menu-material-brown .dropdown ul {
  background-color: #3e2723;
  color: #fff; }

.luxbar-menu-material-brown .active,
.luxbar-menu-material-brown .luxbar-item:hover {
  background-color: #4e342e; }
.luxbar-menu-material-brown .luxbar-hamburger span,
.luxbar-menu-material-brown .luxbar-hamburger span::before,
.luxbar-menu-material-brown .luxbar-hamburger span::after {
  background-color: #fff; }

/******* default material-bluegrey *******/
.luxbar-menu-material-bluegrey,
.luxbar-menu-material-bluegrey .dropdown ul {
  background-color: #263238;
  color: #fff; }

.luxbar-menu-material-bluegrey .active,
.luxbar-menu-material-bluegrey .luxbar-item:hover {
  background-color: #37474f; }
.luxbar-menu-material-bluegrey .luxbar-hamburger span,
.luxbar-menu-material-bluegrey .luxbar-hamburger span::before,
.luxbar-menu-material-bluegrey .luxbar-hamburger span::after {
  background-color: #fff; }

/******* default material-cyan *******/
.luxbar-menu-material-cyan,
.luxbar-menu-material-cyan .dropdown ul {
  background-color: #fff;
  color: #777; }

.luxbar-menu-material-cyan .active, .luxbar-menu-material-cyan .luxbar-item:hover {
	/* background-color: #00838f; 
	border-bottom: 2px solid #67c5ca;
	box-sizing: border-box; */
}
.luxbar-menu-material-cyan .luxbar-hamburger span,
.luxbar-menu-material-cyan .luxbar-hamburger span::before,
.luxbar-menu-material-cyan .luxbar-hamburger span::after {
  background-color: #777; }

/*# sourceMappingURL=luxbar.css.map */

/*# Modaal #*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}