@charset "utf-8";

/***************************************************
PC用および共通設定 1000px～
***************************************************/
#container {
  position: relative;
}

main {
  position: relative;
}

.main_image{
	background-size:cover;
	height:480px;
}
.main_image{
	background:url("../images/image_main_pc.jpg") center top;
}
.wrapper{
	width:1000px;
	margin:auto;
}
.box{
	width:100%;
	padding:8% 0;
}
.box#box_service{
	padding:8% 0;
}

h2{
	font-size:280%;
	display: inline-block;
	background: linear-gradient(90deg, #0077b5, #55acee);
	background: -webkit-linear-gradient(0deg, #0077b5, #55acee);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Josefin Sans', sans-serif;
}
#box_service h2{
	color:#FFF;
	background:none;
	-webkit-background-clip: border-box;
	-webkit-text-fill-color:unset;
}
h3{
	margin-bottom:8% !important;
}
#box_service h3{
	color:#FFF;
	margin-bottom:4% !important;
}

h4{
	margin:4% auto !important;
}
p{
	text-align:left;
	line-height:1.6;
}


/*メニュー*/

#wrp_header{
	width: 100%;
	z-index: 100000;
	background:#FFF;
	height:80px;
	position:fixed;
}
	
#box_header{
	width:1000px;
	margin:auto;
	text-align:left;
	position:relative;
}

#bt_menu_sp{
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:40px;
	margin:10px 0;
	padding:10px;
	z-index:10000;
	cursor:pointer;
}

#bt_menu_sp .cls-1,#bt_menu_sp .cls-3{
	fill:#000;
/*	transition-duration: .5s;*/
}

#bt_menu_sp.on .cls-1{
	fill:#fff;

/*	transition-duration: .5s;*/
	transform:translate(0,4px) rotate(45deg);
	transform-origin:50% 50%;
}

#bt_menu_sp.on .cls-3{
	fill:#fff;

/*	transition-duration: .5s;*/
	transform:translate(0,-4px) rotate(-45deg);
	transform-origin:50% 50%;

}

#menu_sp{
	position:fixed;
	z-index:5000;
	background:#ddd;
	top:0;
	left:0;
	width:90%;
	padding:10% 5% 5%;
	transition-duration: .5s;
	transform:translate(100%,0);
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0077b5+0,55acee+100 */
background: #0077b5; /* Old browsers */
background: -moz-linear-gradient(left,  #0077b5 0%, #55acee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0077b5 0%,#55acee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0077b5 0%,#55acee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077b5', endColorstr='#55acee',GradientType=1 ); /* IE6-9 */
}
#menu_sp.on{
	transition-duration: .5s;
    transform: translate(0,0);

}
#menu_logo_sp{
	padding:15px 0;
}
#menu_sp ul{
	width:1000px;
	margin:auto;
}
li.menu a{
	width:100%;
	display:block;
}
li.menu {
	padding:3rem 0;
}
li.menu a span:first-child{
	font-size:280%;
	color:#FFF;
	font-family: 'Josefin Sans', sans-serif;

}
li.menu a span:last-child{
	color:#FFF;
	padding-left:1rem;
}


.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

.fixed_menu_filler {
  position: relative;
  margin: 0;
  padding: 0;
  height: 0;
}

/*About Us*/
#box_about ul {
	display:flex;
	justify-content: space-between;
}
#box_about ul li{
	width:21%;
	margin:0 2%;
}
#box_about h4{
	font-size:120%;
}
#box_about ul li p{
	font-size:90%;
	text-align:center;
}
/*Our Service*/
#box_service{
	background:url("../images/bg_service.jpg") no-repeat;
	background-size:cover;
}
#box02_service{
	width:940px;
	background:#FFF;
	margin:auto;
	padding:30px;
}

#box0201_service{
	display:flex;
	justify-content: space-between;
}
.box020101_service{
	width:60%;
	text-align:left;
}
.box020101_service p{
	margin:1rem auto 2rem !important;
}

.box020102_service{
	margin-top:5%;
	width:40%;

}
#box02_service ul {
	text-align:left;
}
#box02_service ul li{
	display:inline-block;
	margin-right:1rem;
	
}	
/*Company Profile*/
table,tr{
	width:100%;
}
th{
	text-align:left;
	line-height:1.6;
	padding:1rem 0 !important;
	border-bottom:1px solid #0077b5;
	vertical-align:top;
	width:25%;
}
td{
	text-align:left;
	width:70%;
	line-height:1.6;
	padding:2% 0 2% 5% !important;
	border-bottom:1px solid #e5e5e5;
}

footer{
	padding:2rem 0;
	font-family: 'Josefin Sans', sans-serif;

}


/***************************************************
タブレット用、スマホ用　999px～
***************************************************/

@media only screen and (max-width: 999px){
#menu_sp{
	padding:20% 5% 5%;
}
#menu_sp ul{
	width:100%;
}

h2{
	font-size:220%;
}
.box{
	width:100%;
	padding:85px 0;
}
.box#box_service{
	padding:85px 0;
}
li.menu {
    padding: 1.5rem 0;
}
li.menu a span:first-child{
	font-size:180%;
}

/*KV*/
.main_image{
	height:0;
	width:100%;
	padding-top:78%;
}
.main_image{
	background:url("../images/image_main_sp.jpg") center top;
	background-size:contain;

}


.main_image{
	height:100%;
}

/*メニュー*/


	
#box_header{
	width:94%;
	margin:auto;


}
.wrapper{
	width:94%;
	margin:auto;
}
#box02_service{
	width:75%;
	margin:auto;
}


/*About Us*/
#box_about ul {
	display:flex;
	justify-content: space-between;
flex-wrap:wrap;
}
#box_about ul li{
	width:46%;
	margin:4% 2%;
}


#box0201_service {
    display: block;
}
.box020101_service {
    width: 100%;
    text-align: center;
}
.box020101_service img{
	margin:4% auto;
}
.box020101_service p{
	text-align:left;
}
.box020102_service {
    width: 100%;
}
.box020102_service img{
    width: 80%;
}
#box02_service ul {
    text-align: center;
	margin:4% auto;
}
#box02_service ul li{
	display:block;
	margin:5% auto;
	
}
#box02_service ul li:first-child img{
	max-width:100%;
}

th{
	width:30%;
}
td{
	width:65%;
	padding:2% 0 2% 5% !important;
}

}
