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

/* common */

.beige {
    background-color: #F5F5F0;
}


/* page-title */

.pagetitle-wrap {
    position: relative;
    width: 100%;
    max-height: 180px;
}

.pagetitle__bg {
    position: relative;
    width: 100%;
    max-height: 180px;
}
.pagetitle__bg img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.pagetitle-wrap__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
}

.page-title {
    padding: 30px 0 0;
}
.page-title__en {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    display: block;
    margin-bottom: 10px;
}
.page-title__jp {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    display: block;
}


/* page-title house */

.triangle {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50vw 120px 50vw;
    border-color: transparent transparent #fff transparent;
}
  
.pagetitle-wrap__inner-house {
    margin: -70px auto 0;
    text-align: center;
}

.pagetitle-wrap__inner-house .page-title {
    padding: 30px 0 0;
    mix-blend-mode: multiply;
}

.pagetitle-wrap__inner-house .page-title__en {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 15px;
    color: #EB831B;
}

.pagetitle-wrap__inner-house .page-title__en::before,
.pagetitle-wrap__inner-house .page-title__en::after {
	content: '';
	width: 2px;
	height: 35px;
	background-color: #EB831B;
}

.pagetitle-wrap__inner-house .page-title__en::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.pagetitle-wrap__inner-house .page-title__en::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.pagetitle-wrap__inner-house .page-title__jp {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    display: block;
}

.under {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    padding-bottom: 5px;
    background: linear-gradient(transparent 50%, #FFC993 50%);
  }


/* page-contents */

.page-contents {
    width: 100%;
}

.page-contents__inner {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    padding: 90px 0 40px;
    text-align: center;
}

.page-intro {
    font-weight: bold;
    margin-bottom: 40px;
}


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

    .pagetitle__bg {
        max-height: 110px;
    }
    .pagetitle__bg img{
        height: 110px;
    }

    .page-title {
        padding: 20px 0 0;
    }

    .triangle {
        position: absolute;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 50vw 80px 50vw;
        border-color: transparent transparent #fff transparent;
    }

    .pagetitle-wrap__inner-house .page-title {
        padding: 70px 0 0;
    }
    .pagetitle-wrap__inner-house .page-title__jp {
        font-size: 24px;
    }
    
    .page-intro {
        text-align: left;
    }

    .page-contents__inner {
        padding: 60px 0 40px;
    }

}


/* works-list */

.works-list {
    width: 100%;
    margin: 0 auto 40px;
}

.works-item {
    width: calc(100% / 3 - 30px);
    margin: 0 15px 40px;
    text-align: center;
    background-color: #fff;
}

.works-item-cat {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 15px 5px;
}
.works-item-cat .cat {
    padding: 3px 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #EB831B;
}
.works-item-cat .cat:not(:last-child) {
	margin-right: 10px;
}

.works-item-img {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
}
.works-item-img img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.works-item-title {
    width: 90%;
    margin: auto;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 15px;
}
.works-item-text {
    width: 90%;
    margin: 0 auto;
    text-align: left;
	padding: 10px 0 20px;
    border-top: 1px solid #333;
}

/*reformworks*/

.reformworks-tag__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.reformworks-tag__item {
    font-size: 16px;
    font-weight: bold;
    margin: 0 8px 15px;
}
.reformworks-tag__item a{
    color: #fff;
    padding: 7px 10px;
    background-color: #3D1F1F;
}

.reformworks .works-item-img {
    margin-bottom: 0px;
}

.reformworks .works-item-title-wrap {
    position: relative;
    width: 100%;
    padding-top: 20px;
    height: 70px;
    background-color: #fff;
    border-bottom: 2px dotted #BFBFBF;
}
.reformworks .works-item-title {
    position: absolute;
    border-bottom: none;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:90%;
    padding-bottom: 0;
}

.reformworks-sec__item-title {
    position: relative;
    width: 100%;
    padding-top: 20px;
    margin-top: -20px;
    height: 70px;
}
.reformworks-sec__item-title .orderhouse-sec__item-title {
    position: absolute;
    border-bottom: none;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:90%;
    padding-bottom: 0;
	font-size: 18px;
}


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

    .works-item {
        width: 100%;
        margin: 0 15px 40px;
        text-align: center;
        background-color: #fff;
    }

}


/* works 共通 */

/* works-sec */

.works-sec {
    width: 100%;
}

.works-sec__contents {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 80px;
    text-align: center;
    background-color: #F5F5F0;
}

.works-sec__list {
    width: 1024px;
    max-width: 90%;
    margin: 0 auto 80px;
}

/* 事例3つ並び */

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

.works-sec__item {
    margin: 0 15px;
    text-align: center;
    background-color: #fff;
}
.works-sec__item-img {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
}
.works-sec__item-img img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.works-sec__item-title {
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
}
.works-sec__item-text {
    width: 90%;
    text-align: left;
    border-top: 1px solid #333;
	margin: 10px auto 0;
	padding: 10px 0 20px;
}

/* 事例最初の１件 */

.works-sec__item-first {
    position: relative;
    width: 1000px;
    max-width: 90%;
    margin: 0 auto 70px;
    height: 350px;
    text-align: left;
}
.works-sec__item-first__left {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 40%;
    padding: 30px;
    background-color: #fff;
    z-index: 10;
}
.works-sec__item-first__left .works-sec__item-title{
    font-size: 26px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.works-sec__item-first__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
}
.works-sec__item-first__right .works-sec__item-img {
    width: 100%;
    height: 350px;
}
.works-sec__item-first__right .works-sec__item-img img{
    width: 100%;
    max-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: 800px) {

    .works-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%);
    }

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

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


/* 事例3つ並び */

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

/* 事例最初の１件 */

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

    .works-sec__item-first__right {
        position: static;
        width: 100%;
        order: 1;
    }

}

/* workssingle */

.workssingle-tag__list {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.workssingle-tag__item {
    padding: 5px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #3D1F1F;
    background-color: #fff;
    margin: 0 8px 15px;
    border: 2px solid #3D1F1F;
}
.workssingle-tag__item a{
    color: #fff;
}

.workssingle-overview {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 40px;
    text-align: left;
}

.workssingle-overview dl{
	display: flex;
	align-items: center;
	border-bottom: 2px solid #E3E3E3;
	margin-bottom: 0;
	padding: 10px 0;
}

.workssingle-overview dl:last-child{
	border-bottom: none;
}

.workssingle-overview dl dt{
	width: 20%;
	font-size: 17px;
	font-weight: bold;
	padding-left: 10px;
}

.workssingle-overview dl dd{
	width: 80%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 32px;
    color: #414141;
}

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

    .workssingle-overview dl dt{
        width: 27%;
        font-size: 14px;
        font-weight: bold;
        padding-left: 10px;
    }
    
    .workssingle-overview dl dd{
        width: 73%;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0;
        line-height: 32px;
        color: #414141;
    }

}


/* orderhouse */

.orderhouse-title {
    text-align: center;
    margin-bottom: 40px;
}
.orderhouse-title__name {
    position: relative;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 40px;
}
.orderhouse-title__name::before {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 50px;
    height: 1px;
    background-color: #333;
}
.orderhouse-title__place {
    font-size: 18px;
    font-weight: bold;
}

.orderhouse-comment {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    line-height: 2.2rem;
    margin-bottom: 60px;
}


/* flow */

.flow-list {
    width: 100%;
    margin: 40px auto -100px;
    background: linear-gradient(90deg, #fff 0%, #fff 49.9%, #EB831B 50%, #fff 50.1%, #fff 100%);
}

.flow-item {
    position: relative;
    width: 100%;
    margin-bottom: 120px;
    padding: 40px;
    background-color: #F5F5F0;
    box-sizing: border-box;
}

.flow-item__number {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 110px;
    height: 55px;
    border-radius: 55px 55px 0 0;
    background: #F5F5F0;
}

.flow-item__number p {
    position: relative;
}
.flow-item__number span {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    padding: 0 0 7px;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: #EB831B;
    border-bottom: 3px solid #EB831B;
}

.flow-item__comment {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 15px;
    color: #EB831B;
}

.flow-item__comment::before,
.flow-item__comment:after {
	content: '';
	width: 2px;
	height: 20px;
	background-color: #EB831B;
}

.flow-item__comment::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.flow-item__comment::after {
	margin-left: 20px;
	transform: rotate(35deg)
}

.flow-item__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.flow-item__text {
    font-size: 15px;
}


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

    .flow-list {
        background: linear-gradient(90deg, #fff 0%, #fff 49.8%, #EB831B 50%, #fff 50.2%, #fff 100%);
    }

    .flow-item {
        margin-bottom: 90px;
        padding: 20px;
    }

    .flow-item__number {
        position: absolute;
        top: -40px;
        left: 0;
        right: 0;
        margin: auto;
        display: inline-block;
        width: 100px;
        height: 40px;
        border-radius: 55px 55px 0 0;
        background: #F5F5F0;
    }
    .flow-item__number span {
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        margin: auto;
        width: 35px;
        padding: 0 0 5px;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 0.1rem;
        color: #EB831B;
        border-bottom: 3px solid #EB831B;
    }

    .flow-item__comment {
        font-size: 14px;
        line-height: 1.3rem;
        margin: 10px 0 20px;
    }
    .flow-item__comment::before,
    .flow-item__comment:after {
        content: '';
        width: 1px;
        height: 30px;
        background-color: #EB831B;
    }
    .flow-item__text {
        text-align: left;
    }

}


/* reform */

/* reformmenu */

.reformmenu-sec {
    margin: 100px 0 80px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: #F5F5F0;
}

.reformmenu-sec__inner {
    position: relative;
    width: 1024px;
    max-width: 90%;
    margin: 0 auto;
    padding: 110px 0 60px;
    background-color: #F5F5F0;
}

.reformmenu-sec__inner h2 {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
}

.reformmenu-sec__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.reformmenu-sec__item {
    width: calc(100% / 2 - 30px);
    max-height: 280px;
    display: flex;
    margin-bottom: 30px;
    text-align: left;
}
.reformmenu-sec__item:nth-child(2n) {
    margin-left: 30px;
}

.reformmenu-sec__item-img {
    width: 45%;
    background-color: #fff;
}

.reformmenu-sec__item-img img{
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.reformmenu-sec__item-contents {
    width: 55%;
    padding: 30px;
    background-color: #fff;
}

.reformmenu-sec__item-title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #BFBFBF;
}

.reformmenu-lineup__list {
    width: 100%;
}

.reformmenu-lineup__item {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
    font-weight: bold;
}
.reformmenu-lineup__item::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '■';
    font-size: 1em;
    font-weight: 800;
    color: #EB831B;
   }


/* reformbrand */

.reformbrand-sec {
    width: 100%;
    margin: 0 0 70px;
}
.reformbrand-sec__inner {
    width: 1024px;
    max-width: 90%;
    margin: 0 auto;
}
.reformbrand-sec__inner h2 {
    margin-bottom: 30px;
}

.reformbrand-sec__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}
.reformbrand-sec__item {
    width: 250px;
    max-height: 45px;
    display: inline-block;
    margin: 0 0 30px 30px;
}
.reformbrand-sec__item img{
    width: 100%;
    height: 45px;
    object-fit: contain;
}

.reformbrand-sec__attention {
    font-weight: bold;
    text-align: right;
}


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

    .reformmenu-sec__item {
        width: 100%;
        height: auto;
        max-height: 100%;
        flex-wrap: wrap;
    }
    .reformmenu-sec__item:nth-child(2n) {
        margin-left: 0;
    }

    .reformmenu-sec__item-img {
        width: 100%;
    }
    .reformmenu-sec__item-img img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .reformmenu-sec__item-contents {
        width: 75%;
        margin: -20px auto 0;
        padding: 20px 30px;
        background-color: #fff;
    }

    .reformmenu-sec__item-title {
        font-size: 20px;
    }


.reformbrand-sec__inner {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
}

    .reformbrand-sec__item {
        width: calc(100% / 2 - 30px);
        max-height: 30px;
        margin: 0 0 20px 0;
    }
    .reformbrand-sec__item:nth-child(2n) {
        margin: 0 0 20px 20px;
    }
    .reformbrand-sec__item img{
        height: 30px;
    }
    .reformbrand-sec__attention {
        text-align: center;
    }

}


/* reformsingle */

.reform-title {
    text-align: center;
    margin: 0 auto 40px;
}
.reform-title__name {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 40px;
}
.reform-title__name::before {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 50px;
    height: 1px;
    background-color: #333;
}
.reform-title__cat {
    font-size: 18px;
    font-weight: bold;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #E5E5E5;
}
.reform-title p:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.reform-comment {
	  width: 800px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    line-height: 2.2rem;
    margin-bottom: 60px;
}

.reformbefore-title {
    text-align: left;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 30px;
}

.reformbefore-gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.reformbefore-img {
    width: calc(100% / 5 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    list-style:none;
    aspect-ratio: 1 / 1;
}
.reformbefore-img:nth-child(5n) {
    margin-right: 0px;
}
.reformbefore-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}


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

    .reform-title {
        text-align: center;
        margin: 0 auto 40px;
    }
    .reform-title__name {
        position: relative;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 0.1rem;
        margin-bottom: 40px;
    }
    .reform-title__name::before {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        margin: auto;
        content: '';
        width: 50px;
        height: 1px;
        background-color: #333;
    }
    
    
    .reform-comment {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        font-size: 15px;
        line-height: 2.2rem;
        margin-bottom: 60px;
    }
    
    .reformbefore-title {
        text-align: left;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0.1rem;
        margin-bottom: 30px;
    }
    
    .reformbefore-gallery {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 70px;
    }
    
    .reformbefore-img {
        width: calc(100% / 3 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        list-style:none;
        aspect-ratio: 1 / 1;
    }
    .reformbefore-img:nth-child(3n) {
        margin-right: 0px;
    }
    .reformbefore-img:nth-child(5n) {
        margin-right: 10px;
    }
    .reformbefore-img img{
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 1 / 1;
    }


}


/* company */

/* companyintro */

.companyintro-sec {
    width: 100vw;
    height: 320px;
    margin-top: -120px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 80px 0 300px;
    background-image: url(../images/company/img-companyintro.svg);
    background-position: top 0 right 0;
    background-size: 55%;
    background-repeat: no-repeat;
}
.companyintro-sec__inner {
    position: relative;
    width: 1024px;
    max-width: 90%;
    margin: 0 auto;
    text-align: left;
}

.companyintro-contents {
    position: absolute;
    top:80px;
    width: 45%;
}

.companyintro-sec__title {
    font-size: 26px;
    font-weight: bold;
    padding: 0x 0 15px;
    margin-bottom: 30px;
    display: inline-block;
    border-bottom: 1px solid #333;
}
.companyintro-sec__text {
    width: 100%;
    text-align: left;
}


/* companyprofile */

.companyprofile-sec {
    background-color: #F5F5F0;
    margin-bottom: 100px;
}
.companyprofile-sec__inner {
    position: relative;
    padding: 120px 0 70px;
}

.companyprofile-sec  h2{
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
}

.company-profile {
    width: 800px;
    max-width: 90%;
    margin: 0 auto 40px;
    text-align: left;
}

.company-profile dl{
	display: flex;
	align-items: center;
	border-bottom: 2px solid #E3E3E3;
	margin-bottom: 0;
	padding: 20px 0;
}

.company-profile dl:last-child{
	border-bottom: none;
}

.company-profile dl dt{
	width: 25%;
	font-size: 17px;
	font-weight: bold;
	padding-left: 10px;
}

.company-profile dl dd{
	width: 75%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 32px;
    color: #414141;
}

.company-gallery__list {
    width: 1024px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.company-gallery__item {
    width: calc(100% / 3 - 20px);
}
.company-gallery__item:not(:last-child) {
    margin-right: 20px;
}

.company-gallery__item-img {
    width: 100%;
    margin-bottom: 10px;
}
.company-gallery__item-title {
    font-size: 16px;
    font-weight: bold;
}



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

    .companyintro-sec {
        padding: 80px 0 200px;
    }
    

}

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

    .companyintro-sec {
        background-size: 65%;
    }

}

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

    .companyintro-sec {
        width: 100vw;
        height: auto;
        margin-top: -50px;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding: 80px 0 90px;
        background-image: url(../images/company/img-companyintro_sp.svg);
        background-position: top 0 right 0;
        background-size: 80%;
        background-repeat: no-repeat;
    }
    .companyintro-sec__inner {
        position: relative;
        width: 1024px;
        max-width: 90%;
        margin: 0 auto;
        text-align: left;
    }
    
    .companyintro-contents {
        position: static;
        width: 60%;
        padding-top: 290px;
    }
}


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

    .companyintro-sec {
        width: 100vw;
        height: auto;
        margin-top: -50px;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding: 80px 0 90px;
        background-image: url(../images/company/img-companyintro_sp.svg);
        background-position: top 0 left 0;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    
    .companyintro-contents {
        width: 100%;
    }

    .companyprofile-sec {
        background-color: #F5F5F0;
        margin-bottom: 80px;
    }
    .companyprofile-sec__inner {
        position: relative;
        padding: 80px 0 20px;
    }

    .company-gallery__item {
        width: 100%;
        margin-bottom: 20px;
    }
    .company-gallery__item:not(:last-child) {
        margin-right: 0px;
    }


}

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

    .companyintro-contents {
        padding-top: 250px;
    }

    .company-profile dl {
        display: flex;
        align-items: center;
        border-bottom: 2px solid #E3E3E3;
        margin-bottom: 0;
        padding: 12px 0;
    }

    .company-profile dl dt {
        width: 27%;
        font-size: 14px;
        font-weight: bold;
        padding-left: 0px;
    }

    .company-profile dl dd {
        width: 75%;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0;
        line-height: 25px;
        color: #414141;
    }
}


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

    .companyintro-contents {
        padding-top: 180px;
    }
}


/* news */

.news-list {
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
}
.news-item {
    width: 100%;
    text-align: left;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.news-item a{
	display: block;
}
.news-item:not(:last-child) {
    border-bottom: 1px solid #BFBFBF;
}

.news-item__date {
    font-weight: bold;
    color: #EB831B;
    margin-bottom: 7px;
}
.news-item__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
	transition: .3s ease-in-out;
}

.news-item a:hover .news-item__title {
	color:#EB831B;
}


/* news-single */

.news-article {
    width: 800px;
    max-width: 90%;
    margin: 0 auto 60px;
    text-align: left;
}

.news-article__date {
    font-weight: bold;
    color: #EB831B;
    margin-bottom: 10px;
}
.news-article__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.news-article__text div:not(:last-child) {
	margin-bottom: 20px;
}
.news-article__img img{
	width: 100%;
	height: auto;
}

/* consultation */

.consultationintro-sec__title {
    position: relative;
    width: 600px;
    max-width: 90%;
    margin: 0 auto 40px;
}
.consultationintro-sec__title::before{
    position: absolute;
    top: -30px;
    left: -170px;
    display: inline-block;
    content: url(../images/consultation/img-consultation_obj01.svg);
}
.consultationintro-sec__title::after{
    position: absolute;
    bottom: -70px;
    right: -170px;
    display: inline-block;
    content: url(../images/consultation/img-consultation_obj02.svg);
}

.consultationintro-sec__list {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.consultationintro-sec__item {
    font-size: 22px;
    font-weight: bold;
    padding: 7px 20px;
    color: #EB831B;
    border: 2px solid #EB831B;
}

.consultationintro-sec__item:first-child{
    margin-right: 15px;
}

.consultationintro-sec__img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #F5F5F0 50%, #F5F5F0 100%);
}
.consultationintro-sec__img-thumb {
    position: relative;
    width: 1034px;
    max-width: 100%;
    margin: 0 auto;
}
.consultationintro-sec__img-thumb::before {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto;
    content: url(../images/consultation/img-consultationintro-sec_obj.svg);
}


/* consultationcontents */

.consultationcontents-sec {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 60px 0 100px;
    background-color: #F5F5F0;
}

.consultationcontents-sec__inner {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
}

.consultationcontents-sec__question {
    width: 1024px;
    max-width: 90%;
    margin: 0 auto 80px;
}

.consultationquestion-title {
    width: 100%;
    mix-blend-mode: multiply;
    margin-bottom: 40px;
}

.consultationquestion-title__en {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #EB831B;
    margin: -80px 0 20px;
}
.consultationquestion-title__jp {
    font-size: 24px;
    font-weight: bold;
}

.consultationquestion_sp-img {display: none;}
.consultationquestion_pc-img {display: block;}

@media screen and (max-width: 600px) {
.consultationquestion_sp-img {display: block;}
.consultationquestion_pc-img {display: none;}
}

.consultationcontents-sec__question img{
    width: 100%;
}

.consultationcontents-sec__voice {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
.consultationcontents-sec__voice-thumb {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.consultationcontents-sec__voice-thumb img {
    width: 100%;
}

.consultationcontents-sec__voice-thumb::before{
    position: absolute;
    top: 30px;
    left: -200px;
    opacity: 0.5;
    transform: scale(1.8, 1.8);
    content: url(../images/consultation/img-consultation_obj01.svg);
}
.consultationcontents-sec__voice-thumb::after{
    position: absolute;
    bottom: 0px;
    right: -200px;
    opacity: 0.5;
    transform: scale(1.8, 1.8);
    content: url(../images/consultation/img-consultation_obj02.svg);
}

/* reserve */

.consultationreserve-sec {
    width: 100%;
}

.consultationreserve-title__contents {
    width: 100vw;
    padding: 0 24px 0 20px;
	 box-sizing: border-box;
    margin: 0 calc(50% - 50vw) 100px;
    background: linear-gradient(180deg, #F5F5F0 0%, #F5F5F0 75%, #fff 75%, #fff 100%);
}

.consultationreserve-title {
    width: 100%;
    margin: 0 auto 30px;
}
.consultationreserve-title__en {
    display: block;
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 0.2rem;
    color: #EB831B;
    margin: 0 0 30px;
}
.consultationreserve-title__jp {
    font-size: 24px;
    font-weight: bold;
}

.consultationreserve-comment{
    position:relative;
    width:500px;
    max-width: 90%;
    background:#FFFFFF;
    margin: 0 auto;
    padding:10px;
    text-align:center;
    color:#333333;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #C6C6C6;
}
.consultationreserve-comment:after,.consultationreserve-comment:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:75%;
}
.consultationreserve-comment:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FFFFFF;
}
.consultationreserve-comment:before{
    border-color: rgba(198, 198, 198, 0);
    border-top-width:11px;
    border-bottom-width:11px;
    border-left-width:11px;
    border-right-width:11px;
    margin-left: -11px;
    margin-top: 1px;
    border-top-color:#C6C6C6;
}

.consultationrequest-title {
    width: 1024px;
    max-width: 90%;
    margin: 50px auto 80px;
}
.consultationrequest-title__en {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.2rem;
    color: #EB831B;
    margin: 0 0 30px;
}
.consultationrequest-title__jp {
    font-size: 35px;
    font-weight: bold;
}


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

    .consultationintro-title .page-intro {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
	
	.consultationintro-sec__img-thumb::before {
    content: none;
}

    .consultationintro-sec__title::before{
        position: absolute;
        top: -110px;
        left: -100px;
        content: url(../images/consultation/img-consultation_obj01.svg);
    }
    .consultationintro-sec__title::after{
        position: absolute;
        bottom: -130px;
        right: -120px;
        content: url(../images/consultation/img-consultation_obj02.svg);
    }

    .consultationintro-sec__item {
        font-size: 18px;
        padding: 5px 20px;
    }
	
	.consultationcontents-sec {
    padding: 60px 0 50px;
}
	
	.consultationquestion-title {
    margin-bottom: 20px;
}
	.consultationquestion-title__jp {
		font-size: 18px;
	}
	.consultationquestion-title__en {
    margin: -60px 0 10px;
}
	.consultationcontents-sec__question {
    margin: 0 auto 20px;
}
	
	.consultationcontents-sec__question .question-img{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

    .consultationcontents-sec__voice-thumb {
        width: 100%;
    }
	
	.consultationreserve-title__contents {
    margin: 0 calc(50% - 50vw) 20px;
    background: linear-gradient(180deg, #F5F5F0 0%, #F5F5F0 75%, #fff 75%, #fff 100%);
}
	
	.consultationreserve-title__en {
    font-size: 40px;
    margin: 0px 0 15px;
}
	.consultationreserve-title__jp {
    font-size: 18px;
}
	
	.consultationreserve-comment {
		width: 80%;
    font-size: 15px;
}
	.consultationrequest-title__en {
    margin: 0 0 15px;
}
	.consultationrequest-title__jp {
    font-size: 26px;
}
	.consultationrequest-title {
    margin: 40px auto 40px;
}

}

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

    .consultationintro-title .page-intro {
        text-align: center;
    }

    .consultationintro-sec__title::before{
        top: -110px;
        left: -130px;
    }
    .consultationintro-sec__title::after{
        bottom: -130px;
        right: -120px;
    }
    
}

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

    .consultationintro-title .page-intro {
        text-align: center;
    }

    .consultationintro-sec__title::before{
        content: none;
    }
    .consultationintro-sec__title::after{
        content: none;
    }
    
}