@charset "UTF-8";

/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


@font-face {
    font-family: 'high_summit';
    src: url('fonts/high_summit-webfont.woff2') format('woff2'),
        url('fonts/high_summit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --main-color: #000;
    --sub-color: #fff;
}

html,
button,
input,
select,
textarea,
.jp {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
}

.serif {
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-weight: 500;
}

.en {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 300;
}

.high-summit {
    font-family: 'high_summit', sans-serif;
    font-weight: normal;
}

body {
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
    overflow: hidden;
}

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: #F5F5F5;
    padding-block: 140px;
    margin-block: 0 1em;
}

.common_page_main .title_box {
    text-align: center;
}

.common_page_main .title_box .title {
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
}

.common_page_wrap {
    padding: 100px 0;
}

.not_found .text {
    text-align: center;
}

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

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #3E3E3E;
    letter-spacing: .08em;
}

.breadcrumb a {
    text-decoration: none;
    color: #3E3E3E;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

.contact_form_disc .caution {
    font-size: 14px;
}

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
}

.common_contact_form select.empty {
    color: #C7C4C4;
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
    opacity: .8;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: .5em 0;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E6E6E6;
    background: #F8F8F8;
    border-radius: 50%;
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

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

.mwform-checkbox-field label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

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

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    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 {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

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

#page_404 .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;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

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

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    -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;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-weight: bold;
}

.top-bg-movie {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-bg-movie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-bg-movie:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1A1A1A;
    mix-blend-mode: multiply;
    opacity: 0.6;
}

html::-webkit-scrollbar {
    width: 6px;
}

html::-webkit-scrollbar-track {
    background:
        linear-gradient(to right,
            transparent 0px,
            transparent 1px,
            #E5E5E5 1px,
            #E5E5E5 5px,
            transparent 5px,
            transparent 6px);
}

html::-webkit-scrollbar-thumb {
    background-color: #F8A836;
    border-radius: 0;
}


section#top-fv {
    width: 100%;
    height: 100vh;
    color: #fff;
}

section#top-fv .inner {
    height: 100%;
    position: relative;
    padding: 0 50px 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.top-fv__text {
    font-size: 100px;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;

}

.top-fv__text .small {
    font-size: 34px;
    width: 100%;
}

.top-fv__text .big {
    font-size: 130px;
    letter-spacing: 0.16em;
}

.top-fv__title {
    font-weight: 600;
    letter-spacing: 0.15em;
}

.top-fv__info {
    width: 455px;
}

.top-fv__info-title {
    font-size: 18px;
    letter-spacing: 0.16em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.top-fv__info-title:after {
    content: "";
    width: 160px;
    height: 1px;
    background: #fff;
}

ul.top-fv__info-list {
    font-size: 13px;
    height: 70px;
    overflow-y: scroll;
}

ul.top-fv__info-list::-webkit-scrollbar {
    width: 13px;
}

ul.top-fv__info-list::-webkit-scrollbar-track {
    background:
        linear-gradient(to right,
            transparent 0px,
            transparent 6px,
            #9F9F9F 6px,
            #9F9F9F 7px,
            transparent 7px,
            transparent 13px);
}

ul.top-fv__info-list::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 6px;
}

section.top-message {
    background: #fff;
    padding: 180px 0 240px;
    overflow: hidden;
    background-image: url(image/top-message-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top 30px;
}

.top-logos li.slick-slide {
    width: 280px;
    margin: 0 10px;
    line-height: 0;
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
}

.top-logos .slick-list {
    overflow: inherit;
}

.top-message__text {
    margin-bottom: 100px;
    padding-left: 70px;
}

.top-logos__slider01 {
    margin-bottom: 20px;
}

.top-message__title {
    font-size: 65px;
    margin-bottom: 50px;
}

.gray {
    color: #D6D6D6;
}

h2.top-message__title .gray {
    margin-right: 0.5em;
}

.top-message__text p {
    line-height: 1.8;
    letter-spacing: 0.12em;
}

.top-message__text p+p {
    margin-top: 1.8em;
}

section.top-reason {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(51, 51, 51, 1) 100%);
    border-radius: 90px;
    margin: -90px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.top-reason__textslider {
    font-size: 198px;
    line-height: 160px;
    color: #fff;
    opacity: 0.07;
}

.top-reason__head {
    text-align: center;
    padding: 50px 0 40px;
    color: #fff;
}

.top-reason__title {
    font-size: 32px;
    letter-spacing: 0.18em;
    margin-bottom: 30px;
}

.orange {
    color: #F8A836;
}

.top-reason__subtitle {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
}

.top-reason__list ul li {
    border-bottom: 1px solid #7E7E7E;
    height: 320px;
    color: #fff;
}

.top-reason__list ul li:first-child {
    border-top: 1px solid #7E7E7E;
}

.top-reason__content-title {
    margin-bottom: 20px;
    align-items: center;
}

.top-reason__content-title .num {
    width: 71px;
    height: 71px;
    background-image: url(image/num-object-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    font-size: 36px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 30px;
}

.top-reason__content-title-text-sub {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding-left: 87px;
}

.top-reason__content-title-text-main {
    font-size: 24px;
    letter-spacing: 0.26em;
    line-height: 1;
    margin-top: -1.7em;
}

.top-reason__content-title-text-main:first-letter {
    font-size: 74px;
    letter-spacing: 0.15em;
    transition: .2s;
}

.top-reason__description {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.02em;
}

.top-reason__list ul li {
    position: relative;
}

.top-reason__list ul li .wrap {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    z-index: 10;
}

.top-reason__list ul li:nth-child(2n) .wrap {
    justify-content: flex-end;
}

.top-reason__list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("image/top-reason-image-1.webp") center center / cover no-repeat;
    opacity: 0;
    pointer-events: none;
    transition: .2s;
}

.top-reason__list ul li.reason__item01:before {
    background-image: url("image/top-reason-image-1.webp");
}

.top-reason__list ul li.reason__item02:before {
    background-image: url("image/top-reason-image-2.webp");
}

.top-reason__list ul li.reason__item03:before {
    background-image: url("image/top-reason-image-3.webp");
}

.top-reason__list ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #1A1A1A;
    background: linear-gradient(90deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 1) 40%, rgba(102, 102, 102, 0) 100%);
    mix-blend-mode: multiply;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transition: .2s;
}

.top-reason__list ul li:nth-child(2n):after {
    background: #1A1A1A;
    background: linear-gradient(270deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 1) 40%, rgba(102, 102, 102, 0) 100%);
}

.top-reason__under {
    padding: 100px 0 40px;
}

.top-reason__under-menu ul li+li {
    margin-top: 40px;
}

.top-reason__under-menu ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.18em;
}

.top-reason__under-menu ul li a:before {
    content: "";
    width: 100px;
    height: 100px;
    border: 1px solid;
    margin-right: 30px;
    border-radius: 50%;
    background-image: url(image/arrow-white.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    transition: .2s;
}

section.top-interview {
    background: #fff;
    padding: 280px 0 220px;
}

.top-interview__title {
    margin-bottom: 50px;
    align-items: flex-end;
}

.top-interview__title .en {
    font-size: 70px;
    line-height: 1;
    margin-right: 30px;
}

.top-interview__title .jp {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.top-interview__list {
    gap: 60px;
}

.top-interview__list-card {
    width: 340px;
}

.top-interview__list-card .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.top-interview__list-card .image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 10px;
    transition: .2s;
}

.top-interview__list-card .image .logo {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 142px;
    height: 50px;
    border-radius: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-interview__list-card .image .logo img {
    width: 75%;
    height: 60%;
    object-fit: contain;
}

.top-interview__list-card .content {
    padding: 15px 0 0;
}

.top-interview__list-card a {
    display: block;
    position: relative;
}

.top-interview__list-card .content h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #333333;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.top-interview__list-card .content .info {
    font-size: 14px;
    color: #6E6E6E;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-right: 60px;
}

.top-interview__list-card .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #1A1A1A;
    border-radius: 50%;
    transition: .2s;
    background-image: url(image/arrow-black.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
}

.site-common-btn a {
    display: flex;
    width: 300px;
    height: 70px;
    border: 1px solid #1A1A1A;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    transition: .2s;
    color: #1A1A1A;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.top-interview__btn {
    position: absolute;
    right: 0;
    top: 0;
}

section.top-about {
    background: #F8F8F8;
    border-radius: 90px;
    margin: -90px 0;
    position: relative;
    z-index: 2;
    padding: 180px 0;
    background-image: url(image/top-about-web-bg.webp);
    background-repeat: no-repeat;
    background-size: 2000px;
    background-position: center bottom;
}

.top-about__title {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 60px;
}

.top-about__title span {
    font-size: 30px;
}

.top-about__data-item {
    width: 230px;
    text-align: center;
    height: 230px;
    border: 1px solid #E3E3E3;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.top-about__data-item+.top-about__data-item {
    margin-left: -30px;
}

.top-about__data-item__label {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.11em;
}

.top-about__data-item__label span {
    font-size: 12px;
}

.top-about__data-item__desc {
    font-size: 24px;
    width: 100%;
    letter-spacing: 0.54em;
    padding-left: 0.54em;
}

.top-about__data-item__value {
    font-size: 38px;
    line-height: 1;
}

.top-about__data-item__value span {
    font-size: 60px;
}

.top-about__text {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 2;
}

.top-about__text p+p {
    margin-top: 2em;
}

.top-about__content {
    margin-bottom: 120px;
}

.top-about__list ul {
    justify-content: space-between;
    row-gap: 80px;
}

.top-about__list ul li {
    width: 540px;
}

.top-about__list-title {
    margin-bottom: 40px;
}

.top-about__list-title .jp {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #333333;
}

.top-about__list-title .jp span {
    font-size: 16px;
}

.top-about__list-title .en {
    color: #F8A836;
}

.top-about__list-content {
    font-size: 14px;
    color: #333;
    line-height: 2;
    letter-spacing: 0.01em;
}

.top-about__list-content p+p {
    margin-top: 2em;
}

.top-about__list ul li a {
    display: block;
    height: 100%;
    border-bottom: 1px solid rgb(0 0 0 / 50%);
    padding-bottom: 40px;
    position: relative;
}

.top-about__list-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #1A1A1A;
    border-radius: 50%;
    background-image: url(image/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    transition: .2s;
}

section.top-flow {
    background: #fff;
    padding: 230px 0 150px;
}

.top-flow__title {
    text-align: center;
}

.top-flow__title .en {
    font-size: 20px;
}

.top-flow__title .jp {
    font-size: 32px;
    letter-spacing: 0.18em;
    margin-bottom: 20px;
}

.top-flow__desc {
    text-align: center;
    margin-bottom: 70px;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.top-flow__desc b {
    font-size: 18px;
}

.top-flow__type-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

.top-flow__type-title:before,
.top-flow__type-title:after {
    content: "";
    width: 350px;
    height: 1px;
    background: #1A1A1A;
}

.top-flow__type ul {
    justify-content: center;
    gap: 0 30px;
}

.top-flow__type ul li {
    width: 300px;
}

.top-flow__type {
    margin-bottom: 50px;
}

.top-flow__type ul li a {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #1A1A1A;
    color: #1A1A1A;
    position: relative;
    transition: .2s;
    height: 80px;
}

.top-flow__type ul li a .text {
    font-weight: 500;
    line-height: 1;
}

.top-flow__type ul li a .text .en {
    font-size: 20px;
    margin-right: 10px;
    font-weight: 400;
    vertical-align: middle;
}

.top-flow__type ul li a .arrow {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 15px;
    bottom: 15px;
    border: solid #1A1A1A;
    border-width: 0 1px 1px 0;
    transition: .2s;
}

.top-flow__type ul li a .arrow:before {
    content: "";
    width: 18px;
    height: 1px;
    background: #1A1A1A;
    position: absolute;
    transform: rotate(45deg);
    right: -3px;
    bottom: 5px;
    transition: .2s;
}

.top-flow__type ul li a .arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0px 0px 16px 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .2s;
}

.top-flow__content {
    padding: 70px 0 110px;
    position: relative;
    z-index: 1;
}

.top-flow__content:before {
    content: "";
    position: absolute;
    width: calc(50vw + 380px);
    height: 100%;
    top: 0;
    right: 190px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 16%);
    border-radius: 0 90px 90px 0;
    z-index: -1;
    background: #fff;
}

li.top-flow__content-item {
    display: flex;
    height: 200px;
    position: relative;
}

li.top-flow__content-item:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    background: #1A1A1A;
    left: 35px;
    bottom: 15px;
}

li.top-flow__content-item .flow-num {
    width: 77px;
    height: 71px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-image: url(image/num-object-black.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: left center;
    margin-right: 24px;
}

li.top-flow__content-item .flow-num .flow {
    font-size: 14px;
    position: absolute;
    transform: rotate(-90deg);
    left: 38px;
    top: 0;
    bottom: 0;
    text-align: center;
}

li.top-flow__content-item .flow-num .num {
    font-size: 30px;
}

li.top-flow__content-item:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    background: #1A1A1A;
    left: 35px;
    bottom: 15px;
}

li.top-flow__content-item .text .title {
    font-size: 18px;
    margin: 20px 0;
}

li.top-flow__content-item .text .desc {
    font-size: 14px;
}

li.top-flow__content-item:last-child:after {
    display: none;
}

.top-flow__content .top-flow__type ul {
    justify-content: flex-start;
    gap: 0 30px;
}

.top-flow__images {
    margin-top: -190px;
    position: relative;
}

.top-flow__images .sub01 {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 300px;
    right: -50px;
    top: -110px;
}

.top-flow__images .main {
    width: calc(50vw + 570px);
    height: 560px;
}

.top-flow__images .main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 0 90px;
}

.top-flow__images .sub01 img {
    border-radius: 10px;
}

.top-flow__images .sub02 {
    width: 280px;
    position: absolute;
    left: -50px;
    bottom: -115px;
}

.top-flow__images .sub02 img {
    border-radius: 10px;
}

section.top-works {
    background: #fff;
    padding: 150px 0;
}

.top-works__title {
    margin-bottom: 60px;
}

.top-works__title .en {
    font-size: 130px;
    line-height: 1;
}

.top-works__title-text h2 {
    background: #1A1A1A;
    font-size: 28px;
    letter-spacing: 0.18em;
    color: #fff;
    padding: 0 1em;
}

.top-works__title-text p {
    text-align: right;
    letter-spacing: 0.18em;
    margin-bottom: 5px;
}

.top-works__title-text {
    padding-top: 10px;
    margin-left: -30px;
}

.top-works__list ul {
    gap: 45px;
}

li.top-works__list-item {
    width: 350px;
}

.top-works__btn {
    margin-top: 70px;
}

.top-works__btn a {
    margin: 0 auto;
}

li.top-works__list-item a {
    display: block;
    height: 100%;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
}

li.top-works__list-item .image {
    height: 180px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

li.top-works__list-item .image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: .2s;
}

li.top-works__list-item .content {
    padding: 16px 20px 20px;
}

li.top-works__list-item .content .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 7px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

li.top-works__list-item .content .text {
    font-size: 14px;
    color: #6E6E6E;
    margin-bottom: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

li.top-works__list-item .content .cate {
    background: #333333;
    color: #fff;
    display: inline-block;
    padding: 0 1em;
    font-size: 12px;
    line-height: 2;
    border-radius: 20px;
    max-width: calc(100% - 60px);
}

li.top-works__list-item .content .arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid #1A1A1A;
    border-radius: 50%;
    right: 20px;
    bottom: 20px;
    transition: .2s;
    background-image: url(image/arrow-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
}

section.top-service {
    background: linear-gradient(to bottom, #333333 0%, #000000 100%);
    color: #fff;
    padding: 160px 0;
    border-radius: 0 0 90px 90px;
    margin-bottom: -90px;
    position: relative;
    z-index: 3;
}

section.top-faq {
    background: #F8F8F8;
    padding: 280px 0 140px;
    border-radius: 0 0 90px 90px;
    position: relative;
    z-index: 2;
    margin-bottom: -90px;
}

section.top-posts {
    padding: 250px 0 140px;
    background: #fff;
}

.top-service__title .en {
    font-size: 22px;
}

.top-service__title .jp {
    font-size: 32px;
    letter-spacing: 0.18em;
    line-height: 1.2;
}

.top-service__title {
    margin-bottom: 30px;
}

.top-service__desc {
    font-size: 14px;
    letter-spacing: 0.02em;
    margin-bottom: 70px;
    line-height: 1.8;
}

.top-service__content-title {
    align-items: center;
    margin-bottom: 40px;
}

.top-service__content-title .sevice-num {
    width: 98px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin-right: 30px;
    background-image: url(image/num-object-white.svg);
    background-repeat: no-repeat;
    background-size: 68px;
    background-position: left center;
}

.top-service__content-title .sevice-num .service {
    width: 100%;
    position: absolute;
    text-align: center;
    transform: rotate(-90deg);
    left: -8px;
    font-size: 14px;
}

.top-service__content-title .sevice-num .num {
    font-size: 34px;
}

.top-service__content-text .jp {
    font-size: 22px;
    letter-spacing: 0.11em;
}

.top-service__content-text .en {
    line-height: 1;
}

ul.top-service__content-list {
    gap: 15px;
}

ul.top-service__content-list li {
    width: 370px;
}

ul.top-service__content-list li a {
    color: #fff;
    border: 1px solid #626262;
    display: block;
    transition: .2s;
}

ul.top-service__content-list li .head {
    display: flex;
    height: 86px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #626262;
}

ul.top-service__content-list li .head h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.04em;
}

ul.top-service__content-list li .body {
    padding: 25px 20px;
    border-bottom: 1px solid #626262;
}

ul.top-service__content-list li .body .icon {
    text-align: center;
    margin-bottom: 25px;
}

ul.top-service__content-list li .body .text {
    font-size: 13px;
    height: 110px;
}

ul.top-service__content-list li .bottom {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
}

ul.top-service__content-list li .bottom .text {
    font-weight: bold;
    letter-spacing: 0.04em;
}

ul.top-service__content-list li .bottom .arrow {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
}

ul.top-service__content-list li .bottom .arrow:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    right: -4px;
    bottom: 6px;
}

ul.top-service__content-list li:nth-child(3n+2) {
    transform: translateY(50px);
}

ul.top-service__content-list li:nth-child(3n) {
    transform: translateY(90px);
}

.top-service__content+.top-service__content {
    margin-top: 160px;
    padding-top: 80px;
    border-top: 1px solid #626262;
}

ul.top-service__content-list li:nth-child(3n).top-service__content-list-titlein {
    transform: translateY(-30px);
}

.top-faq__title {
    text-align: center;
    margin-bottom: 30px;
}

.top-faq__title .en {
    font-size: 24px;
}

.top-faq__title .en span {
    font-size: 18px;
}

.top-faq__title .jp {
    font-size: 32px;
    letter-spacing: 0.18em;
}

.top-faq__question {
    background: #fff;
    padding: 15px 60px 15px 20px;
    border-radius: 10px;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.top-faq__question-label {
    background: #1A1A1A;
    border-radius: 50%;
    font-family: 'Helvetica', sans-serif;
    width: 60px;
    height: 60px;
    font-weight: bold;
    font-size: 26px;
    color: #F8A836;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.top-faq__question-text {
    font-size: 18px;
    letter-spacing: 0.06em;
}

.top-faq__question-mark {
    position: absolute;
    width: 22px;
    height: 2px;
    background: #F8A836;
    right: 30px;
    border-radius: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top-faq__question-mark:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #F8A836;
    border-radius: 3px;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s;
}

.opend .top-faq__question-mark:after {
    opacity: 0;
}

.top-faq__answer-inner {
    padding: 25px 30px;
}

.top-faq__answer-label {
    width: 40px;
    height: 40px;
    background: #F8A836;
    border-radius: 50%;
    color: #fff;
    font-family: 'Helvetica', sans-serif;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}

.top-faq__answer-text {
    font-size: 14px;
    letter-spacing: 0.06em;
}

.top-faq__item+.top-faq__item {
    margin-top: 15px;
}

.top-faq__btn {
    margin-top: 80px;
}

.top-faq__btn a {
    margin: 0 auto;
}

.top-posts__block {
    width: 550px;
}

section.top-posts .wrap {
    gap: 40px;
}

.top-posts__title {
    margin-bottom: 20px;
}

.top-posts__title .en {
    font-size: 14px;
}

.top-posts__title .jp {
    font-size: 24px;
    letter-spacing: 0.18em;
    line-height: 1.5;
}

.top-posts__desc {
    font-size: 13px;
    margin-bottom: 20px;
}

.top-posts__btn {
    margin-top: 40px;
}

.top-posts__btn a {
    margin: 0 auto;
}

.top-posts__list li a {
    padding: 20px 0;
    border-top: 1px solid #E2E2E2;
    align-items: center;
}

.top-posts__list-img {
    width: 210px;
    height: 130px;
    border-radius: 10px;
    overflow: hidden;
}

.top-posts__list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
    transition: .2s;
}

.top-posts__list-text {
    padding-left: 20px;
    width: calc(100% - 210px);
    position: relative;
}

.top-posts__list-text .title {
    font-size: 18px;
    font-weight: bold;
    color: #1A1A1A;
    padding-right: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.top-posts__list-text .arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #1A1A1A;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(image/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    transform: rotate(90deg);
    transition: .2s;
}

.top-posts__list-text .date {
    font-size: 14px;
    color: #1A1A1A;
}

.top-posts__list-text.-type02 .title {
    font-size: 16px;
    padding-right: 20px;
}

.top-posts__list-text .arrow-type02 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    color: #1A1A1A;
    font-weight: bold;
    margin-top: 10px;
}

.top-posts__list-text .arrow-type02:after {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #1A1A1A;
    border-radius: 50%;
    transition: .2s;
    background-image: url(image/arrow-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    margin-left: 10px;
}

.ft-contact__block {
    width: 50%;
    height: 340px;
    position: relative;
}

.ft-contact__block-bg-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ft-contact__block-bg-image img {
    transition: .2s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ft-contact__block-bg-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1A1A1A;
    z-index: 2;
    left: 0;
    top: 0;
    transition: .2s;
}

.ft-contact__block-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 50px;
    color: #fff;
    z-index: 3;
}

.ft-contact__block-title .jp {
    font-weight: bold;
}

.ft-contact__block-title .en {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.ft-contact__block-desc {
    font-size: 14px;
    letter-spacing: 0.07em;
}

.ft-contact__block-arrow {
    margin-top: 20px;
    margin-left: auto;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-image: url(image/arrow-white.svg);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    transition: .2s;
}

section.ft-tel {
    padding: 70px 0 60px;
    background: #fff;
    text-align: center;
}

.ft-tel__title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.07em;
    margin-bottom: 15px;
}

.ft-tel__number {
    font-size: 34px;
    font-weight: 500;
}

.ft-tel__number span {
    font-size: 24px;
}

.ft-tel__time {
    font-size: 14px;
    margin-bottom: 15px;
}

.ft-tel__text {
    font-size: 14px;
    letter-spacing: 0.07em;
}

footer.site-footer {
    background: #FAFAFA;
    padding: 100px 0 70px;
    border-bottom: 1px solid #D8D8D8;
}

.site-bottom {
    padding: 40px 0 70px;
    background: #FAFAFA;
}

.site-footer__left {
    width: 330px;
}

.site-footer__right {
    width: 724px;
}

.site-footer__title {
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 500;
}

.site-footer__logo {
    width: 194px;
    margin-bottom: 20px;
}

.site-footer__desc {
    font-size: 13px;
    padding-bottom: 20px;
    letter-spacing: 0.01em;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
}

.site-footer__infos-office {
    font-weight: bold;
    color: #F8A836;
    font-size: 14px;
}

.site-footer__infos-address {
    font-size: 13px;
}

li.site-footer__infos-item+li.site-footer__infos-item {
    margin-top: 20px;
}

.site-footer__infos {
    margin-bottom: 20px;
}

a.site-footer__btns-link {
    width: 260px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1A1A1A;
    font-size: 14px;
    letter-spacing: 0.12em;
    color: #1A1A1A;
    font-weight: 500;
    position: relative;
    transition: .2s;
}

.site-footer__btns-arrow {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 10px;
    border: solid #1A1A1A;
    border-width: 1px 1px 0 0;
}

.site-footer__btns-arrow:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    background: #1A1A1A;
    transform: rotate(-45deg);
    top: 5px;
    right: -3px;
}

.site-footer__btns-arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 0px 16px 16px 0px;
    top: -1px;
    right: -1px;
    position: absolute;
    z-index: 2;
    transition: .2s;
    opacity: 0;
}

li.site-footer__btns-item+li.site-footer__btns-item {
    margin-top: 10px;
}

.site-footer__right-block {
    width: 230px;
}

.site-footer__right-block-title {
    color: #6E6E6E;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
}

a.site-footer__right-block-link {
    font-size: 13px;
    color: #1A1A1A;
    transition: .2s;
    position: relative;
    z-index: 2;
}

li.site-footer__right-block-item+li.site-footer__right-block-item {
    margin-top: 8px;
}

ul.site-footer__right-block-list+.site-footer__right-block-title {
    margin-top: 25px;
}

li.site-footer__right-banner-item {
    width: 230px;
}

ul.site-footer__right-banner-list {
    justify-content: flex-end;
    gap: 10px;
}

.site-footer__right-banner {
    width: 100%;
    margin-top: -80px;
}

a.site-footer__right-banner-link {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
}

.site-footer__right-banner-logo {
    width: 150px;
}

.site-footer__right-banner-link-mark {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #D6D6D6;
    right: 12px;
    bottom: 12px;
    border-radius: 2px;
}

.site-footer__right-banner-link-mark:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #D6D6D6;
    border-width: 0 1px 1px 0;
    right: -2px;
    bottom: -2px;
    border-radius: 2px;
}

.site-bottom__copyright-text {
    font-size: 12px;
    font-family: 'Helvetica',
        sans-serif;
}

a.site-bottom__links-link {
    color: #1A1A1A;
    transition: .2s;
}

ul.site-bottom__links-list {
    font-size: 12px;
}

li.site-bottom__links-separator {
    margin: 0 0.3em;
}

header.site-header {
    height: 0;
    position: relative;
    z-index: 2;
}

header.site-header .inner {
    padding: 30px 50px 0;
    justify-content: space-between;
    align-items: center;
}

li.site-header__nav-item a {
    font-size: 14px;
    letter-spacing: 0.12em;
    color: #fff;
    transition: .2s;
}

li.site-header__nav-item+li.site-header__nav-item {
    margin-left: 30px;
}

.site-header__right {
    align-items: center;
}

a.site-header__btn-link {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.12em;
    display: flex;
    width: 200px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    position: relative;
    transition: .2s;
}

.site-header__btns {
    margin-left: 60px;
    position: relative;
    gap: 10px;
}

.site-header__btns:after {
    content: "";
    width: 1px;
    height: 30px;
    background: #fff;
    left: -30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.site-header__btn-arrow {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 10px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
}

.site-header__btn-arrow:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
    top: 5px;
    right: -3px;
    transition: .2s;
}

.site-header__btn-arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 0px 16px 16px 0px;
    top: -1px;
    right: -1px;
    position: absolute;
    z-index: 2;
    transition: .2s;
    opacity: 0;
}

.site-hamburger-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    z-index: 999;
    overflow-y: scroll;
    display: none;
}

.site-hamburger-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    z-index: 999;
    overflow-y: scroll;
    display: none;
}

header.site-header-fixed {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #fff;
    padding: 15px 15px 15px 50px;
    display: none;
}

header.site-header-fixed .inner {
    align-items: center;
}

.site-header-fixed__tel {
    text-align: right;
}

.site-header-fixed__tel .number {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
}

.site-header-fixed__tel .number span {
    font-size: 18px;
    margin-right: 0.5em;
}

.site-header-fixed__tel .time {
    font-size: 13px;
}

.site-header-fixed__right a.site-header__btn-link {
    border-color: #1A1A1A;
    color: #1A1A1A;
}

.site-header-fixed__right .site-header__btns:after {
    background: #1A1A1A;
}

.site-header-fixed__right .site-header__btn-arrow {
    border-color: #1A1A1A;
}

.site-header-fixed__right .site-header__btn-arrow:before {
    background: #1A1A1A;
}

.site-hamburger-btn {
    width: 60px;
    height: 60px;
    background: #F8A836;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

.site-hamburger-btn div {
    position: absolute;
    width: 28px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .2s;
}

.site-hamburger-btn div:nth-child(1) {
    bottom: 20px;
}

.site-hamburger-btn div:nth-child(3) {
    top: 20px;
}

.site-hamburger-btn.opend div:nth-child(1) {
    bottom: 0;
    transform: rotate(45deg);
}

.site-hamburger-btn.opend div:nth-child(2) {
    opacity: 0;
}

.site-hamburger-btn.opend div:nth-child(3) {
    top: 0;
    transform: rotate(-45deg);
}

.site-hamburger-content__body {
    padding: 160px 0 20px;
}

.site-hamburger-content__body .wrap {
    gap: 60px;
}

.site-hamburger-content__block-title {
    font-size: 40px;
    margin-bottom: 40px;
    width: 100%;
}

.site-hamburger-content__block.-column-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 410px;
}

li.site-hamburger-content__nav-item a {
    font-size: 13px;
    color: #1A1A1A;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

li.site-hamburger-content__nav-item+li.site-hamburger-content__nav-item {
    margin-top: 10px;
}

.site-hamburger-content__btns {
    width: 100%;
    margin-top: -140px;
}

.site-hamburger-content__logo {
    text-align: center;
    width: 100%;
    margin-top: -60px;
}

.site-hamburger-content__under {
    text-align: center;
    border-top: 1px solid #D8D8D8;
    padding: 30px 0;
}

.site-hamburger-content__under-copy {
    font-size: 12px;
    font-family: 'Helvetica', sans-serif;
}

.page-fv {
    background-image: url(image/page-title-bg.webp);
    padding: 160px 0 20px;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.page-fv__main {
    margin-bottom: 30px;
}

.page-fv__breadcrumb {
    font-size: 12px;
    text-align: right;
    color: #919191;
}

.page-fv__breadcrumb .inner {
    padding: 0 50px;
}

.page-fv__breadcrumb a {
    color: #919191;
}

.page-fv__breadcrumb .current-item {
    color: #fff;
}

.page-fv__title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.page-fv__en-title {
    font-size: 24px;
    color: #F8A836;
    text-transform: uppercase;
}

.page-fv__text {
    margin-bottom: 40px;
}

.page-fv__btns ul {
    gap: 20px;
}

.page-fv__btns a {
    display: flex;
    width: 260px;
    height: 70px;
    color: #fff;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.12em;
    position: relative;
    transition: .2s;
}

.page-fv__btns a .arrow {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 10px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
}

.page-fv__btns a .arrow:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
    top: 5px;
    right: -3px;
    transition: .2s;
}

.page-fv__btns a .arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 0px 16px 16px 0px;
    top: -1px;
    right: -1px;
    position: absolute;
    z-index: 2;
    transition: .2s;
    opacity: 0;
}

section.reason-about {
    padding: 120px 0 240px;
}

.reason-about__text {
    font-size: 38px;
    letter-spacing: 0.25em;
}

.reason-about__catch {
    text-align: center;
    margin-bottom: 70px;
}

.reason-about__sub-text {
    font-size: 22px;
    letter-spacing: 0.16em;
}

li.reason-about__data-item {
    width: 240px;
    height: 240px;
    border: 1px solid #E3E3E3;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 -8px;
    align-content: center;
}

ul.reason-about__data-list {
    justify-content: center;
    padding: 0 50px;
}

li.reason-about__data-item>div {
    width: 100%;
    text-align: center;
}

li.reason-about__data-item:nth-child(5), li.reason-about__data-item:nth-child(8) {
    margin-top: -25px;
}

li.reason-about__data-item:nth-child(2), li.reason-about__data-item:nth-child(3) {
    margin-bottom: 45px;
}

li.reason-about__data-item:nth-child(1), li.reason-about__data-item:nth-child(4) {
    margin-top: auto;
}

li.reason-about__data-item:nth-child(6), li.reason-about__data-item:nth-child(7) {
    margin-top: 20px;
}

.reason-about__data-label {
    font-size: 22px;
    letter-spacing: 0.15em;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 5px;
}

.reason-about__data-label span {
    font-size: 16px;
}

.reason-about__data-number {
    font-size: 54px;
    line-height: 1;
}

.reason-about__data-number span {
    font-size: 34px;
}

.reason-about__data-number span.jp {
    font-size: 24px;
    font-weight: 500;
}

.reason-about__data-title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 250px;
    font-size: 24px;
    letter-spacing: 0.25em;
    font-weight: 500;
}

.reason-about__data {
    margin-bottom: 90px;
}

.reason-about__review-title {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.reason-about__review-title span {
    width: 440px;
    background: #1A1A1A;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    letter-spacing: 0.18em;
    font-weight: 500;
}

.reason-about__review-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #1A1A1A;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.reason-about__review-item {
    width: 270px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.reason-about__review-list {
    gap: 50px 20px;
}

.reason-about__review-text {
    letter-spacing: 0.02em;
    margin-bottom: 15px;
}

.reason-about__review-author {
    align-items: center;
    gap: 20px;
    border-top: 1px solid;
    position: relative;
    padding-top: 30px;
    width: 100%;
}

.reason-about__review-author:before,
.reason-about__review-author:after {
    content: "";
    position: absolute;
}

.reason-about__review-author:before {
    height: 1px;
    width: 10px;
    background: #fff;
    top: -1px;
    left: 70px;
}

.reason-about__review-author:after {
    width: 25px;
    height: 1px;
    background: #1A1A1A;
    transform: rotate(-53deg);
    top: 9px;
    left: 61px;
}

section.reason-strength {
    padding: 160px 0 210px;
    border-radius: 90px;
    position: relative;
    z-index: 2;
    margin: -90px 0;
    background-image: url(image/reason-strength-bg.webp);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.reason-strength__title {
    margin-bottom: 40px;
}

.reason-strength__title-text {
    font-size: 26px;
    letter-spacing: 0.18em;
    margin-bottom: 7px;
}

.reason-strength__title-sub-text {
    font-size: 20px;
    color: #F8A836;
}

.reason-strength__item-image {
    width: 570px;
    position: absolute;
    right: 0;
    top: 30px;
}

.reason-strength__item-title {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.reason-strength__item-title-num {
    width: 71px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 36px;
    margin-right: 30px;
    background-image: url(image/num-object-white.svg);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}

.reason-strength__item-title-text-sub {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding-left: 95px;
    margin-bottom: -40px;
}

.reason-strength__item-title-text-main {
    font-size: 24px;
    letter-spacing: 0.18em;
    font-weight: 500;
    line-height: 1;
}

.reason-strength__item-title-text-main:first-letter {
    color: #F8A836;
    font-size: 74px;
    margin-right: 0.2em;
}

.reason-strength__item-text {
    width: 520px;
}

.reason-strength__item-text p {
    font-size: 14px;
}

.reason-strength__item-text p+p {
    margin-top: 1.5em;
}

.reason-strength__item-text p.catch {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.09em;
}

.reason-strength__item {
    min-height: 410px;
}

.reason-strength__item+.reason-strength__item {
    margin-top: 80px;
}

.reason-strength__item:nth-child(2n) {
    padding-left: 620px;
    margin-top: 140px;
}

.reason-strength__item:nth-child(2n) .reason-strength__item-image {
    left: 0;
    top: -80px;
}

section.reason-director {
    padding: 220px 0 250px;
}

.reason-director__title {
    text-align: center;
    margin-bottom: 40px;
}

.reason-director__title-sub-text {
    font-size: 20px;
}

.reason-director__title-text {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.18em;
}

.reason-director__desc {
    text-align: center;
    margin-bottom: 40px;
}

.reason-director__desc-catch {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.reason-director__desc-text {
    font-size: 14px;
    letter-spacing: 0.02em;
}

.reason-director__list {
    gap: 55px 35px;
    margin: 0 -50px;
}

.reason-director__item {
    width: 390px;
}

.reason-director__item-image img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    transition: .2s;
}

.reason-director__item-image img.defo {
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s;
}

.reason-director__item-image {
    margin-bottom: 20px;
}

.reason-director__item-name {
    color: #1A1A1A;
}

.reason-director__item-name-jp {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.16em;
}

.reason-director__item-arrow {
    width: 50px;
    height: 50px;
    border: 1px solid #1A1A1A;
    border-radius: 50%;
    margin-left: auto;
    margin-top: -50px;
    background-image: url(image/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    transition: .2s;
}

section.reason-professional {
    padding: 150px 0;
    border-radius: 90px;
    margin: -90px 0;
    background-image: url(image/reason-professional-bg.webp);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.reason-professional__image .slick-list {
    overflow: inherit;
}

.reason-professional__image .slick-slide {
    width: 270px;
    margin: 0 10px;
}

.reason-professional__image .slick-slide img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.reason-professional__image-slider01 {
    margin-bottom: 20px;
}

.reason-professional__title-sub-text {
    font-size: 32px;
    letter-spacing: 0.18em;
    font-weight: 500;
    margin-bottom: 15px;
}

.reason-professional__title-sub-text span {
    margin: 0 10px;
}

h2.reason-professional__title-text {
    display: inline-block;
    font-size: 36px;
    letter-spacing: 0.18em;
    background: #fff;
    line-height: 60px;
    padding: 0 20px;
}

.reason-professional__title {
    margin-bottom: 40px;
}

.reason-professional__text {
    font-weight: 500;
    line-height: 2;
    margin-bottom: 50px;
}

.reason-professional__text p+p {
    margin-top: 2em;
}

.reason-professional__content.-creator {
    margin-bottom: 110px;
}

.reason-professional__content.-marketer {
    margin-top: 90px;
    padding-left: 400px;
}

.-marketer h2.reason-professional__title-text {
    background: #1A1A1A;
    color: #fff;
}

section.reason-message {
    padding: 180px 0 250px;
}

.reason-message__title {
    margin-bottom: 50px;
    text-align: center;
}

.reason-message__content {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

.reason-message__content p+p {
    margin-top: 1.8em;
}

h2.reason-message__title-text {
    display: inline-block;
    width: 420px;
    text-align: center;
    background: #1A1A1A;
    color: #fff;
    line-height: 50px;
    font-size: 24px;
    letter-spacing: 0.05em;
    margin-left: 160px;
}

.reason-message__title-sub-text {
    font-size: 100px;
    transform: rotate(-6deg);
    line-height: 1;
    padding-right: 190px;
    margin-bottom: 15px;
    color: #1A1A1A;
}

.page-reason section.top-service {
    border-radius: 90px;
    margin: -90px 0;
}

.page-service-child section.top-faq {
    margin: 0;
    padding: 120px 0 140px;
    border-radius: 90px 90px 0 0;
}

.page-service-child section.top-interview {
    padding: 60px 0 160px;
}

.page-service-child section.top-works {
    padding: 250px 0 60px;
}

section.service-introduction {
    padding: 120px 0 140px;
}

.service-introduction__catch {
    text-align: center;
    margin-bottom: 30px;
}

.service-introduction__text {
    font-size: 28px;
    letter-spacing: 0.25em;
}

.service-introduction__text span {
    font-size: 38px;
}

.service-introduction__sub-text {
    font-size: 22px;
    letter-spacing: 0.16em;
}

.service-introduction__desc {
    text-align: center;
    line-height: 2;
    margin-bottom: 100px;
}

h2.service-effect-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 0.18em;
}

.service-effect-list ul {
    justify-content: center;
    gap: 15px;
}

li.service-effect-list__item {
    width: 370px;
    position: relative;
}

.service-effect-list__item-label {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 330px;
    height: 330px;
    border: 1px solid #E3E3E3;
    border-radius: 50%;
    align-content: center;
    line-height: 1.3;
    font-size: 24px;
    letter-spacing: 0.18em;
    margin: 0 auto 65px;
    position: relative;
}

.service-effect-list__item-label span {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.18em;
}

.service-effect-list__item-desc {
    text-align: center;
    font-size: 14px;
}

.service-effect-list__item-label:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    background: #E3E3E3;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -50px;
}

li.service-effect-list__item+li.service-effect-list__item:after {
    content: "";
    width: 55px;
    height: 1px;
    background: #E3E3E3;
    position: absolute;
    left: -35px;
    top: 170px;
}

section.service-strength {
    background: #FAF6EF;
    padding: 160px 0;
    border-radius: 90px;
}

.service-strength-title {
    font-size: 28px;
    letter-spacing: 0.18em;
    border-bottom: 1px solid #1A1A1A;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.service-strength-title:after {
    content: "";
    width: 140px;
    height: 2px;
    background: #FCA510;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.service-strength-list__item {
    padding: 60px 0;
    min-height: 400px;
}

.service-strength-list__item-label {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.service-strength-list__item-label-icon {
    width: 97px;
    height: 95px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 30px;
    position: relative;
    background-image: url(image/num-object-black.svg);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}

.service-strength-list__item-label-number {
    font-size: 30px;
}

.service-strength-list__item-label-en {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
    width: 100%;
    height: 20px;
    text-align: center;
    transform: rotate(-90deg);
}

.service-strength-list__item-label-title {
    font-size: 24px;
    letter-spacing: 0.18em;
    font-weight: 500;
}

.service-strength-list__item-image {
    position: absolute;
    width: 450px;
    right: 0;
    top: 60px;
}

.service-strength-list__item-desc {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    width: 630px;
}

.service-strength-list__item+.service-strength-list__item {
    border-top: 1px solid #1A1A1A;
}

.service-strength-list__item-image img {
    border-radius: 10px;
}

.service-strength-list__item:nth-child(2n) {
    padding-left: 510px;
}

.service-strength-list__item:nth-child(2n) .service-strength-list__item-image {
    left: 0;
}

section.service-provide {
    padding: 110px 0 210px;
}

.service-provide-title {
    line-height: 50px;
    border-left: 14px solid;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.18em;
    padding-left: 20px;
    margin-bottom: 30px;
}

.service-provide-list ul {
    gap: 15px;
    justify-content: space-between;
}

li.service-provide-list__item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #E3E3E3;
}

li.service-provide-list__item.-third {
    width: 370px;
    height: 110px;
    font-size: 18px;
    letter-spacing: 0.1em;
}

li.service-provide-list__item.-quarter {
    width: 273px;
    height: 100px;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.5;
}

.archive-works__content {
    padding: 155px 0 130px;
}

.archive-works__inner {
    width: 1240px;
    margin: 0 auto;
    gap: 50px;
}

.archive-works__inner-main {
    width: 890px;
}

.archive-works__inner-sidebar {
    width: 300px;
}

.archive-works__list {
    gap: 50px 30px;
}

.archive-works__list-item {
    width: 430px;
}

.archive-works__item-image {
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.archive-works__item-image img {
    width: 100% !important;
    height: 100% !important;
    transition: .2s;
    object-fit: cover;
}

.archive-works__item-title {
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.archive-works__item-info-item-label {
    background: #333333;
    width: 60px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.archive-works__item-info-item {
    align-items: center;
}

.archive-works__item-info-item+.archive-works__item-info-item {
    margin-top: 8px;
}

.archive-works__item-info-item-text {
    width: 310px;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
}

.archive-works__item-info-arrow {
    transition: .2s;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #1A1A1A;
    border-radius: 50%;
    background-image: url(image/arrow-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
}

.archive-works__pagination {
    margin-top: 80px;
    border-top: 1px solid #E3E3E3;
    padding-top: 30px;
}

.archive-works__pagination .wp-pagenavi {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    align-items: center;
}

.archive-works__pagination .wp-pagenavi a.page {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1A1A1A;
    border: 1px solid #1A1A1A;
}

.archive-works__pagination .wp-pagenavi .current {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.archive-works__pagination .wp-pagenavi span.pages {
    padding: 0;
    border: none;
    margin-right: 20px;
}

.archive-works__pagination .wp-pagenavi span.extend {
    padding: 0;
    border: none;
    margin: 0 10px;
}

.archive-works__pagination .wp-pagenavi a.previouspostslink,
.archive-works__pagination .wp-pagenavi a.nextpostslink {
    width: 30px;
    height: 30px;
    border: 1px solid #1A1A1A;
    border-radius: 30px;
    color: #1A1A1A;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.archive-works__pagination .wp-pagenavi a.first {
    color: #1A1A1A;
    border: none;
    padding: 0;
    margin-right: 10px;
}

.archive-works__pagination .wp-pagenavi a.last {
    color: #1A1A1A;
    border: none;
    padding: 0;
    margin-left: 10px;
}

.sidebar-works__block+.sidebar-works__block {
    margin-top: 40px;
}

.sidebar-works__block-label {
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #333333;
    margin-bottom: 30px;
    justify-content: space-between;
    cursor: pointer;
}

.sidebar-works__block-label-title {
    font-weight: 500;
    letter-spacing: 0.16em;
}

.sidebar-works__block-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #333333;
    border-radius: 20px;
    transform: rotate(90deg);
    transition: .2s;
    background-image: url(image/arrow-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
}

.sidebar-works__block-content {
    display: none;
}

.sidebar-works__block-content li.none {
    pointer-events: none;
    opacity: 0.3;
}

.sidebar-works__block-content li a {
    color: #1A1A1A;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding-left: 22px;
    position: relative;
    transition: .2s;
}

.sidebar-works__block-content li a:after {
    content: "";
    width: 8px;
    height: 8px;
    border: solid;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.sidebar-works__block-content li+li {
    margin-top: 6px;
}

.area-parent-label {
    background: #333333;
    color: #fff;
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    cursor: pointer;
}

.area-parent-label .mark {
    width: 14px;
    height: 1px;
    background: #fff;
    position: relative;
}

.area-parent-label .mark:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: rotate(90deg);
    transition: .2s;
}

.area-child-list {
    display: none;
}

.area-child-list ul {
    gap: 6px;
}

.sidebar-works__block-content li+li.area-parent {
    margin-top: 20px;
}

.sidebar-works__block-content .area-child-list li a {
    display: flex;
    width: 96px;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 1px solid #E3E3E3;
    padding: 0;
}

.sidebar-works__block-content .area-child-list li a:after {
    display: none;
}

.sidebar-works__block-content .area-child-list li+li {
    margin: 0;
}

.sidebar-works__block-content li.no-child a {
    background: #1A1A1A;
    display: flex;
    width: 300px;
    height: 44px;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    border-radius: 4px;
    padding: 0 20px;
}

.sidebar-works__block-content li+li.no-child {
    margin-top: 20px;
}

.sidebar-works__block-content li.no-child a:after {
    position: static;
    margin: auto 0;
}

.opend .sidebar-works__block-arrow {
    transform: rotate(270deg);
}

.area-parent-label.opend .mark:after {
    opacity: 0;
}

section.single-works__content {
    padding: 150px 0;
}

.single-works__inner {
    width: 1240px;
    margin: 0 auto;
    gap: 50px;
}

.single-works__inner-main {
    width: 890px;
}

.single-works__inner-sidebar {
    width: 300px;
}

.single-works__image img {
    border-radius: 10px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
}

.single-works__image {
    margin-bottom: 50px;
}

.single-works__title {
    font-size: 24px;
    letter-spacing: 0.03em;
    font-weight: bold;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.single-works__link {
    margin-bottom: 40px;
}

.single-works__link a {
    color: #00A2D3;
    text-decoration: underline;
    font-family: 'Helvetica', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.single-works__link a:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #AFAFAF;
    border-radius: 2px;
    box-shadow: 1px 1px #fff, 2px 2px #AFAFAF;
}

.single-works__info {
    margin-bottom: 60px;
}

.single-works__info-item {
    gap: 20px;
    align-items: flex-start;
}

.single-works__info-item-label {
    width: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    background: #333333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.single-works__info-item+.single-works__info-item {
    margin-top: 14px;
}

.single-works__info-item-text {
    padding-top: 5px;
}

.single-works__mockup, .single-works__comment {
    width: 435px;
}

.single-works__under-title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.single-works__under-title span {
    background: #333333;
    color: #fff;
    display: inline-block;
    width: 220px;
    line-height: 38px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.single-works__under-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #333333;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.single-works__comment-text {
    font-size: 14px;
    letter-spacing: 0.02em;
}

.single-works__mockup-image-pc {
    width: 364px;
    margin: 0 auto;
    position: relative;
}

.single-works__mockup-image-pc .screen {
    width: 1440px;
    position: relative;
    position: absolute;
    top: 5px;
    left: 39px;
    transform-origin: 0 0;
    transform: scale(19.5%);
}

.single-works__mockup-image-sp {
    position: absolute;
    right: 35px;
    bottom: 0;
    width: 86px;
}

.single-works__mockup-image {
    position: relative;
}

.single-works__mockup-image-sp .screen {
    position: absolute;
    top: 3px;
    width: 375px;
    left: 5px;
    transform-origin: 0 0;
    transform: scale(20%);
}

.single-works__mockup-image-pc .screen iframe {
    border-radius: 20px;
}

.single-works__mockup-image-sp .screen iframe {
    border-radius: 40px;
}

.single-works__content-under {
    margin-bottom: 60px;
}

.single-works__person {
    display: flex;
    gap: 25px;
}

.single-works__person-label {
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 16px;
    background-image: url(image/num-object-black.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 40px;
}

.single-works__person-image img {
    width: 280px;
    height: 280px;
    object-fit: cover;
}

.single-works__person-item {
    width: 280px;
}

.single-works__person-image {
    margin-bottom: 16px;
}

.single-works__person-name {
    text-align: center;
}

.single-works__person-name .jp {
    font-weight: 500;
    letter-spacing: 0.16em;
}

.single-works__person-name .en {
    font-size: 14px;
}

a.single-works__person-detail-btn {
    width: 170px;
    display: flex;
    height: 40px;
    margin: 30px auto 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #1A1A1A;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    letter-spacing: 0.1em;
    transition: .2s;
}

.single-works__nav {
    margin-top: 110px;
    padding-top: 30px;
    border-top: 1px solid #E3E3E3;
}

a.single-works__nav-prev,
a.single-works__nav-next {
    display: flex;
    align-items: center;
    height: 50px;
    gap: 20px;
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: 0.16em;
    transition: .2s;
}

a.single-works__nav-prev:before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid;
    background-image: url(image/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    transform: rotate(180deg);
}

a.single-works__nav-next:after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid;
    background-image: url(image/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}

.privacy_index dl+dl {
    margin-top: 2em;
}

.privacy_index p.main_text {
    font-weight: 500;
    margin-bottom: 3em;
}

section.faq-content {
    padding: 150px;
    background: #F8F8F8;
}

section.member-content {
    padding: 120px 0 140px;
}

.member__list+.member__list {
    margin-top: 60px;
}

.member__list.-sales {
    margin-bottom: 100px;
    gap: 40px 35px;
}

.member__list {
    display: flex;
    gap: 40px 26px;
    flex-wrap: wrap;
}

.member__list-item {
    width: 290px;
}

section.member-content .wrap {
    width: 1240px;
}

.-sales .member__list-item {
    width: 390px;
}

.member__list-item-image img {
    transition: .2s;
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.member__list-item-image img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.member__list-item-image {
    margin-bottom: 20px;
}

.member__list-item-catch {
    color: #1A1A1A;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.member__list-item-name {
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 20px;
}

.member__list-item-name-jp {
    font-weight: 500;
    letter-spacing: 0.16em;
}

.member__list-item-arrow {
    width: 170px;
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
    color: #1A1A1A;
    border-radius: 20px;
    transition: .2s;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    border: 1px solid #1A1A1A;
}

.member__list-item-jobname {
    position: absolute;
    background: #1A1A1A;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
    padding: 3px 1em;
}

.-member .page-fv__en-title {
    font-size: 74px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 15px;
}

.-member .page-fv__title {
    font-size: 22px;
    font-weight: 500;
}

.single-member__intro {
    width: 570px;
    padding-right: 50px;
    padding-top: 60px;
}

.single-member__image {
    width: 570px;
    margin-top: -190px;
}

.single-member__image-slider ul li img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.single-member__image-pager {
    margin-top: 10px;
}

.single-member__image-pager .slick-slide {
    width: 105px;
    height: 100px;
    margin: 0 5px;
}

.single-member__image-slider .slick-slide {
    width: 570px;
}

.single-member__image-pager .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-member__message {
    width: 100%;
    margin-top: 60px;
    padding: 50px;
    background: #FCF9F5;
    border-radius: 14px;
}

.single-member__jobtype {
    color: #6E6E6E;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}

.single-member__catch {
    font-size: 30px;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
}

.single-member__tags {
    font-size: 14px;
    color: #6E6E6E;
    margin-bottom: 70px;
}

.single-member__tags ul {
    gap: 0em 1em;
}

.single-member__mbti {
    color: #6E6E6E;
    letter-spacing: 0.07em;
}

section.single-member__works {
    padding: 150px 0;
}

section.single-member__works .top-works__title {
    align-items: center;
}

section.single-member__other-members {
    margin-bottom: 200px;
    overflow: hidden;
}

section.single-member__other-members .slick-list {
    overflow: inherit;
}

.member__list-slider .member__list-item {
    margin: 0 13px;
}

.single-member__contact-btn {
    margin-top: 45px;
}

section.single-member__works .top-works__btn {
    display: flex;
    justify-content: center;
    gap: 20px;
}

section.single-member__works .top-works__btn a {
    margin: 0;
}

.contact-form__content {
    width: 520px;
}

.contact-form {
    padding: 100px 0;
}

.contact-form__title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 25px;
}

p.contact-form__description {
    line-height: 1.7;
}

.contact-form__top-text-box {
    margin-bottom: 45px;
}

.contact-form__guide-box+.contact-form__guide-box {
    margin-top: 35px;
}

.contact-form__subtitle {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e0e0;
}

.contact-form__member-list {
    padding-top: 20px;
}

ul.contact-form__members {
    gap: 5px;
    flex-wrap: nowrap;
    display: flex;
}

li.contact-form__member {
    width: 130px;
}

li.contact-form__member img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

.contact-form__form {
    flex-shrink: 0;
    width: 50%;
    margin-left: 50px;
    padding: 45px 25px;
    background-color: #fffeef;
    border: 1px solid #e6e0e0;
}

.contact-form__form .list ul li .label {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 8px;
}

.contact-form__form .list ul li .data_box input[type=text],
.contact-form__form .list ul li .data_box input[type=tel],
.contact-form__form .list ul li .data_box input[type=url] {
    width: 100%;
    background-color: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    padding: 7px 15px;
}

.contact-form__form .list ul li+li {
    margin-top: 20px;
}

.contact-form__form .list ul li .label .hissu {
    color: red;
}

.contact-form__form .check_wrap input {
    display: none;
}

.contact-form__form .list ul li .data_box textarea {
    width: 100%;
    background-color: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    padding: 15px;
}

.contact-form__form .btn button {
    width: 100%;
    line-height: 70px;
    background: rgb(244, 207, 3);
    background: linear-gradient(0deg, rgb(244, 207, 3) 0%, rgb(251, 237, 33) 100%);
    background-color: #FCC245;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #231815;
    box-shadow: 0 6px #a28900;
    transition: 0.3s;
}

.contact-form__form .form_box {
    margin-bottom: 25px;
}

.contact-form__footer {
    padding: 40px 0;
    background: #FAFAFA;
    border-top: 1px solid #D8D8D8;
    font-size: 12px;
}

.contact-form__footer a {
    margin-right: 1em;
    color: #666;
    text-decoration: underline;
}

.contact-form__member-list--column-many ul.contact-form__members {
    flex-wrap: wrap;
}

.contact-form__member-list--column-many ul.contact-form__members li {
    width: 170px;
}

section.archive-interview__content {
    padding: 150px 0;
}

section.document-list {
    padding: 150px 0;
}

.document-list__item {
    width: 520px;
}

.document-list__item-image {
    width: 80%;
    margin: 0 auto 20px;
}

.document-list__item-text {
    color: #1a1a1a;
}

.document-list__item-title-en {
    color: #F8A836;
}

.document-list__item-title {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 15px;
}

.document-list__item-desc {
    font-size: 14px;
    margin-bottom: 20px;
}

.document-list__item-btn {
    display: flex;
    width: 300px;
    height: 70px;
    border: 1px solid #1A1A1A;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    transition: .2s;
    color: #1A1A1A;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.contact-form__document-list {
    padding-top: 10px;
}

.contact-form__document-list li {
    list-style: disc;
    margin-left: 2em;
}

.service-provide-title:nth-child(n+2) {
    margin-top: 60px;
}

section.company-mvv {
    padding: 150px 0 100px;
}

.company-page__title-en {
    font-size: 80px;
    line-height: 1;
}

.company-page__title {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 40px;
}

.company-mvv__blocks {
    margin-bottom: 40px;
    gap: 60px;
}

.company-mvv__block-title {
    color: #F8A836;
    font-size: 22px;
}

.company-mvv__block.company-mvv__block--desc+.company-mvv__block.company-mvv__block--desc {
    margin-top: 30px;
    line-height: 1.8;
}

.company-mvv__block-link {
    margin-top: 40px;
}

.company-members__desc {
    margin: 60px 0;
}

section.company-members {
    padding: 150px 0;
    border-radius: 90px;
    background-image: url(image/reason-professional-bg.webp);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

section.company-history {
    padding: 150px 0;
}

.history_box {
    display: flex;
    gap: 50px;
    padding: 0 40px;
}

.history_box .year {
    font-size: 60px;
    color: #F8A836;
    width: 220px;
}

.history_box .detail {
    width: 870px;
    border-left: 3px solid #F8A836;
    padding-left: 50px;
    padding: 30px 0 30px 50px;
}

table.detail_table {
    width: 100%;
}

table.detail_table th, table.detail_table td {
    padding: 20px 0;
}

table.detail_table th {
    position: relative;
}

table.detail_table th:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #F8A836;
    left: -56px;
    top: 30px;
}

.history_box:nth-child(even) {
    background: #FAFAFA;
}

.company-history__block-link {
    margin-top: 60px;
}


.stack {
    display: grid;
    grid-template-columns: 1fr;
}

.stack span {
    font-weight: bold;
    grid-row-start: 1;
    grid-column-start: 1;
    --stack-height: calc(100% / var(--stacks) - 1px);
    --inverse-index: calc(calc(var(--stacks) - 1) - var(--index));
    --clip-top: calc(var(--stack-height) * var(--index));
    --clip-bottom: calc(var(--stack-height) * var(--inverse-index));
    clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
    animation: stack 340ms cubic-bezier(.46, .29, 0, 1.24) 1 backwards calc(var(--index) * 120ms), glitch 2s ease infinite 2s alternate-reverse;
}

.stack span:nth-child(odd) {
    --glitch-translate: 8px;
}

.stack span:nth-child(even) {
    --glitch-translate: -8px;
}

@keyframes stack {
    0% {
        opacity: 0;
        transform: translateX(-50%);
        text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
    }

    ;

    60% {
        opacity: 0.5;
        transform: translateX(50%);
    }

    80% {
        transform: none;
        opacity: 1;
        text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
    }

    100% {
        text-shadow: none;
    }
}

@keyframes glitch {
    0% {
        text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
        transform: translate(var(--glitch-translate));
    }

    2% {
        text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
    }

    4%, 100% {
        text-shadow: none;
        transform: none;
    }
}

section.company-outline {
    padding: 150px 0 100px;
}

section.company-outline table {
    width: 100%;
    border-spacing: 0 20px;
    border-collapse: separate;
}

section.company-outline table th {
    width: 25%;
    background: #f2f2f2;
    vertical-align: middle;
}

section.company-outline table th, section.company-outline table td {
    padding: 1em;
}

section.company-outline__image ul li {
    width: 33.33%;
}

section.company-outline__image {
    padding: 0 0 100px;
}

div#loader {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-bg {
    position: absolute;
    width: 120vw;
    height: 120vw;
    top: 0;
    left: -10vw;
    bottom: 0;
    margin: auto;
    border: 60vw solid #fff;
    transition: .2s;
    border-radius: 50%;
}

.loader-content {
    width: 150px;
    position: relative;
    border-radius: 20px;
    height: 150px;
}

div#loader-percent {
    text-align: center;
    font-size: 140px;
    line-height: 1.5;
    color: #F8A512;
}

.loader-content {
    width: 150px;
    position: relative;
    height: 150px;
}

.loading-done-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .2s;
    opacity: 0;
}

.loading-done-animation img {
    width: 100%;
}

.loading-done .loader-bg {
    border-color: #F8A512;
}

.loading-animation {
    transition: .2s;
}

.loading-done .loading-animation {
    opacity: 0;
}

.loading-done .loading-done-animation {
    opacity: 1;
}

.loading-fin .loader-bg {
    transition: .4s;
    border-width: 0;
}

div#fixed-banner {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    width: 315px;
    display: none;
}

button#close-banner {
    border: none;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    position: absolute;
    background: #333333;
    color: #fff;
    top: 50px;
    left: -15px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

button#close-banner:after,
button#close-banner:before {
    content: "";
    height: 1px;
    width: 40%;
    background: #fff;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
}

button#close-banner:after {
    transform: rotate(45deg);
}

button#close-banner:before {
    transform: rotate(-45deg);
}

section.contact-list {
    padding: 200px 0;
}

h2.contact-list__title {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

h2.contact-list__title span {
    background: #1a1a1a;
    color: #fff;
    font-size: 22px;
    line-height: 2;
    display: inline-block;
    padding: 0 2em;
    letter-spacing: 0.18em;
}

h2.contact-list__title:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #1a1a1a;
    left: 0;
    z-index: -1;
}

ul.contact-list__items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

ul.contact-list__items li {
    width: 360px;
}

ul.contact-list__items li a {
    color: #333;
    display: block;
    border: 1px solid;
    padding: 15px 25px;
    position: relative;
    font-weight: 500;
    line-height: 1.5;
}

ul.contact-list__items li a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #1a1a1a transparent transparent;
    border-width: 0px 15px 15px 0px;
    position: absolute;
    right: 5px;
    top: 5px;
}

section.flow-content {
    padding: 150px 0;
}

section.flow-content .top-flow__title {
    margin-top: 80px;
}

.top-reason__textslider02 {
    transform: rotateY(180deg);
}

.top-reason__textslider02 .slick-slide {
    transform: rotateY(180deg);
}

.single-works__mockup-image-pc .screen-image {
    position: absolute;
    top: 2%;
    left: 10.8%;
    right: 12%;
    bottom: 12%;
    overflow-y: scroll;
    border-radius: 5px 5px 0 0;
}

.single-works__mockup-image-sp .screen-image {
    position: absolute;
    top: 1%;
    left: 5%;
    right: 5%;
    overflow-y: scroll;
    bottom: 3%;
    border-radius: 12px;
}

.single-works__mockup-image-sp .screen-image img {
    width: 100%;
}

.single-works__mockup-image-pc .screen-image img {
    width: 100%;
}

section.document-list .wrap {
    gap: 80px 0;
}

@media (hover: hover) and (pointer: fine) {

    .top-reason__list ul li:hover:before,
    .top-reason__list ul li:hover:after {
        opacity: 1;
    }

    .top-reason__under-menu ul li a:hover:before {
        background-image: url(image/arrow-orange.svg);
    }

    .top-interview__list-card a:hover .image>img {
        transform: scale(1.1);
    }

    .top-interview__list-card a:hover .arrow {
        background-color: #1A1A1A;
        background-image: url(image/arrow-orange.svg);
    }

    .site-common-btn a:hover {
        background-color: #1A1A1A;
        color: #fff;
        border-color: #1A1A1A;
    }

    .top-flow__type ul li a:hover {
        background: #1A1A1A;
        color: #fff;
    }

    .top-flow__type ul li a:hover .arrow:before {
        opacity: 0;
    }

    .top-flow__type ul li a:hover .arrow:after {
        opacity: 1;
    }

    a:hover .top-about__list-arrow {
        background-color: #1A1A1A;
        border-color: #1A1A1A;
        background-image: url(image/arrow-orange.svg);
    }

    li.top-works__list-item a:hover .image img {
        transform: scale(1.1);
    }

    li.top-works__list-item a:hover .content .arrow {
        background-color: #1A1A1A;
        background-image: url(image/arrow-orange.svg);
        border-color: #1A1A1A;
    }

    ul.top-service__content-list li a:hover {
        background-color: rgb(255 255 255 / 8%);
    }

    a:hover .top-posts__list-text .arrow {
        background-color: #1A1A1A;
        background-image: url(image/arrow-orange.svg);
        border-color: #1A1A1A;
    }

    a:hover .top-posts__list-text .arrow-type02:after {
        background-color: #1A1A1A;
        background-image: url(image/arrow-orange.svg);
        border-color: #1A1A1A;
    }

    a:hover .top-posts__list-img img {
        transform: scale(1.1);
    }

    a:hover .ft-contact__block-bg-image img {
        transform: scale(1.1);
    }

    a:hover .ft-contact__block-bg-image:after {
        opacity: 0.7;
        mix-blend-mode: multiply;
    }

    a:hover .ft-contact__block-arrow {
        background-color: #fff;
        background-image: url(image/arrow-orange.svg);
    }

    a.site-footer__btns-link:hover {
        background-color: #1A1A1A;
        color: #fff;
    }

    a.site-footer__btns-link:hover .site-footer__btns-arrow:after {
        opacity: 1;
    }

    a.site-header__btn-link:hover {
        background-color: rgb(255 255 255 / 15%);
    }

    a.site-header__btn-link:hover .site-header__btn-arrow:before {
        opacity: 0;
    }

    a.site-header__btn-link:hover .site-header__btn-arrow:after {
        opacity: 1;
    }

    li.site-header__nav-item a:hover {
        opacity: 0.7;
    }

    .site-header-fixed__right a.site-header__btn-link:hover {
        background-color: #1A1A1A;
        color: #fff;
    }

    .page-fv__btns a:hover {
        background-color: rgb(255 255 255 / 15%);
    }

    .page-fv__btns a:hover .arrow:before {
        opacity: 0;
    }

    .page-fv__btns a:hover .arrow:after {
        opacity: 1;
    }

    a:hover .reason-director__item-arrow {
        background-color: #1A1A1A;
        background-image: url(image/arrow-orange.svg);
    }

    a:hover .reason-director__item-image img.defo {
        opacity: 0;
    }

    a:hover .archive-works__item-info-arrow {
        background-color: #1A1A1A;
        background-image: url(image/arrow-orange.svg);
    }

    a:hover .archive-works__item-image img {
        transform: scale(1.1);
    }

    .archive-works__pagination .wp-pagenavi a.page:hover {
        background-color: #1A1A1A;
        color: #fff;
    }

    .archive-works__pagination .wp-pagenavi a.first:hover {
        text-decoration: underline;
        background: none;
    }

    .archive-works__pagination .wp-pagenavi a.last:hover {
        text-decoration: underline;
        background: none;
    }

    .archive-works__pagination .wp-pagenavi a.previouspostslink:hover,
    .archive-works__pagination .wp-pagenavi a.nextpostslink:hover {
        background-color: #1A1A1A;
        color: #fff;
    }

    .sidebar-works__block-content li a:hover {
        opacity: 0.5;
        text-decoration: underline;
    }

    a.single-works__nav-prev:hover,
    a.single-works__nav-next:hover {
        opacity: 0.7;
    }

    a.single-works__person-detail-btn:hover {
        background-color: #1A1A1A;
        color: #fff;
    }

    a:hover .member__list-item-arrow {
        background-color: #1A1A1A;
        color: #fff;
    }

    a:hover .member__list-item-image img.hover {
        opacity: 1;
    }

    a:hover .document-list__item-btn {
        background-color: #1A1A1A;
        color: #fff;
    }

    li:hover .top-reason__content-title-text-main:first-letter {
        color: #F8A512;
    }

}

@media (max-width: 750px) {

    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 13px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-block: 20vw;
    }

    .common_page_main .title_box .title {
        font-size: 5.6vw;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

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

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    header.site-header {
        display: none;
    }

    header.site-header-fixed {
        display: block !important;
        background: no-repeat;
        padding: 20px;
        top: 0;
    }

    .site-header-fixed__logo img {
        height: 30px;
    }

    .site-header-fixed__tel, .site-header__btns {
        display: none;
    }

    .site-hamburger-btn {
        width: 46px;
        height: 46px;
        border-radius: 4px;
    }

    .site-hamburger-btn div {
        width: 22px;
    }

    .site-hamburger-btn div:nth-child(1) {
        bottom: 16px;
    }

    .site-hamburger-btn div:nth-child(3) {
        top: 16px;
    }

    .site-hamburger-content__body {
        padding: 100px 0 10vw;
        position: relative;
        z-index: 2;
        height: calc(100% - 180px);
        overflow-y: scroll;
    }

    .site-hamburger-content {
        background-image: url(image/sp-menu-bg.webp);
        background-position: center;
        background-size: cover;
    }

    .site-hamburger-content:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #1A1A1A;
        opacity: 0.9;
        mix-blend-mode: multiply;
    }

    .site-hamburger-content__block,
    .site-hamburger-content__block.-column-2 {
        width: 100%;
    }

    .site-hamburger-content__block-title {
        font-size: 40px;
        color: #F8A836;
        margin: 20px 0 0;
        position: relative;
    }

    ul.site-hamburger-content__nav-list {
        width: 100%;
        display: none;
    }

    li.site-hamburger-content__nav-item a {
        color: #fff;
        font-weight: bold;
        display: block;
        border-bottom: 1px solid #575757;
        padding: 10px;
    }

    ul.site-hamburger-content__nav-list+ul.site-hamburger-content__nav-list {
        margin-top: 10px;
    }

    .site-hamburger-content__body .wrap {
        gap: 0;
    }

    .site-hamburger-content__block-title:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        border: 1px solid #FFFFFF;
        position: absolute;
        right: 0;
        border-radius: 50%;
        top: 10px;
        background-image: url(image/arrow-orange.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 16px;
        transition: .2s;
        transform: rotate(90deg);
    }

    .site-hamburger-content__block-title.opend:after {
        transform: rotate(270deg);
    }

    .site-hamburger-content__under {
        position: relative;
        border: none;
        padding: 15px 0;
    }

    .site-hamburger-content__btns {
        margin: 0 0 20px;
    }

    .site-hamburger-content__logo {
        width: 110px;
        margin: 0 auto 20px;
    }

    li.site-footer__right-banner-item {
        width: calc(50% - 5px);
    }

    .site-footer__right-banner {
        margin-top: 0;
        margin-bottom: 5vw;
    }

    ul.site-footer__right-banner-list {
        justify-content: space-between;
    }

    .site-footer__right-banner-logo {
        width: 110px;
    }

    a.site-footer__right-banner-link {
        height: 60px;
    }

    .site-footer__right-banner-link-mark {
        display: none;
    }

    .site-hamburger-content__under-copy {
        color: #fff;
    }

    section#top-fv {
        height: auto;
    }

    section#top-fv .inner {
        padding: 0;
        display: block;
    }

    .top-fv__textarea {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-wrap: wrap;
        padding: 10vw 5vw;
        align-items: flex-end;
        align-content: flex-end;
    }

    .top-fv__text {
        width: 100%;
        font-size: 12vw;
        margin-bottom: 3vw;
    }

    .top-fv__text .small {
        font-size: 5vw;
        letter-spacing: 0.32em;
    }

    .top-fv__text .big {
        font-size: 20vw;
    }

    .top-fv__info {
        width: 100%;
        background: #fff;
        color: #333333;
        padding: 10vw 5vw;
    }

    .top-fv__info-title:after {
        width: 25vw;
        background: #333333;
    }

    .top-fv__info-title {
        font-size: 4vw;
    }

    ul.top-fv__info-list::-webkit-scrollbar-thumb {
        background: #F8A836;
    }

    ul.top-fv__info-list li+li {
        margin-top: 8px;
    }

    ul.top-fv__info-list {
        height: 88px;
        padding-right: 20px;
        font-weight: 500;
    }

    ul.top-fv__info-list li span {
        color: #6E6E6E;
    }

    section.top-message {
        padding: 15vw 0 calc(30vw + 30px);
    }

    .top-message__title {
        font-size: 9vw;
        line-height: 1.2;
        margin-bottom: 10vw;
    }

    .top-message__text {
        padding-left: 0;
        margin-bottom: 20vw;
    }

    .top-logos li.slick-slide {
        width: 160px;
    }

    section.top-reason {
        border-radius: 30px;
        margin: -30px 0;
    }

    .top-reason__textslider {
        font-size: 30vw;
        line-height: 24vw;
    }

    .top-reason__textslider .slick-slide {
        margin: 0 0.1em;
    }

    .top-reason__head {
        padding: 10vw 5vw 0;
    }

    h2.top-reason__title {
        font-size: 7vw;
        margin-bottom: 5vw;
    }

    .top-reason__subtitle {
        font-size: 3.6vw;
        letter-spacing: 0;
    }

    .top-reason__list ul li:before {
        position: static;
        width: 100%;
        height: 45vw;
        display: block;
        opacity: 1;
        border-radius: 8px;
    }

    .top-reason__list ul li:after {
        height: 45vw;
        opacity: 1;
        top: 12vw;
        border-radius: 8px;
    }

    .top-reason__list ul li {
        padding: 12vw 0;
        height: auto;
    }

    .top-reason__list {
        padding: 0 5vw;
    }

    .top-reason__content-title .num {
        position: absolute;
        top: 6vw;
        z-index: 12;
        width: 12vw;
        height: 12vw;
        font-size: 5vw;
        left: 0;
    }

    .top-reason__list ul li .wrap {
        position: static;
        max-width: 100%;
    }

    .top-reason__list ul li:first-child {
        border-top: none;
    }

    .top-reason__content-title-text-main {
        font-size: 5vw;
        margin-top: 0;
        margin-bottom: 2vw;
    }

    .top-reason__content-title-text-main:first-letter {
        font-size: 200%;
        color: #F8A836;
    }

    .top-reason__content-title-text {
        display: flex;
        flex-wrap: wrap;
    }

    .top-reason__content-title-text-sub {
        order: 2;
        padding-left: 0;
        font-size: 4vw;
    }

    .top-reason__content-title {
        margin: 5vw 0;
    }

    .top-reason__description {
        font-size: 13px;
    }

    .top-reason__list ul li:nth-child(2n):after {
        background: #1A1A1A;
        background: linear-gradient(90deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 1) 40%, rgba(102, 102, 102, 0) 100%);
        mix-blend-mode: multiply;
    }

    .top-reason__list ul li:last-child {
        border-bottom: none;
    }

    .top-reason__under-menu ul li a:before {
        width: 12vw;
        height: 12vw;
        background-size: 35%;
        margin-right: 5vw;
    }

    .top-reason__under-menu ul li a {
        font-size: 5vw;
    }

    .top-reason__under-menu ul li+li {
        margin-top: 5vw;
    }

    .top-reason__under {
        padding: 0 0 10vw;
    }

    section.top-interview {
        padding: calc(20vw + 30px) 0;
    }

    .top-interview__btn {
        position: static;
    }

    .top-interview__title .en {
        width: 100%;
        text-align: center;
        font-size: 12vw;
        margin: 0 0 3vw;
    }

    .top-interview__title .jp {
        width: 100%;
        text-align: center;
        font-size: 5vw;
    }

    .top-interview__title {
        margin-bottom: 10vw;
    }

    section.top-about {
        margin: -30px 0;
        border-radius: 30px;
        padding: 20vw 0;
    }

    .loader-bg {
        position: absolute;
        width: 240vw;
        height: 240vw;
        left: -70vw;
        border: 120vw solid #fff;
    }

    div#slick-slide40 {}

    .top-interview__list-card-block {
        width: 90vw;
        margin: 0 2vw;
    }

    .top-interview__list-card {
        width: 90vw;
    }

    .top-interview__list-card+.top-interview__list-card {
        margin-top: 10vw;
    }

    .top-interview__list-card .content h3 {
        font-size: 16px;
    }

    .top-interview__list-card .content .info {
        font-size: 12px;
    }

    .top-interview__list.slick-dotted.slick-slider {
        margin-bottom: 30vw;
    }

    .top-interview__list .slick-dots li button {
        width: 100%;
        height: 100%;
        background: #1A1A1A;
        border-radius: 50%;
        transition: .2s;
    }

    .top-interview__list .slick-dots li {
        width: 10px;
        height: 10px;
        padding: 0;
    }

    .top-interview__list .slick-dots {
        display: flex;
        justify-content: center;
        gap: 30px;
        bottom: -15vw;
    }

    .top-interview__list .slick-dots li button:before {
        display: none;
    }

    .top-interview__list .slick-dots li.slick-active button {
        background: #F8A836;
        box-shadow: 0 0 0 5px rgb(252 165 16 / 20%);
    }

    .site-common-btn a {
        width: 210px;
        height: 60px;
        margin: 0 auto;
    }

    .top-about__title {
        text-align: center;
        font-size: 9vw;
        margin-bottom: 8vw;
    }

    .top-about__title span {
        font-size: 5vw;
    }

    .top-about__data {
        width: 100%;
        justify-content: center;
        margin-bottom: 7vw;
    }

    .top-about__data-item {
        width: 45vw;
        height: 45vw;
    }

    .top-about__data-item+.top-about__data-item {
        margin-left: -5vw;
    }

    .top-about__data-item__label {
        font-size: 4vw;
    }

    .top-about__data-item__desc {
        font-size: 5.2vw;
        line-height: 1;
        margin-bottom: 2vw;
    }

    .top-about__data-item__value {
        font-size: 8vw;
    }

    .top-about__data-item__value span {
        font-size: 14vw;
    }

    .top-about__content {
        margin-bottom: 20vw;
    }

    .top-about__list-title {
        margin-bottom: 5vw;
    }

    .top-about__list-title .jp {
        font-size: 20px;
    }

    .top-about__list-title .jp span {
        font-size: 13px;
    }

    .top-about__list-title .en {
        font-size: 14px;
    }

    .top-about__list-arrow {
        width: 50px;
        height: 50px;
        background-color: #1A1A1A;
        background-image: url(image/arrow-orange.svg);
    }

    .top-about__text {
        font-size: 13px;
        line-height: 1.5;
    }

    .top-about__list-content {
        font-size: 13px;
        line-height: 1.5;
    }

    .top-about__list ul {
        row-gap: 8vw;
    }

    .top-about__list ul li a {
        padding-bottom: 8vw;
    }

    .top-about__list ul li {
        width: 100%;
    }

    section.top-flow {
        padding: 30vw 0;
    }

    .top-flow__title .en {
        font-size: 16px;
    }

    .top-flow__title .jp {
        font-size: 22px;
    }

    .top-flow__desc {
        margin-bottom: 8vw;
        font-size: 13px;
    }

    .top-flow__type ul {
        gap: 10px;
    }

    .top-flow__type ul li {
        width: 80vw;
    }

    .top-flow__type ul li a {
        padding: 4vw 5vw;
    }

    .top-flow__type ul li a .text {
        width: 100%;
        text-align: center;
    }

    .top-flow__type ul li a .text .en {
        position: absolute;
        left: 5vw;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 9vw;
        font-size: 5vw;
    }

    .top-flow__type ul li a .arrow:after {
        opacity: 1;
        border-color: transparent transparent #1a1a1a transparent;
        border-width: 0px 0px 10px 10px;
    }

    .top-flow__type ul li a .arrow:before {
        display: none;
    }

    .top-flow__type ul li a .arrow {
        border: none;
        right: 10px;
        bottom: 10px;
    }

    .top-flow__content {
        padding: 10vw 0 15vw;
    }

    .top-flow__content:before {
        width: 95vw;
        left: -5vw;
        border-radius: 0 30px 30px 0;
    }

    li.top-flow__content-item .flow-num {
        width: 16vw;
        height: 12vw;
        background-size: contain;
    }

    li.top-flow__content-item .flow-num .flow {
        font-size: 3vw;
        left: 5vw;
    }

    li.top-flow__content-item .flow-num .num {
        font-size: 6vw;
    }

    li.top-flow__content-item {
        height: auto;
        display: block;
    }

    li.top-flow__content-item .text {
        padding-left: 10vw;
    }

    .text {}

    li.top-flow__content-item .text .title {
        font-size: 4vw;
        margin: 0 0 5vw;
    }

    li.top-flow__content-item .text .desc {
        font-size: 13px;
    }

    li.top-flow__content-item:after {
        left: 5vw;
        top: 17vw;
        height: auto;
        bottom: 5vw;
    }

    li.top-flow__content-item {
        padding-bottom: 8vw;
    }

    .top-flow__type {
        margin: 0;
    }

    .top-flow__content .top-flow__type ul {
        gap: 10px;
    }

    .top-flow__images .main {
        width: 95vw;
        height: 90vw;
    }

    .top-flow__images {
        margin-top: -20vw;
    }

    .top-flow__images .sub01 {
        width: 54vw;
        height: 31vw;
        left: -5vw;
        top: auto;
        bottom: -10vw;
    }

    .top-flow__images .sub01 img, .top-flow__images .sub02 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .top-flow__images .sub02 {
        width: 36vw;
        height: 43vw;
        right: 5vw;
        top: 12vw;
        left: auto;
        z-index: 1;
    }

    section.top-works {
        padding: 10vw 0 20vw;
    }

    .top-works__title {
        margin-bottom: 10vw;
    }

    .top-works__title .en {
        font-size: 21vw;
        width: 100%;
        text-align: center;
    }

    .top-works__title-text {
        display: flex;
        flex-wrap: wrap;
    }

    .top-works__title-text p {
        text-align: center;
        width: 100%;
        font-size: 4vw;
        margin-bottom: 0;
    }

    .top-works__title-text h2 {
        order: -1;
        width: 63vw;
        margin: -10vw auto 5vw;
        font-size: 4vw;
        line-height: 2;
        text-align: center;
        transform: rotate(-2deg);
        padding: 0;
    }

    .top-works__list .slick-dots li button {
        width: 100%;
        height: 100%;
        background: #1A1A1A;
        border-radius: 50%;
        transition: .2s;
    }

    .top-works__list .slick-dots li {
        width: 10px;
        height: 10px;
        padding: 0;
    }

    .top-works__list .slick-dots {
        display: flex;
        justify-content: center;
        gap: 30px;
        bottom: -15vw;
    }

    .top-works__list .slick-dots li button:before {
        display: none;
    }

    .top-works__list .slick-dots li.slick-active button {
        background: #F8A836;
        box-shadow: 0 0 0 5px rgb(252 165 16 / 20%);
    }

    li.top-works__list-item {
        width: 80vw;
    }

    ul.top-works__list-group {
        margin: 0 5vw;
    }

    li.top-works__list-item+li.top-works__list-item {
        margin-top: 5vw;
    }

    li.top-works__list-item .content .arrow {
        width: 40px;
        height: 40px;
        background-color: #1A1A1A;
        background-image: url(image/arrow-orange.svg);
    }

    li.top-works__list-item .content {
        padding: 4vw;
        position: relative;
    }

    li.top-works__list-item .content .title {
        font-size: 16px;
    }

    li.top-works__list-item .content .text {
        font-size: 13px;
        margin: 0;
        padding-right: 50px;
    }

    li.top-works__list-item .content .cate {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0 10px 0 0;
        transform: translateY(-100%);
    }

    .top-works__list ul {
        gap: 0;
    }

    .top-works__btn {
        margin-top: 26vw;
    }

    .top-works__list .slick-list {
        overflow: inherit;
    }

    section.top-service {
        padding: 20vw 0;
        border-radius: 0 0 30px 30px;
        margin-bottom: -30px;
    }

    .top-service__title .en {
        font-size: 18px;
    }

    .top-service__title .jp {
        font-size: 24px;
    }

    .top-service__title {
        margin-bottom: 20px;
    }

    .top-service__desc {
        font-size: 13px;
        margin-bottom: 50px;
    }

    .top-service__content-title .sevice-num {
        width: 68px;
        height: 51px;
        background-size: contain;
    }

    .top-service__content-title .sevice-num .service {
        font-size: 10px;
        left: -9px;
    }

    .top-service__content-title .sevice-num .num {
        font-size: 26px;
    }

    .top-service__content-text {
        width: 100%;
        margin: 15px 0 0;
    }

    .top-service__content-text .jp {
        font-size: 18px;
    }

    .top-service__content-text .en {
        font-size: 14px;
    }

    .top-service__content-title {
        border-bottom: 1px solid #FFFFFF;
        padding-bottom: 20px;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    ul.top-service__content-list li .head {
        justify-content: flex-start;
        padding: 0 5vw;
        height: 50px;
    }

    ul.top-service__content-list li .head h3 {
        font-size: 15px;
    }

    ul.top-service__content-list li .body .icon {
        display: none;
    }

    ul.top-service__content-list li .bottom {
        display: none;
    }

    ul.top-service__content-list li .body {
        padding: 4vw 5vw;
        border: none;
    }

    ul.top-service__content-list li .body .text {
        height: auto;
    }

    ul.top-service__content-list li {
        width: 100%;
    }

    ul.top-service__content-list li:nth-child(3n),
    ul.top-service__content-list li:nth-child(3n+2) {
        transform: inherit;
    }

    ul.top-service__content-list {
        gap: 10px;
    }

    .top-service__content+.top-service__content {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }

    section.top-faq {
        padding: 30vw 0 20vw;
        border-radius: 0 0 30px 30px;
        margin-bottom: -30px;
    }

    .top-faq__title .en {
        font-size: 18px;
    }

    .top-faq__title .jp {
        font-size: 24px;
    }

    .top-faq__question {
        padding: 10px;
    }

    .top-faq__question-label {
        font-size: 18px;
        width: 40px;
        height: 40px;
        margin-right: 0;
    }

    .top-faq__question-text {
        width: calc(100% - 40px);
        font-size: 14px;
        padding-left: 20px;
    }

    .top-faq__question-mark {
        display: none;
    }

    .top-faq__answer {
        display: block !important;
    }

    .top-faq__answer-inner {
        padding: 5vw 0;
    }

    .top-faq__answer-label {
        display: none;
    }

    .top-faq__answer-text {
        font-size: 13px;
        font-weight: 500;
    }

    .top-faq__btn {
        margin-top: 40px;
    }

    section.top-posts {
        padding: 30vw 0 20vw;
    }

    .top-posts__title .en {
        font-size: 16px;
    }

    .top-posts__title .jp {
        font-size: 22px;
    }

    .top-posts__title {
        margin-bottom: 15px;
    }

    .top-posts__desc {
        font-weight: 500;
    }

    .top-posts__list ul {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 10px;
    }

    .top-posts__list ul li {
        width: calc(50% - 5px);
    }

    .top-posts__list-img {
        width: 100%;
        height: 28vw;
    }

    .top-posts__list-text {
        width: 100%;
        padding: 10px 0;
    }

    .top-posts__list-text .arrow {
        display: none;
    }

    .top-posts__list-text .title {
        padding: 0;
        font-size: 14px;
        -webkit-line-clamp: 3;
    }

    .top-posts__list li a {
        border-top: 0;
        border-bottom: 1px solid #e2e2e2;
        padding: 0 0 5px;
    }

    .top-posts__btn.site-common-btn a {
        width: 220px;
        height: 50px;
    }

    section.top-posts .wrap {
        gap: 60px;
    }

    .-type02 .top-posts__list ul li {
        width: 100%;
    }

    .-type02 .top-posts__list li a {
        border: none;
        padding: 0;
        overflow: hidden;
        border-radius: 6px;
        box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
    }

    .-type02 .top-posts__list-img {
        width: 33vw;
        height: 33vw;
        border-radius: 0;
    }

    .-type02 .top-posts__list-img img {
        object-fit: contain;
    }

    .-type02 .top-posts__list-text {
        width: 57vw;
        padding: 4vw;
    }

    .top-posts__list-text .arrow-type02 {
        display: none;
    }

    .top-posts__list-text.-type02 .title {
        font-size: 14px;
    }

    section.ft-contact {
        gap: 4px;
        background: #fff;
    }

    .ft-contact__block {
        width: 100%;
        height: 36vw;
    }

    .ft-contact__block-bg-image:after {
        opacity: 0.7;
        mix-blend-mode: multiply;
    }

    .ft-contact__block-content {
        padding: 5vw 5vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .ft-contact__block-desc {
        display: none;
    }

    .ft-contact__block-title .jp {
        font-size: 4vw;
    }

    .ft-contact__block-title .en {
        font-size: 9vw;
        margin: 0;
    }

    .ft-contact__block-arrow {
        margin: 0;
        width: 12vw;
        height: 12vw;
        background-size: 30%;
    }

    section.ft-tel {
        padding: 10vw 0;
    }

    .ft-tel__title {
        font-size: 3.6vw;
        margin-bottom: 5vw;
    }

    .ft-tel__number {
        font-size: 9vw;
        line-height: 1;
    }

    .ft-tel__number span {
        font-size: 60%;
    }

    .ft-tel__time {
        font-weight: 500;
        font-size: 4.4vw;
        margin: 0;
    }

    .ft-tel__text {
        display: none;
    }

    footer.site-footer {
        padding: 20vw 0 5vw;
    }

    .site-footer__left {
        width: 100%;
    }

    .site-footer__title {
        text-align: center;
    }

    .site-footer__logo {
        margin: 0 auto 15px;
    }

    .site-footer__desc {
        text-align: center;
    }

    .site-footer__infos {
        text-align: center;
    }

    a.site-footer__btns-link {
        margin: 0 auto;
    }

    .site-footer__right {
        display: none;
    }

    .site-bottom {
        padding: 5vw 0;
    }

    .site-bottom__links {
        display: none;
    }

    .site-bottom__copyright {
        width: 100%;
        text-align: center;
    }

    .page-fv {
        padding: 100px 0 5vw;
    }

    .page-fv__title {
        font-size: 26px;
    }

    .page-fv__en-title {
        font-size: 18px;
    }

    .page-fv__text {
        margin-bottom: 30px;
    }

    .page-fv__btns a {
        background: rgb(255 255 255 / 10%);
        height: 56px;
        width: 230px;
    }

    .page-fv__btns ul {
        gap: 10px;
    }

    .page-fv__btns a .arrow:after {
        opacity: 1;
    }

    .page-fv__btns a .arrow:before {
        opacity: 0;
    }

    .page-fv__breadcrumb {
        text-align: left;
        font-size: 11px;
    }

    .page-fv__breadcrumb .inner {
        padding: 0 5vw;
    }

    .service-introduction__text span {
        font-size: 8vw;
    }

    .service-introduction__text {
        font-size: 7vw;
    }

    .service-introduction__sub-text {
        font-size: 4.4vw;
    }

    .service-introduction__catch {
        margin-bottom: 5vw;
    }

    h2.service-effect-title {
        font-size: 5vw;
        font-weight: 500;
    }

    .service-introduction__desc {
        margin-bottom: 15vw;
    }

    .service-effect-list__item-label {
        width: 54vw;
        height: 54vw;
        font-size: 5vw;
        font-weight: 500;
    }

    li.service-effect-list__item {
        width: 100%;
    }

    .service-effect-list ul {
        gap: 30px;
    }

    .service-effect-list__item-label:after {
        height: 16vw;
        bottom: -8vw;
    }

    .service-effect-list__item-label span {
        font-size: 70%;
    }

    section.service-strength {
        padding: 20vw 0 15vw;
        border-radius: 30px;
    }

    .service-strength-title {
        font-size: 5vw;
        padding-bottom: 4vw;
        margin-bottom: 3vw;
    }

    .service-strength-title:after {
        width: 15vw;
    }

    .service-strength-list__item {
        padding: 5vw 0;
        display: flex;
        flex-wrap: wrap;
        min-height: auto;
    }

    .service-strength-list__item-image {
        position: static;
        width: 100%;
        order: -1;
    }

    .service-strength-list__item:nth-child(2n) {
        padding: 5vw 0;
    }

    .service-strength-list__item-image img {
        width: 100%;
        height: 40vw;
        object-fit: cover;
    }

    .service-strength-list__item-label-icon {
        width: 18vw;
        height: 16vw;
        background-size: contain;
        position: absolute;
        top: 8vw;
        left: 3vw;
        color: #fff;
        background-image: url(image/num-object-white.svg);
    }

    .service-strength-list__item-label-en {
        font-size: 2.5vw;
        height: auto;
        left: 5vw;
    }

    .service-strength-list__item-label-number {
        font-size: 6vw;
    }

    .service-strength-list__item-label-title {
        font-size: 16px;
        margin: 4vw 0 3vw;
    }

    .service-strength-list__item-label {
        margin-bottom: 0;
    }

    .service-strength-list__item-desc {
        font-size: 13px;
    }

    .page-fv {
        padding: 100px 0 5vw;
    }

    .page-fv__title {
        font-size: 26px;
    }

    .page-fv__en-title {
        font-size: 18px;
    }

    .page-fv__text {
        margin-bottom: 30px;
    }

    .page-fv__btns a {
        background: rgb(255 255 255 / 10%);
        height: 56px;
        width: 230px;
    }

    .page-fv__btns ul {
        gap: 10px;
    }

    .page-fv__btns a .arrow:after {
        opacity: 1;
    }

    .page-fv__btns a .arrow:before {
        opacity: 0;
    }

    .page-fv__breadcrumb {
        text-align: left;
    }

    .page-fv__breadcrumb .inner {
        padding: 0 5vw;
    }

    .service-introduction__text span {
        font-size: 8vw;
    }

    .service-introduction__text {
        font-size: 7vw;
    }

    .service-introduction__sub-text {
        font-size: 4.4vw;
    }

    .service-introduction__catch {
        margin-bottom: 5vw;
    }

    h2.service-effect-title {
        font-size: 5vw;
        font-weight: 500;
    }

    .service-introduction__desc {
        margin-bottom: 15vw;
    }

    .service-effect-list__item-label {
        width: 54vw;
        height: 54vw;
        font-size: 5vw;
        font-weight: 500;
    }

    li.service-effect-list__item {
        width: 100%;
    }

    .service-effect-list ul {
        gap: 30px;
    }

    .service-effect-list__item-label:after {
        height: 16vw;
        bottom: -8vw;
    }

    .service-effect-list__item-label span {
        font-size: 70%;
    }

    section.service-strength {
        padding: 20vw 0 15vw;
        border-radius: 30px;
    }

    .service-strength-title {
        font-size: 5vw;
        padding-bottom: 4vw;
        margin-bottom: 3vw;
    }

    .service-strength-title:after {
        width: 15vw;
    }

    .service-strength-list__item {
        padding: 5vw 0;
        display: flex;
        flex-wrap: wrap;
    }

    .service-strength-list__item-image {
        position: static;
        width: 100%;
        order: -1;
    }

    .service-strength-list__item:nth-child(2n) {
        padding: 5vw 0;
    }

    .service-strength-list__item-image img {
        width: 100%;
        height: 40vw;
        object-fit: cover;
    }

    .service-strength-list__item-label-icon {
        width: 18vw;
        height: 16vw;
        background-size: contain;
        position: absolute;
        top: 8vw;
        left: 3vw;
        color: #fff;
        background-image: url(image/num-object-white.svg);
    }

    .service-strength-list__item-label-en {
        font-size: 2.5vw;
        height: auto;
        left: 5vw;
    }

    .service-strength-list__item-label-number {
        font-size: 6vw;
    }

    .service-strength-list__item-label-title {
        font-size: 16px;
        margin: 4vw 0 3vw;
    }

    .service-strength-list__item-label {
        margin-bottom: 0;
    }

    .service-strength-list__item-desc {
        font-size: 13px;
    }

    section.service-provide {
        padding: 15vw 0 30vw;
    }

    .service-provide-title {
        font-size: 5vw;
        line-height: 1.5;
        padding: 2vw 5vw;
    }

    li.service-provide-list__item.-third {
        width: 100%;
        height: 80px;
        font-size: 16px;
    }

    .service-provide-list ul {
        gap: 10px;
    }

    li.service-provide-list__item.-quarter {
        width: calc(50% - 5px);
        font-size: 12px;
        height: 70px;
    }

    li.service-provide-list__item {
        padding: 0 1em;
    }

    .page-service-child section.top-works {
        padding: 25vw 0 20vw;
    }

    section.reason-about {
        padding: 20vw 0;
    }

    .reason-about__catch {
        margin-bottom: 15vw;
    }

    .reason-about__text {
        font-size: 7vw;
        margin-bottom: 3vw;
    }

    .reason-about__sub-text {
        font-size: 4.5vw;
    }

    .reason-about__data-title {
        position: static;
        font-size: 5vw;
        margin-bottom: 7vw;
    }

    li.reason-about__data-item {
        width: 48vw;
        margin-top: -4vw !important;
        height: 50vw;
        margin: 0 -2vw;
        margin-bottom: 0 !important;
    }



    ul.reason-about__data-list {
        padding: 0;
    }

    .reason-about__data-label {
        font-size: 4vw;
    }

    .reason-about__data-number {
        font-size: 10vw;
    }

    .reason-about__data-number span {
        font-size: 60%;
    }

    .reason-about__data-label span {
        font-size: 80%;
    }

    .reason-about__review-title span {
        font-size: 5vw;
        width: 80vw;
        line-height: 2.5;
    }

    .reason-about__review-list {
        gap: 30px;
    }

    .reason-about__review-item {
        width: 100%;
    }

    .reason-about__review-author.flex {
        order: -1;
        width: 25vw;
        padding: 0 5vw 0 0;
        border-right: 1px solid;
        border-top: none;
    }

    .reason-about__review-author-icon {
        width: 100%;
    }

    .reason-about__review-author-icon img {
        width: 100%;
    }

    .reason-about__review-author:after {
        transform: rotate(45deg);
        width: 4vw;
        right: -0.4vw;
        left: auto;
        top: 30px;
    }

    .reason-about__review-author:before {
        left: auto;
        right: -1px;
        top: 7.2vw;
        height: 2vw;
        width: 1px;
    }

    .reason-about__review-text {
        width: 60vw;
        padding-left: 5vw;
        margin: 0 0;
        font-size: 16px;
        line-height: 1.5;
    }

    .reason-about__review-author-name {
        font-size: 12px;
        margin-top: 5px;
    }

    section.reason-strength {
        margin: 0;
        border-radius: 40px;
        padding: 20vw 0;
    }

    .reason-strength__title {
        text-align: center;
        margin-bottom: 30px;
    }

    .reason-strength__title-text {
        font-size: 20px;
    }

    .reason-strength__title-sub-text {
        font-size: 16px;
    }

    .reason-strength__item-image {
        position: static;
        width: 100%;
        margin-bottom: 4vw;
    }

    .reason-strength__item-text {
        width: 100%;
    }

    .reason-strength__item-text p.catch {
        font-size: 14px;
    }

    .reason-strength__item-text p {
        font-size: 13px;
    }

    .reason-strength__item:nth-child(2n) {
        padding-left: 0;
        margin-top: 15vw;
    }

    .reason-strength__item+.reason-strength__item {
        margin-top: 15vw;
    }

    .reason-strength__item-title-num {
        font-size: 5vw;
        width: 18vw;
        height: 12vw;
        margin-right: 4vw;
    }

    .reason-strength__item-title-text {
        display: flex;
        flex-wrap: wrap;
    }

    .reason-strength__item-title-text-sub {
        font-size: 3.5vw;
        margin: 0;
        order: 2;
        padding: 0;
    }

    .reason-strength__item-title-text-main {
        font-size: 5vw;
        margin-bottom: 1vw;
    }

    .reason-strength__item-title-text-main:first-letter {
        font-size: 150%;
        margin-right: 0;
    }

    .reason-strength__item-title {
        margin-bottom: 3vw;
    }

    section.reason-director {
        padding: 20vw 0;
    }

    .reason-director__title-sub-text {
        font-size: 4vw;
    }

    .reason-director__title-text {
        font-size: 5.5vw;
    }

    .reason-director__title {
        margin-bottom: 5vw;
    }

    .reason-director__desc {
        text-align: left;
        margin-bottom: 5vw;
    }

    .reason-director__desc-catch {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .reason-director__desc-text {
        font-size: 13px;
    }

    .reason-director__list {
        gap: 20px 10px;
        margin: 0;
    }

    .reason-director__item {
        width: calc(50% - 5px);
    }

    .reason-director__item-image img {
        height: 60vw;
    }

    .reason-director__item-arrow {
        display: none;
    }

    .reason-director__item-name {
        text-align: center;
    }

    .reason-director__item-image {
        margin-bottom: 3vw;
    }

    section.reason-professional {
        margin: 0;
        border-radius: 30px;
        padding: 20vw 0;
    }

    .reason-professional__title-sub-text {
        font-size: 5vw;
    }

    .reason-professional__title-sub-text span img {
        height: 11vw;
    }

    .reason-professional__title-sub-text span {
        margin: 0 3vw;
    }

    h2.reason-professional__title-text {
        font-size: 6vw;
        line-height: 2;
    }

    .reason-professional__title {
        margin-bottom: 5vw;
    }

    .reason-professional__text {
        line-height: 1.8;
    }

    .reason-professional__btn.site-common-btn a {
        margin: 0;
    }

    .reason-professional__image .slick-slide {
        width: 40vw;
        margin: 0 5px;
    }

    .reason-professional__image .slick-slide img {
        height: 40vw;
    }

    .reason-professional__image-slider01 {
        margin-bottom: 10px;
    }

    .reason-professional__content.-marketer {
        padding: 0;
        margin-top: 15vw;
    }

    section.reason-message {
        padding: 20vw 0;
    }

    .reason-message__title-sub-text {
        font-size: 16vw;
        margin-bottom: 3vw;
    }

    h2.reason-message__title-text {
        width: 80vw;
        margin-left: 5vw;
        font-size: 5vw;
        line-height: 2;
        transform: rotate(-2deg);
    }

    .reason-message__title {
        margin-bottom: 8vw;
    }

    .reason-message__content {
        text-align: left;
        font-size: 13px;
    }

    .page-reason section.top-service {
        border-radius: 0 0 30px 30px;
        margin: 0;
    }

    section.contact-list {
        padding: 20vw 0;
    }

    h2.contact-list__title span {
        font-size: 4vw;
    }

    h2.contact-list__title {
        margin-bottom: 8vw;
    }

    ul.contact-list__items {
        gap: 10px;
    }

    ul.contact-list__items li {
        width: 100%;
    }

    .company-page__title-en {
        font-size: 50px;
    }

    section.company-mvv {
        padding: 20vw 0;
    }

    section.company-members {
        padding: 20vw 0;
        border-radius: 30px;
    }

    h2.company-page__title {
        font-size: 16px;
    }

    .history_box .year {
        font-size: 30px;
        width: 90px;
    }

    .history_box {
        padding: 0;
        gap: 0;
    }

    .history_box .detail {
        width: calc(100% - 90px);
        padding: 5vw 0 5vw 5vw;
    }

    table.detail_table th:after {
        left: -5vw;
        top: 22px;
        height: 4px;
    }

    table.detail_table th, table.detail_table td {
        padding: 1em 0;
    }

    .member__list.-sales {
        gap: 30px 10px;
    }

    .-sales .member__list-item {
        width: calc(50% - 5px);
    }

    .member__list-item-catch {
        display: none;
    }

    .member__list-item-arrow {
        font-size: 13px;
        width: 140px;
    }

    .member__list-item-image img {
        height: 50vw;
    }

    .member__list {
        gap: 30px 10px;
    }

    .member-content .member__list-item {
        width: calc(50% - 5px);
    }

    .member__list-item-jobname {
        font-size: 11px;
        left: 0;
        bottom: 0;
        top: auto;
    }

    section.member-content {
        padding: 20vw 0;
    }

    .-member .page-fv__en-title {
        font-size: 11vw;
        margin-bottom: 2vw;
    }

    .-member .page-fv__title {
        font-size: 4vw;
    }

    .single-member__image {
        order: -1;
        width: 100%;
        margin-top: -30vw;
    }

    .page-fv.-member {
        padding-bottom: 30vw;
    }

    .single-member__image-slider ul li img {
        height: 90vw;
    }

    .single-member__image-pager .slick-slide {
        width: 14vw;
        height: 14vw;
        margin: 0 1vw;
    }

    .single-member__intro {
        width: 100%;
        padding: 5vw 0 10vw;
    }

    .single-member__catch {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .single-member__tags {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .single-member__contact-btn.site-common-btn {
        margin-top: 30px;
    }

    .single-member__contact-btn.site-common-btn a {
        width: 260px;
        height: 50px;
    }

    .single-member__message {
        margin-top: 0;
        padding: 5vw;
    }

    section.single-member__works {
        padding: 15vw 0;
    }

    section.single-member__works .top-works__title-text {
        margin-left: 10vw;
    }

    section.single-member__works .top-works__btn {
        flex-wrap: wrap;
        gap: 10px;
    }

    .member__list-item {
        width: 60vw;
    }

    .member__list-item-image img {
        height: 60vw;
    }

    .member__list-item-catch {
        display: none;
    }

    section.single-member__other-members {
        margin-bottom: 20vw;
    }

    section.archive-works__content {
        padding: 7vw 0 15vw;
    }

    .archive-works__inner {
        width: 90%;
    }

    .archive-works__inner-main {
        width: 100%;
    }

    .archive-works__item-info-item-text {
        width: calc(100% - 60px);
    }

    .archive-works__item-image {
        height: 50vw;
    }

    .archive-works__item-info-arrow {
        display: none;
    }

    .archive-works__inner-sidebar {
        width: 100%;
    }

    section.single-works__content {
        padding: 8vw 0 15vw;
    }

    .single-works__inner {
        width: 90%;
    }

    .single-works__inner-main {
        width: 100%;
    }

    .single-works__image {
        margin-bottom: 5vw;
    }

    .single-works__title {
        font-size: 18px;
    }

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

    .single-works__info-item-label {
        font-size: 12px;
        width: 70px;
    }

    .single-works__info-item+.single-works__info-item {
        margin-top: 7px;
    }

    .single-works__mockup, .single-works__comment {
        width: 100%;
    }

    .single-works__mockup-image-sp {
        right: 1vw;
    }

    .single-works__comment {
        margin-top: 15vw;
    }

    .single-works__info {
        margin-bottom: 15vw;
    }

    .single-works__person {
        flex-wrap: wrap;
        gap: 0;
    }

    .single-works__person-item {
        width: 100%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 40vw;
        height: 45vw;
        align-content: center;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

    .single-works__person-image {
        position: absolute;
        left: 0;
        width: 35vw;
        height: 35vw;
        margin: 0;
    }

    .single-works__person-image img {
        width: 100%;
        height: 100%;
    }

    .single-works__person-name {
        text-align: left;
    }

    .single-works__person-label {
        height: 30px;
        background-size: contain;
        padding-left: 20px;
        font-size: 13px;
        margin-bottom: 10px;
    }

    a.single-works__person-detail-btn {
        width: 30px;
        height: 30px;
        overflow: hidden;
        text-indent: -9999px;
        position: absolute;
        right: 0;
        bottom: 5vw;
        background: #1a1a1a;
        background-image: url(image/arrow-orange.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40%;
    }

    .single-works__person-item+.single-works__person-item {
        border-top: 1px solid #E3E3E3;
    }

    .single-works__nav.flex_sb {
        margin-top: 15vw;
        padding-top: 10vw;
        gap: 5vw;
    }

    .single-works__inner-sidebar {
        width: 100%;
    }

    a.single-works__nav-next:after {
        order: -1;
    }

    li.service-effect-list__item+li.service-effect-list__item:after {
        display: none;
    }

    .contact-form__title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .contact-form__guide-box+.contact-form__guide-box {
        margin-top: 15px;
    }

    h2.contact-form__subtitle {
        font-size: 16px;
    }

    .contact-form__member-list--column-many ul.contact-form__members li {
        width: 21vw;
    }

    ul.contact-form__members {
        gap: 1vw;
    }

    .contact-form__form {
        width: 100%;
        margin: 50px 0 0;
    }

    section.flow-content .top-flow__title {
        margin-top: 15vw;
    }

    div#fixed-banner {
        right: 2vw;
        bottom: 2vw;
        width: 50vw;
    }

    button#close-banner {
        width: 6vw;
        height: 6vw;
        left: -3vw;
        top: 7vw;
    }

    section.document-list .wrap {
        gap: 15vw 0;
    }

    .document-list__item {
        width: 100%;
    }

}