@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 "Zen Kaku Gothic New", sans-serif;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  background-color: #FFFFFD;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

a {
  text-decoration: none;
  color: #151515;
  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: #151515;
}

::selection {
  background-color: #fff800;
  color: #151515;
}

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

.inner, .section_company .section_02 .contents_wrap, .section_about_02 .section_02 .contents_wrap, .inner_s2, .inner_l, #list_breadcrumb, .inner_s, .inner_pc {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner, .section_company .section_02 .contents_wrap, .section_about_02 .section_02 .contents_wrap, .inner_s2, .inner_l, #list_breadcrumb, .inner_s, .inner_pc {
    padding: 0 8%;
  }
}

@media screen and (max-width: 767px) {
  .inner_pc {
    padding: 0;
  }
}

.inner_s {
  max-width: 990px;
}

.inner_l, #list_breadcrumb {
  max-width: 1420px;
}

.inner_s2 {
  max-width: 990px;
}
@media screen and (max-width: 767px) {
  .inner_s2 {
    padding: 0 16%;
  }
}

#main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

#sub {
  float: left;
  width: 19%;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

#top_main {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}

#top_left {
  width: 50%;
  float: left;
}

#top_right {
  width: 50%;
  float: right;
}

.section_common_contact {
  background: url(../images/bg_f_contact.jpg) no-repeat center/cover;
  padding: 100px 0 118px;
  text-align: center;
  color: #FFFFFD;
}
.section_common_contact .common_ttl_contact {
  color: #FFFFFD;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06em;
  margin-bottom: 33px;
}
.section_common_contact .common_ttl_contact::before {
  display: block;
  content: attr(data-title);
  color: rgba(255, 255, 253, 0.4);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: clamp(3.125rem, 1.534rem + 7.95vw, 7.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
.section_common_contact .txt_wrap {
  color: #FFFFFD;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
.section_common_contact .common_tel_wrap {
  margin-top: 20px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #FFFFFD;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section_common_contact .common_tel_wrap span {
  display: inline-block;
  color: #FFFFFD;
  font-family: "Jost", sans-serif;
  font-size: clamp(2.375rem, 1.875rem + 2.5vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 6px;
}
.section_common_contact .common_tel_wrap span a {
  color: #FFFFFD;
}
.section_common_contact .common_btn_wrap {
  margin-top: 20px;
  display: flex;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .section_common_contact .common_btn_wrap {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.section_common_contact .common_btn_wrap a {
  width: 100%;
  height: 84px;
  display: grid;
  place-items: center;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
  background-color: #FFFFFD;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_common_contact .common_btn_wrap a {
    height: 70px;
  }
}
.section_common_contact .common_btn_wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 14px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  transition: 0.3s;
}
.section_common_contact .common_btn_wrap a:hover {
  opacity: 0.6;
}

.section_common_works {
  padding: 150px 0 150px;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .section_common_works {
    padding: 110px 0 100px;
  }
}
.section_common_works .ttl_wrap_two {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.section_common_works .ttl_wrap_two .top_ttl_02 {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .section_common_works .ttl_wrap_two .top_ttl_02 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_common_works .ttl_wrap_two .txt_wrap {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .section_common_works .ttl_wrap_two .txt_wrap {
    width: 100%;
  }
}
.section_common_works .works_movie_box {
  margin-top: 80px;
  background-color: #fff;
  padding: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .section_common_works .works_movie_box {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_common_works .works_movie_box {
    padding: 30px 8%;
  }
}
.section_common_works .works_movie_box .box_l,
.section_common_works .works_movie_box .box_r {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .section_common_works .works_movie_box .box_l,
  .section_common_works .works_movie_box .box_r {
    width: 100%;
  }
}
.section_common_works .works_movie_box .box_l .main_ttl_02,
.section_common_works .works_movie_box .box_r .main_ttl_02 {
  margin-bottom: 30px;
}
.section_common_works .works_movie_box .box_l .txt_wrap,
.section_common_works .works_movie_box .box_r .txt_wrap {
  margin-top: 20px;
  color: #000;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section_common_works .works_movie_box .box_l {
    margin-bottom: 80px;
  }
}

.section_top .section_01 {
  padding: 113px 0 106px;
  position: relative;
}
.section_top .section_01::before {
  position: absolute;
  content: "";
  width: 77%;
  height: 100%;
  background: rgba(241, 238, 229, 0.6);
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 {
    padding: 113px 0 80px;
  }
}
.section_top .section_01 .main_ttl_01 {
  margin-bottom: 40px;
}
.section_top .section_01 .list_event {
  margin-bottom: 40px;
}
.section_top .section_02 {
  padding: 150px 0 80px;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 {
    padding: 100px 0 60px;
  }
}
.section_top .section_02 .box_two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.section_top .section_02 .box_two .box_l {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .box_two .box_l {
    width: 100%;
    margin-bottom: 60px;
  }
}
.section_top .section_02 .box_two .box_l .ttl_01 {
  margin-top: 60px;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06em;
}
.section_top .section_02 .box_two .box_l .txt_wrap {
  margin-top: 40px;
}
.section_top .section_02 .box_two .box_l .txt_wrap > p {
  margin-bottom: 20px;
  color: #000;
  font-size: 0.9385rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
}
.section_top .section_02 .box_two .box_l .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.section_top .section_02 .box_two .box_l .button, .section_top .section_02 .box_two .box_l a.button_s, .section_top .section_02 .box_two .box_l a.more {
  margin-top: 35px;
}
.section_top .section_02 .box_two .box_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .box_two .box_r {
    width: 100%;
  }
}
.section_top .section_04 {
  padding: 110px 0;
  background-color: #F1EEE5;
}
@media screen and (max-width: 767px) {
  .section_top .section_04 {
    padding: 60px 0;
  }
}
.section_top .section_04 .ttl_01 {
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Noto Serif JP", serif;
}
.section_top .section_05 {
  padding: 150px 0 150px;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .section_top .section_05 {
    padding: 100px 0 100px;
  }
}
.section_top .section_05 .ttl_wrap_two {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.section_top .section_05 .ttl_wrap_two .top_ttl_02 {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .section_top .section_05 .ttl_wrap_two .top_ttl_02 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_top .section_05 .ttl_wrap_two .txt_wrap {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .section_top .section_05 .ttl_wrap_two .txt_wrap {
    width: 100%;
  }
}
.section_top .section_05 .works_movie_box {
  margin-top: 80px;
  background-color: #fff;
  padding: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .section_top .section_05 .works_movie_box {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_05 .works_movie_box {
    padding: 30px 8%;
  }
}
.section_top .section_05 .works_movie_box .box_l,
.section_top .section_05 .works_movie_box .box_r {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .section_top .section_05 .works_movie_box .box_l,
  .section_top .section_05 .works_movie_box .box_r {
    width: 100%;
  }
}
.section_top .section_05 .works_movie_box .box_l .main_ttl_02,
.section_top .section_05 .works_movie_box .box_r .main_ttl_02 {
  margin-bottom: 30px;
}
.section_top .section_05 .works_movie_box .box_l .txt_wrap,
.section_top .section_05 .works_movie_box .box_r .txt_wrap {
  margin-top: 20px;
  color: #000;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section_top .section_05 .works_movie_box .box_l {
    margin-bottom: 80px;
  }
}
.section_top .section_06 {
  padding: 150px 0 100px;
  border-bottom: solid 1px #ADAEAE;
}
@media screen and (max-width: 767px) {
  .section_top .section_06 {
    padding: 100px 0 80px;
  }
}
.section_top .section_06 .box_two_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  margin-bottom: 180px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .section_top .section_06 .box_two_01 {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_06 .box_two_01 {
    margin-bottom: 100px;
  }
}
.section_top .section_06 .box_two_01 .box_l {
  position: relative;
  width: 55%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media screen and (max-width: 1200px) {
  .section_top .section_06 .box_two_01 .box_l {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_06 .box_two_01 .box_l {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin-bottom: 60px;
  }
}
.section_top .section_06 .box_two_01 .box_l::before {
  position: absolute;
  content: "Reform&Renovation";
  color: #DDD4BF;
  font-family: "Homemade Apple", cursive;
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08em;
  right: -59.121px;
  bottom: -30px;
  transform: rotate(-11.693deg);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_top .section_06 .box_two_01 .box_l::before {
    right: 0;
  }
}
.section_top .section_06 .box_two_01 .box_r {
  width: 36%;
}
@media screen and (max-width: 1200px) {
  .section_top .section_06 .box_two_01 .box_r {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_06 .box_two_01 .box_r {
    width: 100%;
  }
}
.section_top .section_06 .box_two_01 .box_r .ttl_01 {
  margin-top: 34px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08em;
  margin-bottom: 34px;
}
.section_top .section_06 .box_two_01 .box_r .txt_wrap {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 34px;
}
.section_top .section_06 .box_two_01 .box_r .txt_wrap > p {
  margin-bottom: 20px;
}
.section_top .section_06 .box_two_01 .box_r .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.section_top .section_06 .top_ttl_01 {
  margin-bottom: 35px;
}
.section_top .section_06 .box_two_02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .section_top .section_06 .box_two_02 {
    padding-top: 0;
  }
}
.section_top .section_06 .box_two_02::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ADAEAE;
}
@media screen and (max-width: 767px) {
  .section_top .section_06 .box_two_02::before {
    display: none;
  }
}
.section_top .section_06 .box_two_02 .box_r {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .section_top .section_06 .box_two_02 .box_r {
    width: 100%;
    margin-bottom: 80px;
  }
}
.section_top .section_06 .box_two_02 .box_l {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .section_top .section_06 .box_two_02 .box_l {
    width: 100%;
  }
}
.section_top .section_07 {
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .section_top .section_07 {
    padding: 80px 0 100px;
  }
}
.section_top .section_07 .top_ttl_01 {
  margin-bottom: 40px;
}
.section_top .section_07 .list_youtube {
  margin-bottom: 40px;
}

.section_about .section_01 {
  padding: 110px 0;
  background-color: #F1EEE5;
}
@media screen and (max-width: 767px) {
  .section_about .section_01 {
    padding: 60px 0;
  }
}
.section_about .section_01 .box_two_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_about .section_01 .box_two_01 .contents_wrap {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .section_about .section_01 .box_two_01 .contents_wrap {
    width: 100%;
  }
}
.section_about .section_01 .box_two_01 .contents_wrap .ttl_01 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.438rem, 1.142rem + 1.48vw, 2.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.section_about .section_01 .box_two_01 .contents_wrap .txt_wrap p {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
}
.section_about .section_01 .box_two_01 .contents_wrap .txt_wrap p:last-of-type {
  margin-bottom: 0;
}
.section_about .section_01 .box_two_01 .img_wrap {
  margin-top: -80px;
  width: 42%;
}
@media screen and (max-width: 767px) {
  .section_about .section_01 .box_two_01 .img_wrap {
    margin-top: 0;
    width: 100%;
  }
}
.section_about .section_02 {
  padding: 110px 0 0;
  background-color: #F1EEE5;
  position: relative;
}
.section_about .section_02::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #fff;
  height: 11%;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 {
    padding: 60px 0 0;
  }
}
.section_about .section_02 .low_ttl_01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 .low_ttl_01 {
    margin-bottom: 60px;
  }
}
.section_about .section_02 .box_02 {
  overflow: hidden;
  position: relative;
  margin: 100px auto 83px;
  background-color: #fff;
  padding: 100px 60px 67px;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .section_about .section_02 .box_02 {
    padding: 100px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_about .section_02 .box_02 {
    padding: 60px 8% 30px;
  }
}
.section_about .section_02 .box_02::before {
  position: absolute;
  content: "";
  width: 28px;
  aspect-ratio: 1/1;
  background-color: #F1EEE5;
  border-radius: 50%;
  top: 36px;
  left: 42px;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 .box_02::before {
    left: 8%;
    width: 20px;
  }
}
.section_about .section_02 .box_02::after {
  position: absolute;
  content: "";
  width: 28px;
  aspect-ratio: 1/1;
  background-color: #F1EEE5;
  border-radius: 50%;
  top: 36px;
  right: 42px;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 .box_02::after {
    right: 8%;
    width: 20px;
  }
}
.section_about .section_02 .box_02 .ttl_wrap {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 .box_02 .ttl_wrap {
    padding: 0 20px;
  }
}
.section_about .section_02 .box_02 .ttl_wrap::before {
  position: absolute;
  content: "“";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  top: -7px;
  left: 0;
}
.section_about .section_02 .box_02 .ttl_wrap::after {
  position: absolute;
  content: "”";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  top: -7px;
  right: 0;
}
.section_about .section_02 .box_02 .ttl_01 {
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.section_about .section_02 .box_02 .ttl_01 > span {
  position: relative;
  z-index: 2;
}
.section_about .section_02 .box_02 .ttl_01::after {
  position: absolute;
  content: "Our Process";
  color: #F1EEE5;
  text-align: center;
  font-family: "Homemade Apple", cursive;
  font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  transform: translate(-50%, -50%) rotate(-11.693deg);
  left: 50%;
  top: 50%;
  width: 100%;
}
.section_about .section_02 .box_02 .txt_wrap {
  text-align: center;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
.section_about .section_02 .box_02 .button_s, .section_about .section_02 .box_02 a.more {
  margin-top: 40px;
}

.section_about_01 .section_01 {
  padding: 110px 0 0;
  background-color: #F1EEE5;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_01 {
    padding: 60px 0 0;
  }
}
.section_about_01 .section_01 .top_ttl_03 {
  margin-bottom: 80px;
}
.section_about_01 .section_01 .box_two_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_about_01 .section_01 .box_two_01 .box_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_01 .box_two_01 .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_about_01 .section_01 .box_two_01 .box_l .ttl_01 {
  margin-top: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.438rem, 1.142rem + 1.48vw, 2.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section_about_01 .section_01 .box_two_01 .box_l .txt_wrap {
  margin-top: 40px;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
.section_about_01 .section_01 .box_two_01 .box_r {
  width: 31%;
}
.section_about_01 .section_01 .box_two_01 .box_r > a {
  display: block;
  place-items: center;
  background: #FFF;
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 14px;
  border-left: solid 5px #6D6E70;
  position: relative;
}
.section_about_01 .section_01 .box_two_01 .box_r > a > span {
  display: inline-block;
}
.section_about_01 .section_01 .box_two_01 .box_r > a:last-of-type {
  margin-bottom: 0;
}
.section_about_01 .section_01 .box_two_01 .box_r > a::after {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 16px;
  transform: translateY(-50%);
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .section_about_01 .section_01 .box_two_01 .box_r > a::after {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_01 .box_two_01 .box_r > a::after {
    width: 14px;
  }
}
.section_about_01 .section_01 .box_two_01 .box_r > a:hover {
  opacity: 0.6;
}
.section_about_01 .section_01 .box_two_01 .box_r > a:hover::after {
  right: 7px;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_01 .box_two_01 .box_r {
    width: 100%;
  }
}
.section_about_01 .section_02 {
  padding: 100px 0 0;
  background-color: #F1EEE5;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_02 {
    padding: 80px 0 0;
  }
}
.section_about_01 .section_02 .box_02 {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  padding: 100px 60px 67px;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .section_about_01 .section_02 .box_02 {
    padding: 100px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_02 .box_02 {
    padding: 60px 8% 30px;
  }
}
.section_about_01 .section_02 .box_02::before {
  position: absolute;
  content: "";
  width: 28px;
  aspect-ratio: 1/1;
  background-color: #F1EEE5;
  border-radius: 50%;
  top: 36px;
  left: 42px;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_02 .box_02::before {
    left: 8%;
    width: 20px;
  }
}
.section_about_01 .section_02 .box_02::after {
  position: absolute;
  content: "";
  width: 28px;
  aspect-ratio: 1/1;
  background-color: #F1EEE5;
  border-radius: 50%;
  top: 36px;
  right: 42px;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_02 .box_02::after {
    right: 8%;
    width: 20px;
  }
}
.section_about_01 .section_02 .box_02 .ttl_wrap {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_02 .box_02 .ttl_wrap {
    padding: 0 20px;
  }
}
.section_about_01 .section_02 .box_02 .ttl_wrap::before {
  position: absolute;
  content: "“";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -7px;
  left: 0;
}
.section_about_01 .section_02 .box_02 .ttl_wrap::after {
  position: absolute;
  content: "”";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -7px;
  right: 0;
}
.section_about_01 .section_02 .box_02 .ttl_01 {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 65px;
}
.section_about_01 .section_02 .box_02 .ttl_01 > span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.section_about_01 .section_02 .box_02 .ttl_01::after {
  position: absolute;
  content: "Create happiness";
  color: #F1EEE5;
  text-align: center;
  font-family: "Homemade Apple", cursive;
  font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  transform: translate(-50%, -50%) rotate(-11.693deg);
  left: 50%;
  top: 50%;
  width: 100%;
}
.section_about_01 .section_02 .box_02 .box_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_about_01 .section_02 .box_02 .box_two .txt_wrap {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_02 .box_02 .box_two .txt_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_about_01 .section_02 .box_02 .box_two .txt_wrap p {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 15px;
}
.section_about_01 .section_02 .box_02 .box_two .txt_wrap p:last-of-type {
  margin-bottom: 0;
}
.section_about_01 .section_02 .box_02 .box_two .img_wrap {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_02 .box_02 .box_two .img_wrap {
    width: 100%;
  }
}
.section_about_01 .section_03 {
  padding: 120px 0 0;
  background-color: #F1EEE5;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_03 {
    padding: 100px 0 0;
  }
}
.section_about_01 .section_03 .low_ttl_01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_03 .low_ttl_01 {
    margin-bottom: 60px;
  }
}
.section_about_01 .section_03 .box_03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 124px;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_03 .box_03 {
    margin-bottom: 100px;
  }
}
.section_about_01 .section_03 .box_03 .box_l {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_03 .box_03 .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_about_01 .section_03 .box_03 .box_l .ttl_01 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}
.section_about_01 .section_03 .box_03 .box_l .txt_wrap p {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 20px;
}
.section_about_01 .section_03 .box_03 .box_l .txt_wrap p:last-of-type {
  margin-bottom: 0;
}
.section_about_01 .section_03 .box_03 .box_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_03 .box_03 .box_r {
    width: 100%;
  }
}
.section_about_01 .section_03 .low_ttl_02 {
  margin-bottom: 84px;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_03 .low_ttl_02 {
    margin-bottom: 60px;
  }
}
.section_about_01 .section_03 .sw_logo_wrap {
  max-width: 148px;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_03 .sw_logo_wrap {
    margin: 0 auto 30px;
  }
}
.section_about_01 .section_03 .sw_logo_wrap img {
  width: 100%;
}
.section_about_01 .section_04 {
  padding: 120px 0 150px;
  background-color: #F1EEE5;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_04 {
    padding: 100px 0 100px;
  }
}
.section_about_01 .section_04 .low_ttl_01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_04 .low_ttl_01 {
    margin-bottom: 60px;
  }
}
.section_about_01 .section_04 .box_03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 124px;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_04 .box_03 {
    margin-bottom: 100px;
  }
}
.section_about_01 .section_04 .box_03 .box_l {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_04 .box_03 .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_about_01 .section_04 .box_03 .box_l .ttl_01 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}
.section_about_01 .section_04 .box_03 .box_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_04 .box_03 .box_r {
    width: 100%;
  }
}
.section_about_01 .section_04 .box_04 {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section_about_01 .section_04 .box_04 .box_l {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_04 .box_04 .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_about_01 .section_04 .box_04 .box_l img {
  border-radius: 10px;
}
.section_about_01 .section_04 .box_04 .box_r {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_04 .box_04 .box_r {
    width: 100%;
  }
}
.section_about_01 .section_04 .box_04 .box_r .ttl_01 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.section_about_01 .section_04 .txt_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
.section_about_01 .section_04 .txt_wrap p {
  margin-bottom: 20px;
}
.section_about_01 .section_04 .txt_wrap p:last-of-type {
  margin-bottom: 0;
}
.section_about_01 .section_04 .txt_s {
  font-size: 0.8125rem;
}
.section_about_01 .section_04 .low_ttl_02 {
  margin-bottom: 40px;
}
.section_about_01 .section_04 .heading_32px {
  margin-bottom: 25px;
}
.section_about_01 .section_04 .list_about_results {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section_about_01 .section_04 .list_about_results > li {
  border-radius: 10px;
  background: #FFF;
  width: 30%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_04 .list_about_results > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.section_about_01 .section_04 .list_about_results > li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_04 .list_about_results > li:last-of-type {
    margin-bottom: 0;
  }
}
.section_about_01 .section_04 .list_about_results > li .contents_wrap {
  width: 100%;
  padding: 70px 30px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .section_about_01 .section_04 .list_about_results > li .contents_wrap {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_04 .list_about_results > li .contents_wrap {
    padding: 60px 8%;
  }
}
.section_about_01 .section_04 .list_about_results > li .contents_wrap .ttl_01 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}
.section_about_01 .section_04 .list_about_results > li .contents_wrap .txt_01 {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 11px;
}
.section_about_01 .section_04 .list_about_results > li .contents_wrap .txt_02 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 1.057rem + 1.59vw, 2.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 9px;
}
.section_about_01 .section_04 .list_about_results > li .contents_wrap .ttl_03 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3px;
}
.section_about_01 .section_04 .list_about_results > li .contents_wrap .txt_04 {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 11px;
}

.section_about_02 .section_01 {
  padding: 110px 0 120px;
  background-color: #F1EEE5;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_01 {
    padding: 60px 0 80px;
  }
}
.section_about_02 .section_01 .top_ttl_03 {
  margin-bottom: 80px;
}
.section_about_02 .section_01 .box_two_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_about_02 .section_01 .box_two_01 .box_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_01 .box_two_01 .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_about_02 .section_01 .box_two_01 .box_l .ttl_01 {
  margin-top: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.438rem, 1.142rem + 1.48vw, 2.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section_about_02 .section_01 .box_two_01 .box_l .txt_wrap {
  margin-top: 40px;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
.section_about_02 .section_01 .box_two_01 .box_r {
  width: 31%;
}
.section_about_02 .section_01 .box_two_01 .box_r > a {
  display: block;
  place-items: center;
  background: #FFF;
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 14px;
  border-left: solid 5px #6D6E70;
  position: relative;
}
.section_about_02 .section_01 .box_two_01 .box_r > a > span {
  display: inline-block;
}
.section_about_02 .section_01 .box_two_01 .box_r > a:last-of-type {
  margin-bottom: 0;
}
.section_about_02 .section_01 .box_two_01 .box_r > a::after {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 16px;
  transform: translateY(-50%);
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .section_about_02 .section_01 .box_two_01 .box_r > a::after {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_01 .box_two_01 .box_r > a::after {
    width: 14px;
  }
}
.section_about_02 .section_01 .box_two_01 .box_r > a:hover {
  opacity: 0.6;
}
.section_about_02 .section_01 .box_two_01 .box_r > a:hover::after {
  right: 7px;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_01 .box_two_01 .box_r {
    width: 100%;
  }
}
.section_about_02 .section_02 {
  background: url(../images/bg_about_02.jpg) no-repeat center/cover;
  position: relative;
  padding: 173px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_02 {
    padding: 100px 0 60px;
  }
}
.section_about_02 .section_02::before {
  position: absolute;
  content: "”";
  opacity: 0.6;
  background: #151515;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.section_about_02 .section_02 .contents_wrap {
  color: #fff;
  position: relative;
  z-index: 3;
}
.section_about_02 .section_02 .contents_wrap .ttl_wrap {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_02 .contents_wrap .ttl_wrap {
    padding: 0 20px;
  }
}
.section_about_02 .section_02 .contents_wrap .ttl_wrap::before {
  position: absolute;
  content: "“";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  top: -7px;
  left: 0;
}
.section_about_02 .section_02 .contents_wrap .ttl_wrap::after {
  position: absolute;
  content: "”";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  top: -7px;
  right: 0;
}
.section_about_02 .section_02 .contents_wrap .ttl_01 {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 65px;
}
.section_about_02 .section_02 .contents_wrap .ttl_01 > span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.section_about_02 .section_02 .contents_wrap .ttl_01::after {
  position: absolute;
  content: "Create happiness";
  color: #F1EEE5;
  text-align: center;
  font-family: "Homemade Apple", cursive;
  font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  transform: translate(-50%, -50%) rotate(-11.693deg);
  left: 50%;
  top: 50%;
  width: 100%;
  opacity: 0.2;
}
.section_about_02 .section_02 .contents_wrap .txt_wrap {
  text-align: center;
}
.section_about_02 .section_02 .contents_wrap .txt_wrap p {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 15px;
}
.section_about_02 .section_02 .contents_wrap .txt_wrap p:last-of-type {
  margin-bottom: 0;
}
.section_about_02 .section_03 {
  padding: 120px 0 0;
  background-color: #F1EEE5;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_03 {
    padding: 80px 0 0;
  }
}
.section_about_02 .section_03 .txt_wrap {
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_03 .txt_wrap {
    padding: 60px 0;
  }
}
.section_about_02 .section_03 .txt_wrap p {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 15px;
}
.section_about_02 .section_03 .txt_wrap p:last-of-type {
  margin-bottom: 0;
}
.section_about_02 .section_04 {
  padding: 120px 0 0;
  background-color: #F1EEE5;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_04 {
    padding: 80px 0 0;
  }
}
.section_about_02 .section_04 .image_wrap {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_04 .image_wrap {
    margin-bottom: 30px;
  }
}
.section_about_02 .section_04 .image_wrap img {
  width: 100%;
  border-radius: 60px 60px 0 0;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_04 .image_wrap img {
    border-radius: 20px 20px 0 0;
  }
}
.section_about_02 .section_04 .box_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_about_02 .section_04 .box_two .box_l {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_04 .box_two .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_about_02 .section_04 .box_two .box_r {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_04 .box_two .box_r {
    width: 100%;
  }
}
.section_about_02 .section_04 .box_two .box_r > p {
  margin-bottom: 15px;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.section_about_02 .section_04 .box_two .box_r > p:last-of-type {
  margin-bottom: 0;
}
.section_about_02 .section_05 {
  padding: 120px 0 0;
  background-color: #F1EEE5;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_05 {
    padding: 80px 0 0;
  }
}
.section_about_02 .section_05 .ttl_wrap {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_05 .ttl_wrap {
    padding: 0 20px;
  }
}
.section_about_02 .section_05 .ttl_wrap::before {
  position: absolute;
  content: "“";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -7px;
  left: 0;
}
.section_about_02 .section_05 .ttl_wrap::after {
  position: absolute;
  content: "”";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -7px;
  right: 0;
}
.section_about_02 .section_05 .ttl_01 {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 65px;
}
.section_about_02 .section_05 .ttl_01 > span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.section_about_02 .section_05 .ttl_01::after {
  position: absolute;
  content: "Create happiness";
  color: #F1EEE5;
  text-align: center;
  font-family: "Homemade Apple", cursive;
  font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  transform: translate(-50%, -50%) rotate(-11.693deg);
  left: 50%;
  top: 50%;
  width: 100%;
}
.section_about_02 .section_05 .box_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_about_02 .section_05 .box_two .box_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_05 .box_two .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_about_02 .section_05 .box_two .box_l img {
  width: 100%;
}
.section_about_02 .section_05 .box_two .box_r {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_05 .box_two .box_r {
    width: 100%;
  }
}
.section_about_02 .section_05 .box_two .box_r ul > li {
  margin-bottom: 60px;
}
.section_about_02 .section_05 .box_two .box_r ul > li:last-of-type {
  margin-bottom: 0;
}
.section_about_02 .section_05 .box_two .box_r ul > li .ttl_02 {
  margin-top: 20px;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.section_about_02 .section_06 {
  padding: 190px 0 150px;
  background-color: #F1EEE5;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_06 {
    padding: 110px 0 100px;
  }
}
.section_about_02 .section_06 .ttl_wrap {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_06 .ttl_wrap {
    padding: 0 20px;
  }
}
.section_about_02 .section_06 .ttl_wrap::before {
  position: absolute;
  content: "“";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -7px;
  left: 0;
}
.section_about_02 .section_06 .ttl_wrap::after {
  position: absolute;
  content: "”";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -7px;
  right: 0;
}
.section_about_02 .section_06 .ttl_01 {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 65px;
}
.section_about_02 .section_06 .ttl_01 > span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.section_about_02 .section_06 .ttl_01::after {
  position: absolute;
  content: "Create happiness";
  color: #F1EEE5;
  text-align: center;
  font-family: "Homemade Apple", cursive;
  font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  transform: translate(-50%, -50%) rotate(-11.693deg);
  left: 50%;
  top: 50%;
  width: 100%;
}
.section_about_02 .section_06 .list_about_staff {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_06 .list_about_staff {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section_about_02 .section_06 .list_about_staff > li img {
  width: 100%;
}
.section_about_02 .section_06 .txt_wrap {
  text-align: center;
  max-width: 792px;
  margin: 40px auto 0;
}
.section_about_02 .section_06 .txt_wrap p {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 15px;
}
.section_about_02 .section_06 .txt_wrap p:last-of-type {
  margin-bottom: 0;
}

.section_about_03 .section_01 {
  padding: 110px 0 0;
  background-color: #F1EEE5;
}
@media screen and (max-width: 767px) {
  .section_about_03 .section_01 {
    padding: 60px 0 0;
  }
}
.section_about_03 .section_01 .box_two_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_about_03 .section_01 .box_two_01 .contents_wrap {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .section_about_03 .section_01 .box_two_01 .contents_wrap {
    width: 100%;
  }
}
.section_about_03 .section_01 .box_two_01 .contents_wrap .ttl_01 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.438rem, 1.142rem + 1.48vw, 2.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.section_about_03 .section_01 .box_two_01 .contents_wrap .txt_wrap p {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
}
.section_about_03 .section_01 .box_two_01 .contents_wrap .txt_wrap p:last-of-type {
  margin-bottom: 0;
}
.section_about_03 .section_01 .box_two_01 .img_wrap {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .section_about_03 .section_01 .box_two_01 .img_wrap {
    width: 100%;
  }
}
.section_about_03 .section_02 {
  padding: 88px 0 150px;
  background-color: #F1EEE5;
}
@media screen and (max-width: 767px) {
  .section_about_03 .section_02 {
    padding: 60px 0 100px;
  }
}
.section_about_03 .section_02 .ttl_wrap {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .section_about_03 .section_02 .ttl_wrap {
    padding: 0 20px;
  }
}
.section_about_03 .section_02 .ttl_wrap::before {
  position: absolute;
  content: "“";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -7px;
  left: 0;
}
.section_about_03 .section_02 .ttl_wrap::after {
  position: absolute;
  content: "”";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -7px;
  right: 0;
}
.section_about_03 .section_02 .ttl_01 {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 65px;
}
.section_about_03 .section_02 .ttl_01 > span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.section_about_03 .section_02 .ttl_01::after {
  position: absolute;
  content: "Create happiness";
  color: #F1EEE5;
  text-align: center;
  font-family: "Homemade Apple", cursive;
  font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  transform: translate(-50%, -50%) rotate(-11.693deg);
  left: 50%;
  top: 50%;
  width: 100%;
}
.section_about_03 .section_02 .txt_wrap_02 {
  text-align: center;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
}
.section_about_03 .section_02 .txt_wrap_02 > p {
  margin-bottom: 25px;
}
.section_about_03 .section_02 .txt_wrap_02 > p:last-of-type {
  margin-bottom: 0;
}

.section_about_04 .section_01 {
  padding: 110px 0 120px;
  background-color: #F1EEE5;
}
@media screen and (max-width: 767px) {
  .section_about_04 .section_01 {
    padding: 60px 0 80px;
  }
}
.section_about_04 .section_01 .top_ttl_03 {
  margin-bottom: 80px;
}
.section_about_04 .section_01 .box_two_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_about_04 .section_01 .box_two_01 .box_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_about_04 .section_01 .box_two_01 .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_about_04 .section_01 .box_two_01 .box_l .ttl_01 {
  margin-top: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.438rem, 1.142rem + 1.48vw, 2.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section_about_04 .section_01 .box_two_01 .box_l .txt_wrap {
  margin-top: 40px;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
.section_about_04 .section_01 .box_two_01 .box_r {
  width: 31%;
}
.section_about_04 .section_01 .box_two_01 .box_r > a {
  display: block;
  place-items: center;
  background: #FFF;
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 14px;
  border-left: solid 5px #6D6E70;
  position: relative;
}
.section_about_04 .section_01 .box_two_01 .box_r > a > span {
  display: inline-block;
}
.section_about_04 .section_01 .box_two_01 .box_r > a:last-of-type {
  margin-bottom: 0;
}
.section_about_04 .section_01 .box_two_01 .box_r > a::after {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 16px;
  transform: translateY(-50%);
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .section_about_04 .section_01 .box_two_01 .box_r > a::after {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section_about_04 .section_01 .box_two_01 .box_r > a::after {
    width: 14px;
  }
}
.section_about_04 .section_01 .box_two_01 .box_r > a:hover {
  opacity: 0.6;
}
.section_about_04 .section_01 .box_two_01 .box_r > a:hover::after {
  right: 7px;
}
@media screen and (max-width: 767px) {
  .section_about_04 .section_01 .box_two_01 .box_r {
    width: 100%;
  }
}
.section_about_04 .section_02 img {
  width: 100%;
}
.section_about_04 .section_03 {
  padding: 0 0 150px;
  background-color: #F1EEE5;
}
@media screen and (max-width: 767px) {
  .section_about_04 .section_03 {
    padding: 0 0 100px;
  }
}
.section_about_04 .section_03 .low_ttl_04 {
  transform: translateY(-40%);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section_about_04 .section_03 .low_ttl_04 {
    transform: translateY(-26%);
    margin-bottom: 20px;
  }
}
.section_about_04 .section_03 .ttl_wrap {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .section_about_04 .section_03 .ttl_wrap {
    padding: 0 20px;
  }
}
.section_about_04 .section_03 .ttl_wrap::before {
  position: absolute;
  content: "“";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -7px;
  left: 0;
}
.section_about_04 .section_03 .ttl_wrap::after {
  position: absolute;
  content: "”";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -7px;
  right: 0;
}
.section_about_04 .section_03 .ttl_01 {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 65px;
}
.section_about_04 .section_03 .ttl_01 > span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.section_about_04 .section_03 .ttl_01::after {
  position: absolute;
  content: "Create happiness";
  color: #F1EEE5;
  text-align: center;
  font-family: "Homemade Apple", cursive;
  font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  transform: translate(-50%, -50%) rotate(-11.693deg);
  left: 50%;
  top: 50%;
  width: 100%;
}
.section_about_04 .section_03 .txt_wrap p {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}
.section_about_04 .section_03 .txt_wrap p:last-of-type {
  margin-bottom: 0;
}

.section_renovation .section_01 {
  padding: 115px 0 0;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_01 {
    padding: 60px 0 0;
  }
}
.section_renovation .section_01 .txt_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
}
.section_renovation .section_01 .txt_wrap p {
  margin-bottom: 25px;
}
.section_renovation .section_01 .txt_wrap p:last-of-type {
  margin-bottom: 0;
}
.section_renovation .section_01 .box_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_renovation .section_01 .box_two .box_l {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_01 .box_two .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_renovation .section_01 .box_two .box_l img {
  width: 100%;
}
.section_renovation .section_01 .box_two .box_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_01 .box_two .box_r {
    width: 100%;
  }
}
.section_renovation .section_01 .box_two .box_r .s_ttl_01 {
  margin-top: 65px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_01 .box_two .box_r .s_ttl_01 {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.section_renovation .section_01 .box_two .box_r .txt_wrap {
  color: #151515;
}
.section_renovation .section_02 {
  padding: 190px 0;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_02 {
    padding: 100px 0;
  }
}
.section_renovation .section_02 .box_two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_02 .box_two {
    margin-bottom: 100px;
  }
}
.section_renovation .section_02 .box_two .box_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_02 .box_two .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_renovation .section_02 .box_two .box_r {
  width: 35%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_02 .box_two .box_r {
    margin-top: 100px;
  }
}
.section_renovation .section_02 .box_two .box_r::before {
  position: absolute;
  content: "";
  width: 21%;
  aspect-ratio: 1/1;
  background: url(../images/icon_lg_arrow.svg) no-repeat center/contain;
  top: 50%;
  left: -30%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .section_renovation .section_02 .box_two .box_r::before {
    top: -90px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .section_renovation .section_02 .box_two .box_r {
    width: 100%;
  }
}
.section_renovation .section_02 .box_two .box_r .about_section_02_circle {
  background-color: #F1EEE5;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 100%;
}
.section_renovation .section_02 .box_two .box_r .about_section_02_circle > div {
  text-align: center;
}
.section_renovation .section_02 .box_two .box_r .about_section_02_circle > div img {
  display: inline-block;
  width: 37%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .section_renovation .section_02 .box_two .box_r .about_section_02_circle > div img {
    width: 25%;
    margin-bottom: 10px;
  }
}
.section_renovation .section_02 .box_two .box_r .about_section_02_circle > div .txt_01 {
  width: 72%;
  margin: auto;
  color: #000;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8; /* 180% */
}
@media screen and (max-width: 1200px) {
  .section_renovation .section_02 .box_two .box_r .about_section_02_circle > div .txt_01 {
    font-size: 0.8125rem;
  }
}
.section_renovation .section_02 .lsit_check > li {
  position: relative;
  padding-left: 62px;
  margin-bottom: 24px;
  color: #151515;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_02 .lsit_check > li {
    padding-left: 48px;
  }
}
.section_renovation .section_02 .lsit_check > li:last-of-type {
  margin-bottom: 0;
}
.section_renovation .section_02 .lsit_check > li::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 42px;
  aspect-ratio: 1/1;
  background: url(../images/icon_check.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_02 .lsit_check > li::before {
    top: -2px;
    width: 30px;
  }
}
.section_renovation .section_02 .renovation_link a {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 268px;
}
.section_renovation .section_02 .renovation_link a:last-of-type {
  margin-bottom: 0;
}
.section_renovation .section_02 .renovation_link a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #6D6E70;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.3s;
}
.section_renovation .section_02 .renovation_link a > div {
  position: relative;
  z-index: 2;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_02 .renovation_link a > div {
    padding: 15px;
  }
}
.section_renovation .section_02 .renovation_link a .link_ttl_01 {
  color: #FFFFFD;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section_renovation .section_02 .renovation_link a .link_ttl_01::before {
  display: block;
  content: attr(data-title);
  font-family: "Jost", sans-serif;
  font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.section_renovation .section_02 .renovation_link a .txt_wrap {
  margin-top: 18px;
  color: #FFFFFD;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 175% */
}
.section_renovation .section_02 .renovation_link a:hover::before {
  opacity: 0;
}
.section_renovation .section_02 .renovation_link .link_01 {
  background: url(../images/renovation_link_img_01.jpg) no-repeat center/cover;
}
.section_renovation .section_02 .renovation_link .link_02 {
  background: url(../images/renovation_link_img_02.jpg) no-repeat center/cover;
}
.section_renovation .section_02 .renovation_link .link_03 {
  background: url(../images/renovation_link_img_03.jpg) no-repeat center/cover;
}
.section_renovation .section_03 {
  padding: 0 0 216px;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_03 {
    padding: 0 0 120px;
  }
}
.section_renovation .section_03 .txt_01 {
  margin: 20px auto 60px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 164.286% */
}
.section_renovation .section_03 .image_wrap {
  margin: 0 auto 60px;
}
.section_renovation .section_03 .image_wrap img {
  width: 100%;
}
.section_renovation .section_03 .box_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_renovation .section_03 .box_two .box_l {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_03 .box_two .box_l {
    width: 100%;
  }
}
.section_renovation .section_03 .box_two .box_l img {
  width: 100%;
}
.section_renovation .section_03 .box_two .box_r {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_03 .box_two .box_r {
    width: 100%;
    margin-top: 30px;
  }
}
.section_renovation .section_03 .box_two .box_r .txt_wrap {
  font-style: normal;
  font-weight: 400;
  line-height: 1.75; /* 175% */
  letter-spacing: 0.04em;
}
.section_renovation .section_03 .box_two .box_r .txt_wrap > p {
  margin-bottom: 15px;
}
.section_renovation .section_03 .box_two .box_r .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.section_renovation .section_03 .case_wrap {
  margin-top: 190px;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_03 .case_wrap {
    margin-top: 140px;
  }
}
.section_renovation .section_03 .case_wrap .ttl_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.section_renovation .section_03 .case_wrap .ttl_wrap .box_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_03 .case_wrap .ttl_wrap .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_renovation .section_03 .case_wrap .ttl_wrap .box_r {
    width: 100%;
  }
}
.section_renovation .section_03 .case_wrap .box_two_02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_renovation .section_03 .case_wrap .box_two_02 .box_l {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_03 .case_wrap .box_two_02 .box_l {
    width: 100%;
    margin-bottom: 60px;
  }
}
.section_renovation .section_03 .case_wrap .box_two_02 .box_l::after {
  position: absolute;
  content: "";
  width: 47px;
  aspect-ratio: 1/1;
  background: url(../images/icon_lg_arrow.svg) no-repeat center/contain;
  top: 50%;
  right: -20%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .section_renovation .section_03 .case_wrap .box_two_02 .box_l::after {
    width: 30px;
    top: auto;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.section_renovation .section_03 .case_wrap .box_two_02 .box_l .img_wrap {
  margin-bottom: 56px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_03 .case_wrap .box_two_02 .box_l .img_wrap {
    margin-bottom: 14px;
  }
}
.section_renovation .section_03 .case_wrap .box_two_02 .box_l .img_wrap img {
  width: 100%;
}
.section_renovation .section_03 .case_wrap .box_two_02 .box_l .img_wrap::after {
  display: inline-block;
  position: absolute;
  content: "Before";
  color: #6D6E70;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  background-color: #fff;
  line-height: 1;
  padding: 15px;
  bottom: 0;
  left: -15px;
  transform: translateY(50%);
}
.section_renovation .section_03 .case_wrap .box_two_02 .box_l .txt_wrap {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_03 .case_wrap .box_two_02 .box_l .txt_wrap {
    display: none;
  }
}
.section_renovation .section_03 .case_wrap .box_two_02 .box_r {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_03 .case_wrap .box_two_02 .box_r {
    width: 100%;
  }
}
.section_renovation .section_03 .case_wrap .box_two_02 .box_r .img_wrap {
  margin-bottom: 56px;
  position: relative;
}
.section_renovation .section_03 .case_wrap .box_two_02 .box_r .img_wrap img {
  width: 100%;
}
.section_renovation .section_03 .case_wrap .box_two_02 .box_r .img_wrap::after {
  display: inline-block;
  position: absolute;
  content: "After";
  color: #6D6E70;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  background-color: #fff;
  line-height: 1;
  padding: 15px;
  bottom: 0;
  left: -15px;
  transform: translateY(50%);
}
.section_renovation .section_03 .case_wrap .box_two_02 .box_r .txt_wrap {
  display: none;
  margin-top: 30px;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_03 .case_wrap .box_two_02 .box_r .txt_wrap {
    display: block;
  }
}
.section_renovation .section_04 {
  padding: 0 0 216px;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_04 {
    padding: 0 0 120px;
  }
}
.section_renovation .section_04 .txt_01 {
  margin: 20px auto 60px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 164.286% */
}
.section_renovation .section_04 .image_wrap {
  margin: 0 auto 60px;
}
.section_renovation .section_04 .image_wrap img {
  width: 100%;
}
.section_renovation .section_04 .box_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_renovation .section_04 .box_two .box_l {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_04 .box_two .box_l {
    width: 100%;
  }
}
.section_renovation .section_04 .box_two .box_l img {
  width: 100%;
}
.section_renovation .section_04 .box_two .box_r {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_04 .box_two .box_r {
    width: 100%;
    margin-top: 30px;
  }
}
.section_renovation .section_04 .box_two .box_r .txt_wrap {
  font-style: normal;
  font-weight: 400;
  line-height: 1.75; /* 175% */
  letter-spacing: 0.04em;
}
.section_renovation .section_04 .box_two .box_r .txt_wrap > p {
  margin-bottom: 15px;
}
.section_renovation .section_04 .box_two .box_r .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.section_renovation .section_04 .lit_three_box {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 54px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_04 .lit_three_box {
    grid-template-columns: 1fr;
  }
}
.section_renovation .section_04 .lit_three_box > li .img_wrap {
  margin-bottom: 25px;
}
.section_renovation .section_04 .lit_three_box > li .img_wrap img {
  width: 100%;
}
.section_renovation .section_04 .lit_three_box > li .txt_01 {
  color: #151515;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.section_renovation .section_04 .lit_three_box > li .txt_02 {
  color: #151515;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
}
.section_renovation .section_04 .case_wrap {
  margin-top: 190px;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_04 .case_wrap {
    margin-top: 140px;
  }
}
.section_renovation .section_04 .case_wrap .ttl_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.section_renovation .section_04 .case_wrap .ttl_wrap .box_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_04 .case_wrap .ttl_wrap .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_renovation .section_04 .case_wrap .ttl_wrap .box_r {
    width: 100%;
  }
}
.section_renovation .section_04 .case_wrap .box_two_02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_renovation .section_04 .case_wrap .box_two_02 .box_l {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_04 .case_wrap .box_two_02 .box_l {
    width: 100%;
    margin-bottom: 60px;
  }
}
.section_renovation .section_04 .case_wrap .box_two_02 .box_l::after {
  position: absolute;
  content: "";
  width: 47px;
  aspect-ratio: 1/1;
  background: url(../images/icon_lg_arrow.svg) no-repeat center/contain;
  top: 50%;
  right: -20%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .section_renovation .section_04 .case_wrap .box_two_02 .box_l::after {
    width: 30px;
    top: auto;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.section_renovation .section_04 .case_wrap .box_two_02 .box_l .img_wrap {
  margin-bottom: 56px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_04 .case_wrap .box_two_02 .box_l .img_wrap {
    margin-bottom: 14px;
  }
}
.section_renovation .section_04 .case_wrap .box_two_02 .box_l .img_wrap img {
  width: 100%;
}
.section_renovation .section_04 .case_wrap .box_two_02 .box_l .img_wrap::after {
  display: inline-block;
  position: absolute;
  content: "Before";
  color: #6D6E70;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  background-color: #fff;
  line-height: 1;
  padding: 15px;
  bottom: 0;
  left: -15px;
  transform: translateY(50%);
}
.section_renovation .section_04 .case_wrap .box_two_02 .box_l .txt_wrap {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_04 .case_wrap .box_two_02 .box_l .txt_wrap {
    display: none;
  }
}
.section_renovation .section_04 .case_wrap .box_two_02 .box_r {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_04 .case_wrap .box_two_02 .box_r {
    width: 100%;
  }
}
.section_renovation .section_04 .case_wrap .box_two_02 .box_r .img_wrap {
  margin-bottom: 56px;
  position: relative;
}
.section_renovation .section_04 .case_wrap .box_two_02 .box_r .img_wrap img {
  width: 100%;
}
.section_renovation .section_04 .case_wrap .box_two_02 .box_r .img_wrap::after {
  display: inline-block;
  position: absolute;
  content: "After";
  color: #6D6E70;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  background-color: #fff;
  line-height: 1;
  padding: 15px;
  bottom: 0;
  left: -15px;
  transform: translateY(50%);
}
.section_renovation .section_04 .case_wrap .box_two_02 .box_r .txt_wrap {
  display: none;
  margin-top: 30px;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_04 .case_wrap .box_two_02 .box_r .txt_wrap {
    display: block;
  }
}
.section_renovation .section_05 .txt_01 {
  margin: 20px auto 60px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 164.286% */
}
.section_renovation .section_05 .image_wrap {
  margin: 0 auto 60px;
}
.section_renovation .section_05 .image_wrap img {
  width: 100%;
}
.section_renovation .section_05 .box_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_renovation .section_05 .box_two .box_l {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_05 .box_two .box_l {
    width: 100%;
  }
}
.section_renovation .section_05 .box_two .box_l img {
  width: 100%;
}
.section_renovation .section_05 .box_two .box_r {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_05 .box_two .box_r {
    width: 100%;
    margin-top: 30px;
  }
}
.section_renovation .section_05 .box_two .box_r .txt_wrap {
  font-style: normal;
  font-weight: 400;
  line-height: 1.75; /* 175% */
  letter-spacing: 0.04em;
}
.section_renovation .section_05 .box_two .box_r .txt_wrap > p {
  margin-bottom: 15px;
}
.section_renovation .section_05 .box_two .box_r .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.section_renovation .section_05 .lit_three_box {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 54px;
  grid-row-gap: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_05 .lit_three_box {
    grid-template-columns: 1fr;
  }
}
.section_renovation .section_05 .lit_three_box > li .img_wrap {
  margin-bottom: 25px;
}
.section_renovation .section_05 .lit_three_box > li .img_wrap img {
  width: 100%;
}
.section_renovation .section_05 .lit_three_box > li .txt_01 {
  color: #151515;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.section_renovation .section_05 .lit_three_box > li .txt_02 {
  color: #151515;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
}
.section_renovation .section_05 .ttl_wrap_02 {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_05 .ttl_wrap_02 {
    padding: 0 20px;
  }
}
.section_renovation .section_05 .ttl_wrap_02::before {
  position: absolute;
  content: "“";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -7px;
  left: 0;
}
.section_renovation .section_05 .ttl_wrap_02::after {
  position: absolute;
  content: "”";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -7px;
  right: 0;
}
.section_renovation .section_05 .ttl_01 {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.section_renovation .section_05 .ttl_01 > span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.section_renovation .section_05 .txt_wrap p {
  text-align: center;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
.section_renovation .section_05 .txt_wrap p:last-of-type {
  margin-bottom: 0;
}
.section_renovation .section_05 .box_two_02 {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section_renovation .section_05 .box_two_02 .box_l {
  width: 61%;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_05 .box_two_02 .box_l {
    width: 100%;
  }
}
.section_renovation .section_05 .box_two_02 .box_l img {
  width: 100%;
}
.section_renovation .section_05 .box_two_02 .box_r {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_05 .box_two_02 .box_r {
    width: 100%;
    margin-top: 30px;
  }
}
.section_renovation .section_05 .box_two_02 .box_r .txt_wrap {
  font-style: normal;
  font-weight: 400;
  line-height: 1.75; /* 175% */
  letter-spacing: 0.04em;
}
.section_renovation .section_05 .box_two_02 .box_r .txt_wrap > p {
  margin-bottom: 15px;
}
.section_renovation .section_05 .box_two_02 .box_r .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.section_renovation .section_06 {
  padding: 120px 0 150px;
}
@media screen and (max-width: 767px) {
  .section_renovation .section_06 {
    padding: 100px 0 100px;
  }
}

.section_works_list .section_01 {
  padding: 80px 0 160px;
}
@media screen and (max-width: 767px) {
  .section_works_list .section_01 {
    padding: 60px 0 100px;
  }
}

.section_works_detail .section_01 {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_01 {
    padding: 0;
  }
}
.section_works_detail .section_01 .box_01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section_works_detail .section_01 .box_01 .box_l {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_01 .box_01 .box_l {
    width: 100%;
    /* #9125 SPはセクション上余白が0でヒーロー写真と動画が接するため、動画がある事例だけ上に余白を足す */
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.section_works_detail .section_01 .box_01 .box_r {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_01 .box_01 .box_r {
    width: 100%;
  }
}
.section_works_detail .section_01 .box_01 .box_r .table_works_detail tr th {
  color: #151515;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 0;
  border-bottom: solid 1px #F1EEE5;
  width: 28%;
}
.section_works_detail .section_01 .box_01 .box_r .table_works_detail tr td {
  width: 72%;
  color: #151515;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 0 20px 27px;
  border-bottom: solid 1px #F1EEE5;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_01 .box_01 .box_r .table_works_detail tr th,
  .section_works_detail .section_01 .box_01 .box_r .table_works_detail tr td {
    font-size: 15px;
    line-height: 28px;
  }
}
.section_works_detail .section_02 {
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_02 {
    padding: 60px 0 100px;
  }
}
.section_works_detail .section_02 .inner_s {
  margin-bottom: 193px;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_02 .inner_s {
    margin-bottom: 100px;
  }
}

.section_blog_list .section_01 {
  padding: 80px 0 160px;
}
@media screen and (max-width: 767px) {
  .section_blog_list .section_01 {
    padding: 60px 0 100px;
  }
}
.section_blog_list .section_01 .ttl_02 {
  color: #151515;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section_blog_list .section_01 .ttl_02::after {
  display: block;
  content: attr(data-title);
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #F1EEE5;
  margin-top: 10px;
}
.section_blog_list .section_01 .main_sub_wrap {
  margin-top: 90px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section_blog_list .section_01 .main_sub_wrap {
    margin-top: 40px;
    flex-direction: column;
  }
}
.section_blog_list .section_01 .main_sub_wrap .main {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .section_blog_list .section_01 .main_sub_wrap .main {
    width: 100%;
  }
}
.section_blog_list .section_01 .main_sub_wrap .sub {
  width: 30%;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 767px) {
  .section_blog_list .section_01 .main_sub_wrap .sub {
    position: static;
    top: auto;
    width: 100%;
    order: -1;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.section_blog_list .section_01 .main_sub_wrap .sub ul > li {
  margin-bottom: 30px;
}
.section_blog_list .section_01 .main_sub_wrap .sub ul > li:last-of-type {
  margin-bottom: 0;
}
.section_blog_list .section_01 .main_sub_wrap .sub ul > li > a {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section_blog_list .section_01 .main_sub_wrap .sub ul > li > a > span {
  display: inline-block;
  border-bottom: solid 1px #fff;
  transition: 0.3s;
}
.section_blog_list .section_01 .main_sub_wrap .sub ul > li > a .count {
  border-bottom: none;
  display: inline-block;
  display: grid;
  place-items: center;
  background-color: #A6A08D;
  color: #FFFFFD;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 27px;
  aspect-ratio: 1/1;
  margin-left: 11px;
  border-radius: 50%;
}
.section_blog_list .section_01 .main_sub_wrap .sub ul > li > a:hover > span {
  border-bottom: solid 1px #151515;
}
.section_blog_list .section_01 .main_sub_wrap .sub ul > li > a:hover .count {
  border-bottom: none;
}

.section_blog_detail .section_01 {
  padding: 80px 0 190px;
}
@media screen and (max-width: 767px) {
  .section_blog_detail .section_01 {
    padding: 40px 0 100px;
  }
}
.section_blog_detail .section_01 .ttl_02 {
  color: #151515;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section_blog_detail .section_01 .ttl_02::after {
  display: block;
  content: attr(data-title);
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #F1EEE5;
  margin-top: 10px;
}
.section_blog_detail .section_01 .main_sub_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_blog_detail .section_01 .main_sub_wrap .main {
  width: 52%;
  padding-right: 7.7%;
}
@media screen and (max-width: 1200px) {
  .section_blog_detail .section_01 .main_sub_wrap .main {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_blog_detail .section_01 .main_sub_wrap .main {
    width: 100%;
    padding: 0 8%;
  }
}
.section_blog_detail .section_01 .main_sub_wrap .main .ttl_wrap {
  margin-top: 160px;
}
@media screen and (max-width: 1200px) {
  .section_blog_detail .section_01 .main_sub_wrap .main .ttl_wrap {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section_blog_detail .section_01 .main_sub_wrap .main .ttl_wrap {
    margin-top: 60px;
  }
}
.section_blog_detail .section_01 .main_sub_wrap .main .ttl_wrap .date {
  color: #6D6E70;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}
.section_blog_detail .section_01 .main_sub_wrap .main .ttl_wrap .ttl_01 {
  color: #151515;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.section_blog_detail .section_01 .main_sub_wrap .main .ttl_wrap .category {
  color: #151515;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section_blog_detail .section_01 .main_sub_wrap .main .other_wrap {
  margin-top: 130px;
}
.section_blog_detail .section_01 .main_sub_wrap .main .other_wrap .top_ttl_04 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_blog_detail .section_01 .main_sub_wrap .main .other_wrap .top_ttl_04 {
    margin-bottom: 60px;
  }
}
.section_blog_detail .section_01 .main_sub_wrap .sub {
  width: 44%;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 767px) {
  .section_blog_detail .section_01 .main_sub_wrap .sub {
    position: static;
    top: auto;
    width: 100%;
  }
}
.section_blog_detail .section_01 .main_sub_wrap .sub ul > li {
  margin-bottom: 30px;
}
.section_blog_detail .section_01 .main_sub_wrap .sub ul > li:last-of-type {
  margin-bottom: 0;
}
.section_blog_detail .section_01 .main_sub_wrap .sub ul > li > a {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section_blog_detail .section_01 .main_sub_wrap .sub ul > li > a > span {
  display: inline-block;
  border-bottom: solid 1px #fff;
  transition: 0.3s;
}
.section_blog_detail .section_01 .main_sub_wrap .sub ul > li > a .count {
  border-bottom: none;
  display: inline-block;
  display: grid;
  place-items: center;
  background-color: #A6A08D;
  color: #FFFFFD;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 27px;
  aspect-ratio: 1/1;
  margin-left: 11px;
  border-radius: 50%;
}
.section_blog_detail .section_01 .main_sub_wrap .sub ul > li > a:hover > span {
  border-bottom: solid 1px #151515;
}
.section_blog_detail .section_01 .main_sub_wrap .sub ul > li > a:hover .count {
  border-bottom: none;
}

.section_contact .section_01 {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 {
    padding: 40px 0 0;
  }
}
.section_contact .section_01 .ttl_01 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 164.286% */
}
.section_contact .section_01 .txt_wrap {
  margin-top: 40px;
  text-align: center;
}
.section_contact .section_01 .txt_wrap p {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
}
.section_contact .section_01 .txt_wrap p:last-of-type {
  margin-bottom: 0;
}
.section_contact .section_01 .box_two_01 {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_contact .section_01 .box_two_01 > div {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 .box_two_01 > div {
    width: 100%;
    margin-bottom: 40px;
  }
  .section_contact .section_01 .box_two_01 > div:last-of-type {
    margin-bottom: 0;
  }
}
.section_contact .section_01 .box_two_01 > div .box_two_01_ttl {
  background-color: #6D6E70;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px;
}
.section_contact .section_01 .box_two_01 > div ul {
  background: #F1EEE5;
  padding: 26px 30px;
}
.section_contact .section_01 .box_two_01 > div ul > li {
  color: #151515;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
}
.section_contact .section_02 {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .section_contact .section_02 {
    padding: 100px 0;
  }
}
.section_contact .section_02 .txt_wrap {
  margin-top: 72px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_contact .section_02 .txt_wrap {
    margin-top: 60px;
  }
}
.section_contact .section_02 .txt_wrap p {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
}
.section_contact .section_02 .txt_wrap p:last-of-type {
  margin-bottom: 0;
}
.section_contact .section_02 .sub_inner {
  max-width: 954px;
  margin: auto;
}

.section_company .section_01 {
  padding: 60px 0 168px;
}
@media screen and (max-width: 767px) {
  .section_company .section_01 {
    padding: 40px 0 80px;
  }
}
.section_company .section_01 .inner_l, .section_company .section_01 #list_breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section_company .section_01 .inner_l .img_wrap, .section_company .section_01 #list_breadcrumb .img_wrap {
  width: 45%;
  position: relative;
}
.section_company .section_01 .inner_l .img_wrap::after, .section_company .section_01 #list_breadcrumb .img_wrap::after {
  position: absolute;
  display: block;
  content: "ABOUT";
  font-family: "Jost", sans-serif;
  font-size: clamp(3.75rem, 2.386rem + 6.82vw, 7.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #F1EEE5;
  right: -30px;
  bottom: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .section_company .section_01 .inner_l .img_wrap, .section_company .section_01 #list_breadcrumb .img_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_company .section_01 .inner_l .comment_wrap, .section_company .section_01 #list_breadcrumb .comment_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_company .section_01 .inner_l .comment_wrap, .section_company .section_01 #list_breadcrumb .comment_wrap {
    width: 100%;
  }
}
.section_company .section_01 .inner_l .comment_wrap .txt_wrap, .section_company .section_01 #list_breadcrumb .comment_wrap .txt_wrap {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75; /* 175% */
  letter-spacing: 0.04em;
}
.section_company .section_01 .inner_l .comment_wrap .txt_wrap > p, .section_company .section_01 #list_breadcrumb .comment_wrap .txt_wrap > p {
  margin-bottom: 25px;
}
.section_company .section_01 .inner_l .comment_wrap .txt_wrap > p:last-of-type, .section_company .section_01 #list_breadcrumb .comment_wrap .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.section_company .section_02 {
  background: url(../images/bg_company_01.jpg) no-repeat center/cover;
  position: relative;
  padding: 173px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_company .section_02 {
    padding: 100px 0 60px;
  }
}
.section_company .section_02::before {
  position: absolute;
  content: "”";
  opacity: 0.6;
  background: #151515;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.section_company .section_02 .contents_wrap {
  color: #fff;
  position: relative;
  z-index: 3;
}
.section_company .section_02 .contents_wrap .ttl_wrap {
  position: relative;
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .section_company .section_02 .contents_wrap .ttl_wrap {
    padding: 0 20px;
  }
}
.section_company .section_02 .contents_wrap .ttl_01 {
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .section_company .section_02 .contents_wrap .ttl_01 {
    margin-bottom: 40px;
  }
}
.section_company .section_02 .contents_wrap .ttl_01::after {
  position: absolute;
  content: "Management philosophy";
  color: #F1EEE5;
  text-align: center;
  font-family: "Homemade Apple", cursive;
  font-size: clamp(1rem, 0.455rem + 2.73vw, 2.5rem);
  white-space: nowrap;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  transform: translate(-50%, -100%) rotate(-11.693deg);
  left: 50%;
  top: 0;
  width: 100%;
  opacity: 0.2;
}
.section_company .section_02 .contents_wrap .txt_wrap {
  text-align: center;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 164.286% */
}
.section_company .section_03 {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .section_company .section_03 {
    padding: 80px 0;
  }
}
.section_company .section_03 .ttl_wrap {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .section_company .section_03 .ttl_wrap {
    padding: 0 20px;
  }
}
.section_company .section_03 .ttl_wrap::before {
  position: absolute;
  content: "“";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  top: -7px;
  left: 0;
}
.section_company .section_03 .ttl_wrap::after {
  position: absolute;
  content: "”";
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  top: -7px;
  right: 0;
}
.section_company .section_03 .ttl_01 {
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.section_company .section_03 .ttl_01 > span {
  position: relative;
  z-index: 2;
}
.section_company .section_03 .box_two_01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section_company .section_03 .box_two_01 .box_l {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .section_company .section_03 .box_two_01 .box_l {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section_company .section_03 .box_two_01 .box_l .img_wrap {
  margin-bottom: 27px;
}
.section_company .section_03 .box_two_01 .box_l .img_wrap img {
  width: 100%;
}
.section_company .section_03 .box_two_01 .box_l .txt_01 {
  color: #151515;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section_company .section_03 .box_two_01 .box_l .txt_02 {
  margin-top: 6px;
  color: #151515;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section_company .section_03 .box_two_01 .box_r {
  width: 61%;
}
@media screen and (max-width: 767px) {
  .section_company .section_03 .box_two_01 .box_r {
    width: 100%;
  }
}
.section_company .section_03 .box_two_01 .box_r .box_r_ttl_01 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 171.429% */
  margin-bottom: 50px;
}
.section_company .section_03 .box_two_01 .box_r .txt_01 {
  display: inline-block;
  color: #151515;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
  margin-bottom: 23px;
}
.section_company .section_03 .box_two_01 .box_r .txt_wrap {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.section_company .section_04 .image_wrap {
  position: relative;
}
.section_company .section_04 .image_wrap img {
  width: 100%;
}
.section_company .section_04 .image_wrap .ttl_wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 75%);
}
.section_company .section_04 .image_wrap .ttl_wrap .low_ttl_03_04 {
  margin-bottom: 0;
}
.section_company .section_04 .txt_wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
}
.section_company .section_05 {
  padding: 150px 0 180px;
}
@media screen and (max-width: 767px) {
  .section_company .section_05 {
    padding: 100px 0 100px;
  }
}
.section_company .section_05 .box_01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.section_company .section_05 .box_01 .img_wrap {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_company .section_05 .box_01 .img_wrap {
    width: 100%;
    margin-bottom: 30px;
    aspect-ratio: 1/1;
  }
}
.section_company .section_05 .box_01 .img_wrap img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section_company .section_05 .box_01 .img_wrap img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section_company .section_05 .box_01 .contents_wrap {
  width: 50%;
  padding-right: 11%;
}
@media screen and (max-width: 1200px) {
  .section_company .section_05 .box_01 .contents_wrap {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_company .section_05 .box_01 .contents_wrap {
    width: 100%;
    padding: 0 8%;
  }
}
.section_company .section_05 .access_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section_company .section_05 .access_wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .section_company .section_05 .access_wrap .box_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_company .section_05 .access_wrap .box_r {
  position: relative;
  padding-left: 50px;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 175% */
  border-left: solid 1px #F1EEE5;
}
@media screen and (max-width: 767px) {
  .section_company .section_05 .access_wrap .box_r {
    width: 100%;
    border-left: none;
    border-top: solid 1px #F1EEE5;
    padding-left: 0;
    padding-top: 20px;
  }
}

.section_recruit .section_01 {
  padding: 60px 0 168px;
}
@media screen and (max-width: 767px) {
  .section_recruit .section_01 {
    padding: 40px 0 80px;
  }
}

.section_policy .section_01 {
  padding: 158px 0 150px;
}
@media screen and (max-width: 767px) {
  .section_policy .section_01 {
    padding: 80px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .section_policy .section_01 .low_ttl_03_04 {
    margin-bottom: 60px;
  }
}

/* 背景の英字（data-title）が1単語で折り返せず、SPで横スクロールが出るのを止める。
   例：/reserve/ の "RESERVATION" は 390px 幅で 393px になり、ページ全体が 425px までスクロールしていた。
   見た目（英字が端まで抜ける）は変えず、はみ出しぶんだけ切る。overflow:hidden ではなく clip。
   2026-08-24 公開後チェック 項目6/7（表示崩れ） */
.section_contact .section_02 {
  overflow-x: clip;
}

/* リキャプチャ非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  header {
    height: 80px;
  }
}

.header_box {
  width: 100%;
  max-width: 95.2%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  padding-right: calc(100px + 4.5%);
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 0 8%;
    max-width: 100%;
  }
}

.header_ttl img.logo {
  width: 325px;
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 220px;
  }
}

#header_right {
  display: flex;
}

#gnavi {
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  #gnavi {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul {
    width: 100%;
  }
}
#gnavi ul > li {
  margin-bottom: 15px;
}
#gnavi ul > li:last-of-type {
  margin-bottom: 0;
}
#gnavi ul > li .list_sub {
  margin-top: 15px;
}
#gnavi ul > li .list_sub > li {
  margin-bottom: 15px;
}
#gnavi ul > li .list_sub > li:last-of-type {
  margin-bottom: 0;
}
#gnavi ul > li .list_sub > li > a {
  color: #FFFFFD;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  display: flex;
  align-items: center;
  margin-left: 35px;
}
#gnavi ul > li .list_sub > li > a::before {
  display: block;
  content: "";
  width: 25px;
  height: 1px;
  background-color: #FFFFFD;
  margin-right: 15px;
}
#gnavi ul > li > a {
  color: #FFFFFD;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  display: flex;
  align-items: center;
}
#gnavi ul > li > a::before {
  display: block;
  content: "";
  width: 25px;
  height: 1px;
  background-color: #FFFFFD;
  margin-right: 15px;
}
#gnavi ul > li > a:hover {
  opacity: 0.6;
}

.h_tel_wrap {
  display: flex;
  align-items: center;
  color: #6D6E70;
  font-family: "Jost", sans-serif;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.54px;
}
@media screen and (max-width: 767px) {
  .h_tel_wrap {
    display: none;
  }
}
.h_tel_wrap > span {
  margin-left: 5px;
  display: inline-block;
  color: #6D6E70;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.375rem, 1.33rem + 0.23vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.72px;
}

.menu-trigger {
  top: 0;
  right: 0;
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: fixed;
  width: 100px;
  height: 100px;
  z-index: 10000;
  color: #fff;
  background-color: #6D6E70;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    width: 80px;
    height: 80px;
  }
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  z-index: 4;
  left: 25px;
  width: 57px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .menu-trigger span {
    left: 13px;
  }
}
.menu-trigger span:nth-of-type(1) {
  top: 36px;
}
@media screen and (max-width: 767px) {
  .menu-trigger span:nth-of-type(1) {
    top: 26px;
  }
}
.menu-trigger span:nth-of-type(2) {
  top: 50px;
}
@media screen and (max-width: 767px) {
  .menu-trigger span:nth-of-type(2) {
    top: 40px;
  }
}
.menu-trigger span:nth-of-type(3) {
  top: 64px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .menu-trigger span:nth-of-type(3) {
    top: 54px;
  }
}
.menu-trigger.active {
  background-color: #FFFFFD;
}
.menu-trigger.active span {
  background-color: #6D6E70;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(40deg);
  top: 42%;
}
.menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-9px) rotate(-40deg);
  top: 60%;
}
.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.menu-trigger.active p::before {
  content: "close";
}

#overlay {
  display: block;
  text-align: left;
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #6D6E70;
  box-sizing: border-box;
  overflow-y: scroll;
  opacity: 0;
  transition: 0.5s;
}
#overlay.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
  box-shadow: none;
}
#overlay {
  scrollbar-width: none;
}
#overlay::-webkit-scrollbar {
  display: none;
}

.nav_wrap {
  width: 100%;
  display: flex;
}
.nav_wrap .img_wrap {
  width: 40%;
}
@media screen and (max-width: 1200px) {
  .nav_wrap .img_wrap {
    display: none;
  }
}
.nav_wrap .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav_wrap .contents_wrap {
  width: 60%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
}
@media screen and (max-width: 1200px) {
  .nav_wrap .contents_wrap {
    width: 100%;
  }
}
.nav_wrap .contents_wrap .sub_inner {
  width: 84%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .nav_wrap .contents_wrap .sub_inner {
    margin-top: 120px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .nav_wrap .contents_wrap .sub_inner {
    width: 84%;
  }
}
.nav_wrap .contents_wrap .nav_button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .nav_wrap .contents_wrap .nav_button {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
.nav_wrap .contents_wrap .nav_button > a {
  position: relative;
  display: block;
  background-color: #FFFFFD;
  color: #151515;
  text-align: center;
  width: 100%;
  padding: 30px;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .nav_wrap .contents_wrap .nav_button > a {
    min-width: 0;
    padding: 16px 16px;
  }
}
.nav_wrap .contents_wrap .nav_button > a::after {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 14px;
  transform: translateY(-50%);
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .nav_wrap .contents_wrap .nav_button > a::after {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .nav_wrap .contents_wrap .nav_button > a::after {
    width: 14px;
  }
}
.nav_wrap .contents_wrap .nav_button > a:hover {
  opacity: 0.6;
}
.nav_wrap .contents_wrap .nav_tel_wrap {
  margin-top: 60px;
  border-top: solid 1px #FFFFFD;
  border-bottom: solid 1px #FFFFFD;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFD;
  padding: 24px;
}
.nav_wrap .contents_wrap .nav_tel_wrap a {
  color: #FFFFFD;
}
.nav_wrap .contents_wrap .nav_tel_wrap span {
  font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-left: 3px;
}
.nav_wrap .contents_wrap .nav_tel_wrap .txt_wrap {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
}

.h_sns_link {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .h_sns_link {
    margin-bottom: 30px;
  }
}
.h_sns_link a {
  display: block;
  width: 20px;
}
.h_sns_link a:last-of-type {
  width: 25px;
}
.h_sns_link a:hover {
  opacity: 0.6;
}

.side_button {
  position: fixed;
  top: 76%;
  right: 25px;
  z-index: 10;
  transform: rotate(90deg);
  transform-origin: right top;
}
@media screen and (max-width: 1200px) {
  .side_button {
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .side_button {
    top: 76%;
    right: 0;
  }
}
.side_button a {
  display: inline-block;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 5px 0;
  border-bottom: solid 2px #151515;
  margin-right: 30px;
}
.side_button a:last-of-type {
  margin-right: 0;
}
.side_button a:hover {
  opacity: 0.6;
}

/* ページトップへ戻る（全ページ・追従・画面右下） */
#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  width: 52px;
  height: 52px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #151515;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease;
}
#page_top.is-visible {
  opacity: 1;
  visibility: visible;
}
#page_top.is-visible:hover {
  background-color: #A6A08D;
}
#page_top::before {
  content: "";
  width: 11px;
  height: 11px;
  margin-top: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #page_top {
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
  }
}

footer {
  background-color: #6D6E70;
  color: #fff;
  padding: 150px 0 50px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 100px 0 50px;
  }
}
footer > a {
  color: #fff;
}

#footer {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0 8%;
  }
}

.footer_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
  }
}

.footer_right {
  width: 53%;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
    display: none;
  }
}

.footer_txt_wrap .txt_01 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.footer_txt_wrap .txt_02 {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  font-style: normal;
  font-weight: 400;
}
.footer_txt_wrap .txt_03 {
  margin-top: 33px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
}

.f_navi > li {
  margin-bottom: 15px;
}
.f_navi > li:last-of-type {
  margin-bottom: 0;
}
.f_navi > li .list_sub {
  margin-top: 15px;
}
.f_navi > li .list_sub > li {
  margin-bottom: 15px;
}
.f_navi > li .list_sub > li:last-of-type {
  margin-bottom: 0;
}
.f_navi > li .list_sub > li > a {
  color: #FFFFFD;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  display: flex;
  align-items: center;
  margin-left: 35px;
}
.f_navi > li .list_sub > li > a::before {
  display: block;
  content: "";
  width: 25px;
  height: 1px;
  background-color: #FFFFFD;
  margin-right: 15px;
}
.f_navi > li > a {
  color: #FFFFFD;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  display: flex;
  align-items: center;
}
.f_navi > li > a::before {
  display: block;
  content: "";
  width: 25px;
  height: 1px;
  background-color: #FFFFFD;
  margin-right: 15px;
}
.f_navi > li > a:hover {
  opacity: 0.6;
}

.f_logo {
  max-width: 507px;
  margin-bottom: 60px;
}

.copy {
  margin-top: 10px;
  font-size: 0.875rem;
}

.f_sns_link {
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: solid 1px #FFFFFD;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.f_sns_link a {
  display: block;
  width: 20px;
}
.f_sns_link a:last-of-type {
  width: 25px;
}
.f_sns_link a:hover {
  opacity: 0.6;
}

.main_img {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main_img {
    margin-top: 80px;
  }
}
.main_img img {
  width: 100%;
}
.main_img .main_copy {
  width: 100%;
  position: absolute;
  padding-left: 4.8%;
  top: 75%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .main_img .main_copy {
    top: auto;
    bottom: 8%;
    transform: translateY(30px);
  }
}
.main_img .main_copy .ttl_01 {
  display: inline-block;
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-weight: 500;
  line-height: normal;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  padding: 4px 15px;
}
@media screen and (max-width: 767px) {
  .main_img .main_copy .ttl_01 {
    font-size: 20px;
  }
}
.main_img .main_copy .txt_01 {
  margin-top: 24px;
  display: inline-block;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  font-weight: 500;
  line-height: normal;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  padding: 4px 15px;
}
@media screen and (max-width: 767px) {
  .main_img .main_copy .txt_01 {
    margin-top: 15px;
    font-size: 12px;
  }
}
.main_img .main_copy .txt_02 {
  margin-top: 6px;
  display: inline-block;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  font-weight: 500;
  line-height: normal;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  padding: 4px 15px;
}
@media screen and (max-width: 767px) {
  .main_img .main_copy .txt_02 {
    font-size: 12px;
  }
}

.sub_header {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sub_header {
    margin-top: 80px;
  }
}
.sub_header .txt_wrap {
  position: absolute;
  left: 5.5%;
  bottom: 10%;
  z-index: 3;
}
.sub_header .txt_wrap > div {
  position: relative;
}
.sub_header .txt_wrap > div::after {
  width: 524px;
  aspect-ratio: 525/660;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(38%, 48%);
  z-index: 1;
  background: url(../images/reform_txt.svg) no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  .sub_header .txt_wrap > div::after {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .sub_header .txt_wrap > div::after {
    width: 200px;
    transform: translate(15%, 48%);
  }
}
.sub_header .txt_wrap span {
  display: inline-block;
  background: #55575C;
  color: #FFFFFD;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 5px 15px;
}
.sub_header .txt_wrap .txt_01 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  margin-bottom: 5px;
}
.sub_header .txt_wrap .txt_02 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  margin-bottom: 20px;
}
.sub_header .txt_wrap .txt_03 {
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  margin-bottom: 5px;
}
.sub_header .txt_wrap .txt_04 {
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
}
.sub_header .txt_wrap_02 {
  position: absolute;
  left: 5.5%;
  bottom: -130px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sub_header .txt_wrap_02 {
    bottom: -130px;
  }
}
.sub_header .txt_wrap_02 > div {
  position: relative;
}
.sub_header .txt_wrap_02 span {
  display: inline-block;
  background: #55575C;
  color: #FFFFFD;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 5px 15px;
}
.sub_header .txt_wrap_02 .txt_01 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  margin-bottom: 5px;
}
.sub_header .txt_wrap_02 .txt_02 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  margin-bottom: 20px;
}
.sub_header .txt_wrap_02 .txt_03 {
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  margin-bottom: 5px;
}
.sub_header .txt_wrap_02 .txt_04 {
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
}
/* 会社概要ページ：見出しの1文目を1行表記にするため少し小さく（このページのみ） */
.page-id-45 .sub_header .txt_wrap_02 .txt_01,
.page-id-45 .sub_header .txt_wrap_02 .txt_02 {
  font-size: clamp(1.125rem, 0.88rem + 1.22vw, 1.75rem);
}
/* リフォームページ：ヒーローの見出し(div.pc)を150px下げ、写真の外へはみ出してよい */
.page-id-30 .sub_header {
  overflow: visible;
}
.page-id-30 .sub_header .txt_wrap .pc {
  transform: translateY(150px);
}
/* 下げた見出しと次セクションの間に余白を追加（+80px） */
.page-id-30 .section_renovation {
  margin-top: 80px;
}
.sub_header .txt_wrap_03 {
  position: absolute;
  left: 5.5%;
  bottom: -28px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sub_header .txt_wrap_03 {
    bottom: -62px;
  }
}
.sub_header .txt_wrap_03 > div {
  position: relative;
}
.sub_header .txt_wrap_03 span {
  display: inline-block;
  background: #55575C;
  color: #FFFFFD;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 5px 15px;
}
.sub_header .txt_wrap_03 .txt_01 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  margin-bottom: 5px;
}
.sub_header .txt_wrap_03 .txt_02 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
}

.header_img_wrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header_img_wrap {
    aspect-ratio: 1/1;
  }
}
.header_img_wrap img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header_img_wrap img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.header_img_wrap_02 {
  margin-top: 20px;
  position: relative;
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .header_img_wrap_02 {
    width: 100%;
  }
}
.header_img_wrap_02 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header_img_wrap_02 img {
    height: auto;
  }
}
.header_img_wrap_02 .ttl_wrap {
  position: absolute;
  left: 5%;
  bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .header_img_wrap_02 .ttl_wrap {
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header_img_wrap_02 .ttl_wrap {
    position: static;
    left: auto;
    bottom: auto;
    padding: 0 8%;
    margin-top: 16px;
    text-align: center;
  }
}
.header_img_wrap_02 .ttl_wrap .ttl_01 {
  margin-bottom: 17px;
}
.header_img_wrap_02 .ttl_wrap .ttl_01 > span {
  display: inline-block;
  background-color: #fff;
  color: #151515;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  padding: 5px 15px;
}
.header_img_wrap_02 .ttl_wrap .ttl_02 {
  color: #FFFFFD;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.header_img_wrap_02 .ttl_wrap .ttl_03 {
  color: #FFFFFD;
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header_img_wrap_03 {
  position: relative;
  width: 100%;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .header_img_wrap_03 {
    aspect-ratio: 1/1;
  }
}
.header_img_wrap_03 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header_img_wrap_03 img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.section_article {
  font-size: 0.9375em;
}
.section_article .date {
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .section_article .date {
    font-size: 0.8em;
  }
}
.section_article img {
  margin: 3% 0;
  display: block;
  max-height: 500px;
  width: auto;
}

.swiper_top_event .list_event {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 56px;
  grid-row-gap: 56px;
}
@media screen and (max-width: 767px) {
  .swiper_top_event .list_event {
    display: flex;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}
.swiper_top_event .list_event > li > a .img_wrap {
  position: relative;
  margin-bottom: 20px;
  aspect-ratio: 334/218;
  overflow: hidden;
}
.swiper_top_event .list_event > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.swiper_top_event .list_event > li > a .txt_01 {
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
  color: #6D6E70;
}
.swiper_top_event .list_event > li > a .ttl_01 {
  margin-top: 12px;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.54px;
  color: #151515;
}
.swiper_top_event .list_event > li > a .txt_02 {
  margin-top: 12px;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
  color: #151515;
}
.swiper_top_event .list_event > li > a:hover .img_wrap img {
  transform: scale(1.07);
}

.swiper_top_works {
  margin-bottom: 25px;
}
.swiper_top_works .list_works {
  display: flex;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.swiper_top_works .list_works > li > a {
  padding-top: 28px;
  position: relative;
  display: block;
}
.swiper_top_works .list_works > li > a .icon_new {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%);
  width: 57px;
  aspect-ratio: 1/1;
  background-color: #A6A08D;
  color: #FFFFFD;
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 3;
}
.swiper_top_works .list_works > li > a .img_wrap {
  position: relative;
  margin-bottom: 30px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.swiper_top_works .list_works > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.swiper_top_works .list_works > li > a .text_box .category_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .swiper_top_works .list_works > li > a .text_box .category_wrap {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.swiper_top_works .list_works > li > a .text_box .category_wrap .txt_01 {
  max-width: 48%;
  color: #6D6E70;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
}
@media screen and (max-width: 1200px) {
  .swiper_top_works .list_works > li > a .text_box .category_wrap .txt_01 {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .swiper_top_works .list_works > li > a .text_box .category_wrap .txt_01 {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.swiper_top_works .list_works > li > a .text_box .category_wrap .category {
  max-width: 48%;
  background-color: #A6A08D;
  color: #fff;
  padding: 4px 23px 7px 22px;
  border-radius: 40px;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  .swiper_top_works .list_works > li > a .text_box .category_wrap .category {
    max-width: 100%;
  }
}
.swiper_top_works .list_works > li > a .ttl_01 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06em;
}
.swiper_top_works .list_works > li > a:hover .img_wrap img {
  transform: scale(1.07);
}

.list_youtube {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}
@media screen and (max-width: 767px) {
  .list_youtube {
    grid-template-columns: 1fr;
  }
}
.list_top_blog {
  margin-bottom: 40px;
}
.list_top_blog > li {
  padding-bottom: 25px;
  border-bottom: solid 1px #ADAEAE;
  margin-bottom: 25px;
}
.list_top_blog > li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.list_top_blog > li > a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.list_top_blog > li > a .img_wrap {
  width: 21%;
}
.list_top_blog > li > a .img_wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.list_top_blog > li > a .contents_wrap {
  width: 73%;
}
.list_top_blog > li > a .contents_wrap .date {
  color: #6D6E70;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.list_top_blog > li > a .contents_wrap .ttl {
  margin-top: 12px;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06em;
}
.list_top_blog > li > a .contents_wrap .category {
  margin-top: 12px;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.list_top_about {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .list_top_about {
    grid-column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_about {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.list_top_about > li {
  aspect-ratio: 386/450;
}
@media screen and (max-width: 1200px) {
  .list_top_about > li {
    aspect-ratio: 3/6;
  }
}
@media screen and (max-width: 767px) {
  .list_top_about > li {
    aspect-ratio: auto;
  }
}
.list_top_about > li:nth-of-type(1) > a {
  background: url(../images/bg_top_about_01.jpg) no-repeat center/cover;
}
.list_top_about > li:nth-of-type(2) > a {
  background: url(../images/bg_top_about_02.jpg) no-repeat center/cover;
}
.list_top_about > li:nth-of-type(3) > a {
  background: url(../images/bg_top_about_03.jpg) no-repeat center/cover;
}
.list_top_about > li > a {
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
}
.list_top_about > li > a > div {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  .list_top_about > li > a > div {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_about > li > a > div {
    padding: 50px 8%;
  }
}
.list_top_about > li > a > div .txt_01 {
  display: inline-block;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .list_top_about > li > a > div .txt_01 {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .list_top_about > li > a > div .txt_01 {
    font-size: 0.9375rem;
  }
}
.list_top_about > li > a > div .txt_02 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1200px) {
  .list_top_about > li > a > div .txt_02 {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .list_top_about > li > a > div .txt_02 {
    font-size: 0.9375rem;
  }
}
.list_top_about > li > a > div .ttl_03 {
  margin-top: 40px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1200px) {
  .list_top_about > li > a > div .ttl_03 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .list_top_about > li > a > div .ttl_03 {
    margin-top: 30px;
    font-size: 1.25rem;
  }
}
.list_top_about > li > a > div .txt_03 {
  margin-top: 20px;
  margin-top: 20px;
  font-size: 0.938rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  .list_top_about > li > a > div .txt_03 {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .list_top_about > li > a > div .txt_03 {
    font-size: 0.9375rem;
  }
}
.list_top_about > li > a > div .txt_04 {
  display: inline-block;
  margin-top: 40px;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  padding: 0 55px 15px;
  position: relative;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 1200px) {
  .list_top_about > li > a > div .txt_04 {
    margin-top: 20px;
    padding: 15px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .list_top_about > li > a > div .txt_04 {
    font-size: 0.9375rem;
    padding: 15px;
    width: 100%;
  }
}
.list_top_about > li > a > div .txt_04::after {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 22px;
  transform: translateY(-50%);
  background: url(../images/icon_arrow_w.svg) no-repeat center/contain;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .list_top_about > li > a > div .txt_04::after {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_about > li > a > div .txt_04::after {
    width: 22px;
  }
}
.list_top_about > li > a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.list_about_01 {
  position: relative;
  z-index: 3;
}
.list_about_01 > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 110px;
}
.list_about_01 > li:nth-child(odd) .contents_wrap {
  padding-left: 11.3%;
}
@media screen and (max-width: 1200px) {
  .list_about_01 > li:nth-child(odd) .contents_wrap {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_about_01 > li:nth-child(odd) .contents_wrap {
    padding: 0 8%;
  }
}
.list_about_01 > li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .list_about_01 > li:nth-child(even) {
    flex-direction: row;
  }
}
.list_about_01 > li:nth-child(even) .contents_wrap {
  padding-right: 11.3%;
}
@media screen and (max-width: 1200px) {
  .list_about_01 > li:nth-child(even) .contents_wrap {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_about_01 > li:nth-child(even) .contents_wrap {
    padding: 0 8%;
  }
}
.list_about_01 > li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_about_01 > li {
    margin-bottom: 80px;
  }
}
.list_about_01 > li .contents_wrap {
  width: 43%;
}
@media screen and (max-width: 1200px) {
  .list_about_01 > li .contents_wrap {
    width: 57%;
  }
}
@media screen and (max-width: 767px) {
  .list_about_01 > li .contents_wrap {
    width: 100%;
    margin-bottom: 50px;
  }
}
.list_about_01 > li .contents_wrap .ttl_01 {
  margin-top: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06em;
}
.list_about_01 > li .contents_wrap .txt_wrap {
  margin-top: 40px;
}
.list_about_01 > li .contents_wrap .txt_wrap p {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
}
.list_about_01 > li .contents_wrap .txt_wrap p:last-of-type {
  margin-bottom: 0;
}
.list_about_01 > li .contents_wrap .button_s, .list_about_01 > li .contents_wrap a.more {
  margin-top: 55px;
}
.list_about_01 > li .img_wrap {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .list_about_01 > li .img_wrap {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .list_about_01 > li .img_wrap {
    width: 100%;
  }
}

.list_about_01_features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list_about_01_features > li {
  width: 30%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .list_about_01_features > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.list_about_01_features > li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_about_01_features > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_about_01_features > li .img_wrap {
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}
.list_about_01_features > li .img_wrap .number {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  color: #6D6E70;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  z-index: 3;
}
.list_about_01_features > li .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.list_about_01_features > li .txt_wrap {
  font-size: 0.938rem;
  font-style: normal;
  font-weight: 400;
}

.list_flow {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .list_flow {
    margin-bottom: 100px;
  }
}
.list_flow > li {
  margin-bottom: 73px;
  position: relative;
}
.list_flow > li:last-of-type {
  margin-bottom: 0;
}
.list_flow > li .number {
  top: 0;
  left: 0;
  position: absolute;
  transform: translate(-30%, -16%);
  z-index: 2;
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #6D6E70;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1200px) {
  .list_flow > li .number {
    width: 90px;
  }
}
.list_flow > li .number > span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #FFF;
  color: #FFFFFD;
  font-family: "Jost", sans-serif;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.list_flow > li .ul_ttl_01 {
  color: #151515;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 25px 25px 25px 100px;
  background-color: #fff;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .list_flow > li .ul_ttl_01 {
    padding: 25px 10px 25px 80px;
  }
}
.list_flow > li .contents_wrap {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 36px 60px;
}
@media screen and (max-width: 1200px) {
  .list_flow > li .contents_wrap {
    padding: 36px 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_flow > li .contents_wrap {
    padding: 36px 8%;
  }
}
.list_flow > li .contents_wrap .box_l {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .list_flow > li .contents_wrap .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.list_flow > li .contents_wrap .box_l img {
  width: 100%;
}
.list_flow > li .contents_wrap .box_l .list_lbl {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .list_flow > li .contents_wrap .box_l .list_lbl {
    padding-top: 0;
  }
}
.list_flow > li .contents_wrap .box_l .list_lbl > li {
  margin-bottom: 10px;
  transform: rotate(-4.269deg);
}
.list_flow > li .contents_wrap .box_l .list_lbl > li > span {
  display: inline-block;
  background-color: #F1EEE5;
  color: #151515;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 25px;
  border-left: 6px #6D6E70 solid;
}
@media screen and (max-width: 767px) {
  .list_flow > li .contents_wrap .box_l .list_lbl > li > span {
    padding: 8px 10px;
  }
}
.list_flow > li .contents_wrap .box_l .list_lbl > li:last-of-type {
  margin-bottom: 0;
}
.list_flow > li .contents_wrap .box_r {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .list_flow > li .contents_wrap .box_r {
    width: 100%;
  }
}
.list_flow > li .contents_wrap .txt_wrap {
  color: #151515;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
}
.list_flow > li .contents_wrap .txt_wrap > p {
  margin-bottom: 15px;
}
.list_flow > li .contents_wrap .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}

.list_link_lbl {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 55px;
  grid-row-gap: 30px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .list_link_lbl {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }
}
.list_link_lbl > li > a {
  display: block;
  place-items: center;
  background: #FFF;
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 14px;
  border-left: solid 5px #6D6E70;
  position: relative;
}
.list_link_lbl > li > a > span {
  display: inline-block;
}
.list_link_lbl > li > a:last-of-type {
  margin-bottom: 0;
}
.list_link_lbl > li > a::after {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 16px;
  transform: translateY(-50%);
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .list_link_lbl > li > a::after {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .list_link_lbl > li > a::after {
    width: 14px;
  }
}
.list_link_lbl > li > a:hover {
  opacity: 0.6;
}
.list_link_lbl > li > a:hover::after {
  right: 7px;
}

.list_guarantee {
  margin-bottom: 130px;
}
/* 耐震について等の本文内リンク（SSバリュー等）をリンクと分かる見た目に */
.list_guarantee .txt_wrap a {
  color: #151515;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.list_guarantee .txt_wrap a:hover {
  color: #A6A08D;
}
/* 動画差し込み予定のプレースホルダ枠（素材受領後に置き換え） */
.list_guarantee .video_placeholder {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-top: 30px;
  background: #F1EEE5;
  border: 2px dashed #A6A08D;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #6D6E70;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .list_guarantee {
    margin-bottom: 100px;
  }
}
.list_guarantee > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .list_guarantee > li {
    margin-bottom: 100px;
  }
}
.list_guarantee > li:last-of-type {
  margin-bottom: 0;
}
.list_guarantee > li:nth-of-type(even) {
  flex-direction: row-reverse;
  padding-right: 9.3%;
}
@media screen and (max-width: 1200px) {
  .list_guarantee > li:nth-of-type(even) {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_guarantee > li:nth-of-type(even) {
    flex-direction: row;
    padding: 0;
  }
}
.list_guarantee > li:nth-of-type(odd) {
  padding-left: 9.3%;
}
@media screen and (max-width: 1200px) {
  .list_guarantee > li:nth-of-type(odd) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_guarantee > li:nth-of-type(odd) {
    flex-direction: row;
    padding: 0;
  }
}
.list_guarantee > li .contents_wrap {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .list_guarantee > li .contents_wrap {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 8%;
  }
}
.list_guarantee > li .contents_wrap .guarantee_heading_01 {
  font-family: "Noto Serif JP", serif;
  margin-top: 60px;
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_guarantee > li .contents_wrap .guarantee_heading_01 {
    margin-top: 40px;
  }
}
.list_guarantee > li .contents_wrap .button_s, .list_guarantee > li .contents_wrap a.more {
  margin-top: 50px;
}
/* 保証ブロックのリンクボタンを複数並べる（JIO＋ハウスジーメン等）：縦積み */
.list_guarantee > li .contents_wrap .guarantee_btns {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.list_guarantee > li .contents_wrap .guarantee_btns .button_s {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .list_guarantee > li .contents_wrap .guarantee_btns {
    align-items: stretch;
  }
}
/* 保証ブロック内のバナー画像リンク（SW 60年無結露保証等） */
/* block にして、後続のボタンが必ずバナーの下（新しい行）に回るようにする */
.list_guarantee > li .contents_wrap .guarantee_banner {
  display: block;
  margin-top: 30px;
  max-width: 300px;
  width: 100%;
  transition: opacity 0.3s ease;
}
.list_guarantee > li .contents_wrap .guarantee_banner:hover {
  opacity: 0.8;
}
.list_guarantee > li .contents_wrap .guarantee_banner img {
  display: block;
  width: 100%;
}
/* バナー直後のボタンはバナーとひと組に見えるよう余白を詰める（60年保証の下にボタンをまとめる） */
.list_guarantee > li .contents_wrap .guarantee_banner + .button_s {
  margin-top: 24px;
}
.list_guarantee > li .img_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_guarantee > li .img_wrap {
    width: 100%;
  }
}
.list_guarantee > li .img_wrap img {
  width: 100%;
}

.list_after_support {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.list_after_support > li {
  width: 54px;
  height: 262px;
  display: grid;
  place-items: center;
  background: #6D6E70;
  color: #fff;
  writing-mode: vertical-rl;
  margin-right: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_after_support > li {
    writing-mode: horizontal-tb;
    width: 100%;
    height: 60px;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.list_after_support > li > span {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.list_after_support > li > span > span {
  writing-mode: horizontal-tb;
}
.list_after_support > li::after {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: -35px;
  width: 25px;
  transform: translateY(-50%);
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_after_support > li::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -37px;
    transform: translateX(-50%) rotate(90deg);
  }
}
.list_after_support > li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_after_support > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_after_support > li:last-of-type::after {
  display: none;
}

.list_qa > li {
  margin-bottom: 50px;
}
.list_qa > li:last-of-type {
  margin-bottom: 0;
}

.toggle {
  display: none;
}

.Label {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding: 15px 50px 15px 60px;
  border-bottom: solid 1px #A6A08D;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Label {
    padding: 15px 50px 15px 50px;
  }
}
.Label::before {
  content: "Q.";
  position: absolute;
  color: #6D6E70;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  top: 13px;
  left: 0;
}
.Label .icon_arrow {
  position: absolute;
  width: 38px;
  aspect-ratio: 1/1;
  background-color: #6D6E70;
  display: grid;
  place-items: center;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.Label .icon_arrow img {
  display: block;
  width: 44%;
  aspect-ratio: 1/1;
  transform: rotate(90deg);
}

.Label,
.content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  display: block;
}

.content { /*本文*/
  height: 0;
  overflow: hidden;
  position: relative;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  padding: 0 0 0 60px;
}
@media screen and (max-width: 767px) {
  .content {
    padding: 0 0 0 50px;
  }
}
.content::before {
  content: "A.";
  position: absolute;
  color: #6D6E70;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  top: 13px;
  left: 0;
}

.toggle:checked + .Label { /*開閉時*/ }
.toggle:checked + .Label .icon_arrow img {
  transform: rotate(-90deg);
}

.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  transition: all 0.3s;
  padding-top: 20px;
}

.list_category_works {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.list_category_works > li > a {
  display: inline-block;
  padding: 5px 0;
  border-bottom: solid 1px #fff;
  color: #000;
  text-align: center;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.list_category_works > li > a:hover {
  opacity: 0.6;
  border-bottom: solid 1px #000;
}
.list_category_works > li.current-cat > a {
  opacity: 1;
  border-bottom: solid 1px #000;
}

.list_works_02 {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 767px) {
  .list_works_02 {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.list_works_02 > li > a .img_wrap {
  width: 100%;
  aspect-ratio: 52/33;
  margin-bottom: 24px;
  overflow: hidden;
}
/* 施工事例カード：PCは正方形3列（SPは上記 52/33 のまま） */
@media screen and (min-width: 768px) {
  .list_works_02 > li > a .img_wrap {
    aspect-ratio: 1 / 1;
  }
}
.list_works_02 > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_works_02 > li > a .contents_wrap .ttl_01 {
  color: #151515;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.list_works_02 > li > a .contents_wrap .ttl_02 {
  color: #151515;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ブログ一覧：施工事例（.list_works_02）と同じ3列カードレイアウト */
.list_blog_grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 767px) {
  .list_blog_grid {
    margin-top: 40px;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.list_blog_grid > li > a {
  display: block;
}
/* サムネイルは従来どおり自然な比率で表示（横長はトリミングしない）。
   ただし縦長画像がカードを極端に高くしないよう高さの上限を設ける */
.list_blog_grid > li > a .img_wrap {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}
.list_blog_grid > li > a .img_wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.list_blog_grid > li > a .contents_wrap .date {
  color: #6D6E70;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.list_blog_grid > li > a .contents_wrap .ttl {
  color: #151515;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.0625rem, 1.017rem + 0.23vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}
.list_blog_grid > li > a .contents_wrap .category {
  color: #151515;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.list_blog_grid > li.none {
  grid-column: 1 / -1;
}

.list_blog > li {
  padding: 40px 0;
  border-bottom: solid 1px #F1EEE5;
}
.list_blog > li:nth-of-type(1) {
  padding-top: 0;
}
.list_blog > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list_blog > li > a {
    align-items: flex-start;
  }
}
.list_blog > li > a .img_wrap {
  width: 40%;
}
.list_blog > li > a .img_wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.list_blog > li > a .contents_wrap {
  width: 56%;
}
.list_blog > li > a .contents_wrap .date {
  color: #6D6E70;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.list_blog > li > a .contents_wrap .ttl_01 {
  color: #151515;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.list_blog > li > a .contents_wrap .category {
  color: #151515;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.list_policy > li {
  margin-bottom: 60px;
}
.list_policy > li:last-of-type {
  margin-bottom: 0;
}
.list_policy > li .ttl_01 {
  color: #151515;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
  padding-left: 54px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_policy > li .ttl_01 {
    padding-left: 50px;
  }
}
.list_policy > li .ttl_01::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  top: 16px;
  left: 0;
  background-color: #6D6E70;
}
@media screen and (max-width: 767px) {
  .list_policy > li .ttl_01::before {
    top: 14px;
  }
}
.list_policy > li .txt_wrap {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.list_policy > li .txt_wrap > p {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.list_policy > li .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}

.list_message {
  position: relative;
  padding-top: 120px;
}
.list_message::before {
  display: block;
  content: "my story";
  color: #F1EEE5;
  text-align: center;
  font-family: "Homemade Apple", cursive;
  font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transform: rotate(-11.693deg);
  position: absolute;
  top: 50px;
  left: 0;
}
.list_message > li {
  margin-bottom: 60px;
}
.list_message > li:last-of-type {
  margin-bottom: 0;
}
.list_message > li .ttl_list_wrap {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #F1EEE5;
  margin-bottom: 20px;
}
.list_message > li .ttl_list_wrap .number {
  display: inline-block;
  color: #F1EEE5;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 13px;
}
.list_message > li .ttl_list_wrap .ttl_list {
  color: #151515;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.list_message > li .box_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_message > li .box_two .img_wrap {
  width: 39%;
}
@media screen and (max-width: 767px) {
  .list_message > li .box_two .img_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.list_message > li .box_two .img_wrap img {
  width: 100%;
}
.list_message > li .box_two .txt_wrap {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .list_message > li .box_two .txt_wrap {
    width: 100%;
  }
}
.list_message > li .txt_wrap p {
  margin-bottom: 20px;
}
.list_message > li .txt_wrap p:last-of-type {
  margin-bottom: 0;
}

.list_staff {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 65px;
  grid-row-gap: 65px;
}
@media screen and (max-width: 767px) {
  .list_staff {
    grid-template-columns: 1fr;
  }
}
.list_staff > li .img_wrap {
  margin-bottom: 25px;
}
.list_staff > li .img_wrap img {
  width: 100%;
}
.list_staff > li .name_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom: solid 1px #F1EEE5;
  margin-bottom: 15px;
}
.list_staff > li .name_wrap .box_1 {
  color: #151515;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.list_staff > li .name_wrap .box_2 {
  margin-left: 10px;
  color: var(--, #151515);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.list_staff > li .txt_box {
  font-size: 0.9375rem;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .list_staff > li .txt_box {
    font-size: 0.975rem;
  }
}
@media screen and (max-width: 767px) {
  .list_staff > li .txt_box {
    font-size: 0.9375rem;
  }
}

.dlist_policy {
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
  padding: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .dlist_policy {
    padding: 5vw 0;
    margin-bottom: 10vw;
  }
}
.dlist_policy dt {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1.125em;
  }
}
.dlist_policy dd {
  font-size: 0.8125em;
}

.table_01 {
  width: 100%;
}
.table_01 tr th {
  background: #A6A08D;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px;
  width: 50%;
  border-bottom: solid 5px #F1EEE5;
  border-right: solid 5px #F1EEE5;
}
.table_01 tr th:last-of-type {
  border-right: none;
}
.table_01 tr td {
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #fff;
  padding: 20px;
  width: 50%;
  border-bottom: solid 5px #F1EEE5;
  border-right: solid 5px #F1EEE5;
}
.table_01 tr td:last-of-type {
  border-right: none;
}
.table_01 tr td.bg_lbeige {
  background: #E1DBC9;
}

.table_02 {
  width: 100%;
}
.table_02 tr th {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 0;
  border-bottom: solid 1px #F1EEE5;
  width: 28%;
  vertical-align: top;
}
.table_02 tr td {
  width: 72%;
  color: #151515;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 0 20px 27px;
  border-bottom: solid 1px #F1EEE5;
}

.main_ttl_01 {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  position: relative;
}
.main_ttl_01::before {
  display: block;
  content: attr(data-title);
  font-family: "Jost", sans-serif;
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  margin-right: 20px;
}
.main_ttl_01::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #151515;
  height: 1px;
  width: 60px;
  left: -70px;
}

.main_ttl_02 {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .main_ttl_02 {
    flex-wrap: wrap;
  }
}
.main_ttl_02::before {
  display: block;
  content: attr(data-title);
  font-family: "Jost", sans-serif;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06em;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .main_ttl_02::before {
    text-align: left;
    width: 100%;
  }
}
.main_ttl_02::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #151515;
  height: 1px;
  width: 30px;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .main_ttl_02::after {
    top: 20px;
  }
}

.top_ttl_01 {
  display: block;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.top_ttl_01 > span {
  display: block;
}
.top_ttl_01::before {
  display: inline-block;
  content: attr(data-title);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.063rem, 1.04rem + 0.11vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
  border-bottom: solid 1px #151515;
  margin-bottom: 10px;
}

.top_ttl_02 {
  display: block;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Noto Serif JP", serif;
}
.top_ttl_02 > span {
  display: block;
}
.top_ttl_02::before {
  display: inline-block;
  content: attr(data-title);
  font-family: "Jost", sans-serif;
  font-size: clamp(1.063rem, 1.04rem + 0.11vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
  border-bottom: solid 1px #151515;
  margin-bottom: 10px;
}

.top_ttl_03 {
  color: #151515;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #151515;
  position: relative;
  margin-bottom: 47px;
}
.top_ttl_03 > span {
  position: relative;
  z-index: 3;
}
.top_ttl_03::before {
  position: absolute;
  display: inline-block;
  content: attr(data-title);
  font-family: "Jost", sans-serif;
  color: #FFFFFD;
  font-size: clamp(3.75rem, 2.386rem + 6.82vw, 7.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  z-index: 0;
  left: 0;
  bottom: 0;
}
.top_ttl_03::after {
  position: absolute;
  display: block;
  content: "A vessel for family happiness";
  color: #FFFFFD;
  text-align: center;
  font-family: "Homemade Apple", cursive;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transform: rotate(-11.693deg);
  bottom: -5px;
  left: 200px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_ttl_03::after {
    left: 160px;
    font-size: 0.625rem;
  }
}

.top_ttl_04 {
  color: #151515;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06em;
  position: relative;
  margin-bottom: 47px;
}
.top_ttl_04 > span {
  position: relative;
  z-index: 3;
}
.top_ttl_04::before {
  position: absolute;
  display: inline-block;
  content: attr(data-title);
  font-family: "Jost", sans-serif;
  color: #F1EEE5;
  font-size: clamp(3.75rem, 2.386rem + 6.82vw, 7.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  z-index: 0;
  left: 0;
  bottom: 0;
}
.top_ttl_04::after {
  position: absolute;
  display: block;
  content: "A vessel for family happiness";
  color: #F1EEE5;
  text-align: center;
  font-family: "Homemade Apple", cursive;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transform: rotate(-11.693deg);
  bottom: -5px;
  left: 200px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_ttl_04::after {
    left: 40px;
    font-size: 0.625rem;
  }
}

.low_ttl_01 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #151515;
  text-align: center;
}
.low_ttl_01::before {
  display: block;
  content: attr(data-title);
  font-family: "Jost", sans-serif;
  color: #FFFFFD;
  font-size: clamp(2.25rem, 1.25rem + 5vw, 5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  z-index: 0;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
}

.low_ttl_02 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #151515;
  text-align: center;
}
.low_ttl_02 > span {
  display: block;
}
.low_ttl_02::before {
  display: inline-block;
  content: attr(data-title);
  font-family: "Jost", sans-serif;
  color: #151515;
  font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  z-index: 0;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
  border-bottom: solid #000 1px;
  margin-bottom: 16px;
}

.low_ttl_03, .low_ttl_03_02, .low_ttl_03_04, .low_ttl_03_03 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #151515;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .low_ttl_03, .low_ttl_03_02, .low_ttl_03_04, .low_ttl_03_03 {
    margin-bottom: 40px;
  }
}
.low_ttl_03 > span, .low_ttl_03_02 > span, .low_ttl_03_04 > span, .low_ttl_03_03 > span {
  position: relative;
  z-index: 1;
}
.low_ttl_03::before, .low_ttl_03_02::before, .low_ttl_03_04::before, .low_ttl_03_03::before {
  display: block;
  content: attr(data-title);
  font-family: "Jost", sans-serif;
  color: #FFFFFD;
  font-size: clamp(1.875rem, -0.17rem + 10.23vw, 7.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  z-index: 0;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.low_ttl_03_02::before, .low_ttl_03_04::before, .low_ttl_03_03::before {
  color: #F1EEE5;
}

.low_ttl_03_03::before {
  font-size: clamp(3.75rem, 2.386rem + 6.82vw, 7.5rem);
}

.low_ttl_03_04::before {
  font-size: clamp(3.125rem, 1.534rem + 7.95vw, 7.5rem);
}

.low_ttl_04 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #151515;
  text-align: center;
  position: relative;
}
.low_ttl_04 > span {
  position: relative;
  z-index: 1;
}
.low_ttl_04::before {
  display: block;
  content: attr(data-title);
  font-family: "Jost", sans-serif;
  color: #FFFFFD;
  font-size: clamp(1.875rem, -0.17rem + 10.23vw, 7.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  z-index: 0;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
  width: 100%;
}

.heading_32px {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.access_ttl {
  padding-left: 47px;
  position: relative;
  color: #151515;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
}
.access_ttl::before {
  display: inline-block;
  content: attr(data-title);
  color: #151515;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 23px;
}
.access_ttl::after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #151515;
  top: 50%;
  left: 0;
}

.bg_gray {
  background: #efefef;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}
.bg_lbeige {
  background: #E1DBC9;
}

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

a.button, a.button_s, a.more {
  display: inline-block;
  color: #151515;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  padding: 15px 80px;
  position: relative;
  border-bottom: solid 1px #151515;
}
@media screen and (max-width: 767px) {
  a.button, a.button_s, a.more {
    padding: 15px;
    width: 100%;
  }
}
a.button::after, a.button_s::after, a.more::after {
  content: "";
  aspect-ratio: 22/11;
  position: absolute;
  top: 50%;
  right: 7px;
  height: 22px;
  transform: translateY(-50%);
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  transition: 0.3s;
}
a.button:hover::after, a.button_s:hover::after, a.more:hover::after {
  right: 0;
}
a.button_s, a.more {
  padding: 0 50px 15px;
}
@media screen and (max-width: 767px) {
  a.button_s, a.more {
    padding: 0 15px 15px;
  }
}
a.more {
  font-size: 0.9375rem;
}
a.voice_btn {
  margin: 60px auto 120px;
  background-color: #6D6E70;
  display: grid;
  place-items: center;
  position: relative;
  color: #FFFFFD;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  max-width: 495px;
  height: 55px;
}
a.voice_btn::after {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 9px;
  transform: translateY(-50%);
  background: url(../images/icon_arrow_w.svg) no-repeat center/contain;
  transition: 0.3s;
}
a.voice_btn:hover::after {
  right: 5px;
}
a.article_btn {
  margin: 30px 0;
  display: inline-block;
  background-color: #6D6E70;
  padding: 17px 40px;
  position: relative;
  color: #FFFFFD;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none !important;
}
a.article_btn::after {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 9px;
  transform: translateY(-50%);
  background: url(../images/icon_arrow_w.svg) no-repeat center/contain;
  transition: 0.3s;
}
a.article_btn:hover::after {
  right: 5px;
}
a.line_btn {
  margin: 40px auto 0;
  background: #4CAF50;
  display: grid;
  place-items: center;
  position: relative;
  color: #FFFFFD;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  max-width: 495px;
  height: 55px;
}
a.line_btn::after {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 30px;
  transform: translateY(-50%);
  background: url(../images/icon_line.svg) no-repeat center/contain;
  transition: 0.3s;
}
a.line_btn:hover::after {
  right: 5px;
}

.grecaptcha_text {
  margin-top: 17px;
  font-size: clamp(0.75rem, 0.529rem + 0.46vw, 0.875rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.grecaptcha_text a {
  color: #FFFFFD;
}

.svg_img {
  display: block;
  width: 100%;
  aspect-ratio: 1440/116;
}
.svg_img path {
  width: 100%;
  height: 100%;
}

#list_breadcrumb {
  padding-top: 20px;
  width: 100%;
  text-align: right;
  font-size: clamp(0.625rem, 0.557rem + 0.34vw, 0.813rem);
  margin: 0;
  color: #000;
}
#list_breadcrumb a {
  color: #000;
}
@media screen and (max-width: 767px) {
  #list_breadcrumb {
    top: 20px;
  }
}

.wp-pagenavi {
  margin: 60px -1em -1em 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 80px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 1em 1em 0;
  background: #6D6E70;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: #151515;
}
.wp-pagenavi .current {
  background: #151515;
}

.yarpp-related {
  margin: 0 !important;
}
.yarpp-related a {
  font-weight: 400 !important;
}

/* 配置 */
.left {
  text-align: left !important;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .left_sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .center_sp {
    text-align: center !important;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.map {
  width: 100%;
  aspect-ratio: 1150/411;
}
@media screen and (max-width: 767px) {
  .map {
    aspect-ratio: 4/3;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
}

article img {
  display: block;
  margin: 40px 0;
}
article .ttl_h2, article h2 {
  background-color: #F1EEE5;
  color: #151515;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px 25px;
  margin: 40px 0;
}
article a {
  color: #6D6E70;
  text-decoration: underline !important;
}

.contactform {
  margin-top: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 1em;
  }
}
.contactform tr th {
  width: 100%;
  display: block;
  padding: 0 0 1em;
  font-weight: 700;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
.contactform tr td {
  width: 100%;
  display: block;
  padding: 0 0 2em;
  font-weight: 400;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
/* ラジオ/チェックボックス項目に上下の余白（窮屈さ解消）。カタログ表紙選択は別途上書き。 */
.contactform .wpcf7-list-item {
  display: inline-block;
  margin: 7px 20px 7px 0;
  vertical-align: middle;
}
/* 個人情報保護について 見出し：太字＋少し大きく */
.policy_box .ttl {
  font-weight: 700;
  font-size: clamp(1.0625rem, 1rem + 0.35vw, 1.25rem);
}

input, textarea, select {
  width: 100%;
  padding: 1em;
  border-radius: 5px;
  border: solid 1px #151515;
  background: #fff;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 10px;
}

select {
  width: 70%;
}
@media screen and (max-width: 767px) {
  select {
    width: 100%;
  }
}

textarea {
  height: 250px;
}

input#zip, input#zip1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  input#zip, input#zip1 {
    width: 35% !important;
  }
}

span.mwform-tel-field input {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28% !important;
  }
}

.submit, .backBtn {
  display: grid;
  place-items: center;
  max-width: 310px;
  width: 90%;
  height: 65px;
  margin: 0 auto;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #6D6E70;
  transition: 0.3s;
  font-size: 1rem;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .submit, .backBtn {
    font-size: 1.1em;
  }
}
.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.backBtn {
  background: #151515;
  margin-top: 1.5em;
}

.input_s {
  width: 25%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .input_s {
    width: 40%;
  }
}

.required {
  font-size: 0.75rem;
  display: inline-block;
  margin-left: 2em;
  line-height: 1;
  color: #FFFFFD;
  background-color: #6D6E70;
  vertical-align: middle;
  padding: 4px 10px;
}

.policy_p {
  text-align: center;
  font-size: 0.9375em;
  margin-bottom: 50px;
}
.policy_p input[type=checkbox] {
  width: 38px;
  height: 35px;
  border-radius: 10px;
  vertical-align: middle;
}

.policy_wrap .ttl_01 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.policy_wrap .txt {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
}
.policy_wrap .txt > a {
  color: #151515;
  text-decoration: underline;
}

.m0 {
  margin-bottom: 0;
}

.m10 {
  margin-bottom: 0.625rem;
}

.m15 {
  margin-bottom: 0.9375rem;
}

.m20 {
  margin-bottom: 1.25rem;
}

.m25 {
  margin-bottom: 1.5625rem;
}

.m30 {
  margin-bottom: 1.875rem;
}

.m35 {
  margin-bottom: 2.1875rem;
}

.m40 {
  margin-bottom: 2.5rem;
}

.m45 {
  margin-bottom: 2.8125rem;
}

.m50 {
  margin-bottom: 3.125rem;
}

.m60 {
  margin-bottom: 3.75rem;
}

.m70 {
  margin-bottom: 4.375rem;
}

.m80 {
  margin-bottom: 5rem;
}

.m90 {
  margin-bottom: 5.625rem;
}

.m100 {
  margin-bottom: 6.25rem;
}

.m120 {
  margin-bottom: 7.5rem;
}

.m130 {
  margin-bottom: 8.125rem;
}

.m140 {
  margin-bottom: 8.75rem;
}

.m160 {
  margin-bottom: 10rem;
}

.m190 {
  margin-bottom: 11.875rem;
}

@media screen and (max-width: 767px) {
  .m5_sp {
    margin-bottom: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .m10_sp {
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .m20_sp {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .m30_sp {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .m40_sp {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m50_sp {
    margin-bottom: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .m60_sp {
    margin-bottom: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .m70_sp {
    margin-bottom: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .m80_sp {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .m100_sp {
    margin-bottom: 6.25rem;
  }
}

.list_pagination {
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #F1EEE5;
  border-bottom: 1px solid #F1EEE5;
  font-size: 0.875em;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    margin: 60px auto 50px;
  }
}
.list_pagination li.prev {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev {
    width: 100%;
  }
}
.list_pagination li.prev a {
  padding-left: 40px;
}
.list_pagination li.prev a::after {
  content: "";
  position: absolute;
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../images/icon_arrow.svg) no-repeat center top/contain;
  top: 9px;
  left: 0;
  transform: scale(-1, 1);
}
.list_pagination li.middle {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_pagination li.middle {
    width: 100%;
    display: none;
  }
}
.list_pagination li.next {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next {
    width: 100%;
  }
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 40px;
}
.list_pagination li.next a::after {
  content: "";
  position: absolute;
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../images/icon_arrow.svg) no-repeat center top/100%;
  top: 9px;
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #151515;
}
.list_pagination li a:hover {
  opacity: 0.5;
}

.add_ttl {
  border-left: 3px solid #0dac67;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #0dac67;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.5;
}

.swiper_mv {
  overflow: hidden;
  max-width: calc(100% - 100px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .swiper_mv {
    max-width: 100%;
  }
}

.swiper_parent {
  position: relative;
}
@media screen and (min-width: 768px) {
  .swiper_parent .swiper-button-prev-top-event,
  .swiper_parent .swiper-button-next-top-event {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .swiper_parent .swiper-button-prev-top-event,
  .swiper_parent .swiper-button-next-top-event {
    top: 40%;
    width: 48px;
    height: 48px;
  }
  .swiper_parent .swiper-button-prev-top-event::after,
  .swiper_parent .swiper-button-next-top-event::after {
    width: 48px;
    height: 48px;
    content: "";
    background: url(../images/arrow_circle.svg) no-repeat center top/contain;
  }
}
@media screen and (max-width: 767px) {
  .swiper_parent .swiper-button-next-top-event {
    right: -24px;
  }
}
@media screen and (max-width: 767px) {
  .swiper_parent .swiper-button-prev-top-event {
    left: -24px;
  }
  .swiper_parent .swiper-button-prev-top-event::after {
    transform: scale(-1, 1);
  }
}

.swiper_about_parent {
  overflow: hidden;
}

.swiper_about .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper_about_02 .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper_section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.swiper_section .slider_01 {
  width: 74%;
}
@media screen and (max-width: 767px) {
  .swiper_section .slider_01 {
    width: 100%;
  }
}
.swiper_section .slider-thumbnail-01 {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .swiper_section .slider-thumbnail-01 {
    width: 100%;
  }
}

.slider_01 .swiper-slide,
.slider-thumbnail-01 .swiper-slide {
  width: 100%;
  height: auto !important;
  aspect-ratio: 93/62;
}
@media screen and (max-width: 767px) {
  .slider_01 .swiper-slide,
  .slider-thumbnail-01 .swiper-slide {
    aspect-ratio: 3/2;
  }
}
.slider_01 .swiper-slide img,
.slider-thumbnail-01 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* メイン画像：横長はフィット・縦写真は左右余白で高さを揃える（切り抜かない） */
.slider_01 .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
}

.slider_01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .slider_01 {
    margin-bottom: 20px;
  }
}

/* サムネイル全体 */
.slider-thumbnail-01,
.slider-thumbnail-02 {
  height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .slider-thumbnail-01,
  .slider-thumbnail-02 {
    height: auto;
  }
}

/* サムネイル画像 */
.slider-thumbnail-01 .swiper-slide,
.slider-thumbnail-02 .swiper-slide {
  cursor: pointer;
}

.slider-thumbnail-01 .swiper-scrollbar,
.slider-thumbnail-02 .swiper-scrollbar {
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .slider-thumbnail-01 .swiper-scrollbar,
  .slider-thumbnail-02 .swiper-scrollbar {
    height: auto;
    width: 100%;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
  }
}

.slider-thumbnail-01 .swiper-scrollbar-drag,
.slider-thumbnail-02 .swiper-scrollbar-drag {
  background: #151515;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .slider-thumbnail-01 .swiper-scrollbar-drag,
  .slider-thumbnail-02 .swiper-scrollbar-drag {
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 4px;
  }
}

.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 1.7s 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;
  }
}/*# sourceMappingURL=layout.css.map */

/* ブログ詳細 余白調整 — Phase 14 */
.section_blog_detail .section_01 .main_sub_wrap .main .ttl_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section_blog_detail .section_01 .main_sub_wrap .main .ttl_wrap {
    margin-bottom: 30px;
  }
}
.section_blog_detail .section_01 .main_sub_wrap .main article img,
.section_blog_detail .section_01 .main_sub_wrap .main article iframe,
.section_blog_detail .section_01 .main_sub_wrap .main article video {
  display: block;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_blog_detail .section_01 .main_sub_wrap .main article img,
  .section_blog_detail .section_01 .main_sub_wrap .main article iframe,
  .section_blog_detail .section_01 .main_sub_wrap .main article video {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.section_blog_detail .section_01 .main_sub_wrap .main article figure.wp-block-image,
.section_blog_detail .section_01 .main_sub_wrap .main article figure.wp-block-embed,
.section_blog_detail .section_01 .main_sub_wrap .main article .wp-block-embed {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_blog_detail .section_01 .main_sub_wrap .main article figure.wp-block-image,
  .section_blog_detail .section_01 .main_sub_wrap .main article figure.wp-block-embed,
  .section_blog_detail .section_01 .main_sub_wrap .main article .wp-block-embed {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.section_blog_detail .section_01 .main_sub_wrap .main article figure.wp-block-image img,
.section_blog_detail .section_01 .main_sub_wrap .main article figure.wp-block-image iframe,
.section_blog_detail .section_01 .main_sub_wrap .main article figure.wp-block-embed img,
.section_blog_detail .section_01 .main_sub_wrap .main article figure.wp-block-embed iframe,
.section_blog_detail .section_01 .main_sub_wrap .main article .wp-block-embed img,
.section_blog_detail .section_01 .main_sub_wrap .main article .wp-block-embed iframe {
  margin-top: 0;
  margin-bottom: 0;
}
.section_blog_detail .section_01 .main_sub_wrap .main .list_pagination {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_blog_detail .section_01 .main_sub_wrap .main .list_pagination {
    margin-bottom: 60px;
  }
}

/* works 詳細ページ post_content (旧サイトHTMLレガシー) — Phase 12 */
.cs-wp .works-gallery-heading,
.cs-wp .works-before-heading {
  font-family: 'Shippori Mincho B1', serif;
  font-size: clamp(1.25rem, 1.05rem + 1vw, 1.75rem);
  color: #151515;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin: 60px 0 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 767px) {
  .cs-wp .works-gallery-heading,
  .cs-wp .works-before-heading { margin: 40px 0 20px; }
}
.cs-wp .gtm,
.cs-wp .gt {
  padding: 8px 0 0;
  margin: 0;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.5;
  color: #151515;
}
.cs-wp .g-wrap.dp_ip { display: block; }
@media screen and (max-width: 767px) {
  .cs-wp .g-wrap.dp_ip { display: none; }
}
.cs-wp .mcs.mb_ip { display: none; }
@media screen and (max-width: 767px) {
  .cs-wp .mcs.mb_ip { display: block; }
}
.cs-wp .mcs img {
  display: block; width: 100%; height: auto; margin-bottom: 4px;
}
.cs-wp .mcs .gtm { margin-bottom: 24px; }
.cs-wp .g-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cs-wp .g-wrap .gim img { display: block; width: 100%; height: auto; }
.cs-wp .skp { margin: 48px 0 0; }
.cs-wp .skp p {
  font-size: 15px;
  line-height: 28px;
  text-align: left;
  color: #151515;
}
/* works 詳細：受賞ブロック（新サイト調・バッジ左＋見出し/本文右）*/
.cs-wp .works_award {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3vw, 56px);
  margin: 0 0 40px;
}
.cs-wp .works_award__badge {
  flex: 0 0 clamp(150px, 18vw, 220px);
  margin: 0;
}
.cs-wp .works_award__badge img { display: block; width: 100%; height: auto; }
.cs-wp .works_award__label {
  font-family: "Jost", sans-serif;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.8rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #A6A08D;
  margin: 0 0 14px;
}
.cs-wp .works_award__ttl {
  font-family: 'Shippori Mincho B1', serif;
  font-size: clamp(1.35rem, 1.1rem + 1.1vw, 1.9rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #151515;
  line-height: 1.4;
  margin: 0 0 18px;
}
.cs-wp .works_award__txt {
  font-size: 15px;
  line-height: 2;
  color: #151515;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cs-wp .works_award { flex-direction: column; align-items: center; gap: 24px; text-align: center; }
  .cs-wp .works_award__badge { flex: 0 0 auto; width: 150px; }
  .cs-wp .works_award__txt { text-align: left; }
}
.section_recruit {
  color: #151515;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.section_recruit .inner {
  max-width: 1276px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 767px) {
  .section_recruit .inner {
    padding: 0 6%;
  }
}

.section_recruit .recruit_section_heading {
  position: relative;
  display: grid;
  grid-template-columns: max-content;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_section_heading {
    margin-bottom: 40px;
  }
}

.section_recruit .recruit_section_heading_en {
  grid-column: 1;
  grid-row: 1;
  font-family: "Jost", sans-serif;
  font-size: clamp(3rem, 2rem + 4.5vw, 7.5rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #F1EEE5;
  white-space: nowrap;
}

.section_recruit .recruit_section_heading_ja {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.95rem + 0.5vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #151515;
  white-space: nowrap;
  z-index: 2;
}

.section_recruit .recruit_section_heading_handwritten {
  position: absolute;
  right: -32px;
  bottom: -4px;
  transform: rotate(-11.69deg);
  font-family: "Homemade Apple", cursive;
  font-size: clamp(.75rem, 0.7rem + 0.2vw, .875rem);
  color: #F1EEE5;
  letter-spacing: 0.05em;
  white-space: nowrap;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_section_heading_handwritten {
    right: 0;
    bottom: -28px;
    transform: rotate(-6deg);
  }
}

.section_recruit .recruit_hero {
  position: relative;
  padding: 0 0 120px;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_hero {
    padding-bottom: 60px;
  }
}

.section_recruit .recruit_hero_img {
  width: 100%;
  height: 368px;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_hero_img {
    height: 220px;
  }
}

.section_recruit .recruit_hero_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_recruit .recruit_hero .inner {
  position: relative;
}

.section_recruit .recruit_hero_titles {
  position: relative;
  margin-top: -82px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_hero_titles {
    margin-top: -40px;
    gap: 6px;
  }
}

.section_recruit .recruit_hero_title {
  display: inline-block;
  padding: 5px 15px 9px;
  background: #55575c;
  color: #FFFFFD;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 1rem + 1vw, 2rem);
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.section_recruit .recruit_hero_lead {
  margin-top: 64px;
  max-width: 635px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_hero_lead {
    margin-top: 40px;
    font-size: 0.9375rem;
  }
}

.section_recruit .recruit_thoughts {
  padding: 0 0 160px;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_thoughts {
    padding-bottom: 100px;
  }
}

.section_recruit .recruit_thoughts_intro {
  display: grid;
  grid-template-columns: 579px 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 200px;
}

@media screen and (max-width: 1200px) {
  .section_recruit .recruit_thoughts_intro {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_thoughts_intro {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 120px;
  }
}

.section_recruit .recruit_thoughts_intro_photo {
  position: relative;
}

.section_recruit .recruit_thoughts_intro_photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 579/367;
  object-fit: cover;
}

.section_recruit .recruit_thoughts_intro_text p {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

.section_recruit .recruit_thoughts_intro_text p:not(:last-child) {
  margin-bottom: 24px;
}

.section_recruit .recruit_thoughts_heading_wrap {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_thoughts_heading_wrap {
    margin-bottom: 60px;
  }
}

.section_recruit .recruit_thoughts_heading_wrap::before, .section_recruit .recruit_thoughts_heading_wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 18%;
  height: 1px;
  background: #6D6E70;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_thoughts_heading_wrap::before, .section_recruit .recruit_thoughts_heading_wrap::after {
    display: none;
  }
}

.section_recruit .recruit_thoughts_heading_wrap::before {
  left: 0;
}

.section_recruit .recruit_thoughts_heading_wrap::after {
  right: 0;
}

.section_recruit .recruit_thoughts_handwritten {
  position: absolute;
  right: -60px;
  bottom: -50px;
  font-family: "Homemade Apple", cursive;
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2.5rem);
  color: #6D6E70;
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(-11.69deg);
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .section_recruit .recruit_thoughts_handwritten {
    right: -20px;
    bottom: -40px;
  }
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_thoughts_handwritten {
    right: 12px;
    bottom: 12px;
    transform: rotate(-6deg);
    color: #fff;
    text-shadow: none;
  }
}

.section_recruit .recruit_thoughts_heading {
  display: block;
  margin-top: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 1.1rem + 1vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.625;
}

.section_recruit .recruit_thoughts_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .section_recruit .recruit_thoughts_cards {
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_thoughts_cards {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}

.section_recruit .recruit_thoughts_card_img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 332/444;
  object-fit: cover;
}

.section_recruit .recruit_thoughts_card_num {
  margin-top: 32px;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #6D6E70;
  letter-spacing: 0.1em;
}

.section_recruit .recruit_thoughts_card_ttl {
  margin-top: 4px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1rem + 0.4vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.section_recruit .recruit_thoughts_card_txt {
  margin-top: 12px;
  font-size: 0.9375rem;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

.section_recruit .recruit_jobs {
  position: relative;
  padding: 100px 0 160px;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_jobs {
    padding: 60px 0 100px;
  }
}

.section_recruit .recruit_jobs_bg {
  position: relative;
  width: 100%;
  height: 373px;
  margin-bottom: 100px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_jobs_bg {
    height: 220px;
    margin-bottom: 60px;
  }
}

.section_recruit .recruit_jobs_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_recruit .recruit_jobs_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .section_recruit .recruit_jobs_list {
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_jobs_list {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}

.section_recruit .recruit_jobs_item_img {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_jobs_item_img {
    margin-bottom: 32px;
  }
}

.section_recruit .recruit_jobs_item_img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 330/441;
  object-fit: cover;
}

.section_recruit .recruit_jobs_item_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1rem + 0.4vw, 1.375rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid currentColor;
}

.section_recruit .recruit_jobs_item_txt {
  font-size: 0.9375rem;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

.section_recruit .recruit_env {
  padding: 0 0 160px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_env {
    padding-bottom: 100px;
  }
}

.section_recruit .recruit_env_quote {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 60px;
  font-family: "Noto Serif JP", serif;
  color: #151515;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_env_quote {
    margin-bottom: 40px;
    flex-wrap: nowrap;
    gap: 6px;
  }
}

.section_recruit .recruit_env_quote_mark {
  display: inline-block;
  font-size: clamp(2rem, 1.5rem + 2vw, 3.75rem);
  line-height: .8;
  letter-spacing: 0.03em;
}

.section_recruit .recruit_env_quote_text {
  font-size: clamp(1.125rem, 0.9rem + 1vw, 1.75rem);
  letter-spacing: 0.03em;
  line-height: 1.6;
  align-self: center;
}

.section_recruit .recruit_env_img {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_env_img {
    margin-bottom: 40px;
  }
}

.section_recruit .recruit_env_img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1116/311;
  object-fit: cover;
}

.section_recruit .recruit_env_lead {
  max-width: 1116px;
  margin: 0 auto 32px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_env_lead {
    font-size: 0.9375rem;
  }
}

.section_recruit .recruit_env_highlight {
  display: inline-block;
  padding: 18px 40px;
  border-radius: 100px;
  background: #F1EEE5;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_env_highlight {
    display: block;
    padding: 16px 24px;
    font-size: 0.875rem;
  }
}

.section_recruit .recruit_requirements {
  position: relative;
  background: #F6F6F6;
  padding: 150px 0 200px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_requirements {
    padding: 80px 0 120px;
    margin-bottom: 80px;
  }
}

.section_recruit .recruit_requirements_side {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  max-width: 653px;
}

@media screen and (max-width: 1200px) {
  .section_recruit .recruit_requirements_side {
    width: 38%;
  }
}

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

.section_recruit .recruit_requirements_side img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_recruit .recruit_requirements_inner {
  position: relative;
  margin-left: calc(38% + 200px);
  width: calc(58% - 200px);
  max-width: 760px;
  padding-right: 60px;
}

@media screen and (max-width: 1200px) {
  .section_recruit .recruit_requirements_inner {
    margin-left: calc(32% + 200px);
    width: calc(64% - 200px);
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_requirements_inner {
    margin-left: 0;
    width: 100%;
    padding: 0 6%;
  }
}

.section_recruit .recruit_requirements .recruit_section_heading {
  justify-content: start;
  justify-items: start;
  margin: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_requirements .recruit_section_heading {
    justify-content: center;
    justify-items: center;
    margin: 0 auto 40px;
  }
}

.section_recruit .recruit_requirements .recruit_section_heading_handwritten {
  right: -180px;
  bottom: 8px;
}

/* 採用ページ：見出しの装飾英字（ENVIRONMENT 等）と手書き文字が横に抜けて、
   PC1440pxで +62px、SP375pxで +4px の横スクロールが出ていた。
   見た目（端まで流れる）は変えず、はみ出しぶんだけ切る。
   overflow:hidden ではなく clip（position:sticky を殺さない）。2026-08-24 公開後チェック */
.section_recruit > section {
  overflow-x: clip;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_requirements .recruit_section_heading_handwritten {
    right: 0;
    bottom: -28px;
  }
}

.section_recruit .recruit_requirements_table {
  margin: 0;
  padding: 0;
}

.section_recruit .recruit_requirements .recruit_entry_btn {
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_requirements .recruit_entry_btn {
    margin: 40px auto 0;
  }
}

.section_recruit .recruit_requirements_row {
  display: grid;
  grid-template-columns: 144px 1fr;
  gap: 21px;
  padding: 24px 0;
  border-bottom: 1px solid #F1EEE5;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_requirements_row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }
}

.section_recruit .recruit_requirements_row dt {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #151515;
}

@media screen and (max-width: 767px) {
  .section_recruit .recruit_requirements_row dt {
    font-weight: 600;
  }
}

.section_recruit .recruit_requirements_row dd {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #151515;
}

.section_recruit .recruit_requirements_row dd strong {
  font-weight: 600;
}


/* 施工事例一覧：ピン留めアイコン */
.list_works_02 > li > a .img_wrap {
  position: relative;
}
.list_works_02 > li.is-pinned > a .img_wrap .works_pin {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 3;
  color: #fff;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
  pointer-events: none;
}
.list_works_02 > li.is-pinned > a .img_wrap .works_pin svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
@media screen and (max-width: 767px) {
  .list_works_02 > li.is-pinned > a .img_wrap .works_pin {
    width: 26px;
    height: 26px;
  }
}

/* 素材待ち中マーカー（黒半透明＋ラベル）— 差し替え予定画像に付与 */
.material-wait { position: relative; }
.material-wait::after {
  content: "素材待ち中";
  position: absolute;
  inset: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.75rem, 0.6rem + 0.6vw, 0.95rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}

/* フッター：Googleマップリンク（ピン＋下線テキスト） */
.f_map_link {
  margin-top: 18px;
}
.f_map_link a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  text-decoration: none;
}
.f_map_link a svg {
  width: 16px;
  height: 18px;
  fill: currentColor;
  flex: none;
}
.f_map_link a span {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.f_map_link a:hover span {
  opacity: 0.7;
}

/* トップ：Google口コミセクション 下マージン */
.google_reviews {
  margin-bottom: 150px;
}


/* 施工事例一覧：YouTube動画ありアイコン（右下・グレー四角の中に白アイコン・半分サイズ） */
.list_works_02 > li > a .img_wrap .works_video {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: auto;
  left: auto;
  transform: none;
  width: 40px;
  height: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(60, 60, 60, 0.78);
  border-radius: 4px;
  color: #fff;
  filter: none;
  pointer-events: none;
}
.list_works_02 > li > a .img_wrap .works_video svg {
  display: block;
  width: 27px;
  height: 27px;
  fill: currentColor;
}
@media screen and (max-width: 767px) {
  .list_works_02 > li > a .img_wrap .works_video {
    width: 34px;
    height: 34px;
  }
  .list_works_02 > li > a .img_wrap .works_video svg {
    width: 23px;
    height: 23px;
  }
}

/* #3376 本文 .txt_wrap の文字組みを全ページ統一：15px / 行間30px / 字間1px（個別設計のtxt_wrapは各セクション固有ルールが優先） */
.txt_wrap,
.txt_wrap > p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
}

/* contact：資料請求／相談予約 フォーム導線ボタン */
.contact_entry_btns {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.contact_entry_btns .contact_entry_btn {
  min-width: 280px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_entry_btns {
    gap: 14px;
    margin-top: 28px;
  }
  .contact_entry_btns .contact_entry_btn {
    width: 100%;
    min-width: 0;
  }
}

/* 資料請求：無料ガイドブック＝カタログ表紙＋チェックボックス選択（表紙はダミー画像・要差替） */
.catalog_guidebook .wpcf7-checkbox {
  display: flex;
  gap: 4%;
  margin-top: 4px;
}
.catalog_guidebook .wpcf7-list-item {
  width: 30.6%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.catalog_guidebook .wpcf7-list-item::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 600 / 840;
  margin-bottom: 12px;
  background: #f1eee5 center / cover no-repeat;
  border: 1px solid #e5e2da;
  border-radius: 4px;
}
.catalog_guidebook .wpcf7-list-item:nth-child(1)::before { background-image: url(../images/catalog_cover_01.jpg); }
.catalog_guidebook .wpcf7-list-item:nth-child(2)::before { background-image: url(../images/catalog_cover_02.jpg); }
.catalog_guidebook .wpcf7-list-item:nth-child(3)::before { background-image: url(../images/catalog_cover_03.jpg); }
.catalog_guidebook .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.catalog_guidebook .wpcf7-list-item-label {
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .catalog_guidebook .wpcf7-checkbox { gap: 3%; }
  .catalog_guidebook .wpcf7-list-item { width: 31.3%; }
  .catalog_guidebook .wpcf7-list-item-label { font-size: 13px; }
}

/* reform(30) SP：ヒーロー見出し(txt_wrap)を写真の外(下)に出す（写真が隠れないように）
   ＋#5500/#5499で見出しを小さく・細く。旧#4664のオーバーレイはみ出し処理は本レイアウトで不要に */
@media screen and (max-width: 767px) {
  body.page-id-30 .sub_header {
    overflow: visible;
    position: relative;
    z-index: 5;
  }
  /* 写真は全幅・自然な高さで全体表示（正方形クロップ解除） */
  body.page-id-30 .header_img_wrap {
    aspect-ratio: auto;
  }
  body.page-id-30 .header_img_wrap img {
    height: auto;
    object-fit: initial;
    display: block;
  }
  /* 見出しは写真の下・通常フローへ（オーバーレイ解除） */
  body.page-id-30 .header_img_wrap h1.txt_wrap {
    position: static;
    left: auto;
    bottom: auto;
    margin: 0;
    padding: 20px 5.5% 24px;
    z-index: auto;
  }
  body.page-id-30 .header_img_wrap h1 .sp {
    margin: 0;
    padding: 0;
  }
  /* 装飾SVGはSPでは非表示（写真下では不要・横はみ出し回避） */
  body.page-id-30 .sub_header .txt_wrap > div::after {
    display: none;
  }
  /* #5500/#5499 見出しペアを小さく・細く（txt_01/02=18px・txt_03/04=12px・weight300） */
  body.page-id-30 .header_img_wrap h1 .sp .txt_01,
  body.page-id-30 .header_img_wrap h1 .sp .txt_02 {
    font-size: 18px;
    font-weight: 300;
  }
  body.page-id-30 .header_img_wrap h1 .sp .txt_03,
  body.page-id-30 .header_img_wrap h1 .sp .txt_04 {
    font-size: 12px;
    font-weight: 300;
  }
  /* オーバーレイはみ出し補正は不要になったので通常に戻す */
  body.page-id-30 .section_renovation {
    margin-top: 0;
  }
}

/* トップ ABOUT下 認定バナー2枚（SWBF / ZEH）並列 — 2026-07-28 */
.section_top .top_about_banners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}
.section_top .top_about_banner {
  display: block;
  line-height: 0;
  transition: opacity .3s;
}
.section_top .top_about_banner:hover { opacity: .8; }
.section_top .top_about_banner img {
  height: 60px;
  width: auto;
  max-width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .section_top .top_about_banners { gap: 12px; margin-top: 36px; }
  .section_top .top_about_banner { flex: 1 1 0; min-width: 0; max-width: 234px; }
  .section_top .top_about_banner img { height: auto; width: 100%; }
}


/* 会社概要 スタッフ紹介：4列×2段・正方形画像 #7222 2026-07-28 */
.list_staff { grid-template-columns: repeat(4, 1fr); grid-column-gap: 40px; grid-row-gap: 50px; }
.list_staff > li .img_wrap { aspect-ratio: 1 / 1; overflow: hidden; }
.list_staff > li .img_wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media screen and (max-width: 1024px) {
  .list_staff { grid-template-columns: repeat(3, 1fr); grid-column-gap: 30px; }
}
@media screen and (max-width: 767px) {
  .list_staff { grid-template-columns: repeat(2, 1fr); grid-column-gap: 16px; grid-row-gap: 28px; }
}

/* フォーム チェックボックス/ラジオを現状の約60%に縮小 #7050(/reserve/)・#7051(/request/) 2026-07-28 */
input[type=checkbox], input[type=radio] { width: 21px; height: 21px; border-radius: 3px; }
.policy_p input[type=checkbox] { width: 23px; height: 21px; border-radius: 6px; }

/* 相談予約 来場人数：インライン配置・数値入力を小さく（docxフォーム改修）2026-07-28 */
.visitors_field { display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.visitors_field .wpcf7-form-control-wrap { display: inline-block; }
.visitors_field input[type=number] { width: 5em; padding: 0.6em 0.4em; text-align: center; }


/* works 詳細：ギャラリー統合グリッド
   旧サイトの PC用(.g-wrap.dp_ip) / SP用(.mcs.mb_ip) 2ブロックを
   functions/works-gallery.php で1つの .works-gallery に正規化して出力する。 */
.cs-wp .works-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .cs-wp .works-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 20px;
  }
}
@media screen and (max-width: 767px) {
  .cs-wp .works-gallery {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.cs-wp .works-gallery__item {
  margin: 0;
}
.cs-wp .works-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-wp .works-gallery__item figcaption {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #151515;
  text-align: left;
}

/* トップ ヒーローコピー（2026-07-31 中村指示）
   ・白い座布団をやめて白文字に
   ・フォントを少し小さく／2行の行間を詰める／垂直方向中央に配置
   ※戻す場合はこのブロックを削除すれば元の白背景＋黒文字・下寄せに戻る。
   ヒーロー5枚のうちスライド4がコピー位置で平均輝度171と明るいため、
   可読性確保に控えめな影のみ付与（見た目は「ただの白文字」）。 */
.main_img .main_copy {
  /* 3行は <br> 区切りの inline-block だったため行送りが行ボックス任せだった。
     line-height:0 で <br> の空行を潰し、間隔は各行の margin だけで決める。 */
  line-height: 0;
}
/* #7935 2026-08-06：PCも「SPと同じく左下」へ（2026-07-31の上下中央指定を撤回）。
   左位置は共通の padding-left:4.8%。下位置は元設計の top:75% に戻す
   （bottom:8% だとヒーロー画像がビューポートより背が高いため 1440x900 で最終行が
   ファーストビューから切れる。75% なら3行とも収まり、かつ左下に見える）。 */
@media screen and (min-width: 768px) {
  .main_img .main_copy {
    top: 75%;
    bottom: auto;
    transform: none;
  }
}
.main_img .main_copy .ttl_01,
.main_img .main_copy .txt_01,
.main_img .main_copy .txt_02 {
  display: block;
  background-color: transparent;
  color: #fff;
  padding: 0;
  line-height: 1.5;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), 0 2px 14px rgba(0, 0, 0, 0.5);
}
.main_img .main_copy .ttl_01 {
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
}
.main_img .main_copy .txt_01 {
  margin-top: 18px;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.main_img .main_copy .txt_02 {
  margin-top: 4px;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
@media screen and (max-width: 767px) {
  .main_img .main_copy .ttl_01 {
    font-size: 18px;
  }
  .main_img .main_copy .txt_01 {
    margin-top: 12px;
    font-size: 12px;
  }
  .main_img .main_copy .txt_02 {
    margin-top: 3px;
    font-size: 12px;
  }
}

/* ==== #8108→#8163 2026-08-07：recruit hero を前回の玄関バンド写真(1920x384)に復戻。
   集合写真は Our Thoughts の intro_photo(男女対話)へ移設。帯cover の上寄せ(8%)は
   玄関写真では不要なので既定(center)に戻す。 ==== */
.section_recruit .recruit_hero_img img { object-position: center center; }

/* ==== #7925/7926/7928 reform Before写真＝横一列3枚（SPも3列・小さくなって可） ==== */
.cs-wp .works-before__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; align-items:start; margin:0 0 20px; }
.cs-wp .works-before__grid img{ display:block; width:100%; height:auto;
  /* #8110/#8111 2026-08-06：素材ごとに縦横比が違い1枚目だけ背が高くなるため、
     下のギャラリー(.works-gallery__item img)と同じ 3:2 に統一して高さを揃える。 */
  aspect-ratio:3 / 2; -o-object-fit:cover; object-fit:cover; }
@media screen and (max-width:767px){ .cs-wp .works-before__grid{ gap:8px; } }


/* works詳細の画像余白（中村指示 2026-08-06）
   共通の `article img { margin: 40px 0; }` を、上0・下15px に上書きする。
   ※指示は devtools 上のセレクタ img.ls-is-cached だったが、lazysizes のこのクラスは
     「ブラウザキャッシュ済みで即読み込みできた画像」にしか付かない（初回訪問は lazyloaded）。
     クラスで効かせると初回と2回目で余白が変わるため、works詳細の article 配下として指定する。 */
.section_works_detail article img {
  margin-top: 0;
  margin-bottom: 15px;
}

/* ============================================================
   #8155 2026-08-06：リフォーム(page-id-30)ヒーローをトップと同じ
   「白文字・外枠なし」に統一。フォントサイズもトップに合わせる。
   - PC(768px+)：写真の上に白文字＋控えめな影（座布団 #55575C を撤去）。
       ・旧デザインの translateY(150px)＝「文字を写真の外へ出す」演出を解除し、
         4行すべてを写真の下部左に載せる（座布団が無い今、外へ出すと白地に白文字で消える）。
       ・写真下部が明るい砂利のため、左下グラデの薄いスクリムで白文字の可読性を確保
         （白ざぶとんの代わり＝[[hero-text-legibility-photo-agnostic-gradient]]）。
       ・見出し2行(txt_01/02)=トップ見出しサイズ、小2行(txt_03/04)=トップ小サイズ。
   - SP(767px-)：現行の“写真の下”レイアウトは維持（白背景ゆえ白文字は不可）。
         座布団を外し、墨文字(#333)に。サイズは現行=トップSPと同じ 18/12。
   ※このブロックを削除すれば元の座布団デザインに戻る。
   ============================================================ */
/* 全ブレークポイント共通：座布団（背景・余白）を撤去 */
body.page-id-30 .sub_header .txt_wrap span {
  background: transparent;
  padding: 0;
  line-height: 1.5;
}
/* ---- PC ---- */
@media screen and (min-width: 768px) {
  /* 旧演出（写真外へ150px押し出し）を解除：文字は写真の中に置く */
  body.page-id-30 .sub_header .txt_wrap .pc {
    transform: none;
  }
  /* 押し出しを見込んで足していた次セクションとの余白(+80px)を戻す */
  body.page-id-30 .section_renovation {
    margin-top: 0;
  }
  /* 写真下部左に薄い暗がりを敷く（左下→右上へフェード。座布団の代替スクリム） */
  body.page-id-30 .header_img_wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 55%);
  }
  /* 白文字＋控えめな影（トップ .main_copy と同じ影） */
  body.page-id-30 .sub_header .txt_wrap span {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), 0 2px 14px rgba(0, 0, 0, 0.5);
  }
  /* 見出し2行＝トップ ttl_01 と同サイズ（20→28px） */
  body.page-id-30 .sub_header .txt_wrap .txt_01,
  body.page-id-30 .sub_header .txt_wrap .txt_02 {
    font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  }
  /* 小2行＝トップ txt_01/02 と同サイズ（14→16px） */
  body.page-id-30 .sub_header .txt_wrap .txt_03,
  body.page-id-30 .sub_header .txt_wrap .txt_04 {
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  }
}
/* ---- SP ---- 写真の下・白背景なので墨文字。サイズは現行(=トップSP)の 18/12 を踏襲 */
@media screen and (max-width: 767px) {
  body.page-id-30 .sub_header .txt_wrap span {
    color: #333;
  }
}
/* #8161 2026-08-07：reform ヒーローの筆記体ウォーターマーク
   （"Reform & Renovation" = reform_txt.svg）を削除（中村指示）。
   base の .sub_header .txt_wrap > div::after を page-id-30 に絞って非表示。
   ※SPは既に上の #5000 系で display:none 済み。ここで全幅=PCも消す。 */
body.page-id-30 .sub_header .txt_wrap > div::after {
  display: none;
}

/* ============================================================
   #8160 2026-08-07：施工事例詳細 / 会社概要(45) / 採用(48) のヒーロー見出しを
   トップ（.main_copy）と同じ「写真の上・白文字のみ・座布団なし」に統一する。
   ・PC：写真の上に白文字＋控えめな影＋左下スクリム（reform #8155 と同じ作法）。
     見出しサイズもトップに合わせる（見出し 20→28px / 小 14→16px）。
   ・SP：reform に揃え「写真の下・墨文字（#333）・座布団なし」。
   ※各ブロックを削除すれば元（白/グレー座布団）に戻る。
   ============================================================ */

/* ---------- (B) 施工事例詳細 .header_img_wrap_02 の見出し ---------- */
/* 共通：白座布団を撤去し、サイズをトップ見出しに合わせる */
.header_img_wrap_02 .ttl_wrap .ttl_01 > span {
  background-color: transparent;
  color: #333;
  padding: 0;
  line-height: 1.5;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
}
/* PC：写真の上・白文字＋影＋左下スクリム */
@media screen and (min-width: 768px) {
  .header_img_wrap_02 .ttl_wrap {
    z-index: 3;
  }
  .header_img_wrap_02::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 55%);
  }
  .header_img_wrap_02 .ttl_wrap .ttl_01 > span {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), 0 2px 14px rgba(0, 0, 0, 0.5);
  }
}
/* SP：写真の下・墨文字（現行の static 配置は既存ルールを踏襲）。サイズはトップSP=18px */
@media screen and (max-width: 767px) {
  .header_img_wrap_02 .ttl_wrap .ttl_01 > span {
    font-size: 18px;
  }
}

/* ---------- (C) 会社概要(page-id-45) .txt_wrap_02 ---------- */
/* 共通：グレー座布団を撤去 */
body.page-id-45 .sub_header .txt_wrap_02 span {
  background: transparent;
  padding: 0;
  line-height: 1.5;
}
/* PC：写真の上・白文字＋影＋左下スクリム。見出しは写真内の左下へ */
@media screen and (min-width: 768px) {
  body.page-id-45 .header_img_wrap_03 {
    margin-bottom: 0;
    overflow: hidden;
  }
  body.page-id-45 .header_img_wrap_03::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 55%);
  }
  body.page-id-45 .sub_header .txt_wrap_02 {
    top: auto;
    bottom: 10%;
    z-index: 3;
  }
  body.page-id-45 .sub_header .txt_wrap_02 span {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), 0 2px 14px rgba(0, 0, 0, 0.5);
  }
  /* 見出し2行＝トップ見出しサイズ（20→28px）※既存の1行表記調整より後で上書き */
  body.page-id-45 .sub_header .txt_wrap_02 .txt_01,
  body.page-id-45 .sub_header .txt_wrap_02 .txt_02 {
    font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  }
  /* 小行＝トップ小サイズ（14→16px） */
  body.page-id-45 .sub_header .txt_wrap_02 .txt_03,
  body.page-id-45 .sub_header .txt_wrap_02 .txt_04 {
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  }
}
/* SP：写真の下・墨文字。写真は現行の 1/1 クロップを維持（バナーが横長で薄すぎるため） */
@media screen and (max-width: 767px) {
  body.page-id-45 .header_img_wrap_03 {
    margin-bottom: 0;
  }
  body.page-id-45 .sub_header .txt_wrap_02 {
    position: static;
    left: auto;
    bottom: auto;
    margin: 0;
    padding: 20px 8% 24px;
    z-index: auto;
  }
  body.page-id-45 .sub_header .txt_wrap_02 span {
    color: #333;
    font-weight: 300;
  }
  body.page-id-45 .sub_header .txt_wrap_02 .txt_01,
  body.page-id-45 .sub_header .txt_wrap_02 .txt_02 {
    font-size: 18px;
  }
  body.page-id-45 .sub_header .txt_wrap_02 .txt_03,
  body.page-id-45 .sub_header .txt_wrap_02 .txt_04 {
    font-size: 12px;
  }
}

/* ---------- (D) 採用(page-id-48) .recruit_hero ---------- */
/* 共通：グレー座布団を撤去 */
.section_recruit .recruit_hero_title {
  background: transparent;
  padding: 0;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
}
/* PC：見出しを写真の上（左下）へ絶対配置。写真に左下スクリム */
@media screen and (min-width: 768px) {
  .section_recruit .recruit_hero_img {
    position: relative;
  }
  .section_recruit .recruit_hero_img::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 55%);
  }
  /* .inner の position:relative を解除して見出しを .recruit_hero(相対) にアンカー */
  .section_recruit .recruit_hero .inner {
    position: static;
  }
  .section_recruit .recruit_hero_titles {
    position: absolute;
    top: 0;
    left: 5.5%;
    right: 5.5%;
    height: 368px; /* = recruit_hero_img の高さ */
    margin: 0;
    padding: 0 0 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
    z-index: 2;
  }
  .section_recruit .recruit_hero_title {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), 0 2px 14px rgba(0, 0, 0, 0.5);
  }
  /* 見出しがフローから抜けた分、リード文の上余白を確保 */
  .section_recruit .recruit_hero_lead {
    margin-top: 48px;
  }
}
/* SP：写真の下・墨文字。現行の跨り配置(margin-top:-40px)を解除して素直に下へ */
@media screen and (max-width: 767px) {
  .section_recruit .recruit_hero_titles {
    margin-top: 0;
    padding-top: 20px;
  }
  .section_recruit .recruit_hero_title {
    color: #333;
    font-weight: 300;
    font-size: 18px;
  }
}

/* #8162 2026-08-07：設計(page-id-23)の設計チームは3名（中内・文野・庵澤）。
   list_staff は company(4列)と共用のため page-id-23 に絞り、3枚を中央寄せに。
   flex + justify-content:center で PC/SP とも中央に寄せる（余った列で左片寄りを防ぐ）。 */
body.page-id-23 .list_staff {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 40px;
}
body.page-id-23 .list_staff > li {
  width: 275px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  body.page-id-23 .list_staff {
    gap: 28px 16px;
  }
  body.page-id-23 .list_staff > li {
    width: 46%;
  }
}

/* #8164 2026-08-07：works詳細のサムネイル swiper が iOS Safari で「.swiper-wrapper が
   縦に伸びる」不具合の修正。
   原因：.slider-thumbnail-01/-02 .swiper-slide{aspect-ratio} と その中の
   img{height:100%} が“スライド高さ←→画像高さ”の相互参照になっており、
   iOS Safari はこれを「画像の自然な高さ」で解決するため、縦写真だとスライド
   （=swiper-wrapper）が画像実寸ぶん縦に伸びる（Chrome/ヘッドレスでは再現しない）。
   対策：SPのサムネは img 自身に aspect-ratio を持たせ height:auto にして相互参照を断つ。
   （PC=direction:vertical のサムネは対象外＝現状維持） */
@media screen and (max-width: 767px) {
  .slider-thumbnail-01 .swiper-slide,
  .slider-thumbnail-02 .swiper-slide {
    aspect-ratio: auto;
    height: auto !important;
  }
  .slider-thumbnail-01 .swiper-slide img,
  .slider-thumbnail-02 .swiper-slide img {
    height: auto;
    aspect-ratio: 3 / 2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* ============================================================
   #8171 2026-08-11（中村指示）：施工事例詳細のSPヒーロー見出しを、
   トップ（.main_copy）と同じ「写真の上に白文字」に変更する。
   2026-08-07(#8160) で SP だけ「写真の下・墨文字」にしていたのを撤回。
   PC（768px以上）は #8160 のまま（写真の上・白文字）で変更なし。
   ・配置＝写真の左下（left は トップと同じ 4.8%／下は 18px＝トップSPの実測位置）
   ・可読性＝下から立ち上がるスクリム＋トップと同じ text-shadow
   ※このブロックを削除すれば 8/7 の「SPは写真の下・墨文字」に戻る。
   ============================================================ */
@media screen and (max-width: 767px) {
  .header_img_wrap_02::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.48) 28%, rgba(0, 0, 0, 0) 62%);
  }
  .header_img_wrap_02 .ttl_wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    margin-top: 0;
    padding: 0 4.8%;
    text-align: left;
    z-index: 3;
  }
  .header_img_wrap_02 .ttl_wrap .ttl_01 {
    margin-bottom: 0;
  }
  .header_img_wrap_02 .ttl_wrap .ttl_01 > span {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), 0 2px 14px rgba(0, 0, 0, 0.5);
  }
}

/* ===== 2026-08-17 websupport コメント反映 ===== */

/* #8247 トップ Blog/News：アイキャッチを大きく（画像＝上段・タイトル＝下段） */
.list_top_blog > li > a {
  display: block;
}
.list_top_blog > li > a .img_wrap {
  width: 100%;
  overflow: hidden;
}
.list_top_blog > li > a .img_wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.list_top_blog > li > a .contents_wrap {
  width: 100%;
  margin-top: 18px;
}

/* #8266 採用 JOBS 背景：ワンちゃんが切れないよう表示位置を下寄りに */
.section_recruit .recruit_jobs_bg img {
  object-position: 50% 78%;
}


/* ===== 2026-08-26 公開前チェック（A3/A4） ===== */

/* A3 本文の横あふれ：記事本文に「*」の連続（47文字前後の区切り線）が入っており、
   SP（375px）で article が 89px はみ出す → header が body 幅に追随して
   ページ全体が横スクロールしていた。本文だけに折り返しを許可する。
   article は single.php / single-works.php の本文にしか使っていない。 */
article {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/* A4 キャプション付き画像（[caption]）は現状0件だが、公開後に先方が入れると
   幅が固定px（画像原寸）で出て はみ出すため、先に上限を入れておく。 */
article .wp-caption,
article figure.wp-block-image {
  max-width: 100%;
}
article .wp-caption img {
  max-width: 100%;
  height: auto;
}
