@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap");
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			$

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*================================
function
=================================*/
/*================================
fadein animation
=================================*/
@keyframes loading {
  0% {
    opacity: 1;
    visibility: visible;
  }
  90% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 1%;
    visibility: hidden;
  }
}
@keyframes fadeup {
  0% {
    opacity: 1%;
    visibility: hidden;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeup-x50 {
  0% {
    opacity: 1%;
    visibility: hidden;
    transform: translate(-50%, 5%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}
@keyframes scrollline {
  0%, 100%, 40% {
    top: 0;
    opacity: 1;
  }
  14% {
    top: 100%;
    opacity: 0;
  }
  16% {
    top: -100%;
    opacity: 0;
  }
}
/*================================
loading
=================================*/
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  opacity: 1%;
  visibility: hidden;
}
#loading .contents, #loading .video, #loading video {
  width: 100%;
  height: 100%;
}
#loading .contents .video video {
  -o-object-fit: cover;
     object-fit: cover;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			RESET

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, label, textarea, p, blockquote, table, caption, tbody, tfoot, thead, th, td, option, figure, figcaption {
  margin: 0;
  padding: 0;
}

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

fieldset, img, abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, th, var, optgroup, strong, em, b, i {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a, ins, del {
  text-decoration: none;
}

a {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

object, embed, th, td {
  vertical-align: top;
}

input, textarea, select {
  font-size: 1em;
}

picture, figure, audio {
  display: inline-block;
}

audio {
  max-width: 100%;
}

.clf::after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			COMMON

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
* {
  box-sizing: border-box;
  outline: none;
  font-family: "Noto Sans JP", serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  * {
    font-size: 28px;
  }
}
@media screen and (min-width: 960px) {
  * {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  * {
    font-size: 16px;
  }
}

body, a {
  color: #4B4B4B;
}

html, body {
  overflow-x: clip;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  padding: 0;
  position: relative;
}

body.show {
  opacity: 1;
  transition: 1s;
}

main {
  flex: 1;
}

.outer {
  margin-top: -16vw;
  padding-top: 16vw;
}
@media screen and (min-width: 751px) {
  .outer {
    margin-top: -120px;
    padding-top: 120px;
  }
}
@media screen and (min-width: 960px) {
  .outer {
    margin-top: -6.9444444444vw;
    padding-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .outer {
    margin-top: -100px;
    padding-top: 100px;
  }
}

.en {
  font-family: "Josefin Sans", serif;
}

@media screen and (min-width: 960px) {
  .mb {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

/*================================
contents title
=================================*/
.contents_title_wrap {
  margin-bottom: 10.6666666667vw;
  text-align: center;
  opacity: 1%;
  visibility: hidden;
  transform: translateY(5%);
}
@media screen and (min-width: 751px) {
  .contents_title_wrap {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .contents_title_wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .contents_title_wrap {
    margin-bottom: 60px;
  }
}
.contents_title_wrap .title_en, .contents_title_wrap .title_ja {
  font-weight: 700;
}
.contents_title_wrap .title_en {
  margin-bottom: 3.2vw;
  font-size: 7.3333333333vw;
  line-height: 1;
  color: #009143;
}
@media screen and (min-width: 751px) {
  .contents_title_wrap .title_en {
    margin-bottom: 24px;
    font-size: 55px;
  }
}
@media screen and (min-width: 960px) {
  .contents_title_wrap .title_en {
    margin-bottom: 0.6944444444vw;
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .contents_title_wrap .title_en {
    margin-bottom: 10px;
    font-size: 40px;
  }
}
.contents_title_wrap .title_ja {
  font-size: 3.2vw;
}
@media screen and (min-width: 751px) {
  .contents_title_wrap .title_ja {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .contents_title_wrap .title_ja {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .contents_title_wrap .title_ja {
    font-size: 16px;
  }
}

.anim_active .contents_title_wrap {
  animation: fadeup 0.6s forwards;
}

/*================================
link btn
=================================*/
.link_btn {
  width: 80vw;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .link_btn {
    width: 22.2222222222vw;
    max-width: 320px;
    margin: 0;
  }
}
.link_btn a {
  width: 100%;
  padding: 6.1333333333vw 0;
  text-align: center;
  line-height: 1;
  background: #007A88;
  border-radius: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .link_btn a {
    padding: 46px 0;
    border-radius: 100px;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a {
    padding: 1.25vw 0;
    border: 2px solid #007A88;
    border-radius: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .link_btn a {
    padding: 22px 0;
    border-radius: 70px;
  }
}
.link_btn a span {
  display: inline-block;
  padding-right: 2.9333333333vw;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 751px) {
  .link_btn a span {
    padding-right: 22px;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a span {
    padding-right: 1.1111111111vw 0;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1440px) {
  .link_btn a span {
    padding-right: 16px;
  }
}
.link_btn a span:before {
  content: "";
  width: 1.6vw;
  max-width: 12px;
  height: 2.6666666667vw;
  max-height: 20px;
  background: url("../images/common/icon_link_arrow.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-42%);
}
@media screen and (min-width: 960px) {
  .link_btn a span:before {
    width: 0.4166666667vw;
    max-width: 6px;
    height: 0.6944444444vw;
    max-height: 10px;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a:hover {
    background: #fff;
  }
  .link_btn a:hover span {
    color: #007A88;
  }
  .link_btn a:hover span:before {
    background: url("../images/common/icon_link_arrow_blue.svg") no-repeat center center;
    background-size: 100%;
  }
}
.link_btn.blank a span {
  padding-right: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
  .link_btn.blank a span {
    padding-right: 26px;
  }
}
@media screen and (min-width: 960px) {
  .link_btn.blank a span {
    padding-right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .link_btn.blank a span {
    padding-right: 20px;
  }
}
.link_btn.blank a span:before {
  width: 2.1333333333vw;
  max-width: 16px;
  height: 2.1333333333vw;
  max-height: 16px;
  background: url("../images/common/icon_link_blank.svg") no-repeat center center;
  background-size: 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .link_btn.blank a span:before {
    width: 0.6944444444vw;
    max-width: 10px;
    height: 0.6944444444vw;
    max-height: 10px;
  }
}
@media screen and (min-width: 960px) {
  .link_btn.blank a:hover span:before {
    background: url("../images/common/icon_link_blank_blue.svg") no-repeat center center;
    background-size: 100%;
  }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			header / footer

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*================================
header
=================================*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 17.3333333333vw;
  max-height: 130px;
  padding: 0 4vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  header {
    height: 6.5972222222vw;
    max-height: 95px;
    padding: 0 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  header {
    padding: 0 40px;
  }
}
header .logo {
  width: 14.6666666667vw;
  max-width: 110px;
}
@media screen and (min-width: 960px) {
  header .logo {
    width: 4.5833333333vw;
    max-width: 66px;
  }
}
header .logo a {
  width: 100%;
}
@media screen and (min-width: 960px) {
  header .logo a:hover {
    opacity: 0.6;
  }
}
header nav {
  display: none;
}
@media screen and (min-width: 960px) {
  header nav {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  header nav ul {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  header nav ul li {
    margin-right: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  header nav ul li {
    margin-right: 32px;
  }
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  header nav ul li a:hover {
    color: #007A88;
  }
}
header.change {
  background: rgba(255, 255, 255, 0.7);
}

/*================================
ハンバーガーメニュー
=================================*/
.btn_trigger {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}

.hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.btn_trigger_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.8vw;
  max-width: 66px;
  height: 6.9333333333vw;
  max-height: 52px;
  transition: all 0.4s;
  position: fixed;
  top: 5.2vw;
  right: 4vw;
  z-index: 10000;
}
@media screen and (min-width: 751px) {
  .btn_trigger_wrap {
    top: 39px;
    right: 30px;
  }
}
@media screen and (min-width: 960px) {
  .btn_trigger_wrap {
    display: none;
  }
}
.btn_trigger_wrap button, .btn_trigger_wrap .line {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.btn_trigger_wrap .line {
  position: relative;
}
.btn_trigger_wrap .line span {
  display: inline-block;
  width: 100%;
  height: 0.8vw;
  background: #007A88;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
@media screen and (min-width: 751px) {
  .btn_trigger_wrap .line span {
    height: 6px;
  }
}
.btn_trigger_wrap .line span:nth-child(1) {
  top: 0;
}
.btn_trigger_wrap .line span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.btn_trigger_wrap .line span:nth-child(3) {
  bottom: 0;
}
.btn_trigger_wrap .line span :nth-child(1) {
  top: 0;
}
.btn_trigger_wrap .line span :nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.btn_trigger_wrap .line span :nth-child(3) {
  bottom: 0;
}
.btn_trigger_wrap.active .line span {
  background: #fff;
}
.btn_trigger_wrap.active .line span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.btn_trigger_wrap.active .line span:nth-of-type(2) {
  opacity: 0;
}
.btn_trigger_wrap.active .line span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/*================================
グローバルナビゲーション
=================================*/
.navi_open_wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  right: -101%;
  z-index: 9999;
  transition: all 0.4s;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.navi_open_wrap::-webkit-scrollbar {
  display: none;
}
.navi_open_wrap.open {
  right: 0;
}
.navi_open_wrap .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73.3333333333vw;
  height: 100%;
  min-height: 157.3333333333vw;
  margin-left: auto;
  background: #007A88;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .navi_open_wrap .inner {
    min-height: 1180px;
  }
}
.navi_open_wrap .inner nav ul li {
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
  .navi_open_wrap .inner nav ul li {
    margin-bottom: 70px;
  }
}
.navi_open_wrap .inner nav ul li:last-child {
  margin-bottom: 0;
}
.navi_open_wrap .inner nav ul li a {
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .navi_open_wrap .inner nav ul li a {
    font-size: 32px;
  }
}
.navi_open_wrap .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

/*================================
footer
=================================*/
footer {
  padding: 10.6666666667vw 0 5.3333333333vw;
  text-align: center;
  background: #F2F8F9;
}
@media screen and (min-width: 751px) {
  footer {
    padding: 80px 0 40px;
  }
}
@media screen and (min-width: 960px) {
  footer {
    padding: 2.7777777778vw 2.7777777778vw 0.6944444444vw;
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  footer {
    padding: 40px 40px 10px;
    text-align: left;
  }
}
footer .inner {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  footer .inner {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  footer .inner {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner {
    margin-bottom: 40px;
  }
}
footer .inner .information {
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  footer .inner .information {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .information {
    margin-bottom: 20px;
  }
}
footer .inner .information .logo {
  width: 27.2vw;
  max-width: 204px;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 751px) {
  footer .inner .information .logo {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .information .logo {
    width: 4.5833333333vw;
    max-width: 66px;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .information ul {
    display: flex;
    align-items: center;
  }
}
footer .inner .information ul li {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
  footer .inner .information ul li {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .information ul li {
    margin-right: 2.2222222222vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .information ul li {
    margin-right: 32px;
  }
}
footer .inner .information ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
footer .inner .information ul li a {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  footer .inner .information ul li a {
    font-size: 32px;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .information ul li a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .information ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .information ul li a:hover {
    color: #007A88;
  }
}
footer .inner .logo_airwater {
  width: 53.3333333333vw;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  footer .inner .logo_airwater {
    width: 13.8888888889vw;
    max-width: 200px;
    margin-right: 0;
    margin-left: auto;
  }
}
footer .inner .logo_airwater a {
  width: 100%;
}
@media screen and (min-width: 960px) {
  footer .inner .logo_airwater a:hover {
    opacity: 0.6;
  }
}
footer .copyright {
  font-size: 2.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  footer .copyright {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  footer .copyright {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .copyright {
    font-size: 12px;
  }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			home

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#home {
  /*================================
  mv
  =================================*/
  /*================================
  products
  =================================*/
  /*================================
  vision mission
  =================================*/
  /*================================
  logo concept
  =================================*/
  /*================================
  business introduction
  =================================*/
  /*================================
  buy contact
  =================================*/
}
#home .mv {
  margin-bottom: 26vw;
}
@media screen and (min-width: 751px) {
  #home .mv {
    margin-bottom: 195px;
  }
}
@media screen and (min-width: 960px) {
  #home .mv {
    margin-bottom: 11.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv {
    margin-bottom: 168px;
  }
}
#home .mv .wrap {
  padding: 28.5333333333vw 4vw 23.3333333333vw 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 751px) {
  #home .mv .wrap {
    padding: 214px 30px 175px 40px;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .wrap {
    padding: 8.9583333333vw 0 8.6111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .wrap {
    padding: 129px 0 124px;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .wrap .inner .contents {
    display: flex;
    align-items: center;
    padding-left: calc((100% - 69.4444444444vw) / 2);
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .wrap .inner .contents {
    padding-left: calc((100% - 1000px) / 2);
  }
}
#home .mv .wrap .inner .contents .logo {
  width: 32.8vw;
  max-width: 246px;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  #home .mv .wrap .inner .contents .logo {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .wrap .inner .contents .logo {
    width: 20.8333333333vw;
    max-width: 300px;
    margin: 0 4.1666666667vw 0 0;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .wrap .inner .contents .logo {
    margin-right: 60px;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .wrap .inner .contents .catch_wrap {
    width: 50.9722222222vw;
    max-width: 734px;
  }
}
#home .mv .wrap .inner .contents .catch_wrap .catch {
  width: 71.6vw;
  max-width: 537px;
  margin-bottom: 7.3333333333vw;
}
@media screen and (min-width: 751px) {
  #home .mv .wrap .inner .contents .catch_wrap .catch {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .wrap .inner .contents .catch_wrap .catch {
    width: 30.9027777778vw;
    max-width: 445px;
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .wrap .inner .contents .catch_wrap .catch {
    margin-bottom: 48px;
  }
}
#home .mv .wrap .inner .contents .catch_wrap .text_wrap .text, #home .mv .wrap .inner .contents .catch_wrap .text_wrap * {
  font-size: 3.2vw;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  #home .mv .wrap .inner .contents .catch_wrap .text_wrap .text, #home .mv .wrap .inner .contents .catch_wrap .text_wrap * {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .wrap .inner .contents .catch_wrap .text_wrap .text, #home .mv .wrap .inner .contents .catch_wrap .text_wrap * {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .wrap .inner .contents .catch_wrap .text_wrap .text, #home .mv .wrap .inner .contents .catch_wrap .text_wrap * {
    font-size: 16px;
  }
}
#home .mv .wrap .inner .contents .catch_wrap .text_wrap .text {
  white-space: nowrap;
}
#home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text {
  display: inline-block;
  margin-bottom: 5.0666666667vw;
  opacity: 1%;
  visibility: hidden;
  transform: translateY(5%);
}
@media screen and (min-width: 751px) {
  #home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text {
    margin-bottom: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text {
    margin-bottom: 26px;
  }
}
#home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text:last-child {
  margin-bottom: 0;
}
#home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text .green__mb {
  color: #009143;
}
@media screen and (min-width: 960px) {
  #home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text .green__mb {
    color: #4B4B4B;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text .green__pc {
    color: #009143;
  }
}
#home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text .marker {
  position: relative;
}
#home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text .marker:after {
  content: "";
  width: 11.8666666667vw;
  max-width: 89px;
  height: 7.7333333333vw;
  max-height: 58px;
  background: url("../images/mv/marker.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) {
  #home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text .marker:after {
    width: 8.0555555556vw;
    max-width: 116px;
    height: 5.2083333333vw;
    max-height: 75px;
  }
}
#home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text [rb] {
  display: inline-block;
  padding-top: 2.1333333333vw;
  position: relative;
}
@media screen and (min-width: 751px) {
  #home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text [rb] {
    padding-top: 16px;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text [rb] {
    padding-top: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text [rb] {
    padding-top: 14px;
  }
}
#home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text [rb]:before {
  content: attr(rb);
  font-size: 2.1333333333vw;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  #home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text [rb]:before {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text [rb]:before {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .wrap .inner .contents .catch_wrap .text_wrap .text .catch_text [rb]:before {
    font-size: 12px;
  }
}
#home .mv .wrap .inner .bg, #home .mv .wrap .inner video {
  width: 100%;
  height: 100%;
}
#home .mv .wrap .inner .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}
#home .mv .wrap .inner .bg video {
  -o-object-fit: cover;
     object-fit: cover;
}
#home .mv .wrap .scrolldown {
  position: absolute;
  bottom: -10vw;
  left: 50%;
  transform: translate(-50%, 5%);
  opacity: 1%;
  visibility: hidden;
}
@media screen and (min-width: 751px) {
  #home .mv .wrap .scrolldown {
    bottom: -75px;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .wrap .scrolldown {
    bottom: -4.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .wrap .scrolldown {
    bottom: -68px;
  }
}
#home .mv .wrap .scrolldown__text {
  margin-bottom: 2.6666666667vw;
  color: #009143;
}
@media screen and (min-width: 751px) {
  #home .mv .wrap .scrolldown__text {
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .wrap .scrolldown__text {
    font-size: 1.3888888889vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .wrap .scrolldown__text {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#home .mv .wrap .scrolldown__line {
  display: block;
  width: 2px;
  height: 20vw;
  max-height: 150px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #home .mv .wrap .scrolldown__line {
    height: 6.9444444444vw;
    max-height: 100px;
  }
}
#home .mv .wrap .scrolldown__line::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #009143;
  position: absolute;
  top: 0;
  left: 0;
  animation: scrollline 3s ease-in-out infinite;
}
#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text {
  animation: fadeup 0.6s forwards;
}
#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(1) {
  animation-delay: 0.15s;
}
#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(2) {
  animation-delay: 0.3s;
}
#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(3) {
  animation-delay: 0.45s;
}
#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(4) {
  animation-delay: 0.6s;
}
#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(5) {
  animation-delay: 0.75s;
}
#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(6) {
  animation-delay: 0.9s;
}
#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(7) {
  animation-delay: 1.05s;
}
#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(8) {
  animation-delay: 1.3s;
}
@media screen and (min-width: 960px) {
  #home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(8) {
    animation-delay: 0.9s;
  }
}
#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(9) {
  animation-delay: 1.45s;
}
@media screen and (min-width: 960px) {
  #home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(9) {
    animation-delay: 1.3s;
  }
}
#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(10) {
  animation-delay: 1.6s;
}
@media screen and (min-width: 960px) {
  #home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(10) {
    animation-delay: 1.45s;
  }
}
#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(11) {
  animation-delay: 1.75s;
}
@media screen and (min-width: 960px) {
  #home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(11) {
    animation-delay: 1.6s;
  }
}
#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(12) {
  animation-delay: 1.9s;
}
@media screen and (min-width: 960px) {
  #home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(12) {
    animation-delay: 1.6s;
  }
}
#home .mv.anim_active .wrap .scrolldown {
  animation: fadeup-x50 0.6s 1.9s forwards;
}
@media screen and (min-width: 960px) {
  #home .mv.anim_active .wrap .scrolldown {
    animation: fadeup-x50 0.6s 1.6s forwards;
  }
}
#home #products .wrap {
  margin-bottom: 16vw;
}
@media screen and (min-width: 751px) {
  #home #products .wrap {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 960px) {
  #home #products .wrap {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #products .wrap {
    margin-bottom: 100px;
  }
}
#home #products .wrap .inner {
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  #home #products .wrap .inner {
    padding: 0 40px;
  }
}
@media screen and (min-width: 960px) {
  #home #products .wrap .inner {
    padding: 0;
  }
}
#home #products .wrap .inner .contents {
  opacity: 1%;
  visibility: hidden;
  transform: translateY(5%);
}
#home #products .wrap .inner .contents.top {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home #products .wrap .inner .contents.top {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #products .wrap .inner .contents.top {
    margin-bottom: 50px;
  }
}
#home #products .wrap .inner .contents.top .new {
  width: 16.8vw;
  max-width: 126px;
  margin: 0 auto 4.6666666667vw auto;
}
@media screen and (min-width: 751px) {
  #home #products .wrap .inner .contents.top .new {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  #home #products .wrap .inner .contents.top .new {
    width: 5.1388888889vw;
    max-width: 74px;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #products .wrap .inner .contents.top .new {
    margin-bottom: 20px;
  }
}
#home #products .wrap .inner .contents.top .image {
  width: 51.4666666667vw;
  max-width: 386px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #home #products .wrap .inner .contents.top .image {
    width: 17.0138888889vw;
    max-width: 245px;
  }
}
@media screen and (min-width: 960px) {
  #home #products .wrap .inner .contents.bottom {
    width: 69.4444444444vw;
    max-width: 1000px;
    margin: 0 auto;
  }
}
#home #products .wrap .inner .contents.bottom .item {
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  #home #products .wrap .inner .contents.bottom .item {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  #home #products .wrap .inner .contents.bottom .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
#home #products .wrap .inner .contents.bottom .item:last-child {
  margin-bottom: 0;
}
#home #products .wrap .inner .contents.bottom .item .image {
  margin-bottom: 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 751px) {
  #home #products .wrap .inner .contents.bottom .item .image {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  #home #products .wrap .inner .contents.bottom .item .image {
    width: 33.3333333333vw;
    max-width: 480px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
#home #products .wrap .inner .contents.bottom .item .image .kome {
  display: inline-block;
  font-size: 2.6666666667vw;
  color: #fff;
  position: absolute;
  bottom: 2.6666666667vw;
  right: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home #products .wrap .inner .contents.bottom .item .image .kome {
    font-size: 0.8333333333vw;
    bottom: 0.6944444444vw;
    right: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #products .wrap .inner .contents.bottom .item .image .kome {
    bottom: 10px;
    right: 12px;
  }
}
@media screen and (min-width: 960px) {
  #home #products .wrap .inner .contents.bottom .item .text_wrap {
    width: 33.3333333333vw;
    max-width: 480px;
  }
}
#home #products .wrap .inner .contents.bottom .item .text_wrap .item_title {
  margin-bottom: 5.3333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
  color: #009143;
}
@media screen and (min-width: 751px) {
  #home #products .wrap .inner .contents.bottom .item .text_wrap .item_title {
    margin-bottom: 40px;
    font-size: 36px;
  }
}
@media screen and (min-width: 960px) {
  #home #products .wrap .inner .contents.bottom .item .text_wrap .item_title {
    margin-bottom: 1.6666666667vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #products .wrap .inner .contents.bottom .item .text_wrap .item_title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
#home #products .wrap .inner .contents.bottom .item .text_wrap .text {
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  #home #products .wrap .inner .contents.bottom .item .text_wrap .text {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  #home #products .wrap .inner .contents.bottom .item .text_wrap .text {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #products .wrap .inner .contents.bottom .item .text_wrap .text {
    margin-bottom: 40px;
  }
}
#home #products .wrap .inner.anim_active .contents {
  animation: fadeup 0.6s 0.2s forwards;
}
#home #vision_mission .wrap {
  margin-bottom: 16vw;
}
@media screen and (min-width: 751px) {
  #home #vision_mission .wrap {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 960px) {
  #home #vision_mission .wrap {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #vision_mission .wrap {
    margin-bottom: 100px;
  }
}
#home #vision_mission .wrap .inner {
  padding: 16vw 5.3333333333vw;
  background: url("../images/common/green_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  #home #vision_mission .wrap .inner {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  #home #vision_mission .wrap .inner {
    padding: 100px 0;
  }
}
#home #vision_mission .wrap .inner .contents {
  opacity: 1%;
  visibility: hidden;
  transform: translateY(5%);
}
@media screen and (min-width: 960px) {
  #home #vision_mission .wrap .inner .contents {
    display: flex;
    justify-content: space-between;
    width: 69.4444444444vw;
    max-width: 1000px;
    margin: 0 auto;
  }
}
#home #vision_mission .wrap .inner .contents .item {
  margin-bottom: 8vw;
  padding: 10.6666666667vw 0;
  background: #fff;
  text-align: center;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  #home #vision_mission .wrap .inner .contents .item {
    margin-bottom: 80px;
    padding: 80px 0;
    border-radius: 20px;
  }
}
@media screen and (min-width: 960px) {
  #home #vision_mission .wrap .inner .contents .item {
    width: 48%;
    margin-bottom: 0;
    padding: 4.1666666667vw 0;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #vision_mission .wrap .inner .contents .item {
    padding: 60px 0;
    border-radius: 10px;
  }
}
#home #vision_mission .wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
#home #vision_mission .wrap .inner .contents .item .text_wrap .icon {
  width: 16vw;
  max-width: 120px;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  #home #vision_mission .wrap .inner .contents .item .text_wrap .icon {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  #home #vision_mission .wrap .inner .contents .item .text_wrap .icon {
    width: 4.1666666667vw;
    max-width: 60px;
    margin-bottom: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #vision_mission .wrap .inner .contents .item .text_wrap .icon {
    margin-bottom: 26px;
  }
}
#home #vision_mission .wrap .inner .contents .item .text_wrap .item_title_wrap {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  #home #vision_mission .wrap .inner .contents .item .text_wrap .item_title_wrap {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  #home #vision_mission .wrap .inner .contents .item .text_wrap .item_title_wrap {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #vision_mission .wrap .inner .contents .item .text_wrap .item_title_wrap {
    margin-bottom: 20px;
  }
}
#home #vision_mission .wrap .inner .contents .item .text_wrap .item_title_wrap .title_en, #home #vision_mission .wrap .inner .contents .item .text_wrap .item_title_wrap .title_ja {
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
#home #vision_mission .wrap .inner .contents .item .text_wrap .item_title_wrap .title_en {
  margin-bottom: 2.6666666667vw;
  font-size: 5.3333333333vw;
  color: #009143;
}
@media screen and (min-width: 751px) {
  #home #vision_mission .wrap .inner .contents .item .text_wrap .item_title_wrap .title_en {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
@media screen and (min-width: 960px) {
  #home #vision_mission .wrap .inner .contents .item .text_wrap .item_title_wrap .title_en {
    margin-bottom: 1.1111111111vw;
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #vision_mission .wrap .inner .contents .item .text_wrap .item_title_wrap .title_en {
    margin-bottom: 16px;
    font-size: 32px;
  }
}
#home #vision_mission .wrap .inner .contents .item .text_wrap .item_title_wrap .title_ja {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  #home #vision_mission .wrap .inner .contents .item .text_wrap .item_title_wrap .title_ja {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  #home #vision_mission .wrap .inner .contents .item .text_wrap .item_title_wrap .title_ja {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #vision_mission .wrap .inner .contents .item .text_wrap .item_title_wrap .title_ja {
    font-size: 12px;
  }
}
#home #vision_mission .wrap .inner .contents .item .text_wrap .text, #home #vision_mission .wrap .inner .contents .item .text_wrap {
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  #home #vision_mission .wrap .inner .contents .item .text_wrap .text, #home #vision_mission .wrap .inner .contents .item .text_wrap {
    font-size: 1.3888888889vw;
    letter-spacing: 0.14em;
  }
}
@media screen and (min-width: 1440px) {
  #home #vision_mission .wrap .inner .contents .item .text_wrap .text, #home #vision_mission .wrap .inner .contents .item .text_wrap {
    font-size: 20px;
  }
}
#home #vision_mission .wrap .inner .contents .item .text_wrap .text {
  text-align: center;
}
#home #vision_mission .wrap .inner .contents .item .text_wrap .text ruby, #home #vision_mission .wrap .inner .contents .item .text_wrap .text rt {
  color: #009143;
}
#home #vision_mission .wrap .inner .contents .item .text_wrap .text ruby rt {
  font-size: 2.1333333333vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #home #vision_mission .wrap .inner .contents .item .text_wrap .text ruby rt {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  #home #vision_mission .wrap .inner .contents .item .text_wrap .text ruby rt {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #vision_mission .wrap .inner .contents .item .text_wrap .text ruby rt {
    font-size: 10px;
  }
}
#home #vision_mission .wrap .inner.anim_active .contents {
  animation: fadeup 0.6s 0.2s forwards;
}
@media screen and (min-width: 960px) {
  #home #logo_concept {
    max-width: 1440px;
    margin: 0 auto;
  }
}
#home #logo_concept .wrap {
  margin-bottom: 16vw;
}
@media screen and (min-width: 751px) {
  #home #logo_concept .wrap {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #logo_concept .wrap {
    margin-bottom: 100px;
  }
}
#home #logo_concept .wrap .inner {
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  #home #logo_concept .wrap .inner {
    margin-bottom: 120px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner {
    padding: 0;
  }
}
#home #logo_concept .wrap .inner .top {
  margin-bottom: 8vw;
  opacity: 1%;
  visibility: hidden;
  transform: translateY(5%);
}
@media screen and (min-width: 751px) {
  #home #logo_concept .wrap .inner .top {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .top {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #logo_concept .wrap .inner .top {
    margin-bottom: 60px;
  }
}
#home #logo_concept .wrap .inner .top .top_text {
  text-align: center;
  line-height: 1.875;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .top .top_text {
    width: 43.125vw;
    max-width: 621px;
    margin-right: 2.7777777778vw;
    text-align: left;
    letter-spacing: 0;
    order: 1;
  }
}
@media screen and (min-width: 1440px) {
  #home #logo_concept .wrap .inner .top .top_text {
    margin-right: 40px;
  }
}
#home #logo_concept .wrap .inner .top .top_text .green, #home #logo_concept .wrap .inner .top .top_text ruby, #home #logo_concept .wrap .inner .top .top_text rt {
  color: #009143;
}
#home #logo_concept .wrap .inner .top .top_text ruby rt {
  margin-bottom: 0.6666666667vw;
  font-size: 2.1333333333vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #home #logo_concept .wrap .inner .top .top_text ruby rt {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .top .top_text ruby rt {
    margin-bottom: 0.3472222222vw;
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #logo_concept .wrap .inner .top .top_text ruby rt {
    margin-bottom: 5px;
    font-size: 10px;
  }
}
#home #logo_concept .wrap .inner .top .video {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .top .video {
    width: 39.2361111111vw;
    max-width: 565px;
    height: 22.0833333333vw;
    max-height: 318px;
    margin-bottom: 0;
    order: 2;
  }
}
#home #logo_concept .wrap .inner .top .video video {
  width: 100%;
  height: 100%;
}
#home #logo_concept .wrap .inner .bottom .logo {
  width: 66.6666666667vw;
  max-width: 500px;
  margin: 0 auto 29.3333333333vw;
  opacity: 1%;
  visibility: hidden;
  transform: translateY(5%);
}
@media screen and (min-width: 751px) {
  #home #logo_concept .wrap .inner .bottom .logo {
    margin-bottom: 220px;
  }
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .bottom .logo {
    width: 26.3888888889vw;
    max-width: 380px;
    margin-bottom: 1.3888888889vw;
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  #home #logo_concept .wrap .inner .bottom .logo {
    margin-bottom: 20px;
  }
}
#home #logo_concept .wrap .inner .bottom .border_space {
  opacity: 1%;
  visibility: hidden;
  transform: translateY(5%);
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .bottom .border_space {
    width: 47.7777777778vw;
    max-width: 688px;
    margin: 0 auto;
    height: 5.6944444444vw;
    max-height: 82px;
    margin-bottom: 4.5138888889vw;
    position: relative;
  }
  #home #logo_concept .wrap .inner .bottom .border_space:before, #home #logo_concept .wrap .inner .bottom .border_space:after {
    content: "";
    position: absolute;
  }
  #home #logo_concept .wrap .inner .bottom .border_space:before {
    width: 100%;
    height: 2.7777777778vw;
    max-height: 40px;
    border-top: 4px solid #009143;
    border-left: 4px solid #009143;
    border-right: 4px solid #009143;
    bottom: 0;
    left: 0;
  }
  #home #logo_concept .wrap .inner .bottom .border_space:after {
    width: 4px;
    height: 100%;
    background: #009143;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1440px) {
  #home #logo_concept .wrap .inner .bottom .border_space {
    margin-bottom: 65px;
  }
}
#home #logo_concept .wrap .inner .bottom .contents {
  position: relative;
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .bottom .contents {
    display: flex;
    justify-content: space-between;
    width: 69.4444444444vw;
    max-width: 1000px;
    margin: 0 auto;
  }
}
#home #logo_concept .wrap .inner .bottom .contents .item {
  background: #F2F8F9;
  border-radius: 1.3333333333vw;
  opacity: 1%;
  visibility: hidden;
  transform: translateY(5%);
}
@media screen and (min-width: 751px) {
  #home #logo_concept .wrap .inner .bottom .contents .item {
    border-radius: 10px;
  }
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .bottom .contents .item {
    width: 32%;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #logo_concept .wrap .inner .bottom .contents .item {
    border-radius: 10px;
  }
}
#home #logo_concept .wrap .inner .bottom .contents .item:last-child {
  margin-bottom: 0;
}
#home #logo_concept .wrap .inner .bottom .main {
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  #home #logo_concept .wrap .inner .bottom .main {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .bottom .main {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #logo_concept .wrap .inner .bottom .main {
    margin-bottom: 40px;
  }
}
#home #logo_concept .wrap .inner .bottom .main .contents {
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  #home #logo_concept .wrap .inner .bottom .main .contents {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .bottom .main .contents {
    margin-bottom: 2.3611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #logo_concept .wrap .inner .bottom .main .contents {
    margin-bottom: 34px;
  }
}
#home #logo_concept .wrap .inner .bottom .main .contents:before {
  content: "";
  width: 0.8vw;
  max-width: 6px;
  height: 0;
  background: #009143;
  position: absolute;
  top: -24vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  transition: all 1.2s 1s;
}
@media screen and (min-width: 751px) {
  #home #logo_concept .wrap .inner .bottom .main .contents:before {
    top: -180px;
  }
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .bottom .main .contents:before {
    content: none;
  }
}
#home #logo_concept .wrap .inner .bottom .main .contents .item {
  margin-bottom: 21.3333333333vw;
  padding: 21.3333333333vw 5.3333333333vw 8vw;
  position: relative;
}
@media screen and (min-width: 751px) {
  #home #logo_concept .wrap .inner .bottom .main .contents .item {
    margin-bottom: 160px;
    padding: 160px 40px 60px;
  }
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .bottom .main .contents .item {
    width: 32%;
    margin-bottom: 0;
    padding: 5.2777777778vw 1.6666666667vw 2.6388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #logo_concept .wrap .inner .bottom .main .contents .item {
    padding: 76px 24px 38px;
  }
}
#home #logo_concept .wrap .inner .bottom .main .contents .item .icon {
  width: 26.6666666667vw;
  position: absolute;
  top: -13.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  #home #logo_concept .wrap .inner .bottom .main .contents .item .icon {
    top: -100px;
  }
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .bottom .main .contents .item .icon {
    width: 6.9444444444vw;
    max-width: 100px;
    top: -3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #logo_concept .wrap .inner .bottom .main .contents .item .icon {
    top: -50px;
  }
}
#home #logo_concept .wrap .inner .bottom .main .contents .item .item_title {
  margin-bottom: 5.3333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  color: #009143;
}
@media screen and (min-width: 751px) {
  #home #logo_concept .wrap .inner .bottom .main .contents .item .item_title {
    margin-bottom: 40px;
    font-size: 36px;
  }
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .bottom .main .contents .item .item_title {
    margin-bottom: 1.6666666667vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #logo_concept .wrap .inner .bottom .main .contents .item .item_title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
#home #logo_concept .wrap .inner .bottom .main .contents .item .image {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  #home #logo_concept .wrap .inner .bottom .main .contents .item .image {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .bottom .main .contents .item .image {
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #logo_concept .wrap .inner .bottom .main .contents .item .image {
    margin-bottom: 16px;
  }
}
#home #logo_concept .wrap .inner .bottom .main .contents .item dl dt {
  color: #009143;
}
#home #logo_concept .wrap .inner .bottom .main .contents .item ul {
  display: flex;
  flex-wrap: wrap;
}
#home #logo_concept .wrap .inner .bottom .main .contents .item ul li:after {
  content: "、";
}
#home #logo_concept .wrap .inner .bottom .main .contents .item ul li:last-child:after {
  content: none;
}
#home #logo_concept .wrap .inner .bottom .other .other_title {
  margin-bottom: 8vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  opacity: 1%;
  visibility: hidden;
  transform: translateY(5%);
}
@media screen and (min-width: 751px) {
  #home #logo_concept .wrap .inner .bottom .other .other_title {
    margin-bottom: 60px;
    font-size: 32px;
  }
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .bottom .other .other_title {
    margin-bottom: 2.7777777778vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #logo_concept .wrap .inner .bottom .other .other_title {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
#home #logo_concept .wrap .inner .bottom .other .contents .item {
  margin-bottom: 5.3333333333vw;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  #home #logo_concept .wrap .inner .bottom .other .contents .item {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .bottom .other .contents .item {
    margin-bottom: 0;
  }
}
#home #logo_concept .wrap .inner .bottom .other .contents .item:last-child {
  margin-bottom: 0;
}
#home #logo_concept .wrap .inner .bottom .other .contents .item .item_title {
  padding: 5.3333333333vw;
  font-weight: 700;
  color: #fff;
  background: #009143;
}
@media screen and (min-width: 751px) {
  #home #logo_concept .wrap .inner .bottom .other .contents .item .item_title {
    padding: 40px;
  }
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .bottom .other .contents .item .item_title {
    padding: 1.3888888889vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #logo_concept .wrap .inner .bottom .other .contents .item .item_title {
    padding: 20px;
    font-size: 20px;
  }
}
#home #logo_concept .wrap .inner .bottom .other .contents .item .text {
  padding: 5.3333333333vw 0;
}
@media screen and (min-width: 751px) {
  #home #logo_concept .wrap .inner .bottom .other .contents .item .text {
    padding: 40px;
  }
}
@media screen and (min-width: 960px) {
  #home #logo_concept .wrap .inner .bottom .other .contents .item .text {
    padding: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #logo_concept .wrap .inner .bottom .other .contents .item .text {
    padding: 20px;
  }
}
#home #logo_concept .wrap .inner .bottom.anim_active .logo {
  animation: fadeup 0.6s forwards;
}
#home #logo_concept .wrap .inner .bottom.anim_active .border_space {
  animation: fadeup 0.6s 0.2s forwards;
}
#home #logo_concept .wrap .inner .bottom.anim_active .main .contents:before {
  height: 90%;
}
#home #logo_concept .wrap .inner .bottom.anim_active .main .contents .item:nth-child(1) {
  animation: fadeup 0.6s 0.4s forwards;
}
#home #logo_concept .wrap .inner .bottom.anim_active .main .contents .item:nth-child(2) {
  animation: fadeup 0.6s 0.6s forwards;
}
#home #logo_concept .wrap .inner .bottom.anim_active .main .contents .item:nth-child(3) {
  animation: fadeup 0.6s 0.8s forwards;
}
#home #logo_concept .wrap .inner .bottom.anim_active .other .other_title {
  animation: fadeup 0.6s 1s forwards;
}
#home #logo_concept .wrap .inner .bottom.anim_active .other .contents .item:nth-child(1) {
  animation: fadeup 0.6s 1.2s forwards;
}
#home #logo_concept .wrap .inner .bottom.anim_active .other .contents .item:nth-child(2) {
  animation: fadeup 0.6s 1.4s forwards;
}
#home #logo_concept .wrap .inner .bottom.anim_active .other .contents .item:nth-child(3) {
  animation: fadeup 0.6s 1.6s forwards;
}
#home #logo_concept .wrap .inner.anim_active .top {
  animation: fadeup 0.6s 0.2s forwards;
}
#home #business_introduction .wrap .inner {
  padding: 16vw 0;
  background: url("../images/common/green_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  #home #business_introduction .wrap .inner {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  #home #business_introduction .wrap .inner {
    padding: 100px 0;
  }
}
#home #business_introduction .wrap .inner .contents_title_wrap {
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  #home #business_introduction .wrap .inner .contents_title_wrap {
    padding: 0 40px;
  }
}
@media screen and (min-width: 960px) {
  #home #business_introduction .wrap .inner .contents_title_wrap {
    padding: 0;
  }
}
#home #business_introduction .wrap .inner .contents {
  opacity: 1%;
  visibility: hidden;
}
@media screen and (min-width: 960px) {
  #home #business_introduction .wrap .inner .contents {
    display: flex;
    justify-content: flex-end;
  }
}
#home #business_introduction .wrap .inner .contents .image {
  margin-bottom: 5.3333333333vw;
  padding: 0 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  #home #business_introduction .wrap .inner .contents .image {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  #home #business_introduction .wrap .inner .contents .image {
    width: 48.6111111111vw;
    margin: 0 0 0 2.7777777778vw;
    padding: 0;
    order: 2;
  }
}
@media screen and (min-width: 1440px) {
  #home #business_introduction .wrap .inner .contents .image {
    margin-left: 40px;
  }
}
#home #business_introduction .wrap .inner .contents .text_wrap {
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  #home #business_introduction .wrap .inner .contents .text_wrap {
    padding: 0 40px;
  }
}
@media screen and (min-width: 960px) {
  #home #business_introduction .wrap .inner .contents .text_wrap {
    width: 33.3333333333vw;
    padding: 0;
    order: 1;
  }
}
#home #business_introduction .wrap .inner .contents .text_wrap .text {
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  #home #business_introduction .wrap .inner .contents .text_wrap .text {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  #home #business_introduction .wrap .inner .contents .text_wrap .text {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home #business_introduction .wrap .inner .contents .text_wrap .text {
    margin-bottom: 40px;
  }
}
#home #business_introduction .wrap .inner .contents .text_wrap .name a {
  line-height: 1;
  color: #007A88;
  border-bottom: 1px solid #007A88;
}
@media screen and (min-width: 960px) {
  #home #business_introduction .wrap .inner .contents .text_wrap .name a:hover {
    opacity: 0.6;
  }
}
#home #business_introduction .wrap .inner.anim_active .contents {
  animation: fadeup 0.6s 0.2s forwards;
}
#home #buy_contact .wrap {
  background: url("../images/buy_contact/bg.jpg") no-repeat center center;
  background-size: cover;
}
#home #buy_contact .wrap .inner {
  padding: 16vw 0;
}
@media screen and (min-width: 751px) {
  #home #buy_contact .wrap .inner {
    padding: 120px 0;
  }
}
@media screen and (min-width: 960px) {
  #home #buy_contact .wrap .inner {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  #home #buy_contact .wrap .inner {
    padding: 100px 0;
  }
}
#home #buy_contact .wrap .inner .contents {
  text-align: center;
  opacity: 1%;
  visibility: hidden;
}
@media screen and (min-width: 960px) {
  #home #buy_contact .wrap .inner .contents {
    display: flex;
    justify-content: center;
  }
}
#home #buy_contact .wrap .inner .contents .link_btn {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  #home #buy_contact .wrap .inner .contents .link_btn {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  #home #buy_contact .wrap .inner .contents .link_btn {
    margin-right: 5.3333333333vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  #home #buy_contact .wrap .inner .contents .link_btn {
    margin-right: 40px;
  }
}
#home #buy_contact .wrap .inner .contents .link_btn:last-child {
  margin-right: auto;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  #home #buy_contact .wrap .inner .contents .link_btn:last-child {
    margin-right: 0;
  }
}
#home #buy_contact .wrap .inner.anim_active .contents {
  animation: fadeup 0.6s 0.2s forwards;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

		is first

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.is-first {
  /*================================
  loading
  =================================*/
  /*================================
  mv
  =================================*/
}
.is-first #loading {
  opacity: 1;
  visibility: visible;
  animation: loading 8.6s forwards;
}
.is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text {
  animation: fadeup 0.6s forwards;
}
.is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(1) {
  animation-delay: 8s;
}
.is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(2) {
  animation-delay: 8.15s;
}
.is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(3) {
  animation-delay: 8.3s;
}
.is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(4) {
  animation-delay: 8.45s;
}
.is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(5) {
  animation-delay: 8.6s;
}
.is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(6) {
  animation-delay: 8.75s;
}
.is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(7) {
  animation-delay: 8.9s;
}
.is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(8) {
  animation-delay: 9.05s;
}
@media screen and (min-width: 960px) {
  .is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(8) {
    animation-delay: 8.9s;
  }
}
.is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(9) {
  animation-delay: 9.3s;
}
@media screen and (min-width: 960px) {
  .is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(9) {
    animation-delay: 9.05s;
  }
}
.is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(10) {
  animation-delay: 9.45s;
}
@media screen and (min-width: 960px) {
  .is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(10) {
    animation-delay: 9.3s;
  }
}
.is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(11) {
  animation-delay: 9.6s;
}
@media screen and (min-width: 960px) {
  .is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(11) {
    animation-delay: 9.45s;
  }
}
.is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(12) {
  animation-delay: 9.75s;
}
@media screen and (min-width: 960px) {
  .is-first.show#home .mv.anim_active .wrap .inner .contents .text_wrap .text .catch_text:nth-of-type(12) {
    animation-delay: 9.45s;
  }
}
.is-first.show#home .mv.anim_active .wrap .scrolldown {
  animation: fadeup-x50 0.6s 9.9s forwards;
}
@media screen and (min-width: 960px) {
  .is-first.show#home .mv.anim_active .wrap .scrolldown {
    animation: fadeup-x50 0.6s 9.6s forwards;
  }
}/*# sourceMappingURL=style.css.map */