@charset "UTF-8";

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    margin: 0px;
    background-color: #FFFFFF;
    min-width: 1340px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

a:link {
    color: #004CCA;
    text-decoration: none;
}

a:visited {
    color: #6219DB;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

.oh {
    overflow: hidden;
}

.sp {
    display: none;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.wrap {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}

.wrap_01 {
    position: relative;
    width: 1340px;
    margin: 0 auto;
}

.arial {
    font-family: "Arial", sans-serif;
}

.ab {
    font-family: "Arial Black", sans-serif;
}

@font-face {
    font-family: 'DIN Alternate';
    src: url('/img/DINAlternate-Bold.ttf') format('truetype'), url('/img/DINAlternate-Bold.woff') format('woff');
}

.din {
    font-family: 'DIN Alternate', sans-serif;
}

/*********************************************
 * PC固定ページ 共通設定
 *********************************************/
.common-page_wrap {
    padding: 0 0 100px;
}

.common-page_title {
    text-align: center;
    margin-bottom: 2em;
}

.common-page_title h2 {
    font-size: 30px;
}

.common-page_title p.sub_title {
    font-size: 14px;
    letter-spacing: .1em;
}

p.reserve_text {
    text-align: center;
    font-size: 30px;
}

a.common-btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff;
    margin: 0 auto;
    transition: .3s;
}

a.common-btn:hover {
    opacity: .7;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    margin-bottom: 100px;
}

.breadcrumb a {
    text-decoration: none;
    color: initial;
}

/*********************************************
 * PC固定ページ 会社概要
 *********************************************/
section.company_profile {
    margin-bottom: 100px;
}

section.company_profile table {
    width: 100%;
    border-collapse: collapse;
}

section.company_profile table th,
section.company_profile table td {
    padding: 1em;
    border-bottom: 1px solid;
    font-size: 14px;
}

section.company_profile table th {
    width: 20%;
}

section.company_profile table td {
    width: 80%;
}

section.company_access .map {
    height: 350px;
}

section.company_access .map iframe {
    width: 100%;
    height: 100%;
}

/*********************************************
 * PC固定ページ お問い合わせ
 *********************************************/
section#page-contact table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

section#page-contact table th,
section#page-contact table td {
    padding: 1em;
    font-size: 14px;
}

section#page-contact table th {
    width: 25%;
}

section#page-contact table th span.hissu {
    color: #c70000;
    margin-right: .3em;
}

section#page-contact table td {
    width: 75%;
}

section#page-contact input[type="text"],
section#page-contact input[type="email"],
section#page-contact #zip {
    width: 60%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 1em;
}

section#page-contact input.tel {
    border: 1px solid #ccc;
    padding: 1em;
    width: 18.8%;
}

section#page-contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1px solid #ccc;
}

section#page-contact textarea {
    width: 60%;
    border: 1px solid #ccc;
    padding: 1em;
    height: 200px;
}

section#page-contact p.attention {
    font-size: 12px;
}

section#page-contact div#btn_wrap {
    justify-content: center;
}

section#page-contact div#btn_wrap button {
    background-color: #cbb734;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 16px;
    transition: .3s;
    font-weight: 900;
    letter-spacing: 0.08em;
}

section#page-contact div#btn_wrap button[name="submitBack"] {
    background-color: #333;
    margin-right: 20px;
}

section#page-contact div#btn_wrap button:hover {
    opacity: 0.7;
}

/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio-btns input[type=radio].radio-btns__item {
    display: none;
}

.radio-btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio-btns .radio-btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio-btns .radio-btns__item+span::after,
.radio-btns .radio-btns__item+span::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}

/* after上書き */
.radio-btns .radio-btns__item+span::after {
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
    border: none;
    background: #f18800;
    -webkit-transform: scale(0);

    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);

    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;

    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio-btns .radio-btns__item:checked+span {
    color: #f18800;
}

.radio-btns .radio-btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
section#page-contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #f18800 #f18800;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

/* サンクスページ */
section#page-contact .thanks_textArea {
    text-align: center;
}

section#page-contact .thanks_textArea p {
    font-size: 16px;
    line-height: 2;
}

section#page-contact .thanks_textArea p.contact_text {
    margin-bottom: 20px;
}

section#page-contact .thanks_textArea a.ichiran_link {
    background-color: #cbb734;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
}

section#page-contact .thanks_textArea a.ichiran_link:hover {
    opacity: 0.7;
}

/* ステップバー デザイン */
section#page-contact .progressbar {
    margin-bottom: 30px;
}

section#page-contact .progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}

section#page-contact .progressbar .item:not(:last-child)::before,
section#page-contact .progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}

section#page-contact .progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

/* active */
section#page-contact .progressbar .item.active {
    z-index: 1;
    background: #cbb734;
    color: #FFF;
}

section#page-contact .progressbar .item.active:not(:last-child)::after {
    border-left-color: #cbb734;
}

section#page-contact .progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

/*********************************************
 * PC固定ページ 個人情報保護方針
 *********************************************/
section.privacy_page p.main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

section.privacy_page dl {
    margin-bottom: 30px;
}

section.privacy_page dl:last-child {
    margin-bottom: 0;
}

section.privacy_page dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 5px solid;
    padding-left: 1em;
}

section.privacy_page dl dd {
    font-size: 14px;
    line-height: 2;
}

/*********************************************
 * PC固定ページ 404ページ
 *********************************************/
section#page-404 {
    text-align: center;
}

section#page-404 p.num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section#page-404 p.text {
    margin-bottom: 1em;
    font-size: 16px;
}

/*********************************************
 * PC固定ページ アーカイブページ
 *********************************************/
/*wp-pagenavi base*/
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #cbb734;
    border-color: #cbb734;
    opacity: 0.7;
}

.wp-pagenavi span.current {
    color: #FFF;
    background-color: #cbb734;
    border-color: #cbb734;
    font-weight: bold;
}

/*********************************************
 * PC投稿ページ シングルページ
 *********************************************/
.single .breadcrumb,
.archive .breadcrumb {
    margin-top: 20px;
}

.single .common-page_main {
    padding-top: 0;
}

.single .common-page_main .title_box {
    margin-top: 0;
}

div#single_page .fl_wrap {
    align-items: flex-start;
}

.singleContent h1 {
    font-size: 22px;
    padding: 10px 40px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    letter-spacing: 1px;
    line-height: 1.4;
}

.singleContent .single_title {
    margin-bottom: 50px;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list {
    margin-bottom: 20px;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: .5em 2em;
    margin: 5px;
}

.singleContent h2 {
    font-size: 20px;
    border-left: 2px solid;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
    background-color: rgb(52 61 74 / 20%);
}

.singleContent h2::before,
.singleContent h2::after {
    content: "";
    position: absolute;
    left: -3px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 15px;
}

.singleContent h2::before {
    top: 0px;
}

.singleContent h2::after {
    bottom: 0;
}

.singleContent h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em 1em;
    color: #fff;
    background-color: #cbb734;
}

.singleContent h4 {
    padding: 10px;
    margin: 1.5em 0 1em 1em;
    color: #333;
    border-bottom: 1px solid #333;
    font-size: 22px;
}

.singleContent h4:before {
    content: '■';
    padding-right: 10px;
}

.singleContent h5 {
    font-size: 18px;
    border-left: 5px solid;
    padding-left: 1em;
    margin: 1.5em 0;
}

.singleContent img {
    height: auto;
}

.singleContent h6 {
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: .5em;
    margin: 1.5em 0;
}

.singleContent p {
    font-size: 16px;
    line-height: 2;
}

div#single_page .singleContent {
    width: 62%;
}

div#single_page .singleContent a.ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
}

div#single_page .singleContent a.ichiran_link:hover {
    opacity: .7;
}

div#single_page .singleSidebar {
    width: 32%;
    background-color: #f1f1f1;
    padding: 20px;
}

div#single_page aside#info-side {
    background-color: #fff;
    padding: 20px;
}

div#single_page aside#info-side h2 {
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

div#single_page aside#info-side p#news-not_found {
    text-align: center;
}

div#single_page aside#info-side ul li a {
    color: initial;
    display: block;
    border-bottom: 1px dashed;
    padding: 10px;
    transition: .3s;
}

div#single_page aside#info-side ul li a:hover {
    opacity: .7;
}

div#single_page aside#info-side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

div#single_page aside#info-side ul li a time i {
    margin-right: .5em;
}

div#single_page aside#info-side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* ヘッダー PC */
header#main_header .logo {
    width: 157px;
}

header#main_header h2 {
    margin-left: 17px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

header#main_header span.eng {
    display: block;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

header#main_header li a {
    display: block;
    color: #000000;
    transition: 0.3s;
    font-weight: 600;
    letter-spacing: 0.08em;
}

header#main_header nav {
    margin-left: 38px;
}

header#main_header li+li {
    margin-left: 41px;
}

.hd_conts {
    align-items: center;
}

header#main_header li a:hover {
    color: #B7A73B;
}

header#main_header {
    padding: 36px 0 30px;
    min-width: 1340px;
}

/* メインビジュアル　PC */
.mv_price_box h1 {
    line-height: 2.1;
    letter-spacing: 0.05em;
    font-size: 34px;
    font-weight: 900;
    margin-top: 5px;
}

section.top_mv .text_box {
    text-align: center;
}

section.top_mv .mv_place {
    font-size: 22px;
    font-weight: 900;
    background-color: #FFF7C1;
    border-radius: 25px;
    width: 900px;
    margin: auto;
    letter-spacing: 0.05em;
    line-height: 50px;
}

.mv_price_box h1 img {
    width: 163px;
    display: inline-block;
    padding-top: 16px;
}

.mv_price_box p.antenna {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-align: left;
    padding-left: 299px;
    margin-top: -2px;
}

.mv_price {
    width: 469px;
    margin: -32px 0 0 285px;
    position: relative;
}

.mv_price::before {
    content: "";
    position: absolute;
    left: -88px;
    top: -28px;
    bottom: 0;
    margin: auto;
    background: url(/img/antenna.png) center no-repeat;
    background-size: contain;
    width: 93px;
    height: 113px;
}

.mv_price_box {
    position: relative;
}

.mv_price_box::before {
    content: "";
    position: absolute;
    left: 56px;
    top: 0;
    background: url(/img/mv_balloon1.png) center no-repeat;
    background-size: contain;
    width: 128px;
    height: 128px;
}

.mv_price_box::after {
    content: "";
    right: 225px;
    top: 61px;
    background: url(/img/mv_balloon2.png) center no-repeat;
    background-size: contain;
    width: 190px;
    height: 190px;
    position: absolute;
}

.mv_board h3 {
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.05em;
    font-weight: 900;
    width: 742px;
    height: 93px;
    margin: auto;
    line-height: 88px;
    position: absolute;
    padding-left: 50px;
    left: 0;
    right: 0;
    margin: auto;
    top: -37px;
    z-index: 10;
}

.mv_board h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: url(/img/mv_flame.png) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mv_board {
    position: relative;
    padding: 85px 0 34px;
    margin-top: 34px;
    justify-content: center;
}

section.top_mv>* {
    position: relative;
    z-index: 100;
}

.mv_board h3::after {
    content: "";
    position: absolute;
    left: 66px;
    background: url(/img/speaker.png) center no-repeat;
    background-size: contain;
    width: 30px;
    height: 25px;
    top: 32px;
}

.mv_contact_container {
    padding: 0 25px;
}

.mv_contact_container p.cat {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.07em;
}

.mv_contact_container p.tel {
    font-size: 36px;
    font-weight: 900;
    color: #B7A73B;
    padding-left: 44px;
    line-height: 1.3;
    position: relative;
}

.mv_contact_container p.tel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/img/phone.png) center no-repeat;
    background-size: contain;
    width: 39px;
    height: 31px;
}

.mv_contact_container p.hour {
    font-size: 15px;
    text-align: right;
    margin-top: -3px;
}

.mv_contact_container a.btn {
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.05em;
    transition: 0.3s;
    text-align: center;
    width: 314px;
    line-height: 60px;
    display: block;
    border-radius: 8px;
    color: #fff;
    padding-left: 43px;
    margin-top: 10px;
    position: relative;
}

.mv_contact_container a.btn.line {
    background-color: #00B900;
}

.mv_contact_container a.btn.mail {
    background-color: #CBB735;
}

.mv_contact_container a.btn.line::before {
    content: "";
    position: absolute;
    left: 26px;
    background: url(/img/line_icon.png) center no-repeat;
    background-size: contain;
    width: 27px;
    height: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mv_contact_container a.btn.mail::before {
    content: "";
    left: 49px;
    background: url(/img/mail_icon.png) center no-repeat;
    background-size: contain;
    width: 32px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mv_contact_container a.btn:hover {
    opacity: 0.8;
}

.mv_board::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #F7F7F7;
    opacity: 0.9;
    width: 100%;
    height: 212px;
    z-index: -1;
    border-radius: 10px 10px 0 0;
}

.mv_contact_container:nth-child(3) {
    border-right: dashed 1px #262626;
    border-left: dashed 1px #262626;
}

section.top_mv {
    position: relative;
    padding-top: 87px;
}

section.top_mv::before {
    content: "";
    position: absolute;
    left: 0;
    background: url(/img/top_mv.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
}

/* TOP　　お悩み　PC */
.top_suffer_box li {
    width: 270px;
    height: 270px;
    position: relative;
}

.top_suffer_box li {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding-top: 120px;
}

.top_suffer_box li span.color {
    color: #cbb734;
}

.top_suffer_box li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/img/suffer_bg.png) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.top_suffer_box li::after {
    content: "01";
    top: 35px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 38px;
    color: #717171;
    font-weight: 600;
    font-family: "Arial", sans-serif;
}

.top_suffer_box li.num2::after {
    content: "02";
}

.top_suffer_box li.num3::after {
    content: "03";
}

.top_suffer_box li.num4::after {
    content: "04";
}

section.top_suffer h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

section.top_suffer h2 span.big {
    font-size: 56px;
    margin: 0 3px;
}

section.top_suffer {
    padding: 112px 0 64px;
}

section.top_solve h2 {
    text-align: center;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: 0.06em;
}

section.top_solve h2 span.color {
    font-size: 78px;
    color: #B7A73B;
}

section.top_solve .text_box {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 2;
}

section.top_solve .text_box span.color {
    font-size: 27px;
    color: #B7A73B;
    line-height: 1.6;
}

.mv_board.solve {
    margin-top: 60px;
    background-color: #FDFDFD;
    padding-bottom: 158px;
    justify-content: center;
}

section.top_solve {
    padding: 104px 0 69px;
    background-color: #FFFDF2;
}

section.top_solve>* {
    position: relative;
    z-index: 10;
}

.mv_board.solve .notion {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1034px;
    text-align: center;
    background-color: #FFFBE2;
    border-radius: 10px;
    padding: 27px 0px;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.4;
}

.mv_board.solve .notion span.color {
    color: #b6a73b;
}

/* TOP 施工実績　PC */
section.top_works {
    padding: 120px 0 153px;
}

.top_works_ttl h2 {
    text-align: center;
    font-size: 40px;
    color: #CBB735;
    letter-spacing: 0.05em;
    position: relative;
}

.top_works_ttl h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
    background: url(/img/works_ttl_bg.png) center no-repeat;
    background-size: contain;
    width: 323px;
    height: 182px;
    margin: auto;
    z-index: -1;
}

.top_works_ttl p.sub_title {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin: 150px 59px 0 0;
    letter-spacing: 0.08em;
    display: inline-block;
}

.top_works_ttl {
    text-align: right;
    position: relative;
}

.top_works_ttl::before {
    font-weight: 600;
    content: "WORKS";
    color: #CBB735;
    font-size: 160px;
    position: absolute;
    opacity: 0.08;
    right: 0;
    z-index: -10;
    letter-spacing: 0.02em;
    font-family: 'DIN Alternate', sans-serif;
    top: 7px;
}

.top_works_flame .img_box {
    width: 480px;
    position: relative;
}

.top_works_flame .img_box .img_big {
    width: 377px;
}

.top_works_flame .img_box .img_small {
    width: 267px;
    position: absolute;
    top: 206px;
    right: 0;
}

.top_works_flame .img_box img {
    border-radius: 6px;
}

.top_works_flame .text_box {
    width: 620px;
    margin: 48px 0 0 40px;
}

.top_works_flame p.name {
    font-size: 18px;
    font-weight: 600;
    color: #CBB735;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

.top_works_flame h3 {
    font-size: 26px;
    font-weight: 900;
    margin-top: 10px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    border-bottom: dashed 2px;
    padding-bottom: 14px;
}

.top_works_flame p.conts {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #C1C1C1;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

.top_works_flame p.text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.top_works_flame p.price {
    color: #B7A73B;
    font-size: 56px;
    margin-top: 20px;
}

.top_works_flame p.price span.let {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 1.3;
    font-size: 20px;
    padding: 16px 17px 16px 18px;
    background-color: #B7A73B;
    color: #fff;
    letter-spacing: 0.12em;
    font-weight: 900;
    border-radius: 6px;
    margin-right: 20px;
}

.top_works_flame.num2 .img_box {
    order: 1;
}

.top_works_flame.num2 .text_box {
    margin: 0 40px 0 0;
}

.top_works_flame.num2 .img_box .img_small {
    left: 0;
}

.top_works_flame.num2 .img_box .img_big {
    margin-left: auto;
}

.top_works_flame+.top_works_flame {
    margin-top: 126px;
}

.top_works_flame .img_box::before {
    content: "01";
    position: absolute;
    font-size: 160px;
    color: #D8C656;
    top: -135px;
    font-weight: 600;
    font-family: 'DIN Alternate', sans-serif;
    z-index: 10;
}

.top_works_flame.num3 .img_box::before {
    content: "03";
}

.top_works_flame.num2 .img_box::before {
    content: "02";
    left: 22px;
}

/* TOP　お知らせ　PC */
.top_news_ttl p.eng {
    font-size: 34px;
    font-weight: 600;
    color: #B7A73B;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.top_news_ttl h2 {
    font-size: 34px;
    font-weight: 900;
    color: #2B2B2B;
    line-height: 1;
    letter-spacing: 0.05em;
}

.site_news_box {
    margin: 34px 0 0 50px;
}

.site_news_box p.day {
    color: #000000;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.site_news_box p.ttl {
    font-size: 20px;
    color: #2B2B2B;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding-bottom: 10px;
    border-bottom: solid 1px #F5F5F5;
    transition: 0.3s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.site_news_box p.text {
    color: #A8A8A8;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.site_news_box li+li {
    margin-top: 30px;
}

.site_news_box a {
    display: block;
}

.site_news_box a:hover p.ttl,
.site_news_box a:hover p.day {
    color: #b6a73b;
}

a.site_cmn_btn {
    line-height: 80px;
    width: 420px;
    text-align: center;
    color: #b6a73b;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.08em;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: 40px auto 0;
    position: relative;
    display: block;
}

a.site_cmn_btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background-color: #b5a73b;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

a.site_cmn_btn:hover::before,
a.site_cmn_btn:hover::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

a.site_cmn_btn::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #b5a73b;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

a.site_cmn_btn span.line {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

a.site_cmn_btn span.line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #b5a73b;
    transition: 0.5s;
}

a.site_cmn_btn:hover span.line::before,
a.site_cmn_btn:hover span.line::after {
    height: 100%;
    visibility: visible;
    opacity: 1;
}

a.site_cmn_btn span.line::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #b5a73b;
    transition: 0.5s;
}

section.top_news {
    padding-bottom: 110px;
}

/* フッター　PC */
footer {
    background-color: #2B2B2B;
    padding: 82px 0 136px;
    z-index: -1;
}

.ft_logo {
    width: 244px;
    margin: auto;
}

.ft_menu ul {
    justify-content: center;
}

.ft_menu {
    margin-top: 20px;
}

.ft_menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    position: relative;
    padding-bottom: 5px;
}

.ft_menu ul li+li {
    margin-left: 47px;
}

.ft_menu ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    height: 2px;
    transition: 0.3s;
    background-color: #fff;
}

.ft_menu ul li a:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.mv_board.footer::before {
    width: 868px;
    z-index: -1;
    height: 120px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
}

footer>* {
    position: relative;
    z-index: 10;
}

footer .mv_contact_container:nth-child(3) {
    border-right: solid 2px #D9D9D9;
    border-left: solid 3px #D9D9D9;
}

footer .mv_contact_container p.cat {
    font-size: 14px;
}

footer .mv_contact_container a.btn {
    width: 260px;
    line-height: 46px;
    font-size: 14px;
}

footer .mv_contact_container a.btn.line::before {
    width: 22px;
    height: 22px;
    left: 15px;
}

footer .mv_contact_container a.btn.line {
    padding-left: 30px;
}

footer .mv_contact_container a.btn.mail::before {
    width: 25px;
    height: 20px;
    left: 36px;
}

footer .mv_contact_container a.btn.mail {
    padding-left: 35px;
}

footer .mv_contact_container {
    padding: 0 15px;
}

.mv_board.footer {
    justify-content: center;
    padding: 70px 0 10px;
    margin-top: 35px;
}

footer .mv_contact_container p.tel {
    color: #2B2B2B;
    font-size: 28px;
    padding-left: 33px;
}

footer .mv_contact_container p.hour {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.04em;
}

footer .mv_contact_container p.tel::before {
    background: url(/img/phone_bk.png) center no-repeat;
    background-size: contain;
    width: 28px;
    height: 21px;
}

footer .mv_board h3 {
    height: 88px;
    width: 700px;
    top: -25px;
}

footer .mv_board h3::after {
    left: 47px;
}

p.ft_address {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
    padding-top: 10px;
    border-top: solid 1px;
    margin-top: 20px;
}

.help_desk li a {
    color: #fff;
    font-size: 12px;
    transition: 0.3s;
    padding: 0 12px;
    letter-spacing: 0.08em;
}

.help_desk {
    margin-top: 5px;
}

.help_desk li:first-child a {
    padding-left: 0;
    position: relative;
}

.help_desk li:first-child a::before {
    content: "";
    position: absolute;
    right: 0;
    height: 91%;
    width: 1px;
    background-color: #fff;
    transform: rotate(21deg);
    bottom: 0;
}

p.copy_right {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.08em;
}

.ft_flex_box {
    align-items: baseline;
}

/* TOP サービス紹介 PC */
.site_tab-area {
    display: flex;
    justify-content: space-around;
    cursor: pointer;
}

.site_tab-area .tab {
    width: 220px;
    line-height: 60px;
    text-align: center;
    color: #2B2B2B;
    border-radius: 10px 10px 0 0;
    letter-spacing: 0.05em;
    background-color: #FFFAD8;
    font-size: 20px;
    font-weight: 900;
    transition: 0.3s;
    border: solid 3px transparent;
}

.site_tab-area .tab.active {
    border: solid 3px #000;
    color: #cbb734;
}

.site_content-area {
    font-size: 30px;
    text-align: center;
}

.content {
    display: none;
}

.site_content-area .content.show {
    margin-top: 30px;
    display: block;
}

.site_content-area ul li a {
    width: 370px;
    text-align: left;
    display: block;
    color: #000;
    border-radius: 10px;
    overflow: hidden;
    border: solid 3px;
}

.site_content-area ul li a h3 {
    font-size: 28px;
    color: #2B2B2B;
    transition: 0.3s;
    font-weight: 900;
}

.site_content-area ul li a p.text {
    margin-top: 3px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.site_content-area ul li a .img {
    height: 220px;
    background: url(/img/tab_img1.jpg) center no-repeat;
    background-size: cover;
}

.site_content-area ul li+li {
    margin-left: 15px;
}

.site_content-area ul li a .text_box {
    padding: 20px 16px 0 17px;
    border-top: solid 3px;
}

.site_content-area p.confirm {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.05em;
    padding: 18px 0;
    background-color: #F7F7F7;
    transition: 0.3s;
    border-top: solid 3px;
}

.site_content-area p.price span.let {
    font-size: 20px;
    font-weight: 900;
    width: 69px;
    height: 60px;
    display: inline-block;
    line-height: 1;
    position: relative;
    padding: 0 9px 0 8px;
    color: #fff;
}

.site_content-area p.price span.let::before {
    width: 100%;
    content: "";
    position: absolute;
    left: -2px;
    background: url(/img/let_bg.png) center no-repeat;
    background-size: contain;
    height: 100%;
    z-index: -1;
    top: -10px;
}

.site_content-area p.price {
    margin-top: 8px;
}

.site_content-area p.price span.num {
    font-size: 39px;
    color: #CBB735;
    margin-left: 6px;
    letter-spacing: -3px;
}

.site_content-area p.price span.box {
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    margin-left: 10px;
}

.site_content-area p.price span.box b {
    display: block;
    line-height: 0.5;
    color: #cbb734;
    font-size: 30px;
}

.site_content-area ul li a:hover h3 {
    color: #cbb734;
}

.site_content-area ul li a:hover p.confirm {
    background-color: #FFF7C1;
}

section.top_service h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.05em;
}

section.top_service {
    padding: 130px 0 60px;
}

.site_content-area ul li.air a .img {
    background: url(/img/1qs1jl50.jpg) center no-repeat;
    background-size: cover;
}

.site_content-area ul li.distribution a .img {
    background: url(/img/zofpbdhw.jpg) center no-repeat;
    background-size: cover;
}

.site_content-area ul li.antenna a .img {
    background: url(/img/ganmzfbm.jpg) center no-repeat;
    background-size: cover;
}

.site_content-area ul li.kitchen a .img {
    background: url(/img/k1.jpeg) center no-repeat;
    background-size: cover;
}

.site_content-area ul li.showerroom a .img {
    background: url(/img/k2.jpeg) center no-repeat;
    background-size: cover;
}

.site_content-area ul li.toilet a .img {
    background: url(/img/k3.jpeg) center no-repeat;
    background-size: cover;
}

.site_content-area ul li.floor a .img {
    background: url(/img/hzygvy1e.jpg) center no-repeat;
    background-size: cover;
}

.site_content-area ul li.paint a .img {
    background: url(/img/gb33wnwq.jpg) center no-repeat;
    background-size: cover;
}

.site_content-area ul li.joinery a .img {
    background: url(/img/ybszkxaq.jpg) center no-repeat;
    background-size: cover;
}

.site_content-area ul li.siding a .img {
    background: url(/img/plyejkwq.jpg) center no-repeat;
    background-size: cover;
}

.site_content-area ul li.ceramic a .img {
    background: url(/img/y1m4nda0.jpg) center no-repeat;
    background-size: cover;
}

.site_content-area ul li.photocatalytic a .img {
    background: url(/img/3bg5mzql.jpg) center no-repeat;
    background-size: cover;
}

/* 追従　PC*/
.follow_banner .logo {
    width: 157px;
}

.follow_banner .text_box {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.02em;
    margin-left: 20px;
}

.follow_banner p.tel {
    font-size: 38px;
    font-weight: 600;
    color: #B7A73B;
    position: relative;
    line-height: 1;
    padding-left: 14px;
}

.follow_banner p.hour {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.follow_banner p.tel::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/img/phone.png) center no-repeat;
    background-size: contain;
    width: 39px;
    height: 31px;
}

.follow_banner .tel_box {
    margin-left: 65px;
}

a.follow_btn {
    display: block;
    transition: 0.3s;
    text-align: center;
    width: 250px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 900;
    border-radius: 8px;
    letter-spacing: 0.05em;
    position: relative;
    color: #fff;
    padding-left: 30px;
}

a.follow_btn.line {
    background-color: #01b902;
    margin-left: 40px;
}

a.follow_btn.mail {
    background-color: #cbb734;
    margin-left: 10px;
}

a.follow_btn::before {
    content: "";
    position: absolute;
    left: 29px;
    background: url(/img/line_icon.png) center no-repeat;
    background-size: contain;
    width: 21px;
    height: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
}

a.follow_btn.mail::before {
    content: "";
    left: 20px;
    background: url(/img/mail_icon.png) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

a.follow_btn:hover {
    opacity: 0.8;
}

.follow_banner {
    min-width: 1340px;
    padding: 25px 0;
    border: solid 3px;
    background-color: #fff6c1;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.follow_banner.active {
    opacity: 1;
    visibility: visible;
    z-index: 20000;
}

/* 内部ページ　共通部分　PC */
.page_mv_cmn_text .mv_place {
    font-size: 18px;
    font-weight: 900;
    background-color: #FFF7C1;
    border-radius: 25px;
    width: 700px;
    margin: auto;
    letter-spacing: 0.05em;
    line-height: 45px;
}

.page_mv_cmn_text {
    text-align: center;
}

p.page_mv_tlife {
    line-height: 2.5;
    letter-spacing: 0.04em;
    font-size: 18px;
    font-weight: 900;
    margin-top: 5px;
}

p.page_mv_tlife img {
    width: 120px;
    display: inline-block;
    padding-top: 16px;
}

.common-page_main {
    padding: 30px 0 0;
}

.common-page_main .title_box {
    position: relative;
    text-align: center;
    margin-top: 20px;
    padding: 50px 0;
    color: #fff;
}

.common-page_main p.sub_title {
    font-size: 30px;
}

.common-page_main p.sub_title {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

.common-page_main h1 {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-top: 10px;
}

.common-page_main .title_box::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/page_bg.jpg) center no-repeat;
    background-size: cover;
    z-index: -1;
    top: 0;
}

.common-page_main .title_box::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: -1;
}

.page_mv_main_text {
    text-align: center;
    margin: 30px 0;
    padding: 50px;
    position: relative;
}

.page_mv_main_text p.text {
    letter-spacing: 0.08em;
    line-height: 2;
}

.page_mv_main_text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    width: 200px;
    height: 3px;
    border-radius: 6px;
}

.page_mv_main_text::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #000;
    width: 200px;
    height: 3px;
    border-radius: 6px;
}

.page_mv_main_text span.line {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page_mv_main_text span.line::before {
    content: "";
    position: absolute;
    left: 20px;
    top: -15px;
    background-color: #000;
    width: 3px;
    height: 60px;
    border-radius: 6px;
}

.page_mv_main_text span.line::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: -15px;
    background-color: #000;
    width: 3px;
    height: 60px;
    border-radius: 6px;
}

/* 個人情報保護方針　PC */
.privacy_index ul li {
    font-size: 14px;
}

.privacy_index ul {
    margin-left: 40px;
}

.privacy_index dl a {
    color: #cbb734;
    font-weight: 900;
}

/* よくある質問 PC */
.page_cmn_ttl h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.page_faq_box {
    padding-left: 50px;
    border-left: solid 3px;
}

.page_faq_box dt {
    padding: 10px 80px 10px 50px;
    border-bottom: solid 3px;
    position: relative;
    font-size: 16px;
}

.page_faq_box dt::before {
    content: "Q";
    position: absolute;
    left: 15px;
    font-weight: 900;
    font-size: 19px;
    top: 4px;
}

.page_faq_box dl {
    margin: 35px 0;
}

.page_faq_box dt span.btn {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    right: 30px;
    top: 16px;
}

.page_faq_box dt span.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
    width: 100%;
    height: 3px;
}

.page_faq_box dt span.btn::after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: #000;
    width: 3px;
    height: 100%;
    position: absolute;
    transition: 0.3s;
}

.page_faq_box dt.nowOpen span.btn::after {
    transform: rotate(90deg);
}

.page_faq_box dd {
    padding: 20px 50px;
    position: relative;
}

.page_faq_box dd::before {
    content: "A";
    position: absolute;
    left: 15px;
    font-weight: 900;
    font-size: 19px;
    top: 16px;
    color: #cbb734;
}

/* T^Lifeについて　PC */
.page_about_ttl {
    text-align: center;
}

.page_about_ttl h2 {
    padding: 10px 0;
    display: inline-block;
    border-top: solid 2px;
    border-bottom: solid 2px;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0.1em;
}

.page_about_flame {
    text-align: center;
}

.page_about_flame .img {
    height: 250px;
    background: url(/img/about_img1.jpeg) center no-repeat;
    background-size: cover;
    width: 400px;
    margin: 50px auto 0;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.page_about .wrap::before {
    content: "T-Life";
    position: absolute;
    font-size: 160px;
    z-index: -1;
    font-weight: 900;
    opacity: 0.1;
    left: -50px;
}

.page_about .wrap::before {
    content: "T-Life";
    position: absolute;
    font-size: 160px;
    z-index: -1;
    font-weight: 900;
    opacity: 0.1;
    left: -50px;
}

.page_about_flame .text_box {
    margin-top: 50px;
}

.page_about_flame p.text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

.page_about_flame p.text+p.text {
    margin-top: 20px;
}

.page_about_ttl.strength {
    margin-top: 80px;
}

.page_about_flame .img.strength {
    background: url(/img/about_img2.jpeg) center no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}

.page_about_flame .strength_text {
    text-align: left;
    padding: 20px;
    border-top: solid 1px #eee;
}

.page_about_flame .strength_text h3 {
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.page_about_flame .strength_text p.text {
    margin-top: 20px;
    padding-left: 30px;
}

.page_about_flame.strength {
    position: relative;
}

.page_about_flame.strength::before {
    content: "STRENGTH";
    position: absolute;
    right: -350px;
    font-size: 120px;
    font-weight: 900;
    opacity: 0.1;
    z-index: -1;
    transform: rotate(90deg);
    top: 112px;
}

/* サイトマップ　PC */
body #sitemap_list li a {
    background-color: #fff;
    border: solid 3px;
    padding: 8px 25px;
    border-radius: 6px;
}

body #sitemap_list li.home-item {
    border-bottom: solid 3px #333;
    padding-bottom: 10px;
}

/*　事業内容　PC */
.page_service_flame {
    margin-top: 30px;
}

.page_service_flame h3 {
    text-align: center;
    padding: 10px 0;
    font-weight: 900;
    letter-spacing: 0.08em;
    font-size: 19px;
    border: solid 3px;
    border-radius: 10px;
    background-color: #fef5c1;
}

.page_service_flame h3 span.eng {
    display: block;
    font-size: 15px;
}

.page_service_conts ul li {
    width: 456px;
}

.page_service_conts ul {
    margin-left: 76px;
}

.page_service_conts {
    margin-top: 30px;
}

.page_service_conts h4 {
    font-weight: 900;
    text-align: center;
    padding: 20px 0;
    position: relative;
    font-size: 20px;
    letter-spacing: 0.05em;
}

.page_service_conts h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    height: 3px;
    width: 70px;
}

.page_service_conts h4::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #000;
    width: 80px;
    height: 3px;
}

.page_service_conts h4 span.line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.page_service_conts h4 span.line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    height: 25px;
    width: 3px;
}

.page_service_conts h4 span.line::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3px;
    height: 30px;
    background-color: #000;
}

.page_service_conts li:nth-child(even) {
    margin-left: 77px;
}

.page_service_conts p.disc {
    letter-spacing: 0.05em;
    font-size: 16px;
    margin-top: 25px;
    height: 100px;
}

.page_service_conts .price {
    text-align: center;
    margin-top: 5px;
    font-weight: 600;
}

.page_service_conts .price span.num {
    font-size: 35px;
    font-weight: 900;
    color: #cbb734;
    margin-right: 5px;
}

.page_service_conts .img img {
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.page_service_conts .img {
    margin: 25px auto 0;
    width: 90%;
}

.page_service_conts ul li:nth-child(n + 3) {
    margin-top: 70px;
}

div#interior p.disc {
    height: 150px;
}

div#interior p.disc {
    height: 150px;
}

.page_photocatalytic h4 {
    font-size: 20px;
    letter-spacing: 0.08em;
}

.page_photocatalytic p.text {
    margin-top: 10px;
    letter-spacing: 0.05em;
}

.page_photocatalytic p.text+p.text {
    margin-top: 20px;
}

.page_photocatalytic div+div {
    border-top: solid 1px #ccc;
    padding-top: 10px;
    margin-top: 30px;
}

li#inte_con p.disc {
    height: 100px;
}

.page_service_tab {
    margin-bottom: 80px;
}

.page_service_tab a {
    display: block;
    transition: 0.3s;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
    width: 150px;
    background-color: #fdf4c1;
    color: #000;
    line-height: 70px;
    border-radius: 10px;
    /* margin-bottom: 80px; */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.page_service_tab ul {
    justify-content: center;
}

.page_service_tab li+li {
    margin-left: 20px;
}

.three_step_contens {
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 40px;
}

.three_step_box {
    box-shadow: 0 2px 4px rgb(0 0 0 / 16%);
    border-radius: 6px;
    position: relative;
}

.three_step_img {
    width: 365px;
    height: 220px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.three_step_box.left .three_step_img::before {
    content: "";
    background-image: url(/img/3st_no1.svg);
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
}

.three_step_box.center .three_step_img::before {
    content: "";
    background-image: url(/img/3ste_no2.svg);
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
}

.three_step_box.right .three_step_img::before {
    content: "";
    background-image: url(/img/3st_no3.svg);
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
}

.three_step_img img {
    border-radius: 6px 6px 0 0;
    width: 200px;
    margin-top: 30px;
}

p.three_title {
    font-size: 30px;
    font-weight: 900;
    color: #cbb734;
    position: relative;
    margin-bottom: 15px;
}

.three_step_box.left .three_step_texts p.three_title::after {
    content: "";
    background-image: url(/img/first-view_border.png);
    position: absolute;
    width: 310px;
    height: 25px;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

p.three_bottom_text {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 25px;
}

.three_step_box.center::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 40px;
    border-color: transparent #cbb734;
    position: absolute;
    z-index: 2;
    left: -22px;
    top: 25px;
    bottom: 0;
    margin: auto;
}

.three_step_box.center::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 40px;
    border-color: transparent #cbb734;
    position: absolute;
    z-index: 2;
    right: -40px;
    top: 25px;
    bottom: 0;
    margin: auto;
}

.three_step_texts {
    text-align: center;
}

dl.top_faq_list {
    margin: 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

dl.top_faq_list .symbol {
    font-size: 24px;
    width: 50px;
    line-height: 1;
    color: #cbb734;
    font-weight: bold;
}

dl.top_faq_list dd .symbol {
    color: #cbb734;
}

dl.top_faq_list .a_content {
    width: calc(100% - 50px);
}

dl.top_faq_list dt .a_content {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

dl.top_faq_list dt {
    align-items: center;
    padding: 30px 40px;
    position: relative;
}

dl.top_faq_list dd {
    margin: 0;
    padding: 0px 120px 30px 40px;
}

dl.top_faq_list dd .a_content {
    font-size: 17px;
}

dl.top_faq_list+dl.top_faq_list {
    margin-top: 40px;
}

dl.top_faq_list dt:after {
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    background-color: #cbb734;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .1s;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(74, 79, 79, 0.1);
    background-image: url(/img/switch_arrow.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: top 55% center;
}

dl.top_faq_list dt.nowOpen:after {
    transform: rotate(-180deg);
}

.faq_wrap {
    width: 1000px;
    margin: auto;
}

section.top_faq h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}

section.top_faq {
    background-color: #FFFDF2;
    padding-top: 70px;
    padding-bottom: 90px;
}


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

    .sp {
        display: block;
    }

    .wrap {
        max-width: 90%;
    }

    /*********************************************
     * SP固定ページ 共通設定
     *********************************************/
    .common-page_wrap {
        padding: 0 0 10vw;
    }

    .common-page_title h2 {
        font-size: 5vw;
    }

    .common-page_title p.sub_title {
        font-size: 3vw;
    }

    p.reserve_text {
        font-size: 6vw;
    }

    a.common-btn {
        width: 80%;
        line-height: 12vw;
    }

    a.common-btn:hover {
        opacity: 1;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /*********************************************
     * SPヘッダー
     *********************************************/
    body nav.globalMenuSp .inner a {
        display: block;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0.05em;
        color: #000;
        padding: 10px 0;
    }

    body nav.globalMenuSp .inner+.inner {
        border-top: dashed 1px #cbb734;
    }

    body nav.globalMenuSp ul li span.btn.nowOpen::before {
        transform: rotate(90deg);
    }

    body nav.globalMenuSp ul li span.btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 0;
        width: 18px;
        height: 18px;
        bottom: 0;
        margin: auto;
    }

    body nav.globalMenuSp ul li span.btn::before {
        width: 2px;
        height: 100%;
        background: #000;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        transition: 0.3s;
    }

    body nav.globalMenuSp ul li span.btn::after {
        content: "";
        width: 100%;
        height: 2px;
        background: #000;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
    }

    body nav.globalMenuSp.active::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 5px;
        background: url(/img/logo.png) center no-repeat;
        background-size: contain;
        width: 100px;
        height: 50px;
    }

    body nav.globalMenuSp .inner a {
        display: block;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0.05em;
        color: #000;
        padding: 10px 0;
    }

    body nav.globalMenuSp {
        border: solid 3px;
        background: #FFFAD8;
    }

    body nav.globalMenuSp ul li a {
        border-bottom: solid 2px;
        font-weight: 900;
        letter-spacing: 0.05em;
        position: relative;
    }

    body nav.globalMenuSp ul li {
        border: none;
        position: relative;
    }

    header#sp_header h2 {
        font-size: 10px;
        position: absolute;
        left: 87px;
        top: 12px;
        line-height: 1.4;
    }

    .mv_board::before {
        display: none;
    }

    body .hamburger {
        top: 9px;
        right: 0px;
    }

    body .hamburger span {
        width: 25px;
        height: 3px;
        border-radius: 6px;
        background: #000;
    }

    body .hamburger span:nth-child(3) {
        top: 24px;
    }

    body .hamburger span:nth-child(2) {
        top: 17px;
    }

    header#sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        z-index: 999;
        height: 55px;
    }

    header#sp_header .logo {
        position: absolute;
        left: 5px;
        top: 13px;
        line-height: 0;
    }

    header#sp_header .logo img {
        height: 23px;
    }

    header#sp_header a.icon {
        color: #000;
        position: absolute;
    }

    header#sp_header a.mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    header#sp_header a.tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /*********************************************
     * SP固定ページ 会社概要
     *********************************************/
    section.company_profile {
        margin-bottom: 20vw;
    }

    section.company_profile table th,
    section.company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    section.company_profile table {
        border-top: 1px solid;
    }

    section.company_profile table th {
        width: 100%;
        background-color: #f2f2f2;
    }

    section.company_profile table td {
        width: 100%;
    }

    section.company_access .map {
        height: 50vw;
    }

    /*********************************************
     * SP固定ページ お問い合わせ
     *********************************************/
    section#page-contact table {
        margin-bottom: 10vw;
    }

    section#page-contact table th,
    section#page-contact table td {
        font-size: 4vw;
        display: block;
    }

    section#page-contact table th {
        width: 100%;
        text-align: left;
    }

    section#page-contact table td {
        width: 100%;
    }

    section#page-contact input[type="text"],
    section#page-contact input[type="email"],
    section#page-contact #zip {
        width: 100%;
        height: 12vw;
    }

    section#page-contact input.tel {
        width: 30%;
    }

    section#page-contact select {
        width: 100%;
    }

    section#page-contact textarea {
        width: 100%;
        height: 60vw;
    }

    section#page-contact div#btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    section#page-contact div#btn_wrap button[name="submitBack"] {
        margin-right: 0;
        margin-bottom: 4vw;
    }

    span.mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    section#page-contact p.attention {
        font-size: 3vw;
    }

    /* サンクスページ */
    section#page-contact .thanks_textArea p {
        font-size: 4vw;
    }

    section#page-contact .thanks_textArea p.contact_text {
        margin-bottom: 2em;
    }

    section#page-contact .thanks_textArea a.ichiran_link {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    section#page-contact .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }

    section#page-contact .progressbar .item:not(:last-child)::before,
    section#page-contact .progressbar .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }

    /*********************************************
     * SP固定ページ 個人情報保護方針
     *********************************************/
    section.privacy_page p.main_text {
        font-size: 3.5vw;
    }

    section.privacy_page dl {
        margin-bottom: 10vw;
    }

    section.privacy_page dl dt {
        font-size: 3.5vw;
    }

    section.privacy_page dl dd {
        font-size: 3.2vw;
        margin-left: 5vw;
    }

    /*********************************************
     * SP固定ページ 404ページ
     *********************************************/
    section#page-404 p.num {
        font-size: 20vw;
        line-height: 1.5;
    }

    section#page-404 p.text {
        font-size: 3.5vw;
    }

    /*********************************************
     * SP投稿ページ シングルページ
     *********************************************/
    .breadcrumb {
        margin-bottom: 5vw;
    }

    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .single_title {
        margin-bottom: 10vw;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list {
        margin-bottom: 2vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
    }

    .singleContent h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    div#single_page .singleContent {
        width: 100%;
    }

    div#single_page .singleContent a.ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    div#single_page .singleContent a.ichiran_link:hover {
        opacity: 1;
    }

    div#single_page .singleSidebar {
        display: none;
    }

    /*ここからローカル作成部分 sp */
    body {
        font-size: 3.6vw;
        line-height: 1.6;
        overflow: hidden;
        min-width: 100%;
    }

    .wrap,
    .wrap_01 {
        max-width: 94%;
    }

    /* メインビジュアル　SP */
    section.top_mv .mv_place {
        text-align: center;
        width: 87%;
        padding: 2vw 5vw;
        font-size: 4vw;
        line-height: 1.5;
        letter-spacing: 0.02em;
    }

    .mv_price_box h1 {
        line-height: 1.6;
        font-size: 5vw;
        letter-spacing: 0.02em;
        padding-left: 12vw;
    }

    .mv_price_box h1 img {
        width: 24vw;
    }

    .mv_price_box::after {
        background: url(/img/mv_balloon2_sp.png) center no-repeat;
        background-size: contain;
    }

    .mv_price_box p.antenna {
        padding: 0;
        font-size: 4.2vw;
        letter-spacing: 0.05em;
        margin-top: 8vw;
        padding-left: 16vw;
    }

    .mv_price_box::before {
        width: 18vw;
        height: 18vw;
        left: -2vw;
    }

    .mv_price_box {
        margin-top: 3vw;
    }

    .mv_price {
        width: 100%;
        margin: -5vw 0 0;
    }

    .mv_price_box::after {
        width: 23vw;
        height: 23vw;
        right: 1vw;
        top: 18vw;
        transform: rotate(-1deg);
    }

    .mv_price::before {
        width: 9vw;
        height: 13vw;
        left: 5vw;
        top: -30vw;
    }

    .mv_board h3 {
        width: 100%;
        font-size: 4.2vw;
        letter-spacing: 0.01em;
        height: 28vw;
        padding-left: 0;
        line-height: 1.7;
        margin-top: 3vw;
    }

    .mv_board h3::before {
        background: url(/img/ttl_bg_sp.png) center no-repeat;
        background-size: contain;
        top: -4vw;
    }

    .mv_board h3::after {
        width: 5vw;
        top: 0;
        left: 13vw;
        display: none;
    }

    .mv_contact_container p.cat {
        font-size: 4vw;
        letter-spacing: 0.02em;
        text-align: center;
    }

    .mv_board {
        display: block;
        padding: 17vw 0 0;
    }

    .mv_contact_container p.tel {
        text-align: center;
        font-size: 7vw;
        padding-left: 9vw;
    }

    .mv_contact_container p.tel::before {
        width: 8vw;
        left: 15vw;
    }

    .mv_contact_container p.hour {
        font-size: 3.5vw;
        text-align: center;
    }

    .mv_contact_container:nth-child(3) {
        border-top: dashed 1px #262626;
        border-bottom: dashed 1px #262626;
        border-right: none;
        border-left: none;
    }

    .mv_contact_container {
        padding: 3vw 0;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .mv_contact_container.tel {
        border-radius: 6px 6px 0 0;
    }

    .mv_contact_container a.btn {
        font-size: 4vw;
        letter-spacing: 0.02em;
        width: 80%;
        line-height: 13vw;
        margin: 2vw auto 0;
        padding-left: 9vw;
    }

    .mv_contact_container a.btn.line::before {
        width: 5vw;
        left: 5vw;
    }

    .mv_contact_container a.btn.mail::before {
        width: 6vw;
        left: 11vw;
    }

    /* お悩み　SP */
    section.top_suffer {
        padding: 8vw 0;
    }

    section.top_suffer h2 {
        font-size: 5vw;
        letter-spacing: 0.05em;
    }

    section.top_suffer h2 span.big {
        font-size: 8vw;
        margin: 0 1vw;
        line-height: 1;
    }

    .top_suffer_box li {
        width: 48%;
        font-size: 4vw;
        letter-spacing: 0.01em;
        line-height: 1.4;
        padding: 18vw 0 12vw;
        height: auto;
    }

    .top_suffer_box li::before {
        background: url(/img/suffer_bg.png) center no-repeat;
        background-size: contain;
        height: 43vw;
    }

    .top_suffer_box li::after {
        font-size: 5vw;
        top: 7vw;
    }

    .top_suffer_box {
        margin-top: 4vw;
    }

    section.top_solve {
        padding: 10vw 0;
    }

    section.top_solve h2 {
        font-size: 5vw;
        letter-spacing: 0.05em;
    }

    section.top_solve h2 span.color {
        display: block;
        font-size: 8vw;
        line-height: 1.3;
    }

    section.top_solve .text_box {
        margin-top: 3vw;
        letter-spacing: 0.05em;
        font-size: 4vw;
        line-height: 1.8;
    }

    section.top_solve .text_box span.color {
        font-size: 5vw;
        line-height: 1;
    }

    .mv_board.solve .notion {
        font-size: 4vw;
        width: 100%;
        letter-spacing: 0.05em;
        padding: 4vw 4vw;
        /* text-align: justify; */
    }

    .mv_board.solve {
        padding-bottom: 40vw;
    }

    /*　施工実績　SP */
    .mv_board.solve {
        padding-bottom: 40vw;
    }

    section.top_works {
        padding: 15vw 0 10vw;
    }

    .top_works_ttl h2 {
        font-size: 5vw;
        letter-spacing: 0.02em;
    }

    .top_works_ttl h2::before {
        width: 40vw;
        height: 29vw;
        top: -9vw;
    }

    .top_works_ttl p.sub_title {
        margin: 15vw 0 0;
        font-size: 4.2vw;
        letter-spacing: 0.05em;
    }

    .top_works_flame {
        display: block;
        margin-top: 10vw;
    }

    .top_works_ttl::before {
        font-size: 15vw;
        left: 0;
        margin: auto;
        text-align: center;
        top: 11vw;
    }

    .top_works_flame .img_box {
        width: 100%;
    }

    .top_works_flame .img_box .img_big {
        width: 55%;
    }

    .top_works_flame .img_box .img_small {
        width: 40%;
        top: 10vw;
        right: 16vw;
    }

    .top_works_flame .img_box::before {
        font-size: 12vw;
        top: -10vw;
    }

    .top_works_flame .text_box {
        width: 100%;
        margin: 4vw 0 0;
    }

    .top_works_flame p.name {
        font-size: 3.3vw;
        letter-spacing: 0.05em;
        line-height: 1.5;
    }

    .top_works_flame h3 {
        font-size: 4vw;
        letter-spacing: 0.05em;
        margin-top: 1vw;
        padding-bottom: 3vw;
    }

    .top_works_flame p.conts {
        font-size: 3.8vw;
        letter-spacing: 0.02em;
        margin-top: 2vw;
    }

    .top_works_flame p.text {
        font-size: 4vw;
        line-height: 1.6;
        letter-spacing: 0.02em;
        margin-top: 3vw;
    }

    .top_works_flame p.price span.let {
        font-size: 4vw;
        width: 13vw;
        height: 13vw;
        padding: 2vw 1.9vw 2vw 2vw;
        line-height: 1.2;
        margin-right: 3vw;
    }

    .top_works_flame p.price {
        font-size: 8vw;
        margin-top: 3vw;
    }

    .top_works_flame+.top_works_flame {
        margin-top: 14vw;
    }

    .top_works_flame.num2 .img_box .img_big {
        margin-left: 0;
    }

    .top_works_flame.num2 .img_box .img_small {
        right: 16vw;
        left: auto;
    }

    .top_works_flame.num2 .img_box::before {
        left: 0;
    }

    /* お知らせ　SP */
    .top_news_ttl p.eng {
        font-size: 5vw;
        letter-spacing: 0.02em;
    }

    .top_news_ttl h2 {
        font-size: 5.5vw;
        letter-spacing: 0.03em;
        margin-top: 1vw;
    }

    .top_news_ttl {
        text-align: center;
    }

    .site_news_box {
        margin: 5vw 0 0;
        padding: 0 2vw;
    }

    .site_news_box p.day {
        font-size: 3.5vw;
    }

    .site_news_box p.ttl {
        font-size: 4vw;
        letter-spacing: 0.02em;
        line-height: 1.9;
        margin-top: 1vw;
        padding-bottom: 1vw;
    }

    .site_news_box p.text {
        font-size: 3.5vw;
        letter-spacing: 0.02em;
        margin-top: 2vw;
    }

    section.top_news {
        padding: 3vw 0 10vw;
    }

    a.site_cmn_btn {
        width: 85%;
        font-size: 4.2vw;
        line-height: 17vw;
        letter-spacing: 0.05em;
        margin-top: 7vw;
    }

    /* フッター　SP */
    .ft_logo {
        width: 45%;
    }

    footer .mv_contact_container p.tel {
        font-size: 6vw;
        padding-left: 6vw;
    }

    footer .mv_contact_container p.tel::before {
        width: 6vw;
        left: 20vw;
    }

    footer .mv_contact_container p.cat {
        font-size: 3.8vw;
    }

    footer .mv_contact_container p.hour {
        font-size: 3vw;
    }

    footer .mv_contact_container {
        padding: 3vw 0;
    }

    footer .mv_contact_container a.btn.line {
        padding-left: 7vw;
        /* line-height: 13vw; */
        /* width: 85%; */
    }

    footer .mv_contact_container a.btn.line::before {
        width: 6vw;
        height: 5vw;
        left: 7vw;
    }

    footer .mv_contact_container a.btn.mail::before {
        width: 6vw;
        left: 11vw;
    }

    footer .mv_contact_container a.btn.mail {
        padding-left: 7vw;
    }

    footer .mv_contact_container a.btn {
        font-size: 3.8vw;
        line-height: 13vw;
        width: 82%;
    }

    p.ft_address {
        font-size: 3.5vw;
        text-align: center;
    }

    p.copy_right.arial {
        font-size: 3vw;
        letter-spacing: 0.05em;
        text-align: center;
    }

    .ft_flex_box {
        justify-content: center;
        margin-top: 5vw;
    }

    footer .mv_board h3 {
        width: 100%;
        font-size: 3.5vw;
        height: 25vw;
    }

    .mv_board.footer {
        margin-top: 13vw;
        padding: 17vw 0 0vw;
    }

    .mv_board.footer::before {
        display: none;
    }

    footer .mv_contact_container:nth-child(3) {
        border-right: none;
        border-left: none;
    }

    footer .mv_contact_container.mail {
        border-radius: 0 0 10px 10px;
        padding-bottom: 5vw;
    }

    footer {
        padding: 11vw 0 30vw;
    }

    /* TOP サービス紹介　SP */
    section.top_service h2 {
        font-size: 6vw;
        letter-spacing: 0.03em;
    }

    section.top_service {
        padding: 7vw 0 7vw;
    }

    .site_tab-area {
        margin-top: 5vw;
    }

    .site_tab-area .tab {
        font-size: 3vw;
        letter-spacing: 0.01em;
        width: 19%;
        border: solid 2px transparent;
    }

    .site_tab-area .tab.active {
        border: solid 2px #000;
    }

    .site_content-area .content ul {
        display: block;
    }

    .site_content-area ul li a {
        width: 100%;
        border: solid 2px;
    }

    .site_content-area ul li a .img {
        height: 40vw;
    }

    .site_content-area ul li a .text_box {
        padding: 2vw 3vw 0 3vw;
        border-top: solid 2px;
    }

    .site_content-area ul li a h3 {
        font-size: 5vw;
    }

    .site_content-area ul li a p.text {
        font-size: 3.5vw;
        letter-spacing: 0.05em;
        margin-top: 1vw;
    }

    .site_content-area p.price span.let::before {
        width: 100%;
        content: "";
        position: absolute;
        left: -0.6vw;
        background: url(/img/let_bg.png) center no-repeat;
        background-size: contain;
        height: 100%;
        z-index: -1;
        top: -2.8vw;
    }

    .site_content-area p.price span.let {
        font-size: 3.5vw;
        width: 15vw;
        height: 13vw;
        padding: 0 3vw 0 2vw;
        letter-spacing: 0.08em;
        line-height: 4vw;
    }

    .site_content-area p.price span.num {
        font-size: 9.7vw;
        letter-spacing: -0.01em;
        margin-left: 1vw;
    }

    .site_content-area p.price {
        margin-top: 1vw;
    }

    .site_content-area p.price span.box b {
        font-size: 6vw;
    }

    .site_content-area p.price span.box {
        font-size: 3.5vw;
        margin-left: 2vw;
    }

    .site_content-area p.confirm {
        padding: 2vw 0;
        font-size: 4vw;
        border-top: solid 2px;
    }

    .site_content-area .content.show {
        margin-top: 3vw;
    }

    .site_content-area ul li+li {
        margin: 4vw 0 0;
    }

    /* 追従　SP */
    .follow_banner {
        min-width: 100%;
    }

    .follow_banner .tel_box {
        margin: 0;
        justify-content: center;
    }

    a.follow_btn {
        width: 49%;
        font-size: 3.2vw;
        padding-left: 4vw;
        line-height: 10vw;
    }

    a.follow_btn.line {
        margin-left: 0;
    }

    a.follow_btn.mail {
        margin-left: 1vw;
        padding-left: 5vw;
    }

    .follow_banner .btn_box {
        justify-content: center;
        margin-top: 2vw;
    }

    a.follow_btn::before {
        width: 4vw;
        left: 4vw;
    }

    a.follow_btn.mail::before {
        width: 4vw;
        left: 3vw;
    }

    .follow_banner {
        padding: 3vw 0;
    }

    .follow_banner p.hour {
        font-size: 2vw;
        margin-left: 1vw;
        letter-spacing: 0.01em;
    }

    .follow_banner p.tel {
        font-size: 5vw;
        padding-left: 5vw;
    }

    .follow_banner p.tel::before {
        width: 6vw;
        left: -2vw;
    }

    /* 個人情報保護方針　SP */
    .page_mv_cmn_text .mv_place {
        width: 74%;
        font-size: 3vw;
        letter-spacing: 0.02em;
        line-height: 4.5vw;
        padding: 2vw 0;
    }

    p.page_mv_tlife {
        line-height: 1.5;
        font-size: 3.5vw;
        letter-spacing: 0.02em;
        margin-top: -2vw;
    }

    p.page_mv_tlife img {
        width: 17vw;
    }

    .common-page_main {
        padding: 5vw 0 0;
        margin-top: 20px;
    }

    .common-page_main p.sub_title {
        font-size: 6vw;
        letter-spacing: 0.08em;
    }

    .common-page_main h1 {
        font-size: 2.5vw;
        margin-top: 1vw;
    }

    .common-page_main .title_box {
        padding: 6vw;
        margin-top: 2vw;
    }

    .page_mv_main_text {
        padding: 3vw 6vw;
        margin: 4vw 0 6vw;
    }

    .page_mv_main_text p.text {
        font-size: 3vw;
        letter-spacing: 0.05em;
        line-height: 1.7;
    }

    .page_mv_main_text::before,
    .page_mv_main_text::after {
        width: 15vw;
        height: 2px;
    }

    .page_mv_main_text span.line::before,
    .page_mv_main_text span.line::after {
        height: 7vw;
        top: -2vw;
        left: 2vw;
        width: 2px;
    }

    .page_mv_main_text span.line::after {
        left: auto;
        top: auto;
        right: 2vw;
        bottom: -2vw;
    }

    .privacy_index ul {
        margin-left: 4vw;
    }

    .privacy_index ul li {
        font-size: 3vw;
    }

    /* よくある質問　SP */
    .page_faq_box {
        padding-left: 0;
        border-left: none;
    }

    .page_faq_box dl {
        margin: 4vw 0;
    }

    .page_faq_box dt {
        font-size: 3.5vw;
        padding: 2vw 6vw 2vw 5vw;
        border-bottom: 2px solid;
    }

    .page_faq_box dt::before {
        font-size: 3.5vw;
        left: 0;
        top: 1vw;
    }

    .page_faq_box dt span.btn {
        width: 3vw;
        height: 3vw;
        right: 1vw;
        top: 3vw;
    }

    .page_faq_box dt span.btn::after {
        width: 2px;
    }

    .page_faq_box dt span.btn::before {
        height: 2px;
    }

    .page_faq_box dd {
        padding: 3vw 5vw 3vw 10vw;
        margin-left: 0;
        font-size: 3.5vw;
    }

    .page_faq_box dd::before {
        font-size: 4vw;
        top: 3vw;
    }

    .page_cmn_ttl h2 {
        font-size: 5vw;
        letter-spacing: 0.08em;
    }

    /* T-Lifeについて　SP */
    .page_about_ttl h2 {
        font-size: 4vw;
        letter-spacing: 0.05em;
        padding: 2vw 0;
    }

    .page_about_flame .img {
        width: 70%;
        height: 38vw;
        margin-top: 4vw;
    }

    .page_about .wrap::before {
        font-size: 9vw;
        left: -10vw;
        top: 35vw;
        transform: rotate(-90deg);
    }

    .page_about_flame .text_box {
        margin-top: 5vw;
        padding: 2vw 3vw;
        text-align: left;
    }

    .page_about_flame p.text {
        font-size: 3.5vw;
        letter-spacing: 0.02em;
    }

    .page_about_flame p.text+p.text {
        margin-top: 3vw;
        line-height: 1.6;
    }

    .page_about_flame .strength_text {
        padding: 2vw;
    }

    .page_about_flame .strength_text h3 {
        font-size: 3.8vw;
        letter-spacing: 0.05em;
    }

    .page_about_flame .strength_text p.text {
        font-size: 3.2vw;
        padding-left: 0;
        margin-top: 2vw;
        line-height: 1.7;
    }

    .page_about_flame.strength::before {
        font-size: 8vw;
        right: -17vw;
        top: 12vw;
    }

    .page_about_flame .img.strength {
        margin-bottom: 6vw;
    }

    /* サイトマップ　SP */
    #sitemap_list li {
        margin-right: 0;
        font-size: 3.8vw;
    }

    body #sitemap_list li a {
        padding: 1vw 3vw;
        border: solid 2px;
    }

    #sitemap_list li+li {
        margin-top: 0;
    }

    body #sitemap_list li.home-item {
        padding-bottom: 1vw;
        border-bottom: 2px solid;
        font-size: 4vw;
    }

    /* 事業内容　SP */
    .page_service_tab a {
        font-size: 3vw;
        letter-spacing: 0.01em;
        width: 100%;
        line-height: 14vw;
    }

    .page_service_tab li {
        width: 19%;
    }

    .page_service_tab li+li {
        margin-left: 0;
    }

    .page_service_tab ul {
        justify-content: space-between;
    }

    .page_service_tab {
        margin-bottom: 8vw;
    }

    .page_service_flame h3 {
        font-size: 4.5vw;
        letter-spacing: 0.05em;
        padding: 1vw 0;
        border: 2px solid;
    }

    .page_service_flame h3 span.eng {
        font-size: 3.5vw;
    }

    .page_service_flame {
        margin-top: 4vw;
    }

    .page_service_conts ul li {
        width: 100%;
    }

    .page_service_conts ul {
        margin-left: 0;
    }

    .page_service_conts {
        margin-top: 4vw;
    }

    .page_service_conts h4 {
        font-size: 4.5vw;
        padding: 3vw 0;
    }

    .page_service_conts h4::before,
    .page_service_conts h4::after {
        height: 2px;
        width: 12vw;
    }

    .page_service_conts h4::after {}

    .page_service_conts h4 span.line::before,
    .page_service_conts h4 span.line::after {
        width: 2px;
        height: 5vw;
    }

    .page_service_conts p.disc {
        letter-spacing: 0.02em;
        font-size: 3.8vw;
        margin-top: 4vw;
        height: auto;
    }

    .page_service_conts .img {
        width: 60%;
        margin-top: 4vw;
    }

    .page_service_conts .price {
        font-size: 3vw;
    }

    .page_service_conts .price span.num {
        font-size: 6vw;
    }

    .page_service_conts li:nth-child(even) {
        margin-left: 0;
    }

    .page_service_conts ul li+li {
        margin-top: 6vw;
    }

    .page_service_conts ul li:nth-child(n + 3) {
        margin-top: 8vw;
    }

    .page_service_flame+.page_service_flame {
        margin-top: 10vw;
    }

    .page_service_conts ul li:nth-child(n + 3) {
        margin-top: 8vw;
    }

    .page_service_flame+.page_service_flame {
        margin-top: 10vw;
    }

    div#interior p.disc {
        height: auto;
    }

    .page_photocatalytic h4 {
        font-size: 4.5vw;
    }

    .page_photocatalytic p.text+p.text {
        margin-top: 3vw;
    }

    .three_step_contens {
        display: block;
        margin-bottom: 25px;
    }

    .three_step_contens>div+div {
        margin-top: 15px;
    }

    .three_step_img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .three_step_box.center::before,
    .three_step_box.center::after {
        content: none;
    }

    p.three_title {
        font-size: 5vw;
        margin-bottom: 10px;
    }

    .three_step_box.left .three_step_texts p.three_title::after {
        width: 60%;
        height: 4vw;
    }

    .three_step_box.center .three_step_texts p.three_title::after {
        width: 60%;
        height: 4vw;
        left: -10px;
    }

    .three_step_box.right .three_step_texts p.three_title::after {
        width: 30%;
        height: 4vw;
    }

    p.three_bottom_text {
        font-size: 3vw;
        display: inline-block;
        text-align: left;
        width: 80%;
        padding-bottom: 10px;
    }

    dl.top_faq_list+dl.top_faq_list {
        margin-top: 20px;
    }

    dl.top_faq_list dt {
        padding: 30px 40px 30px 20px;
    }

    dl.top_faq_list .symbol {
        font-size: 18px;
        width: 30px;
    }

    dl.top_faq_list dt .a_content {
        font-size: 18px;
        line-height: 1.4;
    }

    dl.top_faq_list dt:after {
        right: 14px;
        width: 30px;
        height: 30px;
    }

    dl.top_faq_list dd {
        padding: 0px 40px 30px 20px;
        margin: 0;
    }

    .ft_contact_wrap {
        width: 92%;
    }

    .faq_wrap {
        width: 92%;
    }

}