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

body{
	overflow:unset !important;
}
/*-- head --*/ 
.head{
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, #f9f9f9 calc(100% - 1px), #f0f0f0 calc(100% - 1px));
	background-size: 50px 50px;
	background-attachment:fixed;
}

/*-- mainV --*/ 
.mainV{
	width:100%;
	height:80vh;
	margin:0 auto 0px;
	display:flex;
	justify-content:space-between;
}
.mainV .title_wrap{
	width:50%;
	max-width:600px;
	margin:auto;
	padding:100px 20px;
	box-sizing:border-box;
}
.mainV .title_wrap h6{
	font-family: "Zen Old Mincho", serif;
	font-size:0.8rem;
	text-align:center;
	letter-spacing:0.1em
}
.mainV .title_wrap h6 span{
}
.mainV .title_wrap h2{
	font-family: "Zen Old Mincho", serif;
	font-weight: 400 !important;
	font-size:4rem !important;
	text-align:center;
	line-height:1.5em !important;
	margin-bottom:0.5em !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: linear-gradient(90deg, #0b3b89 0%,#0b3b89 50%, #be6d5a 50%, #be6d5a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mainV .title_wrap h2 span{
	font-family: "Zen Old Mincho", serif !important;
	font-weight: 400 !important;
	font-size:1.5rem !important;
	text-align:center;
	line-height:1em!important;background: linear-gradient(180deg, #0b3b89 0%,#0b3b89 50%, #be6d5a 50%, #be6d5a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mainV .title_wrap h1{
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-size:1.1rem;
	text-align:center;
	margin-bottom:30px !important;
}
.mainV .title_wrap h1 span{
	display:block;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:0.5em 0;
}
.mainV .title_wrap h3{
	font-family: "Zen Old Mincho", serif !important;
	font-weight: 400 !important;
	font-size:1.2rem !important;
	text-align:center;
	margin-bottom:0.5em !important;
	letter-spacing:0 !important;
}

.mainV .image_wrap{
	width:50%;
	position:relative;
}
.mainV .image_wrap dl{
	overflow:hidden;
}
.mainV .image_wrap dl img{
	top:0;
	left:0;
	position:absolute;
	object-fit:cover;
	width:100%;
	height:100%;
}
.mainV .image_wrap dl img.front{
	animation: panel_move 5s infinite;
}
@keyframes panel_move {
  0% {
    filter: drop-shadow(0px 0px 0px rgb(255 255 255));
  }
  50% {
    filter: drop-shadow(0px 0px 30px rgb(255 255 255));
  }
  100% {
    filter: drop-shadow(0px 0px 0px rgb(255 255 255));
  }
}
@media screen and (max-width:1199px) {
	.mainV .title_wrap h2{
		font-size:3.3rem !important;
	}
	.mainV .title_wrap h6{
		font-size:0.7rem;
	}
	.mainV .title_wrap h2 span{
		font-size:1.3rem !important;
	}
	.mainV .title_wrap h1 span{
		padding:0.2em 0;
	}
	.mainV .title_wrap h3{
		font-size:1.1rem !important;
	}
}
@media screen and (max-width:959px) {
	.mainV{
		width:100%;
		height:unset;
		display:block;
		justify-content:unset;
	}
	.mainV .title_wrap{
		width:90%;
		max-width:700px;
		margin:auto;
		padding:20vh 0px 50px;
		box-sizing:border-box;
	}
	.mainV .image_wrap{
		display:none;
	}
}
@media screen and (max-width:599px) {
	.mainV .title_wrap{
		padding:100px 0px 50px;
	}
	.mainV .title_wrap h3 span{
		display:block;
	}
}
@media screen and (max-width:499px) {
	.mainV .title_wrap{
		width:95%;
	}
	.mainV .title_wrap h6{
		font-size:2.6vw;
	}
	.mainV .title_wrap h2{
		font-size:12.0vw !important;	
	}
	.mainV .title_wrap h2 span{
		font-size:4.9vw !important;
	}
	.mainV .title_wrap h1{
		font-size:3.5vw;
	}
}


/*-- movie --*/ 
.movie{
	width:100%;
}
.movie .video_wrap{
	width:100%;
	max-height:900px;
	overflow:hidden;
	margin:auto;
}
.movie .video_wrap video{
	object-fit:cover;
	object-position: center;
	width:100%;
	height:100%;
}
.movie .detail_wrap{
	width:40%;
}
@media screen and (max-width:499px) {
	.movie{
	}
}


/*--feature --*/
.feature{
	width:100%;
	background: linear-gradient(120deg, #062d6d33 0%, #cadeff11 50%, #fbf0eb99 50%, #be6d5a33 100%);
}
.feature ol{
	width:96%;
	max-width:1200px;
	display:flex;
	margin:auto;
	justify-content:space-between;
}
.feature ol dl{
	width:50%;
	position:relative;
	padding:150px 0;
}
.feature ol dl h4{
	font-family: "Zen Old Mincho", serif;
	font-weight:400;
	font-size:6.3rem;
	color:#fff;
	text-align:center;
	position:absolute;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height:1em;
}
.feature ol dl:nth-child(1) h4{
	top:0.5em;
	right:-0.5em;
	color:#0b3b8933;
}
.feature ol dl:nth-child(2) h4{
	bottom:0.5em;
	left:-0.5em;
	color:#ad5e4e33;
}
.feature ol dl .inner{
	width:85%;
}
.feature ol dl h5{
	font-family: "Zen Old Mincho", serif;
	font-weight:400;
	font-size:1.7rem;
	text-align:center;
	margin-bottom:1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.feature ol dl h5 span{
	display:block;
}
.feature ol dl p{
	width:100%;
	margin:auto;
}
.feature ol dl img{
	height:300px;
	margin:auto;
	display:block;
	z-index:2;
	position:relative;
}
.feature ol dl:nth-child(2) .inner{
	float:right;
}

@media screen and (max-width:1199px) {
	.feature ol dl h5{
		font-size:1.4rem;
	}
}
@media screen and (max-width:959px) {
	.feature{
		background: linear-gradient(170deg, #062d6d99 0%, #cadeff99 50%, #fbf0eb99 50%, #be6d5a99 100%);
	}
	.feature ol{
		width:96%;
		max-width:1200px;
		display:block;
		justify-content:unset;
	}
	.feature ol dl{
		width:100%;
		position:relative;
		padding:0px 0;
	}
	.feature ol dl .inner{
		width:90%;
		max-width:500px;
		margin:auto;
		padding:50px 0;
	}
	.feature ol dl:nth-child(2) .inner{
		float:unset;
	}
	.feature ol dl img{
		height:unset;
		width:90%;
		max-width:350px;
	}
	.feature ol dl:nth-child(2) img{
		max-width:350px;
		width:100%;
	}
	.feature ol dl:nth-child(1) h4{
		right:unset;
		left:0em;
	}
	.feature ol dl:nth-child(2) h4{
		bottom:0.5em;
		left:unset;
		right:0em;
		color:#ad5e4e33;
	}
}
@media screen and (max-width:599px) {
	.feature ol dl:nth-child(2) img{
		max-width:unset;
	}
}
@media screen and (max-width:499px) {
	.feature ol dl h5{
		font-size:1.2rem;
	}
}

/*--eq_re --*/
.eq_re{
	width:100%;
	padding:150px 0;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #dfebfe calc(100% - 1px)),
                    linear-gradient(90deg, #f9f9f9 calc(100% - 1px), #dfebfe calc(100% - 1px));
	background-size: 50px 50px;
}

.eq_re .wrap{
	width:96%;
	max-width:1200px;
	margin:0 auto 0px;
	position:relative;
	padding:0 0 0 0;
	box-sizing:border-box;
}
.eq_re h2{
    font-size: 2.0rem !important;
    line-height: 1.4em !important;
    font-family: "Zen Old Mincho", serif !important;
    color: #0b3b89 !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin: 0 0 0 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: sticky !important;
    top: 100px;
    left: 0;
    display: unset !important;
    white-space: nowrap;

}
.eq_re h2:before{
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size:10.0rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    content: "高耐震";
    position: absolute;
    top: -0.5em;
    left: 0.4em;
    color: #0b3b89;
    opacity: 0.03;

}
.eq_re .eq_ep{
	display:flex;
	justify-content:space-between;
	margin:0 0 70px auto;
	width:calc(100% - 70px)
}
.eq_re .eq_ep .image_wrap{
	width:50%;
	align-items:center;
	display:flex;
}
.eq_re .eq_ep .image_wrap img{
	width:90%;
	filter: drop-shadow(10px 20px 10px #d1d1d3);
}
.eq_re .eq_ep .detail_wrap{
	width:50%;
}
.eq_re .eq_ep .detail_wrap li{
	list-style:none;
}
.eq_re .eq_ep .detail_wrap li dl{
	 margin:0 0 3em;
}
.eq_re .eq_ep .detail_wrap li h3{
	color:#0b3b89 !important;
	text-align:left !important;
	font-size:1.4rem !important;
	line-height:1.4em !important;
	font-family: "Zen Old Mincho", serif !important;
	font-weight:400 !important;
	letter-spacing:0 !important;
	 margin:0 0 0.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-top:1px solid #0b3b89;
	border-bottom:1px solid #0b3b89;
	padding:0.5em 0!important;
}
.eq_re .eq_demo{
	margin:0 0 70px auto;
	width:calc(100% - 70px)
}
.eq_re .eq_demo .example{
	display:flex;
	justify-content:space-between;
}
.eq_re .eq_demo .example li{
	list-style:none;
	width:32%;
}
.eq_re .eq_demo .example li .title{
	width:100%;
	position:relative;
}
.eq_re .eq_demo .example li .title dt{
	width:110px;
	height:100%;
	display:block;
	position:absolute;
	z-index:1;
	top:-70%;
	right:0px;
}
.eq_re .eq_demo .example li .title dt img{
	width:100%;
}
.eq_re .eq_demo .example li .title h5{
	color:#fff;
	font-size:1.0rem;
	line-height:1.4em !important;
	font-family: "Zen Old Mincho", serif !important;
	font-weight:400 !important;
	letter-spacing:0 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background:#0b3b89;
	padding:0.3em 1.2em;
	width:fit-content;
	border-radius:10px 10px 0 0;
}
.eq_re .eq_demo .example li .movie{
	overflow:hidden;
	aspect-ratio: 1 / 1;
	position:relative;
	margin-bottom:10px;
}
.eq_re .eq_demo .example li .movie video{
	object-fit:cover;
	height:100%;
	width:100%;
}
.eq_re .eq_demo .example li .movie .icon{
	position:absolute;
	bottom:5px;
	left:5px;
	width:110px;
	box-sizing:border-box;
}
.eq_re .eq_demo .example li dl{
	display:flex;
	justify-content:space-between;
}
.eq_re .eq_demo .example li dl dt{
	width:30%;
}
.eq_re .eq_demo .example li dl dt img{
	width:100%;
}
.eq_re .eq_demo .example li dl dd{
	width:70%;
}
.eq_re .eq_result{
	margin:0 0 70px auto;
	width:calc(100% - 70px)
}
.eq_re .eq_result .inner{
	display:flex;
	justify-content:space-between;
}
.eq_re .eq_result .inner .image_box h5{
	font-size:1.0rem;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}
.eq_re .eq_result .inner .image_box p{
	font-size:0.78rem;
	line-height:1.3em;
	margin-top:10px;
}
.eq_re .eq_result .inner .text_box{
	width:65%;
}
.eq_re .eq_result .inner .text_box h4{
	color:#0b3b89 !important;
	text-align:left !important;
	font-size:1.4rem !important;
	line-height:1.4em !important;
	font-family: "Zen Old Mincho", serif !important;
	font-weight:400 !important;
	letter-spacing:0 !important;
	 margin:0 0 0.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-top:1px solid #0b3b89;
	border-bottom:1px solid #0b3b89;
	padding:0.5em 0!important;
}
.eq_re .eq_result .inner .image_box{
	width:30%;
}
@media screen and (max-width:1199px) {
	.eq_re h2{
		font-size:2.0rem !important;
	}
}
@media screen and (max-width:959px) {
	.eq_re .eq_ep{
		display:block;
		justify-content:unset;
	}
	.eq_re .eq_ep .image_wrap{
		width:100%;
		align-items:unset;
		display:unset;
	}
	.eq_re .eq_ep .image_wrap img{
		width:100%;
		max-width:500px;
		margin:auto;
		display:block;
	}
	.eq_re .eq_ep .detail_wrap{
		width:100%;
	}
	.eq_re .eq_demo .example li .title dt{
		width:30%;;
		top:-50%;
	}
	.eq_re .eq_demo .example li .movie .icon{
		width:35%;
	}
	.eq_re .eq_result .inner .text_box{
		width:50%;
	}
	.eq_re .eq_result .inner .image_box{
		width:45%;
	}
}
@media screen and (max-width:768px) {
	.eq_re .eq_demo .example{
		display:block;
		justify-content:unset;
	}
	.eq_re .eq_demo .example li{
		list-style:none;
		width:100%;
		margin-bottom:50px;
	}
	.eq_re .eq_demo .example li .movie{
		overflow:hidden;
		aspect-ratio: unset;
	}
	.eq_re .eq_demo .example li .title dt{
		width:25%;
		max-width:150px;
		top:-50%;
	}
	.eq_re .eq_demo .example li .movie .icon{
		width:23%;
		max-width:150px;
	}
	.eq_re .eq_result .inner{
		display:block;
		justify-content:unset;
	}
	.eq_re .eq_result .inner .text_box{
		width:100%;
	}
	.eq_re .eq_result .inner .image_box{
		width:100%;
		max-width:500px;
		margin:30px auto;
	}
}
@media screen and (max-width:599px) {
	.eq_re h2{
		font-size:1.5rem !important;
		top:70px;
	}
	.eq_re h2:before{
		font-size:7.0rem;
		top:-0.2em;
		left:0.4em;
	}
	.eq_re .wrap{
		
	}
	.eq_re .eq_ep .detail_wrap li h3{
		font-size:1.2rem !important;
	}
	.eq_re .eq_result .inner .text_box h4{
		font-size:1.2rem !important;
	}
}

/*--insul --*/
.insul{
	width:100%;
	padding:150px 0;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fbded2 calc(100% - 1px)),
                    linear-gradient(90deg, #f9f9f9 calc(100% - 1px), #fbded2 calc(100% - 1px));
	background-size: 50px 50px;
}
.insul > .wrap{
	width:96%;
	max-width:1200px;
	margin:0 auto 0px;
	position:relative;
	padding:0 0 0 0;
	box-sizing:border-box;
}
.insul .wrap h2{
	font-size:2.0rem !important;
	line-height:1.4em !important;
	font-family: "Zen Old Mincho", serif !important;
	color:#be6d5a !important;
	font-weight:400 !important;
	text-align:left !important;
	margin:0 0 0 0 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
		position:sticky !important;
	top:100px;
	left:0;
	display:unset;
    white-space: nowrap;
}

.insul .wrap h2:before{
	font-family: "Zen Old Mincho", serif;
	font-weight:400;
	font-size:10.0rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	content:"高断熱";
	position:absolute;
	top:-0.5em;
	left:0.4em;
	color:#be6d5a;
	opacity:0.05;
}
.insul .insul_ep{
	display:flex;
	justify-content:space-between;
	margin:0 0 70px auto;
	width:calc(100% - 70px)
}
.insul .insul_ep .text_wrap{
	width:50%;
}
.insul > h2{
	font-size:1.06 !important;
	text-align:left !important;
}
.insul .insul_ep .text_wrap > h3{
	color:#be6d5a !important;
	text-align:left !important;
	font-size:1.4rem !important;
	line-height:1.4em !important;
	font-family: "Zen Old Mincho", serif !important;
	font-weight:400 !important;
	letter-spacing:0 !important;
	 margin:0 0 0.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-top:1px solid #be6d5a;
	border-bottom:1px solid #be6d5a;
	padding:0.5em 0!important;
}
.insul .insul_ep .image_wrap{
	width:48%;
	align-items:center;
	display:flex;
	filter: drop-shadow(5px 10px 10px #c4bbb7);
}
.insul .insul_ep .image_wrap img{
	width:100%;
}
.insul .insul_ep_b{
	display:flex;
	justify-content:space-between;
	margin:0 0 70px auto;
	width:calc(100% - 70px)
}
.insul .insul_ep_b .ep_b_evid_a{
	width:48%;
}
.insul .insul_ep_b .ep_b_evid_a .text_wrap{
}
.insul .insul_ep_b .ep_b_evid_a .text_wrap > h3{
	color:#be6d5a !important;
	text-align:left !important;
	font-size:1.4rem !important;
	line-height:1.4em !important;
	font-family: "Zen Old Mincho", serif !important;
	font-weight:400 !important;
	letter-spacing:0 !important;
	 margin:0 0 0.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-top:1px solid #be6d5a;
	border-bottom:1px solid #be6d5a;
	padding:0.5em 0!important;
}
.insul .insul_ep_b .ep_b_evid_a .graf_wrap{
	width:100%;
}
.insul .insul_ep_b .ep_b_evid_a .graf_wrap h6{
	font-size:90%;
	font-weight:bold;
}
.insul .insul_ep_b .ep_b_evid_a .graf_wrap table{
	color:#000;
	width:100%;
	border-collapse: collapse;
}
.insul .insul_ep_b .ep_b_evid_a .graf_wrap table th,
.insul .insul_ep_b .ep_b_evid_a .graf_wrap table td{
	border: solid 1px #ccc;
}
.insul .insul_ep_b .ep_b_evid_a .graf_wrap table tr td:nth-child(1){
	width:20%;
	text-align:center;
	background:#fff0f0;
}
.insul .insul_ep_b .ep_b_evid_a .graf_wrap table tr td:nth-child(2){
	width:80%;
	text-align:center;
	background:#f9f9f9;
}
.insul .insul_ep_b .ep_b_evid_a .graf_wrap table tr:nth-child(1) td{
	background:#b04040;
	color:#fff
}
.insul .insul_ep_b .ep_b_evid_a .graf_wrap p{
	font-size:90%;
	margin-top:10px;
	line-height:1.8em;
}
.insul .insul_ep_b .ep_b_evid_a .graf_wrap p span{
	display:block;
}
.insul .insul_ep_b .ep_b_evid_b{
	width:48%;
}
.insul .insul_ep_b .ep_b_evid_b .text_wrap > h3{
	color:#be6d5a !important;
	text-align:left !important;
	font-size:1.4rem !important;
	line-height:1.4em !important;
	font-family: "Zen Old Mincho", serif !important;
	font-weight:400 !important;
	letter-spacing:0 !important;
	 margin:0 0 0.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-top:1px solid #be6d5a;
	border-bottom:1px solid #be6d5a;
	padding:0.5em 0!important;
}
.insul .insul_ep_b .ep_b_evid_b .image_wrap{
}
.insul .insul_ep_b .ep_b_evid_b .image_wrap dl{
	display:flex;
	justify-content:space-between;
}
.insul .insul_ep_b .ep_b_evid_b .image_wrap dl dt{
	width:33%;
}
.insul .insul_ep_b .ep_b_evid_b .image_wrap dl dt img{
	width:100%;
}
.insul .insul_ep_b .ep_b_evid_b .image_wrap dl dt span{
	text-align:center;
	display:block;
	font-size:0.9rem;
	margin-top:3px;
}

.insul .insul_ep_c{
	margin:0 0 70px auto;
	width:calc(100% - 70px)
}
.insul .insul_ep_c .wrap{
	display:flex;
	justify-content:space-between;
}
.insul .insul_ep_c .wrap{
	display:flex;
	justify-content:space-between;
}
.insul .insul_ep_c .wrap .text_box{
	width:48%;
}
.insul .insul_ep_c .wrap .text_box h3{
	color:#be6d5a !important;
	text-align:left !important;
	font-size:1.4rem !important;
	line-height:1.4em !important;
	font-family: "Zen Old Mincho", serif !important;
	font-weight:400 !important;
	letter-spacing:0 !important;
	 margin:0 0 0.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-top:1px solid #be6d5a;
	border-bottom:1px solid #be6d5a;
	padding:0.5em 0!important;
}
.insul .insul_ep_c .wrap .image_box{
	width:50%;
}
.insul .insul_ep_c .wrap .image_box dl{
	position:relative;
	height:100%;
}
.insul .insul_ep_c .wrap .image_box dl img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.insul .insul_ep_c .wrap .image_box dt{
	position:absolute;
	bottom:10px;
	right:10px;
	width:35%;
	background:#fff;
	padding:7px;
	box-sizing:border-box;
}
@media screen and (max-width:1199px) {
	.insul .wrap h2{
		font-size:2.0rem !important;
	}
}
@media screen and (max-width:959px) {
	.insul .insul_ep{
		display:block;
		justify-content:unset;
		margin-bottom:50px;
	}
	.insul .insul_ep .text_wrap{
		width:100%;
	}
	.insul .insul_ep .image_wrap{
		width:100;
		align-items:unset;
		display:unset;
	}
	.insul .insul_ep .image_wrap img{
		width:100%;
		max-width:500px;
		margin:auto;
		display:block;
	}
	.insul .insul_ep_b{
		display:block;
		justify-content:unset;
	}
	.insul .insul_ep_b .ep_b_evid_a{
		width:100%;
		margin-bottom:100px;
	}
	.insul .insul_ep_b .ep_b_evid_a .graf_wrap{
		width:100%;
		max-width:500px;
		margin:auto;
	}
	.insul .insul_ep_b .ep_b_evid_b{
		width:100%;
	}
	.insul .insul_ep_c .wrap{
		display:block;
		justify-content:unset;
	}
	.insul .insul_ep_c .wrap .text_box{
		width:100%;
	}
	.insul .insul_ep_c .wrap .image_box{
		width:100%;
		margin-top:20px;
	}
}
@media screen and (max-width:599px) {
	.insul > .wrap{
		padding:0 0 0 0;
	}
	.insul .wrap h2{
		top:50px;
		font-size:1.5rem !important;
	}
	.insul .wrap h2:before{
		font-size:7.0rem;
		top:-0.2em;
		left:0.4em;
	}
	.insul .insul_ep .text_wrap > h3{
		font-size:1.2rem !important;
		}
	.insul .insul_ep_b .ep_b_evid_a .text_wrap > h3,
	.insul .insul_ep_b .ep_b_evid_b .text_wrap > h3,
	.insul .insul_ep_c .wrap .text_box h3{
		font-size:1.2rem !important;
	}
}



/*--fac_qua --*/
.fac_qua{
	width:100%;
	padding:150px 0;
}
.fac_qua .wrap{
	width:96%;
	max-width:1200px;
	margin:0 auto;
}
.fac_qua .wrap h2{
	font-size:1.7rem !important;
	line-height:1.4em !important;
	font-family: "Zen Old Mincho", serif !important;
	font-weight:400 !important;
	text-align:left !important;
	margin:0 0 1em 0 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
    align-items: center;
}
.fac_qua .wrap h2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
	margin-left: 1rem;
}
.fac_qua .fac_qua_ep{
	display:flex;
	justify-content:space-between;
	margin-bottom:50px;
}
.fac_qua .fac_qua_ep .image_box{
	width:48%;
	overflow:hidden;
}
.fac_qua .fac_qua_ep .image_box img{
	width:100%;
	object-fit:cover;
	height:100%;
}
.fac_qua .fac_qua_ep .text_box{
	width:48%;
}
.fac_qua .fac_qua_ep .text_box h3{
	text-align:left !important;
	font-size:1.3rem !important;
	line-height:1.4em !important;
	font-family: "Zen Old Mincho", serif !important;
	font-weight:400 !important;
	letter-spacing:0 !important;
	 margin:0 0 0.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fac_qua .fac_qua_detail{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.fac_qua .fac_qua_detail dl{
	width:48%;
	position:relative;
}
.fac_qua .fac_qua_detail dl:nth-child(-n + 2){
	margin-bottom:50px;
}
.fac_qua .fac_qua_detail dl dt{
	margin-bottom:20px;
}
.fac_qua .fac_qua_detail dl dt img{
	width:100%;
}
.fac_qua .fac_qua_detail dl dd h5{
	text-align:left !important;
	font-size:1.2rem !important;
	line-height:1.4em !important;
	font-family: "Zen Old Mincho", serif !important;
	font-weight:400 !important;
	letter-spacing:0 !important;
	 margin:0 0 0.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	top:0.5em;
	left:-0.5em;
	background:#fff;
	padding:0.2em 1em;
}

@media screen and (max-width:1080px) {
}
@media screen and (max-width:959px){
}
@media screen and (max-width:768px) {
	.fac_qua{
		padding:100px 0;
	}
	.fac_qua .fac_qua_ep{
		display:block;
		justify-content:unset;
		margin-bottom:50px;
	}
	.fac_qua .fac_qua_ep .image_box{
		width:100%;
		overflow:hidden;
		margin-bottom:20px;
	}
	.fac_qua .fac_qua_ep .text_box{
		width:100%;
	}
	.fac_qua .fac_qua_detail{
		display:block;
		justify-content:unset;
		flex-wrap:unset;
	}
	.fac_qua .fac_qua_detail dl{
		width:100%;
		position:relative;
		margin-bottom:50px;
	}
	.fac_qua .wrap h2{
		font-size:1.6rem !important;
	}
	.fac_qua .fac_qua_ep .text_box h3{
		font-size:1.2rem !important;
	}
	.fac_qua .fac_qua_detail dl dd h5{
		font-size:1.0rem !important;
	}
}



/*--award --*/
.award{
	width:96%;
	max-width:1200px;
	margin:0 auto 100px;
	display:flex;
	justify-content:space-between;
	padding:40px 0;
	box-sizing:border-box;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.award .inner{
	width:50%;
}
.award .inner h2{
	font-size:1.3rem !important;
	line-height:1.4em !important;
	font-family: "Zen Old Mincho", serif !important;
	font-weight:400 !important;
	text-align:left !important;
	margin:0 0 1em 0 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
    align-items: center;
	border-bottom:1px dotted #000;
	padding-bottom:1em;
}
.award .image{
	width:48%;
	overflow:hidden;
	position:relative;
}
.award .image img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.award .image dt{
	position:absolute;
	width:30%;
	background:#fffd;
	bottom:5px;
	right:5px;
	padding:10px;
	box-sizing:border-box;
	border-radius:5px;
}
@media screen and (max-width:768px) {
	.award{
		display:block;
		justify-content:unset;
	}
	.award .inner{
		width:100%;
	}
	.award .image{
		width:100%;
		margin-top:30px;
	}
}