@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap");

/* common */
html {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: rgba(31, 31, 31, 255);
}

.section-large {
    padding-top: 50px;
    padding-bottom: 50px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pic img {
    width: 100%;
}

[class*="up-z-"] {
    position: relative;
}

.box+.box {
    margin-top: 80px;
}

@media (max-width: 599px) {
    .section-large {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .box+.box {
        margin-top: 50px;
    }
}

/*テキストに下線が遅れて付く*/
.mark {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fffd7b));
    background-image: linear-gradient(to right, transparent 50%, #fffd7b 50%);
    background-size: 200% 0.3em;
    background-repeat: repeat-x;
    background-position: 0 0.9em;
    -webkit-transition: all 2s cubic-bezier(1, 1, 1, 1);
    transition: all 2s cubic-bezier(1, 1, 1, 1);
}

.mark.move {
    background-position: -100% 0.9em;
}

/*スマホ時に改行するしない*/
.sp-br {
    display: block;
}

@media (max-width: 599px) {
    .sp-br {
        display: inline-block;
    }
}

/* モバイルでの表示・非表示 */
.inner-pc_only {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.tb_only,
.sp_only {
    display: none;
}

.tb {
    display: none;
}

.mobile-only {
    display: none;
}

@media (max-width: 1024px) {
    .inner-pc_only {
        width: 100%;
        max-width: 100%;
    }

    .tb {
        display: block;
    }

    .pc_only,
    .sp_only {
        display: none;
    }

    .tb_only {
        display: block;
    }

    .inner {
        max-width: 100%;
    }

    .mobile-only {
        display: block;
    }
}

@media (max-width: 599px) {
    .pc-tb {
        display: none;
    }

    .pc_only,
    .tb_only {
        display: none;
    }

    .sp_only {
        display: block;
    }
}

/* テキスト、フォント */
.up-fz-35 {
    font-size: 35px;
}

.up-fz-40 {
    font-size: 40px;
}

.small_text {
    font-size: 80%;
}

.smaller_text {
    font-size: 50%;
}

.smallest_text {
    font-size: 30%;
}

.big_text {
    font-size: 120%;
}

.biger_text {
    font-size: 140%;
}

.bigest_text {
    font-size: 160%;
}

.text-h1 {
    padding: 3px;
    font-size: 10px;
}

.text-01 {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
}

.text-02 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
}

.text-03 {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
}

.text-02_c {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.font-bold {
    font-family: "Montserrat", sans-serif;
}

.lh-2 {
    line-height: 2;
}

.lh-normal {
    line-height: normal;
}

.text-shadow-white {
    text-shadow: white 2px 0px 0px,
        white -2px 0px 0px,
        white 0px -2px 0px,
        white 0px 2px 0px,
        white 2px 2px 0px,
        white -2px 2px 0px,
        white 2px -2px 0px,
        white -2px -2px 0px,
        white 1px 2px 0px,
        white -1px 2px 0px,
        white 1px -2px 0px,
        white -1px -2px 0px,
        white 2px 1px 0px,
        white -2px 1px 0px,
        white 2px -1px 0px,
        white -2px -1px 0px,
        white 1px 1px 0px,
        white -1px 1px 0px,
        white 1px -1px 0px,
        white -1px -1px 0px;
}

.justify {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
}

.under-line-double {
    border-bottom: 7px solid #fee4f6;
    position: relative;
}

.under-line-double::before {
    content: "";
    border: solid 1px #fa5db6;
    position: absolute;
    bottom: -7px;
    left: 0px;
    right: 0px;
}

@media (max-width: 1024px) {
    .text-02 {
        font-size: 15px;
    }

    .lh-2\@tb {
        line-height: 2;
    }

    .lh-normal\@tb {
        line-height: normal;
    }
}

@media (max-width: 599px) {
    .text-01 {
        font-size: 14px;
    }

    .text-02 {
        font-size: 14px;
    }

    .lh-2\@sp {
        line-height: 2;
    }

    .lh-normal\@sp {
        line-height: normal;
    }
}

/* title */
.title-mv {
    display: inline;
    font-size: 60px;
    line-height: 1.2;
    background-color: #fff;
}

.text-mv {
    font-size: 16px;
}

.title-mv_under {
    display: inline;
    font-weight: 500;
    font-size: 45px;
    line-height: 1.2;
    background-color: #fff;
}

.title-service-detail:first-letter {
    color: #fa5db6;
}

.title-vertical {
    display: inline;
    font-size: 26px;
    letter-spacing: 3px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background-color: #fff;
}

.title-01 {
    padding: 0 0 35px 0;
    font-weight: 500;
    font-size: 33px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-align: center;
}

.title-01_sub {
    display: block;
    font-weight: normal;
    font-size: 17px;
    color: rgba(250, 93, 182, 255);
    line-height: 1;
}

.title-02 {
    padding: 0 0 15px 0;
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
}

.title-03 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
}

.title-04 {
    padding: 0 0 30px 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 2px;
}

.title-05 {
    padding: 0 0 15px 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
}

.title-06 {
    padding: 0 0 30px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 2px;
}

.title-07 {
    padding: 0 0 10px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
}

.title-08 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.title-09 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 22px;
}

.question-title {
    margin-bottom: 50px;
    padding: 80px 0 30px 150px;
    font-weight: bold;
    font-size: 22px;
    position: relative;
}

.question-title.acc-btn_02 {
    padding-right: 50px;
    position: relative;
}

.question-title.acc-btn_02:hover {
    cursor: pointer;
}

.question-title.acc-btn_02::after {
    content: "\f103";
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 40px;
    color: #fa5db6;
    line-height: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1;
}

.question-title.acc-btn_02.action::after {
    -webkit-transform: translate(0, -50%) rotate(360deg);
    transform: translate(0, -50%) rotate(360deg);
}

.question-num {
    width: 130px;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 55px;
  padding: 50px 20px 20px 20px;
    color: white;
    letter-spacing: 2px;
    text-align: center;
  background-color: #fa5db6;
    position: absolute !important;
    bottom: 0;
    left: 0;
}

.question-title_02 {
    margin-bottom: 50px;
    margin-left: 50%;
    margin-right: -999rem;
    padding: 15px 15px 15px 30px;
    padding-right: 999rem;
    font-weight: bold;
    font-size: 22px;
    color: white;
    background-color: #fa5db6;
    position: relative;
}

.question-title_02::after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    border-bottom: 3px solid white;
    background-color: white;
    position: absolute;
    bottom: 3px;
    left: 0;
}

@media (max-width: 1024px) {
    .title-mv {
        font-size: 30px;
    }

    .text-mv {
        font-size: 14px;
    }

    .title-mv_under {
        font-size: 34px;
    }

    .title-01 {
        font-size: 24px;
    }

    .title-01_sub {
        font-size: 16px;
    }

    .title-02 {
        font-size: 22px;
        line-height: 1.5;
        letter-spacing: normal;
    }

    .title-04 {
        padding: 0px 0 20px 0;
        font-size: 18px;
        letter-spacing: 0px;
    }

    .title-05 {
        padding: 0px 0 10px 0;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: normal;
    }

    .question-title {
        padding: 60px 0 20px 110px;
        font-size: 20px;
    }

    .question-num {
        width: 100px;
        padding: 30px 10px 10px 10px;
        font-size: 45px;
        letter-spacing: 1px;
    }

    .question-title_02 {
        margin-left: 40%;
    }
}

@media (max-width: 599px) {
    .circle {
        width: 70px;
        height: 70px;
        padding: 12.3px;
        font-size: 14px;
    }

    .title-mv_under {
        font-size: 28px;
    }

    .title-01 {
        padding: 0 0 25px 0;
        font-size: 20px;
    }

    .title-02 {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: normal;
    }

    .title-06 {
        font-size: 18px;
    }

    .question-title {
        padding: 0 0 10px 80px;
        font-size: 16px;
    }

    .question-title.acc-btn_02 {
        padding-right: 30px;
    }

    .question-title.acc-btn_02::after {
        font-size: 30px;
        right: 5px;
    }

    .question-num {
        width: 70px;
        padding: 30px 5px 5px 5px;
        font-size: 35px;
        top: 0;
        bottom: auto;
    }

    .question-title_02 {
        margin-left: 30%;
    }
}

/* button */
.button {
    width: 273px;
    margin: 30px auto 0;
    text-align: center;
}

.button a,
.button button {
    width: 273px;
    display: inline-block;
    overflow: hidden;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 40px;
    background-color: #c9b89a;
    -webkit-transition: all 0.3s;
    -webkit-transition: 0.3s linear;
    transition: all 0.3s;
    transition: 0.3s linear;
    position: relative;
    z-index: 1;
}

.button a:before,
.button button:before {
    content: "";
    width: 0%;
    height: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    border-radius: 10rem;
    background-color: #978a74;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.button a:hover,
.button button:hover {
    opacity: 1;
}

.button_long {
    width: 364px;
    margin: 30px auto 0;
}

.button_long a {
    width: 364px;
    padding: 15px 25px;
}

.button01 {
    width: 308px;
    margin: 40px auto 0;
}

.button01 a,
.button01 button {
    width: 308px;
    max-width: 100%;
    padding: 15px 20px;
    color: #fca1d5;
    border: 2px solid #fca1d5;
    background-color: #fff;
}

.button01 a:before,
.button01 button:before {
    background-color: #fbf;
}

.button02 {
    width: 364px;
}

.button02 a {
    width: 364px;
    padding: 15px 25px;
    font-size: 18px;
    color: #c9b89a;
    background-color: #fff;
}

.button02 a:before {
    background-color: #d2b48c;
}

.button03 {
    width: 180px;
    margin: 0;
}

.button03 a {
    width: 180px;
    padding: 10px 20px;
}

.button04 {
    width: 200px;
    margin: 0;
}

.button04 a {
    width: 200px;
    padding: 8px 20px;
    color: #fff;
    background-color: #fa5db6;
}

.button04 a:before {
    background-color: #96366c;
}

.button a:after,
.button button:after,
.button01 a:after,
.button01 button:after,
.button02 a:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10rem;
    background-color: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.button a:hover,
.button button:hover,
.button01 a:hover,
.button01 button:hover,
.button02 a:hover {
    color: #fff;
}

.button a:hover:before,
.button button:hover:before,
.button01 a:hover:before,
.button01 button:hover:before,
.button02 a:hover:before {
    width: 100%;
}

.button01_long {
    width: 364px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: 0;
}

.button01_long a {
    width: 364px;
    padding: 13px 50px;
    color: #fca1d5;
    border: 2px solid #fca1d5;
    background-color: #fff;
}

.button01_long a:before {
    background-color: #fbf;
}

.-right .btn-inner::after {
    content: "\f054";
    display: inline-block;
    margin: auto;
    padding-left: 1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    color: inherit;
    line-height: 100%;
}

.-left .btn-inner::before {
    content: "\f053";
    display: inline-block;
    margin: auto;
    padding-right: 1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    color: inherit;
    line-height: 100%;
}

.-right .btn-inner.search-icon::after {
    content: "\f00e";
}

.button.-large {
    width: 400px;
    max-width: 90%;
}

.button.-large a {
    width: 100%;
}

.right {
    position: relative;
}

.right a::after {
    content: "\f054";
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    color: inherit;
    line-height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
}

@media (max-width: 1024px) {
    .button {
        font-size: 16px;
    }

    .button01_long,
    .button_long {
        width: 300px;
        margin-top: 20px;
    }

    .button01_long a,
    .button_long a {
        width: 300px;
        padding: 10px 20px;
    }

    .button02 {
        width: 280px;
    }

    .button02 a {
        width: 280px;
        font-size: 16px;
    }

    .button04 {
        width: 180px;
        margin: 0;
    }

    .button04 a {
        width: 180px;
        padding: 8px 20px;
        color: #fff;
        background-color: #fa5db6;
    }
}

@media (max-width: 599px) {
    .button a {
        width: 273px;
        padding: 10px 15px;
        font-size: 16px;
    }

    .button01_long,
    .button_long {
        width: 280px;
        margin-top: 20px;
    }

    .button01_long {
        margin: 40px auto 0;
    }

    .button04 {
        width: 180px;
        margin: 0;
    }

    .button04 a {
        width: 180px;
        padding: 8px 20px;
        color: #fff;
        background-color: #fa5db6;
    }
}

/* icon */
[class^="icon-"]::before {
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
    font-size: 32px;
    line-height: 1;
}

.icon-brands-line::before {
    content: "\f3c0";
    color: #04c754;
}

.icon-brands-youtube::before {
    content: "\f167";
    color: #e50043;
}

/* list */
.list-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.list-sns li a {
    display: block;
}

.list-sns li+li {
    margin-left: 10px;
}

.list-inpage-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-inpage-link li {
    width: calc(94% / 3);
    min-height: 60px;
    margin: 1%;
}

.list-inpage-link li a {
    display: block;
    padding: 0 10px 0 60px;
    font-size: 14px;
    position: relative;
}

.list-inpage-link li a .inpage-num {
    width: 50px;
    height: 60px;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px5px 5px 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    color: white;
    letter-spacing: 1px;
    background-color: #fa5db6;
    position: absolute;
    top: 0;
    left: 0;
}

.list-check li {
    padding-left: 2.5em;
    position: relative;
}

.list-check li::before {
    content: "\f00c";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #fa5db6;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.list-check li+li {
    margin-top: 20px;
}

.list-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-flow li {
    width: calc((100% - 150px) / 3);
    margin: 0 25px 50px 25px;
    position: relative;
}

.list-flow li::after {
    content: "＞＞";
    display: inline-block;
    color: #fa5db6;
    position: absolute;
    top: 12px;
    right: -37px;
}

.list-flow li:last-of-type::after {
    display: none;
}

.list-flow li .flow-num {
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #fa5db6;
    letter-spacing: 4px;
    text-align: center;
}

.list-flow li .flow-title {
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #fa5db6;
}

.list-shop-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 5px;
}

.list-shop-info+.list-shop-info {
    border-top: 1px solid #fa5db6;
}

.list-shop-info>dt {
    width: 25%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    flex-shrink: 0;
}

.list-shop-info>dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px;
}

.list-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-dot dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-dot dt::after {
    content: "：";
    display: inline-block;
    margin: 0 5px;
}

.list-dot dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 1024px) {
    .list-inpage-link li {
        width: calc(96% / 2);
    }

    .list-check li {
        padding-left: 2em;
    }

    .list-check li+li {
        margin-top: 15px;
    }

    .list-check li::before {
        font-size: 24px;
    }

    .list-flow li {
        width: calc((100% - 100px) / 2);
        margin: 0 25px 50px 25px;
    }

    .list-shop-info>dt {
        width: 35%;
    }
}

@media (max-width: 599px) {
    .list-inpage-link li {
        width: 98%;
    }

    .list-check li::before {
        font-size: 22px;
    }

    .list-flow li {
        width: calc(100% - 30px);
        margin: 0 15px 50px 15px;
    }

    .list-flow li::after {
        content: "\f103";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        top: auto;
        bottom: -30px;
        left: 50%;
        right: auto;
    }

    .list-shop-info>dt {
        width: 100%;
        margin-bottom: 10px;
    }

    .list-shop-info>dd {
        margin-left: 0;
    }
}

/* デザイン、レイアウト */
.circle {
    width: 80px;
    height: 80px;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #fa5db6;
    position: relative;
}

.num {
    font-family: "Caveat",
        cursive;
}

.num_white {
    font-family: "Caveat",
        cursive;
    color: #fff;
}

.num_color {
    font-family: "Caveat",
        cursive;
    color: #fa5db6;
}

.left-tel a::before {
    content: "";
    width: 37px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    background-image: url(/import/tenant_1/160.16.144.35/html/images/common/freedial.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.left-tel-01 .btn-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.left-tel-01 .btn-inner::before {
    content: "";
    width: 36px;
    height: 24px;
    display: inline-block;
    margin-right: 0.5em;
    background-image: url(/import/tenant_1/160.16.144.35/html/images/common/freedial02.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.right-mail .btn-inner::after {
    content: "\f0e0";
    display: inline-block;
    margin: auto;
    padding-left: 0.5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 21px;
    color: inherit;
    line-height: 100%;
}

.left-mail .btn-inner::before {
    content: "\f0e0";
    display: inline-block;
    margin: auto;
    padding-right: 0.5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 21px;
    color: inherit;
    line-height: 100%;
}

.bg-parent {
    position: relative;
}

.bg-cont {
    position: relative;
    z-index: 2;
}

.bg-square::after {
    content: "";
    width: 50%;
    height: 30%;
    overflow: hidden;
    background-color: #fefce9;
    position: absolute;
    top: 450px;
    z-index: -1;
}

.bg-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

.filter-black {
    display: inline-block;
    position: relative;
}

.filter-black::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.filter-white {
    display: inline-block;
    position: relative;
}

.filter-white::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.filter-gray::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(119, 119, 119, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.text-white>* {
    color: #fff;
}

.bg-01 {
    background-color: #fefce9;
}

.picup-text {
    color: rgba(250, 93, 182, 255);
}

.picup-icon {
    padding-top: 40px;
    position: relative;
}

.picup-icon::after {
    content: "";
    width: 50px;
    height: 21px;
    display: inline-block;
    background-image: url(/import/tenant_1/160.16.144.35/html/images/common/picup.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}

.picup-text-icon {
    font-size: 150%;
    color: rgba(250, 93, 182, 255);
    position: relative;
}

.picup-text-icon::after {
    content: "";
    width: 50px;
    height: 21px;
    display: inline-block;
    background-image: url(/import/tenant_1/160.16.144.35/html/images/common/picup.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -23px;
    left: 10px;
}

.mt-minus20\% {
    margin-top: -20%;
    position: relative;
    z-index: 1;
}

.mt-minus10\% {
    margin-top: -10%;
    position: relative;
    z-index: 1;
}

.mt-minus20 {
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

.mt-minus10 {
    margin-top: -10px;
    position: relative;
    z-index: 1;
}

.mt-minus0 {
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.bd-2px-white {
    border: 2px solid white;
}

.left-space {
    padding-left: calc(50% - 500px);
}

.bgc-blue {
    background-color: #e4f6fe;
}

.bgc-pink {
    background-color: #fee4f6;
}

.bgc-yellow {
    background-color: #fefce9;
}

.yellow-deco,
.yellow-deco02,
.yellow-deco03,
.yellow-deco04,
.yellow-deco05,
.yellow-deco06 {
    position: relative;
}

.yellow-deco::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fefce9;
    position: absolute;
    top: -50px;
    left: -25%;
    z-index: -1;
}

.yellow-deco02::before {
    content: "";
    width: 80%;
    height: 50%;
    display: block;
    background-color: #fefce9;
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: -1;
}

.yellow-deco03::before {
    content: "";
    width: 180%;
    height: 30%;
    display: block;
    background-color: #fefce9;
    position: absolute;
    top: -30px;
    right: -100%;
    z-index: -1;
}

.yellow-deco04::before {
    content: "";
    width: 180%;
    height: 30%;
    display: block;
    background-color: #fefce9;
    position: absolute;
    top: -30px;
    left: -100%;
    z-index: -1;
}

.yellow-deco05::before {
    content: "";
    width: 80%;
    height: 50%;
    display: block;
    background-color: #fefce9;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.yellow-deco06::before {
    content: "";
    width: 80%;
    height: 50%;
    display: block;
    background-color: #fefce9;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
}

.balloon-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
}

.balloon-block+.balloon-block,
.balloon-block+.question-title_02 {
    margin-top: 50px;
}

.balloon-icon {
    width: 110px;
}

.balloon {
    width: auto;
    max-width: calc(100% - 170px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 60px;
    padding: 30px;
    font-weight: 300;
    border-radius: 20px;
    position: relative;
}

.balloon::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-width: 15px 50px 15px 0;
    border-style: solid;
    position: absolute;
    bottom: 30px;
    left: -50px;
}

.balloon.bgc-blue::before {
    border-color: transparent #e4f6fe transparent transparent;
}

.balloon.bgc-pink::before {
    border-color: transparent #fee4f6 transparent transparent;
}

.balloon.bgc-yellow::before {
    border-color: transparent #fefce9 transparent transparent;
}

.balloon.no-tail {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.balloon.no-tail::before {
    display: none;
}

.balloon.w-100\% {
    width: 100%;
    max-width: 100%;
}

.balloon-block.-question {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.balloon-block.-question .balloon {
    margin-left: 0;
    margin-right: 60px;
}

.balloon-block.-question .balloon::before {
    border-width: 15px 0 15px 50px;
    left: auto;
    right: -50px;
}

.balloon-block.-question .balloon.bgc-blue::before {
    border-color: transparent transparent transparent #e4f6fe;
}

.balloon-block.-question .balloon.bgc-pink::before {
    border-color: transparent transparent transparent #fee4f6;
}

.balloon-block.-question .balloon.bgc-yellow::before {
    border-color: transparent transparent transparent #fefce9;
}

.balloon-note {
    width: calc(100% - 170px);
    max-width: 100%;
    margin: 10px 0 0 auto;
    font-size: 12px;
    color: #fa5db6;
}

.bnr {
    height: 100%;
}

.bnr a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.recruit-box .item .bnr-color01 a {
    color: #e00024;
    border: 1px solid #e00024;
    border-bottom: 10px solid #e00024;
}

.recruit-box .item:nth-of-type(even) .bnr-color01 a {
    color: #3c7cdc;
    border: 1px solid #3c7cdc;
    border-bottom: 10px solid #3c7cdc;
}

.bnr a .bnr-cont,
.bnr a .bnr-img {
    width: 60%;
}

.bnr a .bnr-img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.bnr a .bnr-cont {
    height: 100%;
    padding: 15px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(254, 252, 233, 1)), color-stop(75%, rgba(255, 254, 250, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(254, 252, 233, 1) 0%, rgba(255, 254, 250, 1) 75%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefce9', endColorstr='#00ffffff', GradientType=1);
    position: relative;
    z-index: 1;
}

.bnr-title {
    width: 100%;
    font-size: 30px;
}

.bnr-title-sub {
    font-weight: bold;
    font-size: 18px;
}

.bnr-text {
    font-size: 14px;
}

.bnr-tel {
    width: 560px;
    max-width: 96%;
    margin: 100px auto 0 auto;
    border: 5px solid #fa5db6;
    border-radius: 10px;
    background-color: white;
    position: relative;
}

.bnr-tel-cont {
    width: 70%;
    padding: 20px;
}

.bnr-tel-text {
    font-weight: bold;
    font-size: 20px;
    color: #fa5db6;
}

.tel-item {
    margin-top: 15px;
}

.tel-item .tel a {
    padding-left: 60px;
    font-weight: bold;
    font-size: 34px;
    color: #fa5db6;
    letter-spacing: 4px;
    position: relative;
}

.tel-item .tel a::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(/import/tenant_1/160.16.144.35/html/images/recruit/recruit_011.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.bnr-tel-img {
    width: calc(30% - 20px);
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 1;
}

@media (max-width: 1024px) {
    .left-tel-01 .btn-inner::before {
        width: 32px;
        height: 20px;
    }

    .mt-minus20\%\@tb {
        margin-top: -20%;
        position: relative;
        z-index: 1;
    }

    .mt-minus10\%\@tb {
        margin-top: -10%;
        position: relative;
        z-index: 1;
    }

    .mt-minus20\@tb {
        margin-top: -20px;
        position: relative;
        z-index: 1;
    }

    .mt-minus10\@tb {
        margin-top: -10px;
        position: relative;
        z-index: 1;
    }

    .mt-minus0\@tb {
        margin-top: 0;
        position: relative;
        z-index: 1;
    }

    .left-space {
        padding-left: 2%;
    }

    .bnr a .bnr-cont {
        width: 70%;
    }

    .bnr-title {
        font-size: 24px;
    }

    .bnr-title-sub {
        font-size: 16px;
    }

    .bnr-text {
        font-size: 12px;
    }

    .tel-item .tel a {
        white-space: nowrap;
    }
}

@media (max-width: 599px) {
    .left-tel-01 .btn-inner::before {
        width: 28px;
        height: 16px;
    }

    .left-tel a::before {
        width: 27px;
        height: 18px;
    }

    .picup-icon {
        padding-top: 20px;
    }

    .mt-minus20\%\@sp {
        margin-top: -20%;
        position: relative;
        z-index: 1;
    }

    .mt-minus10\%\@sp {
        margin-top: -10%;
        position: relative;
        z-index: 1;
    }

    .mt-minus20\@sp {
        margin-top: -20px;
        position: relative;
        z-index: 1;
    }

    .mt-minus10\@sp {
        margin-top: -10px;
        position: relative;
        z-index: 1;
    }

    .mt-minus0\@sp {
        margin-top: 0;
        position: relative;
        z-index: 1;
    }

    .balloon-block {
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .balloon-block+.balloon-block {
        margin-top: 30px;
    }

    .balloon-icon {
        width: 70px;
    }

    .balloon {
        max-width: calc(100% - 110px);
        margin-left: 40px;
        padding: 15px;
        font-size: 14px;
        border-radius: 10px;
    }

    .balloon::before {
        border-width: 10px 30px 10px 0;
        top: 20px;
        bottom: auto;
        left: -30px;
    }

    .balloon-block.-question .balloon {
        margin-right: 40px;
    }

    .balloon-block.-question .balloon::before {
        border-width: 10px 0 10px 30px;
        left: auto;
        right: -30px;
    }

    .balloon-note {
        width: 100%;
    }

    .bnr-tel {
        margin-top: 35vw;
    }

    .bnr-tel-cont {
        width: 100%;
        padding: 15px;
        text-align: center;
    }

    .bnr-tel-text {
        font-size: 18px;
    }

    .tel-item .tel a {
        padding-left: 35px;
        font-size: 24px;
    }

    .tel-item .tel a::before {
        width: 30px;
        height: 30px;
        top: 5px;
    }

    .bnr-tel-img {
        width: 163px;
        max-width: 30%;
        height: auto;
        max-height: 170px;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        top: -5px;
        bottom: auto;
    }
}

/* header */
header {
    position: relative;
    z-index: 10;
}

.logo-area .pic {
    width: 60%;
}

.logo-area .address {
    font-weight: 300;
}

.info-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info-area .tel-box {
    margin-right: 10px;
}

.tel-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tel-box-item02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 500;
    font-size: 10px;
}

.info-area .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.active header {
    pointer-events: none;
}

@media (max-width: 1024px) {
    .info-area {
        display: none;
    }

    .scroll {
        overflow: scroll;
    }
}

@media (max-width: 599px) {
    header .text-h1 {
        padding-right: 35px;
    }
}

/* footer */
.totop {
    width: 50px;
    height: 50px;
    display: none;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 10;
}

.totop a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    color: white;
    border-radius: 100%;
    background-color: rgba(250, 93, 182, 255);
}

.totop a::before {
    content: "\f077";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
}

footer {
    background: #fff;
    position: relative;
    z-index: 2;
}

.btn-area .btn {
    margin: 0 auto;
}

.btn-area .tel-box {
    margin: 10px auto 0;
}

.btn-area .button {
    margin: 5px auto 0;
}

.btn-area .tel a {
    font-size: 25px;
    line-height: 1;
}

.btn-area .text-02 {
    margin-top: 10px;
    line-height: 1;
    text-align: center;
}

.footer-contact .bg-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 75% 75%;
    object-position: 75% 75%;
    font-family: "object-fit: cover; object-position: 75% 75%";
    -webkit-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
}

.footer-access-box .title-01 {
    padding-bottom: 50px;
    text-align: left;
}

.map-area iframe {
    height: 100%;
}

.text-google {
    padding-top: 30px;
    font-weight: 300;
}

.text-google:after {
    content: "\f054";
    display: inline-block;
    margin: auto;
    padding-left: 1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    color: inherit;
    line-height: 100%;
}

.text-info {
    font-weight: 500;
}

.footer-nav {
    position: relative;
}

.footer-nav::before {
    content: "";
    width: 100vw;
    height: 1px;
    margin: 0 calc(50% - 50vw);
    border-top: 1px solid #fa5db6;
    position: absolute;
    top: 0;
}

.footer-nav-list li {
    padding: 1px;
    font-weight: 400;
    font-size: 13px;
    line-height: 2;
}

.footer-nav-list-wrap .other-list {
    width: 33.33%;
    margin-left: auto;
}

.footer-btn {
    width: 50%;
    display: none;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.footer-btn-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-btn .tel-box a {
    font-size: 32px;
}

.footer-btn .info-box a {
    font-size: 20px;
}

.footer-btn .tel-box a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1%;
    background-color: #fefce9;
}

.footer-btn .info-box a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1%;
    background-color: #fee4f6;
}

.footer-btn .info-box.type-a a {
    background-color: #fff;
}

footer .list-sns {
    -webkit-box-align: end;
    align-items: end;
    -ms-flex-align: end;
    padding-left: 30px;
}

.copy {
    background-color: #fa5db6;
}

.copy .text-copy {
    padding: 5px 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
}

@media (max-width: 1024px) {
    .totop {
        width: 40px;
        height: 40px;
        bottom: 80px;
    }

    .totop a {
        font-size: 22px;
    }

    .footer-access-box .title-01 {
        padding-bottom: 20px;
    }

    .footer-nav-list li {
        font-size: 12px;
    }

    .footer-btn {
        width: 100%;
    }

    .copy {
        padding-bottom: 10%;
    }
}

@media (max-width: 599px) {
    .totop {
        bottom: 65px;
    }

    .footer-contact-box {
        width: 80%;
        margin: 0 auto;
    }

    .btn-area .btn-tel .tel {
        font-size: 18px;
        line-height: 1.3;
    }

    .btn-area .btn-tel a {
        padding: 10px 15px;
    }

    .footer-access-box {
        display: block;
    }

    .footer-access-box .title-01 {
        text-align: center;
    }

    .map-area iframe {
        height: 350px;
    }

    .footer-btn {
        width: 100%;
    }

    .footer-btn .tel-box a {
        font-size: 22px;
    }

    .footer-btn .info-box a {
        font-size: 18px;
    }

    .footer-nav-list-wrap .other-list {
        width: 90%;
        margin-bottom: 0;
    }

    footer .list-sns {
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .copy {
        padding-bottom: 70px;
    }
}

/*　ハンバーガーボタン　*/
@media (max-width: 1024px) {
    .overlay {
        width: 100%;
        height: 100%;
        display: none;
        background-color: rgba(22, 22, 24, 0.4);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 8;
    }

    .hamburger {
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        position: fixed;
        top: 10px;
        left: -40px;
    }

    .hamburger a,
    .hamburger:hover,
    .hamburger:focus {
        opacity: 1;
    }

    .menu-trigger {
        width: 100%;
        height: 100%;
        display: inline-block;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        position: relative;
    }

    .menu-trigger span {
        width: 100%;
        height: 1px;
        display: inline-block;
        border-top: 2px solid rgba(250, 93, 182, 255);
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        position: absolute;
        left: 0;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 50%;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .active .overlay {
        display: block;
    }

    .active .menu-trigger {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .active .menu-trigger span {
        width: 137%;
        border-top: 2px solid white;
    }

    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }

    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }

    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
    }
}

@media (max-width: 599px) {
    .hamburger {
        top: 10px;
        left: -40px;
    }
}

/* nav */
.nav-list-wrap {
    padding: 15px 0;
    z-index: 10;
}

.nav-box {
    width: 1200px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    position: relative;
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.nav-list>li+li>a,
.nav-list .dropdown-btn {
    display: inline-block;
    padding-left: 40px;
    position: relative;
}

.nav-list>li+li>a::before,
.nav-list .dropdown-btn::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fa5db6;
    position: absolute;
    top: 8px;
    left: 20px;
}

.dropdown {
    overflow: hidden;
}

.dropdown-btn {
    position: relative;
}

.dropdown-btn::after {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.dropdown-list {
    width: 1200px;
    max-width: 100%;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    margin: 0 auto;
    padding: 15px;
    background-color: #fefce9;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 10;
}

.dropdown-list::after {
    content: "";
    width: 300%;
    height: 100%;
    display: block;
    background-color: #fefce9;
    -webkit-box-shadow: 3px 3px 10px -7px black;
    box-shadow: 3px 3px 10px -7px black;
    position: absolute;
    top: 0;
    left: -150%;
    z-index: -1;
}

.dropdown-list li {
    width: 18%;
    margin: 1%;
}

.dropdown-list li a {
    display: block;
}

.dropdown-list>li>a .text-02 {
    font-size: 14px;
}

.dropdown:hover {
    overflow: visible;
}

.dropdown:hover .dropdown-list {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.dropdown-btn:hover {
    cursor: pointer;
}

#gnav.fixed {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
}

.other-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 50px;
}

.other-list li+li {
    padding-left: 12px;
}

.other-list li a {
    display: block;
}

.other-list .list-logo {
    display: none;
}

.other-list .list-logo a {
    display: block;
}

@media (max-width: 1024px) {
    .nav-list-wrap {
        width: 60%;
        height: 100%;
        padding: 10px;
        background-color: white;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        position: fixed;
        top: 0;
        left: auto;
        right: 0;
        z-index: 11;
    }

    .nav-box {
        width: 100%;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .nav-list {
        width: 100%;
        height: auto;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .nav-list>li+li {
        margin-top: 15px;
    }

    .nav-list>li+li>a,
    .nav-list .dropdown-btn {
        display: block;
        padding: 5px 30px 5px 40px;
    }

    .nav-list>li+li>a::before,
    .nav-list .dropdown-btn::before {
        top: 13px;
    }

    .dropdown-list {
        width: calc(100% - 40px);
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        visibility: visible;
        margin: 10px 0 10px auto;
        padding: 15px 10px;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        position: static;
    }

    .dropdown-list::after {
        display: none;
    }

    .dropdown-list li {
        width: 100%;
    }

    .dropdown-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .dropdown-list li a .img-area {
        width: 20%;
    }

    .dropdown-list li a .text-area {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 15px;
    }

    .dropdown-btn::after {
        content: "\f0fe";
        width: 15px;
        height: 15px;
        display: block;
        margin: auto;
        font-family: "Font Awesome 5 Free";
        line-height: 1;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        position: absolute;
        top: 50%;
        bottom: auto;
        left: auto;
        right: 5px;
        z-index: 1;
    }

    .dropdown-btn.action::after {
        content: "\f146";
    }

    .other-list {
        width: 60%;
        display: block;
        margin: 15px auto 30px auto;
    }

    .other-list .list-logo {
        display: block;
    }

    .other-list .address {
        margin-top: 5px;
    }

    .other-list .list-sns {
        margin-top: 15px;
        margin-left: auto;
    }

    .other-list .list-sns [class^="icon-"]::before {
        font-size: 26px;
    }

    .active .nav-list-wrap {
        -webkit-box-shadow: -2px 0px 15px -5px #000;
        box-shadow: -2px 0px 15px -5px #000;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (max-width: 599px) {
    .dropdown-list {
        width: 100%;
        padding: 5px;
    }

    .dropdown-list li a .img-area {
        width: 30%;
    }

    .dropdown-list li a .text-area {
        margin-left: 10px;
    }

    .other-list {
        width: 75%;
    }

    .other-list .list-sns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .active .nav-list-wrap {
        width: 85%;
    }
}

/* first-view */

/* A-BiSUスライダー */
.first-view-slide .uk-slidenav-position {
    height: 100%;
}

.first-view-slide .uk-slideshow {
    height: 100% !important;
    overflow: hidden;
    position: relative;
}

.first-view-slide .uk-slideshow::after {
    content: "";
    display: block;
    padding-top: 50%;
}

.first-view-slide .uk-slideshow li {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.first-view-slide .uk-slideshow li>div {
    height: 100% !important;
}

.first-view-slide .uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

.first-view-slide .uk-dotnav>*>* {
    width: 10px;
    height: 10px;
}

.first-view-slide .uk-dotnav .first-view-slide .uk-active>* {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.first-view-slide .uk-dotnav li a:hover {
    opacity: 1;
}

.first-view-slide .uk-dotnav-contrast>*>* {
    background: #ccc;
}

.first-view-slide .uk-dotnav-contrast>.first-view-slide .uk-active>* {
    background: #565656;
}

.first-view-slide .uk-position-bottom {
    bottom: -30px;
}

.first-view-slide-top {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .first-view-slide .uk-slideshow::after {
        padding-top: 330px;
    }
}

/* トップページのパララックス（A-BiSUの）スライダーここまで */

.first-view-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.first-view-text {
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.first-view-cont-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.slide-wrap .text-area {
    width: 55%;
    margin-left: auto;
}

.slide-wrap .text-area .text-01 {
    width: 600px;
    max-width: 90%;
    margin: 30px auto;
}

.slide-content {
    padding-left: 45%;
    position: relative;
}

.first-view-slide .img-area {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    margin-top: -15%;
    margin-right: auto;
    padding: 10px;
    padding-left: calc(50% - 500px);
}

.first-view-slide .img-area .img-area_01 {
    width: calc(45% - 20px);
    margin: 10px;
}

.first-view-slide .img-area .img-area_02 {
    width: calc(55% - 20px);
    margin: 10px;
}

.top-mv-text {
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 1),
        1px 0px 4px rgba(255, 255, 255, 1),
        0px 1px 4px rgba(255, 255, 255, 1);
}

@media (max-width: 1024px) {
    .slide-wrap .text-area .text-01 {
        margin: 10px 5px;
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    .slide-content {
        padding-left: 0;
    }

    .slide-wrap .text-area {
        width: 100%;
    }

    .first-view-slide .img-area {
        width: 70%;
        margin-top: 15px;
    }
}

/* area-01 */
.list-service li a {
    display: block;
}

.list-service .img-area {
    padding-bottom: 30px;
}

.list-service .img-area .pic {
    position: relative;
}

.list-service .img-area .pic::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: #fee4f6;
    position: absolute;
    bottom: -8px;
    left: -10px;
}

.list-service .img-area img {
    border-radius: 15px;
}


@media (max-width: 599px) {
    .list-service {
        display: block;
    }

    .list-service li {
        width: 100%;
    }

    .list-service li+li {
        margin-top: 35px;
    }

    .list-service .img-area {
        width: 96%;
        margin: 0 auto;
    }
}


/* area-02 */
.nest-container .nest-box+.nest-box {
    margin-top: 50px;
}

.nest-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.nest-box .text-area_wrap {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: flex-end;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    z-index: 1;
}

.nest-box .text-area {
    width: 100%;
    max-width: 600px;
    padding: 30px 40px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 0px 15px -5px #777;
    box-shadow: 0px 0px 15px -5px #777;
}

.nest-box .img-area {
    width: 60%;
}

.-rowr .nest-box,
.nest-box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.-rowr .nest-box .text-area_wrap,
.nest-box:nth-child(even) .text-area_wrap {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

.-rowr .nest-box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.-rowr .nest-box:nth-child(even) .text-area_wrap {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

.nest-box .img-area_text {
    position: relative;
}

.nest-box .beforeafter-text {
    font-family: "Nothing You Could Do", cursive;
    font-size: 3vw;
    letter-spacing: 4px;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    
}

.nest-box .before-text-wrap {
  position: absolute;
  content: "";
    display: inline-block;
    bottom: 20%;
    left: 30%;
    z-index: 1;
}

.nest-box .after-text-wrap {
  position: absolute;
  content: "";
    display: inline-block;
    top: 20%;
    right: 30%;
    z-index: 1;
}

.nest-box .img-area_half {
    position: relative;
}

.nest-box .img-area_half::before {
    content: "";
    width: 69px;
    height: 77px;
    display: inline-block;
    background-image: url(/import/tenant_1/160.16.144.35/html/images/common/arrow_big.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(-5px 5px 0px #fff);
    filter: drop-shadow(-5px 5px 0px #fff);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.nest-box .img-area_half::after {
    content: "";
    width: 121px;
    height: 102px;
    display: inline-block;
    background-image: url(/import/tenant_1/160.16.144.35/html/images/top/clean_image.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10%;
    right: 25%;
    z-index: 1;
}

.skew {
    overflow: hidden;
}

.skew-img {
    overflow: hidden;
    -webkit-transform: skew(-18deg) scale(1.5);
    transform: skew(-18deg) scale(1.5);
}

.skew-left {
    width: 58%;
}

.skew-right {
    width: 42%;
}

.skew-left img,
.skew-right img {
    -webkit-transform: skew(18deg) scale(1.4);
    transform: skew(18deg) scale(1.4);
}

@media (max-width: 1024px) {

    .nest-box,
    .nest-box:nth-child(even),
    .-rowr .nest-box,
    .nest-box:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .nest-box .img-area {
        width: 100%;
    }

    .nest-box .text-area {
        max-width: 100%;
    }

    .-rowr .nest-box .text-area_wrap,
    .nest-box .text-area_wrap,
    .nest-box:nth-child(even) .text-area_wrap {
        width: 90%;
        margin: -40px auto 0;
        -webkit-transform: none;
        transform: none;
    }

    .nest-box .beforeafter-text {
        font-size: 5vw;
    }
}

@media (max-width: 599px) {
    .nest-box .text-area {
        padding: 20px 30px;
    }

    .nest-box .img-area_half::before {
        width: calc(69px * 0.66);
    }

    .nest-box .img-area_half::after {
        width: calc(121px * 0.66);
    }

    .nest-box .img-area_text::before {
        width: calc(138px * 0.66);
    }

    .nest-box .img-area_text::after {
        width: calc(129px * 0.66);
    }

    .nest-box .before-text-wrap {
        top: 20%;
        bottom: auto;
        left: 15%;
    }
}

/* area-03 */
.vertical-box1 .img-area,
.vertical-box2 .img-area {
    position: relative;
}

.vertical-box1 {
    width: 70%;
}

.vertical-box1 .text-area {
    position: absolute;
    top: -40px;
    left: 25%;
}

.vertical-box2 {
    width: 35%;
    margin-top: -200px;
    margin-left: auto;
}

.vertical-box2 .text-area {
    position: absolute;
    top: -130px;
    left: 25%;
}

.vertical-box3 {
    margin-top: -40px;
}

.vertical-box3 .text-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.vertical-box3 .text-area_wrap {
    width: 80%;
    margin: 0 auto;
}

.vertical-box3 .btn-01 {
    width: 364px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: 0;
}

.vertical-box3 .btn-01 a {
    width: 364px;
    padding: 13px 20px;
}

.bg-square2::after {
    content: "";
    width: 85%;
    height: 41%;
    overflow: hidden;
    background-color: #fefce9;
    position: absolute;
    top: 470px;
    z-index: -1;
}

@media (max-width: 1024px) {
    .vertical-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }

    .title-vertical {
        font-size: 2.5vw;
    }

    .vertical-box2 {
        margin-top: -10%;
    }

    .vertical-box3 {
        width: 100%;
        margin-top: 0;
    }

    .vertical-box3 .text-area_wrap {
        width: 90%;
    }

    .vertical-box3 .text-area_wrap .text-02 {
        margin-top: 20px;
    }

    .bg-square2::after {
        top: 230px;
    }
}

@media (max-width: 599px) {
    .title-vertical {
        font-size: 3.5vw;
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }

    .vertical-box1 {
        width: 100%;
    }

    .vertical-box1 .text-area {
        position: absolute;
        top: 1%;
        left: 1%;
    }

    .vertical-box2 .text-area {
        top: 90%;
        left: -17vw;
    }

    .vertical-box3 .vertical-box_wrap {
        display: block;
    }
}

/* area-04 */
.single-box01 {
    width: 40%;
}

@media (max-width: 1024px) {
    .single-box01 {
        width: 80%;
        margin: 0 auto;
    }

    .single-box01 .bg-wrap {
        padding: 30px 40px;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-box-shadow: 0px 0px 15px -5px #777;
        box-shadow: 0px 0px 15px -5px #777;
    }
}

@media (max-width: 599px) {
    .single-box01 {
        width: 96%;
    }

    .single-box01 .bg-wrap {
        padding: 20px 30px;
    }
}

/* area-05 */
.voice-list .img-area a {
    display: block;
}

.voice-list .img-area img {
    -webkit-filter: drop-shadow(-5px 5px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(-5px 5px 5px rgba(0, 0, 0, 0.5));
}

.voice-list .text-area {
    margin-top: 15px;
    text-align: center;
}

.voice-list .text-area_bg {
    display: inline-block;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 599px) {
    .voice-list li+li {
        margin-top: 35px;
    }

    .voice-list .text-area_bg {
        width: 100%;
        padding: 10px 10px;
    }
}

/* area-06 */
.event-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.event-container .title-area {
    width: 30%;
}

.event-container .title-area .title-01 {
    text-align: left;
}

.event-container .event-box {
    width: 70%;
}

.event-container .event-list {
    padding: 5px 0;
    position: relative;
}

.event-container .event-list li {
    padding: 20px 0;
}

.event-container .event-list li+li {
    border-top: solid 1px #c9cac4;
}

.event-container .event-list li a {
    display: block;
}

.event-container .event-list::before,
.event-container .event-list::after {
    content: "";
    width: 100%;
    height: 5px;
    display: inline-block;
    background-image: url(/import/tenant_1/160.16.144.35/html/images/common/line_big.png);
    background-size: contain;
    background-repeat: repeat-x;
    position: absolute;
}

.event-container .event-list::before {
    top: 0;
}

.event-container .event-list::after {
    bottom: 0;
}

.event-list .event-box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.event-box_wrap .img-area {
    width: 15%;
}

.event-box_wrap .img-area img {
    border-radius: 15px;
}

.event-box_wrap .text-area {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 1;
    padding: 0 20px;
}

.event-box_wrap .text-area .js-split-tag span {
    padding: 1px 10px;
    font-size: 12px;
    color: #fff;
}

.ブログ {
    background-color: #c9b89a;
}

.キャンペーン {
    background-color: #fa5db6;
}

.event-box_wrap .more-area {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
}

.event-box_wrap .more-area .more {
    font-weight: 300;
}

.event-box_wrap .more-area .more::after {
    content: "\f054";
    display: inline-block;
    padding-left: 0.5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
}

.text-line-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 20px;
    font-size: 14px;
}

.text-line-right:after {
    content: "";
    width: 105px;
    height: 1px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
}

.text-line-right:after {
    margin-left: 0.4em;
    background: #000;
}

@media (max-width: 1024px) {
    .event-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .event-container .title-area,
    .event-container .event-box {
        width: 100%;
    }

    .event-container .title-area .title-01 {
        text-align: center;
    }
}

@media (max-width: 599px) {
    .event-box_wrap .text-area {
        width: 85%;
        padding: 0px 10px;
    }

    .event-box_wrap .text-area .js-split-tag span {
        font-size: 11px;
    }

    .event-box_wrap .img-area {
        width: 15%;
    }

    .event-box_wrap .img-area img {
        border-radius: 5px;
    }

    .event-box_wrap .more-area {
        width: 100%;
    }

    .event-box_wrap .more-area .more {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-size: 14px;
    }
}

/* area-07 */
.single-box02 .pic {
    width: 55%;
}

.single-box02 .text-area_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -215px;
}

.single-box02 .text-area {
    width: 50%;
    padding: 30px 50px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 0px 15px -5px #777;
    box-shadow: 0px 0px 15px -5px #777;
    z-index: 1;
}

.single-box02 .title-01 {
    padding: 0 0 20px 0;
    text-align: left;
}

.single-box02 .btn {
    margin: 10px 0 0;
}

.bg-square3::after {
    content: "";
    width: 100%;
    height: 40%;
    overflow: hidden;
    background-color: #fefce9;
    position: absolute;
    top: 30px;
    z-index: -1;
}

@media (max-width: 1024px) {
    .single-box02 {
        padding: 95px 0px;
        position: relative;
    }

    .single-box02 .inner-pc_only {
        position: relative;
    }

    .single-box02 .img-area {
        width: 100%;
        height: 100%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
    }

    .single-box02 .pic {
        width: 100%;
    }

    .single-box02 .text-area_wrap {
        display: block;
        margin-top: 0;
    }

    .single-box02 .text-area {
        width: 80%;
        margin: 0 auto;
    }

    .single-box02 .title-01,
    .single-box02 .text-02 {
        text-align: center;
    }

    .single-box02 .btn {
        margin: 10px auto;
    }
}

@media (max-width: 599px) {
    .single-box02 {
        padding: 50px 0px;
    }

    .single-box02 .text-area {
        width: 90%;
        padding: 30px 15px;
    }

    .single-box02 .text-02 {
        text-align: left;
    }
}

/* under common */
.first-section {
    position: relative;
    z-index: 2;
}

@media (max-width: 599px) {
    .first-section {
        padding-bottom: 0;
    }
}

/* first-view-under */
.first-view-under-wrap {
    padding-left: 37vw;
    position: relative;
}

.bg-square4::after {
    content: "";
    width: 750px;
    height: 330px;
    overflow: hidden;
    background-color: #fefce9;
    position: absolute;
    top: 75%;
    z-index: -1;
}

@media (max-width: 599px) {
    .bg-square4::after {
        display: none;
    }
}

/* パンくずリスト */
.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    font-size: 16px;
}

.breadcrumbs li {
    font-weight: 300;
    position: relative;
}

.breadcrumbs li,
.breadcrumbs li a {
    font-weight: 300;
    font-size: 14px;
}

.breadcrumbs li+li::before {
    content: "＞";
    display: inline-block;
    margin: 0 10px;
    font-weight: 300;
    font-size: inherit;
    line-height: 100%;
}

@media (max-width: 1024px) {
    .first-view-under-wrap {
        padding-left: 0;
    }

    .breadcrumbs {
        margin: 5px 0 0 5px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        font-size: 14px;
    }
}

/* 02会社概要 info */

/* area-08 */
.photo-box {
    overflow: hidden;
    margin-bottom: 40px;
    padding: 100px 50px;
    position: relative;
}

.photo-box .img-area {
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.photo-box .text-area {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.photo-box .text-area .title-02 {
    padding: 0;
    font-weight: 500;
    line-height: 2;
}

.photo-box .text-area .picup-icon {
    padding-top: 20px;
}

/* area-03 */
.info .vertical-box1-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info .vertical-box1-wrap .title-area {
    width: 30%;
    margin-top: 10%;
    margin-left: 20px;
}

.info .vertical-box1-wrap .title-area .title-01 {
    display: inline-block;
    padding: 0;
    text-align: left;
}

.info .vertical-box1-wrap .title-area .title-01_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.info .vertical-box2-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info .vertical-box2-wrap .img-area {
    width: 40%;
    margin-top: -15%;
}

.info .vertical-box2-wrap .main-text {
    width: 60%;
}

.info .vertical-box2-wrap .main-text .text-wrap {
    width: 85%;
    margin-top: 30px;
    margin-left: auto;
    position: relative;
    position: relative;
}

.info .vertical-box2-wrap .main-text .text-wrap .text-02 {
    padding-right: 1em;
    line-height: 2;
}

.info .vertical-box2-wrap .main-text .text-wrap .biger_text {
    font-weight: 500;
}

.info .vertical-box2-wrap .img-area .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info .vertical-box2-wrap .img-area .name-inner {
    margin-top: 8%;
    margin-left: 18%;
    text-align: right;
}

.bg-square5::after {
    content: "";
    width: 80%;
    height: 70%;
    overflow: hidden;
    background-color: #fefce9;
    position: absolute;
    top: 32%;
    z-index: -1;
}

/* area-06 */
.info .event-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 0;
}

.info .event-list dl+dl {
    border-top: 1px solid #c4c4be;
}

.info .event-list dt {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding-right: 1%;
}

.info .event-list dd {
    width: 70%;
}

@media (max-width: 599px) {
    .info .event-list dt {
        width: 100%;
        font-weight: bold;
    }

    .info .event-list dd {
        width: 100%;
    }
}

/* area-09 */
.half-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.half-text-inner {
    width: 80%;
    margin-left: auto;
}

.half-container .half-text dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 0;
}

.half-container .half-text dl:first-child {
    padding: 0 0 1em;
}

.half-container .half-text dl:not(:last-child) .circle::after {
    content: "";
    width: 1px;
    height: 90px;
    display: inline-block;
    background-image: url(/import/tenant_1/160.16.144.35/html/images/common/boder.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: -90px;
    left: 50%;
}

.half-container .half-text dt {
    width: 20%;
}

.half-container .half-text dd {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0 5px;
}

.half-container .half-img .half-img-box01 {
    width: 70%;
    margin-left: auto;
}

.half-container .half-img .half-img-box02 {
    width: 50%;
    margin: 40px 0;
}

.half-container .half-img .half-img-box03 {
    width: 60%;
    margin-left: auto;
    margin-right: 10%;
}

@media (max-width: 599px) {
    .half-container .half-text dd {
        padding-left: 20px;
    }
}

@media (max-width: 1024px) {

    /* area-08 */
    .photo-box {
        padding: 100px 15px;
    }

    /* area-03 */
    .info .vertical-container {
        display: block;
    }

    .info .vertical-box1-wrap .title-area {
        margin-left: 10px;
    }

    /* area-06 */
    .info .event-container .event-box {
        width: 80%;
        margin: 0 auto;
    }

    /* area-09 */
    .half-text-inner {
        width: 96%;
        margin: 0 auto;
    }
}

@media (max-width: 599px) {

    /* area-08 */
    .photo-box {
        padding: 50px 15px;
    }

    .photo-box .text-area {
        width: 100%;
    }

    /* area-03 */
    .info .vertical-box1-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .info .vertical-box1-wrap .title-area {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }

    .info .vertical-box1-wrap .title-area .title-01 {
        display: block;
        padding: 0 0 25px 0;
        text-align: center;
    }

    .info .vertical-box1-wrap .title-area .title-01_sub {
        display: block;
    }

    .info .vertical-box2-wrap .img-area {
        width: 100%;
        margin-top: 30px;
    }

    .info .vertical-box2-wrap .img-area .name-inner {
        margin-left: 10px;
    }

    .info .vertical-box2-wrap .main-text {
        width: 100%;
    }

    .info .vertical-box2-wrap .main-text .text-wrap {
        width: 96%;
    }

    /* area-06 */
    .info .event-container .event-box {
        width: 100%;
        margin: 0;
    }

    .info .event-container .event-list {
        font-size: 14px;
    }
}

/* 04ダスキン富士せんいの強み strengths */

/* area-02 */
.strengths .diff-box {
    padding-top: 100px;
}

.strengths .nest-box02 {
    margin-top: 70px;
}

.strengths .nest-box02:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.strengths .nest-box02 .text-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.strengths .nest-box02 .text-area .num_color {
    font-size: 45px;
}

.strengths .nest-box02:nth-child(even) .text-area {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.strengths .nest-box02 .text-inner {
    width: 90%;
}

.strengths .nest-box02 .img-area {
    position: relative;
}

.strengths .nest-box02 .img-area {
    position: relative;
}

.strengths .nest-box02 .img-area .title-wrap {
    position: absolute;
    top: -40px;
    left: 10%;
}

.strengths .nest-box02:nth-child(even) .img-area .title-wrap {
    left: auto;
    right: 10%;
}

.strengths .nest-box02 .img-area .title-vertical {
    font-size: 21px;
}

.bg-square6 {
    position: relative;
}

.bg-square6::after {
    content: "";
    width: 80%;
    height: 70%;
    overflow: hidden;
    background-color: #fefce9;
    position: absolute;
    top: -15%;
    right: 0;
    z-index: -1;
}

@media (max-width: 1024px) {

    .strengths .nest-box02,
    .strengths .nest-box02:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .strengths .nest-box02 .img-area,
    .strengths .nest-box02 .text-area {
        width: 80%;
        margin: 0 auto;
    }

    .strengths .nest-box02 .text-inner {
        width: 100%;
    }
}

@media (max-width: 1024px) {

    .strengths .nest-box02 .img-area,
    .strengths .nest-box02 .text-area {
        width: 100%;
        margin: 0;
    }

    .strengths .nest-box02 .img-area .title-wrap {
        top: 5%;
        left: 5%;
    }

    .strengths .nest-box02:nth-child(even) .img-area .title-wrap {
        left: auto;
        right: 5%;
    }

    .strengths .nest-box02 .img-area .title-vertical {
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .strengths .text-02_c {
        text-align: left;
    }
}

/* 05初めてご利用の方 first */

/* area-10 */
@media (max-width: 599px) {
    .first .text-02_c {
        text-align: left;
    }
}

/* area-11 */
.upper-left-wrap {
    width: 80%;
    margin: 50px auto;
}

.upper-left-wrap>.upper-left-box+.upper-left-box .border-box {
    padding-top: 60px;
}

.upper-left-box {
    position: relative;
}

.upper-left-box .title-06 {
    padding: 10px 0 10px 0;
}

.upper-left-box .border-box {
    margin: 0 30px;
    border-left: solid 1px #fa5db6;
}

.upper-left-box:last-child .border-box {
    border-left: none;
}

.upper-left-box .upper-left-cont {
    width: 80%;
    margin: 0 auto;
}

.upper-left-box .upper-left-child {
    position: absolute;
    top: 0;
    left: 0;
}

.upper-left-box02 {
    padding: 20px 0 40px;
}

.upper-left-box02 .tel-box {
    font-weight: 800;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 5px;
}

.upper-left-box02 .upper-left-child {
    top: -30px;
    left: -10px;
}

.upper-left-box .button01 {
    margin: 15px 0;
}

.first .button01 a {
    padding: 10px 20px;
}

.first .circle {
    width: 60px;
    height: 60px;
    padding: 8px;
}

@media (max-width: 1024px) {

    /* area-11 */
    .upper-left-wrap {
        width: 100%;
    }
}

@media (max-width: 599px) {

    /* area-11 */
    .upper-left-wrap>.upper-left-box+.upper-left-box .border-box {
        padding-top: 30px;
    }

    .upper-left-box .border-box {
        margin: 0 20px;
    }

    .upper-left-box .upper-left-cont {
        width: 92%;
        margin-left: auto;
        margin-right: 0;
    }

    .upper-left-box .circle {
        width: 50px;
        height: 50px;
    }

    .upper-left-box .title-06 {
        padding-left: 10px;
    }

    .first .circle {
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    .up-fz-25\@sp {
        font-size: 25px;
    }

    .upper-left-box02 .button01,
    .upper-left-box02 .button a {
        width: 250px;
    }

    .upper-left-box02 .tel-box {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .upper-left-box02 .upper-left-child {
        top: -10px;
        left: -20px;
    }
}

/* area-12 */
.faq-wrap {
    width: 80%;
    margin: 0 auto;
}

.faq-box+.faq-box {
    margin-top: 35px;
}

.faq-parent {
    position: relative;
}

.faq-box .question {
    margin-bottom: 25px;
}

.faq-box .answer {
    padding: 25px;
    background-color: #fff;
}

.faq-child {
    position: absolute;
    top: -10px;
    left: -7%;
}

.bg-square7 {
    position: relative;
}

.bg-square7::after {
    content: "";
    width: 80%;
    height: 100%;
    overflow: hidden;
    background-color: #fefce9;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 599px) {
    .faq-wrap {
        width: 90%;
        margin-left: auto;
        margin-right: 0;
    }

    .faq-box .answer {
        padding: 15px;
    }

    .faq-child {
        top: 0;
        left: -35px;
    }

    .bg-square7::after {
        width: 100%;
    }
}

/* 07商品・サービス service */

/* area-13 */
.under-service-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.under-service-container .category {
    width: 30%;
    padding-right: 7%;
}

.under-service-container .category .banner {
    margin-top: 106.5px;
    padding-top: 0;
}

.under-service-container .category .banner li+li {
    margin-top: 15px;
}

.under-service-container .category .banner li a {
    display: block;
}

.under-service-container .category .category-wrap {
    margin-top: 106.5px;
}

.under-service-container .category .category-wrap .title-01 {
    text-align: left;
}

.under-service-container .category .category-wrap .category-list li {
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
}

.under-service-container .category .category-wrap .category-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fa5db6;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.under-service-container .category .category-wrap .category-list li+li {
    margin-top: 10px;
}

.under-service-container .article {
    width: 70%;
}

.service .list-service-content .img-area .pic::before {
    display: none;
}

.service .list-service .title-07 {
    padding-bottom: 0px;
}

.service .list-service-content .img-area {
    padding-bottom: 0;
}

.service .list-service .category-name {
    margin: 10px 0;
}

@media (max-width: 1024px) {
    .under-service-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .under-service-container .category {
        width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 30px auto;
        padding: 0;
    }

    .under-service-container .category .banner,
    .under-service-container .category .category-wrap {
        margin-top: 0;
    }

    .under-service-container .article {
        width: 100%;
    }

    .under-service-container .article .button04 {
        margin: 0 auto;
    }
}

@media (max-width: 599px) {
    .under-service-container .category {
        width: 100%;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .under-service-container .category .category-wrap {
        padding-left: 10px;
    }

    .under-service-container .article .button04 {
        margin-left: 0;
    }
    
    .under-service-container .category .banner {
      margin-top: 30px;
    }
    
    .under-service-container .list-service li+li {
        margin-top: 0;
    }
}

/* area-04 */
.service .credit-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service .credit-box .pic {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}

.service .credit-box .pic img {
    width: auto;
    max-width: 100%;
    height: initial !important;
    max-height: 100%;
}

.service .single-box03 .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service .single-box03 .text-wrap .title-01 {
    padding: 0;
    text-shadow: 2px 2px 4px #fff,
        -2px 2px 4px #fff,
        2px -2px 4px #fff,
        -2px -2px 4px #fff,
        2px 0px 4px #fff,
        0px 2px 4px #fff,
        -2px 0px 4px #fff,
        0px -2px 4px #fff;
}

.service .single-box03 .text-wrap .title-01 .title-01_sub {
    text-shadow: none;
}

.service .filter-right::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(79%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 79%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* 12お客様の声 voice */
.voice .voice-list li+li {
    margin-top: 0;
}

/* staff-interview */
.list-staff-interview-all {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0;
}

.list-staff-interview-all li {
    width: calc(86% / 7);
    margin: 1%;
}

@media (max-width: 599px) {
    .list-staff-interview-all li {
        width: calc(86% / 4);
    }
}

/* form */
input,
select,
textarea {
    font-size: 16px !important;
}

input,
textarea {
    width: 100%;
    min-height: 40px;
    padding: 10px;
    border: 1px solid #fee4f6;
}

textarea {
    height: 200px;
}

.age input {
    width: 100px;
    margin-right: 10px;
}

.must {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 10px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #fa5db6;
}

.text .must {
    margin: 0 5px;
}

.contact-note {
    font-size: 12px;
}

.form {
    margin: 50px 0;
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 5px;
}

.contact-item+.contact-item {
    border-top: 1px solid #fa5db6;
}

.contact-item dt {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contact-item dd {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px;
}

.contact-item dd.radiobtn label {
    display: inline-block;
    padding: 0 10px 0 30px;
    position: relative;
}

.contact-item dd.radiobtn label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #fee4f6;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-item dd.radiobtn label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.contact-item dd.radiobtn input {
    display: none;
}

.contact-item dd.radiobtn input:checked+label {
    text-decoration: underline;
}

.contact-item dd.radiobtn input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fa5db6;
    background-color: transparent;
    position: absolute;
    top: -8px;
    left: 2px;
}

.contact-item dd.radiobtn input+label {
    margin-left: 15px;
}

.contact-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-btns li {
    width: 300px;
    max-width: calc(50% - 60px);
    margin: 30px;
}

.list-contact-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-contact-flow li {
    width: 100px;
    margin: 30px 50px;
    position: relative;
}

.list-contact-flow li+li::before {
    content: "";
    width: 24px;
    height: 12px;
    display: inline-block;
    margin: auto;
    background-image: url(/import/tenant_1/160.16.144.35/html/images/common/arrow-pink.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: -50px;
    z-index: 1;
}

.square-box {
    width: 100%;
    position: relative;
}

.square-box::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.square-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    font-size: 24px;
    color: #bbb9b9;
    letter-spacing: 2px;
    border-radius: 100%;
    background-color: #fee4f6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.list-contact-flow li.now .square-box-inner {
    color: white;
    background-color: #fa5db6;
}

.list-contact-flow li.now::after {
    content: "";
    width: 50px;
    height: 21px;
    display: inline-block;
    margin: auto;
    background-image: url(/import/tenant_1/160.16.144.35/html/images/common/picup.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 1024px) {
    .contact-item dt {
        width: 30%;
    }
}

@media (max-width: 599px) {
    .contact-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact-item dt {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .contact-item dd {
        margin-left: 0;
    }

    .contact-btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact-btns li {
        max-width: calc(100% - 60px);
        margin: 15px 30px;
    }

    .list-contact-flow li {
        margin: 30px 15px;
    }

    .list-contact-flow li+li::before {
        left: -15px;
    }

    .square-box-inner {
        font-size: 18px;
        letter-spacing: 1px;
    }
}

/* table */
.table-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.table-dl+.table-dl dt,
.table-dl+.table-dl dd {
    border-top: none;
}

.table-dl dt,
.table-dl dd {
    padding: 15px;
}

.table-dl dt {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #000;
    background-color: #fee4f6;
}

.table-dl dd {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    background-color: white;
}

.table-menu {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
}

.table-menu tr th,
.table-menu tr td {
    padding: 10px;
    color: #1f1f1f;
    text-align: left;
}

.table-menu tr th+th,
.table-menu tr td+td {
    border-left: 1px solid #000;
}

.table-menu tr th {
    color: white;
    background-color: #e497c3;
}

.table-menu tr td {
    border-top: 1px solid #000;
    background-color: white;
}

.table-menu tr td:first-of-type {
    width: 40%;
    background-color: #fee4f6;
}

@media (max-width: 1024px) {
    .table-dl dt {
        width: 30%;
    }

    .table-menu tr th,
    .table-menu tr td {
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    .table-dl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .table-dl+.table-dl {
        margin-top: 5px;
    }

    .table-dl dt,
    .table-dl dd {
        padding: 10px 5px;
    }

    .table-dl dt {
        width: 100%;
    }

    .table-dl+.table-dl dt {
        border-top: 1px solid #000;
    }

    .table-dl dd {
        border-top: none;
        border-left: 1px solid #000;
    }

    .table-menu tr th,
    .table-menu tr td {
        font-size: 12px;
    }
}

/* 08商品・サービス（詳細） service_detail*/
/* **************************** */
/* area-15 */
.service-detail-box .img-area .title-06 {
    padding-bottom: 20px;
    text-align: center;
}

.service-detail-box .picup-icon::after {
    top: 15px;
}


@media (max-width: 599px) {
    .service-detail-box .picup-icon {
        padding-top: 40px;
    }

    .service_detail .text-02_c {
        font-size: 14px;
        text-align: left;
    }

    .service-detail-box .img-area li+li {
        margin-top: 30px;
    }
}


/* area-16 */
.service-detail-flow-list li .nunber,
.service-detail-flow-list li .title-07 {
    text-align: center;
}

.service-detail-flow-list li .title-07 {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fa5db6;
}

.service-detail-flow-list li {
    position: relative;
}

.service-detail-flow-list li:not(:nth-child(5n+1))::before {
    content: "＞＞";
    color: #fa5db6;
    position: absolute;
    top: 0;
    left: -1em;
}

@media (max-width: 1024px) {
    .service-detail-flow-list li:not(:nth-child(5n+1))::before {
        content: none;
    }

    .service-detail-flow-list li:not(:first-child)::before {
        content: "\f103";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #fa5db6;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        position: absolute;
        top: -2em;
        left: 50%;
    }

    .service-detail-flow-list li+li {
        margin-top: 2em;
    }

    .service-detail-flow-list li .nunber,
    .service-detail-flow-list li .title-07 {
        text-align: left;
    }

    .service-detail-flow-list li .title-07 {
        margin-top: 10px;
        padding-bottom: 10px;
    }
}

/* area-17 */
.service-detail-menu table {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    text-align: left;
}

.service-detail-menu table thead {
    color: #fff;
    background-color: #e497c3;
}

.service-detail-menu table thead th {
    font-weight: 500;
    font-size: 18px;
}

.service-detail-menu table tbody th {
    background-color: #fee4f6;
}

.service-detail-menu table th {
    width: 30%;
    padding: 10px;
    border: solid 1px #686868;
}

.service-detail-menu table td {
    width: 70%;
    padding: 10px;
    border: solid 1px #686868;
}

@media (max-width: 1024px) {
    .service-detail-menu table {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .service-detail-menu table {
        font-size: 14px;
    }

    .service-detail-menu table thead th {
        font-size: 15px;
    }
}

/* area-18 */
.service-detail-campaign {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .service-detail-campaign {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .service-detail-campaign .picup-icon::after {
        top: -5px;
    }
}

/* 09介護・福祉用品レンタル nursing*/
/* **************************** */
/* area-19 */
.rental-box li a {
    display: block;
}

.rental-box .list-inner {
    border: solid 5px #fee4f6;
}

.rental-box .border-inner {
    overflow: hidden;
    margin: 5px;
    border: solid 1px #d43c92;
}

.rental-wrap {
    padding: 20px 5px;
    position: relative;
}

.rental-wrap .img-area {
    position: absolute;
    bottom: 0;
    right: 0;
}

.rental-wrap .text-area {
    position: relative;
    z-index: 1;
}

.rental-wrap .text-area .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    text-shadow: 2px 2px 1px #fff,
        -2px 2px 1px #fff,
        2px -2px 1px #fff,
        -2px -2px 1px #fff,
        2px 0px 1px #fff,
        0px 2px 1px #fff,
        -2px 0px 1px #fff,
        0px -2px 1px #fff;
}

/* area-11 */
.nursing .upper-left-wrap {
    width: 85%;
}

.nursing .upper-left-box .border-box {
    margin: 0px 40px;
}

@media (max-width: 1024px) {
    .nursing .upper-left-wrap {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .rental-wrap .text-area .text {
        font-size: 16px;
    }

    .nursing .upper-left-box .border-box {
        margin: 0px 0 0 25px;
        padding-left: 15px;
    }

    .nursing .text-02_c {
        text-align: left;
    }
}

/* area-20 */
.rental-box02 .img-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bg-circle {
    width: 180px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px;
    border-radius: 50%;
    background: #fff;
}

.nursing table {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
}

.nursing table thead th {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background-color: #e497c3;
}

.nursing table tbody th {
    background-color: #fee4f6;
}

.nursing table th {
    padding: 10px;
    border: solid 1px #686868;
}

.nursing table td {
    padding: 10px;
    border: solid 1px #686868;
    background-color: #fff;
}

@media (max-width: 1024px) {
    .nursing table {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .nursing table {
        font-size: 14px;
    }
}

/* area-06 */
.nursing .event-container+.event-container {
    margin-top: 100px;
}

.nursing .event-container .event-list li {
    padding: 5px 0 5px 24px;
    position: relative;
}

.nursing .event-container .event-list li::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #fa5db6;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.nursing .event-container .event-list li+li {
    border: none;
}

/* area-21 */
.nursing .text-weight {
    font-weight: 500;
}

.nursing table+table {
    margin-top: 50px;
}

/* area-22 */
.usecase-list .title-06 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.usecase-list .title-06:before {
    content: "";
    width: 210px;
    height: 1px;
    background: rgba(250, 93, 182, 255);
    position: absolute;
    bottom: 0;
    left: -110px;
}

.usecase-list li+li {
    margin-top: 40px;
}

.usecase-list .img-area {
    position: relative;
}

.usecase-list .img-area .ribbon {
    width: 15%;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
    position: absolute;
    top: -6px;
    left: 0;
}

.usecase-list .img-area .title-vertical {
    display: block;
    font-size: 20px;
    color: #fff;
    background: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 40px;
    left: 50%;
}

@media (max-width: 1024px) {
    .usecase-list .img-area .title-vertical {
        font-size: 3.7vw;
        top: 30px;
    }
}

@media (max-width: 599px) {
  
    .usecase-list .img-area .ribbon {
        top: -5px;
    }
    
    .usecase-list .title-06:before {
        left: 0;
    }

    .usecase-list .img-area .title-vertical {
        font-size: 4.7vw;
        top: 20px;
    }

    .usecase-list .img-area .title-vertical {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }
}

/* 13お客様の声 voice_detail*/
/* **************************** */
/* area-14 */
.voice_detail .voice-box .pic img {
    -webkit-filter: drop-shadow(-10px 10px 5px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(-10px 10px 5px rgba(0, 0, 0, 0.3));
}

.voice_detail .voice-box .text-area {
    margin-top: 40px;
}

.voice_detail .voice-box .text-wrap {
    padding-left: 30px;
    position: relative;
}

.voice_detail .voice-box .text-wrap+.text-wrap {
    margin-top: 20px;
}

.voice_detail .voice-box .text-wrap::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #fa5db6;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 15px;
    left: 0;
}

.voice_detail .voice-box .text-wrap .title {
    margin-bottom: 20px;
}

.voice_detail .voice-box .voice-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.voice_detail .voice-box .voice-square li {
    width: 100px;
    color: #fff;
    text-align: center;
    background-color: #d3d0d2;
}

.voice_detail .voice-box .voice-square.良い li:nth-of-type(1) {
    background-color: #fa5db6;
}

.voice_detail .voice-box .voice-square.ふつう li:nth-of-type(2) {
    background-color: #fa5db6;
}

.voice_detail .voice-box .voice-square.悪い li:nth-of-type(3) {
    background-color: #fa5db6;
}

.voice_detail .voice-box .voice-square li+li {
    margin-left: 30px;
}

.voice_detail .voice-comment {
    margin-top: 50px;
    margin-right: -999px;
    padding: 30px 50px;
    padding-right: 999px;
    background-color: #fefce9;
}

.voice_detail .voice-comment .title-06 {
    line-height: 1.5;
}

.voice_detail .voice-comment .text {
    width: 90%;
    margin: 0 auto;
}

.voice_detail .first-section .button {
    margin-top: 110px;
}

@media (max-width: 1024px) {
    .voice_detail .voice-comment {
        margin-left: -999px;
        padding-left: 999px;
    }
}

@media (max-width: 599px) {
    .voice_detail .voice-comment .title-06 {
        padding-bottom: 20px;
    }

    .voice_detail .first-section .button {
        margin-top: 70px;
    }
}

/* 1お掃除ビフォー・アフター beforafter*/
/* **************************** */
.beforafter .list-service .img-area .pic::before {
    content: normal;
}

.beforafter .list-service .img-area img {
    border-radius: 0;
}

.pic-before {
    margin-top: -20%;
}

.pic-beforeafter .pic:first-child,
.pic-beforeafter .pic:last-child {
    position: relative;
}

.pic-beforeafter .pic:first-child::before {
    content: "";
    width: 138px;
    height: 56px;
    display: inline-block;
    background-image: url(/import/tenant_1/160.16.144.35/html/images/top/before@1X.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(4px 4px 4px #fff);
    filter: drop-shadow(4px 4px 4px #fff);
    position: absolute;
    bottom: 10%;
    left: 15%;
    z-index: 1;
}

.pic-beforeafter .pic:last-child::after {
    content: "";
    width: 129px;
    height: 67px;
    display: inline-block;
    background-image: url(/import/tenant_1/160.16.144.35/html/images/top/after@1X.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(4px 4px 4px #fff);
    filter: drop-shadow(4px 4px 4px #fff);
    position: absolute;
    top: 10%;
    right: 15%;
    z-index: 1;
}

/* 15お掃除ビフォー・アフター詳細 beforafter_detail*/
/* **************************** */
.beforafter_detail .beforeafter-main .before-box {
    width: 40%;
}

.beforafter_detail .beforeafter-main .before-img {
    position: relative;
}

.beforafter_detail .beforeafter-main .after-box .after-img {
    width: 60%;
    margin-top: -70px;
    padding-left: 30px;
    position: relative;
    margin-left: auto;
}

.beforafter_detail .beforeafter-main.text-box {
    width: 100%;
    margin-bottom: 25px;
}

.beforafter_detail .beforeafter-main.text-box dt {
    font-size: 20px;
}

.beforafter_detail .beforeafter-main.text-box dd {
    font-size: 13px;
    color: rgba(250, 93, 182, 255);
}

.beforafter_detail .beforeafter-main .beforeafter-box .img-box .arrow-icon {
    width: 50px;
    height: auto;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: 1;
}

.beforafter_detail .beforeafter-main .beforeafter-text {
    font-family: "Nothing You Could Do", cursive;
    font-size: 30px;
    letter-spacing: 4px;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: absolute;
    z-index: 2;
}

.beforafter_detail .beforeafter-main .before-text {
    bottom: -10px;
    left: -10px;
}

.beforafter_detail .beforeafter-main .after-text {
    top: -10px;
    right: -10px;
}


.beforafter_detail .under-service-container .article .text-area .title-05 {
    margin-bottom: -10px;
    padding-bottom: 0;
}

.beforafter_detail .under-service-container .article .text-area .text-02 {
    padding: 30px 50px;
    background-color: #fefce9;
}

.beforafter_detail .article .button {
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .beforafter_detail .under-service-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (max-width: 599px) {
    .beforafter_detail .beforeafter-main .before-box {
        width: 60%;
    }
    
    .beforafter_detail .beforeafter-main.text-box dt {
      font-size: 18px;
    }

    .beforafter_detail .beforeafter-main .after-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .beforafter_detail .beforeafter-main .after-box .after-img {
        width: 100%;
        margin-top: 30px;
        margin-top: 0;
        padding-top: 30px;
        padding-left: 0;
    }

    .beforafter_detail .beforeafter-main .beforeafter-box .img-box .arrow-icon {
        width: 40px;
        height: auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        position: absolute;
        top: -5px;
        left: 10px;
        z-index: 1;
    }

    .beforafter_detail .beforeafter-main .before-text {
        top: -25px;
        bottom: auto;
        left: 0;
    }

    .beforafter_detail .beforeafter-main .after-text {
        top: 0px;
        right: 0;
    }
}

/* ビフォーアフター */
.beforeafter-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    margin-bottom: 60px;
}

.beforeafter-img .after-img {
    width: 80%;
    position: relative;
}

.beforeafter-img .before-img {
    width: 45%;
    margin-bottom: -15%;
    margin-left: -25%;
    position: relative;
    z-index: 1;
}

.beforeafter-img .beforeafter-text {
    font-family: "Nothing You Could Do", cursive;
    letter-spacing: 4px;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: absolute;
    top: -15px;
    z-index: 2;
}

.beforeafter-img .after-img .after-text {
    font-size: 30px;
    left: 0;
}

.beforeafter-img .before-img .before-text {
    font-size: 18px;
    right: 0;
}

/* 16お知らせ・ブログ blog*/
/* 17お知らせ・ブログ詳細 blog_detail*/
/* **************************** */
.blog .list-service .title-07 {
    padding: 0;
}

.blog .article .date,
.blog .article .category-name {
    font-size: 13px;
}

.blog .list-service .text-area .title-07 {
    margin-top: 10px;
}

.blog .category-wrap li a {
    display: block;
}

.blog .category-underline-list li+li {
    margin-top: 10px;
}

.blog .category-underline-list .right a::after {
    color: #fa5db6;
}

.youtube-wrap {
    width: 100%;
    margin: 50px 0;
}

.youtube {
    width: 100%;
    position: relative;
}

.youtube::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 1024px) {

    .blog .under-service-container,
    .blog_detail .under-service-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .blog .under-service-container .category,
    .blog_detail .under-service-container .category {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 100px auto 0;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .category-wrap01 {
        width: 100%;
        margin-bottom: 30px;
    }

    .category-wrap02 {
        width: 65%;
    }

    .category-wrap03 {
        width: 35%;
    }
}

@media (max-width: 599px) {

    .blog .under-service-container .category,
    .blog_detail .under-service-container .category {
        width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px;
    }

    .category-wrap02 {
        width: 100%;
        margin-bottom: 30px;
    }

    .category-wrap03 {
        width: 100%;
    }
}

/* 17お知らせ・ブログ詳細 blog_detail*/
/* **************************** */
.blog_detail .category-underline-list .right a::after {
    color: #fa5db6;
}

.blog_detail .article>.text-area {
    padding: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777;
    box-shadow: 0px 0px 15px -5px #777;
}

.blog_detail .article .date,
.blog_detail .article .category-name {
    font-size: 13px;
}

.blog_detail .article .category-name {
    display: inline-block;
    margin-bottom: 35px;
    padding: 2px 20px;
    background: #fee4f6;
}

.blog_detail .article .title-06 {
    padding: 0 0 20px 0;
}

.blog_detail .article .button-wrap {
    margin-top: 100px;
}

.blog_detail .article .button {
    margin-top: 0;
}

.prev-page,
.next-page {
    font-weight: 500;
    color: #e8e1d6;
}

/* 記事内の見出しタグ */
.blognews-detail h2 {
    margin: 30px 0;
    font-weight: bold;
    font-size: 26px;
    border-bottom: 1px solid rgba(250, 93, 182, 255);
}

.blognews-detail h3 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 22px;
}

.blognews-detail h3::first-letter {
    color: rgba(250, 93, 182, 255);
}


.blognews-detail h4 {
    margin: 15px 0;
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}

.blognews-detail h4::before {
    content: "■";
    display: inline-block;
    color: rgba(250, 93, 182, 255);
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .blog_detail .article>.text-area {
        padding: 30px;
    }
}

@media (max-width: 599px) {
    .blog_detail .article>.text-area {
        padding: 30px 10px;
    }

    .blog_detail .article .button,
    .blog_detail .article .button a {
        width: 200px;
    }
}

/* shop-list */
.shop-block+.shop-block {
    margin-top: 80px;
}

.shop-img {
    width: 60%;
    margin-right: auto;
}

.shop-info {
    margin-top: 100px;
    padding: 30px 40px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 0px 15px -5px #777;
    box-shadow: 0px 0px 15px -5px #777;
}

.shop-info .title-02 .title-02-sub {
    display: block;
    margin: 10px auto 0;
    font-size: 14px;
}

.shop-item {
    margin-top: -20%;
}

.shop-item .map:after {
    padding-top: 90%;
}

.shop-list-wrap .shop-block:nth-of-type(even) .shop-img {
    margin-left: auto;
    margin-right: 0;
}

.shop-list-wrap .shop-block:nth-of-type(even) .shop-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 1024px) {
    .shop-img {
        width: 80%;
    }

    .shop-list-wrap .shop-block .shop-map {
        margin-left: 30px;
        margin-right: 30px;
    }

    .shop-list-wrap .shop-block:nth-of-type(odd) .shop-map {
        margin-left: auto;
    }

    .shop-list-wrap .shop-block:nth-of-type(even) .shop-map {
        margin-right: auto;
    }
}

@media (max-width: 599px) {
    .shop-img {
        width: 90%;
    }

    .shop-list-wrap .shop-block .shop-map {
        margin-left: 15px;
        margin-right: 15px;
    }

    .shop-info {
        padding: 20px 10px;
    }
}

/* 見たまま編集 */
[data-element-id] .nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .other-list .list-logo {
    display: block;
}

[data-element-id] .dropdown {
    overflow: visible;
}

[data-element-id] .dropdown-list {
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    position: static;
}

[data-element-id] .dropdown-list::after {
    display: none;
}

[data-element-id] .recruit-box div[data-collection-list-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .footer-btn {
    display: block;
    position: static;
}

[data-element-id] .mobile-only {
    display: block;
    border: 1px solid blue;
    position: relative;
}

[data-element-id] .mobile-only::before {
    content: "スマホのみ表示";
    width: 100%;
    display: block;
    padding: 2px 5px;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: blue;
}

[data-element-id] .question-num.text-editable {
    position: absolute !important;
}

[data-element-id].nav-box {
    display: block;
}

.list-sns li img {
    width: 32px;
}

@media (max-width:1024px) {
  .list-sns li img {
      width: 26px;
  }
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 44px 10px 30px;
  background-color: #fff;
  z-index: 2;
}

.popup-inner img {
  width: 100%;
}

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.close-btn i {
  font-size: 20px;
  color: #333;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  cursor: pointer;
}
.popup .list li + li + li {
  margin-top: 10px;
}

.popup .list li a {
  color: #fff;
  background: var(--color-01);
  text-align: center;
  min-height: 60px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1px;
  border-radius: 20px;
  position: relative;
  background: #fa5db6;
}

.popup .list li a:before {
    content: "\f16d";
    display: inline-block;
    font-family: "font awesome 5 Brands";
    font-size: 24px;
    margin-right: 5px;
    font-weight: normal;
}


@media (max-width: 599px) {
  .popup {
    display: block;
  }
  .popup .list li + li {
    margin-top: 10px;
  }
}

[data-element-id].popup {
  display: block;
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  opacity: 1;
  visibility: visible;
}
[data-element-id] .black-background {
  display: none;
}
[data-element-id] .popup-inner {
  position: static;
  -webkit-transform: none;
  transform: none;
}
.img-icon img {
    cursor: pointer;
}

/**2024/12/26 料金表**/
.ph3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
}
.p-img img {
  width: 100%;
}

@media (max-width: 1024px){
  .ph3 {
    font-size: 22px;
  }
}

@media (max-width: 599px){
  .ph3 {
    font-size: 18px;
  }
}

/*2025/09/18*/
.product-img ul {
  display: flex;
  flex-wrap: wrap;
}
.product-img ul li {
  width: 23%;
  margin: auto;
}
.catalog {
  width: 300px;
  margin: 20px auto;
}
.catalog a {
  display: block;
  text-align: center;
  background: #fa5db6;
  padding: 5% 2%;
  color: #fff;
}
@media (max-width: 1024px){
  .catalog {
    width: 250px;
  }
}

@media (max-width: 599px){
  .product-img ul li {
    width: 48%;
    margin: 5px auto;
  }
  .catalog {
    width: 200px;
  }
}

