@charset "UTF-8";
/* CSS Document */
/*
Theme Name: 古賀緑地建設株式会社
Author: 株式会社ジャンプス
*/
/* --------------------------------------------------
 * グラデーション組み合わせ
 * --------------------------------------------------
 * $mc + $sc1   @ボタン類
 * $sc2 + $sc3  @FVタイポ
 * $sc1 + $sc4  @イノベタイポ、下層背景（透過60%）
 * -------------------------------------------------- */
/* --------------------------------------------------
 * グラデーション組み合わせ
 * --------------------------------------------------
 * $mc + $sc1   @ボタン類
 * $sc2 + $sc3  @FVタイポ
 * $sc1 + $sc4  @イノベタイポ、下層背景（透過60%）
 * -------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  overflow-x: clip;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-size: 1vw;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0;
  line-height: 2em;
  background: #f6f6f6;
  color: #000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3.75vw;
  }
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 10em 0;
}
@media screen and (max-width: 1350px) {
  .sec {
    padding: 10em 0;
  }
}
@media screen and (max-width: 480px) {
  .sec {
    padding: 7.5em 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;
  }
}

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

#wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow-x: clip;
}

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

/* fix nav */
.fixnav {
  /* partner */
  /* invoice */
}
.fixnav_pt {
  width: 9em;
  height: 9em;
  margin-top: -14.5em;
  margin-bottom: 5.5em;
  position: sticky;
  left: calc(100% - 9.5em);
  bottom: 5.5em;
  z-index: 10;
  transition: bottom 0.5s ease-in-out;
  /* rotate text */
  /* text */
}
@media screen and (max-width: 768px) {
  .fixnav_pt {
    margin-top: -9.5em;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .fixnav_pt.on {
    bottom: 0.5em;
  }
}
.fixnav_pt a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #b3ca3d;
  background-image: linear-gradient(45deg, #b3ca3d, #73bed1);
  border-radius: 50%;
  border: 0.1em solid;
  padding: 1em 0.5em;
  position: relative;
}
.fixnav_pt a:hover .fixnav_pt_txt::after {
  animation: arrow 0.6s ease-in-out;
}
.fixnav_pt .txtrotate {
  width: 8.25em;
  height: 8.25em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fixnav_pt .txtrotate_inner {
  width: 8.25em;
  height: 8.25em;
  display: inline-block;
  animation: txtrotate 40s linear infinite;
  position: relative;
}
.fixnav_pt .txtrotate_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fixnav_pt_txt {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 6em;
  height: 6em;
  background: #fff;
  border: 0.1em solid;
  border-radius: 50%;
  position: relative;
}
.fixnav_pt_txt::after {
  content: "";
  display: inline-block;
  width: 3em;
  height: 1.2em;
  background: url(/images/ya.svg) no-repeat center/1.5em 1.2em;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  position: absolute;
  top: 0.9em;
  left: 50%;
  transform: translate(-50%, 0);
}
.fixnav_pt_txt p {
  font-size: 0.9em;
  line-height: 1.3;
  padding-bottom: 1.2em;
  text-align: center;
}
.fixnav_iv {
  width: 9em;
  height: 4.5em;
  margin-top: -5em;
  margin-bottom: 0.5em;
  position: sticky;
  left: calc(100% - 9.5em);
  bottom: 0.5em;
  z-index: 10;
  transition: left 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .fixnav_iv.on {
    left: calc(100% - 19em);
  }
}
.fixnav_iv a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.25em;
  padding: 1em 0.5em;
  /* hover */
}
.fixnav_iv a:hover img {
  animation: quick-double-zoom 0.6s ease-in-out forwards;
}
.fixnav_iv_img {
  width: 3.45em;
  height: 3.1em;
  position: absolute;
  top: 0.5em;
  left: -0.3em;
}
.fixnav_iv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: 100% 100%;
}
.fixnav_iv_txt {
  display: flex;
  flex-direction: column;
}
.fixnav_iv_txt span {
  font-size: 0.55em;
  font-weight: 700;
  line-height: 1.5;
}
.fixnav_iv_txt p {
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 0;
}

/* 欧文フォント */
.eg {
  font-family: barlow-condensed, sans-serif;
  font-style: normal;
}

/* 日本語フォント */
.jp {
  font-family: zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
}

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

.right {
  text-align: right;
}

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

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

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

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

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

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

.sec_header {
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .sec_header {
    padding-bottom: 3em;
  }
}
.sec_header p.eg {
  font-size: 1.25em;
  line-height: 1.5em;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .sec_header p.eg {
    font-size: 0.8em;
  }
}
.sec_header p.jp {
  font-weight: 500;
  line-height: 1.5em;
  padding-top: 1.5em;
  padding-bottom: 0;
}
.sec_header p.jp span {
  display: block;
}

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

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

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

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

.imgbox {
  line-height: 0;
}

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

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

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

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

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

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

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

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

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

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

/* ボタン */
/* フォーム用 */
.btn {
  display: inline-block;
}
.btn a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  line-height: 1;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  cursor: pointer;
  /* arrow */
}
.btn a::after {
  content: "";
  display: inline-block;
  width: 4.8em;
  height: 4.8em;
  border: 0.1em solid;
  border-radius: 50%;
  background: url(/images/ya.svg) no-repeat center/1.5em 2.1em, #fff;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  position: absolute;
  right: -6em;
}
@media screen and (max-width: 480px) {
  .btn a::after {
    width: 3.3em;
    height: 3.3em;
    background: url(/images/ya.svg) no-repeat center/1.05em 1.5em, #fff;
    right: -4em;
  }
}
.btn a span {
  font-family: barlow-condensed, zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 3.3333333333em;
  position: relative;
}
@media screen and (max-width: 480px) {
  .btn a span {
    line-height: 2.2em;
  }
}
.btn a:hover::after {
  scale: 1.2;
  animation: arrow 0.6s ease-in-out;
}

/* post list */
.post_list {
  position: relative;
  list-style: none;
}
.post_list_item {
  /* image */
  /* text box */
  /* time */
  /* title */
  /* first list */
}
.post_list_item a {
  display: flex;
  align-items: center;
  border-bottom: 0.1em solid;
  padding: 0.5em 0;
  position: relative;
  /* arrow */
}
.post_list_item a::after {
  content: "";
  display: inline-block;
  width: 3.5em;
  height: 1.2em;
  background: url(/images/ya.svg) no-repeat center/1.5em 2.1em;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 480px) {
  .post_list_item a::after {
    background: url(/images/ya.svg) no-repeat center/1.05em 1.5em;
  }
}
.post_list_item a:hover .imgbox img {
  scale: 1.1;
}
.post_list_item a:hover::after {
  animation: arrow 0.6s ease-in-out;
}
.post_list_item .imgbox {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: #fff;
  margin-right: 1em;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .post_list_item .imgbox {
    width: 4em;
    height: 4em;
  }
}
.post_list_item .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease-in-out;
  backface-visibility: hidden;
}
.post_list_item .txtbox {
  width: calc(100% - 10em);
  display: flex;
}
@media screen and (max-width: 480px) {
  .post_list_item .txtbox {
    width: calc(100% - 8em);
    flex-direction: column;
    gap: 0.25em;
  }
}
.post_list_item time {
  font-family: barlow-condensed, sans-serif;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  margin-right: 1em;
}
.post_list_item h3 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */
}
.post_list_item:first-child {
  border-top: 0.1em solid;
}

/* work list */
.works_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5em;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .works_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .works_list {
    grid-template-columns: 1fr;
  }
}
.works_list_item {
  position: relative;
}
.works_list_item a {
  display: inline-block;
  position: relative;
}
.works_list_item a:hover img {
  scale: 1.1;
}
.works_list_item .imgbox {
  width: 100%;
  height: 100%;
  aspect-ratio: 576/360;
  border-radius: 0.25em;
  background: #fff;
  overflow: hidden;
}
.works_list_item .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.works_list_item .ttl {
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: -1.5em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */
  width: auto;
  height: 15em;
  /* chrome & edge only */
}
@media screen and (max-width: 480px) {
  .works_list_item .ttl {
    height: 12em;
  }
}
.is-chrome-edge .works_list_item .ttl {
  letter-spacing: -0.45em;
}
.works_list_item .txt {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.5;
  white-space: normal;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  padding-bottom: 0;
  margin-top: 0.9em;
}
.works_list_item .cat_list {
  display: flex;
  gap: 1em;
  position: absolute;
  top: -1.25em;
  right: 0;
}
.works_list_item .cat_item {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 0;
  position: relative;
}
.works_list_item .cat_item::before {
  content: "#";
}

/* 右から左 */
@keyframes txtloop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* 左から右 */
@keyframes txtloop_reverse {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* 回転 */
@keyframes txtrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 矢印が流れる */
@keyframes arrow {
  0%, 100% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 150% 50%;
  }
  50.1% {
    background-position: -150% 50%;
  }
}
/* 黒いボールを動かす */
@keyframes ball-move-black {
  0%, 100% {
    top: 0;
    left: 0;
  }
  35% {
    top: 25%;
    left: calc(100% - 25em);
  }
  66% {
    top: calc(100% - 25em);
    left: 25%;
  }
}
@keyframes ball-move-black-sp {
  0%, 100% {
    top: 0;
    left: 0;
  }
  35% {
    top: 25%;
    left: 20%;
  }
  65% {
    top: -20%;
    left: calc(100% - 25em);
  }
}
/* 白いボールを動かす */
@keyframes ball-move-white {
  0%, 100% {
    top: calc(100% - 25em);
    left: calc(100% - 25em);
  }
  35% {
    top: 0;
    left: -25%;
  }
  50% {
    top: calc(100% - 25em);
    left: 10%;
  }
  75% {
    top: 0;
    left: 30%;
  }
}
@keyframes ball-move-white-sp {
  0%, 100% {
    top: 40%;
    left: calc(100% - 25em);
  }
  35% {
    top: 0%;
    left: 40%;
  }
  65% {
    top: 20%;
    left: 0;
  }
}
@keyframes ball-move {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5em);
  }
}
/* ボールの色を変える */
@keyframes ball-color {
  0%, 100% {
    border: none;
    opacity: 1;
  }
  30%, 70% {
    opacity: 0;
  }
}
/* ************************************
 * ボールのテキスト動かす
 *************************************/
@keyframes ball-text-move-x {
  0%, 100% {
    left: 10%;
  }
  50% {
    left: 30%;
  }
}
@keyframes ball-text-move-y {
  0%, 100% {
    top: 10%;
  }
  50% {
    top: 60%;
  }
}
/* ************************************
 * ファーストビュー　コピー表示
 *************************************/
@keyframes fadeInLetter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ************************************
 * 流れるテキスト共通
 *************************************/
.txtloop {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.txtloop_inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
}
.txtloop .txt {
  display: block;
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: 0.25em;
  -webkit-transform: translateZ(0);
}

/* ************************************
 * 画像2回拡大アニメーション
 *************************************/
@keyframes quick-double-zoom {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(1.05);
  }
  75% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1.15);
  }
}
.cate_box {
  width: 100%;
  position: relative;
  padding-bottom: 7.5em;
  margin-top: -5em;
}
.cate_list {
  display: flex;
  list-style: none;
}
.cate_list li {
  margin: 0 0.5em;
  position: relative;
}
.cate_list li a {
  display: inline-block;
  line-height: 1;
  background: #fff;
  padding: 1em 1.5em;
  border: 0.1em solid;
  border-radius: 5em;
  position: relative;
}
.cate_list li a.target {
  background: #0d0d0d;
  color: #f9f9f9;
}
.cate_list li a:hover {
  background: #0d0d0d;
  color: #f9f9f9;
}

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

/* contact form 7 ------------------------------------------- */
.wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #f6f6f6;
  padding: 5em;
  margin: 0 auto;
  border-radius: 0.5em;
  /* 項目名 */
  /* 必須項目 */
  /* 入力欄 */
  /* 郵便番号入力欄 */
  /* プライバシーポリシー */
  /* 確認ボタンエリア */
  /* 確認ボタン */
  /* 確認ボタン */
}
@media screen and (max-width: 768px) {
  .wpcf7-form {
    padding: 3em 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .wpcf7-form {
    padding: 2em 1.5em;
  }
}
.wpcf7-form .formctt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.wpcf7-form .formname {
  width: 15em;
  font-weight: 700;
  padding: 1em 0.5em 0 0;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .wpcf7-form .formname {
    width: 100%;
    text-align: left;
    padding: 0.5em 0;
  }
}
.wpcf7-form .required {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1em;
  padding: 0.35em 0.8em;
  margin-left: 0.5em;
  background: #0d0d0d;
  color: #f9f9f9;
  border-radius: 1.35em;
  top: -0.2em;
}
.wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .wpcf7-form-control-wrap {
    width: 100%;
    flex: none;
  }
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form textarea {
  font-family: zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-size: 1em;
  line-height: 1.7em;
  box-sizing: border-box;
  background: #fff;
  padding: 0.75em 1.5em;
  border-radius: 0.25em;
  border: none;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100% !important;
}
.wpcf7-form .yubin input[type=text] {
  max-width: 180px;
}
.wpcf7-form .wpcf7-acceptance {
  font-weight: 700;
}
.wpcf7-form .btn_box .wpcf7-spinner {
  display: none;
}
.wpcf7-form .wpcf7-submit:disabled {
  opacity: 0.15;
  filter: alpha(opacity=15);
  border: #000 solid 0.1em;
  background: transparent;
  color: #000;
}
.wpcf7-form .wpcf7-submit:disabled:hover {
  background: transparent;
  color: #000;
  transform: none;
}
.wpcf7-form input[type=submit],
.wpcf7-form input[type=button],
.wpcf7-form .resetbtn {
  font-family: zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  display: inline-block;
  width: 12em;
  height: 100%;
  line-height: 3.8em;
  aspect-ratio: 240/80;
  background: #0d0d0d;
  color: #f9f9f9;
  border: 0.1em solid #000;
  font-size: 1em;
  font-weight: 500;
  border-radius: 2em;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .wpcf7-form input[type=submit],
  .wpcf7-form input[type=button],
  .wpcf7-form .resetbtn {
    width: 100% !important;
    aspect-ratio: auto;
  }
}
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=button]:hover,
.wpcf7-form .resetbtn:hover {
  background-color: #b3ca3d;
  background-image: linear-gradient(90deg, #b3ca3d, #73bed1);
  color: #000;
}
.wpcf7-form .resetbtn {
  letter-spacing: 0;
  text-indent: 0;
  background: #73bed1;
}
.wpcf7-form .wpcf7c-btn-back {
  background: #73bed1;
}

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

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

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

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

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

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

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

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

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

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

/* ================= フォーム確認画面 ============================================================ */
div#wpcf7cpcnf {
  box-sizing: border-box;
  padding: 5em;
  background-color: #f6f6f6;
  border-radius: 0.5em;
  /* 入力内容 */
  /* ボタン */
}
@media screen and (max-width: 768px) {
  div#wpcf7cpcnf {
    padding: 3em 2.5em;
  }
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf {
    padding: 2em 1.5em;
  }
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: solid 1px;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th,
  div#wpcf7cpcnf table tr td {
    display: block;
  }
}
.contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
.contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
  padding-top: 1em;
  padding-bottom: 1em;
}
div#wpcf7cpcnf table tr th {
  width: 15em;
  font-weight: 700 !important;
  text-align: left;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p {
    padding-bottom: 0;
  }
}
div#wpcf7cpcnf table tr th p::after {
  content: "：";
}
@media screen and (min-width: 481px) {
  div#wpcf7cpcnf table tr td {
    position: relative;
    left: -0.25em;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  font-family: zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  display: inline-block;
  width: 12em;
  height: 100%;
  line-height: 3.8em;
  aspect-ratio: 240/80;
  background: #0d0d0d;
  color: #f9f9f9;
  border: 0.1em solid #000;
  font-size: 1em;
  font-weight: 500;
  border-radius: 2em;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  /* 修正ボタン */
  /* 送信ボタン */
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    width: 100% !important;
    aspect-ratio: auto;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  background-color: #b3ca3d;
  background-image: linear-gradient(90deg, #b3ca3d, #73bed1);
  color: #000;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    margin: 0 0 1em;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  color: #000;
  background: #fff;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
  background-color: #b3ca3d;
  background-image: linear-gradient(90deg, #b3ca3d, #73bed1);
  color: #000;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  letter-spacing: 0;
  text-indent: 0;
}

span.wpcf7-spinner {
  margin: 0;
}

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

/* ===============================================================================
　　　　　　　　　ヘッダー
=============================================================================== */
.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  backface-visibility: hidden;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  padding: 0.5em 2em;
  /* ロゴマーク */
  /* スクロール開始 */
  /* -------------------------- グローバルナビ ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0.5em 1em;
  }
}
.header .logo {
  position: relative;
  box-sizing: border-box;
  width: auto;
  height: 100%;
  font-size: 1em;
}
.header .logo a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: auto;
  height: 100%;
}
.header .logo a:hover {
  text-decoration: none;
  scale: 1.1;
}
.header .logo img {
  width: auto;
  height: 100%;
  transform-origin: 0 0;
  scale: 1.4;
  transition: scale 1s ease-in-out;
}
@media screen and (min-width: 769px) {
  .header.scroll {
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .header.scroll .logo img {
    scale: 1;
  }
}
.header .gnav {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .header .gnav {
    display: none;
  }
}
.header .gnav ul {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  /* メインメニュー ------------------------------------------- */
}
@media screen and (max-width: 1350px) {
  .header .gnav ul.main_menu {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 768px) {
  .header .gnav ul.main_menu {
    display: none;
  }
}
.header .gnav ul.main_menu li {
  padding-right: 2em;
  line-height: 1em;
}
.header .gnav ul.main_menu li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1350px) {
  .header .gnav ul.main_menu li {
    padding-right: 1.5em;
  }
  .header .gnav ul.main_menu li:last-child {
    padding-right: 0;
  }
}
.header .gnav ul.main_menu li a {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  /* 英語太文字 */
}
.header .gnav ul.main_menu li a.eg {
  font-weight: 600;
  top: -0.1em;
}
.header .gnav ul.main_menu li a:hover {
  color: #b3ca3d;
}
.header .gnav ul.main_menu li.cta a {
  display: inline-block;
  width: 12em;
  height: 100%;
  line-height: 3.8em;
  aspect-ratio: 240/80;
  font-family: zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-size: 1em;
  background: #000;
  color: #f9f9f9;
  border: #000 solid 0.1em;
  border-radius: 2em;
  text-align: center;
  transition: 0s ease-in-out;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
}
.header .gnav ul.main_menu li.cta a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #b3ca3d;
  background-image: linear-gradient(90deg, #b3ca3d, #73bed1);
  border-radius: 2em;
  translate: -100% 0;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  z-index: -1;
}
.header .gnav ul.main_menu li.cta a:hover {
  background: transparent;
  color: #000;
}
.header .gnav ul.main_menu li.cta a:hover::before {
  translate: 0 0;
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4em;
  height: 4em;
  position: fixed;
  top: 0.5em;
  left: auto;
  right: 1em;
  bottom: auto;
  background: #fff;
  border: 0.1em solid #000;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99999;
}
.hm_btn_line {
  display: inline-block;
  width: 1.5em;
  height: 0.1em;
  background: #000;
  position: relative;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
.hm_btn_line::before, .hm_btn_line::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 0.1em;
  background: #000;
  position: absolute;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
.hm_btn_line::before {
  top: 0.5em;
}
.hm_btn_line::after {
  top: -0.5em;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn .hm_btn_line {
  height: 0em;
}
.hm_menu_check:checked ~ .hm_btn .hm_btn_line::before, .hm_menu_check:checked ~ .hm_btn .hm_btn_line::after {
  top: 0;
}
.hm_menu_check:checked ~ .hm_btn .hm_btn_line::before {
  transform: rotate(25deg);
}
.hm_menu_check:checked ~ .hm_btn .hm_btn_line::after {
  transform: rotate(-25deg);
}
.hm_menu_check:checked ~ .hm_btn::before {
  background: rgba(0, 0, 0, 0);
  box-shadow: #b3ca3d 0 0.532em 0;
  transform: rotate(45deg) translate3d(0.5em, -0.25em, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
  background: #b3ca3d;
  transform: rotate(-45deg) translate3d(0.5em, -0.25em, 0);
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  background: rgba(229, 229, 229, 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: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 4em;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  border-left: 0.1em solid #000;
  border-bottom: 0.1em solid #000;
  border-radius: 0 0 0 2.5em;
  background: #f6f6f6;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  /* 中身デザイン ------------------------------------------- */
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent {
    padding: 3em 2em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .gnav {
  padding-bottom: 2.5em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav_main_wrap {
  display: flex;
  gap: 4em;
  padding-bottom: 4em;
  border-bottom: 0.1em solid #000;
  margin-bottom: 4em;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav_main_wrap {
    gap: 2em;
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul {
  /* メインメニュー */
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li {
  line-height: 1em;
  padding-top: 2em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
  gap: 0.5em;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav ul li a {
    font-size: 0.9em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li a::before {
  content: attr(data-eg);
  font-family: barlow-condensed, sans-serif;
  font-style: normal;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 700;
  display: block;
  margin-bottom: -0.1em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li a {
  color: #000;
  /* マウスオーバー下線 */
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li a.eg {
  font-weight: 600;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li a::after {
  border-bottom-color: #b3ca3d;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.btn {
  font-size: 1em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.btn a {
  color: #f6f6f6;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.main_menu li.btn a:hover {
  color: #b3ca3d;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.sub_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.sub_menu li {
  padding-top: 0;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.sub_menu a {
  font-size: 0.7em;
  line-height: 1;
  opacity: 0.7;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.sub_menu a::before {
  display: none;
}

/* 開閉時のアニメーション */
.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);
  transform: translateX(0);
}

/* ================= 格納ナビゲーション ============================================================ */
@media screen and (min-width: 769px) {
  .hm_btn,
  .hm_menu_wrap {
    display: none;
  }
}

.hm_menu_check {
  /* チェックボックスを隠す */
  display: none;
}

/* ===============================================================================
　　　　　　　　　フッター
=============================================================================== */
.footer {
  width: 100%;
  height: auto;
  background: #0d0d0d;
  color: #fff;
  padding: 5em 0;
  position: relative;
  /* info & nav */
  /* info */
  /* nav */
  /* copyright */
  /* hover */
}
.footer_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_flex {
    flex-direction: column-reverse;
  }
}
.footer_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_info {
    padding-top: 2em;
  }
}
.footer_info_logo {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.8em;
}
.footer_info_logo img {
  width: 2.5em;
  height: 2.6em;
}
.footer_info_logo .name {
  font-weight: 700;
}
.footer_info_address {
  font-size: 0.8em;
  font-style: normal;
  line-height: 1.5;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .footer_info_address {
    padding-bottom: 0.5em;
  }
}
.footer_info_address abbr {
  text-decoration: none;
}
.footer_info_license {
  display: flex;
  flex-direction: column;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.6;
}
.footer_nav {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer_nav {
    flex-wrap: wrap;
  }
}
.footer_nav_parent {
  display: flex;
  flex-direction: column;
  gap: 1em;
  list-style: none;
  position: relative;
}
.footer_nav_parent.grp1 .item, .footer_nav_parent.grp2 .item {
  font-size: 0.9em;
  line-height: 1;
}
.footer_nav_parent.grp1 a, .footer_nav_parent.grp2 a {
  opacity: 0.8;
}
.footer_nav_parent.grp1 {
  padding-right: 2.5em;
}
@media screen and (max-width: 768px) {
  .footer_nav_parent.grp1 {
    width: 70%;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer_nav_parent.grp1 {
    width: 100%;
    margin-bottom: 1em;
  }
}
.footer_nav_parent.grp2 {
  padding-right: 5em;
}
@media screen and (max-width: 768px) {
  .footer_nav_parent.grp2 {
    width: 30%;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer_nav_parent.grp2 {
    width: 100%;
  }
}
.footer_nav_parent.grp3 {
  gap: 0.7em;
}
@media screen and (max-width: 768px) {
  .footer_nav_parent.grp3 {
    flex-direction: row;
    justify-content: flex-start;
    gap: 1em;
    width: 100%;
    padding: 0;
    margin-top: 2em;
  }
}
@media screen and (max-width: 480px) {
  .footer_nav_parent.grp3 {
    justify-content: flex-start;
  }
}
.footer_nav_parent.grp3 .item {
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1;
}
.footer_nav_parent.grp3 a {
  opacity: 0.65;
}
.footer_nav_child {
  display: flex;
  flex-direction: row;
  gap: 0.7em;
  list-style: none;
  padding-top: 0.4em;
  position: relative;
}
.footer_nav_child .sub-item {
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1;
}
.footer_copyright {
  line-height: 1;
  padding-bottom: 0;
  position: absolute;
  right: 10em;
  bottom: 0;
}
@media screen and (max-width: 1350px) {
  .footer_copyright {
    right: 5em;
  }
}
@media screen and (max-width: 768px) {
  .footer_copyright {
    right: 2.5em;
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer_copyright {
    right: 1.5em;
  }
}
.footer_copyright span {
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1;
  opacity: 0.3;
}
.footer a:hover {
  opacity: 1;
}

/* ===============================================================================
　　　　　　　　　トップページお知らせ
=============================================================================== */
.fixnews {
  position: fixed;
  bottom: 0.5em;
  left: 0.5em;
  z-index: 10;
}
.fixnews a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 25em;
  height: 10em;
  padding: 0.5em;
  background: #fff;
  border-radius: 0.25em;
  position: relative;
  transition: width 0.5s ease-in-out, padding 0.2s linear 0.3s;
}
@media screen and (max-width: 768px) {
  .fixnews a {
    font-size: 1.95vw;
  }
}
.fixnews a:hover img {
  scale: 1.1;
}
.fixnews.on a {
  width: 0;
  padding: 0;
}
.fixnews.on a .txtbox {
  visibility: hidden;
}
.fixnews .imgbox {
  width: 12.5em;
  height: 100%;
  border-radius: 0.25em;
  overflow: hidden;
}
.fixnews .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fixnews .txtbox {
  width: calc(100% - 14.3em);
}
.fixnews .ttl {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 0.8;
  padding-bottom: 0.35em;
}
.fixnews .date {
  font-size: 2.3em;
  font-weight: 700;
  line-height: 0.8;
  padding-bottom: 0.45em;
}
.fixnews .newsttl {
  font-size: 0.9em;
  line-height: 1.3;
  padding-bottom: 0;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

/* ===============================================================================
　　　　　　　　　トップページメインカラム
=============================================================================== */
.main {
  /* common */
  /* fv */
  /* about */
  /* service */
  /* innovation */
  /* works */
  /* award */
  /* recruit */
  /* new topics */
}
.main_hdttl {
  position: relative;
}
.main_hdttl .eg_ttl {
  font-family: barlow-condensed, sans-serif;
  font-style: normal;
  font-size: 7.5em;
  font-weight: 700;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .main_hdttl .eg_ttl {
    font-size: 6em;
  }
}
@media screen and (max-width: 480px) {
  .main_hdttl .eg_ttl {
    font-size: 4.2em;
  }
}
.main_hdttl h2 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main_hdttl h2 {
    font-size: 1.2em;
  }
}
.main_fv {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* mainvisual bottom */
}
.main_fv_tp {
  width: 100%;
  height: 28.5em;
  position: relative;
  z-index: 1;
  /* text */
  /* image */
}
.main_fv_tp .txtbox {
  position: absolute;
  left: 0;
  bottom: -3.25em;
  padding-left: 10em;
}
@media screen and (max-width: 1350px) {
  .main_fv_tp .txtbox {
    padding-left: 5em;
  }
}
@media screen and (max-width: 768px) {
  .main_fv_tp .txtbox {
    padding-left: 2.5em;
    bottom: -2em;
  }
}
@media screen and (max-width: 480px) {
  .main_fv_tp .txtbox {
    padding-left: 1.5em;
  }
}
.main_fv_tp .txtbox .copy {
  font-family: senobi-gothic, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 2.5em;
  line-height: 1;
  padding-bottom: 0.8em;
  /* animation */
}
@media screen and (max-width: 768px) {
  .main_fv_tp .txtbox .copy {
    font-size: 1.75em;
    padding-bottom: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .main_fv_tp .txtbox .copy {
    font-size: 1.3em;
  }
}
.main_fv_tp .txtbox .copy span {
  opacity: 0;
}
.main_fv_tp .txtbox .copy.st span {
  display: inline-block;
  opacity: 0;
  animation: fadeInLetter 1s forwards 3s;
}
.main_fv_tp .txtbox .eg-copy {
  display: block;
  font-size: 7.5em;
  font-weight: 600;
  line-height: 0.8;
  color: #e5e5e5;
  white-space: nowrap;
  position: relative;
  left: -1.4em;
  /* animation */
}
@media screen and (max-width: 1350px) {
  .main_fv_tp .txtbox .eg-copy {
    left: -0.75em;
  }
}
@media screen and (max-width: 768px) {
  .main_fv_tp .txtbox .eg-copy {
    left: -0.55em;
    font-size: 5.25em;
  }
}
@media screen and (max-width: 480px) {
  .main_fv_tp .txtbox .eg-copy {
    left: -0.5em;
    font-size: 3.5em;
  }
}
.main_fv_tp .txtbox .eg-copy.st span {
  transition: opacity 0.6s ease-in-out 1s, transform 1s ease-in-out 1.2s;
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.main_fv_tp .txtbox .eg-copy br {
  display: block;
}
.main_fv_tp .pers_slider {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
  /* animation */
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
@media screen and (max-width: 768px) {
  .main_fv_tp .pers_slider {
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 480px) {
  .main_fv_tp .pers_slider {
    padding-bottom: 7.5em;
  }
}
.main_fv_tp .pers_slider.st {
  opacity: 1;
}
.main_fv_tp .pers_item {
  width: 100%;
  height: 100%;
  position: relative;
}
.main_fv_tp .pers_item_img {
  width: 45%;
  height: 100%;
  aspect-ratio: 44/23.5;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main_fv_tp .pers_item_img {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .main_fv_tp .pers_item_img {
    width: 100%;
  }
}
.main_fv_tp .pers_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_fv_bm {
  width: 100%;
  position: relative;
  /* image */
  /* textloop */
}
.main_fv_bm .mainimg_slider {
  width: 100%;
  height: 100vh;
  max-height: 75em;
  overflow: hidden;
  position: relative;
  /* animation */
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
@media screen and (max-width: 480px) {
  .main_fv_bm .mainimg_slider {
    max-height: 45em;
  }
}
.main_fv_bm .mainimg_slider.st {
  opacity: 1;
}
.main_fv_bm .mainimg_item {
  width: 100%;
  height: 100vh;
  max-height: 75em;
  position: relative;
}
@media screen and (max-width: 480px) {
  .main_fv_bm .mainimg_item {
    max-height: 45em;
  }
}
.main_fv_bm .mainimg_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_fv_bm .txtloop {
  position: absolute;
  bottom: -7.5em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main_fv_bm .txtloop {
    bottom: -5em;
  }
}
@media screen and (max-width: 480px) {
  .main_fv_bm .txtloop {
    bottom: -3.5em;
  }
}
.main_fv_bm .txtloop_inner {
  animation: txtloop 60s linear infinite;
}
.main_fv_bm .txtloop .txt {
  font-size: 25em;
  font-weight: 700;
  line-height: 1;
  background-color: #cfdf7e;
  background-image: linear-gradient(0deg, #cfdf7e, #8cb774);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .main_fv_bm .txtloop .txt {
    font-size: 15em;
  }
}
@media screen and (max-width: 480px) {
  .main_fv_bm .txtloop .txt {
    font-size: 10em;
  }
}
.main_about {
  padding-top: 1em;
  padding-bottom: 0;
  z-index: 2;
  /* title */
  /* lead */
  /* image */
  /* animation */
}
.main_about_ttl {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 4em;
  position: relative;
  opacity: 0;
  transition: 0.6s ease-in-out;
}
.main_about_ttl h2 {
  font-family: senobi-gothic, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main_about_ttl h2 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 480px) {
  .main_about_ttl h2 {
    font-size: 2.25em;
  }
}
.main_about_lead {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  opacity: 0;
  transition: 0.6s ease-in-out 0.2s;
}
.main_about_lead span {
  font-size: 1.2em;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 480px) {
  .main_about_lead span {
    font-size: 1.05em;
  }
}
.main_about_img {
  position: absolute;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .main_about_img {
    font-size: 2vw;
  }
}
.main_about_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_about_img.tree {
  width: 5.45em;
  height: 7.8em;
  top: -1em;
  left: calc(50% - 7.5em);
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition: 0.6s ease-in-out;
}
@media screen and (max-width: 768px) {
  .main_about_img.tree {
    left: calc(50% - 6em);
  }
}
.main_about_img.girl {
  width: 2.8em;
  height: 8em;
  top: 14em;
  left: calc(50% - 22.5em);
  opacity: 0;
  translate: -20% 0;
  transition: 0.6s ease-in-out 0.2s;
}
@media screen and (max-width: 768px) {
  .main_about_img.girl {
    top: 11.5em;
    left: calc(50% - 20.5em);
  }
}
.main_about_img.man {
  width: 3.85em;
  height: 8.25em;
  top: 6.25em;
  left: calc(50% + 22.5em);
  opacity: 0;
  translate: 20% 0;
  transition: 0.6s ease-in-out 0.4s;
}
@media screen and (max-width: 768px) {
  .main_about_img.man {
    top: 5em;
    left: calc(50% + 20.5em);
  }
}
.main_about_img.family {
  width: 9.8em;
  height: 9.4em;
  top: 25em;
  left: calc(50% + 20em);
  opacity: 0;
  translate: 0 20%;
  transition: 0.6s ease-in-out 0.4s;
}
@media screen and (max-width: 768px) {
  .main_about_img.family {
    top: 19.5em;
    left: calc(50% + 15.5em);
  }
}
.main_about.on .main_about_ttl, .main_about.on .main_about_lead {
  opacity: 1;
}
.main_about.on .main_about_img.tree {
  opacity: 1;
  transform: scale(1);
}
.main_about.on .main_about_img.girl, .main_about.on .main_about_img.man, .main_about.on .main_about_img.family {
  opacity: 1;
  translate: 0 0;
}
.main_service {
  padding-top: 5em;
  padding-bottom: 0;
  /* rotate text */
  /* title */
  /* tag */
  /* copy */
  /* lead */
  /* button */
  /* list */
  /* item */
}
.main_service .txtrotate {
  width: 38.5em;
  height: 38.5em;
  position: sticky;
  top: 5em;
  left: 15em;
}
@media screen and (max-width: 768px) {
  .main_service .txtrotate {
    width: 25em;
    height: 25em;
    top: 10em;
    left: 10em;
  }
}
@media screen and (max-width: 480px) {
  .main_service .txtrotate {
    width: 17.5em;
    height: 17.5em;
  }
}
.main_service .txtrotate_inner {
  display: inline-block;
  animation: txtrotate 40s linear infinite;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main_service .txtrotate_inner {
    top: -5em;
  }
}
.main_service .txtrotate_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_service_ttl {
  width: 100%;
  position: relative;
  padding-bottom: 4em;
  opacity: 0;
  translate: -10% 0;
  transition: 0.6s ease-in-out;
}
.main_service_ttl .cat {
  font-family: barlow-condensed, sans-serif;
  font-style: normal;
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
  padding-right: 0.3em;
}
@media screen and (max-width: 768px) {
  .main_service_ttl .cat {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 480px) {
  .main_service_ttl .cat {
    font-size: 1.65em;
  }
}
.main_service_ttl .number {
  font-family: barlow-condensed, sans-serif;
  font-style: normal;
  font-size: 5em;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main_service_ttl .number {
    font-size: 4em;
  }
}
@media screen and (max-width: 480px) {
  .main_service_ttl .number {
    font-size: 2.8em;
  }
}
.main_service_ttl .eg_ttl {
  font-family: barlow-condensed, sans-serif;
  font-style: normal;
  font-size: 7.5em;
  font-weight: 700;
  line-height: 0.8;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .main_service_ttl .eg_ttl {
    font-size: 6em;
  }
}
@media screen and (max-width: 480px) {
  .main_service_ttl .eg_ttl {
    font-size: 4.2em;
  }
}
.main_service_ttl .ttl {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main_service_ttl .ttl {
    font-size: 1.2em;
  }
}
.main_service .tag_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  padding-top: 1em;
  position: relative;
}
.main_service .tag_item {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  border: 0.1em solid;
  border-radius: 1em;
  padding: 0.3em 0.6em;
  position: relative;
}
.main_service .tag_item::before {
  content: "#";
}
.main_service_copy {
  font-family: senobi-gothic, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1;
  opacity: 0;
  translate: -10% 0;
  transition: 0.6s ease-in-out 0.2s;
}
@media screen and (max-width: 768px) {
  .main_service_copy {
    font-size: 1.85em;
    white-space: wrap;
  }
}
@media screen and (max-width: 480px) {
  .main_service_copy {
    font-size: 1.5em;
    line-height: 1.5;
  }
}
.main_service_lead {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  opacity: 0;
  translate: -10% 0;
  transition: 0.6s ease-in-out 0.4s;
}
@media screen and (max-width: 768px) {
  .main_service_lead br {
    display: none;
  }
}
.main_service_btn {
  opacity: 0;
  translate: -10% 0;
  transition: 0.6s ease-in-out 0.6s;
}
.main_service_list {
  margin-top: -38.5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main_service_list {
    margin-top: -25em;
  }
}
@media screen and (max-width: 480px) {
  .main_service_list {
    margin-top: -17.5em;
  }
}
.main_service_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10em;
  /* text */
  /* image */
  /* reverse */
  /* animation */
}
@media screen and (max-width: 768px) {
  .main_service_item {
    flex-direction: column;
    gap: 2.5em;
    padding-left: 0;
  }
  .main_service_item:not(:last-child) {
    margin-bottom: 7.5em;
  }
}
@media screen and (max-width: 768px) {
  .main_service_item_txtbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .main_service_item_txtbox {
    padding: 0 1.5em;
  }
}
.main_service_item_imgbox {
  width: 50em;
  height: 60em;
  border-radius: 30em 0 0 30em;
  overflow: clip;
  opacity: 0;
  translate: 10% 0;
  transition: 0.6s ease-in-out 0.2s;
}
@media screen and (max-width: 768px) {
  .main_service_item_imgbox {
    width: calc(100% - 2.5em);
    height: 35em;
    margin-left: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .main_service_item_imgbox {
    width: calc(100% - 1.5em);
    height: 25em;
    margin-left: 1.5em;
  }
}
.main_service_item_imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .main_service_item.reverse {
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 10em;
  }
}
.main_service_item.reverse .main_service_ttl {
  opacity: 0;
  translate: 10% 0;
  transition: 0.6s ease-in-out 0s;
}
.main_service_item.reverse .main_service_copy {
  opacity: 0;
  translate: 10% 0;
  transition: 0.6s ease-in-out 0.2s;
}
.main_service_item.reverse .main_service_lead {
  opacity: 0;
  translate: 10% 0;
  transition: 0.6s ease-in-out 0.4s;
}
.main_service_item.reverse .main_service_btn {
  opacity: 0;
  translate: 10% 0;
  transition: 0.6s ease-in-out 0.6s;
}
.main_service_item.reverse .main_service_item_imgbox {
  border-radius: 0 30em 30em 0;
  translate: -10% 0;
}
@media screen and (min-width: 769px) {
  .main_service_item.reverse .main_service_item_imgbox {
    width: 40em;
  }
}
@media screen and (max-width: 768px) {
  .main_service_item.reverse .main_service_item_imgbox {
    width: calc(100% - 2.5em);
    height: 35em;
    margin-left: 0;
    margin-right: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .main_service_item.reverse .main_service_item_imgbox {
    width: calc(100% - 1.5em);
    height: 25em;
    margin-left: 0;
    margin-right: 1.5em;
  }
}
.main_service_item.on .main_service_ttl, .main_service_item.on .main_service_copy, .main_service_item.on .main_service_lead, .main_service_item.on .main_service_btn, .main_service_item.on .main_service_item_imgbox {
  opacity: 1;
  translate: 0 0;
}
.main_innovation {
  width: 100%;
  height: 100vh;
  min-height: 40em;
  max-height: 70em;
  overflow-x: clip;
  /* textloop */
  /* txtbox */
  /* title */
  /* lead */
  /* item */
  /* button */
  /* animation */
}
@media screen and (max-width: 768px) {
  .main_innovation {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 0;
  }
}
.main_innovation .innerbox {
  z-index: 2;
  pointer-events: none;
}
.main_innovation .txtloop {
  position: absolute;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .main_innovation .txtloop {
    top: 6.5em;
  }
}
.main_innovation .txtloop_inner {
  animation: txtloop 40s linear infinite;
}
.main_innovation .txtloop .txt {
  font-size: 25em;
  font-weight: 700;
  line-height: 1;
  background-color: #73bed1;
  background-image: linear-gradient(180deg, #73bed1, #5fa239);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .main_innovation .txtloop .txt {
    font-size: 15em;
  }
}
@media screen and (max-width: 480px) {
  .main_innovation .txtloop .txt {
    font-size: 10em;
  }
}
.main_innovation_txtbox {
  padding-left: 50%;
}
@media screen and (max-width: 768px) {
  .main_innovation_txtbox {
    padding-left: 0;
  }
}
.main_innovation_ttl {
  width: 100%;
  position: relative;
  padding-bottom: 2em;
  opacity: 0;
  translate: -10% 0;
  transition: 0.6s ease-in-out 0s;
}
.main_innovation_ttl h2 {
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .main_innovation_ttl h2 {
    font-size: 2.1em;
  }
}
.main_innovation_lead {
  opacity: 0;
  translate: -10% 0;
  transition: 0.6s ease-in-out 0.2s;
}
@media screen and (max-width: 480px) {
  .main_innovation_lead br {
    display: none;
  }
}
.main_innovation_item {
  position: absolute;
  opacity: 0;
  transition: 1s ease-in-out 0.4s;
  /* common */
  /* black ball area */
  /* white ball area */
}
@media screen and (max-width: 768px) {
  .main_innovation_item {
    position: relative;
    font-size: 1.75vw;
    overflow-x: clip;
  }
}
@media screen and (max-width: 480px) {
  .main_innovation_item {
    font-size: 2vw;
  }
}
.main_innovation_item.grp1, .main_innovation_item.grp2 {
  /* toggle */
}
.main_innovation_item.grp1 a, .main_innovation_item.grp2 a {
  display: inline-block;
  width: 25em;
  height: 25em;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  /* hover */
}
.main_innovation_item.grp1 a:hover .txtbox.nor, .main_innovation_item.grp2 a:hover .txtbox.nor {
  opacity: 0;
}
.main_innovation_item.grp1 a:hover .txtbox.grd, .main_innovation_item.grp2 a:hover .txtbox.grd {
  opacity: 1;
}
.main_innovation_item.grp1.on a .txtbox.nor, .main_innovation_item.grp2.on a .txtbox.nor {
  opacity: 0;
}
.main_innovation_item.grp1.on a .txtbox.grd, .main_innovation_item.grp2.on a .txtbox.grd {
  opacity: 1;
}
.main_innovation_item.grp1 .txtbox, .main_innovation_item.grp2 .txtbox {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: opacity 1s ease-in-out;
}
.main_innovation_item.grp1 .txtbox.nor, .main_innovation_item.grp2 .txtbox.nor {
  opacity: 1;
}
.main_innovation_item.grp1 .txtbox.grd, .main_innovation_item.grp2 .txtbox.grd {
  opacity: 0;
  position: absolute;
  inset: 0;
}
.main_innovation_item.grp1 .txt, .main_innovation_item.grp2 .txt {
  font-family: senobi-gothic, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  font-size: 1.8em;
  line-height: 1.5;
  padding-bottom: 0;
  white-space: nowrap;
  position: relative;
  animation: ball-text-move-x 8s linear infinite, ball-text-move-y 20s linear infinite;
}
.main_innovation_item.grp1 {
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main_innovation_item.grp1 {
    width: 100%;
    height: 30em;
    inset: auto;
  }
}
.main_innovation_item.grp1 a {
  animation: ball-move 4s ease-in-out infinite, ball-move-black 20s linear infinite;
}
@media screen and (max-width: 768px) {
  .main_innovation_item.grp1 a {
    animation: ball-move 4s ease-in-out infinite, ball-move-black-sp 20s linear infinite;
  }
}
.main_innovation_item.grp1 .txtbox.nor {
  background: #000;
  color: #fff;
}
.main_innovation_item.grp1 .txtbox.grd {
  background-color: #b3ca3d;
  background-image: linear-gradient(45deg, #b3ca3d, #5fa239);
  color: #fff;
}
.main_innovation_item.grp2 {
  width: 50%;
  height: 60%;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .main_innovation_item.grp2 {
    width: 100%;
    height: 30em;
    inset: auto;
    margin-top: -10em;
  }
}
.main_innovation_item.grp2 a {
  animation: ball-move 4s ease-in-out infinite, ball-move-white 20s linear infinite;
}
@media screen and (max-width: 768px) {
  .main_innovation_item.grp2 a {
    animation: ball-move 4s ease-in-out infinite, ball-move-white-sp 20s linear infinite;
  }
}
.main_innovation_item.grp2 .txtbox.nor {
  background: #fff;
  color: #000;
  border: 0.1em solid #000;
}
.main_innovation_item.grp2 .txtbox.grd {
  background-color: #73bed1;
  background-image: linear-gradient(45deg, #73bed1, #5fa239);
  color: #fff;
}
.main_innovation_item.grp2 .txtbox .txt {
  display: flex;
  justify-content: flex-end;
  translate: -45% 0;
  animation-delay: -1s;
}
.main_innovation_btn {
  pointer-events: all;
  opacity: 0;
  translate: -30% 0;
  transition: 0.6s ease-in-out 0.4s;
}
.main_innovation.on .main_innovation_item, .main_innovation.on .main_innovation_ttl, .main_innovation.on .main_innovation_lead, .main_innovation.on .main_innovation_btn {
  opacity: 1;
  translate: 0 0;
}
.main_works {
  padding-bottom: 0;
  /* title */
  /* lead */
  /* button */
  /* list */
  /* animation */
}
.main_works_ttl {
  display: flex;
  align-items: flex-end;
  gap: 1.8em;
  padding-bottom: 2em;
  opacity: 0;
  translate: -10% 0;
  transition: 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .main_works_ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5em;
  }
}
.main_works_ttl .eg_ttl {
  padding-bottom: 0;
}
.main_works_lead {
  padding-bottom: 6em;
  opacity: 0;
  translate: -10% 0;
  transition: 0.6s ease-in-out 0.2s;
}
@media screen and (max-width: 768px) {
  .main_works_lead {
    padding-bottom: 2em;
  }
}
.main_works_btn {
  position: absolute;
  top: 0;
  right: 16em;
  opacity: 0;
  translate: 10% 0;
  transition: 0.6s ease-in-out 0.2s;
}
@media screen and (max-width: 768px) {
  .main_works_btn {
    position: relative;
    inset: auto;
    margin-bottom: 2.5em;
  }
}
.main_works_list {
  width: auto;
  opacity: 0;
  translate: 100% 0;
  transition: 1s ease-in-out 0.4s;
  /* swiper */
}
.main_works_list_inner {
  display: inline-block;
  animation: txtloop 30s linear infinite;
}
.main_works_list_inner:hover {
  animation-play-state: paused;
}
.main_works_list_flex {
  display: flex;
  white-space: nowrap;
}
.main_works_list_item {
  width: 28.8em !important;
  height: auto;
  flex-shrink: 0;
  margin: 0 1.5em;
}
@media screen and (max-width: 768px) {
  .main_works_list_item {
    width: 25em !important;
  }
}
@media screen and (max-width: 480px) {
  .main_works_list_item {
    width: 20em !important;
  }
}
.main_works_list_item a {
  width: 100%;
}
.main_works_list .swiper-wrapper {
  transition-timing-function: linear !important;
}
.main_works.on .main_works_ttl, .main_works.on .main_works_lead, .main_works.on .main_works_btn, .main_works.on .main_works_list {
  opacity: 1;
  translate: 0 0;
}
.main_award {
  padding-top: 5em;
  padding-bottom: 0;
  /* slider */
  /* slide contents */
  /* animation */
}
.main_award_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main_award_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5em;
  }
}
.main_award_ttl {
  padding-left: 2em;
  position: relative;
  opacity: 0;
  translate: 100% 0;
  transition: 1s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .main_award_ttl {
    padding-left: 0;
    padding-right: 2.5em;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .main_award_ttl {
    padding-left: 1.5em;
  }
}
.main_award_ttl .eg_ttl {
  font-size: 4.5em;
  font-weight: 700;
  line-height: 0.8;
}
@media screen and (max-width: 480px) {
  .main_award_ttl .eg_ttl {
    font-size: 4em;
  }
}
.main_award_ttl .eg_txt {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
  padding-top: 0.5em;
}
@media screen and (max-width: 480px) {
  .main_award_ttl .eg_txt {
    font-size: 1em;
  }
}
.main_award_wrap {
  width: 80em;
  padding: 3em 0;
  background: #0d0d0d;
  border: solid 0.1em;
  border-radius: 0 40em 40em 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  translate: -100% 0;
  transition: 1s ease-in-out 0s;
  /* text loop */
}
@media screen and (max-width: 768px) {
  .main_award_wrap {
    width: calc(100% - 2.5em);
  }
}
@media screen and (max-width: 480px) {
  .main_award_wrap {
    width: calc(100% - 1.5em);
  }
}
.main_award_wrap .txtloop {
  position: absolute;
}
.main_award_wrap .txtloop.top {
  top: -0.6em;
}
.main_award_wrap .txtloop.btm {
  bottom: -0.6em;
}
.main_award_wrap .txtloop_inner {
  animation: txtloop 200s linear infinite;
}
.main_award_wrap .txtloop_inner.reverse {
  animation: txtloop 200s linear infinite reverse;
}
.main_award_wrap .txtloop .txt {
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  opacity: 0.2;
}
.main_award_list {
  width: 100%;
  overflow-x: clip;
}
.main_award_list_inner {
  display: inline-block;
  animation: txtloop 80s linear infinite reverse;
}
.main_award_list_inner:hover {
  animation-play-state: paused;
}
.main_award_list_flex {
  display: flex;
  white-space: nowrap;
}
.main_award_list_item {
  height: 10em;
  flex-shrink: 0;
  margin: 0 0.5em;
  border-radius: 0.25em;
  overflow: hidden;
  position: relative;
}
.main_award_list_item img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_award.on .main_award_ttl, .main_award.on .main_award_wrap {
  opacity: 1;
  translate: 0 0;
}
.main_recruit {
  padding-bottom: 0;
  /* title */
  /* copy */
  /* button */
  /* textloop */
  /* content loop */
  /* animation */
}
@media screen and (min-width: 769px) {
  .main_recruit .innerbox {
    padding: 0 5em;
  }
}
.main_recruit_txtbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1.8em;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .main_recruit_txtbox {
    flex-direction: column;
    gap: 1.5em;
  }
}
.main_recruit_ttl {
  position: relative;
  opacity: 0;
  translate: -10% 0;
  transition: 0.6s ease-in-out 0s;
}
.main_recruit_ttl .eg_ttl {
  padding-bottom: 0.2em;
}
.main_recruit_copy {
  font-family: senobi-gothic, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0;
  opacity: 0;
  translate: 10% 0;
  transition: 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .main_recruit_copy {
    font-size: 1.85em;
  }
}
.main_recruit_btn {
  position: absolute;
  top: 8em;
  right: 11em;
  opacity: 0;
  translate: -10% 0;
  transition: 0.6s ease-in-out 0.2s;
}
@media screen and (max-width: 768px) {
  .main_recruit_btn {
    position: relative;
    inset: auto;
  }
}
.main_recruit .txtloop_inner {
  animation: txtloop 40s linear infinite;
}
.main_recruit .txtloop .txt {
  font-size: 30em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main_recruit .txtloop .txt {
    font-size: 25em;
  }
}
@media screen and (max-width: 480px) {
  .main_recruit .txtloop .txt {
    font-size: 15em;
  }
}
.main_recruit .contentsloop {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 6.75em;
  opacity: 0;
  transition: 1s ease-in-out 0.2s;
}
@media screen and (max-width: 768px) {
  .main_recruit .contentsloop {
    font-size: 2vw;
  }
}
.main_recruit .contentsloop_inner {
  width: 200em;
  display: flex;
  animation: txtloop 40s linear infinite reverse;
  position: relative;
}
.main_recruit .contentsloop_box {
  display: inline-block;
  width: 100em;
  height: 12.75em;
  position: relative;
}
.main_recruit .contentsloop_item {
  position: absolute;
}
.main_recruit .contentsloop_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_recruit .contentsloop_item.img1 {
  width: 19em;
  height: 11.2em;
  top: 0;
  left: 0;
}
.main_recruit .contentsloop_item.img2 {
  width: 6.5em;
  height: 6.5em;
  bottom: 0;
  left: 21.5em;
}
.main_recruit .contentsloop_item.img3 {
  width: 5.5em;
  height: 7.85em;
  bottom: 0;
  left: 43.75em;
}
.main_recruit .contentsloop_item.img4 {
  width: 6.85em;
  height: 7.6em;
  top: 0;
  left: 50.8em;
}
.main_recruit .contentsloop_item.img5 {
  width: 15em;
  height: 10em;
  bottom: 0;
  left: 61.8em;
}
.main_recruit .contentsloop_item.img6 {
  width: 5.5em;
  height: 7.85em;
  top: 0;
  left: 79.3em;
}
.main_recruit .contentsloop_item.txt1 {
  top: 0;
  left: 19em;
}
.main_recruit .contentsloop_item.txt2 {
  bottom: 0;
  left: 30em;
}
.main_recruit .contentsloop_item.txt3 {
  bottom: 0;
  left: 79.3em;
}
.main_recruit .contentsloop_item p {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0;
}
.main_recruit.on .main_recruit_ttl, .main_recruit.on .main_recruit_copy, .main_recruit.on .main_recruit_btn {
  opacity: 1;
  translate: 0 0;
}
.main_recruit.on .contentsloop {
  opacity: 1;
}
.main_topics {
  padding-bottom: 15em;
  /* flex */
  /* textbox */
  /* list */
  /* title */
  /* button */
}
.main_topics_flex {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .main_topics_flex {
    flex-direction: column;
  }
}
.main_topics_txtbox {
  width: 50%;
  position: relative;
  top: -1.1em;
}
@media screen and (max-width: 768px) {
  .main_topics_txtbox {
    width: 100%;
    top: 0;
    margin-bottom: 3em;
  }
}
.main_topics_list {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .main_topics_list {
    width: 100%;
  }
}
.main_topics_list_item {
  opacity: 0;
  translate: 10% 0;
  transition: 0.6s ease-in-out;
}
.main_topics_list_item:nth-child(1) {
  transition-delay: 0s;
}
.main_topics_list_item:nth-child(2) {
  transition-delay: 0.2s;
}
.main_topics_list_item:nth-child(3) {
  transition-delay: 0.4s;
}
.main_topics_ttl {
  position: relative;
  opacity: 0;
  translate: -10% 0;
  transition: 0.6s ease-in-out 0s;
}
.main_topics_ttl .eg_ttl {
  padding-bottom: 0.2em;
}
.main_topics_btn {
  padding-top: 2em;
  opacity: 0;
  translate: -10% 0;
  transition: 0.6s ease-in-out 0.2s;
}
.main_topics.on .main_topics_ttl, .main_topics.on .main_topics_btn, .main_topics.on .main_topics_list_item {
  opacity: 1;
  translate: 0 0;
}

#front-page .header {
  opacity: 0;
  transform: translateY(-1em);
  transition: opacity 0.5s ease-in-out 2.5s, transform 0.5s ease-in-out 2.5s, background-color 1s ease-in-out;
}
#front-page .header.st {
  opacity: 1;
  transform: translateY(0);
}
#front-page .fixnews {
  opacity: 0;
  transform: translateX(-1em);
  transition: 0.5s ease-in-out 2.5s;
}
#front-page .fixnews.st {
  opacity: 1;
  transform: translateX(0);
}
#front-page .fixnav_iv,
#front-page .fixnav_pt {
  opacity: 0;
  transform: translateX(1em);
  transition: opacity 0.5s ease-in-out 2.5s, transform 0.5s ease-in-out 2.5s, bottom 0.5s ease-in-out, left 0.5s ease-in-out;
}
#front-page .fixnav_iv.st,
#front-page .fixnav_pt.st {
  opacity: 1;
  transform: translateX(0);
}

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
/* ================= ページヘッダー ============================================================ */
#page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 7.5em 0;
  /* 英語タイトル */
  /* 日本語タイトル */
}
#page-header .eg_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: barlow-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 7.5em;
  line-height: 0.8;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  #page-header .eg_ttl {
    font-size: 6em;
  }
}
@media screen and (max-width: 480px) {
  #page-header .eg_ttl {
    font-size: 4.2em;
  }
}
#page-header .page_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #page-header .page_ttl {
    font-size: 1.2em;
  }
}

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

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

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

/* =============== 背景色 ========================================================= */
.sec-bg1 {
  background: #f6f6f6;
}
.sec-bg1:first-child {
  padding-top: 0;
}

.sec-bg2 {
  background: #e5e5e5;
}

.sec-bg3 {
  background-color: rgba(115, 190, 209, 0.6);
  background-image: linear-gradient(180deg, rgba(115, 190, 209, 0.6), rgba(95, 162, 57, 0.6));
}

/* 同じ背景色のセクションが続いたときに余白をなくす */
.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: 3em;
  /* 大きな数字 */
}
.parts_hd .hd_jp {
  display: block;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.5em;
}
@media screen and (max-width: 480px) {
  .parts_hd .hd_jp {
    font-size: 2em;
  }
}
.parts_hd .hd_en {
  display: block;
  font-family: barlow-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4em;
  letter-spacing: 0;
  line-height: 1.25em;
}
@media screen and (max-width: 480px) {
  .parts_hd .hd_en {
    font-size: 3.2em;
  }
}
.parts_hd .hd_en + .hd_jp {
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .parts_hd .hd_en + .hd_jp {
    font-size: 1.2em;
  }
}

.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 .btn {
  padding-bottom: 5em;
}
.partspage-ctt .btn a {
  text-decoration: none;
}
.partspage-ctt .sec p {
  /* 余白小さめ */
  /* 強調 */
  /* 大テキスト */
  /* 中テキスト */
  /* 注釈 */
}
.partspage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.partspage-ctt .sec p.parts_copy {
  font-family: barlow-condensed, zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "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-family: senobi-gothic, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 2em;
  font-weight: 500;
  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: 5em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #b3ca3d;
  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;
}

/* ------------ 背景色つきテキストボックス -------------------------------- */
.textbox {
  width: 100%;
  box-sizing: border-box;
  padding: 3em 4em;
  margin-bottom: 5em;
  background: #fff;
  border-radius: 0.25em;
}
@media screen and (max-width: 768px) {
  .textbox {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .textbox {
    padding: 1.5em;
  }
}
.textbox h3,
.textbox h4 {
  font-family: barlow-condensed, zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "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;
}

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

/* =============== 画像（単体） ========================================================= */
.parts_img {
  width: 100%;
  position: relative;
  padding-bottom: 5em;
  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: 5em;
}
.imgltxt .imgtxt_img,
.imgrtxt .imgtxt_img {
  width: 40%;
  position: relative;
  padding-bottom: 1em;
  /* 画像 */
}
@media screen and (max-width: 1350px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 100%;
    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;
  margin-top: 1em;
}
.imgcard_txt h3,
.imgcard_txt h4 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  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: 5em;
  /* リスト */
}
.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 {
  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: 3em 4em;
  margin: 0 auto;
  margin-bottom: 5em;
  color: #000;
  border: 0.15em solid;
  border-radius: 0.25em;
  /* 見出し */
}
@media screen and (max-width: 768px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 1.5em;
  }
}
.no_list .list_hd,
.order_list .list_hd,
.check_list .list_hd {
  font-family: zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  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 .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 {
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
}
.no_list ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #0d0d0d;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-top: 0.2em;
  margin-left: -1.5em;
  margin-right: 0.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}

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

/* チェックボックスマークつき -------------------------------- */
.check_list {
  /* リスト */
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
}
.check_list ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  font-family: "Font Awesome 5 free";
  content: "\f14a";
  font-weight: 900;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 5em;
  color: #000;
  /* 見出し */
  /* リスト */
}
.table h3,
.table h4 {
  display: inline-block;
  font-family: zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  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;
  padding: 0.5em 0;
  border-bottom: 0.2em solid;
  overflow: hidden;
  /* 1列目見出し */
}
@media screen and (max-width: 768px) {
  .table ul li {
    padding: 0;
  }
}
.table ul li:first-child {
  border-top: 0.2em solid;
}
.table ul li.table_li span {
  flex: 1;
}
.table ul li.table_li span.w-1 {
  flex: none;
  width: 1%;
}
.table ul li.table_li span.w-2 {
  flex: none;
  width: 2%;
}
.table ul li.table_li span.w-3 {
  flex: none;
  width: 3%;
}
.table ul li.table_li span.w-4 {
  flex: none;
  width: 4%;
}
.table ul li.table_li span.w-5 {
  flex: none;
  width: 5%;
}
.table ul li.table_li span.w-6 {
  flex: none;
  width: 6%;
}
.table ul li.table_li span.w-7 {
  flex: none;
  width: 7%;
}
.table ul li.table_li span.w-8 {
  flex: none;
  width: 8%;
}
.table ul li.table_li span.w-9 {
  flex: none;
  width: 9%;
}
.table ul li.table_li span.w-10 {
  flex: none;
  width: 10%;
}
.table ul li.table_li span.w-11 {
  flex: none;
  width: 11%;
}
.table ul li.table_li span.w-12 {
  flex: none;
  width: 12%;
}
.table ul li.table_li span.w-13 {
  flex: none;
  width: 13%;
}
.table ul li.table_li span.w-14 {
  flex: none;
  width: 14%;
}
.table ul li.table_li span.w-15 {
  flex: none;
  width: 15%;
}
.table ul li.table_li span.w-16 {
  flex: none;
  width: 16%;
}
.table ul li.table_li span.w-17 {
  flex: none;
  width: 17%;
}
.table ul li.table_li span.w-18 {
  flex: none;
  width: 18%;
}
.table ul li.table_li span.w-19 {
  flex: none;
  width: 19%;
}
.table ul li.table_li span.w-20 {
  flex: none;
  width: 20%;
}
.table ul li.table_li span.w-21 {
  flex: none;
  width: 21%;
}
.table ul li.table_li span.w-22 {
  flex: none;
  width: 22%;
}
.table ul li.table_li span.w-23 {
  flex: none;
  width: 23%;
}
.table ul li.table_li span.w-24 {
  flex: none;
  width: 24%;
}
.table ul li.table_li span.w-25 {
  flex: none;
  width: 25%;
}
.table ul li.table_li span.w-26 {
  flex: none;
  width: 26%;
}
.table ul li.table_li span.w-27 {
  flex: none;
  width: 27%;
}
.table ul li.table_li span.w-28 {
  flex: none;
  width: 28%;
}
.table ul li.table_li span.w-29 {
  flex: none;
  width: 29%;
}
.table ul li.table_li span.w-30 {
  flex: none;
  width: 30%;
}
.table ul li.table_li span.w-31 {
  flex: none;
  width: 31%;
}
.table ul li.table_li span.w-32 {
  flex: none;
  width: 32%;
}
.table ul li.table_li span.w-33 {
  flex: none;
  width: 33%;
}
.table ul li.table_li span.w-34 {
  flex: none;
  width: 34%;
}
.table ul li.table_li span.w-35 {
  flex: none;
  width: 35%;
}
.table ul li.table_li span.w-36 {
  flex: none;
  width: 36%;
}
.table ul li.table_li span.w-37 {
  flex: none;
  width: 37%;
}
.table ul li.table_li span.w-38 {
  flex: none;
  width: 38%;
}
.table ul li.table_li span.w-39 {
  flex: none;
  width: 39%;
}
.table ul li.table_li span.w-40 {
  flex: none;
  width: 40%;
}
.table ul li.table_li span.w-41 {
  flex: none;
  width: 41%;
}
.table ul li.table_li span.w-42 {
  flex: none;
  width: 42%;
}
.table ul li.table_li span.w-43 {
  flex: none;
  width: 43%;
}
.table ul li.table_li span.w-44 {
  flex: none;
  width: 44%;
}
.table ul li.table_li span.w-45 {
  flex: none;
  width: 45%;
}
.table ul li.table_li span.w-46 {
  flex: none;
  width: 46%;
}
.table ul li.table_li span.w-47 {
  flex: none;
  width: 47%;
}
.table ul li.table_li span.w-48 {
  flex: none;
  width: 48%;
}
.table ul li.table_li span.w-49 {
  flex: none;
  width: 49%;
}
.table ul li.table_li span.w-50 {
  flex: none;
  width: 50%;
}
.table ul li.table_li span.w-51 {
  flex: none;
  width: 51%;
}
.table ul li.table_li span.w-52 {
  flex: none;
  width: 52%;
}
.table ul li.table_li span.w-53 {
  flex: none;
  width: 53%;
}
.table ul li.table_li span.w-54 {
  flex: none;
  width: 54%;
}
.table ul li.table_li span.w-55 {
  flex: none;
  width: 55%;
}
.table ul li.table_li span.w-56 {
  flex: none;
  width: 56%;
}
.table ul li.table_li span.w-57 {
  flex: none;
  width: 57%;
}
.table ul li.table_li span.w-58 {
  flex: none;
  width: 58%;
}
.table ul li.table_li span.w-59 {
  flex: none;
  width: 59%;
}
.table ul li.table_li span.w-60 {
  flex: none;
  width: 60%;
}
.table ul li.table_li span.w-61 {
  flex: none;
  width: 61%;
}
.table ul li.table_li span.w-62 {
  flex: none;
  width: 62%;
}
.table ul li.table_li span.w-63 {
  flex: none;
  width: 63%;
}
.table ul li.table_li span.w-64 {
  flex: none;
  width: 64%;
}
.table ul li.table_li span.w-65 {
  flex: none;
  width: 65%;
}
.table ul li.table_li span.w-66 {
  flex: none;
  width: 66%;
}
.table ul li.table_li span.w-67 {
  flex: none;
  width: 67%;
}
.table ul li.table_li span.w-68 {
  flex: none;
  width: 68%;
}
.table ul li.table_li span.w-69 {
  flex: none;
  width: 69%;
}
.table ul li.table_li span.w-70 {
  flex: none;
  width: 70%;
}
.table ul li.table_li span.w-71 {
  flex: none;
  width: 71%;
}
.table ul li.table_li span.w-72 {
  flex: none;
  width: 72%;
}
.table ul li.table_li span.w-73 {
  flex: none;
  width: 73%;
}
.table ul li.table_li span.w-74 {
  flex: none;
  width: 74%;
}
.table ul li.table_li span.w-75 {
  flex: none;
  width: 75%;
}
.table ul li.table_li span.w-76 {
  flex: none;
  width: 76%;
}
.table ul li.table_li span.w-77 {
  flex: none;
  width: 77%;
}
.table ul li.table_li span.w-78 {
  flex: none;
  width: 78%;
}
.table ul li.table_li span.w-79 {
  flex: none;
  width: 79%;
}
.table ul li.table_li span.w-80 {
  flex: none;
  width: 80%;
}
.table ul li.table_li span.w-81 {
  flex: none;
  width: 81%;
}
.table ul li.table_li span.w-82 {
  flex: none;
  width: 82%;
}
.table ul li.table_li span.w-83 {
  flex: none;
  width: 83%;
}
.table ul li.table_li span.w-84 {
  flex: none;
  width: 84%;
}
.table ul li.table_li span.w-85 {
  flex: none;
  width: 85%;
}
.table ul li.table_li span.w-86 {
  flex: none;
  width: 86%;
}
.table ul li.table_li span.w-87 {
  flex: none;
  width: 87%;
}
.table ul li.table_li span.w-88 {
  flex: none;
  width: 88%;
}
.table ul li.table_li span.w-89 {
  flex: none;
  width: 89%;
}
.table ul li.table_li span.w-90 {
  flex: none;
  width: 90%;
}
.table ul li.table_li span.w-91 {
  flex: none;
  width: 91%;
}
.table ul li.table_li span.w-92 {
  flex: none;
  width: 92%;
}
.table ul li.table_li span.w-93 {
  flex: none;
  width: 93%;
}
.table ul li.table_li span.w-94 {
  flex: none;
  width: 94%;
}
.table ul li.table_li span.w-95 {
  flex: none;
  width: 95%;
}
.table ul li.table_li span.w-96 {
  flex: none;
  width: 96%;
}
.table ul li.table_li span.w-97 {
  flex: none;
  width: 97%;
}
.table ul li.table_li span.w-98 {
  flex: none;
  width: 98%;
}
.table ul li.table_li span.w-99 {
  flex: none;
  width: 99%;
}
.table ul li.table_li span.w-100 {
  flex: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table ul li.table_li span {
    flex: none;
    width: 100% !important;
  }
}
.table ul li .table_th,
.table ul li .table_td {
  width: auto;
  font-family: zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  padding: 1em;
  font-size: 1em;
  line-height: 1.5em;
  border-right: 0.1em solid;
  position: relative;
}
@media screen and (max-width: 768px) {
  .table ul li .table_th,
  .table ul li .table_td {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 0.1em solid;
  }
}
.table ul li .col_th,
.table ul li .row_th {
  font-weight: 700;
}
.table ul li .table_td {
  width: auto;
}
.table ul li .table_td:last-child {
  border-right: none;
  border-bottom: none;
}
.table ul li .table_td strong {
  font-family: zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
}
.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;
  }
}

/* 沿革・タイムライン -------------------------------- */
.tl_box {
  padding-bottom: 5em;
  /* 横並び共通 */
}
.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;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .tl_box .tl {
    margin-bottom: 5em;
  }
}
.tl_box .tl h3,
.tl_box .tl h4 {
  width: 100%;
  display: inline-block;
  font-family: zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .tl_box .tl h3,
  .tl_box .tl h4 {
    font-size: 1.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: zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  padding: 0 1.5em 1.5em 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
  box-sizing: border-box;
}
.tl_box .tl ul li .tl_time {
  display: table-cell;
  white-space: nowrap;
  padding-left: 0;
  font-weight: 700;
  text-align: right;
}
.tl_box .tl ul li .tl_txt {
  display: table-cell;
  width: 100%;
  padding-right: 0;
  font-weight: 500;
  /* 線 */
  /* 丸 */
}
.tl_box .tl ul li .tl_txt strong {
  font-family: zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
}
.tl_box .tl ul li .tl_txt::before, .tl_box .tl ul li .tl_txt::after {
  content: "";
  display: block;
}
.tl_box .tl ul li .tl_txt::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin: auto;
  border-right: solid 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tl_box .tl ul li .tl_txt::after {
  position: absolute;
  top: 0.3em;
  left: -0.2em;
  right: auto;
  bottom: auto;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #0d0d0d;
  z-index: 2;
}
.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%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tl_box .tl ul.on li:last-child .tl_txt::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin: auto;
  border-right: dotted 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (max-width: 768px) {
  .tl_box .tl ul.on li:last-child .tl_txt::before {
    left: 0;
  }
}
.tl_box .img_container {
  width: 45%;
  height: inherit;
  padding: 0;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .tl_box .img_container {
    display: none;
  }
}
.tl_box .img_container .imgbox {
  position: sticky;
  top: 30%;
}
.tl_box .img_container .imgbox img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 注釈 -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 5em;
  color: #000;
  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: #fff;
  padding: 2.5em;
  border-radius: 0.25em;
}
.note_list h3,
.note_list h4 {
  font-family: zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  color: #73bed1;
  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;
  padding-right: 0.2em;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}
.note_list ul li h5 {
  display: block;
  font-family: zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .note_list ul li h5 {
    font-size: 1.1em;
  }
}
.note_list ul li p {
  display: inline-block;
}

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

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

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

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

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

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

/* =============== フローレイアウト ========================================================= */
.imgcard {
  /* 全体 */
  /* PC専用 */
  /* TB専用 */
  /* SP専用 */
}
.imgcard_flow {
  /* 最後の矢印消す */
}
.imgcard_flow .imgcard_img {
  position: relative;
}
.imgcard_flow .imgcard_img::after {
  font: var(--fa-font-solid);
  content: "\f105";
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: auto;
  right: -1em;
  bottom: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .imgcard_flow .imgcard_img::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: -0.6em;
    bottom: auto;
  }
}
.imgcard_flow li:last-child .imgcard_img::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .imgcard {
    /* PC1列 */
    /* PC2列 */
    /* PC3列 */
  }
  .imgcard_l1 .imgcard_img::after {
    display: none;
  }
  .imgcard_l2 .imgcard_img::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: -2.5em;
    bottom: auto;
  }
  .imgcard_l3 .imgcard_img::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: -1.5em;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l1_tb .imgcard_img::after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .imgcard_l1_sp .imgcard_img::after {
    display: none;
  }
}

/* 1つ並びの時、下に矢印 */
.imgcard_flow.imgcard_l1 li, .imgcard_flow.imgcard_l1_tb li, .imgcard_flow.imgcard_l1_sp li {
  /* 一旦非表示 */
}
.imgcard_flow.imgcard_l1 li::after, .imgcard_flow.imgcard_l1_tb li::after, .imgcard_flow.imgcard_l1_sp li::after {
  display: none;
  font: var(--fa-font-solid);
  content: "\f107";
  font-size: 2em;
  text-align: center;
  position: absolute;
  top: auto;
  left: 50%;
  right: auto;
  bottom: -1.25em;
  transform: translateX(-50%);
}
.imgcard_flow.imgcard_l1 li:last-child::after, .imgcard_flow.imgcard_l1_tb li:last-child::after, .imgcard_flow.imgcard_l1_sp li:last-child::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .imgcard_flow.imgcard_l1 li::after {
    display: block;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_flow.imgcard_l1_tb li::after {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .imgcard_flow.imgcard_l1_sp li::after {
    display: block;
  }
}

.partspage-ctt .btn {
  display: block;
}
.partspage-ctt .btn span {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 4em;
}
@media screen and (max-width: 480px) {
  .partspage-ctt .btn span {
    line-height: 2.8em;
  }
}
.partspage-ctt .card-btn {
  display: inline-block;
  margin-top: 2em;
  position: relative;
}
.partspage-ctt .card-btn div {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  line-height: 1;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  cursor: pointer;
  /* arrow */
}
.partspage-ctt .card-btn div::after {
  content: "";
  display: inline-block;
  width: 4.8em;
  height: 4.8em;
  border: 0.1em solid;
  border-radius: 50%;
  background: url(/images/ya.svg) no-repeat center/1.5em 2.1em, #fff;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  position: absolute;
  right: -6em;
}
@media screen and (max-width: 480px) {
  .partspage-ctt .card-btn div::after {
    width: 3.3em;
    height: 3.3em;
    background: url(/images/ya.svg) no-repeat center/1.05em 1.5em, #fff;
    right: -4em;
  }
}
.partspage-ctt .card-btn div span {
  font-family: barlow-condensed, zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 3.3333333333em;
  position: relative;
}
@media screen and (max-width: 480px) {
  .partspage-ctt .card-btn div span {
    line-height: 2.2em;
  }
}
.partspage-ctt a:hover .card-btn div::after {
  scale: 1.2;
  animation: arrow 0.6s ease-in-out;
}

/* PDFファイル -------------------------------- */
.pdf_box {
  padding-bottom: 5em;
  /* 見出し */
}
.pdf_box h4 {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  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 a {
  display: block;
  padding: 1em 2em;
  text-decoration: none;
  position: relative;
  background: #0d0d0d;
  color: #f9f9f9;
  border: #000 solid 0.1em;
  border-radius: 5em;
  transition: 0s ease-in-out;
  backface-visibility: hidden;
  position: relative;
  overflow: clip;
}
.pdf_box ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #b3ca3d;
  background-image: linear-gradient(90deg, #b3ca3d, #73bed1);
  border-radius: 2em;
  translate: -100% 0;
  transition: 0.6s ease-in-out;
  backface-visibility: hidden;
}
.pdf_box ul li a i {
  padding-right: 0.25em;
  position: absolute;
  top: 1.5em;
}
.pdf_box ul li a span {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
.pdf_box ul li a:hover {
  background: transparent;
  color: #000;
}
.pdf_box ul li a:hover::before {
  translate: 0 0;
}

/* =======================================================================================================================
　　　　　　　　　Q&A
======================================================================================================================= */
.faq_box {
  padding-bottom: 5em;
  /* -------------------------- Q&Aリスト ------------------------------------------- */
  /* -------------------------- リンクボタン ------------------------------------------- */
}
.faq_box ul.qa_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.faq_box ul.qa_list li.qa_set {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-bottom: 0.15em solid;
  /* テキスト ------------------------------------------- */
  /* 開閉動作 ------------------------------------------- */
}
.faq_box ul.qa_list li.qa_set:first-child {
  border-top: 0.15em solid;
}
.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-weight: 400;
  line-height: 2em;
  padding: 1em 4em;
  text-indent: -2em;
  transition: 1s ease-in-out;
  backface-visibility: hidden;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::before {
  font-family: barlow-condensed, sans-serif;
  font-style: normal;
  content: "Q";
  font-weight: 700;
  font-size: 1.5em;
  padding-right: 0.5em;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::after {
  content: "+";
  display: block;
  font-family: barlow-condensed, sans-serif;
  font-style: normal;
  font-size: 2em;
  line-height: 1em;
  position: absolute;
  top: calc(50% - 0.6em);
  right: 0;
  transition: 1s ease-in-out;
  backface-visibility: hidden;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: 1s ease-in-out;
  backface-visibility: hidden;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer span {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em 4em;
  text-indent: -2em;
  line-height: 2em;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer span::before {
  font-family: barlow-condensed, sans-serif;
  font-style: normal;
  content: "A";
  font-size: 1.5em;
  font-weight: 700;
  padding-right: 0.5em;
}
.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;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::after {
  font-weight: 500;
  content: "-";
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt p.answer {
  max-height: 50em;
  border-top: 0.1em solid;
}
.faq_box .btn {
  padding-top: 2em;
}

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

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
/* -------------------------- 投稿フッター ------------------------------------------- */
#footer-post {
  background: #cfdf7e;
  padding: 5em 0;
}
#footer-post .innerbox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  /* 見出し */
  /* 最新のお知らせ ------------------------------------------- */
  /* 過去のお知らせ ------------------------------------------- */
}
#footer-post .innerbox .pf_ttl {
  font-family: barlow-condensed, zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1em;
  padding-bottom: 1em;
  color: #000;
}
#footer-post .innerbox .post_sec {
  width: 75%;
  position: relative;
  box-sizing: border-box;
  padding-right: 7.5em;
  border-right: #f6f6f6 solid 2px;
  /* お知らせ記事一覧 */
  /*ブログ記事一覧 */
}
@media screen and (max-width: 1920px) {
  #footer-post .innerbox .post_sec {
    width: 70%;
    padding-right: 5em;
  }
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec {
    width: 100%;
    padding-right: 0;
    padding-bottom: 5em;
    border-right: none;
    border-bottom: #f6f6f6 solid 2px;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .post_sec {
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .post_sec .post_list {
    width: 90%;
    margin-left: 2.5%;
    margin-top: -5%;
  }
}
#footer-post .innerbox .post_sec .post_list li:nth-child(4) {
  display: none;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  #footer-post .innerbox .post_sec .post_list li {
    width: 29%;
    margin-right: 6.5%;
  }
  #footer-post .innerbox .post_sec .post_list li:nth-child(2n) {
    margin-right: 6.5%;
  }
  #footer-post .innerbox .post_sec .post_list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .post_sec .post_list li {
    width: 45%;
    margin-right: 10%;
    margin-left: 0;
    margin-top: 10%;
  }
  #footer-post .innerbox .post_sec .post_list li:nth-child(2n) {
    margin-right: 0;
  }
  #footer-post .innerbox .post_sec .post_list li:nth-child(4) {
    display: block;
  }
}
#footer-post .innerbox .post_sec .post_list li a .sidebox {
  right: -1.5em;
  color: #f6f6f6;
  /* 日付 */
}
#footer-post .innerbox .post_sec .post_list li a .sidebox .date {
  font-size: 1.3em;
  right: -1.1em;
}
#footer-post .innerbox .post_sec .post_list li a .sidebox .cat_box {
  top: 8em;
  margin-left: -0.1em;
  height: 12em;
}
@media screen and (max-width: 1350px) {
  #footer-post .innerbox .post_sec .post_list li a .sidebox .cat_box {
    height: 6em;
  }
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec .post_list li a .sidebox .cat_box {
    height: 5em;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .post_sec .post_list li a .sidebox .cat_box {
    height: 4.5em;
  }
}
#footer-post .innerbox .post_sec .post_list li a .sidebox .cat_box .cat_list {
  font-size: 0.6em;
}
#footer-post .innerbox .post_sec .post_list li a .txtbox {
  /* 見出し */
  /* 抜粋文 */
}
#footer-post .innerbox .post_sec .post_list li a .txtbox .post_ttl {
  font-weight: 500;
}
@media screen and (max-width: 1350px) {
  #footer-post .innerbox .post_sec .post_list li a .txtbox .post_ttl {
    font-size: 0.8em;
  }
}
#footer-post .innerbox .post_sec .post_list li a .txtbox .post_exc {
  display: none;
}
#footer-post .innerbox .post_sec .blog_list .blog_box a {
  color: #f6f6f6;
}
@media screen and (max-width: 1350px) {
  #footer-post .innerbox .post_sec .blog_list .blog_box {
    width: 45%;
    margin-right: 5%;
  }
  #footer-post .innerbox .post_sec .blog_list .blog_box:nth-child(3n) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec .blog_list .blog_box {
    width: 47%;
    margin-right: 6%;
    margin-top: 8%;
  }
  #footer-post .innerbox .post_sec .blog_list .blog_box:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .post_sec .blog_list .blog_box {
    width: 90%;
    margin-right: 0;
    margin-left: 2.5%;
  }
}
#footer-post .innerbox .post_sec .blog_list .blog_box .sidebox {
  color: #f6f6f6;
}
@media screen and (max-width: 1350px) {
  #footer-post .innerbox .post_sec .blog_list .blog_box .sidebox {
    right: -1.2em;
  }
}
#footer-post .innerbox .post_sec .blog_list .blog_box .sidebox .cat_box {
  height: 11em;
}
@media screen and (max-width: 1350px) {
  #footer-post .innerbox .post_sec .blog_list .blog_box .sidebox .cat_box {
    height: 15.5em;
  }
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec .blog_list .blog_box .sidebox .cat_box {
    height: 16em;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .post_sec .blog_list .blog_box .sidebox .cat_box {
    height: 20em;
  }
}
#footer-post .innerbox .post_sec .blog_list .blog_box .sidebox .cat_box .cat_list {
  font-size: 0.6em;
}
#footer-post .innerbox .post_sec .blog_list .blog_box .txtbox p.btn {
  font-size: 0.8em;
}
#footer-post .innerbox .post_sec .blog_list .blog_box .txtbox p.btn span {
  background: #fff;
  border: #91b821 solid 0.15em;
  color: #91b821;
}
#footer-post .innerbox .archive_sec {
  width: 25%;
  position: relative;
  box-sizing: border-box;
  padding-left: 7.5em;
  /* 月別アーカイブ */
  /* 月選択 */
  /* ボタン */
}
@media screen and (max-width: 1920px) {
  #footer-post .innerbox .archive_sec {
    width: 30%;
    padding-left: 5em;
  }
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .archive_sec {
    width: 100%;
    padding-top: 5em;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .archive_sec {
    padding-top: 0;
  }
}
#footer-post .innerbox .archive_sec .m_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  font-family: barlow-condensed, zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .archive_sec .m_list {
    display: none;
  }
}
#footer-post .innerbox .archive_sec .m_list li {
  line-height: 1em;
  padding-bottom: 1em;
}
#footer-post .innerbox .archive_sec .m_list li a {
  color: #000;
}
#footer-post .innerbox .archive_sec .m_list li a:hover {
  color: #b3ca3d;
}
#footer-post .innerbox .archive_sec select {
  font-family: zen-kaku-gothic-new, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  border-color: #000;
  color: #000;
  margin-bottom: 5em;
  padding-left: 0;
}
@media screen and (max-width: 1350px) {
  #footer-post .innerbox .archive_sec select {
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .archive_sec select {
    width: auto;
    margin-top: -0.25em;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  #footer-post .innerbox .archive_sec select {
    margin-left: 1em;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .archive_sec select {
    width: 100%;
  }
}
#footer-post .innerbox .archive_sec .btn {
  width: 100%;
}
#footer-post .innerbox .archive_sec .btn a {
  font-size: 1em;
  text-align: center;
  background: #f6f6f6;
  border: #f6f6f6 solid 0.15em;
  color: #cfdf7e;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .archive_sec .btn a {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .archive_sec .btn a {
    width: 100%;
  }
}
#footer-post .innerbox .archive_sec .btn a:hover {
  background: #cfdf7e;
  color: #f6f6f6;
}

/* ================= 一覧ページ ============================================================ */
#post_archive {
  padding-top: 0;
}

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

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* ---------- ページヘッダー ---------- */
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost #page-header {
  padding-bottom: 0;
  /* ボタン配置 */
}
#newspost #page-header .btn {
  position: absolute;
  top: 0;
  right: 16em;
}
@media screen and (max-width: 1350px) {
  #newspost #page-header .btn {
    right: 11em;
  }
}
@media screen and (max-width: 768px) {
  #newspost #page-header .btn {
    right: 8.5em;
  }
}
@media screen and (max-width: 480px) {
  #newspost #page-header .btn {
    right: 5.5em;
  }
}
#newspost #entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em 0;
}
#newspost #entry-header .innerbox {
  /* 記事タイトル */
  /* 日付 */
}
#newspost #entry-header .innerbox .entry_ttl {
  font-family: senobi-gothic, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: auto;
  flex: 1;
  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: barlow-condensed, sans-serif;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 0.5em;
  border-bottom: 0.1em solid;
  margin-bottom: 0.5em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .date {
    font-size: 1em;
    width: 100%;
    padding: 0;
    padding-bottom: 0.5em;
    padding-left: 0;
  }
}
#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 .nav_sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em 0;
}
#newspost .nav_sec .innerbox ul.post_nav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#newspost .nav_sec .innerbox ul.post_nav li {
  line-height: 1em;
  max-width: 45%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
#newspost .nav_sec .innerbox ul.post_nav li a {
  flex: 1;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */
  opacity: 0.6;
}
@media screen and (max-width: 480px) {
  #newspost .nav_sec .innerbox ul.post_nav li a {
    font-size: 0.8em;
  }
}
#newspost .nav_sec .innerbox ul.post_nav li a:hover {
  opacity: 1;
}
#newspost .nav_sec .innerbox ul.post_nav li.prev:hover {
  transform: translate(-0.2em, 0);
}
#newspost .nav_sec .innerbox ul.post_nav li.prev a {
  padding-left: 0.25em;
}
#newspost .nav_sec .innerbox ul.post_nav li.next {
  justify-content: flex-end;
}
#newspost .nav_sec .innerbox ul.post_nav li.next:hover {
  transform: translate(0.2em, 0);
}
#newspost .nav_sec .innerbox ul.post_nav li.next a {
  padding-right: 0.25em;
}/*# sourceMappingURL=style.css.map */