﻿/* commitment */

#header {
    z-index: 100;
}

/* contents
----------------------------------------- */
#contents {
    position: relative;
    margin-top: -40px;
    padding-top: 0;
}

.page-visual-area {
    background: url(../image/page-visual_sp3.webp) center center no-repeat;
    background-size: cover;
}

.no-webp .page-visual-area {
    background: url(../image/page-visual_sp3.jpg) center center no-repeat;
    background-size: cover;
}

/* intro-sec */
.intro-sec {
    position: relative;
    background: url(../image/intro-sec_bg-img_sp.webp) center center no-repeat;
    background-size: cover;
}

.no-webp .intro-sec {
    background: url(../image/intro-sec_bg-img_sp.jpg) center center no-repeat;
    background-size: cover;
}

.intro-sec::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 365px;
    background: url(../image/intro-sec_bg-gradation_sp.png) bottom left repeat-x;
    background-size: 375px 365px;
}

.intro-sec_inner {
    position: relative;
    padding: 80px 20px 60px;
    z-index: 50;
    flex-wrap: wrap;
}

.intro-sec_left {}

.intro-sec .sec-copy {
    margin-bottom: 40px;
}

.intro-sec_img {
    margin-bottom: 55px;
    padding-left: 29%;
}

.intro-sec_right {}

.intro-sec .sec-lead {
    margin-bottom: 40px;
}

/* concept-sec */
.concept-sec {
    position: relative;
    margin: -30px 0 80px;
    z-index: 10;
    overflow: hidden;
}

.concept-list {}

.concept-list li {
    margin-bottom: 60px;
}

.concept-list li:last-child {
    margin-bottom: 0;
}

.concept-list li section {}

.concept-list_img {
    margin-bottom: 40px;
}

.concept-list_text {
    padding: 0 20px;
}

.concept-list_ttl {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 35px;
}

.concept-list_ttl .ttl-main {
    position: relative;
    margin-right: 12px;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1.6;
}

.concept-list_ttl .ttl-main::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 1px;
    width: calc(100% - 2px);
    height: 2px;
    background-color: #333;
}

.concept-list_ttl .ttl-sub {
    margin-top: 24px;
    font-size: 1.4rem;
}

.concept-list_ttl .ttl-typo {
    position: absolute;
    top: -30px;
    left: -25px;
    font-family: "Cormorant Garamond", system-ui;
    font-weight: 400;
    font-size: 10.0rem;
    line-height: 1.0;
    letter-spacing: -0.03em;
    color: #EFEFEF;
    z-index: -10;
}


























































/* tablet 560px - 959px */
@media only screen and (min-width: 560px) {


    /* contents
----------------------------------------- */
    #contents {
        position: relative;
        margin-top: -40px;
        padding-top: 0;
    }

    .page-visual-area {
        background: url(../image/page-visual_pc3.webp) center center no-repeat;
        background-size: cover;
    }

    .no-webp .page-visual-area {
        background: url(../image/page-visual_pc3.jpg) center center no-repeat;
        background-size: cover;
    }

    /* intro-sec */
    .intro-sec {
        position: relative;
        background: url(../image/intro-sec_bg-img_sp.webp) center center no-repeat;
        background-size: cover;
    }

    .no-webp .intro-sec {
        background: url(../image/intro-sec_bg-img_sp.jpg) center center no-repeat;
        background-size: cover;
    }

    .intro-sec::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 365px;
        background: url(../image/intro-sec_bg-gradation_sp.png) bottom left repeat-x;
        background-size: 375px 365px;
    }

    .intro-sec_inner {
        position: relative;
        padding: 80px 60px 120px;
        z-index: 50;
    }

    .intro-sec_left {}

    .intro-sec .sec-copy {
        margin-bottom: 40px;
    }

    .intro-sec_img {
        margin-bottom: 55px;
        padding-left: 46%;
    }

    .intro-sec_right {}

    .intro-sec .sec-lead {
        margin-bottom: 40px;
    }

    /* concept-sec */
    .concept-sec {
        position: relative;
        margin: -30px 0 120px;
        z-index: 10;
        overflow: hidden;
    }

    .concept-list {}

    .concept-list li {
        margin-bottom: 90px;
    }

    .concept-list li:last-child {
        margin-bottom: 0;
    }

    .concept-list li section {}

    .concept-list_img {
        width: 50%;
        margin: 0 auto 50px;
    }

    .concept-list_text {
        padding: 0 60px;
    }

    .concept-list_ttl {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 35px;
    }

    .concept-list_ttl .ttl-main {
        position: relative;
        margin-right: 12px;
        font-size: 4.5rem;
        font-weight: 400;
        line-height: 1.6;
    }

    .concept-list_ttl .ttl-main::after {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 1px;
        width: calc(100% - 2px);
        height: 2px;
        background-color: #333;
    }

    .concept-list_ttl .ttl-sub {
        margin-top: 24px;
        font-size: 1.4rem;
    }

    .concept-list_ttl .ttl-typo {
        position: absolute;
        top: -30px;
        left: -25px;
        font-family: "Cormorant Garamond", system-ui;
        font-weight: 400;
        font-size: 10.0rem;
        line-height: 1.0;
        letter-spacing: -0.03em;
        color: #EFEFEF;
        z-index: -10;
    }



}

/* tablet end */





























































/* PC 960px - */
@media only screen and (min-width: 960px) {


    /* contents
----------------------------------------- */
    #contents {
        position: relative;
        margin-top: -43px;
        padding-top: 0;
    }

    .page-visual-area {
        background: url(../image/page-visual_pc3.webp) center center no-repeat;
        background-size: cover;
    }

    .no-webp .page-visual-area {
        background: url(../image/page-visual_pc3.jpg) center center no-repeat;
        background-size: cover;
    }

    /* intro-sec */
    .intro-sec {
        position: relative;
        background: url(../image/intro-sec_bg-img_pc.webp) center center no-repeat;
        background-size: cover;
    }

    .no-webp .intro-sec {
        background: url(../image/intro-sec_bg-img_pc.jpg) center center no-repeat;
        background-size: cover;
    }

    .intro-sec::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 365px;
        background: url(../image/intro-sec_bg-gradation_sp.png) bottom left repeat-x;
        background-size: 375px 365px;
    }

    .intro-sec_inner {
        display: flex;
        position: relative;
        margin: 0 10% 0 12%;
        padding: 130px 0 200px;
        z-index: 50;
    }

    .intro-sec_left {
        width: 50%;
    }

    .intro-sec .sec-copy {
        margin-bottom: 50px;
    }

    .intro-sec_img {
        margin-bottom: 0;
        padding-left: 22%;
    }

    .intro-sec_right {
        width: 50%;
        padding-top: 60px;
    }

    .intro-sec .sec-lead {
        margin-bottom: 55px;
    }

    /* concept-sec */
    .concept-sec {
        position: relative;
        margin: -120px 0 120px;
        z-index: 10;
        overflow: hidden;
    }

    .concept-list {}

    .concept-list li {
        margin-bottom: 150px;
        padding-top: 50px;
    }

    .concept-list li:last-child {
        margin-bottom: 0;
    }

    .concept-list li section {
        display: flex;
        flex-direction: row-reverse;
    }

    .concept-list li:nth-child(2) section {
        flex-direction: row;
    }

    .concept-list_img {
        width: 46%;
        margin: 0;
    }

    .concept-list_text {
        position: relative;
        width: 54%;
        margin-top: 45px;
        padding: 0 10%;
    }

    .concept-list_ttl {
        position: static;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 45px;
    }

    .concept-list_ttl .ttl-main {
        position: relative;
        margin-right: 15px;
        font-size: 7.0rem;
        font-weight: 400;
        line-height: 1.45;
    }

    .concept-list_ttl .ttl-main::after {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 1px;
        width: calc(100% - 2px);
        height: 3px;
        background-color: #333;
    }

    .concept-list_ttl .ttl-sub {
        margin-top: 38px;
        font-size: 2.3rem;
        letter-spacing: 0.03em;
    }

    .concept-list_ttl .ttl-typo {
        position: absolute;
        top: -100px;
        left: -15px;
        font-family: "Cormorant Garamond", system-ui;
        font-weight: 400;
        font-size: 20.0rem;
        line-height: 1.0;
        letter-spacing: -0.03em;
        color: #F4F4F4;
        z-index: -10;
    }

}

/* PC end */


/* PC:1201px - */
@media only screen and (min-width: 1201px) {}

/* PC end */

.intro-sec_tb {
    width: 100%;
    margin-top: 7%;
}

.intro-sec_tb table {
    border: 1px solid #fff;
}

.intro-sec_tb table tr {
}

.intro-sec_tb table tr td {
    padding: 20px;
}

.intro-sec_tb table tr:first-child td:first-child {
    background-color: #2F2E2F;
    text-align: center;
    font-size: 2.2rem;
    border-right: 1px solid #CCCCCC;
    width: 26%;
}

.intro-sec_tb table tr:not(:first-child) td {
    padding: 12px 40px;
    position: relative;
    border: none;
}

.intro-sec_tb table tr:not(:first-child) {
	border: none;
}

.intro-sec_tb table tr:not(:first-child) td::before {
	display: block;
	content:'';
	width: calc(100% - 40px);
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 40px;
	top: 0;
}

.intro-sec_tb table tr:not(:first-child) td:last-child::before {
	left: 0px;
}

.intro-sec_tb table tr:last-child td{
	padding-bottom: 50px;
}

.intro-sec_tb table tr:first-child td:last-child {
    padding: 50px 40px;
}

@media only screen and (max-width: 992px) {
    .intro-sec_tb table tbody {
        display: block;
        padding-bottom: 20px;
    }
    .intro-sec_tb table tr td {
        display: block;
        width: 100%;
    }
    .intro-sec_tb table tr:first-child td:first-child {
        width: 100%;
    }

    .intro-sec_tb table tr:not(:first-child) td::before,
    .intro-sec_tb table tr:not(:first-child) td:last-child::before {
        width: calc(100% - 40px - 40px);
        left: 40px;
    }
    .intro-sec_tb table tr:last-child td {
        padding-bottom: 12px;
    }
}