@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
/*==========
トップページここから
==========*/
#index .white_ttl {
  position: relative;
  color: #ffffff;
  font-size: 3.33333em;
  font-weight: 500;
  letter-spacing: 0.5em;
  line-height: 1;
  margin-bottom: 80px;
  z-index: 10;
}

@media screen and (max-width: 1080px) {
  #index .white_ttl {
    font-size: 2em;
    margin-bottom: 24px;
  }
}

#index .index_ttl {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
}

#index .index_ttl .en {
  font-weight: 500;
  letter-spacing: 0.5em;
  font-size: 1.333333em;
  padding-bottom: 0.7em;
}

#index .index_ttl .ja {
  display: inline-block;
  font-weight: 900;
  font-size: 2.66666em;
  letter-spacing: 0.05em;
  position: relative;
}

#index .index_ttl .ja::before, #index .index_ttl .ja::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #004c34;
  display: inline-block;
  vertical-align: middle;
}

#index .index_ttl .ja::before {
  margin-right: 40px;
}

#index .index_ttl .ja::after {
  margin-left: 40px;
}

@media screen and (max-width: 1080px) {
  #index .index_ttl {
    font-size: 0.8em;
    margin-bottom: 24px;
  }
  #index .index_ttl .ja::before, #index .index_ttl .ja::after {
    width: 24px;
  }
  #index .index_ttl .ja::before {
    margin-right: 24px;
  }
  #index .index_ttl .ja::after {
    margin-left: 24px;
  }
}

/*==========
メインビジュアル
==========*/
#index_mv {
  background: center/cover url("../img/index/index_mv.jpg") no-repeat;
  height: 984px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#index_mv .text {
  font-size: 2.66666em;
  padding-left: 140px;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 3px 3px 0px #ffffff, -3px 3px 0px #ffffff, 3px -3px 0px #ffffff, -3px -3px 0px #ffffff, 3px 0px 0px #ffffff, 0px 3px 0px #ffffff, -3px 0px 0px #ffffff, 0px -3px 0px #ffffff;
}

#index_mv .lightgreen {
  color: #7fbd40;
}

#index_mv .black {
  color: #222222;
}

@media screen and (max-width: 1400px) {
  #index_mv .text {
    padding-left: 70px;
  }
}

@media screen and (max-width: 1080px) {
  #index_mv {
    height: 520px;
  }
  #index_mv .text {
    margin-bottom: 0em;
    padding-left: 24px;
  }
}

@media screen and (max-width: 641px) {
  #index_mv {
    height: 280px;
  }
  #index_mv .text {
    margin-bottom: -1em;
    padding-left: 24px;
    font-size: 1.5em;
    text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
  }
}

/*==========
メッセージ
==========*/
#index_message {
  margin-top: -92px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#index_message .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#index_message .text {
  font-size: 1.33333em;
  width: 100%;
  padding-bottom: 80px;
}

#index_message .icon {
  position: absolute;
  top: calc(19% - 40px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
}

#index_message .bg {
  min-width: 1920px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  #index_message {
    margin-top: -40px;
  }
  #index_message .content {
    margin-top: 2em;
  }
  #index_message .bg {
    min-width: 960px;
  }
  #index_message .text {
    font-size: 1.125em;
  }
  #index_message .icon {
    top: 75%;
    width: 80px;
  }
}

/*==========
会社紹介
==========*/
#index_company {
  background: top/cover url("../img/index/index_company_bg.png") no-repeat;
  height: 1180px;
  position: relative;
}

#index_company .text {
  text-align: center;
  font-size: 1.3333em;
}

#index_company .list {
  position: relative;
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-top: 312px;
  z-index: 1;
}

#index_company .list > * {
  color: #ffffff;
  border-radius: 20px;
  max-width: 346px;
  margin: 8px;
  position: relative;
}

#index_company .list > *:before {
  content: "";
  display: block;
  padding-top: 77.4567%;
}

#index_company .list > * .content {
  width: 100%;
  height: 100%;
  padding: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#index_company .list > * .icon {
  width: 22%;
}

#index_company .list > * .icon img {
  margin: 0 auto;
}

#index_company .list > * .ttl {
  font-size: 1.6666em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

#index_company .list > *:nth-of-type(1) {
  background: linear-gradient(125deg, #4caf9c 0%, #2c917a 100%);
}

#index_company .list > *:nth-of-type(2) {
  background: linear-gradient(125deg, #4cae6f 0%, #2c904b 100%);
}

#index_company .list > *:nth-of-type(3) {
  background: linear-gradient(125deg, #8fc653 0%, #6cae32 100%);
}

#index_company .bg {
  min-width: 1920px;
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1080px) {
  #index_company .list {
    margin-top: 40px;
  }
}

/*==========
取扱商品
==========*/
#index_product {
  background-color: #e1f1ee;
  position: relative;
}

#index_product .item_wrap {
  position: relative;
  z-index: 1;
}

#index_product .item_wrap:not(:last-of-type) {
  margin-bottom: -88px;
}

#index_product .item_wrap .img_sec {
  width: 56vw;
  padding: 0px 50px;
}

#index_product .item_wrap:nth-of-type(odd) .img_sec {
  margin-left: calc(50% - 50vw);
}

#index_product .item_wrap:nth-of-type(odd) .img_sec img {
  margin: 0 0 0 auto;
}

#index_product .item_wrap:nth-of-type(even) .img_sec {
  margin-right: calc(50% - 50vw);
}

#index_product .item_wrap:nth-of-type(even) .img_sec img {
  margin: 0 auto 0 0;
}

#index_product .item_wrap .text_sec {
  width: 40%;
}

#index_product .item_wrap:nth-of-type(odd) .text_sec {
  padding-left: 48px;
}

#index_product .item_wrap:nth-of-type(even) .text_sec {
  padding-right: 48px;
}

#index_product .item_wrap .ttl {
  font-size: 2em;
  font-weight: 700;
  position: relative;
  padding-bottom: 4px;
}

#index_product .item_wrap .ttl::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #004c34;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

#index_product .item_wrap .text {
  margin-top: 1.5em;
}

#index_product .item_wrap .btn {
  margin-top: 32px;
}

#index_product .bg {
  min-width: 1920px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1400px) {
  #index_product .item_wrap:not(:last-of-type) {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1080px) {
  #index_product {
    margin-top: -64px;
    padding-bottom: 96px;
  }
  #index_product .item_wrap:not(:last-of-type) {
    margin-bottom: 64px;
  }
  #index_product .item_wrap .img_sec {
    width: 100%;
    max-width: 400px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  #index_product .item_wrap:nth-of-type(odd) .img_sec,
  #index_product .item_wrap:nth-of-type(even) .img_sec {
    padding: 0px 24px;
  }
  #index_product .item_wrap:nth-of-type(odd) .text_sec,
  #index_product .item_wrap:nth-of-type(even) .text_sec {
    margin: 0;
    padding: 0;
  }
  #index_product .item_wrap .text_sec {
    width: 100%;
    max-width: 400px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #index_product .item_wrap .btn {
    margin-top: 16px;
    margin: 16px auto 0px;
  }
}

/*==========
お知らせ+お問い合わせ　レイアウト
==========*/
#index_foot {
  padding: 120px 24px;
}

@media screen and (max-width: 1080px) {
  #index_foot {
    padding: 0px 24px 64px;
  }
}

/*==========
お知らせ
==========*/
#index_news {
  width: 53%;
  max-width: 840px;
}

#index_news .index_ttl .ja {
  font-size: 2.22222em;
}

#index_news .news_list {
  padding: 24px 80px;
}

#index_news .list {
  padding: 1em 0em;
  border-bottom: 2px solid #dddddd;
}

#index_news .date {
  display: inline-block;
  line-height: 1;
  padding-bottom: 1em;
}

#index_news .text {
  font-weight: 700;
}

@media screen and (max-width: 1080px) {
  #index_news {
    width: 100%;
  }
  #index_news .news_list {
    padding: 0px;
  }
}

/*==========
お問い合わせ
==========*/
#index_contact {
  width: 47%;
  max-width: 680px;
  background-color: #7fbd40;
  margin-right: 80px;
  color: #ffffff;
  border-radius: 30px;
  position: relative;
}

#index_contact:before {
  content: "";
  display: block;
  padding-top: 70.5883%;
}

#index_contact .content {
  width: 100%;
  height: 100%;
  padding: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#index_contact .index_ttl .ja {
  font-size: 2.2222em;
}

#index_contact .index_ttl .ja::after, #index_contact .index_ttl .ja::before {
  background-color: #ffffff;
}

#index_contact .tell,
#index_contact .fax {
  letter-spacing: 0;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}

#index_contact .tell {
  font-size: 2.2222em;
}

#index_contact .tell .big {
  font-size: 1.65em;
}

#index_contact .fax {
  margin-top: 24px;
  font-size: 1.11111em;
}

#index_contact .fax .big {
  font-size: 1.8em;
}

#index_contact .btn {
  margin-top: 40px;
  font-size: 1.3333em;
  width: 75%;
  max-width: 420px;
  height: 100px;
  border-radius: 50px;
  border-width: 3px;
}

#index_contact .btn::after {
  display: none;
}

#index_contact .btn::before {
  content: "";
  background: center/cover url("../img/common/btn_contact_icon.png") no-repeat;
  display: inline-block;
  width: 28px;
  height: 20px;
  margin-right: 0.5em;
  vertical-align: top;
}

@media screen and (max-width: 1400px) {
  #index_contact {
    font-size: 0.75em;
    max-width: 480px;
  }
  #index_contact .index_ttl {
    margin-bottom: 24px;
  }
  #index_contact .btn {
    margin-top: 24px;
    height: 80px;
  }
}

@media screen and (max-width: 1080px) {
  #index_contact {
    width: 100%;
    max-width: 360px;
    margin: 40px auto;
  }
  #index_contact .index_ttl {
    margin-bottom: 16px;
  }
  #index_contact .content {
    padding: 24px;
  }
  #index_contact .tell {
    font-size: 1.75em;
  }
  #index_contact .tell .big {
    font-size: 1.5em;
  }
  #index_contact .fax {
    font-size: 1em;
    margin-top: 8px;
  }
  #index_contact .fax .big {
    font-size: 1.25em;
  }
  #index_contact .btn {
    border-width: 2px;
    margin-top: 16px;
    height: 56px;
  }
}
/*# sourceMappingURL=index.css.map */