@charset "utf-8";
/*
Theme Name: solaris_tcd088-child
Author: r Ku
Version: 2.1.3
Text Domain:tcd-solaris
Template: solaris_tcd088
*/


/* =======================================================
* page-noukotsu
* ======================================================= */
#page_header .bg_image {
    background: url(/wp-content/uploads/2023/10/header_noukotsu.jpg) no-repeat center !important; background-size: cover;
}

#page_noukotsu {
    padding-bottom: 80px;
}

#page_noukotsu .page_desc,
.noukotsu_inner,
.noukotsu_achievement .page_desc,
.achievement_inner {
    width: 100%;
    max-width: 1400px;
    box-sizing: border-box;
    margin: 0 auto;
}

#page_noukotsu .page_desc .title {
    font-family: YuMincho, 'Yu Mincho';
}

.noukotsu_inner {
    align-items: center;
    padding-bottom: 80px;
}

.noukotsu_contents {
    padding: 0 100px;
}

.noukotsu_contents h2 {
    font-family: YuMincho, 'Yu Mincho';
    font-size: 28px;
    padding-bottom: 45px;
}

.noukotsu_contents,
.noukotsu_inner img {
    width: 50%;
    box-sizing: border-box;
}

.noukotsu_inner img {
    box-sizing: border-box;
    vertical-align: bottom;
}

.noukotsu_inner.inversion img {
    order: 2;
}

.noukotsu_achievement {
    background: #FBFBFB;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.achievement_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px;
}

.achievement_inner img {
    width: 24%;
    object-fit: cover;
}

/*.noukotsu_flow_list {
    width: 100%;
    max-width: 880px;
    background: #FFF;
    box-sizing: border-box;
    padding: 80px 180px;
    margin: 0 auto 80px;
}

.flow-item {
    position: relative;
    width: 100%;
}

.flow-item::before {
    display: block;
    width: 1px;
    height: 100%;
	background: #3B4043;
    content: "";
    position: absolute;
    top: 0;
    left: 26px;
}

.flow-item:not(:last-child) {
    padding-bottom: 50px;
}

.flow-item:last-child::before {
    display: none;
}

.flow-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.flow-block::after {
    display: block;
	width: 100%;
	height: 1px;
	background-image: repeating-linear-gradient(-90deg, #3B4043, #3B4043 2px, transparent 2px, transparent 4px);
	content: "";
	position: absolute;
	left: 0;
	bottom: -50%;
	z-index: -1;
}

.flow-number {
    width: 120px;
}

.flow-number span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
	background: #FFF;
	border: 1px solid #3B4043;
	border-radius: 50%;
    font-size: 20px;
    font-weight: 300;
	font-feature-settings: "tnum";
	-webkit-font-feature-settings: "tnum";
    line-height: 1;
    letter-spacing: -0.03em;
}*/


.noukotsu_flow_movie {
    text-align: center;
}

/* =======================================================
* max-width: 1399px
* ======================================================= */
@media screen and (max-width: 1399px) {
    #page_noukotsu {
        padding-bottom: 40px;
    }

    #page_noukotsu .page_desc {
        padding: 40px 25px;
    }

    .noukotsu_container {
        padding: 0 25px;
    }

    .noukotsu_inner {
        display: block;
        padding-bottom: 40px;
        text-align: center;
    }

    .noukotsu_contents,
    .noukotsu_inner img {
        width: 80%;
    }

    .noukotsu_contents {
        text-align: left;
        padding: 0 50px;
        margin: 0 auto;
    }

    .noukotsu_contents h2 {
        font-size: 18px;
        line-height: 1.6;
        padding: 15px 0 30px;
    }

    .noukotsu_achievement {
        padding: 25px;
        margin-bottom: 40px;
    }

    .achievement_inner {
        padding-bottom: 40px;
    }

    .noukotsu_flow_list {
        padding: 40px 100px;
        margin: 0 auto 40px;
    }
}

/* =======================================================
* max-width: 770px
* ======================================================= */
@media screen and (max-width: 770px) {
    .noukotsu_contents,
    .noukotsu_inner img {
        width: 100%;
    }

    .noukotsu_contents {
        padding: 0 25px;
    }

    .achievement_inner {
        padding-bottom: 20px;
    }

    .achievement_inner img {
        width: 48%;
        margin-bottom: 20px;
    }

    .noukotsu_flow_list {
        padding: 25px 100px;
    }

    .flow-item::before {
        left: 19px;
    }

    .flow-number {
        width: 12%;
    }

    .flow-number span {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .flow-text {
        width: 88%;
        font-size: 12px;
    }
}

@media screen and (max-width: 635px) {
    .noukotsu_flow_list {
        padding: 40px 30px;
    }
}

/* =======================================================
* max-width: 440px
* ======================================================= */
@media screen and (max-width: 440px) {
    .page_desc .title::after {
        bottom: -60%;
    }  

    /*.noukotsu_flow_list {
        padding: 40px 25px;
    }

    .flow-item::before {
        left: 16px;
    }

    .flow-number {
        width: 18%;
    }

    .flow-number span {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .flow-text {
        width: 82%;
    }*/

    .noukotsu_flow_movie iframe {
        height: 235px;
    }
    
}