.scale-in {
    opacity: 0;
}

.scale-in.isActive {
    transform: scale(0.8);
    transform-origin: center center;
    animation: 0.6s ease 0.2s 1 normal forwards running scaleIn;
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.fadeInUp {
    opacity: 0;
}

.fadeInUp.isActive {
    animation: 0.6s ease-in-out 0.3s 1 normal forwards running fadeInUp;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0px, 30px, 0px);
    }

    100% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
}

.contents_top {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.sec {
    width: 100%;
}

.sec-inner {
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .contents_top {
        min-width: 100%;
    }

    .sec-inner {
        max-width: 100%;
    }
}

.mv-home {
    width: 100%;
    min-width: 1200px;
    position: relative;
}

.mv-home::after {
    content: "";
    display: block;
    background: url("img/polygon01.png") left top / contain no-repeat;
    width: 95px;
    height: 30px;
    margin: 4rem auto 0px;
    box-sizing: border-box;
}

.mv-home__inner {
    max-width: 1200px;
    margin: auto;
    padding: 20rem 0px 0px;
    position: relative;
}

.mv-img01 {
    position: absolute;
    top: 56%;
    right: calc(100% - 277px);
    transform: translate(0px, -50%);
    width: 510px;
    z-index: 1;
}

.mv-img02 {
    position: absolute;
    bottom: -53px;
    left: 25px;
    width: 253px;
}

.mv-img03 {
    position: absolute;
    top: -68px;
    left: 16%;
    width: 310px;
}

.mv-img04 {
    position: absolute;
    top: -18px;
    left: 50%;
    width: 150px;
}

.mv-img05 {
    position: absolute;
    top: -61px;
    right: -100px;
    width: 370px;
}

.mv-img06 {
    position: absolute;
    top: 55%;
    left: calc(100% - 50px);
    transform: translate(0px, -50%);
    width: 280px;
}

.mv-img07 {
    position: absolute;
    bottom: -12px;
    right: -28px;
    width: 285px;
}

.mv-img-sp {
    display: none;
}

.mv-home .mv-ttl {
    font-size: 5.2rem;
    text-align: center;
    position: relative;
    z-index: 0;
}

.mv-home .mv-ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("img/logo-img.png") left top / contain no-repeat;
    width: 440px;
    height: 290px;
    box-sizing: border-box;
    z-index: -1;
}

.mv-home .mv-ttl .large {
    font-size: 6.6rem;
}

.mv-home .mv-ttl .mark {
    display: inline-block;
    background: rgb(20, 41, 82);
    padding: 1.0rem 1.5rem 1.7rem;
    font-size: 6.6rem;
    line-height: 1;
    border-radius: 10px;
}

.mv-home .mv-txt {
    margin: 3rem 0px 0px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.8;
}

.mv-home .mv-txt .large {
    font-size: 2rem;
}

.mv-home .operation {
    margin: 6rem 0px 0px;
    font-size: 1.1rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .mv-home {
        width: 100%;
        min-width: 100%;
    }

    .mv-home::after {
        width: 20%;
        height: 0px;
        margin: 2rem auto 0px;
        padding-top: calc(6.31579%);
    }

    .mv-home__inner {
        max-width: 100%;
        padding: 0px;
    }

    .mv-img01 {
        display: none;
    }

    .mv-img02 {
        display: none;
    }

    .mv-img03 {
        display: none;
    }

    .mv-img04 {
        display: none;
    }

    .mv-img05 {
        display: none;
    }

    .mv-img06 {
        display: none;
    }

    .mv-img07 {
        display: none;
    }

    .mv-img-sp {
        display: block;
        width: 100%;
    }

    .mv-home__block {
        padding: 0px 2rem;
    }

    .mv-home .mv-ttl {
        margin-top: 1rem;
        font-size: 6.7vw;
    }

    .mv-home .mv-ttl::after {
        width: 80%;
        height: 0px;
        padding-top: calc(52.7273%);
    }

    .mv-home .mv-ttl .large {
        font-size: 8.5vw;
    }

    .mv-home .mv-ttl .mark {
        padding: 1rem;
        font-size: 8.5vw;
        border-radius: 6px;
    }

    .mv-home .mv-txt {
        margin: 2rem 0px 0px;
        font-size: 4vw;
    }

    .mv-home .mv-txt .large {
        font-size: 5.2vw;
    }

    .mv-home .operation {
        margin: 2rem 0px 0px;
    }
}

.sec-ttl__wrap {
    text-align: center;
}

.sec-ttl {
    font-size: 4.8rem;
    line-height: 1.5;
}

.sec-ttl .large {
    font-size: 5.8rem;
    line-height: 1.5;
}

.eng-ttl {
    font-size: 9.8rem;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .sec-ttl {
        font-size: 5.7vw;
        line-height: 1.4;
    }

    .sec-ttl .large {
        font-size: 7.2vw;
        line-height: 1.4;
    }

    .eng-ttl {
        font-size: 4rem;
    }
}

.contents_top p {
    margin: 3rem 0px;
    font-size: 1.6rem;
    line-height: 2;
}

p.txt {
    margin: 3rem 0px;
    font-size: 1.6rem;
    text-align: justify;
    line-height: 2;
}

p.lead {
    font-size: 1.6rem;
    line-height: 2;
    margin: 3rem 0px 0px !important;
}

.caption {
    margin: 1rem 0px 0px;
    padding: 0px 0px 0.5rem;
    font-size: 1rem;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .contents_top p {
        margin: 2rem 0px;
        line-height: 1.8;
    }

    p.txt {
        margin: 2rem 0px;
        line-height: 1.8;
    }

    p.lead {
        line-height: 1.8;
        margin: 2rem 0px 0px !important;
    }

    .caption {
        margin: 1rem 0px 0px;
        padding: 0px 0px 0.5rem;
        font-size: 1rem;
        line-height: 1.3;
    }
}

ul.list li {
    margin: 0px 0px 1rem;
    padding: 0px 0px 0px 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    position: relative;
}

ul.list li:last-child {
    margin: 0px;
}

ul.list li::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    background: rgb(250, 122, 57);
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    ul.list li {
        padding: 0px 0px 0px 1.5rem;
        font-size: 1.5rem;
    }

    ul.list li::before {
        top: 8px;
        width: 8px;
        height: 8px;
    }
}

.sec-worries {
    padding: 6rem 0px 12rem;
}

.sec-worries .sec-ttl {
    font-size: 3.8rem;
}

.sec-worries .sec-ttl .large {
    font-size: 4.8rem;
}

.sec-worries__block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 30px;
    margin-top: 4rem;
}

.sec-worries__block .worries-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(239, 239, 239);
    width: calc(50% - 15px);
    min-height: 140px;
    padding: 2rem 4rem 2rem 2rem;
    border-radius: 10px;
}

.sec-worries__block .worries-ttl {
    width: fit-content;
    padding-left: 9rem;
    position: relative;
    margin: auto;
}

.sec-worries__block .worries-ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translate(0px, -50%);
    box-sizing: border-box;
}

.sec-worries__block .worries-item:nth-child(1) .worries-ttl::before {
    background: url("/wp/wp-content/uploads/s_za-nac-0000az.png") left top / contain no-repeat;
    width: 96px;
    height: 74px;
    left: -2.4rem;
}

.sec-worries__block .worries-item:nth-child(2) .worries-ttl::before {
    background: url("/wp/wp-content/uploads/s_za-nac-0000ay.png") left top / contain no-repeat;
    width: 75px;
    height: 101px;
    left: 0.4rem;
}

.sec-worries__block .worries-item:nth-child(3) .worries-ttl::before {
    background: url("/wp/wp-content/uploads/s_za-nac-0000av.png") left top / contain no-repeat;
    width: 86px;
    height: 101px;
}

.sec-worries__block .worries-item:nth-child(4) .worries-ttl::before {
    background: url("/wp/wp-content/uploads/s_za-nac-0000ba.png") left top / contain no-repeat;
    width: 76px;
    height: 104px;
    left: -1rem;
}

.sec-worries__block .worries-ttl a {
    display: inline-block;
    padding-right: 4.5rem;
    font-size: 2.6rem;
    position: relative;
}

.sec-worries__block .worries-ttl a::after {
    content: "";
    position: absolute;
    top: 15%;
    right: 0px;
    background: url("img/arrow-bl.png") left top / contain no-repeat;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    transform: rotate(90deg);
}

.sec-worries__block .page-link {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 45%;
    padding-left: 3rem;
    border-left: 3px solid rgb(255, 255, 255);
}

.sec-worries__block .page-link li {
    font-size: 1.8rem;
}

.sec-worries__block .page-link li a {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .sec-worries {
        padding: 4rem 2rem;
    }

    .sec-worries .sec-ttl {
        font-size: 5.7vw;
    }

    .sec-worries .sec-ttl .large {
        font-size: 7.2vw;
    }

    .sec-worries__block {
        display: block;
        margin-top: 3rem;
    }

    .sec-worries__block .worries-item {
        display: block;
        width: 100%;
        min-height: inherit;
        margin-bottom: 2rem;
        padding: 2rem;
    }

    .sec-worries__block .worries-item:last-child {
        margin-bottom: 0px;
    }

    .sec-worries__block .worries-ttl {
        width: calc(100% - 4rem);
        margin: auto;
        padding-left: 0px;
        text-align: center;
    }

    .sec-worries__block .worries-ttl::before {
        top: 28%;
        left: 0%;
    }

    .sec-worries__block .worries-item:nth-child(1) .worries-ttl::before {
        width: 22%;
        height: 0px;
        padding-top: calc(17.9259%);
    }

    .sec-worries__block .worries-item:nth-child(2) .worries-ttl::before {
        width: 24%;
        height: 0px;
        left: 3%;
        top: 39%;
        padding-top: calc(25.4118%);
    }

    .sec-worries__block .worries-item:nth-child(3) .worries-ttl::before {
        width: 18%;
        height: 0px;
        top: 20px;
        padding-top: calc(28.8%);
    }

    .sec-worries__block .worries-item:nth-child(4) .worries-ttl::before {
        left: -1%;
        width: 24%;
        height: 0px;
        padding-top: calc(27.52%);
    }

    .sec-worries__block .worries-ttl a {
        padding-right: 4rem;
        padding-left: 4rem;
        font-size: 2.2rem;
    }

    .sec-worries__block .worries-ttl a::after {
        width: 20px;
        height: 20px;
    }

    .sec-worries__block .page-link {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        margin-top: 1.5rem;
        padding-left: 0px;
        border-left-width: medium;
        border-left-style: none;
        border-left-color: currentcolor;
    }

    .sec-worries__block .page-link li {
        font-size: 1.6rem;
    }
}

.bg-wrap {
    background: linear-gradient(rgb(0, 150, 85), rgb(118, 201, 165));
    padding: 10rem 0px;
    position: relative;
    z-index: 0;
}

.bg-wrap::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.3) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.3) calc(100% - 1px));
    background-size: 30px 30px;
    background-repeat: repeat;
    background-position: center top;
    width: 100vw;
    height: 100%;
    box-sizing: border-box;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .bg-wrap {
        background: rgb(0, 150, 85);
        padding: 4rem 0px;
    }

    .bg-wrap::after {
        background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.1) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.1) calc(100% - 1px));
        background-size: 15px 15px;
    }
}

.sec-machine .eng-ttl {
    color: rgb(41, 167, 112);
}

.sec-machine .lead {
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
}

.sec-machine__block {
    margin-top: 8rem;
}

.sec-machine__block .tabArea {
    display: flex;
    justify-content: space-between;
    gap: 0px 20px;
    margin-bottom: 15px;
}

.sec-machine__block .tabArea li {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(136, 224, 186);
    padding: 1.2rem 2rem;
    text-align: center;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    flex: 1 1 0%;
    transition: flex 0.3s, background-color 0.3s, font-size 0.3s, transform 0.3s;
}

.sec-machine__block .tabArea li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0px, -50%);
    box-sizing: border-box;
}

.sec-machine__block .tabArea li:nth-child(1)::before {
    background: url("/wp/wp-content/uploads/s_za-nac-0000az.png") left top / contain no-repeat;
    width: 75px;
    height: 69px;
}

.sec-machine__block .tabArea li:nth-child(2)::before {
    background: url("/wp/wp-content/uploads/s_za-nac-0000ay.png") left top / contain no-repeat;
    width: 75px;
    height: 81px;
}

.sec-machine__block .tabArea li:nth-child(3)::before {
    background: url("/wp/wp-content/uploads/s_za-nac-0000av.png") left top / contain no-repeat;
    width: 75px;
    height: 86px;
}

.sec-machine__block .tabArea li:nth-child(4)::before {
    background: url("/wp/wp-content/uploads/s_za-nac-0000ba.png") left top / contain no-repeat;
    width: 75px;
    height: 76px;
}

.sec-machine__block .tabArea .tab-txt {
    padding-left: 3rem;
    font-size: 1.8rem;
    font-weight: 900;
    position: relative;
}

.sec-machine__block .tabArea li.active {
    background: rgb(20, 41, 82);
    flex: 1.2 1 0%;
}

.sec-machine__block .tabArea li.active::before {
    top: calc(50% + 8px);
    left: 0px;
    transform: translate(0px, -50%) scale(1.1, 1.1);
    mix-blend-mode: inherit;
}

.sec-machine__block .tabArea li.active::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0px);
    box-sizing: border-box;
    border-top: 15px solid rgb(20, 41, 82);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.sec-machine__block .tabArea li.active .tab-txt {
    color: rgb(255, 255, 255);
    font-size: 2.8rem;
}

.sec-machine__block .tabContents {
    display: none;
    background: rgb(255, 255, 255);
    margin-top: 3rem;
    padding: 0px 0px 8rem;
    border-radius: 10px;
}

.sec-machine__block .tabContents.show {
    display: block;
}

.sec-machine__block .machine-ttl01 {
    background: rgb(239, 239, 239);
    padding: 2.5rem 3rem;
    font-size: 4rem;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.sec-machine__block .machine-item {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    padding: 4rem 6rem 0px;
}

.sec-machine__block .machine-item__box {
    width: calc(33.3333% - 30px);
}

.sec-machine__block .machine-item .eng {
    font-size: 2rem;
    text-align: center;
    line-height: 1;
}

.sec-machine__block .machine-ttl02 {
    margin-top: 1rem;
    font-size: 2.4rem;
    text-align: center;
}

.sec-machine__block .machine-item .imgBox {
    margin-top: 2rem;
}

.sec-machine__block .machine-item .imgBox img {
    border-radius: 10px;
}

.sec-machine__block .machine-case {
    background: rgb(239, 239, 239);
    margin-top: 2rem;
    padding: 3rem 2.5rem;
    border-radius: 10px;
}

.sec-machine__block .machine-case dt {
    padding-left: 4rem;
    padding-bottom: 1.5rem;
    font-size: 2rem;
    border-bottom: 2px solid rgb(255, 255, 255);
    position: relative;
}

.sec-machine__block .machine-case dt:not(:first-child) {
    margin-top: 2rem;
}

.sec-machine__block .machine-case dt::before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: 0px;
    transform: translate(0px, -50%);
    background: url("/wp/wp-content/uploads/icon01.png") left top / contain no-repeat;
    width: 32px;
    height: 36px;
    box-sizing: border-box;
}

.sec-machine__block .machine-case dd {
    margin-top: 1.5rem;
}

.sec-machine__block .btn-internal a {
    max-width: 100%;
    margin: 2.5rem auto 0px;
    padding: 2rem 6rem;
}

.sec-machine__block .machine-item__box.is-hidden {
    display: none !important;
}

.sec-machine__block .machine-more-btn {
    text-align: center;
    cursor: pointer;
}

.sec-machine__block .machine-more-btn button {
    display: block;
    background: rgb(255, 255, 255);
    width: 340px;
    margin: 6rem auto 0px;
    padding: 1.5rem 2rem;
    border: 2px solid rgb(20, 41, 82);
    border-radius: 5px;
    color: rgb(20, 41, 82);
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.sec-machine__block .machine-more-btn button::before, .sec-machine__block .machine-more-btn button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0px, -50%);
    background: rgb(20, 41, 82);
    width: 20px;
    height: 2px;
    transition: 0.4s;
}

.sec-machine__block .machine-more-btn button::after {
    transform: translate(0px, -50%) rotate(90deg);
}

.sec-machine__block .machine-more-btn.is-open button::before {
    display: none;
}

.sec-machine__block .machine-more-btn.is-open button::after {
    transform: translate(0px, -50%) rotate(180deg);
}

.sec-machine__block .machine-more-btn button:hover {
    opacity: 0.6;
}

@media screen and (max-width: 768px) {
    .sec-machine {
        padding: 0px 2rem;
    }

    .sec-machine .lead {
        font-size: 1.6rem;
    }

    .sec-machine__block {
        margin-top: 4rem;
    }

    .sec-machine__block .tabArea {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0px 5px;
        margin-bottom: 0px;
    }

    .sec-machine__block .tabArea li {
        width: calc(50% - 10px);
        min-height: 60px;
        margin-bottom: 1rem;
        padding: 1.2rem 2rem;
        text-align: left;
        flex: inherit;
    }

    .sec-machine__block .tabArea li::before {
        left: 5px;
    }

    .sec-machine__block .tabArea li:nth-child(1)::before {
        width: 25%;
        height: 0px;
        padding-top: calc(23%);
    }

    .sec-machine__block .tabArea li:nth-child(2)::before {
        width: 25%;
        left: 7px;
        height: 0px;
        padding-top: calc(31.7838%);
    }

    .sec-machine__block .tabArea li:nth-child(3)::before {
        width: 25%;
        left: 14px;
        height: 0px;
        padding-top: calc(32.5581%);
    }

    .sec-machine__block .tabArea li:nth-child(4)::before {
        width: 25%;
        left: 7px;
        height: 0px;
        padding-top: calc(29.1667%);
    }

    .sec-machine__block .tabArea .tab-txt {
        padding-left: 4vw;
        font-size: 4vw;
        line-height: 1.2;
    }

    .sec-machine__block .tabArea li.active {
        flex: inherit;
        width: calc(50% - 2.5px);
    }

    .sec-machine__block .tabArea li.active::before {
        top: calc(50% + 2px);
        transform: translate(0px, -50%) scale(1.1, 1.1);
    }

    .sec-machine__block .tabArea li.active::after {
        display: none;
    }

    .sec-machine__block .tabArea li.active .tab-txt {
        font-size: 5vw;
    }

    .sec-machine__block .tabContents {
        margin-top: 1rem;
        padding: 0px 0px 4rem;
    }

    .sec-machine__block .machine-ttl01 {
        padding: 1.2rem 2rem;
        font-size: 2.6rem;
    }

    .sec-machine__block .machine-item {
        display: block;
        padding: 2rem 1.5rem 0px;
    }

    .sec-machine__block .machine-item__box {
        width: 100%;
        margin-bottom: 3rem;
    }

    .sec-machine__block .machine-item__box:last-child {
        width: 100%;
        margin-bottom: 0px;
    }

    .sec-machine__block .machine-item .eng {
        font-size: 1.6rem;
    }

    .sec-machine__block .machine-ttl02 {
        margin-top: 5px;
        font-size: 2.2rem;
    }

    .sec-machine__block .machine-item .imgBox {
        margin-top: 1.5rem;
    }

    .sec-machine__block .machine-case {
        margin-top: 1.5rem;
        padding: 2rem 1.5rem;
    }

    .sec-machine__block .machine-case dt {
        padding-left: 3rem;
        padding-bottom: 1rem;
        font-size: 1.8rem;
    }

    .sec-machine__block .machine-case dt::before {
        top: calc(50% - 5px);
        width: 26px;
        height: 29px;
    }

    .sec-machine__block .btn-internal a {
        margin: 2rem auto 0px;
        padding: 1.8rem 4rem;
    }

    .sec-machine__block .machine-more-btn button {
        width: 70%;
        margin: 3rem auto 0px;
        padding: 1.2rem 2rem;
        font-size: 1.6rem;
    }

    .sec-machine__block .machine-more-btn button::before, .sec-machine__block .machine-more-btn button::after {
        right: 15px;
        width: 14px;
    }

    .sec-machine__block .machine-more-btn button:hover {
        opacity: 1;
    }
}

.sec-case {
    padding: 10rem 0px 0px;
}

.sec-case .sec-inner {
    background: rgb(20, 41, 82);
    padding: 0px 0px 7rem;
    border-radius: 10px;
}

.sec-case .eng-ttl {
    margin-bottom: 2rem;
    color: rgb(36, 60, 107);
    font-size: 7.6rem;
    text-align: left;
}

.sec-case .sv-parts {
    margin: 0px;
}

.sec-case .sv-parts__block {
    background: none;
    padding: 5rem;
    border-radius: 0px;
}

.sec-case .sv-parts .icon {
    top: 30px;
    left: 30px;
    width: 134px;
    height: 134px;
    font-size: 4rem;
}

.sec-case .sv-parts .imgBox__wrap {
    width: 25%;
    margin-top: 4rem;
    margin-left: 2rem;
}

.sec-case .sv-parts .imgBox {
    width: 220px;
}

.sec-case .sv-parts .sb {
    bottom: inherit;
    top: 0px;
    left: calc(100% - 15px);
    font-size: 2rem;
}

.sec-case .sv-parts .sb::after {
    top: 70%;
    transform: translate(0px, 0px) rotate(-20deg);
}

.sec-case .sv-parts .name {
    font-size: 2rem;
}

.sec-case .name .large {
    font-size: 3.2rem;
}

.sec-case .sv-parts .sv-ttl .small {
    font-size: 3.4rem;
}

.sec-case .sv-parts .sv-ttl .small span {
    font-size: 2.2rem;
}

.sec-case .sv-parts .sv-ttl .large {
    font-size: 5rem;
}

.sec-case .sv-parts .btnBox > div {
    width: 340px;
}

.sec-case__block {
    background: rgb(255, 255, 255);
    width: calc(100% - 10rem);
    margin: 3rem auto auto;
    padding: 5rem 6rem;
    border-radius: 10px;
}

.sec-case__block .case-ttl01 {
    font-size: 4rem;
    text-align: center;
}

.sec-case__block .case-ttl01 .large {
    font-size: 6rem;
}

.sec-case__block .case-item {
    margin-top: 4rem;
}

.sec-case__block .case-item__box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0px 30px;
    margin-bottom: 8rem;
}

.sec-case__block .case-item__box:last-child {
    margin-bottom: 0px;
}

.sec-case__block .case-imgBox {
    width: 300px;
}

.sec-case__block .case-item__box:nth-child(2n) .case-imgBox {
    order: 2;
}

.sec-case__block .case-txtBox {
    flex: 1 1 0%;
}

.sec-case__block .case-item__box:nth-child(2n) .case-txtBox {
    order: 1;
}

.sec-case__block .case-ttl02__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0px 20px;
    padding: 0px 0px 1.5rem;
    border-bottom: 2px solid rgb(26, 65, 140);
}

.sec-case__block .case-ttl02__wrap .eng {
    order: 2;
    color: rgb(201, 208, 220);
    font-size: 4.8rem;
    line-height: 1;
}

.sec-case__block .case-ttl02__wrap .eng .large {
    margin-left: 1rem;
    font-size: 8.2rem;
    font-weight: 700;
    line-height: 1;
}

.sec-case__block .case-ttl02 {
    flex: 1 1 0%;
    order: 1;
}

.sec-case__block .case-ttl02 .sub {
    background: rgb(236, 245, 242);
    margin-right: 1rem;
    padding: 5px 1.5rem;
    font-size: 2rem;
    border-radius: 100px;
}

.sec-case__block .case-ttl02 .large {
    font-size: 4rem;
}

.sec-case__block .solution__wrap {
    display: block;
    margin-top: 3rem;
}

.sec-case__block .solution__wrap .case-txt__box {
    width: 100%;
    margin-bottom: 3rem;
    padding: 2rem 1.5rem;
    font-size: 1.8rem;
    border: 6px solid rgb(236, 245, 242);
    border-radius: 10px;
    position: relative;
}

.sec-case__block .solution__wrap .case-txt__box::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0px);
    background: url("img/polygon02.png") left top / contain no-repeat;
    width: 95px;
    height: 30px;
    margin: 1.5rem auto 0px;
    box-sizing: border-box;
}

.sec-case__block .solution__wrap .case-txt {
    padding-left: 4rem;
    position: relative;
}

.sec-case__block .solution__wrap .case-txt::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0px;
    background: url("/wp/wp-content/uploads/icon01.png") left top / contain no-repeat;
    width: 32px;
    height: 36px;
    box-sizing: border-box;
}

.sec-case__block .solution {
    flex: 1 1 0%;
    background: rgb(236, 245, 242);
    padding: 3rem;
    border-radius: 10px;
}

.sec-case__block .solution-txt__wrap01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px 20px;
}

.sec-case__block .solution-sub {
    display: inline-block;
    background: rgb(255, 255, 255);
    padding: 8px 1.5rem;
    font-size: 2.2rem;
    line-height: 1;
    border-radius: 100px;
}

.sec-case__block .solution-txt {
    font-size: 2.2rem;
    flex: 1 1 0%;
}

.sec-case__block .solution-txt__wrap02 {
    display: flex;
    justify-content: space-between;
    gap: 0px 40px;
}

.sec-case__block .solution .txt {
    width: 100%;
    margin: 2rem 0px 0px;
}

.sec-case__block .solution ul.list {
    width: 40%;
    margin: 2rem 0px 0px;
}

@media screen and (max-width: 768px) {
    .sec-case {
        padding: 6rem 2rem 0px;
    }

    .sec-case .sec-inner {
        padding: 0px 0px 1.5rem;
    }

    .sec-case .eng-ttl {
        margin-bottom: 1rem;
        font-size: 2.8rem;
    }

    .sec-case .sv-parts__block {
        padding: 3rem 2rem;
    }

    .sec-case .sv-parts .icon {
        top: 10px;
        left: 10px;
        width: 50px;
        height: 50px;
        font-size: 1.7rem;
    }

    .sec-case .sv-parts .imgBox__wrap {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }

    .sec-case .sv-parts .imgBox {
        width: 30%;
    }

    .sec-case .sv-parts .sb {
        top: inherit;
        left: inherit;
        font-size: 3.6vw;
    }

    .sec-case .sv-parts .sb::after {
        top: inherit;
    }

    .sec-case .sv-parts .name {
        font-size: 3.1vw;
    }

    .sec-case .name .large {
        font-size: 5vw;
    }

    .sec-case .sv-parts .sv-ttl .small {
        font-size: 4.4vw;
    }

    .sec-case .sv-parts .sv-ttl .small span {
        font-size: 4.4vw;
    }

    .sec-case .sv-parts .sv-ttl .large {
        font-size: 6.2vw;
    }

    .sec-case .sv-parts .btnBox > div {
        width: 100%;
    }

    .sec-case__block {
        width: calc(100% - 2rem);
        margin-top: 2rem;
        padding: 3rem 2rem 2rem;
    }

    .sec-case__block .case-ttl01 {
        font-size: 1.8rem;
    }

    .sec-case__block .case-ttl01 .large {
        font-size: 2.8rem;
    }

    .sec-case__block .case-item {
        margin-top: 3rem;
    }

    .sec-case__block .case-item__box {
        display: block;
        margin-bottom: 4rem;
    }

    .sec-case__block .case-imgBox {
        width: 100%;
        margin: 2rem auto 0px;
    }

    .sec-case__block .case-ttl02__wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        gap: 0px;
        padding: 0px 0px 1rem;
    }

    .sec-case__block .case-ttl02__wrap .eng {
        order: 1;
        width: 100%;
        font-size: 5vw;
    }

    .sec-case__block .case-ttl02__wrap .eng .large {
        margin-left: 0px;
        font-size: 7vw;
    }

    .sec-case__block .case-ttl02 {
        order: 2;
        width: 100%;
    }

    .sec-case__block .case-ttl02 .sub {
        margin-right: 5px;
        padding: 3px 1rem;
        font-size: 2.8vw;
    }

    .sec-case__block .case-ttl02 .large {
        font-size: 5vw;
    }

    .sec-case__block .solution__wrap {
        display: block;
        margin-top: 2rem;
    }

    .sec-case__block .solution__wrap .case-txt__box {
        width: 100%;
        padding: 1rem;
        font-size: 1.6rem;
        border: 4px solid rgb(236, 245, 242);
    }

    .sec-case__block .solution__wrap .case-txt__box::after {
        top: calc(100% - 5px);
        right: inherit;
        left: 50%;
        transform: translate(-50%, 0px);
        background: url("img/polygon02-sp.png") left top / contain no-repeat;
        width: 47px;
        height: 16px;
    }

    .sec-case__block .solution__wrap .case-txt {
        padding-left: 3rem;
    }

    .sec-case__block .solution__wrap .case-txt::before {
        top: 50%;
        left: 0px;
        transform: translate(0px, -50%);
        background: url("img/icon01.png") left top / contain no-repeat;
        width: 26px;
        height: 29px;
    }

    .sec-case__block .solution {
        margin-top: 1.5rem;
        padding: 2rem 1.5rem;
    }

    .sec-case__block .solution-txt__wrap01 {
        display: block;
    }

    .sec-case__block .solution-sub {
        padding: 5px 1rem;
        font-size: 1.8rem;
    }

    .sec-case__block .solution-txt {
        margin-top: 1rem;
        font-size: 1.8rem;
    }

    .sec-case__block .solution-txt__wrap02 {
        display: block;
    }

    .sec-case__block .solution .txt {
        width: 100%;
        margin: 1.5rem 0px 0px;
    }

    .sec-case__block .solution ul.list {
        width: 100%;
        margin: 1.5rem 0px 0px;
    }
}

.sec-troubles {
    background: url("/wp/wp-content/uploads/sec-troubles-bg-scaled.jpg") center center / cover no-repeat;
    padding: 10rem 0px 12rem;
}

.sec-troubles .eng-ttl {
    margin-bottom: -3rem;
    color: rgb(255, 255, 255);
    text-align: center;
}

.sec-troubles__block {
    margin-top: 8rem;
}

.sec-troubles__block .btn-web a {
    max-width: 580px;
    margin: 8rem auto 0px;
}

.sec-troubles__block .troubles-repair .btn-web a {
    margin: 12rem auto 0px;
}

.troubles-function .function-ttl01 {
    background: rgb(0, 150, 85);
    padding: 1rem 3rem;
    font-size: 3.4rem;
    border-radius: 10px;
}

.troubles-function .function-item {
    margin-top: 7rem;
}

.troubles-function .function-item__box {
    margin-bottom: 8rem;
    position: relative;
    z-index: 0;
}

.troubles-function .function-item__box:last-child {
    margin-bottom: 0px;
}

.troubles-function .function-item__box::after {
    content: "";
    position: absolute;
    top: 0px;
    background: rgb(255, 255, 255);
    width: 100vw;
    height: calc(100% - 120px);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: -1;
}

.troubles-function .function-item__box:nth-child(2n+1) {
    padding: 3rem 0px 4rem 5rem;
}

.troubles-function .function-item__box:nth-child(2n+1)::after {
    left: 0px;
}

.troubles-function .function-item__box:nth-child(2n) {
    padding: 3rem 5rem 4rem 0px;
}

.troubles-function .function-item__box:nth-child(2n)::after {
    right: 0px;
}

.troubles-function .txtBox {
    width: calc(100% - 500px);
}

.troubles-function .function-item__box:nth-child(2n) .txtBox {
    margin: 0px 0px 0px auto;
}

.troubles-function .function-ttl02 {
    padding: 0px 0px 1.5rem;
    font-size: 3.8rem;
    border-bottom: 2px solid rgb(0, 150, 85);
}

.troubles-function .function-item__box:nth-child(2n+1) .function-ttl02 {
    width: calc(100% - 4rem);
}

.troubles-function .function-item__box:nth-child(2n) .function-ttl02 {
    width: calc(100% - 4rem);
    margin: 0px 0px 0px auto;
}

.troubles-function .reason {
    display: flex;
    justify-content: space-between;
    gap: 0px 30px;
    margin-top: 3rem;
}

.troubles-function .function-item__box:nth-child(2n+1) .reason {
    padding-right: 4rem;
}

.troubles-function .function-item__box:nth-child(2n) .reason {
    padding-left: 4rem;
}

.troubles-function .reason-txt {
    font-size: 2.8rem;
}

.troubles-function .reason .reason-txtBox {
    flex: 1 1 0%;
}

.troubles-function .reason .caption {
    margin: 0.5rem 0px 2rem;
    white-space: normal;
}

.troubles-function .counterplan {
    display: flex;
    justify-content: space-between;
    gap: 0px 30px;
    margin-top: 3rem;
    position: relative;
    z-index: 0;
}

.troubles-function .counterplan::after {
    content: "";
    position: absolute;
    top: 0px;
    background: rgb(20, 41, 82);
    width: calc(100% + 70px);
    height: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    z-index: -1;
}

.troubles-function .function-item__box:nth-child(2n+1) .counterplan {
    padding: 3rem 4rem 3rem 0px;
}

.troubles-function .function-item__box:nth-child(2n+1) .counterplan::after {
    right: 0px;
}

.troubles-function .function-item__box:nth-child(2n) .counterplan {
    padding: 3rem 0px 3rem 4rem;
}

.troubles-function .function-item__box:nth-child(2n) .counterplan::after {
    left: 0px;
}

.troubles-function .counterplan-txt {
    font-size: 2.8rem;
}

.troubles-function .counterplan .counterplan-txtBox {
    flex: 1 1 0%;
}

.troubles-function .counterplan .txt {
    margin: 0px 0px 2rem;
}

.troubles-function .imgBox {
    position: absolute;
    top: 6px;
    width: 440px;
}

.troubles-function .function-item__box:nth-child(2n+1) .imgBox {
    right: 0px;
}

.troubles-function .function-item__box:nth-child(2n) .imgBox {
    left: 50px;
    width: 399px;
}

.troubles-repair {
    margin-top: 15rem;
}

.troubles-repair .repair-ttl01 {
    background: rgb(113, 123, 142);
    padding: 1rem 3rem;
    font-size: 3.4rem;
    border-radius: 10px;
}

.troubles-repair .repair-item {
    display: flex;
    justify-content: space-between;
    gap: 0px 60px;
    margin-top: 7rem;
}

.troubles-repair .repair-item__box {
    background: rgb(255, 255, 255);
    width: calc(50%);
    padding: 4rem 4rem 0px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 20px;
}

.troubles-repair .repair-ttl02 {
    padding: 0px 0px 1.5rem;
    font-size: 3.4rem;
    border-bottom: 2px solid rgb(118, 138, 207);
}

.troubles-repair .imgBox {
    width: 326px;
    margin: 3rem auto 0px;
}

.troubles-repair .reason {
    display: flex;
    justify-content: space-between;
    gap: 0px 30px;
    margin-top: 3rem;
}

.troubles-repair .reason .reason-txt {
    font-size: 2.8rem;
}

.troubles-repair .reason .reason-txtBox {
    flex: 1 1 0%;
}

.troubles-repair .reason .txt {
    margin: 0px 0px 2rem;
}

.troubles-repair .counterplan {
    display: flex;
    justify-content: space-between;
    gap: 0px 30px;
    width: calc(100% + 4rem);
    margin-top: 3rem;
    padding: 3rem 4rem 3rem 0px;
    position: relative;
    z-index: 0;
}

.troubles-repair .counterplan::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgb(20, 41, 82);
    width: calc(100% + 70px);
    height: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    z-index: -1;
}

.troubles-repair .counterplan-txt {
    font-size: 2.8rem;
}

.troubles-repair .counterplan .counterplan-txtBox {
    flex: 1 1 0%;
}

.troubles-repair .counterplan .txt {
    margin: 0px;
}

@media screen and (max-width: 768px) {
    .sec-troubles {
        background: rgb(239, 239, 239);
        padding: 6rem 2rem;
    }

    .sec-troubles .eng-ttl {
        margin-bottom: -5px;
    }

    .sec-troubles__block {
        margin-top: 4rem;
    }

    .sec-troubles__block .btn-web a {
        max-width: 100%;
        margin: 6rem auto 0px;
    }

    .sec-troubles__block .troubles-repair .btn-web a {
        margin: 6rem auto 0px;
    }

    .troubles-function .function-ttl01 {
        padding: 8px 1.5rem;
        font-size: 2.4rem;
        text-align: center;
    }

    .troubles-function .function-item {
        margin-top: 3rem;
    }

    .troubles-function .function-item__box {
        margin-bottom: 4rem;
    }

    .troubles-function .function-item__box::after {
        width: 100vw;
        height: 100%;
        border-radius: 10px;
    }

    .troubles-function .function-item__box:nth-child(2n+1) {
        padding: 2rem 0px 0px 2rem;
    }

    .troubles-function .function-item__box:nth-child(2n) {
        padding: 2rem 2rem 0px 0px;
    }

    .troubles-function .function-item__box:nth-child(2n)::after {
    }

    .troubles-function .txtBox {
        width: 100%;
    }

    .troubles-function .function-item__box:nth-child(2n) .txtBox {
        margin: 0px;
    }

    .troubles-function .function-ttl02 {
        padding: 0px 0px 1rem;
        font-size: 2.2rem;
        border-bottom: 1px solid rgb(0, 150, 85);
    }

    .troubles-function .function-item__box:nth-child(2n+1) .function-ttl02 {
        width: 100%;
    }

    .troubles-function .function-item__box:nth-child(2n) .function-ttl02 {
        width: 100%;
        margin: 0px;
    }

    .troubles-function .reason {
        display: block;
        margin-top: 1.5rem;
    }

    .troubles-function .function-item__box:nth-child(2n+1) .reason {
        padding-right: 0px;
        margin-top: 0px;
    }

    .troubles-function .function-item__box:nth-child(2n) .reason {
        padding-left: 0px;
    }

    .troubles-function .reason-txt {
        margin-bottom: 1rem;
        font-size: 2rem;
    }

    .troubles-function .reason .txt {
        margin: 0px 0px 1.5rem;
    }

    .troubles-function .counterplan {
        display: block;
        margin-top: 3rem;
    }

    .troubles-function .counterplan::after {
        width: calc(100% + 4rem);
        height: 100%;
        border-radius: 0px 0px 0px 10px;
    }

    .troubles-function .function-item__box:nth-child(2n+1) .counterplan {
        padding: 2rem 0px;
    }

    .troubles-function .function-item__box:nth-child(2n+1) .counterplan::after {
        right: -20px;
    }

    .troubles-function .function-item__box:nth-child(2n) .counterplan {
        padding: 2rem 0px;
    }

    .troubles-function .function-item__box:nth-child(2n) .counterplan::after {
        left: -20px;
        border-radius: 0px 0px 10px;
    }

    .troubles-function .counterplan-txt {
        margin-bottom: 1rem;
        font-size: 2rem;
    }

    .troubles-function .counterplan .txt {
        margin: 0px 0px 1.5rem;
    }

    .troubles-function .imgBox {
        position: relative;
        top: inherit;
        width: 90%;
        margin: 2rem auto 0px;
    }

    .troubles-function .function-item__box:nth-child(2n+1) .imgBox {
        right: inherit;
    }

    .troubles-function .function-item__box:nth-child(2n) .imgBox {
        left: inherit;
        width: 90%;
    }

    .troubles-repair {
        margin-top: 6rem;
    }

    .troubles-repair .repair-ttl01 {
        padding: 8px 1.5rem;
        font-size: 2.4rem;
        text-align: center;
    }

    .troubles-repair .repair-item {
        display: block;
        margin-top: 3rem;
    }

    .troubles-repair .repair-item__box {
        width: 100%;
        margin-bottom: 2rem;
        padding: 2rem 2rem 0px;
    }

    .troubles-repair .repair-item__box:last-child {
        margin-bottom: 0px;
    }

    .troubles-repair .repair-ttl02 {
        padding: 0px 0px 1rem;
        font-size: 2.2rem;
        border-bottom: 1px solid rgb(118, 138, 207);
    }

    .troubles-repair .imgBox {
        width: 80%;
        margin: 2rem auto 0px;
    }

    .troubles-repair .reason {
        display: block;
        margin-top: 1.5rem;
    }

    .troubles-repair .reason .reason-txt {
        margin-bottom: 1rem;
        font-size: 2rem;
    }

    .troubles-repair .counterplan {
        display: block;
        width: 100%;
        margin-top: 2rem;
        padding: 2rem 0px;
    }

    .troubles-repair .counterplan::after {
        right: -20px;
        width: calc(100% + 4rem);
        height: 100%;
        border-radius: 0px 0px 10px 10px;
    }

    .troubles-repair .counterplan-txt {
        margin-bottom: 1rem;
        font-size: 2rem;
    }
}

.sec-contact {
    background: rgb(255, 255, 255);
    padding: 12rem 0px;
}

.sec-contact .eng-ttl {
    margin-bottom: -1rem;
    color: rgb(239, 239, 239);
    font-size: 8.8rem;
    text-align: center;
}

.sec-contact .lead {
    max-width: 80%;
    margin: 3rem auto 0px !important;
}

.sec-contact-sb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 40px;
    margin-top: 6rem;
}

.sec-contact-sb .sb-img {
    width: 200px;
}

.sec-contact-sb .sb-box {
    background: rgb(20, 41, 82);
    padding: 4rem 5rem 5rem;
    font-size: 2.8rem;
    border-radius: 40px;
    position: relative;
}

.sec-contact-sb .sb-box .large {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 4.6rem;
}

.sec-contact-sb .sb-box .large span {
    font-size: 3.6rem;
}

.sec-contact-sb .sb-box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% - 8px);
    transform: translate(0px, -50%) rotate(-20deg);
    box-sizing: border-box;
    border-right: 80px solid rgb(20, 41, 82);
    border-bottom: 16px solid transparent;
    border-top: 16px solid transparent;
}

.sec-contact-form {
    margin-top: 8rem;
    padding: 0px 3rem 4rem;
    border: 24px solid rgb(178, 218, 201);
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .sec-contact {
        padding: 6rem 2rem;
    }

    .sec-contact .eng-ttl {
        margin-bottom: -5px;
        font-size: 3.2rem;
    }

    .sec-contact .lead {
        max-width: 100%;
        margin: 2rem auto 0px !important;
    }

    .sec-contact-sb {
        gap: 0px 10px;
        margin-top: 2rem;
    }

    .sec-contact-sb .sb-img {
        width: 25%;
    }

    .sec-contact-sb .sb-box {
        flex: 1 1 0%;
        padding: 1rem 1.5rem 1.5rem;
        font-size: 3vw;
        border-radius: 10px;
    }

    .sec-contact-sb .sb-box .large {
        margin-bottom: 5px;
        font-size: 3.7vw;
    }

    .sec-contact-sb .sb-box .large span {
        font-size: 3.7vw;
    }

    .sec-contact-sb .sb-box::after {
        right: calc(100% - 3px);
        border-right: 30px solid rgb(20, 41, 82);
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
    }

    .sec-contact-form {
        margin-top: 2rem;
        padding: 0px 1rem 2rem;
        border: 12px solid rgb(178, 218, 201);
    }
}
