@charset "utf-8";


body {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}

a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	 color: inherit;

}





* {
	padding: 0;
	margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;

}


/* モバイルレイアウト : 480 px およびそれ以下. */



.gridContainer {
	width: 100%;
}

.br_sp {
	display: inline-block;
}

.br_pc {
	display: block;
}

header {
	background-image: url(../img/top_img.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
 position: relative;
 height: 300px;
 width: 100%;
 display: block;

}

header:before {
  content: '';
  background-color: rgba(0,0,0,.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

nav {
	width: 90%;

}

#nav-drawer {
  position: relative;
	z-index: 9999;
}

.nav-unshown {
  display:none;
}

#nav-open {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  padding:0;
  margin-top:20px;
	margin-left: 20px;

}


#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 4px;
  width: 30px;
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -10px;
}
#nav-open span:after {
  bottom: -20px;
	font-size: 10px;
	line-height: 30px;
	color: #fff;
}


#nav-close {
  position:absolute;
  display: none;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 60px;
  height:60px;
  transition: .6s ease-in-out;
  padding:0px;
  padding-right:0;
}

#nav-close span:before,
#nav-close span:after {
	display: block;
	position:fixed;
  height: 4px;
  width: 30px;
  border-radius:3px;
	content: "";
	top: 35px;
	left: 20px;
  background: #fff;
}
#nav-close span:before {
	transform: rotate(-45deg);
}
#nav-close span:after {
	transform: rotate(45deg);

}


#nav-content {
  position: fixed;
  overflow: auto;
  top: 0px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.55);
  transition: .6s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);


}

#nav-input:checked ~ #nav-close {
  display: block;
}


#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


#nav-content ul{
	position:absolute;
	top:0;
	list-style:none;
	text-align:left;
	padding:0;
	margin:0;
	width:80%;
	height: 100%;
	background: #1b2c6f;
}

#nav-content ul li{
	padding:20px;
	margin:0;
	border-bottom: solid 0.5px rgba(255,255,255,0.55);
	position: relative;
	letter-spacing: 0.1em;
	color: #fff;
	font-weight: 600;
}


#nav-content ul li:first-child{
	padding-top: 80px;
}

#nav-content ul li a {
	text-decoration: none;
	display:block;
	width:100%;
	padding:0;
	margin:0;
	color:#fff;
}

.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #191970 50%, rgba(255,255,255,0.05) 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
	height: 100vh;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}


@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

h1 {
	 position: absolute;
	 top:20px;
	 right:10px;
	 text-align: right;
}

h1 img {
	width: 50%;
}

.catch_copy_top {
	color: #fff;
	 position: absolute;
	 top:120px;
	 width: 100%;
	 display: block;
	 text-align: center;
	 font-size: 40px;
	 font-weight: 900;
	 letter-spacing: 10px;
	 font-family: 'Nunito Sans', sans-serif;
	 font-weight: 900;
}

.catch_copy {
	color: #fff;
	 position: absolute;
	 top:170px;
	 width: 100%;
 	display: block;
 	text-align: center;
	 font-size: 10px;
	 letter-spacing: 5px;
}
.co_p {
	color: #fff;
	 position: absolute;
	 top:50%;
	 left:10%;
	 font-size: 10px;
	 font-weight: 900;
	 letter-spacing: 5px;
	 	font-family: 'Nunito Sans', sans-serif;
}

content {
	display: block;
	position:relative;
	z-index: 999;
	background: #fff;
}

.content_div {
	display: block;
	margin-bottom: 20px;

}

.text_box {
	background: #fff;
	margin: 10px;
	padding:20px;
	margin-bottom: -25px;
	position: relative;
	z-index: 99;
}

.text_box_flex {
	background: #fff;
	margin: 10px;
	padding:20px;
	margin-top: -25px;
	position: relative;
	z-index: 99;
}

.img_p img{
	width: 100%;

}

h2 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: #1b2c6f;
	padding-bottom: 10px;
}

h3 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	font-size: 32.5px;
	color: #1b2c6f;
	padding-bottom: 10px;
}


.h_p {
	font-weight: 900;
	font-size: 13px;
color: #1b2c6f;
padding-bottom: 20px;

}

.text_box_dl dt{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	  color: #7172ac;
		margin: 0 0 10px;
		position: relative;
		font-size: 12px;
		display: inline-block;
		padding: 0 ;
}

.text_box_dl dt:after{
	content: '';
	  position: absolute;
	  top: 50%;
	  display: inline-block;
	  width: 100px;
	  height: 2px;
	  background-color: #7172ac;
		left: 55px;
}


.text_box_dl dd {
	font-size: 14px;
	margin-bottom: 20px;

}

.text_box_dl .text_top {
	font-size: 18px;
	margin: 0 0 15px;
	font-weight: 900;
}

.text_box_flex_2 {
	background: #fff;
	padding: 20px;
}

.text_box_dl_2 {
	text-align: center;
	margin-bottom: 20px;
}

.text_box_dl_2 dt img{
	width: 60%;
}

.text_box_dl_2 dd{
	padding: 5px;
	margin-bottom: 10px;
	font-size: 14px;
}

.text_dd_3 {

		display: block;
}

.text_box_dl_2 .dd_no {
	font-size: 20px;
	font-weight: 900;
		font-family: 'Nunito Sans', sans-serif;
		 color: #7172ac;
		 margin-bottom: 5px;
		 padding-bottom: 0;
}

.text_box_dl_2 .text_top_2 {
	font-size: 20px;
	font-weight: 900;
color: #7172ac;
padding-top: 0;
margin-top: 0;
}

.link_p {
	font-weight: 900;
	font-size: 13px;
	display:inline-block;
	width:200px;
   padding: 20px;
	 padding-top: 15px;
	 padding-bottom: 15px;
   text-decoration: none;
   border-radius: 4px;
   color: #ffffff;
   background-image: linear-gradient(#000 0%, #333333 100%);
   box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
   border-bottom: solid 3px #1a1a1a;
}

.text_box_3 {
	background: #fff;
	margin: 10px;
	padding:20px;
	margin-top: -25px;
	position: relative;
	z-index: 99;
}

.text_box_4 {
	background: #fff;
	margin: 10px;
	padding:10px;
	margin-top: -25px;
	position: relative;
	z-index: 99;
}

.text_box_3_dl {
	margin-top: 20px;
}

.text_box_3_dl dt{
	color: #7172ac;
	margin: 0 0 10px;
	position: relative;
	font-size: 16px;
	display: inline-block;
	padding: 0 ;
}

.text_box_3_dl dd{
	font-size: 14px;
	margin-bottom: 20px;

}

.far {
	padding-right: 5px;

}

.contact_p_top {
	text-align:center;
	margin: 10px;
	font-weight: 900;

}

.contact_p{
	text-align: center;

}



.contact_p img{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;

}

h4 {
	line-height: 30px;
	border-left: solid 10px #000080;
	padding-left: 15px;
	margin-bottom: 10px;
	color:  #000080;

}

table {
border-collapse: collapse;
line-height: 1.5;
margin-bottom: 20px;
width: 100%;
}


table th {
padding: 15px;
font-weight: bold;
vertical-align: middle;
background: #000080;
color: #fff;
width: 70%;
}
table td {
padding: 15px;

}

.product_name {
	text-align: left;

}

.product_weight {
	text-align: center;
}

.title_td {
	height: 100px;
}


.table_top {
	background: none;
	color: #000080;
	text-align: left;
	position: relative;
	padding: 0.6em;
  background: #e0edff;
}

.table_top:after  {
	position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

table tr:nth-child(even) {
background: #f5f5f5;
}

.recruit_table {
	border-right: solid 2px #e0edff;
}

 .fas {
 	padding-left: 5px;

 }

 .faq_p {
	 text-align: center;
	 color: #161666;

 }

.text_box_3 .faq {
	position: relative;
 padding-left: 35px;
 color:#153c6e;
 display: block;
 line-height: 30px;
 font-weight: 600;
}

.faq:before {
  position: absolute;
  content: "Q";
  background: #c9e2ff;
  color: #153c6e;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
	margin-right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	font-weight: 600;
}

.text_box_from ol {
	list-style: none;

}

.text_box_from ol li:not(:last-child):after{
font-family: "Font Awesome 5 Free";
  content: '\f103';
  display: block;
	font-weight: 900;
  font-size: 2em;
  color: skyblue;
  padding: 0.3em;

}

/* from*/

.text_box_from {
	background: #fff;
	margin: 10px;
	padding:20px;
	margin-top: -25px;
	position: relative;
	z-index: 99;
}

.row {
	text-align: center;

}

.col-sm-offset-2 {
	background: #f5f5f5;
	padding: 10px;

}


.form-group {
	margin: 20px;
	margin-left: 0;
	text-align: left;

}

.label-danger {
	display:block;
	width: 20px;
	font-size: 6px;
	margin: 5px;
	padding: 0;
	border: solid 1px red;
	border-radius: 5px;
	color: red;
	font-weight: 600;
	background: rgba(255,0,0,0.25);
	text-align: center;
}

label {
	font-size: 16px;

}

.form-control {
	display: block;
	width: 100%;
	padding: 10px;
	border: solid 1px #d3d3d3;
	border-radius: 5px;
	background: rgba(211,211,211,0.25);

}

textarea {
  resize: vertical;
  width:100%;
  height:200px;
}

button {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;
  color: #FFF;
  border-radius: 3px;
	text-align: center;
	border: none;

}

footer {
	position: relative;
	display: block;
	margin-top: 40px;
	padding-bottom: 20px;
	background: none;
	background: #161666;
}

.footer_ul {
	list-style:none;
	padding-top:50px;
	margin:20px;
	margin-left:0;
	margin-right:0;


}

.footer_ul li{
	padding:0;
	margin:0;

}

.footer_ul dl{
	padding:20px;
	margin:0;
	color:#fff;
	letter-spacing:3px;

}


.footer_ul dt{
	padding:0;
	padding-bottom:10px;
	margin:0;
	border-bottom:0.1rem solid #fff;
	font-size:15px;
	font-weight:800;

}

.company_span {
	font-size:18px;
	font-weight:800;
	display:inline-block;

}

.footer_ul dd{
	padding:10px;
	padding-left:0;
	padding-right:0;
	margin:10px;
	margin-left:0;
	margin-right:0;
	width:auto;
	font-size:13px;

}

.footer_ul dd a{
	color:#fff;

}

.site_map_dl dd{
	position: relative;

}

.site_map_dl dd:before{
	font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  padding-right : 5px;/*文字との隙間*/
  color: #fff;/
	position: absolute;
}

.tel_span {
	font-size: 20px;
	font-weight: 900;
}

.fas {
	padding-right: 10px;

}


.copywriter {
	text-align:center;
	padding:20px;
	color:#FFF;
	font-size: 13px;

}


.copywriter a{
	color:#FFF;

}


/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;

}



}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 1000px) {
.gridContainer {
	width: 100%;
	max-width: 1920px;
	margin: 0;
}

.br_sp {
	display:block;
}

.br_pc {
	display:inline-block;
}

header {
height: 400px;

}


nav {
	width: 100%;
}

#nav-open {
    display:none;
  }

	#nav-content {
	transform: none;
	position:static;
height: auto;
width: 100%;

	}


	#nav-content ul{
		display: flex;
justify-content: flex-end;
		width: 100%;
		height: auto;
			background:rgba(255,255,255,0.55);
	}

	#nav-content ul li{
		border-bottom: none;

	}

	#nav-content ul li a{

		color:#161666;
	}

	#nav-content ul li a:hover {
text-shadow: 1px 2px 3px #ffffff;
	}

	#nav-content ul li:first-child{
		padding-top:20px;
	}


h1 {
	top:150px;
	width: 100%;
	text-align: center;
}

h1 img {
	width: 2.5%;
}

.catch_copy_top {
	top:195px;
	font-size: 4vw;

}

.catch_copy {
	top:275px;
	font-size: 1.5vw;
}

content {
	background: #f5f5f5;
}

.content_div {
	padding: 0;
}


h2 {

	font-size: 40px;

}

.h_p {
	font-size: 17px;
}

.text_box {
		padding: 120px;
		margin: 120px;
		margin-top: 50px;
		margin-bottom:-100px;
		padding-top: 50px;
		padding-bottom: 50px;

}

.text_box_flex {
	padding: 120px;
	margin: 120px;
	margin-top: -100px;

}

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


.text_box_3 {
	padding: 120px;
	padding-top: 50px;
	margin: 120px;
	margin-top: -100px;
}

.text_box_4 {
	display: flex;
justify-content: space-around;
	margin: 120px;
	margin-top: -100px;
	padding: 120px;
	padding-top: 50px;


}

.contact_p img{
	width: 60%;
	margin-top: 20px;

}

.table_flex {
	flex-basis:45%;
}



.text_box_flex .text_box_dl {
	display:block;
	flex-basis:40%;
}

.text_box_dl .text_top {
	font-size: 30px;
}

.text_box_dl dt{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	  color: #7172ac;
		margin: 0 0 10px;
		position: relative;
		font-size: 14px;
		display: inline-block;
		padding: 0 ;
}




.text_box_dl dd {
	font-size: 17px;


}

.text_box_flex_2 {
	display: flex;
	flex-wrap:nowrap;
	justify-content: center;
	padding-top: 40px;
}

.text_box_flex_2 .text_box_dl_2 {
	display:block;

}

.text_box_dl_2 dt img{
	width: 50%;
}

.my-skyblue {color: skyblue}

/* from*/

.text_box_from {
	padding: 120px;
	padding-top: 50px;
	margin: 120px;
	margin-top: -100px;

}


.row {
	display: block;
	text-align: center;
}

.col-sm-offset-2 {
	display: inline-block;
	width: 50%;
	padding-left: 10%;
	padding-right: 10%;

}

footer {
	padding-top: 20px;
}

.footer_ul {
	display:flex;
  justify-content: flex-end;
	width:100%;

}

.footer_ul li{
	width:20%;
	max-width: 350px;
	display:flex;
	flex-direction: column;

}



}
