header {
    background: #111111;
}

header .container {
    height: 80px;
    align-items: center;
}

header .logo {
    width: 170px;
}

.header-btn {
    border-radius: 20px;
    width: 150px;
    transition: 0.3s;
    background: #1F9970;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-left: 50px;
}

header nav {
    align-items: center;
}

header nav ul {
    width: 500px;
}

header nav ul li a {
    color: #fff;
}

@media (max-width: 768px) {
    header .container {
        height: 50px;
    }

    header .logo {
        width: 94px;
    }

    header nav {
        display: none !important;
    }
}

h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 150%;
}

h1 span {
    color: #1F9970;
}

h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}

h2 span {
    color: #1F9970;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.1em;
}

h3 span {
    color: #1F9970;
}

p {
    font-size: 16px;
}

section {
    padding: 60px 0;
    position: relative;
}

.small {
    font-size: 12px;
    line-height: 180%;
}

.red {
    color: #CD0000;
}

.btn {
    background: #D94141;
}

.btn.green {
    background: #1F9970;
}

@media (max-width: 768px) {
    h1 {
        font-size: 28px;
        line-height: 42px;
    }

    h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    h3 {
        font-size: 16px;
        line-height: 24px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    section {
        padding: 35px 0;
        position: relative;
    }
}


#fv {
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../../images/service/wood_coordinate/local-wood/fv_bg.png);
}

#fv .container {
    padding: 66px 0 69px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../../images/service/wood_coordinate/local-wood/map01.png);
    background-position: right;
}

#fv .text {
    width: 600px;
}

#fv strong {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    border: 3px solid;
    padding: 10px 30px;
    margin-bottom: 30px;
}

#fv .swiper-container {
    width: 580px;
}

.swiper-slide {
    width: 100%;
    position: relative;
}

.swiper-slide .pic-a {
    width: 265px;
    left: 0;
    top: 0;
}

.swiper-slide .pic-b {
    width: 171px;
    right: 0;
    bottom: 0;
    transition-delay: 0.5s;
}

.swiper-slide picture {
    transition: ease 2s;
    transform: scale(0.6);
    /*transform: rotateY(0);*/
    opacity: 0;
    position: absolute;
}

.swiper-slide-active picture {
    transform: scale(1);
    /*transform: rotateY(-360deg);*/
    opacity: 1;
}

#fv .detail {
    margin-bottom: 40px;
}

#fv .detail p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.18em;
}

#fv h1 {
    margin-bottom: 25px;
    letter-spacing: 7px;
}

#fv .btn-area p:before {
    background-image: url(../../../images/service/slash_red.svg);
}

#fv .btn-area p:after {
    background-image: url(../../../images/service/slash_red.svg);
}

@media (max-width: 768px) {
    #fv .container {
        padding: 30px 0 36px 0;
        background-size: 100%;
        background-position: right 50px;
        background-image: url(../../../images/service/wood_coordinate/local-wood/map02.png);
        display: block;
    }

    #fv h1 {
        padding-left: 20px;
        letter-spacing: 2px;
    }

    #fv .text {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    #fv strong {
        border: none;
        border-bottom: 1px solid;
        font-size: 16px;
        line-height: 24px;
        padding: 10px 20px;
        margin-bottom: 6px;
    }

    #fv .detail {
        display: none;
    }

    #fv .swiper-container {
        width: 100%;
        height: 260px;
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .swiper-slide .pic-a {
        width: 140px;
    }

    .swiper-slide .pic-b {
        width: 101px;
    }

    #fv .btn-area {
        margin: 0 auto;
    }
}

#trouble {
    background: #E5E5E5;
    padding-top: 0;
}

#trouble:after {
    position: absolute;
    bottom: -50px;
    border-top: 50px solid #E5E5E5;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    content: "";
    left: 0;
    right: 0;
    width: 0;
    display: block;
    margin: 0 auto;
}

#trouble .title-area {
    background: #007B65;
    height: 166px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 66px;
    position: relative;
}

#trouble .title-area:after {
    position: absolute;
    bottom: -30px;
    border-top: 50px solid #007B65;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    content: "";
    left: 0;
    right: 0;
    width: 0;
    display: block;
    margin: 0 auto;
}

#trouble .title-area h2 {
    color: #fff;
    margin-bottom: 0;
}

#trouble .title-area p {
    font-size: 24px;
    line-height: 36px;
    display: block;
    color: #fff;
}

#trouble .title-area p:after {
    content: "";
    width: 150px;
    height: 1px;
    background: #fff;
    margin: 10px auto 5px auto;
    display: block;
}

#trouble .trouble-box {
    width: 378px;
    background: #fff;
    padding: 29px 22px 33px 22px;
    border-radius: 6px;
}

#trouble .trouble-box h3 {
    font-size: 21px;
}

#trouble .trouble-box figure {
    width: 284px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #trouble .title-area {
        height: 120px;
        margin-bottom: 55px;
    }

    #trouble .title-area:after {
        bottom: -20px;
        z-index: 0;
    }

    #trouble .title-area h2 {
        position: relative;
        z-index: 2;
    }

    #trouble .title-area p {
        font-size: 16px;
        line-height: 24px;
    }

    #trouble .title-area p:after {
        display: none;
    }

    #trouble:after {
        bottom: -30px;
    }

    #trouble .trouble-box {
        width: 100%;
        padding: 16px 10px;
        margin-bottom: 16px;
    }

    #trouble .trouble-box h3 {
        margin-bottom: 15px;
    }

    #trouble .trouble-box figure {
        width: 150px;
    }
}

#solution {
    padding-top: 78px;
}

#solution h2 {
    margin-bottom: 60px;
}

#solution:before {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 385px;
    background: #E5F6EF;
    content: "";
    display: block;
    margin: 0 auto;
    z-index: -1;
}

#solution:after {
    position: absolute;
    bottom: -50px;
    border-top: 50px solid #E5F6EF;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    content: "";
    left: 0;
    right: 0;
    width: 0;
    display: block;
    margin: 0 auto;
    z-index: 3;
}

#solution .solution-box {
    width: 100%;
    background: #fff;
    padding: 48px 105px;
    border: 3px solid #000;
    margin-bottom: 40px;
    position: relative;
}

#solution .solution-box strong {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 406px;
    height: 50px;
    background: #111;
    color: #fff;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 500;
}

#solution .solution-box figure {
    width: 192px;
}

#solution .solution-box .text {
    width: 746px;
}

#solution .solution-box .text h3 {
    margin-bottom: 16px;
    text-align: left;
}

@media (max-width: 768px) {
    #solution {
        padding-top: 52px;
    }

    #solution:after {
        bottom: -30px;
    }

    #solution .solution-box {
        background: #fff;
        padding: 42px 20px 32px 20px;
    }

    #solution .solution-box figure {
        width: 115px;
        margin: 0 auto 22px auto;
    }

    #solution .solution-box strong {
        width: 307px;
        height: 35px;
        top: -25px;
        border-radius: 20px;
        font-size: 16px;
    }

    #solution .solution-box .text {
        width: 100%;
    }

    #solution .solution-box .text h3 {
        text-align: center;
    }

    #solution .solution-box .text p {
        width: 100%;
        padding: 11px;
        background: #E5E5E5;
    }
}

#merit {
    background: #9CE0C2;
    padding-top: 78px;
    position: relative;
}

#merit .merit-box {
    width: 576px;
    padding: 30px 48px;
    background: #fff;
    border: 3px solid #000000;
    border-radius: 6px;
}

#merit .merit-box figure {
    width: 250px;
    margin: 20px auto;
}

@media (max-width: 768px) {
    #merit {
        padding-top: 52px;
    }

    #merit .merit-box {
        width: 100%;
        ;
        padding: 30px 20px;
        margin-bottom: 16px;
    }

    #merit .merit-box h3 {
        margin-bottom: 12px;
    }

    #merit .merit-box figure {
        width: 160px;
    }
}

#reason {
    position: relative;
}

#reason:before {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 385px;
    background: #E5F6EF;
    content: "";
    display: block;
    margin: 0 auto;
    z-index: -1;
}

#reason:after {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 60%;
    height: 994px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../../images/service/wood_coordinate/local-wood/map02.png);
    content: "";
    z-index: 1;
    background-position: right;
}

#reason h2 {
    margin-bottom: 60px;
}

#reason .container {
    position: relative;
    z-index: 3;
}

#reason .reason-box {
    width: 850px;
    margin-bottom: 55px;
    border: 3px solid #111;
    padding: 40px 53px;
    background: #fff;
    position: relative;
    border-radius: 10px;
}

#reason .reason-box h3 {
    text-align: left;
    margin-bottom: 12px;
}

#reason .reason-box em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 193px;
    height: 50px;
    background: #111;
    color: #fff;
    position: absolute;
    top: -25px;
    left: 40px;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 500;
   
}

#reason .reason-box figure {
    width: 417px;
}

#reason .reason-box .text {
    width: 289px;
}

#reason .reason-box .text p span {
    color: #1F9970;
}

@media (max-width: 768px) {
    #reason:before {
        height: 600px;
    }

    #reason:after {
        display: none;
    }

    #reason .reason-box {
        width: 100%;
        margin-bottom: 41px;
        padding: 30px 20px;
        border-radius: 6px;
    }

    #reason .reason-box h3 {
        text-align: center;
    }

    #reason .reason-box em {
        height: 35px;
        top: -20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 20px;
        font-size: 16px;
    }

    #reason .reason-box figure {
        width: 100%;
        margin-bottom: 12px;
    }

    #reason .reason-box .text {
        width: 100%;
    }
}

#comparison {
    background: #E5E5E5;
}

#comparison table {
    border-collapse: separate;
    /* 表の線と線の間を空ける */
    border-spacing: 16px;
    /* 表の線と線の間の幅 */
}

#comparison table .th-none {
    opacity: 0;
}

#comparison table th,
#comparison table td {
    padding: 22px 17px;
    border-radius: 6px;
    background: #fff;
}

#comparison table th {
    font-size: 24px;
    line-height: 36px;
    font-weight: lighter;
}

#comparison table tbody th {
    width: 200px;
}

#comparison table tbody td {
    width: 317px;
    text-align: center;
}

#comparison table thead th.table-green {
    color: #fff;
    background: #1F9970;
}

#comparison table tbody td.table-green {
    background: #9CE0C2;
}

#comparison table tbody td figure {
    width: 40px;
    margin: 0 auto 12px auto;
}

@media (max-width: 768px) {
    #comparison .container {
        width: calc(100% - 20px);
        margin: 0 auto;
        overflow-x: scroll;
    }

    #comparison table {
        width: 930px;
    }

    #comparison table th,
    #comparison table td {
        padding: 22px 0;
        border-radius: 3px;
        background: #fff;
    }

    #comparison table th {
        font-size: 16px;
        line-height: 24px;
    }

    #comparison table tbody th {
        width: 120px;
    }

    #comparison table tbody td {
        width: 183px;
    }

    #comparison table tbody td p {
        font-size: 12px;
        line-height: 20px;
    }

    #comparison .adjust-height {
        height: 100px;
    }
}

.contact-area {
    background-image: url(../../../images/service/contact_bg.jpg);
    background-size: cover;
    width: 100%;
    height: 452px;
    position: relative;
}

.contact-area:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.7);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.contact-area .container {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.contact-area h2 {
    line-height: 36px;
}

.contact-area strong {
    font-size: 24px;
    display: block;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}

.contact-area .btn-area {
    margin-top: 35px;
}

.contact-area .btn-area p:before {
    background-image: url(../../../images/service/slash_white.svg);
}

.contact-area .btn-area p:after {
    background-image: url(../../../images/service/slash_white.svg);
}

@media (max-width: 768px) {
    .contact-area {
        height: 410px;
    }

    .contact-area h2 {
        margin-bottom: 14px;
    }

    .contact-area h2:after {
        content: "";
        display: block;
        width: 30px;
        height: 20px;
        margin: 12px auto 0 auto;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../../../images/service/arrow.png);
    }

    .contact-area strong {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .contact-area .container>p {
        font-size: 12px;
        line-height: 21px;
    }
}

#case h2 {
    margin-bottom: 58px;
}

#case .case-box {
    border: 3px solid;
    padding: 57px;
    position: relative;
    margin-bottom: 48px;
    border-radius: 10px;
}

#case .case-box:last-of-type {
    margin-bottom: 0;
}

#case .case-box h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 480px;
    height: 50px;
    background: #111;
    color: #fff;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 500;
   
}

#case .case-box h3 span {
    color: #fff;
    margin-right: 10px;
}

#case .case-box .request {
    background: #E5F6EF;
    padding: 30px 27px;
    align-items: center;
}

#case .case-box .answer {
    background: #F7F7F7;
    padding: 30px 27px;
    align-items: center;
}

#case .case-box .text {
    width: 605px;
}

#case .case-box .text ul li:before {
    content: "・";
}

#case .case-box .text ul li {
    padding-left: 1em;
    text-indent: -1em;
}

#case .case-box .request {
    margin-bottom: 22px;
}

#case .case-box .request figure {
    width: 71px;
    margin-left: 30px;
    position: relative;
}

#case .case-box .request figure:after {
    width: 15px;
    height: 130px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../../../images/service/wood_coordinate/local-wood/hukidashi01.png);
    display: block;
    position: absolute;
    top: -10px;
    right: -60px;
}

#case .case-box .answer figure {
    width: 107px;
    margin-right: 30px;
    position: relative;
}

#case .case-box .answer figure:before {
    width: 15px;
    height: 130px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../../../images/service/wood_coordinate/local-wood/hukidashi02.png);
    display: block;
    position: absolute;
    top: -10px;
    left: -60px;
}

#case .case-box h4 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 13px;
}

#case .case-box .answer h4 {
    color: #CD0000;
}

@media (max-width: 768px) {
    #case h2 {
        margin-bottom: 70px;
    }

    #case .case-box {
        padding: 20px;
        margin-bottom: 72px;
        border-radius: 6px;
    }

    #case .case-box h3 {
        width: 100%;
        height: 34px;
        top: -45px;
        border-radius: 20px;
        font-size: 16px;
    }

    #case .case-box .request,
    #case .case-box .answer {
        padding: 12px 13px;
    }

    #case .case-box .request figure {
        width: 34px;
        margin: 0 auto 10px auto;
        position: relative;
    }

    #case .case-box .answer figure {
        width: 50px;
        margin: 0 auto 10px auto;
        position: relative;
        order: -1;
    }

    #case .case-box .request figure:after {
        display: none;
    }

    #case .case-box .answer figure:before {
        display: none;
    }

    #case .case-box h4 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 13px;
    }

    #case .case-box ul li {
        font-size: 12px;
        line-height: 20px;
    }
}

#voice {
    background: #E5F6EF;
    position: relative;
}

#voice .voice-item01 {
    position: absolute;
    left: calc(50% - 670px);
    top: 82px;
    width: 192px;
}

#voice .voice-item02 {
    position: absolute;
    right: calc(50% - 700px);
    bottom: 0;
    width: 177px;
}

#voice figure img {
    width: 100%;
    ;
}

#voice .voice-list {
    background: #fff;
    border-radius: 20px;
    padding: 62px 100px;
}

#voice .voice-list li {
    width: 485px;
    height: auto;
    background: #E5F6EF;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
    padding: 22px 28px 22px 63px;
    filter: drop-shadow(0px 10px 4px #00000040);
}

#voice .voice-list li:nth-of-type(1) {
    height: 200px;
}

#voice .voice-list li:nth-of-type(3) {
    height: 140px;
    top: -100px;
}

#voice .voice-list li:nth-of-type(odd):before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -36px;
    bottom: 20px;
    border-right: 36px solid #E5F6EF;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}

#voice .voice-list li:nth-of-type(even):before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -36px;
    bottom: 20px;
    border-left: 36px solid #E5F6EF;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}

#voice .voice-list li blockquote {
    margin: 0;
}

#voice .voice-list li blockquote:before {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 30px;
    content: "“";
    font-family: sans-serif;
    color: #757575;
    font-size: 32px;
    line-height: 1;
}

@media (max-width: 768px) {
    #voice {
        padding-bottom: 0;
    }

    #voice .container {
        padding: 0;
    }

    #voice .voice-list {
        background: #fff;
        border-radius: 20px;
        padding: 24px 16px 24px 39px;
        border-radius: 0;
    }

    #voice .voice-list li {
        width: 389px;
        height: auto;
        border-radius: 10px;
        padding: 12px 20px 12px 31px;
        filter: drop-shadow(0px 10px 4px #00000040);
    }

    #voice .voice-list li:nth-of-type(1) {
        height: auto;
    }

    #voice .voice-list li:nth-of-type(3) {
        height: auto;
        top: auto;
    }

    #voice .voice-list li:before {
        left: -23px !important;
        bottom: 15px !important;
        border-left: none !important;
        border-right: 23px solid #E5F6EF !important;
        border-top: 10px solid transparent !important;
        border-bottom: 10px solid transparent !important;
    }

    #voice .voice-list li blockquote {
        font-size: 12px;
        line-height: 21px;
    }

    #voice .voice-list li blockquote:before {
        top: 10px;
        left: 20px;
        font-size: 24px;
    }
}

#company {
    background: #F7F7F7;
}

#company .flexb {
    gap: 22px 62px;
}

#company dl {
    width: 180px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

#company dl dt {
    font-size: 12px;
    color: #111111;
    line-height: 21px;
}

#company dl dd img {
    width: 100%;
    ;
}

@media (max-width: 768px) {
    #company .flexb {
        gap: 5px 6px;
    }

    #company dl {
        width: 100px;
    }

    #company dl dt {
        display: none;
    }
}

#feature .image-text figure {
    width: 504px;
    left: 0px;
    bottom: 100px;
}

#feature .image-text .text-box {
    background: #E5F6EF;
}

@media (max-width: 768px) {
    #feature .image-text figure {
        width: 244px;
    }

}


#start-flow {
    position: relative;
}

#start-flow:before {
    position: absolute;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #36B289;
    border-top: 35px solid #36B289;
    border-right: 35px solid transparent;
    content: "";
    top: 0;
    left: 0;
}

#start-flow:after {
    position: absolute;
    border-bottom: 35px solid #36B289;
    border-left: 35px solid transparent;
    border-top: 35px solid transparent;
    border-right: 35px solid #36B289;
    content: "";
    bottom: 0;
    right: 0;
}

#start-flow dl {
    border: 2px solid #1F9970;
    background: #fff;
    border-radius: 10px;
    padding: 24px 40px;
    margin-bottom: 20px;
}

#start-flow dl dt {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

#start-flow dl dt span {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1F9970;
    color: #fff;
    border-radius: 50%;
    margin-right: 16px;
    font-size: 16px;
}

#start-flow .container a {
    margin-top: 45px;
}

@media (max-width: 768px) {
    #start-flow:before {
        border-bottom: 20px solid transparent;
        border-left: 20px solid #36B289;
        border-top: 20px solid #36B289;
        border-right: 20px solid transparent;
    }

    #start-flow:after {
        border-bottom: 20px solid #36B289;
        border-left: 20px solid transparent;
        border-top: 20px solid transparent;
        border-right: 20px solid #36B289;
    }

    #start-flow dl {
        border-radius: 10px;
        padding: 14px;
        margin-bottom: 8px;
    }

    #start-flow dl dt {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 24px;
    }

    #start-flow dl dt span {
        width: 24px;
        height: 24px;
        margin-right: 7px;
        font-size: 14px;
    }

    #start-flow dl dd {
        font-size: 12px;
        line-height: 20px;
    }

    #start-flow .btn {
        margin-top: 50px;
    }
}

#faq {
    background: #E5F6EF;

}

#faq dl:first-of-type {
    border-top: 2px solid #000000;
}

#faq dl {
    border-bottom: 2px solid #000;
    background: #fff;
}

#faq dt {
    padding: 24px 30px 10px 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 10px;
    color: #1F9970;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

#faq dt span {
    width: 90%;
}

#faq dt:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../../../images/service/plus.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#faq dt.action:after {
    background-image: url(../../../images/service/minus.png);
}

#faq dd {
    padding: 0px 114px 24px 30px;
}

#faq dl dd a {
    text-decoration: underline;
    color: #1F9970;
    cursor: pointer;
}

@media (max-width: 768px) {
    #faq dt {
        padding: 16px 10px 14px 10px;
        font-size: 16px;
        line-height: 24px;
        color: #1F9970;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #faq dt:after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background-image: url(../../../images/service/plus.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    #faq dd {
        padding: 0px 19px 16px 10px;
        font-size: 12px;
        line-height: 20px;
    }
}

#overview strong {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    display: block;
    margin-bottom: 12px;
    color: #1F9970;
    text-align: center;
}

#overview .container>p {
    text-align: center;
    margin-bottom: 40px;
}

#overview .text dl {
    padding: 13px 100px;
    border-bottom: 1px solid;
    display: flex;
}

#overview .text {
    padding: 24px 97px;
    background: #E5E5E5;
}

#overview .text dl dt {
    width: 120px;
}

@media (max-width: 768px) {
    #overview strong {
        font-size: 16px;
        line-height: 24px;
    }

    #overview .container>p {
        text-align: center;
        font-size: 12px;
        margin-bottom: 40px;
    }

    #overview .text dl {
        padding: 8px 0px;
    }

    #overview .text {
        padding: 30px 20px;
    }

    #overview .text dl dt {
        width: 90px;
        font-size: 12px;
        line-height: 20px;
    }

    #overview .text dl dd {
        font-size: 12px;
        line-height: 20px;
    }
}

footer {
    background: #0C0C0C;
    padding: 12px 30px;
}

footer .container {
    align-items: center;
}

footer ul {
    display: flex;
    align-items: center;
}

footer ul li:first-of-type {
    border-left: 1px solid #fff;
}

footer ul li {
    border-right: 1px solid #fff;
}

footer ul li a {
    padding: 0 14px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    display: block;
}

footer .copy {
    font-size: 10px;
    color: #fff;
    letter-spacing: 0.2em;
}

@media (max-width: 768px) {
    footer {
        background: #0C0C0C;
        padding: 15px 18px;
    }

    footer ul {
        margin-bottom: 15px;
    }

    footer .copy {
        padding-left: 14px;
        border-left: 1px solid #fff;
    }
}
