@charset "UTF-8";
/* ===============================================
# コンテナ幅
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# フォント
=============================================== */
/* ===============================================
# ブレイクポイント
=============================================== */
/* ===============================================
# 共通
=============================================== */
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# remのclamp
=============================================== */
/* ===============================================
# 変数
=============================================== */
/* ===============================================
# 下層コンテンツ幅・余白
=============================================== */
section {
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  section {
    margin-bottom: 70px;
  }
}
section:last-child {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  section:last-child {
    margin-bottom: 80px;
  }
}

.container {
  padding: 0 6%;
  max-width: calc(1100px + 12%);
  margin: auto;
}
.container.--wide {
  max-width: calc(1200px + 12%);
}

/* ===============================================
# ぱんくずリスト
=============================================== */
.bread {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
  }
}
.bread .container {
  padding: 0 6%;
  max-width: calc(1100px + 12%);
  margin: auto;
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bread a:hover {
  color: #46AA36;
}

/* ===============================================
# サイトマップ
=============================================== */
.wsp-container {
  margin: 0 auto 120px;
  max-width: calc(1100px + 12%);
  padding: 0 6%;
}
@media (max-width: 767px) {
  .wsp-container {
    margin: 0 auto 80px;
  }
}
.wsp-container h2 {
  display: none;
}
.wsp-container ul.wsp-pages-list,
.wsp-container ul.wsp-posts-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.wsp-container ul.wsp-pages-list ul,
.wsp-container ul.wsp-posts-list ul {
  padding-left: 0;
}
.wsp-container ul.wsp-pages-list li,
.wsp-container ul.wsp-posts-list li {
  padding: 1.1em 0.5em 1.1em 1em;
  list-style: none;
  margin: 0;
  line-height: 1.5;
}
.wsp-container ul.wsp-pages-list > li,
.wsp-container ul.wsp-posts-list > li {
  border-bottom: 1px solid #ccc;
}
.wsp-container ul.wsp-pages-list > li > ul,
.wsp-container ul.wsp-posts-list > li > ul {
  padding: 6px 0 0;
  margin: 0;
}
.wsp-container ul.wsp-pages-list > li > ul > li,
.wsp-container ul.wsp-posts-list > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
.wsp-container ul.wsp-pages-list > li > ul > li > a,
.wsp-container ul.wsp-posts-list > li > ul > li > a {
  font-size: calc(20 * 0.8px);
}
@media (max-width: 767px) {
  .wsp-container ul.wsp-pages-list > li > ul > li > a,
  .wsp-container ul.wsp-posts-list > li > ul > li > a {
    font-size: calc(16 * 0.8px);
  }
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul,
.wsp-container ul.wsp-posts-list > li > ul > li > ul {
  padding: 6px 0 0;
  margin: 0;
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul > li,
.wsp-container ul.wsp-posts-list > li > ul > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
.wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
  font-size: calc(20 * 0.7px);
  display: block;
}
@media (max-width: 767px) {
  .wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
  .wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
    font-size: calc(16 * 0.7px);
  }
}
.wsp-container .wsp-pages-list {
  border-top: 1px solid #ccc;
}
.wsp-container .wsp-posts-list > li > .wsp-posts-list {
  display: none;
}
.wsp-container .wsp-posts-list > li > .wsp-posts-list li {
  border: 0;
}
.wsp-container a {
  text-decoration: none;
  font-size: 20px;
  line-height: 1.5;
  display: block;
  width: 100%;
}
.wsp-container a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .wsp-container a {
    font-size: 16px;
  }
}
.wsp-container strong {
  font-weight: normal;
  display: block;
  line-height: 1.5;
  font-size: 20px;
}
@media (max-width: 767px) {
  .wsp-container strong {
    font-size: 16px;
  }
}
.wsp-container .wsp-post {
  display: none;
}
.wsp-container .wsp-category-title {
  font-size: 0;
  position: relative;
}

/* ===============================================
# 投稿アーカイブ
=============================================== */
.cat-name {
  background: #F79E52;
  color: #fff;
  text-align: center;
  padding: 3px 12px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  font-size: 13px;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1px;
  white-space: nowrap;
  border-radius: 100px;
}

.ac-list {
  padding: 0;
  margin: 0;
}
.ac-list > li {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  line-height: 1.6;
}
.ac-list > li:first-of-type {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.ac-list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-decoration: none;
  padding: 1.375em 0;
}
@media (max-width: 767px) {
  .ac-list > li > a {
    padding: 1em 0;
  }
}
.ac-list > li > a:hover .ttl,
.ac-list > li > a:hover .time {
  color: #F79E52;
}
.ac-list .ttl,
.ac-list .time {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ac-list .ac-time {
  width: 220px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .ac-list .ac-time {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.ac-list .cat-name {
  min-width: 74px;
}
.ac-list .ac-ttl {
  width: calc(100% - 220px);
}
@media (max-width: 767px) {
  .ac-list .ac-ttl {
    width: 100%;
    padding-top: 0.8em;
  }
}

.pager {
  margin-top: 40px;
  margin-bottom: 20px;
}
.pager .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(247, 158, 82, 0.1);
  color: #F79E52;
  border: 1px solid #f79e52;
  border-radius: 100px;
  font-weight: bold;
  text-decoration: none;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #F79E52;
  color: #fff;
}
.pager .nav-links > *.prev {
  position: relative;
}
.pager .nav-links > *.prev:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #F79E52;
  border-right: 1px solid #F79E52;
  -webkit-transform: translateX(-50%) rotate(222deg);
          transform: translateX(-50%) rotate(222deg);
}
.pager .nav-links > *.next {
  position: relative;
}
.pager .nav-links > *.next:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #F79E52;
  border-right: 1px solid #F79E52;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

/* ===============================================
# 投稿シングル
=============================================== */
.single-wrap {
  max-width: 1000px;
  margin: auto;
}
.single-wrap .date {
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.single-wrap .single-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .single-wrap .single-time {
    width: 100%;
  }
}
.single-wrap .single-ttl {
  font-size: 2.8rem;
  margin-top: 0.4285714286em;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .single-wrap .single-ttl {
    font-size: 2.2rem;
    margin-bottom: 36px;
  }
}
.single-wrap .single-area {
  border-bottom: solid 1px rgba(51, 51, 51, 0.2);
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .single-wrap .single-area {
    padding-bottom: 40px;
  }
}
.single-wrap .single-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single-wrap .single-img {
    margin-bottom: 30px;
  }
}
.single-wrap .single-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1100/744;
  border-radius: 20px;
}
.single-wrap .post-area h2 {
  margin-top: 1.6666666667em;
  margin-bottom: 1em;
  line-height: 1.5;
  font-weight: bold;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .single-wrap .post-area h2 {
    font-size: 2.2rem;
  }
}
.single-wrap .post-area h3 {
  margin-top: 2em;
  margin-bottom: 0.8em;
  line-height: 1.5;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .single-wrap .post-area h3 {
    font-size: 1.8rem;
  }
}
.single-wrap .post-area h4 {
  margin-top: 2.5em;
  margin-bottom: 1em;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .single-wrap .post-area h4 {
    font-size: 1.6rem;
  }
}
.single-wrap .post-area p {
  margin-top: 1.875em;
  margin-bottom: 0;
}
.single-wrap .post-area ul {
  display: block;
  list-style-type: disc;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.single-wrap .post-area ul li {
  display: list-item;
  list-style-type: disc;
}
.single-wrap .post-area ul li:not(:first-child) {
  margin-top: 0.2em;
}
.single-wrap .post-area ol {
  display: block;
  list-style-type: decimal;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.single-wrap .post-area ol li {
  display: list-item;
  list-style-type: decimal;
}
.single-wrap .post-area ol li:not(:first-child) {
  margin-top: 0.2em;
}

.single-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
  padding: 0;
}
.single-navigation li {
  list-style: none;
  line-height: 1.6;
}
.single-navigation li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.single-navigation li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #F79E52;
}
.single-navigation li.previous a {
  padding-left: 1.125em;
}
.single-navigation li.previous a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #F79E52;
  border-left: 1px solid #F79E52;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.single-navigation li.next a {
  padding-right: 1.125em;
  text-align: right;
}
.single-navigation li.next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #F79E52;
  border-left: 1px solid #F79E52;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(-45deg) scaleX(-1);
          transform: translateY(-50%) rotate(-45deg) scaleX(-1);
}

/* ===============================================
# タイトル
=============================================== */
h1.c-h1 {
  text-align: center;
  color: #fff;
  background: #46AA36;
  margin: 50px auto 0.5em;
  padding: 2.75em 0.5em;
  font-size: clamp(3.8rem, 2.9282576867vw, 4.2rem);
  width: 92.1875%;
  background: url(/wp-content/uploads/h1_bg.jpg) no-repeat center center/cover;
  border-radius: 40px;
}
@media (max-width: 767px) {
  h1.c-h1 {
    font-size: 2.6rem;
    margin-top: 0;
    border-radius: 20px;
    padding: 50px 0.5em;
  }
}
h1.c-h1::before {
  content: "";
  display: block;
  width: 7.4479166667vw;
  height: 4.1145833333vw;
  background: url(/wp-content/uploads/ill_h1.svg) no-repeat center/contain;
  position: absolute;
  top: auto;
  bottom: -1.40625vw;
  left: auto;
  right: 3.2291666667vw;
}
@media (max-width: 767px) {
  h1.c-h1::before {
    width: 57.2px;
    height: 31.6px;
  }
}

h2.c-h2 {
  font-size: clamp(3.2rem, 2.4890190337vw, 3.6rem);
  text-align: center;
  margin-bottom: 1.3888888889em;
}
@media (max-width: 767px) {
  h2.c-h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
h2.c-h2::after {
  content: "";
  display: block;
  width: 3.0588235294em;
  height: 0.1764705882em;
  background: url(/wp-content/uploads/ttl_001.svg) no-repeat center/contain;
  margin: auto;
  margin-top: 0.7058823529em;
}
@media (max-width: 767px) {
  h2.sp-left {
    text-align: left;
  }
  h2.sp-left::after {
    margin-left: 0;
  }
}
h2.left {
  text-align: left;
}
h2.left::after {
  margin-left: 0;
}

h3.c-h3 {
  font-size: clamp(2.4rem, 1.9033674963vw, 2.8rem);
  padding: 0 0 0.6153846154em;
  margin-bottom: 1em;
  border-bottom: dashed 1px #333333;
}
@media (max-width: 767px) {
  h3.c-h3 {
    font-size: 2rem;
  }
}
h3.c-h3.small {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  h3.c-h3.small {
    font-size: 1.8rem;
  }
}
h3.red {
  color: #F88484;
  border-color: #F88484;
}
h3.blue {
  color: #65ADF2;
  border-color: #65ADF2;
}
h3.orange {
  color: #F79E52;
  border-color: #F79E52;
}

h4.c-h4 {
  margin: 0 0 1em 0;
  padding-left: 12px;
  word-wrap: break-word;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  h4.c-h4 {
    font-size: 1.8rem;
  }
}
h4.c-h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 1em;
  top: 0.3em;
  left: 0;
  background: #F79E52;
}

/* ===============================================
# テーブル
=============================================== */
.table-default {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
  line-height: 1.8;
}
.table-default td,
.table-default th {
  padding: 1em 1.5em;
}
.table-default td,
.table-default th {
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.table-default th {
  background: #F4F4F4;
  text-align: left;
}
.table-default td {
  background: #fff;
}
.table-default thead th {
  background: #6E6E6E;
  color: #fff;
}
@media (max-width: 767px) {
  .table-default.responsive-stack tbody,
  .table-default.responsive-stack td,
  .table-default.responsive-stack th,
  .table-default.responsive-stack tr {
    display: block;
  }
  .table-default.responsive-stack td,
  .table-default.responsive-stack th {
    width: 100% !important;
  }
  .table-default.responsive-stack th {
    border-bottom: 0;
  }
  .table-default.responsive-stack tr:not(:last-of-type) td {
    border-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}
/* ===============================================
# ユーティリティクラス
=============================================== */
.flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.64%;
     -moz-column-gap: 3.64%;
          column-gap: 3.64%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 767px) {
  .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: clamp(20px, 8vw, 30px);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .flex_box.sp_col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.flex_box .img_area {
  width: 51.82%;
}
@media (max-width: 767px) {
  .flex_box .img_area {
    width: 100%;
  }
}
.flex_box .text_area {
  width: 44.55%;
}
@media (max-width: 767px) {
  .flex_box .text_area {
    width: 100%;
  }
}
.flex_box .col {
  width: 50%;
}
@media (max-width: 767px) {
  .flex_box .col {
    width: 100%;
  }
}
.flex_box .w10 {
  width: 10%;
}
@media (max-width: 767px) {
  .flex_box .w10 {
    width: 100%;
  }
}
.flex_box .w20 {
  width: 20%;
}
@media (max-width: 767px) {
  .flex_box .w20 {
    width: 100%;
  }
}
.flex_box .w30 {
  width: 30%;
}
@media (max-width: 767px) {
  .flex_box .w30 {
    width: 100%;
  }
}
.flex_box .w40 {
  width: 40%;
}
@media (max-width: 767px) {
  .flex_box .w40 {
    width: 100%;
  }
}
.flex_box .w50 {
  width: 50%;
}
@media (max-width: 767px) {
  .flex_box .w50 {
    width: 100%;
  }
}
.flex_box .w60 {
  width: 60%;
}
@media (max-width: 767px) {
  .flex_box .w60 {
    width: 100%;
  }
}
.flex_box .w70 {
  width: 70%;
}
@media (max-width: 767px) {
  .flex_box .w70 {
    width: 100%;
  }
}
.flex_box .w80 {
  width: 80%;
}
@media (max-width: 767px) {
  .flex_box .w80 {
    width: 100%;
  }
}
.flex_box .w90 {
  width: 90%;
}
@media (max-width: 767px) {
  .flex_box .w90 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flex_box .spw50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .flex_box .spw40 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .flex_box .spw30 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .flex_box.box_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.u_mb0 {
  margin-bottom: 0px;
}

.u_mb10 {
  margin-bottom: 10px;
}

.u_mb20 {
  margin-bottom: 20px;
}

.u_mb30 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .u_mb30 {
    margin-bottom: 25px;
  }
}

.u_mb40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .u_mb40 {
    margin-bottom: 35px;
  }
}

.u_mb50 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .u_mb50 {
    margin-bottom: 45px;
  }
}

.u_mb60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .u_mb60 {
    margin-bottom: 40px;
  }
}

.u_mb80 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .u_mb80 {
    margin-bottom: 60px;
  }
}

.u_mb100 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .u_mb100 {
    margin-bottom: 70px;
  }
}

.u_mb120 {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .u_mb120 {
    margin-bottom: 80px;
  }
}

.al_start {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.al_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.js_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.re_center {
  text-align: center;
}
@media (max-width: 767px) {
  .re_center {
    text-align: start;
  }
}

.u_center {
  text-align: center;
}

.u_start {
  text-align: start;
}

.u_end {
  text-align: end;
}

.primary-color {
  color: #46AA36;
}

.secondary-color {
  color: #F79E52;
}

.text-red {
  color: red;
}

/* ===============================================
# 共通
=============================================== */
.highlight {
  border-radius: 20px;
  background: #fff;
  padding: 40px 40px;
}
@media (max-width: 767px) {
  .highlight {
    padding: 30px 6%;
    border-radius: 10px;
  }
}
.highlight.red {
  background: #FFF3F3;
  border: dashed 1px #F88484;
}
.highlight.blue {
  background: #F7FAFE;
  border: dashed 1px #A9CDF0;
}
.highlight.orange {
  background: #FFF6EE;
  border: dashed 1px #F79E52;
}

.cycle {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .cycle {
    border-radius: 10px;
  }
}

.bg-color {
  padding: 130px 0;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .bg-color {
    padding: 70px 0;
  }
}
.bg-color::before {
  content: "";
  display: block;
  width: 1920px;
  height: 22px;
  background: url(/wp-content/uploads/bg_004_1.svg) no-repeat center bottom/contain;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .bg-color::before {
    width: 767px;
  }
}
.bg-color::after {
  content: "";
  display: block;
  width: 1920px;
  height: 22px;
  background: url(/wp-content/uploads/bg_004_1.svg) no-repeat center bottom/contain;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .bg-color::after {
    width: 767px;
  }
}
.bg-color.last-sec {
  padding-bottom: 130px;
}
.bg-color.last-sec:after {
  content: none;
}
@media (max-width: 767px) {
  .bg-color.last-sec {
    padding-bottom: 80px;
  }
}

.text-large {
  font-size: clamp(1.6rem, 1.2445095168vw, 1.7rem);
  font-weight: 500;
}

.text-small {
  font-size: 1.2rem;
}

/* ===============================================
# privacy
=============================================== */
.privacy-ttl {
  font-size: 2.6rem;
  margin-bottom: 0.9230769231em;
}
@media (max-width: 767px) {
  .privacy-ttl {
    font-size: 2rem;
  }
}

/* ===============================================
# Concept
=============================================== */
.u-numBox {
  padding-top: 40px;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media (max-width: 767px) {
  .u-numBox {
    gap: 60px;
  }
}
.u-numBox > div {
  padding: 0 30px 40px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .u-numBox > div {
    width: 100%;
    padding: 0 6% 30px;
  }
}
.u-numBox .num {
  width: 78px;
  height: 78px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -38px auto 6px;
}
.u-numBox .num span {
  background: #F88484;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  display: block;
  width: 44px;
  height: 44px;
  font-weight: bold;
  font-family: "Kumbh Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-numBox .num.no2 span {
  background: #A9CDF0;
}
.u-numBox .num.no3 span {
  background: #F79E52;
}
.u-numBox .num.no4 span {
  background: #46AA36;
}
.u-numBox h4 {
  text-align: center;
  font-size: clamp(2rem, 1.6105417277vw, 2.4rem);
  margin-bottom: 1.0416666667em;
}
@media (max-width: 767px) {
  .u-numBox h4 {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .u-numBox p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.u-flour {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ===============================================
# デイジーでの過ごし方
=============================================== */
.u-day {
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.u-day > div {
  background: #fff;
  padding: 30px 30px 40px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .u-day > div {
    padding: 30px 6%;
  }
}
.u-day__ttl {
  font-size: 2.2rem;
  margin-bottom: 1.3636363636em;
  padding-left: 2.3181818182em;
  background: url(/wp-content/uploads/ill_008.svg) no-repeat left center/1.5909090909em;
}
@media (max-width: 767px) {
  .u-day__ttl {
    font-size: 1.8rem;
  }
}
.u-day__ttl.no2 {
  background-image: url(/wp-content/uploads/ill_009.svg);
}
.u-day .list_step .list_step_item {
  position: relative;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .u-day .list_step .list_step_item {
    padding-bottom: 30px;
  }
}
.u-day .list_step .list_step_item::before {
  content: "";
  width: 1px;
  background: #46AA36;
  display: block;
  position: absolute;
  top: 47px;
  left: 40px;
  bottom: 10px;
}
@media (max-width: 767px) {
  .u-day .list_step .list_step_item::before {
    top: 37px;
    left: 35px;
    bottom: 10px;
  }
}
.u-day .list_step .list_step_item:last-of-type {
  padding-bottom: 0;
}
.u-day .list_step .list_step_item:last-of-type::before {
  content: none;
}
.u-day .list_step .list_step_num {
  background: #46AA36;
  color: #ffffff;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80px;
  height: 36px;
  border-radius: 100px;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .u-day .list_step .list_step_num {
    font-size: 13px;
    width: 70px;
    height: 30px;
  }
}
.u-day .list_step .list_step_itm_main {
  padding-left: 110px;
  position: relative;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .u-day .list_step .list_step_itm_main {
    padding-left: 90px;
    padding-top: 2px;
  }
}
.u-day .list_step .list_step_itm_main > div:not(:last-of-type) {
  margin-bottom: 36px;
}
.u-day .list_step .list_step_itm_main h4 {
  font-size: 2rem;
  margin-bottom: 0.8888888889em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .u-day .list_step .list_step_itm_main h4 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .u-day .list_step .list_step_itm_main p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.u-day .list_step.no2 .list_step_item::before {
  background: #F79E52;
}
.u-day .list_step.no2 .list_step_num {
  background: #F79E52;
}
.u-day .list_step.no2 .schedule-list li::before {
  background: #F79E52;
}
.u-day .schedule-line {
  position: relative;
  margin: 40px 0 23px;
}
@media (max-width: 767px) {
  .u-day .schedule-line {
    margin: 20px 0 16px;
  }
}
.u-day .schedule-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: dashed 1px #F79E52;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.u-day .schedule-line span {
  color: #F79E52;
  font-weight: bold;
  text-align: center;
  display: table;
  margin: auto;
  background: #fff;
  padding: 0 0.875em;
  position: relative;
  z-index: 1;
}

.u-example {
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
  gap: 10px;
}
@media (max-width: 767px) {
  .u-example {
    gap: 10px;
  }
}
.u-example .highlight {
  padding: 30px 30px 40px;
}
@media (max-width: 767px) {
  .u-example .highlight {
    padding: 20px 6%;
  }
}
.u-example .highlight h5 {
  font-size: 2rem;
  font-family: "Kaisei Opti", serif;
  line-height: 1.5;
}
.u-example .highlight h5::first-letter {
  color: #F79E52;
}
@media (max-width: 767px) {
  .u-example .highlight h5 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .u-example .highlight p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

/* ===============================================
# facility
=============================================== */
.u-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 30px;
}
.u-gallery > * {
  width: calc((100% - 30px) / 2 - 1px);
}
@media (max-width: 767px) {
  .u-gallery > * {
    width: 100%;
  }
}
.u-gallery__text {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .u-gallery__text {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .u-gallery__text p {
    line-height: 1.8;
    font-size: 1.5;
  }
}
.u-gallery__ttl {
  font-size: 2.2rem;
  margin-bottom: 0.6818181818em;
  text-align: center;
}
@media (max-width: 767px) {
  .u-gallery__ttl {
    font-size: 2rem;
  }
}

.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
@media (min-width: 768px) {
  .map_container {
    padding-top: 50%;
  }
}
.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-access li {
  line-height: 1.6;
  position: relative;
  padding-left: 4em;
  text-indent: -3em;
}
.u-access li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.u-access li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #F88484;
  position: absolute;
  top: 0.6em;
  bottom: auto;
  left: 0;
  right: auto;
  border-radius: 50%;
}
.u-access li:nth-of-type(2)::before {
  background: #A9CDF0;
}
.u-access li:nth-of-type(3)::before {
  background: #F79E52;
}

.pdf-list li {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 1.25em;
  position: relative;
  line-height: 1.6;
}
.pdf-list li::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  background: url(/wp-content/uploads/top_img001.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #F79E52;
  border-radius: 50%;
}
.pdf-list li:not(:last-child) {
  margin-bottom: 1em;
}
.pdf-list li a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pdf-list li a:hover .pdf-name {
  color: #F79E52;
}
.pdf-list li .pdf-name {
  font-size: 1.8rem;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .pdf-list li .pdf-name {
    font-size: 1.6rem;
  }
}
.pdf-list li .pdf-file {
  background: #F79E52;
  color: #fff;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 12px;
  border-radius: 4px;
  line-height: 1;
  padding: 4px 10px;
  display: block;
  white-space: nowrap;
}

.list_step .list_step_item {
  position: relative;
  padding-bottom: 38px;
}
.list_step .list_step_item::before {
  content: "";
  width: 1px;
  background: #F79E52;
  display: block;
  position: absolute;
  top: 68px;
  left: 30px;
  bottom: 4px;
}
@media (max-width: 767px) {
  .list_step .list_step_item::before {
    top: 54px;
    left: 23px;
    bottom: 4px;
  }
}
.list_step .list_step_item:last-of-type {
  padding-bottom: 0;
}
.list_step .list_step_item:last-of-type::before {
  content: none;
}
.list_step .list_step_num {
  background: #F79E52;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Kumbh Sans", sans-serif;
}
@media (max-width: 767px) {
  .list_step .list_step_num {
    width: 50px;
    height: 50px;
  }
}
.list_step .list_step_num span {
  display: block;
  font-size: 26px;
  line-height: 1;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .list_step .list_step_num span {
    font-size: 16px;
  }
}
.list_step .list_step_itm_main {
  padding-left: 86px;
  position: relative;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .list_step .list_step_itm_main {
    padding-left: 62px;
    padding-top: 11px;
  }
}
.list_step .list_step_itm_main h4 {
  color: #333333;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .list_step .list_step_itm_main h4 {
    font-size: 18px;
  }
}
.list_step .list_step_itm_main h4:before {
  content: none;
}

/* ===============================================
# 採用情報
=============================================== */
.u-btns {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.u-entry {
  background: url(/wp-content/uploads/green_bg002.svg) repeat center center/100%;
  position: relative;
  padding: 100px 0 120px;
  position: relative;
}
@media (max-width: 767px) {
  .u-entry {
    padding: 50px 0 60px;
  }
}
.u-entry .entryBox {
  border-radius: 20px;
  background: #fff;
  padding: 60px 40px 70px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .u-entry .entryBox {
    padding: 30px 6% 40px;
  }
}
.u-entry .entry-btns {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 840px;
}
@media (max-width: 767px) {
  .u-entry .entry-btns {
    margin-top: 30px;
  }
}
.u-entry .entry-btns__item {
  width: calc((100% - 30px) / 2 - 1px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .u-entry .entry-btns__item {
    width: 100%;
  }
}
.u-entry .entry-btns .btn {
  text-decoration: none;
  display: block;
  background: #46AA36;
  border-radius: 100px;
  width: 400px;
  max-width: 100%;
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .u-entry .entry-btns .btn {
    height: 90px;
  }
}
.u-entry .entry-btns .btn.line:hover {
  background: rgb(60.4375, 146.7767857143, 46.6232142857);
}
.u-entry .entry-btns .btn.line::before {
  content: "";
  display: block;
  width: 18px;
  height: 19px;
  background: url(/wp-content/uploads/outlink_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.u-entry .entry-btns .btn.tel {
  background: #F79E52;
}
.u-entry .entry-btns .btn.tel .btn__text {
  font-size: clamp(26px, 2.0497803807vw, 30px);
  padding-left: 1.3333333333em;
  background: url(/wp-content/uploads/tel_icon_white.svg) no-repeat left center/1em;
  line-height: 1.2;
  font-family: "Kumbh Sans", sans-serif;
}
@media (max-width: 767px) {
  .u-entry .entry-btns .btn.tel .btn__text {
    font-size: 24px;
  }
}
.u-entry .entry-btns .btn.tel .btn__sub {
  color: #F79E52;
}
.u-entry .entry-btns .btn__text {
  color: #fff;
  font-weight: bold;
  font-size: clamp(20px, 1.6105417277vw, 24px);
  line-height: 1.5;
  font-family: "Kaisei Opti", serif;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .u-entry .entry-btns .btn__text {
    font-size: 1.8rem;
  }
}
.u-entry .entry-btns .btn__sub {
  background: #fff;
  border-radius: 100px;
  color: #46AA36;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: 0.2857142857em 1.1428571429em;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .u-entry .entry-btns .btn__sub {
    font-size: 13px;
  }
}

/* ===============================================
# コラム
=============================================== */
.column-ac {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 40px;
}
@media (max-width: 767px) {
  .column-ac {
    gap: 40px;
  }
}
.column-ac > * {
  width: calc((100% - 80px) / 3 - 1px);
}
@media (max-width: 767px) {
  .column-ac > * {
    width: 100%;
  }
}

.column-item__link {
  text-decoration: none;
  color: #333333;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.column-item__link:hover .column-item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.column-item__link:hover .column-item__ttl {
  color: #F79E52;
}
.column-item__img {
  border-radius: 10px;
  overflow: hidden;
}
.column-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 340/230;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.column-item__ttl {
  margin-top: 1em;
  line-height: 1.5;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.column-item__cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.column-item__cat .cat {
  color: #F79E52;
  display: table;
  background: #F79E52;
  border-radius: 100px;
  line-height: 1.5;
  padding: 0.2857142857em 0.7857142857em;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
}
.column-item__cat .date {
  color: #888888;
  line-height: 1.5;
  font-family: "Kumbh Sans", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}/*# sourceMappingURL=under.css.map */