@charset "UTF-8";
.p_ttl2 .img {
  position: absolute;
  right: 7.145%;
  top: 35%;
  width: clamp(685.68px, 57.14vw, 800px);
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .p_ttl2 .img {
    position: relative;
    top: 0;
    right: 0;
    width: 96%;
    margin: 40px 0 -22px 4%;
  }
}
.p_ttl2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .p_ttl2 .img img {
    border-radius: 10px 0 0 10px;
  }
}

.s_archive {
  width: 78.6%;
  max-width: 1100px;
  margin: 0 auto 130px;
  padding: 150px 0;
  text-align: left;
  display: grid;
  grid-template-columns: auto 700px;
  gap: 0 100px;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 480px) {
  .s_archive {
    width: 86.7%;
    margin: 0 auto 50px;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.s_archive .s_ttl {
  grid-column: 2/3;
  grid-row: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.s_archive .s_ttl > span {
  display: block;
}
.s_archive .s_ttl .en {
  margin-top: -0.2em;
  font-weight: 500;
  font-size: 6rem;
}
@media screen and (max-width: 480px) {
  .s_archive .s_ttl .en {
    font-size: 3.2rem;
  }
}
.s_archive .s_ttl .ja {
  margin-top: 25px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .s_archive .s_ttl .ja {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.s_archive .search {
  grid-column: 1/2;
  grid-row: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 100px;
}
@media screen and (max-width: 480px) {
  .s_archive .search {
    margin-top: 40px;
    gap: 25px;
  }
}
.s_archive .search .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media screen and (max-width: 480px) {
  .s_archive .search .ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
  }
}
.s_archive .search .ttl > span {
  display: block;
}
.s_archive .search .ttl .en {
  margin-top: -0.2em;
  font-weight: 500;
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .s_archive .search .ttl .en {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.s_archive .search .ttl .ja {
  margin-top: 12px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  .s_archive .search .ttl .ja {
    margin-top: 0;
    font-size: 1rem;
  }
}
.s_archive .search .cat_list {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 25px;
}
@media screen and (max-width: 480px) {
  .s_archive .search .cat_list {
    margin-top: 10px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 8px 16px;
  }
}
.s_archive .search .cat_list a {
  color: #a62126;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .s_archive .search .cat_list a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  .s_archive .search .year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
.s_archive .search select {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .s_archive .search select {
    margin-top: 0;
  }
}
.s_archive .archive {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-top: 115px;
}
@media screen and (max-width: 480px) {
  .s_archive .archive {
    margin-top: 30px;
  }
}
.s_archive .article_list {
  position: relative;
  border-top: 1px solid #ebebeb;
}
.s_archive article {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  .s_archive article {
    padding: 30px 0;
  }
}
.s_archive article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: calc(100% + 40px);
  margin: 0 -20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 75px 30px 20px;
  text-decoration: none;
  color: inherit;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  .s_archive article a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0;
    width: 100%;
    gap: 0;
    padding: 0;
    border-radius: 0;
  }
}
.s_archive article a::after {
  position: absolute;
  right: 20px;
  top: 30px;
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a62126;
  border-radius: 50%;
  background: #fff url("/assets/img/arr1_re_20.png") no-repeat center center/10px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .s_archive article a::after {
    width: 21px;
    background: url("/assets/img/arr1_re_14.png") no-repeat center center/7px;
  }
}
@media screen and (max-width: 480px) {
  .s_archive article a::after {
    right: 0;
    top: auto;
    bottom: calc(0.5rem - 11px);
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  .s_archive article a:hover {
    background: #f7f7f7;
  }
  .s_archive article a:hover .img {
    background: #fff;
  }
  .s_archive article a:hover::after {
    background: #a62126 url("/assets/img/arr1_wh_20.png") no-repeat center center/10px;
    -webkit-animation: 0.75s forwards arr;
    animation: 0.75s forwards arr;
  }
}
.s_archive article .img {
  width: 192px;
  height: 100px;
  overflow: hidden;
  border-radius: 5px;
  background: #f7f7f7;
}
@media screen and (max-width: 480px) {
  .s_archive article .img {
    width: 100%;
    height: auto;
    aspect-ratio: 1200/630;
  }
}
.s_archive article .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s_archive article .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.s_archive article .ttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.7;
  max-height: 5.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: -0.35em 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .s_archive article .ttl {
    font-size: 1.5rem;
    margin: 12px 0 0;
  }
}
.s_archive article .assets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 5px 20px;
  padding-bottom: 2px;
}
@media screen and (max-width: 480px) {
  .s_archive article .assets {
    margin-top: 15px;
    gap: 4px 8px;
    padding-right: 25px;
  }
}
.s_archive article .date {
  color: #929fa5;
  font-weight: 500;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  .s_archive article .date {
    font-size: 1rem;
  }
}
.s_archive article .cat {
  color: #a62126;
  font-weight: 500;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  .s_archive article .cat {
    font-size: 1rem;
  }
}
.s_archive .pagination {
  display: none;
}
.s_archive .btn1 {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .s_archive .btn1 {
    margin-top: 30px;
  }
}

#more.on {
  display: block;
  opacity: 0;
}

#infscr-loading {
  position: relative;
  font-size: 10px;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #c8c9c9;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #c8c9c9), color-stop(42%, rgba(200, 201, 201, 0)));
  background: -webkit-linear-gradient(left, #c8c9c9 10%, rgba(200, 201, 201, 0) 42%);
  background: linear-gradient(to right, #c8c9c9 10%, rgba(200, 201, 201, 0) 42%);
  -webkit-animation: load 1.4s infinite linear;
  animation: load 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  bottom: -90px;
  left: 0;
}
#infscr-loading::before, #infscr-loading::after {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1;
  width: 50%;
  top: 0;
  left: 0;
}
#infscr-loading::before {
  background: #c8c9c9;
  border-radius: 100% 0 0 0;
}
#infscr-loading::after {
  background: #fff;
  width: 75%;
  margin: auto;
  bottom: 0;
  right: 0;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  #infscr-loading {
    bottom: -65px;
  }
}
#infscr-loading div, #infscr-loading img {
  display: none !important;
}

.s_single article {
  width: 78.6%;
  max-width: 1100px;
  display: grid;
  margin: 0 auto 130px;
  padding: 150px 0;
  text-align: left;
  display: grid;
  grid-template-columns: auto 700px;
  gap: 0 100px;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 480px) {
  .s_single article {
    width: 86.7%;
    margin: 0 auto 50px;
    padding: 65px 0 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.s_single article > .assets {
  grid-column: 1/2;
  grid-row: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 25px;
}
@media screen and (max-width: 480px) {
  .s_single article > .assets {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 10px 18px;
  }
}
.s_single article > .assets .date {
  color: #929fa5;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .s_single article > .assets .date {
    font-size: 1.2rem;
  }
}
.s_single article > .assets .date .label {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .s_single article > .assets .date .label {
    display: inline;
    margin-bottom: 0;
    padding-right: 0.5em;
  }
}
.s_single article > .assets .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 20px;
}
.s_single article > .assets .cats a {
  color: #a62126;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .s_single article > .assets .cats a {
    font-size: 1.2rem;
  }
}
.s_single article > .ttl {
  grid-column: 2/3;
  grid-row: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Plus Jakarta Sans", "FP-HiraKakuStdN-W7", "FP-ヒラギノ角ゴ StdN W7", sans-serif;
  font-weight: 800;
  margin-top: -0.25em;
  font-size: 3rem;
  line-height: 1.5;
  padding-bottom: 115px;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 480px) {
  .s_single article > .ttl {
    margin-top: 25px;
    font-size: 2rem;
    padding-bottom: 55px;
  }
}
.s_single article > .content {
  margin-top: 115px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 480px) {
  .s_single article > .content {
    font-size: 1.4rem;
  }
}
.s_single article > .content > p:first-child:empty + * {
  margin-top: 0;
}
.s_single article > .content > p:first-child:empty + h1,
.s_single article > .content > p:first-child:empty + h2,
.s_single article > .content > p:first-child:empty + h3,
.s_single article > .content > p:first-child:empty + h4 {
  margin-top: -0.375em;
}
.s_single article > .content > p:first-child:empty + h5,
.s_single article > .content > p:first-child:empty + h6,
.s_single article > .content > p:first-child:empty + p,
.s_single article > .content > p:first-child:empty + ul,
.s_single article > .content > p:first-child:empty + ol {
  margin-top: -0.5em;
}
.s_single article > .content h1,
.s_single article > .content h2,
.s_single article > .content h3,
.s_single article > .content h4 {
  margin-top: 2.5em;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  .s_single article > .content h1,
  .s_single article > .content h2,
  .s_single article > .content h3,
  .s_single article > .content h4 {
    font-size: 1.6rem;
  }
}
.s_single article > .content h1:first-child,
.s_single article > .content h2:first-child,
.s_single article > .content h3:first-child,
.s_single article > .content h4:first-child {
  margin-top: -0.375em;
}
.s_single article > .content h5,
.s_single article > .content h6 {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .s_single article > .content h5,
  .s_single article > .content h6 {
    font-size: 1.4rem;
  }
}
.s_single article > .content h5 + ul,
.s_single article > .content h5 + ol,
.s_single article > .content h6 + ul,
.s_single article > .content h6 + ol {
  margin-top: 0;
}
.s_single article > .content h5 + .btn1,
.s_single article > .content h6 + .btn1 {
  margin-top: 1em;
}
.s_single article > .content h5,
.s_single article > .content h6,
.s_single article > .content p,
.s_single article > .content ul,
.s_single article > .content ol {
  margin-top: 2em;
}
.s_single article > .content h5:first-child,
.s_single article > .content h6:first-child,
.s_single article > .content p:first-child,
.s_single article > .content ul:first-child,
.s_single article > .content ol:first-child {
  margin-top: -0.5em;
}
@media screen and (max-width: 480px) {
  .s_single article > .content p {
    margin-top: 1em;
  }
}
.s_single article > .content p:empty {
  display: none;
}
.s_single article > .content p:has(.btn1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 480px) {
  .s_single article > .content p:has(.btn1) {
    gap: 10px;
  }
}
.s_single article > .content p:has(.btn1) .btn1 {
  margin: 0;
}
.s_single article > .content .btn1 {
  margin-top: 2em;
}
@media screen and (max-width: 480px) {
  .s_single article > .content ul,
  .s_single article > .content ol {
    margin-top: 2em;
  }
}
.s_single article > .content ul li,
.s_single article > .content ol li {
  position: relative;
}
.s_single article > .content ul li::before,
.s_single article > .content ol li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.s_single article > .content ul li:not(:has(img)) {
  padding-left: 1em;
}
.s_single article > .content ul li:not(:has(img))::before {
  content: "・";
  color: #a62126;
}
.s_single article > .content ol {
  counter-reset: li;
}
.s_single article > .content ol li {
  padding-left: 1.5em;
}
.s_single article > .content ol li::before {
  counter-increment: li;
  content: counter(li) ".";
  color: #a62126;
}
.s_single article > .content > div,
.s_single article > .content > img,
.s_single article > .content table,
.s_single article > .content details,
.s_single article > .content section,
.s_single article > .content blockquote,
.s_single article > .content > figure,
.s_single article > .content > picture {
  margin-top: 50px;
}
.s_single article > .content > div:first-child,
.s_single article > .content > img:first-child,
.s_single article > .content table:first-child,
.s_single article > .content details:first-child,
.s_single article > .content section:first-child,
.s_single article > .content blockquote:first-child,
.s_single article > .content > figure:first-child,
.s_single article > .content > picture:first-child {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .s_single article > .content > div,
  .s_single article > .content > img,
  .s_single article > .content table,
  .s_single article > .content details,
  .s_single article > .content section,
  .s_single article > .content blockquote,
  .s_single article > .content > figure,
  .s_single article > .content > picture {
    margin-top: 20px;
  }
}
.s_single article > .content hr {
  margin-top: 80px;
}
.s_single article > .content hr + * {
  margin-top: 80px !important;
}
@media screen and (max-width: 480px) {
  .s_single article > .content hr {
    margin-top: 45px;
  }
  .s_single article > .content hr + * {
    margin-top: 45px !important;
  }
}
.s_single article > .content iframe,
.s_single article > .content div {
  max-width: 100% !important;
}
.s_single article > .content blockquote {
  position: relative;
  padding-left: 50px;
  color: #51656f;
}
@media screen and (max-width: 480px) {
  .s_single article > .content blockquote {
    padding-left: 30px;
  }
}
.s_single article > .content blockquote::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 40/34;
  background: url("/assets/img/i_quo_gr.png") no-repeat center center/contain;
  position: absolute;
  left: -4px;
  top: 0.5em;
}
@media screen and (max-width: 480px) {
  .s_single article > .content blockquote::before {
    width: 16px;
  }
}
.s_single article > .content blockquote::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  left: 0;
  top: calc(0.5em + 30px);
  bottom: 0.5em;
  background: #ebebeb;
}
.s_single article > .content .wp-caption.aligncenter img {
  display: block;
  margin: 0 auto;
}
.s_single article > .content img {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  vertical-align: top;
  border-radius: 10px;
}
.s_single article > .content img.border {
  border: 1px solid #ebebeb;
}
.s_single article > .content div *:first-child {
  margin-top: 0;
}
.s_single article > .content div *:first-child:empty + * {
  margin-top: 0;
}
.s_single article > .content table {
  width: 100%;
  border-top: 1px solid #ebebeb;
}
.s_single article > .content table th,
.s_single article > .content table td {
  border-bottom: 1px solid #ebebeb;
  font-size: 1.5rem;
  line-height: 1.5;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 75px;
}
@media screen and (max-width: 480px) {
  .s_single article > .content table th,
  .s_single article > .content table td {
    font-size: 1.4rem;
    height: 65px;
  }
}
.s_single article > .content table th {
  width: 125px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  padding: 12px 20px;
}
@media screen and (max-width: 480px) {
  .s_single article > .content table th {
    width: 80px;
    padding: 12px 10px;
    font-size: 1.1rem;
  }
}
.s_single article > .content table td {
  padding: 12px 0 12px 45px;
}
@media screen and (max-width: 480px) {
  .s_single article > .content table td {
    padding: 12px 0 12px 15px;
    font-size: 1.2rem;
  }
}
.s_single article > .content table caption {
  text-align: left;
  padding: 9px 20px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  background: #f7f7f7;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .s_single article > .content table caption {
    padding: 6px 10px;
    font-size: 1.4rem;
  }
}
.s_single article > .content em, .s_single article > .content i {
  font-style: italic;
}
.s_single article > .content a {
  word-break: break-all;
}
.s_single article > .content .aligncenter {
  display: block;
  /*
  		margin-left: auto;
  		margin-right: auto;
  */
}
.s_single article > .content .alignleft,
.s_single article > .content .alignright {
  padding: 0.5em 0 10px;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .alignleft,
  .s_single article > .content .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.s_single article > .content .alignleft {
  float: left;
  margin-right: 40px;
}
.s_single article > .content .alignright {
  float: right;
  margin-left: 40px;
}
@media screen and (max-width: 480px) {
  .s_single article > .content p img.alignleft,
  .s_single article > .content p img.alignright {
    display: block;
    margin-bottom: 1em;
  }
}
.s_single article > .content .wp-caption-text {
  margin-top: 15px !important;
  color: #51656f;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .wp-caption-text {
    margin-top: 10px !important;
    font-size: 1rem;
  }
}
.s_single article > .content .youtube {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25% !important;
  }
  .s_single article > .content .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .s_single article > .content .youtube:not(:first-child) {
    margin-top: 2em;
  }
}
.s_single article > .content .embed {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #f7f7f7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 82px;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .embed {
    margin-top: 20px;
    border-radius: 5px;
    padding: 25px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: inherit;
  }
}
.s_single article > .content .embed + .embed {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .embed + .embed {
    margin-top: 20px;
  }
}
.s_single article > .content .embed .thumb {
  width: 265px;
  aspect-ratio: 1200/630;
  overflow: hidden;
  border-right: 1px solid #ebebeb;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .embed .thumb {
    border-right: none;
    width: 100%;
    background: #fff;
    border-radius: 5px;
  }
}
.s_single article > .content .embed .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
  border: none;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .embed .thumb img {
    border-radius: 5px;
  }
}
.s_single article > .content .embed .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 80px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  min-height: 32px;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .embed .txt {
    padding: 0;
    gap: 10px;
    width: 100%;
    min-height: 21px;
    position: relative;
  }
}
.s_single article > .content .embed .txt::after {
  position: absolute;
  right: 20px;
  top: 25px;
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a62126;
  border-radius: 50%;
  background: #fff url("/assets/img/arr1_re_20.png") no-repeat center center/10px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .embed .txt::after {
    width: 21px;
    background: url("/assets/img/arr1_re_14.png") no-repeat center center/7px;
  }
}
@media screen and (max-width: 480px) {
  .s_single article > .content .embed .txt::after {
    right: 0;
    top: 0;
  }
}
.s_single article > .content .embed p.ttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.7;
  max-height: 3.4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .embed p.ttl {
    padding-right: 35px;
    font-size: 1.2rem;
    margin: -0.35em 0;
  }
}
.s_single article > .content .embed p.desc {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.7;
  max-height: 3.4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .embed p.desc {
    margin: -0.35em 0;
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  .s_single article > .content .embed:hover {
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  }
  .s_single article > .content .embed:hover .txt::after {
    background: #a62126 url("/assets/img/arr1_wh_20.png") no-repeat center center/10px;
    -webkit-animation: 0.75s forwards arr;
    animation: 0.75s forwards arr;
  }
}
.s_single article > .content .box {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 45px 50px;
}
.s_single article > .content .box .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .box {
    padding: 22px;
  }
}
.s_single article > .content .message {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 45px 50px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .message {
    padding: 22px;
  }
  .s_single article > .content .message h5,
  .s_single article > .content .message p {
    font-size: 1.4rem;
  }
}
.s_single article > .content .message::before {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  top: 20px;
  width: 20px;
  aspect-ratio: 20/17;
  background: url("/assets/img/i_quo_re.png") no-repeat 0 0/contain;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .message::before {
    left: -9px;
  }
}
.s_single article > .content .message h5 + .profile {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .message h5 + .profile {
    margin-top: 13px;
  }
}
.s_single article > .content .message .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .message .profile {
    gap: 12px;
  }
}
.s_single article > .content .message .profile .img {
  width: 120px;
  aspect-ratio: 1;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .message .profile .img {
    width: 95px;
  }
}
.s_single article > .content .message .profile .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.s_single article > .content .message .profile p {
  margin: 0;
  line-height: 1.2;
}
.s_single article > .content .message .profile p > span {
  display: block;
}
.s_single article > .content .message .profile .company {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}
.s_single article > .content .message .profile .notes {
  margin-top: 6px;
  font-size: 1rem;
}
.s_single article > .content .message .profile .name {
  margin-top: 8px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.s_single article > .content .message .profile + p {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .s_single article > .content .message .profile + p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .s_single article > .content {
    margin-top: 60px;
  }
}