@charset "UTF-8";
/*
font-family: 'Klee One', cursive;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Zen Kaku Gothic Antique', sans-serif;
*/
body {
  font-family: "Klee One", cursive;
	overflow-x: hidden;
}

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

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

/* リキッドレイアウト対応 */
html {
  font-size: 10px;
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 641px) {
  html {
    font-size: 0.9090909091vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 641px) {
  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: 641px) {
  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;
}

.accsess {
  margin-top: 63px;
  margin-top: 6.3rem;
}
@media screen and (min-width: 641px) {
  .accsess {
    margin-top: 4.3rem;
  }
}

.accsess__top {
  margin-top: 43px;
  margin-top: 4.3rem;
}

.accsess__section-header__title {
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-size: 3.6rem;
  color: #CEA159;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .accsess__section-header__title {
    font-size: 36px;
  }
}

.accsess__body {
  padding-top: 32px;
  padding-top: 3.2rem;
}
@media screen and (min-width: 641px) {
  .accsess__body {
    padding-top: 1.3rem;
  }
}

.accsess__btn {
  background-color: #1E5B37;
}

@media (max-width: 590px) {
  .accsess__btn span {
    font-size: 1.6rem;
  }
}

.accsess .btn img {
  max-width: 40px;
  max-width: 4rem;
  width: 100%;
}
@media (max-width: 590px) {
  .accsess .btn img {
    max-width: 2.4rem;
  }
}

.accsess__adress {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.78px;
  letter-spacing: 0.078rem;
  color: #1E5B37;
  line-height: 1.59;
}
@media screen and (min-width: 641px) {
  .accsess__adress {
    font-size: 1.6rem;
    letter-spacing: 0.04rem;
  }
}
@media (max-width: 500px) {
  .accsess__adress {
    font-size: 1.3rem;
  }
}

.accsess__section-header .section-header__title {
  font-size: 31px;
  font-size: 3.1rem;
}
@media (max-width: 500px) {
  .accsess__section-header .section-header__title {
    font-size: 2.6rem;
  }
}

.accsess__section-header .section-header__logo {
  padding-top: 32px;
  padding-top: 3.2rem;
}
@media screen and (min-width: 641px) {
  .accsess__section-header .section-header__logo {
    padding-top: 2.2rem;
  }
}

.accsess__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 17px;
  padding-top: 1.7rem;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .accsess__block {
    padding-top: 2.1rem;
  }
}

.accsess__text {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.51px;
  color: #1E5B37;
}

.accsess__text {
  margin-left: 30px;
  margin-left: 3rem;
  width:26%;
}

.accsess__text:first-child {
  margin-left: 0;
}

.accsess__text span {
  background-color: #1E5B37;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1px 10px;
  padding: 0.1rem 1rem;
  border-radius: 0.3rem;
}

.apply {
  margin-top: 66px;
  margin-top: 6.6rem;
  text-align: center;
}

.apply__container {
  padding-top: 27px;
  padding-top: 2.7rem;
}

.apply__text {
  color: #1E5B37;
  font-size: 26px;
  font-size: 2.6rem;
  padding-bottom: 4px;
  padding-bottom: 0.4rem;
}

.apply__text span {
  background-color: #1E5B37;
  color: #FFF;
  padding: 0 10px;
  padding: 0 1rem;
  border-radius: 0.3rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 10px;
  margin-right: 1rem;
}

.apply__time {
  font-size: 17px;
  font-size: 1.7rem;
  color: #1E5B37;
  border-top: solid 1px #1E5B37;
  width: 258px;
  width: 25.8rem;
  display: inline-block;
  padding-top: 3px;
  padding-top: 0.3rem;
}

.apply__space {
  padding-top: 23px;
  padding-top: 2.3rem;
}

.banner__imgs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 40px;
  padding-top: 4rem;
}
@media screen and (min-width: 641px) {
  .banner__imgs {
    padding-top: 4.7rem;
  }
}

@media screen and (min-width: 641px) {
  .banner__imgs--top {
    padding-top: 5.7rem;
  }
}

.banner__img {
  max-width: 480px;
  max-width: 48rem;
  width: 100%;
  padding-top: 30px;
  padding-top: 3rem;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 641px) {
  .banner__img {
    max-width: 46rem;
  }
}

.banner__img:nth-child(2n) {
  margin-left: 40px;
  margin-left: 4rem;
}
@media (max-width: 970px) {
  .banner__img:nth-child(2n) {
    margin-left: 0;
  }
}

@media screen and (min-width: 641px) {
  .banner__recruit {
    padding-bottom: 4.4rem;
  }
}

.btn {
  padding-left: 48px;
  padding-left: 4.8rem;
  padding-right: 60px;
  padding-right: 6rem;
  background-color: #1E5B37;
  color: #FFF;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.78px;
  letter-spacing: 0.078rem;
  line-height: 1;
  border-radius: 0.8rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 78px;
  min-height: 7.8rem;
  max-width: 260px;
  max-width: 26rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media screen and (min-width: 641px) {
  .btn {
    max-width: 36rem;
    font-size: 1.6rem;
    padding: 1.6rem 0;
  }
}
@media (max-width: 590px) {
  .btn {
    padding-left: 2.8rem;
    padding-right: 4rem;
    width: 20rem;
  }
}
@media (max-width: 450px) {
  .btn {
    width: 16rem;
  }
}

.btn img {
  max-width: 34px;
  max-width: 3.4rem;
  width: 100%;
}
@media (max-width: 590px) {
  .btn img {
    max-width: 2.4rem;
  }
}

@media (min-width: 640px) {
  .btn__mail {
    padding-left: 4.2rem;
  }
}

.fa-position-right {
  vertical-align: middle;
}

.btn__apply {
  background-color: #CEA159;
  font-size: 19px;
  font-size: 1.9rem;
  min-height: 58px;
  min-height: 5.8rem;
}
@media screen and (min-width: 641px) {
  .btn__apply {
    padding-left: 8.8rem;
    padding-right: 8rem;
  }
}

.btn__apply img {
  max-width: 25px;
  max-width: 2.5rem;
}

.catch-recruit {
  overflow: hidden;
}

.catch {
  margin-top: 39px;
  margin-top: 3.9rem;
}
@media screen and (min-width: 641px) {
  .catch {
    text-align: center;
    margin-top: 9.4rem;
  }
}

.catch__section-header {
  position: relative;
}

.catch__body {
  padding-top: 48px;
  padding-top: 4.8rem;
  padding-left: 10px;
  padding-left: 1rem;
}
@media screen and (min-width: 641px) {
  .catch__body {
    padding-top: 3.4rem;
  }
}
@media (max-width: 500px) {
  .catch__body {
    padding: 0 1.5rem;
    padding-top: 4.8rem;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.catch__text {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 42px;
  letter-spacing: -0.4px;
  color: #53342B;
}
@media screen and (min-width: 641px) {
  .catch__text {
    font-size: 1.8rem;
    line-height: 38px;
  }
}
@media (max-width: 500px) {
  .catch__text {
    font-size: 1.6rem;
  }
}

.concept {
  position: relative;
  overflow: hidden;
  margin-top: 58px;
  margin-top: 5.8rem;
}

.concept::before {
  background: url(../images/TOP/concept/concept1.png) left top no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  right: -24%;
  top: 58px;
  top: 5.8rem;
  height: 30%;
  width: 50%;
}
@media screen and (min-width: 641px) {
  .concept::before {
    width: 43%;
    height: 60%;
    right: -16%;
    top: 1.3rem;
  }
}
@media (min-width: 1441px) {
  .concept::before {
    height: 100%;
  }
}

.concept::after {
  background: url(../images/TOP/concept/concept2.png) left top no-repeat;
  background-size: 100% auto;
  content: "";
  left: 3%;
  position: absolute;
  top: 70px;
  top: 7rem;
  height: 20%;
  width: 23%;
}
@media screen and (min-width: 641px) {
  .concept::after {
    width: 13%;
    height: 30%;
    left: 16.5%;
    top: 4.3rem;
  }
}
@media (min-width: 1441px) {
  .concept::after {
    height: 100%;
  }
}

.concept__body {
  position: relative;
  padding-left: 13px;
  padding-left: 1.3rem;
}
@media (max-width: 500px) {
  .concept__body {
    padding-left: 0;
  }
}

.concept__body::after {
  background: url(../images/TOP/concept/concept3.png) left top no-repeat;
  background-size: 100% auto;
  content: "";
  left: -15%;
  position: absolute;
  bottom: 18px;
  bottom: 1.8rem;
  height: 29%;
  width: 27%;
  z-index: -1;
}
@media screen and (min-width: 641px) {
  .concept__body::after {
    width: 23.5%;
    height: 75%;
    left: -18%;
    bottom: 1.8rem;
  }
}

.concept__text {
  padding-top: 36px;
  padding-top: 3.6rem;
  padding-bottom: 47px;
  padding-bottom: 4.7rem;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 44px;
  line-height: 4.4rem;
  color: #53342B;
  font-weight:bold;
}
@media screen and (min-width: 641px) {
  .concept__text {
    padding-top: 4.6rem;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: -0.1rem;
    line-height: 4.3rem;
    font-weight: normal;
  }
}
@media (max-width: 500px) {
  .concept__text {
    font-size: 1.4rem;
  }
}

.emphasis {
  margin-top: 35px;
  margin-top: 3.5rem;
  position: relative;
}
@media screen and (min-width: 641px) {
  .emphasis {
    margin-top: 5.5rem;
  }
}

.emphasis__inner {
  max-width: 1000px;
  max-width: 100rem;
}

.emphasis::before {
  background: url(../images/RECRUIT/recruit4.png) left top no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  right: -25%;
  bottom: -50px;
  bottom: -5rem;
  height: 40%;
  width: 50%;
  z-index: -1;
}
@media screen and (min-width: 641px) {
  .emphasis::before {
    width: 25%;
    height: 60%;
    right: -1%;
    top: 68rem;
  }
}
@media (min-width: 1441px) {
  .emphasis::before {
    height: 100%;
  }
}

.emphasis::after {
  background: url(../images/RECRUIT/recruit2.png) left top no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  right: -20%;
  top: 620px;
  top: 62rem;
  height: 30%;
  width: 35%;
  z-index: -1;
}
@media screen and (min-width: 641px) {
  .emphasis::after {
    width: 23%;
    height: 60%;
    right: -1.5%;
    top: -13.7rem;
  }
}
@media (min-width: 1441px) {
  .emphasis::after {
    height: 100%;
  }
}

.feauture__img {
  max-width: 250px;
  max-width: 25rem;
  width: 100%;
}
@media (min-width: 610px) and (max-width: 639px) {
  .feauture__img {
    max-width: 23rem;
  }
}
@media (min-width: 570px) and (max-width: 609px) {
  .feauture__img {
    max-width: 21rem;
  }
}
@media (min-width: 530px) and (max-width: 569px) {
  .feauture__img {
    max-width: 19rem;
  }
}
@media (min-width: 490px) and (max-width: 529px) {
  .feauture__img {
    max-width: 17rem;
  }
}
@media (max-width: 489px) {
  .feauture__img {
    max-width: 15rem;
  }
}

.feauture__img--4 {
  max-width: 260px;
  max-width: 26rem;
}
@media (min-width: 610px) and (max-width: 639px) {
  .feauture__img--4 {
    max-width: 24rem;
  }
}
@media (min-width: 570px) and (max-width: 609px) {
  .feauture__img--4 {
    max-width: 22rem;
  }
}
@media (min-width: 530px) and (max-width: 569px) {
  .feauture__img--4 {
    max-width: 20rem;
  }
}
@media (min-width: 490px) and (max-width: 529px) {
  .feauture__img--4 {
    max-width: 18rem;
  }
}
@media (max-width: 489px) {
  .feauture__img--4 {
    max-width: 16rem;
  }
}

.feauture__img--6 {
  max-width: 260px;
  max-width: 26rem;
}
@media (min-width: 610px) and (max-width: 639px) {
  .feauture__img--6 {
    max-width: 24rem;
  }
}
@media (min-width: 570px) and (max-width: 609px) {
  .feauture__img--6 {
    max-width: 22rem;
  }
}
@media (min-width: 530px) and (max-width: 569px) {
  .feauture__img--6 {
    max-width: 20rem;
  }
}
@media (min-width: 490px) and (max-width: 529px) {
  .feauture__img--6 {
    max-width: 18rem;
  }
}
@media (max-width: 489px) {
  .feauture__img--6 {
    max-width: 16rem;
  }
}

.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 25px;
  padding-top: 2.5rem;
  padding-left: 7px;
  padding-left: 0.7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 641px) {
  .features {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    padding-top: 1.5rem;
  }
}
@media (max-width: 600px) {
  .features {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-left: 0;
  }
}

.features__item {
  margin-top: 15px;
  margin-top: 1.5rem;
  margin-right: 40px;
  margin-right: 4rem;
}
@media screen and (min-width: 641px) {
  .features__item {
    width: calc(33.3% - 80px);
    margin-right: 2rem;
    margin-top: 2rem;
  }
}
@media (min-width: 641px) and (max-width: 930px) {
  .features__item {
    width: calc(33.3% - 50px);
  }
}
@media (max-width: 440px) {
  .features__item {
    margin-right: 2.5rem;
  }
}

.features__item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) {
  .features__item--2 {
    -webkit-transform: translateX(0.6rem);
            transform: translateX(0.6rem);
  }
}

@media screen and (min-width: 641px) {
  .features__item--3 {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 641px) {
  .feauture__img--4 {
    margin-top: 1rem;
    -webkit-transform: translateX(2.6rem);
            transform: translateX(2.6rem);
  }
}

@media screen and (min-width: 641px) {
  .features__item--5 {
    -webkit-transform: translateX(0.9rem);
            transform: translateX(0.9rem);
  }
}

@media screen and (min-width: 641px) {
  .features__item--6 {
    -webkit-transform: translateX(1.2rem);
            transform: translateX(1.2rem);
  }
}

.footer {
  background-color: #1E5B37;
}

.footer__container {
  text-align: center;
  padding-top: 24px;
  padding-top: 2.4rem;
}
@media screen and (min-width: 641px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 2.9rem;
  }
}

.footer__logo {
  max-width: 180px;
  max-width: 18rem;
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 641px) {
  .footer__logo {
    max-width: 10rem;
  }
}
@media (max-width: 500px) {
  .footer__logo {
    max-width: 12rem;
  }
}

.footer__body {
  letter-spacing: 0.72px;
  letter-spacing: 0.072rem;
  line-height: 42px;
  line-height: 4.2rem;
  color: #FFF;
  padding-top: 24px;
  padding-top: 2.4rem;
}
@media screen and (min-width: 641px) {
  .footer__body {
    line-height: 1;
    padding-top: 5.8rem;
    padding-right: 5.7rem;
    padding-left: 3.8rem;
  }
}

.footer__text {
  letter-spacing: 0.72px;
  letter-spacing: 0.072rem;
  color: #FFF;
  padding-top: 14px;
  padding-top: 1.4rem;
  line-height: 42px;
  line-height: 4.2rem;
}
@media screen and (min-width: 641px) {
  .footer__text {
    line-height: 1.4;
    padding-top: 0.8rem;
  }
}

.footer__adress {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (min-width: 641px) {
  .footer__adress {
    font-size: 1.3rem;
  }
}
@media (max-width: 500px) {
  .footer__adress {
    font-size: 1.3rem;
  }
}

.footer__time {
  font-size: 27px;
  font-size: 2.7rem;
  padding-bottom: 43px;
  padding-bottom: 4.3rem;
  line-height: 1;
  padding-top: 16px;
  padding-top: 1.6rem;
}
@media screen and (min-width: 641px) {
  .footer__time {
    font-size: 1.3rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 500px) {
  .footer__time {
    font-size: 1.3rem;
  }
}

.footer__icon img {
  max-width: 40px;
  max-width: 4rem;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .footer__icon img {
    max-width: 2.5rem;
  }
}
@media (max-width: 500px) {
  .footer__icon img {
    max-width: 2.8rem;
  }
}

.footer__mail img {
  max-width: 45px;
  max-width: 4.5rem;
}
@media screen and (min-width: 641px) {
  .footer__mail img {
    max-width: 2.5rem;
  }
}
@media (max-width: 500px) {
  .footer__mail img {
    max-width: 2.8rem;
  }
}

@media screen and (min-width: 641px) {
  .footer__tel img {
    display: none;
  }
}

.footer__icons {
  padding-left: 10px;
  padding-left: 1rem;
}

.footer__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 40px;
  min-height: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 70px;
  padding-right: 7rem;
}
@media screen and (min-width: 641px) {
  .footer__icon {
    padding-right: 1rem;
  }
}
@media (max-width: 500px) {
  .footer__icon {
    padding-right: 4rem;
  }
}

@media screen and (min-width: 641px) {
  .footer__mail {
    -webkit-transform: translateX(-0.3rem);
            transform: translateX(-0.3rem);
  }
}

.footer__icon:last-child {
  padding-right: 0;
}

.footer__copyright {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.6px;
  letter-spacing: 0.06rem;
  color: #FFF;
  line-height: 36px;
  line-height: 3.6rem;
  padding-bottom: 27px;
  padding-bottom: 2.7rem;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .footer__copyright {
    border-top: #FFF 0.1px solid;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-top: 3.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.48px;
  }
}
@media (max-width: 500px) {
  .footer__copyright {
    font-size: 1.5rem;
  }
}
@media (max-width: 400px) {
  .footer__copyright {
    font-size: 1rem;
  }
}

.global-navigation {
  font-size: 16px;
  line-height: 11.99px;
  letter-spacing: 2.08px;
  color: #7BA31C;
  padding-top: 48px;
  padding-top: 4.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.header__hamburger {
  z-index: 9999;
  position: fixed;
  right: 30px;
  right: 1rem;
  top: 15px;
  top: 1.5rem;
}
@media screen and (min-width: 641px) {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger span {
  position: relative;
  display: block;
  width: 34px;
  width: 3.4rem;
  height: 5px;
  height: 0.5rem;
  background: #1E5B37;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.header__hamburger span:nth-child(1) {
  top: 0;
}

.header__hamburger span:nth-child(2) {
  margin: 13px 0;
  margin: 1.0rem 0;
}

.header__hamburger span:nth-child(3) {
  top: 0;
}

.header__hamburger.is-open span:nth-child(1) {
  top: 10px;
  top: 1.0rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

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

.header__hamburger.is-open span:nth-child(3) {
  top: -21px;
  top: -2.1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header {
  position: fixed;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  height: 75px;
  height: 7.5rem;
  z-index: 9999;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

@media screen and (min-width: 641px) {
  .header {
    height: 10rem;
  }
}

.header-low {
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  height: 75px;
  height: 7.5rem;
  z-index: 9999;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
@media screen and (min-width: 641px) {
  .header-low {
    height: 10rem;
  }
}

.header__background {
  background-color: #111;
}

.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: 28px;
  padding-left: 2.8rem;
  padding-right: 29px;
  padding-right: 2.9rem;
  position: relative;
}
@media screen and (min-width: 641px) {
  .header__inner {
    padding-left: 4.8rem;
    padding-right: 0;
  }
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-logo {
  width: 70px;
  width: 7rem;
  z-index: 9999;
}
@media screen and (min-width: 641px) {
  .header-logo {
    width: 7.6rem;
    padding-top: 0.5rem;
  }
}

.header__text {
  position: relative;
  padding-left: 57px;
  padding-left: 5.7rem;
/*  font-family: "Noto Serif JP";*/
  	font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 1.819px;
  letter-spacing: 0.182rem;
  font-weight: bold;
  color: #1E5B37;
  line-height: 19px;
}
@media screen and (min-width: 641px) {
  .header__text {
    padding-left: 6.4rem;
    letter-spacing: 0.08rem;
  }
}
@media (min-width: 641px) and (max-width: 1000px) {
  .header__text {
    line-height: 18px;
  }
}
@media (max-width: 430px) {
  .header__text {
    padding-left: 4rem;
    font-size: 1rem;
  }
}

.header__text::after {
  margin: 0 27px;
  margin: 0 2.7rem;
  content: "";
  width: 1px;
  width: 0.1rem;
  height: 100%;
  background-color: #1E5B37;
  position: absolute;
  left: 0;
  top: 2px;
  top: 0.2rem;
}
@media screen and (min-width: 641px) {
  .header__text::after {
    margin: 0 3.9rem;
  }
}
@media (max-width: 430px) {
  .header__text::after {
    margin: 0 2rem;
  }
}

.header__hamburger.is-open .header__text {
  display: none;
}

.info__adress {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.78px;
  letter-spacing: 0.078rem;
  color: #FFF;
}

.info__block {
  padding-top: 20px;
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (min-width: 641px) {
  .info__block {
    display: none;
  }
}

.info__space:first-child {
  padding-right: 30px;
  padding-right: 3rem;
}
@media (max-width: 600px) {
  .info__space:first-child {
    padding-right: 1rem;
    padding-bottom: 3rem;
  }
}

.info__btn {
  background-color: #FEF09A;
  color: #1E5B37;
}
@media (max-width: 590px) {
  .info__btn {
    font-size: 1.6rem;
  }
}

.info__space {
  text-align: center;
}

.info__space--large {
  padding-top: 22px;
  padding-top: 2.2rem;
}

.info__btn--large {
  max-width: 550px;
  max-width: 55rem;
  width: 100%;
  background-color: #799BD5;
  color: #FFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media (min-width: 421px) and (max-width: 600px) {
  .info__btn--large {
    width: 41rem;
  }
}
@media (max-width: 420px) {
  .info__btn--large {
    width: 33rem;
  }
}

.info__text {
  padding-left: 12px;
  padding-left: 1.2rem;
  padding-bottom: 3px;
  padding-bottom: 0.3rem;
}

.info__text--large {
  letter-spacing: 5.2px;
  letter-spacing: 0.52rem;
}
@media (max-width: 400px) {
  .info__text--large {
    font-size: 1rem;
  }
}

.info__text--instagram {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1.4px;
  letter-spacing: 0.14rem;
  font-weight: bold;
}
@media (max-width: 400px) {
  .info__text--instagram {
    font-size: 1.6rem;
  }
}

.information__container {
  position: relative;
  text-align: center;
}

.information__point img {
  max-width: 290px;
  max-width: 29rem;
  width: 100%;
}
@media (max-width: 610px) {
  .information__point img {
    max-width: 27rem;
  }
}
@media (min-width: 560px) and (max-width: 610px) {
  .information__point img {
    max-width: 25rem;
  }
}
@media (min-width: 510px) and (max-width: 560px) {
  .information__point img {
    max-width: 23rem;
  }
}
@media (min-width: 460px) and (max-width: 510px) {
  .information__point img {
    max-width: 21rem;
  }
}
@media (min-width: 410px) and (max-width: 460px) {
  .information__point img {
    max-width: 19rem;
  }
}
@media (min-width: 360px) and (max-width: 410px) {
  .information__point img {
    max-width: 17rem;
  }
}
@media (min-width: 310px) and (max-width: 360px) {
  .information__point img {
    max-width: 15rem;
  }
}
@media (min-width: 260px) and (max-width: 310px) {
  .information__point img {
    max-width: 13rem;
  }
}

.information__img img {
  max-width: 290px;
  max-width: 29rem;
  width: 100%;
  padding-top: 12px;
  padding-top: 1.2rem;
  padding-bottom: 40px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 641px) {
  .information__img img {
    max-width: 29rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 570px) and (max-width: 610px) {
  .information__img img {
    max-width: 26rem;
  }
}
@media (min-width: 560px) and (max-width: 610px) {
  .information__img img {
    max-width: 25rem;
  }
}
@media (min-width: 510px) and (max-width: 560px) {
  .information__img img {
    max-width: 23rem;
  }
}
@media (min-width: 460px) and (max-width: 510px) {
  .information__img img {
    max-width: 21rem;
  }
}
@media (min-width: 410px) and (max-width: 460px) {
  .information__img img {
    max-width: 19rem;
  }
}
@media (min-width: 360px) and (max-width: 410px) {
  .information__img img {
    max-width: 17rem;
  }
}
@media (min-width: 310px) and (max-width: 360px) {
  .information__img img {
    max-width: 15rem;
  }
}
@media (min-width: 260px) and (max-width: 310px) {
  .information__img img {
    max-width: 13rem;
  }
}

.informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
  padding-top: 4rem;
  padding-bottom: 25px;
  padding-bottom: 2.5rem;
}
@media (max-width: 640px) {
  .informations {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 641px) {
  .informations {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.informations__item {
  margin-right: 20px;
  margin-right: 2rem;
}
@media screen and (min-width: 641px) {
  .informations__item {
    margin-right: 4.5rem;
    margin-top: 2rem;
  }
}

@media (max-width: 640px) {
  .informations__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 641px) {
  .informations__item:nth-child(5n) {
    margin-right: 0;
  }
}

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

@media screen and (min-width: 641px) {
  .js__none {
    display: none !important;
  }
}
.logo {
  max-width: 178px;
  max-width: 17.8rem;
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 641px) {
  .logo {
    max-width: 18rem;
  }
}
@media (max-width: 500px) {
  .logo {
    max-width: 12rem;
  }
}

.mainvisual {
  padding-top: 75px;
  padding-top: 7.5rem;
}
@media screen and (min-width: 641px) {
  .mainvisual {
    padding-top: 0;
  }
}

.mainvisual__container {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 641px) {
  .mainvisual__bg img {
    height: 100vh;
  }
}

@media screen and (min-width: 641px) {
  .mainvisual__bg--pc {
    min-height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 641px) {
  .mainvisual__bg--low {
    height: 30rem;
  }
}

.mainvisual__body {
  position: fixed;
  top: 30px;
  top: 3rem;
  left: 45px;
  left: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}

.mainvisual-logo {
  width: 85px;
  width: 8.5rem;
  z-index: 9999;
}
@media screen and (min-width: 641px) {
  .mainvisual-logo {
    width: 7.6rem;
    padding-top: 0.5rem;
  }
}

.mainvisual__text {
  position: relative;
  padding-left: 57px;
  padding-left: 5.7rem;
/*  font-family: "Noto Serif JP";*/
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1.819px;
  letter-spacing: 0.182rem;
  font-weight: bold;
  line-height: 23.92px;
  padding-top: 5px;
  padding-top: 0.5rem;
  color: #1E5B37;
}
@media screen and (min-width: 641px) {
  .mainvisual__text {
    padding-left: 6.4rem;
    letter-spacing: 0.08rem;
  }
}
@media (min-width: 641px) and (max-width: 1000px) {
  .mainvisual__text {
    line-height: 18px;
  }
}

.mainvisual__text::after {
  margin: 0 27px;
  margin: 0 2.7rem;
  content: "";
  width: 1px;
  width: 0.1rem;
  height: 100%;
  background-color: #1E5B37;
  position: absolute;
  left: 0;
  top: 2px;
  top: 0.2rem;
}
@media screen and (min-width: 641px) {
  .mainvisual__text::after {
    margin: 0 3.9rem;
  }
}

.mainvisual__catchcopy {
  position: absolute;
  top: 48%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 641px) {
  .mainvisual__catchcopy {
    top: 56%;
    left: 52%;
  }
}

.mainvisual__catchcopy {
  max-width: 592px;
  max-width: 59.2rem;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .mainvisual__catchcopy {
    max-width: 65rem;
  }
}
@media (max-width: 600px) {
  .mainvisual__catchcopy {
    width: 40rem;
  }
}
@media (max-width: 400px) {
  .mainvisual__catchcopy {
    width: 30rem;
  }
}

.mainvisual__catchcopy img {
  aspect-ratio: 592/460;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainvisual__img--bottom img {
  background-size: 100% auto;
  aspect-ratio: 337/252;
  width: 337px;
  width: 33.7rem;
}
@media screen and (min-width: 641px) {
  .mainvisual__img--bottom img {
    width: 60rem;
  }
}
@media (max-width: 600px) {
  .mainvisual__img--bottom img {
    width: 25rem;
  }
}

.mainvisual__img--bottom {
  position: absolute;
  bottom: -10px;
  bottom: -1rem;
  left: -75px;
  left: -7.5rem;
}
@media screen and (min-width: 641px) {
  .mainvisual__img--bottom {
    bottom: 0rem;
    left: 2.5%;
  }
}

.mainvisual__img--top img {
  aspect-ratio: 352/264;
  width: 352px;
  width: 35.2rem;
  background-size: 100% auto;
}
@media screen and (min-width: 641px) {
  .mainvisual__img--top img {
    width: 60rem;
  }
}
@media (max-width: 600px) {
  .mainvisual__img--top img {
    width: 25rem;
  }
}

.mainvisual__img--top {
  position: absolute;
  top: -15px;
  top: -1.5rem;
  right: -80px;
  right: -8rem;
}
@media screen and (min-width: 641px) {
  .mainvisual__img--top {
    top: 0rem;
    right: 1.5%;
  }
}

.mainvisual__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.mainvisual-low {
  position: relative;
}
@media screen and (min-width: 641px) {
  .mainvisual-low {
    padding-top: 10.3rem;
  }
}

.mainvisual-low__title {
  position: absolute;
  font-family: "Noto Serif JP";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 39px;
  font-size: 3.9rem;
  color: #1e5b37;
  text-align: center;
}

.map {
  padding-top: 36px;
  padding-top: 3.6rem;
  padding-bottom: 44px;
  padding-bottom: 4.4rem;
}
@media screen and (min-width: 641px) {
  .map {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5.6rem;
    padding-bottom: 6.5rem;
  }
}

.map iframe {
  aspect-ratio: 582/230;
  max-width: 582px;
  max-width: 58.2rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .map iframe {
    max-width: 90rem;
  }
}

.map__bottom {
  padding-bottom: 54px;
  padding-bottom: 5.4rem;
}

.navigation-footer {
  height: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFE8AC;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 816px;
  width: 81.6rem;
  padding-top: 102px;
  padding-top: 10.2rem;
}

.navigation-footer__item {
  padding-bottom: 13px;
  padding-bottom: 1.3rem;
  white-space: nowrap;
}

.navigation-footer__item--left {
  padding-left: 55px;
  padding-left: 5.5rem;
}

.navigation-footer__item a {
  max-width: 336px;
  max-width: 33.6rem;
  width: 100%;
}

.navigation-footer__item a {
  position: relative;
}

.navigation-footer__item a::before {
  content: "";
  display: block;
  position: absolute;
  /*絶対位置*/
  left: -20px;
  left: -2rem;
  /*アイコンの位置*/
  top: 30%;
  width: 9.6px;
  width: 0.96rem;
  height: 9.6px;
  height: 0.96rem;
  border-radius: 0.22rem;
  background: #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navigation-footer__item--yellow a::before {
  background-color: #FFE8AC;
}

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

.navigation-pc__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.navigation-pc__item {
  height: inherit;
}

.navigation-pc__item a {
  color: #fff;
  height: inherit;
  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;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1E5B37;
  padding-bottom: 10px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 641px) {
  .navigation-pc__item a {
    padding: 0 2.4rem;
    padding-top: 0.5rem;
  }
}
@media (min-width: 641px) and (max-width: 1280px) {
  .navigation-pc__item a {
    font-size: 1.6rem;
    padding: 0 1.2rem;
  }
}

.navigation-pc__item--icon img {
  width: 19px;
  width: 1.9rem;
}

.navigation-pc__item--icon {
  padding-right: 18px;
  padding-right: 1.8rem;
}

.navigation-sp {
  position: absolute;
  top: 75px;
  top: 7.5rem;
  left: 0;
  right: 0;
  background-color: #289448;
  width: 100%;
  height: 100vh;
  z-index: 8888;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: ease 0.1s;
  transition: ease 0.1s;
}

.navigation-sp.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.navigation-sp__items {
  padding-bottom: 30px;
  padding-bottom: 3rem;
  overflow: scroll;
  background-color: #289448;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.navigation-sp__item {
  width: 50%;
  min-height: 103px;
  min-height: 10.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: #fff solid 1px;
  border: #fff solid 0.1rem;
}

/* スマホナビゲーションメニューが奇数になった場合、幅最後を100%で表示 */
.navigation-sp__items li:nth-child(2n+1):last-child {
  width: 100%;
}

.navigation-sp__item:nth-child(odd) {
  border-left: none;
}

.navigation-sp__item:nth-child(2n) {
  border-right: none;
}

.navigation-sp__item a {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: 3.38px;
  letter-spacing: 0.338rem;
}

.navigation-sp__items--footer {
  height: auto;
  padding: 0;
}
@media screen and (min-width: 641px) {
  .navigation-sp__items--footer {
    display: none;
  }
}

.navigation-sp__item--footer a {
  line-height: 1;
  padding: 8px;
  padding: 0.8rem;
}

.navigation__items {
  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;
}

.navigation__item a {
  padding: 0 24px;
  padding: 0 2.4rem;
}
@media (max-width: 840px) {
  .navigation__item a {
    font-size: 1.4rem;
  }
}

.point__img {
  max-width: 90px;
  max-width: 9rem;
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
}

.point__container {
  padding-top: 36px;
  padding-top: 3.6rem;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .point__container {
    padding-top: 0;
    padding-bottom: 6.5rem;
  }
}

.point__title {
  font-family: "Noto Serif JP";
  font-size: 29px;
  font-size: 2.9rem;
  padding-top: 10px;
  padding-top: 1rem;
  line-height: 1.3;
  color: #1E5B37;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .point__title {
    font-size: 2rem;
    padding-top: 0;
  }
}
@media (min-width: 641px) and (max-width: 900px) {
  .point__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 400px) {
  .point__title {
    font-size: 2rem;
  }
}

.point__text {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #53342B;
  text-align: left;
  padding-top: 5px;
  padding-top: 0.5rem;
  padding-left: 13px;
  padding-left: 1.3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 2;
}
@media screen and (min-width: 641px) {
  .point__text {
    font-size: 1.5rem;
    padding-top: 2.5rem;
    padding-left: 1.6rem;
  }
}
@media (max-width: 400px) {
  .point__text {
    font-size: 1.5rem;
  }
}

@media (max-width: 400px) {
  .point__text .u-mobile {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .point__text--01 {
    letter-spacing: 0.15rem;
  }
}

.point__container--03 {
  padding-top: 48px;
  padding-top: 4.8rem;
}
@media screen and (min-width: 641px) {
  .point__container--03 {
    padding-top: 0;
  }
}

.point__container--05 {
  padding-top: 60px;
  padding-top: 6rem;
}
@media screen and (min-width: 641px) {
  .point__container--05 {
    padding-top: 0;
  }
}

@media screen and (min-width: 641px) {
  .point__text__03 {
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 640px) {
  .point__text__03 {
    padding-top: 0.9rem;
  }
}

.point__container--04 {
  padding-top: 18px;
  padding-top: 1.8rem;
}
@media screen and (min-width: 641px) {
  .point__container--04 {
    padding-top: 0;
  }
}

.point__title--04 {
  padding-top: 18px;
  padding-top: 1.8rem;
}
@media screen and (min-width: 641px) {
  .point__title--04 {
    padding-top: 0;
  }
}

@media screen and (min-width: 641px) {
  .point__text--04 {
    letter-spacing: 0.08rem;
  }
}

.point__container--05 {
  padding-top: 49px;
  padding-top: 4.9rem;
}
@media screen and (min-width: 641px) {
  .point__container--05 {
    padding-top: 0;
  }
}

.point__title--05 {
  padding-top: 18px;
  padding-top: 1.8rem;
}
@media screen and (min-width: 641px) {
  .point__title--05 {
    padding-top: 0;
  }
}

.point__text--05 {
  letter-spacing: -1.5px;
  letter-spacing: -0.15rem;
}
@media screen and (min-width: 641px) {
  .point__text--05 {
    letter-spacing: 0.02rem;
  }
}

@media screen and (min-width: 641px) {
  .points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 4.6rem;
    padding-left: 4rem;
  }
}

@media screen and (min-width: 641px) {
  .points__item {
    width: calc(33.3% - 30.66667px);
    margin-right: 2rem;
  }
}

.points__item:nth-child(-n+3) {
  margin-top: 0;
}

.points__item:nth-child(3n) {
  margin-right: 0;
}

.points__item:nth-child(4n) {
  margin-left: 160px;
  margin-left: 16rem;
  margin-right: 12px;
  margin-right: 1.2rem;
}

.program {
  background-color: #E5DECF;
  padding-top: 72px;
  padding-top: 7.2rem;
  padding-bottom: 48px;
  padding-bottom: 4.8rem;
}
@media screen and (min-width: 641px) {
  .program {
    padding-top: 8rem;
  }
}

.program__inner {
  padding-left: 42px;
  padding-left: 4.2rem;
}

.program__space {
  padding-top: 30px;
  padding-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .program__space {
    padding-top: 3rem;
    padding-bottom: 1.2rem;
  }
}

.program__btn {
  padding: 30px 80px;
  padding: 3rem 8rem;
  border: 1px transparent solid;
  background-color: #CEA159;
  color: #FFF;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  border-radius: 4.2rem;
  text-align: center;
  display: inline-block;
  max-width: 420px;
  max-width: 42rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .program__btn {
    padding: 3rem 0;
  }
}
@media (max-width: 400px) {
  .program__btn {
    font-size: 2rem;
  }
}
@media screen and (min-width: 641px) {
  .program__btn {
    position: relative;
    max-width: 36rem;
    font-size: 1.6rem;
  }
}

.programu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.programu__list {
  color: #FFF;
}

.programu__lists--2 .navigation-footer__item:first-child {
  padding-top: 36px;
  padding-top: 3.6rem;
}

.recruit {
  margin-top: 60px;
  margin-top: 6rem;
}
@media screen and (min-width: 641px) {
  .recruit {
    margin-top: 7.5rem;
  }
}

.recruit__inner {
  padding-left: 40px;
  padding-left: 4rem;
  padding-right: 40px;
  padding-right: 4rem;
}
@media screen and (min-width: 641px) {
  .recruit__inner {
    max-width: 96rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.recruit__summaries {
  display: block;
  position: relative;
  padding-top: 30px;
  padding-top: 3rem;
}
@media screen and (min-width: 641px) {
  .recruit__summaries {
    padding-top: 2.5rem;
  }
}

.recruit__summaries::before {
  background: url(../images/RECRUIT/recruit1.png) left top no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  left: -20%;
  top: -1620px;
  top: -162rem;
  height: 30%;
  width: 35%;
  z-index: -1;
}
@media screen and (min-width: 641px) {
  .recruit__summaries::before {
    width: 28%;
    height: 50%;
    left: -30%;
    top: -78.5rem;
  }
}
@media (min-width: 641px) and (max-width: 1200px) {
  .recruit__summaries::before {
    left: -20%;
  }
}
@media (min-width: 1441px) {
  .recruit__summaries::before {
    height: 100%;
  }
}

.recruit__summaries::after {
  background: url(../images/RECRUIT/recruit3.png) left top no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  left: -27%;
  bottom: 420px;
  bottom: 42rem;
  height: 100%;
  width: 40%;
  z-index: -1;
}
@media screen and (min-width: 641px) {
  .recruit__summaries::after {
    width: 38%;
    height: 70%;
    left: -30%;
    top: -23.5rem;
  }
}
@media (min-width: 1441px) {
  .recruit__summaries::after {
    height: 100%;
  }
}

.section-header {
  text-align: center;
}

.section-header__title {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  color: #1E5B37;
  text-align: center;
  line-height: 1;
}
.accsess .section-header__title {
  color: #CEA159;
    max-width: 126px;
    margin: 0 auto;
}

@media (max-width: 500px) {
  .section-header__title {
    font-size: 2.6rem;
  }
}

.section-header__text {
  padding-top: 5px;
  padding-top: 0.5rem;
  font-size: 22px;
  font-size: 2.2rem;
  color: #53342B;
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 641px) {
  .section-header__text {
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: -1.6px;
    padding-top: 2.5rem;
  }
}
@media (max-width: 500px) {
  .section-header__text {
    font-size: 1.6rem;
  }
}

@media (max-width: 639px) {
  .section-header__text br {
    display: none;
  }
}

.section-header__logo {
  padding-top: 25px;
  padding-top: 2.5rem;
}

.section-header__subtitle {
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 15px;
  letter-spacing: 1.5rem;
  color: #1E5B37;
  font-family: "Noto Serif JP";
  line-height: 1;
  padding-top: 14px;
  padding-top: 1.4rem;
}
@media screen and (min-width: 641px) {
  .section-header__subtitle {
    padding-top: 1.1rem;
  }
}
@media (max-width: 500px) {
  .section-header__subtitle {
    font-size: 1.5rem;
  }
}

.section-header__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 286px;
  max-width: 28.6rem;
  width: 100%;
}
@media (max-width: 500px) {
  .section-header__img {
    max-width: 20rem;
  }
}

.section-header__title--recruit {
  font-size: 34px;
  font-size: 3.4rem;
  color: #1E5B37;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .section-header__title--recruit {
    font-size: 34px;
  }
}
@media (max-width: 529px) {
  .section-header__title--recruit {
    font-size: 2rem;
  }
}

.section-header__border {
  position: absolute;
  bottom: -80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 530px) {
  .section-header__border {
    min-width: 479px;
  }
}
@media (max-width: 529px) {
  .section-header__border {
    min-width: none;
    width: 80%;
  }
}

.section-header__text--recruit {
  font-size: 31px;
  font-size: 3.1rem;
  font-family: "Noto Serif JP";
  line-height: 45.87px;
  color: #CEA159;
  text-align: center;
  padding-top: 0;
}
@media (max-width: 400px) {
  .section-header__text--recruit {
    font-size: 2.1rem;
  }
}

.slide {
  margin-top: 38px;
  margin-top: 3.8rem;
}
@media screen and (min-width: 641px) {
  .slide {
    margin-top: 5.4rem;
  }
}

.slide__img img {
  max-width: 945px;
  max-width: 94.5rem;
  min-width: 504px;
  min-width: 50.4rem;
  max-height: 600px;
  max-height: 60rem;
  min-height: 320px;
  min-height: 32rem;
  border-radius: 0.5rem;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 620px) {
  .slide__img img {
    min-width: 20.4rem;
    min-height: 12rem;
  }
}
@media (min-width: 1441px) {
  .slide__img img {
    max-width: 100%;
    max-height: 100%;
  }
}

.slide__img {
  margin: 0 10px;
  margin: 0 1rem;
  aspect-ratio: 945/600;
}
@media screen and (min-width: 641px) {
  .slide__img {
    margin: 0 2.1rem;
    aspect-ratio: 504/320;
  }
}

.spot {
  margin-top: 84px;
  margin-top: 8.4rem;
  position: relative;
}

.summary {
  border: solid 1px #997D46;
  border-left: none;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, from(#D8E7D6), color-stop(13.3rem, #D8E7D6), color-stop(13.3rem, transparent), to(transparent));
  background: linear-gradient(90deg, #D8E7D6 0%, #D8E7D6 13.3rem, transparent 13.3rem, transparent 100%);
  padding: 15px 0;
  padding: 1.5rem 0;
}
@media screen and (min-width: 641px) {
  .summary {
    padding: 1.3rem 0;
    background: -webkit-gradient(linear, left top, right top, from(#D8E7D6), color-stop(11rem, #D8E7D6), color-stop(11rem, transparent), to(transparent));
    background: linear-gradient(90deg, #D8E7D6 0%, #D8E7D6 11rem, transparent 11rem, transparent 100%);
  }
}
@media (max-width: 600px) {
  .summary {
    background: -webkit-gradient(linear, left top, right top, from(#D8E7D6), color-stop(8rem, #D8E7D6), color-stop(8rem, transparent), to(transparent));
    background: linear-gradient(90deg, #D8E7D6 0%, #D8E7D6 8rem, transparent 8rem, transparent 100%);
  }
}

@media screen and (min-width: 641px) {
  .recruit__summary--padding1 {
    padding: 2.8rem 0;
  }
}

@media screen and (min-width: 641px) {
  .recruit__summary--padding2 {
    padding: 2.8rem 0;
  }
}

.summary:first-child {
  border-top: solid 2px #997D46;
}

.summary:last-child {
  border-bottom: solid 2px #997D46;
}

.summary__tittle {
  font-size: 22px;
  font-size: 2.2rem;
  display: inline-block;
  max-width: 133px;
  max-width: 13.3rem;
  width: 100%;
  text-align: center;
  color: #1E5B37;
  font-weight: bold;
  margin: auto 0;
}
@media screen and (min-width: 641px) {
  .summary__tittle {
    font-size: 1.5rem;
    max-width: 11rem;
  }
}
@media (max-width: 600px) {
  .summary__tittle {
    font-size: 1.2rem;
    max-width: 8rem;
  }
}

.summary__text {
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  padding-left: 22px;
  padding-left: 2.2rem;
  color: #53342B;
  line-height: 1.6666666667;
}
@media screen and (min-width: 641px) {
  .summary__text {
    font-size: 1.5rem;
    padding-left: 3.5rem;
  }
}
@media (max-width: 600px) {
  .summary__text {
    font-size: 1.2rem;
  }
}

@media (max-width: 600px) {
  .summary__text br {
    display: none;
  }
}

.test {
  font-size: 12.5px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}
/*# sourceMappingURL=styles.css.map */

/* S.Hamada */
.slide__contaiter {
    max-width: 945px;
    margin: 0 auto;
}
.program__btn {
    position: relative;
    max-width: 31%;
    font-size: 1.6rem;
    padding: 2% 0;
    min-height: auto;
}
.header__text{
	font-size:1.4rem;
	padding-left: 6.4rem;
	letter-spacing: 0.08rem;
    line-height: 23.92px;
    padding-top: 5px;
}
.mainvisual__body {
    top: 50px;
    top: 5.5rem;
}
.footer__body{
	width:27%;
    padding-right: 5.0rem;
    padding-left: 3.0rem;
}
.mainvisual__text {
  padding-top: 3px;
  padding-top: 0.3rem;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
section.program .section-header__title {
    max-width: 252px;
    margin: 0 auto;
}
section.spot h2.section-header__title {
    max-width: 287px;
    margin: 0 auto;
}
.catch-recruit .img1 {
    max-width: 480px;
    margin: 0 auto;
}
.emphasis .img2 {
    max-width: 305px;
    margin: 0 auto;
}
.emphasis__points .img3 {
    max-width: 236px;
    margin: 5px auto;
}
.emphasis__points .img4 {
    max-width: 134px;
    margin: 5px auto;
}
.emphasis__points .img5 {
    max-width: 278px;
    margin: 5px auto;
}
.emphasis__points .img6 {
    max-width: 237px;
    margin: 5px auto;
}
.emphasis__points .img7 {
    max-width: 199px;
    margin: 5px auto;
}
.point__text {
    font-weight: bold;
}
.recruit .img8 {
    max-width: 123px;
    margin: 0 auto;
}
.apply .img9 {
    max-width: 117px;
    margin: 0 auto;
}
.summary__text {
    font-weight: bold;
    width:100%;
}
p.cal {
    max-width: 1000px;
    margin: 0 auto;
}
@media (max-width: 768px) {
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.informations {
	    margin: 0 auto;
	    width: 100%;
	}
	.informations__item {
		width: 46%;
	}
	.program__btn {
	    max-width: 80%;
	    padding: 4% 0;
	}
	.section-header__title {
		font-weight:500;
	}
	.footer__body {
	    width: 100%;
	    padding-right: 0;
	    padding-left: 0;
	    margin: 0 auto;
	}
	.accsess__body {
	    padding-top: 5%;
	}
	.accsess__adress {
	    font-size: 1.9em;
	}
	a.accsess__btn.btn {
	    min-height: auto;
	    padding: 0;
	    text-align: center;
	    margin: 0 auto;
	    min-height: 50px;
	    justify-content: center;
	}
	.mainvisual__container {
	    width: 100%;
	}
	.footer__text {
	    line-height: 2.2rem;
	    margin: 0 auto 7%;
	}
	.footer__adress {
	    font-size: 1.7em;
	    line-height: 1.7em;
	}
	.footer__time {
	    font-size: 1.7em;
	    padding: 0 0;
	    margin: 10px auto 20px;
	}
	.footer__copyright {
	    font-size: 1.2em;
		padding-bottom: 10px;
	}
	.program {
	    padding-top: 10%;
	}
	.navigation-sp__item a {
	    width: 100%;
	    padding: 0 0 0 10%;
	    font-size: 1.7em;
		text-align: left;
	}
	.navigation-sp__item {
	    padding: 3% 0%;
	    text-align: left;
	    height: auto;
	    min-height: auto;
	}
	.navigation-sp.js-drawer-menu.is-open a.info__btn.btn {
	    min-height: auto;
	    height: 50px;
	    font-weight: bold;
	    border-radius: 5px;
	    width: 90%;
	}
	.navigation-sp.js-drawer-menu.is-open .inner {
	    margin: 0 auto;
		padding: 0;
	}
	.navigation-sp.js-drawer-menu.is-open .info__space.space {
	    width: 100%;
	}
	.features {
	    width: 100%;
		margin: 0 auto;
	}
	.features__item {
	    width: 44%;
	    margin: 0 auto 3%;
	}
	.program__inner {
	    padding: 0 5%;
	}
	.features__item:nth-child(2n) {
	    margin: 0 auto 3%;
	}
	.catch__text {
	    line-height: 1.7em;
	    font-weight: bold;
	}
	p.cal {
	    max-width: 90%;
	}
	p.cal {
	    max-width: 90%;
	}
}