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

.pagelinks{
	gap: 50px;
	background-color: #EEE6DB;
	padding: 20px;
}
.cate1 {
	width: 100%;
}
.cate1 .topmessage_e{
	width: 100%;
}
.cate1 .box_wrap {
	gap: 120px;
}
.cate1 .box_wrap .imgbox{
	width: calc(40% - 60px);
}
.cate1 .box_wrap .imgbox img{
	border-radius: 20px;
}
.cate1 .box_wrap .txtbox{
	width: calc(60% - 60px);
	align-items: flex-start;
}
.cate1 .box_wrap .txtbox .txtitem{
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}
/* ---------- cate2 ---------- */
.cate2 .box_wrap{
	gap: 10px;
}
.cate2 .box_wrap .boxitem{
	width: calc((100% - 40px)/5);
	background-color: #DEAECA;
	padding: 40px 10px;
}
/* ---------- cate3 ---------- */
.cate3 .contents .webgene-blog{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	gap: 30px;
}
.cate3 .contents .webgene-blog .webgene-item{
	width: calc((100% - 60px)/3);
}
.cate3 .contents .webgene-blog .webgene-item a{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
}
.over-txt3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    line-height: 1.6;
}
.cate3 .contents .webgene-blog .webgene-item .imgbox img{
	border-radius: 10px;
}
/* ---------- cate4 ---------- */
.cate4 .box_wrap{
	flex-direction: column;
	gap: 20px;
	width: 100%;
	align-items: flex-start;
}
.cate4 .box_wrap .boxitem_wrap{
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	width: 100%;
}
.cate4 .box_wrap .boxitem_wrap .boxitem{
	width: 100%;
    padding: 0;
    align-items: stretch;
    overflow: hidden;
    border-radius: 6px;
}
.cate4 .box_wrap .boxitem_wrap .boxitem .leftbox{ 
	flex: 1;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 18px 30px;
    background-color: #fff;
}
.cate4 .box_wrap .boxitem_wrap .boxitem > .spantxt{
    width: 28%;
    min-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 30px;
    background-color: #F5E7EF;
    white-space: nowrap;
	line-height: 1;
}
.cate4 .box_wrap .boxitem_wrap .boxitem .spantxt span{ 
	font-size: clamp(18px, 1.7vw, 22px);
	font-weight: 500;
}
/* ---------- IEのみ ---------- */
.cate5 .box_wrap{
	flex-direction: column;
	padding: 50px;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
}
.more2 a{
	width: clamp(290px, 60vw, 700px);
}
/* ---------- cate6 ---------- */
.cate6 .box_wrap{
	padding: 80px 110px;
	border-radius: 50px;
	border: 1px #fff solid;
	background-color: #F0EFEF;
	flex-direction: column;
	gap: 40px;
}
.cate6 .box_wrap .topbox{
	gap: 60px;
}
.cate6 .box_wrap .topbox .imgbox{
	width: calc(50% - 30px);
	margin-bottom: clamp(10px, 3vw, 80px);
}
.cate6 .box_wrap .topbox .txtbox{
	width: calc(50% - 30px);
	align-items: flex-start;
}
.cate6 .box_wrap .topbox .txtbox .boxitem{ 
	width: 100%;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
}
.cate6 .box_wrap .topbox .txtbox .boxitem .itemtop{ 
	flex-direction: column;
}
.cate6 .box_wrap .topbox .txtbox .boxitem .itembottom{ 
	gap: 15px 20px;
}
.cate6 .box_wrap .topbox .txtbox .boxitem .itembottom p{ 
	width: calc(50% - 10px);
}

.cate6 .box_wrap .topbox .imgbox {
    width: calc(40% - 30px);
}
/* ---------- flow_wrap2 ---------- */
.flow_wrap2 .txtbox{
   flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-start;
}
.flow_wrap2 .item{
    display: grid;
    grid-template-columns: 65px 1fr clamp(170px, 22vw, 250px);
    column-gap: clamp(16px, 3vw, 40px);
    align-items: stretch;
    position: relative;
    padding-bottom: 60px;
    width: 100%;
}
.flow_wrap2 .item:last-child{
    padding-bottom: 0;
}
.flow_wrap2 .imgbox{
    width: 100%;
    overflow: hidden;
}
.flow_wrap2 .imgbox img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}
.flow_wrap2 .col-num{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.flow_wrap2 .col-num::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 72px;
    bottom: 0px;
    transform: translateX(-50%);
    width: 0;
    border-left: 1px solid #C3A879;
    pointer-events: none;
}
.flow_wrap2 .item:last-child .col-num::before{
    display: none;
}
.flow_wrap2 .circle{
    width: 65px;
    height: 65px;
    border-radius: 999px;
	border: #C3A879 1px solid;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.flow_wrap2 .circle p{
    letter-spacing: 0.1em;
	line-height: 1;
}
/* ---------- facility_wrap ---------- */
.facility_wrap .box_wrap{
	gap: 40px;
	align-items: flex-start;
}
.facility_wrap .box_wrap .boxitem{
	gap: 10px;
	flex-direction: column;
	width: calc((100% - 80px)/3);
	align-items: flex-start;
}
.facility_wrap .box_wrap .boxitem .imgbox img{
	border-radius: 10px;
}
/* ---------- facility_wrap ---------- */
.plan_wrap .box_wrap{
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
}
.plan_wrap .box_wrap .boxitem{
	width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.plan_wrap .box_wrap .boxitem{
	width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.plan_wrap .box_wrap .boxitem h4{
	width: 100%;
    padding: 20px 30px;
    background-color: #F5E7EF;
    white-space: nowrap;
	line-height: 1;
}
.plan_wrap .box_wrap .boxitem .bottombox{
	width: 100%;
    padding: 20px 30px;
    background-color: #fff;
	line-height: 1;
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
}
.plan_wrap .box_wrap .boxitem .bottombox .txtitem{
	width: 100%;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}
.plan_wrap .box_wrap .boxitem .spantxt span{
	font-size: clamp(18px, 1.7vw, 22px);
	font-weight: 500;
}
/* ---------- IEのみ ---------- */
.img_wrap{
	gap: 10px;
}
.img_wrap img{
	width: calc((100% - 20px)/3);
	border-radius: 10px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate6 .box_wrap {
		padding: 60px 80px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .box_wrap {
		gap: 60px;
	}
	.cate1 .box_wrap .imgbox{
		width: calc(40% - 30px);
	}
	.cate1 .box_wrap .txtbox{
		width: calc(60% - 30px);
	}
	.cate1 .box_wrap .imgbox img{
		border-radius: 10px;
	}
	.cate6 .box_wrap .topbox {
		flex-direction: column-reverse;
		gap: 40px;
	}
	.cate6 .box_wrap .topbox .imgbox{
		width: 70%;
	}
	.cate6 .box_wrap .topbox .txtbox{
		width: 100%;
	}
    .cate6 .box_wrap {
        padding: 60px 50px;
		border-radius: 20px;
    }
	.facility_wrap .box_wrap .boxitem {
		width: calc((100% - 40px) / 2);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
    .cate1 .box_wrap {
        flex-direction: column;
		gap: 40px;
    }
	.cate1 .box_wrap .imgbox{
		width: 60%;
	}
	.cate1 .box_wrap .txtbox{
		width: 100%;
	}
	.cate2 .box_wrap .boxitem {
		width: calc((100% - 20px) / 3);
		padding: 30px 5px;
	}

	.cate3 .contents .webgene-blog {
		flex-direction: column;
	}
	.cate3 .contents .webgene-blog .webgene-item {
		width: 80%;
	}
    .cate6 .box_wrap {
        padding: 40px 30px;
        border-radius: 20px;
    }
	.cate5 .box_wrap {
		padding: 30px;
	}
	.pagelinks {
		gap: 30px;
	}
   .flow_wrap2 .item{
        grid-template-columns: 1fr;
        grid-template-areas:
            "col"
            "imgbox"
            "txtbox";
        gap: 16px;
        padding-bottom: 50px;
        max-width: 500px;
        margin: 0 auto;
    }

    .flow_wrap2 .col-num{
        grid-area: col;
        justify-content: flex-start;
    }

    .flow_wrap2 .imgbox{
        grid-area: imgbox;
    }

    .flow_wrap2 .txtbox{
        grid-area: txtbox;
        margin-top: 0;
    }

    .flow_wrap2 .col-num::before{
        display: none;
    }
	.img_wrap img{
		width: 100%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .box_wrap .imgbox{
		width: 80%;
	}
	.cate2 .box_wrap .boxitem {
		width: calc((100% - 10px) / 2);
	}
	.cate2 .box_wrap .boxitem2 {
		width: 100%;
	}
	.cate3 .contents .webgene-blog .webgene-item {
		width: 100%;
	}
    .cate6 .box_wrap {
        padding: 40px 20px;
        border-radius: 10px;
    }
    .cate6 .box_wrap .topbox .imgbox {
        width: 100%;
	}
	.cate6 .box_wrap .topbox .txtbox .boxitem {
		padding: 20px;
	}
	.cate6 .box_wrap .topbox .txtbox .boxitem .itembottom {
		flex-direction: column;
		width: 100%;
		align-items: flex-start;
	}
	.cate6 .box_wrap .topbox .txtbox .boxitem .itembottom p {
		width: 100%;
	}
	.cate6 .box_wrap .topbox {
		gap: 20px;
	}
	.cate5 .box_wrap {
		padding: 30px 20px;
	}
	.cate4 .box_wrap .boxitem_wrap .boxitem {
		flex-direction: column;
	}
	.cate4 .box_wrap .boxitem_wrap .boxitem .leftbox {
		padding: 10px 20px;
	}
	.cate4 .box_wrap .boxitem_wrap .boxitem > .spantxt {
		width: 100%;
		padding: 10px 20px;
		justify-content: flex-end;
	}
	.pagelinks {
		gap: 20px;
	}
	.flow_wrap2 .txtbox {
		gap: 10px;
	}
	.flow_wrap2 .circle {
		width: 50px;
		height:50px;
	}
    .flow_wrap2 .item {
        padding-bottom: 30px;
    }
	.facility_wrap .box_wrap .boxitem {
		width: 80%;
	}
	.facility_wrap .box_wrap {
		gap: 30px;
		flex-direction: column;
		align-items: center;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

