
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@600&display=swap');
:root{
  --bg:#ffffff;
  --fg:#595757;
  --muted:#595757;
  --line:#e2e2e2;
  --hero-bg:#0a0d0f;
  --cta:#222222;
  --lh: 1.75;
  --container-w: 1100px;
  --container-pad: 4%;
}
input {
    all: revert;
}
.sp{display: none;}
.pc{display: block;}

*{box-sizing:border-box}
html,body{
  margin:0;
  padding:0;
  background:#FFF;
  color:#595757;
  font-family: "Noto Sans JP", sans-serif;
  line-height:1.75;
  font-size: 16px;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
.container{
  width: 1100px;
  margin: 0 auto;
}

/* separator */
.separator{
  width: 40px;
  height: 8px;
  background: #595757;
  margin: 0 auto;
}


/* ヒーロー */
.hero{
  padding: 0;
  margin: 0;
  width: 100%;
  aspect-ratio: 1920 / 1082;
  background: url(../image/logo_bg.jpg) center center ;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero h1{
  padding: 0;
  margin: 0;
}
.hero h1 img{
  width: 80%;
  margin: 0 auto;
}

/* リード */
.lead{
  text-align:center;
  margin: 5% auto;
  padding:0;
  font-size: 26px;
  font-weight: 600;
}
.lead .eng{
  margin-top: 3%;
  font-size: 14px;
  font-weight: 400;
}

/* ラベル */
.label{
  font-size:24px;
  letter-spacing: 0.1em;
  margin-bottom:6px;
  font-family: "Commissioner", sans-serif;
  font-weight: 600;
 }
.mission h2, .service h2{
  font-size:40px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height:1.5;
  margin:.2rem 0 1rem
  }

/* Mission */
.mission{
  margin:5% auto;
}
.mission__grid{display:flex;flex-wrap:wrap;gap:32px}
.mission__text{flex:1 1 300px;display:flex;flex-direction:column;gap:14px}
.mission__thumb{
  width:160px;
  max-width:100%;
  overflow:hidden;
  margin: auto ;
}
.mission__list{
  flex:1 1 400px;
  display:flex;
  flex-wrap:wrap;
  padding:0;
}
.mission__list ul{
  display:flex;
  flex-wrap:wrap;
  padding:0;
  padding-bottom:8px;
  list-style: none;
}
.mission__list li{
  flex:1 1 calc(48% - 24px);
  flex-wrap:wrap;
  margin:5% 2% 0 2%;
  border-bottom:1px solid #999;
  text-align: center;
  font-size: 14px;
  }

/* Service */
.service{
  margin:5% auto;
  }
.service__header{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  align-items:center;
  justify-content: space-between;
  margin: 10% 0;
}
.service__title{
  width: 45%;
}
.service__img{
  width: 50%;
  position: relative;
}
.service__img .img{
  width: 90%;
  aspect-ratio:800/645;
  background:url(../image/service.jpg) center/cover no-repeat;
}
.service__img .tx{
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.cards{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin: 10% 0;
}
.card{
  width: 25%;
}
.card__header{
  }
.card__header h3{
  font-size:18px;
}
.card__header h3 span{
  font-size:13px;
  display: block;
}
.card__header p{
  margin:5% 0;
  min-height: 7em;
  display: inline-block;
 }
.card__body{
}

/* project */
.project{
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 5%;
}
.project .img{
    width: 25%;
}
.project .img img{
    width: 80%;
    margin: 0 auto;
}
.project .tx{
    width: 70%;
}
.project .tx span{
  display: block;
  font-size: 20px;
  margin-bottom: 1.5%;
}

.button{
  background:#595757;
  color:#fff;
  padding:0 1em;
  border-radius:10vh;
}
.bt__area{
  display: flex;
  justify-content: center;
}
.bt__area > div{
  margin: 0 3%;
  text-align: center;
}
.bt__area .button{
  display: block;
  width: 300px;
  text-align: center;
}
.bt__area p{
  margin-top: 5%;
  font-size: 12px;
}

/* Team */
.team{
  margin: 3% auto;
}
.team .label{
  text-align: center;
}
.team__cols{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-around;
}
.teambox{
  width: 33.3%;
  border-right: 1px solid #666;
  padding: 0 2% 10% 2%;
  margin: 0 0 8% 0;
  position: relative;
}
.teambox:first-child{
  border-left: 1px solid #666;
}
.teambox h3{
  margin:.2rem 0 .6rem;
  font-size: 18px;
}
.teambox h3 span{
  font-size: 12px;
  display: block;
}
.teambox dl{
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  
}
.teambox dl dt{
  display: flex;
  width: 25%;
  }
.teambox dl dd{
  display: flex;
  width: 75%;
  }

.teambox .bt{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.teambox .bt a{
  display: inline-block;
  border: 1px solid #999;
  margin: 0 auto;
  padding: 0.3em 1em;
  text-align: center;
  font-size: 14px;
}
/* Map */
.map-embed {
  width: 100%;
  aspect-ratio: 11 / 4;
  max-width: 1100px; 
  margin: 0 auto; 
}
.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


/* Footer */
footer{border-top:1px solid var(--line);color:var(--muted);font-size:12px;text-align:center;padding:28px 0 44px}

/* Privacy */
.privacy h1{
  margin: 2em 0;
  font-weight: 600;
}

.privacy h2{
  margin: 2em 0 0.5em 0;
  font-weight: 600;
}
.privacy ul{
  margin: 1em 0 0 1em;
}
.privacy ul li{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy .ind1{
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/* Contact */
.contact h1{
  margin: 2em auto;
  font-weight: 600;
  font-size: 20px;
  width: 720px;
}
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(7) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  border: none;
}
.Form-Btn:disabled {
  opacity: 0.5;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}


/* Responsive */
@media (max-width: 1100px){
html,body{
  font-size: calc(35 *(100vw/1100));
}
.container{
  width: 96%;
}
.sp{display: block;}
.pc{display: none;}

/* ヒーロー */
.hero h1 img{
  width: 60%;
}

/* リード */
.lead{
  font-size: calc(36 *(100vw/1100));
}
.lead .eng{
  font-size: calc(20 *(100vw/1100));
}

/* ラベル */
.label{
  font-size: calc(40 *(100vw/1100));
 }
.mission h2, .service h2{
  font-size: calc(65 *(100vw/1100));
  }


/* Mission */
.mission__text{flex:1 1 100%;}
  
.mission__thumb{
  width:100%;
}
.mission__thumb img{
  width: 50%;
  margin: auto ;
}
.mission__list{
  flex:1 1 100%;
}
.mission__list li{
  flex:1 1 calc(48% - 24px);
  font-size: calc(50 *(100vw/1920));
  }

/* Service */
.service__title{
  width: 100%;
}
.service__img{
  width: 90%;
  margin: 5% auto 0 auto;
}
.service__img .img{
  width: 90%;
}
.service__img .tx{
  font-size: calc(40 *(100vw/1920));
}

.card{
  width: 100%;
  margin-bottom: 8%;
}
.card__header h3{
  font-size: calc(60 *(100vw/1100));
}
.card__header h3 span{
  font-size: calc(35 *(100vw/1100));
}
.card__header p{
  margin:0 0 3% 0;
  min-height: 0;
 }
.card__body{
  width: 100%;
  margin: 0 auto;
}
.card__body img{
  width: 90%;
  margin: 0 auto;
}

/* project */
.project{
  display: flex;
  flex-wrap: wrap;
}
.project .img{
    width: 100%;
}
.project .img img{
    width: 60%;
    margin: 0 auto;
}
.project .tx{
    width: 100%;
}
.project .tx span{
  display: block;
  font-size: calc(50 *(100vw/1100));
  margin-top: 3%;
}

.bt__area{
  flex-wrap: wrap;
  margin-bottom: 10%;
}
.bt__area > div{
  width: 100%;
}
.bt__area .button{
  width: 80%;
  padding: 1em 0;
  margin:  0 auto;
}
.bt__area p{
  margin-top: 0%;
  margin-bottom: 5%;
  font-size: calc(30 *(100vw/1100));
}

/* Team */
.teambox{
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #666;
  padding: 0 2% 25% 2%;
  margin: 0 0 8% 0;
  position: relative;
}
.teambox:first-child{
  padding: 0 2% 10% 2%;
  border-left: none;
}
.teambox h3{
  font-size: calc(55 *(100vw/1100));
}
.teambox h3 span{
  font-size: calc(35 *(100vw/1100));
}
.teambox dl{
  font-size: 16px;
  font-size: calc(35 *(100vw/1100));
  
}
.teambox dl dt{
  display: flex;
  width: 28%;
  }
.teambox dl dd{
  display: flex;
  width: 72%;
  }

.teambox .bt{
  bottom: 2%;
}
.teambox .bt a{
  display: inline-block;
  border: 1px solid #999;
  margin: 0 auto;
  padding: 0.8em 2em;
  text-align: center;
  font-size: calc(35 *(100vw/1100));
}
/* Map */
.map-embed {
  width: 100%;
  aspect-ratio: 11 / 8;
  margin: 0 auto;
}
.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
}
