@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- page_ttl
- #philosophy_sec
	- philosophy_共通
	- philosophy_mv
	- philosophy01
	- philosophy02
	- philosophy03
- #value_sec
-------------------------*/
/*============================
#page_ttl
============================*/
#page_ttl {
    height: 1100px;
    color: #FFF;
}
@media screen and (max-width: 768px) {
    #page_ttl {
        height: 750px;
    }
}
@media screen and (max-width: 375px) {
    #page_ttl {
        height: 680px;
    }
}
#page_ttl::after {
    background: url(../concept/img/kv.jpg) no-repeat center top;
    background-size: cover;
    height: 1100px;
}
@media screen and (max-width: 768px) {
    #page_ttl::after {
        background: url(../concept/img/kv_sp.jpg) no-repeat center top;
        background-size: cover;
    }
}
#page_ttl .inner {
    height: 900px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: end;
}
@media screen and (max-width: 768px) {
    #page_ttl .inner {
        height: 650px;
    }
}
@media screen and (max-width: 375px) {
    #page_ttl .inner {
        padding: 50px 0 0 0;
        height: 550px;
    }
}
#page_ttl .inner h2 {
    position: static;
    transform: unset;
    max-width: 447px;
    margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
    #page_ttl .inner h2 {
        max-width: 447px;
        width: 53%;
        margin: 0 auto 20px;
    }
}
#page_ttl .inner h3 {
    margin: 0 0 73px 0;
}
@media screen and (max-width: 768px) {
    #page_ttl .inner h3 {
        margin: 0 0 40px 0;
    }
}
#page_ttl .inner p {
    padding: 0 0 60px 0;
    position: relative;
}
@media screen and (max-width: 768px) {
    #page_ttl .inner p {
        line-height: 2.1;
        padding: 0 0 60px 0;
    }
}
#page_ttl .inner p::after {
    content: "";
    position: absolute;
    background: url(../concept/img/kv_icon.svg) no-repeat;
    background-size: contain;
    width: 50px;
    height: 28px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
    #page_ttl .inner p::after {
        width: 40px;
    }
}

/*============================
#philosophy_sec
============================*/
/* philosophy_共通 */
#philosophy_sec .philosophy_ttl {
    font-size: 3rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #philosophy_sec .philosophy_ttl {
        font-size: 2.4rem;
    }
}
#philosophy_sec .philosophy_ttl span {
    display: block;
    font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
    #philosophy_sec .philosophy_ttl span {
        font-size: 1.3rem;
    }
}
#philosophy_sec .philosophy_ttl em {
    display: block;
    font-family: "Caudex", serif;
    padding: 20px 0 40px 0;
    font-size: 4rem;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    #philosophy_sec .philosophy_ttl em {
        font-size: 2.8rem;
    }
}
#philosophy_sec .sttl_f28_vt {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    margin: 0 auto 120px;
    text-orientation: upright;
    font-feature-settings: "vpal";
}
@media screen and (max-width: 768px) {
    #philosophy_sec .sttl_f28_vt {
        margin: 0 auto 60px;
    }
}
#philosophy_sec .catch_area {
    text-align: center;
    margin: 0 auto 30px;
    line-height: 2;
    width: 90%;
}
@media screen and (max-width: 768px) {
    #philosophy_sec .catch_area {
        width: 100%;
    }
}
#philosophy_sec .catch_area .txt_cap {
    padding: 30px 0 0 0;
    font-size: 10px;
}

/* philosophy_mv */
/* philosophy01 */
.philosophy01 {
    padding: 83px 0 0 0;
    background: url(../concept/img/bg01.jpg) no-repeat center top;
    background-size: cover;
    color: #1C3A1C;
}
@media screen and (max-width: 768px) {
    .philosophy01 {
        padding: 50px 0 0 0;
    }
}

@media screen and (max-width: 768px) {
    .image_area01 {
        width: 100%;
    }
}
.image_area01 ul {
    display: flex;
    margin: 60px 0 48px 0;
}

.sp_image01 {
    width: 56%;
    margin: 10px 0 40px 0;
}

.image_area02 {
    width: 100%;
    padding: 25px 0 0 0;
}
.image_area02 ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
    .image_area02 ul {
        flex-direction: column;
    }
}
.image_area02 ul li:nth-child(1) {
    width: 34.73%;
}
@media screen and (max-width: 768px) {
    .image_area02 ul li:nth-child(1) {
        width: 85%;
        margin: 0 0 0 auto;
    }
}
.image_area02 ul li:nth-child(2) {
    width: 46.045%;
    padding: 8.5vw 0 0 0;
}
@media screen and (max-width: 768px) {
    .image_area02 ul li:nth-child(2) {
        width: 100%;
        padding: 12.5vw 0 0 0;
    }
}

.image_area03 {
    width: 100%;
    padding: 25px 0 0 0;
}
.image_area03 ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 0 65px 0;
}
@media screen and (max-width: 768px) {
    .image_area03 ul {
        flex-direction: column;
    }
}
.image_area03 ul li:nth-child(1) {
    width: 34.73%;
}
@media screen and (max-width: 768px) {
    .image_area03 ul li:nth-child(1) {
        width: 80%;
        margin: 0 0 0 auto;
    }
}
.image_area03 ul li:nth-child(2) {
    width: 46.045%;
    padding: 8.5vw 0 0 5vw;
}

.sp_image02 {
    width: 74%;
    margin: 50px auto 40px 0;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .sp_image02.sp {
        display: block !important;
    }
}

.image_area04 .img_area {
    margin: 50px auto 80px;
}
@media screen and (max-width: 768px) {
    .image_area04 .img_area {
        width: 100%;
        max-width: 64%;
        margin: 50px 0 40px auto;
    }
}

.image_area05 {
    width: 100%;
}
.image_area05 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
    .image_area05 ul {
        flex-direction: column;
    }
}
.image_area05 ul li:nth-child(1) {
    width: 31.8%;
}
@media screen and (max-width: 768px) {
    .image_area05 ul li:nth-child(1) {
        order: 1;
        width: 100%;
        margin: 0 0 80px 0;
    }
}
.image_area05 ul li:nth-child(2) {
    width: 19.79%;
    padding: 0 0 0 0;
}
@media screen and (max-width: 768px) {
    .image_area05 ul li:nth-child(2) {
        order: 3;
        width: 61.3%;
        margin: 0 0 80px auto;
    }
}
.image_area05 ul li:nth-child(3) {
    width: 28.12%;
    padding: 0 0 0 0;
}
@media screen and (max-width: 768px) {
    .image_area05 ul li:nth-child(3) {
        order: 2;
        width: 82.6%;
        margin: 0 auto 80px 0;
    }
}
.image_area05 ul li:nth-child(4) {
    width: 43.8%;
    padding: 100px 0 0 0;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .image_area05 ul li:nth-child(4) {
        order: 4;
        width: 91.4%;
        padding: 0;
    }
}

/* philosophy02 */
.philosophy02 {
    padding: 120px 0 0 0;
    background: url(../concept/img/bg02.jpg) no-repeat center top;
    background-size: cover;
    color: #FFFAF0 !important;
}
@media screen and (max-width: 768px) {
    .philosophy02 {
        padding: 80px 0 0 0;
    }
}
.philosophy02 .sttl_f28_vt {
    color: #FFFAF0;
}
.philosophy02 .black_sec {
    margin-top: 120px;
    background: url(../location/img/bg02.jpg) no-repeat top center;
    background-size: cover;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .philosophy02 .black_sec {
        margin-top: 80px;
    }
}
.philosophy02 .black_sec .inner {
    padding: 61px 0 62px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .philosophy02 .black_sec .inner {
        padding: 24px 0 7px;
    }
}
.philosophy02 .black_sec h3.sttl_f25 {
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .philosophy02 .black_sec h3.sttl_f25 {
        text-align: center;
        margin-bottom: 20px;
    }
}
.philosophy02 .black_sec .__text {
    position: absolute;
    top: 61px;
    left: 0;
}
@media screen and (max-width: 768px) {
    .philosophy02 .black_sec .__text {
        position: static;
        margin-bottom: 20px;
        text-align: center;
    }
}
.philosophy02 .black_sec .__img {
    width: 61.2%;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .philosophy02 .black_sec .__img {
        width: 100%;
        margin-left: 0;
    }
}
.philosophy02 .black_sec .__img .cap {
    text-align: right;
}

/* philosophy03 */
.philosophy03 {
    padding: 120px 0 116px 0;
    background: url(../concept/img/bg01.jpg) no-repeat center top;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .philosophy03 {
        padding: 80px 0 60px;
    }
}
.philosophy03 .philosophy_list {
    max-width: 860px;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 5%;
}
@media screen and (max-width: 768px) {
    .philosophy03 .philosophy_list {
        flex-direction: column;
    }
}
.philosophy03 .philosophy_list li {
    width: 29.2%;
}
@media screen and (max-width: 768px) {
    .philosophy03 .philosophy_list li {
        width: 74.6%;
        margin: 0 auto 50px;
    }
}
.philosophy03 .philosophy_list li:last-child {
    margin: 0 auto 0px;
}
.philosophy03 .philosophy_list .item_ttl {
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .philosophy03 .philosophy_list .item_ttl {
        margin-bottom: 16px;
    }
}
.philosophy03 .philosophy_list .item_desc {
    line-height: 2.1;
    text-align: left;
}

/*============================
#value_sec
============================*/
#value_sec {
    background: url(../concept/img/bg03.jpg) no-repeat center top;
    background-size: cover;
    color: #FFFAF0;
    padding: 140px 0 200px;
}
@media screen and (max-width: 768px) {
    #value_sec {
        padding: 80px 0;
    }
}
#value_sec .sttl_f28_vt {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    margin: 0 auto 120px;
    text-orientation: upright;
    color: #FFFAF0;
}
@media screen and (max-width: 768px) {
    #value_sec .sttl_f28_vt {
        margin: 0 auto 40px;
    }
}
#value_sec .menulist {
    display: flex;
    flex-wrap: wrap;
    gap: 10%;
    max-width: 720px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    #value_sec .menulist {
        flex-direction: column;
    }
}
#value_sec .menulist li {
    width: 45%;
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
    #value_sec .menulist li {
        width: 72%;
        margin: 0 auto 70px;
    }
}
#value_sec .menulist .menu_num {
    text-align: center;
    margin: 0 0 8px 0;
    font-family: "Caudex", serif;
}
#value_sec .menulist .menu_lead {
    text-align: center;
    margin: 0 0 25px 0;
    font-size: 2rem;
    line-height: 1.61;
}
@media screen and (max-width: 768px) {
    #value_sec .menulist .menu_lead {
        font-size: 1.7rem;
    }
}
#value_sec .menulist .menu_ttl {
    max-width: 270px;
    margin: 0 auto 15px;
    opacity: 0.5;
}
@media screen and (max-width: 768px) {
    #value_sec .menulist .menu_ttl {
        margin: 0 auto 8px;
    }
}
#value_sec .menulist .menu_ttl .en {
    margin: 0 0 8px 0;
    font-family: "Caudex", serif;
}
@media screen and (max-width: 768px) {
    #value_sec .menulist .menu_ttl .en {
        margin: 0 0 4px 0;
    }
}
#value_sec .menulist .menu_ttl .jp {
    font-size: 1.3rem;
}
#value_sec .menulist .cmn_btn01 {
    max-width: 270px;
    margin: 0 auto;
}
#value_sec .menulist .cmn_btn01 a {
    width: 100%;
    max-width: 100%;
}
/*# sourceMappingURL=concept.css.map */