@charset "UTF-8";
:root {
  --ystd-container-width: 1440px;
}

.d-n {
  display: none !important;
}

.ns-jp {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
}

.f-w-100 {
  font-weight: 100 !important;
}

.f-w-200 {
  font-weight: 200 !important;
}

.f-w-300 {
  font-weight: 300 !important;
}

.f-w-400 {
  font-weight: 400 !important;
}

.f-w-500 {
  font-weight: 500 !important;
}

.f-w-600 {
  font-weight: 600 !important;
}

.f-w-700 {
  font-weight: 700 !important;
}

.f-w-800 {
  font-weight: 800 !important;
}

.f-w-900 {
  font-weight: 900 !important;
}

.max-w-1440 {
  max-width: 1440px;
  margin: auto;
}

/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*******************************************
施工実績非表示箇所
*******************************************/
/*セルフサービスプラン お客様の声
.ssp-koe-wrap,*/
/*メインナビ施工実績
#menu-item-48,*/
/*フットナビ施工実績
#footnav-ourworks,*/
/*ドロワーナビ施工実績
#drnav-ourworks,*/
/*トップページ施工実績表示セクション
#top-sectionourworks ,*/
.taxonomy-menu {
  display: none !important;
}

/*******************************************
共通
*******************************************/
#masthead .container {
  max-width: 100vw;
}

.container-1440 {
  max-width: 1440px;
  margin: auto;
  width: 100%;
}

h2,
h3,
h4,
p,
span,
li {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 560px) {
  p {
    font-size: 14px;
  }
}
/************ロゴ************/
.site-branding .site-title a img {
  max-width: 260px;
  min-width: 150px;
  width: 28vw;
  height: auto;
}

/************メインナビ************/
#global-nav__menu > li {
  padding-right: 10px;
}

#global-nav__menu > li > a:before {
  content: ">";
  position: absolute;
  left: -15px;
}

#menu-item-49 {
  margin-left: 10px;
}
#menu-item-49 a {
  transition: 0.3s;
  padding: 5px 15px 5px 40px;
  background-color: #2a2b8e;
  border-bottom: none;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
#menu-item-49 a:hover {
  background-color: #ea1f1f;
}
#menu-item-49 a span {
  position: absolute;
  left: 15px;
}
#menu-item-49 a:before {
  display: none;
}
#menu-item-49 a:after {
  display: none;
}

.d-n {
  display: none !important;
}

/************メインナビ************/
.mds01 {
  text-align: center;
  font-size: clamp(1.125rem, 0.768rem + 1.79vw, 2.375rem);
  position: relative;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  font-optical-sizing: auto;
  height: clamp(3.75rem, 3.214rem + 2.68vw, 5.625rem);
  margin-bottom: clamp(1.875rem, 1.339rem + 2.68vw, 3.75rem);
}
.mds01::before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #2a2b8e;
  position: absolute;
  left: 50%;
  top: clamp(3.75rem, 3.214rem + 2.68vw, 5.625rem);
  margin-left: -40px;
}

.mds02 {
  text-align: left;
  font-size: clamp(1.125rem, 0.768rem + 1.79vw, 2.375rem);
}

/************ドロワーメニュー************/
/************ページタイトル************/
.cont-title-wrap h1 {
  text-align: center;
  font-size: clamp(1.375rem, 1.196rem + 0.89vw, 2rem);
  position: relative;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  font-optical-sizing: auto;
  height: 70px;
}
.cont-title-wrap h1::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 70px;
  margin-left: -50px;
}

.cont-title-wrap02 {
  border-top: solid 10px #626284;
  border-bottom: solid 10px #626284;
}
.cont-title-wrap02 h1 {
  text-align: center;
  font-size: clamp(1.375rem, 1.196rem + 0.89vw, 2rem);
  position: relative;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  font-optical-sizing: auto;
  height: clamp(3.125rem, 2.768rem + 1.79vw, 4.375rem);
}
.cont-title-wrap02 h1::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #2a2b8e;
  position: absolute;
  left: 50%;
  top: 70px;
  margin-left: -50px;
}

@media screen and (max-width: 560px) {
  .cont-title-wrap02 h1::before,
  .cont-title-wrap h1::before {
    width: 40px;
    margin-left: -20px;
    top: 50px;
  }
}
/************ロゴ設定************/
@media screen and (max-width: 768px) {
  .site-branding {
    padding: 0.7em 2em 0.5em 0;
  }
}
/************コンタクトバナー(トップページ)************/
.top-contact-wrap {
  justify-content: space-between;
}
.top-contact-wrap .top-contact-container {
  background-color: #2a2b8e;
  text-align: center;
  max-width: 640px;
  margin: 0px 10px 20px 10px !important;
  padding: 50px 0 !important;
}
.top-contact-wrap .top-contact-container h3 {
  text-align: center;
  font-size: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
  position: relative;
  height: clamp(3.75rem, 3.214rem + 2.68vw, 5.625rem);
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
}
.top-contact-wrap .top-contact-container h3:before {
  content: " ";
  position: absolute;
  width: 120px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  margin-left: -60px;
  top: clamp(3.125rem, 2.946rem + 0.89vw, 3.75rem);
}
.top-contact-wrap .top-contact-container .ystdb-button__text {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-size: clamp(1.75rem, 1.357rem + 1.96vw, 2.4rem);
  font-weight: 900;
}
.top-contact-wrap .top-contact-container .ystdb-button__text .ys-icon {
  font-weight: 300;
  font-size: clamp(1.125rem, 0.911rem + 1.07vw, 1.875rem);
  vertical-align: baseline !important;
}
.top-contact-wrap .top-contact-container .wp-block-button {
  margin-top: 0px;
}
.top-contact-wrap .top-contact-container .wp-block-button__link {
  background-color: unset;
}
.top-contact-wrap .top-contact-container .wp-block-button__link:hover {
  box-shadow: none;
  background-color: #fff;
  color: #2a2b8e;
}
.top-contact-wrap .top-contact-wrap-tel {
  margin: 10px;
}
.top-contact-wrap .top-contact-wrap-form {
  margin: 10px;
}
.top-contact-wrap .top-contact-wrap-form .ystdb-button__text {
  font-size: clamp(1.5rem, 1.393rem + 0.54vw, 1.875rem);
}
.top-contact-wrap .top-contact-wrap-form .ystdb-button__text .ys-icon {
  vertical-align: bottom !important;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .top-contact-wrap {
    justify-content: space-around;
  }
  .top-contact-wrap .top-contact-container {
    padding: 30px 0 !important;
  }
}
/************コンタクトバナー(下層ページ)************/
.ban-contact-wrap {
  justify-content: space-between;
  justify-content: center;
}
.ban-contact-wrap .ban-contact-container {
  background-color: #2a2b8e;
  text-align: center;
  max-width: 640px;
  margin: 0px 10px 20px 10px !important;
  padding: 28px 0 !important;
}
.ban-contact-wrap .ban-contact-container h3 {
  text-align: center;
  font-size: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
  position: relative;
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
}
.ban-contact-wrap .ban-contact-container .ystdb-button__text {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-size: clamp(1.75rem, 1.357rem + 1.96vw, 2.4rem);
  font-weight: 900;
  border-bottom: dotted #fff 5px;
  padding-bottom: 5px;
  margin-top: 10px;
}
.ban-contact-wrap .ban-contact-container .ystdb-button__text .ys-icon {
  font-weight: 300;
  vertical-align: baseline !important;
  font-size: clamp(1.125rem, 0.911rem + 1.07vw, 1.875rem);
}
.ban-contact-wrap .ban-contact-container .wp-block-button {
  margin-top: 0px;
}
.ban-contact-wrap .ban-contact-container .wp-block-button__link {
  background-color: unset;
}
.ban-contact-wrap .ban-contact-container .wp-block-button__link:hover {
  box-shadow: none;
  background-color: #fff;
  color: #2a2b8e;
}
.ban-contact-wrap .ban-contact-container p {
  margin-top: 0px;
}
.ban-contact-wrap .ban-contact-wrap-tel {
  margin: 10px;
}
.ban-contact-wrap .ban-contact-wrap-form {
  margin: 10px;
}
.ban-contact-wrap .ban-contact-wrap-form .ystdb-button__text {
  font-size: clamp(1.5rem, 1.393rem + 0.54vw, 1.875rem);
}
.ban-contact-wrap .ban-contact-wrap-form .ystdb-button__text .ys-icon {
  vertical-align: bottom !important;
  margin-right: 5px;
}

@media screen and (max-width: 560px) {
  .ban-contact-wrap-tel p {
    margin-top: 0px;
  }
  .ban-contact-wrap-form .ystdb-button__text {
    font-size: 28px;
  }
}
/************フッター************/
.footer-add-wrap p {
  line-height: 140%;
}

.footer-nav-wrap ul {
  margin-top: 0px;
  padding-left: 0;
}
.footer-nav-wrap ul li {
  list-style: none;
  display: inline;
  white-space: nowrap;
  padding-right: 2em;
}
.footer-nav-wrap ul li::before {
  content: ">";
  font-size: 12px;
  margin-right: 4px;
  vertical-align: text-bottom;
}
.footer-nav-wrap ul li a {
  font-size: 14px;
}

.foot-ssp-btn a {
  vertical-align: text-top;
  padding: 0.5em 1.5em;
  background-color: #fff;
  border: solid 1px #7e7e7e;
  border-radius: 25px;
  transition: 0.3s;
  font-weight: bold;
}
.foot-ssp-btn a:before {
  content: "»";
  margin-right: 5px;
}
.foot-ssp-btn a:hover {
  background-color: #2a2b8e;
  color: #fff;
  border-color: #2a2b8e;
}

.footer-main {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-main #footer-copy {
  font-size: 12px;
}

@media screen and (max-width: 560px) {
  .top-contact-container {
    margin: 0px 0px 20px 0px !important;
    border-radius: 20px;
  }
  .foot-logo-wrap img {
    margin: auto;
    max-width: 150px;
    width: 50vw;
    height: auto;
  }
  .footer-add-wrap p {
    font-size: 14px;
  }
  .footer-nav-wrap ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-nav-wrap ul li {
    width: 50%;
  }
  .footer-nav-wrap ul li a {
    font-size: 14px;
  }
  .wp-container-core-columns-is-layout-28f84493 {
    margin-top: 5px;
  }
}
/*******************************************
オリジナルテンプレート用CSS
*******************************************/
.tp-pagetitle {
  border-top: solid 10px #626284;
  border-bottom: solid 10px #626284;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 0;
  margin-bottom: 0;
}
.tp-pagetitle .tp-title {
  text-align: center;
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  position: relative;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  font-optical-sizing: auto;
  height: 71px;
  margin: 0;
}
.tp-pagetitle .tp-title::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #2a2b8e;
  position: absolute;
  left: 50%;
  top: 70px;
  margin-left: -50px;
}

/**********アーカイブページ**********/
.post-type-archive-ourworks .site-content {
  margin-top: 0;
}

.taxonomy-menu {
  text-align: center;
  padding: 2em 0;
}
.taxonomy-menu ul {
  margin: 0;
  padding: 0;
}
.taxonomy-menu ul li {
  list-style: none;
  display: inline-block;
  min-width: 120px;
  list-style-type: none;
}
.taxonomy-menu ul li a {
  text-decoration: none;
  color: #333;
}
.taxonomy-menu ul li a:hover {
  color: #2a2b8e;
  border-bottom: 2px solid #2a2b8e;
}
.taxonomy-menu ul li:not(:last-child) {
  border-right: 2px solid #ddd;
}

.ourworks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.ourworks-list article.type-ourworks {
  width: 30%;
  text-align: center;
  background-color: #f7f7f8;
  padding: 25px 0;
  border-radius: 4px;
  overflow: hidden;
}
.ourworks-list article.type-ourworks .works-image-wrap {
  max-width: 240px;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  /* height: 180px; */
  overflow: hidden;
  margin: auto;
}
.ourworks-list article.type-ourworks .works-image-wrap a {
  transition: 0.3s;
}
.ourworks-list article.type-ourworks .works-image-wrap a:hover img {
  transform: scale(1.1); /* 1.1倍ズーム */
  transition: transform 0.5s ease;
}
.ourworks-list header h3 {
  margin-top: 0;
  font-size: 18px;
  padding-top: 10px;
  padding: 1em;
  text-align: left;
}
.ourworks-list header h3 a {
  text-decoration: none;
  color: #000;
  transition: 0.3;
}
.ourworks-list header h3 a:hover {
  color: #ea1f1f;
}
.ourworks-list header .entry-meta {
  font-size: 12px;
  text-align: right;
  padding-right: 1em;
}
.ourworks-list .entry-summary {
  padding: 0 10px;
}
.ourworks-list .entry-summary p {
  text-align: left;
  font-size: 14px;
}
.ourworks-list .entry-footer {
  width: 7em;
  margin: auto;
  border-radius: 15px;
  overflow: hidden;
  border: solid 1px #2a2b8e;
}
.ourworks-list .entry-footer a {
  background-color: #2a2b8e;
  color: #fff;
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1;
}
.ourworks-list .entry-footer a:hover {
  background-color: #fff;
  color: #2a2b8e;
}

@media screen and (max-width: 768px) {
  .ourworks-list {
    gap: 10px;
    justify-content: space-between;
  }
  .ourworks-list article.type-ourworks {
    width: 49%;
    padding: 15px 0;
  }
  .ourworks-list article.type-ourworks .works-image-wrap {
    max-width: 350px;
    /* height: 180px; */
  }
  .ourworks-list header h3 {
    font-size: 16px;
    padding-top: 8px;
    padding: 0.8em;
  }
  .ourworks-list .entry-summary {
    padding: 0 8px;
  }
  .ourworks-list .entry-footer {
    width: 7em;
  }
}
.cp-pagination {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.cp-pagination span.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 15px;
  line-height: 1em;
  border: solid 1px #2a2b8e;
}
.cp-pagination a.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #2a2b8e;
  color: white;
  border-radius: 15px;
  line-height: 1em;
  text-decoration: none;
  transition: 0.3s;
}
.cp-pagination a.page-numbers:hover {
  background-color: #ea1f1f;
}
.cp-pagination a.next.page-numbers,
.cp-pagination a.prev.page-numbers {
  width: 70px;
}

@media screen and (max-width: 560px) {
  .ourworks-list {
    gap: 10px;
    flex-direction: row;
  }
  .ourworks-list article.type-ourworks {
    width: 100%;
    padding: 15px 0;
  }
  .ourworks-list article.type-ourworks .works-image-wrap {
    max-width: 560px;
    /* height: 180px; */
  }
  .ourworks-list article.type-ourworks .works-image-wrap a img {
    width: 560px;
  }
  .ourworks-list header h3 {
    font-size: 16px;
    padding-top: 8px;
    padding: 0.8em;
  }
  .ourworks-list .entry-summary {
    padding: 0 8px;
  }
  .ourworks-list .entry-footer {
    width: 7em;
  }
}
/**********詳細ページ**********/
/*******************************************
トップページ
*******************************************/
.home .site-content {
  overflow: visible !important;
}
.home .contact-ban-wrap {
  display: none;
}

/*セルフサービスプランバナー*/
.top-ssp-ban {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
  margin-top: -50px !important;
  position: static;
  overflow: hidden;
}

/*リード文+保有資格セクション*/
.top-lead-copy {
  font-weight: 900;
  font-size: clamp(1.125rem, 0.713rem + 1.57vw, 2.125rem);
  padding-bottom: clamp(1.375rem, 0.397rem + 3.73vw, 3.75rem);
}

.hoyushikaku-wrap {
  background-color: #f6f6f6;
  padding: 30px;
  background-image: url(https://daiehome.jp/cont/wp-content/uploads/2025/10/logo-toka.png);
  background-repeat: no-repeat;
  background-position: 85% 50%;
  margin-top: 30px;
}
.hoyushikaku-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.hoyushikaku-wrap ul li {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .hoyushikaku-wrap h3 {
    font-size: 20px;
  }
  .hoyushikaku-wrap ul {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .hoyushikaku-wrap ul li {
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .hoyushikaku-wrap h3 {
    font-size: 18px;
  }
}
/*事業内容セクション*/
.top-service-list-wrap {
  display: flex;
}

.top-service-wrap {
  display: flex;
  align-items: flex-start;
}
.top-service-wrap span.ourcervice {
  writing-mode: vertical-rl;
  /*text-orientation: upright;*/
  margin-right: 40px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
  background-color: #2a2b8e;
  color: #fff;
  font-size: 14px;
  padding: 10px 0px;
}
.top-service-wrap a {
  text-decoration: none;
  margin-right: 80px;
  padding-top: 0px;
  width: 100%;
  transition: 0.3s;
}
.top-service-wrap a:hover .top-service-inner .image-wrap figure img {
  transform: scale(1.1); /* 1.1倍ズーム */
}
.top-service-wrap a:hover span.top-service-btn {
  background-color: #2a2b8e;
  color: #f7f7f8;
}
.top-service-inner {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
  min-height: clamp(360px, 40vw, 520px);
}
.top-service-inner h3 {
  writing-mode: vertical-rl;
  color: #000;
  font-size: 28px;
  top: 0;
  font-weight: 900;
  margin-top: 0;
}
.top-service-inner p {
  color: #333;
}
.top-service-inner p.top-service-lead {
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
  z-index: 9;
  position: absolute;
  top: 25%;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0 1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff, 0 0 2px #fff; /* 最後のぼかしで滑らかに */
}
.top-service-inner p.top-service-text {
  margin-top: 0px;
  margin-bottom: 1.5em;
  font-size: 14px;
}
.top-service-inner span.top-service-btn {
  color: #333;
  border: solid 1px #333;
  border-radius: 0 24px 24px 0;
  padding: 0.2em 1em;
  font-weight: bold;
  transition: 0.3s;
}
.top-service-inner .image-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}
.top-service-inner .image-wrap figure {
  width: 80%;
  margin-left: auto;
  border-radius: 15px;
  overflow: hidden;
}
.top-service-inner .image-wrap figure img {
  display: block; /* 余白を防ぐ */
  width: 100%; /* 横幅いっぱいに */
  height: auto;
  transition: transform 0.5s ease; /* アニメーション */
}

@media screen and (max-width: 960px) {
  .top-service-wrap {
    flex-direction: column;
  }
  .top-service-wrap span.ourcervice {
    writing-mode: inherit;
    font-size: 12px;
    padding: 3px 10px;
    margin-bottom: 30px;
  }
  .top-service-inner h3 {
    font-size: 24px;
  }
  .top-service-inner p.top-service-lead {
    margin-top: 8vw;
    line-height: 150%;
    font-size: 22px;
  }
  .top-service-inner p.top-service-text {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .top-service-wrap {
    flex-direction: column;
  }
  .top-service-wrap span.ourcervice {
    writing-mode: inherit;
    font-size: 12px;
    padding: 3px 10px;
    margin-bottom: 30px;
  }
  .top-service-inner {
    height: clamp(30rem, 24.758rem + 26.21vw, 34.063rem);
  }
  .top-service-inner h3 {
    font-size: 22px;
  }
  .top-service-inner p.top-service-lead {
    margin-top: 6%;
    line-height: 140%;
  }
  .top-service-inner p.top-service-text {
    margin-top: 3vw;
  }
}
/*お知らせ一覧*/
.top-info-wrap li {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  border-bottom: none;
  background-color: #f7f7f8;
  white-space: nowrap;
  width: 50vw;
  margin: 10px auto;
  border-radius: 20px;
}
.top-info-wrap li time {
  margin-right: 1em;
}

@media screen and (max-width: 560px) {
  .top-info-wrap li {
    width: 90vw;
  }
}
/*スライド*/
div#n2-ss-2 #n2-ss-2item2 {
  font-size: clamp(1.375rem, 0.911rem + 2.32vw, 3rem);
}

.n2-ss-section-main-content:before {
  content: " ";
  background-color: #fff;
  position: absolute;
  width: 100vw;
  height: 100px;
  bottom: 0;
  left: 0;
}

.ssp-ban-cont-pc {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.ssp-ban-cont-sp {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
  width: 100vw;
  /*overflow: hidden;*/
  /*position: absolute;
  bottom: 0;*/
  height: auto !important;
  z-index: 10;
}

/* Smart Slider3：768px以下で縦書きにする */
#n2-ss-2item1,
#n2-ss-2item2 {
  /* 通常（PC・タブレット）は横書き */
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

/* ▼ スマホ（768px以下）で縦書きに切り替え */
@media (max-width: 768px) {
  #n2-ss-2item1,
  #n2-ss-2item2 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    line-height: 1.8;
    letter-spacing: 0.1em;
    transform: none !important; /* Smart Slider の transform 無効化 */
    white-space: normal;
    display: inline-block;
    text-align: start !important;
    margin: auto;
  }
  #n2-ss-2item1 *,
  #n2-ss-2item2 * {
    margin: auto;
  }
}
/*******************************************
外壁塗装/仮説足場共通
*******************************************/
.service-top-wrap h2 {
  font-size: clamp(1.125rem, 0.366rem + 2.09vw, 2.25rem);
  padding-bottom: 80px;
}

.service-flowstep-wrap {
  background-color: #f7f7f8;
}
.service-flowstep-wrap .ystdb-section__inner {
  max-width: 960px;
  margin: auto;
}
.service-flowstep-wrap .flow-step-cont {
  margin-bottom: 50px;
}
.service-flowstep-wrap .flow-step-cont .flowstep-num {
  display: flex;
  align-self: center;
  background-color: #2a2b8e;
  color: #fff;
  height: 100px;
  width: 100px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  overflow: hidden;
}
.service-flowstep-wrap .flow-step-cont .flowstep-num span {
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(1.5rem, 1.071rem + 2.14vw, 3rem);
}
.service-flowstep-wrap p {
  margin-top: 10px;
}

.service-faq-wrap .service-faq-qa {
  max-width: 960px;
  margin: auto;
}
.service-faq-wrap .service-faq-q {
  cursor: pointer;
}
.service-faq-wrap .service-faq-q p {
  font-size: 1.1em;
}
.service-faq-wrap .service-faq-q span {
  margin-top: -4px;
}
.service-faq-wrap .service-faq-q:hover {
  transition: 0.3s;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .service-top-wrap h2 {
    text-align: center;
  }
  .service-flowstep-wrap .mds01-fs {
    margin-bottom: 50px;
  }
  .service-flowstep-wrap .flow-step-cont {
    margin-bottom: 50px;
  }
  .service-flowstep-wrap .flow-step-cont .flowstep-num {
    height: 80px;
    width: 80px;
    border-radius: 40px;
    margin: auto;
  }
  .service-flowstep-wrap .flow-step-cont .flowstep-num span {
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(1.5rem, 1.071rem + 2.14vw, 3rem);
  }
  .service-flowstep-wrap h3 {
    text-align: center;
  }
  .service-flowstep-wrap p {
    margin-top: 10px;
    text-align: center;
  }
}
/*******************************************
外壁塗装
*******************************************/
/*******************************************
仮説足場共通
*******************************************/
.page-id-19 .mds01::before {
  background-color: #279d31;
}
.page-id-19 .service-flowstep-wrap .flow-step-cont .flowstep-num {
  background-color: #279d31;
}
.page-id-19 .service-faq-wrap .ystdtb-faq-item__label {
  background-color: #279d31 !important;
}

/*******************************************
外壁塗装/仮説足場共通
*******************************************/
/*******************************************
会社概要
*******************************************/
.about-message-wrap p {
  line-height: 200%;
}
.about-message-wrap .ceoname-wrap {
  text-align: right;
  font-size: 12px;
  padding-top: 50px;
}
.about-message-wrap .ceoname-wrap .ceo span {
  font-size: 1.3em;
  margin-left: 0.5em;
}

/*******************************************
セルフサービス・プラン
*******************************************/
.ssp-lead-wrap h2 {
  font-size: clamp(1.125rem, 0.366rem + 2.09vw, 2.25rem);
  padding-bottom: 80px;
}
.ssp-lead-wrap h2 br {
  display: none;
}
.ssp-lead-wrap .ssp-lead-text {
  width: 60%;
  max-width: 870px;
}
.ssp-lead-wrap .ssp-lead-text h3 {
  background-color: #ea1f1f;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 18px;
}

.ssp-naiyo-wrap .mds01::before,
.ssp-flow-wrap .mds01::before,
.ssp-faq-wrap .mds01::before,
.ssp-koe-wrap .mds01::before {
  content: "";
  background-color: #ea1f1f;
}

.ssp-naiyo-wrap .ssp-naiyo-list {
  max-width: 960px;
  margin: 60px auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  overflow: hidden;
  padding: 3em;
  background-color: #fff;
}
.ssp-naiyo-wrap .ssp-naiyo-list p {
  font-weight: bold;
}

.ssp-flow-wrap .ystdb-section__inner {
  max-width: 960px;
  margin: auto;
}
.ssp-flow-wrap .flow-step-cont {
  margin-bottom: 50px;
}
.ssp-flow-wrap .flow-step-cont .flowstep-num {
  display: flex;
  align-self: center;
  background-color: #ea1f1f;
  color: #fff;
  height: 100px;
  width: 100px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  overflow: hidden;
}
.ssp-flow-wrap .flow-step-cont .flowstep-num span {
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(1.5rem, 1.071rem + 2.14vw, 3rem);
}

.ssp-faq-wrap h2.mds01:before {
  background-color: #f7f7f8;
}

.ssp-faq-wrap .ssp-faq-list {
  background-color: #fff;
  padding: 2em;
  max-width: 960px;
  margin: 80px auto;
}
.ssp-faq-wrap .ssp-faq-qa {
  max-width: 960px;
  margin: auto;
}
.ssp-faq-wrap .ssp-faq-q {
  cursor: pointer;
}
.ssp-faq-wrap .ssp-faq-q p {
  font-size: 1.1em;
}
.ssp-faq-wrap .ssp-faq-q span {
  margin-top: -4px;
}
.ssp-faq-wrap .ssp-faq-q:hover {
  transition: 0.3s;
  font-weight: bold;
}
.ssp-koe-wrap .ystdb-section__inner {
  max-width: 960px;
  margin: auto;
}
.ssp-koe-wrap .ssp-koe-image figure {
  border-radius: 50%;
  overflow: hidden;
  width: 250px;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .cont-title-ssp-wrap {
    background-size: 250% !important;
    background-position: right !important;
  }
  .cont-title-ssp-wrap h1 {
    height: auto;
    padding: 0;
    background-color: rgba(235, 235, 235, 0.6352941176);
    width: 12em;
    margin: auto;
  }
  .ssp-lead-wrap {
    background-image: url(https://daiehome.jp/cont/wp-content/uploads/2025/11/ssp-lead-back-sp-min-1.webp) !important;
    background-position: bottom;
  }
  .ssp-lead-wrap h2 {
    padding-bottom: 50px;
    text-align: center;
    font-size: 24px;
    line-height: 150%;
  }
  .ssp-lead-wrap h2 br {
    display: block;
  }
  .ssp-lead-wrap .ssp-lead-text {
    width: 100%;
  }
  .ssp-lead-wrap .ssp-lead-text h3 {
    background-color: #ea1f1f;
    font-size: 16px;
  }
  .ssp-flow-wrap {
    background-size: auto 100vw !important;
    padding-bottom: 280px !important;
  }
  .ssp-flow-wrap h3 {
    text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
  }
  .ssp-flow-wrap p {
    text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
  }
}
/*******************************************
お問い合わせフォーム
*******************************************/
.telnumber-wrap {
  text-align: center;
  padding: 30px;
  background-color: #f7f7f8;
}
.telnumber-wrap p {
  font-weight: 600;
  font-size: 18px;
}
.telnumber-wrap span a {
  font-size: 36px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 5px;
}
.telnumber-wrap ul li {
  list-style-type: none;
}

.contact-mail-wrap .smf-form {
  background-color: #f7f7f8;
  padding: 30px;
}
.contact-mail-wrap .smf-form .smf-item__col {
  padding-bottom: 5px;
}

/*******************************************
施工実績
*******************************************/
.ourworks-template-default .tp-pagetitle {
  padding-top: 36px;
  padding-bottom: 40px;
}
.ourworks-template-default .tp-pagetitle .tp-title {
  font-weight: normal;
  height: auto;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
.ourworks-template-default .tp-pagetitle .tp-title:before {
  display: none;
}

/**********施工実績詳細********/
.single-ourworks .site-main {
  max-width: 960px;
  margin: auto;
}
.single-ourworks .works-image-wrap img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.single-ourworks .taxonomy-link {
  text-align: center;
  display: block;
  border-radius: 25px;
  font-weight: bold;
  background-color: #e6e6e6;
  width: 8em;
  padding: 0.2em;
  margin: 1em auto;
  text-decoration: none;
  transition: 0.3s;
}
.single-ourworks .taxonomy-link:hover {
  background-color: #2a2b8e;
  color: #fff;
}

.ourworks-paging {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.ourworks-paging a {
  transition: 0.3s;
  text-decoration: none;
}

/*******************************************
採用情報
*******************************************/
.saiyo-mds01 {
  font-family: "Noto Sans JP", sans-serif;
}

.saiyo-mds02 {
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.2rem);
  border-bottom: solid 4px #8c8bd6;
  font-family: "Noto Sans JP", sans-serif;
}

.saiyo-mds03 {
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.1rem);
  border-bottom: dotted 3px #939393;
}

.saiyo-table01 tr td:first-child {
  font-weight: bold;
  width: 20%;
}
@media screen and (max-width: 560px) {
  .saiyo-table01 tr td {
    display: block;
    width: 100%;
  }
  .saiyo-table01 tr td:first-child {
    font-weight: bold;
    width: 100%;
    padding-bottom: 0;
  }
  .saiyo-table01 tr td:last-child {
    padding-top: 0;
  }
}

.saiyo-box01 {
  font-weight: bold;
  padding-bottom: 0.3em;
  padding: 0.5em;
  font-size: 1.1em;
}/*# sourceMappingURL=style.css.map */