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: 400px;
}

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.05em;
}

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: #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;
    overflow: hidden;
}

#fv .container {
    position: relative;
}

#fv .container:before,
#fv .container:after {
    position: absolute;
    content: "";
    width: 438px;
    height: 1100px;
    background: #007B65;
    opacity: 0.7;
    transform: rotate(46deg);
    z-index: 2;
}

#fv .container:before {
    top: -500px;
    left: 0px;
}

#fv .container:after {
    bottom: -400px;
    right: -400px;
}

#fv .text {
    width: 1200px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    padding: 55px 0;
    position: absolute;
    z-index: 3;
}

#fv h1 span {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.3rem;
    color: #fff;
    padding: 10px 10px 15px 10px;
    background: #000;
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
}

#fv .text .detail {
    width: 468px;
    margin-bottom: 20px;
}

#fv .border {
    width: 454px;
    border-bottom: 1px solid #fff;
    height: 80px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 130px;
    content: "";
    z-index: 4;
}

#fv .text .detail p {
    font-size: 24px;
    color: #fff;
    line-height: 41px;
    letter-spacing: 0.1rem;
}

#fv .text .btn-area {
    width: 468px;
    position: relative;
    z-index: 4;
}

#fv .text .btn {
    background: #D94141;
    transition: ease 0.3s;
}

#fv .text .btn:hover {
    transform: translate(0, -10px);
}

#fv .text .btn-area p.white {
    color: #fff;
}

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

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

#fv .swiper-container01 {
    width: 100%;
    overflow: hidden;
}

#fv .swiper-container02 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#fv .swiper-container01 .swiper-slide {
    width: 100%;
    height: 589px;
    position: relative;
    display: block;
}

#fv .swiper-container01 .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#fv .swiper-container01 .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #111111;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
}

#fv .swiper-container02 .swiper-slide-text-A {
    width: 100%;
    height: 589px;
    position: relative;
    display: block;
}

#fv .swiper-container02 .swiper-slide-text-B {
    width: 100%;
    height: 589px;
    position: relative;
    display: block;
    left: -100%;
}

#fv .swiper-container02 .swiper-slide-text-C {
    width: 100%;
    height: 589px;
    position: relative;
    display: block;
    left: -200%;
}

#fv .swiper-container02 .swiper-slide-text-D {
    width: 100%;
    height: 589px;
    position: relative;
    display: block;
    left: -300%;
}

#fv .swiper-container02 .swiper-slide strong {
    width: 454px;
    font-size: 48px;
    line-height: 80px;
    font-weight: 600;
    display: block;
    letter-spacing: 0.1rem;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 130px;
}

@media (max-width: 768px) {

    #fv .container:before,
    #fv .container:after {
        width: 300px;
        height: 650px;
        transform: rotate(50deg);
    }

    #fv .container:before {
        top: -350px;
        left: 0px;
    }

    #fv .container:after {
        bottom: -400px;
        right: 0px;
    }

    #fv .text {
        width: 100%;
        padding: 55px 20px;
    }

    #fv h1 {
        margin-bottom: 120px;
    }

    #fv h1 span {
        font-size: 24px;
        line-height: 42px;
        padding: 5px 5px 10px 5px;
        margin-bottom: 10px;
        letter-spacing: 0.1em;
    }

    #fv .text .detail {
        width: 236px;
        margin-bottom: 20px;
    }

    #fv .text .detail p {
        font-size: 16px;
        line-height: 24px;
    }

    #fv .text .btn-area {
        width: 100%;
    }

    #fv .border {
        display: none;
    }

    #fv .swiper-container02 .swiper-slide strong {
        display: none;
    }
}

#trouble {
    padding: 0;
}

#trouble .think-about {
    background: #E5E5E5;
    padding: 60px 0;
    position: relative;
}

#trouble .think-about:after {
    position: absolute;
    bottom: -30px;
    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 .think-about-box {
    width: 378px;
    background: #fff;
    padding: 29px 22px 33px 22px;
    border-radius: 6px;
}

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

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

#trouble .many-step {
    background: #36B289;
    padding: 60px 0;
}

#trouble .many-step .left {
    width: 650px;
}

#trouble .many-step .center {
    display: flex;
    align-items: center;
}

#trouble .many-step .center p {
    font-size: 40px;
    color: #fff;
}

#trouble .many-step .right {
    width: 400px;
}

#trouble .many-step .right p {
    font-size: 24px;
    line-height: 48px;
    color: #fff;
    text-shadow: 0px 2px 2px #00000040;
}

@media (max-width: 768px) {
    #trouble .think-about-box {
        width: 100%;
        margin-bottom: 12px;
    }

    #trouble .think-about-box h3 {
        font-size: 20px;
    }

    #trouble .think-about-box figure {
        width: 155px;
    }

    #trouble .many-step .left {
        width: 100%;
        margin-bottom: 30px;
    }

    #trouble .many-step .center {
        transform: rotate(90deg);
        margin: 0 auto 20px auto;
    }

    #trouble .many-step .right {
        width: 100%;
    }

    #trouble .many-step .right p {
        font-size: 16px;
        line-height: 32px;
        text-align: center;
    }
}

#expert h2 {
    margin-bottom: 65px;
}

#expert .container {
    border-top: 4px solid;
}

#expert strong {
    width: 626px;
    display: block;
    background: #000;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 46px;
    margin: -23px auto 10px auto;
}

#expert .expert-title {
    align-items: center;
    padding-bottom: 60px;
}

#expert .expert-title figure {
    width: 192px;
}

#expert .expert-title .text {
    width: 756px;
}

#expert .expert-title .text h3 {
    text-align: left;
    margin-bottom: 16px;
}

#expert .expert-box {
    border-top: 3px solid;
    padding: 40px 22px;
}

#expert .expert-box h3 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#expert .expert-box h3 span {
    color: #B2B2B2;
    font-size: 48px;
    margin-right: 10px;
    letter-spacing: 0.05em;
}

#expert .expert-box figure {
    width: 634px;
}

#expert .expert-box .text {
    width: 262px;
}

#expert .expert-box .text .text-note {
    margin-top: 20px;
    font-size: 12px;
    line-height: 24px;
}

@media (max-width: 768px) {
    #expert strong {
        width: 303px;
        border-radius: 10px;
        font-size: 16px;
        line-height: 24px;
        margin: -28px auto 45px auto;
        padding: 5px 0;
    }

    #expert .expert-title figure {
        margin: 0 auto 40px auto;
    }

    #expert .expert-title {
        padding: 0 16px 50px 16px;
    }

    #expert .inner01 {
        padding: 0;
    }

    #expert .inner02 {
        padding: 0;
    }

    #expert .expert-box h3 {
        text-align: left;
    }

    #expert .expert-box h3 span {
        font-size: 40px;
    }

    #expert .expert-box figure {
        width: 100%;
        margin-bottom: 20px;
    }

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

#expert .btn-area p {
    color: #CD0000;
}

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

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

#expert .btn-area .btn {
    transition: ease 0.3s;
}

#expert .btn-area .btn:hover {
    transform: translate(0, -10px);
}


#worries {
    background: #E1E1E1;
}

#worries .worries-box {
    width: 485px;
    padding: 36px 0;
    background: #fff;
    border: 4px solid #000000;
    border-radius: 6px;
    margin-bottom: 40px;
    box-shadow: 0px 9px 19px 10px #00000040;
    transition: ease 0.3s;
    ;
}

#worries .worries-box:hover {
    transform: translateY(-10px);
}

#worries .worries-box:after {
    width: 248px;
    height: 36px;
    background: url(../../../images/service/wood_coordinate/wood_processing/worries_link.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    margin: 0 auto;
}

#worries .worries-box h3 {
    padding: 0 35px 35px 35px;
    display: flex;
    justify-content: space-between;
}

#worries .worries-box h3 em {
    width: 72px;
    height: 72px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
   
}

#worries .worries-box h3 p {
    width: 320px;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
}

#merit .merit-box figure {
    width: 100%;
    margin: 0 auto 20px auto;
}

#worries .worries-box .text {
    padding: 35px;
}

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

@media (max-width: 768px) {
    #worries .worries-box {
        width: 100%;
        padding: 28px 0;
        border: none;
        border-radius: 6px;
        margin-bottom: 20px;
        box-shadow: 0px 4px 20px 0px #00000040;
    }

    #worries .worries-box h3 {
        padding: 0 20px 20px;
    }

    #worries .worries-box h3 em {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    #worries .worries-box h3 p {
        width: 235px;
        font-size: 16px;
        line-height: 24px;
    }
}

#solution {
    background: #E5F6EF;
}

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

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

#solution .solution-box {
    margin-bottom: 65px;
    border-top: 3px solid #1F9970;
    padding: 40px 118px;
    background: #fff;
    position: relative;
}

#solution .solution-box .sub {
    color: #1F9970;
}

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

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

#solution .solution-case-block {
    width: 363px;
}

#solution .solution-case-block h4 {
    background: #000;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}

#solution .solution-case-block picture {
    margin-bottom: 10px;
}

#solution .solution-case-block p {
    background: #E5F6EF;
    padding: 16px;
    border-radius: 6px;
    height: 156px;
}

#solution .solution-case-block p span {
    color: #1F9970;
}

@media (max-width: 768px) {
    #solution .solution-box {
        margin-bottom: 42px;
        padding: 36px 20px;
        background: #fff;
        position: relative;
    }

    #solution .solution-box em {
        width: 150px;
        height: 42px;
        background: #1F9970;
        color: #fff;
        position: absolute;
        left: 20px;
        border-radius: 40px;
        font-size: 16px;
        font-weight: 500;
       
    }

    #solution .solution-case-block {
        width: 100%;
        margin-bottom: 20px;
    }
}

#comparison {
    background: #E1E1E1;
}

#comparison .container {
    background: #fff;
    border-radius: 6px;
    padding: 30px 60px;
}

#comparison .comparison-box {
    width: 520px;
    border-radius: 10px;
    overflow: hidden;
}

#comparison .comparison-box.other {
    border: 3px solid #B2B2B2;
    background: #F2F2F2;
}

#comparison .comparison-box.us {
    border: 3px solid #1F9970;
    background: #E5F6EF;
}

#comparison .comparison-box h3 {
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 54px;
}

#comparison .comparison-box.other h3 {
    background: #B2B2B2;
}

#comparison .comparison-box.us h3 {
    background: #1F9970;
    color: #fff;
}

#comparison .comparison-box .contents {
    padding: 40px;
}

#comparison .comparison-box .image-text figure {
    width: 100px;
}

#comparison .comparison-box .image-text {
    margin-bottom: 40px;
}

#comparison .comparison-box.other .image-text p {
    width: 294px;
    font-size: 20px;
    color: #757575;
}

#comparison .comparison-box.us .image-text p {
    width: 294px;
    font-size: 20px;
    color: #007B65;
    margin: auto;

}

#comparison .comparison-box .difference>ul>li {
    padding: 20px;
    background: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

#comparison .comparison-box.us .difference>ul {
    position: relative;
}

#comparison .comparison-box.us .difference>ul:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 100%;
    background: #D0E0DA;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}

#comparison .comparison-box ul li.green {
    background: #36B289;
    padding: 20px 50px;
}

#comparison .comparison-box .green figure {
    width: 148px;
    margin: 0 auto 20px auto;
}

#comparison .comparison-box .green li {
    color: #fff;
    text-align: left;
    font-size: 20px;
}

#comparison .comparison-box .green li:before {
    content: "・";
}

@media (max-width: 768px) {
    #comparison .container {
        padding: 0 16px;
        background: transparent;
    }

    #comparison .comparison-box.us {
        margin-top: 30px;
    }

    #comparison .comparison-box h3 {
        height: 100px;
        font-size: 20px;
        line-height: 30px;
    }

    #comparison .comparison-box .contents {
        padding: 16px 20px;
    }

    #comparison .comparison-box .image-text {
        width: 255px;
        margin: 0 auto 16px auto;
    }

    #comparison .comparison-box .image-text figure {
        width: 70px;
    }

    #comparison .comparison-box.other .image-text p {
        width: 175px;
        font-size: 16px;
    }

    #comparison .comparison-box.us .image-text p {
        width: 175px;
        font-size: 16px;
    }

    #comparison .comparison-box .difference>ul>li {
        padding: 12px 20px;
        background: #fff;
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    #comparison .comparison-box ul li.green {
        background: #36B289;
        padding: 10px 34px;
    }

    #comparison .comparison-box .green figure {
        width: 75px;
        margin: 0 auto 10px auto;
    }

    #comparison .comparison-box .green li {
        color: #fff;
        text-align: left;
    }
}

.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);
}

.contact-area .btn-area .btn {
    transition: ease 0.3s;
}

.contact-area .btn-area .btn:hover {
    transform: translate(0, -10px);
}

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

    .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;
    }
}

#works {
    background: #E5F6EF;
}

#works h2 {
    line-height: 250%;
}

#works h2:after {
    content: "";
    width: 162px;
    height: 8px;
    background: #1F9970;
    margin: 0 auto;
    display: block;
}

#works .works-box {
    border: 3px solid #000000;
    border-radius: 10px;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0px 2px 20px 0px #00000040;
}

#works .works-box h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    border-bottom: 3px solid #000000;
}

#works .works-box h3 em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 193px;
    height: 50px;
    background: #000;
    color: #fff;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 500;
   
}

#works .works-box h3 p {
    width: 644px;
    font-size: 35px;
    line-height: 54px;
    text-align: left;
}

#works .works-box .works-detail {
    padding: 30px 45px;
}

#works .works-box .works-detail figure {
    width: 580px;
}

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

#works .works-box .works-detail .text ul {
    margin-bottom: 10px;
}

ul.option {
    width: 285px;
    align-items: center;
}

.flexb.second {
    justify-content: center;
}

ul.option li.item {
    border: 1px solid #36B289;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    color: #36B289;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 20px;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

ul.option li.batsu {
    font-size: 20px;
}

#works .works-box .works-detail .text li.batsu {
    color: #36B289;
}

ul.option li:last-of-type {
    content: "";
}

@media (max-width: 768px) {
    #works .works-box h3 {
        flex-wrap: wrap;
        padding: 20px;
    }

    #works .works-box h3 em {
        width: 150px;
        height: 30px;
        border-radius: 30px;
        font-size: 16px;
        margin: 0 auto 10px auto;
    }

    #works .works-box h3 p {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    #works .works-box .works-detail {
        padding: 0;
    }

    #works .works-box .works-detail figure {
        width: 100%;
    }

    #works .works-box .works-detail .text {
        width: 100%;
        padding: 20px;
    }

    #works .works-box ul.option {
        margin: 0 auto 10px auto;
    }
}

#case {
    width: 100%;
    ;
    overflow: hidden;
}

#case .swiper-container02 {
    overflow: hidden;
}

#case .swiper-slide {
    position: relative;
    padding: 0 5px;
}

#case .swiper-slide ul.option {
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 3;
}

#case .swiper-slide ul.option li.batsu {
    color: #fff;
}

#case .swiper-wrapper {
    transition-timing-function: linear;
}

@media (max-width: 768px) {}

#case .btn-area {
    margin: 50px 0 30px;
}

#case .btn-area p {
    color: #CD0000;
}

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

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

#case .btn-area .btn {
    transition: ease 0.3s;
}

#case .btn-area .btn:hover {
    transform: translate(0, -10px);
}


#example {
    background: #E5F6EF;
}

#example ul {
    margin-bottom: 30px;
}

#example ul li {
    width: 473px;
    padding: 28px 28px 28px 69px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 24px;
    position: relative;
    box-shadow: 0px 4px 16px 0px #00000040;
}

#example ul li:before {
    content: "";
    position: absolute;
}

#example ul li:before {
    top: 0;
    left: 20px;
    display: block;
    height: 41px;
    border: 13px solid;
    border-bottom-width: 5px;
    border-bottom-color: transparent;
}

#example ul li:nth-of-type(1):before {
    border-color: #007B65;
    border-bottom-color: transparent;
}

#example ul li:nth-of-type(2):before {
    border-color: #B2B2B2;
    border-bottom-color: transparent;
}

#example ul li:nth-of-type(3):before {
    border-color: #1F9970;
    border-bottom-color: transparent;
}

#example ul li:nth-of-type(4):before {
    border-color: #007B65;
    border-bottom-color: transparent;
}

#example ul li:nth-of-type(5):before {
    border-color: #B2B2B2;
    border-bottom-color: transparent;
}

#example ul li:nth-of-type(6):before {
    border-color: #1F9970;
    border-bottom-color: transparent;
}

#example .to-bottom {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    position: relative;
}

#example .to-bottom:after {
    content: "";
    margin: 0 auto;
    border-top: 20px solid #007B65;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    width: 0;
}

@media (max-width: 768px) {
    #example {}

    #example .container {
        overflow-x: scroll;
    }

    #example ul {
        margin-bottom: 0px;
        display: flex;
        width: 1878px;
    }

    #example ul li {
        width: 303px;
        padding: 12px 12px 12px 54px;
        margin-bottom: 0px;
        margin-right: 10px;
    }

    #example ul li:nth-of-type(1) {
        height: 190px;
    }

    #example ul li:nth-of-type(2) {
        height: 250px;
    }

    #example ul li:nth-of-type(3) {
        height: 190px;
    }

    #example ul li:nth-of-type(4) {
        height: 155px;
    }

    #example ul li:nth-of-type(5) {
        height: 310px;
    }

    #example ul li:nth-of-type(6) {
        height: 190px;
    }

    #example .to-bottom {
        display: none;
    }

    .scroll-hint-text {
        line-height: 10px;
    }
}

#start-flow {
    background: #E5E5E5;
}

#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 .dot {
    width: 10px;
    margin: 0 auto 20px auto;
}

#start-flow .after {
    background: #fff;
    border-radius: 10px;
    padding: 24px 40px;
    margin-bottom: 20px;
    width: 800px;
    margin: 0 auto 60px auto;
}

#start-flow .after figure {
    width: 93px;
}

#start-flow .after .text {
    width: 520px;
}

#start-flow .after h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

#start-flow .after ul li:before {
    content: "・";
}

#start-flow .container .btn {
    transition: ease 0.3s;
}

#start-flow .container .btn:hover {
    transform: translate(0, -10px);
}

@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;
    }

    #start-flow .after {
        background: #fff;
        border-radius: 10px;
        padding: 18px 20px;
        margin-bottom: 20px;
        width: 100%;
        margin: 0 auto 44px auto;
    }

    #start-flow .after h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    #start-flow .after figure {
        display: none;
    }
}

#price {
    background: #E5F6EF;
}

#price .price-block {
    width: 480px;
    background: #fff;
    padding: 43px 45px;
    box-shadow: 0px 4px 20px -3px #00000040;
    border-radius: 6px;
}

#price .price-block h3 {
    margin-bottom: 20px;
}

#price .price-list {
    margin-bottom: 40px;
}

#price .container .btn {
    transition: ease 0.3s;
}

#price .container .btn:hover {
    transform: translate(0, -10px);
}

@media (max-width: 768px) {
    #price .price-block {
        width: 100%;
        background: #fff;
        padding: 16px;
        box-shadow: 0px 3px 8px 0px #00000040;
        margin-bottom: 16px;
    }
}

#faq {
    background: #F9F9F9;
}

#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: 95%;
}

#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 dd a {
    color: #1F9970;
    text-decoration-line: underline;
    text-decoration-color: #1F9970;
}

@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 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 dd {
        padding: 0px 19px 16px 10px;
        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;
    }
}
