/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 29 2021 | 19:16:59 */
@charset "UTF-8";

/* ============================================
  font
============================================ */
@import url('//fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}





/*------------------------
  default css reset
------------------------*/

.site-footer {
  display: none;
}

body, h1, .entry-title a, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}
body {
  min-width: 0 !important;
}
.es-container.page-header {
	display: none;
}
.es-separate-container #primary,
.es-separate-container #secondary {
	padding-bottom: 0;
}
.es-container {
	max-width: 100%;
	padding: 0;
}
.entry-content p {
  margin: 0;
}
.entry-content h2::after {
  content: none;
}
.es_new_block.vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.es_new_block figure img.ofi {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.es_grid_advlist .es_new_block_name_wrap {
  font-size: 150%;
  padding: 5px 0;
}
.es_grid_advlist p.has-icon {
  font-size: 130%;
  margin-top: 7px;
}
.es_grid_advlist .salespoint p {
  font-size: 130%;
  line-height: 1.5;
}
.es_grid_advlist span[class^="icon-"] {
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .es_grid_advlist .es_new_block_name_wrap {
    font-size: 120%;
    padding: 5px 0;
  }
  .es_grid_advlist p.has-icon {
    font-size: 110%;
    margin-top: 7px;
  }
  .es_grid_advlist .salespoint p {
    font-size: 110%;
    line-height: 1.5;
  }
}
@media (min-width: 481px) {
  #content .has-4-columns > * {
    width: calc(25% - 10px);
  }

  .site-content a:hover img {
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}

.entry-content h2::after, .editor-styles-wrapper .block-editor-block-list__layout h2::after {
  margin: inherit;
}

@media (max-width: 768px) {
  .es-separate-container #content .es-container {
      padding-left: 0;
      padding-right: 0;
  }

  footer .rights > p {
    margin: 0;
  }
  .site-footer {
    display: none;
  }

  .row>[class^=col-] {
    margin: auto;
  }

  p.aside::before, ul.aside > li::before {
    content: none;
  }
}


@media screen and (max-width: 767px) {
  .entry-content > * {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .es_new_block.vertical-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .has-4-columns > * {
    width: calc(50% - 5px);
  }
}

/* ============================================
  共通
============================================ */

html {
  overflow-x: hidden;
  font-size: 62.5% !important;
}

html body {
  font-family: 'DM Sans', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #30333b;
  font-size: 1.8rem;
  line-height: 2;
  font-style: normal;
  letter-spacing: 0.02em;
  height: 100%;
  min-width: 1150px !important;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:visited,
a:hover {
  color: inherit;
  outline: none;
  border: none;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}
img[src$=".svg"] {
  width: 100%;
}

/* img object fit
--------------------------------- */
img.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.ofi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


/* slick
--------------------------------- */
.slick-slide {
  outline: none;
}

/* pc sp
--------------------------------- */
.pc {
  display: block;
}
.sp {
  display: none;
}
.sp-min {
  display: none;
}
br.pc {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .pc, br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .sp-min {
    display: block;
  }
  br.sp-min {
    display: inline-block;
  }
}

/* flex
--------------------------------- */
#page .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
}
#page .flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}
#page .flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}
#page .flex-around {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content:         space-around;
}



/* container
--------------------------------- */
#page .container {
  max-width: 1380px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
#page .container-md {
  max-width: 990px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}


/* margin padding
--------------------------------- */
#page .mt10 { margin-top: 1rem; }
#page .mt20 { margin-top: 2rem; }
#page .mt30 { margin-top: 3rem; }
#page .mt40 { margin-top: 4rem; }
#page .mt50 { margin-top: 5rem; }
#page .mt60 { margin-top: 6rem; }
#page .mt70 { margin-top: 7rem; }
#page .mt80 { margin-top: 8rem; }
#page .mt90 { margin-top: 9rem; }
#page .mt100 { margin-top: 10rem; }

#page .mb10 { margin-bottom: 1rem; }
#page .mb20 { margin-bottom: 2rem; }
#page .mb30 { margin-bottom: 3rem; }
#page .mb40 { margin-bottom: 4rem; }
#page .mb50 { margin-bottom: 5rem; }
#page .mb60 { margin-bottom: 6rem; }
#page .mb70 { margin-bottom: 7rem; }
#page .mb80 { margin-bottom: 8rem; }
#page .mb90 { margin-bottom: 9rem; }
#page .mb100 { margin-bottom: 10rem; }

#page .pt10 { padding-top: 1rem; }
#page .pt20 { padding-top: 2rem; }
#page .pt30 { padding-top: 3rem; }
#page .pt40 { padding-top: 4rem; }
#page .pt50 { padding-top: 5rem; }
#page .pt60 { padding-top: 6rem; }
#page .pt70 { padding-top: 7rem; }
#page .pt80 { padding-top: 8rem; }
#page .pt90 { padding-top: 9rem; }
#page .pt100 { padding-top: 10rem; }

#page .pb10 { padding-bottom: 1rem; }
#page .pb20 { padding-bottom: 2rem; }
#page .pb30 { padding-bottom: 3rem; }
#page .pb40 { padding-bottom: 4rem; }
#page .pb50 { padding-bottom: 5rem; }
#page .pb60 { padding-bottom: 6rem; }
#page .pb70 { padding-bottom: 7rem; }
#page .pb80 { padding-bottom: 8rem; }
#page .pb90 { padding-bottom: 9rem; }
#page .pb100 { padding-bottom: 10rem; }


/* scrollバー
--------------------------------- */
/*
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  box-shadow: none;
  background: #006342;
}
*/


/* font
--------------------------------- */
#page .color-red {
  color: #880000;
}

#page .font-libre {
  font-family: 'Libre Baskerville', serif;
}
#page .font-bold {
  font-weight: bold;
}
#page .font-bold-500 {
  font-weight: 500;
}
#page .text-center {
  text-align: center;
}
#page .text-underline {
  text-decoration: underline;
}

#page .marker {
  background: linear-gradient(transparent 60%, #ffee19 60%);
}



/* background
--------------------------------- */
#page .bg-gray {
  background: #f2f2f2;
}
#page .bg-gray-02 {
  background: #e5e1e1;
}

/* icon
--------------------------------- */


/* inview
--------------------------------- */
#page .js-inview {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#page .js-inview_fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
          transition-delay: 0.2s;
}
#page .js-inview_top {
  opacity: 0;
  position: relative;
  top: 30px;
  -webkit-transition: opacity 1.5s, top 1.5s;
          transition: opacity 1.5s, top 1.5s;
          transition-delay: 0.2s;
}
#page .js-inview_fadeIn.js-inview_view {
  opacity: 1;
}
#page .js-inview_top.js-inview_view {
  opacity: 1;
  top: 0;
}

#page .js-inview_list .inview_fadeIn_item {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
          transition-delay: 0.2s;
}
#page .js-inview_list .inview_top_item {
  opacity: 0;
  position: relative;
  top: 30px;
  -webkit-transition: opacity 1.5s, top 1.5s;
          transition: opacity 1.5s, top 1.5s;
          transition-delay: 0.2s;
}
#page .js-inview_list .inview_fadeIn_item.js-inview_view {
  opacity: 1;
}
#page .js-inview_list .inview_top_item.js-inview_view {
  opacity: 1;
  top: 0;
}


/* delay
--------------------------------- */
#page .delay0 {
  transition-delay: 0s !important;
}
#page .delay1 {
  transition-delay: 0.2s !important;
}
#page .delay2 {
  transition-delay: 0.4s !important;
}
#page .delay3 {
  transition-delay: 0.6s !important;
}

/* svg
--------------------------------- */
#page .cls-1 {fill:#fff;}

#page .svg-include svg {
  width: 100%;
  height: auto;
}



@media only screen and (max-width: 767px) {

  html body {
    min-width: 100% !important;
    font-size: 1.6rem !important;
  }


  /* margin padding
  --------------------------------- */
  #page .mt10 { margin-top: 1rem; }
  #page .mt20 { margin-top: 2rem; }
  #page .mt30 { margin-top: calc(3rem / 1.2); }
  #page .mt40 { margin-top: calc(4rem / 1.5); }
  #page .mt50 { margin-top: calc(5rem / 1.5); }
  #page .mt60 { margin-top: calc(6rem / 1.5); }
  #page .mt70 { margin-top: calc(7rem / 1.8); }
  #page .mt80 { margin-top: calc(8rem / 1.8); }
  #page .mt90 { margin-top: calc(9rem / 2); }
  #page .mt100 { margin-top: calc(10rem / 2); }

  #page .mb10 { margin-bottom: 1rem; }
  #page .mb20 { margin-bottom: 2rem; }
  #page .mb30 { margin-bottom: calc(3rem / 1.2); }
  #page .mb40 { margin-bottom: calc(4rem / 1.5); }
  #page .mb50 { margin-bottom: calc(5rem / 1.5); }
  #page .mb60 { margin-bottom: calc(6rem / 1.5); }
  #page .mb70 { margin-bottom: calc(7rem / 1.8); }
  #page .mb80 { margin-bottom: calc(8rem / 1.8); }
  #page .mb80 { margin-bottom: calc(9rem / 2); }
  #page .mb80 { margin-bottom: calc(10rem / 2); }

  #page .pt10 { padding-top: 1rem; }
  #page .pt20 { padding-top: 2rem; }
  #page .pt30 { padding-top: calc(3rem / 1.2); }
  #page .pt40 { padding-top: calc(4rem / 1.5); }
  #page .pt50 { padding-top: calc(5rem / 1.5); }
  #page .pt60 { padding-top: calc(6rem / 1.5); }
  #page .pt70 { padding-top: calc(7rem / 1.8); }
  #page .pt80 { padding-top: calc(8rem / 1.8); }
  #page .pt90 { padding-top: calc(9rem / 2); }
  #page .pt100 { padding-top: calc(10rem / 2); }

  #page .pb10 { padding-bottom: 1rem; }
  #page .pb20 { padding-bottom: 2rem; }
  #page .pb30 { padding-bottom: calc(3rem / 1.2); }
  #page .pb40 { padding-bottom: calc(4rem / 1.5); }
  #page .pb50 { padding-bottom: calc(5rem / 1.5); }
  #page .pb60 { padding-bottom: calc(6rem / 1.5); }
  #page .pb70 { padding-bottom: calc(7rem / 1.8); }
  #page .pb80 { padding-bottom: calc(8rem / 1.8); }
  #page .pb90 { padding-bottom: calc(9rem / 2); }
  #page .pb100 { padding-bottom: calc(10rem / 2); }


}


/* ============================================
  parts
============================================ */

/* btn
--------------------------------- */
#page .btn-more a {
  display: inline-block;
  background: #006342;
  border-radius: 50px;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  padding: 20px 100px;
  position: relative;
  transition: opacity .2s;
}
#page .btn-more a:hover {
  opacity: 0.7;
}
#page .btn-more .arw::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-style: none solid solid none;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -2px;
}
#page .btn-more .center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#page .btn-more .more {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin: 0 0.5em;
}
#page .btn-more .text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin: 0 0.5em;
}


#page .btn-bknsearch a,
#page .btn-bkncontact a {
  color: #fff;
  background: #006342;
  padding: 50px 10px;
  line-height: 1.4;
  transition: opacity .2s;

  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#page .btn-bknsearch a:hover,
#page .btn-bkncontact a:hover {
  opacity: 0.7;
}
#page .btn-bknsearch .icon_search {
  display: inline-block;
  margin-right: 20px;
  width: 35px;
  height: 35px;
  background: url("/wp-content/uploads/sites/535/2021/10/icon_search_wht.png") no-repeat left center / 100% auto;
}
#page .btn-bkncontact .icon_mail {
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 33px;
  background: url("/wp-content/uploads/sites/535/2021/10/icon_mail_wht_02.png") no-repeat left center / 100% auto;
}
#page .btn-bknsearch .text-ja,
#page .btn-bkncontact .text-ja {
  font-size: 2.4rem;
  font-weight: bold;
}
#page .btn-bknsearch .text-en,
#page .btn-bkncontact .text-en {
  font-size: 1.9rem;
  margin-top: 10px;
}
#page .btn-bknsearch .text-en.border,
#page .btn-bkncontact .text-en.border {
  position: relative;
}
#page .btn-bknsearch .text-en.border::before,
#page .btn-bkncontact .text-en.border::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  margin-top: -1px;
}
#page .btn-bknsearch .text-en.border .bg,
#page .btn-bkncontact .text-en.border .bg {
  position: relative;
  z-index: 1;
  background: #006342;
  display: inline-block;
  padding: 0 10px;
}


/* section__title
--------------------------------- */
#page .section__title {
  font-weight: bold;
  align-items: center;
}
#page .section__title .en {
  color: #006342;
  font-size: 4.5rem;
  line-height: 1.4;
  margin-right: 20px;
}
#page .section__title .ja {
  font-size: 2.5rem;
  line-height: 1.4;
  display: block;
}


@media only screen and (max-width: 767px) {

  /* section__title
  --------------------------------- */
  #page .section__title .en {
    color: #006342;
    font-size: 3rem;
    margin-right: 10px;
  }
  #page .section__title .ja {
    font-size: 1.6rem;
  }


  /* btn
  --------------------------------- */
  #page .btn-more a {
    padding: 20px 10px;
    width: 100%;
  }
  #page .btn-more .more {
    font-size: 1.5rem;
  }
  #page .btn-more .text {
    font-size: 1.5rem;
  }
  #page .btn-more .arw::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }

  #page .btn-bknsearch .text-ja, .btn-bkncontact .text-ja {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
  }
  #page .btn-bkncontact .icon_mail {
    margin-right: 15px;
    width: 30px;
    width: 33px;
  }
  #page .btn-bknsearch .icon_search {
    margin-right: 15px;
    width: 26px;
    height: 35px;
  }
  #page .btn-bknsearch .text-en, .btn-bkncontact .text-en {
    font-size: 1.6rem;
    margin-top: 5px;
  }
  #page .btn-bknsearch a, .btn-bkncontact a {
    padding: 30px 10px;
  }

}


/* ============================================
  header
============================================ */
#page .header {
  width: 100%;
  min-width: 1150px;
  height: 120px;
  background: rgba(255, 255, 255, .9);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  padding: 0 2%;
}
#page .header__inner {
  height: 100%;
  position: relative;
}
#page .header__logo-img {
  width: 73px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -5px;
}
#page .header__logo-text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
}

#page .header__menu {
  width: 100%;
  height: 100%;
  padding: 0 300px 0 340px;
}
#page .header__menu-list {
  height: 100%;
}
#page .header__menu-item {
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}
#page .header__menu-item a {
  display: block;
  padding: 20px;
}
#page .header__menu-item .ja {
  font-size: 1.6rem;
  font-weight: bold;
}
#page .header__menu-item .en {
  color: #006342;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}

#page .header__menu-contact {
  width: 250px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page .header__menu-contact a {
  width: 100%;
  height: 48px;
  background: #006342;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  transition: background .2s;
}
#page .header__menu-contact a:hover {
  background: #0f8f64;
}
#page .header__menu-contact .text {
  font-size: 1.5rem;
  font-weight: bold;
}
#page .header__menu-contact .icon-mail-wht {
  display: inline-block;
  width: 28px;
  margin-right: 10px;
}
/*
#page .header__menu-contact .icon-mail-wht img {
  vertical-align: middle;
}
*/



@media only screen and (min-width: 1380px) and (max-width: 1600px) {

  #page .header__menu {
    padding-right: 220px;
  }
  #page .header__menu-item a {
    padding: 12px;
  }
  #page .header__menu-contact {
    width: 200px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1380px) {

  #page .header__logo-text {
    position: absolute;
    left: 0;
    top: 5px;
    transform: none;
  }
  #page .header__logo-text br {
    display: none;
  }
  #page .header__logo-img {
    margin-top: 10px;
  }
  #page .header__menu {
    padding: 0 220px 0 90px;
  }
  #page .header__menu-item a {
    padding: 12px;
  }
  #page .header__menu-contact {
    width: 200px;
  }

}


@media only screen and (max-width: 767px) {

  #page .header {
    height: 60px;
    min-width: auto;
    padding: 0;
  }
  #page .header__logo-img {
    width: 45px;
    margin-top: 0;
    left: 8px;
  }
  #page .header__logo-text {
    font-size: 1rem;
    line-height: 1.4;
    position: absolute;
    left: 60px;
    margin-top: 0.4em;
    width: 200px;
  }

  #page .header__menu {
    display: none;
    width: 100%;
    height: auto;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 60px;
    background: rgba(255, 255, 255, 0.9);
  }
  #page .header__menu-list {
    display: block;
  }
  #page .header__menu-item a {
    display: inline-block;
    padding: 10px;
  }

  #page .header__menu-contact {
    width: 250px;
    margin: 20px auto;
    position: static;
    transform: translate(0);
  }


  #page .header__btn-menu-text {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    display: block;
    padding-top: 14px;
  }
  #page .header__btn-menu {
    width: 60px;
    height: 100%;
    display: block;
    background: #006342;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101
  }

  #page .header__btn-menu i {
    display: block;
    width: 28px;
    height: 1px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    left: 15px;
    top: 1px;
    margin-top: 0;
    -webkit-transition: .2s background ease;
            transition: .2s background ease;
  }

  #page .header__btn-menu i::before,
  #page .header__btn-menu i::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    line-height: 1;
    border-radius: 3px;
    -webkit-transition: .2s all ease;
            transition: .2s all ease;
  }

  #page .header__btn-menu i::before {
    -webkit-transform: translateY(3px) rotate(0deg);
            transform: translateY(3px) rotate(0deg);
  }

  #page .header__btn-menu i::after {
    -webkit-transform: translateY(-3px) rotate(0deg);
            transform: translateY(-3px) rotate(0deg);
  }

  #page .is-menu--open .header__btn-menu i {
    background: transparent
  }

  #page .is-menu--open .header__btn-menu i::before {
    -webkit-transform: translateY(0px) rotate(20deg);
            transform: translateY(0px) rotate(20deg);
  }

  #page .is-menu--open .header__btn-menu i::after {
    -webkit-transform: translateY(0px) rotate(-20deg);
            transform: translateY(0px) rotate(-20deg);
  }

}


/* ============================================
  footer
============================================ */

#page .footer {
  background: #006342;
  padding: 100px 0 30px;
}
#page .footer__logo {
  width: 270px;
  margin-right: 30px;
}
#page .footer__logo img {
  vertical-align: middle;
}
#page .footer__title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 10px 0 0 0;
}
#page .footer__company-name {
  color: #fff;
  font-size: 1.5rem;
  margin-top: 10px;
}
#page .footer__info {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 40px;
}
#page .footer__info-eigyo {
  margin-top: 10px;
}

#page .footer__contact {
  margin-top: 60px;
}
#page .footer__contact-tel {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 50px;
}
#page .footer__contact-mail {
  width: 270px;
}
#page .footer__contact-mail a {
  width: 100%;
  height: 50px;
  background: #e5e1e1;
  border-radius: 50px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  transition: opacity .2s;
}
#page .footer__contact-mail a:hover {
  opacity: 0.7;
}
#page .footer__contact-mail .icon-mail-blk {
  display: inline-block;
  width: 25px;
  margin-right: 10px;
}
/*
#page .footer__contact-mail .icon-mail-blk img {
  vertical-align: middle;
  margin-top: -3px;
}
*/
#page .footer__contact-mail .text {
  font-size: 1.5rem;
  font-weight: bold;
}

#page .footer__nav {
  color: #fff;
  margin-top: 70px;
  align-items: center;
}
#page .footer__nav-list {
  margin-right: 50px;
}
#page .footer__nav-item {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-right: 30px;
}
#page .footer__nav-item::before {
  content: "＞";
  display: inline-block;
  margin-right: 4px;
}
#page .footer__nav-site-item {
  font-size: 1.4rem;
  font-weight: bold;
}

#page .footer__copyright {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {

  #page .page-bottom-img {
    display: block;
  }

  #page .footer {
    padding: 40px 0 20px;
  }
  #page .footer__logo {
    width: 200px;
    margin-right: 0;
  }

  #page .footer__contact {
    margin-top: 40px;
  }
  #page .footer__contact-tel {
    font-size: 3.4rem;
    margin: 0 auto 20px;;
    text-align: center;
    width: 100%;
  }
  #page .footer__contact-mail {
    margin: auto;
  }

  #page .footer__nav {
    margin-top: 50px;
  }
  #page .footer__nav-item {
    margin: 0 15px 15px 0;
  }

  #page .footer__copyright {
    font-size: 1.2rem;
    margin-top: 40px;
  }
}


