@charset "UTF-8";
.l-main-sub__wrapper {
  max-width: 1570px !important;
}

.l-main-sub__body {
  -moz-column-gap: 60px !important;
       column-gap: 60px !important;
}
@media screen and (max-width: 1200px) {
  .l-main-sub__body {
    flex-direction: row !important;
    align-items: stretch !important;
    -moz-column-gap: 1.6666666667% !important;
         column-gap: 1.6666666667% !important;
  }
}
@media screen and (max-width: 830px) {
  .l-main-sub__body {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

.l-main-content-sub {
  max-width: 750px !important;
}
@media screen and (max-width: 1200px) {
  .l-main-content-sub {
    width: 62.5% !important;
    flex-shrink: 0 !important;
  }
}
@media screen and (max-width: 830px) {
  .l-main-content-sub {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1200px) {
  .l-main-sidebar {
    width: 29.75% !important;
    flex-shrink: 0 !important;
  }
}
@media screen and (max-width: 830px) {
  .l-main-sidebar {
    width: 100% !important;
  }
}

@media screen and (max-width: 1200px) {
  .c-cards-sidebar__visual {
    width: 33% !important;
  }
}
@media screen and (max-width: 830px) {
  .c-cards-sidebar__visual {
    width: 13.54% !important;
  }
}

.l-footer {
  max-width: 1570px !important;
}

.p-single-post {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  row-gap: 44px;
}
@media screen and (max-width: 750px) {
  .p-single-post {
    row-gap: 8.2666666667vw;
  }
}

.p-single-post__header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  row-gap: 14px;
}
@media screen and (max-width: 750px) {
  .p-single-post__header {
    row-gap: 1.8666666667vw;
  }
}

.p-single-post__title-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 17px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 750px) {
  .p-single-post__title-wrapper {
    padding: 1.0666666667vw 3.2vw;
    border-top: 0.1333333333vw solid #DDDDDD;
    border-bottom: 0.1333333333vw solid #DDDDDD;
  }
}

.p-single-post__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.46;
}
@media screen and (max-width: 750px) {
  .p-single-post__title {
    font-size: 4.5333333333vw;
  }
}

.p-single-post__meta {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  padding: 0 24px;
}
@media screen and (max-width: 750px) {
  .p-single-post__meta {
    padding: 0;
  }
}
.p-single-post__meta time {
  font-size: 1rem;
  line-height: 2.4;
  color: #969696;
}
@media screen and (max-width: 750px) {
  .p-single-post__meta time {
    font-size: 2.1333333333vw;
  }
}

.p-single-post__thumbnail {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 16px;
  aspect-ratio: 791/446;
}
@media screen and (max-width: 750px) {
  .p-single-post__thumbnail {
    padding: 0;
  }
}
.p-single-post__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-single-post__content {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  row-gap: 24px;
}
@media screen and (max-width: 750px) {
  .p-single-post__content {
    row-gap: 3.2vw;
  }
}
.p-single-post__content .wp-block-buttons.is-content-justification-center,
.p-single-post__content .wp-block-image.aligncenter,
.p-single-post__content .wp-block-group.aligncenter,
.p-single-post__content .wp-block-cover.aligncenter,
.p-single-post__content .wp-block-paragraph.has-text-align-center,
.p-single-post__content .wp-block-heading.has-text-align-center,
.p-single-post__content .wp-block-quote.is-style-large.has-text-align-center,
.p-single-post__content .wp-block-table.aligncenter,
.p-single-post__content .wp-block-video.aligncenter,
.p-single-post__content .wp-block-audio.aligncenter,
.p-single-post__content .wp-block-embed.aligncenter {
  align-self: center;
  width: 100%;
}
.p-single-post__content .wp-block-buttons.is-content-justification-right,
.p-single-post__content .wp-block-image.alignright,
.p-single-post__content .wp-block-group.alignright,
.p-single-post__content .wp-block-cover.alignright,
.p-single-post__content .wp-block-paragraph.has-text-align-right,
.p-single-post__content .wp-block-heading.has-text-align-right,
.p-single-post__content .wp-block-quote.is-style-large.has-text-align-right,
.p-single-post__content .wp-block-table.alignright,
.p-single-post__content .wp-block-video.alignright,
.p-single-post__content .wp-block-audio.alignright,
.p-single-post__content .wp-block-embed.alignright {
  align-self: flex-end;
  width: 100%;
}
.p-single-post__content .wp-block-buttons.is-content-justification-left,
.p-single-post__content .wp-block-image.alignleft,
.p-single-post__content .wp-block-group.alignleft,
.p-single-post__content .wp-block-cover.alignleft,
.p-single-post__content .wp-block-paragraph.has-text-align-left,
.p-single-post__content .wp-block-heading.has-text-align-left,
.p-single-post__content .wp-block-quote.is-style-large.has-text-align-left,
.p-single-post__content .wp-block-table.alignleft,
.p-single-post__content .wp-block-video.alignleft,
.p-single-post__content .wp-block-audio.alignleft,
.p-single-post__content .wp-block-embed.alignleft {
  align-self: flex-start;
  width: 100%;
}
.p-single-post__content h2 {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.44;
  background-color: #f7f7f7;
  padding: 17px 8px 17px 25px;
}
@media screen and (max-width: 750px) {
  .p-single-post__content h2 {
    font-size: 4.2666666667vw;
    padding: 2.2666666667vw 0 2.2666666667vw 2.5333333333vw;
  }
}
.p-single-post__content h3 {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.44;
  padding: 17px 0 17px 39px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-single-post__content h3 {
    font-size: 3.2vw;
    padding: 2.2666666667vw 0 2.2666666667vw 5.2vw;
  }
}
.p-single-post__content h3::before {
  content: "";
  display: block;
  width: calc(100% - 21px);
  height: 1px;
  border-bottom: 1px solid #DDDDDD;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .p-single-post__content h3::before {
    width: calc(100% - 2.8vw);
  }
}
.p-single-post__content h4 {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  padding: 17px 0 17px 50px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-single-post__content h4 {
    font-size: 3.2vw;
    padding: 2.2666666667vw 0 2.2666666667vw 6.6666666667vw;
  }
}
.p-single-post__content h4::before {
  content: "";
  display: block;
  width: calc(100% - 21px);
  height: 1px;
  border-bottom: 1px dotted #DDDDDD;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .p-single-post__content h4::before {
    width: calc(100% - 2.8vw);
  }
}
.p-single-post__content > p:first-child,
.p-single-post__content .lead {
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .p-single-post__content > p:first-child,
  .p-single-post__content .lead {
    width: 96%;
    padding: 0;
  }
}
.p-single-post__content p {
  width: 87.8%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .p-single-post__content p {
    font-size: 2.8vw;
    width: 84.6%;
  }
}
.p-single-post__content blockquote {
  width: 87.8%;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  border: none;
  padding: 16px;
  background-color: #f7f7f7;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-single-post__content blockquote {
    width: 96%;
    padding: 2.1333333333vw;
  }
}
.p-single-post__content blockquote::before {
  content: "";
  background-image: url(../images/icon_quote.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 47px;
  height: 88px;
  position: absolute;
  left: 8px;
  top: -16px;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .p-single-post__content blockquote::before {
    width: 6.2666666667vw;
    height: 11.7333333333vw;
    left: 1.0666666667vw;
    top: -3.2vw;
  }
}
.p-single-post__content blockquote p {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .p-single-post__content blockquote p {
    font-size: 2.8vw;
  }
}
.p-single-post__content .wp-block-media-text {
  width: 87.8%;
  margin: 0 auto;
  padding: 0;
  -moz-column-gap: 34px;
       column-gap: 34px;
}
@media screen and (max-width: 750px) {
  .p-single-post__content .wp-block-media-text {
    width: 84.6%;
    row-gap: 2.1333333333vw;
  }
}
.p-single-post__content .wp-block-media-text .wp-block-media-text__content {
  margin: 0;
  padding: 0;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .p-single-post__content .wp-block-media-text .wp-block-media-text__content {
    grid-row: 1 !important;
  }
}
.p-single-post__content .wp-block-media-text .wp-block-media-text__content p {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .p-single-post__content .wp-block-media-text .wp-block-media-text__media {
    grid-row: 2 !important;
  }
}
.p-single-post__content ul {
  width: 87.8%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-single-post__content ul {
    width: 84.6%;
    margin: 0 auto;
  }
}
.p-single-post__content ul li {
  padding-left: 24px;
  position: relative;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .p-single-post__content ul li {
    font-size: 2.8vw;
  }
}
.p-single-post__content ul li::before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0;
}
.p-single-post__content ol {
  counter-reset: ol-counter;
  width: 87.8%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-single-post__content ol {
    width: 84.6%;
    margin: 0 auto;
  }
}
.p-single-post__content ol li {
  padding-left: 24px;
  position: relative;
  line-height: 2;
  counter-increment: ol-counter;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .p-single-post__content ol li {
    font-size: 2.8vw;
    padding-left: 3.2vw;
  }
}
.p-single-post__content ol li::before {
  content: counter(ol-counter) ".";
  position: absolute;
  left: 0px;
  top: 0;
  font-weight: bold;
}
.p-single-post__content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-post__content a {
  text-decoration: underline;
}
.p-single-post__content .wp-block-table,
.p-single-post__content .wp-block-table table,
.p-single-post__content .wp-block-table th,
.p-single-post__content .wp-block-table td,
.p-single-post__content .wp-block-table thead {
  border: none;
}
.p-single-post__content .is-custom-chart.wp-block-table {
  display: block;
  width: 87.8%;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 750px) {
  .p-single-post__content .is-custom-chart.wp-block-table {
    width: 84.6%;
  }
}
@media screen and (max-width: 750px) {
  .p-single-post__content .is-custom-chart.wp-block-table {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
}
.p-single-post__content .is-custom-chart.wp-block-table table {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.p-single-post__content .is-custom-chart.wp-block-table tr {
  border-bottom: 1px solid #DDDDDD !important;
}
.p-single-post__content .is-custom-chart.wp-block-table tr td {
  padding: 14px !important;
  font-size: 1.6rem;
  line-height: 2;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (max-width: 750px) {
  .p-single-post__content .is-custom-chart.wp-block-table tr td {
    padding: 1.8666666667vw !important;
    white-space: nowrap;
    word-break: keep-all;
    font-size: 2.1333333333vw;
  }
}
.p-single-post__content .is-custom-chart.wp-block-table thead {
  background-color: #f7f7f7;
}
.p-single-post__content .is-custom-chart.wp-block-table thead th {
  font-weight: 700;
  padding: 14px !important;
  font-size: 1.6rem;
  line-height: 2;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (max-width: 750px) {
  .p-single-post__content .is-custom-chart.wp-block-table thead th {
    padding: 1.8666666667vw !important;
    white-space: nowrap;
    word-break: keep-all;
    font-size: 2.1333333333vw;
  }
}

.is-style-caution {
  width: 87.8%;
  margin: 0 auto;
  padding: 25px 25px 25px 105px;
  background-color: #FFF4F4;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  position: relative;
}
.is-style-caution::before {
  content: "";
  background-image: url(../images/icon-caution.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .is-style-caution {
    width: 84.6%;
  }
}

.is-style-box-gray {
  width: 87.8%;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0;
  padding: 24px 25px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .is-style-box-gray {
    width: 84.6%;
    padding: 3.2vw 3.3333333333vw;
  }
}
.is-style-box-gray p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .is-style-box-gray p {
    font-size: 2.8vw;
  }
}

.is-style-box-border {
  width: 87.8%;
  margin: 0 auto;
  padding: 24px 25px;
  border: 1px solid #353535;
}
@media screen and (max-width: 750px) {
  .is-style-box-border {
    width: 84.6%;
    padding: 3.2vw 3.3333333333vw;
  }
}
.is-style-box-border p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .is-style-box-border p {
    font-size: 2.8vw;
  }
}

.p-single-post__related {
  width: 100%;
  margin-top: 48px;
  margin-bottom: 73px;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .p-single-post__related {
    margin-top: 8.5333333333vw;
    margin-bottom: 0;
    padding: 0;
  }
}

.p-single-post__related-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
  color: #353535;
  border-bottom: 1px solid #DDDDDD;
  padding-left: 25px;
  padding-bottom: 12px;
}
@media screen and (max-width: 750px) {
  .p-single-post__related-title {
    font-size: 4vw;
    margin-bottom: 4.2666666667vw;
  }
}

.p-single-post__related-list {
  width: 100%;
  padding: 0 25px;
}
@media screen and (max-width: 750px) {
  .p-single-post__related-list {
    padding: 0.2666666667vw;
  }
}

.c-related-cards__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .c-related-cards__grid {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}

.c-related-cards__item {
  width: 100%;
}

.c-related-cards__article {
  width: 100%;
  background: #f7f7f7;
  overflow: hidden;
  transition: opacity 0.2s ease;
}
.c-related-cards__article:hover {
  opacity: 0.8;
}

.c-related-cards__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .c-related-cards__link {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    align-items: stretch;
  }
}

.c-related-cards__visual {
  width: 100%;
  aspect-ratio: 360/204;
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .c-related-cards__visual {
    width: 33.8%;
    flex-shrink: 0;
  }
}
.c-related-cards__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s ease;
}

.c-related-cards__article:hover .c-related-cards__visual img {
  transform: scale(1.05);
}

.c-related-cards__content {
  padding: 19px;
}
@media screen and (max-width: 750px) {
  .c-related-cards__content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2.1333333333vw;
  }
}

.c-related-cards__date {
  font-size: 1.4rem;
  color: #969696;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .c-related-cards__date {
    font-size: 1.3333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}

.c-related-cards__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #353535;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-related-cards__title {
    font-size: 2.8vw;
    -webkit-line-clamp: 2;
  }
}/*# sourceMappingURL=single.css.map */