@charset "utf-8";

/* 共通 */
html {
    overflow-x: hidden;
}


body {
    color: black;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    font-family: "Montserrat", sans-serif;
    /* overflow-x: hidden; */
    /* PC画面背景 */
    background-image: url(../img/bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    background-attachment: fixed;
}

/* 全体のコンテンツ幅 */
.wrapper {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

/* コンテンツ幅 */
.inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 375px;
    width: 90%;
}

.inner-small {
    margin-right: auto;
    margin-left: auto;
    max-width: 295px;
    width: 80%;
}

/* aタグ　動き */
a {
    transition: opacity .3s ease;
}

a:hover {
    opacity: 0.7;
}

/* 570px以下 */
@media screen and (max-width: 570px) {
    .inner-small {
        max-width: 100%;
        width: 90%;
    }
}

/* ヘッダー */
.header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #ffffff;
    width: 375px;
    height: 40px;
    display: flex;
    align-items: center;
}

/* headerの出しわけ */
.sp-header {
    display: none;
}

.pc-header {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc((100% - 375px) /2);
}

.pc-header .button-2 {
    color: #ffffff;
    font-size: 15px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background-color: #70AE2F;
    border-radius: 20px;
    max-width: 300px;
    width: 100%;
}

.pc-menu {
    max-width: 300px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100vh;
    max-height: 90vh;
}

@media screen and (max-width: 1000px) {
    .sp-header {
        display: block;
        width: 100%;
    }

    .pc-header {
        display: none;
    }

    .wrapper {
        margin-left: unset;
    }
}

/* 570px以下 */
@media screen and (max-width: 570px) {
    .header {
        max-width: 100%;
    }
}

.header-box {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header-logo {
    letter-spacing: 0.03em;
    font-size: 11px;
}

/* パンくず */
.breadcrumbs {
    font-size: 11px;
    font-weight: 700;
    padding: 8px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.breadcrumbs a {
    transition: color .3s ease;
}

.breadcrumbs a:hover {
    color: #70AE2F;
}

.breadcrumbs-pagetitle {
    color: #70AE2F;
}

/* タイトル共通 */
/* 見出し */
.title {
    font-size: 25px;
    letter-spacing: 0.1em;
}

.title--center {
    text-align: center;
}


/*  英語 */
.title span {
    display: block;
    padding-bottom: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #70AE2F;
    letter-spacing: 0.03em;
}

/* 4つの特徴 */
/* スモアルロゴ　装飾 */
.suumor-img {
    position: absolute;
    top: 50px;
    right: 5px;
    z-index: 0;
    height: 450px;
    width: 70px;
}

/* ボタン　大 */
.button-2 {
    color: #ffffff;
    font-size: 18px;
    padding: 12px 40px;
    display: inline-block;
    background-color: #70AE2F;
    border-radius: 20px;
    letter-spacing: 0.1em;
}

/* SNS アイコン*/
.sns-icon {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 40px;
}

/* お問い合わせ */
.contact {
    padding: 30px 0 40px 0;
    background-image: url(../img/contact-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    letter-spacing: 0.1em
}

.contact-container {
    text-align: center;
}

.contact-box {
    background-color: #ffffff;
    border: 2px solid #70AE2F;
    border-radius: 20px;
}

.contact-img {
    padding: 10px;
    width: 250px;
    height: 80px;
}

.contact-text {
    padding: 20px 0 30px 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.contact-head {
    padding: 10px 10px;
    border-top: 2px solid #D4D4D4;
    border-bottom: 2px solid #D4D4D4;
    width: 240px;
    margin: 0 auto;
    font-size: 15px;
}


.contact-head span {
    font-size: 45px;
    color: #70AE2F;
}

.contact-button {
    padding-bottom: 40px;
}

.contact .button-2 {
    color: #fff;
    font-size: 15px;
    padding: 6px 26px;
    display: inline-block;
    background-color: #70AE2F;
    border-radius: 20px;
    letter-spacing: 0.1em;
}

/* フッター */
.footer {
    position: relative;
    z-index: 1;
    padding: 40px 0;
    font-size: 14px;
}


.footer-info {
    margin-top: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.footer-tel {
    margin-top: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;

}

.footer-tel span {
    color: #70AE2F;
    font-size: 20px;
    font-weight: 700;
}

.footer-navi {
    margin-top: 30px;
}

.footer-navi-list {
    padding: 20px 0 20px 10px;
    border-bottom: solid 1px #d4d4d4;
}

.footer-navi-list a:hover {
    opacity: 1;
    color: #70AE2F;
}

/* 下層ベージ　共通パーツ */
/* 下層 タイトル */
/* ABOUT */
.service-mv {
    margin-top: 20px;
}

.top-img {
    width: 375px;
    height: 150px;
}


.page-head {
    font-family: "Montserrat", sans-serif;
    margin-left: 20px;
    color: #ffffff;
    font-size: 40px;
    padding: 10px 15px;
    display: inline-block;
    background-color: #70AE2F;
    letter-spacing: 0.1em;
    margin-top: -50px;
}

/* タイトル　下線 */
.page-title {
    margin-top: 20px;
    margin-left: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #70AE2F;
    width: 335px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.3;
}

/* MV 文章　共通 */
.about-text {
    text-align: justify;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

/* サービス　下層 */
/* RENT */

.processflow {
    padding: 40px 0 50px;
}

/* HOW TO ナンバー */
.processflow-title {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 13px;
}

/* 番号SVG画像 */
.service-number {
    width: 35px;
    height: 35px;
}

/* お問い合わせボタン */
.processflow-button {
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
}

.processflow-button .button-2 {
    color: #ffffff;
    font-size: 18px;
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background-color: #70AE2F;
    border-radius: 20px;
    max-width: 240px;
    width: 100%;
}

/* 縦線 */
.processflow-list {
    position: relative;
    margin-bottom: 15px;
}

.processflow-list::before {
    position: absolute;
    content: "";
    background: #70AE2F;
    top: 10px;
    left: calc(35px / 2);
    width: 2px;
    height: 114%;
}

.processflow-list:last-of-type {
    background-color: #fff;
    margin-bottom: 0;
}

.processflow-list:last-of-type::before {
    display: none;
}

.processflow-text {
    text-align: justify;
    margin: 5px 0 15px 50px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

/* ボタン */
.processflow .button-2 {
    font-weight: 800;
}

.processflow-button {
    margin-top: 15px;
}

/* HOW TO POINT部分 */
/* POINT */
.process-point {
    position: relative;
    z-index: 0;
    margin-top: 60px;
    background-color: #F1F7EA;
    border-radius: 20px;
    width: 285px;
    padding: 30px 15px 25px;
}

.point-head {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: -15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 15px;
    border-radius: 20px;
    padding: 4px 8px;
    display: inline-block;
    background-color: #70AE2F;
    letter-spacing: 0.03em;
}

.point-title {
    line-height: 1.5;
    font-size: 15px;
    font-weight: 800;
}

.point-img {
    margin: 15px 0;
    width: 255px;
    height: 100px;
}

.point-text {
    text-align: justify;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.03em;
}

/* ハンバーガーメニュー */
/* 閉じてる時 */
.header-button .button-open {
    display: block;
}

.header-button .button-close {
    display: none;
}

/* 開いた時 */
/* .header.open {
    position: fixed;
    left: 0;
} */

/* width 570px以上のレスポンシブ */
/* @media screen and (min-width:570px) {
    .header.open {
        left: 50%;
        transform: translate(-50%);
    }
} */

.header-button.open .button-open {
    display: none;
}

.header-button.open .button-close {
    display: block;
    width: 15px;
    height: 15px;
    margin: 4px;
}

.header-menu {
    display: none;
}

.header-menu.open {
    height: auto;
    padding-bottom: 70px;
    display: block;
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 375px;
    background-color: #fff;
    overflow-y: scroll;
    max-height: 100vh;
}

@media screen and (max-width: 1000px) {
    .header-menu.open {
        left: 0;
        transform: none;
    }
}

/* お問い合わせボタン */
.menu-contact {
    display: flex;
    justify-content: center;
    padding: 20px 0 10px;
}

.menu-contact .button-2 {
    color: #ffffff;
    font-size: 18px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background-color: #70AE2F;
    border-radius: 20px;
    max-width: 300px;
    width: 100%;
}

/* ul li  */
.menu-container {
    margin-top: 30px;
}

/* 下線 */
.menu-navi-list {
    border-bottom: 1px solid #ccc;

}

.menu-navi-label {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: all .3s ease;
}

.list-service-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    transition: all .3s ease;
}

.menu-navi-label:hover,
.list-service-text:hover,
.list-service .menu-list-sub li a:hover {
    color: #70AE2F;
}

.menu-navi-list.list-service {
    border-bottom: none;
}

/* アコーディオン閉じてる時のアイコン */
.menu-navi-list.list-service .list-service-text .plus {
    display: block;
}

.menu-navi-list.list-service .list-service-text .minus {
    display: none;
}

/* アコーディオン開いた時のアイコン */
.menu-navi-list.list-service.open .list-service-text .plus {
    display: none;
}

.menu-navi-list.list-service.open .list-service-text .minus {
    display: block;
}

.list-service .menu-list-sub {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: .3s;
    margin: 0;
}

.list-service .menu-list-sub li {
    border-bottom: 1px solid #ccc;
}

.list-service .menu-list-sub li a {
    padding: 10px 20px;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* swiper */

/* コンテナー */
.swiper-container {
    max-width: 375px;
    margin: 0 auto;
}


/* スライダーのwrapper */
.swiper .swiper-wrapper {
    margin-top: 30px;
    transition-timing-function: linear;
}

/* スライド */
.swiper .swiper-slide {
    height: 120px !important;
    /* 高さを指定 */
    width: auto !important;
}

/* スライド内の画像 */
.swiper .swiper-slide img {
    width: auto;
    height: 100%;
}

@media screen and (max-width: 570px) {
    .wrapper {
        max-width: 100%;
    }

    .header {
        max-width: 100%;
        width: 100%;
    }
}