@charset "utf-8";
/*
Theme Name: life_tpl_2025
Theme URI: 
Template: lightning
Description:Lifecommunication Theme
Author:Lifecommunication Co., Ltd
Tags: 
Version: 0.5.1
*/

/*--------------------------コモン---------------------------*/
/*--ブラウザの標準に設定されている、htmlタグの設定をクリア--*/
BODY,
H1,
H2,
H3,
H4,
H5,
H6,
P,
TH,
TD,
OL,
UL,
LI,
DL,
DT,
DD,
FORM,
PRE {
  /*--Netscape6 は  が未対応なので、全てのタグを記述して指定--*/
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  font-size: 62.5%;

  /* iPhoneなどで table 内の文字サイズが自動調整されてしまうのを回避 */
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", "ruika", "Agency FB", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #3b4043;
  background-color: #fff;

  -webkit-text-size-adjust: none;
  /* ← 上で100%を指定してるが、ここで上書き */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  overflow-x: hidden !important;
  /* ← htmlではvisible指定してたが、bodyでhiddenに上書き */
}

/*見出し*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  font-weight: bold;
}

/*本文*/
p,
td,
th,
li,
dt,
dd,
input,
textarea,
.entryBody,
.entryMore {
  font-size: 1rem;
  font-weight: bold;
  color: #3b4043;
}


a {
  text-decoration: none !important;
  color: #3b4043;
  transition: all 0.5s;
}

a:hover {
  opacity: 0.9;
  color: #FFAA00;
  text-decoration: none;
  transition: all 0.5s;
  text-decoration-color: var(--vk-color-text-link-hover);
}

.op img,
.op input,
.op button,
.op a {
  transition: opacity 0.5s ease-out;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  color: #3b4043;
}

/* 特殊ケース：.works__tags 内のリンク */
.works__tags a:hover {
  color: var(--sub-color);
  background-color: #fff;
}

:root {
  --main-color: #ffaa00;
  --sub-color: #00c5b0;
  --color: #3B4043
}

/*フォント*/

/*全幅設定*/
.full-width {
  margin: 0 calc(50% - 50vw);
  /*padding: 5em calc(50vw - 50%);*/
}

.widget {
  margin-bottom: 0;
}

/*スペーシング*/
.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.sp {
  display: none !important;
}

.pc {
  display: block;
}

/* 767px→425より小さい画面（スマホ）*/
@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  a[href^="tel:"] {
    text-decoration: underline;
    pointer-events: auto;
  }
}

/* タブレット専用で個別に隠したい要素がある場合だけ明示 */
@media screen and (min-width:768px) and (max-width:1024px) {
  .works__head.sp {
    display: none !important;
  }
}

/*表示・非表示*/
/* 769pxより大きい画面（タブレット・PC） */
@media only screen and (min-width: 992px) {
  .w-991_row {
    display: none !important;
  }

  .w-991_heigh {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .w-991_heigh {
    display: none !important;
  }

  .w-991_row {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }

  .pc {
    display: block;
  }
}

/* !Layout
---------------------------------------------------------- */


/*** タブレット 767x ~ 1280px***/
@media screen and (min-width: 767px) and (max-width: 1280px) {

  /*   html {
    font-size: 0.78vw;
  } */
  html {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (max-width: 400px) {
  html {
    font-size: calc(100vw / 40);
  }
}

/* !Base Fonts -------------------------------------------------------------- */

@media screen and (min-width: 960px) {

  .op:hover img,
  .op:hover input,
  .op:hover button,
  .op:hover a {
    opacity: 0.7;
    transition: opacity 0.5s ease-out;
  }
}

.is-hide {
  display: none;
}

.is-pc {
  display: block !important;
}

.is-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }

  .is-sp {
    display: block !important;
  }
}

/* !wrapper
---------------------------------------------------------- */

/* !header
---------------------------------------------------------- */

#header {
  max-width: 111rem;
  width: 100%;
  margin: 0 auto;
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8rem;
}

.header__logo img {
  height: 4rem;
}

.nav__list {
  display: flex;
  gap: 3rem;
}

.nav__link {
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav__link:hover {
  color: #ff6b35;
}

.header__contact {
  text-align: right;
}

.header-inner {
  width: 100%;
  height: 8.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  box-sizing: border-box;
}

.header-logo {
  margin-left: 1.1rem;
  margin-bottom: .9rem;
	width: 27%;
}

.header-logo a {
    display: flex
;
    align-items: left;
    width: 24.7rem;
    flex-direction: column;
}

.header-logo a .image {
  width: 11.3rem;
}

.header-logo a img {
    width: 55%;
}

.header-logo a .txt {
  width: calc(100% - -15.7rem);
  padding-left: 0.5rem;
}

.header-logo a .txt span {
  display: block;
  font-weight: 700;
  white-space: nowrap;
}

.header-logo a .txt .jap {
  font-size: 1.5rem;
  line-height: 1;
}

.header-logo a .txt .eng {
  font-size: 0.8rem;
  line-height: 1;
  margin-top: 0.5rem;
}

.header-links,
#g-navi,
#g-navi ul,
#g-navi ul li {
  height: 100%;
  display: flex;
  align-items: center;
}

.g-navi__links {
  height: 100%;
  display: flex;
  align-items: center;
}

.g-navi__links ul {
  display: flex;
  margin-right: 2.6rem;
}

.g-navi__links ul a {
  margin-left: 2.6rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.g-navi__links .header-btn {
  display: none !important;
}

.header-btn {
  height: 100%;
  display: flex !important;
}

.header-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.btn-menu {
  display: none;
}

.sub_color {
  color: var(--sub-color);
  font-weight: bold;
}


.lightning_swiper.swiper.swiper-container.ltg-slide.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  border: solid 3px #fff;
  box-sizing: border-box;
  margin: 0;
  border-radius: 7rem;
}

@media screen and (max-width: 767px) {
  /* !header
	---------------------------------------------------------- */

  .header-logo a {
    width: 18rem;
  }

  .header-inner {
    height: 7.6rem;
    padding: 0 1rem;
  }

  .header-logo {
    margin-left: 0.5rem;
    z-index: 200;
  }

  .header-logo a .image {
    width: 7rem;
  }

  .header-logo a img {
    width: 50%;
  }

  .header-logo a .txt {
    padding-left: 0.1rem;
    transition: 0s ease 0s;
  }

  .header-logo a .txt .jap {
    font-size: 1.1rem;
    color: var(--color);
  }

  .header-logo a .txt .eng {
    font-size: 0.5rem;
    line-height: 1;
    margin-top: 0.2rem;
  }

  #header.is-open .header-logo .txt {
    color: #fff;
    transition: 0s ease 0.3s;
  }

  .header-links,
  #g-navi,
  #g-navi ul,
  #g-navi ul li {
    height: auto;
    display: block;
  }

  #g-navi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    padding: 9rem 4.5rem;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
  }

  #g-navi.is-active {
    transform: translateX(0);
    transition: transform 0.5s ease-in-out;
  }



  .g-navi__links {
    height: auto;
    display: block;
  }

  .g-navi__links ul {
    display: block;
    max-width: 40rem;
    width: 100%;
    margin: 0 auto;
  }

  .g-navi__links ul a {
    margin-left: 0;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: var(--main-color);
    display: block;
    padding: 1rem 0;
  }

  .g-navi__links ul a small {
    font-size: 1.3rem;
    font-weight: 500;
  }

  .navi-info {
    color: #fff;
    max-width: 23rem;
    width: 100%;
    margin: 6.2rem auto 0;
  }

  .navi-info .txt {
    font-size: 0;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.4;
    width: 21rem;
    height: 6.8rem;
    margin: 0 auto;
    background: url("img/common/navi_info.png") center center no-repeat;
    background-size: cover;
  }

  .navi-info .logo {
    margin-top: 2.3rem;
    font-size: 1.6rem;
    font-weight: 500;
    max-width: 20rem;
    width: 100%;
    text-align: center;
  }

  .navi-info .logo span {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.03em;
    margin-top: 0.5rem;
  }

  .header-btn {
    height: auto;
    position: absolute;
    right: 4.6rem;
    top: 0;
    z-index: 3;
  }

  .header-btn a {
    max-width: 35rem;
    width: 6rem;
    height: 5.6rem;
    margin: 0 auto;
    font-size: 1rem;
    border: none;
    border-radius: 0;
  }

  .header-btn a.contact {
    margin-top: 0;
    width: 6.4rem;
  }

  .btn-menu {
    display: flex;
    justify-content: center;
    width: 38px;
    height: 38px;
    right: 0;
    top: 0;
    z-index: 200;
    padding: 0.8rem 0.6rem 0.4rem;
    border: solid 2px var(--main-color);
    border-radius: 1rem;
    background: #fff7e8;
  }

  .btn-menu.is-active {
    background: none;
    border: none;
  }

  .btn-menu>div {
    width: 20px;
    height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
  }

  .btn-menu>div::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.4rem;
    width: 100%;
    font-size: 0.8rem;
    line-height: 1;
    text-align: center;
  }

  .btn-menu.is-active>div::before {
    content: "";
    font-family: "Helvetica";
    color: #fff;
  }

  .btn-menu>div>span {
    display: inline-block;
    background: var(--main-color);
    width: 100%;
    height: 0.2rem;
    transition: 0.3s ease-out;
  }

  .btn-menu span:first-child {
    position: absolute;
    top: 0;
  }

  .btn-menu span:nth-child(2) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .btn-menu span:last-child {
    position: absolute;
    bottom: 0;
  }

  .btn-menu.is-active span:first-child {
    transform: translateY(0.6rem) rotate(45deg);
    transition: 0.3s ease-out;
    background: var(--main-color);
    position: absolute;

  }

  .btn-menu.is-active span:nth-child(2) {
    opacity: 0;
    position: absolute;
  }

  .btn-menu.is-active span:last-child {
    transform: translateY(-0.7rem) rotate(-45deg);
    transition: 0.3s ease-out;
    background: var(--main-color);
    position: absolute;
    bottom: 3px;
  }
}

/* !top
---------------------------------------------------------- */


/* !main Visual
---------------------------------------------------------- */

.inner {
  max-width: 111rem;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 2rem;
}

.section__title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}

.section__title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 0.3rem;
  background: linear-gradient(90deg, #ff6b35, #f7931e);
  border-radius: 0.2rem;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 1.2rem 3rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn--primary {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  color: #fff;
  box-shadow: 0 0.4rem 1rem rgba(255, 107, 53, 0.3);
}

.btn--primary:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 0.6rem 1.5rem rgba(255, 107, 53, 0.4);
}

.btn--secondary {
  background: #fff;
  color: #ff6b35;
  border: 0.2rem solid #ff6b35;
}

.btn--secondary:hover {
  background: #ff6b35;
  color: #fff;
}

.btn--large {
  padding: 1.6rem 4rem;
  font-size: 1.8rem;
}


/* Main Visual */
.main-visual__slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide__image {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.slide__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}

.main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  box-sizing: border-box;
  max-width: 111rem;
  width: 100%;
  margin: 0 auto;
}

.main-content-img {
  width: 100%;
}

.decorative-title {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.decorative-title::before {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}

.title-text:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 4rem;
  height: 0.2rem;
  background-color: var(--main-color);
  -webkit-transform: rotate(-113deg);
  transform: rotate(-113deg);
}

.title-text:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 4rem;
  height: 0.2rem;
  background-color: var(--main-color);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.title-text:before {
  left: -3rem;
}

.title-text:after {
  right: -3rem;
}

.title-text {
  font-size: 2rem;
  font-weight: 900;
  color: var(--main-color);
  text-align: center;
  position: relative;
  z-index: 2;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-top: 2rem;
}

.slider-loop-box {
  margin: 2rem 0 5rem;
}

.main-content-img img {
  max-width: unset;
  max-width: 30rem;
  width: 100%;
}

.main-content-text-box-tit {
  font-size: 5.31rem;
  font-weight: 900;
  line-height: 1.2;
  color: #2b3e53;
  white-space: nowrap;
  text-align: center;
}

.slider-loop-box .scroller {
  --duration: 18s;
  --gap: 8px;
  overflow: hidden;
}

.slider-loop-box .s-services {
  margin-top: 1rem;
}

.slider-loop-box .scroller>ul {
  display: flex;
  gap: var(--gap);
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  will-change: transform;
  animation-duration: var(--duration);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.slider-loop-box .scroller>ul>li {
  flex: 0 0 auto;
  background: var(--main-color);
  color: #fff;
  border-radius: 4px;
  padding: 0.35em 0.7em;
  font-weight: 700;
  font-size: clamp(0.9rem, 2.8vw, 1.5rem);
  white-space: nowrap;
}

/* 方向切替 */
.slider-loop-left {
  animation-name: marquee-rtl;
}

/* 右→左 */
.slider-loop-right {
  animation-name: marquee-ltr;
}

/* 左→右 */

/* キーフレーム */
@keyframes marquee-rtl {
  from {
    transform: translateX(0);
  }

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

@keyframes marquee-ltr {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}


.slider-loop-box .s-works {
  /* モバイル */
  --duration: 20s;
}

.slider-loop-box .s-services {
  /* モバイル */
  --duration: 18s;
}

@media (max-width: 767px) {
  .slider-loop-box .s-works {
    --duration: 28s;
  }

  .slider-loop-box .s-services {
    --duration: 24s;
  }

  .main-content-text-box-tit {
    font-size: 3.31rem;
  }

  .slider-loop-box .scroller>ul>li {
    font-size: 1.5rem;
  }
}


/* .fixed-contact {
  position: fixed;
  inset-inline-end: max(12px, env(safe-area-inset-right));
  display: block;
  width: clamp(120px, 12vw, 180px); 
  z-index: 9999; 
}

.fixed-contact img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
  transition: transform 0.15s ease;
}

.fixed-contact:hover img {
  transform: scale(1.03);
} */
.topcommon {
  margin-bottom: 5rem;
}

/* スマホ時は右下に寄せたい場合 */
@media (max-width: 767px) {
  .inner {
    padding: 0 2rem;
  }

  .scroller.s-services {
    margin-bottom: 1rem;
  }

  .title-text {
    font-size: 1.8rem;
  }

  .slider-loop-box {
    margin: 2rem 0 0rem;
  }

  .fixed-contact {
    inset-block-start: auto;
    inset-block-end: max(16px, env(safe-area-inset-bottom));
    transform: none;
    width: clamp(110px, 28vw, 160px);
  }

  .main-content {
    display: block;
    margin-top: 2rem;
  }

  .main-content-img-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .topcommon {
    margin-bottom: 2rem;
  }

}

/* !strength
---------------------------------------------------------- */
.flowing-ttl {
  display: flex;
  width: 100%;
  overflow: hidden;
  justify-content: space-around;
}

.flowing-ttl__item {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 0 15px;
}

.strength {
  padding: 11rem 2rem 4rem;
  text-align: center;
}

.strength__inner {
  max-width: 100rem;
  margin: 0 auto;
}

.strength__title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 6rem;
  position: relative;
  display: inline-block;
  color: #3B4043;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top__title-bg {
  font-size: 14rem;
  color: rgba(0, 197, 176, 0.1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  white-space: nowrap;
  font-weight: 400;
  height: 15rem;
  line-height: 1;
  font-family: 'ruika';
  font-weight: 500;
}

.strength__title .top__title-bg {
  top: -7rem;
}

.strength__title .highlight {
  color: var(--main-color);
  font-size: 4rem;
}

/* ベース：PCなど対応ブラウザで波線＋余白 */
.under {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  /* 波線 */
  text-decoration-color: var(--sub-color);
  text-underline-offset: 0.2em;
  /* ← 文字と線の間のスペース */
  text-decoration-thickness: 2px;
  /* 線の太さ（適宜調整） */
  text-decoration-skip-ink: none;
  /* 文字の下で消えにくくする */
}

/* フォールバック：wavy 非対応ブラウザ（iOS Safari など）向け */
@supports not (text-decoration-style: wavy) {
  .under {
    text-decoration-line: underline;
    text-decoration-style: wavy;
    /* 波線 */
    /* 波線が無ければ通常の下線に */
    text-decoration-color: var(--sub-color);
    text-underline-offset: 0.2em;
    /* 余白はそのまま効く */
    text-decoration-thickness: 2px;
  }
}

.tit-color {
  color: var(--sub-color);
  font-size: 6.8rem;
  font-family: system-ui;
  font-weight: bolder;
}

.strength__points {
  display: flex;
  gap: 2rem;
}

.strength__point {
  border: 0.5rem solid var(--sub-color);
  border-radius: 2rem;
  padding: 1rem 1.5rem;
  background: #fff;
  width: clamp(20rem, 100%, 34rem);
  margin-inline: auto;
  box-sizing: border-box;
}

.strength__point-head {
  background: var(--sub-color);
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0.6rem 1.2rem;
  border-radius: 2rem;
  display: inline-block;
  margin-bottom: 1.5rem;
  position: relative;
  width: 10.62rem;
  line-height: 1;
}

.strength__point-head:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 8px solid transparent;
  border-top: 8px solid var(--sub-color);
}

.strength__point-img {
  position: relative;
}

.strength__point-img>h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(1.8rem, 1.717rem + 0.354vw, 2rem);
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  line-height: 2;
}

.strength__point-img:hover::before {
  opacity: 1;
}

.strength__point-img img {
  width: 100%;
  border-radius: 0.4rem;
  margin-bottom: 1.5rem;
}

.strength__point-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.strength__point-text {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}

.strength__btn {
  margin-top: 3rem;
}

.strength__btn a {
  margin-top: 3rem;
  position: relative;
}

.strength__btn a::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 2rem;
  background: url(images/top/arrow-white.svg) center center no-repeat;
  z-index: 1;
}

.common_btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: var(--main-color);
  border-radius: 3rem;
  text-decoration: none;
  transition: 0.3s;
  width: 28.87rem;
  margin: 0 auto;
  border: solid 4px #ffd787;
}

.common_btn:hover {
  background: #fff;
  color: var(--main-color);
}

.common_btn:hover::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url(images/top/arrow.svg) center center no-repeat;
  z-index: 1;
}

/* ===== responsive ===== */
@media (max-width: 767px) {
  .strength {
    padding: 6rem 0rem 4rem;
  }

  .strength__title .top__title-bg {
    top: -4rem;
    font-size: 9rem;
  }

  .strength__title {
    font-size: 2rem;
    margin-bottom: 3rem;
    align-items: flex-end;
  }

  .strength__points {
    flex-direction: column;
    align-items: center;
  }

  .strength__point {
    max-width: 100%;
    width: 100%;
  }

  .strength__point-title {
    font-size: 1.5rem;
  }

  .strength__point-text {
    font-size: 1.3rem;
  }

  .strength__btn a {
    margin-top: 0rem;
  }

  .btn {
    font-size: 1.4rem;
    padding: 0.8rem 2rem;
  }

  .under {
    position: relative;
    text-decoration: none;
    /* 下線は切る */
  }

  .under::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    /* 文字と波の間隔：ここで調整 */
    bottom: -0.5em;
    /* 波の見た目 */
    height: 9px;
    background-color: var(--sub-color);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='8' viewBox='0 0 32 8'><path d='M0 4 Q 4 0 8 4 T 16 4 T 24 4 T 32 4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/></svg>") repeat 0 0 / 20px 8px;
    mask-mode: alpha;

  }

  .strength__title .tit-color {
    width: 34%;
  }
}

/* !pricelist
---------------------------------------------------------- */

.price {
  padding: 8rem 0rem;
  text-align: center;
  background: #fff7ef;
  position: relative;
  background: url("images/top/price-back.jpg") no-repeat center top;
  background-size: cover;
  /* 全体に収める */
  content: "";
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.price__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
  position: relative;
  display: inline-block;
  color: #3b4043;
  font-family: 'ruika';
}

.top__title-bg.price__tit {
  font-size: 14rem;
  color: rgba(255, 170, 0, 0.2);
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  white-space: nowrap;
  z-index: -1;
}

.price__note {
  border: 0.4rem dashed var(--sub-color);
  border-radius: 0.8rem;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  position: relative;
  max-width: 85rem;
  width: 100%;
  margin: 2rem auto 3rem;
  box-sizing: border-box;
}

.price__note-icon {
  font-size: 2rem;
  margin-right: 1rem;
}

.price__note-text {
  font-size: 1.7rem;
  text-align: center;
  display: inline;
  margin: 0 auto;
  position: relative;
  width: 36rem;
}

/* 文字の上に点 */

.dots {
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, var(--main-color), var(--main-color), 100%, transparent, transparent);
  padding-top: 0.2em;
}

.price__note-text::before {
  background: url("images/top/calculator.svg") center center no-repeat;
  position: absolute;
  width: 5rem;
  height: 6rem;
  background-size: 100%;
  content: "";
  left: -5rem;
  top: 50%;
  transform: translateY(-50%);
}

.price__note-img {
  position: absolute;
  right: 1rem;
  bottom: -0.5rem;
}

.price__note-text .highlight__txt {
  color: var(--main-color);
  font-weight: bold;
}

.price__note-img img {
  max-height: 16rem;
}

.price__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.price__item {
  border-radius: 0.8rem;
  position: relative;
}

.price__item-title {
  background: var(--sub-color);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.6rem;
  margin-bottom: 1rem;
  position: absolute;
  padding: 1rem 2rem;
  top: 0;
  left: 0;
}

.price__item-img img {
  width: 100%;
  border-radius: 0.4rem;
}

.price__legend {
  font-size: 1.2rem;
  text-align: left;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
  margin-bottom: 2rem;
  align-items: center;
}

.legend-box {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.2rem;
  margin: 0 0.3rem;
}

/* 青い「材」 */
.legend-box--blue {
  background: #0056ff;
}

/* 緑の「工」 */
.legend-box--green {
  background: #00a63c;
}

.price__item-price {
  font-size: 1.3rem;
  text-align: left;
}

.price__item-price span {
  color: var(--main-color);
  font-weight: bold;
}

.price__item-price .legend-box.legend-box--blue {
  color: #fff;
}

.price__annotation {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 2rem;
}

.price__btns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
  gap: 3rem;
}

.btn-outline {
  flex: 0 0 calc(100% / 3);
  /* 3等分 */
  box-sizing: border-box;
  /* 枠線・paddingを含めて計算 */
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--main-color);
  border: 0.4rem solid #FFD787;
  border-radius: 3rem;
  background: #fff;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  position: relative;
}

.btn-outline::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("images/top/arrow.svg") center center no-repeat;
  z-index: 1;
}

.btn-outline:hover::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url(images/top/arrow-white.svg) center center no-repeat;
  z-index: 1;
}

.price__item-price span+span {
  margin-left: 0.5rem;
}

.btn-outline:hover {
  background: var(--main-color);
  color: #fff;
}

.price__item-price .highlight {
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.5em;
  /* 線の太さ */
  text-decoration-color: #ffe600;
  /* 線の色 */
  text-underline-offset: -0.2em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.price__item-price .highlight {
  color: #ff5454;
  font-weight: 500;
  font-family: 'ruika';
}

/* .under.blue {
  border-radius: 0.4rem;
  text-decoration: underline wavy var(--sub-color);
	text-underline-offset: 0.3em; 
	text-decoration-skip: ink;
} */

.works__head .works__title span:nth-of-type(4) {
  margin-right: 8px;
}
p.logo {
  display: flex;
  align-items: flex-end; /* 下揃え */
  gap: 0.5rem;
  flex-wrap: wrap;
}
p.logo span {
	font-size: 1.5rem;
	padding-bottom: .5rem;
}
/* ===== responsive ===== */
@media (max-width: 1024px) {
  .price__list {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }
}

@media (max-width: 767px) {
  .price {
    padding: 11rem 0rem 3rem;
    text-align: center;
    background: #fff7ef;
    position: relative;
    background: url("images/top/price-back-sp.png") no-repeat center top;
    background-size: cover;
    content: "";
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .price__title {
    font-size: 2rem;
  }

  .price__title-bg {
    font-size: 4rem;
    top: -2rem;
  }

  .price__note {
    display: block;
    padding: 1rem 2rem 1rem 6rem;
  }

  .top__title-bg.price__tit {
    font-size: 7rem;
    top: -2rem;
  }

  .price__note-text {
    line-height: 1.8;
  }

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

  .price__item-title {
    padding: 0.5rem 1rem;
  }

  .price__btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .btn-outline {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
  }

  .btn-outline::after {
    right: 1rem;
  }
}

/* !makers
---------------------------------------------------------- */

.makers {
  border: 0.4rem solid #00B11D;
  border-radius: 0.5rem;
  padding: 2rem;
  max-width: 111rem;
  background: #fff;
  width: 100%;
  margin: 4rem auto 4rem;
  box-sizing: border-box;
}

.makers__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-end;
  justify-content: space-between;
}

.makers__box {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;
  width: 100%;
}

.makers__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00B11D;
  padding-right: 2rem;
  text-align: left;
  width: 24rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.makers__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.4rem;
  height: 100%;
  background-color: #00B11D;
}


.makers__note {
  font-size: 1.2rem;
  color: #666;
  text-align: right;
}

.makers__note {
  grid-column: 1 / -1;
  text-align: right;
  font-size: 1.4rem;
  width: 100%;
}

/* ===== responsive ===== */
@media (max-width: 767px) {
  .makers {
    padding: 1rem;
    margin: 2rem auto;
    width: 90%;
  }

  .makers__inner {
    display: block;
  }

  .makers__box {
    flex-direction: column;
  }

  .makers__title {
    border: none;
    padding: 0;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 2.5rem;
  }

  .makers__title::after {
    top: 4rem;
    width: 100%;
    height: 2px;
  }

  .makers__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }

  .makers__note {
    text-align: left;
    font-size: 1rem;
  }
}

/* !works
---------------------------------------------------------- */

.works {
  padding: 4rem 2rem;
  background: url("images/top/words-bg.jpg") center top no-repeat;
  background-size: cover;
  text-align: center;
}

.works__inner {
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.works__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
  position: relative;
  max-width: 111rem;
  width: 100%;
}

.works__head-img {
  max-width: unset;
  width: 27rem;
  position: relative;
  z-index: 9;
}

.works__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  word-wrap: break-word;
  position: relative;
  z-index: 0;
  max-width: 60rem;
  width: 100%;
  color: #3B4043;
}

.works__title .case {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
  word-wrap: break-word;
  position: relative;
  z-index: 0;
  margin-top: 1rem;
  display: inline-block;
  color: #3B4043;
}

.works__title .top__title-bg {
  top: -8rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 19rem;
  position: absolute;
  z-index: -1;
}

.works__area {
  background: var(--main-color);
  color: #fff;
  padding: 0.2rem 0.8rem;
}

.works__list {
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  gap: 1rem
}

.works__item {
  text-align: left;
  position: relative;
  z-index: 0;
  max-width: 33rem;
  width: 100%;
}

.works__list .works__item .work_item_img img {
  width: 100%;
  line-height: 0;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.works__item-img img {
  width: 100%;
  display: block;
}

.works__item-body {
  padding: 1.5rem;
  background-color: #fff;
}

.works__item-location {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding: 0.3rem 0.8rem 0.3rem 2.2rem;
  border-radius: 0.4rem;
  display: inline-block;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  max-width: 9.85rem;
  border-radius: 0px;
  font-weight: 600;
  color: var(--color);
  box-shadow: 3px 3px 6px -2px #707070;
}

.works__list__sub .works__item-location {
  box-shadow: 3px 3px 6px -2px #707070;
}

.works__item-location::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 0;
  position: absolute;
  background: url("images/top/map-icon.svg") no-repeat center center;
  width: 2.2rem;
  height: 3.2rem;
  background-size: 100%;
}

.works__item-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.works__tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  position: relative;
}

.works__tags::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: .5em;
  background: url(images/top/arrow-right.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tag {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 1.2rem;
  color: #fff;
  background-color: var(--sub-color);
  border: solid .1rem var(--sub-color);
}

.works__items__content {
  box-shadow: 4px 7px 5px -5px #707070;
  border-radius: 0px;
}

.works__btn {
  margin-top: 2rem;
}

.works__btn a {
  margin-top: 3rem;
  position: relative;
}

.works__btn a::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 2rem;
  background: url(images/top/arrow-white.svg) center center no-repeat;
  z-index: 1;
}

.works__btn a:hover::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url(images/top/arrow.svg) center center no-repeat;
  z-index: 1;
}

.btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: var(--main-color);
  border-radius: 3rem;
  text-decoration: none;
  transition: 0.3s;
}

/* ===== responsive ===== */


@media (max-width: 767px) {
  .works {
    margin-top: 8rem;
  }

  .works .works__list {
    flex-direction: column;
    width: 100%;
    gap: 3rem;
    justify-content: center;
    align-items: center;
  }

  .works .works__item {
    width: 100%;
  }

  .works .works__head-img {
    width: 13rem;
  }

  .works .works__title .top__title-bg {
    top: 0rem;
    font-size: 12rem;
  }

  .works .works__head_img_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -2rem;
  }

  .works span.works__area.works__area__sp {
    position: relative;
  }

  .works span.works__area.works__area__sp::after {
    content: "";
    position: absolute;
    top: -11rem;
    right: -9rem;
    width: 17rem;
    height: 12rem;
    background-size: 50%;
    background: url("images/top/speech.png") center center no-repeat;
    background-size: 64%;
  }

  .works__head {
    display: block;
  }

  .works__list__sub {
    padding-bottom: 3rem;
  }

  .works__list {
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .works__item+.works__item {
    margin-top: 2rem;
  }

  .works__list__sub .works__inner .works__item+.works__item {
    margin-top: 5rem;
  }

  section#ba {
    padding-bottom: 3rem;
  }
}

/* !news
---------------------------------------------------------- */
section.news {
  padding: 5rem 0 8rem;
}

.news__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff3e5;
  padding: 4rem;
  border-radius: 0.5rem;
  position: relative;
  max-width: 110rem;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}

.news__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background-size: auto auto;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: rgba(255, 170, 0, 0.8);
  background-image: repeating-linear-gradient(120deg, transparent, transparent 5px, rgba(255, 170, 0, 1) 5px, rgba(255, 170, 0, 1) 10px);
}

.news__box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background-size: auto auto;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: rgba(255, 170, 0, 0.8);
  background-image: repeating-linear-gradient(120deg, transparent, transparent 5px, rgba(255, 170, 0, 1) 5px, rgba(255, 170, 0, 1) 10px);
}

.news__inner {
  background: #fff7ef;
  padding: 2rem;
  border-radius: 0.5rem;
}

.news__head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 2rem;
  max-width: 27rem;
  width: 100%;
  flex-direction: column;
}

.news__title {
  font-size: 3rem;
  font-weight: bold;
  color: var(--main-color);
}

.news__link {
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding-right: 3rem;
  color: #7E7F80;
  margin-top: 3rem;
  position: relative;
}

.news__link::after {
  content: "";
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 2rem;
  background: url(images/top/arrow-gray.svg) center center no-repeat;
  z-index: 1;
}

.news__link:hover::after {
  content: "";
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url(images/top/arrow.svg) center center no-repeat;
  z-index: 1;
}

.news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 64rem;
  width: 100%;
}

.news__item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.5rem;
  padding: 3rem 4rem;
  gap: 1rem;
  font-size: 1.45rem;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.news__label {
  color: var(--sub-color);
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 4rem;
}

.news__date {
  color: #7e7f80;
  flex-shrink: 0;
  font-size: 1.2rem;
  margin-right: 4rem;
}

.news__text {
  color: #7e7f80;
  text-decoration: none;
  transition: color 0.3s;
}

.news__text:hover {
  color: var(--main-color);
}

/* ===== responsive ===== */
@media (max-width: 767px) {
  .news__box {
    display: block;
    padding: 4rem 2rem;
  }

  .news__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 2rem;
  }

  .news__label {
    flex-shrink: 0;
    margin-right: 1rem;
  }

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

  .news__text {
    flex: 1;
    white-space: normal;
    word-break: break-word;
    text-decoration: none;
  }

  section.news {
    padding: 5rem 0 4rem;
  }
}

/* !contact
---------------------------------------------------------- */
.contact {
  background: var(--sub-color);
  padding: 8rem 2rem;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 0;
}

.contact__inner {
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.contact__title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
  z-index: 0;
}

.contact__subtitle {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  position: relative;
  color: #fff;
  font-weight: normal;
}

.contact__box {
  background: #fff;
  border-radius: 3rem;
  padding: 2rem;
  margin: 0 auto 2rem;
  max-width: 60rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.1);
}

.top__title-bg.about__tit {
  font-size: 13rem;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  white-space: nowrap;
}

.contact__title .top__title-bg {
  top: -8rem;
}

.contact__item {
  display: flex;
  align-items: center;
  justify-content: center;

  flex-direction: column;
  width: 50%;
}

.contact__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact__btn a {
  display: inline-block;
  width: 28.87rem;
  position: relative;
}

.contact__btn a::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 55%;
  transform: translateY(-55%);
  width: 3rem;
  height: 2rem;
  background: url(images/top/arrow-white.svg) center center no-repeat;
  z-index: 1;
}

.contact__btn a:hover::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url(images/top/arrow.svg) center center no-repeat;
  z-index: 1;
}

.contact__icon {
  font-size: 2.5rem;
  color: var(--sub-color);
  margin-right: 0.5rem;
}

.contact__number {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #3b4043;
  position: relative;
  font-family: 'ruika';
}

.contact__number::before {
  content: "";
  background: url("images/top/tel-icon.svg") center center no-repeat;
  width: 5rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: -5rem;
  transform: translateY(-50%);
  background-size: 50%;
}

.contact__btn {
  margin-top: 1rem;
  width: 100%;
}

.contact__note {
  font-size: 1.4rem;
  color: #666;
  margin-top: 0.5rem;
}

.contact__free {
  border: 0.4rem solid #ff5454;
  border-radius: 50%;
  width: 11rem;
  height: 11rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #d32f2f;
  font-weight: bold;
  line-height: 1.4;
  margin-right: -13rem;
  background-color: #ffcfcf;
}

.contact__free strong {
  font-size: 2rem;
  background: #fff;
  padding: 0.1rem 1rem;
  border-radius: .5rem;
  margin-top: .3rem;
}


.contact__title .top__title-bg {
  top: -4rem;
  font-size: 15rem;
  font-weight: 400;
  letter-spacing: .8rem;
}

.contact {
  padding: 6rem 2rem 3rem;
}

/* ===== responsive ===== */
@media (max-width: 767px) {
  .contact__box {
    flex-direction: column;
    text-align: center;
    margin-top: 4rem;
    padding-top: 5rem;
  }

  .contact__phone {
    text-align: center;
    padding-left: 1rem;
  }

  .contact__free {
    width: 8rem;
    height: 8rem;
    font-size: .9rem;
    position: absolute;
    top: -3rem;
    right: 15rem;
  }

  .contact__title .top__title-bg {
    top: 1rem;
    font-size: 6rem;
  }

  .contact__free strong {
    font-size: 1.4rem;
  }

  .contact__item {
    width: 100%;
  }

  .contact {
    padding: 4rem 2rem 3rem;
  }

  .contact__number::before {
    width: 5rem;
    height: 5rem;
    left: -4rem;
  }
}

/* !about
---------------------------------------------------------- */
.about {
  padding: 10rem 2rem 6rem;
  position: relative;
  overflow: hidden;
}

.about__inner {
  max-width: 111rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
}

.about__left {
  max-width: 45.5rem;
  width: 100%;
}

.about__head {
  position: relative;
  margin-bottom: 3rem;
  box-sizing: border-box;
}

.about__title-bg {
  font-size: 14rem;
  color: rgba(255, 170, 0, 0.2);
  position: absolute;
  top: -11rem;
  left: 0;
  white-space: nowrap;
  width: calc(100% + 28rem);
  margin-right: -28rem;
  font-family: 'ruika';
  font-weight: 500;
}

.about__title-box {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  position: relative;
}

/* 左に画像 */
.about__title-box::before {
  content: "";
  position: absolute;
  left: -3rem;
  top: -1rem;
  transform: translateY(-50%);
  width: 7rem;
  height: 7rem;
  background: url("images/top/hammer-icon.png") no-repeat center / contain;
}

.about__label {
  display: inline-block;
  background: var(--sub-color);
  color: #fff;
  font-size: 1.3rem;
  padding: 0.3rem 0.8rem;
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.about__title {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  color: #3b4043;
}

/* 右に画像 */
.about__title::after {
  content: "";
  position: absolute;
  right: -11rem;
  top: 1rem;
  transform: translateY(-50%);
  width: 15rem;
  height: 10rem;
  background: url("images/top/home-icon.png") no-repeat center / contain;
}

.about__title .highlight {
  color: var(--main-color);
}

.about__content {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  flex-wrap: wrap;
}

.about__text__box {
  font-size: 1.6rem;
  line-height: 2.8;
}

.about__tit__box {
  font-size: 2.3rem;
  margin-bottom: 3rem;
  color: #3b4043;
}

.about__text strong {
  font-weight: bold;
}

.about__image img {
  width: 100%;
  border-radius: 0.5rem;
  display: block;
}

/* 1つ目を左、2つ目を右端に（Flexbox） */
.about__content {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  max-width: 65.5rem;
  width: 100%;
  padding: 5.1rem 0;
}

.about__btn a.btn__link:hover {
  background: #fff;
  color: var(--main-color);
}

.btn__link:hover .btn__link__txt {
  color: var(--main-color);
}

.about__btn a.btn__link:hover p.btn__link__txt::after {
  background-image: url(images/top/arrow.svg);
  /* ← 変更後の画像 */
}

/* 2番目を右に押し出すキー */
.about__content> :nth-child(2) {
  margin-left: auto;
}

.about__btn {
  width: 48rem;
}

.about__btn a.btn__link {
  margin-left: auto;
  display: inline-block;
  padding: 1rem 2.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: var(--main-color);
  border-radius: 1rem;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
  height: 15rem;
  box-sizing: border-box;
  position: relative;
  border: solid 4px #ffd787;
  align-items: end;
  display: flex;
}

.about__btn p.btn__link__txt {
  position: relative;
  font-size: 1.8rem;
  color: #fff;
}

.about__btn p.btn__link__txt::after {
  content: "";
  position: absolute;
  right: -5rem;
  top: 70%;
  transform: translateY(-70%);
  width: 3rem;
  height: 2rem;
  background: url(images/top/arrow-white.svg) center center no-repeat;
  z-index: 1;
}

.about__image {
  max-width: 55rem;
  width: 100%;
}

li.breadcrumb-list__item span {
  color: #3B4043;
}

/* ===== responsive ===== */
@media (max-width: 767px) {
  .about {
    padding: 5rem 2rem 0rem;
  }

  .about__content> :nth-child(2) {
    width: 87%;
  }

  .about__text__box {
    line-height: 2;
  }

  .about__content {
    flex-direction: column-reverse;
  }

  .about__inner {
    display: block;
  }

  .about__text,
  .about__image {
    flex: 1 1 100%;
  }

  .about__title-bg {
    font-size: 9rem;
    top: 0rem;
    left: -5rem;
  }

  .about__tit__box {
    font-size: 1.8rem;
  }

  .about__text {
    order: 2;
  }

  .about__image {
    order: 1;
  }

  .about__btn a.btn__link {
    height: 10rem;
    ;
  }
}

/* !footer
---------------------------------------------------------- */
.footer {
  background: #dfeceb;
  padding: 2rem;
  font-size: 1.3rem;
  position: relative;
}

.footer__inner {
  max-width: 111rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.footer__company {
  font-size: 1.4rem;
}

.footer__company p {
  font-size: 1.4rem;
}

.footer__label {
  font-weight: bold;
  margin-bottom: 0.5rem;
  background: #3b4043;
  color: #fff;
  padding: 0 0.5rem;
  display: inline-block;
}

.footer__name {
  font-weight: bold;
  margin-bottom: 2rem;
}

.footer__address,
.footer__tel {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 3rem 0;
}

.footer__nav ul li {
  width: calc(100% / 4);
  box-sizing: border-box;
}

.footer__nav a {
  text-decoration: none;
  font-size: 1.2rem;
}

.footer__nav a:hover {
  color: var(--main-color);
}

.footer__copy {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 2rem;
  color: #555;

}

.footer__copy p {
  font-size: .8rem;
}

.pagetop-btn {
  position: fixed;
  width: 52px;
  height: 52px;
  border: solid 1px #fbdc97;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  left: 5px;
  bottom: 5px;
  z-index: 1000;
}

.pagetop-btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--main-color);
  border-top: 2px solid var(--main-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%) rotate(45deg);
}


/* ===== responsive ===== */
@media (max-width: 767px) {
  .footer__company {
    flex: 1 1 100%;
  }

  .footer__nav ul {
    justify-content: center;
  }

  .footer__nav a {
    font-size: 1.1rem;
  }
}

/* !top
---------------------------------------------------------- */
/* !Works List 一覧ページ
---------------------------------------------------------- */
#works .container {
  max-width: 110rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
  /* 20px */
}

/* Hero */
#works .cases__hero {
  position: relative;
  max-width: 110rem;
  margin: 1.5rem auto 1.25rem;
  /* 24px 0 20px */
  padding-inline: 1.25rem;
  /* 20px */
}

#works .cases__hero::before {
  content: "";
  display: block;
  padding-top: 33%;
  /* keep ratio */
}

#works .cases__hero-img {
  position: absolute;
  inset: 0 1.25rem;
  width: calc(100% - 2.5rem);
  height: 100%;
  object-fit: cover;
  border-radius: 1.75rem;
  display: block;
  filter: saturate(1.05);
}

#works .cases__hero-overlay {
  position: absolute;
  inset: 0 1.25rem;
  border-radius: 1.75rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .25) 35%, rgba(0, 0, 0, 0) 60%);
}

#works .cases__hero-title {
  position: absolute;
  inset: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: clamp(1.375rem, 3.6vw, 2.5rem);
  /* 22px → 40px */
  text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, .35);
  /* 2px 10px */
}

/* Breadcrumb */
#works .breadcrumb {
  max-width: 110rem;
  margin: 0.625rem auto 1.5rem;
  /* 10px 0 24px */
  padding-inline: 1.25rem;
  /* 20px */
}

#works .breadcrumb__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #6f6f6f;
  font-size: 0.8125rem;
  /* 13px */
}

#works .breadcrumb__item a {
  color: inherit;
  text-decoration: none;
}

#works .breadcrumb__item a:hover {
  text-decoration: underline;
}

#works .breadcrumb__sep {
  color: #bdbdbd;
}

.sub__mv--img {
  position: relative;
  max-width: 111rem;
  width: 100%;
  margin: 0 auto;
}
.sub__mv--img img {
    width: 100%;
}
.sub__mv--title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem 2rem;
  background: rgba(150, 150, 150, 0.3);
  display: inline-block;
  width: 100%;
}

.sub__mv--title.Mv_Tit {
  background: none;
}

#works .tag-cloud {
  list-style: none;
  padding: 0;
  margin: 3rem 0 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
}

#works .tag-cloud li {
  width: calc(100% / 5 - 4rem);
}

.works__list__sub .notpost {
  font-size: 1.5rem;
}

#works .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 3rem;
  border: 0.5rem solid #16b7a7;
  border-radius: 999rem;
  color: var(--sub-color);
  background: #dfeceb;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(0.875rem, 1.4vw, 1.4rem);
  line-height: 1;
  transition: background-color .2s ease, color .2s ease, transform .06s ease, box-shadow .2s ease;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  width: 18rem;
}

#works .tag:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.125rem rgba(22, 183, 167, .25);
}

#works .tag:hover {
  background: #16b7a7;
  color: #fff;
}

#works .tag:active {
  transform: translateY(0.0625rem);
}

#works .tag-note {
  margin: 1.6rem 0 3rem;
  color: #858585;
  font-size: 1.5rem;
  letter-spacing: .2rem;
}

section.works__list__sub {
  margin-top: 6rem;
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
  #works .cases__hero {
    margin: 1rem auto 0.75rem;
    /* 16px 0 12px */
    padding-inline: 0.75rem;
    /* 12px */
  }

  #works .tag-cloud li {
    width: calc(100% / 3 - 1rem);
  }

  #works .tag {
    padding: 1rem .5rem;
    font-size: 1.2rem;
    width: 11rem;
    border: 0.3rem solid #16b7a7;
  }

  #works .cases__hero-img,
  #works .cases__hero-overlay,
  #works .cases__hero-title {
    inset: 0 0.75rem;
    /* 12px */
    width: calc(100% - 1.5rem);
  }

  #works .breadcrumb {
    padding-inline: 0.75rem;
  }

  #works .tag-cloud {
    gap: 0.75rem 0.75rem;
  }
section.works__list__sub {
    margin-top: 3rem;
}
 p.logo span {
    font-size: 1.1rem;
    padding-bottom: .3rem;
}
}

/* !Works  詳細ページ
---------------------------------------------------------- */
.work__media-box {
  display: flex;
  max-width: 111rem;
  width: 100%;
  margin: 5rem auto 0;
}

section.work__media {
  width: 50%;
}

/* ============== レイアウト（左右2カラム） ============== */
#work-single .work__container {
  max-width: 110rem;
  margin-inline: auto;
  padding: 1.25rem
}

#work-single .work__grid {
  display: flex;
}

@media (max-width:767rem) {

  /* ≤767 */
  #work-single .work__container {
    padding: 1rem
  }

  #work-single .work__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem
  }
}

/* ============== 左：スライド ============== */
.slick-img img {
  width: 100%;
  height: 100%;
}

.container.work__media_box-slider {
  width: 50%;
}

.thumbnail-img img {
  width: 100% !important;
  height: auto !important;
}

/* ============== 右：情報 ============== */
aside.work__info {
  width: 50%;
}

aside.work__info p {
  color: #3B4043;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: normal;
}

#work-single .work__head {
  position: relative;
  margin-bottom: 1rem
}

#work-single .work__title {
  margin: 0 0 .25rem;
  line-height: 1.35;
  border-bottom: solid .4rem var(--sub-color);
  padding-bottom: 1rem;
  color: #3B4043;
  letter-spacing: .5rem;
  font-size: 3.1rem;
}

#work-single .work__date {
  top: .25rem;
  color: #3B4043;
  font-size: 1.2rem;
  display: flex;
  justify-content: end;
  font-weight: bold;
}

#work-single .work__box-label {
  margin: 0;
  padding: .5rem .75rem;
  border: .2rem solid #16b7a7;
  color: var(--sub-color);
  font-size: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  background: #DFECEB;
}

#work-single .work__box {
  margin-bottom: 1rem;
  border-radius: .25rem;
  background: #fff;
}

#work-single .work__box-body {
  padding: .625rem .75rem;
  font-size: 1.2rem;
  color: #3B4043;
}

/* ===== responsive ===== */
@media (max-width:767px) {
  #work-single {
    display: block;
  }

  .work__media-box {
    margin: 3rem auto 0;
  }

  .work__media-box .wrapper {
    margin: auto 0;
  }

  .work__media-box aside.work__info {
    width: 100%;
    padding: 1rem;
    margin-top: 3rem;
  }

  #work-single .work__date {
    position: static;
    display: block;
    margin: .25rem 0 0
  }

  #work-single .work__title {
    font-size: 1.5rem
  }

  #work-single .works__item-location {
    box-shadow: 0px 3px 6px #000000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  #work-single .work__box {
    margin-bottom: 1rem;
    border-radius: .25rem;
    background: #fff
  }

  #work-single .work__box-label {
    margin: 0;
    padding: .5rem .75rem;
    border: .2rem solid #16b7a7;
    color: var(--sub-color);
    font-size: 1rem;
    font-weight: 700;
    font-size: 1.6rem;
    background: #DFECEB;
  }

  #work-single .work__box-body {
    padding: .625rem .75rem;
    font-size: 1.2rem;
    color: #3B4043;
  }


  .ba__row .wroks_Arrow_box img {
    width: 50%;
    display: block;
    transform: rotate(90deg);
    transform-origin: center;
    margin: 1rem;
  }
	
}

/* !お客様の声
---------------------------------------------------------- */
.voice__box {
  margin: 4rem 0 4rem;
}

.voice_tit {
  display: block;
  text-align: center;
}

.voice_tit h2 {
  position: relative;
  text-align: center;
  display: inline-block;
  color: #3B4043;
  padding-left: 3rem;
}

.voice_tit h2::after {
  position: absolute;
  content: "";
  width: 7rem;
  height: 5rem;
  top: 50%;
  transform: translateY(-50%);
  left: -5rem;
  background: url(images/works/voice.svg) center center no-repeat;
}

.work__voice-body {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

#work-single .work__voice-body {
  padding-left: 3rem;
  position: relative;
}

.work__voice-body p {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  position: relative;
  padding-left: 6rem;
  font-weight: normal;
}

.work__voice-body p::before {
  position: absolute;
  content: "";
  width: 4rem;
  height: 4rem;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  background: url(images/works/person-icon.svg) center center no-repeat;
  background-size: 100%;
}
/* ===== responsive ===== */
@media (max-width:767px) {
.voice__box {
    margin: 1rem 0 4rem;
}
}
/* !施工事例
---------------------------------------------------------- */
.ba__inner {
  max-width: 111rem;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 2rem;
}

.ba__row {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.ba__row+.ba__row {
  margin-top: 3rem;
}

figure.ba__pane.ba__pane--before,
figure.ba__pane.ba__pane--after {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
	margin: 0;
}

figure.ba__pane.ba__pane--before {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ba__row .wroks_Arrow_box {
  width: 20%;
  margin: 0 1rem;
  text-align: center;
}

.ba__row .wroks_Arrow_box img {
  width: 50%;
}

.ba__img-wrap {
  position: relative;
  display: inline-block;
  max-width: 51rem;
  width: 100%;
}

.ba__img-wrap::before {
  position: absolute;
  content: "";
  width: 13rem;
  height: 7rem;
  top: -2rem;
  left: -2rem;

  background: url(images/works/before.png) center center no-repeat;
  background-size: 100%;
}

.ba__img-wrap img {
  width: 100%;
  height: 33rem;
  object-fit: cover;
}

.ba__pane--after .ba__img-wrap::before {
  position: absolute;
  background: url(images/works/after.png) center center no-repeat;
  background-size: 100%;
}

/* 会社案内 */
.company-hero {
  position: relative;
  padding: 7.5rem 0;
  background: linear-gradient(120deg, rgba(0, 197, 176, 0.85), rgba(255, 170, 0, 0.85)), url("../images/top/words-bg.jpg") center/cover no-repeat;
  color: #fff;
}

.company-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.company-hero__overlay {
  position: relative;
  z-index: 1;
  max-width: 111rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.company-hero__label {
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.company-hero__title {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin: 0;
}

.company-breadcrumb {
  background-color: #fdfdfd;
  border-bottom: 0.1rem solid var(--gray-200);
}

.company-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.4rem 0;
  margin: 0;
  list-style: none;
  font-size: 1.3rem;
}

.company-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.company-breadcrumb__item+.company-breadcrumb__item::before {
  content: ">";
  color: var(--text-color);
  opacity: 0.6;
}

.company-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.company-breadcrumb a:hover {
  color: var(--sub-color);
}

figure.company-greeting__media {
  width: 43rem;
}

.company-greeting,
.company-outline,
.company-access,
.company-contact {
  padding: 4rem 0;
}

.company-greeting__layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.company-greeting__media img {
  margin: 0;
  border-radius: 4rem;
  overflow: hidden;
  border: 0.5rem solid rgba(0, 197, 176, 0.25);
}

.message-block {
  position: relative;
  overflow: visible;
}

.message-block p {
  position: relative;
  z-index: 1;
  margin: 0;
}

.message-block {
  position: relative;
  overflow: visible;
}


.company-greeting__body {
  display: flex;
  flex-direction: column;
  width: 62.8rem;
  margin: 0 auto;
  text-align: left;

}

.message-block h1.jp-font {
  margin: .5rem 0 2rem;
  color: #3B4043;
  font-size: 3rem;
  font-weight: 900;
}

.company-box {
  width: calc(100% + 12rem);
  z-index: 0;
  pointer-events: none;
  user-select: none;
  font-family: 'ruika';
  line-height: 1;
  color: #FFAA00;
  text-align: center;
  background: url(images/company/company-Message.png) center center no-repeat;
  background-size: contain;
  height: 100%;
}

.company-section__subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--sub-color);
  margin: 0;
}

.company-section__title {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 2rem;
}

.company-greeting__body p {
  margin: 0;
  position: relative;
  font-size: 1.5rem;
  font-weight: normal;
}

.company-greeting__signature {
  font-weight: 600;
  font-size: 1.8rem;
  text-align: right;
}

.company-greeting__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.2rem 2.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sub-color), var(--main-color));
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.company-greeting__cta:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 1.2rem 2.4rem rgba(0, 197, 176, 0.2);
}

.company-outline {
  background-color: var(--gray-100);
}

.company-outline__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
  overflow: hidden;
  border-top: 0.3rem solid #d3d3d3;
}

.company-outline__table tr {
  border-bottom: 0.3rem solid #d3d3d3;
}

.company-outline__table th,
.company-outline__table td {
  padding: 2.4rem;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: normal;
}

.company-outline__table th {
  width: 22rem;
  background: rgba(0, 197, 176, 0.12);
  font-weight: 600;
  color: var(--sub-color);
  vertical-align: middle;
  text-align: center;
}

.company-outline__table tr:last-child th,
.company-outline__table tr:last-child td {
  border-bottom: none;
}


.company-access {
  background: #fff;
}

.company-access__map {
  margin-top: 3rem;
  overflow: hidden;
}

.company-access__map iframe {
  width: 100%;
  height: 38rem!important;
  border: 0;
}

.company-access__info {
  margin-top: 3rem;
  display: grid;
  gap: 2rem;
}

.company-access__card {
  background: var(--gray-100);
  padding: 2.4rem;
  border-radius: 1.6rem;
  border: 0.1rem solid rgba(0, 197, 176, 0.2);
}

.company-access__card-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1.2rem;
  color: var(--sub-color);
}

.company-contact {
  background: linear-gradient(135deg, rgba(0, 197, 176, 0.12), rgba(255, 170, 0, 0.08));
}

.company-contact__card {
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.08);
  padding: 4rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: center;
}

.company-contact__subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--sub-color);
  margin: 0 0 1.2rem;
}

.company-contact__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 1.6rem;
  color: var(--text-color);
}

.company-contact__description {
  margin: 0 0 2.4rem;
}

.company-contact__channels {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  align-items: center;
}

.company-contact__phone {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--sub-color);
  margin: 0;
}

.company-contact__phone span {
  display: block;
  font-size: 1.4rem;
  color: var(--text-color);
  font-weight: 500;
}

.company-contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 2.8rem;
  border-radius: 999px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, var(--main-color), var(--sub-color));
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.company-contact__button:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 1.2rem 2.4rem rgba(255, 170, 0, 0.22);
}

.company-contact__badge {
  background: linear-gradient(160deg, var(--main-color), var(--sub-color));
  color: #fff;
  border-radius: 50%;
  width: 14rem;
  height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
}

.gmap_wrapper {
  max-width: 1000px;
}

.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

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

.breadcrumb-list li {
  font-size: 1.6rem;
}

/* ===== responsive ===== */

@media screen and (max-width: 767px) {


  .inner {
    padding: 1rem;
  }

  figure.company-greeting__media {
    width: 100%;
  }

  .company-greeting__layout {
    display: block;
  }

  .company-box {
    width: 100%;
  }

  .company-greeting__body {
    width: 100%;
  }

  .message-block::before {
    font-size: 8rem;
  }

  .company-outline__table tr {
    border-bottom: 1px solid inherit;
  }

  .company-contact__channels {
    flex-direction: column;
  }

  .company-outline__table th,
  .company-outline__table td {
    padding: 2rem;

  }

  .sub__mv--title {
    font-size: 1.5rem;
  }

  main.pricing-page {
    margin-bottom: 3rem;
  }

  .company-greeting,
  .company-outline,
  .company-access,
  .company-contact {
    padding: 1rem 0;
  }

  .ba__row {
    flex-direction: column;
  }

  .ba__img-wrap img {
height: 23rem;
  }
}

.splide__track--nav>.splide__list>.splide__slide {
  width: 100% !important;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  width: 100% !important;
}

/* サムネイルをグリッド表示 */
#thumbnail-carousel .splide__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
}

/* 選択されていないサムネイルは薄くする */
.splide__slide {
  opacity: .6;
}

/* 選択されているサムネイルだけ透過しない */
.splide__slide.is-active {
  opacity: 1;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: none;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: none !important;
  cursor: pointer;
}

div#thumbnail-carousel-track {
  margin: .5rem;
}

/* 画像サイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}

/* スライダーの幅 */
.wrapper {
  margin: auto 3rem;
  max-width: 50rem;
  width: 100%;
}

.work__voice-body p {

  text-align: left;
}

/*--------------------------お問い合わせ---------------------------*/
.contact_Content {
  margin-top: 5rem !important;
}

.p-contact__price-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--font-color);
}

.p-contact__price-box p {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 3rem;
  letter-spacing: .2rem;
}

.p-contact- tit .contact__number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #3b4043;
  position: relative;
}

.p-contact {
  color: var(--font-color);
  line-height: 1.8;
  background: #fff;
}

/* レイアウト */
.l-container {
  width: 100%;
  margin-inline: auto;
  padding: 0 1.25rem;
}

/* ユーティリティ */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ヘッダー */
.p-contact__header {
  padding: 2rem 0 1rem;
}

.p-contact__lead-eyebrow {
  font-size: .9rem;
  font-weight: 700;
  color: var(--sub-color);
  margin: 0 0 .6rem;
}

.p-contact__lead-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
}

/* セクション共通 */
.p-contact__section-title {
  font-size: 2.85rem;
  font-weight: 700;
  margin: 7rem 0 1rem;
  color: #3B4043;
}

/* ——— 電話エリア ——— */
.p-contact-.tit.contact__number {
  font-size: 6rem;
  color: #FF7700;
  position: relative;
  font-family: 'Noto Sans JP';
}

.p-contact-.tit.contact__number::before {
  content: "";
  background: url(images/contact/contact-phone.svg) center center no-repeat;
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 50%;
  left: -9rem;
  transform: translateY(-50%);
  background-size: 100%;
}

.p-contact__price-box .price__note-text {
  font-size: 2.5rem;
  text-align: center;
  display: inline;
  margin: 0 auto;
  position: relative;
  color: #3B4043;
  max-width: 37rem;
  width: 100%;
}

.p-contact__phone {
  padding: .5rem 0 1.5rem;
}

.p-contact__callout {
  border: .5rem solid var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 2rem;
  background-color: #FFF7E8;
  padding: 2rem;
  width: 100%;
}

.p-contact__callout-caption {
  margin: 0 0 1rem;
  font-size: 1.5rem;
}

.p-contact__tel {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: .03em;
  color: var(--main-color);
  text-decoration: none;
}

.p-contact__tel-icon {
  inline-size: 1.6rem;
  block-size: 1.6rem;
  border-radius: 50%;
  background: var(--main-color);
  position: relative;
  transform: rotate(-20deg);
}

.p-contact__tel-icon::after {
  content: "";
  position: absolute;
  inset: .35rem .35rem .35rem .5rem;
  border: .22rem solid #fff;
  border-left-color: transparent;
  border-top-color: transparent;
  border-radius: .2rem;
}

.p-contact__hours {
  margin: .6rem 0 0;
  font-size: 1.5rem;
}

/* ——— フォーム ——— */
.p-contact__form {
  padding: 1.5rem 6rem 3rem;
}

.p-contact__note {
  font-size: 1.85rem;
  margin: 0 0 1.25rem;
  text-align: center;
}

.p-contact__form-body {
  background: #fff;
  border: .08rem solid rgba(0, 0, 0, .06);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.p-contact__field {
  margin: 3rem 0;
}

.p-contact__label {
  display: block;
  font-weight: 700;
  margin: 0 0 .8rem;
  font-size: 1.5rem;
  color: #3B4043;
}

.p-contact__req {
  font-size: .85rem;
  color: #fff;
  margin-left: 2rem;
  background-color: #FF4343;
  padding: .2rem .5rem .4rem;
  border-radius: .5rem;
  vertical-align: bottom;
}

.p-contact__input,
.p-contact__textarea {
  display: block;
  width: 100%;
  padding: .9rem 1rem;
  border: .08rem solid rgba(0, 0, 0, .15);
  border-radius: var(--radius-sm);
  font-size: 1.5rem;
  background: #fff;
  color: var(--font-color);
  outline: none;
}

.p-contact__input:focus,
.p-contact__textarea:focus {
  border-color: var(--sub-color);
  box-shadow: 0 0 0 .2rem rgba(0, 197, 176, .18);
}

.p-contact__textarea {
  resize: vertical;
}

/* 同意チェック */
.form-row.privacy-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wpcf7-list-item label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-contact__actions .wpcf7-spinner {
  display: none;
}

.p-contact__actions input[type=submit] {
  font-size: 1.5rem;
  color: #fff;
  padding: .5em 2em;
  border-radius: var(--vk-size-radius);
  background-color: #FFAA00;
  border: solid .3rem #FFD787;
  width: 27rem;
  border-radius: 3rem;
}

.p-contact__actions input[type=submit]:not(:disabled):hover {
  color: #fff;
  cursor: pointer;
  background-color: #e68a00;
}

.privacy__box .privacy-row-txt {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.form-row.privacy-row .form-label p {
  font-size: 1.5rem;
  font-weight: normal;
}

.form-row.privacy-row .form-label p a {
  font-size: 1.5rem;
  text-decoration: underline !important;
  font-weight: 600;
}

span.wpcf7-list-item-label {
  font-size: 1.25rem;
  line-height: .8rem;
}

/* 送信前の案内 */
.p-contact__confirm {
  font-size: 1.5rem;
  text-align: center;
  margin: 1.2rem 0;
  font-weight: normal;
}

/* ボタン */
.p-contact__actions {
  text-align: center;
}

.p-contact__submit {
  display: inline-block;
  padding: .9rem 3.2rem;
  background: var(--main-color);
  color: #fff;
  border: none;
  border-radius: 999rem;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: .05em;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: transform .05s ease-in;
  width: 17rem;
}

.p-contact__submit:hover {
  transform: translateY(-.06rem);
}

.p-contact__submit:active {
  transform: translateY(.06rem);
}

.p-contact__submit:focus-visible {
  outline: .2rem solid var(--sub-color);
  outline-offset: .2rem;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  padding: 1em 1em;
  font-size: 1.5rem;
}

section#contactMain {
  margin-top: 5rem;
}

/* ===== responsive ===== */
@media (max-width: 767px) {
  section#contactMain {
    margin-top: 3rem;
  }

  .p-contact__lead-title {
    font-size: 1.6rem;
  }

  .p-contact__section-title {
    font-size: 1.4rem;
    margin: 3rem 0 1rem;
  }

  .p-contact__callout {
    padding: 1.6rem .8rem;
  }

  .p-contact__tel {
    font-size: 3rem;
  }

  .p-contact__form-body {
    padding: 1.8rem;
  }

  .p-contact__field--half {
    width: 48%;
  }

  .p-contact__grid {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .p-contact-.tit.contact__number {
    font-size: 2.5rem;
  }

  .p-contact-.tit.contact__number::before {
    width: 3rem;
    height: 3rem;
    left: -4rem;
  }

  .p-contact__form {
    padding: 1.5rem 0rem 3rem;
  }

  .p-contact__note {
    font-size: 1.1rem;
  }

  .pricing-page section+section {
    margin-top: 0rem;
  }

  .p-contact__price-box .price__note-text {
    font-size: 1.9rem;
    width: 76%;
  }

  .p-contact__confirm {
    text-align: left;
    font-size: 1.4rem;
  }

  .p-contact__req {
    margin-left: 1rem;
  }
}

/*--------------------------お問い合わせ---------------------------*/


/*--------------------------個人情報保護方針---------------------------*/
.privacy-policy .page-header-title:before,
.privacy-policy h1.page-header-title:before {
  content: "Privacy Policy";
}

.privacy-policy-warp {
  max-width: 104rem;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 5rem;
}

.privacy-policy-title.individual-policy {
  font-size: 2.1rem;
  margin-top: 4rem;
  line-height: 2.625rem;
}

.privacy-policy-title.declaration {
  font-size: 2.1rem;
  margin-bottom: 1.6rem;
}

.privacy-policy-text-adress {
  font-size: 1.4rem;
}

.privacy-policy-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  margin-top: 2.68rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #3b4043;
}

.privacy-policy-title:first-child {
  margin-top: 0;
}

.privacy-policy-text {
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
  line-height: 2.8rem;
}

.privacy-policy-block {
  margin-top: 3rem;
}

.privacy-policy-highlight {
  color: red;
  font-size: 0.875rem;
  margin-left: 0.5rem;
}

/* ===== responsive ===== */

@media screen and (max-width: 767px) {
  .privacy-policy-warp {
    padding: 0 1rem;
    box-sizing: border-box;
  }

  .privacy-policy-warp {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

}

/*--------------------------個人情報保護方針---------------------------*/
/*--------------------------ニュース一覧ページ---------------------------*/
.p-news-index {
  color: var(--font-color);
}

.p-news-index__inner {
  max-width: 111rem;
  margin-inline: auto;
  padding: 2rem 2rem 6rem;
}

.p-news-index__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 1rem 0 2rem;
}

/* ===== list ===== */
.p-news-list {
  display: grid;
  gap: 3rem;
}

/* ===== card ===== */
.post__box {
  margin-top: 3rem;
}

.p-news-card {
  display: grid;
  grid-template-columns: 25rem 1fr;
  align-items: center;
  gap: 5rem;
  text-decoration: none;
  color: inherit;
}

.p-news-card+.p-news-card {
  margin-top: 1rem;
}

/* media */
.p-news-card__media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: color-mix(in oklab, var(--font-color) 6%, transparent);
}

.p-news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-news-card__badge {
  position: absolute;
  right: 0rem;
  top: 0rem;
  display: inline-grid;
  place-items: center;
  min-width: 6.8rem;
  height: 2.8rem;
  padding: 0 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #dfeceb;
  color: var(--sub-color);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border-color: #FFD787;
}

/* body */
.p-news-card__body {
  display: grid;
  align-content: center;
  gap: 0.8rem;
  color: var(--font-color);
  margin-top: 1rem;
}

.p-news-card__heading {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-news-card__meta {
  font-size: 1.2rem;
  position: relative;
}

.p-news-card__meta time {
  padding-left: 1.6rem;
  position: relative;
  display: flex;
  align-items: center;
}

.p-news-card__meta time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1rem;
  height: 1rem;
  background: url(images/news/IconTime.svg) center center no-repeat;
  background-size: contain;
  transform: translateY(-50%);

}

.p-news-card__excerpt {
  font-size: 1.4rem;
  line-height: 1.9;
  font-weight: normal;
}

/* cta */
.p-news-card__cta {
  display: flex;
  justify-content: flex-end;
}

.p-news-card__button {
  display: inline-grid;
  place-items: center;
  min-width: 12rem;
  height: 3.8rem;
  padding: 0 1.6rem;
  border-radius: 999rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: var(--main-color);
  border: solid 4px #ffd787;
  box-shadow: 0 0 0 0.2rem color-mix(in oklab, var(--main-color) 25%, transparent) inset;
}

.p-news-card__button:hover {
  color: var(--main-color);
  background-color: #fff;
}

.p-news-card__link:hover .p-news-card__button {
  filter: saturate(1.1) brightness(1.02);
}

.p-news-card__link:hover .p-news-card__heading {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

/* ===== responsive ===== */
@media (max-width: 1024px) {

  .p-news-card__link {
    grid-template-columns: 22rem 1fr 14rem;
  }

  .p-news-card__excerpt {
    max-width: none;
  }
}

@media (max-width: 767px) {

  .p-news-card__link {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    align-items: start;
  }

  .p-news-card__cta {
    justify-content: center;
  }

  .p-news-card {
    display: block;
  }

  .post__box {
    margin-top: 1rem;
  }
}

/* ===== scope ===== */
.p-news-single {
  color: var(--font-color);
  margin-top: 30px;
}

.p-news-single__inner {
  max-width: 111rem;
  margin-inline: auto;
  position: relative;
  padding: 0 2rem;
}

.p-article__title {
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 700;
  margin: 0 0 1.2rem;
}

.p-article__meta {
  font-size: 1.4rem;
}

.p-article__meta time {
  position: relative;
  padding-left: 2rem;
  display: inline-block;
}

.p-article__meta time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  transform: translateY(-50%);
  background: url("../image/news/IconTime.svg") center/contain no-repeat;
  opacity: 0.9;
}

.p-article__eyecatch {
  margin: 2.4rem 0 2rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background: rgba(59, 64, 67, 0.06);
}

.p-article__eyecatch img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== content ===== */
.p-article__content {
  font-size: 1.6rem;
  line-height: 2;
}

.p-article__content p {
  margin: 2rem 0 1.4rem;
  line-height: 1.6rem;
  color: var(--font-color);
  font-weight: normal;
  font-size: 1.5rem;
}


.p-adjacent {
  display: grid;
  grid-template-columns: 40% 40%;
  margin: 6rem 0 0;
  justify-content: space-between;
}

.p-adjacent__item {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}

.p-adjacent__thumb {
  background: rgba(59, 64, 67, 0.1);
  overflow: hidden;
  height: 26rem;
}

.p-adjacent__thumb img {
  width: 100%;
  height: 100%;
  display: block;
}

.p-adjacent__label {
  position: absolute;
  left: 0rem;
  top: 0rem;
  display: inline-block;
  padding: 0.6rem 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--sub-color);
  background-color: #dfeceb;
}

.p-adjacent__item.is-next .p-adjacent__label {
  background-color: #dfeceb;
  right: 0px;
  left: auto;
}

.p-news-single__cta {
  position: fixed;
  right: 2rem;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
}

.p-cta__note {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 0.4rem;
}

.p-cta__main {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
}

.p-cta__sub {
  font-size: 1.2rem;
  margin-top: 0.3rem;
  background: #fff;
  color: var(--main-color);
  border-radius: 999rem;
  padding: 0.2rem 0.8rem;
}

.p-adjacent__item:hover .p-adjacent__label {
  filter: brightness(1.05) saturate(1.05);
}

.p-cta:hover {
  filter: brightness(1.05) saturate(1.05);
}

@media (max-width: 767px) {
  .p-adjacent {
    grid-template-columns: 40% 40%;
    gap: 2rem;
    margin-top: 4rem;
    margin-bottom: 5rem;
    justify-content: space-between;
  }

  .p-news-single__cta {
    position: static;
    transform: none;
    margin: 2rem auto 0;
    width: max-content;
  }

  .p-adjacent__thumb {
    height: 10rem;
  }
}

/*--------------------------料金表---------------------------*/
section.pricing {
  margin-top: 5rem;
}

.pricing-page .inner {
  max-width: 111rem;
  /* 1110px */
  margin-inline: auto;
  padding: 2.4rem 2rem;
}

.pricing-page .price__content .description {
  display: block;
  text-align: center;
}

.pricing-page .price__content .description .price__description__tit {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2rem;
  letter-spacing: .2rem;
}

.pricing-page .price__content .description p {
  font-size: 1.6rem;
  line-height: 3;
  font-weight: normal;
}

.pricing-page .pricing-page__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.pricing-page .pricing-page__title {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  letter-spacing: 0.02em;
}

.pricing-page .pricing-hero__copy .price_left {
  width: 35rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  transform: translateY(2rem);
  position: relative;
  bottom: 5rem;
  left: -6rem;
}

.pricing-page .price_tit .works__area {
  font-size: 1.6rem;
  line-height: 1;
}

.pricing-page .pricing-hero__copy .price_left img {
  width: 17rem;
  height: auto;
}

.pricing-page .pricing-hero__copy .price_right {
  position: absolute;
  right: 3rem;
  bottom: 2rem;
}

.pricing-page .pricing-hero__copy .price__txt {
  font-size: 1.25rem;
  line-height: 2;
}

.pricing-hero__copy .price_tit .works__title span.small-txt {
  font-size: 2.5rem;
  margin-left: .5rem;
}

.pricing-page .pricing-hero__copy .price_right img {
  width: 11rem;
  height: auto;
}

.pricing-page .pricing-hero__media {
  border-radius: 1.2rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("/path/to/kv.jpg") center/cover no-repeat;
  min-height: 20rem;
}

.pricing-page .pricing-hero__copy {
  border: 0.4rem solid var(--sub-color);
  border-radius: 1.2rem;
  padding: 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 100.4rem;
  position: relative;
  max-height: 20rem;
  box-sizing: border-box;
  margin: 0 auto;
}

.pricing-page .pricing-hero__copy::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 1.5rem;
  background: repeating-linear-gradient(-45deg, color-mix(in oklab, var(--sub-color) 94%, #fff 6%) 0 0.8rem, color-mix(in oklab, var(--sub-color) 80%, #fff 20%) 0.8rem 1.6rem);
  border-radius: 0.4rem;
}

.pricing-page .pricing-hero__lead {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1.2rem;
}

.pricing-page .pricing-hero__copy .works__title {
  font-size: 2rem;
}

.pricing-page .pricing-hero__lead span {
  color: var(--sub-color);
}

.pricing-page .pricing-hero__copy span.price__blue {
  color: var(--sub-color);
  font-size: 3rem;
}

.pricing-page .pricing-hero__copy span.price__blue img {
  width: 22%;
  vertical-align: middle;
  padding-bottom: .3rem;
}

.pricing-page .pricing-hero__copy .price_tit {
  max-width: 60rem;
  width: 100%;
}

.pricing-page .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.pricing-page .service-card {
  position: relative;
  border-radius: 4rem;
  overflow: hidden;
  border: 0.6rem solid var(--sub-color);
  transition: transform 0.3s ease;
}

.pricing-page .service-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.pricing-page .service-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.pricing-page .service-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: white;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 1.5rem;
}

.pricing-page .blue__en_tit {
  color: var(--sub-color);
  font-size: 1rem;
  line-height: 1;
}

.pricing-page .price__section-title {
  color: #3B4043;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}

.pricing-page .price-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #ff6b6b;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: bold;
  font-size: 0.85rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

.pricing-page .price-tag .price-label {
  font-size: 0.7rem;
  display: block;
  margin-bottom: 0.2rem;
}

.pricing-page .price-tag .price-amount {
  font-size: 1.1rem;
}
.including-tax{
    font-weight: normal;
    margin-top: 20px;
	font-size:15px;
}

/* リフォームメニュー */
.pricing-page .reform-container {
  margin: 2rem auto;
  background-color: white;
  border-radius: 3rem 3rem 0 0;
  overflow: hidden;
  max-width: 111rem;
  box-sizing: border-box;
  width: 100%;
}

.pricing-page .reform-container+.reform-container {
  margin-top: 6rem;
}

/* 左右に横線 */
.pricing-page .table-header {
  align-items: center;
  /* 横線を上下中央 */
  display: flex;
  /* 文字と横線を横並び */
  justify-content: center;
  /* 文字を中央寄せ */
}

.pricing-page .table-header::before,
.pricing-page .table-header::after {
  background-color: #3b4043;
  /* 横線の色 */
  content: "";
  height: 0.2rem;
  /* 横線の高さ */
  width: 100%;
  /* 横線の長さ */
}

.pricing-page .table-header::before {
  margin-right: 1rem;
  /* 文字との余白 */
}

.pricing-page .table-header::after {
  margin-left: 1rem;
  /* 文字との余白 */
}

.pricing-page .table-header p {
  width: 38rem;
  font-size: 1.8rem;
}

.pricing-page .header-banner {
  background: linear-gradient(135deg, #ffa500 0%, #ffd700 100%);
  color: white;
  padding: 1rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}

.pricing-page .header-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: repeating-linear-gradient(45deg, transparent, transparent 0.625rem, rgba(255, 255, 255, 0.1) 0.625rem, rgba(255, 255, 255, 0.1) 1.25rem);
}

.pricing-page .header-banner span {
  position: relative;
  z-index: 1;
}

.pricing-page .content-section {
  display: flex;
  padding: 2rem;
  gap: 2rem;
  background-color: #fff3e5;
  position: relative;
  max-width: 111rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.pricing-page .bathroom-image {
  overflow: hidden;
  max-width: 42rem;
  width: 100%;
  margin: 0 auto;
}

.pricing-page .bathroom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pricing-page .content-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 68rem;
  width: 100%;
}

.pricing-page .description-text {
  line-height: 1.8;
  color: #3B4043;
  font-size: 1.5rem;
  width: 100%;
}

.pricing-page .info-box {
  background-color: white;
  border: 0.3rem solid #707070;
  border-radius: 0.75rem;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: var(--font-color);
}

.pricing-page .info-header {
  font-size: 1.8rem;
  border-right: solid 0.3rem #707070;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 2rem;
  font-weight: 600;
  color: #3B4043;
}

.pricing-page .info-row span {
  font-size: 1.6rem;
}
.pricing-page .price__item-price .highlight a {
    color: #ff5454;
}
.pricing-page .price__item-price .legend-box.legend-box--green {
  color: #fff;
  padding: 0.2rem;
  width: 1.7rem;
  height: 1.7rem;
  font-size: 1.1rem;
  line-height: 1;
}

.pricing-page .price__item-price .legend-box.legend-box--blue {
  color: #fff;
  padding: 0.2rem;
  width: 1.7rem;
  height: 1.7rem;
  font-size: 1.1rem;
  line-height: 1;
}

.pricing-page .info-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 2rem;
}

.pricing-page .info-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.pricing-page .info-label {
  font-weight: bold;
  color: #555;
  min-width: 8rem;
}

.pricing-page .info-value {
  color: #333;
}

.pricing-page .price-value {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.pricing-page .material-icons {
  display: inline-flex;
  gap: 0.25rem;
}

.pricing-page .material-icon {
  background-color: #00ced1;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: bold;
}

.pricing-page .price-amount {
  color: #ffa500;
  font-weight: bold;
  font-size: 1.3rem;
}

.pricing-page .price-note {
  color: #888;
  font-size: 0.875rem;
  text-decoration: line-through;
}

.pricing-page .note-text {
  margin-top: 1.5rem;
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #3B4043;
}

/* 価格テーブル */
.pricing-page .price-table-container {
  margin: 0 auto;
  background-color: white;
  border-radius: 0.5rem;
  overflow: hidden;
  max-width: 111rem;
  width: 100%;
  position: relative;
}

.pricing-page .price-table-container+.price-table-container {
  margin-top: 5rem;
}

.pricing-page .table-header {
  background-color: white;
  padding: 0.75rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #3B4043;
}

.pricing-page .category-header {
  color: white;
  padding: 0.75rem;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  position: relative;
  height: auto;
}

.pricing-page .category-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background-size: auto auto;
  border-radius: 3rem 3rem 0 0;
  background-color: rgba(255, 170, 0, 0.8);
  background-image: repeating-linear-gradient(120deg, transparent, transparent 5px, rgba(255, 170, 0, 1) 5px, rgba(255, 170, 0, 1) 10px);
}

.pricing-page .category-header span {
  position: relative;
  z-index: 1;
}

.pricing-page .price-table {
  width: 100%;
}

.pricing-page .price-table tr {
  position: relative;
}

.pricing-page .price-table tr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
  bottom: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
}

.pricing-page section+section {
  margin-top: 5rem;
}

.pricing-page .price-table td {
  padding: 1rem;
  vertical-align: middle;
  font-size: 1.6rem;
  border: none;
  position: relative;
}

.pricing-page table {
  border-spacing: 0rem 1rem !important;
  border-collapse: separate;
}

.pricing-page .service-name {
  font-weight: bold;
  color: #ffaa00;
  min-width: 10rem;
  position: relative;
  padding-left: 1.5rem;
  background: rgba(255, 170, 0, 0.1);
}

.pricing-page .service-price {
  text-align: left;
  font-weight: bold;
  padding-right: 1.5rem;
}

.pricing-page .price-suffix {
  font-size: 0.875rem;
  color: #666;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
}

.pagination ul.page-numbers li span.page-numbers.current {
  background: #FFAA00;
}

.pagination ul.page-numbers {
  margin: 0 auto;
  padding: 0;
  border: solid 1px #FFD787;
  border-radius: .5rem;
}

.pagination ul.page-numbers li a,
ul.page-numbers li span.page-numbers {

  color: #FFAA00;
}

.pagination ul.page-numbers li a,
ul.page-numbers li span.page-numbers {
  border: 1px solid #FFD787;
}

.priceNote {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
}

.priceNote .price-Note-tit {
  display: block;
  background-color: #FF4343;
  border-radius: 2rem;
  font-size: 1.2rem;
  padding: .5rem;
  color: #fff;
  width: 13rem;width: 180px;
  text-align: center;
}

.priceNote .price-Note-txt {
  font-size: 1.3rem;
  letter-spacing: .1rem;
  font-weight: normal;
  margin-left: 1rem;
  width: calc(100% - 200px);
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
  section.pricing {
    margin-top: 3rem;
  }

  .pricing-page .pricing-hero__copy {
    max-height: 100%;
    flex-direction: column;
    padding: 1rem 1rem 5rem;
    display: block;
  }

  .pricing-hero__copy .price_tit .works__title span.small-txt {
    font-size: 1.8rem;
  }

  .pricing-page .pricing-hero__copy .price_left {
    width: 17rem;
    bottom: 24rem;
    left: 18rem;
    height: 13rem;
    position: absolute;
    z-index: 9;
  }

  .pricing-page .service-image {
    height: 16rem;
  }

  .pricing-page .pricing-hero__copy span.price__blue img {
    width: 46%;
  }

  .pricing-page table {
    border-spacing: 0rem 1rem !important;
    border-collapse: separate;
  }

  .pricing-page .pricing-hero__copy .price_left img {
    width: 14rem;
    height: auto;
  }

  .pricing-page .pricing-hero__copy .price_right {
    position: absolute;
    right: 2rem;
    bottom: 1.5rem;
  }

  .pricing-page .pricing-hero__copy .price_right img {
    width: 8rem;
    height: auto;
  }

  .pricing-page .pricing-hero__copy span.price__blue {
    color: var(--sub-color);
    font-size: 2.5rem;
  }

  .pricing-page .pricing-hero__copy .works__title {
    line-height: 2;
    font-size: 1.6rem;
  }

  .pricing-page .price-table-container {
    font-size: 0.875rem;
  }

  .pricing-page .content-section {
    display: block;
  }

  .pricing-page .info-box {
    flex-direction: column;
    padding: 1rem;
  }

  .pricing-page .table-header {
    font-size: 1rem;
  }

  .pricing-page .price-table tr {
    display: flex;
  }

  .pricing-page .info-header {
    border-right: none;
    border-bottom: solid 0.3rem #707070;
    width: 100%;
    padding-bottom: 0.5rem;
    padding-right: 0;
    text-align: center;
  }

  .pricing-page .info-content {
    padding-left: 0rem;
    gap: 0.2rem;
    margin-top: 1rem;
  }

  .pricing-page .category-header {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2;
  }

  .pricing-page .category-header::before {
    height: 3rem;
  }

  .pricing-page .price-table-container+.price-table-container {
    margin-top: 2rem;
  }

  .pricing-page .price-table td {
    padding: 1rem 0.5rem;
    font-size: 0.875rem;
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pricing-page .note-text {
    margin-top: 0rem;
  }

  .pricing-page .category-header {
    padding: 0rem;
  }

  .pricing-page .service-card {
    border-radius: 2rem;
  }

  .pricing-page .service-name {
    min-width: auto;
  }

  .pricing-page .service-price {
    min-width: 5rem;
    padding-right: 0.75rem;
  }

  .pricing-page .table-header p {
    width: 100%;
  }

  .pricing-page .table-header::before,
  .pricing-page .table-header::after {
    width: 55%;
  }

  .pricing-page .price__content .description .price__description__tit {
    font-size: 1.9rem;
  }

  .pricing-page .price__content .description p {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }

  .pricing-page .price__section-title {
    font-size: 2.5rem;
    margin-bottom: 1.rem;
  }

  .pricing-page .info-row span {
    font-size: 1.4rem;
  }

  .pricing-page .reform-container+.reform-container {
    margin-top: 2rem;
  }

  .priceNote {
    align-items: flex-start;
    flex-direction: column;
  }
  .priceNote .price-Note-txt {
    width:100%;
    margin: 10px 0 0 0;
  }
  .pagination {
    margin-top: 5rem;
  }
  .including-tax {
    font-size: 13px;
  }
}

/*--------------------------料金表---------------------------*/
/* プラグイン */
.veu_autoEyeCatchBox {
  display: block;
  overflow: hidden;
  margin-bottom: 2em;
  display: none;
}
