/*
Theme Name: 持ち込みタイヤ交換
Description: 持ち込みタイヤ交換のテーマ
Theme URI: https://tire-mochikomi.com/
Author: GRACE
Author URI: https://gr1.jp/
Version: 1.0
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/

@charset "utf-8";

/* ==============================================
 Reset
=============================================== */

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,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    color: #000;
    font-weight: bold;
    background: linear-gradient(transparent 50%, #fdf991 50%);
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #c1c1c1;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

span {
    vertical-align: baseline;
}


/* ==============================================
 Common
=============================================== */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    margin: 0;
    width: 100%;
}

body {
    background: #fff;
    color: #333;
    font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "yu-gothic-pr6n", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    width: 100%;
}

a {
    cursor: pointer;
    color: #333;
    outline: medium none;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a:visited {
    outline: medium none;
}

a:focus {
    outline: medium none;
}

a:active,
a:hover {
    outline: medium none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
    color: #333;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}

h2 {
    font-size: 3.1rem;
}

h2 span {
    font-size: 3.9rem;
}

h3 {
    font-size: 2.5rem;
}

address {
    font-style: normal;
    margin: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

p {
    line-height: 1.75;
    transform: rotate(360deg);
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    max-height: 100%;
    padding-top: 0px;
    text-align: justify;
}

code,
kbd,
pre,
samp {
    -moz-hyphens: none;
    font-family: monospace, serif;
    font-size: 1.4rem;
}

pre {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #333;
    font-family: monospace;
    font-size: 1.4rem;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

small {
    font-size: 1.3rem;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0;
    line-height: 1;
}

dt {
    margin: 0;
    line-height: 1;
}

dd {
    margin: 0;
    line-height: 1;
}

menu,
ol,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

li {
    line-height: 1;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}

input[type="text"]:focus,
textarea:focus {
    outline: 0;
}

.md-hidden {
    display: none !important;
}

.box-shadow {
    -webkit-box-shadow: 5px 5px 13px 0px #c1c1c1;
    -ms-box-shadow: 5px 5px 13px 0px #c1c1c1;
    box-shadow: 5px 5px 13px 0px #c1c1c1;
}

a.box-shadow:hover {
    -webkit-box-shadow: 0px 2px 10px 0px #c1c1c1;
    -ms-box-shadow: 0px 2px 10px 0px #c1c1c1;
    box-shadow: 0px 2px 10px 0px #c1c1c1;
}

.pc-hide {
    display: none;
}

.ps-br {
    display: block;
    /* PCを改行して */
}

.sp-br {
    display: none;
    /* SPの改行を隠す */
}

.tb-br {
    display: none;
    /* TBの改行を隠す */
}

/* ==============================================
 Font
=============================================== */
/* Text Align
----------------------------------------------- */
.ta-center {
    text-align: center;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}


/* ==============================================
 Layout
=============================================== */

/* Common
----------------------------------------------- */
#wrapper {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px;
}

.container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.section.section-unerline {
    padding-bottom: 50px;
}

/* flex grid
----------------------------------------------- */
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.grid {
    display: grid;
}

/* column
----------------------------------------------- */
.col-lg-1 {
    width: 12%;
}

.col-lg-2 {
    width: 16.6666%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-4 {
    width: 33.3333%;
}

.col-lg-5 {
    width: 41.6666%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-7 {
    width: 57.0833%;
}

.col-lg-8 {
    width: 66.6667%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-10 {
    width: 83.3334%;
}

.col-lg-11 {
    width: 91.6666%;
}

.col-lg-12 {
    width: 100%;
}

/* Float
----------------------------------------------- */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    text-align: center;
}

.single img.alignleft {
    margin: 0 10px 15px 0;
}

.single img.alignright {
    margin: 0 0 15px 10px;
}

.single img.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

/* Table
----------------------------------------------- */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table th,
.table td {
    line-height: 1.4;
}

/* Micro Clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/* ==================================
スクロールすると要素をふわっと表示
===================================== */
/*1.フェードインアニメーションの指定*/
.scrollanime {
    opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

/*2.上下の動きを指定*/
.updown {
    transform: translateY(-100px);
}

.downup {
    transform: translateY(100px);
}

/*3.左右の動きを指定*/
.sect02 {
    overflow: hidden;
}

/*横スクロールバーを隠す*/
.slide-right {
    transform: translateX(200px);
}

.slide-left {
    transform: translateX(-200px);
}


/* ==============================================
　ヘッダー
=============================================== */
header {
    padding: 10px 0;
    transition: .1s;
}

header h1 {
    font-size: 3.5rem;
    text-align: left;
    display: flex;
    align-items: center;
}

header h1 a {
    display: block;
}

header h1 a:hover {
    opacity: 0.5;
}

header .container>.flex>.flex {
    justify-content: flex-end;
    width: 70%;
}

.header-maker {
    width: 17%;
    margin-right: 10px;
}

.header-card {
    width: 17%;
    margin-right: 10px;
}

.header .header__tel a {
    display: block;
    font-size: 3.9rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.header .header__tel a:hover {
    opacity: .5;
}

.header .header__tel a i {
    font-size: 3.5rem;
    margin-right: .25em;
    vertical-align: baseline;
}

.header .header__tel__time {
    margin-right: 1em;
}

.header .header__tel__time,
.header .header__tel__holiday {
    line-height: 1;
    font-size: 1.3rem;
}

.header .header__tel__time span,
.header .header__tel__holiday span {
    background-color: #fff06d;
    color: #333;
    text-align: center;
    font-size: 1.3rem;
    padding: 5px;
    margin-right: .5em;
    font-weight: bold;
    display: inline-block;
}

/* ドロワー */
body.drawer--navbarTopGutter {
    padding-top: 0;
}

.drawer-hamburger {
    position: fixed;
    z-index: 104;
    top: 25px;
    display: block;
    box-sizing: content-box;
    width: 3rem;
    padding: 0;
    padding-top: 3px;
    padding-right: .75rem;
    padding-bottom: 20px;
    padding-left: .75rem;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: #fff;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
}

.drawer-hamburger:hover {
    background-color: #fff !important;
}

.drawer-hamburger .tit {
    display: block;
    padding-bottom: 3px;
    color: #000;
    font-size: 10px;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 500px;
    /* ここの幅変える場合↓もセットで */
}

.drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 500px;
    height: 100%;
    color: #000;
    z-index: 10000;
    background-color: #56a5df;
    padding: 3%;
}

.drawer-nav .header__list__tel {
    background-color: #fff06d;
    padding: 20px;
    margin-bottom: 10px;
}

.drawer-nav .header__list__tel__message {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.drawer-nav .header__list__tel a {
    display: block;
    font-size: 3.9rem;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.drawer-nav .header__list__tel a i {
    font-size: 4rem;
    margin-right: .25em;
    vertical-align: baseline;
}

.drawer-nav .header__list__tel__time,
.drawer-nav .header__list__tel__holiday {
    line-height: 1;
    width: 60%;
    margin: 0 auto;
}

.drawer-nav .header__list__tel__time {
    margin-bottom: 10px;
}

.drawer-nav .header__list__tel__time span,
.drawer-nav .header__list__tel__holiday span {
    background-color: #56a5df;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    padding: 5px;
    margin-right: .5em;
    font-weight: bold;
    display: inline-block;
    width: 30%;
}

.drawer-nav .header__list__mail {
    background-color: #fff06d;
    padding: 20px 20px 30px;
}

.drawer-nav .header__list__mail__message {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
    color: #333;
}

.drawer-nav .header__list__mail a {
    display: block;
    background-color: #fb5151;
    border-radius: 20px;
    padding: 20px 40px;
    font-size: 1.8rem;
    font-weight: bold;
    box-shadow: 0px 10px 0px 0px #990909;
}

.drawer-nav .header__list__mail a:hover {
    transform: translateY(10px);
    box-shadow: none;
    opacity: .8;
}

.drawer-nav .header__list__mail i {
    vertical-align: baseline;
    margin-right: .5em;
}

.drawer-nav .header__list__mail a p {
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}

.drawer-nav .header__list__mail span {
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    display: block;
}

.drawer--right .drawer-nav {
    right: -500px;
    -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer-nav .drawer-menu {
    margin-bottom: 10px;
}

.drawer-nav ul li {
    text-align: left;
}

.drawer-nav ul li a {
    color: #fff;
    display: block;
    padding: 3%;
    font-size: 1.6rem;
}

.drawer-nav ul li a i {
    font-size: 1.6rem;
    margin-right: 1em;
}

.drawer-nav .common-contact-tel {
    background-color: #fff;
    width: 100%;
    padding: 5%;
}

.drawer-nav .common-contact-tel .flex {
    width: 100%;
    justify-content: space-between;
}

.drawer-nav .common-contact-tel img {
    width: 25%;
}

.drawer-nav .common-contact-tel-txt {
    width: 73%;
}

.drawer-nav .common-contact-tel-txt span {
    display: block;
    font-weight: bold;
}

.drawer-nav .common-contact-tel .message {
    color: #000;
    font-size: 1.6rem;
    margin-bottom: -10px;
}

.drawer-nav .common-contact-no {
    color: #56a5df;
    font-size: 4.8rem;
    margin-bottom: -5px;
}

.drawer-nav .common-contact-tel .time {
    color: #000;
    font-size: 1.6rem;
}


.drawer-hamburger-icon,
.drawer-hamburger-icon::before,
.drawer-hamburger-icon::after {
    background-color: #000;
}


/* ==============================================
　ナビゲーション
=============================================== */
nav {
    background-color: #56a5df;
}

nav a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    padding: 2% 0;
}

nav a:hover {
    opacity: 0.5;
}

nav .current {
    border-bottom: 3px #fff solid;
}

#header .drawer-header {
    display: none;
}

#sp-nav {
    display: none;
}

/* 追従 */
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    -webkit-transition: all 0s ease 0s, background 0s ease 0s;
    transition: all 0s ease 0s, background 0s ease 0s;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

header.is-fixed {
    padding: 1% 3%;
}

header.is-fixed h1 {
    line-height: 3.25;
    width: 13%;
}

header.is-fixed nav a {
    font-size: 1.6rem;
}


/* 404.php
=============================================== */
.notfound {
    text-align: center;
    margin-bottom: 80px;
}


/* page title 下層ページのタイトル
=============================================== */
#page-title h2 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 4.8rem;
    text-align: center;
    padding: 130px 0;
}

/* heading
----------------------------------------------- */
.heading-2 {
    color: #fff;
    font-size: 3.0rem;
    position: relative;
    margin-bottom: 10px;
}

/* breadcrumbs
----------------------------------------------- */
.breadcrumbs {
    font-size: 1.6rem;
    padding: 20px 0;
    margin-bottom: 20px;
}

.breadcrumbs span {
    vertical-align: baseline;
}

.breadcrumbs>span {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

.breadcrumbs>span:first-child {
    margin-left: 0;
}

.breadcrumbs a {
    color: #000;
}

.breadcrumbs a:hover {
    color: #56a5df;
    opacity: 1;
}


/* pager
----------------------------------------------- */
.pager {
    margin-bottom: 80px;
    text-align: center;
}

.pager .wp-pagenavi a,
.pager .wp-pagenavi span {
    font-size: 1.6rem;
    color: #000;
    display: inline-block;
    margin: 0 10px;
    height: 40px;
    width: 40px;
    line-height: 33px;
    background: #fff;
    border: 1px solid #000;
}

.pager .wp-pagenavi a:hover,
.pager .wp-pagenavi span:hover {
    background-color: #56a5df;
    color: #fff;
}

.pager .wp-pagenavi .current {
    background-color: #56a5df;
    color: #fff;
    font-weight: normal;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    border: none;
}

.pager .wp-pagenavi .pages {
    background: none;
    width: auto;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #000;
    border: none;
}


/* ============================================================================================
　フォント
============================================================================================= */
.serif-en {
    font-family: 'Lato', sans-serif;
}

/* ============================================================================================
　共通エレメント
============================================================================================= */
.bg-brown {
    background-color: #fbf7ef;
}

.bg-blue {
    background-color: #56a5df;
}

.bg-lightblue {
    background-color: #eff7fb;
}

.deco1__wrap {
    text-align: center;
    margin-bottom: 20px;
}

.deco1 {
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 15px;
    line-height: 1;
}

.deco1::before,
.deco1::after {
    content: "";
    display: block;
    border-bottom: 2px solid #333;
    position: absolute;
    width: 50%;
    bottom: 6px;
}

.deco1::before {
    left: 0;
}

.deco1::after {
    right: 0;
}

.deco1 .triangle {
    position: absolute;
    left: 43%;
    bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    border-top: .5em solid #333;
}

.deco2::before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(images/common-icon-tire_blue.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto 5px;
}

.deco2 {
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    color: #56a5df;
    margin-bottom: 20px;
    line-height: 1;
}

.deco2__white {
    color: #fff;
}

.deco2__white::before {
    background-image: url(images/common-icon-tire_white.png);
}

.order1 {
    order: 1;
}

.order2 {
    order: 2;
}

/* a.btn
----------------------------------------------- */
a.btn {
    font-size: 1.8rem;
    position: relative;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 25px 0;
    text-decoration: none;
    background-color: #56a5df;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
}

a.btn i {
    position: absolute;
    top: 40%;
    right: 5%;
    color: #fff;
}

a.btn:hover {
    opacity: 0.5;
}


/* ============================================================================================
 TOP
 ============================================================================================= */
/* .mainvisual
----------------------------------------------- */
.mainvisual {
    position: relative;
    overflow: hidden;
}

.mainvisual .sp-hide {
    max-width: 1600px;
    margin: auto;
}

@media screen and (min-width: 1601px) {
    .mainvisual::before {
        content: "";
        position: absolute;
        display: block;
        inset: 0;
        background: url(images/common-bg-01.jpg)no-repeat center/cover;
        filter: brightness(0.75);
    }

    .mainvisual .sp-hide {
        mask: linear-gradient(to right, transparent, #000 40px, #000 calc(100% - 40px), transparent);
    }
}

.mv__price-wrap {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    position: absolute;
    bottom: 0.95em;
    right: 50%;
    width: 100%;
    max-width: 1600px;
    transform: translateX(50%);
    justify-content: right;
    gap: min(2.3vw, 40px);
    padding-right: min(3.2vw, 51.2px);
    font-size: min(3.7vw, 59.2px);
}

.mv__price {
    font-weight: bold;
    line-height: 1;
    color: #fb5151;
    display: flex;
    gap: 0.1em;
    flex-wrap: nowrap;
    -webkit-text-stroke: 0.02em currentColor;
    align-items: flex-end;
    justify-content: center;
    padding: 0.1em 0.2em;
}

.mv__price--prefix {
    font-size: 0.5em;
    position: relative;
    padding-top: 0.6em;
    font-weight: 700;
    -webkit-text-stroke: 0.01em currentColor;
}

.mv__price--tax {
    position: absolute;
    font-size: 0.6em;
    font-weight: 700;
    display: block;
    left: 0;
    top: 0;
}

/* .professional
----------------------------------------------- */
.professional {
    margin: 50px 0;
}

.professional .container {
    padding: 50px;
}

.professional .professional__ttl {
    margin-bottom: 50px;
}

.professional .professional__ttl span {
    color: #56a5df;
}

.professional .flex {
    justify-content: space-around;
}

.professional .professional__feature {
    width: 31%;
}

.professional .professional__feature__txt {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.25;
}

.professional .professional__feature__txt span {
    color: #f3a215;
}

/* .worry
----------------------------------------------- */
.worry {
    padding: 50px 0;
    margin-bottom: 50px;
    position: relative;
}

.worry::after {
    content: "";
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 100px solid #fff;
}

.worry .worry__ttl {
    margin-bottom: 50px;
}

.worry .worry__ttl span {
    color: #56a5df;
}

.worry .worry__list {
    width: 20%;
    position: relative;
    padding: 20px 20px 30px;
}

.worry .worry__list i {
    color: #f3a215;
    font-size: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.worry .worry__list__txt {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.25;
}

.worry .worry__list__txt span {
    color: #56a5df;
}

.worry .worry__list__img {
    width: 40%;
    position: absolute;
    bottom: -50px;
    right: -40px;
}

/* .solution
----------------------------------------------- */
.solution {
    padding: 100px 0;
}

.solution .solution__ttl {
    margin-bottom: 50px;
}

.solution .solution__ttl span {
    color: #56a5df;
}

.solution .container>.flex {
    background-color: #fff;
    border-radius: 20px;
}

.solution .solution__message {
    position: relative;
    width: 43%;
}

.solution .solution__message__txt {
    position: absolute;
    top: 35%;
    left: 10%;
    font-size: 3.1rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.25;
}

.solution .solution__message__txt span {
    font-size: 3.9rem;
    color: #fff06d;
}

.solution .solution__compare {
    width: 57%;
    padding: 30px 50px;
    align-items: flex-end;
}

.solution .solution__compare__stand {
    width: 40%;
}

.solution .solution__compare__us {
    width: 55%;
}

.solution .solution__compare__txt {
    position: relative;
    padding: 40px 20px 30px;
}

.solution .solution__compare__ttl {
    position: absolute;
    top: -15px;
    left: -10px;
    width: 100%;
}

.solution .solution__compare__ttl::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 0;
    border-color: transparent #616161 transparent transparent;
    position: absolute;
    left: 3px;
    bottom: -7px;
}

.solution .solution__compare__ttl span {
    display: inline-block;
    background: #333;
    font-size: 1.8rem;
    color: #fff;
    padding: 10px;
}

.solution .solution__compare__txt li {
    line-height: 1.5;
    text-align: justify;
}

.solution .solution__compare__txt li i {
    vertical-align: baseline;
    margin-right: .5em;
}

.solution .solution__compare__us .solution__compare__ttl {
    display: grid;
    top: -25px;
}

.solution .solution__compare__us .solution__compare__ttl::before {
    border-width: 0 10px 10px 0;
    border-color: transparent #3680b7 transparent transparent;
    left: 0;
    bottom: -10px;
}

.solution .solution__compare__us .solution__compare__ttl span {
    background: #56a5df;
    font-size: 2.5rem;
    color: #fff06d;
}

.solution .solution__compare__us li {
    font-weight: bold;
}

.solution .solution__compare__us li i {
    color: #f3a215;
}

/* .value
----------------------------------------------- */
.value .container {
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
}

.value .value__ttl {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.value .value__ttl::before,
.value .value__ttl::after {
    content: '';
    height: 10px;
    background-color: #f3a215;
    background-image: repeating-linear-gradient(-45deg, #eff7fb, #eff7fb 3px, transparent 0, transparent 6px);
    flex-grow: 1;
}

.value .value__ttl::before {
    margin-right: 1em;
}

.value .value__ttl::after {
    margin-left: 1em;
}

.value .value__ttl h2 {
    line-height: 1.25;
}

.value .value__ttl h2 span {
    color: #56a5df;
}

.value .flex {
    justify-content: space-around;
    margin-bottom: 10px;
}

.value .value__cars {
    width: 30%;
    background-color: #fff;
}

.value .value__cars:first-of-type,
.value .value__cars:nth-of-type(2),
.value .value__cars:nth-of-type(3) {
    margin-bottom: 30px;
}

.value .value__cars__ttl {
    font-size: 2rem;
    padding: 10px;
}

.value .value__cars__detail {
    padding: 20px;
    position: relative;
}

.value .value__cars__retailer {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.value .value__cars__us {
    font-size: 2rem;
    color: #f3a215;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.value .value__cars li {
    line-height: 1.5;
    font-weight: bold;
}

.value .value__cars__topic {
    background-color: #fb5151;
    border-radius: 50px;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    font-weight: bold;
    position: absolute;
    width: 85px;
    height: 85px;
    right: 10px;
    top: 10px;
    padding: 23px 0;
    line-height: 1.25;
}

.value .value__cars__topic span {
    font-size: 1.8rem;
}

.value .value__attention {
    text-align: right;
    margin-bottom: 30px;
    font-size: 1.3rem;
}

/* .cost-speed
----------------------------------------------- */
.cost-speed {
    padding: 50px 0;
}

.cost-speed .cost-speed__subttl {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}

.cost-speed .cost-speed__ttl {
    margin-bottom: 40px;
}

.cost-speed .cost-speed__ttl span {
    color: #56a5df;
}

.cost-speed .cost-speed__txt {
    text-align: center;
    margin-bottom: 40px;
}

.cost-speed .container>.flex {
    background-color: #fff;
    padding: 50px;
    margin-bottom: 50px;
}

.cost-speed .container .flex .flex {
    width: 32%;
    border-radius: 20px;
    margin-bottom: 30px;
}

.cost-speed .cost-speed__list__img {
    width: 45%;
}

.cost-speed .cost-speed__list__txt {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.25;
}

.cost-speed .cost-speed__message {
    display: block;
    text-align: center;
}

.cost-speed .cost-speed__message::before,
.cost-speed .cost-speed__message::after {
    content: '';
    display: inline-block;
    width: 46px;
    height: 61px;
    background-image: url(images/common-icon-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.cost-speed .cost-speed__message::after {
    transform: scale(-1, 1);
}

.cost-speed .cost-speed__message__txt {
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    display: inline-block;
    transform: rotate(-1deg);
    padding: 0 30px;
    line-height: 1.25;
}

/* .worry2
----------------------------------------------- */
.worry2 {
    padding: 50px 0;
}

.worry2 .worry2__ttl {
    margin-bottom: 50px;
}

.worry2 .worry2__ttl span {
    color: #56a5df;
}

.worry2 .flex {
    justify-content: space-around;
    margin-bottom: 50px;
}

.worry2 .worry2__list {
    width: 28%;
}

.worry2 .worry2__list__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
}

.worry2 .worry2__list__ttl span {
    color: #f3a215;
}

.worry2 .worry2__list__comment {
    line-height: 1.25;
    position: relative;
    display: inline-block;
    margin: 30px 0 0;
    padding: 20px;
    border-radius: 10px;
}

.worry2 .worry2__list__comment::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fbf7ef;
}

.worry2 .worry2__list>i {
    color: #56a5df;
    font-size: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.worry2 .worry2__list__solution {
    padding: 30px;
    border-radius: 10px;
}

.worry2 .worry2__list__solution__ttl {
    color: #fff06d;
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 20px;
}

.worry2 .worry2__list__solution i {
    color: #fff;
    font-size: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.worry2 .worry2__list__solution__txt {
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
}

.worry2 .worry2__message {
    display: block;
    text-align: center;
}

.worry2 .worry2__message::before,
.worry2 .worry2__message::after {
    content: '';
    display: inline-block;
    width: 46px;
    height: 61px;
    background-image: url(images/common-icon-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.worry2 .worry2__message::after {
    transform: scale(-1, 1);
}

.worry2 .worry2__message__txt {
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    display: inline-block;
    transform: rotate(-1deg);
    padding: 0 30px;
}

/* .entrust
----------------------------------------------- */
.entrust {
    padding: 50px 0 580px;
    background-image: url(images/common-bg-03.jpg);
    background-size: cover;
    background-position: center;
}

.entrust .container {
    position: relative;
}

.entrust .entrust__message {
    background-color: #fff;
    width: 55%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100;
    padding: 50px 30px;
}

.entrust .entrust__message__ttl {
    margin-bottom: 10px;
    text-align: left;
}

.entrust .entrust__message__ttl span {
    color: #56a5df;
}

.entrust .entrust__message__subttl {
    color: #f3a215;
    font-size: 2.5rem;
    font-weight: bold;
}

.entrust .entrust__message__txt {
    font-size: 1.8rem;
}

.entrust .entrust__message__txt span {
    font-weight: bold;
}

.entrust .entrust__img {
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

/* .reason
----------------------------------------------- */
.reason {
    padding: 50px 0;
}

.reason .reason__ttl {
    margin-bottom: 50px;
}

.reason .flex {
    padding: 50px;
    justify-content: center;
}

.reason .reason__list {
    width: 30%;
    margin: 0 15px;
}

.reason .reason__list:first-of-type,
.reason .reason__list:nth-of-type(2),
.reason .reason__list:nth-of-type(3) {
    margin-bottom: 50px;
}

.reason .reason__list_tit {
    font-size: 2rem;
    margin-bottom: 20px;
}

.reason .reason__list_tit span {
    color: #f3a215;
}

.reason .reason__list__img {
    margin-bottom: 20px;
}

.reason .reason__list__message {
    font-size: 1.8rem;
    color: #56a5df;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}

.reason .reason__list__txt {
    line-height: 1.5;
}

/* .bargain
----------------------------------------------- */
.bargain {
    padding: 50px 0;
}

.bargain .bargain__ttl {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.bargain .bargain__ttl::before,
.bargain .bargain__ttl::after {
    content: '';
    height: 10px;
    background-color: #f3a215;
    background-image: repeating-linear-gradient(-45deg, #eff7fb, #eff7fb 3px, transparent 0, transparent 6px);
    flex-grow: 1;
}

.bargain .bargain__ttl::before {
    margin-right: 1em;
}

.bargain .bargain__ttl::after {
    margin-left: 1em;
}

.bargain .bargain__ttl h2 span {
    color: #56a5df;
}

.bargain .container>.flex {
    background-color: #fff;
    padding: 50px;
}

.bargain .bargain__list {
    width: 49%;
    border-radius: 20px;
}

.bargain .bargain__list:first-of-type,
.bargain .bargain__list:nth-of-type(2) {
    margin-bottom: 50px;
}

.bargain .bargain__list__img {
    width: 40%;
}

.bargain .bargain__list__ttl {
    width: 60%;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    padding: 30px 20px;
}

.bargain .bargain__list:nth-of-type(3) .bargain__list__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bargain .bargain__list__ttl span {
    color: #56a5df;
}

.bargain .bargain__list .flex {
    border-bottom: 1px solid #fff;
}

.bargain .bargain__list__txt {
    padding: 30px;
}

.bargain .bargain__list__txt span {
    font-weight: bold;
}

.bargain .bargain__list:nth-of-type(2) .bargain__list__txt span:last-of-type {
    font-size: 1.3rem;
    font-weight: normal;
}

/* .price
----------------------------------------------- */
.price {
    padding: 50px 0;
}

.price .deco1 .triangle {
    left: 35%;
}

.price .price__ttl {
    margin-bottom: 50px;
}

.price .price__ttl span {
    color: #56a5df;
}

.price .price__table {
    width: 100%;
    margin: 0 auto 20px;
}

.price .price__table tr:first-of-type {
    background-color: #333;
}

.price .price__table tr:first-of-type th {
    color: #fff;
    font-weight: bold;
    /* font-size: 2rem; */
    padding: 10px;
}

.price .price__table tr:not(:first-of-type) th {
    background-color: #ebebeb;
    vertical-align: middle;
}

.price .price__table tr th,
.price .price__table tr td {
    padding: 30px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.price .price__table tr td {
    background-color: #f8f8f8;
    text-align: center;
}

.price .price__tax {
    text-align: right;
    margin-bottom: 20px;
}

.price .price__supplement {
    border: 1px solid #f8f8f8;
    padding: 30px 60px;
    width: 80%;
    margin: 0 auto;
}

.price .price__supplement__ttl {
    text-align: left;
    margin-bottom: 10px;
}

/* .operation
----------------------------------------------- */
.operation {
    padding-bottom: 50px;
}

.operation .operation__ttl {
    margin-bottom: 30px;
}

.operation .operation__ttl span {
    color: #56a5df;
}

.operation .operation__txt {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 50px;
}

.operation .operation__list {
    width: 17%;
}

.operation .operation__list__img {
    margin-bottom: 20px;
}

.operation .operation__list dt {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
}

.operation .operation__list dd {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    line-height: 1.25;
}

.operation .flex i {
    color: #56a5df;
    font-size: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.operation .flex:first-of-type {
    margin-bottom: 50px;
}

.operation .operation__waste {
    width: 60%;
    margin: 0 auto;
}

.operation .operation__waste__img {
    width: 40%;
}

.operation .operation__waste__txt {
    width: 60%;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.operation .operation__waste__txt span {
    color: #f3a215;
}

/* .works
----------------------------------------------- */
.works {
    padding-top: 50px;
}

.works .deco1 .triangle {
    left: 40%;
}

.works .works__ttl {
    margin-bottom: 50px;
}

.works .bx-wrapper {
    margin: 0 auto 50px;
}

/* .voice
----------------------------------------------- */
.voice {
    padding: 50px 0;
}

.voice .deco1 .triangle {
    left: 38%;
}

.voice .voice__ttl {
    margin-bottom: 50px;
}

.voice .container>.flex {
    padding: 50px;
}

.voice .voice__list {
    width: 49%;
    border-radius: 20px;
    background-color: #fff;
}

.voice .voice__list:first-of-type,
.voice .voice__list:nth-of-type(2) {
    margin-bottom: 50px;
}

.voice .voice__list__img {
    width: 40%;
}

.voice .voice__list__ttl {
    width: 60%;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    padding: 15px 20px;
}

.voice .voice__list:last-of-type .voice__list__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
}

.voice .voice__list__ttl span {
    color: #56a5df;
}

.voice .voice__list .flex {
    border-bottom: 1px solid #eff7fb;
}

.voice .voice__list__txt {
    padding: 30px;
}

/* .faq
----------------------------------------------- */
.faq {
    padding: 50px 0;
}

.faq .faq__ttl {
    color: #fff;
    margin-bottom: 50px;
}

.faq .faq__list {
    background-color: #fff;
    margin-bottom: 30px;
}

.faq .faq__list .flex {
    justify-content: flex-start;
    align-items: center;
}

.faq .faq__list__q {
    border-bottom: 1px solid #56a5df;
}

.faq .faq__list__q,
.faq .faq__list__a {
    padding: 10px 20px;
}

.faq .faq__list dt {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 15px;
    margin-right: 20px;
}

.faq .faq__list__q dt {
    background-color: #eff7fb;
    color: #56a5df;
}

.faq .faq__list__a dt {
    background-color: #f3a215;
    color: #fff;
}

.faq .faq__list dd {
    line-height: 1.75;
}

.faq .faq__list__q dd {
    font-size: 2rem;
    font-weight: bold;
}

.faq .faq__list__a dd {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .news
----------------------------------------------- */
.news {
    padding: 50px 0;
}

.news .news__ttl {
    margin-bottom: 50px;
}

.news .news__box {
    margin-bottom: 50px;
}

.news article {
    margin-bottom: 30px;
}

.news article a {
    display: block;
    padding: 3% 6%;
    font-weight: bold;
}

.news article a:hover {
    opacity: 0.5;
}

.news article .flex {
    justify-content: flex-start;
}

.news article .date {
    margin-right: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news article .cate {
    background-color: #fff;
    margin-right: 2em;
    font-size: 1.3rem;
    text-align: center;
    padding: 5px 10px;
    width: 12%;
}

.news article h1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 72%;
}

.news article a .archive-contents .flex {
    position: relative;
}

.news article a .archive-contents .flex i {
    position: absolute;
    top: 35%;
    right: 0;
}

.bg-lightblue a .archive-contents .flex h3 {
    font-size: 16px;
}

/* ============================================================================================
 共通
============================================================================================= */
/* .contact
----------------------------------------------- */
.contact {
    padding: 50px 0;
    background-image: url(images/common-bg-01.jpg);
    background-size: cover;
    background-position: center;
}

.contact .contact__subttl {
    font-family: 'Dancing Script', cursive;
    font-size: 3.9rem;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.contact .contact__ttl {
    color: #fff;
    margin-bottom: 50px;
}

.contact .contact__ttl span {
    color: #fff06d;
}

.contact .contact__txt {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 40px;
    font-weight: bold;
}

.contact .contact__list {
    padding: 30px 50px;
    background-color: #fff06d;
    align-items: center;
}

.contact .contact__list .container>.flex {
    justify-content: space-around;
}

.contact .contact__list .contact__list__fukidashi {
    position: relative;
    background-color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 50px;
    width: 20%;
    padding: 20px 20px 10px;
}

.contact .contact__list__img {
    margin-bottom: 5px;
}

.contact .contact__list .contact__list__fukidashi p {
    text-align: center;
    line-height: 1.25;
}

.contact .contact__list .contact__list__fukidashi span {
    color: #fb5151;
}

.contact .contact__list .contact__list__fukidashi::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
}

.contact .contact__list .contact__list__tel__message {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
}

.contact .contact__list .contact__list__tel a {
    display: block;
    font-size: 3.9rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact .contact__list .contact__list__tel a:hover {
    opacity: .5;
}

.contact .contact__list .contact__list__tel a i {
    font-size: 4rem;
    margin-right: .25em;
    vertical-align: baseline;
}

.contact .contact__list .contact__list__tel__time {
    margin-right: 1em;
}

.contact .contact__list .contact__list__tel__time,
.contact .contact__list .contact__list__tel__holiday {
    line-height: 1;
}

.contact .contact__list .contact__list__tel__time span,
.contact .contact__list .contact__list__tel__holiday span {
    background-color: #56a5df;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    padding: 5px;
    margin-right: .5em;
    font-weight: bold;
    display: inline-block;
}

.contact .contact__list .contact__list__mail__message {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
    color: #333;
}

.contact .contact__list .contact__list__mail a {
    display: block;
    background-color: #fb5151;
    border-radius: 20px;
    padding: 20px 40px;
    font-size: 2.5rem;
    font-weight: bold;
    box-shadow: 0px 10px 0px 0px #990909;
}

.contact .contact__list .contact__list__mail a:hover {
    transform: translateY(10px);
    box-shadow: none;
    opacity: .8;
}

.contact .contact__list .contact__list__mail i {
    vertical-align: baseline;
    margin-right: .5em;
}

.contact .contact__list .contact__list__mail a p {
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}

.contact .contact__list .contact__list__mail span {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    display: block;
}

/* .maker
----------------------------------------------- */
.maker {
    margin: 50px 0;
}

.maker .maker__ttl {
    margin-bottom: 50px;
}

.maker .maker__logo {
    border: 10px solid #eff7fb;
    padding: 30px;
    margin-bottom: 40px;
}

.maker .maker__message {
    display: block;
    text-align: center;
}

.maker .maker__message::before,
.maker .maker__message::after {
    content: '';
    display: inline-block;
    width: 46px;
    height: 61px;
    background-image: url(images/common-icon-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.maker .maker__message::after {
    transform: scale(-1, 1);
}

.maker .maker__message__txt {
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    display: inline-block;
    transform: rotate(-1deg);
    padding: 0 30px;
}

/* .step
----------------------------------------------- */
.step {
    padding: 50px 0;
}

.step .step__ttl {
    margin-bottom: 50px;
}

.step .step__ttl span {
    color: #56a5df;
}

.step .flex .flex:first-of-type {
    width: 30%;
    padding: 50px 0;
}

.step .step__process {
    width: 250px;
}

.step .step__process__img {
    margin-bottom: 20px;
}

.step .step__process__ttl {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.step .step__process__txt {
    line-height: 1.5;
}

.step .step__process__wrap {
    width: 63%;
    margin-left: auto;
    border-radius: 20px;
    padding: 50px;
}

.step .step__process__wrap dl {
    color: #fff;
}

.step i.fa-caret-right {
    font-size: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step .flex .flex:first-of-type i {
    color: #56a5df;
}

.step .flex .flex:last-of-type i {
    color: #fff;
}

/* .direct
----------------------------------------------- */
.direct {
    padding: 50px 0;
    background-image: url(images/common-bg-02.jpg);
    background-size: cover;
    background-position: center;
}

.direct .direct__ttl {
    color: #fff;
    margin-bottom: 50px;
}

.direct .direct__ttl span {
    color: #fff06d;
}

.direct .direct__txt {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 40px;
    font-weight: bold;
}

.direct .direct__attention {
    background-color: #fff;
    margin-bottom: 50px;
}

.direct .direct__attention__img {
    width: 35%;
}

.direct .direct__attention__list {
    padding: 35px 50px;
}

.direct .direct__attention__ttl {
    text-align: left;
    margin-bottom: 30px;
}

.direct .direct__attention__list li {
    line-height: 1.75;
}

.direct .direct__attention__list li i {
    color: #56a5df;
    margin-right: .5em;
    vertical-align: baseline;
}

/* .flow
----------------------------------------------- */
.flow {
    padding: 50px 0;
}

.flow .flow__ttl {
    margin-bottom: 50px;
}

.flow__list {
    background-color: #fff;
    padding: 50px;
    position: relative;
}

.flow__list:not(:last-of-type) {
    margin-bottom: 40px;
}

.flow__list:not(:last-of-type)::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
}

.flow .flow__list__img {
    width: 43%;
}

.flow .flow__list__contents {
    width: 53%;
}

.flow .flow__list__contents dl {
    margin-bottom: 20px;
    justify-content: flex-start;
}

.flow .flow__list__contents dt {
    background-color: #56a5df;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    margin-right: 30px;
    padding: 10px;
}

.flow .flow__list__contents dd {
    font-size: 3.1rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow .flow__list__contents a.btn {
    width: 70%;
    margin-top: 20px;
}

/* .area
----------------------------------------------- */
.area {
    padding: 50px 0;
}

.area .area__ttl {
    margin-bottom: 30px;
}

.area .area__txt {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.area .area__txt2 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 50px;
}

.area__map {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 30%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.area__map iframe,
.area__map object,
.area__map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .service
----------------------------------------------- */
.service {
    padding: 50px 0;
}

.service .container {
    padding: 50px;
}

.service .service__ttl {
    margin-bottom: 30px;
}

.service .service__txt {
    margin-bottom: 50px;
    text-align: center;
}

.service .service__list {
    width: 23%;
}

.service .service__list__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
}

/* footer
----------------------------------------------- */
.footer {
    padding: 50px 0 160px;
}

.footer .footer__maker {
    background-color: #fff;
    padding: 50px;
    margin-bottom: 50px;
}

.footer .footer__maker__ttl {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .footer__maker__txt {
    line-height: 1.5;
}

.footer .footer__maker dl:first-of-type {
    margin-bottom: 50px;
}

.footer .footer__list {
    justify-content: flex-start;
    margin-bottom: 50px;
}

.footer .footer__list__company {
    margin-right: 80px;
    color: #fff;
}

.footer .footer__list__company h2 {
    text-align: left;
    font-size: 3.9rem;
    margin-bottom: 20px;
    color: #fff;
}

.footer .footer__list__company a {
    color: #fff;
}

.footer .footer__list__company a:hover {
    opacity: .5;
}

.footer .footer__list__sitemap h2 {
    text-align: left;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #fff;
}

.footer .footer__list__sitemap li {
    line-height: 2;
    color: #fff;
}

.footer .footer__list__sitemap li a {
    color: #fff;
}

.footer .footer__list__sitemap li a:hover {
    opacity: .5;
}

.footer .footer__list__sitemap li::before {
    content: '-';
    margin-right: .5em;
}

.footer .footer__copyright {
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
}

.footer .footer__copyright a {
    color: #fff;
}

/* .followcontact
----------------------------------------------- */
.followcontact {
    padding: 15px 0 20px;
    background-color: #fff06d;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
}

.followcontact .container>.flex {
    justify-content: space-evenly;
}

.followcontact .followcontact__fukidashi {
    position: relative;
    background-color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 50px;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.followcontact .followcontact__fukidashi p {
    text-align: center;
    line-height: 1.5;
}

.followcontact .followcontact__fukidashi span {
    color: #fb5151;
}

.followcontact .followcontact__fukidashi::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 98%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
}

.followcontact .followcontact__tel__message {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
}

.followcontact .followcontact__tel a {
    display: block;
    font-size: 3.9rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.followcontact .followcontact__tel a:hover {
    opacity: .5;
}

.followcontact .followcontact__tel a i {
    font-size: 4rem;
    margin-right: .25em;
    vertical-align: baseline;
}

.followcontact .followcontact__tel__time {
    margin-right: 1em;
}

.followcontact .followcontact__tel__time,
.followcontact .followcontact__tel__holiday {
    line-height: 1;
}

.followcontact .followcontact__tel__time span,
.followcontact .followcontact__tel__holiday span {
    background-color: #56a5df;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    padding: 5px;
    margin-right: .5em;
    font-weight: bold;
    display: inline-block;
}

.followcontact .followcontact__mail__message {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
    color: #333;
}

.followcontact .followcontact__mail a {
    display: block;
    background-color: #fb5151;
    border-radius: 20px;
    padding: 20px 40px;
    font-size: 2.5rem;
    font-weight: bold;
    box-shadow: 0px 10px 0px 0px #990909;
}

.followcontact .followcontact__mail a:hover {
    transform: translateY(10px);
    box-shadow: none;
    opacity: .8;
}

.followcontact .followcontact__mail i {
    vertical-align: baseline;
    margin-right: .5em;
}

.followcontact .followcontact__mail a p {
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}

.followcontact .followcontact__mail span {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    display: block;
}

/* .pagetop
----------------------------------------------- */
.pagetop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 2000;
    cursor: pointer;
    transition: .2s;
    text-align: right;
    background-color: #fff;
}

.pagetop:hover {
    opacity: 0.5;
}

.pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    position: relative;
}

.pagetop a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f106";
    font-size: 2.4rem;
    color: #56a5df;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    position: absolute;
    top: -3%;
}

/* ============================================================================================
 プライバシーポリシー
============================================================================================= */
.privacy {
    padding-bottom: 60px;
}

.privacy h2 {
    font-size: 3.1rem;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.privacy .container {
    width: 60%;
    margin: 0 auto;
}

.privacy .container p {
    margin-bottom: 60px;
}

.privacy .container p:nth-of-type(4) {
    margin-bottom: 10px;
}

.privacy .container p:last-of-type {
    margin-bottom: 0;
}

.privacy .container ul {
    margin-bottom: 60px;
    padding-left: 1em;
}

.privacy .container li {
    line-height: 2;
}

.privacy .container li:before {
    content: "-";
    margin-right: 0.5em;
}

/* ============================================================================================
 会社情報
============================================================================================= */
/* .company
----------------------------------------------- */
.company {
    padding-bottom: 50px;
}

.company .company__table {
    width: 60%;
    margin: 0 auto;
}

.company .company__table th {
    background-color: #ebebeb;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 20px;
    border-right: 1px solid #fff;
}

.company .company__table tr th,
.company .company__table tr td {
    border-bottom: 1px solid #fff;
}

.company .company__table tr td {
    background-color: #f8f8f8;
    text-align: left;
    font-size: 1.6rem;
    padding: 20px 40px;
}

.company .company__table tr td a:hover {
    opacity: .5;
}

/* .direct
----------------------------------------------- */
.direct .direct__address {
    width: 60%;
    padding: 50px;
    border-radius: 20px;
    margin: 0 auto;
}

.direct .direct__address__ttl {
    color: #56a5df;
    margin-bottom: 30px;
}

.direct .direct__address address {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

.direct .direct__address__txt {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
}

/* ============================================================================================
 お電話でのお問い合わせ
============================================================================================= */
/* .tel
----------------------------------------------- */
.tel {
    padding-bottom: 50px;
}

.tel .tel__wrap {
    border-radius: 20px;
    padding: 50px;
}

.tel .tel__wrap__ttl {
    color: #56a5df;
    margin-bottom: 50px;
}

.tel .tel__wrap__ttl span {
    color: #f3a215;
}

.tel .tel__wrap__list {
    background-color: #fff;
    padding: 30px;
    width: 50%;
    margin: 0 auto 10px;
}

.tel .tel__wrap__list a {
    display: block;
    font-size: 4.9rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.tel .tel__wrap__list a i {
    font-size: 4rem;
    margin-right: .25em;
    vertical-align: baseline;
}

.tel .tel__wrap__list__time,
.tel .tel__wrap__list__holiday {
    line-height: 1;
    font-size: 2rem;
    width: 60%;
    margin: 0 auto;
}

.tel .tel__wrap__list__time {
    margin-bottom: 10px;
}

.tel .tel__wrap__list__time span,
.tel .tel__wrap__list__holiday span {
    background-color: #fff06d;
    text-align: center;
    font-size: 1.8rem;
    padding: 5px;
    margin-right: .5em;
    font-weight: bold;
    display: inline-block;
    width: 35%;
}

.tel .tel__wrap__attention {
    width: 50%;
    text-align: left;
    margin: 0 auto 30px;
    font-size: 1.3rem;
}

.tel .tel__wrap__message {
    text-align: center;
    font-weight: bold;
}

/* ============================================================================================
新着情報
============================================================================================= */
/* news archive
----------------------------------------------- */
.news-archive {
    padding-bottom: 60px;
}

.news-archive .post-archive {
    float: left;
    width: 70%;
}

.news-archive .post-archive h2 {
    text-align: left;
    margin-bottom: 40px;
}

.news-archive .post-archive .archive-post {
    margin-bottom: 40px;
    background-color: #eff7fb;
    padding: 3%;
    transition: 0.2s;
    position: relative;
}

.news-archive .post-archive .archive-post:hover {
    box-shadow: none;
    transform: translateY(4px);
}

.news-archive .post-archive .archive-post:last-of-type {
    margin-bottom: 80px;
}

.news-archive .post-archive .archive-post a.cf {
    text-decoration: none;
    position: relative;
    width: 100%;
}

.news-archive .post-archive .archive-post a.cf:hover {
    opacity: 0.7;
    box-shadow: none;
}

.news-archive .post-archive .archive-post a.cf img {
    width: 20%;
}

.news-archive .post-archive .archive-post a.cf .post-date {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 0.5em;
    font-weight: bold;
}

.news-archive .post-archive .archive-post a.cf .cate {
    font-size: 1.2rem;
    display: inline-block;
    margin-bottom: 8px;
    background-color: #fff;
    font-weight: bold;
}

.news-archive .post-archive .archive-post a.cf .cate span {
    display: inline-block;
    padding: 3px 10px;
}

.news-archive .post-archive .archive-post a.cf .cate span.cat-1,
.news-archive .post-archive .archive-post a.cf .cate span.cat-2 {
    transition: .2s;
}

.news-archive .post-archive .archive-post a.cf .cate span.cat-1:hover,
.news-archive .post-archive .archive-post a.cf .cate span.cat-2:hover {
    opacity: .5;
}

.news-archive .post-archive .archive-post a.cf h3 {
    color: #56a5df;
    font-size: 1.8rem;
    margin-bottom: 10px;
    clear: none;
    text-align: left;
    transition: .2s;
}

.news-archive .post-archive .archive-post a.cf h3:hover,
.news-archive .post-archive .archive-post a.cf .post-date:hover,
.news-archive .post-archive .archive-post a.cf .post-excerpt:hover {
    opacity: 0.5;
}

.news-archive .post-archive .archive-post a.cf .post-excerpt {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

.news-archive .post-archive .archive-post a.cf p {
    line-height: 1.5;
    text-align: justify;
}

.news-archive .post-archive .pager {
    margin-bottom: 0;
}

.news-archive .post-archive .archive-post.flex .archive-contents {
    width: 70%;
}

.news-archive .post-archive .archive-post.flex .archive-contents::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    font-size: 2.4rem;
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
}

/* news detail
----------------------------------------------- */
.news-detail .post-detail {
    width: 100%;
    list-style-position: inside;
}

.news-detail .post-detail .cate {
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 10px;
}

.news-detail .post-detail .cate span {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 10px;
}

.news-detail .post-detail .cate span.cat-1,
.news-detail .post-detail .cate span.cat-2 {
    border: 1px solid #000;
    color: #000;
}

.news-detail .post-detail h2 {
    position: relative;
    font-size: 3.1rem;
    line-height: 1.5;
    text-align: left;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 40px;
}

.news-detail .post-detail h2::before {
    display: none;
}

.news-detail .post-detail h2 span {
    font-size: 1.6rem;
    position: absolute;
    right: 15px;
    top: 18px;
    letter-spacing: 0.05em;
    color: #000;
    font-weight: normal;
}

.news-detail .post-detail .post-thumbnail {
    text-align: center;
    width: 60%;
    margin: 0 auto 30px;
}

.news-detail .post-detail .post-contents {
    line-height: 1.8;
}

.news-detail nav {
    background: none;
    display: flex;
    margin: 60px 0;
}

.news-detail nav .btn {
    width: 40%;
}

.news-detail nav .prev,
.news-detail nav .next {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-detail nav .prev a,
.news-detail nav .next a {
    color: #000;
    font-weight: normal;
    font-size: 1.6rem;
}

.news-detail nav .prev a::before {
    content: '<< ';
}

.news-detail nav .next a::after {
    content: ' >>';
}

/* news widget
----------------------------------------------- */
.post-widget {
    float: right;
    width: 27%;
}

.post-widget #archives-cate {
    margin-bottom: 30px;
}

.post-widget h2 {
    color: #fff;
    text-align: center;
    background-color: #56a5df;
    font-size: 1.6rem;
    padding: 15px 0;
    margin-bottom: 0;
}

.post-widget h2::before {
    display: none;
}

.post-widget ul {
    padding: 0 30px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
}

.post-widget ul li {
    border-bottom: 1px solid #d9d9d9;
}

.post-widget ul li:last-of-type {
    border-bottom: none;
}

.post-widget ul li a {
    color: #000;
    letter-spacing: 0.05em;
    display: block;
    padding: 20px 0;
    text-decoration: none;
    position: relative;
}

.post-widget ul li a:hover {
    opacity: 0.5;
}

.post-widget ul li a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #56a5df;
    content: "\f054";
    position: absolute;
    right: 10px;
    top: 35%;
}

/* ============================================================================================
 施工事例
============================================================================================= */
/* .case-block
----------------------------------------------- */
.case-block {
    margin-bottom: 60px;
}

/* .case-intro
----------------------------------------------- */
.case-intro {
    padding-bottom: 50px;
}

.case-intro h2 {
    margin-bottom: 50px;
}

.case-intro h2 span {
    color: #56a5df;
}

.case-intro .case-intro-message {
    width: 80%;
    margin: 0 auto 50px;
}

.case-intro .flex .btn {
    width: 30%;
}

/* .case-maker
----------------------------------------------- */
.case-maker {
    padding: 50px 0;
}

.case-maker h2 {
    margin-bottom: 50px;
}

.case-maker .case-maker-message {
    width: 40%;
    margin: 0 auto 50px;
}

.case-maker h3 {
    margin-bottom: 30px;
    color: #56a5df;
}

.case-maker-box {
    width: 10%;
}

.case-maker-box a:hover {
    opacity: 0.5;
}

.case-maker-box p {
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.5;
    margin-top: 10px;
}

.case-maker-box:first-of-type {
    margin-bottom: 60px;
}

.case-maker .flex:last-of-type .case-maker-box {
    width: 9%;
}

/* .case-type
----------------------------------------------- */
.case-type {
    padding: 50px 0;
}

.case-type h2 {
    margin-bottom: 50px;
}

.case-type .case-type-message {
    width: 40%;
    margin: 0 auto 50px;
}

.case-type .flex .btn {
    width: 24%;
}

/* .case-archive
----------------------------------------------- */
.case-archive {
    padding: 50px 0;
}

.case-archive .deco1 .triangle {
    left: 40%;
}

.case-archive h2 {
    margin-bottom: 50px;
}

.case-archive-list li {
    background: #eff7fb;
    margin-right: 2%;
    width: 23.5%;
    transition: all 0.2s ease;
}

.case-archive .case-archive-list li {
    margin-bottom: 40px;
}

.case-archive-list li:nth-child(4n) {
    margin-right: 0;
}

.case-archive-list li .thumb {
    display: block;
    text-align: center;
    overflow: hidden;
    transition: .2s;
}

.case-archive-list li .thumb:hover {
    opacity: 0.5;
}

.case-archive-list li .case-archive-contents {
    padding: 15px 15px 20px;
}

.case-archive-list li .category a {
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 2px 5px 0;
}

.case-archive-list li .category a:hover {
    background-color: #56a5df;
    color: #fff;
}

.case-archive-list li h4 {
    font-size: 1.6rem;
    padding-bottom: 20px;
    line-height: 1.5;
    min-height: 54px;
    font-weight: normal;
    text-align: justify;
}

.case-archive-list li h4 a {
    font-size: 1.6rem;
    color: #56a5df;
    font-weight: bold;
    text-decoration: none;
}

.case-archive-list li h4 a:hover {
    opacity: 0.6;
}

.case-archive-list li table {
    width: 100%;
}

.case-archive-list li table td {
    font-size: 1.2rem;
    line-height: 1.4;
    width: 50%;
    vertical-align: top;
}

.case-archive-list li table td span {
    display: block;
    font-size: 1.0rem;
    color: #000;
    margin-bottom: 3px;
}

.case-archive-list li table td a {
    color: #000;
    text-decoration: none;
}

.case-archive-list li table td a:hover {
    color: #11316c;
}

/* single-case.php
----------------------------------------------- */
.case-detail .category a {
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    text-decoration: none;
    font-size: 1.3rem;
    padding: 2px 6px;
    margin: 0 2px 5px 0;
}

.case-detail h2 {
    line-height: 1.25;
    font-size: 3.1rem;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.case-detail .post-date {
    display: block;
    text-align: right;
    margin-bottom: 10px;
}

.case-detail .maker {
    width: 20%;
    margin: 0 auto 60px;
}

.case-detail .maker li:first-of-type {
    margin-bottom: 1em;
}

.case-detail .case-detail__photo {
    text-align: center;
    width: 100%;
}

.case-detail__data {
    margin-bottom: 60px;
}

.case-detail .case-detail__contents {
    line-height: 1.8;
}

.case-detail .case-detail__contents img {
    margin-bottom: 20px;
}

.case-detail nav {
    background: none;
    display: flex;
    margin: 60px 0;
}

.case-detail nav .btn {
    width: 40%;
}

.case-detail nav .prev,
.case-detail nav .next {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case-detail nav .prev a,
.case-detail nav .next a {
    color: #000;
    font-weight: normal;
    font-size: 1.6rem;
}

.case-detail nav .prev a::before {
    content: '<< ';
}

.case-detail nav .next a::after {
    content: ' >>';
}

/* ============================================================================================
 フォーム
============================================================================================= */
.contact2 .contact__list {
    justify-content: space-evenly;
    width: 70%;
    margin: 0 auto 50px;
}

.contact2 .contact__list .contact__list__fukidashi {
    width: 30%;
}

.contact2 .contact2__txt {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
}

.form {
    padding-bottom: 50px;
}

.form table {
    width: 100%;
    padding: 30px 80px 60px;
}

.form table th {
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
    padding: 22px 20px;
    width: 260px;
    vertical-align: middle;
}

.form table th.last {
    vertical-align: top;
}

.form table th span {
    display: block;
}

.form table th .required {
    background-color: #fb5151;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    padding: 1px 10px;
    letter-spacing: 0.1em;
    margin-left: auto;
    width: 24%;
    margin-top: -21px;
}

.form table th .optional {
    background-color: #c1c1c1;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    padding: 1px 10px;
    letter-spacing: 0.1em;
    margin-left: auto;
    width: 24%;
    margin-top: -21px;
}

.form table td {
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
    padding: 30px;
    vertical-align: middle;
}

.form table td input[type="radio"] {
    vertical-align: baseline;
}

.form table td img {
    max-width: 300px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form button,
.form textarea {
    border: 1px solid #e6e6e6;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    padding: 8px;
    background: #fff;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.form .mwform-tel-field input[type="text"] {
    width: auto;
}

.form input[type="file"] {
    padding: 8px 0;
}

.form input[type="submit"],
.form input[type="button"] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

.form input[type="submit"]::-webkit-search-decoration,
.form input[type="button"]::-webkit-search-decoration {
    display: none;
}

.form input[type="submit"]:focus,
.form input[type="button"]:focus {
    outline-offset: -2px;
    outline: 0;
}

.form .mw_wp_form_preview table th.last {
    vertical-align: middle;
}

.form .mw_wp_form_preview .check-privacy {
    display: none;
}

.form .check-privacy {
    margin-bottom: 30px;
    font-weight: bold;
}

.form .check-privacy a::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f35d";
    vertical-align: bottom;
    padding: 0 0.5em;
}

.form .privacy__message {
    text-align: center;
    margin-bottom: 50px;
}

.form .privacy__message a {
    text-decoration: underline;
}

.form .privacy__message a:hover {
    opacity: .5;
}

.form .privacy__message i {
    margin: 0 .25em;
    vertical-align: baseline;
}

.form .submit-btn p {
    text-align: center;
}

.form input[name="submitConfirm"],
.form input[name="submit"],
.form input[type="submit"] {
    background-color: #f3a215;
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 30%;
    padding: 20px 0;
    position: relative;
    transition: 0.2s;
    font-weight: bold;
    border-radius: 50px;
}

.form input[name="submitConfirm"]:hover,
.form input[type="submit"]:hover {
    opacity: 0.5;
}

.form .mw_wp_form_preview input[name="submitBack"] {
    background: url("images/common-icon-arrow-left.png") no-repeat left 90px top 50% / 15px;
    color: #56a5df;
    font-size: 1.8rem;
    text-decoration: none;
    letter-spacing: 0.1em;
    text-align: center;
    display: inline-block;
    padding: 0 0 0 13%;
    margin-right: 20%;
    position: relative;
    transition: 0.2s;
}

.form .confirmmessage {
    text-align: center;
    font-weight: bold;
    color: #56a5df;
}

.form .confirmtxt {
    width: 70%;
    margin: 60px auto;
}

.form .complete p {
    width: 80%;
    margin: 0 auto 60px;
}

.form .complete .box {
    margin: 0 auto 40px;
}

.form .complete .tel p {
    width: 100%;
    margin-bottom: 0;
}

.form .complete .btn {
    width: 40%;
    margin-bottom: 60px;
}

/* ============================================================================================
 ビジュアルエディタ装飾
============================================================================================= */
.freeeditor h1 {
    text-align: left;
    font-size: 2.5rem;
    background-color: #56a5df;
    color: #fff;
    padding: 2%;
    margin-bottom: 20px;
}

.case-detail .freeeditor h2,
.news-detail .freeeditor h2 {
    text-align: left;
    font-size: 2.3rem;
    border-left: 8px solid #56a5df;
    background-color: #f8f8f8;
    padding: 1% 2%;
    margin-bottom: 20px;
    width: 100%;
}

.freeeditor h3 {
    text-align: left;
    font-size: 2rem;
    border-bottom: 2px solid #56a5df;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.freeeditor h4 {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 20px;
    border-left: 4px solid #56a5df;
    padding: 0.5% 2%;
}

.freeeditor h5 {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.freeeditor strong {
    font-weight: bold;
}

.freeeditor strong,
.freeeditor strong span,
.freeeditor h1 span,
.freeeditor h2 span,
.freeeditor h3 span,
.freeeditor h4 span,
.freeeditor h5 span {
    font-weight: bold;
}

.case-detail .freeeditor img {
    width: auto;
    max-width: 100%;
}

.freeeditor ul,
.freeeditor ol {
    margin-bottom: 30px;
}

.freeeditor ul li {
    list-style-type: none;
    /*点を非表示*/
    position: relative;
    /*基準位置*/
    padding-left: 1em;
    line-height: 2;
}

.freeeditor ul li:before {
    border-radius: 50%;
    /*丸くする*/
    width: 5px;
    /*点の幅*/
    height: 5px;
    /*点の高さ*/
    display: block;
    position: absolute;
    /*絶対配置*/
    left: 0;
    /*点の位置*/
    top: 15px;
    /*点の位置*/
    content: "";
    background: #56a5df;
    /*点の色*/
    line-height: 2;
}

.freeeditor ol li {
    line-height: 2;
}

.freeeditor table {
    margin-bottom: 30px;
}

.freeeditor table th {
    background-color: #dedede;
    font-size: 1.8rem;
    border: 1px solid #fff;
    padding: 1%;
}

.freeeditor table td {
    background-color: #f8f8f8;
    border: 1px solid #fff;
    vertical-align: middle;
    padding: 1%;
}

.freeeditor p img {
    display: block;
    margin: 0 auto 30px;
}


/* 768px以上（PC/TB）の場合、電話番号タップコール無効 */
@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media screen and (max-width: 1200px) {

    /* page title
  =============================================== */
    #page-title h2 {
        padding: 100px 0;
    }

}

/* ===================================================================================================================


　tablet


=================================================================================================================== */
@media screen and (max-width: 1260px) {
    .pagetop {
        bottom: 170px;
        box-shadow: gray 0px 0px 5px;
    }

    .pagetop.at_page_contact {
        right: 88px;
    }

    .case-maker .case-maker-message {
        width: 60%;
    }

    .case-type .case-type-message {
        width: 60%;
    }
}

@media screen and (max-width: 1200px) {
    .solution .solution__compare {
        padding: 30px;
    }

    .worry .container>.flex {
        justify-content: space-evenly;
    }

    .tel .tel__wrap__list {
        width: 80%;
    }

    .tel .tel__wrap__attention {
        width: 80%;
    }
}

@media screen and (max-width: 1215px) {
    .direct .direct__attention__list {
        padding: 30px;
    }
}

@media screen and (max-width: 1125px) {
    .contact .contact__list {
        padding: 30px;
    }

    .bargain .bargain__list:nth-of-type(3) .bargain__list__ttl {
        display: block;
    }
}

@media screen and (max-width: 1100px) {
    nav a {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 1075px) {
    .contact .contact__list .contact__list__mail a {
        padding: 20px;
    }

    .contact .contact__list {
        padding: 30px 10px;
    }

    .direct .direct__attention__list {
        width: 65%;
    }
}

@media screen and (max-width: 1240px) {

    /* ヘッダー
  =============================================== */
    header {
        padding: 10px;
    }

    header.flex {
        display: block;
    }

    header+nav {
        padding: 0 10px;
    }

    header nav {
        width: 100%;
    }

    header nav a {
        font-size: 1.2rem;
    }

    header nav>a {
        width: 13%;
        text-align: center;
        margin-bottom: 20px;
    }

    header nav.flex {
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }

    .ps-br {
        display: none;
        /* PCの改行を隠して */
    }

    .tb-br {
        display: block;
        /* タブレットを改行する */
    }

    .news article .cate {
        width: 14%;
    }

    .news article h1 {
        width: 68%;
    }

    .breadcrumbs {
        margin-bottom: 0;
    }

    .form.common-contact .message {
        font-size: 1.6rem;
    }

    .form.common-contact .common-contact-no {
        font-size: 5rem;
    }
}


@media screen and (max-width: 991px) {
    .md-hidden {
        display: block !important;
    }

    img.md-hidden {
        display: inline !important;
    }

    .sm-hidden {
        display: none !important;
    }

    img.sp-img-full {
        width: 100%;
    }

    .order1 {
        order: 2;
    }

    .order2 {
        order: 1;
    }

    .order01 {
        order: 1;
    }

    .order02 {
        order: 2;
    }

    /* ==============================================
   Layout
  =============================================== */
    .container {
        max-width: 98%;
    }

    /* column
  ----------------------------------------------- */
    .col-sm-1 {
        width: 12%;
    }

    .col-sm-2 {
        width: 16.6666%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333%;
    }

    .col-sm-5 {
        width: 41.6666%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 57.0833%;
    }

    .col-sm-8 {
        width: 66.6667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3334%;
    }

    .col-sm-11 {
        width: 91.6666%;
    }

    .col-sm-12 {
        width: 100%;
    }

    /* ============================================================================================
   メインコンテンツ共通
  ============================================================================================= */
    /* 共通アセット
  ----------------------------------------------- */
    a.btn {
        width: 100%;
    }

    /* header
  ----------------------------------------------- */
    header .header-maker,
    header .header-card,
    header .header-tel {
        display: none;
    }

    nav a {
        font-size: 1rem;
    }

    /* ============================================================================================
   施工事例
  ============================================================================================= */

    /* case detail
  ----------------------------------------------- */
    .case-detail__data {
        margin-bottom: 40px;
    }

    .case-detail {
        padding: 0 10px 30px;
    }

    .case-detail h2 {
        width: 100%;
        font-size: 1.4em;
    }

    .case-detail .case-detail__meta table th {
        width: 30%;
    }

    .case-detail .maker {
        width: 30%;
    }

    /* ============================================================================================
   お問い合わせ
  ============================================================================================= */
    /* form
  ----------------------------------------------- */
    .form h2 {
        font-size: 2.8rem;
        line-height: 1.25;
    }

    .form .detail {
        width: 100%;
    }

    .form .detail .note {
        width: 50%;
    }

    .form .box p {
        font-size: 1.2rem;
    }

    .form .box a {
        font-size: 2.8rem;
    }

    .form table {
        padding: 0 0 40px;
    }

    .form .confirmtxt {
        width: 90%;
    }

    .form input[name="submitConfirm"],
    .form input[name="submit"] {
        width: 50%;
    }

    .form .mw_wp_form_preview input[name="submitBack"] {
        background: url("images/common-icon-arrow-left.png") no-repeat left 70px top 50% / 7px;
        font-size: 1.6rem;
        margin-bottom: 0;
    }

    .form .complete p {
        width: 100%;
    }

    .form .complete .box {
        width: 50%;
    }

    .form .complete .box .tel a {
        font-size: 3.6rem;
    }

    .form.common-contact .message {
        font-size: 1.3rem;
    }

    .form.common-contact .common-contact-no {
        font-size: 3.9rem;
    }

    .form.common-contact .time {
        font-size: 1.3rem;
    }

    .form input[name="submitConfirm"],
    .form input[name="submit"],
    .form input[type="submit"] {
        width: 100%;
    }

    /* ============================================================================================
   新着情報
  ============================================================================================= */
    .news-archive,
    .news-detail {
        padding-top: 0;
    }

    .news-archive .post-archive {
        padding: 10px;
        width: 73%;
    }

    .news-detail .post-navigation .back a {
        font-size: 1.4rem;
    }

    .news-detail .post-navigation .btn {
        width: 40%;
    }

    .news-archive .post-archive .archive-post a.cf img {
        display: none;
    }

    .news-archive .post-archive .archive-post.flex .archive-contents {
        width: 95%;
    }

    /* news widget
  ----------------------------------------------- */
    .post-widget {
        width: 25%;
    }

    .post-widget ul {
        padding: 0 20px;
    }

    .post-widget ul li a::after {
        right: 0;
    }

    .news article .cate {
        width: 18%;
    }

    .news article h1 {
        width: 60%;
    }

    h2 {
        font-size: 2.5rem;
        line-height: 1.25;
    }

    h2 span {
        font-size: 3.1rem;
    }

    h3 {
        font-size: 2rem;
    }

    .deco1__wrap {
        margin-bottom: 10px;
    }

    .deco2 {
        margin-bottom: 10px;
    }

    .professional {
        margin: 20px 0;
    }

    .professional .container {
        padding: 20px;
    }

    .professional .professional__ttl {
        margin-bottom: 20px;
    }

    .professional .professional__feature__txt {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .contact {
        padding: 20px;
    }

    .contact .contact__ttl {
        color: #fff;
        margin-bottom: 20px;
    }

    .contact .contact__txt {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .contact .contact__list {
        justify-content: center;
    }

    .contact .contact__list__tel {
        margin-bottom: 30px;
    }

    .contact .contact__list .contact__list__tel__message {
        margin-bottom: 5px;
    }

    .contact .contact__list .contact__list__tel a {
        margin-bottom: 5px;
    }

    .contact .contact__list__mail {
        margin-bottom: 40px;
    }

    .contact .contact__list .contact__list__mail__message {
        margin-bottom: 10px;
    }

    .contact .contact__list .contact__list__fukidashi {
        width: 50%;
    }

    .contact .contact__list .contact__list__fukidashi::before {
        top: -15px;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-bottom: 15px solid #fff;
    }

    .maker {
        margin: 20px 0;
    }

    .maker .maker__ttl {
        margin-bottom: 20px;
    }

    .maker .maker__logo {
        padding: 20px;
        margin-bottom: 20px;
    }

    .maker .maker__message__txt {
        font-size: 1.6rem;
        padding: 0 10px;
    }

    .maker .maker__message {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .step {
        padding: 20px 0;
    }

    .step .step__ttl {
        margin-bottom: 20px;
    }

    .step .container>.flex {
        flex-flow: column;
    }

    .step .flex .flex:first-of-type {
        width: 100%;
        padding: 0;
    }

    .step .step__process {
        width: 100%;
    }

    .step .step__process__img {
        width: 30%;
        margin: 0 auto 10px;
    }

    .step .step__process__ttl {
        font-size: 2rem;
        margin-bottom: 10px;
        line-height: 1.25;
    }

    .step .step__process__txt {
        text-align: center;
    }

    .step .flex .flex:first-of-type i {
        text-align: center;
        display: block;
        width: 100%;
        transform: rotate(90deg);
        margin-bottom: 10px;
    }

    .step .step__process__wrap {
        width: 100%;
        padding: 20px;
        justify-content: space-evenly;
    }

    .step .flex .flex:last-of-type i {
        align-items: center;
        display: flex;
        transform: none;
        width: auto;
    }

    .step .step__process__wrap .step__process {
        width: 45%;
    }

    .step .step__process__wrap .step__process__img {
        width: 60%;
    }

    .step .step__process__wrap .step__process__txt {
        text-align: left;
    }

    .direct {
        padding: 20px 0;
    }

    .direct .direct__ttl {
        margin-bottom: 20px;
    }

    .direct .direct__txt {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .direct .direct__attention__list {
        padding: 20px;
    }

    .direct .direct__attention__ttl {
        margin-bottom: 20px;
    }

    .direct .direct__attention {
        margin-bottom: 20px;
    }

    .worry {
        padding: 20px 0 50px;
        margin-bottom: 20px;
    }

    .worry::after {
        border-top: 50px solid #fff;
    }

    .worry .worry__ttl {
        margin-bottom: 20px;
    }

    .worry .worry__list {
        width: 40%;
        padding: 10px 20px 20px;
    }

    .worry .worry__list:first-of-type,
    .worry .worry__list:nth-of-type(2) {
        margin-bottom: 60px;
    }

    .worry .worry__list i {
        font-size: 4rem;
        margin-bottom: 5px;
    }

    .worry .worry__list__txt {
        font-size: 1.6rem;
    }

    .worry .worry__list__img {
        width: 30%;
    }

    .solution {
        padding: 50px 0;
    }

    .solution .solution__ttl {
        margin-bottom: 20px;
    }

    .solution .container>.flex {
        padding: 20px;
    }

    .solution .solution__message {
        width: 100%;
    }

    .solution .solution__message__img {
        display: none;
    }

    .solution .solution__message__txt {
        font-size: 2rem;
        color: #333;
        position: static;
        text-align: center;
        margin-bottom: 20px;
    }

    .solution .solution__message__txt br {
        display: none;
    }

    .solution .solution__message__txt span {
        font-size: 2.5rem;
        color: #f3a215;
    }

    .solution .solution__compare {
        padding: 0px;
        width: 100%;
    }

    .solution .solution__compare__stand .solution__compare__ttl {
        left: -35px;
    }

    .solution .solution__compare__stand .solution__compare__ttl::before {
        left: 10%;
    }

    .value .value__ttl {
        margin-bottom: 20px;
    }

    .value .value__cars {
        width: 48%;
    }

    .value .value__cars:nth-of-type(4) {
        margin-bottom: 30px;
    }

    .cost-speed {
        padding: 20px 0;
    }

    .cost-speed .cost-speed__ttl {
        margin-bottom: 20px;
    }

    .cost-speed .cost-speed__txt {
        text-align: left;
        margin-bottom: 20px;
    }

    .cost-speed .container>.flex {
        padding: 20px;
        margin-bottom: 20px;
    }

    .cost-speed .container .flex .flex {
        width: 48%;
        margin-bottom: 20px;
    }

    .cost-speed .cost-speed__list__txt {
        font-size: 1.6rem;
    }

    .cost-speed .cost-speed__message {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cost-speed .cost-speed__message__txt {
        font-size: 1.6rem;
        padding: 0 10px;
    }

    .worry2 {
        padding: 20px 0;
    }

    .worry2 .worry2__ttl {
        margin-bottom: 20px;
    }

    .worry2 .worry2__list {
        width: 48%;
    }

    .worry2 .worry2__list:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .worry2 .worry2__list__ttl {
        margin-bottom: 10px;
    }

    .worry2 .worry2__list .worry2__list__img {
        width: 60%;
        margin: 0 auto;
    }

    .worry2 .worry2__list__solution {
        padding: 20px;
        border-radius: 10px;
    }

    .worry2 .worry2__list__solution__ttl {
        margin-bottom: 10px;
    }

    .worry2 .worry2__list__solution i {
        font-size: 5rem;
        margin-bottom: 10px;
    }

    .worry2 .flex {
        margin-bottom: 20px;
    }

    .worry2 .worry2__message__txt {
        font-size: 1.6rem;
        padding: 0 10px;
    }

    .worry2 .worry2__message {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .entrust {
        padding: 20px 0 500px;
    }

    .entrust .entrust__message {
        width: 65%;
        padding: 20px;
    }

    .entrust .entrust__message__subttl {
        font-size: 2rem;
        line-height: 1.25;
        margin-bottom: 10px;
    }

    .entrust .entrust__message__txt {
        font-size: 1.6rem;
    }

    .reason {
        padding: 20px 0;
    }

    .reason .reason__ttl {
        margin-bottom: 20px;
    }

    .reason .flex {
        padding: 20px;
    }

    .reason .reason__list {
        width: 28%;
    }

    .reason .reason__list_tit {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .reason .reason__list__img {
        margin-bottom: 10px;
    }

    .reason .reason__list__message {
        line-height: 1.25;
    }

    .bargain {
        padding: 20px 0;
    }

    .bargain .bargain__ttl {
        margin-bottom: 20px;
    }

    .bargain .container>.flex {
        padding: 20px;
    }

    .bargain .bargain__list__ttl {
        font-size: 1.6rem;
        padding: 15px;
    }

    .bargain .bargain__list__txt {
        padding: 20px;
        line-height: 1.5;
    }

    .price {
        padding: 20px 0;
    }

    .price .price__ttl {
        margin-bottom: 20px;
    }

    .price .price__table {
        margin-bottom: 10px;
    }

    .price .price__supplement {
        padding: 20px;
        width: 100%;
    }

    .operation {
        padding-bottom: 20px;
    }

    .operation .operation__ttl {
        margin-bottom: 10px;
    }

    .operation .operation__txt {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .operation .operation__list {
        width: 24%;
        margin: 0 15px;
    }

    .operation .operation__list:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .operation .flex:first-of-type {
        margin-bottom: 20px;
        justify-content: center;
    }

    .operation .operation__list__img {
        margin-bottom: 10px;
    }

    .operation .operation__list dt {
        margin-bottom: 5px;
    }

    .operation .operation__list dd {
        font-size: 1.6rem;
    }

    .operation .operation__waste {
        width: 100%;
    }

    .works {
        padding-top: 20px;
    }

    .works .bx-wrapper {
        margin: 0 auto 20px;
    }

    .case-block {
        margin-bottom: 20px;
    }

    .flow {
        padding: 20px 0;
    }

    .flow .flow__ttl {
        margin-bottom: 20px;
    }

    .flow__list {
        padding: 20px;
    }

    .flow .flow__list__contents dl {
        margin-bottom: 10px;
    }

    .flow .flow__list__contents dt {
        font-size: 2rem;
        margin-right: 0.5em;
        padding: 5px;
    }

    .flow .flow__list__contents dd {
        font-size: 2.5rem;
    }

    .flow .flow__list__txt {
        line-height: 1.5;
    }

    .flow .flow__list__contents a.btn {
        width: 100%;
        margin-top: 10px;
    }

    .voice {
        padding: 20px 0;
    }

    .voice .voice__ttl {
        margin-bottom: 20px;
    }

    .voice .container>.flex {
        padding: 20px;
    }

    .voice .voice__list__ttl {
        padding: 15px;
        font-size: 1.8rem;
    }

    .voice .voice__list:last-of-type .voice__list__ttl {
        display: block;
    }

    .voice .voice__list__txt {
        padding: 20px;
        line-height: 1.5;
    }

    .voice .voice__list:first-of-type,
    .voice .voice__list:nth-of-type(2) {
        margin-bottom: 0;
    }

    .faq {
        padding: 20px 0;
    }

    .faq .faq__list {
        margin-bottom: 10px;
    }

    .faq .faq__ttl {
        margin-bottom: 20px;
    }

    .faq .faq__list dt {
        font-size: 2rem;
        padding: 5px 10px;
        margin-right: 0.5em;
    }

    .faq .faq__list__q dd {
        font-size: 1.8rem;
        line-height: 1.25;
    }

    .faq .faq__list__a dd {
        line-height: 1.5;
        width: 93%;
        display: block;
    }

    .news {
        padding: 20px 0;
    }

    .news .news__ttl {
        margin-bottom: 20px;
    }

    .news article {
        margin-bottom: 10px;
    }

    .news .news__box {
        margin-bottom: 20px;
    }

    .area {
        padding: 20px 0;
    }

    .area .area__ttl {
        margin-bottom: 10px;
    }

    .area .area__txt {
        font-size: 1.8rem;
        margin-bottom: 20px;
        line-height: 1.25;
    }

    .area .area__txt2 {
        text-align: left;
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .area__map {
        margin-bottom: 0;
    }

    .service {
        padding: 20px 0;
    }

    .service .container {
        padding: 20px;
    }

    .service .service__ttl {
        margin-bottom: 20px;
    }

    .service .service__ttl {
        margin-bottom: 10px;
    }

    .service .service__txt {
        margin-bottom: 20px;
        text-align: center;
    }

    .service .service__list {
        width: 48%;
    }

    .service .service__list:first-of-type,
    .service .service__list:nth-of-type(2) {
        margin-bottom: 30px;
    }

    .service .service__list__ttl {
        margin-bottom: 10px;
    }

    .footer {
        padding: 20px 0 160px;
    }

    .footer .footer__maker {
        padding: 20px;
        margin-bottom: 20px;
    }

    .footer .footer__maker__ttl {
        margin-bottom: 10px;
    }

    .footer .footer__maker dl:first-of-type {
        margin-bottom: 20px;
    }

    .footer .footer__list__company h2 {
        font-size: 3.1rem;
        margin-bottom: 10px;
    }

    .footer .footer__list__sitemap h2 {
        margin-bottom: 10px;
    }

    .followcontact {
        padding: 10px 0px 10px;
    }

    .followcontact .followcontact__tel__message {
        display: none;
    }

    .followcontact .container>.flex {
        position: relative;
    }

    .followcontact .followcontact__fukidashi {
        position: absolute;
        top: 0;
        left: 0;
        width: 48%;
        padding: 3px;
    }

    .followcontact .followcontact__fukidashi p {
        text-align: center;
        line-height: 1.25;
    }

    .followcontact .followcontact__fukidashi::before {
        top: 70%;
        left: 48%;
        margin-top: 0;
        border: 15px solid transparent;
        border-top: 15px solid #fff;
    }

    .followcontact .followcontact__fukidashi p br {
        display: none;
    }

    .followcontact .followcontact__tel {
        width: 48%;
        padding-top: 25px;
    }

    .followcontact .followcontact__mail {
        width: 48%;
    }

    .followcontact .followcontact__tel a {
        margin-bottom: 5px;
    }

    .followcontact .followcontact__tel a i {
        font-size: 3.5rem;
    }

    .followcontact .followcontact__tel>.flex {
        display: block;
        padding-left: 25px;
    }

    .followcontact .followcontact__tel__time {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .followcontact .followcontact__tel__time span,
    .followcontact .followcontact__tel__holiday span {
        width: 20%;
    }

    .followcontact .followcontact__mail a {
        padding: 20px 10px;
        font-size: 2rem;
    }

    .followcontact .followcontact__mail span {
        font-size: 1.3rem;
    }

    .case-intro {
        padding-bottom: 20px;
    }

    .case-intro h2 {
        margin-bottom: 20px;
    }

    .case-intro .case-intro-message {
        width: 100%;
        margin: 0 auto 20px;
    }

    .case-intro .flex .btn {
        width: 32%;
        font-size: 1.6rem;
    }

    .case-maker {
        padding: 20px 0;
    }

    .case-maker h2 {
        margin-bottom: 20px;
    }

    .case-maker .case-maker-message {
        width: 100%;
        margin-bottom: 20px;
    }

    .case-maker h3 {
        margin-bottom: 20px;
    }

    .case-maker-box:first-of-type {
        margin-bottom: 30px;
    }

    .case-type {
        padding: 20px 0;
    }

    .case-type h2 {
        margin-bottom: 20px;
    }

    .case-type .case-type-message {
        width: 100%;
        margin-bottom: 20px;
    }

    .case-type .flex .btn {
        width: 48%;
        font-size: 1.6rem;
    }

    .case-type .flex .btn:first-of-type,
    .case-type .flex .btn:nth-of-type(2) {
        margin-bottom: 10px;
    }

    .case-archive {
        padding: 20px 0;
    }

    .case-archive h2 {
        margin-bottom: 20px;
    }

    .case-detail .maker {
        margin-bottom: 20px;
    }

    .pager {
        margin-bottom: 0;
    }

    .company .company__table {
        width: 100%;
    }

    .direct .direct__address {
        width: 100%;
        padding: 20px;
    }

    .direct .direct__address__ttl {
        margin-bottom: 10px;
    }

    .direct .direct__address address {
        padding: 20px;
        margin-bottom: 10px;
    }

    .news-archive .post-archive h2 {
        margin-bottom: 20px;
    }

    .news-archive .post-archive .archive-post {
        margin-bottom: 20px;
    }

    .news-archive .post-archive .archive-post.flex .archive-contents::after {
        right: 2%;
        top: 45%;
    }

    .news-detail .post-detail h2 {
        margin-bottom: 20px;
    }

    .contact2 .contact__list {
        width: 100%;
        margin: 0 auto 20px;
    }

    .privacy .container {
        width: 100%;
    }

    .privacy .container p {
        margin-bottom: 20px;
    }

    .privacy h2 {
        margin-bottom: 10px;
    }

}


/* ===================================================================================================================


　sp


=================================================================================================================== */
@media only screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}


/* ---------------------
　767px以下
---------------------- */
@media screen and (max-width: 767px) {
    body {
        font-size: 1.4rem;
    }

    .sm-hidden {
        display: block !important;
    }

    img.sm-hidden {
        display: inline !important;
    }

    .xs-hidden {
        display: none !important;
    }

    .pc-hide {
        display: block;
    }

    .sp-hide {
        display: none;
    }

    .ps-br {
        display: none;
        /* PCの改行を隠して */
    }

    .tb-br {
        display: none;
        /* タブレットの改行を隠す */
    }

    .sp-br {
        display: block;
        /* SPを改行する */
    }

    /* ==============================================
   Layout
  =============================================== */
    .section {
        margin-bottom: 30px;
    }

    /* column
  ----------------------------------------------- */
    .col-xs-1 {
        width: 12%;
    }

    .col-xs-2 {
        width: 16.6666%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-4 {
        width: 33.3333%;
    }

    .col-xs-5 {
        width: 41.6666%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 57.0833%;
    }

    .col-xs-8 {
        width: 66.6667%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-10 {
        width: 83.3334%;
    }

    .col-xs-11 {
        width: 91.6666%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .privacy .container {
        width: 100%;
    }

    /* ==============================================
   Header
  =============================================== */
    #header {
        padding: 3% 1%;
    }

    #header h1 {
        margin: 0;
        width: 85%;
        display: inline-block;
        margin-bottom: 5px;
        font-size: 3.1rem;
    }

    #header.flex {
        display: flex;
    }

    #header .drawer-header {
        display: block;
        float: right;
        padding-top: 8px;
        width: 31px;
    }

    /* ==============================================
   Navigation
  =============================================== */
    #gnav {
        display: none;
    }

    #sp-nav {
        display: block;
        width: 12%;
        line-height: 2;
        margin-bottom: 10px;
    }

    #sp-nav #nav-drawer {
        position: relative;
        text-align: center;
    }

    /*チェックボックス等は非表示に*/
    #sp-nav .nav-unshown {
        display: none;
    }

    /*アイコンのスペース*/
    #sp-nav #nav-open {
        display: inline-block;
        width: 32px;
        height: 22px;
        vertical-align: middle;
    }

    /*ハンバーガーアイコンをCSSだけで表現*/
    #sp-nav #nav-open span,
    #nav-open span:before,
    #nav-open span:after {
        position: absolute;
        height: 2px;
        /*線の太さ*/
        width: 30px;
        /*長さ*/
        border-radius: 3px;
        background: #fff;
        display: block;
        content: '';
        cursor: pointer;
    }

    #sp-nav #nav-open span:before {
        bottom: -10px;
    }

    #sp-nav #nav-open span:after {
        bottom: -20px;
    }

    #sp-nav p {
        color: #fff;
        font-size: 1rem;
        text-align: center;
    }


    /*閉じる用の薄黒カバー*/
    #sp-nav #nav-close {
        display: none;
        /*はじめは隠しておく*/
        position: fixed;
        z-index: 99;
        top: 0;
        /*全体に広がるように*/
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }

    /*中身*/
    #sp-nav #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        /*最前面に*/
        width: 90%;
        /*右側に隙間を作る（閉じるカバーを表示）*/
        max-width: 75%;
        /*最大幅（調整してください）*/
        height: 100%;
        background: #11316c;
        /*背景色*/
        transition: .3s ease-in-out;
        /*滑らかに表示*/
        -webkit-transform: translateX(135%);
        transform: translateX(135%);
        /*右に隠しておく*/
        padding: 20px 30px;
    }

    /*チェックが入ったらもろもろ表示*/
    #sp-nav #nav-input:checked~#nav-close {
        display: block;
        /*カバーを表示*/
        opacity: .8;
    }

    /* 閉じるボタン */
    #sp-nav .close-btn {
        text-align: left;
        color: #fff;
    }

    #sp-nav .close-btn2 {
        width: 30px;
        font-size: 1.4rem;
        width: 20%;
        position: fixed;
        top: 10px;
        left: 10px;
        font-weight: bold;
        height: 60px;
    }

    #sp-nav .close-btn2::before {
        display: block;
        font-size: 3rem;
    }

    #sp-nav #nav-input:checked~#nav-content {
        -webkit-transform: translateX(34%);
        transform: translateX(34%);
        /*中身を表示（右へスライド）*/
        box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    }

    /* 書き足し */
    #sp-nav #nav-content ul {
        display: block;
        font-size: 1.4rem;
        margin-top: 0;
    }

    #sp-nav #nav-content li::before {
        content: none;
        margin-right: 0;
    }

    #sp-nav #nav-content ul li {
        margin-bottom: 15px;
        border-bottom: 1px solid #fff;
        position: relative;
    }

    #sp-nav #nav-content ul li:last-of-type {
        margin-bottom: 30px;
    }

    #sp-nav #nav-content li::after {
        content: "";
        position: absolute;
        right: 0;
        margin-top: -4px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #sp-nav #nav-content li a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 10px;
        font-size: 1.4rem;
    }

    #sp-nav #nav-content a:active {
        opacity: 0.3;
    }

    #sp-nav #nav-content .nav-tel {
        width: 100%;
        padding: 2%;
        margin-bottom: 10px;
    }

    #sp-nav #nav-content .nav-tel a {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 1.6rem;
    }

    #sp-nav #nav-content .nav-tel p {
        font-size: 1.2rem;
        text-align: center;
    }

    #sp-nav #nav-content .nav-mail {
        width: 100%;
        margin-bottom: 20px;
    }

    #sp-nav #nav-content .nav-mail a {
        padding: 5%;
        display: block;
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 1.6rem;
        height: auto;
    }

    #sp-nav #nav-content .nav-mail a span {
        font-weight: normal;
        font-size: 1.2rem;
        color: #fff;
    }

    #sp-nav #nav-content .nav-line {
        width: 100%;
    }

    #sp-nav #nav-content .nav-line a {
        padding: 5%;
        display: block;
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 1.6rem;
        height: auto;
    }

    #sp-nav #nav-content .nav-line a span {
        font-weight: normal;
        font-size: 1.2rem;
        color: #fff;
    }


    .drawer--right.drawer-open .drawer-hamburger {
        right: 350px;
        /* ここの幅変える場合↓もセットで */
    }

    .drawer-nav {
        width: 350px;
    }

    .drawer--right .drawer-nav {
        right: -350px;
    }

    .drawer-nav ul li {
        text-align: left;
    }

    .drawer-nav .common-contact-tel {
        padding: 1%;
    }

    .drawer-nav .common-contact-tel .message {
        font-size: 1rem;
        margin-bottom: -5px;
    }

    .drawer-nav .common-contact-no {
        font-size: 3.5rem;
        margin-bottom: 0;
    }

    .drawer-nav .common-contact-tel .time {
        font-size: 1rem;
    }

    .drawer-hamburger {
        top: 0;
    }

    .header-contact .header-contact-mail img {
        width: 8%;
    }

    .header-contact .flex a.header-contact-mail span.otoiawase {
        width: 85%;
        font-size: 1.2rem;
    }


    /* ============================================================================================
 メインコンテンツ共通
============================================================================================= */

    /* page title
  ----------------------------------------------- */
    #page-title h2 {
        padding: 50px 10px;
        font-size: 2.6rem;
    }

    /* heading
  ----------------------------------------------- */
    .heading-2 {
        font-size: 2.4rem;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .heading-3 {
        font-size: 1.7rem;
    }

    /* breadcrumbs
  ----------------------------------------------- */
    .breadcrumbs {
        font-size: 1.1rem;
        margin-bottom: 20px;
        max-width: 100%;
        white-space: none;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .breadcrumbs>span {
        margin-right: 5px;
        margin-left: 5px;
    }

    /* 施工事例SPでスライダー解除
  ----------------------------------------------- */
    .case-block .container {
        padding-left: 0;
        padding-right: 0;
    }

    .pc {
        display: none;
    }

    #case_slidersp {
        margin-bottom: 40px;
    }

    #case_slidersp li {
        width: 47%;
    }

    .case-archive-list li table td {
        display: block;
        line-height: 1.2;
        margin-bottom: 2em;
    }

    .case-archive-list li table td:last-of-type {
        margin-bottom: 0;
    }

    .flex {
        flex-wrap: wrap;
    }

    .col3 {
        width: 100%;
        margin-bottom: 60px;
    }

    .col4 {
        width: 48%;
    }

    /* ============================================================================================
   新着情報
  ============================================================================================= */
    /* news archive
  ----------------------------------------------- */
    .news-archive {
        padding-top: 0;
    }

    .news-archive .post-archive {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 60px;
    }

    .news-archive .post-archive article a .archive-contents::after {
        right: 10px;
    }

    .news-archive .post-archive article a p {
        width: 95%;
    }

    .news-archive .post-archive article a img {
        width: 0;
        display: none;
    }

    .news-archive .post-archive article a .archive-contents {
        margin-left: 0;
    }

    .news-archive .post-archive article a h1 {
        font-size: 1.6rem;
        margin-bottom: 3px;
    }

    .news-archive .post-archive article a .post-excerpt {
        font-size: 1.2rem;
    }

    .news-archive .post-archive article a .post-date {
        margin-right: 0.25em;
        font-size: 1.4rem;
    }

    .news-archive .archive-post {
        padding: 20px;
    }

    .news-archive .archive-post:last-of-type {
        margin-bottom: 40px;
    }

    .news-archive .archive-post>.archive-contents>a:first-of-type {
        margin-top: 0;
        margin-bottom: 200px;
    }

    .news-archive .post-archive .archive-post {
        margin-bottom: 30px;
        padding: 4%;
    }

    .news-archive .post-archive .archive-post.flex .archive-contents::after {
        font-size: 1.6rem;
    }

    /* news widget
  ----------------------------------------------- */
    .post-widget {
        float: none;
        width: 100%;
    }

    /* news detail
  ----------------------------------------------- */
    .news-detail {
        padding-top: 0;
    }

    .news-detail .post-detail {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }

    .news-detail .post-navigation {
        margin-bottom: 30px;
        margin-top: 60px;
        display: block;
    }

    .news-detail .post-navigation .prev,
    .news-detail .post-navigation .next,
    .news-detail .post-navigation .back {
        width: 100%;
        margin-bottom: 10px;
    }

    .news-detail .post-navigation .prev a::after,
    .news-detail .post-navigation .next a::after {
        top: 38%;
    }

    .news-detail .post-navigation a {
        padding: 15px;
    }

    .news-detail .post-detail h2 {
        padding-right: 10px;
        font-size: 1.6em;
    }

    .news-detail .post-detail h2 span {
        position: static;
        top: 0;
        left: 0;
        display: block;
        text-align: right;
        font-size: 1.1rem;
        padding-top: 5px;
    }

    .news-detail .post-navigation .btn {
        width: 80%;
    }

    .news-detail .post-detail .post-thumbnail {
        width: 100%;
    }


    /* ============================================================================================
   施工事例
  ============================================================================================= */
    /* case archive
  ----------------------------------------------- */
    .case-archive .container {
        padding-left: 0;
        padding-right: 0;
    }

    .case-archive-list li {
        margin: 0 auto 20px;
        max-width: 478px;
        width: 47%;
    }

    .case-archive-list li:nth-child(4n) {
        margin-right: auto;
    }

    .case-archive-list li table td {
        width: 100%;
    }

    .case-archive .default-btn a {
        width: 100%;
    }

    .case-block h2 {
        line-height: 1.25;
    }

    .case-block {
        padding: 0;
    }

    /* case detail
  ----------------------------------------------- */
    .case-detail .container {
        padding-left: 0;
        padding-right: 0;
    }

    .case-detail .case-detail__photo {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }

    .case-detail .case-detail__meta {
        float: left;
        width: 100%;
    }

    .case-detail .case-detail__meta table th {
        width: 30%;
    }

    .case-detail .case-detail__meta table td {
        padding: 10px;
    }

    .case-detail .case-detail__contents {
        margin-top: 20px;
        padding: 15px;
    }

    .case-detail .maker {
        width: 100%;
        margin-bottom: 30px;
    }

    .case-detail nav {
        display: block;
    }

    .case-detail nav .prev {
        margin-bottom: 10px;
        width: 100%;
    }

    .case-detail nav .btn {
        width: 100%;
    }

    .case-detail {
        padding: 0;
    }


    /* ============================================================================================
   フォーム
  ============================================================================================= */
    .form table {
        border-top: none;
        margin-bottom: 40px;
    }

    .form table tr {
        margin-bottom: 10px;
    }

    .form table th {
        display: block;
        border-bottom: none;
        padding: 10px;
        width: 100%;
    }

    .form table td {
        display: block;
        border-bottom: none;
        padding: 5px 0 5px;
        width: 100%;
        margin-bottom: 15px;
    }

    .form input[name="submitConfirm"],
    .form input[name="submit"] {
        width: 100%;
        padding: 25px;
    }

    .form .mw_wp_form_preview input[name="submitBack"] {
        margin-bottom: 40px;
        background: url("images/common-icon-arrow-left.png") no-repeat left 20px top 50% / 7px;
        font-weight: bold;
    }

    .form .complete .box {
        width: 100%;
    }

    .form .complete .btn {
        width: 100%;
    }

    .news article a {
        padding: 3%;
    }

    .news article .date {
        margin-right: 1em;
        font-size: 1.3rem;
    }

    .news .archive-contents .cate span {
        font-size: 1rem;
    }

    .news article .cate {
        width: 23%;
        padding: 1%;
        margin-bottom: 10px;
        line-height: 1.25;
    }

    .news article h1 {
        width: 95%;
    }

    .news-box {
        margin-bottom: 40px;
    }

    .mv__price-wrap {
        justify-content: space-around;
        padding: 0 3vw 0 2vw;
        font-size: 6.5vw;
        gap: 4vw;
        bottom: 12.5vw;
    }

    .mv__price--prefix {
        font-size: 4vw;
    }

    .followcontact {
        padding: 5px 0px 5px;
    }

    .followcontact .followcontact__fukidashi p {
        font-size: 1rem;
    }

    .followcontact .followcontact__fukidashi::before {
        top: 50%;
        left: 45%;
    }

    .followcontact .followcontact__tel {
        width: 49%;
    }

    .followcontact .followcontact__tel>.flex {
        padding-left: 20px;
    }

    .followcontact .followcontact__tel a {
        font-size: 2rem;
    }

    .followcontact .followcontact__tel a i {
        font-size: 2rem;
    }

    .followcontact .followcontact__tel__time,
    .followcontact .followcontact__tel__holiday {
        font-size: 1rem;
    }

    .followcontact .followcontact__tel__time span,
    .followcontact .followcontact__tel__holiday span {
        width: 30%;
        font-size: 1rem;
    }

    .followcontact .followcontact__mail {
        width: 49%;
    }

    .followcontact .followcontact__mail__message {
        font-size: 1.3rem;
        margin-bottom: 5px;
    }

    .followcontact .followcontact__mail a {
        padding: 15px 10px;
        font-size: 1.3rem;
        border-radius: 10px;
    }

    .followcontact .followcontact__mail span {
        font-size: 1rem;
    }

    .professional .container {
        padding: 20px 10px;
    }

    .professional .flex {
        justify-content: space-between;
    }

    .professional .professional__feature {
        width: 100%;
    }

    .professional .professional__feature:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .professional .professional__feature__txt {
        text-align: center;
        font-size: 2rem;
    }

    .professional .professional__feature__img {
        width: 60%;
        margin: 0 auto;
    }

    .contact {
        padding: 20px 0;
    }

    .contact .contact__txt {
        text-align: left;
    }

    .contact .contact__list .contact__list__fukidashi {
        width: 65%;
    }

    .maker .maker__message__txt {
        line-height: 1.25;
        font-size: 1.3rem;
    }

    .step .step__process__ttl {
        font-size: 1.8rem;
    }

    .step i.fa-caret-right {
        font-size: 3rem;
    }

    .direct .direct__txt {
        text-align: left;
    }

    .direct .direct__attention__list {
        width: 100%;
    }

    .direct .direct__attention__img {
        width: 50%;
        margin: 20px auto 0;
    }

    .worry .worry__list {
        padding: 10px 10px 20px;
    }

    .worry .worry__list i {
        font-size: 3rem;
        margin-bottom: 0;
    }

    .worry .worry__list__img {
        width: 40%;
        bottom: -35px;
        right: -20px;
    }

    .solution .solution__compare {
        align-items: center;
    }

    .solution .solution__compare__stand {
        width: 45%;
    }

    .solution .solution__compare__stand .solution__compare__ttl {
        left: -10px;
    }

    .solution .solution__compare__stand .solution__compare__ttl::before {
        left: 1%;
    }

    .solution .solution__compare__ttl span {
        font-size: 1.3rem;
    }

    .solution .solution__compare__us {
        width: 50%;
    }

    .solution .solution__compare__txt {
        padding: 30px 10px 20px;
    }

    .value .value__ttl {
        margin-bottom: 30px;
    }

    .value .value__cars__ttl {
        font-size: 1.6rem;
    }

    .value .value__cars__detail {
        padding: 10px;
    }

    .value .value__cars__topic {
        width: 65px;
        height: 65px;
        right: 0px;
        top: -200px;
        padding: 18px 0;
    }

    .value .value__cars__topic span {
        font-size: 1.3rem;
    }

    .cost-speed .container .flex .flex {
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .cost-speed .cost-speed__list__img {
        width: 35%;
    }

    .cost-speed .cost-speed__list__txt {
        font-size: 1rem;
        width: 60%;
        justify-content: flex-start;
    }

    .cost-speed .cost-speed__message__txt {
        font-size: 1.3rem;
    }

    .worry2 .worry2__message__txt {
        font-size: 1.3rem;
    }

    .entrust {
        padding: 20px 0 730px;
    }

    .entrust .entrust__img {
        width: 60%;
        right: 20%;
    }

    .entrust .entrust__message {
        width: 100%;
        top: 190px;
    }

    .reason .reason__list {
        width: 100%;
        margin: 0;
    }

    .reason .reason__list__img {
        width: 60%;
        margin: 0 auto 10px;
    }

    .reason .reason__list:first-of-type,
    .reason .reason__list:nth-of-type(2),
    .reason .reason__list:nth-of-type(3),
    .reason .reason__list:nth-of-type(4) {
        margin-bottom: 20px;
    }

    .bargain .container>.flex {
        padding: 20px 10px;
    }

    .bargain .bargain__list {
        width: 100%;
    }

    .bargain .bargain__list:first-of-type,
    .bargain .bargain__list:nth-of-type(2),
    .bargain .bargain__list:nth-of-type(3) {
        margin-bottom: 20px;
    }

    .bargain .bargain__list:nth-of-type(3) .bargain__list__ttl {
        display: flex;
    }

    .price .price__table tr:first-of-type th {
        /* font-size: 1.6rem; */
        padding: 5px;
        line-height: 1;
    }

    .price .price__table tr th,
    .price .price__table tr td {
        padding: 10px 5px;
        line-height: 1;
    }

    .price .price__table tr td {
        font-size: 1.3rem;
    }

    .operation .operation__list {
        width: 20%;
    }

    .operation .flex i {
        font-size: 3rem;
    }

    .operation .operation__list dt {
        font-size: 1.3rem;
    }

    .operation .operation__waste__txt {
        font-size: 1.6rem;
    }

    .flow .flow__list__img {
        width: 70%;
        margin: 0 auto 10px;
    }

    .flow .flow__list__contents {
        width: 100%;
    }

    .flow .flow__list__contents dt {
        font-size: 1.6rem;
    }

    .flow .flow__list__contents dd {
        font-size: 2rem;
    }

    .voice .voice__list {
        width: 100%;
        border-radius: 10px;
    }

    .voice .voice__list__ttl {
        padding: 10px;
        font-size: 1.6rem;
    }

    .voice .voice__list:first-of-type {
        margin-bottom: 20px;
    }

    .faq .faq__list__q dd {
        font-size: 1.6rem;
        width: 88%;
    }

    .faq .faq__list__a dd {
        width: 88%;
    }

    .service .service__list__ttl {
        font-size: 1.6rem;
    }

    .footer {
        padding: 20px 0 110px;
    }

    .footer .footer__list {
        margin-bottom: 20px;
    }

    .footer .footer__list__company {
        width: 70%;
        margin: 0 auto 20px;
    }

    .footer .footer__list__company h2 {
        text-align: center;
    }

    .footer .footer__list__sitemap {
        width: 70%;
        margin: 0 auto;
    }

    /* .footer .footer__list__sitemap h2 {
  text-align: center;
} */

    .drawer-nav .header__list__tel {
        padding: 10px 20px;
    }

    .drawer-nav .header__list__tel a {
        font-size: 3.1rem;
    }

    .drawer-nav .header__list__tel a i {
        font-size: 3rem;
    }

    .drawer-nav .header__list__tel__time,
    .drawer-nav .header__list__tel__holiday {
        width: 100%;
    }

    .drawer-nav .header__list__tel__time {
        margin-bottom: 5px;
    }

    .drawer-nav .header__list__mail {
        padding: 10px 10px 20px;
    }

    .drawer-nav .header__list__mail a {
        padding: 10px 20px;
        font-size: 1.6rem;
        border-radius: 10px;
        box-shadow: 0px 5px 0px 0px #990909;
    }

    .drawer-nav .header__list__mail a p {
        margin-bottom: 5px;
    }

    .drawer-nav .header__list__mail span {
        font-size: 1rem;
    }

    .case-intro .flex .btn {
        width: 100%;
    }

    .case-intro .flex .btn:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .case-maker .container>.flex {
        justify-content: center;
    }

    .case-maker-box {
        width: 18%;
        margin: 0 4px 30px;
    }

    .case-maker-box p {
        line-height: 1.25;
    }

    .case-maker .flex:last-of-type .case-maker-box {
        width: 18%;
        margin: 0 4px 30px;
    }

    .case-type .flex .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .company .company__table tr th,
    .company .company__table tr td {
        display: block;
        padding: 10px;
    }

    .company .company__table tr td {
        padding: 20px;
    }

    .direct .direct__address__txt {
        font-size: 1.3rem;
        line-height: 1.25;
    }

    .privacy .container ul {
        margin-bottom: 20px;
    }

    /* iOS電話番号対策 */
    footer .tel-number a {
        color: #56a5df;
        text-decoration: none;
    }

    /* ============================================================================================
   ページトップボタン
  ============================================================================================= */
    .pagetop {
        bottom: 116px;
        right: 10px;
    }

    /* ============================================================================================
 ビジュアルエディタ装飾
============================================================================================= */
    .freeeditor h1 {
        line-height: 1.25;
        padding: 4%;
    }

    .case-detail .freeeditor h2,
    .news-detail .freeeditor h2 {
        line-height: 1.25;
        padding: 4%;
    }

    .freeeditor h4 {
        line-height: 1.25;
        padding: 1% 3%;
    }
}


/* ------------------------------------------------------------------------------------
　414px以下
------------------------------------------------------------------------------------- */
@media screen and (max-width: 414px) {
    .value .value__cars li {
        font-size: 1.3rem;
        line-height: 1.25;
    }

    .bargain .bargain__list:nth-of-type(3) .bargain__list__ttl {
        display: block;
    }
}


/* ------------------------------------------------------------------------------------
　390px以下
------------------------------------------------------------------------------------- */
@media screen and (max-width: 390px) {
    .drawer--right.drawer-open .drawer-hamburger {
        right: 320px;
        /* ここの幅変える場合↓もセットで */
    }

    .drawer-nav {
        width: 320px;
    }

    .drawer--right .drawer-nav {
        right: -320px;
    }

    .contact .contact__list__mail {
        width: 100%;
    }

    .contact .contact__list .contact__list__mail a {
        font-size: 2rem;
    }

    .contact .contact__list .contact__list__fukidashi {
        width: 75%;
    }

    .value .value__cars__ttl {
        font-size: 1.3rem;
    }

    .value .value__ttl h2 {
        font-size: 2rem;
    }

    .value .value__ttl h2 span {
        font-size: 2.5rem;
    }

    .value .value__cars__topic {
        top: -190px;
    }

    .entrust {
        padding: 20px 0 790px;
    }

    .operation .operation__waste__txt {
        font-size: 1.3rem;
    }

    .faq .faq__list__q dd {
        width: 85%;
    }

    .faq .faq__list__a dd {
        width: 85%;
    }

    .followcontact .followcontact__fukidashi {
        width: 50%;
    }

    .followcontact .followcontact__mail a {
        padding: 15px 5px;
        font-size: 1.3rem;
    }

    .case-maker-box {
        width: 17%;
        margin: 0 4px 20px;
    }

    .case-maker .flex:last-of-type .case-maker-box {
        width: 17%;
        margin: 0 4px 20px;
    }
}


/* ------------------------------------------------------------------------------------
　376px以下
------------------------------------------------------------------------------------- */
@media screen and (max-width: 376px) {
    #sp-nav {
        width: 13%;
    }

    .drawer-nav .common-contact-tel img {
        width: 23%;
        height: 70px;
    }

    .drawer-nav .common-contact-no {
        font-size: 3.2rem;
    }

    .followcontact .followcontact__fukidashi {
        width: 52%;
    }

    .followcontact .followcontact__tel>.flex {
        padding-left: 10px;
    }

    .followcontact .followcontact__tel__time span,
    .followcontact .followcontact__tel__holiday span {
        width: 40%;
    }

    .followcontact .followcontact__mail a {
        font-size: 1.2rem;
    }

    .followcontact .followcontact__mail__message {
        margin-bottom: 10px;
    }

    .worry2 .worry2__list__solution__ttl {
        font-size: 1.6rem;
    }
}

/*------------------------------------------------------------------------------------- */
@media screen and (max-width: 360px) {
    .drawer-nav .header__list__tel a {
        font-size: 2.5rem;
    }

    .drawer-nav .header__list__tel a i {
        font-size: 2.5rem;
    }

    .followcontact .followcontact__fukidashi {
        width: 54%;
    }

    .value .value__cars__topic {
        top: -180px;
    }
}

/* ------------------------------------------------------------------------------------
　320px以下
------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------
　recaptcha, submitspinner
------------------------------------------------------------------------------------- */
.grecaptcha-badge {
    bottom: 170px !important;
    z-index: calc(infinity) !important;
}

.wpcf7-spinner {
    display: block !important;
}


/*------------------------------------------------------
    2026/01/26改修：共通サービスバナー用スタイル　ここから
-------------------------------------------------------*/
.service-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  margin: 20px auto 0;
  justify-content: center;
}

.service-banner__link {
  display: block;
  width: 100%;
}

.service-banner__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .service-banner {
    margin: 40px auto 0;
  }

  .service-banner__link {
    width: calc(50% - 10px);
  }
}

/*------------------------------------------------------
    2026/01/26改修：共通サービスバナー用スタイル　ここまで
-------------------------------------------------------*/