@charset "UTF-8";

/*20240409*/
.top-mv-points .top-mv-points-item:nth-of-type(2) .top-mv-points-item-middle {
    margin-top: 48px;
}

.top-mv-points .top-mv-points-item:nth-of-type(2) .top-mv-points-item-middle span:first-of-type {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .top-mv-points-item-middle {
        font-size: 24px;
    }

    .top-mv-points .top-mv-points-item:nth-of-type(2) .top-mv-points-item-middle span:first-of-type {
        font-size: 24px;
    }
}

/*20240728*/
.top-mv {
    margin-top: 124.88px;
}

@media (max-width: 1060px) {
    .top-mv {
        margin-top: 63.27px;
    }
}

.new-header-up {
    justify-content: center;
    gap: 16px;
}

.new-site-ttl img {
    width: 300px;
}

.new-header-contacts,
.new-header-up {
    gap: 16px;
}

.new-header-tel {
    margin-right: 0;
}

.new-header-tel-up {
    display: block;
}

.new-header-bizhour span {
    display: inline;
}

.new-header-tel-num {
    font-size: 18px;
    margin-right: 0;
    gap: 4px;
}

.new-header-tel-num img {
    width: 18px;
    height: 18px;
}

.new-header-bizhour {
    line-height: 1.6;
}

.header-button__wrap {
    display: flex;
    gap: 16px;
}

.top-ser-down__text {
    color: #fff;
}

.top-ser-down__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

.top-ser-down__link img {
    width: 20px;
    height: 20px;
}

@media (max-width: 1160px) {
    .new-site-ttl img {
        width: 240px;
    }
}

@media (min-width: 1061px) {
    .new-header-cta-link {
        margin-right: 0;
        width: 184px;
    }

    .top-ser-down.new-header-register {
        font-size: 16px;
        width: 184px;
    }

    .fs-15 {
        font-size: 15px;
    }

    .new-header-cta-link .top-cta-txt {
        font-size: 15px;
    }
}

@media (max-width: 1060px) {
    .sp-none {
        display: none;
    }

    .new-header-up {
        justify-content: space-between;
    }

    .new-site-ttl img {
        width: 240px;
    }

    .new-header-contacts,
    .new-header-up {
        gap: 0;
    }

    .new-header-shop-pop {
        padding: 24px 20px 16px;
    }
}

.new-header-shop:hover .new-header-shop-pop {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.new-header-pop-ttl {
    width: auto;
    text-align: center;
    display: block;
}

.new-header-pop-ttl:before,
.new-header-pop-ttl:after {
    display: none;
}

.new-header-pop-row {
    flex-direction: column-reverse;
}

.new-header-main-nav-item .new-header-nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.new-header-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.new-header-nav-link img {
    width: 16px;
    height: 16px;
}

@media (min-width: 1061px) {
    .new-header-main-nav-item .new-header-nav-link {
        font-size: 13px;
        cursor: pointer;
    }
}

@media (max-width: 1060px) {
    .new-header-hover {
        font-size: 16px;
    }

    .new-header-hover__ttl {
        font-weight: 600;
        font-size: 16px;
    }

    .new-header-shop-pop__button {
        display: flex;
        gap: 8px;
    }

    .new-header-shop-pop__left {
        width: 50%;
    }

    .new-header-shop-pop__right {
        width: 50%;
    }

    .top-ser-down.new-header-pop-btn {
        width: 100%;
        max-width: 216px;
    }

    .new-header-nav-link {
        padding: 10px;
        background-color: #ddd;
    }
}

@media (max-width: 980px) {
    .eyecatcher-no_chat img {
        display: none;
    }
}

@media (max-width: 767px) {
    .new-header-pop-ttl {
        width: 100%;
    }
}

.page-title.service-document {
    display: none;
}

/*20240806*/
.new-header {
    height: fit-content;
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1061px) and (max-width: 1160px) {
    .new-header-hover {
        font-size: 11px;
    }

    .new-header-nav-link img {
        width: 12px;
        height: 12px;
    }
}

.top-ser-down__new-color {
    background: linear-gradient(180deg, #ffbe4f, #ff954f 35%, #ff654c);
    border: 2px solid #ff7e5f;
}

/*20240821*/
.section-materials__wrap {
    max-width: 1120px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.section-materials__content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 20px;
    margin-bottom: 100px;
}

.section-materials__box {
    width: calc(33.333% - 60px / 3);
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    color: #3d3527;
    cursor: pointer;
}

.section-materials__img img {
    border-radius: 10px 10px 0 0;
    height: 220px;
    object-fit: contain;
    object-position: top;
}

.section-materials__inside {
    padding: 32px;
}

.materials-title {
    font-size: 22px;
    font-weight: 700;
}

.materials-title::after {
    content: "";
    display: block;
    border-bottom: solid 1px #EAEAEA;
    width: 100%;
    padding-top: 8px;
}

.download-button {
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 20px auto 0;
    text-decoration: none;
    background: linear-gradient(180deg, #ffbe4f, #ff954f 35%, #ff654c);
    border: 2px solid #ff7e5f;
    color: #fff;
    border-radius: 5px;
    padding: 10px 10px;
    letter-spacing: .1em;
    text-shadow: 1px 1px 1px #777;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
    transition: .3s;
}

.download-button:hover {
    box-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
    transform: scale(.98);
}

.section-materials__box:hover .section-materials__img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.section-materials__box:hover .materials-title {
    color: #ff5722;
    transition: color 0.3s ease;
}

.section-materials__box .section-materials__img {
    transition: transform 0.3s ease;
    /* 通常状態でもtransitionを設定 */
}

.section-materials__box .materials-title {
    transition: color 0.3s ease;
    /* 通常状態でもtransitionを設定 */
}

.section-materials__box2:hover .section-materials__img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.section-materials__box2:hover .materials-title {
    color: #ff5722;
    transition: color 0.3s ease;
}

.section-materials__box2 .section-materials__img {
    transition: transform 0.3s ease;
    /* 通常状態でもtransitionを設定 */
}

.section-materials__box2 .materials-title {
    transition: color 0.3s ease;
    /* 通常状態でもtransitionを設定 */
}

.section-materials__box:hover .download-button {
    box-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
    transform: scale(.98);
}

.section-materials__box2:hover .download-button {
    box-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
    transform: scale(.98);
}

@media screen and (max-width: 680px) {
    .section-materials__content {
        flex-direction: column;
        padding-top: 8px;
        margin-bottom: 40px;
    }

    .section-materials__box {
        width: 100%;
    }

    .section-materials__inside {
        padding: 24px;
    }

    .section-materials__img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .materials-title {
        font-size: 18px;
        font-weight: 700;
    }
}

@media screen and (max-width: 520px) {
    .section-materials__img img {
        height: 200px;
    }
}

.new-footer-top.active {
    bottom: 190px !important;
}

@media screen and (max-width: 980px) {
    .new-footer-top.active {
        bottom: 100px !important;
    }
}

.breadcrumb-list {
    margin-top: 124.88px;
}

@media screen and (1100px <=width < 1161px) {

    .top-mv,
    .breadcrumb-list {
        margin-top: 130.97px;
    }
}

@media screen and (1060px <=width < 1099px) {

    .top-mv,
    .breadcrumb-list {
        margin-top: 150.16px;
    }
}

@media screen and (max-width: 1060px) {
    .breadcrumb-list {
        margin-top: 15px;
    }
}

.vc_column-inner {
    padding-top: 20px;
}

@media screen and (540px <=width < 1000px) {
    .vc_column-inner {
        padding-top: 0;
    }
}

/*20240926*/
@media (max-width: 767px) {

    #media_image-7.sidebar-widget.widget_media_image img,
    #media_image-8.sidebar-widget.widget_media_image img {
        max-width: 50% !important;
    }
}


/*20241031*/

.pc-break {
    display: block;
}

.sp-break {
    display: none;
}

@media screen and (max-width: 999px) {
    .pc-break {
        display: none;
    }

    .sp-break {
        display: block;
    }

    .new-footer-top.active {
        display: none;
    }
}

#guide {
    font-family: Zen Kaku Gothic New, sans-serif;
}

#guide #custom_html-3 {
    display: none;
}

.new-container {
    max-width: 1240px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.page-title.guide {
    height: 200px !important;
}

.page-title.guide.sub {
    background-position: top center;
}

.page-title__main-text.guide::before,
.page-title__main-text.guide::after,
.page-title__icon.guide::before {
    display: none;
}

.page-title__main-text.guide {
    position: relative;
    font-size: 40px;
    color: #333333;
    text-align: left;
    letter-spacing: 0;
    font-weight: 800;
    padding: 0 20px;
}

@media screen and (max-width: 999px) {
    .page-title.guide {
        height: 185px !important;
    }

    .page-title__main-text.guide {
        position: absolute;
        font-size: 24px;
    }
}

@media screen and (540px <=width < 1000px) {
    .page-title.guide,
    .page-title.guide.sub {
        background-position: 10% center;
    }
}

@media screen and (max-width: 540px) {
    .page-title.guide,
    .page-title.guide.sub {
        background-position: 40% center;
    }
}

.guide-content {
    padding-top: 80px;
}

.tab-menu__wrapper {
    max-width: 1200px;
}

.tab-menu_new {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.tab-menu__item_new {
    font-size: 24px;
    font-weight: 600;
    width: 380px;
    border-radius: 5px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: #fff;
    transition: .3s;
}

.tab-menu__link--new {
    padding: 26px;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.tab-menu__item_new:hover {
    background-color: #E94724;
}

.tab-menu__item_new:hover .tab-menu__link--new {
    color: #fff;
}

.tab-menu__item_new.active {
    background-color: #E94724;
    color: #fff;
}

.tab-menu__item_new a {
    text-decoration: none;
    color: #999999;
    transition: .3s;
}

.tab-menu__item_new.active a {
    color: #fff;
}

.tab-menu__item_new.senior.active a::before {
    content: "";
    display: block;
    background-image: url(../img/guide/senior-icon-active.svg);
    width: 60px;
    height: 60px;
    position: absolute;
    top: 18%;
    left: 5%;
}

.tab-menu__item_new.senior {
    text-align: right;
}

.tab-menu__item_new.delivary,
.tab-menu__item_new.private {
    text-align: center;
}

.tab-menu__item_new.senior a::before {
    content: "";
    display: block;
    background-image: url(../img/guide/senior-icon.svg);
    width: 60px;
    height: 60px;
    position: absolute;
    top: 18%;
    left: 5%;
    background-size: cover;
    transition: .3s;
}

.tab-menu__item_new.delivary a::before {
    content: "";
    display: block;
    background-image: url(../img/guide/delivary-icon.svg);
    width: 60px;
    height: 60px;
    position: absolute;
    top: 18%;
    left: 5%;
    background-size: cover;
    transition: .3s;
}

.tab-menu__item_new.delivary.active a::before {
    content: "";
    display: block;
    background-image: url(../img/guide/delivary-icon-active.svg);
    width: 60px;
    height: 60px;
    position: absolute;
    top: 18%;
    left: 5%;
    background-size: cover;
}

.tab-menu__item_new.private a::before {
    content: "";
    display: block;
    background-image: url(../img/guide/private-icon.svg);
    width: 60px;
    height: 60px;
    position: absolute;
    top: 18%;
    left: 5%;
    background-size: cover;
    transition: .3s;
}

.tab-menu__item_new.private.active a::before {
    content: "";
    display: block;
    background-image: url(../img/guide/private-icon-active.svg);
    width: 60px;
    height: 60px;
    position: absolute;
    top: 18%;
    left: 5%;
    background-size: cover;
}

.tab-menu__item_new.senior:hover .tab-menu__link--new::before {
    background-image: url(../img/guide/senior-icon-active.svg);
}

.tab-menu__item_new.delivary:hover .tab-menu__link--new::before {
    background-image: url(../img/guide/delivary-icon-active.svg);
}

.tab-menu__item_new.private:hover .tab-menu__link--new::before {
    background-image: url(../img/guide/private-icon-active.svg);
}

@media screen and (max-width: 999px) {
    .guide-content {
        padding-top: 40px;
    }

    .tab-menu_new {
        gap: 16px;
    }

    .tab-menu__item_new {
        font-size: 18px;
        width: 280px;
    }

    .tab-menu__link--new {
        padding: 16px;
    }

    .tab-menu__item_new.senior.active a::before,
    .tab-menu__item_new.senior a::before,
    .tab-menu__item_new.delivary a::before,
    .tab-menu__item_new.delivary.active a::before,
    .tab-menu__item_new.private a::before,
    .tab-menu__item_new.private.active a::before {
        width: 40px;
        height: 40px;
    }
}

.price-basic {
    padding: 80px 20px 0;
    max-width: 580px;
    margin: 0 auto;
}

.top-heading__guide {
    font-size: 40px;
    color: #333333;
}

.top-heading__guide::after {
    content: "";
    display: block;
    background-image: url(../img/guide/top-heading__decoration.svg);
    width: 85px;
    height: 15px;
    margin: 20px auto;
    background-size: cover;
}

.price-content__wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.price-content {
    padding: 20px;
    background-color: #FFFCF2;
    border: 2px solid #F5A219;
    width: 50%;
    border-radius: 10px;
}

.price-ttl {
    width: 160px;
    background-color: #F5A219;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto 5px;
}

.basic-price {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin-top: -8px;
}

.price-bold {
    font-size: 70px;
    color: #E94724;
    font-family: Roboto Condensed, sans-serif;
    margin-right: 5px;
}

.basic-price__annotation {
    font-weight: 500;
    margin-top: -16px;
    display: block;
}

.price-basic__description {
    background-color: #f5f5f5;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 800;
    border-radius: 10px;
    margin-bottom: 40px;
}

.price-basic__description p {
    margin-top: 0 !important;
}

.price-basic__description span {
    color: #E94724;
}

.button-orange {
    display: block;
    width: 295px;
    background-color: #FF4C25;
    padding: 16px 20px;
    color: #fff;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-family: Noto Sans JP, sans-serif;
    position: relative;
    transition: .3s;
}

.button-orange::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/guide/button-arrow.svg);
    width: 28px;
    height: 27px;
    top: 15px;
    right: 20px;
}

.button-orange:hover {
    opacity: 0.8;
}

@media screen and (max-width: 999px) {
    .price-basic {
        padding-top: 40px;
    }

    .top-heading__guide {
        font-size: 24px;
        font-weight: 800;
    }

    .top-heading__guide::after {
        width: 51px;
        height: 9px;
        margin: 8px auto;
    }

    .price-content__wrap {
        display: block;
        margin-bottom: 16px;
    }

    .price-content {
        width: 100%;
        padding: 16px;
    }

    .price-content:first-child {
        margin-bottom: 16px;
    }

    .price-ttl {
        width: 120px;
        font-size: 20px;
        padding: 8px;
    }

    .basic-price {
        font-size: 18px;
    }

    .price-bold {
        font-size: 64px;
    }

    .basic-price__annotation {
        margin-top: -12px;
        text-align: center;
    }

    .price-basic__description {
        padding: 16px 24px;
        font-size: 16px;
    }
}

.price-comparition {
    margin-top: 100px;
    padding: 100px 0;
    background-color: #FFF8F2;
}

.price-comparition__table {
    text-align: center;
}

.price-comparition__table th,
.price-comparition__table td {
    width: 300px;
}

.price-comparition__table th {
    padding: 20px;
    font-size: 18px;
    font-family: Zen Kaku Gothic New, sans-serif;
    font-weight: 800;
}

.price-comparition__table td {
    padding: 20px;
    height: 103px;
    background-color: #fff;
    padding: 20px 24px;
    font-weight: 500;
    font-family: Noto Sans JP, sans-serif;
}

.price-comparition__table td span {
    text-align: left;
    display: inline-block;
}

.table-wrapper {
    overflow: hidden;
}

.table-scroll {
    margin-bottom: 56px;
}

.table-orange {
    background-color: #E94724;
    color: #fff;
    border: 1px solid #E94724;
    border-right: 2px solid #fff;
}

.table-orange:last-child {
    border-right: none;
}

.table-gray {
    background-color: #F5F5F5;
}

.table-normal th {
    border: 1px solid #cccccc;
}

.table-normal td {
    border: 1px solid #cccccc;
}

.price-comparition__table {
    border-spacing: 0;
    border-collapse: separate;
    display: block;
    width: 100%;
}

.price-comparition__table td {
    border-top-width: 0;
}

.price-comparition__table td {
    border-left-width: 0;
}

.price-comparition__table th {
    border-top-width: 0;
}

.button-orange__service-text {
    margin-left: -24px;
}

@media screen and (max-width: 999px) {
    .price-comparition {
        margin-top: 40px;
        padding: 40px 0;
    }

    .table-scroll {
        overflow-x: auto;
        width: 100%;
        margin-bottom: 16px;
        position: relative;
    }

    .price-comparition__table {
        margin-bottom: 24px;
        min-width: 640px;
    }

    .price-comparition__table th {
        font-size: 16px;
        padding: 8px;
    }

    .price-comparition__table td {
        padding: 12px 12px;
    }

    .table-fixed {
        position: sticky;
        left: 0;
        width: 200px !important;
    }
}

.guide-flow {
    margin-top: 100px;
}

.flow-content__wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 21px;
    padding-top: 12px;
}

.flow-content {
    position: relative;
    width: 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.flow-content__num {
    font-size: 28px;
    color: #fff;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 800;
    text-align: center;
    background-color: #E94724;
    padding: 8px 0;
    border-radius: 50px;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.flow-content__num::before {
    content: "";
    display: block;
    background-color: #FFE2DB;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -10px;
}

.flow-content::after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    border-top: 8px solid #E94724;
    position: absolute;
    top: 9%;
    left: 54%;
    z-index: -2;
}

.flow-content:last-child::after {
    display: none;
}

.flow-content__title {
    font-size: 20px;
    font-weight: 800;
    color: #E94724;
    flex-grow: 1;
    padding-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow-content__description {
    font-weight: 500;
}

.flow-content img {
    padding-top: 10px;
}

.guide-flow__annotation--wrap {
    background-color: #FFF8F2;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.guide-flow__annotation {
    font-family: Noto Sans JP, sans-serif;
    background-color: #FFF8F2;
    padding: 20px;
}

.guide-button__wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.guide-button__wrap .button-orange {
    margin: 0;
}

.flow-content__wrap--sp {
    display: none;
}

@media screen and (max-width: 999px) {
    .guide-flow {
        margin-top: 40px;
    }

    .flow-content__wrap {
        display: none;
    }

    .flow-content__wrap--sp {
        display: block;
        padding-top: 16px;
        max-width: 580px;
        margin: 0 auto;
    }

    .flow-content {
        width: 100%;
        align-items: center;
        flex-direction: row;
        margin-bottom: 56px;
    }

    .flow-content__num {
        margin: 0;
        position: relative;
    }

    .flow-content__num::before {
        z-index: -1;
    }

    .flow-content__num::after {
        content: "";
        display: block;
        border-left: 8px solid #E94724;
        height: 48px;
        top: 65px;
        left: 26px;
        z-index: -2;
        position: absolute;
    }

    .flow-content__num.border-none::after {
        display: none;
    }

    .flow-content--inner {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .flow-content__title {
        padding-top: 0;
    }

    .flow-content::after {
        display: none;
    }

    .guide-flow__annotation {
        padding: 16px;
    }

    .guide-button__wrap {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
}

.guide-features {
    background-color: #FFF8F2;
    padding: 100px 0;
    margin-top: 100px;
}

.guide-features__content--wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 56px;
}

.guide-features__content--wrap::after {
    content: "";
    display: block;
    width: 285px;
}

.guide-features__content {
    background-color: #fff;
    width: 285px;
    padding: 20px 16px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    z-index: 0;
}

.guide-features__num {
    font-size: 24px;
    color: #fff;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 800;
    text-align: center;
    background-color: #F5A219;
    padding: 1px 0;
    border-radius: 50px;
    position: relative;
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.guide-features__num::before {
    content: "";
    display: block;
    background-color: #FFE7AB;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -10px;
}

.guide-features__description {
    font-size: 18px;
    font-weight: 800;
    width: 64%;
}

@media screen and (max-width: 999px) {
    .guide-features {
        padding: 40px 0;
        margin-top: 40px;
    }

    .guide-features__content--wrap {
        gap: 16px;
        margin-bottom: 24px;
    }
}

.guide-contact {
    background-color: #FFE6CF;
    padding: 80px 0;
}

.guide-contact__content--wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.contact-heading {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
}

.contact-heading::after {
    content: "";
    display: block;
    background-image: url(../img/guide/top-heading__decoration.svg);
    width: 85px;
    height: 15px;
    margin-top: 8px;
    background-size: cover;
}

.guide-contact__description {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.guide-contact__free {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 800;
    color: #E94724;
}

.guide-contact__right {
    transition: .3s;
}

.guide-contact__right:hover {
    opacity: .8;
}

.guide-contact.contact-sub {
    margin-bottom: 100px;
}

@media screen and (max-width: 999px) {
    .guide-contact {
        padding: 40px 0;
    }

    .guide-contact__content--wrap {
        display: block;
    }

    .contact-heading {
        font-size: 40px;
        margin-bottom: 16px;
    }

    .contact-heading::after {
        width: 51px;
        height: 9px;
    }

    .guide-contact__description,
    .guide-contact__free {
        font-size: 16px;
    }

    .guide-contact__left {
        margin-bottom: 24px;
    }

    .guide-contact.contact-sub {
        margin-bottom: 50px;
    }
}

.guide-features__content.delivary {
    width: 386px;
}

.guide-features__content--wrap.delivary::after {
    width: 386px;
}

.guide-features__description.delivary {
    width: 67%;
}

.guide-hurry {
    padding: 100px 0;
}

.guide-hurry__content--wrap {
    background-color: #fff;
    border: 5px solid #E94724;
    border-radius: 10px;
    padding: 40px;
}

.guide-hurry__content {
    display: flex;
    align-items: center;
    gap: 40px;
    text-align: left;
}

.guide-hurry__content--title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #E94724;
}

.guide-hurry__content--wrap .button-orange {
    margin: 0;
}

.guide-hurry__description {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}

@media screen and (max-width: 999px) {
    .guide-hurry {
        padding: 40px 0;
    }

    .guide-hurry__content--wrap {
        padding: 40px 24px;
        max-width: 507px;
        margin: 0 auto;
    }

    .guide-hurry__content--left {
        width: 24%;
    }

    .guide-hurry__content--left img {
        width: 98px;
        height: 98px;
    }

    .guide-hurry__content--right {
        width: 76%;
    }
}

@media screen and (max-width: 520px) {
    .guide-hurry__content {
        flex-direction: column;
        gap: 16px;
    }

    .guide-hurry__content--left {
        width: 98px;
        height: 98px;
    }

    .guide-hurry__content--right {
        width: 100%;
        text-align: center;
    }

    .guide-hurry__content--wrap .button-orange {
        margin: 0 auto;
    }
}

@media screen and (max-width: 400px) {
    .guide-hurry__content--wrap .button-orange {
        width: 100%;
        max-width: 295px;
        margin: 0 auto;
    }
}

.guide-flow.private-customer {
    margin-bottom: 100px;
}

.button-orange.online span {
    margin-left: -24px;
}

@media screen and (max-width: 999px) {
    .guide-flow.private-customer {
        margin-bottom: 50px;
    }
}

.page-title.sales-contact {
    display: none;
}

/* お問い合わせページ WPBakeryレイアウト調整*/

.contact-description {
    margin-bottom: -35px;
}

.contact-description a {
    transition: .3s !important;
}

.contact-description a:hover {
    opacity: .8;
}

.contact-description strong {
    text-decoration: underline;
}

.sales-contact__description {
    margin-top: 20px;
}