@charset "UTF-8";

/* 共通 */

html {
    font-size: 62.5%; 
}

body {
    line-height: 1.8;
    color: #543921;
    /* font-size: 18px; */
    font-size: 1.8rem;
    background: #FFF;
    letter-spacing: 2px;
    /* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.logo p,
.logo h1 {
    line-height: 1;
    display: inline;
    font-size: inherit !important;
}

.logo p a,
.logo h1 a {
    display: block;
}

.w1500_block,
.w1700_block {
    display: none;
}

header {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    /* z-index: 9999; */
    z-index: 9900;
    background: transparent;
}

header a {
    color: #543921;
}

header .head_right li:first-child {
    margin-left: 0;
}


nav li.has-child ul{
	position: absolute;
    left: -28px;
    top: 33px;
	z-index: 4;
	background: rgba(0,0,0,0.8);
	/* width:180px; */
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
    text-align: center;
}

nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li a {
	color: #fff;
    padding: 10px 20px;
}

nav li.has-child ul li a::after {
    content: none;
}

nav li.has-child ul li a:hover {
    opacity: 1;
}

.head_inner {
    width: 100%;
    max-width: 1730px;
    margin-left: auto;
    margin-right: auto;
}

.header_contact_nav a:hover {
    opacity: 0.8;
}

.dis_inline_block {
    display: inline-block;
}

.thanks_read {
    color: #FFF !important;
}

.parent-pageid-604 .thanks_read {
    color: #0066cc !important;
}

.menu-box2 {
    display: none;
}

a {
    word-wrap:break-word;
}

.w767_block {
    display: none;
}

.font_mincho {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
}

.font_gothic {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
}

:root{
    --color_main: #00becc;
    --color_black: #543921;
}


/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}

.head_inner {
    width: 100%;
}

header .flex_between {
    align-items: center;
}

header .head_left {
    width: 128px;
}

header .head_right {
    /* display: flex;
    justify-content: flex-end;
    flex-wrap: wrap; */
    position: relative;
    top: -30px;
    flex: 1;
}

header .head_right ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

header .head_right ul li {
    line-height: 1;
    position: relative;
    margin-left: 3.38%;
}

header .head_right ul li:first-child {
    margin-left: 0;
}

nav li.has-child ul {
	position: absolute;
    left: -28px;
    top: 33px;
	z-index: 4;
	/* background: rgba(0,0,0,0.8);
	width:180px; */
    background: #FFF;
	width:auto;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li a {
	color: #fff !important;
}

nav li.has-child ul li a:hover {
    opacity: 0.8;
}

nav li.has-child ul li {
    /* font-size: 16px; */
    font-size: 1.6rem;
}

header .head_right ul ul {
    display: block;
    /* padding: 20px 41px 25px 27px; */
    /* border-radius: 15px; */
}

/* header .head_right ul ul a::after {
    content: none;
} */

nav ul ul li a {
    /* padding: 10px 35px; */
    display: block;
    color: #000 !important;
    line-height: 1.5;
}

nav ul li li {
    padding: 0 !important;
    margin: 0 !important;
    white-space: nowrap;
}

/* nav ul li li:first-child {
    margin-bottom: 9px !important;
} */


input[type="email"] {
    padding: 0.5em !important;
}

table {
    border-collapse: collapse;
}

.page_head_img h1 {
    color: #FFF;
}

.w50 {
    width: 50%;
}

.w48 {
    width: 48%;
}

.w1150_block {
    display: none;
}

.w1560_block,
.tb-menu2 {
    display: none;
}

.bg_white {
    background: #FFF;
}

.bg_black {
    background: #000;
    color: #FFF;
}

.col_1730 {
    max-width: 1730px;
    margin: 0 auto;
}

.col_1640 {
    max-width: 1640px;
    margin: 0 auto;
}

.col_1600 {
    max-width: 1600px;
    margin: 0 auto;
}

.col_1460 {
    max-width: 1460px;
    margin: 0 auto;
}

.col_1450 {
    max-width: 1450px;
    margin: 0 auto;
}

.col_1430 {
    max-width: 1430px;
    margin: 0 auto;
}

.col_1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.col_1380 {
    max-width: 1380px;
    margin: 0 auto;
}

.col_1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.col_1290 {
    max-width: 1290px;
    margin: 0 auto;
}

.col_1260 {
    max-width: 1260px;
    margin: 0 auto;
}

.col_1250 {
    max-width: 1250px;
    margin: 0 auto;
}

.col_1220 {
    max-width: 1220px;
    margin: 0 auto;    
}

.col_1150 {
    max-width: 1150px;
    margin: 0 auto;    
}

.col_1100 {
    max-width: 1100px;
    margin: 0 auto;    
}

.col_1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.col_940 {
    max-width: 940px;
    margin: 0 auto;
}

.col_600 {
    max-width: 600px;
    margin: 0 auto;
}


.ft_inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer_navi a {
    color: #333;
}

/* .footer_navi p,
.footer_navi ul {
    display: flex;
} */

.footer_navi p {
    margin-top: 60px;
}

.ft_sub_menu li,
.footer_navi .ft_sub_menu li a {
    color: #939393;
}

#page_top {
    background: var(--color_main);
}

#page_top a {
    color: #FFF;
}

.form_wrap p:last-of-type::after {
    content: none;
}

/* 独自　ハンバーガー */

.openbtn{
	position: relative;/*ボタン内側の基点となるためrelativeを指定*/
	width: 50px;
    height:50px;
	cursor: pointer;
}
	
/*ボタン内側*/

.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 2px;
	background-color: var(--color_main);
  }


.openbtn span:nth-of-type(1) {
	top:22px;	
  	width: 50%;
}

.openbtn span:nth-of-type(2) {
	top:29px;
  	width:30%;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.menu_active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}

.openbtn.menu_active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}

.openbtn strong {
    text-align: center;
    /* font-size: 11px; */
    font-size: 1.1rem;
    position: absolute;
    bottom: -6px;
    right: 4px;
    color: var(--color_main);
}

/* 独自　ハンバーガー */

.w1279_block {
    display: none;
}


/* 共通　ここまで */

/* トップページここから */


.slide_boder a::after {
    background-color: #543921;
}

header {
    transition: .3s;
}

header.sticky {
    background: #FFF;
    height: 80px;
}

header.sticky .head_right {
    top: auto;
}

header.sticky h1 img {
    height: 70px;
}

.mainImg {
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.main_line {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.main_line div:first-child {
    margin-bottom: 10px;
}

.front_menu {
    background: #feffea;
    padding-top: 150px;
}

.menu_top > .flex_between {
    align-items: flex-end;
}

.menu_top .menu_left_img {
    width: 33.23%;
}

.menu_top .menu_right_contents {
    width: 63.58%;
}

.menu_top .menu_right_contents h2 {
    text-align: center;
    /* font-size: 4.1rem; */
    font-size: 2.13vw;
    display: inline-block;
    padding-left: 75px;
    padding-right: 75px;
    /* background: url(../img/top/ico01.jpg) no-repeat left top; */
    padding-bottom: 20px;
    background-image: url(../img/top/ico01.jpg),url(../img/top/ico01.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: left top,right top;
}

.menu_top .menu_right_contents h2 span {
    border-bottom: 6px solid #00becc;
    padding-bottom: 0px;
}

.menu_right_contents_top {
    margin-top: 20px;
    margin-bottom: 30px;
}

.menu_right_contents_top li {
    width: 45.81%;
}

.menu_right_contents_bottom {
    margin-top: 20px;
}

.menu_right_contents_bottom li {
    width: 31.18%;
}

.comparison {
    margin-top: 100px;
}

.comparison_read {
    text-align: center;
    font-size: 3.125vw;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
    font-weight: bold !important;
}



.comparison_read strong,
.comparison_read span {
    font-size: 4.166vw;
    letter-spacing: 0.1px;
    font-weight: normal;
    position: relative;
}

.comparison_read strong {
    position: relative;
    z-index: 10;
}

.comparison_read strong::after {
    content: "";
    width: 100%;
    height: 10px;
    background: #ffce00;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: -1;
}

.cleaning h2 {
    margin-top: 80px;
    margin-bottom: 50px;
}

.cleaning .flex_between.col_1730 li {
    background: #d4feff;
    width: 31.79%;
    text-align: center;
    padding: 30px 10px 20px;
    border-radius: 20px;
}

.cleaning .flex_between.col_1730 li h3 {
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 15px;
    line-height: 1.5;
    /* font-size: 3.5rem; */
    font-size: 1.72vw;
}

.cleaning .flex_between.col_1730 li h3 span {
    display: block;
    /* font-size: 2.5rem; */
    font-size: 1.1vw;
}

.cleaning .flex_between.col_1730 li p {
    font-size: 1.1vw;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
}

.one_cleaning {
    margin-top: 60px;
    display: none;
}

.point_wrap {
    margin-top: 100px;
    align-items: center;
    /* padding-bottom: 20px; */
}

.point_left,
.point_right {
    width: 50%;
}

.point_left p {
    font-size: 1.1vw;
}

.point_left div {
    margin-left: 20px;
    margin-bottom: 30px;
}

.point_right {
    position: relative;
    top: 20px;
}

.point_right div:first-child {
    margin-bottom: 15px;
}

.reason {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../img/top/reason_bg.png) no-repeat left top;
    background-size: cover;
}

.reason h2 {
    margin-top: 50px;
    margin-bottom: 100px;
}

.reason li {
    background: url(../img/top/reason_bg2.png) no-repeat left top;
    padding: 100px 0;
    padding-left: 40px;
}

.reason li.reason_last {
    background: url(../img/top/reason_bg3.png) no-repeat left 20px top;
    padding-top: 20px;
    padding-bottom: 0;
}

.reason li h3 {
    margin-bottom: 10px;
}

.reason li p {
    /* font-size: 2.5rem; */
    font-size: 1.1vw;    
    padding-left: 30px;
}

.reason li p span {
    /* font-size: 3rem; */
    font-size: 1.3vw;
}

.reason ul.flex_end {
    align-items: center;
}

.reason li.reason_last p {
    font-size: 1vw;
    /* font-size: 2rem; */
}

.ft_top p strong,
.reason_last strong {
    font-weight: normal;
    /* border-bottom: 5px solid;
    border-image: linear-gradient(to right, #f6eed5, #d6a448) 1; */
    position: relative;
    z-index: 1;
}

.sp_footer_center p strong::after,
.ft_top p strong::after,
.reason_last strong::after {
    content: "";
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #f6eed5, #d6a448);
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: -1;
}

.ft_top p strong::after {
    height: 4px;
}

.ft_top p:first-of-type {
    margin-top: 0px;
    margin-bottom: 10px;
}

.ft_bottom {
    margin-top: 60px;
}

.detal_btn {
    margin-top: 5px;
}

.voice {
    padding-top: 50px;
    padding-bottom: 100px;
    background: url(../img/top/voice_bg2.png) no-repeat left 32vw top 18vw #feffea;
}

.voice ul {
    margin-top: 60px;
    max-width: 1740px;
    margin-left: auto;
    margin-right: auto;
}

.voice ul li {
    width: 33.3%;
    text-align: center;
    margin-bottom: 80px;
}

.font_maru {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.voice h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.47vw;
    line-height:  1.5;
}

.voice li {
    background: url(../img/top/voice_bg.png) no-repeat center center;
}

.voice li:nth-child(2) {
    position: relative;
    top: 250px;
}

.voice li p {
    position: relative;
    /* border-top: 3px solid var(--color_main);
    border-bottom: 3px solid var(--color_main); */
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.voice li p::before {
    content: "";
    width: 100%;
    max-width: 420px;
    background: var(--color_main);
    height: 3px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.voice li p::after {
    content: "";
    width: 100%;
    max-width: 420px;
    background: var(--color_main);
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.voice li p span {
    color: #bf4a35;
}

.area {
    border: 4px solid var(--color_main);
    border-radius: 400px;
    background: #FFF;
    padding-top: 20px;
}

.area_left {
    margin-right: 2.08%;
}

.area_right {
    margin-left: 2.08%;
    background: url(../img/top/map.png) no-repeat right -10px bottom 15px;
    padding-right: 20px;
}

.area_right h3 {
    text-align: center;
    /* font-size: 6rem; */
    font-size: 3vw;
}

.area_right dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.area_right dl:first-of-type {
    align-items: flex-start;
}

.area_right dl:first-of-type dd {
    margin-top: 5px;
}


.area_right dt {
    /* font-size: 4rem; */
    font-size: 2vw;
}

.area_right dd {
    /* font-size: 3rem; */
    font-size: 1.3vw;
}

.area_right p {
    margin-left: 20px;
    margin-top: 10px;
    font-size: 1.02vw;
}

.text_indent {
    padding-left: 1em;
    text-indent: -1em;
}

.faq {
    padding: 80px 0 150px;
}

.faq h2 {
    margin-bottom: 20px;
}

.faq dl {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    background: #ddfeff;
    padding: 40px 10px 30px 40px;
    margin-bottom: 50px;
}

.faq dl dt {
    font-size: 2vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-style: normal;
    font-weight: bold;
}

.faq dl dd {
    font-size: 1.1vw;
    padding-left: 75px;
}

.message {
    margin-bottom: 200px;
}

.message .col_1720 {
    background: #feffeb;
    padding: 50px 4.166% 70px;
}

.message_top_contents figure {
    width: 382px;
}

.message_top_text {
    flex: 1;
    margin-left: 30px;
}

.message_top_text h2 {
    font-size: 2.2vw;
    margin-bottom: 20px;
    position: relative;
    left: -15px;
}

.message_top_text p {
    font-size: 3.25vw;
    line-height: 1.3;
}

.message_bottom_text {
    margin-top: 60px;
}

.message_bottom_text p {
    /* font-size: 3.5rem; */
    font-size: 1.6vw;
}

footer {
    /* background: #d4feff; */
    background: url(../img/top/footer_bg.png) no-repeat left top;
    background-size: cover;
    position: relative;
    /* padding-top: 50px; */
    padding-top: 90px;
}

.footer_sub_title {
    position: absolute;
    left: 0;
    top: -48px;
    padding: 10px 0 25px;
    background: #00becc;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    color: #FFF;
    /* width: 700px; */
    width: 38vw;
    padding-left: 3%;
    font-size: 2.4vw;
}

.ft_inner {
    max-width: 1750px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
}

.ft_top div + p {
    font-size: 0.7vw;
}

.footer_left {
    padding-top: 70px;
    width: 29.88%;
}

.footer_center {
    padding-top: 50px;
    width: 46.8%;
}

.footer_right {
    width: 19.57%;
    margin-left: 3%;
    /* 会社概要コメントアウト解除したらCSS解除して下さい。 */
    /* display: flex;
    align-items: flex-end;
    margin-bottom: 60px; */
}

.footer_center,
.footer_right {
    text-align: center;
}

.footer_center div:nth-child(2) {
    margin-top: -35px;
    margin-bottom: 10px;
    position: relative;
    left: -30px;
}

.footer_center div:nth-child(3) {
    position: relative;
    left: -40px;
}

/* a:hover {
    opacity: .9;
}*/

a img {
    transition: transform .6s ease;
}

a:hover img {
    transform: scale(1.05);
}

h1 a:hover img {
    transform: scale(1);
}

section {
    scroll-margin-top: 80px; /* ヘッダー高さ分 */
}


.slick-dots {
    text-align: right;
    right: 2%;
    bottom: 1vw;
}

.slick-dots li button:before {
    font-size: 16px;
}

.slick-dots li.slick-active button:before {
    color: var(--color_main);
}

.sp_footer {
    display: none;
}

/* html {
    scroll-behavior: smooth;
} */

section[id^="anc"] {
    scroll-margin-top: 80px; /* ヘッダーの高さに合わせて調整 */
}

/* トップページここまで */

/* 会社概要 */

body.page-id-1010 {
    background: url(../img/company/title_bg.png) no-repeat right 20% top;
}


.child_page {
    padding-top: 160px;
}

.company_page_title {
    max-width: 1730px;
    margin-left: auto;
    margin-right: auto;
}

.company_contents {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.company_page h1 {
    /* margin-left: auto;
    margin-right: auto; */
    max-width: 455px;
    text-align: center;
    margin-top: 50px;
}

.company_page h1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.company_page h1 img {
    margin-bottom: 15px;
}

.company_top {
    margin-top: 150px;
    color: #4c4c4c;
}

.company_top dl {
    display: flex;
    justify-self: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.company_top dt {
    width: 62px;
    text-align: center;
    margin-right: 30px;
}

.company_top dd {
    flex: 1;
}

.company_contents iframe {
    margin-top: 40px;
}

.company_btn {
    margin-top: 50px;
    margin-bottom: 50px;
    text-justify: inter-cluster;
}

.company_btn a {
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    background: #d9d9d9;
    padding: 15px 0;
    border-radius: 30px;
    text-align: center;
}

.company_btn a:hover {
    opacity: .8;
}

.ft_sub {
    background: #575757;
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 20px;
}

.ft_sub_inner {
    max-width: 1730px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.ft_sub_inner p {
    position: absolute;
    left: 0;
    bottom: 0;
}



/* 会社概要　ここまで */



@media screen and (max-width: 1770px) {
    
    .ft_sub_inner,
    .company_page_title,
    .col_1730,
    .head_inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main_line {
        bottom: -7vw;
    }

    .voice h2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .area.col_1730 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .ft_sub_inner p {
        left: 20px;
    }

    .comparison_read.sp_none {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media screen and (max-width: 1600px) {
    .voice ul li {
        width: 31%;
        background-size: 100% 100% !important;
    }

    .voice h3 {
        font-size: 1.3vw;
    }

    .voice li p {
        font-size: 1vw;
    }

    .faq dl {
        margin-left: 20px;
        margin-right: 20px;
    }


}


@media screen and (max-width: 1500px) {
    .mainImg {
        margin-top: 3vw;
    }

    .comparison div.taC {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ft_top p strong::after,
    .reason_last strong::after {
        height: 5px;
    }

    .voice ul.flex_between {
        padding-left: 20px;
        padding-right: 20px;
    }

    .area {
        border-radius: 17vw;
    }

    .footer_center div:nth-child(3),
    .footer_center div:nth-child(2) {
        left: 0;
    }

    .ft_bottom {
        margin-top: 20px;
    }

    .footer_left {
        display: flex;
        align-items: flex-end;
    }

    .menu_bottom .menu_right_contents h2,
    .menu_top .menu_right_contents h2 {
        background-size: contain;
    }

    .reason {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .reason h2 {
        margin-bottom: 40px;
    }

    .faq {
        padding-bottom: 100px;
    }

    .message {
        margin-bottom: 150px;
    }

    .footer_center {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 1279px) {
    .sm_nav {
        top: 60px;
        background: #00becc;
    }

    .reason li {
        width: 50%;
        background-size: 90% 90%;
    }

    .head_right {
        display: none;
    }

    header {
        height: 80px;
        background: #FFF;
    }

    header h1 img {
        height: 70px;
    }

}

@media screen and (max-width: 1200px) {
    .reason li {
        width: 49%;
    }   

    .area_left {
        width: 40%;
        margin-right: 0;
    }

    .message_top_text p {
        font-size: 3vw;
    }

}


@media screen and (max-width: 1023px) {
    .reason li.reason_last {
        background-size: 50% 90%;
    }

    .reason li {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    p,
    .reason li.reason_last p,
    .reason li p {
        padding-left: 0;
        font-size: 1.4vw;
    }

    .faq h2 {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .message_top_text p {
        margin-top: 8vw;
    }

    .front_menu {
        padding-top: 150px;
    }

    .main_line {
        bottom: -14vw;
    }

    .point_left p,
    .cleaning .flex_between.col_1730 li p {
        font-size: 1.3vw;
    }

    .area_right {
        background-size: 40%;
    }

    .faq dl dd {
        font-size: 1.3vw;
        padding-left: 0;
    }

    .faq dl {
        margin-bottom: 20px;
    }

    .faq {
        padding-bottom: 40px;
        padding-top: 50px;
    }

    .message_top_text p {
        margin-top: 2.6vw;
    }

    .message {
        margin-bottom: 100px;
    }

    .footer_sub_title {
        padding-bottom: 15px;
    }

    footer {
        padding-top: 30px;
    }

    .ft_top div + p {
        font-size: 0.6vw;
    }

    .sp_footer p strong {
        position: relative;
    }

    .sp_footer p strong::after {
        z-index: 0;
    }

    .sp_footer p strong::after,
    .ft_top p strong::after,
    .reason_last strong::after {
        height: 2px;
        bottom: 0;
    }

    .footer_center div:nth-child(2) {
        margin-top: -15px;
    }

    .point_wrap {
        margin-top: 50px;
    }

    .message_top_contents figure {
        width: 30%;
    }

    .message_bottom_text {
        margin-top: 20px;
    }

    .mainImg {
        /* margin-top: 8vw; */
        margin-top: 0;
    }

    .menu_top .menu_right_contents h2 {
        padding-left: 55px;
        padding-right: 55px;
    }

    .comparison {
        margin-top: 40px;
    }

    .voice h2,
    .reason h2,
    .cleaning h2 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .cleaning h2 {
        margin-top: 40px;
    }

    .reason h2 {
        margin-bottom: 30px;
    }

    .area.col_1730 {
        margin-top: -30px;
    }

    .voice {
        padding-bottom: 60px;
    }

    .company_contents {
        padding-left: 20px;
        padding-right: 20px;
    }

    .company_contents dl {
        display: block;
    }

    .company_contents dt {
        width: auto;
        text-align: left;
    }

}
/* 1200ここまで */


@media screen and (max-width: 600px) {
    
    header.sticky,
    header {
        height: 60px;
    }

    header .head_left {
        width: auto;
    }

    header.sticky h1 img,
    header h1 img {
        height: 40px;
        position: relative;
        top: -10px;
    }

    #hamburger {
        top: 0;
        right: 0;
    }

    .slick-dots li {
        margin: 0;
    }

    .slick-dots li button:before {
        font-size: 13px;
    }

    .main_line {
        bottom: -5vw;
        width: 100%;
    }

    .main_line div {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        left: -5vw;
    }

    .main_line div:first-child {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
    }

    .front_menu {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cleaning .col_1730.flex_between {
        display: block;
    }

    .cleaning .col_1730.flex_between li {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /* width: 95%; */
        width: 100%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
    }

    .cleaning .flex_between.col_1730 li h3 {
        font-size: 3vw;
    }

    .cleaning .flex_between.col_1730 li h3 span {
        font-size: 2vw;
    }


    .cleaning .col_1730.flex_between li figure {
        width: 32%;
    }

    .cleaning .col_1730.flex_between li .cleaning_text {
        width: 65%;
        text-align: left;
    }

    .cleaning .col_1730.flex_between li .cleaning_text h3 span {
        display: inline;
    }

    .voice h2, .reason h2, .cleaning h2 {
        width: 70%;
    }

    .point_wrap {
        margin-top: -20px;
    }

    .point_right {
        display: none;
    }

    .point_left {
        width: 100%;
        position: relative;
        top: 23px;
    }

    .point_left div {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .cleaning .flex_between.col_1730 li p {
        /* font-size: 1.8vw; */
        font-size: 2vw;
    }

    .point_left p {
        font-size: 2.5vw;
    }

    .reason {
        /* padding-top: 10px; */
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .reason h2 {
        width: 85%;
    }

    .reason .col_1720 {
        padding-left: 0;
        padding-right: 0;
    }


    .reason li {
        width: 100%;
        padding-left: 0;
        background: url(../img/top/reason_bg2.png) no-repeat left top;
        background-size: 60% 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .reason li h3 {
        width: 70%;
        position: relative;
        left: -3%;
    }

    .reason li.reason_last {
        margin-left: 8%;
    }

    .reason li.reason_last p,
    .reason li p {
        font-size: 2.3vw;
        /* font-size: 2.2vw; */
    }

    .reason li p span {
        font-size: 3vw;
    }

    .reason_last .detal_btn {
        text-align: center;
        width: 55%;
        margin-top: 9px;
        margin-left: 11%;
    }

    .reason li.reason_last {
        background: url(../img/top/reason_bg3.png) no-repeat left top;
        background-size: 50% 90%;
    }

    .voice li {
        width: 50% !important;
    }
    
    .voice ul li {
        margin-top: 10vw;
        margin-bottom: 0;
    }
    
    .voice li:nth-child(2) {
        top: 0;
    }

    .voice h2 {
        width: 85%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .voice {
        padding-top: 0px;
        /* padding-bottom: 0; */
        padding-bottom: 30px;
    }

    .voice ul {
        padding-top: 0;
        margin-top: 0;
    }

    .voice ul.flex_between div {
        width: 60px;
        margin-left: auto;
        margin-right: auto;
    }

    .voice ul.flex_between li:nth-child(4),
    .voice ul.flex_between li:nth-child(2) {
        position: relative;
        top: 100px;
    }

    .voice h3 {
        /* font-size: 1.8vw; */
        font-size: 4vw;
    }

    .voice li p {
        font-size: 1.6vw;
        margin-top: 5px;
    }

    .voice li p::before,
    .voice li p::after {
        width: 80%;
    }

    .area.col_1730 {
        /* width: 75%; */
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    .area {
        border: 2px solid var(--color_main);
    }

    .area.col_1730 {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 0;
        position: relative;
        top: 30px;
    }

    .area_left {
        display: none;
    }

    .area {
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 15vw;
    }

    #page_top {
        display: none;
    }

    .sp_area_person {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 30px;
    }

    .faq dl {
        padding: 10px;
    }

    .faq dl dt {
        font-size: 2.6vw;
    }

    .faq dl dd {
        font-size: 2.3vw;
    }

    .area_right dt {
        font-size: 3vw;
    }

    .area_right dd {
        font-size: 2vw;
        margin-top: 0;
    }

    .area_right p {
        margin-left: 0;
        margin-top: 0;
        font-size: 2.1vw;
    }

    .area_right {
        /* background: url(../img/top/map.png) no-repeat right -10px bottom; */
        background: url(../img/top/map.png) no-repeat right 8px bottom;
        /* background-size: 27% !important; */
        background-size: 24% !important;
        width: 100%;
        padding-left: 10px;
    }

    .message_top_text {
        margin-left: 3%;
    }

    .message_top_text h2 {
        left: 0;
        margin-bottom: 0;
        font-size: 2.4vw;
    }

    .message_top_text p {
        margin-top: 1vw;
        font-size: 2.6vw;
    }

    .message_top_contents {
        align-items: center;
    }

    .faq {
        padding-bottom: 20px;
    }

    .message .col_1720 {
        padding-top: 20px;
    }

    .message_bottom_text p {
        font-size: 2.4vw;
    }

    .message .col_1720 {
        margin-left: 20px;
        margin-right: 20px;
        border-radius: 20px;
        padding-bottom: 20px;
    }
    
    .sp_mb10 {
        margin-bottom: 10px;
    }

    .message {
        margin-bottom: 50px;
    }

    .footer_sub_title {
        width: 60vw;
        font-size: 4vw;
        top: -20px;
    }

    .sp_top_footer {
        width: 60%;
        margin: 20px auto 5px;
    }

    .sp_footer {
        display: block;
    }
    
    .message_bottom_text .mb40 {
        margin-bottom: 15px !important;
    }

    .sp_footer .flex_between {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sp_footer_left {
        width: 33%;
    }

    .sp_footer_center {
        width: 45%;
    }

    .sp_footer_right {
        padding-bottom: 10px;
        width: 20%;
        margin-left: 2%;
        display: flex;
        align-items: flex-end;
    }

    .sp_footer_center p {
        /* font-size: 1.8vw; */
        font-size: 1.7vw;
    }

    .sp_footer_btn {
        width: 80%;
        padding-bottom: 10px;
        margin-top: 5px;
        margin-left: 10px;
    }

    .sp_footer_left {
        display: flex;
        align-items: flex-end;
    }

    .comparison,
    .menu_top_sp {
        margin-top: 20px;
    }

    .comparison_read strong::after {
        height: 5px;
        bottom: 1px;
    }

    .cleaning h2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .cleaning .flex_between.col_1730 li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .cleaning .flex_between.col_1730 li h3 {
        margin-top: 0;
    }

    .reason .col_1720 ul.flex_start {
        margin-top: -20px;
    }

    footer {
        background: url(../img/top/sp_footer_bg.png) no-repeat left top #d4feff;
        background-size: contain;
    }

    /* 11.20追加 */
    
    .comparison_read {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faq dl dd,
    .area_right p,
    .area_right dd,
    .reason li p,
    .cleaning .flex_between.col_1730 li p {
        font-weight: bold;
    }

    .sp_area_person {
        /* padding-bottom: 30px; */
    }

    .reason {
        background-color: #d4feff;
        /* background: url(../img/top/reason_bg_sp.png) no-repeat left top;
        background-size: 102%; */
        background-image: url(../img/top/reason_bg_sp_top.png),url(../img/top/reason_bg_sp.png),url(../img/top/reason_bg_sp_bottom.png);
        background-repeat: no-repeat,no-repeat,no-repeat;
        background-position: left top,left top 100px,left bottom;
        background-size: contain;
    }

    .sp_bottom_footer {
        position: fixed; 
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9990;
    }
    
    .sp_bottom_footer p a {
        /* height: 60px;
        font-size: 16px; */
        height: 70px;
        font-size: 26px;
        background: #ffa748;
        color: #FFF;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer {
        padding-bottom: 70px;
    }

    /* 11.20追加 */

    .company_btn a {
        font-size: 1.4rem;
    }

    .ft_sub_inner p {
        font-size: 1.1rem;
    }

    body.page-id-1010 {
        /* background: url(../img/company/title_bg.png) no-repeat right 20% top 6%;
        background-size: 50%; */
        background: none;
    }

    .company_page h1 {
        width: 240px;
        width: auto;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .company_page h1 img {
        width: 50%;
    }

    .company_page h1 img:nth-child(2) {
        width: 25%;
    }


    .child_page {
        padding-top: 100px;
        /* background: url(../img/company/company_sp_bg.png) no-repeat right top;
        background-size: 30%; */
    }

    .company_top {
        margin-top: 10px;
    }

    .company_top dl {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .company_btn a {
        width: 230px;
    }

    .company_sp_bg {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 9999;
    }






}

/* レスポンシブ　ここまで */

[id^="anc"] {
    scroll-margin-top: 80px; /* 通常ヘッダーの高さに合わせる */
}
  
/* sticky状態やスマホ表示のときに高さが変わる場合 */
  @media (max-width: 1279px) {
    [id^="anc"] {
      scroll-margin-top: 60px; /* 中サイズ用に少し減らす */
    }
  }
