@charset "UTF-8";

/* ===============================================
   共通
=============================================== */
.case_cont {
    padding-bottom: 60px;
}
.case_cont .case_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case_cont .case_block:nth-child(even) {
    flex-direction: row-reverse;
}
.case_cont .case_block:not(:first-child) {
    margin-top: 100px;
}
.case_block .ttl_area {
    width: 100%;
    margin-bottom: 40px;
}
.case_block .ttl_area img {
    max-height: 35px;
}
.case_block .txt_area {
    width: 280px;
    display: flex;
    flex-direction: column;
}
.case_block .txt_area .text {
    margin-bottom: 2em;
}
.case_block .txt_area .details_link {
    margin-top: auto;
}
.bg_gray .case_nb {
    background-color: #F2F2F2;
}
.case_cont .case_block:nth-child(odd) .case_nb {
    left: 20px;
}
.case_cont .case_block:nth-child(even) .case_nb {
    right: 20px;
}
.case_block .txt_area .ttl {
    font-size: 2.4rem;
    line-height: 1.6em;
    font-weight: 600;
    margin-bottom: 20px;
}
.case_block .txt_area .ttl span {
    display: inline-block;
    margin-bottom: 0.3em;
}
.case_block .img_area {
    width: 510px;
    max-width: calc(95% - 275px);
    height: 380px;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
}
.case_block:nth-child(even) .img_area {
    border-radius: 30px 0 0 30px;
}
.case_block .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case_block .img_area2 {
    width: 515px;
    max-width: calc(95% - 275px);
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case_block .img_area2 img {
    max-height: 100%;
}
.case_block .img_area2 iframe {
    width: 100%;
    aspect-ratio: 515 / 380;
}
@media screen and (max-width:768px){
    .case_cont {
        padding-bottom: 30px;
    }
    .case_cont .case_block {
        display: block;
    }
    .case_cont .case_block:not(:first-child) {
        margin-top: 50px;
    }
    .case_block .ttl_area {
        margin-bottom: 20px;
    }
    .case_block .txt_area {
        width: 100%;
        max-width: 100%;
    }
    .case_block .txt_area .ttl {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .case_block .img_area {
        width: 100%;
        max-width: 100%;
        height: 230px;
        margin-top: 30px;
    }
    .case_block .img_area,
    .case_block:nth-child(even) .img_area {
        border-radius: 20px;
    }
    .case_block .img_area2 {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-top: 35px;
    }
    .case_block .img_area2 iframe {
        aspect-ratio: 350 / 196;
    }
}

.catch_box {
    background-color: #fff;
    border: 2px solid #000;
    padding: 20px 30px;
    margin-bottom: 120px;
    display: flex;
    align-items: center;
    position: relative;
}
.catch_box::before {
    position: absolute;
    left: 80px;
    bottom: -20px;
    content: "";
    width: 15px;
    height: 35px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background-color: #fff;
    border-left: 2px solid #000;
    transform: rotate(-30deg);
}
.catch_box .em_txt_area {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.6em;
    color: #D82C2C;
    margin-right: 50px;
}
.catch_box .em_txt_area span {
    display: block;
    text-align: right;
    font-size: 4rem;
}
.catch_box .txt_area {
    flex: 1;
}
.catch_box .text span {
    font-weight: bold;
}
@media screen and (max-width:768px){
    .catch_box {
        padding: 20px 20px 25px;
        margin-bottom: 70px;
        flex-direction: column;
    }
    .catch_box .em_txt_area {
        font-size: 2rem;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .catch_box .em_txt_area span {
        display: inline-block;
        text-align: left;
        font-size: 3rem;
        margin-left: 15px;
    }
    .catch_box .text {
        line-height: 1.8em;
    }
}
@media screen and (max-width:400px){
    .catch_box .em_txt_area {
        font-size: 5vw;
    }
    .catch_box .em_txt_area span {
        font-size: 7.5vw;
        margin-left: 0.5em;
    }
}

.promotion_cont {
    padding-bottom: 30px;
}
.promotion_cont .block {
    margin-bottom: 70px;
}
@media screen and (max-width:768px){
    .promotion_cont {
        padding-bottom: 10px;
    }
    .promotion_cont .block {
        margin-bottom: 40px;
    }
}

.text_em {
    font-size: 2.5rem;
    line-height: 1.6em;
    letter-spacing: 0;
    font-weight: 500;
}
@media screen and (max-width:768px){
    .text_em {
        font-size: 1.8rem;
    }
}


/* ===============================================
   デジタル広告
=============================================== */
#design h2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 20px;
}
#design h2 .txt {
    letter-spacing: 0;
}
#design h2 .logo {
    max-width: 20%;
    display: none;
}
#design h2 .logo img {
    vertical-align: top;
}
@media screen and (max-width:768px){
    #design h2 .logo {
        max-width: 30%;
    }
}

/* ===============================================
   印刷・販促
=============================================== */
#printing h2 .txt {
    letter-spacing: 0;
}
#printing .img_list {
    margin: 70px 0 90px;
}
@media screen and (max-width:768px){
    #printing .img_list {
        margin: 30px 0 30px;
    }
}

.img_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.img_list.col3 li {
    width: calc((100% - 80px) / 3);
}
.img_list.col3 li .text {
    margin-top: 0.3em;
}
.img_list.col2 li {
    width: calc(50% - 20px);
}
@media screen and (max-width:768px){
    .img_list {
        gap: 20px;
    }
    .img_list.col3 li {
        width: calc(50% - 10px);
    }
    .img_list.col2 li {
        width: 100%;
    }
}

/* ===============================================
   デザイン・ロゴ制作
=============================================== */
.step_list li {
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px 20px;
    text-align: center;
}
.step_list li img {
    width: 120px;
    max-width: 60%;
}
.step_list li .step_ttl {
    font-size: 2rem;
    font-weight: 600;
    margin: 0.8em 0 0.3em;
}
@media screen and (max-width:768px){
    .step_list li {
        padding: 10px 10px 20px;
    }
    .step_list.col3 li {
        width: 100%;
    }
    .step_list li img {
        max-width: 35%;
    }
    .step_list li .step_ttl {
        font-size: 1.6rem;
    }
}

.about_logo {
    display: flex;
    gap: 40px;
}
.about_logo .about {
    width: 250px;
    font-size: 2.5rem;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_logo .txt_area {
    flex: 1;
}
@media screen and (max-width:768px){
    .about_logo {
        flex-wrap: wrap;
        gap: 20px;
    }
    .about_logo .about {
        width: 100%;
        font-size: 1.6rem;
        padding: 1em;
    }
}

.ci_box {
    border: 3px solid #D82C2C;
    border-radius: 20px;
    padding: 0 30px 30px;
}
.vi_box {
    border: 3px solid #37CCB5;
    border-radius: 20px;
    padding: 0 30px 30px;
    margin-top: 30px;
}
.ci_vi_cont {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.ci_vi_cont .ttl_box {
    width: 220px;
    max-width: 60dvw;
    aspect-ratio: 220 / 160;
    border-radius: 0 0 20px 20px;
    background-color: #D82C2C;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.vi_box .ci_vi_cont .ttl_box {
    background-color: #37CCB5;
}
.ci_vi_cont .ttl_box .ttl {
    font-size: 8.3rem;
    font-weight: 600;
    line-height: 1;
}
.ci_vi_cont .ttl_box .sub_ttl {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0.3em 0;
}
.ci_vi_cont .txt_area {
    flex: 1;
}
.ci_vi_cont .txt_area .ttl {
    font-size: 2.5rem;
    font-weight: 600;
    margin-top: 1em;
}
.ci_vi_cont .txt_area .ttl span {
    display: block;
    font-size: 0.8em;
    margin: 0.5em 0 0.8em;
}
@media screen and (max-width:1000px){
    .ci_vi_cont {
        flex-direction: column;
        gap: 0;
    }
}
@media screen and (max-width:768px){
    .ci_box {
        border: 2px solid #D82C2C;
        padding: 0 15px 15px;
    }
    .vi_box {
        border: 2px solid #37CCB5;
        padding: 0 15px 15px;
        margin-top: 15px;
    }
    .ci_vi_cont {
        align-items: center;
    }
    .ci_vi_cont .ttl_box .ttl {
        font-size: 6rem;
    }
    .ci_vi_cont .ttl_box .sub_ttl {
        font-size: 1.8rem;
    }
    .ci_vi_cont .txt_area .ttl {
        font-size: 2rem;
    }
}

/* ===============================================
   満足度調査・エンゲージメント診断
=============================================== */
.survey_detail {
    display: flex;
    gap: 40px;
}
.survey_detail .txt_area {
    flex: 1;
}
.survey_detail .img_area {
    width: 400px;
    max-width: 48%;
    text-align: center;
}
.survey_detail .txt_area .ttl_8 {
    margin-bottom: 0.5em;
}
.survey_detail .txt_area .text + .ttl_8 {
    margin-top: 1.3em;
}
@media screen and (max-width:768px){
    .survey_detail {
        flex-direction: column;
        gap: 20px;
    }
    .survey_detail .img_area {
        width: 100%;
        max-width: 100%;
    }
}

.pricing .tr_1 { width: 14%; }
.pricing .tr_2 { width: 17%; }
.pricing .tr_3 { width: 13%; }
.pricing .tr_4 { width: 15.5%; }
.pricing .tr_5 { width: 14%; }
.pricing .tr_6 { width: 13%; }
.pricing .tr_7 { width: 13.5%; }
.pricing.table_3 th,
.pricing.table_3 td {
    letter-spacing: 0;
}
.pricing.table_3 td {
    vertical-align: top;
}
table + .list_note {
    margin-top: 0.5em;
}
.pricing.table_3 .note {
    font-size: 0.8em;
    line-height: 1.7em;
}

/* ===============================================
   Tec-Vision
=============================================== */
.location_list {
    align-items: flex-start;
}
.location_list * {
    box-sizing: border-box;
}
.location_list .img {
    width: 100%;
    aspect-ratio: 400 / 250;
}
.location_list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.location_list .name {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0;
    border-bottom: 1px solid #707070;
    padding: 1.2em 0 0.2em;
}
.location_list .ttl {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5em;
    padding-top: 1em;
}
.location_list .txt {
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 1em 0;
}
.location_list .info {
    font-size: 1.6rem;
    line-height: 1.6em;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 0.8em 0;
}
.location_list .details_link {
    width: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: center;
}
@media screen and (max-width:768px){
    .location_list .name {
        font-size: 1.6rem;
    }
    .location_list .ttl {
        font-size: 1.6rem;
    }
    .location_list .txt {
        font-size: 1.4rem;
    }
    .location_list .info {
        font-size: 1.4rem;
    }
    .location_list .details_link {
        padding: 20px 0 30px;
    }
}

.delivery_cont {
    width: 100%;
}
.delivery_cont .ttl {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1em;
}
.delivery_detail {
    display: flex;
    gap: 40px;
}
.delivery_detail .img {
    width: 250px;
/*    aspect-ratio: 250 / 420;*/
    display: block;
}
.delivery_detail .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.delivery_detail + .list_note {
    margin-top: 0.8em;
}
.delivery_table {
    flex: 1;
    width: 100%;
}
.delivery_table table {
    width: 545px;
    min-width: 100%;
}
.delivery_table tr {
    border-bottom: 1px solid #3E3A39;
}
.delivery_table tr:first-child {
    border-top: 1px solid #3E3A39;
}
.delivery_table th,
.delivery_table td {
    width: 25%;
    font-size: 1.6rem;
    letter-spacing: 0;
    font-weight: normal;
    text-align: center;
    padding: 0.3em;
} 
.delivery_table th {
    background-color: #F2F2F2;
}
.delivery_table th:not(:first-child),
.delivery_table td:not(:first-child) {
    border-left: 1px solid #3E3A39;
}
.delivery_table .c_head th {
    background-color: #707070;
    color: #fff;
}
.delivery_table td:nth-child(2) {
    text-align: right;
    padding-right: 1.2em;
}
.delivery_table td:nth-child(4) {
    text-align: right;
    padding-right: 1.8em;
}
@media screen and (max-width: 1025px){
    .delivery_table.scroll_table {
        margin-top: 0;
    }
}
@media screen and (max-width:768px){
    .delivery_cont .ttl {
        font-size: 1.6rem;
    }
    .delivery_detail {
        flex-wrap: wrap;
        gap: 20px;
    }
    .delivery_detail .img {
        width: 100%;
        aspect-ratio: 420 / 250;
    }
    .delivery_table table {
        width: 400px;
    }
    .delivery_table th,
    .delivery_table td {
        font-size: 1.3rem;
    } 
    .delivery_table td:nth-child(2) {
        padding-right: 1em;
    }
    .delivery_table td:nth-child(4) {
        padding-right: 1.6em;
    }
}

.delivery_cont .em_txt {
    width: 100%;
    font-size: 3.3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
    background-color: #D82C2C;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7em 0;
}
.delivery_cont .em_txt2 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5em;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-top: 0.8em;
}
.delivery_cont .em_txt2 span {
    display: inline-block;
}
@media screen and (max-width:768px){
    .delivery_cont .em_txt {
        font-size: 2.2rem;
    }
    .delivery_cont .em_txt2 {
        font-size: 1.6rem;
        letter-spacing: 0.05em;
    }
}

/* ===============================================
   Tec-Connect
=============================================== */
.ttl_10 img {
    height: 26px;
    vertical-align: middle;
}
.connect_ttl {
    font-size: 10rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 20px;
}
.connect_ttl span {
    color: #0070B4;
}
.advance_cont {
    display: flex;
    gap: 60px;
}
.advance_cont .img {
    width: 374px;
    max-width: 45%;
    padding-top: 15px;
}
.advance_cont .txt_area {
    flex: 1;
    width: 100%;
}
.point_blk:not(:first-child) {
    margin-top: 30px;
}
.point_blk .point {
    width: 100px;
    height: 36px;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0;
    background-color: #D82C2C;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.point_blk .ttl {
    font-size: 3rem;
    font-weight: 600;
    margin: 0.4em 0 0.5em;
}
@media screen and (max-width:768px){
    .ttl_10 img {
        height: 20px;
    }
    .connect_ttl {
        font-size: 5rem;
        margin-top: 10px;
    }
    .advance_cont {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .advance_cont .img {
        width: 80%;
        max-width: 80%;
        padding-top: 0;
        text-align: center;
    }
    .point_blk .point {
        width: 70px;
        height: 20px;
        font-size: 1.5rem;
        margin-bottom: 1em;
    }
    .point_blk .ttl {
        font-size: 2rem;
    }
}

.connect_cont {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.connect_cont .txt_area {
    width: 400px;
}
.connect_cont .img_area {
    flex: 1;
}
.funny_img p {
    font-size: 8rem;
    font-weight: 900;
    line-height: 1;
    text-align: left;
    margin-left: 20px;
}
.funny_img p:nth-child(1) { color: #1899E6; }
.funny_img p:nth-child(2) { color: #2BCE04; margin-top: 0.3em; }
.funny_img p:nth-child(3) { color: #000; margin-top: 0.3em; }
@media screen and (max-width: 1025px){
    .connect_cont {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .connect_cont .txt_area {
        width: 100%;
    }
    .connect_cont .img_area {
        width: 80%;
        text-align: center;
    }
    .funny_img p {
        margin-left: 0;
    }
}
@media screen and (max-width:768px){
    .funny_img p {
        font-size: 6rem;
    }
}

.pricing_table table {
    width: 835px;
    min-width: 100%;
}
.pricing_table tr {
    border-bottom: 1px solid #3E3A39;
}
.pricing_table tr:first-child {
    border-top: 1px solid #3E3A39;
}
.pricing_table th,
.pricing_table td {
    font-size: 1.6rem;
    line-height: 1.6em;
    letter-spacing: 0;
    font-weight: normal;
    padding: 0.7em;
} 
.pricing_table th {
    text-align: center;
    background-color: #F2F2F2;
}
.pricing_table th:nth-child(1) { width: 15.5%; }
.pricing_table th:nth-child(2) { width: 15.5%; }
.pricing_table th:nth-child(3) { width: 19%; }
.pricing_table th:nth-child(4) { width: 23%; }
.pricing_table th:nth-child(5) { width: 27%; }
.pricing_table th:not(:first-child),
.pricing_table td:not(:first-child) {
    border-left: 1px solid #3E3A39;
}
.pricing_table .c_head th {
    background-color: #707070;
    color: #fff;
}
.pricing_table td {
    vertical-align: top;
}
.pricing_table + .list_note {
    margin-top: 0.8em;
}
@media screen and (max-width: 1025px){
    .pricing_table.scroll_table {
        margin-top: 0;
    }
}
@media screen and (max-width:768px){
    .pricing_table table {
        width: 650px;
    }
    .pricing_table th,
    .pricing_table td {
        font-size: 1.3rem;
    } 
}

/* ===============================================
   Tec-Create
=============================================== */
.assignment_block + .assignment_block {
    margin-top: 100px;
}
.assignment_block {
    display: grid;
    grid-template-columns: 25% 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 30px;
}
.assignment_block .about_img {
    grid-area: 1 / 1 / 3 / 2;
    width: 100%;
    text-align: center;
}
.assignment_block .about_txt {
    grid-area: 1 / 2 / 2 / 3;
    flex: 1;
}
.assignment_block .about_txt .assignment {
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    background-color: var(--c-red);
    display: inline-block;
    padding: 0.2em 0.3em;
    margin-bottom: 0.6em;
}
.assignment_block .about_txt .about_ttl {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 0.6em;
}
.assignment_block .img_box {
    grid-area: 2 / 2 / 3 / 3;
    border: 1px solid #000;
    margin-top: 25px;
    padding: 30px 25px 25px;
}
.assignment_block .img_box_txt {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 1.5em;
}
.assignment_block .about_icon_list {
    display: flex;
    justify-content: center;
    gap: 80px;
}
.assignment_block .about_icon_list + .about_icon_list {
    margin-top: 10px;
}
.assignment_block .about_icon_list li {
    padding-bottom: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.assignment_block .about_icon_list li:not(:first-child)::before {
    content: "＋";
    font-size: 2.4rem;
    position: absolute;
	top: 50%;
    left: -47%;
	transform: translateY(-50%);
    margin: auto;
}
.assignment_block .about_icon_list li .about_icon {
    width: 110px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.assignment_block .about_icon_list li .text {
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
    margin-top: 0.2em;
    position: absolute;
    bottom: 0;
}
@media screen and (max-width:1200px){
    .assignment_block .about_icon_list {
        display: flex;
        justify-content: center;
        gap: 60px;
    }
    .assignment_block .about_icon_list li {
        max-width: 20%;
    }
    .assignment_block .about_icon_list li:not(:first-child)::before {
        left: -41px;
    }
    .assignment_block .about_icon_list li .about_icon {
        width: 100%;
    }
}
@media screen and (max-width:768px){
    .assignment_block + .assignment_block {
        margin-top: 60px;
    }
    .assignment_block {
        display: grid;
        grid-template-columns: 25% 1fr;
        grid-template-rows: auto 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .assignment_block .about_img {
        grid-area: 1 / 1 / 2 / 2;
    }
    .assignment_block .about_txt {
        grid-area: 1 / 2 / 2 / 3;
    }
    .assignment_block .about_txt .assignment,
    .assignment_block .about_txt .about_ttl {
        font-size: 1.8rem;
    }
    .assignment_block .img_box {
        grid-area: 2 / 1 / 3 / 3;
        padding: 20px 15px 15px;
        margin: 0;
    }
    .assignment_block .img_box_txt {
        font-size: 1.6rem;
    }
    .assignment_block .about_icon_list {
        gap: 14vw;
    }
    .assignment_block .about_icon_list + .about_icon_list {
        margin-top: 10px;
    }
    .assignment_block .about_icon_list li:not(:first-child)::before {
        font-size: 5vw;
        left: -10vw;
    }
}

#homepage .point {
    display: flex;
    gap: 5%;
}
#homepage .point .txt_area {
    width: 47%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
#homepage .point .img_area {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 35px;
}
#homepage .point_nb {
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    background-color: var(--c-red);
    display: inline-block;
    padding: 0.1em 0.3em;
    margin-bottom: 0.6em;
}
#homepage .point_ttl {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0.7em;
    letter-spacing: 0;
}
@media screen and (max-width:768px){
    #homepage .point {
        flex-direction: column;
        gap: 20px;
    }
    #homepage .point .txt_area {
        width: 100%;
        gap: 20px;
    }
    #homepage .point .img_area {
        width: 100%;
        flex-direction: row;
        gap: 10px;
    }
    #homepage .point_nb ,
    #homepage .point_ttl {
        font-size: 1.8rem;
    }
}

.subscription_detail {
    padding: 30px 30px 0;
    border: 1px solid #000;
}
.subscription_detail_item {
    display: flex;
    align-items: center;
}
.subscription_detail .text {
    line-height: 1.6em;
}
.subscription_detail .price {
    padding: 0 0 25px;
    gap: 50px;
}
.subscription_detail .price .area_r {
    flex: 1;
}
.subscription_detail .price_class {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.subscription_detail .text_1 {
    font-size: 2.5rem;
    font-weight: 500;
}
.subscription_detail .text_2 {
    font-size: 4.9rem;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0.1em 0 0.2em;
}
.subscription_detail .detail {
    min-height: 102px;
    padding: 25px 0;
    border-top: 1px solid var(--c-black);
    display: flex;
}
.subscription_detail .detail .item_name {
    width: 7em;
    font-weight: 500;
    margin-right: 1em;
    position: relative;
}
.subscription_detail .detail .item_name::after {
    content: "";
    width: 1px;
    height: 3em;
    background-color: var(--c-black);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.subscription_detail .detail .item_cont {
    flex: 1;
}
.subscription_detail .detail .item_cont.case_study {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
@media screen and (max-width:1200px){
    .subscription_detail .price {
        flex-direction: column;
        gap: 30px;
    }
}
@media screen and (max-width:768px){
    #subscription .img_list.col2 {
        gap: 10px;
    }
    #subscription .img_list.col2 li {
        width: calc(50% - 5px);
    }
    .subscription_detail {
        padding: 30px 15px 0;
    }
    .subscription_detail .price {
        padding: 0 0 20px;
    }
    .subscription_detail .text_1 {
        font-size: 1.8rem;
    }
    .subscription_detail .text_2 {
        font-size: 4rem;
        text-align: center;
    }
    .subscription_detail .detail {
        padding: 20px 0;
        flex-direction: column;
    }
    .subscription_detail .detail .item_name {
        width: auto;
        margin: 0 0 15px;
        padding-bottom: 5px;
    }
    .subscription_detail .detail .item_name::after {
        width: 3em;
        height: 1px;
        top: inherit;
        left: 0;
    }
}

#subscription_option .text_em {
    margin-bottom: 0.8em;
}

#video .text_em {
    margin: 1em 0 0.5em;
}
.scene_list {
    display: flex;
    justify-content: space-between;
    gap: 2.4%;
}
.scene_list li {
    width: calc(88% / 6);
    border: 1px solid var(--c-black);
    display: flex;
    flex-direction: column;
}
.scene_list li .list_img {
    width: 100%;
    aspect-ratio: 122 / 103;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scene_list li .list_img img {
    max-width: 67%;
}
.scene_list li .list_txt {
    flex: 1;
    background-color: var(--c-black);
    display: flex;
    justify-content: center;
    align-items: center;
}
.scene_list li .list_txt .text {
    color: #fff;
    text-align: center;
    line-height: 1.3em;
    margin: 0.8em 0;
}
@media screen and (max-width:1200px){
    .scene_list {
        max-width: 400px;
        flex-wrap: wrap;
        gap: 20px 2.4%;
        margin: 0 auto;
    }
    .scene_list li {
        width: calc(88% / 3);
        border: 1px solid var(--c-black);
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width:768px){
    .scene_list {
        gap: 15px 2%;
    }
    .scene_list li {
        width: calc(96% / 3);
    }
}

#feature_3d .list_ttl {
    font-size: 2rem;
    font-weight: 500;
    margin: 0.8em 0 0.5em;
}
@media screen and (max-width:768px){
    #feature_3d .list_ttl {
        font-size: 1.6rem;
        line-height: 1.5em;
    }
    #feature_3d .text {
        line-height: 1.6em;
    }
}

.flow_list {
    width: 100%;
}
.flow_list li {
    width: 100%;
    border-bottom: 1px solid var(--c-black);
    padding: 20px 0;
}
.flow_list li:first-child {
    border-top: 1px solid var(--c-black);
}
.flow_list li .nb_txt {
    font-size: 2.5rem;
    font-weight: 500;
}
.flow_list li .nb_txt + .text {
    margin-top: 0.5em;
}
.flow_list li span {
    display: inline-block;
    margin-right: 0.2em;
}
@media screen and (max-width:768px){
    .flow_list li {
        padding: 15px 0 12px;
    }
    .flow_list li .nb_txt {
        font-size: 1.8rem;
    }
}

.pricing_table2 table {
    width: 835px;
    min-width: 100%;
}
.pricing_table2 tr {
    border-bottom: 1px solid #3E3A39;
}
.pricing_table2 tr:first-child {
    border-top: 1px solid #3E3A39;
}
.pricing_table2 th,
.pricing_table2 td {
    font-size: 1.6rem;
    line-height: 1.6em;
    letter-spacing: 0;
    font-weight: normal;
} 
.pricing_table2 th {
    background-color: #F2F2F2;
}
.pricing_table2 th:not(:last-child),
.pricing_table2 td:not(:last-child) {
    border-right: 1px solid #3E3A39;
}
.pricing_table2 .c_head th {
    background-color: #707070;
    color: #fff;
}
.pricing_table2 td {
    vertical-align: top;
    padding: 1.5em 1em;
}
.pricing_table2 + .list_note {
    margin-top: 0.8em;
}

#pricing_video .pricing_table2 th {
    padding: 0.1em;
    text-align: center;
}
#pricing_video .pricing_table2 td {
    height: 5em;
    padding: 0 1em;
    vertical-align: middle;
}
#pricing_video .pricing_table2 td:nth-child(n+2) { text-align: center; }
#pricing_video .pricing_table2 th:nth-child(1) { width: 24%; }
#pricing_video .pricing_table2 th:nth-child(2) { width: 38%; }
#pricing_video .pricing_table2 th:nth-child(3) { width: 38%; }

#pricing_video_option .pricing_table2 th {
    width: 31%;
    padding: 1.5em 1em;
}
#pricing_video_option .pricing_table2 td {
    width: 23%;
    text-align: center;
    vertical-align: middle;
}

#pricing_3d .pricing_table2 th {
    padding: 0.1em;
    text-align: center;
}
#pricing_3d .pricing_table2 th:nth-child(1) { width: 22%; }
#pricing_3d .pricing_table2 th:nth-child(2) { width: 30%; }
#pricing_3d .pricing_table2 th:nth-child(3) { width: 12%; }
#pricing_3d .pricing_table2 th:nth-child(4) { width: 12%; }
#pricing_3d .pricing_table2 th:nth-child(5) { width: 24%; }
#pricing_3d .pricing_table2 td:nth-last-child(-n+3) { text-align: center; }

@media screen and (max-width: 1025px){
    .pricing_table2.scroll_table {
        margin-top: 0;
    }
}
@media screen and (max-width:768px){
    .pricing_table2 table {
        width: 650px;
    }
    .pricing_table2 th,
    .pricing_table2 td {
        font-size: 1.3rem;
    } 
}


/* ===============================================
   選挙ポスター掲示板
=============================================== */
#poster_cont .poster_img {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
#poster_cont .details_link a {
    margin: 60px auto 0
}
@media screen and (max-width:768px){
    #poster_cont .poster_img {
        border-radius: 20px;
    }
    #poster_cont .details_link a {
        margin: 30px auto 0
    }
}
