/*
Theme Name: Tomorow design.
Theme URI: https://tomorow-design.com/
Author: Tomorow design.
Author URI: https://tomorow-design.com/
Description: Tomorow design.のホームページをご覧いただきありがとうございます。こちらはTomorow design.のテーマです。
Version: 2026
Text Domain: Tomorow design.

*/
@charset "UTF-8";

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;  
    --bg: #ffffff;
  --bg-soft:#e7f1ef;
  --ink:#1d2b2b;
  --muted:#5a6b6b;
  --brand:#469691;     /* くすみグリーン */
  --brand-dark:rgb(26, 51, 49);
  --line:#dbe6e4;
  }
}

  

body {
  font-family: system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: clamp(0.9375rem, 0.9155rem + 0.0704vw, 1rem);
  line-height: 1.5;
}
.m-plus-1p-thin {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.m-plus-1p-light {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1p-medium {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-1p-bold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-1p-extrabold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.m-plus-1p-black {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-style: normal;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
li,
p,
span,
iframe,
footer,
address,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* アニメーション */
/* 共通 */
.fade-up,
.fade-down {
  opacity: 0;
transition: opacity 1.2s cubic-bezier(.2,.6,.2,1),
            transform 1.2s cubic-bezier(.2,.6,.2,1);
}

.fade-up {
  transform: translateY(16px);
}

.fade-down {
  transform: translateY(-16px);
}
/* 表示後 */
.fade-up.is-show,
.fade-down.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* その場から ふわっと */
.fade-soft {
  opacity: 0;
  transform: translateY(4px); /* ほぼ動かさない */
  transition:
    opacity 1.4s cubic-bezier(.25,.8,.25,1),
    transform 1.4s cubic-bezier(.25,.8,.25,1);
}

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

/* アニメーション */

*:focus {
  outline: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}
img.img-full{
  max-width: 100%;
  height: auto;
}
.w-100{
  width: 100%;
}
.table {
  border-color: #CCC;
}
body.second main{
  padding-top: 102px;
}
/* link ------------------------------*/
a {
  color: #000000;
  transition: color 0.5s ease 0s;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #000000;
  /* opacity: .6; */
}

.underline_link {
  text-decoration: underline !important;
}

iframe {
  vertical-align: bottom;
}

figure {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

figure {
  margin: 0;
}

figure:hover {
  opacity: 0.7;
}

/* hr ------------------------------*/
hr {
  border-top: 2px dashed #4493d0;
}

hr.border_gray {
  border-top: 1px solid #e2e2e2;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* header ------------------------------*/
/* list ------------------------------*/
li {
  list-style-type: none;
}

ul.circle_list,
ul.common_list {
  padding-left: 1em;
  text-indent: -1em;
}

.circle_list li::before {
  content: "・ ";
}
.note_list li::before {
  content: "※ ";
}

ul.circle_list.font-l {
  font-size: 18px;
}

ol.number_list{
	counter-reset: listnum;
	list-style: none;
}
ol.number_list li::before{
	counter-increment: listnum;
	content: counter(listnum);
}

ol {
  position: relative;
  margin: 0;
  padding: 0
}

ol li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em
}

/* color ------------------------------*/
.white {
  color: #FFF;
}

.orange {
  color: #e95412;
}

.red {
  color: #921F1F;
}

.blue {
  color: #0070b7;
}

.green {
  color: #469691;
}

.grey {
  color: #585858;
}

.light-green-bg{
  background-color: #E6F2F1;
}
.button {
    color: #fff;
    background:var(--brand);
    border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid var(--brand);
    position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.button:hover{
    color: var(--brand);
    background: #fff;
}
.button.white-btn{
  color: #fff;
}
.button.white-btn::after,
.button.white-btn::before {
  border: 1px solid #fff;
}
.contact_button{
  padding-left: 40px!important;
}
.contact_button:after {
  content: "\f0e0";
  font-family: "Font Awesome 7 Free";
  font-weight: 900; /* solid */
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  border: 1px solid #469691;
  color: #469691;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
}

.btn:before,
.btn:after {
  position: absolute;
  top: 50%;
  right: 22px;
  height: 1px;
  background: #469691;
  content: '';
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.btn:before {
  width: 30px;
  transform: translateY(-50%);
}

.btn:after {
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}

.btn--dark{
  border: 1px solid #3D6562;
  color: #fff;
  background-color: #3D6562;
}
.btn--dark:before,
.btn--dark:after {
  background: #fff;
}

.btn:hover{
  color: #469691;
}
.btn--dark:hover{
  color: #fff;
}

.btn:hover:before, .btn:hover:after{
  right: 10px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#plan .btn,#works .btn{
  margin: 0 auto;
}
.button-arrow {
    display: flex;
    align-items: center;
    width: 120px;
    color: #3D6562;
    position: relative; 
    margin-top: 1rem;
    font-weight: bold;
}

.button-arrow:before,
.button-arrow:after {
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #3D6562;
  content: '';
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.button-arrow:before {
  width: 30px;
  transform: translateY(-50%);
}

.button-arrow:after {
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
.button-arrow:hover:before,
.button-arrow:hover:after {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  right: -10px;
}

.pagetop {
}
.pagetop:hover {
}

/* =========================================
   共通レイアウトユーティリティ
========================================= */

/* --- コンテナ（中央寄せ・左右余白） --- */
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.container .right-full-container {
  margin-right: calc(50% - 50vw);
}
.container .left-full-container {
  margin-left: calc(50% - 50vw);
}
.kv {
  margin-left: calc(50% - 50vw);
  aspect-ratio: 3/2;
  background-image: url("./img/kv.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.container-wide {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* --- セクション（上下余白） --- */
.section {
  padding: 40px 0 0 0;
}
.section.small {
  padding: 20px 0 0 0;
}
.section.last {
  padding-bottom: 40px;
}
.section.small.last {
  padding-bottom: 20px;
}
.price__inner{
  padding: 40px 0;
}
/* --- 中央寄せユーティリティ --- */
.text-center { text-align: center; }
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --- 幅制限を解除したい時 --- */
.full-width {
  width: 100%;
  max-width: none;
  padding: 0;
}
#toTop {
   transform: translateY(10px);
position: fixed;
    right: 10px;
    bottom: 90px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: var(--brand);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
}

#toTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#toTop:hover {
  transform: translateY(-4px);
}

/* header */
#top{
    padding: 140px 0 0 0;
}
#second{
    padding: 120px 0 0 0;
}
.header{
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 10;
  opacity: 0.95;
  transition:
    background-color 0.4s ease,
    box-shadow 0.4s ease,
    transform 0.4s ease,
    opacity 0.4s ease;
}
.js-header{
  box-shadow: 0px 10px 10px -6px rgba(117, 117, 117, 0.1);
  opacity: 1;
}
.js-header .header__inner{
      padding: 10px 20px;
}
.js-header .logo img{
  width: 60px;
}

.logo img{
  width: 80px;
    transition: all 0.5s 0s ease;
}

.header__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
    transition: all 0.5s 0s ease;
}

.header__menu{
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav a{
  padding: 0 10px;
}

/* ハンバーガーボタン */
.hamburger{
  display: none;
  width: 30px;
  height: 22px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span{
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333;
  left: 0;
  transition: 0.3s;
}

.hamburger span:nth-child(1){ top: 0; }
.hamburger span:nth-child(2){ top: 10px; }
.hamburger span:nth-child(3){ bottom: 0; }

/* 開いたときのハンバーガー → × */
.hamburger.is-open span:nth-child(1){
  transform: rotate(45deg);
  top: 10px;
}

.hamburger.is-open span:nth-child(2){
  opacity: 0;
}

.hamburger.is-open span:nth-child(3){
  transform: rotate(-45deg);
  bottom: 10px;
}


/* //header */
.hero_box{
    display: block;
}
.hero_title,.hero_text{
    padding: 0 10px;
}
.hero_title h1{
font-size: clamp(2.1875rem, 1.5493rem + 2.0423vw, 4rem);
    color: var(--brand);
    font-weight: 500;
    line-height: 1.2;
}

.heroImage{ position:relative; }

.heroImage__overlay{
  position:absolute;
  inset:0;
  overflow:hidden;
  pointer-events:none;
  z-index:2;
  bottom: -35px;
}
.heroImage__marquee{
  position:absolute;
  left:0;
  bottom: 15px;
  display:flex;
  white-space:nowrap;
  gap:60px;
  font-size: clamp(36px, 6vw, 72px);
  font-weight:300;
  letter-spacing:.04em;
  color: #D5D5D5;
  mix-blend-mode: screen;
  will-change: transform;
}
.news{
  background-color: #f6f6f6;
  padding: 40px 20px;
}
.tit{
  line-height: 1.1;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.sectionTitle{
  font-size: clamp(2rem, 1.8239rem + 0.5634vw, 2.5rem);
  letter-spacing: 0.02em;
  color: #469691;
}
#problem .sectionTitle{
font-size: clamp(1.5rem, 1.2359rem + 0.8451vw, 2.25rem);
}
#problem .tit{
  line-height: 1.3;
}
.eyebrow{
  color: #244A48;
  font-size: 16px;
  font-weight: bold;
}
.news__list{
  width: 100%;
}
.news__list li a{
  padding: 20px 10px;
  display: block;
  border-bottom: 1px solid #C2C2C2;
}
.news__list li time{
  color: #838383;
}
.news-sp{
  display: flex;
  justify-content: end;
}
#problem .light-green-bg,#plan .light-green-bg{
  padding: 80px 0;
  position: relative;
} 

.problems__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.problemCard_img{
  margin: 0 auto;
  max-width: 300px;
}
.problemCard_img img{
  width: 100%;
}
.arrow-position{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -4%;
}
.arrow-position img{
  width: 200px;
}
.solution-box{
  display: block;
}
.solution-text p{
font-size: clamp(1.125rem, 1.037rem + 0.2817vw, 1.375rem);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
.solution-text p span{
  font-size: 120%;
  background:linear-gradient(transparent 60%, #FBEEC3 60%);
}
.solution-img{
  margin: 1rem auto 0 auto;
  max-width: 130px;
}
.solution-img img{
  width: 100%;
}
.ctaBar__inner{
  background-color: #469691;
  border-radius: 20px;
  padding: 30px;
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}
  
.ctaBar__title{
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.125rem, 1.037rem + 0.2817vw, 1.375rem);
  position: relative;
  padding-top: 50px;
  text-align: center;
}
.ctaBar__title::after {
  content: "\f0e0";
  font-family: "Font Awesome 7 Free";
  font-weight: 900; /* solid */
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  color: #469691;
  width: 40px;
  height: 40px;
  border-radius: 80px;
  background-color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
}
.serviceItem{
  display: flex;
  align-items: start;
  gap: 20px;
  margin-bottom: 2rem;
}
.service_box{
  width: 75%;
}
.service_img{
  border: 1px solid #eee;
  border-radius: 50%;
  width: 25%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.1);
}
.service_img img{
  max-width: 35px;
}
.footer-cta .ctaBar__inner{
  max-width: 100%;
  border-radius: 0;
}
.footer__inner img{
  max-width: 120px;
  width: 100%;
}
.footer_box{
  display: flex;
  justify-content: space-between;
}
.arrow-icon{
  position: relative;
  padding-left: 15px;
  display: inline-block;
  font-size: 14px;
}
.arrow-icon:before {
  content: "\f0da";
  font-family: "Font Awesome 7 Free";
  font-weight: 900; /* solid */
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
    color: var(--brand);
}
.footer__copy{
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .second-tit{
    padding: 0 0 50px 0;
  }
  .second-tit h2{
font-size: clamp(1.875rem, 1.5449rem + 1.0563vw, 2.8125rem);
    font-weight: bold;
    color:var(--brand);
    position: relative;
    padding: 1.5rem 0 .5rem 0;
    text-align: center;
  }
  .second-tit h2:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: var(--brand);
  }
  .brand-bg{
    background-color: var(--brand);
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
  }
  .formTable{
  border-collapse: collapse;
  width: 100%;
  width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.formTable th,
.formTable td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.formTable th {
  background: #ececec;
  
}
  .tbl {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
  }
  
  .tbl tr{
  border-bottom: 1px solid #eee;
}

  .tbl th,
  .tbl td {
    padding: 30px 12px 12px 12px;
  }
  
  .tbl th {
    width: 40%;
    text-align: left;
  }
  .about_box_img{
    max-width: 250px;
    margin: 0 auto 2rem auto;

  }
  .about_box img{
    width: 100%;
    height: auto;
  }
  .about_box p{
    text-align: center;
    line-height: 1.8;
    font-size: clamp(1.125rem, 1.081rem + 0.1408vw, 1.25rem);
  }
  .about_box p span{
    font-weight: bold;
    color: var(--brand);
    
  }
  .introduction_box{
  }
  .introduction_text h3{
    font-weight: bold;
    color: var(--brand);
    margin-bottom: 1rem;
    font-size: 20px;
  }
  .introduction_img{
    width: 350px;
    margin: 0 auto 2rem auto;
  }
  .introduction_img img{
    max-width: 100%;
    height: auto;
  }
  #news-top .news__list{
    width: 100%;
  }
.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 30px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: .5em;
}

.required {
    background-color: #c93030;
    font-size: 12px;
    margin-left: 6px;
    color: #fff;
    border-radius: 5px;
    padding: 3px 10px;
    left: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

.radio-group {
  display: flex;
  flex-direction: column;
}

.radio-group label {
  font-weight: normal;
}

.form-privacy label {
  display: flex;
  gap: 8px;
  font-size: 14px;
}

.form-privacy a {
  color: #469691;
  text-decoration: underline;
}

.form-submit {
  text-align: center;
  margin-top: 32px;
}

.contact-form button{
    max-width: 260px;
    font-size: 16px;
    width: 100%;
    background-color: #d9be31;
    border: 1px solid #d9be31;
}
.button.gray-btn{
    max-width: 260px;
    font-size: 16px;
    width: 100%;
    background-color: #616161;
    border: 1px solid #616161;
}
.button.send-btn{
    max-width: 260px;
    font-size: 16px;
    width: 100%;
    background-color: #5bb56b;
    border: 1px solid #5bb56b;
}
.button.send-btn:hover,.button.gray-btn:hover{
    color: #fff;
}
.contact-form button:hover{
    color: #d9be31;
}
.sp-contact{
  display: none;
}
button:disabled {
    background-color: #c9c9c9;
    border: 1px solid #c9c9c9;
}
button:disabled:hover {
    background-color: #c9c9c9;
    border: 1px solid #c9c9c9;
    color: #fff;
  cursor: not-allowed;
}
.mid-btn{
    max-width: 250px;
    width: 100%;
}
.news-new {
  display: inline-block;
  padding: 2px 6px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: #ff6b6b;
  border-radius: 4px;
  vertical-align: middle;
}
.nav-links{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 5px;
}
.nav-links .page-numbers{
    background-color: #fff;
    color: var(--brand);
    border-radius: 50%;
    padding: 10px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    border: 1px solid  var(--brand);
}
.nav-links .page-numbers.current{
    background-color: var(--brand);
    color: #fff;
}
  .contact-btn{
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    flex-direction: column;
  }

  /* 全体 */
.archive-single {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 40px 0;
}

/* 日付 */
.news-single__meta time {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #8c8c8c;
  margin-bottom: 16px;
}

/* タイトル */
.news-single__title {
font-size: clamp(1.375rem, 1.243rem + 0.4225vw, 1.75rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  font-weight: 600;
  position: relative;
}

.news-single__title::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: var(--brand);
  margin-top: 20px;
}

/* 本文 */
.news-single__content {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.single .archive-single p{
  margin-bottom: 1rem;
  line-height: 1.5;
}
.single .archive-single .wp-block-image{
  margin-bottom: 1.5rem;
}
.single .archive-single figure:hover{
  opacity: 1;
}
.wpcf7-spinner{
  display: none!important;
}
#submitBtn{
  font-size: 18px;
}
.works__grid{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-direction: row;
}
.works__grid .card{
  width: 40%;
}
.works__grid .card a{
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: block;
}
.works__grid .card a:hover{
  opacity: 0.6;
}
.works__grid .card img{
  max-width: 100%;
  height: auto;
  width: 100%;
}
.works__grid .card h3{
  margin-top: 20px;
}
.sns-icon{
    display: block;
    text-align: right;
    margin-top: 10px;
}
.sns-icon img{
  max-width: 30px;
  width: 100%;
  height: auto;
}
.sns-text {
    color: var(--brand);
    text-decoration: underline;
}
.news-single__content h2.wp-block-heading{
  font-size: clamp(1.375rem, 1.287rem + 0.2817vw, 1.625rem);
}
.news-single__content h3.wp-block-heading{
    position: relative;
    border-bottom: 3px solid #ddd;
    margin-bottom: 1rem;
    font-size: clamp(1.25rem, 1.162rem + 0.2817vw, 1.5rem);   
   padding-left: .5em;
}
.news-single__content h3.wp-block-heading:before{
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 20%;
    height: 3px;
    content: '';
    background: #469691;
}
.news-single__content h4.wp-block-heading {
  font-size: clamp(1.125rem, 1.037rem + 0.2817vw, 1.375rem);
}
.news-single__content h5.wp-block-heading{
  font-size: clamp(1.0625rem, 0.9965rem + 0.2113vw, 1.25rem);
}
.news-single__content h6.wp-block-heading{
  font-size: clamp(1rem, 0.956rem + 0.1408vw, 1.125rem);
}
.news-single__content ul.wp-block-list{
  margin-bottom: 1rem;
  padding-left: 1em;
}
.news-single__content ul.wp-block-list li{
  list-style: disc;
}
.news-single__content p a{
  color: #469691;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.news-single__content p a:hover{
  opacity: 0.7;
}
.time-new{
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #top{
    padding: 200px 0 0 0;
}
  .pc{
    display: block;
  }
  .sp{
    display: none;
  }
  .logo img{
  width: 120px;
}
.kv {
  aspect-ratio: 4/1;
}
.js-header .logo img{
  width: 90px;
}
/* --- セクション（上下余白） --- */
.section {
  padding: 80px 0 0 0;
}
.section.small {
  padding: 40px 0 0 0;
}
.section.last {
  padding-bottom: 80px;
}
.section.small.last {
  padding-bottom: 40px;
}
    .hero_box{
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .news{
  display: flex;
  padding: 40px;
  align-items: center;
}
.news__head{
  margin-right: 55px;
  width: 20%;
}

.news__list{
  width: 80%;
}
.news__list li a{
  padding: 20px;
}
.news-sp{
  display: none;
}
.button-arrow {
    margin-top: 3rem;
}
  .problems__grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 50px;
  }

  .problemCard {
    width: calc((100% - 100px) / 3);
  }

.arrow-position{
  bottom: -8%;
}
.margin-nega{
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.ctaBar__inner{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 30px 50px;
}
.ctaBar__actions {
  max-width: 320px;
  width: 100%;
}
.btn{ 
  max-width: 320px;
}
.solution-box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.service__box{
  display: flex;
  align-items: start;
  justify-content: space-around;
  gap: 20px;
}
.solution-text p{
  text-align: left;
}
.serviceItem{
  align-items: center;
  gap: 30px;
}
.solution-text p span{
  font-size: 150%;
}
.solution-img{
  margin: 0;
  max-width: 200px;
}
.solution-img img{
  width: 100%;
}
.ctaBar__title{
  position: relative;
  padding-left: 50px;
  padding-top: 0;
  text-align: left;
}
.ctaBar__title::after {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.service_img {
    width: 120px;
}
.service_img img{
  max-width: 50px;
}
.introduction_box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.introduction_text{
  order: 1;
}
.introduction_img{
  width: 30%;
  order: 2;
  margin: 0 auto 0 auto;
}
  .introduction_text h3{
    font-size: 22px;
  }
  .contact-btn{
    flex-direction: row;
  }

.archive-single {
  padding: 0px 0 40px 0;
}

}
@media (max-width: 767px) {

  .hamburger{
    display: block;
  position: relative;
  z-index: 1001;
  }

  .header__menu{
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    justify-content: start;
    padding-top: 5rem;
    align-items: center;
    transform: translateX(100%);
    transition: 0.3s;
  }

  .header__menu.is-open{
    transform: translateX(0);
  }

  .nav{
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .nav a{
    padding: 15px 0;
    font-size: 18px;
  }

  .header__menu .button{
    margin: 20px 0 0;
  }
  .solution-box{
    margin-top: 4rem;
}
.tbl th,
.tbl td {
  display: block;
  width: 100%;
}
.tbl th {
  padding: 15px 10px 0 10px;
}
.tbl td{
  padding: 10px 10px 15px 10px;
}
.sp-menu-contact{
  display: flex;
  align-items: center;
  gap: 10px;
}
.sp-contact{
  display: block;
}
.sp-contact i{
    color: #fff;
    background-color: var(--brand);
    padding: 10px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    justify-content: center;
    display: flex;
    align-items: center;
}
 .formTable {
    width: 100%;        
    border-bottom: 1px solid #ccc;
  }
  table.formTable th,
  table.formTable td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .news__list li time{
    display: block;
  }
  .works__grid{
  flex-direction: column;
}
.works__grid .card{
  width: 100%;
}
.works__grid .card h3{
  margin-top: 10px;
}
}

@media (min-width: 992px) and (max-width: 1499px) {
  .container {
    max-width: 1200px;
  }
  .hero .container{
    max-width: 1400px;
  }
}
@media (max-width: 991px) {}

@media (min-width: 1400px) {
}


@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 1200px) {}

@media (max-width: 1199px) {}

@media (min-width: 576px) {}

@media (max-width: 575px) {}

@media (min-width: 768px) and (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 576px) and (max-width: 767px) {}

@media (max-width: 450px) {}

@media print {}


/* =========================================
   スペーシング・ユーティリティ
========================================= */

.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }

.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }

.p-0  { padding: 0; }
.p-10 { padding: 10px; }
.p-20 { padding: 20px; }
.p-30 { padding: 30px; }
.p-40 { padding: 40px; }

.pt-0 {padding-top: 0;}
.pt-10 {padding-top: 10px;}
.pt-20 {padding-top: 20px;}
.pt-30 {padding-top: 30px;}
.pt-40 {padding-top: 40px;}
.pb-0 {padding-top: 0;}

.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.d-flex{
  display: flex;
}
.d-block{
  display: block;
}
.align-items-center{
    align-items: center;
}
.align-items-start{
    align-items: start;
}
.align-items-end{
    align-items: end;
}

.button-right{
  justify-content: end;
  display: flex;
  align-items: center;
}
.button-center{
  justify-content: center;
  display: flex;
  align-items: center;
}
.button-left{
  justify-content: start;
  display: flex;
  align-items: center;
}