/*
Theme Name:Seedd child
Theme URI:
Description:WordPressテーマ「Seeed」の自作子テーマです。
Template:seeed_tcd105
Author:
Author URI:
Version:1.12
*/

#body,
#body input,
#body textarea,
#body .rich_font,
#body .p-vertical,
#body .rich_font_1,
#body #page_header .headline{
    font-family: "Noto Sans JP", sans-serif;
}
/*トップページ*/
#header_slider_wrap{
    max-height: 100vh;
}
#header_slider .bg_image img{
    object-position: top center;
}
#header_slider_content .catch .txt{
    font-size: .7em;
    letter-spacing: .05em;
}
#header_slider_content h2.catch{
    letter-spacing: .05em;
    margin-top: 3em;
    margin-bottom: .3em;
}
#body #drawer_menu .header{
    height: 60px;
    margin-bottom: 10px;
    border-bottom: none;
}
#drawer_menu .logo{
    margin-left: -5px;
    padding-top: 10px;
}
#drawer_menu .logo img{
    width: auto;
    height: 40px;
}
#drawer_menu .tel{
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#drawer_menu .tel a{
    display: flex;
    align-items: center;
    color: #fff;
    padding: 22px 0 20px;
}
#drawer_menu .tel .icon{
    border: solid 1px #fff;
    width: 50px;
    height: 50px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-left: 15px;
}
#drawer_menu .tel .icon img{
    width: 20px;
    height: auto;
}
#drawer_menu .tel .txts{
    width: calc(100% - 50px - 30px);
}
#drawer_menu .tel .txt{
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .05em;
    margin-bottom: 5px;
}
#drawer_menu .tel .txt span{
    font-weight: 500;
    font-size: 12px;
}
#drawer_menu .phone{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .1em;
}
#body #mobile_menu a{
    padding: 0 15px;
    font-size: 16px;
    letter-spacing: .05em;
    height: 60px;
    line-height: 60px;
}
#body #drawer_mneu_close_button{
    right: -20px;
}
#drawer_menu select{
    padding: 3px;
}
#body #global_menu > ul > li{
    font-size: 17px;
    font-weight: 600;
}
#body #global_menu > ul > li > a{
    padding: 0 30px;
}
#header_button{
    font-weight: 600;
}
#body #header_slider_content .link_button a,
#cb_content_1_list_1 .design_button,
.report_slider .design_button{
    font-size: 17px;
}
#body #header_slider_content .link_button{
    margin-top: calc(25px + 80px);
    margin-bottom: -80px;
}
#body .swiper-button-next:before,
#body .swiper-button-prev:before,
#body #return_top a:before{
    font-weight: 600;
}
#body #copyright{
    text-align: left;
}
#body .sp_content_inner{
    width: 960px;
}

.header-language{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.header-language .txt{
    color: #fff;
    margin-right: .5em;
}
.header-language select option:first-child,
.drawer-language select option:first-child{
    display: none;
}
.drawer-language{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 15px;
    letter-spacing: .05em;
}
.drawer-language .txt{
    color: #fff;
    margin-right: .5em;
}
#body #header_slider_wrap.no_header_news + #content_builder .cb_selling_point:first-of-type .cb_design_header{
    padding-top: 100px;
}
/*
#content_builder h2.catch::after{
    content: "TEXTTEXT";
    font-size: .4em;
    font-family: var(--tcd-font-type-logo);
    color: var(--main_color);
    letter-spacing: .05em;
    display: block;
}
*/
.open_menu #body #header {
    transform: translate3d(0, 0, 0);
}
/*
#cb_content_1 h2.catch::after{
    content: "PURPOSE";
}
#cb_content_2 h2.catch::after{
    content: "ABOUT";
}
#cb_content_3 h2.catch::after{
    content: "REPORT";
}
*/
#body .design_header .catch + .desc,
#body .design_header .en + .desc{
    margin-top: 20px;
}
#cb_content_1_list_1 .sp_content .main_content{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    max-height: 400px;
}
#cb_content_1_list_1 .mobile_content{
    order: 1;
    width: 44%;
}
#cb_content_1_list_1 .design_button{
    order: 2;
}
#cb_content_1_list_1 .mobile_content .catch,
#cb_content_2 #sec3 p{
    text-align: justify;
}
#cb_content_1_list_1 .desc{
    order: 3;
    width: 44%;
    margin-left: auto;
    text-align: justify;
}
#cb_content_1_list_1 .sp_content .bg_image img{
    object-position: center top;
}
#content_builder #cb_content_2 .design_header{
    margin-bottom: 20px;
}
#cb_content_2 #sec3 p:nth-child(2){
    margin-bottom: 1.5em;
    line-height: 1;
}
#cb_content_2 #sec3 img{
    border-radius: 24px;
}
#cb_content_3{
    padding-bottom: 0;
    margin-bottom: 10px;
}
#cb_content_3 .swiper-button-prev{
    left: 20px !important;
}
#cb_content_3 .swiper-button-next{
    right: 20px !important;
}
#cb_content_3 .swiper-button-next:before,
#cb_content_3 .swiper-button-prev:before{
    color: #fff;
}
#cb_content_3.no-post{
    display: none !important;
}
.report_slider_wrap{
    background: var(--main_color);
    color: #fff;
    padding: 50px 50px;
    position: relative;
}
.report_slider .swiper-content{
    display: flex;
    max-width: 960px;
    margin: 0 auto;
}
.report_slider .image_link{
    max-width: 45%;
}
.report_slider .content{
    width: 47%;
    margin-left: auto;
}
.report_slider .image{
    border-radius: 20px;
    width: 100%;
    height: auto;
}
.report_slider .content .title{
    font-size: 26px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 1.5em;
}
.report_slider .content .title a{
    color: #fff;
    transition: .1s;
}
.report_slider .content .title a:hover{
    opacity: .8;
}
.report_slider .design_button,
.btn-mobile .design_button{
    color: #fff;
    border: solid 1px #fff;
}
.report_slider .design_button:hover,
.btn-mobile .design_button:hover{
    color: var(--main_color);
    background: #fff;
}
.btn-mobile{
    display: none;
}
#footer #footer_inner{
    padding: 60px 0 50px;
}
#footer{
    border-top: solid 1px #ddd;
}
.home #footer{
    border-top: none;
}
#footer .contacts{
    display: flex;
    margin-bottom: 40px;
}
#footer .contacts > div{
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 50px 0;
}
#footer .contacts a{
    display: flex;
    align-items: center;
}
#footer .tel{
    border-right: solid 1px var(--main_color);
}
#footer .contacts .icon{
    border: solid 1px var(--main_color);
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer .contacts .icon img{
    width: 24px;
    height: auto;
}
#footer .tel .icon{
    margin-right: 15px;
}
#footer .tel .txts{
    width: calc(100% - 70px - 15px);
}
#footer .tel .txt{
    font-weight: bold;
    font-size: 17px;
    margin-bottom: .3em;
}
#footer .tel .txt span{
    font-weight: 500;
    font-size: 14px;
}
#footer .phone{
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 38px;
    letter-spacing: .05em;
    color: var(--main_color);
    text-align: left;
}
#footer .mail a{
    background: var(--main_color);
    color: #fff;
    border-radius: 200px;
}
#footer .mail a p{
    padding: 0 3.9em 0 2.4em;
    font-weight: bold;
}
#body #footer_logo img{
    width: 135px;
    height: auto;
}
.cb_free_space .post_content{
    max-width: 960px;
}


/*成果報告一覧ページ*/
.blog #page_header .bg_image img,
.archive #page_header .bg_image img{
    object-position: center calc(-150vw / 19.2);
}
.blog #archive_blog,
.archive #archive_blog{
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 0;
    margin-bottom: 130px;
}
#archive_blog .blog_list{
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 1030px;
}
.category_sort_button .item:first-child a{
    border-radius: 10px 0 0 10px;
}
.category_sort_button .item:last-child a{
    border-radius: 0 10px 10px 0;
}
#body .category_sort_button a:hover,
#body .category_sort_button .active_menu a,
#body.blog .category_sort_button .swiper-slide-active a{
    background: var(--main_color);
}
#body .category_sort_button .item.active_menu a{
    border-color: #ddd;
}
#body.blog .category_sort_button .swiper-slide-active a{
    color: #fff;
}


#archive_blog .blog_list .item{
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    border: none;
    border-bottom: solid 1px #ddd;
    padding-bottom: 40px;
}
#archive_blog .blog_list .image_link{
    width: 35%;
}
#archive_blog .blog_list .image_wrap{
    border-radius: 20px;
}
#archive_blog .blog_list .content{
    width: 65%;
    padding: 0 0 30px 50px;
}
#archive_blog .blog_list .category_button,
#single_post_header .category_button_list a{
    left: 0;
    top: 0;
    transform: none;
    position: static;
    background: transparent;
    color: #999;
    padding: 0;
    min-width: auto;
    height: auto;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}
#archive_blog .blog_list .category_button:hover,
.single #single_post_header .category_button_list a:hover{
    color: var(--main_color);
    background: transparent;
}
#archive_blog .blog_list .date,
.single #single_post_header .date{
    position: static;
    border-right: solid 1px #999;
    margin-right: 1em;
    padding-right: 1em;
    font-family: "Noto Sans JP", sans-serif;
}
#archive_blog .blog_list .date::before,
.single #single_post_header .date:before{
    content: none;
}
#archive_blog .dates{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#archive_blog .blog_list .title{
    font-size: 22px;
    line-height: 1.7;
}


/*成果報告詳細ページ*/
.single #page_header .bg_image img{
    object-position: center center;
}
.single #next_prev_post,
#comments,
#related_post{
    display: none;
}
#single_post_header .category_button_list a{
    color: var(--main_color);
}
.single #main_content{
    justify-content: center;
    padding-bottom: 0;
    margin-bottom: 140px;
}
.single #main_col{
    width: 100%;
}
#bread_crumb{
    display: none;
}
#body #single_post_header{
    margin-bottom: 60px !important;
}
#body #single_post_header .title_area{
    border: none;
    padding: 0;
}
#body #single_post_header .meta{
    margin-bottom: 20px;
}
#single_post_header .title{
    margin-bottom: 1.5em;
}
#body #single_post_header .title{
    font-family: "Noto Sans JP", sans-serif;
}
#body #single_post_header .category_button_list{
    position: static;
    transform:none;
    overflow: visible;
}
#body #single_post_header .image img{
    border-radius: 25px;
}
.report_slider_wrap .image_wrap{
    position: relative;
}
#body #single_post_header .image .catname,
.blog_list .image_wrap .catname,
.report_slider_wrap .image_wrap .catname{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
}
#body #single_post_header .image .catname span,
.blog_list .image_wrap .catname span,
.report_slider_wrap .image_wrap .catname span{
    display: block;
    background: #fff;
    border-radius: 0 100px 100px 0;
    color: var(--main_color);
    font-size: 70px;
    letter-spacing: .03em;
    line-height: 1;
    font-weight: bold;
    padding: .5em 1em .6em .7em;
}
.blog_list .image_wrap .catname span{
    font-size: 24px;
}
.report_slider_wrap .image_wrap .catname span{
    font-size: 29px;
}
.single .list-page a{
    display: block;
    text-align: center;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 35px 0;
    margin-top: 100px;
    color: var(--main_color);
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: bold;
    transition: .2s;
}
.single .list-page a:hover{
    background-color: #eee;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}
.youtube-wrap{
    padding: 50px;
    border-radius: 25px;
    background: #eee;
}
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}
#article .reports{
    letter-spacing: .05em;
}
#article .reports h2{
    text-align: left;
    line-height: 1;
    letter-spacing: .05em;
    margin-bottom: .5em;
    padding: .6em .8em .8em .9em;
    position: relative;
}
#article .reports h2::before{
    content: "";
    display: block;
    width: .18em;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--main_color);
    border-radius: 10px;
}
#article .reports .txt{
    margin-bottom: 1.5em;
}
#article .reports .file a{
    line-height: 1.5;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
}
#article .reports .file img{
    margin-right: .5em;
}
#article .reports .file span{
    text-align: justify;
}
#article .reports.movie .txt{
    margin-bottom: 1.5em;
}

/*固定ページ共通*/
#page_header .headline{
    letter-spacing: .05em;
}
.page-design .design_header{
    margin-bottom: 0;
}
.design_header .en{
    font-weight: bold;
    font-size: 15px;
    font-family: var(--tcd-font-type-logo);
    color: var(--main_color);
    line-height: 1 !important;
    letter-spacing: .05em;
    margin-top: .35em;
}
.page-design .post_content{
    text-align: justify;
}
html[lang="en"] .page-design .post_content{
    text-align: start;
}
.page-design .post_content p{
    margin-bottom: 1.5em;
}
.page-design .post_content h3{
    position: relative;
    font-size:28px;
    padding-bottom: .6em;
    margin-top: 2.5em;
}
.page-design .post_content h3::after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #ddd;
    background: linear-gradient(90deg, #0085b2 0%, #0085b2 3em, #ddd 3em, #ddd 100%);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.page-design .post_content h4{
    font-size: 22px;
    text-align: left;
    letter-spacing: .05em;
    margin-bottom: 1em;
    padding: .5em .9em;
    background: #eee;
    border-radius: 10px;
}
.page-design .post_content h5{
    font-size: 20px;
    background: #ccc;
    border-radius: 10px;
}
.page-design .post_content th{
    background: var(--main_color);
    color: #fff;
}
.page-design .post_content ul,
.page-design .post_content ol{
    margin-left: 0;
}
.page-design .post_content li{
    list-style: none;
    line-height: 1.9;
}
.page-design .post_content ul li{
    padding-left: 1em;
    text-indent: -1em;
}
.page-design .post_content section{
    margin-bottom: 100px;
}
.page-design .post_content section:last-child{
    margin-bottom: 0;
}
.page-design .post_content td,
.page-design .post_content th{
    padding: 13px 10px 11px;
    line-height: 1.6;
    vertical-align: middle;
}
.page-design .post_content th{
    text-align: center;
}
.mb-only{
    display: none;
}
#body #page_header .headline{
    line-height: 80px;
}

/*事業概要ページ*/
.page-id-46 #page_header .bg_image img{
    object-position: center calc(-160vw / 19.2);
}
.page-id-46 .page-design #sec3 .design_header,
.page-id-46 .page-design #sec4 .design_header{
    margin-bottom: 55px;
}
.page-id-46 .total p:first-child{
    font-weight: bold;
}
.page-id-46 .total p{
    margin-bottom: 0;
    line-height: 2;
}
.page-id-46 .total p span{
    display: inline-block;
}
.table1 thead tr:nth-child(1) th:nth-child(1) {
    width: 8%;
}
.table1 thead tr:nth-child(1) th:nth-child(2) {
    width: 27.5%;
}
.table1 thead tr:nth-child(1) th:nth-child(3) {
    width: 8%;
}
.table1 thead tr:nth-child(1) th:nth-child(4) {
    width: 29%;
}
.table1 thead tr:nth-child(1) th:nth-child(5) {
    width: 27.5%;
}
.table1 tbody tr td:nth-child(1) ,
.table1 tbody tr td:nth-child(3) ,
.table1 tbody tr td:nth-child(4) ,
.table1 tbody tr td:nth-child(5) ,
.table1 tbody tr td:nth-child(6) ,
.table2 tbody tr td:nth-child(3) {
    text-align: center;
}
.table2 thead tr th:nth-child(1) {
    width: 45%;
}
.table2 thead tr th:nth-child(2) {
    width: 45%;
}
.table2 thead tr th:nth-child(3) {
    width: 10%;
}
.total{
    margin-top: 1em;
}
.page-id-46 .post_content table{
    font-size: 15px;
}
.page-design .post_content td.no-pdg{
    padding-left: 0;
    padding-right: 0;
}

/*留学プログラムページ*/
.page-id-48 #page_header .bg_image img{
    object-position: center calc(-108vw / 19.2);
}
.page-id-48 .page-design .post_content th{
    width: 25%;
    background: #f7f7f7;
    color: #000;
}
.page-id-48 .page-design .post_content td{
    width: 75%;
    padding-left: 25px;
    padding-right: 25px;
}
.page-id-48 .page-design .post_content #sec3 table{
    margin-bottom: 1em;
}
.page-id-48 .page-design .post_content #sec3 p{
    margin-bottom: 0;
    line-height: 2.2;
}
.page-id-48 .page-design .post_content #sec3 .mb{
    margin-bottom: 1em;
}
html[lang="en"] #cb_content_1_list_1 .mobile_content .catch,
html[lang="en"] #cb_content_1_list_1 .desc,
html[lang="en"] #cb_content_2 #sec3 p,
html[lang="en"] .report_slider .content .title,
html[lang="en"] .design_header .desc p.mobile,
html[lang="en"] #article .reports .file span{
    text-align: left;
}
html[lang="en"] #cb_content_1_list_1 .sp_content .main_content{
    max-height: 450px;
}
html[lang="en"] #drawer_menu .tel .txt span{
    display: block;
}
#body .design_header .desc p,
#body .post_content p{
    line-height: 1.9;
}
#body .sp_content .main_content .desc{
    line-height: 2;
}

@media screen and (max-width: 1400px) {
    .page-id-46 #page_header .bg_image img{
        object-position: center center;
    }
    .page-id-48 #page_header .bg_image img{
        object-position: center calc(-55vw / 19.2);
    }
}
@media screen and (max-width: 1400px) {
    #body #global_menu > ul > li{
        font-size: 16px;
    }
    #body #global_menu > ul > li > a{
        padding: 0 22px;
    }
}
@media screen and (max-width: 1250px) {
    #body #drawer_menu{
        display: block;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 0 25px;
    }
    .blog #page_header .bg_image img,
    .archive #page_header .bg_image img{
        object-position: center center;
    }
}
@media screen and (max-width: 1225px) {
    .blog_list .image_wrap .catname span{
        font-size: calc(24vw / 12.25);
    }
}
@media screen and (max-width: 1200px) {
    .header-language{
        display: none;
    }
    #cb_content_1_list_1 .mobile_content .catch{
        width: 100%;
    }
    #cb_content_1_list_1 .sp_content .main_content .desc{
        margin-top: -5px;
    }
    .report_slider .content{
        width: 50%;
    }
    .report_slider .content .title{
        text-align: justify;
        font-size: 22px;
    }
    .report_slider_wrap .image_wrap .catname span{
        font-size: 27px;
    }
    #cb_content_3{
        margin-bottom: 0;
    }
    #cb_content_3 .swiper-button-prev{
        left: 10px !important;
    }
    #cb_content_3 .swiper-button-next{
        right: 10px !important;
    }
    #archive_blog .category_button{
        font-size: 14px;
    }
    .page-id-48 #page_header .bg_image img{
        object-position: center center;
    }
    .design_header .en{
        font-size: 12px;
    }
    .page-design .post_content h3{
        font-size: 24px;
    }
    .page-design .post_content h4{
        font-size: 20px;
    }
    .page-design .post_content section{
        margin-bottom: 90px;
    }
    .page-id-46 .page-design #sec3 .design_header, .page-id-46 .page-design #sec4 .design_header {
        margin-bottom: 50px;
    }
    #body #page_header .headline{
        line-height: 60px;
    }
    #body #single_post_header .image .catname span{
        font-size: 48px;
    }
    #header_slider_content h2.catch{
        margin-top: 2em;
    }
    html[lang="en"] #header_slider_content .link_button a{
        width: 280px;
    }
}
@media screen and (max-width: 1100px) {
    #body #return_top a:before{
        font-size: 13px;
        width: 13px;
    }
}
@media screen and (max-width: 1060px) {
    .report_slider_wrap .image_wrap .catname span{
        font-size: calc(27vw / 10.6);
    }
}
@media screen and (max-width: 1000px) {
    .blog #archive_blog,
    .archive #archive_blog{
        padding-left: 50px;
        padding-right: 50px;
    }
    #cb_content_1_list_1 .sp_content .main_content{
        max-width: 100%;
    }
    #cb_content_1_list_1 .mobile_content{
        width: 47%;
    }
    #footer .tel .txt{
        font-size: 17px;
    }
    #footer .tel .txt span{
        font-size: 13px;
    }
    .report_slider .content .title{
        font-size: 20px;
    }
    #archive_blog .blog_list .item:last-child{
        margin-bottom: 0;
    }
    .page-id-46 .page-design #sec3 .design_header, .page-id-46 .page-design #sec4 .design_header {
        margin-bottom: 40px;
    }
    #body .sp_content_inner{
        width: auto;
    }
    .blog_list .image_wrap .catname span{
        font-size: calc(20vw / 10);
    }
}

@media screen and (max-width: 800px) {
    #content_builder h2.catch::after{
        font-size: .5em;
    }
    .blog #archive_blog,
    .archive #archive_blog{
        padding-left: 20px;
        padding-right: 20px;
    }
    #archive_blog .blog_list .title{
        font-size: 20px;
    }
    #cb_content_1_list_1 .sp_content .main_content{
        display: block;
        max-height: 100%;
    }
    #cb_content_1_list_1 .mobile_content{
        width: 100%;
    }
    #cb_content_1_list_1 .sp_content .main_content .desc{
        width: 100%;
        margin-top: 0;
    }
    #cb_content_1_list_1 .sp_content_inner{
        padding-top: 50px;
    }
    #content_builder #cb_content_2 .design_header {
        margin-bottom: 15px;
    }
    #cb_content_2 #sec3 p:nth-child(2){
        margin-bottom: 1em;
    }
    #cb_content_1 .design_header .desc,
    #cb_content_3 .design_header .desc{
        text-align: justify;
    }
    #body #cb_content_2{
        padding-bottom: 50px;
    }
    .report_slider .content .title{
        font-size: 19px;
    }
    #footer .contacts .icon{
        width: 60px;
        height: 60px;
    }
    #footer .tel .txt{
        text-align: left;
        font-size: calc(17vw / 8);
    }
    #footer .tel .txt span{
        font-size: calc(13vw / 8);
    }
    #footer .tel .icon{
        margin-right: 10px;
    }
    #footer .tel .txts {
        width: calc(100% - 60px - 10px);
    }
    #footer .phone{
        font-size: calc(38vw / 8);
    }
    #body #single_post_header.no_image{
        margin-top: 0;
    }
    #archive_blog .blog_list .date,
    #archive_blog .category_button{
        font-size: 13px;
    }
    .single #single_post_header{
        margin: 0 0 30px !important;
    }
    #body #single_post_header .meta{
        margin: 35px 0 10px;
    }
    .youtube-wrap {
        padding: 30px;
        border-radius: 30px;
    }
    #single_post_header .title{
        margin-bottom: 1.3em;
    }
    .page-design .design_header .en{
        font-size: 11px;
    }
    .page-design .post_content h3{
        font-size: 18px;
    }
    .page-design .post_content h4{
        font-size: 16px;
    }
    .page-design .post_content section{
        margin-bottom: 60px;
    }
    .page-design .post_content h3{
        margin-top: 2.2em;
    }
    .page-design .post_content h3::after{
        height: 3px;
    }
    .page-id-46 .page-design #sec3 .design_header, .page-id-46 .page-design #sec4 .design_header {
        margin-bottom: 30px;
    }
    #footer .tel .txt{
        margin-bottom: .25em;
    }
    html[lang="en"] .sp_content_wrap{
        min-height: auto;
    }
    html[lang="en"] #cb_content_1_list_1 .sp_content .main_content{
        max-height: 100%;
    }
    html[lang="en"] #header_slider_content{
        padding: 0 15px;
    }
    html[lang="en"] .category_sort_button .item{
        width: min-content;
        line-height: 1.2;
        height: auto;
    }
    html[lang="en"] .category_sort_button a{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .page-id-46 .post_content table{
        font-size: 14px;
    }
    #body #page_header .headline{
        line-height: 50px;
    }
    #body #single_post_header .image .catname span{
        font-size: calc(54vw / 8);
    }
    #cb_content_1_list_1 .mobile_content .catch{
        font-size: 19px;
    }
    #cb_content_2 #sec3 p{
        font-size: 16px;
    }
    #cb_content_2 #sec3 .txt2{
        margin-top: 2em;
    }
    #body #copyright{
        padding-bottom: 45px;
    }
    #body .category_sort_button a:hover{
        background: transparent;
    }
    #body #header_slider_content .link_button {
        margin-top: calc(25px + 60px);
        margin-bottom: -60px;
    }
    .design_header .en {
        font-size: 11px;
    }
    .blog_list .image_wrap .catname span{
        font-size: 17px;
    }
}
@media screen and (max-width: 700px) {
    .report_slider_wrap{
        padding: 40px 30px 45px;
    }
    #cb_content_3 .swiper-button-prev{
        left: 0px !important;
    }
    #cb_content_3 .swiper-button-next {
        right: 0px !important;
    }
    .report_slider .swiper-content{
        flex-direction: column-reverse;
    }
    .report_slider .image_link{
        width: 100%;
        max-width: 100%;
    }
    .report_slider .content{
        width: 100%;
    }
    .report_slider .content .title{
        margin-bottom: 1em;
    }
    .report_slider .content .btn{
        display: none;
    }
    #content_builder #cb_content_3 .design_header{
        margin-bottom: 25px;
    }
    .btn-mobile{
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    #cb_content_3{
        margin-bottom: 70px;
    }
    #footer .contacts{
        display: block;
    }
    #footer .contacts > div{
        width: 100%;
        padding: 20px 0;
    }
    #footer .tel{
        border-right: none;
    }
    .home #footer .tel{
        border-top: solid 1px #ddd;
    }
    #footer .tel .txt span{
        display: inline-block;
        margin-top: 0;
    }
    #footer #footer_inner {
        padding: 40px 0 40px;
    }
    #footer{
        border-top: none;
    }
    #footer .tel .txt{
        font-size: 15px;
    }
    #footer .tel .txt span {
        font-size: 12px;
    }
    #footer .phone{
        font-size: 34px;
        letter-spacing: .07em;
    }
    #footer .mail{
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
    }
    #footer .mail a p{
        padding: 0 4.9em 0 2.9em;
    }
    #archive_blog .blog_list .item:last-child{
        border-bottom: none;
    }
    #footer .contacts{
        border-top: solid 1px #ddd;
    }
    .home #footer .contacts{
        border-top: none;
    }
    .home #footer #footer_inner {
        padding-top: 5px;
    }
    .single #main_content{
        margin-bottom: 70px;
    }
    html[lang="en"] #footer .contacts a{
        justify-content: center;
    }
    html[lang="en"] #footer .tel .txts {
        width: calc(100% - 60px - 80px);
    }
    .blog #archive_blog,
    .archive #archive_blog{
        margin-bottom: 0;
    }
    .single .list-page a{
        padding: 25px 0;
    }
    .report_slider_wrap .image_wrap .catname span{
        font-size: calc(40vw / 7);
    }
}
@media screen and (max-width: 600px) {
    #archive_blog .blog_list .item{
        flex-direction: column-reverse;
    }
    #archive_blog .blog_list .image_link{
        width: 100%;
    }
    #archive_blog .blog_list .content{
        width: 100%;
        padding: 0 0 15px;
    }
    #archive_blog .blog_list .title{
        font-size: 18px;
    }
    .open_menu #container{
        transform: translate3d(0,0,0) !important;
    }
    .open_menu #drawer_menu_button{
        display: none;
    }
    #archive_blog .blog_list .date{
        margin-bottom: 0;
    }
    .youtube-wrap {
        padding: 20px;
        border-radius: 20px;
    }
    #single_post_header .title{
        margin-bottom: 1em;
        text-align: justify;
    }
    #body #single_post_header .meta{
        margin: 30px 0 10px;
    }
    .single .list-page a{
        margin-top: 60px;
    }
    #header_slider_content h2.catch{
        margin-top: 7em;
    }
    .page-id-46 #page_header .bg_image img{
        height: 120%;
    }
    .page-design .post_content h3{
        margin-top: 2em;
    }
    .page-design .post_content section {
        margin-bottom: 50px;
    }
    .page-design .post_content h3::after{
        height: 2px;
    }
    .page-id-46 .page-design #sec3 .design_header,
    .page-id-46 .page-design #sec4 .design_header {
        margin-bottom: 25px;
    }
    .table-wrap {
        overflow: auto;
        padding: 0 20px;
    }
    .page-id-46 .page-design .table1 {
        min-width: 950px;
    }
    .table1 thead tr:nth-child(1) th:nth-child(1) {
        width: 6%;
    }
    .table1 thead tr:nth-child(1) th:nth-child(2) {
        width: 28%;
    }
    .table1 thead tr:nth-child(1) th:nth-child(3) {
        width: 8%;
    }
    .table1 thead tr:nth-child(1) th:nth-child(4) {
        width: 27%;
    }
    .table1 thead tr:nth-child(1) th:nth-child(5) {
        width: 31%;
    }
    .page-design .post_content td, .page-design .post_content th{
        padding: 10px;
        line-height: 1.7;
    }
    .page-id-46 .page-design .table2 {
        min-width: 700px;
    }
    .page-id-48 .page-design .post_content th{
        width: 30%;
    }
    .page-id-48 .page-design .post_content td {
        width: 70%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-id-46 #page_contents{
        margin-right: 0;
        margin-left: 0;
    }
    .page-id-46 #sec1,
    .page-id-46 #sec2{
        margin-right: 20px;
        margin-left: 20px;
    }
    .page-id-46 .page-design #sec3 .design_header,
    .page-id-46 .page-design #sec4 .design_header{
        margin-right: 20px;
        margin-left: 20px;
    }
    .mb-only{
        display: block;
    }
    .total{
        margin: 15px 20px 0;
    }
    #cb_content_2 #sec3 img {
        border-radius: 15px;
    }
    #header_slider_content{
        padding: 0 15px !important;
    }
    html[lang="en"] #header_slider_wrap {
        max-height: 580px;
    }
    html[lang="en"] #single_post_header .title{
        text-align: left;
    }
    .youtube{
        border-radius: 10px;
    }
    #body #header_slider .overlay{
        background: rgba(0,0,0,0.5) !important;
    }
    #body #header_slider_content .link_button{
        margin-top: 20px;
        margin-bottom: 0;
        position: relative;
        top: 85px;
    }
    #body #header_slider .bg_image img {
        object-position: bottom center;
    }
    #header_slider_content h2.catch{
        margin-top: 5em;
        margin-bottom: 1em;
    }
    #body #header_slider_content p.catch{
        line-height: 1.2;
    }
    #body #header_slider_wrap.no_header_news + #content_builder .cb_selling_point:first-of-type .cb_design_header{
        padding-top: 80px !important;
    }
    #body #footer_nav li{
        font-size: 13px;
    }
    .blog_list .image_wrap .catname span{
        font-size: calc(35vw / 6);
    }
    #body #header_slider_content .link_button a{
        padding-bottom: .15em;
    }
    html[lang="en"] #body #header_slider_content .link_button{
        top: 24px;
    }
    html[lang="en"] #header_slider_content h2.catch{
        font-size: 23px;
        margin-top: 10em;
    }
}
@media screen and (max-width: 350px) {
    #body #mobile_menu a{
        padding: 0;
    }
    #drawer_menu .tel .icon{
        margin-left: 0;
        margin-right: 10px;
    }
    #drawer_menu .tel .txts{
        width: calc(100% - 50px - 10px);
    }
}