@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

@font-face {
    font-family: "Lato-Black";
    src: url("/soundworks/wp-content/themes/child/fonts/Lato-Black.ttf") format("TrueType");
}

@font-face {
    font-family: "Lato-Bold";
    src: url("/soundworks/wp-content/themes/child/fonts/Lato-Bold.ttf") format("TrueType");
}

@font-face {
    font-family: "Lato-BoldItalic";
    src: url("/soundworks/wp-content/themes/child/fonts/Lato-BoldItalic.ttf") format("TrueType");
}

@font-face {
    font-family: "Lato-Light";
    src: url("/soundworks/wp-content/themes/child/fonts/Lato-Light.ttf") format("TrueType");
}

@font-face {
    font-family: "Lato-LightItalic";
    src: url("/soundworks/wp-content/themes/child/fonts/Lato-LightItalic.ttf") format("TrueType");
}

@font-face {
    font-family: "Lato-Italic";
    src: url("/soundworks/wp-content/themes/child/fonts/Lato-Italic.ttf") format("TrueType");
}

@font-face {
    font-family: "Lato-Regular";
    src: url("/soundworks/wp-content/themes/child/fonts/Lato-Regular.ttf") format("TrueType");
}

@font-face {
    font-family: "BrushScriptOpti-Regular";
    src: url("/soundworks/wp-content/themes/child/fonts/BrushScriptOpti-Regular.otf") format("OpenType");
}

.lato-bl {
    font-family: "Lato-Black", sans-serif;
}

.lato-b {
    font-family: "Lato-Bold", sans-serif;
}

.lato-bi {
    font-family: "Lato-BoldItalic", sans-serif;
}

.lato-l {
    font-family: "Lato-Light", sans-serif;
}

.lato-i {
    font-family: "Lato-Italic", sans-serif;
}

.lato-li {
    font-family: "Lato-LightItalic", sans-serif;
}

.lato {
    font-family: "Lato-Regular", sans-serif;
}

.brush {
    font-family: "BrushScriptOpti-Regular", sans-serif;
}

html,
button,
input,
select,
textarea {
    font-family: "Noto_Sans_JP, "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic","Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
    overflow: hidden;
    color: #1C1C1C;
    background-color: #fff;
    font-size: 17px;
    line-height: 1.7;
    font-family: '游ゴシック Medium', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

a:link {
    color: #004CCA;
    text-decoration: none;
}

a:visited {
    color: #6219DB;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.pr_img {
    overflow: hidden;
    position: relative;
}

img.pa_img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

.oh {
    overflow: hidden;
}

.sp {
    display: none;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
	padding-bottom: 30px;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap02 {
    width: 1240px;
    margin: 0 auto;
}

.wrap03 {
    width: 1340px;
    margin: 0 auto;
}

#main_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
}

#main_header .wrap03 {
    padding: 25px 0;
}

#main_header .wrap03 .cont {
    width: 100%;
    align-items: center;
}

#main_header .logo {
    display: block;
    width: 300px;
    line-height: 1;
}

#main_header .logo img {
    width: 100%;
}

#main_header .link_list ul {
    align-items: center;
}

#main_header .link_list ul li+li {
    margin-left: 50px;
}

#main_header .link_list ul li a {
    position: relative;
    display: inline-block;
    transform-style: preserve-3d;
    perspective: 30px;
    cursor: pointer;
    text-decoration: none;
    color: #1C1C1C;
}

#main_header .link_list ul li a.icon_link {
    display: block;
    width: 23px;
    line-height: 1;
}

#main_header .link_list ul li a.icon_link span img {
    width: 100%;
}

#main_header .link_list ul li a.icon_link .no_show {
    width: 23px;
    line-height: 1;
}

#main_header .link_list ul li a.icon_link .no_show img {
    width: 100%;
}

#main_header .link_list ul li a .no_show {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.08em;
    opacity: 0;
}

#main_header .link_list ul li a span {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    line-height: 1;
    transition: all 0.3s;
    transform-origin: center center;
    letter-spacing: 0.08em;
}

#main_header .link_list ul li a span.hovering {
    transform: translate(-50%, -50%) rotateX(90deg);
}

#main_header .link_list ul li a:hover span.hovering {
    transform: translate(-50%, -50%) rotateX(0);
}

#main_header .link_list ul li a span.default {
    transform: translate(-50%, -50%) rotateX(0deg);
}

#main_header .link_list ul li a:hover span.default {
    transform: translate(-50%, -50%) rotateX(-90deg);
}

.top_sec {
    color: #fff;
    position: relative;
    height: 850px;
    z-index: 0;
    margin-top: 30px;
}

.top_sec .slick-slider li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    z-index: 200;
}

.top_sec .wrap02 {
    /* padding: 320px 0 220px; */
    /* z-index: 2; */
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 500;
}

.top_sec .slick-slider .slick-track {
    height: 100%;
}

.top_sec .slick-slider .slick-list {
    height: 100%;
}

.top_sec .text_box {
    font-weight: bold;
}

.top_sec .text_box .ttl {
    font-size: 52px;
    letter-spacing: 0.13em;
    line-height: 1.3;
    margin-bottom: 15px;
}

.top_sec .slick-slider {
    /* margin-bottom: 30px; */
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    opacity: 0;
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*中の要素*/
.bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*左から右*/
.bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }

    50% {
        transform-origin: left;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: right;
    }

    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
/*     opacity: 0; */
}

.top_sec .text_box .sub_ttl {
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 1.7;
}

.top_sec .scroll_box {
    height: 230px;
    flex-wrap: nowrap;
    position: absolute;
    bottom: -50px;
    right: 0;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;

}

.top_sec .scroll_box .label {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1;
}

.top_sec .scroll_box .arrow {
    width: 100px;
    line-height: 1;
    -webkit-animation: horizontalMaskAnim 2s cubic-bezier(.19, 1, .22, 1) 0s infinite;
    animation: horizontalMaskAnim 2s cubic-bezier(.19, 1, .22, 1) 0s infinite;
    background-image: url(/soundworks/wp-content/uploads/2022/07/top_scroll_arrow_black.svg);
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 30px;
    height: 10px;
    transform: rotate(90deg);
    transform-origin: right bottom;
    left: -8.5px;
    top: 0px;
}

.top_sec .slick-slider li {
    background-position: center;
    background-size: cover;
    height: 100%;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #569ca4;
}

.loading_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.loading_text_box {
    position: relative;
    z-index: 1000;
    text-align: center;
}

.loading_text_box .text {
    font-size: 44px;
    font-family: 'Shippori Mincho', serif;
    font-weight: 100;
    letter-spacing: 0.1em;
    color: #fff;
    display: none;
}

.loading_message_char {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform: translate(0px, -5px);
    display: inline-block;
}

.loading_message_char.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
}

@-webkit-keyframes horizontalMaskAnim {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }

    25% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }

    75% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }

    to {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%)
    }
}

@keyframes horizontalMaskAnim {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }

    25% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }

    75% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }

    to {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%)
    }
}

.top_reason_sec {
    padding: 130px 0;
}

.top_reason_sec .bg_green {
    position: absolute;
    top: -100px;
    left: 80px;
    width: 887px;
    line-height: 1;
}

.top_reason_sec .bg_green img {
    width: 100%;
}

.top_reason_sec .bg_blue {
    position: absolute;
    left: -200px;
    top: 70px;
    width: 735px;
    line-height: 1;
}

.top_reason_sec .bg_blue img {
    width: 100%;
}

.top_reason_sec .ttl_box {
    margin-bottom: 17px;
}

.top_reason_sec .ttl_box .en_ttl {
    font-size: 120px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.top_reason_sec .ttl_box .ttl {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.top_reason_sec .text_box {
    width: 670px;
    /* margin-left: auto; */
    margin: 60px auto 0;
    text-align: center;
}

}

.top_reason_sec .text_box .text {
    font-size: 18px;
    letter-spacing: 0.07em;
    line-height: 2.5;
}

.top_reason_sec .text_box .text+.text {
    margin-top: 60px;
    margin-bottom: 45px;
}

.common_btn {
    width: 320px;
    height: 70px;
}

.common_btn::before,
.common_btn::after {
    content: "";
    position: absolute;
    height: 1px;
    transition: .3s;
    width: 0%;
    background-color: #1C1C1C;
}

.common_btn::before {
    left: 0;
    top: -1px;
}

.common_btn::after {
    right: 0;
    bottom: -1px;
}

.common_btn:hover:before,
.common_btn:hover:after {
    width: calc(100% + 1px);
}

.common_btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #1C1C1C;
    letter-spacing: 0.08em;
    transition: .3s;
    line-height: 68px;
    border: 1px solid #1C1C1C;
    text-align: center;
}

.common_btn a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.common_btn a:before,
.common_btn a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 0%;
    transition: .3s;
    background-color: #1C1C1C;
}

.common_btn a:before {
    right: -2px;
    top: -1px;
}

.common_btn a:after {
    left: -2px;
    bottom: -1px;
}

.common_btn a:hover::before,
.common_btn a:hover::after {
    height: calc(100% + 2px);
}

.common_btn.center {
    margin: auto;
}

.service_list {
    margin-top: 130px;
}

.top_service_sec {
    padding: 120px 0 220px;
}

.top_service_sec .top_ttl {
    margin-bottom: 20px;
    margin-right: calc(-1 * (50vw - 570px));
    text-align: right;
}

.top_service_sec .top_ttl .ttl {
    font-size: 200px;
    color: #a0a0a0;
}

.top_service_sec .service_box+.service_box {
    margin-top: 150px;
}

.top_service_sec .service_box .img {
    position: absolute;
    width: calc(715px + (50vw - 570px));
    top: -50px;
    bottom: -30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top_service_sec .service_box:nth-child(odd) .img {
    left: calc(-1 * (50vw - 570px));
    border-radius: 0 30px 30px 0;
    margin-bottom: 0px;
}

.top_service_sec .service_box:nth-child(even) .img {
    right: calc(-1 * (50vw - 570px));
    border-radius: 30px 0 0 30px;
}

.top_service_sec .service_box.mastering .img {
    background-image: url(/soundworks/wp-content/uploads/2022/11/mastering_pic1-scaled.jpg);
}

.top_service_sec .service_box.mix .img {
    background-image: url(/soundworks/wp-content/uploads/2023/02/mix230218.png);
}

.top_service_sec .service_box.edit .img {
    background-image: url(/soundworks/wp-content/uploads/2023/02/edit_pic1.jpg);
}

.top_service_sec .service_box .text_box {
    width: 385px;
}

.top_service_sec .service_box:nth-child(odd) .text_box {
    margin-left: auto;
}

.top_service_sec .service_box:nth-child(even) .en_ttl_box {
    text-align: right;
}

.top_service_sec .service_box .text_box .en_ttl_box .en_ttl {
    display: inline-block;
    font-size: 42px;
    width: 400px;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    letter-spacing: 0.08em;
    z-index: 2;
    margin-bottom: 40px;
    line-height: 1;
    animation-timing-function: cubic-bezier(0.83, 0.38, 0.17, 1);
}

.top_service_sec .service_box .text_box .en_ttl_box .en_ttl:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* transform: skew(-20deg); */
    z-index: -1;
    background-color: #569ca4;
    box-shadow: 0 3px 6px rgba(255, 255, 255, 0.16);
    border-radius: 10px;
}

.top_service_sec .service_box.mastering .text_box .cont {
    padding-left: 30px;
}

.top_service_sec .service_box.mix .text_box .cont {
    padding-right: 30px;
}

.top_service_sec .service_box .text_box .ttl {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-align: center;
}

.top_service_sec .service_box .text_box .text {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.9;
    margin-bottom: 48px;
    text-align: left;
}

.top_service_sec .service_box .text_box .common_circle_btn {
    margin-left: auto;
}

.common_circle_btn {
    width: 150px;
}

.common_circle_btn a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: #1c1c1c;
}

.common_circle_btn .label {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: left;
}

.common_circle_btn .btn_circle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.circleButton__circle__arc {
    height: 43px;
    left: -1px;
    position: absolute;
    top: -1px;
    transform: scaleX(-1) rotate(-90deg);
    transform-origin: center;
    width: 43px;
    z-index: 1;
}

.common_circle_btn a:hover .circleButton__circle__arc {
    transform: rotate(-90deg);
}

.circleButton__circle__arc circle {
    stroke-dasharray: 176px;
    stroke-dashoffset: 176px;
    transition: stroke-dashoffset .75s cubic-bezier(.19, 1, .22, 1);
}

.common_circle_btn a:hover .circleButton__circle__arc circle {
    stroke-dashoffset: 0px;
}

.common_circle_btn .arrow {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 7px;
    line-height: 1;
}

.common_circle_btn .arrow img {
    width: 100%;
}

.top_price_sec {
    padding: 0 0 190px;
}

.top_price_sec .common_h2_box {
    margin-bottom: 50px;
}

.common_h2_box {
    text-align: center;
    position: relative;
    z-index: 0;
    padding: 0 0 16px;
}

.common_h2_box::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: currentColor;
    margin: auto;
}

.common_h2_box.left::before {
    margin: 0 0;
}

.common_h2_box.left {
    text-align: left;
}

.common_h2_box .en_ttl {
    font-size: 48px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 10px;
}

.common_h2_box .ttl {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.top_price_sec .price_list {
    margin-bottom: 70px;
}

.top_price_sec .price_list li {
    width: 525px;
    padding: 45px 60px;
    border: 1px solid #1C1C1C;
    border-radius: 30px;
}

.top_price_sec .price_list li:before {
    content: "";
    position: absolute;
    width: 310px;
    height: 10px;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.top_price_sec .price_list li.mastering:before {
    background-color: #569ca4;
}

.top_price_sec .price_list li.mix:before {
    background-color: #569ca4;
}

.top_price_sec .price_list li .ttl_box {
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
}

.top_price_sec .price_list li .ttl_box .en_ttl {
    font-size: 28px;
    letter-spacing: 0.08em;
}

.top_price_sec .price_list li.mastering .ttl_box .en_ttl .color {
    color: #569ca4;
}

.top_price_sec .price_list li.mix .ttl_box .en_ttl .color {
    color: #569ca4;
}

.top_price_sec .price_list li .ttl_box .ttl {
    font-size: 14px;
    letter-spacing: 0.1em;
}

.top_price_sec .price_list li .price_box {
	width: 60%;
	margin: 0 auto 42px;
}

.top_price_sec .price_list li .price_box .single_box {
    align-items: flex-end;
	margin-bottom: 12px;
}

.top_price_sec .price_list li .price_box .single_box .price {
    font-size: 18px;
    letter-spacing: 0.1em;
}

.top_price_sec .price_list li .price_box .num_box {
    align-items: flex-end;
}

.top_price_sec .price_list li .price_box .single_box .num_box .price .num {
    font-size: 42px;
    margin: 0 5px;
    line-height: 1;
}

.top_price_sec .price_list li.mastering .price_box .single_box .num_box .price .num {
    color: #569ca4;
}

.top_price_sec .price_list li.mix .price_box .single_box .num_box .price .num {
    color: #569ca4;
}

.top_price_sec .price_list li .price_box .single_box .num_box .sub .sura {
    margin: 6px;
}

.top_price_sec .price_list li .price_box .single_box .sub_box {
	text-align: left;
}
.top_price_sec .price_list li .price_box .single_box .sub_box .sub {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.top_price_sec .price_list li .price_box .sub_info {
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: center;
}

.top_price_sec .price_list li .text_box {
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.05);
}

.top_price_sec .price_list li .text_box .text {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

.top_price_sec .common_btn {
    margin: 0 auto;
}

.top_flow_sec {
    background-color: #f2f2f2;
    padding: 120px 0 150px;
    position: relative;
}

.top_flow_sec .common_h2_box {
    margin-bottom: 35px;
}

.top_flow_sec .flow_list ul li {
    width: 380px;
    padding: 75px 0 35px;
}

.top_flow_sec .flow_list ul li:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #fff;
}

.top_flow_sec .flow_list ul li:nth-child(3n + 1)::before {
    display: none;
}

.top_flow_sec .flow_list ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 440px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 1px;
    background-color: #fff;
}

.top_flow_sec .flow_list ul li:nth-last-child(-n + 3):after {
    display: none;
}

.top_flow_sec .flow_list ul li .num {
    position: absolute;
    font-size: 68px;
    left: -30px;
    top: 43px;
    line-height: 1;
    animation-timing-function: cubic-bezier(0.91, 0.18, 0.13, 0.99);
}

.top_flow_sec .flow_list ul li:nth-child(2) .num {
    animation-delay: .15s;
}

.top_flow_sec .flow_list ul li:nth-child(3) .num {
    animation-delay: .3s;
}

.top_flow_sec .flow_list ul li:nth-child(4) .num {
    animation-delay: .45s;
}

.top_flow_sec .flow_list ul li:nth-child(5) .num {
    animation-delay: .6s;
}

.top_flow_sec .flow_list ul li:nth-child(6) .num {
    animation-delay: .75s;
}

.top_flow_sec .flow_list ul li .num_border {
    position: absolute;
    left: -20px;
    top: 162px;
    width: 150px;
    height: 1px;
    background-color: #fff;
    transform: rotate(-45deg);
    transform-origin: left bottom;
    z-index: 2;
}

.top_flow_sec .flow_list ul li .img {
    width: 380px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 67px, 67px 0);
}

.top_flow_sec .flow_list ul li.flow1 .img {
    background-image: url(/soundworks/wp-content/uploads/2022/06/top_flow1.jpg);
}

.top_flow_sec .flow_list ul li.flow2 .img {
    background-image: url(/soundworks/wp-content/uploads/2022/11/top_flow_2_2.jpg);
}

.top_flow_sec .flow_list ul li.flow3 .img {
    background-image: url(/soundworks/wp-content/uploads/2022/06/credit1.jpg);
}

.top_flow_sec .flow_list ul li.flow4 .img {
    background-image: url(/soundworks/wp-content/uploads/2023/02/top_flow_2_4.jpg);
}

.top_flow_sec .flow_list ul li.flow5 .img {
    background-image: url(/soundworks/wp-content/uploads/2022/11/top_flow_2_5.jpg);
}

.top_flow_sec .flow_list ul li.flow6 .img {
    background-image: url(/soundworks/wp-content/uploads/2023/05/top_flow_2_6.jpg);
}

.top_flow_sec .flow_list ul li .text_box {
    font-weight: bold;
}

.top_flow_sec .flow_list ul li .ttl {
    font-size: 18px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.top_flow_sec .flow_list ul li .text {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

.top_engineer_sec {
    background-color: #f2f2f2;
    padding: 120px 0 220px;
}

.top_engineer_sec .text_slider:last-of-type {
    position: absolute;
    bottom: -105px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.top_engineer_sec .text_slider ul {
    flex-wrap: nowrap;
}

.top_engineer_sec .text_slider ul li {
    animation-name: loop-slide;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-fill-mode: both;
    white-space: nowrap;
    font-size: 220px;
    color: #a0a0a0;
    letter-spacing: 0.05em;
    line-height: 1;
}

.top_engineer_sec .text_slider ul li+li {
    margin-left: 20px;
}

@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.top_engineer_sec .staff_list {
    margin: 125px 0 0;
}

.top_engineer_sec .staff_list li+li {
    margin-top: 225px;
}

.top_engineer_sec .staff_list li .img {
    position: absolute;
    bottom: -100px;
    width: calc(620px + (50vw - 620px));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top_engineer_sec .staff_list li.yoshida .img {
    top: -40px;
    left: calc(-1 *(50vw - 620px));
    background-image: url(/soundworks/wp-content/uploads/2023/04/yoshida1_profile.jpg);
}

.top_engineer_sec .staff_list li.inui .img {
    top: -125px;
    right: calc(-1 *(50vw - 620px));
    background-image: url(/soundworks/wp-content/uploads/2023/04/inui2_profile-scaled.jpg);
}

.top_engineer_sec .staff_list li .text_box {
    z-index: 2;
    width: 770px;
}

.top_engineer_sec .staff_list li:nth-child(odd) .text_box {
    margin-left: auto;
}

.top_engineer_sec .staff_list li .text_box .en_name {
    font-size: 100px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: -60px;
}

.top_engineer_sec .staff_list li:nth-child(odd) .text_box .en_name {
    margin-left: 208px;
}

.top_engineer_sec .staff_list li:nth-child(odd) .text_box .info_box {
    margin-right: 50px;
}

.top_engineer_sec .staff_list li:nth-child(even) .text_box .info_box {
    margin-left: 50px;
}

.top_engineer_sec .staff_list li .text_box .info_box {
    padding: 95px 80px 85px;
}

.top_engineer_sec .staff_list li .text_box .info_box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
}

.top_engineer_sec .staff_list li .text_box .info_box .name {
    font-size: 24px;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
    font-weight: bold;
}

.top_engineer_sec .staff_list li .text_box .info_box .text {
    font-size: 17px;
    line-height: 2;
    margin-bottom: 55px;
    letter-spacing: 0.08em;
}

.top_case_sec {
    padding: 10px 0 145px;
}

.top_case_sec .common_btn.pr {
    margin: 50px auto 0;
}

.gray_back_wrap .gray_back {
    position: absolute;
    top: 430px;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: calc(1140px + (50vw - 570px));
    background-color: #f2f2f2;
}

.top_case_sec .top_text {
    align-items: center;
    margin-bottom: 45px;
}

.top_case_sec .top_text .ttl_box {
    align-items: flex-end;
}

.top_case_sec .top_text .ttl_box .en_ttl {
    font-size: 100px;
    letter-spacing: 0.08em;
    margin-right: 20px;
    line-height: 1;
}

.top_case_sec .top_text .ttl_box .ja_ttl {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1;
}

.top_case_sec .slider_wrap {
    width: 1450px;
    margin: 50px auto 0;
}

.top_case_sec .slider_wrap .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
    max-width: 100% !important;
    margin-bottom: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.top_case_sec .slider_wrap .bx-wrapper .bx-prev {
    left: -10px;
    background-image: url(/soundworks/wp-content/uploads/2022/06/bx_prev.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.top_case_sec .slider_wrap .bx-wrapper .bx-prev:hover,
.top_case_sec .slider_wrap .bx-wrapper .bx-prev:focus {
    background-position: center;
}

.top_case_sec .slider_wrap .bx-wrapper .bx-next {
    right: -10px;
    background-image: url(/soundworks/wp-content/uploads/2022/06/bx_next.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.top_case_sec .slider_wrap .bx-wrapper .bx-next:hover,
.top_case_sec .slider_wrap .bx-wrapper .bx-next:focus {
    background-position: center;
}

.top_case_sec .slider_wrap .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    z-index: 3;
}

.case_archive li .img {
    width: 100%;
    /* height: 200px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 16 / 9;
}

.case_archive li .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: .3s;
    z-index: 2;
}

.case_slider.case_archive li {
    width: 340px;
}

.case_slider.case_archive {
    justify-content: space-between;
    gap: 30px;
}

.case_slider.case_archive:before {
    content: "";
    display: block;
    width: 340px;
    order: 1;
}

.case_slider.case_archive:after {
    content: "";
    display: block;
    width: 340px;
}

.case_archive li .img:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/soundworks/wp-content/uploads/2022/11/arrow.png);
    opacity: 0;
    transition: .3s;
}

.case_archive li a:hover .img:after {
    opacity: 1;
}

.case_archive li a:hover .img:before {
    width: 0%;
}

.case_archive li a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: #1C1C1C;
}
/*
.case_archive li .text_box {
    margin-left: 5px;
	width: 290px;
	height: 150px;
	padding: 25px 15px 20px;
    z-index: 2;
}
*/

.case_archive li .text_box {
    margin-left: 5px;
    padding: 25px 15px 10px;
    z-index: 2;
}


.case_archive li .text_box:before {
    content: "";
    position: absolute;
    top: 22px;
    left: -1px;
    bottom: 0;
    width: 3px;
    background-color: #1c1c1c;
}

.case_archive li .text_box .ttl {
	width: 100%;
	height: 50px;
    font-size: 17px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*
.case_archive li .text_box .ttl {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
*/

.case_archive li .info_box {
    display: block;
}

.case_archive li .text_box .cat {
    display: inline-block;
	font-size: x-small;
    margin-right: 5px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 4px;
}

.top_equipment_sec {
    padding: 100px 100px 160px;
}

.top_equipment_sec .common_h2_box {
    margin-bottom: 50px;
}

.top_equipment_sec .equipment_list {
    padding: 0 28px 0 80px;
    margin-bottom: 35px;
}

.top_equipment_sec .equipment_list li {
    width: 480px;
}

.top_equipment_sec .equipment_list li a {
    display: block;
    width: 100%;
    height: auto;
    color: #1C1C1C;
}

.top_equipment_sec .equipment_list li a .cat {
    position: absolute;
    transform: rotate(-8deg);
    transform-origin: left top;
    font-size: 38px;
    letter-spacing: 0.05em;
    left: -21px;
    top: -5px;
    z-index: 3;
}

.top_equipment_sec .equipment_list li a .img_wrap {
    width: 100%;
    height: 234px;
    background-color: #fff;
    padding: 60px 35px;
    margin-bottom: 20px;
}

.top_equipment_sec .equipment_list li a .img_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.55);
    transition: .3s;
    z-index: 2;
}

.top_equipment_sec .equipment_list li a:hover .img_wrap:before {
    width: 0%;
}

.top_equipment_sec .equipment_list li a .img_wrap .img {
    width: 100%;
    height: 100%;
}

.top_equipment_sec .equipment_list li a .text_box {
    padding: 0 30px;
}

.top_equipment_sec .equipment_list li a .text_box .name {
    font-size: 20px;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    font-weight: bold;
}

.top_equipment_sec .equipment_list li a .text_box .text {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
}

.top_equipment_sec .equipment_list li .circle_btn {
    position: absolute;
    right: -25.5px;
    top: 203px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #5cbdbf;
    z-index: 3;
}

.top_equipment_sec .equipment_list li .circle_btn .cont {
    width: 100%;
    height: 100%;
}

.top_equipment_sec .equipment_list li .circle_btn .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 9px;
    line-height: 1;
}

.top_equipment_sec .equipment_list li .circle_btn .arrow img {
    width: 100%;
}

.circleButton__circle__arc2 {
    height: 55px;
    left: -1px;
    position: absolute;
    top: -1px;
    transform: scaleX(-1) rotate(-90deg);
    transform-origin: center;
    width: 55px;
    z-index: 1;
}

.top_equipment_sec .equipment_list li a:hover .circle_btn .circleButton__circle__arc2 {
    transform: rotate(-90deg);
}

.circleButton__circle__arc2 circle {
    stroke-dasharray: 176px;
    stroke-dashoffset: 176px;
    transition: stroke-dashoffset .75s cubic-bezier(.19, 1, .22, 1);
}

.top_equipment_sec .equipment_list li a:hover .circle_btn .circleButton__circle__arc2 circle {
    stroke-dashoffset: 0px;
}

.top_equipment_sec .common_btn {
    margin: 0 auto;
}

.top_faq_sec {
    padding: 0 0 155px;
}

.top_faq_sec .common_h2_box {
    margin-bottom: 35px;
}

.top_faq_sec .faq_list ul {
    padding-left: 80px;
}

.top_faq_sec .faq_list ul li+li {
    margin-top: 20px;
}

.top_faq_sec .faq_list ul li {
    border-width: 1px 0;
    border-color: #1C1C1C;
    padding: 0 20px;
}

.top_faq_sec .faq_list ul li .q_box {
    align-items: center;
    flex-wrap: nowrap;
    padding: 20px 0;
}

.top_faq_sec .faq_list ul li .q_box::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    right: 13px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: .5s;
}

.top_faq_sec .faq_list ul li.nowOpen .q_box::before {
    transform: translateY(-50%) rotate(315deg);
    -webkit-transform: translateY(-50%) rotate(315deg);
    -ms-transform: translateY(-50%) rotate(315deg);
}

.top_faq_sec .faq_list ul li .en_box {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.top_faq_sec .faq_list ul li .a_box .en_box {
    background-color: #fff;
}

.top_faq_sec .faq_list ul li .en_box .en {
    font-size: 22px;
    line-height: 1;
}

.top_faq_sec .faq_list ul li .a_box .en_box .en {
    color: #1C1C1C;
}

.top_faq_sec .faq_list ul li .text {
    padding-right: 65px;
    width: 100%;
}

.top_faq_sec .faq_list ul li .q_box .text {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.5;
}

.top_faq_sec .faq_list ul li .a_box .text {
    padding-top: 15px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

.top_faq_sec .faq_list ul li .a_box {
    flex-wrap: nowrap;
    margin-top: 10px;
    padding: 20px 0;
    border-top: 1px solid #4F4F4F;
}

.column_banner_sec {
    padding: 160px 0 200px;
}

.column_banner_sec .banner_box {
    width: 100%;
    background-image: url(/soundworks/wp-content/uploads/2022/06/top_column_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.column_banner_sec .banner_box a {
    display: block;
    width: 100%;
    height: auto;
    padding: 90px 90px 85px 60px;
    color: #fff;
}

.column_banner_sec .banner_box a:before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background-color: rgba(51, 51, 51, 0.3);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.column_banner_sec .banner_box .text_box {
    z-index: 2;
}

.column_banner_sec .banner_box .text_box .designs {
    position: absolute;
    top: -47px;
    left: -33px;
    transform: rotate(-10deg);
    color: #569ca4;
    font-size: 62px;
}

.column_banner_sec .banner_box .text_box .top_text {
    font-size: 90px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.column_banner_sec .banner_box .text_box .en_text {
    font-size: 42px;
    letter-spacing: 0.07em;
    line-height: 1;
    margin-bottom: 15px;
}

.column_banner_sec .banner_box .text_box .text {
    font-size: 18px;
    letter-spacing: 0.1em;
}


.column_banner_sec .big_circle_btn {
    right: 90px;
    top: 250px;
}

.big_circle_btn {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #68cacc;
}

.big_circle_btn .cont {
    width: 100%;
    height: 100%;
}

.big_circle_btn .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 9px;
    line-height: 1;
}

.big_circle_btn .arrow img {
    width: 100%;
}

.big_circleButon__circle__arc {
    height: 50px;
    left: -2px;
    position: absolute;
    top: -2px;
    transform: scaleX(-1) rotate(-90deg);
    transform-origin: center;
    width: 50px;
    z-index: 1;
}

.column_banner_sec .banner_box a:hover .circle_btn .big_circleButton__circle__arc {
    transform: rotate(-90deg);
}

.big_circleButton__circle__arc circle {
    stroke-dasharray: 176px;
    stroke-dashoffset: 176px;
    transition: stroke-dashoffset .75s cubic-bezier(.19, 1, .22, 1);
}

.column_banner_sec .banner_box a:hover .big_btn_circle .big_circleButton__circle__arc circle {
    stroke-dashoffset: 0px;
}

.footer_contact {
    background-color: #68cacc;
    padding: 10px 0;
}

.footer_contact a {
    padding: 74px 0;
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
}

.footer_contact .top_text {
    padding-bottom: 17px;
    border-bottom: 1px solid #247b7e;
    margin-bottom: 25px;
}

.footer_contact .top_text .en_text {
    font-size: 48px;
    letter-spacing: 0.03em;
}

.footer_contact .top_text .ttl {
    font-size: 14px;
    letter-spacing: 0.08em;
}

.footer_contact .big_circle_btn {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.footer_contact>a:hover .circle_btn .big_circleButton__circle__arc {
    transform: rotate(-90deg);
}

.footer_contact>a:hover .big_btn_circle .big_circleButton__circle__arc circle {
    stroke-dashoffset: 0px;
}

.footer_contact .text_box .text {
    font-size: 14px;
    letter-spacing: 0.08em;
}

.footer_cont_block {
    padding: 95px 0 20px;
}

.footer_cont_block .logo {
    display: block;
    width: 275px;
    line-height: 1;
    margin: 63px auto 70px;
}

.footer_cont_block .logo img {
    width: 100%;
}

.footer_cont_block .link_list {
    margin-bottom: 75px;
}

.footer_cont_block .link_list ul {
    justify-content: center;
}

.footer_cont_block .link_list li+li {
    margin-left: 50px;
}

.footer_cont_block .link_list li a {
    color: #1C1C1C;
    font-size: 14px;
    letter-spacing: 0.05em;
    transition: .5s;
    font-weight: bold;
}

.footer_cont_block .link_list li a:hover {
    opacity: 0.7;
}

.footer_cont_block .sub_link {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.footer_cont_block .sub_link ul {
    justify-content: center;
}

.footer_cont_block .sub_link li+li {
    margin-left: 67px;
}

.footer_cont_block .sub_link li:first-child::before {
    display: none;
}

.footer_cont_block .sub_link li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -33px;
    transform: translateY(-50%) rotate(25deg);
    -webkit-transform: translateY(-50%) rotate(25deg);
    -ms-transform: translateY(-50%) rotate(25deg);
    width: 1px;
    height: 14px;
    background-color: #1c1c1c;
}

.footer_cont_block .sub_link li a {
    color: #1c1c1c;
    font-size: 12px;
    letter-spacing: 0.03em;
    transition: .5s;
}

.footer_cont_block .sub_link li a:hover {
    opacity: 0.7;
}

.footer_cont_block .copyright {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.03em;
}

.tuiju a {
    width: 170px;
    display: block;
    background: #ff811a;
    padding: 20px 0;
    border-radius: 10px;
    position: relative;
}

.tuiju a .icon {
    width: 45px;
    margin: 0 auto;
}

.tuiju {
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 30px;
}

.tuiju a .en_text {
    color: #fff;
    letter-spacing: 0.01em;
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
}


/*********************************************
 * PC固定ページ 共通設定
 *********************************************/

.common_page {
    padding: 100px 0 100px;
}

p.reserve_text {
    text-align: center;
    font-size: 30px;
}

.common_page_main {
    padding: 280px 0 40px;
}

.common_page_main:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.1;
    background-image: url(/soundworks/wp-content/uploads/2022/06/page_main_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.common_page_main .text_box .en_ttl {
    text-transform: uppercase;
    font-size: 72px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 15px;
}

.common_page_main .text_box .ttl {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

/* パンくず */
.breadcrumb {
    font-size: 11px;
    letter-spacing: 0.08em;
    color: #569ca4;
}

.breadcrumb a {
    text-decoration: none;
    color: #569ca4;
}

.page_h2_box {
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid #1C1C1C;
}

.page_h2_box .en_ttl {
    font-size: 50px;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 10px;
}

.page_h2_box .ttl {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
}

/* エンジニア */

.engineer_page .engineer_pro_sec {
    padding: 0 0 210px;
}

.engineer_page .engineer_pro_sec .common_h2_box {
    margin-bottom: 20px;
}

.engineer_pro_sec .box .img {
    position: absolute;
    top: 0;
    left: calc(-1 * (50vw - 650px));
    width: calc(30% + (50vw - 570px));
    line-height: 1;
}

.engineer_pro_sec .box .img img {
    width: 100%;
}

.engineer_pro_sec .box .text_box {
    margin-left: auto;
    width: 55%;
    padding-top: 25px;
}

.engineer_pro_sec .box .text_box .info_text {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2.2;
    margin-bottom: 30px;
}

.engineer_pro_sec .box .text_box .block+.block {
    margin-top: 35px;
}

.engineer_pro_sec .box .text_box .block .sub_ttl {
    font-size: 18px;
    padding-left: 20px;
    border-left: 2px solid #569ca4;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    font-weight: bold;
}

.engineer_pro_sec .box .text_box .block .works_box {
    flex-wrap: nowrap;
}

.engineer_pro_sec .box .text_box .block .works_box+.works_box {
    margin-top: 15px;
}

.engineer_pro_sec .box .text_box .block .works_box .artist {
    width: 15%;
    margin-right: 3%;
    font-size: 16px;
    letter-spacing: 0.08em;
    flex-shrink: 0;
}

.engineer_pro_sec .box .text_box .block .works_box .works_text {
    font-size: 15px;
    letter-spacing: 0.08em;
}

.engineer_pro_sec .box .text_box .block .works_box .works_text+.works_text {
    margin-top: 5px;
}

.engineer_pro_sec .box .text_box .block .text {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2;
}

.engineer_page .engineer_woks_sec .common_h2_box {
    margin-bottom: 35px;
}

.engineer_woks_sec .list ul li {
    width: 48%;
    margin-bottom: 50px;
}

.engineer_woks_sec .list ul li .movie_wrap {
    width: 100%;
    height: 350px;
    margin-bottom: 25px;
}

.engineer_woks_sec .list ul li .movie_wrap iframe {
    width: 100%;
    height: 100%;
}

.engineer_woks_sec .list ul li .text_box {
    z-index: 2;
    padding-left: 20px;
    border-left: 1px solid #569ca4;
}

.engineer_woks_sec .list ul li .text_box .text {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.engineer_woks_sec .list ul li .text_box .text .name {
    margin-left: 10px;
    font-size: 18px;
}

.engineer_woks_sec .sub_list {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}

.engineer_woks_sec .sub_list ul::before {
    content: "";
    display: block;
    width: 23.7%;
    order: 1;
}

.engineer_woks_sec .sub_list ul::after {
    content: "";
    display: block;
    width: 23.7%;
}

.engineer_woks_sec .sub_list ul {
    gap: 30px 0;
}

.engineer_woks_sec .sub_list ul li {
    width: 23.7%;
}

.engineer_woks_sec .sub_list .common_btn {
    margin: 0 auto;
}

/* エンジニア個別ページ用 */

.eng_info_sec .block {
    padding-bottom: 65px;
    border-bottom: 1px solid #fff;
}

.eng_info_sec .block+.block {
    margin-top: 80px;
}

.eng_info_sec .block:nth-child(odd) .ttl_wrap {
    text-align: right;
}

.eng_info_sec .block .ttl_wrap {
    margin-bottom: 30px;
}

.eng_info_sec .block .box {
    width: calc(1140px + (50vw - 570px));
    align-items: center;
}

.eng_info_sec .block:nth-child(even) .box {
    margin-left: auto;
    flex-direction: row-reverse;
}

.eng_info_sec .block .box .img {
    width: 50%;
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.eng_info_sec .block.yoshida .box .img {
    background-image: url(/soundworks/wp-content/uploads/2023/07/yoshida3_profile.jpg);
}

.eng_info_sec .block.inui .box .img {
    background-image: url(/soundworks/wp-content/uploads/2023/02/edit_pic1.jpg);
}

.eng_info_sec .block .box .text_box {
    width: 45%;
}

.eng_info_sec .block .box .text_box .text {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2.2;
}



/* サービス説明 */

.service_info_sec .block {
    padding-bottom: 65px;
    border-bottom: 1px solid #fff;
}

.service_info_sec .block+.block {
    margin-top: 80px;
}

.service_info_sec .block:nth-child(odd) .ttl_wrap {
    text-align: right;
}

.service_info_sec .block .ttl_wrap {
    margin-bottom: 30px;
}

.service_info_sec .block .box {
    width: calc(1140px + (50vw - 570px));
    align-items: center;
}

.service_info_sec .block:nth-child(even) .box {
    margin-left: auto;
    flex-direction: row-reverse;
}

.service_info_sec .block .box .img {
    width: 50%;
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service_info_sec .block.mastering .box .img {
    background-image: url(/soundworks/wp-content/uploads/2022/11/mastering_pic1-scaled.jpg);
}

.service_info_sec .block.mix .box .img {
    background-image: url(/soundworks/wp-content/uploads/2023/02/mix230218.png);
}

.service_info_sec .block.edit .box .img {
    background-image: url(/soundworks/wp-content/uploads/2023/02/edit_pic1.jpg);
}

.service_info_sec .block .box .text_box {
    width: 45%;
}

.service_info_sec .block .box .text_box .text {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2.2;
}

/* 選ばれる理由 */

.reason_page .reason_info_sec {
    padding: 110px 0 120px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    background-image: url(/soundworks/wp-content/uploads/2023/02/230204_1.jpg);
    color: #fff;
}

.reason_page .reason_info_sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.reason_page .reason_info_sec .ttl {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.13em;
    font-size: 37px;
    margin-bottom: 0px;
    animation-timing-function: cubic-bezier(0.03, 0.62, 0.34, 0.77);
}

.reason_page .reason_info_sec .text {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.5;
    padding: 0 15%;
}

.reason_page .reason_info_sec .text+.text {
    margin-top: 50px;
}

.reason_list_sec {
    padding-top: 90px;
}

.reason_list_sec .common_h2_box {
    margin-bottom: 90px;
}

.reason_list_sec .list li+li {
    margin-top: 150px;
}

.reason_list_sec .list li {
    align-items: center;
}

.reason_list_sec .list li:nth-child(even) {
    flex-direction: row-reverse;
}

.reason_list_sec .list li .img {
    width: 45%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.reason_list_sec .list li.reason1 .img {
    background-image: url(/soundworks/wp-content/uploads/2023/02/sample230214_1.jpg);
}

.reason_list_sec .list li.reason2 .img {
    background-image: url(/soundworks/wp-content/uploads/2023/02/sample230214_2.jpg);
}

.reason_list_sec .list li.reason3 .img {
    background-image: url(/soundworks/wp-content/uploads/2023/02/sample230214_3.jpg);
}

.reason_list_sec .list li .text_box {
    width: 50%;
}

.reason_list_sec .list li .text_box .ttl_box {
    flex-wrap: nowrap;
    margin-bottom: 25px;
    align-items: center;
}

.reason_list_sec .list li .text_box .ttl_box .ttl {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.reason_list_sec .list li .text_box .ttl_box .num {
    font-size: 52px;
    line-height: 1;
    margin-right: 20px;
    flex-shrink: 0;
}

.reason_list_sec .list li .text_box .text {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.2;
}

/* 料金 */

.price_list_sec .list ul:after {
    content: "";
    width: 31%;
    display: block;
    height: 0;
}

.price_list_sec .list li {
    width: 31%;
    padding: 40px 20px 30px;
    border: 1px solid #1c1c1c;
    margin-bottom: 40px;
}

.price_list_sec .list li .ttl_box {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #1c1c1c;
    margin-bottom: 15px;
}

.price_list_sec .list li .ttl_box .en_ttl {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1;
    margin-bottom: 5px;
}

.price_list_sec .list li:nth-child(odd) .ttl_box .en_ttl .color {
    color: #569ca4;
}

.price_list_sec .list li:nth-child(even) .ttl_box .en_ttl .color {
    color: #569ca4;
}

.price_list_sec .list li .ttl_box .ttl {
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.price_list_sec .list li .price_box {
    margin-bottom: 22px;
}

.price_list_sec .list li .price_box .num_box {
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 8px;
}

.price_list_sec .list li .price_box .num_box .price {
    font-size: 20px;
    letter-spacing: 0.1em;
}

.price_list_sec .list li .price_box .num_box .price .num {
    font-size: 52px;
    margin: 0 5px;
    line-height: 1;
}

.price_list_sec .list li:nth-child(odd) .price_box .num_box .price .num {
    color: #569ca4;
}

.price_list_sec .list li:nth-child(even) .price_box .num_box .price .num {
    color: #569ca4;
}

.price_list_sec .list li .price_box .num_box .sub {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.price_list_sec .list li .price_box .num_box .sub .sura {
    margin: 0 10px;
}

.price_list_sec .list li .price_box .sub_info {
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: center;
}

.price_list_sec .list li .option_list {
    padding: 25px 15px 20px;
    background-color: rgba(0, 0, 0, 0.05);
}

.price_list_sec .list li .option_list .option_box {
    align-items: center;
    flex-wrap: nowrap;
}

.price_list_sec .list li .option_list .option_box .p {
	margin-top: 10px
}

.price_list_sec .list li .option_list .option_box+.option_box {
    margin-top: 10px;
}

.price_list_sec .list li .option_list .option_box .label {
    width: 50%;
    margin-right: 3%;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.price_list_sec .list li .option_list .option_box .data {
    font-size: 25px;
    letter-spacing: 0.03em;
}

/* 機材紹介 */

.equipment_page {
    background-color: #fff;
}

.equipment_list_sec .list li {
    width: 47.5%;
    margin-bottom: 40px;
}

.equipment_list_sec .list li:nth-last-child(-n + 2) {
    margin-bottom: 0;
}

.equipment_list_sec .list li .img_wrap {
    background-color: #fff;
    width: 100%;
    height: 235px;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.equipment_list_sec .list li .img_wrap .img {
    width: 100%;
    height: 100%;
}

.equipment_list_sec .list li .name {
    font-size: 20px;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
    font-weight: bold;
}

.equipment_list_sec .list li .cat {
    display: inline-block;
    line-height: 1;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
    background-color: #569ca4;
    margin-bottom: 25px;
}

.equipment_list_sec .list li .text {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 2.2;
}

.equipment_list_sec .list li .text+.text {
    margin-top: 10px;
}



/*********************************************
 * PC固定ページ お問い合わせ
 *********************************************/
section#page-contact table {
    width: 70%;
    border-collapse: collapse;
    margin: 0 auto 50px;
}

section#page-contact table th,
section#page-contact table td {
    padding: 1em;
    font-size: 16px;
    letter-spacing: 0.08em;
}

section#page-contact table th {
    width: 25%;
}

section#page-contact table th span.hissu {
    color: #c70000;
    margin-right: .3em;
}

section#page-contact table td {
    width: 75%;
}

section#page-contact input[type="text"],
section#page-contact input[type="email"],
section#page-contact #zip {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 1em;
}

section#page-contact input.tel {
    border: 1px solid #ccc;
    padding: 1em;
    width: 18.8%;
}

section#page-contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1px solid #ccc;
}

section#page-contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 1em;
    height: 200px;
}

section#page-contact p.attention {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 30px;
}

section#page-contact div#btn_wrap {
    justify-content: center;
}

section#page-contact div#btn_wrap button {
    background-color: #49ACAF;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 55px;
    font-size: 18px;
    letter-spacing: 0.08em;
    transition: .3s;
    text-align: center;
}

section#page-contact div#btn_wrap button[name="submitBack"] {
    background-color: #333;
    margin-right: 20px;
}

section#page-contact div#btn_wrap button:hover {
    opacity: 0.8;
}

/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio-btns input[type=radio].radio-btns__item {
    display: none;
}

.radio-btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio-btns .radio-btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio-btns .radio-btns__item+span::after,
.radio-btns .radio-btns__item+span::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}

/* after上書き */
.radio-btns .radio-btns__item+span::after {
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
    border: none;
    background: #49ACAF;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
    checked状態
    文字のcolorとボタンのopacityを変更
*/
.radio-btns .radio-btns__item:checked+span {
    color: #49ACAF;
}

.radio-btns .radio-btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
section#page-contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #49ACAF #49ACAF;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

/* サンクスページ */
section#page-contact .thanks_textArea {
    text-align: center;
}

section#page-contact .thanks_textArea p {
    font-size: 16px;
    line-height: 2;
}

section#page-contact .thanks_textArea p.contact_text {
    margin-bottom: 20px;
}

section#page-contact .thanks_textArea a.ichiran_link {
    background-color: #49ACAF;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 55px;
    font-size: 17px;
    letter-spacing: 0.08em;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
}

section#page-contact .thanks_textArea a.ichiran_link:hover {
    opacity: 0.8;
}

/* ステップバー デザイン */
section#page-contact .progressbar {
    margin-bottom: 50px;
}

section#page-contact .progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #f2f2f2;
    color: #333;
    font-size: 17px;
    letter-spacing: 0.08em;
}

section#page-contact .progressbar .item:not(:last-child)::before,
section#page-contact .progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #f2f2f2;
    margin: auto;
}

section#page-contact .progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #fff;
}

/* active */
section#page-contact .progressbar .item.active {
    z-index: 1;
    background: #49ACAF;
    color: #fff;
}

section#page-contact .progressbar .item.active:not(:last-child)::after {
    border-left-color: #49ACAF;
}

section#page-contact .progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

/*********************************************
 * PC固定ページ 個人情報保護方針
 *********************************************/
section.privacy_page p.main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

section.privacy_page dl {
    margin-bottom: 30px;
}

section.privacy_page dl:last-child {
    margin-bottom: 0;
}

section.privacy_page dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 5px solid;
    padding-left: 1em;
}

section.privacy_page dl dd {
    font-size: 14px;
    line-height: 2;
}

/*********************************************
 * PC固定ページ 404ページ
 *********************************************/
section#page-404 {
    text-align: center;
}

section#page-404 p.num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section#page-404 p.text {
    margin-bottom: 1em;
    font-size: 16px;
}


/* アーカイブページ共通 */

/* wp-pagenavi base */
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #fff;
    border: solid 1px #e0e0d2;
    padding: 15px 20px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
}

.wp-pagenavi a:hover {
    color: #fff;
    background-color: #569ca4;
    border-color: #569ca4;
}

.wp-pagenavi span.current {
    color: #fff;
    background-color: #569ca4;
    border-color: #569ca4;
    font-weight: bold;
}

/* 事例アーカイブページ */

.case_archive_page .case_archive::before {
    content: "";
    display: block;
    width: 340px;
    order: 1;
}

.case_archive_page .case_archive::after {
    content: "";
    display: block;
    width: 340px;
}

.case_archive_page .case_archive_wrap {
    width: 1450px;
    margin: 0 auto;
}

.case_archive_page .case_archive li {
    width: 340px;
    margin-bottom: 45px;
}

/* アーカイブページ */

.archive_page .recommend_box {
    margin-bottom: 70px;
}

.archive_page .recommend_box .top_text {
    margin-bottom: 35px;
}

.archive_page .recommend_box .top_text .ttl {
    padding-left: 25px;
    border-left: 2px solid #fff;
    line-height: 1.5;
    font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.archive_page .recommend_box .list ul:before {
    content: "";
    order: 1;
    display: block;
    height: 0;
    width: 23.5%;
}

.archive_page .recommend_box .list ul:after {
    content: "";
    display: block;
    height: 0;
    width: 23.5%;
}

.archive_page .recommend_box .list li {
    width: 23.5%;
}

.archive_page .recommend_box .list li a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: #1C1C1C;
    padding-bottom: 20px;
}

.archive_page .recommend_box .list li a:before {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    width: 0%;
    background-color: #fff;
    transition: .3s;
}

.archive_page .recommend_box .list li a:hover:before {
    width: 100%;
}

.archive_page .recommend_box .list li a .img {
    width: 100%;
    height: 200px;
    margin-bottom: 13px;
    background-color: #f2f2f2;
}

.archive_page .recommend_box .list li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive_page .recommend_box .list li a .img .noimage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 16px;
    letter-spacing: 0.03em;
}

.archive_page .recommend_box .list li a .date {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.archive_page .recommend_box .list li a .ttl {
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.archive_page .archive_page_list li {
    padding-bottom: 20px;
    border-bottom: 1px solid #4F4F4F;
}

.archive_page .archive_page_list li+li {
    margin-top: 40px;
}

.archive_page .archive_page_list li a {
    display: block;
    width: 100%;
    height: auto;
    color: #1C1C1C;
}

.archive_page .archive_page_list li a .img {
    width: 30%;
    height: 200px;
    background-color: #f2f2f2;
}

.archive_page .archive_page_list li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive_page .archive_page_list li a .img .noimage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 15px;
    letter-spacing: 0.03em;
}

.archive_page .archive_page_list li a .text_box {
    width: 67%;
}

.archive_page .archive_page_list li a .text_box .date {
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
}

.archive_page .archive_page_list li a .text_box .ttl {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.archive_page .archive_page_list li a .text_box .text {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    color: #a5a5a5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*********************************************
 * PC投稿ページ シングルページ
 *********************************************/
div#single_page .fl_wrap {
    align-items: flex-start;
}

.singleContent h1 {
    font-size: 30px;
    font-weight: 1000;
}

.singleContent .single_title {
    margin-bottom: 50px;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list {
    margin-bottom: 20px;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: .5em 2em;
    margin: 5px;
}

.singleContent h2 {
    position: relative;
    padding: 0.7rem 1rem;
    margin: 50px 0px 25px 0px;
    font-size: 22px;
    font-weight: 650;
    color: #fff;
    background-color: #566b73;
}

.singleContent h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding: 1rem .5rem;
    margin: 45px 0px 20px 0px;
}

.singleContent h3:after {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#569ca4), to(#e3834f));
    background-image: -webkit-linear-gradient(left, #569ca4 0%, #e3834f 100%);
    background-image: linear-gradient(to right, #569ca4 0%, #e3834f 100%);
}

/*
.singleContent h2 {
    font-size: 20px;
    border-left: 2px solid;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
    background-color: rgba(52, 61, 74, 0.2);
}

.singleContent h2::before,
.singleContent h2::after {
    content: "";
    position: absolute;
    left: -3px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 15px;
}
*/

.singleContent h2::before {
    top: 0px;
}

.singleContent h2::after {
    bottom: 0;
}

.singleContent h4 {
    font-size: 16px;
    font-weight: 550;
    border-left: 5px solid;
    padding-left: 1em;
    margin: 1.5em 0;
}

.singleContent .single_post_img {
    margin: 30px 0;
}

.singleContent img {
    height: auto;
}

.singleContent h5 {
    padding: 10px;
    margin: 1.5em 0 1em 1em;
    border-bottom: 1px solid;
    font-size: 22px;
}

.singleContent h5:before {
    content: '■';
    padding-right: 10px;
}

.singleContent h6 {
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: .5em;
    margin: 1.5em 0;
}

.singleContent p {
    font-size: 16px;
    line-height: 2;
}

.case_single_page#single_page .singleContent {
    width: 100%;
}

div#single_page .singleContent {
    width: 62%;
}

div#single_page .singleContent a.ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
}

div#single_page .singleContent a.ichiran_link:hover {
    opacity: .7;
}

div#single_page .singleSidebar {
    width: 32%;
    background-color: #f1f1f1;
    padding: 20px;
}

div#single_page aside#info-side {
    background-color: #fff;
    padding: 20px;
}

div#single_page aside#info-side h2 {
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: .5em;
    margin-bottom: .5em;
    color: #1C1C1C;
}

div#single_page aside#info-side p#news-not_found {
    text-align: center;
}

div#single_page aside#info-side ul li a {
    color: initial;
    display: block;
    border-bottom: 1px dashed;
    padding: 10px;
    transition: .3s;
}

div#single_page aside#info-side ul li a:hover {
    opacity: .7;
}

div#single_page aside#info-side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

div#single_page aside#info-side ul li a time i {
    margin-right: .5em;
}

div#single_page aside#info-side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* サイトマップ */

.common_page #sitemap_list {
    background: transparent;
    margin: 0;
    padding: 0;
}

.common_page #sitemap_list li.home-item {
    border-bottom: solid 2px #1C1C1C;
}

.common_page #sitemap_list li a {
    color: #1C1C1C;
    background: transparent;
    border: solid 1px #1C1C1C;
}

.service_box {
    margin-bottom: 170px;
}

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

.dj_icon {
    position: absolute;
    top: -124px;
    width: 155px;
    left: 9px;
}

.service_icon {
    position: absolute;
    top: -200px;
    width: 20vw;
    left: -8vw;
}

.flow_icon {
    position: absolute;
    width: 15vw;
    top: -90px;
    left: 8vw;
}

.contact_icon {
    position: absolute;
    top: -165px;
    left: 220px;
    width: 60%;
}

.mv_icon {
    position: absolute;
    bottom: -30px;
    width: 45vw;
    left: 5vw;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 5px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
}

.modal__content .video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}

.modal__content .video video {
    width: 100%;
    height: auto;
}

a.js-modal-close {
    position: absolute;
    right: -10px;
    top: -50px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

@media (max-width: 750px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .wrap {
        max-width: 90%;
    }

    .wrap02 {
        max-width: 90%;
    }

    .wrap03 {
        max-width: 90%;
    }

    body {
        font-size: 3.5vw;
        line-height: 1.7;
        padding-top: 55px;
    }

    /*********************************************
     * SPヘッダー
     *********************************************/
    header#sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        /* box-shadow: 1px 1px #ccc; */
        z-index: 999;
        height: 55px;
    }

    header#sp_header .logo {
        position: absolute;
        left: 10px;
        top: 7px;
        line-height: 0;
    }

    header#sp_header .logo img {
        height: 43px;
    }

    header#sp_header a.icon {
        color: #fff;
        position: absolute;
    }

    header#sp_header a.mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    header#sp_header a.tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }


    .top_sec::before {
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    }

    .top_sec .wrap02 {
        /* padding: 58vw 0 67vw; */
        /* height: 173.333vw; */
    }

    .top_sec .text_box .ttl {
        font-size: 7.2vw;
        letter-spacing: 0.13em;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .top_sec .text_box .sub_ttl {
        font-size: 3.4vw;
        letter-spacing: 0.03em;
        line-height: 1.7;
    }

    .loading_text_box .text {
        font-size: 6.8vw;
        line-height: 1.8;
    }

    .top_sec {
        margin-top: 0;
        height: 70vh;
    }

    .top_sec .scroll_box {
        height: 61vw;
        bottom: 7vw;
        right: 0;
    }

    .top_sec .scroll_box .label {
        font-size: 3.6vw;
        letter-spacing: 0.08em;
        line-height: 1;
    }

    .top_sec .scroll_box .arrow {
        width: 30vw;
        bottom: 30px;
        height: 3vw;
        left: -2vw;
        top: 0px;
        background-image: url(/soundworks/wp-content/uploads/2022/06/top_scroll_arrow.svg);
    }

    .top_sec .slick-slider {
        /* height: 173.333vw; */
    }

    .top_sec .slick-slider li {
        /* height: 173.333vw; */
    }

    .top_sec .slick-slider li.three {
        background-position: center left -36vw;
    }

    .top_reason_sec {
        padding: 55px 0 55px;
    }

    .top_reason_sec .bg_green {
        top: -20px;
        left: -60vw;
        width: 160vw;
        line-height: 1;
    }

    .top_reason_sec .bg_blue {
        left: auto;
        right: -65vw;
        top: 110px;
        width: 140vw;
    }

    .top_reason_sec .ttl_box {
        margin-bottom: 30px;
    }

    .top_reason_sec .ttl_box .en_ttl {
        font-size: 12vw;
        margin-bottom: 7px;
    }

    .top_reason_sec .ttl_box .ttl {
        font-size: 3.5vw;
    }

    .top_reason_sec .text_box {
        width: 100%;
        margin-left: 0;
        margin-top: 24px;
		text-align: left;
    }

    .top_reason_sec .text_box .text {
        font-size: 3.5vw;
        letter-spacing: 0.07em;
        line-height: 2;
    }

    .top_reason_sec .text_box .text+.text {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .common_btn {
        width: 75%;
        height: 60px;
    }

    .common_btn a {
        line-height: 63px;
    }

    .top_service_sec {
        padding: 55px 0 55px;
    }

    .top_service_sec .top_ttl {
        margin-bottom: 0px;
        margin-right: -5vw;
        text-align: right;
    }

    .top_service_sec .top_ttl .ttl {
        font-size: 16vw;
        line-height: 1;
    }

    .top_service_sec .service_box+.service_box {
        margin-top: 60px;
    }

    .top_service_sec .service_box .img {
        position: relative;
        width: 100%;
        top: auto;
        bottom: auto;
        height: 55vw;
    }

    .top_service_sec .service_box:nth-child(odd) .img {
        left: auto;
    }

    .top_service_sec .service_box:nth-child(even) .img {
        right: auto;
    }

    .top_service_sec .service_box .text_box {
        width: 100%;
    }

    .top_service_sec .service_box:nth-child(odd) .text_box {
        margin-left: 0;
    }

    .top_service_sec .service_box:nth-child(even) .en_ttl_box {
        text-align: left;
    }

    .top_service_sec .service_box .text_box .en_ttl_box .en_ttl {
        font-size: 7vw;
        margin-bottom: 25px;
        animation-timing-function: cubic-bezier(0.83, 0.38, 0.17, 1);
        width: 45vw;
        padding: 1vw 0;
    }

    .top_service_sec .service_box .text_box .en_ttl_box .en_ttl:before {
        top: -8px;
        bottom: -8px;
        left: -3vw;
        right: -3vw;
        transform: skew(-20deg);
    }

    .top_service_sec .service_box.mastering .text_box .cont {
        padding-left: 0;
    }

    .top_service_sec .service_box.mix .text_box .cont {
        padding-right: 0;
    }

    .top_service_sec .service_box.mix .text_box {
        text-align: left;
    }

    .top_service_sec .service_box .text_box .ttl {
        font-size: 4.5vw;
        letter-spacing: 0.1em;
        margin-bottom: 10px;
    }

    .top_service_sec .service_box .text_box .text {
        font-size: 3.5vw;
        line-height: 1.9;
        margin-bottom: 40px;
    }

    .top_service_sec .service_box .text_box .common_circle_btn {
        margin-left: auto;
    }

    .common_circle_btn {
        width: 35vw;
    }

    .common_circle_btn .label {
        font-size: 3.6vw;
    }

    .common_circle_btn .btn_circle {
        width: 11vw;
        height: 11vw;
    }

    .circleButton__circle__arc {
        height: 11vw;
        width: 11vw;
    }

    .circleButton__circle__arc circle {
        display: none;
    }

    .common_circle_btn .arrow {
        right: 18px;
        width: 7px;
    }

    .top_price_sec {
        padding: 55px 0 55px;
    }

    .top_price_sec .common_h2_box {
        margin-bottom: 25px;
    }

    .common_h2_box .en_ttl {
        font-size: 10vw;
        margin-bottom: 5px;
    }

    .top_case_sec .top_text .common_h2_box::before {
        margin: 0 auto;
    }

    .common_h2_box::before {
        width: 70px;
    }

    .common_h2_box .ttl {
        font-size: 3.5vw;
    }

    .top_price_sec .price_list {
        margin-bottom: 50px;
        display: block;
    }

    .top_price_sec .price_list li {
        width: 100%;
        padding: 40px 3.5vw 35px;
    }

    .top_price_sec .price_list li+li {
        margin-top: 40px;
    }

    .top_price_sec .price_list li:before {
        width: 70vw;
        height: 6px;
    }

    .top_price_sec .price_list li .ttl_box {
        padding-bottom: 15px;
        margin-bottom: 23px;
    }

    .top_price_sec .price_list li .ttl_box .en_ttl {
        font-size: 6vw;
    }

    .top_price_sec .price_list li .ttl_box .ttl {
        font-size: 3.5vw;
        letter-spacing: 0.1em;
    }

    .top_price_sec .price_list li .price_box {
        margin-bottom: 20px;
		width: 75%;
    }

    .top_price_sec .price_list li .price_box .num_box {
        margin-bottom: 2px;
    }

    .top_price_sec .price_list li .price_box .num_box .price {
        font-size: 4vw;
        letter-spacing: 0.1em;
    }

    .top_price_sec .price_list li .price_box .num_box .price .num {
        font-size: 9vw;
        margin: 0 2vw;
    }

    .top_price_sec .price_list li .price_box .num_box .sub {
        font-size: 3.5vw;
        letter-spacing: 0.1em;
    }

    .top_price_sec .price_list li .price_box .num_box .sub .sura {
        margin: 10px;
    }

    .top_price_sec .price_list li .price_box .sub_info {
        font-size: 3.5vw;
    }

    .top_price_sec .price_list li .text_box {
        padding: 3vw;
    }

    .top_price_sec .price_list li .text_box .text {
        font-size: 3.4vw;
        letter-spacing: 0.1em;
        line-height: 1.8;
    }

    .top_price_sec .common_btn {
        margin: 0 auto;
    }

    .top_flow_sec {
        padding: 55px 0 55px;
    }

    .top_flow_sec .common_h2_box {
        margin-bottom: 35px;
    }

    .top_flow_sec .flow_list ul li {
        width: 100%;
        padding: 0 0 35px;
        border-bottom: 1px solid #fff;
    }

    .top_flow_sec .flow_list ul li+li {
        margin-top: 35px;
    }

    .top_flow_sec .flow_list ul li:before {
        display: none;
    }

    .top_flow_sec .flow_list ul li:nth-child(3n + 1)::before {
        display: none;
    }

    .top_flow_sec .flow_list ul li:after {
        display: none;
    }

    .top_flow_sec .flow_list ul li .num {
        font-size: 12vw;
        left: -2vw;
        top: -1vw;
    }

    .top_flow_sec .flow_list ul li:nth-child(2) .num {
        animation-delay: 0s;
    }

    .top_flow_sec .flow_list ul li:nth-child(3) .num {
        animation-delay: 0s;
    }

    .top_flow_sec .flow_list ul li:nth-child(4) .num {
        animation-delay: 0s;
    }

    .top_flow_sec .flow_list ul li:nth-child(5) .num {
        animation-delay: 0s;
    }

    .top_flow_sec .flow_list ul li:nth-child(6) .num {
        animation-delay: 0s;
    }

    .top_flow_sec .flow_list ul li .num_border {
        left: -2.5vw;
        top: 23vw;
        width: 36.5vw;
    }

    .top_flow_sec .flow_list ul li .img {
        width: 100%;
        height: 50vw;
        margin-bottom: 15px;
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 20vw, 20vw 0);
    }

    .top_flow_sec .flow_list ul li .ttl {
        font-size: 4.3vw;
        margin-bottom: 10px;
    }

    .top_flow_sec .flow_list ul li .text {
        font-size: 3.4vw;
        line-height: 1.8;
    }

    .top_engineer_sec {
        padding: 55px 0 55px;
    }

    .top_engineer_sec .text_slider:last-of-type {
        bottom: -35px;
    }

    .top_engineer_sec .text_slider ul li {
        font-size: 25vw;
    }

    .top_engineer_sec .text_slider ul li+li {
        margin-left: 1vw;
    }

    .top_engineer_sec .staff_list {
        margin: 10px 0 0;
    }

    .top_engineer_sec .staff_list li+li {
        margin-top: 75px;
    }

    .top_engineer_sec .staff_list li .img {
        position: relative;
        bottom: auto;
        width: 95vw;
        height: 105vw;
        margin-bottom: 50px;
    }

    .top_engineer_sec .staff_list li.yoshida .img {
        top: auto;
        left: -5vw;
    }

    .top_engineer_sec .staff_list li.inui .img {
        top: auto;
        right: 0vw;
    }

    .top_engineer_sec .staff_list li .text_box {
        width: 100%;
    }

    .top_engineer_sec .staff_list li:nth-child(odd) .text_box {
        margin-left: 0;
    }

    .top_engineer_sec .staff_list li .text_box .en_name {
        position: absolute;
        top: -73px;
        font-size: 12vw;
        margin-bottom: 0;
        left: 32vw;
    }

    .top_engineer_sec .staff_list li:nth-child(odd) .text_box .en_name {
        margin-left: 0;
        left: 28vw;
    }

    .top_engineer_sec .staff_list li:nth-child(odd) .text_box .info_box {
        margin-right: 0;
    }

    .top_engineer_sec .staff_list li:nth-child(even) .text_box .info_box {
        margin-left: 0;
    }

    .top_engineer_sec .staff_list li .text_box .info_box {
        padding: 0;
    }

    .top_engineer_sec .staff_list li .text_box .info_box:before {
        display: none;
    }

    .top_engineer_sec .staff_list li .text_box .info_box .name {
        font-size: 4.3vw;
        margin-bottom: 18px;
    }

    .top_engineer_sec .staff_list li .text_box .info_box .text {
        font-size: 3.5vw;
        line-height: 2;
        margin-bottom: 38px;
    }

    .top_engineer_sec .staff_list li .common_circle_btn {
        margin-left: auto;
    }

    .top_case_sec {
        padding: 55px 0 55px;
    }

    .gray_back_wrap .gray_back {
        top: 250px;
        width: 100vw;
    }

    .top_case_sec .top_text {
        display: block;
        margin-bottom: 35px;
    }

    .top_case_sec .top_text .ttl_box .en_ttl {
        font-size: 10vw;
        margin-right: 2vw;
    }

    .top_case_sec .top_text .ttl_box .ja_ttl {
        font-size: 3.5vw;
    }

    .top_case_sec .slider_wrap {
        width: 100%;
        padding: 0 5vw;
        left: 0;
        overflow: visible;
        margin-bottom: 45px;
    }

    .case_slider.case_archive li {
        width: 100%;
    }

    .case_slider.case_archive {
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }

    /* DIRECTION CONTROLS (NEXT / PREV) */
    .top_case_sec .slider_wrap .bx-wrapper .bx-prev {
        left: -2.5vw;
        background-image: url(/soundworks/wp-content/uploads/2022/06/bx_prev.png);
    }

    .top_case_sec .slider_wrap .bx-wrapper .bx-next {
        right: -2.5vw;
        background-image: url(/soundworks/wp-content/uploads/2022/06/bx_next.png);
    }

    .top_case_sec .slider_wrap .bx-wrapper .bx-controls-direction a {
        top: 50%;
        margin-top: -55px;
        width: 10vw;
        height: 10vw;
    }

    .case_archive li {
        width: 100%;
    }

    .case_archive li .img {
        /* height: 45vw; */
    }

    .case_archive li .img::before {
        display: none;
    }

    .case_archive li .text_box {
        margin-left: 2.5vw;
        padding: 20px 2.5vw;
    }

    .case_archive li .text_box:before {
        top: 22px;
    }

    .case_archive li .text_box .ttl {
        font-size: 4.3vw;
        height: auto;
        margin-bottom: 15px;
    }

    .case_archive li .info_box {
        display: block;
    }

    .case_archive li .text_box .cat {
        padding: 5px 10px;
        font-size: 3.2vw;
    }

    .case_archive li .text_box .data_box {
        display: block;
    }

    .top_equipment_sec {
        padding: 55px 0 55px;
    }

    .top_equipment_sec .common_h2_box {
        margin-bottom: 40px;
    }

    .top_equipment_sec .equipment_list {
        padding: 0;
        margin-bottom: 55px;
    }

    .top_equipment_sec .equipment_list li {
        width: 100%;
    }

    .top_equipment_sec .equipment_list li+li {
        margin-top: 55px;
    }

    .top_equipment_sec .equipment_list li a .cat {
        font-size: 7vw;
        left: -2vw;
        top: -5px;
        white-space: nowrap;
    }

    .top_equipment_sec .equipment_list li a .img_wrap {
        width: 100%;
        height: 40vw;
        padding: 5vw 5vw;
        margin-bottom: 17px;
    }

    .top_equipment_sec .equipment_list li a .img_wrap:before {
        display: none;
    }

    .top_equipment_sec .equipment_list li a .text_box {
        padding: 0;
    }

    .top_equipment_sec .equipment_list li a .text_box .name {
        font-size: 4.5vw;
        margin-bottom: 8px;
    }

    .top_equipment_sec .equipment_list li a .text_box .text {
        font-size: 3.4vw;
    }

    .top_equipment_sec .equipment_list li .circle_btn {
        right: -2.5vw;
        top: 33vw;
        width: 11vw;
        height: 11vw;
        left: auto;
    }

    .circleButton__circle__arc2 circle {
        display: none;
    }

    .top_equipment_sec .equipment_list li .circle_btn .cont {
        width: 100%;
        height: 100%;
    }

    .top_equipment_sec .equipment_list li .circle_btn .arrow {
        width: 2vw;
    }

    .circleButton__circle__arc2 {
        height: 11vw;
        width: 11vw;
    }

    .top_faq_sec {
        padding: 55px 0 110px;
    }

    .top_faq_sec .common_h2_box {
        margin-bottom: 30px;
    }

    .top_faq_sec .faq_list ul {
        padding-left: 0px;
    }

    .top_faq_sec .faq_list ul li+li {
        margin-top: 20px;
    }

    .top_faq_sec .faq_list ul li {
        padding: 0 2.5vw;
    }

    .top_faq_sec .faq_list ul li .q_box {
        padding: 20px 0;
    }

    .top_faq_sec .faq_list ul li .q_box::before {
        right: 0;
        width: 3vw;
        height: 3vw;
    }

    .top_faq_sec .faq_list ul li .en_box {
        width: 8vw;
        height: 8vw;
        margin-right: 3vw;
    }

    .top_faq_sec .faq_list ul li .en_box .en {
        font-size: 4vw;
    }

    .top_faq_sec .faq_list ul li .text {
        padding-right: 6vw;
    }

    .top_faq_sec .faq_list ul li .q_box .text {
        font-size: 4vw;
    }

    .top_faq_sec .faq_list ul li .a_box .text {
        padding-top: 15px;
        font-size: 3.4vw;
        padding-right: 0;
    }

    .top_faq_sec .faq_list ul li .a_box {
        margin-top: 10px;
        padding: 20px 0;
    }

    .column_banner_sec {
        padding: 55px 0 30vw;
    }

    .column_banner_sec .banner_box a {
        padding: 45px 5vw 40px;
    }

    .column_banner_sec .banner_box a:before {
        top: 2.5vw;
        bottom: 2.5vw;
        left: 2.5vw;
        right: 2.5vw;
    }

    .column_banner_sec .banner_box .text_box .designs {
        position: absolute;
        top: -14vw;
        left: -8vw;
        transform: rotate(-10deg);
        color: #569ca4;
        font-size: 9vw;
    }

    .column_banner_sec .banner_box .text_box .top_text {
        font-size: 10vw;
        margin-bottom: 8px;
    }

    .column_banner_sec .banner_box .text_box .en_text {
        font-size: 6.5vw;
        margin-bottom: 12px;
    }

    .column_banner_sec .banner_box .text_box .text {
        font-size: 3.4vw;
        line-height: 1.5;
    }

    .column_banner_sec .big_circle_btn {
        right: -2vw;
        top: auto;
        bottom: -2vw;
    }

    .big_circle_btn {
        width: 10vw;
        height: 10vw;
    }

    .big_circle_btn .arrow {
        width: 2vw;
    }

    .big_circleButon__circle__arc {
        height: 10vw;
        width: 10vw;
    }

    .big_circleButton__circle__arc circle {
        display: none;
    }

    .column_banner_sec .banner_box a:hover .big_btn_circle .big_circleButton__circle__arc circle {
        stroke-dashoffset: 0px;
    }

    .footer_contact a {
        padding: 60px 0;
    }

    .footer_contact .top_text {
        padding-bottom: 17px;
        margin-bottom: 25px;
    }

    .footer_contact .top_text .en_text {
        font-size: 10vw;
    }

    .footer_contact .top_text .ttl {
        font-size: 3.5vw;
    }

    .footer_contact .big_circle_btn {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .footer_contact .big_circle_btn .cont {
        display: block;
    }

    .footer_contact a:hover .big_btn_circle .big_circleButton__circle__arc circle {
        display: none;
    }

    .footer_contact .text_box .text {
        font-size: 3.5vw;
    }

    .footer_cont_block {
        padding: 55px 0 30px;
    }

    .footer_cont_block .logo {
        width: 60vw;
        margin: 0 auto 40px;
    }

    .footer_cont_block .link_list {
        display: none;
    }

    .footer_cont_block .sub_link {
        padding-bottom: 30px;
        margin-bottom: 15px;
    }

    .footer_cont_block .sub_link li+li {
        margin-left: 15vw;
    }

    .footer_cont_block .sub_link li:before {
        left: -7.5vw;
        height: 14px;
    }

    .footer_cont_block .sub_link li a {
        font-size: 3.2vw;
    }

    .footer_cont_block .copyright {
        font-size: 3vw;
    }

    /*********************************************
    * PC固定ページ 共通設定
    *********************************************/

    .common_page {
        padding: 20vw 0 23vw;
    }

    p.reserve_text {
        font-size: 6vw;
    }

    .common_page_main {
        padding: 80px 0 20px;
    }

    .common_page_main .text_box .en_ttl {
        font-size: 8vw;
        margin-bottom: 10px;
    }

    .common_page_main .text_box .ttl {
        font-size: 3.6vw;
        margin-bottom: 10px;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.8vw;
    }

    .page_h2_box {
        display: block;
        padding-bottom: 0;
        border-bottom: none;
    }

    .page_h2_box .en_ttl {
        font-size: 7vw;
        margin-bottom: 5px;
    }

    .page_h2_box .ttl {
        font-size: 3.5vw;
    }

    /* エンジニア */

    .engineer_page .engineer_pro_sec {
        padding: 0 0 15vw;
    }

    .engineer_page .engineer_pro_sec .common_h2_box {
        margin-bottom: 20px;
    }

    .engineer_pro_sec .box .img {
        position: relative;
        top: 0;
        left: auto;
        right: 0;
        width: 95vw;
        margin-bottom: 20px;
    }

    .engineer_pro_sec .box .text_box {
        margin-left: 0;
        width: 100%;
        padding-top: 0;
    }

    .engineer_pro_sec .box .text_box .info_text {
        font-size: 3.5vw;
        line-height: 2;
        margin-bottom: 40px;
    }

    .engineer_pro_sec .box .text_box .block+.block {
        margin-top: 40px;
    }

    .engineer_pro_sec .box .text_box .block .sub_ttl {
        font-size: 4.2vw;
        padding-left: 4vw;
        border-left: 2px solid #569ca4;
        margin-bottom: 20px;
    }

    .engineer_pro_sec .box .text_box .block .works_box {
        display: block;
    }

    .engineer_pro_sec .box .text_box .block .works_box+.works_box {
        margin-top: 15px;
    }

    .engineer_pro_sec .box .text_box .block .works_box .artist {
        width: 100%;
        margin-right: 0;
        font-size: 4vw;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .engineer_pro_sec .box .text_box .block .works_box .works_text {
        font-size: 3.5vw;
    }

    .engineer_pro_sec .box .text_box .block .works_box .works_text+.works_text {
        margin-top: 5px;
    }

    .engineer_pro_sec .box .text_box .block .text {
        font-size: 3.5vw;
        line-height: 2;
    }

    .engineer_page .engineer_woks_sec .common_h2_box {
        margin-bottom: 30px;
    }

    .engineer_woks_sec .list ul {
        display: block;
    }

    .engineer_woks_sec .list ul li {
        width: 100%;
        margin-bottom: 35px;
    }

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

    .engineer_woks_sec .list ul li .movie_wrap {
        width: 100%;
        height: 50vw;
        margin-bottom: 20px;
    }

    .engineer_woks_sec .list ul li .text_box {
        padding-left: 3vw;
    }

    .engineer_woks_sec .list ul li .text_box .text {
        font-size: 3.7vw;
    }

    .engineer_woks_sec .list ul li .text_box .text .name {
        margin-left: 2vw;
        font-size: 4vw;
    }

    .engineer_woks_sec .sub_list {
        max-width: 90%;
    }

    .engineer_woks_sec .sub_list ul::before {
        content: none;
    }

    .engineer_woks_sec .sub_list ul::after {
        content: none;
    }

    .engineer_woks_sec .sub_list ul {
        gap: 0;
    }

    .engineer_woks_sec .sub_list ul li {
        width: 100%;
    }

    .engineer_woks_sec .sub_list ul li + li {
        margin-top: 6vw;
    }

    /* サービス説明 */

    .service_info_sec .block {
        padding-bottom: 55px;
        border-bottom: 1px solid #fff;
    }

    .service_info_sec .block+.block {
        margin-top: 60px;
    }

    .service_info_sec .block:nth-child(odd) .ttl_wrap {
        text-align: left;
    }

    .service_info_sec .block .ttl_wrap {
        margin-bottom: 20px;
    }

    .service_info_sec .block .box {
        width: 90vw;
        margin: 0 auto;
        display: block;
    }

    .service_info_sec .block .box .img {
        width: 100%;
        height: 55vw;
        margin-bottom: 15px;
    }

    .service_info_sec .block .box .text_box {
        width: 100%;
    }

    .service_info_sec .block .box .text_box .text {
        font-size: 3.5vw;
        letter-spacing: 0.08em;
        line-height: 2;
    }

    /* 選ばれる理由 */

    .reason_page .reason_info_sec {
        padding: 90px 0;
    }

    .reason_page .reason_info_sec .ttl {
        letter-spacing: 0.1em;
        font-size: 6vw;
        margin-bottom: 25px;
    }

    .reason_page .reason_info_sec .text {
        text-align: left;
        font-size: 3.5vw;
        line-height: 2.2;
        padding: 0;
    }

    .reason_list_sec {
        padding-top: 90px;
    }

    .reason_list_sec .common_h2_box {
        margin-bottom: 30px;
    }

    .reason_list_sec .list li+li {
        margin-top: 50px;
    }

    .reason_list_sec .list li {
        width: 100%;
        display: block;
    }

    .reason_list_sec .list li .img {
        width: 100%;
        height: 50vw;
        margin-bottom: 20px;
    }

    .reason_list_sec .list li .text_box {
        width: 100%;
    }

    .reason_list_sec .list li .text_box .ttl_box {
        margin-bottom: 10px;
    }

    .reason_list_sec .list li .text_box .ttl_box .ttl {
        font-size: 4.3vw;
    }

    .reason_list_sec .list li .text_box .ttl_box .num {
        font-size: 6vw;
        margin-right: 2vw;
    }

    .reason_list_sec .list li .text_box .text {
        font-size: 3.5vw;
        line-height: 2;
    }

    /* 料金 */

    .price_list_sec .list ul:after {
        display: none;
    }

    .price_list_sec .list ul {
        display: block;
    }

    .price_list_sec .list li {
        width: 100%;
        padding: 40px 3.5vw 35px;
        margin-bottom: 0;
    }

    .price_list_sec .list li+li {
        margin-top: 40px;
    }

    .price_list_sec .list li .ttl_box {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .price_list_sec .list li .ttl_box .en_ttl {
        font-size: 6vw;
        margin-bottom: 5px;
    }

    .price_list_sec .list li .ttl_box .ttl {
        font-size: 3.5vw;
    }

    .price_list_sec .list li .price_box {
        margin-bottom: 16px;
    }

    .price_list_sec .list li .price_box .num_box {
        margin-bottom: 2px;
    }

    .price_list_sec .list li .price_box .num_box .price {
        font-size: 4vw;
    }

    .price_list_sec .list li .price_box .num_box .price .num {
        font-size: 9vw;
        margin: 0 2vw;
    }

    .price_list_sec .list li .price_box .num_box .sub {
        font-size: 3.5vw;
    }

    .price_list_sec .list li .price_box .num_box .sub .sura {
        margin: 0 2vw;
    }

    .price_list_sec .list li .price_box .sub_info {
        font-size: 3.5vw;
    }

    .price_list_sec .list li .option_list {
        padding: 20px 3vw 17px;
        background-color: rgba(255, 255, 255, 0.05);
    }

    .price_list_sec .list li .option_list .option_box {
        display: block;
        text-align: left;
    }

    .price_list_sec .list li .option_list .option_box+.option_box {
        margin-top: 12px;
    }

    .price_list_sec .list li .option_list .option_box .label {
        width: 100%;
        margin-right: 0;
        font-size: 3.8vw;
        margin-bottom: 2px;
    }

    .price_list_sec .list li .option_list .option_box .data {
        font-size: 4.3vw;
    }

    /* 機材紹介 */

    .equipment_list_sec .list ul {
        display: block;
    }

    .equipment_list_sec .list li {
        width: 100%;
        margin-bottom: 35px;
    }

    .equipment_list_sec .list li:nth-last-child(-n + 2) {
        margin-bottom: 35px;
    }

    .equipment_list_sec .list li:last-child {
        margin-bottom: 0;
    }

    .equipment_list_sec .list li .img_wrap {
        height: 40vw;
        padding: 5vw 5vw;
        margin-bottom: 20px;
    }

    .equipment_list_sec .list li .name {
        font-size: 4.3vw;
        margin-bottom: 5px;
    }

    .equipment_list_sec .list li .cat {
        padding: 5px 3vw;
        font-size: 3.4vw;
        margin-bottom: 20px;
    }

    .equipment_list_sec .list li .text {
        font-size: 3.4vw;
        letter-spacing: 0.08em;
        line-height: 2.2;
    }

    .equipment_list_sec .list li .text+.text {
        margin-top: 7px;
    }

    /*********************************************
     * SP固定ページ お問い合わせ
     *********************************************/

    section#page-contact .progressbar {
        margin-bottom: 30px;
    }

    section#page-contact table {
        width: 100%;
        margin-bottom: 10vw;
    }

    section#page-contact table th,
    section#page-contact table td {
        font-size: 4vw;
        display: block;
        padding: .5em 0 1em;
    }

    section#page-contact table th {
        width: 100%;
        text-align: left;
    }

    section#page-contact table td {
        width: 100%;
    }

    section#page-contact input[type="text"],
    section#page-contact input[type="email"],
    section#page-contact #zip {
        width: 100%;
        height: 12vw;
    }

    section#page-contact input.tel {
        width: 29%;
    }

    section#page-contact select {
        width: 100%;
    }

    section#page-contact textarea {
        width: 100%;
        height: 60vw;
    }

    section#page-contact div#btn_wrap button {
        width: 100%;
        line-height: 16vw;
        font-size: 4.2vw;
    }

    section#page-contact div#btn_wrap button[name="submitBack"] {
        margin-right: 0;
        margin-bottom: 4vw;
    }

    span.mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    section#page-contact p.attention {
        font-size: 3vw;
    }

    /* サンクスページ */
    section#page-contact .thanks_textArea p {
        font-size: 4vw;
    }

    section#page-contact .thanks_textArea p.contact_text {
        margin-bottom: 2em;
    }

    section#page-contact .thanks_textArea a.ichiran_link {
        width: 100%;
        line-height: 15vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    section#page-contact .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }

    section#page-contact .progressbar .item:not(:last-child)::before,
    section#page-contact .progressbar .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }

    /*********************************************
     * SP固定ページ 個人情報保護方針
     *********************************************/
    section.privacy_page p.main_text {
        font-size: 3.5vw;
    }

    section.privacy_page dl {
        margin-bottom: 10vw;
    }

    section.privacy_page dl dt {
        font-size: 4vw;
    }

    section.privacy_page dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /*********************************************
     * SP固定ページ 404ページ
     *********************************************/
    section#page-404 p.num {
        font-size: 20vw;
        line-height: 1.5;
    }

    section#page-404 p.text {
        font-size: 3.5vw;
    }

    /*********************************************
     * SP投稿ページ アーカイブページ
     *********************************************/

    .wp-pagenavi a,
    .wp-pagenavi span {
        padding: 3vw 5vw;
        font-size: 4vw;
    }

    /* 事例アーカイブページ */

    .case_archive_page .case_archive::before {
        display: none;
    }

    .case_archive_page .case_archive::after {
        display: none;
    }

    .case_archive_page .case_archive_wrap {
        max-width: 90%;
    }

    .case_archive_page .case_archive li {
        width: 100%;
        margin-bottom: 40px;
    }

    .case_archive_page .case_archive li:last-child {
        margin-bottom: 0;
    }

    /* アーカイブページ */

    .archive_page .recommend_box {
        margin-bottom: 70px;
    }

    .archive_page .recommend_box .top_text {
        margin-bottom: 30px;
    }

    .archive_page .recommend_box .top_text .ttl {
        padding-left: 5vw;
        font-size: 4.8vw;
    }

    .archive_page .recommend_box .list ul:before {
        display: none;
    }

    .archive_page .recommend_box .list ul:after {
        display: none;
    }

    .archive_page .recommend_box .list li {
        width: 100%;
    }

    .archive_page .recommend_box .list li+li {
        margin-top: 25px;
    }

    .archive_page .recommend_box .list li a {
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
    }

    .archive_page .recommend_box .list li a:before {
        display: none;
    }

    .archive_page .recommend_box .list li a .img {
        height: 50vw;
        margin-bottom: 10px;
    }

    .archive_page .recommend_box .list li a .img .noimage {
        font-size: 4vw;
    }

    .archive_page .recommend_box .list li a .date {
        font-size: 3.2vw;
        margin-bottom: 8px;
    }

    .archive_page .recommend_box .list li a .ttl {
        font-size: 4vw;
    }

    .archive_page .archive_page_list li {
        padding-bottom: 15px;
        border-bottom: 1px solid #4F4F4F;
    }

    .archive_page .archive_page_list li+li {
        margin-top: 15px;
    }

    .archive_page .archive_page_list li a .img {
        width: 30%;
        height: 20vw;
    }

    .archive_page .archive_page_list li a .img .noimage {
        font-size: 3.3vw;
    }

    .archive_page .archive_page_list li a .text_box {
        width: 67%;
    }

    .archive_page .archive_page_list li a .text_box .date {
        font-size: 3vw;
        margin-bottom: 5px;
    }

    .archive_page .archive_page_list li a .text_box .ttl {
        font-size: 3.8vw;
        line-height: 1.5;
        margin-bottom: 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .archive_page .archive_page_list li a .text_box .text {
        display: none;
    }

    /*********************************************
     * SP投稿ページ シングルページ
     *********************************************/
    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .single_title {
        margin-bottom: 10vw;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list {
        margin-bottom: 2vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
    }

    .singleContent h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }



    .singleContent p {
        font-size: 3.5vw;
    }

    div#single_page .singleContent {
        width: 100%;
    }

    div#single_page .singleContent a.ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    div#single_page .singleContent a.ichiran_link:hover {
        opacity: 1;
    }

    div#single_page .singleSidebar {
        display: none;
    }

    .tuiju_sp a {
        padding: 3vw 0;
        justify-content: center;
        width: 70vw;
        border: solid 1px #fff;
        margin: 0 auto;
    }

    .tuiju_sp a .en_text {
        font-size: 4.2vw;
        color: #fff;
        letter-spacing: 0.01em;
        padding-top: 0.4vw;
    }

    .tuiju_sp a .icon {
        width: 6vw;
        margin-right: 5vw;
        margin-left: -9vw;
    }

    .tuiju_sp {
        background: rgb(97 181 184);
        padding: 3vw;
        position: fixed;
        z-index: 99;
        bottom: 0;
        left: 0;
        right: 0;
    }

    /*********************************************
     * SP固定ページ サイトマップ
     *********************************************/
    ul#sitemap_list li {
        margin: 0;
    }

    .mv_icon {
        width: 80vw;
        bottom: -20px;
    }

    .service_icon {
        top: -11.5vw;
        left: 0vw;
        width: 23vw;
    }

    .service_box {
        margin-bottom: 0;
    }

    .flow_icon {
        width: 30vw;
        top: -13vw;
    }

    .contact_icon {
        width: 100%;
        top: -33vw;
        left: 0;
    }

    .dj_icon {
        width: 20vw;
        top: -17vw;
        left: 77vw;
    }

    .service_list {
        margin-top: 55px;
    }

    .top_case_sec .top_text .common_h2_box {
        text-align: center;
    }

    .top_case_sec .common_btn.pr {
        margin: 0 auto;
    }

    .modal__content{
        padding: 4vw;
        width: 90%;
    }

    a.js-modal-close {
        right: 0;
        top: -12vw;
        font-size: 7vw;
    }

}
/* ブログカード シンプルデザイン*/
.blog-card-long {
	margin: 0 0 1.8rem;
}
.card-link {
  display: block;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
  padding: 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #555;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
}
.card-link:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  color: #888;
  text-decoration: none;
  transform: translateY(-2px);
}
.blog-card-label-long{
	z-index: 1;
	display: inline-block;
    position: absolute;
	background-color: #f99f48;
    top: 10px;
	left: 10px;
	max-width: 120px;
	height: 25px;
	padding: 0 0.5rem;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    transform-origin: 50% 50%;
    animation: animScale 3.5s ease-out;
}
.card-link .blogcard-text {
  display: block;
  padding: 15px 13px;
  line-height: 1.6;
}
.card-link img {
  width: 100%;
}
.longcard-link {
  margin-bottom: 1.5em;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
.longcard-link img {
  padding: 10px 10px 0;
}
.longcard-img{
	position: relative;
}
.blogcard-title {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-card-excerpt-long {
	padding-top: .8em;
    font-size: .8em;
    line-height: 1.4;
	font-weight: normal;
    opacity: .8;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (min-width: 481px) {
	.card-link {
    	display: inline-block;
    	max-width: 310px;
    	margin-right: 20px;
 	}
	.longcard-link {
    	max-width: 100%;
    	display: table;
  	}
  	.longcard-img,
  	.card-link.longcard-link .blogcard-content {
    display: table-cell;
    vertical-align: middle;
  }
  .longcard-img {
    width: 40%;
  }
  .blogcard-content {
    width: 60%;
  }
  .longcard-img img {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 959px){
	.blog-card-excerpt-long {
		display: none;
	}
}