@media screen and (max-width: 1200px) {
main{
	padding-top: 80px;
}
#pan_list {
    margin-left: 10%;
}

.intro_img{
    right: -10%;
    width: 65%;
}
.intro p.contents_txt{
    max-width:30em;
}

}
@media screen and (max-width: 750px) {
/* ============== main title =================== */
#main_visual{
	height: 240px;
}
.main_title{
	height: 240px;
}
h1.title{
	font-size: 1.1rem;
	padding-top: 2.5rem;
	letter-spacing: 2px;
	max-width: 19em;
	margin: 0 auto;
}
h1.title::before{
	font-size: 2.2rem;
	top: -15px;
}
/* ==== パンくずリスト ==== */
#pan_box{
	display: none;
}
/* ============== contents =================== */
.intro{
	padding: 80px 0 48px; 
}
.intro::before{
	display: none;
}
.intro h2{
	font-size: 2rem;
}
.intro h3{
	margin-bottom: 2rem;
}
.intro p.contents_ttl{
	font-size: 1.4rem;
}
.feature-cards{
	grid-template-columns: repeat(1, 1fr);
	padding-top: 48px;
}
.intro_img{
	position: static;
	margin-top: 2rem;
	width: 100%;
	right: 0;
}
.intro_img::before{
	background: none;
}

/* ============== contents_01 =================== */
.contents_01{
	width: 100%;
	padding: 80px 0 32px;
}
.elevator_01{
	width: 100%;
	flex-direction: column;
	align-items: center;
	padding-bottom: 80px;
}
.elevator_02{
	padding-bottom: 30px;
}
h2.title_03{
	font-size: 1.6rem;
	padding-bottom: 3rem;
}
h2.title_03::before{
	bottom: 1.8rem;
}
h2.title_02{
	font-size: 1.6rem;
}
.list_box{
	flex-direction: column;
}
.special-cards:first-of-type, 
.special-cards:nth-of-type(2){
	width: 100%;
}
.special-cards{
	width: 100%;
}
.special-text h3{
	font-size: 1.1rem;
}
.product_catch{
	margin-bottom: 30px;
	font-size: 1.1rem;
}

/* ============== works =================== */
.works_voice{
	padding-bottom: 50px;
}
.works_ttl{
	font-size: 1.6rem;
}
ul.works_list li{
	flex-direction: column;
	align-items: stretch;
	background: #fff;
	padding: 1.5rem 1rem;
	margin-bottom: 2.5rem;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
ul.works_list li::before{
	content: none;
}
.list_img{
	flex-direction: column;
}
.img_box{
	width: 100%;
	aspect-ratio: 4 / 3;
}
.img_box img{
	object-fit: cover;
}
.list_text{
	padding-left: 0;
	padding-top: 1.5rem;
}
.voice img{
	display: block;
	margin: -1rem 0 0 auto;
	width: 100px;
}
/* ============== contact =================== */
.contact{
	background-image: url(../img/back_img02_sp.jpg);
}
.contact .contact_list{
	flex-direction: column;
	width: 85%;
	margin: 0 auto;
}
.contact_list .contact_btn{
	margin: 30px 0;
}
.contact .contact_list .tel_btn{
	width: 100%;
}
.contact .contact_list .contact_btn,
.contact .contact_list .catalog_btn{
	width: 100%;
}



}