@charset "UTF-8";
/* Scss Document */
@import "normalize.css";
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* 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: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  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;
}

* {
  margin: 0;
  padding: 0;
}

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho";
}

.font_en {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
}

/*=======================================================

    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================

    common

========================================================*/
html {
  font-size: 63.5%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 56.5%;
  }
}

body {
  font-size: 1.5rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #00280a;
  font-family: "Roboto", sans-serif;
}
a {
  transition: all 0.3s ease 0s;
  color: #00280a;
  text-decoration: none;
}
a:hover {
  color: #00280a;
  text-decoration: underline;
}

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

@media screen and (max-width: 1209px) {
  .pc02 {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1210px) {
  .sp02 {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 606px) and (max-width: 767px) {
  .tab {
    display: block !important;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.no_link {
  opacity: 0.3;
  pointer-events: none;
}

.mincho {
  font-family: "Zen Old Mincho", serif;
}

a img {
  transition: all 0.3s ease 0s;
}
a img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.link {
  color: #000;
  text-decoration: none;
}

.mrgT5 {
  margin-top: 5px;
}

.mrgT10 {
  margin-top: 10px;
}

.mrgT15 {
  margin-top: 15px;
}

.mrgT20 {
  margin-top: 20px;
}

.mrgT25 {
  margin-top: 25px;
}

.mrgT30 {
  margin-top: 30px;
}

.mrgT40 {
  margin-top: 40px;
}

.mrgT50 {
  margin-top: 50px;
}

.mrgT60 {
  margin-top: 60px;
}

.mrgT70 {
  margin-top: 70px;
}

.mrgB5 {
  margin-bottom: 5px;
}

.mrgB10 {
  margin-bottom: 10px;
}

.mrgB15 {
  margin-bottom: 15px;
}

.mrgB20 {
  margin-bottom: 20px;
}

.mrgB25 {
  margin-bottom: 25px;
}

.mrgB30 {
  margin-bottom: 30px;
}

.mrgB40 {
  margin-bottom: 40px;
}

.mrgB50 {
  margin-bottom: 50px;
}

.mrgB60 {
  margin-bottom: 60px;
}

.mrgB70 {
  margin-bottom: 70px;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.fontBold {
  font-weight: bold;
}

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

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

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

.f12 {
  font-size: 1.2rem !important;
}

.f14 {
  font-size: 1.4rem;
}

.f16 {
  font-size: 1.6rem;
}

.f18 {
  font-size: 1.8rem;
}

.red {
  color: #e50044;
}

.marker {
  background: linear-gradient(transparent 60%, #ffe800 60%);
  font-weight: bold;
}

/*=======================================================

    header

========================================================*/
@media screen and (max-width: 767px) {
  #container {
    overflow: hidden;
  }
}
#container header {
  padding: 0;
  box-sizing: border-box;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  #container header {
    padding: 0;
  }
}
#container header.is-fixed {
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  animation: nyuru 0.5s;
}
@keyframes nyuru {
  0% {
    margin-top: -158px;
  }
  100% {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  @keyframes nyuru {
    0% {
      margin-top: -78px;
    }
    100% {
      margin-top: 0;
    }
  }
}
#container header.bl .head_inner .nav_wrap .telnum {
  color: #0c1c4d;
}
#container header.bl .head_inner .nav_wrap nav .gnav li {
  border-right: 1px solid #0c1c4d;
}
#container header.bl .head_inner .nav_wrap nav .gnav li a {
  color: #0c1c4d;
}
#container header .head_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 60px 60px 20px;
}
@media screen and (max-width: 1209px) {
  #container header .head_inner {
    padding: 13px;
    position: relative;
    z-index: 1000;
  }
}
#container header .head_inner .nav_wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1209px) {
  #container header .head_inner .nav_wrap nav {
    width: 65%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1101px) {
  #container header .head_inner .nav_wrap nav {
    width: 50%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  #container header .head_inner .nav_wrap nav {
    padding: 10px;
  }
}
#container header .head_inner .nav_wrap nav .gnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 90px;
}
#container header .head_inner .nav_wrap nav .gnav li {
  margin-right: 90px;
  text-align: center;
  position: relative;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
}
#container header .head_inner .nav_wrap nav .gnav li:last-child {
  margin-right: 0;
}
#container header .head_inner .nav_wrap nav .gnav li a {
  position: relative;
}
#container header .head_inner .nav_wrap nav .gnav li a::before {
  position: absolute;
  top: -300%;
  left: 50%;
  content: "";
  width: 1px;
  height: 300%;
  display: block;
  background: #000000;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s;
}
#container header .head_inner .nav_wrap nav .gnav li a:hover {
  text-decoration: none;
}
#container header .head_inner .nav_wrap nav .gnav li a:hover::before {
  transform: scaleY(1);
}
#container .menu-trigger,
#container .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
}
#container .menu-trigger {
  width: 50px;
  height: 50px;
  float: right;
  position: fixed;
  top: 0;
  right: 1%;
  z-index: 9999;
  background: #00280a;
  transform: scale(0.8);
}
#container .menu-trigger span {
  width: 30px;
  height: 3px;
  margin: auto auto auto 10px;
  position: absolute;
  background-color: #fff;
}
#container .menu-trigger span:nth-of-type(1) {
  top: 15px;
}
#container .menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
#container .menu-trigger span:nth-of-type(3) {
  bottom: 15px;
}
#container .menu-trigger {
  padding-right: 20px;
}
#container .menu-trigger.active span {
  background-color: #fff;
}
#container .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
#container .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#container .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}
#container #overlay {
  width: 100%;
  height: 100vh;
  margin: auto;
  padding-top: 20%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  display: none;
  text-align: center;
}
#container #overlay .telnum {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  margin-top: 20px;
}
#container #overlay .telnum span {
  font-size: 1.6rem;
}
#container #overlay ul {
  width: 100%;
  margin: 10px 0;
}
#container #overlay ul li {
  margin: 25px 15px;
  text-align: center;
  line-height: 1.6;
  border: 0;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
}
#container #overlay ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #00280a;
}
#container footer {
  margin-top: 100px;
  padding: 220px 0 30px;
  background: url(../img/common/bg_footer.png) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  #container footer {
    padding: 100px 0 30px;
    margin-top: 30px;
  }
}
#container footer .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #container footer .inner {
    padding: 20px 10px;
    display: block;
    text-align: center;
  }
}
#container footer .inner .nav_wrap {
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #container footer .inner .nav_wrap {
    display: block;
    margin-bottom: 40px;
  }
}
#container footer .inner .nav_wrap .logo {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #container footer .inner .nav_wrap .logo {
    margin: 20px 0;
  }
}
#container footer .inner .nav_wrap nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #container footer .inner .nav_wrap nav {
    display: block;
  }
}
#container footer .inner .nav_wrap nav .gnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #container footer .inner .nav_wrap nav .gnav {
    display: block;
    margin-right: 0;
    text-align: center;
  }
}
#container footer .inner .nav_wrap nav .gnav li {
  margin-right: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  #container footer .inner .nav_wrap nav .gnav li {
    margin: 0 0 20px 0;
  }
}
#container footer .inner .nav_wrap nav .gnav li:last-child {
  margin-right: 0;
}
#container footer .inner .nav_wrap nav .gnav li a {
  display: block;
  text-decoration: none;
  color: #0c1c4d;
}
#container footer .inner .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #container footer .inner .flex {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #container footer .inner .flex .info {
    margin-bottom: 30px;
  }
}
#container footer .inner .flex .info h3 {
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
#container footer .inner .flex .info p {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
#container footer .inner .flex address {
  font-size: 1.2rem;
}

/*=======================================================

    共通レイアウト

========================================================*/
#container img {
  max-width: 100%;
  height: auto;
}
#container .flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #container .flex .box01 {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  #container .flex .box02 {
    order: 2;
  }
}
#container .flex img {
  max-width: 100%;
}
#container #content .pagenavi {
  text-align: center;
  margin: 50px 0 0;
}
@media screen and (max-width: 1101px) {
  #container #content .inner {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
#container #content section p {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#container #content section .inner {
  padding: 50px 0;
}
@media screen and (max-width: 1101px) {
  #container #content section .inner {
    padding: 15px 0;
    box-sizing: border-box;
  }
}
#container .toTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  #container .toTop {
    bottom: 2%;
  }
}
#container .wp-pagenavi a, #container .wp-pagenavi span {
  text-decoration: none;
  border: 0;
  margin: 2px 10px;
  color: #707070;
  font-size: 1.6rem;
  border-radius: 50%;
  width: 40px;
  height: 43px;
  line-height: 43px;
  display: inline-block;
  background: #fff;
  border: 1px solid #444;
}
#container .wp-pagenavi a:hover, #container .wp-pagenavi span.current {
  border-color: #b52e82;
  background: #b52e82;
  color: #fff;
}
#container .wp-pagenavi a.nextpostslink {
  border-radius: 20px;
  font-size: 1.3rem;
  width: auto;
  height: auto;
  padding: 10px 10px;
  line-height: 1.6;
}
#container .wp-pagenavi a.previouspostslink {
  border-radius: 20px;
  font-size: 1.3rem;
  width: auto;
  height: auto;
  padding: 10px 10px;
  line-height: 1.6;
}
#container .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#container .slick-next:before {
  background: url(../img/common/ico_next.svg) !important;
  background-size: contain !important;
}
#container .slick-prev:before {
  background: url(../img/common/ico_prev.svg) !important;
  background-size: contain !important;
}

/*=======================================================

    TOPコンテンツ

========================================================*/
#top #container {
  overflow: hidden;
}
@keyframes transformLeftRight {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(200%);
  }
}
#top #container section .ttl {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#top #container section .ttl .btn {
  margin-left: 30px;
  line-height: 0;
  overflow: hidden;
}
#top #container section .ttl .btn a {
  overflow: hidden;
  position: relative;
  display: block;
}
#top #container section .ttl .btn a::before, #top #container section .ttl .btn a::after {
  content: url(../img/common/btn_arrow.svg);
  position: absolute;
  left: 13px;
  top: 13px;
  transition: left 0.3s ease;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
}
#top #container section .ttl .btn a::after {
  transform: translateX(-200%);
}
#top #container section .ttl .btn a:hover::before {
  animation-name: transformRightLeft;
  animation-delay: 0s;
}
#top #container section .ttl .btn a:hover::after {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}
#top #container section .ttl h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 6rem;
  letter-spacing: 0.05em;
}
#top #container section .ttl02 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#top #container section .ttl02 .btn {
  margin-left: 30px;
  line-height: 0;
  overflow: hidden;
}
#top #container section .ttl02 .btn a {
  overflow: hidden;
  position: relative;
  display: block;
}
#top #container section .ttl02 .btn a::before, #top #container section .ttl02 .btn a::after {
  content: url(../img/common/btn_arrow_w.svg);
  position: absolute;
  left: 13px;
  top: 13px;
  transition: left 0.3s ease;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
}
#top #container section .ttl02 .btn a::after {
  transform: translateX(-200%);
}
#top #container section .ttl02 .btn a:hover::before {
  animation-name: transformRightLeft;
  animation-delay: 0s;
}
#top #container section .ttl02 .btn a:hover::after {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}
#top #container section .ttl02 h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 6rem;
  letter-spacing: 0.05em;
}
#top #container section .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #top #container section .inner {
    padding: 50px 15px;
  }
}
#top #container .siteFadeIn {
  background-color: #fff;
  pointer-events: none;
  filter: opacity(0);
}
#top #container .siteFadeIn.opc {
  filter: opacity(1);
  transition: filter 1s ease-in;
}
#top #container .sec001 {
  position: relative;
}
#top #container .sec001 .fig {
  position: absolute;
  right: 0;
  top: -80%;
}
@media screen and (max-width: 767px) {
  #top #container .sec001 .fig {
    width: 40%;
    top: -20%;
  }
}
#top #container .sec001 .inner .txt {
  margin-bottom: 20px;
}
#top #container .sec002 {
  position: relative;
  margin-bottom: 110px;
}
#top #container .sec002::before {
  content: "";
  background: url(../img/top/bg_story.png) no-repeat center top/cover;
  width: 100%;
  height: 70%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #top #container .sec002::before {
    height: 70%;
  }
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner {
    padding: 60px 0 !important;
  }
}
#top #container .sec002 .inner .flex {
  justify-content: space-between;
  color: #fff;
  align-items: end;
}
#top #container .sec002 .inner .flex .cont {
  color: #fff;
  text-align: right;
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .flex .cont {
    padding-left: 15px;
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    order: 2;
    text-align: left;
    padding: 0 15px;
  }
}
#top #container .sec002 .inner .flex .photo {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 7%;
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .flex .photo {
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
    order: 1;
  }
}
#top #container .sec002 .inner .flex .photo .ttl02 {
  margin-top: 20px;
}
#top #container .sec003 {
  background: #e5e6e0;
  padding: 90px 0;
}
#top #container .sec003 .inner .ttl {
  justify-content: center;
}
#top #container .sec003 .inner .flex {
  justify-content: space-between;
}
#top #container .sec003 .inner .flex li {
  width: calc(33.333333% - 20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .flex li {
    width: 100%;
  }
}
#top #container .sec003 .inner .flex li::after {
  content: url(../img/top/fig_line.svg);
  position: absolute;
  right: -10%;
  top: 25%;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .flex li::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .flex li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#top #container .sec003 .inner .flex li figure {
  padding: 0 30px;
}
#top #container .sec003 .inner .flex li h3 {
  text-align: center;
  letter-spacing: 0.05em;
}
#top #container .sec003 .inner .flex li h3::before {
  content: "●";
}
#top #container .sec003 .inner .flex li:first-child h3::before {
  color: #8db528;
}
#top #container .sec003 .inner .flex li:nth-child(2) h3::before {
  color: #f07598;
}
#top #container .sec003 .inner .flex li:last-child::after {
  display: none;
}
#top #container .sec003 .inner .flex li:last-child h3::before {
  color: #d66817;
}

/*=======================================================

    下階層

========================================================*/
#local #container {
  overflow: hidden;
}
#local #container h2 {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#local #container h3 {
  letter-spacing: 0.05em;
}
#local #container .title {
  padding: 100px 0;
}
#local #container .title h1 {
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #local #container .title h1 {
    font-size: 5rem;
  }
}
#local #container .title h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #local #container .title h2 {
    font-size: 2.2rem;
  }
}
#local #container .title h2 .gr {
  color: #00590a;
}
#local #container .title h2 .pk {
  color: #f07598;
}
#local #container .title h2 .bw {
  color: #d66817;
}
#local #container .title .lead {
  line-height: 2;
  letter-spacing: 0.05em;
}
#local #container section .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #local #container section .inner {
    padding: 50px 15px;
  }
}

/*=======================================================

    Concept

========================================================*/
#local .concept .title {
  text-align: center;
}
#local .concept .sec001 {
  padding: 70px 0 250px;
  background: url(../img/concept/bg01.png) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  #local .concept .sec001 {
    padding: 0 0 230px;
  }
}
#local .concept .sec001 .inner h2 {
  color: #bad65f;
  font-size: 4.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local .concept .sec001 .inner h2 {
    font-size: 3.6rem;
  }
}
#local .concept .sec002 {
  background: url(../img/concept/bg02.png) no-repeat center top/cover;
}
#local .concept .sec002 .inner .flex {
  justify-content: space-between;
}
#local .concept .sec002 .inner .flex .cont {
  width: calc(60% - 20px);
}
@media screen and (max-width: 767px) {
  #local .concept .sec002 .inner .flex .cont {
    width: 100%;
    margin-bottom: 30px;
  }
}
#local .concept .sec002 .inner .flex .cont h2 {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 1em;
  padding-left: 40px;
  background: url(../img/concept/fig_ttl.svg) no-repeat left top;
}
@media screen and (max-width: 767px) {
  #local .concept .sec002 .inner .flex .cont h2 {
    font-size: 2.8rem;
    line-height: 1.4 !important;
  }
}
#local .concept .sec002 .inner .flex .cont h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.6;
  padding-left: 40px;
}
#local .concept .sec002 .inner .flex .cont .txt {
  padding-left: 40px;
  letter-spacing: 0.05em !important;
}
#local .concept .sec002 .inner .flex figure {
  width: calc(40% - 20px);
  margin-top: -20%;
}
@media screen and (max-width: 767px) {
  #local .concept .sec002 .inner .flex figure {
    width: 100%;
    margin-top: 0;
  }
}
#local .concept .sec003 {
  background: url(../img/concept/bg03.png) no-repeat left top/cover;
  padding: 125px 0;
}
@media screen and (max-width: 767px) {
  #local .concept .sec003 {
    background: 0;
    padding: 30px 0;
  }
}
#local .concept .sec003 .inner .flex {
  justify-content: flex-end;
}
#local .concept .sec003 .inner .flex .box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #local .concept .sec003 .inner .flex .box {
    width: 100%;
  }
}
#local .concept .sec003 .inner .flex .box dl {
  margin-bottom: 50px;
  padding-left: 60px;
  background: url(../img/concept/fig_ttl.svg) no-repeat left center;
}
#local .concept .sec003 .inner .flex .box dl dt {
  font-size: 3.2rem;
  font-weight: 600;
  color: #00590a;
  margin-bottom: 0;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  width: 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #local .concept .sec003 .inner .flex .box dl dt {
    font-size: 2.4rem;
  }
}
#local .concept .sec003 .inner .flex .box dl dd {
  line-height: 1.6;
  width: 100%;
  letter-spacing: 0.05em;
}

/*=======================================================

    Story

========================================================*/
#local .story .title h1 {
  text-align: center;
}
#local .story .title .flex {
  justify-content: space-between;
}
#local .story .title .flex .lead {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #local .story .title .flex .lead {
    width: 100%;
  }
}
#local .story .sec001 {
  height: 770px;
  margin-bottom: 90px;
  background: url(../img/story/bg01.png) no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
  #local .story .sec001 {
    height: 450px;
  }
}
#local .story .sec002 .slick-slide {
  margin: 0 20px;
}

/*=======================================================

    Product

========================================================*/
#local .product .btn a {
  color: #00320a;
  font-size: 2rem;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid #00320a;
  display: block;
  max-width: 240px;
  margin: 0 auto;
  position: relative;
}
#local .product .btn a::after {
  content: url(../img/product/ico_arrow.svg);
  position: absolute;
  right: 20px;
  top: 5px;
}
#local .product .btn a:hover {
  color: #fff;
  text-decoration: none;
}
#local .product .btn a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
#local .product .btn a:hover::after {
  content: url(../img/product/ico_arrow_w.svg);
}
#local .product .btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00320a;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.25s ease;
  transition-property: transform;
  z-index: -1;
}
#local .product .title {
  text-align: center;
}
#local .product .title h1 {
  text-align: center;
}
#local .product .title h2 {
  color: #ff0061;
}
#local .product .title .lead {
  margin-bottom: 50px;
}
#local .product .sec001 {
  height: 760px;
  background: url(../img/product/bg01.png) no-repeat center top/cover;
}
#local .product .sec002 {
  background: url(../img/product/bg_item.png) no-repeat center bottom/cover;
}
#local .product .sec002 .inner .flex {
  justify-content: space-between;
}
#local .product .sec002 .inner .flex li {
  width: calc(33.333333% - 20px);
}
@media screen and (max-width: 767px) {
  #local .product .sec002 .inner .flex li {
    width: 100%;
  }
}
#local .product .sec002 .inner .flex li figure {
  padding: 0 30px;
}
#local .product .sec003 {
  padding: 80px 0;
}
#local .product .sec003 .inner .flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#local .product .sec003 .inner .flex figure {
  width: 38%;
}
@media screen and (max-width: 767px) {
  #local .product .sec003 .inner .flex figure {
    width: 100%;
    margin-bottom: 30px;
  }
}
#local .product .sec003 .inner .flex .cont {
  width: 62%;
}
@media screen and (max-width: 767px) {
  #local .product .sec003 .inner .flex .cont {
    width: 100%;
  }
}
#local .product .sec003 .inner .flex .cont .ttl {
  display: flex;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  #local .product .sec003 .inner .flex .cont .ttl {
    display: block;
  }
}
#local .product .sec003 .inner .flex .cont .ttl h3 {
  width: 70%;
  background: #e5e6e0;
  font-size: 3.2rem;
  color: #00320a;
  padding: 5px 10px;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #local .product .sec003 .inner .flex .cont .ttl h3 {
    width: 100%;
  }
}
#local .product .sec003 .inner .flex .cont .ttl h3::before {
  content: "●";
  color: #fff;
  font-size: 2.3rem;
  margin-right: 20px;
}
#local .product .sec003 .inner .flex .cont .ttl span {
  width: 30%;
  background: #00320a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #local .product .sec003 .inner .flex .cont .ttl span {
    width: 100%;
  }
}
#local .product .sec003 .inner .flex .cont .txt {
  margin-bottom: 30px;
}
#local .product .sec004 {
  padding: 80px 0;
  position: relative;
}
#local .product .sec004::before {
  content: "";
  background: #e5e6e0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
#local .product .sec004 .inner h2 {
  text-align: center;
  font-size: 6rem;
  color: #00320a;
  margin-bottom: 1em;
}
#local .product .sec004 .inner .flex {
  justify-content: space-between;
}
#local .product .sec004 .inner .flex li {
  width: calc(33.333333% - 30px);
}
@media screen and (max-width: 767px) {
  #local .product .sec004 .inner .flex li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#local .product .sec004 .inner .flex li h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#local .product .sec004 .inner .flex li .txt {
  margin-bottom: 30px;
  font-size: 1.4rem;
}

/*=======================================================

     Contact

========================================================*/
#local .contact_bg {
  background: url(../img/contact/bg01.png) no-repeat center top/100%;
  background-color: #e5e6e0;
}
#local .contact .title {
  text-align: center;
  color: #00280a;
}
#local .contact h2 {
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
  color: #00280a;
}
#local .contact .sec001 {
  padding: 100px 0;
}
#local .contact .sec001 .inner .lead {
  color: #00280a;
  text-align: center;
  margin-bottom: 70px;
}
#local .contact .sec001 .inner dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
#local .contact .sec001 .inner dl dt {
  font-size: 1.8rem;
  color: #00280a;
  width: 20%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #local .contact .sec001 .inner dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
#local .contact .sec001 .inner dl dd {
  width: 80%;
  margin-bottom: 30px;
}
#local .contact .sec001 .inner dl dd input, #local .contact .sec001 .inner dl dd select, #local .contact .sec001 .inner dl dd textarea {
  width: 100%;
  padding: 15px;
  background: #fff;
  border: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #local .contact .sec001 .inner dl dd {
    width: 100%;
  }
}
#local .contact .sec001 .inner .privact_txt {
  text-align: center;
}
#local .contact .sec001 .inner .privact_txt .txt {
  display: inline-block;
  text-align: left;
}
#local .contact .sec001 .inner .privact_txt .txt a {
  color: #ec285a;
  text-decoration: underline;
}
#local .contact .sec001 .inner .submmit {
  text-align: center;
}
#local .contact .sec001 .inner .submmit input {
  border-radius: 45px;
  background: #00280a;
  color: #fff;
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
  width: 400px;
  box-sizing: border-box;
  padding: 20px;
  margin: 30px auto 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #local .contact .sec001 .inner .submmit input {
    width: 100%;
  }
}
#local .contact .sec002 {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  #local .contact .sec002 {
    padding: 0;
  }
}
#local .contact .sec002 dl {
  margin-bottom: 50px;
}
#local .contact .sec002 dl dt {
  color: #00280a;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.6;
}
#local .contact .sec002 dl dd {
  line-height: 1.6;
}
#local .contact .sec002 .about_box {
  margin-top: 150px;
  padding: 60px;
  border: 1px solid #00280a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #local .contact .sec002 .about_box {
    padding: 25px;
  }
}
#local .contact .sec002 .about_box h2 {
  margin-bottom: 0.5em;
}
#local .contact .sec002 .about_box h3 {
  margin-bottom: 30px;
}
#local .contact .sec002 .about_box .info {
  margin-bottom: 30px;
}
#local .contact .sec002 .about_box .flex {
  justify-content: space-between;
  margin-bottom: 30px;
}
#local .contact .sec002 .about_box .flex li {
  width: calc(33.333333% - 20px);
}/*# sourceMappingURL=style.css.map */