@charset "utf-8";

.wrap-top-inn h2 {
	font-size: 40px;
}
@media only screen and (max-width: 1024px) {
.wrap-top-inn h2 {
	font-size: 30px !important;
}
}
@media only screen and (max-width: 480px) {
.wrap-top-inn h2 {
	font-size: 18px !important;
}
}

@media only screen and (max-width: 1024px) {
.sub .box1 h2 {
	font-size: 16px !important;
}
}

/*h3 reason 使用済 */

.wrap-top-inn h4 {
  position: relative;
  display: inline-block;
  padding: 0 10%;
margin: 5% 0 3%;
	font-size:200%;
	font-weight: bold;
	
}

@media only screen and (max-width: 1366px) {
.wrap-top-inn h4 {
	font-size: 220%;
	letter-spacing: 0;
}

}

@media only screen and (max-width: 1024px) {
.wrap-top-inn h4 {
	font-size: 200%;
}

}

@media only screen and (max-width: 768px) {
.wrap-top-inn h4 {
	font-size: 160%;
}

}

@media only screen and (max-width: 540px) {
.wrap-top-inn h4 {
	font-size: 130%;
}

}

.wrap-top-inn h6 {
  border-bottom: solid 3px #868686;
  font-size: 130%;
  padding-left: 1%;
  padding-bottom: 0.5%;
  font-weight: bold;
  margin: 0 0 2%;
}
@media only screen and (max-width: 820px) {
.wrap-top-inn h6 {
    font-size: 100%;
    padding: 0.5% 1.5%;
    margin: 4% 0 1%;
  }
}


.wrap-top-inn .more-btn {
	text-align: center;
	margin-top:3%;
}
.wrap-top-inn .more-btn a {
	display: inline-block;
	width: 70%;
	height: auto;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border-radius: 0;
	position: relative;
	transition: all .4s;
	text-decoration:none;
	padding:10px 0;
	margin:0 auto;
	background: rgb(102,164,237);
background: linear-gradient(342deg, rgba(102,164,237,1) 46%, rgba(78,143,209,1) 46%);
		border:#085da3 solid 1px;
	color: #fff;

}


.wrap-top-inn .more-btn a:hover {
		background: rgb(241,159,28);
	background: linear-gradient(342deg, rgba(241,159,28,1) 46%, rgba(235,142,21,1) 46%);
			border:#eb8e15 solid 1px;

	color: #fff;
	
}

@media only screen and (max-width: 820px) {
.wrap-top-inn .more-btn a {
	width: 70%;
		font-size: 100%;

}

}

/* ican
------------------------------------------------------- */
#ican {
	margin: 3% auto ;
}



/* reason
------------------------------------------------------- */
#reason {
	margin: 5% 0;
}
#reason ul {
	margin-top: 3%;
}
#reason li {
	width: 25%;
	float: left;
	background: #365c92;
	color:#fff;
}
@media only screen and (max-width: 1024px) {
	#reason li {
	width: 50%;
	}
}

#reason li:nth-child(2) {
	background: #10a4ae;
}
#reason li:nth-child(3) {
	background: #ff8c75;
}
#reason li:nth-child(4) {
	background: #008cd1;
}

#reason li .Rinn {
	width: 85%;
	margin: 6% auto;
	text-align: center;
	height: 45vh;
	text-align: left;
}

#reason li .Rinn p {
	font-size:130%;
	margin-bottom: 4%;
		line-height: 1.25;
	text-align: center;

}

@media only screen and (max-width: 1300px) {
	#reason li .Rinn {
font-size:90%;
	}
}
@media only screen and (max-width: 1220px) {
	#reason li .Rinn p {
font-size:120%;
	}
}
@media only screen and (max-width: 1021px) {
		#reason li .Rinn {
font-size:100%;
	}
#reason li .Rinn p {
font-size:130%;
	}
}
@media only screen and (max-width: 768px) {
		#reason li .Rinn {
font-size:90%;
	}
#reason li .Rinn p {
font-size:120%;
	}
}

@media only screen and (max-width: 400px) {
		#reason li .Rinn {
font-size:80%;
	}
#reason li .Rinn p {
font-size:110%;
	}
}
@media only screen and (max-width: 360px) {
		#reason li .Rinn {
	height: 55vh;
	}
}

#reason li .Rinn p[title] {
	background: #fff;
	color:#365c92;
		margin-bottom: 8%;
	padding: 1.5% 0.5%;
}

#reason li:nth-child(2) .Rinn p[title] {
	color: #10a4ae;
}
#reason li:nth-child(3) .Rinn p[title] {
	color: #ff8c75;
}
#reason li:nth-child(4) .Rinn p[title] {
	color: #008cd1;
}

#reason li .Rinn hr {
  border-top: 1px solid #fff;
	width: 40%;
	margin: 0 auto 10%;
}

.ttl {
width: 100%;
position: relative;
color: #fff;
text-align: center;
padding: 2%;
background: linear-gradient(90deg, rgba(194,198,203,1) 0%, rgba(255,255,255,1) 19%, rgba(144,148,150,1) 43%, rgba(144,148,150,1) 56%, rgba(255,255,255,1) 80%, rgba(194,198,203,1) 100%);
	font-size:220%;
	font-weight: bold;
}
.ttl::after {
width: 0;
height: 0;
position: absolute;
top: 100%;
left: 50%;
margin: 0 0 0 -50px;
border: 50px solid transparent;
border-top-color: #909496;
content: '';
}

@media only screen and (max-width: 1024px) {
	.ttl {
	font-size:180%;
}
} 
@media only screen and (max-width: 768px) {
	.ttl {
	font-size:140%;
		padding: 2.5%;
background: linear-gradient(90deg, rgba(194,198,203,1) 0%, rgba(255,255,255,1) 5%, rgba(144,148,150,1) 43%, rgba(144,148,150,1) 56%, rgba(255,255,255,1) 95%, rgba(194,198,203,1) 100%);
}
	.ttl::after {
margin: 0 0 0 -30px;
border: 30px solid transparent;
border-top-color: #909496;
content: '';
}
} 
@media only screen and (max-width: 480px) {
	.ttl {
	font-size:110%;
}
		.ttl::after {
margin: 0 0 0 -20px;
border: 20px solid transparent;
border-top-color: #909496;
content: '';
}

}
/* jyosei
------------------------------------------------------- */

#jyosei {
margin: 5% 0;
	padding: 5% 0 5%;
	text-align: center;
	}

#jyosei h2 {
	margin-bottom: 5%;
}


/* tejyun
------------------------------------------------------- */
#tejyun {
	background:url("../images/top/tejyun-bk.jpg");
	background-size:cover;
background-color:rgba(255,255,255,0.3);
background-blend-mode:lighten;
	padding: 5% 0 5%;
	margin-bottom: 5%;
	text-align: center;

	}

#tejyun ul {
  padding: 0;
}
#tejyun li {
  list-style-type: none;
		position: relative;

}
#tejyun li i {
	color: #adb6bd;
	font-size:450%;
	position: absolute;
	bottom:5%;
	right:35%;
}
@media only screen and (max-width: 1024px) {
	#tejyun li i {
		display: none;
	}
}
#tejyun dd {
  margin-left: 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
#tejyun dd p {
		padding :0;
	}
}
#tejyun dd p.txt {
  font-size: 90%;
}

#tejyun dd p[title] {
	  font-size: 120%;
  font-weight: 600;
  color: rgb(107, 144, 219);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 8%;
  text-align: center;
	border-bottom: #999 solid 1px;
	line-height: 1.25;

}
@media only screen and (max-width: 640px) {
	#tejyun dd p[title] {
  margin-bottom: 2%;
}
}

#tejyun .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
#tejyun .flow > li {
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
}
#tejyun .flow > li dl {
  padding: 30px 20px;
  margin: 0;
  border: 3px solid #999999;
  position: relative;
  height: 450px;
	background:#fff;
}
#tejyun .flow > li:not(:last-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid rgb(102, 213, 233);
  border-right: 4px solid rgb(102, 213, 233);
  position: absolute;
  top: calc(50% - 14px);
  left: 104%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#tejyun .flow > li dl dt {
 position: relative;
    width: 100px;
    height: 100px; 
    background-color: #0088ff;
    border-radius: 50%; 
    margin: 0 auto 12%;
    text-align: center;
	color: #fff;
}

@media only screen and (max-width: 768px) {
#tejyun .flow > li dl dt {
    width: 70px;
    height: 70px; 
	}
}
#tejyun .flow > li dl dt p {
	position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
#tejyun .flow > li dl dt p {
	line-height: 1.2;
	}
}
#tejyun .flow > li dl dt p span {
	font-size:160%;
	font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  #tejyun .flow > li:not(:last-child) dl::before {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #tejyun .flow {
    display: block;
  }
	#tejyun .flow > li {
    margin-bottom: 1%;
  }

  #tejyun .flow > li dl {
    height: auto;
	  padding: 1% 1% 3%;
  }
	#tejyun .flow > li dl dt {
  margin-bottom: 0.2vh;
	}
	#tejyun dd p {
  text-align: center;
}
}

/* which
------------------------------------------------------- */
		
#canp {
	position: relative;
	width: 100%;
	height:100px;
	margin-top: -50px;
}
@media only screen and (max-width: 1024px) {
#canp {
	margin-top: -30px;
	}
}
@media only screen and (max-width: 900px) {
#canp {
	height:80px;
	}
}

#canpInn {
	position: absolute;
	right: 0;
	top:0;
}
.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 100%;
  background: #e81010;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e81010;
}

@media only screen and (max-width: 1024px) {
	.balloon:before {
  left: 70%;
	}
}
@media only screen and (max-width: 640px) {
	.balloon:before {
  left: 85%;
	}
}
.balloon p {
  margin: 0;
  padding: 0;
}
#which {
	margin-bottom: 20%;
	text-align: center;
}
#which body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}
#which table {
  border-collapse: collapse;
  margin: 0 auto 5%;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

#which table tr {
  background-color: #fff;
  padding: .35em;
  border: 2px solid #b5b5b5;
}
/*#which table tr:last-child{
  border: none;
}*/
#which table th{
  padding: 2em;
  border-right: 2px solid #b5b5b5;
	background: #f7f7f7;
}

#which table td {
  padding: 2em .5em;
  border-right: 2px solid #b5b5b5;
  text-align: center;
	line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
#which table th,#which table td{
  padding: 2em 1em;
	}
}
@media only screen and (max-width: 768px) {
#which table th,#which table td{
	font-size:90%;
	}
}
@media only screen and (max-width: 480px) {
#which table th,#which table td{
  padding: 1em 0.5em;
	}
}
#which table td i {
	font-size:140%;
}
#which table thead tr{
  background-color: #fff;
  color:#fff;
}
#which table thead th {
text-align: center;	
	background: #fff;
}
#which table tbody th {
    border-right: 2px solid #b5b5b5;
}

#which .txt{
   text-align: left;
   font-size: .85em;
}
#which .price{
  color: #000;
  font-weight: bold;
  font-size:1.3em
}
#which .price span {
    font-size: 80%;
	line-height: 1.25;
}
#which .red_bk{
  background:#ff8c75;
}
#which .orange_bk{
  background:#10a4ae;
}
#which .blue_bk{
  background:#008cd1;
}
#which .reds_bk{
  background:#fff0f7;
}
#which .oranges_bk{
  background:#e6f7e1;
}
#which .blues_bk{
  background:#eefdff;
}
#which .red-txt{
  color:#e81010
}

@media screen and (max-width: 600px) {
#which .wrap{
     overflow-x: scroll;
  }
}


/* chemicals
------------------------------------------------------- */
#chemicals {
	margin-bottom: 8%;
	text-align: center;
}
#chemicals h4 {
	margin-bottom: 1%;
}

#chemicals p {
	font-size: 120%;
	margin-bottom: 3%;
}
#chemicals li {
	  float: left;
  width: 24.3%;
  margin-right: 3%;
  margin-bottom: 2%;
	border: #999 1px solid;
	padding: 1.5% 3%;
}

#chemicals li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 540px) {
	#chemicals li {
	  float: none;
  width: 90%;
  margin-right: 5%;
		margin-left: 5%;
	}
	#chemicals li:nth-child(3n) {
  margin-right: 5%;
}

}

.tit {
  margin: 0 auto 4%;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 120%;
  color:#fff;background: #ff8c75;
}
@media only screen and (max-width: 1024px) {
	.tit {

  margin: 0 auto 4%;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 100%;
	}
}

.se01 {
background: #10a4ae;	
}
.se02 {
background: #008cd1;	
}
/*.tit {
  width: 75%;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 120%;
  color:#4584ff;
}
.heading {
  margin: 10px 0
}
.dem .heading {
  position: relative;
  height: 51px;
  padding: 0;
  border: 1px solid #4584ff;
  line-height: 50px;
}
.dem .heading .caption{
  position: absolute;
  right: 0;
  top: 0;
	text-align: center;
	width: 50%;
}
.dem .heading .title{
  float: left;
	text-align: center;
	width: 50%;
  background: #4584ff;
  color: #fff;
}
*/

#chemicals li img {
	width: 100%;
}
#chemicals li .more-btn a {
	width: 100%;
	font-size: 90%;
	font-weight:normal;
	padding:1% 0;
	margin:0 auto;
	background: rgb(102,164,237);
background: #8ba1ac;
		border:none;
	color: #fff;

}


#chemicals li .more-btn a:hover {
	background: #757575;
	color: #fff;
	
}


@media only screen and (max-width: 768px) {
	#chemicals li .more-btn a {
	font-size: 80%;
	}
}

/* recruit
------------------------------------------------------- */

#recruit li {
	text-align: left;
	position: relative;
	background: #f0f7fc;
	margin-bottom: 1.5%;
}
#recruit li a {
	display: inline-block;
	width: 100%;
	color: #000;
}

#recruit li a:hover {
	background: #66a4ed;
	text-decoration: none;
	color:#fff;
}



#recruit li img {
	float: left;
	margin-right: 3%;
}

#recruit li p {
		padding: 0 13% 0 0;
	padding-right: 13%;
}
#recruit li p[title] {
	font-size:200%;
	font-weight: bold;
	padding-top: 2%;
	color: #005aa4;
	padding-right: 0;
}


#recruit li .arr {
	border-left: #c1e1f4 6px solid;
	width: 10%;
	position: absolute;
	right:0;
	top:0;
	height: 200px;
}

#recruit li .arr p {
	position: relative;
	width: 100%;
	height: 100%;
}
#recruit li .arr p i {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#recruit li:nth-child(2) {
	background: #f8eff9;
}
#recruit li:nth-child(2) a:hover {
	background: #e5a8e5;
}

#recruit li:nth-child(2)  p[title] {
	color: #ff4975;

}
#recruit li:nth-child(2) .arr {
	border-left: #e9c2f2  6px solid;
}

@media only screen and (max-width: 1100px) {
	#recruit li a {
font-size:90%;
	}
	#recruit li p {
	padding-right: 11%;
}
		#recruit li img {
		height: 150px;
}
#recruit li p[title] {
	font-size:150%;
		padding-top: 1%;

}
	#recruit li .arr {
		height: 150px;
					width: 8%;
}

}
@media only screen and (max-width: 900px){
.br-pc {display: none; }
}
@media only screen and (max-width: 768px){
#recruit li p {
	padding-right: 9%;
	line-height: 1.5;
}
	
			#recruit li img {
		height: 100px;
}
#recruit li p[title] {
	font-size:130%;
		padding-top: 1%;

}
	#recruit li .arr {
		height: 100px;
			width: 7%;
}

}

@media only screen and (max-width: 640px) {
	#recruit li a {
		height: 100px;
		padding: 1% 3% 2% 3%;
	}
	#recruit li img {
			display: none;
}

}
@media only screen and (max-width: 480px) {
	#recruit li a {
		height: 130px;
		padding: 1% 3% 2% 3%;
	}
	#recruit li .arr {
		height: 130px;
			width: 7%;
}

}

/* area
------------------------------------------------------- */
#area {
	background: #f8f9fa;
	padding: 3% 0;
	margin: 8% 0 2%;
	text-align: center;
}

#areaInn {
			background:url("../images/top/area-bk.png") no-repeat;
	background-size:100% auto;
}

#areaInn p {
	font-size:120%;
	margin-bottom: 4%;
		text-align: center;
}

#areaInn p[title] {
	font-weight: bold;
	font-size:160%;
}

@media only screen and (max-width: 1024px) {
	#areaInn p {
	font-size:100%;
	}

}
@media only screen and (max-width: 768px) {
	#areaInn p {
		text-align: left;
	}
	#areaInn p[title] {
		text-align: center;
	font-size:130%;
}

}
