@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);

body,
html {
    overflow-x: hidden
}

*,
body {
    margin: 0;
    padding: 0
}

*,
.container,
body {
    padding: 0
}

.h2-en,
.header-nav .main-nav a {
    font-family: dm-sans, sans-serif
}

.h2-en.mb-s,
.news-section .news-title {
    margin-bottom: .6944444444vw
}

.header-nav .btn-contact,
.service-section .more-button .btn {
    border-radius: 50px;
    transition: transform 1s, background-color .3s, box-shadow .3s
}

.header-nav .btn-contact,
.news-section .news-button,
.service-section .more-button .btn {
    transition: transform 1s, background-color .3s, box-shadow .3s
}

#scroll-btn a span,
#scroll-btn a span::after,
#scroll-btn a span::before,
*,
.cta-wrapper,
body {
    box-sizing: border-box
}

@font-face {
    font-family: dm-sans;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/dm-sans.woff2") format("woff2"), url("../fonts/dm-sans.woff") format("woff"), url("../fonts/dm-sans.ttf") format("truetype")
}

@font-face {
    font-family: dm-sans-sb;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/dm-sans-sb.woff2") format("woff2"), url("../fonts/dm-sans-sb.woff") format("woff"), url("../fonts/dm-sans-sb.ttf") format("truetype")
}

@font-face {
    font-family: optima;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/optima.woff2") format("woff2"), url("../fonts/optima.woff") format("woff"), url("../fonts/optima.ttf") format("truetype")
}

@font-face {
    font-family: librebaskerville;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/librebaskerville.woff2") format("woff2"), url("../fonts/librebaskerville.woff") format("woff"), url("../fonts/librebaskerville.ttf") format("truetype")
}

@font-face {
    font-family: s-mincho;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/s-mincho.woff2") format("woff2"), url("../fonts/s-mincho.woff") format("woff"), url("../fonts/s-mincho.ttf") format("truetype")
}

* {
    list-style: none
}

body {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    line-height: 1.85;
    font-style: normal;
    font-feature-settings: "palt";
    letter-spacing: .15em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #444
}

a {
    text-decoration: none
}

.hero .hero-image img,
img {
    width: 100%;
    height: auto
}

.sp-on {
    display: none
}

.sp-off {
    display: block
}

.container {
    max-width: 1000px;
    margin: 0 auto
}

.h2-en {
    font-size: clamp(12px, .9vw, 14px);
    color: #444;
    font-weight: 700;
    border-top: 1px solid #444;
    display: inline-block;
    padding-top: .8333333333vw;
    height: 20px;
    line-height: normal;
    letter-spacing: .06em;
    margin-bottom: 2.7777777778vw
}

.main-heading {
    font-size: clamp(24px, 2.08vw, 30px);
    color: #444;
    font-weight: 500;
    margin-bottom: 1.3888888889vw;
    line-height: 140%
}

.nomal-heading {
    font-size: clamp(34px, 2.5vw, 36px);
    font-weight: 400;
    margin-bottom: 4.1666666667vw
}

.ttl-en {
    font-family: optima, sans-serif;
    font-weight: 500;
    padding-right: .6rem;
    font-size: clamp(35px, 2.55vw, 38px);
    letter-spacing: .03em
}

.service-section .service-list .service-item .service-content .service-tag,
.service-tag {
    font-size: clamp(10px, 1vw, 12px);
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 6px;
    height: 40px;
    background: #a3a3a3;
    border-radius: 30px;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff
}

.intro-section,
.service main {
    background-size: contain;
    background-repeat: no-repeat
}

.service-section .service-list .service-item .service-content .service-tag img,
.service-tag img {
    width: 20px
}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.7361111111vw 2.7777777778vw 1.3888888889vw;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    background-color: transparent;
    transition: background-color .3s, color .3s
}

.header-nav .logo img {
    height: 3.4722222222vw;
    transition: filter .3s
}

.header-nav .main-nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.header-nav .main-nav li {
    margin-left: 1.3888888889vw
}

.header-nav .main-nav a {
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    font-size: clamp(14px, .9vw, 17px)
}

.header-nav .btn-contact {
    color: #6cc4be !important;
    font-weight: 700;
    font-size: clamp(14px, 1.4vw, 16px) !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 26px 60px;
    max-width: 256.5px;
    max-height: 65px;
    background: #fff;
    box-shadow: 0 6px 16px #b9dedb;
    transform: translateY(0)
}

@media screen and (min-width:1024px) {
    .header-nav .btn-contact {
        margin-left: 40px
    }
}

.header-nav .btn-contact:hover {
    background-color: #e8f9f8;
    transform: translateY(.8px);
    box-shadow: 0 6px 20px #b9dedb
}

.header-nav .main-nav ul li a {
    transition: color .3s
}

@media screen and (min-width:767px) {
    .header-nav.scrolled {
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        background: rgba(255, 255, 255, .2)
    }

    .header-nav.scrolled .main-nav ul li a,
    .header-nav.scrolled .sp-nav ul li a {
        color: #444
    }
}

.hero {
    position: relative;
    padding: 10px
}

.hero .hero-text {
    position: absolute;
    content: "";
    top: 50%;
    right: 10.4166666667vw;
    transform: translateY(-50%);
    color: #fff;
    font-size: clamp(30px, 2.78vw, 42px);
    font-weight: 700
}

.news-section {
    background-color: #fff;
    padding: 4.1666666667vw 1.0416666667vw;
    margin-top: 4.1666666667vw
}

.news-listing a,
.news-page .news-list-box a,
.news-section a {
    color: #444
}

.news-section .container {
    display: flex;
    justify-content: space-between;
    gap: 5.6944444444vw
}

.news-section .container:first-child div {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.news-section .news-title {
    font-family: optima, sans-serif;
    font-weight: 500;
    font-size: clamp(38px, 2.78vw, 42px);
    color: #444;
    line-height: normal
}

.news-section .news-subtitle {
    font-size: clamp(14px, 1.1vw, 14px);
    color: #999;
    margin-bottom: 1.3888888889vw
}

.news-section .news-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 152px;
    min-height: 44px;
    background: #6cc4be;
    box-shadow: 0 4px 8px #b9dedb;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: clamp(14px, 1.1111vw, 16px);
    position: relative;
    transform: translateY(0)
}

.news-section .news-button::after {
    content: url("../img/arrow-right.svg");
    position: absolute;
    top: 58%;
    right: 10px;
    transform: translateY(-50%)
}

.news-section .news-button:hover {
    background-color: #97ddd8;
    transform: translateY(1px)
}

.news-section .news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1
}

.news-section .news-list .news-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    padding: 1.0416666667vw 0;
    gap: 10px
}

.news-page .news-list-box .news-list .news-item .news-date,
.news-section .news-list .news-item .news-date {
    flex-shrink: 0;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 600;
    color: #444;
    margin-right: 1.3888888889vw;
    letter-spacing: normal
}

.news-page .news-list-box .news-list .news-item .news-text,
.news-section .news-list .news-item .news-text {
    font-size: clamp(13px, 1vw, 16px);
    color: #444;
    line-height: 1.6
}

.intro-section {
    padding: 2.7777777778vw 0;
    margin: 8.3333333333vw 0;
    background-image: url(../img/bg-ribbon.jpg);
    text-align: center
}

.intro-section .intro-catchphrase {
    font-size: clamp(38px, 2.78vw, 42px);
    font-weight: 400;
    color: #444;
    line-height: 140%;
    margin-bottom: 8.3333333333vw
}

.intro-section .intro-catchphrase .intro-title {
    font-size: clamp(80px, 6.67vw, 100px);
    color: #6cc4be;
    letter-spacing: .06em;
    font-family: optima, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    letter-spacing: .1em;
    background: linear-gradient(180deg, #c1e9e6 50%, #6cc4be 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.intro-section .intro-about {
    text-align: left;
    margin-bottom: 9.7222222222vw;
    display: flex;
    justify-content: space-between
}

.cta-section .cta-content>div:nth-last-of-type(2),
.intro-section .intro-about div,
.servicepage-section .servicepage-item .service-content,
.solution-section .solution-intro div {
    flex: 1
}

.intro-section .intro-about>div {
    margin-bottom: 20px
}

.intro-section .intro-about .about-description p {
    font-size: clamp(14px, 1.5vw, 16px);
    color: #444;
    font-weight: 400;
    margin-bottom: 1.3888888889vw
}

.intro-section .intro-problems .problems-list {
    display: flex;
    gap: 1.5vw;
    justify-content: space-between
}

.intro-section .intro-problems .problems-list .problem-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 32px 100px;
    gap: 10px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 310px;
    max-height: 310px;
    aspect-ratio: 1/1;
    background: #fff;
    box-shadow: 0 6px 16px #b9dedb;
    border-radius: 300px
}

.intro-section .intro-problems .problems-list .problem-item .problem-icon {
    display: block;
    font-size: clamp(24px, 2vw, 32px);
    color: #6cc4be;
    margin-bottom: .6944444444vw
}

.intro-section .intro-problems .problems-list .problem-item p {
    font-size: clamp(14px, 1.4vw, 18px);
    color: #444;
    font-weight: 600
}

.solution-section {
    background-color: #f8f8f8;
    padding: 8.3333333333vw 0;
    text-align: center;
    margin: 0 10px;
    border-radius: 10px 10px 0 0
}

.service-section,
section.separator {
    padding: 11.1111111111vw 0
}

.solution-section .solution-intro {
    text-align: left;
    margin-bottom: 5.5555555556vw;
    display: flex;
    justify-content: space-between
}

.solution-section .solution-intro .solution-description p {
    font-size: clamp(14px, 1.5vw, 16px);
    color: #444;
    font-weight: 400;
    padding-top: 4.1666666667vw
}

.solution-section .solution-intro .solution-description p strong {
    display: block;
    margin-bottom: 1rem
}

.solution-section .solution-steps {
    display: flex;
    flex-wrap: wrap;
    width: 1018px;
    margin-inline: auto
}

.solution-section .solution-steps .step {
    background-color: #fff;
    flex: 1;
    padding: 1.3888888889vw .6944444444vw 1.3888888889vw 2.7777777778vw;
    text-align: left;
    position: relative;
    height: 300px;
    width: 19.4444444444vw;
    box-sizing: border-box
}

.solution-section .solution-steps .step::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 150px 0 150px 28px;
    top: 0;
    right: -28px;
    z-index: 1
}

.solution-section .solution-steps .step:nth-child(2n) {
    background-color: #c8efea
}

.solution-section .solution-steps .step:nth-child(2n)::after {
    border-color: transparent transparent transparent #c8efea
}

.solution-section .solution-steps .step:nth-child(3n) {
    background-color: #94dfd6
}

.solution-section .solution-steps .step:nth-child(3n)::after {
    border-color: transparent transparent transparent #94dfd6
}

.solution-section .solution-steps .step:nth-child(4n) {
    background-color: #69d4ca;
    padding-right: 2.7777777778vw
}

#thanks::after,
.solution-section .solution-steps .step:nth-child(4n)::after {
    content: none
}

.solution-section .solution-steps .step .step-number {
    font-size: clamp(22px, 2.8vw, 36px);
    font-family: optima, sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    padding-right: .8rem
}

.solution-section .solution-steps .step .step-title {
    font-size: clamp(14px, 1.2vw, 18px);
    font-weight: 500;
    margin-top: 28px;
    margin-bottom: .6944444444vw;
    line-height: normal
}

.solution-section .solution-steps .step .step-description {
    font-size: clamp(14px, 1vw, 15px);
    line-height: 1.6;
    letter-spacing: normal;
    text-align: justify
}

.service-section {
    background: linear-gradient(180deg, #b9dedb 0, #6cc4be 100%);
    margin: 0 10px;
    text-align: center;
    position: relative;
    border-radius: 0 0 10px 10px
}

.service-section .container {
    max-width: 1180px
}

.service-section .nomal-heading {
    margin-bottom: 6.9444444444vw
}

.service-section .service-list .service-item {
    display: flex;
    align-items: start;
    margin-bottom: 5.5555555556vw;
    gap: 4.1666666667vw
}

.service-section .service-list .service-item:nth-child(2n),
.service-section .service-list .service-item:nth-child(2n) .service-content {
    flex-direction: row-reverse
}

.service-section .service-list .service-item .service-number {
    font-family: librebaskerville, sans-serif;
    font-size: clamp(80px, 6.67vw, 100px);
    font-weight: 400;
    letter-spacing: normal;
    color: #fff;
    flex: 0 0 10%;
    text-align: center
}

.service-section .service-list .service-item .service-content {
    display: flex;
    align-items: start;
    background-color: #fff;
    padding: 2.7777777778vw 4.1666666667vw;
    gap: 3.4722222222vw
}

.service-section .service-list .service-item .service-content .service-inr {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 1.7361111111vw
}

.service-section .service-list .service-item .service-content .service-heading {
    font-size: clamp(16px, 1.5vw, 24px);
    font-weight: 500;
    line-height: 1.4
}

.service-section .service-list .service-item .service-content .service-description {
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.8;
    flex: 1;
    text-align: justify
}

.service-section .service-list .service-item .service-content .service-image {
    flex-shrink: 0;
    max-width: 400px;
    height: auto
}

.service-section .more-button {
    margin-top: 2.7777777778vw
}

.service-section .more-button .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 36px 0 30px;
    gap: 5px;
    width: 100%;
    max-width: 360px;
    height: 80px;
    background: #fff;
    box-shadow: 0 6px 16px #b9dedb;
    transform: translateY(0);
    color: #6cc4be;
    margin-inline: auto;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 600;
    position: relative
}

.service-section .more-button .btn:hover {
    transform: translateY(3px);
    background-color: #e8f9f8;
    box-shadow: 0 6px 20px rgba(255, 255, 255, .3)
}

.service-section .more-button .btn::after {
    content: url("../img/arrow-right-g.svg");
    position: absolute;
    top: 58%;
    right: 18px;
    transform: translateY(-50%)
}

.service-section .scroll-indicator {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: .8;
    animation: 1.5s infinite pulse;
    z-index: 2
}

.service-section .scroll-indicator::before {
    content: "→";
    font-size: 20px;
    color: #6cc4be;
    background-color: rgba(0, 0, 0, .568627451);
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes pulse {

    0%,
    100% {
        opacity: .8;
        transform: translateY(-50%)
    }

    50% {
        opacity: 1;
        transform: translateY(-50%) translateX(5px)
    }
}

.service-section .service-list::-webkit-scrollbar {
    display: none
}

.contact .cta-section,
.contact-confirm .cta-section,
.contact-thanks .cta-section,
.service-section .service-list.scrolled-to-end+.scroll-indicator,
.wpcf7 .screen-reader-response,
.wpcf7-response-output {
    display: none
}

@media (max-width:767px) {

    .service-section .fade-l,
    .service-section .fade-r {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
        transition: none
    }
}

section.separator img {
    width: 90%;
    text-align: left
}

.cta-wrapper {
    cursor: pointer;
    transition: background-color .3s, box-shadow .3s;
    text-decoration: none;
    color: unset;
    display: block
}

.cta-wrapper:hover {
    opacity: .9
}

.cta-section {
    position: relative;
    background-color: #6cc4be;
    color: #fff;
    padding: 40px;
    text-align: center;
    margin-bottom: -150px;
    z-index: 2;
    max-width: 900px;
    margin-inline: auto
}

.cta-section .cta-content {
    display: flex;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 4.1666666667vw 8.3333333333vw;
    text-align: left;
    align-items: center;
    justify-content: space-between
}

.cta-section .cta-content .cta-title {
    font-family: optima, sans-serif;
    font-size: clamp(24px, 2.5vw, 36px);
    font-weight: 400;
    color: #444
}

.cta-section .cta-content .cta-text {
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 1.8;
    font-weight: 500
}

.cta-section .cta-content .cta-text-s {
    font-size: clamp(12px, 1vw, 16px);
    margin-bottom: 16px
}

.cta-section .cta-content .cta-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 6px 16px #b9dedb;
    border-radius: 50px;
    transition: .3s;
    aspect-ratio: 1/1
}

.cta-section .cta-content .cta-button img {
    width: 15px;
    height: 15px
}

.cta-section .cta-content .cta-button:hover,
.services-navigation .service-link:hover {
    background-color: #e8f9f8
}

.contact .footer-content,
.contact-confirm .footer-content,
.contact-thanks .footer-content {
    padding-top: 160px !important
}

.footer {
    background-color: #f2f7f7;
    text-align: left
}

.footer .footer-content {
    padding: 16.6666666667vw 10.4166666667vw 6.9444444444vw
}

.footer .footer-content .footer-logo {
    max-width: 175px;
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 700;
    color: #444;
    margin-bottom: 2.7777777778vw
}

.footer .footer-content .footer-nav ul {
    display: flex;
    flex-direction: column;
    gap: 1.1111111111vw;
    list-style: none;
    padding: 0;
    margin: 0
}

.after,
.text-wrap {
    align-items: center
}

.footer .footer-content .footer-nav ul li a {
    font-family: dm-sans, sans-serif;
    font-size: clamp(14px, 1vw, 15px);
    color: #444;
    text-decoration: none;
    font-weight: 600
}

.footer .footer-content .footer-nav ul li a:hover {
    color: #6cc4be
}

.footer .footer-bottom {
    font-family: dm-sans, sans-serif;
    font-weight: 600;
    letter-spacing: .4;
    background-color: #6cc4be;
    text-align: center;
    margin-top: 20px;
    font-size: clamp(12px, 1vw, 14px);
    color: #fff;
    padding: 10px 0
}

.company-section .company-table td,
.company-section .company-table th {
    padding: 1.3888888889vw 2.0833333333vw;
    border-bottom: 1px solid #d9d9d9;
    font-size: clamp(14px, 1.2vw, 16px)
}

section.scroll_btn {
    position: relative;
    width: 100%;
    height: 100%;
    left: 42%;
    transform: translateX(-50%)
}

section.scroll_btn::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, .8) 100%)
}

#thanks {
    background-color: #fff
}

.scroll_btn a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    transform: translate(0, -50%);
    color: #fff;
    font: 400 20px/1 "Josefin Sans", sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s
}

.scroll_btn a:hover {
    opacity: .5
}

#scroll-btn a {
    padding-top: 60px
}

#scroll-btn a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%
}

#scroll-btn a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg)
}

#scroll-btn a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
    border-radius: 100%;
    opacity: 0;
    animation: 3s infinite sdb03
}

@keyframes sdb03 {

    0%,
    100% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
        opacity: 0
    }
}

.scroll-mask-container {
    position: relative;
    overflow: hidden
}

.scroll-mask-container img {
    -webkit-mask-image: url(../img/mask.webp);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: auto 200%;
    -webkit-mask-position: center bottom;
    z-index: 0;
    mask-image: url(../img/mask.webp);
    mask-mode: alpha;
    mask-position: center bottom;
    mask-repeat: no-repeat;
    mask-size: auto 200%;
    opacity: 0
}

.scroll-mask-container.visible img {
    animation: 2.3s cubic-bezier(.115, .405, .24, 1) forwards mask-animation
}

@keyframes mask-fade {

    80%,
    to {
        opacity: 1
    }
}

@keyframes mask-animation {
    0% {
        -webkit-mask-position: center bottom;
        mask-position: center bottom;
        opacity: 0
    }

    20% {
        opacity: 1
    }

    to {
        -webkit-mask-position: center 0%;
        -webkit-mask-size: auto 500%;
        mask-position: center 0%;
        mask-size: auto 500%;
        opacity: 1
    }
}

[data-scroll-fade=text] span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px)
}

[data-scroll-fade=text] span.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .5s, transform .5s
}

.fade-in {
    opacity: 0;
    filter: blur(4px);
    transition: opacity 1.6s, filter 1.8s
}

.fade-l,
.fade-r {
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s, transform .6s
}

.fade-in.visible {
    opacity: 1;
    filter: blur(0)
}

.fade-r {
    transform: translateX(50px)
}

.fade-l.visible,
.fade-r.visible {
    opacity: 1;
    transform: translateX(0);
    visibility: visible
}

.fade-l {
    transform: translateX(-50px)
}

.list a {
    display: block;
    padding: 0 12px;
    overflow: hidden;
    letter-spacing: .1em
}

.list a.is-active {
    color: #fff;
    cursor: initial
}

.text-wrap {
    position: relative;
    display: flex
}

.after {
    position: absolute;
    top: 0;
    left: 0;
    display: flex
}

.before {
    display: flex;
    align-items: center
}

.after span,
.before span {
    line-height: 1.1;
    transition: color .3s ease-out
}

.after span {
    transform: translateY(100%)
}

.hero.page-mv {
    position: relative
}

@media screen and (min-width:1440px) {
    .hero .hero-image img {
        height: 70vh;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        border-radius: 20px
    }

    .solution-section .solution-steps .step .step-title {
        letter-spacing: normal;
        white-space: nowrap
    }

    .hero.page-mv .hero-image img {
        height: auto;
        -o-object-position: center;
        object-position: center
    }
}

.hero.page-mv .page-ttl {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -10%)
}

.hero.page-mv .page-ttl span {
    font-size: clamp(13px, 1.4vw, 16px);
    font-weight: 600;
    color: #fff
}

.hero.page-mv .page-ttl-en {
    position: absolute;
    bottom: 10px;
    left: 5%
}

.hero.page-mv .page-ttl-en span {
    color: #fff;
    font-family: s-mincho, serif;
    font-size: clamp(32px, 4.44vw, 64px);
    line-height: 1
}

.about-section {
    background-color: #fff;
    padding: 11.1111111111vw 0 0;
    margin-bottom: -11.1111111111vw
}

.about-section .background-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 5.5555555556vw;
    gap: 3.4722222222vw
}

.about-section .background-txt {
    flex: 1 1 60%
}

.about-section .background-txt .section-description,
.about-section .concept-container .concept-text .concept-description {
    font-size: clamp(14px, 1vw, 16px);
    margin-bottom: 1.3888888889vw
}

.about-section .background-txt .section-description:nth-child(2),
.about-section .concept-container .concept-text .concept-description:nth-child(2) {
    padding-top: .6944444444vw
}

.about-section .background-txt .about-author {
    font-size: clamp(14px, 1vw, 16px);
    text-align: right;
    line-height: normal
}

.about-section .background-txt .about-author p {
    margin: 5px 0
}

.about-section .background-image {
    flex: 1 1 35%;
    text-align: center
}

.about-section .background-image img {
    max-width: 100%;
    height: auto
}

.about-section .concept-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 50px 20px;
    background-color: #fff
}

.about-section .concept-container .concept-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px
}

.about-section .concept-container .concept-image {
    flex: 1 1 40%;
    text-align: center
}

.about-section .concept-container .concept-image img {
    max-width: 100%;
    margin-bottom: 10px
}

.about-section .concept-container .concept-image .concept-logo-text {
    font-size: clamp(20px, 1.5vw, 24px);
    font-weight: 700;
    color: #6cc4be
}

.about-section .concept-container .concept-text {
    flex: 1 1 55%
}

.company-section {
    padding: 9.7222222222vw 0;
    background-color: #fafafa;
    border-radius: 10px;
    margin: 0 10px 11.1111111111vw
}

.contact-form-container .form-content .form-inr .form-group:nth-child(7),
.form-intro {
    margin-bottom: 3.8194444444vw
}

.company-section .company-container {
    text-align: left
}

.company-section .company-table {
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
    border-collapse: collapse;
    margin-top: 3.4722222222vw
}

.company-section .company-table th {
    text-align: left;
    font-weight: 700;
    vertical-align: top;
    white-space: nowrap
}

.company-section .company-table tr:last-child td,
.company-section .company-table tr:last-child th {
    border-bottom: none
}

.service main {
    background-image: url(../img/service-bg.png);
    background-position: center
}

.services-navigation {
    padding: 50px 0 11.1111111111vw
}

.servicepage-section .container,
.services-navigation .container {
    max-width: 1200px
}

.services-navigation .service-title {
    font-size: clamp(16px, 1.4vw, 18px);
    font-weight: 500;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 1rem;
    overflow: hidden
}

.services-navigation .service-title::after {
    overflow: hidden;
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    margin-left: 1.3888888889vw
}

.services-navigation .services-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center
}

.services-navigation .service-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 calc(50% - 10px);
    width: 50%;
    height: 108px;
    padding: 2.0833333333vw;
    font-size: clamp(14px, 1.5vw, 20px);
    font-weight: 500;
    color: #6cc4be;
    text-decoration: none;
    border: 2px solid #6cc4be;
    border-radius: 100px;
    transition: .3s;
    text-align: center;
    position: relative;
    background-color: #fff
}

.services-navigation .service-link::after {
    content: url(../img/arrow-down.svg);
    position: absolute;
    top: 30%;
    right: 3.8194444444vw
}

.servicepage-section {
    padding-bottom: 80px
}

.servicepage-section#service2 .servicepage-item,
.servicepage-section#service4 .servicepage-item {
    background-color: rgba(239, 247, 246, .624)
}

.servicepage-section .servicepage-item {
    max-width: 1200px;
    background-color: rgba(255, 255, 255, .728);
    box-shadow: 0 6px 16px rgba(185, 222, 219, .3);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    padding: 2.7777777778vw 4.1666666667vw;
    border-radius: 20px
}

.servicepage-section .servicepage-item .service-header {
    flex: 1;
    text-align: left
}

.servicepage-section .servicepage-item .service-header .service-tag {
    margin-bottom: 1.3888888889vw
}

.servicepage-section .servicepage-item .service-header img {
    max-width: 420px
}

.servicepage-section .servicepage-item .service-content .service-description {
    font-size: clamp(14px, 1.4vw, 16px);
    margin-bottom: 2.4305555556vw
}

.servicepage-section .servicepage-item .service-content .service-details {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4305555556vw
}

.servicepage-section .servicepage-item .service-content .service-details .details-box,
.servicepage-section .servicepage-item .service-content .service-details .examples-box {
    flex: 1 1 100%;
    background-color: #fafafa
}

.servicepage-section .servicepage-item .service-content .service-details .details-box .details-title,
.servicepage-section .servicepage-item .service-content .service-details .examples-box .details-title {
    padding: 4px 20px 4px 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: 44px;
    background: linear-gradient(90deg, #a5d9d6 0, #6cc4be 100%);
    color: #fff;
    font-size: clamp(16px, 1.25vw, 20px);
    position: relative
}

.servicepage-section .servicepage-item .service-content .service-details .details-box .details-title::after,
.servicepage-section .servicepage-item .service-content .service-details .examples-box .details-title::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #6cc4be transparent transparent;
    border-width: 44px 12px 0 0
}

.servicepage-section .servicepage-item .service-content .service-details .details-box .details-list,
.servicepage-section .servicepage-item .service-content .service-details .examples-box .details-list {
    list-style: none;
    padding: 1.7361111111vw;
    margin: 0;
    font-size: 16px;
    color: #555
}

.servicepage-section .servicepage-item .service-content .service-details .details-box .details-list li,
.servicepage-section .servicepage-item .service-content .service-details .examples-box .details-list li {
    font-size: clamp(12px, 1.4vw, 15px);
    position: relative;
    padding-left: 20px;
    line-height: 1.5
}

.servicepage-section .servicepage-item .service-content .service-details .details-box .details-list li::before,
.servicepage-section .servicepage-item .service-content .service-details .examples-box .details-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #444
}

.servicepage-section .servicepage-item .service-content .service-details .details-box .examples-list,
.servicepage-section .servicepage-item .service-content .service-details .examples-box .examples-list {
    display: flex;
    padding: 1.7361111111vw 1.3888888889vw;
    gap: 2.0833333333vw
}

.servicepage-section .servicepage-item .service-content .service-details .details-box .examples-list .example,
.servicepage-section .servicepage-item .service-content .service-details .examples-box .examples-list .example {
    display: flex;
    align-items: center;
    gap: 10px
}

.servicepage-section .servicepage-item .service-content .service-details .details-box .examples-list .example .example-icon img,
.servicepage-section .servicepage-item .service-content .service-details .examples-box .examples-list .example .example-icon img {
    width: 72px;
    height: 72px
}

.servicepage-section .servicepage-item .service-content .service-details .details-box .examples-list .example .example-title,
.servicepage-section .servicepage-item .service-content .service-details .examples-box .examples-list .example .example-title {
    font-size: clamp(12px, 1.2vw, 14px);
    display: block;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
    text-align: justify
}

.servicepage-section .servicepage-item .service-content .service-details .details-box .examples-list .example-text p,
.servicepage-section .servicepage-item .service-content .service-details .examples-box .examples-list .example-text p {
    font-size: clamp(12px, 1.2vw, 14px);
    line-height: 1.6;
    letter-spacing: .05em;
    text-align: justify;
    margin: 10px 0 0
}

.contact-wrapper {
    padding: 6.9444444444vw 20px;
    max-width: 1100px
}

.form-intro {
    font-size: clamp(14px, 1.2vw, 16px)
}

.contact-form-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.4305555556vw;
    margin: 0 auto;
    padding: 20px
}

.contact-form-container .progress-bar {
    flex: 1;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 200px
}

.contact-form-container .progress-bar ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.contact-form-container .progress-bar ul li {
    display: flex;
    align-items: center;
    font-size: clamp(12px, 1.4vw, 16px);
    font-weight: 600;
    margin-bottom: 20px;
    color: #444
}

.contact-form-container .progress-bar ul li span:first-child {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    aspect-ratio: 1/1;
    margin-right: 10px;
    border: 2px solid #999;
    border-radius: 50%;
    letter-spacing: normal
}

.contact-form-container .progress-bar ul li.active span:first-child {
    background-color: #6cc4be;
    color: #fff;
    border: #6cc4be
}

.contact-form-container .form-content {
    flex: 2;
    border-left: 1px solid #444;
    padding: 5px 20px
}

.contact-form-container .form-content .form-group:has(.error) {
    padding-top: 24px
}

.contact-form-container .form-content .form-inr .form-group {
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    max-width: 700px
}

@media screen and (max-width:1024px) {
    .container {
        padding: 0 20px
    }

    .header-nav {
        padding: 25px 40px 20px
    }

    .header-nav .logo img {
        height: 45px
    }

    .header-nav .btn-contact {
        width: 180px;
        height: 55px;
        padding: 0
    }

    .news-section .container {
        width: 90%
    }

    .solution-section {
        padding: 40px 0
    }

    .solution-section .container {
        padding: 0 15px
    }

    .solution-section .solution-steps {
        width: auto
    }

    .solution-section .solution-steps .step {
        width: 11.1111111111vw;
        padding-right: 12px
    }

    .solution-section .solution-steps .step::after {
        border-width: 150px 0 150px 25px;
        right: -24px
    }

    .solution-section .solution-steps .step:nth-child(2n),
    .solution-section .solution-steps .step:nth-child(3n),
    .solution-section .solution-steps .step:nth-child(4n) {
        padding-left: 45px
    }

    .solution-section .solution-steps .step .step-number {
        padding-right: .3rem
    }

    .solution-section .solution-steps .step .step-title {
        letter-spacing: normal;
        margin-bottom: 1rem
    }

    .service-section .service-list .service-item .service-content .service-image {
        max-width: 40%
    }

    .cta-section {
        max-width: 90%
    }

    .footer .footer-content {
        padding-top: 240px
    }

    .hero.page-mv .page-ttl {
        left: 13%
    }

    .services-navigation .service-link::after {
        top: 40%;
        right: 24px
    }

    .servicepage-section .servicepage-item .service-header .main-heading {
        font-size: 20px
    }

    .servicepage-section .servicepage-item .service-header img {
        max-width: 220px;
        display: block;
        margin-inline: auto
    }

    .servicepage-section .servicepage-item .service-content .service-details .details-box .examples-list .example .example-icon img,
    .servicepage-section .servicepage-item .service-content .service-details .examples-box .examples-list .example .example-icon img {
        width: 52px;
        height: 52px
    }

    .contact-form-container .form-content .form-inr .form-group {
        flex-direction: column;
        gap: 10px
    }
}

.contact-form-container .form-content .form-inr .form-group label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: clamp(14px, 1.2vw, 16px);
    letter-spacing: .03em
}

.contact-form-container .form-content .form-inr .form-group label .required {
    font-size: clamp(10px, .8vw, 12px);
    padding: 0 5px 2px;
    line-height: 1;
    letter-spacing: normal;
    width: 40px;
    height: 20px;
    background: #6cc4be;
    color: #fff;
    text-align: center;
    margin-left: 5px
}

.contact-form-container .form-content .form-inr .form-group input,
.contact-form-container .form-content .form-inr .form-group textarea {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    background-color: #fafafa;
    border: 0;
    border-radius: 4px;
    font-size: clamp(14px, 1.5vw, 16px)
}

.contact-form-container .form-content .form-inr .form-group textarea {
    height: 100px;
    resize: vertical
}

.contact-form-container .form-content .form-inr .form-submit {
    text-align: right
}

.contact-form-container .form-content .form-inr .form-submit .submit-button {
    background-color: #6cc4be;
    color: #fff;
    font-size: clamp(14px, 1.5vw, 16px);
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 64px;
    border-radius: 50px;
    transition: background-color .3s;
    border: none;
    margin: 0 auto
}

.contact-form-container .form-content .form-inr .form-submit .submit-button:hover {
    background-color: #97ddd8
}

.contact-confirm .contact-form-container,
.contact-thanks .contact-form-container {
    padding: 20px
}

.wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) {
    position: relative;
    padding-top: 24px
}

.wpcf7-not-valid-tip {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: 0
}

.contact-confirm .form-submit {
    display: flex;
    margin: 0 auto;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap
}

.contact-confirm .form-submit .submit-button {
    margin: 0 !important
}

.contact-confirm .form-submit .submit-button.submit-button-g {
    background-color: #d9d9d9 !important;
    color: #444 !important;
    margin: 0 !important
}

.contact-confirm .form-submit .wpcf7-spinner {
    position: absolute
}

.contact-thanks .thanks-txt {
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 700;
    text-align: center
}

.contact-thanks .contact-wrapper,
.news-page-section .note-list a {
    padding: 0
}

.contact-thanks .contact-form-container {
    align-items: stretch !important
}

#page__content,
.news-listing,
.news-page-section {
    padding: 11.1111111111vw 20px
}

.news-listing .container {
    max-width: 900px
}

.news-listing .news-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.news-listing .news-list .news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
    border-radius: 5px
}

.news-listing .news-list .news-item .news-date {
    font-size: clamp(14px, 1.2vw, 16px);
    color: #6cc4be
}

.news-listing .news-list .news-item .news-category {
    font-size: clamp(12px, 1vw, 14px);
    background: #e8f7f6;
    color: #6cc4be;
    padding: 2px 10px;
    border-radius: 15px;
    margin-left: 10px
}

.news-listing .news-list .news-item .news-ttl-wrap {
    display: flex;
    justify-content: space-between;
    flex-grow: 1
}

.news-listing .news-list .news-item .news-text {
    font-size: clamp(14px, 1.2vw, 16px);
    color: #444;
    flex: 1;
    margin-left: 20px;
    text-align: left
}

.news-listing .news-list .news-item .news-link {
    font-size: clamp(14px, 1.5vw, 18px);
    color: #6cc4be;
    text-decoration: none;
    transition: transform .3s
}

.news-listing .news-list .news-item .news-link:hover {
    transform: translateX(5px)
}

.news-listing .pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.news-listing .pagination ul {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0
}

.news-listing .pagination ul .page-next,
.news-listing .pagination ul .page-number {
    display: inline-block;
    padding: 10px 15px;
    background: #fff;
    color: #6cc4be;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    text-decoration: none;
    font-size: clamp(14px, 1.2vw, 16px);
    transition: background .3s
}

.news-listing .pagination ul .page-next.active,
.news-listing .pagination ul .page-number.active {
    background: #6cc4be;
    color: #fff
}

.news-listing .pagination ul .page-next:hover,
.news-listing .pagination ul .page-number:hover {
    background: #e8f7f6
}

#page__content .container {
    max-width: 900px;
    margin: 0 auto
}

#page__content #single__wrap {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 40px
}

#page__content #single__wrap .post_txt {
    margin-bottom: 20px
}

#page__content #single__wrap .post_txt .post_meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.7361111111vw;
    font-size: clamp(12px, 1vw, 14px);
    color: #888
}

#page__content #single__wrap .post_txt .post_meta .post_cat {
    font-size: clamp(12px, 1vw, 14px);
    background: #e8f7f6;
    color: #6cc4be;
    padding: 2px 10px;
    border-radius: 15px;
    margin-left: 10px
}

#page__content #single__wrap .post_txt .post_ttl {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    margin-bottom: 1.7361111111vw;
    color: #333
}

#page__content #single__wrap .post_links {
    display: block;
    margin-bottom: 20px
}

#page__content #single__wrap .post_links .post_thumb img {
    width: 100%;
    height: auto;
    transition: transform .3s
}

#page__content #single__wrap .post_links .post_thumb img:hover {
    transform: scale(1.05)
}

#page__content #single__wrap .post_content {
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.8;
    color: #444
}

#page__content #single__wrap .post_content p {
    margin-bottom: 20px
}

#page__content #single__wrap .post_content a {
    color: #6cc4be;
    text-decoration: underline
}

#page__content #single__wrap .post_content a:hover {
    color: #4aa398
}

#page__content .post-navigation {
    display: flex;
    justify-content: space-between;
    margin: 40px 0
}

#page__content .post-navigation .nav-next a,
#page__content .post-navigation .nav-previous a {
    color: #6cc4be;
    text-decoration: none;
    font-size: clamp(14px, 1.2vw, 16px)
}

#page__content .post-navigation .nav-next a:hover,
#page__content .post-navigation .nav-previous a:hover {
    color: #4aa398;
    text-decoration: underline
}

#page__content .back-to-list {
    text-align: center;
    margin-top: 20px
}

#page__content .back-to-list .btn__nml {
    display: inline-block;
    padding: 10px 20px;
    background-color: #6cc4be;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: clamp(14px, 1.2vw, 16px);
    transition: background-color .3s
}

#page__content .back-to-list .btn__nml:hover {
    background-color: #4aa398
}

.news-page .news-list-box,
.news-page-section container {
    max-width: 1000px
}

.news-page .news-list-box .news-list {
    list-style: none;
    max-width: 800px;
    padding: 0;
    margin: 0 auto;
    flex-grow: 1
}

.news-page .news-list-box .news-list .news-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    padding: 1.0416666667vw 0;
    justify-content: space-between;
    gap: 10px
}

.news-page-section .news-ttl-doco {
    padding: 0 .5em;
    color: #444;
    background: 0 0;
    border-left: 5px solid #6cc4be;
    margin-bottom: 1.7361111111vw;
    font-size: clamp(24px, 2.08vw, 30px) !important
}

.news-page-section .note-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    margin: 0 auto;
    padding: 20px 0
}

.news-page-section .col {
    padding-bottom: 20px
}

.news-page-section .card {
    width: 100%;
    height: 100%
}

.news-page-section .card .card-wrapper {
    display: block;
    text-decoration: none
}

.news-page-section .card .card-thumbnail {
    padding-top: 52.34375%;
    position: relative;
    overflow: hidden
}

.news-page-section .card .card-thumbnail img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-page-section .card .card-contents {
    margin-top: 20px
}

.news-page-section .card .card-title {
    font-size: clamp(14px, 1.2vw, 15px);
    font-weight: 600;
    color: #444;
    line-height: 1.5
}

.news-page-section .card .card-description {
    font-size: clamp(10px, .8vw, 12px);
    margin-top: 10px;
    color: #444;
    line-height: 1.5
}

.news-page-section .card .card-date {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
    color: #9a9a9a;
    font-weight: 700;
    position: relative;
    padding-left: 26px
}

.news-page-section .card .card-date::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/icon-date.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width:767px) {
    .sp-on {
        display: block
    }

    .sp-off {
        display: none
    }

    .h2-en,
    .news-page-section .card .card-date {
        font-size: 10px
    }

    .main-heading {
        font-size: 22px
    }

    .nomal-heading {
        font-size: 24px;
        margin-bottom: 40px
    }

    .header-nav {
        padding: 24px 20px
    }

    .header-nav .logo img {
        max-width: 160px;
        height: 42px
    }

    .hero .hero-image img,
    .hero.page-mv .hero-image img {
        height: 60vh;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px
    }

    .hero .hero-text {
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        top: 50%;
        font-size: 24px;
        width: -moz-fit-content;
        width: fit-content;
        white-space: nowrap
    }

    .news-section .container {
        flex-direction: column;
        width: 100%
    }

    .news-section .news-button {
        margin-top: 20px
    }

    .intro-section {
        margin: 60px 0
    }

    .intro-section .intro-catchphrase {
        font-size: 24px
    }

    .intro-section .intro-catchphrase .intro-title {
        font-size: 60px
    }

    .intro-section .intro-about,
    .service-section .service-list .service-item:nth-child(2n),
    .solution-section .solution-steps {
        flex-direction: column
    }

    .intro-section .intro-problems .problems-list {
        flex-direction: column;
        gap: 20px
    }

    .intro-section .intro-problems .problems-list .problem-item {
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        gap: 12px;
        border-radius: 4px;
        aspect-ratio: 2/1;
        box-shadow: 0 2px 6px #b9dedb;
        padding: 20px
    }

    .intro-section .intro-problems .problems-list .problem-item .problem-icon {
        width: 60px
    }

    .intro-section .intro-problems .problems-list .problem-item p {
        display: block;
        text-align: center;
        flex: 1
    }

    .solution-section .solution-intro {
        flex-direction: column;
        margin-bottom: 25px
    }

    .solution-section .solution-steps .step {
        width: 100%;
        padding: 20px 30px 40px
    }

    .solution-section .solution-steps .step::after {
        content: "";
        position: absolute;
        height: 25px;
        width: 50%;
        -webkit-clip-path: polygon(50% 8%, 0 0, 100% 0);
        clip-path: polygon(50% 8%, 0 0, 100% 0);
        background-color: #fff;
        left: 50%;
        transform: translateX(-50%);
        top: 99%
    }

    .solution-section .solution-steps .step:nth-child(2n),
    .solution-section .solution-steps .step:nth-child(3n),
    .solution-section .solution-steps .step:nth-child(4n) {
        padding: 20px 30px 40px
    }

    .solution-section .solution-steps .step:nth-child(2n)::after {
        background-color: #c8efea
    }

    .solution-section .solution-steps .step:nth-child(3n)::after {
        background-color: #94dfd6
    }

    .solution-section .solution-steps .step:nth-child(4n)::after {
        background-color: #69d4ca
    }

    .service-section .service-list {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 20px;
        padding: 10px;
        -webkit-overflow-scrolling: touch
    }

    .service-section .service-list .service-item {
        flex-direction: column;
        align-items: center;
        flex: 0 0 290px;
        scroll-snap-align: start
    }

    .service-section .service-list .service-item:nth-child(2n) .service-content {
        flex-direction: column-reverse;
        height: 490px
    }

    .service-section .service-list .service-item .service-number {
        font-size: 32px
    }

    .service-section .service-list .service-item .service-content {
        flex-direction: column-reverse;
        padding: 20px;
        gap: 16px;
        height: 490px;
        justify-content: flex-end
    }

    .service-section .service-list .service-item .service-content .service-inr {
        gap: 12px
    }

    .service-section .service-list .service-item .service-content .service-heading {
        font-size: 15px
    }

    .news-page-section .card .card-title,
    .service-section .service-list .service-item .service-content .service-description {
        font-size: 12px
    }

    .service-section .service-list .service-item .service-content .service-image {
        max-width: 100%
    }

    .service-section .more-button .btn {
        height: 60px
    }

    section.separator img {
        aspect-ratio: 16/9;
        -o-object-fit: cover;
        object-fit: cover
    }

    .cta-section .cta-content {
        padding: 0
    }

    .logo.sp-on {
        max-width: 160px;
        height: 42px;
        position: absolute;
        z-index: 1;
        padding: 24px 20px;
        box-sizing: content-box
    }

    .sp-menu {
        position: relative
    }

    .sp-menu .menu-toggle {
        background-color: #6cc4be;
        border: none;
        cursor: pointer;
        z-index: 10;
        position: fixed;
        right: 20px;
        width: 45px;
        height: 45px;
        border-radius: 50px
    }

    .sp-menu .menu-toggle .menu-icon {
        display: block;
        width: 20px;
        height: 1px;
        background-color: #fff;
        position: relative;
        transition: .3s;
        left: 12px
    }

    .sp-menu .menu-toggle .menu-icon::after,
    .sp-menu .menu-toggle .menu-icon::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 1px;
        background-color: #fff;
        transition: .3s;
        left: 0
    }

    .sp-menu .menu-toggle .menu-icon::before {
        top: -6px
    }

    .sp-menu .menu-toggle .menu-icon::after {
        top: 6px
    }

    .sp-menu .menu-toggle.open .menu-icon {
        background-color: transparent
    }

    .sp-menu .menu-toggle.open .menu-icon::before {
        transform: rotate(45deg) translate(5px, 5px)
    }

    .sp-menu .menu-toggle.open .menu-icon::after {
        transform: rotate(-45deg) translate(5px, -5px);
        top: 8px
    }

    .sp-menu .sp-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f9f9f9;
        transform: translateX(100%);
        transition: transform .3s;
        opacity: 0;
        visibility: hidden;
        z-index: 9
    }

    .sp-menu .sp-nav.active {
        transform: translateX(0);
        opacity: 1;
        visibility: visible
    }

    .sp-menu .sp-nav ul {
        list-style: none;
        padding: 20px;
        text-align: center;
        position: relative;
        top: 40%;
        transform: translateY(-40%)
    }

    .sp-menu .sp-nav ul li {
        margin-bottom: 28px
    }

    .sp-menu .sp-nav ul li a {
        text-decoration: none;
        font-size: clamp(16px, 1.2vw, 18px);
        color: #333
    }

    .sp-menu .sp-nav ul li a:hover {
        color: #6cc4be
    }

    .sp-menu .sp-nav ul .btn-contact {
        margin: 40px auto 0
    }

    section.scroll_btn {
        top: 10px
    }

    .hero.page-mv .page-ttl {
        left: 30px;
        transform: unset
    }

    .hero.page-mv .page-ttl-en {
        left: 30px
    }

    .about-section .background-container {
        flex-direction: column-reverse
    }

    .company-section {
        padding: 38px 0;
        margin-bottom: 80px
    }

    .company-section .company-table {
        margin-top: 30px
    }

    .services-navigation .services-links {
        flex-direction: column;
        gap: 10px
    }

    .services-navigation .service-link {
        width: 100%;
        flex: 1 1 100%;
        font-size: 12px;
        line-height: normal;
        padding: 10px;
        height: 50px
    }

    .servicepage-section {
        padding-bottom: 30px
    }

    .servicepage-section#service4 {
        padding-bottom: 80px
    }

    .servicepage-section .servicepage-item {
        flex-direction: column;
        padding: 30px 20px 40px
    }

    .servicepage-section .servicepage-item .service-header .main-heading {
        font-size: 18px;
        margin-bottom: 18px;
        width: 100%;
        display: inline-block
    }

    .servicepage-section .servicepage-item .service-header .service-tag {
        margin-bottom: 20px
    }

    .servicepage-section .servicepage-item .service-content .service-description {
        font-size: 12px;
        margin-bottom: 30px;
        display: block
    }

    .servicepage-section .servicepage-item .service-content .service-details .details-box .details-list li,
    .servicepage-section .servicepage-item .service-content .service-details .examples-box .details-list li {
        padding-left: 12px
    }

    .servicepage-section .servicepage-item .service-content .service-details .details-box .examples-list,
    .servicepage-section .servicepage-item .service-content .service-details .examples-box .examples-list {
        flex-direction: column;
        padding: 10px 16px
    }

    .contact-form-container {
        flex-direction: column;
        padding: 20px 0
    }

    .contact-form-container .progress-bar {
        width: 100%;
        max-width: unset
    }

    .contact-form-container .progress-bar ul {
        display: flex;
        justify-content: space-between
    }

    .contact-form-container .form-content {
        border: 0
    }

    .contact-confirm .contact-wrapper,
    .contact-confirm .container,
    .contact-thanks .contact-wrapper,
    .contact-thanks .container {
        padding: 0 !important
    }

    .contact-confirm .form-content,
    .contact-thanks .form-content {
        padding: 20px 0 !important
    }

    .contact-confirm .form-group {
        flex-direction: row !important;
        justify-content: flex-start;
        gap: 10px !important;
        font-size: 14px !important
    }

    .contact-confirm .form-submit {
        padding-top: 20px !important
    }

    .contact-confirm label {
        font-weight: 700 !important;
        color: #4aa398;
        font-size: 12px !important;
        white-space: nowrap
    }

    .contact-confirm label::before {
        content: "["
    }

    .contact-confirm label::after {
        content: "]"
    }

    .news-page-section .container {
        padding: 0 8px !important
    }

    .news-page-section .wp-block-spacer {
        height: 40px !important
    }

    .news-page-section .note-list {
        grid-template-columns: repeat(1, 1fr)
    }

    .news-page-section .col {
        padding-bottom: 0
    }

    .news-page-section .card .card-wrapper {
        display: flex;
        gap: 16px
    }

    .news-page-section .card .card-thumbnail {
        width: 100%;
        min-width: 130px;
        max-width: 130px
    }

    .news-page-section .card .card-thumbnail img {
        height: auto;
        aspect-ratio: 16/9
    }

    .news-page-section .card .card-contents {
        margin-top: 0
    }

    .news-page-section .card .card-date::before {
        width: 16px;
        height: 16px
    }
}

.news-page-section .card .card-author {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.news-page-section .card .card-author-img {
    flex: 0 0 48px
}

.news-page-section .card .card-author-name {
    font-size: 12px;
    color: #3e3b3f;
    padding-left: 8px
}