@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type='checkbox'],
input[type='radio'],
input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-style: normal !important;
}

body {
  color: #282d27;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

html.fixed {
  overflow: hidden;
}

body {
  background-color: #fbf7e3;
  position: relative;
}

main {
  margin-top: 4.125rem;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 5.625rem;
  }
}
@media screen and (min-width: 1440px) {
  main {
    margin-top: 6.5625rem;
  }
}

section {
  overflow-x: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  background-color: #fbf7e3;
}

.header-inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 125rem;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  padding: 0.625rem 0.875rem 0.25rem;
}
@media screen and (min-width: 768px) {
  .header-inner {
    padding: 0.875rem 3.75rem 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .header-inner {
    padding: 1.625rem 3.75rem 1.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .header-l {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .header-logo {
    gap: 1rem;
  }
}

.header-logo .icon {
  width: 1.375rem;
}
@media screen and (min-width: 1440px) {
  .header-logo .icon {
    width: 2.625rem;
  }
}

.header-logo .text {
  width: 11.4375rem;
}
@media screen and (min-width: 1440px) {
  .header-logo .text {
    width: 19.375rem;
  }
}

.header-l__label {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  display: inline-block;
  border: 2px solid #d2c9a1;
  background-color: #6b9d57;
  border-radius: 20px;
  padding: 0.125rem 0.125rem 0.125rem 0.3125rem;
  margin-top: 0rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header-l__label {
    font-size: 1rem;
    padding: 0.25rem 0.1875rem 0.3125rem 0.4375rem;
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .header-l__label {
    margin-top: 0;
  }
}

.header-r {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-r {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .header-tel {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .header-tel {
    margin-left: 3.125rem;
  }
}

.header-tel__top {
  text-align: center;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1;
}
@media screen and (min-width: 1440px) {
  .header-tel__top {
    font-size: 0.8125rem;
  }
}

.header-tel__btm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-family: 'Staatliches', sans-serif;
  font-weight: 400;
  white-space: nowrap;
  margin-top: 0.375rem;
}

.header-tel__btm p {
  color: #6b9d57;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1440px) {
  .header-tel__btm p {
    font-size: 1.375rem;
  }
}

.header-tel__btm a {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1440px) {
  .header-tel__btm a {
    font-size: 1.625rem;
  }
}

.contact-btn {
  margin-left: 1rem;
  width: 11.25rem;
  border-radius: 25px;
  background-color: #6b9d57;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .contact-btn {
    width: 15rem;
  }
}

.contact-btn::after {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  background-image: url('../img/arrow-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1440px) {
  .contact-btn::after {
    right: 1.125rem;
  }
}

.contact-btn a {
  padding: 1.125rem;
  text-align: left;
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 1440px) {
  .contact-btn a {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .ai-chat_btn {
    position: fixed;
    bottom: 1.875rem;
    right: 1.875rem;
    max-width: 7.875rem;
    z-index: 10;
  }
}

.fixed__btns {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

footer {
  margin-bottom: 4.75rem;
}
@media screen and (min-width: 768px) {
  footer {
    margin-bottom: 0;
  }
}

.footer-bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-bg {
    display: block;
    width: calc(100% - 7.5rem);
    max-width: 112.5rem;
    height: 100%;
    max-height: 62.5rem;
    aspect-ratio: 1800/1000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #6b9d57;
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .footer-bg {
    max-height: 71.25rem;
    aspect-ratio: 1800/1140;
  }
}

@media screen and (min-width: 768px) {
  .home .footer-bg {
    aspect-ratio: 1800/1230;
    max-height: 76.875rem;
  }
}

.footer-inner {
  background-color: #6b9d57;
  padding: 2.5rem 0.75rem 2rem;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    background-color: initial;
    width: calc(100% - 10rem);
    max-width: 78.125rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 3.875rem 1.5625rem 3.75rem;
  }
}

.footer-title__logo {
  max-width: 19.6875rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer-title__logo {
    max-width: 23.75rem;
  }
}

.footer-title__add {
  text-align: center;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: 0.1em;
  color: #fefffe;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .footer-title__add {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

.footer-main {
  margin-top: 1.25rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #fefffe;
}
@media screen and (min-width: 768px) {
  .footer-main {
    margin-top: 5rem;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 7.8125rem;
    padding-bottom: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .footer-main__map {
    width: 100%;
    max-width: 29.625rem;
  }
}

.googlemap {
  margin: 0 0.75rem;
  padding: 0.5rem;
  border-radius: 8px;
  background-color: #fffdf6;
}
@media screen and (min-width: 768px) {
  .googlemap {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0.875rem;
  }
}

.googlemap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 652/425;
}
@media screen and (min-width: 768px) {
  .googlemap iframe {
    height: 18.9375rem;
    aspect-ratio: 474/330;
    aspect-ratio: initial;
  }
}

.googlemap-btn {
  display: block;
  width: 13.75rem;
  margin: 1.25rem auto 0;
  padding: 0.625rem;
  border: 2px solid #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fefffe;
}
@media screen and (min-width: 768px) {
  .googlemap-btn {
    width: 9.1875rem;
    margin-right: 0;
    margin-top: 1.125rem;
    padding: 0.25rem;
    font-size: 0.875rem;
  }
}

.operation-hours {
  margin-top: 2rem;
  padding: 0 0.25rem;
}
@media screen and (min-width: 768px) {
  .operation-hours {
    margin-top: 0.125rem;
    width: 100%;
    max-width: 37.5rem;
  }
}

.operation-hours__week--top {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #fefffe;
}
@media screen and (min-width: 768px) {
  .operation-hours__week--top {
    padding-bottom: 2.25rem;
  }
}

.operation-hours__week--btm {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .operation-hours__week--btm {
    margin-top: 1.875rem;
  }
}

.week-line {
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .week-line {
    max-width: 31.875rem;
  }
}

.week-line-l {
  width: 7.1875rem;
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #fefffe;
}
@media screen and (min-width: 768px) {
  .week-line-l {
    width: 9.875rem;
    font-size: 1.125rem;
  }
}

.week-line-l span {
  font-family: 'Noto Sans JP', sans-serif;
}

.operation-hours__week--btm .week-line-l {
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .operation-hours__week--btm .week-line-l {
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}

.week-line-l p:nth-child(n + 2) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .week-line-l p:nth-child(n + 2) {
    margin-top: 1.875rem;
  }
}

.week-line-r {
  width: calc(100% - 7.1875rem);
}
@media screen and (min-width: 768px) {
  .week-line-r {
    width: calc(100% - 10.3125rem);
  }
}

.week-line-r ul {
  align-items: center;
  gap: 1.75rem;
}
@media screen and (min-width: 768px) {
  .week-line-r ul {
    gap: 2.625rem;
  }
}

.week-line-r ul li {
  width: calc((100% - 8.75rem) / 6);
  text-align: center;
  color: #fff;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .week-line-r ul li {
    width: calc((100% - 13.125rem) / 6);
    font-size: 1rem;
  }
}

.operation-hours__week--btm .week-line-r ul li {
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .operation-hours__week--btm .week-line-r ul li {
    font-size: 1rem;
  }
}

.operation-hours__center {
  margin-top: 1.125rem;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .operation-hours__center {
    margin-top: 1.875rem;
  }
}

.operation-hours__center p:nth-child(n + 2) {
  margin-top: 0rem;
}
@media screen and (min-width: 768px) {
  .operation-hours__center p:nth-child(n + 2) {
    margin-top: 0.25rem;
  }
}

.operation-hours__btm {
  margin-top: 1.25rem;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .operation-hours__btm {
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}

.operation-hours__btm--card {
  width: calc(50% - 0.375rem);
  background-color: #80ae6e;
  padding: 1rem 0.5rem 1.125rem;
  text-align: center;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fefffe;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  height: 4.375rem;
}
@media screen and (min-width: 768px) {
  .operation-hours__btm--card {
    width: calc(50% - 0.375rem);
    padding: 1rem 0.5rem 2rem;
    font-size: 1.125rem;
    height: 7.1875rem;
  }
}

.operation-hours__btm--card .icon {
  width: 1.4375rem;
  margin: 0 auto 0.25rem;
}
@media screen and (min-width: 768px) {
  .operation-hours__btm--card .icon {
    width: 2.375rem;
    margin-bottom: 0.75rem;
  }
}

.operation-hours__btm--card:nth-of-type(2) .icon {
  width: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .operation-hours__btm--card:nth-of-type(2) .icon {
    width: 2.625rem;
  }
}

.copyright {
  text-align: center;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: #fefffe;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 1.125rem;
    margin-top: 3.5rem;
  }
}

.inner {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 78.125rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.header-hamberger {
  width: 3rem;
  height: 3rem;
  border-radius: 6px;
  background-color: #6b9d57;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .header-hamberger {
    display: none;
  }
}

.hamberger {
  position: relative;
  width: 1.75rem;
  height: 1.5625rem;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
}
.hamberger-bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.1875rem;
  border-radius: 2.5px;
  background: #fff;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.hamberger-bar:nth-of-type(1) {
  top: 0%;
}

.hamberger-bar:nth-of-type(2) {
  top: 50%;
}

.hamberger-bar:nth-of-type(3) {
  top: 100%;
}

/* オープン時の動き */
.open .header-hamberger {
  margin-right: 0.75rem;
}

.open .hamberger-bar {
  transition: 0.3s;
}

.open .hamberger-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.open .hamberger-bar:nth-of-type(2) {
  transform: translate(-50%, -50%);
  opacity: 0;
}

.open .hamberger-bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.header-nav {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #6b9d57;
  padding: 4.375rem 0 2.625rem;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .header-nav {
    width: auto;
    display: block;
    height: initial;
    position: initial;
    background-color: initial;
    padding: 0;
    overflow-y: initial;
    margin-left: 8.5rem;
    margin-left: auto;
  }
}

.header-nav__items {
  margin-top: 2rem;
  padding: 0 1.5625rem;
  max-width: 31.25rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .header-nav__items {
    max-width: initial;
    margin-top: 0;
    padding: 0;
    padding-left: 1rem;
    align-items: center;
    gap: 0.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .header-nav__items {
    gap: 1.3125rem;
  }
}

.header-nav__item {
  font-weight: 600;
  font-size: 1.125rem;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #b1cda6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-nav__item {
    border-bottom: initial;
    font-size: 0.875rem;
    color: #282d27;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1440px) {
  .header-nav__item {
    font-size: 1rem;
  }
}

.header-nav__item::after {
  content: '>';
  display: block;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .header-nav__item::after {
    display: none;
  }
}

.header-nav__item:hover:after {
  transform: translate(0.625rem, -50%);
}

.header-nav__item a {
  width: 100%;
  display: block;
  padding: 1.25rem 0 1.25rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .header-nav__item a {
    width: initial;
    display: flex;
    position: relative;
    padding: 0.75rem 0.3125rem;
  }
}

.header-nav__item:nth-child(n + 2) a {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header-nav__item:nth-child(n + 2) a {
    padding: 0.75rem 0.3125rem;
  }
}

.header-nav__item.sub-menu__has::after {
  display: none;
}

.sub-menu__item::after {
  display: none;
}

.sub-menu__has--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .sub-menu__has--item {
    padding: 0.25rem 0;
  }
}

.sub-menu__has {
  position: relative;
}

.sub-menu__has a {
  width: auto;
  display: block;
}

.sub-menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .sub-menu {
    background-color: rgba(107, 157, 87, 0.95);
    padding: 0.5rem;
    position: absolute;
    top: 3rem;
    top: 100%;
    left: 0;
  }
}
.sub-menu__item {
  border-top: 1px solid #b1cda6;
}
@media screen and (min-width: 768px) {
  .sub-menu__item {
    border-top: initial;
    border-bottom: 1px solid #b1cda6;
  }
}

.sub-menu__item a {
  padding: 1.25rem 0 1.25rem 2rem;
}
@media screen and (min-width: 768px) {
  .sub-menu__item a {
    padding: 0.75rem 0.5rem 0.625rem !important;
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.sub-menu__has .plus {
  position: relative;
  width: 1rem;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .sub-menu__has .plus {
    display: none;
  }
}

.sub-menu__has .plus span {
  width: 1rem;
  height: 0.125rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sub-menu__has .plus span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

.sub-menu__has.close .plus span:nth-of-type(2) {
  opacity: 0;
}

.section-title__baroon {
  width: 10rem;
  height: 2.1875rem;
  background-image: url('../img/section-title__baroon_sp.png');
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 0.3125rem;
  font-weight: 700;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  color: #54503c;
  line-height: 1;
  margin: 0 auto 0.375rem;
}
@media screen and (min-width: 768px) {
  .section-title__baroon {
    background-image: url('../img/section-title__baroon_pc.png');
    width: 12rem;
    height: 2.5rem;
    font-size: 1.125rem;
    padding-top: 0.375rem;
    margin-bottom: 1.125rem;
  }
}

.section-title__main-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 3.75rem 0 0;
}
@media screen and (min-width: 768px) {
  .section-title__main-text {
    gap: 0.75rem;
    padding: 6.25rem 0 2rem;
  }
}

.section-title__main-text img {
  width: 1.375rem;
}
@media screen and (min-width: 768px) {
  .section-title__main-text img {
    width: 2.625rem;
  }
}

.section-title__main-text h2 {
  font-family: 'Staatliches', sans-serif;
  font-size: 2.375rem;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #6b9d57;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .section-title__main-text h2 {
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .information-title.u-desktop {
    display: inline;
  }
}

.information-title {
  font-family: 'Staatliches', sans-serif;
  font-size: 2.375rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #6b9d57;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .information-title {
    font-size: 3.75rem;
  }
}

.btm-page .section-title__main-text h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #282d27;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .btm-page .section-title__main-text h2 {
    font-size: 2.125rem;
  }
}

.pankuzu {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .pankuzu {
    margin-top: 1rem;
  }
}

.pankuzu ul {
  display: flex;
  gap: 0.5rem;
}

.pankuzu ul li {
  font-size: 0.625rem;
  color: #54503c;
}
@media screen and (min-width: 768px) {
  .pankuzu ul li {
    font-size: 0.875rem;
  }
}

.pankuzu ul li:nth-child(n + 2):before {
  content: '＞';
  display: inline;
  margin-right: 0.5rem;
}

.mv-top {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv-top {
    max-width: 120rem;
    padding: 0 3.75rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .mv-slider__item {
    border-radius: 30px;
    overflow: hidden;
  }
}

.mv-top__contents {
  bottom: 0.5rem;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv-top__contents {
    width: 80%;
    max-width: 75rem;
    bottom: 8.125rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1440px) {
  .mv-top__contents {
    width: 62.5%;
  }
}

.mv-top__contents--icons {
  gap: 0.75rem;
  margin-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .mv-top__contents--icons {
    position: absolute;
    bottom: 3.125rem;
    right: 5rem;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .mv-top__contents--icons {
    right: 8.75rem;
  }
}

.mv-top__contents--icons .icons-item {
  width: 5.125rem;
  height: 5.125rem;
  border-radius: 50%;
  background-color: #3d7b25;
  color: #fff;
  text-align: center;
  font-size: 0.8125rem;
  color: #fefffe;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv-top__contents--icons .icons-item {
    width: 6.25rem;
    height: 6.25rem;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .mv-top__contents--icons .icons-item {
    width: 7.75rem;
    height: 7.75rem;
    font-size: 1rem;
  }
}

.mv-top__contents--icons .icons-item span {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mv-top__contents--icons .icons-item span {
    font-size: 1.5rem;
    line-height: 0.8;
  }
}

.mv-top__contents--icons .icons-item:nth-of-type(1) {
  line-height: 1;
}
.mv-top__contents--icons .icons-item:nth-of-type(2) {
  line-height: 1.1538461538;
}
.mv-top__contents--icons .icons-item:nth-of-type(3) {
  background-color: #e2ddc8;
  line-height: 1;
  color: #54503c;
}
.mv-top__contents--icons .icons-item img {
  margin: 0 auto;
}

.mv-top__contents--icons .icons-item:nth-of-type(1) img {
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mv-top__contents--icons .icons-item:nth-of-type(1) img {
    width: 2.25rem;
  }
}

.mv-top__contents--icons .icons-item:nth-of-type(2) img {
  width: 0.78125rem;
}
@media screen and (min-width: 768px) {
  .mv-top__contents--icons .icons-item:nth-of-type(2) img {
    width: 1.25rem;
  }
}

.mv-top__contents--icons .icons-item:nth-of-type(3) img {
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .mv-top__contents--icons .icons-item:nth-of-type(3) img {
    width: 2.875rem;
  }
}

.mv-top__contents--icons .icons-item:nth-of-type(1) p {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .mv-top__contents--icons .icons-item:nth-of-type(1) p {
    margin-top: 0.4375rem;
  }
}

.mv-top__contents--icons .icons-item:nth-of-type(2) p {
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .mv-top__contents--icons .icons-item:nth-of-type(2) p {
    margin-top: 0.4375rem;
  }
}

.mv-top__contents--icons .icons-item:nth-of-type(3) p {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .mv-top__contents--icons .icons-item:nth-of-type(3) p {
    margin-top: 0.625rem;
  }
}

.mv-top__contents--icons .icons-item__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.mv-top__contents--title {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .mv-top__contents--title {
    margin-top: 0;
  }
}

.mv-top__contents--title h1 {
  font-size: 1.25rem;
  line-height: 1;
  color: #282d27;
}
@media screen and (min-width: 768px) {
  .mv-top__contents--title h1 {
    font-size: 2.5rem;
  }
}

.mv-top__contents--title h1 span {
  padding: 0.625rem 0rem 0.625rem;
  background-color: #fff;
  display: inline-block;
  border-radius: 0 3px 3px 0;
}
@media screen and (min-width: 768px) {
  .mv-top__contents--title h1 span {
    padding: 1.3125rem 0rem;
    border-radius: 6px;
  }
}

.mv-top__contents--title h1 span:nth-of-type(2) {
  margin-top: 0.5rem;
  padding: 0.625rem 1.125rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .mv-top__contents--title h1 span:nth-of-type(2) {
    margin-top: 1rem;
    padding: 1.4375rem 2.375rem 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .mv-btm {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
}

.mv-btm__btns--item {
  width: 25%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.0666666667;
}
@media screen and (min-width: 768px) {
  .mv-btm__btns--item {
    display:none;
    width: 100%;
    height: auto;
  }
  
}

.mv-btm__btns--item:nth-of-type(1) {
  background-color: #fff;
  border: 3px solid #e1760d;
  color: #e1760d;
}

.mv-btm__btns--item:nth-of-type(2) {
  background-color: #00b900;
  color: #fff;
}

.mv-btm__btns--item:nth-of-type(3) {
  background-color: #e2ddc8;
}
.mv-btm__btns--item:nth-of-type(4) {
  background-color: #fff;
  color: #6b9d57;
}
@media screen and (min-width: 768px) {
  .mv-btm__btns--item:nth-of-type(4) {
    display: block;
    background-color: initial;
    color: inherit;
    position: fixed;
    bottom: 1.875rem;
    right: 1.875rem;
    max-width: 7.875rem;
    z-index: 10;
  }
}


.mv-btm__btns--item:nth-of-type(4) button {
  color: #6b9d57;
}

.mv-btm__btns--item .icon {
  max-width: 1.75rem;
  max-height: 1.4375rem;
  object-fit: contain;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mv-btm__btns--item .icon {
    max-width: initial;
    max-height: initial;
    object-fit: contain;
    margin: 0;
  }
}

.mv-btm__btns--item p {
  margin-top: 0.25rem;
}

.mv-btm__info {
  background-color: #6b9d57;
  margin-right: 0.75rem;
  border-radius: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .mv-btm__info {
    display: flex;
    width: 100%;
    max-width: 53.75rem;
    border-radius: 0 20px 20px 0;
    margin-top: -3.75rem;
    padding-right: 1.5rem;
    margin-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .mv-btm__info {
    max-width: 60rem;
  }
}

.mv-btm__info--map {
  background-image: url('../img/mv-btm__info-bg_sp.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0.75rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .mv-btm__info--map {
    background-image: url('../img/mv-btm__info-bg_pc.jpg');
    padding: 3.125rem 1.25rem 6rem 2.5rem;
    width: 20.625rem;
  }
}

.map-addtext {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #fefffe;
  line-height: 1.7;
}

.info--map__icons {
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.1333333333;
  letter-spacing: 0.1em;
  color: #fefffe;
}
@media screen and (min-width: 768px) {
  .info--map__icons {
    margin-top: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .info--map__icons .icons__item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .info--map__icons .icons__item:nth-child(n + 2) {
    margin-top: 0.5rem;
  }
}

.info--map__icons .icons__item .icon {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .info--map__icons .icons__item .icon {
    width: 1.5625rem;
    height: auto;
    margin: 0;
  }
}

.info--map__icons .icons__item p {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .info--map__icons .icons__item p br {
    display: none;
  }
}

.info--map__btn {
  width: 13.75rem;
  border-radius: 40px;
  border: 2px solid #fff;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .info--map__btn {
    width: 9.375rem;
    margin: 1.125rem 0 0;
  }
}

.info--map__btn p {
  padding: 0.625rem 0 0.6875rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .info--map__btn p {
    font-size: 0.875rem;
    padding: 0.3125rem 0 0.375rem;
  }
}

.mv-btm__info .operation-hours {
  padding: 1.5rem 0.75rem 1.375rem;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .mv-btm__info .operation-hours {
    width: calc(100% - 20.625rem);
    max-width: 39.375rem;
    padding: 3.5625rem 5.5rem 3.5rem 2rem;
    max-width: 26.875rem;
    padding: 3.5625rem 0rem 1.75rem 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .mv-btm__info .operation-hours {
    width: 100%;
    max-width: 33.75rem;
  }
}

.mv-btm__info .operation-hours__week--top {
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .mv-btm__info .operation-hours__week--top {
    padding-bottom: 1.625rem;
  }
}

.mv-btm__info .operation-hours__week--btm {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .mv-btm__info .operation-hours__week--btm {
    margin-top: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .mv-btm__info .week-line-l {
    width: 10rem;
  }
}

.mv-btm__info .week-line-l p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .mv-btm__info .week-line-l p:nth-child(n + 2) {
    margin-top: 1.75rem;
  }
}

.mv-btm__info .week-line-r {
  padding-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .mv-btm__info .week-line-r {
    width: calc(100% - 10rem);
  }
}

.mv-btm__info .week-line-r ul {
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .mv-btm__info .week-line-r ul {
    width: 100%;
    gap: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .mv-btm__info .week-line-r ul {
    gap: 2.625rem;
  }
}

.mv-btm__info .week-line-r ul li {
  width: calc((100% - 9.375rem) / 6);
}
@media screen and (min-width: 768px) {
  .mv-btm__info .week-line-r ul li {
    width: 1.25rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .mv-btm__info .week-line-r ul li {
    width: calc((100% - 13.125rem) / 6);
    font-size: 1rem;
  }
}

.mv-btm__info .operation-hours__center {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .mv-btm__info .operation-hours__center {
    margin-top: 2.375rem;
  }
}

.mv-btm__info .operation-hours__center p:nth-child(n + 2) {
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .mv-btm__info .operation-hours__center p:nth-child(n + 2) {
    margin-top: 0.25rem;
  }
}

.mv-btm__news {
  padding: 2rem 1.5rem 2.625rem;
}
@media screen and (min-width: 768px) {
  .mv-btm__news {
    width: 100%;
    max-width: 31.875rem;
    padding: 3rem 3.75rem 0 0;
    margin-left: 2.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .mv-btm__news {
    margin-left: 6.25rem;
    padding-right: 0;
  }
}

.mv-btm__news--title {
  font-family: 'Staatliches', sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #6b9d57;
}
@media screen and (min-width: 768px) {
  .mv-btm__news--title {
    font-size: 1.4375rem;
  }
}

.mv-btm__news--list {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .mv-btm__news--list {
    margin-top: 2rem;
  }
}

.mv-btm__news--list .news--list-item {
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #cac196;
  color: #54503c;
}
@media screen and (min-width: 768px) {
  .mv-btm__news--list .news--list-item {
    padding-bottom: 1.25rem;
  }
}

.mv-btm__news--list .news--list-item:nth-child(n + 2) {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .mv-btm__news--list .news--list-item:nth-child(n + 2) {
    margin-top: 1.625rem;
  }
}

.mv-btm__news--list .news--list-item .day {
  font-family: 'Staatliches', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
.mv-btm__news--list .news--list-item .title {
  font-size: 0.9375rem;
  line-height: 1.2666666667;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .mv-btm__news--list .news--list-item .title {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 0.375rem;
  }
}

.greeting {
  padding: 0 0 2.8125rem;
}
@media screen and (min-width: 768px) {
  .greeting {
    padding: 5rem 0 5.875rem;
  }
}

.greeting-contents {
  margin: 1.5rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .greeting-contents {
    margin-top: 2.5rem;
    max-width: initial;
    display: flex;
    gap: 3rem;
  }
}

.greeting-contents__image {
  padding: 0 0.75rem;
}
@media screen and (min-width: 768px) {
  .greeting-contents__image {
    max-width: 29.375rem;
    padding: 0;
    margin-top: 0.875rem;
  }
}

.greeting-contents__texts {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .greeting-contents__texts {
    margin-top: 0;
    max-width: 40.625rem;
  }
}

.greeting-contents__texts--title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.35;
  text-align: center;
  color: #54503c;
}
@media screen and (min-width: 768px) {
  .greeting-contents__texts--title {
    font-size: 1.75rem;
    line-height: 1.6071428571;
    text-align: left;
  }
}

.greeting-contents__texts--text {
  margin-top: 1.25rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #5e562d;
}
@media screen and (min-width: 768px) {
  .greeting-contents__texts--text {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 2.125;
  }
}

.pick-up {
  padding: 4.5rem 0 7.5rem;
  background-image: url('../img/pick-up_bg_sp.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .pick-up {
    padding: 7.875rem 0 6.75rem;
    background-image: url('../img/pick-up_bg_pc.png');
  }
}

.pick-up .section-top__text {
  position: absolute;
  top: 2rem;
  left: 0.625rem;
  font-family: 'Meow Script', sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1;
  color: #d2c9a1;
  transform: rotate(-10deg);
}
@media screen and (min-width: 768px) {
  .pick-up .section-top__text {
    top: 6.25rem;
    left: 12%;
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .pick-up .section-top__text {
    left: 24%;
  }
}

.pick-up__list {
  margin: 1.25rem auto 0;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .pick-up__list {
    max-width: initial;
    margin-top: 2.125rem;
  }
}

@media screen and (min-width: 768px) {
  .pick-up__list ul {
    gap: 0.75rem;
  }
}

.pick-up__list--item {
  background-color: #f8f7f3;
  border-radius: 6px;
  box-shadow: 1.5px 0px 3px rgba(4, 0, 0, 0.08);
  height: 13.125rem;
}
@media screen and (min-width: 768px) {
  .pick-up__list--item {
    width: calc(100% - 1.5rem);
    box-shadow: 3px 0px 6px rgba(4, 0, 0, 0.08);
    height: initial;
  }
}

.pick-up__list--item a {
  padding: 1.625rem 1.375rem 2rem;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  height: 13.125rem;
}
@media screen and (min-width: 768px) {
  .pick-up__list--item a {
    padding: 1.75rem 1.5rem;
  }
}

.pick-up__list--item:nth-child(n + 2) {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .pick-up__list--item:nth-child(n + 2) {
    margin-top: 0;
  }
}

.pick-up__list--item .image {
  width: 8.4375rem;
}
@media screen and (min-width: 768px) {
  .pick-up__list--item .image {
    width: 9.0625rem;
  }
}

.pick-up__list--item .title {
  padding: 0.375rem 0.5rem;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.0714285714;
  letter-spacing: 0.1em;
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .pick-up__list--item .title {
    line-height: 1.0666666667;
  }
}
@media screen and (min-width: 1440px) {
  .pick-up__list--item .title {
    font-size: 1.875rem;
  }
}

.pick-up__list--item .text {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.3181818182;
  color: #282d27;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .pick-up__list--item .text {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin-top: 0.75rem;
  }
}

.pick-up__list--item:nth-of-type(1) .title {
  background-color: #95bb85;
}

.pick-up__list--item:nth-of-type(2) .title {
  background-color: #6b9d57;
}

.pick-up__list--item:nth-of-type(3) .title {
  background-color: #88a856;
}

.pick-up__list--item .text span {
  font-weight: 700;
  color: #95bb85;
  background: -moz-linear-gradient(
    top,
    #f8f7f3,
    #f8f7f3 79.9%,
    #f4efd7 80%,
    #f4efd7
  );
  background: -webkit-linear-gradient(
    top,
    #f8f7f3,
    #f8f7f3 79.9%,
    #f4efd7 80%,
    #f4efd7
  );
  background: linear-gradient(
    to bottom,
    #f8f7f3,
    #f8f7f3 79.9%,
    #f4efd7 80%,
    #f4efd7
  );
}

.pick-up__list--item:nth-of-type(2) .text span {
  color: #6b9d57;
}

.safety {
  position: relative;
  z-index: 2;
  margin-top: -3.75rem;
}
@media screen and (min-width: 768px) {
  .safety {
    margin-top: -2.5rem;
  }
}

.safety-bg {
  padding: 4.25rem 0 0;
  background-image: url('../img/safety-bg_sp.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (min-width: 768px) {
  .safety-bg {
    padding: 8.75rem 0 0rem;
    background-image: url('../img/safety-bg_pc.png');
  }
}

.safety-title .section-title__baroon {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .safety-title .section-title__baroon {
    background-image: url('../img/section-title__baroon_pc2.png');
    letter-spacing: 0.3em;
    width: 15.75rem;
  }
}

.safety-title .section-title__main-text h2 {
  color: #fffdf6;
}

.safety-contents {
  margin: 3.125rem auto 0;
  max-width: 34.375rem;
  padding-bottom: 3.625rem;
}
@media screen and (min-width: 768px) {
  .safety-contents {
    margin-top: 0rem;
    max-width: initial;
    padding-bottom: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .safety-contents__block--inner {
    max-width: 68.75rem;
    margin-left: auto;
  }
}

.safety__illust {
  width: 100%;
  max-width: 14.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .safety__illust {
    max-width: 20.3125rem;
    margin: 0;
  }
}

.safety__illust--inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.75rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .safety__illust--inner {
    gap: 1.25rem;
  }
}

.safety__illust--image {
  width: 5.3125rem;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .safety__illust--image {
    width: 8.125rem;
    margin-top: 3.75rem;
  }
}

.safety__illust--label {
  writing-mode: vertical-rl;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-weight: 600;
}
.safety__illust--label p {
  padding: 0.875rem 0.875rem 1rem;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.375rem;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .safety__illust--label p {
    padding: 1.3125rem 1.3125rem 1.75rem;
    border-radius: 6px;
    font-size: 2.125rem;
  }
}

.safety__illust--label p:nth-of-type(2) {
  margin-top: 2.125rem;
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .safety__illust--label p:nth-of-type(2) {
    margin-top: 3.125rem;
    margin-right: 1.3125rem;
  }
}

.safety__illust--text {
  font-family: 'Meow Script', sans-serif;
  font-weight: 400;
  font-size: 2.3125rem;
  line-height: 1;
  color: #fff;
  opacity: 0.2;
  transform: rotate(-15deg);
}
@media screen and (min-width: 768px) {
  .safety__illust--text {
    font-size: 3.5rem;
  }
}

.safety__illust--text1 {
  top: -1.125rem;
  left: 0rem;
}
@media screen and (min-width: 768px) {
  .safety__illust--text1 {
    top: -1.125rem;
    left: -1.375rem;
  }
}

.safety__illust--text2 {
  top: 0.25rem;
  left: 3.875rem;
}
@media screen and (min-width: 768px) {
  .safety__illust--text2 {
    top: 1.125rem;
    left: 4.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .block1-top {
    margin-top: 3.875rem;
    display: flex;
    gap: 3rem;
  }
}

.block1-top .safety__illust {
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .block1-top .safety__illust {
    padding-left: 0;
    margin-top: 5.625rem;
  }
}

.block2 {
  margin-top: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .block2 {
    margin-top: 4.75rem;
  }
}

@media screen and (min-width: 768px) {
  .block2-top,
  .block2-btm {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .block2-top {
    gap: 8.75rem;
  }
}

@media screen and (min-width: 768px) {
  .block2-btm {
    margin-top: -12.5rem;
    gap: 4.75rem;
  }
}

.block2 .safety__illust {
  padding-left: 1.25rem;
  max-width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .block2 .safety__illust {
    width: 100%;
    max-width: 24.125rem;
    margin-left: auto;
    margin-right: 4.6875rem;
    padding-left: 0;
  }
}

.block2 .safety__illust--inner {
  gap: 2.625rem;
}
@media screen and (min-width: 768px) {
  .block2 .safety__illust--inner {
    gap: 3.875rem;
  }
}

.block2 .safety__illust--image {
  width: 6.25rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .block2 .safety__illust--image {
    width: 9.375rem;
    margin-top: 0.9375rem;
  }
}

.block2 .safety__illust--label p:nth-of-type(2) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .block2 .safety__illust--label p:nth-of-type(2) {
    margin-top: 6.25rem;
  }
}

.block2 .safety__illust--text1 {
  top: 0.375rem;
  left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .block2 .safety__illust--text1 {
    left: -1.375rem;
  }
}

.block2 .safety__illust--text2 {
  top: 3.125rem;
  left: -0.625rem;
}
@media screen and (min-width: 768px) {
  .block2 .safety__illust--text2 {
    top: 4.5rem;
    left: -2.625rem;
  }
}

.block3 {
  margin-top: 6.375rem;
}
@media screen and (min-width: 768px) {
  .block3 {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .block3-top,
  .block3-btm {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .block3-top {
    gap: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .block3-btm {
    margin-top: 2.75rem;
    gap: 6.875rem;
    padding-left: 4.6875rem;
    margin-left: auto;
  }
}

.block3 .safety__illust {
  max-width: 20.3125rem;
}
@media screen and (min-width: 768px) {
  .block3 .safety__illust {
    max-width: 31.875rem;
  }
}

.block3 .safety__illust--inner {
  gap: 0rem;
}
.block3 .safety__illust--image {
  width: 13.125rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .block3 .safety__illust--image {
    width: 20.9375rem;
    margin-left: -4.125rem;
    margin-top: 3.125rem;
  }
}

.block3 .safety__illust--label p:nth-of-type(2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .block3 .safety__illust--label p:nth-of-type(2) {
    margin-top: 3.125rem;
  }
}

.block3 .safety__illust--text1 {
  top: 0rem;
  left: 6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block3 .safety__illust--text1 {
    top: 0.5rem;
    left: 7.5rem;
  }
}

.safety__card {
  margin-top: 1.5rem;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .safety__card {
    margin-top: 0;
    padding: 0;
  }
}

.safety__card__image {
  position: relative;
}

.safety__card__image img {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .safety__card__image img {
    border-radius: 12px;
  }
}

.safety__card__image p {
  position: absolute;
  bottom: -3.625rem;
  right: 0rem;
  font-weight: 700;
  font-size: 7.1875rem;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .safety__card__image p {
    bottom: -5rem;
    right: 0rem;
    font-size: 14.375rem;
  }
}

.safety__card__image p span {
  font-weight: 400;
  font-family: 'Meow Script', sans-serif;
  font-size: 2.3125rem;
  line-height: 1;
  transform: rotate(-10deg) translateY(-1rem);
  display: inline-block;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .safety__card__image p span {
    font-size: 4.625rem;
    transform: rotate(-10deg) translateY(-2rem);
  }
}

.safety__card__texts {
  margin-top: 1.75rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .safety__card__texts {
    margin-top: 1.25rem;
  }
}

.safety__card__title {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .safety__card__title {
    font-size: 1.5rem;
  }
}

.safety__card__text {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.3666666667;
}
@media screen and (min-width: 768px) {
  .safety__card__text {
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.625;
  }
}

@media screen and (min-width: 768px) {
  .point1 {
    margin-left: auto;
    max-width: 42.5rem;
  }
}

.point2 {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .point2 {
    margin-top: 2.75rem;
    display: flex;
    align-items: flex-end;
    gap: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .point2 .safety__card__image p {
    bottom: initial;
    top: -2.25rem;
    right: -9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .point2 .safety__card__texts {
    padding-bottom: 1.25rem;
    width: 100%;
    max-width: 26.5625rem;
  }
}

.point3 {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .point3 {
    margin-top: 2.75rem;
  }
}

.point3 .safety__card__image p {
  right: -0.75rem;
}
@media screen and (min-width: 768px) {
  .point3 .safety__card__image p {
    bottom: initial;
    top: -1.625rem;
    right: -4.125rem;
  }
}

.point4 {
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .point4 {
    margin-right: 3.125rem;
    margin-left: auto;
  }
}

.point4 .safety__card__image p {
  right: -0.875rem;
}
@media screen and (min-width: 768px) {
  .point4 .safety__card__image p {
    bottom: -2.25rem;
    right: -3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .point4 .safety__card__image p span {
    transform: rotate(-10deg) translateY(-2rem) translateX(-1.5rem);
  }
}

.point5 {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .point5 {
    margin-top: 23.75rem;
  }
}

.point5 .safety__card__image p {
  right: -0.75rem;
}
@media screen and (min-width: 768px) {
  .point5 .safety__card__image p {
    bottom: initial;
    right: initial;
    top: -10rem;
    left: 3.375rem;
  }
}

@media screen and (min-width: 768px) {
  .point5 .safety__card__image p span {
    margin-right: 1.25rem;
  }
}

.point6 {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .point6 {
    max-width: 39.375rem;
    margin-right: 3.125rem;
    margin-left: auto;
    margin-top: 0rem;
  }
}

.point6 .safety__card__image p {
  right: -0.875rem;
}
@media screen and (min-width: 768px) {
  .point6 .safety__card__image p {
    right: -2rem;
  }
}

@media screen and (min-width: 768px) {
  .point6 .safety__card__image p span {
    margin-right: 2.25rem;
    transform: rotate(-10deg) translateY(-2.375rem);
  }
}

.point7,
.point8 {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .point7,
  .point8 {
    max-width: 29.375rem;
  }
}

@media screen and (min-width: 768px) {
  .point8 {
    max-width: 29.375rem;
    margin-left: auto;
    margin-right: 4.6875rem;
  }
}

.point7 .safety__card__image p {
  right: -0.25rem;
}
@media screen and (min-width: 768px) {
  .point7 .safety__card__image p {
    bottom: initial;
    top: -11.25rem;
    right: 4.375rem;
  }
}

.point8 .safety__card__image p {
  right: -0.875rem;
}
@media screen and (min-width: 768px) {
  .point8 .safety__card__image p {
    right: -5rem;
    bottom: -3.25rem;
  }
}

@media screen and (min-width: 768px) {
  .point7 .safety__card__image p span,
  .point8 .safety__card__image p span {
    display: block;
    margin-right: 0rem;
    transform: rotate(-10deg) translate(-6.25rem, 2.5rem);
  }
}

.menu {
  background-color: #88a856;
  position: relative;
}

.menu-bg {
  padding: 4.125rem 0 2.75rem;
  background-image: url('../img/menu-bg_sp.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (min-width: 768px) {
  .menu-bg {
    padding: 13.125rem 0 10.125rem;
    background-image: url('../img/menu-bg_pc.png');
  }
}

.menu .section-top__text {
  position: absolute;
  font-family: 'Meow Script', sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1;
  color: #bec5bb;
  transform: rotate(-10deg);
}
@media screen and (min-width: 768px) {
  .menu .section-top__text {
    font-size: 3.75rem;
  }
}

.menu .section-top__text1 {
  top: -0.75rem;
  right: 2.75rem;
}
@media screen and (min-width: 768px) {
  .menu .section-top__text1 {
    top: 10rem;
    right: 12%;
  }
}
@media screen and (min-width: 1440px) {
  .menu .section-top__text1 {
    right: 23%;
  }
}

.menu .section-top__text2 {
  top: 0.625rem;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .menu .section-top__text2 {
    top: 12.5rem;
    right: 10%;
  }
}
@media screen and (min-width: 1440px) {
  .menu .section-top__text2 {
    right: 20%;
  }
}

.menu-list {
  margin: 1.25rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .menu-list {
    margin-top: 3.625rem;
    max-width: 68.75rem;
  }
}

.menu-list ul {
  flex-wrap: wrap;
  gap: 0.75rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .menu-list ul {
    gap: 3rem 3.625rem;
  }
}

.menu-list__item {
  width: calc((100% - 1.25rem) / 3);
  height: auto;
  aspect-ratio: 230/220;
  border-radius: 10px;
  background-color: #6b9d57;
}
@media screen and (min-width: 768px) {
  .menu-list__item {
    width: calc((100% - 10.875rem) / 4);
    border-radius: 20px;
  }
}

.menu-list__item a {
  display: block;
  padding-top: 1.5625rem;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .menu-list__item a {
    padding-top: 4.125rem;
  }
}

.menu-list__item.item2 {
  background-color: #88a856;
}

.menu-list__item img {
  width: auto;
  height: 1.875rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .menu-list__item img {
    height: 3.75rem;
  }
}

.menu-list__item img {
  width: auto;
  height: 1.875rem;
  margin: 0 auto;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .menu-list__item img {
    max-width: 7.375rem;
    height: 3.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .menu-list__item:nth-of-type(1) img {
    width: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .menu-list__item:nth-of-type(2) img {
    width: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .menu-list__item:nth-of-type(3) img {
    width: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .menu-list__item:nth-of-type(4) img {
    width: 5.5rem;
  }
}

@media screen and (min-width: 768px) {
  .menu-list__item:nth-of-type(5) img {
    width: 4.75rem;
  }
}

@media screen and (min-width: 768px) {
  .menu-list__item:nth-of-type(6) img {
    width: 3.25rem;
  }
}

@media screen and (min-width: 768px) {
  .menu-list__item:nth-of-type(7) img {
    width: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .menu-list__item:nth-of-type(8) img {
    width: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .menu-list__item:nth-of-type(9) img {
    width: 4.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .menu-list__item:nth-of-type(10) img {
    width: 4.125rem;
  }
}

@media screen and (min-width: 768px) {
  .menu-list__item:nth-of-type(11) img {
    width: 7.375rem;
  }
}

@media screen and (min-width: 768px) {
  .menu-list__item:nth-of-type(12) img {
    width: 5.5rem;
  }
}

.menu-list__item p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.03125;
  letter-spacing: 0.2em;
  color: #fefefe;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .menu-list__item p {
    font-size: 1.25rem;
    margin-top: 2rem;
  }
}

.menu-list__item p span {
  letter-spacing: 0;
}

.slide-area {
  position: relative;
  z-index: 2;
}

.slide-area li img {
  height: 5.5rem;
}
@media screen and (min-width: 768px) {
  .slide-area li img {
    height: 10rem;
  }
}
@media screen and (min-width: 1440px) {
  .slide-area li img {
    height: 17.9375rem;
  }
}

.about {
  padding: 3.625rem 0 4.25rem;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 5.9375rem 0;
  }
}

@media screen and (min-width: 768px) {
  .about-inner {
    max-width: 120rem;
    margin: 0 auto;
  }
}

.about-contents {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .about-contents {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .about-contents__top {
    max-width: 92.8125rem;
    margin-left: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 2.8125rem;
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .about-contents__top--image {
    width: 100%;
    max-width: 50rem;
  }
}

.about-contents__top--texts {
  padding: 0 1.5625rem;
  margin: 1.875rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .about-contents__top--texts {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 36.25rem;
  }
}

.about-contents__top--texts .title {
  font-family: 'Staatliches', sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: 0.2em;
  color: #3d7b25;
}
@media screen and (min-width: 768px) {
  .about-contents__top--texts .title {
    font-size: 5rem;
  }
}

.about-contents__top--texts .text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.425;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .about-contents__top--texts .text {
    font-size: 2.125rem;
    line-height: 1.6764705882;
    margin-top: 0.5rem;
  }
}

.about-contents__btm {
  padding: 0 1.5625rem;
  margin: 1.75rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .about-contents__btm {
    margin-top: 3.125rem;
    max-width: 62.5rem;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .about-contents__btm ul {
    flex-wrap: wrap;
    gap: 1.375rem 1.875rem;
  }
}

.about-contents__btm--item {
  border: 2px solid #eae5ca;
  background-color: #fffdf6;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .about-contents__btm--item {
    width: calc(50% - 0.9375rem);
    font-size: 1.5rem;
  }
}

.about-contents__btm--item:nth-child(n + 2) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .about-contents__btm--item:nth-child(n + 2) {
    margin-top: 0;
  }
}

.about-contents__btm--item a {
  display: flex;
  align-items: center;
  padding: 0.875rem 1.375rem 0.875rem 1.375rem;
}
@media screen and (min-width: 768px) {
  .about-contents__btm--item a {
    padding: 1.25rem 2.8125rem 1.25rem 2.5rem;
  }
}

.about-contents__btm--item .icon {
  width: 2rem;
}
@media screen and (min-width: 768px) {
  .about-contents__btm--item .icon {
    width: 2.75rem;
  }
}

.about-contents__btm--item .icon img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .about-contents__btm--item .icon img {
    width: 2.75rem;
    height: 2.75rem;
  }
}

.about-contents__btm--item p {
  margin-left: 1.625rem;
}
@media screen and (min-width: 768px) {
  .about-contents__btm--item p {
    margin-left: 2.5rem;
  }
}

.about-contents__btm--item .arrow {
  width: 1rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .about-contents__btm--item .arrow {
    width: 1.375rem;
  }
}

.information {
  position: relative;
  z-index: 3;
}

.information-image {
  margin: 1.625rem -0.75rem 0;
}
@media screen and (min-width: 768px) {
  .information-image {
    width: 80%;
    margin: 2.25rem auto 0;
  }
}
@media screen and (min-width: 1440px) {
  .information-image {
    width: 100%;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-d_flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-d_flex {
    display: flex;
  }
}

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

.u-mobile_flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-mobile_flex {
    display: none;
  }
}

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__c {
  display: flex;
  justify-content: center;
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-disp-flex-dt__c {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__c {
    display: flex;
    justify-content: center;
  }
}

.u-disp-flex-dt__cc {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}

.white-text {
  color: #fff;
}

.sec_common {
  padding: 3.75rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .sec_common {
    padding: 6.875rem 0 9.75rem;
  }
}
.section-title__main-text.top {
  padding: 0;
}
.sec_common .img {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .sec_common .img {
    max-width: 120rem;
    padding: 0 3.75rem;
    margin: 0 auto;
  }
}
.sec_common .title + .img {
  padding: 1.875rem 0 0;
}
@media screen and (min-width: 768px) {
  .sec_common .title + .img {
    padding: 2rem 3.75rem;
  }
}
.section-title__main-text + .img {
  padding: 1.875rem 0 0;
}
@media screen and (min-width: 768px) {
  .section-title__main-text + .img {
    padding: 2rem 3.75rem 0;
  }
}
.sec_common .img.ortho {
  height: auto;
}
@media screen and (min-width: 768px) {
  .sec_common .img.ortho {
    height: 30rem;
    padding-bottom: 0;
  }
}
.sec_common .img.ortho img {
  object-fit: contain;
}
.sec_common .img.ceramic {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec_common .img.ceramic {
    width: 60%;
    padding-bottom: 0;
  }
}
.sec_common .img img {
  height: 100%;
}
.sec_common .title {
  color: #6b9d57;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #cac196;
}
@media screen and (min-width: 768px) {
  .sec_common .title {
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }
}
.sec_common .sub_title {
  background-color: #fff;
  color: #6b9d57;
  padding: 0.75rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 4px;
  display: inline-block;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .sub_title {
    border-radius: 6px;
    padding: 1.5625rem 1.375rem 1.3125rem 1.75rem;
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 1rem;
  }
}
.sec_common .sub_title + .sub_title {
  display: table;
  margin: 0.5rem auto 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .sec_common .sub_title {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .sec_common .img + .sub_title {
    margin: 2rem 3.75rem 0;
  }
}
@media screen and (min-width: 768px) {
  .sec_common .img + .sub_title + .sub_title {
    margin: 0.5rem 3.75rem 3rem;
  }
}
.center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-title__main-text + .center .sub_title {
    margin: 0 3.75rem;
  }
}
.sec_common .text {
  margin-top: 1rem;
  color: #5e562d;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .text {
    margin-top: 2rem;
    line-height: 2.125;
  }
}
.sec_common .text a {
  color: #3c96cf;
  text-decoration: underline;
}
.sec_common.sec_menu .text {
  max-inline-size: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec_common.sec_menu .section-title__main-text {
    padding: 6.25rem 0 0;
  }
}
.sec_common.sec_menu .section-title__main-text.top {
  padding: 0
}
.sec_common .sec_common__btn {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec_common .sec_common__btn {
    margin-top: 2rem;
  }
}
.sec_common .sec_common__link {
  padding: 0.875rem 1.375rem 0.875rem 1.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #eae5ca;
  background-color: #fffdf6;
  border-radius: 3rem;
}
@media screen and (min-width: 768px) {
  .sec_common .sec_common__link {
    padding: 1.25rem 2.8125rem 1.25rem 2.5rem;
  }
}
.sec_common .sec_common__link .arrow {
  width: 1rem;
  margin-left: 1rem;
}
.section-title__main-text + .text {
  margin-top: 1.5rem;
  color: #5e562d;
  font-size: 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section-title__main-text + .text {
    line-height: 2.125;
    margin-top: 0;
    text-align: center;
  }
}
.sec_common .semititle {
  color: #6b9d57;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  position: relative;
  padding-left: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .sec_common .semititle {
    padding-left: 1.5rem;
    margin-top: 2rem;
    font-size: 1.25rem;
  }
}
.sec_common .semititle::before {
  content: '';
  display: block;
  width: 0.1875rem;
  height: 2rem;
  background-color: #a8bc63;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sec_common .semititle::before {
    font-size: 1.25rem;
  }
}
.sec_common h5 {
  background-color: #6b9d57;
  padding: 0.5rem;
  font-size: 1.25rem;
  color: #fff;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .sec_common h5 {
    padding: 0.625rem;
    font-size: 1.5rem;
  }
}
.sec_common .sublist {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.sec_common .sublist li {
  position: relative;
  color: #5e562d;
  font-size: 1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .sublist li {
    padding-left: 1.5rem;
  }
}
.sec_common .sublist li::before {
  content: '';
  background-color: #6b9d57;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sec_common .sublist li::before {
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .sec_common .semititle + .sublist {
    margin-top: 2rem;
  }
}
.sec_common .sublist + .semititle {
  margin-top: 1.875rem;
}
.sec_common .sublist + p {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .sublist + p {
    margin-top: 1rem;
  }
}
.sec_common .sublist + p + .title {
  margin-top: 1.875rem;
}
.sec_common__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common__list {
    margin-top: 1rem;
    gap: 1rem;
  }
}
.sec_common__list li {
  position: relative;
  color: #5e562d;
  font-size: 1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common__list li {
    padding-left: 1.5rem;
  }
}
.sec_common__list li::before {
  content: '';
  background-color: #6b9d57;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sec_common__list li::before {
    width: 1rem;
    height: 1rem;
  }
}
.sec_common__list + p {
  margin-top: 1rem;
}
.sec_common__list + p + .title {
  margin-top: 1.875rem;
}
.sec_common .features-contents__list .text {
  margin-top: 0;
}
.sec_common .features-contents__list .features-contents__list--item {
  margin-top: 1rem;
}
.sec_common__block {
  color: #5e562d;
  font-size: 1rem;
}
.sec_common__block:nth-child(n + 2) {
  margin-top: 1.875rem;
}
.sec_common__profile {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common__profile {
    margin-top: 2rem;
  }
}
.sec_common__profile h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 0.3125rem;
  color: #5e562d;
  border-bottom: 1px solid #cac196;
  display: block;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .sec_common__profile h4 {
    font-size: 1.25rem;
    margin-bottom: 0.3125rem;
  }
}
.sec_common__profile h4:nth-child(n + 2) {
  margin-top: 1.875rem;
}
.sec_common__profile ul li {
  position: relative;
  padding: 0 0 0 0.9375rem;
  color: #5e562d;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common__profile ul li {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.sec_common__profile ul li:nth-child(n + 2) {
  margin-top: 0.1875rem;
}
.sec_common__profile ul li::before {
  background: #7a4d24;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0.3125rem;
  height: 0.3125rem;
}
.sec_common__container {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common__container {
    margin-top: 2rem;
  }
}
.sec_common__block.flex {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .sec_common__block.flex {
    display: flex;
    flex-direction: row;
  }
}
.sec_common .summary-table {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .sec_common__block.flex.map {
    justify-content: space-between;
  }
}
.sec_common__map {
  min-width: 100%;
  height: 20rem;
}
@media screen and (min-width: 768px) {
  .sec_common__map {
    min-width: 50%;
    height: initial;
  }
}
.sec_common__map iframe {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .sec_common__map + .sec_common__block {
    min-width: 50%;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec_common__map + .sec_common__block .img {
    height: 51rem;
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .sec_common__map + .sec_common__block .img img {
    object-fit: contain;
    object-position: right;
  }
}
.sec_menu .section-title__main-text {
  padding: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .sec_menu .section-title__main-text {
    padding-top: 3rem !important;
  }
}
.sec_menu .section-title__main-text.top {
  border-top: 1px solid #cac196;
}
.sec_menu .sec_common__block.flex {
  border-bottom: 1px solid #cac196;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .sec_menu .sec_common__block.flex {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .sec_common__block.flex.row {
    flex-direction: row-reverse;
  }
}
.sec_common__block.flex .img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec_common__block.flex .img {
    min-width: 50%;
    padding: 0 3.75rem 0 0;
  }
}
.sec_common__block.flex .img.preventive {
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  .sec_common__block.flex .img.preventive {
    min-width: 40%;
  }
}
.sec_common__block.flex .content {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sec_common__block.flex .content {
    min-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .sec_common__block.flex.row .img {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec_common__block.flex .text {
    margin-top: 0;
    min-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .sec_common__block.flex.row .text {
    padding: 0 3.75rem 0 0;
  }
}
.sec_common__faq {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-top: 1.875rem;
}
.sec_common__faq li .title {
  position: relative;
  margin-bottom: 0.9375rem;
  padding: 0 0 0.5rem 2.8rem;
}
@media screen and (min-width: 768px) {
  .sec_common__faq li .title {
    padding: 0 0 1rem 3.5rem;
  }
}
.sec_common__faq li .title::before {
  content: 'Q';
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 2.6875rem;
  line-height: 2.6875rem;
  background: #6b9d57;
  position: absolute;
  top: 0;
  bottom: 0.5rem;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sec_common__faq li .title::before {
    font-size: 1.125rem;
    width: 2.6875rem;
    height: 2.6875rem;
    bottom: 1rem;
  }
}
.sec_common__faq li .text {
  position: relative;
  padding-left: 2.8rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common__faq li .text {
    padding-left: 3.5rem;
  }
}
.sec_common__faq li .text::before {
  content: 'A';
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 2.6875rem;
  line-height: 2.6875rem;
  background: #a8bc63;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sec_common__faq li .text::before {
    font-size: 1.125rem;
    width: 2.6875rem;
    height: 2.6875rem;
  }
}
.sec_common .box3 {
  margin-top: 1.875rem;
}
.sec_common .box3 .img {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box3 .img {
    margin-top: 2rem;
  }
}
.sec_common .box3 .box3__wrap {
  position: relative;
  margin: 1.875rem 0 0;
}
.sec_common .box3 .box3__wrap .tit02 {
  position: relative;
  margin-bottom: 1rem;
  padding: 0;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #6b9d57;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sec_common .box3 .box3__wrap .tit02 {
    font-size: 1.5rem;
  }
}
.sec_common .box3 .box3__wrap .layout01 dl {
  display: table;
  position: relative;
  top: 0.5rem;
  width: 100%;
  margin-bottom: 0.5rem;
}
.sec_common .box3 .box3__wrap .layout01 dl::before {
  position: absolute;
  top: -0.3rem;
  left: 0;
  width: 100%;
  border-top: 0.1rem solid #6b9d57;
  content: '';
}
.sec_common .box3 .box3__wrap .layout01 dl:last-child::after {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  border-top: 0.1rem solid #6b9d57;
  content: '';
}
.sec_common .box3 .box3__wrap .layout01 dt {
  display: table-cell;
  width: 7rem;
  padding: 0 3%;
  background-color: #6b9d57;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .sec_common .box3 .box3__wrap .layout01 dt {
    width: 20rem;
    font-size: 1.5rem;
  }
}
.sec_common .box3 .box3__wrap .layout01 dt em {
  display: block;
  line-height: 1;
  margin: 0 0.8rem;
  font-size: 2.8rem;
  font-weight: normal;
  color: #fff;
  font-family: 'Staatliches', sans-serif;
}
@media screen and (min-width: 768px) {
  .sec_common .box3 .box3__wrap .layout01 dt em {
    font-size: 3rem;
  }
}
.sec_common .box3 .box3__wrap .layout01 dd {
  display: table-cell;
  padding: 3%;
  color: #5e562d;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box3 .box3__wrap .layout01 dd {
    line-height: 2.125;
  }
}
.sec_common .box3 .box3__wrap .layout01.box3__container dl {
	display: grid;
}
@media screen and (min-width: 768px) {
  .sec_common .box3 .box3__wrap .layout01.box3__container dl {
     display: table;
  }
}
.sec_common .box3 .box3__wrap .layout01.box3__container dt {
	width: 100%;
}
@media screen and (min-width: 768px) {
  .sec_common .box3 .box3__wrap .layout01.box3__container dt {
     width: 20rem;
  }
}
.sec_common .box3 .box3__wrap .layout01.box3__container dd + dd {
	border-top: 0.125rem dashed #6b9d57;
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box3 .box3__wrap .layout01.box3__container dd + dd {
     border-left: 0.125rem dashed #6b9d57;
	 border-top: none;
	 width: 40%;
	 margin-bottom: 0;
  }
}
.sec_common .box3 .box3__wrap .layout01 dd .img {
  width: 60%;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box3 .box3__wrap .layout01 dd .img {
    width: 40%;
    padding: 0;
  }
}
.sec_common .box3 .box3__ttl {
	font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
}
.sec_common .box3 .box3__list {
    display: flex;
    flex-direction: column;
    list-style: disc;
    text-indent: 0.2rem;
    padding-left: 1.2rem;
}
.sec_common .box4 .text + .layout03 {
  margin-top: 1rem;
}
.sec_common .box4 .layout03 dl {
  display: table;
  position: relative;
  margin-bottom: 1.875rem;
  background-color: rgba(12, 102, 46, 0.14);
  padding: 2%;
}
.sec_common .box4 .layout03 li:last-child dl {
  margin-bottom: 0;
}
.sec_common .box4 .layout03 dt {
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  padding: 2% 20% 2%;
  background-color: #fff;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .sec_common .box4 .layout03 dt {
    display: table-cell;
    padding: 3%;
    width: 27%;
  }
}
.sec_common .box4 {
  margin-top: 1.875rem;
}
.sec_common .box4 .layout03 dt img {
  width: 100%;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box4 .layout03 dt img {
    margin-top: 0;
  }
}
.sec_common .box4 .layout03 dd {
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  padding: 5% 6%;
}
@media screen and (min-width: 768px) {
  .sec_common .box4 .layout03 dd {
    width: 73%;
    padding: 1% 3%;
    display: table-cell;
  }
}
.sec_common .box4 .layout03 dd h3 {
  color: #0c662e;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box4 .layout03 dd h3 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}
.sec_common .box4 .layout03 dd h3 em {
  margin-right: 10px;
  color: #0c662e;
  font-size: 2rem;
  font-weight: normal;
  font-family: 'Staatliches', sans-serif;
}
.sec_common .box4 .layout03 dd p {
  color: #5e562d;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box4 .layout03 dd p {
    line-height: 2.125;
  }
}
.sec_common .box5 .tit02 {
  margin-top: 2rem;
  position: relative;
  margin-bottom: 1rem;
  padding: 0;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #6b9d57;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sec_common .box5 .tit02 {
    font-size: 1.5rem;
  }
}
.sec_common .box5 .img {
  width: 80%;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box5 .img {
    width: 50%;
    margin-bottom: 1.5rem;
  }
}
.sec_common .box5 .img.child {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box5 .img.child {
    max-width: 120rem;
    width: 100%;
    padding: 0 3.75rem;
  }
}
.sec_common .box5 .text + .img {
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  .sec_common .box5 .text + .img {
    margin: 1rem auto 1.5rem;
  }
}
.sec_common .box5 .list07 {
  border: 0.3rem solid #6b9d57;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box5 .list07 {
    padding: 3rem;
  }
}
.sec_common .box5 .list07 li {
  color: #5e562d;
  font-size: 1rem;
  padding-left: 0.9em;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec_common .box5 .tit02 {
    line-height: 2.125;
  }
}
.sec_common .box5 .list07 li:last-child {
  margin-bottom: 0;
}
.sec_common .box5 .list07 li::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #6b9d57;
  border: 0.1rem solid #6b9d57;
  border-radius: 100%;
}
.sec_common .box5 .list07 + .title {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box5 .list07 + .text {
    margin: 1rem 0 0;
  }
}
.sec_common .box5 .list08 {
  border: 0.3rem solid #6b9d57;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box5 .list07 {
    padding: 3rem;
  }
}
.sec_common .box5 .list07 li {
  color: #5e562d;
  font-size: 1rem;
  padding-left: 0.9em;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec_common .box5 .tit02 {
    line-height: 2.125;
  }
}
.sec_common .box5 .list08 li:last-child {
  margin-bottom: 0;
}
.sec_common .box5 .list08 {
  padding: 2.5rem 1.5rem 1.5rem;
  background-color: #fff;
  margin-top: 1rem
}
@media screen and (min-width: 768px) {
  .sec_common .box5 .list08 {
    padding: 3.5rem 1.5rem 2.5rem 4.5rem;
  }
}
.sec_common .box5 .list08 li {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1.5em;
  padding-right: 5%;
  color: #5e562d;
  font-size: 1rem;
}
.sec_common .box5 .list08 li:before {
  display: block;
  content: '';
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #DAC58B;
  border: 0.1rem solid #DAC58B;
  border-radius: 100%;
}
.sec_common .box5 .list08 li .img {
  margin: 1rem 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec_common .box5 .list08 li .img {
    width: 35%;
  }
}
.sec_common .box5 .list08 li p {
  color: #5e562d;
  font-size: 1rem;
}
.sec_common .box5 .list08:after {
  display: block;
  clear: both;
  content: "";
}
.sec_common .box6 {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box6 {
    margin-top: 2rem;
  }
}
.sec_common .box6 .layout03 li:last-child dl {
  margin-bottom: 0;
}
.sec_common .box6 .layout03 dl {
  display: table;
  position: relative;
  margin-bottom: 2rem;
  background-color: rgba(12, 102, 46, 0.14);
  padding: 2%;
}
.sec_common .box6 .layout03 dt {
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  padding: 2% 20% 2%;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec_common .box6 .layout03 dt {
    display: table-cell;
    padding: 3%;
    width: 27%;
  }
}
.sec_common .box6 .layout03 dt img {
  padding-bottom: 1rem;
}
.sec_common .box6 .layout03 dd {
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  padding: 5% 6% 2%;
}
@media screen and (min-width: 768px) {
  .sec_common .box6 .layout03 dd {
    display: table-cell;
    padding: 1% 3%;
    width: 27%;
  }
}
.sec_common .box6 .layout03 dd h3 {
  color: #0c662e;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box6 .layout03 dd h3 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}
.sec_common .box6 .layout03 dd p {
  color: #5e562d;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box6 .layout03 dd p {
    line-height: 2.125;
  }
}
.sec_common__box.flex {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .sec_common__box.flex {
    flex-direction: row;
  }
}
.sec_common__box.flex .img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec_common__box.flex .img {
    min-width: 50%;
    padding: 0 8%;
  }
}
@media screen and (min-width: 768px) {
  .sec_common__box.flex .text {
    min-width: 50%;
    margin-top: 0;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .sec_common__box.flex .img .child {
    width: 20rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .sec_common__box.flex.whitening .text {
    padding-right: 0;
  }
}
.sec_common__box.flex.whitening .img {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sec_common__box.flex.whitening .img img {
    width: 15rem;
  }
}
.sec_common .box7 {
  margin-top: 1.875rem;
}
.sec_common .box7 .box7__wrap + .box7__wrap {
  margin-top: 1.875rem;
}
.sec_common .box7 .box7__wrap h3 {
  position: relative;
  margin-bottom: 1rem;
  padding: 0;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #6b9d57;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec_common .box7 .box7__wrap h3 {
    font-size: 1.5rem;
  }
}
.sec_common .box7 .box7__wrap .tb03 {
  width: 100%;
  border-spacing: 0.1rem;
  border-collapse: separate;
  background-color: #f0f0f0;
  white-space: nowrap;
}
.sec_common .box7 .box7__wrap .tb03 th {
  font-weight: bold;
  white-space: break-spaces;
  text-align: left;
  color: #fff;
  background-color: #a8bc63;
  font-size: 1.125rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box7 .box7__wrap .tb03 th {
    line-height: 2.125;
    width: 40%;
    white-space: nowrap;
  }
}
.sec_common .box7 .box7__wrap .tb03 td {
  background-color: #ffffff;
  color: #666666;
  text-align: center;
  color: #5e562d;
  font-size: 1.125rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box7 .box7__wrap .tb03 td {
    line-height: 2.125;
  }
}
.sec_common .box7 .box7__wrap .tb03 + p {
  margin-top: 1rem;
  color: #5e562d;
  font-size: 1rem;
  line-height: 1.8;
}
.sec_common .box08 {
  margin-top: 1.875rem;
}
.sec_common .box08 .box08__wrap + .box08__wrap {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box08 .box08__wrap + .box08__wrap {
    margin-top: 2rem;
  }
}
.sec_common .box08 .list08 {
  margin-top: 1rem;
  padding: 6%;
  background-color: #fff;
  border: 0.2rem solid #0b652e;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box08 .list08 {
    padding: 3.5rem 1rem 2rem 4.5rem;
  }
}
.sec_common .box08 .list08::after {
  display: block;
  clear: both;
  content: '';
}
.sec_common .box08 .list08 li {
  position: relative;
  float: left;
  margin-right: 5%;
  margin-bottom: 2rem;
  margin-left: 2.8rem;
  color: #5e562d;
  font-size: 1rem;
  border-bottom: 0.1rem dotted #cdcdcd;
}
.sec_common .box08 .list08 li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .sec_common .box08 .list08 li:last-child {
    margin-bottom: 2rem;
  }
}
.sec_common .box08 .list08 li::before {
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -1.8rem;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  content: '';
}
.sec_common .box9 {
  margin-top: 1.875rem;
}
.sec_common .box9 .layout03 dl {
  display: table;
  position: relative;
  margin-bottom: 1.875rem;
  background-color: rgba(12, 102, 46, 0.14);
  padding: 2%;
}
.sec_common .box9 .layout03 li:last-child dl {
  margin-bottom: 0;
}
.sec_common .box9 .layout03 dt {
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  text-align: center;
  display: block;
  padding: 0 15% 2%;
}
@media screen and (min-width: 768px) {
  .sec_common .box9 .layout03 dt {
    display: table-cell;
    width: 27%;
    padding: 0 2% 0 0;
  }
}
.sec_common .box9 .layout03 dt img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec_common .box9 .layout03 dt img {
    margin-top: 0;
  }
}
.sec_common .box9 .layout03 dd {
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  padding: 3%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .sec_common .box9 .layout03 dd {
    width: 73%;
    padding: 1% 3%;
    display: table-cell;
  }
}
.sec_common .box9 .layout03 dd h3 {
  color: #0c662e;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box9 .layout03 dd h3 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}
.sec_common .box9 .layout03 dd h3 em {
  margin-right: 10px;
  color: #0c662e;
  font-size: 2rem;
  font-weight: normal;
  font-family: 'Staatliches', sans-serif;
}
.sec_common .box9 .layout03 dd p {
  color: #5e562d;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box9 .layout03 dd p {
    line-height: 2.125;
  }
}
.sec_common .box10 {
  margin-top: 1.875rem;
}
.sec_common .box10 .layout05 dl {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 2rem;
  background-color: rgba(12, 102, 46, 0.14);
  padding: 2%;
  color: #5e562d;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box10 .layout05 dl {
    line-height: 2.125;
    display: table;
  }
}
.sec_common .box10 .layout05 dt {
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 6% 15%;
  width: auto;
}
@media screen and (min-width: 768px) {
  .sec_common .box10 .layout05 dt {
    padding: 0;
    width: 100%;
  }
}
.sec_common .box10 .layout05 dd {
  display: table-cell;
  box-sizing: border-box;
  padding: 1% 3%;
  vertical-align: top;
}
.sec_common .box10 .layout05 dd:nth-child(2) {
  width: auto;
}
@media screen and (min-width: 768px) {
  .sec_common .box10 .layout05 dd:nth-child(2) {
    width: 36.5%;
  }
}
.sec_common .box10 .layout05 dd {
  display: table-cell;
  box-sizing: border-box;
  padding: 5% 6% 2%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .sec_common .box10 .layout05 dd {
    padding: 1% 3%;
  }
}
.sec_common .box10 .layout05 dd:nth-child(3) {
  width: auto;
}
@media screen and (min-width: 768px) {
  .sec_common .box10 .layout05 dd:nth-child(3) {
    width: 38.5%;
    border-left: 0.1rem solid #fff;
  }
}
.sec_common .box10 .layout05_text1 ul {
  margin-bottom: 1rem;
}
.sec_common .box11 {
  margin-top: 1.875rem;
}
.sec_common .box11 .table01 {
	width:100%;
	border-right:#a8bc63 solid 1px;
	border-collapse: collapse;
}
.sec_common .box11 table.table01 thead th {
	background:#6b9d57;
	color:#FFF;
	padding: 1rem 1.5rem;
	border-right:#FFF solid 0.1rem;
	border-bottom:#FFF solid 0.1rem;
}
.sec_common .box11 table.table01 thead th:last-child {
	border-right:#6b9d57 solid 0.1rem;
}
.sec_common .box11 table.table01 tbody th {
	background:#6b9d57;
	color:#FFF;
	padding: 1rem 1.5rem;
	border-bottom:#FFF solid 0.1rem;
	vertical-align:top;
  font-size: 1rem;
}
.sec_common .box11 table.table01 tbody tr:last-child th {
	border-bottom:#6b9d57 solid 0.1rem;
}
.sec_common .box11 table.table01 tbody td {
	background:#FFF;
	padding: 1rem 1.5rem;
	border-left:#6b9d57 solid 0.1rem;
	border-bottom:#6b9d57 solid 0.1rem;
	vertical-align:top;
  color: #5e562d;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
.sec_common .box11 table.table01 thead {
	display:none;
}
.sec_common .box11 table.table01 tbody th {
	display:block;
}
.sec_common .box11 table.table01 tbody td {
	display:block;
}
.sec_common .box11 table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
.sec_common .box11 table.table01 tbody td p {
	padding-left:6em;
}
}
.sec_common .box12 {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1%;
}
@media screen and (min-width: 768px) {
  .sec_common .box12 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.sec_common .box12 dl {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2rem;
  width: 100%;
  margin-bottom: 4%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .sec_common .box12 dl {
    margin-bottom: 0;
  }
}
.sec_common .box12 dt {
  margin-bottom: 0.7rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px dashed #ddd;
  font-size: 1.125rem;
  color: #5e562d;
  font-weight: bold;
  text-align: center;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_common .box12 dd {
  font-size: 1rem;
  color: #5e562d;
}
.sec_common .box12 .img {
  padding: 0;
  height: 11.5rem;
  margin-bottom: 1rem;
}
.sec_common .box12 dd img {
  width: 10rem;
  margin: 0 auto;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .sec_common .box12 dd img {
    max-width: 100%;
    display: block;
    margin: auto;
  }
}
.sec_common .box13 {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .box13 {
    display: flex;
    align-items: center;
	margin-top: 1.5rem;
  }
}
.sec_common .box13 .box13__left {
    position: relative;
    width: 100%;
    padding: 1rem;
	background: #6b9d57;
	color: #fff;
}
@media screen and (min-width: 768px) {
  .sec_common .box13 .box13__left {
    width: 30%;
	padding: 1.7%;
  }
}
.sec_common .box13 .box13__right {
    position: relative;
    width: 100%;
    padding: 1rem;
	background: #fff;
}
@media screen and (min-width: 768px) {
  .sec_common .box13 .box13__right {
    width: 70%;
	padding: 1.7%;
  }
}
.sec_common .access_img {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .access_img {
    width: 60%;
    display: block;
    margin: auto;
  }
}
.sec_common .access_root {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1% 3%;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .access_root {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
  }
}
.sec_common .access_root dl {
  background: rgba(12, 102, 46, 0.14);
  margin-bottom: 3%;
}
.sec_common .access_root dt {
  padding: 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec_common .access_root dt {
    padding: 2rem 2rem 0;
  }
}
.sec_common .access_root dt span {
  font-size: 1rem;
  font-weight: bold;
  background: #2f653c;
  color: #fff;
  padding: 0.3rem 1.2rem;
  margin-right: 0.5rem;
  display: inline-block;
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
}
@media screen and (min-width: 768px) {
  .sec_common .access_root dt span {
    top: 2.5rem;
    left: 2.5rem;
  }
}
.sec_common .access_root dd {
  padding: 0 0.5rem 1rem;
  color: #5e562d;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_common .access_root dd {
    padding: 2rem;
  }
}
.color_red {
  color: #f33;
}
.footer-ttl__add {
  font-size: 0.9375rem;
  line-height: 1.3125;
  letter-spacing: 0.1em;
  color: #fefffe;
}
@media screen and (min-width: 768px) {
  .footer-ttl__add {
    font-size: 1.125rem;
  }
}
.footer-txt__add {
  font-size: 0.9375rem;
  line-height: 1.3125;
  letter-spacing: 0.1em;
  color: #fefffe;
}
@media screen and (min-width: 768px) {
  .footer-txt__add {
    font-size: 1.125rem;
  }
}
.footer-ttl__icons {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer-ttl__icons {
    gap: 0.75rem;
    margin-top: 0.5rem;
  }
}
.footer-ttl__icons img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .footer-ttl__icons img {
    width: 1.5625rem;
    height: 2.25rem;
    height: auto;
  }
}
.btn-flex {
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .btn-flex {
    justify-content: space-between;
    flex-direction: row;
  }
}
.btn-flex .btn-link {
  border: 0.1rem solid #fff;
  padding: 0.5rem;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .btn-flex .btn-link {
    padding: 0.5rem;
	  margin: 0;
  }
}
.footer-btn {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 1rem 0 1.5rem;
}
.footer-btn a {
  padding: 0.875rem 1.375rem 0.875rem 1.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #eae5ca;
  background-color: #fffdf6;
  border-radius: 0.4rem;
  border: 2px solid #eae5ca;
  padding: 0.8rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .footer-btn a {
    padding: 0.875rem 1.375rem 0.875rem 1.375rem;
    font-size: 1.125rem;
  }
}
.footer-btn a .arrow {
	width: 1rem;
  margin-left: 1rem;
}
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .footer-menu {
    flex-direction: row;
    gap: 6rem;
  }
}
.footer-menu__item-heading {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.footer-menu__item-link-wrap {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  gap: 0 2rem;
}
.footer-menu__item:nth-child(1) .footer-menu__item-link-wrap {
  grid-template-rows: repeat(2, auto);
}
@media screen and (min-width: 768px) {
  .footer-menu__item:nth-child(1) .footer-menu__item-link-wrap {
    grid-template-rows: repeat(5, auto);
  }
}
.footer-menu__item:nth-child(2) .footer-menu__item-link-wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  grid-template-rows: auto;
  grid-auto-flow: row;
}
@media screen and (min-width: 768px) {
  .footer-menu__item:nth-child(2) .footer-menu__item-link-wrap {
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    gap: 0 2rem;
  }
}
.footer-menu__item-link {
  display: block;
  margin-bottom: 0.8rem;
  color: #fff;
  position: relative;
  padding-left: 1rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .footer-menu__item-link {
    font-size: 1rem;
  }
}
.footer-menu__item-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  height: 0.1rem;
  width: 0.5rem;
}
footer .footer-bg {
  background-color: initial;
}
footer .footer-inner {
  background-color: #6b9d57;
}
@media screen and (min-width: 768px) {
  footer .footer-inner {
    border-radius: 30px 30px 0 0;
    width: calc(100% - 7.5rem);
    max-width: 112.5rem;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-main {
    justify-content: center;
  }
}
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
