@charset "utf-8";

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    overflow-x: hidden;
}

img {
    vertical-align: bottom;
}



p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 32px;
}

nav {
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    height: 70px;
}

.pc_on {
    display: block;
}

.sp_on {
    display: none;
}

nav.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    /* 背景を指定しないと透ける可能性あり */
    z-index: 1000;
    /* 他の要素の上に表示 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* 下に影をつけて浮かせる */
}

nav.scrolled ul.nav li a {
    color: #7C7B7B;
}

.logo {
    margin-left: 17px;
}

.logo img {
    width: 301px;
}

ul.nav {
    display: flex;
    list-style: none;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
}

ul.nav li {
    margin: 0 25px;
}

ul.nav li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1.5px;
    transition: 0.6s;
}

ul.nav li a:hover {
    opacity: 0.6;
}

.nav_contact {
    width: 148px;
    height: 70px;
}

.nav_contact a {
    display: block;
    background: #a9bda4;
    text-align: center;
    height: 70px;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    transition: 0.6s;
}

.nav_contact a:hover {
    opacity: 0.6;
}

.nav_contact img {
    display: block;
    margin: 0 auto 0;
}

.nav_contact span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 3px;
}

#menu,
#sp_menu_inner {
    display: none;
}

/* スライダー */
.main_slider {
    position: relative;
}

.scroll_cover {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 1;
    border-left: 2px solid #fff;
    height: 121px;
    display: flex;
}

.scroll {
    writing-mode: vertical-rl;
    font-family: "Akshar", sans-serif;
    display: flex;
    justify-content: end;
    transition: 0.6s;
}

.scroll:hover {
    opacity: 0.6;
}

.scroll a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-decoration: none;
}

.splide__slide {
    height: 100vh;
}

.slide_content {
    position: absolute;
    font-family: "Akshar", sans-serif;
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
    text-align: center;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.splide__slide .slide_content img {
    height: auto;
    width: 323px;
    margin: 0 auto;
}

.slide_content_cat {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 323px;
    text-align: center;
    top: 50px;
}

.slide_content_h {
    font-size: 40px;
    line-height: 1.6;
    margin-top: 30px;
    letter-spacing: 6px;
}

.slide_img {
    width: 100%;
    height: 100%;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.splide__pagination__page {
    background: #fff;
    border-radius: 5px;
    height: 5px;
    margin: 5px;
    opacity: 1;
    width: 80px;
}

.splide__pagination__page.is-active {
    background: #A9BDA4;
    transform: scale(1);
}

.splide__pagination {
    bottom: 27px;
}

.slide_img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(197, 194, 194, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
    z-index: 10;
}

/* 5番目 */
.bg01.slide_img:before {
    background: linear-gradient(to bottom, rgba(200, 200, 200, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

/* 6番目 */
.bg02.slide_img:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 60%);
}

h2 {
    font-size: 24px;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 60px;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 32px;
    letter-spacing: 4px;
}

h3:before {
    content: "■";
    margin-right: 3px;
    color: #a9bda4;
}

.sub {
    text-align: center;
    font-size: 12px;
    font-family: "Akshar", sans-serif;
    line-height: 1.6;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 15px;
}

.sub img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

section {
    padding: 86px 0;
}

.inner {
    width: 1210px;
    margin: 0 auto;
    max-width: 96%;
}

.overview_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 100px;
}

.overview_box:last-child {
    margin-bottom: 0;
}

.overview_box_left.text_box,
.overview_box_right.text_box {
    width: 580px;
}

.overview_box_right.img_box,
.overview_box_left.img_box {
    width: 600px;
}

.img_box img {
    width: 100%;
}

/* アバウト */
section#about {
    background: #fdfaf1;

}

section#about .overview_box {
    align-items: start;

}

.about_img_cover {
    display: flex;
    margin-top: 56px;
}

.about_img:first-child {
    margin-top: 126px;
    margin-right: 34px;
    width: 279px;
    height: 293px;
}

.about_img:last-child {
    width: 282px;
    height: 292px;
}

#about .overview_box {
    margin-bottom: 0;
}

/* ポイント */
.point_box_cover {
    width: 970px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
}

.point_box {
    width: 48.4%;
    padding: 18px 25px;
    border: 1px solid #D9D9D9;
    height: 240px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.point_box_h {
    height: 38px;
    background: #a9bda4;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 26px;
    padding: 6px 0;
    margin-bottom: 20px;
    position: relative;
    padding-left: 47px;
}

.point_box_h img {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translate(0, -50%);
}

.point_box p {
    margin-bottom: 0;
}

.point_box:last-child p {
    letter-spacing: -0.4px;
}

/* 動画 */
section#movie {
    background: #fdfaf1;

}

.responsive-video {
    width: 911px;
    /* 横幅を親要素いっぱいに */
    height: auto;
    /* アスペクト比を維持 */
    max-width: 100%;
    /* 最大幅を制限（任意） */
    display: block;
    margin: 0 auto;
    /* 中央配置 */
}

/* ワークス */
.works_box_cover {
    display: flex;
    justify-content: start;
    gap: 2.6666%;
    width: 1355px;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 90%;
}

.works_box {
    width: 23%;
    margin-bottom: 25px;
}

.works_box a {
    transition: 0.6s;
    color: #000;
    text-decoration: none;
}

.works_box a:hover {
    opacity: 0.6;
}

.works_img {
    width: 100%;
    aspect-ratio: 8 / 7;
    position: relative;
}

.works_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works_category {
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    padding: 0 26px;
    background: #a9bda4;
    display: inline-block;
    color: #fff;
    bottom: -14px;
    z-index: 1;
    left: 0;
}

.tag_id3 .works_category {
    background: #C0B078;
}

.works_title {
    height: 64px;
    background: #f5f2ea;
    line-height: 64px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 28px;
    position: relative;
    padding-right: 68px;
}

.works_title:after {
    background-image: url(../images/arrow.svg);
    content: "";
    position: absolute;
    right: 16px;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
}

.tag_id3 .works_title:after {
    background-image: url(../images/arrow02.svg);
}

img.works_link {
    position: absolute;
    right: 16px;
    z-index: 1000;
    top: 50%;
    transform: translate(0, -50%);
    width: 36px;
    height: 36px;
}

/* お客様の声 */
section#voice {
    background: #fdfaf1;
}

.voice_box_cover {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.voice_box {
    width: calc(50% - 15px);
    background: #fff;
    padding: 22px 26px;
    box-sizing: border-box;
}

.voice_category {
    background: #a9bda4;
    display: inline-block;
    color: #fff;
    line-height: 36px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 13px;
    margin-bottom: 18px;
}

.voice_content {
    font-size: 16px;
    line-height: 1.6;
    border-left: 2px solid #a9bda4;
    padding-left: 20px;
    margin-bottom: 36px;
}

.voice_category.yellow {
    background: #C0B078 !important;
}

.voice_content.yellow {
    border-left: 2px solid #C0B078 !important;
}

.voice_box p {
    margin-bottom: 0;
}

/* フロー */
#flow h2 {
    margin-bottom: 30px;
}

p.flow_text {
    text-align: center;
}

.step_box {
    width: 1170px;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto 50px;
    position: relative;
    display: flex;
    align-items: center;
}

.step_box:after {
    background: url(../images/flat-color-icons_next.svg);
    content: "";
    position: absolute;
    right: 16px;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
}

.step {
    position: absolute;
    left: 0;
    font-family: "Faustina", serif;
    top: -25.5px;
    color: #A9BDA4;
    font-size: 28px;
    line-height: 1;
}

.step_box:after {
    background: url(../images/flat-color-icons_next.svg);
    content: "";
    position: absolute;
    left: 50%;
    z-index: 1;
    bottom: -75px;
    transform: translate(-50%, -50%);
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    top: initial;
}

.step_box:last-child:after {
    content: none;
}

.step_box_h {
    background: #A9BDA4;
    width: 350px;
    line-height: 68px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.step_box p {
    width: calc(100% - 350px);
    background: #f5f2ea;
    padding: 10px 30px;
    margin: 0;
    box-sizing: border-box;
    height: 68px;
    font-size: 15px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}

/* プロフィール */
section#profile {
    background: #fdfaf1;
}

section#profile h2 {
    margin-bottom: 30px;
}

.profile_box_cover {
    display: flex;
}

.profile_box:first-child {
    order: 2;
}

.profile_box:last-child {
    width: 300px;
    margin-left: 20px;
    margin-right: 94px;
}

.profile_box:last-child img {
    width: 100%;
    margin-top: -101px;
}

.profile_box dl {
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    color: #5B5B5B;
}

.profile_box dl dt {
    width: 102px;
    font-weight: 600;
    line-height: 2;
}

.profile_box dl dd {
    width: 398px;
    line-height: 2;
}

.profile_box dd a {
    color: #5B5B5B;
    text-decoration: none;
}

.career {
    width: 1170px;
    margin: 30px auto 0;
    background: #fff;
    display: flex;
    padding: 15px 0;
    color: #5B5B5B;
    max-width: 100%;
    flex-wrap: wrap;
}

.career_h {
    border-right: 1px solid #D9D9D9;
    writing-mode: vertical-rl;
    padding: 54px 27px 54px 28px;
    font-weight: 600;
    letter-spacing: 16px;
    margin-right: 30px;
}

.career_box {
    width: calc(50% - 55px);
    padding-top: 22px;
}

.career_box dt {
    width: 130px;
}

.career_box dd {
    width: calc(100% - 130px);
}

.career_box dl {
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
}

section#contact {
    padding: 86px 0 300px;
}

#contact h2 {
    margin-bottom: 30px;
}

/* フッター */
footer {
    background: #f5f2ea;
    position: relative;
    padding-top: 68px;
}

.page_top {
    position: absolute;
    right: 72px;
    width: 180px;
    height: 52px;
    top: -52px;
    background: #f5f2ea;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 52px;
    border-radius: 30px 30px 0 0;
}

.page_top a {
    color: #5B5B5B;
    text-decoration: none;
    display: flex;
    justify-content: center;
    transition: 0.6s;
}

.page_top a:hover {
    opacity: 0.6;
}

.page_top a img {
    margin-right: 14px;
}

footer .sub {
    margin-bottom: 33px;
    color: #5B5B5B;
}

.footer_name {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    color: #5B5B5B;
    letter-spacing: 2px;
}

.footer_name span {
    display: block;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
}

.footer_adress {
    text-align: center;
    font-size: 12px;
    line-height: 2;
    color: #5B5B5B;
    margin-top: 8px;
}

.footer_tel01 {
    font-size: 16px;
    line-height: 2;
    color: #5B5B5B;
    text-align: center;
    margin-bottom: 30px;
}

.footer_tel02 {
    font-size: 30px;
    line-height: 2;
    color: #5B5B5B;
    font-family: "Akshar", sans-serif;
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.footer_tel01 a,
.footer_tel02 a {
    color: #5B5B5B;
    text-decoration: none;
}

.footer_tel02 img {
    margin-right: 12px;
}

footer p {
    font-size: 15px;
    text-align: center;
    color: #B9B9B9;
    line-height: 24px;
    padding-bottom: 13px;
    margin: 0;
}

/*問い合わせ*/
/* フォーム全体のスタイル */
.wpcf7 {
    max-width: 100%;
    margin: auto;
    width: 800px;
}

.wpcf7 select {
    -webkit-appearance: auto;
}

.wpcf7 button,
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.5;
    padding: 7px 11px;
    color: #000;
    width: 100%;
}

/* ラベルのスタイル */
.wpcf7-form label {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-size: 13px;
}

.wpcf7-form label span {
    color: #CC0000;
}

/* 必須フィールドのラベルスタイル */
.wpcf7-form .required {
    background-color: #ff0000;
    /* レッド */
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 10px;
    font-size: 12px;
}

/* インプットフィールドのスタイル */
.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    /* ライトグレー */
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    background-color: #ffffff;
    /* 白 */
}

/* テキストエリアのスタイル */
.wpcf7-form textarea {
    height: 200px;
    resize: vertical;
}

/* 送信ボタンのスタイル */
.wpcf7-form input[type="submit"] {
    background-color: #a9bda4;
    /* ブルー */
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    margin-top: 9px;
    border-radius: 40px;
    line-height: 60px;
    padding: 0;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 4px;
}

.wpcf7-form input[type="submit"]:hover {
    opacity: 0.6;
}

/* エラーメッセージと成功メッセージのスタイル */
.wpcf7-form .wpcf7-not-valid-tip {
    color: #CC0000;
    font-size: 14px;
}

.wpcf7-form .wpcf7-mail-sent-ok {
    color: green;
    font-size: 16px;
    margin-bottom: 20px;
}

.wpcf7 p {
    margin-bottom: 14px;
}

::placeholder {
    color: #D9D9D9;
    font-size: 14px;
}

::-moz-placeholder {
    color: #D9D9D9;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #D9D9D9;
    font-size: 14px;
}

.wpcf7-form.sent {
    position: relative;
}

.wpcf7-form.sent .wpcf7-submit {
    display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
    border: 1px solid #A9BDA4 !important;
    line-height: 60px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 4px;
    text-align: center;
    color: #A9BDA4;
    border-radius: 40px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    width: 100%;
    max-width: 800px;
    bottom: -20px;
    z-index: 1;
    background: #fff;
}

@media screen and (max-width:1280px) {
    #menu {
        display: block;
        margin-right: 15px;
        cursor: pointer;
    }

    ul.nav,
    .nav_contact {
        display: none;
    }

    nav.scrolled {
        background: #a9bda4;
    }

    .single nav {
        background: #a9bda4;
    }

    #sp_menu_inner {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: white;
        transition: right 0.4s ease, opacity 0.4s ease;
        opacity: 0;
        z-index: 1000;
        display: block;
    }

    /* 表示時のスタイル */
    #sp_menu_inner.active {
        right: 0;
        opacity: 1;
        background: #a9bda4;
        overflow-y: auto;
    }

    .sp_menu_logo {
        position: absolute;
        left: 17px;
        top: 10px;
    }

    div#close {
        position: absolute;
        right: 25px;
        top: 24px;
        cursor: pointer;
    }

    #sp_menu_inner ul.nav {
        display: block;
        padding-top: 60px;
        text-align: center;
        width: 260px;
        margin: 0 auto;
        min-width: 60%;
    }

    #sp_menu_inner ul.nav li a {
        color: #fff;
    }

    #sp_menu_inner ul.nav li {
        margin: 30px 0;
        border-bottom: 1px solid #fff;
        padding: 0px 0 30px;
    }

    #sp_menu_inner ul.nav li:last-child {
        background: #fff;
        margin-top: 0;
        padding: 0;
    }

    #sp_menu_inner ul.nav li:nth-last-child(2) {
        /* margin-bottom: 0; */
        border-bottom: 0;
    }

    #sp_menu_inner ul.nav li:last-child a {
        color: #a9bda4;
        line-height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
    }

    #sp_menu_inner ul.nav li:last-child img {
        margin-right: 3px;
    }

    .overview_box {
        gap: 2%;
    }

    .overview_box_left.text_box,
    .overview_box_right.text_box {
        width: 48%;
    }

    .overview_box_right.img_box,
    .overview_box_left.img_box {
        width: 50%;
    }

    .works_box_cover {
        gap: 4%;
    }

    .works_box {
        width: 48%;
    }
}

@media screen and (max-width:767px) {
    .pc_on {
        display: none;
    }

    .sp_on {
        display: block;
    }

    .splide__slide {
        height: 60vh;
    }

    .slide_content {
        top: 50%;
        width: 100%;
    }

    .slide_content_cat {
        top: 40px;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .splide__slide .slide_content img {
        width: 160px;
        margin: 0 auto;
    }

    .slide_content_h {
        font-size: 26px;
    }

    .splide__pagination {
        bottom: -26px;
    }

    .splide__pagination__page {
        height: 4px;
        margin: 6px;
        opacity: 1;
        width: 38px;
    }

    .splide__pagination__page {
        background: #D9D9D9;
    }

    .scroll_cover {
        display: none;
    }

    nav {
        height: 60px;
    }

    #menu {
        margin-right: 9px;
    }

    .logo img {
        width: 223px;
    }

    .logo {
        margin-left: 20px;
    }

    .sp_menu_logo {
        left: 20px;
    }

    .sp_menu_logo img {
        width: 223px;
    }

    div#close {
        right: 20px;
        top: 19px;
    }

    .sub {
        font-size: 10px;
    }

    .sub img {
        width: 143px;
    }

    h2 {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 23px;
    }

    h3 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 25px;
    }

    section {
        padding: 50px 0;
    }

    /* overview */
    section#overview {
        padding: 86px 0 43px;
    }

    #overview .inner,
    #about .inner {
        max-width: 100%;
    }

    .overview_box {
        margin-bottom: 0;
    }

    .overview_box_left.text_box,
    .overview_box_right.text_box {
        width: 100%;
        order: 2;
        margin: 0 20px 40px;
    }

    .overview_box_right.img_box,
    .overview_box_left.img_box {
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }

    .overview_box_left.text_box p:last-child,
    .overview_box_right.text_box p:last-child {
        margin-bottom: 0;
    }

    .overview_box_right.text_box {
        margin-bottom: 0;
    }

    /* about */
    section#about {
        padding: 50px 0 20px;
    }

    #about .overview_box_right.img_box,
    #about .overview_box_left.text_box {
        display: contents;
    }

    #about .overview_box_left.text_box p:first-child {
        order: 1;
        margin: 0 20px 25px;
    }

    #about .overview_box_left.text_box p:nth-child(2) {
        order: 3;
        margin: 0 20px 30px;
    }

    #about .overview_box_left.text_box p:nth-child(3) {
        order: 5;
        margin: 0 20px 30px;
    }

    #about .overview_box_right.img_box img {
        order: 2;
        margin-bottom: 30px;
    }

    #about .about_img_cover {
        order: 4;
        margin-top: 0;
        overflow-x: hidden;
    }

    .about_img:first-child {
        width: 65%;
        margin-left: -20%;
        margin-top: 52px;
        height: auto;
    }

    .about_img:last-child {
        width: 65%;
        margin-right: -20%;
        height: auto;
    }

    .point_box {
        width: 100%;
        padding: 14px;
        box-sizing: border-box;
        margin-bottom: 14px;
        height: auto;
    }

    .point_box:last-child {
        margin-bottom: 0;
    }

    .point_box_h {
        height: 32px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        height: auto;
    }

    .works_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .works_img {
        aspect-ratio: 8 / 5;
    }

    .works_box:last-child {
        margin-bottom: 0;
    }

    .voice_box {
        padding: 14px;
        width: 100%;
    }

    .voice_category {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .voice_content {
        font-size: 15px;
        margin-bottom: 29px;
    }

    .step_box {
        margin: 0 auto 38px;
    }

    .step_box:after {
        background-size: 38px 38px;
        width: 38px;
        height: 38px;
        bottom: -60px;
    }

    .step_box:last-child {
        margin-bottom: 0;
    }

    .step_box_h {
        background: #A9BDA4;
        width: 100%;
        font-size: 16px;
        text-align: left;
        line-height: 48px;
        padding-left: 20px;
    }

    .step_box p {
        width: 100%;
        padding: 14px;
        font-size: 14px;
        line-height: 1.8;
        height: auto;
    }

    .step {
        top: -23px;
        font-size: 26px;
    }

    .profile_box_cover {
        flex-wrap: wrap;
    }

    .profile_box:first-child {
        order: 1;
        margin: 0 20px;
    }

    .profile_box:last-child {
        order: 2;
        margin: 0 auto 20px;
    }

    .profile_box dl {
        display: flex;
        flex-wrap: wrap;
        width: auto;
        color: #5B5B5B;
        text-align: center;
    }

    .profile_box dl dt {
        width: 100px;
        font-weight: 600;
        line-height: 2;
        text-align: left;
        font-size: 14px;
    }

    .profile_box dl dd {
        width: calc(100% - 100px);
        line-height: 2;
        text-align: left;
        font-size: 14px;
    }

    .profile_box:last-child img {
        margin-top: 19px;

    }

    .career {
        margin: 0 20px 0;
        padding: 14px 17px;
        max-width: calc(100% - 34px);
    }

    .career_h {
        width: 100%;
        writing-mode: horizontal-tb;
        text-align: center;
        border-bottom: 1px solid #D9D9D9;
        font-size: 16px;
        line-height: 2;
        padding: 0;
        border-right: 0;
        margin: 0 0 3px;
        padding-bottom: 3px;
    }

    .career_box {
        width: 100%;
        padding-top: 0;
    }

    .career_box dl {
        font-size: 14px;
    }

    .career_box dt,
    .career_box dd {
        width: 100%;
    }

    .career_box dt:before {
        content: "・";
    }

    .page_top {
        right: 0;
        border-radius: 30px 0 0 0;
        font-size: 15px;
        width: 150px;
    }

    .page_top a img {
        width: 15px;
    }

    footer .sub {
        font-size: 16px;
    }

    footer .sub img {
        width: 300px;
        top: 12px;
		max-width: 90%;
    }

    footer {
        padding-top: 50px;
    }

    footer .sub {
        margin-bottom: 64px;
    }

    footer p {
        margin-top: 22px;
    }
	.single footer p{
		text-align:center;
	}
}

/* worksページ */
.single nav {
    position: relative;
}

.single nav.scrolled {
    position: fixed;
}

.single ul.nav li a {
    color: #7C7B7B;
}

section#works_header {
    padding: 0;
    position: relative;
}

#works_header img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#works_header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #B9B9B9;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 1;
}

section#works_content {
    padding: 46px 0 134px;
}

.single .inner {
    width: 1090px;
    margin: 0 auto;
    max-width: 96%;
}

.single h1 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 40px;
}

.single p {
    text-align: center;
    line-height: 1.8;
}

.slider-wrapper {
    position: relative;
    overflow: visible;
    /* ← これが重要！ */
}

/* 全体の最大幅を制限 */
.main-slider {
    width: 960px;
    height: 500px;
    margin: 40px auto 0;
    position: relative;
}

.main-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 画像サイズが違っても中央配置＆非切り抜き */
}

/* ナビゲーションボタンの位置調整 */
/* .swiper-button-prev,
.swiper-button-next {
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
} */

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 50px;
    height: 50px;
}

/* 画像ボタンの個別位置調整 */
.swiper-button-prev {
    left: 0;
    height: auto;
    width: 41px;
}

.swiper-button-next {
    right: 0;
    height: auto;
    width: 41px;
}

.swiper-button-prev img,
.swiper-button-next img {
    width: 100%;
    height: auto;
}

/* サムネイルスタイル */
.thumbnail-slider {
    width: 960px;
    margin: 40px auto;
}

.thumbnail-slider .swiper-slide {
    width: calc(960px / 6);
    /* 正方形にするため、高さと同じに */
    height: calc((960px - 120px) / 6) !important;
    overflow: hidden;
    cursor: pointer;
}

.thumbnail-slider .swiper-slide:nth-child(n+7) {
    margin-top: 16px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.thumbnail-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.move_before {}

.article_move {
    width: 960px;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.move_before a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.article_move a {
    color: #5B5B5B;
    font-size: 14px;
    letter-spacing: 4px;
    transition: 0.6s;
}

.article_move a:hover {
    opacity: 0.6;
}

.move_home {
    text-align: center;
}

.move_home_img {
    margin-bottom: 2px;
}

.move_before {
    border: 1px solid #D9D9D9;
}

.move_after {
    border: 1px solid #D9D9D9;
}

.move_after a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.move_before_img {
    margin: 14px 21px 14px 15px;
}

.move_before_en {
    font-family: "Akshar", sans-serif;
    background: #a9bda4;
    color: #fff;
    text-align: center;
    width: 48px;
    line-height: 20px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-left: 47px;
    margin-right: 13px;
}

.move_after_img {
    margin: 14px 15px 14px 21px;
}

.move_after_jp {
    font-family: "Akshar", sans-serif;
    background: #a9bda4;
    color: #fff;
    text-align: center;
    width: 48px;
    line-height: 20px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-right: 47px;
    margin-left: 13px;
}

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

    #works_header img {
        height: 120px;
    }

    section#works_content {
        padding: 34px 0 161px;
    }

    .single h1 {
        margin-bottom: 20px;
    }

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

    .single p {
        margin: 0 20px;
        text-align: left;
    }

    .swiper.main-slider {
        width: 100%;
        aspect-ratio: 48 / 25;
        height: auto;
    }

    .thumbnail-slider {
        margin: 30px auto;
        width: calc(100% - 60px);
    }

    .thumbnail-slider .swiper-slide {
        margin-right: 17px !important;
        width: calc((100% - 34px) / 3) !important;
        aspect-ratio: 1 / 1;
        height: auto !important;
    }

    .thumbnail-slider .swiper-slide:nth-child(3n) {
        margin-right: 0 !important;
    }

    .thumbnail-slider .swiper-slide:nth-child(n+4) {
        margin-top: 13px !important;
    }

    .swiper-grid>.swiper-wrapper {
        width: 100% !important;
    }

    .move_before {
        order: 1;
    }

    .move_after {
        order: 2;
    }

    .move_home {
        order: 3;
        text-align: center;
        width: 100%;
        margin-top: 40px;
    }

    .move_home_jp {
        font-size: 13px;
    }

    .article_move a {
        font-size: 13px;
        letter-spacing: 2px;
    }

    .article_move {
        justify-content: center;
        gap: 14px;
        row-gap: 14px;
        column-gap: 14px;
    }

    .article_move .move_home a {
        display: inline-block;
    }

    .move_before_en {
        width: 40px;
        margin-left: 15px;
    }

    .move_after_jp {
        width: 40px;
        margin-right: 15px;
    }

    .move_before_img,
    .move_after_img {
        margin: 14px 10px;
    }

    /*お問い合わせ*/
    .wpcf7-form input[type="submit"] {
        line-height: 50px;
        margin-top: -15px;
    }

    section#contact {
        padding:
            86px 0 125px;
    }
}