@charset "UTF-8";

/*
Theme Name: nekonotehonpo
*/
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
figure,
a,
table,
tr,
th,
td,
address,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    vertical-align: baseline;
    box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div,
label,
input,
textarea,
select,
span {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: content-box;
    border-style: none;
    vertical-align: middle;
}

.pc_only {
    display: none;
}

.pcbr {
    display: none;
}

@media screen and (min-width: 768px) {

    a,
    a:hover {
        transition: 0.2s;
    }

    .pc_only {
        display: block;
    }

    .sp_only {
        display: none;
    }

    .pcbr {
        display: block;
    }

    .spbr {
        display: none;
    }
}

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

全体設定

===========================*/
html {
    height: 100%;
    font-size: 62.5%;
    touch-action: manipulation;
}

body {
    height: 100%;
    color: #000;
    font-size: 1.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 58px;
}

@media (min-width: 992px) {
    body {
        padding-top: 90px;
    }
}

body.noscroll {
    overflow: hidden;
}

/* コンテンツ量が少なくてもフッターを最下部に配置する */
html,
body {
    height: 100%;
}

body>footer {
    position: sticky;
    top: 100vh;
}

span {
    font-weight: inherit;
}

/* ------------------------------------
  レイアウト
--------------------------------------- */
/* インナー 
--------------------------------------- */
.inner {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}

/* サイドバーありのレイアウト 
--------------------------------------- */
.content {
    display: flex;
    flex-wrap: wrap;
}

.content-main {
    width: 100%;
}

@media (min-width: 992px) {
    .content-main {
        width: 62.5%;
    }
}

.content-side {
    width: 100%;
    margin-top: 80px;
}

@media (min-width: 992px) {
    .content-side {
        width: 27.9166666667%;
        margin-left: auto;
        margin-top: 0;
    }
}

/* ------------------------------------
  コンポーネント
--------------------------------------- */
/* ボタン 
--------------------------------------- */
.btn {
    width: 220px;
    padding: 15px 30px;
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #D11277 url(./img/common/icon_btn01.svg) no-repeat right 20px center/8px 12px;
    border-radius: 25px;
    transition: 0.2s;
}

.btn:hover {
    color: #fff;
    transition: 0.2s;
}

.btn:focus {
    box-shadow: none;
}

@media (min-width: 768px) {
    .btn {
        width: 250px;
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .btn:hover {
        filter: brightness(120%);
    }
}

/* 見出し 
--------------------------------------- */
/* テキストのみ */
.heading01 {
    margin-bottom: 30px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-align: center;
}

@media (min-width: 768px) {
    .heading01 {
        margin-bottom: 60px;
        font-size: 2.8rem;
    }
}

/* 帯の背景付き（サブカラー） */
.heading02 {
    margin-bottom: 40px;
    padding: 15px 20px;
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-align: center;
    background-color: #F9D8E6;
}

@media (min-width: 768px) {
    .heading02 {
        margin-bottom: 80px;
        padding: 20px 5px;
        font-size: 2.8rem;
    }

    .heading02 .dot {
        background-image: radial-gradient(circle at center, #D11277 24%, transparent 24%);
    }
}

/* 帯の背景付き（メインカラー・細め） */
.heading03 {
    margin-bottom: 20px;
    padding: 8px 20px;
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background-color: #D11277;
}

@media (min-width: 768px) {
    .heading03 {
        margin-bottom: 50px;
        font-size: 3.2rem;
    }
}

/* 下線マーカー付き */
.heading04 {
    margin-bottom: 30px;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    text-align: center;
}

@media (min-width: 768px) {
    .heading04 {
        margin-bottom: 60px;
        font-size: 3.2rem;
    }
}

.heading04 span {
    padding-right: 10px;
    padding-left: 10px;
    background: linear-gradient(transparent 68%, #F9D8E6 68%);
}

.heading04 span::after {
    content: "";
    margin-left: -0.2em;
}

@media not screen and (min-width: 768px) {
    .heading04--ls-small {
        letter-spacing: 0.1em;
    }
}

/* 文字の上にドット 
--------------------------------------- */
.dot {
    background-image: radial-gradient(circle at center, #D11277 15%, transparent 15%);
    background-position: top left -0.1em;
    background-repeat: repeat-x;
    background-size: 1.2em 0.3em;
    padding-top: 0.6em;
    letter-spacing: 0.2em;
    display: inline-block;
}

@media (min-width: 768px) {
    .dot {
        background-image: radial-gradient(circle at center, #D11277 18%, transparent 18%);
    }
}

/* カード 
--------------------------------------- */
.card {
    display: flex;
    gap: 15px;
    flex-direction: row;
    border: none;
    border-radius: 0;
}

@media (min-width: 768px) {
    .card {
        flex-direction: column;
        gap: 20px;
    }
}

@media (min-width: 992px) {
    .card:hover {
        filter: brightness(105%);
    }
}

.card-img {
    width: 125px;
    height: 86px;
    flex-shrink: 0;
    border-radius: 0;
}

.card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    .card-img {
        width: 100%;
        height: auto;
        padding-top: 70%;
        position: relative;
    }

    .card-img img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.card-body {
    flex: inherit;
    padding: 0;
}

.card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (min-width: 768px) {
    .card-meta {
        gap: 15px;
    }
}

.card-date {
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    color: #D11277;
}

@media (min-width: 768px) {
    .card-date {
        font-size: 1.4rem;
    }
}

.card-label {
    padding: 2px 4px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    background-color: #D11277;
    border-radius: 3px;
}

@media (min-width: 768px) {
    .card-label {
        padding: 4px 6px;
        font-size: 1.4rem;
        border-radius: 4px;
    }
}

.card-title {
    font-size: 1.2rem;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .card-title {
        font-size: 1.5rem;
        line-height: 1.7466666667;
    }
}

.card-title:not(:first-child) {
    margin-top: 6px;
}

@media (min-width: 768px) {
    .card-title:not(:first-child) {
        margin-top: 10px;
    }
}

/* カード 一覧表示
--------------------------------------- */
.card-list {
    display: grid;
    gap: 25px;
}

@media (min-width: 768px) {
    .card-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px 30px;
    }
}

.card-list-item {
    width: 100%;
}

/* 制作実績 */
@media (min-width: 768px) {
    .card-list--works {
        gap: 50px 30px;
    }
}

/* カテゴリー 一覧表示
--------------------------------------- */
.category-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

@media (min-width: 768px) {
    .category-list {
        display: flex;
        gap: 20px;
    }
}

.category-list a {
    padding: 10px 15px;
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #D11277;
    border-radius: 8px;
}

@media (min-width: 768px) {
    .category-list a {
        font-size: 1.6rem;
        border-radius: 10px;
    }
}

@media (min-width: 992px) {
    .category-list a:hover {
        filter: brightness(120%);
    }
}

/* お掃除プランのリンク一覧
--------------------------------------- */
.plan-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

@media (min-width: 768px) {
    .plan-list {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }
}

.plan-list-item {
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.plan-list-link {
    padding: 20px 10px;
    display: block;
}

@media (min-width: 992px) {
    .plan-list-link:hover {
        filter: brightness(110%);
    }
}

@media (min-width: 1200px) {
    .plan-list-link {
        padding: 30px 15px;
    }
}

.plan-list-img img {
    width: 88px;
}

@media (min-width: 1200px) {
    .plan-list-img img {
        width: 120px;
    }
}

.plan-list-text {
    margin-top: 15px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

@media (min-width: 1200px) {
    .plan-list-text {
        margin-top: 20px;
        font-size: 1.6rem;
    }
}

/* よくある質問
--------------------------------------- */
.faq {
    padding-top: 80px;
}

@media (min-width: 768px) {
    .faq {
        padding-top: 120px;
    }
}

.faq-list {
    width: 865px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.faq-list-item {
    position: relative;
    border: 1px solid #F9D8E6;
    border-radius: 12px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .faq-list-item {
        border-radius: 16px;
    }
}

.faq-list-item:not(:first-child) {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .faq-list-item:not(:first-child) {
        margin-top: 25px;
    }
}

.faq-list-item::before,
.faq-list-item::after {
    content: "";
    width: 13px;
    height: 2px;
    background-color: #D11277;
    border-radius: 4px;
    position: absolute;
    top: 25px;
    right: 16px;
    z-index: 1;
}

@media (min-width: 768px) {

    .faq-list-item::before,
    .faq-list-item::after {
        width: 19px;
        height: 3px;
        top: 32px;
        right: 30px;
    }
}

.faq-list-item::after {
    transform: rotate(90deg);
    transition: 0.3s ease-in-out;
}

.faq-list-item.is-open::after {
    transform: rotate(0);
}

.faq-list-title {
    padding: 15px 42px 15px 46px;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.75;
    cursor: pointer;
}

@media (min-width: 768px) {
    .faq-list-title {
        padding: 20px 112px 20px 76px;
        font-size: 1.5rem;
        line-height: 1.7466666667;
    }
}

.faq-list-title::before {
    content: "Q";
    position: absolute;
    top: 16px;
    left: 15px;
    font-size: 2rem;
    line-height: 1;
    color: #D11277;
}

@media (min-width: 768px) {
    .faq-list-title::before {
        top: 19px;
        left: 30px;
        font-size: 2.8rem;
    }
}

.faq-list-item.is-open .faq-list-title {
    background-color: #F9D8E6;
}

.faq-list-content {
    display: none;
    padding: 15px 42px 15px 46px;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .faq-list-content {
        padding: 20px 112px 20px 76px;
        font-size: 1.5rem;
        line-height: 1.7466666667;
    }
}

.faq-list-content::before {
    content: "A";
    position: absolute;
    top: 16px;
    left: 15px;
    font-size: 2rem;
    line-height: 1;
    color: #000;
}

@media (min-width: 768px) {
    .faq-list-content::before {
        top: 19px;
        left: 30px;
        font-size: 2.8rem;
    }
}

/* テーブル 
--------------------------------------- */
.table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: separate;
}

.table th,
.table td {
    height: 46px;
    font-size: 1.2rem;
    line-height: 1.1666666667;
    text-align: center;
    border-top: 2px solid #D11277;
    border-left: 2px solid #D11277;
    vertical-align: middle;
}

@media (min-width: 768px) {

    .table th,
    .table td {
        width: 25%;
        font-size: 1.6rem;
    }
}

.table th:last-child,
.table td:last-child {
    border-right: 2px solid #D11277;
}

.table tr:last-child th,
.table tr:last-child td {
    border-bottom: 2px solid #D11277;
}

.table tr:first-child :first-child {
    border-top-left-radius: 12px;
}

.table tr:first-child :last-child {
    border-top-right-radius: 12px;
}

.table tr:last-child :first-child {
    border-bottom-left-radius: 12px;
}

.table tr:last-child :last-child {
    border-bottom-right-radius: 12px;
}

.table tr:first-child th {
    height: 54px;
    line-height: 1.5;
    color: #D11277;
    background-color: #F9D8E6;
}

@media (min-width: 768px) {
    .table tr:first-child th {
        font-size: 1.8rem;
    }
}

.table th:first-child {
    width: 90px;
    background-color: #F7F7F7;
}

@media (min-width: 768px) {
    .table th:first-child {
        width: 25%;
    }
}

/* 施工箇所 */
.table.table--spot td {
    font-size: 1.6rem;
    color: #D11277;
}

/* おうちの広さ */
.table.table--space tr:not(:first-child) th:first-child {
    padding-left: 8px;
    text-align: left;
}

@media (min-width: 768px) {
    .table.table--space tr:not(:first-child) th:first-child {
        padding-left: 28px;
    }
}

/* 作業時間 */
.table.table--hour th,
.table.table--hour td {
    width: auto;
    font-size: 1.6rem;
}

.table.table--hour tr:not(:first-child) th:first-child {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .table.table--hour tr:not(:first-child) th:first-child {
        font-size: 1.6rem;
    }
}

/* 下層ページタイトル
--------------------------------------- */
.page-head {
    background-color: #F9D8E6;
}

.page-head-inner {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .page-head-inner {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

.page-head-title {
    font-size: 2rem;
    letter-spacing: 0.2em;
    text-align: center;
    color: #D11277;
}

@media (min-width: 768px) {
    .page-head-title {
        font-size: 3.6rem;
    }
}

.page-head-title::before {
    content: "";
    width: 16px;
    height: 12px;
    display: block;
    margin: 0 auto 8px;
    background: url(./img/common/icon_page_title.svg) no-repeat center center/contain;
}

@media (min-width: 768px) {
    .page-head-title::before {
        width: 32px;
        height: 25px;
        margin-bottom: 12px;
    }
}

.page-head-title::after {
    content: "";
    margin-right: -0.2em;
}

/* 下層ページコンテンツ
--------------------------------------- */
.page-body {
    padding-top: 40px;
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    .page-body {
        padding-top: 80px;
        padding-bottom: 120px;
    }
}

/* ページ下部のお掃除プラン一覧 
--------------------------------------- */
.page-bottom-plan-heading {
    margin-bottom: 20px;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    line-height: 1.4;
    text-align: center;
    color: #D11277;
}

@media (min-width: 768px) {
    .page-bottom-plan-heading {
        font-size: 3.2rem;
    }
}

.page-bottom-plan-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #F9D8E6;
}

@media (min-width: 768px) {
    .page-bottom-plan-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* ------------------------------------
  ヘッダー
--------------------------------------- */
.header {
    width: 100%;
    height: 58px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #D11277;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 20;
}

@media (min-width: 992px) {
    .header {
        height: 90px;
    }
}

.header-inner {
    height: inherit;
    display: flex;
    align-items: center;
}

@media (min-width: 1200px) {
    .header-logo {
        margin-right: 1.667vw;
    }
}

@media (min-width: 1320px) {
    .header-logo {
        margin-right: 40px;
    }
}

.header-logo a {
    display: block;
}

@media (min-width: 992px) {
    .header-logo a:hover {
        filter: brightness(120%);
    }
}

.header-logo img {
    width: 200px;
}

@media (min-width: 768px) {
    .header-logo img {
        width: 220px;
    }
}

@media not screen and (min-width: 1200px) {
    .header-menu {
        display: none;
    }
}

@media (min-width: 1200px) {
    .header-menu {
        flex-grow: 1;
        display: flex;
        align-items: center;
    }
}

.header-sns {
    margin-left: auto;
}

@media (min-width: 992px) {
    .header-sns a:hover {
        filter: brightness(120%);
    }
}

.header-contact--tel {
    margin-left: auto;
}

.header-contact--mail {
    margin-left: 15px;
}

.header-contact a {
    height: 50px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #D11277;
    background-color: #fff;
    border-radius: 10px;
}

@media (min-width: 992px) {
    .header-contact a:hover {
        filter: brightness(120%);
    }
}

.header-contact--tel a {
    font-size: 1.8rem;
}

.header-contact--tel a .small {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.05em;
}

.header-contact--mail a {
    font-size: 1.6rem;
}

@media not screen and (min-width: 1200px) {
    .header-btn {
        display: block;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .header-btn {
        display: none;
    }
}

/* グローバルナビ */
.gnav-list {
    display: flex;
    gap: 2.5vw;
}

@media (min-width: 1200px) {
    .gnav-list {
        gap: 10px;
    }
}

.gnav-list li {
    height: 90px;
}

.gnav-list li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
    padding: 10px;
}

@media (min-width: 992px) {
    .gnav-list li a:hover {
        filter: brightness(120%);
    }
}

.gnav-list li.current-menu-item a {
    position: relative;
}

.gnav-list li.current-menu-item a::after {
    content: "";
    width: 14px;
    height: 7px;
    position: absolute;
    top: calc(50% + 15px);
    left: 50%;
    transform: translateX(-50%);
    background: url(./img/common/icon_gnav_active.svg) no-repeat center center/contain;
}

/* サブメニュー */
.gnav-list .sub-menu {
    padding: 20px 75px 30px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 50px;
    column-gap: 50px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    z-index: -1;
    display: none;
}

.gnav-list .sub-menu li {
    width: 250px;
    height: auto;
    border-bottom: 1px solid #F9D8E6;
}

.gnav-list .sub-menu li a {
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #000;
}

.gnav-list .sub-menu li a::after {
    content: none;
}

.gnav-list .sub-menu.is-open {
    display: block;
}

/* ハンバーガーメニュー
--------------------------------------- */
/* ハンバーガー 開く */
.hamburger-open {
    width: 90px;
    height: 36px;
    padding: 0;
    border: none;
    box-shadow: none;
    color: #D11277;
    background: #fff;
    cursor: pointer;
    font: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.15em;
    line-height: 1;
    border-radius: 6px;
}

.hamburger-open-icon {
    width: 14px;
    height: 14px;
    position: relative;
}

.hamburger-open-icon-bar {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 2px;
    background-color: #D11277;
}

.hamburger-open-icon-bar:nth-child(1) {
    top: 0;
}

.hamburger-open-icon-bar:nth-child(2) {
    top: 6px;
}

.hamburger-open-icon-bar:nth-child(3) {
    top: 12px;
}

.hamburger-open-text {
    font-size: 1.2rem;
}

/* ハンバーガー 中身 */
.hamburger-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.92);
    display: none;
    z-index: 21;
}

.hamburger-header {
    height: 58px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    background-color: #D11277;
}

@media (min-width: 992px) {
    .hamburger-header {
        height: 90px;
    }
}

.hamburger-header-inner {
    height: inherit;
    display: flex;
    align-items: center;
}

.hamburger-header-logo a {
    display: block;
}

.hamburger-header-logo img {
    width: 200px;
}

@media (min-width: 768px) {
    .hamburger-header-logo img {
        width: 220px;
    }
}

.hamburger-header-btn {
    margin-left: auto;
}

.hamburger-close {
    width: 90px;
    height: 36px;
    padding: 0;
    border: none;
    box-shadow: none;
    color: #D11277;
    background: #fff;
    cursor: pointer;
    font: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.15em;
    line-height: 1;
    border-radius: 6px;
}

.hamburger-close-icon {
    width: 14px;
    height: 14px;
    position: relative;
}

.hamburger-close-icon-bar {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 2px;
    background-color: #D11277;
}

.hamburger-close-icon-bar:nth-child(1) {
    transform: rotate(45deg);
}

.hamburger-close-icon-bar:nth-child(2) {
    transform: rotate(-45deg);
}

.hamburger-close-text {
    font-size: 1.2rem;
}

.hamburger-menu {
    padding-top: 15px;
}

.hamburger-menu-inner {
    width: 600px;
}

.hamburger-menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.hamburger-menu-list li {
    background-color: #fff;
    border: 2px solid #D11277;
    border-radius: 12px;
}

.hamburger-menu-list li a {
    min-height: 56px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #D11277;
}

.hamburger-menu-list li.menu-item-has-children {
    grid-column: 1/3;
}

/* サブメニュー */
.hamburger-menu-list .menu-item-has-children a {
    min-height: auto;
}

.hamburger-menu-list .sub-menu {
    padding: 0 13px 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 14px;
}

.hamburger-menu-list .sub-menu li {
    border: none;
    border-radius: 0;
}

.hamburger-menu-list .sub-menu li:nth-child(n+3) {
    border-top: 1px solid #E0E0E0;
}

.hamburger-menu-list .sub-menu a {
    min-height: auto;
    padding: 8px 0 8px 10px;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    color: #000;
    background: url(./img/common/icon_chevron_main.svg) no-repeat left center/6px auto;
}

.hamburger-menu-contact {
    margin-top: 15px;
}

.hamburger-menu-contact a {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #fff;
    background-color: #D11277;
    border-radius: 12px;
}

.hamburger-menu-contact a .small {
    font-size: 1rem;
    display: block;
    letter-spacing: 0.05em;
}

.hamburger-menu-contact--tel a {
    font-size: 1.8rem;
}

.hamburger-menu-contact--tel a img {
    margin-right: 11px;
    margin-left: 4px;
}

.hamburger-menu-contact--mail {
    font-size: 1.6rem;
}

.hamburger-menu-contact--mail a img {
    margin-right: 15px;
}

/* ------------------------------------
  フッター
--------------------------------------- */
.footer {
    padding-top: 40px;
    background-color: #F9D8E6;
}

@media (min-width: 768px) {
    .footer {
        padding-top: 50px;
    }
}

@media (min-width: 768px) {
    .footer-inner {
        display: grid;
        grid-template-columns: 280px 335px;
        justify-content: center;
        gap: 0 40px;
    }
}

.footer-logo {
    text-align: center;
}

@media (min-width: 768px) {
    .footer-logo {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .footer-logo a:hover {
        filter: brightness(120%);
    }
}

.footer-logo img {
    width: 220px;
}

.footer-info {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-info {
        margin-top: 10px;
        text-align: left;
    }
}

.footer-address {
    letter-spacing: 0.05em;
}

.footer-contact {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .footer-contact {
        margin-top: 10px;
    }
}

.footer-contact a {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #fff;
    background-color: #D11277;
    border-radius: 12px;
}

@media (min-width: 768px) {
    .footer-contact a {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .footer-contact a:hover {
        filter: brightness(120%);
    }
}

.footer-contact a .small {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {
    .footer-contact--tel {
        margin-top: 20px;
    }
}

.footer-contact--tel a {
    font-size: 1.8rem;
}

.footer-contact--tel a img {
    margin-right: 11px;
    margin-left: 4px;
}

.footer-contact--mail {
    font-size: 1.6rem;
}

.footer-contact--mail a img {
    margin-right: 15px;
}

.footer-nav-wrap {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .footer-nav-wrap {
        margin-top: 0;
        grid-row: 1/3;
        grid-column: 2/3;
    }
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.footer-nav li {
    background-color: #fff;
    border: 2px solid #D11277;
    border-radius: 12px;
}

.footer-nav li a {
    min-height: 56px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #D11277;
}

@media (min-width: 992px) {
    .footer-nav li a:hover {
        filter: brightness(120%);
    }
}

.footer-copyright {
    margin-top: 30px;
    padding: 10px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    background-color: #D11277;
}

@media (min-width: 768px) {
    .footer-copyright {
        margin-top: 50px;
    }
}

/* ------------------------------------
  投稿一覧
--------------------------------------- */
.archive-warp {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .archive-warp {
        margin-top: 50px;
    }
}

.archive-pagination {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .archive-pagination {
        margin-top: 80px;
    }
}

.noitem {
    text-align: center;
    font-size: 1.6rem;
}

/* ページネーション 
--------------------------------------- */
.nav-links {
    display: flex;
    justify-content: center;
}

.page-numbers {
    width: 36px;
    height: 36px;
    font-size: 1.4rem;
    line-height: 36px;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .page-numbers {
        width: 40px;
        height: 40px;
        font-size: 1.6rem;
        line-height: 40px;
    }
}

.page-numbers:not(:first-child) {
    margin-left: 15px;
}

.page-numbers.current {
    color: #fff;
    background: #D11277;
    border-color: #D11277;
}

.page-numbers.prev {
    background-image: url(./img/common/icon_pagination_prev.svg);
    background-repeat: no-repeat;
    background-size: 6px 10px;
    background-position: center center;
}

.page-numbers.next {
    background-image: url(./img/common/icon_pagination_next.svg);
    background-repeat: no-repeat;
    background-size: 6px 10px;
    background-position: center center;
}

@media (min-width: 992px) {
    a.page-numbers:hover {
        filter: brightness(120%);
    }
}

/* ------------------------------------
  投稿記事
--------------------------------------- */
.article-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (min-width: 768px) {
    .article-meta {
        gap: 15px;
    }
}

.article-published {
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    color: #D11277;
}

@media (min-width: 768px) {
    .article-published {
        font-size: 1.4rem;
    }
}

.article-label {
    padding: 2px 4px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    background-color: #D11277;
    border-radius: 3px;
}

@media (min-width: 768px) {
    .article-label {
        padding: 4px 6px;
        font-size: 1.4rem;
        border-radius: 4px;
    }
}

.article-title {
    margin-top: 10px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .article-title {
        margin-top: 15px;
        font-size: 2.2rem;
    }
}

.article-content {
    padding-top: 40px;
}

.article-content p,
.article-content li,
.article-content dl {
    font-size: 1.2rem;
    line-height: 1.75;
}

@media (min-width: 768px) {

    .article-content p,
    .article-content li,
    .article-content dl {
        font-size: 1.5rem;
        line-height: 1.7466666667;
    }
}

.article-content h2 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .article-content h2 {
        font-size: 1.8rem;
    }
}

.article-content p:not(:first-child) {
    margin-top: 1.75em;
}

.article-content img {
    width: 100%;
}

.article-archive {
    margin-top: 60px;
    text-align: center;
}

@media (min-width: 768px) {
    .article-archive {
        margin-top: 80px;
    }
}

.article-archive .btn {
    width: 260px;
}

@media (min-width: 768px) {
    .article-archive .btn {
        width: 310px;
    }
}

/* ------------------------------------
  サイドバー
--------------------------------------- */
.sidebar-title {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {
    .sidebar-title {
        margin-bottom: 20px;
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) {
    .sidebar .card-list {
        grid-template-columns: auto;
        gap: 25px;
    }

    .sidebar .card {
        flex-direction: row;
        gap: 15px;
    }

    .sidebar .card-img {
        width: 125px;
        height: 75px;
        padding-top: 0;
    }

    .sidebar .card-img img {
        position: static;
    }

    .sidebar .card-meta {
        gap: 10px;
    }

    .sidebar .card-date {
        font-size: 1.2rem;
    }

    .sidebar .card-label {
        padding: 2px 4px;
        font-size: 1.2rem;
        border-radius: 3px;
    }

    .sidebar .card-title {
        margin-top: 10px;
        font-size: 1.2rem;
        line-height: 1.75;
    }
}

/* ------------------------------------
  トップ
--------------------------------------- */
/* メインビジュアル 
--------------------------------------- */
.top-mv {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .top-mv {
        padding-top: 60px;
        padding-bottom: 90px;
    }
}

.top-mv-copy {
    text-align: center;
}

.top-mv-copy img {
    width: 584px;
    max-width: 83.5%;
}

.top-mv-img {
    text-align: center;
}

.top-mv-img img {
    width: 625px;
}

.top-mv-lead {
    margin-top: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.025em;
    line-height: 2.5;
    text-align: center;
}

@media (min-width: 768px) {
    .top-mv-lead {
        margin-top: 70px;
        font-size: 2rem;
        letter-spacing: 0.2em;
        line-height: 2.5;
    }
}

/* キャンペーン情報
--------------------------------------- */
.top-campaign {
    padding-bottom: 30px;
    background-color: #F9D8E6;
}

@media (min-width: 768px) {
    .top-campaign {
        padding-bottom: 80px;
    }
}

.top-campaign-list-wrap {
    width: 1040px;
    max-width: 100%;
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    .top-campaign-list-wrap {
        padding: 5px 20px 45px;
    }
}

.top-campaign-list-item {
    /* padding: 20px; */
    background-color: #fff;
    border-radius: 20px;
}

@media (min-width: 768px) {
    .top-campaign-list-item {
        /* padding: 40px; */
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    }
}

.top-campaign-list-img img {
    width: 100%;
}

/* swiper調整 */
.swiper-slide {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.top-campaign-list-wrap.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.top-campaign-list-wrap.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.top-campaign-list-wrap .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    border-radius: 0;
    background-color: #fff;
    opacity: 1;
    outline: none;
}

.top-campaign-list-wrap .swiper-pagination-bullet-active {
    background-color: #D11277;
}

/* お掃除プラン
--------------------------------------- */
.top-plan {
    padding-bottom: 30px;
    background-color: #F9D8E6;
}

@media (min-width: 768px) {
    .top-plan {
        padding-bottom: 50px;
    }
}

/* よくある質問
--------------------------------------- */
@media (min-width: 768px) {
    .top-faq {
        padding-top: 100px;
    }
}

/* 最新情報 
--------------------------------------- */
.top-news {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    .top-news {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.top-news-link {
    margin-top: 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .top-news-link {
        margin-top: 50px;
    }
}

/* ------------------------------------
  お掃除プラン詳細ページ
--------------------------------------- */
/* 共通パーツ 
--------------------------------------- */
.plan-content {
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    .plan-content {
        padding-bottom: 120px;
    }
}

.plan-content-inner {
    width: 1040px;
}

.plan-content-heading-has-note {
    margin-bottom: 18px;
}

.plan-content-heading-note {
    margin-bottom: 20px;
    font-size: 1.2rem;
    text-align: center;
}

@media (min-width: 768px) {
    .plan-content-heading-note {
        margin-bottom: 30px;
        font-size: 1.4rem;
    }
}

/* 価格一覧 
--------------------------------------- */
.service-list {
    display: grid;
    justify-content: center;
    align-items: start;
    gap: 40px;
}

@media (min-width: 768px) {
    .service-list.column-1 {
        display: flex;
    }

    .service-list {
        grid-template-columns: repeat(2, auto);
    }
}

@media (min-width: 992px) {
    .service-list {
        padding: 0 50px;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 50px;
    }
}

.service-item {
    display: flex;
    gap: 30px;
}

@media (min-width: 992px) {
    .service-item {
        gap: 40px;
    }
}

.service-item-img {
    width: 100px;
    flex-shrink: 0;
    text-align: center;
}

@media (min-width: 992px) {
    .service-item-img {
        width: 150px;
    }
}

.service-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-item-title {
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 8px;
    font-size: 1.6rem;
    letter-spacing: 0.025em;
    color: #D11277;
    background-color: #F9D8E6;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .service-item-title {
        font-size: 1.8rem;
    }
}

.service-item-title span {
    font-size: 1.2rem;
    display: block;
    padding-top: 5px;
    line-height: 1.25;
}

@media (min-width: 992px) {
    .service-item-title span {
        font-size: 1.4rem;
    }
}

.service-item-price-wrap {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    width: 100%;
}

.service-item-price {
    display: flex;
    justify-content: space-between;
}

.service-item-price-cp {
    display: block;
}

.service-item-price:not(:first-child) {
    margin-top: 10px;
}

.service-item-price dt,
.service-item-price dd {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
}

.service-item-price dt {
    width: 64px;
    margin-right: 12px;
    padding: 4px 0;
    flex-shrink: 0;
    text-align: center;
    border: 1px solid currentColor;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-item-price-cp dt {
    width: 100%;
    background-color: #D11277;
    color: #fff !important;
    padding: 8px 0;
    margin-bottom: 5px;
}

.service-item-price-cp dd {
    color: #D11277;
    text-align: right
}

.service-item-price:nth-of-type(n+2) dt {
    visibility: hidden;
}

.service-item-price dt.short {
    width: 46px;
}

.service-item-price dt.color-accent {
    color: #D11277;
    visibility: initial;
}

.service-item-price dd .num {
    margin-right: 2px;
    font-size: 1.8rem;
}

.service-item-hour {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
}

.service-item-hour dt,
.service-item-hour dd {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
}

.service-item-hour dt {
    width: 64px;
    margin-right: 12px;
    text-align: center;
}

.service-item-hour dd .num {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}

.service-item-note {
    margin-top: 15px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

/* 平日限定 */
.service-limited-item {
    padding: 20px;
    display: flex;
    gap: 25px;
    background-color: #fff;
    border: 5px solid #F9D8E6;
    border-radius: 10px;
}

@media (min-width: 992px) {
    .service-limited-item {
        padding: 25px 20px;
        gap: 30px;
        border-radius: 12px;
    }
}

@media (min-width: 1200px) {
    .service-limited-item {
        padding: 25px;
    }
}

.service-limited-img {
    width: 120px;
}

@media (min-width: 992px) {
    .service-limited-img {
        width: 150px;
    }
}

.service-limited-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #D11277;
}

@media (min-width: 992px) {
    .service-limited-title {
        font-size: 1.8rem;
    }
}

.service-limited-title::before,
.service-limited-title::after {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #D11277;
}

@media (min-width: 992px) {

    .service-limited-title::before,
    .service-limited-title::after {
        height: 20px;
    }
}

.service-limited-title::before {
    margin-right: 8px;
    transform: rotate(-28deg);
}

.service-limited-title::after {
    margin-left: 8px;
    transform: rotate(28deg);
}

.service-limited-text {
    margin-top: 10px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
}

@media (min-width: 992px) {
    .service-limited-text {
        font-size: 1.6rem;
    }
}

.service-limited-text .large {
    font-size: 1.6rem;
}

@media (min-width: 992px) {
    .service-limited-text .large {
        font-size: 2rem;
    }
}

.service-limited-text .medium {
    font-size: 1.4rem;
}

@media (min-width: 992px) {
    .service-limited-text .medium {
        font-size: 1.8rem;
    }
}

.service-limited-text .small {
    font-size: 1rem;
}

@media (min-width: 992px) {
    .service-limited-text .small {
        font-size: 1.3rem;
    }
}

/* オプション */
.service-item--option {
    align-items: center;
}

.service-item--option .service-item-price dt {
    margin-right: 20px;
}

.service-item--option .service-item-price:not(:first-child) {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .service-item--option {
        align-items: flex-start;
    }

    .service-item--option .service-item-price:first-child {
        margin-top: 38px;
    }
}

@media (min-width: 992px) {
    .service-item--option .service-item-price:first-child {
        margin-top: 46px;
    }
}

/* 作業について 
--------------------------------------- */
.work {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

@media (min-width: 768px) {
    .work {
        flex-direction: row;
        gap: 50px;
    }
}

.work-img {
    text-align: center;
}

@media (min-width: 768px) {
    .work-img {
        width: 38.7%;
        flex-shrink: 0;
    }
}

.work-img img {
    width: 100%;
}

.work-content-text {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .work-content-text {
        font-size: 1.6rem;
        letter-spacing: 0.05em;
    }
}

.work-content-note {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 2;
}

@media (min-width: 768px) {
    .work-content-note {
        margin-top: 30px;
        font-size: 1.4rem;
    }
}

/* ビフォーアフター 
--------------------------------------- */
.before-after {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

@media (min-width: 768px) {
    .before-after {
        margin-top: 90px;
        flex-direction: row;
        gap: 50px;
    }
}

.before-after-title {
    width: 120px;
    margin-right: auto;
    margin-left: auto;
    padding: 6px;
    position: relative;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #DDDDDD;
    border-radius: 5px;
    z-index: 1;
}

.before-after-img {
    margin-top: -10px;
}

@media (min-width: 768px) {
    .before-after-img {
        margin-top: 15px;
    }
}

.before-after-item--before .before-after-img {
    position: relative;
}

.before-after-item--before .before-after-img::after {
    content: "";
    width: 30px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: calc(100% + 15px);
    transform: translateX(-50%);
    background: url(./img/common/icon_triangle.svg) no-repeat center center/contain;
}

@media (min-width: 768px) {
    .before-after-item--before .before-after-img::after {
        top: 50%;
        left: calc(100% + 25px);
        transform: translate(-50%, -50%) rotate(-90deg);
    }
}

.before-after-item--after .before-after-title {
    color: #D11277;
    background-color: #F9D8E6;
}

/* 注意事項 
--------------------------------------- */
.notes {
    padding: 20px;
    border: 1px solid #D11277;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .notes {
        padding: 40px;
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .notes {
        padding: 40px 100px;
    }
}

.notes-list-item {
    padding-left: 1.3em;
    position: relative;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .notes-list-item {
        font-size: 1.6rem;
    }
}

.notes-list-item::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
    color: #D11277;
}

/* 利用方法 
--------------------------------------- */
.how-to-use {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    counter-reset: number 0;
}

.how-to-use-item {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .how-to-use-item {
        font-size: 1.8rem;
        line-height: 1.5;
    }
}

.how-to-use-item:not(:first-child) {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .how-to-use-item:not(:first-child) {
        margin-top: 40px;
    }
}

.how-to-use-item::before {
    content: counter(number);
    counter-increment: number 1;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    text-align: center;
    color: #D11277;
    background-color: #F9D8E6;
    border: 2px solid currentColor;
    border-radius: 50%;
}

/* 作業手順 
--------------------------------------- */
.process {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.process-item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
    .process-item {
        padding: 30px;
        flex-direction: row;
        align-items: center;
        gap: 50px;
        border-radius: 20px;
    }
}

.process-item:not(:first-child) {
    margin-top: 55px;
    position: relative;
}

@media (min-width: 768px) {
    .process-item:not(:first-child) {
        margin-top: 75px;
    }
}

.process-item:not(:first-child)::before {
    content: "";
    width: 30px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
    background: url(./img/common/icon_triangle.svg) no-repeat center center/contain;
}

@media (min-width: 768px) {
    .process-item:not(:first-child)::before {
        top: -45px;
    }
}

@media (min-width: 768px) {
    .process-img {
        width: 35.7142857143%;
        flex-shrink: 0;
    }
}

.process-img img {
    width: 100%;
    border-radius: 10px;
}

.process-num {
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: #D11277;
}

.process-num .num {
    margin-left: 8px;
    font-size: 4rem;
    letter-spacing: 0.1em;
}

.process-text {
    margin-top: 18px;
    padding-right: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .process-text {
        padding-right: 0;
        font-size: 1.8rem;
        letter-spacing: 0.05em;
        line-height: 1.5;
    }
}

/* 空室丸ごとクリーニングとは 
--------------------------------------- */
.whole-vacancy-about {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (min-width: 768px) {
    .whole-vacancy-about {
        flex-direction: row;
        gap: 50px;
    }
}

.whole-vacancy-about-img {
    text-align: center;
}

@media (min-width: 768px) {
    .whole-vacancy-about-img {
        width: calc(50% - 25px);
    }
}

@media (min-width: 768px) {
    .whole-vacancy-about-content {
        width: calc(50% - 25px);
    }
}

.whole-vacancy-about-label-list {
    width: -moz-fit-content;
    width: fit-content;
}

.whole-vacancy-about-label {
    padding: 10px 38px 10px 20px;
    position: relative;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #fff;
    background-color: #D11277;
    -webkit-clip-path: polygon(0% 0%, 100% 0, calc(100% - 13px) 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, calc(100% - 13px) 50%, 100% 100%, 0% 100%);
}

@media (min-width: 992px) {
    .whole-vacancy-about-label {
        font-size: 2rem;
        -webkit-clip-path: polygon(0% 0%, 100% 0, calc(100% - 15px) 50%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0, calc(100% - 15px) 50%, 100% 100%, 0% 100%);
    }
}

.whole-vacancy-about-label:not(:first-child) {
    margin-top: 20px;
    padding-right: 46px;
}

@media (min-width: 992px) {
    .whole-vacancy-about-label:not(:first-child) {
        margin-top: 25px;
    }
}

.whole-vacancy-about-text {
    margin-top: 30px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .whole-vacancy-about-text {
        margin-top: 40px;
        font-size: 1.6rem;
        letter-spacing: 0.05em;
    }
}

/* こんな事も対応可能！
--------------------------------------- */
.available {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 768px) {
    .available {
        flex-direction: row;
        gap: 100px;
        justify-content: center;
    }
}

.available-label-list {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, minmax(auto, 200px));
    justify-content: center;
}

@media (min-width: 768px) {
    .available-label-list {
        gap: 25px;
    }
}

@media (min-width: 992px) {
    .available-label-list.column-4 {
        grid-template-columns: repeat(4, minmax(auto, 200px));
    }
}

.available-label {
    padding: 10px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background-color: #D11277;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 768px) {
    .available-label {
        font-size: 2rem;
    }
}

.available-label span {
    display: block;
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .available-label span {
        font-size: 1.4rem;
    }
}

.available-text {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
}

.available-img {
    text-align: center;
}

.available-img img {
    width: 96px;
}

@media (min-width: 768px) {
    .available-img img {
        width: 168px;
    }
}

/* 定期訪問クリーニングの価格一覧
--------------------------------------- */
.periodic-visits-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

@media (min-width: 768px) {
    .periodic-visits-price {
        gap: 50px;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .periodic-visits-price-item {
        width: calc(50% - 25px);
    }
}

@media (min-width: 768px) {
    .periodic-visits-price-table {
        width: calc(50% - 25px);
        max-width: 451px;
    }
}

/* 定期訪問クリーニングとは？
--------------------------------------- */
.periodic-visits-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

@media (min-width: 768px) {
    .periodic-visits-about {
        flex-direction: row;
        gap: 50px;
    }
}

@media (min-width: 992px) {
    .periodic-visits-about {
        gap: 100px;
    }
}

.periodic-visits-about-img {
    flex-shrink: 0;
}

.periodic-visits-about-img img {
    width: 150px;
}

@media (min-width: 768px) {
    .periodic-visits-about-img img {
        width: 200px;
    }
}

@media (min-width: 768px) {
    .periodic-visits-about-content {
        max-width: 563px;
    }
}

.periodic-visits-about-text {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .periodic-visits-about-text {
        font-size: 1.6rem;
        letter-spacing: 0.05em;
    }
}

/* ------------------------------------
  対応地域ページ
--------------------------------------- */
.area-lead {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
    line-height: 2.5;
    text-align: center;
}

@media (min-width: 768px) {
    .area-lead {
        font-size: 2rem;
        letter-spacing: 0.2em;
    }
}

.area-map {
    margin-top: 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .area-map {
        margin-top: 60px;
    }
}

.area-map img {
    width: 300px;
}

@media (min-width: 768px) {
    .area-map img {
        width: 600px;
    }
}

.area-list-wrap {
    width: 1040px;
    max-width: 100%;
    margin: 40px auto 0;
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 768px) {
    .area-list-wrap {
        margin-top: 50px;
    }
}

.area-list-title {
    padding: 5px 15px;
    position: relative;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
}

@media (min-width: 768px) {
    .area-list-title {
        padding: 10px 20px;
        font-size: 3.2rem;
    }
}

.area-list-title::before {
    content: "";
    width: 28px;
    height: 22px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: -2px;
    background: url(./img/area/icon_paw.svg) no-repeat center center/contain;
}

@media (min-width: 768px) {
    .area-list-title::before {
        width: 42px;
        height: 33px;
        margin-right: 15px;
    }
}

.area-list-title::after {
    content: "";
    width: 100%;
    height: 20px;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media (min-width: 768px) {
    .area-list-title::after {
        height: 30px;
    }
}

.area-list-title.hyogo::after {
    background-color: #FFF8A0;
}

.area-list-title.osaka::after {
    background-color: #F8C099;
}

.area-list-title.kyoto::after {
    background-color: #C5DFA1;
}

.area-list-title.nara::after {
    background-color: #BAE3F9;
}

.area-list-title.shiga::after {
    background-color: #F5B5C3;
}

.area-list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 0;
}

@media (min-width: 768px) {
    .area-list {
        margin-top: 25px;
        grid-template-columns: repeat(5, 1fr);
    }
}

.area-list li {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .area-list li {
        font-size: 1.6rem;
    }
}

.area-secondary-heading {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .area-secondary-heading {
        margin-top: 60px;
        margin-bottom: 50px;
    }
}

.area-footer-img {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .area-footer-img {
        margin-top: 50px;
    }
}

/* ------------------------------------
  依頼方法ページ
--------------------------------------- */
.flow-list {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.flow-list-item {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
    .flow-list-item {
        padding: 40px 50px;
        flex-direction: row;
    }
}

.flow-list-item:not(:first-child) {
    margin-top: 55px;
    position: relative;
}

@media (min-width: 768px) {
    .flow-list-item:not(:first-child) {
        margin-top: 75px;
    }
}

.flow-list-item:not(:first-child)::before {
    content: "";
    width: 30px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
    background: url(./img/common/icon_triangle.svg) no-repeat center center/contain;
}

@media (min-width: 768px) {
    .flow-list-item:not(:first-child)::before {
        top: -45px;
    }
}

.flow-list-img {
    text-align: center;
}

@media (min-width: 768px) {
    .flow-list-img {
        order: 3;
        flex-shrink: 0;
        margin-left: 30px;
    }
}

.flow-list-img img {
    width: 150px;
}

.flow-list-num {
    margin-top: 25px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-align: center;
    color: #D11277;
}

@media (min-width: 768px) {
    .flow-list-num {
        width: 80px;
        margin-top: auto;
        margin-bottom: auto;
        flex-shrink: 0;
    }
}

.flow-list-num>span {
    display: block;
}

.flow-list-num .num {
    font-size: 6rem;
}

.flow-list-content {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .flow-list-content {
        margin-top: 0;
        margin-left: 40px;
        flex-grow: 1;
    }
}

.flow-list-title {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    color: #D11277;
}

@media (min-width: 768px) {
    .flow-list-title {
        padding-bottom: 10px;
        font-size: 2.8rem;
        text-align: left;
        border-bottom: 2px solid #D11277;
    }
}

.flow-list-text {
    margin-top: 15px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .flow-list-text {
        font-size: 1.6rem;
        letter-spacing: 0.05em;
    }
}

.howto-footer-img {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .howto-footer-img {
        margin-top: 50px;
    }
}

/* ------------------------------------
  会社概要ページ
--------------------------------------- */
.company-overview {
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    .company-overview {
        padding-bottom: 100px;
    }
}

.company-overview-table {
    table-layout: fixed;
    border-collapse: collapse;
}

@media (min-width: 768px) {
    .company-overview-table {
        margin-right: auto;
        margin-left: auto;
    }
}

.company-overview-table th,
.company-overview-table td {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
}

@media (min-width: 768px) {

    .company-overview-table th,
    .company-overview-table td {
        font-size: 1.8rem;
        line-height: 1.5;
    }
}

.company-overview-table tr:not(:first-child) th,
.company-overview-table tr:not(:first-child) td {
    padding-top: 16px;
}

@media (min-width: 768px) {

    .company-overview-table tr:not(:first-child) th,
    .company-overview-table tr:not(:first-child) td {
        padding-top: 24px;
    }
}

.company-overview-table th {
    width: 74px;
    padding-right: 20px;
    text-align: right;
}

@media (min-width: 768px) {
    .company-overview-table th {
        width: 106px;
        padding-right: 25px;
    }
}

.company-overview-table td {
    padding-left: 20px;
    border-left: 1px solid #F9D8E6;
}

@media (min-width: 768px) {
    .company-overview-table td {
        padding-left: 25px;
    }
}

.company-overview-table .tel {
    /* iOSのchromeで自動リンクになるのを無効化 */
    pointer-events: none;
    text-decoration: none;
}

/* 代表挨拶 */
.company-greeting-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
}

@media (min-width: 768px) {
    .company-greeting-wrap {
        width: -moz-fit-content;
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
        gap: 0;
    }
}

.company-greeting-img {
    margin-top: -95px;
    z-index: -1;
}

@media (min-width: 768px) {
    .company-greeting-img {
        margin-top: -200px;
        margin-right: -25px;
    }
}

.company-greeting-img img {
    width: 300px;
}

@media (min-width: 768px) {
    .company-greeting-img img {
        width: 416px;
    }
}

.company-greeting-text {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2;
}

@media (min-width: 768px) {
    .company-greeting-text {
        font-size: 1.8rem;
    }
}

/* ------------------------------------
  お問い合わせ
--------------------------------------- */
/* フォーム全体
------------------------------*/
@media (min-width: 768px) {
    .contact .page-body {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .contact .page-body {
        padding-bottom: 0;
    }
}

.contact-form-wrap {
    margin-top: 40px;
    margin-bottom: -80px;
    padding: 40px 20px 80px;
    background-color: #F9D8E6;
    border-radius: 32px 32px 0 0;
}

@media (min-width: 768px) {
    .contact-form-wrap {
        margin: 50px auto 0;
        padding: 40px 50px 50px;
        border-radius: 32px;
    }
}

.assess-form {
    max-width: 910px;
    margin: auto;
    margin-right: -20px;
    margin-left: -20px;
}

.p-country-name {
    display: none;
}

.assess-form:focus {
    outline: none;
}

.assess-form .form-bg {
    background-color: #F9D8E6;
    border-radius: 32px 32px 0 0;
    padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .assess-form {
        margin: auto;
        padding: 0 30px;
    }

    .assess-form .form-bg {
        border-radius: 32px;
        padding-bottom: 50px;
    }
}

/* フォームヘッダー
------------------------------*/
.form-header {
    margin-bottom: 40px;
}

.contact-lead {
    font-size: 1.4rem;
    letter-spacing: 0.025em;
    line-height: 2;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .form-header {
        text-align: center;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .contact-lead {
        font-size: 1.8rem;
    }
}

.form-check {
    font-size: 2rem;
    letter-spacing: 0.1em;
    padding: 0;
    display: none;
}

/* フォームテーブル
------------------------------*/
.mw-form {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: 1.6rem;
    font-weight: 400;
}

.mw-form tr {
    display: block;
    list-style-type: none;
    padding: 40px 20px 0;
}

.mw-form tr:first-child {
    padding-top: 40px;
}

.mw-form th,
.mw-form td {
    display: list-item;
    vertical-align: middle;
    text-align: left;
}

.mw-form th {
    letter-spacing: 0.025em;
}

.mw-form td {
    padding: 8px 0 0;
}

.mw-form tr.ms td {
    border-bottom: none;
}

@media screen and (min-width: 768px) {
    .mw-form tr.ms th {
        padding-top: 57px;
        vertical-align: top;
    }
}

@media screen and (min-width: 768px) {
    .mw-form {
        border: none;
    }

    .mw-form tr {
        display: table-row;
    }

    .mw-form th,
    .mw-form td {
        display: table-cell;
        padding: 40px 15px 0;
    }

    .mw-form th {
        width: 35%;
        text-align: right;
    }

    .mw-form td {
        width: 65%;
        position: relative;
        padding-right: 50px;
        line-height: 1.5;
    }
}

@media screen and (min-width: 768px) {

    /*項目名高さ調整*/
    .mw-form tr.address-list th,
    .mw-form tr.ms th {
        padding-top: 57px;
        vertical-align: top;
    }

    .mw-form tr.date-pick th {
        padding-top: 82px;
        vertical-align: top;
    }

    .mw-form tr.parking th {
        padding-top: 39px;
        vertical-align: top;
    }
}

/* 必須・任意タグ
------------------------------*/
.mw-form .required,
.mw-form .option {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    line-height: 1.75;
    display: inline-block;
    margin: 0 auto 0 10px;
    padding: 0 10px;
    border-radius: 4px;
    font-weight: 700;
}

.mw-form .required {
    background: #D11277;
}

.mw-form .option {
    background-color: #fff;
    color: #000;
}

/* テーブル内の補足
------------------------------*/
.mw-form .note {
    font-size: 1.4rem;
    margin-top: 25px;
    line-height: 1.25;
}

/* エラーメッセージ
------------------------------*/
.mw_wp_form .error {
    color: #fa4f52 !important;
    font-size: 1.4rem !important;
    padding-top: 4px;
}

.mw_wp_form td .error {
    position: absolute;
}

.mw_wp_form .agreement .error {
    padding-top: 0;
    line-height: 1;
    margin-bottom: 30px;
    padding-left: 30px;
}

/* テキストボックス
------------------------------*/
.mw-form input[type=text],
.mw-form textarea {
    font-size: 16px;
    background-color: #fff;
    border: none;
    padding: 15px;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-family: sans-serif;
    border-radius: 8px;
}

.mw-form textarea::-moz-placeholder {
    color: #c1c1c1;
}

.mw-form textarea::placeholder {
    color: #c1c1c1;
}

/* テキストボックスの長さ調整
------------------------------*/
.mw-form .name {
    width: 50%;
}

.mw-form .long {
    width: 100%;
}

.mw-form .tel {
    width: 50%;
}

.mw-form textarea {
    width: 100%;
}

/* セレクトボックス
------------------------------*/
.mw-form .select-box {
    width: 75%;
    position: relative;
    z-index: 0;
}

.mw-form .select-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 5px;
    right: 21px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
    z-index: 11;
    cursor: pointer;
}

.mw-form select {
    width: 100%;
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    padding: 15px;
    font-size: 16px;
    position: relative;
    z-index: 10;
    color: #000;
    border-radius: 8px;
}

.mw-form select::-ms-expand {
    display: none;
}

@media screen and (min-width: 768px) {
    .mw-form .select-box {
        width: 50%;
    }
}

/* チェックボックス
------------------------------*/
.mwform-checkbox-field label,
.mwform-radio-field label {
    cursor: pointer;
}

/* 住所
------------------------------*/
.mw-form .address-list input,
.mw-form .address-list .select-box {
    margin-bottom: 15px;
}

.mw-form .address-list td span {
    display: block;
    margin-bottom: 8px;
}

.mw_wp_form .address-list td .error {
    position: relative;
    top: -15px
}

.mw_wp_form .address-list input:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .mw-form .select-box {
        width: 50%
    }
}

/* 作業希望日
------------------------------*/
.date-pick span {
    display: block;
    margin-bottom: 8px;
}

.date-pick .date {
    display: flex;
    margin-bottom: 15px;
}

.date-pick .date input {
    width: 100%;
}

.date-pick .date input:first-of-type {
    margin-right: 15px;
}

.date-pick .note {
    font-size: 1.2rem;
    margin-top: 10px;
}

.hasDatepicker {
    cursor: pointer;
}

/* アップロード
------------------------------*/
.assess-form .upload input {
    margin: 10px auto;
}

/* キャンセルポリシー&個人情報保護方針枠
------------------------------*/
.policy-note-head {
    font-size: 1.6rem;
    text-align: center;
    margin: 50px auto 15px;
}

@media screen and (min-width: 768px) {
    .policy-note-head {
        font-size: 1.8rem;
        margin: 50px auto 15px;
    }
}

.policy-note {
    max-width: 100%;
    /* height: 280px; */
    /* border: solid 2px #D11277; */
    margin: 0 20px 35px;
    /* padding: 10px 10px 10px; */
    /* overflow-y: scroll; */
    /* background-color: #fff; */
    line-height: 1.5;
    font-family: sans-serif;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .policy-note {
        /* height: 280px; */
        margin: 0 50px 35px;
        /* padding: 10px 15px 10px; */
    }
}

.policy-note h2 {
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
}

.policy-note dt {
    font-size: 1.2em;
    font-weight: 700;
}

.policy-note dd {
    margin: 0.25em auto 1.5em;
}

.policy-note li {
    font-weight: 700;
    margin: 1em auto;
}

.policy-note p {
    margin-bottom: 1em;
}

.policy-note .policy-note-list {
    padding-left: 1.55em;
}

.policy-note .policy-note-list li {
    font-weight: normal;
    list-style: auto;
}

/* 同意
------------------------------*/
.assess-form .agreement {
    text-align: center;
    margin: 40px auto 25px;
    transform: translateX(-20px);
    font-size: 1.6rem;
    line-height: 1.75;
}

.assess-form .agreement a {
    text-decoration: underline;
}

.assess-form .agreement .red {
    color: #D11277;
    margin-right: 0.5em;
}

/* 同意チェックボックス
------------------------------*/
.agreement .checkbox-input {
    display: none;
}

.agreement .mwform-checkbox-field-text {
    position: relative;
}

.agreement .mwform-checkbox-field-text::before {
    content: "";
    cursor: pointer;
    display: block;
    position: absolute;
    top: -27px;
    left: 15px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 23px;
    height: 23px;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 4px;
}

.agreement .checkbox-input:checked+.mwform-checkbox-field-text {
    color: #D11277;
}

.agreement .checkbox-input:checked+.mwform-checkbox-field-text::after {
    content: "";
    display: block;
    position: absolute;
    top: -14px;
    left: 23px;
    width: 8px;
    height: 18px;
    transform: rotate(40deg);
    border-bottom: 3px solid #D11277;
    border-right: 3px solid #D11277;
}

/* 送信ボタン
------------------------------*/
.assess-form .submit-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

.assess-form .submit-btn input[type=submit] {
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    letter-spacing: 0.1em;
    background: #fff;
    border: none;
    width: 300px;
    padding: 12px;
    margin: 10px 15px;
    transition: 0.2s;
    border-radius: 50px;
    background-color: #D11277;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
}

.assess-form .submit-btn input[type=submit]:hover {
    filter: brightness(120%);
}

.assess-form .submit-btn input[type=submit].back-btn {
    background: #fff;
    border: #fff;
    color: #000;
}

.mw_wp_form_confirm .form-header .form-check {
    display: block !important;
    text-align: center
}

.mw_wp_form_confirm .form-header p {
    padding: 0 20px;
    display: none
}

.mw_wp_form_confirm .mw-form tr span {
    display: none
}

.mw_wp_form_confirm .mw-form .select-box:before {
    content: none
}

.mw_wp_form_confirm .assess-form .agreement {
    display: none
}

.mw_wp_form_confirm .submit-btn {
    padding-top: 30px
}

.mw_wp_form_confirm .mw-form tr.ms td {
    line-height: 1.5
}

.mw_wp_form_confirm .address-list .select-box {
    margin-bottom: 0;
}

.mw_wp_form_confirm .date-pick .date {
    margin-bottom: 0;
}

.mw_wp_form_confirm .policy-note-head {
    display: none;
}

.mw_wp_form_confirm .policy-note {
    display: none;
}

.mw_wp_form_confirm .mw-form .note {
    display: none;
}

.mw-form .confirm-note {
    display: none;
    ;
}

.mw_wp_form_confirm .mw-form .confirm-note {
    display: block !important;
    margin-top: 10px;
    color: #D11277;
}

@media screen and (max-width: 767px) {
    .mw_wp_form_confirm .mw-form th {
        border-bottom: 1px solid;
        padding-bottom: 3px;
        color: #D11277;
    }

    .mw_wp_form_confirm .mw-form td {
        padding-top: 3px;
    }
}

@media screen and (min-width: 768px) {

    /*項目名高さ調整*/
    .mw_wp_form_confirm .mw-form tr.ms th,
    .mw_wp_form_confirm tr.address-list th,
    .mw_wp_form_confirm tr.ms th,
    .mw_wp_form_confirm tr.date-pick th,
    .mw_wp_form_confirm tr.parking th {
        padding-top: 44px;
    }
}

/* 送信完了画面
------------------------------*/
.success {
    text-align: center;
    line-height: 2;
    padding: 0 10px 60px;
    font-size: 1.6rem;
    letter-spacing: .05em
}

.btn-wrap {
    margin-top: 60px;
    text-align: center;
}

@media (min-width: 768px) {
    .btn-wrap {
        margin-top: 80px;
    }
}

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

個人情報保護方針

===========================*/
.policy .article-content {
    padding-top: 0;
}

.policy dt {
    padding: 40px 0 10px;
}

.policy dt:first-child {
    padding-top: 0;
}

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

404

===========================*/
.error404 main {
    text-align: center;
    line-height: 2;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .error404 main {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    body,
    input,
    textarea,
    select,
    button {
        font-family: "Hiragino Maru Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", "Meiryo", sans-serif !important;
        font-weight: 700;
    }
}

/* スマホのみ：TOPメイン画像の高さを先に確保してCLSを抑える */
@media screen and (max-width: 767px) {
    .top-mv-img picture {
        display: block;
        width: 100%;
        aspect-ratio: 1122 / 1402;
    }

    .top-mv-img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}