@charset "UTF-8";
/*
 Theme Name: 株式会社フジダン
 Author: 
 Description: This is the base theme for all the Wordpress projects.
 Version: 1.0
 */
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-style: normal;
  src: url("fonts/NotoSansJP-Light.woff2") format("woff2"), url("fonts/NotoSansJP-Light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/NotoSansJP-Regular.woff2") format("woff2"), url("fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-style: normal;
  src: url("fonts/NotoSansJP-Medium-subset.woff2") format("woff2"), url("fonts/NotoSansJP-Medium-subset.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/NotoSansJP-Bold.woff2") format("woff2"), url("fonts/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "DIN 2014";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/DIN2014-Regular.woff2") format("woff2"), url("fonts/DIN2014-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "DIN 2014";
  font-weight: 600;
  font-style: normal;
  src: url("fonts/DIN_2014-Demi.woff2") format("woff2"), url("fonts/DIN_2014-Demi.ttf") format("truetype");
}
@font-face {
  font-family: "DIN 2014";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/DIN_2014-Bold.woff2") format("woff2"), url("fonts/DIN_2014-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "A1Mincho";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/A-OTF-A1MinchoStd-Bold.woff2") format("woff2"), url("fonts/A-OTF-A1MinchoStd-Bold.otf") format("opentype");
}
/*******************************************************
 *
 * COMMON
 *
 *******************************************************/
* {
  box-sizing: border-box;
}
*::before,
*::after {
  pointer-events: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  position: relative;
  padding: 0;
}
body.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}
body.is-dropdown-active {
  overflow: hidden;
}

canvas {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
}
canvas ~ img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img,
iframe {
  max-width: 100%;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
}

figure {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-size: 3rem;
  margin: 0;
}

a {
  color: #333;
}
a,
a a:hover {
  text-decoration: none;
  outline: none;
  transition: ease-in-out 0.3s;
}

a:hover {
  opacity: 0.7 !important;
}

input,
textarea,
select {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

textarea {
  resize: vertical;
}

.hidden,
.hidden--sp {
  display: none !important;
}
@media (min-width: 992px) {
  .hidden--sp {
    display: block !important;
  }
  .hidden--sp.inline-block {
    display: inline-block !important;
  }
  .hidden--sp.flexbox {
    display: flex !important;
  }
  .hidden--pc {
    display: none !important;
  }
}

.hideOverflow {
  overflow: hidden;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.main {
  overflow-x: hidden;
  padding: 60px 0 0 0;
}
@media (min-width: 768px) {
  .main {
    padding: 0;
  }
}

dl,
dd {
  margin: 0;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
}

.nav-links {
  display: flex;
  justify-content: center;
}
.nav-links .page-numbers {
  align-items: center;
  background-color: #fff;
  border: 1px solid #6e9878;
  color: #6e9878;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-bottom: 10px;
  width: 40px;
}
.nav-links .page-numbers:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 992px) {
  .nav-links .page-numbers:not(:last-child) {
    margin-right: 20px;
  }
}
.nav-links .page-numbers:hover {
  background-color: #6e9878;
  color: #fff;
  opacity: 1 !important;
}
.nav-links .page-numbers.current {
  background-color: #6e9878;
  color: #fff;
}
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
  width: 80px;
}
.nav-links .page-numbers.prev i,
.nav-links .page-numbers.next i {
  padding-top: 3px;
}
.nav-links .page-numbers.prev i {
  margin-right: 5px;
}
.nav-links .page-numbers.next i {
  margin-left: 5px;
}

/*******************************************************
 *
 * CONTAINERS & SECTIONS
 *
 *******************************************************/
.container {
  margin: 0 auto;
  padding: 0 5vw;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 0 20px;
    max-width: 1080px;
  }
}
.container--1280 {
  max-width: 1320px;
}

.sec {
  padding: 50px 0;
}
.breadcrumb + .sec {
  padding-top: 40px;
}

/*******************************************************
*
* BACKGROUNDS
*
*******************************************************/
.bg-white {
  background: #fff;
}

.bg-gray {
  background: #f6f6f6;
}

.bg-yellow {
  background: #fbfaf6;
}

.bg-skyblue {
  background-color: #e8f4ff;
}

.bg-stripe {
  background: repeating-linear-gradient(135deg, #eee, #eee 1px, #fff 2px, #fff 4px);
}

/*******************************************************
*
* TITLES & TEXTS
*
*******************************************************/
.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.color-orange {
  color: #f49c50 !important;
}
.color-blue {
  color: #333;
}
.color-green {
  color: #6e9878;
}

.font-bold {
  font-weight: 700;
}

/*******************************************************
*
* DROPDOWN MENU
*
*******************************************************/
.dropdown__menu {
  background: linear-gradient(180deg, #6e9878, #aacbb3);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.3s ease-in-out;
  width: 100%;
  z-index: 998;
}
.dropdown__menu.open {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 768px) {
  .dropdown__menu.open {
    opacity: 0;
    pointer-events: none;
  }
}
.dropdown__head {
  margin-top: 20px;
}
.dropdown__head .closeBtn {
  border-radius: 100vw;
  cursor: pointer;
  height: 30px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  width: 30px;
}
@media (min-width: 768px) {
  .dropdown__head .closeBtn {
    height: 3.59375vw;
    width: 3.59375vw;
  }
}
.dropdown__head .closeBtn > div {
  background-color: #fff;
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 100%;
}
@media (min-width: 768px) {
  .dropdown__head .closeBtn > div {
    height: 0.234375vw;
  }
}
.dropdown__head .closeBtn > div:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.dropdown__head .closeBtn > div:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.dropdown__main .list .item a {
  border-bottom: 1px solid #9cbba3;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  padding: 1em 0;
  text-align: center;
}
.dropdown__main .list .item:last-of-type a {
  border-bottom: none;
}
.dropdown__contact a {
  background-color: #fff;
  border-radius: 10px;
  color: #6e9878;
  display: block;
  font-size: 1.8rem;
  margin-top: 15px;
  padding: 10px 0 12px;
  text-align: center;
}
.dropdown__contact a i {
  margin-right: 5px;
}
.dropdown__instagram {
  height: 40px;
  margin: 30px auto 0;
  width: 40px;
}
.dropdown__instagram img {
  width: 100%;
}

/*******************************************************
*
* VERTICAL
*
*******************************************************/
.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*******************************************************
*
* BTN
*
*******************************************************/
.btn__layout01 a {
  align-items: center;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn__layout01 div {
  border-bottom: 1px solid #333;
  color: #6e9878;
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-right: 17px;
  padding-bottom: 3px;
  padding-right: 20px;
  padding-top: 3px;
}
.btn__layout01 img {
  height: auto;
  width: 32px !important;
}

/*******************************************************
*
* BREADCRUMB
*
*******************************************************/
.breadcrumb {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .breadcrumb {
    font-size: 1.6rem;
  }
}
.breadcrumb span {
  font-weight: 300;
}
.breadcrumb span.arrow {
  margin: 0 0.2em;
}

/*******************************************************
*
* HEADER
*
*******************************************************/
.header {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  position: fixed;
  transition: 0.3s ease-in-out;
  width: 100%;
  z-index: 998;
}
@media (min-width: 768px) {
  .home .header {
    background-color: transparent;
  }
}
.header.fh {
  background-color: #fff;
}
.home .header.fh .menu li a {
  color: #333;
}
.header .logo {
  background-color: #fff;
  font-size: 0;
  line-height: 1;
  margin-left: 18px;
}
@media (min-width: 768px) {
  .header .logo {
    margin-left: 0;
  }
}
.header .logo a {
  display: block;
}
@media (min-width: 768px) {
  .header .logo a {
    padding: 18px clamp(0px, 3.3984375vw, 43.5px);
  }
}
.header .logo img {
  height: auto;
  width: 140px;
}
@media (min-width: 768px) {
  .header .logo img {
    height: 44px;
    width: 220px;
  }
}
.header .menu {
  display: none;
}
@media (min-width: 768px) {
  .header .menu {
    align-items: center;
    display: flex;
  }
}
.header .menu__wrap {
  align-items: center;
  display: flex;
}
.header .menu ul {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
}
.header .menu li {
  font-weight: 500;
  padding: 0 1.25vw;
}
.header .menu li:not(:last-child) {
  border-right: 1px solid #333;
}
.home .header .menu li:not(:last-child) {
  border-right: 1px solid #fff;
}
.header .menu li a {
  color: #333;
  letter-spacing: 0.1em;
}
.home .header .menu li a {
  color: #fff;
}
.header .menu li.menu__contact a {
  color: #333;
  font-weight: 400;
}
.header .menu li.menu__contact img {
  height: auto;
  margin-right: 5px;
  width: 1.40625vw;
}
.header .menu .contactIcon {
  margin-right: 1em;
}
.header .hamburger {
  background-color: #6e9878;
  cursor: pointer;
  height: 60px;
  padding: 14.5px 13px;
  width: 60px;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 768px) {
  .header .hamburger {
    display: none;
  }
}
.header .hamburger .inner {
  display: block;
  height: 31px;
  position: relative;
  width: 34px;
}
.header .hamburger .inner div {
  background-color: #fff;
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  transition: 0.25s ease-in-out;
  width: 100%;
}
.header .hamburger .inner div:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.header .hamburger .inner div:nth-child(2) {
  top: 13px;
}
.header .hamburger .inner div:nth-child(3) {
  top: 26px;
  transform-origin: left center;
}
/*******************************************************
*
* FOOTER
*
*******************************************************/
.page-top-container {
  position: relative;
}
.page-top-container .page-top__wrap {
  position: absolute;
  transform: translateY(-50%);
  right: 10px;
}
.page-top-container .page-top__wrap .diamond {
  background-color: rgba(175, 106, 46, 0.9);
  display: block;
  height: 67px;
  margin-left: auto;
  margin-right: 33px;
  position: relative;
  transform: rotate(-45deg) skew(15deg, 15deg);
  width: 67px;
}
.page-top-container .page-top__wrap .diamond:hover {
  opacity: 1 !important;
}
.page-top-container .page-top__wrap .diamond .txt__wrap {
  left: 11px;
  position: absolute;
  text-align: center;
  top: 10px;
  transform: skew(-15deg, -15deg) rotate(45deg);
}
.page-top-container .page-top__wrap .diamond .txt__wrap img {
  transform: rotate(-90deg);
  width: 12px;
}
.page-top-container .page-top__wrap .diamond .txt__wrap p {
  color: #fff;
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer {
  background-color: #435743;
  padding-top: 50px;
}
.footer .diamond {
  background-color: rgba(175, 106, 46, 0.9);
  display: block;
  height: 67px;
  margin-left: auto;
  margin-right: 33px;
  position: relative;
  transform: rotate(-45deg) skew(15deg, 15deg);
  width: 67px;
}
.footer .diamond:hover {
  opacity: 1 !important;
}
.footer .diamond p {
  color: #fff;
  position: absolute;
  text-align: center;
  top: 20px;
  transform: skew(-15deg, -15deg) rotate(45deg);
}
.footer__main {
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer__main {
    display: flex;
    justify-content: space-between;
  }
}
.footer__main .col:nth-of-type(1) {
  padding-bottom: 14px;
}
@media (min-width: 768px) {
  .footer__main .col:nth-of-type(1) {
    padding-bottom: 0;
  }
}
.footer__main .col:nth-of-type(2) {
  border-top: 1px dashed #fff;
}
@media (min-width: 768px) {
  .footer__main .col:nth-of-type(2) {
    border-top: none;
  }
}
.footer__main .info .name {
  letter-spacing: 0.15em;
  margin-top: 25px;
}
.footer__main .info .data {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  margin-top: 10px;
}
.footer__main .info .iso {
  margin-left: 4px;
  margin-top: 17px;
  width: 100px;
}
.footer__main .info .iso img {
  height: auto;
  width: 100%;
}
.footer__logo {
  display: block;
  height: auto;
  width: 200px;
}
.footer__menu {
  display: none;
}
@media (min-width: 768px) {
  .footer__menu {
    display: flex;
    justify-content: flex-end;
  }
}
.footer__menu li {
  border-right: 1px solid #fff;
  line-height: 1;
  padding: 0 2%;
}
.footer__menu li a {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.4285714286;
}
.footer__menu li:last-of-type {
  border-right: none;
  padding-right: 0;
}
@media (min-width: 768px) {
  .footer .factory__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 54px;
  }
}
.footer .factory__list li {
  display: flex;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer .factory__list li {
    border-right: 1px solid #fff;
    padding: 0 20px;
  }
}
.footer .factory__list li img {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-right: 8px;
  width: 56px;
}
.footer .factory__list li p {
  font-size: 1.2rem;
  line-height: 1.4166666667;
}
.footer .factory__list li:last-of-type {
  border-right: none;
  padding-right: 0;
}
.footer .copyright {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4166666667;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .footer .copyright {
    margin-top: 0;
  }
}
.footer .copyright__wrap {
  display: flex;
  flex-direction: column-reverse;
  padding: 25px 0 30px;
}
@media (min-width: 768px) {
  .footer .copyright__wrap {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 30px;
  }
}
.footer .copyright__wrap .link__list {
  position: relative;
}
@media (min-width: 768px) {
  .footer .copyright__wrap .link__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.footer .copyright__wrap .link__list li {
  /* &:first-of-type {
    margin-right: 2em;
  } */
}
.footer .copyright__wrap .link__list li a {
  color: #fff;
  font-size: 12px;
}
@media (min-width: 768px) {
  .footer .copyright__wrap .link__list li a {
    font-size: 10px;
  }
}
.footer .copyright__wrap .link__list li:nth-of-type(1) {
  bottom: 0;
  position: absolute;
  text-align: right;
  width: 100%;
}
@media (min-width: 768px) {
  .footer .copyright__wrap .link__list li:nth-of-type(1) {
    margin-bottom: 20px;
    position: static;
  }
}
.footer .copyright__wrap .link__list li:nth-of-type(2) {
  margin-right: 2em;
}
.footer .mobilefooter__menu {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .footer .mobilefooter__menu {
    display: none;
  }
}
.footer .mobilefooter__menu li {
  border-top: 1px solid #fff;
}
.footer .mobilefooter__menu li a {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 10px 0 12px;
}
.footer .mobilefooter__menu li:last-of-type {
  border-bottom: 1px solid #fff;
}

/*******************************************************
*
* LOWER PAGE
*
*******************************************************/
#innerPage {
  padding-top: 60px;
}
@media (min-width: 768px) {
  #innerPage {
    padding-top: 80px;
  }
}

/*==============
 PAGE HEADER
===============*/
.pageHeader .bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.pageHeader .bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.pageHeader__layout01 {
  height: 42.1333333333vw;
}
@media (min-width: 768px) {
  .pageHeader__layout01 {
    height: 25vw;
  }
}
.pageHeader__layout01 .inner {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pageHeader__layout01 .inner .en {
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin: 0 auto;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .pageHeader__layout01 .inner .en {
    font-size: 3.4375vw;
  }
}
.pageHeader__layout01 .inner h1 {
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.4583333333;
  margin: 0 auto;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .pageHeader__layout01 .inner h1 {
    font-size: 1.875vw;
  }
}
.pageHeader__layout01 .inner .catch {
  border-bottom: 1px solid #fff;
  font-family: "A1Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 5.8666666667vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 0.78125vw;
  padding: 0 3.515625vw 1.5625vw;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-text-stroke: 1px;
}
@media (min-width: 768px) {
  .pageHeader__layout01 .inner .catch {
    font-size: 2.5vw;
  }
}
.pageHeader__layout02 {
  height: 80.8vw;
}
@media (min-width: 768px) {
  .pageHeader__layout02 {
    height: 41.640625vw;
  }
}
.pageHeader__layout02 .ttl {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media (min-width: 768px) {
  .pageHeader__layout02 .ttl {
    font-size: 1.40625vw;
  }
}
.pageHeader__layout02 .ttl__box {
  align-items: center;
  background-color: #6e9878;
  border: 1px solid #707070;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 36.5333333333vw;
  justify-content: center;
  left: 4.8vw;
  position: absolute;
  top: 4vw;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 36.5333333333vw;
}
@media (min-width: 768px) {
  .pageHeader__layout02 .ttl__box {
    height: 14.84375vw;
    left: 10.15625vw;
    top: 3.125vw;
    width: 14.84375vw;
  }
}
.pageHeader__layout02 .ttl__box .en {
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 8vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2941176471;
}
@media (min-width: 768px) {
  .pageHeader__layout02 .ttl__box .en {
    font-size: 2.65625vw;
  }
}
.pageHeader__layout02 .catch {
  bottom: 8vw;
  color: #3b583a;
  font-size: 9.0666666667vw;
  font-weight: 700;
  line-height: 1.2537313433;
  right: 7.2vw;
  position: absolute;
  text-align: right;
  text-shadow: 0 0 6px #fff;
  -webkit-text-stroke: 0.5px #fff;
}
@media (min-width: 768px) {
  .pageHeader__layout02 .catch {
    bottom: 3.90625vw;
    font-size: 5.234375vw;
    right: 9.375vw;
    text-shadow: 0 0 9px #fff;
    -webkit-text-stroke: 1px #fff;
  }
}

/*==============
 hr
===============*/
hr.delimiter-line {
  border-top: 1px solid #183e77;
  margin: 13.3333333333vw 0;
}
@media (min-width: 768px) {
  hr.delimiter-line {
    margin: 3.90625vw 0;
  }
}

/*==============
 box
===============*/
.box {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.box__layout01 {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .box__layout01 {
    flex-direction: row;
  }
}
.box__layout01 .img__wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .box__layout01 .img__wrap {
    width: 50%;
  }
}
.box__layout01 .img__wrap img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.box__layout01 .cont {
  padding: 3.4615384615% 5.7692307692% 5.7692307692%;
  width: 100%;
}
@media (min-width: 768px) {
  .box__layout01 .cont {
    width: 50%;
  }
}
.box__layout01 .cont h2 {
  color: #6e9878;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4583333333;
}
@media (min-width: 768px) {
  .box__layout01 .cont h2 {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
  }
}
.box__layout01 .cont .txt {
  line-height: 1.625;
}
.box__layout02 {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .box__layout02 {
    flex-direction: row-reverse;
  }
}
.box__layout02 .img__wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .box__layout02 .img__wrap {
    width: 50%;
  }
}
.box__layout02 .img__wrap img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.box__layout02 .cont {
  padding: 3.4615384615% 5.7692307692% 5.7692307692%;
  width: 100%;
}
@media (min-width: 768px) {
  .box__layout02 .cont {
    width: 50%;
  }
}
.box__layout02 .cont h2 {
  color: #6e9878;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4583333333;
}
@media (min-width: 768px) {
  .box__layout02 .cont h2 {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
  }
}
.box__layout02 .cont .txt {
  line-height: 1.625;
}

/*==============
 lead
===============*/
.lead__layout01 {
  color: #6e9878;
  font-family: "A1Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  -webkit-text-stroke: 1px;
}
@media (min-width: 768px) {
  .lead__layout01 {
    font-size: 2.8rem;
    letter-spacing: 0.15em;
    text-align: center;
  }
}
.lead__layout01 span {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .lead__layout01 span {
    font-size: 4.8rem;
  }
}
.lead__layout01 br {
  display: none;
}
@media (min-width: 768px) {
  .lead__layout01 br {
    display: block;
  }
}

/*==============
 table
===============*/
.tbl__layout01 dl {
  border-top: 1px solid #707070;
  display: flex;
  letter-spacing: 0.2em;
}
.tbl__layout01 dl dt,
.tbl__layout01 dl dd {
  font-size: 1.3rem;
  padding: 10px 1%;
}
@media (min-width: 768px) {
  .tbl__layout01 dl dt,
  .tbl__layout01 dl dd {
    font-size: 1.6rem;
    padding: 10px 2%;
  }
}
.tbl__layout01 dl dt {
  width: 25%;
}
.tbl__layout01 dl dd {
  width: 75%;
}
.tbl__layout01 dl dd a {
  text-decoration: underline;
}

/*==============
 banner
===============*/
.banner {
  padding-bottom: 100px;
}
.banner__layout01 .list {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .banner__layout01 .list {
    display: flex;
    justify-content: space-between;
  }
}
.banner__layout01 .list .item + .item {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .banner__layout01 .list .item + .item {
    margin-top: 0;
  }
}
.banner__layout01 .list .item a:hover {
  opacity: 1 !important;
}
.banner__layout01 .list .item img {
  width: 100%;
}

/*******************************************************
*
* TOP PAGE
*
*******************************************************/
.topMV__carousel {
  opacity: 0;
  position: relative;
  transition: opacity 0.1s linear;
}
.topMV__carousel.slick-initialized {
  opacity: 1;
}
.topMV__item {
  height: 480px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .topMV__item {
    height: 100vh;
  }
}
.topMV__item img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.topMV__item img.topMV__img--pc {
  display: none;
}
@media (min-width: 768px) {
  .topMV__item img.topMV__img--pc {
    display: block;
  }
}
@media (min-width: 768px) {
  .topMV__item img.topMV__img--sp {
    display: none;
  }
}
.topMV__item .txt {
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .topMV__item .txt {
    text-align: left;
  }
}
.topMV__item .txt__wrap {
  left: 50%;
  position: absolute;
  top: 30px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .topMV__item .txt__wrap {
    left: 9.375vw;
    top: 20vh;
    transform: none;
  }
}
.topMV__item .txt01 {
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 5.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (min-width: 768px) {
  .topMV__item .txt01 {
    font-size: 7.03125vw;
  }
}
.topMV__item .txt02 {
  font-family: "A1Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 145px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-text-stroke: 1px;
}
@media (min-width: 768px) {
  .topMV__item .txt02 {
    font-size: 3.28125vw;
    margin-left: 0;
    margin-top: 0.78125vw;
  }
}
.topMV__item .txt03 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.6666666667;
  margin-top: 17px;
}
@media (min-width: 768px) {
  .topMV__item .txt03 {
    font-size: 1.40625vw;
    margin-top: 1.171875vw;
  }
}
.topMV__item.anniv .txt01 {
  font-size: 5.4rem;
  line-height: 1.1428571429;
}
@media (min-width: 768px) {
  .topMV__item.anniv .txt01 {
    font-size: 6.015625vw;
  }
}
.topMV__item.anniv .txt02 {
  margin-top: 68px;
}
@media (min-width: 768px) {
  .topMV__item.anniv .txt02 {
    margin-top: 0.78125vw;
  }
}
@media (min-width: 768px) {
  .topMV__item.anniv .txt03 br {
    display: none;
  }
}
.topMV__item.recruit .txt02 {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #3b583a;
  font-size: 2.2rem;
  line-height: 40px;
  margin-top: 152px;
  padding-bottom: 0.46875vw;
  text-align: center;
  width: 276px;
}
@media (min-width: 768px) {
  .topMV__item.recruit .txt02 {
    font-size: 2.5vw;
    line-height: 3.125vw;
    margin-top: 1.25vw;
    width: 36.015625vw;
  }
}
.topMV__item.sdgs .txt__wrap {
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .topMV__item.sdgs .txt__wrap {
    left: auto;
    right: 8.4375vw;
    top: 15vh;
    transform: none;
  }
}
.topMV__item.sdgs .txt01 {
  color: #0097d7;
}
@media (min-width: 768px) {
  .topMV__item.sdgs .txt01 {
    line-height: 1.4;
  }
}
.topMV__item.sdgs .txt02 {
  font-size: 2.4rem;
  line-height: 1.3513513514;
  margin-top: 102px;
  text-align: center;
  text-shadow: 0 0 10px #fff;
}
@media (min-width: 768px) {
  .topMV__item.sdgs .txt02 {
    font-size: 2.890625vw;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0.78125vw;
    padding-right: 0.78125vw;
    text-align: right;
  }
}
.topMV__item.sdgs .txt03 {
  color: #0097d7;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-top: 6px;
  text-align: center;
}
@media (min-width: 768px) {
  .topMV__item.sdgs .txt03 {
    font-size: 1.40625vw;
    margin-top: 0.234375vw;
    text-align: right;
  }
}
.topMV__item.sdgs .sdgs__line {
  display: none;
}
@media (min-width: 768px) {
  .topMV__item.sdgs .sdgs__line {
    display: block;
    height: auto;
    width: 62.03125vw;
  }
}
.topMV__item.sdgs .sdgs__logo {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 19px;
  width: 276px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 768px) {
  .topMV__item.sdgs .sdgs__logo {
    margin-right: 0;
    margin-top: 1.5625vw;
    width: 24.0625vw;
  }
}
.topMV__item.sdgs img {
  -o-object-position: left;
  object-position: left;
}
@media (min-width: 768px) {
  .topMV__item.sdgs img {
    -o-object-position: center;
    object-position: center;
  }
}
.topMV .scroll {
  color: #fff;
  display: block;
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (min-width: 768px) {
  .topMV .scroll {
    font-size: 0.78125vw;
  }
}
.topMV .scroll img {
  height: auto;
  transition: 0.3s ease-in-out;
  width: 25.65px;
}
@media (min-width: 768px) {
  .topMV .scroll img {
    width: 2.00390625vw;
  }
}
.topMV .scroll:hover {
  opacity: 1 !important;
}
.topMV .scroll:hover img {
  transform: translateY(2px);
}
.topMV .scroll__wrap {
  bottom: 0;
  left: 50%;
  margin-bottom: 15px;
  position: absolute;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .topMV .scroll__wrap {
    margin-bottom: 1.484375vw;
  }
}
.topMV .scroll p {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .topMV .scroll p {
    margin-bottom: 0.546875vw;
  }
}
.topMV .slick {
  /* &-slide {
    .txt__wrap {
      //overflow: hidden;
    }

    .txt01 {
      position: relative;
      transform: translateX(-100%);
      transition: 0.3s ease-in-out 0.5s;

      &::before {
        background-color: $color-orange;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: 0.3s ease-in-out 1s;
        width: 100%;
      }
    }

    &.slick-active {
      .txt01 {
        transform: translateX(0);

        &::before {
          transform: translateX(100%);
        }
      }
    }
  } */
}
.topMV .slick-dots {
  bottom: 64px;
  display: flex;
  font-size: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .topMV .slick-dots {
    bottom: 5.546875vw;
  }
}
.topMV .slick-dots li {
  cursor: pointer;
}
.topMV .slick-dots li:not(:last-of-type) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .topMV .slick-dots li:not(:last-of-type) {
    margin-right: 0.78125vw;
  }
}
.topMV .slick-dots li.slick-active button {
  background-color: #f49c50;
}
.topMV .slick-dots button {
  background-color: #fff;
  border: none;
  border-radius: 100vw;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 10px;
  padding: 0;
  width: 10px;
}
@media (min-width: 768px) {
  .topMV .slick-dots button {
    height: 0.78125vw;
    width: 0.78125vw;
  }
}
.topMV .bnr__list {
  display: none;
}
@media (min-width: 768px) {
  .topMV .bnr__list {
    bottom: clamp(0px, 7.890625vw, 101px);
    display: grid;
    gap: 16px;
    position: absolute;
    right: 8.4375vw;
    width: clamp(0px, 24.140625vw, 309px);
  }
}
.topMV .bnr__list a:hover {
  opacity: 1 !important;
}
.topMV .bnr__list img {
  border-radius: 0.78125vw;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: auto;
  width: 100%;
}

.topAbout {
  padding-top: 17px;
}
@media (min-width: 768px) {
  .topAbout {
    background-color: #6e9878;
    padding-top: 50px;
  }
}
.topAbout .bnr__list--sp {
  margin-bottom: 70px;
  margin-top: 70px;
  text-align: center;
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .topAbout .bnr__list--sp {
    display: none;
  }
}
.topAbout .bnr__list--sp img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 310px;
}
.topAbout .lead {
  color: #707070;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  padding: 0 0 0 2em;
  position: relative;
}
@media (min-width: 768px) {
  .topAbout .lead {
    color: #fff;
    font-family: "A1Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5833333333;
    padding: 0 2em;
    text-align: center;
    -webkit-text-stroke: 1px;
  }
}
.topAbout .lead br {
  display: none;
}
@media (min-width: 768px) {
  .topAbout .lead br {
    display: block;
  }
}
.topAbout .vertical {
  color: #6e9878;
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.2em;
  line-height: 1.2777777778;
  position: absolute;
  top: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
}
@media (min-width: 768px) {
  .topAbout .vertical {
    color: #fff;
  }
}
.topAbout .vertical .animation-js {
  transform: translateX(-100%);
  transition: 0.5s linear;
}
.topAbout .vertical .animation-js.animate {
  transform: translateX(0);
}

.topContents {
  padding-bottom: 100px;
}
.topContents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topContents ul li {
  display: flex;
  overflow: hidden;
}
@media (min-width: 768px) {
  .topContents ul li {
    max-width: 30.5769230769%;
  }
}
.topContents ul li .vertical {
  color: #6e9878;
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2777777778;
}
.topContents ul li .vertical.animation-js {
  transform: translateX(-100%);
  transition: 0.5s linear;
}
.topContents ul li .vertical.animation-js.animate {
  transform: translateX(0);
}
.topContents ul li .col {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .topContents ul li .col {
    max-width: 295px;
  }
}
.topContents ul li .col .animation-js {
  position: relative;
  transform: translateX(-100%);
  transition: 0.3s ease-in-out;
}
.topContents ul li .col .animation-js::before {
  background-color: #f49c50;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s ease-in-out 0.6s;
  width: 100%;
}
.topContents ul li .col .animation-js.animate {
  transform: translateX(0);
}
.topContents ul li .col .animation-js.animate::before {
  transform: translateX(100%);
}
.topContents ul li .col img {
  height: auto;
  width: 100%;
}
.topContents ul li .col .ttl {
  color: #6e9878;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.45;
  margin-top: 20px;
  position: relative;
}
.topContents ul li .col .ttl::before {
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: auto;
  position: absolute;
  right: 0;
  width: 40.6779661017%;
}
.topContents ul li .col .txt {
  margin-top: 5px;
}
.topContents ul li .col .btn {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .topContents ul li .col .btn {
    margin-top: 24px;
  }
}
.topContents ul li:nth-of-type(1) {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .topContents ul li:nth-of-type(1) {
    margin-bottom: 0;
  }
}
.topContents ul li:nth-of-type(1) .ttl::before {
  background-image: url("images/top/contents/feature_illust.svg");
}
.topContents ul li:nth-of-type(2) {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .topContents ul li:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.topContents ul li:nth-of-type(2) .col .animation-js {
  transition: 0.3s ease-in-out 0.1s;
}
.topContents ul li:nth-of-type(2) .col .animation-js::before {
  transition: 0.3s ease-in-out 0.7s;
}
.topContents ul li:nth-of-type(2) .ttl::before {
  background-image: url("images/top/contents/products_illust.svg");
}
.topContents ul li:nth-of-type(3) .col .animation-js {
  transition: 0.3s ease-in-out 0.2s;
}
.topContents ul li:nth-of-type(3) .col .animation-js::before {
  transition: 0.3s ease-in-out 0.8s;
}
.topContents ul li:nth-of-type(3) .ttl::before {
  background-image: url("images/top/contents/ecology_illust.svg");
}

.topInformation {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .topInformation .container {
    display: flex;
    justify-content: space-between;
  }
}
.topInformation .col {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.topInformation .col .vertical {
  font-weight: 700;
}
.topInformation .col .vertical.animation-js {
  transform: translateX(-100%);
  transition: 0.5s linear;
}
.topInformation .col .vertical.animation-js.animate {
  transform: translateX(0);
}
.topInformation .col .list {
  flex: 1;
}
.topInformation .col .list .item {
  align-items: center;
  border-top: 1px solid #707070;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .topInformation .col .list .item {
    flex-wrap: nowrap;
    padding: 15px 10px;
  }
}
.topInformation .col .list .item:last-of-type {
  border-bottom: 1px solid #707070;
}
.topInformation .col .list .item .date {
  color: #4db558;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 4.5731707317%;
}
.topInformation .col .list .item .cat {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 26px;
  margin-right: 4.5731707317%;
  text-align: center;
  width: 94px;
}
.topInformation .col .list .item .cat--news {
  background-color: #4db558;
}
.topInformation .col .list .item .cat--recruit {
  background-color: #f49c50;
}
.topInformation .col .list .item .ttl {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .topInformation .col .list .item .ttl {
    margin-top: 0;
  }
}
.topInformation .col .list .item .ttl a {
  color: #707070;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.topInformation .col .btn {
  margin-top: 15px;
}
.topInformation .col .btn a {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 768px) {
  .topInformation .col:nth-of-type(1) {
    max-width: 65.3846153846%;
  }
}
.topInformation .col:nth-of-type(1) .vertical {
  color: #6e9878;
}
.topInformation .col:nth-of-type(2) {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .topInformation .col:nth-of-type(2) {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (min-width: 768px) {
  .topInformation .col:nth-of-type(2) {
    margin-top: 0;
    max-width: 30.6730769231%;
  }
}
.topInformation .col:nth-of-type(2) .vertical {
  color: #183e77;
}
.topInformation .col:nth-of-type(2) .img__wrap {
  width: 100%;
}
@media (min-width: 576px) {
  .topInformation .col:nth-of-type(2) .img__wrap {
    width: 295px;
  }
}
@media (min-width: 768px) {
  .topInformation .col:nth-of-type(2) .img__wrap {
    width: 100%;
  }
}
.topInformation .col:nth-of-type(2) .img__wrap img {
  height: auto;
  width: 100%;
}

.topBanner {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (min-width: 576px) {
  .topBanner ul {
    display: flex;
    justify-content: space-between;
  }
}
.topBanner ul li {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 576px) {
  .topBanner ul li {
    width: 48.0769230769%;
  }
}
.topBanner ul li a {
  display: block;
}
.topBanner ul li a:hover {
  opacity: 1 !important;
}
.topBanner ul li a.animation-js {
  position: relative;
  transform: translateX(-100%);
  transition: 0.3s ease-in-out;
}
.topBanner ul li a.animation-js::before {
  background-color: #4db558;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s ease-in-out 0.6s;
  width: 100%;
}
.topBanner ul li a.animation-js.animate {
  transform: translateX(0);
}
.topBanner ul li a.animation-js.animate::before {
  transform: translateX(100%);
}
.topBanner ul li img {
  height: auto;
  width: 100%;
}
.topBanner ul.bnr--pc {
  display: none;
}
@media (min-width: 768px) {
  .topBanner ul.bnr--pc {
    display: flex;
  }
}
@media (min-width: 576px) {
  .topBanner ul.bnr--sp {
    display: flex;
  }
}
@media (min-width: 768px) {
  .topBanner ul.bnr--sp {
    display: none;
  }
}
.topBanner ul.bnr--sp li:nth-of-type(2) {
  margin-top: 22px;
}
.topBanner::before {
  background-color: #435743;
  bottom: 0;
  content: "";
  height: 72%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 576px) {
  .topBanner::before {
    height: 50%;
  }
}

/*******************************************************
 *
 * 404 PAGE
 *
 *******************************************************/
.page-404 {
  margin-top: 5rem;
  min-height: 350px;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-404 h2 {
  font-size: 6rem;
  font-weight: 100;
  letter-spacing: 0.2em;
  color: orange;
}

/*******************************************************
*
* FEATURE
*
*******************************************************/
.page-feature .feature {
  padding-bottom: 70px;
}
.page-feature .feature .box {
  margin-top: 40px;
}
.page-feature .feature .box .cont {
  position: relative;
}
.page-feature .feature .box .cont .vertical {
  color: #6e9878;
  font-family: "A1Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 10rem;
  line-height: 1;
  opacity: 0.1;
  position: absolute;
  top: 0;
}
.page-feature .feature .box .cont .lbl {
  color: #f49c50;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.page-feature .feature .box .cont .lbl .num {
  font-size: 3.2rem;
  letter-spacing: 0px;
  margin-left: 10px;
  vertical-align: sub;
}
.page-feature .feature .box .cont h2 {
  margin-top: 8px;
}
.page-feature .feature .box .cont .txt {
  margin-top: 23px;
}
.page-feature .feature .box__layout01 .vertical {
  right: 0;
}
.page-feature .feature .box__layout02 .vertical {
  right: 0;
}
@media (min-width: 768px) {
  .page-feature .feature .box__layout02 .vertical {
    left: 0;
    right: auto;
  }
}
.page-feature .feature .box:nth-of-type(1) {
  margin-top: 0;
}

/*******************************************************
*
* PRODUCTS
*
*******************************************************/
.page-products .products {
  padding-bottom: 70px;
}
.page-products .products .box {
  margin-top: 40px;
}
.page-products .products .box .cardboard {
  background-color: #6e9878;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.3653846154% 3.0769230769%;
  width: 100%;
}
@media (min-width: 768px) {
  .page-products .products .box .cardboard {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-products .products .box .cardboard .row {
    display: flex;
    justify-content: space-between;
  }
}
.page-products .products .box .cardboard .row + .row {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-products .products .box .cardboard .row + .row {
    margin-top: 0;
  }
}
.page-products .products .box .cardboard .item {
  width: 100%;
}
@media (min-width: 768px) {
  .page-products .products .box .cardboard .item {
    width: 47%;
  }
}
.page-products .products .box .cardboard .item + .item {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-products .products .box .cardboard .item + .item {
    margin-top: 0;
  }
}
.page-products .products .box .cardboard .item img {
  height: auto;
  width: 100%;
}
.page-products .products .box .cardboard .item p {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page-products .products .box .cardboard .item p {
    font-size: inherit;
  }
}
.page-products .products .box .cardboard .item p.ttl {
  font-weight: 700;
  margin-top: 5px;
}
.page-products .products .box .cont {
  position: relative;
}
.page-products .products .box .cont .en {
  color: #6e9878;
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
.page-products .products .box .cont .txt {
  margin-top: 23px;
}
.page-products .products .box .cont .btn {
  margin-top: 40px;
}
.page-products .products .box__layout01 .vertical {
  right: 0;
}
.page-products .products .box__layout02 .vertical {
  right: 0;
}
@media (min-width: 768px) {
  .page-products .products .box__layout02 .vertical {
    left: 0;
    right: auto;
  }
}
.page-products .products .box:nth-of-type(1) {
  margin-top: 0;
}

/*******************************************************
*
* VISION
*
*******************************************************/
.page-vision .vision .box {
  padding: 30px 8.6538461538% 70px;
}
.page-vision .vision .box .lead {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .page-vision .vision .box .message {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.page-vision .vision .box .message .img__wrap {
  margin-bottom: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-vision .vision .box .message .img__wrap {
    margin-bottom: 0;
    width: 28.3720930233%;
  }
}
.page-vision .vision .box .message .img__wrap img {
  height: auto;
  width: 100%;
}
.page-vision .vision .box .message .cont {
  width: 100%;
}
@media (min-width: 768px) {
  .page-vision .vision .box .message .cont {
    width: 61.0465116279%;
  }
}
.page-vision .vision .box .message .cont h2 {
  color: #6e9878;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4583333333;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-vision .vision .box .message .cont h2 {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
  }
}
.page-vision .vision .box .message .cont .txt {
  line-height: 1.75;
}
.page-vision .vision .box .message .cont .txt + .txt {
  margin-top: 2em;
}
.page-vision .vision__img img {
  height: auto;
  width: 100%;
}
.page-vision .special-movie {
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
.page-vision .special-movie a:hover {
  opacity: 1 !important;
}
.page-vision .special-movie img {
  border-radius: 10px;
  height: auto;
  width: 500px;
}

/*******************************************************
*
* COMPANY
*
*******************************************************/
.company__head {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .company__head {
    padding-bottom: 50px;
  }
}
.company__head .lead {
  margin-bottom: 55px;
}
.company__head .list {
  display: flex;
  justify-content: space-between;
}
.company__head .list li {
  width: 30.7692307692%;
}
.company__head .list li a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #6e9878;
  color: #6e9878;
  display: flex;
  font-size: 1.4rem;
  height: 45px;
  justify-content: center;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
}
@media (min-width: 576px) {
  .company__head .list li a {
    height: auto;
    line-height: 45px;
  }
}
@media (min-width: 768px) {
  .company__head .list li a {
    font-size: 2rem;
    font-size: clamp(10px, 1.5625vw, 20px);
    line-height: 60px;
  }
}
.company__head .list li a:hover {
  background-color: #edf9f0;
  opacity: 1 !important;
}
@media (min-width: 576px) {
  .company__head .list li a br {
    display: none;
  }
}
.company__head .list li a .arrow {
  background-color: #6e9878;
  border-radius: 100vw;
  color: #fff;
  display: none;
  height: 32px;
  line-height: 32px;
  padding-left: 6px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
@media (min-width: 768px) {
  .company__head .list li a .arrow {
    display: block;
  }
}
.company__head .list li.current a {
  background-color: #6e9878;
  color: #fff;
}
.company__head .list li.current a .arrow {
  background-color: #fff;
  color: #6e9878;
}

.page-company {
  /* .bg-stripe {
    padding-bottom: 106px;
  } */
}
.page-company .banner {
  padding-top: 100px;
}
.page-company .secTtl {
  text-align: center;
  margin-bottom: 35px;
}
.page-company .secTtl h2 {
  color: #6e9878;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4375;
}
@media (min-width: 768px) {
  .page-company .secTtl h2 {
    font-size: 3.2rem;
  }
}
.page-company .secTtl p {
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.2777777778;
}
@media (min-width: 768px) {
  .page-company .secTtl p {
    font-size: 1.8rem;
  }
}
.page-company .numbers {
  background-image: url("images/company/numbers_bg.jpg");
  background-image: -webkit-image-set(url("images/company/numbers_bg.jpg") 1x, url("images/company/numbers_bg@2x.jpg") 2x);
  background-image: image-set(url("images/company/numbers_bg.jpg") 1x, url("images/company/numbers_bg@2x.jpg") 2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 50px;
  padding-bottom: 77px;
  /* .box {
    @include background-image('images/company/numbers_bg.jpg', 'images/company/numbers_bg@2x.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px percentVal(90,1040) 70px;
  } */
}
.page-company .numbers .secTtl {
  mix-blend-mode: multiply;
}
.page-company .numbers .subsec {
  text-align: center;
}
.page-company .numbers .subsec + .subsec {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec + .subsec {
    margin-top: 130px;
  }
}
.page-company .numbers .subsec .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4375;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec .ttl {
    font-size: 3.2rem;
    margin-bottom: 0;
  }
}
.page-company .numbers .subsec .ttl--pc {
  display: none;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec .ttl--pc {
    display: block;
  }
}
@media (min-width: 768px) {
  .page-company .numbers .subsec .ttl--sp {
    display: none;
  }
}
.page-company .numbers .subsec .row {
  display: flex;
}
.page-company .numbers .subsec .row .col {
  width: 50%;
}
.page-company .numbers .subsec .row .col:nth-of-type(1) {
  margin-right: 20px;
  text-align: right;
}
.page-company .numbers .subsec .row .col:nth-of-type(2) {
  margin-left: 20px;
  text-align: left;
}
.page-company .numbers .subsec .img__wrap img {
  mix-blend-mode: multiply;
}
.page-company .numbers .subsec .num {
  color: #9f6d43;
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: clamp(10px, 14.4230769231vw, 150px);
  font-weight: 700;
  line-height: 1;
  mix-blend-mode: multiply;
}
.page-company .numbers .subsec .num .shuffle {
  display: inline-block;
  visibility: hidden;
}
.page-company .numbers .subsec .num .shuffle .shuffleNum {
  font-size: inherit;
}
.page-company .numbers .subsec .num span {
  font-size: clamp(10px, 8.6538461538vw, 90px);
}
.page-company .numbers .subsec .catch {
  color: #9f6d43;
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4375;
  mix-blend-mode: multiply;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec .catch {
    font-size: clamp(10px, 3.0769230769vw, 32px);
  }
}
.page-company .numbers .subsec .txt {
  max-width: 280px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec .txt {
    margin-bottom: 10px;
  }
}
.page-company .numbers .subsec .btn a {
  background-color: #fff;
  color: #f49c50;
  display: block;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  width: 208px;
}
.page-company .numbers .subsec.staff .ttl {
  margin: 0 auto 10px;
  max-width: 700px;
  text-align: left;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.staff .ttl {
    margin: 0 auto;
  }
}
.page-company .numbers .subsec.staff .row {
  flex-direction: column;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.staff .row {
    flex-direction: row;
  }
}
.page-company .numbers .subsec.staff .row .col {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.staff .row .col {
    width: 50%;
  }
}
.page-company .numbers .subsec.staff .row .col:nth-of-type(1) {
  text-align: center;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.staff .row .col:nth-of-type(1) {
    margin-right: 20px;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.staff .row .col:nth-of-type(2) {
    margin-left: 20px;
    text-align: left;
  }
}
.page-company .numbers .subsec.staff .btn a {
  margin: 15px auto 0;
}
.page-company .numbers .subsec.history .row {
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.history .row {
    flex-direction: row;
  }
}
.page-company .numbers .subsec.history .col {
  width: 100%;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.history .col {
    width: 50%;
  }
}
.page-company .numbers .subsec.history .col:nth-of-type(1) {
  margin-right: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.history .col:nth-of-type(1) {
    margin-right: 20px;
    text-align: right;
  }
}
.page-company .numbers .subsec.history .col:nth-of-type(2) {
  margin-left: auto;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.history .col:nth-of-type(2) {
    margin-left: 20px;
    margin-top: 0;
    text-align: left;
  }
}
.page-company .numbers .subsec.history .ttl {
  text-align: left;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.history .ttl {
    margin-left: -30px;
  }
}
.page-company .numbers .subsec.history .num {
  text-align: center;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.history .num {
    text-align: left;
  }
}
.page-company .numbers .subsec.history .catch {
  margin-bottom: 6px;
}
.page-company .numbers .subsec.history .txt {
  margin-bottom: 15px;
}
.page-company .numbers .subsec.history .btn {
  margin-left: auto;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.history .btn {
    margin-left: 10px;
  }
}
.page-company .numbers .subsec.history .btn a {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.history .btn a {
    margin-left: 0;
    margin-right: auto;
  }
}
.page-company .numbers .subsec.history .img__wrap {
  /* @include breakpoint(pc) {
    margin-top: 0;
  } */
}
.page-company .numbers .subsec.history .img__wrap img {
  width: 70%;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.history .img__wrap img {
    width: auto;
  }
}
.page-company .numbers .subsec.factory .ttl {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: 0;
  max-width: 293px;
  text-align: left;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.factory .ttl {
    text-align: center;
  }
}
.page-company .numbers .subsec.factory .row + .row {
  margin-top: 25px;
}
.page-company .numbers .subsec.factory .btn {
  margin-left: 0;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.factory .btn {
    margin-left: 10px;
  }
}
.page-company .numbers .subsec.factory .btn a {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.factory .btn a {
    margin-left: 0;
    margin-right: auto;
  }
}
.page-company .numbers .subsec.factory .row:nth-of-type(1) .col:nth-of-type(1) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.factory .row:nth-of-type(1) .col:nth-of-type(1) {
    margin-right: 20px;
  }
}
.page-company .numbers .subsec.factory .row:nth-of-type(1) .col:nth-of-type(2) {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.factory .row:nth-of-type(1) .col:nth-of-type(2) {
    margin-left: 20px;
  }
}
.page-company .numbers .subsec.factory .row:nth-of-type(2) {
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.factory .row:nth-of-type(2) {
    flex-direction: row;
  }
}
.page-company .numbers .subsec.factory .row:nth-of-type(2) .col {
  width: 100%;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.factory .row:nth-of-type(2) .col {
    width: 50%;
  }
}
.page-company .numbers .subsec.factory .row:nth-of-type(2) .col:nth-of-type(1) {
  margin-right: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.factory .row:nth-of-type(2) .col:nth-of-type(1) {
    margin-right: 20px;
    text-align: right;
  }
}
.page-company .numbers .subsec.factory .row:nth-of-type(2) .col:nth-of-type(2) {
  margin-left: 0;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.factory .row:nth-of-type(2) .col:nth-of-type(2) {
    margin-left: 20px;
  }
}
.page-company .numbers .subsec.partner .img__wrap {
  text-align: center !important;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.partner .img__wrap {
    margin-top: 35px;
    text-align: right !important;
  }
}
.page-company .numbers .subsec.partner .img__wrap img {
  width: 70%;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.partner .img__wrap img {
    width: auto;
  }
}
.page-company .numbers .subsec.partner .ttl {
  margin-bottom: 10px;
}
.page-company .numbers .subsec.partner .ttl--sp {
  text-align: left;
}
.page-company .numbers .subsec.partner .btn {
  margin-left: 0;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.partner .btn {
    margin-left: 10px;
  }
}
.page-company .numbers .subsec.partner .btn a {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.partner .btn a {
    margin-left: 0;
    margin-right: auto;
  }
}
.page-company .numbers .subsec.partner .row {
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.partner .row {
    flex-direction: row;
  }
}
.page-company .numbers .subsec.partner .row .col {
  width: 100%;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.partner .row .col {
    width: 50%;
  }
}
.page-company .numbers .subsec.partner .row .col:nth-of-type(1) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.partner .row .col:nth-of-type(1) {
    margin-right: 20px;
  }
}
.page-company .numbers .subsec.partner .row .col:nth-of-type(2) {
  margin-left: 0;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.partner .row .col:nth-of-type(2) {
    margin-left: 20px;
    margin-top: 0;
  }
}
.page-company .numbers .subsec.partner .num {
  text-align: center;
}
@media (min-width: 768px) {
  .page-company .numbers .subsec.partner .num {
    text-align: left;
  }
}
.page-company .outline {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  /* .box {
    padding: 45px percentVal(55,1040) 70px; 
  } */
}

/*******************************************************
*
* FACTORY
*
*******************************************************/
.page-factory .container--1280 {
  max-width: 1280px;
  padding: 0;
}
.page-factory .box {
  border-top: 10px solid #6e9878;
}
@media (min-width: 768px) {
  .page-factory .factory .row01 {
    display: flex;
  }
}
.page-factory .factory .row01 .col:nth-of-type(1) {
  padding: 25px 20px 25px 20px;
}
@media (min-width: 768px) {
  .page-factory .factory .row01 .col:nth-of-type(1) {
    padding: 25px 20px 25px 9.375%;
    width: 51.5625%;
  }
}
@media (min-width: 768px) {
  .page-factory .factory .row01 .col:nth-of-type(2) {
    width: 48.4375%;
  }
}
.page-factory .factory .row01 .col .img__wrap--top {
  height: 65.1291512915%;
  width: 100%;
}
.page-factory .factory .row01 .col .img__wrap--top img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.page-factory .factory .row01 .col .img__wrap--bottom {
  display: flex;
  height: 34.8708487085%;
  width: 100%;
}
.page-factory .factory .row01 .col .img--left,
.page-factory .factory .row01 .col .img--right {
  height: 100%;
  width: 50%;
}
.page-factory .factory .row01 .col .img--left img,
.page-factory .factory .row01 .col .img--right img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.page-factory .factory .row01 .col .factory__name {
  color: #6e9878;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (min-width: 768px) {
  .page-factory .factory .row01 .col .factory__name {
    font-size: 4.4rem;
  }
}
.page-factory .factory .row01 .col .txt {
  line-height: 1.625;
  letter-spacing: 0.1em;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .page-factory .factory .row01 .col .txt {
    margin-top: 38px;
  }
}
.page-factory .factory .row01 .col .info {
  margin-top: 25px;
  padding-left: 45px;
  position: relative;
}
.page-factory .factory .row01 .col .info .ttl {
  color: #6e9878;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.page-factory .factory .row01 .col .info .data {
  letter-spacing: 0.05em;
}
.page-factory .factory .row01 .col .info::before {
  height: 34px;
  left: 0;
  position: absolute;
  top: 0;
  width: 34px;
}
.page-factory .factory .row01 .col .info.address::before {
  content: url("images/factory/address_icon.svg");
}
.page-factory .factory .row01 .col .info.area::before {
  content: url("images/factory/area_icon.svg");
}
.page-factory .factory .row02 {
  background-color: #6e9878;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .page-factory .factory .row02 {
    padding: 30px;
  }
}
.page-factory .factory .row02 .item {
  overflow: hidden;
  width: 47%;
}
@media (min-width: 768px) {
  .page-factory .factory .row02 .item {
    width: 23.0612244898%;
  }
}
.page-factory .factory .row02 .item .img__wrap {
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-factory .factory .row02 .item .img__wrap.animation-js {
  position: relative;
  transform: translateX(-100%);
  transition: 0.3s ease-in-out;
}
.page-factory .factory .row02 .item .img__wrap.animation-js::before {
  background-color: #f49c50;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s ease-in-out 0.6s;
  width: 100%;
}
.page-factory .factory .row02 .item .img__wrap.animation-js.animate {
  transform: translate(0);
}
.page-factory .factory .row02 .item .img__wrap.animation-js.animate::before {
  transform: translateX(100%);
}
.page-factory .factory .row02 .item .ttl {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.0833333333;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-factory .factory .row02 .item .ttl {
    font-size: 2rem;
  }
}
.page-factory .factory .row02 .item dl {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page-factory .factory .row02 .item dl {
    font-size: 1.6rem;
  }
}
.page-factory .factory .row02 .item dl + dl {
  margin-top: 1em;
}
.page-factory .factory .row02 .item .desc {
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
.page-factory .factory .row02 .item:nth-of-type(3),
.page-factory .factory .row02 .item:nth-of-type(4) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-factory .factory .row02 .item:nth-of-type(3),
  .page-factory .factory .row02 .item:nth-of-type(4) {
    margin-top: 0;
  }
}
.page-factory .factory .row03 iframe {
  height: 258px;
  vertical-align: middle;
  width: 100%;
}
.page-factory .factory .row04 {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .page-factory .factory .row04 {
    display: flex;
    justify-content: space-between;
    padding: 40px 45px;
  }
}
.page-factory .factory .row04 .col {
  padding-left: 45px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .page-factory .factory .row04 .col {
    width: 47.3684210526%;
  }
}
.page-factory .factory .row04 .col::before {
  height: 34px;
  left: 0;
  position: absolute;
  top: 0;
  width: 34px;
}
.page-factory .factory .row04 .col.car::before {
  content: url("images/factory/car_icon.svg");
}
.page-factory .factory .row04 .col.train {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-factory .factory .row04 .col.train {
    margin-top: 0;
  }
}
.page-factory .factory .row04 .col.train::before {
  content: url("images/factory/train_icon.svg");
}
.page-factory .factory .row04 .col .ttl {
  color: #6e9878;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.page-factory .factory .row04 .col .txt {
  letter-spacing: 0.05em;
}
.page-factory .mainOffice .row01 {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .page-factory .mainOffice .row01 .col {
    width: 33.125%;
    width: 500px !important;
  }
}
.page-factory .mainOffice .row01 .col:nth-of-type(2) {
  display: flex;
}
.page-factory .mainOffice .row01 .col:nth-of-type(2) img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.page-factory .mainOffice__imgWrap--left,
.page-factory .mainOffice__imgWrap--right {
  height: 100%;
  width: 50%;
}
.page-factory .mainOffice__img--top,
.page-factory .mainOffice__img--bottom {
  height: 50%;
}

/*******************************************************
*
* HISTORY
*
*******************************************************/
.page-history .secTtl {
  text-align: center;
  margin-bottom: 35px;
}
.page-history .secTtl h2 {
  color: #6e9878;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4375;
}
@media (min-width: 768px) {
  .page-history .secTtl h2 {
    font-size: 3.2rem;
  }
}
.page-history .secTtl p {
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.2777777778;
}
@media (min-width: 768px) {
  .page-history .secTtl p {
    font-size: 1.8rem;
  }
}
.page-history .photograph {
  margin-top: 50px;
  padding-bottom: 0;
  padding-top: 0;
  /* .yearList {
    margin-top: vwVal(43,1280);

    img {
      height: auto;
      width: 100%;
    }
  } */
}
.page-history .photograph .secTtl {
  mix-blend-mode: multiply;
}
@media (min-width: 768px) {
  .page-history .photograph .slider__wrap {
    display: flex;
    justify-content: space-between;
  }
}
.page-history .photograph .slider__wrap .col {
  position: relative;
}
@media (min-width: 768px) {
  .page-history .photograph .slider__wrap .col--menu {
    width: 37.5%;
  }
}
.page-history .photograph .slider__wrap .col--slider {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-history .photograph .slider__wrap .col--slider {
    margin-top: 0;
    width: 62.5%;
  }
}
.page-history .photograph .slider__wrap .col--sliderItem {
  vertical-align: middle;
}
.page-history .photograph .slider__wrap .col--sliderItem img {
  height: auto;
  width: 100%;
}
.page-history .photograph .slider__wrap .col .age {
  left: 18%;
  position: absolute;
  top: 25%;
  top: 10%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .page-history .photograph .slider__wrap .col .age {
    aspect-ratio: 390/100;
    position: static;
    height: auto;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
  }
}
.page-history .photograph .slider__wrap .col .age p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 3px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .page-history .photograph .slider__wrap .col .age p {
    font-size: clamp(10px, 6.0576923077vw, 63px);
    padding-bottom: 7px;
  }
}
.page-history .photograph .slider__wrap .col .list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page-history .photograph .slider__wrap .col .list {
    display: block;
  }
}
.page-history .photograph .slider__wrap .col .list::before {
  content: "";
  width: 50%;
}
@media (min-width: 768px) {
  .page-history .photograph .slider__wrap .col .list::before {
    display: none;
  }
}
.page-history .photograph .slider__wrap .col .list li {
  cursor: pointer;
  font-weight: 500;
  padding: 5px 3% 5px 3%;
  transition: 0.2s ease-in-out;
  width: 50%;
}
@media (min-width: 768px) {
  .page-history .photograph .slider__wrap .col .list li {
    aspect-ratio: 390/100;
    height: auto;
    padding: 0 5% 0 6%;
    width: 100%;
  }
}
.page-history .photograph .slider__wrap .col .list li.active {
  color: #fff;
}
.page-history .photograph .slider__wrap .col .list li:hover p {
  color: #fff;
}
.page-history .photograph .slider__wrap .col .list li .year {
  font-size: 1.8rem;
  line-height: 1.4285714286;
}
@media (min-width: 768px) {
  .page-history .photograph .slider__wrap .col .list li .year {
    font-size: clamp(10px, 2.6923076923vw, 28px);
  }
}
.page-history .photograph .slider__wrap .col .list li .year span {
  font-size: 0.6em;
}
.page-history .photograph .slider__wrap .col .list li .txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .page-history .photograph .slider__wrap .col .list li .txt {
    font-weight: 500;
    font-size: inherit;
  }
}
.page-history .photograph .slider__wrap .col .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-history .photograph .slider__wrap .col .slick-arrow {
    width: 20px;
  }
}
.page-history .photograph .slider__wrap .col .slick-arrow.prev-arrow {
  left: 4.8vw;
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  .page-history .photograph .slider__wrap .col .slick-arrow.prev-arrow {
    left: 1.40625vw;
  }
}
.page-history .photograph .slider__wrap .col .slick-arrow.next-arrow {
  right: 4.8vw;
}
@media (min-width: 768px) {
  .page-history .photograph .slider__wrap .col .slick-arrow.next-arrow {
    right: 1.40625vw;
  }
}
.page-history .photograph .slider__wrap .col .slick-arrow img {
  height: auto;
  width: 100%;
}
.page-history .photograph .slider__wrap--02 {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .page-history .photograph .slider__wrap--02 .col .age p {
    margin-left: 2.734375vw;
  }
}
.page-history .photograph .y1,
.page-history .photograph .y2,
.page-history .photograph .y3,
.page-history .photograph .y4 {
  padding-bottom: 6.6666666667vw;
  padding-top: 6.6666666667vw;
}
@media (min-width: 768px) {
  .page-history .photograph .y1,
  .page-history .photograph .y2,
  .page-history .photograph .y3,
  .page-history .photograph .y4 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
.page-history .photograph .y1 {
  background-image: url("images/company/numbers_bg.jpg");
  background-image: -webkit-image-set(url("images/company/numbers_bg.jpg") 1x, url("images/company/numbers_bg@2x.jpg") 2x);
  background-image: image-set(url("images/company/numbers_bg.jpg") 1x, url("images/company/numbers_bg@2x.jpg") 2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-history .photograph .y1 .col .age p {
  border-left: 6px solid #697c4d;
}
@media (min-width: 768px) {
  .page-history .photograph .y1 .col .age p {
    border-left: 10px solid #697c4d;
  }
}
.page-history .photograph .y1 .col .list li.active {
  background-color: #697c4d;
}
.page-history .photograph .y1 .col .list li:hover {
  background-color: #697c4d;
}
.page-history .photograph .y1 .col .list li:hover p {
  color: #fff;
}
.page-history .photograph .y1 .slider__wrap {
  margin-top: 4.21875vw;
}
.page-history .photograph .y2 {
  background-image: url("images/company/numbers_bg.jpg");
  background-image: -webkit-image-set(url("images/company/numbers_bg.jpg") 1x, url("images/company/numbers_bg@2x.jpg") 2x);
  background-image: image-set(url("images/company/numbers_bg.jpg") 1x, url("images/company/numbers_bg@2x.jpg") 2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page-history .photograph .y2::before {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-history .photograph .y2 .col .age p {
  border-left: 6px solid #925124;
}
@media (min-width: 768px) {
  .page-history .photograph .y2 .col .age p {
    border-left: 10px solid #925124;
  }
}
.page-history .photograph .y2 .col .list li.active {
  background-color: #925124;
}
.page-history .photograph .y2 .col .list li:hover {
  background-color: #925124;
}
.page-history .photograph .y3 {
  background-image: url("images/company/numbers_bg.jpg");
  background-image: -webkit-image-set(url("images/company/numbers_bg.jpg") 1x, url("images/company/numbers_bg@2x.jpg") 2x);
  background-image: image-set(url("images/company/numbers_bg.jpg") 1x, url("images/company/numbers_bg@2x.jpg") 2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-history .photograph .y3 .col .age p {
  border-left: 6px solid #336999;
}
@media (min-width: 768px) {
  .page-history .photograph .y3 .col .age p {
    border-left: 10px solid #336999;
  }
}
.page-history .photograph .y3 .col .list li.active {
  background-color: #336999;
}
.page-history .photograph .y3 .col .list li:hover {
  background-color: #336999;
}
.page-history .history {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.page-history .history .box {
  padding: 45px 5.2884615385% 70px;
}
.page-history .history .secTtl {
  text-align: center;
  margin-bottom: 35px;
}
.page-history .history .secTtl h2 {
  color: #6e9878;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4375;
}
@media (min-width: 768px) {
  .page-history .history .secTtl h2 {
    font-size: 3.2rem;
  }
}
.page-history .history .secTtl p {
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.2777777778;
}
@media (min-width: 768px) {
  .page-history .history .secTtl p {
    font-size: 1.8rem;
  }
}
.page-history .history dl dt,
.page-history .history dl dd {
  padding: 12px 2%;
}
.page-history .history dl dt {
  color: #6e9878;
  display: flex;
  flex-direction: column;
  width: 32%;
}
@media (min-width: 768px) {
  .page-history .history dl dt {
    align-items: center;
    flex-direction: row;
    width: 25%;
  }
}
.page-history .history dl dt span {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page-history .history dl dt span {
    font-size: 1.4rem;
  }
}
.page-history .history dl dd {
  width: 68%;
}
@media (min-width: 768px) {
  .page-history .history dl dd {
    width: 75%;
  }
}
.page-history .banner {
  padding-top: 100px;
}

/*******************************************************
*
* ECOLOGY
*
*******************************************************/
.page-ecology .ecology .cont01 {
  padding: 58px 4.8076923077% 70px;
}
.page-ecology .ecology .cont01 h2 {
  margin: 0 auto;
  max-width: 522px;
  width: 100%;
}
.page-ecology .ecology .cont01 h2 img {
  height: auto;
  width: 100%;
}
.page-ecology .ecology .cont01 h2.project__ttl {
  background-color: #3ea93b;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 53px;
  max-width: none;
  padding: 5px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont01 h2.project__ttl {
    font-size: 2.4rem;
    line-height: 41px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont01 h2.project__ttl br {
    display: none;
  }
}
.page-ecology .ecology .cont01 .topTxt {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont01 .topTxt {
    margin-top: 68px;
    text-align: center;
  }
}
.page-ecology .ecology .cont01 .topTxt br {
  display: none;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont01 .topTxt br {
    display: block;
  }
}
.page-ecology .ecology .cont01 .contribution {
  border: 3px solid #3997d7;
  border-radius: 10px;
  margin-top: 33px;
  padding: 3.085106383%;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont01 .contribution {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.page-ecology .ecology .cont01 .contribution .txt__wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont01 .contribution .txt__wrap {
    width: 47.4885844749%;
  }
}
.page-ecology .ecology .cont01 .contribution .txt__wrap p {
  color: #3997d7;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont01 .contribution .txt__wrap p {
    font-size: 2.4rem;
  }
}
.page-ecology .ecology .cont01 .contribution .img__wrap {
  margin-top: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont01 .contribution .img__wrap {
    margin-top: 0;
    width: 47.9452054795%;
  }
}
.page-ecology .ecology .cont01 .lead {
  color: #3ea93b;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  width: 79.7872340426%;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont01 .lead {
    font-size: 2.4rem;
  }
}
.page-ecology .ecology .cont01 .lead__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}
.page-ecology .ecology .cont01 .lead__wrap .img__wrap {
  width: 18.6170212766%;
}
.page-ecology .ecology .cont01 .desc {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont01 .desc {
    display: flex;
    justify-content: space-between;
  }
}
.page-ecology .ecology .cont01 .desc .txt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.625;
  width: 100%;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont01 .desc .txt {
    width: 47.8723404255%;
  }
}
.page-ecology .ecology .cont01 .desc .img__wrap {
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont01 .desc .img__wrap {
    margin-top: 0;
    width: 47.8723404255%;
  }
}
.page-ecology .ecology .cont01 .desc .img__wrap img {
  width: 100%;
}
.page-ecology .ecology .cont02 {
  background-color: #faf5e7;
  padding: 65px 4.8076923077% 60px;
}
.page-ecology .ecology .cont02 h3 {
  color: #4db558;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont02 h3 {
    font-size: 2.4rem;
  }
}
.page-ecology .ecology .cont02 h3 + .sub {
  color: #4db558;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 8px;
  text-align: center;
}
.page-ecology .ecology .cont02 .memo {
  background-color: #fff;
  border: 1px dotted #4db558;
  margin-top: 46px;
  padding: 20px;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont02 .memo {
    display: flex;
    padding: 20px 50px;
  }
}
.page-ecology .ecology .cont02 .memo .img__wrap {
  align-items: center;
  margin: 0 auto;
  min-width: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont02 .memo .img__wrap {
    display: flex;
    margin: 0;
    min-width: 52px;
    width: 52px;
  }
}
.page-ecology .ecology .cont02 .memo .txt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont02 .memo .txt__wrap {
    margin-left: 30px;
  }
}
.page-ecology .ecology .cont02 .memo .txt__wrap .ttl {
  color: #359314;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont02 .memo .txt__wrap .ttl {
    font-size: 2rem;
    margin-top: 0;
    text-align: left;
  }
}
.page-ecology .ecology .cont02 .memo ul {
  margin-top: 6px;
}
.page-ecology .ecology .cont02 .memo ul li {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding-left: 1em;
  position: relative;
}
.page-ecology .ecology .cont02 .memo ul li::before {
  content: "・";
  left: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont02 .area01 {
    display: flex;
    justify-content: space-between;
  }
}
.page-ecology .ecology .cont02 .area01 .circle {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #359314;
  border-radius: 100vw;
  display: flex;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  justify-content: center;
  margin: 0 auto;
  width: 180px;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont02 .area01 .circle {
    margin: 0;
    width: 220px;
  }
}
.page-ecology .ecology .cont02 .area01 .circle .wrap {
  color: #fff;
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont02 .area01 .circle .wrap {
    font-size: 2rem;
  }
}
.page-ecology .ecology .cont02 .area01 .circle .wrap span {
  font-size: 2.4rem;
}
.page-ecology .ecology .cont02 .area01 .textarea {
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont02 .area01 .textarea {
    margin-left: 20px;
    margin-top: 0;
    width: 67.0212765957%;
  }
}
.page-ecology .ecology .cont02 .area01 .textarea .desc {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.page-ecology .ecology .cont02 .area01 .textarea ul {
  margin-top: 10px;
}
.page-ecology .ecology .cont02 .area01 .textarea ul li {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8571428571;
  padding-left: 1em;
  position: relative;
}
.page-ecology .ecology .cont02 .area01 .textarea ul li::before {
  color: #f49c50;
  content: "※";
  left: 0;
  position: absolute;
}
.page-ecology .ecology .cont02 .area02 {
  border-top: 1px solid #4db558;
  margin-top: 64px;
  padding-top: 33px;
}
.page-ecology .ecology .cont02 .area02 .cycle {
  margin: 49px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-ecology .ecology .cont02 .area02 .cycle .img--pc {
  display: none;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont02 .area02 .cycle .img--pc {
    display: block;
  }
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont02 .area02 .cycle .img--sp {
    display: none;
  }
}
.page-ecology .ecology .cont02 .area03 {
  border-top: 1px solid #4db558;
  margin-top: 64px;
  padding-top: 33px;
}
.page-ecology .ecology .cont02 .area03 .imageup {
  margin-top: 30px;
  text-align: center;
}
.page-ecology .ecology .cont02 .area03 .imageup .img--pc {
  display: none;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont02 .area03 .imageup .img--pc {
    display: block;
  }
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont02 .area03 .imageup .img--sp {
    display: none;
  }
}
.page-ecology .ecology .cont02 .area03 .arrow {
  margin: 25px 0;
  text-align: center;
}
.page-ecology .ecology .cont02 .area03 .merit {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.625;
}
.page-ecology .ecology .cont02 .area03 .merit span {
  color: #f07204;
  font-size: 1.8rem;
}
.page-ecology .ecology .cont03 {
  background-color: #6e9878;
  padding: 40px 3.3653846154%;
}
.page-ecology .ecology .cont03 .inner {
  background-color: #fff;
  padding: 10px 2.5773195876% 120px;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont03 .inner {
    padding: 10px 2.5773195876% 20px;
  }
}
.page-ecology .ecology .cont03 .inner h2 {
  border-bottom: 1px solid #6e9878;
  color: #6e9878;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
}
.page-ecology .ecology .cont03 .inner .tbl dl:first-of-type {
  border-top: none;
}
.page-ecology .ecology .cont03 .inner .row {
  margin-top: 23px;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont03 .inner .row {
    display: flex;
    justify-content: space-between;
  }
}
.page-ecology .ecology .cont03 .inner .row .col.img__wrap {
  margin-left: auto;
  margin-right: auto;
  width: 54.4%;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont03 .inner .row .col.img__wrap {
    margin-left: 0;
    margin-right: auto;
    width: 22.1739130435%;
  }
}
.page-ecology .ecology .cont03 .inner .row .col.tbl {
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont03 .inner .row .col.tbl {
    margin-top: 0;
    width: 65.2173913043%;
  }
}
.page-ecology .ecology .cont03 .inner .txt {
  letter-spacing: 0.1em;
}
.page-ecology .ecology .cont03 .inner .txt--pc {
  display: none;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont03 .inner .txt--pc {
    margin-top: 30px;
    display: block;
  }
}
.page-ecology .ecology .cont03 .inner .txt--sp {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont03 .inner .txt--sp {
    display: none;
  }
}
.page-ecology .ecology .cont03 .inner .info {
  width: 100%;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont03 .inner .info {
    margin-top: 15px;
    width: 65.2173913043%;
  }
}
.page-ecology .ecology .cont03 .inner .info dl:first-of-type {
  border-top: 1px solid #707070;
}
.page-ecology .ecology .cont03 .inner .donation__img {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 150px;
}
@media (min-width: 768px) {
  .page-ecology .ecology .cont03 .inner .donation__img {
    width: 31.3402061856%;
  }
}

/*******************************************************
*
* RECRUIT
*
*******************************************************/
.page-recruit .recruit-pageHeader {
  overflow: hidden;
}
.page-recruit .recruit-pageHeader .net {
  height: 70vw;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader .net {
    height: auto;
  }
}
.page-recruit .recruit-pageHeader .parts {
  position: absolute;
  transition: 1s linear;
}
.page-recruit .recruit-pageHeader .ground {
  bottom: 162%;
  left: -17%;
  width: 91.7708333333%;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader .ground {
    bottom: 135%;
  }
}
.page-recruit .recruit-pageHeader .house {
  bottom: 196.9%;
  left: 13.1%;
  transition-delay: 0.2s;
  width: 42.3958333333%;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader .house {
    bottom: 193.2%;
  }
}
.page-recruit .recruit-pageHeader .building {
  bottom: 205%;
  left: -5%;
  transition-delay: 0.3s;
  width: 42.34375%;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader .building {
    bottom: 206.5%;
  }
}
.page-recruit .recruit-pageHeader .cardboard_s_01 {
  bottom: 266.3%;
  left: 37.6%;
  transition-delay: 0.5s;
  width: 19.5833333333%;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader .cardboard_s_01 {
    bottom: 260.9%;
  }
}
.page-recruit .recruit-pageHeader .cardboard_s_02 {
  bottom: 275%;
  left: 47.8%;
  transition-delay: 0.7s;
  width: 19.5833333333%;
}
.page-recruit .recruit-pageHeader .cardboard_s_03 {
  bottom: 283.3%;
  left: 58%;
  transition-delay: 0.9s;
  width: 19.5833333333%;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader .cardboard_s_03 {
    bottom: 289.2%;
  }
}
.page-recruit .recruit-pageHeader .truck {
  bottom: 217%;
  left: 46.7%;
  transition-delay: 0.8s;
  width: 15.9895833333%;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader .truck {
    bottom: 241.1%;
  }
}
.page-recruit .recruit-pageHeader .cardboard_l {
  bottom: 212.5%;
  left: 59.9%;
  transition-delay: 0.9s;
  width: 38.5416666667%;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader .cardboard_l {
    bottom: 217.5%;
  }
}
.page-recruit .recruit-pageHeader .people {
  bottom: 240%;
  left: 30.8%;
  transition-delay: 1.1s;
  width: 64.6875%;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader .people {
    bottom: 217.3%;
  }
}
.page-recruit .recruit-pageHeader .ttl {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader .ttl {
    font-size: 1.40625vw;
  }
}
.page-recruit .recruit-pageHeader .ttl__box {
  align-items: center;
  background-color: #6e9878;
  border: 1px solid #707070;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 36.5333333333vw;
  justify-content: center;
  left: 4.8vw;
  opacity: 0;
  position: absolute;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  top: 4vw;
  transition: 0.3s ease-in-out 2.1s;
  width: 36.5333333333vw;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader .ttl__box {
    height: 14.84375vw;
    left: 10.15625vw;
    top: 3.125vw;
    width: 14.84375vw;
  }
}
.page-recruit .recruit-pageHeader .ttl__box .en {
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 8vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2941176471;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader .ttl__box .en {
    font-size: 2.65625vw;
  }
}
.page-recruit .recruit-pageHeader .catch {
  bottom: 8vw;
  color: #3b583a;
  font-size: 9.0666666667vw;
  font-weight: 700;
  line-height: 1.2537313433;
  right: 7.2vw;
  opacity: 0;
  position: absolute;
  text-align: right;
  text-shadow: 0 0 6px #fff;
  transition: 0.3s ease-in-out 2.1s;
  -webkit-text-stroke: 0.5px #fff;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader .catch {
    bottom: 3.90625vw;
    font-size: 5.234375vw;
    right: 9.375vw;
    text-shadow: 0 0 9px #fff;
    -webkit-text-stroke: 1px #fff;
  }
}
.page-recruit .recruit-pageHeader.animation .ground {
  bottom: -38%;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader.animation .ground {
    bottom: -65%;
  }
}
.page-recruit .recruit-pageHeader.animation .house {
  bottom: -3.1%;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader.animation .house {
    bottom: -6.8%;
  }
}
.page-recruit .recruit-pageHeader.animation .building {
  bottom: 5%;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader.animation .building {
    bottom: 6.5%;
  }
}
.page-recruit .recruit-pageHeader.animation .cardboard_s_01 {
  bottom: 66.3%;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader.animation .cardboard_s_01 {
    bottom: 60.9%;
  }
}
.page-recruit .recruit-pageHeader.animation .cardboard_s_02 {
  bottom: 75%;
}
.page-recruit .recruit-pageHeader.animation .cardboard_s_03 {
  bottom: 83.3%;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader.animation .cardboard_s_03 {
    bottom: 89.2%;
  }
}
.page-recruit .recruit-pageHeader.animation .truck {
  bottom: 17%;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader.animation .truck {
    bottom: 41.1%;
  }
}
.page-recruit .recruit-pageHeader.animation .cardboard_l {
  bottom: 12.5%;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader.animation .cardboard_l {
    bottom: 17.5%;
  }
}
.page-recruit .recruit-pageHeader.animation .people {
  bottom: 40%;
}
@media (min-width: 768px) {
  .page-recruit .recruit-pageHeader.animation .people {
    bottom: 17.3%;
  }
}
.page-recruit .recruit-pageHeader.animation .ttl__box {
  opacity: 1;
}
.page-recruit .recruit-pageHeader.animation .catch {
  opacity: 1;
}
.page-recruit .vertical {
  color: #6e9878;
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2777777778;
}
.page-recruit .secTtl {
  text-align: center;
  margin-bottom: 35px;
}
.page-recruit .secTtl h2 {
  color: #6e9878;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4375;
}
@media (min-width: 768px) {
  .page-recruit .secTtl h2 {
    font-size: 3.2rem;
  }
}
.page-recruit .secTtl p {
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.2777777778;
}
@media (min-width: 768px) {
  .page-recruit .secTtl p {
    font-size: 1.8rem;
  }
}
.page-recruit .intro {
  padding-bottom: 26px;
  padding-top: 18px;
}
.page-recruit .intro h2 {
  color: #6e9878;
  font-family: "A1Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-text-stroke: 1px;
}
@media (min-width: 768px) {
  .page-recruit .intro h2 {
    font-size: 4.8rem;
  }
}
.page-recruit .intro .txt {
  margin: 28px auto 0;
  width: 100%;
}
@media (min-width: 768px) {
  .page-recruit .intro .txt {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.page-recruit .intro .txt br {
  display: none;
}
@media (min-width: 768px) {
  .page-recruit .intro .txt br {
    display: block;
  }
}
.page-recruit .message .wrap {
  display: flex;
}
.page-recruit .message .wrap .inner {
  width: 100%;
}
.page-recruit .message .wrap .inner .ceoImg--sp {
  background-color: #fff;
  padding: 0 1.6vw 7.4666666667vw;
}
@media (min-width: 768px) {
  .page-recruit .message .wrap .inner .ceoImg--sp {
    display: none;
  }
}
.page-recruit .message .row {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1017px;
  padding: 3.2vw 1.6vw 7.4666666667vw;
  width: 100%;
}
@media (min-width: 768px) {
  .page-recruit .message .row {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
  }
}
.page-recruit .message .row h2 {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4375;
}
.page-recruit .message .row h2.pc {
  display: none;
}
@media (min-width: 768px) {
  .page-recruit .message .row h2.pc {
    display: block;
    font-size: 3.2rem;
  }
}
.page-recruit .message .row h2.sp {
  font-size: 2.3rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .page-recruit .message .row h2.sp {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-recruit .message .row .col:nth-of-type(1) {
    margin-left: 5%;
  }
}
.page-recruit .message .row .col:nth-of-type(1) .txt {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143;
  margin-top: 17px;
}
.page-recruit .message .row .col:nth-of-type(1) .btn {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .page-recruit .message .row .col:nth-of-type(1) .btn {
    margin-top: 35px;
  }
}
.page-recruit .message .row .col:nth-of-type(1) .btn a {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 768px) {
  .page-recruit .message .row .col:nth-of-type(1) .btn a {
    margin-left: 0;
    margin-right: auto;
  }
}
.page-recruit .message .row .col:nth-of-type(1) .btn a div {
  width: 83px;
}
.page-recruit .message .row .col:nth-of-type(2) {
  margin-top: 30px;
  display: none;
}
@media (min-width: 768px) {
  .page-recruit .message .row .col:nth-of-type(2) {
    display: block;
    height: 100%;
    margin-top: 0;
  }
}
.page-recruit .message .row .col:nth-of-type(2) img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-recruit .message__txt {
  background-color: #fff;
  display: none;
  padding: 0 5% 30px 5%;
}
@media (min-width: 768px) {
  .page-recruit .message__txt {
    padding: 40px 5%;
  }
}
.page-recruit .message__txt p {
  line-height: 1.75;
}
.page-recruit .message__txt p + p {
  margin-top: 1em;
}
.page-recruit .message__txt .img__wrap {
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .page-recruit .message__txt .img__wrap {
    margin-top: 40px;
  }
}
.page-recruit .staff {
  margin-top: -50px;
  padding-top: 100px;
}
.page-recruit .staff .secTtl h2 {
  color: #f49c50;
}
.page-recruit .staff .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-recruit .staff .list .item {
  display: flex;
  margin-top: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-recruit .staff .list .item {
    max-width: 30.5769230769%;
  }
}
.page-recruit .staff .list .item .col {
  font-weight: 700;
  width: 100%;
}
@media (min-width: 768px) {
  .page-recruit .staff .list .item .col {
    max-width: 295px;
  }
}
.page-recruit .staff .list .item .col img {
  width: 100%;
}
.page-recruit .staff .list .item .col .message {
  color: #f49c50;
  margin-top: 20px;
}
.page-recruit .staff .list .item .col .department {
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.page-recruit .staff .list .item .col .name {
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.45;
}
.page-recruit .staff .list .item .col .btn {
  margin-top: 20px;
}
.page-recruit .staff .list .item:nth-of-type(1) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .page-recruit .staff .list .item:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-recruit .staff .list .item:nth-of-type(3) {
    margin-top: 0;
  }
}
.page-recruit .entry {
  padding-bottom: 90px;
}
.page-recruit .entry .list .item {
  border-top: 1px solid #707070;
}
.page-recruit .entry .list .item:last-of-type {
  border-bottom: 1px solid #707070;
}
.page-recruit .entry .list .item a {
  color: #707070;
  display: block;
  line-height: 60px;
  padding: 0 2.8846153846%;
}
.page-recruit .entry .list .item a img {
  margin-right: 3%;
}
.page-recruit .entry .btn {
  margin-top: 15px;
}
.page-recruit .entry .btn a {
  margin-left: auto;
}
.page-recruit .banner {
  padding-top: 100px;
}

/*******************************************************
*
* STAFF
*
*******************************************************/
.single-staff .subTtl {
  text-align: center;
  margin-bottom: 35px;
  padding-top: 40px;
}
.single-staff .subTtl h2 {
  color: #f49c50;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4375;
}
@media (min-width: 768px) {
  .single-staff .subTtl h2 {
    font-size: 3.2rem;
  }
}
.single-staff .subTtl p {
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.2777777778;
}
@media (min-width: 768px) {
  .single-staff .subTtl p {
    font-size: 1.8rem;
  }
}
.single-staff .staff {
  padding-top: 0;
}
.single-staff .staff .box {
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 8.6538461538% 70px;
}
@media (min-width: 768px) {
  .single-staff .staff .box {
    box-shadow: 18px 18px 0px rgba(0, 0, 0, 0.2);
  }
}
.single-staff .staff .box .breadcrumb {
  font-size: 1.4rem;
  margin-bottom: 68px;
}
@media (min-width: 768px) {
  .single-staff .staff .box .row {
    display: flex;
    justify-content: space-between;
  }
}
.single-staff .staff .box .row .col {
  width: 100%;
}
@media (min-width: 768px) {
  .single-staff .staff .box .row .col {
    width: 47.6744186047%;
  }
}
.single-staff .staff .box .row .num {
  color: #f49c50;
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .single-staff .staff .box .row .num {
    font-size: 6rem;
    text-align: left;
  }
}
.single-staff .staff .box .row .message {
  color: #f49c50;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4583333333;
  margin-top: 13px;
}
.single-staff .staff .box .row .message br {
  display: none;
}
@media (min-width: 768px) {
  .single-staff .staff .box .row .message br {
    display: block;
  }
}
.single-staff .staff .box .row .department {
  background-color: #f49c50;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 36px;
  margin-top: 30px;
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .single-staff .staff .box .row .department {
    font-size: 1.9rem;
    line-height: 41px;
    padding: 0 26px;
  }
}
.single-staff .staff .box .row .year {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4705882353;
  margin-top: 17px;
}
@media (min-width: 768px) {
  .single-staff .staff .box .row .year {
    font-size: 1.7rem;
  }
}
.single-staff .staff .box .row .name {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4375;
}
@media (min-width: 768px) {
  .single-staff .staff .box .row .name {
    font-size: 3.2rem;
  }
}
.single-staff .staff .box .row .name span {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-left: 1em;
}
@media (min-width: 768px) {
  .single-staff .staff .box .row .name span {
    font-size: 1.6rem;
  }
}
.single-staff .staff .box .row02 h3,
.single-staff .staff .box .row03 h3 {
  align-items: center;
  border-bottom: 1px solid #707070;
  color: #6e9878;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  min-height: 60px;
}
@media (min-width: 768px) {
  .single-staff .staff .box .row02 h3,
  .single-staff .staff .box .row03 h3 {
    font-size: 2.4rem;
  }
}
.single-staff .staff .box .row02 h3 img,
.single-staff .staff .box .row03 h3 img {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .single-staff .staff .box .row02 h3 img,
  .single-staff .staff .box .row03 h3 img {
    margin-right: 15px;
  }
}
.single-staff .staff .box .row02 .txt,
.single-staff .staff .box .row03 .txt {
  line-height: 1.75;
  margin-top: 12px;
}
.single-staff .staff .box .row01 .col01 .img__wrap {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .single-staff .staff .box .row01 .col01 .img__wrap {
    display: none;
  }
}
.single-staff .staff .box .row01 .col02.img__wrap {
  display: none;
}
@media (min-width: 768px) {
  .single-staff .staff .box .row01 .col02.img__wrap {
    display: block;
  }
}
.single-staff .staff .box .row02 {
  margin-top: 50px;
}
.single-staff .staff .box .row02 .col02 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .single-staff .staff .box .row02 .col02 {
    margin-top: 0;
  }
}
.single-staff .staff .box .row03 {
  margin-top: 50px;
}
.single-staff .staff .box .row04 {
  margin-top: 50px;
}
.single-staff .staff hr {
  margin-top: 60px;
}
.single-staff .staff .article-nav {
  display: flex;
  justify-content: space-between;
}
.single-staff .staff .article-nav p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.single-staff .staff .btn__list {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .single-staff .staff .btn__list {
    display: flex;
    justify-content: center;
  }
}
.single-staff .staff .btn__list .btn {
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .single-staff .staff .btn__list .btn {
    width: 30.7692307692%;
  }
}
.single-staff .staff .btn__list .btn a {
  color: #fff;
  display: block;
  font-size: 1.9rem;
  line-height: 52px;
  text-align: center;
}
.single-staff .staff .btn__list .btn.back a {
  background-color: #3b583a;
}
.single-staff .staff .btn__list .btn.entry {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .single-staff .staff .btn__list .btn.entry {
    margin-top: 0;
  }
}
.single-staff .staff .btn__list .btn.entry a {
  background-color: #f49c50;
}

/*******************************************************
*
* INFO
*
*******************************************************/
.single-info .information .box {
  padding: 40px 8.6538461538% 70px;
}
.single-info .information .box .head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.single-info .information .box .head .cat {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 28px;
  margin-left: 4%;
  padding: 0 20px;
  text-align: center;
}
.single-info .information .box .head .cat--news {
  background-color: #4db558;
}
.single-info .information .box .head .cat--recruit {
  background-color: #f49c50;
}
.single-info .information .box .head .ttl {
  border-bottom: 1px solid #707070;
  color: #6e9878;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4583333333;
  margin-top: 10px;
  padding-bottom: 5px;
  width: 100%;
}
@media (min-width: 768px) {
  .single-info .information .box .head .ttl {
    font-size: 2.4rem;
  }
}
.single-info .information .box .content a {
  color: #6e9878;
  text-decoration: underline;
  word-break: break-all;
}
.single-info .information .box .content h1,
.single-info .information .box .content h2,
.single-info .information .box .content h3,
.single-info .information .box .content h4 {
  font-size: revert;
  margin: revert;
}
.single-info .information hr {
  margin-top: 60px;
}
.single-info .information .article-nav {
  display: flex;
  justify-content: space-between;
}
.single-info .information .article-nav p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.post-type-archive-info .information .box,
.tax-info_cat .information .box {
  padding: 50px 8.6538461538% 70px;
}
.post-type-archive-info .information .box .list,
.tax-info_cat .information .box .list {
  flex: 1;
}
.post-type-archive-info .information .box .list .item,
.tax-info_cat .information .box .list .item {
  align-items: center;
  border-top: 1px solid #707070;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .post-type-archive-info .information .box .list .item,
  .tax-info_cat .information .box .list .item {
    flex-wrap: nowrap;
    padding: 15px 10px;
  }
}
.post-type-archive-info .information .box .list .item:last-of-type,
.tax-info_cat .information .box .list .item:last-of-type {
  border-bottom: 1px solid #707070;
}
.post-type-archive-info .information .box .list .item .date,
.tax-info_cat .information .box .list .item .date {
  color: #4db558;
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 4.5731707317%;
}
.post-type-archive-info .information .box .list .item .cat,
.tax-info_cat .information .box .list .item .cat {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 26px;
  margin-right: 4.5731707317%;
  min-width: 100px;
  text-align: center;
  width: 100px;
}
.post-type-archive-info .information .box .list .item .cat--news,
.tax-info_cat .information .box .list .item .cat--news {
  background-color: #4db558;
}
.post-type-archive-info .information .box .list .item .cat--recruit,
.tax-info_cat .information .box .list .item .cat--recruit {
  background-color: #f49c50;
}
.post-type-archive-info .information .box .list .item .ttl,
.tax-info_cat .information .box .list .item .ttl {
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 768px) {
  .post-type-archive-info .information .box .list .item .ttl,
  .tax-info_cat .information .box .list .item .ttl {
    margin-top: 0;
    width: auto;
  }
}
.post-type-archive-info .information .box .list .item .ttl a,
.tax-info_cat .information .box .list .item .ttl a {
  line-height: 1.4285714286;
}
.post-type-archive-info .information hr,
.tax-info_cat .information hr {
  margin-bottom: 30px;
  margin-top: 60px;
}

/*******************************************************
*
* SITEMAP
*
*******************************************************/
.page-sitemap .sitemap .box {
  padding: 40px 8.6538461538% 70px;
}
.page-sitemap .sitemap .box .list {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
.page-sitemap .sitemap .box .list .item:not(:first-of-type) {
  margin-top: 30px;
}
.page-sitemap .sitemap .box .list .item > div a {
  border: 1px solid #707070;
  border-left: 5px solid #6e9878;
  display: block;
  padding: 5px 10px;
}
.page-sitemap .sitemap .box .list .item .sublist {
  margin-left: 1em;
}
.page-sitemap .sitemap .box .list .item .sublist .subitem {
  margin-top: 1em;
}
.page-sitemap .sitemap .box .list .item .sublist .subitem::before {
  color: #f49c50;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}

/*******************************************************
*
* CONTACT
*
*******************************************************/
.page-contact .contact__head {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-contact .contact__head .txt {
    text-align: center;
  }
}
.page-contact .tel-fax {
  padding-bottom: 0;
}
.page-contact .tel-fax .box {
  padding: 40px 8.6538461538% 40px;
}
@media (min-width: 768px) {
  .page-contact .tel-fax .box {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .page-contact .tel-fax .row {
    align-items: center;
    display: flex;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .page-contact .tel-fax .row .col {
    padding: 20px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-contact .tel-fax .row .col:nth-of-type(1) {
    border-right: 1px dashed #aaa;
  }
}
.page-contact .tel-fax .row .col h2 {
  color: #6e9878;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .page-contact .tel-fax .row .col h2 {
    font-size: 2.4rem;
    text-align: left;
  }
}
.page-contact .tel-fax .row .col .time {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-contact .tel-fax .row .col .time {
    margin-bottom: 0;
    text-align: left;
  }
}
.page-contact .tel-fax .row .col .tel {
  font-size: 2.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .page-contact .tel-fax .row .col .tel {
    font-size: 3rem;
  }
}
.page-contact .tel-fax .row .col .tel i {
  margin-right: 10px;
}
.page-contact .tel-fax .row .col .tel a {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-contact .tel-fax .row .col .tel a {
    font-size: 3rem;
  }
}
.page-contact .tel-fax .row .col .fax {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .page-contact .tel-fax .row .col .fax {
    font-size: 3rem;
  }
}
.page-contact .tel-fax .row .col .fax i {
  margin-right: 10px;
}
.page-contact .contact .box {
  padding: 40px 8.6538461538% 70px;
}
.page-contact .contact .box .secTtl {
  text-align: center;
  margin-bottom: 35px;
}
.page-contact .contact .box .secTtl h2 {
  color: #6e9878;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4375;
}
@media (min-width: 768px) {
  .page-contact .contact .box .secTtl h2 {
    font-size: 3.2rem;
  }
}
.page-contact .contact .box .secTtl p {
  font-family: "DIN 2014", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.2777777778;
}
@media (min-width: 768px) {
  .page-contact .contact .box .secTtl p {
    font-size: 1.8rem;
  }
}
.page-contact .contact .box .notes {
  margin-bottom: 35px;
}
.page-contact .contact .box .notes a {
  color: #6e9878;
  text-decoration: underline;
}
.page-contact .contact .mw_wp_form__title {
  font-size: 17.5px;
  background-color: #fff4f6;
  padding: 21px 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .page-contact .contact .mw_wp_form__title {
    font-size: 20px;
  }
}
.page-contact .contact .mw_wp_form__title span {
  color: #b40008;
}
@media (min-width: 576px) {
  .page-contact .contact .mw_wp_form__item {
    display: flex;
  }
}
.page-contact .contact .mw_wp_form__item + .mw_wp_form__item {
  margin-top: 35px;
}
.page-contact .contact .mw_wp_form__item:not(:last-of-type) {
  align-items: center;
}
.page-contact .contact .mw_wp_form__item .head {
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .page-contact .contact .mw_wp_form__item .head {
    margin-bottom: 0;
    width: 35%;
  }
}
.page-contact .contact .mw_wp_form__item .head br {
  display: none;
}
@media (min-width: 768px) {
  .page-contact .contact .mw_wp_form__item .head br {
    display: block;
  }
}
@media (min-width: 576px) {
  .page-contact .contact .mw_wp_form__item .input-field {
    width: 65%;
  }
}
.page-contact .contact .mw_wp_form__item .input-field a {
  color: #6e9878;
  text-decoration: underline;
}
.page-contact .contact .mw_wp_form__btn {
  margin: 40px auto 0;
  max-width: 300px;
}
.page-contact .contact .mw_wp_form__btn input[type="submit"] {
  background-color: #f49c50;
  border: 1px solid #f49c50;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 20px 10px;
  text-align: center;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.page-contact .contact .mw_wp_form__btn input[type="submit"]:hover {
  background-color: #fff;
  color: #f49c50;
}
.page-contact .contact .mw_wp_form__btn input[type="submit"].btn__back {
  background-color: #b7b7b7;
  border: 1px solid #b7b7b7;
}
.page-contact .contact .mw_wp_form__btn input[type="submit"].btn__back:hover {
  background-color: #fff;
  color: #b7b7b7;
}
.page-contact .contact .mw_wp_form .required {
  background-color: #e78488;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 10px;
  padding: 1px 5px;
}
.page-contact .contact .mw_wp_form input[type="text"],
.page-contact .contact .mw_wp_form input[type="email"],
.page-contact .contact .mw_wp_form textarea {
  border-color: #c3c3c3;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 8px 16px;
  width: 100%;
}
.page-contact .contact .mw_wp_form input[type="text"]::-moz-placeholder,
.page-contact .contact .mw_wp_form input[type="email"]::-moz-placeholder,
.page-contact .contact .mw_wp_form textarea::-moz-placeholder {
  color: #aaaaaa;
}
.page-contact .contact .mw_wp_form input[type="text"]:-ms-input-placeholder,
.page-contact .contact .mw_wp_form input[type="email"]:-ms-input-placeholder,
.page-contact .contact .mw_wp_form textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
.page-contact .contact .mw_wp_form input[type="text"]::placeholder,
.page-contact .contact .mw_wp_form input[type="email"]::placeholder,
.page-contact .contact .mw_wp_form textarea::placeholder {
  color: #aaaaaa;
}
.page-contact .contact .mw_wp_form select {
  border-color: #c3c3c3;
  border-radius: 5px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  padding: 8px 16px;
}

/*******************************************************
*
* PRIVACY POLICY
*
*******************************************************/
.page-privacy .privacy .box {
  padding: 60px 8.6538461538% 70px;
}
.page-privacy .privacy .box ol {
  margin: 0;
  padding-left: 1.5em;
}
.page-privacy .privacy .box ol li:not(:first-of-type) {
  margin-top: 30px;
}
.page-privacy .privacy .box ol li::marker {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page-privacy .privacy .box ol li::marker {
    font-size: 2rem;
  }
}
.page-privacy .privacy .box ol li h2 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page-privacy .privacy .box ol li h2 {
    font-size: 2rem;
  }
}
.page-privacy .privacy .box ol li p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .page-privacy .privacy .box ol li p {
    font-size: 1.6rem;
  }
}
.page-privacy .privacy .box ol li ul {
  list-style: disc;
  margin-top: 10px;
  padding-left: 1.5em;
}
.page-privacy .privacy .box ol li ul li::marker {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .page-privacy .privacy .box ol li ul li::marker {
    font-size: 1.8rem;
  }
}
.page-privacy .privacy .box ol li ul li h3 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page-privacy .privacy .box ol li ul li h3 {
    font-size: 1.8rem;
  }
}
.page-privacy .privacy .box ol li ul li p {
  font-size: 1.4rem;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .page-privacy .privacy .box ol li ul li p {
    font-size: 1.6rem;
  }
}

/*******************************************************
*
* KizunaPackage
*
*******************************************************/

.page-kizunapackage {
  --green: #3ea93b;
}

.page-kizunapackage .pageHeader .en,
.page-kizunapackage .pageHeader h1 {
  color: #0176c9;
  text-shadow: none;
}

.page-kizunapackage .cont01 {
  padding: 58px 4.8076923077% 70px;
}

.page-kizunapackage .kizuna__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}

.page-kizunapackage .kizuna__leadImage {
  max-width: 158px;
  width: 100%;
}

.page-kizunapackage .kizuna__leadTitle {
  font-size: 24px;
  color: var(--green);
  font-weight: 700;
}

.page-kizunapackage h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--green);
  border-bottom: 1px solid var(--green);
  padding-bottom: 10px;
  margin-top: 72px;
  margin-bottom: 24px;
}

.page-kizunapackage p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}

.page-kizunapackage a {
  color: var(--green);
  text-decoration: underline;
}

.page-kizunapackage .kizuna__collabo {
  max-width: 426px;
  margin: 48px auto 0;
}

.page-kizunapackage .u-grid {
  display: grid;
}

.page-kizunapackage .u-grid--2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.page-kizunapackage .motegi-sample figcaption {
  margin-top: 10px;
}

.page-kizunapackage .motegi-zoom {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

.page-kizunapackage .motegi-zoom img {
  max-width: 120px;
  width: 100%;
}

.page-kizunapackage .sdgs__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.page-kizunapackage .textWrap p {
  margin-top: 16px;
}

.page-kizunapackage .textWrap p:nth-of-type(1) {
  margin-top: 0;
}

.box.bg-black {
  background: #333333;
}

.page-kizunapackage .box.bg-black h2,
.page-kizunapackage .box.bg-black p {
  color: #fff;
}

.page-kizunapackage .box.bg-black h2:nth-of-type(1) {
  margin-top: 0;
}

.page-kizunapackage .motegi-photo {
  margin-top: 48px;
}

.page-kizunapackage .motegi-photoImage:nth-last-of-type(1) {
  grid-column: span 2;
}

.page-kizunapackage .contact {
  padding: 96px 0;
}

.page-kizunapackage .contact p {
  font-size: 20px;
  font-weight: 700;
  color: var(--green);
  text-align: center;
}
.page-kizunapackage .contact a {
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #f39c50;
  max-width: 340px;
  width: 100%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 48px auto 0;
}

@media (max-width: 768px) {
  .page-kizunapackage .kizuna__lead {
    display: flex;
    flex-direction: column;
  }
  .page-kizunapackage .kizuna__leadImage {
    max-width: 190px;
  }

  .page-kizunapackage .kizuna__collabo {
    max-width: 300px;
    margin: 48px auto 0;
  }

  .page-kizunapackage .u-grid--2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .page-kizunapackage .sdgs__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 24px;
  }

  .page-kizunapackage .motegi-photoImage:nth-last-of-type(1) {
    grid-column: span 1;
  }

  .page-kizunapackage .contact p {
    text-align: start;
  }
}

@media (max-width: 520px) {
  .page-kizunapackage .sdgs__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 24px;
  }
}
