@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@1,600&display=swap');

/******************* 全体 ********************/


body {
    position: relative;
    font-weight: 500;
    color: #333;
    font-size: 15px;
}


a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #6CB7C1;
    text-decoration: none;
    opacity: 0.7;
}

#contents {
    padding: 0;
    letter-spacing: 1px;
}
p {
    font-size: 17px;
}
h1 {
    margin: 0 !important;
}
h2 {
    font-size: 20px;
    color: #333;
    font-weight: 500;
}
h3 {
    font-weight: 500;
    font-size: 18px;
}
body,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl,
dt,
dd,
form,
figure {
    margin: 0;
    padding: 0
}

ol li,
ul li {
    list-style: none;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.tac {
    text-align: center;
}
.fwb {
    font-weight: 600;
}
.fs30 {
    font-size: 30px;
}

.h2-fs {
    font-size: 30px;
}
@media(max-width: 768px){
    .h2-fs {
        font-size: 25px;
    }
}

.mt30 {
    margin-top: 30px;
}
.underline {
    background: linear-gradient(transparent 60%, #FCB814 60%);
    padding: 0 10px;
}
.ds-sp {
    display: block;
}
@media(min-width:1000px){ 
    .ds-sp {
        display: none;
    }
}

.ds-pc {
    display: none;
}
@media(min-width:1000px){ 
    .ds-pc {
        display: block;
    }
}
.br-sp {
    display: none;
}
@media(max-width: 768px){
    .br-sp {
        display: block;
    }
}

/* header */

header {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
}

.sp-navigation {
    display: none;
}

.navigation {
    margin-right: 3rem;
}

@media(max-width: 768px){
    .navigation {
        display: none;
    }
    .sp-navigation {
        display: block;
        margin-right: 3rem;
    }
}
.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.header__logo {
    position: relative;
}
.header__logo img {
    width: 50%;
    margin-top: 3px;
    margin-left: 25px;
}
@media(max-width: 768px){
    .header__logo logo-sp img {
        width: 100%;
        margin-left: 10px;
        margin-right: 15px;
    }
}


.navi__inner {
    padding: 0;
    display: flex;
}
.navi__btn-wrap {
    display: flex;
    margin-left: 15px;
}
.navi__btn--doc > a {
    background-color: #007FB5;
    padding: 18px 5px 18px 42px;
}

.navi__btn--application > a {
    background-color: #4C99C5;
    padding: 18px 5px 18px 42px;
}

.navi__btn--application {
    margin-right: 0.5rem;
}

.navi__btn > a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-align: center;
    width: 150px;
    transition: all 0.2s ease;
    position: relative;
}
.navi__btn--doc > a:before {
    content: '';
    background: url(../images/mail.png) no-repeat center/contain;
    width: 31.5px;
    height: 35px;
    left: 35px;
}

.navi__btn--application > a:before {
    content: '';
    background: url(../images/application.png) no-repeat center/contain;
    width: 31.5px;
    height: 35px;
    left: 39px;
    top: 53% !important;
}

.navi__btn > a:before {
    display: block;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}



/*769px以下navimenu*/
.sp-navigation--item-list {
    display: flex;
    align-items: center;
    width: 175px;
    margin-top: 5px;
}

.sp-navigation--item-list li {
    display: flex;
    width: calc(100% / 2)
}

.sp-navigation--item-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    font-size: 12px;
    text-align: center;
    letter-spacing: .02em;
}
.sp-navigation--item-list li .block-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-bottom: 4px;
    padding: 3px;
    border-radius: 50%;
}
.sp-navigation--item-list li .block-img img {
    width: 27px;
}
.spnavi__btn--doc {
    background-color: #007FB5;
}

.spnavi__btn--application {
    background-color: #4C99C5;
}

/* section全般 */

section {
    margin: 0 auto;
    width: 100%;
}


/* .s_1 */
.s_1 {
    width: 100%;
    background-color: #F0F4F7;
}
.top_visual {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #F0F4F7;
}
.top_visual img {
    width: 100%;
}


/* .s_2 */
.s_2 {
    width: 100%;
    background: #fff;
    padding-bottom: 3rem;
}

.s_2 h2,
.s_1 h2 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 2rem;
}

.price {
    background: #fff;
    margin: 1rem auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

@media(min-width: 769px){
    .price {
        flex-direction: row;
        align-items: normal;
    }
}

.price_item {
    box-shadow: 4px 4px 6px #828282;
    width: 60%;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #cecece;
    border-top: 10px solid #4C99C4;
    margin-bottom: 1rem;
}

.pc {
    display: none;
}

.sp {
    display: block;
}

.sp-icon {
    font-weight: 600;
}

@media(min-width: 769px){
    .price_item {
        margin-bottom: 0;
        width: 40%;
    }
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
}

.price_ttl {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.price_ttl span {
    border-bottom: 1px solid #4C99C4;
}

.price_detail {
    font-size: 4.5rem;
    font-weight: bold;
    color: #006EAC;
}

hr {
    width: 80%;
    margin-top: 15px;
}

.btn_area {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0;
    justify-content: center;
    flex-wrap: wrap;
}
@media(max-width: 868px){
    .btn_area {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.btn_area li {
    padding: 2rem 1rem;
    width: 350px;
}

@media(max-width: 868px) {
    .btn_area li {
        width: 350px;
        padding: 1.5rem;
    }
}

.cvArea__btn {
    background-color: #fff;
    display: block;
    text-align: center;
    color: #333333 !important;
    padding: 30px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 7px;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: all 0.2s ease !important;
}
@media(max-width: 868px){
    .cvArea__btn {
        padding: 20px;
    }
}
.btn_area__sub {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #0072BC;
    background-color: #fff;
    padding: 1px 25px;
    border-radius: 20px;
    border: solid 2px #0072BC;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
/*
.cvArea__btn--mail:before {
    content: '';
    width: 70px;
    height: 55px;
    background: url(/dsb/images/dsb_img02.png) no-repeat center/contain;
    position: absolute;
    top: 52%;
    left: 5px;
    transform: translateY(-50%);
}
*/
.cvArea__btn:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 3px #333;
    border-right: solid 3px #333;
    position: absolute;
    top: 48%;
    right: 15px;
    margin-top: -4px;
    transform: rotate(45deg);
}

/* .s_3 */
.s_3 {
    position: relative;
    background-color: #F0F4F7;
    padding-bottom: 3rem;
}
.s_3 .wrapper {
    max-width: 100%;
    
}
.s_3 h2 {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 50px;
    font-weight: 600;
    font-size: 2rem;
}

.service_detail {
    display: flex;
    align-content: space-between;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.service_detail li {
    text-align: center;
}

.overview {
    background: linear-gradient(#fff 0%, #fff 120px, #E8F2EC 120px, #E8F2EC 100%);
}

.p-point {
    max-width: 1200px;
    margin: 0 auto;
    
}

.p-point-item {
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 1rem auto;
}

@media(min-width: 769px){
    .p-point-item {
        flex-direction: row;
    }
}
.p-point-item li {
    position: relative;
    width: 90%;
    margin-bottom: 30px;
}

@media(min-width: 769px){
    .p-point-item li {
        width: calc((100% - 70px) / 3);
    }
}

.p-point__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-bottom: 60%;
    border-radius: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

@media(min-width: 769px){
    .p-point__img {
        padding-bottom: 100%;
    }
}

.overview-image01 {
    background-image: url(../images/service_detail01.png);
    width: 60%;
    margin: 0 auto;
}
.overview-image02 {
    background-image: url(../images/service_detail02.png);
    width: 60%;
    margin: 0 auto;
}
.overview-image03 {
    background-image: url(../images/service_detail03.png);
    width: 60%;
    margin: 0 auto;
}

@media(min-width: 769px){
    .overview-image01,.overview-image02,.overview-image03 {
        width: 100%;
    }
}
/*
.overview-image01::before,
.overview-image02::before, 
.overview-image03::before {
    content: "Point 01";
    color: #FFF;
    background: #FCB814;
    padding: .5rem 2rem;
    font-weight: 600;
    font-size: 18px;
    font-family: "Lexend Mega", sans-serif;
    position: absolute;
    left: 50%;
    top: 3%;
    transform: translateY(-50%) translateX(-50%);
}

.overview-image02::before {
    content: "Point 02";
}

.overview-image03::before {
    content: "Point 03";
}
*/
.p-point__txt p:first-child {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 1.625;
    margin-top: 30px;
    margin-bottom: 10px;
}

/* .s_4 */
.s_4 {
    width: 100%;
    padding: 1rem 0;
    background: #007FB5;
}
.s_4 h2 {
    text-align: center;
    padding-top: 60px;
    margin-bottom: 60px;
    font-weight: 600;
}
@media(max-width: 768px){
    .s_4 h2 {
        padding-top: 30px;
        margin-bottom: 30px;
    }
}

@media(min-width: 1960px){
    .s_4 h2 {
        padding-top: 100px;
    }
}

@media(min-width: 2200px){
    .s_4 h2 {
        padding-top: 210px;
    }
}

.flow h2 {
    position: relative;
}

/*　footer */

.footerinfo {
    background: #fff;
    padding: 50px;
}

.footerinfo p {
    font-size: 13px;
    line-height: 1.3;
}
.footerinfo p a {
    text-decoration: none;
}
.logoGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.dsb_logo {
    width: 250px;
    margin: 1rem;
}
.carts_logo {
    width: 182px;
    margin: 1rem;
}
.vertical_line {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 1px;
    background-color: #ccc;
}
.copyright {
    padding-top: 20px;
    text-align: center;
    color: #C1C1C1;
    font-size: 13px;
}

/*　横スクロール時の矢印 */
.arrow {
    margin: 1rem;
}
.arrow p {
    margin: 0;
    padding-left: 5px;
    font-weight: bold;
}
.arrow span {
    display: block;
    width: 100px;
    height: 2px;
    background-color: #0072BC;;
    position: relative;
    transform: scale(0, 1);
    transform-origin: top left;
    animation: arrow01 5s ease-in-out infinite forwards;
}
@keyframes arrow01 {
    0% { transform: scale(0, 1); }
    30% { transform: scale(0, 1); }
    40% { transform: scale(1, 1); }
    85% { transform: scale(1, 1); opacity: 1;}
    90% { transform: scale(1, 1); opacity: 0; }
    100% { transform: scale(1, 1); opacity: 0; }
}
.arrow span::after {
    content: "";
    display: block;
    width: 8px;
    height: 15px;
    border-right: 2px solid #0072BC;;
    transform: rotate(-45deg) scale(1, 0);
    transform-origin: right bottom;
    position: absolute;
    bottom: 2px;
    right: 1px;
    animation: arrow02 5s ease-in-out infinite forwards;
}
@keyframes arrow02 {
    0% { transform: rotate(-45deg) scale(1, 0); }
    45% { transform: rotate(-45deg) scale(1, 0); }
    55% { transform: rotate(-45deg) scale(1, 1); }
    85% { transform: rotate(-45deg) scale(1, 1); opacity: 1;}
    90% { transform: rotate(-45deg) scale(1, 1); opacity: 0; }
    100% { transform: rotate(-45deg) scale(1, 1); opacity: 0; }
}



/* ページトップへの戻り */

.totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.totop a {
    display: block;
    text-decoration: none;
}

.totop img {
    background: #324D5C;
}

.totop img:hover {
    background: #324D5C;
}

/*パンくず*/
.breadcrumb {
    display: flex;
    gap: 0 15px;
    list-style: none;
    padding: 15px 0 0 15px;
    font-size: 1em;
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

.breadcrumb li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-image: url("/images/home-icon.svg");
    background-repeat: no-repeat;
    content: '';
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}

.breadcrumb a {
    color: #333333;
    text-decoration: none;
}

/* 料金表 */

.pctable {
    width: 900px;
    border-collapse: collapse;
    border: 2px solid #000;
    font-size: 15px;
    margin: 10px auto;
}

.pctable td {
    display: table-cell;
    padding: 3px;
    line-height: 2;
    border: 1px solid #000;
    font-size: 1.2rem;
}

.Box04 {
    width: 96%;
    margin: 2rem auto 0;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
}

.Box05-1 {
    border-left: 5px solid #5F698D;
    border-right: 5px solid #5F698D;
    border-top: 5px solid #5F698D;
    background: #6791A7;
    color: #fff;
    width: 25%;
}

.Box05-2 {
    border-left: 5px solid #5F698D;
    border-right: 5px solid #5F698D;
    background: #6791A7;
    color: #fff;
}

.Box05-3 {
    border-left: 5px solid #5F698D;
    border-right: 5px solid #5F698D;
    border-bottom: 5px solid #5F698D;
    background: #6791A7;
    color: #fff;
}

.sptable {
    display: none;
}

@media(max-width:1200px) {
    .Box04 {
        width: 98% !important;
    }

    .Box04 {
        margin-top: 30px;
    }
}

@media(max-width: 800px) {
    .Box04 {
        width: 98%;
    }
    .Box04 p {
        line-height: 1.5;
        font-size: 15px;
    }
    
    .pctable {
        display: none;
    }

    .table_box {
        display: block;
        overflow-x: auto;
    }

    .table_box::-webkit-scrollbar {
        width: 10px;
        height: 6px;
    }

    .table_box::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 5px;
    }

    .table_box::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 5px;
    }

    .table_box::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .sptable {
        display: block;
        width: 825px;
        border-collapse: collapse;
        border: 2px solid #000;
        font-size: 15px;
        margin: 10px auto;
    }

    .sptable td {
        display: table-cell;
        padding: 3px;
        line-height: 2;
        border: 1px solid #000;
        font-size: 1.2rem;
        white-space: nowrap;
    }

    .sptable th {
        white-space: nowrap;
    }

}

/*--お問合せ完了ページ--*/

.thanks__btn {
    background: #007FB5;
    margin: 3rem auto 0;
    text-align: center;
    width: 200px;
}

.thanks__btn a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 1rem;
}

@media(min-width: 769px) {
    .thanks__btn {
        width: 200px;
    }
}

/*--faqコンテンツ--*/

.faq {
    margin-bottom: 100px;
}

.faq h2 {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 2rem;
}

.faq-item {
    margin-top: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #F0F4F7;
}

.faq-question__wrap {
    position: relative;
    background: #F0F4F7;
    padding: 10px 5px 10px 55px;
    cursor: pointer;

}

.minus-icon {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #4c99c4;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.plus-icon {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #4c99c4;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: ease all 0.5s;
    /* 擬似要素のトランジションを追加 */
}

.plus-icon.active {
    transform: translateY(-50%);
}

.faq-question__title {
    font-weight: bold;
    color: #333;
    font-size: 20px;
    position: relative;
    padding: 10px 5px;
    width: 90%;

}

.faq-question__title::before {
    position: absolute;
    color: #4c99c4;
    content: "Q";
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
    font-size: 35px;
}

.faq-answer__wrap {
    background: #333;
    padding: 10px 5px 10px 55px;
    transition: ease all 0.5s;
    /* 擬似要素のトランジションを追加 */
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.faq-answer__wrap.active {
    height: auto;
    padding: 10px 5px 10px 55px;
}

.faq-answer__wrap {
    background: #F0F4F7;
    opacity: 0;
    padding: 10px 5px 10px 55px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    transition: ease all 0.7s;
    /* 擬似要素のトランジションを追加 */
}

.faq-answer__wrap.active {
    opacity: 1;
    padding: 10px 5px 10px 55px;
}

.faq-answer__title {
    position: relative;
    font-weight: bold;
    color: #0C89B7;
    font-size: 20px;
    padding: 10px;
}

.faq-answer__title::before {
    position: absolute;
    color: #0C89B7;
    content: "A.";
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
    font-size: 35px;
}

.faq-answer__text {
    margin-top: 5px;
    padding: 0 10px;
}

.backgroundservice {
    background-color: #F0F4F7;
    padding: 30px 0;
}

.backgroundservice p {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    margin: 0 10px;
}

@media(min-width: 769px) {
    .backgroundservice p {
        font-size: 20px;
    }
    
}


/*--PC表示時基本デザイン　ここまで--*/
