@charset "UTF-8";
iframe{
	vertical-align: bottom;
}

.header_contanct a{
  display: block;
  white-space:nowrap;
  margin:8px;
}

.wrapper {
  margin: 0 auto;
  padding-top: 80px;
}

section{
  box-sizing: border-box;
  width: 100%;
  margin:0px auto;
  text-align: center;
}

@font-face {
  font-family: "Corporate Logo ver3";
  src: url("font/DLfont.ttf") format("truetype");
}

h1{
/* 	font-family: 'Corporate Logo ver3', 'Noto Sans JP',sans-serif; */
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	padding: 4px 24px;
	line-height: 200%;
	color:#333333;
	background:rgba(255, 255, 255, 0.8);
}

.en{
/*   font-family: 'Lato', sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
}

/*header*/
a {
  text-decoration: none;
}
ul {
  list-style: none;
}

li {
  list-style-type: none;
}
.inner {
  margin: 0 auto;
  padding: 0 40px;
  max-width:1280px;
  width:100%;
}
.header {
  position: fixed;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header{
  background-color: #ffffff;
  color: white;
  transition: 0.3s;
}
.nav-inner {
  display: flex;
  align-items: center;
  height: 80px;
  margin: 0 auto;
}
.nav-title a {
  display: block;
  height: 90%;
  width: auto;
  font-weight: bold;
}

.nav-title img {
  display: block;
  height: 60px;
  width: auto;
}
nav {
  margin-left: auto;
}

.nav-list {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}
.nav-item:not(:first-child) {
  margin-left: 40px;
}
.nav-item-link {
  font-size: 10px;
  color: #000;
  display: flex;
    flex-flow: column-reverse;
    line-height: 1.5;
    text-align: center;
}

.navItem{
  text-align: center;
  font-size: 12px;
  color: #000;
}

.menu-sub{
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 14px;
text-align: center;
letter-spacing: 1px;
color: #000;

}

.header_btn {
    padding: 6px 28px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 16px;
}

.header.change-color .header_btn{
  color:white;
  transition: 0.3s;
}

.header.change-color .header_btn .menu-sub{
  color: white;
  transition: 0.3s;
}

.service .sec-title {
  font-style: normal;
  font-weight: 500;
  font-size: 96px;
  letter-spacing: 0.04em;
}

.sec-title .en {
  font-style: normal;
  font-weight: 500;
  font-size: 128px;
  letter-spacing: 0.04em;
}

.sec_inner{
  max-width: 1200px;
  margin:0 auto;
  padding: 40px;
}


/*fv*/
.fv_outer {
    box-sizing: border-box;
    padding-left:50px;
	padding-top:80px;
	position: relative;
}

.fv {
  width: 100%;
  height: 80vh;
  z-index: 1;
  background-size: cover;
	border-radius: 20px 0 0 20px;
}


h1{
  font-weight: 700;
  font-size: 48px;
}

.fv .textbox{
  bottom: 15%;
  left: 8%;
  z-index: 3;
	padding:0;
}

/*service*/
.service{
  position: relative;
}

.service .sec_inner{
  padding-top: 100px;
}

.service:before {
    content: "";
    display: block;
    height: 335px;
    position: absolute;
    top: 195px;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    width: 100vw;
    z-index: -1;
}

.position_center_service{
	position: absolute;
  left:0%;
	top:52%;
  transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
}

  .service_text p{
    min-height: 140px;
	  font-weight:700;
  }

  a.btn {
  display: inline-block;
  position: relative;
  padding: 12px 80px 12px 20px;
  margin-top:16px;
}

a.btn::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  margin-left: 20px;
}

/*works*/
.works_card {
  text-align: left;
	margin-bottom:20px;
}

.works_card img{
  margin-bottom: 20px;
	height:240px;
	object-fit:cover;
}

.category{
  font-size: 13px;
  font-weight: bold;
}

/*company*/
.company .sec-title{
  color: white;
  margin-bottom: 40px;
}

.company .sec-title span{
  color: white;
  font-size: 80px;
}

.company_items img{
	top:50%;
	right:20px;
	transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
	width:60px;
	z-index:3;
}

.company_items a {
    display: block;
}

.company_items h2{
	text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	z-index:100;
}

.company_items h2 span{
	text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.company , .president{
	overflow:hidden;
}

.company , .company:before , .company:after{
	border-radius:0 24px 24px 0;
}

.president , .president:before , .president:after {
	border-radius:24px 0 0 24px;
}

.president:hover , .company:hover{
	opacity:0.8;
}

.president:after , .company:after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.president:hover:after , .company:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

/*contact*/
.contact{
  width: 100%;
  padding: 80px;
  z-index: 1;
	margin-top: 120px;
}


img.icon {
    height: 40px;
    width: auto;
    margin-right: 12px;
}



.contact .sec-title{
  color: white;
  margin-bottom: 40px;
  text-align: left;
	font-size: 24px;
}

.contact .sec-title span{
  color: white;
  font-size: 96px;
}

.contact_sub{
	 text-align:left;
  width: 100%;
}

.contact_sub p{
	 text-align:left;
	font-weight:bold;
	font-size:16px;
  width: 100%;
}

/*footer*/
footer{
  color: white;
  padding: 40px;
}

footer .nav-inner{
  height: auto;
  margin: 0 auto 40px;
	display:block;
}

footer .nav-title img {
    margin: 0 auto 40px;
}
footer .nav-title{
  color: white;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1.44px;

}

footer .nav-item a{
  color: white;
}


footer .nav-item a span{
  color: white;
}

ul.sub_menu {
    padding: 0 0 0 40px;
}

.sub_menu li a {
    color: #fff;
    font-size: 12px;
}

.footer_btn{
  border-left: solid 1px #fff;
  padding: 0 20px;
}
.copyright{
  font-style: normal;
  font-size: 12px;
  text-align: center;
  color: white;
}



@media screen and (max-width: 1199px) {
 /*480px以下に適用されるCSS（スマホ用）*/ 
 .pc_only{
  display: none!important;
}
	
*{
  font-size: 16px;
}

header{
  width: 100%;
  height: 60px;
  background-color: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  z-index: 1000;
}

header .name{
  line-height: 60px;
  display: block;
  margin-left: 20px;
}




.wrapper{
  overflow: hidden;
	padding-top:60px;
}
	
	
	.inner{
		padding:16px 0;
	}
	
	.inner , .sec_inner{
		max-width:100%;
	}

body{
  font-size: 14px;
}

header img{
  height: 30px;
  width: auto;
  margin:15px 20px;
}

	
	.contact{
		margin-top:40px;
	}


/*ナビのスタイル*/
nav.NavMenu{
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  background:white;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
}

.NavInner{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

nav.NavMenu ul li{
  font-size: 24px;
  list-style-type: none;
  width: 100%;
  padding-bottom: 0px;
}

nav.NavMenu ul li:last-child{
  padding-bottom: 0;
}

nav.NavMenu ul li a{
	text-align:center;
  display: flex;
  flex-direction: column-reverse;
  padding: 15px 0;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.header_right{
  display: flex;
  width: 50%;
  justify-content: center;
  margin: 0 auto;
}

.header_right a{
  display: inline-block;
}
	.header_btn{
		width:90%;
		margin:0 auto;
	}
/*ボタンのスタイル*/
.Toggle {
  position: fixed;
  right:18px;
  top: 7px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 13;
  display: block;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 35px;
  border-bottom: solid 4px #C1C1C1;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.Toggle span:nth-child(1) {
  top: 9px;
}

.Toggle span:nth-child(2) {
  top: 20px;
}

.Toggle span:nth-child(3) {
  top: 31px;
}

.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 3px #C1C1C1;
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 3px #C1C1C1;
}

section{
  padding-top:0px;
}

.sec_inner{
  padding: 20px;
}
	
.service .sec-title {
    font-size: 48px;
}
.sec-title{
  margin-bottom: 8px;
}
.sec-title .en{
  font-size: 60px;
}

.contact .sec-title span , .company .sec-title span{
  font-size: 40px;
}
h1{
  font-size: 28px;
	padding:4px 10px;
}
	
	.fv .textbox{
		bottom:20%;
	}
	
	.fv_outer {
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 80px;
    position: relative;
}

	
	
/*service*/
.service .sec_inner {
    padding-top: 60px;
}

.service:before{
  top:80px;
}
	
	.service_text {
		padding:16px;
	}

.service_text h3{
  font-size: 20px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.service_text p{
  min-height: initial;
}

.service_card{
  margin-bottom:40px;
}

/*company*/
.company .sec_inner {
    display: flex!important;
    flex-direction: column-reverse!important;
    justify-content: center;
    align-items: center;
}
.company .sec_inner{
  margin-bottom: 40%;
}
	
	.company_items {
    padding: 16px 0;
}
	
	section.company {
    margin-bottom: 0px;
}
	
	.company .sec-title {
    margin-bottom: 16px;
}
	
	.works .sec_inner{
		padding: 0px 0 0 16px!important;
	}
	
	.slider2 .slick-list {
    padding: 0 15% 0 0 !important;
}
	
	

/*contact*/
	
	
.contact_btns{
	gap:0!important;
}

img.icon {
	height: 20px!important;
}
	
	
	.contact {
		padding:16px;
	}
.contact_text{
  width: 90%;
}
	
	img.footer_logo {
    height: 32px;
    width: auto;
    margin: 16px 0;
}
	
	.address p{
		color:white;
		text-align:left;
	}
	
	.contact_btns .pd{
	  width: 209px ! Important;
	}
	
	.contact .btn {
    width: calc(100% - 0px)!important;
}
	
/*footer*/
.nav-inner {
    display: block;
}

footer{
  padding: 80px 20px 20px;
}

footer .inner{
  padding: 0;
}

	footer .nav-title img {
    margin-bottom: 20px;
    height: 32px;
}
}

@media screen and (min-width: 1200px) {
  .flexbox{
    display:flex;
  }
	
	
  .sp_only{
    display: none!important;
  }

  /*service*/
  .service_card img , .service .textbox{
    width: calc(50% - 20px);
  }

  .service .flexbox:nth-child(2n){
    flex-direction: row-reverse;
  }
	
/* 	company */
	
	.company_text p {
    padding-right: 80px;
}
	
	.company , .president{
    width: calc(50% - 20px);
		height:240px;
  }
	
  /*works*/
  .works .flexbox{
    justify-content: space-around;
  }
  .works_card{
    width: 320px;
  }
	
	.contact .sec_inner{
	display:flex!important;
		align-items:center;
		gap: 80px;
}
	
.contact_text, .address {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
	
	.address img{
		height:60px;
		width:auto;
		margin-bottom: 32px;
		align-self: flex-start;
	}
	
	.address p{
		color:white;
		text-align:left;
	}
	
	.page_works .thumb{
		width:40%;
	}
	
	.works_content.content{
		width:calc(60% - 16px);
	}


}




