/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: -apple-system,BlinkMacSystemFont,'Hiragino Kaku Gothic W3 JIS2004', sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #191919; }
  body img {
    width: 100%;
    height: auto; }
  body a {
    color: #086c3f;
    text-decoration: none; }

iframe {
  display: none; }

main {
  position: relative;
  display: block;
  max-width: 1920px;
  min-width: 1000px;
  width: 100%;
  margin: auto;
  overflow: hidden;
  color: #fff; }
  main .inner {
    position: relative;
    width: 980px;
    margin: auto; }

.header {
  position: fixed;
  width: 100%;
  height: 58px;
  min-width: 1000px;
  top: 0;
  z-index: 10;
  background-color: #191919; }
  .header::after {
    clear: both;
    content: "";
    display: table; }
  .header__logo {
    margin-top: 20px;
    margin-left: 73px;
    float: left; }
  .header__btn {
    position: relative;
    display: inline-block;
    width: 172px;
    height: 32px;
    margin-top: 13px;
    margin-right: 70px;
    background: #191919;
    border: 1px solid #fff;
    text-decoration: none;
    text-align: center;
    float: right;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
    .header__btn .btn__text {
      vertical-align: middle;
      font-size: 12px;
      line-height: 32px;
      color: #fff;
      -webkit-transition: 0.4s ease-in-out;
      -o-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out; }
    .header__btn:hover {
      background: #fff; }
      .header__btn:hover .btn__text {
        color: #086c3f; }

.hero {
  position: relative;
  margin-top: 42px;
  white-space: nowrap;
  min-height: 720px;
  background: url("../images/main_visual.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center; }
  .hero__text {
    position: absolute;
    top: 32%;
    left: 50%;
    margin-left: -435px;
    text-align: center; }
  .hero__caption {
    display: inline-block;
    padding: 0.3em 0.7em;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 24px; }
  .hero__title {
    display: block;
    margin-top: 30px;
    padding: 0.3em 0.7em;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 50px; }

.about {
  position: relative;
  padding: 60px 0 120px; }
  .about::after {
    clear: both;
    content: "";
    display: table; }
  .about__text {
    font-size: 16px;
    text-align: center;
    line-height: 2.4; }
  .about__case {
    width: 100%;
    margin-top: 100px; }
    .about__case-top {
      display: inline-block;
      position: relative;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: right;
      font-size: 0; }
      .about__case-top::after {
        clear: both;
        content: "";
        display: table; }
      .about__case-top:after {
        display: inline-block;
        height: 100%;
        margin-left: -.05em;
        content: '';
        vertical-align: middle; }
    .about__case-btm {
      display: inline-block;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: right;
      font-size: 0; }
  .about .case__img-main1, .about .case__img-main2, .about .case__img-sub1, .about .case__img-sub2, .about .case__img-sub3 {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center; }
  .about .case__text {
    display: inline-block;
    width: 38%;
    vertical-align: middle;
    text-align: left; }
    .about .case__text .text__desc {
      display: inline-block;
      font-size: 17px; }
    .about .case__text .text__title {
      margin-top: 18px;
      font-size: 36px; }
    .about .case__text .text__read {
      margin-top: 27px;
      font-size: 13px;
      line-height: 1.8; }
  .about .case__img {
    width: 100%;
    height: 100%; }
  .about .case__1, .about .case__3 {
    text-align: right;
    float: right; }
    .about .case__1 .about__case-top, .about .case__3 .about__case-top {
      height: 500px;
      padding-left: 120px; }
      @media screen and (max-width: 1020px) {
        .about .case__1 .about__case-top, .about .case__3 .about__case-top {
          padding-left: 50px; } }
      .about .case__1 .about__case-top .case__text, .about .case__3 .about__case-top .case__text {
        padding-right: 60px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .about .case__1 .about__case-top .case__img, .about .case__3 .about__case-top .case__img {
        width: 62%;
        float: right; }
    .about .case__1 .about__case-btm, .about .case__3 .about__case-btm {
      height: 310px;
      padding-left: 120px;
      text-align: right; }
      @media screen and (max-width: 1020px) {
        .about .case__1 .about__case-btm, .about .case__3 .about__case-btm {
          padding-left: 50px; } }
      .about .case__1 .about__case-btm .case__img, .about .case__3 .about__case-btm .case__img {
        text-align: right;
        float: right; }
        .about .case__1 .about__case-btm .case__img .case__img-sub1, .about .case__3 .about__case-btm .case__img .case__img-sub1 {
          width: 40%; }
        .about .case__1 .about__case-btm .case__img .case__img-sub2, .about .case__3 .about__case-btm .case__img .case__img-sub2 {
          width: 40%; }
        .about .case__1 .about__case-btm .case__img .case__img-sub3, .about .case__3 .about__case-btm .case__img .case__img-sub3 {
          width: 20%; }
  .about .case__2, .about .case__4 {
    float: left; }
    .about .case__2 .about__case-top, .about .case__4 .about__case-top {
      height: 500px;
      padding-right: 120px; }
      @media screen and (max-width: 1020px) {
        .about .case__2 .about__case-top, .about .case__4 .about__case-top {
          padding-right: 50px; } }
      .about .case__2 .about__case-top .case__text, .about .case__4 .about__case-top .case__text {
        padding-left: 100px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .about .case__2 .about__case-top .case__img, .about .case__4 .about__case-top .case__img {
        width: 62%;
        float: left; }
        .about .case__2 .about__case-top .case__img .case__img-main1, .about .case__4 .about__case-top .case__img .case__img-main1 {
          width: 52%; }
        .about .case__2 .about__case-top .case__img .case__img-main2, .about .case__4 .about__case-top .case__img .case__img-main2 {
          width: 48%; }
        .about .case__2 .about__case-top .case__img .case__img-sub1, .about .case__4 .about__case-top .case__img .case__img-sub1 {
          width: 100%; }
    .about .case__2 .about__case-btm, .about .case__4 .about__case-btm {
      height: 630px;
      padding-right: 120px; }
      @media screen and (max-width: 1020px) {
        .about .case__2 .about__case-btm, .about .case__4 .about__case-btm {
          padding-right: 50px; } }
  .about .case__1 .case__img-main1 {
    background-image: url("../images/case_1_1.jpg"); }
  .about .case__1 .case__img-sub1 {
    background-image: url("../images/case_1_2.jpg"); }
  .about .case__1 .case__img-sub2 {
    background-image: url("../images/case_1_3.jpg"); }
  .about .case__1 .case__img-sub3 {
    background-image: url("../images/case_1_4.jpg"); }
  .about .case__2 .case__img-main1 {
    background-image: url("../images/case_2_1.jpg"); }
  .about .case__2 .case__img-main2 {
    background-image: url("../images/case_2_2.jpg"); }
  .about .case__2 .case__img-sub1 {
    background-image: url("../images/case_2_3.jpg"); }
  .about .case__3 .case__img-main1 {
    background-image: url("../images/case_3_1.jpg"); }
  .about .case__3 .case__img-sub1 {
    background-image: url("../images/case_3_2.jpg"); }
  .about .case__3 .case__img-sub2 {
    background-image: url("../images/case_3_3.jpg"); }
  .about .case__3 .case__img-sub3 {
    background-image: url("../images/case_3_4.jpg"); }
  .about .case__4 .case__img-main1 {
    background-image: url("../images/case_4_1.jpg"); }
  .about .case__4 .case__img-main2 {
    background-image: url("../images/case_4_2.jpg"); }
  .about .case__4 .case__img-sub1 {
    background-image: url("../images/case_4_3.jpg"); }

.feature {
  background-color: #262626;
  padding: 100px 0 70px; }
  .feature__desc, .feature__title, .feature__read {
    text-align: center; }
  .feature__desc {
    font-size: 24px; }
  .feature__title {
    font-size: 40px;
    margin-top: 16px;
    margin-bottom: 20px; }
    .feature__title:after {
      content: '';
      display: block;
      position: relative;
      width: 71px;
      height: 2px;
      left: 50%;
      margin-top: 39px;
      margin-left: -37px;
      background-color: #086c3f; }
  .feature__read {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2.5; }
  .feature .contents__img {
    display: inline-block;
    width: 460px;
    vertical-align: middle; }
  .feature .contents__text {
    display: inline-block;
    width: 450px;
    vertical-align: top;
    margin-top: 35px; }
  .feature .contents__title {
    line-height: 1.4;
    font-size: 30px; }
  .feature .contents__read {
    margin-top: 20px;
    line-height: 1.9;
    font-size: 13px; }
  .feature__contents {
    height: 320px;
    margin-top: 35px;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #3c3c3c;
    font-size: 0; }
    .feature__contents::after {
      clear: both;
      content: "";
      display: table; }
    .feature__contents:after {
      display: inline-block;
      height: 100%;
      margin-left: -.05em;
      content: '';
      vertical-align: middle; }
    .feature__contents-read {
      position: relative;
      height: 350px; }
      .feature__contents-read::after {
        clear: both;
        content: "";
        display: table; }
      .feature__contents-read:after {
        content: '';
        display: inline-block;
        background: #3c3c3c;
        height: 230px;
        width: 1px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-68%) translateX(-50%);
            -ms-transform: translateY(-68%) translateX(-50%);
             -o-transform: translateY(-68%) translateX(-50%);
                transform: translateY(-68%) translateX(-50%);
        margin: auto; }
      .feature__contents-read .contents__text {
        float: none;
        width: 450px;
        margin-top: 10px; }
        .feature__contents-read .contents__text:nth-child(odd) {
          float: left; }
        .feature__contents-read .contents__text:nth-child(even) {
          float: right; }
    .feature__contents:nth-child(odd) .contents__img {
      float: right; }
    .feature__contents:nth-child(odd) .contents__text {
      float: left; }
    .feature__contents:nth-child(even) .contents__img {
      float: left; }
    .feature__contents:nth-child(even) .contents__text {
      float: right; }

.gallery .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #474747;
  padding: 70px 0; }
.gallery__img {
  width: 430px; }
.gallery__text {
  width: 450px;
  vertical-align: top; }
.gallery__title {
  font-size: 30px;
  line-height: 2rem; }
  .gallery__title .top_title {
    font-size: 16px; }
.gallery__read {
  margin-top: 28px;
  font-size: 13px;
  line-height: 1.8; }
  .gallery__read-address {
    border: 1px solid #3c3c3c;
    padding: 20px 20px 17px 20px;
    line-height: 1.7rem;
    margin-top: 30px; }
  .gallery__read-link {
    margin-left: 14px;
    color: #fff;
    text-decoration: underline; }
.gallery .gallery__warp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.gallery__btn {
  display: inline-block;
  width: 215px;
  height: 43px;
  margin-top: 30px;
  text-align: center;
  background: #fff;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
  .gallery__btn .btn__text {
    font-size: 13px;
    line-height: 42px; }
  .gallery__btn:hover {
    color: #fff;
    background-color: #666666; }

.catalog .inner {
  text-align: center; }
.catalog__visual {
  width: 100%;
  height: 440px;
  padding: 70px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/catalog_bg.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  position: relative;
  text-align: center;
  font-size: 0;
  -webkit-animation: slider 35000ms infinite linear;
       -o-animation: slider 35000ms infinite linear;
          animation: slider 35000ms infinite linear; }
@-webkit-keyframes slider {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 1920px 0; } }
@-o-keyframes slider {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 1920px 0; } }
@keyframes slider {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 1920px 0; } }
.catalog__img {
  display: inline-block;
  width: 220px;
  margin-left: 36px;
  margin-right: 40px; }
.catalog__text {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  text-align: left; }
  .catalog__text .text__title {
    font-size: 24px; }
    .catalog__text .text__title-small {
      font-size: 15px; }
  .catalog__text .text__read {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.5; }
.catalog__btn {
  display: inline-block;
  width: 300px;
  height: 50px;
  margin-top: 25px;
  text-align: center;
  background: #fff;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
  .catalog__btn .btn__text {
    display: inline-block;
    line-height: 50px;
    font-size: 16px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
  .catalog__btn:hover {
    background-color: #666666; }
    .catalog__btn:hover .btn__text {
      color: #fff; }

.other {
  padding: 70px 0; }
  .other__banner {
    width: 100%;
    height: 360px;
    padding: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #262626;
    font-size: 0; }
  .other .banner__inner {
    border: 1px solid #adadad;
    font-size: 0;
    white-space: nowrap; }
  .other__text {
    display: inline-block;
    width: 470px;
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 4px; }
    .other__text .text__title {
      display: inline-block;
      width: 280px;
      margin-top: 60px; }
    .other__text .text__read {
      margin-top: 20px;
      font-size: 14px;
      line-height: 2; }
    .other__text .text__btn {
      display: inline-block;
      width: 300px;
      height: 50px;
      margin-top: 25px;
      background: #fff;
      font-size: 14px;
      text-align: center;
      -webkit-transition: 0.4s ease-in-out;
      -o-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out; }
      .other__text .text__btn .btn__text {
        display: inline-block;
        line-height: 50px;
        -webkit-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
      .other__text .text__btn:hover {
        background-color: #666666; }
        .other__text .text__btn:hover .btn__text {
          color: #fff; }
  .other__img {
    display: inline-block;
    width: 496px; }

.banner {
  position: fixed;
  min-width: 1000px;
  width: 100%;
  height: 90px;
  bottom: 0;
  background: #fff;
  z-index: 2; }
  .banner .banner__item {
    display: block;
    position: relative;
    text-align: center;
    width: 1000px;
    margin: auto;
    line-height: 0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .banner .banner__item:hover {
      opacity: 0.7; }
  .banner .banner__close {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 10px;
    z-index: 10; }

.footer {
  position: relative;
  height: 50px;
  min-width: 1000px;
  background: #111; }
  .footer::after {
    clear: both;
    content: "";
    display: table; }
  .footer__text {
    position: absolute;
    top: 18px;
    left: 70px;
    font-size: 10px; }
  .footer__btn {
    position: absolute;
    top: 7px;
    right: 70px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer; }
