@charset "UTF-8";
/* A Modern CSS Reset */

*{
  margin: 0;
  padding: 0;
  color:#333333;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight:normal;
  font-style: normal;
  font-size: 18px;
  list-style: none;
}

a{
  text-decoration: none;
}

img{
  width: 100%;
  max-width: 100%;
	height:auto;
  vertical-align: bottom;
}


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

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

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

.en{
  font-family: 'Lato', sans-serif;
}

/*header*/
a {
  text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
}
ul {
  list-style: none;
}

li {
  list-style-type: none;
}
.inner {
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
.header {
  position: fixed;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.header.change-color {
  background-color: #ffffff;
  color: white;
  transition: 0.3s;
}
.nav-inner {
  display: flex;
  align-items: center;
  height: 80px;
  max-width: 1400px;
  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{
  background-color: white;
  padding: 6px 20px;
}

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

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

.sec-title {
  font-size: 18px;
  line-height: 230%;
  text-align: left;
  margin-bottom: 120px;
	font-family: 'Noto Serif JP', serif;
}

.sec-title .en{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 150px;
  letter-spacing: 0.04em;
}

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


/*fv*/
.fv {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background-size: cover;
}

.fv::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.fv .textbox{
	position: absolute;
	bottom: 30%;
	left: 8%;
}

h1{
  color: black;
  font-weight: 700;
  font-size: 48px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  z-index: 3;
  font-family: 'Noto Serif JP', serif;
  background:white;
	padding:16px;
/* 	margin-bottom:32px; */
}

/*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;
}

.service_card{
  align-items: center;
  margin-bottom:80px;
}

.service_text{
  text-align: left;
  font-weight: bold;
  }

  .service_text h3{
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.04em;
    padding-bottom: 16px;
    margin-bottom: 20px;
	  font-family: 'Noto Serif JP', serif;
  }

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

  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: 80px;
}

.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_text{
  padding: 80px 60px;
  width: 50%;
  text-align: left;
}

.company_text p{
  color: white;
  margin-bottom: 40px;
  font-weight: bold;
}

.company .sec_inner{
  position: relative;
}

.company img{
  width: 50%;
  position: absolute;
  top:-20px;
}

/*contact*/
.contact{
  background-image: url(img/img.jpeg);
  background-size: cover;
  width: 100%;
  height:480px;
  position: relative;
  padding: 80px 0;
  z-index: 1;
}
.contact::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index:2;
}


.contact_text{
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.contact .sec-title{
  color: white;
  margin-bottom: 40px;
  text-align: center;
}

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

.contact_sub{
  display: inline-block;
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
}

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

footer .nav-inner{
  height: auto;
  justify-content: space-between;
  margin: 0 auto 40px;
}

footer .nav-title img{
  margin-bottom:20px;
}
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;
}

body{
  font-size: 14px;
}

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



/*ナビのスタイル*/
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{
  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;
}

/*ボタンのスタイル*/
.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;
}
.sec-title{
  margin-bottom: 80px;
}
.sec-title .en{
  font-size: 60px;
}

.contact .sec-title span , .company .sec-title span{
  font-size: 40px;
}

main{
  overflow: hidden;
  padding-top: 60px;
}

h1{
  font-size: 28px;
	display: inline;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
     padding: 4px 4px 4px 12px;
        line-height: 200%;
}
	
	.fv{
		    height: calc(100vh - 60px);
	}
	
	
.fv .textbox{
  top: 30%;
  left: 4%;
}


a.btn2::after {
    width: 10px;
    height: 10px;
}
/*service*/
.service .sec_inner {
    padding-top: 60px;
}

.service:before{
  top:80px;
}

.service img{
  margin-bottom: 20px;
}

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

.service_text p{
  min-height: 100px;
}

.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_text {
	width:100%;
   padding: 20px;
   box-sizing: border-box;
	margin-top:-20px;
}
	.company img {
    width: 90%;
    position: unset;
    z-index: 1;
}

	section.company {
    margin-bottom: 0px;
}

/*contact*/
.contact_text{
  width: 90%;
}
/*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;
    justify-content: space-around;
  }
  .sp_only{
    display: none!important;
  }

  /*service*/
  .service_card img{
    width: 50%;
  }

  .service_text{
    width: 40%;
  }

  .service .flexbox:nth-child(2n){
    flex-direction: row-reverse;
  }
	
/* 	company */
	
	.company_text p {
    padding-right: 80px;
}
	
  /*works*/
  .works .flexbox{
    justify-content: space-around;
  }
  .works_card{
    width: 320px;
  }

}


h1,h2,h3,h4,h5{
	font-family: 'Noto Serif JP', serif!Important;
}

