@charset "utf-8";
/* ==========================
          共通
========================== */
html {
  font-size: 16px;
}
body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  letter-spacing: 0.05em;
}
img {
  width: 100%;
  height: auto;
}
.inner {
  width: min(1216px, 90%);
  margin: 0 auto;
}
.green {
  color: #568136;
}
a:hover {
  opacity: 0.8;
}
.sp {
  display: none !important;
}
.flex {
  display: flex;
}
p {
  line-height: 1.8;
  letter-spacing: 0.02em;
}
h1 {
  font-size: 41px;
}
h2 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
h3 {
  font-size: 24px;
}
/*btn*/
.btn {
  display: block;
  position: relative;
  width: 345px;
  margin: 40px auto 0;
}
.btn::after {
  content: "";
  display: block;
  background: url(../image/top/btn.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 52%;
  right: 12px;
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
}
.btn a {
  color: #fff;
  display: block;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  padding: 12px 25px 13px;
  background: #568136;
  width: 100%;
}
.mb_space {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .btn a {
    padding: 14px 25px 15px;
  }
  h1 {
    font-size: 6.422vw;
  }
  h2 {
    font-size: 1.375rem;
    line-height: 1.7;
  }
  h3 {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .btn::after {
    top: 50%;
  }
}
/* ==========================
          header
========================== */
/*ドロップダウン*/
.has-dropdown {
  margin-left: 2.5em;
}
#mainmenu #submenu, #spmainmenu #submenu {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  width: 225px;
  padding: 6px 0 11px 25px;
  background-color: #faf9f7;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}
#mainmenu #submenu li {
  margin-right: 0;
  height: 40px;
}
#mainmenu #submenu li a::before, #spmainmenu #submenu li a::before {
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #e5a93b;
  position: relative;
}
#mainmenu #submenu li a:hover {
  color: #0a0a0a;
  text-decoration: underline #e5a93b;
}
/* プラスアイコン */
.dropdown-toggle {
  padding-right: 16px;
}
.dropdown-toggle::after {
  content: "∨";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.6s ease;
  font-weight: bold;
  font-size: 12px;
}
.has-dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
  transform-origin: center;
  top: 26%;
}
.kv_bg-F.active {
  background-color: #fff;
  width: 100vw;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 998;
}
#toggle.active {
  top: 10px;
}
.site-title {
  position: fixed;
  top: 36px;
  left: 60px;
  width: 10.3%;
  z-index: 999;
}
.site-title.active {
  top: 18px;
}
.site-title h1 {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* メインメニュー */
#mainmenu {
  position: fixed;
  top: 25px;
  right: 221px;
  z-index: 999;
}
#mainmenu.active {
  top: 14px;
}
#mainmenu ul, #mainmenu li {
  margin: 0;
  padding: 0;
}
#mainmenu ul {
  display: flex;
  align-items: center;
  width: 100%;
}
#mainmenu ul li {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 1.6em;
  transition: 0.3s ease-out;
  height: 50px;
}
#mainmenu ul li a {
  color: #0a0a0a;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.5;
  text-align: center;
}
.has-dropdown ul li a {
  gap: 9px;
}
#mainmenu ul li a:hover {
  color: #e5a93b;
}
/* ヘッダーお問い合わせボタン */
.header_contact {
  position: fixed;
  display: flex;
  width: 166px;
  top: 31px;
  right: 60px;
  z-index: 999;
}
.header_contact.active {
  top: 20px;
}
.header_contact a {
  background-image: url(../image/top/nav_contact.svg);
  background-repeat: no-repeat;
  background-position: 19px 14px;
  background-size: 13%;
  position: relative;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.5;
  border-radius: 40px;
  padding: 7px 18px 7px 47px;
  transition: 0.5s;
}
.header_contact a:hover {
  opacity: 1;
}
.header_contact a::before, .header_contact a::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  transition: 0.3s ease-out;
}
.header_contact a::before {
  border: 2px solid #568136;
}
.header_contact a::after {
  background-color: #568136;
}
.m_txt {
  display: inline-block;
  font-family: "Shippori Antique", sans-serif;
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  margin-top: -11px;
}
#spmainmenu ul li a {
  position: relative;
}
#toggle, #spmainmenu {
  display: none;
}
.sp_cn_txt {
  display: none;
}
#toggle p {
  font-size: 11px;
  font-weight: 600;
  margin-top: 2px;
  margin-left: -3px;
}
.nav_service img {
  width: 13px;
  margin-right: 5px;
  margin-top: 2px;
}
.header_contact-items p {
  display: none;
}
.nav_key:hover .key {
  filter: invert(73%) sepia(43%) saturate(725%) hue-rotate(348deg) brightness(93%) contrast(92%);
}
#header .bl_concept-tel p {
  margin-left: 9px;
}
#header .bl_concept-tel {
  background-color: rgba(86, 129, 54, 0.08);
  border: 0.08rem solid #568136;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1440px) {
  .site-title {
    width: 12.3%;
  }
}
@media only screen and (max-width: 1024px) {
  .kv_bg-F.active {
    height: 70px;
  }
  .sp_cn_txt {
    display: flex;
    justify-content: space-around;
  }
  .sp_cn_txt img {
    width: 26px;
  }
  .pc_cn_txt {
    display: none;
  }
  #mainmenu {
    display: none;
  }
  .header_contact {
    display: block;
    width: 71px;
    height: 40px;
    top: 29px;
    right: 78px;
    z-index: 999;
  }
  .header_contact.active {
    top: 3px;
  }
  .header_contact a {
    height: 100%;
    padding: 0;
  }
  .header_contact a {
    background: none;
  }
  .header_contact a::before {
    border: none;
  }
  .header_contact a::after, .m_txt {
    display: none;
  }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: visible;
    z-index: 990;
    margin: 0;
    transition: all 0.5s ease;
  }
  .site-title-s {
    top: 15px;
    left: 20px;
    position: absolute;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 17px;
    right: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 24px;
    height: 72%;
  }
  .menu-trigger span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: #0a0a0a;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translate(-50%, 4px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translate(-50%, -8px) rotate(45deg);
  }
  #spmainmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110vh;
    z-index: 10;
  }
  .spmainmenubox {
    height: 100vh;
    overflow-y: auto;
    padding: 80px 20px 0;
    background-color: #fff;
    margin: 0 14px;
  }
  #spmainmenu ul li {
    position: relative;
    margin-left: 0;
  }
  #spmainmenu ul li a {
    display: flex;
    align-items: center;
    color: #333;
    line-height: 1.5;
    padding: 28px 0.7em;
    width: 100%;
  }
  .has-dropdown:hover .dropdown-toggle::after {
    transform: rotate(0deg);
    transform-origin: center;
    top: 38%;
  }
  .dropdown-toggle.active::after {
    transform: rotate(180deg) !important;
  }
  .dropdown-toggle::before {
    display: none;
  }
  #spmainmenu ul li::after {
    width: 100%;
    background-color: #fff;
    z-index: 1;
  }
  .en_spm {
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
  }
  #spmainmenu ul.snslist {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }
  #spmainmenu ul.snslist li {
    width: 52px;
    height: 52px;
    margin: 0 10px;
    padding: 0;
  }
  #spmainmenu ul.snslist li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
  }
  #spmainmenu ul.snslist li a img {
    width: 16px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 13px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 19px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 25px;
  }
  #spmainmenu.open {
    display: block;
    background-color: #f2f5f0;
    z-index: 2;
  }
  .site-header .fct01::after {
    content: '';
    width: 21px;
    height: 21px;
    background-color: #fff;
    margin-bottom: 0;
  }
  .site-header .footer_tel {
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
  }
  .site-header .fc01 {
    background-color: #fff;
  }
  .site-header .fct02::after {
    content: '';
    width: 33px;
    height: 26px;
    background-color: #fff;
  }
  .site-header .footer_privacy {
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    margin: 40px auto;
  }
  .site-header .footer_privacy a {
    padding-right: 15px;
    margin: 0 15px 0 0;
  }
  .footer_privacy a::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    content: "";
    background-color: #D0D0D0;
  }
  .site-header .footer_privacy a::after {
    height: 15px;
  }
  .copyright {
    display: inline-block;
  }
  .site-header .f_contact {
    display: block;
    width: 100%;
    height: 92px;
    border: 1px solid #fff;
    border-radius: 46px;
    margin: 0;
  }
  .header_contact-items p {
    display: block;
    color: #333;
    font-size: 11px;
    font-weight: 600;
    margin-top: 3px;
  }
  #spmainmenu #submenu {
    position: unset;
    width: 100%;
    background-color: #faf9f7;
  }
  .menu-spmainmenu-container {
    opacity: 0;
    -webkit-animation: fade_nav 1s ease 0.4s 1 forwards;
    animation: fade_nav 1s ease 0.4s 1 forwards;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  #menu-spmainmenu li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E9E9EF;
    transform: scaleX(0);
    transform-origin: left;
    animation: underlineGrow 0.6s ease forwards;
    animation-delay: 0.8s;
  }
  .has-dropdown::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E9E9EF;
    transform: scaleX(0);
    transform-origin: left;
    animation: underlineGrow 0.6s ease forwards;
    animation-delay: 0.8s;
  }
  #mainmenu #submenu li a::before, #spmainmenu #submenu li a::before {
    width: 30px;
  }
  .dropdown-toggle::after {
    right: 1em;
  }
}
@keyframes fade_nav {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes underlineGrow {
  to {
    transform: scaleX(1);
  }
}
@media only screen and (max-width: 767px) {
  .site-title {
    width: 35%;
    top: 27px;
    left: 20px;
  }
  .site-title.active {
    top: 20px;
  }
  .header_contact.active {
    top: 22px;
  }
  #toggle p {
    color: #0a0a0a;
    letter-spacing: 0.2em;
    margin-top: 1px;
    margin-left: -6px;
  }
}
/* ==========================
          kv
========================== */
.top-kv-inner {
  height: calc(100% - 66.66667vw - 40px);
  padding: 0 10px;
}
.top-kv-tit {
  text-align: center;
  color: #222;
  height: calc(100vh - -1px - (426.67 / 700) * 100vh - 60px);
  display: flex;
  justify-content: end;
  flex-flow: column;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}
.top-kv-tit-ja {
  font-weight: 400;
  font-size: 0;
  height: 30px;
}
.top-kv-tit-ja .oh {
  display: inline-block;
}
.ja {
  opacity: 0;
  font-size: 40px;
  line-height: .252em;
  display: inline-block;
  transform: translateX(30px);
  transform-origin: left;
  backface-visibility: hidden;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform, opacity;
}
.ja.show {
  transform: translate(0px, 0px);
  opacity: 1;
}
.top-kv-photo {
  width: 100%;
  overflow: hidden;
  margin-top: 5.82vw;
}
@media (max-width: 1023px) {
  #kv {
    position: relative;
    top: 12vw;
    height: calc(100% - 56px);
  }
  .page .top-kv-tit, .archive .top-kv-tit, .blog .top-kv-tit {
    height: calc(100vh - -1px - (506.67 / 700) * 100vh - 0px);
    justify-content: center;
    line-height: 1.4;
  }
  .top-kv-photo {
    width: 100%;
    margin-top: -5vw;
  }
  .page .top-kv-photo img, .archive .top-kv-photo img, .blog .top-kv-photo img {
    width: 280%;
    object-fit: cover;
    transform: translateX(-30%);
  }
  .page-id-53 .top-kv-photo img {
    transform: translateX(-21%);
  }
  .page-id-48 .top-kv-photo img {
    transform: translateX(-32%);
  }
  .post-type-archive-example_post .top-kv-photo img {
    transform: translateX(-47%);
  }
  .archive .top-kv-photo img, .blog .top-kv-photo img {
    transform: translateX(-32.5%);
  }
  .home .top-kv-photo img {
    width: 230%;
    object-fit: cover;
    transform: translateX(-30%);
  }
  .ja {
    font-size: 28px;
  }
}
/* ==========================
         news
========================== */
/*section*/
.page-guide {
  position: relative;
  padding: 7.5rem 0 10rem;
}
/*title*/
.front-news .front-ttl {
  width: 18.125rem;
}
.front-news .front-ttl .roma {
  font-family: "Roboto", system-ui;
  color: #dda118;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}
.front-news .front-ttl h2 {
  width: 7.7rem;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
.front-news .front-ttl h2 span {
  display: block;
  margin-top: -3px;
}
.front-news .front-ttl h2 span + span {
  text-align: right;
}
.block_btn .btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 5.75rem;
  margin-top: 0;
}
.block_btn .btn img {
  width: 8px;
  margin-top: 2px;
}
/*text-cotent*/
.front-news .news-wrap {
  width: calc(100% - 18.125rem);
}
.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}
/*ru-p*/
.news-list .news-items {
  position: relative;
  border-bottom: 0.125rem solid #e6e6e6;
  align-items: center;
  padding: 1.5rem 0;
}
.news-list .news-items:first-child {
  border-top: 0.125rem solid #e6e6e6;
}
.news-list .news-items a {
  display: flex;
  align-items: center;
  width: 100%;
}
.news-list .news-items dt {
  align-items: center;
  padding: 0 1.25rem;
}
.news-list .news-items .date {
  font-family: "Roboto", system-ui;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.news-list .news-items .cat a {
  display: block;
  min-width: 5rem;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  padding: 0.375rem;
  border-radius: 3.125rem;
}
.news-list .news-items::after {
  content: '';
  background: url(../image/top/btn_green.svg) center no-repeat;
  width: 1.125rem;
  height: 0.625rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block_btn li {
  display: inline-block;
  width: 100%;
  max-width: 7.3rem;
}
.news_cat {
  color: #fff;
  font-size: 14px;
  background-color: #e5a93b;
  width: 94px;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  padding: 3px 0 5px;
  margin-right: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .news-items dd {
    font-weight: 300;
  }
}
/*-----sp_btn-----*/
.sp_btn {
  display: none;
}
@media only screen and (max-width: 1181px) {
  .front-news {
    padding: 8rem 0 6rem 0;
  }
  .front-news .front-ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .front-news .front-ttl .roma {
    font-size: 1.125rem;
    margin-bottom: 0.65rem;
  }
  .front-news .front-ttl h2 {
    font-size: 24px;
    width: 100%;
  }
  .front-news .front-ttl h2 span + span {
    text-align: center;
  }
  .front-ttl .pc {
    display: none;
  }
  .front-news .block_btn {
    width: 100%;
    text-align: center;
  }
  .block_btn .btn {
    font-size: 0.9375rem;
  }
  .front-news .news-wrap {
    width: 100%;
  }
  .news-wrap .jstabs .js-tab-btn {
    width: 34%;
    font-size: 1rem;
    padding: .4rem 0;
  }
  .news-list .news-items {
    border-bottom: 0.08rem solid #e6e6e6;
    padding: 1.25rem 0;
  }
  .news-list .news-items:first-child {
    border-top: 0.08rem solid #e6e6e6;
  }
  .news-list .news-items dt {
    padding: 0;
    margin-bottom: 0.675rem;
  }
  .news-list .news-items .news_cat {
    width: 74px;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 0 4px;
    margin-bottom: 0.675rem;
  }
  .news-list .news-items dd:nth-child(3) {
    width: 100%;
  }
  .news-list .news-items .date {
    margin-right: 0.875rem;
  }
  .news-list .news-items .cat a {
    min-width: 4rem;
    font-size: 0.675rem;
    padding: 0.25rem 0.375rem;
  }
  .news-list .news-items dd {
    font-size: 1rem;
  }
  .news-list .news-items::after {
    width: 0.9375rem;
    height: 0.5rem;
  }
  .sp_btn {
    display: block;
    width: 80%;
    margin: 40px auto 0;
  }
  .sp_btn a {
    color: #fff;
    display: block;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    padding: 14px 25px 15px;
    background: #e5a93b;
    width: 100%;
  }
  .sp_btn a::after {
    content: "";
    display: block;
    background: url(../image/top/btn.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
  }
}
/* ==========================
         有料会員
========================== */
.member_text-items h2 img {
  width: 23px;
  margin-right: 7px;
  margin-bottom: 2px;
}
.member_text-items p {
  justify-content: center;
  text-align: center;
  line-height: 2.2;
  margin-top: 40px;
}
.member_text-items {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 20px;
}
.member_text-items h2 {
  font-weight: 600;
}
.member_bg {
  background: url("../image/top/member_bg.jpg") no-repeat;
  background-size: cover;
  padding: 82px 0 67px;
}
@media only screen and (max-width: 767px) {
  .btn {
    width: 80%;
  }
  .member_bg {
    padding: 5rem 0;
    background-position: right;
    background-position: 66% 0;
    background-size: 577%;
  }
  .member_text-items {
    width: 96%;
    padding: 2rem 5px;
  }
  .member_text-items h2 img {
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 6px;
  }
  .member_text-items p {
    font-size: 15px;
    margin-top: 30px;
  }
}
/* ==========================
        サービス紹介
========================== */
.service_title {
  margin: 100px 0;
}
.service_list-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service_list-items a:hover {
  opacity: 1;
}
.service_list {
  width: calc(100% / 3);
  overflow: hidden;
}
.top_btn {
  color: #fff;
  position: relative;
  display: block;
  padding: 15.9rem 0 15.9rem;
}
.top_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.li01 .top_btn::before {
  background-image: url(../image/top/service_01.jpg);
  transition: transform .7s, -webkit-transform .7s;
}
.li02 .top_btn::before {
  background-image: url(../image/top/service_02.jpg);
  transition: transform .7s, -webkit-transform .7s;
}
.li03 .top_btn::before {
  background-image: url(../image/top/service_03.jpg);
  transition: transform .7s, -webkit-transform .7s;
}
.service_list:hover .top_btn::before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.service_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.service_inner h2 {
  font-weight: 600;
}
.service_btn {
  color: #568136;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: #fff;
  padding: 13px 17px 11px 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.service_btn::after {
  content: "";
  display: block;
  background: url(../image/top/btn_green.svg) no-repeat;
  width: 12px;
  height: 11px;
  margin-top: 2px;
}
.li03 .text {
  white-space: nowrap;
}
@media only screen and (max-width:1240px) {
  .service_list {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
  }
  .service_title {
    margin: 5rem 0;
  }
  .top_btn {
    padding: 9.9rem 0 9.9rem;
  }
  .service_btn {
    padding: 9px 7px 9px 26px;
  }
}
/* ==========================
        サービス紹介
========================== */
#example .inner {
  width: min(1216px, 96%);
}
#example {
  background-color: #f5f7fa;
  padding: 163px 0;
}
.example_title {
  padding-bottom: 100px;
}
.example_list {
  justify-content: space-between;
  flex-wrap: wrap;
}
.example_list a {
  display: block;
  background-color: #fff;
  width: 576px;
  padding: 16px;
  position: relative;
}
.example_list a:nth-child(3), .example_list a:nth-child(4) {
  margin-top: 68px;
}
.example_list h3 {
  margin: 16px 0 0;
}
.home .example_list h3 {
  margin: 22px 0 14px;
}
.example_list .text {
  line-height: 2.13;
  margin-bottom: 41px;
}
.home .example_cat {
  position: absolute;
  bottom: 16px;
}
.example_cat ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
.example_cat ul li {
  color: #fff;
  background-color: #e5a93b;
  padding: 3px 11px 4px;
}
.my-custom-img {
  width: 100%;
  height: 293px;
  object-fit: cover;
}
.example_btn {
  width: min(600px, 83%);
  margin: 90px auto 0;
}
.example_btn a {
  color: #568136;
  background: #f5f7fa;
  border: 1px solid #568136;
}
.example_btn::after {
  background: url("../image/top/btn_green.svg") no-repeat;
}
.example_btn a:hover {
  color: #fff;
  background: #568136;
}
.example_btn:hover::after {
  background: url("../image/top/btn.svg") no-repeat;
}
@media only screen and (max-width:768px) {
  #example {
    padding: 5rem 0;
  }
  .example_list a {
    width: 100%;
    margin-top: 20px;
  }
  .example_list a:nth-child(2), .example_list a:nth-child(3), .example_list a:nth-child(4) {
    margin-top: 20px;
  }
  .example_title {
    padding-bottom: 3rem;
  }
  .home .example_list h3 {
    margin: 12px 0 10px;
  }
  .example_list h3 {
    margin: 8px 0 10px;
  }
  .example_cat ul {
    margin-top: 30px;
  }
  .example_list .text {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 2;
  }
  .example_btn {
    margin: 60px auto 0;
  }
}
/* ==========================
      マイホームについて
========================== */
.about_title {
  margin: 163px 0 100px;
}
.about_items {
  position: relative;
  overflow: hidden;
  width: min(581px, 48%);
}
.about_items:hover {
  opacity: 1;
}
.about_img {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 220px;
}
.about_items .img {
  transition: transform .7s, -webkit-transform .7s;
}
.about_items:hover .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.about_items h2 {
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width:768px) {
  .about_items {
    width: 100%;
  }
  .about_img {
    gap: 20px;
  }
  .about_title {
    margin: 5rem 0;
  }
  .about_img {
    margin-bottom: 0;
  }
}
/* ==========================
      　お問い合わせ
========================== */
#contact .contact_bg {
  background: url(../image/top/contact_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 115px 0;
}
#contact h2 {
  color: #fff;
}
#contact .text {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-top: 26px;
}
#contact ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: min(902px, 100%);
  margin: 60px auto 0;
}
.contact_tel-items {
  width: 436px;
  height: 85px;
  flex-direction: column;
  align-items: center;
  border: 1px solid #568136;
  background-color: #fff;
  padding: 10px 0;
}
.contact_tel-items a:hover {
  opacity: 0.7;
}
.contact_tel {
  display: flex;
  align-items: center;
}
.contact_tel span {
  color: #568136;
  font-size: 30px;
  font-weight: 500;
}
.contact_tel img {
  width: 28px;
  margin-right: 5px;
  margin-bottom: -1px;
}
.contact_tel-items p {
  color: #568136;
  margin-left: 48px;
}
.abou_btn {
  width: 436px;
  margin: 0;
}
.abou_btn a {
  font-size: 24px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abou_btn a img {
  width: 27px;
  margin-top: 3px;
  margin-right: 7px;
}
@media only screen and (max-width:768px) {
  .contact_tel-items, .abou_btn {
    width: 100%;
  }
  #contact .text {
    font-size: 1.1rem;
  }
  #contact ul {
    margin: 30px auto;
    gap: 10px;
  }
  #contact ul li {
    width: 96%;
    margin: 0 auto;
  }
  #contact .contact_bg {
    padding: 4rem 0 3.8rem;
  }
  .contact_tel-items {
    padding: 14px 0 8px;
  }
  .contact_tel-items p {
    font-size: 0.8rem;
    margin-top: -4px;
    margin-left: 0;
  }
  .contact_tel-items a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* ==========================
      　　　footer
========================== */
#footer {
  background-color: #f9f5e7;
}
.footer_items {
  justify-content: space-between;
  padding-top: 140px;
}
.logo_img {
  width: 235px;
}
.footer_items ul {
  margin-top: 20px;
}
.footer_items ul span:first-child {
  width: 110px;
}
.footer_items ul li {
  margin-bottom: 12px;
}
.footer_items ul li:last-child {
  margin-bottom: 0;
}
.footer_items ul li a:hover {
  color: #e5a93b;
  opacity: 1;
}
.footer_b {
  width: 54%;
}
.foot_nav--list {
  justify-content: end;
}
.flex-col3 > * {
  margin-right: 60px;
  margin-bottom: 2%;
}
.foot_nav--sub_list li a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  margin-left: 20px;
}
.foot_nav--sub_list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 2px;
  background-color: #333;
}
.footer_icon:hover::before {
  background-color: #e5a93b;
}
.footer_member img {
  width: 12px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.footer_member-key:hover .key {
  filter: invert(73%) sepia(43%) saturate(725%) hue-rotate(348deg) brightness(93%) contrast(92%);
}
.footer_c {
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 120px;
}
.sp_375 {
  display: none;
}
.qa_space {
  margin-left: -4px;
}
.footer_a-span {
  font-size: 13px;
}
@media only screen and (max-width:768px) {
  #footer {
    padding-top: 32px;
  }
  .footer_items {
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .footer_b {
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
    margin-top: 40px;
  }
  .foot_nav--list {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex-col3 > * {
    margin-right: 10px;
    margin-bottom: 2%;
  }
  .foot_nav--list ul:nth-child(1) {
    width: 63%;
  }
  .foot_nav--list ul:nth-child(2) {
    width: 30%;
  }
  .foot_nav--list ul:nth-child(3) {
    width: 100%;
  }
  .footer_b .foot_nav--list .foot_nav--sub_list {
    width: 100%;
  }
  .footer_c {
    margin-top: 0px;
  }
  .logo_img {
    width: 223px;
  }
  .footer_member img {
    margin-bottom: 0px;
  }
  #footer .footer_a .footer_a-span {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width:375px) {
  .sp_375 {
    display: block;
  }
}
/* ==========================
          共通
========================== */
.bl_inner {
  width: min(960px, 90%);
  margin: 0 auto;
}
.page-id-42 .bl_inner {
  width: min(960px, 100%);
  margin: 0 auto;
}
/*ページネーション*/
.breadcrumb {
  font-size: 12px;
  text-align: end;
  margin: 18px 0 120px;
}
.page #contact h2::after {
  display: none;
}
.page h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #e5a93b;
  margin: 23px auto 0;
}
.page #top h2::after {
  display: none;
}
.space {
  margin-top: 120px;
}
.m_space {
  margin-top: 70px;
}
.l_space {
  margin-top: 160px;
}
.text span {
  display: block;
  margin-top: 30px;
}
.bl_box {
  justify-content: space-between;
  gap: 39px;
}
.bl_box .img {
  width: 455px;
}
.bl_box .text {
  flex: 1;
}
.page-id-42 #contact, .post-type-archive-example_post #contact, .tax-example_cat #contact {
  margin-top: 0 !important;
}
.page #contact, .archive #contact, .blog #contact, .single #contact {
  margin-top: 130px;
}
.flex_direction {
  flex-direction: row-reverse;
}
.bl_bg {
  background-color: #f5f7fa;
  padding: 120px 0;
}
@media only screen and (max-width:768px) {
  .bl_box {
    flex-direction: column;
    gap: 20px;
  }
  .page h2::after {
    width: 50px;
    margin: 18px auto 0;
  }
  .m_space {
    margin-top: 40px;
  }
  .breadcrumb {
    margin: 18px 0 120px;
  }
  .bl_box .img {
    width: 100%;
  }
  .bl_box .text {
    width: 100%;
    margin: auto;
  }
  .page-id-42 .bl_box .text {
    width: 90%;
  }
  .space {
    margin-top: 100px;
  }
  .l_space {
    margin-top: 140px;
  }
  .bl_bg {
    padding: 100px 0;
  }
  .page #contact, .archive #contact, .blog #contact, .single #contact {
    margin-top: 5rem;
  }
}
/* ==========================
          太陽光
========================== */
.title-span {
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  transition: color 0ms 0.5s;
  width: max-content;
  padding: 3px 18px 6px 20px;
  margin: auto;
  opacity: 0;
}
.title-span::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background-color: #1573e6;
  z-index: -1;
}
.title-span.active {
  opacity: 1;
}
.title-span.active::after {
  animation: lineAnime 1s forwards;
}
.page .bl_recommend::after {
  display: none;
}
.bl_recommend-text {
  font-size: 20px;
  line-height: 2.3;
  text-align: center;
  margin-top: 60px;
}
.bl_recommend-img {
  margin-top: 74px;
}
@keyframes lineAnime {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* solid017 */
.button_solid017 {
  margin-top: 50px;
}
.button_solid017 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 470px;
  padding: 24px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-size: 28px;
  font-weight: 600;
  background: #eb9f29;
  border-radius: 50px;
  border: 0.2rem solid #eb9f29;
  box-shadow: 0.2rem 0.2rem 0px 0.1rem #9f6d24;
}
.button_solid017 a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.button_solid017 a:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.bl_ctbtn {
  width: min(1080px, 90%);
  background: url(../image/solar-battery/bg.png) no-repeat;
  background-size: 26%;
  background-position: right bottom;
  padding: 82px 0 120px;
  margin: auto;
}
.page-id-48 .bl_ctbtn {
  background: none;
  padding: 96px 0 0;
}
@media only screen and (max-width:768px) {
  .title-span {
    padding: 3px 7px 6px 7px;
  }
  .bl_recommend-sp {
    margin-top: 11px;
  }
  .bl_recommend-text {
    font-size: 18px;
    line-height: 2;
    margin-top: 60px;
  }
  .bl_ctbtn {
    background-size: 60%;
    padding: 82px 0 55vw;
  }
  .bl_recommend-text-sp {
    display: block;
    margin-top: 30px;
  }
}
/* ==========================
          会社概要
========================== */
.bl_box-greeting span {
  margin-top: 43px;
}
.bl_box-greeting .text {
  text-align: center;
  line-height: 2;
}
.bl_about-list .box {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  z-index: 10;
}
.bl_about-list .box p {
  padding: 40px;
}
.bl_about-list .box p:nth-child(1) {
  font-weight: 500;
  padding-left: 6px;
  width: 166px;
}
.bl_about-list .box p:nth-child(2) {
  flex: 1;
}
.bl_map {
  margin-top: 60px;
}
@media only screen and (max-width:768px) {
  .bl_about-list .box {
    flex-direction: column;
  }
  .bl_about-list .box p {
    padding: 20px;
  }
  .bl_about-list .box p:nth-child(1) {
    padding-bottom: 0;
  }
  .bl_about-list .box p:nth-child(2) {
    padding-top: 10px;
  }
  .bl_box-greeting span {
    margin-top: 30px;
  }
}
.bl_about-list .sp {
  display: none !important;
}
@media only screen and (max-width:375px) {
  .bl_about-list .pc {
    display: none !important;
  }
  .bl_about-list .sp {
    display: block !important;
  }
}
/* ==========================
         有料会員ページ
========================== */
.bl_box .text h3 {
  font-weight: 500;
  padding: 44px 0 36px;
}
.bl_box .text .bl_membership-point {
  color: #e5a93b;
  font-family: "EB Garamond", serif;
  font-size: 28px;
  font-weight: 400;
  margin-top: 0;
}
.page-id-46 .bl_box .img {
  width: 380px;
}
.page-id-46 .bl_box .text {
  flex: none;
}
.bl_membership-flow {
  margin-top: 260px;
}
.bl_membership-flow-list {
  width: min(940px, 100%);
  justify-content: space-between;
  margin: auto;
}
.bl_membership-flow-list li {
  position: relative;
}
.bl_membership-flow-list li::before, .bl_membership-flow-list li::after {
  content: "";
  position: absolute;
  top: 48%;
  right: -65px;
  width: 14.3px;
  height: 5px;
  border-radius: 9999px;
  background-color: #e5a93b;
  transform-origin: calc(100% - 2.5px) 50%;
}
.bl_membership-flow-list li:nth-child(3)::before, .bl_membership-flow-list li:nth-child(3)::after {
  display: none;
}
.bl_membership-flow-list li::before {
  transform: rotate(39.1deg);
}
.bl_membership-flow-list li::after {
  transform: rotate(-39.1deg);
}
.bl_membership-flow h2 {
  position: relative;
  font-weight: 400;
}
.bl_membership-flow h2::after {
  width: 50px;
  margin: 0;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.bl_membership-flow dt {
  position: relative;
  width: 216px;
  height: 216px;
  background-color: #f5f7fa;
  margin: auto;
}
.bl_membership-flow dt img {
  position: absolute;
  width: 90px;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bl_membership-flow dt::after {
  content: "1";
  display: block;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 42px;
  font-weight: 100;
  text-align: center;
  width: 55px;
  height: 55px;
  background-color: #e5a93b;
  border-radius: 50%;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
}
.bl_membership-flow li:nth-child(2) img {
  width: 93px;
  top: 50%;
}
.bl_membership-flow li:nth-child(2) dt::after {
  content: "2";
}
.bl_membership-flow li:nth-child(3) img {
  width: 100px;
  top: 51%;
}
.bl_membership-flow li:nth-child(3) dt::after {
  content: "3";
}
.bl_membership-flow dd h4 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 35px 0 26px;
}
.bl_membership-flow dd {
  text-align: center;
  line-height: 1.7;
}
.bl_membership-flow-btn {
  width: min(443px, 100%);
  margin: 130px auto 0;
}
.bl_btn_text {
  font-size: 14px;
  width: min(443px, 100%);
  padding: 16px 14px 28px;
  margin: 0 auto;
  background-color: #f1f1f1;
}
.bl_btn_text p {
  text-align: center;
  margin-bottom: 6px;
}
.bl_btn_text ul {
  line-height: 1.7;
}
@media only screen and (max-width:960px) {
  .bl_membership-flow-list li::before, .bl_membership-flow-list li::after {
    width: 5px;
    height: 14.3px;
    top: 108%;
    bottom: 0;
    left: calc(50% - 2.5px);
    transform-origin: 50% calc(100% - 2.5px);
  }
  .bl_membership-flow-list {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: auto;
  }
  .bl_membership-flow-list li:nth-child(2), .bl_membership-flow-list li:nth-child(3) {
    margin-top: 120px;
  }
  .bl_btn_text {
    padding: 16px 14px 16px;
    margin-top: 20px;
  }
}
@media only screen and (max-width:768px) {
  .page-id-46 .bl_box .img {
    width: 100%;
  }
  .bl_box .text h3 {
    padding: 18px 0 14px;
  }
  .bl_box .text .bl_membership-point {
    font-size: 24px;
  }
  .bl_membership-flow {
    margin-top: 160px;
  }
  .bl_membership-flow dd h4 {
    margin: 20px 0 14px;
  }
  .bl_membership-flow h2::after {
    width: 40px;
    top: -40px;
  }
  .bl_membership-flow .space {
    margin-top: 90px;
  }
  .bl_membership-flow-btn {
    margin: 100px auto 0;
  }
}
/* ==========================
        リフォーム
========================== */
.bl_reform-list {
  justify-content: space-between;
}
.bl_reform-list .box {
  border: 2px solid #568136;
  border-radius: 16px;
}
.bl_reform-list .box-a {
  width: 360px;
}
.bl_reform-list .box-b {
  width: 428px;
}
.bl_reform-list .box-c {
  width: 360px;
}
.bl_reform-list .box p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  background: #568136;
  border-radius: 12px 12px 0 0;
  padding: 12px 0;
}
.bl_reform-list .box .img {
  padding: 32px 0;
  margin: auto;
}
.bl_reform-list .box .img {
  width: 153px;
}
.bl_reform-list .box-b .img {
  width: 155px;
  padding: 19px 0 32px;
}
.bl_reform-list .box-c .img {
  width: 158px;
}
.bl_reform-list .box ul {
  width: 78%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.bl_reform-list .box-b ul {
  width: 89%;
}
.bl_reform-list .box-c ul {
  width: 94%;
}
.bl_reform-list .box ul li {
  font-size: 18px;
  font-weight: 500;
  width: calc(100% / 2);
  padding-left: 18px;
  position: relative;
}
.bl_reform-list .box-c ul li:nth-child(2), .bl_reform-list .box-c ul li:nth-child(4) {
  width: calc(71% / 2);
}
.bl_reform-list .box ul li::before {
  content: "●";
  color: #568136;
  display: block;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.bl_reform-list .box ul li:nth-child(3), .bl_reform-list .box ul li:nth-child(4) {
  margin: 10px 0 18px;
}
.bl_reform-list .box-b ul li:nth-child(3)::before, .bl_reform-list .box-b ul li:nth-child(4)::before {
  top: 26%;
}
.bl_reform-inner {
  width: min(832px, 90%);
  margin: 0 auto;
}
.bl_reform-request {
  margin-top: 85px;
}
.bl_reform-request .flex {
  justify-content: center;
  align-items: center;
}
.bl_reform-request p {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.bl_reform-request img {
  width: 353px;
}
.bl_reform-bg {
  position: relative;
  padding: 180px 0 120px;
}
.bl_reform-bg::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border: 5.3em solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bl_reform-list-features .text span {
  display: inline-block;
  margin-top: 0;
}
.bl_reform-list-features .text .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 26px;
}
.bl_reform-list-features .flex {
  align-items: flex-start;
  margin-top: 40px;
}
.bl_reform-list-features .flex:nth-child(1) {
  margin-top: 0;
}
.bl_reform-list-features .bl_box .img {
  width: 391px;
}
.bl_reform-list-features p {
  display: inline-block;
}
.marker::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #ffe224;
  margin-top: -12px;
}
.bl_introduction .example_list {
  flex-wrap: nowrap;
}
.bl_introduction .example_list a {
  width: 393px;
  padding: 12px 10px;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.05);
}
.bl_introduction .my-custom-img {
  height: 200px;
}
.bl_introduction .example_list a:nth-child(3), .bl_introduction .example_list a:nth-child(4) {
  margin-top: 0;
}
.bl_introduction .example_list h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 43px;
}
.bl_introduction .example_cat ul {
  margin-top: 20px;
}
.bl_introduction .example_cat ul li {
  font-size: 14px;
}
.bl_introduction .btn {
  width: 379px;
  margin: 90px auto 0;
}
.bl_introduction .btn a {
  padding: 14px 25px 15px;
}
@media only screen and (max-width:1216px) {
  .bl_reform-list {
    flex-direction: column;
  }
  .bl_reform-list .box {
    width: 100%;
    margin-top: 40px;
  }
  .bl_reform-list .box ul li {
    margin: 10px 0 18px;
  }
  .bl_reform-list .box ul li, .bl_reform-list .box-c ul li:nth-child(2), .bl_reform-list .box-c ul li:nth-child(4) {
    width: auto;
  }
  .bl_reform-list .box ul {
    gap: 20px;
  }
}
@media only screen and (max-width:768px) {
  .bl_reform-list .box ul li {
    margin: 0;
  }
  .bl_reform-list .box ul {
    width: 277px;
    gap: 0;
  }
  .bl_reform-list .box ul li {
    width: calc(100% / 2);
  }
  .bl_reform-list .box-b ul {
    width: min(376px, 100%);
  }
  .bl_reform-list .box-c ul {
    width: min(336px, 100%);
    margin-left: auto;
  }
  .bl_reform-list .box-b ul li:nth-child(1), .bl_reform-list .box-b ul li:nth-child(3) {
    width: calc(90% / 2);
  }
  .bl_reform-list .box-c ul li:nth-child(2), .bl_reform-list .box-c ul li:nth-child(4) {
    width: calc(70% / 2);
  }
  .bl_reform-list .box:nth-child(1) {
    margin-top: 0;
  }
  .bl_reform-request .flex {
    flex-direction: column;
  }
  .bl_reform-request p {
    font-size: 5.376vw;
  }
  .bl_reform-request img {
    width: 46%;
  }
  .bl_reform-request {
    width: 100%;
    margin-top: 65px;
  }
  .bl_reform-request .img {
    text-align: end;
    margin-top: 10px;
  }
  .bl_reform-bg::before {
    border: 4.3em solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
  }
  .bl_reform-bg {
    padding: 120px 0 120px;
  }
  .bl_reform-list-features .text .title {
    margin-bottom: 20px;
  }
  .bl_reform-list-features .bl_box .img {
    width: 100%;
  }
  .bl_introduction .example_list {
    flex-direction: column;
  }
  .bl_introduction .bl_section .example_list a {
    width: 100%;
    margin-top: 40px;
  }
  .bl_introduction .bl_section .example_list a:nth-child(1) {
    margin-top: 0;
  }
  .bl_reform-list-features .flex {
    margin-top: 80px;
  }
  .marker::after {
    height: 6px;
    margin-top: -9px;
  }
  .bl_introduction .bl_section {
    margin-top: 100px;
  }
  .page-id-42 .bl_introduction .bl_section {
    margin-top: 0;
  }
  .bl_introduction .btn {
    width: 100%;
    margin: 50px auto 0;
  }
}
/* ==========================
           風家
========================== */
.bl_fuya-sec-a .text {
  text-align: center;
  line-height: 2;
}
.bl_fuya-sec-a-img {
  justify-content: center;
  gap: 12px;
}
.bl_fuya-sec-a .bl_box .img {
  width: 100%;
}
.bl_fuya-features {
  margin-top: 140px;
}
.bl_fuya-features .bl_box .img {
  width: 200px;
}
.bl_fuya-features .bl_box .text .bl_membership-point {
  font-size: 15px;
  font-weight: 600;
}
.bl_fuya-features .bl_box .text h3 {
  font-size: 20px;
  padding: 16px 0 24px;
}
.bl_fuya-features .bl_box {
  justify-content: space-between;
  gap: 30px;
}
.bl_fuya-features-items {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.sec-c_h3 {
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 22px;
}
.sec-c-items .bl_box .img .sec-c_h3 {
  justify-content: center;
  flex-direction: revert;
}
.sec-c_h3 span {
  font-size: 26px;
  font-weight: 300;
  padding: 0 12px 3px;
}
.sec-c-items .text {
  margin-top: 20px;
}
.sec-c-items .bl_box {
  width: 465px;
}
.sec-c-items .bl_box .img {
  width: 100%;
}
.sec-c-items .flex {
  justify-content: space-between;
}
.text_features h4 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.text_features h4::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 110px;
  transform: translateX(-50%);
}
.text_features h4::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateX(-50%);
}
.text_features {
  border: 1px solid #e6e6e6;
  padding: 14px 6px 20px;
  margin-top: 30px;
}
.text_features ul {
  font-size: 14px;
  font-weight: 500;
  flex-wrap: wrap;
  margin-top: 8px;
}
.text_features ul li {
  width: calc(100% / 2);
  margin-top: 18px;
}
.sec-d-text .text {
  text-align: center;
  line-height: 2;
}
.sec-d-items .flex {
  gap: 6px;
}
.sec-d-items ul li {
  width: 236px;
  background-color: #fff;
  padding: 20px;
}
.sec-d-items span {
  color: #e5a93b;
  font-family: "EB Garamond", serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  display: block;
}
.sec-d-items span::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #e5a93b;
  margin: 10px auto 0;
}
.sec-d-items .img {
  width: 65px;
  height: 58px;
  margin: 26px auto 18px;
}
.sec-d-items ul li:nth-child(1) .img {
  width: 40px;
}
.sec-d-items h3 {
  color: #e5a93b;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.sec-d-items p {
  font-size: 14px;
  margin-top: 14px;
}
.sec-f-items .bl_box {
  gap: 27px;
}
.sec-f-items .sec-c_h3 {
  text-align: left;
  margin-left: -14px;
}
.sec-f-items p {
  margin-top: -6px;
}
.bl_size-list span, .sec-g-items span {
  display: inline-flex;
  justify-content: center;
  margin-top: 0;
}
.bl_size-list .title {
  width: 140px;
  justify-content: flex-start;
}
.bl_size-list .colon {
  width: 30px;
}
.sec-g-items .title {
  width: 125px;
  justify-content: flex-start;
  margin-left: 3px;
}
.sec-g-items .size {
  width: 100px;
}
.sec-g-items .en {
  width: 78px;
}
.sec-g-items .type {
  width: 84px;
  justify-content: end;
}
.sec-g-items .flex {
  align-items: center;
  justify-content: space-between;
}
.sec-g-items .img {
  width: 272px;
}
.bl_inner-g {
  width: min(658px, 90%);
  margin: 0 auto;
}
.sec-g-items .attention {
  margin-top: 22px;
  margin-left: 8px;
}
@media only screen and (max-width:1040px) {
  .sec-c-items .flex {
    flex-direction: column;
  }
  .sec-c-items .bl_box {
    width: 100%;
    margin-top: 60px;
  }
  .sec-c-items .m_space {
    margin-top: 0;
  }
  .text_features {
    padding: 20px 6px 26px;
  }
  .text_features .flex {
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
  }
  .text_features ul li {
    width: auto;
  }
}
@media only screen and (max-width:960px) {
  .sec-d-items .flex {
    flex-direction: column;
    gap: 10px;
  }
  .sec-d-items ul li {
    width: 100%;
    padding: 18px 20px 30px;
  }
  .sec-g-items .flex {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
@media only screen and (max-width:768px) {
  .bl_fuya-sec-a-img {
    flex-direction: column-reverse;
    margin-top: 60px;
    gap: 20px;
  }
  .bl_fuya-features {
    padding: 70px 0;
    margin-top: 90px;
  }
  .bl_fuya-features .bl_box .img {
    display: none;
  }
  .bl_fuya-features .bl_box .text h3 {
    padding: 8px 0 26px;
  }
  .text_features h4::before {
    left: 18%;
  }
  .text_features h4::after {
    right: 9%;
  }
  .text_features ul li {
    width: 90%;
    margin-top: 10px;
  }
}
@media only screen and (max-width:375px) {
  .text_features h4::before {
    left: 10%;
  }
  .text_features h4::after {
    right: -4px;
  }
  .text_features ul li {
    width: 94%;
  }
}
/* ==========================
    　　よくある質問
========================== */
.page-id-58 .bl_bg, .post-type-archive-example_post .bl_bg, .tax-example_cat .bl_bg {
  padding: 0;
  position: relative;
}
.page-id-58 .breadcrumb, .post-type-archive-example_post .breadcrumb, .tax-example_cat .breadcrumb {
  margin: 0;
  padding: 18px 0 120px;
}
.faq-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
}
.faq-section__title {
  font-size: 24px;
  margin-bottom: 32px;
}
.faq-list__item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 6px 10px 12px rgba(40, 47, 60, 0.05);
  margin-bottom: 22px;
  cursor: pointer;
  transition: 0.4s ease;
}
.faq__question, .faq__answer {
  padding: 20px 40px 20px 24px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.faq__icon {
  width: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}
.faq__text {
  flex: 1;
  line-height: 1.8;
  margin-top: -2px;
}
.faq__title {
  color: #568136;
  font-weight: 700;
}
.faq__text-flex {
  display: flex;
  justify-content: space-between;
  margin-top: -7px;
}
.faq__text-flex p {
  width: 80%;
}
.faq__text-flex .img {
  width: 138px;
}
.faq__text a {
  color: #568136;
  text-decoration: none;
  transition: 0.4s ease;
}
.faq__toggle {
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.faq__toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: #568136;
  transition: 0.4s ease;
}
.faq__toggle span:nth-child(2) {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.faq__question.active .faq__toggle span:nth-child(2) {
  transform: rotate(0deg);
}
.faq__answer {
  display: none;
}
.faq__question.active + .faq__answer {
  display: flex;
}
.page-id-58 #contact {
  margin-top: 0;
}
.page-id-58 .bl_section {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .faq-section__title {
    font-size: 20px;
  }
  .page-id-58 .breadcrumb {
    padding: 18px 0 160px;
  }
  .faq__text-flex {
    flex-direction: column;
    gap: 20px;
  }
  .faq__text-flex p {
    width: 100%;
  }
  .faq__text {
    margin-top: -5px;
  }
}
/* ==========================
    　　お問い合わせ
========================== */
.bl_concept-tel {
  border: 0.08rem solid #e6e6e6;
  padding: 40px 0;
  margin-bottom: 90px;
}
.bl_concept-tel .tel {
  color: #568136;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 600;
  gap: 5px;
}
.bl_concept-tel a:hover {
  opacity: 1;
}
.bl_concept-tel:hover {
  background-color: rgba(230, 230, 230, 0.4);
}
.bl_concept-tel .tel img {
  width: 35px;
  margin-bottom: -3px;
}
.bl_concept-tel p {
  text-align: center;
}
.bl_concept-tel p:nth-child(1) {
  margin-bottom: 12px;
}
.bl_concept-tel p:nth-child(3) {
  margin-top: 2px;
}
.wpcf7-form label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
  border-bottom: 0.08rem solid #e6e6e6;
}
.wpcf7-form p:nth-child(8) label {
  align-items: flex-start !important;
}
.wpcf7-form p:nth-child(8) .concept_title, .wpcf7-form p:nth-child(8) .concept_required {
  margin-top: 18px;
}
.wpcf7-form .wpcf7-form-control-wrap input {
  border: 1px solid #e6e6e6;
  height: 52px;
  padding: 16px 20px;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  border: 1px solid #e6e6e6;
  height: 239px;
  padding: 16px 20px;
}
.wpcf7-form .wpcf7-form-control-wrap, .wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 600px;
}
.wpcf7-form .wpcf7-list-item label {
  border: none;
  gap: 4px;
}
.wpcf7-form .first {
  margin: 0;
}
.wpcf7-form .wpcf7-list-item input {
  width: 17px !important;
  height: 17px;
  border-radius: 100%;
  padding: 0;
}
.wpcf7-form .wpcf7-list-item input:checked {
  background-color: #568136;
}
.concept_required {
  color: #fff;
  display: inline-flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  width: 52px;
  background-color: #be0000;
}
.concept_title {
  font-weight: 500;
  width: 160px;
}
.wpcf7-submit {
  margin-bottom: 3px;
}
.wpcf7 p:nth-child(9), .wpcf7 .concept_btn {
  color: #fff;
  display: flex;
  justify-content: center;
  background-color: #e5a93b;
  width: 379px;
  height: 54px;
  margin: 60px auto 0;
  position: relative;
}
.wpcf7 p:nth-child(9) input, .wpcf7 .concept_btn input {
  width: 379px;
  text-align: center;
}
.wpcf7 p:nth-child(9)::after, .wpcf7 .concept_btn::after {
  content: "";
  display: block;
  background: url(../image/top/btn.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 52%;
  right: 12px;
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
}
.wpcf7-spinner {
  position: absolute !important;
}
.page-id-60 #footer {
  margin-top: 130px;
}
.bl_page {
  margin-bottom: 130px;
}
.bl_concept-tel .sp_383 {
  display: none;
}
#wpcf7-f63-p64-o1 .concept_btn:nth-child(1) {
  color: #333;
  background-color: #e6e6e6;
}
#wpcf7-f63-p64-o1 .concept_btn:nth-child(1)::after {
  display: none;
}
@media screen and (max-width: 960px) {
  .wpcf7-form label {
    flex-direction: column;
    align-items: baseline;
    position: relative;
  }
  .concept_required {
    font-size: 12px;
    position: absolute;
    top: 31px;
    left: 150px;
  }
  .wpcf7-form .wpcf7-form-control-wrap, .wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form .wpcf7-form-control-wrap textarea {
    width: 100%;
  }
  .wpcf7-form .wpcf7-list-item label {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 p:nth-child(9) {
    width: 100%;
  }
  .wpcf7-form-control-wrap .wpcf7-form-control {
    display: block;
    width: 290px;
  }
  .wpcf7-list-item:nth-child(4) {
    margin: 0;
  }
}
@media screen and (max-width: 383px) {
  .bl_concept-tel .sp_383 {
    display: block;
  }
}
/* ==========================
          お知らせ
========================== */
.bl_news_cat ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.bl_news_cat ul li .active {
  color: #fff;
  background-color: #568136;
  border: 1px solid #568136;
  padding: 12px 48px 15px 48px;
  border-radius: 30px;
}
.bl_news_cat ul li a {
  color: #b2b2b2;
  background-color: #fff;
  border: 1px solid #b2b2b2;
  padding: 12px 48px 15px 48px;
  border-radius: 30px;
}
.bl_news_cat ul li a:hover {
  opacity: 0.8;
}
.news_items ul li:nth-child(1) {
  padding: 30px 0 20px;
}
.news_items ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
.news_items ul li a {
  gap: 20px;
}
.news_items .img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.news_items ul li .date {
  color: #999999;
}
.news_items ul li .news_cat {
  display: inline-flex;
  width: 110px;
  padding: 0px;
  margin-left: 14px;
}
.news_items ul li h3 {
  font-size: 20px;
  margin-top: 24px;
}
.news_items ul li .text {
  margin-top: 10px;
}
.news_items .wp-pagenavi span.current {
  color: #333;
  font-weight: 400;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #333;
  border: 1px solid #e6e6e6 !important;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #e6e6e6 !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #fff !important;
  background-color: #568136 !important;
  border-color: #568136 !important;
}
.wp-pagenavi {
  text-align: center;
  margin-top: 42px;
}
.single .news_cat {
  color: #e5a93b;
  display: inline-flex;
  background-color: #fff;
  border: 1px solid #e5a93b;
  padding: 0;
  margin-left: 12px;
}
.single .news_items ul li h3 {
  font-size: 28px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 28px;
  margin-top: 16px;
}
.single .news_items ul li {
  border: none;
}
.post_link {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.post_link a {
  border: 1px solid #e6e6e6;
  padding: 8px 22px;
}
.post_link a:hover {
  color: #fff;
  background-color: #568136;
  border-color: #568136;
}
.news-box {
  margin-top: 100px;
}
.box-tochi p, .box-tochi div {
  border: 1px solid #e6e6e6;
  border-top: none;
  width: 50%;
  padding: 30px 40px 50px;
}
.box-tochi p {
  border-right: none;
}
.single .box-tochi div ul li {
  padding: 0 !important;
  margin-top: 12px;
}
.single .box-tochi div ul li span:nth-child(1) {
  width: 115px;
}
.single .box-tochi div ul li span:nth-child(3) {
  width: 224px;
  margin-left: 56px;
}
#bl_example_post {
  background-color: #f5f7fa;
  padding-bottom: 130px;
}
#bl_example_post .example_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px;
}
#bl_example_post .example_list a:nth-child(n+4) {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .bl_news_cat ul {
    row-gap: 3em;
  }
}

@media screen and (max-width: 767px) {
  .bl_news_cat {
    position: relative;
    z-index: 1;
  }
  .bl_news_cat ul li .active {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 0 15px;
  }
  .bl_news_cat ul li {
    width: 148px;
  }
  .bl_news_cat ul li a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 12px 0 15px;
  }
  .news_items ul li a {
    flex-direction: column;
  }
  .news_items ul li h3 {
    margin-top: 12px;
  }
  .news_items ul li {
    padding: 60px 0;
  }
  .news_items ul li:nth-child(1) {
    padding: 30px 0 60px;
  }
  .single .news_items ul li h3 {
    font-size: 20px;
  }
  .single .news_items ul li:nth-child(1) {
    padding: 0 0 50px;
  }
  .box-tochi {
    flex-direction: column;
  }
  .box-tochi p, .box-tochi div {
    width: 100%;
    padding: 30px 40px 50px;
  }
  .box-tochi p {
    border-right: 1px solid #e6e6e6;
  }
  .single .box-tochi div ul li span:nth-child(1) {
    width: 86px;
  }
  .single .box-tochi div ul li span:nth-child(3) {
    margin-left: 25px;
    flex: 1;
  }
  .news-box {
    margin-top: 60px;
  }
  .single .l_space {
    margin-top: 100px;
    margin-bottom: -20px;
  }
  .archive .bl_introduction .bl_section {
    margin-top: 0;
  }
}
/* ==========================
          施工例
========================== */
.bl_example-inner {
  width: min(900px, 87%);
  margin: 0 auto;
}
.bl_example_post-title {
  margin-bottom: 32px;
}
.bl_meta-example_cat {
  text-align: end;
}
.news_items .bl_meta-example_cat .news_cat {
  width: 113px;
  margin-right: 0.25rem;
}
.bl_example-inner p:last-of-type {
  margin-bottom: 30px;
}
.wp-block-image {
  margin-top: 20px !important;
}
.bl_introduction .bl_news_cat ul {
  width: 780px;
  justify-content: flex-start;
  margin: auto;
}
.bl_introduction .bl_news_cat ul li .active {
  background-color: #e5a93b;
  border: 1px solid #e5a93b;
  border-radius: 0;
}
.bl_introduction .bl_news_cat ul li {
  width: 140px;
}
.bl_introduction .bl_news_cat ul li a {
  display: inline-flex;
  justify-content: center;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  padding: 6px 0 8px;
}
@media screen and (max-width: 767px) {
  .single .news_items ul li:nth-child(1) {
    padding: 0 0 20px;
  }
  .bl_section-example_post .breadcrumb {
    margin: 18px 0 80px;
  }
  .bl_section-example_post .news-box {
    margin-top: 160px;
  }
  .post_link a {
    font-size: 3.3vw;
  }
  .bl_introduction .bl_news_cat ul {
    width: 300px;
  }
}