.single {
  margin-top: clamp(147.7px, 11vw, 211px);
  width: 100%;
}

.singleInner {
  z-index: 2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
  padding-left: clamp(16px, (16.7vw), 320px);
  padding-right: clamp(16px, (16.7vw), 320px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 767px) {
  .singleInner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 1024px) {
  .singleInner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: clamp(60px, 5.2vw, 100px);
  }
}

.singleMain {
  width: calc(100% - clamp(168px, 14.6vw, 280px) - clamp(32px, 7.7vw, 148px));
}
@media (max-width: 1024px) {
  .singleMain {
    width: 100%;
  }
}

.singleMeta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: clamp(14px, 1vw, 20px);
}

.singleMetaDate {
  font-size: clamp(1.6rem, (1vw), 2rem);
  font-weight: 500;
  line-height: 1;
}

.singleMetaLabel {
  display: inline-block;
  font-size: clamp(1.12rem, (0.7vw), 1.4rem);
  font-weight: 500;
  line-height: 1;
  color: #00009b;
  text-align: center;
  border: 1px solid #00009b;
  padding: clamp(4px, 0.3vw, 5px);
}

.singleMainTtl {
  margin-top: clamp(14px, 1vw, 20px);
  font-size: clamp(2.45rem, (1.8vw), 3.5rem);
  font-weight: bold;
  line-height: 1.5;
}

.singleMainImg {
  margin-top: clamp(37.5px, 3.9vw, 75px);
  width: 100%;
  aspect-ratio: 850/500;
  object-fit: cover;
  object-position: center;
}

.singleMainTxt {
  margin-top: clamp(48px, 4.2vw, 80px);
}
.singleMainTxt p,
.singleMainTxt a {
  font-size: clamp(1.44rem, (0.9vw), 1.8rem);
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0.008em;
}
.singleMainTxt a {
  text-decoration: underline;
}

.singlePath {
  margin-top: clamp(62.5px, 6.5vw, 125px);
  border-top: 1px solid #d1d1d1;
  padding-top: clamp(60px, 5.2vw, 100px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(15px, 1.6vw, 30px);
}

.singlePathLink {
  width: clamp(45.5px, 3.4vw, 65px);
  height: clamp(45.5px, 3.4vw, 65px);
  min-width: clamp(45.5px, 3.4vw, 65px);
  border-radius: 50%;
  border: 1px solid #00009b;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.1s ease;
}
.singlePathLink::after {
  content: "";
  display: block;
  width: clamp(10.5px, 0.8vw, 15px);
  height: clamp(18.9px, 1.4vw, 27px);
  background-image: url(../../img/single-news/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.1s ease;
}
.singlePathLink:hover {
  background-color: #00009b;
  opacity: 1;
}
.singlePathLink:hover::after {
  background-image: url(../../img/single-news/icon_arrow_white.svg);
}
.singlePathLink.-prev {
  rotate: 180deg;
}
.singlePathBtn {
  font-size: clamp(1.26rem, (0.9vw), 1.8rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #00009b;
  text-align: center;
  border: 1px solid #00009b;
  border-radius: 8px;
  padding-top: clamp(17.5px, 1.3vw, 25px);
  padding-bottom: clamp(17.5px, 1.3vw, 25px);
  padding-left: 10px;
  padding-right: 10px;
  min-width: clamp(150px, 13vw, 250px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(10.5px, 0.8vw, 15px);
  transition: all 0.1s ease;
}
.singlePathBtn::after {
  content: "";
  display: block;
  width: clamp(7px, 0.5vw, 10px);
  height: clamp(7px, 0.5vw, 10px);
  background-color: #00009b;
  border-radius: 50%;
  transition: all 0.1s ease;
}
.singlePathBtn:hover {
  background-color: #00009b;
  color: white;
  opacity: 1;
}
.singlePathBtn:hover::after {
  background-color: white;
}

.singleAside {
  width: clamp(168px, 14.6vw, 280px);
}
@media (max-width: 1024px) {
  .singleAside {
    width: 100%;
  }
}

.singleAsideTtl {
  font-size: clamp(1.44rem, (0.9vw), 1.8rem);
  font-weight: 500;
  line-height: 1;
  width: 100%;
  padding-bottom: clamp(7px, 0.5vw, 10px);
  border-bottom: 1px solid #00009b;
}

.singleAsideList {
  width: 100%;
}

.singleAsideItem {
  width: 100%;
}

.singleAsideLink {
  width: 100%;
  padding-top: clamp(14px, 1vw, 20px);
  padding-bottom: clamp(14px, 1vw, 20px);
  border-bottom: 1px solid #d1d1d1;
  font-size: clamp(1.44rem, (0.9vw), 1.8rem);
  line-height: 2;
  padding-left: clamp(7px, 0.5vw, 10px);
  padding-right: clamp(7px, 0.5vw, 10px);
}

.singleAsideList + .singleAsideTtl {
  margin-top: clamp(35px, 2.6vw, 50px);
}

.singleRelated {
  width: 100%;
}

.singleRelatedList {
  width: 100%;
}

.singleRelatedItem {
  width: 100%;
}

.singleRelatedLink {
  width: 100%;
  padding-top: clamp(14px, 1vw, 20px);
  padding-bottom: clamp(14px, 1vw, 20px);
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(21px, 1.6vw, 30px);
  padding-left: clamp(7px, 0.5vw, 10px);
  padding-right: clamp(7px, 0.5vw, 10px);
}

.singleRelatedImg {
  width: clamp(66.5px, 4.9vw, 95px);
  min-width: clamp(66.5px, 4.9vw, 95px);
  aspect-ratio: 95/63;
  object-fit: cover;
  object-position: center;
}

.singleRelatedTxt {
  font-size: clamp(1.3rem, (0.7vw), 1.4rem);
  font-weight: 500;
  line-height: 1.2857142857;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}