@charset "utf-8";
/*
Theme Name: MASSIVE child
Theme URI:https://tcd-theme.com/tcd084
Description:WordPressテーマ「MASSIVE」の子テーマ
Template:massive_tcd084
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/
#container {
    padding-top: 92px;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    #container {
        padding-top: 60px;
    }
    @media screen and (max-width: 950px) {
        #container {
            padding-top: calc(60/390*100vw) !important;
        }
    }
}
html.open_menu {
    overflow: hidden;
}
html.open_menu body {
    overflow: hidden;
}
/*
    ヘッダー
*/
#header {
    height: 92px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #header {
            height: calc(60/390*100vw) !important;
        }
    }
}
#header_logo {
    width: 266px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #header_logo {
            width: calc(163/390*100vw) !important;
        }
    }
}
#header_logo .logo img {
    width: 266px;
    height: auto;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #header_logo .logo img {
            width: calc(163/390*100vw);
            height: auto;
        }
    }
}
#site_description {
    height: 100%;
}
#header_slider .catch {
    font-weight: 600;
}
#header_slider .desc {
    font-weight: 600;
}
#header_slider_button {
    display: none;
}
/*
    ハンバーガーメニュー
*/
#menu_button {
    width: 92px;
    height: 100%;
    background-color: transparent !important;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #menu_button {
            width: calc(60/390*100vw) !important;
            height: calc(60/390*100vw) !important;
            line-height: calc(60/390*100vw) !important;
        }
    }
}
#menu_button span {
    width: 28px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #menu_button span {
            width: calc(28/390*100vw) !important;
        }
    }
}
#menu_button span:nth-child(1) {
    top: 38%;
}
@media screen and (max-width: 1200px) {
    #menu_button span:nth-child(1) {
        top: 34% !important;
    }
    @media screen and (max-width: 950px) {
        #menu_button span:nth-child(1) {
            top: 34% !important;
            left: calc(18/390*100vw) !important;
        }
    }
}
#menu_button span:nth-child(2) {
    top: 50%;
}
@media screen and (max-width: 1200px) {
    #menu_button span:nth-child(2) {
        top: 50% !important;
    }
    @media screen and (max-width: 950px) {
        #menu_button span:nth-child(2) {
            top: 50% !important;
            left: calc(18/390*100vw) !important;
        }
    }
}
#menu_button span:nth-child(3) {
    top: 62%;
}
@media screen and (max-width: 1200px) {
    #menu_button span:nth-child(3) {
        top: 66% !important;
    }
    @media screen and (max-width: 950px) {
        #menu_button span:nth-child(3) {
            top: 66% !important;
            left: calc(18/390*100vw) !important;
        }
    }
}
html.open_menu #menu_button span:nth-child(1) {
    top: 50%;
}
@media screen and (max-width: 1200px) {
    html.open_menu #menu_button span:nth-child(1) {
        top: 50% !important;
    }
    @media screen and (max-width: 950px) {
        html.open_menu #menu_button span:nth-child(1) {
            top: 50% !important;
        }
    }
}
html.open_menu #menu_button span:nth-child(3) {
    top: 50%;
}
@media screen and (max-width: 1200px) {
    html.open_menu #menu_button span:nth-child(3) {
        top: 50% !important;
    }
    @media screen and (max-width: 950px) {
        html.open_menu #menu_button span:nth-child(3) {
            top: 50% !important;
        }
    }
}
html.open_menu #drawer_menu {
    top: 92px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        html.open_menu #drawer_menu {
            top: calc(60/390*100vw) !important;
            padding-top: 0 !important;;
        }
    }
}
/*
    ドロワーメニュー
*/
#drawer_menu {
    position: fixed;
}
/*
    グローバルメニュー
*/
#global_menu li a {
    height: 88px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #global_menu li a {
            height: calc(80/390*100vw) !important;
        }
    }
}
#global_menu li a .inner {
    line-height: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#global_menu li a .inner span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
}
#global_menu li a:hover {
    border-color: #141414 !important;
}
#global_menu li a .inner span {
    font-size: 20px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #global_menu li a .inner span {
            font-size: calc(12/390*100vw) !important;
        }
    }
}
#global_menu li a .inner span.title {
    font-size: 24px;
    transition: opacity 0.5s ease;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #global_menu li a .inner span.title {
            font-size: calc(18/390*100vw) !important;
        }
    }
}
#global_menu li a:hover .inner span.title {
    opacity: 0.3;
}
#global_menu > ul > li > a .inner:before {
    background: #141414;
    height: 2px;
    top: calc(50% - 3px);
    transition: opacity 0.5s ease;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #global_menu > ul > li > a .inner:before {
            width: calc(8/390*100vw) !important;
            top: calc(50% - (2/390*100vw)) !important;
        }
    }
}
#global_menu > ul > li > a .inner:after {
    background: #141414;
    height: 2px;
    top: calc(50% + 3px);
    transition: opacity 0.5s ease;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #global_menu > ul > li > a .inner:after {
            width: calc(8/390*100vw) !important;
            top: calc(50% + (3/390*100vw)) !important;
        }
    }
}
#global_menu li a:hover .inner:before {
    opacity: 0.3;
}
#global_menu li a:hover .inner:after {
    opacity: 0.3;
}
/*
    戻るボタン
*/
#return_top_pc {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    width: 60px;
    height: 60px;
    display: flex;
}
#return_top_pc a {
    height: 100%;
    border: none;
    background: #1A1A1A !important;
}
/*
    フッター
*/
#footer {
    position: relative;
    z-index: 30;
}
#footer_banner {
    padding-top: 100px;
    padding-bottom: 200px;
    margin: 0 auto;
    max-width: 1100px;
    gap: 60px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #footer_banner {
            display: flex !important;
            flex-direction: column;
            padding: calc(50/390*100vw) calc(25/390*100vw);
            gap: calc(30/390*100vw);
        }
    }
}
#footer_banner img {
    max-width: 100%;
}
#footer_banner .footer_banner_inner {
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #footer_banner .footer_banner_inner {
            padding-bottom: calc(20/390*100vw);
        }
    }
}
#footer_banner .footer_banner_inner .headline {
    font-size: 72px;
    font-weight: bold;
    color: #1A1A1A;
    letter-spacing: .05em;
    margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
    #footer_banner .footer_banner_inner .headline {
        font-size: 48px;
    }
    @media screen and (max-width: 950px) {
        #footer_banner .footer_banner_inner .headline {
            font-size: calc(40/390*100vw) !important;
            margin-bottom: calc(40/390*100vw) !important;
        }
    }
}
#footer_banner .footer_banner_inner .headline span {
    margin-top: 1em;
    display: block;
    font-size: 16px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #footer_banner .footer_banner_inner .headline span {
            font-size: calc(16/390*100vw) !important;
        }
    }
}
#footer_banner .footer_banner_inner .headline + p {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: calc((4/24)*1em);
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #footer_banner .footer_banner_inner .headline + p {
            font-size: calc(18/390*100vw);
            line-height: calc(30/20);
        }
    }
}
#footer_banner .banner {
    border-radius: 100px;
    border: 2px solid #1A1A1A;
    overflow: hidden;
    height: 160px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #footer_banner .banner {
            height: calc(108/390*100vw) !important;
            border-radius: calc(100/390*100vw);
            flex: 1 1 auto;
        }
    }
}
#footer_banner .banner .title_area {
    width: 100%;
    font-weight: bold;
    text-align: center;
}
#footer_banner .banner.banner1 .title_area .title {
    font-size: 18px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #footer_banner .banner.banner1 .title_area .title {
            font-size: calc(16/390*100vw) !important;
        }
    }
}
#footer_banner .banner.banner1 .title_area .desc {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: .2em;
    line-height: 1;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #footer_banner .banner.banner1 .title_area .desc {
            font-size: calc(32/390*100vw) !important;
            letter-spacing: 0.04em;
        }
    }
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #footer_banner .banner.banner2 .title_area .title {
            font-size: calc(18/390*100vw) !important;
        }
    }
}
#footer_banner .banner:hover .title_area .title {
    color: #fff;
}
#footer_banner .banner:hover .title_area .desc {
    color: #fff;
}
#footer_banner .bg_banner_img {
    position: absolute;
    width: 581px;
    top: 160px;
    left: calc(50% - 430px);
    transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #footer_banner .bg_banner_img {
            width: calc(300/390*100vw);
            top: calc(90/390*100vw);
            left: calc(50% - (100/390*100vw));
        }
    }
}
#footer_menu_wrapper {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: #fff;
}
@media screen and (max-width: 950px) {
    #footer_menu_wrapper {
        flex-direction: column;
        padding: 0;
    }
}
#footer_menu_wrapper * {
    box-sizing: border-box;
}
#footer_menu_wrapper .footer_menu_wrapper_inner {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 950px) {
    #footer_menu_wrapper .footer_menu_wrapper_inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
#footer_bottom {
    width: 40%;
    border: none;
    text-align: left;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width: 950px) {
    #footer_bottom {
        width: 100%;
        text-align: center;
        padding: calc(90/390*100vw) calc(25/390*100vw) 0 !important;
    }
}
#footer_logo {
    margin-bottom: 30px;
}
#footer_logo .logo {
    margin: 0;
    width: 163px;
}
@media screen and (max-width: 950px) {
    #footer_logo .logo {
        margin: 0 auto;
        width: calc(163/390*100vw);
    }
}
#footer_logo .logo img {
    width: 163px;
    height: auto;
}
@media screen and (max-width: 950px) {
    #footer_logo .logo img {
        width: calc(163/390*100vw);
    }
}
.footer_company_address {
    margin-bottom: 1em;
}
@media screen and (max-width: 950px) {
    .footer_company_address {
        font-size: calc(16/390*100vw);
        text-align: left;
    }
}
.footer_company_address p {
    line-height: 1.5;
}
.footer_company_tel p {
    line-height: 1.5;
}
@media screen and (max-width: 950px) {
    .footer_company_tel {
        font-size: calc(16/390*100vw);
        text-align: left;
    }
}
#footer_menu {
    width: 55%;
    border-left: 1px solid #B0B0B0;
    padding: 0 0 0 95px;
}
@media screen and (max-width: 950px) {
    #footer_menu {
        width: 51.6%;
        border-left: none;
        padding: 0;
    }
}
#footer_menu .footer_menu {
    padding: 0;
    border: none;
    width: calc(100% / 2);
}
#footer_menu .footer_menu:last-of-type {
    border: none;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #footer_menu .footer_menu {
            padding: calc(20/390*100vw) calc(25/390*100vw) !important;
        }
    }
}
#footer_menu .footer_menu ul > li {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width: 950px) {
    #footer_menu .footer_menu ul > li {
        padding: calc(8/390*100vw) 0;
        font-size: calc(14/390*100vw);
        text-align: left;
    }
}
.footer_copyright_wrapper {
    width: 100%;
    background-color: #fff;
}
#copyright {
    margin: 0 auto;
    width: 100%;
    max-width: 1230px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: 0 15px;
    display: flex;
    align-items: center;
    color: #141414;
    background-color: #fff;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #copyright {
            font-size: calc(16/390*100vw);
            height: calc(60/390*100vw);
            padding: 0 calc(15/390*100vw);
        }
    }
}
/*
    トップページ
*/
#header_slider .catch {
    font-weight: 600;
}
/*
#header_slider .catch.animate {
    -webkit-animation: slideUp 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
            animation: slideUp 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
}
#header_slider .desc.animate {
    -webkit-animation: slideUp 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.5s;
            animation: slideUp 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.5s;
}
*/
/*
    実績紹介
*/
#header_slider_wrap {
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    #header_slider .item1 .catch {
        font-size: 48px !important;
    }
    @media screen and (max-width: 950px) {
        #header_slider .item1 .catch {
            font-size: calc(26 / 390 * 100vw) !important;
        }
    }
}
@media screen and (max-width: 1200px) {
    #header_slider .item1 .desc p {
        font-size: 18px !important;
    }
    @media screen and (max-width: 950px) {
        #header_slider .item1 .desc p {
            font-size: calc(14 / 390 * 100vw) !important;
        }
    }
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #header_slider .caption {
            padding: 0 calc(5/390*100vw) !important;
        }
    }
}
.works_section_wrapper *{
    box-sizing: border-box;
}
.works_section_wrapper img {
    max-width: 100%;
}
.works_section_wrapper .works_section_inner {
    max-width: 1190px;
    margin: 0 auto;
    padding-top: 160px;
    padding-bottom: 60px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_section_wrapper .works_section_inner {
            padding-top: calc(60/390*100vw);
            padding-bottom: calc(30/390*100vw);
        }
    }
}
.works_section_wrapper .headline {
    font-size: 72px;
    font-weight: bold;
    letter-spacing: .05em;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    .works_section_wrapper .headline {
        font-size: 40px;
    }
    @media screen and (max-width: 950px) {
        .works_section_wrapper .headline {
            font-size: calc(40 / 390 * 100vw);
            margin-bottom: calc(15/390*100vw);
        }
    }
}
.works_section_wrapper .headline + p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: calc((4/100)*1em);
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_section_wrapper .headline + p {
            font-size: calc(16 / 390 * 100vw);
        }
    }
}
.works_section_wrapper .works_section_desc {
    margin: 160px auto 0;
    max-width: 680px;
    text-align: center;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_section_wrapper .works_section_desc {
            margin-top: calc(35/390*100vw);
            letter-spacing: 0;
        }
    }
}
.works_section_wrapper .works_section_desc p {
    font-size: 24px;
    letter-spacing: calc((4/24)*1em);
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_section_wrapper .works_section_desc p {
            font-size: calc(16 / 390 * 100vw);
        }
    }
}
.works_section_wrapper .works_section_desc p.works_section_desc_title {
    font-size: 40px;
    font-weight: bold;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_section_wrapper .works_section_desc p.works_section_desc_title {
            font-size: calc(24 / 390 * 100vw);
            letter-spacing: 0;
        }
    }
}
.works_section_wrapper .works_section_desc p.works_section_desc_title + p {
    margin-top: 30px;
    line-height: 2;
    font-weight: bold;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_section_wrapper .works_section_desc p.works_section_desc_title + p {
            margin-top: calc(20/390*100vw);
            padding: 0 calc(15/390*100vw);
        }
    }
}
.works_section_wrapper .works_section {
    margin-top: 90px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_section_wrapper .works_section {
            margin-top: calc(45/390*100vw);
        }
    }
}
.works_section_wrapper .works_section_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
    padding: 0 15px;
    max-width: 1190px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .works_section_wrapper .works_section_lists {
        gap: calc(30/1190*100vw) calc(50/1190*100vw);
        padding: 0 calc(15/1190*100vw);
    }
    @media screen and (max-width: 950px) {
        .works_section_wrapper .works_section_lists {
            flex-direction: column;
            gap: calc(30/390*100vw);
            padding: 0 calc(25/390*100vw);
        }
    }
}
.works_section_wrapper .works_section_item {
    width: 46.56%;
    max-width: 540px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_section_wrapper .works_section_item {
            width: 100%;
            max-width: 100%;
        }
    }
}
.works_section_wrapper .works_section_item_inner {
    position: relative;
    overflow: hidden;
    border-radius: 60px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_section_wrapper .works_section_item_inner {
            border-radius: calc(40/390*100vw);
        }
    }
}
.works_section_wrapper .works_section_item_inner:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}
.works_section_wrapper .works_section_item_inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    transform: scale(1);
}
.works_section_wrapper .works_section_item:hover .works_section_item_inner img {
    transform: scale(1.1);
}
.works_section_wrapper .works_section_item_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    color: #141414;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 40px;
    /* ここが重要 */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); /* Safari対応 */
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_section_wrapper .works_section_item_title {
            font-size: calc(24 / 390 * 100vw);
            padding: calc(20/390*100vw) calc(25/390*100vw);
        }
    }
}
.works_section_item_catchcopy_lists {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_section_item_catchcopy_lists {
            bottom: calc(20/390*100vw);
            left: calc(20/390*100vw);
            gap: calc(10/390*100vw) 0;
        }
    }
}
.works_section_item_catchcopy_lists > li {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_section_item_catchcopy_lists > li {
            font-size: calc(20/ 390 * 100vw);
        }
    }
}
.works_section_item_catchcopy_lists > li > span {
    display: block;
    line-height: 1;
    overflow: hidden;
    border-radius: 16px;
    width: 0%;
    transition: all 0.5s ease;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_section_item_catchcopy_lists > li > span {
            border-radius: calc(15/390*100vw);
        }
    }
}
.works_section_wrapper .works_section_item:hover .works_section_item_catchcopy_lists > li > span {
    width: 100%;
}
.works_section_wrapper .works_section_item .works_section_item_catchcopy_lists > li:nth-child(1) > span {
    transition-delay: 0.1s;
}
.works_section_wrapper .works_section_item .works_section_item_catchcopy_lists > li:nth-child(2) > span {
    transition-delay: 0.3s;
}
.works_section_wrapper .works_section_item .works_section_item_catchcopy_lists > li:nth-child(3) > span {
    transition-delay: 0.5s;
}
.works_section_item_catchcopy_lists > li > span span {
    display: inline-block;
    background-color: #fff;
    line-height: 1;
    padding: 15px 20px;
    border-radius: 16px;
    overflow: hidden;
    white-space: nowrap;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_section_item_catchcopy_lists > li > span span {
            padding: calc(10/390*100vw) calc(15/390*100vw);
        }
    }
}
.works_section_wrapper .bg_works_image {
    position: absolute;
}
.works_section_wrapper .bg_works_image.no1 {
    width: 1118px;
    top: -45px;
    left: calc(50% + 200px);
    transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_section_wrapper .bg_works_image.no1 {
            width: calc(550/390*100vw);
            top: calc(-15/390*100vw);
            left: calc((50% + (100/390*100vw)));
            transform: translateX(-50%);
        }
    }
}
.works_section_wrapper .bg_works_image.no2 {
    width: 994px;
    top: 870px;
    right: -75px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_section_wrapper .bg_works_image.no2 {
            width: calc(550/390*100vw);
            top: calc(405/390*100vw);
            right: calc(-37.5/390*100vw);
        }
    }
}
.works_section_button {
    margin: 80px auto 0;
    width: 351px;
}
@media screen and (max-width: 950px) {
    .works_section_button {
        margin-top: calc(40/390*100vw);
        width: 100%;
        padding: 0 calc(25/390*100vw);
    }
}
.works_section_button a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
}
.works_section_button a:hover {
    background-color: #141414;
    color: #fff;
}
/*
    サービス紹介
*/
.service-content-wrapper * {
    box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #cb_content_1 {
            padding-top: calc(100/390*100vw);
            padding-bottom: calc(110/390*100vw);
        }
    }
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #cb_content_1 .cb_header {
            margin-bottom: calc(40/390*100vw);
            letter-spacing: calc((4/40)*1em);
        }
    }
}
@media screen and (max-width: 950px) {
    #cb_content_1 .cb_header .headline {
        font-size: calc(40 / 390 * 100vw) !important;
    }
}
@media screen and (max-width: 950px) {
    #cb_content_1 .cb_header .sub_title {
        font-size: calc(12 / 390 * 100vw) !important;
    }
}
.post_content .service-content-wrapper > p {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: calc((4/24)*1em);
    line-height: 2;
}
@media screen and (max-width: 950px) {
    .post_content .service-content-wrapper > p {
        font-size: calc(16/390*100vw);
    }
}
.post_content .service-content-wrapper > p.service-content-ttl {
    font-size: 40px;
    margin-bottom: 0;
}
@media screen and (max-width: 950px) {
    .post_content .service-content-wrapper > p.service-content-ttl {
        font-size: calc(24/390*100vw);
        line-height: 1.24;
        margin-bottom: calc(20/390*100vw);
    }
}
.service-content-items {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 62px;
    max-width: 1190px;
    padding: 0 15px;
}
@media screen and (max-width: 1200px) {
    .service-content-items {
        gap: calc(55/1190*100vw) calc(54/1190*100vw);
        padding: 0 calc(25/1190*100vw);
    }
    @media screen and (max-width: 950px) {
        .service-content-items {
            gap: calc(20/390*100vw) 0;
            padding: 0 calc(25/390*100vw);
            justify-content: space-between;
        }
    }
}
.service-content-item {
    width: 344px;
    height: 344px;
    border-radius: 60px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media screen and (max-width: 1200px) {
    .service-content-item {
        width: calc(344/1190*100vw);
        height: calc(344/1190*100vw);
        border-radius: calc(60/1190*100vw);
    }
    @media screen and (max-width: 950px) {
        .service-content-item {
            width: calc(162/390*100vw);
            height: calc(162/390*100vw);
            border-radius: calc(30/390*100vw);
        }
    }
}
.service-content-item img {
    opacity: 1;
    filter: blur(5px);
}
.service-content-item a {
    display: block;
    position: relative;
}
.service-content-item a .filter {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    inset: 0;
    transition: opacity 0.5s ease;
}
.service-content-item a:hover .filter {
    opacity: 0.5;
}
.service-content-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding: 25px 30px;
}
@media screen and (max-width: 1200px) {
    .service-content-item-inner {
        padding: calc(25/1190*100vw) calc(30/1190*100vw);
    }
}
@media screen and (max-width: 950px) {
    .service-content-item-inner {
        padding: calc(15/390*100vw);
    }
}
.service-content-item-inner:before {
    content: '';
    display: block;
    width: 49px;
    height: 64px;
    background: url(./assets/images/top/icon-arrow.png) no-repeat center center / contain;
    position: absolute;
    bottom: 55px;
    right: 0;
    transition: all 0.5s ease;
}
@media screen and (max-width: 1200px) {
    .service-content-item-inner:before {
        width: calc(49/1190*100vw);
        height: calc(64/1190*100vw);
        bottom: calc(55/1190*100vw);
    }
}
@media screen and (max-width: 950px) {
    .service-content-item-inner:before {
        width: calc(24/390*100vw);
        height: calc(32/390*100vw);
        bottom: calc(30/390*100vw);
    }
}
.service-content-item:hover .service-content-item-inner:before {
    background-image: url(./assets/images/top/icon-arrow-over.png);
}
.service-content-item-inner span {
    display: block;
    line-height: 1;
}
.service-content-item-inner span.number {
    font-size: 72px;
    font-weight: 900;
    color: #238BAE;
}
@media screen and (max-width: 1200px) {
    .service-content-item-inner span.number {
        font-size: calc(72/1190*100vw);
    }
}
@media screen and (max-width: 950px) {
    .service-content-item-inner span.number {
        font-size: calc(45/390*100vw);
    }
}
.service-content-item-inner span.title {
    font-size: 24px;
    font-weight: bold;
    line-height: calc(35/24);
    min-height: 70px;
}
@media screen and (max-width: 1200px) {
    .service-content-item-inner span.title {
        font-size: calc(24/1190*100vw);
        min-height: calc(70/1190*100vw);
    }
}
@media screen and (max-width: 950px) {
    .service-content-item-inner span.title {
        font-size: calc(12/390*100vw);
        min-height: calc(40/390*100vw);
    }
}
.service-content-link {
    margin: 70px auto 0;
    max-width: 351px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .service-content-link {
            margin-top: calc(40/390*100vw);
            max-width: 100%;
            padding: 0 calc(25/390*100vw);
        }
    }
}
.service-content-link a.button_animation_type1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: all 0.3s ease;
}
.service-content-link a.button_animation_type1:hover {
    background-color: #141414;
    color: #fff;
}
.service-content-link + .service-content-link {
    margin-top: 40px;
    max-width: 400px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .service-content-link + .service-content-link {
            margin-top: calc(30/390*100vw);
            max-width: 100%;
        }
    }
}
#cb_content_1 .cb_contents_inner:before {
    content: '';
    display: block;
    width: 614px;
    height: 614px;
    position: absolute;
    top: -105px;
    left: calc(50% - 330px);
    transform: translateX(-50%);
    background: url(./assets/images/top/bg_img_business.png) no-repeat center center / contain;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #cb_content_1 .cb_contents_inner:before {
            width: calc(307/390*100vw);
            height: calc(307/390*100vw);
            top: calc(-90/390*100vw);
            left: calc(50% + (100/390*100vw));
        }
    }
}

/*
    logo
*/

@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #cb_content_2 {
            padding-bottom: calc(110/390*100vw);
        }
    }
}
.logo-content-wrapper * {
    box-sizing: border-box;
}
.logo-content-wrapper .ttl-logo-h2 {
    margin: 0 auto;
    max-width: 1440px;
    line-height: 0;
}
.logo-content-wrapper .logo-content-inner {
    padding: 80px 0;
    background-color: rgba(201, 202, 202, 0.5);
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .logo-content-wrapper .logo-content-inner {
            padding: calc(25/390*100vw);
        }
    }
}
.logo-content-wrapper .logo-thumbs {
    margin: 0 auto;
    max-width: 1080px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    list-style: none;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .logo-content-wrapper .logo-thumbs {
            gap: calc(20/390*100vw) 0;
            justify-content: space-between;
        }
    }
}
.logo-content-wrapper .logo-thumbs .logo-thumb {
    width: 240px;
    height: 135px;
    border-radius: 20px;
    padding: 0 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .logo-content-wrapper .logo-thumbs .logo-thumb {
            width: calc(160/390*100vw);
            height: calc(104/390*100vw);
            padding: 0 calc(15/390*100vw);
            border-radius: calc(20/390*100vw);
        }
    }
}
/*
    お知らせ一覧
*/
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #cb_content_3 {
           padding-bottom: calc(130/390*100vw);
        }
    }
}
#cb_content_3 img {
    max-width: 100%;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #cb_content_3 .cb_header .headline {
            font-size: calc(40 / 390 * 100vw) !important;
        }
    }
}
.cb_header .sub_title {
    font-weight: bold;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #cb_content_3 .cb_header .sub_title {
            font-size: calc(16 / 390 * 100vw) !important;
            margin-top: 1em;
        }
    }
}
.button_animation_type1 {
    min-width: 351px;
    height: 82px;
    border-radius: 41px;
    color: #1A1A1A;
    border: 2px solid #1A1A1A;
    font-size: 16px;
}
@media screen and (max-width: 950px) {
    .button_animation_type1 {
        min-width: 100%;
        height: calc(82/390*100vw);
        border-radius: calc(41/390*100vw);
        font-size: calc(16/390*100vw);
    }
}
.blog_list {
    display: block;
    overflow: hidden;
    border-radius: 60px;
    border: 2px solid #1A1A1A;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .blog_list {
            border-radius: calc(30 / 390 * 100vw);
            margin: calc(45/390*100vw) calc(25/390*100vw) 0 !important;
        }
    }
}
.cb_blog_list.no_desc_image .blog_list {
    margin-top: 0;
}
.blog_list .item {
    width: 100%;
    height: auto;
    margin: -1px 0 0 0;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .blog_list .item {
            height: auto !important;
            margin-top: -1px !important;
            margin-bottom: 0 !important;
            width: 100% !important;
        }
    }
}
.blog_list .item a {
    background: #fff;
    height: 97px;
    padding: 0 20px 0 80px;
    border-top: 1px solid #1A1A1A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .blog_list .item a {
            flex-wrap: nowrap;
            padding: calc(20/390*100vw) calc(20/390*100vw);
            height: auto;
        }
    }
}
.blog_list .date {
    width: 140px;
    font-size: 16px;
    font-weight: bold;
    color: #1A1A1A;
    font-family: 'Arial';
    position: static;
    transition: opacity 0.5s ease;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .blog_list .date {
            width: calc(100/390*100vw);
            font-size: calc(12/390*100vw) !important;
            font-weight: 500;
        }
    }
}
.blog_list .category {
    width: auto;
    min-width: 110px;
    height: 35px;
    line-height: 35px;
    margin-right: 22px;
    font-size: 12px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 35px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
}
.blog_list .title {
    top: auto;
    color: #1A1A1A;
    transform: translate(0, 0);
    transition: opacity 0.5s ease;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .blog_list .title {
            margin-top: 0 !important;
            font-size: calc(12/390*100vw) !important;
            font-weight: 500;
            width: calc(195/390*100vw);
        }
    }
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .blog_list .title span {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
    }
}
.blog_list .item a:hover .date {
    color: #1A1A1A;
    opacity: 0.3;
}
.blog_list .item a:hover .title {
    color: #1A1A1A;
    opacity: 0.3;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #cb_content_3 .cb_link_button {
            padding: 0 calc(25/390*100vw);
        }
    }
}
#cb_content_3 .cb_link_button a{
    margin: 0 auto;
    width: 100%;
    max-width: 351px;
    height: 82px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #cb_content_3 .cb_link_button a {
            max-width: 100%;
            height: calc(82 / 390 * 100vw);
            border-radius: calc(41 / 390 * 100vw);
            font-size: calc(18 / 390 * 100vw) !important;
        }
    }
}
#cb_content_3 .cb_link_button a.button_animation_type1 {
    border: 2px solid #1A1A1A;
    color: #1A1A1A;
    font-weight: bold;
}
#cb_content_3 .cb_link_button a.button_animation_type1:hover {
    color: #fff;
}
.bg_blog_image {
    position: absolute;
    width: 724px;
    top: -15px;
    left: calc(50% + 380px);
    transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .bg_blog_image {
            width: calc(400/390*100vw);
            top: calc(-55/390*100vw);
            left: calc(50% + 90/390*100vw);
        }
    }
}
/*
    NAGOYA試写室（トップ）
*/
#cb_content_4.cb_free_space {
    padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #cb_content_4.cb_free_space {
            padding-bottom: calc(80/390*100vw);
        }
    }
}
#cb_content_4 .cb_header {
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
    letter-spacing: calc((4/24)*1em);
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #cb_content_4 .cb_header {
            margin-bottom: 1em;
        }
    }
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .cb_free_space.num4 .cb_header .headline {
            font-size: calc(40 / 390 * 100vw) !important;
        }
    }
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .cb_free_space.num4 .cb_header .sub_title {
            margin-top: 1em;
            margin-bottom: calc(40/390*100vw);
            font-size: calc(12/390*100vw) !important;
        }
    }
}
.theater-content-wrapper .theater-content-inner {
    margin: 0 auto;
    max-width: 1080px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    .theater-content-wrapper .theater-content-inner {
        padding: 0 25px;
    }
    @media screen and (max-width: 950px) {
        .theater-content-wrapper .theater-content-inner {
            padding: 0 calc(25/390*100vw);
        }
    }
}
.theater-content-wrapper .theater-content-inner img {
    border-radius: 60px;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .theater-content-wrapper .theater-content-inner img {
            border-radius: calc(40/390*100vw);
        }
    }
}
.theater-content-link {
    margin: 80px auto 0;
    max-width: 351px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .theater-content-link {
            margin-top: calc(40/390*100vw);
            max-width: 100%;
        }
    }
}
.theater-content-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    background: #fff;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .theater-content-link a {
            font-size: calc(18 / 390 * 100vw) !important;
            height: calc(82 / 390 * 100vw);
            border-radius: calc(41 / 390 * 100vw);
        }
    }
}
.theater-content-link a:hover {
    background: #1A1A1A;
    color: #fff !important;
}
.bg-theater-img {
    position: absolute;
    width: 1373px;
    top: -240px;
    left: calc(50% + 60px);
    transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .bg-theater-img {
            width: 100%;
            top: calc(-85/390*100vw);
            left: 50%;
        }
    }
}
/*
    NEWS
*/
.blog #container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/news/bg-news.png);
    background-size: 2500px auto;
    background-position: center top;
    background-repeat: repeat-y;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .blog #container::before {
            top: calc(180/390*100vw);
            background-size: 250% auto;
        }
    }
}
#page_header {
    height: 472px;
}
#page_header .catch {
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: calc((4/72)*1em);
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #page_header .catch {
            font-size: calc(40/390*100vw) !important;
        }
    }
}
#page_header .sub_title {
    font-weight: bold;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: calc((4/16)*1em);
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #page_header .sub_title {
            font-size: 14px;
        }
    }
}
#news_archive .inview {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease;
}
#news_archive .inview.animate {
    opacity: 1;
    transform: translateY(0);
}
#news_archive {
    width: auto;
    position: relative;
}
#news_archive .news_archive_inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#news_archive .news_archive_inner .news_archive_desc {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 80px;
    text-align: center;
    line-height: 2;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #news_archive .news_archive_inner .news_archive_desc {
            font-size: calc(16/390*100vw);
            margin-bottom: calc(50/390*100vw);
        }
    }
}
#news_archive .cb_link_button {
    margin: 80px auto 0;
    max-width: 351px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #news_archive .cb_link_button {
            margin-top: calc(50/390*100vw);
            max-width: 100%;
            padding: 0 calc(25/390*100vw);
        }
    }
}
/*
    NEWS SINGLE
*/
.single #container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/news/bg-news.png);
    background-size: 2500px auto;
    background-position: center top;
    background-repeat: repeat-y;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .single #container::before {
            background-size: 250% auto;
        }
    }
}
#news_single * {
    box-sizing: border-box;
}
#news_single .news_single_inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #news_single .news_single_inner {
            font-size: calc(14/390*100vw);
        }
    }
}
#news_single .news_single_date {
    margin-bottom: 1.5em;
    font-weight: 500;
}
#news_single .news_single_title {
    margin-bottom: 1.5em;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #news_single .news_single_title {
            font-size: calc(30/390*100vw);
        }
    }
}
#news_single .news_single_image {
    border-radius: 60px;
    overflow: hidden;
    margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #news_single .news_single_image {
            border-radius: calc(40/390*100vw);
            margin-bottom: calc(40/390*100vw);
        }
    }
}
#news_single .news_single_image img {
    max-width: 100%;
    height: auto;
}
#news_single .news_single_content_text > p {
    margin-bottom: 1.5em;
}
#news_single .cb_link_button {
    margin: 80px auto 0;
    max-width: 351px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #news_single .cb_link_button {
            margin-top: calc(50/390*100vw);
            max-width: 100%;
            padding: 0 calc(15/390*100vw);
        }
    }
}
#news_single {
    padding: 140px 15px 40px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #news_single {
            padding: calc(100/390*100vw) calc(15/390*100vw) calc(40/390*100vw);
        }
    }
}
#news_single .news_single_inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
/*
    WORKS
*/
#works_archive .inview {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease;
}
#works_archive .inview.animate {
    opacity: 1;
    transform: translateY(0);
}
.post-type-archive-works #container, .tax-works_cat #container, .tax-works_tag #container {
    position: relative;
}
.post-type-archive-works #container::before, .tax-works_cat #container::before , .tax-works_tag #container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/works/bg-works.png);
    background-size: 2500px auto;
    background-position: center top;
    background-repeat: repeat-y;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .post-type-archive-works #container::before, .tax-works_cat #container::before , .tax-works_tag #container::before {
            background-size: 250% auto;
        }
    }
}
#works_archive {
    padding: 140px 15px 40px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #works_archive {
            padding: calc(80/390*100vw) calc(25/390*100vw) calc(40/390*100vw);
        }
    }
}
#works_archive * {
    box-sizing: border-box;
}
#works_archive .works_archive_inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.works_archive_desc {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 100px;
    text-align: center;
    line-height: 2;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_archive_desc {
            font-size: calc(20/390*100vw);
            margin-bottom: calc(50/390*100vw);
        }
    }
}
.works_archive_category_lists {
    padding: 0 0 0 20px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_archive_category_lists {
            padding: 0 0 0 calc(20/390*100vw);
            font-size: calc(14/390*100vw);
            margin-bottom: calc(50/390*100vw);
        }
    }
}
.works_archive_category_lists > p.works_archive_category_lists_title {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    min-height: 100%;
}
.works_archive_category_lists > p.works_archive_category_lists_title span {
    display: block;
    position: relative;
    padding-bottom: 5px;
    &:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 100%);
        width: 1px;
        height: 100vh;
        background-color: #141414;
    }
}
.works_archive_category_lists_inner {
    overflow: hidden;
}
.works_archive_category_name, .works_archive_tag_name {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
}
.works_archive_category_name {
    padding-left: 30px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_archive_category_name, .works_archive_tag_name {
            font-size: calc(20/390*100vw);
            margin-bottom: calc(30/390*100vw);
        }
        .works_archive_category_name {
            padding-left: calc(20/390*100vw);
        }
    }
}
.works_archive_category_lists_inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0 ;
    margin-left: -1px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_archive_category_lists_inner ul {
            gap: calc(20/390*100vw) 0;
            padding: 0 calc(20/390*100vw);
        }
    }
}
.works_archive_category_lists_inner ul > li {
    border-left: 1px solid #141414;
    line-height: 1;
}
.works_archive_category_lists_inner ul > li a {
    display: block;
    padding: 0 30px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_archive_category_lists_inner ul > li a {
            padding: 0 calc(20/390*100vw);
        }
    }
}
.works_archive_tag_lists {
    padding: 0 0 0 50px;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_archive_tag_lists {
            padding: 0 0 0 calc(40/390*100vw);
            font-size: calc(12/390*100vw);
            margin-bottom: calc(50/390*100vw);
        }
    }
}
.works_archive_tag_lists > p.works_archive_tag_lists_title {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_archive_tag_lists > p.works_archive_tag_lists_title {
            font-size: calc(12/390*100vw);
        }
    }
}
.works_archive_tag_lists > p.works_archive_tag_lists_title span {
    display: block;
    position: relative;
    padding-bottom: 5px;
    &:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translate(-50%, 100%);
        width: 1px;
        height: 100vh;
        background-color: #141414;
    }
}
.works_archive_tag_lists_inner {
    overflow: hidden;
}
.works_archive_tag_lists_inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_archive_tag_lists_inner ul {
            gap: calc(10/390*100vw);
        }
    }
}
.works_archive_tag_lists_inner ul > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border: 1px solid #141414;
    border-radius: 80px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    height: 32px;
    background-color: #fff;
}
.works_archive_article_lists {
    display: flex;
    flex-wrap: wrap;
    gap: 70px 0;
    margin: 0 -25px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_archive_article_lists {
            flex-direction: column;
            gap: calc(40/390*100vw) 0;
            margin: 0;
        }
    }
}
.works_archive_article_item {
    width: calc(100% / 3);
    padding: 0 25px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_archive_article_item {
            width: 100%;
            padding: 0;
        }
    }
}
.works_archive_article_item a {
    display: block;
}
.works_archive_article_item_image {
    border-radius: 60px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    line-height: 0;
    background-color: #f5f5f5;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_archive_article_item_image {
            margin-bottom: calc(15/390*100vw);
        }
    }
}
.works_archive_article_item_image::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}
.works_archive_article_item_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s ease;
}
.works_archive_article_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 22px 35px 22px 45px;
    background-color: rgba(255, 255, 255, 0.54);
    font-size: 12px;
    font-weight: 700;
    color: #141414;
    border-radius: 80px 0 0 0;
    backdrop-filter: blur(10px);
    letter-spacing: calc((4 / 12) * 1em);
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_archive_article_icon {
            font-size: calc(12/390*100vw);
            padding: calc(22/390*100vw) calc(35/390*100vw) calc(22/390*100vw) calc(45/390*100vw);
            border-radius: calc(80/390*100vw) 0 0 0;
        }
    }
}
.works_archive_article_item .works_archive_article_icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    background: url(./assets/images/works/icon_scope.svg) no-repeat center center;
    background-size: contain;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_archive_article_item .works_archive_article_icon::before {
            width: calc(15/390*100vw);
            height: calc(15/390*100vw);
            left: calc(25/390*100vw);
        }
    }
}
.works_archive_article_item a:hover .works_archive_article_item_image img {
    transform: scale(1.1);
}
.works_archive_article_item_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_archive_article_item_meta {
            gap: calc(10/390*100vw);
            margin-bottom: calc(15/390*100vw);
        }
    }
}
.works_archive_article_item_meta a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border: 1px solid #141414;
    border-radius: 80px;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    background-color: #fff;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_archive_article_item_meta a {
            font-size: calc(12/390*100vw);
            height: calc(30/390*100vw);
        }
    }
}
.works_archive_article_item_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.24;
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_archive_article_item_title {
            font-size: calc(20/390*100vw);
        }
    }
}
.works_archive_article_item_content {
    font-size: 16px;
    line-height: 1.24;
    font-weight: 500;
    letter-spacing: calc((4 / 16) * 1em);
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .works_archive_article_item_content {
            font-size: calc(14/390*100vw);
        }
    }
}
#works_archive .cb_link_button {
    margin: 80px auto 0;
    width: 100%;
    max-width: 351px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #works_archive .cb_link_button {
            margin: calc(50/390*100vw) auto 0;
            max-width: 100%;
        }
    }
}
/*
    SINGLE WORKS
*/
.single-works #container {
    position: relative;
}
.single-works #container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/works/bg-works.png);
    background-size: 2500px auto;
    background-position: center top;
    background-repeat: repeat-y;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #single-works #container::before {
            background-size: 250% auto;
        }
    }
}
#single_works {
    padding: 150px 15px 60px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #single_works {
            padding: calc(80/390*100vw) calc(15/390*100vw) calc(40/390*100vw);
        }
    }
}
#single_works img {
    max-width: 100%;
}
#single_works .single_works_inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
#single_works .ttl_single_works_h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.24;
    margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #single_works .ttl_single_works_h1 {
            font-size: calc(25/390*100vw);
            margin-bottom: calc(60/390*100vw);
        }
    }
}
.single_works_content_images_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
    margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .single_works_content_images_wrapper {
            gap: calc(30/390*100vw) 0;
            margin-bottom: calc(30/390*100vw);
        }
    }
}
.single_works_content_images {
    width: 100%;
    text-align: center;
}
.single_works_content_images.half {
    width: 48.28%;
    max-width: 560px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .single_works_content_images.half {
            max-width: 48.28%;
        }
    }
}
.single_works_content_images img {
    border-radius: 60px;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .single_works_content_images img {
            border-radius: calc(30/390*100vw);
        }
    }
}
.single_works_content_table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .single_works_content_table {
            display: block;
        }
    }
}
.single_works_content_table .single_works_content_table_tr {
    display: table-row;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .single_works_content_table .single_works_content_table_tr {
            display: block;
        }
    }
}
.single_works_content_table .single_works_content_table_th {
    display: table-cell;
    padding: 30px 0;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((4 / 16) * 1em);
    width: 25%;
    vertical-align: middle;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .single_works_content_table .single_works_content_table_th {
            font-size: calc(15/390*100vw);
            padding: calc(15/390*100vw) 0 0;
            width: 100%;
            display: block;
        }
    }
}
.single_works_content_table .single_works_content_table_td {
    display: table-cell;
    text-align: left;
    padding: 30px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.24;
    letter-spacing: calc((4 / 16) * 1em);
    width: 75%;
    vertical-align: middle;
    word-break: break-all;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .single_works_content_table .single_works_content_table_td {
            font-size: calc(15/390*100vw);
            padding: calc(15/390*100vw) 0;
            width: 100%;
            display: block;
        }
    }
}
.single_works_content_table .single_works_content_table_td ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .single_works_content_table .single_works_content_table_td ul {
            gap: calc(10/390*100vw);
        }
    }
}
.single_works_content_table .single_works_content_table_td ul > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border: 1px solid #141414;
    border-radius: 80px;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    background-color: #fff;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .single_works_content_table .single_works_content_table_td ul > li a {
            font-size: calc(12/390*100vw);
            height: calc(30/390*100vw);
            padding: 0 calc(15/390*100vw);
            border-radius: calc(80/390*100vw);
        }
    }
}
#single_works .single_works_inner .cb_link_button {
    margin: 80px auto 0;
    width: 100%;
    max-width: 351px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #single_works .single_works_inner .cb_link_button {
            margin: calc(50/390*100vw) auto 0;
            max-width: 100%;
        }
    }
}
/*
    CONTACT
*/
.page_contact_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/contact/bg-contact.png);
    background-size: 2500px auto;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .page_contact_bg {
            background-size: 250% auto;
        }
    }
}
.page_contact_bg::before {
    content: '';
    position: absolute;
    top: 1092px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/contact/bg-contact2.png);
    background-size: 2500px auto;
    background-position: center top;
    background-repeat: repeat-y;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .page_contact_bg::before {
            top: calc(500/390*100vw);
            background-size: 250% auto;
        }
    }
}
#contact {
    padding: 140px 15px 60px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #contact {
            padding: calc(70/390*100vw) calc(25/390*100vw) calc(40/390*100vw);
        }
    }
}
#contact * {
    box-sizing: border-box;
}
#contact .contact_inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
#contact .contact_desc {
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: calc((4 / 16) * 1em);
    margin-bottom: 80px;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #contact .contact_desc {
            font-size: calc(19/390*100vw);
            margin-bottom: calc(40/390*100vw);
        }
    }
}
.contact_form__wrapper {
    margin: 0 auto;
    max-width: 1106px;
    width: 100%;
    background-color: #fff;
    border-radius: 60px;
    border: 1px solid #141414;
    overflow: hidden;
    padding: 75px 75px 40px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .contact_form__wrapper {
            padding: calc(30/390*100vw) calc(20/390*100vw) calc(15/390*100vw);
            border-radius: calc(30/390*100vw);
        }
    }
}
.contact_form__wrapper .wpcf7 {
    color: #141414;
    margin: 0!important;
    background-color: #fff;
    border: none;
}
.contact_form__wrapper .wpcf7 form {
    margin: 0;
}
.contact_form__table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.24;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .contact_form__table {
            font-size: calc(15/390*100vw);
            display: block;
        }
    }
}
.contact_form__table.noview {
    display: none;
}
.contact_form__table .contact_form__table_tr {
    display: table-row;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .contact_form__table .contact_form__table_tr {
            display: block;
        }
    }
}
.contact_form__table .contact_form__table_th {
    display: table-cell;
    padding: 42px 0 20px 0;
    text-align: left;
    width: 21%;
    vertical-align: top;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .contact_form__table .contact_form__table_th {
            display: block;
            width: 100%;
            padding: calc(15/390*100vw) 0 0;
        }
    }
}
.contact_form__table .contact_form__table_th span.required {
    color: #E32525;
}
.contact_form__table .contact_form__table_th p {
    margin: 0;
}
.contact_form__table .contact_form__table_td {
    display: table-cell;
    padding: 20px 0;
    text-align: left;
    width: 79%;
    vertical-align: top;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .contact_form__table .contact_form__table_td {
            display: block;
            width: 100%;
            padding: calc(15/390*100vw) 0;
        }
    }
}
.contact_form__table .contact_form__table_td p {
    margin: 0;
}
.contact_form__table .contact_form__table_td input[type=text] {
    border: 1px solid #141414;
    border-radius: 16px;
    background-color: #fff;
    color: #141414;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.24;
    letter-spacing: calc((4 / 16) * 1em);
    padding: 0 20px;
    height: 65px;
}
.contact_form__table .contact_form__table_td input[type=text].half {
    width: 48%;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .contact_form__table .contact_form__table_td input[type=text] {
            height: calc(50/390*100vw);
            padding: 0 calc(15/390*100vw);
            border-radius: calc(16/390*100vw);
            font-size: calc(15/390*100vw);
        }
    }
}
.contact_form__table .contact_form__table_td input[type=email] {
    border: 1px solid #141414;
    border-radius: 16px;
    background-color: #fff;
    color: #141414;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.24;
    letter-spacing: calc((4 / 16) * 1em);
    padding: 0 20px;
    height: 65px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .contact_form__table .contact_form__table_td input[type=email] {
            height: calc(50/390*100vw);
            padding: 0 calc(15/390*100vw);
            border-radius: calc(16/390*100vw);
            font-size: calc(15/390*100vw);
        }
    }
}
.contact_form__table .contact_form__table_td textarea {
    border: 1px solid #141414;
    border-radius: 16px;
    background-color: #fff;
    color: #141414;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.24;
    padding: 20px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .contact_form__table .contact_form__table_td textarea {
            padding: calc(15/390*100vw);
            border-radius: calc(16/390*100vw);
            font-size: calc(15/390*100vw);
        }
    }
}
.contact_form__table .contact_form__table_td input[type=tel] {
    border: 1px solid #141414;
    border-radius: 16px;
    background-color: #fff;
    color: #141414;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.24;
    letter-spacing: calc((4 / 16) * 1em);
    padding: 0 20px;
    height: 65px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .contact_form__table .contact_form__table_td input[type=tel] {
            height: calc(50/390*100vw);
            padding: 0 calc(15/390*100vw);
            border-radius: calc(16/390*100vw);
            font-size: calc(15/390*100vw);
        }
    }
}
.contact_form__table .contact_form__table_td input[type=number] {
    border: 1px solid #141414;
    border-radius: 16px;
    background-color: #fff;
    color: #141414;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.24;
    letter-spacing: calc((4 / 16) * 1em);
    padding: 0 20px;
    height: 65px;
}
.contact_form__table .contact_form__table_td input[type=number].half {
    width: 48%;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .contact_form__table .contact_form__table_td input[type=number] {
            height: calc(50/390*100vw);
            padding: 0 calc(15/390*100vw);
            border-radius: calc(16/390*100vw);
            font-size: calc(15/390*100vw);
        }
    }
}
.contact_form__table .contact_form__table_td input[type=number].small {
    width: 101px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .contact_form__table .contact_form__table_td input[type=number].small {
            width: calc(80/390*100vw);
        }
    }
}
.contact_form__table .contact_form__table_td input[type=number].xsmall {
    width: 88px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .contact_form__table .contact_form__table_td input[type=number].xsmall {
            width: calc(60/390*100vw);
        }
    }
}

.contact_form__table .contact_form__table_td .wpcf7-radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
    padding: 18px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.24;
    flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .contact_form__table .contact_form__table_td .wpcf7-radio {
            gap: calc(30/390*100vw);
            padding: calc(12/390*100vw) 0;
            font-size: calc(15/390*100vw);
        }
    }
}
.contact_form__table .contact_form__table_td .wpcf7 select, .contact_form__table .contact_form__table_td .wpcf7 .wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.24;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .contact_form__table .contact_form__table_td .wpcf7 select, .contact_form__table .contact_form__table_td .wpcf7 .wpcf7-list-item-label {
            font-size: calc(15/390*100vw);
        }
    }
}
.contact_form__table .contact_form__table_td ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .contact_form__table .contact_form__table_td ul {
            gap: calc(10/390*100vw);
        }
    }
}
.contact_form__table .contact_form__table_td ul li > p {
    display: flex;
    align-items: center;
}
.contact_form__table .contact_form__table_td ul li span.text{
    margin-left: 20px;
    display: inline-block;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .contact_form__table .contact_form__table_td ul li span.text {
            margin-left: calc(10/390*100vw);
        }
    }
}
.contact_form__submit {
    text-align: center;
}
.contact_form__wrapper .wpcf7 .wpcf7-submit {
    margin: 40px auto 0;
    width: 351px;
    height: 82px;
    border-radius: 80px;
    background-color: #fff;
    color: #141414;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: calc((4 / 16) * 1em);
    padding: 0;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 2px solid #141414 !important;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .contact_form__wrapper .wpcf7 .wpcf7-submit {
            margin-top: calc(30/390*100vw);
            width: 100%;
            height: calc(60/390*100vw);
            border-radius: calc(80/390*100vw);
            font-size: calc(15/390*100vw);
        }
    }
}
.contact_form__wrapper .wpcf7 .wpcf7-submit:hover {
    background-color: #141414;
    color: #fff;
    opacity: 1;
}
.contact_form__wrapper .wpcf7 .wpcf7-submit:disabled {
    background-color: #eeeeee;
    border: 2px solid #eeeeee !important;
    color: #dddddd !important;
    cursor: not-allowed;
}
.contact_form__wrapper p.title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((4 / 16) * 1em);
    margin-bottom: 20px;
}
.contact_form__table + p.title {
    margin-top: 40px;
}
.contact_form__wrapper .wpcf7-list-item {
    margin: 0;
    position: relative;
}
.contact_form__wrapper .wpcf7-list-item label {
    position: relative;
    padding-left: 2em;
}
.contact_form__wrapper .wpcf7-list-item label:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #C9CACA;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contact_form__wrapper .wpcf7-list-item input {
    margin: 0 0 0 -.5em;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.contact_form__wrapper .wpcf7-list-item .wpcf7-list-item-label:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #4FB3C8;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.contact_form__wrapper .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}
.contact_form__wrapper .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}
.contact_form__table.date .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -1.25em;
    left: 0;
    white-space: nowrap;
}
/* Chrome, Safari, Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
     -moz-appearance: textfield;
}
.contact_form__policy {
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
}
.contact_form__policy a {
    color: #238BAE;
    text-decoration: underline;
}
.wpcf7-acceptance .wpcf7-list-item label:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:after {
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    border-radius: 0;
    background-color: transparent;
    border-right: 4px solid #4FB3C8;
    border-bottom: 4px solid #4FB3C8;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-50%, -60%) rotate(45deg);
    opacity: 0;
}
/*
    NAGOYA試写室
*/
#theater * {
    box-sizing: border-box;
}
#theater img {
    max-width: 100%;
    height: auto;
}
#theater .inview {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease;
}
#theater .inview.animate {
    opacity: 1;
    transform: translateY(0);
}
.page_theater_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/theater/bg-theater.png);
    background-size: 2500px auto;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .page_theater_bg {
            background-size: 250% auto;
        }
    }
}
.page_theater_bg::before {
    content: '';
    position: absolute;
    top: 1092px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/theater/bg-theater2.png);
    background-size: 2500px auto;
    background-position: center top;
    background-repeat: repeat-y;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .page_theater_bg::before {
            top: calc(500/390*100vw);
            background-size: 250% auto;
        }
    }
}
.page_header_anchor_nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 60px 60px 0 0;
    overflow: hidden;
    height: 92px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .page_header_anchor_nav {
            border-radius: calc(40/390*100vw) calc(40/390*100vw) 0 0;
            height: calc(50/390*100vw);
        }
    }
}
.page_header_anchor_nav * {
    box-sizing: border-box;
}
.page_header_anchor_nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: calc((4 / 24) * 1em);
    text-align: center;
    height: 100%;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .page_header_anchor_nav ul {
            letter-spacing: 0;
            font-size: calc(14/390*100vw);
        }
    }
}
.page_header_anchor_nav ul > li {
    width: 376px;
    height: 100%;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .page_header_anchor_nav ul > li {
            width: calc(120/390*100vw);
        }
    }
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .page_header_anchor_nav ul.column2 > li {
            width: calc(180/390*100vw);
        }
    }
}
.page_header_anchor_nav ul > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: transparent;
    transition: all 0.5s ease;
}
.page_header_anchor_nav ul > li a.active {
    background-color: #fff;
}
.page_header_anchor_nav ul > li a:hover {
    background-color: #fff;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .page_header_anchor_nav ul > li:nth-of-type(3) a {
            padding-right: calc(10/390*100vw);
        }
    }
}
#theater_private .theater_section_inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 140px 0 0;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_private .theater_section_inner {
            padding: calc(70/390*100vw) calc(25/390*100vw) 0;
        }
    }
}
#theater_private .ttl-section-h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((4 / 40) * 1em);
    margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_private .ttl-section-h2 {
            font-size: calc(28/390*100vw);
            margin-bottom: calc(40/390*100vw);
        }
    }
}
#theater_private .theater_section_inner > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: calc((4 / 16) * 1em);
    text-align: center;
    margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_private .theater_section_inner > p {
            font-size: calc(14/390*100vw);
        }
    }
}
.theater_section_images_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_private .theater_section_images_wrapper {
            margin-top: calc(40/390*100vw);
            flex-direction: column;
            gap: calc(30/390*100vw);
        }
    }
}
.theater_section_image {
    width: 48.28%;
    border-radius: 60px;
    overflow: hidden;
    max-width: 560px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_private .theater_section_image {
            width: 100%;
            border-radius: calc(40/390*100vw);
            max-width: 100%;
        }
    }
}
#theater_price {
    padding: 0 15px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_price {
            padding: 0 calc(25/390*100vw);
        }
    }
}
#theater_price .theater_section_inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 140px 0 0;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_price .theater_section_inner {
            padding: calc(70/390*100vw) 0 0;
        }
    }
}
#theater_price .ttl-section-h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((4 / 40) * 1em);
    margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_price .ttl-section-h2 {
            font-size: calc(28/390*100vw);
            margin-bottom: calc(30/390*100vw);
        }
    }
}
#theater_price .theater_price_table_wrapper {
    border: 2px solid #141414;
    border-radius: 60px;
    overflow: hidden;
    background-color: #fff;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_price .theater_price_table_wrapper {
            border-radius: calc(30/390*100vw);
        }
    }
}
#theater_price .theater_price_table {
    width: 100%;
    display: table;
    border-collapse: collapse;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_price .theater_price_table {
            display: block;
        }
    }
}
#theater_price .theater_price_table_row {
    width: 100%;
    display: table-row;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_price .theater_price_table_row {
            display: block;
        }
    }
}
#theater_price .theater_price_table_th {
    width: 24%;
    display: table-cell;
    padding: 40px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    border-right: 2px solid #141414;
    vertical-align: middle;
    border-bottom: 1px solid #B0B0B0;
    background-color: #F6F6F6;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_price .theater_price_table_th {
            width: 100%;
            display: block;
            padding: calc(20/390*100vw);
            text-align: left;
            border-right: none;
            border-bottom: none;
            font-size: calc(14/390*100vw);
        }
    }
}
#theater_price .theater_price_table_td {
    width: 76%;
    display: table-cell;
    padding: 40px 80px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: calc((4 / 16) * 1em);
    vertical-align: middle;
    border-bottom: 1px solid #B0B0B0;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_price .theater_price_table_td {
            width: 100%;
            display: block;
            padding: calc(20/390*100vw) ;
            font-size: calc(14/390*100vw);
        }
    }
}
#theater_price .theater_price_table_row:last-of-type .theater_price_table_th,
#theater_price .theater_price_table_row:last-of-type .theater_price_table_td {
    border-bottom: none;
}
#theater_flow {
    padding: 0 15px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_flow {
            padding: 0 calc(25/390*100vw);
        }
    }
}
#theater_flow .theater_section_inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 140px 0 0;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_flow .theater_section_inner {
            padding: calc(70/390*100vw) 0 0;
        }
    }
}
#theater_flow .ttl-section-h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((4 / 40) * 1em);
    margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_flow .ttl-section-h2 {
            font-size: calc(28/390*100vw);
            margin-bottom: calc(30/390*100vw);
        }
    }
}
#theater_flow .theater_flow_steps_wrapper {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_flow .theater_flow_steps_wrapper {
            gap: calc(50/390*100vw);
        }
    }
}
#theater_flow .theater_flow_step {
    position: relative;
}
#theater_flow .theater_flow_step:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 160%);
    width: 40px;
    height: 23px;
    background: url(./assets/images/theater/icon-arrow-down.png) no-repeat center center / contain;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_flow .theater_flow_step:after {
            width: calc(20/390*100vw);
            height: calc(15/390*100vw);
            transform: translate(-50%, 130%);
        }
    }
}
#theater_flow .theater_flow_step:last-of-type:after {
    display: none;
}
#theater_flow .theater_flow_step_inner {
    border: 2px solid #141414;
    border-radius: 60px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_flow .theater_flow_step_inner {
            border-radius: calc(30/390*100vw);
        }
    }
}
#theater_flow .theater_flow_step_ttl {
    background-color: #F6F6F6;
    border-bottom: 1px solid #B0B0B0;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.24;
    letter-spacing: calc((4 / 24) * 1em);
    padding: 25px 0;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_flow .theater_flow_step_ttl {
            font-size: calc(24/390*100vw);
            padding: calc(15/390*100vw) 0;
        }
    }
}
#theater_flow .theater_flow_step_content {
    padding: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: calc((4 / 16) * 1em);
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_flow .theater_flow_step_content {
            padding: calc(20/390*100vw);
            font-size: calc(14/390*100vw);
        }
    }
}
#theater_qa {
    padding: 0 15px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_qa {
            padding: 0 calc(25/390*100vw);
        }
    }
}
#theater_qa .theater_section_inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 80px 0;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_qa .theater_section_inner {
            padding: calc(40/390*100vw) 0;
        }
    }
}
#theater_qa .ttl-section-h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((4 / 40) * 1em);
    margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_qa .ttl-section-h2 {
            font-size: calc(28/390*100vw);
            margin-bottom: calc(30/390*100vw);
        }
    }
}
#theater_qa .theater_qa_block {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_qa .theater_qa_block {
            gap: calc(20/390*100vw);
            margin-bottom: calc(45/390*100vw);
        }
    }
}
#theater_qa .theater_qa_block:last-of-type {
    margin-bottom: 0;
}
#theater_qa .theater_qa_block_ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((4 / 24) * 1em);
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_qa .theater_qa_block_ttl {
            font-size: calc(16/390*100vw);
            /* margin-bottom: calc(15/390*100vw); */
            padding-left: calc(30/390*100vw);
            margin-bottom: 0;
        }
    }
}
#theater_qa .theater_qa_block_ttl:before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #8FA4E8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_qa .theater_qa_block_ttl:before {
            width: calc(15/390*100vw);
            height: calc(15/390*100vw);
        }
    }
}
#theater_qa .theater_qa_list {
    border: 2px solid #141414;
    border-radius: 40px;
    padding: 40px 0;
    font-size: 16px;
    letter-spacing: calc((4 / 16) * 1em);
    background-color: #fff;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_qa .theater_qa_list {
            padding: calc(20/390*100vw) 0;
            border-radius: calc(20/390*100vw);
            font-size: calc(14/390*100vw);
        }
    }
}
#theater_qa .theater_qa_list .theater_qa_item_q {
    font-weight: 600;
    line-height: 1.24;
}
#theater_qa .theater_qa_list .theater_qa_item_q .theater_qa_item_q_btn {
    font-weight: 600;
    width: 100%;
    padding: 0 40px 0 130px;
    text-align: left;
    position: relative;
    letter-spacing: calc((4 / 16) * 1em);
    color: #141414;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_qa .theater_qa_list .theater_qa_item_q .theater_qa_item_q_btn {
            padding: 0 calc(20/390*100vw) 0 calc(60/390*100vw);
        }
    }
}
#theater_qa .theater_qa_list .theater_qa_item_q .theater_qa_item_q_btn:before {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background-color: #B0B0B0;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    opacity: 1;
    transition: all 0.5s ease;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_qa .theater_qa_list .theater_qa_item_q .theater_qa_item_q_btn:before {
            left: calc(20/390*100vw);
            width: calc(16/390*100vw);
            height: calc(2/390*100vw);
        }
    }
}
#theater_qa .theater_qa_list .theater_qa_item_q .theater_qa_item_q_btn:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background-color: #B0B0B0;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    opacity: 1;
    transition: all 0.5s ease;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_qa .theater_qa_list .theater_qa_item_q .theater_qa_item_q_btn:after {
            width: calc(16/390*100vw);
            height: calc(2/390*100vw);
            left: calc(20/390*100vw);
        }
    }
}
#theater_qa .theater_qa_list .theater_qa_item_q .theater_qa_item_q_btn.active:before {
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
}
#theater_qa .theater_qa_list .theater_qa_item_q .theater_qa_item_q_btn.active:after {
    transform: translateY(-50%) rotate(180deg);
}
#theater_qa .theater_qa_list .theater_qa_item_a_inner {
    font-weight: 400;
    line-height: 1.4;
    padding: 25px 40px 0 130px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_qa .theater_qa_list .theater_qa_item_a_inner {
            padding: calc(15/390*100vw) calc(20/390*100vw) 0 calc(60/390*100vw);
        }
    }
}
#theater_access {
    padding: 0 15px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_access {
            padding: 0 calc(25/390*100vw);
        }
    }
}
#theater_access .theater_section_inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 80px 0 60px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_access .theater_section_inner {
            padding: calc(40/390*100vw) 0 calc(30/390*100vw);
        }
    }
}
#theater_access .ttl-section-h2 {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((4 / 72) * 1em);
    margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_access .ttl-section-h2 {
            font-size: calc(28/390*100vw);
            margin-bottom: calc(50/390*100vw);
        }
    }
}
#theater_access p {
    font-size: 16px;
    line-height: 1.24;
    letter-spacing: calc((4 / 24) * 1em);
    margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_access p {
            font-size: calc(14/390*100vw);
            margin-bottom: calc(20/390*100vw);
        }
    }
}
#theater_access .ttl-section-h2 + p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((4 / 24) * 1em);
    margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_access .ttl-section-h2 + p {
            font-size: calc(16/390*100vw);
            margin-bottom: calc(15/390*100vw);
        }
    }
}
#theater_access .theater_section_map {
    width: 100%;
    border-radius: 60px;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_access .theater_section_map {
            border-radius: calc(30/390*100vw);
        }
    }
}
#theater_access .theater_section_map:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
#theater_access .theater_section_map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#theater_access .theater_section_access_info {
    margin-top: 40px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_access .theater_section_access_info {
            margin-top: calc(20/390*100vw);
        }
    }
}
#theater_access .theater_section_access_info_inner p {
    margin-bottom: 0;
    line-height: 2.2;
}
#theater_access .theater_section_access_info_inner + .theater_section_access_info_inner {
    margin-top: 40px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #theater_access .theater_section_access_info_inner + .theater_section_access_info_inner {
            margin-top: calc(20/390*100vw);
        }
    }
}
.theater_section_contact {
    padding: 0 15px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .theater_section_contact {
            padding: 0 calc(25/390*100vw);
        }
    }
}
.theater_section_contact .theater_section_contact_inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 90px 0 75px;
    border-radius: 60px;
    background: #8FA4E8;
    background: linear-gradient(50deg,rgba(143, 164, 232, 1) 0%, rgba(255, 138, 122, 1) 100%);
    border: 2px solid #141414;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .theater_section_contact .theater_section_contact_inner {
            padding: calc(45/390*100vw) calc(15/390*100vw) calc(40/390*100vw);
            border-radius: calc(30/390*100vw);
        }
    }
}
.theater_section_contact .theater_section_contact_inner > p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((4 / 24) * 1em);
    text-align: center;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .theater_section_contact .theater_section_contact_inner > p {
            font-size: calc(16/390*100vw);
        }
    }
}
.theater_section_contact .theater_section_contact_inner > ul {
    margin: 35px auto 0;
    width: 100%;
    max-width: 740px;
    display: flex;
    justify-content: center;
    gap: 40px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .theater_section_contact .theater_section_contact_inner > ul {
            flex-direction: column;
            gap: calc(20/390*100vw);
            margin: calc(25/390*100vw) auto 0;
        }
    }
}
.theater_section_contact .theater_section_contact_inner > ul > li {
    width: 50%;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .theater_section_contact .theater_section_contact_inner > ul > li {
            width: 100%;
        }
    }
}
/*
    business
*/
.page_business_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/business/bg-business.png);
    background-size: 2500px auto;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .page_business_bg {
            background-size: 250% auto;
        }
    }
}
.page_business_bg::before {
    content: '';
    position: absolute;
    top: 1092px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/business/bg-business2.png);
    background-size: 2500px auto;
    background-position: center top;
    background-repeat: repeat-y;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .page_business_bg::before {
            top: calc(500/390*100vw);
            background-size: 250% auto;
        }
    }
}
.business_section {
    padding: 0 15px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .business_section {
            padding: 0 calc(25/390*100vw);
        }
    }
}
#business .inview {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease;
}
#business .inview.animate {
    opacity: 1;
    transform: translateY(0);
}
.business_section .business_section_inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 140px 0 0;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .business_section .business_section_inner {
            padding: calc(70/390*100vw) 0 0;
        }
    }
}
#business_signs .business_section_inner {
    padding: 140px 0 50px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #business_signs .business_section_inner {
            padding: calc(70/390*100vw) 0 calc(40/390*100vw);
        }
    }
}
#business * {
    box-sizing: border-box;
}
#business img {
    max-width: 100%;
    height: auto;
}
#business_content .business_section_inner > p {
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: calc((4 / 16) * 1em);
    text-align: center;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #business_content .business_section_inner > p {
            font-size: calc(16/390*100vw);
            letter-spacing: 0;
        }
    }
}
#business_content + #business_entertainment .business_section_inner {
    padding-top: 100px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #business_content + #business_entertainment .business_section_inner {
            padding-top: calc(50/390*100vw);
        }
    }
}
.business_section .business_section_inner .ttl-section-h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((8 / 40) * 1em);
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .business_section .business_section_inner .ttl-section-h2 {
            font-size: calc(24/390*100vw);
            margin-bottom: calc(10/390*100vw);
            letter-spacing: calc((1 / 24) * 1em);
        }
    }
}
.business_section .business_section_inner .ttl-section-h2.util_txtl {
    text-align: left;
    display: flex;
    align-items: flex-end;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .business_section .business_section_inner .ttl-section-h2.util_txtl {
            font-size: calc(20/390*100vw);
        }
    }
}
.business_section .business_section_inner .ttl-section-h2 span.number {
    font-size: 72px;
    font-weight: 700;
    color: #238BAE;
    line-height: 1;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .business_section .business_section_inner .ttl-section-h2 span.number {
            font-size: calc(48/390*100vw);
            margin-right: calc(10/390*100vw);
        }
    }
}
.business_section .business_section_inner .ttl-section-h2.util_txtl + p {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: calc((4 / 16) * 1em);
    padding-left: 90px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .business_section .business_section_inner .ttl-section-h2.util_txtl + p {
            padding-left: calc(60/390*100vw);
            font-size: calc(14/390*100vw);
            line-height: calc(22 / 14);
        }
    }
}
.business_section .business_section_inner .business_section_image {
    margin-top: 40px;
    line-height: 0;
    border-radius: 60px;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .business_section .business_section_inner .business_section_image {
            margin-top: calc(20/390*100vw);
            border-radius: calc(30 / 390 * 100vw);
        }
    }
}
.business_section .business_section_inner .business_section_image + p {
    margin-top: 40px;
    text-align: left;
    line-height: 1.8;
    letter-spacing: calc((2 / 16) * 1em);
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .business_section .business_section_inner .business_section_image + p {
            margin-top: calc(20/390*100vw);
        }
    }
}
.business_section .business_section_button_link {
    margin: 40px auto 0;
    width: 100%;
    max-width: 351px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .business_section .business_section_button_link {
            margin-top: calc(20/390*100vw);
        }
    }
}
.business_section .business_section_button_link.column2 {
    max-width: 762px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .business_section .business_section_button_link.column2 {
            flex-direction: column;
            max-width: 100%;
            gap: calc(20/390*100vw);
        }
    }
}
.business_section .business_section_button_link a {
    width: 100%;
}

/*
    strength
*/
#strength * {
    box-sizing: border-box;
}
#strength img {
    max-width: 100%;
    height: auto;
}
.page_strength_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/business/bg-business.png);
    background-size: 2500px auto;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .page_strength_bg {
            background-size: 250% auto;
        }
    }
}
.page_strength_bg::before {
    content: '';
    position: absolute;
    top: 1092px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/business/bg-business2.png);
    background-size: 2500px auto;
    background-position: center top;
    background-repeat: repeat-y;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .page_strength_bg::before {
            top: calc(500/390*100vw);
            background-size: 250% auto;
        }
    }
}
.strength_section {
    padding: 0 15px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .strength_section {
            padding: 0 calc(25/390*100vw);
        }
    }
}
.strength_section_inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 140px 0 0;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .strength_section_inner {
            max-width: 100%;
            padding: calc(70/390*100vw) 0 0;
        }
    }
}
#strength .inview {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease;
}
#strength .inview.animate {
    opacity: 1;
    transform: translateY(0);
}
#strength_content > .strength_section_inner .ttl-section-h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((8 / 40) * 1em);
    margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #strength_content > .strength_section_inner .ttl-section-h2 {
            font-size: calc(24/390*100vw);
            margin-bottom: calc(40/390*100vw);
            letter-spacing: calc((1 / 24) * 1em);
        }
    }
}
.strength_section_desc {
    margin-top: 140px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .strength_section_desc {
            margin-top: calc(70/390*100vw);
        }
    }
}
.strength_section_desc > p {
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: calc((4 / 16) * 1em);
    margin-bottom: 2em;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .strength_section_desc > p {
            font-size: calc(15/390*100vw);
            letter-spacing: 0;
            white-space: nowrap;
        }
    }
}
.strength_section_desc > p:last-of-type {
    margin-bottom: 0;
}
#strength_01 .strength_section_inner .ttl-section-h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((8 / 40) * 1em);
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #strength_01 .strength_section_inner .ttl-section-h2 {
            font-size: calc(24/390*100vw);
            margin-bottom: calc(10/390*100vw);
            letter-spacing: 0;
        }
    }
}
#strength_01 .strength_section_inner .ttl-section-h2 + p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((4 / 16) * 1em);
    text-align: left;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #strength_01 .strength_section_inner .ttl-section-h2 + p {
            font-size: calc(14/390*100vw);
            letter-spacing: 0;
        }
    }
}

#strength_02 .strength_section_inner .ttl-section-h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((8 / 40) * 1em);
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #strength_02 .strength_section_inner .ttl-section-h2 {
            font-size: calc(24/390*100vw);
            margin-bottom: calc(10/390*100vw);
            letter-spacing: 0;
        }
    }
}
#strength_02 .strength_section_inner .ttl-section-h2 + p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((4 / 16) * 1em);
    text-align: left;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #strength_02 .strength_section_inner .ttl-section-h2 + p {
            font-size: calc(14/390*100vw);
            letter-spacing: 0;
        }
    }
}

#strength_03 .strength_section_inner .ttl-section-h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((8 / 40) * 1em);
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #strength_03 .strength_section_inner .ttl-section-h2 {
            font-size: calc(24/390*100vw);
            margin-bottom: calc(10/390*100vw);
            letter-spacing: 0;
        }
    }
}
#strength_03 .strength_section_inner .ttl-section-h2 + p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((4 / 16) * 1em);
    text-align: left;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #strength_03 .strength_section_inner .ttl-section-h2 + p {
            font-size: calc(14/390*100vw);
            letter-spacing: 0;
        }
    }
}

#strength_04 .strength_section_inner .ttl-section-h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((8 / 40) * 1em);
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #strength_04 .strength_section_inner .ttl-section-h2 {
            font-size: calc(24/390*100vw);
            margin-bottom: calc(10/390*100vw);
            letter-spacing: 0;
        }
    }
}
#strength_04 .strength_section_inner .ttl-section-h2 + p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((4 / 16) * 1em);
    text-align: left;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #strength_04 .strength_section_inner .ttl-section-h2 + p {
            font-size: calc(14/390*100vw);
            letter-spacing: 0;
        }
    }
}
.strength_section_image_wrapper {
    margin-top: 40px;
    border-radius: 60px;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .strength_section_image_wrapper {
            margin-top: calc(20/390*100vw);
            border-radius: calc(30 / 390 * 100vw);
        }
    }
}
.strength_section_desc_wrapper {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: calc((4 / 16) * 1em);
    text-align: left;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .strength_section_desc_wrapper {
            margin-top: calc(20/390*100vw);
            font-size: calc(13/390*100vw);
            letter-spacing: 0;
        }
    }
}

#strength + #footer {
    margin-top: 60px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #strength + #footer {
            margin-top: calc(30/390*100vw);
        }
    }
}

/*
    company
*/
#company * {
    box-sizing: border-box;
}
#company img {
    max-width: 100%;
    height: auto;
}
#company .inview {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease;
}
#company .inview.animate {
    opacity: 1;
    transform: translateY(0);
}
.page_company_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/company/bg-company.png);
    background-size: 2500px auto;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .page_company_bg {
            background-size: 250% auto;
        }
    }
}
.page_company_bg::before {
    content: '';
    position: absolute;
    top: 1092px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/company/bg-company2.png);
    background-size: 2500px auto;
    background-position: center top;
    background-repeat: repeat-y;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .page_company_bg::before {
            top: calc(500/390*100vw);
            background-size: 250% auto;
        }
    }
}
.company_section {
    padding: 0 15px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .company_section {
            padding: 0 calc(25/390*100vw);
        }
    }
}
.company_section_inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 140px 0 0;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .company_section_inner {
            max-width: 100%;
            padding: calc(70/390*100vw) 0 0;
        }
    }
}
#company_content > .company_section_inner .ttl-section-h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((8 / 40) * 1em);
    margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #company_content > .company_section_inner .ttl-section-h2 {
            font-size: calc(23/390*100vw);
            margin-bottom: calc(40/390*100vw);
            letter-spacing: calc((1 / 24) * 1em);
        }
    }
}
.company_section_desc {
    margin-top: 80px;
    font-size: 16px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .company_section_desc {
            margin-top: calc(40/390*100vw);
        }
    }
}
.company_section_desc > p {
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: calc((4 / 24) * 1em);
    margin-bottom: 2em;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .company_section_desc > p {
            font-size: calc(15/390*100vw);
            letter-spacing: 0;
        }
    }
}
.company_section_desc > p:last-of-type {
    margin-bottom: 0;
}

#company_outline .company_section_inner .ttl-section-h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((8 / 40) * 1em);
    margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #company_outline .company_section_inner .ttl-section-h2 {
            font-size: calc(24/390*100vw);
            margin-bottom: calc(30/390*100vw);
            letter-spacing: calc((1 / 24) * 1em);
        }
    }
}

#company_parts .company_section_inner .ttl-section-h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((8 / 40) * 1em);
    margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #company_parts .company_section_inner .ttl-section-h2 {
            font-size: calc(24/390*100vw);
            margin-bottom: calc(30/390*100vw);
            letter-spacing: calc((1 / 24) * 1em);
        }
    }
}
.company_section_table_wrapper {
    margin: 60px auto 0;
    max-width: 1080px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .company_section_table_wrapper {
            margin-top: calc(30/390*100vw);
            max-width: 100%;
        }
    }
}
.company_section_table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.24;
    letter-spacing: calc((4 / 16) * 1em);
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .company_section_table {
            font-size: calc(13/390*100vw);
            letter-spacing: 0;
        }
    }
}
.company_section_table a {
    text-decoration: underline;
}
.company_section_table a:hover {
    text-decoration: none;
}
.company_section_table_row {
    display: flex;
}
.company_section_table_th {
    display: table-cell;
    padding: 15px 0;
    text-align: left;
    width: 21.3%;
    line-height: 2.2;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .company_section_table_th {
            padding: calc(7/390*100vw) 0;
        }
    }
}
.company_section_table_td {
    display: table-cell;
    padding: 15px 0;
    text-align: left;
    width: 78.7%;
    line-height: 2.2;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .company_section_table_td {
            padding: calc(7/390*100vw) 0;
        }
    }
}

#company_access .company_section_inner .ttl-section-h2 {
    text-align: left;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((4 / 72) * 1em);
    margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #company_access .company_section_inner .ttl-section-h2 {
            font-size: calc(36/390*100vw);
            margin-bottom: calc(50/390*100vw);
            letter-spacing: calc((1 / 36) * 1em);
        }
    }
}
#company_access .company_section_access_wrapper {
    display: flex;
    flex-direction: column;
    gap: 150px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #company_access .company_section_access_wrapper {
            gap: calc(75/390*100vw);
        }
    }
}
.company_section_access_content > .ttl-section-h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((4 / 24) * 1em);
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .company_section_access_content > .ttl-section-h3 {
            font-size: calc(16/390*100vw);
            margin-bottom: calc(10/390*100vw);
            letter-spacing: 0;
        }
    }
}
.company_section_access_content > p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: calc((4 / 16) * 1em);
    text-align: left;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .company_section_access_content > p {
            font-size: calc(13/390*100vw);
            letter-spacing: 0;
        }
    }
}
.company_section_access_map {
    margin-top: 40px;
    position: relative;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .company_section_access_map {
            margin-top: calc(20/390*100vw);
            border-radius: calc(15 / 390 * 100vw);
        }
    }
}
.company_section_access_map::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}
.company_section_access_map > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.company_section_access_info {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .company_section_access_info {
            margin-top: calc(20/390*100vw);
            gap: calc(20/390*100vw);
        }
    }
}
.company_section_access_info > p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: calc((4 / 16) * 1em);
    text-align: left;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .company_section_access_info > p {
            font-size: calc(13/390*100vw);
            letter-spacing: 0;
        }
    }
}
#company_group {
    padding: 0;
}
#company_group > .company_section_inner {
    max-width: 100%;
}
#company_group > .company_section_inner .ttl-section-h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: calc((8 / 40) * 1em);
    text-align: center;
    margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #company_group > .company_section_inner .ttl-section-h2 {
            font-size: calc(24/390*100vw);
            margin-bottom: calc(40/390*100vw);
            letter-spacing: 0;
        }
    }
}
#company_group .logo-content-inner {
    text-align: center;
}
#company_group .logo-thumbs {
    margin: 0 auto;
    display: inline-flex;
    max-width: 800px;
}

#company + #footer {
    margin-top: 60px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #company + #footer {
            margin-top: calc(30/390*100vw);
        }
    }
}

/*
    page
*/
#page_section * {
    box-sizing: border-box;
}
#page_section img {
    max-width: 100%;
    height: auto;
}
#page_section .page_section_header {
    padding: 50px 0;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #page_section .page_section_header {
            padding: calc(25/390*100vw) 0;
        }
    }
}
#page_section .ttl-section-h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: .05em;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    #page_section .ttl-section-h1 {
        font-size: 48px;
    }
    @media screen and (max-width: 950px) {
        #page_section .ttl-section-h1 {
            font-size: calc(36/390*100vw);
        }
    }
}
#page_section .sub_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: .05em;
    text-align: center;
    margin-top: .6em;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #page_section .sub_title {
            font-size: calc(14/390*100vw);
        }
    }
}
#page_section .page_section_content {
    margin: 0 auto;
    max-width: 1150px;
    padding: 100px 25px 0;
    font-size: 16px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #page_section .page_section_content {
            padding: calc(25/390*100vw) calc(25/390*100vw) calc(50/390*100vw);
            font-size: calc(14/390*100vw);
        }
    }
}
#page_section .page_section_content p {
    line-height: 1.8;
    text-align: left;
    margin-bottom: 1.5em;
}
#page_section .page_section_content .wp-block-heading {
    font-size: 250%;
    margin-bottom: 1em;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #page_section .page_section_content .wp-block-heading {
            font-size: calc(19/390*100vw);
        }
    }
}
#page_section .page_section_content a {
    text-decoration: underline;
}
#page_section .page_section_content a:hover {
    text-decoration: none;
}
#page_section .page_section_content a.button.pageback {
    text-decoration: none;
}
#page_section .page_section_content_body {
    margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        #page_section .page_section_content_body {
            margin-bottom: calc(45/390*100vw);
        }
    }
}
/*
    thanks
*/
.content-thanks-image {
    margin: 0 auto 60px;
    width: 180px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .content-thanks-image {
            width: calc(120/390*100vw);
            margin-bottom: calc(30/390*100vw);
        }
        .content-thanks-image img {
            width: 100%;
        }
    }
}
.content-thanks-catchcopy {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: calc((4 / 24) * 1em);
    color: #00739A;
    margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .content-thanks-catchcopy {
            font-size: calc(17/390*100vw);
            margin-bottom: calc(35/390*100vw);
        }
    }
}
.content-thanks-text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: calc((4 / 16) * 1em);
    color: #00739A;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .content-thanks-text {
            font-size: calc(14/390*100vw);
            letter-spacing: 0;
        }
    }
}
.content-thanks-link {
    margin: 90px auto 0;
    max-width: 351px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .content-thanks-link {
            margin: calc(45/390*100vw) auto 0;
            max-width: 100%;
        }
    }
}
/*
    ボタン
*/
a.button.pageback {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: all 0.5s ease;
    border: 2px solid #141414;
    border-radius: 80px;
    background-color: #fff;
    color: #141414;
    font-size: 16px;
    font-weight: bold;
    height: 82px;
    padding: 0 20px;
    text-decoration: none;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        a.button.pageback {
            font-size: calc(18/390*100vw);
            height: calc(60/390*100vw);
            border-radius: calc(41/390*100vw);
            padding: 0 calc(20/390*100vw);
        }
    }
}
a.button.pageback:hover {
    background-color: #141414;
    color: #fff;
}
a.button.strength {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-weight: 700;
    transition: all 0.5s ease;
    border: 2px solid #141414;
    border-radius: 80px;
    color: #141414;
    font-size: 16px;
    font-weight: bold;
    height: 122px;
    padding: 0 20px 0 50px;
    position: relative;
    text-align: left;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        a.button.strength {
            border-radius: calc(80 / 390 * 100vw);
            height: calc(104 / 390 * 100vw);
            padding: 0 calc(20/390*100vw) 0 calc(50/390*100vw);
            font-size: calc(14 / 390 * 100vw);
        }
    }
}
a.button.strength span {
    display: block;
    width: 100%;
}
a.button.strength:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    width: 70px;
    height: 70px;
    background: url(./assets/images/top/icon-arrow2.png) no-repeat center center;
    background-size: contain;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        a.button.strength:before {
            width: calc(60 / 390 * 100vw);
            height: calc(60 / 390 * 100vw);
            right: calc(20 / 390 * 100vw);
        }
    }
}
a.button.strength span.strong {
    font-size: 32px;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        a.button.strength span.strong {
            font-size: calc(30 / 390 * 100vw);
        }
    }
}

button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
button.load_more_posts {
    font-size: 16px;
    font-weight: bold;
    color: #1A1A1A;
    width: 100%;
    height: 82px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1A1A1A;
    border-radius: 80px;
    background-color: #fff;
    transition: all 0.5s ease;
}
button.load_more_posts:hover {
    background-color: #1A1A1A;
    color: #fff;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        button.load_more_posts {
            font-size: calc(18/390*100vw);
            height: calc(60/390*100vw);
            border-radius: calc(41/390*100vw);
        }
    }
}

.util_sp_only {
    display: none;
}
.util_pc_only {
    display: block;
}
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 950px) {
        .util_sp_only {
            display: block;
        }
        .util_pc_only {
            display: none;
        }
    }
}

.grecaptcha-badge { visibility: hidden; }

#footer_site_description, #header>#site_description{
    display: none;
}
