main .lead, main .catch {
  padding: 100px 0;
}
main .lead p, main .catch p {
  font-size: 25px;
  line-height: 2.56;
  color: #1D4162;
  text-align: center;
}
main .lead .large, main .catch .large {
  font-size: 33px;
  line-height: 1.9393;
}
main .lead p + p, main .catch p + p {
  margin-top: 45px;
}
main .catch {
  background: #264537;
  padding: 110px 0 128px;
}
main .catch p {
  color: #fff;
}
main .catch .large {
  font-size: 40px;
  line-height: 1.875;
}
main .catch p + p {
  margin-top: 40px;
}
main .heading {
  text-align: center;
}
main .heading h2 {
  font-size: 40px;
  line-height: 1.875;
}
main .heading p {
  font-size: 28px;
  line-height: 1.75;
  margin-top: 28px;
}
main .heading + * {
  margin-top: 45px;
}
main .content_inner {
  padding: 164px 0;
}
main .content_inner_bg {
  background: url("../img/top/bg.png") center center/cover no-repeat;
  padding: 108px 0 182px;
}
main .content_inner:nth-of-type(4) {
  padding: 142px 0;
}
main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .container .box {
  width: 50%;
  height: 497px;
}
main .container-space {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .container-space .box {
  width: 47.7551020408%;
  height: 360px;
  margin-top: 40px;
}
main .container-space .box:first-of-type,
main .container-space .box:nth-of-type(2) {
  margin: 0;
}
main .box {
  width: 100%;
}
main .box .txt {
  font-size: 40px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .box a.txt:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, .3);
}
main .box_hover {
  position: relative;
}
main .box_hover p {
  padding-bottom: 40px;
}
main .box_hover:hover p {
  opacity: 0;
}
main .box_hover:hover .detail {
  opacity: 1;
  visibility: inherit;
}
main .box_hover .detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .box_hover .detail p, main .box_hover .detail a {
  font-size: 32px;
  color: #1D4162;
  text-align: center;
  opacity: 1;
}
main .box_hover .detail a:hover {
  opacity: 0.6;
}
main .box_kigen {
  background: url("../img/top/kigen_img.png") center center/cover no-repeat;
  height: 713px;
}
main .box_kigen .txt {
  color: #fff;
}
main .box_health {
  background: url("../img/top/health_img.png") center center/cover no-repeat;
}
main .box_pets {
  background: url("../img/top/pets_img.png") center center/cover no-repeat;
}
main .box_manufacturing {
  background: url("../img/top/manufacturing_img.png") center center/cover no-repeat;
}
main .box_management {
  background: url("../img/top/management_img.png") center center/cover no-repeat;
}
main .box_company {
  background: url("../img/top/company_img.png") center center/cover no-repeat;
}
main .box_about {
  background: url("../img/top/about_img.png") center center/cover no-repeat;
}
main .box_contact {
  background: url("../img/top/contact_img.png") center center/cover no-repeat;
}
main .box_faq {
  background: url("../img/top/faq_img.png") center center/cover no-repeat;
}
main .txt-shodow {
  color: #fff;
  text-shadow: 1.41px 1.41px 2.81px rgba(18, 51, 95, .8);
}
main .txt-white {
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  main .container .box .txt {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  main .lead, main .catch {
    padding: 4.8vw 0 14.1333333333vw;
  }
  main .lead .wrap, main .catch .wrap {
    max-width: 94.6666666667vw;
  }
  main .lead p, main .catch p {
    font-size: 3.3333333333vw;
  }
  main .lead .large, main .catch .large {
    font-size: 4.4vw;
  }
  main .lead p + p, main .catch p + p {
    margin-top: 6vw;
  }
  main .catch {
    padding: 9.7333333333vw 0 12.6666666667vw;
  }
  main .catch .large {
    font-size: 5.3333333333vw;
    line-height: 2.1;
  }
  main .catch p + p {
    margin-top: 3.0666666667vw;
  }
  main .heading {
    text-align: center;
  }
  main .heading h2 {
    font-size: 5.3333333333vw;
  }
  main .heading p {
    font-size: 4vw;
    line-height: 1.7666666667;
    margin-top: 5.3333333333vw;
  }
  main .heading + * {
    margin-top: 6.6666666667vw;
  }
  main .content_inner {
    padding: 8.9333333333vw 0;
  }
  main .content_inner_bg {
    background: url("../img/top/bg.png") center center/cover no-repeat;
    padding: 11.2vw 0 12.5333333333vw;
  }
  main .content_inner:nth-of-type(3) {
    padding: 8.2666666667vw 0 14vw;
  }
  main .content_inner:nth-of-type(3) .box {
    margin-top: 6vw;
  }
  main .content_inner:nth-of-type(3) .box:first-of-type {
    margin: 0;
  }
  main .content_inner:nth-of-type(4) {
    padding: 14.9333333333vw 0;
  }
  main .container {
    display: block;
  }
  main .container .box {
    width: 100%;
    height: 54.4vw;
  }
  main .container-space .box {
    width: 100%;
    height: 26.6666666667vw;
    margin-top: 7.3333333333vw;
  }
  main .container-space .box:nth-of-type(2) {
    margin-top: 7.3333333333vw;
  }
  main .container-space .box:first-of-type {
    margin: 0;
  }
  main .box {
    width: 100%;
  }
  main .box .txt {
    font-size: 4.6666666667vw;
    line-height: 1.8285714286;
  }
  main .box a.txt:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0);
  }
  main .box_hover:hover p {
    opacity: 1;
  }
  main .box_hover:hover .detail {
    opacity: 0;
    visibility: hidden;
  }
  main .box_hover.active p {
    opacity: 0;
  }
  main .box_hover.active .detail {
    opacity: 1;
    visibility: inherit;
  }
  main .box_hover .detail p, main .box_hover .detail a {
    font-size: 4.6666666667vw;
  }
  main .box_hover .detail p {
    opacity: 1;
    padding-bottom: 4vw;
  }
  main .box_kigen {
    background: url("../img/top/kigen_img.png") center center/cover no-repeat;
    height: 88vw;
  }
  main .box_health {
    background: url("../img/top/health_img.png") center center/cover no-repeat;
  }
  main .box_pets {
    background: url("../img/top/pets_img.png") center center/cover no-repeat;
  }
  main .box_manufacturing {
    background: url("../img/top/manufacturing_img.png") center center/cover no-repeat;
  }
  main .box_management {
    background: url("../img/top/management_img.png") center center/cover no-repeat;
  }
  main .box_company {
    background: url("../img/top/company_img.png") center center/cover no-repeat;
  }
  main .box_about {
    background: url("../img/top/about_img.png") center center/cover no-repeat;
  }
  main .box_contact {
    background: url("../img/top/contact_img.png") center center/cover no-repeat;
  }
  main .box_faq {
    background: url("../img/top/faq_img.png") center center/cover no-repeat;
  }
}