:root {
    --deepGreen: #239b73;
    --gradLightGreen: #66cc88;
    --gradDeepGreen: #22b573;
    --fontGreen: #22b573;
    --footerGreen: #9dcea2;
    --backGray: #e6eaed;
    --backGrad: linear-gradient(90deg, #66cc88, #22b573);
    --white: #fff;
}

.contact_cont{
	
}

#page #topics{
	padding: 10px 0 80px;
	width:100%;
}



#page #main .news_block h3{
    margin: 5px 0 !important;
	border-bottom:none;

    padding: 0.2rem 2rem;
}

#page #main .news_block .morelink a{
background: #fff;
    color: #000;
    padding: 0.1rem 1rem;
    font-size: 0.9rem;
    letter-spacing: 1px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 0 0 auto;
    border: 1px solid darkgray;
}

.news_block {
    margin: 12px auto;
    border-radius: 0;
    color: #111;
    padding: 1% 2% 1.5%;
    box-sizing: border-box;
	width:90%;
}

.news_block .date {
    text-align: justify;
    font-size: 1rem;
    font-weight: 400;
    background: var(--backGray);
    padding: 0.2rem 2rem;
}

#page #footer{
	margin:0;
}

.single_cont{
	
}

.page_title{
border-bottom: 1px solid #666;
    padding: 10px 3px;
    margin-bottom: 10px;
	font-size: 1.1rem;
}

#page  .single_cont #main p{
	text-align:justify;	
}



#page #main .privacy p{
text-align: justify;	
	
}
#page #main .page_cont .privacy h3{
	font-size: 1.3rem;
text-align: justify;	
}
#page #main .privacy h4{
text-align: justify;	
	
}

#page #main .privacy ul{
text-align: justify;
	list-style: auto;
    padding-left: 2em;
    text-indent: 0em;
	margin:10px auto 50px;
}
#page #main .privacy ul li{
	text-align: justify;
}




.contact_cont{
	
}

.page_cont article{
	padding:40px 0;
}

#page #main .page_cont h3{
		font-size:1.6rem;
}

#page #main .contact_cont p{
text-align: center;
    padding: 10px 0 20px;
    margin: 0;
}

.company_name{
display: block;
    font-weight: bold;
    font-size: 1.5rem;	
}

.contact_tel{
color: #000;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;	
}

.gray{
    margin: 20px auto;
    background: #eee;
    display: inline-block;
    padding: 1px 5px;	
}

/*家づくり*/

#page #main .main_h2{
	    display: table;
    margin: 0 auto 50px;
    font-size: 230%;
}

#page #main .main_h2 .h2_box{
	display: flex;
    padding: 10px 0;
}

#page #main .main_h2 .h2_box .no{
	    background: #000;
    color: #fff;
    padding: 12px;
    box-sizing: border-box;
}

#page #main .main_h2 .h2_box .text{
	padding: 0px 12px;
}

#page #main .main_h2 .small{
	    font-size: 0.9rem !important;
    display: block;
}

#page #main .catch{
	font-size:1.2rem;
}

#page #main .links-item {
    font-size: 1.5rem;
    font-weight: 700;
}

.iedsukuri_image{
	margin:50px auto;
}



#page #main .point_h2 {

	
    /* height: 200px; */
    width: auto;
    position: relative;
    /* border-left: 1px solid #555; */
    text-align: center;
	position:relative;
    display: table;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: whitesmoke;
    margin-bottom: 50px;
    padding: 6% 2% 3%;
    box-sizing: border-box;	
	
}

#page #main .point_h2 span {
    font-size: 33px;
    font-weight: 800;
    line-height: 1.5;
}

#page #main .point_h2 span::before {
    content: "";
    background-image: url(img/stars.svg);
    position: absolute;
    width: 62px;
    height: 20px;
    top: 30px;
    right: 50%;
    margin-right: -30px;
}


#page #main .page_cont .mission{
    display: flex;
    flex-wrap: wrap;
}

#page #main .page_cont .mission .left{
	    width: 40%;
	padding: 2%;
    box-sizing: border-box;
}

#page #main .page_cont .mission .right{
	    width: 60%;
    padding: 1% 3.5%;
    box-sizing: border-box;
}

#page #main .page_cont .mission .left h3{
	
}

#page #main .page_cont .mission .right h3{
	
}

#page #main .page_cont .mission .left p{
	
}

#page #main .page_cont .mission .right p{
	
}

#page #main .page_cont .mission .left .figure{
	
}

#page #main .page_cont .mission .right .figure{
	
}



/*施工事例一覧*/

.jirei_box{
    display: inline-block;
    width: 46%;
    padding: 1% 1.6%;
    vertical-align: top;
position:relative;

}

.entry-icon-new {
    background: url(img/new_icon.png) no-repeat center;
    position: absolute;
    left: 0;
    font-size: 0;
    top: -15px;
    width: 80px;
    height: 80px;
max-width:25%;
    z-index: 2;
    background-size: contain;
}

.jirei_img{
border:2px solid #111;
border-radius:5px;
}

.jirei_box h3{
    padding: 15px 0 8px;
    border-bottom: 1px solid #111;
}



/*施工事例*/

.jirei_cont,.beige_bg{
background:#f1ecdf;
}

.jirei_cont,.beige_bg{
    padding-bottom: 60px;
}

.jirei_single{
border-radius: 10px;
    background: #fff;
    margin: 50px auto;
    padding: 60px 1.5% 50px;
    display: block;
    box-sizing: border-box;
}

.jirei_no,.information_title{
display:inline-block;
margin:10px auto 25px;
font-style: italic;
}

.jirei_title{
display: block;
    margin: 20px auto;
    font-size: 110%;
    font-weight: bold;
}

.jirei_title:after{
content:url(img/jirei_line.png);
display:block;
margin:30px auto 15px;
}

#page #main .jirei_read{
text-align: center;
    padding: 10px 0 35px!important;
    display: block;
}



    #page #main{
        width: 1080px;
        display: block;
        margin:0 auto;
    }



#page #main .works_h3{
		padding:10px 0 25px;
}

#page #main .works_info{
	padding:40px 0;
}



    .slide_box{
        max-width:800px;
        margin:auto;
    }

    .swiper-container {
        width: 100%;
    }
    .slide {
        height: auto;
    }

    .slider-thumbnail {
        height: auto;
    }

    .swiper-wrapper .swiper-slide {
        width: 20%;
        height: 100%;
        overflow: hidden;
        padding:3px;
        box-sizing:border-box;
        cursor: pointer;
        float: left;
        overflow: hidden;
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }

    .swiper-slide-visible{
        /*opacity: 0.5;*/
    }

    .swiper-slide-thumb-active{
    opacity: 1!important;
    }

.swiper-wrapper .swiper-slide img {
    max-height: 600px;
    text-align: center;
    margin: auto;
    display: block;
    border-radius: 10px;
    border: 2px solid #111;
}

    #reservation_calendar,#reservation_calendar table{
        max-width:800px!important;
        width:100%!important;
    }

    #reservation_calendar .status_list img {
        vertical-align: middle;
    }
article.info-card {
display: flex;
    align-items: center;
    position: relative;
    border-radius: 1rem;
    border: 4px solid var(--backGray);
    padding: 3rem;
    margin: 3rem auto;
    column-gap: 3rem;
    background: #f5f5f5;
	flex-wrap:wrap;
	row-gap:2rem;
}
article.info-card.info-detailcard{
	display:block;
}

span[type="ListItem"] {
	padding:0;
}
span[property="name"] {
	padding:0;
}
.info-cardtitle {
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: max-content;
    background: #fff;
    padding: 0.5rem 3rem;
    border-radius: 2rem;
    color: #000;
    border: 4px solid #999;
	font-weight:600;
}

.info-cardbtn {
	background: #fff;
    display: block;
    width: fit-content;
    margin: 1rem 0 auto auto;
    padding: 0.5rem 2rem;
    border-radius: 2rem;
    border: 3px solid var(--footerGreen);
	    position: absolute;
    bottom: 5%;
    right: 5%;
	font-size:1rem;
}
a.info-cardbtn:hover {
    border: 3px solid var(--backGray);
    padding: 0.5rem 2.1rem;
}
figure.info-figure {
    flex: 1 1 30%;
    max-height: 22rem;
    aspect-ratio: 434 / 579;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info-content {
    flex: 1 1 58%;
}

ul.kind-info {
    display: flex;
	flex-wrap:wrap;
    gap: 1rem;
	justify-content: center;
}

.kind-info li {
    background: #fff;
    flex: 0 0 49%;
    border-radius: 1rem;
	box-shadow: 1px 1px 0px 0px #e1e1e1;
	min-width:276px;
}

h4.info-detail-title {
   background: var(--backGray);
    color: #000;
    text-align: center;
    border-radius: 1rem 1rem 0 0;
    padding: 0.5rem;
    font-weight: 600;
}

span.info-detail-txt {
    display: flex;
    text-align: justify;
    padding: 1.5rem 1rem;
    font-size: 1rem;
	letter-spacing:1px;
}

.info-table td {
    font-size: 1rem;
}

.info-table tr {
    border-bottom: 2px solid var(--backGray);
}

.info-table th {
    vertical-align: middle;
    width: 10rem;
}
th.info-column-th {
    width: 30%;
	    text-align: justify;
    padding-left: 2rem;
}
.info-table-list li {
       padding: 0 0 0 0.7rem;
    position: relative;
}

.info-table-list li::before {
	    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--gradDeepGreen);
    left: 0;
    top: 0.5rem;
    transform: translate(-50%, 0);
}
.info-cont-btn {
}

ul.kind-info-col {
    flex-direction: column;
}

ul.kind-info-col li {display: flex;/* flex: 0 0 20rem; */}

.kind-info-col li h4.info-detail-title {
    flex: 0 0 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem 0 0 1rem;
}

span.process-title {
    font-weight: 600;
    display: block;
    font-size: 1.2rem;
    margin: 2rem auto;
    width: max-content;
    position: relative;
}

span.process-title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    background: var(--gradLightGreen);
    width: 3rem;
    height: 3px;
    transform: translate(-128%,-50%);
}
span.process-title::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    background: var(--gradLightGreen);
    width: 3rem;
    height: 3px;
    transform: translate(128%,-50%);
}
.info-content>ul.info-table-list {
    background: #fff;
    display: block;
    width: 70%;
    margin: 0 auto 4rem;
    border-radius: 1rem;
    border: 3px solid #999;
    padding: 1rem 1rem 1rem 2rem;
	min-width: 275px;
}
/* 概要ページ */
figure.gaiyou-head-fgr {
    margin-bottom: 3rem;
}
.access-title {
	font-weight: 600;
    display: block;
    font-size: 1.2rem;
    margin: 2rem auto;
    width: max-content;
    position: relative;
}
.access-title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    background: var(--gradLightGreen);
    width: 3rem;
    height: 3px;
    transform: translate(-128%, -50%);
}
.access-title::after {
	position: absolute;
    content: "";
    right: 0;
    top: 50%;
    background: var(--gradLightGreen);
    width: 3rem;
    height: 3px;
    transform: translate(128%, -50%);
}

#page #main p.access-text {
    display: block;
    width: max-content;
    margin: 0 auto 3rem;
    padding: 1rem 6rem;
}

/* 採用ページ */

article.recruit-article dt
 {
    margin-top: 2rem;
    color: var(--deepGreen);
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 0.5rem solid var(--backGray);
}

article.recruit-article dl {
    width: 90%;
    max-width: 1060px;
    margin: 0 auto;
}

span.recruit-notice {
    background: var(--deepGreen);
    font-size: 1.5rem;
    margin: 0 auto;
    color: #fff;
    display: block;
    width: max-content;
    padding: 0 3rem;

}
	#page #main p.recruit-memo {
    text-align: center;
    color: #333;
    margin-top: 0.5rem;
}
span.chef-message-catch {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--gradDeepGreen);
    margin-bottom: 2rem;
}

.chef-message>span {
    display: block;
}

span.chef-message-txt {
   margin-bottom: 1rem;
    display: block;
    text-align: justify;
    font-size: 1rem;
}
.chef-message-cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	column-gap:3rem;
	justify-content: center;
}

figure.chef-message-figure {
    flex: 1 1 30%;
	max-width: 400px;
	min-width:240px;
}
figure.chef-message-figure img {
	box-shadow: 2px 3px 10px 0px var(--footerGreen);
}
.chef-message-box {
    flex: 1 1 60%;
}

.interview-box {
      display: flex;
    column-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    row-gap: 1.5rem;
    margin: 5rem auto;
    width: 60%;
}
article.interview {
    background: #fff;
    border: 3px solid var(--backGray);
    border-radius: 1rem;
    padding: 4rem 2rem 0;
	    margin: 4rem auto;
}

#page #main p.interview-card-txt {
    padding: 0.5rem 1rem 1rem;
	text-align:center;
}
h3.interview-title {
	text-align: center;
    margin: 0 auto 3rem;
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--deepGreen);
    position: relative;
    z-index: 3;
    width: max-content;
    display: block;
    border: 2px solid var(--deepGreen);
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 3rem 3rem 3rem 0;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4);
}
h3.interview-title::before {
   position: absolute;
    content: "";
    width: 11rem;
    height: 9rem;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: translate(75%, 0);
    background: url(https://saijyo-matsue.com/wp-content/uploads/2026/02/2worker1.webp) no-repeat;
    background-size: 50%;
    border-radius: 50%;
    background-position: center;
}
h3.interview-title::after{
   position: absolute;
    content: "";
    width: 11rem;
    height: 13rem;
    left: 0;
    bottom: 0;
    z-index: -1;
    transform: translate(-79%, 42%);
    background: url(https://saijyo-matsue.com/wp-content/uploads/2026/02/worker9.webp) no-repeat;
    background-size: 50%;
    border-radius: 50%;
    background-position: center;
}
h4.int-card-ttl {
    background: var(--deepGreen);
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 0.5rem 0 0.5rem 2rem;
	border-radius: 1rem 1rem 0 0;
}
.interview-box2 .int-card:nth-child(odd) h4.int-card-ttl {
    background: #39a581;
}
.interview-box1 .int-card:nth-child(even) h4.int-card-ttl {
	background:#4faf8f;
}
.int-card {
    background: #fff;
}

.int-card {
    border-radius: 1rem 1rem 1rem 0;
    box-shadow: 5px 4px 0px 0px var(--backGray);
    flex: 1 1 auto;
    border: 3px solid var(--footerGreen);
	position:relative;
}
.interview-box1 .int-card:nth-child(4n+2)::before {
    position: absolute;
    content: "";
    width: 4rem;
    height: 7rem;
    background: url(https://saijyo-matsue.com/wp-content/uploads/2026/02/worker1.webp) no-repeat;
    z-index: 5;
    left: 0;
    transform: translate(-100%, 50%);
    bottom: 0;
    background-size: contain;
}
.interview-box1 .int-card:nth-child(4n+2),
.interview-box2 .int-card:nth-child(4n+2){
	border-radius:1rem 1rem 0 1rem;
}

.interview-box1 .int-card:nth-child(4n+3),
.interview-box2 .int-card:nth-child(4n+3){
	border-radius:1rem 1rem 0 1rem;
}
.interview-box1 .int-card:nth-child(4n+3)::before {
        position: absolute;
    content: "";
    width: 4rem;
    height: 7rem;
    background: url(https://saijyo-matsue.com/wp-content/uploads/2026/02/worker3.webp) no-repeat;
    z-index: 5;
    right: 0;
    transform: translate(100%, 50%);
    bottom: 0;
    background-size: contain;
    background-position: center;
}
.interview-box2 .int-card:nth-child(4n+3)::before {
        position: absolute;
    content: "";
    width: 4rem;
    height: 8rem;
    background: url(https://saijyo-matsue.com/wp-content/uploads/2026/02/worker8.webp) no-repeat;
    z-index: 5;
    right: 0;
    transform: translate(100%, 50%);
    bottom: 0;
    background-size: contain;
    background-position: center;
}

.interview-box2 .int-card:nth-child(4n+2)::before {
        position: absolute;
    content: "";
    width: 4rem;
    height: 7rem;
    background: url(https://saijyo-matsue.com/wp-content/uploads/2026/02/worker4.webp) no-repeat;
    z-index: 5;
    left: 0;
    transform: translate(-100%, 50%);
    bottom: 0;
    background-size: contain;
    background-position: center;
}

.interview-box1 .int-card,
.interview-box2 .int-card{
	border-radius:1rem 1rem 1rem 0;
    border: 1px solid #999;
}

.int-card:nth-child(odd) h4.int-card-ttl {
	background: #51bca6;
}
.int-card:nth-child(even) h4.int-card-ttl {
	background:#00ae95;
}
h4.int-card-ttl::before {
    content: "";
    position: absolute;
    background: url(img/int.webp) no-repeat;
	background-size:contain;
    width: 1.2rem;
    height: 1.2rem;
    top: 50%;
    left: 0;
    transform: translate(50%,-50%);
	
}
.interview-box2 {
	margin-top:4rem;
}

.interview-box2 h4.int-card-ttl {
    background: var(--gradDeepGreen);
}
figure.worker-figure {
    grid-area: 2/2/4/3;
	align-self: center;
    justify-self: center;
    min-width: 22%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
@media screen and (max-width: 768px){
	
	#page #main .page_cont h3{
		font-size:1.2rem;
}
	
	#imagetopics{
		
	}
	
	#imagetopics .cate_block{
    width: 50%;
		margin:10px 0;
	}

	#page #main #imagetopics .cate_block h3{	
    font-size: 0.8rem;
    text-align: left;
	}

#page #main .jirei_read{
    text-align: center;
    padding: 10px 0 35px !important;
    display: block;
    font-size: 85%;
    text-align: left !important;
}
	
	
/*家づくり*/

#page #main .main_h2{
	    display: table;
    margin: 0 auto 50px;
    font-size: 150%;
}
	
#page #main .links-item {
    font-size: 1.2rem;
    font-weight: 700;
    width: 84%;
}
	
	#page #main .page_cont .mission .left ,#page #main .page_cont .mission .right {
    width: 98%;
		margin:auto;

}
	article.info-card {
		flex-direction:column;
		    padding: 3rem 1rem;
	}
	.info-cardbtn { 
    bottom: 2%;
}
	figure.info-figure {
		max-height: 16rem;
	}
	h3.interview-title {
    text-align: center;
    margin: 0 auto 3rem;
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--deepGreen);
    position: relative;
    z-index: 3;
    width: 87%;
    display: block;
    border: 2px solid var(--deepGreen);
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 3rem 3rem 3rem 0;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4);
		
}
	h3.interview-title::before {
    width: 6rem;
    height: 5rem;
		transform: translate(75%, 0);
	}
	h3.interview-title::after {
    width: 5rem;
    height: 6rem;
    left: 0;
    bottom: 0;
    z-index: -1;
    transform: translate(-79%, 42%);
	}
	
	figure.worker-figure {
    display: none;
}
	.interview-box .int-card {
		position:relative;
		flex:1 1 100%;
	}

	article.interview {
    padding: 2rem;
}
	.interview-box {
    row-gap: 1rem;
		margin: 2rem auto;
		width:81%;
}
	.interview-box1 .int-card:nth-child(4n+2)::before {

    width: 3rem;
		height: 5rem;}
	.interview-box1 .int-card:nth-child(4n+3)::before {
    position: absolute;
    content: "";
    width: 3rem;
		height: 5rem;
	}
	.interview-box2 .int-card:nth-child(4n+2)::before {
    width: 3rem;
    height: 5rem;
	}
	.interview-box2 .int-card:nth-child(4n+3)::before {
    position: absolute;
    content: "";
    width: 3rem;
		height: 6rem;}
	
	
	ul.kind-info-col li {
    flex-direction: column;
}

h4.info-detail-title {
    height: revert-layer;
    flex: 0 0 auto;
}

.kind-info-col li h4.info-detail-title {
    flex: 0 0 auto;
    border-radius: 1rem 1rem 0 0;
}
	span.process-title {
    text-align: center;
}
	figure.chef-message-figure {
    margin: 0;
	    max-width: 400px;
}
	th.info-column-th {
    padding-left: 0;
}

}
}