@charset "UTF-8";


*{
  /* outline: 1px solid magenta; */
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.set_image{
  object-fit: contain;
}
li {
  list-style: none;
}

.logo {
  width: 100px;
  line-height: 1px;
  margin-right: 60px;
}
.logo a {
  display: block;
}
.section-title {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 50px;
}
/*
疑似要素を使って下線を引く
*/
.section-title::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000;
  display: block;
}
.section-title .en {
  display: block;
  font-size: 2.25rem;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
}
.section-title .ja {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 36px;
}




/*-------------------------------------------
ヘッダー
-------------------------------------------*/

.UR{
  font-size: 0.9rem;
  margin-left: 30px;
  color: black;
  list-style: none;
  text-align: right;
  margin-right: 50px;
}
.UR1 {
  display: flex;
  padding-block: 30px;
}

.UR {
  opacity: 0.7;
}


ul .UR1 {
overflow: hidden;
margin: 0;
padding: 0;
list-style-type: none;
background-color: #7eedfc;
}
.UR1 li {
float: left;
}
.UR1 li a {
display: block;
padding: 16px 18px;
text-align: center;
text-decoration: none;
color: black;
}
.UR1 li a:hover:not(.active) {
background-color: #1a3033;
color: white;
}
.UR1 li a.active {
background-color: white;
}
.UR1 li.right {
float: right;
}
@media screen and (max-width: 480px) {
ul.UR1 li.right, ul.UR1 li {
  float: none;
}
}


.HN1{
  font-size: 75px;
  font-family:"arial black";
  background-color: #7eedfc;
  color: #000;
}


/*-------------------------------------------
Mainvisual
-------------------------------------------*/
.mainVisual {
  margin-bottom: 120px;
}

.mainVisual img {
  width: 100%;
  height: calc(100vh - 80px);
  object-fit: cover;
}


.color-green{
  color:green;
}
/*-------------------------------------------
About
-------------------------------------------*/
.about {
  display: flex;
  gap:30px;
  align-items: center;
  margin-bottom: 120px;
}
.area_img {
  width: 55%;
}
.area_img img {
  width: 100%;
  height: 400px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.about .text {
  width: 45%;
}
.about .text p {
  line-height: 2.2;
}
#MENU .frex .title::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -18px;
}
.business__Layout{
  display: flex;
  flex-direction: row-reverse;
  gap:50px ;
  margin-top: 10px;
}
.img_wrap{
padding-top: 20px;
padding-bottom: 50px;
  width: 250px;
  /* height: 150px; */
  margin: 0 auto;
  overflow: hidden;
}
.img_wrap img{
  display: block;
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.color-green{
  color:green;
}
/*-------------------------------------------
Company
-------------------------------------------*/
.labo__layout{
  display: flex;
  gap:30px;
  align-items: center;
}
#company {
  padding-top: 100px;
  display: flex;
  align-items: center;
  position: relative;
}
#company .text {
  width: 46%;
  background-color: #fff;
  padding: 100px 8% 100px 6%;
  position: absolute;
  top: 0;
  left: 0;
}
#company .img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-left: 20px;
}
#company .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#company .info dt {
  width: 20%;
  margin-top: 10px;
}
#company .info dt:first-of-type {
  margin-top: 0;
}
#company .info dd {
  width: 80%;
  margin-top: 10px;
}
#company .info dd:first-of-type {
  margin-top: 0;
}
#company .info .add {
  margin-left: 20%;
}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  background-color: #fff;
  padding-bottom: 20px;
}
#footer .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
#footer .flex .logo {
  margin-right: 0;
}
#footer .copyright {
  font-size: 0.625rem;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 900px) {
  .logo {
    width: 80px;
    margin: 8px 0;
  }
  .section-title {
    margin-bottom: 34px;
  }
  .section-title .ja {
    margin-bottom: 24px;
  }


  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
  #mainvisual {
    margin-bottom: 80px;
  }

  /*-------------------------------------------
  News
  -------------------------------------------*/
  #news {
    margin-bottom: 80px;
  }
  #news .list {
    flex-direction: column;
  }
  #news .list li {
    width: 100%;
    border-right: none;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  #news .list li:last-child {
    margin-bottom: 0;
  }

  /*-------------------------------------------
  About
  -------------------------------------------*/
  #about {
    flex-direction: column;
    margin-bottom: 80px;
  }
  #about .img {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 20px;
  }
  #about .img img {
    height: 300px;
  }
  #about .text {
    width: 100%;
    padding: 0 16px;
  }

  /*-------------------------------------------
  Business
  -------------------------------------------*/
  #business {
    margin-bottom: 120px;
  }
.business__Layout{
    display: flex;
    flex-direction: space-between;
  }

.business__left{
    width: 46%;
    margin-top: 10px;
  }
.business__right{
    width: 46%;
  }
  #business .business__Layout .item {
    margin-bottom: 50px;
  }
  #business .business__Layout .item:last-child{
    margin-bottom: 0;
  }
  .business__title {
      font-size: 20px;
    font-weight: bold;
    margin: 50px 0 10px 18px;
    position: relative;
  }
  .business__title{
  
    padding-block: 20px;
  }
  .business__item{
    text-align: center;
    display: block;
margin-top: 50px;
margin-bottom: 50px;
    padding-block: 50px;
  }

  /*-------------------------------------------
  Company
  -------------------------------------------*/
  #company {
    height: auto;
    flex-direction: column;
    position: static;
  }
  #company .text {
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 20px;
    position: static;
  }

  #company .img {
    width: 100%;
    padding: 0;
    position: static;
  }
  #company .info {
    flex-direction: column;
  }
  #company .info dt {
    width: 100%;
    margin-top: 20px;
  }
  #company .info dd {
    width: 90%;
    margin-top: 5px;
    padding-left: 5%;
  }
  #company .info dd:first-of-type {
    margin-top: 5px;
  }
  #company .info .add {
    margin-left: 0;
  }

  /*-------------------------------------------
  footer
  -------------------------------------------*/
  #footer .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  #footer .flex .logo {
    margin-bottom: 10px;
  }
}



@media screen and (max-width:900px) {
  .labo__layout {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column-reverse;
  }
  .map-yamakenn{
    width: 90%;
    padding: 5%;
  }
  #company{
    padding-top: 10px;
  }
  #business{
    margin-bottom: 20px;
  }

}
@media screen and (max-width:767px) {
  .about{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .area_img{
    width: 90%;
    padding:  0 5%;
  }
  .about .text{
    width: 90%;
    padding: 0 5%;
  }
  .mainVisual img {
    height: 350px;
  }
  .mainVisual{
    margin-bottom: 10px;
  }
}