@charset "UTF-8";
/* ----------------------------------------
  初期設定
---------------------------------------- */
/* ---------------------------
  フォント
--------------------------- */
/* 日本語フォント */
/* 英字フォント */
/* ---------------------------
  カラー
--------------------------- */
/* ---------------------------
  ヘッダー高さ
--------------------------- */
/* $sp-header: vw(80); */
/* ---------------------------
  レスポンシブ
--------------------------- */
/* ----------------------------------------
  共通設定
---------------------------------------- */
html {
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #FBF1E1;
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.64px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

body.no-scroll {
  overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
ol,
th,
td {
  padding: 0;
  margin: 0;
  font-size: initial;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

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

section {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 80px 0;
  }
}
section.blue {
  background: #FBF1E1;
}

.inner {
  width: 100%;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 0;
  }
}
.wrapper.white {
  margin: 0 50px;
  max-width: 1260px;
  padding: 120px 70px;
  border-radius: 30px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .wrapper.white {
    padding: 60px 10px;
  }
}

.l-inner {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.tab-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab-only {
    display: block;
  }
}

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

/* スライダー */
.swiper {
  width: 100%;
}
.swiper-wrapper {
  width: 100%;
}
.swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------
  コンポーネント
---------------------------------------- */
/* ---------------------------
  セクションタイトル
--------------------------- */
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.92px;
  color: #524742;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 32px;
    letter-spacing: 1.28px;
  }
}
.section-title.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* ---------------------------
  テキスト
--------------------------- */
.text {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.64px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 400;
}

/* ---------------------------
  下層ページMV
--------------------------- */
.page-mv {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .page-mv {
    padding: 0 20px;
  }
}
.page-mv__content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 193px 0;
  border-radius: 60px;
  max-width: 1440px;
  width: 100%;
  position: relative;
}
.page-mv__content::before {
  content: "";
  position: absolute;
}
@media screen and (max-width: 768px) {
  .page-mv__content {
    padding: 20px 0;
    border-radius: 30px;
    height: 300px;
  }
}
.page-mv__title {
  color: #ffffff;
  font-size: 48px;
  text-shadow: 0px 4px 4px rgba(51, 51, 51, 0.25);
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.92px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-mv__title {
    font-size: 36px;
    line-height: 1.4;
  }
}

/* ---------------------------
  パンくずリスト
--------------------------- */
.breadcrumbs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.breadcrumbs__inner {
  max-width: 1250px;
  width: 100%;
  padding: 18px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__inner {
    gap: 12px;
    padding: 20px;
  }
}
.breadcrumbs span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs span {
    font-size: 12px;
  }
}
.breadcrumbs .current-item,
.breadcrumbs .post {
  border-bottom: none;
  padding: 0;
}
.breadcrumbs .archive {
  padding: 0;
}

/* ---------------------------
  ページタイトル
--------------------------- */
.page-title {
  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;
  gap: 12px;
  font-size: 40px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.6px;
  color: #524742;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 32px;
    letter-spacing: 1.28px;
    line-height: 1.4;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page-title.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* ---------------------------
  ボタン
--------------------------- */
.btn {
  background: #F1C14C;
  color: #ffffff;
  padding: 2px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 0px 0px #524742;
          box-shadow: 2px 4px 0px 0px #524742;
}
.btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 22px 36px;
  border: 1px dashed #524742;
  line-height: 1;
  border-radius: 10px;
  letter-spacing: 0.64px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
}
.btn__arrow {
  display: block;
  width: 7px;
  height: 14px;
}

/* ---------------------------
  白コンテンツ
--------------------------- */
.white {
  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;
  gap: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .white {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}
.white__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .white__container {
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* ---------------------------
  コンテンツ
--------------------------- */
.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content {
    gap: 30px;
  }
}
.content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .content__title {
    gap: 20px;
  }
}
.content__title-no {
  color: #F1C14C;
  font-family: "M PLUS Rounded 1c", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 2.24px;
}
@media screen and (max-width: 768px) {
  .content__title-no {
    font-size: 56px;
  }
}
.content__title-ja {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  .content__title-ja {
    font-size: 24px;
  }
}
.content__text {
  letter-spacing: 0.64px;
}
.content.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content.center .content__text {
  text-align: center;
}

/* ---------------------------
  ポスト（日付+タイトル）
--------------------------- */
.posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.post {
  width: 100%;
  border-bottom: 1px solid #7B878B;
  padding: 28px 30px 20px 0;
}
.post dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 44px;
}
@media screen and (max-width: 768px) {
  .post dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 22px;
  }
}
.post dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .post dt {
    gap: 20px;
  }
}
.post dd {
  width: 100%;
}
.post__time {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
}
.post__cat {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
  padding: 12px 50px !important;
  background: #DCF2C5;
  border-radius: 50px;
  min-width: 167px;
  text-align: center;
}
.post__cat.news {
  background: #DCF2C5;
}
.post__cat.event {
  background: #F8D37A;
}
.post__title {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.64px;
  overflow: hidden;
  /* 溢れた部分を隠す */
  text-overflow: ellipsis;
  /* 溢れた部分を「...」にする */
  /* white-space: nowrap; */
  /* 1行で表示 */
}
/* ---------------------------
  ページネーション
--------------------------- */
.pagination {
  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;
  gap: 12px;
}
.pagination__icon {
  width: 16px;
  height: 16px;
}

.page-numbers {
  background: #F1C14C;
  color: #ffffff;
  width: 32px;
  height: 40px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
}

/* ---------------------------
  ヘッダー
--------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #FBF1E1;
  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;
}
.header__inner {
  padding: 0 62px;
  max-width: 1440px;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 1100px) {
  .header__inner {
    padding: 0 20px;
	height: 78px;
  }
}
.header__logo a {
  width: 251px;
  height: 63px;
}
@media screen and (max-width: 768px) {
  .header__logo a {
    width: 183px;
    height: 46px;
  }
}
.header__nav {
  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: 12px 0;
}
.header__nav-lists {
  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;
  gap: 32px;
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .header__nav-lists {
    display: none;
  }
}
.header__nav-list a {
  line-height: 1;
  letter-spacing: 0.64px;
  font-weight: 500;
}
.toggle {
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #FBF1E1;
  cursor: pointer;
  margin-left: 20px;
  padding: 10px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .toggle {
    display: none;
  }
}
.toggle__line {
  display: block;
  height: 3px;
  width: 28px;
  background-color: #524742;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.toggle__line:nth-of-type(1) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.toggle__line:nth-of-type(3) {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

/* ---------------------------
  ドロワートグル
--------------------------- */
.toggle.is-active .toggle__line:nth-of-type(1) {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.toggle.is-active .toggle__line:nth-of-type(2) {
  display: none;
}
.toggle.is-active .toggle__line:nth-of-type(3) {
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
}

/* ---------------------------
  ドロワー
--------------------------- */
.drawer {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: #FBF1E1;
  /*スクロールバーは非表示*/
  overflow-y: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}
.drawer.js-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer__content {
  position: relative;
}
.drawer__content::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco_yellow-bird.png) no-repeat center center/cover;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(-75deg);
          transform: rotate(-75deg);
  top: 85px;
  right: 9.0666666667%;
}
.drawer__lists {
  background: #FBF1E1;
  margin-top: 80px;
  padding: 80px 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  text-align: left;
}
.drawer__lists li {
  width: 100%;
  position: relative;
  padding-left: 18px;
}
.drawer__lists li::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_arrow-orange.png) no-repeat center center/cover;
  width: 10px;
  height: 16px;
  left: 8px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer__lists a {
  color: #524742;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
}
.drawer__bottom {
  width: 100%;
  height: auto;
}

/* ---------------------------
  フッター
--------------------------- */
.footer {
  background: #FBF1E1;
  width: 100%;
  color: #524742;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 40px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .footer__container {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38px;
    padding-bottom: 70px;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
.footer__logo {
  width: 251px;
  height: 63px;
}
.footer__info {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__info {
    font-size: 14px;
  }
}
.footer__nav {
  width: 100%;
}
.footer__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 100px;
  height: 112px;
}
@media screen and (max-width: 768px) {
  .footer__nav-lists {
    gap: 20px 32px;
  }
}
.footer__nav-lists li {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer__nav-lists li {
    font-size: 14px;
  }
}
.footer__img {
  width: 100%;
  height: 242px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__img {
    height: auto;
  }
}

.pagetop {
  position: fixed;
  right: 40px;
  bottom: 14.6527777778%;
  width: 94px;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 68px;
    right: 0px;
    bottom: 160px;
  }
}
.pagetop p {
  color: #524742;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .pagetop p {
    font-size: 14px;
  }
}
.pagetop__icon {
  width: 60px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .pagetop__icon {
    width: 46px;
    height: 50px;
  }
}

.copyright {
  font-size: 12px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  position: absolute;
  content: "";
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 10px;
    bottom: 15px;
    text-align: center;
  }
}

/* ---------------------------
  求人情報バナー
--------------------------- */
.recruit-banner {
  padding: 70px 0;
  background: url(../img/bg-recruit.jpg) no-repeat center center/cover;
  width: 100%;
}
.recruit-banner .content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.recruit-banner .content__text {
  color: #ffffff;
}

/* ---------------------------
  お問い合わせバナー
--------------------------- */
.cta {
  background: url(../img/bg-cta.jpg) no-repeat center center/cover;
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .cta__inner {
    padding: 0 10px;
  }
}
.cta__container {
  background: #ffffff;
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .cta__container {
    padding: 80px 20px;
  }
}
.cta__items {
  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;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .cta__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .cta__items {
    gap: 30px;
    width: 100%;
  }
}
.cta__item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 35px 24px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(16, 110, 147, 0.2);
          box-shadow: 0px 4px 20px 0px rgba(16, 110, 147, 0.2);
  border-radius: 0.1em;
  max-width: 310px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cta__item {
    padding: 30px 12px;
  }
}
.cta__copy {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 768px) {
  .cta__copy {
    font-weight: 500;
  }
}
.cta__method {
  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;
  gap: 8px;
}
.cta__icon {
  display: block;
}
@media screen and (max-width: 375px) {
  .cta__icon {
    width: 24px;
    height: auto;
  }
}
.cta__tel {
  font-family: "M PLUS Rounded 1c", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .cta__tel {
    font-size: 22px;
  }
}
.cta__form {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .cta__form {
    font-size: 16px;
  }
}

.slider {
  width: 100%;
}
.slider__card {
  width: 100%;
}
.slider__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}