@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: #000;
  background: url(../img/common/bg.png) center center/contain;
}

.flex {
  display: flex;
}

.fwsb {
  font-weight: 600;
}

.fwl {
  font-weight: 300;
}

.max-container {
  max-width: 767px;
  width: 100%;
  margin: auto;
  padding: 4.6rem 4rem;
  background: #fff;
  box-sizing: border-box;
}

.max-contents {
  max-width: 767px;
  width: 100%;
  margin: auto;
}

.container {
  max-width: 76.7rem;
  padding: 4.6rem 4rem;
  margin: auto;
  background: #fff;
  box-sizing: border-box;
}

.contents {
  width: 63.5rem;
  margin: auto;
}

.title-area {
  text-align: center;
}
.title-area .title {
  font-size: 4rem;
  line-height: 1.175;
}
.title-area .title-ja {
  font-size: 1.6rem;
  line-height: 1.1875;
  margin-top: 0.8rem;
}

.page-link-area {
  margin-top: 1rem;
  margin-left: auto;
  align-items: center;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.page-link-area .link-title {
  font-size: 1.8rem;
  line-height: 1.16666667;
  color: #000;
}
.page-link-area .circle {
  width: 1.8rem;
  height: 1.8rem;
  background: #D8F4D6;
  position: relative;
  border-radius: 50%;
  margin-left: 1.1rem;
}
.page-link-area .circle .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1rem;
  height: 0.1rem;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-link-area .circle .arrow::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  border: 0.1rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

.btn {
  width: 56.3rem;
  margin: auto;
  display: flex;
  padding: 1rem 4.6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  height: 5.4rem;
  line-height: 1.1875;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.slider {
  margin-top: 4.6rem;
  display: flex;
  justify-content: space-between;
}
.slider .slider-item {
  margin: 0 3.7rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .slick-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-green {
  background: #72CA6B;
  justify-content: center;
  margin-top: 4.6rem;
}

.sp-only {
  display: none;
}

#open {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 336.5px;
}
#open .container {
  height: 100vh;
  width: 100%;
  padding-top: 90px;
}
#open .gnav {
  text-align: center;
  margin-top: 6rem;
}
#open .gnav-item {
  font-size: 1.6rem;
}
#open .gnav-item:not(:first-child) {
  margin-top: 3rem;
}
#open .gnav-item a {
  color: #000;
  text-decoration: none;
}

#header {
  position: fixed;
  height: 90px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 10000;
  background: #fff;
  max-width: 767px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 4rem;
}
#header .container {
  align-items: center;
  height: 100%;
  padding: 0;
  width: 100%;
}
#header .logo {
  width: 9.2rem;
}
#header .gnav-block {
  margin-left: auto;
}
#header .cart-block {
  margin-right: 2.7rem;
  width: 17.5rem;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
#header .cart-img {
  width: 4.2rem;
}
#header .cart-name {
  font-size: 1.6rem;
  line-height: 1.1875;
  color: #000;
  text-decoration: none;
}
#header .menu-box {
  width: 13.4rem;
  background: #D8F4D6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
}
#header .leaf-area {
  justify-content: space-between;
  width: 5.5rem;
}
#header .leaf {
  width: 1.5rem;
}
#header .menu-name {
  font-size: 1.6rem;
  line-height: 1.1875;
  letter-spacing: 0.23em;
  text-align: center;
}

#fv {
  margin-top: 90px;
}
#fv .max-container {
  padding: 0;
}
#fv .contents {
  background: url(../img/top/fv.png) no-repeat center center/cover;
  width: 100%;
  height: calc(100vh - 90px);
  position: relative;
}
#fv .t-box {
  position: absolute;
  z-index: 10;
  top: 61%;
  left: 5.21512386%;
}
#fv .fv-title {
  font-size: 4rem;
  color: #fff;
  line-height: 1.75;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(180deg, #70AF6C, #9FD49B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#fv .sub-title {
  font-weight: 700;
  color: #fff;
  font-size: 3rem;
}
#fv .o-bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
#fv .link-contents {
  width: 100%;
  height: 15.1rem;
}
#fv .link-block {
  width: 33.3333333333%;
  background: #D8F4D6;
  color: #000;
  text-align: center;
}
#fv .link-block:nth-of-type(2n) {
  border-right: 4px solid #dedede;
  border-left: 4px solid #dedede;
}
#fv .link-block a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
}
#fv .link-area {
  padding: 1rem;
}
#fv .link-title {
  font-size: 3rem;
  line-height: 1.16666;
}
#fv .link-title-ja {
  font-size: 1.4rem;
  line-height: 1.14285714;
  margin-top: 0.8rem;
}

#news .contents {
  margin-top: 2.5rem;
}
#news .news-list {
  text-align: center;
}
#news .news-item {
  font-size: 1.6rem;
  line-height: 1.6;
}
#news .news-item a {
  color: #000;
}
#news .news-item:not(:first-child) {
  margin-top: 2.2rem;
}
#news .page-link-area {
  display: none;
}

#identity .main-img {
  background: url(../img/top/Identity.png) no-repeat center center/cover;
  width: 100%;
  height: 22.6rem;
  margin-top: 4rem;
}
#identity .contents {
  margin-top: 4rem;
}
#identity .c-title {
  font-size: 3rem;
  line-height: 1.33333333;
}
#identity .text {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 2.5rem;
}

#sustainability .max-container {
  position: relative;
  padding: 4.6rem 0;
}
#sustainability .title-area {
  position: relative;
  z-index: 2;
}
#sustainability .max-contents {
  position: relative;
  margin-top: 4.6rem;
  z-index: 10;
}
#sustainability .mc-title {
  font-size: 3.5rem;
  line-height: 1.71428571;
  margin-left: 20.2rem;
}
#sustainability .mc-title .gradlient {
  background: linear-gradient(180deg, #70AF6C, #9FD49B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#sustainability .loop {
  background: url(../img/top/loop.png) no-repeat center center/contain;
  width: 38.5rem;
  height: 108.8rem;
  margin: auto;
  margin-top: 4.6rem;
}
#sustainability .btn-w {
  justify-content: space-between;
  background: #D8F4D6;
  margin-top: 3rem;
}
#sustainability .btn-w .triangle-area {
  justify-content: space-between;
  width: 6rem;
}
#sustainability .btn-w .triangle-area .triangle {
  display: inline-block;
  vertical-align: middle;
  color: #72CA6B;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1rem 1.8rem;
  border-left-color: currentColor;
  border-right: 0;
}

#interview .max-container {
  padding: 4.6rem 0;
}
#interview .cart-icon {
  width: 3.7rem;
  margin-left: 1.5rem;
}

#media .max-container {
  padding: 4.6rem 0;
}
#media .img {
  width: 41.6rem;
  margin: auto;
  margin-top: 30px;
}

#footer .max-container {
  background: url(../img/top/footer.png) no-repeat center center/cover;
  height: 31.6rem;
  position: relative;
}
#footer .o-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
#footer .contents {
  position: relative;
  z-index: 10;
}
#footer .logo-w {
  width: 9.3rem;
}
#footer .link-nav {
  margin-top: 3rem;
}
#footer .link-nav-item:not(:first-child) {
  margin-top: 1rem;
}
#footer .link-nav-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .leaf-icon {
  width: 2.9rem;
  margin-right: 1rem;
}
#footer .nav-title {
  font-size: 1.6rem;
  line-height: 1.1875;
  color: #fff;
}
#footer .js-scroll-top {
  position: absolute;
  z-index: 1;
  bottom: 2rem;
  right: 4rem;
}
#footer .js-scroll-top a {
  text-decoration: none;
  display: block;
  width: 2rem;
  height: 2rem;
  transition: all 0.5s;
}
#footer .js-scroll-top .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.1rem;
  height: 1rem;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer .js-scroll-top .arrow::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  border: 0.1rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}

#single {
  margin-top: 90px;
}
#single h2 {
  font-size: 3rem;
}

#fv.common-fv .fv-title-box {
  bottom: 10%;
  position: absolute;
  left: 5.21512386%;
  z-index: 10;
}
#fv.common-fv .fv-title-en {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 7rem;
  z-index: 10;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(90deg, #72CA6B 0%, #D8F4D6 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
#fv.common-fv .fv-title {
  position: static;
  margin-top: 1.38888889vw;
}

#company {
  padding-top: 90px;
  margin-top: -90px;
}
#company .contents {
  margin-top: 3.5rem;
}
#company .green-box {
  background: #D8F4D6;
  width: 37.5545852%;
  height: 6.3rem;
  padding: 10px;
  box-sizing: border-box;
  padding-left: 4rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #72ca6b;
  border-left: 1px solid #72ca6b;
}
#company .info-name {
  font-size: 2rem;
  line-height: 1.15;
}
#company .box {
  width: 62.4454148%;
  padding: 10px;
  box-sizing: border-box;
  padding-left: 4rem;
  border-top: 1px solid #72CA6B;
  border-left: 1px solid #72CA6B;
  border-right: 1px solid #72CA6B;
  display: flex;
  align-items: center;
}
#company .last-border-box {
  border-bottom: 1px solid #72CA6B;
}

#fv.identity-fv .contents {
  background: url(../img/identity/fv.png) no-repeat center center/cover;
}

#i-contents {
  padding-top: 90px;
  margin-top: -90px;
}
#i-contents .block:not(:first-child) {
  margin-top: 9.6rem;
}
#i-contents .b-title-box {
  text-align: center;
}
#i-contents .b-title {
  font-size: 4rem;
  line-height: 1.175;
}
#i-contents .b-title-ja {
  font-size: 1.6rem;
  margin-top: 0.8rem;
  line-height: 1.1875;
  color: #72CA6B;
}
#i-contents .b-text-area {
  margin-top: 2.5rem;
}
#i-contents .b-sub-title {
  font-size: 1.8rem;
  line-height: 1.6;
  background: linear-gradient(180deg, #70AF6C, #9FD49B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#i-contents .b-text {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 2rem;
}

#fv.sustainability-fv .contents {
  background: url(../img/sustainability/fv.png) no-repeat center center/cover;
}

#s-contents .contents {
  margin-top: 4.6rem;
}
#s-contents .block {
  text-align: center;
}
#s-contents .block:not(:first-child) {
  margin-top: 8.4rem;
}
#s-contents .b-img {
  width: 18.4rem;
  margin: auto;
}
#s-contents .b-text {
  margin-top: 2.5rem;
}

#contact {
  margin-top: 90px;
}
#contact .f-contents {
  display: flex;
  flex-direction: column;
  width: 40rem;
  margin: auto;
  margin-top: 3rem;
}
#contact .f-contents .company-name, #contact .f-contents .user-name, #contact .f-contents .furigana, #contact .f-contents .user-email, #contact .f-contents .message {
  width: 100%;
}
#contact .f-contents .box:not(:first-child) {
  margin-top: 1rem;
}
#contact .f-contents textarea {
  margin-top: 3rem;
}
#contact .f-contents .purapori {
  height: 10rem;
  overflow: scroll;
  font-size: 1.2rem;
  margin-top: 3rem;
}
#contact .f-contents .check-box {
  margin-top: 3rem;
  display: flex;
  align-items: center;
}
#contact .f-contents input#check {
  margin: 0;
  margin-left: 1rem;
}
#contact .f-contents .submit-btn {
  border: none;
  background: #D8F4D6;
}

@media screen and (max-width: 767px) {
  html, body {
    font-size: 2.66666667vw;
  }
  .container {
    padding: 4.6rem 2rem;
  }
  .title-area .title {
    font-size: 3rem;
  }
  .title-area .title-ja {
    font-size: 1.4rem;
    margin-top: 0.2rem;
  }
  .contents {
    width: auto;
  }
  .page-link-area {
    margin-top: 2rem;
  }
  .page-link-area .link-title {
    font-size: 1.4rem;
  }
  .max-container {
    padding: 4.6rem 2rem;
  }
  .btn {
    width: 33.5rem;
    font-size: 1rem;
  }
  .slider .slider-item {
    margin: 0 2rem;
  }
  .sp-only {
    display: block;
  }
  #header {
    padding-left: 20px;
    height: 60px;
  }
  #header .logo {
    width: 70px;
  }
  #header .menu-box {
    width: 100px;
    height: 60px;
  }
  #header .leaf-area {
    width: 60px;
  }
  #header .menu-name {
    font-size: 12px;
  }
  #header .cart-block {
    width: 100px;
  }
  #header .cart-img {
    width: 20px;
  }
  #header .cart-name {
    font-size: 10px;
  }
  #fv {
    margin-top: 60px;
  }
  #fv .contents {
    height: calc(100vh - 60px);
  }
  #fv .fv-title {
    font-size: 3rem;
  }
  #fv .sub-title {
    font-size: 1.7rem;
  }
  #fv .link-contents {
    display: block;
    height: auto;
  }
  #fv .link-block {
    box-sizing: border-box;
    width: 100%;
    border-top: 2px solid #dedede;
    border-right: 2px solid #dedede;
    border-left: 2px solid #dedede;
  }
  #fv .link-block:last-child {
    border-bottom: 2px solid #dedede;
  }
  #fv .link-title {
    font-size: 2rem;
  }
  #fv .link-title-ja {
    font-size: 1.2rem;
    margin-top: 0.2rem;
  }
  #footer .logo-w {
    width: 7rem;
  }
  #footer .leaf-icon {
    width: 2rem;
  }
  #footer .nav-title {
    font-size: 1.2rem;
  }
  #news .news-item {
    font-size: 1.2rem;
  }
  #identity .main-img {
    margin-top: 3rem;
    height: 10rem;
  }
  #identity .contents {
    margin-top: 3rem;
  }
  #identity .c-title {
    font-size: 1.8rem;
  }
  #identity .text {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  #sustainability .mc-title {
    font-size: 2rem;
    margin-left: 9rem;
  }
  #sustainability .loop {
    width: 27rem;
    height: 76rem;
  }
  #sustainability .btn-w .triangle-area {
    width: 2rem;
  }
  #sustainability .btn-w .triangle-area .triangle {
    border-width: 0.5rem 1rem;
  }
  #interview .cart-icon {
    width: 2.6rem;
  }
  #media .img {
    width: 28.6rem;
  }
  #i-contents {
    padding-top: 60px;
    margin-top: -60px;
  }
  #i-contents .b-title {
    font-size: 3rem;
  }
  #i-contents .b-title-ja {
    font-size: 1.4rem;
    margin-top: 0.2rem;
  }
  #i-contents .b-text-area {
    margin-top: 2rem;
  }
  #i-contents .b-text {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  #fv.sustainability-fv .fv-title-en {
    font-size: 5rem;
  }
  #company {
    padding-top: 60px;
    margin-top: -60px;
  }
  #company .contents {
    margin-top: 3rem;
  }
  #company .green-box {
    height: 6rem;
    padding-left: 2rem;
  }
  #company .info-name {
    font-size: 1.4rem;
    line-height: 1.15;
  }
  #company .box {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
  #contact {
    margin-top: 60px;
  }
  #contact .f-contents {
    width: 33.5rem;
  }
}
a:hover {
  opacity: 0.7;
}

#header .menu-box {
  cursor: pointer;
}

.js-scroll-top a:hover {
  transform: translateY(-5px);
  opacity: 1;
}

/* 開閉ナビメニュー */
#open {
  transform: translateX(100vw);
  transition: all 0.3s linear;
}

#open.is-active {
  transform: translateX(0);
}

@media screen and (min-width: 1441px) {
  #open {
    width: calc((100vw - 767px) / 2);
  }
  #open .container {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #open {
    width: 100%;
  }
  #open .container {
    background: url(../img/top/fv.png) no-repeat center center/cover;
  }
  #open .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    opacity: 0.6;
  }
  #open .gnav {
    position: relative;
    z-index: 1;
  }
}
#fv.active {
  z-index: 8888;
}/*# sourceMappingURL=style.css.map */