@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

textarea,
iframe {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: left;
  color: #3E3627;
  font-size: 15px;
  line-height: 1.8;
  background: url(../img/bg_noise.jpg) repeat center 0;
  background-size: 480px 480px;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

a:link,
a:visited {
  color: #85A555;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #85A555;
  text-decoration: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 4px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 108%;
  line-height: 1.6;
  box-sizing: border-box;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  border: 0;
  padding: 11px;
  width: 80%;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1024px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    width: 100%;
  }
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}
input[type=radio] + .radio-label {
  cursor: pointer;
}
input[type=radio] + .radio-label::before {
  position: relative;
  display: inline-block;
  content: "";
  background: #FFF;
  border-radius: 100%;
  border: 1px solid #999;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
  text-align: center;
}
input[type=radio]:checked + .radio-label::before {
  background-color: #333;
  box-shadow: inset 0 0 0 3px #FFF;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
input[type=checkbox] + .checkbox-label {
  position: relative;
  cursor: pointer;
}
input[type=checkbox] + .checkbox-label::before {
  position: relative;
  display: inline-block;
  content: "";
  background: #FFF;
  border: 1px solid #999;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  margin-top: -2px;
  margin-right: 0.5em;
  vertical-align: middle;
  text-align: center;
}
input[type=checkbox]:checked + .checkbox-label::before {
  background: #333;
  border: 1px solid #333;
}
input[type=checkbox]:checked + .checkbox-label::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 4px;
  height: 9px;
  transform: rotate(40deg);
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
}

select {
  border: 1px solid #999;
  padding: 8px;
  border-radius: 3px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 100%;
  line-height: 1.6;
  cursor: pointer;
}

input::placeholder {
  color: #BBB;
}

input:-ms-input-placeholder {
  color: #BBB;
}

input::-ms-input-placeholder {
  color: #BBB;
}

.l-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 600;
  width: 100%;
  padding-top: 8px;
  overflow: hidden;
}
.l-header::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(45deg, #C9A638, #85A555, #85A555, #5690B1);
}
@media screen and (max-width: 768px) {
  .l-header {
    display: block;
    position: fixed;
    top: 0;
    height: 60px;
    background: #FFF;
    box-shadow: 4px 0 4px rgba(0, 0, 0, 0.1);
    padding-top: 0;
  }
  .l-header::before {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .l-global-nav {
    display: block !important;
    padding: 30px 50px 0 0;
  }
  .l-global-nav__inner {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .l-global-nav {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: url("../img/bg_menu.jpg") no-repeat center center/cover;
  }
  .l-global-nav::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.8;
    z-index: -1;
  }
  .l-global-nav__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
.l-container-fluid {
  position: relative;
  padding: 60px 30px;
}
@media screen and (max-width: 768px) {
  .l-container-fluid {
    padding: 30px 15px;
  }
}

.l-container-fluid-broad {
  position: relative;
  padding: 60px 30px;
}
@media screen and (max-width: 768px) {
  .l-container-fluid-broad {
    padding: 30px 15px;
  }
}

.l-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.l-container::after {
  content: "";
  display: block;
  clear: both;
}

.l-container-narrow {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.l-container-narrow::after {
  content: "";
  display: block;
  clear: both;
}

.l-mainvisual {
  position: relative;
  margin-top: -71px;
  padding: 0 50px 0 28%;
}
@media screen and (max-width: 768px) {
  .l-mainvisual {
    margin-top: 0;
    padding: 15px 15px 0 28%;
  }
}

.l-swiper {
  position: relative;
  border-radius: 20px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-swiper {
    border-radius: 15px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  }
}

.l-secondvisual {
  margin-top: 35px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .l-secondvisual {
    margin-top: 0;
    padding: 15px 15px 0 15px;
  }
}

.l-secondvisual-inner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .l-secondvisual-inner {
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  }
}

.l-topicpath {
  padding: 20px 50px;
}
@media screen and (max-width: 768px) {
  .l-topicpath {
    padding: 15px;
  }
}

.l-contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-contents {
    display: block;
  }
}

.l-main {
  width: 100%;
  margin-right: 60px;
}

.l-side {
  width: 220px;
  min-width: 220px;
}
@media screen and (max-width: 768px) {
  .l-side {
    width: auto;
    min-width: auto;
    margin-top: 30px;
  }
}

.l-side-group {
  margin-bottom: 30px;
}
.l-side-group:last-child {
  margin-bottom: 0;
}

.l-footer {
  position: relative;
  margin-top: 30px;
  padding: 80px 30px 100px 30px;
  background: #85A555 url("../img/bg_footer.png") repeat-x center top;
  background-size: 500px auto;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 15px 75px 15px;
    background-size: 150px auto;
  }
}
.l-footer::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 57px;
  background: url("../img/bg_footer_rice.png") repeat-x center center;
  background-size: 884px 57px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-footer::after {
    top: -18px;
    height: 32px;
    background-size: 491px 32px;
  }
}

.l-footer-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer-inner {
    display: block;
  }
}
.l-footer-inner__address {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer-inner__address {
    margin: 20px 0 0 0;
    text-align: center;
  }
}

.l-contact-fixed {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 0 15px;
  background: #486D31;
  transform: translateY(100px);
  transition: all 0.4s;
}
.l-contact-fixed__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .l-contact-fixed__inner {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .l-contact-fixed__inner {
    height: 75px;
  }
}
.l-contact-fixed.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}

a.c-btn-more {
  position: relative;
  display: inline-block;
  width: 280px;
  padding: 17px;
  font-size: 124%;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.2s;
  color: #FFF;
  background: #85A555;
}
@media screen and (max-width: 768px) {
  a.c-btn-more {
    width: 230px;
    padding: 15px;
    font-size: 108%;
  }
}
a.c-btn-more:hover {
  background: #C9A638;
}
a.c-btn-more::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  a.c-btn-more::before {
    right: 20px;
  }
}

a.c-btn-contact {
  position: relative;
  display: inline-block;
  width: 200px;
  padding: 14px;
  font-size: 116%;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.2s;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  a.c-btn-contact {
    width: 180px;
    padding: 11px;
    font-size: 108%;
  }
}
a.c-btn-contact::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 9px 0 0;
  width: 23px;
  height: 23px;
  background: url("../img/icon_mail.png") no-repeat center center/contain;
}
a.c-btn-contact:hover {
  opacity: 0.8;
}

.c-btn-send {
  margin-top: 30px;
  text-align: center;
}
.c-btn-send input[type=submit] {
  display: inline-block;
  width: 280px;
  padding: 17px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 116%;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: #FFF;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.2s;
  background: #85A555;
  border: 0;
  outline: none;
  cursor: pointer;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .c-btn-send input[type=submit] {
    width: 180px;
    padding: 12px;
    font-size: 108%;
  }
}
.c-btn-send input[type=submit]:hover {
  background: #C9A638;
}

.c-grid {
  margin-bottom: 60px;
}
.c-grid::after {
  content: "";
  display: block;
  clear: both;
}
.c-grid:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-grid {
    margin-bottom: 30px;
  }
  .c-grid:last-child {
    margin-bottom: 0;
  }
}

.c-grid-1 {
  width: 3.75%;
}

.c-grid-2 {
  width: 12.5%;
}

.c-grid-3 {
  width: 21.2%;
}

.c-grid-4 {
  width: 30%;
}

.c-grid-5 {
  width: 40%;
}

.c-grid-6 {
  width: 47.5%;
}

.c-grid-7 {
  width: 55%;
}

.c-grid-8 {
  width: 65%;
}

.c-grid-9 {
  width: 73.8%;
}

.c-grid-10 {
  width: 82.5%;
}

.c-grid-11 {
  width: 91.2%;
}

.c-grid-12 {
  width: 100%;
}

.c-grid-1,
.c-grid-2,
.c-grid-3,
.c-grid-4,
.c-grid-5,
.c-grid-6,
.c-grid-7,
.c-grid-8,
.c-grid-9,
.c-grid-10,
.c-grid-11 {
  float: left;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 768px) {
  .c-grid-1,
  .c-grid-2,
  .c-grid-3,
  .c-grid-4,
  .c-grid-5,
  .c-grid-6,
  .c-grid-7,
  .c-grid-8,
  .c-grid-9,
  .c-grid-10,
  .c-grid-11 {
    width: auto;
    float: none;
    margin: 0 0 30px 0;
  }
}

.c-grid-1:last-child,
.c-grid-2:last-child,
.c-grid-3:last-child,
.c-grid-4:last-child,
.c-grid-5:last-child,
.c-grid-6:last-child,
.c-grid-7:last-child,
.c-grid-8:last-child,
.c-grid-9:last-child,
.c-grid-10:last-child,
.c-grid-11:last-child {
  float: right;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-grid-1:last-child,
  .c-grid-2:last-child,
  .c-grid-3:last-child,
  .c-grid-4:last-child,
  .c-grid-5:last-child,
  .c-grid-6:last-child,
  .c-grid-7:last-child,
  .c-grid-8:last-child,
  .c-grid-9:last-child,
  .c-grid-10:last-child,
  .c-grid-11:last-child {
    float: none;
    margin: 0;
  }
}

.c-grid-service {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-grid-service {
    display: block;
    margin-bottom: 30px;
  }
}
.c-grid-service:last-child {
  margin-bottom: 0;
}
.c-grid-service__image {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .c-grid-service__image {
    width: auto;
    margin-bottom: 35px;
  }
}
.c-grid-service__text {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .c-grid-service__text {
    width: auto;
  }
}
.c-grid-service.row-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-grid-service.row-reverse {
    flex-direction: row;
  }
}

.c-label-category {
  display: block;
  white-space: nowrap;
  background: #C9A638;
  padding: 4px 8px;
  min-width: 80px;
  font-size: 85%;
  line-height: 1.2;
  color: #FFF;
  text-align: center;
  border-radius: 80px;
}
@media screen and (max-width: 768px) {
  .c-label-category {
    min-width: 70px;
    padding: 4px 8px;
    font-size: 70%;
  }
}

.u-label-hissu {
  float: right;
  background: #C34D38;
  font-size: 13px;
  line-height: 1;
  color: #FFF;
  margin-top: 3px;
  padding: 7px 12px;
  border-radius: 80px;
}
@media screen and (max-width: 768px) {
  .u-label-hissu {
    font-size: 12px;
    padding: 6px 9px;
  }
}

@media screen and (min-width: 769px) {
  .p-logo {
    padding: 50px 0 0 50px;
  }
  .p-logo a {
    display: block;
    width: 260px;
    height: 200px;
    background: url(../img/logo.png) no-repeat center center/contain;
    overflow: hidden;
    text-indent: -9999px;
  }
  .p-logo-second {
    padding: 30px 0 0 50px;
  }
  .p-logo-second a {
    display: block;
    width: 150px;
    height: 100%;
    background: url(../img/logo.png) no-repeat center center/contain;
    overflow: hidden;
    text-indent: -9999px;
  }
}
@media screen and (max-width: 768px) {
  .p-logo {
    display: block;
    height: 100%;
    padding-left: 15px;
  }
  .p-logo a {
    width: 210px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/logo_smp.png) no-repeat 0 center/contain;
    overflow: hidden;
    text-indent: -9999px;
  }
  .p-logo-second {
    display: block;
    height: 100%;
    padding-left: 15px;
  }
  .p-logo-second a {
    width: 210px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/logo_smp.png) no-repeat 0 center/contain;
    overflow: hidden;
    text-indent: -9999px;
  }
}
.p-number-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-number-sp {
    display: block;
    width: 70%;
    padding: 20px;
    background: #85A555;
    border-radius: 8px;
    text-align: center;
  }
  .p-number-sp dt {
    color: #FFF;
    line-height: 1.2;
    font-weight: 500;
  }
  .p-number-sp dd img {
    width: 250px;
    margin-top: 15px;
  }
}

.p-sns-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-sns-sp {
    display: block;
    margin-top: 25px;
  }
  .p-sns-sp img {
    display: block;
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 768px) {
  .p-logo-footer {
    text-align: center;
  }
}
.p-logo-footer img {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .p-logo-footer img {
    width: 170px;
  }
}

.p-table-address {
  color: #FFF;
  margin: 0 auto;
}
.p-table-address th {
  padding: 5px 1em 5px 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-table-address th {
    display: block;
    padding: 0;
  }
}
.p-table-address td {
  padding: 5px 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-table-address td {
    display: block;
    padding: 0;
    font-size: 93%;
  }
}
.p-table-address td a {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-table-address tr:last-child {
    display: block;
    margin-top: 10px;
  }
}

.p-copyright {
  max-width: 1100px;
  margin: 50px auto 0 auto;
  padding: 20px;
  background: #85A555;
  text-align: center;
  color: #FFF;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .p-copyright {
    margin-top: 30px;
    padding: 13px;
    font-size: 93%;
  }
}

.hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 600;
    background: #85A555;
    touch-action: manipulation;
    text-decoration: none !important;
  }
  .hamburger_text::before {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 10px;
    font-size: 62%;
    color: #3E3627;
    text-align: center;
    content: "MENU";
    color: #FFF;
  }
  .hamburger.active .hamburger_text::before {
    content: "CLOSE";
  }
  .hamburger_icon,
  .hamburger_icon::before,
  .hamburger_icon::after {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 27px;
    height: 2px;
    background: #FFF;
    -moz-transition-property: background-color, -moz-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .hamburger_icon {
    margin-top: 22px;
  }
  .hamburger_icon::before, .hamburger_icon::after {
    position: absolute;
    content: "";
  }
  .hamburger_icon::before {
    top: -7px;
  }
  .hamburger_icon::after {
    top: 7px;
  }
  .hamburger.active {
    background: #85A555;
  }
  .hamburger.active .hamburger_icon {
    background: none;
  }
  .hamburger.active .hamburger_icon::before {
    transform: translateY(7px) rotate(38deg);
  }
  .hamburger.active .hamburger_icon::after {
    transform: translateY(-7px) rotate(-38deg);
  }
  .hamburger.active .hamburger_icon::before,
  .hamburger.active .hamburger_icon::after {
    background: #FFF;
  }
}
@media screen and (min-width: 769px) {
  .p-global-nav {
    display: flex;
    align-items: center;
  }
  .p-global-nav li {
    padding: 0 22px;
  }
  .p-global-nav li a {
    display: block;
    text-align: center;
    line-height: 1.6;
    text-decoration: none;
    white-space: nowrap;
  }
  .p-global-nav li a .jpn {
    display: block;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 124%;
    color: #3E3627;
    transition: 0.2s;
  }
  .p-global-nav li a .eng {
    display: block;
    font-family: "Courgette", cursive;
    font-size: 85%;
    color: #C9A638;
  }
  .p-global-nav li a:hover .jpn {
    color: #85A555;
  }
  .p-global-nav li.contact {
    margin-left: 22px;
    padding: 0;
  }
  .p-global-nav li.contact a {
    display: inline-block;
    width: 190px;
    padding: 14px;
    border-radius: 5px;
    transition: 0.2s;
    background: #85A555;
  }
  .p-global-nav li.contact a:hover {
    background: #C9A638;
  }
  .p-global-nav li.contact a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -4px 9px 0 0;
    width: 23px;
    height: 23px;
    background: url("../img/icon_mail_white.png") no-repeat center center/contain;
  }
  .p-global-nav li.contact a .jpn {
    display: inline-block;
    font-size: 108%;
    color: #FFF;
  }
  .p-global-nav li.contact a .eng {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-global-nav {
    width: 70%;
  }
  .p-global-nav li {
    margin-bottom: 15px;
  }
  .p-global-nav li a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #85A555;
    background: #FFF;
    border-radius: 5px;
  }
  .p-global-nav li a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    width: 7px;
    height: 7px;
    border-top: 2.5px solid #85A555;
    border-right: 2.5px solid #85A555;
    transform: rotate(45deg);
  }
  .p-global-nav li a .jpn {
    font-size: 116%;
    font-weight: 500;
    color: #85A555;
  }
  .p-global-nav li a .eng {
    margin-left: 1em;
    font-family: "Courgette", cursive;
    font-size: 85%;
    color: #C9A638;
  }
}
.p-utility-nav {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.p-utility-nav dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-right: 15px;
}
.p-utility-nav dd.number img {
  display: block;
  width: 235px;
}
.p-utility-nav dd.sns {
  margin-left: 25px;
}
.p-utility-nav dd.sns img {
  display: block;
  width: 30px;
  height: 30px;
  transition: 0.2s;
}
.p-utility-nav dd.sns img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-utility-nav {
    display: none;
  }
}

.p-footer-nav {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-footer-nav {
    margin-top: 20px;
  }
}
.p-footer-nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px dotted #E5E5E5;
  margin-right: 1.5em;
  padding-right: 1.5em;
}
.p-footer-nav li a {
  font-size: 116%;
  line-height: 1.3;
  font-weight: 500;
  color: #3E3627;
  text-decoration: none;
  white-space: nowrap;
}
.p-footer-nav li a:hover {
  color: #85A555;
}
.p-footer-nav li.recruit a {
  position: relative;
  padding-right: 27px;
  background: url(../img/icon_blank.png) no-repeat right center/cover;
  background-size: 18px 18px;
}
.p-footer-nav li.instagram {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.p-footer-nav li.instagram img {
  display: block;
  width: 32px;
  height: 32px;
  transition: 0.2s;
}
.p-footer-nav li.instagram img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-footer-nav li:not(:last-child) {
    display: none;
  }
}

.p-topicpath {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-topicpath {
    font-size: 77%;
  }
}
.p-topicpath li {
  display: inline;
}
.p-topicpath li a {
  display: inline-block;
  position: relative;
  margin-right: 7px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .p-topicpath li a {
    margin-right: 5px;
    padding-right: 11px;
  }
}
.p-topicpath li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #C9A638;
  border-right: 2px solid #C9A638;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-topicpath li a::before {
    width: 4px;
    height: 4px;
  }
}

.wp-pagenavi {
  margin-top: 46px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    font-size: 85%;
    margin-top: 21px;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  padding: 14px 17px;
  margin: 4px 3px 0 3px;
  line-height: 1;
  color: #3E3627;
  text-decoration: none;
  background: #F4F4F0;
  transition: 0.1s;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 8px 11px;
  }
}

.wp-pagenavi a:hover {
  color: #FFF;
  background: #85A555;
}

.wp-pagenavi span.current {
  color: #FFF;
  background: #85A555;
}

.p-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 45px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-pager {
    margin: 30px auto 0 auto;
  }
}
.p-pager li {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-pager li {
    padding: 0 5px;
  }
}
.p-pager li a {
  display: block;
  width: 130px;
  padding: 13px 0;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #85A555;
  transition: 0.2s;
  border-radius: 5px;
}
.p-pager li a:hover {
  background: #C9A638;
}
@media screen and (max-width: 768px) {
  .p-pager li a {
    width: 90px;
    padding: 10px 0;
    font-size: 85%;
  }
}

.p-pagelink {
  margin: -3% -3% 0 0;
  display: flex;
  flex-wrap: wrap;
}
.p-pagelink li {
  margin: 3% 3% 0 0;
  width: 30.33%;
  border: 1px solid #85A555;
  font-size: 108%;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .p-pagelink li {
    width: 47%;
    font-size: 93%;
  }
}
.p-pagelink li a {
  position: relative;
  display: block;
  padding: 15px;
  color: #85A555;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .p-pagelink li a {
    padding: 10px 12px;
  }
}
.p-pagelink li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #85A555;
  border-right: 3px solid #85A555;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-pagelink li a::before {
    right: 15px;
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
}
.p-pagelink li a:hover {
  background: #EDF8F6;
}
.p-pagelink li.is-active {
  padding: 15px;
  color: #FFF;
  background: #85A555;
}
@media screen and (max-width: 768px) {
  .p-pagelink li.is-active {
    padding: 10px 12px;
  }
}

.p-title-about {
  margin-top: -40px;
  padding-top: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 350px;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .p-title-about {
    margin-top: -20px;
    padding-top: 20px;
    height: 130px;
  }
}
.p-title-about__jpn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 231%;
  line-height: 1.5;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .p-title-about__jpn {
    font-size: 139%;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
}
.p-title-about__eng {
  font-family: "Courgette", cursive;
  font-size: 124%;
  line-height: 1.5;
  color: #FFF;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .p-title-about__eng {
    font-size: 93%;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
}

.p-title-center {
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-title-center {
    margin-bottom: 30px;
  }
}
.p-title-center__jpn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 231%;
  line-height: 1.5;
  font-weight: bold;
  color: #85A555;
}
@media screen and (max-width: 768px) {
  .p-title-center__jpn {
    font-size: 154%;
  }
}
.p-title-center__eng {
  font-family: "Courgette", cursive;
  font-size: 116%;
  line-height: 1.5;
  color: #C9A638;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .p-title-center__eng {
    font-size: 93%;
  }
}

.p-title-about-small {
  margin-bottom: 22px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 154%;
  line-height: 1.5;
  color: #85A555;
}
@media screen and (max-width: 768px) {
  .p-title-about-small {
    font-size: 139%;
  }
}

.p-title-manufacturing {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-title-manufacturing {
    margin-bottom: 20px;
  }
}
.p-title-manufacturing img {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .p-title-manufacturing img {
    width: 150px;
  }
}
.p-title-manufacturing::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -365px;
  width: 200px;
  height: 200px;
  background: url("../img/top/parts_left.png") no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-title-manufacturing::before {
    top: -10px;
    left: 50%;
    margin-left: -175px;
    width: 90px;
    height: 90px;
  }
}
.p-title-manufacturing::after {
  content: "";
  position: absolute;
  top: -15px;
  right: 50%;
  margin-right: -345px;
  width: 175px;
  height: 175px;
  background: url("../img/top/parts_right.png") no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-title-manufacturing::after {
    top: -5px;
    right: 50%;
    margin-right: -175px;
    width: 85px;
    height: 85px;
  }
}

.p-title-pagename {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}
.p-title-pagename__jpn {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  z-index: 1;
  font-size: 247%;
  line-height: 1.3;
  font-weight: normal;
  color: #FFF;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .p-title-pagename__jpn {
    font-size: 170%;
  }
}
.p-title-pagename__eng {
  margin-top: 6px;
  font-family: "Courgette", cursive;
  font-size: 124%;
  line-height: 1.3;
  color: #FFF;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .p-title-pagename__eng {
    margin-top: 3px;
    font-size: 93%;
  }
}

.p-title-main {
  margin-bottom: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 154%;
  line-height: 1.6;
  color: #85A555;
}
@media screen and (max-width: 768px) {
  .p-title-main {
    margin-bottom: 12px;
    font-size: 124%;
  }
}

.p-title-side {
  margin-bottom: 15px;
  padding-bottom: 7px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 124%;
  line-height: 1.6;
  color: #85A555;
  border-bottom: 2px solid #85A555;
}

.p-title-post {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px dotted #DDD;
}
@media screen and (max-width: 768px) {
  .p-title-post {
    padding-bottom: 15px;
  }
}
.p-title-post ul {
  display: flex;
  align-items: center;
}
.p-title-post ul li.date {
  margin-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-title-post ul li.date {
    margin-right: 10px;
    font-size: 85%;
  }
}
.p-title-post h1 {
  margin-top: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 185%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-title-post h1 {
    font-size: 139%;
  }
}

.p-title-philosophy {
  display: inline-block;
  margin-bottom: 30px;
  padding: 8px 20px;
  font-family: "BIZ UDPMincho", serif;
  font-size: 185%;
  line-height: 1.4;
  color: #FFF;
  letter-spacing: 0.05em;
  background: linear-gradient(45deg, #C9A638, #85A555, #5690B1);
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .p-title-philosophy {
    display: block;
    text-align: center;
    font-size: 147%;
  }
}

.p-title-event {
  margin-bottom: 40px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 185%;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-title-event {
    margin-bottom: 20px;
    font-size: 139%;
  }
}

.p-title-lefticon {
  margin-bottom: 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 170%;
  line-height: 1.6;
  color: #85A555;
  background: url("../img/icon_rice.png") no-repeat 0 10px;
  background-size: 24px 24px;
  padding-left: 33px;
}
@media screen and (max-width: 768px) {
  .p-title-lefticon {
    font-size: 139%;
    background-position: 0 8px;
    background-size: 20px 20px;
    padding-left: 28px;
  }
}

.p-title-service {
  margin-bottom: 60px;
  font-family: "BIZ UDPMincho", serif;
  font-size: 216%;
  line-height: 1.4;
  color: #85A555;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-title-service {
    margin-bottom: 30px;
    font-size: 154%;
  }
}

.p-title-facility {
  margin-bottom: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 170%;
  line-height: 1.3;
  border-left: 6px solid #85A555;
  padding-left: 22px;
}
.p-title-facility span {
  font-size: 80%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.13);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 1024px) {
  .slide-img img {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .slide-img img {
    height: 230px;
  }
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    bottom: 20px;
  }
}

.swiper-pagination-bullet {
  display: block;
  margin: 0 8px;
  width: 11px;
  height: 11px;
  border: 1px solid #FFF;
  background: none;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    margin: 0 5px;
    width: 9px;
    height: 9px;
  }
}

.swiper-pagination-bullet-active {
  background: #FFF;
}

.p-catchcopy {
  position: absolute;
  top: 200px;
  left: 40px;
  z-index: 5;
  animation-name: catchcopy;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.p-catchcopy img {
  width: 570px;
}
@media screen and (max-width: 768px) {
  .p-catchcopy img {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .p-catchcopy {
    top: 60px;
    left: 10px;
  }
}

@keyframes catchcopy {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-secondvisual {
  position: relative;
  z-index: 1;
}
.p-secondvisual img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .p-secondvisual img {
    height: 150px;
  }
}

.p-info {
  border-top: 1px solid #DDD;
}
.p-info li a {
  position: relative;
  padding: 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1.6;
  color: #3E3627;
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 768px) {
  .p-info li a {
    flex-wrap: wrap;
    padding: 15px 10px;
  }
}
.p-info__date {
  margin-right: 25px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-info__date {
    margin-right: 10px;
    font-size: 85%;
  }
}
.p-info__label {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .p-info__label {
    margin-right: 0;
  }
}
.p-info__title {
  color: #3E3627;
  text-decoration: underline;
}
.p-info__title:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-info__title {
    width: 100%;
    margin-top: 6px;
  }
}

.p-rounded-shadow {
  position: relative;
  z-index: 0;
  margin: 0 15px 15px 0;
}
@media screen and (max-width: 768px) {
  .p-rounded-shadow {
    margin: 0 10px 10px 0;
  }
}
.p-rounded-shadow img {
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .p-rounded-shadow img {
    border-radius: 10px;
  }
}
.p-rounded-shadow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #C9A638, #85A555, #5690B1);
  border-radius: 15px;
  z-index: -1;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-rounded-shadow::before {
    top: 10px;
    left: 10px;
    border-radius: 10px;
  }
}

.p-image-rounded {
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .p-image-rounded {
    border-radius: 10px;
  }
}

.p-list-manufacturing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -3% -3%;
}
@media screen and (max-width: 768px) {
  .p-list-manufacturing {
    margin: 0 0 -4% -4%;
  }
}
.p-list-manufacturing li {
  width: 22%;
  margin: 0 0 3% 3%;
}
@media screen and (max-width: 768px) {
  .p-list-manufacturing li {
    width: 46%;
    margin: 0 0 4% 4%;
  }
}
.p-list-manufacturing li:nth-child(even) {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-list-manufacturing li:nth-child(even) {
    padding-top: 0;
  }
}
.p-list-manufacturing li figure img {
  border: 6px solid #FFF;
  border-radius: 100%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-list-manufacturing li figure img {
    border: 5px solid #FFF;
  }
}

.p-manufacturing {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-manufacturing {
    margin-top: 12px;
  }
}
.p-manufacturing dt {
  margin-bottom: 8px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 154%;
  line-height: 1.6;
  color: #C34D38;
}
@media screen and (max-width: 768px) {
  .p-manufacturing dt {
    margin-bottom: 5px;
    font-size: 124%;
  }
}
.p-manufacturing dd {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-manufacturing dd {
    font-size: 93%;
  }
}

.p-list-side {
  padding: 0 10px;
}
.p-list-side li {
  padding: 3px 0;
  line-height: 1.6;
}
.p-list-side li a {
  position: relative;
  padding-left: 16px;
}
.p-list-side li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #C9A638;
  border-right: 2px solid #C9A638;
  transform: rotate(45deg);
}

.p-eyecatch {
  margin-bottom: 30px;
}

.p-lead-product {
  margin-bottom: 60px;
  font-family: "BIZ UDPMincho", serif;
  font-size: 170%;
  line-height: 1.6;
  color: #85A555;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lead-product {
    margin-bottom: 30px;
    font-size: 116%;
    text-align: left;
  }
  .p-lead-product br {
    display: none;
  }
}

.p-list-product {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -3% -3%;
}
.p-list-product li {
  margin: 0 0 3% 3%;
  width: 22%;
}
@media screen and (max-width: 768px) {
  .p-list-product li {
    width: 47%;
  }
}
.p-list-product li a {
  display: block;
  background: #F1F0E9;
  padding: 20px;
  border-radius: 12px;
  color: #3E3627;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-list-product li a {
    padding: 12px;
    border-radius: 6px;
  }
}
.p-list-product li a img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.p-caption-product {
  margin-top: 15px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-caption-product {
    margin-top: 10px;
  }
}
.p-caption-product dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 131%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-caption-product dt {
    font-size: 108%;
  }
}
.p-caption-product dd {
  font-size: 93%;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-caption-product dd {
    font-size: 85%;
  }
}

.p-contact-number {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 35px;
  background: #FBF6E5;
  border: 3px solid #C9A638;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact-number {
    display: block;
    padding: 20px;
    border: 2px solid #C9A638;
  }
}
.p-contact-number dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 124%;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-contact-number dt {
    font-size: 108%;
  }
}
.p-contact-number dd {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact-number dd {
    margin: 15px 0 0 0;
  }
}
.p-contact-number dd img {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .p-contact-number dd img {
    width: 250px;
  }
}

.p-contact-form {
  background: #EEF2DC;
  padding: 40px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .p-contact-form {
    padding: 30px 15px;
    border-radius: 10px;
  }
}

.p-table-form {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-table-form {
    margin-top: -20px;
  }
}
.p-table-form th {
  padding: 17px 20px 10px 20px;
  width: 280px;
  vertical-align: top;
  font-size: 108%;
}
@media screen and (max-width: 768px) {
  .p-table-form th {
    display: block;
    padding: 0;
    width: auto;
    margin-top: 20px;
  }
}
.p-table-form td {
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .p-table-form td {
    display: block;
    padding: 0;
    margin-top: 8px;
  }
}

.p-name {
  font-family: "BIZ UDPMincho", serif;
  font-size: 247%;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-name {
    font-size: 200%;
    text-align: center;
  }
}
.p-name span {
  font-size: 62%;
  margin-right: 0.7em;
}

.p-table-common {
  width: 100%;
}
.p-table-common th {
  padding: 15px;
  width: 20%;
  border: 1px solid #85A555;
  background: #E3EDC6;
  text-align: center;
  color: #486D31;
}
@media screen and (max-width: 768px) {
  .p-table-common th {
    display: block;
    width: auto;
    padding: 8px;
    margin-top: -1px;
  }
}
.p-table-common td {
  padding: 15px;
  border: 1px solid #85A555;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .p-table-common td {
    display: block;
    margin-top: -1px;
  }
}

.p-table-facility {
  width: 100%;
  line-height: 1.6;
  text-align: center;
}
.p-table-facility th {
  padding: 12px;
  border: 1px solid #486D31;
}
@media screen and (max-width: 768px) {
  .p-table-facility th {
    padding: 8px;
  }
}
.p-table-facility th.head1 {
  width: 33.33%;
  background: #85A555;
  color: #FFF;
}
.p-table-facility th.head2 {
  width: 33.33%;
  background: #E3EDC6;
  color: #486D31;
}
.p-table-facility td {
  padding: 12px;
  border: 1px solid #486D31;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .p-table-facility td {
    padding: 8px;
  }
}

.p-gmap {
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 768px) {
  .p-gmap {
    height: 300px;
  }
}

.p-fixed-lead {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-fixed-lead {
    display: none;
  }
}
.p-fixed-lead dt {
  margin-right: 20px;
}
.p-fixed-lead dt img {
  width: 100px;
  min-width: 100px;
  margin-top: -12px;
}
.p-fixed-lead dd {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 108%;
  line-height: 1.5;
  white-space: nowrap;
  background: #FFF;
  padding: 11px 15px;
  border-radius: 6px;
}
.p-fixed-lead dd::before {
  content: "";
  position: absolute;
  top: 28px;
  left: -8px;
  border-top: 8px solid transparent;
  border-right: 8px solid #FFF;
  border-bottom: 8px solid transparent;
}

.p-fixed-button {
  display: flex;
  align-items: center;
}
.p-fixed-button .number {
  margin-right: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-fixed-button .number {
    margin-right: 15px;
  }
}
.p-fixed-button .number dl dt {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.3;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-fixed-button .number dl dt {
    font-size: 85%;
  }
}
.p-fixed-button .number dl dd img {
  display: block;
  width: 250px;
  min-width: 250px;
}
@media screen and (max-width: 768px) {
  .p-fixed-button .number dl dd img {
    width: 160px;
    min-width: auto;
  }
}
.p-fixed-button .contact a {
  position: relative;
  display: inline-block;
  width: 280px;
  padding: 13px 15px;
  font-size: 124%;
  line-height: 1.2;
  color: #FFF;
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.2s;
  background: #E89600;
  box-shadow: 0 3px 0 #A57000;
}
@media screen and (max-width: 768px) {
  .p-fixed-button .contact a {
    width: auto;
    padding: 10px 12px;
    font-size: 100%;
    line-height: 1.1;
  }
}
.p-fixed-button .contact a span {
  font-size: 65%;
  color: #FFEE00;
}
.p-fixed-button .contact a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -4px 8px 0 0;
  width: 21px;
  height: 21px;
  background: url("../img/icon_mail_white.png") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .p-fixed-button .contact a::before {
    display: none;
  }
}
.p-fixed-button .contact a:hover {
  opacity: 0.8;
}

.entry p {
  margin-bottom: 1.2em;
}
.entry p:last-child {
  margin-bottom: 0;
}

.entry h2 {
  margin: 45px 0 30px 0;
  padding: 13px 18px;
  font-size: 139%;
  line-height: 1.6;
  color: #FFF;
  font-weight: 500;
  background: #85A555;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .entry h2 {
    margin: 30px 0 20px 0;
    padding: 10px 15px;
  }
}

.entry h3 {
  margin: 45px 0 30px 0;
  padding-bottom: 12px;
  font-size: 139%;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 3px solid #85A555;
}
@media screen and (max-width: 768px) {
  .entry h3 {
    margin: 30px 0 20px 0;
    border-bottom-width: 2px;
  }
}

.entry h4 {
  margin: 30px 0 20px 0;
  padding: 4px 0 4px 15px;
  font-size: 124%;
  line-height: 1.5;
  font-weight: 500;
  border-left: 5px solid #85A555;
}
@media screen and (max-width: 768px) {
  .entry h4 {
    margin: 30px 0 15px 0;
  }
}

.entry h5 {
  margin: 30px 0 10px 0;
  font-size: 116%;
  line-height: 1.5;
  font-weight: 500;
}

.entry h6 {
  margin: 30px 0 10px 0;
  font-size: 116%;
  line-height: 1.5;
  font-weight: 500;
}

.entry ul {
  list-style: disc;
  margin: 1em 0;
  padding-left: 2em;
}
.entry ul li::marker {
  color: #85A555;
}

.entry ol {
  list-style: decimal;
  margin: 1em 0;
  padding-left: 2em;
}

.entry table {
  width: 100%;
  margin: 1.5em 0;
}
.entry table th {
  border: 1px solid #85A555;
  padding: 12px;
  background: #E3EDC6;
  color: #486D31;
  text-align: center;
}
.entry table td {
  border: 1px solid #85A555;
  padding: 12px;
}

.u-spacer {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .u-spacer {
    margin-top: 30px;
  }
}

.u-bgcolor-rightgreen {
  background: #E3EDC6;
}

.u-bgcolor-beige {
  background: #F1F0E9;
}

.u-bgimage-corkboard {
  border-top: 8px solid #D2C6A1;
  border-bottom: 8px solid #D2C6A1;
  background: url("../img/bg_corkboard.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .u-bgimage-corkboard {
    border-width: 5px;
  }
}

.u-bgimg-manufacturing {
  margin: 60px 0;
  padding: 40px 30px;
  background: #E3EDC6;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .u-bgimg-manufacturing {
    margin: 50px 0 30px 0;
    padding: 25px 15px;
  }
}
.u-bgimg-manufacturing::before {
  content: "";
  position: absolute;
  margin: auto;
  top: -72px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/bg_wave1.png") no-repeat center top/cover;
  background-size: 100% 73px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-bgimg-manufacturing::before {
    top: -29px;
    background-size: 100% 30px;
  }
}
.u-bgimg-manufacturing::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: -72px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/bg_wave2.png") no-repeat center bottom/cover;
  background-size: 100% 73px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-bgimg-manufacturing::after {
    bottom: -29px;
    background-size: 100% 30px;
  }
}

.u-bgimg-rice {
  z-index: 0;
}
.u-bgimg-rice::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  width: 180px;
  height: 180px;
  background: url("../img/top/rice1.png") no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-bgimg-rice::before {
    top: -90px;
    left: 30px;
    width: 85px;
    height: 85px;
  }
}
.u-bgimg-rice::after {
  content: "";
  position: absolute;
  bottom: -180px;
  right: 0;
  width: 180px;
  height: 180px;
  background: url("../img/top/rice2.png") no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-bgimg-rice::after {
    bottom: -85px;
    right: 30px;
    width: 85px;
    height: 85px;
  }
}
.u-bgimg-rice::before, .u-bgimg-rice::after {
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-name: animation_rice;
}

@keyframes animation_rice {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.u-color-white {
  color: #FFF;
}

.u-color-red {
  color: #D45342;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-txt-l {
  text-align: left !important;
}

.u-txt-c {
  text-align: center !important;
}

.u-txt-r {
  text-align: right !important;
}

.u-txt-lc {
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .u-txt-lc {
    text-align: center !important;
  }
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

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

.u-mt10 {
  margin-top: 10px !important;
}

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

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

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

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

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

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

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

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

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

.u-ml10 {
  margin-left: 10px !important;
}

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

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

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

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

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

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

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

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

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

.u-mr10 {
  margin-right: 10px !important;
}

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

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

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

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

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

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

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

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

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

.u-mb10 {
  margin-bottom: 10px !important;
}

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

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

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

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

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

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

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

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}