@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 400 16px/1.8 "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

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

a {
  text-decoration: none;
  color: #1a1a1a;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

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

::-moz-selection {
  background-color: #fff800;
  color: #1a1a1a;
}

::selection {
  background-color: #fff800;
  color: #1a1a1a;
}

#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 8%;
  }
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dde8df;
}

.header-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  font-weight: 900;
  color: #27928a;
  font-size: 1.25rem;
  line-height: 1;
}
.header-logo > span {
  padding-top: 8px;
  display: block;
  color: #6b7b6e;
  font-size: 0.75rem;
  font-weight: 500;
}

.btn-primary {
  background-color: #d4611a;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  box-shadow: 0 4px 20px rgba(212, 97, 26, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  font-size: 0.75rem;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
  display: none;
}
.btn-primary span {
  padding-left: 30px;
  position: relative;
}
.btn-primary span::before {
  position: absolute;
  content: "";
  background: url(../images/icon_line.svg) no-repeat center/contain;
  width: 20px;
  aspect-ratio: 1/1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.btn-primary:hover {
  opacity: 0.9;
}

/* Hero Section */
.hero {
  position: relative;
  min-height: 740px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr;
}

.hero-bg-left {
  background: url(../images/mv_03.jpg) no-repeat bottom right 15%/cover;
}

.hero-bg-right {
  background: url(../images/mv_02.jpg) no-repeat center/cover;
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 700px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  border-radius: 1rem;
  width: 90%;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
}

.hero-tag {
  background: white;
  border: 1px solid #6aaf88;
  color: #27928a;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-weight: bold;
}

.hero-title {
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.hero-title-highlight {
  position: relative;
  display: inline-block;
  color: #27928a;
  border-bottom: solid 5px #6aaf88;
  line-height: 1.3;
  margin-bottom: 10px;
}

.hero-description {
  color: #444;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.hero-cta {
  background-color: #d4611a;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  box-shadow: 0 8px 30px rgba(212, 97, 26, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: bold;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.hero-cta > span {
  padding-left: 30px;
  position: relative;
}
.hero-cta > span::before {
  position: absolute;
  content: "";
  background: url(../images/icon_line.svg) no-repeat center/contain;
  width: 20px;
  aspect-ratio: 1/1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.hero-cta .icon_pc {
  display: none;
}
.hero-cta .icon_sp {
  display: inline-block;
}

.hero-cta:hover {
  opacity: 0.9;
}

.hero-cta svg {
  width: 1.25rem;
  height: 1.25rem;
}

.footer {
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  border-top: 1px solid #dde8df;
  padding: 3rem 1rem;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-logo {
  font-weight: 900;
  font-size: 2rem;
  color: #27928a;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-align: center;
}

.footer-tagline {
  font-weight: 400;
  font-size: 0.875rem;
  color: #6b7b6e;
  letter-spacing: 0.048em;
  line-height: 1.4;
  text-align: center;
}

.footer-company {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.042em;
  line-height: 1.225;
  margin-top: 1rem;
  text-align: center;
}

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

.footer-office {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.footer-office-title {
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.071em;
  line-height: 1.857;
  text-align: center;
}

.footer-office-address {
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.071em;
  line-height: 1.857;
  text-align: center;
}

.footer-office-info {
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.071em;
  line-height: 1.857;
  margin: 0;
  text-align: center;
}

.corporate_btn {
  display: block;
  color: #fff;
  max-width: 320px;
  margin: 30px auto 0;
  text-align: center;
  font-size: 0.9375em;
  padding: 1.3em 35px;
  position: relative;
  background: #778ba0;
  border-radius: 30px;
  line-height: 1.5;
}

/* Section: Think About (生まれ育った家の将来) */
.section-think-about {
  padding: 3rem 0;
  position: relative;
}
.section-think-about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-color: #fafaf8;
  z-index: -1;
}

.section-menu .menu-header {
  margin-bottom: 80px;
}

.section-container {
  max-width: 1440px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-label {
  color: #3a7a5a;
  font-weight: bold;
  letter-spacing: 0.125rem;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}

.section-title {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.section-reasons-title {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.section-reasons-title > span {
  color: #27928a;
}

.section-subtitle {
  color: #6b7b6e;
  font-size: 0.875rem;
}

.voices-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 80rem;
  margin: 0 auto 2.5rem;
  padding: 0 1rem;
}

.voice-card {
  background: white;
  border-radius: 1.5rem 1.5rem 0 0;
  box-shadow: 0 1px 4px rgba(45, 107, 79, 0.07);
  overflow: hidden;
}

.voice-header {
  padding: 1rem 1.5rem;
  text-align: center;
}

.voice-header-parent {
  background-color: #27928a;
}

.voice-header-child {
  background-color: #229CC6;
}

.voice-header h3 {
  font-weight: 900;
  color: white;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}

.voice-content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.voice-item {
  background-color: #f5f5f0;
  padding: 1rem;
  border-left: 4px solid transparent;
}

.voice-item p {
  font-size: 0.875rem;
}

.divider-arrow {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.divider-arrow svg {
  width: 3rem;
  height: 3rem;
  transform: rotate(180deg);
  color: #3a7a5a;
}

.message-section {
  text-align: center;
  margin-bottom: 2rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.message-title {
  font-weight: 900;
  color: #27928a;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.message-cta {
  color: #229CC6;
  font-weight: bold;
  font-size: 1rem;
}

.house-image {
  max-width: 80rem;
  margin: 0 auto;
  overflow: hidden;
}
.house-image img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Section: Case Study (空き家になってからでは、遅かった) */
.section-case-study {
  padding: 0 1rem 100px;
}

.case-study-header {
  text-align: center;
  margin-bottom: 3rem;
}

.case-study-label {
  font-weight: bold;
  color: #3a7a5a;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.case-study-title {
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.case-study-subtitle {
  color: #6b7b6e;
  font-size: 0.875rem;
}

.cases-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto 80px;
}

.case-card {
  background-color: white;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(45, 107, 79, 0.1);
}

.case-header {
  background-color: #27928a;
  color: white;
  padding: 1.8rem 1.3rem 2.5rem;
  position: relative;
  overflow: hidden;
}

.case-number {
  font-weight: bold;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: -5px;
  right: 1rem;
  line-height: 1;
}

.case-heading {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.case-person {
  font-size: 0.875rem;
  opacity: 0.8;
}

.case-body {
  padding: 1.5rem 1rem;
}

.case-section {
  margin-bottom: 1rem;
}

.case-section-title {
  font-weight: bold;
  color: #6b7b6e;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  margin-bottom: 0.75rem;
}

.case-before {
  background-color: #fdf0e8;
  padding: 1rem 1.125rem;
  border-radius: 0.375rem;
}

.case-before p {
  color: #444;
  font-size: 0.875rem;
  line-height: 1.75;
  margin: 0;
}

.case-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.5rem 0;
  font-weight: bold;
  font-size: 0.8rem;
  color: #6b7b6e;
}

.arrow-down {
  display: inline-block;
  width: 12px;
  font-size: 0;
}
.arrow-down img {
  display: block;
}

.case-after {
  background-color: #fff0f0;
  padding: 1rem 1.125rem;
  border-radius: 0.375rem;
}

.case-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.case-list li {
  color: #8b2020;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.25rem;
}

.case-result {
  background-color: #a1aca2;
  color: white;
  padding: 1.5rem;
  border-radius: 0.375rem;
  text-align: center;
  margin-top: 1rem;
}

.case-result-text {
  font-weight: bold;
  font-size: 0.9rem;
  margin: 0.5rem 0;
}

.case-result-price {
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

.case-closing {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.case-closing-title {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
  position: relative;
}
.case-closing-title > span {
  display: inline-block;
  color: #27928a;
}
.case-closing-title::before {
  position: absolute;
  content: "";
  background: url(../images/one_stop_01.png) no-repeat center/contain;
  width: 70px;
  aspect-ratio: 1/1;
  left: 0;
  top: -40px;
}
.case-closing-title::after {
  position: absolute;
  content: "";
  background: url(../images/one_stop_02.png) no-repeat center/contain;
  width: 70px;
  aspect-ratio: 1/1;
  right: 0;
  bottom: -70px;
}

/* Section: Reasons (3つの理由) */
.section-reasons {
  padding: 3rem 1rem;
  background-color: white;
}

.reasons-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.reason-card {
  background-color: #f5f5f0;
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.reason-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.reason-label {
  color: #3a7a5a;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.reason-divider {
  flex: 1;
  height: 1px;
  background-color: #dde8df;
}

.reason-image {
  margin-bottom: 1rem;
  overflow: hidden;
}
.reason-image img {
  width: 100%;
}

.reason-title {
  font-weight: 900;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

.reason-description {
  color: #444;
  font-size: 0.875rem;
  line-height: 1.6;
}

/* Section: Solution (いえつなが、すべて解決！) */
.section-solution {
  padding: 100px 1rem 80px;
  background-color: #27928a;
  color: white;
}

.solution-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

.solution-left {
  text-align: center;
}

.solution-logo {
  font-weight: 900;
  font-size: 3.75rem;
  color: white;
  margin-bottom: 0.5rem;
  letter-spacing: 0.15em;
  line-height: 1;
}

.solution-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.solution-tagline {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

.solution-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.solution-icon {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  text-align: center;
  width: 150px;
  aspect-ratio: 150/118;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.solution-icon-emoji {
  font-size: 0;
  margin-bottom: 0.25rem;
}
.solution-icon-emoji img.icon_01 {
  width: 23px;
}
.solution-icon-emoji img.icon_02 {
  width: 15px;
}
.solution-icon-emoji img.icon_03 {
  width: 15px;
}
.solution-icon-emoji img.icon_04 {
  width: 25px;
}

.solution-icon-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: bold;
}

.solution-right {
  color: white;
}

.solution-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.3rem;
}
.solution-label > span {
  display: inline-block;
  position: relative;
  padding-right: 38px;
}
.solution-label > span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #1a1a1a;
  top: 50%;
  right: 0;
}

.solution-label span {
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.solution-label-line {
  width: 1.25rem;
  height: 0.125rem;
  background-color: #3a7a5a;
  border-radius: 0.125rem;
}

.solution-title {
  font-weight: 900;
  font-size: 2.75rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.solution-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  line-height: 1.6;
}

/* Section: Menu (10のワンストップメニュー) */
.section-menu {
  padding: 100px 1rem;
  background-color: #fdf0e8;
}

.menu-header {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}

.menu-decoration-01 {
  position: absolute;
  width: 50px;
  top: -25px;
  left: 0;
}

.menu-decoration-02 {
  position: absolute;
  width: 50px;
  bottom: -55px;
  right: 0;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 40px;
}

.menu-item {
  background: white;
  border-radius: 9999px;
  padding: 1rem 1rem 2rem;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}

.menu-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.menu-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.5rem;
}

.menu-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu-item-title {
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  line-height: 1.5;
}

.menu-item-desc {
  color: #6b7b6e;
  font-size: 0.625rem;
  line-height: 1.4;
}

.menu-footer {
  text-align: center;
}

.menu-footer-box {
  background-color: #27928a;
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
  display: inline-block;
  max-width: 64rem;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(39, 146, 138, 0.2);
}

.menu-footer-text {
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.6;
}

/* ご相談からご提案まで3ステップ*/
.section-steps {
  padding: 80px 1rem;
  background-color: #eaf2ec;
}
.section-steps .section-header {
  margin-bottom: 20px;
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.step-card {
  position: relative;
  background-color: white;
  border-radius: 0.75rem;
  padding: 2rem 1.75rem;
  box-shadow: 0 1px 4px rgba(45, 107, 79, 0.07);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}

.step-badge {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: white;
  border: 3px solid #3a7a5a;
  box-shadow: 0px 2px 10px rgba(58, 122, 90, 0.2);
  color: #27928a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  font-weight: 900;
}

.step-title {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  width: 100%;
  display: block;
  text-align: left;
}

.step-description {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #444;
  font-weight: 400;
  text-align: left;
}

/* 問い合わせ*/
.section-cta {
  padding: 80px 1rem;
  background-color: #27928a;
  text-align: center;
}

.cta-message {
  margin-bottom: 30px;
}

.cta-message-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
  line-height: 1.4;
}

.cta-button-primary {
  display: grid;
  place-items: center;
  width: 100%;
  height: 60px;
  background-color: #d4611a;
  color: white;
  border: none;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(212, 97, 26, 0.35);
  margin: 0 auto 30px;
}
.cta-button-primary > span {
  display: inline-block;
  padding-left: 33px;
  position: relative;
}
.cta-button-primary > span::before {
  position: absolute;
  content: "";
  background: url(../images/icon_line.svg) no-repeat center/contain;
  width: 20px;
  aspect-ratio: 1/1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.cta-button-primary:hover {
  background-color: #c25616;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(212, 97, 26, 0.45);
}

.cta-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.cta-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.cta-phone {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.cta-phone-label {
  font-size: 0.8rem;
  color: white;
  font-weight: 400;
}

.cta-phone-number {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
  letter-spacing: 0.05em;
  display: inline-block;
  line-height: 1;
}

.cta-hours {
  font-size: 1rem;
  color: white;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/* FAQ*/
.section-faq {
  padding: 4rem 1rem;
  background-color: white;
}

.faq-list {
  max-width: 800px;
  margin: 3rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background-color: #fafaf8;
  border-radius: 12px;
  border: 1px solid #dde8df;
  overflow: hidden;
}

.faq-summary {
  list-style: none;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.faq-summary::-webkit-details-marker {
  display: none;
}

.faq-summary::marker {
  display: none;
}

.faq-item:hover .faq-summary {
  background-color: #f5f5f0;
}

.faq-question-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.faq-badge {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #27928a;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 900;
  flex-shrink: 0;
}

.faq-badge-q {
  background-color: #27928a;
}

.faq-badge-a {
  background-color: #27928a;
}

.faq-question-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.faq-toggle-icon {
  width: 26px;
  height: 26px;
  background-color: #dde8df;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-toggle-icon svg {
  width: 12px;
  height: 8px;
}

.faq-item[open] .faq-toggle-icon {
  transform: rotate(180deg);
}

.faq-answer {
  border-top: 1px solid #dde8df;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.faq-answer-content {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  align-items: flex-start;
}

.faq-answer-text {
  font-size: 0.95rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.05em;
  flex: 1;
}

/*App Promo Section*/
.section-app-promo {
  padding: 4rem 1rem;
  background-color: #fafaf8;
}

.app-promo-card {
  max-width: 1240px;
  margin: 0 auto;
  padding: 3rem 2rem;
  background: linear-gradient(146.209deg, #27928a 0%, #00a79b 40%, #2b9fd0 100%);
  border-radius: 32px;
  text-align: center;
  position: relative;
}

.app-promo-badge {
  display: inline-block;
  padding: 0.3rem 1rem;
  background-color: transparent;
  color: #ffd54f;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
  letter-spacing: 0.045em;
}

.app-promo-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: white;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.app-promo-subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffd54f;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}

.app-promo-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2rem;
  line-height: 1.5;
}

.app-promo-highlight {
  color: white;
  font-weight: 700;
}

.app-promo-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #c17d2a 0%, #d4a020 100%);
  color: white;
  border: none;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(193, 125, 42, 0.4);
  letter-spacing: 0.04em;
}
.app-promo-button > span {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  line-height: 1.5;
}
.app-promo-button > span::before {
  position: absolute;
  content: "";
  background: url(../images/icon_line.svg) no-repeat center/contain;
  width: 30px;
  aspect-ratio: 1/1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.app-promo-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(193, 125, 42, 0.5);
}

.app-promo-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .solution-icon-text {
    font-size: 0.78125rem;
  }
  .hero-bg-left {
    background: url(../images/mv_03.jpg) no-repeat center/cover;
  }
  .header-container {
    padding: 1.5rem 2rem;
  }
  .header-logo {
    font-size: 1.5rem;
  }
  .header-logo span {
    font-size: 0.875rem;
  }
  .btn-primary {
    display: block;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
  }
  .btn-primary > span {
    display: inline-block;
    position: relative;
  }
  .hero {
    min-height: 700px;
  }
  .hero-content {
    margin-top: 30px;
    padding: 3rem 2rem;
    width: 100%;
  }
  .hero-tags {
    font-size: 0.875rem;
  }
  .hero-title {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
  }
  .hero-description {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .hero-cta {
    font-size: 1rem;
  }
  .hero-cta .icon_pc {
    display: inline-block;
  }
  .hero-cta .icon_sp {
    display: none;
  }
  .section-think-about {
    padding: 5rem 2rem;
  }
  .case-body {
    padding: 1.5rem 2rem;
  }
  .section-label {
    font-size: 0.875rem;
  }
  .section-title {
    font-size: 1.875rem;
  }
  .section-subtitle {
    font-size: 1rem;
  }
  .section-steps {
    padding: 128px 1rem;
  }
  .section-steps .section-header {
    margin-bottom: 80px;
  }
  .voices-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .house-image img {
    width: 100%;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .menu-decoration-01 {
    width: 134px;
    left: 13%;
  }
  .menu-decoration-02 {
    width: 134px;
    right: 14%;
  }
  .solution-icon {
    aspect-ratio: 1/1;
    border-radius: 50%;
    width: 118px;
  }
  .solution-icon-emoji img.icon_01 {
    width: 15px;
  }
  .solution-icon-emoji img.icon_02 {
    width: 10px;
  }
  .solution-icon-emoji img.icon_03 {
    width: 10px;
  }
  .solution-icon-emoji img.icon_04 {
    width: 16px;
  }
  .solution-label > span::after {
    height: 2px;
  }
  .voice-item p {
    font-size: 1rem;
  }
  .message-title {
    font-size: 1.5rem;
  }
  .message-cta {
    font-size: 1.125rem;
  }
  .section-reasons {
    padding: 5rem 2rem;
  }
  .reasons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .reason-title {
    font-size: 1.25rem;
  }
  .reason-description {
    font-size: 1rem;
  }
  .case-study-title {
    font-size: 2rem;
  }
  .cases-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
  .case-heading {
    font-size: 1.25rem;
  }
  .case-closing-title {
    font-size: 1.75rem;
  }
  .case-closing-title::before {
    width: 55px;
    aspect-ratio: 1/1;
    left: 50px;
    top: -40px;
  }
  .case-closing-title::after {
    width: 55px;
    aspect-ratio: 1/1;
    right: 50px;
    bottom: -50px;
  }
  .step-badge {
    width: 5rem;
    height: 5rem;
    font-size: 1.625rem;
    top: -100px;
  }
  .step-title {
    font-size: 1.5rem;
  }
  .cta-message-text {
    font-size: 1.5rem;
  }
  .cta-button-primary {
    font-size: 1.1rem;
    width: 500px;
  }
  .cta-phone-number {
    font-size: 2.5rem;
  }
  .faq-question-text {
    font-size: 1.1rem;
  }
  .faq-answer-text {
    font-size: 1rem;
  }
  .app-promo-card {
    padding: 4rem 3rem;
  }
  .app-promo-title {
    font-size: 2.5rem;
  }
  .app-promo-subtitle {
    font-size: 1.3rem;
  }
  .app-promo-button {
    font-size: 1.05rem;
    padding: 1.1rem 2.5rem;
  }
  .app-promo-button > span {
    padding-left: 30px;
  }
  .app-promo-button > span::before {
    width: 20px;
  }
  .section-solution {
    padding: 5rem 2rem;
  }
  .solution-logo {
    text-align: center;
    font-size: 4.5rem;
  }
  .solution-subtitle {
    text-align: center;
    font-size: 1.25rem;
  }
  .solution-tagline {
    text-align: center;
    font-size: 0.875rem;
  }
  .solution-title {
    font-size: 2.25rem;
  }
  .solution-content {
    font-size: 1rem;
  }
  .section-menu {
    padding: 5rem 2rem;
  }
  .menu-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .menu-item {
    padding: 1.5rem;
  }
  .menu-icon {
    width: 4rem;
    height: 4rem;
    margin-bottom: 5px;
  }
  .menu-item-title {
    font-size: 0.875rem;
  }
  .menu-item-desc {
    font-size: 0.6875rem;
  }
  .menu-footer-box {
    padding: 1.5rem 3rem;
  }
  .menu-footer-text {
    font-size: 1rem;
  }
  .section-footer-cta {
    padding: 5rem 2rem;
  }
  .footer-cta-title {
    font-size: 1.875rem;
    margin-bottom: 2rem;
  }
  .footer-cta-button {
    font-size: 1.125rem;
  }
  .footer {
    padding: 3rem 2rem;
  }
  .footer-logo {
    font-size: 1.5rem;
  }
  .footer-copyright {
    font-size: 0.875rem;
  }
  .section-reasons-title {
    font-size: 2.75rem;
  }
  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .footer-office-title {
    text-align: left;
  }
  .footer-office-address {
    text-align: left;
  }
  .footer-offices {
    flex-direction: row;
    gap: 30px;
  }
  .footer-office-info {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .header-container {
    padding: 1.5rem 4rem;
  }
  .hero {
    min-height: 800px;
  }
  .hero-content {
    padding: 4rem 2rem;
  }
  .hero-title {
    font-size: 3rem;
  }
  .hero-description {
    font-size: 1.125rem;
  }
  .section-think-about {
    padding: 8rem 4rem;
  }
  .section-think-about::before {
    height: 84%;
  }
  .section-container {
    padding: 0 4rem;
  }
  .section-title {
    font-size: 2.75rem;
  }
  .section-reasons {
    padding: 8rem 4rem;
  }
  .reasons-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-case-study {
    padding: 0 4rem 120px;
  }
  .case-study-title {
    font-size: 2.75rem;
  }
  .cases-grid {
    gap: 3rem;
  }
  .case-heading {
    font-size: 1.25rem;
  }
  .case-closing-title {
    font-size: 2rem;
  }
  .step-badge {
    width: 5rem;
    height: 5rem;
    font-size: 1.625rem;
    top: -100px;
  }
  .step-title {
    font-size: 1.75rem;
  }
  .step-description {
    font-size: 1rem;
  }
  .section-cta {
    padding: 100px 2rem;
  }
  .cta-message-text {
    font-size: 1.75rem;
  }
  .cta-button-primary {
    font-size: 1.2rem;
  }
  .cta-button-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .cta-phone-number {
    font-size: 3rem;
  }
  .cta-hours {
    font-size: 1.1rem;
  }
  .section-faq {
    padding: 5rem 2rem;
  }
  .faq-list {
    max-width: 900px;
  }
  .faq-question-button {
    padding: 1.5rem 2rem;
  }
  .faq-answer-content {
    padding: 2rem;
  }
  .section-app-promo {
    padding: 6rem 2rem;
  }
  .app-promo-card {
    padding: 5rem 4rem;
  }
  .app-promo-title {
    font-size: 2.75rem;
  }
  .app-promo-subtitle {
    font-size: 1.4rem;
  }
  .app-promo-description {
    font-size: 1.1rem;
  }
  .app-promo-button {
    font-size: 1.1rem;
    padding: 1.2rem 2.8rem;
  }
  .app-promo-icon {
    width: 1.4rem;
    height: 1.4rem;
  }
  .footer {
    padding: 4rem 2rem;
  }
  .footer-logo {
    text-align: left;
    font-size: 2rem;
  }
  .footer-tagline {
    text-align: left;
  }
  .footer-company {
    text-align: left;
  }
  .section-solution {
    padding: 8rem 4rem;
  }
  .solution-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
  .solution-left {
    text-align: left;
  }
  .solution-icons {
    justify-content: flex-start;
  }
  .solution-logo {
    font-size: 5.5rem;
  }
  .solution-title {
    font-size: 3rem;
  }
  .section-menu {
    padding: 8rem 4rem;
  }
  .menu-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .section-footer-cta {
    padding: 5rem 2rem;
  }
  .footer-cta-title {
    font-size: 2.25rem;
  }
}
.bg_gray {
  background: #efefef;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}
.txt_clr_green {
  color: #27928a;
}

.m0 {
  margin-bottom: 0;
}

.fade-in,
.fade-in-2,
.fade-in-3 {
  opacity: 0;
}

.anm-fade-in {
  animation: anm-fade-in 1s ease-in-out forwards;
}

.anm-fade-in-2 {
  animation: anm-fade-in-2 1s 4s ease-in-out forwards;
}

.anm-fade-in-3 {
  animation: anm-fade-in-3 1s 1.5s ease-in-out forwards;
}

@keyframes anm-fade-in {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anm-fade-in-2 {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anm-fade-in-3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}