@charset "UTF-8";
/*
Theme Name: BEYOND_child
Template: beyond_tcd094
Theme URI:
Description: WordPressテーマ「BEYOND」child
Author: Design Plus
Author URI: https://design-plus1.com/tcd-w/
Version: 6.7.1
Text Domain: tcd-w
*/


/*************************
/* flex-box
*************************/
.flex-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-box-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex-box-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-box-row-rever {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-box-space-b {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-box-space-a {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-box-space-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-box-item-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*******************************
*中央寄せ
*******************************/
.center-type1 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.center-type2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center-type3 {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.center-type4 {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}


/*******************************
*テキスト位置
*******************************/
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}


/*******************************
*フォント
*******************************/
.fontsz1rem{font-size: 1rem !important;}
.fontsz2rem{font-size: 2rem !important;}
.fontsz3rem{font-size: 3rem !important;}
.fontsz4rem{font-size: 4rem !important;}
.fontsz5rem{font-size: 5rem !important;}
.font-bold{font-weight: bold !important;}


/*******************************
*list
*******************************/
.li-style{
    list-style: disc !important;
}

.li-style_no{
    list-style: none !important;
}


/*******************************
*column
*******************************/
.c-col2{
    flex: 1 0 50%;
}

.img-colm2 > div{
    flex: 1 0 50%;
    padding: 5px;
}

.img-colm2 > div img{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/*******************************
*color
*******************************/
.color-main{
    color: #00a040;
}

.color-main-bg{
    background-color: #00a040;
}


/*******************************
*Youtube
*******************************/
.youtube-video{
    width: 100%;
    margin-inline: auto;
    aspect-ratio: 16 / 9;
}

.youtube-video iframe {
    width: 100%;
    height: 100%;
}


/*******************************
*header
*******************************/
#header_logo img{
    width: 100%;
    max-width: 150px;
    height: auto;
}

#header_slider_wrap .svg_wrap{
    display: none;
}

#index_header_content{
    width: 90%;
    top: 80%;
}

#index_header_content h2 .catch{
    display: block;
    font-size: calc(min(10rem, 5vw + 0.75rem));
    line-height: 1.0;
    text-align: left;
}

#index_header_content .animate_item.animate {
    top: auto;
    opacity: 1;
    left: 0;
}

#index_header_content .animate_item{
    position: relative;
    top: auto;
    left: -40px;
    opacity: 0;
    transition: left 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s, opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
}

#index_header_content h2 > .catch > span{
    display: inline-block;
    opacity: 0;
    transform: translateX(20px);
    animation: fadeInRight 0.5s forwards;
}

/* 各文字にディレイを設定 */
#index_header_content h2 > .catch > span:nth-child(1) {animation-delay: 0.5s;}
#index_header_content h2 > .catch > span:nth-child(2) {animation-delay: 0.53s;}
#index_header_content h2 > .catch > span:nth-child(3) {animation-delay: 0.56s;}
#index_header_content h2 > .catch > span:nth-child(4) {animation-delay: 0.59s;}
#index_header_content h2 > .catch > span:nth-child(5) {animation-delay: 0.62s;}
#index_header_content h2 > .catch > span:nth-child(6) {animation-delay: 0.65s;}
#index_header_content h2 > .catch > span:nth-child(7) {animation-delay: 0.68s;}
#index_header_content h2 > .catch > span:nth-child(8) {animation-delay: 0.71s;}
#index_header_content h2 > .catch > span:nth-child(9) {animation-delay: 0.74s;}
#index_header_content h2 > .catch > span:nth-child(10) {animation-delay: 0.77s;}
#index_header_content h2 > .catch > span:nth-child(11) {animation-delay: 0.80s;}
#index_header_content h2 > .catch > span:nth-child(12) {animation-delay: 0.83s;}
#index_header_content h2 > .catch > span:nth-child(13) {animation-delay: 0.86s;}
#index_header_content h2 > .catch > span:nth-child(14) {animation-delay: 0.89s;}
#index_header_content h2 > .catch > span:nth-child(15) {animation-delay: 0.92s;}
#index_header_content h2 > .catch > span:nth-child(16) {animation-delay: 0.95s;}
#index_header_content h2 > .catch > span:nth-child(17) {animation-delay: 0.98s;}
#index_header_content h2 > .catch > span:nth-child(18) {animation-delay: 1.01s;}

/* フェードインのアニメーション */
@keyframes fadeInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#index_header_content h2{
    margin-bottom: 1rem;
}

#index_header_content h2 .catch{
    color: #00a040;
}

#index_header_content h2 ~ p{
    color: #fff;
    text-align: center;
}

#index_header_content .text1{
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

#index_header_content .text2{
    margin-bottom: 1.5rem;
}

#header_slider_wrap,
#header_slider,
#header_slider .item{
    height: 100vh !important;
}

@media (min-width: 1302px) {
    #index_header_content h2 .catch{
        font-size: calc(min(10rem, 5vw + 2.5rem));
    }
}

@media (max-width: 550px) {
    #index_header_content{
        top: 50%;
    }
    #index_header_content h2 .catch{
        letter-spacing: -1px;
        font-weight: 900;
        line-height: 1.5;
    }
    #header_scroll_button{
        /* bottom: 240px; */
    }
}


/*******************************
*footer
*******************************/
#footer_logo{
    margin-bottom: 0;
}

#footer_logo img{
    width: 100%;
    max-width: 175px;
    height: auto;
}

#footer_box_content .item_list > div:first-child{
    display: none;
}

#footer_box_content .item_list > div{
    max-width: 450px;
}


/*******************************
*component
*******************************/
.table-scroll-text{
    width: fit-content;
    margin-left: auto;
    margin-bottom: 0.5rem;
    color: #111;
    font-size: 0.9375rem;
    animation: ScrollHorizontal 1.5s ease-in-out infinite;
}

.table-scroll-text .arrow {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 1px;
    margin-left: 0.5rem;
    border-radius: 9999px;
    background-color: #00a040;
}

.table-scroll-text .arrow::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 10px;
    height: 1px;
    border-radius: 9999px;
    background-color: #00a040;
    transform: rotate(45deg);
    transform-origin: calc(100% - 2px) 50%;
}

@keyframes ScrollHorizontal {
    0% {
        transform: translateX(-75px);
    }
    50% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-75px);
    }
}


/*******************************
*home
*******************************/
@media (min-width: 951px) {
    .cb_header{
        width: 100%;
        max-width: 960px;
    }
    .cb_header .desc{
        /* width: fit-content; */
        margin-inline: auto;
        font-size: 1.125rem;
        text-align: center;
    }
}

/* コンテンツ追加時の変更 */
/* news_list */
.cb_news_list{
    background-color: #f6f6f6;
}

/* banner */
.banner-front{
    padding-block: clamp(1.5rem, 5.20833vw, 3.125rem);
}

.banner-front a{
    display: block;
    line-height: 0;
}

.banner-front a:hover{
    opacity: 0.8;
}

.banner-front-box{
    max-width: 800px;
    margin-inline: auto;
    gap: 0.5rem;
}

@media (max-width:480px) {
    .banner-front-box{
        flex-wrap: wrap;
    }
}

/* home-about */
.cb_free_space:has(.home-about){
    padding-bottom: 0;
}

.home-about > div{
    width: 50%;
    box-sizing: border-box;
}

.home-about > div.text1{
    position: relative;
}

.home-about > div.text1 img{
    /* filter: brightness(60%) drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.7)); */
    filter: brightness(60%);
    height: 100%;
    object-fit: cover;
}

.home-about > div.text1 p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.75;
    text-align: center;
    letter-spacing: 12px;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.home-about > div.text1 p > br{
    display: none;
}

.home-about > div.text2{
    /* padding: 5rem 2.5rem; */
    padding: 5rem;
    background-color: #fff;
    background-color: #00a040;
    color: #fff;
}

.home-about > div.text2 p:not(:last-child){
    margin-bottom: 1rem;
}

@media (max-width:1301px) {
    .home-about > div{
        width: 100%;
    }
    .home-about > div.text2{
        padding-inline: 100px;
    }
}

@media (max-width:950px) {
    .home-about > div.text2{
        padding-inline: 60px;
    }
}

@media (max-width:750px) {
    .home-about > div.text1 p {
        width: 88.888%;
        height: auto;
        letter-spacing: 6px;
        writing-mode: horizontal-tb;
        text-orientation: mixed;
    }
    .home-about > div.text2{
        padding-inline: 20px;
    }
}

@media (max-width:550px) {
    .home-about > div.text1 p > br{
        display: block;
    }
}

/* home-choices */
.cb_free_space:has(.home-choices) .cb_header h2 {
    letter-spacing: -1px;
}

/* home-plan */
.cb_free_space:has(.home-plan) .post_content{
    width: 95%;
}

@media (max-width: 1301px) {
    .cb_free_space:has(.home-plan) .post_content{
        width: auto;
    }
}

.home-plan table {
    table-layout: fixed;
    border-collapse: separate;
}

.home-plan table th{
    position: sticky;
    top: 0;
    z-index: 2;
    border-bottom: transparent;
}

.home-plan table th:not(:first-child){
    border-left: transparent;
}

.home-plan table thead tr:first-child th{
    width: 300px;
}

.home-plan table thead tr:first-child th:last-child{
    width: 200px;
}

.home-plan table thead tr:first-child th.plan-type{
    width: 325px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.0;
}

.home-plan table thead tr:first-child th:nth-child(5){
    /* border-right: none; */
}

.home-plan table thead tr:nth-child(2) th{
    /* font-size: 14px; */
    border-left: transparent;
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
    overflow: visible;
    line-height: 1.75;
}

.home-plan table thead tr:nth-child(3) th{
    padding-top: 0;
    border-top: transparent;
    border-left: transparent;
}

.home-plan table tbody tr:not(:first-child) td{
    border-top: transparent;
}

.home-plan table tbody td:not(:first-child){
    border-left: transparent;
    font-size: 1.125rem;
    text-align: center;
}

.home-plan table .head-fixed{
    width: 150px;
    position: sticky;
    left: 0;
    z-index: 10;
    white-space: normal;
    word-wrap: break-word;
    overflow: visible;
}

.home-plan table tbody .head-fixed{
    height: 70px;
}

.home-plan table .word-wrap {
    white-space: normal;
    word-wrap: break-word;
    overflow: visible;
}

.home-plan table th,
.home-plan table td{
    border-color: #adadad;
}

.home-plan table th > span{
    display: block;
}

.home-plan table thead tr:first-child th > span.color-main{
    display: inline;
    font-size: 2rem;
    font-weight: 700;
}

.home-plan table thead tr:first-child th:last-child{
    /* border-left: 1px solid #adadad; */
}

.home-plan table .detail-text1{
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: left;
}

.home-plan table .bg-color1{
    color: #fff;
    background-color: #00a040;
}

.home-plan table .bg-color2{
    background-color: #f6f9e4;
}

.home-plan table .bg-color3{
    background-color: #dfe1f1;
}

.home-plan table .vertical-m{
    vertical-align: middle;
}

.home-plan table .balloon-base{
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 300px;
    margin-top: 15px;
    padding: .8em 1.2em;
    font-size: 1rem;
    border-radius: 5px;
}

.home-plan table .balloon-base::before {
    position: absolute;
    top: -13px;
    width: 30px;
    height: 15px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

.home-plan table .balloon-down{
    margin-top: 0;
    margin-bottom: 15px;
}

.home-plan table .balloon-down::before{
    top: auto;
    bottom: -14px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.balloon-color1{
    color: #fff;
    background-color: #6577b9;
}

.balloon-color1::before{
    background-color: #6577b9;
}

.balloon-color2{
    color: #231815;
    background-color: #fff465;
}

.balloon-color2::before{
    background-color: #fff465;
}

.home-plan .s_table + p{
    margin-top: -1rem;
}

.home-plan table .balloon-base > p{
    line-height: 1.0;
    text-align: center;
}

.home-plan table .balloon-base > p > span{
    display: block;
    margin-top: 0.25rem;
    /* font-size: 1.5rem; */
}

.home-plan table .balloon-base .percent{
    font-size: 1.125rem;
}

.home-plan table .balloon-color1 .percent{
    color: #fff465;
}

.home-plan table .balloon-color2 .percent{
    color: red;
}

@media (min-width: 1900px) {
    .home-plan .table-scroll-text{
        display: none;
    }
}

@media (max-width: 750px) {
    .home-plan table thead tr:first-child th {
        width: 200px;
    }
    .home-plan table .head-fixed{
        position: static;
    }
}

/* news topics */
.cb_free_space .news_category_sort_button ol {
    width:1030px;
    margin:0 auto 70px;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content:center;
    justify-content:center;
}

.cb_free_space .news_category_sort_button li {
    margin:0 20px;
    font-size:16px;
}

.cb_free_space .news_category_sort_button li span {
    cursor:pointer;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.cb_free_space .news_category_sort_button li span:hover {
    color:#00a040;
}

.cb_free_space .news_category_sort_button li.active span {
    color:#00a040;
    pointer-events:none;
}

.cb_free_space .news_category_sort_button ol {
    width: auto;
    margin: 0 100px 70px;
}

.cb_free_space .news_list{
    position: relative;
    width: 1030px;
    margin: 0 auto;
}

.cb_free_space .news_list.active {
    display: block !important;
    -webkit-animation: news_list_animation 1.0s cubic-bezier(0.22, 1, 0.36, 1) 0s;
    animation: news_list_animation 1.0s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.cb_free_space .news_list .title{
    font-weight: 300;
}

.cb_free_space .news_list .category{
    background: #006629;
}

.cb_free_space .news_topics.youtube-video{
    margin-top: 2.5rem;
    max-width: 640px;
}

@media (max-width: 1301px){
    .cb_free_space .news_list {
        width: auto;
        margin: 0 100px;
    }
}

@media (max-width: 950px) {
    .cb_free_space .news_category_sort_button ol {
        margin: 0 0 70px;
    }
    .cb_free_space .news_list {
        width: auto;
        margin: 0 60px;
    }
}

@media (max-width: 750px) {
    .cb_free_space .news_category_sort_button ol {
        margin: 0 0 40px;
    }
    .cb_free_space .news_category_sort_button li {
        margin: 0 10px;
        font-size: 14px;
    }
    .cb_free_space .news_list {
        margin: 0;
    }
    .cb_free_space .news_topics.youtube-video{
        width: auto;
        margin-inline: 20px;
    }
}


/*******************************
*design content
*******************************/
/* owner-choices */
.owner-choices .img .catch-text{
    padding: 0.75rem 1.5rem;
    color: #fff;
    font-size: 1.125rem;
    background-color: #6577b9;
}

.owner-choices .img img{
    display: block;
    width: 75%;
    height: auto;
    margin-inline: auto;
}

.owner-choices .img .text {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.owner-choices .usual .s_table{
    overflow: hidden;
    white-space: normal;
}

.owner-choices .usual table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    background-color: #ffffff;
    /* border-radius: 8px; */
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.owner-choices .usual table thead {
    background-color: #f8f9fa;
}

.owner-choices .usual table th {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #fff;
    border: 1px solid #6577b9;
    background-color: #6577b9;
}

.owner-choices .usual table td {
    width: 80%;
    padding: 1rem;
    color: #495057;
    border: 1px solid #e0e0e0;
}

.owner-choices .usual table td:first-child{
    width: 20%;
}

.owner-choices .usual table tbody tr:nth-child(even) td {
    background-color: #efefef;
}

.owner-choices .bubble-solid {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px 30px;
    margin: 20px 0;
    /* max-width: 400px; */
    border: 2px solid #6577b9;
}

.owner-choices .bubble-solid:after {
    content: '';
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translate(-50%, 0);
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.owner-choices .bubble-solid:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent #6577b9 transparent;
}

.owner-choices .bubble-solid > p{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75;
    text-align: center;
}

.owner-choices .bubble-solid > div.flex-box{
    gap: 20px;
}

.owner-choices .peeled-corner {
    position: relative;
    width: calc(33.3% - 10px);
    padding: 10px 20px;
    margin-bottom: 0;
    color: #fff;
    background: #6577b9;
}

.owner-choices .peeled-corner::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-width: 20px 20px 0px 0px;
    border-style: solid;
    border-color: #c7c8e5 #fff #c7c8e5;
}

@media (max-width: 1301px) {
    .owner-choices .peeled-corner{
        font-size: 0.9375rem;
    }
}

@media (max-width: 950px) {
    .owner-choices .usual table td:first-child {
        width: 30%;
    }
    .owner-choices .bubble-solid > div.flex-box{
        flex-wrap: wrap;
    }
    .owner-choices .peeled-corner{
        width: calc(50% - 50px);
    }
}

@media (max-width: 750px) {
    .owner-choices .bubble-solid > p {
        font-size: 1rem;
        line-height: 1.5;
        text-align: left;
    }
    .owner-choices .bubble-solid > p > br{
        display: none;
    }
    .owner-choices .peeled-corner{
        width: 100%;
        text-align: center;
    }
}

/* choices */
.jp-choices .rebuilding{
    padding: 1.5rem 3rem;
    background-color: #efefef;
    border-bottom: 1px dashed #000;
}

.jp-choices .case-text{
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.jp-choices .case-text > span{
    padding: 0.35rem 0.7rem;
    color: #fff;
}

.jp-choices .rebuilding .case-text > span{
    background-color: #514f4e;
}

.jp-choices .catch-text{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.0;
}

.jp-choices .catch-text > span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 0.25rem;
    color: #fff;
    font-size: 1.125rem;
    border-radius: 50%;
    vertical-align: baseline;
    line-height: 1.5;
    text-align: center;
}

.jp-choices .rebuilding > div.flex-box{
    gap: 40px;
}

.jp-choices .rebuilding > div.flex-box > div:nth-child(1),
.jp-choices .rebuilding > div.flex-box > div:nth-child(2){
    position: relative;
    width: calc(30% - 10px);
    padding: 1.5rem;
    background-color: #fff;
}

.jp-choices .rebuilding > div.flex-box > div:last-child{
    width: calc(40% - 10px);
    padding: 1.5rem;
    color: #fff;
    background-color: #727171;
}

.jp-choices .rebuilding .catch-text > span{
    background-color: #000;
}

.jp-choices .rebuilding .desc{
    margin-bottom: 0;
    line-height: 1.5;
}

.jp-choices .rebuilding > div.flex-box > div:nth-child(1)::after{
    content: '＋';
    position: absolute;
    right: -41px;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 2.5rem;
    font-weight: 900;
    color: #727171;
}

.jp-choices .rebuilding > div.flex-box > div:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate(0%, -50%);
    display: block;
    width: 20px;
    height: calc(tan(40deg)* 80px / 2);
    background-color: #727171;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.jp-choices .rebld{
    padding: 1.5rem 3rem;
    background-color: #f3f2e8;
}

.jp-choices .rebld .case-text > span{
    background-color: #00a040;
}

.jp-choices .rebld > div.flex-box{
    gap: 40px;
}

.jp-choices .rebld > div.flex-box > div:nth-child(1){
    position: relative;
    width: 60%;
    padding: 1.5rem;
    background-color: #fff;
}

.jp-choices .rebld > div.flex-box > div:nth-child(2){
    width: calc(40% - 60px);
    padding: 1.5rem;
    color: #fff;
    background-color: #00a040;
}

.jp-choices .rebld > div.flex-box > div:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate(0%, -50%);
    display: block;
    width: 20px;
    height: calc(tan(40deg)* 80px / 2);
    background-color: #00a040;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.jp-choices .rebld .catch-text{
    text-align: center;
}

.jp-choices .rebld .catch-text > span {
    background-color: #00a040;
}

.jp-choices .rebld .desc{
    margin-bottom: 1rem;
    line-height: 1.5;
}

.jp-choices .rebld .logo{
    max-width: 250px;
    margin: 0 auto 0.5rem;
}

.jp-choices .rebld .building-img img{
    display: block;
    width: 50%;
    margin-inline: auto;
    margin-bottom: 1rem;
}

.jp-choices .rebld .text {
    position: relative;
    padding: 15px 15px 15px 45px;
    overflow: hidden;
    font-weight: bold;
}

.jp-choices .rebld .text::before,
.jp-choices .rebld .text::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 10px;
    width: 20px;
    height: 50%;
    background-color: #fff465;
}

.jp-choices .rebld .text::before {
    transform: skewY(25deg);
}

.jp-choices .rebld .text::after {
    transform: skewY(-25deg);
}

.jp-choices .rebld .text:not(:last-of-type){
    margin-bottom: 1rem;
}

.jp-choices .rebld > div.flex-box > div:nth-child(1) .text{
    color: #fff;
    background-color: #00a040;
}

.jp-choices .rebld > div.flex-box > div:nth-child(2) .text{
    color: #00a040;
    background-color: #fff;
}

.jp-choices .point-text{
    padding: 2rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    background-color: #00a040;
    text-align: center;
    line-height: 1.5;
}

@media (max-width:1301px) {
    .jp-choices .catch-text {
        font-size: 1rem;
    }
}

@media (max-width:950px) {
    .jp-choices .rebuilding > div.flex-box{
        flex-wrap: wrap;
    }
    .jp-choices .rebuilding > div.flex-box > div:nth-child(1),
    .jp-choices .rebuilding > div.flex-box > div:nth-child(2) {
        width: calc(50% - 68px);
    }
    .jp-choices .rebuilding > div.flex-box > div:last-child{
        width: 100%;
    }
    .jp-choices .rebuilding > div.flex-box > div:nth-child(2)::after {
        content: '';
        width: 30px;
        height: calc(tan(40deg)* 40px / 2);
        top: auto;
        bottom: -30px;
        left: -20px;
        right: auto;
        transform: translate(-50%, 0%);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
    .jp-choices .rebld > div.flex-box {
        flex-wrap: wrap;
    }
    .jp-choices .rebld > div.flex-box > div:nth-child(1),
    .jp-choices .rebld > div.flex-box > div:nth-child(2){
        width: 100%;
    }
    .jp-choices .rebld > div.flex-box > div:nth-child(1)::after {
        width: 30px;
        height: calc(tan(40deg)* 40px / 2);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        top: auto;
        bottom: -30px;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .jp-choices .rebld .building-img {
        width: 50%;
        margin-inline: auto;
    }
}

@media (max-width:750px) {
    .jp-choices .rebuilding,
    .jp-choices .rebld{
        padding-inline: 1.5rem;
    }
}

@media (max-width:550px) {
    .jp-choices .rebuilding > div.flex-box > div:nth-child(1),
    .jp-choices .rebuilding > div.flex-box > div:nth-child(2) {
        width: 100%;
    }
    .jp-choices .rebuilding > div.flex-box > div:nth-child(1)::after {
        top: auto;
        bottom: -35px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0%);
        font-size: 2rem;
    }
    .jp-choices .rebuilding > div.flex-box > div:nth-child(2)::after {
        left: 50%;
    }
    .jp-choices .rebld .catch-text > span{
        display: block;
        margin: 5px auto;
    }
    .jp-choices .point-text{
        font-size: 1rem;
    }
    .jp-choices .rebld .text {
        padding: 15px 15px 15px 35px;
        letter-spacing: -0.5px;
    }
    .jp-choices .rebld .text::before,
    .jp-choices .rebld .text::after {
        width: 15px;
    }
    .jp-choices .point-text{
        text-align: left;
    }
}

/* feature */
.feature3-point{
    gap: 50px;
    margin-bottom: 5rem;
}

.feature3-point > div{
    width: calc(33.3% - 33px);
    background-color: #f3f2e8;
}

.feature3-point p.point{
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    text-align: center;
}

.feature3-point p.point > span{
    margin-left: 0.25rem;
    font-size: 2.25rem;
    font-weight: 700;
}

.feature3-point div.img{
    height: 130px;
    text-align: center;
}

.feature3-point img{
    object-fit: cover;
}

.feature3-point p.text{
    margin-bottom: 1rem;
    text-align: center;
}

.feature3-point-box{
    margin-bottom: 3rem;
}

.feature3-point-box p.point{
    padding: 1rem 2rem;
    margin-bottom: 0;
    font-size: 1.125rem;
    color: #fff;
}

.feature3-point-box p.point > span{
    margin-inline: 0.5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.0;
}

.feature3-point-box > div{
    padding: 1rem 2rem 2rem;
    border: 1px solid #dbdbdb;
    border-top: transparent;
}

.feature3-point-box div.colm2{
    gap: 20px;
    align-items: center;
    margin-bottom: 1rem;
}

.feature3-point-box div.colm2 > div{
    position: relative;
    width: calc(50% - 0px);
}

.feature3-point-box div.colm2 p:first-child{
    margin-bottom: 1rem;
}

.feature3-point-box div.colm2 p:first-child + p{
    line-height: 1.75;
}

.feature3-point-box div.colm3{
    gap: 40px;
}

.feature3-point-box div.colm3 > div{
    position: relative;
    width: calc(33.3% - 26px);
}

.feature3-point-box.point1 div.colm3 > div:not(:last-of-type)::after{
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #dbdbdb;
}

.feature3-point-box div.colm3 p.color-main{
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center;
}

.feature3-point-box div.colm3 p.color-main + p{
    font-size: 0.9375rem;
    line-height: 1.5;
}

.feature3-point-box.point2 div.colm2{
    gap: 20px;
    align-items: center;
    margin-bottom: 1rem;
}

.feature3-point-box.point2 div.colm2 > div.text{
    width: 70%;
}

.feature3-point-box.point2 div.colm2 > div.img{
    width: 30%;
}

.feature3-point-box.point2 div.colm2 > div.text p:first-child{
    margin-bottom: 1rem;
}

.feature3-point-box.point2 [class^="case-"] p.notes-text{
    box-sizing: border-box;
    padding: 1rem;
    background-color: #f3f2e8;
    line-height: 1.5;
}

.feature3-point-box.point2 .case-img1{
    align-items: center;
    margin-bottom: 1rem;
}

.feature3-point-box.point2 .case-img1 > *,
.feature3-point-box.point2 .case-img2 > *{
    position: relative;
    width: 50%;
}

.feature3-point-box.point2 .case-img2 > p.notes-text{
    width: 100%;
}

.feature3-point-box.point2 [class^="case-"] img{
    vertical-align: bottom;
}

.feature3-point-box.point2 [class^="case-"] > div.img::before{
    content: '';
    position: absolute;
    bottom: 75px;
    right: 25px;
    display: block;
    width: 1px;
    height: 1px;
    padding: 0.5rem;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    background-color: #00a040;
    border: 2px solid #00a040;
    border-radius: 50%;
    line-height: 1.5rem;
}

.feature3-point-box.point2 [class^="case-"] > div.img::after{
    content: '';
    position: absolute;
    right: 30px;
    bottom: 0;
    display: block;
    width: 4px;
    height: 75px;
    color: #fff;
    text-align: center;
    border-left: 4px solid #00a040;
}

.feature3-point-box.point2 .case-img1 > div.img::before{
    top: 50%;
    left: 37%;
    transform: translate(0%, -50%);
}

.feature3-point-box.point2 .case-img1 > div.img::after{
    top: 50%;
    left: 37%;
    width: 100%;
    height: 4px;
    border: transparent;
    background-color: #00a040;
    transform: translate(0%, -50%);
}

.feature3-point-box .catch-text{
    font-size: 1.25rem;
}

.feature3-point-box .under-line{
    background: linear-gradient(transparent 50%, #fff465 50%);
}

.feature3-point-box.point3 p.catch-text{
    margin-bottom: 1rem;
}

.feature3-point-box.point3 .point-case{
    border-top: 1px solid #dbdbdb;
    padding-top: 2rem;
}

.feature3-point-box.point3 .point-case > p{
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.feature3-point-box.point3 .price-box{
    gap: 40px;
}

.feature3-point-box.point3 .price-box p{
    margin-bottom: 0;
    line-height: 38px;
}

.feature3-point-box.point3 .price-box p > span{
    vertical-align: middle;
}

.feature3-point-box.point3 .price-box p > .color-main-bg{
    padding: 0.75rem 1.25rem;
    color: #fff;
}

.feature3-point-box.point3 .price-box .price{
    margin-left: 1rem;
    font-size: 2rem;
}

.feature3-point-box.point3 .price-box .price > span{
    margin-left: 0.25rem;
    font-size: 1.25rem;
}

@media (max-width: 1301px) {
    .feature3-point{
        gap: 30px;
    }
    .feature3-point > div {
        width: calc(33.3% - 19.75px);
    }
    .feature3-point div.img{
        width: 88.888%;
        margin-inline: auto;
    }
    .feature3-point p.text {
        width: 88.888%;
        margin-inline: auto;
        line-height: 1.5;
    }
    .feature3-point-box div.colm3 p.color-main{
        font-size: 1rem;
    }
}

@media (max-width: 950px) {
    .feature3-point {
        flex-direction: column;
    }
    .feature3-point > div {
        width: 100%;
    }
    .feature3-point-box.point1 div.colm2 {
        padding-bottom: 1rem;
        border-bottom: 1px solid #dbdbdb;
    }
    .feature3-point-box.point1 div.colm3{
        display: block;
    }
    .feature3-point-box.point1 div.colm3 > div{
        display: flex;
        width: 100%;
        gap: 20px;
        align-items: center;
    }
    .feature3-point-box.point1 div.colm3 > div:not(:last-child){
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem;
        border-bottom: 1px solid #dbdbdb;
    }
    .feature3-point-box.point1 div.colm3 > div > div.img{
        width: calc(40% - 10px);
    }
    .feature3-point-box.point1 div.colm3 > div > div.text{
        width: calc(60% - 10px);
    }
    .feature3-point-box.point1 div.colm2 p:first-child{
        line-height: 1.5;
    }
    .feature3-point-box.point1 div.colm3 p.color-main{
        text-align: left;
    }
    .feature3-point-box.point1 div.colm3 > div:not(:last-of-type)::after {
        content: none;
    }
    .feature3-point-box.point3 .price-box{
        flex-wrap: wrap;
    }
    .feature3-point-box.point3 .price-box > p{
        width: 100%;
    }
}

@media (max-width: 750px) {
    .feature3-point-box > div{
        padding-inline: 1.5rem;
    }
    .feature3-point-box.point2 div.colm2 > div.text p:first-child{
        line-height: 1.5;
    }
}

@media (max-width: 550px) {
    .feature3-point-box.point1 div.colm2{
        flex-direction: column-reverse;
    }
    .feature3-point-box.point1 div.colm2 > div{
        width: 100% !important;
    }
    .feature3-point-box.point1 div.colm3 > div{
        flex-wrap: wrap;
    }
    .feature3-point-box.point1 div.colm3 > div > div{
        width: 100% !important;
    }
    .feature3-point-box.point2 div.colm2{
        flex-direction: column-reverse;
    }
    .feature3-point-box.point2 div.colm2 > div{
        width: 100% !important;
    }
    .feature3-point-box.point2 div.colm2 > div.img img{
        width: 75%;
        display: block;
        margin-inline: auto;
    }
    .feature3-point-box.point2 div.colm2 > div.text p:first-child {
        line-height: 1.5;
    }

    .feature3-point-box.point2 .case-img1 > *{
        width: 100%;
    }
    .feature3-point-box.point2 .case-img1 > div.img::before {
        top: auto;
        bottom: 42px;
        left: 37.25%;
    }
    .feature3-point-box.point2 .case-img1 > div.img::after {
        display: block;
        width: 1px;
        height: 50px;
        top: auto;
        left: 38%;
        bottom: -25px;
        border-left: 4px solid #00a040;
        text-align: center;
    }
    .feature3-point-box.point2 [class^="case-"] > div.img::before {
        padding: 0.25rem;
    }
    .feature3-point-box.point2 .case-img2 > div.img::before{
        bottom: 35px;
    }
    .feature3-point-box.point2 .case-img2 > div.img::after {
        right: 26px;
        height: 35px;
    }
    .feature3-point-box.point3 .price-box .price{
        font-size: 1.5rem;
    }
    .feature3-point-box.point3 .price-box .price > span {
        font-size: 1rem;
    }
}

/* merit */
.merit6{
    position: relative;
    margin-bottom: 3rem;
    padding: 1.5rem 2rem;
    border: 1px solid #dbdbdb;
}

.merit6 > p.num{
    position: absolute;
    top: -25px;
    left: 15px;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.0;
    background-color: #ffffff;
}

.merit6 > div.flex-box{
    gap: 30px;
    flex-direction: row-reverse;
    align-items: center;
}

.merit6 > div.flex-box > div.img{
    width: 25%;
    max-width: 250px;
    text-align: right;
}

.merit6 > div.flex-box > div.text{
    width: calc(75% - 30px);
}

.merit6 > div.flex-box > div.text p.point{
    margin-bottom: 0;
    font-size: 1.75rem;
    line-height: 1.5;
}

.merit6 > div.flex-box > div.text p.desc{
    line-height: 1.5;
}

.merit-compare-table .s_table{
    overflow: hidden;
    white-space: normal;
    text-align: center;
}

.merit-compare-table table th{
    width: 28%;
    background-color: #fff;
    vertical-align: middle;
    line-height: 1.5;
}

.merit-compare-table table th:first-child{
    width: 16%;
}

.merit-compare-table table th:nth-child(2){
    color: #fff;
    background-color: #00a040;
}

.merit-compare-table table th:nth-child(3),
.merit-compare-table table th:nth-child(4){
    color: #fff;
    background-color: #727171;
}

.merit-compare-table table td:nth-child(2){
    background-color: #f6f9e4;
}

.merit-compare-table table td:nth-child(3),
.merit-compare-table table td:nth-child(4){
    background-color: #efefef;
}

.merit-compare-table table tbody tr td:first-child{
    vertical-align: middle;
}

.merit-compare-table table td > span:first-child{
    display: block;
    margin-bottom: 0.5rem;
    line-height: 1.0;
}

.merit-compare-table table td > span:nth-child(2){
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .merit-compare-table .table-scroll-text{
        display: none;
    }
}

@media (max-width: 767px) {
    .merit-compare-table table{
        table-layout: fixed;
    }
    .merit-compare-table table th:nth-child(1){
        width: 150px;
    }
    .merit-compare-table table th{
        width: 350px;
    }
    .merit-compare-table table td{
        white-space: normal;
    }
}

@media (max-width: 750px) {
    .merit6 > div.flex-box > div.text p.point{
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 550px) {
    .merit6 > div.flex-box > div.text{
        width: 100%;
    }
    .merit6 > div.flex-box > div.img {
        display: none;
    }
}

/* contract-flow */
.contract-flow ul{
    gap: 20px;
    margin-left: 0;
}

.contract-flow ul > li{
    position: relative;
    width: calc(33.333% - 68px);
    padding: 1rem 1.5rem;
    font-size: 0.9375rem;
    list-style: none;
    background-color: #f3f2e8;
}

.contract-flow ul > li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -17px;
    transform: translate(0%, -50%);
    display: block;
    width: 10px;
    height: calc(tan(60deg)* 20px / 2);
    background-color: #00a040;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.contract-flow ul > li.paid{
    background-color: #dfe1f1;
}

.contract-flow ul > li p:not(:last-child){
    margin-bottom: 0;
}

.contract-flow ul > li p > span{
    display: block;
    font-size: 0.75rem;
}

.contract-flow ul > li p.catch-text{
    margin-bottom: 1rem;
    line-height: 1.25;
}

.contract-flow ul > li p.catch-text > span.num{
    display: inline;
    font-size: 1.5rem;
}

.contract-flow ul > li.paid p.catch-text > span.num{
    color: #6577b9;
}

.contract-flow ul > li p.desc{
    line-height: 1.5;
}

.contract-flow ul > li.paid::before{
    content: '有料';
    position: absolute;
    top: -9px;
    right: -15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #fff465;
    border-radius: 50%;
}

@media (max-width:950px) {
    .contract-flow ul > li {
        width: 100%;
    }
    .contract-flow ul > li:not(:last-child)::after {
        width: 15px;
        height: calc(tan(50deg)* 20px / 2);
        top: auto;
        bottom: -17px;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0%);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
    .contract-flow ul > li p.catch-text {
        margin-bottom: 0.5rem;
    }
}

@media (max-width:750px){
    .contract-flow ul > li.paid::before {
        right: -7.5px;
    }
}

/* introduce-flow */
.introduce-flow-box{
    position: relative;
    margin-bottom: 5rem;
    /* border: 1px solid #dbdbdb; */
    background-color: #f3f2e8;
}

.introduce-flow-box .num{
    position: absolute;
    top: -25px;
    left: -1px;
    width: 100%;
    max-width: 200px;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    color: #fff;
    background-color: #6577b9;
    text-align: center;
}

.introduce-flow-box > div.flex-box{
    position: relative;
    padding: 3.5rem 1rem 1.5rem 1rem;
}

.introduce-flow-box:not(:last-child) > div.flex-box::after{
    content: '';
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translate(-50%, 0%);
    display: block;
    width: 200px;
    height: calc(tan(70deg)* 60px / 2);
    background-color: #f2f1e5;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.introduce-flow-box > div.flex-box > div:first-child{
    width: 40%;
    /* width: calc(40% - 6rem); */
    /* margin-left: 3rem; */
}

.introduce-flow-box > div.flex-box > div:last-child{
    width: 60%;
}

.introduce-flow-box > div.flex-box ul.colm2 > li{
    width: 50%;
}

.introduce-flow-box .catch-text{
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.introduce-flow-box ul li{
    list-style: disc;
    list-style-position: inside;
}

.introduce-flow-box .period-text{
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    height: 64px;
    /* margin-left: 30px; */
    padding: 1rem 2rem 1rem 2rem;
    color: #202020;
    background-color: #dfe1f1;
    line-height: 2.0;
}

.introduce-flow-box .period-text:before {
    content: '';
    position: absolute;
    top: 0;
    right: -39px;
    display: block;
    width: 40px;
    height: 64px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #dfe1f1;
}

.introduce-flow-box .period-text-total{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff465;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.introduce-flow-box .period-text-total > p{
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5;
}

.introduce-flow-box .period-text-total .text1{
    display: block;
    font-size: 1.125rem;
    line-height: 1.0;
}

.introduce-flow-box .period-text-total .text2{
    font-size: 0.9375rem;
}

.introduce-flow-box .period-text-total .text3{
    font-size: 0.9375rem;
}

@media (max-width:750px){
    .introduce-flow-box > div.flex-box > div:first-child,
    .introduce-flow-box > div.flex-box > div:last-child {
        width: 100%;
    }
    .introduce-flow-box > div.flex-box > div:first-child{
        display: flex;
        align-items: center;
        gap: 30px;
        margin-bottom: 1rem;
    }
    .introduce-flow-box > div.flex-box > div:first-child > p.catch-text{
        width: 40%;
        margin-bottom: 0;
    }
    .introduce-flow-box > div.flex-box > div:first-child > p.period-text{
        width: calc(60% - 80px);
    }
}

@media (max-width:550px){
    .introduce-flow-box > div.flex-box > div:first-child{
        flex-direction: column;
        gap: 5px;
    }
    .introduce-flow-box > div.flex-box > div:first-child > p.catch-text{
        width: 100%;
        margin-bottom: 0;
        line-height: 1.25;
    }
    .introduce-flow-box > div.flex-box > div:first-child > p.period-text{
        width: 85%;
        margin-right: auto;
    }
    .introduce-flow-box:not(:last-child) > div.flex-box::after{
        bottom: -50px;
    }
    .introduce-flow-box > div.flex-box ul.colm2 > li{
        width: 100%;
    }
}

/* one-stop-service */
.one-stop-service div.flex-box{
    align-items: center;
    gap: 20px;
}

.one-stop-service div.flex-box > div.img{
    flex-basis: 40%;
}

.one-stop-service div.flex-box .img{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.one-stop-service div.flex-box .img > div{
    flex-basis: calc(50% - 5px) ;
}

.one-stop-service div.flex-box > div.text{
    flex-basis: 60%;
}

.one-stop-service div.flex-box > div.text p{
    /* font-size: 1.25rem; */
    line-height: 1.75;
}

@media (max-width:950px){
    .one-stop-service div.flex-box{
        align-items: stretch;
    }
}

@media (max-width:550px){
    .one-stop-service div.flex-box{
        flex-direction: column;
    }
}


/*******************************
*固定ページ
*******************************/
/* company */
.page-id-73 .youtube{
    gap: 20px;
}

.page-id-73 .youtube > div {
    flex-basis: calc(50% - 10px);
}

.page-id-73 .youtube a {
    display: block;
    color: #fff;
    overflow: hidden;
}

.page-id-73 .youtube a:hover{
	opacity: 1;
}

.page-id-73 .youtube a > span{
	display: block;
}

.page-id-73 .youtube a > span.img{
    line-height: 0;
}

.page-id-73 .youtube img{
	transition: transform 0.3s ease;
}

.page-id-73 .youtube a:hover img {
	transform: scale(1.1);
}

.page-id-73 .youtube .ttl{
	position: relative;
	padding: 1rem;
	background-color: #00a040;
	transition: all 0.3s ease;
}

.page-id-73 .youtube a:hover .ttl{
    color: #fff;
	background-color: #000;
}

.page-id-73 .youtube .ttl::after{
    content: '\e946';
    display: block;
    position: absolute;
    font-family: 'design_plus';
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 550px){
    .page-id-73 .youtube{
        flex-direction: column;
    }
}


/*******************************
*card
*******************************/
.card{
    container-name: card-container;
    container-type: inline-size;
}

.card > .card-container {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
}

.card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-body.is-vertical{
    flex-direction: column !important;
}

.card-body .img{
    line-height: 0;
}

.card-body .img a{
    display: block;
}

.card-body .img a:hover{
    opacity: 0.8;
}

.card-body .text{
    padding: 2.5rem;
}

@container card-container (min-width: 300px) {
  .card-body {
    flex-direction: row; /* 横並び */
    align-items: center;
  }
}

@container card-container (min-width: 600px) {
  .card > .card-container {
    grid-template-columns: 1fr 1fr; /* 2列2段 */
  }
}


/*******************************
*事例
*******************************/
body.single-case #bread_crumb ul{
    width: 1030px;
}

#single_case{
    width: 1030px;
    margin: 0 auto;
    padding: 70px 0 150px;
    position: relative;
}

#case_post_title {
    border-radius: 0;
}

#case_post_title .title_area{
    position: static;
    margin-bottom: 40px;
    padding: 0;
    color: #000;
    background-color: transparent !important;
}

#case_post_title .title_area > div.meta{
    margin: 0 0 15px 0;
    align-items: center;
}

#case_post_title .title_area .category{
    margin-right: 15px;
    position: static;
}

#case_post_title img{
    max-width: 800px;
    margin-inline: auto;
}

@media (max-width: 1301px) {
    #single_case{
        width: auto;
        margin: 0 100px;
    }
}

@media (max-width: 1050px) {
    body.single-case #bread_crumb ul{
        width: auto;
    }
    #single_case{
        margin: 0 60px;
    }
}

@media (max-width:750px){
    #case_post_title .title_area{
        margin-bottom: 15px;
    }
}

@media (max-width:550px){
    #case_post_title {
        height: auto !important;
    }
}


/*******************************
*投稿・カテゴリ・アーカイブページ
*******************************/
.home #cb_content_1.cb_news_list{
    padding-bottom: 100px;
    background-color: #f6f6f6;
}

#main_contents:before{
    /* content: none; */
}

.single-news #main_col{
    /* margin-inline: auto; */
}

.single-post #main_col{
    /* width: auto; */
}

.single-post #side_col{
    /* display: none; */
}
