@charset "UTF-8";
/*
Theme Name: fil-hatax
Theme URI:
Author:  
Author URI:
Description:
License:
License URI:
Tags:
*/
/* CSS Document */
/*=================================================
 *  リセット
 * ================================================= */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  font-size: 100%;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-left: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
img {
  border: 0;
  vertical-align: bottom;
}
ul, ol {
  list-style: none;
}
table {
  border-spacing: 0;
  empty-cells: show;
}
p {
  margin: auto;
}
.wp-caption {
  width: 100% !important;
  height: auto;
}
/*=================================================
 * ロールオーバー
 * ================================================= */
a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
*:focus {
  outline: none;
}
/*=================================================
 * サイト全体
 * ================================================= */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2vw;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  letter-spacing: 1px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.mainWrap {
  width: 80vw;
  margin: 0 auto;
  position: relative;
}
.fullWrap {
  width: 100%;
}
.sp {
  display: none !important;
}
.flex {
  display: flex;
}
.flex-sb {
  display: flex;
  justify-content: space-between;
}
img {
  width: 100%;
  height: auto;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
a {
  text-decoration: none;
}
.shadow {
  box-shadow: 0 0.3vw 1vw 0 rgb(0 0 0 / 20%);
}
.t-shadow {
  text-shadow: 1px 2px 3px #0000004d;
}
.dotstyle {
  list-style: disc;
  margin-left: 1.5vw;
}
.block {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.block.show {
  opacity: 1;
  transform: translateY(0);
}
/*=================================================
 * ボタン右矢印
 * ================================================= */
.btn-ar p {
  padding: 1.2vw 3vw;
  width: 23vw;
  border-radius: 50px;
  margin: 0;
}
.btn-ar p:after {
  font-family: "Font Awesome 6 Free";
  content: '\f105';
  font-weight: 900;
  font-size: 1.8vw;
  position: absolute;
  top: 0.8vw;
  right: 2vw;
  font-style: normal;
}
/*=================================================
 * 背景色
 * ================================================= */
.bg-tc {
  background-color: #633434;
}
.bg-lg {
  background-color: #F8F8F4;
}
.bg-w {
  background-color: #fff;
}
.bg-g {
  background-color: #AAA8A5;
}
/*=================================================
 * 色
 * ================================================= */
.tc {
  color: #633434;
}
.white {
  color: #fff;
}
.red {
  color: #A30000
}
.tc a {
  color: #654F4F;
}
.white a {
  color: #fff;
}
.red a {
  color: #A30000
}
.gray {
  color: #989898;
}
/*=================================================
 * ボーダー
 * ================================================= */
.bd-t {
  border-top: 1px solid #AAA8A5;
}
.bd-b {
  border-bottom: 1px solid #AAA8A5;
}
.bd-b-b {
  border-bottom: 1px solid #000;
}
.bd-bk {
  border: 1px solid #000;
}
.bd-t-w {
  border-top: 1px solid #fff;
}
.bd-b-w {
  border-bottom: 1px solid #fff;
}
/*=================================================
 * パンくず
 * ================================================= */
.pankuzu {
  margin: 27vw 0 0 0;
}
.pankuzu ul {
  justify-content: right;
  margin-right: 3vw;
}
.pankuzu ul li:after {
  content: "＞";
  margin: 0 1vw;
}
.pankuzu ul li:last-child:after {
  content: none;
}
.pankuzu li {
  font-size: 1vw;
  padding: 0 !important;
  display: flex;
}
/*=================================================
 * font
 * ================================================= */
h3 {
  line-height: 1.2;
  margin-bottom: 1vw;
}
.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}
.bold {
  font-weight: 500;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.f12 {
  font-size: 1vw;
}
.f14 {
  font-size: 1.1vw;
}
.f16 {
  font-size: 1.2vw;
}
.f18 {
  font-size: 1.3vw;
}
.f20 {
  font-size: 1.4vw;
}
.f21 {
  font-size: 1.5vw;
}
.f22 {
  font-size: 1.6vw;
}
.f24 {
  font-size: 1.8vw;
}
.f26 {
  font-size: 1.8vw;
}
.f28 {
  font-size: 2vw;
}
.f30 {
  font-size: 2.2vw;
}
.f32 {
  font-size: 2.3vw;
}
.f34 {
  font-size: 2.5vw;
}
.f36 {
  font-size: 2.6vw;
}
.f40 {
  font-size: 2.8vw;
}
.f46 {
  font-size: 2.8vw;
  line-height: 1.3;
}
.f48 {
  font-size: 3.4vw;
  line-height: 1.3;
}
.f50 {
  font-size: 3.8vw;
  line-height: 1;
}
.f60 {
  font-size: 4.4vw;
  line-height: 1;
}
.f70 {
  font-size: 5vw;
  line-height: 1;
}
.f90 {
  font-size: 6.5vw;
  line-height: 1;
}
/*=================================================
 * header
 * ================================================= */
header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  height: 7vw;
  background: rgba(255, 255, 255, 0.8);
}
header .wrap {
  width: 94%;
  margin: 0 auto;
}
header h1 {
  padding-top: 1.7vw;
  margin-left: 2.7vw;
}
header h1 img {
  width: 29vw;
  height: auto;
}
header .btn-g {
  margin-top: 2vw;
}
/*=================================================
 * ハンバーガーメニュー
 * ================================================= */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.nav-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 2.5vw;
  right: 2vw;
  z-index: 10000;
  color: #222;
}
.icon-bars {
  position: relative;
  display: block;
  width: 4vw;
  height: calc(1.5vw + 2px);
}
.icon-bars::before, .icon-bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform-origin: 50% 50%;
  transition: transform .25s ease;
}
.icon-bars::before {
  top: 0;
}
.icon-bars::after {
  top: 1.5vw;
}
.nav-toggle[aria-expanded="true"] .icon-bars::before {
  transform: translateY(0.75vw) rotate(20deg);
}
.nav-toggle[aria-expanded="true"] .icon-bars::after {
  transform: translateY(-0.75vw) rotate(-20deg);
}
.nav-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 40vw;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
  transform: translateX(100%);
  transition: transform 0.3s ease;
  padding: 9vw 0 0 7vw;
  z-index: 999;
}
.nav-panel.active {
  transform: translateX(0);
}
.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-list li {
  margin-bottom: 3vw;
}
/*=================================================
 * ハンバーガーメニュー｜マウスホバー
 * ================================================= */
.nav-list a {
  position: relative;
  display: block;
  padding-right: 3.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-list a::after {
  content: "\f178";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  position: absolute;
  right: 10vw;
  top: 50%;
  transform: translateY(-50%) translateX(-6px);
  opacity: 0;
  transition: transform .28s cubic-bezier(.2, .9, .2, 1), opacity .18s ease;
  pointer-events: none;
  color: currentColor;
  font-size: 1.6vw;
}
@media (hover: hover) and (pointer: fine) {
  .nav-list a:hover::after, .nav-list a:focus::after, .nav-list a:focus-visible::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}
@media (hover: none), (max-width: 768px) {
  .nav-list a::after {
    display: none;
  }
}
.nav-list a:focus-visible {
  outline: none;
}
/*=================================================
 * top
 * ================================================= */
#firstview .fv-top .wrap {
  width: 97.5vw;
  margin: 0 0 6vw auto;
}
#firstview .fv-top .img01 {
  width: 57vw;
}
#firstview .fv-top .img02 {
  width: 17.5vw;
}
#firstview .fv-top .catch {
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 7vw;
  line-height: 2;
  letter-spacing: 2px;
}
#top h3 {
  margin-bottom: 4vw;
}
#top .block01 {
  overflow: hidden;
}
#top .block01 .ttl-box {
  width: 30vw;
}
#top .block01 .l-box .img2 {
  width: 22vw;
  margin-top: 12vw;
}
#top .block01 .txt-box {
  width: 43vw;
  line-height: 2;
  margin-top: 8.4vw;
}
#top .block01 .img {
  bottom: -4vw;
  left: -9vw;
  width: 35vw;
}
.kaiten img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: 50% 50%;
  will-change: transform;
  animation: slow-rotate 60s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@keyframes slow-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .img.abs img {
    animation: none !important;
    transform: none !important;
  }
}
#top .block01 .more-btn {
  margin: 4vw 0 0 auto;
  width: fit-content;
  display: block;
}
#top .block01 .fullWrap {
  margin-bottom: 0;
}
#top .block02 {
  overflow: hidden;
  padding-top: 6vw;
}
#top .block02 .txt-box {
  width: 40vw;
}
#top .block02 .img-box {
  width: 30vw;
  flex-wrap: wrap;
}
#top .block02 .img-box .box {
  margin-bottom: 4vw;
}
#top .block02 .img-box .box i {
  width: 13vw;
  height: 13vw;
  border-radius: 150px;
  align-content: center;
  font-size: 3.5vw;
  margin-bottom: 1.5vw;
}
#top .block02 .more-btn {
  margin: auto 0 0 auto;
}
#top .block02 .catch {
  margin-bottom: 3vw;
}
#top .block02 .txt-box .txt {
  line-height: 2;
}
#top .block02 .wrap01 {
  margin-bottom: 4vw;
}
#top .block02 .wrap01 .kaiten {
  top: -16vw;
  width: 40vw;
  right: -18vw;
}
#top .service-menu .fa-arrow-right {
  transition: transform 0.2s ease;
}
#top .block03 .ttl-box {
  width: 30vw;
}
#top .block03 .infoWrap {
  width: 44vw;
}
#top .block03 .infoWrap .news-item {
  padding: 1vw 0;
}
#top .block03 .infoWrap .date {
  margin-bottom: 0.5vw;
}
#top .block03 .ttl-box .btm {
  bottom: 0;
}
/*=================================================
 *TOP・SERVICEページ共通メニュー
 * ================================================= */
.service-menu {
  flex-wrap: wrap;
}
.service-menu .bnr {
  width: 38.9vw;
  margin-bottom: 2vw;
  padding: 2.5vw;
  align-items: center;
}
.service-menu > a {
  display: flex;
}
.service-menu .bnr .txt-box {
  flex: 1;
}
.service-menu .bnr .fa-arrow-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.service-menu > a > .bnr {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.service-menu .bnr fa-arrow-right {
  font-size: 1.8vw;
}
.service-menu .bnr .ttl-box {
  align-items: center;
  line-height: 1;
  margin-bottom: 1.5vw;
}
.service-menu .bnr .ttl-box i {
  margin-right: 1vw;
}
.service-menu .bnr .con {
  margin-left: 3vw;
}
.service-menu .bnr ul li {
  margin-bottom: 0.5vw;
}
/* PCホバー時の矢印スライド */
@media (hover:hover) and (pointer:fine) {
  #top .service-menu a:hover .fa-arrow-right {
    transform: translateX(5px);
    transition: transform 0.2s ease;
  }
}
/* PCホバー時 ↓アイコンが少し下へ */
@media (hover:hover) and (pointer:fine) {
  .service-menu a:hover .fa-angle-down {
    transform: translateY(4px);
    transition: transform 0.2s ease;
  }
}
/* 初期状態 */
.service-menu .fa-angle-down {
  transition: transform 0.2s ease;
}
#service .service-menu .bg-lg {
  background: #fff;
}
/*=================================================
 *インフォグラフィックアニメーション
 * ================================================= */
.img-box .box i.fa-solid {
  display: inline-block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  border-radius: 50%;
  font-size: 44px;
  text-align: center;
  background: #aaa;
  color: #fff;
  will-change: transform, opacity;
  animation: subtleFloat 6s ease-in-out infinite;
  transform-origin: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.img-box .box:nth-child(1) i {
  animation-delay: 0s;
}
.img-box .box:nth-child(2) i {
  animation-delay: 0.45s;
}
.img-box .box:nth-child(3) i {
  animation-delay: 0.9s;
}
.img-box .box:nth-child(4) i {
  animation-delay: 1.35s;
}
@keyframes subtleFloat {
  0% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-6px) scale(1.03);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .img-box .box i.fa-solid {
    animation: none !important;
    transform: none !important;
  }
}
/*=================================================
 * moreボタンマウスホバーアクション
 * ================================================= */
.more-btn {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding-bottom: 2px;
  transition: transform .24s cubic-bezier(.2, .9, .2, 1), box-shadow .24s ease;
  will-change: transform;
}
.more-btn::before, .more-btn::after {
  display: none !important;
}
.more-btn:hover, .more-btn:focus {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}
@media (prefers-reduced-motion: reduce) {
  .more-btn, .more-btn:hover, .more-btn:focus {
    transition: none !important;
    transform: none !important;
    box-shadow: none !important;
  }
}
@media (hover: none), (max-width: 768px) {
  .more-btn, .more-btn:hover, .more-btn:focus {
    transform: none;
    box-shadow: none;
  }
}
/*=================================================
 * footer
 * ================================================= */
footer .block01 {
  margin-bottom: 6vw;
}
footer .block01 h3 {
  margin-bottom: 3vw;
}
footer .block01 .message {
  margin-bottom: 3vw;
}
footer .block01 .bt-area:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
footer .block02 {
  padding: 6vw 0 1vw;
}
footer .block02 .logo {
  width: 19vw;
  margin-bottom: 4vw;
}
footer .block02 .nav li {
  margin-bottom: 1.5vw;
}
footer .block02 .nav {
  margin-bottom: 5vw;
}
footer .block02 .wrap {
  align-items: baseline;
}
/*=================================================
 * ボタンアニメーション（左から右へ）
 * ================================================= */
footer .block01 .btn {
  position: relative;
  display: inline-block;
  width: 50vw;
  padding: 1.6vw 2.4vw;
  text-align: center;
}
.hov_anime .btn {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #AAA8A5;
  background: #fff;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  transition: color .35s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hov_anime .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #AAA8A5;
  z-index: 2;
  pointer-events: none;
  will-change: clip-path;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: clip-path .45s cubic-bezier(.2, .9, .2, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hov_anime:hover .btn::before, .hov_anime .btn:focus::before {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.hov_anime .btn::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 3;
  pointer-events: none;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: clip-path .45s cubic-bezier(.2, .9, .2, 1);
  font: inherit;
}
.hov_anime:hover .btn::before, .hov_anime .btn:focus::before {
  transform: scaleX(1);
}
.hov_anime:hover .btn::after, .hov_anime .btn:focus::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
@media (prefers-reduced-motion: reduce) {
  .hov_anime .btn::before, .hov_anime .btn::after, .hov_anime .btn {
    transition: none !important;
  }
  .hov_anime .btn::before {
    transform: none;
    display: none;
  }
  .hov_anime .btn::after {
    -webkit-clip-path: none;
    clip-path: none;
    display: none;
  }
}
@media (hover: none), (max-width: 768px) {
  .hov_anime .btn {
    width: 80vw;
    color: #000;
  }
  .hov_anime .btn::before, .hov_anime .btn::after {
    display: none;
  }
}
/*=================================================
 * page共通
 * ================================================= */
.block .mainWrap {
  margin-bottom: 6vw;
}
.block .fullWrap {
  padding: 6vw 0;
  margin-bottom: 6vw;
}
.block .fullWrap .mainWrap {
  margin-bottom: 0;
}
#firstview {
  margin-top: 7vw;
}
#firstview .fv-btm {
  background-size: cover;
  background-repeat: unset;
  height: 36vw;
}
#firstview .fv-btm .mainWrap {
  width: 94vw;
  padding: 6vw 0 2vw;
}
/*=================================================
 * more button
 * ================================================= */
.more-btn {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px; /* 少し余白を足すときれい */
}
/*=================================================
 * About
 * ================================================= */
#firstview .fv-a {
  background-image: url(img/top-about.webp);
}
#about .block01 .ttl-box {
  width: 30vw;
}
#about .block01 .txt-box {
  width: 43vw;
  line-height: 2;
}
#about .block01 .img {
  bottom: -4vw;
  left: -9vw;
  width: 35vw;
}
#about .h3-box {
  width: fit-content;
}
#about .content {
  width: 52vw;
}
#about .block02 .box {
  margin-bottom: 8vw;
  align-items: end;
}
#about .block02 .box:last-child {
  margin-bottom: 0;
}
#about .block02 .box .ttl {
  width: fit-content;
  margin: 0 0 2.5vw;
}
#about .block02 .box .img {
  width: 9.5vw;
}
#about .block02 .box .cell .img {
  width: 9vw;
  margin-bottom: 1.5vw;
}
#about .block03 .txt-box .ttl {
  width: fit-content;
  margin-bottom: 2vw;
}
#about .block03 .box3 {
  margin-bottom: 5vw;
}
#about .readmore-content {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: max-height .35s ease;
}
#about .readmore-content.is-open {
  max-height: 2000px;
}
#about .readmore-block {
  line-height: 1.7;
}
#about .readmore-block ol {
  list-style: revert;
  margin-left: 2vw;
}
#about .readmore-block button {
  padding: 1.3vw 10vw;
  margin: 3vw 0 7vw 24vw;
  width: fit-content;
}
#about .block04 .h3-box {
  margin-bottom: 4vw;
}
#about .block04 table th {
  font-weight: 400;
  padding: 1.5vw 10vw 1.5vw 3vw;
}
#about .block04 table td {
  padding: 1.5vw 0;
}
#about .block04 .table {
  width: fit-content;
  margin: 0 auto;
}
#about .block05 .h3-box {
  margin-bottom: 4vw;
}
#about .block05 .box .txt {
  margin-top: 1vw;
}
#about .block05 .wrap {
  width: 62vw;
  margin: 0 auto;
}
#about .block05 .wrap .box {
  margin-bottom: 6vw;
}
#about .block05 .wrap .box-n {
  align-items: center;
}
#about .block05 .wrap .box .txt-box {
  width: 41vw;
}
#about .block05 .wrap .box-n .txt-box {
    width: 34vw;
}
#about .block05 .wrap .box .img {
  width: 18vw;
  margin-top: 2vw;
}
#about .block05 .readmore-block button {
  margin: 3vw auto;
}
/*=================================================
 * About｜画像アニメーション
 * ================================================= */
#about .block02 .img img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  animation: gentleFloatRotate 7s ease-in-out infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}
#about .block02 .mainWrap .content > .box:nth-of-type(1) .img img {
  animation-delay: 0s;
}
#about .block02 .mainWrap .content > .box:nth-of-type(2) .img img {
  animation-delay: 0.6s;
}
#about .block02 .mainWrap .content > .box:nth-of-type(3) .img img {
  animation-delay: 1.2s;
}
#about .block02 .mainWrap .content .cell:nth-of-type(1) .img img {
  animation-delay: 1.8s;
}
#about .block02 .mainWrap .content .cell:nth-of-type(2) .img img {
  animation-delay: 2.4s;
}
#about .block02 .mainWrap .content .cell:nth-of-type(3) .img img {
  animation-delay: 3.0s;
}
#about .block02 .mainWrap .content .cell:nth-of-type(4) .img img {
  animation-delay: 3.6s;
}
@keyframes gentleFloatRotate {
  0% {
    transform: translateY(0px) rotate(0deg) scale(1);
    opacity: 0.98;
  }
  25% {
    transform: translateY(-8px) rotate(1.2deg) scale(1.02);
    opacity: 1;
  }
  50% {
    transform: translateY(-12px) rotate(3deg) scale(1.04);
    opacity: 1;
  }
  75% {
    transform: translateY(-8px) rotate(1.2deg) scale(1.02);
    opacity: 1;
  }
  100% {
    transform: translateY(0px) rotate(0deg) scale(1);
    opacity: 0.98;
  }
}
@media (prefers-reduced-motion: reduce) {
  #about .block02 .img img {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
/*=================================================
 * About｜Read moreボタンマウスホバー
 * ================================================= */
.readmore-toggle.is-hidden {
  display: none !important;
}
.readmore-close {
  display: none;
}
.readmore-close.is-visible {
  display: inline-block;
}
.readmore-toggle, .readmore-close {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #fff;
  color: #666;
  border: 1px solid #AAA8A5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color .32s ease;
  z-index: 0;
}
.readmore-toggle::before, .readmore-close::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #AAA8A5;
  z-index: 1;
  pointer-events: none;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: clip-path .7s cubic-bezier(.2, .9, .2, 1);
  will-change: clip-path;
}
.readmore-toggle::after, .readmore-close::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 3;
  pointer-events: none;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: clip-path .7s cubic-bezier(.2, .9, .2, 1);
  font: inherit;
}
.readmore-toggle > *, .readmore-close > * {
  position: relative;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .readmore-toggle:hover::before, .readmore-toggle:focus::before, .readmore-close:hover::before, .readmore-close:focus::before {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    cursor: pointer;
  }
  .readmore-toggle:hover::after, .readmore-toggle:focus::after, .readmore-close:hover::after, .readmore-close:focus::after {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  .readmore-toggle:hover, .readmore-toggle:focus, .readmore-close:hover, .readmore-close:focus {
    color: transparent;
    border-color: transparent;
  }
}
.readmore-toggle:focus-visible, .readmore-close:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.12);
  outline-offset: 6px;
}
@media (prefers-reduced-motion: reduce) {
  .readmore-toggle, .readmore-close, .readmore-toggle::before, .readmore-close::before, .readmore-toggle::after, .readmore-close::after {
    transition: none !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .readmore-toggle::before, .readmore-close::before, .readmore-toggle::after, .readmore-close::after {
    display: none !important;
  }
}
@media (hover: none), (max-width: 768px) {
  .readmore-toggle, .readmore-close {
    cursor: default;
    transition: none;
    color: #000;
    border-color: #000;
  }
  .readmore-toggle::before, .readmore-close::before, .readmore-toggle::after, .readmore-close::after {
    display: none;
  }
}
/*=================================================
 * Service
 * ================================================= */
#firstview .fv-s {
  background-image: url(img/top-service.webp);
}
#service .service-menu .txt-box .ttl {
  margin: unset;
}
.service-menu .fa-angle-down {
  height: fit-content;
  margin: auto;
}
#service .service-menu .txt-box {
  width: fit-content;
}
#service .block .img {
  width: 23vw;
}
#service .block .img-f {
  width: 11vw;
  margin: 0 auto 3vw;
}
#service .block .mainWrap {
  align-items: end;
}
#service .block .txt-box {
  width: 46vw;
}
#service .block .txt-box .txt {
  line-height: 2;
}
#service .block .txt-box .txt ul {
  margin-bottom: 2vw;
}
#service .h3-box {
  margin-bottom: 3vw;
}
#service .h3-box .jp {
  line-height: 1;
}
#service .h3-box h3 {
  margin: 0 0 1vw;
}
#service .infoWrap .news-item {
  padding: 1vw 0;
}
#service .infoWrap .date {
  margin-bottom: 0.5vw;
}
#service .txt-box .ttl {
  margin: 4vw 0 2vw;
}
#service .infoWrap .btm {
  margin-top: 2vw;
}
#service .block01 {
  overflow: hidden;
}
#service .block01 .kaiten {
  width: 31vw;
  left: -6vw;
  bottom: -2vw;
}
#service .block01 .mainWrap {
  align-items: flex-start;
}
#service .block02 .mainWrap {
  align-items: flex-start;
}
#service .block02 .flow .bg-lg {
  align-items: center;
  padding: 2vw;
}
#service .block02 .flow .bg-lg i {
  font-size: 1.6vw;
  margin-right: 1vw;
}
#service .block02 .flow .fa-angle-down {
  margin: 1vw auto;
  text-align: center;
  width: 100%;
}
#service .block .works {
  margin-bottom: 5vw;
}
#service .block09 .btn {
  align-items: center;
  width: fit-content;
  padding: 0.5vw 5vw;
  margin: 2vw 0 4vw;
}
#service .block09 .btn .img {
  width: 4vw;
  margin-right: 1vw;
}
/*=================================================
 * news
 * ================================================= */
#firstview .fv-n {
  background-image: url(img/top-news.webp);
}
#news {
  margin-top: 6vw;
}
#news a {
  text-decoration: none;
}
#news .mainWrap {
  margin: 0 auto 10vw;
}
#news .postWrap .post {
  width: 49vw;
}
#news .postWrap .textbox {
  padding: 1.5vw 0;
  display: flex;
}
#news .mainWrap .postWrap .time {
  width: 10vw;
}
#news .mainWrap .postWrap .title {
  width: 39vw;
}
#news .postWrap {
  justify-content: space-between;
}
#news .cat-title {
	margin-bottom: 3vw;
    font-weight: 500;
}
#news .sidebar .block1 {
  margin-bottom: 4vw;
}
#news .sidebar .block1 .ttl {
  margin-bottom: 1vw;
  padding-bottom: 1vw;
}
.sidebar .block1 ul li {
  margin-bottom: 1vw;
}
.sidebar .block1 ul li ul {
  margin-left: 1vw;
}
.sidebar .block1 ul li ul li:last-child {
  margin-bottom: 0;
}
.sidebar .block1 ul {
  padding: 1vw 0;
}
.sidebar {
  width: 21vw;
}
.sidebar .blue {
  padding-bottom: 1vw;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.sidebar .bold {
  font-size: 1.6vw;
  margin-right: 1vw;
}
.sidebar .block2 .ttl {
  margin-bottom: 1vw;
}
.sidebar .block2 select {
  padding: 1vw;
  width: 100%;
}
.pager {
  justify-content: center;
  margin: 3vw auto;
  width: fit-content;
}
#news .single .ttl {
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  font-weight: 400;
}
#news .content img {
  margin: 2vw auto;
  display: block;
}
#news .content .is-landscape {
  width: 100%;
}
#news .content .is-portrait, #news .content .is-square {
  width: 35vw;
}
#news .entry {
  margin: 2vw 0 4vw;
  line-height: 1.8;
}
#news .entry a {
  border-bottom: 1px solid #333;
}
#news .single_pager {
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
}
/*=================================================
 * お問い合わせ
 * ================================================= */
.mw_wp_form_complete {
  margin: 5vw auto 10vw !important;
  width: 55vw !important;
}
#contact .fieldwrap {
  width: 50vw;
  margin: 5vw auto 10vw;
}
#contact .fieldwrap .message {
  font-weight: bold;
  margin-bottom: 3vw;
}
#contact .fieldwrap .field {
  margin-bottom: 2vw;
}
#contact input[type="text"], #contact input[type="email"] {
  width: 100%;
  padding: 1vw;
}
#contact .tel input[type="text"] {
  padding: 1vw;
  width: 15.7vw;
}
#contact select {
  padding: 1vw;
  width: 100%;
}
#contact textarea {
  width: 100%;
  height: 20vw;
  padding: 1vw;
}
#contact .check {
  margin-right: 3vw;
}
#contact .fieldwrap .bd-b {
  padding-bottom: 3vw;
}
#contact .fieldwrap .title2 {
  margin: 0 2vw 2vw 0;
  width: 12vw;
}
#contact .fieldwrap .title3 {
  margin: 3vw 0 1vw;
}
#contact .btbox {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}
#contact input[type="submit"] {
  width: 300px;
  padding: 1vw;
  border: 1px solid #707070;
  background-color: unset;
  font-size: 18px;
  margin: 0 auto;
  cursor: pointer;
}
#contact input[type="submit"]:hover {
  background-color: #F0F0F0 !important;
}
.mw_wp_form_complete {
  margin: 0 auto 15vw;
  width: 40vw;
  line-height: 2;
  text-align: center;
}
/*=================================================
 * レスポンシブ
 * ================================================= */
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  body {
    font-size: 3.6vw;
    line-height: 2;
  }
  a:hover {
    opacity: none;
    filter: none;
  }
  .mainWrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  .flex, .flex-sb {
    flex-wrap: wrap;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3.6vw;
    background-color: #fff;
    color: #000;
  }
  #p404 .mainWrap {
    margin: 0 auto 20vw;
  }
  /*   iphone対策（送信ボタン・セレクトボックス）   */
  input[type="submit"] {
    -webkit-appearance: none;
    color: #333;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3.6vw;
    background-color: #fff;
    color: #000;
  }
  .block .fullWrap {
    padding: 12vw 0;
    margin-bottom: 12vw;
  }
  .block .mainWrap {
    margin-bottom: 12vw;
  }
  #firstview .fv-btm {
    height: 86vw;
  }
  #firstview .fv-btm h2 {
    font-size: 8vw;
    margin-top: 4vw;
  }
  /*=================================================
 * レスポンシブ｜header
 * ================================================= */
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 15vw;
  }
  header h1 {
    padding: 4vw 2vw;
  }
  header h1 img {
    width: 67vw;
  }
  .nav-toggle {
    top: 5vw;
  }
  .icon-bars {
    width: 10vw;
  }
  .icon-bars::after {
    top: 3.5vw;
  }
  .nav-panel {
    width: 80vw;
    padding: 20vw 0 0 10vw;
  }
  .nav-toggle[aria-expanded="true"] .icon-bars::before {
    transform: translateY(2.75vw) rotate(20deg);
  }
  .nav-list li {
    margin-bottom: 9vw;
  }
  .nav-list li .en {
    font-size: 5.5vw;
    line-height: 1;
  }
  .nav-list li .jp {
    font-size: 3vw;
  }
  /*=================================================
 * レスポンシブ｜パンくず
 * ================================================= */
  .pankuzu {
    margin: 52vw 0 0;
  }
  .pankuzu ul {
    justify-content: left;
  }
  .pankuzu li {
    font-size: 3vw;
  }
  /*=================================================
 * レスポンシブ｜フォント
 * ================================================= */
  .f12 {
    font-size: 3vw;
    line-height: 1.5;
  }
  .f14 {
    font-size: 3.5vw;
  }
  .f18 {
    font-size: 3.7vw;
  }
  .f20 {
    font-size: 4vw;
  }
  .f22 {
    font-size: 5vw;
  }
  .f24 {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .f26 {
    font-size: 4.5vw;
  }
  .f28 {
    font-size: 4.5vw;
  }
  .f30 {
    font-size: 4.5vw;
  }
  .f32 {
    font-size: 4.5vw;
  }
  .f34 {
    font-size: 4.5vw;
  }
  .f36 {
    font-size: 6vw;
  }
  .f40 {
    font-size: 6vw;
  }
  .f46 {
    font-size: 5.5vw;
    line-height: 1.3;
  }
  .f48 {
    font-size: 6vw;
    line-height: 1.3;
  }
  .f50 {
    font-size: 9vw;
    line-height: 1.2;
  }
  .f70 {
    font-size: 10vw;
  }
  /*=================================================
 * レスポンシブ｜TOP
 * ================================================= */
  #firstview {
    margin-top: 15vw;
  }
  #firstview .fv-top .wrap {
    width: 100%;
    margin: 0 0 15vw auto;
  }
  #firstview .fv-top .img01 {
    width: 100%;
    margin-bottom: 5vw;
  }
  #firstview .fv-top .catch {
    position: unset;
    margin-top: 5vw;
    margin-left: 5vw;
  }
  #firstview .fv-top .img02 {
    width: 38vw;
    padding-top: 16vw;
  }
  #top .block01 .ttl-box {
    width: 100%;
  }
  #top .block01 .txt-box {
    width: 100%;
    line-height: 1.8;
    margin-top: 8.4vw;
  }
  #top h3 {
    margin-bottom: 7vw;
  }
  #top .block01 .img {
    bottom: -10vw;
    left: -15vw;
    width: 80vw;
  }
  #top .block01 .l-box .img2 {
    width: 47vw;
    margin: 5vw 0 0 auto;
  }
  #top .block01 .fullWrap {
    margin-bottom: 0;
  }
  #top .block02 {
    padding-top: 12vw;
  }
  #top .block02 .wrap01 .kaiten {
    top: -23vw;
    width: 63vw;
    right: -18vw;
    z-index: 0;
  }
  #top .block02 .wrap01 .flex-sb {
    z-index: 9;
    position: relative;
  }
  #top .block02 .more-btn {
    margin: auto 0 5vw auto;
  }
  #top .block02 .txt-box {
    width: 100%;
    margin-bottom: 10vw;
  }
  #top .block02 .img-box {
    width: 100%;
  }
  #top .block02 .img-box .box {
    margin-bottom: 7vw;
    width: 45vw;
  }
  #top .block02 .img-box .box i {
    width: 30vw;
    height: 30vw;
    font-size: 8vw;
    margin-bottom: 2vw;
  }
  #top .block02 .img-box .box .txt {
    line-height: 1.5;
  }
  #top .block03 .ttl-box {
    width: 100%;
  }
  #top .block03 .infoWrap {
    width: 100%;
  }
  #top .block03 .ttl-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .more-btn {
    line-height: 1.5;
  }
  #top .block03 .ttl-box .btm {
    position: unset;
  }
  #top .block03 .infoWrap .news-item {
    padding: 3vw 0;
  }
  #top .block03 .infoWrap .news-item .title {
    line-height: 1.5;
  }
  /*=================================================
 * レスポンシブ｜service-menu（TOP、SERVICEページ共通）
 * ================================================= */
  .service-menu a {
    width: 100%;
  }
  .service-menu .bnr {
    width: 100%;
    margin-bottom: 5vw;
    padding: 7vw 5vw 7vw 7vw;
  }
  #top .block02 .service-menu .bnr .txt-box {
    margin-bottom: 0;
  }
  .service-menu .bnr .dotstyle {
    margin-left: 4.5vw;
  }
  .service-menu .bnr .ttl-box i {
    margin-right: 2vw;
  }
  .service-menu .bnr .sub {
    margin: 2vw 0 0 5vw;
  }
  .service-menu .bnr .ttl-box {
    margin-bottom: 3vw;
  }
  .service-menu .bnr .con {
    line-height: 1.5;
  }
  /*=================================================
 * レスポンシブ｜お知らせ
 * ================================================= */
  #firstview .fv-n {
    background-image: url(img/top-news-sp.webp);
  }
  #news {
    margin-top: 12vw;
  }
  #news .postWrap .post {
    width: 100%;
  }
  #news .postWrap {
    display: block;
  }
  #news .mainWrap .post .box {
    display: block;
    padding: 3vw 0;
  }
  #news .mainWrap .post .box .date {
    width: fit-content;
  }
  #news .mainWrap .post .box .title {
    width: 100%;
  }
  #news .postWrap .textbox {
    padding: 3vw 0;
    flex-wrap: wrap;
  }
  #news .mainWrap .postWrap .time {
    width: 100%;
  }
  #news .mainWrap .postWrap .title {
    width: 100%;
    line-height: 1.5;
  }
  #news .content img {
    margin: 5vw auto;
  }
  #news .single .ttl {
    padding-bottom: 3vw;
    margin-bottom: 6vw;
    line-height: 1.5;
  }
  #news .content .is-portrait, #news .content .is-square {
    width: 55vw;
  }
  .sidebar {
    width: 100%;
    margin: 10vw 0 20vw;
  }
  .sidebar .block1 {
    margin-bottom: 10vw;
  }
  .sidebar .bold {
    padding-bottom: 3vw;
    font-size: 5vw;
  }
  .sidebar ul {
    padding: 3vw 0;
  }
  .sidebar .block2 select {
    padding: 3vw;
    margin-top: 2vw;
  }
  /*=================================================
 * レスポンシブ｜footer
 * ================================================= */
  footer .block01 .message {
    margin-bottom: 5vw;
  }
  footer .block01 .btn {
    width: 90%;
    padding: 3vw;
  }
  footer .block01 {
    margin-bottom: 12vw;
  }
  footer .block02 {
    padding: 12vw 0 2vw;
  }
  footer .block02 .wrap .box {
    width: 100%;
    margin-bottom: 10vw;
  }
  footer .block02 .logo {
    width: 43vw;
    margin-bottom: 6vw;
  }
  footer .block02 .nav {
    margin-bottom: 7vw;
    text-align: left;
  }
  footer .block02 .nav li {
    margin-bottom: 3.5vw;
  }
  footer .copy {
    text-align: left;
  }
  /*=================================================
 * レスポンシブ｜ABOUT
 * ================================================= */
  #firstview .fv-a {
    background-image: url(img/top-about-sp.webp);
  }
  #about .block01 .ttl-box {
    width: 100%;
  }
  #about .block01 .ttl-box .catch {
    margin-bottom: 7vw;
  }
  #about .block01 .txt-box {
    width: 100%;
    line-height: 1.8;
  }
  #about .block01 .img {
    bottom: -10vw;
    left: -15vw;
    width: 80vw;
  }
  #about .content {
    width: 100%;
  }
  #about .h3-box {
    margin-bottom: 7vw;
    width: 100%;
  }
  #about .block02 .box .wrap {
    width: 80%;
    margin: 6vw auto 0;
  }
  #about .block02 .box .ttl-box {
    width: 62vw;
  }
  #about .block02 .box .cell {
    width: 30vw;
    margin-bottom: 6vw;
  }
  #about .block02 .box .img {
    width: 20vw;
    margin: 0 auto 1vw;
  }
  #about .block02 .box .cell .img {
    width: 20vw;
  }
  #about .block02 .box .cell .txt {
    line-height: 1.5;
  }
  #about .readmore-block ol {
    margin-left: 5.7vw;
  }
  #about .readmore-block button {
    padding: 4vw 0;
    margin: 7vw auto;
    width: 90%;
    display: block;
  }
  #about .block04 table th {
    padding: 3vw 0;
    width: 24vw;
    text-align: left;
  }
  #about .block04 table td {
    padding: 3vw 0;
    line-height: 1.54;
  }
  #about .block05 .wrap {
    width: 100%;
  }
  #about .block05 .wrap .box .img {
    width: 40vw;
    margin: 0 auto 6vw;
  }
  #about .block05 .wrap .box .txt-box .sub {
    line-height: 1.5;
  }
  #about .block05 .wrap .box .txt-box {
    width: 90%;
    margin: 0 auto;
  }
  #about .block05 .wrap .box .txt-box .sub {
    text-align: center;
  }
  #about .block05 .wrap .box .txt-box .name {
    text-align: center;
    font-size: 5vw;
  }
  #about .block05 .wrap .box .txt-box .en {
    text-align: center;
  }
  #about .block05 .box .txt {
    margin-top: 4vw;
  }
  #about .block05 .wrap .box {
    margin-bottom: 10vw;
  }
  #about .block05 .readmore-block button {
    margin: 5vw auto;
  }
  /*=================================================
 * レスポンシブ｜SERVICE
 * ================================================= */
  #firstview .fv-s {
    background-image: url(img/top-service-sp.webp);
  }
  #service .block .txt-box {
    width: 100%;
  }
  #service .block .txt-box .txt {
    line-height: 1.8;
    margin-bottom: 5vw;
  }
  #service .block .img {
    width: 38vw;
    margin: 0 auto;
  }
  #service .block .img-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #service .block .img-f {
    width: 32vw;
    margin: 0;
  }
  #service .block .img-box .img {
    width: 38vw;
    margin: 0;
  }
  #service .infoWrap {
    margin-bottom: 6vw;
  }
  #service .infoWrap .news-item {
    padding: 3vw 0;
  }
  #service .infoWrap .news-item .title {
    line-height: 1.5;
  }
  #service .infoWrap .btm {
    position: unset;
    margin: 5vw 0 7vw 0;
  }
  #service .block01 .kaiten {
    width: 60vw;
    left: -12vw;
    bottom: -3vw;
  }
  #service .block01 .ttl-box .catch {
    margin-bottom: 4vw;
  }
  #service .h3-box {
    margin-bottom: 7vw;
  }
  #service .block02 .flow .bg-lg i {
    font-size: 5vw;
    width: 8vw;
    margin-right: 0;
  }
  #service .block .txt-box .txt ul {
    margin-bottom: 3vw;
    margin-left: 5vw;
  }
  #service .h3-box .jp {
    line-height: 1.3;
  }
  #service .block02 .flow .bg-lg .txt {
    width: 72vw;
    font-size: 3.5vw;
    line-height: 1.5;
  }
  #service .block02 .flow .fa-angle-down {
    margin: 2vw auto;
  }
  #service .block02 .flow .bg-lg {
    align-items: center;
    padding: 5vw;
  }
  #service .block09 .btn {
    padding: 3vw 0;
    width: 100%;
    justify-content: center;
    margin: 8vw auto;
  }
  #service .block09 .btn .img {
    width: 9vw;
    margin: 0 4vw 0 0;
  }
  #service .h3-box h3 {
    margin: 0 0 2vw;
  }
  /*=================================================
 * レスポンシブ｜お問い合わせ
 * ================================================= */
  #contact .fieldwrap {
    width: 90%;
  }
  #contact input[type="text"], #contact input[type="email"] {
    padding: 3vw;
  }
  #contact textarea {
    padding: 3vw;
    height: 50vw;
  }
  #contact .fieldwrap .bdr-b {
    padding-bottom: 10vw;
  }
  #contact .fieldwrap .field {
    margin-bottom: 5vw;
  }
  #contact .fieldwrap .flex {
    display: block;
  }
  #contact .fieldwrap .message {
    margin-bottom: 5vw;
  }
  #contact .fieldwrap .policy {
    margin: 2vw 0 5vw 7vw;
  }
  #contact .btbox {
    width: 100%;
    margin: 10vw auto;
    display: block;
  }
  #contact input[type="submit"] {
    width: 100%;
    padding: 4vw;
    font-size: 16px;
    margin-bottom: 7vw;
  }
  #contact input[type="submit"]:hover {
    background-color: unset;
  }
  .mw_wp_form_complete {
    width: 80% !important;
    margin: 10vw auto 14vw !important;
  }
}