@charset "UTF-8";
html {
  /*    scroll-behavior: smooth;*/
  overflow: auto;
}

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

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.f_main {
  color: #00893c;
}

.f_white {
  color: white;
}

.f_nou {
  color: #86AA67;
}

.f_fuku {
  color: #6EB4DE;
}

.f_shoku {
  color: #E6B16D;
}

.f_insta {
  color: #ff1382;
}

.f_link {
  color: #1490A7;
  text-decoration: underline;
}

.bg_sub {
  background-color: #FBF7EB;
}

.f_aka {
  color: #FF3422;
}

.b_bold {
  font-weight: 700;
}

.t_sp14 {
  letter-spacing: 0.14em;
}

.t_sp12 {
  letter-spacing: 0.12em;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
}

body {
  line-height: 1;
}

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

nav 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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.kakkohidari {
  margin-left: -0.5em;
}

.hide {
  display: none;
}

.l-footer {
  width: 100%;
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: white;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 3.5rem 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding: 6rem 0 2rem;
  }
}
.l-footer__title img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-footer__title img {
    width: auto;
  }
}
.l-footer__address {
  line-height: 1.6;
}
.l-footer__contact {
  display: inline-block;
  background: #ee9200;
  font-size: 1.125rem;
  text-decoration: none;
  height: 36px;
  border-radius: 18px;
  line-height: 36px;
  border: none;
  color: #3F3422;
  padding: 0 2rem;
  margin-top: 1.5rem;
  transition: ease 0.2s;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__contact {
    height: 48px;
    border-radius: 24px;
    line-height: 48px;
    margin-top: 2rem;
    margin-bottom: 0rem;
  }
}
.l-footer__contact:hover {
  background: #3F3422;
  color: white;
}
.l-footer__contact-fix {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1em;
  bottom: 1em;
  background: #ee9200;
  border-radius: 50%;
  z-index: 50;
  background-image: url(../img/header-contact.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
@media screen and (min-width: 768px) {
  .l-footer__contact-fix {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__contact-fix {
    display: none;
  }
}
.l-footer__ul-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 2rem 2rem;
  padding: 2rem 0 0;
  border-top: 1px solid white;
}
@media screen and (min-width: 768px) {
  .l-footer__ul-wrap {
    display: block;
    justify-content: center;
    padding: 2rem 0;
    border-top: none;
  }
}
.l-footer__ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .l-footer__ul {
    width: auto;
    justify-content: center;
    line-height: 2.4;
  }
}
.l-footer__li {
  width: 100%;
  text-align: left;
  /*&:last-child {
      width: 100%;
  }*/
}
@media screen and (min-width: 768px) {
  .l-footer__li {
    width: auto;
    margin-left: 2.5em;
  }
  .l-footer__li:first-child {
    margin-left: 0;
  }
  .l-footer__li:last-child {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__li {
    margin-left: 4em;
  }
}
.l-footer__li-link {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  .l-footer__li-link {
    font-size: 1rem;
  }
}
.l-footer__li-link:hover {
  opacity: 0.5;
}
.l-footer__li-insta {
  position: relative;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__li-insta {
    padding-left: 1.75rem;
  }
}
.l-footer__li-insta::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f16d";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  font-size: 1.25rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-footer__li-insta::before {
    left: 0;
    top: 50%;
    font-size: 1.5rem;
    transform: translateY(-48%);
  }
}
.l-footer__li-shop {
  position: relative;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__li-shop {
    padding-left: 1.75rem;
  }
}
.l-footer__li-shop::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  font-size: 1rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-footer__li-shop::before {
    left: 0;
    top: 50%;
    font-size: 1.25rem;
    transform: translateY(-48%);
  }
}
.l-footer__li-recipes {
  position: relative;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__li-recipes {
    padding-left: 1.75rem;
  }
}
.l-footer__li-recipes::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/recipes.svg);
  background-position: center;
  background-size: contain;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-footer__li-recipes::before {
    left: 0;
    top: 50%;
    width: 1.25rem;
    height: 1.25rem;
    transform: translateY(-48%);
  }
}
.l-footer__banner {
  text-align: center;
  margin: auto;
  width: 300px;
}
.l-footer__banner img {
  width: 100%;
}
.l-footer__copyright {
  font-size: 0.8rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 576px) {
  .l-footer__copyright {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    margin-top: 3rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 20PX;
  z-index: 9999;
  background: white;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding-bottom: 20PX;
  }
}
@media screen and (min-width: 1280px) {
  .l-header {
    padding-bottom: 40PX;
  }
}
.l-header__inner {
  padding: 0 0 5px 1rem;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__inner {
    height: 120px;
    padding: 0 0 0 2.5rem;
  }
}
.l-header__inner-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .l-header__inner-logo {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__inner-logo {
    width: 26%;
  }
}
@media screen and (min-width: 1400px) {
  .l-header__inner-logo {
    width: 26%;
  }
}
.l-header__inner-logo img {
  width: 100%;
}
.l-header__logo {
  display: inline-block;
  /*width: 123px;*/
  width: 160px;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    width: 273px;
  }
}
.l-header__logo-noufuku {
  display: inline-block;
  /*width: 42px;*/
  width: 64px;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .l-header__logo-noufuku {
    width: 64px;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__logo-noufuku {
    width: 93px;
  }
}
.l-header__nav {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__nav {
    background: white;
    width: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .l-header__nav {
    width: 76%;
  }
}
.l-header__nav-spicon_wrap {
  padding-right: 70px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .l-header__nav-spicon_wrap {
    width: 80%;
    padding-right: 100px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-spicon_wrap {
    width: auto;
  }
}
.l-header__nav-spicon {
  display: inline-block;
  color: #3F3422;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-header__nav-spicon {
    font-size: 30px;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__nav-spicon {
    display: none;
  }
}
.l-header__nav-img {
  width: 24px;
  height: 24px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .l-header__nav-img {
    width: 36px;
    height: 36px;
  }
}
.l-header__nav-img img {
  width: 100%;
}
.l-header__nav-contact {
  display: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-header__nav-contact {
    width: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__nav-contact {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .l-header__nav-contact a {
    position: relative;
    display: block;
    padding: 3.5rem 0 1rem;
    background: #00893c;
    width: 100%;
    height: 100px;
    color: white;
    border-radius: 0 0 0 10px;
    transition: 0.3s;
  }
  .l-header__nav-contact a::before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/header-contact.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: center;
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
  }
  .l-header__nav-contact a:hover {
    background: #ee9200;
  }
}
.l-header__list {
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1280px) {
  .l-header__list {
    justify-content: flex-end;
    align-items: center;
    padding-right: 16%;
  }
}
.l-header__li {
  display: block;
  width: 100%;
  height: 0;
  transition: 0.3s ease-out;
}
.l-header__li-link {
  display: block;
  width: 100%;
  padding: 0 1rem;
  text-align: left;
  overflow: hidden;
  transition: 0.3s ease-out;
  height: 0;
  color: white;
}
.l-header__li-icon {
  display: none;
}
@media screen and (min-width: 1280px) {
  .l-header__li-icon {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .l-header__li-icon i::before {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__li-icon i::before {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__li {
    height: auto;
    display: inline-block;
    width: auto;
    background: none;
  }
  .l-header__li-link {
    color: #3F3422;
    font-size: 0.8rem;
    padding: 0rem 0.5rem;
    text-align: center;
    overflow: visible;
    height: auto;
    position: relative;
  }
  .l-header__li-link::after {
    content: "●";
    font-size: 0.5rem;
    position: absolute;
    top: 1rem;
    left: 0;
    text-align: center;
    width: 100%;
    padding-right: 0.2em;
    opacity: 0;
    transition: all 0.5s;
  }
  .l-header__li-link:hover {
    color: #00893c;
  }
  .l-header__li-link:hover::after {
    top: 0.1rem;
    opacity: 1;
  }
  .l-header__li-icon {
    padding: 0 1rem;
  }
  .l-header__li-icon .iconsvg {
    fill: #3F3422;
    transition: 0.5s;
  }
  .l-header__li-icon .iconsvg:hover {
    fill: #00893c;
  }
  .l-header__li-icon::after {
    content: none;
  }
  .l-header__li-spon {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__li-link {
    font-size: 0.8rem;
    padding: 1rem;
  }
  .l-header__li-icon {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-header__li-link {
    font-size: 0.9rem;
    padding: 1rem 1rem;
  }
  .l-header__li-icon {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .l-header__li-link {
    font-size: 1rem;
  }
}
.l-header__subcontents {
  margin-top: 80px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-header__subcontents {
    margin-top: 100px;
    height: 282px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__subcontents {
    margin-top: 160px;
    height: 320px;
  }
}
.l-header__subcontents.headerbg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(100% - 1.5rem);
  margin-left: auto;
  overflow: hidden;
  z-index: 1;
  border-radius: 15px 0 0 15px;
}
@media screen and (min-width: 768px) {
  .l-header__subcontents.headerbg {
    width: calc(85% + 4rem);
    border-radius: 50px 0 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__subcontents.headerbg {
    width: 92%;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__subcontents.headerbg {
    width: 87.5%;
  }
}
.l-header__subcontents.headerbg.aboutus {
  background-image: url(../img/header_aboutus_sm.png);
}
@media screen and (min-width: 768px) {
  .l-header__subcontents.headerbg.aboutus {
    background-image: url(../img/header_aboutus_mq.png);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__subcontents.headerbg.aboutus {
    background-image: url(../img/header_aboutus.png);
  }
}
.l-header__subcontents.headerbg.sdgs {
  background-image: url(../img/header_sdgs.png);
  background-size: 150%;
  background-position: left 10% bottom 0;
}
@media screen and (min-width: 768px) {
  .l-header__subcontents.headerbg.sdgs {
    background-image: url(../img/header_sdgs_mq.png);
    background-position: bottom center;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__subcontents.headerbg.sdgs {
    background-image: url(../img/header_sdgs.png);
  }
}
.l-header__subcontents.headerbg.member {
  background-image: url(../img/header_member_sm.png);
}
@media screen and (min-width: 768px) {
  .l-header__subcontents.headerbg.member {
    background-image: url(../img/header_member_mq.png);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__subcontents.headerbg.member {
    background-image: url(../img/header_member.png);
  }
}
.l-header__subcontents.headerbg.member_test {
  background-image: url(../img/header_member_sm.png);
}
@media screen and (min-width: 768px) {
  .l-header__subcontents.headerbg.member_test {
    background-image: url(../img/header_member_mq.png);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__subcontents.headerbg.member_test {
    background-image: url(../img/header_member.png);
  }
}
.l-header__subcontents.headerbg.updatelist {
  background-image: url(../img/header_update_sm.png);
}
@media screen and (min-width: 768px) {
  .l-header__subcontents.headerbg.updatelist {
    background-image: url(../img/header_update_mq.png);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__subcontents.headerbg.updatelist {
    background-image: url(../img/header_update.png);
  }
}
.l-header__subcontents.headerbg.privacypolicy {
  background-image: url(../img/header_privacypolicy_sm.png);
}
@media screen and (min-width: 768px) {
  .l-header__subcontents.headerbg.privacypolicy {
    background-image: url(../img/header_privacypolicy_mq.png);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__subcontents.headerbg.privacypolicy {
    background-image: url(../img/header_privacypolicy.png);
  }
}
.l-header__subcontents.headerbg.contactus {
  background-image: url(../img/header_contactus_sm.png);
}
@media screen and (min-width: 768px) {
  .l-header__subcontents.headerbg.contactus {
    background-image: url(../img/header_contactus_mq.png);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__subcontents.headerbg.contactus {
    background-image: url(../img/header_contactus.png);
  }
}
.l-header__subcontents.headerbg.contactus_completion {
  background-image: url(../img/header_contactus_sm.png);
}
@media screen and (min-width: 768px) {
  .l-header__subcontents.headerbg.contactus_completion {
    background-image: url(../img/header_contactus_mq.png);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__subcontents.headerbg.contactus_completion {
    background-image: url(../img/header_contactus.png);
  }
}
.l-header__subcontents.headerbg.recipes {
  background-image: url(../img/header_recipes_sm.png);
}
@media screen and (min-width: 768px) {
  .l-header__subcontents.headerbg.recipes {
    background-image: url(../img/header_recipes_mq.png);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__subcontents.headerbg.recipes {
    background-image: url(../img/header_recipes.png);
  }
}
.l-header__subcontents.headerbg.entryguide {
  background-image: url(../img/header_entryguide_sm.png);
}
@media screen and (min-width: 768px) {
  .l-header__subcontents.headerbg.entryguide {
    background-image: url(../img/header_entryguide_mq.png);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__subcontents.headerbg.entryguide {
    background-image: url(../img/header_entryguide.png);
  }
}
.l-header__subcontents.headerbg.career {
  background-image: url(../img/header_career_sm.png);
}
@media screen and (min-width: 768px) {
  .l-header__subcontents.headerbg.career {
    background-image: url(../img/header_career_mq.png);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__subcontents.headerbg.career {
    background-image: url(../img/header_career.png);
  }
}
.l-header__subcontents-title {
  display: inline-block;
  width: 100%;
  padding: 0rem 0rem;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
  line-height: 1.5;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  padding: 0rem 2rem;
}
@media screen and (min-width: 768px) {
  .l-header__subcontents-title {
    font-size: 1.6rem;
    padding: 0rem 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__subcontents-title {
    font-size: 2rem;
    padding: 0rem 9rem;
  }
}
.l-header__subcontents-title-wrap {
  display: block;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 100%, 0);
  width: 100%;
  /*text-align: center;*/
}
@media screen and (min-width: 768px) {
  .l-header__subcontents-title-wrap {
    width: auto;
    text-align: left;
  }
}
.l-header__subcontents-title-wrap.fadeUp {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.1s;
}

.hamburger {
  background: #00893c;
  width: 60px;
  height: 60px;
  padding-bottom: 20px;
  display: flex;
  top: 0;
  right: 0;
  border-radius: 0 0 0 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .hamburger {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .hamburger {
    display: none;
  }
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger span {
  background: white;
  width: 20px;
  height: 3px;
  position: absolute;
  transition: 0.3s ease-out;
}
.hamburger span:nth-of-type(1) {
  top: 10px;
}
.hamburger span:nth-of-type(3) {
  bottom: 28px;
}
@media screen and (min-width: 768px) {
  .hamburger span {
    width: 32px;
  }
  .hamburger span:nth-of-type(1) {
    top: 16px;
  }
  .hamburger span:nth-of-type(3) {
    bottom: 33px;
  }
}
.hamburger.active {
  border-radius: 0;
}
.hamburger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  transition: 0.3s ease-out;
}
.hamburger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
  transition: 0.3s ease-out;
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .hamburger.active span:nth-of-type(1) {
    transform: translateY(16px) rotate(-45deg);
  }
  .hamburger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
  }
}
.hamburger::after {
  content: "メニュー";
  text-align: center;
  font-size: 0.6em;
  color: white;
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
}
.hamburger.active::after {
  content: "閉じる";
}
.hamburger.active {
  content: "閉じる";
}

.menu {
  display: block;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .menu {
    top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .menu {
    display: flex;
    position: static;
    width: auto;
  }
}
.menu.open {
  transform: translate(0);
  transition: 0.3s ease-out;
  height: 100vh;
  padding: 2rem 0 1rem;
  background-color: #00893c;
  background-image: url(../img/header-humimg.svg);
  background-repeat: no-repeat;
  background-position: bottom 450px right 2rem;
}
@media screen and (min-width: 768px) {
  .menu.open {
    background-position: bottom 600px right 2rem;
    padding: 3rem 0 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .menu.open {
    background-position: bottom 350px right 2rem;
  }
}
.menu.open .l-header__li {
  height: auto;
  overflow: auto;
  text-align: center;
}
.menu.open .l-header__li-link {
  padding: 1rem 1rem;
  height: auto;
  overflow: auto;
}
.menu.open .l-header__li-link::before {
  content: "・";
}
@media screen and (min-width: 768px) {
  .menu.open .l-header__li-link {
    width: 50%;
    text-align: center;
    margin: auto;
  }
  .menu.open .l-header__li-link::before {
    content: none;
  }
}
.menu.open .l-header__li-contact {
  background: #ee9200;
  height: 60px;
  line-height: 60px;
  margin: auto;
  margin-top: 2rem;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  width: auto;
  padding: 0 5rem;
}
.menu.open .l-header__li-contact::before {
  content: none;
}

.l-main {
  padding: 3rem 0;
}
@media screen and (min-width: 576px) {
  .l-main {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 768px) {
  .l-main {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .l-main {
    padding: 6rem 0;
  }
}
.l-main__bottom01 {
  padding-bottom: 3rem;
}
.l-main__creamcolor {
  background-color: #f7f3e7;
}
.l-main__maincolor {
  background-color: #00893c;
}
.l-main__internal_link {
  padding-bottom: 0;
}
@media screen and (min-width: 576px) {
  .l-main__internal_link {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-main__internal_link {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__internal_link {
    padding-bottom: 0;
  }
}
.l-main__internal_link.marginbottom {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .l-main__internal_link.marginbottom {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__internal_link.marginbottom {
    margin-bottom: 5rem;
  }
}
.l-main__nopadding {
  padding: 0 0 3rem;
}
@media screen and (min-width: 576px) {
  .l-main__nopadding {
    padding: 0 0 4rem;
  }
}
@media screen and (min-width: 768px) {
  .l-main__nopadding {
    padding: 0 0 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__nopadding {
    padding: 0 0 6rem;
  }
}
.l-main__nopadding2 {
  padding: 0 0 3rem;
}
@media screen and (min-width: 576px) {
  .l-main__nopadding2 {
    padding: 0 0 4rem;
  }
}
@media screen and (min-width: 768px) {
  .l-main__nopadding2 {
    padding: 0rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__nopadding2 {
    padding: 6rem 0;
  }
}
.l-main__nopaddingbottom {
  padding: 3rem 0 0;
}
@media screen and (min-width: 576px) {
  .l-main__nopaddingbottom {
    padding: 4rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .l-main__nopaddingbottom {
    padding: 4rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__nopaddingbottom {
    padding: 6rem 0 0;
  }
}
.l-main__skew {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.l-main__skew::after {
  content: "";
  position: absolute;
  left: 0;
  top: -360px;
  /*四角形を傾けます*/
  transform: skewY(-8deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: white;
}
@media screen and (min-width: 768px) {
  .l-main__skew::after {
    top: -360px;
  }
}
.l-main__wrap {
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-main__wrap {
    width: 85%;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__wrap {
    width: 75%;
    max-width: 1200px;
  }
}
.l-main__twocolumn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.l-main__twocolumn-strech {
  align-items: stretch;
}
.l-main__twocolumn-left {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .l-main__twocolumn-left {
    width: 160px;
  }
}
.l-main__twocolumn-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-main__twocolumn-right {
    width: calc(100% - 224px);
  }
}
@media screen and (min-width: 1400px) {
  .l-main__twocolumn-right {
    width: calc(100% - 272px);
  }
}
.l-main__twocolumn-left_wide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.l-main__twocolumn-left_wide.memberleft {
  width: 100%;
}
.l-main__twocolumn-left_wide.flexend {
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .l-main__twocolumn-left_wide.memberleft {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .l-main__twocolumn-left_wide {
    width: 300px;
  }
  .l-main__twocolumn-left_wide.memberleft {
    width: 240px;
  }
}
.l-main__twocolumn-right_wide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.l-main__twocolumn-right_wide.memberright {
  width: 80%;
  margin: auto;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-main__twocolumn-right_wide.memberright {
    width: 60%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-main__twocolumn-right_wide {
    width: calc(100% - 336px);
  }
  .l-main__twocolumn-right_wide.memberright {
    /*width: calc(100% - 336px);*/
    width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .l-main__twocolumn-right_wide {
    width: calc(100% - 384px);
  }
  .l-main__twocolumn-right_wide.memberright {
    width: calc(100% - 384px);
  }
}
.l-main__subcontents {
  width: 100%;
  /*padding: 0 1.5rem;*/
  margin: 3rem auto 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.l-main__subcontents:first-child {
  margin-top: 200px;
}
@media screen and (min-width: 768px) {
  .l-main__subcontents:first-child {
    margin-top: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .l-main__subcontents:first-child {
    margin-top: 370px;
  }
}
.l-main__subcontents:last-of-type {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .l-main__subcontents:last-of-type {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-main__subcontents:last-of-type {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .l-main__subcontents {
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 4rem auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-main__subcontents {
    width: 80%;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-main__subcontents {
    width: 1300px;
  }
}
.l-main__subcontents-block {
  background: white;
  border-radius: 12px;
  width: 100%;
  display: block;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-main__subcontents-block {
    padding: 5rem 3rem;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-main__subcontents-block {
    padding: 5rem 4rem;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__subcontents-block {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .l-main__subcontents-block {
    width: 1300px;
    margin: auto;
  }
}
.l-main__subcontents-space {
  width: 100%;
  padding: 3rem 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-main__subcontents-space {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .l-main__subcontents-space {
    padding: 4rem 0;
    width: 1100px;
  }
}

.l-update {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.l-update:after {
  content: "";
  display: block;
  width: 30%;
  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
.l-update__block {
  margin-bottom: 2rem;
  width: 100%;
}
.l-update__block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-update__block {
    width: 30%;
    margin-bottom: 0rem;
  }
  .l-update__block:last-child {
    margin-bottom: 0rem;
  }
}
.l-update__block-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-update__block-link {
    align-items: flex-start;
  }
}
.l-update__img {
  border-radius: 3px;
  width: 43%;
  height: auto;
  line-height: 0;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-update__img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }
}
.l-update__img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.l-update__info {
  width: 57%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .l-update__info {
    width: 100%;
  }
}
.l-update__record {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0em;
}
@media screen and (min-width: 768px) {
  .l-update__record {
    margin-bottom: 0.5em;
  }
}
.l-update__record-date {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0.3em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-update__record-date {
    font-size: 1rem;
    margin-bottom: 0.4rem;
  }
  .l-update__record-date-index {
    font-size: 0.9375rem;
  }
}
.l-update__record-cate {
  display: inline-block;
  color: white;
  background: #87B350;
  font-size: 0.75rem;
  padding: 0 1em;
  line-height: 18px;
  height: 18px;
  border-radius: 9px;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  .l-update__record-cate {
    font-size: 0.875rem;
    padding: 0 1em;
    line-height: 22px;
    height: 22px;
    border-radius: 11px;
    margin-bottom: 0rem;
  }
  .l-update__record-cate-index {
    font-size: 0.875rem;
  }
}
.l-update__title {
  font-size: 0.85rem;
  line-height: 1.35;
  /*font-weight: foundation.$bold;*/
  text-align: left;
}
@media screen and (min-width: 576px) {
  .l-update__title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .l-update__title {
    font-size: 1rem;
  }
  .l-update__title-index {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.l-activity {
  width: 100%;
}
.l-activity__list {
  border-bottom: dashed 2px #3F3422;
  /*&:first-of-type .l-activity__link {
      padding-top: 0;
  }*/
}
.l-activity__link {
  width: 100%;
  display: inline-block;
  padding: 1rem 0;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .l-activity__link {
    padding: 2rem 0;
  }
}
.l-activity__date {
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-activity__date {
    font-size: 1rem;
  }
}
.l-activity__title {
  font-size: 1.125rem;
  font-size: 0.85rem;
  line-height: 1.35;
}
@media screen and (min-width: 576px) {
  .l-activity__title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .l-activity__title {
    font-size: 1.125rem;
  }
}

.spcenter {
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spcenter {
    text-align: left;
  }
}

body {
  color: #3F3422;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  body {
    font-weight: 600;
  }
}

:root {
  scroll-padding: 100px;
}
@media screen and (min-width: 768px) {
  :root {
    scroll-padding: 100px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    scroll-padding: 160px;
  }
}

.c-button__center {
  text-align: center;
}
.c-button__center-sponly {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-button__center-sponly {
    text-align: left;
  }
}
.c-button__margintop {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .c-button__margintop {
    margin-top: 3rem;
  }
}
.c-button__margintop2 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .c-button__margintop2 {
    margin-top: 5rem;
  }
}
.c-button__material {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-button__material {
    position: absolute;
    left: 0;
    bottom: 2rem;
    width: 100%;
    margin-top: 2.5rem;
  }
}
.c-button__material_wide {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-button__material_wide {
    width: auto;
  }
}
.c-button__link {
  display: inline-block;
  background: white;
  font-size: 0.85rem;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: ease 0.2s;
  height: 56px;
  border-radius: 28px;
  line-height: 56px;
  z-index: 1;
  border: 2px solid #00893c;
  width: 10em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-button__link {
    font-size: 1rem;
    height: 64px;
    border-radius: 32px;
    line-height: 64px;
  }
}
.c-button__link span {
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-right: 1em;
  z-index: 3;
  color: #00893c;
  height: 42px;
  line-height: 42px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-button__link span {
    height: 64px;
    line-height: 64px;
  }
}
.c-button__link span::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: 900;
  content: "\f061";
  position: absolute;
  display: inline-block;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-button__link span::after {
    font-size: 0.85em;
    right: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-button__link span:hover {
    color: white;
  }
}
.c-button__link-material {
  width: auto;
  border-radius: 1.25rem;
}
.c-button__link-material span {
  padding-left: 2rem;
  padding-right: 2rem;
}
.c-button__link-material span::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .c-button__link-material {
    width: 150px;
  }
}
.c-button__link-center {
  width: auto;
}
.c-button__link-center span {
  padding-left: 4em;
  padding-right: 5em;
}
.c-button__link-wideauto {
  width: auto;
}
.c-button__link-wideauto span {
  padding-left: 3em;
  padding-right: 4em;
}
.c-button__link-narrowauto {
  width: auto;
}
.c-button__link-narrowauto span {
  padding-left: 1em;
  padding-right: 2em;
}
@media screen and (min-width: 768px) {
  .c-button__link-narrowauto {
    width: auto;
  }
  .c-button__link-narrowauto span {
    padding-left: 3em;
    padding-right: 4em;
  }
}
.c-button__link-widemax {
  width: 100%;
}
.c-button__link-widemax span {
  padding-left: 3em;
  padding-right: 4em;
}
.c-button__link-widemax_02 {
  width: 100%;
}
.c-button__link-widemax_02 span {
  padding-left: 1em;
  padding-right: 2em;
}
@media screen and (min-width: 768px) {
  .c-button__link-widemax_02 {
    width: 100%;
  }
  .c-button__link-widemax_02 span {
    padding-left: 3em;
    padding-right: 4em;
  }
}
.c-button__link-orange {
  background: #ee9200;
  border: none;
  letter-spacing: 0.05em;
  font-size: 1rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .c-button__link-orange {
    font-size: 1.125rem;
  }
}
.c-button__link-orange span {
  color: white;
  height: auto;
  padding-left: 4em;
  padding-right: 4em;
}
.c-button__link-orange span::after {
  content: none;
}
.c-button__link-form {
  background: #ee9200;
  border: none;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
  width: auto;
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  cursor: hand;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .c-button__link-form {
    height: 94px;
    line-height: 94px;
    font-size: 1.85rem;
    width: auto;
  }
}
.c-button__link-form span {
  color: white;
  padding-right: 0;
}
.c-button__link-form span::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .c-button__link-form span {
    padding-left: 3em;
    padding-right: 3em;
  }
}

.bgleft {
  /*hoverした際の形状*/
}
.bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #00893c;
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
@media screen and (min-width: 1280px) {
  .bgleft:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

.c-breadcrumb {
  margin-top: 1rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}
.c-breadcrumb li {
  display: inline-block;
}
.c-breadcrumb li::after {
  content: "＞";
  display: inline;
  margin: auto 0.5em;
}
.c-breadcrumb li:last-child::after {
  content: none;
  margin: auto;
}
.c-breadcrumb.marginbottom {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb.marginbottom {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-breadcrumb.marginbottom {
    margin-bottom: 5rem;
  }
}

.c-heading__ja {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.c-heading__ja-vision {
  font-size: 1.385rem;
}
@media screen and (min-width: 768px) {
  .c-heading__ja {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-heading__ja {
    font-size: 2rem;
  }
}
.c-heading__ja-theme {
  font-size: 1.25rem;
  margin-left: -0.5em;
}
@media screen and (min-width: 768px) {
  .c-heading__ja-theme {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-heading__ja-theme {
    font-size: 1.75rem;
  }
}
.c-heading__ja .kakko {
  margin-left: -0.5em;
}
.c-heading__en {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-heading__en {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-heading__en {
    font-size: 1.5rem;
  }
}
.c-heading__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.c-heading__num {
  /*font-size: 4rem;*/
  font-size: 3.4rem;
  padding-left: 3rem;
  margin-bottom: 1rem;
  color: #00893c;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-heading__num {
    /*font-size: 6.5rem;*/
    font-size: 5.5rem;
    padding-left: 4rem;
    margin-bottom: 3rem;
  }
}
.c-heading__num::before {
  content: "";
  background-image: url(../img/heading_square.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  left: 0;
  top: 50%;
  position: absolute;
  background-size: contain;
  width: 2rem;
  height: 0.68rem;
}
@media screen and (min-width: 768px) {
  .c-heading__num::before {
    width: 2.8rem;
    height: 0.94rem;
  }
}
.c-heading__num-index01 {
  position: relative;
}
.c-heading__num-index01::after {
  content: "";
  background-image: url(../img/index_img01.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  position: absolute;
  background-size: contain;
  right: 0;
  top: -100px;
  width: 143px;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .c-heading__num-index01::after {
    width: 190px;
    height: 173px;
    right: 0;
    top: -56px;
  }
}
@media screen and (min-width: 1024px) {
  .c-heading__num-index01::after {
    width: 238px;
    height: 216px;
    right: 0;
    top: 0;
  }
}
.c-heading__num-white {
  color: white;
}
@media screen and (min-width: 1024px) {
  .c-heading__num-white {
    color: #00893c;
  }
}
.c-heading__white {
  color: white;
}
@media screen and (min-width: 1024px) {
  .c-heading__white {
    color: #3F3422;
  }
}
.c-heading__white2 {
  color: white;
}
.c-heading__center {
  text-align: center;
}
.c-heading__icon {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-heading__icon {
    margin-bottom: 1.5rem;
  }
}
.c-heading__shop {
  height: 36px;
  margin-left: auto;
  margin-right: auto;
}
.c-heading__shop img {
  width: auto;
  height: 36px;
}
@media screen and (min-width: 768px) {
  .c-heading__shop {
    width: auto;
  }
  .c-heading__shop img {
    width: auto;
    height: auto;
  }
}
.c-heading__knife_fork {
  position: relative;
  display: inline-block;
  width: auto;
}
.c-heading__knife_fork::before {
  display: inline-block;
  position: absolute;
  content: url(../img/heading_left.svg);
  bottom: 10px;
  left: -20px;
  width: 24px;
  height: 43px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .c-heading__knife_fork::before {
    bottom: -5px;
    left: -38px;
    width: 32px;
    height: 57px;
  }
}
@media screen and (min-width: 1024px) {
  .c-heading__knife_fork::before {
    bottom: 10px;
    left: -64px;
    width: 36px;
    height: 64px;
  }
}
.c-heading__knife_fork::after {
  display: inline-block;
  position: absolute;
  content: url(../img/heading_right.svg);
  bottom: 10px;
  right: -20px;
  width: 24px;
  height: 43px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .c-heading__knife_fork::after {
    bottom: -5px;
    right: -38px;
    width: 32px;
    height: 57px;
  }
}
@media screen and (min-width: 1024px) {
  .c-heading__knife_fork::after {
    bottom: 10px;
    right: -64px;
    width: 36px;
    height: 64px;
  }
}
.c-heading__mt {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .c-heading__mt {
    margin-top: 0;
  }
}
.c-heading__mt2 {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .c-heading__mt2 {
    margin-top: 60px;
  }
}

.c-internal_link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.c-internal_link__li {
  width: 100%;
  background-image: linear-gradient(to right, #3F3422 1.5px, transparent 1.5px);
  background-size: 3.5px 1.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.c-internal_link__li-link {
  width: 100%;
  padding: 2rem 0;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.c-internal_link__li-link.topline {
  background-image: linear-gradient(to right, #3F3422 1.5px, transparent 1.5px);
  background-size: 3.5px 1.5px;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (min-width: 768px) {
  .c-internal_link__li-link.topline2 {
    background-image: linear-gradient(to right, #3F3422 1.5px, transparent 1.5px);
    background-size: 3.5px 1.5px;
    background-repeat: repeat-x;
    background-position: left top;
  }
}
.c-internal_link__li-link:hover {
  color: #00893c;
}
.c-internal_link__li-link::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/internal_link_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-internal_link__li {
    width: 46%;
  }
}

.c-br-md-n {
  display: inline;
}
@media screen and (min-width: 768px) {
  .c-br-md-n {
    display: none;
  }
}

.c-br-md-n2 {
  display: inline;
}
@media screen and (min-width: 768px) {
  .c-br-md-n2 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-br-md-n2 {
    display: inline;
  }
}

.c-br-md {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-br-md {
    display: inline;
  }
}

.c-br-md2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-br-md2 {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .c-br-md2 {
    display: none;
  }
}

.c-br-lg-n {
  display: inline;
}
@media screen and (min-width: 1024px) {
  .c-br-lg-n {
    display: none;
  }
}

.c-br-lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-br-lg {
    display: inline;
  }
}

.c-br-xl-n {
  display: inline;
}
@media screen and (min-width: 1280px) {
  .c-br-xl-n {
    display: none;
  }
}

.c-br-xl {
  display: none;
}
@media screen and (min-width: 1280px) {
  .c-br-xl {
    display: inline;
  }
}

.c-br-xxl-n {
  display: inline;
}
@media screen and (min-width: 1400px) {
  .c-br-xxl-n {
    display: none;
  }
}

.c-br-xxl-n2 {
  display: inline;
}
@media screen and (min-width: 768px) {
  .c-br-xxl-n2 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-br-xxl-n2 {
    display: inline;
  }
}
@media screen and (min-width: 1280px) {
  .c-br-xxl-n2 {
    display: none;
  }
}

.js__fadeup {
  display: block;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.js__fadeup.scroll-in {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 0.8s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
}

.js__yokoslide {
  transition: 0.5s;
  /*transform: translateX(100%);*/
  opacity: 0;
}
.js__yokoslide.yokofadein {
  animation: yokoslideIn 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
}
@keyframes yokoslideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

.p-index-mv {
  margin-top: 80px;
}
.p-index-mv .slider_mv {
  opacity: 0;
  transition: opacity 0.25s ease-out;
  height: 364px;
}
@media screen and (min-width: 768px) {
  .p-index-mv .slider_mv {
    height: auto;
    aspect-ratio: 7/3;
  }
}
.p-index-mv .slider_mv.slick-initialized {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-index-mv {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv {
    margin-top: 160px;
  }
}
.p-index-mv__wrap {
  width: calc(100% - 1.5rem);
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-index-mv__wrap {
    width: calc(85% + 4rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__wrap {
    width: 92%;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__wrap {
    width: 87.5%;
  }
}
.p-index-mv__slide {
  overflow: hidden;
  z-index: 1;
  border-radius: 15px 0 0 15px;
}
.p-index-mv__slide img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-index-mv__slide {
    border-radius: 50px 0 0 50px;
    height: auto;
  }
}
.p-index-mv__copy {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75;
  color: white;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  transition: all 1s 2s ease-out;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 0, 0);
  opacity: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-index-mv__copy {
    width: 60%;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__copy {
    width: 50%;
    font-size: 2rem;
  }
}
.p-index-mv__copy.fadeUp {
  transform: translate3d(0, -50%, 0);
  transition-delay: 0.3s;
  opacity: 1;
}
.p-index-mv__copy-niko {
  position: relative;
  display: inline-block;
}
.p-index-mv__copy-niko::after {
  display: block;
  position: absolute;
  content: "";
  background-image: url(../img/niko.svg);
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  width: 100%;
  height: 13px;
  bottom: -5px;
  background-size: 94%;
}

.p-index__leadtext {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.85;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-index__leadtext {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index__leadtext {
    font-size: 1.65rem;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .p-index__leadtext {
    font-size: 1.8rem;
  }
}
.p-index__leadtext-kakko {
  margin-left: -0.5em;
}
.p-index__update-li {
  background: white;
  border-radius: 0.5em;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .p-index__update-li {
    padding: 2rem 0 0;
  }
}
.p-index__update-img {
  border-radius: 0.5em 0 0 0.5em;
}
@media screen and (min-width: 768px) {
  .p-index__update-img {
    border-radius: 0;
  }
}
.p-index__update-info {
  margin-top: 0;
  padding: 0.5rem 0.5em;
}
@media screen and (min-width: 768px) {
  .p-index__update-info {
    padding: 1rem 1.5rem 1rem;
  }
}
.p-index__wrap {
  padding: 1.5rem 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-index__wrap {
    padding: 3rem 0 0;
  }
}
.p-index__wrap-pict01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-index__wrap-pict01 {
    margin-bottom: 5rem;
  }
}
.p-index__wrap-pict01 img {
  width: 33.3333%;
  height: auto;
}
.p-index__wrap-copy {
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-index__wrap-copy {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index__wrap-copy {
    /* font-size: 1.8rem;*/
  }
}
@media screen and (min-width: 1280px) {
  .p-index__wrap-copy {
    font-size: 2rem;
  }
}
.p-index__wrap-copy01 {
  width: 80%;
  margin-bottom: 1rem;
}
.p-index__wrap-copy01 img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-index__wrap-copy01 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-index__wrap-copy01 img {
    width: auto;
  }
}
.p-index__wrap-copy02 {
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-index__wrap-copy02 {
    margin-bottom: 4rem;
  }
}
.p-index__wrap-text {
  line-height: 2;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-index__wrap-text {
    width: 75%;
  }
}
.p-index__wrap-bgimg01 {
  position: relative;
  padding-bottom: 10rem;
}
@media screen and (min-width: 1024px) {
  .p-index__wrap-bgimg01 {
    padding-bottom: 3rem;
  }
}
.p-index__wrap-bgimg01::before {
  content: "";
  width: 100px;
  height: 149px;
  background-image: url(../img/index_img05_cock.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  left: 0px;
  bottom: -10px;
  position: absolute;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-index__wrap-bgimg01::before {
    left: 40px;
    bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-index__wrap-bgimg01::before {
    width: 100px;
    height: 149px;
    right: 93px;
    left: auto;
    bottom: 490px;
  }
}
@media screen and (min-width: 1280px) {
  .p-index__wrap-bgimg01::before {
    width: 126px;
    height: 186px;
    right: 120px;
    left: auto;
    bottom: 400px;
  }
}
.p-index__wrap-bgimg01::after {
  content: "";
  width: 164px;
  height: 149px;
  background-image: url(../img/index_img06_dinner.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  right: 0px;
  bottom: -30px;
  position: absolute;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-index__wrap-bgimg01::after {
    right: 40px;
    bottom: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-index__wrap-bgimg01::after {
    width: 164px;
    height: 149px;
    right: -33px;
    bottom: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .p-index__wrap-bgimg01::after {
    width: 180px;
    height: 185px;
    right: -100px;
    bottom: 200px;
  }
}
.p-index__skew {
  background: #00893c;
}
@media screen and (min-width: 1024px) {
  .p-index__skew {
    background: #f7f3e7;
  }
}
.p-index__skew-green {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.p-index__skew-green::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -660px;
  /*四角形を傾けます*/
  transform: skewY(-8deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 50%;
  background: #00893c;
}
@media screen and (min-width: 1024px) {
  .p-index__skew-green::after {
    content: none;
  }
}
.p-index__materialsticky {
  position: sticky;
  top: 160px;
}
.p-index__materialsticky-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-index__materialsticky-flex {
    display: block;
  }
}
.p-index__materialsticky-ul {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-index__materialsticky-ul {
    display: block;
    margin-top: 5rem;
  }
}
.p-index__materialsticky-list {
  font-size: 1.5rem;
  transform: 0.3s;
  line-height: 2.5;
}
.p-index__materialsticky-link:hover {
  color: #00893c;
}
.p-index__material {
  position: relative;
  z-index: 1;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-index__material {
    padding: 0;
  }
}
.p-index__material-wrap {
  padding: 2rem 0 0;
}
@media screen and (min-width: 1024px) {
  .p-index__material-wrap {
    padding: 3rem 0 3rem 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-index__material-wrap {
    padding: 5rem 0 5rem 5rem;
  }
}
.p-index__material-bothpadding {
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-index__material-bothpadding {
    padding: 0;
  }
}
.p-index__material-bggreen {
  position: absolute;
  display: block;
  background: #00893c;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-index__material-nuritashi {
    position: relative;
  }
  .p-index__material-nuritashi::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #00893c;
    width: 30%;
    margin: 4rem 0 4rem;
    height: calc(100% - 7rem);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .p-index__material-nuritashi::after {
    margin: 6rem 0 4rem;
    height: calc(100% - 9rem);
  }
}
.p-index__material-header {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-index__material-header {
    margin-bottom: 2rem;
  }
}
.p-index__material-title {
  color: white;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-index__material-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index__material-title {
    /* font-size: 1.8rem;*/
  }
}
@media screen and (min-width: 1280px) {
  .p-index__material-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index__material-title {
    margin-bottom: 1.5rem;
  }
}
.p-index__material-lead {
  font-size: 1rem;
  color: white;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .p-index__material-lead {
    font-size: 1.125rem;
  }
}
.p-index__material-list {
  background: white;
  padding: 2rem 1.5rem;
  margin-bottom: 2.5rem;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .p-index__material-list {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 768px) {
  .p-index__material-list {
    margin-bottom: 4rem;
    padding: 2.5rem;
  }
}
.p-index__material-list:last-child {
  margin-bottom: 0rem;
}
.p-index__material-sdgsmark {
  width: 100%;
  margin-bottom: 1.25rem;
}
.p-index__material-sdgsmark img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-index__material-sdgsmark {
    margin-bottom: 2rem;
  }
}
.p-index__material-sdgsmark img {
  width: 28%;
  height: auto;
  max-width: 100px;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-index__material-sdgsmark img {
    width: 16.5%;
    margin-bottom: 0;
  }
}
.p-index__material-sdgsmark img:last-child {
  margin-right: 0rem;
}
.p-index__material-sdgstitle {
  color: #00893c;
  font-weight: 700;
  margin-bottom: 0.8rem;
  line-height: 1.5;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-index__material-sdgstitle {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index__material-sdgstitle {
    /* font-size: 1.8rem;*/
  }
}
@media screen and (min-width: 1280px) {
  .p-index__material-sdgstitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index__material-sdgstitle {
    margin-bottom: 1.5rem;
  }
}
.p-index__material-sdgstext {
  line-height: 1.85;
}
.p-index__activity {
  width: 100%;
  line-height: 0;
}
.p-index__activity-imageblock {
  /*@include foundation.flex($fw: nowrap);*/
}
.p-index__activity-image {
  width: 32%;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-index__activity-image {
    width: 19%;
  }
}
.p-index__activity-image img {
  width: 100%;
}
.p-index__activity-spnone {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-index__activity-spnone {
    display: block;
  }
}
.p-index__member {
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-index__member {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index__member {
    align-items: flex-start;
  }
}
.p-index__member-ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .p-index__member-ul {
    justify-content: space-between;
  }
}
.p-index__member-button {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-index__member-button {
    width: 48%;
    margin-bottom: 2rem;
  }
}
.p-index__member-button:last-child {
  margin-bottom: 0;
}
.p-index__member-entry {
  display: flex;
  justify-content: space-between;
  align-items: nowrap;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 1rem;
  background: white;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .p-index__member-entry {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 768px) {
  .p-index__member-entry {
    border-radius: 2rem;
  }
}
.p-index__member-entrywrap {
  width: 100%;
  padding: 2.5rem 1.5rem;
  background-image: url(../img/ai-farm_logomark.svg);
  background-size: 40%;
  background-position: right 2rem bottom 60%;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
}
@media screen and (min-width: 768px) {
  .p-index__member-entrywrap {
    background-size: 30%;
    padding: 2.5rem;
    background-position: right 3rem bottom 50%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index__member-entrywrap {
    width: 62.5%;
    padding: 4rem;
    background-size: auto;
    background-position: right 3rem bottom 50%;
  }
}
.p-index__member-entryimg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-index__member-entryimg {
    position: relative;
    display: block;
    opacity: 0.8;
    overflow: hidden;
    width: 37.5%;
  }
  .p-index__member-entryimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
}
.p-index__member-entrytext {
  margin-top: 2rem;
  line-height: 1.85;
}
.p-index__shop {
  padding: 2.5rem 1.5rem;
  border-radius: 1rem;
  background: white;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .p-index__shop {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 768px) {
  .p-index__shop {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index__shop {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index__shop {
    padding: 4rem;
  }
}
.p-index__shop-copy {
  text-align: center;
  color: #00893c;
  font-weight: 700;
  margin-top: 1.25rem;
  line-height: 1.5;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-index__shop-copy {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index__shop-copy {
    /* font-size: 1.8rem;*/
  }
}
@media screen and (min-width: 1280px) {
  .p-index__shop-copy {
    font-size: 2rem;
  }
}
.p-index__shop-copy {
  font-size: 1.3rem;
}
@media screen and (min-width: 1280px) {
  .p-index__shop-copy {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index__shop-copy {
    margin-top: 2rem;
  }
}
.p-index__shop-text {
  text-align: left;
  line-height: 1.85;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-index__shop-text {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index__shop-text {
    text-align: center;
  }
}
.p-index__shop-link {
  width: 100%;
  text-align: center;
}
.p-index__shop-lead {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: #00893c;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-index__shop-lead {
    font-size: 1.5rem;
    margin-top: 4rem;
  }
}
.p-index__shop-banner {
  width: 100%;
  display: block;
  margin: auto;
  transition: 0.3s;
}
.p-index__shop-banner img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-index__shop-banner {
    width: 640px;
  }
}
.p-index__shop-banner:hover {
  opacity: 0.5;
}
.p-index__recipes {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-index__recipes {
    margin-top: 4rem;
  }
}
.p-index__instagram {
  position: relative;
  text-align: center;
}
.p-index__instagram-title {
  width: 100%;
  padding: 0 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-index__instagram-title {
    width: 80%;
    margin: auto;
    padding: 0 3rem;
  }
}
.p-index__instagram-title::after {
  display: inline-block;
  position: absolute;
  content: "";
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(../img/index_instagram_img02.png);
  right: 1rem;
  width: 106px;
  height: 65px;
  top: -60px;
}
@media screen and (min-width: 768px) {
  .p-index__instagram-title::after {
    width: 154px;
    height: 104px;
    top: -100px;
    right: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-index__instagram-title::after {
    width: 154px;
    height: 104px;
    top: -100px;
    right: -100px;
  }
}
.p-index__instagram-title::before {
  width: 126px;
  height: 52px;
  top: 20px;
}
@media screen and (min-width: 768px) {
  .p-index__instagram-title::before {
    display: inline-block;
    position: absolute;
    content: "";
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(../img/index_instagram_img01.png);
    left: -3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index__instagram-title::before {
    left: 1.5em;
  }
}
.p-index__instagram-title-wrap {
  line-height: 1.5;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-index__instagram-title-wrap {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index__instagram-title-wrap {
    /* font-size: 1.8rem;*/
  }
}
@media screen and (min-width: 1280px) {
  .p-index__instagram-title-wrap {
    font-size: 2rem;
  }
}
.p-index__instagram-title-wrap::before {
  display: inline-block;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../img/Instagram.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: center;
  margin-right: 0.6em;
  transform: translateY(25%);
}
@media screen and (min-width: 768px) {
  .p-index__instagram-title-wrap::before {
    width: 48px;
    height: 48px;
  }
}
.p-index__instagram-photowrap {
  width: 100%;
  /*padding: 3rem 1.5rem 0rem;*/
  padding: 3rem 0 0rem;
  /*&::after {
      content: "";
      display: block;
      width: 32%;
  }*/
}
@media screen and (min-width: 768px) {
  .p-index__instagram-photowrap {
    margin: auto;
    padding: 3rem 0 3rem;
    /*&::after {
        content: none;

    }*/
  }
}
.p-index__instagram-photo {
  width: 32%;
  margin-left: 1rem;
  position: relative;
  /*@include foundation.mq {
      width: 19%;
  }*/
}
.p-index__instagram-photo::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-index__instagram-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index__instagram-text {
  margin-top: 1.5rem;
  line-height: 1.85;
  padding: 0 1.5rem;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .p-index__instagram-text {
    margin-top: 0;
    padding: 0;
    text-align: center;
  }
}
.p-index__instagram-banner {
  display: inline-block;
  width: calc(100% - 3rem);
  overflow: hidden;
  border: solid 2px #00893c;
  border-radius: 1em;
  transition: 0.3s;
  margin-top: 1.5rem;
}
.p-index__instagram-banner:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .p-index__instagram-banner {
    margin-top: 2rem;
    width: 484px;
  }
}
.p-index__instagram-banner img {
  width: 100%;
  height: auto;
}

.para.active {
  /* 目次にクラスactiveがついた時 */
  color: #00893c;
}

@keyframes fadeUP {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-25%);
  }
}
@media screen and (min-width: 768px) {
  .add-animation {
    animation: fadeUP 8s 0s forwards;
  }
}

.p-aboutus {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-aboutus {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-aboutus {
    padding-bottom: 4rem;
  }
}
.p-aboutus__text {
  margin-bottom: 3rem;
  line-height: 1.85;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-aboutus__text {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutus__text {
    margin-bottom: 5rem;
  }
}
.p-aboutus__philosophy {
  position: relative;
}
.p-aboutus__philosophy-ol {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-aboutus__philosophy-ol {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-aboutus__philosophy-ol {
    margin-top: 4rem;
  }
}
.p-aboutus__philosophy-li {
  list-style: decimal;
  line-height: 1.85;
  margin-left: 1em;
  /*font-size: 1.125rem;
  font-weight: foundation.$bold;*/
  font-size: 1;
  line-height: 1.85;
  margin-bottom: 1rem;
}
.p-aboutus__philosophy-li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-aboutus__philosophy-li {
    font-size: 1.25rem;
    margin-bottom: 3rem;
    /*スマホ回避*/
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 1.85;
    /*スマホ回避*/
  }
}
@media screen and (min-width: 1024px) {
  .p-aboutus__philosophy-li {
    font-size: 1.375rem;
    margin-bottom: 3rem;
  }
}
.p-aboutus__vision {
  position: relative;
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus__vision {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-aboutus__vision {
    min-height: 1300px;
  }
}
.p-aboutus__vision-left {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-aboutus__vision-left {
    width: 56%;
  }
  .p-aboutus__vision-left .p-aboutus__text:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .p-aboutus__vision-left {
    width: 65%;
  }
}
.p-aboutus__vision-right {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-aboutus__vision-right {
    display: block;
    width: 56%;
    position: absolute;
    right: 0;
    top: -50px;
    width: 33%;
    max-width: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .p-aboutus__vision-right {
    width: 40%;
    max-width: 550px;
  }
}
.p-aboutus__vision-right_img {
  width: 100%;
  margin-bottom: 2rem;
}
.p-aboutus__vision-right_img img {
  width: 100%;
}
.p-aboutus__vision-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  top: -70px;
}
@media screen and (min-width: 1024px) {
  .p-aboutus__vision-bottom {
    display: none;
  }
}
.p-aboutus__vision-bottom_img {
  width: 32%;
  margin-left: 1rem;
}
.p-aboutus__vision-bottom_img img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-aboutus__vision .slideraboutus {
    display: none;
  }
}
.p-aboutus__sdgs {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  background: white;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .p-aboutus__sdgs {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 768px) {
  .p-aboutus__sdgs {
    border-radius: 2rem;
  }
}
.p-aboutus__sdgs {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .p-aboutus__sdgs {
    padding: 3.5rem 2.5rem 2.5rem;
    box-shadow: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-aboutus__sdgs {
    width: 70%;
    margin: auto;
  }
}
.p-aboutus__sdgs-img {
  margin: 0 auto 1.25rem;
  width: 65%;
}
.p-aboutus__sdgs-img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-aboutus__sdgs-img {
    margin: 0 auto 1.5rem;
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .p-aboutus__sdgs-img {
    width: auto;
    margin: 0 auto 2rem;
  }
  .p-aboutus__sdgs-img img {
    width: auto;
  }
}
.p-aboutus__sdgs-text {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-aboutus__sdgs-text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-aboutus__sdgs-text {
    font-size: 1.5rem;
  }
}
.p-aboutus__sdgs-townimg {
  margin-top: 3rem;
  background-image: url(../img/sdgs_townimg.svg);
  background-position: left bottom;
  height: 82px;
  background-repeat: repeat-x;
  background-size: 190%;
}
@media screen and (min-width: 768px) {
  .p-aboutus__sdgs-townimg {
    background-position: left bottom;
    height: 132px;
    margin-top: 4rem;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .p-aboutus__sdgs-townimg {
    height: 164px;
    margin-top: 5rem;
    background-size: auto;
  }
}
.p-aboutus__outline {
  padding: 2.5rem 1.5rem;
  border-radius: 1rem;
  background: white;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .p-aboutus__outline {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 768px) {
  .p-aboutus__outline {
    border-radius: 2rem;
  }
}
.p-aboutus__outline {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .p-aboutus__outline {
    padding: 2.5rem;
    box-shadow: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-aboutus__outline {
    padding: 4rem;
    box-shadow: none;
  }
}
.p-aboutus__outline-data {
  line-height: 1.5;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  vertical-align: middle;
}
.p-aboutus__outline-dt, .p-aboutus__outline-dd {
  background-image: linear-gradient(to right, #3F3422 1.5px, transparent 1.5px);
  background-size: 3.5px 1.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.85rem 0;
}
@media screen and (min-width: 768px) {
  .p-aboutus__outline-dt, .p-aboutus__outline-dd {
    padding: 1.5rem 0;
  }
}
.p-aboutus__outline-dt {
  width: 20%;
  text-align: center;
}
.p-aboutus__outline-dd {
  width: 75%;
}
.p-aboutus__banner {
  margin: 2.5rem auto 1rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus__banner {
    margin: 5rem auto 0;
    width: 450px;
  }
}

.p-sdgs__text {
  margin-bottom: 3rem;
  line-height: 1.85;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__text {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs__text {
    margin-bottom: 5rem;
  }
  .p-sdgs__text.short {
    margin-bottom: 3rem;
  }
}
.p-sdgs__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-sdgs__flex-alitop {
  align-items: flex-start;
}
.p-sdgs__flex-left {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-sdgs__flex-left {
    width: 50%;
  }
  .p-sdgs__flex-left .nobttom {
    margin-bottom: 0;
  }
  .p-sdgs__flex-left.leftwide {
    /*width: 100%;*/
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__flex-left.leftwide {
    width: 50%;
  }
}
.p-sdgs__flex-right {
  width: 100%;
}
.p-sdgs__flex-right_sdgs_log_marks {
  width: 100%;
  text-align: center;
}
.p-sdgs__flex-right_sdgs_log_marks img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-sdgs__flex-right_sdgs_log_marks {
    width: 70%;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__flex-right_sdgs_log_marks {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__flex-right {
    width: 42%;
  }
  .p-sdgs__flex-right.rightwide {
    /*width: 100%;*/
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__flex-right.rightwide {
    width: 48%;
  }
}
.p-sdgs__flex-padding {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-sdgs__flex-padding {
    margin-top: 3rem;
  }
}
.p-sdgs__flex-right03img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
}
.p-sdgs__flex-right03img img {
  width: 48%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-sdgs__flex-right03img {
    width: 88%;
    margin: 0 0 0 auto;
  }
  .p-sdgs__flex-right03img img {
    width: 100%;
  }
  .p-sdgs__flex-right03img img:first-child {
    margin-bottom: 1.5rem;
  }
}
.p-sdgs__material {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  background: white;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .p-sdgs__material {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs__material {
    border-radius: 2rem;
  }
}
.p-sdgs__material {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .p-sdgs__material {
    padding: 2.5rem;
    box-shadow: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__material {
    padding: 4rem;
    box-shadow: none;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__material {
    padding: 5rem;
    box-shadow: none;
  }
}
.p-sdgs__material-wrap {
  position: relative;
}
.p-sdgs__material-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-sdgs__material-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-sdgs__material-img {
    position: static;
    width: 80%;
    height: auto;
    margin: auto;
  }
  .p-sdgs__material-img img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__material-img {
    width: auto;
  }
  .p-sdgs__material-img img {
    width: auto;
  }
}
.p-sdgs__material-imgdummy {
  width: 100%;
  margin-bottom: 2rem;
}
.p-sdgs__material-imgdummy img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sdgs__material-imgdummy {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__material-imgdummy {
    width: auto;
  }
  .p-sdgs__material-imgdummy img {
    width: auto;
  }
}
.p-sdgs__material-boxwrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-sdgs__material-boxwrap {
    margin-top: 4rem;
  }
}
.p-sdgs__material-box {
  border: 2px solid #00893c;
  border-radius: 1.5rem;
  position: relative;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__material-box {
    border-radius: 1.75rem;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__material-box {
    padding: 2rem;
  }
}
.p-sdgs__material-box.material01 {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__material-box.material01 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__material-box.material01 {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.p-sdgs__material-box.material01::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .p-sdgs__material-box.material01::after {
    content: "";
    position: absolute;
    background-image: url(../img/material_fukidashi01.svg);
    background-repeat: no-repeat;
    background-position: left top;
    left: 12%;
    bottom: -43px;
    height: 44px;
    width: 107px;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__material-box.material01::after {
    left: 18%;
    bottom: -43px;
    height: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__material-box.material01::after {
    bottom: -63px;
    left: 18%;
    height: 64px;
  }
}
.p-sdgs__material-box.material02 {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__material-box.material02 {
    width: 48%;
    padding-bottom: 6rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__material-box.material02 {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__material-box.material02 {
    width: 52%;
    padding-bottom: 8rem;
  }
}
.p-sdgs__material-box.material02::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .p-sdgs__material-box.material02::after {
    content: "";
    position: absolute;
    background-image: url(../img/material_fukidashi02.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 107px;
    left: 10%;
    top: -43px;
    height: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__material-box.material02::after {
    left: 10%;
    top: -43px;
    height: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__material-box.material02::after {
    left: 25%;
    top: -63px;
    height: 64px;
  }
}
.p-sdgs__material-box.material03 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sdgs__material-box.material03 {
    width: 48%;
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__material-box.material03 {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__material-box.material03 {
    width: 40%;
    padding-bottom: 8rem;
  }
}
.p-sdgs__material-box.material03::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .p-sdgs__material-box.material03::after {
    content: "";
    position: absolute;
    background-image: url(../img/material_fukidashi03.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 107px;
    right: 10%;
    top: -43px;
    height: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__material-box.material03::after {
    right: 10%;
    top: -43px;
    height: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__material-box.material03::after {
    right: 25%;
    height: 64px;
    top: -63px;
  }
}
.p-sdgs__material-box.material03 ul {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.p-sdgs__material-sdgstitle {
  width: 100%;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 1.25rem;
  height: 2rem;
  line-height: 2.25rem;
  border-radius: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}
.p-sdgs__material-sdgstitle.sdgstitle01 {
  background-image: url(..//img/sdgs_material_01.svg);
}
.p-sdgs__material-sdgstitle.sdgstitle02 {
  background-image: url(..//img/sdgs_material_02.svg);
}
.p-sdgs__material-sdgstitle.sdgstitle03 {
  background-image: url(..//img/sdgs_material_03.svg);
}
@media screen and (min-width: 768px) {
  .p-sdgs__material-sdgstitle {
    display: none;
  }
}
.p-sdgs__material-boxflex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.p-sdgs__material-boxflex.alistart {
  align-items: flex-start;
}
.p-sdgs__material-boxflex-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-sdgs__material-boxflex-left img {
  width: 40px;
  height: auto;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__material-boxflex-left img {
    width: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__material-boxflex-left img {
    width: 70px;
    margin-right: 1rem;
  }
  .p-sdgs__material-boxflex-left img:first-child {
    margin-bottom: 1rem;
  }
  .p-sdgs__material-boxflex-left img:last-child {
    margin-right: 0;
  }
}
.p-sdgs__material-boxflex-left.left01 {
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-sdgs__material-boxflex-left.left01 {
    width: 180px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .p-sdgs__material-boxflex-left.left01 {
    width: 360px;
  }
}
.p-sdgs__material-boxflex-left.left02 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*justify-content: center;*/
}
.p-sdgs__material-boxflex-left.left02.left02_03 {
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-sdgs__material-boxflex-left.left02 {
    justify-content: flex-start;
    padding: 0 0.9rem;
  }
  .p-sdgs__material-boxflex-left.left02.left02_03 {
    padding: 0 0.5rem;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__material-boxflex-left.left02 {
    padding: 0 1.3rem;
  }
}
.p-sdgs__material-boxflex-right.right01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .p-sdgs__material-boxflex-right.right01 {
    width: calc(100% - 180px);
  }
}
@media screen and (min-width: 1400px) {
  .p-sdgs__material-boxflex-right.right01 {
    width: calc(100% - 360px);
  }
}
.p-sdgs__material-boxflex-right.right02 {
  width: 100%;
  margin-right: auto;
}
.p-sdgs__material-boxflex-ul {
  width: 100%;
  text-align: left;
  line-height: 1.85;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-sdgs__material-boxflex-ul.ul01 {
    padding-right: 1.5rem;
    width: calc(100% - 150px);
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__material-boxflex-ul {
    width: calc(100% - 150px);
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__material-boxflex-ul.rightmax {
    width: 100%;
  }
}
.p-sdgs__material-boxflex-ul li {
  line-height: 1.5;
  font-size: 0.85rem;
  padding-bottom: 0.3em;
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .p-sdgs__material-boxflex-ul li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__material-boxflex-ul li {
    font-size: 1.125rem;
    /*margin-left: 2em;*/
  }
}
.p-sdgs__material-boxflex-ul li::before {
  content: "・";
}
.p-sdgs__material-title {
  margin-bottom: 1.25rem;
  line-height: 1.5;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__material-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__material-title {
    /* font-size: 1.8rem;*/
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__material-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs__material-title {
    margin-bottom: 2rem;
  }
}
.p-sdgs__heading-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-sdgs__heading-left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sdgs__heading-left {
    width: 50%;
  }
}
.p-sdgs__heading-right {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.p-sdgs__heading-right img {
  width: 28%;
  margin-left: 0;
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
}
.p-sdgs__heading-right img:first-of-type {
  margin-left: 0rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__heading-right {
    margin-top: 0;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
  .p-sdgs__heading-right img {
    width: 90px;
    height: auto;
    margin-left: 1rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__heading-right img {
    width: 100px;
    margin-left: 1rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__heading-right {
    width: 50%;
  }
  .p-sdgs__heading-right img {
    width: 125px;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
  .p-sdgs__heading-right.right02 {
    width: 40%;
  }
}
.p-sdgs__theme-title {
  color: #00893c;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__theme-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__theme-title {
    /* font-size: 1.8rem;*/
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__theme-title {
    font-size: 2rem;
  }
}
.p-sdgs__theme-subtitle {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__theme-subtitle {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__theme-subtitle {
    font-size: 1.6rem;
  }
}
.p-sdgs__theme-text {
  line-height: 1.85;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__theme-text {
    margin-top: 3rem;
  }
}
.p-sdgs__theme-text {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.p-sdgs__theme-text:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-sdgs__theme-text {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__theme-text.pr {
    padding-right: 3rem;
  }
}
.p-sdgs__theme-certificate {
  width: 100%;
  margin: 2rem auto 0 auto;
  text-align: center;
}
.p-sdgs__theme-certificate img {
  width: 60%;
  height: auto;
  margin: auto;
}
.p-sdgs__theme-certificate figcaption {
  font-size: 1rem;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__theme-certificate figcaption {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__theme-certificate {
    margin: 0rem 0 0 auto;
    width: 83%;
  }
  .p-sdgs__theme-certificate img {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__theme-certificate {
    margin: 8rem 0 0 auto;
  }
}
.p-sdgs__noufuku {
  text-align: center;
  padding: 2rem 1.5rem;
  margin-top: 5rem;
  border-radius: 1rem;
  background: white;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .p-sdgs__noufuku {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs__noufuku {
    border-radius: 2rem;
  }
}
.p-sdgs__noufuku {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .p-sdgs__noufuku {
    padding: 2.5rem;
    box-shadow: none;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__noufuku {
    padding: 4rem;
    box-shadow: none;
  }
}
.p-sdgs__noufuku-logo {
  width: 120px;
  margin: 0 auto 2rem;
}
.p-sdgs__noufuku-logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sdgs__noufuku-logo {
    width: 200px;
  }
}
.p-sdgs__noufuku-title {
  color: #00893c;
  font-weight: 700;
  margin-top: 1.25rem;
  line-height: 1.5;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__noufuku-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__noufuku-title {
    /* font-size: 1.8rem;*/
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__noufuku-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs__noufuku-title {
    margin-top: 2rem;
  }
}
.p-sdgs__noufuku-text {
  width: 100%;
  margin: 1.5rem auto 0;
  line-height: 1.9;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .p-sdgs__noufuku-text {
    width: 75%;
    margin: 3rem auto 0;
  }
}
.p-sdgs__noufuku-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #1490A7;
  text-decoration: underline;
  line-height: 1.3;
  font-size: 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-sdgs__noufuku-link {
    font-size: 1rem;
    text-align: center;
  }
}
.p-sdgs__noufuku-link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f35d";
  font-size: 1em;
  display: inline-block;
}
.p-sdgs__background-objective-title {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #00893c;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.25rem;
  padding-top: 48px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-sdgs__background-objective-title {
    font-size: 1.6rem;
    padding-top: 96px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__background-objective-title {
    font-size: 1.35rem;
    padding-top: 58px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__background-objective-title {
    font-size: 1.6rem;
    padding-top: 96px;
    margin-top: 20px;
  }
}
.p-sdgs__background-objective-title::before {
  content: "";
  background-image: url(../img/ai-farm_logomark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 24px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .p-sdgs__background-objective-title::before {
    width: 48px;
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__background-objective-title::before {
    width: 36px;
    height: 54px;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__background-objective-title::before {
    width: 48px;
    height: 80px;
  }
}
.p-sdgs__background-objective-circle {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  position: relative;
  width: 96%;
  padding-top: 100%;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .p-sdgs__background-objective-circle {
    margin-top: 3rem;
    width: 550px;
    padding-top: 0;
    height: 550px;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__background-objective-circle {
    margin-top: 0rem;
    margin-left: auto;
    margin-right: 0;
    width: 400px;
    padding-top: 0;
    height: 400px;
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__background-objective-circle {
    margin-top: -4rem;
    margin-left: auto;
    margin-right: 0;
    width: 550px;
    padding-top: 0;
    height: 550px;
    margin-bottom: 6rem;
  }
}
.p-sdgs__background-objective-circle .arrow01,
.p-sdgs__background-objective-circle .arrow02,
.p-sdgs__background-objective-circle .arrow03,
.p-sdgs__background-objective-circle .arrow04,
.p-sdgs__background-objective-circle .arrow05 {
  display: block;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  width: 36px;
}
.p-sdgs__background-objective-circle .arrow01 img,
.p-sdgs__background-objective-circle .arrow02 img,
.p-sdgs__background-objective-circle .arrow03 img,
.p-sdgs__background-objective-circle .arrow04 img,
.p-sdgs__background-objective-circle .arrow05 img {
  width: 100%;
}
@media screen and (min-width: 414px) {
  .p-sdgs__background-objective-circle .arrow01,
  .p-sdgs__background-objective-circle .arrow02,
  .p-sdgs__background-objective-circle .arrow03,
  .p-sdgs__background-objective-circle .arrow04,
  .p-sdgs__background-objective-circle .arrow05 {
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs__background-objective-circle .arrow01,
  .p-sdgs__background-objective-circle .arrow02,
  .p-sdgs__background-objective-circle .arrow03,
  .p-sdgs__background-objective-circle .arrow04,
  .p-sdgs__background-objective-circle .arrow05 {
    width: 62px;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__background-objective-circle .arrow01,
  .p-sdgs__background-objective-circle .arrow02,
  .p-sdgs__background-objective-circle .arrow03,
  .p-sdgs__background-objective-circle .arrow04,
  .p-sdgs__background-objective-circle .arrow05 {
    width: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__background-objective-circle .arrow01,
  .p-sdgs__background-objective-circle .arrow02,
  .p-sdgs__background-objective-circle .arrow03,
  .p-sdgs__background-objective-circle .arrow04,
  .p-sdgs__background-objective-circle .arrow05 {
    width: 62px;
  }
}
.p-sdgs__background-objective-circle .arrow01 {
  right: 20%;
  top: 20%;
  transform: rotate(36deg);
}
.p-sdgs__background-objective-circle .arrow02 {
  right: 6%;
  bottom: 28%;
  transform: rotate(117deg);
}
.p-sdgs__background-objective-circle .arrow03 {
  left: 50%;
  bottom: 0%;
  transform: rotate(180deg) translateX(50%);
}
.p-sdgs__background-objective-circle .arrow04 {
  left: 6%;
  bottom: 28%;
  transform: rotate(-117deg);
}
.p-sdgs__background-objective-circle .arrow05 {
  left: 20%;
  top: 20%;
  transform: rotate(-36deg);
}
.p-sdgs__background-objective-li {
  position: absolute;
  text-align: center;
  display: block;
  background: #F8F0CE;
  line-height: 1.3;
  font-size: 0.75rem;
  width: 110px;
  height: 110px;
  border-radius: 55px;
  /*@include foundation.mq(lg) {
      font-size: 1.125rem;
      width: 214px;
      height: 214px;
      border-radius: 107px;
  }*/
}
@media screen and (min-width: 768px) {
  .p-sdgs__background-objective-li {
    font-size: 1rem;
    width: 180px;
    height: 180px;
    border-radius: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__background-objective-li {
    font-size: 0.75rem;
    width: 130px;
    height: 130px;
    border-radius: 65px;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__background-objective-li {
    font-size: 1rem;
    width: 180px;
    height: 180px;
    border-radius: 90px;
  }
}
.p-sdgs__background-objective-li.pa01 {
  left: 50%;
  top: 0%;
  transform: translateX(-50%) translateY(0%);
}
.p-sdgs__background-objective-li.pa02 {
  right: -5%;
  top: 45%;
  transform: translateX(0%) translateY(-50%);
}
.p-sdgs__background-objective-li.pa03 {
  right: 28.5%;
  bottom: -5%;
  transform: translateX(50%) translateY(0%);
}
.p-sdgs__background-objective-li.pa04 {
  left: 28.5%;
  bottom: -5%;
  transform: translateX(-50%) translateY(0%);
}
.p-sdgs__background-objective-li.pa05 {
  left: -5%;
  top: 45%;
  transform: translateX(0%) translateY(-50%);
}
.p-sdgs__background-objective-li .objective-chi01,
.p-sdgs__background-objective-li .objective-chi02,
.p-sdgs__background-objective-li .objective-chi03,
.p-sdgs__background-objective-li .objective-chi04,
.p-sdgs__background-objective-li .objective-chi05 {
  width: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateX(-50%) translateY(-50%);
}
.p-sdgs__background-objective-li .objective-chi01::before,
.p-sdgs__background-objective-li .objective-chi01::after,
.p-sdgs__background-objective-li .objective-chi02::after,
.p-sdgs__background-objective-li .objective-chi03::after,
.p-sdgs__background-objective-li .objective-chi04::after,
.p-sdgs__background-objective-li .objective-chi05::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.p-sdgs__background-objective-li .objective-chi01::before {
  background-image: url(../img/aboutus_background-01tomato.png);
  right: 10px;
  top: -42px;
  width: 37px;
  height: 27px;
  /*@include foundation.mq(lg) {
      right: 10px;
      top: -70px;
      width: 73px;
      height: 53px;
  }*/
}
@media screen and (min-width: 768px) {
  .p-sdgs__background-objective-li .objective-chi01::before {
    right: 10px;
    top: -65px;
    width: 58px;
    height: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__background-objective-li .objective-chi01::before {
    right: 10px;
    top: -42px;
    width: 37px;
    height: 27px;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__background-objective-li .objective-chi01::before {
    right: 10px;
    top: -65px;
    width: 58px;
    height: 43px;
  }
}
.p-sdgs__background-objective-li .objective-chi01::after {
  background-image: url(../img/aboutus_background-02pumpkin.png);
  left: 10px;
  bottom: -31px;
  width: 24px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .p-sdgs__background-objective-li .objective-chi01::after {
    left: 10px;
    bottom: -40px;
    width: 38px;
    height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__background-objective-li .objective-chi01::after {
    left: 10px;
    bottom: -31px;
    width: 24px;
    height: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__background-objective-li .objective-chi01::after {
    left: 10px;
    bottom: -40px;
    width: 38px;
    height: 30px;
  }
}
.p-sdgs__background-objective-li .objective-chi02::after {
  background-image: url(../img/aboutus_background-03cooking.png);
  right: 30px;
  top: -90px;
  width: 56px;
  height: 83px;
  /*@include foundation.mq(lg) {
      right: -40px;
      top: -90px;
      width: 112px;
      height: 165px;
  }*/
}
@media screen and (min-width: 768px) {
  .p-sdgs__background-objective-li .objective-chi02::after {
    right: 55px;
    top: -160px;
    width: 90px;
    height: 132px;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__background-objective-li .objective-chi02::after {
    right: 30px;
    top: -90px;
    width: 56px;
    height: 83px;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__background-objective-li .objective-chi02::after {
    right: 55px;
    top: -160px;
    width: 90px;
    height: 132px;
  }
}
.p-sdgs__background-objective-li .objective-chi03::after {
  background-image: url(../img/aboutus_background-04dinner.png);
  right: 0px;
  bottom: -86px;
  width: 83px;
  height: 86px;
  /*@include foundation.mq(lg) {
      right: -110px;
      bottom: -110px;
      width: 166px;
      height: 171px;
  }*/
}
@media screen and (min-width: 768px) {
  .p-sdgs__background-objective-li .objective-chi03::after {
    right: -40px;
    bottom: -120px;
    width: 133px;
    height: 137px;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__background-objective-li .objective-chi03::after {
    right: 0px;
    bottom: -86px;
    width: 83px;
    height: 86px;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__background-objective-li .objective-chi03::after {
    right: -40px;
    bottom: -120px;
    width: 133px;
    height: 137px;
  }
}
.p-sdgs__background-objective-li .objective-chi04::after {
  background-image: url(../img/aboutus_background-05farmer01.png);
  left: -30px;
  bottom: -66px;
  width: 104px;
  height: 64px;
  /*@include foundation.mq(lg) {
      left: -160px;
      bottom: -80px;
      width: 208px;
      height: 128px;
  }*/
}
@media screen and (min-width: 768px) {
  .p-sdgs__background-objective-li .objective-chi04::after {
    left: -40px;
    bottom: -116px;
    width: 166px;
    height: 102px;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__background-objective-li .objective-chi04::after {
    left: -30px;
    bottom: -66px;
    width: 104px;
    height: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__background-objective-li .objective-chi04::after {
    left: -40px;
    bottom: -116px;
    width: 166px;
    height: 102px;
  }
}
.p-sdgs__background-objective-li .objective-chi05::after {
  background-image: url(../img/aboutus_background-06farmer02.png);
  left: 0px;
  top: -77px;
  width: 83px;
  height: 68px;
  /*@include foundation.mq(lg) {
      right: auto;
      left: -80px;
      top: -120px;
      bottom: auto;
      width: 166px;
      height: 135px;
  }*/
}
@media screen and (min-width: 768px) {
  .p-sdgs__background-objective-li .objective-chi05::after {
    right: auto;
    left: 0px;
    top: -126px;
    bottom: auto;
    width: 133px;
    height: 108px;
  }
}
@media screen and (min-width: 1024px) {
  .p-sdgs__background-objective-li .objective-chi05::after {
    left: 0px;
    top: -77px;
    width: 83px;
    height: 68px;
  }
}
@media screen and (min-width: 1280px) {
  .p-sdgs__background-objective-li .objective-chi05::after {
    right: auto;
    left: 0px;
    top: -126px;
    bottom: auto;
    width: 133px;
    height: 108px;
  }
}

::-webkit-full-page-media,
:future,
:root .material03::after {
  top: -43px;
}
@media screen and (min-width: 1280px) {
  ::-webkit-full-page-media,
  :future,
  :root .material03::after {
    top: -62px;
  }
}

::-webkit-full-page-media,
:future,
:root .material02::after {
  top: -43px;
}
@media screen and (min-width: 1280px) {
  ::-webkit-full-page-media,
  :future,
  :root .material02::after {
    top: -62px;
  }
}

.p-member__lead {
  width: 100%;
  font-size: 1rem;
  padding-bottom: 2rem;
  line-height: 1.85;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-member__lead {
    font-size: 1.125rem;
    padding-bottom: 3rem;
    margin-top: 4rem;
  }
}
.p-member__ul.pd4 {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-member__ul.pd4 {
    padding-top: 4rem;
  }
}
.p-member__li {
  margin-bottom: 3rem;
  width: 46%;
}
@media screen and (min-width: 768px) {
  .p-member__li {
    width: 48%;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-member__li {
    width: 27.5%;
  }
}
.p-member__li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.p-member__img {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 768px) {
  .p-member__img {
    width: 100%;
    border-radius: 6px;
  }
}
.p-member__img img {
  width: 100%;
  height: auto;
}
.p-member__img-sponsor {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 7.5%;
}
.p-member__info {
  width: 100%;
  margin-top: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-member__info {
    width: 100%;
  }
}
.p-member__info-name {
  margin-bottom: 0.3rem;
  font-size: 0.875rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .p-member__info-name {
    font-size: 1rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .p-member__info-name {
    font-size: 1.125rem;
  }
}
.p-member__info-websns {
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-member__info-websns {
    margin-bottom: 0.6rem;
  }
}
.p-member__info-website, .p-member__info-tabelog {
  /*font-size: 0.6rem;
  padding: 0.2em 0.4rem;*/
  font-size: 0.8125rem;
  padding: 0.2em 0.4rem;
  display: inline-block;
  margin-right: 0.7em;
  border-radius: 3px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-member__info-website, .p-member__info-tabelog {
    /*font-size: 0.75rem;*/
    font-size: 0.8125rem;
    margin-right: 0.7em;
    padding: 0.4em 0.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-member__info-website, .p-member__info-tabelog {
    font-size: 0.875rem;
  }
}
.p-member__info-website {
  background: #EACC3D;
}
.p-member__info-tabelog {
  background: #ECA063;
}
.p-member__info-insta {
  line-height: 1;
  /*font-size: 1rem;*/
  font-size: 1.25rem;
  margin-bottom: 0rem;
}
@media screen and (min-width: 768px) {
  .p-member__info-insta {
    font-size: 2rem;
    margin-bottom: 0.1rem;
  }
}
.p-member__info-adress {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-member__info-adress {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-member__info-adress {
    font-size: 1rem;
  }
}
.p-member__info-adress .day,
.p-member__info-adress .night {
  display: inline-block;
  width: 1.3em;
  height: 1em;
  position: relative;
}
.p-member__info-adress .day::before,
.p-member__info-adress .night::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-position: center;
  left: 0;
  top: 57%;
  transform: translateY(-50%);
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-member__info-adress .day::before {
  background-image: url(../img/member-info_day.svg);
  width: 100%;
  height: 1em;
}
.p-member__info-adress .night::before {
  background-image: url(../img/member-info_night.svg);
  width: 100%;
  height: 1em;
}
.p-member__sponsor {
  width: 100%;
}
.p-member__sponsor::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .p-member__sponsor {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-member__sponsor {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .p-member__sponsor {
    width: 1100px;
    margin: auto;
  }
}
.p-member__sponsor-li {
  width: 100%;
  display: block;
  text-align: center;
  margin-left: 0;
  margin-bottom: 0;
}
.p-member__sponsor-li img {
  width: 80%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-member__sponsor-li {
    width: 30%;
    margin-bottom: 1.5em;
  }
  .p-member__sponsor-li img {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .p-member__sponsor-li {
    width: 26%;
  }
}
.p-member__group-wrap {
  margin: auto;
  width: 100%;
  background: #F7EFCD;
  text-align: center;
  line-height: 1.85;
  border-radius: 12px;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-member__group-wrap {
    border-radius: 20px;
    padding: 4rem 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-member__group-wrap {
    width: 70%;
    padding: 4rem 0;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-member__group-wrap {
    padding: 4rem 0;
  }
}
.p-member__group-title {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-member__group-title {
    font-size: 1.5rem;
  }
}
.p-member__group-member {
  margin-bottom: 2rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-member__group-member {
    font-size: 1.125rem;
  }
}
.p-member__group-address {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-member__group-address {
    font-size: 1.125rem;
  }
}
.p-member__secretariate {
  width: 100%;
  padding: 1.5rem 0;
  margin-top: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-member__secretariate {
    padding: 3rem 0;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-member__secretariate {
    padding-top: 3rem;
  }
}
.p-member__secretariate::before {
  position: absolute;
  content: "";
  display: block;
  background-image: linear-gradient(to right, #3F3422 1.5px, transparent 1.5px);
  background-size: 3.5px 1.5px;
  background-repeat: repeat-x;
  background-position: left top;
  width: 100%;
  height: 1.5px;
  left: 0;
  top: 0;
}
.p-member__secretariate::after {
  position: absolute;
  content: "";
  display: block;
  background-image: linear-gradient(to right, #3F3422 1.5px, transparent 1.5px);
  background-size: 3.5px 1.5px;
  background-repeat: repeat-x;
  background-position: left top;
  width: 100%;
  height: 1.5px;
  left: 0;
  bottom: 0;
}
.p-member__secretariate-name {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-member__secretariate-name {
    font-size: 1.25rem;
  }
}
.p-member__secretariate-executives {
  line-height: 1.7;
  font-size: 1rem;
  padding: 1rem 0;
}
.p-member__secretariate-th {
  /*width: auto;*/
  text-align: left;
  font-size: 0.875em;
}
.p-member__secretariate-td {
  width: auto;
  text-align: left;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-member__secretariate-td {
    padding-left: 2rem;
  }
}
.p-member__secretariate-info {
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.p-update {
  width: 100%;
  text-align: center;
}
.p-update__wrap {
  text-align: center;
  padding: 1.8rem 1rem;
  border-radius: 1rem;
  background: white;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .p-update__wrap {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 768px) {
  .p-update__wrap {
    border-radius: 2rem;
  }
}
.p-update__wrap {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .p-update__wrap {
    padding: 2rem;
    box-shadow: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-update__wrap {
    padding: 3rem;
    box-shadow: none;
  }
}
@media screen and (min-width: 1280px) {
  .p-update__wrap {
    padding: 4rem;
    box-shadow: none;
  }
}
.p-update__cate {
  width: 100%;
  text-align: left;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-update__cate {
    padding: 0 0;
  }
}
.p-update__cate-list {
  display: inline-block;
}
.p-update__cate-link {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  padding: 0 1em;
  margin-right: 0.5em;
  background: #87B350;
  color: white;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-update__cate-link {
    font-size: 1rem;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    padding: 0 2em;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-update__cate-link {
    font-size: 1.125rem;
    font-weight: 700;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
  }
}
.p-update__block {
  margin-bottom: 2rem;
}
.p-update__info {
  margin-top: 0;
  padding: 0.5rem 0 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-update__info {
    padding: 1rem 0 0;
  }
}
.p-update__paging {
  margin: 2rem auto 0rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-update__paging {
    margin: 3rem auto 2rem;
  }
}
.p-update__paging .page-numbers,
.p-update__paging a {
  text-align: center;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 0.875rem;
  margin-right: 0.6em;
  border-radius: 16px;
  background: #E1E1E1;
  color: #3F3422;
}
@media screen and (min-width: 768px) {
  .p-update__paging .page-numbers,
  .p-update__paging a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1rem;
    border-radius: 18px;
    transition: 0.2s;
  }
  .p-update__paging .page-numbers:hover,
  .p-update__paging a:hover {
    background: #ee9200;
  }
}
.p-update__paging .page-numbers.dots,
.p-update__paging a.dots {
  background: none;
  width: auto;
}
.p-update__paging .current {
  background: #ee9200;
}
.p-update__paging .next {
  width: auto;
  height: auto;
  background: none;
}
.p-update__paging .prev {
  width: auto;
  height: auto;
  background: none;
}
.p-update__datetitle {
  text-align: left;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-update__datetitle {
    font-size: 1.4rem;
  }
}
.p-update__single-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-update__single-left {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-update__single-left {
    width: 75%;
  }
}
.p-update__single-right {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-update__single-right {
    width: 20%;
  }
}
.p-update__single-leftwrap {
  background: white;
  border-radius: 12px;
  width: 100%;
  display: block;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-update__single-leftwrap {
    padding: 5rem 3rem;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-update__single-leftwrap {
    padding: 5rem 4rem;
    border-radius: 20px;
  }
}
.p-update__single-leftwrap p a {
  color: #1490A7;
  text-decoration: underline;
}
.p-update__single-wrap {
  background: white;
  border-radius: 12px;
  width: 100%;
  display: block;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-update__single-wrap {
    padding: 5rem 3rem;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-update__single-wrap {
    padding: 5rem 4rem;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .p-update__single-wrap {
    width: 1100px;
    margin: auto;
  }
}
.p-update__single-wrap p a {
  color: #1490A7;
  text-decoration: underline;
}
.p-update__single-info {
  width: 100%;
}
.p-update__single-record {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-update__single-record {
    margin-bottom: 1.5rem;
  }
}
.p-update__single-date {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 0.7em;
}
@media screen and (min-width: 768px) {
  .p-update__single-date {
    font-size: 1.125rem;
  }
}
.p-update__single-cate {
  display: inline-block;
  font-size: 0.8rem;
  color: white;
  background: #87B350;
  text-align: center;
  padding: 0 1em;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .p-update__single-cate {
    font-size: 1rem;
  }
}
.p-update__single-title {
  width: 100%;
  padding-bottom: 0.7rem;
  margin-bottom: 1.5rem;
  border-bottom: solid 2px #ee9200;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .p-update__single-title {
    margin-bottom: 3rem;
    font-size: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: solid 3px #ee9200;
  }
}
.p-update__single-img {
  width: 100%;
  aspect-ratio: 4/3;
  margin: 0 auto 1.5rem;
  /*max-height: 212px;*/
  text-align: center;
  position: relative;
  overflow: hidden;
}
.p-update__single-img-sponsor {
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .p-update__single-img {
    width: 87%;
    margin: 0 auto 3rem;
    /*   max-height: 323px;*/
  }
}
@media screen and (min-width: 1024px) {
  .p-update__single-img {
    /*max-height: 431px;*/
  }
}
@media screen and (min-width: 1280px) {
  .p-update__single-img {
    /*max-height: 478px;*/
  }
}
@media screen and (min-width: 1400px) {
  .p-update__single-img {
    /*max-height: 634px;*/
  }
}
.p-update__single-img img {
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.p-update__single-contents, .p-update__single-text p {
  /*font-size: 1rem;*/
  font-size: clamp(0.969rem, 0.946rem + 0.11vw, 1rem);
  line-height: 1.7;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .p-update__single-contents, .p-update__single-text p {
    font-size: 1.125rem;
  }
}
.p-update__single-contents:nth-child(n+2), .p-update__single-text p:nth-child(n+2) {
  margin-top: 1.3em;
}
.p-update__single-text h3 {
  font-size: 1.125rem;
  line-height: 1.7;
  word-wrap: break-word;
  margin-top: 1.8em;
  margin-bottom: 0.5em;
  vertical-align: middle;
}
.p-update__single-text h3.nousui_maintitle {
  margin-top: 3.2em;
  font-size: 1.25rem;
}
.p-update__single-text h3.nousui_subtitle {
  margin-top: 0em;
}
.p-update__single-text h3.nousui::before {
  content: "●";
  font-size: 0.875em;
  color: #00893c;
  margin-right: 0.1em;
}
.p-update__single-text h3.nousui + p {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-update__single-text h3 {
    font-size: 1.25rem;
  }
  .p-update__single-text h3.nousui_maintitle {
    margin-top: 3.2em;
    font-size: 1.3333rem;
  }
}
.p-update__single-paging {
  margin: 2rem auto 0;
  width: 100%;
  text-align: center;
  padding: 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-update__single-paging {
    width: 100%;
    padding: 0;
    margin: 3rem auto 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-update__single-paging {
    /*width: 75%;*/
    max-width: 1200px;
  }
}
.p-update__single-paging-link {
  font-size: 0.75rem;
  line-height: 56px;
  height: 56px;
  border-radius: 28px;
  padding: 0 1.2rem;
  display: inline-block;
  width: 32%;
}
@media screen and (min-width: 768px) {
  .p-update__single-paging-link {
    padding: 0 2rem;
    font-size: 1rem;
    height: 64px;
    border-radius: 32px;
    line-height: 64px;
    width: 30%;
  }
}
.p-update__single-paging-blank {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .p-update__single-paging-blank {
    width: 30%;
  }
}
.p-update__single .before {
  position: relative;
}
.p-update__single .before::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060";
  position: absolute;
  display: inline-block;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-update__single .before::before {
    left: 24px;
  }
}
.p-update__single .next {
  position: relative;
}
.p-update__single .next::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  display: inline-block;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-update__single .next::after {
    right: 24px;
  }
}

.true {
  background: #ee9200;
}

.false {
  background: #E1E1E1;
  color: #3F3422;
}

.p-privacypolicy {
  margin-top: 3rem;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy {
    margin-top: 5rem;
    font-size: 1.125rem;
  }
}
.p-privacypolicy__contents {
  margin-top: 2rem;
  padding: 2.5rem 1.5rem;
  border-radius: 1rem;
  background: white;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__contents {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__contents {
    border-radius: 2rem;
  }
}
.p-privacypolicy__contents {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__contents {
    padding: 2.5rem;
    box-shadow: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__contents {
    padding: 4rem;
    margin-top: 4rem;
    box-shadow: none;
  }
}
@media screen and (min-width: 1280px) {
  .p-privacypolicy__contents {
    box-shadow: none;
  }
}
.p-privacypolicy__text {
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy__text {
    font-size: 1.125rem;
  }
}
.p-privacypolicy__text:last-of-type {
  margin-bottom: 0rem;
}
.p-privacypolicy__title {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__title {
    font-size: 1.5rem;
  }
}
.p-privacypolicy__title::before {
  content: "●";
  display: inline-block;
  color: #00893c;
  font-size: 0.875em;
  margin-right: 0.3em;
}
.p-privacypolicy__ul {
  padding: 1rem 0;
}
.p-privacypolicy__li {
  list-style-type: disc;
  margin-left: 1.5em;
}

.p-contactus__text {
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-contactus__text {
    font-size: 1.125rem;
  }
}
.p-contactus__text-required {
  text-align: right;
  color: #FF3422;
  font-size: 0.875rem;
  margin-bottom: -2rem;
}
@media screen and (min-width: 768px) {
  .p-contactus__text-required {
    margin-bottom: -5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-contactus__text-required {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-contactus__text-required {
    position: relative;
  }
  .p-contactus__text-required span {
    position: absolute;
    right: 0;
    bottom: -2rem;
  }
}
.p-contactus__contents {
  padding: 0;
}
.p-contactus__table {
  width: 100%;
}
.p-contactus__table tr {
  border-bottom: 1px solid #d8d8d8;
}
.p-contactus__table tr.noborder {
  border-bottom: none;
}
.p-contactus__th {
  width: 100%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  line-height: 1.3;
  font-size: 1rem;
  margin-top: 1.5rem;
}
.p-contactus__th .hissu {
  color: #FF3422;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-contactus__th {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-contactus__th {
    width: 30%;
    display: table-cell;
    margin-top: 0rem;
    font-size: 1.125rem;
  }
}
.p-contactus__th-chi {
  font-size: 0.875em;
  line-height: 1.2;
  color: #666666;
}
.p-contactus__td {
  width: 100%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  padding: 0.7rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contactus__td {
    padding: 1rem 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-contactus__td {
    padding: 2.5rem 0;
    width: 70%;
    display: table-cell;
  }
}
.p-contactus__td-text {
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  color: #666666;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-contactus__td-text {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.p-contactus__td-text:first-of-type {
  margin-top: 0;
}
.p-contactus__td-input {
  width: 100%;
  font-size: 1.125em;
  border: 1px solid #00893c;
  border-radius: 8px;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .p-contactus__td-input {
    font-weight: 700;
  }
}
@media screen and (min-width: 1024px) {
  .p-contactus__td-input {
    padding: 1.5em;
  }
}
.p-contactus__td-input_half {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .p-contactus__td-input_half {
    width: 33%;
  }
}
.p-contactus__td-radio {
  width: 100%;
  line-height: 2.4;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contactus__td-radio {
    font-size: 1.125rem;
  }
}
.p-contactus__td-radio span.wpcf7-list-item {
  display: table-row;
  white-space: norwarp;
}
.p-contactus__td-radio span.wpcf7-list-item * {
  width: 11px;
}
@media screen and (min-width: 768px) {
  .p-contactus__td-radio span.wpcf7-list-item * {
    width: 18px;
  }
}
.p-contactus__td-radio input[type=radio],
.p-contactus__td-radio input[type=checkbox] {
  transform: scale(1.5);
  margin-right: 0.1em;
  margin-top: -0.3em;
}
@media screen and (min-width: 768px) {
  .p-contactus__td-radio input[type=radio],
  .p-contactus__td-radio input[type=checkbox] {
    margin-right: 0.5em;
  }
}
.p-contactus__td .wpcf7-not-valid-tip {
  margin-top: 1rem;
}
.p-contactus__td-textarea {
  width: 100%;
  font-size: 1.125em;
  border: 1px solid #00893c;
  border-radius: 8px;
  padding: 0.5em;
}
.p-contactus__check {
  text-align: left;
  padding: 2rem 0 0;
  line-height: 1.85;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contactus__check {
    font-size: 1.125rem;
    text-align: center;
    padding: 4rem 0 0;
  }
}
.p-contactus__check-lead {
  margin-bottom: 2rem;
}
.p-contactus__check-lead a {
  color: #1490A7;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-contactus__check-lead {
    margin-bottom: 3rem;
  }
}
.p-contactus__check-douibox {
  text-align: center;
}
.p-contactus__check .wpcf7-acceptance span.wpcf7-list-item {
  display: table-row;
  white-space: norwarp;
}
.p-contactus__check .wpcf7-acceptance span.wpcf7-list-item * {
  width: 18px;
}
.p-contactus__check .wpcf7-acceptance input[type=radio],
.p-contactus__check .wpcf7-acceptance input[type=checkbox] {
  transform: scale(1.5);
  margin-right: 1em;
  margin-top: -0.3em;
}
.p-contactus__check .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3em;
}
.p-contactus__check .wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "＊";
  color: #FF3422;
}
@media screen and (min-width: 768px) {
  .p-contactus__check .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 1.25rem;
  }
}
.p-contactus__check-mailguide {
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contactus__check-mailguide {
    text-align: center;
    margin-bottom: 0rem;
  }
}
.p-contactus__btn {
  width: 100%;
  margin: 2rem auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contactus__btn {
    margin: 4rem auto;
  }
}
.p-contactus__btn button {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-contactus__btn button {
    font-weight: 700;
  }
}
.p-contactus__completion {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contactus__completion {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-contactus__completion {
    margin-top: 5rem;
  }
}
.p-contactus__kanousei {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contactus__kanousei {
    width: 90%;
    margin: auto;
  }
}
.p-contactus__kanousei li {
  list-style: disc;
  margin-left: 1em;
}
.p-contactus__rechaptcha {
  width: 100%;
  font-size: 0.8125rem;
  color: #838383;
  text-align: left;
  line-height: 1.3;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contactus__rechaptcha {
    margin-top: 0;
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-recipes__lead {
  line-height: 1.85;
  text-align: left;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-recipes__lead {
    font-size: 1.125rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recipes__lead {
    margin-bottom: 4rem;
  }
}
.p-recipes__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.p-recipes__midashi {
  font-size: 1.125rem;
  font-weight: 700;
  background: #ee9200;
  padding: 0.5em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recipes__midashi {
    font-size: 1.25rem;
  }
}
.p-recipes__material {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-recipes__material {
    width: 36%;
    margin-bottom: 0;
  }
}
.p-recipes__material-li {
  font-size: 1rem;
  padding: 1rem 0;
  border-bottom: 1px dotted #B2A087;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .p-recipes__material-li {
    font-size: 1.125rem;
  }
}
.p-recipes__recipe {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recipes__recipe {
    width: 55%;
  }
}
.p-recipes__recipe-ol {
  counter-reset: list;
}
.p-recipes__recipe-p {
  font-size: 1rem;
  padding: 1rem 0;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-recipes__recipe-p {
    font-size: 1.125rem;
  }
}
.p-recipes__recipe-li {
  font-size: 1rem;
  padding: 1rem 0;
  border-bottom: 1px dotted #B2A087;
  position: relative;
  /*padding-left: 2rem;*/
  padding-left: 2.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-recipes__recipe-li {
    font-size: 1.125rem;
  }
}
.p-recipes__recipe-li:before {
  color: #00893c;
  /*font-size: 2.5rem;*/
  font-size: 2rem;
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-52%);
  color: #00893c;
}
.p-recipes__chef {
  background: #FBF7EB;
  border-radius: 1.125rem;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-recipes__chef {
    padding: 1.875rem;
    font-size: 1.125rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recipes__chef {
    padding: 2.25rem;
    margin-bottom: 6rem;
  }
}
.p-recipes__chef-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-recipes__chef-l {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-recipes__chef-l {
    width: 83%;
  }
}
.p-recipes__chef-profiletitle {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recipes__chef-profiletitle {
    /*width: auto;*/
  }
}
.p-recipes__chef a.p-member__info-website,
.p-recipes__chef a.p-member__info-tabelog,
.p-recipes__chef a.p-member__info-insta {
  color: #3F3422;
  text-decoration: none;
}
.p-recipes__chef-name {
  margin-top: 0;
  margin-right: 1em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recipes__chef-name {
    width: auto;
  }
}
.p-recipes__chef-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.p-recipes__chef-bottom p {
  display: inline-block;
}
.p-recipes__chef-r {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-recipes__chef-r {
    margin-top: 0rem;
    width: 16%;
  }
}
.p-recipes__chef-r img {
  width: 116px;
  height: auto;
  margin: 0;
}
.p-recipes__shop {
  width: 100%;
  text-align: center;
}
.p-recipes__shop-title {
  display: inline-block;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-recipes__shop-title {
    font-size: 1.5rem;
  }
}
.p-recipes__shop-title::before {
  position: absolute;
  content: "";
  display: inline-block;
  transform: translateY(-50%);
  background-image: url(../img/recipe_shop_illust01.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 34px;
  top: 50%;
  left: -3rem;
}
@media screen and (min-width: 768px) {
  .p-recipes__shop-title::before {
    left: -4rem;
  }
}
.p-recipes__shop-title::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 48px;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/recipe_shop_illust02.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -3rem;
}
@media screen and (min-width: 768px) {
  .p-recipes__shop-title::after {
    right: -4rem;
  }
}
.p-recipes__shop-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-recipes__shop-ul {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .p-recipes__shop-ul {
    justify-content: center;
  }
}
.p-recipes__shop-li {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .p-recipes__shop-li {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .p-recipes__shop-li {
    width: 22%;
  }
  .p-recipes__shop-li:nth-child(n+2) {
    margin-left: 3rem;
  }
}
.p-recipes__shop-li img {
  width: 100%;
  transition: 0.3s;
}
.p-recipes__shop-foodstuff {
  margin-top: 1rem;
  font-size: 0.875rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-recipes__shop-foodstuff {
    font-size: 1rem;
  }
}
.p-recipes__shop-order {
  margin-top: 1rem;
  background: #87B350;
  color: white;
  font-size: 0.875rem;
  padding: 0.5rem 0.5rem;
  border-radius: 1em;
}
@media screen and (min-width: 768px) {
  .p-recipes__shop-order {
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
  }
}
.p-recipes__shop a:hover img {
  opacity: 0.7;
}
.p-recipes__shop a:hover p {
  opacity: 0.7;
}
.p-recipes__pagecenter {
  justify-content: center;
}
.p-recipes__pagecenter-a {
  width: 100%;
  font-size: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 0%;
}

.p-entryguide__text, .p-entryguide__ol {
  font-size: 1rem;
  line-height: 1.6;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-entryguide__text, .p-entryguide__ol {
    font-size: 1.125rem;
    line-height: 1.85;
  }
}
.p-entryguide__ol-li {
  list-style: decimal;
  margin-left: 1.5em;
}
.p-entryguide__chuui {
  margin-left: 1rem;
  text-indent: -1rem;
  display: inline-block;
}
.p-entryguide__wrap {
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  background: white;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .p-entryguide__wrap {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 768px) {
  .p-entryguide__wrap {
    border-radius: 2rem;
  }
}
.p-entryguide__wrap {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .p-entryguide__wrap {
    padding: 4rem 2.5rem;
    box-shadow: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-entryguide__wrap {
    padding: 6rem 0;
    box-shadow: none;
  }
}
.p-entryguide__wrap-inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-entryguide__wrap-inner {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-entryguide__wrap-inner {
    width: 80%;
    margin: auto;
  }
}
.p-entryguide__title {
  color: #00893c;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.p-entryguide__title:first-of-type {
  margin-top: 2rem;
}
.p-entryguide__title.taihi {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-entryguide__title {
    font-size: 1.25rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-entryguide__title {
    font-size: 1.5rem;
    margin-top: 3.5rem;
  }
}
.p-entryguide__midashi {
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-entryguide__midashi {
    font-size: 1.125rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.p-entryguide__twocolumn {
  position: static;
}
@media screen and (min-width: 768px) {
  .p-entryguide__twocolumn {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-entryguide__twocolumn-left {
    width: 62%;
  }
}
.p-entryguide__certificate {
  line-height: 1.3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-entryguide__certificate {
    position: absolute;
    width: 30%;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.p-entryguide__certificate figure {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-entryguide__certificate figure {
    width: 100%;
  }
}
.p-entryguide__certificate figure img {
  width: 100%;
}
.p-entryguide__certificate figcaption {
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-entryguide__certificate figcaption {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }
}
.p-entryguide__sponsorship {
  line-height: 1.3;
  width: 100%;
  margin: 2rem 0 0;
}
.p-entryguide__sponsorship-img {
  width: 300px;
  margin: 0 auto 1.5rem;
}
.p-entryguide__sponsorship-img:last-of-type {
  margin-bottom: 3rem;
}
.p-entryguide__sponsorship-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-entryguide__sponsorship-img {
    /*width: 100%;*/
    margin: 0 auto 2rem;
  }
}
.p-entryguide__sponsorship-img:last-of-type {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-entryguide__sponsorship {
    position: absolute;
    width: 300px;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.p-entryguide__btn {
  width: 100%;
  margin: 2rem auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entryguide__btn {
    margin: 4rem auto 0;
  }
}

.p-career__text {
  font-size: 1.25rem;
  line-height: 1.6;
  width: 100%;
  text-align: center;
  padding: 2rem 0;
}
@media screen and (min-width: 1024px) {
  .p-career__text {
    font-size: 1.5rem;
    line-height: 1.85;
    padding: 5rem 0;
  }
}

.p-sidebar {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-sidebar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-sidebar {
    display: block;
    padding-top: 0;
  }
}
.p-sidebar__wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sidebar__wrap {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .p-sidebar__wrap {
    width: 100%;
  }
}
.p-sidebar__dt {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.8em 0.8em;
  color: white;
  background: #00893c;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .p-sidebar__dt {
    font-size: 1.125rem;
    padding: 0.4em 0.5em;
  }
}
.p-sidebar__dt-sub {
  margin-top: 1.2rem;
  border-radius: 8px;
  color: #3F3422;
  display: inline-block;
  vertical-align: middle;
}
.p-sidebar__dt-sub::before {
  content: "●";
  color: #00893c;
  font-size: 0.85em;
  margin-right: 0.15em;
  vertical-align: middle;
}
.p-sidebar__dt-sub.secondsub {
  margin-top: 0;
}
.p-sidebar__ul {
  margin-bottom: 4rem;
}
.p-sidebar__ul.nobottom {
  margin-bottom: 1.5rem;
}
.p-sidebar__dd {
  background-image: linear-gradient(to right, #3F3422 1.5px, transparent 1.5px);
  background-size: 3.5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 0.8rem 0;
}
.p-sidebar__dd-thumbnail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.p-sidebar__dd:last-child {
  background-image: none;
  border-bottom: 1px solid #3F3422;
}
.p-sidebar__thumbnail {
  width: 50%;
  margin-right: 1rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.p-sidebar__thumbnail img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.p-sidebar__post {
  width: 100%;
  /*line-height: 1.9;*/
}
.p-sidebar__postinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.p-sidebar__postdate {
  font-size: 0.875rem;
  width: 100%;
}
.p-sidebar__postcatewrap {
  /*display: inline-block;
  width: auto;*/
}
.p-sidebar__postcate {
  color: white;
  font-weight: 500;
  background: #87B350;
  border-radius: 5px;
  font-size: 0.625em;
  padding: 0.3em 0.5em;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0.5em;
}
.p-sidebar__posttitle {
  line-height: 1.3;
  font-size: 0.875rem;
}
.p-sidebar__chiyear {
  background-image: linear-gradient(to right, #3F3422 1.5px, transparent 1.5px);
  background-size: 3.5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 0.8rem 0;
}
.p-sidebar__chili {
  background-image: linear-gradient(to right, #3F3422 1.5px, transparent 1.5px);
  background-size: 3.5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 0.8rem 0 1rem 0.8rem;
}
.p-sidebar .toggle {
  display: none;
}
.p-sidebar .option {
  position: relative;
}
.p-sidebar .title,
.p-sidebar .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.p-sidebar .title {
  display: block;
}
.p-sidebar .title::after,
.p-sidebar .title::before {
  content: "";
  position: absolute;
  right: 1em;
  top: 1em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.p-sidebar .title::after {
  transform: rotate(90deg);
}
.p-sidebar .content {
  max-height: 0;
  overflow: hidden;
}
.p-sidebar .content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
.p-sidebar .toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.p-sidebar .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
.p-sidebar__shop {
  width: 100%;
}
.p-sidebar__shop-lead {
  color: #00893c;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-sidebar__shop-lead {
    font-size: 1.125rem;
  }
}
.p-sidebar__shop-banner {
  width: 100%;
  margin: auto;
  display: block;
  transition: 0.3s;
}
.p-sidebar__shop-banner img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-sidebar__shop-banner {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .p-sidebar__shop-banner {
    width: 100%;
  }
}
.p-sidebar__shop-banner:hover img {
  opacity: 0.5;
}

.u-hidden {
  display: none;
}/*# sourceMappingURL=common.css.map */