@charset "UTF-8";
body {
  font-family: "";
}

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

@media screen and (min-width: 768px) {
  .u-mobile {
    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.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::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 root defaults */
html {
  scroll-behavior: smooth;
}

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

/* 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;
}

.header {
  height: 110px;
  height: 6.875rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: white;
  border-bottom: 3px solid #FFEB3B;
  border-bottom: 0.1875rem solid #FFEB3B;
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 16px;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}

.logo__link {
  font-size: 28px;
  font-size: 1.75rem;
}

.logo__link span {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}

.sp-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #7EBF4D;
  width: 100%;
  height: 100vh;
  z-index: 8888;
}
@media screen and (min-width: 768px) {
  .sp-nav {
    display: none;
  }
}

.sp-nav__items {
  padding-top: 150px;
  padding-top: 9.375rem;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
  overflow: scroll;
}

.sp-nav__items a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}

.pc-nav__contact::before {
  content: "072-757-3150";
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

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

.pc-nav__items {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.pc-nav__item {
  height: inherit;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}

.pc-nav__item a {
  height: inherit;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  padding: 0 0.9375rem;
  position: relative;
}

.pc-nav__item a:hover {
  color: #009688;
}

.pc-nav__item-contact {
  height: auto;
}

.pc-nav__blog {
  margin-right: 15px;
  margin-right: 0.9375rem;
}

.pc-nav__item--white {
  padding: 0;
}

.pc-nav__item--white a {
  background-color: white;
  color: black;
}

.pc-nav__item-contact a:nth-child(2) {
  width: 80%;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #7EBF4D;
  border-radius: 50%;
  -webkit-box-shadow: 2px 5px #009688;
          box-shadow: 2px 5px #009688;
  text-decoration: none;
  font-weight: bold;
  color: white;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}

.pc-nav__item-contact a:hover:nth-child(2) {
  -webkit-transform: translate(2px, 5px);
          transform: translate(2px, 5px);
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger {
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  position: relative;
  display: block;
  height: 2px;
  height: 0.125rem;
  width: 24px;
  width: 1.5rem;
  background-color: black;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.hamburger span:nth-child(1) {
  top: -4px;
  top: -0.25rem;
}

.hamburger span:nth-child(2) {
  margin: 5px 0;
  margin: 0.3125rem 0;
  top: -4px;
  top: -0.25rem;
}

.hamburger span:nth-child(3) {
  top: -4px;
  top: -0.25rem;
}

.hamburger.is-open span:nth-child(1) {
  top: 7px;
  top: 0.4375rem;
  left: 9px;
  left: 0.5625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  top: -7px;
  top: -0.4375rem;
  left: 10px;
  left: 0.625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.greeting-top {
  margin-top: 110px;
  margin-top: 6.875rem;
  background-image: url(../img/greeting.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  height: 15.625rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .greeting-top {
    height: 25rem;
    background-position-y: 50%;
  }
}

.greeting-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.greeting-top__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.greeting-top__title {
  color: white;
  z-index: 10;
}

.greeting-main {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .greeting-main {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
}

.greeting-main__img {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
}

.greeting-main__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #b0de8e;
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  left: 15px;
  left: 0.9375rem;
  z-index: -10;
}

.greeting-main__img p {
  text-align: center;
}

.greeting-main__img img {
  aspect-ratio: 375/332;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.greeting-main__text {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .greeting-main__text {
    margin-top: 0;
  }
}

.organization {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .organization {
    margin-top: 5rem;
  }
}

.organization__inner {
  max-width: 800px;
  max-width: 50rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.organization__title {
  text-align: center;
}

.organization__table {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.organization__table dl {
  border-bottom: 1px solid #f0f0f0;
  border-bottom: 0.0625rem solid #f0f0f0;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .organization__table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .organization__table dt {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

.organization__title--second {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-404 {
  text-align: center;
  margin-top: 200px;
  margin-top: 12.5rem;
}

.p-404__main {
  font-size: 60px;
  font-size: 3.75rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-404__text {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-contents {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-contents__inner {
    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;
    gap: 2.5rem;
  }
}

.p-contents__title {
  background-color: #F8E520;
  text-align: center;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-contents__title {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-bottom: 2.5rem;
    font-size: 1.875rem;
  }
}

.p-contents__box {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .35);
}
@media screen and (min-width: 768px) {
  .p-contents__box {
    width: 48%;
  }
}

.p-contents__box img {
  height: 260px;
  height: 16.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-contents__box img {
    height: 23.125rem;
  }
}

.p-contents__text {
  text-align: center;
  padding: 20px 0;
  padding: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .p-contents__text {
    font-size: 1.25rem;
    padding: 1.875rem 0;
  }
}

.p-explain {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-explain {
    margin-bottom: 5rem;
  }
}

.p-explain__inner {
  background-color: rgba(126, 191, 77, .05);
  padding: 25px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .35);
}

.p-facebook {
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-facebook {
    margin-bottom: 5rem;
  }
}

.p-facebook__inner {
  background-color: #FFF9D1;
  padding: 25px;
  padding: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-facebook__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 2.5rem;
  }
}

.p-facebook__text {
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-facebook__text {
    font-size: 25px;
    font-weight: bold;
  }
}

.p-facebook__box {
  background-color: white;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-facebook__box {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
  }
}

.p-footer {
  background-color: #7EBF4D;
  color: white;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    margin-top: 3.4375rem;
  }
}

.p-footer__inner {
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .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: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5625rem 5rem;
  }
}

.p-footer__info {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .p-footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.875rem;
  }
}

.p-footer__nav-list li {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.p-message {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-message__inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-message__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
}

.p-message__box {
  background-color: #7EBF4D;
  padding: 25px;
  padding: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-message__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
  }
}

.p-message__box:first-child {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-message__box:first-child {
    margin-bottom: 0;
  }
}

.p-message__box img {
  width: 180px;
  width: 11.25rem;
  margin-left: auto;
  margin-right: auto;
}

.p-message__item {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #FFFEFE;
}

.p-message__title {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
}

.p-message__text {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.slide-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 70vh;
  width: 100vw;
}

.swiper-wrap {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
  padding-top: 110px;
  padding-top: 6.875rem;
}

.swiper-pagination-bullet {
  background-color: #C4C4C4;
}

.swiper-pagination-bullet-active {
  background-color: #F9F871;
}
/*# sourceMappingURL=styles.css.map */
