@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
/*
  font-family: "Shippori Mincho", serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
*/
body{
	width:100%;
	padding:0;
	margin:0;
	 -webkit-text-size-adjust: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight:400;
	background-color:#fff;
	color:#3E3A39;
}
#container{
	width:100%;
	padding:0;
	margin:0;
	text-align:center;
}
a{transition: 0.5s ease 0.1s;}

#allbox{
	width:100%;
}
img{
	width:100%;
	height:auto;
}
.header_title{
	width:1000px;
	margin:0 auto;
	position:relative;
}
.header_title h1{
	width:400px;
	float:left;
}
.header_title p{
	margin-top:30px;
	position:absolute;
	right:0;
	top:-5px;
}
.header_title p a{
	padding:10px 30px;
	font-size:20px;
	color:#F08C25;
	font-weight:500;
	display: inline-block;
	border:#F08C25 solid 1px;
	border-radius:0.35em;
	text-decoration:none;
}
.header_title p a:hover{ 
    background-color:#F08C25;
	color:#fff;
}
.header_title p i{
	margin-right:7px;
}
.banner{
	padding: 25px 30px 0 0;
}
.banner img{
	width: 170px;
	height: auto;
}
/********* header *****************************************************/
#header{
	width:100%;
	background-color:#fff;
	z-index:999;
}
#header h2{
	margin:0;
	padding:5px 0 5px 10px;
	background-color:#F08C25;
	color:#F7DCC4;
	font-size:12px;
	text-align:left;
	font-weight:normal;
}
#header_in{
	background-color:#4d5758;
	text-align:center;
}
.header_img{
	max-width:1300px;
	height:600px;
	margin:0 auto;
	background-image:url(../../img/header_img01.jpg);
	background-size:auto 110%;
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
}
.header_img p{
	width:450px;
	position:absolute;
	right:150px;
	top: 30%;
}
#gnavi{
	width:100%;
	font-size:12px;
	text-align:center;
	background-color:#F08C25;
}
#gnavi ul{
	width:1000px;
	list-style:none;
	padding:0;
	margin:0 auto;
}
#gnavi li{
	float:left;
	width:20%;
	text-align:center;
	font-size:16px;
}
#gnavi a:link,#gnavi a:visited{
	padding:20px 0;
	display:block;
	width:100%;
	color:#000;
	text-decoration:none;
	transition: 0.5s ease 0.1s;
}
	
#gnavi a:hover{
	color:#fff;
	background-color:#666666;
}
.nav {
    width: 100%;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#gnavi_sp{display: none;}
/*共通 ****************************************************/
#area_box{
	width:1000px;
	padding:100px 0;
	margin:0 auto;
}
#title{
	width:100%;
	height:400px;
	background-size:100% auto;
	background-position:center top;
	background-attachment: fixed;
	background-repeat:no-repeat;
	position:relative;
}
#title h3{
	width:100%;
	padding:15px 0;
	color:#fff;
	font-weight:600;
	font-size:26px;
	letter-spacing:0.3em;
	text-align:center;
	background-color:#F08C25;
	position:absolute;
	top: 35%;
}
#title.flow{background-image:url(../../img/area02_img01.jpg); background-color:#040001;}
#title.company{background-image:url(../../img/area03_img01.jpg); background-color:#dad8d6;}
#title.contact{background-image:url(../../img/area04_img01.jpg); background-color:#c7bba1;}


#clear{
	clear:both;
}
.bg_orange{background-color:#F08C25 !important;}
.bg_white{background-color:#fff !important;}

.dis_pc{ display: block;}
.dis_mid{ display:block;}
.dis_mid2{ display:none;}
.dis_sp{ display:none;}

/*ファーストビュー ****************************************************/
.first_view{
	padding-right:30px;
	padding-left:30px;
}
.first_view h4{
	margin:0 0 60px 0;
	font-size:16px;
	text-align: center;
	line-height:2.5;
	font-weight:normal;
	font-weight:500;
	letter-spacing:0.1em;
}
.first_view h4 p{
	margin-bottom:20px;
	font-size:33px;
	color:#F08C25;
	font-family: "Shippori Mincho", serif;
	font-weight:600;
	letter-spacing:0.3em;
}
.first_view ul{
	list-style:none;
	padding:0;
	margin:0 auto;
}
.first_view li{
	width:290px;
	margin:0 15px;
	float:left;
	text-align:center;
	font-size:16px;
	position:relative;
}
.first_view li p{
	color:#fff;
	font-size:23px;
	letter-spacing:0.2em;
	font-weight:500;
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/*流れ ****************************************************/
.flow{
}
.flow ul{
	width:700px;
	list-style:none;
	padding:0;
	margin:0 auto;
}
.flow li{
}
.flow li h5{
	padding:0 0 10px 0;
	margin:0 0 15px 0;
	color:#F08C25;
	font-size:25px;
	letter-spacing:0.5em;
	font-weight:500;
	border-bottom: solid 8px #ddd;
	text-align:center;
}	
.flow li:nth-child(odd){
	padding:25px 30px 40px 30px;
	margin:30px 0;
	text-align:left;
	font-size:16px;
	background-color:#fff;
	border-radius:1em;
	line-height:1.8;
}
.flow li:nth-child(even){
	height:40px;
	background-image:url(../../img/area02_img02.png);
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:top center;
}
.flow p{
	width:700px;
	margin:0 auto;
	color:#fff;
	font-size:14px;
	text-align:right;
}
/*会社概要 ****************************************************/
.company{}
.company dl{
	width:800px;
	margin:0 auto 10px auto;
	display: table;
	letter-spacing:0.1em;
}
.company dt{
	width:25%;
	background-color:#ddd;
	display: table-cell;
    vertical-align: middle;
	border-right:#fff solid 10px;
	font-weight:500;
	font-size:15px;
}
.company dd{
	width:71%;
	margin-bottom:10px;
	padding:30px 30px 30px 30px;
	background-color:#ddd;
	text-align:left;
	display: table-cell;
    vertical-align: middle;
	position:relative;
	font-size:14px;
	line-height:1.6;
}
.company dl:nth-of-type(odd) dt,.company dl:nth-of-type(odd) dd{
	background-color:#eee;
}
.company dd p{
	width:35px;
	height:auto;
	position:absolute;
	right:15px;
	top:0;
}
.company dd ul{
	padding:0 0 0 30px;
	margin:0;
}
.company dd li{
	margin-bottom:3px;
}
.company dd span{
	margin-bottom:10px;
	padding:0 15px 5px 15px;
	font-weight:500;
	display: inline-block;
	border-bottom:#fff solid 4px;
}
.company dd span:nth-of-type(2){
	margin-top:20px;
}
/*お問合せ ****************************************************/
.contact{
}
.form_box{
	padding:30px;
	background-color:#fff;
}
#tel{
	margin-top:70px;
	font-size:17px;
	color:#fff;
	letter-spacing:0.1em;
}
#tel p{
	font-size:50px;
	padding:0 10px 10px 10px;
	margin:0 0 20px 0;
	border-bottom:1px solid #fff;
	display: inline-block;
	letter-spacing:0.2em;
	font-family: "Oswald", sans-serif;
	font-weight:400;
	font-style:italic;
}
#tel a[href^="tel:"] {
   text-decoration: none;
   color:#fff;
}
.doui_box{
	width:95%;
	height:350px;
	padding:5px 20px 20px 20px;
	overflow:scroll;
	text-align:left;
	background-color:#fff;
	border:#ddd solid 1px;
}
.doui_box::-webkit-scrollbar {
  width: 8px; /* 横幅 */
}

.doui_box::-webkit-scrollbar-thumb {
  background: #ccc; /* ハンドルの色 */
}

.doui_box::-webkit-scrollbar-track {
  background: #fff; /* 背景色 */
}
.doui_box dt{
	padding:0 !important;
	margin:5px 0 5px 0 !important;
	float:none !important;
	font-size:110% !important;
	font-weight:500;
	text-align:left !important;
}
.doui_box dd{
	padding:0 0 10px 0 !important;
	margin:0;
}
.doui_box ul{
	padding:0 0 0 15px !important;
}
.doui_box ul li{
	list-style: square !important;
	line-height:1.5;
}
.thanks_txt{
	letter-spacing:0.1em;
}
.thanks_txt dt{
	margin:60px 0 30px 0;
	font-size:25px !important;
	font-weight:600;
}
.thanks_txt dt strong{
	color:#F08C25;
}
.thanks_txt dd{
	font-size:16px;
	line-height:2;
}
.thanks_txt span{
	margin-top:50px;
	display:block;
}
.thanks_txt span a{
	padding:15px 30px;
	font-size:20px;
	background-color:#F08C25;
	color:#fff;
	text-decoration:none;
	font-weight:600;
	border-radius:0.3em;
}

/********* footer *****************************************************/
#footer{
	width:100%;
	text-align:center;
	padding:10px 0;
	background-color:#fff;
	color:#F08C25;
	font-size:10px;
}
/********* ページトップへ *********************************************/
#page-top {
    position: fixed;
    bottom: -30px;
    right: 20px;
    font-size: 50px;
	letter-spacing:1px;
	
}
#page-top a {
    text-decoration: none;
	color:rgba(00, 00, 00, 0.4);
    display:block;
	
}
#page-top a:hover {
    text-decoration: none;
	color:rgba(60, 60, 60, 1);
}

/******************************************************************************************************************900*/
@media (max-width: 900px) {

.header_title{
	width:92%;
	padding:3% 4%;
}
.header_title h1{
	width:55%;
}
.header_title p{
	width:22vw;
	margin-top:11vw;
	right:4vw;
}
.header_title p a{
	padding:4% 2%;
	font-size: calc(9px + 1vw);
	border-radius:0.3em;
	display:block;
}
.banner{
	width: 22vw;
	position: absolute;
	padding: 0;
	right: 4vw
}
.banner img{
	width: 100%;
}
/********* header-----900*/
#header{
	width:100%;
}
#header_in{
	background-color:#4d5758;
	text-align:center;
}
.header_img{
	max-width: none;
	height:50vw;
	margin:0 auto;
	background-size:auto 110%;
}
.header_img p{
	width:50%;
	right:8vw;
	top: 13vw;
}
/*グローバルナビ-----900*/
#gnavi{
	display:none;
}
#gnavi_sp{
	display:block;
	padding:0;
	margin:0;
	width:100%;
	z-index:1000;
}
#gnavi_sp ul{
	padding:0;
	margin:0;
}
#gnavi_sp li{
	border-bottom:#fff solid 1px;
}
#gnavi_sp li a{
	display:block;
	margin:0;
	padding:2.5% 0 2.5% 3%;
	text-align:left;
	text-decoration:none;
	font-size:calc(11px + 1vw) !important;
	color:#444 !important;
	background-color:#eee;
	font-weight:500;
	letter-spacing:0.2em;
}
#gnavi_sp i{
	margin-right:3%;
}
/*共通 *-----900*/
#area_box{
	width:95%;
	padding:10% 0;
}

#title{
	height:35vw;
}
#title h3{
	padding:2% 0;
	font-size:calc(11px + 1.8vw);
	letter-spacing:0.3em;
	top: 10vw;
}


.dis_pc{ display: none;}
.dis_mid{ display:block;}
.dis_mid2{ display:block;}
.dis_sp{ display:none;}

/*ファーストビュー -----900*/
.first_view{
	padding-right:0;
	padding-left:0;
}
.first_view h4{
	margin:0 0 6% 0;
	padding:0 5%;
	font-size:calc(11px + 0.8vw);
	line-height:2.5;
	text-align:left;
}
.first_view h4 p{
	margin-bottom:2%;
	font-size:calc(11px + 1.8vw);
	letter-spacing:0.3em;
	text-align:center;
}
.first_view li{
	width:29%;
	margin:0 2%;
}
.first_view li p{
	font-size:calc(11px + 1.5vw);
    top: 10vw;
}
/*流れ -----900*/
.flow{
}
.flow ul{
	width:90%;
}
.flow li{
}
.flow li h5{
	padding:0 0 2% 0;
	margin:0 0 3% 0;
	font-size:calc(11px + 2vw);
	border-bottom: solid 1vw #ddd;
}	
.flow li:nth-child(odd){
	padding:3% 4% 5% 4%;
	margin:4% 0;
	font-size:calc(11px + 0.8vw);
	line-height:1.8;
}
.flow li:nth-child(even){
	height:4vw;
}
.flow p{
	width:90%;
	font-size:calc(10px + 0.6vw);
}
/*会社概要 -----900*/
.company{}
.company dl{
	width:90%;
	margin:0 auto 1vw auto;
}
.company dt{
	width:25%;
	border-right:#fff solid 1vw;
	font-size:calc(11px + 0.7vw);
}
.company dd{
	width:71%;
	margin-bottom:1vw;
	padding:3% 3% 3% 3%;
	font-size:calc(11px + 0.6vw);
	line-height:1.6;
}
.company dd p{
	width:5vw;
	right:2vw;
	top:0;
}
.company dd ul{
	padding:0 0 0 6%;
	margin:0;
}
.company dd li{
	margin-bottom:0.5%;
}
.company dd span{
	margin-bottom:2%;
	padding:0 2% 1% 2%;
	border-bottom:#fff solid 0.5vw;
}
.company dd span:nth-of-type(2){
	margin-top:2%;
}
/*お問合せ-----900*/
.contact{
}
.form_box{
	padding:3%;
}
#tel{
	margin-top:7%;
	font-size:calc(11px + 0.8vw);
}
#tel p{
	font-size:calc(11px + 5vw);
	padding:0 1% 1% 1%;
	margin:0 0 2% 0;
	letter-spacing:0.2em;
}
.doui_box{
	width:95%;
	height:40vw;
	padding:1% 2% 2% 2%;
}
.doui_box::-webkit-scrollbar {
  width: 8px; /* 横幅 */
}

.doui_box dt{
	margin:1.5% 0 1% 0 !important;
}
.doui_box dd{
	padding:0 0 2% 0 !important;
	margin:0;
	line-height:1.5;
	font-size:calc(11px + 0.4vw) !important;
}
.doui_box ul{
	padding:0 0 0 15px !important;
}
.doui_box ul li{
	list-style: square !important;
	line-height:1.4;
	margin-bottom:1% !important;
}
.thanks_txt{
	letter-spacing:0.1em;
}
.thanks_txt dL{
	width:80%;
	margin:0 auto;
}
.thanks_txt dt{
	margin:8% 0 3% 0;
	font-size:calc(11px + 2vw);
	font-weight:600;
	text-align:left;
}
.thanks_txt dd{
	margin:0;
	font-size:calc(11px + 0.7vw);
	line-height:2;
	text-align:left;
	font-weight:400;
}
.thanks_txt span{
	margin-top:7%;
}
.thanks_txt span a{
	padding:2% 3%;
	font-size:calc(11px + 1.2vw);
	border-radius:0.3em;
}

	

/********* footer 900*****************************************************/
#footer{
	width:100%;
	padding:2% 0;
}

}
/******************************************************************************************************************650*/
@media (max-width: 650px) {
	
/*header-----650*/
#header h2{
	padding:2%;
	font-size: calc(11px + 0.5vw);
	line-height:1.1;
	color:#fff;
}
.header_title{
	width:92%;
	padding:3% 4%;
}
.header_title h1{
	width:60%;
}
.header_title p{
	width: 30vw;
	margin-top:14vw;
}
.header_title p a{
	padding:4% 3%;
	font-size: calc(9px + 0.8vw);
}
.banner{
	width: 30vw;
	right: 4vw
}
/*グローバルナビ-----650*/
#gnavi_sp li a{
	padding:4% 0 4% 5%;
	font-size:calc(11px + 2vw) !important;
}
/*共有-----650*/
#title{
	height:45vw;
	background-attachment: local;
}
#title h3{
	padding:2.5% 0;
	font-size:calc(11px + 1.8vw);
	letter-spacing:0.3em;
	top: 14vw;
}
/*ファーストビュー -----650*/

.first_view h4{
	margin:0 0 6% 0;
	padding:0 5%;
	font-size:calc(11px + 0.8vw);
	line-height:1.8;
	text-align:left;
}
.first_view h4 p{
	margin-bottom:4%;
	font-size:calc(11px + 4vw);
	letter-spacing:0.2em;
	line-height:1.6;
}
.first_view ul{
	width:70%;
	margin:0 auto;
}
.first_view li{
	width:100%;
	margin:0 0 5% 0;
}
.first_view li p{
	font-size:calc(11px + 3.5vw);
    top: 40%;
}
/*流れ -----650*/
.flow li h5{
	padding:0 0 2% 0;
	margin:0 0 3% 0;
	font-size:calc(11px + 2.2vw);
	letter-spacing:0.1em;
}	
.flow li:nth-child(odd){
	padding:3% 4% 5% 4%;
	margin:4% 0;
	font-size:calc(11px + 0.8vw);
	line-height:1.8;
}
.flow li:nth-child(even){
	height:5vw;
}
.flow p{
	width:90%;
	font-size:calc(10px + 0.6vw);
}
/*会社概要 -----650*/
.company dl{
	width:95%;
	margin:0 auto 1vw auto;
}
.company dt{
	width:25%;
	padding:0 3%;
	font-size:calc(11px + 0.7vw);
}
.company dd{
	width:71%;
	padding:3% 3% 3% 3%;
}
.company dd p{
	width:5vw;
	right:2vw;
	top:0;
}
.company dd span{
	margin-bottom:1%;
	padding:0 2% 0 2%;
	border-bottom:none;
	color:#F08C25;
}
.company dd span:nth-of-type(2){
	margin-top:2%;
}

/*お問合せ-----650*/
.doui_box{
	width:100%;
	height:80vw;
}
.thanks_txt{
	letter-spacing:0.05em;
}
.thanks_txt dL{
	width:90%;
}
.thanks_txt dt{
	margin:10% 0 3% 0;
	font-size:calc(11px + 1.5vw) !important;
}
.thanks_txt dd{
	margin:0;
	font-size:calc(11px + 0.9vw);
	line-height:1.7;
	text-align:left;
	font-weight:400;
}
.thanks_txt span{
	margin-top:7%;
}
.thanks_txt span a{
	padding:3% 5%;
	font-size:calc(11px + 2.5vw);
	border-radius:0.3em;
	letter-spacing:0.1em;
	line-height:0;
}




#footer span{ display:none;}
.dis_pc{ display: none;}
.dis_mid{ display:none;}
.dis_mid2{ display:block;}
.dis_sp{ display:block;}
}

/******************************************************************************************************************350*/
@media (max-width: 350px) {
/* header-----350*/
.header_img{
	height:60vw;
	background-size:auto 140%;
	background-position:center left 30%;
}
.header_img p{
	width:50%;
	right:10vw;
	top: 13vw;
}
.header_title{
	width:90%;
	padding:1% 5%;
}
.header_title h1{
	width:100%;
	float:none;
}
.header_title p{
	width:100%;
	margin-top:3vw;
	position:static;
}
.header_title p a{
	padding:4% 6%;
	font-size: calc(11px + 2.5vw);
	display:block;
}
.banner{
	width: 100%;
	right:0;
	position: relative;
}
/*共有-----350*/
#title{
	height:50vw;
}
#title h3{
	padding:2.5% 0;
	font-size:calc(11px + 1.8vw);
	letter-spacing:0.2em;
	top: 13vw;
}
/*ファーストビュー -----650*/
.first_view li p{
	font-size:calc(11px + 3vw);
    top: 40%;
}
/*流れ -----350*/
.flow li:nth-child(odd){
	padding:3% 5% 5% 5%;
	margin:5% 0;
	font-size:calc(11px + 1vw);
	line-height:1.5;
}
/*会社概要 -----350*/
.company dd ul{
	padding:0 0 0 13%;
}
.company dd span{
	margin-bottom:2%;
	font-size:105%;
}
.company dd span:nth-of-type(2){
	margin-top:5%;
}
/*お問合せ-----350*/
.thanks_txt dt{
	margin:10% 0 5% 0;
	font-size:calc(9px + 1.4vw) !important;
}
.thanks_txt span{
	margin-top:15%;
}
}