@charset "UTF-8";
/*
    Theme Name: hamasaen
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, small, strong, b, i,
dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, footer,
header, menu, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, footer, header, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

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

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

em, b {
  font-style: normal; }

img {
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

input, select {
  vertical-align: middle; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%;
  font-size: 10px; }

body {
  position: relative;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 767px) {
    body {
      -webkit-text-size-adjust: 100%; } }

main {
  background-color: #FFFFFF; }

a {
  text-decoration: none;
  color: #000000; }
  a:active, a:focus, a:hover {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

input[type="submit"] {
  cursor: pointer; }

#base-wrap {
  background-color: #FFFFFF; }

.is-ff_lato {
  font-family: "Lato"; }

.parallax-window {
  height: 600px;
  background: transparent; }
  @media screen and (max-width: 767px) {
    .parallax-window {
      height: 400px; } }

.parallax-slider {
  top: 0;
  left: 0; }

.count {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF; }
  .count span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 120px;
    height: 1px;
    margin: auto;
    transform: scale(0, 1);
    background-color: #40640f; }

#js-backtotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px; }
  #js-backtotop span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    color: #FFFFFF;
    border-radius: 22px;
    background-color: #40640f; }
  #js-backtotop i {
    font-size: 3rem; }

.st-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF; }
  @media screen and (max-width: 767px) {
    .st-header {
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1;
      position: fixed;
      top: 0;
      left: 0;
      height: 60px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); } }

.st-header__logo {
  height: 50px;
  padding-left: 20px; }
  @media screen and (max-width: 767px) {
    .st-header__logo {
      position: relative;
      left: -5px;
      height: 48px;
      padding-left: 0; } }
  .st-header__logo a {
    display: block; }
    @media screen and (max-width: 767px) {
      .st-header__logo a.if-pc {
        display: none; } }
    .st-header__logo a.if-sp {
      display: none; }
      @media screen and (max-width: 767px) {
        .st-header__logo a.if-sp {
          display: block; } }
  .st-header__logo img {
    width: auto;
    height: 50px; }
    @media screen and (max-width: 767px) {
      .st-header__logo img {
        height: 48px; } }

.st-header__nav {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 80px;
  padding-left: 50px; }
  @media screen and (max-width: 767px) {
    .st-header__nav {
      display: none; } }
  .st-header__nav ul {
    display: flex;
    align-items: center;
    height: 100%; }
  .st-header__nav li {
    margin-right: 30px; }
    .st-header__nav li:nth-of-type(6), 
    .st-header__nav li:nth-of-type(7) {
      position: relative;
      top: 1px;
      margin-right: 20px; }
      .st-header__nav li:nth-of-type(6) a:before, 
      .st-header__nav li:nth-of-type(7) a:before {
        display: none; }
      .st-header__nav li:nth-of-type(6) i, 
      .st-header__nav li:nth-of-type(7) i {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 24px;
        color: #FFFFFF;
        font-size: 1.6rem;
        border-radius: 12px; }
        .st-header__nav li:nth-of-type(6) i.fa-facebook-f, 
        .st-header__nav li:nth-of-type(7) i.fa-facebook-f {
          font-size: 1.3rem;
          background-color: #3b5998; }
          .st-header__nav li:nth-of-type(6) i.fa-facebook-f:before, 
          .st-header__nav li:nth-of-type(7) i.fa-facebook-f:before {
            position: relative;
            top: 3px;
            left: 3px;
            font-size: 18px; }
        .st-header__nav li:nth-of-type(6) i.fa-instagram, 
        .st-header__nav li:nth-of-type(7) i.fa-instagram {
          background: #BC1888;
          background: -webkit-linear-gradient(to right, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
          background: linear-gradient(to right, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%); }
    .st-header__nav li:nth-of-type(7) {
      margin-right: 40px; }
    .st-header__nav li:last-of-type {
      width: 80px;
      height: 100%;
      margin-right: 0; }
      .st-header__nav li:last-of-type a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 0 20px;
        color: #FFFFFF;
        font-family: "Lato";
        font-weight: bold;
        background-color: #00431a;
        transition: .3s; }
        .st-header__nav li:last-of-type a:hover {
          background-color: #FFFFFF; }
          .st-header__nav li:last-of-type a:hover i, .st-header__nav li:last-of-type a:hover p {
            color: #00431a; }
        .st-header__nav li:last-of-type a:before {
          display: none; }
        .st-header__nav li:last-of-type a i {
          font-size: 3.4rem;
          line-height: 1; }
        .st-header__nav li:last-of-type a p {
          margin-top: 4px;
          line-height: 1;
          font-size: 1.1rem;
          letter-spacing: .1rem; }
    .st-header__nav li .is-off {
      border-bottom: solid 1px #000000; }
  .st-header__nav a {
    position: relative;
    transition: .3s; }
    .st-header__nav a:hover {
      color: #76BE37; }
    .st-header__nav a img {
      display: inline-block;
      width: 18px;
      height: auto;
      margin-top: -4px; }

.st-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 80px;
  text-align: center;
  background-color: #FFFFFF; }
  @media screen and (max-width: 767px) {
    .st-footer {
      flex-direction: column-reverse;
      justify-content: center;
      padding: 40px 20px 80px; } }

.st-footer__copyright small {
  font-family: "Lato";
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: .06rem;
  line-height: 2.8rem;
  color: #999999; }
  @media screen and (max-width: 767px) {
    .st-footer__copyright small {
      display: block;
      margin-top: 20px; } }

.st-footer__sns ul {
  display: flex;
  align-items: center; }

.st-footer__sns li {
  margin-left: 16px; }
  @media screen and (max-width: 767px) {
    .st-footer__sns li {
      margin: 0 10px; } }

.st-footer__sns span {
  display: block;
  font-family: "Lato";
  font-size: 1.4rem;
  font-weight: bold;
  line-height: .14rem;
  color: #757575; }

.st-footer__sns a {
  display: block; }

.st-footer__sns img {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-top: -2px; }

.st-menu {
  visibility: hidden;
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 10vw;
  background-color: #245106;
  transition: .3s;
  opacity: 0; }
  .st-menu.is-open {
    visibility: visible;
    opacity: 1; }

.st-menu__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%; }

.st-menu-toggle {
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  height: 110px;
  width: 110px;
  transition: .3s; }
  .st-menu-toggle.if-scroll {
    height: 75px; }
  @media screen and (max-width: 767px) {
    .st-menu-toggle {
      display: flex;
      height: 60px;
      width: 60px;
      margin-right: 7px; }
      .st-menu-toggle.if-scroll {
        height: 60px; } }

.st-menu-toggleInner {
  position: relative;
  top: -3px;
  height: 24px;
  width: 28px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .st-menu-toggleInner {
      top: -1px;
      height: 22px;
      width: 22px; } }
  .st-menu-toggleInner span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    margin: 0 auto;
    background: #000000;
    transition: .2s; }
    @media screen and (max-width: 767px) {
      .st-menu-toggleInner span {
        width: 28px;
        background: #000000; } }
    .st-menu-toggleInner span:before, .st-menu-toggleInner span:after {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      height: 1px;
      background: #000000;
      transition: .3s; }
      @media screen and (max-width: 767px) {
        .st-menu-toggleInner span:before, .st-menu-toggleInner span:after {
          width: 28px;
          background: #000000; } }
    @media screen and (max-width: 767px) {
      .st-menu-toggleInner span:before {
        margin-top: -9px; } }
    @media screen and (max-width: 767px) {
      .st-menu-toggleInner span:after {
        margin-top: 7px; } }
    .st-menu-toggleInner span.is-nothero {
      background: #000000; }
      .st-menu-toggleInner span.is-nothero:before, .st-menu-toggleInner span.is-nothero:after {
        background: #000000; }
  .st-menu-toggleInner.if-front span {
    background: #ffffff; }
    .st-menu-toggleInner.if-front span:before, .st-menu-toggleInner.if-front span:after {
      background: #ffffff; }
  .st-menu-toggleInner.is-open span {
    background: transparent; }
    .st-menu-toggleInner.is-open span:before, .st-menu-toggleInner.is-open span:after {
      width: 28px;
      margin-top: 0;
      background: #FFFFFF; }
    .st-menu-toggleInner.is-open span:before {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    .st-menu-toggleInner.is-open span:after {
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg); }
    .st-menu-toggleInner.is-open span.is-nothero {
      background: transparent; }
      .st-menu-toggleInner.is-open span.is-nothero:before, .st-menu-toggleInner.is-open span.is-nothero:after {
        background: #FFFFFF; }

.st-menu__nav {
  display: flex;
  align-items: center;
  width: 100%; }
  .st-menu__nav ul {
    width: 100%; }
  .st-menu__nav li {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    transition: .8s;
    transition-delay: .3s;
    opacity: 0; }
    .st-menu__nav li:first-of-type {
      margin-top: 0; }
    .st-menu__nav li:nth-of-type(1) {
      transform: translate(-30px, -10px) rotate(-1deg); }
    .st-menu__nav li:nth-of-type(2) {
      transform: translate(-60px, -10px) rotate(-1deg); }
    .st-menu__nav li:nth-of-type(3) {
      transform: translate(-90px, -10px) rotate(-1deg); }
    .st-menu__nav li:nth-of-type(4) {
      transform: translate(-120px, -10px) rotate(-1deg); }
  .is-open .st-menu__nav li {
    opacity: 1;
    transform: translate(0) rotate(0); }
  .st-menu__nav span {
    margin-top: 12px;
    margin-right: 22px;
    padding-bottom: 10px;
    font-family: "Lato";
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    color: #FFFFFF;
    letter-spacing: .1rem;
    border-bottom: solid 1px #FFFFFF; }
  .st-menu__nav a {
    display: block;
    position: relative;
    width: 100%;
    font-size: 2.5rem;
    color: #FFFFFF;
    line-height: 1.8; }

.st-menu__language {
  position: absolute;
  top: 20px;
  left: 40px;
  color: #FFFFFF;
  font-size: 1.5rem; }
  .st-menu__language a {
    color: #FFFFFF; }
  .st-menu__language span.is-ff_lato {
    font-family: "Lato";
    font-weight: bold;
    letter-spacing: .1rem; }
  .st-menu__language span.is-off {
    border-bottom: solid 1px #FFFFFF; }

.st-menu__sns {
  display: flex;
  position: absolute;
  top: 21px;
  left: 160px; }
  .st-menu__sns li {
    margin-right: 12px; }
  .st-menu__sns img {
    display: inline-block;
    width: 18px;
    height: auto;
    margin-top: -2px; }
  .st-menu__sns i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    color: #FFFFFF;
    font-size: 1.6rem;
    border-radius: 12px;
    overflow: hidden; }
    .st-menu__sns i.fa-facebook-f {
      font-size: 1.3rem;
      background-color: #3b5998; }
      .st-menu__sns i.fa-facebook-f:before {
        position: relative;
        top: 3px;
        left: 3px;
        font-size: 18px; }
    .st-menu__sns i.fa-instagram {
      background: #BC1888;
      background: -webkit-linear-gradient(to right, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
      background: linear-gradient(to right, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%); }

.st-menu__button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  margin-top: 40px;
  padding: 0 20px;
  color: #FFFFFF;
  font-size: 1.6rem;
  background-color: #86dc00;
  transition: .8s;
  transition-delay: .3s;
  transform: translate(-150px, -10px) rotate(-1deg);
  opacity: 0; }
  .st-menu__button img {
    position: absolute;
    top: -2px;
    bottom: 0;
    right: 20px;
    width: 16px;
    margin: auto;
    margin-left: 8px; }
  .is-open .st-menu__button {
    opacity: 1;
    transform: translate(0) rotate(0); }

.st-onlineshop {
  display: none;
  z-index: 9000;
  position: fixed;
  top: 0;
  right: 0; }
  @media screen and (max-width: 767px) {
    .st-onlineshop {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 60px;
      width: 60px; }
      .st-onlineshop i {
        font-size: 3rem;
        color: #212121; }
      .st-onlineshop p {
        margin-top: 2px;
        font-family: "Lato";
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: .1rem;
        line-height: 1;
        color: #212121; } }

.sw-button {
  display: block;
  position: relative;
  padding: 15px 25px;
  text-align: center;
  border: solid 1px #000000;
  transition: .3s; }
  .sw-button:hover img {
    transform: translateX(6px); }
  .sw-button img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 16px;
    height: 5px;
    margin: auto;
    transition: .3s; }

.sw-heading {
  position: relative;
  padding-top: 50px;
  padding-right: 34px; }
  @media screen and (max-width: 767px) {
    .sw-heading {
      padding-right: 0; } }

.sw-heading__en {
  position: absolute;
  top: 0;
  right: 0; }
  .sw-heading__en span {
    position: absolute;
    right: 0;
    display: inline-block;
    font-family: "Lato"; }
    .sw-heading__en span:nth-of-type(1) {
      font-size: 1rem;
      font-weight: bold;
      letter-spacing: .1rem; }
      .sw-heading__en span:nth-of-type(1):after {
        content: '';
        position: absolute;
        top: 24px;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #000000; }
    .sw-heading__en span:nth-of-type(2) {
      top: 52px;
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.2;
      letter-spacing: .08rem;
      color: #999999;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      white-space: nowrap; }

.sw-heading__ja img {
  width: 77px; }
  @media screen and (max-width: 767px) {
    .sw-heading__ja img.if-pc {
      display: none; } }
  .sw-heading__ja img.if-sp {
    display: none; }
    @media screen and (max-width: 767px) {
      .sw-heading__ja img.if-sp {
        display: block; } }
  .sw-heading__ja img.if-3_line {
    width: 109px; }

.sw-heading__ja.if-1_line img {
  width: 30px; }

.front-hero {
  z-index: 0;
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin-top: 80px;
  background-image: url(assets/img/front/hero-bg-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media screen and (max-width: 767px) {
    .front-hero {
      height: auto;
      min-height: calc(100vh - 60px);
      margin-top: 60px;
      background-image: url(assets/img/front/hero-bg-3-sp.jpg); } }

.front-hero__heading {
  position: absolute;
  top: 230px;
  left: 80px;
  /*height: 480px;*/
  margin: auto;
  font-size: 1.8rem;
  font-weight: normal;
  color: #FFFFFF;
  letter-spacing: .1rem;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.6); }
  @media screen and (max-width: 767px) {
    .front-hero__heading {
      top: 170px;
      left: 0;
      width: 100%;
      padding: 0 20px;
      height: 50px;
      font-size: 4.7vw; } }

.front-hero__scroll {
  display: none; }
  @media screen and (max-width: 767px) {
    .front-hero__scroll {
      display: inline-block;
      position: absolute;
      bottom: 30px;
      left: 0;
      right: 0;
      width: 100%;
      text-align: center; }
      .front-hero__scroll p {
        font-family: "Lato";
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: .08rem;
        color: #FFFFFF; }
      .front-hero__scroll img {
        width: 16px;
        height: 30px; }
      .front-hero__scroll i {
        color: #FFFFFF; } }

.front-about {
  padding-top: 100px; }
  @media screen and (max-width: 767px) {
    .front-about {
      padding-top: 80px; } }

.front-about__wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .front-about__wrap {
      flex-direction: column;
      align-items: center; } }

.front-about__text {
  padding-top: 45px; }
  @media screen and (max-width: 767px) {
    .front-about__text {
      width: 100%;
      padding: 0 10vw 30px; } }
  .front-about__text p {
    font-size: 1.8rem;
    line-height: 2.6; }

.front-about__teas {
  display: block;
  margin-top: 150px;
  transition: .3s; }
  @media screen and (max-width: 767px) {
    .front-about__teas {
      margin-top: 50px; } }
  .front-about__teas:hover {
    opacity: .8; }
  .front-about__teas ul, .front-about__teas li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .front-about__teas li {
    height: 300px; }
  .front-about__teas img {
    width: auto;
    height: 100%; }

.front-company {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .front-company {
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 30px; } }

.front-company__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 750px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .front-company__wrap {
      flex-direction: column;
      align-items: center; } }
  .front-company__wrap .sw-heading {
    left: -60px; }
    @media screen and (max-width: 767px) {
      .front-company__wrap .sw-heading {
        left: inherit; } }

.front-company__contents {
  width: 600px;
  margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .front-company__contents {
      width: 100%;
      margin-top: 50px;
      padding: 0 10vw; } }

.front-company__lists li {
  display: flex;
  padding: 12px 0;
  border-bottom: solid 1px #E0E0E0; }
  .front-company__lists li.is-map br {
    display: none; }
    @media screen and (max-width: 767px) {
      .front-company__lists li.is-map br {
        display: block; } }
  .front-company__lists li.is-map p:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .front-company__lists li.is-map p:nth-of-type(2) {
        align-items: flex-start;
        flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .front-company__lists li p {
      font-size: 1.2rem; } }
  .front-company__lists li p:nth-of-type(1) {
    width: 140px; }
    @media screen and (max-width: 767px) {
      .front-company__lists li p:nth-of-type(1) {
        width: 110px; } }
  .front-company__lists li p:nth-of-type(2) {
    flex: 1; }
    .front-company__lists li p:nth-of-type(2) br {
      display: none; }
      @media screen and (max-width: 767px) {
        .front-company__lists li p:nth-of-type(2) br {
          display: block; } }
    @media screen and (max-width: 767px) {
      .front-company__lists li p:nth-of-type(2) span {
        display: none; } }
    .front-company__lists li p:nth-of-type(2) iframe {
      display: block;
      width: 100%;
      margin-top: 8px; }
      @media screen and (max-width: 767px) {
        .front-company__lists li p:nth-of-type(2) iframe {
          height: 180px; } }
  .front-company__lists li a.is-link {
    text-decoration: underline;
    color: #1aafd0; }
  .front-company__lists li .sw-button {
    width: 100px;
    margin-left: 20px;
    padding: 6px;
    color: #000000;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
    border-color: #E0E0E0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 767px) {
      .front-company__lists li .sw-button {
        width: 100%;
        margin-top: 8px;
        margin-left: 0; } }

.front-company__buttons {
  margin-top: 50px; }
  .front-company__buttons ul {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .front-company__buttons ul {
        flex-direction: column; } }
  .front-company__buttons li {
    width: calc(100% / 2 - 10px); }
    @media screen and (max-width: 767px) {
      .front-company__buttons li {
        width: 100%; }
        .front-company__buttons li:nth-of-type(2) {
          margin-top: 20px; } }

.front-company__img {
  position: absolute;
  bottom: 300px;
  left: -350px;
  width: 600px; }
  @media screen and (max-width: 767px) {
    .front-company__img {
      display: none; } }

.front-oem {
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding-top: 80px; }
  @media screen and (max-width: 767px) {
    .front-oem {
      padding-top: 30px;
      margin-top: 40px; } }

.front-oem__bg {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -200px; }
  @media screen and (max-width: 767px) {
    .front-oem__bg {
      background-position: center -60px; } }

.front-oem__wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin: 80px auto 0;
  padding-top: 80px; }
  @media screen and (max-width: 767px) {
    .front-oem__wrap {
      flex-direction: column;
      align-items: center;
      padding-top: 30px;
      margin-top: 40px; } }

.front-oem__units {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 880px; }
  @media screen and (max-width: 767px) {
    .front-oem__units {
      width: 100%;
      padding: 0 10vw; } }

.front-oem__unit {
  width: calc(100% / 2 - 40px);
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .front-oem__unit {
      width: 100%;
      margin-top: 40px; } }
  .front-oem__unit:nth-of-type(1), .front-oem__unit:nth-of-type(2) {
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .front-oem__unit:nth-of-type(1), .front-oem__unit:nth-of-type(2) {
        margin-top: 40px; } }
  .front-oem__unit h3 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: normal; }
    .front-oem__unit h3:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #BDBDBD; }
  .front-oem__unit p {
    line-height: 2.4; }
    @media screen and (max-width: 767px) {
      .front-oem__unit p {
        text-align: justify;
        text-justify: inter-ideograph; } }

.front-oem__img {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 600px; }
  .front-oem__img.if-pc {
    display: block; }
    @media screen and (max-width: 767px) {
      .front-oem__img.if-pc {
        display: none; } }
  .front-oem__img.if-sp {
    display: none; }
    @media screen and (max-width: 767px) {
      .front-oem__img.if-sp {
        display: block; } }
  @media screen and (max-width: 767px) {
    .front-oem__img {
      bottom: -260px;
      width: 100%; } }

.front-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(100% - 160px);
  height: 400px;
  margin: 390px auto 0;
  background-color: #40640f;
  transition: .5s; }
  @media screen and (max-width: 767px) {
    .front-contact {
      width: calc(100% - 20vw);
      height: 330px;
      margin-top: 330px; } }
  .front-contact .sw-heading {
    margin-left: 32px;
    padding-top: 0; }
    @media screen and (max-width: 767px) {
      .front-contact .sw-heading {
        margin-left: 0; } }
  .front-contact .sw-heading__en span:nth-of-type(2) {
    color: #FFFFFF;
    opacity: .5; }

.front-contact__arrow {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 16px;
  margin: auto;
  color: #FFFFFF;
  transition: .3s; }
  @media screen and (max-width: 767px) {
    .front-contact__arrow {
      bottom: 40px; } }
  .front-contact:hover .front-contact__arrow {
    transform: translateX(6px); }

.u-container-base {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto; }

.u-align-center {
  text-align: center; }

.u-align-left {
  text-align: left; }

.u-align-right {
  text-align: right; }

.u-margin-top-xs {
  margin-top: 5px !important; }

.u-margin-top-sm {
  margin-top: 15px !important; }

.u-margin-top-md {
  margin-top: 30px !important; }

.u-margin-top-lg {
  margin-top: 45px !important; }

.u-margin-top-xl {
  margin-top: 60px !important; }

.u-margin-right-xs {
  margin-right: 5px !important; }

.u-margin-right-sm {
  margin-right: 15px !important; }

.u-margin-right-md {
  margin-right: 30px !important; }

.u-margin-right-lg {
  margin-right: 45px !important; }

.u-margin-right-xl {
  margin-right: 60px !important; }

.u-margin-bottom-xs {
  margin-bottom: 5px !important; }

.u-margin-bottom-sm {
  margin-bottom: 15px !important; }

.u-margin-bottom-md {
  margin-bottom: 30px !important; }

.u-margin-bottom-lg {
  margin-bottom: 45px !important; }

.u-margin-bottom-xl {
  margin-bottom: 60px !important; }

.u-margin-left-xs {
  margin-left: 5px !important; }

.u-margin-left-sm {
  margin-left: 15px !important; }

.u-margin-left-md {
  margin-left: 30px !important; }

.u-margin-left-lg {
  margin-left: 45px !important; }

.u-margin-left-xl {
  margin-left: 60px !important; }

.u-padding-top-xs {
  padding-top: 5px !important; }

.u-padding-top-sm {
  padding-top: 15px !important; }

.u-padding-top-md {
  padding-top: 30px !important; }

.u-padding-top-lg {
  padding-top: 45px !important; }

.u-padding-top-xl {
  padding-top: 60px !important; }

.u-padding-right-xs {
  padding-right: 5px !important; }

.u-padding-right-sm {
  padding-right: 15px !important; }

.u-padding-right-md {
  padding-right: 30px !important; }

.u-padding-right-lg {
  padding-right: 45px !important; }

.u-padding-right-xl {
  padding-right: 60px !important; }

.u-padding-bottom-xs {
  padding-bottom: 5px !important; }

.u-padding-bottom-sm {
  padding-bottom: 15px !important; }

.u-padding-bottom-md {
  padding-bottom: 30px !important; }

.u-padding-bottom-lg {
  padding-bottom: 45px !important; }

.u-padding-bottom-xl {
  padding-bottom: 60px !important; }

.u-padding-left-xs {
  padding-left: 5px !important; }

.u-padding-left-sm {
  padding-left: 15px !important; }

.u-padding-left-md {
  padding-left: 30px !important; }

.u-padding-left-lg {
  padding-left: 45px !important; }

.u-padding-left-xl {
  padding-left: 60px !important; }

.u-fontsize-xs {
  font-size: 1rem !important; }

.u-fontsize-sm {
  font-size: 1.2rem !important; }

.u-fontsize-md {
  font-size: 1.5rem !important; }

.u-fontsize-lg {
  font-size: 1.8rem !important; }

.u-fontsize-xl {
  font-size: 2.6rem !important; }

.u-fontweight-lighter {
  font-weight: lighter !important; }

.u-fontweight-normal {
  font-weight: normal !important; }

.u-fontweight-bold {
  font-weight: bold !important; }

.u-heading-xs {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2rem;
  letter-spacing: 0.1rem; }

.u-heading-sm {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.4rem;
  letter-spacing: 0.1rem; }

.u-heading-md {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.8rem;
  letter-spacing: 0.1rem; }

.u-heading-lg {
  font-size: 2rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0.2rem; }

.u-heading-xl {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 5.2rem;
  letter-spacing: 0.2rem; }

.u-color-main {
  color: #000000; }

.u-color-sub {
  color: #ffffff; }

.u-color-white {
  color: #FFFFFF; }

.u-color-black {
  color: #000000; }

.u-color-text {
  color: #212121; }

.u-wrap-xs {
  width: 100%;
  max-width: 200px;
  margin: auto; }

.u-wrap-sm {
  width: 100%;
  max-width: 400px;
  margin: auto; }

.u-wrap-md {
  width: 100%;
  max-width: 600px;
  margin: auto; }

.u-wrap-lg {
  width: 100%;
  max-width: 800px;
  margin: auto; }

.u-wrap-xl {
  width: 100%;
  max-width: 1000px;
  margin: auto; }

@media screen and (min-width: 1281px) {
  .u-display-pc {
    display: block !important; } }

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

@media screen and (min-width: 1281px) {
  .u-display-tl {
    display: none; } }

@media screen and (max-width: 1280px) {
  .u-display-tl {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .u-display-tl {
    display: none; } }

.u-display-sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .u-display-sp {
      display: block !important; } }

.u-fadein {
  opacity: 0;
  transition: 1.4s; }
  .u-fadein.to-top {
    transform: translateY(50px);
    -webkit-transform: translateY(50px); }
  .u-fadein.to-bottom {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px); }
  .u-fadein.to-left {
    transform: translateX(50px);
    -webkit-transform: translateX(50px); }
  .u-fadein.to-right {
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px); }
  .u-fadein.is-active {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

.u-fadein-first,
.u-fadein-second,
.u-fadein-third {
  opacity: 0;
  transition: 1.4s; }
  .u-fadein-first.to-top,
  .u-fadein-second.to-top,
  .u-fadein-third.to-top {
    transform: translateY(50px);
    -webkit-transform: translateY(50px); }
  .u-fadein-first.to-bottom,
  .u-fadein-second.to-bottom,
  .u-fadein-third.to-bottom {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px); }
  .u-fadein-first.to-left,
  .u-fadein-second.to-left,
  .u-fadein-third.to-left {
    transform: translateX(50px);
    -webkit-transform: translateX(50px); }
  .u-fadein-first.to-right,
  .u-fadein-second.to-right,
  .u-fadein-third.to-right {
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px); }
  .u-fadein-first.is-active,
  .u-fadein-second.is-active,
  .u-fadein-third.is-active {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

.u-fadein-fourth {
  opacity: 0;
  transition: .8s;
  transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px); }
  .u-fadein-fourth.is-active {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
    
    
    
#index_news{
background-color: #044422;
color: #FFF;

}
#index_news .inner{
width: 980px;
margin-left: auto;
margin-right: auto;
padding: 20px;
}
#index_news .inner .ttl{
float: left;
width: 120px;
}
#index_news .inner dl{
float: left;
width: 760px;
font-size: 14px;
}
#index_news .inner dl dt{
float: left;
width: 100px;
}
#index_news .inner a{
color: #FFF
}
#index_news .inner a:hover{
text-decoration: underline
}
#index_news .inner .more{
text-align: right;
font-size: 12px;
}
 @media screen and (max-width: 767px) {
 #index_news{
background-color: #044422;
color: #FFF;
}
#index_news .inner{
width: 90%;
margin-left: auto;
margin-right: auto;
padding: 0px;
padding-top: 15px;
padding-bottom: 15px;
}
#index_news .inner .ttl{
float: none;
width: auto;
margin-bottom: 20px;
}
#index_news .inner dl{
float: none;
width: auto;
font-size: 14px;
}
#index_news .inner dl dt{
float: none;
width: auto;
font-size: 11px;
}
#index_news .inner a{
color: #FFF
}
#index_news .inner a:hover{
text-decoration: underline
}
#index_news .inner .more{
text-align: right;
font-size: 12px;
}
#index_news .inner dl dd{
    border-bottom: 1px solid #466454;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#news_head{
padding-top: 60px;
}
#news_head h1{
text-align: center
}
}
