/* common */
.bg-light-color {
    background-color: #ffe8ea;
}

/* contact */
.contact-area.office-relocation {
    border-top: 10px solid #bf0605;
    border-bottom: 10px solid #bf0605;
}

.contact-area.office-relocation .image.main {
    margin-bottom: 15px;
}

.contact-area.office-relocation .bg-cont {
    background-color: #fff;
    box-shadow: 5px 5px rgb(0 0 0 / 15%);
}

.contact-area.office-relocation .bg-cont .contact-area ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px;
}

.contact-area.office-relocation .bg-cont .contact-area ul li {
    text-align: center;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}

.contact-area.office-relocation .bg-cont .contact-area ul li svg {
    display: block;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    fill: #e00908;
}

.contact-area.office-relocation .bg-cont .contact-area ul li .num {
    line-height: 1;
    color: #f4af00;
    display: block;
}

.contact-area.office-relocation .bg-cont .contact-area ul li .business-hours {
    text-align: center;
    display: block;
    padding-top: 5px;
}

.contact-area.office-relocation .bg-cont .contact-area ul li .btn {
    font-size: 21px;
    font-weight: 500;
    display: block;
    background-color: #e00908;
    padding: 20px 15px;
    margin: auto;
    border-radius: 3px;
}

.contact-area.office-relocation .bg-cont .contact-area ul li .btn:hover {
    background-color: #bf0605;
}

@media (max-width: 767px) {
    .contact-area.office-relocation .bg-cont .contact-area ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-area.office-relocation .bg-cont .contact-area ul li.tel {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact-area.office-relocation .bg-cont .contact-area ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 991px) {
    .contact-area.office-relocation .bg-cont .contact-area ul li.tel svg {
        width: 32px;
        height: 32px;
    }

    .contact-area.office-relocation .bg-cont .contact-area ul li.mail svg {
        width: 48px;
        height: 48px;
        margin-bottom: -6px;
    }

    .contact-area.office-relocation .bg-cont .contact-area ul li .num {
        font-size: 2.5em;
    }

    .contact-area.office-relocation .bg-cont .contact-area ul li .ttl {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .contact-area.office-relocation .bg-cont .contact-area ul li .business-hours {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .contact-area.office-relocation .bg-cont .contact-area ul li {
        -ms-flex: 0 0 480px;
        flex: 0 0 480px;
        max-width: 480px;
    }

    .contact-area.office-relocation .bg-cont .contact-area ul li.tel svg {
        width: 48px;
        height: 48px;
    }

    .contact-area.office-relocation .bg-cont .contact-area ul li.mail svg {
        width: 64px;
        height: 64px;
        margin-bottom: -6px;
    }

    .contact-area.office-relocation .bg-cont .contact-area ul li .num {
        font-size: 3.5em;
    }

    .contact-area.office-relocation .bg-cont .contact-area ul li .ttl {
        font-size: 21px;
    }
}

/* worries */
.bg-common.worries {
    background-color: #f5f5cf;
}

.bg-common.worries .img-human {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
}

@media (max-width: 767px) {
    .bg-common.worries .img-human {
        background: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bg-common.worries .img-human {
        background-size: 540px auto;
    }
}

.row-worries-text .item .bg-cont {
    background-color: #fff;
    border-radius: 3px;
}

.row-worries-text .item .ttl {
    font-size: 14px;
}

@media (min-width: 768px) {
    .row-worries-text .item .ttl {
        font-size: 21px;
    }
}

.row-worries .item .bg-cont {
    background-size: contain;
}

.row-worries .item .bg-cont .ttl {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .row-worries .item {
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        max-width: 280px;
    }

    .row-worries .item .bg-cont {
        height: 150px;
    }
}

@media (min-width: 768px) {
    .row-worries .item .bg-cont {
        height: 240px;
    }
}

/* reason */
.bg-common.reason {
    border-top: 10px solid #ffa800;
    border-bottom: 10px solid #ffa800;
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-worries .item .bg-cont .ttl {
        font-size: .8em;
    }

    .row-worries .item {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
    }
}

@media (max-width: 991px) {
    .row-worries .item:nth-of-type(odd) {
        margin-right: auto;
    }

    .row-worries .item:nth-of-type(even) {
        margin-left: auto;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .row-worries .item .bg-cont .ttl {
        font-size: .9em;
    }
}

/* gallery */
@media (max-width: 991px) {
    .carousel-area {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}

@media (min-width: 992px) {
    .row-gallery .item {
        width: 100%;
        max-width: 720px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-gallery .item .block-area {
    display: block;
    border: 3px solid #e00908;
    border-radius: 3px;
}

.row-gallery .item .ttl {
    color: #e00908;
}

.row-gallery .slick-prev, .row-gallery .slick-next {
    font-size: 64px;
    color: #e00908;
    line-height: 1;
    background: none;
    width: 8%;
    height: 100%;
}

.row-gallery .slick-prev::before, .row-gallery .slick-next::before {
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
}

.row-gallery .slick-prev {
    background-image: linear-gradient(90deg, #fff, transparent);
    left: 0;
}

.row-gallery .slick-next {
    background-image: linear-gradient(-90deg, #fff, transparent);
    right: 0;
}

/* service */
@media (max-width: 575px) {
    .row-service .item .image {
        width: 150px;
        height: 150px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .row-service .item .image {
        width: 210px;
        height: 210px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-service .item .image {
        width: 210px;
        height: 210px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .row-service .item .image {
        width: 280px;
        height: 280px;
    }
}

@media (min-width: 1201px) {
    .row-service .item .image {
        width: 320px;
        height: 320px;
    }
}

.row-service .item {
    margin-bottom: 15px;
}

.row-service .item .image {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    border: 3px solid #e00908;
    border-radius: 500px;
    overflow: hidden;
}

.row-service .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row-service .item .ttl {
    color: #e00908;
}

@media (max-width: 767px) {
    .row-service .item .metabox {
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-service .item .metabox {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .row-service .item .metabox {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/* flow */
.row-flow .item .image {
    margin-bottom: 15px;
    border: 3px solid #e00908;
    border-radius: 500px;
    overflow: hidden;
}

.row-flow .item svg {
    display: block;
    width: 64px;
    height: 64px;
    fill: #e00908;
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(-50%);
    margin-left: 10px;
}

.row-flow .item .num {
    font-size: 36px;
    color: #e00908;
    font-weight: 500;
    text-align: center;
    display: block;
    width: 100%;
}

.row-flow .item .ttl {
    color: #e00908;
}

/* faq */
@media (min-width: 768px) {
    .faq-area .accordion_one {
        max-width: 1280px;
        margin: 0 auto;
    }
}

.faq-area .accordion_one {
    margin-bottom: 15px;
}

.faq-area .accordion_one .accordion_header {
    background-color: #fff;
    font-size: 26px;
    font-weight: 500;
    padding-left: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-bottom: 2px solid #e00908;
    border-radius: 3px 3px 0 0
}

.faq-area .accordion_one:first-child .accordion_header {
    border-top: 2px solid #e00908;
}

.faq-area .accordion_one .head {
    font-weight: 500;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    position: absolute;
}


.faq-area .accordion_one .head {
    font-size: 18px;
    width: 28px;
    height: 28px;
    top: 14px;
    left: 14px;
}

@media (min-width: 768px) {
    .faq-area .accordion_one .head {
        font-size: 24px;
        width: 36px;
        height: 36px;
    }
}

.faq-area .accordion_one .accordion_header .head {
    background-color: #fff;
    color: #e00908;
}

.faq-area .accordion_one .accordion_inner .head {
    background-color: #e00908;
    color: #f6f6f6;
    opacity: 0;
    transition: .5s ease all;
}

.faq-area .accordion_one .accordion_header.open+.accordion_inner .head, .faq-area .accordion_one .accordion_header.stay+.accordion_inner .head {
    opacity: 1;
    transition: .5s ease all;
}

.faq-area .accordion_one .accordion_header.open, .faq-area .accordion_one .accordion_header.stay {
    color: #fff;
    background-color: #e00908;
}

.faq-area .accordion_one .accordion_header:hover {
    color: #fff;
    background-color: #e00908;
    opacity: .8;
}

.faq-area .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}

.faq-area .accordion_one .accordion_header.stay .i_box {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq-area .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}

.faq-area .accordion_one .accordion_header.stay .i_box .one_i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq-area .accordion_one .accordion_header.stay.open .i_box .one_i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq-area .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.faq-area .accordion_one .accordion_header.stay.open .i_box {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.faq-area .accordion_one .accordion_header .i_box .one_i:before, .faq-area .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #e00908;
    border-radius: 10px;
    width: 18px;
    height: 2px;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}

.faq-area .accordion_one .accordion_header.open .i_box .one_i:before, .faq-area .accordion_one .accordion_header.open .i_box .one_i:after, .faq-area .accordion_one .accordion_header.stay .i_box .one_i:before, .faq-area .accordion_one .accordion_header.stay .i_box .one_i:after, .faq-area .accordion_one .accordion_header:hover .i_box .one_i:before, .faq-area .accordion_one .accordion_header:hover .i_box .one_i:after {
    background-color: #fff;
}

.faq-area .accordion_one .accordion_header .i_box .one_i:before {
    width: 2px;
    height: 18px;
    top: 0;
    left: 8px;
}

.faq-area .accordion_one .accordion_header.stay .i_box .one_i:before {
    content: none;
}

.faq-area .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}

.faq-area .accordion_one .accordion_header.stay.open .i_box .one_i:before {
    content: "";
}

.faq-area .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.faq-area .accordion_one .accordion_header.stay.open .i_box .one_i:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq-area .accordion_one .accordion_inner {
    display: none;
    box-sizing: border-box;
    padding: 15px;
    padding-left: 60px;
    background-color: #fff;
    position: relative;
    border-radius: 0 0 3px 3px;
}

.faq-area .accordion_one .accordion_inner.block {
    display: block;
}

.faq-area .accordion_one .accordion_inner.stay {
    display: block;
}

.faq-area .accordion_one .accordion_inner p.txt_a_ac {
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.faq-area .accordion_one .accordion_header {
    font-size: 21px;
    text-align: left;
    padding: 15px 60px 15px 60px;
}

@media (max-width: 767px) {
    .faq-area .accordion_one .accordion_inner p.txt_a_ac {
        font-size: 14px;
    }

    .faq-area .accordion_one .accordion_header {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .faq-area .accordion_one .accordion_inner p.txt_a_ac {
        font-size: 18px;
    }

    .faq-area .accordion_one .accordion_header {
        font-size: 21px;
    }
}

/* voice */
.row-voice .item .image {
    margin-bottom: 15px;
    border: 3px solid #e00908;
}

.row-voice .item .ttl {
    color: #e00908;
}

.row-voice .item .ttl span {
    background: linear-gradient(transparent 70%, #fdd485 0%);
    display: inline;
    padding: 0 2px 0;
}
