@charset "utf-8";
/* CSS Document */

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    color: #222222;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

.font-english {
    font-family: 'Montserrat', sans-serif;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}


/*---------------------------------------------------
ナビゲーション
---------------------------------------------------*/



/*サービス　プルダウン*/

.menu {
    position: relative;
    margin: 0 auto;
}

.menu>li {
    height: 46px;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu>li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li:not(:first-child) {
    border-top: 1px solid #fff;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu>li.menu__single {
    position: relative;
}

.menu li.menu__single:hover,
.menu li.menu__single a:hover,
.menu li.menu__single span:hover {
    cursor: default;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 200px;
    background: #c8d900;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single ul.menu__second-level li {
    padding: 10px;

}

li.menu__single ul.menu__second-level li a {
    display: block;
    color: #f7f7f7;
}

li.menu__single ul.menu__second-level li a:hover {
    cursor: pointer;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__single:hover ul.menu__second-level li a:hover {
    color: #fff;
}

footer li.menu__single {
    position: relative;
}

footer li.menu__single ul.menu__second-level {
    top: 30px;
}

footer li.menu__single:hover ul.menu__second-level {
    top: 40px;
}

@media(max-width:959px) {}



.nav h1 {
    width: 250px;
    margin: 8px 15px 7px 30px;
}

.nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    z-index: 999;
    background: #fff;

}

.nav img {
    display: block;
    width: 100%;
    height: auto;
}

.nav ul.nav-pc {
    position: absolute;
    right: 0px;
    bottom: 5px;
    display: flex;
    margin: 0;
}

.nav li {
    margin: 0 13px;
    text-align: center;
    font-size: 16px;
}

.nav li span {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #1b4c2a;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.nav li:first-child span {
    letter-spacing: 2px;
}

.nav li:nth-child(2) span {
    letter-spacing: 1.4px
}

.nav li:nth-child(3) span {
    letter-spacing: 1.7px;
}

.nav li:nth-child(4) span {
    letter-spacing: 0;
}

.nav li:nth-child(5) span {
    letter-spacing: 1.5px;
}

.nav li:nth-child(6) {
    letter-spacing: 3px;
}

.nav li:nth-child(6) span {
    letter-spacing: 0px;
}



.nav a {
    text-decoration: none;
    color: #666666;
}

.nav a:hover {
    opacity: 0.7;
}




#navArea {
    display: none;
}

/*============
nav
=============*/
nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
}

.open nav {
    left: 0;
    opacity: 1;
}

nav .inner {
    padding: 25px;
}

nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .inner>ul>li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
}

nav .inner>ul>li>a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 2em 1em 1em 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    height: 86px;
}

nav .inner>ul>li>a:hover {
    background: #e4e4e4;
}

nav .inner>ul>li>ul li {
    height: 43px;
    margin: 0;
    padding-top: 11px;
    border-bottom: 4px solid #fff;
    background: rgba(200, 217, 0, 1);
    color: #fff;
}

nav .inner>ul>li>ul li a {
    display: block;
    height: 100%;
    padding: 0;
    color: #f7f7f7;
    font-size: 14px;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
}

.toggle_btn span:nth-child(1) {
    top: 4px;
}

.toggle_btn span:nth-child(2) {
    top: 14px;
}

.toggle_btn span:nth-child(3) {
    bottom: 4px;
}

.open .toggle_btn span {
    background-color: #ccc;
}

.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
}

/*============
#mask
=============*/
#mask {
    display: none;
    transition: all .5s;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
}

@media(max-width:959px) {
    header.nav ul.nav-pc {
        display: none;
    }

    #navArea {
        display: block;
    }
}

@media(max-width:559px) {
    .nav h1 {
        width: 180px;
        margin: 8px 15px 7px 15px;
    }

    .toggle_btn {
        top: 15px;
        right: 20px;
    }
}

/*---------------------------------------------------
footer
---------------------------------------------------*/

footer {
    width: 100%;
    margin-top: 150px;
    padding: 100px 0 20px 0;
    background: #eeeeee;
}

footer.mamorocca {
    margin-top: 0;
}

footer div {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

footer div img {
    display: block;
    width: 250px;
    height: 100%;
    margin-left: 50px;
}

footer div>ul {
    display: flex;
    flex-wrap: wrap;
    /* margin-top:50px; */
    margin-top: 123px;
    margin-left: auto;
    margin-right: 50px;
    justify-content: center;
}

footer div>ul li {
    margin: 0 10px;
    text-align: center;
}

footer div>ul li:nth-of-type(2),
footer div>ul li:nth-of-type(3),
footer div>ul li:nth-of-type(4) {
    margin: 0 13px;
}

footer div>ul li span {
    display: block;
    margin-top: 5px;
    /* margin-bottom:10px; */
    margin-bottom: 0px;
    color: #1b4c2a;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}



/* footer ul li:first-of-type span {
    letter-spacing: 1.7px;
}

footer ul li:nth-of-type(2) span,
footer ul li:nth-of-type(3) span,
footer ul li:nth-of-type(5) span {
    letter-spacing: 1.5px;
}

footer ul li:nth-of-type(6) {
    letter-spacing: 3px;
}

footer ul li:nth-of-type(6) span {
    letter-spacing: 0px;
}

footer ul li:nth-of-type(7) span {
    letter-spacing: 4px;
    padding-left: 3px;
}

footer ul li:nth-of-type(8) span {
    letter-spacing: 2px;
} */



footer ul li a {
    text-decoration: none;
    color: #666666;
}


footer ul li:hover {
    opacity: 0.7;
}

footer p {
    margin-top: 40px;
    margin-right: 50px;
    font-size: 10px;
    text-align: right;
    color: #666666;
}


@media(max-width:1400px) {
    footer div {
        display: block;
    }

    footer div img {
        margin: 0 auto;
    }

    footer div>ul {
        width: 95%;
        margin: 50px auto;
    }

    footer p {
        text-align: center;
        margin: 0 auto;
    }
}

@media(max-width:959px) {

    footer {
        padding-top: 50px;
    }

    footer div {
        display: block;
        align-items: center;
        margin-bottom: 20px;
    }

    footer div>ul {
        margin: 15px auto;
    }

    footer ul li {
        margin: 5px 8px !important;
        /* margin: 5px 15px !important; */
        font-size: 12px;
    }

    /* footer div>ul>li:not(:nth-last-child(2)):not(:last-of-type) {
        display: none;
    } */



    footer div>ul>li span {
        display: none;
    }
}






/*---------------------------------------------------
btn
---------------------------------------------------*/

.buttons-coll {
    width: 200px;
    margin: 50px auto;
}

button {
    margin: 20px;
}

.custom-btn {
    padding: 10px 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

/**** BTN No. 6 ****/
.btn-6 {
    width: 200px;
    height: 40px;
    line-height: 42px;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}

.btn-6 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-6:before,
.btn-6:after {
    position: absolute;
    content: "";
    height: 0%;
    width: 2px;
    background: #c8d900;
}

.btn-6:before {
    right: 0;
    top: 0;
    transition: all 0.1s ease;
}

.btn-6:after {
    left: 0;
    bottom: 0;
    transition: all 0.1s 0.2s ease;
}

.btn-6:hover:before {
    transition: all 0.1s 0.2s ease;
    height: 100%;
}

.btn-6:hover:after {
    transition: all 0.1s ease;
    height: 100%;
}

.btn-6 span:before,
.btn-6 span:after {
    position: absolute;
    content: "";
    background: #c8d900;
}

.btn-6 span:before {
    left: 0;
    top: 0;
    width: 0%;
    height: 2px;
    transition: all 0.1s 0.1s ease;
}

.btn-6 span:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
}

.btn-6 span:hover:before {
    width: 100%;
}


.button-5 {
    width: 450px;
    height: 100px;
    border: 2px solid #1b4c2a;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 40px 0;
}

.button-5 a {
    font-family: arial;
    font-size: 16px;
    color: #34495e;
    text-decoration: none;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}

.eff-5 {
    width: 101%;
    height: 100px;
    left: -450px;
    top: -100px;
    background: #1b4c2a;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.button-5:hover .eff-5 {
    left: 0;
    top: 0;
}

.button-5:hover a {
    color: #fff;
}


@media(max-width:559px) {
    .button-5 {
        width: 300px;
        height: 60px;
    }

    .eff-5 {
        width: 300px;
        height: 60px;
        left: -300px;
        top: -60px;
        transition: all 0.05s ease;
    }


}




/*ボタン*/

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 300px;
    margin: 0 auto;
    height: 100px;
}

.btn-entry {
    flex: 1 1 auto;
    margin: 10px;
    padding: 20px;
    border: 2px solid #1b4c2a;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    color: #666;
    z-index: 10;

}

.btn-entry:after {
    position: absolute;
    transition: 0.3s;
    content: "";
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #1b4c2a;
}

.btn-entry:after {
    height: 120%;
    left: -10%;
    transform: skewX(15deg);
    z-index: -1;
}

.btn-entry:hover {
    cursor: pointer;
}

.btn-entry:hover:after {
    width: 100%;
    left: 0;
}

.btn-entry:hover {
    color: #fff;
}

.btn-entry:hover:after {
    left: -10%;
    width: 120%;
}


.btn-back {
    display: block;
    width: 280px;
    height: 62px;
    margin: 0 auto;
    padding-top: 23px;
    text-align: center;
    background: #ccc;
    color: #666;
}

.btn-back:hover {
    opacity: 0.7;

}




#gradient {
    position: fixed;
    width: 100%;
    height: 100vh;
    padding: 0px;
    margin: 0px;
    z-index: -999;
}


@media(max-width:559px) {
    .btn-entry:after {
        transition: 0.05s;
    }

    .container {
        width: 250px;
    }

    .btn-back {
        width: 230px;
    }
}





/*-----背景-----*/

.bg {
    animation: slide 25s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #fff 50%, #efefef 50%);
    bottom: 0;
    left: -50%;
    opacity: .3;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
}

.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 14s;
}

.bg3 {
    animation-duration: 20s;
}


@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}


/*---------------------------------------------------
マモロッカページ mamorocca
---------------------------------------------------*/


/*----タイトル画像----*/

.mamorocca-title {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 80px;
    z-index: -999;
}

.mamorocca-title img {
    display: block;
}

.mamorocca-title img:first-child {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.mamorocca-title img:nth-child(2) {
    position: absolute;
    top: 200px;
    right: 50px;
    width: 350px;
}


.mamorocca-title p {
    position: absolute;
    top: 189px;
    right: -46px;
    width: 350px;
    font-size: 15px;
    font-weight: 700;
}



/*----内容----*/

/*スクロール*/


.mamorocca-content {
    margin-top: calc(100vh - 100px);
    padding-top: 30px;
}

.mamorocca-content>a {
    position: relative;
    display: block;
    padding-top: 100px;
}

.mamorocca-content a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #7a645d;
    border-bottom: 1px solid #7a645d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.mamorocca-content a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.mamorocca-content a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.mamorocca-content a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}





.mamorocca-content {
    width: 100%;
    background: #fcfcfc;
}

.mamorocca-content>a {
    cursor: default;
}

.mamorocca-content h1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 130px;
    margin: 0 auto 100px;
    /*padding-top:100px;*/
    text-align: center;
    font-size: 60px;
    font-weight: 400;
    background: #fcfcfc;
    color: #6B5438;
}

.mamorocca-content h1:before {
    content: "";
    position: absolute;
    padding-top: 120px;
    top: 0px;
    left: 50%;
    width: 220px;
    height: 58px;
    border-radius: 50%;
    border: 5px solid #baab9f;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mamorocca-content h1 img {
    position: absolute;
    top: calc(50% - 5px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: auto;
    object-fit: contain;
}

.mamorocca-content>p:not(:last-of-type) {
    margin-top: 100px;
    text-align: center;
    font-size: 20px;
}

.mamorocca-content>p:not(:last-of-type) br {
    display: none;
}

.mamorocca-content>p span {
    font-size: 30px;
    font-weight: 600;
    color: #ffb2b5;
    letter-spacing: 2px;
}

.mamorocca-content>p:last-of-type {
    margin-top: 30px;
    padding-bottom: 100px;
    text-align: center;
}

.mamorocca-content>p:last-of-type img {
    width: 100px;
    height: auto;
}



/*----------mamoroccaについて----------*/


.mamorocca-about {
    width: 100%;
    padding: 100px 0;
    background: #F2f2f2;
}

.mamorocca-about>h2 {
    width: 280px;
    position: relative;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    text-align: center;
    color: #666;
    font-size: 40px;
    font-weight: 300;
}

.mamorocca-about>h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 280px;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #666, #666 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #666, #666 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mamorocca-about>h3 {
    margin: 50px 0 15px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
}

.balloon1 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
}

.balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
}

.balloon1 p {
    margin: 0;
    padding: 0;
}



.mamorocca ul.contact {
    display: flex;
    justify-content: space-around;
    margin: 50px auto 0 auto;
    padding-bottom: 50px;
    max-width: 1100px;
}

.mamorocca ul.contact li {
    width: 30%;
    height: 100px;
    margin: 10px;
}

.mamorocca ul.contact li div.button-5 {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #3c2717;
}

.mamorocca ul.contact li div.button-5 a {
    display: block;
    width: 100%;
    height: 100%;

    padding-top: 25px;
    color: #3c2717;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5rem;
}

.mamorocca ul.contact li div.button-5 a.rowSingle {
    line-height: 3rem;
}

.mamorocca ul.contact li div.button-5:hover a {
    color: #fff;
}

.mamorocca ul.contact li .eff-5 {
    background: #3c2717;
}






.mamorocca-about>p {
    width: 80%;
    max-width: 780px;
    margin: 30px auto 0 ;
    text-align: center;
    line-height: 1.5rem;
}

.mamorocca-about>p span {
    color: #eb6368;
    font-size: 20px;
}


.mamorocca-about>ul {
    width: 90%;
    max-width: 1000px;
    margin: 30px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.mamorocca-about>ul li {
    width: 30%;
    min-width: 260px;
    margin: 0 5px 25px 5px;
    text-align: center;
}

.mamorocca-about>ul li>h4 {
    height: 4em;
    margin-bottom: 10px;
    padding: 10px 0;
    border-top: 2px #fff solid;
    border-bottom: 2px #fff solid;
    color: #444;
}

.mamorocca-about>ul li:last-child h4,
.mamorocca-about>ul li:nth-child(2) h4 {
    padding-top: 20px;
}

.mamorocca-about>ul li>h4 span {
    display: block;
}

.mamorocca-about>ul li>p {
    line-height: 1.5rem;
    font-weight: 300;
}

.mamorocca-about>ul li>p>span {
    display: block;
    text-align: right;
    font-size: 12px;
    font-weight: 300;
}




.cases {
    width: 95%;
    max-width: 800px;
    margin: 100px auto 0 auto;
}

.cases>h2 {
    width: 280px;
    position: relative;
    margin: 0 auto 50px auto;
    padding: 1.5rem 1rem;
    text-align: center;
    color: #666;
    font-size: 40px;
    font-weight: 300;
}

.cases>h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 280px;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #666, #666 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #666, #666 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.case {
    margin-bottom: 50px;
    padding: 30px;
    background-image: linear-gradient(-45deg, #fff 25%, #ededed 25%, #ededed 50%, #fff 50%, #fff 75%, #ededed 75%, #ededed);
    background-size: 5px 5px;
}

.case>h3 {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    font-size: 40px;
    font-weight: 300;
    opacity: 0.7;
}

.case>h3:before,
.case>h3:after {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}

.case>h3:before {
    border-left: solid 3px #ff5722;
    border-top: solid 3px #ff5722;
    top: 0;
    left: 0;
}

.case>h3:after {
    border-right: solid 3px #eb6368;
    border-bottom: solid 3px #eb6368;
    bottom: 0;
    right: 0;
}

.case>div {
    display: flex;
}

.case>div>img {
    display: block;
    width: 30%;
    height: auto;
    margin: 20px;
    object-fit: cover;
}

.case>div>p {
    margin: 20px 0;
    padding: 20px 30px;
    line-height: 1.5rem;
}

.case>img {
    display: block;
    width: 100px;
    margin: 0 auto;
}

.case>ul {
    width: 80%;
    max-width: 450px;
    margin: 20px auto;
    text-align: center;
}


.case>ul li:first-child {
    line-height: 2rem;
}

.case>ul li:first-child {
    width: 200px;
    margin: 0 auto 20px auto;
    position: relative;
    padding: 0.7rem 1rem calc(0.7rem + 10px);
    background: #eb6368;
    color: #fff;
    font-size: 20px;
}

.case>ul li:first-child:before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 200px;
    height: 100%;
    content: '';
    border: 4px solid #666;
}

.case p {
    width: 95%;
    max-width: 700px;
    margin: 20px auto;
    line-height: 2rem;
}

.faq {
    padding-bottom: 50px;
    background: #f7f7f7;
}

.faq h2.balloon1 {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    background: #bdb4ad;
}

.faq h2.balloon1:before {
    border-top: 15px solid #bdb4ad;
}


.faq>ul {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
}

.faq>ul li {
    width: 45%;
    margin: 2.5%;
    padding: 30px;
    line-height: 1.5rem;
    background: #fff;
    border-radius: 5px;
}

.faq>ul li h3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: 500;
    border-bottom: 2px solid #c8d800;
}

.faq>ul li p {
    font-size: 14px;
}








/*----------サービス----------*/


.mamorocca-service {
    padding: 50px 0;
    background: #bdb4ad;
}


.mamorocca-service>h2 {
    width: 280px;
    position: relative;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    text-align: center;
    color: #fcfcfc;
    font-size: 40px;
    font-weight: 300;
}

.mamorocca-service>h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 280px;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #fcfcfc, #fcfcfc 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #fcfcfc, #fcfcfc 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}





.mamorocca-service>div {
    width: 90%;
    margin: 50px auto 0 auto;
    padding-bottom: 80px;
    background: #fff;
    border-radius: 5px;
}

.mamorocca-service>div h3 {
    position: relative;
    padding-top: 50px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #ea6368;
    z-index: 999;
}

.mamorocca-service>div h3 br {
    display: none;
}



.mamorocca-service h3>span {
    display: block;
    font-size: 12px;
    color: #222222;
    font-weight: 100;
    margin-top: 10px;
}

.mamorocca-service>div>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 50px auto 100px auto;
    text-align: center;
    align-items: end;
}

.mamorocca-service>div>ul li {
    width: 300px;
}

.mamorocca-service>div>ul li h4 {
    width: 220px;
    margin: 0 auto 20px auto;
    border-bottom: double 5px #ccc;
    font-size: 30px;
    font-weight: 300;
}

.mamorocca-service>div>ul li p {
    line-height: 1.5rem;
    font-weight: 300;
}

.mamorocca-service>div>ul li p:last-of-type {
    margin-bottom: 20px;
}

.mamorocca-service>div>ul li img {
    width: 80px;
}


.mamorocca-service>div:nth-of-type(2) h4 {
    font-size: 24px;
}


.mamorocca-service>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 90%;
    max-width: 1000px;
    margin: 50px auto 0 auto;
}

.mamorocca-service>ul li {
    position: relative;
    width: 45%;
    min-width: 270px;
    min-height: 380px;
    margin-bottom: 50px;
    padding: 15px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
}

.mamorocca-service>ul li:first-child {
    margin-left: 0;
}

.mamorocca-service>ul li:first-child span {
    display: block;
    font-size: 12px;
}

.mamorocca-service>ul li:last-child {
    margin-right: 0;
}

.mamorocca-service>ul li h3 {
    position: relative;
    padding-top: 50px;
    font-size: 20px;
    font-weight: 400;
}

.mamorocca-service>ul li:nth-child(3) p:nth-of-type(n+4) {
    font-size: 12px;
}

.mamorocca-service>ul li p {
    max-width: 365px;
    margin: 0 auto;
    line-height: 1.5rem;
    font-weight: 300;
}

.mamorocca-service>ul li p:first-of-type {
    margin-top: 50px;
}

.mamorocca-service>ul li p:last-of-type {
    margin-bottom: 20px;
}

@media (max-width: 959px) {
    .mamorocca-service>ul li:nth-child(4) p:nth-of-type(1) br {
        display: none;
    }
}

.mamorocca-service>ul li:nth-child(4) p:nth-of-type(n+2) {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
}

.mamorocca-service>ul li:nth-child(4) p:nth-of-type(n+2) a {
    display: inline-block;
    border-radius: 4px;
    padding: 2px 10px;
    margin: 0 5px;
    background: #eee;
}

.mamorocca-service>ul li:nth-child(4) p:nth-of-type(n+2) a i {
    margin-right: 4px;
    color: #666;
}

.mamorocca-service>ul li img {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 80px;
}

.mamorocca-service>div>.decBox {
    margin: 0 auto 45px;
}

.mamorocca-service>div>.decBox>.txtBox {
    margin: 0 auto 45px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;

}

.mamorocca-service>div>.decBox>.txtBox p {
    font-size: 26px;
    color: #666666;
    margin-bottom: 18px;
    font-weight: bold;
}

.mamorocca-service>div>.decBox>ul.iconBox {
    display: flex;
    flex-wrap: wrap;
    max-width: 470px;
    margin: 0 auto;
    justify-content: center;

}

.mamorocca-service>div>.decBox>ul.iconBox li {
    margin-right: 29px;
}

.mamorocca-service>div>.decBox>ul.iconBox li:nth-child(4) {
    margin-right: 0px;
}


@media screen and (max-width: 768px) {
    .mamorocca-service>div>.decBox>ul.iconBox li {
        margin: 0;
    }
}

.mamorocca-service>div>.subTxtBox {
    width: fit-content;
    margin: 0 auto;
    padding: 0 10px;

    text-align: inherit;
}

.mamorocca-service>div>.subTxtBox p {
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}

.mamorocca-service>div>.subTxtBox p span {
    color: #ea6368;
}

/* 202502add */
.red-box-text__wrap{
    display: flex;
    justify-content: center;
}

.red-box-text{
    display: inline-block;
    border: 2px solid #ea6368;
    color: #ea6368;
    padding: 1rem;
    margin: 50px 10px 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}
@media screen and (min-width:768px){
    .tb-pc-display-none{
        display: none;
    }
}



.mamorocca-service>div>.offHoursBox {
    margin-top: 40px;
}

.mamorocca-service>div>.offHoursBox>.txtBox {
    margin: 0 auto 45px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}


.mamorocca-service>div>.offHoursBox>.row {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

@media(max-width:559px) {
    .mamorocca-service>div>.offHoursBox>.row {
        flex-direction: column;
    }
}

.mamorocca-service>div>.offHoursBox>.row .imgBox {
    display: flex;
    max-width: 400px;
    position: relative;
    top: -12px;
}
@media(max-width:559px) {
    .mamorocca-service>div>.offHoursBox>.row .imgBox {
        display: flex;
        max-width: 400px;
        position: relative;
        top: 0px;
    }
}

.mamorocca-service>div>.offHoursBox>.row .btnBox {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 10px;
}

.mamorocca-service>div>.offHoursBox>.row .btnBox a {
    display: block;
    background: #f0f0f0;
    border: 1px solid #666;
    font-size: 18px;
    color: #666666;
    padding: 8px 60px 9.5px;
    font-weight: 400;
    margin-bottom: 13px;
}

.mamorocca-service>div>.offHoursBox>.row .btnBox p {
    text-align: right;
    margin-top: 13px;
    color: red;
    font-size: 14px;
}



.mamorocca-service>div>.offHoursBox>.row .btnBox a:nth-child(2) {
    margin-bottom: 0px;
}


.mamorocca-service>div>.offHoursBox>.row .btnBox a img.linkIcon {
    position: relative;
    top: 2px;
    margin-right: 8px;
}

/*-----お客様の声-----*/


.mamorocca-reviews {
    padding-top: 100px;
    background: #fffefa;
}

.mamorocca-reviews h2 {
    width: 280px;
    position: relative;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    text-align: center;
    color: #666;
    font-size: 40px;
    font-weight: 300;
}

.mamorocca-reviews h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 280px;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #666, #666 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #666, #666 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mamorocca-reviews h3 {
    padding-top: 50px;
}

.mamorocca-reviews ul {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto 0 auto;
    padding-bottom: 100px;
}

.mamorocca-reviews ul li {
    display: flex;
    line-height: 1.2rem;
    align-items: center;
    font-weight: 300;
}

.mamorocca-reviews ul li img {
    display: block;
    width: 200px;
    height: auto;
    margin-right: 10px;
}
@media(max-width:559px) {
.mamorocca-reviews ul li img {
        width: 80px;
    }
}

/*吹き出し*/


.balloon2-left {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 15px 10px;
    width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: dashed 3px #555;
    box-sizing: border-box;
}

.balloon2-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

.balloon2-left:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #555;
    z-index: 1;
}

.balloon2-left p {
    margin: 0;
    padding: 0;
}


footer.margin-none {
    margin: 0;
}

.case>h3 br {
    display: none;
}

@media(max-width:959px) {
    .mamorocca-title img:nth-child(2) {
        position: absolute;
        top: 200px;
        right: 50px;
        width: 350px;

    }

    .mamorocca-title p {
        position: absolute;
        top: 189px;
        right: -46px;
        width: 350px;
        font-size: 15px;
        font-weight: 700;
    }



    .mamorocca ul.contact li div.button-5 a {
        font-size: 16px;
    }

    .mamorocca-service>div>ul li {
        width: 250px;
    }

    .mamorocca-service>ul li {
        width: 45%;
    }
}

@media(max-width:660px) {
    .mamorocca-service>ul li {
        width: 100%;
        min-height: 400px;
    }
}

@media(max-width:559px) {
    .mamorocca-title img:first-child {
        object-position: 30% -50px;
    }

    .mamorocca-title img:nth-child(2) {
        top: 100px;
        width: 90%;
        min-width: 300px;
    }

    .mamorocca-title img:nth-child(2) {
        right: 24px;
            top: 190px;
            width: 86vw;
            min-width: auto;
    }
    .mamorocca-title p {
        position: absolute;
        top: auto;
        right: 52px;
        width: auto;
        top: 176px;
        font-size: 4vw;

    }


    .mamorocca-content h1 img {
        width: 280px;
    }

    .mamorocca-content h1:before {
        width: 180px;
    }

    .mamorocca-content>p:not(:last-of-type) br {
        display: block;
    }

    .mamorocca ul.contact {
        display: block;
    }

    .mamorocca ul.contact li {
        width: 90%;
        margin: 10px auto;
    }

    .mamorocca ul.contact li div.button-5,
    .mamorocca ul.contact li div.button-5 .eff-5 {
        width: 100%;
        height: 100px;
    }

    .mamorocca ul.contact li div.button-5 .eff-5 {
        top: -100%;
        left: -100%;
    }

    .mamorocca ul.contact li div.button-5:hover .eff-5 {
        top: 0;
        left: 0;
    }

    .mamorocca-about>ul li>h4 {
        margin-bottom: 3px;
    }

    .mamorocca-service>div h3 {
        font-size: 24px;
    }

    .mamorocca-service>div h3 br {
        display: block;
    }

    .mamorocca-service>div>ul li {
        height: auto;
    }

    .case>h3 {
        font-size: 28px;
        padding: 5px;
    }

    .case>h3 br {
        display: block;
    }

    .case>img {
        width: 60px;
        margin: 30px auto
    }

    .case>ul>li:nth-child(2) {
        font-weight: 300;
    }

    .case>div {
        display: block;
    }

    .case>div>img {
        width: 100%;
        height: 200px;
        margin: 0;
    }

    .case>div>p {
        margin: 20px auto;
    }

    .faq>ul li {
        width: 100%;
    }
}


/*--追記0624--*/

.notice {
    max-width: 900px;
    margin: 0 auto 10px;
    padding: 20px 20px;
    text-align: center;
    line-height: 1.5;
    text-align: center;
    color: #172a88;
    line-height: 1.5;
    border: 1px solid #172a88;
    font-size: 24px;
}
.notice p{margin-bottom: 20px;}
.notice p:last-child{margin-bottom: 0px;}
@media screen and (min-width:768px) and ( max-width:900px){
    .notice {
width: 95%;
    }
}
@media screen and (max-width: 768px) {
    .notice {
        font-size: 3.2vw;
        line-height: 1.8;
        padding: 3vw 2vw;
        width: 89%;
        margin: 0 auto 14.4vw;
}
}


/* 20251007add */
@media(max-width:959px) {
    .mb-display-none{
        display: none;
    }
}
@media(min-width:960px) {
    .pc-display-none{
        display: none;
    }
}