@charset "UTF-8";
/*
Theme Name: 株式会社河塗装テーマ
Theme URI: https://kawatosou.com
Description: 株式会社河塗装
Version: 1.0.0
Author: 株式会社河塗装
*/

main {
  padding-top: 100px;
  background: url('./images/k-bg_image.jpg') center top / 100% auto repeat;
}

.t_color01 {
  color: #D94E3B;
}

.t_color02 {
  color: #2AD838;
}

.t_font01 {
  font-family: "Noto Sans JP", sans-serif;
}

.t_font02 {
  font-family: "fot-chiaro-std", "Kaisei Decol", serif;
  font-weight: 700;
}

.w-content {
  padding-left: 20px;
  padding-right: 20px;
}

.w-1440 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
}

.w-1100 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}

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

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

@media screen and (min-width:768px) {
  a:hover {
    opacity: .7;
  }
}

/* Loading */
.loading {
  width: 100%;
  height: 100vh;
  background-color: #F3F4EB;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  z-index: 999;
  top: 0;
}

.loading_inner {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.loading_box {
  transition: 0.4s;
  text-align: center;
}

body.is-show .loading_box {
  transform: translateY(0.625em);
}

.loading_logo {
  width: 50%;
  margin: 0 auto 3rem;
  max-width: 362px;
}

.loading_visual {
  position: relative;
  width: 100%;
  height: 50px;
}

.loading_bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #5F4A22;
}

.loading_move-wrapper {
  display: block;
  width: 90%;
  margin: auto;
  position: relative;
}

.loading_move {
  position: absolute;
  top: -11.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
}

.loading_circle {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #5F4A22;
}

@media screen and (max-width: 768px) {
  .loading_move-wrapper {
    width: 80%;
  }
}


/* Scroll Animetion */
.js-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  will-change: opacity, transform;
}

body.is-show .js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-fade.js-paint {
  clip-path: inset(0 100% 0 0);
  opacity: 1;
  transform: translateY(0);
}

body.is-show .js-fade.js-paint.is-visible {
  animation: paint-action 2s ease-out forwards;
}

@keyframes paint-action {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}


.delay-100 {
  transition-delay: 0.1s;
}

.delay-200 {
  transition-delay: 0.2s;
}

.delay-300 {
  transition-delay: 0.3s;
}

.delay-400 {
  transition-delay: 0.4s;
}

.delay-500 {
  transition-delay: 0.5s;
}

.delay-600 {
  transition-delay: 0.6s;
}

/* header */
.header_box {
  transition: all .4s ease-out;
}

.nav_unshown {
  display: none;
}

@media screen and (min-width: 1220px) {
  header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
  }

  header .header_box div.logo a:hover {
    opacity: 0.7;
  }

  header .header_box .header_nav,
  header .header_box .header_nav nav {
    height: 100%;
  }

  .header_nav nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  /* ナビゲーション配置 */
  .header_nav nav .nav_left a {
    display: block;
    max-width: 287px;
    padding: 15px 30px;
  }

  #nav_drawer,
  header .sp_header_logo,
  header .sp_header_tel {
    display: none;
  }

  header .header_box {
    width: 100%;
    background-color: #fff;
  }

  .header_nav nav .nav_right {
    width: auto;
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .header_nav nav .nav_right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center;
  }

  .header_nav nav .nav_right ul li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .header_nav nav .nav_right ul li a {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    gap: 5px;
  }

  .header_nav nav .nav_right ul li a:hover {
    opacity: 1;
  }

  .header_nav nav .nav_right ul li a .icon svg {
    max-width: 32px;
    max-height: 32px;
  }

  .header_nav nav .nav_right ul li a:hover {
    color: #D94E3B;
    opacity: 1;
  }

  .header_nav nav .nav_right ul.link_texts {
    padding: 10px 0;
  }

  .header_nav nav .nav_right ul.link_btns {
    gap: 10px;
  }

  .header_box>div nav .link_btns li.tel {
    max-width: 300px;
  }

  .header_box>div nav .link_btns li.tel a:hover {
    opacity: 0.7;
  }

  .header_box>div nav .link_btns li.mail {
    width: 150px;
  }

  .header_box>div nav .link_btns li.mail a {
    width: 100%;
    height: 100px;
    color: #fff;
    background-color: #D94E3B;
  }

  .header_box>div nav .link_btns li.mail a .icon svg {
    max-width: 100%;
    max-height: 100%;
    width: 50px !important;
    height: auto;
  }

  .header_box>div nav .link_btns li.mail a:hover {
    background-color: #EEC5B9;
  }
}

@media screen and (max-width: 1219px) {
  header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .header_box {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
  }

  header .sp_header_logo a {
    display: block;
    width: 160px;
    padding: 8px 12px;
  }

  header .sp_header_tel {
    position: absolute;
    right: 64px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
  }

  header .sp_header_tel a img {
    width: 36px;
  }

  .overflow__hidden header {
    transition: all 0s;
  }

  .overflow__hidden header .sp_header_logo {
    display: none;
  }

  /* ドロワーメニュー */
  div.header_nav {
    display: none;
  }

  #nav_drawer {
    display: inherit;
  }

  header div#nav_drawer nav {
    height: 100vh;
    position: fixed;
    padding: 60px 20px 0;
    z-index: 100;
  }

  header #nav_drawer nav ul li {
    padding: 0;
    text-align: left;
  }

  header #nav_drawer nav ul.nav_content_top li a {
    display: block;
    padding: 10px;
    font-size: 0.875rem;
    line-height: 40px;
    border-bottom: 1px solid #5F4A22;
    position: relative;
  }

  header #nav_drawer nav ul.nav_content_top li:last-child a {
    border-bottom: 0;
  }

  /* メニューの矢印アイコン */
  header #nav_drawer nav ul.nav_content_top li a::after {
    content: "";
    background-image: url("./images/icon_arrow_menu.png");
    width: 24px;
    height: 24px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
  }

  /* ハンバーガーボタン(開閉ボタン) */
  #nav_open {
    position: fixed;
    z-index: 1000;
    top: 4px;
    right: 16px;
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  #nav_open span,
  #nav_open span::before,
  #nav_open span::after {
    position: absolute;
    display: block;
    width: 40px;
    height: 1px;
    border-radius: 3px;
    background: #5F4A22;
    content: "";
  }

  #nav_open span {
    top: 12px;
    right: 0;
  }

  #nav_open span::before {
    top: 8px;
  }

  #nav_open span::after {
    top: 17px;
  }

  /* ボタンアクティブ時(×印) */
  #nav_content {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: #FFF;
    text-align: center;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
  }

  #nav_content ul {
    margin: auto;
  }

  #nav_content li {
    padding: 10px;
    text-align: center;
    display: block;
  }

  #nav_content.active {
    opacity: 1;
    pointer-events: auto;
    overflow: scroll;
  }

  #nav_open.active {
    background-color: transparent;
  }

  #nav_open.active span {
    transform: rotate(45deg);
    width: 28px;
    top: 25px;
    right: 16px;
    transition: transform 1s;
    background: #343434;
  }

  #nav_open.active span::before {
    background: #343434;
    transform: rotate(90deg);
    top: 0px;
    width: 28px;
  }

  #nav_open.active span::after {
    content: none;
    opacity: 0;
  }

  /* 下部リンクボタン */
  #nav_content ul.sp_link_button {
    margin: 56px auto 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 0;
    justify-content: flex-start;
  }

  #nav_content ul.sp_link_button li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .sp_link_button li.line,
  .sp_link_button li.mail,
  .sp_link_button li.insta {
    width: 200px;
  }

  .sp_link_button li.line a,
  .sp_link_button li.mail a,
  .sp_link_button li.insta a {
    width: 100%;
    height: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    background-color: #343434;
  }

  .sp_link_button li.line a {
    background-color: #2AD838;
  }

  .sp_link_button li.mail a {
    background-color: #D94E3B;
  }

  .sp_link_button li.insta a {
    background: linear-gradient(87deg, #FFD600 0%, #FF7A00 25%, #FF0069 50%, #D300C5 75%, #7338FA 100%);
  }

  .sp_link_button li.line img,
  .sp_link_button li.mail img,
  .sp_link_button li.insta img {
    height: auto;
    display: block;
  }

  .sp_link_button li.line .icon img {
    width: 33px;
  }

  .sp_link_button li.mail .icon img {
    width: 34px;
  }

  .sp_link_button li.insta .icon img {
    width: 32px;
  }
}

/* TOP */
.fv {
  background: url('./images/k-fv_left_bg.png') left bottom / 50.5% auto no-repeat;
}

.fv_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.fv_left,
.fv_right {
  flex-basis: 50%;
  position: relative;
}

.fv_left_text {
  width: 86%;
  margin: 0 auto;
}

.fv_left_tel {
  width: 76%;
  margin: 0 auto;
}

.fv_marquee_wrapper {
  position: absolute;
  top: 55px;
  left: 0;
  opacity: 0.3;
  overflow: hidden;
}

.fv_marquee {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.fv_marquee__inner {
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
}

.fv_marquee__inner span {
  display: inline-block;
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
  padding-right: 20px;
}

.fv_marquee-top .fv_marquee__inner {
  animation: fv_marquee_scroll-top 70s linear infinite;
  margin-bottom: -15px;
}

.fv_marquee-bottom .fv_marquee__inner {
  animation: fv_marquee_scroll-bottom 70s linear infinite;
  margin-bottom: -15px;
  padding-top: 150px;
  background-color: #5F4A22;
}

.fv_marquee-bottom .fv_marquee__inner span {
  color: #fff;
}

@keyframes fv_marquee_scroll-top {
  from {
    transform: translateX(-25%);
  }

  to {
    transform: translateX(-75%);
  }
}

@keyframes fv_marquee_scroll-bottom {
  from {
    transform: translateX(-75%);
  }

  to {
    transform: translateX(-25%);
  }
}

.fv_right_sns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 30px;
  right: 0;
  overflow: hidden;
}

.fv_right_sns a {
  border-radius: 100px 0 0 100px;
  display: flex;
  align-items: center;
  width: 315px;
  transform: translateX(245px);
}

.fv_right_sns a:hover {
  opacity: 1;
  transform: translateX(0);
}

.fv_right_sns a .icon {
  padding: 15px 20px;
}

.fv_right_sns a .icon img {
  width: 37px;
}

.fv_right_sns a span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.fv_right_sns .insta a {
  background: linear-gradient(87deg, #FFD600 0%, #FF7A00 25%, #FF0069 50%, #D300C5 75%, #7338FA 100%);
}

.fv_right_sns .line a {
  background: #27C734;
}

/* 全体のコンテナ */
.fv_right_post {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  width: 90%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 50px;
  right: 5%;
}

/* 左側の「最新情報」ラベル */
.fv_right_post-ttl {
  background-color: #25c73e;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 30px;
  margin: 0;
  border-radius: 8px 0 0 8px;
  white-space: nowrap;
}

.fv_right_post-link {
  flex-grow: 1;
  margin: 0;
  padding: 0 20px 0 30px;
  min-width: 0;
}

.fv_right_post-link a {
  display: block;
  position: relative;
  padding-right: 60px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 44px;
}

/* 右端の丸い緑矢印ボタン */
.fv_right_post-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-color: #27C734;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
}



.cta_inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  border-radius: 30px;
  border: 3px solid #FFF;
  background-color: #F1B93B;
  margin: 0 auto;
  padding-right: 15px;
}

.cta_visual {
  width: 31%;
  position: absolute;
  bottom: 0;
  left: 2%;
}

.cta_visual img {
  display: block;
}

.cta_content {
  text-align: center;
  margin: 0 auto 0 33%;
  max-width: 735px;
}

.cta_lead {
  position: relative;
  margin-bottom: -20px;
}

.cta_lead_bg {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.1;
}

.cta_lead_main {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.cta_tel {
  position: relative;
  margin: 0 auto 25px;
}

.cta_tel_link {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-radius: 100px;
  padding: 15px;
}

.cta_tel_logo {
  flex: 0 0 57px;
}

.cta_tel_logo img {
  display: block;
}

.cta_tel_number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
  transition: .4s;
}

.cta_tel_hours {
  font-size: 20px;
  line-height: 1.6;
  text-transform: uppercase;
}

.cta_btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 15px;
  max-width: 735px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.cta_btn_link a {
  border-radius: 100px;
  overflow: hidden;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 18px;
  font-size: 20px;
  color: #fff;
}

.cta_btn_icon {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.cta_btn_icon svg {
  width: 100%;
  height: auto;
  fill: #fff;
  transition: fill 0.3s ease;
}

.cta_btn_text {
  flex-grow: 1;
  text-align: center;
}

.cta_btn_arrow {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
  transition: background-color 0.4s ease;
}

.cta_btn_arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 30%;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: translateY(-50%) rotate(45deg);
}

.cta_btn_line a {
  background-color: #04B813;
  border-color: #04B813;
}

.cta_btn_line a .cta_btn_arrow::after {
  border-color: #04B813;
}

.cta_btn_mail a {
  background-color: #D94E3B;
  border-color: #D94E3B;
}

.cta_btn_mail a .cta_btn_arrow::after {
  border-color: #D94E3B;
}

@media screen and (max-width: 1200px) {
  .cta_btns {
    align-items: center;
    gap: 15px;
  }

  .cta_btn_link {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}

/* ボタン */
.formbtn {
  text-align: center;
  position: relative;
}

div.button_section {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.more_btn,
.formbtn .wpcf7-submit,
.formbtn .wpcf7-previous {
  cursor: pointer;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #D94E3B;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  border-radius: 50px;
  position: relative;
  width: 100%;
  max-width: 400px;
  font-family: "Noto Sans JP", sans-serif;
  border: 0;
  transition: .4s;
}

.more_btn_icon {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.more_btn_icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 30%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #D94E3B;
  border-right: 2px solid #D94E3B;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.formbtn::before {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5.4%;
  transform: translateY(-50%);
  content: '';
  display: block;
  z-index: 1;
}

.formbtn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 9.5%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #D94E3B;
  border-right: 2px solid #D94E3B;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  z-index: 1;
}

.formbtn.prev::before {
  left: 5.4%;
}

.formbtn.prev::after {
  left: 9.5%;
  transform: translateY(-50%) rotate(225deg);
}


.more_btn:hover,
.formbtn .wpcf7-submit:not(:disabled):hover,
.formbtn .wpcf7-previous:not(:disabled):hover {
  opacity: 0.7;
}

.formbtn .wpcf7-submit:disabled,
.formbtn .wpcf7-previous:disabled {
  opacity: 0.5;
}

.banner_block {
  margin-top: 100px;
}

.banner_img {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}

:root {
  --wave-height: 220px;
}

/* --- ベースとなるマスク設定 --- */
.mask-wave-top,
.mask-wave-bottom {
  position: relative;
  background-size: cover;
  background-position: center;
  /* 波にテキストが被らないよう、波の高さ以上の余白を確保 */
  padding-top: var(--wave-height);
  padding-bottom: var(--wave-height);
  /* マスクの基本設定 */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* --- 上側のみ波にするクラス --- */
.mask-wave-top {
  -webkit-mask-image:
    url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1440 220' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,220 V110 C360,-110 1080,330 1440,110 V221 H0 Z' fill='%23000'/%3E%3C/svg%3E"),
    linear-gradient(#000, #000);
  -webkit-mask-position: top center, bottom center;
  -webkit-mask-size: 100% var(--wave-height), 100% calc(100% - var(--wave-height) + 1px);
  mask-image:
    url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1440 220' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,220 V110 C360,-110 1080,330 1440,110 V221 H0 Z' fill='%23000'/%3E%3C/svg%3E"),
    linear-gradient(#000, #000);
  mask-position: top center, bottom center;
  mask-size: 100% var(--wave-height), 100% calc(100% - var(--wave-height) + 1px);
}

/* --- 下側のみ波にするクラス --- */
.mask-wave-bottom {
  -webkit-mask-image:
    linear-gradient(#000, #000),
    url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1440 220' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,0 H1440 V110 C1080,-110 360,330 0,110 Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-position: top center, bottom center;
  -webkit-mask-size: 100% calc(100% - var(--wave-height) + 1px), 100% var(--wave-height);
  mask-image:
    linear-gradient(#000, #000),
    url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1440 220' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,0 H1440 V110 C1080,-110 360,330 0,110 Z' fill='%23000'/%3E%3C/svg%3E");
  mask-position: top center, bottom center;
  mask-size: 100% calc(100% - var(--wave-height) + 1px), 100% var(--wave-height);
}

/* --- 左右反転（リバース）クラス --- */
.mask-wave-reverse.mask-wave-top {
  -webkit-mask-image:
    url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1440 220' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M1440,220 V110 C1080,-110 360,330 0,110 V221 H1440 Z' fill='%23000'/%3E%3C/svg%3E"),
    linear-gradient(#000, #000);
  mask-image:
    url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1440 220' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M1440,220 V110 C1080,-110 360,330 0,110 V221 H1440 Z' fill='%23000'/%3E%3C/svg%3E"),
    linear-gradient(#000, #000);
}

.mask-wave-reverse.mask-wave-bottom {
  -webkit-mask-image:
    linear-gradient(#000, #000),
    url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1440 220' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M1440,0 H0 V110 C360,-110 1080,330 1440,110 Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image:
    linear-gradient(#000, #000),
    url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1440 220' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M1440,0 H0 V110 C360,-110 1080,330 1440,110 Z' fill='%23000'/%3E%3C/svg%3E");
}

.push-wave-top {
  padding-bottom: var(--wave-height);
}

.wrap-wave-top {
  margin-top: calc(-1 * var(--wave-height));
}

@media screen and (max-width: 1200px) {
  :root {
    --wave-height: 150px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --wave-height: 80px;
  }

  .mask-wave-top,
  .mask-wave-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}




.message {
  position: relative;
  overflow: hidden;
}

.message_paint01 {
  width: 49.5%;
  position: absolute;
  top: -5%;
  left: -10%;
}

.message_paint02 {
  width: 43%;
  position: absolute;
  bottom: -6%;
  right: -14%;
}

.message_inner {
  padding-top: 70px;
  padding-bottom: 150px;
  max-width: 1540px;
  margin: 0 auto;
  display: flex;
}

.message_left {
  width: 45%;
  margin-right: -5%;
  padding-top: 5.5%;
}

.message_right {
  width: 60%;
}

.message_heading-en {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}

.message_heading-jp {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
}

.message_text {
  margin-bottom: 20px;
  max-width: 540px;
}

.message__more {
  margin-top: -100px;
}


.voice {
  background: url('./images/k-bg_block.jpg') left top / 100% auto repeat;
  padding-top: 175px;
  padding-bottom: 175px;
  position: relative;
}

.voice_inner {
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
}

.voice_header {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 80px;
  text-align: center;
}

.voice_title_en {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.sepbar {
  width: 100px;
  height: 3px;
  background-color: #D94E3B;
  border: 0;
  margin: 0 auto;
}

.voice_intro {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
}

.voice_slider_container {
  position: relative;
  max-width: 1850px;
  margin: 0 auto;
}

.voice_slider_container::before {
  content: "";
  display: block;
  width: 60%;
  height: 230px;
  border-radius: 20px 0 0 20px;
  background: linear-gradient(-90deg, #D94E3B 0%, #EEC5B9 100%);
  position: absolute;
  right: -50px;
  top: -30px;
}

.voice_slider_container::after {
  content: "";
  display: block;
  width: 60%;
  height: 230px;
  border-radius: 0 20px 20px 0;
  background: linear-gradient(90deg, #D94E3B 0%, #EEC5B9 100%);
  position: absolute;
  left: -50px;
  bottom: -80px;
}

.voice_swiper .swiper-wrapper {
  display: flex;
}

.voice_swiper .swiper-slide {
  transition: opacity 0.3s ease;
  padding-top: 60px;
  height: auto;
  display: flex;
}

.voice_swiper .swiper-slide {
  opacity: 0.4;
}

.voice_swiper .swiper-slide-next,
.voice_swiper .swiper-slide-next+.swiper-slide,
.voice_swiper .swiper-slide-next+.swiper-slide+.swiper-slide {
  opacity: 1;
}

.voice_card {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #5F4A22;
  padding: 90px 20px 20px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.voice_card_content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.voice_photo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -35%);
  z-index: 10;
}

.voice_photo img {
  width: 100%;
  height: auto;
}

.voice_meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.voice_attribute {
  font-size: 16px;
}

.voice_item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.voice_line {
  width: 100%;
  border: none;
  border-top: 2px solid #5F4A22;
  margin: 15px auto;
}

.voice_text {
  flex-grow: 1;
}

.voice_prev,
.voice_next {
  width: 50px;
  height: 50px;
  background-color: #D94E3B;
  color: #fff;
  border: 2px solid #D94E3B;
  border-radius: 50%;
  transition: .4s;
  z-index: 5;
}

.voice_prev {
  left: 19.5% !important;
  transform: translateX(-50%);
}

.voice_next {
  right: 19.5% !important;
  transform: translateX(50%);
}

.voice_prev:hover,
.voice_next:hover {
  background-color: #fff;
  color: #D94E3B;
}

.voice_prev .swiper-navigation-icon,
.voice_next .swiper-navigation-icon {
  width: 10px;
}

/* 無限ループマーキー (切れ目なし) */
.voice__marquee {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: -110px;
}

.voice__marquee-inner {
  display: flex;
  width: fit-content;
  animation: marquee-loop 20s linear infinite;
}

.voice__marquee-inner span {
  display: block;
  font-size: 200px;
  font-weight: 700;
  color: #F1B93B;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.3;
}

@keyframes marquee-loop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.wordbgimg-wrapper {
  position: relative;
  display: inline-block;
}

.wordbgimg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: auto;
  z-index: -1;
  pointer-events: none;
}


.intro {
  background: url('./images/k-bg_other01.jpg') left top / 100% auto repeat;
  padding-top: 175px;
  padding-bottom: 175px;
  text-align: center;
}

.intro_heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
}

.intro_description {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.intro_image {
  margin-bottom: 100px;
}


.onayami {
  background:
    url('./images/k-top-onayami03.png') bottom 40px right / 40% auto no-repeat,
    url('./images/k-bg_other02.jpg') left top / 100% auto repeat;
  padding-top: 175px;
  padding-bottom: 175px;
  text-align: center;
}

.onayami_heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-bottom: 80px;
}

.top-onayami02 {
  display: block;
  width: 24%;
  position: absolute;
  top: -3%;
  left: -2%;
}

.shindan {
  text-align: center;
  padding-bottom: 175px;
}

.shindan_box {
  border-radius: 20px;
  border: 2px solid #27C734;
  background-color: #fff;
  padding: 50px 40px 60px;
  position: relative;
  transform: translateY(-50%);
}

.shindan_box_ttl {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  color: #27C734;
  margin-bottom: 15px;
}

.shindan_box_description {
  color: #5F4A22;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.shindan_box_arrow {
  position: absolute;
  bottom: -12%;
  left: 50%;
  transform: translateX(-50%);
  width: 25%;
  height: auto;
}

.shindan_heading {
  display: inline-block;
  max-width: 1000px;
  padding-left: 6%;
  margin-bottom: 30px;
  margin-top: -40px;
}

.shindan_description {
  margin-bottom: 40px;
}

.shindan .cta_section {
  margin-top: 80px;
}


.feature {
  background: url('./images/k-bg_block.jpg') left top / 100% auto repeat;
  padding-top: 175px;
  padding-bottom: 175px;
  position: relative;
  text-align: center;
}

.feature_lead {
  position: relative;
  margin-bottom: 30px;
}

.feature_lead_bg {
  display: inline-block;
  color: #D94E3B;
  text-align: center;
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.1;
}

.feature_lead_main {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.feature_lead_main::before {
  display: block;
  content: "";
  width: 100px;
  height: 35px;
  background: url('./images/k-feature_lead_deco.png') center center / contain no-repeat;
  margin: 0 auto 15px;
}

.feature_catch {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
}

.feature_cardwrap {
  position: relative;
  padding-top: 200px;
}

.feature_cardwrap::before {
  content: "";
  display: block;
  width: 60%;
  height: 300px;
  border-radius: 0 20px 20px 0;
  background: linear-gradient(90deg, #D94E3B 0%, #EEC5B9 100%);
  position: absolute;
  left: -20px;
  top: 100px;
}

.feature_cardwrap:nth-child(2n)::before {
  border-radius: 20px 0 0 20px;
  background: linear-gradient(-90deg, #D94E3B 0%, #EEC5B9 100%);
  position: absolute;
  left: auto;
  right: -20px;
}

.feature_card {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  overflow: hidden;
}

.feature_cardwrap:nth-child(2n) .feature_card {
  flex-direction: row-reverse;
}

.feature_card_textwrap,
.feature_card_img {
  width: 50%;
  flex-basis: 50%;
}

.feature_card_textwrap {
  padding: 35px 5% 45px;
}

.feature_card_heading {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.feature_card_heading .num {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.feature_card_heading .text {
  font-weight: 700;
}

.feature_card_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.feature_card_sep {
  width: 100px;
  height: 5px;
  background-color: #D94E3B;
  border: none;
  margin: 30px auto;
}

.feature_card_description {
  text-align: justify;
}

.feature_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.feature__more {
  margin-top: 100px;
}


.service {
  background:
    url('./images/k-service_bg.jpg') left top / 100% auto no-repeat,
    url('./images/k-bg_other03.jpg') left top / 100% auto repeat;
  padding-top: 175px;
  padding-bottom: 175px;
  position: relative;
  text-align: center;
}

.service_box {
  border-radius: 20px;
  background: #F8F9F4;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
  padding: 100px 0;
}

.service_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.service_description {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 50px;
}

.service_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.service_card {
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}

.service_card_title {
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0 10px;
  padding: 0 20px;
}

.service_card_description {
  padding: 0 20px;
  text-align: justify;
}

.service_card__more {
  padding: 20px 20px 40px;
}

.service_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.service_link a {
  display: block;
  width: 100%;
  height: 223px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 20px;
}

.service_link_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service_link_img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0.5;
  background-color: #F1B93B;
}

.service_link_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.service_link_text {
  position: relative;
  text-align: left;
}

.service_link_title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

.service_link_description {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}


.blog {
  overflow: hidden;
  position: relative;
  padding-bottom: 300px;
}

.sub-blog .blog {
  background: none;
  padding-top: 0;
  padding-bottom: 75px;
}

.blog_header {
	position: absolute;
	top: 40px;
	left: calc(50vw - 700px);
}

.blog_title_en {
  font-size: 64px;
  line-height: 1.4;
}

.blog_title_jp {
  font-size: 20px;
  display: block;
  margin-top: 10px;
}

.blog_slider_container {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}

.blog_slider_container::before {
	content: "";
	display: block;
	background-color: #fff;
	width: calc(50vw + 750px);
	height: 900px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 20px 0 0 20px;
}

.blog.work .blog_slider_container::before {
	content: none;
}

.blog_swiper {
  padding-left: calc(50vw - 700px);
  padding-top: 220px;
}

.blog_slide {
  width: 535px;
}

.blog_card {
  display: block;
}

.blog_img {
  margin: 0 0 15px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
}

.blog_img img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: .4s;
}

.blog_card:hover .blog_img img {
  transform: scale(1.1);
}

/* タグと日付 */
.blog_meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.blog_tag {
  color: #fff;
  font-size: 20px;
  padding: 8px;
  line-height: 1;
  width: 155px;
  text-align: center;
  background-color: #F1B93B;
  border-radius: 50px;
}

.blog_date {
  font-size: 16px;
}

.blog_item_title {
  font-size: 20px;
  line-height: 1.5;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
}

.blog_controls_inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* カスタムスクロールバー */
.blog_scrollbar.swiper-scrollbar {
  position: relative;
  flex-grow: 1;
  height: 10px;
  background-color: #FFE7B2;
  border-radius: 0;
  left: auto;
  bottom: auto;
  z-index: 5;
}

.blog_scrollbar .swiper-scrollbar-drag {
  background-color: #F1B93B;
  border-radius: 0;
}

.blog_btn {
  flex-shrink: 0;
  flex-basis: 400px;
}

.blog.work {
  padding-top: 50px;
  padding-bottom: 20%;
}
.blog_tag.cat_work {
  background-color: #2AD838;
}

.blog.work .blog_scrollbar.swiper-scrollbar {
  background-color: #C7E6C7;
}

.blog.work .blog_scrollbar .swiper-scrollbar-drag {
  background-color: #2AD838;
}


@media screen and (max-width: 1440px) {
  .blog_swiper {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .blog_title_en {
    font-size: 50px;
  }

  .blog_slide {
    width: 280px;
  }

  .blog_controls_inner {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
}


.flow {
  background: url(./images/k-bg_other04.jpg) left top / cover no-repeat;
  padding-bottom: 175px;
}

.flow .cta_section {
  transform: translateY(-50%);
}

.flow_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 50px;
}

.flow_header {
  width: 540px;
  flex-shrink: 0;
}

.flow_container {
  flex-basis: 770px;
}

.flow_title {
  font-size: 48px;
  line-height: 1.5;
}

.flow_lead {
  margin-top: 50px;
}

.flow_btn_wrap {
  margin-top: 50px;
}


.company {
  background: url(./images/k-top-company.png) right center / 50% auto no-repeat;
  padding-top: 175px;
  padding-bottom: 175px;
}

.company_center {
  display: inline-block;
  text-align: center;
}

.company_title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.company_lead {
  font-size: 32px;
  margin-bottom: 40px;
  margin-top: 50px;
}

.company_description {
  max-width: 580px;
}

.company_btn_group {
  margin-top: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}


.faq {
  background: url('./images/k-bg_other02.jpg') left top / 100% auto repeat;
  position: relative;
  padding-bottom: 175px;
  padding-top: 175px;
}

.faq_header {
  text-align: center;
  margin-bottom: 80px;
}

.faq_title_jp {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.faq_title_jp .f-clr {
  color: #F1B93B;
}

.faq .sepbar {
  background-color: #F1B93B;
}

.faq_list {
  margin: 0 auto;
  display: grid;
  gap: 30px 0;
  grid-template-columns: 1fr;
  position: relative;
}

.faq_list dl dt {
  position: relative;
  cursor: pointer;
  padding: 45px 70px 45px 35px;
}

.faq_list dl dt p:before {
  content: "Q";
  width: 44px;
  font-size: 20px;
  font-weight: 400;
  background-color: #5F4A22;
  color: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: -75px;
  top: 0;
}

.faq_list dl dt p,
.faq_list dl dd p {
  position: relative;
  margin-left: 75px;
}

.faq_list dl dt::before,
.faq_list dl dt::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 35px;
  width: 31px;
  height: 2px;
  background-color: #5F4A22;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
}

.faq_list dl dd p:before {
  content: "A";
  width: 44px;
  font-size: 20px;
  font-weight: 400;
  background-color: #D94E3B;
  display: inline-block;
  margin-right: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: -75px;
  top: 0;
}

.faq_list dl dd {
  display: none;
  padding: 0 35px 45px;
}

.faq_list dl {
  background-color: #fff;
  margin: 0;
  border-radius: 20px;
}

.faq_list dl dt::after {
  transform: rotate(90deg) translateY(-50%);
}

.faq_list dl dt.active::before {
  transform: rotateZ(180deg) translateY(-50%);
  height: 2px;
}

.faq_list dl dt.active::after {
  transform: rotateZ(360deg) translateY(-50%);
  height: 0px;
}

.faq_btn {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width:767px) {
  .faq_list {
    margin: 60px auto;
    display: grid;
    gap: 30px 0;
    grid-template-columns: 1fr;
  }

  .faq_list dl dt {
    position: relative;
    cursor: pointer;
    padding: 20px 15px;
  }

  .faq_list dl dt p:before {
    content: "Q";
    padding: 0 0 3px;
    width: 35px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: -55px;
    top: 0;
  }

  .faq_list dl dt p,
  .faq_list dl dd p {
    position: relative;
    margin-left: 55px;
    padding-top: 4px;
    padding-right: 25px;
  }

  .faq_list dl dt::before,
  .faq_list dl dt::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 2px;
    background-color: #5F4A22;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
  }

  .faq_list dl dt::after {
    transform: rotate(90deg) translateY(-50%);
    top: 49.9%;
    right: 16px;
  }

  .faq_list dl dd p:before {
    content: "A";
    padding: 0 0 3px;
    width: 35px;
    display: inline-block;
    margin-right: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: -55px;
    top: 0;
  }

  .faq_list dl dd {
    display: none;
    padding: 0 15px 20px;
  }
}

.area {
  background: url('./images/k-top-area.png') top 43% right 5% / 30% auto no-repeat;
  text-align: center;
  padding-top: 175px;
  padding-bottom: 175px;
}

.area_lead {
  position: relative;
  margin-bottom: 70px;
}

.area_lead_bg {
  display: inline-block;
  color: #D94E3B;
  text-align: center;
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.1;
}

.area_lead_main {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.area_catch {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
}

.area_text {
  max-width: 885px;
  width: 100%;
}

.area_description {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
}

.area_box {
  border-radius: 20px;
  background: #fff;
  padding: 60px 40px;
}

.area_box_lead {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.area_box_description {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.25;
}

.blank_for_footer {
  padding-top: 14%;
}


footer {
  background: url('./images/k-bg_footer.png') center center / cover no-repeat;
  padding-bottom: 100px;
}

footer .cta_section {
  transform: translateY(-45%);
}

.footer_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.footer_logo {
  margin-bottom: 15px;
}

.footer_logo img {
  width: 240px;
}

.footer_address p {
  text-transform: uppercase;
  font-weight: 700;
}

.footer_nav_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.footer_nav_list li a {
  display: inline-block;
  line-height: 1.5;
  font-weight: 700;
}

.footer_nav_list li a:hover {
  opacity: 1;
  color: #D94E3B;
}

.footer_img {
  width: 100%;
  margin-top: 90px;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.footer_sns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}

.footer_pagetop {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-left: auto;
}

.footer_pagetop_text {
  font-size: 20px;
  margin-left: 10px;
}

.footer_pagetop_icon {
  width: 32px;
  height: 20px;
  position: relative;
}

.footer_pagetop_icon::after {
  content: "";
  position: absolute;
  top: 85%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #343434;
  border-right: 2px solid #343434;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: .4s;
}

.footer_pagetop:hover {
  opacity: 1;
  color: #D94E3B;
}

.footer_pagetop:hover .footer_pagetop_icon::after {
  border-color: #D94E3B;
}

@media screen and (max-width: 768px) {
  .footer_sns {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer_info {
    flex: 0 0 auto;
    margin-bottom: 40px;
  }

  .footer_nav {
    width: 100%;
  }

  .footer_nav_list {
    gap: 10px;
  }

  .footer_nav_list li a {
    padding: 10px 0;
    width: 100%;
  }
}


/* --- 子ページ共通ヘッダー --- */
.sub_page_header {
  position: relative;
  width: 100%;
  height: 650px;
  background: url('./images/k-sub_header_bg.jpg') no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  border-radius: 0 0 50px 50px;
}

.sub_page_header::before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 100px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sub_page_header_inner {
  position: relative;
  z-index: 1;
  margin-bottom: 150px;
}

.sub_page_header_sub_title {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}

.sub_page_header_main_title {
  font-size: 128px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.sub-about .sub_page_header {
  background-image: url('./images/k-sub_header_bg--about.jpg');
}

.sub-contact .sub_page_header {
  background-image: url('./images/k-sub_header_bg--contact.jpg');
}

.sub-privacy .sub_page_header {
  background-image: url('./images/k-sub_header_bg--privacy.jpg');
}

/* --- パンくずリスト --- */
.breadcrumb {
  max-width: 1100px;
  margin: 0 auto 200px;
  font-size: 20px;
}

.breadcrumb_inner {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 700;
}

.breadcrumb_divider {
  margin: 0 15px;
  width: 6px;
  display: block;
}

.breadcrumb_divider img {
  display: block;
  width: 100%;
}


/* --- プライバシーポリシー --- */
.sub-privacy_lead {
  margin-bottom: 60px;
}

.sub-privacy_section {
  margin-bottom: 50px;
}

.sub-privacy_heading {
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}

.sub-privacy_list {
  margin-top: 15px;
  padding-left: 1.5em;
}

.sub-privacy_list li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 10px;
}

.sub-privacy_contact_info {
  margin-top: 30px;
}

.sub-privacy_content {
  padding-bottom: 75px;
}


/* --- お問い合わせフォーム --- */
.sub-contact_header {
  text-align: center;
}

.sub-contact_devided {
  width: 100px;
  height: 3px;
  background-color: #D94E3B;
  border: none;
  margin: 25px auto 50px;
}

.sub-contact_text {
  font-size: 20px;
}

.sub-contact_text span {
  text-decoration: underline;
}

.sub-contact_content {
  margin-bottom: 75px;
}

.sub-contact_header {
  text-align: center;
  margin-bottom: 100px;
}

.sub-contactbox_link {
  display: block;
  margin: 50px auto 30px;
  text-decoration: none;
  border: 3px solid #F1B93B;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.sub-contactbox_header {
  background-color: #F1B93B;
  color: #fff;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.05em;
  padding: 8px 15px;
}

.sub-contactbox_body {
  padding: 20px;
  text-align: center;
}

.sub-contactbox_phone_row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.sub-contactbox_svg_icon {
  width: 75px;
  color: #D94E3B;
  transition: color 0.4s;
  line-height: 1;
}

.sub-contactbox_number {
  font-size: 64px;
  font-weight: 700;
  color: #F1B93B;
  line-height: 1;
  transition: color 0.4s;
}

.sub-contactbox_time {
  margin: 0;
}

.sub-contactbox_link:hover .sub-contactbox_svg_icon {
  color: #F1B93B;
}

.sub-contactbox_svg_icon svg {
  width: 100%;
}

.sub-contactbox_link:hover .sub-contactbox_number {
  color: #D94E3B;
}

.sub-contact_btn {
  text-align: center;
  margin: 30px auto;
}


.sub-link_tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 80px;
  list-style: none;
  padding: 0;
}

.sub-link_tabs li {
  flex: 1;
}

.sub-link_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #D94E3B;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s, opacity 0.3s;
  border-radius: 10px;
}

.link-red .sub-link_tab {
  background-color: #D94E3B;
}

.link-green .sub-link_tab, .sub-link_tab.cat_work {
  background-color: #2AD838;
}

.link-yellow .sub-link_tab, .sub-link_tab.cat_blog {
  background-color: #F1B93B;
}

.sub-link_tab::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-2px) rotate(45deg);
}

@media (max-width: 768px) {
  .sub-link_tabs {
    flex-direction: column;
    gap: 10px;
  }

  .sub-link_tab {
    font-size: 16px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .sub-link_tabs {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
  }

  .sub-link_tab {
    font-size: 16px;
    height: 50px;
  }
}



.sub-about_header {
  text-align: center;
  margin-bottom: 80px;
}

.sub-about_header_heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  padding: 20px;
  background: url(./images/k-sub-about_header_heading.png) center center / contain no-repeat;
  margin-bottom: 30px;
}

.sub-about_header_description {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.25;
}

.sub-about_links {
  padding-bottom: 100px;
}

.intro.sub-about_check {
  position: relative;
  background:
    url('./images/sub-about_check.png') bottom right / 48% auto no-repeat,
    url('./images/k-bg_other01.jpg') left top / 100% auto repeat;
}

.sub-about_check_ttl {
  margin-top: 80px;
  font-size: 48px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.sub-about_check_ttl::before,
.sub-about_check_ttl::after {
  display: block;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #5F4A22;
}

.sub-about_check_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.sub-about_check_card {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.20));
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}

.sub-about_check_card_description {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-about .sepbar {
  margin: 20px auto 50px;
}

.sub-about_reason {
  background: url('./images/k-bg_block.jpg') left top / 100% auto repeat;
  padding-top: 175px;
  padding-bottom: 125px;
}

.sub-about_reason_upside {
  text-align: center;
}

.sub-about_reason_card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 50px;
}

.sub-about_reason_card.rev {
  flex-direction: row-reverse;
}

.sub-about_reason_card_textwrap,
.sub-about_reason_card_img {
  width: 48%;
}

.sub-about_reason_card_title {
  font-size: 24px;
  font-weight: 700;
}

.sub-about_reason_card_img img {
  border-radius: 20px;
}

.sub-about_reason_note {
  margin-bottom: 50px;
}

.sub-about_reason_note img {
  border-radius: 20px;
}

.sub-about_service {
  padding-top: 175px;
  padding-bottom: 175px;
}

.sub-about_service_upside {
  text-align: center;
}

.sub-about_service_lead .colored {
  color: #F1B93B;
}

.sub-about_service_description {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 80px;
}

.sub-about_service_card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 80px;
}

.sub-about_service_card_textwrap,
.sub-about_service_card_img {
  width: 48%;
}

.sub-about_service_card_img img {
  border-radius: 20px;
}

.sub-about_service_comhead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}

.sub-about_service_card_textwrap .sub-about_service_comhead {
  color: #F1B93B;
}

.sub-about_service_card_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sub-about_paint {
  background: url('./images/k-bg_block.jpg') left top / 100% auto repeat;
  padding-top: 175px;
  padding-bottom: 175px;
}

.sub-about_paint_upside {
  text-align: center;
}

.sub-about_paint_description {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 100px;
}

.sub-about_paint_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}

.sub-about_paint_table th,
.sub-about_paint_table td {
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
}

.sub-about_paint_table th {
  background-color: #90251F;
  color: #fff;
  font-size: 20px;
}

.sub-about_paint_table td {
  background-color: #fff;
}

.sub-about_paint_table th:nth-child(3n),
.sub-about_paint_table td:nth-child(3n) {
  width: 56%;
}

.sub-about_paint_table td:nth-child(3n) {
  text-align: left;
}

.flow.sub-about_flow {
  padding-top: 175px;
}


.sub-about_message {
  background-color: #fff;
  padding-top: 175px;
  padding-bottom: 175px;
  position: relative;
}

.sub-about_messagebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.sub-about_messagebg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sub-about_message_upside {
  text-align: center;
}

.sub-about_message_top_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.sub-about_message_image_wrap,
.sub-about_message_text_wrap {
  width: 48%;
}

.sub-about_message_image_wrap img {
  border-radius: 20px;
}

.sub-about_message_paragraph {
  margin-bottom: 25px;
}

.sub-about_message_signature {
  text-align: right;
  margin-top: 50px;
}


.sub-about_company {
  background: url('./images/k-bg_other02.jpg') left top / 100% auto repeat;
  padding-top: 175px;
  padding-bottom: 175px;
}

.sub-about_company_upside {
  text-align: center;
}

.sub-about_company_lead {
  color: #fff;
}

.sub-about_company_lead .colored {
  color: #F1B93B;
}

.sub-about_company_upside .sepbar {
  background-color: #F1B93B;
}

.sub-company_box {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 20px;
  margin-top: 100px;
}

.sub-company_box_list {
  margin-bottom: 60px;
}

.sub-company_box_item {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #919191;
  align-items: flex-start;
}

.sub-company_box_list:first-child {
  margin-bottom: 0;
}

.sub-company_box_list:first-child .sub-company_box_item:last-child {
  border-bottom: none;
}

.sub-company_box_label {
  width: 30%;
  font-weight: bold;
  flex-shrink: 0;
  padding-left: 30px;
}

.sub-company_box_value {
  width: 70%;
}

.sub-company_box_map {
  width: 100%;
  aspect-ratio: 16 / 6;
  overflow: hidden;
}

.sub-company_box_map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .sub-company_box_item {
    flex-direction: column;
    padding: 20px 0;
  }

  .sub-company_box_label {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    padding-left: 0;
  }

  .sub-company_box_value {
    width: 100%;
    font-size: 15px;
  }

  .sub-company_box_map {
    aspect-ratio: 4 / 3;
  }
}

/* Layout */
.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.left {
  margin-left: 0;
  margin-right: auto;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.right {
  margin-left: auto;
  margin-right: 0;
}

.items_center {
  align-items: center;
}

.items_end {
  align-items: flex-end;
}


/* Blog */
@media screen and (min-width:768px) {
  .blog_section .two_col {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 70px;
  }
}

@media screen and (min-width:768px) {
  .blog_section .two_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}

.blog_section .content {
  max-width: initial;
  margin: 0 0 0 5.57%;
}

.faq_page .faq_list {
  margin-bottom: 175px;
}

.faq_page .faq_list:last-child {
  margin-bottom: 0;
}

.faq_page section.faq .content {
  max-width: 1100px;
}

.faq_page section.faq_content {
  background-color: #FFEED8;
}

.faq_page section.faq_content .content {
  max-width: 1100px;
}

/* blog */
@media screen and (min-width:1200px) {
  .blog_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 30px;
    width: 100%;
  }
}

@media screen and (min-width:768px) and (max-width:1199px) {
  .blog_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    margin: 100px auto 0;
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  section.blog .content {
    padding-bottom: 150px;
  }

  .blog_list {
    margin: 0 auto;
  }

  .blog_list>.blog_box {
    position: relative;
  }

  .blog_box .blog_info {
    width: 100%;
  }

  .sub_top .blog_list {
    margin: 80px auto 120px;
  }

  .blog_detail .single_content {
    margin: 80px auto 0;
    padding-bottom: 80px;
  }

  .single_page_link {
    margin: 100px auto 0;
  }

  .single_page_link {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 0 25px;
  }

  ul.category_link_list,
  ul.inner_link_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 34px;
    margin: 0 auto;
  }

  ul.page-numbers {
    width: 100%;
    margin: 100px auto 0;
    text-align: center;
  }

  .single_page_link .prev_single {
    text-align: right;
  }

  .single_page_link .next_single {
    text-align: left;
  }
}

@media screen and (max-width:767px) {
  section.blog .content {
    padding-bottom: 150px;
  }

  .blog_list {
    margin: 100px auto 0;
  }

  .blog_list>.blog_box {
    height: auto;
    position: relative;
  }

  .blog_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
    margin: 0 auto 0;
    width: 100%;
    padding-top: 20px;
  }

  .blog_box .blog_info {
    width: 100%;
    padding: 15px 0;
  }

  .sub_top .blog_list {
    margin: 40px auto 60px;
  }

  .single_page_link {
    margin: 50px auto 0;
  }

  .single_page_link {
    display: grid;
    grid-template-columns: .6fr 1fr .6fr;
    justify-content: space-between;
    align-items: center;
  }

  .blog_detail .single_content {
    margin: 40px auto 0;
    padding-bottom: 40px;
  }

  ul.category_link_list,
  ul.inner_link_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 0;
    margin: 0 auto 90px;
  }

  ul.page-numbers {
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
  }

  .single_page_link .prev_single a.more_size,
  .single_page_link .next_single a.more_size {
    font-size: .875rem;
  }

  .single_page_link .prev_single {
    text-align: left;
  }

  .single_page_link .next_single {
    text-align: right;
  }
}

section.blog .content {
  max-width: 1100px;
}

.blog_list>.blog_box a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
}

.blog_list>.blog_box a .img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
  z-index: 1;
  border-radius: 20px;
}

.blog_list>.blog_box a .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.single_thumbnail .img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.single_thumbnail .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog p.date,
.blog_section p.date {
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.blog p.category,
.blog_section p.category {
  background-color: #F1B93B;
  color: #fff;
  text-align: center;
  padding: 8px 24px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  line-height: 1;
 border-radius: 20px;
  min-width: 130px;
}

.blog p.category.cat_work,
.blog_section p.category.cat_work,
.blog p.category.cat_work {
  background-color: #27C734;
}

.blog h2.blog_title {
  font-weight: 700;
  margin: 15px auto 30px;
  line-height: 1;
}

.blog_box .blog_info p.blog_title {
  font-weight: 700;
  margin: 15px auto 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.blog_box .blog_info p.blog_description {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.blog_detail {
  margin: 30px auto 0;
}

.single_page_link .prev_single a,
.single_page_link .next_single a {
  font-weight: 700;
}

.single_page_link .prev_single a:hover,
.single_page_link .next_single a:hover {
  opacity: 1;
  color: #D94E3B;
}

.single_page_link p.button {
  margin: 0 auto;
}

.single_page_link p.button a:after,
.single_page_link p.button a:hover:after {
  content: none;
}

.back_singlelists {
  text-align: center;
}

ul.page-numbers li {
  display: inline-block;
  margin-right: 1em;
}

ul.page-numbers li .page-numbers.current {
  color: #D94E3B;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 35px;
  display: block;
}

ul.page-numbers li a {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 35px;
  display: block;
}

ul.page-numbers li .prev.page-numbers,
ul.page-numbers li .next.page-numbers {
  background-color: #343434;
  color: #fff;
  display: none;
}

.blog_detail .single_content {
  border-bottom: 2px solid #1f1f1f;
}

.blog_detail .single_content p {
  margin-bottom: 20px;
}

ul.category_link_list li a,
ul.inner_link_list li a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  display: block;
  background-color: #E54667;
  border: 1px solid #E54667;
  position: relative;
}

ul.inner_link_list li a:hover,
ul.category_link_list li a:hover,
ul.category_link_list li a.cat_news:hover {
  background-color: #fff;
  color: #E54667;
}

ul.category_link_list li a.black {
  background-color: #000;
  border: 1px solid #000;
}

ul.category_link_list li a.cat_works {
  background-color: #005CAC;
  border: 1px solid #005CAC;
}

ul.category_link_list li a.cat_blog {
  background-color: #E54667;
  border: 1px solid #E54667;
}

ul.category_link_list li a:after,
ul.inner_link_list li a:after {
  content: "";
  display: block;
  width: 18.5px;
  height: 10.5px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
}

/* Contact Page */
@media screen and (min-width:768px) {
  .contact_detail {
    margin: 100px auto 0;
    max-width: 1100px;
  }

  .contact_detail p.contact_notice {
    text-align: center;
  }

  .contact_detail table.contact_table tr {
    display: grid;
    gap: 0 5;
    grid-template-columns: .5fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact_detail table.contact_table tr:first-child th {
    border-bottom: none;
    padding: 20px 0 25px;
  }

  .contact_detail table.contact_table.confirm_table tr:first-child th,
  .contact_detail table.contact_table.confirm_table tr:first-child td {
    padding: 0 0 30px;
  }

  .contact_detail table.contact_table tr:first-child td {
    border-bottom: none;
    padding: 0 0 25px;
  }

  .contact_detail table.contact_table tr th {
    padding: 45px 0 25px;
  }

  .contact_detail table.contact_table.confirm_table tr th,
  .contact_detail table.contact_table.confirm_table tr td {
    padding: 30px 0;
  }

  .contact_detail table.contact_table tr td {
    border-bottom: none;
    padding: 25px 0;
  }

  .contact_detail table.contact_table tr td.cityfield {
    padding: 0;
  }

  .contact_detail table.contact_table tr th {
    justify-content: space-between;
  }

  .contact_detail table.contact_table {
    width: 100%;
    margin: 0 auto 30px;
  }

  .confirm_button {
    margin: 0 auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 0 30px;
  }

  .wpcf7-form-control-wrap input[type="text"],
  .wpcf7-form-control-wrap input[type="email"],
  .wpcf7-form-control-wrap input[type="tel"],
  .wpcf7-form-control-wrap textarea,
  .wpcf7-form-control-wrap ::placeholder {
    line-height: 1;
  }

  .button_section p.submit_button {
    margin: 50px auto 0;
    width: 100%;
    max-width: 400px;
  }

  .confirm_button .button_section p.submit_button {
    margin: 0 auto 0;
  }
}

@media screen and (max-width:767px) {
  .contact_detail {
    margin: 47px auto 0;
    max-width: 768px;
  }

  .contact_detail p.contact_notice {
    text-align: left;
  }

  .contact_detail table.contact_table tr:first-child {
    margin-top: 0;
  }

  .contact_detail table.contact_table tr {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .contact_detail table.contact_table tr.blankth {
    margin-top: 0;
    padding-bottom: 0;
  }

  .contact_detail table.contact_table tr.blankthbefore {
    padding-bottom: 0;
  }

  .contact_detail table.contact_table tr:first-child th,
  .contact_detail table.contact_table tr:first-child td {
    border-bottom: none;
    padding: 0 0 10px;
  }

  .contact_detail table.contact_table tr th,
  .contact_detail table.contact_table tr td {
    border-bottom: none;
    padding: 10px 0;
  }

  .contact_detail table.contact_table tr.blankth th {
    padding: 0;
  }

  .contact_detail table.contact_table tr th span {
    margin-left: 10px;
  }

  .contact_detail table.contact_table {
    width: 100%;
    margin: 60px auto 0;
  }

  .confirm_button {
    display: block;
    margin: 40px auto 0;
  }

  .confirm_button .button_section {
    margin: 20px auto !important;
  }

  .previous_button input {
    width: calc(100% - 40px);
  }

  .wpcf7-form-control-wrap ::placeholder {
    line-height: 1.5;
  }

  .button_section p.submit_button {
    margin: 50px auto 0;
  }

  .confirm_button .button_section p.submit_button {
    margin: 0 auto 0;
  }

}

section.contact .subpage_title {
  max-width: initial;
}

section .content table.contact_table tr td {
  width: 100%;
}

.contact_detail table.contact_table tr th {
  font-weight: 700;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  line-height: 1;
}

.contact_detail table.contact_table.confirm_table tr th {
  font-size: 18px;
  line-height: 1.5;
}

.contact_detail table.contact_table.confirm_table tr td {
  font-size: 18px;
  line-height: 1.5;
}

.contact_detail table.contact_table tr th span {
  background-color: #D94E3B;
  color: #fff;
  text-align: center;
  padding: 4px 1px;
  width: 54px;
  display: inline-block;
  margin-left: 20px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="date"],
.wpcf7-form-control-wrap textarea {
  border: 1px solid #DEDEDE;
  padding: 22px 30px;
  font-size: 18px;
  width: calc(100% - 80px);
  background-color: #D9D9D9;
  border-radius: 2px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
}

.postcodefield .wpcf7-form-control-wrap input[type="text"] {
  max-width: 200px;
}

.wpcf7-form-control-wrap ::placeholder {
  color: #A8A090;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.wpcf7-form-control-wrap .wpcf7-acceptance input[type="checkbox"] {
  display: none;
  width: initial;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label,
.wpcf7-list-item-label a {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}

.wpcf7-list-item-label a {
  text-decoration: underline;
}

.wpcf7-list-item-label a:hover {
  text-decoration: none;
}

.wpcf7-list-item-label span.required {
  background-color: #D94E3B;
  color: #fff;
  text-align: center;
  padding: 4px 1px;
  width: 54px;
  display: inline-block;
  margin-left: 20px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}

.wpcf7-radio .wpcf7-list-item:last-child {
  margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  line-height: 1;
}

.wpcf7-acceptance .wpcf7-list-item+.wpcf7-list-item {
  margin-top: 8px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
  display: inline-block;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #B3B3B3;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 1px;
  box-sizing: border-box;
}

.wpcf7-acceptance input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #F1B93B;
  position: absolute;
  left: 3px;
  top: 4px;
  border-radius: 50%;
}

.wpcf7-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #B3B3B3;
  border-radius: 100%;
  content: "";
  width: 20px;
  height: 20px;
  margin-bottom: auto;
  margin-right: 10px;
  margin-top: auto;
}

.wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::before {
  background-color: #F1B93B;
  box-shadow: inset 0 0 0 3px #fff;
}

div.button_section {
  display: block;
  text-align: center;
}

div.button_section:first-child {
  margin: 50px 0 0 auto;
}

div.button_section:last-child {
  margin: 50px auto 0 0;
}

div.button_section p.button {
  margin: 15px 0 0;
}

p.accept {
  text-align: center;
}

.wpcf7-spinner {
  width: 0;
  height: 0;
  margin: 0;
}

table.contact_table.confirm_table tr {
  border-bottom: 2px solid #B3B3B3;
}

/* button */
@media screen and (min-width:768px) {

  p.submit_button,
  p.previous_button {
    position: relative;
    display: inline-block;
  }

  p.submit_button:hover,
  p.submit_button input:hover,
  p.previous_button:hover,
  p.previous_button input:hover {
    cursor: pointer;
  }

  p.submit_button:hover input {
    opacity: 1;
  }

  p.button.margin {
    margin: 60px auto 40px;
  }

  .wpcf7-form-control.wpcf7-radio {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

@media screen and (max-width:767px) {
	  .wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  p.submit_button input {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: text-shadow 0.3s;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
  }

  p.previous_button input {
    background-color: #000;
    border: 1px solid #000;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: text-shadow 0.3s;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .button.white a {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
  }

  p.submit_button,
  p.previous_button {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .button a:after {
    transition: .3s ease;
  }

  p.submit_button:hover,
  p.submit_button input:hover,
  p.previous_button:hover,
  p.previous_button input:hover {
    cursor: pointer;
  }

  p.submit_button:hover input {
    opacity: 1;
  }

  p.button.margin {
    margin: 60px auto 40px;
  }
}

/* 追従CTA */
.cta_sticky-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  width: 320px;
  transition: opacity 0.3s ease;
}

.cta_sticky-image {
  width: 100%;
  height: auto;
  display: block;
}

.close-btn {
  position: absolute;
  bottom: 69%;
  left: -10px;
  width: 25px;
  height: 25px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
  .cta_sticky-container {
    width: 260px;
  }
}

@media (max-width: 500px) {
  .cta_sticky-container {
    width: 94%;
    bottom: 5px;
    right: 3%;
  }

  .close-btn {
    bottom: 56%;
    left: -2%;
  }
}


/* 下部固定ナビゲーションのコンテナ */
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: none;
  z-index: 9;
}

.nav-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  gap: 8px;
  transition: opacity 0.3s;
}

.nav-btn:active {
  opacity: 0.7;
}

.nav-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.btn-call {
  background-color: #F1B93B;
}

.btn-contact {
  background-color: #D94E3B;
}

.btn-line {
  background-color: #27C734;
}

@media (max-width: 768px) {
  .bottom-nav {
  display: flex;
}
}

@media (max-width: 380px) {
  .nav-btn {
    font-size: 13px;
    gap: 4px;
  }
  .nav-icon {
    width: 20px;
    height: 20px;
  }
}


/* レスポンシブ */
@media screen and (max-width:1670px) {
  .header_nav nav .nav_left a {
    max-width: 200px;
    padding: 15px;
  }

  .header_nav nav .nav_right ul li a {
    font-size: 14px;
    letter-spacing: 0.03em;
  }

  .header_nav nav .nav_right ul li a .icon svg {
    max-width: 28px;
    max-height: 25px;
  }

  .header_box>div nav .link_btns li.tel {
    max-width: 230px;
  }

  .header_box>div nav .link_btns li.mail {
    width: 100px;
  }
}

@media screen and (max-width:1600px) {
  .voice_prev {
    left: 31.5% !important;
    transform: none;
  }

  .voice_next {
    right: 31.5% !important;
    transform: none;
  }

  .voice_swiper .swiper-slide-next+.swiper-slide,
  .voice_swiper .swiper-slide-next+.swiper-slide+.swiper-slide {
    opacity: 0.4;
  }

  .voice_slider_container {
    padding: 0 20px;
  }
}

@media screen and (max-width:1440px) {
  main {
    padding-top: 90px;
  }

  .header_nav nav .nav_right ul {
    gap: 14px;
  }

  .header_box>div nav .link_btns li.tel {
    max-width: 200px;
  }

  .header_box>div nav .link_btns li.mail a {
    height: 90px;
    font-size: 13px;
  }

  .header_box>div nav .link_btns li.mail a .icon svg {
    width: 40px !important;
  }

  .message_right {
    width: 55%;
  }

  .message_left {
    width: 45%;
    margin-right: 1%;
  }

  .blog_header {
	left: 20px;
  }
}

@media screen and (max-width:1219px) {
  main {
    padding-top: 48px;
  }

  .message_inner {
    flex-direction: column;
    max-width: 800px;
  }

  .message_left {
    width: 100%;
    margin-right: 0;
  }

  .message_right {
    width: 100%;
  }

  .message_text {
    max-width: 100%;
  }

  .cta_btn_link a {
    font-size: 16px;
  }

  .area {
    background: url('./images/k-top-area.png') top 28% right 1% / 30% auto no-repeat;
  }

  .sub_page_header_main_title {
    font-size: 100px;
  }

  .sub_page_header {
    height: 550px;
  }
}

@media screen and (max-width:1024px) {
  .blog_section .content {
    padding-top: 30px;
  }

  .cta_inner {
    border-radius: 20px;
  }

  .cta_inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta_btns {
    grid-template-columns: repeat(1, 1fr);
  }

  .cta_content {
    text-align: center;
    margin: 0 auto;
  }

  .footer_top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }

  .voice_slider_container {
    padding: 0 32px;
  }

  .voice_text {
    font-size: 16px !important;
  }

  .voice_prev {
    left: 1% !important;
  }

  .voice_next {
    right: 1% !important;
  }

  .voice_prev,
  .voice_next {
    width: 40px;
    height: 40px;
  }

  .voice_swiper .swiper-slide-next {
    opacity: 0.4;
  }

  .voice_swiper .swiper-slide-active {
    opacity: 1;
  }

  .shindan_box {
    padding: 30px 20px 40px;
  }

  .shindan_box_ttl {
    font-size: 32px;
  }

  .shindan_box_description {
    font-size: 16px;
  }

  .cta_visual {
    display: none;
  }

  .feature_lead_bg {
    font-size: 135px;
  }

  .feature_catch {
    font-size: 32px;
  }

  .feature_card,
  .feature_cardwrap:nth-child(2n) .feature_card {
    flex-direction: column;
    max-width: 600px;
  }

  .feature_card_textwrap,
  .feature_card_img {
    width: 100%;
    flex-basis: 100%;
  }

  .flow .cta_section {
    transform: translateY(-20%);
  }

  .sub_page_header_main_title {
    font-size: 80px;
  }

  .service_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }

  .flow_inner {
    flex-direction: column;
  }

  .flow_container {
    flex-basis: auto;
  }

  .flow_header {
    width: 100%;
  }

  .company {
    background: none;
    text-align: center;
  }

  .area_lead_bg {
    font-size: 135px;
  }

  footer .cta_section {
    transform: translateY(-30%);
  }

  .footer_sns {
    justify-content: center;
  }

  .sub-link_tabs {
    gap: 15px;
  }

  .sub_page_header::before {
    height: 50px;
  }

  .sub_page_header {
    height: 350px;
  }

  .sub_page_header_inner {
    margin-bottom: 0;
  }

  .breadcrumb {
    margin: 0 auto 100px;
  }

  .sub-about_check_ttl::before,
  .sub-about_check_ttl::after {
    width: 40px;
  }

  .sub-about_check_ttl {
    font-size: 36px;
  }

  .sub-about_check_card_description {
    font-size: 16px;
    height: 80px;
  }

  .sub-about_check_cards {
    gap: 15px;
  }

  .fv_right_post-ttl {
    font-size: 14px;
    padding: 15px 20px;
  }
	.fv_right_post-link {
	padding: 0 10px 0 20px;
}
	.fv_right_post-link a {
	font-size: 14px;
}
}

@media screen and (max-width:768px) {
	.fv_right_post {
	bottom: 10px;
}
	.fv_right_post-link a {
	padding-right: 40px;
}
	.fv_right_post-ttl {
	padding: 10px 18px;
}
	.fv_right_post-link a::after {
	width: 30px;
	height: 30px;
}
  .blog {
	padding-bottom: 120px;
  }
  .blog_swiper {
	padding-top: 200px;
  }
  .blog.work {
	padding-top: 0;
  }
  .blog_img {
	border-radius: 15px;
  }
  .blog_slider_container::before {
	width: 100%;
	height: 700px;
    border-radius: 0;
  }
  .blog_title_jp {
    font-size: 22px;
  }

  .blog_header {
    margin-bottom: 50px;
  }

  .blog_meta {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .blog_tag {
    font-size: 16px;
    width: 130px;
  }

  .blog_item_title {
    font-size: 18px;
  }

  .blog_slider_container {
    width: 100%;
    margin-bottom: 50px;
  }

  .more_btn {
    font-size: 18px;
  }

  .blog_btn {
    flex-basis: auto;
  }

  .footer_address p,
  .footer_nav_list li a {
    font-size: 16px;
  }

  .sub_page_header_sub_title {
    font-size: 22px;
  }

  .sub_page_header_main_title {
    font-size: 60px;
    margin-top: 5px;
    letter-spacing: 0.03em;
  }

  .sub_page_header {
    margin-bottom: 40px;
  }

  .sub_page_header::before {
    height: 50px;
    width: 3px;
  }

  .sub-about_header {
    margin-bottom: 50px;
  }

  .cta_lead_main {
    font-size: 25px;
  }

  .cta_lead_bg {
    font-size: 70px;
  }

  .cta_lead {
    margin-bottom: 0;
  }

  .cta_tel_hours {
    font-size: 13px;
  }

  .cta_tel_number {
    font-size: 32px;
  }

  .cta_tel_logo {
    flex: 0 0 40px;
  }

  .sub-link_tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .sub-company_box {
    padding-top: 10px;
    padding-bottom: 30px;
    margin-top: 50px;
  }

  .sub-company_box_list {
    margin-bottom: 30px;
  }

  .sub-privacy_lead {
    margin-bottom: 40px;
  }

  .sub-privacy_section {
    margin-bottom: 40px;
  }

  .sub_page_header_inner {
    margin-bottom: 25px;
  }

  .fv_marquee-top .fv_marquee__inner {
    margin-bottom: -5px;
  }

  .fv_marquee-bottom .fv_marquee__inner {
    margin-bottom: -5px;
    padding-top: 60px;
  }

  .fv_marquee__inner span {
    font-size: 48px;
  }

  .sub-contactbox_header {
    font-size: 28px;
  }

  .sub-contactbox_number {
    font-size: 52px;
  }

  .message_heading-en {
    font-size: 48px;
  }

  .message_heading-jp {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .message_left {
    padding-top: 0;
  }

  .message_inner {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .message_paint01 {
    width: 50%;
    position: absolute;
    top: 3%;
    left: -4%;
  }

  .message_paint02 {
    width: 50%;
    position: absolute;
    bottom: -3%;
    right: -10%;
  }

  .voice__marquee {
    top: -55px;
  }

  .voice__marquee-inner span {
    font-size: 100px;
  }

  .voice {
    padding-top: 75px;
    padding-bottom: 50px;
  }

  .voice_title_en {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .voice_intro {
    font-size: 18px;
    margin-top: 30px;
  }

  .intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .intro_heading {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .intro_description {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .intro_image {
    margin-bottom: 50px;
  }

  .onayami {
    background:
      url('./images/k-top-onayami03.png') bottom 40px right / 40% auto no-repeat,
      url('./images/k-bg_other02.jpg') left top / 100% auto repeat;
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .onayami_heading {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .shindan_box_ttl {
    font-size: 24px;
  }

  .shindan {
    padding-bottom: 50px;
  }

  .feature {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .feature_lead_main {
    font-size: 32px;
  }

  .feature_lead_main::before {
    width: 50px;
    height: 20px;
    margin: 0 auto 5px;
  }

  .feature_lead_bg {
    font-size: 80px;
  }

  .feature_catch {
    font-size: 20px;
  }

  .feature_card_title {
    font-size: 24px;
  }

  .feature_cardwrap::before {
    top: 30px;
  }

  .feature_cardwrap {
    padding-top: 80px;
  }

  .feature_card_heading {
    justify-content: center;
  }

  .feature_card_heading .num {
    font-size: 40px;
  }

  .feature_card_heading .text {
    font-size: 18px;
  }

  .feature__more {
    margin-top: 50px;
  }

  .service_box {
    padding: 50px 0;
  }

  .service_title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .service_description {
    font-size: 18px;
  }

  .service_card_title {
    font-size: 24px;
  }

  .service_cards {
    gap: 30px;
  }

  .service_links {
    gap: 15px;
  }

  .service_link_title {
    font-size: 32px;
  }

  .service {
    padding-bottom: 50px;
  }

  .flow_title {
    font-size: 32px;
  }

  .flow_lead {
    margin-top: 20px;
  }

  .flow {
    padding-bottom: 50px;
  }

  .company {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .company_title {
    font-size: 48px;
  }

  .company_title .wordbgimg-img {
    top: 80%;
    width: 110%;
  }

  .company_btn_group {
    margin-top: 30px;
    gap: 20px;
  }

  .faq {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .faq_header {
    margin-bottom: 50px;
  }

  .faq_title_jp {
    font-size: 32px;
    margin-bottom: 5px;
  }

  .faq_list dl {
    border-radius: 10px;
  }

  .area {
    background: url('./images/k-top-area.png') top 9% right -4% / 26% auto no-repeat;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .area_lead_bg {
    font-size: 80px;
  }

  .area_lead {
    margin-bottom: 30px;
  }

  .area_lead_main {
    font-size: 32px;
  }

  .area_description {
    font-size: 18px;
  }

  .area_box {
    padding: 30px 20px;
  }

  .area_box_lead {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .area_box_description {
    font-size: 16px;
    line-height: 2;
  }

  .fv_right_sns {
    display: none;
  }

  .sub-about .sepbar {
    margin: 10px auto 30px;
  }

  .sub-about_header_heading {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .sub-about_header_description {
    font-size: 15px;
    line-height: 2;
  }

  .sub-about_links {
    padding-bottom: 50px;
  }

  .intro.sub-about_check {
    padding-top: 75px;
  }

  .sub-about_check_ttl {
    margin-top: 30px;
    font-size: 28px;
    margin-bottom: 40px;
    line-height: 1.5;
  }

  .sub-about_check_cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro.sub-about_check {
    background:
      url('./images/sub-about_check.png') bottom 4% right / 68% auto no-repeat,
      url('./images/k-bg_other01.jpg') left top / 100% auto repeat;
    padding-bottom: 175px;
  }

  .sub-about_reason {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .sub-about_reason_card,
  .sub-about_reason_card.rev {
    flex-direction: column;
    gap: 20px;
  }

  .sub-about_reason_card_textwrap,
  .sub-about_reason_card_img {
    width: 100%;
  }

  .sub-about_reason_card_title {
    margin-bottom: 10px;
  }

  .sub-about_service {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sub-about_service_description {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .sub-about_service_card {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }

  .sub-about_service_card_textwrap,
  .sub-about_service_card_img {
    width: 100%;
  }

  .sub-about_service_comhead {
    font-size: 18px;
  }

  .sub-about_paint {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sub-about_paint_description {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .sub-about_paint_table th,
  .sub-about_paint_table td {
    font-size: 14px;
    padding: 5px 10px;
  }

  .flow.sub-about_flow {
    padding-top: 80px;
  }

  .sub-about_message {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sub-about_message_top_flex {
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
  }

  .sub-about_message_image_wrap,
  .sub-about_message_text_wrap {
    width: 100%;
  }

  .sub-about_message_image_wrap {
    max-width: 300px;
    margin: 0 auto;
  }

  .sub-about_company {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .sub-contact_text {
    font-size: 16px;
  }
}

@media screen and (max-width:500px) {
  .fv {
    background: url('./images/k-fv_left_bg.png') left bottom / auto 70px no-repeat;
    padding-bottom: 70px;
  }

  .fv_right_img {
    display: none;
  }
	.fv_inner {
	flex-direction: column;
}

  .fv_left,
  .fv_right {
    flex-basis: auto;
  }

.fv_right {
	width: 100%;
	padding: 0 15px;
	margin-top: 15px;
}
	.fv_right_post {
	position: static;
	width: 100%;
}

  .fv_left_text {
    width: 100%;
  }

  .fv_left_tel {
    display: none;
  }

  .fv_marquee_wrapper {
    top: auto;
    bottom: 20%;
  }

  .voice_item_title {
	font-size: 18px !important;
	  -webkit-text-size-adjust: 100%;
  }
  .voice_text {
	font-size: 15px !important;
	-webkit-text-size-adjust: 100%;
  }

  .message_paint01 {
    width: 65%;
    top: 4%;
    left: -5%;
  }

  .message__more {
    margin-top: 20px;
  }

  .voice_header {
    margin: 0 auto 60px;
    text-align: center;
  }

  .intro_heading {
    font-size: 24px;
  }

  .onayami_heading {
    font-size: 24px;
  }

  .shindan_box {
    padding: 20px 15px 30px;
  }

  .shindan_box_ttl {
    font-size: 18px;
  }

  .shindan_box_description {
    font-size: 14px;
  }

  .onayami_image {
    padding-bottom: 80px;
  }

  .onayami {
    background:
      url('./images/k-top-onayami03.png') bottom 10px right / 75% auto no-repeat,
      url('./images/k-bg_other02.jpg') left top / 100% auto repeat;
  }

  .shindan_box_arrow {
    bottom: -10%;
    width: 50%;
    height: auto;
  }

  .shindan_description {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .shindan .cta_section {
    margin-top: 40px;
  }

  .cta_inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cta_lead_bg {
    font-size: 50px;
  }

  .cta_lead_main {
    font-size: 16px;
  }

  .cta_tel_number {
    font-size: 24px;
  }

  .cta_tel_logo {
    flex: 0 0 30px;
  }

  .cta_tel_hours {
    font-size: 11px;
  }

  .cta_btn_arrow {
    width: 28px;
    height: 28px;
  }

  .cta_btn_arrow::after {
    width: 7px;
    height: 7px;
  }

  .cta_btn_link a {
    padding: 10px 15px;
    font-size: 15px;
  }

  .cta_btn_icon {
    width: 28px;
    height: 28px;
  }

  .feature_lead_bg {
    font-size: 60px;
  }

  .feature_catch {
    margin-bottom: 20px;
  }

  .service {
    background:
      url('./images/k-service_bg.jpg') center top / 130% auto no-repeat,
      url('./images/k-bg_other03.jpg') left top / 100% auto repeat;
    padding-top: 75px;
  }

  .service_links {
    grid-template-columns: repeat(1, 1fr);
  }

  .service_link a {
    height: 150px;
    padding: 15px 20px;
  }

  .service_link_title {
    font-size: 26px;
  }

  .service_link_description {
    font-size: 16px;
  }

  .flow_title {
    font-size: 28px;
  }

  .company_title {
    font-size: 46px;
    letter-spacing: 0.05em;
  }

  .company_lead {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 40px;
  }

  .area {
    background: url('./images/k-top-area.png') top 28% right -10% / 47% auto no-repeat;
  }

  .footer_inner {
    padding: 0;
  }

  .footer_nav_list {
    gap: 0;
  }

  .footer_address p,
  .footer_nav_list li a {
    font-size: 15px;
  }

  .footer_info {
    margin-bottom: 20px;
  }

  .footer_top {
    margin-bottom: 30px;
  }

  .footer_img {
    width: 100%;
    margin-top: 40px;
  }

  .footer_bottom {
    margin-top: 30px;
  }

  .footer_pagetop_icon {
    width: 25px;
    height: 15px;
  }

  .footer_pagetop_text {
    font-size: 16px;
  }

  .sub-about_reason_list {
    gap: 40px;
    margin: 50px auto;
  }

  .sub-about_reason_item,
  .sub-about_reason_item_reverse {
    gap: 20px;
  }

  .sub-about_business_sub_title {
    font-size: 26px;
    margin: 50px auto 30px;
  }

  .sub-about_business_card_content {
    padding: 20px;
  }

  .sub-about_business_restriction {
    margin-top: 60px;
  }

  .sub-about_business_restriction_title {
    margin-bottom: 30px;
  }

  .sub-about_business_restriction_content li {
    font-size: 16px;
  }

  .sub-about_flow_target_box {
    margin: 40px auto;
    padding: 20px 0;
  }

  .sub-about_flow_target_content {
    padding: 15px 25px 0;
  }

  .sub-about_flow_step_list {
    gap: 50px;
    margin-bottom: 50px;
  }

  .sub-about_flow_message_box {
    padding: 10px 15px;
    margin-bottom: 30px;
  }

  .sub-about_message_header {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .sub-about_message_paragraph {
    margin-bottom: 20px;
  }

  .sub-about_message_top_flex {
    margin-bottom: 20px;
  }

  .sub-about_comname {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sub-about_comname_main_title {
    font-size: 28px;
  }

  .sub-about_comname_main_lead {
    margin-bottom: 40px;
  }

  .sub-about_company {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sub-about_company_header {
    margin-bottom: 50px;
  }

  .sub-contactbox_header {
    font-size: 18px;
    letter-spacing: 0;
  }

  .sub-contactbox_number {
    font-size: 34px;
    line-height: 1.5;
  }

  .sub-contactbox_svg_icon {
    width: 40px;
  }

  .sub-contactbox_body {
    padding: 15px;
  }

  .sub-contactbox_phone_row {
    gap: 10px;
    margin-bottom: 0;
  }

  .sub-contact_header {
    margin-bottom: 50px;
  }

  .sub-contact_title {
    font-size: 28px;
  }

  .sub-contact_devided {
    margin: 20px auto 40px;
  }


  .sub_page_header {
    height: 250px;
    border-radius: 0 0 20px 20px;
  }

  .sub_page_header_sub_title {
    font-size: 20px;
  }

  .sub_page_header_main_title {
    font-size: 45px;
    margin-top: 5px;
    letter-spacing: 0;
  }

  .breadcrumb {
    margin: 0 auto 80px;
    font-size: 16px;
  }

  .sub-about_reason_lead {
    font-size: 24px;
  }

  .sub-about_header_heading {
    font-size: 28px;
    margin-bottom: 20px;
    padding: 0;
  }

  .sub-link_tabs {
    grid-template-columns: repeat(1, 1fr);
  }

  .sub-about_check_card_description {
    font-size: 12px;
    height: 70px;
  }

  .sub-about_check_card {
    border-radius: 10px;
  }

  .sub-about_check_cards {
    gap: 10px;
  }

  .intro.sub-about_check {
    background:
      url('./images/sub-about_check.png') bottom 6% right / 80% auto no-repeat,
      url('./images/k-bg_other01.jpg') left top / 100% auto repeat;
  }

  .sub-about_reason_card_title {
    font-size: 20px;
  }

  .sub-about_service_description {
    font-size: 16px;
  }

  .sub-company_box {
    border-radius: 10px;
  }
}
