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

*{
  margin: 0;
  padding: 0;
  color:#000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:normal;
  font-style: normal;
  font-size: 16px;
  list-style: none;
  letter-spacing: 1.4px;
}

a{
  text-decoration: none;
}

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


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



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

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

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

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

.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: center;
}

.nav-item-link {
  font-size: 13px;
  letter-spacing: 1.3px;
  color: #000;
  display: flex;
    flex-flow: column-reverse;
    line-height: 1.5;
    text-align: center;
}

.nav-item{
  border-left: solid 1px #000;
  padding: 0 40px;
  height: 80px;
  display: flex;
  align-items: center;
}


.menu-sub{
font-family: 'Oswald', sans-serif;
font-style: normal;
margin-bottom: 8px;
font-weight: 700;
font-size: 16px;
text-align: center;
letter-spacing: 1.6px;
color: #000;
}

.header_btn {
    padding: 12px 24px;
    background: #202020;
    border: 1px solid #FFFFFF;
    font-size: 15px;
    font-weight: 700;
	color: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.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;
}

.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;
}

h2{
  font-size: 20px;
  color: white;
  background: #000;
  display: inline-block;
  padding:40px 0px 40px 160px;
}

h2 span{
  color: white;
  font-weight: 500;
  font-size: 48px;
  line-height: 32px;
  letter-spacing: 1.6px;
  border-bottom: solid 1px #fff;
  padding:0 40px 20px 0;
  margin-bottom: 20px;
  display: block;
}

h3{
  font-weight: 700;
font-size: 32px;
line-height: 136.71%;
}


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


h1{
  position: absolute;
  bottom: 10%;
  left: 8%;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 85px;
  line-height: 109px;
  letter-spacing: 1.6px;
  color: #E6E6E6;
  text-shadow: 0px 4px 4px #000000;
  z-index: 3;
}

.fv img{
  position: absolute;
  top: 10%;
  right: 4%;
  width: 60%;
}

/*greeting*/
.greeting{
  padding-bottom: 80px;
}
.greeting_catch{
    margin-left: 120px;
    z-index: -1;
    margin-top: -89px;
    position: relative;
}

.greeting_catch h3{
  background: white;
  padding: 40px 80px;
  position: absolute;
  left: 80px;
  bottom: 0;
}

.greeting .textbox_outer{
  padding-left: 280px;
  padding-right: 120px;
  justify-content: flex-start;
}

.greeting .textbox{
  padding-top: 40px;
  width: 40%;
  margin-right: 60px;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.greeting .textbox p{
  font-size: 16px;
line-height: 32px
}

.name.flexbox {
    justify-content: right;
    align-items: center;
    margin-top: 40px;
}

.name_title{
  font-size: 20px!important;
  margin-right: 48px;
}

.name_name{
font-weight: 700;
line-height: 136%!important;
font-size: 28px!important;
}

.name_name span{
  font-weight: 500;
  font-size: 20px;
  display: block;
}

/*service*/
.service img{
  margin-bottom: 80px;
}

/*company*/
.company_table{
  background-image: url(img/company.png);
  background-size: cover;
  z-index: -1;
    margin-top: -89px;
    position: relative;
    padding-top: 140px;
    padding-bottom: 50px;
}

.company table{
  width: 1000px;
  margin: 0 auto;
  background: white;
  border: solid 1px #000;
  padding: 40px;

}

.company th{
  width: 120px;
}

.company th , .company td{
  border-bottom: solid 1px #000;
  padding: 12px 40px;
  text-align: left;
}

/*contact*/
.contact_table{
  padding: 50px 0;
}

.contact_table h3{
  text-align: center;
  margin-bottom: 40px;
}

.contact_table p{
  text-align: center;
  margin-bottom: 60px;
}

form{
  width: 1000px;
  margin: 0 auto;
  background: white;
  border: solid 1px #000;
  padding: 40px;
}

.contact table{
  width: 100%;
  margin: 0 auto;
}

button#submit {
    width: 100%;
    border: none;
    font-size: 24px;
    text-align: center;
    letter-spacing: 1.5px;
    background: #000;
    color: white;
    padding: 16px;
    margin-top: 40px;
}

.contact th , .contact td{
  padding: 12px 0px;
  text-align: left;
  vertical-align: top;
}

.contact th{
  width: 200px;
}

.contact th span{
  font-size: 13px;
line-height: 28px;
letter-spacing: 1.6px;
color: #FF0000;
}

input , textarea {
    border: none;
    background: #F3F3F3;
    padding: 16px 36px;
    width: 100%;
    box-sizing: border-box;
}
/*footer*/
footer{
  background: #000;
  color: white;
  padding: 40px;
}

.footer_inner{
  margin:0 auto;
  text-align: center; 
}

footer img{
  width: 240px;
  margin:0 auto;
}

footer p{
  color: white;
  margin-bottom: 24px;
}

footer .nav-list{
  border-top: solid 1px #fff;
  justify-content: center;
  padding:24px 0;
}

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

footer .menu-sub{
  color: white;
}

.copyright{
  font-style: normal;
  font-size: 12px;
  text-align: center;
  color: white;
}

/*下層*/
.page_fv{
  padding-top: 120px;
}

.page_fv h2{
  display: flex;
  flex-direction: column;
  font-size: 21px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  margin: 40px 80px;
}

.page_fv span{
  text-align:left;
  font-size: 48px;
  color: #000;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.page_fv img{
  height: 30vh;
  object-fit: cover;
}

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

*{
  font-size: 14px;
}

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{
  width: 90%;
  margin:12px auto;
  display: flex;
  flex-direction: column-reverse;
  padding: 15px 0;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.header_btn{
  padding: 4px 12px!important;
}

.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: 36px;
    line-height: 50px;
    bottom: 20%;
    left: 4%;
  }

h2{
  font-size: 16px;
  padding: 10px 12px 10px 20px;
}

h2 span {
    font-size: 24px;
    line-height: 24px;
    padding: 0 12px 8px 0;
    margin-bottom: 8px;
}

h3 {
    font-size: 16px;
}

.fv img {
    position: absolute;
    top: 23%;
    right: 0;
    width: 100%;
}

/*greeting*/
.greeting_catch{
  margin-left: 20px;
  margin-top: -46px;
}

.greeting_catch h3{
  padding: 8px 12px 0 12px;
  white-space: nowrap;
}

.greeting .textbox_outer {
    width: 90%;
    margin: 0 auto;
    padding: 28px 0;
}

.greeting .textbox{
  padding: 0;
  width: 100%;
}

.greeting .textbox p{
  font-size: 16px;
  font-weight: 500;
}

.name.flexbox{
  margin-top: 20px;
}

.name_title {
    font-size: 14px!important;
    text-align: right;
    margin:0;
}

.name_name {
    font-size: 20px!important;
    text-align: right;
}

.name_name span {
    font-weight: 500;
    font-size: 14px;
    display: block;
    text-align: right;
}

.greeting{
  padding-bottom: 20px;
}
/*service*/
.service img{
  margin-bottom: 40px;
}

/*company*/
.company table{
  width: 90%;
  margin:0 auto;
  padding: 12px;
}

.company_table {
    margin-top: -42px;
    position: relative;
    padding-top: 90px;
    padding-bottom: 50px;
}

.company th, .company td {
    border-bottom:none;
    padding: 12px;
    text-align: left;
    display: block;
    box-sizing: border-box;
    width: 100%;
}

.company th{
  background-color: #000;
  color: white;
  padding: 8px 12px;
}

/*contact*/
form{
  width: 90%;
  margin:0 auto;
  padding: 12px;
  box-sizing: border-box;
}

.contact th, .contact td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 0;
}

.contact td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding-top: 0;
}

input, textarea{
  padding: 12px;
}

button#submit {
    font-size: 20px;
    padding: 8px;
    margin-top: 12px;
}

.contact_table p{
  width: 90%;
  margin:0 auto 40px;
}
/*footer*/
.nav-inner {
    display: block;
}

footer .nav-list {
    border-top: solid 1px #fff;
    justify-content: center;
    padding: 24px 0;
    flex-wrap: wrap;
}

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

footer .inner{
  padding: 0;
}

.page_fv{
  padding-top: 0;
}

.page_fv span{
  text-align: center;
  font-size: 32px;
  margin-bottom: 8px;
}

.page_fv h2{
  font-size: 18px;
  text-align: center;
  margin: 20px; 
}
.page_inner{
  padding-bottom: 20px;
}
}

@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;
  }
  /*works*/
  .works .flexbox{
    justify-content: flex-start;
  }
  .works_card{
    width: 320px;
  }

}




