@charset "UTF-8";
/* CSS Document */
/*
Theme Name: 糸島市社会福祉協議会
Author: 株式会社重富プラス
*/
/* ----- 採用情報ページ ----- */
/* ----- 垂直方向余白 ----- */
/* ----- 水平方向余白 ----- */
/* 欧文フォント */
.eg {
  font-family: korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* 日本語フォント */
.jp {
  font-family: dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

/* 文字寄せ */
.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;
  }
}

/* 見出し */
/* 段落 */
p {
  padding-bottom: 2em;
}

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

.secttl {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.strong {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.08em;
}

span.green {
  color: #00a95f;
}

span.lightgreen {
  color: #95c51b;
}

.orange {
  color: #f39800;
}

.narrow {
  letter-spacing: -0.05em;
}

span.red {
  color: #e60012;
}

span.ul {
  -webkit-text-decoration: underline #dae000 0.3em;
          text-decoration: underline #dae000 0.3em;
}

strong {
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 900;
}

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

.imgbox {
  line-height: 0;
}

.rd {
  border-radius: 1.6em;
  overflow: hidden;
}

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* 読み込み遅延 */
img {
  transition: 1s ease;
  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;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload0.lazyloaded, .lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

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

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

/* トップページ内コンテンツの場合 */
#front-page section .lazyload0.lazyloaded, #front-page section .lazyload1.lazyloaded, #front-page section .lazyload2.lazyloaded, #front-page section .lazyload3.lazyloaded, #front-page section .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
#front-page section .lazyload1.lazyloaded {
  transform: translate(0, 1em);
}
#front-page section .lazyload2.lazyloaded {
  transform: translate(-1em, 0);
}
#front-page section .lazyload3.lazyloaded {
  transform: translate(1em, 0);
}
#front-page section .lazyload4.lazyloaded {
  transform: translate(0, -1em);
}
#front-page section.on .lazyload0.lazyloaded, #front-page section.on .lazyload1.lazyloaded, #front-page section.on .lazyload2.lazyloaded, #front-page section.on .lazyload3.lazyloaded, #front-page section.on .lazyload4.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
#front-page section.on .lazyload1.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload2.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload3.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload4.lazyloaded {
  transform: translate(0, 0);
}
@media screen and (min-width: 1921px) and (max-aspect-ratio: 100/53) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1920px) and (min-width: 1351px) and (max-aspect-ratio: 2/1) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1350px) and (min-width: 769px) and (max-aspect-ratio: 25/13) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) and (max-aspect-ratio: 25/37) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 35/68) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}

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

/* ボタン */
.btn {
  display: flex;
  flex-wrap: wrap;
}
.btn a {
  width: auto;
  position: relative;
  box-sizing: border-box;
  border-radius: 1.6em;
  overflow: hidden;
  transition: 0.3s ease;
  backface-visibility: hidden;
  transform: translate(0, 0);
  display: inline-block;
  line-height: 1;
  padding: 0.85em 2em 0.8em 2em;
  border-radius: 0.575em;
  cursor: pointer;
}
.btn a:hover {
  transform: translate(0, 0.2em);
  text-decoration: none;
}

.btn_bg a {
  display: flex;
  flex-wrap: wrap;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  justify-content: center;
  align-items: center;
  width: 20.25em;
  min-height: 3.8em;
  background: #dae000;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
.btn_bg a::after {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  content: "";
  width: 1.2em;
  aspect-ratio: 1/1;
  background: url(../../../images/arrow.webp) no-repeat center center/contain;
}
.btn_bg a:hover {
  color: #231815;
}

.btn_kage a {
  min-width: 13em;
  height: 3.8em;
  display: flex;
  flex-wrap: wrap;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  justify-content: center;
  align-items: center;
  border: #231815 solid 0.2em;
  box-shadow: 0.3em 0.3em 0.1em rgba(0, 0, 0, 0.3137254902);
}
.btn_kage a:hover {
  color: #231815;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3137254902);
}
.btn_kage a span {
  font-size: 1.5em;
  letter-spacing: 0.12em;
}

.btn_rec1 a {
  display: flex;
  flex-wrap: wrap;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  justify-content: center;
  align-items: center;
  width: 16em;
  min-height: 3.8em;
  background: #00a29a;
  border-radius: 5em;
  gap: 0.5em;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .btn_rec1 a {
    width: 12em;
  }
}
.btn_rec1 a .imgbox {
  width: 1.5em;
  height: auto;
}
.btn_rec1 a .imgbox img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.btn_rec2 a {
  display: flex;
  flex-wrap: wrap;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  justify-content: center;
  align-items: center;
  width: 16em;
  min-height: 3.8em;
  background: #f39800;
  border-radius: 5em;
  gap: 0.5em;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .btn_rec2 a {
    width: 12em;
  }
}
.btn_rec2 a .imgbox {
  width: 1.5em;
  height: auto;
}
.btn_rec2 a .imgbox img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

/* ================= 新着記事 ============================================================ */
ul.news_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
ul.news_list li.news_item {
  border-top: 0.1em solid #231815;
  padding: 1em 0;
  overflow: hidden;
}
ul.news_list li.news_item:last-child {
  border-bottom: 0.1em solid #231815;
}
ul.news_list li.news_item a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  ul.news_list li.news_item a {
    flex-wrap: wrap;
    gap: 0.5em;
  }
}
ul.news_list li.news_item a .news_category {
  font-size: 0.7em;
  min-width: 10.7em;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding: 0.7em 0;
}
ul.news_list li.news_item a .news_category.imp {
  background-color: #dae000;
  color: #231815;
}
ul.news_list li.news_item a .news_category.not {
  background-color: #e6e6e6;
}
ul.news_list li.news_item a .news_category.vol {
  background-color: #fadce9;
}
ul.news_list li.news_item a .news_category.cou {
  background-color: #a1c686;
}
ul.news_list li.news_item a .news_category.rec {
  background-color: #facc9a;
}
ul.news_list li.news_item a .news_category.rep {
  background-color: #c7e8fa;
}
ul.news_list li.news_item a .news_txt {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  width: auto;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
ul.news_list li.news_item a:hover {
  color: #231815;
}
ul.news_list li.news_item a:hover .news_txt {
  color: #dae000;
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: smooth;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
html {
  scroll-padding-top: 15em;
}
@media screen and (max-width: 1350px) {
  html {
    scroll-padding-top: 10em;
  }
}

body {
  font-family: dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 2em;
  letter-spacing: 0.05em;
  background: #ffffff;
  color: #231815;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3vw;
  }
}

body#front-page {
  overflow-x: clip;
}
body#front-page ul,
body#front-page ol {
  list-style-type: none;
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em 0;
}
@media screen and (max-width: 1350px) {
  .sec {
    padding: 2em 0;
  }
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 4em 0;
  }
}
@media screen and (max-width: 480px) {
  .sec {
    padding: 2em 0;
  }
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 10em;
}
@media screen and (max-width: 1350px) {
  .innerbox {
    padding: 0 5em;
  }
}
@media screen and (max-width: 768px) {
  .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox {
    padding: 0 1.5em;
  }
}
.innerbox.middle {
  padding: 0 12.5em;
}
@media screen and (max-width: 1350px) {
  .innerbox.middle {
    padding: 0 10em;
  }
}
@media screen and (max-width: 768px) {
  .innerbox.middle {
    padding: 0 7.5em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox.middle {
    padding: 0 1.5em;
  }
}
.innerbox.small {
  padding: 0 20em;
}
@media screen and (max-width: 1350px) {
  .innerbox.small {
    padding: 0 18em;
  }
}
@media screen and (max-width: 768px) {
  .innerbox.small {
    padding: 0 7.5em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox.small {
    padding: 0 1.5em;
  }
}

@media screen and (max-width: 768px) {
  .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox {
    padding: 0 1.5em;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 11em;
  box-sizing: border-box;
  z-index: 99999;
}

#wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: 11em;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  #wrapper {
    margin-top: 6em;
  }
}

#footer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

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

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

.onsp {
  display: none;
}
@media screen and (max-width: 480px) {
  .onsp {
    display: block;
  }
}

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

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
#header {
  flex-direction: column;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  backface-visibility: hidden;
  background: #ffffff;
  /* -------------------------- 出現動作 ------------------------------------------- */
  /* -------------------------- サイト内検索 ------------------------------------------- */
}
#header.lazyloaded {
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 768px) {
  #header {
    height: 6em;
  }
}
#header .topbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-items: flex-end;
  padding-left: 2.5em;
  height: 5.6em;
  margin-bottom: 2.25em;
  box-sizing: border-box;
  /* ロゴマーク */
  /* -------------------------- コンバージョンボタン ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  #header .topbox {
    height: 6em;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  #header .topbox {
    padding-left: 1.5em;
  }
}
#header .topbox .logo {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: auto;
  height: 4em;
  font-size: 1em;
}
#header .topbox .logo a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.5em;
  height: 100%;
}
#header .topbox .logo a:hover {
  text-decoration: none;
  transform: scale(1.1);
  color: #231815;
}
#header .topbox .logo a .imgbox img {
  transition: 1s ease;
  backface-visibility: hidden;
  width: 4em;
  height: 4em;
}
#header .topbox .logo a .logotxt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.4em;
}
#header .topbox .logo a .logotxt span {
  display: block;
  line-height: 1;
}
#header .topbox .logo a .logotxt span:first-child {
  font-weight: 400;
  letter-spacing: 0.03em;
}
#header .topbox .logo a .logotxt span:last-child {
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 480px) {
  #header .topbox .logo a .logotxt span:last-child {
    font-size: 1.8em;
  }
}
#header .topbox .cv_nav {
  height: 100%;
}
#header .topbox .cv_nav ul.cv_menu {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
#header .topbox .cv_nav ul.cv_menu li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 12.85em;
}
#header .topbox .cv_nav ul.cv_menu li:first-child {
  background: #f39800;
}
#header .topbox .cv_nav ul.cv_menu li:nth-child(2) {
  background: #00a95f;
}
#header .topbox .cv_nav ul.cv_menu li:last-child {
  background: #f091a0;
}
#header .topbox .cv_nav ul.cv_menu li a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  height: 100%;
  color: #ffffff;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
#header .topbox .cv_nav ul.cv_menu li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #header .topbox .cv_nav {
    display: none;
  }
}
#header .underbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* -------------------------- グローバルナビ ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  #header .underbox {
    display: none;
  }
}
#header .underbox .gnav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  #header .underbox .gnav {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #header .underbox .gnav {
    display: none;
  }
}
#header .underbox .gnav ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  align-items: center;
  /* メインメニュー ------------------------------------------- */
}
#header .underbox .gnav ul.main_menu .gnav_list {
  font-size: 1.8em;
  padding-left: 1em;
  padding-right: 1em;
  height: 1em;
  border-right: #7d7d7d solid 0.1em;
}
@media screen and (max-width: 1350px) {
  #header .underbox .gnav ul.main_menu .gnav_list {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
#header .underbox .gnav ul.main_menu .gnav_list:first-child {
  padding-left: 0;
}
#header .underbox .gnav ul.main_menu .gnav_list:last-child {
  padding-right: 0;
  border-right: none;
}
#header .underbox .gnav ul.main_menu .gnav_list .menu_icon {
  display: none;
}
#header .underbox .gnav ul.main_menu .gnav_list a,
#header .underbox .gnav ul.main_menu .gnav_list .mega_menu_btn {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  color: #7d7d7d;
  padding-bottom: 0.5em;
  line-height: 1.1em;
  letter-spacing: 0.072em;
  /* マウスオーバー下線 */
}
#header .underbox .gnav ul.main_menu .gnav_list a::after,
#header .underbox .gnav ul.main_menu .gnav_list .mega_menu_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: #dae000 solid 0.3em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  transform: translate(-110%, 0);
}
#header .underbox .gnav ul.main_menu .gnav_list a:hover,
#header .underbox .gnav ul.main_menu .gnav_list .js-mega_menu[aria-expanded=true] {
  color: #231815;
}
#header .underbox .gnav ul.main_menu .gnav_list a:hover::after,
#header .underbox .gnav ul.main_menu .gnav_list .js-mega_menu[aria-expanded=true]::after {
  transform: translate(0, 0);
}
#header .underbox .gnav ul.main_menu .gnav_list.is_mega_menu .mega_menu_btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1em;
  margin-top: -1em;
}
#header .underbox .gnav ul.main_menu .gnav_list.is_mega_menu .mega_menu_btn[aria-expanded=true] {
  color: #231815;
}
#header .underbox .gnav ul.main_menu .gnav_list.is_mega_menu .gnav_list_child {
  position: absolute;
  top: 0;
  left: -1em;
  right: auto;
  bottom: auto;
  font-size: 0.8em;
  padding: 2.5em 1em 2em 1em;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
}
#header .underbox .gnav ul.main_menu .gnav_list.is_mega_menu .gnav_list_child[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#header .underbox .gnav ul.main_menu .gnav_list.is_mega_menu .gnav_list_child .gnav_list_child_item {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 1.6em;
  overflow: hidden;
  padding: 1em 1.5em 0.5em 1.5em;
  gap: 0.5em;
  min-width: 18em;
}
#header .underbox .gnav ul.main_menu .gnav_list.on a {
  color: #231815;
}
#header .site_search {
  position: absolute;
  top: 12.5em;
  left: auto;
  right: 0em;
  bottom: auto;
}
.recruit_page #header .site_search {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .site_search {
    display: none;
  }
}
#header .site_search a:hover {
  color: inherit;
}
#header .site_search a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .site_search .container {
  writing-mode: vertical-rl;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #dae000;
  border-radius: 0.5em 0 0 0.5em;
  border: 0.2em solid #231815;
  border-right: none;
  padding: 1em 0;
  width: 3.2em;
  gap: 0.5em;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#header .site_search .container .imgbox {
  width: 1em;
}
#header .site_search .container span {
  font-size: 1.1em;
  font-weight: 900;
}
#header .site_search .container:hover {
  padding-right: 1em;
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.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_frame {
  display: none;
  width: 4em;
  aspect-ratio: 1/1;
  position: fixed;
  top: 0.8em;
  left: auto;
  right: 1.6em;
  bottom: auto;
  z-index: 99999;
  border: 0.2em solid #231815;
  border-radius: 1em;
}
@media screen and (max-width: 768px) {
  .hm_btn_frame {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .hm_btn_frame {
    top: 1em;
    right: 0.8em;
  }
}

.hm_btn {
  width: 2em;
  height: 1.33em;
  padding: 0 1em;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  cursor: pointer;
  border-left: transparent solid 1.8em;
  border-right: transparent solid 1.8em;
  border-top: transparent solid 1.8em;
  border-bottom: transparent solid 1.5em;
  background: transparent;
  cursor: pointer;
  z-index: 99999;
}
@media screen and (max-width: 480px) {
  .hm_btn {
    border-right: transparent solid 1em;
  }
}
.hm_btn::before, .hm_btn::after {
  width: 2em;
  height: 0.13em;
  background: #231815;
  display: block;
  content: "";
  position: absolute;
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_btn::before {
  box-shadow: #231815 0 0.532em 0;
}
.hm_btn::after {
  bottom: 0;
}
.hm_btn .hm_btn_txt {
  width: 100%;
  height: 1em;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  bottom: -1.2em;
  left: 0;
}
.hm_btn .hm_btn_txt span {
  position: relative;
  display: block;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 0.8em;
  width: 100%;
}
.hm_btn .hm_btn_txt span::before, .hm_btn .hm_btn_txt span::after {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  text-align: center;
  color: #231815;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.hm_btn .hm_btn_txt span::before {
  content: "メニュー";
  z-index: 2;
}
.hm_btn .hm_btn_txt span::after {
  content: "閉じる";
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn::before {
  background: rgba(0, 0, 0, 0);
  box-shadow: #231815 0 0.532em 0;
  transform: rotate(45deg) translate3d(0.4em, -0.1em, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
  background: #231815;
  transform: rotate(-45deg) translate3d(0.4em, -0.4em, 0);
}
.hm_menu_check:checked ~ .hm_btn .hm_btn_txt span::before {
  opacity: 0;
  visibility: hidden;
}
.hm_menu_check:checked ~ .hm_btn .hm_btn_txt span::after {
  opacity: 1;
  visibility: visible;
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -19px;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 8em 2.5em 2em 2.5em;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: auto;
  right: -100%;
  bottom: auto;
  transition: right 1s;
  border: none;
  background: #ffffff;
  /* 中身デザイン */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4em;
  /* -------------------------- メインメニュー ------------------------------------------- */
  /* -------------------------- サイト内検索 ------------------------------------------- */
  /* -------------------------- コンバージョンボタン ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu {
    font-size: 1.5em;
  }
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.gnav_list {
    display: block;
    margin-bottom: 1em;
  }
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.gnav_list a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.gnav_list .menu_icon {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.gnav_list .menu_icon {
    display: inline-block;
    width: auto;
    padding-right: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.gnav_list.is_mega_menu .mega_menu_btn {
    color: #231815;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.gnav_list.is_mega_menu .mega_menu_btn .menu_icon {
    padding-left: 0;
  }
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.gnav_list.is_mega_menu .mega_menu_btn .menu_icon::before {
    font-size: 1.2em;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: 0.14em;
    right: 0;
    width: 1em;
    height: 1em;
    content: "＋";
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.gnav_list.is_mega_menu .mega_menu_btn[aria-expanded=true] {
    color: #dae000;
  }
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.gnav_list.is_mega_menu .mega_menu_btn[aria-expanded=true] .menu_icon::before {
    content: "-";
  }
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.gnav_list.is_mega_menu .gnav_list_child {
    overflow: hidden;
    height: 0;
    transition: 0.3s ease;
    backface-visibility: hidden;
  }
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.gnav_list.is_mega_menu .gnav_list_child ul.gnav_list_child_item {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    padding: 1em 0;
    transition: 0.3s ease;
    backface-visibility: hidden;
  }
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.gnav_list.is_mega_menu .gnav_list_child ul.gnav_list_child_item li {
    font-size: 0.8em;
    margin-bottom: 1em;
    text-indent: 1em;
  }
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.gnav_list.is_mega_menu .gnav_list_child ul.gnav_list_child_item li:last-child {
    margin-bottom: 0;
  }
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.gnav_list.is_mega_menu .gnav_list_child[aria-hidden=false] {
    height: auto;
  }
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.gnav_list.is_mega_menu .gnav_list_child[aria-hidden=false] .gnav_list_child_item {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
.hm_menu_wrap .hm_inner .menucontent .site_search {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 2em;
}
@media screen and (min-width: 769px) {
  .hm_menu_wrap .hm_inner .menucontent .site_search {
    display: none;
  }
}
.hm_menu_wrap .hm_inner .menucontent .site_search a:hover {
  color: inherit;
}
.hm_menu_wrap .hm_inner .menucontent .site_search a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hm_menu_wrap .hm_inner .menucontent .site_search .container {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #dae000;
  border-radius: 0.5em;
  border: 0.2em solid #231815;
  padding: 1em;
  width: 100%;
  gap: 1em;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.hm_menu_wrap .hm_inner .menucontent .site_search .container .imgbox {
  width: 2em;
}
.hm_menu_wrap .hm_inner .menucontent .site_search .container span {
  font-size: 1.2em;
  font-weight: 900;
}
.hm_menu_wrap .hm_inner .menucontent .site_search .container:hover {
  padding-right: 1em;
}
.hm_menu_wrap .hm_inner .menucontent .cv_nav {
  width: 100%;
  height: 5em;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .cv_nav {
    height: 7em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .cv_nav ul.cv_menu {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.hm_menu_wrap .hm_inner .menucontent .cv_nav ul.cv_menu li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 33.3%;
}
.hm_menu_wrap .hm_inner .menucontent .cv_nav ul.cv_menu li:first-child {
  background: #f39800;
}
.hm_menu_wrap .hm_inner .menucontent .cv_nav ul.cv_menu li:nth-child(2) {
  background: #00a95f;
}
.hm_menu_wrap .hm_inner .menucontent .cv_nav ul.cv_menu li:last-child {
  background: #f091a0;
}
.hm_menu_wrap .hm_inner .menucontent .cv_nav ul.cv_menu li a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  height: 100%;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.4em;
  letter-spacing: 0.01em;
}
.hm_menu_wrap .hm_inner .menucontent .cv_nav ul.cv_menu li a:hover {
  opacity: 0.6;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
  height: auto;
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer .main.innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  #footer .main.innerbox {
    padding: 0 2.5em;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  #footer .main.innerbox {
    padding: 0 1.5em;
  }
}
#footer .information {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
#footer .information .charabox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
#footer .information .charabox .imgbox {
  width: 11em;
}
@media screen and (max-width: 480px) {
  #footer .information .charabox .imgbox {
    width: 9em;
  }
}
#footer .information .charabox .imgbox img {
  width: 100%;
  height: auto;
}
#footer .information .charabox .name {
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #231815;
  font-size: 0.75em;
  letter-spacing: -0.02em;
  margin-top: -1em;
}
#footer .information .charabox:hover .name {
  color: #231815;
}
#footer .information .about {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.25em;
}
#footer .information .about h2 {
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.15em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 480px) {
  #footer .information .about h2 {
    font-size: 1.6em;
  }
}
#footer .information .about h2 .subtxt {
  font-size: 0.5em;
  font-weight: 500;
}
#footer .information .about p {
  font-size: 1.1em;
  line-height: 1.38em;
  font-weight: 400;
  padding-bottom: 0;
}
#footer .information .about .tel {
  font-size: 2em;
}
@media screen and (max-width: 480px) {
  #footer .information .about .tel {
    font-size: 1.5em;
  }
}
#footer .information .about .tel span {
  display: inline-block;
}
#footer .information .about .tel span:first-child {
  padding-right: 0.5em;
}
#footer .footer_menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2em;
}
#footer .footer_menu .top {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  #footer .footer_menu .top {
    justify-content: center;
  }
  #footer .footer_menu .top .btn_kage {
    min-width: 16em;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer_menu .top .btn_kage {
    min-width: 13em;
  }
}
#footer .footer_menu .bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
}
@media screen and (max-width: 768px) {
  #footer .footer_menu .bottom {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer_menu .bottom {
    font-size: 0.8em;
  }
}
#footer .footer_menu .bottom ul.arrow_list {
  list-style: none;
  padding-left: 0;
}
#footer .footer_menu .bottom ul.arrow_list li {
  line-height: 1.5em;
  font-size: 0.9em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #footer .footer_menu .bottom ul.arrow_list li {
    font-size: 1.2em;
    line-height: 2em;
  }
}
#footer .footer_menu .bottom ul.arrow_list li::before {
  content: "> ";
  color: #333; /* 好みで色変更 */
  margin-right: 0.2em;
  font-size: 0.8em;
  vertical-align: 0.2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#footer .footer_menu .bottom ul.arrow_list li:hover::before {
  color: #dae000;
}
#footer .copyright {
  width: 100%;
  text-align: right;
  font-size: 0.8em;
  font-weight: 400;
}
#footer.recruit .recruit-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
body#front-page {
  /* ================= 画面固定エリア ============================================================ */
  /* ================= ファーストビュー ============================================================ */
  /* ================= 挑戦セクション ============================================================ */
  /* ================= wantセクション ============================================================ */
  /* ================= お知らせ＆写真セクション ============================================================ */
}
body#front-page #wrapper {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
body#front-page #wrapper #float_button {
  position: fixed;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  right: 4em;
  bottom: 4em;
  width: 11em;
  height: auto;
  border-radius: 50%;
  z-index: 999;
  transition: width 0.5s ease;
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #float_button {
    right: 1em;
    bottom: 2em;
  }
  body#front-page #wrapper #float_button.scroll {
    width: 6em;
  }
}
body#front-page #wrapper #float_button img {
  -o-object-fit: contain;
     object-fit: contain;
}
body#front-page #wrapper #float_button .bounce_img {
  transition: transform 0.3s;
}
body#front-page #wrapper #float_button .bounce_img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  animation: bounce 0.6s ease-in-out;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
body#front-page #atf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #dae000;
  /* ================= メイン画像 ============================================================ */
  /* ================= 重要なお知らせ ============================================================ */
}
body#front-page #atf #mainimg {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 1.5em;
}
body#front-page #atf #mainimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 70%;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #ececec 1px, transparent 1px), radial-gradient(circle, #ececec 1px, transparent 1px);
  background-position: 5px 5px, 0 0;
  background-size: 10px 10px;
}
body#front-page #atf #mainimg::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: #dae000;
}
body#front-page #atf #mainimg .main_swiper {
  width: 100%;
  margin: 0 auto;
}
body#front-page #atf #mainimg .main_swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
body#front-page #atf #mainimg .main_swiper .swiper-pagination-bullet {
  background-color: #ffffff;
  border: #00a95f solid 0.2em;
  opacity: 1;
}
body#front-page #atf #mainimg .main_swiper .swiper-pagination-bullet-active {
  background-color: #00a95f;
}
body#front-page #atf #notice.sec {
  padding-bottom: 4em;
}
body#front-page #atf #notice .innerbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
body#front-page #atf #notice .container {
  background: #ffffff;
  border-radius: 5em;
  width: 36em;
  padding: 1.5em 4em;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body#front-page #atf #notice .container {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
body#front-page #atf #notice .container h2 {
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 1.35em;
  letter-spacing: 0.027em;
  -webkit-text-decoration: underline #dae000 0.3em;
          text-decoration: underline #dae000 0.3em;
  text-underline-offset: 0.3em;
  padding-bottom: 1em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
body#front-page #atf #notice .container h2::before, body#front-page #atf #notice .container h2::after {
  content: "";
  position: absolute;
  top: 0.2em;
  width: 1.4em;
  aspect-ratio: 1/1;
}
body#front-page #atf #notice .container h2::before {
  left: -1.8em;
  background: url(../../../images/line_l.svg) no-repeat center center/contain;
}
body#front-page #atf #notice .container h2::after {
  right: -1.8em;
  background: url(../../../images/line_r.svg) no-repeat center center/contain;
}
body#front-page #atf #notice .container ul.newstxt {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  color: #e60012;
  padding: 0 1em;
  overflow: hidden;
}
body#front-page #atf #notice .container li {
  width: -moz-fit-content;
  width: fit-content;
}
body#front-page #atf #notice .container li::marker {
  font-size: 3.5em;
}
body#front-page #atf #notice .container li a span {
  font-size: 1.25em;
  color: #e60012;
  letter-spacing: 0.025em;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
body#front-page #mission {
  z-index: 1;
  text-align: center;
}
body#front-page #mission.sec {
  padding-top: 4em;
}
body#front-page #mission::before {
  content: "";
  background: url(../../../images/mission.webp) no-repeat center center/contain;
  display: block;
  position: absolute;
  top: -3em;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translateX(-50%);
  width: 28.5em;
  height: 7em;
}
body#front-page #mission h2.secttl {
  font-size: 2.6em;
  line-height: 1.8em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  body#front-page #mission h2.secttl {
    font-size: 2.3em;
    line-height: 1.6em;
  }
}
body#front-page #mission p {
  font-size: 1.65em;
  padding-bottom: 0;
  letter-spacing: 0.06em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #mission p {
    font-size: 1.4em;
  }
}
body#front-page #mission.on::before {
  transition-delay: 0.2s;
}
body#front-page #want {
  background: #dae000;
}
body#front-page #want.sec {
  padding-top: 4em;
}
body#front-page #want .contentbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body#front-page #want .contentbox {
    justify-content: center;
    gap: 3em;
  }
}
body#front-page #want .contentbox .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  width: 22.5em;
  aspect-ratio: 1/1;
  padding: 1.5em;
  overflow: visible;
}
@media screen and (max-width: 1350px) {
  body#front-page #want .contentbox .item {
    width: 24em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #want .contentbox .item {
    width: 100%;
    padding: 2em;
  }
}
body#front-page #want .contentbox .item::before {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  right: 0;
  bottom: 0;
  border-radius: 1.6em;
  overflow: hidden;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: #ffffff solid 0.225em;
  z-index: -1;
}
body#front-page #want .contentbox .item::after {
  position: absolute;
  top: -0.2em;
  left: -0.2em;
  right: 0;
  bottom: 0;
  border-radius: 1.6em;
  overflow: hidden;
  content: "";
  width: 100%;
  height: 100%;
  border: #231815 solid 0.225em;
  pointer-events: none;
  z-index: 1;
}
body#front-page #want .contentbox .item .item_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
body#front-page #want .contentbox .item .item_ttl a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: block;
  background: #f39800;
  border-radius: 10em;
  padding: 0.5em 0;
  font-size: 2em;
  color: #ffffff;
  text-align: center;
}
body#front-page #want .contentbox .item .item_ttl a:hover {
  background-color: #dae000;
}
body#front-page #want .contentbox .item .imgbox {
  width: auto;
  height: 5.7em;
}
@media screen and (max-width: 768px) {
  body#front-page #want .contentbox .item .imgbox {
    height: 9em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #want .contentbox .item .imgbox {
    height: 7em;
  }
}
body#front-page #want .contentbox .item .imgbox img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
body#front-page #want .contentbox .item ul {
  width: auto;
  position: relative;
  box-sizing: border-box;
}
body#front-page #want .contentbox .item ul li {
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 1.25em;
  margin-bottom: 0.4em;
}
body#front-page #want .contentbox .item ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body#front-page #want .contentbox .item ul li {
    font-size: 1.8em;
    line-height: 2em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #want .contentbox .item ul li {
    font-size: 1.6em;
  }
}
body#front-page #want .contentbox .item ul li a {
  text-decoration: underline;
  text-underline-offset: 0.4em;
  display: block;
  padding-left: 1.4em;
}
body#front-page #want .contentbox .item ul li a:hover {
  text-decoration: none;
}
body#front-page #want .contentbox .item ul li a::before {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  top: 0.4em;
  left: 0;
  width: 0.8em;
  aspect-ratio: 1/1;
  background: #dae000;
  border: #231815 solid 0.15em;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  body#front-page #want .contentbox .item ul li a {
    letter-spacing: 0.2em;
  }
}
body#front-page #want.on .contentbox .item:nth-child(1) {
  transition-delay: 0s;
}
body#front-page #want.on .contentbox .item:nth-child(2) {
  transition-delay: 0.3s;
}
body#front-page #want.on .contentbox .item:nth-child(3) {
  transition-delay: 0.6s;
}
body#front-page #news_photo {
  background: #eff2e6;
}
body#front-page #news_photo #news .innerbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body#front-page #news_photo #news .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #news_photo #news .innerbox {
    padding: 0 1.5em;
  }
}
body#front-page #news_photo #news .innerbox header.sec_header {
  background: #ffffff;
  padding: 0.5em 3em;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.6em 1.6em 0 0;
}
body#front-page #news_photo #news .innerbox header.sec_header .decoration {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  padding-bottom: 0.2em;
}
body#front-page #news_photo #news .innerbox header.sec_header .decoration span {
  display: block;
  width: 0.45em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 0.2em;
}
body#front-page #news_photo #news .innerbox header.sec_header .decoration span:nth-child(1), body#front-page #news_photo #news .innerbox header.sec_header .decoration span:nth-child(4) {
  background-color: #ffffff;
  border-color: #00a95f;
}
body#front-page #news_photo #news .innerbox header.sec_header .decoration span:nth-child(2) {
  background-color: #dae000;
  border-color: #dae000;
}
body#front-page #news_photo #news .innerbox header.sec_header .decoration span:nth-child(3) {
  background-color: #00a95f;
  border-color: #00a95f;
}
body#front-page #news_photo #news .innerbox header.sec_header .secttl {
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6em;
  letter-spacing: 0.08em;
}
body#front-page #news_photo #news .innerbox .news_content {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  background: #ffffff;
  text-align: left;
  padding: 3em 5.5em 1.5em 5.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body#front-page #news_photo #news .innerbox .news_content {
    padding: 2em 4em 1em 4em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #news_photo #news .innerbox .news_content {
    padding: 2em;
  }
}
body#front-page #news_photo #news.on .news_content li:nth-child(1) {
  transition-delay: 0s;
}
body#front-page #news_photo #news.on .news_content li:nth-child(2) {
  transition-delay: 0.1s;
}
body#front-page #news_photo #news.on .news_content li:nth-child(3) {
  transition-delay: 0.2s;
}
body#front-page #news_photo #news.on .news_content li:nth-child(4) {
  transition-delay: 0.3s;
}
body#front-page #news_photo #news.on .news_content li:nth-child(5) {
  transition-delay: 0.4s;
}
body#front-page #news_photo #news.on .news_content li:nth-child(6) {
  transition-delay: 0.5s;
}
body#front-page #news_photo #news.on .news_content .btn {
  transition-delay: 0.7s;
}
body#front-page #news_photo #photo.sec {
  padding-top: 2em;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  body#front-page #news_photo #photo.sec {
    padding-bottom: 8em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #news_photo #photo.sec {
    padding-bottom: 9em;
  }
}
body#front-page #news_photo #photo .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  body#front-page #news_photo #photo .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  body#front-page #news_photo #photo .innerbox {
    padding: 0 1.5em;
  }
}
body#front-page #news_photo #photo .banner {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  body#front-page #news_photo #photo .banner {
    width: 100%;
  }
  body#front-page #news_photo #photo .banner:first-child {
    margin-bottom: 2em;
  }
}
body#front-page #news_photo #photo.on .banner:nth-child(1) {
  transition-delay: 0s;
}
body#front-page #news_photo #photo.on .banner:nth-child(2) {
  transition-delay: 0.2s;
}

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
body #page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: #231815;
  background-color: #dae000;
  padding: 2.5em 0;
  /* 背景スライドショー ------------------------------------------- */
  /* 英語タイトル */
  /* 日本語タイトル */
}
body #page-header .main_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  /* Meta Slider */
  /* スライダー画像フルスクリーン表示 */
  /* コピーライトキャプション */
}
body #page-header .main_bg .metaslider,
body #page-header .main_bg #metaslider_container_865,
body #page-header .main_bg .slider-wrapper,
body #page-header .main_bg .nivoSlider,
body #page-header .main_bg .nivo-slice {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  height: auto !important;
  min-height: inherit !important;
  width: auto !important;
  min-width: inherit !important;
}
body #page-header .main_bg .metaslider .nivoSlider img,
body #page-header .main_bg .metaslider .nivoSlider .nivo-slice img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
  width: 100% !important;
  height: 100% !important;
}
body #page-header .main_bg .nivo-caption {
  line-height: 0.8em;
  background: transparent !important;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}
body #page-header .main_bg .nivo-caption .cpt {
  text-align: right;
  font-size: 0.8em;
  line-height: 1em;
}
body #page-header .innerbox {
  z-index: 10;
}
body #page-header .eg_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3em;
  letter-spacing: 0;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  body #page-header .eg_ttl {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header .eg_ttl {
    font-size: 2em;
  }
}
body #page-header .eg_ttl + .hd_jp {
  font-size: 1.15em;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  body #page-header .eg_ttl + .hd_jp {
    font-size: 1.25em;
  }
}
body #page-header .page_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  body #page-header .page_ttl {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header .page_ttl {
    font-size: 2em;
  }
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contactpage-ctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 見出し */
  /* 段落 */
  /* =============== トップテキスト ========================================================= */
  /* =============== 電話 ========================================================= */
  /* =============== WEB ========================================================= */
}
.contactpage-ctt .parts-h3 {
  text-align: left;
  padding-bottom: 1.5em;
  font-size: 1.5em;
}
.contactpage-ctt p {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.contactpage-ctt p.contact_info {
  font-size: 1.1em;
}
.contactpage-ctt .contact_top.sec {
  padding-bottom: 0;
}
.contactpage-ctt .contact_top.sec p {
  font-size: 1.5em;
  padding-bottom: 0;
}
.contactpage-ctt .contact_tel {
  /* -------------------------- 電話セット ------------------------------------------- */
}
.contactpage-ctt .contact_tel .tel_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  margin-top: -2em;
}
.contactpage-ctt .contact_tel .tel_list li {
  padding-right: 1em;
  margin-top: 2em;
  /* 支店 ------------------------------------------- */
  /* 番号 ------------------------------------------- */
  /* FAX ----------- */
  /* 受付時間・定休日 ------------------------------------------- */
}
.contactpage-ctt .contact_tel .tel_list li:last-child {
  padding-right: 0;
}
.contactpage-ctt .contact_tel .tel_list li .contacttel_shop {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 0.25em;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 3em;
  line-height: 1em;
  padding-bottom: 0.2em;
  color: #231815;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel img {
  height: 1em;
  width: auto;
  margin-right: 0.25em;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a {
  color: #231815;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a:hover {
  color: #231815;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a .eg {
  font-family: korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a .eg::before {
  font-size: 0.8em;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  content: "\f095";
  padding-right: 0.2em;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_fax {
  font-size: 1.5em;
  padding-bottom: 0;
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday {
  color: #7d7d7d;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5em;
  padding-bottom: 0;
  /* 受付時間 */
  /* 定休日 */
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .tel_list li p.time_holiday {
    line-height: 1.2em;
  }
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time {
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  font-style: normal;
  padding-bottom: 0;
  bottom: -0.05em;
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time::before {
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-family: dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.67em;
  content: "受付時間";
  padding-right: 0.5em;
  bottom: 0.05em;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time {
    font-size: 1.25em;
  }
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_holiday {
  display: inline-block;
  font-size: 1em;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_holiday {
    font-size: 0.8em;
  }
}
.contactpage-ctt .webcontact a {
  color: #ffffff;
  text-decoration: underline;
}

/* 2カラムレイアウト */
main.twocolumns .innerbox {
  padding: 0 4em;
}
@media screen and (max-width: 768px) {
  main.twocolumns .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  main.twocolumns .innerbox {
    padding: 0 1.5em;
  }
}
main.twocolumns .twocolumns-layout {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
}
main.twocolumns .twocolumns-layout .entry-content {
  width: 70%;
}
@media screen and (max-width: 768px) {
  main.twocolumns .twocolumns-layout .entry-content {
    width: 100%;
  }
}
main.twocolumns .twocolumns-layout #sidecolumn {
  width: 30%;
  padding-right: 5em;
}
@media screen and (max-width: 768px) {
  main.twocolumns .twocolumns-layout #sidecolumn {
    display: none;
  }
}
main.twocolumns .twocolumns-layout #sidecolumn .sidemenu {
  border: #00a95f solid 0.25em;
}
main.twocolumns .twocolumns-layout #sidecolumn .sidemenu .menu-ttl {
  font-size: 1.6em;
  line-height: 1.2em;
  letter-spacing: 0.06em;
  padding: 1em 1em 0.4em 1em;
  text-align: center;
  color: #00a95f;
}
main.twocolumns .twocolumns-layout #sidecolumn .sidemenu .menu-list {
  color: #ffffff;
  background-color: #00a95f;
  list-style-type: decimal;
  padding: 0 2.5em;
}
main.twocolumns .twocolumns-layout #sidecolumn .sidemenu .menu-list li {
  padding: 1em 0;
  border-bottom: 0.1em solid #ffffff;
}
main.twocolumns .twocolumns-layout #sidecolumn .sidemenu .menu-list li:last-child {
  border-bottom: none;
}
main.twocolumns .twocolumns-layout #sidecolumn .sidemenu .menu-list li a {
  color: #ffffff;
  font-size: 1.4em;
}
main.twocolumns .twocolumns-layout #sidecolumn .sidemenu .menu-title {
  font-size: 1.4em;
}
main.twocolumns .twocolumns-layout #sidecolumn .sidemenu .menu-title:first-of-type {
  background-color: #f6ab00;
}
main.twocolumns .twocolumns-layout #sidecolumn .sidemenu .menu-title:nth-of-type(2) {
  background-color: #f08300;
}
main.twocolumns .twocolumns-layout #sidecolumn .sidemenu .menu-title:last-of-type {
  background-color: #eb6100;
}
main.twocolumns .twocolumns-layout #sidecolumn .sidemenu .menu-title a {
  padding: 0.5em 0.6em;
  display: block;
  color: white;
}
main.twocolumns .twocolumns-layout .sidecolumn-want .menu-ttl {
  background-color: #00a95f !important;
  color: white !important;
}
main.twocolumns .twocolumns-layout .sidecolumn-want .menu-list {
  background-color: white !important;
}
main.twocolumns .twocolumns-layout .sidecolumn-want .menu-list li {
  color: #00a95f !important;
  border-bottom: 0.15em solid #00a95f !important;
}
main.twocolumns .twocolumns-layout .sidecolumn-want .menu-list li:last-of-type {
  border-bottom: none !important;
}
main.twocolumns .twocolumns-layout .sidecolumn-want .menu-list li a {
  color: #00a95f !important;
}

/* google カスタム検索 */
.gsc-control-wrapper-cse {
  width: auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 10em !important;
}
@media screen and (max-width: 768px) {
  .gsc-control-wrapper-cse {
    padding: 0 !important;
  }
}

.gsc-input-box {
  border: 3px solid #231815 !important;
  border-radius: 10px !important;
}

.gsc-search-box tr {
  width: auto;
  position: relative;
  box-sizing: border-box;
}
.gsc-search-box tr td.gsc-input {
  padding-right: 12px !important;
}

.gsc-search-button-v2 {
  border: 3px solid #231815 !important;
  border-radius: 50px !important;
  padding: 0.5vw 3vw !important;
}
@media screen and (max-width: 768px) {
  .gsc-search-button-v2 {
    padding: 1vw 5vw !important;
  }
}
@media screen and (max-width: 480px) {
  .gsc-search-button-v2 {
    padding: 2vw 6vw !important;
  }
}
.gsc-search-button-v2 svg {
  width: 1.5vw !important;
  height: 1.5vw !important;
}
@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 3vw !important;
    height: 3vw !important;
  }
}
@media screen and (max-width: 480px) {
  .gsc-search-button-v2 svg {
    width: 5vw !important;
    height: 5vw !important;
  }
}

/* ================= 採用ページ共通 ============================================================ */
main.recruit-main {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
main.recruit-main p {
  letter-spacing: 0.06em;
}

/* ================= 採用ページヘッダー ============================================================ */
#recruit-page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding-top: 2em;
  padding-bottom: 1em;
}
#recruit-page-header .innerbox a {
  width: -moz-fit-content;
  width: fit-content;
  color: #f39800;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
#recruit-page-header .innerbox a:hover {
  color: #dae000;
}
#recruit-page-header .innerbox a .eg_ttl {
  font-size: 2.5em;
  letter-spacing: 0.1em;
}
#recruit-page-header .innerbox a .page_ttl {
  font-size: 1.25em;
  margin-top: 0.2em;
}

/* ================= 採用ページフッター ============================================================ */
#recruit-page-footer.sec {
  padding-bottom: 0;
}
#recruit-page-footer .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4em;
}
@media screen and (max-width: 768px) {
  #recruit-page-footer .innerbox {
    gap: 2em;
  }
}

/* ================= 採用TOPページ ============================================================ */
body#recruit p {
  padding-bottom: 0;
}
body#recruit main.recruit-main .sec h2.secttl {
  font-size: 1vw;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  body#recruit main.recruit-main .sec h2.secttl {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body#recruit main.recruit-main .sec h2.secttl {
    font-size: 3vw;
  }
}
body#recruit main.recruit-main .sec h2.secttl .eg {
  font-family: din-2014, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.85em;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 0.1em;
}
body#recruit main.recruit-main .sec h2.secttl .ja {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #409ad6;
}
body#recruit main.recruit-main #rec_aft {
  z-index: 1;
}
body#recruit main.recruit-main #rec_aft.sec {
  padding: 0;
}
body#recruit main.recruit-main #rec_aft .innerbox {
  padding: 0;
}
body#recruit main.recruit-main #rec_aft .mainimg {
  width: 100%;
  height: auto;
}
body#recruit main.recruit-main #rec_aft .mainimg img {
  width: 100%;
  height: auto;
}
body#recruit main.recruit-main #rec_aft .mainimg img.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  body#recruit main.recruit-main #rec_aft .mainimg img.pc {
    display: none;
  }
  body#recruit main.recruit-main #rec_aft .mainimg img.sp {
    display: block;
  }
}
body#recruit main.recruit-main #rec_message {
  background: url(../../../images/recruit/message_bg.webp) no-repeat center top/contain;
  background-size: 100% auto;
}
body#recruit main.recruit-main #rec_message.sec {
  padding-top: 21.5em;
  margin-top: -16em;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  body#recruit main.recruit-main #rec_message.sec {
    padding-top: 9.5em;
    margin-top: -8em;
  }
}
@media screen and (max-width: 480px) {
  body#recruit main.recruit-main #rec_message.sec {
    padding-top: 8.5em;
    margin-top: -6em;
  }
}
@media screen and (max-width: 480px) {
  body#recruit main.recruit-main #rec_message {
    background-size: auto 100%;
  }
}
body#recruit main.recruit-main #rec_message h2.secttl span {
  color: #ffffff;
  display: block;
}
body#recruit main.recruit-main #rec_message h3 {
  font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 2em;
}
body#recruit main.recruit-main #rec_message h3 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  padding: 0 0.5em;
}
body#recruit main.recruit-main #rec_message h3 span:first-of-type {
  margin-bottom: 0.5em;
}
body#recruit main.recruit-main #rec_message .imgtxt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  body#recruit main.recruit-main #rec_message .imgtxt {
    display: block;
  }
}
body#recruit main.recruit-main #rec_message .imgtxt .imgbox {
  width: 24.4em;
  height: auto;
}
body#recruit main.recruit-main #rec_message .imgtxt .imgbox img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  body#recruit main.recruit-main #rec_message .imgtxt .imgbox {
    overflow: hidden;
    float: left;
    width: 46%;
    margin: 0 1em 1em 0;
  }
}
@media screen and (max-width: 480px) {
  body#recruit main.recruit-main #rec_message .imgtxt .imgbox {
    width: 100%;
  }
}
body#recruit main.recruit-main #rec_message .imgtxt .txtbox {
  width: 42em;
}
body#recruit main.recruit-main #rec_message .imgtxt .txtbox p {
  font-size: 1.25em;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #409ad6;
}
@media screen and (max-width: 768px) {
  body#recruit main.recruit-main #rec_message .imgtxt .txtbox {
    width: auto;
  }
}
body#recruit main.recruit-main #rec_work .innerbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: url(../../../images/recruit/workimg.webp) no-repeat 90% 50%/contain;
  background-size: auto 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body#recruit main.recruit-main #rec_work .innerbox::before {
    background-size: auto 60%;
    background-position: 90% 10%;
    opacity: 0.5;
  }
}
@media screen and (max-width: 480px) {
  body#recruit main.recruit-main #rec_work .innerbox::before {
    display: none;
  }
}
body#recruit main.recruit-main #rec_work ul.worklist {
  list-style-type: none;
}
body#recruit main.recruit-main #rec_work ul.worklist li.item {
  width: 48em;
  padding: 1em 0;
  border-bottom: 1px solid #409ad6;
}
body#recruit main.recruit-main #rec_work ul.worklist li.item:first-of-type {
  padding-top: 0;
}
body#recruit main.recruit-main #rec_work ul.worklist li.item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  body#recruit main.recruit-main #rec_work ul.worklist li.item {
    width: 100%;
  }
}
body#recruit main.recruit-main #rec_work ul.worklist li.item h3 {
  font-size: 1vw;
  font-size: 1.85em;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  body#recruit main.recruit-main #rec_work ul.worklist li.item h3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body#recruit main.recruit-main #rec_work ul.worklist li.item h3 {
    font-size: 3vw;
  }
}
body#recruit main.recruit-main #rec_work ul.worklist li.item h3 span {
  display: inline-block;
  color: #409ad6;
  font-size: 0.8em;
  margin-right: 0.5em;
}
body#recruit main.recruit-main #rec_work ul.worklist li.item .subttl {
  color: #409ad6;
  padding: 0.5em 0;
  line-height: 1.5em;
  font-weight: 700;
}
body#recruit main.recruit-main #rec_work ul.worklist li.item .txt .flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
body#recruit main.recruit-main #rec_work ul.worklist li.item .txt span {
  display: block;
}
body#recruit main.recruit-main #rec_interview {
  background: #d4ecee;
}
body#recruit main.recruit-main #rec_interview .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}
body#recruit main.recruit-main #rec_interview .flexbox .imgbox {
  width: 37em;
}
body#recruit main.recruit-main #rec_interview .flexbox .imgbox img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  body#recruit main.recruit-main #rec_interview .flexbox .imgbox {
    width: 100%;
  }
}

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.partspage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}

/* 最大幅800px */
.max800px {
  max-width: 800px;
  margin: 0 auto;
}

/* =============== 背景色 ========================================================= */
.sec-bg1 {
  background: #ffffff;
}
.sec-bg1:first-child {
  padding-top: 2em;
}
.recruit_page .sec-bg1 {
  background: #ffffff;
}

.sec-bg2 {
  background: #eff2e6;
}
.recruit_page .sec-bg2 {
  background: #ffffff;
}

.sec-bg3 {
  background: #dae000;
}
.recruit_page .sec-bg3 {
  background: #c7e8fa;
}

/* 同じ背景色のセクションが続いたときに余白をなくす */
.sec-bg1 + .sec-bg1,
.sec-bg2 + .sec-bg2,
.sec-bg3 + .sec-bg3 {
  padding-top: 0 !important;
}

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts_hd {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 1em;
  color: #00a95f;
  /* 大きな数字 */
}
.parts_hd .hd_jp {
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 3em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .parts_hd .hd_jp {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .parts_hd .hd_jp {
    font-size: 2em;
  }
}
.parts_hd .hd_en {
  display: block;
  font-family: korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3em;
  letter-spacing: 0;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .parts_hd .hd_en {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .parts_hd .hd_en {
    font-size: 2em;
  }
}
.parts_hd .hd_en + .hd_jp {
  font-size: 1.15em;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .parts_hd .hd_en + .hd_jp {
    font-size: 1.25em;
  }
}
.recruit-main .parts_hd .hd_en {
  font-family: din-2014, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: inline;
  color: #231815;
}
.recruit-main .parts_hd .hd_jp {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  display: inline;
  color: #409ad6;
  letter-spacing: 0.08em;
}

.parts-h4 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .parts-h4 {
    font-size: 1.15em;
  }
}

/* 左寄せ・幅指定中央配置テキスト */
.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;
}
.partspage-ctt .link_txt a {
  font-size: 1.5em;
}
.partspage-ctt .btn {
  padding-bottom: 2em;
}
.partspage-ctt .btn a {
  text-decoration: none;
}
.partspage-ctt .sec-bg3 a:hover {
  color: #ffffff;
}
.partspage-ctt .sec-bg3 .btn_bg a {
  background: #ffffff;
}
.partspage-ctt .sec-bg3 .btn_bg a:hover {
  color: #231815;
}
.partspage-ctt .sec p {
  padding-bottom: 2em;
  /* 余白小さめ */
  /* 強調 */
  /* 大テキスト */
  /* 中テキスト */
  /* 注釈 */
}
.partspage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.partspage-ctt .sec p.parts_copy {
  color: #00a95f;
  font-family: korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec p.parts_copy {
    font-size: 1.3em;
  }
}
.partspage-ctt .sec p.ts_l {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec p.ts_l {
    font-size: 1.6em;
  }
}
.partspage-ctt .sec p.ts_m {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec p.ts_m {
    font-size: 1.2em;
  }
}
.partspage-ctt .sec p.note {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.7em;
  padding-bottom: 2em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #dae000;
  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;
  font-weight: 700;
  line-height: 2em;
}

/* ------------ セクション公開・非公開 -------------------------------- */
.sec-none {
  display: none;
}

/* ------------ 背景色つきテキストボックス -------------------------------- */
.textbox {
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  margin-bottom: 2em;
  background: #eff2e6;
  color: #231815;
  border-radius: 1em;
}
.sec-bg2 .textbox {
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .textbox {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  .textbox {
    padding: 1.5em;
  }
}
.textbox h3,
.textbox h4 {
  font-family: korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .textbox h3,
  .textbox h4 {
    font-size: 1.3em;
  }
}
.textbox p {
  padding-bottom: 2em;
}
.textbox p:last-child {
  padding-bottom: 0;
}

/* ------------ Googleマップ ------------------------------------------- */
.access_map {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 2em;
}
.access_map iframe,
.access_map .acf-map {
  width: 100%;
  height: 20em;
}
@media screen and (max-width: 768px) {
  .access_map iframe,
  .access_map .acf-map {
    height: 15em;
  }
}
@media screen and (max-width: 480px) {
  .access_map iframe,
  .access_map .acf-map {
    height: 12em;
  }
}
.access_map .acf-map img {
  max-width: inherit !important;
}

/* =============== 画像（単体） ========================================================= */
.parts_img {
  width: 100%;
  position: relative;
  padding-bottom: 2em;
  text-align: center;
}
.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%;
  }
}

/* ------------ 画像（画像＋テキスト） -------------------------------- */
.imgltxt,
.imgrtxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 2em;
}
.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%;
    padding-bottom: 2.5em;
  }
}
.imgltxt .imgtxt_img img,
.imgrtxt .imgtxt_img img {
  width: 100%;
  height: auto;
}

/* 画像左 -------------------------------- */
.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;
  font-weight: 900;
  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_img {
  position: relative;
}

/* テキスト */
.imgcard_txt {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgcard_txt h3,
.imgcard_txt h4 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-top: 0.25em;
  margin-bottom: 0.5em;
  text-decoration: none;
}
.imgcard_txt p {
  padding-bottom: 0;
  line-height: 1.5em;
  text-decoration: none;
}

/* カード型レイアウト共通設定 -------------------------------- */
.imgcard_l1,
.imgcard_l2,
.imgcard_l3,
.imgcard_l4,
.imgcard_l5,
.imgcard_l6 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 2em;
  /* リスト */
}
.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: -2em;
}
@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;
  }
}
.imgcard_l1 ul li,
.imgcard_l2 ul li,
.imgcard_l3 ul li,
.imgcard_l4 ul li,
.imgcard_l5 ul li,
.imgcard_l6 ul li {
  width: auto;
  position: relative;
  box-sizing: border-box;
  margin-top: 2em;
  /* リンク */
  /* 画像 */
}
@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;
  }
}
.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 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;
  margin-bottom: 1em;
}
.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;
}

/* 1つ並び -------------------------------- */
.imgcard_l1 {
  /* リスト */
}
@media screen and (min-width: 769px) {
  .imgcard_l1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l1 ul:has(.youtube_box) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.imgcard_l1 ul li {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .imgcard_l1 ul li:has(.youtube_box) {
    width: 100%;
  }
}
.imgcard_l1.imghbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .imgcard_l1.imghbox ul li {
    width: 47%;
  }
}

/* 2つ並び -------------------------------- */
.imgcard_l2 {
  /* リスト */
}
.imgcard_l2 ul {
  justify-content: space-between !important;
}
@media screen and (min-width: 769px) {
  .imgcard_l2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l2 ul:has(.youtube_box) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.imgcard_l2 ul li {
  width: 47%;
}
@media screen and (max-width: 480px) {
  .imgcard_l2 ul li:has(.youtube_box) {
    width: 100%;
  }
}
.imgcard_l2.imghbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .imgcard_l2.imghbox ul li {
    width: 47%;
  }
}

/* 3つ並び -------------------------------- */
.imgcard_l3 {
  /* リスト */
}
.imgcard_l3 ul {
  margin-top: -3em;
}
.imgcard_l3 ul li {
  width: 31%;
  margin-right: 3.5%;
  margin-top: 3em;
}
@media screen and (min-width: 769px) {
  .imgcard_l3 ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3 ul li:has(.youtube_box) {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3.imghbox ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .imgcard_l3.imghbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/* 4つ並び -------------------------------- */
.imgcard_l4 {
  /* リスト */
}
.imgcard_l4 ul li {
  width: 23.5%;
  margin-right: 2%;
}
@media screen and (min-width: 769px) {
  .imgcard_l4 ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1350px) and (min-width: 481px) {
  .imgcard_l4.imghbox ul li {
    width: 23.5%;
  }
  .imgcard_l4.imghbox ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .imgcard_l4.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .imgcard_l4.imghbox ul li {
    width: 23.5%;
  }
  .imgcard_l4.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/* 5つ並び -------------------------------- */
.imgcard_l5 {
  /* リスト */
}
.imgcard_l5 ul li {
  width: 18.4%;
  margin-right: 2%;
}
@media screen and (min-width: 769px) {
  .imgcard_l5 ul li:nth-child(5n) {
    margin-right: 0;
  }
}

/* 6つ並び -------------------------------- */
.imgcard_l6 {
  /* リスト */
}
.imgcard_l6 ul li {
  width: 15%;
  margin-right: 2%;
}
@media screen and (min-width: 769px) {
  .imgcard_l6 ul li:nth-child(6n) {
    margin-right: 0;
  }
}

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) {
  /* 1つ並び */
  .imgcard_l1_tb {
    /* リスト */
  }
  .imgcard_l1_tb ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_tb {
    /* リスト */
  }
  .imgcard_l2_tb ul li {
    margin-right: 2%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l2_tb ul li {
    width: 49%;
  }
  .imgcard_l2_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3_tb {
    /* リスト */
  }
  .imgcard_l3_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l3_tb ul li {
    width: 32%;
  }
  .imgcard_l3_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l4_tb {
    /* リスト */
  }
  .imgcard_l4_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l4_tb ul li {
    width: 23.5%;
  }
  .imgcard_l4_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l5_tb {
    /* リスト */
  }
  .imgcard_l5_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l5_tb ul li {
    width: 18.4%;
  }
  .imgcard_l5_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l6_tb {
    /* リスト */
  }
  .imgcard_l6_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l6_tb ul li {
    width: 15%;
  }
  .imgcard_l6_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .imgcard_l1_sp {
    /* リスト */
  }
  .imgcard_l1_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_sp {
    /* リスト */
  }
  .imgcard_l2_sp ul li {
    margin-right: 2%;
    width: 49%;
  }
  .imgcard_l2_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .imgcard_l3_sp {
    /* リスト */
  }
  .imgcard_l3_sp ul li {
    margin-right: 2%;
    width: 32%;
  }
  .imgcard_l3_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .imgcard_l4_sp {
    /* リスト */
  }
  .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 {
    /* リスト */
  }
  .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 {
    /* リスト */
  }
  .imgcard_l6_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .imgcard_l6_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* =============== リスト ========================================================= */
/* リスト共通 -------------------------------- */
.no_list,
.order_list,
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2em;
  margin: 0 auto;
  margin-bottom: 2em;
  background: #eff2e6;
  color: #231815;
  border-radius: 1em;
  /* 見出し */
}
.sec-bg2 .no_list,
.sec-bg2 .order_list,
.sec-bg2 .check_list {
  background: #ffffff;
}
.sec-bg3 .no_list,
.sec-bg3 .order_list,
.sec-bg3 .check_list {
  background: #ffffff;
}
@media screen and (max-width: 480px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 1.5em;
  }
}
.no_list .list_hd,
.order_list .list_hd,
.check_list .list_hd {
  font-family: korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  color: #dae000;
  font-weight: 700;
  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.3em;
  }
}
.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,
.no_list ol li,
.order_list ul li,
.order_list ol li,
.check_list ul li,
.check_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-left: 1.5em;
  padding-bottom: 1.5em;
}
.no_list ul li:last-child,
.no_list ol li:last-child,
.order_list ul li:last-child,
.order_list ol li:last-child,
.check_list ul li:last-child,
.check_list ol li:last-child {
  padding-bottom: 0;
}
.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.2em;
  font-weight: 700;
  line-height: 1.25em;
  padding-bottom: 0.5em;
}
.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;
}
.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 li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #dae000;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  margin-top: 0.5em;
  margin-left: -1.5em;
  margin-right: 0.5em;
}

/* 番号つき -------------------------------- */
.order_list {
  /* リスト */
}
.order_list ol {
  counter-reset: number;
}
.order_list ol li::before {
  position: absolute;
  display: inline-block;
  width: 1.5em;
  margin-top: -0.1em;
  margin-left: -1.8em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.2em;
  color: #dae000;
}
.order_list ol li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  /* リスト */
}
.check_list ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  font-family: "Font Awesome 5 free";
  content: "\f14a";
  font-weight: 900;
  color: #dae000;
}

/* 表型 -------------------------------- */
.table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2em;
  color: #231815;
  /* 見出し */
  /* リスト */
}
.table h3,
.table h4 {
  display: inline-block;
  font-family: korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  color: #dae000;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .table h3,
  .table h4 {
    font-size: 1.3em;
  }
}
.table ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.table ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-radius: 1em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
.sec-bg1 .table ul li {
  background: #eff2e6;
}
.sec-bg1 .table ul li .table_th,
.sec-bg1 .table ul li .table_td {
  border-color: #ffffff;
}
.sec-bg2 .table ul li {
  background: #ffffff;
}
.sec-bg2 .table ul li .table_th,
.sec-bg2 .table ul li .table_td {
  border-color: #eff2e6;
}
.sec-bg3 .table ul li {
  background: #eff2e6;
}
.sec-bg3 .table ul li .table_th,
.sec-bg3 .table ul li .table_td {
  border-color: #dae000;
}
.table ul li:last-child {
  margin-bottom: 0;
}
.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_li .row_th {
  background: #dae000;
  color: #231815;
  font-weight: 700;
}
.sec-bg3 .table ul li.table_li .row_th {
  background: #ffffff;
}
.table ul li.table_li .row_th .col_th_sp {
  color: #7d7d7d;
}
.table ul li.table_li .col_th {
  background: #dae000;
  color: #231815;
  font-weight: 700;
}
.sec-bg3 .table ul li.table_li .col_th {
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .table ul li.table_li .col_th {
    display: none;
  }
}
.table ul li .table_th,
.table ul li .table_td {
  width: auto;
  font-family: korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  border-right: #ffffff dashed 0.15em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .table ul li .table_th,
  .table ul li .table_td {
    display: block;
    padding: 1em;
    width: 100%;
    border-right: none;
    border-bottom: #ffffff dashed 0.15em;
  }
}
.table ul li .table_td {
  width: auto;
  font-weight: 500;
}
.table ul li .table_td .col_th_sp {
  color: inherit;
}
.table ul li .table_td:last-child {
  border-right: none;
  border-bottom: none;
}
.table ul li .table_td strong {
  font-family: korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.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;
  }
}
.table ul li:last-child {
  border-bottom: none;
}
.recruit-main .table ul li {
  background: #d4ecee;
}
.recruit-main .table ul li.table_li .row_th {
  color: #ffffff;
  background: #409ad6;
}
.recruit-main .table ul li.table_li .col_th {
  color: #ffffff;
  background: #409ad6;
}

/* 沿革・タイムライン -------------------------------- */
.tl_box {
  padding-bottom: 2em;
  /* 横並び共通 */
}
.tl_box.side_tl, .tl_box.side_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.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;
  margin-bottom: 1em;
  /* 見出し */
  /* リスト */
}
.tl_box .tl h3,
.tl_box .tl h4 {
  width: 100%;
  display: inline-block;
  font-family: korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #dae000;
}
.sec-bg3 .tl_box .tl h3,
.sec-bg3 .tl_box .tl h4 {
  color: #231815;
}
@media screen and (max-width: 768px) {
  .tl_box .tl h3,
  .tl_box .tl h4 {
    font-size: 1.3em;
  }
}
.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 .tl_time,
.tl_box .tl ul li .tl_txt {
  font-family: korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding: 0 1.5em 1.5em 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
.tl_box .tl ul li .tl_time {
  display: table-cell;
  white-space: nowrap;
  padding-left: 0;
  font-weight: 900;
  text-align: right;
  color: #231815;
}
.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: korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.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::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin: auto;
  border-right: #dae000 solid 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sec-bg3 .tl_box .tl ul li .tl_txt::before {
  border-color: #ffffff;
}
.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: #dae000;
  z-index: 2;
}
.sec-bg3 .tl_box .tl ul li .tl_txt::after {
  background: #ffffff;
}
.tl_box .tl ul li .tl_txt .tl_ttl {
  display: block;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  padding-bottom: 0.5em;
}
.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%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
.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: #dae000 dotted 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sec-bg3 .tl_box .tl ul.on li:last-child .tl_txt::before {
  border-color: #ffffff;
}
@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: 2em;
  color: #231815;
  border-radius: 1em;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 1350px) {
  .note_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .note_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .note_list {
    padding: 1.5em;
  }
}
.note_list.bgcolor {
  background: #dae000;
  padding: 1em;
}
.sec-bg3 .note_list.bgcolor {
  background: #ffffff;
}
.note_list h3,
.note_list h4 {
  font-family: korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  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.3em;
  }
}
.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;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}
.note_list ul li h5 {
  display: block;
  font-family: korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .note_list ul li h5 {
    font-size: 1.1em;
  }
}
.note_list ul li p {
  display: block;
}

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

.yttxt_youtube {
  width: 100%;
}
.yttxt_youtube span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.yttxt_youtube span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.imgcard_l2 .yttxt_youtube,
.imgcard_l3 .yttxt_youtube {
  padding-bottom: 1.5em;
}

/* =============== 余白ゼロ ========================================================= */
.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 .sitemap_box:last-child,
.partspage-ctt .sec .innerbox .table:last-child {
  margin-bottom: 0;
}

.imgcard_l2 img:last-child,
.imgcard_l3 img:last-child,
.imgcard_l4 img:last-child {
  margin-bottom: 0;
}
.imgcard_l2 a img:last-child,
.imgcard_l3 a img:last-child,
.imgcard_l4 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 {
  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 {
  margin-bottom: 0;
}

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

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

/* =============== フローレイアウト ========================================================= */
.imgcard_flow ul li:last-child .imgcard_img::after {
  display: none;
}
.imgcard_flow ul li .imgcard_img::after {
  font: var(--fa-font-solid);
  content: "\f105";
  color: #dae000;
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: auto;
  right: -8%;
  bottom: auto;
  transform: translateY(-50%);
}

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) {
  /* 1つ並び */
  .imgcard_l1_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l1_tb.imgcard_flow ul li {
    width: 100%;
    margin-right: 0;
  }
  .imgcard_l1_tb.imgcard_flow ul li .imgcard_img::after {
    font: var(--fa-font-solid);
    content: "\f107";
    color: #dae000;
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -2em;
    transform: translateX(-50%);
  }
  /* 2つ並び */
  .imgcard_l2_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l2_tb.imgcard_flow ul li {
    margin-right: 6%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l2_tb.imgcard_flow ul li {
    width: 47%;
  }
  .imgcard_l2_tb.imgcard_flow ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2_tb.imgcard_flow ul li:nth-child(2n) .imgcard_img::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l3_tb.imgcard_flow ul li {
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l3_tb.imgcard_flow ul li {
    width: 31%;
  }
  .imgcard_l3_tb.imgcard_flow ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgcard_l3_tb.imgcard_flow ul li:nth-child(3n) .imgcard_img::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l4_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l4_tb.imgcard_flow ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgcard_l4_tb.imgcard_flow ul li:nth-child(4n) .imgcard_img::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l5_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l5_tb.imgcard_flow ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgcard_l5_tb.imgcard_flow ul li:nth-child(5n) .imgcard_img::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l6_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l6_tb.imgcard_flow ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgcard_l6_tb.imgcard_flow ul li:nth-child(6n) .imgcard_img::after {
    display: none;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .imgcard_l1_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l1_sp.imgcard_flow ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l2_sp.imgcard_flow ul li {
    margin-right: 6%;
    width: 47%;
  }
  .imgcard_l2_sp.imgcard_flow ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2_sp.imgcard_flow ul li:nth-child(2n) .imgcard_img::after {
    display: none;
  }
  /* 3つ並び */
  .imgcard_l3_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l3_sp.imgcard_flow ul li {
    margin-right: 3.5%;
    width: 31%;
  }
  .imgcard_l3_sp.imgcard_flow ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgcard_l3_sp.imgcard_flow ul li:nth-child(3n) .imgcard_img::after {
    display: none;
  }
  /* 4つ並び */
  .imgcard_l4_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l4_sp.imgcard_flow ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgcard_l4_sp.imgcard_flow ul li:nth-child(4n) .imgcard_img::after {
    display: none;
  }
  /* 5つ並び */
  .imgcard_l5_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l5_sp.imgcard_flow ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgcard_l5_sp.imgcard_flow ul li:nth-child(5n) .imgcard_img::after {
    display: none;
  }
  /* 6つ並び */
  .imgcard_l6_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l6_sp.imgcard_flow ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgcard_l6_sp.imgcard_flow ul li:nth-child(6n) .imgcard_img::after {
    display: none;
  }
}
/* PDFファイル -------------------------------- */
.pdf_box {
  padding-bottom: 2em;
  /* 見出し */
}
.pdf_box h4 {
  display: inline-block;
  font-family: korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .pdf_box h4 {
    font-size: 1.75em;
    padding-bottom: 0.5em;
  }
}
.pdf_box ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
  list-style: none inside;
}
@media screen and (max-width: 480px) {
  .pdf_box ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pdf_box ul li {
  background: #eff2e6;
  border-radius: 1em;
}
.sec-bg2 .pdf_box ul li, .sec-bg3 .pdf_box ul li {
  background: #ffffff;
}
.pdf_box ul li a {
  display: block;
  color: #231815;
  padding: 1em 2em;
  text-decoration: none;
  position: relative;
}
.pdf_box ul li a i {
  color: #231815;
  padding-right: 0.25em;
  position: absolute;
  top: 1.5em;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.pdf_box ul li a span {
  display: inline-block;
  padding-left: 1em;
}
.pdf_box ul li a:hover {
  color: #dae000 !important;
}
.pdf_box ul li a:hover i {
  color: #dae000;
}

/* =======================================================================================================================
　　　　　　　　　Q&A
======================================================================================================================= */
.faq_box {
  padding-bottom: 2em;
  /* -------------------------- 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: #eff2e6;
  border-radius: 0.5em;
  overflow: hidden;
  /* テキスト ------------------------------------------- */
  /* 開閉動作 ------------------------------------------- */
}
.faq_box ul.qa_list li.qa_set:not(:last-child) {
  margin-bottom: 1em;
}
.faq_box ul.qa_list li.qa_set label {
  cursor: pointer;
}
.faq_box ul.qa_list li.qa_set .qa_txt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* Q */
  /* A */
}
.faq_box ul.qa_list li.qa_set .qa_txt .question {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
  background: #eff2e6;
  padding: 1.2em;
  text-indent: -1.9em;
  padding-left: 3.45em;
  padding-right: 4em;
  transition: 1s ease;
  backface-visibility: hidden;
}
.sec-bg2 .faq_box ul.qa_list li.qa_set .qa_txt .question, .sec-bg3 .faq_box ul.qa_list li.qa_set .qa_txt .question {
  background: #ffffff;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::before {
  font-family: korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  content: "Q";
  font-weight: 700;
  font-size: 1.5em;
  padding-right: 0.5em;
  color: #231815;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::after {
  font-family: korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  font-weight: 300;
  text-indent: 0;
  line-height: 1em;
  content: "+";
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  color: #231815;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: auto;
  left: auto;
  right: 0.6em;
  bottom: 0.6em;
  transition: 1s ease;
  backface-visibility: hidden;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #eff2e6;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: 1s ease;
  backface-visibility: hidden;
}
.sec-bg2 .faq_box ul.qa_list li.qa_set .qa_txt p.answer, .sec-bg3 .faq_box ul.qa_list li.qa_set .qa_txt p.answer {
  background: #ffffff;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer span {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1.5em;
  text-indent: -1.8em;
  padding-left: 3.8em;
  line-height: 1.5em;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer span::before {
  font-family: korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  content: "A";
  font-size: 1.5em;
  font-weight: 700;
  padding-right: 0.5em;
  color: #231815;
}
.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 */
  /* A */
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question {
  font-weight: 700;
  background: #dae000;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::before {
  color: #231815;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::after {
  content: "-";
  padding-bottom: 0.2em;
  color: #231815;
  border-color: #231815;
}
.sec-bg3 .faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question {
  background: #ffffff;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt p.answer {
  max-height: 50em;
}
.faq_box .btn {
  padding-top: 2em;
}

/* =============== サイトマップ ========================================================= */
/* サイトマップ共通 -------------------------------- */
.sitemap_box {
  margin-bottom: 2em;
}
.sitemap_box ul.sitemap_list {
  font-size: 1.5em;
  list-style-type: decimal;
  padding-left: 1em;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 {
  padding-bottom: 1em;
}
.sitemap_box ul.sitemap_list li.sitemap_l1:last-child {
  padding-bottom: 0;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 a.l1_url {
  color: #00a95f;
  text-decoration-color: #00a95f;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 h4.sitemap_l1_txt {
  color: #00a95f;
  border-bottom: #dae000 solid 0.2em;
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 ul.sitemap_list_l2 {
  font-size: 0.6em;
  line-height: 2em;
  list-style-type: none;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 ul.sitemap_list_l2 li.sitemap_l2 {
  position: relative;
  padding-left: 1.5em;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 ul.sitemap_list_l2 li.sitemap_l2::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 0.8em;
  height: 0.8em;
  background-color: #dae000;
  border-radius: 50%;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 ul.sitemap_list_l2 li.sitemap_l2 ul.sitemap_list_l3 {
  list-style: none;
  padding-left: 1.5em;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 ul.sitemap_list_l2 li.sitemap_l2 ul.sitemap_list_l3 li.sitemap_l3 {
  font-size: 0.8em;
}
.sitemap_box ul.sitemap_list li.sitemap_l1 ul.sitemap_list_l2 li.sitemap_l2 ul.sitemap_list_l3 li.sitemap_l3::before {
  content: ">";
  color: #231815;
}

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost #entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1.5em 0;
  background: #ffffff;
  color: #231815;
}
#newspost #entry-header .innerbox {
  /* 記事タイトル */
  /* 日付 */
}
#newspost #entry-header .innerbox .flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: 1.5em;
}
#newspost #entry-header .innerbox .entry_ttl {
  width: auto;
  flex: 1;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 2em;
  font-weight: 700;
  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 .date {
  font-family: korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 1em 2em 1em 0;
  color: #231815;
}
#newspost #entry-header .innerbox .date .year {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#newspost #entry-header .innerbox .date .md {
  font-size: 1.5em;
  padding-left: 0.25em;
}
#newspost #entry-header .innerbox .news_category {
  min-width: 10.7em;
  letter-spacing: 0.1em;
  line-height: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#newspost #entry-header .innerbox .news_category.imp {
  background-color: #dae000;
  color: #231815;
}
#newspost #entry-header .innerbox .news_category.not {
  background-color: #e6e6e6;
}
#newspost #entry-header .innerbox .news_category.vol {
  background-color: #fadce9;
}
#newspost #entry-header .innerbox .news_category.cou {
  background-color: #a1c686;
}
#newspost #entry-header .innerbox .news_category.rec {
  background-color: #facc9a;
}
#newspost #entry-header .innerbox .news_category.rep {
  background-color: #c7e8fa;
}
#newspost .nav_sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em 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%;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #231815;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#newspost .nav_sec .innerbox ul.post_nav li:hover {
  color: #dae000;
}
#newspost .nav_sec .innerbox ul.post_nav li a {
  flex: 1;
  width: auto;
  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対応 */
  color: #231815;
}
@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 {
  color: #dae000;
}
#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;
}
#newspost .nav_sec .innerbox .back {
  width: 100%;
  display: inline-block;
  text-align: center;
}
#newspost .nav_sec .innerbox .back a {
  font-size: 1.5em;
  text-decoration: underline;
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
.archive_sec .secttl {
  font-size: 1.2em;
  line-height: 2em;
}

/* カテゴリボタン */
.cat_list {
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cat_list {
    padding-bottom: 1em;
  }
}
.cat_list li {
  width: -moz-fit-content;
  width: fit-content;
}
.cat_list li.all_cat {
  border: 0.1em solid #231815;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .cat_list li.all_cat {
    border-bottom: 0.1em solid #231815;
  }
}
.cat_list li.important {
  background-color: #dae000;
  color: #231815;
}
.cat_list li.notice {
  background-color: #e6e6e6;
}
.cat_list li.volunteer {
  background-color: #fadce9;
}
.cat_list li.event {
  background-color: #a1c686;
}
.cat_list li.recruit {
  background-color: #facc9a;
}
.cat_list li.report {
  background-color: #c7e8fa;
}
.cat_list li .btn a:hover {
  color: #231815;
}

/* ページナビゲーション（共通） */
.pager {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .pager {
    padding-top: 3em;
  }
}
.pager a {
  text-decoration: none;
}
.pager p {
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.pager .no-link {
  color: #7d7d7d;
  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: korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.2em;
}
.pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  color: #231815;
  padding: 0 0.5em;
}
.pager .nth-box .tenten {
  color: #dae000;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}

/* ================= フォーム ============================================================ */
/* ブラウザスタイル解除 */
@keyframes onAutoFillStart {}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-webkit-autofill-selected {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-internal-autofill-selected {
  background-color: rgba(232, 240, 254, 0) !important;
}

.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3.57em 15em;
  color: #231815;
  /* -------------------------- Contact Form 7 ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 1.5em 0;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}
.formbox .wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 項目名（共通） */
  /* ラベルで挟まれた項目 */
  /* fieldsetで挟まれた項目 */
  /* チェックボックス・ラジオボタン */
  /* 承認確認 */
  /*送信ボタン*/
  /* エラーメッセージ */
}
.formbox .wpcf7-form .formname {
  width: 16em;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form .formname {
    width: 100%;
  }
}
.formbox .wpcf7-form .formname::after {
  font-size: 0.9em;
  content: "必須";
  margin-left: 1em;
  background: #dae000;
  display: inline-block;
  padding: 0.2em 0.5em;
  line-height: 1;
}
.formbox .wpcf7-form label.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* 項目名 */
  /* フォーム内容 */
}
@media screen and (max-width: 768px) {
  .formbox .wpcf7-form label.formctt {
    display: block;
  }
}
.formbox .wpcf7-form label.formctt .formname {
  line-height: 1.7em;
  padding-top: 0.75em;
}
.formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
    flex: none;
  }
}
.formbox .wpcf7-form fieldset.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: none;
  padding-left: 13em;
  /* 項目名 */
  /* フォーム内容 */
  /* 改行 */
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt {
    padding-left: 0;
  }
}
.formbox .wpcf7-form fieldset.formctt .formname {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt .formname {
    position: relative;
  }
}
.formbox .wpcf7-form fieldset.formctt .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.formbox .wpcf7-form fieldset.formctt br {
  display: none;
}
.formbox .wpcf7-form p {
  padding: 0 0 2em 0;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form input[type=date],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  font-family: dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 0.575em;
  border: #eff2e6 solid 0.1em;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  width: 30em !important;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  font-weight: 400;
}
.formbox .wpcf7-form .wpcf7-acceptance label {
  cursor: pointer;
}
.formbox .wpcf7-form input[type=submit] {
  width: auto;
  position: relative;
  box-sizing: border-box;
  border-radius: 1.6em;
  overflow: hidden;
  transition: 0.3s ease;
  backface-visibility: hidden;
  transform: translate(0, 0);
  display: inline-block;
  line-height: 1;
  padding: 0.85em 2em 0.8em 2em;
  border-radius: 0.575em;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  justify-content: center;
  align-items: center;
  width: 20.25em;
  min-height: 3.8em;
  background: #dae000;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  text-decoration: none;
  margin: 0 auto;
}
.formbox .wpcf7-form input[type=submit]:hover {
  transform: translate(0, 0.2em);
  text-decoration: none;
}
.formbox .wpcf7-form input[type=submit]::after {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  content: "";
  width: 1.2em;
  aspect-ratio: 1/1;
  background: url(../../../images/arrow.webp) no-repeat center center/contain;
}
.formbox .wpcf7-form input[type=submit]:hover {
  color: #231815;
}
.formbox .wpcf7-form input[type=submit]:disabled {
  opacity: 0.15;
  filter: alpha(opacity=15);
  color: #231815;
}
.formbox .wpcf7-form input[type=submit]:disabled:hover {
  background: transparent;
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.formbox .wpcf7-form .wpcf7-response-output::before {
  content: "※";
}

/* ================= フォーム確認画面 ============================================================ */
.wpcf7cp-form-hide {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

div#wpcf7cpcnf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  background-color: #ffffff !important;
  border-radius: 1em;
  /* 入力内容 */
  /* ボタン */
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: #231815 dashed 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;
  width: 20em;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1350px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
  .contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
    width: 25em;
  }
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
  .contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
    width: 18em;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
  .contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
    width: 26em;
  }
}
div#wpcf7cpcnf table tr th {
  width: 20em;
  font-weight: normal !important;
}
@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 {
    padding-bottom: 0;
  }
}
div#wpcf7cpcnf table tr th p::after {
  content: "：";
}
div#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  width: auto;
  position: relative;
  box-sizing: border-box;
  border-radius: 1.6em;
  overflow: hidden;
  transition: 0.3s ease;
  backface-visibility: hidden;
  transform: translate(0, 0);
  display: inline-block;
  line-height: 1;
  padding: 0.85em 2em 0.8em 2em;
  border-radius: 0.575em;
  cursor: pointer;
  border-radius: 4em;
  width: 10em !important;
  cursor: pointer;
  /* 修正ボタン */
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  transform: translate(0, 0.2em);
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    width: auto !important;
    padding-left: 2em;
    padding-right: 2em;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #7d7d7d;
  border: #7d7d7d solid 2px;
  color: #ffffff;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
  background: #231815;
  border: #231815 solid 2px;
}
@media screen and (max-width: 318px) {
  div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
    margin-right: 0;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  width: auto !important;
  letter-spacing: 0;
  text-indent: 0;
  background: #dae000;
}/*# sourceMappingURL=style.css.map */