@charset "UTF-8";
/* CSS Document */
/*
Theme Name: フルオリジナルプラン
Author: 株式会社ジャンプス
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button {
  font: inherit;
  font-size: 1em;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

table {
  display: inline-table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
}

thead,
tbody {
  display: block;
  width: 100%;
}

tr,
th,
td {
  padding: 0;
  text-align: left;
  font-weight: normal;
  border: none;
}

label {
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  body,
  html {
    overscroll-behavior-y: none;
  }
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  min-height: 100vh;
  min-height: 100dvh;
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 4vw;
  }
}
body {
  line-height: 2em;
  letter-spacing: 0;
  line-height: 2em;
  background: #ffffff;
  color: #0c4d46;
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 10em 0;
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 7.5em;
}
@media screen and (max-width: 768px) {
  .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox {
    padding: 0 1.5em;
  }
}

#frame {
  pointer-events: none;
}

.header {
  width: 16.25%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 3.4em;
  }
}

#wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1.25% 2.3% 1% 17.3%;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding: 7% 5.25% 1% 0;
  }
}
@media screen and (max-width: 480px) {
  #wrapper {
    padding: 12% 7% 10% 0;
  }
}

.frame {
  z-index: 9999;
}

.sec-content,
.sec-illust {
  z-index: 999;
}

.tree-container {
  z-index: 99;
}

.sec-bg {
  z-index: 0;
}

.rd-wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 0 0 2.5em 2.5em;
  overflow: clip;
  box-shadow: inset 0em -1em 1em rgba(0, 0, 0, 0.15);
  z-index: 1;
}

/* 欧文フォント */
.eg {
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* 日本語フォント */
.jp {
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* 文字寄せ */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* ノートパソコン改行 */
@media screen and (max-width: 1350px) {
  .npbr {
    display: block;
  }
}

/* タブレット改行 */
@media screen and (max-width: 768px) {
  .tbbr {
    display: block;
  }
}

/* スマホ改行 */
@media screen and (max-width: 480px) {
  .spbr {
    display: block;
  }
}

/* スマホ非表示 */
@media screen and (max-width: 480px) {
  .spnone {
    display: none;
  }
}

/* タブレット非表示 */
@media screen and (max-width: 768px) {
  .tbnone {
    display: none;
  }
}

/* 見出し */
.sec_ttl {
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 8.5em;
  line-height: 1em;
  white-space: nowrap;
  text-indent: -0.05em;
}
@media screen and (max-width: 1350px) {
  .sec_ttl {
    font-size: 7em;
  }
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 6em;
  }
}
@media screen and (max-width: 480px) {
  .sec_ttl {
    font-size: 4em;
  }
}

.sec_header {
  margin-bottom: 3em;
}
@media screen and (max-width: 480px) {
  .sec_header {
    margin-bottom: 1.5em;
  }
}
.sec_header span.eg {
  font-size: 3em;
  line-height: 1.5em;
  padding-bottom: 0;
}
.sec_header span.jp {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  line-height: 1.67em;
}
@media screen and (max-width: 480px) {
  .sec_header span.jp {
    font-size: 1.25em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
}
.sec_header span.jp .large {
  font-size: 1.5em;
}

/* 注釈 */
.note {
  padding-left: 1em;
  text-indent: -1em;
  color: #0c4d46;
  font-size: 0.85em;
  line-height: 1.25em;
}
.note::before {
  content: "※";
}

/* フォントサイズ小 */
.ts_s {
  font-size: 0.6em;
  line-height: 2em;
}

/* 画像 */
img {
  vertical-align: bottom;
}
img.img100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  /* IE・Edge対応 */
}

.imgbox {
  line-height: 0;
}

/* 角丸 */
.rd {
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* 円形 */
.cir {
  border-radius: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1 !important;
}

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* =======================================================================================================================
　　　　　　　　　画像アニメーション
======================================================================================================================= */
/* 新着周辺テキスト */
@keyframes rt_anm {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* 読み込み遅延 */
img {
  transition: 1s ease-in-out;
  backface-visibility: hidden;
}
img.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 読み込み遅延 */
.lazyload0, .lazyload1, .lazyload2, .lazyload3, .lazyload4 {
  transition: 1s ease-in-out;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload0.lazyload, .lazyload1.lazyload, .lazyload2.lazyload, .lazyload3.lazyload, .lazyload4.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload0.lazyloaded, .lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded {
  transition: 1s ease-in-out;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}

.lazyload1 {
  transform: translate(0, 5em);
}
.lazyload1.lazyloaded {
  transform: translate(0, 0);
}

.lazyload2 {
  transform: translate(-5em, 0);
}
.lazyload2.lazyloaded {
  transform: translate(0, 0);
}

.lazyload3 {
  transform: translate(5em, 0);
}
.lazyload3.lazyloaded {
  transform: translate(0, 0);
}

.lazyload4 {
  transform: translate(0, -5em);
}
.lazyload4.lazyloaded {
  transform: translate(0, 0);
}

/* トップページ内コンテンツの場合 */
#front-page #wrapper .lazyload0.lazyload, #front-page #wrapper .lazyload0.lazyloaded, #front-page #wrapper .lazyload1.lazyload, #front-page #wrapper .lazyload1.lazyloaded, #front-page #wrapper .lazyload2.lazyload, #front-page #wrapper .lazyload2.lazyloaded, #front-page #wrapper .lazyload3.lazyload, #front-page #wrapper .lazyload3.lazyloaded, #front-page #wrapper .lazyload4.lazyload, #front-page #wrapper .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
#front-page #wrapper .lazyload1.lazyload, #front-page #wrapper .lazyload1.lazyloaded {
  transform: translate(0, 5em);
}
#front-page #wrapper .lazyload2.lazyload, #front-page #wrapper .lazyload2.lazyloaded {
  transform: translate(-5em, 0);
}
#front-page #wrapper .lazyload3.lazyload, #front-page #wrapper .lazyload3.lazyloaded {
  transform: translate(5em, 0);
}
#front-page #wrapper .lazyload4.lazyload, #front-page #wrapper .lazyload4.lazyloaded {
  transform: translate(0, -5em);
}
#front-page #wrapper .on .lazyload0.lazyloaded, #front-page #wrapper .on .lazyload1.lazyloaded, #front-page #wrapper .on .lazyload2.lazyloaded, #front-page #wrapper .on .lazyload3.lazyloaded, #front-page #wrapper .on .lazyload4.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
#front-page #wrapper .on .lazyload1.lazyloaded {
  transform: translate(0, 0);
}
#front-page #wrapper .on .lazyload2.lazyloaded {
  transform: translate(0, 0);
}
#front-page #wrapper .on .lazyload3.lazyloaded {
  transform: translate(0, 0);
}
#front-page #wrapper .on .lazyload4.lazyloaded {
  transform: translate(0, 0);
}
@media screen and (min-width: 769px) {
  #front-page #wrapper .onpc .lazyload0.lazyloaded, #front-page #wrapper .onpc .lazyload1.lazyloaded, #front-page #wrapper .onpc .lazyload2.lazyloaded, #front-page #wrapper .onpc .lazyload3.lazyloaded, #front-page #wrapper .onpc .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page #wrapper .onpc .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .onpc .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .onpc .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .onpc .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  #front-page #wrapper .ontb .lazyload0.lazyloaded, #front-page #wrapper .ontb .lazyload1.lazyloaded, #front-page #wrapper .ontb .lazyload2.lazyloaded, #front-page #wrapper .ontb .lazyload3.lazyloaded, #front-page #wrapper .ontb .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page #wrapper .ontb .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .ontb .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .ontb .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .ontb .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}

/* リンク */
a {
  text-decoration: none;
  color: #0c4d46;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
a:hover {
  color: #0c4d46;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ボタン */
.btn a {
  position: relative;
  box-sizing: border-box;
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  min-width: 18em;
  line-height: 1;
  border-radius: 5em;
  padding: 1.5em 2em;
  background: #0c4d46;
  color: #ffffff;
  text-align: center;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
.btn a:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn a {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .btn a {
    padding: 1.25em 2em;
  }
}
.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 1.05em;
  height: 1.2em;
  transform: translateY(-50%);
  background-image: url("/images/ya_w.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  translate: 0 0;
  transition: transform 0.4s ease;
  animation: bounce-btn-ya 3s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
.btn a:hover {
  text-decoration: none;
}
.btn a:hover::after {
  animation-play-state: paused;
  transform: translate(0.4em, -50%);
}
.btn.btn-w a {
  background-color: #ffffff;
  color: #0c4d46;
}
.btn.btn-w a::after {
  background-image: url("/images/ya.svg");
}
@media screen and (max-width: 768px) {
  #front-page .btn a {
    min-width: 15em;
  }
}
@media screen and (max-width: 480px) {
  #front-page .btn a {
    min-width: 14em;
  }
  #front-page .btn a::after {
    right: 1em;
  }
}

ul.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3em;
}
.single ul.news-list, .archive ul.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5em 1.5em;
}
@media screen and (max-width: 768px) {
  .single ul.news-list, .archive ul.news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .single ul.news-list, .archive ul.news-list {
    gap: 4em 1em;
    font-size: 3.25vw;
  }
}
ul.news-list li.card {
  position: relative;
  box-sizing: border-box;
  width: 21em;
  height: auto;
}
.single ul.news-list li.card, .archive ul.news-list li.card {
  width: 100%;
  height: 100%;
}
ul.news-list li.card a {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  border-radius: 1em;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
}
ul.news-list li.card a:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translate(0.2em, 0.2em);
}
ul.news-list li.card a:hover img {
  opacity: 1;
  scale: 1.1;
}
ul.news-list li.card a .news-area {
  position: absolute;
  top: -2em;
  left: 1em;
}
@media screen and (max-width: 480px) {
  ul.news-list li.card a .news-area {
    left: 0.5em;
  }
}
ul.news-list li.card a .news-area span {
  font-size: 0.9em;
  line-height: 1;
  color: #ffffff;
}
ul.news-list li.card a .news-date {
  position: absolute;
  top: -2em;
  right: 1em;
}
@media screen and (max-width: 480px) {
  ul.news-list li.card a .news-date {
    right: 0.5em;
  }
}
ul.news-list li.card a .news-date span {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  ul.news-list li.card a .news-date span {
    font-size: 1.1em;
  }
}
ul.news-list li.card a .card-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 1em 1em 0 0;
  overflow: hidden;
}
ul.news-list li.card a .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
ul.news-list li.card a .card-txt {
  flex: 1;
  width: 100%;
  height: auto;
  padding: 1em;
  border-radius: 0 0 1em 1em;
  background-color: #ffffff;
}
@media screen and (max-width: 480px) {
  ul.news-list li.card a .card-txt {
    padding: 0.5em;
  }
}
ul.news-list li.card a .card-txt .news-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 0.8em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */
}
ul.news-list li.card a .card-txt .news-tag .tag {
  font-size: 0.8em;
  line-height: 1;
  white-space: nowrap;
  background-color: #608568;
  color: #ffffff;
  padding: 0.2em 1em;
  border-radius: 5em;
}
ul.news-list li.card a .card-txt .news-ttl {
  font-size: 0.9em;
  line-height: 1.33em;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

/* ================= フォーム ============================================================ */
/* =============== コンタクトフォーム（全ページ共通） ========================================================= */
.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}

/* contact form 7 ------------------------------------------- */
.wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #fbf9f7;
  padding: 5em;
  margin: 0 auto;
  border-radius: 1em;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .wpcf7-form {
    padding: 3em 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .wpcf7-form {
    padding: 2em 1.5em;
  }
}
.wpcf7-form .formctt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.wpcf7-form > p {
  padding-bottom: 2.5em;
}
.wpcf7-form > p a {
  color: #f28b93;
  text-decoration: underline;
}
.wpcf7-form > p a:hover {
  opacity: 0.5;
}
.wpcf7-form {
  /* 項目名 */
}
.wpcf7-form .formname {
  width: 15em;
  padding: 1em 0.5em 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .wpcf7-form .formname {
    width: 100%;
    text-align: left;
    padding: 0.5em 0;
  }
}
.wpcf7-form {
  /* 必須項目 */
}
.wpcf7-form .required {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.6em;
  line-height: 1em;
  padding: 0.35em 0.8em;
  margin-left: 0.5em;
  background: #f28b93;
  color: #ffffff;
  border-radius: 1.35em;
  top: -0.2em;
}
.wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .wpcf7-form-control-wrap {
    width: 100%;
    flex: none;
  }
}
.wpcf7-form {
  /* 入力欄 */
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form textarea {
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1.7em;
  box-sizing: border-box;
  background: #ffffff;
  padding: 0.75em 1.5em;
  border-radius: 5em;
  border: none;
}
.wpcf7-form textarea {
  border-radius: 1em;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100% !important;
}
.wpcf7-form {
  /* 郵便番号入力欄 */
}
.wpcf7-form .yubin input[type=text] {
  max-width: 180px;
}
.wpcf7-form {
  /* 個人情報保護法 */
}
.wpcf7-form .acceptance_box {
  padding-bottom: 1em;
}
.wpcf7-form {
  /* 確認ボタンエリア */
}
.wpcf7-form .btn_box .wpcf7-spinner {
  display: none;
}
.wpcf7-form {
  /* 確認ボタン */
}
.wpcf7-form .wpcf7-submit:disabled,
.wpcf7-form .wpcf7-submit:disabled:hover {
  opacity: 0.5;
  border: none;
  background: #ffffff;
  color: #0c4d46;
  transform: translate(0, 0);
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
}
.wpcf7-form {
  /* 確認ボタン */
}
.wpcf7-form input[type=submit],
.wpcf7-form input[type=button],
.wpcf7-form .resetbtn {
  width: 10em !important;
  font-size: 1em;
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1em;
  text-indent: 1em;
  position: relative;
  box-sizing: border-box;
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  min-width: 18em;
  line-height: 1;
  border-radius: 5em;
  padding: 1.5em 2em;
  background: #0c4d46;
  color: #ffffff;
  text-align: center;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=button]:hover,
.wpcf7-form .resetbtn:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.wpcf7-form input[type=submit],
.wpcf7-form input[type=button],
.wpcf7-form .resetbtn {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .wpcf7-form input[type=submit],
  .wpcf7-form input[type=button],
  .wpcf7-form .resetbtn {
    padding: 1.25em 2em;
  }
}
.wpcf7-form input[type=submit]::after,
.wpcf7-form input[type=button]::after,
.wpcf7-form .resetbtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 1.05em;
  height: 1.2em;
  transform: translateY(-50%);
  background-image: url("/images/ya_w.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  translate: 0 0;
  transition: transform 0.4s ease;
  animation: bounce-btn-ya 3s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=button]:hover,
.wpcf7-form .resetbtn:hover {
  text-decoration: none;
}
.wpcf7-form input[type=submit]:hover::after,
.wpcf7-form input[type=button]:hover::after,
.wpcf7-form .resetbtn:hover::after {
  animation-play-state: paused;
  transform: translate(0.4em, -50%);
}
@media screen and (max-width: 480px) {
  .wpcf7-form input[type=submit],
  .wpcf7-form input[type=button],
  .wpcf7-form .resetbtn {
    width: 100% !important;
    min-width: unset;
  }
}
.wpcf7-form .resetbtn {
  letter-spacing: 0;
  text-indent: 0;
  background: #ffeb60;
}
.wpcf7-form .wpcf7c-btn-back {
  background: #ffeb60;
}

.contactformarea .form {
  width: 100%;
  margin: 0 auto 0 auto;
}

/* ボタンリスト */
.btnlist {
  list-style: none inside;
  text-align: center;
}
.btnlist li {
  display: inline-block;
}

/* チェックボックス・ラジオボタン */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0.25em 0.75em;
}
@media screen and (max-width: 768px) {
  span.wpcf7-list-item {
    padding: 0.5em;
  }
}
span.wpcf7-list-item input[type=radio] + span,
span.wpcf7-list-item input[type=checkbox] + span {
  padding-right: 1em;
  font-size: 1em;
}
span.wpcf7-list-item:last-child input[type=radio] + span,
span.wpcf7-list-item:last-child input[type=checkbox] + span {
  padding-right: 0;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  cursor: pointer;
  line-height: 1em;
}
input[type=radio].wpcf7c-conf,
input[type=checkbox].wpcf7c-conf {
  display: none;
}
input[type=radio].wpcf7c-conf + span,
input[type=checkbox].wpcf7c-conf + span {
  display: none;
}

.wpcf7-list-item-label {
  cursor: pointer;
  line-height: 1em;
}

.wpcf7c-elm-step2.bdstep2 {
  display: block;
  width: 100%;
  border-bottom: #0c4d46 solid 1px;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  color: #f28b93;
}
.wpcf7-not-valid-tip::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  padding-right: 0.25em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  text-align: center;
  border: none;
  background: transparent;
  color: #0c4d46;
}
.wpcf7 form.invalid .wpcf7-response-output::before,
.wpcf7 form.unaccepted .wpcf7-response-output::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  padding-right: 0.25em;
}
@media screen and (max-width: 480px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    text-align: left;
  }
}

/* 送信済メッセージ */
div.wpcf7-mail-sent-ok {
  border: 2px solid #0c4d46;
}

/* fieldsetで挟まれた項目 */
fieldset {
  padding-bottom: 2.5em;
}
fieldset.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: none;
  padding-left: 15em;
}
@media screen and (max-width: 768px) {
  fieldset.formctt {
    padding-left: 0;
  }
}
fieldset.formctt {
  /* 項目名 */
}
fieldset.formctt .formname {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  fieldset.formctt .formname {
    position: relative;
  }
}
fieldset.formctt {
  /* フォーム内容 */
}
fieldset.formctt .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
fieldset.formctt {
  /* 改行 */
}
fieldset.formctt br {
  display: none;
}

.jobttl {
  display: block;
}

/* ================= フォーム確認画面 ============================================================ */
div#wpcf7cpcnf {
  box-sizing: border-box;
  padding: 5em;
  background-color: #fbf9f7;
  border-radius: 0.5em;
}
@media screen and (max-width: 768px) {
  div#wpcf7cpcnf {
    padding: 3em 2.5em;
  }
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf {
    padding: 2em 1.5em;
  }
}
div#wpcf7cpcnf {
  /* 入力内容 */
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: inline-table;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: dotted 1px;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th,
  div#wpcf7cpcnf table tr td {
    display: block;
  }
}
.contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
.contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
  padding-top: 1em;
  padding-bottom: 1em;
}
div#wpcf7cpcnf table tr th {
  width: 15em;
  text-align: left;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p {
    border-bottom: #2aac47 dotted 1px;
  }
}
div#wpcf7cpcnf table tr th p::after {
  content: "：";
}
div#wpcf7cpcnf {
  /* ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  position: relative;
  box-sizing: border-box;
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  min-width: 18em;
  line-height: 1;
  border-radius: 5em;
  padding: 1.5em 2em;
  background: #0c4d46;
  color: #ffffff;
  text-align: center;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    padding: 1.25em 2em;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 1.05em;
  height: 1.2em;
  transform: translateY(-50%);
  background-image: url("/images/ya_w.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  translate: 0 0;
  transition: transform 0.4s ease;
  animation: bounce-btn-ya 3s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  text-decoration: none;
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover::after {
  animation-play-state: paused;
  transform: translate(0.4em, -50%);
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    width: 100% !important;
    margin: 0 0 1em;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  /* 修正ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  color: #0c4d46;
  background: #ffffff;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn::after {
  background-image: url(/images/ya.svg);
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  letter-spacing: 0;
  text-indent: 0;
}

span.wpcf7-spinner {
  margin: 0;
}

#frame {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  background-color: transparent;
}
#frame .frame-wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100dvh;
  background-color: inherit;
}
#frame .frame-wrapper .frame-top,
#frame .frame-wrapper .frame-left,
#frame .frame-wrapper .frame-right,
#frame .frame-wrapper .frame-bottom {
  position: absolute;
}
#frame .frame-wrapper .frame-top img,
#frame .frame-wrapper .frame-bottom img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#frame .frame-wrapper .frame-left,
#frame .frame-wrapper .frame-right {
  top: 0;
  height: 100%;
  padding: 1px 0;
}
#frame .frame-wrapper .frame-left img,
#frame .frame-wrapper .frame-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#frame .frame-wrapper .frame-top {
  top: -1px;
  right: 0;
  width: 100%;
  height: 3em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #frame .frame-wrapper .frame-top {
    width: 115em;
    height: 5.5em;
  }
}
@media screen and (max-width: 480px) {
  #frame .frame-wrapper .frame-top {
    right: 0.5em;
    width: 58em;
    height: 4.5em;
  }
}
#frame .frame-wrapper .frame-top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(/images/frame_top.webp);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
}
@media screen and (max-width: 1350px) {
  #frame .frame-wrapper .frame-top::before {
    background-image: url(/images/frame_top_np.webp);
  }
}
@media screen and (max-width: 768px) {
  #frame .frame-wrapper .frame-top::before {
    background-image: url(/images/frame_top_tb.webp);
  }
}
@media screen and (max-width: 480px) {
  #frame .frame-wrapper .frame-top::before {
    background-image: url(/images/frame_top_sp.webp);
  }
}
#frame .frame-wrapper .frame-top::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.2em;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #frame .frame-wrapper .frame-top::after {
    height: 3.5em;
  }
}
#frame .frame-wrapper .frame-bottom {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #frame .frame-wrapper .frame-bottom {
    width: 115em;
    height: 3.5em;
  }
}
@media screen and (max-width: 480px) {
  #frame .frame-wrapper .frame-bottom {
    right: 0.5em;
    width: 58em;
    height: 4em;
  }
}
#frame .frame-wrapper .frame-bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(/images/frame_bottom.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
}
@media screen and (max-width: 1350px) {
  #frame .frame-wrapper .frame-bottom::before {
    background-image: url(/images/frame_bottom_np.webp);
  }
}
@media screen and (max-width: 768px) {
  #frame .frame-wrapper .frame-bottom::before {
    background-image: url(/images/frame_bottom_tb.webp);
  }
}
@media screen and (max-width: 480px) {
  #frame .frame-wrapper .frame-bottom::before {
    background-image: url(/images/frame_bottom_sp.webp);
  }
}
#frame .frame-wrapper .frame-bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  #frame .frame-wrapper .frame-bottom::after {
    height: 3em;
  }
}
#frame .frame-wrapper .frame-left {
  left: 0;
  width: 17.3%;
}
@media screen and (max-width: 768px) {
  #frame .frame-wrapper .frame-left {
    left: auto;
    right: 95em;
    width: 21.2em;
  }
}
@media screen and (max-width: 480px) {
  #frame .frame-wrapper .frame-left {
    right: 48.4em;
    width: 10em;
  }
}
#frame .frame-wrapper .frame-left::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(/images/frame_left.webp);
  background-repeat: repeat-y;
  background-position: top right;
  background-size: 100% auto;
}
@media screen and (max-width: 1350px) {
  #frame .frame-wrapper .frame-left::before {
    background-image: url(/images/frame_left_np.webp);
  }
}
@media screen and (max-width: 768px) {
  #frame .frame-wrapper .frame-left::before {
    background-image: url(/images/frame_left_tb.webp);
  }
}
@media screen and (max-width: 480px) {
  #frame .frame-wrapper .frame-left::before {
    background-image: url(/images/frame_left_sp.webp);
  }
}
#frame .frame-wrapper .frame-right {
  right: 0;
  width: 2.3%;
}
@media screen and (max-width: 768px) {
  #frame .frame-wrapper .frame-right {
    width: 2.64em;
  }
}
@media screen and (max-width: 480px) {
  #frame .frame-wrapper .frame-right {
    right: 0.5em;
    width: 1.4em;
  }
}
#frame .frame-wrapper .frame-right::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(/images/frame_right.webp);
  background-repeat: repeat-y;
  background-position: top left;
  background-size: 100% auto;
}
@media screen and (max-width: 1350px) {
  #frame .frame-wrapper .frame-right::before {
    background-image: url(/images/frame_right_np.webp);
  }
}
@media screen and (max-width: 768px) {
  #frame .frame-wrapper .frame-right::before {
    background-image: url(/images/frame_right_tb.webp);
  }
}
@media screen and (max-width: 480px) {
  #frame .frame-wrapper .frame-right::before {
    background-image: url(/images/frame_right_sp.webp);
  }
}
#frame .frame-wrapper .frame-right .scrollbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.25em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #frame .frame-wrapper .frame-right .scrollbox {
    padding-bottom: 5.5em;
  }
}
@media screen and (max-width: 480px) {
  #frame .frame-wrapper .frame-right .scrollbox {
    right: -0.4em;
  }
}
#frame .frame-wrapper .frame-right .scrollbox.is-hide .wrapper {
  opacity: 0;
  visibility: hidden;
}
#frame .frame-wrapper .frame-right .scrollbox .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#frame .frame-wrapper .frame-right .scrollbox .wrapper span {
  font-size: 0.6em;
  line-height: 1;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  color: #7caf89;
}
#frame .frame-wrapper .frame-right .scrollbox .wrapper img {
  width: 0.75em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#frame .frame-wrapper .frame-right .secnav {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.25em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
@media screen and (max-width: 768px) {
  #frame .frame-wrapper .frame-right .secnav {
    padding-bottom: 5.5em;
  }
}
@media screen and (max-width: 480px) {
  #frame .frame-wrapper .frame-right .secnav {
    right: -0.5em;
  }
}
#frame .frame-wrapper .frame-right .secnav.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#front-page #frame .frame-wrapper .frame-right .secnav .secnav-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
#front-page #frame .frame-wrapper .frame-right .secnav .secnav-list button {
  display: block;
  width: 0.4em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #7caf89;
  border: 0.1em solid transparent;
}
#front-page #frame .frame-wrapper .frame-right .secnav .secnav-list button.is-active {
  background-color: #ffffff;
  border-color: #7caf89;
}

/* ===========================================================================================================
　　　　　　　　　グローバルナビ（共通）
=========================================================================================================== */
.gnav ul {
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.gnav ul li {
  position: relative;
  box-sizing: border-box;
}
.gnav ul li a:hover {
  text-decoration: none;
}

/* ===============================================================================
　　　　　　　　　ヘッダー
=============================================================================== */
.header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  padding-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .header {
    flex-direction: row;
    padding-top: 0;
    padding-left: 1.5em;
  }
}
.header_logo {
  width: 12em;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.header_logo a {
  display: block;
}
@media screen and (max-width: 768px) {
  .header_logo a {
    display: flex;
    align-items: flex-end;
    gap: 1em;
  }
}
@media screen and (max-width: 480px) {
  .header_logo a {
    gap: 0.5em;
  }
}
.header_logo a:hover {
  text-decoration: none;
  scale: 1.1;
}
.header_logo .logoimg {
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .header_logo .logoimg {
    width: 12em;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .header_logo .logoimg {
    width: 8em;
  }
}
.header_logo .logotxt {
  color: #608568;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .header_logo .logotxt {
    line-height: 1.8em;
  }
}
@media screen and (max-width: 480px) {
  .header_logo .logotxt {
    font-size: 0.8em;
  }
}
.header_nav {
  width: 100%;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .header_nav {
    display: none;
  }
}
.header_nav ul {
  display: flex;
  flex-direction: column;
}
.header_nav ul li a {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 0.9em;
  line-height: 2em;
  padding-left: 0.5em;
  width: 100%;
  height: 2.9em;
  transition: 0s ease-in-out;
  backface-visibility: hidden;
}
.header_nav ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  background-color: #0c4d46;
  opacity: 0;
  z-index: -1;
}
.header_nav ul li a::after {
  content: "";
  position: relative;
  flex-grow: 1;
  height: 0.1em;
  background-image: linear-gradient(to right, #0c4d46, transparent 50%);
  background-size: 0.3em 100%;
  background-repeat: repeat-x;
  margin-left: 0.5em;
  z-index: -2;
}
.header_nav ul li a .num {
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  font-size: 1.33em;
  font-weight: 700;
  line-height: 1em;
  width: 1.5em;
  text-align: center;
}
.header_nav ul li a:hover {
  color: #ffffff;
}
.header_nav ul li a:hover::before {
  opacity: 0.7;
}
.header_nav ul li a:hover::after {
  opacity: 0;
}
.header_nav ul li:nth-of-type(odd) a:hover {
  transform: rotate(2deg);
}
.header_nav ul li:nth-of-type(even) a:hover {
  transform: rotate(-2deg);
}
.header_nav ul li.active:nth-of-type(odd) a {
  color: #ffffff;
  transform: rotate(2deg);
}
.header_nav ul li.active:nth-of-type(odd) a::before {
  opacity: 1;
}
.header_nav ul li.active:nth-of-type(even) a {
  color: #ffffff;
  transform: rotate(-2deg);
}
.header_nav ul li.active:nth-of-type(even) a::before {
  opacity: 1;
}

.conversion {
  position: fixed;
  bottom: 1em;
  left: 1em;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 9999999;
}
@media screen and (max-width: 480px) {
  .conversion {
    bottom: 2em;
  }
}
.conversion .wrapper {
  position: relative;
  box-sizing: border-box;
  display: flex;
  gap: 0.8em;
  transform-origin: left bottom;
  transition: scale 0.6s ease;
}
@media screen and (max-width: 480px) {
  .conversion .wrapper {
    scale: 1;
    gap: 0.5em;
  }
}
.conversion .wrapper .conv_btn {
  position: relative;
  box-sizing: border-box;
}
.conversion .wrapper .conv_btn .btn_link {
  width: 10.5em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  text-align: center;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
.conversion .wrapper .conv_btn .btn_link:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 768px) {
  .conversion .wrapper .conv_btn .btn_link {
    width: 8em;
  }
}
@media screen and (max-width: 480px) {
  .conversion .wrapper .conv_btn .btn_link {
    position: relative;
    box-sizing: border-box;
    font-family: aralet-n, sans-serif;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    min-width: 18em;
    line-height: 1;
    border-radius: 5em;
    padding: 1.5em 2em;
    background: #0c4d46;
    color: #ffffff;
    text-align: center;
    transition: 0.3s ease-in-out;
    backface-visibility: hidden;
    box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
    transition: 0.3s ease-in-out;
    backface-visibility: hidden;
  }
  .conversion .wrapper .conv_btn .btn_link:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    transform: translate(0.2em, 0.2em);
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .conversion .wrapper .conv_btn .btn_link {
    cursor: pointer;
    width: auto;
    aspect-ratio: unset;
    min-width: 10em;
    height: 3em;
    display: flex;
    flex-direction: row;
    padding: 0 1em !important;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .conversion .wrapper .conv_btn .btn_link {
    padding: 1.25em 2em;
  }
}
@media screen and (max-width: 480px) {
  .conversion .wrapper .conv_btn .btn_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5em;
    width: 1.05em;
    height: 1.2em;
    transform: translateY(-50%);
    background-image: url("/images/ya_w.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    translate: 0 0;
    transition: transform 0.4s ease;
    animation: bounce-btn-ya 3s ease-in-out infinite;
    animation-delay: var(--delay, 0s);
  }
  .conversion .wrapper .conv_btn .btn_link:hover {
    text-decoration: none;
  }
  .conversion .wrapper .conv_btn .btn_link:hover::after {
    animation-play-state: paused;
    transform: translate(0.4em, -50%);
  }
  .conversion .wrapper .conv_btn .btn_link::after {
    display: none;
  }
}
.conversion .wrapper .conv_btn .btn_link:hover img {
  opacity: 1;
}
.conversion .wrapper .conv_btn .btn_link .txtbox {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
.conversion .wrapper .conv_btn .btn_link .txtbox .egtxt {
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .conversion .wrapper .conv_btn .btn_link .txtbox .egtxt {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  .conversion .wrapper .conv_btn .btn_link .txtbox .egtxt {
    display: none;
  }
}
.conversion .wrapper .conv_btn .btn_link .txtbox .jptxt {
  font-size: 1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .conversion .wrapper .conv_btn .btn_link .txtbox .jptxt {
    font-size: 0.8em;
  }
}
.conversion .wrapper .conv_btn .btn_link .imgbox {
  position: relative;
  box-sizing: border-box;
  height: auto;
}
.conversion .wrapper .conv_btn .btn_link .imgbox img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain; object-position: 50% 50%;";
  /* IE・Edge対応 */
}
.conversion .wrapper .conv_btn.event .btn_link {
  background-color: #ffeb60;
  color: #6f5d58;
}
.conversion .wrapper .conv_btn.event .btn_link .flag {
  position: absolute;
  top: -0.5em;
  left: 0;
  width: 6em;
}
@media screen and (max-width: 768px) {
  .conversion .wrapper .conv_btn.event .btn_link .flag {
    top: 0;
    left: 0em;
    width: 4.5em;
  }
}
@media screen and (max-width: 480px) {
  .conversion .wrapper .conv_btn.event .btn_link .flag {
    width: 2.5em;
  }
}
.conversion .wrapper .conv_btn.event .btn_link .flag img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 480px) {
  .conversion .wrapper .conv_btn.event .btn_link .txtbox {
    order: 2;
  }
}
.conversion .wrapper .conv_btn.event .btn_link .imgbox {
  width: 5.65em;
  margin-bottom: -1em;
}
@media screen and (max-width: 768px) {
  .conversion .wrapper .conv_btn.event .btn_link .imgbox {
    width: 4.5em;
  }
}
@media screen and (max-width: 480px) {
  .conversion .wrapper .conv_btn.event .btn_link .imgbox {
    width: 3em;
    margin-bottom: 0;
    order: 1;
  }
}
.conversion .wrapper .conv_btn.entry .btn_link {
  background-color: #f37455;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.conversion .wrapper .conv_btn.entry .btn_link .rotate-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  height: 94%;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .conversion .wrapper .conv_btn.entry .btn_link .rotate-txt {
    display: none;
  }
}
.conversion .wrapper .conv_btn.entry .btn_link .rotate-txt img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain; object-position: 50% 50%;";
  /* IE・Edge対応 */
}
.conversion .wrapper .conv_btn.entry .btn_link .txtbox .jptxt {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.conversion .wrapper .conv_btn.entry .btn_link .txtbox .jptxt::after {
  content: "";
  display: inline-block;
  width: 1.05em;
  height: 1.2em;
  background-image: url(/images/ya_w.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  translate: 0 0;
  transition: transform 0.4s ease;
  animation: bounce-btn-ya 3s ease-in-out infinite;
}
@media screen and (max-width: 480px) {
  .conversion .wrapper .conv_btn.entry .btn_link .txtbox .jptxt::after {
    display: none;
  }
}
.conversion .wrapper .conv_btn.entry .btn_link .imgbox {
  width: 6em;
  margin-top: -3.5em;
}
.conversion .wrapper .conv_btn.entry .btn_link .imgbox img {
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .conversion .wrapper .conv_btn.entry .btn_link .imgbox {
    width: 4em;
    margin-top: -3em;
  }
}
@media screen and (max-width: 480px) {
  .conversion .wrapper .conv_btn.entry .btn_link .imgbox {
    width: 2em;
    margin-top: 0;
  }
}
.conversion .wrapper .conv_btn.entry .btn_link:hover .imgbox img {
  scale: 1.05;
}
.conversion .wrapper .conv_btn.entry .btn_link:hover .txtbox .jptxt::after {
  animation-play-state: paused;
  transform: translateX(0.4em);
}
@media screen and (max-width: 768px) {
  .conversion.is-scroll .wrapper {
    scale: 0.7;
  }
}
@media screen and (max-width: 480px) {
  .conversion.is-scroll .wrapper {
    scale: 1;
  }
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.hm_btn,
.hm_menu_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .hm_btn,
  .hm_menu_wrap {
    display: block;
  }
}

.hm_menu_check {
  display: none;
}

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  width: 4em;
  height: 4em;
  cursor: pointer;
  position: fixed;
  inset: 0 1em auto auto;
  border-radius: 3em;
  cursor: pointer;
  z-index: 9999999;
}
@media screen and (max-width: 480px) {
  .hm_btn {
    right: 0.25em;
    width: 4em;
    height: 3.5em;
  }
}
.hm_btn::before, .hm_btn::after {
  width: 2.5em;
  height: 0.125em;
  background-color: #0c4d46;
  display: block;
  content: "";
  position: absolute;
  transition: background-color 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s, rotate 0.2s 0.2s;
}
@media screen and (max-width: 480px) {
  .hm_btn::before, .hm_btn::after {
    width: 1.5em;
  }
}
.hm_btn::before {
  top: calc(50% - 0.6em);
  left: 50%;
  translate: -50% -50%;
  box-shadow: #0c4d46 0 1.2em 0;
}
.hm_btn::after {
  top: 50%;
  left: 50%;
  transform-origin: center;
  translate: -50% -50%;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn::before {
  box-shadow: none;
  top: 50%;
  rotate: 30deg;
}
.hm_menu_check:checked ~ .hm_btn::after {
  rotate: -30deg;
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 999999;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-right: -2px;
}
.hm_menu_wrap .hm_inner::-webkit-scrollbar {
  width: 2px;
}
.hm_menu_wrap .hm_inner .menucontent {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  box-sizing: border-box;
  padding: 10em 2.5em 10em 2.5em;
  width: 100%;
  min-height: 100dvh;
  transition: opacity 1s;
  border: none;
  background-color: #fbf9f7;
  border-radius: 0 0 0.25em 0.25em;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent {
    padding: 8em 1em;
  }
}
.hm_menu_wrap .hm_inner .menucontent {
  /* 中身デザイン */
}
.hm_menu_wrap .hm_inner .menucontent .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hm_menu_wrap .hm_inner .menucontent .bgimg img {
  position: fixed;
}
.hm_menu_wrap .hm_inner .menucontent .bgimg .cloud1 {
  top: -4em;
  right: -17em;
  width: 40em;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .bgimg .cloud1 {
    right: -13em;
    width: 25em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .bgimg .cloud2 {
  top: -4em;
  right: 8em;
  width: 25em;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .bgimg .cloud2 {
    right: 0;
    width: 17em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .bgimg .leaf {
  top: 45%;
  right: 4em;
  width: 12em;
  scale: -1 1;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .bgimg .leaf {
    top: 45%;
    right: 2.5em;
    width: 6em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .bgimg .swing {
  top: 30%;
  right: 8em;
  width: 11em;
  scale: -1 1;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .bgimg .swing {
    top: 30%;
    right: 5em;
    width: 6em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  list-style: none inside;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li a {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav ul li a {
    gap: 0.25em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li a .num {
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  width: 1em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav ul li a .num {
    font-size: 1em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li a .txt {
  display: flex;
  gap: 0.5em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li a .txt .eg {
  font-size: 1.25em;
  line-height: 1em;
  margin-top: 0.25em;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav ul li a .txt .eg {
    font-size: 0.8em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li a .txt .jp {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav ul li a .txt .jp {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav ul li a .pc {
    display: none;
  }
}
.hm_menu_wrap .hm_inner .menucontent .conv {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: 2em;
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper {
  position: relative;
  box-sizing: border-box;
  display: flex;
  gap: 0.8em;
  transform-origin: left bottom;
  transition: scale 0.6s ease;
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .conv .wrapper {
    gap: 2%;
  }
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .conv .wrapper {
    flex-direction: column;
    gap: 1.5em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn {
  position: relative;
  box-sizing: border-box;
  width: 48%;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn {
    width: 100%;
  }
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn .btn_link {
  position: relative;
  box-sizing: border-box;
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  min-width: 18em;
  line-height: 1;
  border-radius: 5em;
  padding: 1.5em 2em;
  background: #0c4d46;
  color: #ffffff;
  text-align: center;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn .btn_link:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn .btn_link {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn .btn_link {
    padding: 1.25em 2em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn .btn_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 1.05em;
  height: 1.2em;
  transform: translateY(-50%);
  background-image: url("/images/ya_w.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  translate: 0 0;
  transition: transform 0.4s ease;
  animation: bounce-btn-ya 3s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn .btn_link:hover {
  text-decoration: none;
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn .btn_link:hover::after {
  animation-play-state: paused;
  transform: translate(0.4em, -50%);
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn .btn_link {
  width: auto;
  aspect-ratio: unset;
  width: 100%;
  height: 4em;
  display: flex;
  justify-content: center;
  gap: 1em;
  padding: 0 1em !important;
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn .btn_link:hover img {
  opacity: 1;
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn .btn_link .txtbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2em;
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn .btn_link .txtbox .egtxt {
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn .btn_link .txtbox .egtxt {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn .btn_link .txtbox .egtxt {
    display: none;
  }
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn .btn_link .txtbox .jptxt {
  font-size: 1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn .btn_link .txtbox .jptxt {
    font-size: 0.8em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn .btn_link .imgbox {
  position: relative;
  box-sizing: border-box;
  height: auto;
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn .btn_link .imgbox img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain; object-position: 50% 50%;";
  /* IE・Edge対応 */
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn.event .btn_link {
  background-color: #ffeb60;
  color: #6f5d58;
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn.event .btn_link .flag {
  position: absolute;
  top: 0;
  left: 0em;
  width: 4.5em;
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn.event .btn_link .flag img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn.event .btn_link .txtbox {
  order: 2;
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn.event .btn_link .imgbox {
  width: 4em;
  order: 1;
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn.entry .btn_link {
  background-color: #f37455;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn.entry .btn_link .txtbox .jptxt {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn.entry .btn_link .imgbox {
  width: 3em;
  margin-top: 0;
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn.entry .btn_link .imgbox img {
  transform-origin: center center;
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn.entry .btn_link:hover .imgbox img {
  scale: 1.05;
}
.hm_menu_wrap .hm_inner .menucontent .conv .wrapper .conv_btn.entry .btn_link:hover .txtbox .jptxt::after {
  animation-play-state: paused;
  transform: translateX(0.4em);
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .conv.is-scroll .wrapper {
    scale: 0.7;
  }
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .conv.is-scroll .wrapper {
    scale: 1;
  }
}
.hm_menu_wrap .hm_inner .menucontent .bannerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: 2.5em;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .bannerbox {
    font-size: 0.8em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .bannerbox a {
  border-radius: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25em;
  width: 100%;
  height: 12em;
  padding: 1em;
  color: #ffffff;
  background-color: #06c755;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
.hm_menu_wrap .hm_inner .menucontent .bannerbox a:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .bannerbox a {
    width: 100%;
    height: 11em;
    padding: 0.5em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .bannerbox a .txtbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hm_menu_wrap .hm_inner .menucontent .bannerbox a .txtbox .toptxt {
  display: flex;
  align-items: flex-end;
  gap: 0.8em;
  padding-bottom: 0.85em;
}
.hm_menu_wrap .hm_inner .menucontent .bannerbox a .txtbox .egtxt .small {
  display: block;
  font-size: 1.4em;
  line-height: 1;
  font-weight: 700;
}
.hm_menu_wrap .hm_inner .menucontent .bannerbox a .txtbox .egtxt .large {
  display: block;
  font-size: 3em;
  line-height: 1;
  font-weight: 700;
}
.hm_menu_wrap .hm_inner .menucontent .bannerbox a .txtbox .jptxt {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1;
}
.hm_menu_wrap .hm_inner .menucontent .bannerbox a .txtbox .jptxt .decoration {
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 0.5em;
  padding-bottom: 0.5em;
}
.hm_menu_wrap .hm_inner .menucontent .bannerbox a .txtbox .jptxt .decoration::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 1.25em;
  background-image: url("/images/shouteffect_l.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.hm_menu_wrap .hm_inner .menucontent .bannerbox a .txtbox .jptxt .decoration::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 1.25em;
  background-image: url("/images/shouteffect_r.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.hm_menu_wrap .hm_inner .menucontent .bannerbox a .txtbox .jptxt .yellow {
  color: #e7fc69;
}
.hm_menu_wrap .hm_inner .menucontent .bannerbox a .txtbox .arrow-btn {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  background-color: #e7fc69;
  color: #06c755;
  text-align: center;
  padding: 0.67em 0;
  line-height: 1;
  border-radius: 5em;
}
.hm_menu_wrap .hm_inner .menucontent .bannerbox a .txtbox .arrow-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 1.05em;
  height: 1.2em;
  transform: translateY(-50%);
  background-image: url("/images/ya_line.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.hm_menu_wrap .hm_inner .menucontent .bannerbox a .imgbox {
  width: 8.5em;
  height: 8.5em;
  border-radius: 0.5em;
  padding: 0.25em;
  background-color: #ffffff;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .bannerbox a .imgbox {
    display: none;
  }
}
.hm_menu_wrap .hm_inner .menucontent .bannerbox a .imgbox img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain; object-position: 50% 50%;";
  /* IE・Edge対応 */
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
  visibility: visible;
}
.hm_menu_check:checked ~ .hm_menu_wrap .hm_inner {
  overflow-x: hidden;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  opacity: 1;
}

/* ===============================================================================
　　　　　　　　　フッター
=============================================================================== */
.footer {
  color: #ffffff;
  margin-top: -2.5em;
}
.footer .footer-top.sec {
  padding: 7.5em 0 5em 0;
}
.footer .footer-top .sec-bg {
  background-color: #608568;
}
.footer .footer-top .sec-bg::before {
  opacity: 0.3;
}
.footer .footer-top .sec-bg::after {
  opacity: 0.2;
}
.footer .footer-top .footer-nav1 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 10em;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .footer .footer-top .footer-nav1 {
    height: 13em;
    margin-bottom: 2em;
  }
}
.footer .footer-top .footer-nav1 .footer-nav-menu {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0 7.5em;
}
@media screen and (max-width: 768px) {
  .footer .footer-top .footer-nav1 .footer-nav-menu {
    gap: 0 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-top .footer-nav1 .footer-nav-menu {
    gap: 0 1em;
  }
}
.footer .footer-top .footer-nav1 .footer-nav-menu li.parent-menu {
  display: block;
}
.footer .footer-top .footer-nav1 .footer-nav-menu li.parent-menu a {
  display: block;
  line-height: 2em;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .footer .footer-top .footer-nav1 .footer-nav-menu li.parent-menu a {
    font-size: 0.75em;
  }
}
.footer .footer-top .footer-nav1 .footer-nav-menu li.parent-menu .child-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .footer .footer-top .footer-nav1 .footer-nav-menu li.parent-menu .child-menu {
    padding-left: 1em;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-top .footer-nav1 .footer-nav-menu li.parent-menu .child-menu {
    padding-left: 0.5em;
  }
}
.footer .footer-top .footer-nav1 .footer-nav-menu li.parent-menu .child-menu li {
  display: flex;
}
.footer .footer-top .footer-nav1 .footer-nav-menu li.parent-menu .child-menu li a {
  font-size: 0.8em;
  line-height: 1.5em;
}
@media screen and (max-width: 480px) {
  .footer .footer-top .footer-nav1 .footer-nav-menu li.parent-menu .child-menu li a {
    font-size: 0.6em;
  }
}
.footer .footer-top .footer-nav1 .footer-nav-menu li.parent-menu .child-menu li a.sub-link {
  font-size: 0.7em;
  opacity: 0.7;
}
@media screen and (max-width: 480px) {
  .footer .footer-top .footer-nav1 .footer-nav-menu li.parent-menu .child-menu li a.sub-link {
    font-size: 0.5em;
  }
}
.footer .footer-top .footer-nav2 {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .footer-top .footer-nav2 {
    justify-content: center;
    gap: 2.5em;
  }
}
.footer .footer-top .footer-nav2 .bannerbox {
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .footer .footer-top .footer-nav2 .bannerbox {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-top .footer-nav2 .bannerbox {
    font-size: 0.75em;
  }
}
.footer .footer-top .footer-nav2 .bannerbox a {
  border-radius: 1em;
  display: flex;
  justify-content: flex-end;
  gap: 1.25em;
  width: 36em;
  height: 10.5em;
  padding: 1em;
  color: #ffffff;
  background-color: #06c755;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
.footer .footer-top .footer-nav2 .bannerbox a:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 768px) {
  .footer .footer-top .footer-nav2 .bannerbox a {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-top .footer-nav2 .bannerbox a {
    padding: 0.5em;
  }
}
.footer .footer-top .footer-nav2 .bannerbox a .txtbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .footer-top .footer-nav2 .bannerbox a .txtbox .toptxt {
  display: flex;
  align-items: flex-end;
  gap: 0.8em;
  padding-bottom: 0.85em;
}
.footer .footer-top .footer-nav2 .bannerbox a .txtbox .egtxt .small {
  display: block;
  font-size: 1.4em;
  line-height: 1;
  font-weight: 700;
}
.footer .footer-top .footer-nav2 .bannerbox a .txtbox .egtxt .large {
  display: block;
  font-size: 3em;
  line-height: 1;
  font-weight: 700;
}
.footer .footer-top .footer-nav2 .bannerbox a .txtbox .jptxt {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1;
}
.footer .footer-top .footer-nav2 .bannerbox a .txtbox .jptxt .decoration {
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 0.5em;
  padding-bottom: 0.5em;
}
.footer .footer-top .footer-nav2 .bannerbox a .txtbox .jptxt .decoration::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 1.25em;
  background-image: url("/images/shouteffect_l.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.footer .footer-top .footer-nav2 .bannerbox a .txtbox .jptxt .decoration::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 1.25em;
  background-image: url("/images/shouteffect_r.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.footer .footer-top .footer-nav2 .bannerbox a .txtbox .jptxt .yellow {
  color: #e7fc69;
}
.footer .footer-top .footer-nav2 .bannerbox a .txtbox .arrow-btn {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  background-color: #e7fc69;
  color: #06c755;
  text-align: center;
  padding: 0.67em 0;
  line-height: 1;
  border-radius: 5em;
}
.footer .footer-top .footer-nav2 .bannerbox a .txtbox .arrow-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1.05em;
  height: 1.2em;
  transform: translateY(-50%);
  background-image: url("/images/ya_line.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  translate: 0 0;
  transition: transform 0.4s ease;
  animation: bounce-btn-ya 3s ease-in-out infinite;
}
.footer .footer-top .footer-nav2 .bannerbox a .imgbox {
  width: 8.5em;
  height: 8.5em;
  border-radius: 0.5em;
  padding: 0.25em;
  background-color: #ffffff;
}
@media screen and (max-width: 480px) {
  .footer .footer-top .footer-nav2 .bannerbox a .imgbox {
    display: none;
  }
}
.footer .footer-top .footer-nav2 .bannerbox a .imgbox img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain; object-position: 50% 50%;";
  /* IE・Edge対応 */
}
.footer .footer-top .footer-nav2 .rightbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .footer .footer-top .footer-nav2 .rightbox {
    justify-content: center;
    align-items: center;
    gap: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-top .footer-nav2 .rightbox .btn {
    width: 100%;
  }
  .footer .footer-top .footer-nav2 .rightbox .btn a {
    width: 100%;
  }
}
.footer .footer-top .footer-nav2 .rightbox .link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 480px) {
  .footer .footer-top .footer-nav2 .rightbox .link-list {
    gap: 0.5em;
  }
}
.footer .footer-top .footer-nav2 .rightbox .link-list li a {
  font-size: 0.8em;
  line-height: 2.5em;
  color: #ffffff;
}
.footer .footer-bottom.sec {
  padding: 5em 0 7em 0;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom.sec {
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-bottom.sec {
    padding-bottom: 5em;
  }
}
.footer .footer-bottom .sec-bg {
  background-color: #527159;
}
.footer .footer-bottom .sec-bg::before {
  opacity: 0.3;
}
.footer .footer-bottom .sec-bg::after {
  opacity: 0.2;
}
.footer .footer-bottom .innerbox {
  display: flex;
  flex-direction: column;
  gap: 4em;
}
.footer .footer-bottom .company-info {
  display: flex;
  gap: 4em;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .company-info {
    flex-direction: column;
  }
}
.footer .footer-bottom .company-info .leftbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .company-info .leftbox {
    font-size: 1em;
  }
}
.footer .footer-bottom .company-info .leftbox .footer-logo {
  width: 15em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-bottom .company-info .leftbox h2 {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.15em;
}
.footer .footer-bottom .company-info .leftbox span {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .footer .footer-bottom .company-info .leftbox .btn {
    width: 100%;
  }
}
.footer .footer-bottom .company-info .leftbox .btn a {
  font-size: 0.9em;
  padding: 0.67em 2em;
  color: #608568;
}
@media screen and (max-width: 480px) {
  .footer .footer-bottom .company-info .leftbox .btn a {
    width: 100%;
  }
}
.footer .footer-bottom .company-info .leftbox .btn a::after {
  background-image: none;
}
.footer .footer-bottom .company-info .leftbox .btn a i {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.footer .footer-bottom .company-info .rightbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .company-info .rightbox {
    font-size: 0.9em;
  }
}
.footer .footer-bottom .company-info .rightbox .office-list {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.footer .footer-bottom .company-info .rightbox .office-item .ttl {
  font-size: 0.8em;
  font-weight: 700;
  opacity: 0.4;
}
.footer .footer-bottom .company-info .rightbox .office-item .name {
  font-size: 1em;
  line-height: 1.5em;
}
.footer .footer-bottom .company-info .rightbox .office-item .name span.eg {
  font-size: 0.9em;
  font-weight: 600;
}
.footer .footer-bottom .company-info .rightbox .office-item .address {
  line-height: 1.5em;
}
.footer .footer-bottom .company-info .rightbox .office-item .address .txt {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.875em;
}
.footer .footer-bottom .company-info .rightbox .office-item .address .txt .eg {
  font-weight: 600;
}
.footer .footer-bottom .company-info .rightbox .office-item .address .line {
  display: inline-block;
  width: 3em;
  height: 0.05em;
  background-color: #ffffff;
  margin: 0 0.25em;
  margin-bottom: 0.2em;
  opacity: 0.5;
}
@media screen and (max-width: 480px) {
  .footer .footer-bottom .company-info .rightbox .office-item .address .line {
    width: 10em;
  }
}
.footer .footer-bottom .company-info .rightbox .office-item .address .googlemaplink {
  display: inline-block;
}
.footer .footer-bottom .company-info .rightbox .office-item .address .googlemaplink a {
  color: #ffffff;
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.6em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .company-info .rightbox .office-item .address .googlemaplink a {
    font-size: 0.65em;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-bottom .company-info .rightbox .group-info {
    margin-top: 2em;
  }
}
.footer .footer-bottom .services {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .services {
    flex-direction: column;
  }
}
.footer .footer-bottom .services .servicebox .ttl {
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0.6em;
  opacity: 0.4;
}
.footer .footer-bottom .services .servicebox .service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .services .servicebox .service-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-bottom .services .servicebox .service-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer .footer-bottom .services .servicebox .service-list li {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 7.5em;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
.footer .footer-bottom .services .servicebox .service-list li:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .services .servicebox .service-list li {
    width: auto;
  }
}
.footer .footer-bottom .services .servicebox .service-list li a {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
}
.footer .footer-bottom .services .servicebox .service-list li a img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain; object-position: 50% 50%;";
  /* IE・Edge対応 */
}
.footer .footer-bottom .services .line {
  width: 0.05em;
  height: auto;
  background-color: #ffffff;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .services .line {
    display: none;
  }
}

.frame-footer {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  padding-right: 1.25em;
  z-index: 9999;
  display: flex;
  justify-content: flex-end;
  gap: 2em;
}
@media screen and (max-width: 480px) {
  .frame-footer {
    gap: 1em;
  }
}
.frame-footer .external-link a {
  font-size: 0.8em;
  font-weight: 700;
  color: #608568;
}
@media screen and (max-width: 480px) {
  .frame-footer .external-link a {
    font-size: 0.6em;
  }
}
.frame-footer .external-link a:hover {
  color: #7caf89;
}
.frame-footer .footer_copyright {
  font-size: 0.8em;
  font-weight: 600;
  color: #7caf89;
}
@media screen and (max-width: 480px) {
  .frame-footer .footer_copyright {
    font-size: 0.6em;
  }
}

.tree-container {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 24vh;
  padding-bottom: 4.5em;
}
@media screen and (max-width: 768px) {
  .tree-container {
    padding-top: 30vh;
    padding-bottom: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .tree-container {
    padding-top: 45vh;
    padding-bottom: 1em;
  }
}
.tree-container .tree-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  filter: drop-shadow(0.5em 0.5em 0.5em rgba(0, 0, 0, 0.15));
}
.tree-container .tree-block {
  position: relative;
}
.tree-container {
  /* ----- 木の幹 ----- */
}
.tree-container .trunk {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
}
.tree-container .trunk img {
  display: block;
  margin-bottom: -2px;
}
.tree-container .trunk .tree-top {
  width: 45.1em;
  margin-left: 12.6em;
}
@media screen and (max-width: 768px) {
  .tree-container .trunk .tree-top {
    width: 30.5em;
    margin-left: 8.7em;
  }
}
@media screen and (max-width: 480px) {
  .tree-container .trunk .tree-top {
    width: 19em;
    margin-left: 0em;
  }
}
.tree-container .trunk .tree01 {
  width: 27.5em;
  margin-left: -15em;
}
@media screen and (max-width: 768px) {
  .tree-container .trunk .tree01 {
    width: 18.6em;
    margin-left: -10em;
  }
}
@media screen and (max-width: 480px) {
  .tree-container .trunk .tree01 {
    width: 11.5em;
    margin-left: -11.5em;
  }
}
.tree-container .trunk .tree02 {
  width: 13.2em;
  margin-left: 0.05em;
}
@media screen and (max-width: 768px) {
  .tree-container .trunk .tree02 {
    width: 8.95em;
    margin-left: 0.2em;
  }
}
@media screen and (max-width: 480px) {
  .tree-container .trunk .tree02 {
    width: 5.6em;
    margin-left: -5.3em;
  }
}
.tree-container .trunk .tree03 {
  width: 27em;
  margin-left: -15.5em;
}
@media screen and (max-width: 768px) {
  .tree-container .trunk .tree03 {
    width: 18.3em;
    margin-left: -10.4em;
  }
}
@media screen and (max-width: 480px) {
  .tree-container .trunk .tree03 {
    width: 11.2em;
    margin-left: -11.7em;
  }
}
.tree-container .trunk .tree04 {
  width: 27em;
  margin-left: 14em;
}
@media screen and (max-width: 768px) {
  .tree-container .trunk .tree04 {
    width: 18.4em;
    margin-left: 9.6em;
  }
}
@media screen and (max-width: 480px) {
  .tree-container .trunk .tree04 {
    width: 11.2em;
    margin-left: 0.6em;
  }
}
.tree-container .trunk .tree-bottom {
  width: 35.4em;
  margin-left: 7.2em;
}
@media screen and (max-width: 768px) {
  .tree-container .trunk .tree-bottom {
    width: 24em;
    margin-left: 5em;
  }
}
@media screen and (max-width: 480px) {
  .tree-container .trunk .tree-bottom {
    width: 14.7em;
    margin-left: -2.3em;
  }
}
.tree-container .trunk .tree-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .tree-container .trunk .tree-tb {
    display: block;
  }
}
.tree-container .trunk .tree-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .tree-container .trunk .tree-sp {
    display: block;
  }
}
.tree-container {
  /* ----- 木の枝葉 -----*/
}
.tree-container .branch {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tree-container .branch {
    scale: 0.7;
  }
}
@media screen and (max-width: 480px) {
  .tree-container .branch {
    scale: 0.5;
  }
}
.tree-container .branch .branch-wrap {
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.tree-container .branch .branch-wrap .branch-img {
  height: auto;
  pointer-events: none;
}
.tree-container .branch.news {
  top: 54%;
}
@media screen and (max-width: 768px) {
  .tree-container .branch.news {
    top: 100%;
    transform: translateX(-77%);
  }
}
@media screen and (max-width: 480px) {
  .tree-container .branch.news {
    top: 27%;
    transform: translateX(-105%);
  }
}
.tree-container .branch.news .branch-img:nth-of-type(1) {
  position: relative;
  width: 69em;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .tree-container .branch.news .branch-img:nth-of-type(1) {
    width: 80em;
  }
}
.tree-container .branch.msg {
  top: 20%;
  transform: translateX(-96%);
}
@media screen and (max-width: 768px) {
  .tree-container .branch.msg {
    top: 57%;
    transform: translateX(-111%);
  }
}
@media screen and (max-width: 480px) {
  .tree-container .branch.msg {
    scale: -0.6 0.6;
    top: 0%;
    transform: translateX(72%);
  }
}
.tree-container .branch.msg .branch-img {
  width: 36em;
}
.tree-container .branch.int {
  top: -8%;
}
@media screen and (max-width: 768px) {
  .tree-container .branch.int {
    top: 17%;
    transform: translateX(-71%);
  }
}
@media screen and (max-width: 480px) {
  .tree-container .branch.int {
    scale: 0.8;
    top: auto;
    bottom: 117%;
    transform: translateX(-66%);
  }
}
.tree-container .branch.int .branch-img:nth-of-type(1) {
  position: absolute;
  width: 58em;
  transform: translate(12%, 1%);
  z-index: 15;
}
.tree-container .branch.int .branch-img:nth-of-type(2) {
  position: absolute;
  top: 22%;
  left: 29%;
  width: 13.5em;
  z-index: 10;
}
.tree-container .branch.int .branch-img:nth-of-type(3) {
  position: absolute;
  width: 60em;
  transform: translate(10%, 1%);
  z-index: 5;
}
.tree-container .branch.int .branch-img:nth-of-type(4) {
  position: relative;
  width: 59.5em;
  transform: translateX(10.5%);
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .tree-container .branch.int .branch-img {
    scale: 1.2;
  }
}
.tree-container .branch.int {
  /* ---------- スタッフインタビューリスト ---------- */
}
.tree-container .branch.int ul.stafflist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tree-container .branch.int ul.stafflist li.staffbox {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.tree-container .branch.int ul.stafflist li.staffbox .wrap {
  position: relative;
  z-index: auto;
}
.tree-container .branch.int ul.stafflist li.staffbox .windowbox {
  position: relative;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.tree-container .branch.int ul.stafflist li.staffbox .windowbox a {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.tree-container .branch.int ul.stafflist li.staffbox .windowbox a img {
  width: 12.8em;
}
@media screen and (max-width: 480px) {
  .tree-container .branch.int ul.stafflist li.staffbox .windowbox a img {
    width: 18em;
  }
}
.tree-container .branch.int ul.stafflist li.staffbox .windowbox a .staffimg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.tree-container .branch.int ul.stafflist li.staffbox .balloonbox {
  position: absolute;
  bottom: 11em;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .tree-container .branch.int ul.stafflist li.staffbox .balloonbox {
    bottom: 14em;
  }
}
.tree-container .branch.int ul.stafflist li.staffbox .balloonbox .balloon-wrap {
  position: relative;
  box-sizing: border-box;
  width: 6.8em;
  height: 5.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .tree-container .branch.int ul.stafflist li.staffbox .balloonbox .balloon-wrap {
    width: 8em;
    height: 6.5em;
  }
}
.tree-container .branch.int ul.stafflist li.staffbox .balloonbox .balloon-wrap .bgimg {
  position: relative;
  width: 100%;
  height: 100%;
}
.tree-container .branch.int ul.stafflist li.staffbox .balloonbox .balloon-wrap .bgimg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.tree-container .branch.int ul.stafflist li.staffbox .balloonbox .balloon-wrap .txtbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.25em;
}
.tree-container .branch.int ul.stafflist li.staffbox .balloonbox .balloon-wrap .txtbox span {
  display: block;
}
.tree-container .branch.int ul.stafflist li.staffbox .balloonbox .balloon-wrap .txtbox .job {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.3em;
  line-height: 1.25em;
  white-space: nowrap;
}
.tree-container .branch.int ul.stafflist li.staffbox .balloonbox .balloon-wrap .txtbox .name {
  font-size: 1em;
  line-height: 1;
}
.tree-container .branch.int ul.stafflist li.staffbox .balloonbox .balloon-wrap .txtbox .name .eg {
  display: inline;
  font-size: 1.2em;
  font-weight: 600;
}
.tree-container .branch.int ul.stafflist li.staffbox.small .balloonbox .txt-wrap .job {
  font-size: 0.9em;
}
.tree-container .branch.int ul.stafflist li.staffbox.large .balloonbox .txt-wrap .job {
  font-size: 1.2em;
}
.tree-container .branch.int ul.stafflist li.staffbox.is-flipped.small .balloonbox .txt-wrap .job, .tree-container .branch.int ul.stafflist li.staffbox:hover.small .balloonbox .txt-wrap .job {
  font-size: 1.3em;
}
.tree-container .branch.int ul.stafflist li.staffbox.is-flipped.large .txt-wrap .job, .tree-container .branch.int ul.stafflist li.staffbox:hover.large .txt-wrap .job {
  font-size: 1.5em;
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(1) .balloonbox, .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(5) .balloonbox {
  right: 10.5em;
}
@media screen and (max-width: 480px) {
  .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(1) .balloonbox, .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(5) .balloonbox {
    right: 14em;
  }
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(1) .balloonbox .balloon-wrap, .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(5) .balloonbox .balloon-wrap {
  transform-origin: right bottom;
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(1) .balloonbox .bgimg, .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(5) .balloonbox .bgimg {
  transform-origin: right bottom;
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(1) .balloonbox .bgimg::before, .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(5) .balloonbox .bgimg::before {
  background-image: url("/images/balloon_l.webp");
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(2) .balloonbox, .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(3) .balloonbox, .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(4) .balloonbox, .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(6) .balloonbox {
  left: 10.5em;
}
@media screen and (max-width: 480px) {
  .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(2) .balloonbox, .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(3) .balloonbox, .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(4) .balloonbox, .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(6) .balloonbox {
    left: 14em;
  }
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(2) .balloonbox .bgimg::before, .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(3) .balloonbox .bgimg::before, .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(4) .balloonbox .bgimg::before, .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(6) .balloonbox .bgimg::before {
  background-image: url("/images/balloon_r.webp");
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(1) {
  top: 0;
  left: 42%;
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(1) .windowbox {
  z-index: 8;
}
@media screen and (max-width: 480px) {
  .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(1) {
    top: -14%;
    left: 45%;
  }
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(2) {
  top: 4%;
  left: 65%;
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(2) .windowbox {
  z-index: 2;
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(3) {
  top: 27%;
  left: 38%;
}
@media screen and (max-width: 480px) {
  .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(3) {
    top: 14%;
    left: 32%;
  }
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(3) .windowbox {
  z-index: 12;
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(4) {
  top: 31%;
  left: 72%;
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(4) .windowbox {
  z-index: 12;
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(5) {
  bottom: 21%;
  left: 21%;
}
@media screen and (max-width: 480px) {
  .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(5) {
    left: 44%;
    bottom: 14%;
  }
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(5) .windowbox {
  z-index: 12;
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(6) {
  bottom: 20%;
  left: 49%;
}
.tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(6) .windowbox {
  z-index: 12;
}
@media screen and (max-width: 480px) {
  .tree-container .branch.int ul.stafflist li.staffbox:nth-of-type(even) {
    display: none;
  }
}
.tree-container .branch.enq {
  bottom: -5%;
  transform: translateX(-28%);
}
@media screen and (max-width: 768px) {
  .tree-container .branch.enq {
    bottom: -2%;
    transform: translateX(-45%);
  }
}
@media screen and (max-width: 480px) {
  .tree-container .branch.enq {
    scale: 0.6;
    top: auto;
    bottom: 60%;
    transform: translateX(-74%);
  }
}
.tree-container .branch.enq .branch-img {
  width: 49em;
}
.tree-container .branch.job {
  top: 13%;
  transform: translateX(-88%);
}
@media screen and (max-width: 768px) {
  .tree-container .branch.job {
    top: -3%;
    transform: translateX(-102%);
  }
}
@media screen and (max-width: 480px) {
  .tree-container .branch.job {
    scale: 0.85;
    top: auto;
    bottom: 132%;
    transform: translateX(-62%);
  }
}
.tree-container .branch.job .branch-img {
  position: relative;
  width: 39.5em;
  z-index: 1;
}
.tree-container .branch.job .job-wavehand01 {
  position: absolute;
  right: -0.9em;
  bottom: 1em;
  width: 5.6em;
  z-index: 1;
  transform-origin: bottom left;
}
@media screen and (max-width: 768px) {
  .tree-container .branch.job .job-wavehand01 {
    right: 1.5em;
    bottom: 0em;
  }
}
@media screen and (max-width: 480px) {
  .tree-container .branch.job .job-wavehand01 {
    width: 4em;
    right: 15em;
    bottom: -40em;
    transform: rotate(3deg);
  }
}
.tree-container .branch.job .job-wavehand02 {
  position: absolute;
  bottom: -6em;
  right: 11.2em;
  width: 5.6em;
  z-index: 1;
  transform-origin: bottom right;
}
@media screen and (max-width: 768px) {
  .tree-container .branch.job .job-wavehand02 {
    right: 13.5em;
  }
}
@media screen and (max-width: 480px) {
  .tree-container .branch.job .job-wavehand02 {
    width: 4em;
    right: 20.1em;
    bottom: -44em;
    transform: rotate(-18deg);
  }
}
.tree-container .branch.job .job-slider {
  position: absolute;
  top: 40%;
  left: 24%;
}
@media screen and (max-width: 480px) {
  .tree-container .branch.job .job-slider {
    left: 22%;
  }
}
.tree-container .branch.job .slider-txtbox {
  position: absolute;
  left: 2.5em;
  bottom: 2em;
  width: 15em;
  height: 12em;
  z-index: 1;
  scale: 1.2;
}
@media screen and (max-width: 480px) {
  .tree-container .branch.job .slider-txtbox {
    left: 9em;
    bottom: 1em;
    scale: 1;
  }
}
.tree-container .branch.job .slider-txtbox .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.tree-container .branch.job .slider-txtbox .item.is-active {
  opacity: 1;
  visibility: visible;
}
.tree-container .branch.job .slider-txtbox .item a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.tree-container .branch.job .slider-txtbox .item a .bgimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
.tree-container .branch.job .slider-txtbox .item a p,
.tree-container .branch.job .slider-txtbox .item a h3 {
  display: inline-block;
}
.tree-container .branch.job .slider-txtbox .item a p {
  opacity: 0.7;
  line-height: 1.5em;
}
.tree-container .branch.job .slider-txtbox .item a h3 {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4em;
  line-height: 1.5em;
}
.tree-container .branch.job .slider-txtbox .item a h3::after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.857em;
  margin-left: 0.5em;
  background-image: url("/images/ya_w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation: bounce-btn-ya 3s ease-in-out infinite;
  transition: transform 0.4s ease;
}
.tree-container .branch.job .slider-txtbox .item a:hover h3::after {
  animation-play-state: paused;
  transform: translateX(0.4em);
}
.tree-container .branch.sup {
  top: 3%;
  transform: translateX(-14%);
}
@media screen and (max-width: 768px) {
  .tree-container .branch.sup {
    top: 35%;
    transform: translateX(-42%);
  }
}
@media screen and (max-width: 480px) {
  .tree-container .branch.sup {
    top: auto;
    bottom: 80%;
    transform: translateX(-100%);
  }
}
.tree-container .branch.sup .branch-img {
  width: 38em;
}
.tree-container .branch.ben {
  top: -25%;
  transform: translateX(-83%);
}
@media screen and (max-width: 768px) {
  .tree-container .branch.ben {
    transform: translateX(-106%);
    top: 3%;
  }
}
@media screen and (max-width: 480px) {
  .tree-container .branch.ben {
    transform: translateX(106%);
    top: -56%;
    scale: -0.45 0.45;
  }
}
.tree-container .branch.ben .branch-img {
  width: 37em;
}
.tree-container .branch.ben .flags {
  position: absolute;
  bottom: 5em;
  left: 12em;
  width: 25.45em;
}
@media screen and (max-width: 768px) {
  .tree-container .branch.ben .flags {
    bottom: 8em;
    left: 6.8em;
  }
}
@media screen and (max-width: 480px) {
  .tree-container .branch.ben .flags {
    bottom: 11em;
    left: 8.8em;
  }
}
.tree-container .branch.entry {
  top: 33%;
  transform: translateX(-102%);
}
@media screen and (max-width: 768px) {
  .tree-container .branch.entry {
    top: 40%;
    transform: translateX(-124%);
  }
}
@media screen and (max-width: 480px) {
  .tree-container .branch.entry {
    top: -6%;
    transform: translateX(96%);
    scale: -0.5 0.5;
  }
}
.tree-container .branch.entry .branch-img {
  width: 23.5em;
}
.tree-container .branch.entry .entry-kids {
  position: absolute;
  top: -2.5em;
  left: 3.5em;
  width: 14.5em;
  z-index: -1;
}
.tree-container .branch.entry .leaf {
  position: absolute;
  top: 13em;
  right: -3em;
  width: 11.5em;
  scale: -1 1;
}

.sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
}
.sec-bg::before, .sec-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-y;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 1;
}
.sec-bg::before {
  mix-blend-mode: normal;
  opacity: 0.5;
}
@media screen and (min-width: 1921px) {
  .sec-bg::before {
    background-image: url("/images/bg_white.webp");
  }
}
@media screen and (max-width: 1920px) {
  .sec-bg::before {
    background-image: url("/images/bg_white_np.webp");
  }
}
@media screen and (max-width: 768px) {
  .sec-bg::before {
    background-image: url("/images/bg_white_tb.webp");
  }
}
@media screen and (max-width: 480px) {
  .sec-bg::before {
    background-image: url("/images/bg_white_sp.webp");
  }
}
.sec-bg::after {
  mix-blend-mode: overlay;
  opacity: 0.5;
}
@media screen and (min-width: 1921px) {
  .sec-bg::after {
    background-image: url("/images/bg_black.webp");
  }
}
@media screen and (max-width: 1920px) {
  .sec-bg::after {
    background-image: url("/images/bg_black_np.webp");
  }
}
@media screen and (max-width: 768px) {
  .sec-bg::after {
    background-image: url("/images/bg_black_tb.webp");
  }
}
@media screen and (max-width: 480px) {
  .sec-bg::after {
    background-image: url("/images/bg_black_sp.webp");
  }
}
#top-fv .sec-bg {
  z-index: 9;
}
#top-news .sec-bg {
  z-index: 8;
}
#top-msg .sec-bg {
  z-index: 7;
}
#top-int .sec-bg {
  z-index: 6;
}
#top-enq .sec-bg {
  z-index: 5;
}
#top-job .sec-bg {
  z-index: 4;
}
#top-sup .sec-bg {
  z-index: 3;
}
#top-ben .sec-bg {
  z-index: 1;
}
#top-ent .sec-bg {
  z-index: 2;
}
#top-cmp .sec-bg {
  z-index: 3;
}
.sec-bg .sec-connector {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: clip;
  pointer-events: none;
  z-index: 5;
}
.sec-bg .sec-connector.up {
  bottom: 0;
}
.sec-bg .sec-connector.up .connector-img {
  bottom: -1px;
}
.sec-bg .sec-connector.down {
  top: 100%;
}
.sec-bg .sec-connector.down .connector-img {
  top: -1px;
}
.sec-bg .sec-connector .connector-img {
  position: absolute;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
}
.sec-bg .sec-connector .connector-img .mask-wrap::before, .sec-bg .sec-connector .connector-img .mask-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-y;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 1;
}
.sec-bg .sec-connector .connector-img .mask-wrap::before {
  mix-blend-mode: normal;
  opacity: 0.5;
}
@media screen and (min-width: 1921px) {
  .sec-bg .sec-connector .connector-img .mask-wrap::before {
    background-image: url("/images/bg_white.webp");
  }
}
@media screen and (max-width: 1920px) {
  .sec-bg .sec-connector .connector-img .mask-wrap::before {
    background-image: url("/images/bg_white_np.webp");
  }
}
@media screen and (max-width: 768px) {
  .sec-bg .sec-connector .connector-img .mask-wrap::before {
    background-image: url("/images/bg_white_tb.webp");
  }
}
@media screen and (max-width: 480px) {
  .sec-bg .sec-connector .connector-img .mask-wrap::before {
    background-image: url("/images/bg_white_sp.webp");
  }
}
.sec-bg .sec-connector .connector-img .mask-wrap::after {
  mix-blend-mode: overlay;
  opacity: 0.5;
}
@media screen and (min-width: 1921px) {
  .sec-bg .sec-connector .connector-img .mask-wrap::after {
    background-image: url("/images/bg_black.webp");
  }
}
@media screen and (max-width: 1920px) {
  .sec-bg .sec-connector .connector-img .mask-wrap::after {
    background-image: url("/images/bg_black_np.webp");
  }
}
@media screen and (max-width: 768px) {
  .sec-bg .sec-connector .connector-img .mask-wrap::after {
    background-image: url("/images/bg_black_tb.webp");
  }
}
@media screen and (max-width: 480px) {
  .sec-bg .sec-connector .connector-img .mask-wrap::after {
    background-image: url("/images/bg_black_sp.webp");
  }
}
.sec-bg .sec-connector .connector-img .mask-wrap {
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .sec-bg .sec-connector .connector-img .mask-wrap {
    width: 200%;
  }
}
.sec-bg .sec-connector .connector-img .mask-wrap img {
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-bg .sec-connector img {
  position: absolute;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ===============================================================================
　　　　　　　　　トップページメインカラム
=============================================================================== */
#front-page a {
  text-decoration: none;
}
#front-page a:hover {
  text-decoration: none;
}
#front-page a:hover img {
  opacity: 1;
}

.folio {
  position: fixed;
  top: 2.5em;
  right: 3.2em;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .folio {
    top: 4.5em;
  }
}
@media screen and (max-width: 480px) {
  .folio {
    right: -1em;
    z-index: 9999;
  }
}
.folio .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  width: 4em;
  color: #608568;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  .folio .item {
    flex-direction: row;
    width: auto;
    min-width: 10em;
    height: 2.5em;
    background-color: #0c4d46;
    color: #ffffff;
    padding: 0 0 0 1em;
    transform: rotate(-5deg);
  }
}
.folio .item:nth-of-type(3), .folio .item:nth-of-type(6) {
  color: #ffffff;
}
.folio .item:nth-of-type(3) .line, .folio .item:nth-of-type(6) .line {
  background-color: #ffffff;
}
.folio .item.is-active {
  opacity: 1;
  visibility: visible;
}
.folio .item .num {
  font-size: 4.5em;
  line-height: 0.8em;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .folio .item .num {
    font-size: 1.5em;
  }
}
.folio .item .line {
  width: 100%;
  height: 0.2em;
  background-color: #608568;
}
@media screen and (max-width: 480px) {
  .folio .item .line {
    display: none;
  }
}
.folio .item .txt {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 0.5em;
  padding-right: 0.5em;
}
@media screen and (max-width: 480px) {
  .folio .item .txt {
    justify-content: flex-start;
    gap: 0;
  }
}
.folio .item .txt span {
  display: block;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .folio .item .txt span {
    writing-mode: unset;
  }
}
.folio .item .txt .eg {
  font-size: 0.9em;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .folio .item .txt .eg {
    display: none;
  }
}
.folio .item .txt .jp {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .folio .item .txt .jp {
    font-size: 1em;
  }
}

.sec-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.sec-container section.sec,
.sec-container .fv {
  position: relative;
}
.sec-container .sec-content {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.sec-container .sec-content .leftbox,
.sec-container .sec-content .rightbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.sec-container .sec-content .leftbox .wrap,
.sec-container .sec-content .rightbox .wrap {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec-container .sec-content .leftbox .wrap,
  .sec-container .sec-content .rightbox .wrap {
    width: 14.5em;
  }
}
@media screen and (max-width: 480px) {
  .sec-container .sec-content .leftbox .wrap,
  .sec-container .sec-content .rightbox .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sec-container .sec-content .leftbox .wrap.sptate,
  .sec-container .sec-content .rightbox .wrap.sptate {
    writing-mode: vertical-rl;
    pointer-events: none !important;
  }
  .sec-container .sec-content .leftbox .wrap.sptate .sec_header,
  .sec-container .sec-content .rightbox .wrap.sptate .sec_header {
    margin-bottom: 0;
    margin-left: 0.25em;
    pointer-events: all;
  }
  .sec-container .sec-content .leftbox .wrap.sptate p,
  .sec-container .sec-content .rightbox .wrap.sptate p {
    pointer-events: all;
  }
  .sec-container .sec-content .leftbox .wrap.sptate .btn,
  .sec-container .sec-content .rightbox .wrap.sptate .btn {
    writing-mode: horizontal-tb;
    position: absolute;
    top: 100%;
    right: 0;
    pointer-events: all;
  }
}
.sec-container .sec-content .leftbox .wrap .sp-bg,
.sec-container .sec-content .rightbox .wrap .sp-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-container .sec-content .leftbox .wrap .sp-bg img,
.sec-container .sec-content .rightbox .wrap .sp-bg img {
  position: absolute;
}
.sec-container .sec-content .leftbox .wrap .sp-bg img:last-of-type,
.sec-container .sec-content .rightbox .wrap .sp-bg img:last-of-type {
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .sec-container .sec-content .leftbox .wrap .sp-bg,
  .sec-container .sec-content .rightbox .wrap .sp-bg {
    display: block;
    z-index: -1;
  }
}
.sec-container .sec-content .leftbox {
  align-items: flex-start;
}
.sec-container .sec-content .rightbox {
  align-items: flex-end;
}
.sec-container .sec-content .sec_header {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sec-container .sec-content p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 2em;
}
@media screen and (max-width: 480px) {
  .sec-container .sec-content p {
    padding-bottom: 1.5em;
  }
}
.sec-container .sec-content p:last-child {
  padding-bottom: 0;
}
.sec-container .sec-illust {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sec-container .sec-illust img.free-pos {
  position: absolute;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: all;
  filter: drop-shadow(0.5em 0.5em 0.45em rgba(0, 0, 0, 0.15));
}
.sec-container .sec-illust .outer-branch {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .sec-container .sec-illust .outer-branch {
    scale: 0.7;
  }
}
@media screen and (max-width: 480px) {
  .sec-container .sec-illust .outer-branch {
    scale: 0.6;
  }
}
.sec-container .sec-illust .outer-branch img {
  filter: unset;
}
.sec-container .sec-illust .outer-branch img.branch-img {
  position: relative;
  filter: drop-shadow(0.5em 0.5em 0.45em rgba(0, 0, 0, 0.15));
}

#top-fv,
#top-news,
#top-msg,
.int-enq-wrapper,
#top-job,
#top-sup,
#top-ben,
#top-ent {
  position: absolute;
  left: 0;
}

#top-fv {
  top: 0;
  bottom: auto;
}

#top-news {
  bottom: 459em;
}
@media screen and (max-width: 768px) {
  #top-news {
    bottom: 421em;
  }
}
@media screen and (max-width: 480px) {
  #top-news {
    bottom: 579em;
  }
}

#top-msg {
  bottom: 391em;
}
@media screen and (max-width: 768px) {
  #top-msg {
    bottom: 350em;
  }
}
@media screen and (max-width: 480px) {
  #top-msg {
    bottom: 498em;
  }
}

.int-enq-wrapper {
  bottom: 268em;
}
@media screen and (max-width: 768px) {
  .int-enq-wrapper {
    bottom: 241.5em;
  }
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper {
    bottom: 327em;
  }
}

#top-job {
  bottom: 195em;
}
@media screen and (max-width: 768px) {
  #top-job {
    bottom: 175em;
  }
}
@media screen and (max-width: 480px) {
  #top-job {
    bottom: 227em;
  }
}

#top-sup {
  bottom: 168.5em;
}
@media screen and (max-width: 768px) {
  #top-sup {
    bottom: 143em;
  }
}
@media screen and (max-width: 480px) {
  #top-sup {
    bottom: 176em;
  }
}

#top-ben {
  bottom: 100em;
}
@media screen and (max-width: 768px) {
  #top-ben {
    bottom: 86em;
  }
}
@media screen and (max-width: 480px) {
  #top-ben {
    bottom: 116em;
  }
}

#top-ent {
  bottom: 40em;
}
@media screen and (max-width: 768px) {
  #top-ent {
    bottom: 32em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent {
    bottom: 47em;
  }
}

#top-fv {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 45em;
  max-height: 75em;
}
@media screen and (max-width: 768px) {
  #top-fv {
    min-height: auto;
    max-height: 83em;
  }
}
@media screen and (max-width: 480px) {
  #top-fv {
    min-height: 40em;
  }
}
#top-fv .mainimg {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}
#top-fv .mainimg .topleft,
#top-fv .mainimg .topright,
#top-fv .mainimg .btmleft,
#top-fv .mainimg .btmright {
  position: absolute;
  width: 50%;
  height: 50%;
}
#top-fv .mainimg .topleft img,
#top-fv .mainimg .topright img,
#top-fv .mainimg .btmleft img,
#top-fv .mainimg .btmright img {
  position: absolute;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  #top-fv .mainimg .topleft img,
  #top-fv .mainimg .topright img,
  #top-fv .mainimg .btmleft img,
  #top-fv .mainimg .btmright img {
    scale: 0.7;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .mainimg .topleft img,
  #top-fv .mainimg .topright img,
  #top-fv .mainimg .btmleft img,
  #top-fv .mainimg .btmright img {
    scale: 0.5;
  }
}
#top-fv .mainimg .topleft {
  top: 0;
  left: 0;
}
#top-fv .mainimg .topleft .drawing {
  top: 1.25em;
  left: 22em;
  width: 5em;
}
@media screen and (max-width: 768px) {
  #top-fv .mainimg .topleft .drawing {
    top: 11em;
    left: 22em;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .mainimg .topleft .drawing {
    top: 0.5em;
    left: 6em;
  }
}
#top-fv .mainimg .topleft .paperplane-girl {
  top: 0.5em;
  left: 4em;
  width: 11.6em;
  transform: rotate(-45deg);
  scale: -1 1;
}
@media screen and (max-width: 768px) {
  #top-fv .mainimg .topleft .paperplane-girl {
    left: 2em;
    scale: -0.7 0.7;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .mainimg .topleft .paperplane-girl {
    top: -1em;
    left: -2em;
    scale: -0.5 0.5;
  }
}
#top-fv .mainimg .topleft .bird {
  top: 14em;
  left: 5em;
  width: 5em;
}
@media screen and (max-width: 768px) {
  #top-fv .mainimg .topleft .bird {
    top: 30em;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .mainimg .topleft .bird {
    top: 5em;
    left: 0em;
  }
}
#top-fv .mainimg .topright {
  top: 0;
  right: 0;
}
#top-fv .mainimg .topright .flower {
  top: 1.25em;
  right: 21em;
  width: 6em;
}
@media screen and (max-width: 768px) {
  #top-fv .mainimg .topright .flower {
    right: 15em;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .mainimg .topright .flower {
    top: 1em;
    right: 6em;
    width: 5em;
  }
}
#top-fv .mainimg .topright .kids {
  top: -4.3em;
  right: -4.8em;
  width: 22.45em;
}
@media screen and (max-width: 768px) {
  #top-fv .mainimg .topright .kids {
    top: -5.3em;
    right: -5.8em;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .mainimg .topright .kids {
    top: -4em;
    right: -5.5em;
    width: 17em;
  }
}
#top-fv .mainimg .topright .pigeon01 {
  top: 15em;
  right: 1.5em;
  width: 9.05em;
}
@media screen and (max-width: 768px) {
  #top-fv .mainimg .topright .pigeon01 {
    top: 11em;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .mainimg .topright .pigeon01 {
    top: 5.5em;
    right: -1em;
    width: 8em;
  }
}
#top-fv .mainimg .btmleft {
  left: 0;
  bottom: 0;
}
#top-fv .mainimg .btmleft .pigeon02 {
  left: 15.8em;
  bottom: 5em;
  width: 6em;
}
@media screen and (max-width: 768px) {
  #top-fv .mainimg .btmleft .pigeon02 {
    left: 12em;
    bottom: 13em;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .mainimg .btmleft .pigeon02 {
    left: 4em;
    bottom: 10em;
  }
}
#top-fv .mainimg .btmleft .parachute {
  left: 5em;
  bottom: 13.8em;
  width: 8em;
}
@media screen and (max-width: 768px) {
  #top-fv .mainimg .btmleft .parachute {
    left: 2em;
    bottom: 19em;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .mainimg .btmleft .parachute {
    left: -1.5em;
    bottom: 12em;
  }
}
#top-fv .mainimg .btmleft .leaf {
  left: 2.2em;
  bottom: 4em;
  width: 17.2em;
}
@media screen and (max-width: 768px) {
  #top-fv .mainimg .btmleft .leaf {
    left: 0em;
    bottom: 2em;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .mainimg .btmleft .leaf {
    bottom: 7em;
    width: 10em;
  }
}
#top-fv .mainimg .btmleft .flower {
  left: 7em;
  bottom: 3.3em;
  width: 6em;
}
@media screen and (max-width: 768px) {
  #top-fv .mainimg .btmleft .flower {
    left: 6.5em;
    bottom: 9em;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .mainimg .btmleft .flower {
    left: -1em;
    bottom: 9em;
  }
}
#top-fv .mainimg .btmright {
  right: 0;
  bottom: 0;
}
#top-fv .mainimg .btmright .swing {
  right: 1em;
  bottom: 8.3em;
  width: 10em;
  scale: -1 1;
  filter: drop-shadow(-0.5em, 0.5em, 0.45em rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  #top-fv .mainimg .btmright .swing {
    right: 0;
    bottom: 12em;
    scale: -0.7 0.7;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .mainimg .btmright .swing {
    right: -2em;
    bottom: 7em;
    scale: -0.5 0.5;
  }
}
#top-fv .mainimg .btmright .bird02 {
  right: 10em;
  bottom: 2.5em;
  width: 10.5em;
}
@media screen and (max-width: 768px) {
  #top-fv .mainimg .btmright .bird02 {
    right: 7em;
    bottom: 4.5em;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .mainimg .btmright .bird02 {
    right: 1em;
    bottom: 5.5em;
    width: 8.5em;
  }
}
#top-fv .sec-content {
  height: 100%;
}
#top-fv .sec-content .copy-wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
#top-fv .sec-content .copy-wrapper .copy {
  position: absolute;
  top: 20%;
  left: 14em;
  writing-mode: vertical-rl;
  height: 20em;
}
@media screen and (max-width: 768px) {
  #top-fv .sec-content .copy-wrapper .copy {
    top: 16%;
    left: 5em;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .sec-content .copy-wrapper .copy {
    top: 12%;
    left: 5.5em;
    right: auto;
    bottom: auto;
  }
}
#top-fv .sec-content .copy-wrapper .copy .maincopy {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  line-height: 1.67em;
  margin-left: 0.5em;
}
@media screen and (max-width: 480px) {
  #top-fv .sec-content .copy-wrapper .copy .maincopy {
    font-size: 1.25em;
    margin-left: 0;
    margin-bottom: 0.5em;
  }
}
#top-fv .sec-content .copy-wrapper .copy .maincopy .large {
  font-size: 1.5em;
}
#top-fv .sec-content .copy-wrapper .copy span.block {
  display: block;
}
#top-fv .sec-bg {
  background: radial-gradient(circle, #a5e289 0%, #a5e289 60%, #75cc4e 90%);
}
#top-fv .sec-bg::before {
  opacity: 1;
}
#top-fv .sec-bg::after {
  opacity: 1;
}
#top-fv .sec-bg .forest-sky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
}
#top-fv .sec-bg .forest-sky .img-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  z-index: 0;
}
#top-fv .sec-bg .forest-sky .img-wrapper img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-fv .sec-bg .forest-sky .img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: normal;
  pointer-events: none;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
#top-fv .sec-bg .forest-sky .img-wrapper.sky {
  top: 45%;
  height: 62vh;
}
@media screen and (max-width: 768px) {
  #top-fv .sec-bg .forest-sky .img-wrapper.sky {
    top: 45%;
    height: 35vh;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .sec-bg .forest-sky .img-wrapper.sky {
    top: auto;
    bottom: 17%;
    height: 26vh;
  }
}
#top-fv .sec-bg .forest-sky .img-wrapper.sky::after {
  background: url("/images/sky.svg") center/contain no-repeat;
  box-shadow: inset 0 0 10em #a4e9e8;
  -webkit-mask-image: url("/images/sky.svg");
  mask-image: url("/images/sky.svg");
}
#top-fv .sec-bg .forest-sky .img-wrapper.forest01 {
  top: 47%;
  height: 84vh;
}
@media screen and (max-width: 768px) {
  #top-fv .sec-bg .forest-sky .img-wrapper.forest01 {
    top: 45%;
    height: 48vh;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .sec-bg .forest-sky .img-wrapper.forest01 {
    top: auto;
    bottom: 10%;
    height: 35vh;
  }
}
#top-fv .sec-bg .forest-sky .img-wrapper.forest01::after {
  background: url("/images/forest01.svg") center/contain no-repeat;
  box-shadow: inset 0 0 10em #c1d357;
  -webkit-mask-image: url("/images/forest01.svg");
  mask-image: url("/images/forest01.svg");
}
#top-fv .sec-bg .forest-sky .img-wrapper.forest02 {
  top: 48%;
  height: 92vh;
}
@media screen and (max-width: 768px) {
  #top-fv .sec-bg .forest-sky .img-wrapper.forest02 {
    top: 47%;
    height: 56vh;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .sec-bg .forest-sky .img-wrapper.forest02 {
    top: auto;
    bottom: 5%;
    height: 40vh;
  }
}
#top-fv .sec-bg .forest-sky .img-wrapper.forest02::after {
  background: url("/images/forest02.svg") center/contain no-repeat;
  box-shadow: inset 0 0 10em #83ba33;
  -webkit-mask-image: url("/images/forest02.svg");
  mask-image: url("/images/forest02.svg");
}
#top-fv .sec-bg .forest {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
#top-fv .sec-bg .forest img {
  position: absolute;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0.5em 0.5em 2em rgba(0, 0, 0, 0.1));
}
#top-fv .sec-bg .forest img.forest03 {
  top: -4em;
  right: -19em;
  width: 45em;
}
@media screen and (max-width: 768px) {
  #top-fv .sec-bg .forest img.forest03 {
    top: -2em;
    right: -13em;
    width: 30em;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .sec-bg .forest img.forest03 {
    top: 0;
    right: -10em;
    width: 20em;
  }
}
#top-fv .sec-bg .forest img.forest04 {
  top: -14em;
  right: -4em;
  width: 50em;
}
@media screen and (max-width: 768px) {
  #top-fv .sec-bg .forest img.forest04 {
    top: -11em;
    right: -1em;
    width: 36em;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .sec-bg .forest img.forest04 {
    top: -4em;
    right: 0;
    width: 20em;
  }
}
#top-fv .sec-bg .forest img.forest05 {
  bottom: -10em;
  left: -10em;
  width: 50em;
}
@media screen and (max-width: 768px) {
  #top-fv .sec-bg .forest img.forest05 {
    bottom: -8em;
    width: 36em;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .sec-bg .forest img.forest05 {
    left: -9em;
    bottom: -2em;
    width: 20em;
  }
}
#top-fv .sec-bg .forest img.forest06 {
  bottom: 10em;
  left: -20em;
  width: 45em;
}
@media screen and (max-width: 768px) {
  #top-fv .sec-bg .forest img.forest06 {
    bottom: 6em;
    left: -13em;
    width: 30em;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .sec-bg .forest img.forest06 {
    left: -12em;
    bottom: 6em;
    width: 20em;
  }
}
#top-fv .sec-bg .forest img.forest07 {
  bottom: -7em;
  right: -25em;
  width: 50em;
}
@media screen and (max-width: 768px) {
  #top-fv .sec-bg .forest img.forest07 {
    bottom: -4em;
    right: -20em;
    width: 36em;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .sec-bg .forest img.forest07 {
    bottom: -2.4em;
    right: -14em;
    width: 25em;
  }
}
#top-fv .sec-bg .sec-connector .connector-img:first-of-type {
  top: 2em;
}
@media screen and (max-width: 768px) {
  #top-fv .sec-bg .sec-connector .connector-img:first-of-type {
    top: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #top-fv .sec-bg .sec-connector .connector-img:first-of-type {
    top: 1em;
  }
}
#top-fv .sec-bg .sec-connector .connector-img:first-of-type .mask-wrap {
  -webkit-mask-image: url("/images/btm_mainimg01.svg");
  mask-image: url("/images/btm_mainimg01.svg");
}
#top-fv .sec-bg .sec-connector .connector-img:first-of-type .mask-wrap::before, #top-fv .sec-bg .sec-connector .connector-img:first-of-type .mask-wrap::after {
  opacity: 1;
}
#top-fv .sec-bg .sec-connector .connector-img:last-of-type {
  filter: drop-shadow(0 1em 2em #37a547);
}
#top-fv .sec-bg .sec-connector .connector-img:last-of-type .mask-wrap {
  -webkit-mask-image: url("/images/btm_mainimg02.svg");
  mask-image: url("/images/btm_mainimg02.svg");
}
#top-fv .sec-bg .sec-connector .connector-img:last-of-type .mask-wrap::before, #top-fv .sec-bg .sec-connector .connector-img:last-of-type .mask-wrap::after {
  opacity: 1;
}

#top-news.sec {
  padding-top: 20.5em;
  padding-bottom: 3.25em;
}
@media screen and (max-width: 768px) {
  #top-news.sec {
    padding-top: 24em;
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 480px) {
  #top-news.sec {
    padding-top: 25em;
    padding-bottom: 5em;
  }
}
#top-news .sec-content .innerbox {
  padding: 0;
}
#top-news .sec-content .innerbox .sec_header {
  position: absolute;
  top: -11em;
  left: 33em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #top-news .sec-content .innerbox .sec_header {
    left: 15em;
  }
}
@media screen and (max-width: 480px) {
  #top-news .sec-content .innerbox .sec_header {
    top: -8em;
    left: 6em;
  }
}
#top-news .sec-content .innerbox .sec_header .bgimg {
  position: absolute;
  width: 14em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0.5em 0.5em 0.45em rgba(0, 0, 0, 0.15));
  z-index: -1;
}
@media screen and (max-width: 480px) {
  #top-news .sec-content .innerbox .sec_header .bgimg {
    width: 10em;
  }
}
#top-news .sec-content .innerbox .sec_header span {
  text-shadow: 0 0 0.4em rgba(0, 101, 60, 0.4);
}
@media screen and (max-width: 480px) {
  #top-news .sec-content .innerbox .sec_header span {
    font-size: 2em;
  }
}
#top-news .sec-content .news-slider {
  padding-bottom: 2.5em;
}
#top-news .sec-content .news-slider ul.news-list.swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
}
#top-news .sec-content .news-slider ul.news-list.swiper-wrapper li.card.swiper-item {
  width: auto;
  flex-shrink: 0;
}
#top-news .sec-content .news-slider .branch-img {
  position: absolute;
  left: 16em;
  bottom: -7em;
  width: 23.45em;
  z-index: 1;
  pointer-events: none;
  filter: drop-shadow(-0.5em -0.5em 0.9em rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  #top-news .sec-content .news-slider .branch-img {
    left: 3.4em;
    bottom: -7em;
    width: 21em;
  }
}
@media screen and (max-width: 480px) {
  #top-news .sec-content .news-slider .branch-img {
    left: -0.5em;
    bottom: 0.5em;
    width: 9em;
  }
}
#top-news .sec-content .news-btn {
  position: relative;
  padding-right: 10em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top-news .sec-content .news-btn {
    padding-right: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  #top-news .sec-content .news-btn {
    padding-right: 1.5em;
  }
}
#top-news .sec-illust .news-leaf {
  width: 14em;
}
#top-news .sec-bg {
  background: linear-gradient(to bottom, #00653c, #5ead51);
}
#top-news .sec-bg::before {
  opacity: 0.5;
}
#top-news .sec-bg::after {
  opacity: 0.3;
}
#top-news .sec-bg .sec-connector .connector-img:first-of-type {
  top: 2em;
  filter: drop-shadow(0 1em 2em #56c5c4);
}
@media screen and (max-width: 768px) {
  #top-news .sec-bg .sec-connector .connector-img:first-of-type {
    top: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #top-news .sec-bg .sec-connector .connector-img:first-of-type {
    top: 1em;
  }
}
#top-news .sec-bg .sec-connector .connector-img:first-of-type .mask-wrap {
  -webkit-mask-image: url("/images/btm_news02.svg");
  mask-image: url("/images/btm_news02.svg");
}
#top-news .sec-bg .sec-connector .connector-img:last-of-type {
  filter: drop-shadow(0 0.5em 1em #96bb62);
}
#top-news .sec-bg .sec-connector .connector-img:last-of-type .mask-wrap {
  -webkit-mask-image: url("/images/btm_news01.svg");
  mask-image: url("/images/btm_news01.svg");
}
#top-news .sec-bg .sec-connector .connector-img .mask-wrap::after {
  opacity: 0.3;
}

#top-msg.sec {
  padding-top: 20em;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  #top-msg.sec {
    padding-top: 10em;
  }
}
@media screen and (max-width: 480px) {
  #top-msg.sec {
    padding-top: 10em;
    padding-bottom: 5em;
  }
}
#top-msg .sec-illust .paperplane-woman {
  position: absolute;
  bottom: 12.8em;
  left: 27.5em;
  width: 20em;
  height: 20em;
}
@media screen and (max-width: 768px) {
  #top-msg .sec-illust .paperplane-woman {
    bottom: 30.8em;
    left: 11.5em;
  }
}
@media screen and (max-width: 480px) {
  #top-msg .sec-illust .paperplane-woman {
    top: auto;
    left: -1em;
    bottom: 19em;
    scale: -1 1;
  }
}
#top-msg .sec-illust .paperplane-woman .woman-wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: clip;
}
#top-msg .sec-illust .paperplane-woman .woman-wrapper .woman {
  right: 2em;
  bottom: 7.5em;
  width: 8.5em;
  filter: drop-shadow(0.5em 0.5em 0.5em rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  #top-msg .sec-illust .paperplane-woman .woman-wrapper .woman {
    bottom: 6.5em;
    width: 6em;
  }
}
@media screen and (max-width: 480px) {
  #top-msg .sec-illust .paperplane-woman .woman-wrapper .woman {
    right: 3em;
    bottom: 7em;
    width: 4em;
    filter: drop-shadow(0.1em 0.1em 0.1em rgba(0, 0, 0, 0.15));
  }
}
#top-msg .sec-illust .paperplane-woman .woman-wrapper .news_leaf {
  right: 2em;
  bottom: 2em;
  width: 14em;
}
@media screen and (max-width: 768px) {
  #top-msg .sec-illust .paperplane-woman .woman-wrapper .news_leaf {
    width: 10em;
  }
}
@media screen and (max-width: 480px) {
  #top-msg .sec-illust .paperplane-woman .woman-wrapper .news_leaf {
    width: 10em;
  }
}
#top-msg .sec-illust .paperplane-woman .paperplane-wrapper {
  position: absolute;
  right: 6em;
  bottom: 11em;
  width: 47.5em;
  height: 40em;
}
@media screen and (max-width: 768px) {
  #top-msg .sec-illust .paperplane-woman .paperplane-wrapper {
    right: 5em;
    bottom: 7.5em;
    width: 32.5em;
    height: 29.5em;
  }
}
@media screen and (max-width: 480px) {
  #top-msg .sec-illust .paperplane-woman .paperplane-wrapper {
    right: 2em;
    bottom: 6em;
    width: 24em;
    height: 23.5em;
  }
}
#top-msg .sec-illust .paperplane-woman .paperplane-wrapper .paperplane-svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
@media screen and (max-width: 480px) {
  #top-msg .sec-illust .paperplane-woman .paperplane-wrapper .paperplane-svg {
    top: -1em;
    left: -3em;
  }
}
#top-msg .sec-illust .paperplane-woman .paperplane-wrapper .paperplane-svg .paperplane {
  width: 5em;
  height: 5em;
}
#top-msg .sec-illust img.pigeon {
  left: 5em;
  bottom: 18em;
  width: 6em;
}
@media screen and (max-width: 768px) {
  #top-msg .sec-illust img.pigeon {
    left: 3em;
    bottom: 20em;
    width: 4em;
  }
}
@media screen and (max-width: 480px) {
  #top-msg .sec-illust img.pigeon {
    left: 2em;
    bottom: -6em;
    width: 4em;
  }
}
#top-msg .sec-illust img.bird {
  top: 10em;
  right: 7em;
  width: 10.5em;
}
@media screen and (max-width: 768px) {
  #top-msg .sec-illust img.bird {
    top: 2em;
    right: 4em;
    width: 8.5em;
  }
}
@media screen and (max-width: 480px) {
  #top-msg .sec-illust img.bird {
    top: 3em;
    right: 2em;
    width: 6em;
  }
}
#top-msg .sec-illust img.leaf {
  right: 9em;
  bottom: 5em;
  width: 17.2em;
  scale: -1 1;
}
@media screen and (max-width: 768px) {
  #top-msg .sec-illust img.leaf {
    right: 4em;
    bottom: 0;
    width: 13em;
  }
}
@media screen and (max-width: 480px) {
  #top-msg .sec-illust img.leaf {
    right: 2em;
    bottom: -3em;
    width: 8em;
  }
}
#top-msg .sec-content .innerbox .rightbox {
  margin-bottom: 9em;
}
@media screen and (max-width: 768px) {
  #top-msg .sec-content .innerbox .rightbox {
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 480px) {
  #top-msg .sec-content .innerbox .rightbox {
    margin-bottom: 25em;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  #top-msg .sec-content .innerbox .rightbox .wrap {
    width: 100%;
    padding: 1em;
  }
}
@media screen and (max-width: 480px) {
  #top-msg .sec-content .innerbox .rightbox .wrap .sp-bg img {
    width: 40em;
  }
  #top-msg .sec-content .innerbox .rightbox .wrap .sp-bg img:nth-of-type(1) {
    top: -2em;
    left: -12em;
  }
  #top-msg .sec-content .innerbox .rightbox .wrap .sp-bg img:nth-of-type(2) {
    right: -6em;
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #top-msg .sec-content .innerbox .leftbox .wrap {
    width: 100%;
    padding: 1em;
  }
}
#top-msg .sec-content .innerbox .leftbox .wrap .sp-bg img {
  width: 30em;
}
#top-msg .sec-content .innerbox .leftbox .wrap .sp-bg img:nth-of-type(1) {
  top: -2em;
  left: -12em;
}
#top-msg .sec-content .innerbox .leftbox .wrap .sp-bg img:nth-of-type(2) {
  right: -6em;
  bottom: 0;
}
#top-msg .sec-content .innerbox .msg-btn {
  position: absolute;
  top: 18.8em;
  left: 12em;
}
@media screen and (max-width: 768px) {
  #top-msg .sec-content .innerbox .msg-btn {
    top: 17em;
    left: 6em;
  }
}
@media screen and (max-width: 480px) {
  #top-msg .sec-content .innerbox .msg-btn {
    top: 42em;
    left: auto;
    right: 1.5em;
  }
}
#top-msg .sec-bg {
  background: linear-gradient(to bottom, #88e3e2, #e1fafa);
}
#top-msg .sec-bg::before {
  opacity: 1;
}
#top-msg .sec-bg::after {
  opacity: 1;
}
#top-msg .sec-bg .sec-connector {
  overflow: visible;
  z-index: 30;
}
#top-msg .sec-bg .sec-connector img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0.5em 0.5em 2em rgba(0, 0, 0, 0.1));
  transition: none;
}
#top-msg .sec-bg .sec-connector img.cloud01 {
  width: 50em;
  right: -13em;
  bottom: 15em;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #top-msg .sec-bg .sec-connector img.cloud01 {
    right: -18em;
    bottom: 7em;
    width: 35em;
  }
}
@media screen and (max-width: 480px) {
  #top-msg .sec-bg .sec-connector img.cloud01 {
    right: -4em;
    bottom: 3em;
    width: 15em;
  }
}
#top-msg .sec-bg .sec-connector img.cloud02 {
  width: 45.2em;
  right: 10.5em;
  bottom: 7em;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  #top-msg .sec-bg .sec-connector img.cloud02 {
    right: 4.5em;
    bottom: 2em;
    width: 30em;
  }
}
@media screen and (max-width: 480px) {
  #top-msg .sec-bg .sec-connector img.cloud02 {
    right: 2.5em;
    bottom: 0em;
    width: 15em;
  }
}
#top-msg .sec-bg .sec-connector img.cloud03 {
  width: 50em;
  left: -9em;
  bottom: -6.5em;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #top-msg .sec-bg .sec-connector img.cloud03 {
    width: 35em;
  }
}
@media screen and (max-width: 480px) {
  #top-msg .sec-bg .sec-connector img.cloud03 {
    left: -9em;
    bottom: -4.5em;
    width: 20em;
  }
}
#top-msg .sec-bg .sec-connector img.cloud04 {
  width: 50em;
  right: 10.5em;
  bottom: -14em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top-msg .sec-bg .sec-connector img.cloud04 {
    right: 6em;
    bottom: -12em;
    width: 35em;
  }
}
@media screen and (max-width: 480px) {
  #top-msg .sec-bg .sec-connector img.cloud04 {
    right: 4em;
    bottom: -7em;
    width: 20em;
  }
}
#top-msg .sec-bg .sec-connector img.cloud05 {
  width: 45.2em;
  right: -16em;
  bottom: -6em;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #top-msg .sec-bg .sec-connector img.cloud05 {
    right: -11em;
    width: 30em;
  }
}
@media screen and (max-width: 480px) {
  #top-msg .sec-bg .sec-connector img.cloud05 {
    right: -5em;
    bottom: -4em;
    width: 15em;
  }
}

@property --gradient-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #e0e9a7;
}
@property --gradient-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #fbb148;
}
@property --gradient-color-3 {
  syntax: "<color>";
  inherits: false;
  initial-value: #fbb148;
}
@property --gradient-pos-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --gradient-pos-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 50%;
}
.int-enq-wrapper {
  width: 100%;
  background: linear-gradient(to bottom, var(--gradient-color-1) var(--gradient-pos-1) 20%, var(--gradient-color-2) var(--gradient-pos-2) 50%, var(--gradient-color-3) var(--gradient-pos-3) 100%);
  transition: --gradient-color-1 2s ease, --gradient-color-2 2s ease, --gradient-color-3 2s ease, --gradient-pos-1 2s ease, --gradient-pos-2 2s ease;
}
.int-enq-wrapper #top-int.sec {
  padding-top: 13em;
}
@media screen and (max-width: 768px) {
  .int-enq-wrapper #top-int.sec {
    padding-top: 10em;
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper #top-int.sec {
    padding-bottom: 10em;
  }
}
.int-enq-wrapper #top-int .sec-illust .interviewer {
  left: 7em;
  bottom: 16.5em;
  width: 10.2em;
}
@media screen and (max-width: 768px) {
  .int-enq-wrapper #top-int .sec-illust .interviewer {
    left: 2em;
    bottom: 18.5em;
    width: 7.2em;
  }
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper #top-int .sec-illust .interviewer {
    bottom: 12em;
    width: 7.5em;
  }
}
.int-enq-wrapper #top-int .sec-content {
  pointer-events: none;
}
.int-enq-wrapper #top-int .sec-content .innerbox .leftbox .wrap,
.int-enq-wrapper #top-int .sec-content .innerbox .rightbox .wrap {
  pointer-events: all;
}
.int-enq-wrapper #top-int .sec-content .innerbox .leftbox {
  padding-bottom: 18.5em;
}
@media screen and (max-width: 768px) {
  .int-enq-wrapper #top-int .sec-content .innerbox .leftbox {
    padding-bottom: 15em;
  }
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper #top-int .sec-content .innerbox .leftbox {
    padding-bottom: 55em;
  }
  .int-enq-wrapper #top-int .sec-content .innerbox .leftbox p {
    padding-bottom: 0;
  }
  .int-enq-wrapper #top-int .sec-content .innerbox .leftbox p:first-of-type {
    padding-left: 1em;
  }
}
.int-enq-wrapper #top-int .sec-content .innerbox .rightbox .wrap {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper #top-int .sec-content .innerbox .rightbox .wrap {
    text-align: left;
  }
}
.int-enq-wrapper #top-enq.sec {
  padding-top: 14em;
  padding-bottom: 20em;
}
@media screen and (max-width: 768px) {
  .int-enq-wrapper #top-enq.sec {
    padding-top: 5em;
  }
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper #top-enq.sec {
    padding-bottom: 45em;
  }
}
.int-enq-wrapper #top-enq .sec-illust .outer-branch {
  top: -13em;
  left: -27em;
}
@media screen and (max-width: 768px) {
  .int-enq-wrapper #top-enq .sec-illust .outer-branch {
    top: -13em;
    left: -15em;
  }
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper #top-enq .sec-illust .outer-branch {
    top: -9em;
    left: -13em;
  }
}
.int-enq-wrapper #top-enq .sec-illust .outer-branch .branch-img {
  width: 50em;
}
@media screen and (max-width: 768px) {
  .int-enq-wrapper #top-enq .sec-illust .outer-branch .branch-img {
    width: 30em;
  }
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper #top-enq .sec-illust .outer-branch .branch-img {
    width: 25em;
  }
}
.int-enq-wrapper #top-enq .sec-illust .enq-kids01 {
  top: -8em;
  left: 39em;
  width: 6.5em;
}
@media screen and (max-width: 768px) {
  .int-enq-wrapper #top-enq .sec-illust .enq-kids01 {
    top: -2em;
    left: 22em;
    width: 5em;
  }
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper #top-enq .sec-illust .enq-kids01 {
    top: 25.5em;
    left: 6em;
    width: 4em;
  }
}
.int-enq-wrapper #top-enq .sec-illust .enq-kids02 {
  top: 7em;
  right: 10em;
  width: 10em;
}
@media screen and (max-width: 768px) {
  .int-enq-wrapper #top-enq .sec-illust .enq-kids02 {
    top: 10em;
    right: 1em;
    width: 6em;
  }
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper #top-enq .sec-illust .enq-kids02 {
    top: 35em;
    width: 5em;
  }
}
.int-enq-wrapper #top-enq .sec-illust .enq-result {
  position: absolute;
  top: 4em;
  right: 14.5em;
  width: 31.5em;
  height: 28.5em;
}
@media screen and (max-width: 768px) {
  .int-enq-wrapper #top-enq .sec-illust .enq-result {
    scale: 0.7;
    top: 2.5em;
    right: -1em;
  }
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper #top-enq .sec-illust .enq-result {
    scale: 0.55;
    top: 26em;
    right: -6em;
  }
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item {
  position: absolute;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item .ttl {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item .result {
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item .result .num {
  line-height: 0.7em;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item .result .unit {
  font-size: 0.67em;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item.item01 {
  top: 0;
  left: 0;
  color: #00653c;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item.item01 .result {
  font-size: 7.5em;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item.item02 {
  top: 2.5em;
  right: 11em;
  color: #439122;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item.item02 .result {
  font-size: 3em;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item.item02 .result .unit {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item.item03 {
  left: 2em;
  bottom: 6em;
  color: #22b147;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item.item03 .result {
  font-size: 6em;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item.item03 .result .unit {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item.item04 {
  right: 4.5em;
  bottom: 8em;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item.item04 .result {
  font-size: 6em;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item.item05 {
  right: 0;
  bottom: 7.5em;
  display: flex;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item.item05 .ttl {
  font-size: 1em;
  writing-mode: vertical-lr;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item.item05 .result {
  font-size: 3.75em;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item.item06 {
  right: 2em;
  bottom: 0;
  display: flex;
  color: #00653c;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item.item06 .ttl {
  writing-mode: vertical-lr;
}
.int-enq-wrapper #top-enq .sec-illust .enq-result .item.item06 .result {
  font-size: 7.5em;
}
.int-enq-wrapper #top-enq .sec-content {
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper #top-enq .sec-content {
    color: #0c4d46;
  }
}
.int-enq-wrapper #top-enq .sec-content .leftbox p:first-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper #top-enq .sec-content .leftbox p:first-of-type {
    padding-left: 1em;
  }
}
.int-enq-wrapper #top-enq .sec-content .leftbox .sp-bg img {
  width: 40em;
}
.int-enq-wrapper #top-enq .sec-content .leftbox .sp-bg img:nth-of-type(1) {
  top: -5em;
  left: -3em;
}
.int-enq-wrapper #top-enq .sec-content .leftbox .sp-bg img:nth-of-type(2) {
  right: -15em;
  bottom: -2em;
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper #top-enq .sec-content .leftbox .btn {
    top: auto;
    bottom: -35em;
  }
}
.int-enq-wrapper .sec-bg::before {
  opacity: 1;
  transition: opacity 2s ease;
}
.int-enq-wrapper .sec-bg::after {
  opacity: 0.1;
  transition: opacity 2s ease;
}
.int-enq-wrapper .sec-bg .star-moon {
  left: 2em;
  bottom: 10.5em;
  width: 75em;
  filter: unset;
}
@media screen and (max-width: 768px) {
  .int-enq-wrapper .sec-bg .star-moon {
    bottom: 8.5em;
    width: 43em;
  }
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper .sec-bg .star-moon {
    left: auto;
    right: 1em;
    bottom: 6.5em;
    width: 33em;
  }
}
.int-enq-wrapper .sec-bg .enq-fish {
  left: 6em;
  bottom: 8.5em;
  width: 6.5em;
}
@media screen and (max-width: 768px) {
  .int-enq-wrapper .sec-bg .enq-fish {
    left: 5em;
    bottom: 5em;
    width: 4.5em;
  }
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper .sec-bg .enq-fish {
    left: 12em;
    bottom: 5.5em;
    width: 3em;
  }
}
.int-enq-wrapper .sec-bg .enq-ship {
  left: 14em;
  bottom: 10.5em;
  width: 10em;
}
@media screen and (max-width: 768px) {
  .int-enq-wrapper .sec-bg .enq-ship {
    left: 10em;
    bottom: 6em;
    width: 7em;
  }
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper .sec-bg .enq-ship {
    left: 16em;
    bottom: 5.5em;
    width: 4em;
  }
}
.int-enq-wrapper .sec-bg .sec-connector .connector-img:first-of-type {
  bottom: 2em;
  filter: drop-shadow(0 -1em 1em #5730c2);
}
@media screen and (max-width: 768px) {
  .int-enq-wrapper .sec-bg .sec-connector .connector-img:first-of-type {
    bottom: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .int-enq-wrapper .sec-bg .sec-connector .connector-img:first-of-type {
    bottom: 0.5em;
  }
}
.int-enq-wrapper .sec-bg .sec-connector .connector-img:first-of-type .mask-wrap {
  -webkit-mask-image: url("/images/btm_enquete02.svg");
  mask-image: url("/images/btm_enquete02.svg");
}
.int-enq-wrapper .sec-bg .sec-connector .connector-img:last-of-type {
  filter: drop-shadow(0 -1em 0.75em #7abcf4);
}
.int-enq-wrapper .sec-bg .sec-connector .connector-img:last-of-type .mask-wrap {
  -webkit-mask-image: url("/images/btm_enquete01.svg");
  mask-image: url("/images/btm_enquete01.svg");
}
.int-enq-wrapper .sec-bg .sec-connector .connector-img .mask-wrap::before {
  opacity: 1;
}
.int-enq-wrapper .sec-bg .sec-connector .connector-img .mask-wrap::after {
  opacity: 1;
}

#top-job.sec {
  padding-top: 19em;
  padding-bottom: 36.5em;
}
@media screen and (max-width: 768px) {
  #top-job.sec {
    padding-top: 10em;
    padding-bottom: 35em;
  }
}
@media screen and (max-width: 480px) {
  #top-job.sec {
    padding-top: 5em;
    padding-bottom: 20em;
  }
}
#top-job .sec-illust .outer-branch {
  top: -15em;
  right: -20em;
}
@media screen and (max-width: 768px) {
  #top-job .sec-illust .outer-branch {
    top: -11em;
    right: -12em;
  }
}
@media screen and (max-width: 480px) {
  #top-job .sec-illust .outer-branch {
    scale: -0.8 0.8;
    top: -9em;
    left: -39em;
    right: auto;
  }
}
#top-job .sec-illust .outer-branch .branch-img {
  width: 50em;
}
@media screen and (max-width: 768px) {
  #top-job .sec-illust .outer-branch .branch-img {
    width: 30em;
  }
}
#top-job .sec-illust .outer-branch .branch-girl {
  position: absolute;
  top: 12.5em;
  left: 10.8em;
  width: 6.5em;
}
@media screen and (max-width: 768px) {
  #top-job .sec-illust .outer-branch .branch-girl {
    top: 6.5em;
    left: 5.8em;
    width: 4.5em;
  }
}
#top-job .sec-illust .open-position {
  position: absolute;
  top: 4em;
  right: 22em;
  pointer-events: all;
  filter: drop-shadow(0.5em 0.5em 0.45em rgba(0, 0, 0, 0.15));
  transform-origin: left bottom;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #top-job .sec-illust .open-position {
    top: 36em;
    right: 4em;
  }
}
@media screen and (max-width: 480px) {
  #top-job .sec-illust .open-position {
    top: auto;
    right: 7em;
    bottom: 37em;
    scale: 0.8;
  }
}
#top-job .sec-illust .open-position .wrap {
  transition: scale 0.5s ease;
}
#top-job .sec-illust .open-position .wrap:hover {
  scale: 1.1;
}
#top-job .sec-illust .open-position a:hover {
  opacity: 1;
  text-decoration: none;
}
#top-job .sec-illust .open-position .bgimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16em;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  #top-job .sec-illust .open-position .bgimg {
    transform: translate(-42%, -50%);
    width: 14em;
  }
}
#top-job .sec-illust .open-position .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 3em;
}
@media screen and (max-width: 480px) {
  #top-job .sec-illust .open-position .inner {
    padding: 0;
  }
}
#top-job .sec-illust .open-position .inner p {
  opacity: 0.75;
  font-size: 0.8em;
  line-height: 1.5em;
}
#top-job .sec-illust .open-position .inner h3 {
  position: relative;
  display: block;
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.12em;
  line-height: 2em;
}
#top-job .sec-illust .open-position .inner h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%);
  animation: bounce-btn-ya 3s ease-in-out infinite;
  display: block;
  width: 1.05em;
  height: 1.2em;
  background-image: url("/images/ya.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
#top-job .sec-illust .open-position .paperplane-girl {
  position: absolute;
  left: -10em;
  bottom: -4em;
  width: 18em;
}
@media screen and (max-width: 768px) {
  #top-job .sec-illust .open-position .paperplane-girl {
    left: -5em;
    bottom: -2em;
    width: 11em;
  }
}
@media screen and (max-width: 480px) {
  #top-job .sec-illust .open-position .paperplane-girl {
    left: -3.5em;
    bottom: -5.5em;
    width: 8em;
  }
}
#top-job .sec-illust .registered {
  position: absolute;
  top: 3em;
  left: 9em;
  pointer-events: all;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #top-job .sec-illust .registered {
    top: 4em;
    left: 4em;
  }
}
@media screen and (max-width: 480px) {
  #top-job .sec-illust .registered {
    top: auto;
    left: 1em;
    bottom: 66em;
  }
}
#top-job .sec-illust .registered .job-teacher {
  width: 7.4em;
  transform-origin: bottom center;
}
@media screen and (max-width: 768px) {
  #top-job .sec-illust .registered .job-teacher {
    width: 5em;
  }
}
@media screen and (max-width: 480px) {
  #top-job .sec-illust .registered .job-teacher {
    width: 4em;
  }
}
#top-job .sec-illust .registered .balloon {
  position: absolute;
  top: 1em;
  right: -10.5em;
}
@media screen and (max-width: 768px) {
  #top-job .sec-illust .registered .balloon {
    top: -1em;
  }
}
@media screen and (max-width: 480px) {
  #top-job .sec-illust .registered .balloon {
    top: -2em;
  }
}
#top-job .sec-illust .registered .balloon a .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  color: #ffffff;
}
#top-job .sec-illust .registered .balloon a .inner .bgimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-58%, -53%);
  width: 10em;
  transform-origin: center center;
  z-index: -1;
  filter: drop-shadow(0.5em 0.5em 0.45em rgba(0, 0, 0, 0.15));
}
#top-job .sec-illust .registered .balloon a .inner .ya {
  display: block;
  width: 1.05em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  animation: bounce-btn-ya 3s ease-in-out infinite;
  transition: transform 0.4s ease;
}
#top-job .sec-illust .registered:hover .job-teacher {
  animation: pyokopyoko 4s ease-in-out infinite;
}
#top-job .sec-illust .registered:hover .balloon a .inner .bgimg {
  transform: translate(-58%, -53%) scale(1.1);
}
#top-job .sec-illust .registered:hover .balloon a .inner .ya {
  animation-play-state: paused;
  transform: translateX(0.4em);
}
#top-job .sec-content {
  pointer-events: none;
}
#top-job .sec-content .wrap {
  pointer-events: all;
}
#top-job .sec-content .wrap p:first-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  #top-job .sec-content .wrap p:last-of-type {
    padding-top: 60em;
    margin-right: -4em;
  }
}
#top-job .sec-bg {
  background-color: #e1fafa;
}
#top-job .sec-bg::before {
  opacity: 1;
}
#top-job .sec-bg::after {
  opacity: 1;
}
#top-job .sec-bg .sec-connector {
  z-index: 30;
}
#top-job .sec-bg .sec-connector img.cloud01, #top-job .sec-bg .sec-connector img.cloud02, #top-job .sec-bg .sec-connector img.cloud03, #top-job .sec-bg .sec-connector img.cloud04, #top-job .sec-bg .sec-connector img.cloud05 {
  filter: drop-shadow(0.5em 0.5em 2em rgba(0, 0, 0, 0.1));
  transition: none;
}
#top-job .sec-bg .sec-connector img.cloud05 {
  right: -21em;
  bottom: 23.5em;
  width: 45.2em;
}
@media screen and (max-width: 768px) {
  #top-job .sec-bg .sec-connector img.cloud05 {
    right: -12em;
    bottom: 17em;
    width: 30em;
  }
}
#top-job .sec-bg .sec-connector img.cloud04 {
  right: -2em;
  bottom: 15em;
  width: 50em;
}
@media screen and (max-width: 768px) {
  #top-job .sec-bg .sec-connector img.cloud04 {
    right: -1em;
    bottom: 9em;
    width: 35em;
  }
}
#top-job .sec-bg .sec-connector img.cloud03 {
  right: -12em;
  bottom: 9em;
  width: 50em;
}
@media screen and (max-width: 768px) {
  #top-job .sec-bg .sec-connector img.cloud03 {
    right: -9em;
    bottom: 2em;
    width: 35em;
  }
}
#top-job .sec-bg .sec-connector img.cloud02 {
  left: 10em;
  bottom: 12em;
  width: 45.2em;
}
@media screen and (max-width: 768px) {
  #top-job .sec-bg .sec-connector img.cloud02 {
    left: 1em;
    bottom: 6em;
    width: 30em;
  }
}
#top-job .sec-bg .sec-connector img.cloud01 {
  left: -19.5em;
  bottom: 2.8em;
  width: 50em;
}
@media screen and (max-width: 768px) {
  #top-job .sec-bg .sec-connector img.cloud01 {
    left: -18.5em;
    bottom: 1em;
    width: 35em;
  }
}
#top-job .sec-bg .sec-connector img.mountain01 {
  bottom: 0;
  filter: drop-shadow(0 -1em 1em #99bb58);
}
#top-job .sec-bg .sec-connector .connector-img:nth-of-type(1) {
  filter: drop-shadow(0 -1em 1.5em rgba(3, 158, 164, 0.5));
}
#top-job .sec-bg .sec-connector .connector-img:nth-of-type(1) .mask-wrap {
  -webkit-mask-image: url("/images/btm_job03.svg");
  mask-image: url("/images/btm_job03.svg");
}
#top-job .sec-bg .sec-connector .connector-img:nth-of-type(1) .mask-wrap::before, #top-job .sec-bg .sec-connector .connector-img:nth-of-type(1) .mask-wrap::after {
  opacity: 0.8;
}
#top-job .sec-bg .sec-connector .connector-img:nth-of-type(2) {
  filter: drop-shadow(0 -1em 1em #019d2a);
}
#top-job .sec-bg .sec-connector .connector-img:nth-of-type(2) .mask-wrap {
  -webkit-mask-image: url("/images/btm_job02.svg");
  mask-image: url("/images/btm_job02.svg");
}
#top-job .sec-bg .sec-connector .connector-img:nth-of-type(2) .mask-wrap::before, #top-job .sec-bg .sec-connector .connector-img:nth-of-type(2) .mask-wrap::after {
  opacity: 0.8;
}
#top-job .sec-bg .sec-connector .connector-img:nth-of-type(3) {
  filter: drop-shadow(0 -1em 1em #99bb58);
}
#top-job .sec-bg .sec-connector .connector-img:nth-of-type(3) .mask-wrap {
  -webkit-mask-image: url("/images/btm_job01.svg");
  mask-image: url("/images/btm_job01.svg");
}
#top-job .sec-bg .sec-connector .connector-img:nth-of-type(3) .mask-wrap::before, #top-job .sec-bg .sec-connector .connector-img:nth-of-type(3) .mask-wrap::after {
  opacity: 1;
}

#top-sup.sec {
  padding-top: 0;
  margin-top: -2em;
}
@media screen and (max-width: 480px) {
  #top-sup.sec {
    padding-top: 5em;
    padding-bottom: 25em;
  }
}
#top-sup .sec-illust .leaf {
  top: -14em;
  left: 16.5em;
  width: 15em;
}
@media screen and (max-width: 768px) {
  #top-sup .sec-illust .leaf {
    top: -8em;
    left: 8.5em;
    width: 12em;
  }
}
@media screen and (max-width: 480px) {
  #top-sup .sec-illust .leaf {
    top: 10em;
    left: 2em;
    width: 8em;
  }
}
#top-sup .sec-illust .bird {
  top: -17em;
  left: 2.5em;
  width: 8em;
}
@media screen and (max-width: 768px) {
  #top-sup .sec-illust .bird {
    top: -12em;
    width: 5em;
  }
}
@media screen and (max-width: 480px) {
  #top-sup .sec-illust .bird {
    top: 4em;
    left: 1.5em;
    width: 4em;
  }
}
#top-sup .sec-illust .flower {
  bottom: -8.5em;
  left: -7.8em;
  width: 17.5em;
}
@media screen and (max-width: 768px) {
  #top-sup .sec-illust .flower {
    bottom: -6.5em;
    left: -6.8em;
    width: 14.5em;
  }
}
@media screen and (max-width: 480px) {
  #top-sup .sec-illust .flower {
    bottom: -5.5em;
    left: -2.8em;
    width: 6.5em;
  }
}
#top-sup .sec-illust .drone {
  top: -15em;
  right: 27em;
  width: 9em;
}
@media screen and (max-width: 768px) {
  #top-sup .sec-illust .drone {
    top: -9em;
    right: 14em;
    width: 6em;
  }
}
@media screen and (max-width: 480px) {
  #top-sup .sec-illust .drone {
    top: -6em;
    right: 4em;
    width: 5em;
  }
}
#top-sup .sec-illust .drawing {
  top: 7em;
  right: 9.5em;
  width: 5em;
}
@media screen and (max-width: 768px) {
  #top-sup .sec-illust .drawing {
    top: 13em;
    right: 3em;
    width: 3.5em;
  }
}
@media screen and (max-width: 480px) {
  #top-sup .sec-illust .drawing {
    top: 34.5em;
    width: 3em;
  }
}
@media screen and (max-width: 480px) {
  #top-sup .sec-content .innerbox .leftbox .wrap {
    writing-mode: vertical-rl;
  }
  #top-sup .sec-content .innerbox .leftbox .wrap .btn {
    writing-mode: horizontal-tb;
  }
}
#top-sup .sec-bg {
  background: linear-gradient(to bottom, #eff3d7, #f7e47c);
}
#top-sup .sec-bg::before {
  opacity: 1;
}
#top-sup .sec-bg::after {
  opacity: 1;
}
#top-sup .sec-bg .swing {
  position: absolute;
  bottom: -13em;
  right: 17.5em;
  width: 10em;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #top-sup .sec-bg .swing {
    bottom: -6em;
    right: 8.5em;
    width: 8em;
  }
}
@media screen and (max-width: 480px) {
  #top-sup .sec-bg .swing {
    bottom: -2em;
    right: 3.5em;
    width: 6em;
  }
}
#top-sup .sec-bg .sec-connector .connector-img:first-of-type {
  top: 2em;
  filter: drop-shadow(0 1em 2em #ec525f);
}
@media screen and (max-width: 768px) {
  #top-sup .sec-bg .sec-connector .connector-img:first-of-type {
    top: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #top-sup .sec-bg .sec-connector .connector-img:first-of-type {
    top: 1em;
  }
}
#top-sup .sec-bg .sec-connector .connector-img:first-of-type .mask-wrap {
  -webkit-mask-image: url("/images/btm_support02.svg");
  mask-image: url("/images/btm_support02.svg");
}
#top-sup .sec-bg .sec-connector .connector-img:last-of-type {
  filter: drop-shadow(0 1em 2em #f3aab0);
}
#top-sup .sec-bg .sec-connector .connector-img:last-of-type .mask-wrap {
  -webkit-mask-image: url("/images/btm_support01.svg");
  mask-image: url("/images/btm_support01.svg");
}
#top-sup .sec-bg .sec-connector .connector-img .mask-wrap::before, #top-sup .sec-bg .sec-connector .connector-img .mask-wrap::after {
  opacity: 1;
}

#top-ben.sec {
  padding-top: 31em;
  padding-bottom: 20em;
}
@media screen and (max-width: 768px) {
  #top-ben.sec {
    padding-top: 20em;
    padding-bottom: 15em;
  }
}
@media screen and (max-width: 480px) {
  #top-ben.sec {
    padding-top: 10em;
    padding-bottom: 30em;
  }
}
#top-ben .sec-illust .parachute {
  top: 17em;
  right: 26em;
  width: 6em;
}
@media screen and (max-width: 768px) {
  #top-ben .sec-illust .parachute {
    top: 6em;
    right: 16em;
    width: 5em;
  }
}
@media screen and (max-width: 480px) {
  #top-ben .sec-illust .parachute {
    top: 4em;
    right: 12em;
    width: 4em;
  }
}
#top-ben .sec-content {
  color: #ffffff;
}
#top-ben .sec-bg {
  background: linear-gradient(to bottom, #f28b93, #e39ad4);
}
#top-ben .sec-bg::before {
  opacity: 0.6;
}
#top-ben .sec-bg::after {
  opacity: 0.5;
}
#top-ben .sec-bg .overlap-circles {
  position: absolute;
  top: 2.5em;
  left: -10em;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #top-ben .sec-bg .overlap-circles {
    top: -4em;
    left: -8em;
  }
}
@media screen and (max-width: 480px) {
  #top-ben .sec-bg .overlap-circles {
    top: 11em;
    left: 0em;
    scale: 0.7;
  }
}
#top-ben .sec-bg .overlap-circles .img-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
#top-ben .sec-bg .overlap-circles .img-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#top-ben .sec-bg .overlap-circles .img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: normal;
  pointer-events: none;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
#top-ben .sec-bg .overlap-circles .img-wrapper.circle01 {
  width: 40em;
}
@media screen and (max-width: 768px) {
  #top-ben .sec-bg .overlap-circles .img-wrapper.circle01 {
    width: 30em;
  }
}
#top-ben .sec-bg .overlap-circles .img-wrapper.circle01::after {
  background: url("/images/warm_light.svg") center/contain no-repeat;
  box-shadow: inset 0 0 6.25em #e98e4b;
  -webkit-mask-image: url("/images/warm_light.svg");
  mask-image: url("/images/warm_light.svg");
}
#top-ben .sec-bg .overlap-circles .img-wrapper.circle02 {
  width: 50em;
}
@media screen and (max-width: 768px) {
  #top-ben .sec-bg .overlap-circles .img-wrapper.circle02 {
    width: 39em;
  }
}
#top-ben .sec-bg .overlap-circles .img-wrapper.circle02::after {
  background: url("/images/soft_glow01.svg") center/contain no-repeat;
  box-shadow: inset 0 0 6.25em #e86e78;
  -webkit-mask-image: url("/images/soft_glow01.svg");
  mask-image: url("/images/soft_glow01.svg");
}
#top-ben .sec-bg .overlap-circles .img-wrapper.circle03 {
  width: 65em;
}
@media screen and (max-width: 768px) {
  #top-ben .sec-bg .overlap-circles .img-wrapper.circle03 {
    width: 50em;
  }
}
#top-ben .sec-bg .overlap-circles .img-wrapper.circle03::after {
  background: url("/images/soft_glow02.svg") center/contain no-repeat;
  box-shadow: inset 0 0 6.25em #d16090;
  -webkit-mask-image: url("/images/soft_glow02.svg");
  mask-image: url("/images/soft_glow02.svg");
}

#top-ent.sec {
  padding-top: 22em;
  padding-bottom: 14em;
}
@media screen and (max-width: 768px) {
  #top-ent.sec {
    padding-top: 18em;
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent.sec {
    padding-top: 25em;
    padding-bottom: 20em;
  }
}
#top-ent .sec-illust .event-boy {
  right: 26.5em;
  bottom: 14.5em;
  width: 6.2em;
  transform-origin: top center;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-illust .event-boy {
    right: 14.5em;
    bottom: 6.5em;
    width: 4.2em;
  }
}
#top-ent .sec-illust .watering {
  position: absolute;
  right: 5.5em;
  bottom: 5.5em;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-illust .watering {
    right: 1.5em;
    bottom: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-illust .watering {
    scale: 0.6;
    right: -2em;
    bottom: -1em;
  }
}
#top-ent .sec-illust .watering .watering-girl {
  position: relative;
  width: 19em;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-illust .watering .watering-girl {
    width: 13em;
  }
}
#top-ent .sec-illust .watering .water {
  top: 5.8em;
  left: 4.6em;
  width: 1.85em;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-illust .watering .water {
    top: 4em;
    left: 3em;
    width: 1.5em;
  }
}
#top-ent .sec-illust .watering .sprout {
  left: 4.2em;
  bottom: 1.5em;
  width: 6.75em;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-illust .watering .sprout {
    left: 2.8em;
    bottom: 1em;
    width: 4.75em;
  }
}
#top-ent .sec-illust .event-btn {
  position: absolute;
  right: 11em;
  bottom: 20em;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-illust .event-btn {
    right: 3em;
    bottom: 15em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-illust .event-btn {
    right: 2em;
    bottom: 8.5em;
  }
}
#top-ent .sec-illust .event-btn a {
  position: relative;
  box-sizing: border-box;
  color: #6f5d58;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0.5em 0.5em 0.45em rgba(0, 0, 0, 0.15));
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
#top-ent .sec-illust .event-btn a:hover {
  filter: none;
  transform: translate(0.2em, 0.2em);
}
#top-ent .sec-illust .event-btn a .bgimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.5em;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-illust .event-btn a .bgimg {
    width: 8em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-illust .event-btn a .bgimg {
    width: 6.5em;
  }
}
#top-ent .sec-illust .event-btn a span {
  display: block;
  line-height: 1;
}
#top-ent .sec-illust .event-btn a span.egtxt {
  font-size: 2em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-illust .event-btn a span.egtxt {
    font-size: 1.8em;
    padding-bottom: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-illust .event-btn a span.egtxt {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  #top-ent .sec-illust .event-btn a span.jptxt {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-illust .event-btn a span.jptxt {
    font-size: 0.75em;
  }
}
#top-ent .sec-illust .entry-btn {
  position: absolute;
  left: 50%;
  bottom: 22.5em;
  transform: translateX(-54%);
  width: 12em;
  height: 12em;
  pointer-events: all;
  filter: drop-shadow(0.5em 0.5em 0.45em rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  #top-ent .sec-illust .entry-btn {
    bottom: 13em;
    transform: translateX(-50%);
    width: 10em;
    height: 10em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-illust .entry-btn {
    bottom: 9em;
    transform: translateX(-84%);
    width: 8em;
    height: 8em;
  }
}
#top-ent .sec-illust .entry-btn .entry-boy {
  left: -3.4em;
  bottom: -2em;
  width: 5.45em;
  transform-origin: bottom center;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-illust .entry-btn .entry-boy {
    left: -1.5em;
    bottom: -2em;
    width: 4em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-illust .entry-btn .entry-boy {
    left: -0.5em;
    width: 3em;
  }
}
#top-ent .sec-illust .entry-btn .entry-girl {
  right: -2.5em;
  bottom: -1.8em;
  width: 5.3em;
  transform-origin: bottom center;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-illust .entry-btn .entry-girl {
    right: -1.8em;
    bottom: -2.5em;
    width: 4em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-illust .entry-btn .entry-girl {
    right: -0.8em;
    bottom: -1.5em;
    width: 2.6em;
  }
}
#top-ent .sec-illust .entry-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f37455;
  overflow: hidden;
  z-index: -1;
  gap: 0.5em;
  color: #ffffff;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
#top-ent .sec-illust .entry-btn a:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 768px) {
  #top-ent .sec-illust .entry-btn a {
    gap: 0;
  }
}
#top-ent .sec-illust .entry-btn a .egtxt {
  font-size: 2.4em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-illust .entry-btn a .egtxt {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-illust .entry-btn a .egtxt {
    font-size: 1.7em;
  }
}
#top-ent .sec-illust .entry-btn a .jptxt {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-illust .entry-btn a .jptxt {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-illust .entry-btn a .jptxt {
    font-size: 0.75em;
    line-height: 1;
  }
}
#top-ent .sec-illust .entry-btn a .jptxt::after {
  content: "";
  display: inline-block;
  width: 1.05em;
  height: 1.2em;
  margin-left: 0.5em;
  margin-bottom: -0.25em;
  background-image: url("/images/ya_w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation: bounce-btn-ya 3s ease-in-out infinite;
}
#top-ent .sec-illust .entry-btn:hover .entry-boy {
  transform: rotate(-15deg);
}
#top-ent .sec-illust .entry-btn:hover .entry-girl {
  transform: rotate(15deg);
}
#top-ent .sec-content .innerbox .leftbox .sp-bg img {
  width: 37em;
}
#top-ent .sec-content .innerbox .leftbox .sp-bg img:nth-of-type(1) {
  top: -5em;
  left: -9em;
}
#top-ent .sec-content .innerbox .leftbox .sp-bg img:nth-of-type(2) {
  right: -9em;
  bottom: -4em;
}
#top-ent .sec-bg {
  background: linear-gradient(to bottom, #34c7e1, #d5eeb1);
}
#top-ent .sec-bg::before {
  opacity: 1;
}
#top-ent .sec-bg::after {
  opacity: 1;
}
#top-ent .sec-bg .sec-connector {
  overflow: visible;
  z-index: 30;
}
#top-ent .sec-bg .sec-connector img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0.5em 0.5em 2em rgba(0, 0, 0, 0.1));
  transition: none;
}
#top-ent .sec-bg .sec-connector img.forest01 {
  top: -7em;
  right: 9em;
  width: 50em;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-bg .sec-connector img.forest01 {
    right: 3em;
    width: 35em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-bg .sec-connector img.forest01 {
    width: 25em;
  }
}
#top-ent .sec-bg .sec-connector img.forest02 {
  top: -16em;
  right: -20em;
  width: 45.2em;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-bg .sec-connector img.forest02 {
    top: -10em;
    right: -13em;
    width: 30em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-bg .sec-connector img.forest02 {
    width: 20em;
  }
}
#top-ent .sec-bg .sec-connector img.forest03 {
  display: none;
  top: 5em;
  right: -25em;
  width: 50em;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-bg .sec-connector img.forest03 {
    display: block;
    top: 1em;
    right: -19em;
    width: 35em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-bg .sec-connector img.forest03 {
    top: -5em;
    width: 25em;
  }
}
#top-ent .sec-bg .sec-connector img.forest04 {
  top: -8em;
  left: -5em;
  width: 45.2em;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-bg .sec-connector img.forest04 {
    left: -4em;
    width: 30em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-bg .sec-connector img.forest04 {
    width: 20em;
  }
}
#top-ent .sec-bg .sec-connector img.forest05 {
  top: -26.5em;
  left: -25em;
  width: 50em;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-bg .sec-connector img.forest05 {
    top: -16.5em;
    left: -16em;
    width: 30em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-bg .sec-connector img.forest05 {
    top: -13.5em;
    left: -12em;
    width: 20em;
  }
}
#top-ent .sec-bg .outer-branch {
  position: absolute;
  z-index: 30;
  filter: drop-shadow(0.5em 0.5em 0.9em rgba(0, 0, 0, 0.15));
}
#top-ent .sec-bg .outer-branch.left {
  top: -12em;
  left: -7em;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-bg .outer-branch.left {
    top: -11em;
    left: -7em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-bg .outer-branch.left {
    top: -15em;
  }
}
#top-ent .sec-bg .outer-branch.left .branch-img {
  width: 37.5em;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-bg .outer-branch.left .branch-img {
    width: 30em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-bg .outer-branch.left .branch-img {
    width: 20em;
  }
}
#top-ent .sec-bg .outer-branch.right {
  top: 8em;
  right: -16.5em;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-bg .outer-branch.right {
    top: 12em;
    right: -9.5em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-bg .outer-branch.right {
    top: 6em;
    right: -7.5em;
  }
}
#top-ent .sec-bg .outer-branch.right .branch-img {
  width: 40em;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-bg .outer-branch.right .branch-img {
    width: 26em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-bg .outer-branch.right .branch-img {
    width: 20em;
  }
}
#top-ent .sec-bg .outer-branch.right .branch-img02 {
  position: absolute;
  top: -6em;
  right: 1.5em;
  width: 38.5em;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-bg .outer-branch.right .branch-img02 {
    top: -5em;
    right: -1em;
    width: 26.5em;
  }
}
#top-ent .sec-bg .outer-branch.right .flags {
  position: absolute;
  left: 5em;
  bottom: 2.8em;
  width: 25em;
  scale: -1 1;
  filter: drop-shadow(0.5em 0.5em 2em rgba(0, 0, 0, 0.1));
  animation-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-bg .outer-branch.right .flags {
    left: 3em;
    bottom: 1.8em;
    width: 16em;
  }
}
#top-ent .sec-bg .rotatetxt {
  position: absolute;
  bottom: 4em;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-bg .rotatetxt {
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-bg .rotatetxt {
    transform: translateX(-67%);
  }
}
#top-ent .sec-bg .rotatetxt img {
  width: 30em;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  #top-ent .sec-bg .rotatetxt img {
    width: 20em;
  }
}
@media screen and (max-width: 480px) {
  #top-ent .sec-bg .rotatetxt img {
    width: 16em;
  }
}

.ground-container #top-cmp.sec {
  padding-top: 6em;
  padding-bottom: 7.5em;
}
@media screen and (max-width: 768px) {
  .ground-container #top-cmp.sec {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
.ground-container #top-cmp .sec-content {
  position: relative;
}
.ground-container #top-cmp .sec-content .innerbox {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1.4em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .ground-container #top-cmp .sec-content .innerbox {
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .ground-container #top-cmp .sec-content .innerbox {
    flex-direction: column;
    justify-content: center;
    gap: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  .ground-container #top-cmp .sec-content .innerbox .leftbox {
    width: 56%;
  }
}
@media screen and (max-width: 480px) {
  .ground-container #top-cmp .sec-content .innerbox .leftbox {
    width: 100%;
    order: 2;
  }
}
.ground-container #top-cmp .sec-content .innerbox .leftbox .imgbox {
  width: 36.5em;
}
@media screen and (max-width: 768px) {
  .ground-container #top-cmp .sec-content .innerbox .leftbox .imgbox {
    width: 100%;
    text-align: center;
  }
}
.ground-container #top-cmp .sec-content .innerbox .leftbox .imgbox img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain; object-position: 50% 50%;";
  /* IE・Edge対応 */
}
.ground-container #top-cmp .sec-content .innerbox .leftbox .btn {
  margin-top: -2em;
}
@media screen and (max-width: 768px) {
  .ground-container #top-cmp .sec-content .innerbox .leftbox .btn {
    margin-top: -1em;
  }
}
.ground-container #top-cmp .sec-content .innerbox .rightbox {
  width: 18em;
  padding-bottom: 2em;
}
.ground-container #top-cmp .sec-content .innerbox .rightbox p:first-of-type {
  padding-bottom: 2em;
}
@media screen and (max-width: 480px) {
  .ground-container #top-cmp .sec-content .innerbox .rightbox p:first-of-type {
    padding-bottom: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .ground-container #top-cmp .sec-content .innerbox .rightbox {
    width: 44%;
    order: 1;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .ground-container #top-cmp .sec-content .innerbox .rightbox {
    width: 100%;
    order: 1;
  }
}
.ground-container #top-cmp .sec-bg {
  background: linear-gradient(to bottom, #574633, #985e12);
  box-shadow: inset 0em -1em 1em rgba(0, 0, 0, 0.15);
}
.ground-container #top-cmp .sec-bg::before {
  opacity: 0.4;
}
.ground-container #top-cmp .sec-bg::after {
  opacity: 0.7;
}
.ground-container #top-cmp .sec-bg .sec-connector {
  bottom: 100%;
  overflow: visible;
  filter: drop-shadow(0em -2em 2em rgba(0, 0, 0, 0.3));
}
.ground-container #top-cmp .sec-bg .sec-connector .connector-img:nth-of-type(1) .mask-wrap {
  -webkit-mask-image: url("/images/btm_entry03.svg");
  mask-image: url("/images/btm_entry03.svg");
}
.ground-container #top-cmp .sec-bg .sec-connector .connector-img:nth-of-type(2) .mask-wrap {
  -webkit-mask-image: url("/images/btm_entry02.svg");
  mask-image: url("/images/btm_entry02.svg");
}
.ground-container #top-cmp .sec-bg .sec-connector .connector-img:nth-of-type(3) .mask-wrap {
  -webkit-mask-image: url("/images/btm_entry01.svg");
  mask-image: url("/images/btm_entry01.svg");
}
.ground-container #top-cmp .sec-bg .sec-connector .connector-img .mask-wrap::before {
  opacity: 0.4;
}
.ground-container #top-cmp .sec-bg .sec-connector .connector-img .mask-wrap::after {
  opacity: 0.7;
}
@media screen and (max-width: 480px) {
  .ground-container #top-cmp .sec-bg .sec-connector .connector-img .mask-wrap {
    width: 100%;
  }
}
.ground-container #top-cmp .sec-bg .sec-connector .root {
  bottom: -15em;
  left: 9em;
  width: 59em;
}
@media screen and (max-width: 768px) {
  .ground-container #top-cmp .sec-bg .sec-connector .root {
    bottom: -11em;
    left: 3em;
    width: 38em;
  }
}
@media screen and (max-width: 480px) {
  .ground-container #top-cmp .sec-bg .sec-connector .root {
    left: -4em;
    bottom: -7em;
    width: 24em;
  }
}

/* ----- 共通アニメーション ----- */
.ani-rotate {
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -360deg;
  }
}
.ani-bounce-ver {
  translate: 0 0;
  animation: bounce-ver 1.5s ease-in-out infinite;
}

@keyframes bounce-ver {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 0.4em;
  }
}
.ani-bounce-hor {
  translate: 0 0;
  animation: bounce-hor 1.5s ease-in-out infinite;
}

@keyframes bounce-hor {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0.4em 0;
  }
}
@keyframes bounce-btn-ya {
  0% {
    translate: 0 0;
  }
  /* 1回目の「クッ」 */
  7% {
    translate: 0.2em 0;
  }
  14% {
    translate: 0 0;
  }
  /* 2回目の「クッ」 */
  21% {
    translate: 0.2em 0;
  }
  28% {
    translate: 0 0;
  }
  /* 残りの時間（28%〜100%）は停止してインターバルを取る */
  100% {
    translate: 0 0;
  }
}
.ani-yura {
  animation: yurayura 3.5s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

@keyframes yurayura {
  0% {
    rotate: -4deg;
  }
  50% {
    rotate: 4deg;
  }
  100% {
    rotate: -4deg;
  }
}
.ani-pyon {
  animation: pyonpyon 4s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

@keyframes pyonpyon {
  0% {
    translate: 0 0;
    scale: 1 1;
  }
  2% {
    translate: 0 0;
    scale: 1.1 0.85; /* クッと一瞬溜める */
  }
  6% {
    translate: 0 -15px; /* 高さを低くして素早く（最高点） */
    scale: 0.95 1.05;
  }
  10% {
    translate: 0 0;
    scale: 1.05 0.95; /* 着地 */
  }
  12% {
    translate: 0 0;
    scale: 1 1;
  }
  14% {
    translate: 0 0;
    scale: 1.1 0.85; /* 溜める */
  }
  18% {
    translate: 0 -15px; /* 最高点 */
    scale: 0.95 1.05;
  }
  22% {
    translate: 0 0;
    scale: 1.05 0.95; /* 着地 */
  }
  25% {
    translate: 0 0;
    scale: 1 1;
  }
  26%, 100% {
    translate: 0 0;
    scale: 1 1;
  }
}
.ani-pyoko {
  animation: pyokopyoko 4s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

@keyframes pyokopyoko {
  0% {
    translate: 0 0;
    scale: 1 1;
  }
  2% {
    translate: 0 0;
    scale: 1.1 0.85; /* クッと一瞬溜める */
  }
  6% {
    translate: 0 -15px; /* 高さを低くして素早く（最高点） */
    scale: 0.95 1.05;
  }
  10% {
    translate: 0 0;
    scale: 1.05 0.95; /* 着地 */
  }
  12% {
    translate: 0 0;
    scale: 1 1;
  }
  13%, 100% {
    translate: 0 0;
    scale: 1 1;
  }
}
.ani-fuwa-yoko {
  animation: fuwayoko 3.5s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

@keyframes fuwayoko {
  0%, 100% {
    translate: 1em 0.1em;
    rotate: -2deg;
  }
  50% {
    translate: -1em -0.1em;
    rotate: 2deg;
  }
}
@keyframes fuwayoko-hover {
  0%, 100% {
    translate: 2em 0.2em;
    rotate: -4deg;
  }
  50% {
    translate: -2em -0.2em;
    rotate: 4deg;
  }
}
.ani-fuwa-tate {
  animation: fuwatate 3.5s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

@keyframes fuwatate {
  0%, 100% {
    translate: -0.1em -0.5em;
    rotate: -2deg;
  }
  50% {
    translate: 0.1em 0.5em;
    rotate: 2deg;
  }
}
.ani-leaf {
  animation: leafyura 8s ease-in-out infinite;
  transform-style: preserve-3d;
}

@keyframes leafyura {
  0%, 100% {
    translate: 0 0;
    rotate: x 0deg;
    rotate: y 0deg;
  }
  25% {
    /* 少し右上にあおられ、縦軸(Y)に少しねじれる */
    translate: 0.6em -0.5em;
    rotate: x 3deg;
    rotate: y 15deg;
  }
  50% {
    /* 風が抜けてフワッと下がり、逆方向に少し傾く */
    translate: -0.25em 0.2em;
    rotate: x -2deg;
    rotate: y -10deg;
  }
  75% {
    /* 再び別の風が吹いて、少し強めにひらっとする */
    translate: 0.25em -0.25em;
    rotate: x 2deg;
    rotate: y 20deg;
  }
}
.ani-kata {
  animation: katakata 4s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

@keyframes katakata {
  0%, 70%, 100% {
    rotate: 0deg;
    translate: 0 0;
  }
  74% {
    rotate: 2deg;
    translate: 0.1em 0;
  }
  78% {
    rotate: -1deg;
    translate: -0.05em 0;
  }
  84% {
    rotate: 1.5deg;
    translate: 0.15em 0;
  }
  90% {
    rotate: -1deg;
    translate: -0.05em 0;
  }
  95% {
    rotate: 0.5deg;
    translate: 0 0;
  }
}
.ani-msg-woman {
  transform-origin: bottom center;
  animation: womanMove 10s ease-in-out infinite;
}

@keyframes womanMove {
  0%, 14% {
    opacity: 0;
    transform: translateY(2.5em) scale(0.8, 0.6);
  }
  25% {
    opacity: 1;
    transform: translateY(0) scale(1, 1);
  }
  75% {
    opacity: 1;
    transform: translateY(0) scale(1, 1);
  }
  85% {
    opacity: 0;
    transform: translateY(2.5em) scale(0.8, 0.6);
  }
  100% {
    opacity: 0;
    transform: translateY(2.5em) scale(0.8, 0.6);
  }
}
.ani-msg-paperplane {
  opacity: 0;
  offset-path: path("M1218.35,913.94c-74.16-1.12-204.49-4.49-322.47-32.58-198.88-47.35-275.17-99.24-346.07-179.78-10.4-11.82-144.4-169.22-82.02-352.81,65.55-192.92,285.06-229.72,296.63-231.46,170.89-25.74,350.3,65.74,411.24,212.36,71.91,173.03,28.72,374.21-80.9,443.82-224.72,142.7-771.91,102.25-1102.25,65.17");
  offset-rotate: auto 180deg;
  offset-anchor: center;
  offset-distance: 0%;
  transform-box: fill-box;
  transform-origin: center;
  animation: planeFly 10s ease-in-out infinite;
}

@keyframes planeFly {
  0%, 24% {
    opacity: 0;
    offset-distance: 0%;
  }
  26% {
    opacity: 1;
    offset-distance: 0%;
  }
  65% {
    opacity: 1;
    offset-distance: 100%;
  }
  66%, 100% {
    opacity: 0;
    offset-distance: 100%;
  }
}
.ani-fish {
  animation: fishJump 8s ease-in-out infinite;
  /* style属性の --delay も反映できるように指定 */
  animation-delay: var(--delay, 0s);
  /* 起点を魚の中心にして回転を綺麗に見せる */
  transform-origin: center;
}

@keyframes fishJump {
  0% {
    transform: translateY(10em) rotate(-20deg) scale(0.8);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    transform: translateY(0) rotate(10deg) scale(1);
    opacity: 1;
  }
  30% {
    transform: translateY(0) rotate(10deg) scale(1);
    opacity: 1;
  }
  45% {
    transform: translateY(10em) rotate(40deg) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translateY(10em) rotate(40deg) scale(0.8);
    opacity: 0;
  }
}
.ani-water {
  transform-origin: top right;
  animation: water-flow 5s ease-in-out infinite;
}

@keyframes water-flow {
  0% {
    opacity: 0;
    scale: 0.5;
  }
  5%, 25% {
    opacity: 1;
    scale: 1;
  }
  30%, 100% {
    opacity: 0;
    scale: 1.1;
  }
}
.ani-sprout {
  transform-origin: center bottom;
  animation: sprout-grow 5s ease-in-out infinite;
}

@keyframes sprout-grow {
  /* 水が止まる手前（25%）まではじっと待機 */
  0%, 26%, 100% {
    scale: 1 1;
    rotate: 0deg;
  }
  32% {
    scale: 0.9 1.1; /* 縦ににょきっと伸びる */
    rotate: 2.5deg;
  }
  40% {
    scale: 1.1 0.9; /* 反動で潰れる */
    rotate: -2.5deg;
  }
  48% {
    scale: 0.925 1.05; /* もう一度伸びる */
    rotate: 2deg;
  }
  56% {
    scale: 1.025 0.925;
    rotate: -1deg;
  }
  64% {
    scale: 1 1;
    rotate: 0deg;
  }
}
.flip-container .flip-item .windowbox a {
  position: relative;
  perspective: 800px;
}
.flip-container .flip-item .windowbox a img {
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  backface-visibility: hidden;
}
.flip-container .flip-item .windowbox a .illustimg {
  transform: rotateY(0deg);
}
.flip-container .flip-item .windowbox a .staffimg {
  transform: rotateY(180deg);
}
.flip-container .flip-item .balloonbox .balloon-wrap {
  transition: width 0.5s ease, height 0.5s ease;
}
.flip-container .flip-item .balloonbox .balloon-wrap .bgimg {
  transition: width 0.5s ease, height 0.5s ease;
}
.flip-container .flip-item .balloonbox .balloon-wrap .txtbox {
  transition: width 0.5s ease, height 0.5s ease;
}
.flip-container .flip-item .balloonbox .balloon-wrap .txtbox .name {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.flip-container .flip-item.is-flipped .windowbox a .illustimg, .flip-container .flip-item:hover .windowbox a .illustimg {
  transform: rotateY(-180deg);
}
.flip-container .flip-item.is-flipped .windowbox a .staffimg, .flip-container .flip-item:hover .windowbox a .staffimg {
  transform: rotateY(0deg);
}
.flip-container .flip-item.is-flipped .balloonbox .balloon-wrap, .flip-container .flip-item:hover .balloonbox .balloon-wrap {
  width: 9.5em !important;
  height: 7.75em !important;
}
@media screen and (max-width: 480px) {
  .flip-container .flip-item.is-flipped .balloonbox .balloon-wrap, .flip-container .flip-item:hover .balloonbox .balloon-wrap {
    width: 10em !important;
    height: 8.16em !important;
  }
}
.flip-container .flip-item.is-flipped .balloonbox .balloon-wrap .txtbox .name, .flip-container .flip-item:hover .balloonbox .balloon-wrap .txtbox .name {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.flip-container .flip-item:hover .windowbox a {
  transform: scale(1.1);
}
.flip-container .flip-item:hover .windowbox a img {
  opacity: 1;
}

.job-swiper {
  width: 25em;
  height: 25em;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .job-swiper {
    width: 26em;
    height: 26em;
  }
}
.job-swiper .swiper-wrapper {
  z-index: auto;
}
.job-swiper .swiper-slide {
  z-index: 1;
}
.job-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-swiper .swiper-slide img:hover {
  scale: 1.1;
}
.job-swiper .swiper-button-prev,
.job-swiper .swiper-button-next {
  width: 2em;
  height: 2em;
  margin-top: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 3;
}
.job-swiper .swiper-button-prev::after,
.job-swiper .swiper-button-next::after {
  display: none;
}
.job-swiper .swiper-button-prev {
  background-image: url("/images/prev.svg");
  left: 0.2em;
}
.job-swiper .swiper-button-next {
  background-image: url("/images/next.svg");
  right: 2em;
}

.sec-connector.down .js-connect {
  translate: 0 -2em;
  transition: translate 2s ease;
}
.sec-connector.up .js-connect {
  translate: 0 2em;
  transition: translate 2s ease;
}
.sec-connector .js-connect.on {
  translate: 0 0;
}

/* --------- トップページ ---------- */
#front-page #frame {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#front-page #wrapper {
  opacity: 0;
  transition: opacity 1s ease;
}
#front-page #top-fv .mainimg .topleft,
#front-page #top-fv .mainimg .topright,
#front-page #top-fv .mainimg .btmleft,
#front-page #top-fv .mainimg .btmright {
  scale: 0.8;
  opacity: 0;
  transition: scale 0.8s ease, opacity 0.8s ease, translate 0.8s ease;
}
#front-page #top-fv .mainimg .topleft {
  translate: -5% -5%;
  transform-origin: top left;
}
#front-page #top-fv .mainimg .topright {
  translate: 5% -5%;
  transform-origin: top right;
}
#front-page #top-fv .mainimg .btmleft {
  translate: -5% 5%;
  transform-origin: bottom left;
}
#front-page #top-fv .mainimg .btmright {
  translate: 5% 5%;
  transform-origin: bottom right;
}
#front-page #top-fv .sec-content .maincopy .block {
  opacity: 0;
  overflow: hidden;
}
#front-page #top-fv .sec-content .maincopy span.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.5em);
  filter: blur(0.25em);
}
#front-page #top-fv .sec-content .subcopy .block {
  clip-path: inset(0 0 100% 0);
}
#front-page #top-fv .sec-bg .forest-sky .img-wrapper {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}
#front-page #top-fv .sec-bg .forest img {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  translate: -50% -50%;
  scale: 1.4;
  transition: top 1.2s ease-in-out, left 1.2s ease-in-out, right 1.2s ease-in-out, bottom 1.2s ease-in-out, translate 1.2s ease-in-out, scale 1.2s ease-in-out;
}
#front-page .tree-container .tree-wrap {
  scale: 0.9;
  opacity: 0;
  transform-origin: bottom center;
  transition: scale 3.5s ease-in-out, opacity 1s ease-in-out;
  transition-delay: 1s;
}
#front-page .header {
  opacity: 0;
  transition: opacity 1s ease;
}
#front-page .hm_btn {
  opacity: 0;
  transition: opacity 1s ease;
}
#front-page .conversion {
  opacity: 0;
  translate: 0 20%;
  transition: opacity 1s ease, translate 1s ease;
}
#front-page .frame-footer {
  opacity: 0;
  translate: 0 20%;
  transition: opacity 1s ease, translate 1s ease;
}
#front-page .scrollbox {
  opacity: 0;
  transition: opacity 1s ease;
}

#front-page.loaded #frame {
  opacity: 1;
}
#front-page.loaded #wrapper {
  opacity: 1;
}
#front-page.loaded #wrapper.is-scrolled {
  transition: opacity 0s ease !important;
  transition-delay: 0s !important;
}
#front-page.loaded #top-fv .sec-bg .forest-sky .img-wrapper {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#front-page.loaded #top-fv .sec-bg .forest-sky .img-wrapper.sky {
  transition-delay: 0.8s;
}
#front-page.loaded #top-fv .sec-bg .forest-sky .img-wrapper.forest01 {
  transition-delay: 0.6s;
}
#front-page.loaded #top-fv .sec-bg .forest-sky .img-wrapper.forest02 {
  transition-delay: 0.4s;
}
#front-page.loaded #top-fv .sec-bg .forest img {
  translate: 0 0;
  scale: 1;
}
#front-page.loaded #top-fv .sec-bg .forest img.forest03 {
  top: -4em;
  left: auto;
  right: -19em;
  bottom: auto;
  width: 45em;
}
@media screen and (max-width: 768px) {
  #front-page.loaded #top-fv .sec-bg .forest img.forest03 {
    top: -2em;
    right: -13em;
    width: 30em;
  }
}
@media screen and (max-width: 480px) {
  #front-page.loaded #top-fv .sec-bg .forest img.forest03 {
    top: 0;
    right: -10em;
    width: 20em;
  }
}
#front-page.loaded #top-fv .sec-bg .forest img.forest04 {
  top: -14em;
  left: auto;
  right: -4em;
  bottom: auto;
  width: 50em;
  transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  #front-page.loaded #top-fv .sec-bg .forest img.forest04 {
    top: -11em;
    right: -1em;
    width: 36em;
  }
}
@media screen and (max-width: 480px) {
  #front-page.loaded #top-fv .sec-bg .forest img.forest04 {
    top: -4em;
    right: 0;
    width: 20em;
  }
}
#front-page.loaded #top-fv .sec-bg .forest img.forest05 {
  top: auto;
  left: -10em;
  right: auto;
  bottom: -10em;
  width: 50em;
  transition-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  #front-page.loaded #top-fv .sec-bg .forest img.forest05 {
    bottom: -8em;
    width: 36em;
  }
}
@media screen and (max-width: 480px) {
  #front-page.loaded #top-fv .sec-bg .forest img.forest05 {
    left: -9em;
    bottom: -2em;
    width: 20em;
  }
}
#front-page.loaded #top-fv .sec-bg .forest img.forest06 {
  top: auto;
  left: -20em;
  right: auto;
  bottom: 10em;
  width: 45em;
}
@media screen and (max-width: 768px) {
  #front-page.loaded #top-fv .sec-bg .forest img.forest06 {
    bottom: 6em;
    left: -13em;
    width: 30em;
  }
}
@media screen and (max-width: 480px) {
  #front-page.loaded #top-fv .sec-bg .forest img.forest06 {
    left: -12em;
    bottom: 6em;
    width: 20em;
  }
}
#front-page.loaded #top-fv .sec-bg .forest img.forest07 {
  top: auto;
  left: auto;
  right: -25em;
  bottom: -7em;
  width: 50em;
  transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  #front-page.loaded #top-fv .sec-bg .forest img.forest07 {
    bottom: -4em;
    right: -20em;
    width: 36em;
  }
}
@media screen and (max-width: 480px) {
  #front-page.loaded #top-fv .sec-bg .forest img.forest07 {
    bottom: -2.4em;
    right: -14em;
    width: 25em;
  }
}
#front-page.loaded #top-fv .mainimg .topleft,
#front-page.loaded #top-fv .mainimg .topright,
#front-page.loaded #top-fv .mainimg .btmleft,
#front-page.loaded #top-fv .mainimg .btmright {
  scale: 1;
  opacity: 1;
  translate: 0 0;
  transition-delay: 4s;
}
#front-page.loaded #top-fv .sec-content .maincopy .block {
  opacity: 1;
}
#front-page.loaded #top-fv .sec-content .maincopy .char {
  animation: fuzzyFadeIn 0.8s ease forwards;
}
@keyframes fuzzyFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
#front-page.loaded #top-fv .sec-content .subcopy .block {
  animation: subLineMask 1s linear forwards;
}
#front-page.loaded #top-fv .sec-content .subcopy .block:nth-of-type(1) {
  animation-delay: 2.5s;
}
#front-page.loaded #top-fv .sec-content .subcopy .block:nth-of-type(2) {
  animation-delay: 2.7s;
}
#front-page.loaded #top-fv .sec-content .subcopy .block:nth-of-type(3) {
  animation-delay: 2.9s;
}
#front-page.loaded #top-fv .sec-content .subcopy .block:nth-of-type(4) {
  animation-delay: 3.1s;
}
@keyframes subLineMask {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0% 0); /* 完全にオープン */
  }
}
#front-page.loaded .tree-container .tree-wrap {
  scale: 1;
  opacity: 1;
}
#front-page.loaded .tree-container.is-scrolled .tree-wrap {
  transition: scale 0s, opacity 0.2s ease !important;
  transition-delay: 0s;
}
#front-page.loaded .header {
  opacity: 1;
  transition-delay: 5s;
}
#front-page.loaded .header.is-scrolled {
  transition: scale 0s, opacity 0.2s ease !important;
  transition-delay: 0s;
}
#front-page.loaded .hm_btn {
  opacity: 1;
  transition-delay: 5s;
}
#front-page.loaded .hm_btn.is-scrolled {
  transition: scale 0s, opacity 0.2s ease !important;
  transition-delay: 0s;
}
#front-page.loaded .conversion {
  opacity: 1;
  translate: 0 0;
  transition-delay: 5s;
}
#front-page.loaded .conversion.is-scrolled {
  transition: opacity 0.2s ease, translate 0s ease !important;
  transition-delay: 0s;
}
#front-page.loaded .frame-footer {
  opacity: 1;
  translate: 0 0;
  transition-delay: 5s;
}
#front-page.loaded .frame-footer.is-scrolled {
  transition: opacity 0.2s ease, translate 0s ease !important;
  transition-delay: 0s;
}
#front-page.loaded .scrollbox {
  opacity: 1;
  transition-delay: 5s;
}
#front-page.loaded .scrollbox.is-scrolled {
  transition: opacity 0.2s ease !important;
  transition-delay: 0s;
}

.folio {
  opacity: 0;
  transition: opacity 1s ease;
}
.folio.is-show {
  opacity: 1;
}

#top-news .sec_header {
  scale: 0;
  opacity: 0;
  transition: scale 0.6s ease, opacity 0.6s ease;
}
#top-news .news-slider .branch-img {
  scale: 0.5;
  opacity: 0;
  transform-origin: bottom right;
  transition: scale 1.2s ease, opacity 1.2s ease;
}
#top-news.on .sec_header {
  scale: 1;
  opacity: 1;
}
#top-news.on .news-slider .news-swiper {
  transition-delay: 0.4s;
}
#top-news.on .news-slider .branch-img {
  scale: 1;
  opacity: 1;
  transition-delay: 0.4s;
}
#top-news.on .news-btn {
  transition-delay: 0.6s;
}

#top-msg .msg-btn {
  opacity: 0;
  transform: translateY(2em);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#top-msg.on .bird {
  transition-delay: 0.5s;
}
#top-msg.on .pigeon {
  transition-delay: 1s;
}
#top-msg.on .paperplane-woman {
  transition-delay: 1s;
}
#top-msg.on .leaf {
  transition-delay: 1.2s;
}
#top-msg.on .leftbox {
  transition-delay: 0.5s;
}
#top-msg.on .msg-btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}

@property --gradient-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #e0e9a7;
}
@property --gradient-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #fbb148;
}
@property --gradient-color-3 {
  syntax: "<color>";
  inherits: false;
  initial-value: #fbb148;
}
.int-enq-wrapper {
  background: linear-gradient(to bottom, var(--gradient-color-1) 20%, var(--gradient-color-2) 60%, var(--gradient-color-3) 100%);
  transition: --gradient-color-1 1s ease, --gradient-color-2 1s ease, --gradient-color-3 1s ease;
}
.int-enq-wrapper:has(#top-enq.is-active) {
  --gradient-color-1: #1a51f1;
  --gradient-color-2: #1a51f1;
  --gradient-color-3: #a577d1;
}
.int-enq-wrapper:has(#top-enq.is-active) .sec-bg::before {
  opacity: 0.7;
}
.int-enq-wrapper:has(#top-enq.is-active) .sec-bg::after {
  opacity: 0.1;
}
.int-enq-wrapper .star-moon {
  opacity: 0;
  transform: translateY(5em);
  transition: opacity 1s ease, transform 1s ease;
}
.int-enq-wrapper .star-moon.on {
  opacity: 1;
  transform: translateY(0);
}

#top-int.on .interviewer {
  transition-delay: 0.5s;
}
#top-int.on .rightbox {
  transition-delay: 1s;
}

#top-enq .outer-branch {
  scale: 0.5;
  opacity: 0;
  rotate: -60deg;
  transition: scale 2s ease, opacity 1s ease, rotate 2s ease;
  transform-origin: bottom left;
}
#top-enq.on .outer-branch {
  scale: 1;
  opacity: 1;
  rotate: 0deg;
}
#top-enq .enq-kids01 {
  opacity: 0;
  transform: scale(0.8, 0.2);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform-origin: bottom center;
}
#top-enq .enq-kids01.on {
  opacity: 1;
  transform: scale(1);
}
#top-enq .enq-kids02 {
  opacity: 0;
  transform: scale(0.8, 0.2);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform-origin: bottom center;
}
#top-enq .enq-kids02.on {
  opacity: 1;
  transform: scale(1);
}
#top-enq .enq-result {
  opacity: 0;
  transition: opacity 0.6s ease;
}
#top-enq .enq-result.on {
  opacity: 1;
}

#top-job .outer-branch {
  scale: 0.5;
  opacity: 0;
  rotate: 60deg;
  transition: scale 2s ease, opacity 1s ease, rotate 2s ease;
  transform-origin: bottom right;
}
@media screen and (max-width: 480px) {
  #top-job .outer-branch {
    rotate: -60deg;
  }
}
#top-job .outer-branch .branch-girl {
  scale: 0.8 0.5;
  opacity: 0;
  transition: scale 0.5s ease, opacity 0.5s ease;
  transform-origin: bottom right;
}
#top-job .open-position {
  opacity: 0;
  transition: opacity 1s ease;
}
#top-job .balloon {
  scale: 0;
  opacity: 0;
  transition: scale 1s ease, opacity 1s ease;
  transform-origin: center left;
}
#top-job.on .outer-branch {
  scale: 1;
  opacity: 1;
  rotate: 0deg;
}
@media screen and (max-width: 480px) {
  #top-job.on .outer-branch {
    scale: -0.8 0.8;
  }
}
#top-job.on .outer-branch .branch-girl {
  scale: 1 1;
  opacity: 1;
  transition-delay: 1.5s;
}
#top-job.on .open-position {
  opacity: 1;
}
#top-job.on .balloon {
  scale: 1;
  opacity: 1;
  transition-delay: 1s;
}
@media screen and (max-width: 480px) {
  #top-job.on .balloon {
    scale: 0.7;
  }
}
#top-job .registered {
  opacity: 0;
  transform: scale(0.8, 0.2);
  transform-origin: bottom center;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#top-job .registered.on {
  opacity: 1;
  transform: scale(1);
}

#top-sup .leaf,
#top-sup .bird,
#top-sup .flower,
#top-sup .drone {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}
#top-sup .leaf {
  transform: translate(-2em, -2em);
}
#top-sup .bird {
  transform: translate(-2em, -2em);
}
#top-sup .flower {
  scale: 0.5;
  opacity: 0;
  rotate: -60deg;
  transition: scale 2s ease, opacity 1s ease, rotate 2s ease;
  transform-origin: bottom left;
}
#top-sup .drone {
  transform: translate(2em, -2em);
}
#top-sup .sec-bg .swing {
  opacity: 0;
  transform: translateY(-12em);
  transition: opacity 1s ease, transform 3s ease;
}
#top-sup.on .leaf,
#top-sup.on .bird,
#top-sup.on .flower,
#top-sup.on .drone,
#top-sup.on .swing {
  opacity: 1;
  transform: translate(0, 0);
}
#top-sup.on .leaf {
  transition-delay: 0.2s;
}
#top-sup.on .flower {
  scale: 1;
  rotate: 0deg;
  transition-delay: 0.5s;
}
#top-sup.on .drone {
  transition-delay: 0.4s;
}
#top-sup.on .sec-bg .swing {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
#top-sup .drawing {
  opacity: 0;
  transform: scale(0.8, 0.4);
  transform-origin: bottom center;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#top-sup .drawing.on {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.8s;
}

#top-ben .parachute {
  opacity: 0;
  transition: opacity 1s ease;
}
#top-ben .sec-bg .overlap-circles .img-wrapper {
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}
#top-ben.on .parachute {
  opacity: 1;
}
#top-ben.on .sec-bg .overlap-circles .img-wrapper {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#top-ben.on .sec-bg .overlap-circles .img-wrapper.circle01 {
  transition-delay: 0.2s;
}
#top-ben.on .sec-bg .overlap-circles .img-wrapper.forest02 {
  transition-delay: 0.4s;
}
#top-ben.on .sec-bg .overlap-circles .img-wrapper.forest03 {
  transition-delay: 0.2s;
}

#top-ent .entry-btn {
  scale: 0.9 0.8;
  opacity: 0;
  transition: scale 0.6s ease, opacity 0.6s ease;
  transform-origin: bottom center;
}
#top-ent .outer-branch.left {
  scale: 0.5;
  opacity: 0;
  rotate: -60deg;
  transition: scale 2s ease, opacity 1s ease, rotate 2s ease;
  transform-origin: bottom left;
}
#top-ent .outer-branch.right {
  scale: 0.5;
  opacity: 0;
  rotate: 60deg;
  transition: scale 2s ease, opacity 1s ease, rotate 2s ease;
  transform-origin: bottom right;
}
#top-ent.on .event-boy {
  transition-delay: 0.6s;
}
#top-ent.on .watering,
#top-ent.on .event-btn {
  transition-delay: 0.4s;
}
#top-ent.on .entry-btn {
  scale: 1;
  opacity: 1;
  transition-delay: 0.2s;
}
#top-ent.on .outer-branch.left {
  scale: 1;
  opacity: 1;
  rotate: 0deg;
}
#top-ent.on .outer-branch.right {
  scale: 1;
  opacity: 1;
  rotate: 0deg;
  transition-delay: 0.2s;
}
#top-ent.on .rotatetxt {
  transition-delay: 0.4s;
}

#top-cmp .root {
  scale: 0;
  opacity: 0;
  transform-origin: top center;
  transition: scale 2s ease-out, opacity 2s ease-out;
}
#top-cmp .leftbox .imgbox {
  scale: 0;
  opacity: 0;
  transition: scale 1.5s ease, opacity 1.5s ease;
  transform-origin: center;
}
#top-cmp .leftbox .btn {
  opacity: 0;
  transition: opacity 1s ease;
}
#top-cmp.on .root {
  scale: 1;
  opacity: 1;
}
#top-cmp.on .leftbox .imgbox {
  scale: 1;
  opacity: 1;
  transition-delay: 0.2s;
}
#top-cmp.on .leftbox .btn {
  opacity: 1;
  transition-delay: 0.4s;
}

.branch .branch-wrap {
  transform: scale(0.8);
  opacity: 0;
  transition: transform 1.5s ease, opacity 1.5s ease;
}
.branch.news .branch-wrap {
  transform-origin: center bottom;
}
.branch.msg .branch-wrap {
  transform-origin: 90% bottom;
}
.branch.int .branch-wrap {
  transform-origin: 40% bottom;
}
.branch.enq .branch-wrap {
  transform-origin: 15% 90%;
}
.branch.job .branch-wrap {
  transform-origin: right bottom;
}
.branch.sup .branch-wrap {
  transform-origin: 45% 80%;
}
.branch.ben .branch-wrap {
  transform-origin: 70% 90%;
}
.branch.entry .branch-wrap {
  transform-origin: 90% 80%;
}
.branch.on .branch-wrap {
  transform: scale(1);
  opacity: 1;
}
.branch.int .branch-wrap .stafflist .staffbox .wrap .windowbox {
  transform: rotateY(-90deg) scale(0.8);
  opacity: 0;
  backface-visibility: hidden;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s ease;
}
.branch.int .branch-wrap .stafflist .staffbox .wrap .balloonbox {
  opacity: 0;
  transition: opacity 1s ease;
}
.branch.int.on .branch-wrap .stafflist .staffbox .wrap .windowbox {
  transform: rotateY(0deg) scale(1);
  opacity: 1;
}
.branch.int.on .branch-wrap .stafflist .staffbox .wrap .balloonbox {
  opacity: 1;
}
.branch.int.on .branch-wrap .stafflist .staffbox:nth-child(1) .wrap .windowbox {
  transition-delay: 0s;
}
.branch.int.on .branch-wrap .stafflist .staffbox:nth-child(1) .wrap .balloonbox {
  transition-delay: 0s;
}
.branch.int.on .branch-wrap .stafflist .staffbox:nth-child(2) .wrap .windowbox {
  transition-delay: 0.2s;
}
.branch.int.on .branch-wrap .stafflist .staffbox:nth-child(2) .wrap .balloonbox {
  transition-delay: 0.4s;
}
.branch.int.on .branch-wrap .stafflist .staffbox:nth-child(3) .wrap .windowbox {
  transition-delay: 0.4s;
}
.branch.int.on .branch-wrap .stafflist .staffbox:nth-child(3) .wrap .balloonbox {
  transition-delay: 0.8s;
}
.branch.int.on .branch-wrap .stafflist .staffbox:nth-child(4) .wrap .windowbox {
  transition-delay: 0.6s;
}
.branch.int.on .branch-wrap .stafflist .staffbox:nth-child(4) .wrap .balloonbox {
  transition-delay: 1.2s;
}
.branch.int.on .branch-wrap .stafflist .staffbox:nth-child(5) .wrap .windowbox {
  transition-delay: 0.8s;
}
.branch.int.on .branch-wrap .stafflist .staffbox:nth-child(5) .wrap .balloonbox {
  transition-delay: 1.6s;
}
.branch.int.on .branch-wrap .stafflist .staffbox:nth-child(6) .wrap .windowbox {
  transition-delay: 1s;
}
.branch.int.on .branch-wrap .stafflist .staffbox:nth-child(6) .wrap .balloonbox {
  transition-delay: 2s;
}

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
article.page {
  width: 100%;
  height: auto;
  position: relative;
}

/* ================= ページヘッダー ============================================================ */
.head-ttl {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1000;
}

.head-ttl_wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  position: absolute;
  top: 2.5em;
  right: 9em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .head-ttl_wrap {
    right: 4.5em;
  }
}
@media screen and (max-width: 480px) {
  .head-ttl_wrap {
    right: 2.5em;
  }
}

/* 日本語タイトル */
.head-ttl_ja {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 6.5em;
  color: #608568;
  font-size: 2.25em;
  line-height: 1.15em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 480px) {
  .head-ttl_ja {
    font-size: 1.5em;
  }
}

/* 英語タイトル */
.head-ttl_en {
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #608568;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25em;
  writing-mode: vertical-rl;
  text-transform: lowercase;
}
@media screen and (max-width: 480px) {
  .head-ttl_en {
    font-size: 1em;
  }
}

.head-ttl_deco {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.head-ttl_deco-left {
  position: absolute;
  top: 0;
  left: 1em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .head-ttl_deco-left {
    top: 2em;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .head-ttl_deco-left {
    font-size: 2.25vw;
    top: 7.5em;
  }
}
.head-ttl_deco-left .leaf {
  width: 17.5em;
  height: auto;
  aspect-ratio: 345/300;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0.5em 0.5em 0.5em rgba(0, 0, 0, 0.15));
}
.head-ttl_deco-right {
  width: 100%;
  position: absolute;
  top: 0;
  right: 1em;
}
@media screen and (max-width: 480px) {
  .head-ttl_deco-right {
    font-size: 2.5vw;
  }
}
.head-ttl_deco-right .forest01 {
  width: 50em;
  height: auto;
  aspect-ratio: 1000/550;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -15em;
  right: -5em;
  filter: drop-shadow(0.5em 0.5em 0.5em rgba(0, 0, 0, 0.15));
}
.head-ttl_deco-right .forest02 {
  width: 45em;
  height: auto;
  aspect-ratio: 900/515;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -5em;
  right: -20em;
  filter: drop-shadow(0.5em 0.5em 0.5em rgba(0, 0, 0, 0.15));
}
.head-ttl_deco-right .flower {
  width: 6em;
  height: auto;
  aspect-ratio: 120/110;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 1em;
  right: 19em;
  filter: drop-shadow(0.5em 0.5em 0.5em rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .head-ttl_deco-right .flower {
    top: 8em;
    right: 22em;
  }
}
.head-ttl_deco-right .pigeon {
  width: 9em;
  height: auto;
  aspect-ratio: 180/160;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 15em;
  right: 3em;
  filter: drop-shadow(0.5em 0.5em 0.5em rgba(0, 0, 0, 0.15));
}

/* ================= Not Found ============================================================ */
.not-found {
  z-index: 5;
}

.partspage-ctt .sec,
.contactpage-ctt .sec {
  position: relative;
  border-radius: 0 0 2.5em 2.5em;
  margin-bottom: -2.5em;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.partspage-ctt .sec:last-child,
.contactpage-ctt .sec:last-child {
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
}
.partspage-ctt .sec:last-child:hover,
.contactpage-ctt .sec:last-child:hover {
  box-shadow: none;
}
.partspage-ctt .sec:last-child,
.contactpage-ctt .sec:last-child {
  box-shadow: inset 0em -1em 1em rgba(0, 0, 0, 0.15);
}
.single .partspage-ctt .sec:last-child,
.single .contactpage-ctt .sec:last-child {
  box-shadow: unset;
}
.partspage-ctt .sec:first-child,
.contactpage-ctt .sec:first-child {
  padding-top: 17.5em;
}
body.single .partspage-ctt .sec-bg1:first-child,
body.single .contactpage-ctt .sec-bg1:first-child {
  padding-top: 5em;
}
.partspage-ctt .sec + .sec,
.contactpage-ctt .sec + .sec {
  padding-top: 12em;
}
.partspage-ctt .sec.sec-bg1 + .sec.sec-bg1,
.contactpage-ctt .sec.sec-bg1 + .sec.sec-bg1 {
  padding-top: 0;
}
.partspage-ctt .sec:nth-child(1),
.contactpage-ctt .sec:nth-child(1) {
  z-index: 20;
}
.partspage-ctt .sec:nth-child(2),
.contactpage-ctt .sec:nth-child(2) {
  z-index: 19;
}
.partspage-ctt .sec:nth-child(3),
.contactpage-ctt .sec:nth-child(3) {
  z-index: 18;
}
.partspage-ctt .sec:nth-child(4),
.contactpage-ctt .sec:nth-child(4) {
  z-index: 17;
}
.partspage-ctt .sec:nth-child(5),
.contactpage-ctt .sec:nth-child(5) {
  z-index: 16;
}
.partspage-ctt .sec:nth-child(6),
.contactpage-ctt .sec:nth-child(6) {
  z-index: 15;
}
.partspage-ctt .sec:nth-child(7),
.contactpage-ctt .sec:nth-child(7) {
  z-index: 14;
}
.partspage-ctt .sec:nth-child(8),
.contactpage-ctt .sec:nth-child(8) {
  z-index: 13;
}
.partspage-ctt .sec:nth-child(9),
.contactpage-ctt .sec:nth-child(9) {
  z-index: 12;
}
.partspage-ctt .sec:nth-child(10),
.contactpage-ctt .sec:nth-child(10) {
  z-index: 11;
}
.partspage-ctt .sec:nth-child(11),
.contactpage-ctt .sec:nth-child(11) {
  z-index: 10;
}
.partspage-ctt .sec:nth-child(12),
.contactpage-ctt .sec:nth-child(12) {
  z-index: 9;
}
.partspage-ctt .sec:nth-child(13),
.contactpage-ctt .sec:nth-child(13) {
  z-index: 8;
}
.partspage-ctt .sec:nth-child(14),
.contactpage-ctt .sec:nth-child(14) {
  z-index: 7;
}
.partspage-ctt .sec:nth-child(15),
.contactpage-ctt .sec:nth-child(15) {
  z-index: 6;
}
.partspage-ctt .sec:nth-child(16),
.contactpage-ctt .sec:nth-child(16) {
  z-index: 5;
}
.partspage-ctt .sec:nth-child(17),
.contactpage-ctt .sec:nth-child(17) {
  z-index: 4;
}
.partspage-ctt .sec:nth-child(18),
.contactpage-ctt .sec:nth-child(18) {
  z-index: 3;
}
.partspage-ctt .sec:nth-child(19),
.contactpage-ctt .sec:nth-child(19) {
  z-index: 2;
}
.partspage-ctt .sec:nth-child(20),
.contactpage-ctt .sec:nth-child(20) {
  z-index: 1;
}
.partspage-ctt .innerbox,
.contactpage-ctt .innerbox {
  z-index: 100;
}

.sec-bg1::before, .sec-bg1::after,
.sec-bg2::before,
.sec-bg2::after,
.sec-bg3::before,
.sec-bg3::after,
.sec-bg4::before,
.sec-bg4::after,
.sec-bg5::before,
.sec-bg5::after,
.sec-bg6::before,
.sec-bg6::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-y;
  background-size: 100% auto;
  pointer-events: none;
}
.sec-bg1::before,
.sec-bg2::before,
.sec-bg3::before,
.sec-bg4::before,
.sec-bg5::before,
.sec-bg6::before {
  mix-blend-mode: normal;
  opacity: 0.5;
}
@media screen and (min-width: 1921px) {
  .sec-bg1::before,
  .sec-bg2::before,
  .sec-bg3::before,
  .sec-bg4::before,
  .sec-bg5::before,
  .sec-bg6::before {
    background-image: url("/images/bg_white.webp");
  }
}
@media screen and (max-width: 1920px) {
  .sec-bg1::before,
  .sec-bg2::before,
  .sec-bg3::before,
  .sec-bg4::before,
  .sec-bg5::before,
  .sec-bg6::before {
    background-image: url("/images/bg_white_np.webp");
  }
}
@media screen and (max-width: 768px) {
  .sec-bg1::before,
  .sec-bg2::before,
  .sec-bg3::before,
  .sec-bg4::before,
  .sec-bg5::before,
  .sec-bg6::before {
    background-image: url("/images/bg_white_tb.webp");
  }
}
@media screen and (max-width: 480px) {
  .sec-bg1::before,
  .sec-bg2::before,
  .sec-bg3::before,
  .sec-bg4::before,
  .sec-bg5::before,
  .sec-bg6::before {
    background-image: url("/images/bg_white_sp.webp");
  }
}
.sec-bg1::after,
.sec-bg2::after,
.sec-bg3::after,
.sec-bg4::after,
.sec-bg5::after,
.sec-bg6::after {
  mix-blend-mode: overlay;
  opacity: 0.5;
}
@media screen and (min-width: 1921px) {
  .sec-bg1::after,
  .sec-bg2::after,
  .sec-bg3::after,
  .sec-bg4::after,
  .sec-bg5::after,
  .sec-bg6::after {
    background-image: url("/images/bg_black.webp");
  }
}
@media screen and (max-width: 1920px) {
  .sec-bg1::after,
  .sec-bg2::after,
  .sec-bg3::after,
  .sec-bg4::after,
  .sec-bg5::after,
  .sec-bg6::after {
    background-image: url("/images/bg_black_np.webp");
  }
}
@media screen and (max-width: 768px) {
  .sec-bg1::after,
  .sec-bg2::after,
  .sec-bg3::after,
  .sec-bg4::after,
  .sec-bg5::after,
  .sec-bg6::after {
    background-image: url("/images/bg_black_tb.webp");
  }
}
@media screen and (max-width: 480px) {
  .sec-bg1::after,
  .sec-bg2::after,
  .sec-bg3::after,
  .sec-bg4::after,
  .sec-bg5::after,
  .sec-bg6::after {
    background-image: url("/images/bg_black_sp.webp");
  }
}

.sec-bg1 {
  background: #fbf9f7;
}
.sec-bg1:has(+ .sec-bg1) {
  box-shadow: unset;
  margin-bottom: 0;
}

.sec-bg2 {
  background: linear-gradient(to bottom, #22a041, #5ead51);
  color: #ffffff;
}
.sec-bg2::before {
  opacity: 0.5;
}
.sec-bg2::after {
  opacity: 0.3;
}

.sec-bg3 {
  background: linear-gradient(to bottom, #88e3e2, #e1fafa);
}
.sec-bg3::before, .sec-bg3::after {
  opacity: 1;
}

.sec-bg4 {
  background: linear-gradient(to bottom, #eff3d7, #f7e47c);
}
.sec-bg4::before, .sec-bg4::after {
  opacity: 1;
}

.sec-bg5 {
  background: linear-gradient(to top, #9683de, #7183ec, #3d69f2);
  color: #ffffff;
}
.sec-bg5::before {
  opacity: 0.7;
}
.sec-bg5::after {
  opacity: 0.6;
}

.sec-bg6 {
  background: linear-gradient(to bottom, #f28b93, #e39ad4);
  color: #ffffff;
}
.sec-bg6::before {
  opacity: 0.6;
}

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts_hd {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1;
  padding-bottom: 5em;
}
@media screen and (max-width: 480px) {
  .parts_hd {
    padding-bottom: 2.5em;
  }
}
.parts_hd {
  /* 日本語 */
}
.parts_hd .hd_jp {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  font-size: 2.5em;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .parts_hd .hd_jp {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  .parts_hd .hd_jp {
    font-size: 1.75em;
  }
}
.parts_hd {
  /* 英数字共通 */
}
.parts_hd .hd_en {
  display: block;
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.parts_hd {
  /* 英数字＋日本語 */
}
.parts_hd:has(.hd_jp) .hd_en {
  font-size: 1.25em;
  text-transform: lowercase;
}
@media screen and (max-width: 768px) {
  .parts_hd:has(.hd_jp) .hd_en {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  .parts_hd:has(.hd_jp) .hd_en {
    font-size: 1.15em;
  }
}
.parts_hd {
  /* 英数字のみ */
}
.parts_hd:not(:has(.hd_jp)) .hd_en {
  font-size: 3em;
}
@media screen and (max-width: 768px) {
  .parts_hd:not(:has(.hd_jp)) .hd_en {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .parts_hd:not(:has(.hd_jp)) .hd_en {
    font-size: 2em;
  }
}

/* 左寄せ・幅指定中央配置テキスト */
.tw_s {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tw_s {
    width: 100%;
  }
}

.tw_m {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tw_m {
    width: 100%;
  }
}

.tw_l {
  width: 100%;
}

/* ------------ 段落 -------------------------------- */
.partspage-ctt a {
  text-decoration: underline;
  color: #f37455;
}
.partspage-ctt .sec-bg2 a,
.partspage-ctt .sec-bg5 a,
.partspage-ctt .sec-bg6 a {
  color: inherit;
}
.partspage-ctt .sec p:not(.parts_img) {
  padding-bottom: 2.5em;
}
.partspage-ctt .sec p {
  /* 余白小さめ */
}
.partspage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.partspage-ctt .sec p {
  /* 強調 */
}
.partspage-ctt .sec p.parts_copy {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec p.parts_copy {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec p.parts_copy {
    font-size: 1.15em;
    letter-spacing: 0;
  }
}
.partspage-ctt .sec p {
  /* 大テキスト */
}
.partspage-ctt .sec p.ts_l {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 1.5em;
  padding-bottom: 1.25em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec p.ts_l {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec p.ts_l {
    font-size: 1.3em;
  }
}
.partspage-ctt .sec p {
  /* 中テキスト */
}
.partspage-ctt .sec p.ts_m {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1.6666666667em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec p.ts_m {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec p.ts_m {
    font-size: 1.15em;
  }
}
.partspage-ctt .sec p {
  /* 注釈 */
}
.partspage-ctt .sec p.note {
  font-size: 0.9em;
  line-height: 1.7em;
  padding-bottom: 5em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #0c4d46;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.partspage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.partspage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}

/* やや小さめ強調 */
.strong {
  font-size: 1.2em;
  line-height: 2em;
}
@media screen and (max-width: 480px) {
  .strong {
    font-size: 1.1em;
  }
}

/* ------------ 背景色つきテキストボックス -------------------------------- */
.textbox {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2.5em;
}
.textbox.bgcolor {
  padding: 3em 4em;
  border-radius: 1em;
  background-color: #ffffff;
  color: #0c4d46;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .textbox.bgcolor {
    padding: 3em 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .textbox.bgcolor {
    padding: 1.25em;
  }
}
.textbox h3,
.textbox h4 {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .textbox h3,
  .textbox h4 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  .textbox h3,
  .textbox h4 {
    font-size: 1.15em;
  }
}
.textbox p {
  padding-bottom: 2em;
}
.textbox p:last-child {
  padding-bottom: 0;
}

/* =============== ブロック ========================================================= */
.partspage-ctt .sec {
  /* ------------ Googleマップ ------------------------------------------- */
}
.partspage-ctt .sec .access_map {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 2.5em;
  border-radius: 0.25em;
  overflow: hidden;
}
.partspage-ctt .sec .access_map iframe,
.partspage-ctt .sec .access_map .acf-map {
  width: 100%;
  height: 20em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec .access_map iframe,
  .partspage-ctt .sec .access_map .acf-map {
    height: 15em;
  }
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec .access_map iframe,
  .partspage-ctt .sec .access_map .acf-map {
    height: 12em;
  }
}
.partspage-ctt .sec .access_map .acf-map img {
  max-width: inherit !important;
}

/* =============== 画像（単体） ========================================================= */
.parts_img {
  width: 100%;
  position: relative;
  padding-bottom: 2.5em;
}
.parts_img.center {
  text-align: center;
}
.parts_img.left {
  text-align: left;
}
.parts_img.right {
  text-align: right;
}
.parts_img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parts_img img {
    width: 100% !important;
  }
}
.parts_img a:hover img {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}

/* ------------ 画像（画像＋テキスト） -------------------------------- */
.imgltxt,
.imgrtxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 2.5em;
}
.imgltxt .imgtxt_img,
.imgrtxt .imgtxt_img {
  width: 40%;
  position: relative;
  padding-bottom: 1em;
}
@media screen and (max-width: 1350px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 100%;
  }
}
.imgltxt .imgtxt_img,
.imgrtxt .imgtxt_img {
  /* 画像 */
}
.imgltxt .imgtxt_img img,
.imgrtxt .imgtxt_img img {
  width: 100%;
  height: auto;
}
.imgltxt .imgtxt_img a:hover img,
.imgrtxt .imgtxt_img a:hover img {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

/* 画像左 -------------------------------- */
.imgltxt .imgtxt_img {
  float: left;
  padding-right: 3%;
}

/* 画像右 -------------------------------- */
.imgrtxt .imgtxt_img {
  float: right;
  padding-left: 3%;
}

@media screen and (max-width: 480px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txt h4 {
  font-size: 1.75em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .imgtxt_txt h4 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_txt h4 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

/* ------------ 画像（カード型レイアウト） -------------------------------- */
/* 全体 */
.imgcard {
  padding-bottom: 2.5em;
}
.imgcard a {
  color: inherit;
}
.imgcard a:hover img {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.imgcard li:not(:has(.imgcard_img)) .imgcard_txt h3:first-child,
.imgcard li:not(:has(.imgcard_img)) .imgcard_txt p:first-child,
.imgcard li:not(:has(.imgcard_img)) .card-btn:first-child {
  margin-top: 0;
}

/* 画像 */
.imgcard_img {
  position: relative;
}

/* テキスト */
.imgcard_txt {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
}
.imgcard_txt h3,
.imgcard_txt h4 {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.5;
  margin-top: 0.9090909091em;
}
.imgcard_txt p {
  padding-bottom: 0;
  line-height: 1.5em;
  margin-top: 1em;
}

/* カード型レイアウト共通設定 -------------------------------- */
.imgcard_l1,
.imgcard_l2,
.imgcard_l3,
.imgcard_l4,
.imgcard_l5,
.imgcard_l6 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* リスト */
}
.imgcard_l1 ul,
.imgcard_l2 ul,
.imgcard_l3 ul,
.imgcard_l4 ul,
.imgcard_l5 ul,
.imgcard_l6 ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -4em;
}
@media screen and (max-width: 768px) {
  .imgcard_l1 ul,
  .imgcard_l2 ul,
  .imgcard_l3 ul,
  .imgcard_l4 ul,
  .imgcard_l5 ul,
  .imgcard_l6 ul {
    margin-top: -3em;
  }
}
@media screen and (max-width: 480px) {
  .imgcard_l1 ul,
  .imgcard_l2 ul,
  .imgcard_l3 ul,
  .imgcard_l4 ul,
  .imgcard_l5 ul,
  .imgcard_l6 ul {
    margin-top: -2em;
  }
}
.imgcard_l1 ul li,
.imgcard_l2 ul li,
.imgcard_l3 ul li,
.imgcard_l4 ul li,
.imgcard_l5 ul li,
.imgcard_l6 ul li {
  position: relative;
  box-sizing: border-box;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .imgcard_l1 ul li,
  .imgcard_l2 ul li,
  .imgcard_l3 ul li,
  .imgcard_l4 ul li,
  .imgcard_l5 ul li,
  .imgcard_l6 ul li {
    margin-top: 3em;
  }
}
@media screen and (max-width: 480px) {
  .imgcard_l1 ul li,
  .imgcard_l2 ul li,
  .imgcard_l3 ul li,
  .imgcard_l4 ul li,
  .imgcard_l5 ul li,
  .imgcard_l6 ul li {
    margin-top: 2.5em;
  }
}
.imgcard_l1 ul li,
.imgcard_l2 ul li,
.imgcard_l3 ul li,
.imgcard_l4 ul li,
.imgcard_l5 ul li,
.imgcard_l6 ul li {
  /* リンク */
}
.imgcard_l1 ul li a,
.imgcard_l2 ul li a,
.imgcard_l3 ul li a,
.imgcard_l4 ul li a,
.imgcard_l5 ul li a,
.imgcard_l6 ul li a {
  text-decoration: none;
}
.imgcard_l1 ul li,
.imgcard_l2 ul li,
.imgcard_l3 ul li,
.imgcard_l4 ul li,
.imgcard_l5 ul li,
.imgcard_l6 ul li {
  /* 画像 */
}
.imgcard_l1 ul li img,
.imgcard_l2 ul li img,
.imgcard_l3 ul li img,
.imgcard_l4 ul li img,
.imgcard_l5 ul li img,
.imgcard_l6 ul li img {
  width: 100%;
  height: auto;
}
.imgcard_l1 ul.flex_center,
.imgcard_l2 ul.flex_center,
.imgcard_l3 ul.flex_center,
.imgcard_l4 ul.flex_center,
.imgcard_l5 ul.flex_center,
.imgcard_l6 ul.flex_center {
  justify-content: center;
}
.imgcard_l1 ul.flex_center li:last-child,
.imgcard_l2 ul.flex_center li:last-child,
.imgcard_l3 ul.flex_center li:last-child,
.imgcard_l4 ul.flex_center li:last-child,
.imgcard_l5 ul.flex_center li:last-child,
.imgcard_l6 ul.flex_center li:last-child {
  margin-right: 0;
}

/* パソコンの時（タブレット以上） -------------------------------- */
@media screen and (min-width: 769px) {
  /* 1つ並び -------------------------------- */
  .imgcard_l1 ul li {
    width: 100%;
    margin-right: 0;
  }
  .imgcard_l1 ul li h3 {
    font-size: 1.5em;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .imgcard_l1 ul li p {
    line-height: 2;
  }
  /* 2つ並び -------------------------------- */
  .imgcard_l2 ul li {
    width: 47%;
    margin-right: 6%;
  }
  .imgcard_l2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2 ul li h3 {
    font-size: 1.5em;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .imgcard_l2 ul li p {
    line-height: 2;
  }
  /* 3つ並び -------------------------------- */
  .imgcard_l3 ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .imgcard_l3 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgcard_l3 ul li h3 {
    font-size: 1.2em;
    line-height: 1.5;
  }
  /* 4つ並び -------------------------------- */
  .imgcard_l4 ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  .imgcard_l4 ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び -------------------------------- */
  .imgcard_l5 ul li {
    width: 18.4%;
    margin-right: 2%;
  }
  .imgcard_l5 ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び -------------------------------- */
  .imgcard_l6 ul li {
    width: 15%;
    margin-right: 2%;
  }
  .imgcard_l6 ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) and (min-width: 481px) {
  /* 1つ並び */
  .imgcard_l1_tb ul li {
    width: 100%;
    margin-right: 0;
  }
  .imgcard_l1_tb ul li h3 {
    font-size: 1.3em;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .imgcard_l1_tb ul li p {
    line-height: 2;
  }
  /* 2つ並び */
  .imgcard_l2_tb ul li {
    margin-right: 6%;
    width: 47%;
  }
  .imgcard_l2_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2_tb ul li h3 {
    font-size: 1.3em;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .imgcard_l2_tb ul li p {
    line-height: 2;
  }
  /* 3つ並び */
  .imgcard_l3_tb ul li {
    margin-right: 3.5%;
    width: 31%;
  }
  .imgcard_l3_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .imgcard_l4_tb ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .imgcard_l4_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .imgcard_l5_tb ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .imgcard_l5_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .imgcard_l6_tb ul li {
    margin-right: 2%;
    width: 15%;
  }
  .imgcard_l6_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .imgcard_l1_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  .imgcard_l1_sp ul li h3 {
    font-size: 1.15em;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .imgcard_l1_sp ul li p {
    line-height: 2;
  }
  /* 2つ並び */
  .imgcard_l2_sp ul li {
    margin-right: 6%;
    width: 47%;
  }
  .imgcard_l2_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .imgcard_l3_sp ul li {
    margin-right: 3.5%;
    width: 31%;
  }
  .imgcard_l3_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .imgcard_l4_sp ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .imgcard_l4_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .imgcard_l5_sp ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .imgcard_l5_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .imgcard_l6_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .imgcard_l6_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
img.rd,
img.cir {
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
}

img.shadow {
  filter: drop-shadow(0.5em 0.5em 0.5em rgba(0, 0, 0, 0.15));
}

img:not(:has(.rd)).shadow,
img:not(:has(.cir)).shadow {
  box-shadow: none;
}
img:not(:has(.rd)).shadow:hover,
img:not(:has(.cir)).shadow:hover {
  box-shadow: none;
}

/* =============== リスト ========================================================= */
/* リスト共通 -------------------------------- */
.no_list,
.order_list,
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: #0c4d46;
  background-color: #ffffff;
  padding: 3em 4em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  border-radius: 1em;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 1.25em;
  }
}
.no_list,
.order_list,
.check_list {
  /* 見出し */
}
.no_list .list_hd,
.order_list .list_hd,
.check_list .list_hd {
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .no_list .list_hd,
  .order_list .list_hd,
  .check_list .list_hd {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  .no_list .list_hd,
  .order_list .list_hd,
  .check_list .list_hd {
    font-size: 1.15em;
  }
}
.no_list ul,
.no_list ol,
.order_list ul,
.order_list ol,
.check_list ul,
.check_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.no_list ul li .li_ttl,
.no_list ol li .li_ttl,
.order_list ul li .li_ttl,
.order_list ol li .li_ttl,
.check_list ul li .li_ttl,
.check_list ol li .li_ttl {
  font-size: 1.25em;
  line-height: 1.25em;
}
@media screen and (max-width: 768px) {
  .no_list ul li .li_ttl,
  .no_list ol li .li_ttl,
  .order_list ul li .li_ttl,
  .order_list ol li .li_ttl,
  .check_list ul li .li_ttl,
  .check_list ol li .li_ttl {
    font-size: 1em;
  }
}
.no_list ul li .li_ttl + .li_txt,
.no_list ol li .li_ttl + .li_txt,
.order_list ul li .li_ttl + .li_txt,
.order_list ol li .li_ttl + .li_txt,
.check_list ul li .li_ttl + .li_txt,
.check_list ol li .li_ttl + .li_txt {
  display: block;
  padding-top: 0.5em;
}
.no_list ul li .li_txt,
.no_list ol li .li_txt,
.order_list ul li .li_txt,
.order_list ol li .li_txt,
.check_list ul li .li_txt,
.check_list ol li .li_txt {
  text-indent: initial;
}

/* ノーマルリストマークつき -------------------------------- */
.no_list {
  /* リスト */
}
.no_list ul {
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
}
.no_list ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #92B999;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-top: 0.2em;
  margin-left: -1.5em;
  margin-right: 0.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  /* リスト */
}
.order_list ol {
  counter-reset: number;
}
.order_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-left: 2em;
  padding-bottom: 1.5em;
}
.order_list ol li::before {
  position: absolute;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-size: 1.5em;
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  color: #92B999;
}
@media screen and (max-width: 480px) {
  .order_list ol li::before {
    margin-top: -0.2em;
  }
}
.order_list ol li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.order_list ol li:last-child {
  padding-bottom: 0;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  /* リスト */
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
}
.check_list ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  font-family: "Font Awesome 5 free";
  content: "\f14a";
  font-weight: 900;
  color: #92B999;
}
@media screen and (max-width: 480px) {
  .check_list ul li::before {
    margin-top: -0.2em;
  }
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  /* 見出し */
}
.table h3,
.table h4 {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .table h3,
  .table h4 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  .table h3,
  .table h4 {
    font-size: 1.15em;
  }
}
.table {
  /* リスト */
}
.table ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
}
.table ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 0.2em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .table ul li {
    margin-bottom: 0;
    border-bottom: 2px dotted #0c4d46;
  }
}
.table ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .table ul li:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .table ul li:has(.col_th), .table ul li:has(.row_th) {
    border-bottom: none;
  }
}
.table ul li.table_li span {
  flex: 1;
}
.table ul li.table_li span.w-1 {
  flex: none;
  width: 1%;
}
.table ul li.table_li span.w-2 {
  flex: none;
  width: 2%;
}
.table ul li.table_li span.w-3 {
  flex: none;
  width: 3%;
}
.table ul li.table_li span.w-4 {
  flex: none;
  width: 4%;
}
.table ul li.table_li span.w-5 {
  flex: none;
  width: 5%;
}
.table ul li.table_li span.w-6 {
  flex: none;
  width: 6%;
}
.table ul li.table_li span.w-7 {
  flex: none;
  width: 7%;
}
.table ul li.table_li span.w-8 {
  flex: none;
  width: 8%;
}
.table ul li.table_li span.w-9 {
  flex: none;
  width: 9%;
}
.table ul li.table_li span.w-10 {
  flex: none;
  width: 10%;
}
.table ul li.table_li span.w-11 {
  flex: none;
  width: 11%;
}
.table ul li.table_li span.w-12 {
  flex: none;
  width: 12%;
}
.table ul li.table_li span.w-13 {
  flex: none;
  width: 13%;
}
.table ul li.table_li span.w-14 {
  flex: none;
  width: 14%;
}
.table ul li.table_li span.w-15 {
  flex: none;
  width: 15%;
}
.table ul li.table_li span.w-16 {
  flex: none;
  width: 16%;
}
.table ul li.table_li span.w-17 {
  flex: none;
  width: 17%;
}
.table ul li.table_li span.w-18 {
  flex: none;
  width: 18%;
}
.table ul li.table_li span.w-19 {
  flex: none;
  width: 19%;
}
.table ul li.table_li span.w-20 {
  flex: none;
  width: 20%;
}
.table ul li.table_li span.w-21 {
  flex: none;
  width: 21%;
}
.table ul li.table_li span.w-22 {
  flex: none;
  width: 22%;
}
.table ul li.table_li span.w-23 {
  flex: none;
  width: 23%;
}
.table ul li.table_li span.w-24 {
  flex: none;
  width: 24%;
}
.table ul li.table_li span.w-25 {
  flex: none;
  width: 25%;
}
.table ul li.table_li span.w-26 {
  flex: none;
  width: 26%;
}
.table ul li.table_li span.w-27 {
  flex: none;
  width: 27%;
}
.table ul li.table_li span.w-28 {
  flex: none;
  width: 28%;
}
.table ul li.table_li span.w-29 {
  flex: none;
  width: 29%;
}
.table ul li.table_li span.w-30 {
  flex: none;
  width: 30%;
}
.table ul li.table_li span.w-31 {
  flex: none;
  width: 31%;
}
.table ul li.table_li span.w-32 {
  flex: none;
  width: 32%;
}
.table ul li.table_li span.w-33 {
  flex: none;
  width: 33%;
}
.table ul li.table_li span.w-34 {
  flex: none;
  width: 34%;
}
.table ul li.table_li span.w-35 {
  flex: none;
  width: 35%;
}
.table ul li.table_li span.w-36 {
  flex: none;
  width: 36%;
}
.table ul li.table_li span.w-37 {
  flex: none;
  width: 37%;
}
.table ul li.table_li span.w-38 {
  flex: none;
  width: 38%;
}
.table ul li.table_li span.w-39 {
  flex: none;
  width: 39%;
}
.table ul li.table_li span.w-40 {
  flex: none;
  width: 40%;
}
.table ul li.table_li span.w-41 {
  flex: none;
  width: 41%;
}
.table ul li.table_li span.w-42 {
  flex: none;
  width: 42%;
}
.table ul li.table_li span.w-43 {
  flex: none;
  width: 43%;
}
.table ul li.table_li span.w-44 {
  flex: none;
  width: 44%;
}
.table ul li.table_li span.w-45 {
  flex: none;
  width: 45%;
}
.table ul li.table_li span.w-46 {
  flex: none;
  width: 46%;
}
.table ul li.table_li span.w-47 {
  flex: none;
  width: 47%;
}
.table ul li.table_li span.w-48 {
  flex: none;
  width: 48%;
}
.table ul li.table_li span.w-49 {
  flex: none;
  width: 49%;
}
.table ul li.table_li span.w-50 {
  flex: none;
  width: 50%;
}
.table ul li.table_li span.w-51 {
  flex: none;
  width: 51%;
}
.table ul li.table_li span.w-52 {
  flex: none;
  width: 52%;
}
.table ul li.table_li span.w-53 {
  flex: none;
  width: 53%;
}
.table ul li.table_li span.w-54 {
  flex: none;
  width: 54%;
}
.table ul li.table_li span.w-55 {
  flex: none;
  width: 55%;
}
.table ul li.table_li span.w-56 {
  flex: none;
  width: 56%;
}
.table ul li.table_li span.w-57 {
  flex: none;
  width: 57%;
}
.table ul li.table_li span.w-58 {
  flex: none;
  width: 58%;
}
.table ul li.table_li span.w-59 {
  flex: none;
  width: 59%;
}
.table ul li.table_li span.w-60 {
  flex: none;
  width: 60%;
}
.table ul li.table_li span.w-61 {
  flex: none;
  width: 61%;
}
.table ul li.table_li span.w-62 {
  flex: none;
  width: 62%;
}
.table ul li.table_li span.w-63 {
  flex: none;
  width: 63%;
}
.table ul li.table_li span.w-64 {
  flex: none;
  width: 64%;
}
.table ul li.table_li span.w-65 {
  flex: none;
  width: 65%;
}
.table ul li.table_li span.w-66 {
  flex: none;
  width: 66%;
}
.table ul li.table_li span.w-67 {
  flex: none;
  width: 67%;
}
.table ul li.table_li span.w-68 {
  flex: none;
  width: 68%;
}
.table ul li.table_li span.w-69 {
  flex: none;
  width: 69%;
}
.table ul li.table_li span.w-70 {
  flex: none;
  width: 70%;
}
.table ul li.table_li span.w-71 {
  flex: none;
  width: 71%;
}
.table ul li.table_li span.w-72 {
  flex: none;
  width: 72%;
}
.table ul li.table_li span.w-73 {
  flex: none;
  width: 73%;
}
.table ul li.table_li span.w-74 {
  flex: none;
  width: 74%;
}
.table ul li.table_li span.w-75 {
  flex: none;
  width: 75%;
}
.table ul li.table_li span.w-76 {
  flex: none;
  width: 76%;
}
.table ul li.table_li span.w-77 {
  flex: none;
  width: 77%;
}
.table ul li.table_li span.w-78 {
  flex: none;
  width: 78%;
}
.table ul li.table_li span.w-79 {
  flex: none;
  width: 79%;
}
.table ul li.table_li span.w-80 {
  flex: none;
  width: 80%;
}
.table ul li.table_li span.w-81 {
  flex: none;
  width: 81%;
}
.table ul li.table_li span.w-82 {
  flex: none;
  width: 82%;
}
.table ul li.table_li span.w-83 {
  flex: none;
  width: 83%;
}
.table ul li.table_li span.w-84 {
  flex: none;
  width: 84%;
}
.table ul li.table_li span.w-85 {
  flex: none;
  width: 85%;
}
.table ul li.table_li span.w-86 {
  flex: none;
  width: 86%;
}
.table ul li.table_li span.w-87 {
  flex: none;
  width: 87%;
}
.table ul li.table_li span.w-88 {
  flex: none;
  width: 88%;
}
.table ul li.table_li span.w-89 {
  flex: none;
  width: 89%;
}
.table ul li.table_li span.w-90 {
  flex: none;
  width: 90%;
}
.table ul li.table_li span.w-91 {
  flex: none;
  width: 91%;
}
.table ul li.table_li span.w-92 {
  flex: none;
  width: 92%;
}
.table ul li.table_li span.w-93 {
  flex: none;
  width: 93%;
}
.table ul li.table_li span.w-94 {
  flex: none;
  width: 94%;
}
.table ul li.table_li span.w-95 {
  flex: none;
  width: 95%;
}
.table ul li.table_li span.w-96 {
  flex: none;
  width: 96%;
}
.table ul li.table_li span.w-97 {
  flex: none;
  width: 97%;
}
.table ul li.table_li span.w-98 {
  flex: none;
  width: 98%;
}
.table ul li.table_li span.w-99 {
  flex: none;
  width: 99%;
}
.table ul li.table_li span.w-100 {
  flex: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table ul li.table_li span {
    flex: none;
    width: 100% !important;
  }
}
.table ul li .table_th,
.table ul li .table_td {
  width: auto;
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  border-right: 2px dotted #0c4d46;
  background-color: #ffffff;
  color: #0c4d46;
  position: relative;
}
@media screen and (max-width: 768px) {
  .table ul li .table_th,
  .table ul li .table_td {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 2px dotted rgba(12, 77, 70, 0.3);
  }
}
@media screen and (max-width: 480px) {
  .table ul li .table_th,
  .table ul li .table_td {
    padding: 1.25em;
  }
}
.table ul li .table_th:last-child,
.table ul li .table_td:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .table ul li .table_th:last-child,
  .table ul li .table_td:last-child {
    border-bottom: none;
  }
}
.table ul li .table_td {
  width: auto;
}
.table ul li .table_td strong {
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.table ul li {
  /* 1列目見出し */
}
.table ul li .col_th,
.table ul li .row_th {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.1em;
  border-right: none;
  background: linear-gradient(to right, #5ead51, #a5e289);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .table ul li .col_th,
  .table ul li .row_th {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .table ul li .col_th {
    display: none;
  }
}
.table ul li .col_th_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .table ul li .col_th_sp {
    display: block;
    font-size: 0.8em;
    opacity: 0.6;
  }
}

/* 沿革・タイムライン -------------------------------- */
.tl_box {
  padding-bottom: 2.5em;
  /* 横並び共通 */
}
.tl_box.side_tl, .tl_box.side_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .tl_box.side_tl, .tl_box.side_img {
    gap: 2.5em;
  }
}
.tl_box.side_tl .tl, .tl_box.side_img .tl {
  width: 45% !important;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .tl_box.side_tl .tl, .tl_box.side_img .tl {
    width: 100% !important;
  }
}
.tl_box .tl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tl_box .tl {
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 480px) {
  .tl_box .tl {
    margin-bottom: 2.5em;
  }
  .tl_box .tl:last-child {
    margin-bottom: 0;
  }
}
.tl_box .tl {
  /* 見出し */
}
.tl_box .tl h3,
.tl_box .tl h4 {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .tl_box .tl h3,
  .tl_box .tl h4 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  .tl_box .tl h3,
  .tl_box .tl h4 {
    font-size: 1.15em;
  }
}
.tl_box .tl {
  /* リスト */
}
.tl_box .tl ul {
  list-style: none inside;
  text-align: left;
  display: table;
  width: auto;
}
.tl_box .tl ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: table-row;
}
.tl_box .tl ul li:first-child::before {
  top: 2em;
}
.tl_box .tl ul li:last-child::before {
  height: 2em;
  bottom: auto;
}
.tl_box .tl ul li:last-child .tl_txt::before {
  opacity: 0;
}
.tl_box .tl ul li:last-child .tl_time,
.tl_box .tl ul li:last-child .tl_txt,
.tl_box .tl ul li:last-child .tl_txt:not(:has(.tl_desc)) .tl_ttl {
  padding-bottom: 0;
}
.tl_box .tl ul li .tl_time,
.tl_box .tl ul li .tl_txt {
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 1.5em 1.5em 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
  box-sizing: border-box;
}
.tl_box .tl ul li .tl_time {
  font-family: new-order, aralet-n, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: table-cell;
  white-space: nowrap;
  padding-left: 0;
  text-align: right;
}
.tl_box .tl ul li .tl_txt {
  display: table-cell;
  width: 100%;
  padding-right: 0;
  font-weight: 500;
}
.tl_box .tl ul li .tl_txt strong {
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.tl_box .tl ul li .tl_txt::before, .tl_box .tl ul li .tl_txt::after {
  content: "";
  display: block;
}
.tl_box .tl ul li .tl_txt {
  /* 線 */
}
.tl_box .tl ul li .tl_txt::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin: auto;
  border-right: solid 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tl_box .tl ul li .tl_txt {
  /* 丸 */
}
.tl_box .tl ul li .tl_txt::after {
  position: absolute;
  top: 0.3em;
  left: -0.2em;
  right: auto;
  bottom: auto;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #0c4d46;
  z-index: 2;
}
.sec-bg2 .tl_box .tl ul li .tl_txt::after, .sec-bg5 .tl_box .tl ul li .tl_txt::after, .sec-bg6 .tl_box .tl ul li .tl_txt::after {
  background: #ffffff;
}
.tl_box .tl ul li .tl_txt .tl_ttl {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  font-size: 1.2em;
  line-height: 1.2em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .tl_box .tl ul li .tl_txt .tl_ttl {
    font-size: 1em;
  }
}
.tl_box .tl ul li .tl_img {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  margin-top: 1em;
}
.tl_box .tl ul li .tl_img img {
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tl_box .tl ul {
  /* 最後の点線 */
}
.tl_box .tl ul.on li:last-child .tl_txt::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin: auto;
  border-right: dotted 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (max-width: 768px) {
  .tl_box .tl ul.on li:last-child .tl_txt::before {
    left: 0;
  }
}
.tl_box .img_container {
  width: 45%;
  height: inherit;
  padding: 0;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .tl_box .img_container {
    display: none;
  }
}
.tl_box .img_container .imgbox {
  position: sticky;
  top: 30%;
}
.tl_box .img_container .imgbox img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 注釈 -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.note_list.bgcolor {
  color: #0c4d46;
  background: #ffffff;
  padding: 2.5em;
  border-radius: 1em;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 480px) {
  .note_list.bgcolor {
    padding: 1.25em;
  }
}
.note_list {
  /* 見出し */
}
.note_list h3,
.note_list h4 {
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ffeb60;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .note_list h3,
  .note_list h4 {
    font-size: 1.25em;
  }
}
.note_list {
  /* リスト */
}
.note_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.7em;
  padding-left: 1.5em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  padding-right: 0.2em;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}
.note_list ul li h5 {
  display: block;
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .note_list ul li h5 {
    font-size: 1em;
  }
}
.note_list ul li h5 + p {
  padding-top: 0.5em;
}
.note_list ul li p {
  display: inline-block;
}

/* 吹き出し -------------------------------- */
.balloon_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
}
.balloon_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.balloon_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 2.5em;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .balloon_list ul li {
    gap: 1.5em;
    margin-bottom: 1.5em;
  }
}
.balloon_list ul li:last-child {
  margin-bottom: 0;
}
.balloon_list ul li .imgbox {
  width: 6.5em;
  position: relative;
  box-sizing: border-box;
}
.balloon_list ul li .txtbox {
  position: relative;
  box-sizing: border-box;
  flex: 1;
}
.balloon_list ul li .txtbox p {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2em;
  padding-bottom: 2em !important;
  border-radius: 1em;
  background-color: #ffffff;
  color: #0c4d46;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 480px) {
  .balloon_list ul li .txtbox p {
    padding: 1.25em;
    padding-bottom: 1.25em !important;
  }
}
.balloon_list ul li .txtbox p span {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: block;
  line-height: 1.5em;
}
.balloon_list ul li .txtbox p.large span {
  font-size: 1.2em;
  line-height: 2em;
}
@media screen and (max-width: 480px) {
  .balloon_list ul li .txtbox p.large span {
    font-size: 1.1em;
  }
}
.balloon_list ul li {
  /* 左しっぽ */
}
@media screen and (max-width: 480px) {
  .balloon_list ul li.left_tail {
    flex-direction: column;
  }
}
.balloon_list ul li.left_tail .imgbox {
  padding-right: 0.5em;
}
.balloon_list ul li.left_tail .txtbox {
  padding-left: 1em;
}
@media screen and (max-width: 480px) {
  .balloon_list ul li.left_tail .txtbox {
    padding-left: 0;
  }
}
.balloon_list ul li.left_tail .txtbox p {
  background-color: rgba(255, 255, 255, 0.5);
}
.sec-bg1 .balloon_list ul li.left_tail .txtbox p {
  background-color: #fff;
}
.balloon_list ul li.left_tail .txtbox p::before {
  content: "";
  position: absolute;
  top: 2.75em;
  left: -1.6em;
  right: auto;
  bottom: auto;
  margin-top: -0.66em;
  border: transparent solid 0.66em;
  border-right: rgba(255, 255, 255, 0.5) solid 1em;
  z-index: 2;
}
.sec-bg1 .balloon_list ul li.left_tail .txtbox p::before {
  border-right: #fff solid 1em;
}
@media screen and (max-width: 480px) {
  .balloon_list ul li.left_tail .txtbox p::before {
    top: -0.75em;
    left: 2em;
    rotate: 90deg;
  }
}
.balloon_list ul li {
  /* 右しっぽ */
}
.balloon_list ul li.right_tail {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  .balloon_list ul li.right_tail {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.balloon_list ul li.right_tail .imgbox {
  padding-left: 0.5em;
}
.balloon_list ul li.right_tail .txtbox {
  padding-right: 1em;
}
@media screen and (max-width: 480px) {
  .balloon_list ul li.right_tail .txtbox {
    padding-right: 0;
  }
}
.balloon_list ul li.right_tail .txtbox p::before {
  content: "";
  position: absolute;
  top: 2.75em;
  left: auto;
  right: -1.6em;
  bottom: auto;
  margin-top: -0.66em;
  border: transparent solid 0.66em;
  border-left: #ffffff solid 1em;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .balloon_list ul li.right_tail .txtbox p::before {
    top: auto;
    bottom: -1.4em;
    right: 2em;
    rotate: 90deg;
  }
}

/* =============== Youtube動画 ========================================================= */
.yttxt .imgtxt_img {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .yttxt .imgtxt_img {
    width: 100%;
  }
}

.youtube_box {
  width: 100%;
  margin-bottom: 1em;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
}
.youtube_box span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =============== 余白ゼロ ========================================================= */
.partspage-ctt .sec .innerbox p:last-child,
.partspage-ctt .sec .innerbox p.parts_copy:last-child,
.partspage-ctt .sec .innerbox p.note:last-child,
.partspage-ctt .sec .innerbox .btn:last-child,
.partspage-ctt .sec .innerbox .parts_img:last-child,
.partspage-ctt .sec .innerbox .imgltxt:last-child,
.partspage-ctt .sec .innerbox .imgrtxt:last-child,
.partspage-ctt .sec .innerbox .imgcard_l1:last-child,
.partspage-ctt .sec .innerbox .imgcard_l2:last-child,
.partspage-ctt .sec .innerbox .imgcard_l3:last-child,
.partspage-ctt .sec .innerbox .imgcard_l4:last-child,
.partspage-ctt .sec .innerbox .imgcard_l5:last-child,
.partspage-ctt .sec .innerbox .imgcard_l6:last-child,
.partspage-ctt .sec .innerbox .tl_box:last-child,
.partspage-ctt .sec .innerbox .pdf_box:last-child,
.partspage-ctt .sec .innerbox .faq_box:last-child {
  padding-bottom: 0;
}
.partspage-ctt .sec .innerbox .textbox:last-child,
.partspage-ctt .sec .innerbox .no_list:last-child,
.partspage-ctt .sec .innerbox .check_list:last-child,
.partspage-ctt .sec .innerbox .order_list:last-child,
.partspage-ctt .sec .innerbox .table:last-child,
.partspage-ctt .sec .innerbox .note_list:last-child,
.partspage-ctt .sec .innerbox .access_map:last-child,
.partspage-ctt .sec .innerbox .table:last-child,
.partspage-ctt .sec .innerbox .balloon_list:last-child {
  margin-bottom: 0;
}

.imgcard_l2 img:last-child,
.imgcard_l3 img:last-child,
.imgcard_l4 img:last-child,
.imgcard_l5 img:last-child,
.imgcard_l6 img:last-child {
  margin-bottom: 0;
}
.imgcard_l2 a img:last-child,
.imgcard_l3 a img:last-child,
.imgcard_l4 a img:last-child,
.imgcard_l5 a img:last-child,
.imgcard_l6 a img:last-child {
  margin-bottom: 1em;
}
.imgcard_l2 a:last-child img,
.imgcard_l3 a:last-child img,
.imgcard_l4 a:last-child img,
.imgcard_l5 a:last-child img,
.imgcard_l6 a:last-child img {
  margin-bottom: 0;
}
.imgcard_l2 a:last-child img:last-child,
.imgcard_l3 a:last-child img:last-child,
.imgcard_l4 a:last-child img:last-child,
.imgcard_l5 a:last-child img:last-child,
.imgcard_l6 a:last-child img:last-child {
  margin-bottom: 0;
}

li .youtube_box:last-child {
  margin-bottom: 0;
}

.imgtxt_img .youtube_box {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .tl_box:last-child .tl {
    margin-bottom: 0;
  }
}

/* =============== フローレイアウト ========================================================= */
.imgcard_flow li::after {
  font: var(--fa-font-solid);
  content: "\f105";
  color: #0c4d46;
  font-size: 1em;
  width: 0.25em;
  height: 0.5em;
  position: absolute;
  inset: 30% -5% auto auto;
}

.imgcard_flow li:last-child::after {
  display: none;
}

@media screen and (min-width: 769px) {
  .imgcard_flow.imgcard_l1 li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    color: #0c4d46;
    font-size: 2em;
    width: 1em;
    height: 0.5em;
    position: absolute;
    inset: auto auto -1em 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_flow.imgcard_l1_tb li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    color: #0c4d46;
    font-size: 2em;
    width: 1em;
    height: 0.5em;
    position: absolute;
    inset: auto auto -2.5% 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  .imgcard_flow.imgcard_l1_sp li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    color: #0c4d46;
    font-size: 2em;
    width: 1em;
    height: 0.5em;
    position: absolute;
    inset: auto auto -0.75em 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .imgcard_flow.imgcard_l2 li::after {
    top: 31%;
  }
  .imgcard_flow.imgcard_l3 li::after {
    top: 30%;
  }
  .imgcard_flow.imgcard_l4 li::after {
    top: 26%;
  }
  .imgcard_flow.imgcard_l5 li::after {
    top: 21%;
  }
  .imgcard_flow.imgcard_l6 li::after {
    top: 17%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_flow.imgcard_l2_tb li::after {
    top: 30%;
  }
  .imgcard_flow.imgcard_l3_tb li::after {
    top: 22%;
  }
  .imgcard_flow.imgcard_l4_tb li::after {
    top: 19%;
  }
  .imgcard_flow.imgcard_l5_tb li::after {
    top: 13%;
  }
  .imgcard_flow.imgcard_l6_tb li::after {
    top: 9%;
  }
}
@media screen and (max-width: 480px) {
  .imgcard_flow.imgcard_l2_sp li::after {
    top: 21%;
  }
  .imgcard_flow.imgcard_l3_sp li::after {
    top: 13%;
  }
  .imgcard_flow.imgcard_l4_sp li::after {
    top: 9%;
  }
  .imgcard_flow.imgcard_l5_sp li::after {
    top: 5%;
  }
  .imgcard_flow.imgcard_l6_sp li::after {
    top: 3.5%;
  }
}
.imgcard.imgcard_flow:not(:has(img)) li {
  background-color: #ffffff;
  padding: 1em;
  border-radius: 1em;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 481px) {
  .imgcard.imgcard_flow:not(:has(img)) li::after {
    top: 50%;
    translate: 0 -50%;
  }
}

.imgcard.imgcard_flow:not(:has(img)) li h3 {
  margin-bottom: 0.25em;
}

.partspage-ctt .btn:not(:last-child) {
  padding-bottom: 2.5em;
}
.partspage-ctt .btn a {
  text-decoration: none;
  padding-right: 3em;
}
.partspage-ctt .card-btn {
  width: 100%;
  margin-top: 1em;
  position: relative;
}
.partspage-ctt .card-btn div {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  min-width: 18em;
  line-height: 1;
  border-radius: 5em;
  padding: 1.5em 2em;
  background: #0c4d46;
  color: #ffffff;
  text-align: center;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
.partspage-ctt .card-btn div:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.partspage-ctt .card-btn div {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .partspage-ctt .card-btn div {
    padding: 1.25em 2em;
  }
}
.partspage-ctt .card-btn div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 1.05em;
  height: 1.2em;
  transform: translateY(-50%);
  background-image: url("/images/ya_w.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  translate: 0 0;
  transition: transform 0.4s ease;
  animation: bounce-btn-ya 3s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
.partspage-ctt .card-btn div:hover {
  text-decoration: none;
}
.partspage-ctt .card-btn div:hover::after {
  animation-play-state: paused;
  transform: translate(0.4em, -50%);
}
.partspage-ctt .card-btn div {
  min-width: auto;
}

.sec-bg1 .btn a,
.sec-bg3 .btn a {
  color: #ffffff;
}

.sec-bg2 .card-btn div,
.sec-bg2 .btn a,
.sec-bg4 .card-btn div,
.sec-bg4 .btn a,
.sec-bg5 .card-btn div,
.sec-bg5 .btn a,
.sec-bg6 .card-btn div,
.sec-bg6 .btn a {
  background: #ffffff;
  color: #0c4d46;
}
.sec-bg2 .card-btn div:after,
.sec-bg2 .btn a:after,
.sec-bg4 .card-btn div:after,
.sec-bg4 .btn a:after,
.sec-bg5 .card-btn div:after,
.sec-bg5 .btn a:after,
.sec-bg6 .card-btn div:after,
.sec-bg6 .btn a:after {
  background-image: url(/images/ya.svg);
}

/* PDFファイル -------------------------------- */
.pdf_box {
  padding-bottom: 2.5em;
  /* 見出し */
}
.pdf_box h4 {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .pdf_box h4 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  .pdf_box h4 {
    font-size: 1.15em;
  }
}
.pdf_box ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5em;
  list-style: none inside;
}
@media screen and (max-width: 768px) {
  .pdf_box ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .pdf_box ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pdf_box ul li a {
  display: block;
  padding: 1em 2em;
  color: #0c4d46;
  background-color: #fbf9f7;
  border-radius: 5em;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  position: relative;
  overflow: clip;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
}
.sec-bg1 .pdf_box ul li a {
  background-color: #0c4d46;
  color: #ffffff;
}
.pdf_box ul li a i {
  position: relative;
  top: -0.1em;
}
.pdf_box ul li a span {
  display: inline-block;
  padding-left: 0.25em;
  position: relative;
}
.pdf_box ul li a:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

/* =======================================================================================================================
　　　　　　　　　Q&A
======================================================================================================================= */
.faq_box {
  padding-bottom: 2.5em;
  /* -------------------------- Q&Aリスト ------------------------------------------- */
}
.faq_box ul.qa_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.faq_box ul.qa_list li.qa_set {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #0c4d46;
  border-radius: 1em;
  overflow: hidden;
  margin-bottom: 0.5em;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
}
.faq_box ul.qa_list li.qa_set label {
  cursor: pointer;
}
.faq_box ul.qa_list li.qa_set {
  /* テキスト ------------------------------------------- */
}
.faq_box ul.qa_list li.qa_set .qa_txt {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* Q */
}
.faq_box ul.qa_list li.qa_set .qa_txt .question {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  line-height: 2em;
  padding: 1em 4em;
  text-indent: -2em;
}
@media screen and (max-width: 480px) {
  .faq_box ul.qa_list li.qa_set .qa_txt .question {
    padding: 1em 3em;
  }
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::before {
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
  content: "Q";
  font-weight: 700;
  font-size: 1.5em;
  padding-right: 0.5em;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::after {
  content: "+";
  display: block;
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
  position: absolute;
  top: 0.5em;
  right: 0;
}
.faq_box ul.qa_list li.qa_set .qa_txt {
  /* A */
}
.faq_box ul.qa_list li.qa_set .qa_txt .answer {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: 1s ease-in-out;
  backface-visibility: hidden;
}
.faq_box ul.qa_list li.qa_set .qa_txt .answer span {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em 4em;
  text-indent: -2em;
  line-height: 2em;
}
@media screen and (max-width: 480px) {
  .faq_box ul.qa_list li.qa_set .qa_txt .answer span {
    padding: 1em 3em;
  }
}
.faq_box ul.qa_list li.qa_set .qa_txt .answer span::before {
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
  content: "A";
  font-size: 1.5em;
  font-weight: 700;
  padding-right: 0.5em;
}
.faq_box ul.qa_list li.qa_set {
  /* 開閉動作 ------------------------------------------- */
}
.faq_box ul.qa_list li.qa_set .qa_open {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt {
  /* Q */
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question {
  background-color: #0c4d46;
  color: #ffffff;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::after {
  content: "-";
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt {
  /* A */
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .answer {
  max-height: 50em;
}
.faq_box {
  /* -------------------------- リンクボタン ------------------------------------------- */
}
.faq_box .btn {
  padding-top: 2em;
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contactpage-ctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.contactpage-ctt .link {
  color: #f28b93;
  text-decoration: underline;
}
.contactpage-ctt .link:hover {
  opacity: 0.5;
}
.contactpage-ctt {
  /* =============== 共通 ========================================================= */
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .parts_hd .hd_jp {
    font-size: 1.6em;
  }
}
.contactpage-ctt .ct_info {
  padding-bottom: 2.5em;
}
.contactpage-ctt {
  /* =============== 電話 ========================================================= */
}
.contactpage-ctt .contact_tel .contacttel_tel {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  line-height: 1em;
  padding-top: 0.15em;
  padding-bottom: 0.1em;
  color: #0c4d46;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .contacttel_tel {
    font-size: 2em;
  }
}
.contactpage-ctt .contact_tel .contacttel_tel a {
  text-decoration: none;
}
.contactpage-ctt .contact_tel .contacttel_tel .eg::before {
  position: relative;
  font-size: 0.7em;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  content: "\f095";
  top: -0.1em;
  padding-right: 0.25em;
}
.contactpage-ctt .contact_tel .time_holiday {
  padding-bottom: 0;
}
.contactpage-ctt .contact_tel .contacttel_time {
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  line-height: 1.3em;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .contacttel_time {
    font-size: 1em;
  }
}
.contactpage-ctt .contact_tel ul.tel_list {
  display: flex;
  flex-wrap: wrap;
}
.contactpage-ctt .contact_tel ul.tel_list li {
  list-style: none;
  padding-right: 5em;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel ul.tel_list li {
    padding-right: 0;
  }
}
.contactpage-ctt {
  /* =============== WEB ========================================================= */
}
.contactpage-ctt .webcontact.lazyloaded::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
body.archive article,
body.archive .innerbox {
  position: relative;
  z-index: 100;
}

/* ================= 共通パーツ ============================================================ */
#postlist,
#newspost {
  /* 月選択 */
}
#postlist select,
#newspost select {
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1em;
  position: relative;
  box-sizing: border-box;
  height: 2em;
  padding: 0.25em 1em;
  background: inherit;
  border: none;
  color: #0c4d46;
  border-bottom: solid 0.15em;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  #postlist select,
  #newspost select {
    font-size: 0.9em;
  }
}
#postlist select option,
#newspost select option {
  background: #2aac47;
  color: #fbf9f7;
  cursor: pointer;
  font-size: 0.8em;
}
@media screen and (max-width: 480px) {
  #postlist select option,
  #newspost select option {
    font-size: 1em;
  }
}
#postlist,
#newspost {
  /* -------------------------- ページヘッダー ------------------------------------------- */
}
#postlist #page-header .innerbox,
#newspost #page-header .innerbox {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #postlist #page-header .innerbox,
  #newspost #page-header .innerbox {
    flex-wrap: wrap;
  }
}
#postlist #page-header .innerbox .ttl_box,
#newspost #page-header .innerbox .ttl_box {
  padding-right: 2.5em;
}
#postlist #page-header .innerbox,
#newspost #page-header .innerbox {
  /* 英語タイトル */
}
#postlist #page-header .innerbox .eg_ttl,
#newspost #page-header .innerbox .eg_ttl {
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #postlist #page-header .innerbox .eg_ttl,
  #newspost #page-header .innerbox .eg_ttl {
    padding-top: 0.5em;
  }
}
#postlist #page-header .innerbox .eg_ttl,
#newspost #page-header .innerbox .eg_ttl {
  /* 月別アーカイブ */
}
#postlist #page-header .innerbox .eg_ttl small,
#newspost #page-header .innerbox .eg_ttl small {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  padding-left: 0.25em;
}
#postlist #page-header .innerbox .eg_ttl small .year,
#newspost #page-header .innerbox .eg_ttl small .year {
  font-size: 0.4em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#postlist #page-header .innerbox .eg_ttl small .month,
#newspost #page-header .innerbox .eg_ttl small .month {
  font-size: 0.6em;
  padding-left: 0.1em;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#postlist #page-header .innerbox,
#newspost #page-header .innerbox {
  /* ページタイトル */
}
#postlist #page-header .innerbox .page_ttl,
#newspost #page-header .innerbox .page_ttl {
  width: auto;
  text-wrap: nowrap;
}
#postlist #page-header .innerbox .subttl_box,
#newspost #page-header .innerbox .subttl_box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  padding-top: 0.5em;
  /* 英語タイトル */
}
#postlist #page-header .innerbox .subttl_box .eg_ttl,
#newspost #page-header .innerbox .subttl_box .eg_ttl {
  width: auto;
}
#postlist #page-header .innerbox .subttl_box,
#newspost #page-header .innerbox .subttl_box {
  /* 月選択 */
}
#postlist #page-header .innerbox .subttl_box select,
#newspost #page-header .innerbox .subttl_box select {
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 1.2em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #postlist #page-header .innerbox .subttl_box select,
  #newspost #page-header .innerbox .subttl_box select {
    margin-top: 0.25em;
  }
}
@media screen and (max-width: 480px) {
  #postlist #page-header .innerbox .subttl_box select,
  #newspost #page-header .innerbox .subttl_box select {
    margin-top: 0;
    margin-left: 0.5em;
  }
}
#postlist #page-header .innerbox .subttl_box .btn a,
#newspost #page-header .innerbox .subttl_box .btn a {
  background: #0c4d46;
  color: #fbf9f7;
  border: #fbf9f7 solid 0.15em;
}
#postlist #page-header .innerbox:has(.backbtn),
#newspost #page-header .innerbox:has(.backbtn) {
  justify-content: space-between;
}
#postlist #page-header .cat_list,
#newspost #page-header .cat_list {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 1em;
  padding-left: 1.25em;
}
@media screen and (max-width: 768px) {
  #postlist #page-header .cat_list,
  #newspost #page-header .cat_list {
    padding-top: 2.5em;
    padding-left: 0;
  }
}
#postlist #page-header .cat_list li,
#newspost #page-header .cat_list li {
  list-style: none inside;
  display: block;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#postlist #page-header .cat_list li .btn a,
#newspost #page-header .cat_list li .btn a {
  background: #0c4d46;
  color: #fbf9f7;
  border: #fbf9f7 solid 0.15em;
  display: inline-block;
  font-size: 1em;
  min-width: 8em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media screen and (max-width: 768px) {
  #postlist #page-header .cat_list li .btn a,
  #newspost #page-header .cat_list li .btn a {
    font-size: 0.9em;
    min-width: 7em;
  }
}
@media screen and (max-width: 480px) {
  #postlist #page-header .cat_list li .btn a,
  #newspost #page-header .cat_list li .btn a {
    font-size: 0.8em;
  }
}
#postlist #page-header .cat_list li .btn a:hover,
#newspost #page-header .cat_list li .btn a:hover {
  background: #fbf9f7;
  color: #0c4d46;
  border-color: #0c4d46;
}
#postlist #page-header .cat_list li a.active,
#newspost #page-header .cat_list li a.active {
  background: #fbf9f7;
  color: #0c4d46;
  pointer-events: none;
  border-radius: 2em;
}
#postlist #page-header .cat_list li,
#newspost #page-header .cat_list li {
  /* カテゴリー子要素 */
}
#postlist #page-header .cat_list li ul.children,
#newspost #page-header .cat_list li ul.children {
  display: flex;
  gap: 1em;
}
#postlist #page-header .backbtn,
#newspost #page-header .backbtn {
  padding-top: 3.6em;
}
@media screen and (max-width: 1350px) {
  #postlist #page-header .backbtn,
  #newspost #page-header .backbtn {
    padding-top: 3em;
  }
}
@media screen and (max-width: 768px) {
  #postlist #page-header .backbtn,
  #newspost #page-header .backbtn {
    padding-top: 2.2em;
  }
}
@media screen and (max-width: 480px) {
  #postlist #page-header .backbtn,
  #newspost #page-header .backbtn {
    padding-top: 1.2em;
  }
}
#postlist #page-header .backbtn a,
#newspost #page-header .backbtn a {
  font-size: 1em;
  min-width: 10em;
  background: #0c4d46;
  color: #fbf9f7;
  border: #fbf9f7 solid 0.15em;
}
#postlist #page-header .backbtn a:hover,
#newspost #page-header .backbtn a:hover {
  background: #fbf9f7;
  color: #0c4d46;
  border-color: #0c4d46;
}
@media screen and (max-width: 480px) {
  #postlist #page-header .backbtn a,
  #newspost #page-header .backbtn a {
    font-size: 0.65em;
    min-width: 8em;
  }
}

/* -------------------------- お知らせ一覧 ------------------------------------------- */
.archive_news {
  padding-top: 5em;
}
@media screen and (max-width: 480px) {
  .archive_news {
    padding-top: 2.5em;
  }
}

/* -------------------------- 投稿フッター ------------------------------------------- */
#footer-post {
  padding: 5em 0;
  box-shadow: inset 0em -1em 1em rgba(0, 0, 0, 0.15);
}
#footer-post .innerbox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (min-width: 769px) {
  #footer-post .innerbox {
    padding: 0 5em;
  }
}
#footer-post .innerbox {
  /* 見出し */
}
#footer-post .innerbox .pf_ttl {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1em;
  padding-bottom: 2.5em;
  color: #0c4d46;
}
#footer-post .innerbox {
  /* 最新のお知らせ ------------------------------------------- */
}
#footer-post .innerbox .post_sec {
  width: 75%;
  position: relative;
  box-sizing: border-box;
  padding-right: 2.5em;
  border-right: 4px dotted rgba(12, 77, 70, 0.8);
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec {
    width: 100%;
    padding-right: 0;
    padding-bottom: 5em;
    border-right: none;
    border-bottom: 4px dotted rgba(12, 77, 70, 0.8);
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .post_sec {
    border-bottom: none;
  }
}
#footer-post .innerbox {
  /* 過去のお知らせ ------------------------------------------- */
}
#footer-post .innerbox .archive_sec {
  width: 25%;
  position: relative;
  box-sizing: border-box;
  padding-left: 2.5em;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .archive_sec {
    width: 100%;
    padding-top: 5em;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .archive_sec {
    padding-top: 0;
  }
}
#footer-post .innerbox .archive_sec {
  /* 月別アーカイブ */
}
#footer-post .innerbox .archive_sec .m_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  font-family: new-order, aralet-n, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .archive_sec .m_list {
    display: none;
  }
}
#footer-post .innerbox .archive_sec .m_list li {
  line-height: 1em;
  padding-bottom: 1em;
}
#footer-post .innerbox .archive_sec .m_list li a {
  text-decoration: none;
}
#footer-post .innerbox .archive_sec .m_list li a:hover {
  opacity: 0.5;
}
#footer-post .innerbox .archive_sec {
  /* 月選択 */
}
#footer-post .innerbox .archive_sec select {
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 5em;
  padding-left: 0;
}
@media screen and (max-width: 1350px) {
  #footer-post .innerbox .archive_sec select {
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .archive_sec select {
    width: auto;
    margin-top: -0.25em;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  #footer-post .innerbox .archive_sec select {
    margin-left: 1em;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .archive_sec select {
    width: 100%;
  }
}
#footer-post .innerbox .archive_sec {
  /* ボタン */
}
#footer-post .innerbox .archive_sec .btn {
  width: 100%;
}
#footer-post .innerbox .archive_sec .btn a {
  width: 100%;
  min-width: unset;
  font-size: 1em;
  text-align: center;
}
#footer-post .news-list .news-area span,
#footer-post .news-list .news-date span {
  color: #0c4d46;
}
@media screen and (max-width: 768px) {
  #footer-post .news-list .card:last-child {
    display: none;
  }
}

/* ページナビゲーション */
.pager {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 7.5em;
}
@media screen and (max-width: 768px) {
  .pager {
    padding-top: 5em;
  }
}
.pager a {
  text-decoration: none;
}
.pager a:hover {
  opacity: 0.5;
}
.pager p {
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.pager .no-link {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.pager .first,
.pager .last {
  transform: scale(0.6);
  transform-origin: 50% 50%;
}
.pager .prev,
.pager .next {
  transform: scale(0.7);
  transform-origin: 50% 50%;
}
.pager .nth-box {
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
}
.pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  padding: 0 0.5em;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}

.taxonomy_filter {
  padding-bottom: 0;
}
.taxonomy_filter_wrap {
  background-color: #ffffff;
  padding: 2em 2.5em;
  border-radius: 1em;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 480px) {
  .taxonomy_filter_wrap {
    padding: 1.5em;
  }
}
.taxonomy_filter_detail {
  width: 100%;
}
.taxonomy_filter_summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
  color: #0c4d46;
  font-size: 1.25em;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .taxonomy_filter_summary {
    font-size: 1.1em;
  }
}
.taxonomy_filter_summary::-webkit-details-marker {
  display: none;
}
.taxonomy_filter_summary::after {
  content: "+";
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  color: #ffffff;
  background-color: #0c4d46;
  border-radius: 50%;
  line-height: 1;
}
.taxonomy_filter_detail[open] .taxonomy_filter_summary {
  margin-bottom: 1.5em;
}
.taxonomy_filter_detail[open] .taxonomy_filter_summary::after {
  content: "-";
}
.taxonomy_filter .filter_result {
  margin-bottom: 1.5em;
  padding: 1em 1.25em;
  background-color: #fbf9f7;
  border: 1px solid rgba(12, 77, 70, 0.16);
  border-radius: 0.75em;
}
.taxonomy_filter .filter_result_ttl {
  font-size: 1.25em;
  color: #0c4d46;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 480px) {
  .taxonomy_filter .filter_result_ttl {
    font-size: 1.1em;
  }
}
.taxonomy_filter .filter_result_list {
  display: flex;
  flex-direction: column;
  gap: 0.35em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.taxonomy_filter .filter_result_list li {
  color: #6f5d58;
  font-size: 0.9em;
  line-height: 1.6;
}
.taxonomy_filter .filter_result_list li.info_job::before {
  content: "職種：";
  opacity: 0.6;
}
.taxonomy_filter .filter_result_list li.info_employment::before {
  content: "雇用形態：";
  opacity: 0.6;
}
.taxonomy_filter .filter_result_list li.info_location::before {
  content: "勤務地：";
  opacity: 0.6;
}
.taxonomy_filter .filter_result_list li.info_condition::before {
  content: "条件：";
  opacity: 0.6;
}
.taxonomy_filter .cate_area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .taxonomy_filter .cate_area {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.taxonomy_filter .cate_box {
  box-sizing: border-box;
  padding: 1.5em;
  background: #fbf9f7;
  border: 1px solid rgba(12, 77, 70, 0.16);
  border-radius: 0.75em;
}
@media screen and (max-width: 480px) {
  .taxonomy_filter .cate_box {
    padding: 1.25em 0.75em;
  }
}
.taxonomy_filter .cate_box:first-child .cate_parent > label {
  background-color: transparent;
}
.taxonomy_filter .cate_ttl {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
  color: #0c4d46;
  font-size: 1.1em;
  line-height: 1.4;
  padding-bottom: 0.75em;
  border-bottom: 1px dashed rgba(12, 77, 70, 0.3);
}
@media screen and (max-width: 480px) {
  .taxonomy_filter .cate_ttl {
    font-size: 1em;
  }
}
.taxonomy_filter .cate_ttl i {
  color: #0c4d46;
  font-size: 0.9em;
}
.taxonomy_filter .catelist,
.taxonomy_filter .cate_child {
  list-style: none;
  margin: 0;
  padding: 0;
}
.taxonomy_filter .catelist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.taxonomy_filter .catelist > li {
  display: block;
}
.taxonomy_filter .catelist a,
.taxonomy_filter .catelist label {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  box-sizing: border-box;
  min-height: 2.4em;
  padding: 0.45em 1em;
  color: #0c4d46;
  background: #ffffff;
  border: 1px solid rgba(12, 77, 70, 0.35);
  border-radius: 2em;
  font-size: 0.75em;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.taxonomy_filter .catelist a input,
.taxonomy_filter .catelist label input {
  display: none;
}
.taxonomy_filter .catelist a:has(input:checked), .taxonomy_filter .catelist a:hover,
.taxonomy_filter .catelist label:has(input:checked),
.taxonomy_filter .catelist label:hover {
  color: #ffffff;
  background: #0c4d46;
  border-color: #0c4d46;
  transform: translateY(-0.1em);
}
.taxonomy_filter .cate_parent {
  width: 100%;
}
.taxonomy_filter .cate_child {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 0.65em;
  padding-left: 1em;
}
@media screen and (max-width: 480px) {
  .taxonomy_filter .cate_child {
    padding-left: 0;
  }
}
.taxonomy_filter .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5em;
  justify-content: flex-end;
  margin: 2.5em 0 1em;
}
@media screen and (max-width: 480px) {
  .taxonomy_filter .btns {
    gap: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .taxonomy_filter .btns .btn_reset {
    width: 100%;
  }
}
.taxonomy_filter .btns .btn_reset a {
  background-color: #ffffff;
  color: #0c4d46;
  min-width: auto;
  padding: 1em 1.5em;
  border: 1px solid rgba(12, 77, 70, 0.35);
}
@media screen and (max-width: 480px) {
  .taxonomy_filter .btns .btn_reset a {
    width: 100%;
  }
}
.taxonomy_filter .btns .btn_reset a::after {
  display: none;
}
.taxonomy_filter .btns button {
  position: relative;
  box-sizing: border-box;
  font-family: aralet-n, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  min-width: 18em;
  line-height: 1;
  border-radius: 5em;
  padding: 1.5em 2em;
  background: #0c4d46;
  color: #ffffff;
  text-align: center;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
.taxonomy_filter .btns button:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.taxonomy_filter .btns button {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .taxonomy_filter .btns button {
    padding: 1.25em 2em;
  }
}
.taxonomy_filter .btns button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 1.05em;
  height: 1.2em;
  transform: translateY(-50%);
  background-image: url("/images/ya_w.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  translate: 0 0;
  transition: transform 0.4s ease;
  animation: bounce-btn-ya 3s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
.taxonomy_filter .btns button:hover {
  text-decoration: none;
}
.taxonomy_filter .btns button:hover::after {
  animation-play-state: paused;
  transform: translate(0.4em, -50%);
}
.taxonomy_filter .btns button {
  border: none;
}
@media screen and (max-width: 480px) {
  .taxonomy_filter .btns button {
    width: 100%;
    min-width: unset;
  }
}

.post_filter {
  padding-top: 20em;
}
@media screen and (max-width: 480px) {
  .post_filter {
    padding-top: 15em;
  }
}
.post_filter .cate_box:nth-child(2) .cate_parent {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .post_filter .cate_box:nth-child(2) .cate_parent {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
  }
}
.post_filter .cate_box:nth-child(2) .cate_child {
  margin-top: 0;
}

.information_filter {
  padding-top: 20em;
}
@media screen and (max-width: 480px) {
  .information_filter {
    padding-top: 15em;
  }
}
.information_filter .cate_area {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .information_filter .cate_area {
    grid-template-columns: 1fr;
  }
}
.information_filter .cate_box:nth-child(1) {
  grid-area: 1/1/2/4;
}
@media screen and (max-width: 768px) {
  .information_filter .cate_box:nth-child(1) {
    grid-area: auto;
  }
}
.information_filter .cate_box:nth-child(1) .cate_parent {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .information_filter .cate_box:nth-child(1) .cate_parent {
    flex-direction: column;
    align-items: flex-start;
  }
}
.information_filter .cate_box:nth-child(1) .cate_child {
  margin-top: 0;
}
.information_filter .cate_box:nth-child(1) .cate_parent > a,
.information_filter .cate_box:nth-child(1) .cate_parent > label {
  pointer-events: none;
  border: none;
}

/* ================= 投稿ページ（共通） ============================================================ */
body.single article,
body.single .innerbox {
  position: relative;
  z-index: 100;
}

#newspost {
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
}
#newspost #entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 20em;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  #newspost #entry-header {
    padding-top: 15em;
  }
}
#newspost #entry-header .innerbox {
  /* 記事タイトル */
}
#newspost #entry-header .innerbox .entry_ttl {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  width: auto;
  flex: 1;
  position: relative;
  box-sizing: border-box;
  font-size: 2em;
  line-height: 1.5em;
}
@media screen and (max-width: 1350px) {
  #newspost #entry-header .innerbox .entry_ttl {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .entry_ttl {
    width: 100%;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  #newspost #entry-header .innerbox .entry_ttl {
    font-size: 1.4em;
  }
}
#newspost #entry-header .innerbox {
  /* 日付 */
}
#newspost #entry-header .innerbox .date {
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1em;
  padding-bottom: 0.5em;
  border-bottom: 4px dotted rgba(12, 77, 70, 0.8);
  margin-bottom: 0.25em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .date {
    font-size: 1.25em;
    width: 100%;
    padding: 0;
    padding-bottom: 0.5em;
    padding-left: 0;
  }
}
#newspost {
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost .nav_sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em 0;
}
#newspost .nav_sec .innerbox ul.post_nav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#newspost .nav_sec .innerbox ul.post_nav li {
  line-height: 1em;
  max-width: 45%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  opacity: 0.8;
}
#newspost .nav_sec .innerbox ul.post_nav li:hover {
  opacity: 1;
}
#newspost .nav_sec .innerbox ul.post_nav li a {
  flex: 1;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  #newspost .nav_sec .innerbox ul.post_nav li a {
    font-size: 0.8em;
  }
}
#newspost .nav_sec .innerbox ul.post_nav li a:hover {
  opacity: 1;
}
#newspost .nav_sec .innerbox ul.post_nav li.prev:hover {
  transform: translate(-0.2em, 0);
}
#newspost .nav_sec .innerbox ul.post_nav li.prev a {
  padding-left: 0.25em;
}
#newspost .nav_sec .innerbox ul.post_nav li.next {
  justify-content: flex-end;
}
#newspost .nav_sec .innerbox ul.post_nav li.next:hover {
  transform: translate(0.2em, 0);
}
#newspost .nav_sec .innerbox ul.post_nav li.next a {
  padding-right: 0.25em;
}

.archive_interview {
  padding-top: 20em;
}
@media screen and (max-width: 480px) {
  .archive_interview {
    padding-top: 15em;
  }
}
.archive_interview .stafflist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7.5em 5em;
  width: 100%;
  height: auto;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .archive_interview .stafflist {
    grid-template-columns: repeat(3, 1fr);
    gap: 7.5em 2.5em;
    padding: 0 2.5em;
    margin-top: 5em;
  }
}
@media screen and (max-width: 480px) {
  .archive_interview .stafflist {
    grid-template-columns: repeat(2, 1fr);
    gap: 5em 1.5em;
    padding: 0 0 0 1.5em;
    margin-top: 5em;
  }
}
.archive_interview .staffbox {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.archive_interview .staffbox:hover {
  opacity: 1;
}
.archive_interview .staffbox:hover .imgbox img,
.archive_interview .staffbox:hover .balloonbox {
  opacity: 1;
  filter: unset;
  translate: 0.2em 0.2em;
}
.archive_interview .staffbox .imgbox {
  position: relative;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.archive_interview .staffbox .imgbox a {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.archive_interview .staffbox .imgbox a img {
  width: 100%;
  filter: drop-shadow(0.5em 0.5em 0.45em rgba(0, 0, 0, 0.15));
}
.archive_interview .staffbox .imgbox a .staffimg {
  position: relative;
  top: auto;
  left: auto;
  translate: unset;
}
.archive_interview .staffbox .imgbox a .illustimg {
  display: none;
}
.archive_interview .staffbox .balloonbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 2.5em 1.5em;
  min-width: 9.5em;
  position: absolute;
  bottom: 15em;
  left: -5em;
  background-image: url("/images/balloon_l.webp");
  font-size: 0.8em;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  filter: drop-shadow(0.5em 0.5em 0.45em rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .archive_interview .staffbox .balloonbox {
    bottom: 14em;
    left: -5em;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 480px) {
  .archive_interview .staffbox .balloonbox {
    font-size: 0.6em;
  }
}
.archive_interview .staffbox .balloonbox:has(.small) {
  min-width: 10.5em;
}
.archive_interview .staffbox .balloonbox span {
  display: block;
}
.archive_interview .staffbox .balloonbox .job {
  font-family: mizoletbokutoh, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
}
.archive_interview .staffbox .balloonbox .job.small {
  font-size: 1.3em !important;
}
.archive_interview .staffbox .balloonbox .job.large {
  font-size: 1.5em !important;
}
.archive_interview .staffbox .balloonbox .name {
  line-height: 1.25;
}
.archive_interview .staffbox .balloonbox .name .eg {
  display: inline;
  font-size: 1.2em;
  font-weight: 600;
}

.interview_fv {
  width: auto;
  height: 100vh;
  height: 100dvh;
  min-height: 45em;
  max-height: 50em;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .interview_fv {
    width: 100%;
    height: auto;
    min-height: unset;
    max-height: unset;
  }
}
.interview_fv picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.interview_fv img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .interview_fv img {
    width: 100%;
    position: relative;
    inset: auto;
    translate: unset;
  }
}

body.archive-information .nth-box .current {
  color: #6f5d58;
}

article.information {
  width: 100%;
  height: auto;
  position: relative;
}

.info_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5em 2.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .info_list {
    grid-template-columns: 1fr;
    gap: 5em;
  }
}

.info_item {
  width: 100%;
  position: relative;
}

.info_card {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border-radius: 1em;
  text-decoration: none;
  box-shadow: 0.5em 0.5em 0.9em 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.info_card:hover {
  text-decoration: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}
.info_card_ttl_wrap {
  width: 100%;
  background-color: #0c4d46;
  color: #ffffff;
  padding: 0.5em 1em;
  border-radius: 1em 1em 0 0;
}
.info_card_ttl {
  width: 100%;
  font-size: 1em;
}
.info_card_excerpt {
  font-size: 0.9em;
  line-height: 1.75;
  margin: 0.5em 1em;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.info_card_meta {
  padding: 0.5em 0;
  border-top: dotted 2px;
  margin: 0 1em;
}
.info_card_meta_item {
  font-size: 0.8em;
}
.info_card_meta_item.info_job span {
  display: inline-block;
  background-color: #ffffff;
  color: #0c4d46;
  line-height: 1;
  border-radius: 2em;
  padding: 0.25em 0.5em;
}
.info_card_meta_item.info_location {
  position: absolute;
  top: -2.5em;
  left: 0.5em;
}
@media screen and (max-width: 480px) {
  .info_card_meta_item.info_location {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera9,10対応 */
  }
}
.info_card_meta_item.info_location::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.info_card_meta_item.info_location span::after {
  content: ",";
}
.info_card_meta_item.info_location span:last-child::after {
  display: none;
}
.info_card_meta_item.info_employment {
  font-size: 0.7em;
  line-height: 1.5;
  position: relative;
}
.info_card_meta_item.info_employment span {
  display: inline-block;
  background-color: #0c4d46;
  color: #ffffff;
  line-height: 1;
  border-radius: 2em;
  padding: 0.25em 0.5em;
  margin-bottom: 0.5em;
}
.info_card_meta_item.info_condition {
  font-size: 0.7em;
  line-height: 1.5;
  opacity: 0.75;
}
.info_card_meta_item.info_condition span::before {
  content: "#";
}

.header_info_meta {
  padding-top: 0.5em;
  border-top: 2px solid;
  position: relative;
}
@media screen and (max-width: 480px) {
  .header_info_meta_item {
    font-size: 0.9em;
  }
}
.header_info_meta_item span {
  display: inline-block;
  line-height: 1;
  background-color: #0c4d46;
  color: #ffffff;
  padding: 0.5em 1em;
  border-radius: 2em;
  margin-bottom: 0.5em;
  font-size: 0.8em;
}
@media screen and (max-width: 480px) {
  .header_info_meta_item span {
    font-size: 0.7em;
  }
}
.header_info_meta_item.info_job::before {
  content: "職種：";
}
.header_info_meta_item.info_job span {
  background-color: #ffffff;
  color: #0c4d46;
  border: 1px solid;
}
.header_info_meta_item.info_employment::before {
  content: "雇用形態：";
}
.header_info_meta_item.info_location::before {
  content: "勤務地：";
}
.header_info_meta_item.info_condition::before {
  content: "条件：";
}
.header_info_meta_item.info_condition span::before {
  content: "#";
}/*# sourceMappingURL=style.css.map */