@charset "UTF-8";
.under_ct1 .inner {
  width: 100%;
}

.com1 {
  display: grid;
  grid-template-columns: 39% 1fr;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.com1 .img {
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #FFFFFF 0%, #F5F5F7 100%);
}
.com1 .cont {
  background: white;
  padding: 2vw 3.5vw;
  box-sizing: border-box;
  position: relative;
}
.com1 .cont:before {
  content: "";
  position: absolute;
  top: 0;
  left: 3.5vw;
  width: 250px;
  height: 2px;
  background: #0C2690;
}
.com1 .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 30px;
}
.com1 .name .sub {
  font-size: 2.4rem;
  margin-right: 20px;
}
.com1 .name .nm {
  font-size: 4.3rem;
  font-family: serif;
}
.com1 .txt {
  margin-top: 30px;
  font-weight: normal;
}
.com1 .work_area {
  margin: 30px 0 0 0;
}
.com1 .work_area h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
.com1 .work_area .tags {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 7px;
}
.com1 .work_area .tags p {
  font-size: 1.3rem;
  font-weight: bold;
  background: #EAEAEA;
  padding: 2px 6px;
}
@media all and (max-width: 1400px) {
  .com1 {
    grid-template-columns: 1fr;
  }
  .com1 .img {
    height: 400px;
  }
  .com1 .img img {
    margin: 0 auto;
    position: relative;
    max-width: 400px;
    bottom: -120px;
    object-position: top center;
    object-fit: cover;
  }
  .com1 .name .sub {
    font-size: 2rem;
  }
  .com1 .name .nm {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 767px) {
  .com1 {
    position: relative;
  }
  .com1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 2px;
    background: #0C2690;
  }
  .com1 .img {
    height: 320px;
  }
  .com1 .img img {
    width: 350px;
    max-width: 100%;
    bottom: -123px;
  }
  .com1 .cont {
    padding: 20px;
  }
  .com1 .cont:before {
    content: none;
  }
  .com1 .txt {
    margin-top: 10px;
  }
  .com1 .name {
    margin-top: 20px;
  }
  .com1 .name .sub {
    font-size: 1.4rem;
    margin-right: 20px;
  }
  .com1 .name .nm {
    font-size: 2.4rem;
  }
  .com1 .work_area .tags {
    margin-top: 20px;
    gap: 5px;
  }
  .com1 .work_area .tags p {
    font-size: 1.2rem;
    padding: 2px 4px;
    letter-spacing: 0;
  }
}

.com2 {
  margin: 80px 0 0 0;
}
.com2 h2 {
  color: #0C2690;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.com2 .tx {
  border-left: 1px solid #DDDDDD;
  box-sizing: border-box;
  padding: 10px 0 10px 30px;
  margin-bottom: 20px;
  font-weight: normal;
}
@media all and (max-width: 767px) {
  .com2 {
    box-sizing: border-box;
    margin: 60px 0 0 0;
  }
  .com2 .tx {
    padding: 5px 0 5px 15px;
    margin-bottom: 20px;
  }
}

.com3 {
  margin: 130px 0 80px 0;
  display: grid;
  grid-template-columns: 600px 1fr;
}
.com3 .ttl_v1 h2 {
  font-size: 2.4rem;
}
.com3 .info {
  margin-top: 30px;
}
.com3 .line {
  display: grid;
  grid-template-columns: 110px 1fr;
  margin-bottom: 20px;
}
.com3 .line .ttl {
  font-weight: bold;
}
.com3 .line .tx {
  font-weight: normal;
}
.com3 .maps {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 67%; /* 比率を4:3に固定 */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.com3 .maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.com3 .map_sp {
  display: none;
}
@media all and (max-width: 1400px) {
  .com3 {
    grid-template-columns: 1fr;
  }
  .com3 .maps {
    margin-top: 20px;
    padding-top: 47%;
  }
}
@media all and (max-width: 767px) {
  .com3 {
    margin: 100px 0 0 0;
  }
  .com3 .ttl_v1 {
    width: 90%;
    margin: 0 auto;
  }
  .com3 .maps {
    padding-top: 70%;
  }
  .com3 .map_sp {
    display: block;
  }
  .com3 .map_pc {
    display: none;
  }
  .com3 .info {
    margin: 30px auto 0 auto;
  }
  .com3 .line {
    grid-template-columns: 80px 1fr;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=company.css.map */
