@charset "UTF-8";
@media screen and (min-width: 769px) {
  .br-769 {
    display: block;
  }
}
@media screen and (max-width: 1099px) {
  .br-769 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .br-767 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-767 {
    display: block;
  }
}
.inner {
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
  padding-left: 80px;
  padding-right: 80px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1100px) {
  .pc-none {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .pc-none {
    display: none;
  }
}

.section-title {
  font-size: 56px;
  color: #364E3E;
  line-height: 1;
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.section-title::after {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  font-size: 24px;
  font-weight: 700;
  color: #222;
}
@media (max-width: 767px) {
  .section-title::after {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 40px;
    margin-bottom: 60px;
  }
}

.h2-left {
  text-align: left;
}
.h2-left::after {
  left: 0;
  transform: translateX(0);
}
@media (max-width: 767px) {
  .h2-left::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .h2-left {
    text-align: center;
  }
}

.section-title__vertical {
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  height: 260px;
  font-size: 56px;
  position: relative;
  margin-left: 24px;
  font-family: "Montserrat", sans-serif;
}
.section-title__vertical::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 15px;
  width: 4px;
  height: 245px;
  background: #364E3E;
  display: inline-block;
}
.section-title__vertical::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -30px;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 5px;
}
@media (max-width: 767px) {
  .section-title__vertical {
    display: none;
  }
}

/*------------
pagetop
-------------*/
#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background: #fff;
  color: #364E3E;
  padding: 10px;
  border: solid 1px;
  border-radius: 50%;
  box-shadow: 0 2px 10px -6px rgba(0, 0, 0, 0.5), 0 3px 10px -4px rgba(0, 0, 0, 0.2);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #364E3E;
  overflow-x: hidden;
  overflow-wrap: break-word;
  padding-top: 72px;
  width: 100%;
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

.wrap {
  background: #F8F8F8;
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 767px) {
  .wrap {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .wrap {
    width: 100%;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

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

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.6;
}

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

.footer {
  height: 314px;
  background: #3E5C48;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    height: 190px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .footer {
    height: 250px;
  }
}

.footer__inner {
  display: flex;
  margin: 0 auto;
  padding-top: 76px;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .footer__inner {
    display: block;
    padding-top: 50px;
  }
}

.footer__logo {
  width: 20%;
}
@media (max-width: 767px) {
  .footer__logo {
    text-align: center;
    width: 100%;
  }
}
.footer__logo img {
  width: 128px;
  height: 48px;
}

.footer__left {
  display: flex;
  width: 50%;
}

.footer__nav {
  display: flex;
}
@media (max-width: 767px) {
  .footer__nav {
    display: none;
  }
}

.nav-list li {
  font-size: 12px;
  color: #BDBDBD;
}

.footer__menu {
  margin-left: 30px;
}

.nav-block {
  margin-left: 30px;
}
.nav-block li {
  margin-bottom: 10px;
}

.footer__right {
  font-size: 10px;
  color: #BDBDBD;
  width: 30%;
  margin-top: 100px;
  text-align: right;
}
@media (max-width: 767px) {
  .footer__right {
    text-align: center;
    margin: 20px 0;
    font-size: 13px;
    width: 100%;
  }
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  z-index: 20;
  height: 72px;
  max-width: 100%;
  width: 1280px;
  padding-left: 14px;
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  height: inherit;
}
@media (max-width: 767px) {
  .header__inner {
    width: 100%;
  }
}

.header__logo {
  margin-right: 10px;
  line-height: 1;
  vertical-align: top;
  width: 128px;
  height: 100%;
}
@media (max-width: 767px) {
  .header__logo {
    width: 15%;
    padding-top: 5px;
    margin-right: 5px;
  }
}
.header__logo img {
  width: 100%;
}

.h1__flex {
  display: flex;
}

.h1__right {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: #000000;
}
@media (max-width: 767px) {
  .h1__right {
    padding-top: 4px;
    font-size: 13px;
  }
}
.h1__right span {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .h1__right span {
    font-size: 8px;
  }
}

.toggle_button {
  width: 68px;
  height: 27px;
  background: #DFE3E1;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  box-sizing: border-box;
  transition: 0.05s ease-out;
}
.toggle_button a:hover {
  opacity: 1;
}
.toggle_button:hover .toggle_label {
  left: 3px;
}
.toggle_button:hover .language2 .en {
  display: none;
}
.toggle_button:hover .language2 .ja {
  display: block;
}

.header__toggle {
  margin-left: auto;
}
@media (max-width: 767px) {
  .header__toggle {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .header__toggle {
    margin-right: 50px;
    margin-left: auto;
  }
}

.drawer__toggle {
  margin-top: 20px;
}

.language1 {
  display: flex;
  position: absolute;
  padding: 4px 10px;
}
.language1 span {
  font-size: 12px;
  color: #000000;
}
.language1 span:first-child {
  margin-right: 15px;
}

.language2 {
  position: absolute;
  font-size: 12px;
  padding: 4px 1px;
  transition: 0.05s ease-out;
}
.language2 .en {
  display: block;
}
.language2 .ja {
  display: none;
}

.toggle_label {
  position: absolute;
  width: 31px;
  height: 21px;
  border-radius: 40px;
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.1s;
  padding-left: 7px;
}
.toggle_label span {
  font-size: 12px;
  line-height: 1;
  transition: 0.05s ease-out;
}

.header__nav {
  display: flex;
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  align-items: center;
}
.header__nav li {
  margin-right: 40px;
  height: 72px;
  position: relative;
}
.header__nav li::after {
  content: "";
  position: absolute;
  top: 98%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #364E3E;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
}
.header__nav li:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
.header__nav li:last-child {
  margin-right: 0;
}
.header__nav li:last-child::after {
  background: #fff;
}
.header__nav li:first-child {
  margin-left: 40px;
}
.header__nav a {
  display: block;
  color: #333;
  padding: 24px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .header__nav a {
    font-size: 14px;
  }
}

.nav--revt {
  width: 150px;
  height: 72px;
  background: #364E3E;
}
.nav--revt a {
  color: #fff;
}

.drawer-icon {
  position: fixed;
  top: 20px;
  right: 16px;
  z-index: 40;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .drawer-icon {
    display: block;
    top: 25px;
  }
}
.drawer-icon:hover {
  opacity: 0.6;
}
.drawer-icon.is-active {
  display: none;
}

.drawer-icon__bars {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: gray;
}

.drawer-icon__bar1 {
  width: 26px;
  top: 0;
}

.drawer-icon__bar2 {
  width: 26px;
  top: 8px;
}

.drawer-icon__bar3 {
  width: 20px;
  top: 16px;
}

.drawer-icon__circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #364E3E;
  position: absolute;
  top: 10px;
  right: 10px;
}
.drawer-icon__circle::before {
  content: "";
  transform: rotate(45deg);
  width: 24px;
  background: #fff;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 11px;
}
.drawer-icon__circle::after {
  content: "";
  transform: rotate(-45deg);
  width: 24px;
  background: #fff;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 11px;
}
.drawer-icon__circle:hover {
  opacity: 0.6;
}

.drawer-content {
  width: 90%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 3 rgba(51, 51, 51, 0.16);
  z-index: 39;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-container {
  width: 90%;
  height: 90%;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  padding-top: 2rem;
  position: relative;
}

.drawer-content__item {
  margin: 1rem 0;
}
.drawer-content__item a {
  color: #364E3E;
  font-size: 1.2rem;
}
.drawer-content__item img {
  width: 60%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .drawer-content__item img {
    width: 20%;
  }
}

.drawer__btn {
  width: 70%;
  border: 1px solid #364E3E;
  border-radius: 36px;
  margin: 0 auto;
  line-height: 3rem;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .drawer__btn {
    width: 40%;
  }
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  z-index: 38;
  display: none;
}
.drawer-background.is-active {
  display: block;
}

.is-hide {
  display: none;
  transition: transform 0.5s ease 0s;
}

.main {
  background: #F8F8F8;
}

.top {
  padding-top: 72px;
}
@media (max-width: 767px) {
  .top {
    padding-top: 60px;
  }
}

.hero__img {
  width: 100%;
  height: 430px;
  position: relative;
  background: url(../img/main.png) no-repeat center bottom/cover;
}
@media (max-width: 767px) {
  .hero__img {
    background-size: cover;
    height: 234px;
  }
}

.hero__catch {
  position: relative;
  padding: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .hero__catch {
    margin: 80px auto 0;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .hero__catch {
    margin: 80px 0 0 40px;
  }
}
.hero__catch::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 300px;
  top: -100px;
  left: -40px;
  background: #364E3E;
}
@media (max-width: 767px) {
  .hero__catch::before {
    top: -80px;
    left: -20px;
    height: 200px;
    width: 2px;
  }
}
.hero__catch::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 200px;
  background: #fff;
  width: 4px;
  height: 113px;
}
@media (max-width: 767px) {
  .hero__catch::after {
    top: 121px;
    left: -20px;
    height: 110px;
    width: 2px;
  }
}

.hero__catch--lg {
  font-size: 68px;
  letter-spacing: 0px;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .hero__catch--lg {
    font-size: 300%;
  }
}
.hero__catch--lg span {
  color: #222;
}

.hero__catch--p {
  font-weight: 700;
  font-size: 29px;
  color: #222;
}
@media (max-width: 767px) {
  .hero__catch--p {
    font-size: 18px;
  }
}

.hero__read {
  font-size: 20px;
  font-weight: 700;
  color: #364E3E;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .hero__read {
    font-size: 14px;
  }
}

.since {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
.since::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 1px;
  background: #222;
}

.products {
  margin-top: 78px;
  background: linear-gradient(#f8f8f8, transparent), url(../img/bg-1.png) no-repeat right bottom/cover;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .products {
    margin-top: 50px;
    height: 900px;
    background: linear-gradient(#f8f8f8, transparent), url(../img/bg-1.png) no-repeat center center/cover;
  }
}

.products__inner {
  display: flex;
}
@media (max-width: 767px) {
  .products__inner {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .products__inner {
    padding-left: 60px;
  }
}

.message {
  background: linear-gradient(#f8f8f8, transparent 80%), url(../img/bg.png) no-repeat 0 center/cover;
  position: relative;
  height: 656px;
  width: 100%;
  padding-top: 140px;
}
@media (max-width: 767px) {
  .message {
    height: 640px;
    padding-top: 60px;
  }
}

.message__bg {
  position: absolute;
  width: 900px;
  height: 100%;
  top: 15%;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: right;
}
@media (max-width: 767px) {
  .message__bg {
    width: 302px;
    top: 72%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .message__bg {
    top: 25%;
    width: 600px;
  }
}

.message__container {
  margin-top: 50px;
}
.message__container p {
  font-size: 16px;
  color: #222;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .message__container p {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .message__container p {
    letter-spacing: 1px;
    font-size: 0.8rem;
    width: 95%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .message__container {
    position: absolute;
    z-index: 8;
    width: 400px;
  }
}
@media (max-width: 767px) {
  .message__container {
    position: absolute;
    z-index: 8;
    margin: 0;
  }
}

.company {
  padding: 170px 0 100px;
  width: 100%;
}

.company__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .company__wrap {
    display: block;
  }
}

.company__map {
  width: 50%;
  height: 494px;
}
@media (max-width: 767px) {
  .company__map {
    width: 100%;
    height: 285px;
  }
}
.company__map iframe {
  width: 100%;
  height: 100%;
}

.company__info {
  width: 50%;
}
@media (max-width: 767px) {
  .company__info {
    width: 100%;
  }
}
.company__info dl {
  width: 100%;
  padding: 0 10px;
}
.company__info dt {
  font-weight: 700;
  padding: 10px 0 0 10px;
}
.company__info dd {
  border-bottom: 1px solid #E0E0E0;
  padding: 0 0 10px 10px;
  font-size: 14px;
  color: #222;
}
.company__info dd img {
  width: 130px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}

.contact {
  background: url(../img/img10.png) no-repeat center center/cover;
  width: 100%;
  height: 240px;
  position: relative;
}
.contact h2 {
  display: none;
}
@media (max-width: 767px) {
  .contact {
    height: 234px;
  }
}

.contact__inner a:hover {
  opacity: 1;
}

.btn {
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 2rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #364E3E;
  border-radius: 0;
  margin: 0 auto;
}

.contact__btn {
  width: 484px;
  height: 82px;
  background: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact__btn {
    width: 90%;
    height: 82px;
    font-size: 80%;
    padding: 30px 5%;
  }
}
@media (max-width: 767px) {
  .contact__btn p {
    padding-top: 4px;
  }
}
.contact__btn::before, .contact__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transform-origin: 100% 50%;
  height: 1px;
  background-color: #364E3E;
  border-radius: 2px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .contact__btn::before, .contact__btn::after {
    right: 10px;
  }
}
.contact__btn::before {
  transform: translateY(-50%) rotate(30deg);
  width: 15px;
}
@media (max-width: 767px) {
  .contact__btn::before {
    width: 10px;
  }
}
.contact__btn::after {
  transform: translateY(-50%) rotate(0deg);
  width: 32px;
}
@media (max-width: 767px) {
  .contact__btn::after {
    width: 6%;
  }
}
.contact__btn:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}
.contact__btn:hover::after {
  transform: translate(5px, -50%);
}

.mail__icon {
  background: url(../img/mail-icon.png) no-repeat center center/contain;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .mail__icon {
    margin-right: 1%;
    width: 7%;
  }
}

.card__items {
  display: flex;
  flex-wrap: wrap;
  width: 780px;
}
@media (max-width: 767px) {
  .card__items {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .card__items {
    justify-content: space-between;
    width: 520px;
  }
}

.card__item {
  width: 226px;
  height: 300px;
  background: #364E3E;
  margin: 0 32px 32px 0;
  position: relative;
}
@media (max-width: 767px) {
  .card__item {
    width: 48%;
    max-width: 167px;
    height: 222px;
    margin: 0 10px 10px 0;
  }
  .card__item:nth-child(2n) {
    margin-right: 0;
  }
}
.card__item:nth-child(4) .card__product {
  top: 208px;
}
@media (max-width: 767px) {
  .card__item:nth-child(4) .card__product {
    top: 150px;
    left: 12px;
    line-height: 1.1;
  }
}
.card__item:nth-child(5) .card__product {
  top: 220px;
}
@media (max-width: 767px) {
  .card__item:nth-child(5) .card__product {
    top: 160px;
    left: 12px;
  }
}
.card__item:nth-child(6) .card__product {
  top: 250px;
}
@media (max-width: 767px) {
  .card__item:nth-child(6) .card__product {
    top: 185px;
    left: 12px;
  }
}

.card__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 154px 154px 0;
  border-color: transparent #08321f transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .card__triangle {
    border-width: 0 100px 100px 0;
  }
}

.card__img {
  position: absolute;
}

.card__product {
  position: absolute;
  top: 238px;
  left: 23px;
  color: #fff;
  font-size: 18px;
  width: 100%;
  font-weight: 700;
}
@media (max-width: 767px) {
  .card__product {
    top: 165px;
    left: 12px;
    font-size: 16px;
  }
}

.card__product--caption {
  position: absolute;
  top: 264px;
  left: 23px;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 767px) {
  .card__product--caption {
    font-size: 11px;
    top: 190px;
    left: 12px;
  }
}