@charset "UTF-8";
* {
  font-family: "Zen Kaku Gothic New";
}

main {
  margin-top: 80px;
}
@media (max-width: 768px) {
  main {
    margin-top: 70px;
  }
}

.first__section {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  overflow: hidden;
}
.first__section h2 {
  color: #fff;
  font-size: clamp(2.188rem, 1.417rem + 3.29vw, 4.375rem);
  font-weight: 900;
  text-align: center;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}

.single__categories-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.single__section {
  margin-bottom: 130px;
}
.single__inner {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  justify-content: center;
  grid-template-columns: minmax(200px, 784px) minmax(auto, 336px);
  gap: 40px;
}

.body__wrap {
  background: #EFFAF4;
  padding: clamp(2.5rem, 1.247rem + 2.61vw, 4.375rem) clamp(1.25rem, 0.415rem + 1.74vw, 2.5rem);
}
.body__wrap article {
  border-bottom: 1px solid #aaa;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.body__wrap article img {
  -o-object-fit: contain;
     object-fit: contain;
}
.body__data {
  display: grid;
  grid-template-columns: minmax(75px, auto) 1fr;
  gap: 10px 0;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #aaa;
}
.body__time {
  font-size: 18px;
  font-weight: 500;
  margin: 0 20px 0 0;
}
.body__category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.body__category a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: #7DBA8C;
  padding: 8px 18px;
  border-radius: 500px;
  border: 1px solid #7DBA8C;
  transition: color 0.4s ease, background 0.4s ease;
}
.body__category a:hover {
  opacity: 1;
  color: #7DBA8C;
  background: #fff;
}
.body__title {
  font-size: 20px;
  font-weight: 500;
  grid-column: 1/3;
}
.body__text {
  padding: 40px 0;
  line-height: 1.5;
}
.body__text p a {
  color: #0000ff;
  border-bottom: 1px solid #0000ff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 3px;
}
.body__text ul li {
  list-style: disc;
  margin-left: 20px;
}
.body__text *:last-child {
  margin-bottom: unset;
}
.body__links {
  display: grid;
  grid-template-columns: minmax(auto, 46px) minmax(auto, 220px) minmax(auto, 46px);
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.body__prev a, .body__next a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #7DBA8C;
  transition: opacity 0.4s ease;
}
.body__prev a {
  padding: 0 0 2px 14px;
  background: url(../images/pager__prev.webp) no-repeat center left/12px;
}
.body__prev a:hover {
  opacity: 0.4;
}
.body__next a {
  padding: 0 14px 2px 0;
  background: url(../images/pager__next.webp) no-repeat center right/12px;
}
.body__next a:hover {
  opacity: 0.4;
}
.body__return a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7DBA8C;
  border: 1px solid #7DBA8C;
  border-radius: 5000px;
  transition: color 0.4s ease, background 0.4s ease;
}
.body__return a:hover {
  color: #7DBA8C;
  background: #fff;
  opacity: 1;
}

.aside__contents {
  background: #EFFAF4;
  padding: 40px;
  height: -moz-min-content;
  height: min-content;
}
.aside__categories {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #aaa;
}
.aside__title {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.aside__title::before {
  content: "●";
  font-size: 20px;
  color: #7DBA8C;
}
.aside__categories-el {
  font-size: 16px;
}
.aside__categories-el a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
}
.aside__categories-el:not(:last-child) {
  margin-bottom: 10px;
}
.aside__select {
  font-size: 16px;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  outline: 0;
  border: 1px solid #7DBA8C;
  background: #fff url(../images/iconArrow__mainColor.svg) no-repeat right 10px center/12px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .first__section {
    height: 335px;
  }
  .single__inner {
    grid-template-columns: 1fr;
  }
  .body__wrap {
    padding: clamp(1.25rem, 0.057rem + 5.09vw, 2.5rem);
  }
  .body__wrap article {
    margin-bottom: clamp(1.25rem, 0.057rem + 5.09vw, 2.5rem);
  }
  .body__data {
    gap: 10px;
    padding-bottom: clamp(1.25rem, 0.057rem + 5.09vw, 2.5rem);
  }
  .body__time {
    font-size: clamp(1rem, 0.881rem + 0.51vw, 1.125rem);
    margin: 0 0 clamp(0.313rem, 0.014rem + 1.27vw, 0.625rem) 0;
  }
  .body__category ul {
    flex-wrap: wrap;
  }
  .body__category a {
    font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
    padding: clamp(0.375rem, 0.256rem + 0.51vw, 0.5rem) clamp(1rem, 0.881rem + 0.51vw, 1.125rem);
  }
  .body__title {
    font-size: clamp(1.125rem, 1.006rem + 0.51vw, 1.25rem);
  }
  .body__links {
    gap: clamp(0.625rem, -1.164rem + 7.63vw, 2.5rem);
  }
  .body__prev, .body__next {
    font-size: 16px;
  }
  .body__return a {
    font-size: clamp(1rem, 0.881rem + 0.51vw, 1.125rem);
    height: 40px;
  }
  .aside__contents {
    padding: clamp(1.25rem, 0.057rem + 5.09vw, 2.5rem);
  }
  .aside__categories {
    margin-bottom: clamp(1.25rem, 0.057rem + 5.09vw, 2.5rem);
    padding-bottom: clamp(1.25rem, 0.057rem + 5.09vw, 2.5rem);
  }
  .aside__title {
    font-size: clamp(1.125rem, 1.006rem + 0.51vw, 1.25rem);
  }
  .aside__title::before {
    font-size: clamp(1.125rem, 1.006rem + 0.51vw, 1.25rem);
  }
}
.wp-block-site-title a {
  border-bottom: 1px solid;
  border-color: inherit;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 3px;
}

.wp-block-cover {
  min-height: unset !important;
  padding: 0 !important;
  height: auto;
  overflow: hidden;
}

.wp-block-cover__image-background {
  position: relative !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  display: block;
  width: 100%;
  height: auto;
}

.wp-block-cover__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-cover__inner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.wp-block-cover.has-parallax {
  min-height: 430px !important;
}

.wp-block-cover__image-background.has-parallax {
  position: absolute !important;
  background-position: center !important;
  left: 50% !important;
  translate: -50%;
}

.wp-block-embed__wrapper {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-media-text__media {
  max-height: 200px;
}
.wp-block-media-text__media img {
  max-height: inherit;
}

figure.wp-block-table {
  overflow: unset;
}
figure.wp-block-table table.has-fixed-layout {
  table-layout: unset;
}

@media (max-width: 768px) {
  .wp-block-embed__wrapper iframe {
    height: clamp(10.438rem, -0.118rem + 45.04vw, 21.5rem);
  }
}
.wp-block-media-text {
  gap: 10px;
}

div.wp-block-media-text .wp-block-media-text__content {
  padding: unset;
}

.wp-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=single.css.map */