@charset "UTF-8";
/* CSS Document */


/* トップページ */

/* about-sec */

.about-sec {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background-color: #F5F5F0;
}
.about-sec__inner {
    width: 	90%;
    margin: 0 auto;
    justify-content: space-between;
}

.about-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 300px solid #fff;
    border-right: 300px solid transparent;
}

.about-sec__title-wrap {
    width: 120px;
}
.about-sec__contents-wrap {
    width: calc(100% - 120px);
    text-align: center;
}

.about-sec__title {
    text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
    line-height: 3rem;
    mix-blend-mode: multiply;
}
.about-sec__title-jp {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.2rem;
}
.about-sec__title-en {
    font-size: 65px;
    font-weight: 900;
    letter-spacing: 0.3rem;
    display: block;
    color: #fff;
    -webkit-text-stroke: 1.5px #333;
    text-stroke: 1px #F333;
}

.about-sec__contents-title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.3rem;
    margin-bottom: 30px;;
}
.about-sec__contents-text {
    margin-bottom: 60px;
}

.about-sec__list {
    width: 100%;
}

.about-sec__item {
    width: calc(100% / 3 - 40px);
    margin: 0 20px;
    text-align: left;
}
.about-sec__item-img {
    width: 100%;
    margin-bottom: 20px;
}
.about-sec__item-title {
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0 10px 20px ;
    border-left: 1px solid #BFBFBF;
}
.about-sec__item-text {
    font-size: 15px;
    padding-left: 20px;
    border-left: 1px solid #BFBFBF;
}

.about-sec__list .item02 {
    margin-top: 50px;
}
.about-sec__list .item03 {
    margin-top: 100px;
}


@media screen and (max-width: 800px) {

    .about-sec {
        position: relative;
        width: 100%;
        padding: 30px 0;
        background-color: #F5F5F0;
    }
    .about-sec__inner {
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
    }

    .about-sec::before {
        border-top: 150px solid #fff;
        border-right: 150px solid transparent;
    }

    .about-sec__title-wrap {
        width: 100%;
    }
    .about-sec__contents-wrap {
        width: 100%;
        text-align: center;
    }
    
    .about-sec__title {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 30px auto 40px;
        text-align: center;
        -ms-writing-mode: lr-tb;
        writing-mode:horizontal-tb;
    }
    .about-sec__title-jp {
        width: 100%;
        text-align: center;
        order: 2;
    }
    .about-sec__title-en {
        width: 100%;
        text-align: center;
        flex-direction: column-reverse;
        margin-bottom: 10px;
        order: 1;
    }

    .about-sec__contents-title {
        font-size: 18px;
        letter-spacing: 0.2rem;
    }
    .about-sec__contents-text {
        text-align: center;
    }
	.about-sec__contents-text .sp_none {
		display: block;
	}

    .about-sec__item {
        width: 100%;
        margin: 0 0 50px;
        text-align: left;
    }
    .about-sec__item-title {
        font-size: 18px;
    }

    .about-sec__list .item02 {
        margin-top: 0;
    }
    .about-sec__list .item03 {
        margin-top: 0;
    }

}

@media screen and (max-width: 680px) {
	
	.about-sec__contents-text {
        text-align: left;
    }
	
	.about-sec__contents-text .sp_none {
		display: none;
	}
	
}


/* news-sec */

.news-sec {
    width: 100%;
    padding: 70px 0;
    background-color: #FAFAFA;
}
.news-sec__inner {
    width: 1240px;
    max-width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}

.news-sec__left-wrap {
    width: 50%;
}
.news-sec__right-wrap {
    width: calc(50% - 40px);
}

.news-sec__title {
    margin-bottom: 20px;
}
.news-sec__title-jp {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.news-sec__title-en {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 0px;
    color: #fff;
    -webkit-text-stroke: 1.5px #333;
    text-stroke: 1px #F333;
}

.news-sec__list {
    margin-bottom: 30px;
}
.news-sec__item {
    padding: 10px 0;
    text-align: left;
}
.news-sec__item:not(:last-child) {
    border-bottom: 1px solid #BFBFBF;
}
.news-sec__item a:hover .news-sec__item-title{
    color: #EB831B;
}

.news-sec__item-date {
    display: inline;
    margin-right: 30px;
    color: #969696;
}
.news-sec__item-title {
    display: inline;
    font-weight: bold;
	    transition: .3s ease-in-out;
}


@media screen and (max-width: 900px) {
    

    .news-sec {
        width: 100%;
        padding: 60px 0 240px;
        text-align: center;
    }

    .news-sec__left-wrap {
        width: 100%;
        order: 2;
        position: relative;
    }
    .news-sec__right-wrap {
        width: 100%;
        order: 1;
    }

    .news-sec__title-jp {
        margin-bottom: 5px;
    }

    .news-sec__item-date {
        width: 100%;
        display: block;
    }

    .news-sec__item-img {
        position: absolute;
        left: 0;
        width: 50%;
        max-width: 500px;
        height: 180px;
        margin: 60px 0;
    }
    .news-sec__item-img img{
        width: 100vw;
        max-width: 500px;
        margin-left: calc(50% - 50vw);
        height: 180px;
        object-fit: cover;
    }
    

}


/* orderhouse-sec */

.orderhouse-sec {
    width: 100%;
    padding: 80px 0;
}

.orderhouse-sec__contents {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
    background-color: #F5F5F0;
    background: linear-gradient(90deg, #F5F5F0 0%, #F5F5F0 90%, #fff 90%, #fff 100%);
}

.orderhouse-sec__text {
    margin-bottom: 60px;
}

.orderhouse-sec__list {
    width: 100%;
    max-width: 1000px;
	 padding: 0 20px;
    margin: 0 auto 80px;
}

/* 事例3つ並び */

.orderhouse-sec__item {
    position: static;
    width: calc(100% / 3 - 30px);
}

.orderhouse-sec__item {
    margin: 0 15px;
    text-align: center;
    background-color: #fff;
}
.orderhouse-sec__item-img {
    width: 100%;
    height:220px;
    margin-bottom: 20px;
}
.orderhouse-sec__item-img img{
    width: 100%;
    height: 220px;
	object-fit: cover;
}

.orderhouse-sec__item-title {
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.orderhouse-sec__item-text {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    padding: 15px 0 20px;
    line-height: 1.5rem;
    border-top: 1px #333 solid;
}

/* 事例最初の１件 */

.orderhouse-sec__item-first{
    position: relative;
    width: 1000px;
    max-width: 90%;
    margin: 0 auto 70px;
    height: 350px;
    text-align: left;
}
.orderhouse-sec__item-first__left {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 40%;
    z-index: 10;
	 padding: 30px;
    background-color: #fff;
}
.orderhouse-sec__item-first__left .orderhouse-sec__item-title{
    font-size: 22px;
}
.orderhouse-sec__item-first__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
}
.orderhouse-sec__item-first__right .orderhouse-sec__item-img{
    width: 100%;
    min-height: 350px;
    height: 350px;
}
.orderhouse-sec__item-first__right .orderhouse-sec__item-img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.more-btn__solid {
    width: auto;
    float: right;
    font-weight: bold;
    letter-spacing: 0.1rem;
    border-bottom: 1px solid #333;
}


@media screen and (max-width: 1300px) {

    .orderhouse-sec__contents {
        width: 100%;
        margin: 0 auto;
        padding: 40px 0 70px;
        text-align: center;
        background-color: #F5F5F0;
        background: linear-gradient(90deg, #F5F5F0 0%, #F5F5F0 90%, #fff 90%, #fff 100%);
    }

    .orderhouse-sec__contents {
        background-color: #F5F5F0;
        background: #F5F5F0;
    }


}


@media screen and (max-width: 800px) {

    .orderhouse-sec__text {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    
    .orderhouse-sec__list {
        width: 1000px;
        max-width: 100%;
        margin: 0 auto 40px;
		padding: 0 ;
    }

	
@media screen and (max-width: 680px) {
	
    .orderhouse-sec__text {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 40px;
		text-align:left;
    }
	
	}

/* 事例3つ並び */

    .orderhouse-sec__item {
        position: static;
        width: 100%;
    }
    

/* 事例最初の１件 */

    .orderhouse-sec__item-first {
        position: static;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }
    .orderhouse-sec__item-first__left {
        position: static;
        width: 80%;
        margin: -50px auto 0;
        padding: 30px 20px;
        order: 2;
    }

    .orderhouse-sec__item-first__right {
        position: static;
        width: 100%;
        order: 1;
    }
	
	.orderhouse-sec__item-first__right .orderhouse-sec__item-img{
    width: 100%;
    min-height: 200px;
    height: 280px;
}
.orderhouse-sec__item-first__right .orderhouse-sec__item-img img{
    width: 100%;
    height: 280px;
    object-fit: cover;
}

}


/* reform-sec */

.reform-sec {
    width: 100%;
    margin: 0 0 80px;
}
.reform-sec__inner {
    width: 1100px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

.reform-sec__intro {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.reform-sec__intro img {
    width: 100%;
}
.reform-sec__intro-contents {
    position: absolute;
    bottom: 30px;
    width: 60%;
    max-width: 450px;
    padding-bottom: 30px;
    background-color: #fff;
}
.reform-sec__intro-text {
    padding: 30px 30px 15px 20px;
    text-align: left;
}
.reform-sec__intro-contents .more-btn__or{
    float: right;
    padding: 7px 60px;
    max-width: 150px;
}

.reform-sec__title {
    position: relative;
    margin-bottom: 30px;
    text-align: left;
}
.reform-sec__title::after {
    position: absolute;
    right: 0;
    top: 15px;
    background-color: #BFBFBF; /* 横線の色 */
    content: "";
    height: 1px; /* 横線の高さ */
    width: calc(100% - 320px); /* 横線の長さ */
    transition: .3s ease-in-out;
  }
.reform-sec__title-jp {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
} 
.reform-sec__title-en {
    font-size: 20px;
    color: #EB831B;
    font-weight: bold;
}

.reform-sec__list {
    width: 100%;
    margin-bottom: 60px;
    overflow: visible;
}
.reform-sec__item {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
    text-align: left;
}

.reform-sec__item-img {
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
}
.reform-sec__item-img img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.reform-sec__item-title {
    font-size: 17px;
    font-weight: bold;
}


@media screen and (max-width: 800px) {

    .reform-sec {
        margin: 0 0 60px;
    }

    .reform-sec__inner {
        max-width: 100%;
        padding-bottom: 60px;
        background: linear-gradient(180deg, #fff 0%, #fff 20%, #F5F5F0 20%, #F5F5F0 100%);
    }

    .reform-sec__intro {
        position: static;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }
    .reform-sec__intro-img {
        width: 100%;
        height: 165px;
        order: 1;
    }
    .reform-sec__intro-img img{
        width: 100%;
        height: auto;
    }
    .reform-sec__intro-contents {
        position: static;
        width: 90%;
        margin: -40px auto 0;
        max-width: 100%;
        padding-bottom: 30px;
        order: 2;
    }

    .reform-sec__title {
        width: 90%;
        margin: 0 auto 20px;
    }
    .reform-sec__title-jp {
        font-size: 20px;
    }
    .reform-sec__title::after {
        width: calc(100% - 280px);
    }

    .reform-sec__list {
        width: 90%;
        margin: 0 auto 50px;
    }
    .reform-sec__item {
        width: 100%;
    }

}


/* instagram-sec */

.instagram-sec {
    width: 100%;
    box-sizing: border-box;
}
.instagram-sec__inner {
    width: 1240px;
    max-width: 90%;
    margin: 0 auto 80px;
    padding: 50px;
    background-color: #FAFAFA;
    box-sizing: border-box;
}


@media screen and (max-width: 800px) {

    .instagram-sec__inner {
        max-width: 100%;
        margin: 0 auto 20px;
    }

}