@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

a {
    cursor: pointer;
}

.eng {
    font-family: "Inter", serif;
}

.hand-eng {
    font-family: 'Tirelessly-Love-You';
}

.sp-only {
    display: none;
}

body {
    font-family: "Noto Sans JP", serif;
    margin: 0;
    overflow-x: clip;
    color: #fff;
    background-color: #363636;
    font-weight: 400;
    text-transform: uppercase;
    word-break: break-all;
}

html {
    color: #fff;
    font-family: "Noto Sans JP", serif;
}

.w-1200 {
    width: 100%;
    margin: auto;
    max-width: 1200px;
}

.w-860 {
    width: 100%;
    margin: auto;
    max-width: 860px;
}

header.section-header {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 99999;
}

.section-header_inner {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
    align-items: center;
}

.section-header__logo a {
    display: block;
}

.section-header__logo {
    width: 64px;
    height: 64px;
}

.section-header__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.section-header__navi {
    display: none;
}

nav.section-header__navi.eng ul {
    display: flex;
    align-items: center;
}

nav.section-header__navi.eng ul li {
    font-weight: 600;
    padding-left: 32px;
    font-size: 18px;
}

nav.section-header__navi.eng ul li a {
    transition: .25s;
}

nav.section-header__navi.eng ul li a:hover {
    transition: .25s;
    color: #ff693b;
}


.section-fv_sns-group {
    position: fixed;
    z-index: 99999;
    top: 45%;
    transform: translateY(-50%);
    left: 40px;
}

.section-fv_sns-group li {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.section-fv_sns-group li a {
    width: 100%;
    height: 100%;
    display: block;
}

.section-fv_sns-group li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.section-fv_sns-group p {
    position: relative;
    display: block;
    transform: rotate(90deg);
    transform-origin: left;
    left: 20px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
}

.section-fv_sns-group ul {
    margin-top: 170px;
}

section.section-fv {
    width: 100%;
    position: relative;
    height: 1000px;
}

.section-fv__inner.w-1200 {
    position: absolute;
    top: 38%;
    font-weight: 700;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.section-fv__inner.w-1200 h1 {
    font-size: 200px;
    position: relative;
    line-height: 1.3;
}
.section-fv__inner.w-1200 h1::before {
    background-image: url(../images/top/next-text.png);
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 590px;
    height: 154px;
    content: "";
    background-repeat: no-repeat;
    transform: translate(-50%, 70%);
}
.section-fv__inner.w-1200 h1 span {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 2vw;
    transform: translateY(-50%);
    font-family: "Noto Sans JP", serif;
}

section.section-fv::before {
    position: absolute;
    height: 200px;
    width: 100%;
    display: block;
    bottom: -1px;
    left: 0;
    content: "";
    background: linear-gradient(0deg, #363636, transparent);
}

.fv-photo-group,
.fv-photo-group img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-fv_copy-right {
    position: fixed;
    left: 60px;
    bottom: 260px;
    z-index: 99999;
    display: block;
    transform: rotate(90deg);
    transform-origin: left;
}

.section-fv_copy-right .eng {
    font-size: 14px;
	margin-left: 40px;
}

.scroll-txt-effect {
    position: fixed;
    z-index: 9999;
    right: 40px;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 135px;
}

.scroll-txt-effect::before {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/top/scroll-txt.png') no-repeat center center;
    background-size: cover;
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.scroll-txt-effect img {
    height: 16px;
    width: 32px;
    object-fit: contain;
    object-position: center;
}

.section-top__intro__inner h2 {
    font-size: 90px;
    line-height: 1.2;
    margin-bottom: 100px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    word-break: break-all;
    max-width: 100%;
    width: max-content;
}.section-top__intro__inner.w-1200{
    position: relative;
}

.section-top__intro__inner h2::before {
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-70%, 50%);
    background: url('../images/top/intro-ttl.png') no-repeat center center;
    width: 260px;
    height: 260px;
    background-size: contain;
    object-position: left center;
    content: "";
    display: block;
}

.section-top__intro__inner p {
    line-height: 2;
    font-size: 18px;
    padding-bottom: 120px;
}

.section-top__intro {
    padding-top: 80px;
    position: relative;
}

.section-top__intro::before {
    content: "";
    display: block;
    top: 0;
    right: 0;
    width: 60vw;
    height: 100%;
    position: absolute;
    background: url('../images/top/intro-img.png') no-repeat center center;
    background-size: contain;
    background-position: right bottom;
}

.service-item h2 {
    margin-bottom: 60px;
}

.service-item .service-eng-name {
    text-transform: uppercase;
    font-size: 75px;
    margin-bottom: 48px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    word-break: break-all;
    max-width: 100%;
    width: max-content;
}

.service-item .service-jp-name {
    display: block;
    padding: 8px 32px;
    background: linear-gradient(90deg, #f2d1a2, #ff693b);
    color: #000;
    display: block;
    width: max-content;
    font-weight: 700;
}

.number-service {
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 48px;

}

.number-service::before {
    position: relative;
    display: block;
    height: 1px;
    width: 32px;
    content: "";
    background-color: #fff;
    margin-right: 12px;
}

li.service-item {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

li.service-item img.service-photo {
    height: 100%;
    width: 50vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    object-fit: cover;
}

li.service-item::before {
    content: "";
    height: 100%;
    width: calc(50vw - 40px);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/top/before-li.png);
}

li.service-item .service-desc {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 60px;
    width: 45%;
}

.service-btn {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 2px 2px 2px 64px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    border: 1px solid #fff;
    border-radius: 10000px;
    transition: .25s;
    background-color: #000;
}

.service-btn:hover {
    border: 1px solid #f2d1a2;
    background: linear-gradient(90deg, #f2d1a2, #ff693b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
    border-radius: 10000px;
}

.service-btn::before {
    order: 3;
    display: block;
    width: 64px;
    height: 64px;
    content: "";
    background: #b0b0b0;
    border-radius: 10000px;
    position: relative;
    margin-left: 40px;
    transition: .25s;
}

.service-btn:hover::before {
    background: linear-gradient(90deg, #f2d1a2, #ff693b);
    transition: .25s;
}

.service-btn::after {
    z-index: 999;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background-color: #fff;
    border-radius: 10000px;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}

.section-top-company {
    margin-top: 120px;
    background: linear-gradient(-45deg, #f2d1a2, #ff693b);
    padding: 100px 0;
    border-top: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
}

h2.top-company-ttl.eng {
    font-size: 88px;
    font-weight: 700;
    margin-bottom: 32px;
}

.section-top-company__inner.w-1200 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.section-top-company .service-btn,
section.section-top-company .service-btn:hover {
    color: #000;
   background: linear-gradient(90deg, #000, #000);
-webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}
section.section-top-company .service-btn:hover {
    border: 1px solid #000;
}

section.section-top-company .service-btn:hover::before {
    background: #000000;
    transition: .25s;
}
.section-top-contact {
    background-image: url(../images/top/contact-pc.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-top-contact h2 {
    background: linear-gradient(90deg, #f2d1a2, #ff693b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 110px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 72px;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.section-top-contact a {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 2px 2px 2px 64px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    background: linear-gradient(90deg, #fff, #fff);
    border-radius: 10000px;
    transition: .25s;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}

.section-top-contact a:hover {
    background: linear-gradient(90deg, #f2d1a2, #ff693b);
    transition: .25s;
    color: #fff;
}

.section-top-contact a::before {
    order: 3;
    display: block;
    width: 64px;
    height: 64px;
    content: "";
    background: transparent;
    border-radius: 10000px;
    position: relative;
    margin-left: 40px;
    transition: .25s;
}

.section-top-contact a::after {
    z-index: 999;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background-color: #000;
    border-radius: 10000px;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}

.section-top-contact a:hover::after {
    background-color: #fff;
}

.footer-logo img {
    width: 350px;
    height: 40px;
    object-fit: contain;
    display: block;
    object-fit: contain;
    object-position: center;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer-logo a {
    display: flex;
    align-items: center;

}

.footer-logo a span.eng {
    font-size: 48px;
    margin-left: 14px;
    font-weight: 700;
}

.footer-info p {
    font-size: 16px;
    line-height: 1.8;
    color: #a4a4a4;
	text-transform: none;
}

.footer__inner.w-1200 {
    display: flex;
    justify-content: space-between;
}

.footer-nav-cont {
    display: flex;
}

ul.footer-list.eng {
    font-size: 20px;
    font-weight: 700;
    padding-left: 64px;
}

ul.footer-list.eng>li {
    margin-bottom: 18px;
}

ul.footer-list.eng>li li {
    font-size: 16px;
    color: #a4a4a4;
    margin-bottom: 16px;
    font-family: "Noto Sans JP", serif;
}

.section-footer_sns-group {
    display: flex;
    align-items: center;
}

.section-footer_sns-group ul {
    display: flex;
    align-items: center;
}

.section-footer_sns-group ul li {
    width: 40px;
    height: 40px;
    margin-left: 24px;
}

.section-footer_sns-group ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.section-footer_sns-group .eng {
    font-weight: 700;
    font-size: 20px;
}

.footer-prvacy.w-1200 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}

.footer-prvacy.w-1200 .privacy-poricy {
    font-size: 14px;
    color: #a4a4a4;
}

footer {
    padding-top: 180px;
    padding-bottom: 120px;
    background-image: url(../images/top/footer-bg.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.page-head {
    padding-top: 100px;
}


ul.bread-list {
    display: flex;
    align-items: center;
    color: #7d7d7d;
    margin-bottom: 50px;

}

ul.bread-list li {
    margin-right: 16px;
    font-weight: 400;
}

.page-company__head__inner h1.eng {
    background: linear-gradient(90deg, #f2d1a2, #ff693b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 90px;
    font-weight: 700;
    display: block;
    width: max-content;
}

span.ttl-tag {
    margin-top: 32px;
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: "Noto Sans JP", serif;
    margin-bottom: 60px;
}

.page-company__head__inner h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.5;
}

.page-company__head__inner p {
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
}

.page-company__head {
    padding-bottom: 180px;
    background-image: url(../images/service/service-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.tag {
    color: #b0b0b0;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.company-origin__left .tag{
    color: #fff;
}
.company-origin__left .tag::before {
    display: block;
    content: "";
    width: 32px;
    height: 1px;
    background-color: #fff;
    margin-right: 14px;
}
.tag::before {
    display: block;
    content: "";
    width: 32px;
    height: 1px;
    background-color: #b0b0b0;
    margin-right: 14px;
}

.company-philosophy__inner {
    position: relative;
}

h2.philosophy-ttl {
    margin-top: 30px;
    margin-bottom: -80px;
    position: relative;
}

h2.philosophy-ttl .eng {
    color: #fff;
    font-size: 90px;
    font-weight: 700;
    margin-top: 40px;
}

h2.philosophy-ttl .jp {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-top: 48px;
    display: block;
}

h2.philosophy-ttl .desc {
    display: block;
    width: 50%;
    font-size: 18px;
    line-height: 2;
    margin-top: 40px;
}

.company-philosophy__inner.w-1200 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: auto;
    object-fit: contain;
    margin-left: auto;
}

ul.philosophy-list {
    margin-top: 200px;
}

ul.philosophy-list li {
    margin-bottom: 80px;
}

ul.philosophy-list li p {
    font-size: 40px;
    font-weight: 700;
}

ul.philosophy-list li h3 {
    font-size: 80px;
    margin-bottom: 40px;
    display: block;
    width: max-content;
    font-weight: 700;
}

ul.philosophy-list li:nth-of-type(1) h3 {
    background: linear-gradient(90deg, #5fa5e1, #b85c9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.philosophy-list li:nth-of-type(2) h3 {
    background: linear-gradient(90deg, #ffe594, #a5ea97);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.philosophy-list li:nth-of-type(3) h3 {
    background: linear-gradient(90deg, #29d3c7, #ff8c98);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.company-origin {
    background: linear-gradient(90deg, rgba(95, 165, 225, 0.6), rgba(184, 92, 157, 0.6));
    padding-top: 120px;
    padding-bottom: 120px;
}

.company-origin__inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.company-origin__left {
    width: 50%;
}

.company-origin__left h2 {
    font-size: 90px;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 48px;
}

.company-origin__left h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.5;
}

.company-origin__left p {
    font-size: 18px;
    line-height: 2;
}

.company-origin__right {
    width: 50%;
    height: 480px;
}

.company-origin__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.company-philosophy {
    padding-bottom: 120px;
}

section.company-outline {
    padding-top: 120px;
    padding-bottom: 0px;
}

section.company-outline h2 {
    font-size: 90px;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 48px;
}

section.company-outline table {
    max-width: 780px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: 0;
}

section.company-outline table tbody {
    width: 100%;
}

section.company-outline table tbody tr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
    border-bottom: 1px solid #aeaeae;
}

section.company-outline table tbody tr th {
    width: 230px;
	line-height: 1.6;
}

section.company-outline table tbody tr td {
    width: calc(100% - 140px);
    line-height: 2;
	text-transform: none;
}

section.company-outline table tbody tr:last-of-type td {
    width: 100%;
}

.map p {
    display: flex;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
	text-transform: none;
}

.map p a {
    color: #539cee;
    border-bottom: 1px solid;
}

.map p img {
    width: 16px;
    height: 24px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin-right: 14px;
}

.map iframe {
    width: 100%;
    height: 400px;

}

section.section-cta-contact {
    padding: 100px 0;
    background-image: url(../images/company/contact-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-top: 1px solid #3e3f40;
    border-bottom: 1px solid #3e3f40;
    background-color: #222222;
}


section.section-cta-contact h2 {
    background: linear-gradient(90deg, #29d3c7, #ff8c98);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 88px;
    font-weight: 700;
    margin-bottom: 40px;
    width: max-content;
    max-width: 100%;
}

section.section-cta-contact p {
    font-size: 24px;
    font-weight: 700;

}

.section-cta-contact__inner.w-1200 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-template-page-contact {
    background-image: url(../images/company/company-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.page-contact__head h1.eng {
    background: linear-gradient(90deg, #29d3c7, #ff8c98);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 90px;
    width: max-content;
    display: block;
}

.page-contact__head__inner.w-1200 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
}

section.page-contact__cont {
    padding-top: 120px;
}

ul.contact-intro {
    display: flex;
    align-items: center;
}

ul.contact-intro li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 88px;
    border-radius: 10000000px;
    position: relative;
}

ul.contact-intro {
    position: relative;
    margin-bottom: 80px;
}

ul.contact-intro::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    border-width: 10px 0px 10px 17.32px;
    left: 103px;
}

ul.contact-intro li:first-of-type {
    background-color: #fff;
    color: #000;
    font-size: 20px;
    border: 1px solid #fff;
    font-weight: 500;
    margin-right: 44px;
}

ul.contact-intro li:last-of-type {
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #fff;
}

.page-contact__cont form,
.page-contact__cont form table,
.page-contact__cont form tbody {
    width: 100%;
    height: auto;
}

.page-contact__cont form {
    background-color: #353535;
    padding: 88px 80px;
}

tr.form-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

th.form-content__ttl {
    font-size: 18px;
    font-weight: 700;
    width: 300px;
}

td.form-content__input {
    width: calc(100% - 300px);
    display: block;
}

td.form-content__input input,
td.form-content__input textarea {
    width: 100%;
    display: block;
    background-color: #fff;
    color: #000;
    padding: 30px;
}

.wpcf7-spinner {
    display: none;
}

.submit-btn {
    width: 300px;
    text-align: center;
    margin: auto;
}

.submit-btn input {
    width: 100%;
    height: auto;
    padding: 28px;
    border-radius: 1000000px;
    background: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.zip-group td.form-content__input span:nth-of-type(1) {
    width: 200px;
    display: block;
    margin-bottom: 24px;
}

.form-accept {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
}

.form-accept a {
    color: #61a0ff;
    border-bottom: 1px solid #61a0ff;
}

.submit-btn {
    position: relative;
}

.submit-btn::after {
    z-index: 999;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background-color: #000;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10000px;
}

.wpcf7-spinner {
    display: none !important;
}











section.section-cta-privacy {
    padding: 100px 0;
    background-image: url(../images/company/contact-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-top: 1px solid #3e3f40;
    border-bottom: 1px solid #3e3f40;
    background-color: #222222;
}


section.section-cta-privacy h2 {
    background: linear-gradient(90deg, #29d3c7, #ff8c98);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 88px;
    font-weight: 700;
    margin-bottom: 40px;
}

section.section-cta-privacy p {
    font-size: 24px;
    font-weight: 700;

}

.section-cta-privacy__inner.w-1200 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-template-page-privacy {
    background-image: url(../images/company/company-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.page-privacy__head h1.eng {
    background: linear-gradient(90deg, #ffe594, #a5ea97);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 90px;
    width: max-content;
    display: block;
}


.page-privacy__cont__wrap {
    background-color: #353535;
    padding: 100px 56px;
}

.page-privacy__cont__wrap h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 32px;
    margin-top: 50px;
}

.page-privacy__cont__wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    padding-bottom: 50px;
    border-bottom: 1px solid #828282;
	text-transform: none;
}

.page-privacy__cont__wrap h2:first-of-type {
    margin-top: 0;
}







section.section-cta-service {
    padding: 100px 0;
    background-image: url(../images/company/contact-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-top: 1px solid #3e3f40;
    border-bottom: 1px solid #3e3f40;
    background-color: #222222;
}


section.section-cta-service h2 {
    background: linear-gradient(90deg, #5fa5e1, #b85c9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 88px;
    font-weight: 700;
    margin-bottom: 40px;
}

section.section-cta-service p {
    font-size: 24px;
    font-weight: 700;

}

.section-cta-service__inner.w-1200 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.page-service__head.page-head {
    background-image: url(../images/service/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.page-service__head h1.eng {
    background: linear-gradient(90deg, #5fa5e1, #b85c9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 90px;
    width: max-content;
    display: block;
    text-transform: uppercase;
    word-break: break-all;
    max-width: 100%;
    width: max-content;
}


.page-service__head h2 {
    font-size: 28px;
    font-weight: 700;
	line-height: 1.6;
}

.acf_discription {
    width: 100%;
    font-size: 16px;
    max-width: 480px;
    margin-top: 60px;
    line-height: 2;
}

.page-service__tab {
    background-color: #2e2e2e;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 60px;
}



.page-service__tab ul {
    display: flex;
    justify-content: space-between;
}

.panel {
    display: none;
}

.panel.active {
    display: block;
}

.page-service__tab ul li {
    display: block;
    width: calc((100% - 64px) / 2);
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 24px;
    padding: 28px;
    text-align: center;
}

.page-service__tab ul li.active {
    background: linear-gradient(90deg, #5fa5e1, #b85c9d);
    color: #fff;
    border: none;
}

.page-service__tab ul li:hover {
    border: none;
    background: linear-gradient(90deg, #5fa5e1, #b85c9d);
    color: #fff;
}

.page-service__head__inner.w-1200 {
    padding-bottom: 120px;
}

.page-service__head__inner {
    position: relative;
}

.acf_service_photo {
    position: absolute;
    width: 50%;
    height: auto;
    object-fit: contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.acf_service_photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.page-service__head__inner__text {
    position: relative;
    z-index: 2;
}


section.page-service__cont01__intro {
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-service__cont01__intro__inner.w-1200 h2 {
    text-align: center;
    margin-bottom: 56px;
    font-size: 32px;
    font-weight: 700;
}


.service__cont01__intro__list {
    display: flex;
    justify-content: space-between;

}


.service__cont01__intro__list li {
    width: calc((100% - 80px) / 3);
}


.service__cont01__intro__list li img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.service__cont01__intro__list li p {
    line-height: 2;
    font-size: 24px;
    font-weight: 700;
    margin-top: 32px;
    text-align: center;
}

.page-service__cont01__point__inner.w-1200 span.sub-ttl {
    padding-left: 45px;
    position: relative;
    display: block;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #b0b0b0;
}

.page-service__cont01__point__inner.w-1200 span.sub-ttl::before {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background-color: #b0b0b0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.page-service__cont01__point__inner.w-1200 h2 {
    font-weight: 900;
    font-size: 88px;
    margin-bottom: 40px;
}

.page-service__cont01__point__inner.w-1200 h3.point-ttl {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 32px;
}

.page-service__cont01__point__inner.w-1200 p.point-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 80px;
}

.acf_use01_point_list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.acf_use01_point_list li {
    width: calc((100% - 60px) / 3);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #dd9b45;
    padding: 60px 32px;
    flex-direction: column;
}

.acf_use01_point_list li img {
    width: 114px;
    height: 114px;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto 64px;
}

.acf_use01_point_list li h3 {
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 28px;
    font-weight: 700;
    line-height: 1.6;
    font-size: 24px;
}

.acf_use01_point_list li p {
    line-height: 1.8;
    font-size: 18px;
}

.acf_use01_point_list li:nth-of-type(2) {
    position: relative;
    top: 30px;
}

.acf_use01_point_list li:nth-of-type(3) {
    position: relative;
    top: 60px;
}

.acf_use01_point_list li,
.acf_use01_features_list li {
	text-align: center;
}

.page-service__cont01__features__inner.w-1200 {
    padding-top: 0;
}

.page-service__cont01__point {
	padding-top: 80px;
	padding-bottom: 80px;
}

.page-service__cont01__features__inner.w-1200 span.sub-ttl {
    padding-left: 45px;
    position: relative;
    display: block;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #b0b0b0;
}

.page-service__cont01__features__inner.w-1200 span.sub-ttl::before {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background-color: #b0b0b0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.page-service__cont01__features__inner.w-1200 h2 {
    font-weight: 900;
    font-size: 88px;
    margin-bottom: 40px;
}

.page-service__cont01__features__inner.w-1200 h3.features-ttl {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 32px;
}

.page-service__cont01__features__inner.w-1200 p.features-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 80px;
}

.acf_use01_features_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.acf_use01_features_list li {
    width: calc((100% - 60px) / 3);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #a95d9a;
    padding: 60px 32px;
    background-color: #1c1c1c;
    flex-direction: column;
    margin-bottom: 60px;
}

.acf_use01_features_list li img {
    width: 114px;
    height: 114px;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto 64px;
}

.acf_use01_features_list li h3 {
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 28px;
    font-weight: 700;
    line-height: 1.6;
    font-size: 28px;
}

.acf_use01_features_list li p {
    line-height: 1.6;
    font-size: 18px;
}

.acf_use01_features_list li:nth-of-type(2),
.acf_use01_features_list li:nth-of-type(5) {
    position: relative;
    top: 30px;
}

.acf_use01_features_list li:nth-of-type(3),
.acf_use01_features_list li:nth-of-type(6) {
    position: relative;
    top: 60px;
}







.acf_use01_service_list li:last-of-type {
    margin-bottom: 0;
}

.page-service__cont01__service__inner.w-1200 {
    padding-top: 0;
    padding-bottom: 0;
}

.page-service__cont01__service__inner.w-1200 span.sub-ttl {
    padding-left: 45px;
    position: relative;
    display: block;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #b0b0b0;
}

.page-service__cont01__service__inner.w-1200 span.sub-ttl::before {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background-color: #b0b0b0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.page-service__cont01__service__inner.w-1200 h2 {
    font-weight: 900;
    font-size: 88px;
    margin-bottom: 40px;
}

.page-service__cont01__service__inner.w-1200 h3.service-ttl {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 32px;
}

.page-service__cont01__service__inner.w-1200 p.service-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 80px;
}

.acf_use01_service_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 120px;
}

.acf_use01_service_list li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.acf_use01_service_list li img {
    width: 50%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
}

.acf_use01_service_list__text {
    width: calc(50% - 72px);
    position: relative;
}

.acf_use01_service_list__text .number {
    position: absolute;
    font-size: 90px;
    color: #fff;
    font-weight: 900;
    opacity: .13;
    right: 0;
    top: -60px;
    display: block;
}

.acf_use01_service_list li h3 {
    text-align: left;
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    font-weight: 700;
    line-height: 1.6;
    font-size: 32px;
}

.acf_use01_service_list li p {
    line-height: 2;
    font-size: 18px;
}

.acf_use01_service_list li:nth-of-type(2n) .acf_use01_service_list__text {
    order: 1;
}

.acf_use01_service_list li:nth-of-type(2n) img {
    order: 2;
}

li.acf_service_list_check {
    padding: 40px;
    border: 1px solid #acacac;
}

.acf_use01_service_list li.acf_service_list_check img {
    width: 100px;
    height: 100px;
    display: block;
    object-fit: contain;
    object-position: center;
}

.acf_use01_service_list li.acf_service_list_check .acf_use01_service_list__text {
    width: calc(100% - 140px);
}

.acf_use01_service_list li.acf_service_list_check .acf_use01_service_list__text h3 {
    font-size: 24px;
    margin-bottom: 24px;
}

.acf_use01_service_list li.acf_service_list_check .acf_use01_service_list__text p {
    font-size: 16px;
    line-height: 2;
}

.acf_use01_service_list li.acf_service_list_check .acf_use01_service_list__text span.number {
    display: none;
}

.page-service__cont01__service__inner .reason-box {
    margin-top: 80px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


.page-service__cont01__service__inner .reason-box h2 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
}

.page-service__cont01__service__inner .reason-box .reason-img {
    width: 100%;
    height: auto;
}

.page-service__cont01__service__inner .reason-box .reason-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.page-service__cont01__service__inner .reason-box p {
    line-height: 2;
    margin-top: 50px;
}

.page-service__cont01__price {
    background-color: #2e2e2e;
}

.acf_use01_price_list li:last-of-type {
    margin-bottom: 0;
}

.page-service__cont01__price__inner.w-1200 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.page-service__cont01__price__inner.w-1200 span.sub-ttl {
    padding-left: 45px;
    position: relative;
    display: block;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #b0b0b0;
}

.page-service__cont01__price__inner.w-1200 span.sub-ttl::before {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background-color: #b0b0b0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.page-service__cont01__price__inner.w-1200 h2 {
    font-weight: 900;
    font-size: 88px;
    margin-bottom: 40px;
}

.page-service__cont01__price__inner.w-1200 h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 2;
    margin-bottom: 32px;
    position: relative;
}


.page-service__cont01__price__inner.w-1200 h3 span {
    position: relative;
}

.page-service__cont01__price__inner.w-1200 h3 span i {
    position: relative;
    font-style: normal;
}

.page-service__cont01__price__inner.w-1200 h3 span::before {
    content: "";
    height: 40%;
    width: 100%;
    display: block;
    z-index: ;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #5fa5e1, #b85c9d);
}


.page-service__cont01__price__inner.w-1200 p {
    font-weight: 400;
    font-size: 16px;
}









.page-service__cont01__flow {
    position: relative;
}

.page-service__cont01__flow::before {
    background: linear-gradient(90deg, #5fa5e1, #b85c9d);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.page-service__cont01__flow__inner {
    position: relative;
}

.acf_use01_flow_list li p {
	font-size: 16px;
	line-height: 1.6;
}

.acf_use01_flow_list li:last-of-type {
    margin-bottom: 0;
}

.page-service__cont01__flow__inner.w-1200 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.page-service__cont01__flow__inner.w-1200 span.sub-ttl {
    padding-left: 45px;
    position: relative;
    display: block;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.page-service__cont01__flow__inner.w-1200 span.sub-ttl::before {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background-color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.page-service__cont01__flow__inner.w-1200 h2 {
    font-weight: 900;
    font-size: 88px;
    margin-bottom: 40px;
}

.page-service__cont01__flow__inner.w-1200 h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 24px;
    position: relative;
}

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

.acf_use01_flow_list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: ;
}

.acf_use01_flow_list li span {
    width: 200px;
    display: block;
    font-weight: 900;
    font-size: 20px;
    padding-left: 32px;
    position: relative;
}

.acf_use01_flow_list li span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 100000px;
    background-color: #fff;
}

.acf_use01_flow_list li span::after {
    position: absolute;
    content: "";
    left: 8px;
    bottom: 10px;
    width: 2px;
    height: calc(100% - 40px);
    border-radius: 100000px;
    background-color: #fff;
}

.acf_use01_flow_list li .acf_use01_flow_list__text {
    width: calc(100% - 232px);
    padding-bottom: 64px;
}















.acf_use01_faq_list li:last-of-type {
    margin-bottom: 0;
}

.page-service__cont01__faq__inner.w-1200 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.page-service__cont01__faq__inner.w-1200 span.sub-ttl {
    padding-left: 45px;
    position: relative;
    display: block;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #b0b0b0;
}

.page-service__cont01__faq__inner.w-1200 span.sub-ttl::before {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background-color: #b0b0b0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.page-service__cont01__faq__inner.w-1200 h2 {
    font-weight: 900;
    font-size: 88px;
    margin-bottom: 40px;
}

.page-service__cont01__faq__inner.w-1200 h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 24px;
    position: relative;
}

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

.acf_use01_faq_list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: ;
}

.acf_use01_faq_list li span {
    width: 200px;
    display: block;
    font-weight: 900;
    font-size: 20px;
    padding-left: 32px;
    position: relative;
}

.acf_use01_faq_list li span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 100000px;
    background-color: #fff;
}

.acf_use01_faq_list li span::after {
    position: absolute;
    content: "";
    left: 8px;
    bottom: 10px;
    width: 2px;
    height: calc(100% - 40px);
    border-radius: 100000px;
    background-color: #fff;
}

.acf_use01_faq_list li .acf_use01_faq_list__text {
    width: calc(100% - 232px);
    padding-bottom: 64px;
}

.page-service__cont01__faq__inner {
    display: flex;
    justify-content: space-between;
}


.thanks h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.thanks span {
    text-align: center;
}

.thanks p {
    text-align: center;
    margin-bottom: 40px;
}

.thanks .service-btn {
    margin: auto;
    margin-bottom: 120px;
}

.faq-ttl {
    width: 300px;
}

.page-service__cont01__faq__acordion {
    width: calc(100% - 300px);
}

li.acordion-cont {
    margin-bottom: 24px;
}

span.acordion-tab {
    padding: 32px;
    display: block;
    width: 100%;
    background-color: #525252;
    font-size: 20px;
    font-weight: 700;
}




.acordion-tab {
    padding: 40px 0;
    display: block;
    font-weight: 700;
    font-size: 20px;
}

.acordion-answer {
    display: block;
    padding: 0px;
    margin-bottom: 6px;
    line-height: 2;
}

.acordion-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    /* スムーズな開閉 */
    padding: 0 0px;
    /* 余白調整（任意） */
}

.acordion-answer.active {
    padding: 0px;
    /* 開いた時の余白 */
    padding-top: 24px;
}


.acordion-tab {
    position: relative;
}

.acordion-tab::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    /* 上向きの三角形 */
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.25s;
}

.acordion-tab.active::after {
    transform: translateY(-50%) rotate(180deg);
    /* 下向きの三角形 */
}




/* ハンバーガーメニュー */
.hamburger-box a {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin-top: 64px;
}

.hamburger-box a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.hamburger-box {
    position: absolute;
    right: 20px;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    top: 20px;
    background: #fff;
    border-radius: 20px;
}

.hamburger-menu {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 32px;
    height: 22px;
    z-index: 99999;
}

.hamburger-menu span {
    display: block;
    width: 100%;
    height: 1.5px;
    background: #000;
    position: absolute;
    transition: 0.3s;
}

.hamburger-menu span:nth-child(1) {
    top: 0;
}

.hamburger-menu span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-menu span:nth-child(3) {
    bottom: 0;
}

.hamburger-menu.is-active span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
}

.hamburger-menu.is-active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.is-active span:nth-child(3) {
    bottom: 50%;
    transform: rotate(-45deg);
}



.section-header__navi {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.section-header__navi ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-header__navi a {
    display: block;
    padding: 15px;
    color: #333;
    text-decoration: none;
}


.section-header__navi.active {
    display: block;
}

.section-header__navi.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #363636;
    display: flex;
    justify-content: space-between;
}

.section-header__navi.active .left {
    color: #fff;
    display: block;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-image: url(../images/top/bg-left.png);
    background-size: cover;
    background-position: center;
    margin-left: 8vw;
}

.section-header__navi.active .left img {
    display: block;
    width: 20vw;
    max-width: 300px;
    margin-bottom: 5vw;
}

.section-header__navi.active .left h2 {
    background: linear-gradient(90deg, #f2d1a2, #ff693b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5vw;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5vw;
}

.section-header__navi.active .left a {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 2px 2px 2px 64px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    background: linear-gradient(90deg, #fff, #fff);
    border-radius: 10000px;
    transition: .25s;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}

.section-header__navi.active .left a::before {
    order: 3;
    display: block;
    width: 64px;
    height: 64px;
    content: "";
    background: transparent;
    border-radius: 10000px;
    position: relative;
    margin-left: 40px;
    transition: .25s;
}

.section-header__navi.active .left a::after {
    z-index: 999;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background-color: #000;
    border-radius: 10000px;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}

.right {
    color: #fff;
    display: block;
    width: 50%;
}

.section-header__logo {
    z-index: 99999;
}

.hamburger-menu.is-active span:nth-child(3) {
    bottom: 10px;
    transform: rotate(-45deg);
}

.works-archive__inner.w-1200 ul li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 32px;
}

.works-archive__inner.w-1200 ul li:nth-of-type(2n) {
    position: relative;
    top: 0;
}

.works-archive__inner.w-1200 {
    padding-bottom: 80px;
}

section.works-archive {
    margin-top: 0;
}

.works-archive__list__thumbnail {
    width: 100%;
    height: auto;
    height: 50vw;
}

.works-archive__list__text-box {
    background-color: #f5f5f5;
    padding: 20px 20px;
    width: 100%;
}

.works-archive__list__text-box h3 {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
}

.works-archive__list__text-box h2 {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 700;
}

.works-archive__list__text-box p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 2;
}

.works-archive__list__text-box a.readmore-btn-works {
    width: 80%;
    max-width: 300px;
    padding: 16px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background-color: #404751;
    text-align: center;
    color: #fff;
    border-radius: 10000px;
    display: block;
    margin: auto;
    transition: .25s;
}

.works-archive__list__text-box {
    background-color: #f5f5f5;
    padding: 24px 20px 32px;
    width: 100%;
}

nav.section-header__navi.eng ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

nav.section-header__navi.eng ul li {
    font-weight: 600;
    padding-left: 0px;
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding-left: 16vw;
    padding-right: 16vw;
}


.section-header__navi .right {
    background-image: url(../images/top/bg-navi.png);
    background-size: cover;
    background-position: center;
}

.section-header__navi .right a {
    display: block;
    padding: 0;
    color: #fff;
    text-decoration: none;
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
    font-weight: 900;
}
nav.section-header__navi.eng ul li:last-of-type {
    margin-top: 1vw;
}

nav.section-header__navi.eng ul ul li {
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}

nav.section-header__navi.eng ul ul li a {
    font-size: 1.5vw;
    margin-bottom: 1.5vw;
    font-weight: 400;
    font-family: "Noto Sans JP", serif;

}

.link-group-service__inner.w-1200 {
    display: flex;
    align-items: center;
}

.link-group-service__inner h2 {
    font-size: 32px;
    margin-right: 24px;
    background: linear-gradient(90deg, #5fa5e1, #b85c9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-right: 120px;
}

section.link-group-service {
    background: #fff;
    color: #a8a8a8;
    padding: 40px 0;
}

section.link-group-service ul {
    display: flex;
    justify-content: space-between;
}

section.link-group-service li {
    display: block;
    margin-right: 14px;
    width: max-content;
}

section.link-group-service li {
    display: block;
    margin-right: 24px;
    width: max-content;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

section.link-group-service li:hover {
    color: #333;
}

section.link-group-service li:hover::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: -12px;
    left: 0;
    background-color: #b360a1;
}

section.page-service__cont-original2 h2 {
    font-size: 40px;
    margin-bottom: 32px;
    text-align: center;
}

section.page-service__cont-original2 {
    padding-bottom: 64px;
    padding-top: 64px;
    background-color: #363636;
}

section.page-service__cont-original img,
section.page-service__cont-original2 img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

section.page-service__cont-original {
    margin-top: 80px;
}

section.page-service__cont-original.page-service__cont-original.w-1200 p {
    display: none;
}

.separate-faq {
    height: 360px;
    width: 100%;
}

.separate-faq img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


.page-service__cont02__service {
    margin-top: 120px;
	padding-top: 120px;
	padding-bottom: 80px;
    background: #2e2e2e;
}

.page-service__cont01__faq__inner.w-1200 h3.use02-faq-ttl {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.use02-faq-ttl::before {
    width: 18px;
    height: 18px;
    border-radius: 10000px;
    margin-right: 14px;
    display: block;
    content: "";
    background-color: #61a3df;
}


@media screen and (max-width:1200px) {
    .page-service__head__inner.w-1200 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 80px;
    }

    .w-1200 {
        padding-left: 20px;
        padding-right: 20px;
        width: 80%;
    }

    .section-header_inner {
        display: flex;
        justify-content: space-between;
        padding: 10px 20px;
        align-items: center;
    }

    .w-860 {
        padding-left: 20px;
        padding-right: 20px;
        width: 80%;

    }

    .section-fv__inner.w-1200 h1 {
        font-size: 12vw;
        line-height: 1.5;
    }
    .section-fv__inner.w-1200 h1::before {
        bottom: 0;
        left: 50%;
        width: 38vw;
        height: 10vw;
        content: "";
        background-repeat: no-repeat;
        transform: translate(-50%, 70%);
    }
}


@media screen and (max-width:820px) {

    li.service-item::before{
        display: none;
    }
    .pc-only {
        display: none;
    }

    .section-top__intro__inner h2 {
        font-size: 64px;
        margin-bottom: 50px;
    }

    .section-top__intro__inner p {
        line-height: 2;
        font-size: 14px;
        padding-bottom: 40px;
    }

    .service-item .service-eng-name {
        text-transform: uppercase;
        font-size: 56px;
        margin-bottom: 32px;
        font-weight: 700;
        display: block;
        text-transform: uppercase;
        word-break: break-all;
        max-width: 100%;
        width: max-content;
    }

    .number-service {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 24px;
    }

    .service-item h2 {
        margin-bottom: 40px;
    }

    li.service-item .service-desc {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 40px;
        width: 100%;
    }

    .hamburger-box {
        position: absolute;
        right: 20px;
        padding: 24px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 99999;
        top: 20px;
        background: #fff;
        border-radius: 20px;
    }

    li.service-item {
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
    }

    h2.top-company-ttl.eng {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 24px;
    }

    .section-top-company__inner.w-1200 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .section-top-company {
        margin-top: 80px;
        background: #222222;
        padding: 40px 0;
        border-top: 1px solid #a4a4a4;
        border-bottom: 1px solid #a4a4a4;
    }

    .service-btn {
        display: flex;
        align-items: center;
        width: max-content;
        padding: 2px 2px 2px 64px;
        font-size: 18px;
        font-weight: 700;
        position: relative;
        border: 1px solid #fff;
        border-radius: 10000px;
        transition: .25s;
        /* flex-wrap: wrap; */
    }

    .section-top-company__inner.w-1200 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    h2.top-company-ttl.eng {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 24px;
        text-align: center;
    }

    .section-top-company__inner__txt {
        margin-bottom: 32px;
    }

    .service-btn::before {
        order: 3;
        display: block;
        width: 52px;
        height: 52px;
        content: "";
        background: #b0b0b0;
        border-radius: 10000px;
        position: relative;
        margin-left: 40px;
        transition: .25s;
    }

    .service-btn::after {
        z-index: 999;
        display: block;
        width: 10px;
        height: 10px;
        content: "";
        background-color: #fff;
        border-radius: 10000px;
        position: absolute;
        right: 22px;
        top: 50%;
        transform: translateY(-50%);
    }

    .section-top-contact {
        background-image: url(../images/top/contact-pc.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 60vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-top-contact h2 {
        background: linear-gradient(90deg, #f2d1a2, #ff693b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 56px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 24px;
        width: max-content;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    footer {
        padding-top: 140px;
        padding-bottom: 120px;
        background-image: url(https://xs705284.xsrv.jp/worldone/wp-content/uploads/2025/04/footer-bg-logo.png);
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo a span.eng {
        font-size: 18px;
        margin-left: 14px;
        font-weight: 700;
    }

    .footer-info p {
        font-size: 14px;
        line-height: 1.8;
        color: #a4a4a4;
    }

    .footer-nav-cont {
        display: flex;
        flex-wrap: wrap;
    }

    ul.footer-list.eng>li {
        margin-bottom: 14px;
    }

    ul.footer-list.eng>li li {
        font-size: 14px;
        color: #a4a4a4;
        margin-bottom: 12px;
        font-family: "Noto Sans JP", serif;
    }

    .hamburger-box a {
        display: block;
        width: 30px;
        height: 30px;
        object-fit: contain;
        object-position: center;
        display: block;
        margin-top: 32px;
    }

    .section-fv_sns-group {
        position: fixed;
        z-index: 99999;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
    }

    .section-fv_copy-right {
        position: fixed;
        left: 35px;
        bottom: 210px;
        z-index: 99999;
        display: block;
        transform: rotate(90deg);
        transform-origin: left;
    }

    .page-service__head h1.eng {
        font-size: 64px;
    }

    span.ttl-tag {
        margin-top: 32px;
        display: block;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        font-family: "Noto Sans JP", serif;
        margin-bottom: 40px;
    }

    .page-service__head h2 {
        font-size: 32px;
        font-weight: 700;
    }

    .acf_discription {
        width: 100%;
        max-width: 480px;
        margin-top: 32px;
        line-height: 2.5;
    }

    .acf_discription {
        width: 100%;
        max-width: 480px;
        margin-top: 32px;
        line-height: 2.5;
        font-size: 14px;
    }

    .page-service__tab ul li {
        display: block;
        width: calc((100% - 32px) / 2);
        border: 1px solid #fff;
        font-weight: 500;
        font-size: 18px;
        padding: 18px;
        text-align: center;
    }

    .page-service__cont01__intro__inner.w-1200 h2 {
        text-align: center;
        margin-bottom: 32px;
        font-size: 24px;
        font-weight: 700;
    }

    .service__cont01__intro__list li {
        width: calc((100% - 20px) / 3);
    }

    .service__cont01__intro__list li p {
        line-height: 2;
        font-size: 14px;
        font-weight: 700;
        margin-top: 14px;
        text-align: center;
    }

    .page-service__cont01__point__inner.w-1200 {
        padding-top: 80px;
    }

    .page-service__cont01__point__inner.w-1200 h2 {
        font-weight: 900;
        font-size: 56px;
        margin-bottom: 24px;
    }

    .page-service__cont01__point__inner.w-1200 span.sub-ttl {
        padding-left: 25px;
        position: relative;
        display: block;
        margin-bottom: 24px;
        font-size: 16px;
        font-weight: 700;
        color: #b0b0b0;
    }

    .page-service__cont01__point__inner.w-1200 span.sub-ttl::before {
        content: "";
        display: block;
        width: 18px;
        height: 1px;
        background-color: #b0b0b0;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

    .page-service__cont01__point__inner.w-1200 h3.point-ttl {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .page-service__cont01__point__inner.w-1200 p.point-text {
        font-weight: 500;
        font-size: 14px;
        line-height: 2;
        margin-bottom: 40px;
    }

    .acf_use01_point_list li {
        width: calc((100% - 30px) / 3);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border: 1px solid #dd9b45;
        padding: 40px 20px;
        flex-direction: column;
    }

    .acf_use01_point_list li img {
        width: 74px;
        height: 74px;
        display: block;
        object-fit: contain;
        object-position: center;
        margin: 0 auto 32px;
    }

    .acf_use01_point_list li h3 {
        text-align: center;
        width: 100%;
        height: auto;
        margin-bottom: 18px;
        font-weight: 700;
        line-height: 1.6;
        font-size: 20px;
    }

    .acf_use01_point_list li p {
        line-height: 1.8;
        font-size: 14px;
    }

    .acf_use01_point_list {
        display: flex;
        justify-content: space-between;
        padding-bottom: 60px;
        flex-wrap: wrap;
    }

    .acf_use01_point_list li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border: 1px solid #dd9b45;
        padding: 40px 20px;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .acf_use01_features_list li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border: 1px solid #a95d9a;
        padding: 40px 20px;
        background-color: #1c1c1c;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .acf_use01_point_list li:nth-of-type(2),
    .acf_use01_point_list li:nth-of-type(3) {
        top: 0;
    }

    .page-service__cont01__features__inner.w-1200 h2 {
        font-weight: 900;
        font-size: 56px;
        margin-bottom: 24px;
    }

    .page-service__cont01__features__inner.w-1200 h3.features-ttl {
        font-weight: 500;
        font-size: 18px;
    }

    .acf_use01_features_list li:nth-of-type(3),
    .acf_use01_features_list li:nth-of-type(6) {
        position: relative;
        top: 0;
    }

    .acf_use01_features_list li:nth-of-type(2),
    .acf_use01_features_list li:nth-of-type(5) {
        position: relative;
        top: 0;
    }

    .acf_use01_features_list li p {
        line-height: 1.6;
        font-size: 14px;
    }

    .acf_use01_features_list li h3 {
        text-align: center;
        width: 100%;
        height: auto;
        margin-bottom: 18px;
        font-weight: 700;
        line-height: 1.6;
        font-size: 24px;
    }

    .acf_use01_features_list li img {
        width: 74px;
        height: 74px;
        display: block;
        object-fit: contain;
        object-position: center;
        margin: 0 auto 32px;
    }

    .page-service__cont01__service__inner.w-1200 h2 {
        font-weight: 900;
        font-size: 56px;
        margin-bottom: 32px;
    }
	
	.page-service__cont01__service__inner .reason-box p {
        font-size: 16px;
    }


    .acf_use01_service_list__text {
        width: calc(50% - 0px);
        position: relative;
    }

    .acf_use01_service_list li h3 {
        text-align: left;
        width: 100%;
        height: auto;
        margin-bottom: 14px;
        font-weight: 700;
        line-height: 1.6;
        font-size: 24px;
    }

    .acf_use01_service_list li p {
        line-height: 1.8;
        font-size: 14px;
    }

    .acf_use01_service_list li {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
        gap: 20px;
    }

    .acf_use01_service_list__text .number {
        position: absolute;
        font-size: 90px;
        color: #fff;
        font-weight: 900;
        opacity: .13;
        right: 0;
        top: -20px;
        display: block;
    }

    .acf_use01_service_list li.acf_service_list_check .acf_use01_service_list__text h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .acf_use01_service_list li.acf_service_list_check .acf_use01_service_list__text p {
        font-size: 14px;
        line-height: 2;
    }

    .page-service__cont01__price__inner.w-1200 h2 {
        font-weight: 900;
        font-size: 56px;
        margin-bottom: 24px;
    }

    .page-service__cont01__price__inner.w-1200 h3 {
        font-weight: 500;
        font-size: 18px;
        line-height: 2;
        margin-bottom: 24px;
        position: relative;
    }

    .page-service__cont01__price__inner.w-1200 span.sub-ttl {
        padding-left: 32px;
        position: relative;
        display: block;
        margin-bottom: 24px;
        font-size: 18px;
        font-weight: 700;
        color: #b0b0b0;
    }

    .page-service__cont01__price__inner.w-1200 span.sub-ttl::before {
        content: "";
        display: block;
        width: 18px;
        height: 1px;
        background-color: #b0b0b0;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

    .page-service__cont01__price__inner.w-1200 p {
        font-weight: 400;
        font-size: 12px;
    }

    .page-service__cont01__flow__inner.w-1200 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .page-service__cont01__flow__inner.w-1200 h2 {
        font-weight: 900;
        font-size: 56px;
        margin-bottom: 24px;
    }

    .page-service__cont01__flow__inner.w-1200 span.sub-ttl {
        padding-left: 32px;
        position: relative;
        display: block;
        margin-bottom: 24px;
        font-size: 18px;
        font-weight: 700;
        color: #b0b0b0;
    }

    .page-service__cont01__flow__inner.w-1200 span.sub-ttl::before {
        content: "";
        display: block;
        width: 24px;
        height: 1px;
        background-color: #b0b0b0;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

    .acf_use01_flow_list li span {
        width: 130px;
        display: block;
        font-weight: 900;
        font-size: 20px;
        padding-left: 32px;
        position: relative;
    }

    .acf_use01_flow_list li .acf_use01_flow_list__text {
        width: calc(100% - 154px);
        padding-bottom: 40px;
    }

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

    .page-service__cont01__flow__inner.w-1200 h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 14px;
        position: relative;
    }

    .page-service__cont01__flow__inner.w-1200 p {
        font-size: 14px;
    }

    .page-service__cont01__faq__inner.w-1200 h2 {
        font-weight: 900;
        font-size: 56px;
        margin-bottom: 24px;
    }

    .page-service__cont01__faq__inner.w-1200 span.sub-ttl {
        padding-left: 32px;
        position: relative;
        display: block;
        margin-bottom: 24px;
        font-size: 18px;
        font-weight: 700;
        color: #b0b0b0;
    }

    .page-service__cont01__faq__inner.w-1200 span.sub-ttl::before {
        content: "";
        display: block;
        width: 24px;
        height: 1px;
        background-color: #b0b0b0;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

    .page-service__cont01__faq__inner.w-1200 {
        padding-top: 80px;
        padding-bottom: 80px;
        flex-wrap: wrap;
    }

    .page-service__cont01__faq__acordion {
        width: 100%;
    }

    span.acordion-tab {
        padding: 24px;
        display: block;
        width: 100%;
        background-color: #525252;
        font-size: 16px;
        font-weight: 700;
    }

    .acordion-answer.active {
        padding: 0px;
        padding-top: 20px;
        font-size: 14px;
    }

    section.link-group-service ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    section.link-group-service li {
        display: block;
        margin-right: 0;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        position: relative;
        margin-bottom: 14px;
    }

    section.link-group-service li:last-of-type {
        margin-bottom: 0px;
    }

    .section-cta-contact__inner.w-1200 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    section.section-cta-contact h2 {
        background: linear-gradient(90deg, #29d3c7, #ff8c98);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 56px;
        font-weight: 700;
        margin-bottom: 24px;
        width: max-content;
        max-width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    section.section-cta-contact p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    section.section-cta-contact {
        padding: 40px 0;
        background-image: url(../images/company/contact-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        border-top: 1px solid #3e3f40;
        border-bottom: 1px solid #3e3f40;
        background-color: #222222;
    }

    .page-service__cont01__price {
        background-color: #2e2e2e;
        margin-top: 0;
    }

    .page-service__cont01__faq__inner.w-1200 h3.use02-faq-ttl {
        display: flex;
        align-items: center;
        font-size: 18px;
    }

    .page-contact__cont form {
        background-color: #353535;
        padding: 40px 40px;
    }

    td.form-content__input {
        width: 100%;
        display: block;
        margin-top: 12px;
    }

    td.form-content__input input,
    td.form-content__input textarea {
        width: 100%;
        display: block;
        background-color: #fff;
        color: #000;
        padding: 20px;
    }

    .page-contact__head h1.eng {
        background: linear-gradient(90deg, #29d3c7, #ff8c98);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        font-size: 56px;
        width: max-content;
        display: block;
    }

    .section-fv__inner.w-1200 h1 {
        font-size: 12vw;
        line-height: 1.5;
    }

    span.ttl-tag {
        margin-top: 24px;
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        font-family: "Noto Sans JP", serif;
        margin-bottom: 24px;
    }

    .page-contact__head__inner.w-1200 p {
        font-size: 14px;
        font-weight: 500;
        line-height: 2;
    }

    section.page-contact__cont {
        padding-top: 40px;
    }

    section.company-outline table tbody tr td {
        width: 100%;
    }

    section.company-outline table tbody tr th {
        width: 100%;
        margin-bottom: 14px;
    }

    section.company-outline table tbody {
        width: 100%;
        display: block;
    }

    section.company-outline table tbody tr:last-of-type td img {
        width: 100%;
    }

    section.company-outline h2 {
        font-size: 56px;
        font-weight: 700;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .tag {
        color: #b0b0b0;
        font-weight: 700;
        font-size: 18px;
        display: flex;
        align-items: center;
    }

    .tag::before {
        display: block;
        content: "";
        width: 24px;
        height: 1px;
        background-color: #b0b0b0;
        margin-right: 14px;
    }

    section.company-outline table tbody tr {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 24px 0;
        border-bottom: 1px solid #aeaeae;
        flex-wrap: wrap;
    }

    .map p {
        display: flex;
        align-items: center;
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: 14px;
    }

    .company-origin__left {
        width: 100%;
    }

    .company-origin__right {
        width: 100%;
        height: auto;
    }

    .company-origin__inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .company-origin__left h2 {
        font-size: 56px;
        font-weight: 700;
        padding-top: 32px;
        padding-bottom: 24px;
    }

    .company-origin__left h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 24px;
        line-height: 1.5;
    }

    .company-origin__left p {
        font-size: 14px;
        line-height: 2;
    }

    .company-origin__right {
        width: 100%;
        height: auto;
        margin-top: 32px;
    }

    ul.philosophy-list li h3 {
        font-size: 56px;
        margin-bottom: 24px;
        display: block;
        width: max-content;
        font-weight: 700;
    }

    .company-philosophy__inner.w-1200 img {
        z-index: -1;
    }

    ul.philosophy-list li p {
        font-size: 24px;
        font-weight: 700;
    }

    h2.philosophy-ttl .desc {
        font-size: 14px;
        width: 100%;
    }

    ul.philosophy-list li {
        margin-bottom: 40px;
    }

    ul.philosophy-list {
        margin-top: 80px;
    }

    h2.philosophy-ttl .eng {
        color: #fff;
        font-size: 56px;
        font-weight: 700;
        margin-top: 40px;
    }

    h2.philosophy-ttl .jp {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        margin-top: 24px;
        display: block;
    }

    h2.philosophy-ttl {
        margin-bottom: -80px;
        position: relative;
    }

    .page-company__head__inner h1.eng {
        background: linear-gradient(90deg, #f2d1a2, #ff693b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 56px;
        font-weight: 700;
        display: block;
        width: max-content;
    }

    .page-company__head__inner p {
        font-size: 14px;
        font-weight: 500;
        line-height: 2;
    }

    .page-company__head {
        padding-bottom: 120px;
        background-image: url(../images/service/service-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
    }

    .page-company__head__inner h2 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 24px;
        line-height: 1.5;
    }
}

.sp {
    display: none;
}

@media screen and (max-width:640px) {
    .section-fv__inner.w-1200 h1::before {
        width: 60vw;
        height: 16vw;
    }
    .w-1200 {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

    .page-head {
        padding-top: 120px;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .page-service__head h1.eng {
        font-size: 56px;
    }

    .page-service__tab ul {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .page-service__tab ul li {
        width: 100%;
        font-size: 18px;
        padding: 24px;
        margin-bottom: 20px;
    }

    .page-service__tab ul li:last-of-type {
        margin-bottom: 0px;
    }

    span.ttl-tag {
        margin-top: 24px;
        font-size: 18px;
        margin-bottom: 40px;
    }

    .page-service__head h2 {
        font-size: 32px;
        font-weight: 700;
    }

    .acf_discription {
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
        line-height: 2.5;
        font-size: 14px;
    }

    .acf_use01_point_list {
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .acf_use01_point_list li {
        width: 100%;
        padding: 20px 20px;
    }

    .acf_use01_point_list li p {
        line-height: 1.8;
        font-size: 14px;
    }

    .page-service__cont01__intro__inner.w-1200 h2 {
        text-align: center;
        margin-bottom: 32px;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.6;
    }

    .service__cont01__intro__list li p {
        line-height: 2;
        font-size: 18px;
        font-weight: 700;
        margin-top: 12px;
        text-align: center;
    }

    .service__cont01__intro__list {
        flex-wrap: wrap;
    }

    .service__cont01__intro__list li {
        width: 100%;
        margin-bottom: 24px;
    }

    .page-service__cont01__point__inner.w-1200 h2 {
        font-weight: 900;
        font-size: 64px;
        margin-bottom: 24px;
    }

    .page-service__cont01__point__inner.w-1200 h3.point-ttl {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .page-service__cont01__point__inner.w-1200 p.point-text {
        font-weight: 500;
        font-size: 14px;
        line-height: 2;
        margin-bottom: 40px;
    }

    .acf_use01_point_list li {
        margin-bottom: 24px;
    }

    .acf_use01_point_list li:last-of-type {
        margin-bottom: 0px;
    }

    .acf_use01_point_list li h3,
    .acf_use01_features_list li h3 {
        text-align: center;
        width: 100%;
        height: auto;
        margin-bottom: 18px;
        font-weight: 700;
        line-height: 1.6;
        font-size: 20px;
    }

    .acf_use01_point_list li img,
    .acf_use01_features_list li img {
        width: 90px;
        height: 90px;
        display: block;
        object-fit: contain;
        object-position: center;
        margin: 0 auto 30px;
    }

    .page-service__cont01__price__inner.w-1200 p {
        font-weight: 400;
        font-size: 12px;
    }

    .page-service__cont01__price__inner.w-1200 h3 {
        font-weight: 500;
        font-size: 14px;
        line-height: 2;
        margin-bottom: 12px;
        position: relative;
    }

    .acf_use01_service_list li {
        flex-wrap: wrap;
        justify-content: center;
    }

    li.acf_service_list_check {
        padding: 20px;
        border: 1px solid #acacac;
    }

    .acf_use01_service_list li.acf_service_list_check .acf_use01_service_list__text p {
        font-size: 14px;
        line-height: 2;
    }

    .acf_use01_service_list li.acf_service_list_check .acf_use01_service_list__text h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    li.acf_service_list_check {
        flex-wrap: wrap;
    }

    .acf_use01_service_list li.acf_service_list_check .acf_use01_service_list__text {
        width: 100%;
    }

    .acf_use01_point_list li:nth-of-type(2),
    .acf_use01_point_list li:nth-of-type(3),
    .acf_use01_features_list li:nth-of-type(2),
    .acf_use01_features_list li:nth-of-type(3),
    .acf_use01_features_list li:nth-of-type(5),
    .acf_use01_features_list li:nth-of-type(6) {
        position: relative;
        top: 0;
    }

    .acf_use01_point_list li,
    .acf_use01_features_list li {
        width: 100%;
        padding: 40px 20px;
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-service__cont02__service {
		padding-top: 0;
		padding-bottom: 0;
        margin-top: 80px;
        background: #2e2e2e;
    }
	
	.page-service__cont01__point {
		padding-top: 0;
		padding-bottom: 40px;
	}

    .page-service__cont01__service__inner.w-1200 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .page-service__cont01__service__inner.w-1200 h2 {
        font-weight: 900;
        font-size: 64px;
        margin-bottom: 24px;
		width: 100%;
		text-align: left;
    }
	
	.page-service__cont01__service__inner .reason-box p {
		font-size: 14px;
		margin-top: 20px;
	}

    .page-service__cont01__service__inner.w-1200 span.sub-ttl {
        padding-left: 45px;
        margin-bottom: 24px;
        font-size: 18px;
    }

    .acf_use01_service_list li {
        flex-wrap: wrap;
    }

    .acf_use01_service_list li img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
        object-position: center;
        margin-bottom: 24px;
    }

    .acf_use01_service_list__text {
        width: 100%;
        position: relative;
    }

    .acf_use01_service_list li h3 {
        text-align: left;
        width: 100%;
        height: auto;
        margin-bottom: 18px;
        font-weight: 700;
        line-height: 1.6;
        font-size: 24px;
    }

    .acf_use01_service_list__text .number {
        position: absolute;
        font-size: 90px;
        color: #fff;
        font-weight: 900;
        opacity: .13;
        right: 0;
        top: -20px;
        display: block;
    }

    .acf_use01_service_list li:nth-of-type(2n) .acf_use01_service_list__text {
        order: 2;
    }

    .acf_use01_service_list li p,
    .acf_use01_features_list li p {
        line-height: 1.8;
        font-size: 14px;
    }

    .acf_use01_service_list {
        margin-bottom: 0;
        column-gap: 20px;
    }

    .page-service__cont01__flow__inner.w-1200 h2,
    .page-service__cont01__features__inner.w-1200 h2,
    .page-service__cont01__price__inner.w-1200 h2 {
        font-weight: 900;
        font-size: 64px;
        margin-bottom: 24px;
    }

    .page-service__cont01__flow__inner.w-1200 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .page-service__cont01__features__inner.w-1200 h3.features-ttl {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .page-service__cont01__flow__inner.w-1200 span.sub-ttl,
    .page-service__cont01__service__inner.w-1200 span.sub-ttl,
    .page-service__cont01__point__inner.w-1200 span.sub-ttl,
    .page-service__cont01__features__inner.w-1200 span.sub-ttl,
    .page-service__cont01__price__inner.w-1200 span.sub-ttl,
    .tag {
        padding-left: 32px;
        position: relative;
        display: block;
        margin-bottom: 24px;
        font-size: 20px;
        font-weight: 700;
        color: #b0b0b0;
    }

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

    .page-service__cont01__price__inner.w-1200 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .page-service__cont01__price {
        background-color: #2e2e2e;
        margin-top: 0;
    }

    .page-service__cont01__flow__inner.w-1200 span.sub-ttl::before,
    .page-service__cont01__service__inner.w-1200 span.sub-ttl::before,
    .page-service__cont01__point__inner.w-1200 span.sub-ttl::before,
    .page-service__cont01__features__inner.w-1200 span.sub-ttl::before,
    .page-service__cont01__price__inner.w-1200 span.sub-ttl::before,
    .tag::before {
        content: "";
        display: block;
        width: 14px;
        height: 1px;
        background-color: #b0b0b0;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

    .page-service__cont01__point__inner.w-1200 {
        padding-top: 50px;
    }

    .page-service__cont01__service__inner.w-1200 h3.service-ttl {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 32px;
    }

    .acf_use01_flow_list li .acf_use01_flow_list__text {
        width: 100%;
        padding-bottom: 40px;
        padding-left: 32px;
    }

    .acf_use01_flow_list li span {
        width: 100%;
        display: block;
        font-weight: 900;
        font-size: 20px;
        padding-left: 32px;
        position: relative;
        margin-bottom: 24px;
    }

    .acf_use01_flow_list li {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 32px;
    }

    .page-service__cont01__flow__inner.w-1200 h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 16px;
        position: relative;
    }

    .page-service__cont01__flow__inner.w-1200 p {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 0px;
        position: relative;
    }

    .acf_use01_flow_list li span::after {
        display: none;
    }

    .acf_use01_flow_list li {
        position: relative;
    }

    .acf_use01_flow_list li::after {
        position: absolute;
        content: "";
        left: 8px;
        bottom: 10px;
        width: 2px;
        height: calc(100% - 40px);
        border-radius: 100000px;
        background-color: #fff;
    }

    .page-service__cont01__faq__acordion {
        width: 100%;
    }

    .page-service__cont01__faq__inner {
        flex-wrap: wrap;
    }

    .page-service__cont01__faq__inner.w-1200 {
        padding-top: 80px;
		padding-bottom: 40px;
    }

    .footer__inner.w-1200 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    footer {
        padding-top: 120px;
        padding-bottom: 40px;
        background-image: url(https://xs705284.xsrv.jp/worldone/wp-content/uploads/2025/04/footer-bg-logo.png);
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .page-service__cont01__price__inner.w-1200 h3 span {
        display: block;
        width: max-content;
    }

    ul.footer-list.eng {
        font-size: 16px;
        font-weight: 700;
        padding-left: 0;
    }

    .footer-nav-cont {
        display: flex;
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .footer-nav-cont ul {
        width: 100%;
    }

    .footer-info p {
        font-size: 14px;
        line-height: 1.8;
        color: #a4a4a4;
    }

    span.acordion-tab {
        padding: 20px 50px 20px 20px;
        display: block;
        width: 100%;
        background-color: #525252;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.8;
    }

    .acordion-answer.active {
        padding: 0px;
        padding-top: 14px;
        font-size: 14px;
    }

    .page-service__head h1.eng {
        font-size: 12vw;
    }

    .acf_service_photo {
        position: absolute;
        width: 60%;
        height: auto;
        object-fit: contain;
        right: 0;
        top: 40%;
        transform: translateY(-50%);
        opacity: .6;
    }

    .section-fv_sns-group {
        position: fixed;
        z-index: 9999;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
    }

    .section-fv_copy-right {
        position: fixed;
        left: 8px;
        bottom: 0;
        z-index: 9999;
        display: block;
        transform: rotate(90deg) translateX(-100%);
        transform-origin: left;
        font-size: 14px;
    }

    .page-company__head__inner p {
        font-size: 14px;
        font-weight: 500;
        line-height: 2;
    }

    h2.philosophy-ttl .jp {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        margin-top: 24px;
        display: block;
        line-height: 1.6;
    }

    h2.philosophy-ttl .eng {
        color: #fff;
        font-size: 48px;
        font-weight: 700;
        margin-top: 40px;
    }

    .page-company__head {
        padding-bottom: 80px;
        background-image: url(../images/service/service-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
    }

    ul.philosophy-list li h3 {
        font-size: 32px;
        margin-bottom: 24px;
        display: block;
        width: max-content;
        font-weight: 700;
    }

    ul.philosophy-list li p {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.6;
    }

    ul.philosophy-list li {
        margin-bottom: 40px;
    }

    section.company-outline table tbody {
        width: 100%;
        display: block;
    }

    section.company-outline h2 {
        font-size: 48px;
        font-weight: 700;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    section.company-outline {
        padding-top: 80px;
    }

    .company-origin__left {
        width: 100%;
    }

    section.company-origin {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section-cta-contact__inner.w-1200 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .company-origin__left h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 32px;
        line-height: 1.5;
    }

    .company-origin__left p {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 32px;
    }

    section.section-cta-contact h2 {
        background: linear-gradient(90deg, #29d3c7, #ff8c98);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 32px;
        margin-left: auto;
        margin-right: auto;
    }

    .company-origin__inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .company-origin__left h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 32px;
        line-height: 1.5;
    }

    .company-origin__right {
        width: 100%;
        height: 50vw;
        margin-top: 0;
    }

    .company-origin__left h2 {
        font-size: 48px;
        font-weight: 700;
        padding-top: 24px;
        padding-bottom: 32px;
    }

    section.company-outline table tbody tr:last-of-type td img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    section.company-outline table tbody tr th {
        width: 100%;
        margin-bottom: 20px;
        font-size: 18px;
    }

    section.company-outline table tbody tr {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 24px 0;
        border-bottom: 1px solid #aeaeae;
        flex-wrap: wrap;
    }

    .map p img {
        width: 16px;
        height: 24px;
        object-fit: contain;
        object-position: center;
        display: block;
        margin-right: 14px;
        position: absolute;
        left: 20px;
    }

    .map p {
        display: flex;
        align-items: center;
        padding-top: 24px;
        padding-bottom: 24px;
        flex-wrap: wrap;
        position: relative;
        font-size: 14px;
        line-height: 1.6;
        padding-left: 55px;
    }

    .map iframe {
        width: 100%;
        height: 60vw;
    }

    section.company-outline table tbody tr td {
        width: 100%;
        font-size: 18px;
    }

    .page-company__head__inner h2 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 24px;
        line-height: 1.5;
    }

    .page-company__head__inner h1.eng {
        background: linear-gradient(90deg, #f2d1a2, #ff693b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 52px;
        font-weight: 700;
        display: block;
        width: max-content;
    }

    section.section-cta-contact {
        padding: 60px 0;
        background-image: url(../images/company/contact-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        border-top: 1px solid #3e3f40;
        border-bottom: 1px solid #3e3f40;
        background-color: #222222;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
    }

    ul.philosophy-list li:last-of-type {
        margin-bottom: 0px;
    }

    h2.philosophy-ttl {
        margin-bottom: 0px;
        position: relative;
    }

    section.company-philosophy {
        padding-bottom: 80px;
    }

    section.section-cta-contact h2 {
        font-size: 64px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 24px;
    }

    section.section-cta-contact p {
        font-size: 16px;
        font-weight: 700;
        line-height: 2;
        margin-bottom: 40px;
    }

    .page-service__head h2 {
        font-size: 24px;
        font-weight: 700;
    }

    ul.bread-list {
        display: flex;
        align-items: center;
        color: #7d7d7d;
        margin-bottom: 24px;
    }

    .scroll-txt-effect {
        position: fixed;
        z-index: 9999;
        right: 20px;
        bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 85px;
        height: 85px;
    }

    .section-fv_copy-right p {
        font-size: 12px;
    }

    .section-header__logo {
        width: 44px;
        height: 44px;
    }

    .section-fv_sns-group {
        position: fixed;
        z-index: 9999;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        display: none;
    }

    li.service-item .service-desc {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 40px;
    }

    .service-item h2 {
        margin-bottom: 40px;
    }

    .number-service {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 16px;
    }

    li.service-item {
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
    }

    .service-item .service-jp-name {
        display: block;
        padding: 6px 20px;
        background: linear-gradient(90deg, #f2d1a2, #ff693b);
        color: #000;
        display: block;
        width: max-content;
        font-weight: 700;
    }

    .service-btn {
        display: flex;
        align-items: center;
        width: 80%;
        padding: 2px 2px 2px 40px;
        font-size: 20px;
        font-weight: 700;
        position: relative;
        border: 1px solid #fff;
        border-radius: 10000px;
        transition: .25s;
    }

    .section-fv__inner.w-1200 h1 {
        font-size: 18vw;
        line-height: 1.5;
    }

    section.section-fv {
        width: 100%;
        position: relative;
        max-height: 640px;
        height: 170vw;
    }

    .service-btn::before {
        order: 3;
        display: block;
        width: 64px;
        height: 64px;
        content: "";
        background: #b0b0b0;
        border-radius: 10000px;
        position: relative;
        margin-left: auto;
        transition: .25s;
    }

    li.service-item img.service-photo {
        height: 100%;
        width: 80vw;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
        object-fit: cover;
        opacity: .6;
    }

    .section-top__intro__inner h2 {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 24px;
        font-weight: 700;
        position: relative;
        z-index: 2;
    }

    .section-top__intro__inner p {
        line-height: 2;
        font-size: 14px;
        padding-bottom: 80px;
    }

    .section-top-company__inner.w-1200 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .section-top-company {
        margin-top: 80px;
        background: #222222;
        padding: 40px 0;
        border-top: 1px solid #a4a4a4;
        border-bottom: 1px solid #a4a4a4;
    }

    h2.top-company-ttl.eng {
        font-size: 56px;
        font-weight: 700;
        margin-bottom: 24px;
    }

    .section-top-company__inner__txt p {
        font-size: 16px;
        line-height: 1.8;
    }

    .section-top-company__inner__txt {
        margin-bottom: 40px;
    }

    .section-top-contact h2 {
        background: linear-gradient(90deg, #f2d1a2, #ff693b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 64px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 24px;
    }

    .section-top-contact {
        background-image: url(../images/top/contact-pc.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-top-contact a::before {
        order: 3;
        display: block;
        width: 54px;
        height: 54px;
        content: "";
        background: transparent;
        border-radius: 10000px;
        position: relative;
        margin-left: 40px;
        transition: .25s;
    }

    .service-btn::before {
        order: 3;
        display: block;
        width: 56px;
        height: 56px;
        content: "";
        background: #b0b0b0;
        border-radius: 10000px;
        position: relative;
        margin-left: auto;
        transition: .25s;
    }

    .service-btn::after {
        right: 24px;
    }

    .service-item .service-eng-name {
        text-transform: uppercase;
        font-size: 10vw;
        margin-bottom: 18px;
        font-weight: 700;
        display: block;
    }

    .section-top__intro::before {
        content: "";
        display: block;
        top: 0;
        right: 0;
        width: 70vw;
        height: 100%;
        position: absolute;
        background: url('../images/top/intro-img.png') no-repeat center center;
        background-size: contain;
        background-position: right bottom;
        opacity: .6;
    }

    .section-top__intro__inner.w-1200,
    li.service-item .w-1200 {
        position: relative;
        filter: drop-shadow(2px 4px 6px #00000050);
    }

    .footer-logo a span.eng {
        font-size: 24px;
        margin-left: 14px;
        font-weight: 700;
    }

    .section-fv_copy-right .eng {
        display: none;
    }

    .copyright {
        font-size: 12px;
        margin-top: 20px;
        color: #a4a4a4;
    }

    .sp-only {
        display: block;
    }

    footer {
        padding-top: 20px;
        padding-bottom: 40px;
        padding-right: 30px;
        padding-left: 30px;
        background-image: url(https://xs705284.xsrv.jp/worldone/wp-content/uploads/2025/04/footer-bg-logo.png);
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    .page-company__head {
        padding-bottom: 80px;
        background-image: url(https://xs705284.xsrv.jp/worldone_corp/wp-content/uploads/2025/04/service-bg.png;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
    }

    .page-template-page-contact .page-head {
        background-image: url(../images/company/company-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
    }

    .page-contact__cont form {
        background-color: #353535;
        padding: 48px 20px;
    }

    td.form-content__input {
        width: 100%;
        display: block;
    }

    .page-contact__head__inner.w-1200 p {
        font-size: 14px;
        font-weight: 500;
        line-height: 2;
    }

    section.page-contact__cont {
        padding-top: 80px;
    }

    td.form-content__input input,
    td.form-content__input textarea {
        width: 100%;
        display: block;
        background-color: #fff;
        color: #000;
        padding: 16px;
        font-size: 14px;
    }

    th.form-content__ttl {
        font-size: 14px;
        font-weight: 700;
        width: 300px;
    }

    tr.form-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 24px;
    }

    .page-template-page-contact {
        background-image: none;
    }

    .form-accept {
        text-align: left;
        line-height: 1.5;
        margin-bottom: 32px;
        margin-top: 0px;
        font-size: 14px;
    }

    .submit-btn input {
        width: 100%;
        height: auto;
        padding: 24px;
        border-radius: 1000000px;
        background: #fff;
        color: #000;
        font-size: 20px;
        font-weight: 700;
    }

    ul.bread-list {
        display: flex;
        align-items: center;
        color: #7d7d7d;
        margin-bottom: 24px;
        font-size: 14px;
    }

    .page-privacy__cont__wrap {
        background-color: #353535;
        padding: 40px 20px;
    }

    .page-privacy__cont__wrap h2 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 16px;
        margin-top: 32px;
    }

    .page-template-page-privacy {
        background-image: url(../images/company/company-bg.png);
        background-repeat: no-repeat;
        background-size: 100vh;
        background-position: center top;
    }

    .page-privacy__cont__wrap p {
        font-size: 14px;
        font-weight: 400;
        line-height: 2;
        padding-bottom: 32px;
        border-bottom: 1px solid #828282;
    }

    .footer-prvacy.w-1200 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .page-privacy__head h1.eng {
        background: linear-gradient(90deg, #ffe594, #a5ea97);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        font-size: 64px;
        width: 100%;
        display: block;
    }

    ul.contact-intro {
        position: relative;
        margin-bottom: 40px;
    }

    td.form-content__input input,
    td.form-content__input textarea {
        width: 100%;
        display: block;
        background-color: #fff;
        color: #000;
        padding: 20px;
    }

    td.form-content__input {
        width: 100%;
        display: block;
        margin-top: 14px;
    }

    .section-footer_sns-group {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }

    .section-footer_sns-group ul li {
        width: 30px;
        height: 30px;
        margin-left: 14px;
    }

    .footer-prvacy.w-1200 .privacy-poricy {
        font-size: 12px;
        color: #a4a4a4;
        display: block;
        width: 100%;
    }

    .page-contact__head h1.eng {
        background: linear-gradient(90deg, #29d3c7, #ff8c98);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        font-size: 64px;
        width: max-content;
        display: block;
    }
}





@media screen and (max-width:640px) {
    .section-header__navi.active .left {
        color: #fff;
        display: block;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        background-image: url(../images/top/bg-left.png);
        background-size: cover;
        background-position: center;
        margin-left: 0;
        order: 2;
        width: 100%;
    }

    .section-header__navi.active {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    nav.section-header__navi.eng ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: max-content;
    }

    nav.section-header__navi.eng ul li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-header__navi .right a {
        display: block;
        padding: 0;
        color: #fff;
        text-decoration: none;
        font-size: 32px;
        margin-bottom: 24px;
        font-weight: 900;
    }

    nav.section-header__navi.eng ul li:last-of-type {
        margin-top: 6px;
    }
    nav.section-header__navi.eng ul ul li a {
        font-size: 18px;
        margin-bottom: 18px;
        font-weight: 400;
        font-family: "Noto Sans JP", serif;

    }

    .section-header__navi.active .left h2 {
        background: linear-gradient(90deg, #f2d1a2, #ff693b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 40px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 32px;
    }

    .section-header__navi.active .left {
        margin-top: 56px;
        word-break: break-all;
    }

    .section-header__navi.active .left a {
        display: flex;
        align-items: center;
        width: max-content;
        padding: 2px 2px 2px 64px;
        font-size: 18px;
        font-weight: 700;
        position: relative;
        background: linear-gradient(90deg, #fff, #fff);
        border-radius: 10000px;
        transition: .25s;
        color: #000000;
        margin-left: auto;
        margin-right: auto;
        font-weight: 700;
    }

    .section-header__navi.active .left a::before {
        order: 3;
        display: block;
        width: 54px;
        height: 54px;
        content: "";
        background: transparent;
        border-radius: 10000px;
        position: relative;
        margin-left: 40px;
        transition: .25s;
    }

    .section-header__navi.active .left {
        color: #fff;
        display: block;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        background-image: url(../images/top/bg-left.png?=test);
        background-size: cover;
        background-position: center;
        margin-left: 0;
        order: 2;
        width: 100%;
        /* height: 100%; */
        padding: 40px 20px;
    }

    .section-header__navi.active {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    nav.section-header__navi.eng>ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: max-content;
        margin-top: 23vw;
    }

    .hamburger-box {
        position: absolute;
        right: 10px;
        border-left: 1px solid #fff;
        padding: 32px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 99999;
        top: 10px;
    }

    .hamburger-menu {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        width: 32px;
        height: 22px;
        z-index: 99999;
        margin-top: 0px;
    }

    .section-header__navi .right {
        background-image: none;
    }
}


@media screen and (max-width:640px) {
    .link-group-service__inner h2 {
        width: 100%;
    }

    section.link-group-service ul {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 24px;
    }

    section.link-group-service {
        flex-wrap: wrap;
    }

    .link-group-service__inner.w-1200 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    section.link-group-service li {
        display: block;
        margin-right: 0px;
        width: 100%;
        font-size: 18px;
        font-weight: 700;
        position: relative;
        margin-bottom: 14px;
    }

    section.link-group-service {
        background: #fff;
        color: #a8a8a8;
        padding: 40px 0;
    }

    .hamburger-box a {
        width: 30px;
        height: 30px;
        object-fit: contain;
        object-position: center;
        display: block;
        margin-top: 32px;
    }

    .section-fv__inner.w-1200 h1 span {
        position: absolute;
        left: 0;
        top: auto;
        font-size: 4.5vw;
    }

    .section-top__intro__inner h2::before {
        width: 180px;
        height: 180px;
    }

    .section-fv__inner.w-1200 {
        position: absolute;
        top: 50%;
        font-weight: 700;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    section.page-service__cont-original2 h2 {
        font-size: 20px;
        margin-bottom: 24px;
        text-align: center;
    }

    section.page-service__cont01__intro {
        padding-top: 0;
        padding-bottom: 0;
    }

	section.page-service__cont-original2 {
		margin-top: -100px;
	}
	
    section.page-service__cont-original img,
    section.page-service__cont-original2 img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    section.page-service__cont-original img {
        width: 640px;
    }

    section.page-service__cont-original {
        position: relative;
    }

    section.page-service__cont-original__inner {
        overflow-x: auto;
        /* スクロールバーを必要なときだけ表示 */
        -webkit-overflow-scrolling: touch;
        /* iOS Safari でのスムーズスクロール */
        white-space: nowrap;
        /* 横スクロールを確実に適用 */
    }

    section.page-service__cont-original.page-service__cont-original.w-1200 p {
        text-align: center;
        position: absolute;
        bottom: 0px;
        z-index: 2;
        color: #fff;
        font-size: 14px;
        left: 0;
        width: 100%;
        display: block;
    }

    .page-service__cont-original__inner {
        padding-bottom: 32px;
        overflow-x: scroll;
    }
}