.sect-1 {
  margin-top: 70px;
}
.sect-1 img {
  width: 100%;
  aspect-ratio: 3.31034483;
  object-fit: cover;
  min-height: 300px;
}
.sect-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #ffffff;
  box-shadow: 0 10px 10px 0 rgba(238, 238, 238, 0.16);
  overflow-x: auto;
}
.sect-2 .item {
  font-size: 16px;
  font-weight: 400;
  color: #5a5a5a;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 15px;
  border-bottom: 2px solid #00000000;
  white-space: nowrap;
}
.sect-2 .act {
  border-bottom: 2px solid #11524E;
  font-weight: 400;
  color: #000000;
}
.sect-3 {
  padding: 50px 0;
}
.sect-3 .tit {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
.sect-3 .en-tit {
  font-size: 16px;
  font-weight: 400;
  color: #b8b8b8;
}
.sect-3 .btn-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.sect-3 .btn-box .btn {
  flex-grow: 1;
  height: 36px;
  border: 1px solid #000000;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
}
.sect-3 .btn-box .btn:not(:first-child) {
  margin-left: 15px;
}
.sect-3 .btn-box .act {
  background: #11524e;
  color: #ffffff;
}
.sect-3 .tel-box {
  margin-top: 10px;
}
.sect-3 .tel-box .txt {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}
.sect-3 .item {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  transition: all 0.3s linear;
  background: #fefefe;
  border: 1px solid #717171;
  padding: 30px 24px;
  position: relative;
}
.sect-3 .item:hover {
  background: #fcffff;
  border: 1px solid #11524e;
  box-shadow: 10px 10px 10px 0px rgba(224, 246, 245, 0.32);
}
.sect-3 .item:hover .name-box .name {
  color: #11524e;
}
.sect-3 .item:hover .bg {
  top: auto;
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.sect-3 .item .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 160px;
  font-weight: 400;
  color: #11524e08;
  white-space: nowrap;
  line-height: 1;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.sect-3 .item .name-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sect-3 .item .name-box .name {
  font-size: 24px;
  font-weight: normal;
  color: #000000;
}
.sect-3 .item .name-box .pri {
  font-size: 20px;
  font-weight: 300;
  color: #11524e;
}
.sect-3 .item .txt {
  font-size: 14px;
  font-weight: 300;
  color: #5a5a5a;
  line-height: 32px;
  word-break: break-all;
}
.sect-3 .item .desc {
  min-height: 120px;
}
.sect-4 {
  padding: 0 0 50px ;
}
.sect-4 .tit {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
.sect-4 .en-tit {
  font-size: 16px;
  font-weight: 400;
  color: #b8b8b8;
}
.sect-4 .content-box {
  padding: 20px;
  width: 100%;
  aspect-ratio: 3.57446809;
  position: relative;
  margin-top: 20px;
  font-size: 24px;
  font-family: 'AlienLeague';
  font-weight: 400;
  color: #ffffff;
  line-height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}
.sect-4 .content-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .sect-1 {
    margin-top: 80px;
  }
  .sect-3 .item .name-box .name {
    font-size: 28px;
    font-weight: normal;
    color: #000000;
  }
  .sect-3 .item .name-box .pri {
    font-size: 22px;
    font-weight: 300;
    color: #11524e;
  }
  .sect-3 .item .txt {
    font-size: 16px;
    font-weight: 300;
    color: #5a5a5a;
    line-height: 36px;
    word-break: break-all;
  }
  .sect-3 .item .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 120px;
  }
}
@media (min-width: 992px) {
  .sect-1 {
    margin-top: 100px;
  }
  .sect-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background: #ffffff;
    box-shadow: 0px 10px 10px 0px rgba(238, 238, 238, 0.16);
    padding: 0;
  }
  .sect-2 .item {
    font-size: 18px;
    font-weight: 400;
    color: #5a5a5a;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 30px;
    border-bottom: 2px solid #00000000;
  }
  .sect-2 .act {
    border-bottom: 2px solid #11524E;
    font-weight: 400;
    color: #000000;
  }
  .sect-3 {
    padding: 50px 0;
  }
  .sect-3 .tit {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
  }
  .sect-3 .en-tit {
    font-size: 16px;
    font-weight: 400;
    color: #b8b8b8;
  }
  .sect-3 .btn-box {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
  }
  .sect-3 .btn-box .btn {
    flex-grow: 1;
    height: 50px;
    border: 1px solid #000000;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sect-3 .btn-box .btn:not(:first-child) {
    margin-left: 30px;
  }
  .sect-3 .btn-box .act {
    background: #11524e;
    color: #ffffff;
  }
  .sect-3 .tel-box {
    margin-top: 10px;
  }
  .sect-3 .tel-box .txt {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
  }
  .sect-3 .item {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    transition: all 0.3s linear;
    background: #fefefe;
    border: 1px solid #717171;
    padding: 30px 24px;
    position: relative;
  }
  .sect-3 .item:hover {
    background: #fcffff;
    border: 1px solid #11524e;
    box-shadow: 10px 10px 10px 0px rgba(224, 246, 245, 0.32);
  }
  .sect-3 .item:hover .name-box .name {
    color: #11524e;
  }
  .sect-3 .item:hover .bg {
    top: auto;
    bottom: 30px;
    opacity: 1;
    visibility: visible;
  }
  .sect-3 .item .bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 160px;
    font-weight: 400;
    color: #11524e08;
    white-space: nowrap;
    line-height: 1;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
  }
  .sect-3 .item .name-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .sect-3 .item .name-box .name {
    font-size: 50px;
    font-weight: normal;
    color: #000000;
  }
  .sect-3 .item .name-box .pri {
    font-size: 50px;
    font-weight: 300;
    color: #11524e;
  }
  .sect-3 .item .txt {
    font-size: 18px;
    font-weight: 300;
    color: #5a5a5a;
    line-height: 40px;
    word-break: break-all;
  }
  .sect-3 .item .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 120px;
  }
  .sect-4 {
    padding: 0 0 50px ;
  }
  .sect-4 .tit {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
  }
  .sect-4 .en-tit {
    font-size: 16px;
    font-weight: 400;
    color: #b8b8b8;
  }
  .sect-4 .content-box {
    padding: 40px;
    width: 100%;
    aspect-ratio: 3.57446809;
    position: relative;
    margin-top: 30px;
    font-size: 52px;
    font-family: 'AlienLeague';
    font-weight: 400;
    color: #ffffff;
    line-height: 87px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
  }
  .sect-4 .content-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}
/*# sourceMappingURL=hr.css.map */