@charset "UTF-8";
/* CSS Document */
/*
Theme Name: 尾園建設株式会社
Author: 株式会社重富プラス

*/
/*
regular: 400
medium: 500
bold: 700
heavy,black: 900
*/
.bg-stripe1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #17489c;
  opacity: 0.3;
  z-index: -2;
}
.bg-stripe1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #17489c 1px, transparent 1px);
  background-size: 4px 4px; /* パターンのサイズ（1px線＋1px間隔） */
  background-blend-mode: normal; /* 描画モードは通常 */
  z-index: -1;
}

.bg-stripe2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #17489c;
  background-blend-mode: multiply;
  opacity: 0.7;
  z-index: -3;
}
.bg-stripe2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #17489c 1px, transparent 1px);
  background-size: 4px 4px; /* パターンのサイズ（1px線＋1px間隔） */
  background-blend-mode: normal; /* 描画モードは通常 */
  z-index: -2;
}

.bgmovie-wrapper {
  position: relative;
}
.bgmovie-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #17489c;
  opacity: 0.3;
  z-index: -2;
}
.bgmovie-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #17489c 1px, transparent 1px);
  background-size: 4px 4px; /* パターンのサイズ（1px線＋1px間隔） */
  background-blend-mode: normal; /* 描画モードは通常 */
  z-index: -1;
}

/* 欧文フォント */
.eg {
  font-family: neuzeit-grotesk, korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
}

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

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

.right {
  text-align: right;
  margin-left: auto;
}

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

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

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

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

/* 見出し */
.secttl {
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .secttl {
    margin-bottom: 2.5em;
  }
}
.secttl span {
  display: block;
}
.secttl span.eg {
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0.16em;
}
.secttl span.jp {
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.025em;
}

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

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

.bluetxt {
  color: #17489c;
}

/* 画像 */
img {
  vertical-align: bottom;
}
img.img100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.imgbox {
  line-height: 0;
}

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

span.rd {
  display: inline-block;
}

.rd5 {
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

span.rd {
  display: inline-block;
}

.rd10 {
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

span.rd {
  display: inline-block;
}

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* 読み込み遅延 */
img {
  transition: 1s ease;
  backface-visibility: hidden;
}
img.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

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

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

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

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

/* リンク */
a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #17489c;
}
/* ================= 新着記事 ============================================================ */
/* ボタン */
.link-btn1,
.link-btn2 {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.btn {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-bottom: 2em;
}
.btn .btn-container {
  padding: 0 !important;
}
.btn a {
  display: inline-block;
  padding: 1.5em 5em 1.5em 3em;
  text-decoration: none !important;
}
.btn a:hover {
  color: inherit !important;
}

.btn1,
.btn2 {
  position: relative;
  font-size: 1vw;
}
@media screen and (max-width: 1350px) {
  .btn1,
  .btn2 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .btn1,
  .btn2 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  .btn1,
  .btn2 {
    font-size: 3.3vw;
  }
}
.btn1,
.btn2 {
  width: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  transition: all 0.2s;
  background: #17489c;
  overflow: hidden;
}
.btn1 .btn-container,
.btn2 .btn-container {
  position: relative;
  text-align: center;
  color: #ffffff;
  padding: 1.5em 5em 1.5em 3em;
  overflow: hidden;
  z-index: 0;
}
.btn1 .btn-container::before,
.btn2 .btn-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: #6c8eca;
  border-radius: 2em;
  opacity: 0.6;
  z-index: -1;
  transition: transform 0.4s;
}
.btn1 .btn-container::after,
.btn2 .btn-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  left: 88%;
  transform: translate(-50%, -50%);
  width: 0.6em;
  height: 0.5em;
}
.btn1 .btn-container:hover::before,
.btn2 .btn-container:hover::before {
  transform: translateX(0%);
}
.btn1 .btn-container span,
.btn2 .btn-container span {
  display: block;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
}

.btn1 {
  background: #17489c;
}
.btn1 .btn-container {
  color: #ffffff;
}
.btn1 .btn-container::after {
  background: url(/images/ya_w.svg) center center/cover no-repeat;
}

.btn2 {
  background: #ffffff;
}
.btn2 .btn-container {
  color: #17489c;
}
.btn2 .btn-container::after {
  background: url(/images/ya.svg) center center/cover no-repeat;
}

#front-page #header .header-container {
  transition-delay: 3s;
}

#mainimg .txtbox .item:first-child .jptxt1 span {
  opacity: 0;
  transition: opacity 0.2s ease;
}
#mainimg .txtbox .item:first-child .jptxt1 span:nth-child(1) {
  transition-delay: calc((1 * 0.1 + 1.1) * 1s);
}
#mainimg .txtbox .item:first-child .jptxt1 span:nth-child(2) {
  transition-delay: calc((2 * 0.1 + 1.1) * 1s);
}
#mainimg .txtbox .item:first-child .jptxt1 span:nth-child(3) {
  transition-delay: calc((3 * 0.1 + 1.1) * 1s);
}
#mainimg .txtbox .item:first-child .jptxt1 span:nth-child(4) {
  transition-delay: calc((4 * 0.1 + 1.1) * 1s);
}
#mainimg .txtbox .item:first-child .jptxt2 span {
  opacity: 0;
  transition: opacity 0.2s ease;
}
#mainimg .txtbox .item:first-child .jptxt2 span:nth-child(1) {
  transition-delay: calc((1 * 0.1 + 1.7) * 1s);
}
#mainimg .txtbox .item:first-child .jptxt2 span:nth-child(2) {
  transition-delay: calc((2 * 0.1 + 1.7) * 1s);
}
#mainimg .txtbox .item:first-child .jptxt2 span:nth-child(3) {
  transition-delay: calc((3 * 0.1 + 1.7) * 1s);
}
#mainimg .txtbox .item:last-child span {
  opacity: 0;
  transform: translateX(-5%);
  transition: all 1s ease;
  transition-delay: 2.2s;
}
#mainimg .main-topic {
  transition-delay: 3s;
}
#mainimg.active .txtbox .item:first-child span {
  opacity: 1;
}
#mainimg.active .txtbox .item:last-child span {
  opacity: 1;
  transform: translateX(0);
}

#about .bg-logo {
  opacity: 0 !important;
  transform: translate(0, 10%);
  transition: opacity 1s ease, transform 1s ease;
}
#about .bg-logo.active {
  opacity: 0.4 !important;
  transform: translate(0, 0);
  transition-delay: 0.8s;
}
#about .txtbox .secttl {
  transition-delay: 0.2s;
}
#about .txtbox h3 {
  transition-delay: 0.4s;
}
#about .txtbox p {
  transition-delay: 0.6s;
}

#works .txtbox p {
  transition-delay: 0.2s;
}
#works .txtbox .btn2 {
  transition-delay: 0.4s;
}

#service .bgmap {
  filter: blur(20px);
}
#service h3 {
  transition-delay: 0.2s;
}
#service p {
  transition-delay: 0.4s;
}
#service .btn2 {
  transition-delay: 0.6s;
}
#service.on .bgmap {
  filter: blur(0);
}

#initiative .cubebox {
  transform: scale3d(0, 0, 0) rotateX(315deg) rotateY(315deg) translateX(50%);
  transition: scale 1s, transform 1s, opacity 1s, rotate 1s;
}
#initiative .cubebox.on {
  transform: scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) translateX(0);
}
#initiative .cubebox.rotated1 {
  transform: rotateY(90deg);
}
#initiative .cubebox.rotated2 {
  transform: rotateY(180deg);
}
#initiative .cubebox.rotated3 {
  transform: rotateY(270deg);
}
#initiative .cubebox.rotated4 {
  transform: rotateY(360deg);
}
#initiative .secttl.on div {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
#initiative .sitem.on img {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
#initiative .sitem.on h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
  transition-delay: 0.2s;
}
#initiative .sitem.on p {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
  transition-delay: 0.4s;
}
#initiative .sitem.on .btn1 {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
  transition-delay: 0.6s;
}
#initiative .award-container.on .inner {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1vw;
}
@media screen and (max-width: 1350px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3.3vw;
  }
}
body {
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.01em;
  background: #f5f5f5;
  color: #000;
}

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

#wrapper {
  width: 100%;
}

#footer {
  width: 100%;
  overflow: hidden;
}

/* ================= 背景動画 ============================================================ */
.video-wrapper {
  position: fixed;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100vh;
  z-index: -999;
  overflow: hidden;
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video-wrapper video.pc-mv {
  display: block;
}
@media screen and (max-width: 768px) {
  .video-wrapper video.pc-mv {
    display: none;
  }
}
.video-wrapper video.sp-mv {
  display: none;
}
@media screen and (max-width: 768px) {
  .video-wrapper video.sp-mv {
    display: block;
  }
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
#header li {
  list-style: none inside;
}
#header .header-container {
  width: 100%;
  height: 6em;
  color: #ffffff;
  position: fixed;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
  box-sizing: border-box;
}
#header .header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: #ffffff;
  border-radius: 0 0 10px 0;
  z-index: -1;
  transition: transform 0.6s;
}
#header .header-container.scroll::before {
  transform: translateX(0);
}
#header .header-container.scroll .header-logo {
  border-radius: 0;
}
#header .header-container.scroll .header-content #company-name {
  color: #000;
  transition-delay: 0.1s;
}
#header .header-container.scroll .header-content .menu .gnav ul li a span {
  color: #000;
  transition-delay: 0.2s;
}
#header .header-container .header-logo {
  width: 6em;
  height: 6em;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  background: #17489c;
  border-radius: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: border-radius 0.2s;
}
#header .header-container .header-logo #logo {
  width: 4.5em;
}
#header .header-container .header-logo #logo img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#header .header-container .header-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 8em;
  padding-right: 2.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 1350px) {
  #header .header-container .header-content {
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #header .header-container .header-content {
    padding-right: 0;
    justify-content: flex-start;
  }
}
#header .header-container .header-content #company-name {
  display: inline-block;
  font-size: 1.2em;
  line-height: 1;
  transition: color;
}
#header .header-container .header-content #company-name a {
  transition-delay: 0.1s;
}
#header .header-container .header-content .menu {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em;
}
@media screen and (max-width: 1350px) {
  #header .header-container .header-content .menu {
    gap: 1em;
  }
}
@media screen and (max-width: 768px) {
  #header .header-container .header-content .menu {
    padding-right: 5em;
  }
}
@media screen and (max-width: 768px) {
  #header .header-container .header-content .menu .gnav {
    display: none;
  }
}
#header .header-container .header-content .menu .gnav ul {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 2em;
}
@media screen and (max-width: 1350px) {
  #header .header-container .header-content .menu .gnav ul {
    gap: 1em;
  }
}
#header .header-container .header-content .menu .gnav ul li a:hover span {
  color: #17489c;
}
#header .header-container .header-content .menu .gnav ul li a span {
  color: #ffffff;
  line-height: 1;
  transition: color 0.2s;
}
#header .header-container .header-content .menu .link-btn1 .btn-container {
  padding: 1.25em 3em 1.25em 3em;
}
#header .header-container .header-content .menu .link-btn1 .btn-container::after {
  display: none;
}
@media screen and (max-width: 480px) {
  #header .header-container .header-content .menu .link-btn1 {
    display: none;
  }
}

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

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

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  font-size: 1.45em;
  width: 1.33em;
  height: 1.2em;
  cursor: pointer;
  border-left: transparent solid 1.8em;
  border-right: transparent solid 1.8em;
  border-top: transparent solid 1.5em;
  border-bottom: transparent solid 1.5em;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background: transparent;
  cursor: pointer;
  z-index: 99999;
}
.hm_btn::before, .hm_btn::after {
  width: 1.33em;
  height: 0.13em;
  background: #ffffff;
  display: block;
  content: "";
  position: absolute;
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_btn::before {
  box-shadow: #ffffff 0 0.532em 0;
}
.hm_btn::after {
  bottom: 0;
}

.scroll.hm_btn::before {
  background: #17489c;
  box-shadow: #17489c 0 0.532em 0;
}
.scroll.hm_btn::after {
  background: #17489c;
}

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

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 50%;
  position: fixed;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -19px;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 3em 1em;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: auto;
  transition: left 1s;
  border: none;
  background: #17489c;
  /* 中身デザイン */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.hm_menu_wrap .hm_inner .menucontent::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  bottom: -5%;
  left: -20%;
  width: 100%;
  height: 100%;
  background: url(/images/logo_icon.svg) bottom center/contain no-repeat;
  opacity: 0.4;
}
.hm_menu_wrap .hm_inner .menucontent .sitemap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  color: #ffffff;
}
.hm_menu_wrap .hm_inner .menucontent .sitemap ul {
  width: -moz-fit-content;
  width: fit-content;
}
.hm_menu_wrap .hm_inner .menucontent .sitemap ul li {
  margin-bottom: 2.5em;
  list-style: none;
}
.hm_menu_wrap .hm_inner .menucontent .sitemap ul li:last-child {
  margin-bottom: 0;
}
.hm_menu_wrap .hm_inner .menucontent .sitemap ul li a:hover {
  color: #d2e0f8;
}
.hm_menu_wrap .hm_inner .menucontent .sitemap ul li span {
  display: block;
  font-size: 1.5em;
  line-height: 1;
}

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

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer li {
  list-style: none inside;
}
#footer {
  background: #ffffff;
}
#footer .slider {
  width: 20em;
}
#footer .slider .slide {
  background: #d2e0f8;
}
#footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
#footer .footer-container .footer-item:nth-child(1) {
  width: 30%;
  font-weight: 700;
}
@media screen and (max-width: 1350px) {
  #footer .footer-container .footer-item:nth-child(1) {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-container .footer-item:nth-child(1) {
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-container .footer-item:nth-child(1) {
    display: none;
  }
}
#footer .footer-container .footer-item:nth-child(1) .footer-nav li {
  line-height: 1;
  margin-bottom: 1em;
}
#footer .footer-container .footer-item:nth-child(1) .footer-nav li.subnav {
  margin-top: -0.2em;
  font-size: 0.8em;
  font-weight: 400;
}
#footer .footer-container .footer-item:nth-child(1) .footer-nav li.subnav span {
  display: block;
}
#footer .footer-container .footer-item:nth-child(1) .footer-nav li.subnav span:first-child {
  margin-bottom: 1em;
}
#footer .footer-container .footer-item:nth-child(1) .footer-nav li:last-child i {
  font-size: 0.8em;
  margin-right: 0.2em;
}
#footer .footer-container .footer-item:nth-child(2) {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1350px) {
  #footer .footer-container .footer-item:nth-child(2) {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-container .footer-item:nth-child(2) {
    width: 55%;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-container .footer-item:nth-child(2) {
    width: 100%;
    gap: 6em;
  }
}
#footer .footer-container .footer-item:nth-child(2) .upper .lower {
  width: 100%;
}
#footer .footer-container .footer-item:nth-child(2) .upper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  #footer .footer-container .footer-item:nth-child(2) .upper {
    align-items: end;
    text-align: right;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-container .footer-item:nth-child(2) .upper {
    align-items: start;
    text-align: left;
  }
}
#footer .footer-container .footer-item:nth-child(2) .upper .footer-logo {
  width: 10.5em;
}
@media screen and (max-width: 1350px) {
  #footer .footer-container .footer-item:nth-child(2) .upper .footer-logo {
    width: 8em;
  }
}
#footer .footer-container .footer-item:nth-child(2) .upper .footer-logo img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#footer .footer-container .footer-item:nth-child(2) .upper .name {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1;
  color: #17489c;
}
@media screen and (max-width: 1350px) {
  #footer .footer-container .footer-item:nth-child(2) .upper .name {
    font-size: 0.9em;
  }
}
#footer .footer-container .footer-item:nth-child(2) .upper .info .address {
  display: block;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.4;
}
#footer .footer-container .footer-item:nth-child(2) .upper .info .tel .fax {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
}
#footer .footer-container .footer-item:nth-child(2) .upper .info .tel {
  font-size: 1.2em;
}
#footer .footer-container .footer-item:nth-child(2) .upper .info .fax {
  font-size: 0.9em;
}
#footer .footer-container .footer-item:nth-child(2) .lower {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#footer .footer-container .footer-item:nth-child(2) .lower span {
  font-size: 0.8em;
  display: block;
  text-align: right;
  line-height: 1;
}
#footer .footer-container .footer-item:nth-child(2) .lower .privacy-policy {
  font-weight: 500;
  margin-bottom: 1em;
}
#footer .footer-container .footer-item:nth-child(2) .lower .copyright {
  color: #17489c;
  font-weight: 700;
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
body#front-page li {
  list-style: none inside;
}
body#front-page h1,
body#front-page h2,
body#front-page h3 {
  font-size: 1vw;
}
@media screen and (max-width: 1350px) {
  body#front-page h1,
  body#front-page h2,
  body#front-page h3 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body#front-page h1,
  body#front-page h2,
  body#front-page h3 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  body#front-page h1,
  body#front-page h2,
  body#front-page h3 {
    font-size: 3.3vw;
  }
}
body#front-page {
  /* ================= メイン画像 ============================================================ */
}
body#front-page #mainimg {
  position: relative;
}
body#front-page #mainimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #17489c;
  opacity: 0.3;
  z-index: -2;
}
body#front-page #mainimg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #17489c 1px, transparent 1px);
  background-size: 4px 4px; /* パターンのサイズ（1px線＋1px間隔） */
  background-blend-mode: normal; /* 描画モードは通常 */
  z-index: -1;
}
body#front-page #mainimg {
  width: 100%;
  height: 100vh;
  z-index: 1;
}
body#front-page #mainimg .container {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10em;
}
@media screen and (max-width: 1350px) {
  body#front-page #mainimg .container {
    padding-left: 5em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .container {
    padding-left: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .container {
    padding-left: 1.5em;
  }
}
body#front-page #mainimg .container h2.txtbox {
  font-size: 1vw;
}
@media screen and (max-width: 1350px) {
  body#front-page #mainimg .container h2.txtbox {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .container h2.txtbox {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .container h2.txtbox {
    font-size: 3.3vw;
  }
}
body#front-page #mainimg .container h2.txtbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
body#front-page #mainimg .container h2.txtbox .item:first-child {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
body#front-page #mainimg .container h2.txtbox .item:first-child span {
  display: inline-block;
}
body#front-page #mainimg .container h2.txtbox .item:first-child {
  font-size: 5em;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1350px) {
  body#front-page #mainimg .container h2.txtbox .item:first-child {
    font-size: 3.4em;
  }
}
body#front-page #mainimg .container h2.txtbox .item:last-child {
  margin-top: -0.9em;
}
body#front-page #mainimg .container h2.txtbox .item:last-child span {
  display: block;
}
body#front-page #mainimg .container h2.txtbox .item:last-child span:first-child {
  font-size: 15em;
  font-weight: 700;
  line-height: 1;
  margin-left: -0.06em;
}
@media screen and (max-width: 1350px) {
  body#front-page #mainimg .container h2.txtbox .item:last-child span:first-child {
    font-size: 10em;
  }
}
body#front-page #mainimg .container h2.txtbox .item:last-child span:first-child::first-letter {
  color: #17489c;
}
body#front-page #mainimg .container h2.txtbox .item:last-child span:last-child {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1;
  margin-top: -1em;
}
@media screen and (max-width: 1350px) {
  body#front-page #mainimg .container h2.txtbox .item:last-child span:last-child {
    font-size: 1.6em;
  }
}
body#front-page #mainimg .container .main-topic {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  width: 25em;
  height: 10em;
  background: #f5f5f5;
  padding: 0.5em;
  padding-right: 1.5em;
  border-radius: 10px 0 0 0;
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .container .main-topic {
    width: 23em;
    height: 10em;
  }
}
body#front-page #mainimg .container .main-topic .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 1em;
}
body#front-page #mainimg .container .main-topic .inner:hover .imgbox::before {
  opacity: 0.6;
}
body#front-page #mainimg .container .main-topic .inner:hover .imgbox::after {
  opacity: 1;
}
body#front-page #mainimg .container .main-topic .inner .corner {
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  width: 10px;
  height: 10px;
  transform: translateX(-100%);
}
body#front-page #mainimg .container .main-topic .inner .corner::before {
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  overflow: hidden;
  content: "";
  background: transparent;
  border-radius: 50%;
  box-shadow: 10px 10px 0 0 #f5f5f5;
  transform: translate(-50%, -50%);
}
body#front-page #mainimg .container .main-topic .inner .imgbox {
  width: 14.4em;
  height: 100%;
  aspect-ratio: 1.6/1;
  flex-shrink: 0;
}
body#front-page #mainimg .container .main-topic .inner .imgbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #001538;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s;
}
body#front-page #mainimg .container .main-topic .inner .imgbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  border: 5px solid #17489c;
  background: #ffffff url(/images/ya.svg) center/20% no-repeat;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s;
}
body#front-page #mainimg .container .main-topic .inner .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
body#front-page #mainimg .container .main-topic .inner .txtbox {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
body#front-page #mainimg .container .main-topic .inner .txtbox div:nth-child(1) {
  font-size: 2.4em;
  font-weight: 700;
  letter-spacing: 0;
  color: #17489c;
}
body#front-page #mainimg .container .main-topic .inner .txtbox div:nth-child(2) {
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #17489c;
  padding-top: 0.5em;
  padding-bottom: 1.1em;
}
body#front-page #mainimg .container .main-topic .inner .txtbox p {
  display: inline-block;
  font-size: 0.8em;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000;
  padding-bottom: 0;
}
body#front-page {
  /* ================= About ============================================================ */
}
body#front-page #about {
  background: #f5f5f5;
  z-index: 0;
}
body#front-page #about .bg-logo {
  position: absolute;
  top: -50%;
  left: -30%;
  right: 0;
  bottom: 0;
  width: 97.8em;
  height: 58.45em;
  background: url(/images/logo_icon_b.svg) center/contain no-repeat;
  background-size: 100%;
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 1350px) {
  body#front-page #about .bg-logo {
    width: 60em;
    top: -100%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #about .bg-logo {
    width: 50em;
    top: -60%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #about .bg-logo {
    width: 30em;
    top: -65%;
  }
}
body#front-page #about .innerbox {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 4em;
}
@media screen and (max-width: 768px) {
  body#front-page #about .innerbox {
    flex-wrap: wrap;
    gap: 1em;
  }
}
body#front-page #about .innerbox .moviebox {
  width: 48em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  body#front-page #about .innerbox .moviebox {
    width: 30em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #about .innerbox .moviebox {
    width: 100%;
    order: 2;
  }
}
body#front-page #about .innerbox .moviebox .iframe-content {
  width: inherit;
  height: auto;
  aspect-ratio: 16/9;
}
body#front-page #about .innerbox .moviebox .iframe-content iframe {
  width: 100%;
  height: 100%;
}
body#front-page #about .innerbox .txtbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body#front-page #about .innerbox .txtbox {
    width: 100%;
    order: 1;
  }
}
body#front-page #about .innerbox .txtbox .secsubttl {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1;
  color: #17489c;
  margin-bottom: -0.2em;
}
body#front-page #about .innerbox .txtbox h2.secttl {
  display: inline-block;
  white-space: nowrap;
  font-size: 6em;
  line-height: 1;
  letter-spacing: 0;
  color: #17489c;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 1350px) {
  body#front-page #about .innerbox .txtbox h2.secttl {
    font-size: 4em;
    margin-bottom: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #about .innerbox .txtbox h2.secttl {
    font-size: 5em;
    margin-bottom: 0.3em;
  }
}
body#front-page #about .innerbox .txtbox h3 {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.8em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1350px) {
  body#front-page #about .innerbox .txtbox h3 {
    font-size: 1em;
    margin-bottom: 0.8em;
  }
}
@media screen and (max-width: 1350px) {
  body#front-page #about .innerbox .txtbox h3 {
    font-size: 1.2em;
    margin-bottom: 0.6em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #about .innerbox .txtbox h3 {
    font-size: 1.3em;
    margin-bottom: 0.8em;
  }
}
body#front-page #about .innerbox .txtbox p {
  display: inline-block;
}
body#front-page #about.on .txtbox {
  transition-delay: 0.3s;
}
body#front-page {
  /* ================= 施工実績 ============================================================ */
}
body#front-page #works {
  color: #ffffff;
  overflow: hidden;
}
body#front-page #works::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #17489c;
  z-index: -1;
}
body#front-page #works::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(/images/bg_works.webp) center center/cover no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body#front-page #works::after {
    background-position: 64.5%;
  }
}
body#front-page #works .innerbox {
  width: 100%;
  padding-left: 5em;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6em;
  overflow: hidden;
}
@media screen and (max-width: 1350px) {
  body#front-page #works .innerbox {
    gap: 4em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #works .innerbox {
    padding: 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #works .innerbox {
    gap: 1em;
  }
}
@media screen and (max-width: 1350px) {
  body#front-page #works .innerbox .txtbox {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #works .innerbox .txtbox {
    width: 100%;
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #works .innerbox .txtbox {
    padding: 1.5em;
  }
}
body#front-page #works .innerbox .txtbox h2 {
  display: block;
}
body#front-page #works .innerbox .txtbox p {
  white-space: nowrap;
  letter-spacing: 0.025em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #works .innerbox .txtbox p {
    white-space: unset;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #works .innerbox .works-item {
    margin-left: -3em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #works .innerbox .works-item {
    margin-left: -12em;
  }
}
body#front-page #works .innerbox .works-item ul {
  width: 67.5em;
}
@media screen and (max-width: 1350px) {
  body#front-page #works .innerbox .works-item ul {
    width: 55em;
  }
}
body#front-page #works .innerbox .works-item ul li {
  margin-right: 2.5em;
}
body#front-page #works .innerbox .works-item ul li .location {
  display: block;
  width: 100%;
  font-size: 0.8em;
  text-align: end;
  line-height: 1;
  margin-bottom: 0.4em;
}
body#front-page #works .innerbox .works-item ul li .location i {
  margin-right: 0.15em;
}
body#front-page #works .innerbox .works-item ul li a {
  position: relative;
  display: block;
  color: #ffffff;
  width: auto;
  height: 25em;
  padding: 1.5em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
  justify-content: flex-end;
  z-index: 0;
}
@media screen and (max-width: 1350px) {
  body#front-page #works .innerbox .works-item ul li a {
    height: 20em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #works .innerbox .works-item ul li a {
    height: 18em;
  }
}
body#front-page #works .innerbox .works-item ul li a:hover .bgimg::before {
  opacity: 0.6;
}
body#front-page #works .innerbox .works-item ul li a:hover .bgimg::after {
  opacity: 1;
}
body#front-page #works .innerbox .works-item ul li a .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body#front-page #works .innerbox .works-item ul li a .bgimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #001538;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s;
}
body#front-page #works .innerbox .works-item ul li a .bgimg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  border: 5px solid #17489c;
  background: #ffffff url(/images/ya.svg) center/20% no-repeat;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s;
}
body#front-page #works .innerbox .works-item ul li a .bgimg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
body#front-page #works .innerbox .works-item ul li a .category-tags {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
body#front-page #works .innerbox .works-item ul li a .category-tags span {
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1;
  display: block;
  background: #ffffff;
  color: #17489c;
  border-radius: 1em;
  padding: 0.5em 1em;
}
body#front-page #works .innerbox .works-item ul li a .work-ttl {
  font-weight: 700;
  line-height: 1.5;
}
body#front-page #works.on .works-item {
  transition-delay: 0.3s;
}
body#front-page {
  /* ================= 事業内容 ============================================================ */
}
body#front-page #service {
  position: relative;
}
body#front-page #service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #17489c;
  background-blend-mode: multiply;
  opacity: 0.7;
  z-index: -3;
}
body#front-page #service::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #17489c 1px, transparent 1px);
  background-size: 4px 4px; /* パターンのサイズ（1px線＋1px間隔） */
  background-blend-mode: normal; /* 描画モードは通常 */
  z-index: -2;
}
body#front-page #service {
  text-align: center;
  width: 100%;
  overflow: hidden;
}
body#front-page #service .bgmap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(/images/bg_kyusyu.svg);
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 1350px) {
  body#front-page #service .bgmap {
    background-size: 180%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #service .bgmap {
    background-size: 280%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #service .bgmap {
    background-size: 500%;
  }
}
body#front-page #service.sec {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
}
body#front-page #service .innerbox {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body#front-page #service .innerbox h2.secttl {
  display: block;
  font-size: 6em;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0.45em;
}
@media screen and (max-width: 768px) {
  body#front-page #service .innerbox h2.secttl {
    font-size: 5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #service .innerbox h2.secttl {
    font-size: 4em;
  }
}
body#front-page #service .innerbox h3 {
  display: block;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  body#front-page #service .innerbox h3 {
    font-size: 1.4em;
  }
}
body#front-page #service .innerbox p {
  margin-bottom: -0.5em;
}
@media screen and (max-width: 480px) {
  body#front-page #service .innerbox p {
    font-size: 0.9em;
  }
}
body#front-page #service .scroll-text {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  white-space: nowrap; /* 横スクロール用 */
  z-index: -1;
}
body#front-page #service .scroll-text .container {
  font-size: 25em;
  line-height: 1;
  margin-bottom: -0.2em;
  color: #17489c;
  white-space: nowrap;
  display: block;
}
@media screen and (max-width: 1350px) {
  body#front-page #service .scroll-text .container {
    font-size: 19em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #service .scroll-text .container {
    font-size: 16em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #service .scroll-text .container {
    font-size: 11em;
  }
}
body#front-page #service .scroll-text .container:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}
body#front-page #service .scroll-text .container:nth-child(even) {
  animation: loop2 50s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
body#front-page {
  /* ================= 取り組み ============================================================ */
}
body#front-page #initiative {
  background: #f5f5f5;
}
body#front-page #initiative h2.secttl {
  text-align: center;
  margin-bottom: 5em;
}
@media screen and (max-width: 1350px) {
  body#front-page #initiative h2.secttl {
    margin-bottom: 3em;
  }
}
body#front-page #initiative h2.secttl span {
  display: inline;
}
body#front-page #initiative h2.secttl div {
  font-size: 3em;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  body#front-page #initiative h2.secttl div {
    font-size: 2.5em;
  }
}
body#front-page #initiative .iniitems {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5em;
}
@media screen and (max-width: 1350px) {
  body#front-page #initiative .iniitems {
    gap: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .iniitems {
    gap: 1em;
  }
}
body#front-page #initiative .iniitems li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  width: 18em;
  height: 100%;
  aspect-ratio: 1/1;
  background: #ffffff;
  padding: 0 2.8em;
  padding-top: 4em;
  box-sizing: border-box;
}
@media screen and (max-width: 1350px) {
  body#front-page #initiative .iniitems li {
    width: 15em;
    padding: 1em;
    padding-top: 2em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .iniitems li {
    width: 12.8em;
    padding: 1em;
    padding-top: 1.4em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #initiative .iniitems li {
    width: 18em;
    padding: 2em;
    justify-content: center;
  }
}
body#front-page #initiative .iniitems li .num {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 2.2em;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .iniitems li .num {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #initiative .iniitems li .num {
    margin-bottom: 2em;
  }
}
body#front-page #initiative .iniitems li .num span {
  display: block;
  color: #17489c;
}
body#front-page #initiative .iniitems li .num span:first-child {
  font-size: 0.8em;
  font-weight: 700;
}
body#front-page #initiative .iniitems li .num span:last-child {
  font-size: 4em;
  font-weight: 900;
}
body#front-page #initiative .iniitems li p {
  display: block;
  line-height: 1.5em;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .iniitems li p {
    font-size: 0.88em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #initiative .iniitems li p {
    font-size: 1em;
  }
}
body#front-page #initiative .sticky-erea {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
body#front-page #initiative .sticky-erea .sticky-box {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .sticky-erea .sticky-box {
    width: 100%;
    height: auto;
    padding: 10em 0;
    padding-bottom: 25em;
    display: none;
  }
}
body#front-page #initiative .sticky-erea .sticky-box .cubecontainer {
  width: 20em;
  height: 20em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  pointer-events: none;
}
body#front-page #initiative .sticky-erea .sticky-box .cubecontainer .cubebox {
  position: relative;
  width: 20em;
  height: 20em;
  transform-style: preserve-3d;
  transform-origin: center center;
}
body#front-page #initiative .sticky-erea .sticky-box .cubecontainer .cubebox .face {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden; /* 裏側を非表示 */
}
body#front-page #initiative .sticky-erea .sticky-box .cubecontainer .cubebox .face::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
body#front-page #initiative .sticky-erea .sticky-box .cubecontainer .cubebox .top {
  transform: rotateX(90deg) translateZ(10em); /* 上面をX軸回転 */
}
body#front-page #initiative .sticky-erea .sticky-box .cubecontainer .cubebox .top::before {
  background: url(/images/cube00.webp) center center/cover no-repeat;
}
body#front-page #initiative .sticky-erea .sticky-box .cubecontainer .cubebox .bottom {
  transform: rotateX(-90deg) translateZ(10em); /* 底面をX軸回転 */
}
body#front-page #initiative .sticky-erea .sticky-box .cubecontainer .cubebox .bottom::before {
  background: url(/images/cube00.webp) center center/cover no-repeat;
}
body#front-page #initiative .sticky-erea .sticky-box .cubecontainer .cubebox .front {
  transform: rotateY(0deg) translateZ(10em); /* 前面をZ軸方向に移動 */
}
body#front-page #initiative .sticky-erea .sticky-box .cubecontainer .cubebox .front::before {
  background: url(/images/cube01.webp) center center/cover no-repeat;
}
body#front-page #initiative .sticky-erea .sticky-box .cubecontainer .cubebox .back {
  transform: rotateY(180deg) translateZ(10em); /* 背面をZ軸方向に移動 */
}
body#front-page #initiative .sticky-erea .sticky-box .cubecontainer .cubebox .back::before {
  background: url(/images/cube03.webp) center center/cover no-repeat;
}
body#front-page #initiative .sticky-erea .sticky-box .cubecontainer .cubebox .left {
  transform: rotateY(-90deg) translateZ(10em); /* 左面をY軸回転 */
}
body#front-page #initiative .sticky-erea .sticky-box .cubecontainer .cubebox .left::before {
  background: url(/images/cube02.webp) center center/cover no-repeat;
}
body#front-page #initiative .sticky-erea .sticky-box .cubecontainer .cubebox .right {
  transform: rotateY(90deg) translateZ(10em); /* 右面をY軸回転 */
}
body#front-page #initiative .sticky-erea .sticky-box .cubecontainer .cubebox .right::before {
  background: url(/images/cube04.svg) center center/cover no-repeat;
}
body#front-page #initiative .sticky-erea .scroll-box {
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .sticky-erea .scroll-box {
    width: 100%;
    padding: 0;
  }
}
body#front-page #initiative .sticky-erea .scroll-box .scroll-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .sticky-erea .scroll-box .scroll-item {
    padding-top: 5em;
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .sticky-erea .scroll-box .scroll-item .sitem {
    width: 100%;
  }
}
body#front-page #initiative .sticky-erea .scroll-box .scroll-item .imgbox {
  display: none;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .sticky-erea .scroll-box .scroll-item .imgbox {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
    box-sizing: border-box;
  }
  body#front-page #initiative .sticky-erea .scroll-box .scroll-item .imgbox img {
    width: 100%;
  }
}
body#front-page #initiative .sticky-erea .scroll-box .scroll-item h3 {
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 1350px) {
  body#front-page #initiative .sticky-erea .scroll-box .scroll-item h3 {
    font-size: 2em;
  }
}
body#front-page #initiative .sticky-erea .scroll-box .scroll-item p {
  padding-bottom: 3em;
}
body#front-page #initiative {
  /* ================= 受賞歴 ============================================================ */
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .award-container {
    margin-top: 5em;
  }
}
body#front-page #initiative .award-container .inner {
  padding: 1em 0 1em 2em;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 2em;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .award-container .inner {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #initiative .award-container .inner {
    padding: 1.5em;
  }
}
body#front-page #initiative .award-container .inner .txtbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .award-container .inner .txtbox {
    width: 100%;
  }
}
body#front-page #initiative .award-container .inner .txtbox h3.secttl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  margin-bottom: 2em;
}
body#front-page #initiative .award-container .inner .txtbox h3.secttl span {
  display: inline-block;
  color: #17489c;
}
body#front-page #initiative .award-container .inner .img-container {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .award-container .inner .img-container {
    width: 100%;
  }
}
body#front-page #initiative .award-container .inner .img-container .slick-slider .slick-slide {
  margin-right: 1em;
}
body#front-page #initiative .award-container .inner .img-container .slick-slider .slick-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body#front-page #initiative .award-container .inner .img-container .slick-slider .slick-slide a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #001538;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s;
}
body#front-page #initiative .award-container .inner .img-container .slick-slider .slick-slide a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  border: 5px solid #17489c;
  background: #ffffff url(/images/ya.svg) center/20% no-repeat;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s;
}
body#front-page #initiative .award-container .inner .img-container .slick-slider .slick-slide a:hover::before {
  opacity: 0.6;
}
body#front-page #initiative .award-container .inner .img-container .slick-slider .slick-slide a:hover::after {
  opacity: 1;
}
body#front-page #initiative .award-container .inner .img-container .slick-slider .slick-slide a:hover .txtbox {
  opacity: 1;
}
body#front-page #initiative .award-container .inner .img-container .slick-slider .slick-slide a img {
  width: auto;
  height: 30vw;
  max-height: 13em;
  min-height: 10em;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .award-container .inner .img-container .slick-slider .slick-slide a img {
    height: 50vw;
    max-height: 30em;
    min-height: 20em;
  }
}
body#front-page #initiative .award-container .inner .img-container .slick-slider .slick-slide a .txtbox {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  display: block;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s;
  font-size: 0.7em;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #ffffff;
}
body#front-page {
  /* ================= TOPICS ============================================================ */
}
body#front-page #topics.sec {
  padding-top: 6em;
  padding-bottom: 0;
}
body#front-page #topics .innerbox h2.secttl {
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
body#front-page #topics .innerbox h2.secttl span {
  color: #ffffff;
  font-size: 3em;
  display: block;
  letter-spacing: 0;
}
body#front-page #topics .innerbox .topics-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: end;
  gap: 2.5em;
}
body#front-page #topics .innerbox .topics-container .topics-lists {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body#front-page #topics .innerbox .topics-container .topics-lists {
    justify-content: center;
    gap: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #topics .innerbox .topics-container .topics-lists {
    flex-direction: column;
  }
}
body#front-page #topics .innerbox .topics-container .topics-lists a {
  width: auto;
  display: block;
  box-sizing: border-box;
}
body#front-page #topics .innerbox .topics-container .topics-lists a:hover .imgbox::before {
  opacity: 0.6;
}
body#front-page #topics .innerbox .topics-container .topics-lists a:hover .imgbox::after {
  opacity: 1;
}
body#front-page #topics .innerbox .topics-container .topics-lists li {
  position: relative;
  display: block;
  width: 18.4em;
  height: auto;
  background: #ffffff;
  padding: 0.5em 0.5em 1em 0.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 1350px) {
  body#front-page #topics .innerbox .topics-container .topics-lists li {
    width: 17.5em;
  }
  body#front-page #topics .innerbox .topics-container .topics-lists li:last-child {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #topics .innerbox .topics-container .topics-lists li {
    width: 48%;
    padding: 1em;
  }
  body#front-page #topics .innerbox .topics-container .topics-lists li:last-child {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #topics .innerbox .topics-container .topics-lists li {
    width: 100%;
    padding: 1.5em;
  }
}
body#front-page #topics .innerbox .topics-container .topics-lists li .imgbox {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1.6/1;
  margin-bottom: 0.5em;
}
body#front-page #topics .innerbox .topics-container .topics-lists li .imgbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #001538;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s;
}
body#front-page #topics .innerbox .topics-container .topics-lists li .imgbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  border: 5px solid #17489c;
  background: #ffffff url(/images/ya.svg) center/20% no-repeat;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s;
}
body#front-page #topics .innerbox .topics-container .topics-lists li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
body#front-page #topics .innerbox .topics-container .topics-lists li .date-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.7em;
  padding: 0 0.5em;
}
body#front-page #topics .innerbox .topics-container .topics-lists li .date-tag span {
  color: #17489c;
}
body#front-page #topics .innerbox .topics-container .topics-lists li .date-tag span:first-child {
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.1em;
}
body#front-page #topics .innerbox .topics-container .topics-lists li .date-tag span:last-child {
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  display: block;
  color: #17489c;
  border: 1px #17489c solid;
  border-radius: 1em;
  padding: 0.4em 0.75em;
}
body#front-page #topics .innerbox .topics-container .topics-lists li .topic-ttl {
  display: block;
  font-size: 0.85em;
  line-height: 1;
  padding: 0 0.5em;
}
@media screen and (max-width: 480px) {
  body#front-page #topics .innerbox .topics-container .topics-lists li .topic-ttl {
    font-size: 1em;
  }
}
body#front-page #topics.on .topics-lists li:nth-child(2) {
  transition-delay: 0.3s;
}
body#front-page #topics.on .topics-lists li:nth-child(3) {
  transition-delay: 0.5s;
}
body#front-page #topics.on .topics-lists li:nth-child(4) {
  transition-delay: 0.7s;
}
body#front-page {
  /* ================= 採用情報 ============================================================ */
}
body#front-page #recruit.sec {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  body#front-page #recruit.sec {
    padding: 2.5em 0;
  }
}
body#front-page #recruit .innerbox {
  padding: 0 5em;
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #recruit .innerbox {
    padding: 0 1.5em;
  }
}
body#front-page #recruit .innerbox .recruit-container {
  background: #f5f5f5;
  padding: 5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .innerbox .recruit-container {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #recruit .innerbox .recruit-container {
    padding: 1.5em;
  }
}
@media screen and (max-width: 1350px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox {
    margin-bottom: 4em;
  }
}
body#front-page #recruit .innerbox .recruit-container .txtbox .secttl {
  color: #17489c;
  margin-bottom: 4em;
}
@media screen and (max-width: 1350px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox .secttl {
    margin-bottom: 2em;
  }
}
body#front-page #recruit .innerbox .recruit-container .txtbox p {
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1350px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox p {
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox p {
    font-size: 0.99em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox p {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox p .br-p {
    display: none;
  }
}
body#front-page #recruit .innerbox .recruit-container .txtbox h3 {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1350px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox h3 {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox h3 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox h3 .br-h3 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox h3 .br-h3 {
    display: block;
  }
}
body#front-page #recruit .innerbox .recruit-container .img-container {
  position: relative;
  width: 49em;
  height: 24em;
}
@media screen and (max-width: 1350px) {
  body#front-page #recruit .innerbox .recruit-container .img-container {
    width: 100%;
    height: auto;
  }
}
body#front-page #recruit .innerbox .recruit-container .img-container a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #recruit .innerbox .recruit-container .img-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(/images/recruit_logo.svg) center/contain no-repeat;
  background-size: 9em;
  z-index: 2;
  transition: opacity 0.4s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .innerbox .recruit-container .img-container::before {
    background-size: 6em;
  }
}
body#front-page #recruit .innerbox .recruit-container .img-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  z-index: 2;
  transition: opacity 0.4s;
  pointer-events: none;
}
body#front-page #recruit .innerbox .recruit-container .img-container:hover::before {
  opacity: 1;
}
body#front-page #recruit .innerbox .recruit-container .img-container:hover::after {
  opacity: 0;
}
body#front-page #recruit .innerbox .recruit-container .img-container .imgbox {
  width: 100%;
}
body#front-page #recruit .innerbox .recruit-container .img-container .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

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

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
body #page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  padding: 10em 0;
}
body #page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #17489c;
  opacity: 0.3;
  z-index: -2;
}
body #page-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #17489c 1px, transparent 1px);
  background-size: 4px 4px; /* パターンのサイズ（1px線＋1px間隔） */
  background-blend-mode: normal; /* 描画モードは通常 */
  z-index: -1;
}
body #page-header {
  /* 背景スライドショー ------------------------------------------- */
}
body #page-header .main_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  /* Meta Slider */
}
body #page-header .main_bg .metaslider,
body #page-header .main_bg #metaslider_container_865,
body #page-header .main_bg .slider-wrapper,
body #page-header .main_bg .nivoSlider,
body #page-header .main_bg .nivo-slice {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  height: auto !important;
  min-height: inherit !important;
  width: auto !important;
  min-width: inherit !important;
}
body #page-header .main_bg {
  /* スライダー画像フルスクリーン表示 */
}
body #page-header .main_bg .metaslider .nivoSlider img,
body #page-header .main_bg .metaslider .nivoSlider .nivo-slice img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
  width: 100% !important;
  height: 100% !important;
}
body #page-header .main_bg {
  /* コピーライトキャプション */
}
body #page-header .main_bg .nivo-caption {
  line-height: 0.8em;
  background: transparent !important;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}
body #page-header .main_bg .nivo-caption .cpt {
  text-align: right;
  font-size: 0.8em;
  line-height: 1em;
}
body #page-header .innerbox {
  z-index: 10;
}
body #page-header {
  /* 英語タイトル */
}
body #page-header .eg_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: neuzeit-grotesk, korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 5em;
  line-height: 1;
  text-transform: uppercase;
}
body #page-header .eg_ttl::first-letter {
  color: #17489c;
}
@media screen and (max-width: 480px) {
  body #page-header .eg_ttl {
    font-size: 3em;
  }
}
body #page-header {
  /* 日本語タイトル */
}
body #page-header .page_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2em;
  line-height: 2em;
}
@media screen and (max-width: 480px) {
  body #page-header .page_ttl {
    font-size: 1.5em;
  }
}
body #page-header .page_ttl span.eg {
  display: block;
}
body #page-header .page_ttl span.month {
  font-size: 1.5em;
  margin-left: 0.2em;
}

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

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

/* =============== 背景色 ========================================================= */
.sec_bg1 {
  background: #f5f5f5;
}

.sec_bg2 {
  background: #17489c;
  color: #ffffff;
}
.sec_bg2 .btn {
  background: #ffffff !important;
}
.sec_bg2 .btn .btn-container {
  color: #17489c !important;
}
.sec_bg2 .btn .btn-container::after {
  background: url(/images/ya.svg) center center/cover no-repeat;
}

.sec_bg3 {
  background: #d2e0f8;
}

.sec_bg4 {
  background: none;
}
.sec_bg4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #17489c;
  opacity: 0.3;
  z-index: -2;
}
.sec_bg4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #17489c 1px, transparent 1px);
  background-size: 4px 4px; /* パターンのサイズ（1px線＋1px間隔） */
  background-blend-mode: normal; /* 描画モードは通常 */
  z-index: -1;
}
.sec_bg4 {
  color: #ffffff;
}
.sec_bg4 .btn {
  background: #ffffff !important;
}
.sec_bg4 .btn .btn-container {
  color: #17489c !important;
}
.sec_bg4 .btn .btn-container::after {
  background: url(/images/ya.svg) center center/cover no-repeat;
}

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

/* =============== ブロック ========================================================= */
.freepage-ctt .sec {
  /* ------------ 背景色つきテキストボックス -------------------------------- */
}
.freepage-ctt .sec .bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5em;
  margin-bottom: 5em;
  background: #ffffff;
  color: #000;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec .bbox {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec .bbox {
    padding: 1.5em;
  }
}
.freepage-ctt .sec .bbox h3,
.freepage-ctt .sec .bbox h4 {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec .bbox h3,
  .freepage-ctt .sec .bbox h4 {
    font-size: 1.3em;
  }
}
.freepage-ctt .sec .bbox p {
  padding-bottom: 2em;
}
.freepage-ctt .sec .bbox p:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec {
  /* ------------ Googleマップ ------------------------------------------- */
}
.freepage-ctt .sec .access_map {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5em;
}
.freepage-ctt .sec .access_map iframe,
.freepage-ctt .sec .access_map .acf-map {
  width: 100%;
  height: 20em;
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec .access_map iframe,
  .freepage-ctt .sec .access_map .acf-map {
    height: 15em;
  }
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec .access_map iframe,
  .freepage-ctt .sec .access_map .acf-map {
    height: 12em;
  }
}
.freepage-ctt .sec .access_map .acf-map img {
  max-width: inherit !important;
}

/* =============== 画像 ========================================================= */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 5em;
  text-align: center;
}
.parts-100img.center {
  text-align: center;
}
.parts-100img.left {
  text-align: left;
}
.parts-100img.right {
  text-align: right;
}
.parts-100img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parts-100img img {
    width: 100%;
  }
}

/* ------------ 画像＋テキスト -------------------------------- */
.box_imglefttxt,
.box_imgrighttxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 5em;
}
.box_imglefttxt .imgtxt_imgbox,
.box_imgrighttxt .imgtxt_imgbox {
  width: 40%;
  position: relative;
  padding-bottom: 1em;
}
@media screen and (max-width: 1350px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 100%;
    padding-bottom: 2.5em;
  }
}
.box_imglefttxt .imgtxt_imgbox,
.box_imgrighttxt .imgtxt_imgbox {
  /* 画像 */
}
.box_imglefttxt .imgtxt_imgbox img,
.box_imgrighttxt .imgtxt_imgbox img {
  width: 100%;
  height: auto;
}

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

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

@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

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

/* ------------ 2～6つ並び画像テキストボックス -------------------------------- */
/* テキスト */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgbox_txtarea h3,
.imgbox_txtarea h4 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-top: 0.25em;
  margin-bottom: 0.5em;
}
.imgbox_txtarea p {
  padding-bottom: 0;
  line-height: 1.5em;
}

/* 横並び画像テキストボックス共通設定 -------------------------------- */
.img2box,
.img3txtbox,
.img4txtbox,
.img5txtbox,
.img6txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */
}
.img2box ul,
.img3txtbox ul,
.img4txtbox ul,
.img5txtbox ul,
.img6txtbox 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) {
  .img2box ul,
  .img3txtbox ul,
  .img4txtbox ul,
  .img5txtbox ul,
  .img6txtbox ul {
    margin-top: -3em;
  }
}
.img2box ul li,
.img3txtbox ul li,
.img4txtbox ul li,
.img5txtbox ul li,
.img6txtbox ul li {
  width: auto;
  position: relative;
  box-sizing: border-box;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .img2box ul li,
  .img3txtbox ul li,
  .img4txtbox ul li,
  .img5txtbox ul li,
  .img6txtbox ul li {
    margin-top: 3em;
  }
}
.img2box ul li,
.img3txtbox ul li,
.img4txtbox ul li,
.img5txtbox ul li,
.img6txtbox ul li {
  /* 画像 */
}
.img2box ul li img,
.img3txtbox ul li img,
.img4txtbox ul li img,
.img5txtbox ul li img,
.img6txtbox ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.img2box ul.flex_center,
.img3txtbox ul.flex_center,
.img4txtbox ul.flex_center,
.img5txtbox ul.flex_center,
.img6txtbox ul.flex_center {
  justify-content: center;
}
.img2box ul.flex_center li:last-child,
.img3txtbox ul.flex_center li:last-child,
.img4txtbox ul.flex_center li:last-child,
.img5txtbox ul.flex_center li:last-child,
.img6txtbox ul.flex_center li:last-child {
  margin-right: 0;
}

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

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

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

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

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

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) {
  /* 1つ並び */
  .img1txt_tb {
    /* リスト */
  }
  .img1txt_tb ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .img2txt_tb {
    /* リスト */
  }
  .img2txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img2txt_tb ul li {
    width: 49%;
  }
  .img2txt_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  /* 3つ並び */
  .img3txt_tb {
    /* リスト */
  }
  .img3txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img3txt_tb ul li {
    width: 32%;
  }
  .img3txt_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  /* 4つ並び */
  .img4txt_tb {
    /* リスト */
  }
  .img4txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img4txt_tb ul li {
    width: 23.5%;
  }
  .img4txt_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  /* 5つ並び */
  .img5txt_tb {
    /* リスト */
  }
  .img5txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img5txt_tb ul li {
    width: 18.4%;
  }
  .img5txt_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  /* 6つ並び */
  .img6txt_tb {
    /* リスト */
  }
  .img6txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img6txt_tb ul li {
    width: 15%;
  }
  .img6txt_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .img1txt_sp {
    /* リスト */
  }
  .img1txt_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .img2txt_sp {
    /* リスト */
  }
  .img2txt_sp ul li {
    margin-right: 2%;
    width: 49%;
  }
  .img2txt_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .img3txt_sp {
    /* リスト */
  }
  .img3txt_sp ul li {
    margin-right: 2%;
    width: 32%;
  }
  .img3txt_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .img4txt_sp {
    /* リスト */
  }
  .img4txt_sp ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .img4txt_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .img5txt_sp {
    /* リスト */
  }
  .img5txt_sp ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .img5txt_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .img6txt_sp {
    /* リスト */
  }
  .img6txt_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .img6txt_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  position: relative;
  background: #ffffff;
  color: #000;
  border-radius: 10px;
}
.sec_bg2 .no_list {
  background: #f5f5f5;
}
@media screen and (max-width: 1350px) {
  .no_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .no_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .no_list {
    padding: 1.5em;
  }
}
.no_list {
  /* 見出し */
}
.no_list h3,
.no_list h4 {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .no_list h3,
  .no_list h4 {
    font-size: 1.3em;
  }
}
.no_list {
  /* リスト */
}
.no_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  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:last-child {
  padding-bottom: 0;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  background: #ffffff;
  color: #000;
  border-radius: 10px;
}
.sec_bg2 .check_list {
  background: #f5f5f5;
}
@media screen and (max-width: 1350px) {
  .check_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .check_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .check_list {
    padding: 1.5em;
  }
}
.check_list {
  /* 見出し */
}
.check_list h3,
.check_list h4 {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .check_list h3,
  .check_list h4 {
    font-size: 1.3em;
  }
}
.check_list {
  /* リスト */
}
.check_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.check_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  color: #17489c;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  position: relative;
  background: #ffffff;
  color: #000;
  border-radius: 10px;
}
.sec_bg2 .order_list {
  background: #f5f5f5;
}
@media screen and (max-width: 1350px) {
  .order_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .order_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .order_list {
    padding: 1.5em;
  }
}
.order_list {
  /* 見出し */
}
.order_list h3,
.order_list h4 {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .order_list h3,
  .order_list h4 {
    font-size: 1.3em;
  }
}
.order_list {
  /* リスト */
}
.order_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  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: 1em;
}
.order_list ol li::before {
  position: relative;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: neuzeit-grotesk, korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5em;
  color: #17489c;
}
.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;
}

/* 表型 -------------------------------- */
.table_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  color: #000;
  /* 見出し */
}
.table_list h3,
.table_list h4 {
  color: #ffffff;
  display: inline-block;
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .table_list h3,
  .table_list h4 {
    font-size: 1.3em;
  }
}
.sec_bg1 .table_list h3,
.sec_bg1 .table_list h4 {
  color: #000;
}
.table_list {
  /* リスト */
}
.table_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.table_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0.5em;
  border-radius: 10px;
  background: #ffffff;
  margin-bottom: 0.5em;
}
.sec_bg2 .table_list ul li {
  background: #f5f5f5;
}
.table_list ul li:last-child {
  margin-bottom: 0;
}
.table_list ul li .tablelist_th,
.table_list ul li .tablelist_td {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th,
  .table_list ul li .tablelist_td {
    display: block;
    padding: 1em;
  }
}
.table_list ul li .tablelist_th {
  width: 30%;
  font-weight: 700;
  border-right: #000 dashed 1px;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th {
    width: 100%;
    border-right: none;
    border-bottom: #000 dashed 1px;
  }
}
.table_list ul li .tablelist_td {
  width: 70%;
  font-weight: 500;
}
.table_list ul li .tablelist_td strong {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_td {
    width: 100%;
  }
}
.table_list ul li:last-child {
  border-bottom: none;
}

/* 注釈マークつき -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  padding: 2.5em;
  background: #ffffff;
  color: #000;
  border-radius: 10px;
  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 {
  /* 見出し */
}
.note_list h3,
.note_list h4 {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .note_list h3,
  .note_list h4 {
    font-size: 1.3em;
  }
}
.note_list {
  /* リスト */
}
.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;
  text-indent: -1.2em;
  padding-left: 1.2em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}

/* タイムライン -------------------------------- */
.time_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  /* 見出し */
}
.time_list h3,
.time_list h4 {
  display: inline-block;
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .time_list h3,
  .time_list h4 {
    font-size: 1.3em;
  }
}
.time_list {
  /* リスト */
}
.time_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.time_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.time_list ul li::before, .time_list ul li::after {
  content: "";
  display: block;
}
.time_list ul li {
  /* 縦線 */
}
.time_list ul li::before {
  position: absolute;
  top: 0;
  left: 10em;
  right: auto;
  bottom: 0;
  width: 1px;
  margin: auto;
  border-right: #ffffff solid 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.time_list ul li:first-child::before {
  top: 2em;
}
.time_list ul li:last-child::before {
  height: 2em;
  bottom: auto;
}
.time_list ul li .time_time,
.time_list ul li .time_ctt {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
.time_list ul li .time_time {
  padding-left: 0;
  width: 10em;
  font-weight: 900;
  text-align: right;
  color: #ffffff;
}
.time_list ul li .time_ctt {
  padding-right: 0;
  flex: 1;
  font-weight: 500;
}
.time_list ul li .time_ctt strong {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.time_list ul li .time_ctt {
  /* 丸 */
}
.time_list ul li .time_ctt::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 1.9em;
  left: -0.2em;
  right: auto;
  bottom: auto;
  z-index: 2;
}
.time_list ul {
  /* 最後の点線 */
}
.time_list ul.on li:last-child::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 2em;
  left: 10em;
  right: auto;
  bottom: 0;
  margin: auto;
  border-right: #ffffff dotted 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* =============== 余白ゼロ ========================================================= */
.freepage-ctt .sec .innerbox p:last-child,
.freepage-ctt .sec .innerbox p.parts-copy:last-child,
.freepage-ctt .sec .innerbox p.note:last-child,
.freepage-ctt .sec .innerbox .parts-100img:last-child,
.freepage-ctt .sec .innerbox .box_imglefttxt:last-child,
.freepage-ctt .sec .innerbox .box_imgrighttxt:last-child,
.freepage-ctt .sec .innerbox .img2box:last-child,
.freepage-ctt .sec .innerbox .img3txtbox:last-child,
.freepage-ctt .sec .innerbox .img4txtbox:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .innerbox .bbox:last-child,
.freepage-ctt .sec .innerbox .no_list:last-child,
.freepage-ctt .sec .innerbox .check_list:last-child,
.freepage-ctt .sec .innerbox .order_list:last-child,
.freepage-ctt .sec .innerbox .table_list:last-child,
.freepage-ctt .sec .innerbox .note_list:last-child,
.freepage-ctt .sec .innerbox .access_map:last-child {
  margin-bottom: 0;
}

.img2box img:last-child,
.img3txtbox img:last-child,
.img4txtbox img:last-child {
  margin-bottom: 0;
}
.img2box a img:last-child,
.img3txtbox a img:last-child,
.img4txtbox a img:last-child {
  margin-bottom: 1em;
}
.img2box a:last-child img,
.img3txtbox a:last-child img,
.img4txtbox a:last-child img {
  margin-bottom: 0;
}
.img2box a:last-child img:last-child,
.img3txtbox a:last-child img:last-child,
.img4txtbox a:last-child img:last-child {
  margin-bottom: 0;
}

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

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

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts-h3 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 3em;
}
.parts-h3 .jpttl {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  font-size: 1.8em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .parts-h3 .jpttl {
    font-size: 1.6em;
  }
}
.parts-h3 {
  /* 大きな数字 */
}
.parts-h3 .lnmb {
  display: block;
  font-family: neuzeit-grotesk, korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3em;
  letter-spacing: 0;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .parts-h3 .lnmb {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .parts-h3 .lnmb {
    font-size: 2em;
  }
}
.parts-h3 .lnmb + .jpttl {
  font-size: 1.15em;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .parts-h3 .lnmb + .jpttl {
    font-size: 1.25em;
  }
}

.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;
  }
}

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

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

/* ------------ 段落 -------------------------------- */
.freepage-ctt a {
  text-decoration: underline;
}
.freepage-ctt .sec p {
  padding-bottom: 2.5em;
  /* 余白小さめ */
}
.freepage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.freepage-ctt .sec p {
  /* 強調 */
}
.freepage-ctt .sec p.parts-copy {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec p.parts-copy {
    font-size: 1.6em;
  }
}
.freepage-ctt .sec p {
  /* 注釈 */
}
.freepage-ctt .sec p.note {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.7em;
  padding-bottom: 2.5em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.freepage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.freepage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}

/* やや小さめ強調 */
.strong {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2em;
}

/* =============== Youtube動画 ========================================================= */
.videobox .imgtxt_imgbox {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .videobox .imgtxt_imgbox {
    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;
}

.img2box .youtube_box,
.img3txtbox .youtube_box {
  padding-bottom: 1.5em;
}

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
}
#newspost #entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em 0 0;
  background: #f5f5f5;
  color: #000;
}
#newspost #entry-header .innerbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#newspost #entry-header .innerbox {
  /* 記事タイトル */
}
#newspost #entry-header .innerbox .entry_ttl {
  width: auto;
  flex: 1;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 2em;
  font-weight: 700;
  line-height: 2.5em;
}
@media screen and (max-width: 1350px) {
  #newspost #entry-header .innerbox .entry_ttl {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .entry_ttl {
    width: 100%;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  #newspost #entry-header .innerbox .entry_ttl {
    font-size: 1.4em;
  }
}
#newspost #entry-header .innerbox {
  /* 日付 */
}
#newspost #entry-header .innerbox .date {
  font-family: neuzeit-grotesk, korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding-top: 0.3em;
  color: #035ffe;
}
@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 #entry-header .innerbox .entry_thumb {
  width: 40%;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .entry_thumb {
    width: 100%;
  }
}
#newspost #entry-header .innerbox .entry_thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#newspost #entry-header .innerbox .tag-container {
  margin-bottom: 1.5em;
}
#newspost #entry-header .innerbox .tag-container h4 {
  font-size: 1.2em;
  font-weight: 700;
}
#newspost #entry-header .innerbox .tag-container .category-tags {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
#newspost #entry-header .innerbox .tag-container .category-tags span {
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1;
  display: block;
  background: #17489c;
  color: #ffffff;
  border-radius: 1em;
  padding: 0.5em 1em;
}
#newspost #entry-header .innerbox .location {
  display: block;
  width: 100%;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 2.5em;
}
#newspost #entry-header .innerbox .location i {
  color: #17489c;
  margin-right: 0.15em;
}
#newspost #entry-header .innerbox .works_gal_container {
  width: 100%;
  margin-bottom: 5em;
}
#newspost #entry-header .innerbox .works_gal_container .works_gal_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
#newspost #entry-header .innerbox .works_gal_container .works_gal_list .works_gal_item {
  list-style: none inside;
  height: 15em;
  box-sizing: border-box;
}
#newspost #entry-header .innerbox .works_gal_container .works_gal_list .works_gal_item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#newspost #entry-header .innerbox {
  /* 表型 -------------------------------- */
}
#newspost #entry-header .innerbox .works_table_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  color: #000;
  /* リスト */
}
#newspost #entry-header .innerbox .works_table_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
#newspost #entry-header .innerbox .works_table_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0.5em;
  border-radius: 5px;
  background: #ffffff;
  margin-bottom: 0.5em;
}
.sec_bg2 #newspost #entry-header .innerbox .works_table_list ul li {
  background: #f5f5f5;
}
#newspost #entry-header .innerbox .works_table_list ul li:last-child {
  margin-bottom: 0;
}
#newspost #entry-header .innerbox .works_table_list ul li .tablelist_th,
#newspost #entry-header .innerbox .works_table_list ul li .tablelist_td {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .works_table_list ul li .tablelist_th,
  #newspost #entry-header .innerbox .works_table_list ul li .tablelist_td {
    display: block;
    padding: 1em;
  }
}
#newspost #entry-header .innerbox .works_table_list ul li .tablelist_th {
  color: #17489c;
  width: 30%;
  font-weight: 700;
  border-right: #000 dashed 1px;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .works_table_list ul li .tablelist_th {
    width: 100%;
    border-right: none;
    border-bottom: #000 dashed 1px;
  }
}
#newspost #entry-header .innerbox .works_table_list ul li .tablelist_td {
  width: 70%;
  font-weight: 500;
}
#newspost #entry-header .innerbox .works_table_list ul li .tablelist_td strong {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .works_table_list ul li .tablelist_td {
    width: 100%;
  }
}
#newspost #entry-header .innerbox .works_table_list ul li:last-child {
  border-bottom: none;
}
#newspost {
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost .nav_sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em 0;
  background: #f5f5f5;
}
#newspost .nav_sec .innerbox ul.post_nav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#newspost .nav_sec .innerbox ul.post_nav li {
  line-height: 1em;
  max-width: 45%;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #035ffe;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#newspost .nav_sec .innerbox ul.post_nav li:hover {
  color: #17489c;
}
#newspost .nav_sec .innerbox ul.post_nav li a {
  flex: 1;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  color: #035ffe;
}
@media screen and (max-width: 480px) {
  #newspost .nav_sec .innerbox ul.post_nav li a {
    font-size: 0.8em;
  }
}
#newspost .nav_sec .innerbox ul.post_nav li a:hover {
  color: #17489c;
}
#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;
}

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

.cat_list {
  width: auto;
  position: relative;
  box-sizing: border-box;
  padding-top: 5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
.cat_list li {
  list-style: none inside;
}
.cat_list li .link-btn2 .btn-container {
  padding: 1.25em 3em 1.25em 3em;
}
.cat_list li .link-btn2 .btn-container::after {
  display: none;
}
.cat_list li a.active {
  pointer-events: none;
  border: #17489c solid 0.25em;
  border-radius: 2em;
  margin-top: -0.2em;
}

/* ================= 記事フッター（共通） ============================================================ */
#footer-post {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #f5f5f5;
  z-index: 5;
}
#footer-post .innerbox {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1350px) {
  #footer-post .innerbox {
    display: block;
  }
}
#footer-post .innerbox {
  /* 見出し */
}
#footer-post .innerbox .pf_ttl {
  font-size: 1.5em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1em;
  padding-bottom: 1em;
}
#footer-post .innerbox {
  /* -------------------------- 最新記事 ------------------------------------------- */
}
#footer-post .innerbox .post_sec {
  flex: 1;
  width: auto;
  position: relative;
  box-sizing: border-box;
  padding-right: 5em;
  width: 90%;
}
@media screen and (max-width: 1350px) {
  #footer-post .innerbox .post_sec {
    width: 100%;
    padding-right: 0;
  }
}
#footer-post .innerbox .post_sec .date {
  padding-right: 1em;
}
#footer-post .innerbox {
  /* -------------------------- 過去のお知らせ ------------------------------------------- */
}
#footer-post .innerbox .archive_sec {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 20em;
}
@media screen and (max-width: 1350px) {
  #footer-post .innerbox .archive_sec {
    width: 100%;
    padding-top: 5em;
  }
}
#footer-post .innerbox .archive_sec {
  /* 月リスト ------------------------------------------- */
}
#footer-post .innerbox .archive_sec .m_list {
  width: auto;
  position: relative;
  box-sizing: border-box;
}
#footer-post .innerbox .archive_sec .m_list li {
  list-style-type: none;
  line-height: 1em;
  padding-bottom: 1em;
}
#footer-post .innerbox .archive_sec {
  /* 月セレクト ------------------------------------------- */
}
#footer-post .innerbox .archive_sec select {
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  height: 1.5em;
  background: transparent;
  border: none;
  border-bottom: #000 solid 1px;
  cursor: pointer;
}
#footer-post .innerbox .archive_sec {
  /* ボタン ------------------------------------------- */
}
#footer-post .innerbox .archive_sec .archive_btn {
  margin-top: 2.5em;
}

#post_pickup.pickup_sec {
  background-color: #d2e0f8;
}

#post_archive.archive_sec {
  background: #f5f5f5;
}

#post_archive.sec {
  padding-bottom: 0;
}

/* ================= トピックス一覧表示 ============================================================ */
#post_archive .topics-lists {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #post_archive .topics-lists {
    justify-content: center;
    gap: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  #post_archive .topics-lists {
    flex-direction: column;
  }
}
#post_archive .topics-lists a {
  width: auto;
  display: block;
  box-sizing: border-box;
}
#post_archive .topics-lists a:hover .imgbox::before {
  opacity: 0.6;
}
#post_archive .topics-lists a:hover .imgbox::after {
  opacity: 1;
}
#post_archive .topics-lists li {
  position: relative;
  display: block;
  width: 18.4em;
  height: auto;
  background: #ffffff;
  padding: 0.5em 0.5em 1em 0.5em;
  box-sizing: border-box;
  margin-bottom: 1.5em;
  margin-right: 1.2em;
}
@media screen and (max-width: 1350px) {
  #post_archive .topics-lists li {
    width: 17.5em;
    margin-right: 1em;
  }
  #post_archive .topics-lists li:last-child {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #post_archive .topics-lists li {
    width: 48%;
    padding: 1em;
    margin-bottom: 0;
    margin-right: 0;
  }
  #post_archive .topics-lists li:last-child {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #post_archive .topics-lists li {
    width: 100%;
    padding: 1.5em;
  }
}
#post_archive .topics-lists li .imgbox {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1.6/1;
  margin-bottom: 0.5em;
}
#post_archive .topics-lists li .imgbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #001538;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s;
}
#post_archive .topics-lists li .imgbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  border: 5px solid #17489c;
  background: #ffffff url(/images/ya.svg) center/20% no-repeat;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s;
}
#post_archive .topics-lists li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#post_archive .topics-lists li .date-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.7em;
  padding: 0 0.5em;
}
#post_archive .topics-lists li .date-tag span {
  color: #17489c;
}
#post_archive .topics-lists li .date-tag span:first-child {
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.1em;
}
#post_archive .topics-lists li .date-tag span:last-child {
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  display: block;
  color: #17489c;
  border: 1px #17489c solid;
  border-radius: 1em;
  padding: 0.4em 0.75em;
}
#post_archive .topics-lists li .topic-ttl {
  display: block;
  font-size: 0.85em;
  line-height: 1;
  padding: 0 0.5em;
}
@media screen and (max-width: 480px) {
  #post_archive .topics-lists li .topic-ttl {
    font-size: 1em;
  }
}

/* ================= 施工実績一覧表示 ============================================================ */
#post_archive .works-item ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
#post_archive .works-item ul li {
  position: relative;
  list-style: none inside;
  width: 24.8em;
  height: auto;
  aspect-ratio: 4/5;
  box-sizing: border-box;
  margin-bottom: 3em;
}
@media screen and (max-width: 1350px) {
  #post_archive .works-item ul li {
    width: 17em;
  }
}
@media screen and (max-width: 768px) {
  #post_archive .works-item ul li {
    width: 19.4em;
  }
}
@media screen and (max-width: 480px) {
  #post_archive .works-item ul li {
    width: 100%;
  }
}
#post_archive .works-item ul li .location {
  position: absolute;
  top: -1.2em;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  font-size: 0.8em;
  text-align: end;
  line-height: 1;
}
#post_archive .works-item ul li .location i {
  margin-right: 0.15em;
  color: #17489c;
}
#post_archive .works-item ul li a {
  position: relative;
  display: block;
  color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
  justify-content: flex-end;
  z-index: 0;
  box-sizing: border-box;
}
#post_archive .works-item ul li a:hover .bgimg::before {
  opacity: 0.6;
}
#post_archive .works-item ul li a:hover .bgimg::after {
  opacity: 1;
}
#post_archive .works-item ul li a .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#post_archive .works-item ul li a .bgimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #001538;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s;
}
#post_archive .works-item ul li a .bgimg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  border: 5px solid #17489c;
  background: #ffffff url(/images/ya.svg) center/20% no-repeat;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s;
}
#post_archive .works-item ul li a .bgimg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#post_archive .works-item ul li a .category-tags {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
#post_archive .works-item ul li a .category-tags span {
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1;
  display: block;
  background: #ffffff;
  color: #17489c;
  border-radius: 1em;
  padding: 0.5em 1em;
}
@media screen and (max-width: 480px) {
  #post_archive .works-item ul li a .category-tags span {
    font-size: 0.8em;
  }
}
#post_archive .works-item ul li a .work-ttl {
  font-weight: 700;
  line-height: 1;
}

/* ================= 受賞・表彰一覧表示 ============================================================ */
#post_pickup .awardimg-lists,
#post_archive .awardimg-lists {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
#post_pickup .awardimg-lists li,
#post_archive .awardimg-lists li {
  list-style: none inside;
  width: auto;
  height: 14em;
}
@media screen and (max-width: 480px) {
  #post_pickup .awardimg-lists li,
  #post_archive .awardimg-lists li {
    width: 100%;
    height: auto;
  }
}
#post_pickup .awardimg-lists li a,
#post_archive .awardimg-lists li a {
  position: relative;
  display: block;
  z-index: 0;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 480px) {
  #post_pickup .awardimg-lists li a,
  #post_archive .awardimg-lists li a {
    width: 100%;
    height: auto;
  }
}
#post_pickup .awardimg-lists li a::before,
#post_archive .awardimg-lists li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #001538;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s;
}
#post_pickup .awardimg-lists li a::after,
#post_archive .awardimg-lists li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  border: 5px solid #17489c;
  background: #ffffff url(/images/ya.svg) center/20% no-repeat;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s;
}
#post_pickup .awardimg-lists li a:hover::before,
#post_archive .awardimg-lists li a:hover::before {
  opacity: 0.6;
}
#post_pickup .awardimg-lists li a:hover::after,
#post_archive .awardimg-lists li a:hover::after {
  opacity: 1;
}
#post_pickup .awardimg-lists li a:hover .txtbox,
#post_archive .awardimg-lists li a:hover .txtbox {
  opacity: 1;
}
#post_pickup .awardimg-lists li a img,
#post_archive .awardimg-lists li a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#post_pickup .awardimg-lists li a .txtbox,
#post_archive .awardimg-lists li a .txtbox {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  box-sizing: border-box;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s;
}
#post_pickup .awardimg-lists li a .txtbox span,
#post_archive .awardimg-lists li a .txtbox span {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #ffffff;
}

#post_pickup .sec_ttl {
  font-size: 1vw;
}
@media screen and (max-width: 1350px) {
  #post_pickup .sec_ttl {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #post_pickup .sec_ttl {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  #post_pickup .sec_ttl {
    font-size: 3.3vw;
  }
}
#post_pickup .sec_ttl {
  padding-bottom: 3em;
}
#post_pickup .sec_ttl .jpttl {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.5em;
}
#post_pickup .awardimg-lists li {
  height: auto;
}
@media screen and (max-width: 480px) {
  #post_pickup .awardimg-lists li {
    width: 100%;
    height: auto;
  }
}
#post_pickup .awardimg-lists li a {
  height: 14em;
}
@media screen and (max-width: 480px) {
  #post_pickup .awardimg-lists li a {
    width: 100%;
    height: auto;
  }
}
#post_pickup .awardimg-lists li .pickup-txtbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: block;
  font-size: 0.8em;
  height: 2em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #post_pickup .awardimg-lists li .pickup-txtbox {
    font-size: 1.2em;
  }
}

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

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

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

.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3.57em 1.5em;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 1.5em;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}
.formbox {
  /* -------------------------- Contact Form 7 ------------------------------------------- */
}
.formbox .wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 項目名（共通） */
}
.formbox .wpcf7-form .formname {
  width: 13em;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form .formname {
    width: 100%;
  }
}
.formbox .wpcf7-form {
  /* ラベルで挟まれた項目 */
}
.formbox .wpcf7-form label.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt {
    display: block;
  }
}
.formbox .wpcf7-form label.formctt {
  /* 項目名 */
}
.formbox .wpcf7-form label.formctt .formname {
  line-height: 1.7em;
  padding-top: 0.75em;
}
.formbox .wpcf7-form label.formctt {
  /* フォーム内容 */
}
.formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
    flex: none;
  }
}
.formbox .wpcf7-form {
  /* fieldsetで挟まれた項目 */
}
.formbox .wpcf7-form fieldset.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: none;
  padding-left: 13em;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt {
    padding-left: 0;
  }
}
.formbox .wpcf7-form fieldset.formctt {
  /* 項目名 */
}
.formbox .wpcf7-form fieldset.formctt .formname {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt .formname {
    position: relative;
  }
}
.formbox .wpcf7-form fieldset.formctt {
  /* フォーム内容 */
}
.formbox .wpcf7-form fieldset.formctt .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.formbox .wpcf7-form fieldset.formctt {
  /* 改行 */
}
.formbox .wpcf7-form fieldset.formctt br {
  display: none;
}
.formbox .wpcf7-form p {
  padding: 0 0 2em 0;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form input[type=date],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 5px;
  border: #000 solid 0.1em;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  width: 100% !important;
}
.formbox .wpcf7-form {
  /* チェックボックス・ラジオボタン */
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  font-weight: 400;
}
.formbox .wpcf7-form {
  /* 承認確認 */
}
.formbox .wpcf7-form .wpcf7-acceptance label {
  cursor: pointer;
}
.formbox .wpcf7-form {
  /*送信ボタン*/
}
.formbox .wpcf7-form input[type=submit] {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.1em;
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  height: 3em;
  min-width: 13em;
  position: relative;
  padding: 1em 3em;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.formbox .wpcf7-form input[type=submit]:hover {
  box-shadow: 0 0 0.8em 0 rgba(0, 0, 0, 0.2);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.formbox .wpcf7-form input[type=submit] {
  border: none;
  border-radius: 1.5em;
  background: #17489c url("images/ya_w.svg") no-repeat right 1em top 50%;
  background-size: auto 1em;
  color: #f5f5f5;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  text-align: center;
}
.formbox .wpcf7-form input[type=submit]:hover {
  background: #17489c url("images/ya_w.svg") no-repeat right 0.8em top 50%;
  background-size: auto 1em;
}
.formbox .wpcf7-form input[type=submit] {
  box-shadow: none;
}
.formbox .wpcf7-form input[type=submit]:hover {
  box-shadow: none;
}
.formbox .wpcf7-form input[type=submit]:disabled {
  opacity: 0.15;
  filter: alpha(opacity=15);
  color: #000;
}
.formbox .wpcf7-form input[type=submit]:disabled:hover {
  background: transparent;
}
.formbox .wpcf7-form {
  /* エラーメッセージ */
}
.formbox .wpcf7-form .wpcf7-not-valid-tip {
  color: #17489c;
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #17489c;
}
.formbox .wpcf7-form .wpcf7-response-output::before {
  content: "※";
}

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

.wpcf7-spinner {
  display: none;
}

div#wpcf7cpcnf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  background-color: #f5f5f5 !important;
  border-radius: 10px;
  /* 入力内容 */
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: #000 dashed 1px;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th,
  div#wpcf7cpcnf table tr td {
    display: block;
  }
}
.contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
.contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
  padding-top: 1em;
  padding-bottom: 1em;
}
div#wpcf7cpcnf table tr th {
  width: 20em;
  font-weight: normal !important;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p {
    padding-bottom: 0;
  }
}
div#wpcf7cpcnf table tr th p::after {
  content: "：";
}
div#wpcf7cpcnf {
  /* ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.1em;
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  height: 3em;
  min-width: 13em;
  position: relative;
  padding: 1em 3em;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  backface-visibility: hidden;
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  box-shadow: 0 0 0.8em 0 rgba(0, 0, 0, 0.2);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  border: none;
  border-radius: 1.5em;
  background: #17489c url("images/ya_w.svg") no-repeat right 1em top 50%;
  background-size: auto 1em;
  color: #f5f5f5;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  text-align: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  background: #17489c url("images/ya_w.svg") no-repeat right 0.8em top 50%;
  background-size: auto 1em;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  border-radius: 2em;
  width: 10em !important;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    width: auto !important;
    padding-left: 2em;
    padding-right: 2em;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  /* 修正ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #ffffff;
  border: #ffffff solid 2px;
  color: #000;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
  background: #000;
  color: #ffffff;
  border: #000 solid 2px;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  width: auto !important;
  letter-spacing: 0;
  text-indent: 0;
  padding-right: 3em;
}/*# sourceMappingURL=style.css.map */