@charset  "UTF-8";

/* ------------------------------------------
	reset
-------------------------------------------*/
html{
	overflow-x: auto;
	overflow-y: scroll;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,dl,dt,dd,form,img,hr,table,tr,td,br{
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 1.6rem;
}
address{
	font-style: normal;
}
ul{
	list-style: none;
}

/* ------------------------------------------
	clear
-------------------------------------------*/
.clear{
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}
.clearfix:after{
	height: 0;
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
}
.clearfix{
	display: inline-block;
}

/* ------------------------------------------
	font
-------------------------------------------*/
@font-face{
	font-family:'inter-semibold', sans-serif;
    src:url('../font/inter/Inter_18pt-SemiBold.ttf') format('truetype');
}
.inter_semibold{
	font-family:'inter-semibold', sans-serif;
    font-weight: 600;
}
@font-face{
    font-family:'inter';
    src:url('../font/inter/Inter_18pt-Medium.ttf') format('truetype');
}
.inter_medium{
	font-family:'inter-medium', sans-serif;
}

/* ------------------------------------------
	body
-------------------------------------------*/
body{
    width: 100%;
	min-width: 1084px;
	color: #141414;
	background: #fff;

	font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.06em;
	
	margin: 0 auto;
    padding: 0; 

    overflow-wrap: break-word;
}
/* 画像ぼやけ対策 
img{
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -o-crisp-edges;
}*/
@media screen and (max-width:1110px){
    body{
        width: 100%;
        min-width: 100%;
        overflow: hidden;
        font-size: 1rem;
    }
    input[type="button"],input[type="text"]input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 0;
        }
}
@media screen and (max-width: 890px){
    
    body{
	    width: 100%;
		min-width: 100%;
        overflow: hidden;
        font-size: .9rem;
    }
	input[type="button"],input[type="text"]input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 0;
	}

}

/* ------------------------------------------
	responsive
-------------------------------------------*/
.pc_display{
}
.sp_display{
	display: none;	
}

br.pc_br{
	display: inline;
}
br.sp_br{
	display: none;
}

@media screen and (max-width: 890px){
	.pc_display{
		display: none;
	}	
	.sp_display{
		display: inline;	
	}		

	br.pc_br{
		display: none;
	}	
	br.sp_br{
		display: inline;
	}
}

/* ------------------------------------------
	wrap
-------------------------------------------*/
.w_inner{
    width: 1084px;
	margin: 0 auto;
}
.wrap10{
    padding: 0 10px;
}
.wrap15{
    padding: 0 15px;
}
.wrap20{
    padding: 0 20px;
}
.wrap30{
    padding: 0 30px;
}	
@media screen and (max-width:1110px){

	.w_inner{
		width: 100%;
        padding: 0;
		max-width: 100%;
		min-width: 100%;
		margin: 0 auto;
	}	
	
}
@media screen and (max-width: 890px){

	.w_inner{
        width: 100%;
        padding: 0;
    }
    
}

/* ------------------------------------------
	link
-------------------------------------------*/
a:link,
a:visited,
a img{
	color: #141414;
	text-decoration: none;
	-webkit-transition: 0.1s ease-in-out;
	   -moz-transition: 0.1s ease-in-out;
	     -o-transition: 0.1s ease-in-out;
	        transition: 0.1s ease-in-out;
}
a:hover{
	opacity: 0.7;
	filter:alpha(opacity=70);
}

@media screen and (max-width: 890px){
    
    a:hover{
        opacity: 1;
        filter:alpha(opacity=100);
    }

}

/* ------------------------------------------
	背景色
-------------------------------------------*/
.gray{
    background-color: #f5f5f5;
}


/* ------------------------------------------
	アニメーション
-------------------------------------------*/
.is_animation {
    opacity: 0;
    transition: .4s;
    transform: translate(80px,80px);
}
.is_animation.is_show {
    opacity: 1.0;
    transform: translate(0,0);
}


/* ------------------------------------------
	ヘッダー
-------------------------------------------*/
.header{
    width: 100%;
    height: 101px;
	background: rgba(255,255,255,0.7);
    display: block;
    position: fixed;
    top: 0;
    padding: 18px 30px;
    z-index: 100;
}
.header .w_inner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.header .logo img{
    width: 100%;
    max-width: 264px;
    margin: 10px 0 0 0;
}
.header .nav{
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 15px;
}
.header .nav li{
    float: left;
    margin: 0 0 0 45px;
}
.header .nav li img{
    padding: 3px 0 0 0;
}
.header .nav li.contact_btn{
}
.header .nav li.contact_btn a{
    width: 160px;
    height: 48px;
    color: #f6f6f6;
    background: #FF5B00;
    padding: 14px 38px;
}
@media screen and (max-width:890px){

	.header{
        height: auto;
        padding: 0;
        background: #FF5B00;
        z-index: 11;
    }    
    .header .w_inner{
        width: 100%;
    }
    .header .logo{
        width: 80%;
        height: auto;
    }
    .header .logo img{
        width: 100%;
        max-width:180px;
        min-width: 130px;
        margin: 5px 0 0 10px;
    }
    .header .nav{
        width: 100%;
        font-size: 15px;
        position: relative;
        background-color: #fff;
        border-bottom: 1px solid #dedede;
        display: block;
        text-align: center;
        margin-top: -14px;
    }
    .header .nav li{
        width: 50%;
        margin: 0 0 0 0;
    }
    .header .nav li:first-child{
        border-right: 1px solid #dedede;
    }
    .header .nav li a{
        width: 100%;
        display: block;
    }
    .header .nav li img{
        width: 16px;
        padding: 7px 0 0 0;
    }

    .header .nav li.contact_btn{
        text-align: center;
    }
    .header .nav li.contact_btn a{
        width: auto;
        height: auto;
        font-size: 13px;
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: -42px;
        padding: 2px 14px;
        border: 1px solid #fff;
    }
	
}

/* ------------------------------------------
	フッター
-------------------------------------------*/
.footer{
	width: 100%;
    color: #f6f6f6;
	background: #FF5B00;
	padding: 100px 0 40px 0;
}
.footer .w_inner{
    display: flex;
    justify-content:space-between;
}
.footer .left{
    width: 60%;
}
.footer .logo{
}
.footer .logo img{
    width: 320px;
}
.footer .company_name{
    font-size: 20px;
    font-weight: bold;
}
.footer .right .nav{
    font-size: 14px;
    display: flex;
}
.footer .right .nav li{
    margin: 0 0 0 50px;
}
.footer .right .nav li a{
    color: #f6f6f6;
}
.footer .address .jp_txt{
    font-size: 15px;
}
.footer .address .en_txt{
    font-size: 13px;
	font-family:'inter-medium', sans-serif;
}
.footer .copy{
    color: #f6f6f6;
    font-size: 13px;
    text-align: right;
    margin-top: 95px;
}
@media screen and (max-width:890px){

    .footer{
        line-height: 1.6;
        text-align: center;
        padding: 40px 20px;
    }
    .footer .w_inner{
        display: block;
    }
    .footer .left{
        width: 100%;
        display: block;
    }
    .footer .logo{
        margin-top: 80px;
    }
    .footer .logo img{
        width: 220px;
    }
    .footer .company_name{
        font-size: 14px;
        margin-top: 20px;
    }
    .footer .right .nav{
        font-size: 13px;
        display: block;
        margin-top: 40px;
    }
    .footer .right .nav li{
        width: 100%;
        display: block;
        margin: 0 0 20px 0;
    }
    .footer .right .nav li a{
    }
    .footer .address .jp_txt{
        font-size: 13px;
        margin-top: 10px;
    }
    .footer .address .en_txt{
        font-size: 12px;
        margin-top: 10px;
    }
    .footer .copy{
        font-size: 11px;
        text-align: center;
        margin-top: 80px;
    }
    
}

/* ------------------------------------------
	ページトップへ戻るボタン
-------------------------------------------*/
#page_top{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 10;
}
#page_top a{
	width: 30px;
    height: 30px;
	color: #bfbfbf;
	border: 1px solid #bfbfbf;
	border-radius: 50px;
	background: #f6f6f6;
	display: block;
}
#page_top a .fa{
	font-size: 14px;
	position: relative;
	top: -5px;
	left: 7px;
}
@media screen and (max-width:890px){
    #page_top{
        position: fixed;
        bottom: 80px;
        right: 20px;
    }
    #page_top a{
        width: 30px;
        height: 30px;
    }
    #page_top a .fa{
        font-size: 14px;
        position: relative;
        top: 0px;
        left: 0px;
    }
}

/* ------------------------------------------
	メインコンテンツ
-------------------------------------------*/
.main_contents{
    padding: 102px 0 0 0;
    overflow: hidden;
}
#partner{
    padding: 102px 0 0 0;
}
@media screen and (max-width:1110px){
    .main_contents{
        width: 100%;
        overflow: hidden;
    }
}
@media screen and (max-width:890px){

    .main_contents{
        padding: 63px 0 0 0;
    }
    #partner{
        padding: 1px 0 0 0;
    }
        
}

/* ------------------------------------------
	共通デザイン
-------------------------------------------*/
.common_line{
    border-top: 1px solid #dedede;    
}
.common_title{
}
.common_title .orange_block{
    width: 256px;
    height: 16px;
    background: #ff5b00;
    margin-bottom: 40px
}
.common_title h2.title{ 
    font-size: 56px;
	font-family:'inter-semibold', sans-serif;
    font-weight: 600;
    line-height: 1;
}
.common_title .jp_txt{
    font-size: 16px; 
    font-weight: bold;
}
.common_inner{
    width: 1084px;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content:space-between;
}
.common_inner .left{
    width: 45%;
}
.common_inner .left h3{
    font-size: 32px; 
    font-weight: bold;
    line-height: 1.6;
}
.common_inner .right{
    width: 55%;
}

@media screen and (max-width:1110px){
    .common_line{
    }
    .common_title{
        padding: 0 40px;
    }
    .common_title .orange_block{
        width: 30%;
    }
    .common_title h2.title{ 
        font-size: 44px;
    }
    .common_title .jp_txt{
        font-size: 16px; 
        font-weight: bold;
    }
    .common_inner{
        width: 100%;
        margin: 80px auto 0 auto;
        padding: 0 40px;
    }
    .common_inner .left h3{
        font-size: 24px; 
    }
}
@media screen and (max-width:890px){

    .common_line{ 
    }
    .common_title{
    }
    .common_title .orange_block{
        width: 30%;
        height: 8px;
        margin-bottom: 20px
    }
    .common_title h2.title{ 
        font-size: 28px;
    }
    .common_title .jp_txt{
        font-size: 15px; 
        font-weight: bold;
    }
    .common_inner{
        width: 100%;
        margin: 40px auto 0 auto;
        display: block;
    }
    .common_inner .left{
        width: 100%;
        display: block;
    }
    .common_inner .left h3{
        font-size: 18px; 
    }
    .common_inner .right{
        width: 100%;
        display: block;
        margin: 20px auto 0 auto;
    }

}

/* ------------------------------------------
	スライダー
-------------------------------------------*/
#page-top .mainvisual ul li.gallery-cell{
    margin: 0 60px;
}
#page-top .mainvisual ul li.gallery-cell img{
    width: 940px;
    height: 506px;
}
#page-top .mainvisual ul li.gallery-cell img:hover{
}
@media screen and (max-width:1110px){

    #page-top .mainvisual ul li.gallery-cell{
        width: 100%;
        margin: 0;
    }
    #page-top .mainvisual ul li.gallery-cell img{
        width: 100%;
        object-fit: cover;
        height: auto;
    }
}
@media screen and (max-width:890px){

	#page-top .mainvisual{
        margin-top: 20px;
    }
    #page-top .mainvisual ul li.gallery-cell{
        width: 100%;
        margin: 0;
    }
	#page-top .mainvisual ul li.gallery-cell img{
        width: 100%;
        object-fit: cover;
        height: auto;
    }
    
}

/* ------------------------------------------
	トップページ
-------------------------------------------*/
#page-top .catch_area{
    width: 100%;
    line-height: 1;
}
#page-top .catch_position{
    width: 1000px;
    position: absolute;
    top: 560px;
    right: 0;
    bottom: 0;
    left: -84px;
    margin: 0 auto;
    z-index: 10;
}
#page-top .catch_area h1.catch{
    color: #FF5B00;
	font-family:'inter-semibold', sans-serif;
    font-weight: 600;
    font-size: 96px;
    width: auto;
}
#page-top .catch_area .en_txt{
    color: #FF5B00;
	font-family:'inter-medium', sans-serif;
    font-size: 64px;
    width: auto;
}
#page-top .catch_area .jp_txt{
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    width: auto;
}
#page-top .bottom_photo_area{
    width: 100%;
    height: 380px;
    overflow: hidden;
}
#page-top .bottom_photo_area img{
    object-fit: cover;
    width: 180%;
}

@media screen and (max-width:1110px){
    #page-top .catch_area{
    }
    #page-top .catch_position{
        width: 90%;
        top: 600px;
        left: 0;
        margin: 0 auto;
        padding: 0 40px;
    }
    #page-top .catch_area h1.catch{
        font-size: 64px;
    }
    #page-top .catch_area .en_txt{
        font-size: 40px;
        margin-top: 5px;
    }
    #page-top .catch_area .jp_txt{
        font-size: 18px;
        margin-top: 20px;
    }
    #page-top .bottom_photo_area{
        width: 100%;
        height: 240px;
    }
    #page-top .bottom_photo_area img{
        object-fit: cover;
        width: 160%;
    }

}
@media screen and (max-width:890px){

    #page-top .catch_area{
    }
    #page-top .catch_position{
        width: 80%;
        height: auto;
        top: 520px;
        left: 0;
        margin: 0 auto 0 0;
        padding: 0 40px;
    }
    #page-top .catch_area h1.catch{
        font-size: 44px;
    }
    #page-top .catch_area .en_txt{
        font-size: 24px;
        margin-top: 5px;
    }
    #page-top .catch_area .jp_txt{
        font-size: 16px;
        margin-top: 10px;
    }
    #page-top .bottom_photo_area{
        width: 100%;
        height: 180px;
    }
    #page-top .bottom_photo_area img{
        object-fit: cover;
        width: 160%;
    }

}
@media screen and (max-width:850px){

    #page-top .catch_position{
        top: 480px;
    }
}
@media screen and (max-width:740px){

    #page-top .catch_position{
        top: 440px;
    }
}
@media screen and (max-width:667px){

    #page-top .catch_position{
        width: 90%;
    }
    #page-top .catch_position{
        top: 400px;
    }
}
@media screen and (max-width:520px){

    #page-top .catch_position{
        width: 90%;
    }
    #page-top .catch_position{
        top: 330px;
    }
    #page-top .catch_area h1.catch{
        font-size: 38px;
    }
    #page-top .catch_area .en_txt{
        font-size: 18px;
    }
    #page-top .bottom_photo_area{
        width: 100%;
        height: 150px;
    }
    #page-top .bottom_photo_area img{
        object-fit: cover;
        width: 160%;
    }
}
@media screen and (max-width:480px){

    #page-top .catch_position{
        width: 90%;
    }
    #page-top .catch_position{
        top: 360px;
    }
    #page-top .catch_area h1.catch{
        font-size: 36px;
    }
    #page-top .catch_area .en_txt{
        font-size: 16px;
    }
}
@media screen and (max-width:400px){

    #page-top .catch_position{
        width: 90%;
    }
    #page-top .catch_position{
        top: 320px;
    }
    #page-top .catch_area h1.catch{
        font-size: 34px;
        line-height: 1.2;
    }
    #page-top .catch_area .en_txt{
        font-size: 16px;
        line-height: 1.2;
    }
    #page-top .catch_area .jp_txt{
        font-size: 14px;
        line-height: 1.8;
    }
    #page-top .bottom_photo_area{
        width: 100%;
        height: 120px;
    }
    #page-top .bottom_photo_area img{
        object-fit: cover;
        width: 160%;
    }
}
@media screen and (max-width:360px){

    #page-top .catch_position{
        width: 90%;
    }
    #page-top .catch_position{
        top: 280px;
    }
    #page-top .catch_area h1.catch{
        font-size: 28px;
    }
    #page-top .catch_area .en_txt{
        font-size: 15px;
    }
    #page-top .catch_area .jp_txt{
        font-size: 13px;
        line-height: 1.8;
    }
}

/* ------------------------------------------
	PHILOSOPHY
-------------------------------------------*/
#page-top .philosophy{
    margin-top: 120px;
}
#page-top .philosophy .bg_photo{
    margin: 100px 0;
}
#page-top .philosophy .bg_photo img{
    width: calc((100% - 1084px) / 2 + 1084px);
    display: block;
    margin-left: auto;
}

@media screen and (max-width:890px){

    #page-top .philosophy{
        margin-top: 180px;
    }
    #page-top .partner{
        margin-top: 80px;
    }
    #page-top .philosophy .bg_photo{
        margin: 40px 0 0 0;
    }
    #page-top .philosophy .bg_photo img{
        width: calc((100% - 890px) / 2 + 890px);
        display: block;
        margin-left: auto;
    }

}
@media screen and (max-width:667px){

    #page-top .philosophy{
        margin-top: 200px;
    }

}
@media screen and (max-width:580px){

    #page-top .philosophy{
        margin-top: 240px;
    }

}




/* ------------------------------------------
	Nera
-------------------------------------------*/
#page-top .nera_inner{
    width: 900px;
    margin: 0 auto;
    padding: 0 0 140px 0;
}
#page-top .nera_inner .nera{
    background-color: #153653;
    /*display: flex;
    justify-content:space-between;*/
    display: block;
    margin-top: 100px;
    padding: 40px 40px 0 40px;
    overflow: hidden;
}
#page-top .nera_inner .nera .txt_area{
    width: 100%;
    color: #f6f6f6;
    font-size: 14px;
    line-height: 1.8;
}
#page-top .nera_inner .nera .txt_area h3{
    width: 332px;
    height: 72px;
    margin-bottom: 40px;
}


#page-top .nera_inner .nera .inline_box{
}

#page-top .nera_inner .nera .detail_btn{
    width: 200px;
    margin-top: 40px;
    display: inline-block;
}
#page-top .nera_inner .nera .detail_btn a{
    width: 200px;
    color: #141414;
    font-size: 15px;
    font-weight: bold;
    background: #f6f6f6;
    padding: 12px 25px 11px 25px;
    display: flex;
}
#page-top .nera_inner .nera .detail_btn .detail_icon{
    margin-left: 10px;
}
#page-top .nera_inner .nera .detail_btn .detail_icon img{
    width: 20px;
    margin-top: 5px;
}


#page-top .nera_inner .nera .blank_btn{
    width: 200px;
    margin-top: 40px;
    display: inline-block;
    margin-left: 20px;
}
#page-top .nera_inner .nera .blank_btn a{
    color: #FF5B00;
    font-size: 15px;
    font-weight: bold;
    background: #fff;
    padding: 11px 10px 10px 20px;
    display: flex;
    border: 1px solid #FF5B00;
}
#page-top .nera_inner .nera .blank_btn .blank_icon{
    margin-left: 5px;
}
#page-top .nera_inner .nera .blank_btn .blank_icon img{
    width: 20px;
    margin-top: 5px;
}


#page-top .nera_inner .nera .photo_area{
    text-align: right;
    width: 100%;
    display: block;
    margin-top: -80px;
}
#page-top .nera_inner .nera .photo_area img{
    width: 270px;
}
@media screen and (max-width:890px){

    #page-top .nera_inner{
        width: 100%;
        padding: 0 40px;
    }
    #page-top .nera_inner .nera{
        width: 100%;
        margin-top: 40px;
        overflow: hidden;
        display: block;
        margin: 40px 20px 0 0;
        padding: 20px 20px 0px 20px;
        z-index: 2;
        box-sizing: border-box;
    }
    #page-top .nera_inner .nera .txt_area{
        width: 100%;
        font-size: 14px;
        line-height: 1.8;
    }
    #page-top .nera_inner .nera .txt_area h3{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    #page-top .nera_inner .nera .txt_area h3 img{
        width: 100%;
        max-width: 260px;
        min-width: 200px;
    }
    #page-top .nera_inner .nera .detail_btn{
        width: 200px;
        display: block;
        margin-top: 30px;
        z-index: 5;
    }
    #page-top .nera_inner .nera .detail_btn a{
        width: 100%;
        height: 100%;
        padding: 10px 10px 10px 15px;
        display: flex;
        z-index: 5;
    }
    #page-top .nera_inner .nera .detail_btn .detail_icon{
        margin-left: 10px;
    }
    #page-top .nera_inner .nera .detail_btn .detail_icon img{
        width: 20px;
        margin-top: 4px;
        margin-left: 50px;
    }

   #page-top .nera_inner .nera .blank_btn{
        width: 200px;
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }
    #page-top .nera_inner .nera .blank_btn a{
        width: 100%;
        height: 100%;
        padding: 12px 15px 10px 15px;
        display: flex;
        z-index: 5;
    }
    #page-top .nera_inner .nera .blank_btn .blank_icon{
        margin-left: 10px;
    }
    #page-top .nera_inner .nera .blank_btn .blank_icon img{
        width: 20px;
    }

    #page-top .nera_inner .nera .photo_area{
        margin: 20px -20px -40px 0;
        text-align: right;
        z-index: 1;
    }
    #page-top .nera_inner .nera .photo_area img{
        width: 55%;
    }

}


/* ------------------------------------------
	EXTRU-TECH
-------------------------------------------*/
#page-top .nera_inner .extru_tech{
    background-color: #fff;
    /*display: flex;
    justify-content:space-between;*/
    display: block;
    margin: 50px 0 0 0;
    padding: 40px 0 0 40px;
    overflow: hidden;
}
#page-top .nera_inner .extru_tech .txt_area{
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    display: block;
    padding-right: 50px;
}
#page-top .nera_inner .extru_tech .txt_area h3{
    margin-bottom: 40px;
}
#page-top .nera_inner .extru_tech .txt_area h3 img{
    width: 182px;
    height: 82px;
}
#page-top .nera_inner .extru_tech .blank_btn{
    width: 190px;
    display: block;
    margin-top: 40px;
}
#page-top .nera_inner .extru_tech .blank_btn a{
    color: #FF5B00;
    font-size: 15px;
    font-weight: bold;
    background: #fff;
    padding: 11px 10px 10px 20px;
    display: flex;
    border: 1px solid #FF5B00;
}
#page-top .nera_inner .extru_tech .blank_btn .blank_icon{
    margin-left: 5px;
}
#page-top .nera_inner .extru_tech .blank_btn .blank_icon img{
    width: 20px;
    margin-top: 5px;
}
#page-top .nera_inner .extru_tech .photo_area{
    text-align: right;
    width: 100%;
    display: block;
    margin-top: -80px;
}
#page-top .nera_inner .extru_tech .photo_area img{
    width: 400px;
    margin: 0 40px 0 0;
}

@media screen and (max-width:890px){

    #page-top .nera_inner .extru_tech{
        display: block;
        margin: 20px 0 80px 0;
        padding: 20px 20px 20px 20px;
        overflow: hidden;
    }
    #page-top .nera_inner .extru_tech .txt_area{
        width: 100%;
        font-size: 14px;
        line-height: 1.8;
        display: block;
        padding-right: 0;
    }
    #page-top .nera_inner .extru_tech .txt_area h3{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    #page-top .nera_inner .extru_tech .txt_area h3 img{
        width: 100%;
        max-width: 182px;
        min-width: 140px;
        height: 82px;
    }
    #page-top .nera_inner .extru_tech .blank_btn{
        width: 200px;
        display: block;
        margin-top: 30px;
    }
    #page-top .nera_inner .extru_tech .blank_btn a{
        width: 100%;
        height: 100%;
        padding: 12px 15px 10px 25px;
        display: flex;
        z-index: 5;
    }
    #page-top .nera_inner .extru_tech .blank_btn .blank_icon{
        margin-left: 10px;
    }
    #page-top .nera_inner .extru_tech .blank_btn .blank_icon img{
        width: 20px;
    }
    #page-top .nera_inner .extru_tech .photo_area{
        margin: 0 -20px -60px 0;
        text-align: right;
        z-index: 1;
    }
    #page-top .nera_inner .extru_tech .photo_area img{
        margin-right: -20px;
        width: 70%;
    }

}

/* ------------------------------------------
	取扱製品
-------------------------------------------*/
#page-nera{
    background: #fff;
    display: block;
}
#page-nera .contents{
    margin: 100px auto;
}
#page-nera .contents .img_area{
    margin-bottom: 100px;
}
#page-nera .contents .img_area img{
    width: 100%;
}
#page-nera .three_area{
    display: flex;
    justify-content:space-between;
}
#page-nera .contents ul{
    width: 30%;
    letter-spacing: normal;
    line-height: 1.4;
}
#page-nera .contents ul li{
    font-size: 15px;
    display: flex;
    margin-bottom: 32px;
}
#page-nera .contents .number{
    margin-right: 12px;
}
#page-nera .contents .number img{
    margin-top: 5px;
    width: 26px;
}

@media screen and (max-width:890px){

    #page-nera{
    }
    #page-nera .contents{
        margin: 60px auto;
        padding: 0;
    }
    #page-nera .contents .img_area{
        padding: 0;
        margin-top: -41px;
        margin-bottom: 40px;
    }
    #page-nera .contents .img_area img{
        width: 100%;
    }
    #page-nera .three_area{
        display: block;
        padding: 0 40px;
    }
    #page-nera .contents ul{
        width: 100%;
        letter-spacing: normal;
        line-height: 1.4;
    }
    #page-nera .contents ul li{
        font-size: 15px;
        display: flex;
        margin-bottom: 32px;
    }
    #page-nera .contents .number{
        margin-right: 12px;
    }
    #page-nera .contents .number img{
        margin-top: 4px;
        width: 20px;
    }

}



#page-nera .nera_area{
    display: flex;
    justify-content:space-between;
    padding: 100px 0;
}
#page-nera .nera_area .nera_title{
}
#page-nera .nera_area .nera_title .en_txt{
    font-size: 20px;
	font-family:'inter-medium', sans-serif;
    font-weight: 600;
}
#page-nera .nera_area .nera_title h1,
#page-nera .nera_area .nera_title h2{
    color: #1565c0;
    font-size: 40px;
	font-family:'inter-semibold', sans-serif;
    font-weight: 600;
    line-height: 1.8;
}
#page-nera .nera_area .nera_title .jp_txt{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 72px
}
#page-nera .nera_area .nera_txt_area .txt{
    font-size: 16px;
}
#page-nera .nera_area .nera_txt_area .jp_txt{
    font-size: 16px;
    margin-top: 32px;
}
#page-nera .nera_area .nera_txt_area .jp_txt span.blue{
    color: #1565c0;
}
#page-nera .info_area{
    width: 480px;
}
#page-nera .nera_image_area{
    width: 530px;
}
#page-nera .nera_image_area img{
    width: 100%;
}
#page-nera .bg_photo{
    height: 380px;
    margin: -340px 0 300px 300px;
}
#page-nera .bg_photo img{
    width: calc((100% - 200px) / 2 + 200px);
    display: block;
    margin-left: auto;
}
@media screen and (max-width:890px){

    #page-nera .nera_area{
        display: block;
        padding: 100px 40px;
    }
    #page-nera .nera_area .nera_title{
    }
    #page-nera .nera_area .nera_title .en_txt{
        font-size: 18px;
        margin-bottom: 3px;
    }
    #page-nera .nera_area .nera_title h1,
    #page-nera .nera_area .nera_title h2{
        font-size: 32px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 3px;
    }
    #page-nera .nera_area .nera_title .jp_txt{
        font-size: 14px;
        margin-bottom: 40px
    }
    #page-nera .nera_area .nera_txt_area .txt{
        font-size: 14px;
    }
    #page-nera .nera_area .nera_txt_area .jp_txt{
        font-size: 14px;
        margin-top: 32px;
    }
    #page-nera .nera_area .nera_txt_area .jp_txt span.blue{
    }
    #page-nera .info_area{
        width: 100%;
    }
    #page-nera .nera_image_area{
        width: 100%;
        margin-top: 40px;
    }
    #page-nera .nera_image_area img{
        width: 100%;
    }
    #page-nera .bg_photo{
        width: 100%;
        margin: 0;
    }
    #page-nera .bg_photo img{
        width: 100%;
        display: block;
        margin: 0 auto;
    }

}


/* 0624追加要素 */
#page-nera .add_area{
}
#page-nera .nera_area_add{
    display: flex;
    justify-content:space-between;
    padding: 100px 0;
    position: relative;
}
#page-nera .add_area .w_inner{
    width: 1080px;
    margin: 0 auto;
    display: block;
    display: flex;
    justify-content:space-between;
}
#page-nera .nera_area_add .nera_title{
}
#page-nera .nera_area_add .nera_title .en_txt{
    font-size: 20px;
	font-family:'inter-medium', sans-serif;
    font-weight: 600;
}
#page-nera .nera_area_add .nera_title h1,
#page-nera .nera_area_add .nera_title h2{
    color: #1565c0;
    font-size: 40px;
	font-family:'inter-semibold', sans-serif;
    font-weight: 600;
    line-height: 1.8;
}
#page-nera .nera_area_add .nera_title .jp_txt_table{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 72px
}
#page-nera .nera_area_add .nera_txt_area .txt{
    font-size: 16px;
}
#page-nera .nera_area_add .nera_txt_area .jp_txt_table{
    font-size: 15px;
    margin-top: 32px;
}
#page-nera .nera_area_add .nera_txt_area .jp_txt_table span.blue{
    color: #1565c0;
}
#page-nera .nera_area_add .nera_txt_area .jp_txt_table .blue_box_small{
    display: flex;
    justify-content: start;
    margin: 0;
    text-align: left;
}
#page-nera .nera_area_add .nera_txt_area .jp_txt_table .blue_txt{
    color: #1565c0;
    width: 160px;
}
#page-nera .nera_area_add .info_area{
    width: 480px;
}
#page-nera .nera_area_add .nera_image_area{
    width: 530px;
}
#page-nera .nera_area_add .nera_image_area img{
    width: 100%;
}
#page-nera .bg_photo_add{
    width: 550px;
    display: block;
    margin: 100px -40px 0 0;
}
#page-nera .bg_photo_add img{
    width: 100%;
}
#page-nera .glay_box{
    display: flex;
    justify-content: start;
    background-color: #f6f6f6;
    width: auto;
    display: block;
    margin: 40px 0 0 0;
    padding: 20px;
}
#page-nera .glay_box .sub_title{
    font-weight: bold;
}
#page-nera .glay_box img{
    width: 102px;
    margin-right: 20px;
}
@media screen and (max-width:890px){

    #page-nera .nera_area_add {
        display: block;
        padding: 100px 40px;
    }
    
    #page-nera .nera_area_add{
        display: block;
        width: 100%;
        justify-content: none;
    }
    #page-nera .add_area .w_inner{
        display: block;
        width: 100%;
        justify-content: none;
    }
    #page-nera .nera_area_add .nera_title{
    }
    #page-nera .n.nera_area_add .nera_title .en_txt{
        font-size: 18px;
        margin-bottom: 3px;
    }
    #page-nera .nera_area_add .nera_title h1,
    #page-nera .nera_area_add .nera_title h2{
        font-size: 32px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 3px;
    }
    #page-nera .nera_area_add .nera_title .jp_txt{
        font-size: 14px;
        margin-bottom: 40px
    }
    #page-nera .nera_area_add .nera_txt_area .txt{
        font-size: 14px;
    }
    #page-nera .nera_area_add .nera_txt_area .jp_txt{
        font-size: 14px;
        margin-top: 32px;
    }
    #page-nera .nera_area_add .nera_txt_area .jp_txt span.blue{
    }
    #page-nera .nera_area_add  .info_area{
        width: 100%;
    }
    #page-nera .nera_area_add  .nera_image_area{
        width: 100%;
        padding: 0 0 40px 0;
    }
    #page-nera .nera_area_add  .nera_image_area img{
        width: 100%;
        max-width: 320px;
    }
    #page-nera .bg_photo_add{
        width: 100%;
        margin: -40px 0 0 0;
    }
    #page-nera .bg_photo_add img{
        width: 100%;
        display: block;
        margin: 0 auto;
        max-width: 320px;
    }

    
    #page-nera .nera_area_add .nera_txt_area .jp_txt_table .blue_box_small{
        display: block;
        width: 100%;
        justify-content: none;
        margin: 0;
    }
    #page-nera .nera_area_add .nera_txt_area .jp_txt_table .blue_txt{
        color: #1565c0;
        display: block;
        width: 100%;
    }
    #page-nera .nera_area_add .nera_txt_area .txt{
        font-size: 13px;
    }
    #page-nera .nera_area_add .nera_txt_area .jp_txt_table{
        font-size: 13px;
        margin-top: 32px;
    }

}



/* ------------------------------------------
	会社概要
-------------------------------------------*/
#page-company{
    background-color: #fff;
    padding-bottom: 140px;
}
#page-company .company_list{
    width: 900px;
    margin: 100px auto 0 auto;
}
#page-company .company_list dl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#page-company .company_list dt{
    color: #ff5b00;
    width: 20%;
    border-bottom: 1px solid #dedede;
    padding: 25px 0;
}
#page-company .company_list dd{
    width: 80%;
    border-bottom: 1px solid #dedede;
    padding: 25px 0;
}
@media screen and (max-width:890px){

    #page-company{
        margin-top: 19px;
        padding-bottom: 100px;
    }
    #page-company .company_list{
        width: 100%;
        margin: 80px auto 0 auto;
        padding: 0 40px;
    }
    #page-company .company_list dl{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    #page-company .company_list dt{
        width: 20%;
        border-bottom: 1px solid #dedede;
        padding: 25px 0;
    }
    #page-company .company_list dd{
        width: 80%;
        border-bottom: 1px solid #dedede;
        padding: 25px 0;
    }

}
@media screen and (max-width:667px){

    #page-company .company_list dl{
        display: block;
        flex-wrap: wrap;
        width: 100%;
    }
    #page-company .company_list dt{
        width: 100%;
        border-bottom: none;
        padding: 15px 0;
    }
    #page-company .company_list dd{
        width: 100%;
        padding: 0 0 15px 0;
        border-bottom: 1px solid #dedede;
    }
}


/* ------------------------------------------
    お問い合わせ
-------------------------------------------*/
#page-contact{
    background-color: #fff;
    padding-bottom: 140px;
}
#page-contact .common_inner{
    width: 716px;
    font-size: 20px;
    margin: 100px auto;
}

#contact.contact_area{
    font-size: 16px;
    width: 716px;
    margin: 0 auto;
}
#contact.contact_area input,
#contact.contact_area textarea {
    width: 716px;
}

@media screen and (max-width:890px){
    #page-contact{
        margin-top: 19px;
        padding-bottom: 80px;
    }
    #page-contact .common_inner{
        width: 100%;
        font-size: 16px;
        margin: 40px auto;
    }
    #page-contact .center_txt{
        font-size: 14px;
    }
    #contact.contact_area{
        font-size: 14px;
        width: 100%;
        margin: 0 auto;
        padding: 0 40px;
    }
    #contact.contact_area input,
    #contact.contact_area textarea {
        width: 100%;
    }

}



#contact form .form_area .form_table .form_title{
    display: flex;
    margin: 0 0 32px 0;
}
#contact form .form_area .form_table li{
    margin: 0 0 32px 0;
}
#contact form .form_area .form_table .form_title .form_txt{
}
#contact form .form_area .form_table .form_title .required{
    width: 52px;
    height: 25px;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    background-color: #ff5b00;
    margin-left: 20px;
    text-align: center;
}
#contact form .form_area .form_table .form_title .any{
    width: 52px;
    height: 25px;
    overflow: hidden;
    font-size: 12px;
    color: #121212;
    background-color: #ededed;
    margin-left: 20px;
    text-align: center;
}
#contact form .form_txt{
    margin: -5px 0 0 0;
}
@media screen and (max-width:890px){

    #contact form .form_area .form_table .form_title{
        margin: 0 0 16px 0;
    }
    #contact form .form_area .form_table .form_title .required{
        width: 52px;
        height: 24px;
        margin-left: 14px;
        margin-top: -4px;
        padding-bottom: 5px;
    }
    #contact form .form_area .form_table .form_title .any{
        width: 52px;
        height: 24px;
        margin-left: 14px;
        margin-top: -4px;
        padding-bottom: 5px;
    }
}




#privacy.privacy{
}
#privacy.privacy h3{
    font-size: 18px;
    font-weight: bold;
    margin: 60px 0 32px 0;
}
#privacy .privacy_box{
    width: 716px;
    height: 502px;
    overflow-y: scroll; 
    background-color: #f2f2f2;
	border: 1px solid #dedede;
    margin-right: 0;
    margin-left: 0;
    padding: 16px;
}
@media screen and (max-width:890px){
        
    #privacy .privacy_box{
        width: 100%;
        height: 300px;
    }
    #privacy.privacy h3{
        font-size: 16px;
        margin: 40px 0 16px 0;
    }

}


/* ------------------------------------------
    nera 動画
-------------------------------------------*/
#page-nera .mainvisual{
	width: 100%;
	height: auto;

	display: flex;
	justify-content: top;
	align-items: center;
}
#page-nera .mainvisual-video{
	width: 100%;
	height: auto;
}
#page-nera .mainvisual-video video{
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 1100px){
	
	#page-nera .mainvisual-video{
		width: 100%;
	}
	#page-nera .mainvisual-video video{
		width: 100%;
	}

}

@media screen and (max-width: 667px){

	
	#page-nera .mainvisual{
		width: 100%;
		height: auto;

		display: flex;
		justify-content: top;
		align-items: center;
		padding-top: 0px;
	}
	#page-nera .mainvisual-video{
		width: 200%;
		height: auto;
	}
	#page-nera .mainvisual-video video{
		width: 100%;
		height: 100%;
	}


}






/* =========================
   CATALOG SECTION
========================= */

.catalog-section {
  text-align: left;
  position: relative;
  margin-top: 120px;
  padding: 120px 5%;
  overflow: hidden;

  /* 背景画像 */
  background-image: url(../img/catalog-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

/* 暗幕 */
.catalog-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.58);
  z-index: 0;
}

/* コンテンツ */
.catalog-inner {
  position: relative;
  z-index: 2;

  margin: 0 auto;

  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 100px;

  align-items: center;
}

/* =========================
   LEFT CONTENT
========================= */

.catalog-subtitle {
  display: inline-block;

  color: #ffffff;

  font-size: 1.1rem;
  font-weight: 700;

  margin-bottom: 14px;
}

.catalog-title {
  color: #ffffff;
  font-size: clamp(24px, 5vw, 32px);
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 34px;
}

.catalog-text {
  color: rgba(255,255,255,0.95);

  font-size: 1rem;
  line-height: 2.1;
}

/* =========================
   CATALOG LIST
========================= */

.catalog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.catalog-item {
  text-align: center;
}

.catalog-image {
  margin-bottom: 24px;
  padding: 0 28px;
}
.catalog-image.neraone {
  padding: 0 0;
}

.catalog-image img {
  width: 100%;
  max-width: 260px;

  display: block;

  margin: 0 auto;

  box-shadow:
    0 12px 28px rgba(0,0,0,0.28);
}

/* =========================
   BUTTON
========================= */

.catalog-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;

  padding: 0 18px;

  border-radius: 999px;

  background:#1565C0;

  color: #ffffff;
  text-decoration: none;

  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.04em;

  transition:
    transform .25s ease,
    opacity .25s ease;
}

.catalog-button:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {

  .catalog-inner {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .catalog-list {
    grid-template-columns: repeat(2, 1fr);
  }

}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .catalog-section {
    padding: 90px 20px;
  }

  .catalog-title {
    margin-bottom: 24px;
  }

  .catalog-text {
    font-size: 1rem;
    line-height: 2;
  }

  /* カタログ縦並び */
  .catalog-list {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .catalog-image img {
    max-width: 220px;
  }

  .catalog-button {
    min-height: 52px;

    font-size: 0.95rem;

    padding: 0 22px;
  }

}