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

*{
  margin: 0;
  padding: 0;
  color:#111111;
  font-family: maru-maru-gothic-alr-stdn, sans-serif;
  font-weight:normal;
  font-style: normal;
  font-size: 16px;
  list-style: none;
  line-height: 200%;
  letter-spacing: 0.8px;
  box-sizing: border-box;
  text-align: left;
}

.en{
  font-family: 'Cormorant', serif;
  font-weight: bold;
  font-size: 12px;
  color: #454545;
}

a{
  text-decoration: none;
}

a:hover{
  opacity: 0.6;
}

.btn:hover{
  opacity: 1;
}


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

h1{
  font-weight: bold;
  font-size: 40px;
  line-height: 160%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: white;
}

h2{
  font-size: 32px;
  line-height: 100%;
}

.h2_en{
	font-family: 'Noto Serif JP', serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-stroke:1px #A2A2A2;
  -webkit-text-stroke:1px #A2A2A2;
  margin-bottom: 40px;
	color:transparent;
}


.bold{
  font-weight: bold;
}

.white{
  color: white;
}

.pink{
  color:#F50F82;
}
}

.center{
  text-align: center;
}

.bg{
  background: #F7F7F7;
}

  .btn{
	  color:#8A8A8A;
    border:solid 1px #8A8A8A;
    border-radius: 32px;
    padding: 8px 24px;
    align-self: flex-start;
  }

.btn:hover{
	background:#8A8A8A;
	color:white;
	border:solid 1px #ffffff;
}

.center{
  text-align: center;
}
.wrapper {
  margin: 88px auto 0;
}


.child{
  position: absolute;
}

.parent{
  position: relative;
}

.position_center{
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.column{
  display: flex;
  flex-direction:  column;
}

.flexboxsp{
  display: flex;
}

  .center{
    justify-content: center;
  }

/*gap*/
.gap-1{
  gap:8px;
}

.gap-2{
  gap:16px;
}

.gap-3{
  gap:24px;
}

.gap-4{
  gap:32px;
}

.gap-5{
  gap:40px;
}

.gap-6{
  gap:48px;
}

.gap-7{
  gap:56px;
}

.gap-8{
  gap:64px;
}

.gap-9{
  gap:72px;
}

.gap-10{
  gap:80px;
}

.gap-11{
  gap:88px;
}

.gap-12{
  gap:96px;
}

/*mg*/
.mg-1{
  margin-bottom: 8px;
}

.mg-2{
  margin-bottom: 16px;
}

.mg-3{
  margin-bottom: 24px;
}

.mg-4{
  margin-bottom: 32px;
}

.mg-5{
  margin-bottom: 40px;
}

.mg-6{
  margin-bottom: 48px;
}

.mg-7{
  margin-bottom: 56px;
}

.mg-8{
  margin-bottom: 64px;
}

.mg-9{
  margin-bottom: 72px;
}

.mg-10{
  margin-bottom: 80px;
}

.mg-11{
  margin-bottom: 88px;
}

.mg-12{
  margin-bottom: 96px;
}

/* padding */
.pd-5{
	padding:40px;
}

/*header*/
header{
  position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    background: white;
}

li.navItem.header_btn a , li.navItem.header_btn span {
    line-height: 100%;
}

li.navItem.header_btn a:hover{
	background:#6A6A6A;
	color:white;
}

li.navItem.header_btn:hover span{
	color:white;
}

li.navItem.header_btn a{
    border: solid 1px #000000;
    height: 100%;
    padding: 0 16px;
  }

.fv img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

/*service*/
.service .box{
  margin-left: 120px;
}

.service .box .body{
  width: 456px;
  max-width: 100%;
  margin:0 24px;
}

.service .item{
  padding:80px 0;
}

.service .item:nth-child(2n){
  flex-direction: row-reverse;
}

.service .item:nth-child(2){
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #F7F7F7 50%, #F7F7F7 100%);
}

.service .item:nth-child(3){
  background: linear-gradient(to bottom, #F7F7F7 0%, #F7F7F7 50%, #fff 50%, #fff 100%);
}

/*news*/
.news{
  padding: 80px 0;
}
.news .inner{
  margin-left: 120px;
}

.news ul{
  border-top: solid 1px #cccccc;
  display: flex;
  flex-direction: column;
}

.news li{
  padding: 32px;
  border-bottom: solid 1px #cccccc;
}

.news .flexbox {
  margin-left: 24px;
}

.news .btn{
  align-self: flex-end;
  margin-top: 40px;
}

/*company contact*/
.company{
  background: url(http://evolab.site/koguma/wp-content/uploads/2024/09/company_main.jpg);
}

.contact{
  background: url(http://evolab.site/koguma/wp-content/uploads/2024/09/contact_main.jpg);
}

.bg_content{
  height: 500px;
  background-size: cover;
}

.company:before , .contact:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /*半透明のフィルターをかける*/
  z-index: 1;
}

.bg_content .inner{
  padding:56px 96px;
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: none;
}

.bg_content .h2_en{
  font-size: 64px;
  text-stroke:unset;
  -webkit-text-stroke: unset;
  color: #D9D9D9;
  margin-bottom: 40px;
}

.bg_content h2{
  font-size: 30px;
  color: white;
}

.company h2{
  margin-bottom: 40px;
}
.company .btn{
  color: white;
  border: solid 1px #FFFFFF;
  margin:40px auto 0;
  display: block;
  width: 162px;
}

company .btn:hover{
	background:#8A8A8A;
	opacity:1;
}

.contact .column{
  border:solid 1px #FFFFFF;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px
}

.contact .lead{
  margin-bottom: 24px;
}

.bg_gray{
  background: #8A8A8A;
}

.fa-solid, .fas {
	font-size:20px;
}

.btns .btn{
  color: white;
  border:solid 1px #FFFFFF;
  gap: 8px;
    align-items: center;
	justify-content: center;
    width: 248px;
    margin: 0 auto;
}

.btns .bg_gray:hover{
	background:white;
	color:#8A8A8A;
}

.btns .bg_gray:hover .fa-solid, .fas{
	color:#8A8A8A;
}

/*footer*/
footer .logo{
  height: 44px;
  width: auto;
}

footer .body{
  padding: 40px;
}

footer .inner{
  padding: 40px;
}

.map_link{
  align-items: center;
}

.map_link img{
  width: 14px;
}

.sub_link li a , .copy{
  font-size: 12px;
}

footer .main_link{
  flex-wrap: wrap; 
}


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


*{
  font-size: 14px;
}

footer{
  padding: 40px;
}


footer ul li{
  margin:20px;
}
/*header*/
/*ナビのスタイル*/
header {
  position: fixed;
  background: white;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  padding: 0 57px 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .btn {
    border-radius: 32px;
    padding: 8px 12px;
}

header img {
  height: 20px;
  width: auto;
}

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 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

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

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

	li.navItem.header_btn a, li.navItem.header_btn span{
		display:block;
		text-align:center;
	}
	
	li.navItem.header_btn a {
    padding: 6px 16px;
    margin: 20px auto;
    width: 132px;
}
	
nav.NavMenu ul li a{
  display: block;
  margin: 0 auto;
  padding: 4px 0;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}

.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: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 13;
  display: block;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 24px;
  border-bottom: solid 2px #000;
  -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 #000;
}

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

h1{
  font-weight: bold;
  font-size: 32px;
  line-height: 160%;
}

h2{
  font-size: 24px;
}

.h2_en{
  font-size: 44px;
  margin-bottom:16px;
}

.wrapper{
  margin: 60px auto 0;
}

.fv img{
  height: 80vh; 
  width: auto;
  object-fit:cover;
}

.position_center {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.service .item{
  padding: 20px 0;
}

.service .box , .news .inner{
    margin-left: 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.service .box .body {
     width:100%;
    max-width: 100%;
    margin: 0px;
    padding: 0 24px;
}

.news {
    padding: 40px 0;
}

.news h2 , .bg_content h2{
  margin-bottom: 20px;
}

.news ul{
  margin-right: 24px;
}

.news li{
  padding: 16px;
  flex-wrap: wrap;
  gap:4px;
}

.service .item:nth-child(2), .service .item:nth-child(3){
  background: none;
}

.company{
  height: 320px;
}

.contact{
  height: 480px;
}

.contact .column{
  padding: 24px;
}

.btns .bg_gray{
  margin-bottom: 16px;
}
.bg_content .h2_en{
  margin-bottom: 24px;
}
	
	.bg_content h2 {
    font-size: 20px;
}
	
.bg_content .inner{
  padding: 20px;
  height: auto;
}

.bg_content .h2_en{
  font-size: 44px;
}

footer .inner , footer .body{
  padding: 0;
}

.sub_link li a, .copy {
    font-size: 12px;
    padding: 16px 0px;
}
	
	footer .logo {
    height: 24px;
    width: auto;
}
	
	

/* padding */
.pd-5{
	padding:16px;
}

}

@media screen and (min-width: 1200px) {
  *{

  }

  .sp_only{
    display: none!important;
  }

  header{
    height: 88px;
    display: flex;
    padding: 0 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 12px;
  }

  header img{
    height: 27px;
    width: auto;
  }

  header ul{
    display: flex;
  }

  header ul li{
    margin: 0 24px;
  }

  .inner{
    max-width: 1440px;
    margin:0 auto;
  }

  .flexbox{
    display: flex;
  }

  .between{
    justify-content: space-between;
  }

  .around{
    justify-content: space-around;
  }

  .align_center{
    align-items: center;
  }

  /*service*/
.service img{
  width: 45%;
}

.service .box{
  width: 55%;
}
	
/* 	works */
	.works .no-post{
		margin-left:80px;
	}
/*news*/
.news ul{
  width: 60%;
  margin-top: 16px;
  border-top: solid 1px #cccccc;
}

footer .main_link li{
  width: 33%;
}


}


