@charset "UTF-8";
body {
  font-size: 18px;
  font-family: "M PLUS 1p", sans-serif;
}

body {
  color: #1A1311;
}

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

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Set core root defaults */
/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

.l-inner {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1050px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.c-heading {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #008D5B;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 2.25rem;
  }
}

.c-section-heading {
  color: #008D5B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-section-heading {
    font-size: 2.25rem;
  }
}

.c-top {
  position: relative;
}

.c-top__img {
  position: relative;
  width: 100%;
}

.c-top__img::after {
  content: "";
  display: block;
  padding-top: 22.66666%; /* 85/375 高さ/幅*100% */
}
@media screen and (min-width: 768px) {
  .c-top__img::after {
    padding-top: 11.30208%; /* 217/1920 高さ/幅*100% */
  }
}

.c-top__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-top__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #008D5B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 30px #fff, 0 0 35px #fff, 0 0 40px #fff;
}
@media screen and (min-width: 768px) {
  .c-top__title {
    font-size: 2.25rem;
  }
}

.p-access__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #008D5B;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-access__title {
    font-size: 1.5rem;
  }
}

.p-access__text {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-access__text {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
}

.p-access__map {
  position: relative;
  width: 100%;
}

.p-access__map::before {
  content: "";
  display: block;
  padding-top: 57.19178%; /*835/1460 比率で。高さ/幅*100% */
}

.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-drawer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: fixed;
  bottom: auto;
  top: 0;
  background-color: #fff;
  z-index: 40;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 1175px) {
  .p-drawer-content {
    display: none;
  }
}

.p-drawer-content.is-active {
  visibility: visible;
  opacity: 1;
}

.p-drawer-content__items {
  max-width: 100%;
  margin: auto;
}

.p-drawer-content__item {
  text-align: center;
}

.p-drawer-content__item a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #008D5B;
  display: block;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
}

.p-drawer-icon {
  position: fixed;
  top: 29px;
  top: 1.8125rem;
  right: 25px;
  right: 1.5625rem;
  z-index: 41;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  cursor: pointer;
}
@media screen and (min-width: 1175px) {
  .p-drawer-icon {
    display: none;
  }
}

.p-drawer-icon.is-active .p-drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
  top: 0.625rem;
}
.p-drawer-icon.is-active .p-drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.p-drawer-icon.is-active .p-drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
  top: 0.625rem;
}

.p-drawer-icon__bars {
  width: 30px;
  height: 21px;
  display: block;
  position: relative;
}

.p-drawer-icon__bar {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #5F5E5E;
  top: 0;
  left: 0;
  border-radius: 3.125rem;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.p-drawer-icon__bar:nth-of-type(1) {
  top: 0;
}

.p-drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}

.p-drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

.p-footer {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #008D5B;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer {
    height: 9.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer__inner {
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding-top: 0;
  }
}
@media screen and (min-width: 830px) {
  .p-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.p-footer__left {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}
@media screen and (min-width: 830px) {
  .p-footer__left {
    margin-bottom: 0;
  }
}

.p-footer__company-name {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 830px) {
  .p-footer__company-name {
    margin-bottom: 0;
  }
}

.p-footer__company-name span {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__company-name span {
    padding-left: 1.875rem;
    display: inline;
    display: initial;
  }
}

.p-footer__address {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 830px) {
  .p-footer__address {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__address-space {
    padding-left: 0.9375rem;
  }
}

.p-footer__right {
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}
@media screen and (min-width: 830px) {
  .p-footer__right {
    text-align: left;
    text-align: initial;
    padding-bottom: 0;
  }
}

.p-header {
  font-family: "M PLUS 1p", sans-serif;
  height: 70px;
  height: 4.375rem;
}
@media screen and (min-width: 1175px) {
  .p-header {
    font-size: 1.125rem;
    height: 6.25rem;
  }
}

.p-header__inner {
  width: 100%;
  height: inherit;
  margin-right: auto;
  margin-left: auto;
  padding: 0 22px 0 25px;
  padding: 0 1.375rem 0 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1175px) {
  .p-header__inner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 112.5rem;
    padding: 1.25rem 0;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-header__logo {
  position: fixed;
  max-width: 100%;
  width: 253px;
  width: 15.8125rem;
  z-index: 41;
}
@media screen and (min-width: 1175px) {
  .p-header__logo {
    position: static;
    position: initial;
    width: 34%;
    padding: 0.625rem 0;
  }
}

.p-header__right {
  display: none;
}
@media screen and (min-width: 1175px) {
  .p-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.375rem;
  }
}

@media screen and (min-width: 1175px) {
  .p-header__nav {
    margin-right: 3.4375rem;
  }
}

@media screen and (min-width: 1175px) {
  .p-header__nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
  }
}

.p-header__nav-item a {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  color: #474645;
  display: inline-block;
  padding: 0 25px;
  padding: 0 1.5625rem;
  border-left: 1px solid #474645;
}

.p-header__nav-item:nth-of-type(2) {
  border-right: 1px solid #474645;
}

.p-header__right-text {
  color: #1A1311;
  font-weight: 700;
}

.p-item {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-item {
    font-size: 1.125rem;
    margin-bottom: 7.5rem;
  }
}

.p-item:last-child {
  margin-bottom: 0;
}

.p-item__title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #008D5B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-item__title {
    font-size: 2.25rem;
    margin-bottom: 3.125rem;
  }
}

.p-item__indent {
  padding-left: 18px;
  padding-left: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-item__indent {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-item__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-item__body {
    margin-right: 2.3125rem;
  }
}

.p-item__text {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-item__text {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

.p-item__image {
  position: relative;
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
  max-width: 385px;
  max-width: 24.0625rem;
  margin: auto;
}

.p-item__image::after {
  content: "";
  display: block;
  padding-top: 64.88706%; /* 316/487 高さ/幅*100% */
  padding-top: 62.5%; /* 250/400 高さ/幅*100% */
  padding-top: 61.03896%; /* 235/385 高さ/幅*100% */
}

.p-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv {
  position: relative;
}
.p-mv__slide {
  position: relative;
}

.p-mv__slide p {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-mv__slide p {
    font-size: 2.5rem;
    letter-spacing: 0.03em;
  }
}

.p-overview {
  color: #1A1311;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  background: url(/images/overview_bg.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-overview {
    padding-bottom: 13.3125rem;
  }
}

.p-overview__content {
  padding: 43px 0 33px;
  padding: 2.6875rem 0 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-overview__content {
    padding: 9.875rem 0 10.1875rem;
  }
}

.p-overview__title {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-overview__title {
    margin-bottom: 5.25rem;
  }
}

.p-overview__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-overview__lead {
    font-size: 1.5rem;
    margin-bottom: 5.625rem;
  }
}

.p-overview__detail {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-overview__detail {
    font-size: 1.25rem;
  }
}

.p-overview__image {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-overview__image {
    margin-bottom: 11.5625rem;
  }
}

.p-overview__access {
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-overview__access {
    padding-top: 6.25rem;
  }
}

.p-product__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  padding: 40px 0 35px;
  padding: 2.5rem 0 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product__lead {
    font-size: 1.625rem;
    padding: 5rem 0 4.375rem;
  }
}

.p-product__item {
  padding: 50px 0;
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-product__item {
    padding: 6.25rem 0;
  }
}

.p-product__item:nth-of-type(odd) {
  background-color: #DAEDE6;
}

.p-product__item:nth-of-type(even) {
  background: url(/images/bg.jpg) no-repeat center center/cover;
}

.p-product__title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #008D5B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-product__title {
    font-size: 2.25rem;
    margin-bottom: 1.5625rem;
  }
}

.p-product__title span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-product__title span {
    font-size: 1.625rem;
  }
}

.p-product__title-bottom {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-product__title-bottom {
    display: inline;
    display: initial;
  }
}

.p-product__title-space {
  padding-left: 5px;
  padding-left: 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-product__title-space {
    padding-left: 0;
    font-size: 1.625rem;
  }
}

.p-product__img {
  position: relative;
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-product__img {
    max-width: 43.75rem;
  }
}

.p-product__img::after {
  content: "";
  display: block;
  padding-top: 62.85714%; /*  440/700高さ/幅*100% */
}

.p-product__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top {
  padding: 50px 0 90px;
  padding: 3.125rem 0 5.625rem;
  background: url(/images/top-bg.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-top {
    padding: 0.625rem 0 11.25rem;
  }
}

.p-top__title {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top__title {
    margin-bottom: 0.625rem;
  }
}

.p-top__wrapper {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 37px;
  margin-bottom: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top__wrapper {
    margin-bottom: 0.625rem;
  }
}

.p-top-text {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-top-text {
    font-size: 1.34375rem;
    margin: auto;
  }
}

.p-top__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-top__images {
    margin-bottom: 6.25rem;
  }
}

.p-top__image {
  width: 45%;
}
@media screen and (min-width: 768px) {
  .p-top__image {
    width: 100%;
    max-width: 14.375rem;
  }
}

.p-top__image:nth-child(n+3) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top__image:nth-child(n+3) {
    margin-top: 0;
  }
}

.p-top-heading {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-heading {
    margin-bottom: 6.25rem;
  }
}

.swiper-pagination-bullet {
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -20px;
  bottom: -1.25rem;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0.625rem;
  }
}
/*# sourceMappingURL=styles.css.map */
