@charset "utf-8";
body {
  font-family: YuGothic, 'Yu Gothic', sans-serif;
}
a img {
  opacity: 1;
  transition: 0.5s;
}
a:hover img {
  opacity: 0.5;
  transition: 0.5s;
}
.sp {
  display: none;
}
/* header */
header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
header .wrap {
  height: 80px;
  display: flex;
  justify-content: space-between;
}
header .wrap .logo {
  display: flex;
  align-items: center;
  padding: 0 0 0 50px;
}
header .wrap .logo h1 {
  padding: 0 35px 0 0;
}
header .wrap .info {
  display: flex;
}
header .wrap .info ul.cate {
  display: flex;
}
header .wrap .info ul.cate li {
  width: 200px;
  text-align: center;
}
header .wrap .info ul.cate li a {
  display: block;
  line-height: 80px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  position: relative;
  transition: 0.5s;
}
header .wrap .info ul.cate li a::before {
  width: 1px;
  height: 20px;
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: 0.5s;
}
header .wrap .info ul.cate li:nth-child(1) a {
  background-color: #3A56A9;
}
header .wrap .info ul.cate li:nth-child(2) a {
  background-color: #56B16E;
}
header .wrap .info ul.cate li:nth-child(3) a {
  background-color: #DE3839;
}
header .wrap .info ul.cate li a:hover {
  padding: 0 0 30px;
  transition: 0.5s;
}
header .wrap .info ul.cate li a:hover::before {
  height: 50px;
  transition: 0.5s;
}
#menu {
  background-color: #fff;
  width: 80px;
  height: 80px;
}
#menu .btn-trigger {
  position: relative;
  width: 30px;
  height: 32px;
  cursor: pointer;
  margin: 25px 0 0 25px;
}
#menu .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #505050;
}
#menu .btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
#menu .btn-trigger span:nth-of-type(1) {
  top: 0;
}
#menu .btn-trigger span:nth-of-type(2) {
  top: 14px;
}
#menu .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
#menu .btn-trigger.active {
  margin: 18px 0 7px 25px;
}
#menu .btn-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
}
#menu .btn-trigger.active span:nth-of-type(2) {
  transform: translateY(0) rotate(45deg);
  top: 20px;
}
#menu .btn-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
/*gnav*/
#gnav {
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 2000;
  top: 80px;
  background-color: #fff;
}
#gnav .gnav_wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
#gnav .gnav_wrap ul {
  margin: 60px 0;
  text-align: center;
  position: relative;
}
#gnav .gnav_wrap ul li {
  margin: 0 0 70px;
}
#gnav .gnav_wrap ul li a {
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  color: #505050;
}
#main_visual {
  position: relative;
  margin: 80px auto;
  max-width: 1920px;
}
#main_visual h2 {
  position: absolute;
  top: 50%;
  right: 50%;
  display: flex;
  margin: -80px -350px 0 0;
  z-index: 1000;
}
.slick-dots {
  overflow: hidden;
  width: 540px;
  padding: 0;
  margin: 30px auto 0;
  text-align: center;
  display: flex;
  height: 4px;
}
.slick-dots button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 180px;
  opacity: 0.5;
  text-indent: -9999px;
  height: 4px;
}
.slick-dots li:nth-child(1) button {
  background-color: #3A56A9;
}
.slick-dots li:nth-child(2) button {
  background-color: #56B16E;
}
.slick-dots li:nth-child(3) button {
  background-color: #DE3839;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
/* contebts */
#top_message {
  margin: 0 0 140px;
}
#top_message h2 {
  text-align: center;
  margin: 0 0 50px;
}
#top_message dl {
  display: flex;
  justify-content: space-between;
  width: 1520px;
  margin: auto;
}
#top_message dl dd {
  width: 740px;
}
#top_message dl dd p {
  font-size: 20px;
  line-height: 2;
}
#top_message dl dd p span {
  color: #DE3839;
}
#top_message dl dd h3 {
  text-align: right;
  margin: 10px 0 0;
}
.product {
  text-align: center;
  margin: -80px 0 120px;
  padding: 80px 0 0;
}
.product h2 {
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
#marine.product h2 {
  background-image: url("../img/marine_ttl_bg.jpg");
}
#agricultural.product h2 {
  background-image: url("../img/agricultural_ttl_bg.jpg");
}
#livestock.product h2 {
  background-image: url("../img/livestock_ttl_bg.jpg");
}
.product ul {
  display: flex;
  justify-content: space-between;
}
.product ul.icon {
  width: 50px;
  margin: 10px auto 40px;
}
.product ul.icon li {
  width: 10px;
  height: 10px;
  opacity: 0.3;
}
.product ul.icon li:nth-child(1) {
  background-color: #3A56A9;
}
.product ul.icon li:nth-child(2) {
  background-color: #56B16E;
}
.product ul.icon li:nth-child(3) {
  background-color: #DE3839;
}
#marine.product ul.icon li:nth-child(1), #agricultural.product ul.icon li:nth-child(2), #livestock.product ul.icon li:nth-child(3) {
  opacity: 1;
}
.product ul.list {
  width: 1520px;
  margin: 0 auto 60px;
}
.product ul.list li p {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  padding: 25px 0;
}
#marine.product ul.list li p {
  background-color: #3A56A9;
}
#agricultural.product ul.list li p {
  background-color: #56B16E;
}
#livestock.product ul.list li p {
  background-color: #DE3839;
}
.product .more a img {
  opacity: 1;
  transition: 0.5s;
}
.product .more a:hover img {
  opacity: 0.5;
  transition: 0.5s
}
#about_us {
  margin: 0 0 80px;
}
#about_us h2 {
  text-align: center;
  margin: 0 0 25px;
}
#about_us h3 {
  text-align: center;
  font-size: 25px;
  line-height: 1;
  color: #505050;
}
#about_us .company {
  margin: 0 0 70px;
}
#about_us .company dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: auto;
}
#about_us .company dl dt, #about_us .company dl dd {
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  line-height: 1.5;
  padding: 20px 0;
  box-sizing: border-box;
}
#about_us .company dl dt {
  width: 180px;
  text-align: center;
}
#about_us .company dl dd {
  width: 800px;
  padding: 20px;
}
#about_us .company dl:nth-of-type(1) dt, #about_us .company dl:nth-of-type(1) dd {
  border-top: 1px solid #ccc;
  margin: 30px 0 0;
}
#about_us .company dl:nth-of-type(6) dt {
  line-height: 4.5;
}
#about_us .company dl:nth-of-type(7) dt {
  line-height: 9;
}
#about_us .access {
  text-align: center;
  margin: 0 0 80px;
}
#about_us .access p {
  font-size: 20px;
  line-height: 1.5;
  margin: 20px 0 30px;
}
#about_us .relation h3 {
  text-align: center;
}
#about_us .relation ul {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 30px auto 0;
}
#contact {
  text-align: center;
  padding: 80px 0;
  background-color: #EEEEEE;
}
#contact h3 {
  font-size: 25px;
  color: #505050;
  margin: 25px 0 30px;
}
#contact p {
  font-size: 20px;
}
#contact > p {
  margin: 0 0 30px;
}
#contact .inn {
  width: 1000px;
  margin: auto;
}
#contact .inn dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
  padding: 6px 0;
}
#contact .inn dl dt {
  width: 194px;
  padding: 0 35px 0 15px;
  box-sizing: border-box;
  font-size: 20px;
}
#contact .inn .pdf_check {
  margin: 25px 0 0;
  font-size: 20px;
}
#contact .inn .pdf_check a {
  color: #56B16E;
  text-decoration: underline;
}
footer {
  text-align: center;
  padding: 25px 0 15px;
}
footer p {
  font-size: 13px;
  margin: 15px 0 0;
}
#thanks {
  padding: 300px 0 200px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
#thanks h2 {
  font-size: 30px;
  margin: 0 0 50px;
}
#thanks h2::after {
  content: '';
  width: 50px;
  display: block;
  height: 1px;
  margin: 30px auto;
  background: #000;
}
#thanks p {
  font-size: 16px;
  line-height: 1.3;
}
@media only screen and (max-width: 786px) {
  img {
    width: 100%;
    height: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header */
  header {
    box-shadow: none;
  }
  header .wrap {
    height: 50px;
  }
  header .wrap .logo {
    padding: 0 0 0 10px;
  }
  header .wrap .logo h1 {
    padding: 0 10px 0 0;
    width: 110px;
  }
  header .wrap .logo h2 {
    width: 140px;
  }
  header .wrap .info ul.cate {
    display: none;
  }
  #menu {
    width: auto;
    height: auto;
  }
  #menu .btn-trigger {
    width: 30px;
    height: 30px;
    margin: 10px;
  }
  #menu .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
  }
  #menu .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  #menu .btn-trigger.active {
    margin: 10px;
  }
  #menu .btn-trigger.active span:nth-of-type(1) {
    top: -8px;
  }
  #menu .btn-trigger.active span:nth-of-type(2) {
    top: 12px;
  }
  /*gnav*/
  #gnav {
    top: 0;
  }
  #gnav .gnav_wrap ul {
    margin: 40px 0;
  }
  #gnav .gnav_wrap ul li {
    margin: 0 0 40px;
  }
  #gnav .gnav_wrap ul li a {
    font-size: 16px;
  }
  #main_visual {
    position: relative;
    margin: 50px auto 60px;
    max-width: 100%;
  }
  #main_visual h2 {
    position: absolute;
    width: 100%;
    top: 25%;
    right: auto;
    display: flex;
    margin: 0;
    z-index: 1000;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .slick-dots {
    width: 180px;
    padding: 0;
    margin: 20px auto 0;
    height: 3px;
  }
  .slick-dots button {
    width: 60px;
    height: 3px;
  }
  /* contebts */
  #top_message {
    margin: 0 0 60px;
  }
  #top_message h2 {
    margin: 0 0 30px;
  }
  #top_message dl {
    flex-wrap: wrap;
    width: 92%;
    margin: auto;
  }
  #top_message dl dd {
    width: 100%;
    margin: 20px 0 0;
  }
  #top_message dl dd p {
    font-size: 12px;
    line-height: 2;
  }
  #top_message dl dd h3 {
    margin: 20px 0 0 auto;
    width: 70%;
  }
  .product {
    margin: 0 0 60px;
  }
  .product h2 {
    background-size: cover;
  }
  .product ul {
    display: flex;
    flex-wrap: wrap;
  }
  .product ul.list {
    width: 88%;
    margin: 0 auto 20px;
  }
  .product ul.list li {
    margin: 0 0 25px;
  }
  .product ul.list li p {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
  }
  .product .more a {
    width: 88%;
    margin: auto;
    display: block;
  }
  #about_us {
    margin: 0 0 60px;
  }
  #about_us h2 {
    margin: 0 0 20px;
  }
  #about_us h3 {
    font-size: 20px;
    margin: 0 0 30px;
  }
  #about_us .company {
    margin: 0 4% 70px;
  }
  #about_us .company dl {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 15px;
  }
  #about_us .company dl dt, #about_us .company dl dd {
    border-bottom: none;
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 0;
    width: 100%;
    text-align: center;
  }
  #about_us .company dl dt {
    background-color: #eee;
  }
  #about_us .company dl:nth-of-type(1) dt, #about_us .company dl:nth-of-type(1) dd {
    border-top: none;
    margin: 0;
  }
  #about_us .company dl:nth-of-type(6) dt, #about_us .company dl:nth-of-type(7) dt {
    line-height: 1.5;
  }
  #about_us .access {
    margin: 0 0 60px;
  }
  #about_us .access h3 {
    width: 50%;
    margin: auto;
  }
  #about_us .access p {
    font-size: 12px;
    line-height: 1.5;
    margin: 20px 0 30px;
  }
  #about_us .access iframe {
    width: 100%;
  }
  #about_us .relation ul {
    flex-wrap: wrap;
    width: 80%;
    margin: 20px auto 0;
  }
  #about_us .relation ul li {
    margin: 0 0 15px;
  }
  #contact {
    padding: 60px 4%;
    box-sizing: border-box;
  }
  #contact h3 {
    font-size: 20px;
    margin: 20px 0 30px;
  }
  #contact p {
    font-size: 14px;
    line-height: 1.4;
  }
  #contact > p {
    margin: 0 0 20px;
  }
  #contact .inn {
    width: 100%;
    margin: auto;
  }
  #contact .inn dl {
    flex-wrap: wrap;
    padding: 6px 0;
    text-align: center;
  }
  #contact .inn dl dt {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
  }
  #contact .inn .pdf_check {
    margin: 25px 0 0;
    font-size: 15px;
  }
  #contact .inn .pdf_check a {
    color: #56B16E;
    text-decoration: underline;
  }
  form#mailformpro label {
    white-space: none;
    line-height: 1.4;
  }
  footer {
    padding: 25px 0 15px;
  }
  footer h2 {
    width: 60%;
    margin: auto;
  }
  footer p {
    font-size: 10px;
    line-height: 1.3;
    margin: 15px 4% 0;
  }
  #thanks {
    padding: 120px 4% 100px;
  }
  #thanks h2 {
    font-size: 25px;
    margin: 0 0 40px;
  }
  #thanks h2::after {
    margin: 20px auto;
  }
  #thanks p {
    font-size: 14px;
  }
}