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



#logo{
background: #f4a401; /* Old browsers */
background: -moz-linear-gradient(left,  #f4a401 0%, #ffea00 50%, #f4a401 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f4a401), color-stop(50%,#ffea00), color-stop(100%,#f4a401)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f4a401 0%,#ffea00 50%,#f4a401 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f4a401 0%,#ffea00 50%,#f4a401 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f4a401 0%,#ffea00 50%,#f4a401 100%); /* IE10+ */
background: linear-gradient(to right,  #f4a401 0%,#ffea00 50%,#f4a401 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4a401', endColorstr='#f4a401',GradientType=1 ); /* IE6-9 */
}

#logo img{
	margin:0 auto;
	width:30%;
	display:block;
	padding:15px 0;
}
#nav{
	background:url(../img/common/nav_back.png) repeat-x;
	overflow: hidden;
	position: relative;
	border-bottom:#f9c901 2px solid;
}

#nav.fix {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#nav ul{
	float: left;
	position: relative;
    left: 50%;
}
#nav li{
	float:left;
	position: relative;
    left: -50%;
}

#nav_sp{
	background:#010101;
	overflow: hidden;
	position: relative;
	border-bottom:#f9c901 2px solid;
	color:#fff;
}

#nav_sp.fix {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}

#nav_sp ul{
	float: left;
	position: relative;
    left: 50%;
	text-align:center;
	font-weight:bold;
}
#nav_sp li{
	float:left;
	position: relative;
    left: -50%;
	border-right:1px solid #4A4A4A;
	border-bottom:1px solid #4A4A4A;
	padding:5px 0;
}



.nav_s{
	overflow:hidden;
	position: relative;
	background:#2f2f2f;
}
.nav_s ul{
	float: left;
	position: relative;
    left: 50%;
}
.nav_s ul li{
	float:left;
	margin:10px 0;
	padding:0 20px;
	position: relative;
    left: -50%;
	border-right:#555 1px solid;
}
.nav_s ul li:last-child{
	border-right:0px;

}
.nav_s ul li a{
	color:#fff !important;
}

.nav_s ul li a:hover{
	color:#ffcd11 !important;
	text-decoration:underline;
}

#wrapper{
	background-image: url("../img/common/top_back.jpg");
	background-size: 100% auto;
	text-align:center;
	font-family:"Noto Sans Japanese","Noto Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#title{
	padding:30px 0 20px;
	background-color:rgba(15,15,15,0.7);
}
#main_title{
	font-size:38px;
	font-weight:bold;
	padding-bottom:15px;
	color:#ffcd11;
	text-shadow:0px 0px 6px #000;
}
#main_title_sub{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-shadow:0px 0px 6px #000;
}
#main{
	margin:0 auto;
	padding-bottom:20px;
}

#main .news_area{
	padding: clamp(16px, calc(20 / 1250 * 100vw), 20px) 16px;
	background-color: #fff;
	box-shadow: 0 0 5px #999, 0 0 5px #ccc, 0 0 1px #aaa;
	margin-bottom: 30px;
}

#main .news_area .logo_wrap{
	display: flex;
	flex-wrap: wrap;
	gap: clamp(6px, calc(20 / 1250 * 100vw), 20px);
	align-items: center;
	justify-content: center;
}

#main .news_area .logo_wrap .info_icon{
	color: #ffcc11;
	font-size: clamp(15px, calc(18 / 1250 * 100vw), 18px);
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	letter-spacing: 2px;
	white-space: nowrap;
	background: #111;
	border-radius: 4px;
	padding: 8px 16px;
}

#main .news_area .logo_4dcm{
	max-width: clamp(220px, calc(450 / 1250 * 100vw), 450px);
}

#main .news_area .logo_4dcm img{
	width: 100%;
	height: auto;
}

#main .news_area .news_text_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 32px;
	margin-top: 10px;
}

#main .news_area .news_text{
	text-align: left;
}

#main .news_area .news_detail_btn{
	box-sizing: border-box;
	text-align: right;
}

#main .news_area .news_detail_btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffcd11;
	background-image: linear-gradient(180deg, rgba(254, 202, 16, 1) 10%, rgba(240, 168, 2, 1) 90%);
	border-radius: 4px;
	padding: 6px clamp(32px, calc(40 / 1250 * 100vw), 40px);
	font-size: clamp(16px, calc(20 / 550 * 100vw), 20px);
	font-weight: bold;
	border: solid 1px #f0a802;
	box-shadow: 0 5px 0 rgb(196, 137, 0);
	box-sizing: border-box;
	transform: translateY(-2px);
}

#main .news_area .news_detail_btn a:hover,
#main .news_area .news_detail_btn a:active{
	box-shadow: none;
	transform: translateY(3px);
}

#main .news_area .news_detail_btn a span::after{
	content: '≫';
	font-size: 1.4em;
	line-height: 1;
	margin-left: 0.25em;
	display: inline-block;
	transform: translateY(2px);
}

@media screen and (max-width: 767px){
#main .news_area .logo_4dcm{
		max-width: 350px;
	}

	#main .news_area .news_text_wrap{
		flex-direction: column;
		row-gap: 20px;
		margin-top: 20px;
	}

	#main .news_area .news_text{
		text-align: center;
	}

	#main .news_area .news_detail_btn{
		text-align: center;
		width: 100%;
		max-width: 380px;
	}

	#main .news_area .news_detail_btn a{
		display: block;
		width: 100%;
		padding: 0.5em;
	}
}



#new_road{
	background: url("../img/top_road.jpg") no-repeat;
	padding: 15px;
	margin: 10px 0 30px;
}
#new_icon{
	float: left;
	padding: 10px 0 0 20px;
}
#new_road_text{
	color: #fff;
	text-shadow: 2px 2px 2px #0a176e;
	font-size: 29px;
	font-weight: bold;
	float: left;
	padding: 40px 0 0 25px;
	line-height: 140%;
}


#what{
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}
#what_img{
	padding-top:10px;
}
#what_img li{
	float:left;
	padding-left:13px;
}
#what_img2{
	padding-left:30px;
}
#recommend{
	padding:15px 0 15px 0;
	margin:10px 20px 0 20px;
	border: 3px solid #E0E0E0;
	border-radius: 10px;
	-moz-background-size:100% auto;
	background-size:100% auto;
	height:113px;
	line-height:150%;
}
#recommend p{
	text-align:center;
}
span#recommend_title{
	font-size:22px;
	display:block;
	padding-bottom:5px;
	color: #0a176e;
}
span.bold{
	font-weight:bold;
}
#button{
	padding:15px 0 20px;
	margin:0 auto;
}


#button img:hover {
	opacity: 0.8 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
}

.title{
	margin:0 auto;
	overflow:hidden;
	background:url(../img/stripe.png) no-repeat right #111;
}
.title_01{
	float:left;
	padding:10px 0 5px 8px;
}

.category{
	background:#FFF;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:30px;
	padding-bottom:20px;
    box-shadow:0 0 5px #999, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #999, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #999, 0 0 5px #ccc, 0 0 1px #aaa;
}

.catemain{
	margin:15px 0;
}
.category2{
	background:#FFF;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:30px;
	padding-bottom:20px;
    box-shadow:0 0 5px #999, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #999, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #999, 0 0 5px #ccc, 0 0 1px #aaa;
	width:31%;
	float:left;
	margin:0 1%;
}
.category3{
	background:#FFF;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:30px;
	padding-bottom:20px;
    box-shadow:0 0 5px #999, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #999, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #999, 0 0 5px #ccc, 0 0 1px #aaa;
	width:48%;
	float:left;
	margin:0 1%;
}
.category_inner{
	text-align:left;
	overflow:hidden;
	padding:0 10px;
	margin:15px 0;
}
.category_inner img{
	margin:0 auto;
	display:block;
}
.button_s{
	background:url(../img/top_intros_button_over.png) no-repeat center;
	margin:20px 0 0 15px;
	float:left;
}
.button_s a:hover {
    background-color: transparent; /* IE6対応 */
}
.button_s a:hover img {
    visibility: hidden;
}

.button_s2{
	background:url(../img/top_pers_buttons_over.png) no-repeat center;
	margin:20px 0 0 15px;
	float:left;
}
.button_s2 a:hover {
    background-color: transparent; /* IE6対応 */
}
.button_s2 a:hover img {
    visibility: hidden;
}

.button{
	margin:20px 0;
}
.button a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=50) ;	/* Ie用 */
}

/*.button2{
	background:url(../img/top_pers_button_over.png) no-repeat center;
	margin-top:20px;
}

.button2 a:hover {
    background-color: transparent;
}
.button2 a:hover img {
    visibility: hidden;
}

.button3{
	background:url(../img/top_voice_button_over.png) no-repeat center;
	margin-top:20px;
}

.button3 a:hover {
    background-color: transparent; 
}
.button3 a:hover img {
    visibility: hidden;
}*/

#main{
	width:960px;
}
#footer_inner{
	width:960px;
	overflow:hidden;
}

#what_right{
	float:right;
	width:776px;
}
#what_font{
	font-weight:bold;
	font-size:27px;
	margin:15px 15px 25px 15px;
	padding:7px 0 7px;
	line-height:130%;
	background:#111;
	color:#ffcd11;
	letter-spacing:2px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-style: italic;
}
#what_left{
	float:left;
	width:60%;
	margin:0 0 5px 15px;
}
#what_right{
	float:left;
	width:37%;
}
#what_center{
	margin:40px 15px 15px 15px;
}
.title_font{
	font-size:25px;
	line-height:130%;
	text-align:left;
	padding:0 0 8px 23px;
	margin-bottom:10px;
	background:url(../img/icon.gif) no-repeat left;
	border-bottom:1px dotted #CCC;
}
.title_top{
	font-size:27px;
	line-height:130%;
	text-align:left;
	margin-bottom:10px;
	padding:0px 0px 0px 9px !important;
	color:#0a176e;
}
.title_font_top{
	font-size:27px;
	line-height:130%;
	text-align:left;
	margin-bottom:10px;
	padding:0px 0px 0px 9px !important;
	color:#0a176e;
	border-left: 3px solid;
}
.text_font{
	text-align:left;
}
.text_font2{
	text-align:center;
	font-weight:bold;
	font-size:110%;
	color:#0a176e;
}
#intro_title{
	text-align:center;
	font-size:24px;
	padding:15px 0 20px;
}
.intro_left{
	float:left;
	width:45%;
}
.intro_left_top{
	float:left;
	width:50%;
}
.intro_left img{
	margin:0 auto;
	display:block;
	width:90%;
}
.intro_right img{
	margin:0 auto;
	display:block;
}
.intro_right{
	float:left;
	width:52%;
}
.intro_right_top{
	float:left;
	width:50%;
}
.intro_right .annotation a{
	text-decoration: underline;
}
.title_02{
	color:#ffcd11;
	font-weight:bold;
	font-size:24px;
	float:left;
	padding:6px 0 8px 15px;
	letter-spacing:3px;
	font-style: italic;
}
.title_03{
	float:right;
	padding:10px 15px 0 5px;
	color:#ffcd11;
	opacity: 0.6;
	font-size:14px;
	font-style: italic;
	font-weight: bold;
}

.gallery li{
	width:168px;
	height:168px;
	float:left;
	padding:10px 10px 30px 10px;
	font-size:12px;
	line-height:130%;
	display:block;
}
.gallery li img{
	margin-bottom:3px;
	border:#999 1px solid;
}

.gallery li a:hover{
	margin-bottom:3px;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.voice_category_in{
	padding: 3%;
	text-align: left;
}
.interview{
	padding: 20px 0 5px 0 !important;
	font-weight: bold;
}
.voice_center{
	line-height: 190%;
}
.voice_center .voice_left{
	width: 49%;
	float: left;
}
.voice_center .voice_right{
	width: 49%;
	float: right;
}
.voice_center_img{
	padding: 20px 0;
	text-align: center;
}
.voice_center_img p{
	font-size: 90%;
}
.voice_center p{
	padding: 7px 0;
}
#voice_person_main{
	float:right;
	padding:15px 0 15px 20px;
	width:225px;
}
#voice_text{
	float:left;
	padding:10px 0 10px 0;
	width:715px; 
	text-align:left;
}
#voice_title{
	font-weight:bold;
	font-size:28px;
	color:#1e2675;
}
#voice_person{
	float:left;
	padding:15px 0 15px 20px;
	width:225px;
}
#voice_person2{
	float:left;
	padding:0;
	width:50%;
}
.voice_human{
	padding: 40px 0 30px;
	overflow: hidden;
}
#voice_right{
	float:right;
	padding:10px 20px 10px 0;
	width:680px; 
	text-align:left;
}
#voice_right2{
	float:right;
	padding:0;
	width:48%; 
	text-align:left;
}
#other{
	font-size: 120%;
	border: 1px solid #333;
	padding: 15px 0;
	color: #333;
	background: #fff;
	border-radius: 30px;
	width: 400px;
	margin: 15px auto 25px;
	display: inline-block;
}
#other a{
	display: inline;
}
#other:hover{
	border: 1px solid #333;
	color: #fff;
	background: #333;
}
.form{
	margin: 30px auto 10px;
	text-align: center;
	color: #1e2675;
	background: url(../voice/img/form_bk.png) no-repeat center;
	height: 180px;
}
.form_btn{
	font-size: 120%;
	border: 2px solid #1e2675;
	padding: 10px 0;
	color: #fff;
	background: #1e2675;
	border-radius: 30px;
	width: 300px;
	margin: 20px auto 0;
	display: inline-block;
}
.form_btn a{
	display: inline;
}
.form_btn:hover{
	border: 2px solid #1e2675;
	color: #1e2675;
	background: #fff;
}
.arrow01 {
     display: block;
     width: 15px;
     height: 15px;
     border-top: solid 3px #333;
     border-right: solid 3px #333;
     -webkit-transform: rotate(135deg);
     transform: rotate(135deg);
	text-align: center;
	margin: 0 auto;
}
#other:hover .arrow01 {
     border-top: solid 3px #A8A8A8;
     border-right: solid 3px #A8A8A8;
}

.category_parts{
	background:#fff;
	margin:0 auto;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2); 
	overflow:hidden;
	margin-bottom:30px;
	padding-bottom:20px;
}
.parts{
	margin:0 auto;
	display:block;
}
.parts ul li{
	float:left;
	font-size:11px;
	letter-spacing:0px;
	text-align:center;
	width:130px;
	height:110px;
	line-height:120%;
}
.parts2{
	margin:0 auto;
	display:block;
}
.parts2 ul li{
	float:left;
	font-size:11px;
	letter-spacing:0px;
	text-align:center;
	width:130px;
	height:140px;
	line-height:120%;
}
#footer{
	background:url(../img/common/footer_back.jpg) !important;
	color:#FFF;
	overflow:hidden;
	text-align:left;
}
#footer_inner{
	margin:20px auto;
}
#footer_left{
	width:200px;
	float:left;
	padding:0 0 15px 20px;
	
}
#footer_left img{
	width:85%;
}
#footer_center{
	float:left;
	width:474px;
	padding:10px 0 0 10px;
}
#footer_right{
	float:right;
	padding:20px 20px 0 0;
}
#footer_button_sp{
	display:none;
}

ul.cad_img li{
	float:left;
	padding-left:10px;
	font-size:13px;
}
.cad_caption{
	font-size:14px;
}
#cad_attention{
	list-style-type:disc;
	text-align:left;
	font-size:13px;
	line-height:130%;
	margin:10px auto 0;
	padding-left:250px;
}
#kiyaku_list{
	list-style-type:disc;
	font-size:13px;
	line-height:130%;
	margin:0 auto 0;
	padding-left:15px;
}



@media only screen and (min-width: 641px){
#top-img,#nav_sp{
	display:none;
}
}

@media only screen and (max-width: 1024px){

#wrapper,#main,#footer_inner,#what_right,#what_left,#footer_left{
	width:100%;
}
#what, .category{
	width:95%;
}

#nav_s{
	overflow:hidden;
	background:#2f2f2f;
	position: relative;
}
#recommend{
	width:100%;
	margin:5px auto;
}
#logo img{
	width:50%;
}
#nav ul{
	width:100%;
}
#nav li{
	width:18%;
}
#nav_sp a{
	color:#fff;
}
#nav_sp ul{
	width:100%;
}
#nav_sp li{
	width:33%;
}
#nav li#mitsumori{
	width:10%;
}
#intro_title{
	text-align:center;
	font-size:23px;
	padding:15px 0;
}
#voice_person_main{
	padding:5px 0;
	width:100%;
	margin:0 auto;
	display:block;
}

#voice_person{
	float:left;
	padding:5px 0 0 0;
	width:25%;
}
#voice_right{
	float:right;
	padding:10px;
	width:70%; 
}

#what_left{
	width:95%;
}
#what_img li{
	width:48%;
}
#what_img2{
	padding-left:2%;
}
#footer_center{
	width:100%;
	font-size:170%;
	line-height:140%;
	padding:0 0 5px;
}
#footer_center img{
	display:block;
	margin:0 auto;
	padding-bottom:5px;
}
#footer_left{
	padding-top:10px;
}
#footer_left img{
	width:40%;
	display:block;
	margin:0 auto;
}
#footer_button{
	display:none;
}
#footer_button_sp{
	display:inline;
	width:100%;
	padding:15px 0;
}
#footer_button_sp{
	width:85%;
	margin:0 auto;
	display:block;
}
#cad_attention{
	padding-left:50px;
}
}


@media only screen and (max-width: 640px){
.wideslider,#nav{
	display:none;
}
.navBox{
	height:0 !important;
}
#what_left img,#voice_person img,#footer_left img,#button img{
	margin:0 auto;
	display:block;
}
#logo img{
	width:80%;
}
#nav_s,#new_road{
	width:100%;
}
#new_road{
	background: url("../img/top_road.jpg") no-repeat;
	background-size:auto 100%;
}
	#new_road{
		padding: 0 !important;
	}
	#new_road_text{
		padding: 0 !important;
		font-size: 18px;
		width:73%;
	}
	#new_icon{
		width: 20%;
	}
#what_center{
	margin:5px 15px 15px 15px;
}
#nav_s ul li{
	float:left;
	margin:5px 0;
	padding:0 5px;
	border-right:#e0e0e0 1px solid;
	position: relative;
    left: -50%;
}
#title{
	padding:10px 0 20px;
}
#main_title{
	font-size:25px;
	line-height:100%;
	padding-bottom:5px;
}
#main_title_sub{
	font-size:16px;
}
#what_font{
	font-size:17px;
	margin:5px 5px 0 5px;
}
#what_img li{
	width:95%;
}
#button{
	padding:20px 0;
}
#recommend{
	padding-bottom:35px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.title_font{
	font-weight:bold;
	font-size:22px;
	padding:10px 0 12px 0;
	line-height:120%;
	padding-left:23px;
	margin-bottom:10px;
	background:url(../img/icon.gif) no-repeat left;
}
.title_font_top{
	font-size:20px;
	padding:5px 0 10px 0;
	line-height:120%;
	margin-bottom:10px;
}

#intro_title{
	text-align:center;
	font-size:18px;
	padding:5px 0;
	line-height:120%;
}
.intro_left,.intro_left_top{
	float:left;
	width:100%;
}
.intro_right,.intro_right_top{
	float:left;
	width:100%;
}
.title_02{
	font-size:22px;
	float:left;
	text-align:left;
}
.title_03{
	float:left;
	padding:10px 0 0 10px;
}
.gallery li{
	width:130px;
	height:130px;
}
#voice_person_main{
	padding:5px 0;
	width:100%;
	margin:0 auto;
	display:block;
}

#voice_person{
	float:left;
	margin:0 auto;
	display:block;
	width:100%;
}
#voice_title{
	line-height:120%;
	font-size:20px;
}
#voice_right,#voice_text{
	width:95%;
	padding:10px 2%;
}
#voice_person2{
	width:100%;
}
#voice_right2{
	width:100%;
	margin-top: 10px;
}
.parts ul li{
	float:left;
	font-size:11px;
	letter-spacing:0px;
	text-align:center;
	width:25%;
	height:110px;
	line-height:120%;
}
#footer_left,#footer_center{
	width:100%;
	padding:5px;
}
#footer_left img{
	width:50%;
}
#footer_center img,#button{
	width:96%;
}
#footer_center{
	font-size:130%;
}
#cad_attention{
	padding-left:10px;
}
.gallery_img{
	padding-left:25px !important;
}
}

#nav_s{
	font-size:15px;
}
.gbl-copyright{
	color: #969696;
}
#cp{
	background: #ffcc00;
	color: #000;
	text-align: center;
	padding: 30px 0;
	font-size: 130%;
}

