﻿@charset "UTF-8";
/*
Theme Name: norku
Author: num
Description: This is my original theme.
Version: 1.0
*/

/*-------------------------------------
定義
-------------------------------------*/
:root {
    --font_ja: "NotoSansJP", sans-serif;
    --font_eng: "Montserrat", sans-serif;
    --m_color: #6c513f;
    --a_color: #f7f1e4;
    --g_color: #e5e5e5;
    --w_color: #fff;
    --blanket1:#eee6d6;
    --blanket2:#e5d9c2;
    --leaf1:#bcc3b0;
    --leaf2:#99a78b;
    --urban1:#837e7c;
    --urban2:#4a4341;
    --palette1:#c8dee5;
    --palette2:#a9ced9;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
Navigation,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: #444444;
    line-height: 1.8;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
    font-weight: normal;
    font-family: var(--font_ja);
    font-size: 16px;
    font-weight: 500;
}
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    line-height: 2;
    word-wrap: break-word;
    font-size: 16px;
    counter-reset: wpp-ranking;
    color: #444444;
    position: relative;
    -webkit-text-size-adjust: 100%;
    font-weight: 500;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
Navigation,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
    height: 100%;
}
ul,
ol,
li {
    list-style: none;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
ins {
    background-color: #ff9;
    color: #444;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #444;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
input {
    box-sizing: border-box;
}
strong {
}
a,
a:visited {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
    text-decoration: none;
    transition: .2s;
}
a:hover {
    text-decoration: none;
    opacity: .8;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0px;
}
.clear {
    clear: both;
}
img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}
.t_center{
    text-align: center !important;
}
.t_left{
    text-align: left !important;
}
.t_right{
    text-align: right !important;
}
.radius_10{
    border-radius: 10px;
}
.bg_gradation {
    background: -moz-linear-gradient(45deg, #26c9f2 0%, #2678f2 29%, #26c9f2 66%, #9e60fa 100%);
    background: -webkit-linear-gradient(45deg, #26c9f2 0%,#2678f2 29%,#26c9f2 66%,#9e60fa 100%);
    background: linear-gradient(45deg, #26c9f2 0%,#2678f2 29%,#26c9f2 66%,#9e60fa 100%);
    background-size: 400% 400%;
	animation: Gradient 15s ease infinite;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-evenly;
	position: relative;
    border-radius: 30px;
}
.bg_gradation::before,
.bg_gradation::after {
	content: "";
	width: 70vmax;
	height: 70vmax;
	position: absolute;
	background: rgba(255, 255, 255, 0.07);
	left: -20vmin;
	top: -20vmin;
	/*animation: morph 15s linear infinite alternate, spin 20s linear infinite;*/
	z-index: 1;
	/*will-change: border-radius, transform;*/
    border-radius: 100%;
	transform-origin: 55% 55%;
	pointer-events: none;
    z-index: 1;
}
.bg_gradation::after {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -10vmin;
    top: auto;
    bottom: 0;
    /*animation: morph 5s linear infinite alternate, spin 26s linear infinite reverse;*/
    transform-origin: 20% 20%;
}
@keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}
@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 40% 60%;
    }
}
@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}
.bg_dotted{
    background-image: radial-gradient(rgba(255,255,255,0.4) 2px, transparent 2px), radial-gradient(rgba(255,255,255,0.4) 2px, transparent 2px);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
    background-repeat: repeat;
}
.zindex2{
    z-index: 2;
}
.br0{
    border-radius: 0;
}
/*ローディングアニメーション*/
.loading{
    position:fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1003;
}
/*ロゴ*/
.loading_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
}
.loading_txt img{
    width: 200px;
}
.loading_txt p{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.loading_logo{
    max-width: 150px;
}
.loading_white_back{
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1004;
    animation-name: fadeOutAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    animation-delay: 3.5s;
}
@keyframes fadeOutAnime{
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.fadeUpAnime{
    animation-name: fadeUpAnime;
    animation-duration:3s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
    0% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*ドア*/
.door-right {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: 1s ease-in;
    background: linear-gradient(to bottom right, rgba(216,237,255,0.2) 0%, rgba(255,255,255,0.2) 50%, rgba(216,237,255,0.2) 100%);
    z-index: 9998;
    background-color: #fff;
    transform-origin: right;
    animation-name: door_open_right;
    animation-duration:1s;
    animation-fill-mode:forwards;
    animation-delay: 3.5s;
    left: auto;
    right: 0;
}
body:not(.home) .door-right{
    display: none;
}
 @keyframes door_open_right{
    0% {
    }
    100% {
        transform: rotate3d(0, 1, 0, 110deg);
        transition: all 1s ease-in-out 0s;
    }
}
/*-------------------------------------
JSアニメーションパーツ
-------------------------------------*/
/* その場で */
.fadeIn {
    opacity : 0;
    transition : all 1.5s;
}
.fadeIn.active{
    opacity : 1;
}
/*フェードアップアニメーション*/
.fadeUp {
    -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}
.fadeUp:nth-child(2 + 2n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.fadeUp-is-show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*フェードアップ（下向き）アニメーション*/
.fadeDown {
    -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
}
.fadeDown:nth-child(2 + 2n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.fadeDown-is-show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*-------------------------------------
共通パーツ
-------------------------------------*/
/*コンテンツタイトル*/
h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.header{
    position: relative;
}
body .wrap .header .other_h {
    background: none;
    width: 100%;
    max-width: 1500px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
body:not(.home) .other_header_txt{
    width: 50%;
    padding-left: clamp(0px, 9vw, 150px);
    background-color: #fff;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
}
body:not(.home) h1 {
    z-index: 1;
    display: block;
    text-align: left;
    font-size: 18px;
    padding: 0;
    max-width: 1500px;
    margin: 0 auto;
    letter-spacing: 0.05em;
    font-weight: 400;
}
/*body:not(.home).single h1{
    font-size: clamp(22px,2vw,24px);
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 40px;
}*/
/*body:not(.home) h1:before {
    content: attr(data-text);
    display: block;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    font-size: 50px;
    margin-bottom: 0;
    font-family: 'ShipporiMinchoB1-Regular', 'serif';
}*/
body:not(.home) .img_area {
    width: 50%;
    height: 100%;
    position: relative;
}
body:not(.home) .img_area:before{
    /*content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/mv.jpg);
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: cover;*/
}
body:not(.home) .img_area .cat{
    position: absolute;
    z-index: 2;
    top: calc(50% + 70px);
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    max-width: 160px;
    margin: 0 auto;
    color: #64b54f;
    display: inline-block;
    padding: 4px 0;
    border-radius: 4px;
}
body.error404 h1 {
    position: static;
    padding: 0;
    margin: 0 auto;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    transform: none;
    margin-bottom: 30px;
    color:#333;
}
body.error404 h1 span{
    font-size: 100px;
    line-height: 1;
    display: block;
    padding: 0;
}
/*コンテンツページヘッダーアニメーション*/
.body:not(.home) .img_area{
    overflow: hidden;
}
.img_area_anime{
    /*position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: 1s ease-in;
    background: linear-gradient(to bottom right, rgba(216,237,255,0.2) 0%, rgba(255,255,255,0.2) 50%, rgba(216,237,255,0.2) 100%);
    z-index: 9998;
    background-color: #fff;
    transform-origin: right;
    animation-name: door_open_right;
    animation-duration:1s;
    animation-fill-mode:forwards;
    animation-delay: 0s;
    right: 0;*/
}
.img_area_white{
    width: 100%;
    height: 100%;
    animation-name: other_header_white;
    animation-duration:1s;
    /*animation-delay: 1s;*/
    animation-fill-mode:forwards;
    background-color: #fff;
    transform-origin: right;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
@keyframes other_header_white{
    0% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(1);
    }
    100%{
        transform: scaleX(0);
    }
}
.img_area_gray{
    width: 100%;
    height: 100%;
    animation-name: other_header_gray;
    animation-duration:1s;
    animation-delay: 1s;
    animation-fill-mode:forwards;
    background-color: #eee;
    transform-origin: right;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
@keyframes other_header_gray{
    0% {
        transform: scaleX(1);
    }
    100%{
        transform: scaleX(0);
    }
}
.img_area_anime{
    height: 100%;
    animation-name: img_area_anime;
    animation-duration:1s;
    animation-delay: 1s;
    animation-fill-mode:forwards;
    background-image: url(img/other_mv.jpg);
    background-size: cover;
    background-position: center;
    transform-origin: right bottom;
    transform: scale(1.5);
}
@keyframes img_area_anime{
    0% {
        transform: scale(1.5);
    }
    100%{
        transform: scale(1.2);
    }
}
h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}
h3 {
    font-weight: bold;
    margin: 0 0 50px;
    font-size: 25px;
    position: relative;
    padding: 0 0 0 30px;
}
.full{
    width: 100% !important;
    max-width: 100% !important;
}
.flex {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}
.flex_center {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex_center_center {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex_reverce .flex_img{
    order: 2;
}
.flexwrap{
    flex-wrap: wrap;
}
.between{
    justify-content: space-between;
}
.inner,
.inner_m,
.inner_s,
.inner_l{
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}
.inner_s{
    max-width: 1000px;
}
.inner_m{
    max-width: 1400px;
}
.inner_l{
    max-width: 1600px;
}
.m0auto {
    margin:0 auto;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mt0 {
    margin-top: 0px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mr10{
    margin-right: 10px;
}
.ml10{
    margin-left: 10px;
}
.pt0 {
    padding-top: 0px !important;
}
.pb0 {
    padding-bottom: 0px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.px20{
    padding-right:20px;
    padding-left: 20px;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
}
.fw3{
    font-weight: 300;
}
.fw4{
    font-weight: 400;
}
.fw6{
    font-weight: 600;
}
.fs14{
    font-size: 14px;
}
.fs16{
    font-size: 16px;
}
.fs18{
    font-size: 18px;
}
.fs24{
    font-size: 24px;
}
.line_2{
    line-height: 2.5;
}
.c_white{
    color:#fff !important;
}
.c_gray{
    color: #7b7b7b !important;
}
.c_gray_thin{
    color: #eeeeee !important;
}
.c_red{
    color: var(--m_color) !important;
}
.bg_white{
    background-color: #fff;
}
.bg_black{
    background-color: #333;
}
.bg_gray{
    background-color: #eee;
}
.bg_brown{
    background-color: var(--m_color);
}
.bg_brown_thin{
    background-color: var(--a_color);
}
.i_block{
    display: inline-block;
}
.ds_block{
    display:block;
}
br.sp{
    display: none;
}
.height_full{
    height: 100%;
}
.eng{
    font-family: var(--font_eng);
}
/*-------------------------------------
共通追加
-------------------------------------*/
.btn{
    width: 200px;
    position: relative;
    margin: 60px 0 0 0;
}
.btn a{
    height: 100%;
    display: block;
    transition: .2s ease-in-out;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    padding: 20px 10px 14px 10px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    letter-spacing: 0.1em;
    color: #543a2e;
    border: 1px solid;
    font-family: "JosefinSans","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.btn:hover a{
    opacity: 1;
}
.btn a:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #543a2e;
    border-right: 1px solid #543a2e;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 20px;
    transition: .2s ease-in-out;
}
.btn a.c_white:before{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.btn a:hover{
    color:#f6f4f2;
    background-color: #543a2e;
}
.btn a.c_white:hover{
    border:1px solid #543a2e;
}
.btn a:hover:before{
    border-top: 1px solid #f6f4f2;
    border-right: 1px solid #f6f4f2;
}
.sec_h2{
    font-size: 16px;
    margin-bottom: 80px;
    text-align: left;
    letter-spacing: 0.1em;
    font-weight: 600;
    position: relative !important;
    z-index: 2;
    padding-bottom: 0;
}
.sec_h2 .sec_h2_small{
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-top: 10px;
    position: relative;
    display: block;
}
.sec_h2.t_left .sec_h2_small{
    padding: 0 20px 10px 0;
}
.sec_h2 .sec_h2_small.no_square{
    padding: 0;
}
.sec_h2 .sec_h2_small.no_square:after{
    display: none;
}
h3.sec_h2 .sec_h2_small{
    font-size: 40px;
}
.sec_h2_small{
    font-family: "JosefinSans";
}
.sec_h2_small span{
    font-size: 60px;
    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W6",sans-serif;
    font-weight: bold;
    margin-top: 18px;
}
h3 {
    font-weight: 400;
    margin: 0 0 40px;
    font-size: 20px;
    position: relative;
    letter-spacing: 0;
    text-align: left;
    padding: 0 0 14px 0;
}
h4{
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    padding-left: 0;
}
.sec_h4 {
    font-size: 16px;
}
.flex_txt{
    width: calc(50% - 160px);
    margin: 0 100px;
    position: relative;
    z-index: 2;
}
.flex .img_container{
    height: 500px;
    background-image: url(img/cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.flex_img{
    width: calc(100% - 550px);
    position: relative;
    z-index: 2;
}
.flex_img img{
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}
.flex_reverse .flex_txt{
    order: 2;
    margin:0 0 0 60px;
}
.flex_reverse .flex_img{
    order: 1;
    margin:0;
}
.box2,
.box1,
.box4,
.txt_solid_bl,
.txt_solid_rd,
.txt_dot_bk,
.txt_dot_gr,
.txt_dot_pk {
	display: inline-block;
}
.box5 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #ffdd40;
}
.box5:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ffdd40;
}
.box6 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #ffdd40;
}
.box6:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ffdd40;
}
.text_anime01 {
	-webkit-animation:blink .5s ease-in-out infinite alternate;
	-moz-animation:blink .5s ease-in-out infinite alternate;
	animation:blink .5s ease-in-out infinite alternate;
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.object-fit-img{
    display: block;
    position: relative;
}
.object-fit-img:before{
    content:'';
    display: block;
    padding-top: 60%;
    pointer-events: none;
}
.object-fit-img img{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center;
}
/*-------------------------------------
レイアウト
-------------------------------------*/
.wrap {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
}
/*-------------------------------------
header
-------------------------------------*/
body.home .header {
    position: relative;
    background-size: cover;
}
.header_nav_container {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    max-height: 102px;
    position: fixed;
    transition: .2s;
    height: 70px;
    align-items: center;
}
body.home .header_nav_container{
    transition: .2s;
}
.header_nav_container.shadow{
    border: none;
}
.header_nav_container.shadow .pc_header_nav ul{
    border: none;
}
.header_nav_container .pc_header_nav a,
.header_nav_container .pc_header_nav span{
    text-shadow: none;
    color: #fff;
}
/*body:not(.home) .header_nav_container .pc_header_nav a,
body:not(.home) .header_nav_container .pc_header_nav span,
.header_nav_container.shadow .pc_header_nav a,
.header_nav_container.shadow .pc_header_nav span{
    color: #444;
}*/
.header_nav_container .pc_header_nav a i,
.header_nav_container .pc_header_nav span i{
    font-size: 12px;
    margin-left: 6px;
}
.header_nav_container .pc_header_nav span.header_eng{
    display: block;
    font-weight: 600;
    text-align: center;
    height: auto;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
.header_nav_container .pc_header_nav .header_contact a span.header_eng{
    color: #fff !important;
}
/* サイトタイトル */
.site_title {
    z-index: 11;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    top: 13px;
    left: 20px;
    transition: .3s;
}
.site_title a{
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}
.site_title img{
    transition: .3s;
}
/*ナビ*/
.header_inner {
    display: flex;
    padding: 0 20px;
    margin: 0px auto 25px;
    position: relative;
}
.header_nav {
    margin: 0 0 0 auto;
    height: 100%;
    padding: 0 40px;
    background-color: var(--m_color);
}
.header_nav nav {
    height: 100%;
}
.sp_trigger_nav{
    display: none;
}
.pc_header_nav {
    height: 100%;
}
.pc_header_nav ul ul{
    display: none;
}
.pc_header_nav li ,
.pc_header_nav li.join_btn.schedule_btn{
    margin: 0 clamp(10px,2vw,42px) 0 0;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.pc_header_nav li:last-child {
    margin: 0;
}
.pc_header_nav a,
.pc_header_nav span {
    text-decoration: none;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    margin: auto;
}
.pc_header_nav a:hover {
    opacity: 0.8;
}
.pc_header_nav > ul > li.join_btn{
    margin: 0;
    cursor: pointer;
}
.pc_header_nav > ul > li.join_btn a,
.pc_header_nav > ul > li.login_btn a,
.pc_header_nav > ul > li.join_btn span{
    color: #444;
    padding: 12px;
    text-shadow: none;
}
/*.pc_header_nav > ul > li.join_btn .join_list{
    position: absolute;
    width: 100%;
    min-width: 200px;
    text-align: center;
    height: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    background-color: rgba(255,255,255,1);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.join_list ul{
    display: block !important;
}
.pc_header_nav > ul > li.join_btn .join_list li{
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    height: auto;
}
.pc_header_nav > ul > li.join_btn .join_list li + li{
    border-top: 1px dotted var(--m_color);
}
.pc_header_nav > ul > li.join_btn .join_list li a{
    display: block;
    text-align: center;
    position: relative;
    color: #444;
    width: 100%;
}
.pc_header_nav > ul > li.join_btn .join_list li:last-child a{
    background-color: transparent;
}*/
.header_nav_container.is-fixed .join_list,
body:not(.home) .header_nav_container .join_list{
    top: 58px;
    border-top:none;
    border-bottom: 1px solid #333;
}
.join_list{
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    height: auto;
    background-color: var(--m_color);
    max-width: 1100px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 200px;
}
.join_list:before{
    content: "";
    position: absolute;
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 14px solid var(--m_color);
    border-bottom: 10px solid transparent;
    bottom: calc(100% - 3px);
    left: 10px;
    transform: rotate(-90deg);
}
.join_list ul{
    max-width: 880px;
    display: block !important;
    margin:0 auto;
    align-items: stretch;
    justify-content: space-between;
}
.join_list ul li{
    font-size: 16px;
    margin: 0;
    height: auto;
    width: 100%;
}
.join_list ul li + li{
    border-top: 1px solid #fff;
}
.join_list ul li:before{
    display: none;
}
.join_list ul li:last-of-type{
    margin: 0;
}
.join_list ul li:last-child:after{
    display: none !important;
}
.join_list ul li a{
    border-radius: 5px;
    display: block;
}
.header_nav_container .pc_header_nav .join_list ul li a{
    text-align: left;
    position: relative;
    margin: 0;
    padding: 10px;
}
.join_list ul li a i{
    position: absolute;
    top: 50%;
    right: 10px;
    color: #fff;
    transform: translateY(-50%);
}
.join_list ul li a .jl_name{
    margin-top: auto;
    color: #fff;
    display: block;
}
.header_img_container {
    position: relative;
    opacity: 1;
    transition: .2s;
}
.header_img_container.mv_hidden{
    opacity: 0;
}
.img-wrap {
    overflow: hidden;
    position: relative;
}
.img-wrap:before {
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
@keyframes img-wrap {
    100% {
        transform: translateX(100%);
    }
}
/*下からフェードアップ*/
.text_ani_v2{
    opacity: 0;
    transform: translateY(80%);
    transition: .8s;
}
.text_ani_v2.js_ani_on{
    opacity: 1;
    transform: translateY(0%);
}
/*一文字ずつスライドアップ h1*/
.text_ani_v3_container{
    overflow: hidden;
}
.text_ani_v3_span{
    overflow: hidden;
    display: block;
    display: inline-block;
    min-width: 10px;
    padding: 0 2px;

    transform: translate(0, 90%) rotate(20deg);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;

    animation-name: other_h1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes other_h1{
    0% {
        transform: translate(0, 90%) rotate(20deg);
    }
    100% {
        transform: translate(0, 0);
    }
}
.text_ani_v3_span{
}
.text_ani_v3_span:nth-child(2) {
    animation-delay: 0.06s;
}
.text_ani_v3_span:nth-child(3) {
    animation-delay: 0.12s;
}
.text_ani_v3_span:nth-child(4) {
    animation-delay: 0.18s;
}
.text_ani_v3_span:nth-child(5) {
    animation-delay: 0.24s;
}
.text_ani_v3_span:nth-child(6) {
    animation-delay: 0.3s;
}
.text_ani_v3_span:nth-child(7) {
    animation-delay: 0.36s;
}
.text_ani_v3_span:nth-child(8) {
    animation-delay: 0.42s;
}
.text_ani_v3_span:nth-child(9) {
    animation-delay: 0.48s;
}
.text_ani_v3_span:nth-child(10) {
    animation-delay: 0.54s;
}

body:not(.home) .header_img_container > div:not(.header_img_inner_img) {
    background-position: center;
    height: 500px;
    margin: 70px 0 0 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}
.other_header_ttl_jp span{
    font-size: 52px;
    font-weight: 600;
    font-family: var(--font_eng);
    color: var(--m_color);
}
.other_header_ttl_jp span:first-of-type{
    text-transform: capitalize;
}
/*body:not(.home) .header_img_container > div:not(.header_img_inner_img):before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(45deg, rgba(0,0,0,0.3),transparent);
    z-index: 1;
    opacity: .6;
    top: 0;
    left: 0;
}*/
body.home .header_img_container {
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
}
.slick-slider div{
    height: 100%;
}
.slick{
    height: 100%;
}
.slick .mv_sp{
    display: none;
}
.slick_container{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    justify-content: space-between;
    align-items: stretch;
}
.mv_img{
    background-image: url(img/mv.jpg);
    background-position: center 70%;
    height: 100%;
    position: relative;
    background-size: cover;
}
.mv_txt{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    text-align: center;
    transform: translate(-50%, -50%);
    font-weight: 500;
    color: #fff;
    font-size: clamp(24px, 3vw, 48px);
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
}
.mv_txt_container{
    font-size: 36px;
    padding: 0 20px;
    text-align: center;
}
.mv_txt_container:first-of-type{
    margin: 0 60px 20px 0;
}
.mv_eng{
    background-image: url(img/mv_eng.svg);
    animation: bg_loop 35s linear infinite;
    background-size: 150vw auto;
    position: absolute;
    width: 100%;
    height: 10vw;
    background-repeat: repeat-x;
    bottom: 0;
    left: 0;
}
@keyframes bg_loop{
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -150vw 0;
    }
}
/*-------------------------------------
トップ
-------------------------------------*/
.header_img_inner_img{
    height: 100%;
    background-image: url('img/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 0 0 auto;
    z-index: 2;
    width: 100%;
    border-radius: 0;
}
.header_img_inner_img img{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    z-index: 2;
}
.header_img_inner_img .slick img {
    max-height: 100%;
    position:absolute;
    top:0;
    bottom:auto;
    left:auto;
    right:0;
    margin:0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    max-width: 100%;
    object-position: 0 0;
    object-position: 50% 50%;
}
.header_img_inner_img .slick img.sp{
    display: none;
}
.header_img_inner_img .slide_txt{
    position: absolute;
    width: 600px;
    bottom: 20%;
    left: 3%;
    max-width: 70%;
}
.header_img_inner_img .slide_txt img{
    display: block;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255,0.7));
    width: 100%;
}
.header_img_inner_img .slide_txt p{
    font-size:20px;
    font-weight: 600;
    margin-left: 115px;
    text-shadow: 0 0 10px rgb(255, 255, 255);
}
/* メインビジュアル */
.sec_space_1{
    padding: 70px 0;
}
.sec_space_2{
    padding: 140px 0;
}
.sec_space_3{
    padding: 80px 0;
}
.sec_space_4{
    padding: 40px 0;
}
.large_txt{
    font-size: 22px;
    line-height: 2.5;
}
.large_txt span{
    font-size: 18px;
}
.sec_ttl{
    font-size: 60px;
    margin-bottom: 80px;
}
.sec_ttl_eng {
    display: block;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.sec_ttl_1{
    font-size: 50px;
    margin-bottom: 40px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: var(--m_color);
}
.sec_ttl_1_small{
    display: block;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.sec_ttl_2{
    font-size: 38px;
    color: var(--m_color);
    margin-bottom: 40px;
}
.sec_ttl_2_small{
    font-size: 24px;
    font-weight: 600;
}
.sec_ttl_2_large{
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 2px;
    color: var(--m_color);
}
.h2_logo{
    width: 100px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 6px;
}
.h2_logo_after{
    font-size: 24px;
    font-weight: 600;
    color: var(--m_color);
    display: block;
    margin-bottom: -10px;
}
.dobble_border_tb{
    border-top: 6px double #444;
    border-bottom: 6px double #444;
    padding: 20px;
}
.sec_ttl_3 {
    font-size: 38px;
    display: inline-block;
}
.sec_ttl_3_small {
    font-size: 18px;
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 6px 20px;
    position: relative;
}
.sec_ttl_3_small:before,
.sec_ttl_3_small:after{
    content: '・';
    position: absolute;
    top: 50%;
    left: 10px;
    line-height: 1;
    transform: translateY(-50%);
}
.sec_ttl_3_small:after{
    left: auto;
    right: 10px;
}
.roof_ttl{
    text-align: center;
    position: relative;
}
.roof_img{
    position: absolute;
    bottom: calc(100% + 20px);
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
}
.sec_ttl_4 {
    font-size: 42px;
    line-height: 1.5;
}
.sec_ttl_4_small{
    display: block;
    margin-top: 10px;
}
.frame_nam{
    max-height: 40px;
    margin: 0 auto;
}
/*トップコンテンツ*/
.top_blog {
    border-bottom: 1px dotted var(--g_color);
}
.top_blog .inner{
    position: relative;
    z-index: 2;
}
.top_blog_icon{
    max-width: 100px;
    margin: 0 auto 20px auto;
}
.top_blog_list{
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.top_blog_list > li{
    width: calc((100% - 80px) / 3);
    padding: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0;
}
.top_blog_list > li section{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.top_blog_list > li section .details{
    margin-top: auto;
}
.top_blog_list .tags .post-categories{
    margin-bottom: 6px;
    display: flex;
    gap: 10px;
}
.top_blog_list .tags .post-categories li{
    background-color: var(--m_color_2);
    padding: 2px 20px 6px 20px;
    border-radius: 14px;
    line-height: 1;
}
.top_blog_list .tags .post-categories li a{
    font-size: 14px;
    color: #444;
    line-height: 1;
}
.top_blog_list .tags .post-categories li a:before{
    content: '●';
    display: inline-block;
    margin-right: 4px;
    color: var(--m_color);
    font-size: 10px;
    line-height: 1;
    transform: translateY(-1px);
}
.top_blog_thum{
    overflow: hidden;
    margin: 10px 0 !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 200px;
}
.top_blog_txt h3{
    padding-bottom: 0;
    margin-bottom: 14px;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
}
.top_blog_txt h3 a{
    color: #444;
}
.top_blog .blog-cats a{
    background-color: #fff;
}
.btn_container{
    margin-top: 40px;
}
.btn_container a{
    position: relative;
    background-color: var(--m_color);
    color: #fff;
    display: block;
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}
.btn_container a:after{
    content: '';
    width: 14px;
    height: 14px;
    border-top: 2px solid var(--w_color);
    border-right: 2px solid var(--w_color);
    position: absolute;
    transform: rotate(45deg);
    top: 24px;
    right: 20px;
}
.top_style{
}
.four_flex{
    padding: 40px 0 0 0;
    align-items: stretch;
    gap: 4px;
}
.fourstyle_container{
    width: calc(50% - 2px);
    position: relative;
    background-color: var(--blanket1);
}
.fourstyle_container:nth-of-type(2){
    background-color: var(--leaf1);
}
.fourstyle_container:nth-of-type(3){
    background-color: var(--urban1);
}
.fourstyle_container:nth-of-type(4){
    background-color: var(--palette1);
}
.fourstyle_container a{
    display: block;
    position: relative;
}
.fourstyle_container a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.3);
}
.fourstyle_container .flex{
    align-items: center;
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 0;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.fournam{
    font-family: var(--font_eng);
    color: var(--m_color);
    font-size: clamp(40px, 5vw, 60px);
    width: 102px;
    text-align: center;
}
.fournam .fourtag{
    font-size: clamp(20px, 3vw, 30px);
    font-family: var(--font_eng);
    color: var(--m_color);
}
.style_info{
    position: relative;
}
.style_info dt{
    font-size: clamp(24px,3vw,42px);
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}
.style_ttl_small {
    display: block;
}
.fourstyle_container:nth-of-type(3) .fournam,
.fourstyle_container:nth-of-type(3) .fournam .fourtag,
.fourstyle_container:nth-of-type(3) .style_info dt,
.fourstyle_container:nth-of-type(3) .style_info dd{
    color: #fff;
}
.fourstyle_container .arrow{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.fourstyle_container .arrow:before{
    content: '';
    width: 24px;
    height: 24px;
    border-top: 2px solid var(--w_color);
    border-right: 2px solid var(--w_color);
    position: absolute;
    top: 50%;
    left: calc(50% - 2px);
    transform: translate(-50%, -50%) rotate(45deg);
}
.fourstyle_img{
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 100%;
}
.fourstyle_exterior{
    position: absolute;
    left: -26%;
    bottom: 0;
    z-index: 5;
    max-width: 380px;
    filter: drop-shadow(0px 4px 16px rgba(255, 255, 255, 0.3));
}
.fourstyle_container:nth-of-type(2n) .fourstyle_exterior{
    left: auto;
    right: -26%;
}
.top_request_bubble{
    max-width: 800px;
    margin: 0 auto;
    display: block;
}
.top_request_container{
    align-items: center;
    margin-bottom: 40px;
    border-left: 10px solid var(--m_color);
    border-right: 10px solid var(--m_color);
    padding: 0 clamp(20px,5vw,100px);
    gap: 60px;
}
.top_request_txt{
    width: 50%;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 0;
}
.top_request_txt p{
    font-size: 28px;
    width: 184px;
    margin-right: 20px;
}
.top_request_txt .spaciousness{
    background-color: var(--a_color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: calc(100% - 204px);
}
.top_request_txt .spaciousness p{
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}
.top_request_txt p.price{
    font-size: 20px;
    width: 100%;
    border: 1px solid var(--m_color);
    margin: 20px auto 0 auto;
    padding: 4px 10px;
}
.top_request_txt p.price .tax{
    font-size: 14px;
}
.top_request_info{
    color: var(--m_color);
    font-size: 42px;
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.25;
}
.top_request_img{
    width:50%;
}
.top_request_img img{
    max-height: 170px;
}
.top_request_container:nth-of-type(2) .top_request_img img{
    max-height: 240px;
}
.baa{
}
.baa_txt{
    align-items: center;
    border: 2px solid var(--m_color);
}
.baa_icon{
    width: 350px;
    text-align: center;
}
.baa_icon p{
    background-color: var(--m_color);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    flex-direction: column;
}
.baa_icon_large{
    font-size: 32px;
    color: #fff;
}
.baa_txt_main{
    padding: 0 40px;
}
.baa_txt_main p{
}
.baa_img {
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 80px;
}
.baa_img_box{
    width: 25%;
    position: relative;
}
.baa_img_box:nth-of-type(2){
    width: 50%;
    margin-left: 2%;
}
.baa_img_box p{
    border: 1px solid;
}
.baa_img_box:before{
    content: 'Before';
    font-family: var(--font_eng);
    font-size: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.baa_img_box.after:before{
    content: 'After';
    bottom: auto;
    top: 100%;
}
.baa_arrow{
    max-width: 100px;
    margin: 0 0 0 auto;
}
.three_flex{
    gap: 40px;
    counter-reset: number 0;
}
.top_insulation_container{
    width: calc((100% - 80px) / 3);
}
.top_insulation_container .flex_center_center{
    align-items: flex-start;
}
.top_insulation_img{
    background-color: #fff;
    height: 232px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    border: 4px solid #fff;
    box-sizing: border-box;
}
.top_insulation_container img{
    margin: 0 auto;
    max-height: 232px;
}
.top_insulation_container p{
    position: relative;
    width: calc(100% - 80px);
    padding-left: 20px;
}
.top_insulation_nam {
    text-align: center;
    font-size: 40px;
    line-height: 1;
    width: 80px;
    height: 80px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 100%;
    background-color: var(--m_color);
    color: #fff;
}
.top_insulation_nam_small {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: #fff;
}
.top_insulation_result{
    background-color: #fff;
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
}
.tri{
    background: var(--m_color);
    height: calc(tan(60deg) * 50px / 2);
    width: 100px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform: rotate(180deg);
    margin: 40px auto;
}
.top_insulation_result p{
    font-size: 18px;
}
.top_insulation_result_large{
    background-color: var(--a_color);
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    padding: 4px 20px;
    margin-top: 10px;
}
.support_desc {
}
.support_desc_ttl.about_desc_ttl:before {
    aspect-ratio: 300/49;
    width: min(600px, 80vw);
}
.support_con01 {
    width: 1160px;
}
.support_con01 .js-scrollable {
    background: #fff;
}
.support_con01 table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px;
}
.support_con01 table tbody {
    display: table;
    width: 100%;
}
.support_con01 table th {
    padding: 5px;
    width: 120px;
    font-size: 14px;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
}
.support_con01 table th span:not(.annotation) {
    background: #d9cab6;
    padding: 15px;
    display: block;
    font-size: 14px;
}
.support_con01 table th .annotation.txt {
    font-size: 11px;
    line-height: 1.6;
    display: block;
    font-weight: normal;
    text-align: left;
    margin-top: 8px;
    white-space: break-spaces;
}
.support_con01 table th:nth-child(1) {
    width: 200px;
}
.support_con01 table th:last-child {
    border-right: none;
}
.support_con01 table tr:last-child th,
.support_con01 table tr:last-child td {
    border-bottom: none;
}
.support_con01 table th div {
    padding: 15px;
}
.support_con01 table td {
    padding: 8px;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    border-right: 1px #ddd solid;
}
.support_con01 table td:last-child {
    border-right: none;
}
.support_con01 table td span {
    background: #f7f1e4;
    display: block;
    padding: 5px 10px;
    position: relative;
    width: calc(100% - 30px);
}
.support_con01 table td span:before {
    content: "";
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #f7f1e4;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.lin_h {
    line-height: 1.8;
    padding: 10px !important;
    width: 100% !important;
}
.lin_h:before {
    content: none !important;
}
/*.support_con01 table td.red01 {
}
.support_con01 table td.red01:before {
    content: "";
    position: absolute;
}
.support_con01 table td[class^="red0"] {
    position: relative;
}
.support_con01 table td[class^="red0"]:not(.red09):not(.red06):before {
    content: "";
    position: absolute;
    left: calc(100% - 4px);
    top: 50%;
    height: auto;
    width: 10px;
    border-radius: 50%;
    background: #3f51b5;
    aspect-ratio: 1/1;
    transform: translateY(-50%);
}
.red05:before {
    left: calc(90% - 4px) !important;
}
.red05:after {
    content: "※5";
    position: absolute;
    left: 93%;
    top: 15%;
    display: block;
    white-space: nowrap;
    color: gray;
}
.red07:before,
.red08:before {
    background: #f44336 !important;
    left: calc(90% - 4px) !important;
}
.support_con01 table td[class^="bul0"] {
    position: relative;
}
.support_con01 table td[class^="bul0"]:not(.bul01):not(.bul02):not(.bul03):not(.bul09):before {
    content: "";
    position: absolute;
    left: calc(100% - 4px);
    top: 50%;
    height: auto;
    width: 10px;
    border-radius: 50%;
    background: #f44336;
    aspect-ratio: 1/1;
    transform: translateY(-50%);
}
.bul08:after,
.bul06:before,
.bul04:before {
    content: none !important;
}
.bul05:before {
    background: #3f51b5 !important;
}
.bul08:after {
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #f44336;
    border-radius: 50%;
    height: auto;
    aspect-ratio: 1/1;
    width: 10px;
    position: absolute;
}*/
.support_con01 ul {
    counter-reset: number 0;
}
.support_con01 li {
    padding-left: 25px;
    position: relative;
}
.support_con01 li:before {
    content: "・";
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 20px;
}
.support_con01_color {
}
.support_con01_color div:nth-child(1) {
    margin-right: 20px;
}
.support_con01_color .bul span {
    position: relative;
    padding-right: 10px;
}
.support_con01_color .bul span:before {
    content: "";
    background: #3f51b5;
    width: 8px;
    height: auto;
    border-radius: 50%;
    aspect-ratio: 1/1;
    position: absolute;
    left: 0;
    top: 9px;
}
.support_con01_color .red span {
    position: relative;
    padding-right: 10px;
}
.support_con01_color .red span:before {
    content: "";
    background: #f44336;
    width: 8px;
    height: auto;
    border-radius: 50%;
    aspect-ratio: 1/1;
    position: absolute;
    left: 0;
    top: 9px;
}
.support_att{
    position: relative;
}
.support_att p{
    background: var(--m_color);
    color: #fff;
    padding: 10px 20px;
    font-size: 24px;
    text-align: center;
}
.support_att ol{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    border: 1px solid var(--m_color);
    padding: 40px 20px 20px 20px;
    counter-reset: number 0;
}
.support_att ol li{
    width: calc(100% / 3 - 40px);
    background-color: var(--a_color);
    max-width: 300px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: grid;
    padding: 40px;
    position: relative;
}
.support_att ol li:before{
    counter-increment: number 1;
    content: "0" counter(number);
    font-family: var(--font_eng);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    font-size: clamp(24px, 4vw, 32px);
    aspect-ratio: 1 / 1;
    background-color: var(--m_color);
    color: #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.roof_ttl{

}
/*-------------------------------------
パンくず
-------------------------------------*/
.breadcrumbsinner {
    width: 100%;
}
.breadcrumbs {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    background: none;
    position: relative;
    color: #fff;
    padding: 0 0 60px 0;
}
.breadcrumbs a,
.breadcrumbs span {
    font-size: 13px;
    color:#fff;
}
.breadcrumbs:before {
    content: "\f015";
    font: 100% "Font Awesome 5 free";
    font-weight: bold;
}
.breadcrumbs span:last-child a {
    pointer-events: none;
    text-decoration: none;
}
/*-------------------------------------
4つのスタイル
-------------------------------------*/
.palette{
    position: relative;
}
.palette:after{
    content: '';
    width: 100%;
    height: 50%;
}
.style_large_img{
    aspect-ratio: 2 / 1;
    background-image: url(img/palette.jpg);
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.urban .style_large_img{
    background-image: url(img/urban.jpg);
}
.leaf .style_large_img{
    background-image: url(img/leaf.jpg);
}
.blanket .style_large_img{
    background-image: url(img/blanket.jpg);
}
.style_large_img:after{
    content: '';
    position: absolute;
    width: 2px;
    height: 60px;
    background-color: #fff;
    left: 50%;
    bottom: -30px;
}
.ttl_frame {
    padding-bottom: 0;
}
.ttl_frame img{
    max-height: 60px;
    margin: 0 auto;
}
.concept{
    background-color: var(--palette1);
    padding: 140px 0 0 0;
    margin-top: -70px;
    position: relative;
    z-index: 1;
}
.urban .concept{
    background-color: var(--urban1);
}
.leaf .concept{
    background-color: var(--leaf1);
}
.blanket .concept{
    background-color: var(--blanket1);
}
.exterior_img{
    max-width: 1000px;
    margin: 60px auto 0 auto;
    width: 100%;
}
/*-------------------------------------
温かくて強い家
-------------------------------------*/
.introduction{
    border: 4px solid;
    padding: 0 40px 40px 40px;
    max-width: 1200px;
    margin: 80px auto;
    width: calc(100% - 40px);
}
.introduction_img{
    height: 30vw;
    background-image: url(img/introduction_3.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 40px;
}
.introduction_txt{
}
.introduction_txt img{
    max-width: 206px;
    margin: -80px auto 20px auto;
}
.introduction_list {
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    align-items: stretch;
}
.introduction_list li{
    width: calc((100% - 60px) / 3);
    text-align: center;
    background-color: #cadaed;
    font-size: 18px;
    padding: 60px 40px;
    position: relative;
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.introduction_list li:before{
    content: '';
    width: 45px;
    height: 53px;
    background-image: url(img/introduction_2.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
}
/*-------------------------------------
会社概要
-------------------------------------*/
table.data{
    width: 100%;
}
table.data th,
table.data td{
    text-align: left;
    padding: 30px 20px;
    border-bottom: 1px solid #ddd;
    vertical-align: text-top;
    position: relative;
}
table.data th{
    width: 250px;
}
table.data td a{
    text-decoration: underline;
}
table.data td a:hover{
    text-decoration: none;
}
table.data td ol li{
    list-style: none;
    padding-left: 19px;
    text-indent: -19px;
}
table.data td ul li{
    list-style: disc;
    list-style-position: inside;
}
table.data td .location{
    border-top: 1px dashed #ddd;
    margin-top: 20px;
    padding-top: 20px;
}
.map{
    height: 500px;
    margin-top: 20px;
}
.map iframe{
    width: 100%;
    height: 100%;
}
/*-------------------------------------
イベント
-------------------------------------*/
.blog_container {
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog_inner,
.single_inner,
.search_inner {
    width: calc(100% - 250px);
}
.blog_inner > .flex{
    gap: 60px 20px;
    align-items: stretch;
}
.blog_list_flex{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.blog_inner > ul > li {
    width: calc((100% - 40px) / 3);
}
.blog_inner > ul > li > section{
    height: 100%;
}
.blog-cats{
    gap: 6px;
    display: flex;
    flex-wrap: wrap;
}
.blog-cats a{
    display: inline-block;
    font-size: 12px;
    border-radius: 40px;
    color: #000;
    background-color: #f7f7f5;
    padding: 0 5px;
}
.blog-cats a:before{
    content: '●';
    color: var(--m_color);
    margin-right: 2px;
}
.blog_photo{
    overflow: hidden;
    margin: 14px 0;
}
.blog_photo img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 200px;
    width: 100% !important;
    margin: 0 auto;
}
.blog_photo a{
    transition: .2s;
}
.blog_text {
    width: 100%;
    margin: 0;
    padding: 0;
}
.blog_title {
    margin: 0 0 14px;
    text-align: left;
    font-size: 16px;
}
.blog_title a{
    color: #444;
    font-weight: 400;
}
.blog_list_flex .details{
    margin-top: auto;
}
.read-more {
    text-align: right;
}
.read-more a {
    position: relative;
    transition: .3s;
    text-decoration: none;
    padding: 10px 25px;
    font-size: 16px;
    letter-spacing: 0.1em;
    display: inline-block;
    background: linear-gradient(45deg, #e5d597 0%, #9c782d 100%);
    background: -webkit-linear-gradient(45deg, #e5d597 0%, #9c782d 100%);
    color: #fff;
}
.blog_inner li:hover .read-more a {
    opacity: .8;
}
.details .date i,
.blog_clock time {
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    font-family: var(--font_eng);
}
.post-categories {
    font-size: 14px;
    display: inline-block;
    padding-right: 10px;
    line-height: 1;
    margin-bottom: 6px;
}
.post-categories li a{
    font-size: 14px;
}
.post-categories li a:before{
    content: '●';
    display: inline-block;
    margin-right: 4px;
    color: #fff;
}
.post-categories li a:hover {
    opacity: .8;
}
.share_sns_container {
    margin: 0 0 0 auto;
}
.share_sns_container li :before {
    font-size: 1.875rem;

    display: block;
    margin: 0 10px 0 0;
}
.share_sns_container li:nth-of-type(1) :before {
    color: #3f51b5;
}
.share_sns_container li:nth-of-type(2) :before {
    color: #2196f3;
}
.share_sns_container li:nth-of-type(3) :before {
    color: #4caf50;
}
.article_top {
    margin: 0 0 30px;
    align-items: center;
}
.article_main h2 {
    margin: 30px 0 20px 0;
    background: #000;
    padding: 20px 20px;
    font-size: 25px;
    color: #fff;
    text-align: left;
}
.article_main h3 {
    margin: 30px 0 20px 0;
    font-weight: bold;
    font-size: 1.4375rem;
    border-bottom: 1px solid #333;
    padding: 0 0 5px;
}
.article_main h3:before {
    content: none;
}
.article_main h4 {
    margin: 30px 0 20px 0;

    font-weight: bold;
    font-size: 1.25rem;
}
.article_main h5 {
    margin: 30px 0 20px 0;
    font-weight: bold;
}
.article_main .post_thumbnail_container img {
    display: block;
    margin: 0 auto 30px;
    height: auto;
}
.article_main img {
    display: block;
    margin: 0 auto 30px;
}
.article_main a {
}
.article_main p {
    margin: 0 0 25px;
    line-height: 1.8;
}
.article_main strong {
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-weight: bold;
}
.article_main table {
    margin: 0 0 25px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
}
.article_main table th {
    background: rgba(0, 127, 235, 0.1);
    font-weight: bold;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    padding: 10px 20px;
}
.article_main table td {
    border-left: 1px solid #222;
    padding: 10px 20px;
    border-bottom: 1px solid #222;
    font-size: 15px;
}
.article_main ul {
    padding: 20px 20px 20px 30px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin: 0 0 30px;
}
.article_main ul li {
    position: relative;
    padding: 0.5em 0.5em 0.5em 30px;
    line-height: 1.5em;
}
.article_main ul li:before {
    position: absolute;
    content: "";
    display: inline-block;
    background: #333;
    border-radius: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.article_main ol {
    border: solid 1px whitesmoke;
    padding: 20px 20px 20px 50px;
    position: relative;
    background: #fafafa;
    margin: 0 0 30px;
}
.article_main ol li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none !important;
    position: relative;
}
.article_main ol li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    position: absolute;
    font-weight: bold;
    left: -18px;
    color: gray;
}
.article_main dl {
}
.article_main dt {
    background: #f3f3f3;
    padding: 10px;
    margin: 0 0 10px;
}
.article_main dd {
    border-left: 1px solid #333;
    padding: 0 0 0 10px;
    margin: 0 0 25px;
    line-height: 1.8;
}
/*シングル*/
.single_txt_area{
    padding: clamp(20px, 3vw, 40px);
    margin-bottom: 60px;
}
.wp-embedded-content{
    max-width: 100%;
}
.single-post .post-categories li a:before{
    color: var(--m_color);
}
.single_pagenavi {
    margin: 60px 0 0 0;
    gap: 20px;
}
.single_pagenavi .prev,
.single_pagenavi .next{
    max-width: calc(50% - 5px);
    width: 200px;
}
.single_pagenavi .prev a,
.single_pagenavi .next a {
    display: block;
    padding: 20px 30px;
    text-decoration: none;
    width: 100%;
    position: relative;
    transition: .2s;
    background: var(--gr);
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
.single_pagenavi .prev a:hover,
.single_pagenavi .next a:hover {
    opacity: .8;
}
.single_pagenavi .prev a i,
.single_pagenavi .next a i{
    color: #fff;
}
/*目次*/
.outline {
    border: 1px solid #ddd;
    padding: 30px;
    margin: 10px 0 30px;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5em;
    max-width: 800px;
}
.outline__title {
    font-size: 1rem;
    font-weight: bold;
}
.outline__toggle {
    display: none;
}
.outline__switch::before {
    content: "開く";
    cursor: pointer;
    background: #fff;
    border: solid 1px #eee;
    padding: 5px 10px;
    font-size: 0.8rem;
    margin-left: 5px;
    border-radius: 5px;
}
.outline__toggle:checked + .outline__switch::before {
    content: "閉じる";
}
.outline__switch + .outline__list {
    overflow: hidden;
    width: 0;
    height: 0;
    margin: -20px 0;
    transition: 0.2s;
    border: none;
    padding: 0;
}
.outline__toggle:checked + .outline__switch + .outline__list {
    width: auto;
    height: auto;
    margin: 20px 0px 0;
    transition: 0.2s;
    border-top: solid 1px #ddd;
    padding: 17px 20px 0;
    border-bottom: none;
    background: none;
}
ul.outline__list li {
    border: none;
    margin: 0 0 0px;
    padding: 0.5em 0.5em 0.5em 15px;
}
ul.outline__list li:before {
    content: "-";
    width: 0;
    height: 0;
    line-height: 1.6;
    top: 6px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}
ul.outline__list ul {
    border: none !important;
    margin: 0 !important;
    padding: 0em 0 0em 1em !important;
    background: none !important;
}
.outline__link {
    position: relative;
    color: #191919 !important;
}
span.outline__number {
    display: none;
}
label.outline__switch {
    position: relative;
    float: right;
}
.outline ul {
    -webkit-padding-start: 1.2em;
}
/*-------------------------------------
サイドバー
-------------------------------------*/
.side_container {
    margin: 0 0 0 50px;
    width: 250px;
}
.side_container > section {
    margin: 0 auto 30px auto;
}
.widget_title{
    margin-bottom: 0;
}
.widget_title span {
    color: #000;
    border-bottom: 1px solid;
    margin: 0 0 10px;
    text-align: left;
    padding: 6px 0;
    display: block;
}
.side_container li {
    position: relative;
}
.side_container li + li{
    margin-top: 10px;
}
.side_container li a{
    transition: 0.3s ease-out;
}
.side_container li a:hover {
    opacity: 0.7;
}
.side_container li a {
    font-size: 14px;
    text-decoration: none;
    color: #222;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}
/*検索窓*/
.widget_search {
    position: relative;
    margin-bottom: 30px;
}
.widget_search input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.16);
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: 0.4em 0.8em;
    outline: 0;
    width: 100%;
}
.widget_search input[type="text"] {
    width: 100%;
}
.widget_search button[type="submit"] {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 10px;
    background-color: transparent;
}
.widget_search button[type="submit"] i{
    color: var(--m_color);
    font-size: 24px;
    transform: translateY(1px);
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}
input[type="search"]::-moz-search-clear-button {
    display: none;
}
/*最近の投稿*/
.widget_my_recent_posts img {
    max-width: 70px;
    height: 50px;
    object-fit: cover;
    font-family: "object-fit: cover;";
    margin: 0 5px 0 0;
}
.widget_my_recent_posts .news_clock {
    font-size: 0.6875rem;
    display: flex;
    margin: 5px 0 0;
    align-items: center;
}
.widget_my_recent_posts .news_clock i{
    padding-right: 4px;
}
.widget_my_recent_posts time {
    font-size: 0.6875rem;
}
/*カテゴリーとアーカイブ*/
.widget_archive li a,
.widget_categories li a {
    display: inline-block;
    font-size: 14px;
    border-radius: 40px;
    color: #000;
    background-color: #f7f7f5;
    padding: 0 5px;
}
.widget_archive li a:before,
.widget_categories li a:before {
    content: "●";
    margin: 0 5px 0 0;
    color: var(--m_color);
}
/*アーカイブ　ページネーション*/
.wp-pagenavi{
    margin-top: 60px;
    display: flex;
    gap: 10px;
}
.wp-pagenavi .page-numbers {
    text-decoration: none;
    background-color: var(--m_color);
    display: inline-block;
    padding: 0 24px;
    box-sizing: border-box;
    color: #fff;
    font-family: var(--font_eng);
    font-size: 24px;
    height: 64px;
    vertical-align: middle;
    line-height: 64px;
}
.wp-pagenavi .current {
    box-sizing: border-box;
    pointer-events: none;
    color: #000;
    background-color: #f7f7f5;
}
.wp-pagenavi .page-numbers:hover {
    opacity: 0.8;
}
.page-numbers.next,
.page-numbers.prev{
    font-size: 18px;
}
/*-------------------------------------
温かくて強い家
-------------------------------------*/
.insulation_container{
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 40px);
}
.insulation_container + .insulation_container{
    margin-top: 40px;
}
.insulation_container_inner{
    padding: 0 clamp(20px, 3vw, 60px) clamp(40px, 3vw, 60px) clamp(20px, 3vw, 60px);
}
.insulation_container h2{
    text-align: left;
    color: #fff;
    background-color: var(--m_color);
    font-size: 20px;
    padding: 16px 40px;
    font-weight: 500;
    margin-bottom: 40px;
}
.insulation_container_inner img{
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}
.img_flex {
}
.img_flex img{
    width: 50%;
}
/*-------------------------------------
無料長期保証
-------------------------------------*/
.security {
}
.security_ttl {
    align-items: flex-end;
    padding-bottom: 40px;
}
.security_ttl h2{
    font-size: clamp(38px,3vw,48px);
    color: var(--m_color);
    font-family: var(--font_eng);
    text-align: right;
    line-height: 1.25;
    width: 420px;
    margin-bottom: 0;
    border-right: 2px solid var(--g_color);
    padding: 10px 0;
    padding-right: 40px;
    margin-right: 40px;
}
.security_ttl h2 span{
    display: block;
    font-size: 20px;
    line-height: 1.25;
}
.security_ttl dl{
    width: calc(100% - 410px);
}
.security_ttl dl dt{
    color: var(--m_color);
    font-size: 28px;
    margin-bottom: 10px;
}
.security_ttl dl dd{
}
.security_container{
    padding: 40px 0;
}
.security_container + .security_container{
    margin-top: 40px;
}
.security_h3_area{
    align-items: center;
}
.security_h3_area h3{
    background-color: var(--m_color);
    color: #fff;
    font-weight: 600;
    padding: 4px 60px;
    font-size: 24px;
    margin: 0;
    min-width: 300px;
    max-width: 100%;
    border-radius: 0 30px 30px 0;
    text-align: center;
}
.security_h3_area p{
    font-size: 18px;
}
.security_inner{
    padding: 20px 60px;
}
.security_dl_1{
    position: relative;
}
.platinumcoat .security_dl_1:after{
    content: '';
    position: absolute;
    width: 250px;
    aspect-ratio: 1 / 1;
    background-image: url(img/platinumcoat_img.png);
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.security_dl_1 dt{
    color: var(--m_color);
    font-size: 22px;
        z-index: 3;
}
.security_dl_1 dt .security_h3_bubble_box{
    display: none;
}
.security_dl_1 dt span{
}
.platinumcoat .security_dl_1 dd{
    width: 60%;
    z-index: 3;
}
.security_dl_2 {
    gap: 10px;
    padding: 30px 20px;
}
.security_dl_2 dt{
}
.security_dl_2 dt span{
    color: #aaa;
    border: 1px solid;
    padding: 0 10px;
    border-radius: 20px;
    text-indent: 0.1em;
    display: inline-block;
    line-height: 1.5;
    width: 88px;
}
.security_dl_2 dd{
    gap: 20px;
}
.security_dl_3{
}
.security_dl_3 dt{
}
.security_dl_3 dd{
    font-size: 14px;
    color: #aaa;
}
.system{
    margin: 20px 0 30px 0;
    position: relative;
    z-index: 1;
    user-select: none;
    width: 1040px;
}
.scroll-hint-icon{
    z-index: 10;
}
.s_label {
    align-items: stretch;
}
.s_label + .s_label{
    margin-top: 10px;
}
.s_label_1{
    width: 160px;
    text-align: center;
    position: relative;
}
.s_label_1_inner{
    padding: 10px;
    border: 1px solid;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s_label_2{
    width: 450px;
    padding-left: 16px;
    position: relative;
    z-index: 3;
}
.s_label_2_inner{
    font-size: 20px;
    text-align: center;
    background-color: var(--g_color);
    padding: 8px 10px;
    position: relative;
}
.s_label_2_inner:after{
    content: "";
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 26px solid var(--g_color);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.s_label_2_att{
    position: absolute;
    border-top: 4px solid #fff;
    width: 50%;
    left: 0;
    bottom: 0;
    border-right: 4px solid #fff;
    text-align: center;
    padding: 4px 10px;
    background-color: var(--g_color);
}
.s_label_3{
    width: 340px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.s_label_3_inner{
    font-size: 20px;
    text-align: center;
    background-color: var(--a_color);
    padding: 8px 10px 8px 40px;
    position: relative;
}
.s_label_3_inner:after{
    content: "";
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 26px solid var(--a_color);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.s_label_3_inner:before{
    content: "";
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 32px solid var(--w_color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.s_label_bubble{
    display: inline-block;
    border: 2px solid #85b36a;
    color: #85b36a;
    position: relative;
    padding: 0 10px;
    margin-top: 10px;
}
.s_label_bubble:before{
    content: '';
    background: #85b36a;
    height: calc(tan(60deg) * 14px / 2);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    width: 12px;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
}
.s_label_bubble span{
}
.s_label_green{
    border-top: 2px dotted var(--g_color);
    padding-top: 10px;
}
.s_label_green .s_label_2_inner{
    text-align: right;
    padding-right: 76px;
    background-color: #85b36a;
    color: #fff;
    text-align: right;
}
.s_label_green .s_label_1 .s_label_1_inner{
    background-color: #85b36a;
    border: none;
    color: #fff;
    line-height: 1.5;
}
.s_label_green .s_label_2_inner:after{
    border-left: 26px solid #85b36a;
}
.s_label_green .s_label_3_inner{
    background-color: #c7deba;
}
.s_label_green .s_label_3_inner:after{
    border-left: 26px solid #c7deba;
}
.s_label_bubble_g{
    background-color: #85b36a;
    color: #fff;
}
.s_label_bubble_g:before{
    transform: none;
    left: 0;
}
.s_label_bubble_2{
    margin-left: 60px;
}
.s_label_bubble_3{
    margin-left: 40px;
}
.s_label_bubble_4{
    margin-left: -150px;
}
.s_label_bubble_4 span{
    color: #85b36a;
    border-left: 2px solid #85b36a;
    padding-left: 10px;
    margin-left: 10px;
}
.s_label_bubble_4:before{
    transform: none;
    left: 36px;
}
.s_label_4{
    margin-left: 26px;
    padding: 0 4px;
}
.s_label_4_inner{
    text-align: center;
}
.s_label_4_inner span{
    color: #85b36a;
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
}
.building .s_label:first-of-type .s_label_1:before,
.building .s_label:first-of-type .s_label_2:before,
.building .s_label:first-of-type .s_label_2:after,
.building .s_label:first-of-type .s_label_3:before{
    content: 'お引き渡し';
    position: absolute;
    width: 100%;
    left: calc(100% + 10px);
    bottom: 100%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 600;
}
.building .s_label:first-of-type .s_label_2:before{
    content: '10年目';
    left: 0;
    text-align: center;
    width: 100%;
    transform: none;
    padding-left: 16px;
}
.building .s_label:first-of-type .s_label_2:after{
    content:'20年目';
    text-align: center;
}
.building .s_label:first-of-type .s_label_3:before{
    content: '30年目以降';
    width: 79px;
}
.att_area {
    padding: 0 20px;
}
.att_area_left{
    width: 155px;
    font-size: 18px;
}
.att_area_right{
    border-left: 2px solid var(--g_color);
    padding-left: 22px;
    margin-left: 20px;
    font-size: 14px;
    width: calc(100% - 175px);
}
.g_label{
}
.g_label .s_label_1{
    width:150px;
}
.g_label .s_label_1_inner{
    border: 2px solid #6c79b8;
    color: #6c79b8;
}
.g_label .s_label_2{
    width: 160px;
}
.g_label .s_label_2:before{
    content: '';
    width: 1px;
    height: calc(100% + 10px);
    position: absolute;
    border-left: 2px solid;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.g_label .s_label_2_inner{
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ced3e6;
}
.g_label .s_label_2_inner:after{
    border-left: 26px solid #ced3e6;
}
.g_label .s_label_3{
}
.g_label .s_label_3:after{
    content: '';
    width: 1px;
    height: calc(100% + 10px);
    position: absolute;
    border-left: 2px dashed;
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.g_label .s_label_3_inner{
    background-color: #6c79b8;
    color: #fff;
}
.g_label .s_label_3_inner:after{
    border-left: 26px solid #6c79b8;
}
.g_label .s_label_4{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
}
.g_label .s_label_4_inner{
    color: #908b99;
    border: 1px solid #908b99;
    padding: 4px 20px;
    border-radius: 30px;
}
.ground .system {
    width: 902px;
}
.ground .s_label_bubble{
    border: 2px solid #6c79b8;
    color: #6c79b8;
}
.ground .s_label_bubble:before{
    background: #6c79b8;
}
.ground .s_label_bubble.todown{
    margin-left: 115px;
    margin-bottom: 15px;
}
.ground .s_label_bubble.todown:before{
    transform: translateX(-50%) rotate(180deg);
    bottom: auto;
    top: 100%;
}
.ground .s_label_bubble.s_label_bubble_2{
    margin-left: 280px;
}
.ground .s_label_bubble.s_label_bubble_3{
    margin-left: 195px;
}
.ground_att{
    position: absolute;
    font-size: 18px;
    bottom: 100%;
    left: 0;
}
.ground_att span{
    font-size: 24px;
    color: #6c79b8;
}
.t_label .s_label_1{

}
.t_label .s_label_1_inner{
    border: 1px solid #dea851;
    color: #dea851;
}
.t_label .s_label_2{
    width: 300px;
}
.t_label .s_label_2_inner{
    background-color: #dea851;
    color: #fff;
}
.t_label .s_label_2_inner:after{
    border-left: 26px solid #dea851;
}
.t_label .s_label_3{
    width: 200px;
}
.t_label .s_label_3_inner{
    background-color: #efdcc0;
}
.t_label .s_label_3_inner:after{
    border-left: 26px solid #efdcc0;
}
.t_label .s_label_4{
    width: 200px;
    margin-left: 0;
    z-index: 1;
}
.t_label .s_label_4_inner{
    height: 100%;
    font-size: 20px;
    text-align: center;
    background-color: #efdcc0;
    padding: 8px 10px 8px 40px;
    position: relative;
}
.t_label .s_label_4_inner:before,
.t_label .s_label_5_inner:before{
    content: "";
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 32px solid var(--w_color);
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
}
.t_label .s_label_4_inner:after{
    content: "";
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 26px solid #efdcc0;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.t_label .s_label_5{
}
.t_label .s_label_5_inner{
    height: 100%;
    font-size: 20px;
    text-align: center;
    background-color: #efdcc0;
    padding: 8px 10px 8px 40px;
    position: relative;
    font-size: 16px;
}
.t_label .s_label_5_inner span{
    font-size: 20px;
    color: #dea851;
    font-weight: 600;
}
.termite .system{
    width: 986px;
}
.termite .s_label_bubble{
    border: 2px solid #dea851;
    color: #dea851;
    margin-left: 290px;
}
.termite .s_label_bubble:before{
    background: #dea851;
}
.termite .s_label_bubble_1:after{
    content: '10年目';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    color: #444;
}
.termite .s_label_bubble_2{
    margin-left: 40px;
}
.termite .s_label_bubble_3{
    margin-left: 28px;
}
.termite .s_label_bubble_4{
    margin-left: 22px;
}
.termite .s_label_bubble_4:before{
    left: 50%;
    transform: translateX(-50%);
}
.termite .security_dl_1{
    width: calc(100% - 240px);
    margin-right: 40px;
}
.termite .security_dl_1 + img{
    width: 200px;
}
.system_large{
    max-width: 985px;
    margin: 0 auto;
    font-size: 24px;
    color: #9c98a7;
}
.security_h3_bubble_box{
    width: 120px;
    position: relative;
}
.security_h3_bubble{
    width: 150px;
    background-color: #dea851;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    aspect-ratio: 1 / 0.7;
    font-size: 28px;
    transform: translateY(-50%) rotate(15deg);
    margin: 0 0 0 -40px;
    position: absolute;
    top: 50%;
    left: 0;
}
.security_h3_bubble:after{
    content: '';
    background: #dea851;
    height: calc(tan(60deg) * 18px / 2);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    width: 18px;
    left: 22px;
    top: calc(100% - 13px);
    transform: rotate(220deg);
}
.platinumcoat_info{
    max-width: 750px;
    margin: 10px auto 20px auto;
}
.platinumcoat_info dt{
    font-size: 20px;
    text-align: center;
}
.platinumcoat_info dt img{
    display: inline-block;
    max-height: 40px;
}
.platinumcoat_info dt .c_green{
    font-size: 24px;
}
.platinumcoat_info dd{
    text-align: center;
    padding: 0 20px;
    position: relative;
}
.platinumcoat_info dd:before,
.platinumcoat_info dd:after{
    content: '';
    width: 10px;
    height: 100%;
    border: 2px solid #ddd;
    border-right: none;
    position: absolute;
    top: 0;
    left: 0;
}
.platinumcoat_info dd:after{
    border-right: 2px solid #ddd;
    border-left: none;
    left: auto;
    right: 0;
}
.c_green{
    color: #85b36a;
}
.platinumcoat_att{
    margin-top: 10px;
}
.platinumcoat_att p{
    font-size: 12px;
    margin-right: 20px;
}
.recommended_box{
    max-width: 900px;
    margin: 10px auto 0 auto;
}
.recommended_box .recommended{
    background-color: #ea932f;
    aspect-ratio: 1 / 1;
    color: #fff;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recommended_box p{
    font-size: 12px;
    width: calc(100% - 70px);
    padding-left: 10px;
}
.recommended_small{
    font-size: 12px;
    margin-top: 10px;
}
.recommended_small span{
    color: #a66262;
}
.equipment{
}
.equipment .security_dl_1{
    width: 50%;
    padding-right: 60px;
}
.equipment .equipment_list{
    width: 50%;
    align-items: stretch;
    justify-content: space-between;
}
.equipment .equipment_list li{
    width: calc((100% - 20px) / 3);
    border: 2px solid var(--m_color);
    padding: 10px;
}
.equipment .equipment_list li dl{
    text-align: center;
}
.equipment .equipment_list li dl dt{
    color: var(--m_color);
    font-size: 24px;
    line-height: 1.25;
}
.equipment .equipment_list li dl dt span{
    color: var(--m_color);
    font-size: 14px;
    display: block;
}
.equipment .equipment_list li dl dd{
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding-top: 6px;
    margin-top: 6px;
    line-height: 1.25;
}
.equipment{
}
.equipment_example {
    border-top: 2px dotted #ddd;
    border-bottom: 2px dotted #ddd;
    padding: 10px 0;
    margin: 10px 0;
}
.equipment_example_left{
    width: 252px;
    margin-left: 40px;
}
.equipment_example_left p{
    text-align: center;
    color: #9a91aa;
    line-height: 1.25;
}
.equipment_example_left p .c_blue{
    display: block;
    color: #6671af;
    font-weight: 600;
    font-size: 18px;
}
.equipment_example_left_small{
    display: block;
    font-size: 14px;
}
.equipment_example_right{
    width: calc(100% - 292px);
    padding-left: 40px;
}
.equipment_example_right ul{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.equipment_example_right ul li{
    background-color: #6671af;
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
    border-radius: 4px;
}
.equipment_example_right ul li sup{
    color: #fff;
    font-size: 10px;
}
.notapplicable {
}
.notapplicable_ttl{
    background-color: #9a91aa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 120px;
}
.notapplicable_ttl p{
    color: #fff;
}
.notapplicable_list{
    margin: 0 10px;
    border-right: 2px solid #9a91aa;
    padding-right: 10px;
}
.notapplicable_list li{
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
}
.notapplicable_list li:before{
    content: '●';
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #9a91aa;
}
.notapplicable_att{
    width: calc((100% - 120px) / 2);
}
.notapplicable_att li{
    font-size: 9px;
    text-indent: -23px;
    padding-left: 23px;
}
.notapplicable + p{
    font-size: 14px;
    margin-top: 10px;
}
.maintenance{
}
.maintenance::before{
    content: '';
    width: 300px;
    aspect-ratio: 1.5 / 1;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(img/maintenance_bg.png);
    background-size: cover;
    opacity: .8;
}
.maintenance_flow {
    align-items: center;
}
.maintenance_flow_container{
}
.delivery{
    background-color: #9a91aa;
    color: #fff;
    font-weight: 600;
    padding: 4px 2px 4px 9px !important;
    font-size: 16px !important;
    width: 92px;
}
.delivery:after{
    content: "";
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 10px solid #9a91aa;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.maintenance_flow_container p{
    font-size: 20px;
    padding: 0 30px;
    position: relative;
}
.maintenance_flow_container p:not(.delivery):after{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    border-top: 1px solid #9a91aa;
    border-right: 1px solid #9a91aa;
    transform: rotate(45deg);
    top: 8px;
    right: 0;
}
.maintenance_flow + p{
    font-size: 20px;
    color: var(--m_color);
    line-height: 1.25;
    margin: 20px;
}
.maintenance_flow + p span{
    color: #ca8e41;
    font-size: 24px;
}
.reform{
}
.reform dt{
    color: #9a91aa;
    font-size: 24px;
}
.reform dd{
}
/*-------------------------------------
お問い合わせ
-------------------------------------*/
.other_tel{
    gap: 40px;
    margin-bottom: 60px;
}
.other_cta_container{
    padding: 40px;
    width: calc(50% - 20px);
}
.other_cta_container dl{
    text-align: center;
}
.other_cta_container dl dt{
    font-size: 20px;
}
.other_cta_container dl dd{
}
.other_cta_container dl dd a{
    font-size: 42px;
    margin: 10px 0;
    display: inline-block;
}
.other_cta_container dl dd a i{
    font-size: 28px;
    margin-right: 10px;
}
.cta {
    border-bottom: 1px solid #fff;
}
.cta_flex{
    gap: 20px;
}
.btn_container_cta{
    width: calc((100% - 20px) / 2);
}
.btn_container_cta a{
    display: block;
    background-color: #fff;
    padding: clamp(20px,3vw,40px);
}
.btn_container_cta a dl{
}
.btn_container_cta a dl dt{
    font-size: clamp(20px,2vw,32px);
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 4px;
    position: relative;
    color: var(--m_color);
}
.btn_container_cta a dl dt:after{
    content: '';
    width: 14px;
    height: 14px;
    border-top: 2px solid var(--m_color);
    border-right: 2px solid var(--m_color);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    right: 0;
}
.btn_container_cta a dl dt i{
    font-size: 24px;
    margin-right: 10px;
    color: var(--m_color);
}
.btn_container_cta a dl dd{
}
.page_contact_cta{
    margin: 0 auto 100px auto;
}
.cta.page_contact_cta .top_business_btn{
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.4), 5px 5px 10px rgba(0, 0, 0, 0.16);
    max-width: 700px;
    border-radius: 100px;
    padding: 30px 10px;
    background: linear-gradient(135deg, #0d3c80 0%, #5779AB 100%);
    background: -webkit-linear-gradient(-45deg, #0d3c80 0%, #5779AB 100%);
    transition: .3s;
}
.cta.page_contact_cta .top_business_btn:hover{
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.4), 5px 15px 10px rgba(0, 0, 0, 0.16);
    transform: translateY(-10px);
    opacity: 1;
}
.other_contact{
    justify-content: space-between;
}
.cta.page_contact_cta .cta_ttl{
    letter-spacing: 0.1em;
    font-size: 40px;
}
.contact_btn {
    justify-content: space-between;
}
.contact_btn > div {
    width: calc(100% / 3 - 2vw);
    border: 1px solid var(--m_color);
    text-align: center;
}
.contact_btn a {
    display: block;
    text-decoration: none;
    padding: var(--m_ps5);
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.contact_btn a:hover {
    opacity: 0.6;
}
.contact_btn i {
    display: block;
    font-size: clamp(18px, 3vw, 24px);
    margin-bottom: 30px;
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: var(--m_color);
}
.contact_btn i:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #ddd;
    border-radius: 50%;
    width: 65px;
    height: auto;
    aspect-ratio: 1/1;
}
.contact_btn span {
    font: bold clamp(16px, 3vw, 18px) var(--font_ja);
    display: block;
    margin-bottom: var(--m_ps3);
}
.contact_btn p {
    position: relative;
    background: var(--m_color);
    border-radius: 50%;
    aspect-ratio: 1/1;
    height: auto;
    width: 35px;
    margin-left: auto;
    margin-right: auto;
}
.contact_btn p:before {
    position: absolute;
    right: 18px;
    top: 50%;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    margin-top: -1px;
}

.contact_contaciner {
}
.contact_info_wrap {
    gap: 3vw;
}
.contact_inner {
}
.contact_info {
    background: var(--a_color);
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 5vw;
    flex: 1;
}
.contact_info div {
    font-size: clamp(18px, 3vw, 25px);
}
.contact_info a {
    color: var(--m_color);
    cursor: pointer;
    font: 400 clamp(35px, 4vw, 60px) / 1 var(--font_en);
    letter-spacing: 0.05em;
    margin: 0 0 5px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    width: fit-content;
}
.contact_info a img {
    display: block;
    margin-right: 10px;
    width: max(30px, 3vw);
}
.contact_info a:hover {
    opacity: 0.7;
}

/*お問い合わせフォーム内*/
.wpcf7 {
}
.wpcf7-list-item-label {
    margin-left: 5px;
}
.wpcf7-form_form {
    background: #fff;
    border-top: 1px solid #ddd;
}
.wpcf7-form_form table {
    table-layout: fixed;
    width: 100%;
}
.wpcf7-form_form tr{
    align-items: stretch;
}
.wpcf7_left {
    border-bottom: 1px solid #ddd;
    display: block;
    font-weight: normal;
    list-style: none;
    padding: 25px 15px;
    text-align: left;
    width: 25%;
}
form.wpcf7-form .required:after {
    background: #e74c3c;
    color: #fff;
    content: "必須";
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    margin-right: 5px;
    padding: 5px 5px;
    vertical-align: middle;
    width: auto;
}
form.wpcf7-form .required2:after {
    background: #3f51b5;
    color: #fff;
    content: "任意";
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    margin-right: 5px;
    padding: 5px 5px;
    vertical-align: middle;
    width: auto;
}
.wpcf7_right {
    /* border-bottom: none; */
    align-items: center;
    border-bottom: 1px solid #ddd;
    border-left: none;
    padding: 25px 15px;
    width: 75%;
}
.wpcf7_checkbox_title {
    background: #f3f3f3;
    border: 1px solid #ddd;
    border-bottom: none;
    max-width: 200px;
    width: 100%;
}
span.wpcf7-list-item {
    display: block !important;
}
.wpcf7-list-item_first_input input {
    width: auto !important;
}
span.wpcf7-list-item input {
    width: auto !important;
}
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
    border: 2px solid #e94e43 !important;
    color: #e94e43;
    font-size: 14px;
    margin: 30px 0;
}
@media all and (-ms-high-contrast: none) {
    span.wpcf7-list-item input {
        margin: 0 5px 0 0;
    }
}
.form_privacy span.wpcf7-list-item input {
    margin: 0 5px 4px 0;
}
.wpcf7_container #info2 {
    margin: 10px 0 0;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    background: #f3f3f3;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border: none;
    font-size: 100%;
    outline: none;
    /* border-radius: 3px; */
    padding: 8px;
    width: 100%;
}
.wpcf7-form-control-wrap select {
    background: #f3f3f3;
    padding: 8px;
}
.wpcf7-checkbox input,
.wpcf7-checkbox label span {
    cursor: pointer;
}
.form_privacy {
    display: block;
    margin: 30px 0;
    text-align: center;
}
.wpcf7c-elm-step2 {
    text-align: center;
}
.wpcf7_container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wpcf7 input[name="your-age2"],
.wpcf7 input[name="your-age"],
.wpcf7 input[name="zip3"],
.wpcf7 input[name="zip3"],
.wpcf7 input[name="zip2"],
.wpcf7 input[name="zip"],
.wpcf7 input[name="your-email3"],
.wpcf7 input[name="your-name-kana3"],
.wpcf7 input[name="your-name3"],
.wpcf7 input[name="your-email2"],
.wpcf7 input[name="your-name-kana2"],
.wpcf7 input[name="your-name2"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-name-kana"],
.wpcf7 input[name="your-name"],
.wpcf7 input[name="age"],
.wpcf7 input[name="personal_postal_code"],
.wpcf7 input[name="email"],
.wpcf7 input[name="last_name_kana"],
.wpcf7 input[name="first_name_kana"],
.wpcf7 input[name="last_name"],
.wpcf7 input[name="first_name"],
.wpcf7-form-control-wrap input[type="date"],
.your-adult input[type="text"],
.your-child input[type="text"],
.zip input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 .width_min {
    width: 300px;
}

.wpcf7 .width_min2 {
    max-width: 500px;
    width: 100%;
}
.your-adult {
    margin-bottom: 10px;
}
.your-adult,
.your-child {
    align-items: center;
}
.your-adult input,
.your-child input {
    margin-left: 5px;
    margin-right: 5px;
}
.wpcf7 select[name="menu-568"],
.wpcf7 select[name="menu-569"],
.wpcf7 select[name="bbb1"],
.wpcf7 select[name="bbb2"] {
    margin-left: 20px;
}

.wpcf7 .m-r03,
.wpcf7 .m-r02,
.wpcf7 .m-r01 {
    align-items: center;
    display: flex;
}
.wpcf7 .m-r01 span:nth-child(1) {
    width: 105px;
}
.wpcf7 .m-r02 span:nth-child(1) {
    width: 60px;
}
.wpcf7 .m-r03 span:nth-child(1) {
    width: 80px;
}
.wpcf7-form-control-wrap input[readonly] {
    background: #f3f3f3;
    cursor: not-allowed;
}

/*==================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    margin: 0 auto;
}
.accordion-area-item {
    margin: 10px 0;
}
/*アコーディオンタイトル*/
.accordion_ttl {
    background: #00bcd4;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 25px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease;
}
/*アコーディオンで現れるエリア*/
.accordion_box {
    display: none;
}
/****************/
input::placeholder {
    color: #ccc;
}
input::-moz-input-placeholder {
    color: #ccc;
}
input::-ms-input-placeholder {
    color: #ccc;
}
textarea::placeholder {
    color: #ccc;
}
textarea::-ms-placeholder {
    color: #ccc;
}
textarea::-moz-placeholder {
    color: #ccc;
}
/*submitボタンのリセットCSS*/
input[type="submit"],
input[type="button"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}
.wpcf7-form div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #e94e43;
    color: #e94e43;
    font-size: 14px;
    margin: 30px 0;
}
.wpcf7-form span.wpcf7-not-valid-tip {
    color: #e94e43;
    font-size: 14px;
}
/*submitボタンの装飾*/
.wpcf7c_submit {
    text-align: center;
}
.wpcf7c_submit input {
    border: none;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin: 15px auto 0;
    max-width: 250px;
    outline: none;
    padding: 15px;
    width: 100%;
    z-index: 0;
}
.wpcf7c_submit input[type="submit"] {
    background: var(--m_color);
    text-align: center;
}
.wpcf7c_submit input[type="submit"]:hover,
.wpcf7c_submit input[type="button"]:hover {
    opacity: 0.8;
}
.wpcf7c_submit input[type="button"] {
    background: none;
    border: 1px solid;
    color: #555;
}

/*プライバシーポリシー*/
.readme {
    border: 1px solid #dadada;
    font-size: 0.8125rem;
    height: 200px;
    margin: 40px auto 10px;
    overflow-y: scroll;
    padding: 10px 20px;
    width: 78%;
}
.readme dl {
    margin: 20px 0 0;
}
.readme dt {
    font-weight: bold;
}
.readme dd {
    margin: 0 0 0 15px;
}
.readme ol li {
    list-style: decimal-leading-zero;
    margin: 0 0 0 40px;
}

/* コンタクトフォーム確認画面 */
#wpcf7cpcnf {
    background: #fff;
    z-index: 1 !important;
}
#wpcf7cpcnf table {
    border-bottom: 1px solid #ccc;
    width: 100%;
}
#wpcf7cpcnf table th {
    border-top: 1px solid #ccc;
    color: #202020;
    font-weight: normal;
    padding: 25px 15px;
    text-align: left;
    width: 25%;
}
#wpcf7cpcnf table th p {
    color: #202020;
}
#wpcf7cpcnf table td {
    background: #fff;
    border-top: 1px solid #ccc;
    padding: 25px 15px;
    vertical-align: middle;
    width: 75%;
}
.wpcf7cp-btns {
    text-align: center;
}
.wpcf7cp-btns button {
    cursor: pointer;
    font-weight: bold;
    padding: 15px 20px;
}
.wpcf7cp-cfm-edit-btn {
    background: #ddd;
    border: none;
    color: #202020;
}
.wpcf7cp-cfm-submit-btn {
    background: #555;
    border: none;
    color: #fff;
}
/*recaptcha*/
.grecaptcha-badge {
    display: none;
}

/*送信完了画面*/
.thanks_tel {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.thanks_tel a {
    font: clamp(27px, 4vw, 60px) var(--font_en);
    text-decoration: none;
    color: var(--f_color);
}
.thanks_tel a i {
    font-size: clamp(23px, 4vw, 45px);
    margin-right: 10px;
}
/*-------------------------------------
フッター
-------------------------------------*/
.follow_bar{
    position: fixed;
    top: 50%;
    right:0;
    transform: translateY(-50%);
    z-index: 100;
}
.follow_btn{
}
.follow_btn + .follow_btn{
    margin-top: 20px;
}
.follow_btn a{
    writing-mode: vertical-rl;
    display: block;
    background-color: var(--m_color);
    color: #fff;
    padding: 30px 14px;
    font-size: 14px;
}
.follow_btn a i{
    color: #fff;
    margin-top: 14px;
}
.footer {
    padding-bottom: 40px;
}
.footer_flex{
    justify-content: space-between;
}
.footer .site_title{
    width: 260px;
    position: static;
    margin-bottom: 40px;
}
.footer_flex *{
    color: #fff !important;
}
.footer_address{
    align-items: flex-start;
    gap: 40px;
}
.address_container + .address_container{
}
.address_container p{
    font-size: 14px;
}
.footer_sns{
    margin-top: 20px;
}
.footer_sns a i{
    font-size: 28px;
}
.footer_nav_container {
}
.footer_nav{
    margin-right: 40px;
}
.footer_nav_container li{
}
.footer_nav_container li + li{
    margin-top: 6px;
}
.footer_nav_container li a i{
    font-size: 24px;
}
.copyright {
    margin-top: 80px;
}
/* topに戻る */
#page-top {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 1000;
}
#page-top a {
    display: block;
    position: relative;
    color: #444;
    padding: 10px 12px;
    border-radius: 50%;
    border: 1px solid #444;
    width: 50px;
    height: 50px;
}
#page-top a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #444;
    border-left: 2px solid #444;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 61%;
}
#page-top a:hover {
    opacity: 0.7;
}
.grecaptcha-badge{
    bottom: 90px !important;
    z-index: 1001;
}

@media only screen and (max-width: 1024px) {
    /*-------------------------------------
    header
    -------------------------------------*/
    .header {
        padding: 0;
    }
    .site_title a {
        padding: 0;
        margin: 0;
    }
    .pc_header_nav{
        display: none;
    }
    .sp_trigger_nav_container{
        display: inline-block;
        position: relative;
        z-index: 12;
        pointer-events: all;
    }
    .header_nav_container {
        display: flex !important;
        background-color: #fff;
    }
    .header_nav_container:before {
        content: none;
    }
    body.home .header_img_container {
        padding: 0;
        flex-flow: column;
        aspect-ratio: 1.25 / 1;
        height: auto;
    }
    .header_img_inner_img {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        background-position: 47% center;
    }
    /***** ハンバーガーメニュー *****/
    .scroll-prevent {
        overflow: hidden;
    }
    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.5s;
    }
    .overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    .menu-trigger {
        display: inline-block;
        width: 58px;
        height: 58px;
        vertical-align: middle;
        cursor: pointer;
        position: relative;
        z-index: 13;
        margin-top: 4px;
    }
    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 14px;
        width: 30px;
        height: 2px;
        background-color: #333;
        transition: all 0.5s;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 20px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
        background-color: #444;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 29px;
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        top: 38px;
    }
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg);
        background-color: #444;
    }
    .sp_trigger_nav {
        width: 100%;
        height: 100%;
        padding: 100px 0;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 8;
        transform: translate(100%);
        transition: all 0.5s;
        overflow-y: auto;
        display: block;
        height: 100vh !important;
        width: 100vw;
    }
    .sp_trigger_nav.open {
        transform: translateZ(0);
    }
    .sp_trigger_nav ul {
        height: auto;
        margin: 0 0 10vw;
    }
    .sp_trigger_nav .sp_trigger_nav_inner li {
        margin: 0 20px;
        border-bottom: 1px solid #444;
    }
    .sp_trigger_nav .sp_trigger_nav_inner a {
        text-align: left;
        position: relative;
        display: block;
        text-decoration: none;
        color: #444;
        padding: 10px;
        font-weight: 600;
    }
    .sp_trigger_nav .sp_trigger_nav_inner a:after{
        content: "\f054";
        color:#444;
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    .sp_trigger_nav .sp_trigger_nav_inner a span{
        color: #444;
        font-size: 30px;
        padding-right: 20px;
    }
    .sp_trigger_nav .sp_trigger_nav_inner a i{
        margin-left: 6px;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_inner {
        border-bottom: none;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_inner li a {
        padding: 10px 0 10px 60px;
        color: #666;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_inner li a:before {
        content: "┗";
        font-weight: normal;
        left: 40px;
        color: #444;
    }
    .sp_trigger_nav li:last-child {
        border: none;
    }
    .sp_trigger_nav_bottom {
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 0 10vw;
    }
    .sp_trigger_nav_bottom a {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 16px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 10px 0 0;
        text-decoration: none;
        border: 1px solid #b01f28;
    }
    .sp_trigger_nav_bottom a i {
        color: #b01f28;
    }
    .sp_trigger_nav_bottom img {
        max-width: 28px;
    }
    /*-------------------------------------
    トップ 1024~
    -------------------------------------*/
    .header .flex_center_center{
        display: flex;
        justify-content: flex-start;
    }
    .site_title img{
        height: auto;
    }
    .header_nav{
        background-color: transparent;
        box-shadow: none;
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0);
        display: flex !important;
        margin: 0 0 0 auto;
        position: fixed;
        top:0;
        right:0;
        pointer-events: none;
        padding: 0;
    }
    .sec_ttl{
        margin-bottom: 30px;
    }
    .slick_container{
        display: block;
    }
    .fourstyle_container .flex{
        display: flex;
        width: calc(100% - 100px);
        left: auto;
        right: 0;
        transform: translateY(-50%);
    }
    .fourstyle_exterior,
    .fourstyle_container:nth-of-type(2n) .fourstyle_exterior{
        max-height: 160px;
        max-width: 250px;
        right: auto;
        left: -26%;
    }
    .style_info dd{
        text-align: left;
    }
    .top_blog_list{
        display: block;
    }
    .top_blog_list > li{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .top_blog_list > li + li{
        margin-top: 20px;
    }
    .fourstyle_container{
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .fourstyle_container + .fourstyle_container{
        margin-top: 20px;
    }
    .btn_container_cta{
        width: 100%;
    }
    .btn_container_cta + .btn_container_cta{
        margin-top: 10px;
    }
    .address_container + .address_container{
        margin-top: 20px;
    }
    .top_request_txt p{
        margin: 0;
        width: 100%;
    }
    .top_request_txt .spaciousness,
    .top_request_txt p.price{
        width: 100%;
        margin-top: 10px;
    }
    /*-------------------------------------
    イベント 1024~
    -------------------------------------*/
    .blog_inner > ul > li{
        width: calc((100% - 20px) / 2);
    }
    /*-------------------------------------
    無料長期保証 1024~
    -------------------------------------*/
    .platinumcoat_info dd br{
        display: none;
    }
    .equipment .security_inner > .flex:not(.equipment_example):not(.notapplicable){
        display: block;
    }
    .equipment .security_dl_1{
        width: 100%;
        padding: 0;
    }
    .equipment .equipment_list{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .maintenance::before{
        display: none;
    }
    .maintenance_flow_container p{
        font-size: 18px;
    }
    /*-------------------------------------
    お問い合わせ 1024~
    -------------------------------------*/
    .page-template-contact .footer {
        padding: 150px 0 20px 0;
    }
    .cta.page_contact_cta .cta_ttl{
        margin-right: 0;
        text-align: center;
    }
    .cta.page_contact_cta .top_business_btn{
        max-width: 350px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    body.home .header {
        height: auto;
        background-position: 57% 50%;
    }
    .pc_header_nav li,
    .pc_header_nav li.join_btn.schedule_btn{
        margin: 0 20px 0 0;
    }
}
@media only screen and (min-width: 769px) {
    .pc_none {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .sp_none {
        display: none !important;
    }
    .flex,
    .flex_center_center{
        display: block;
    }
    .flex_txt,
    .flex_img,
    .flex_reverse .flex_img{
        width: 100%;
        padding: 0;
        margin:0 auto;
    }
    .flex_img img{
        margin: 0;
    }
    .flex_txt,
    .flex_reverse .flex_txt{
        margin: 0 0 40px 0;
        max-width: none;
    }
    .flex_img img{
        margin: 0 auto;
        display: block;
        max-width: 640px;
    }
    /*-------------------------------------
    header
    -------------------------------------*/
    .scroll-prevent {
        overflow: hidden;
    }
    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.5s;
    }
    .overlay.open {
        width: 100%;
        height: 100%;

        opacity: 1;
    }
    .sp_trigger_nav_bottom {
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 0 10vw;
    }
    .sp_trigger_nav_bottom a {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 16px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 10px 0 0;
        text-decoration: none;
        border: 1px solid #b01f28;
    }
    .sp_trigger_nav_bottom a i {
        color: #b01f28;
    }
    .sp_trigger_nav_bottom img {
        max-width: 28px;
    }
    body:not(.home) .header_img_container > div:not(.header_img_inner_img){
        height: 350px;
    }
    .sec_ttl_2{
        font-size: 54px;
    }
    .top_service_ttl_main h3 {
        font-size: 24px;
    }
    /*-------------------------------------
    トップ　768~
    -------------------------------------*/
    .btn_container{
        margin-top: 40px;
    }
    .mv_txt_container{
        font-size: 28px;
    }
    .top_blog_list > li:not(:last-of-type){
        border-bottom: none;
    }
    .top_request_txt{
        width: 100%;
    }
    .top_request_txt p{
        margin: 0 auto;
    }
    .top_request_img{
        width: 100%;
    }
    .top_request_img img,
    .top_request_container:nth-of-type(2) .top_request_img img{
        max-height: none;
    }
    .top_request_txt .spaciousness{
        margin-bottom: 20px;
    }
    .top_request_container{
        padding: 0 clamp(20px, 3vw, 40px);
    }
    .baa_icon{
        width: 100%;
    }
    .baa_icon p{
        padding: 10px 20px;
    }
    .baa_txt_main{
        padding: 20px;
    }
    .baa_img{
        display: flex !important;
    }
    .top_insulation_container{
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .top_insulation_container + .top_insulation_container{
        margin-top: 40px;
    }
    .top_insulation_container > .flex_center_center{
        display: flex !important;
    }
    .top_insulation_img{
        height: auto;
    }
    .top_insulation_container img{
        max-height: none;
    }
    .support_att{

    }
    /*-------------------------------------
    会社概要 768~
    -------------------------------------*/
    table.data th{
        width: 200px;
        font-weight: 600;
    }
    /*-------------------------------------
    温かくて強い家 768~
    -------------------------------------*/
    .introduction_list li{
        width: 100%;
        max-width: none;
        padding: 40px 20px;
    }
    .introduction_list li + li{
        margin-top: 20px;
    }
    .introduction_img{
        height: 50vw;
    }
    .img_flex img{
        width: 100%;
    }
    .img_flex img + img{
        margin-top: 20px;
    }
    /*-------------------------------------
    無料長期保証 768~
    -------------------------------------*/
    .system .flex{
        display: flex !important;
    }
    .security_ttl h2{
        width: 100%;
        border: none;
        text-align: center;
        margin: 0;
        padding-right: 0;
    }
    .security_ttl dl{
        width: 100%;
    }
    .security_h3_area h3{
        width: auto;
        display: inline-block;
        max-width: calc(100% - 20px);
    }
    .security_inner{
        padding: 20px 40px;
    }
    .att_area_right{
        width: 100%;
        margin: 0;
    }
    .termite .security_h3_area{
        display: flex !important;
        flex-wrap: wrap;
    }
    .security_h3_area p{
        width: 100%;
    }
    .security_h3_bubble{
        width: 100px;
        font-size: 20px;
    }
    .termite .security_dl_1{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .termite .security_dl_1 + img{
        margin: 0 auto;
    }
    .recommended_box .recommended{
        aspect-ratio: auto;
        display: block;
        text-align: center;
    }
    .recommended_box p{
        width: 100%;
        padding: 0;
    }
    .equipment .equipment_list{
        display: flex;
    }
    .equipment_example_left{
        margin: 0 auto 10px auto;
    }
    .equipment_example_right{
        width: 100%;
        padding: 0;
    }
    .equipment_example_right ul{
        justify-content: center;
    }
    .notapplicable_ttl{
        width: 200px;
    }
    .notapplicable_list{
        margin: 10px 20px 0 10px;
        padding: 0;
        border: none;
    }
    .maintenance_flow{
        display: flex;
    }
    .notapplicable_att{
        width: 100%;
        margin-top: 10px;s
    }
    /*-------------------------------------
    ブログ 768~
    -------------------------------------*/
    .blog_inner, .single_inner, .search_inner{
        width: 100%;
    }
    .blog_inner > .flex{
        display: flex;
    }
    .article_top{
        display: block !important;
    }
    .wp-pagenavi{
        text-align: center;
        margin: 60px 0;
    }
    .side_container{
        width: 100%;
        margin: 0 auto;
    }
    .side_container ul{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }
    .side_container li{
        position: relative;
    }
    .side_container li + li{
        margin-top: 0;
    }
    .single_pagenavi{
        margin-bottom: 60px;
        display: flex !important;
    }
    /*-------------------------------------
    お問い合わせ　768~
    -------------------------------------*/
    .other_cta_container{
        width: 100%;
    }
    .other_cta_container  + .other_cta_container {
        margin-top: 20px;
    }
    .wpcf7_left{
        width: 100%;
        border-bottom: none;
        padding: 20px 0 10px 0;
    }
    .wpcf7_right{
        width: 100%;
        display: block;
        padding: 0 0 20px 0px;
    }
    .wpcf7-form-control-wrap,
    .wpcf7 input[name="your-email"],
    .wpcf7 input[name="your-name"],
    .wpcf7 input[type="tel"],
    .wpcf7 .width_min{
        width: 100%;
    }
    .wpcf7 input[name="your-email"],
    .wpcf7 input[name="your-name"],
    .wpcf7 input[name="your-x"],
    .wpcf7 input[name="your-company"],
    .wpcf7-form-control-wrap input[type="date"],
    .wpcf7 input[type="tel"]{
        width: 100%;
    }
    /*-------------------------------------
    フッター 768~
    -------------------------------------*/
    .footer_logo {
        display: flex;
    }
    .footer_nav ul li{
        padding: 4px 0;
        text-align: center;
    }
    .footer_nav ul li a:before{
        display: none;
    }
    .copyright{
        margin-top: 0;
        order: 3;
    }
    .copyright p{
        text-align: center !important;
    }
}
@media only screen and (max-width: 550px) {
    /*-------------------------------------
    共通パーツ
    -------------------------------------*/
    br.sp{
        display: block;
    }
    h2:before {
        font-size: 45px;
        top: -70px;
    }
    h3 {
        font-size: 20px;
        margin: 0 0 5vw;
    }
    h2.sec_h2::after{
        width: 26px;
        height: 26px;
    }
    #page-top{
            width: 70px;
        height: 50px;
        background-color: var(--m_color);
        bottom: 0;
        right: 0;
        border-left: 1px solid #fff;
    }
    #page-top a{
        border: none;
        width: 100%;
    }
    #page-top a::after{
        left: 50%;
        top: 61%;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
    }
    .copy {
        padding-bottom: 140px;
    }
    body.page-template-default .main_inner {
        padding: 10vw 20px 15vw;
    }
    .header_img_inner_text > div:nth-of-type(1) {
        font-size: 23px;
        margin-bottom: 10px;
    }
    /*-------------------------------------
    レイアウト
    -------------------------------------*/
    .wrap{
        font-size: 0.875rem;
    }
    /*-------------------------------------
    header
    -------------------------------------*/
    .header {
        padding-top: 0;
    }
    .site_title a {
        color: #fff;
    }
    /*下層ページ*/
    body:not(.home) .header_img_container > div:not(.header_img_inner_img) {
        background-size: cover;
        height: 75vw;
        background-position: 55% center;
    }
    .sec_space_1,
    .sec_space_2,
    .sec_space_3{
        padding:80px 0;
    }
    .sp_p0{
        padding:0;
    }
    body:not(.home) h1:before{
        font-size: 40px;
    }
    .sec_ttl_2{
        font-size: 42px;
        margin-bottom: 40px;
    }
    .sec_ttl_2_nam {
        font-size: 24px;
    }
    body:not(.home) h1{
        font-size: 18px;
    }
    body:not(.home) .header_img_container > div:not(.header_img_inner_img) {
        background-size: cover;
        height: auto;
        background-position: 55% center;
        display: block;
    }
    body:not(.home) .other_header_txt{
        width: 100%;
        padding: 60px 20px;
    }
    body:not(.home) .img_area{
        width: 100%;
        aspect-ratio: 1 / 0.75;
    }
    /*-------------------------------------
    トップページ　550~
    -------------------------------------*/
    .mv_img{
        background-image: url(img/mv_sp.jpg);
    }
    .header_img_container{
        margin-top: 70px;
    }
    body.home .header_img_container{
        aspect-ratio: 1 / 1.5;
    }
    .mv_img:after{
        background-position: left;
    }
    .sec_ttl {
        font-size: 30px;
    }
    .sec_ttl_1{
        font-size: 52px;
    }
    .sec_ttl_3{
        font-size: 28px;
    }
    .mv_txt_container {
        font-size: 25px;
    }
    .mv_txt_container:first-of-type {
        margin: 0 40px 10px 0;
    }
    .style_info{
        width: 100%;
        padding-left: 0;
    }
    .support_att ol{
        flex-wrap: wrap;
    }
    .support_att ol li{
        width: 100%;
    }
    .sec_ttl_2{
        font-size: 28px;
    }
    .footer_flex{
        flex-wrap: wrap;
    }
    .footer_address_container{
        width: 100%;
    }
    .footer .site_title{
        width: 160px;
        margin: 0 auto 40px auto;
    }
    .baa_img{
        padding-bottom: 40px;
    }
    .baa_img_box{
        width: 30%;
    }
    .baa_img_box:nth-of-type(2){
        width: 64%;
        margin-left: 5%;
    }
    .baa_arrow{
        display: none;
    }
    .baa_img_box:before{
        bottom: auto;
        top: 100%;
    }
    .top_insulation_result{
        padding: 40px 20px;
    }
    .follow_bar{
        top: auto;
        bottom: 0;
        display: flex;
        width: 100%;
        transform: none;
    }
    .follow_btn{
        width: calc((100% - 70px) / 2);
        text-align: center;
    }
    .follow_btn + .follow_btn{
        margin-top: 0;
        border-left: 1px solid #fff;
    }
    .follow_btn a{
        writing-mode: horizontal-tb;
        height: 50px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .follow_btn a i{
        margin: 0 0 0 10px;
    }
    /*-------------------------------------
    お知らせ 550~
    -------------------------------------*/
    body.tax-news-cat h1,
    body.post-type-archive-news h1{
        margin-bottom: 60px;
    }
    .single_pagenavi{
        display: flex;
    }
    .news .news_meta{
        padding: 20px 10px;
    }
    .news_wrap .details{
        display: flex;
    }
    .news_list{
        display: block;
    }
    .news_list li{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .news_list li + li{
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }
    .news_list li section{
        border: none;
        padding: 0;
    }
    .news_wrap .news_text{
        display: flex;
        border: none;
        padding: 0;
        flex-direction: column;
    }
    .news_thum {
        width: 100%;
    }
    .news_wrap .news_text a.news_thum{
        width: 100%;
        padding-left: 20px;
    }
    /*-------------------------------------
    会社概要 550~
    -------------------------------------*/
    table.data,
    table.data tbody,
    table.data tr,
    table.data th,
    table.data td{
        display: block;
    }
    table.data th{
        width: 100%;
        border: none;
        padding: 20px 0 0 0;
    }
    table.data td{
        padding: 0 0 20px 0;
        font-size: 14px;
    }
    table.data td .location{
        font-size: 14px;
    }
    /*-------------------------------------
    4つのスタイル 550~
    -------------------------------------*/
    .style_large_img{
        aspect-ratio: 1.5/1;
    }
    /*-------------------------------------
    温かくて強い家 550~
    -------------------------------------*/
    .introduction{
        padding: 0 20px 40px 20px;
    }
    .insulation_container h2{
        padding: 16px 20px;
    }
    /*-------------------------------------
    無料長期保証 550~
    -------------------------------------*/
    .security_ttl dl dt{
        text-align: center;
    }
    .security_h3_area h3{
        padding: 4px 20px;
    }
    .security_inner{
        padding: 20px;
    }
    .att_area{
        margin-top: 20px;
    }
    .security_h3_area .security_h3_bubble_box{
        display: none;
    }
    .security_dl_1 dt{
        position: relative;
    }
    .security_dl_1 dt .security_h3_bubble_box{
        display: block;
        position: absolute;
        top: 50%;
        right: -70px;
        transform: translateY(-50%);
        z-index: 1;
    }
    .security_dl_1 dd{
        position: relative;
        z-index: 2;
    }
    .equipment .equipment_list{
        flex-wrap: wrap;
        gap: 10px;
    }
    .equipment .equipment_list li{
        width: 100%;
    }
    .maintenance_flow{
        flex-wrap: wrap;
    }
    .maintenance_flow .maintenance_flow_container:first-of-type{
        width: 100%;
    }
    .maintenance_flow_container p{
        font-size: 17px;
        padding: 0 10px;
    }
    .maintenance_flow_container p:not(.delivery):after{
        width: 12px;
        height: 12px;
    }
    .maintenance_flow + p{
        margin: 20px 0;
    }
    .reform dt{
        font-size: 20px;
    }
    /*-------------------------------------
    ブログ 550~
    -------------------------------------*/
    .blog_inner > ul > li{
        width: 100%;
    }
    .single .blog_inner{
        border: none;
        padding: 0;
    }
    /*-------------------------------------
    お問い合わせ 550~
    -------------------------------------*/
    .other_cta_container{
        padding: 40px 20px;
    }
    .other_cta_container dl dd a {
        font-size: 36px;
    }
    .other_cta_container dl dd a i {
        font-size: 24px;
    }
    .wpcf7 {
        margin: 30px 0 0;
    }
    .wpcf7_container div.flex {
        display: block;
    }
    .wpcf7_checkbox_title {
        border: none;
    }
    .wpcf7-form-control-wrap input,
    .wpcf7-form-control-wrap textarea {
        font-size: 16px;
    }
    .wpcf7-form_form .flex:not(span) {
        border-bottom: 1px solid #ddd;
        display: block;
        padding: 0 0 15px;
        width: 100%;
    }
    .wpcf7-form_form td {
        border: none !important;
        display: block;
        width: 100%;
    }
    .wpcf7_left {
        border: none;
        padding: 10px 0;
        width: 100%;
    }
    .wpcf7_right {
        border: none;

        /* border-left: 1px solid #ddd; */
        padding: 0;
    }
    .your-adult span,
    .your-child span {
        width: 60%;
    }
    .your-adult span input,
    .your-child span input {
        width: 95% !important;
    }
    .readme {
        height: 150px;
        margin: 30px 0 10px;
        width: 100%;
    }
    .cf7_flex_column th,
    .cf7_flex_column td {
        flex-flow: column;
    }
    .wpcf7 input[name="your-age2"],
    .wpcf7 input[name="your-age"],
    .wpcf7 input[name="zip3"],
    .wpcf7 input[name="zip2"],
    .wpcf7 input[name="zip"],
    .wpcf7 input[name="your-email3"],
    .wpcf7 input[name="your-name-kana3"],
    .wpcf7 input[name="your-name3"],
    .wpcf7 input[name="your-email2"],
    .wpcf7 input[name="your-name-kana2"],
    .wpcf7 input[name="your-name2"],
    .wpcf7 input[name="your-email"],
    .wpcf7 input[name="your-name-kana"],
    .wpcf7 input[name="your-name"],
    .wpcf7 input[name="age"],
    .wpcf7 input[name="personal_postal_code"],
    .wpcf7 input[name="email"],
    .wpcf7 input[name="last_name_kana"],
    .wpcf7 input[name="first_name_kana"],
    .wpcf7 input[name="last_name"],
    .wpcf7 input[name="first_name"],
    .wpcf7-form-control-wrap input[type="date"],
    .your-adult input[type="text"],
    .your-child input[type="text"],
    .zip input[type="text"],
    .wpcf7 input[type="tel"] {
        width: 65%;
    }
    .wpcf7 span[data-name="text-09"],
    .wpcf7 span[data-name="text-10"],
    .wpcf7 span[data-name="text-11"],
    .wpcf7 span[data-name="text-12"],
    .wpcf7 span[data-name="text-13"],
    .wpcf7 span[data-name="text-14"],
    .wpcf7 span[data-name="text-15"],
    .wpcf7 span[data-name="text-06"],
    .wpcf7 span[data-name="text-07"] {
        margin-right: 10px;
        width: 40%;
    }

    .wpcf7 span[data-name="text-00"],
    .wpcf7 span[data-name="your-other4"],
    .wpcf7 span[data-name="text-05"],
    .wpcf7 span[data-name="text-01"],
    .wpcf7 span[data-name="text-02"],
    .wpcf7 span[data-name="text-03"] {
        margin-right: 10px;
        width: 60%;
    }
    .wpcf7 input[name="text-00"],
    .wpcf7 input[name="your-other4"],
    .wpcf7 input[name="text-09"],
    .wpcf7 input[name="text-10"],
    .wpcf7 input[name="text-11"],
    .wpcf7 input[name="text-12"],
    .wpcf7 input[name="text-13"],
    .wpcf7 input[name="text-14"],
    .wpcf7 input[name="text-15"],
    .wpcf7 input[name="text-07"],
    .wpcf7 input[name="text-06"],
    .wpcf7 input[name="text-05"],
    .wpcf7 input[name="text-01"],
    .wpcf7 input[name="text-02"],
    .wpcf7 input[name="text-03"] {
        width: 100%;
    }
    .wpcf7 span[data-name="text-05"] {
        display: inline-block;
    }
    .wpcf7 span[data-name="checkbox-109"] {
        width: 100%;
    }

    /*確認ページ*/
    #wpcf7cpcnf table th {
        background: #fff;
        display: block;
        font-weight: bold;
        padding: 25px 15px 0 15px;
        width: 100%;
    }
    #wpcf7cpcnf table td {
        border: none;
        display: block;
        padding: 0 15px 25px 15px;
        width: 100%;
    }
    /*-------------------------------------
    footer 550~
    -------------------------------------*/
    .footer_logo img{
        max-width: 80px;
    }
    .footer_address {
        margin-top: 40px;
    }
    .footer_nav {
        margin: 40px 0;
    }
}
