@charset "UTF-8";
#letter {
  background: #eaf5f0;
}

.p_wrap > header .ham {
  background: #fff;
}
.p_wrap > header .glo_nav {
  background: transparent;
}
.p_wrap > header .glo_nav .nav2 ul a::before {
  background: #fff;
}
.p_wrap > header .glo_nav .nav2 ul a:hover::before {
  background: #ea5413;
}
.p_wrap > header#about .ham, .p_wrap > header#activity .ham, .p_wrap > header#blog .ham, .p_wrap > header#nantokashitai .ham, .p_wrap > header#support .ham {
  background: #f1efe8;
}
.p_wrap > header#about .glo_nav, .p_wrap > header#activity .glo_nav, .p_wrap > header#blog .glo_nav, .p_wrap > header#nantokashitai .glo_nav, .p_wrap > header#support .glo_nav {
  background: #fff;
}

main {
  padding: 25px 0 120px;
}

@media screen and (max-width: 480px) {
  main {
    padding: 0 0 40px;
  }
}
.box_letter {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  position: relative;
}
.box_letter.main::before, .box_letter.main::after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background: url("../img/letter_shape1.svg") no-repeat 0 0/contain;
  top: 25px;
}
.box_letter.main::before {
  left: 25px;
}
.box_letter.main::after {
  right: 25px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.box_letter.main > .inr {
  position: relative;
  padding: 85px 0 105px;
}
.box_letter.main > .inr::before, .box_letter.main > .inr::after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background: url("../img/letter_shape1.svg") no-repeat 0 0/contain;
  bottom: 25px;
}
.box_letter.main > .inr::before {
  left: 25px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.box_letter.main > .inr::after {
  right: 25px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media screen and (max-width: 480px) {
  .box_letter {
    width: 95%;
    border-radius: 40px;
  }
  .box_letter.main::before, .box_letter.main::after {
    width: 22px;
    height: 22px;
    top: 20px;
  }
  .box_letter.main::before {
    left: 20px;
  }
  .box_letter.main::after {
    right: 20px;
  }
  .box_letter.main > .inr {
    padding: 60px 0 70px;
  }
  .box_letter.main > .inr::before, .box_letter.main > .inr::after {
    width: 22px;
    height: 22px;
    bottom: 20px;
  }
  .box_letter.main > .inr::before {
    left: 20px;
  }
  .box_letter.main > .inr::after {
    right: 20px;
  }
}
.p_copy {
  color: #000;
  font-family: "DNPShueiMGoStd-B", sans-serif;
  font-size: 1.6rem;
}

.p_ttl {
  margin-top: 30px;
  color: #000;
}
.p_ttl a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  text-decoration: none;
}
.p_ttl .ja {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.p_ttl .ja::before, .p_ttl .ja::after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 30px;
  background: url("../img/i_quo_paspur.svg") no-repeat center center/contain;
  top: 0;
}
.p_ttl .ja::before {
  left: -50px;
}
.p_ttl .ja::after {
  right: -50px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p_ttl .en {
  display: block;
  margin-top: 25px;
  font-family: "AvenirNextLTPro-Medium", "TazuganeGothicStdN-Regular", sans-serif;
  font-size: 1.3rem;
}
.p_ttl::after {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  border-radius: 1px;
  background: #ea5413;
  margin: 28px auto 0;
}

.p_lead {
  margin-top: 40px;
  color: #000;
  font-family: "DNPShueiMGoStd-B", sans-serif;
  font-size: 1.8rem;
  line-height: 1.75;
}

@media screen and (max-width: 480px) {
  .p_copy {
    font-size: 1.1rem;
  }
  .p_ttl {
    margin-top: 20px;
  }
  .p_ttl .ja::before, .p_ttl .ja::after {
    width: 21px;
    height: 18px;
  }
  .p_ttl .ja::before {
    left: -30px;
  }
  .p_ttl .ja::after {
    right: -30px;
  }
  .p_ttl .ja img {
    width: 238px;
    height: auto;
  }
  .p_ttl .en {
    margin-top: 15px;
    font-size: 1.1rem;
  }
  .p_ttl::after {
    margin: 25px auto 0;
  }
  .p_lead {
    margin: 20px auto 0;
    width: 80vw;
    text-align: left;
    font-size: 1.4rem;
  }
  .p_lead br {
    display: none;
  }
}
.letter_list {
  width: 670px;
  text-align: left;
  margin: 50px auto 0;
  border-top: 1px solid #ebe9f2;
}
.letter_list article {
  border-bottom: 1px solid #ebe9f2;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.letter_list article .thumb {
  width: 290px;
  position: relative;
}
.letter_list article .thumb a {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.7777777778;
  border-radius: 10px;
  border: 1px solid #ebe9f2;
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.letter_list article .thumb a::after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 103px;
  height: 18px;
  background: #fffeee url("../img/label_letter_s.png") no-repeat center center/contain;
  border-radius: 3px;
}
.letter_list article .thumb a:hover {
  opacity: 0.7;
}
.letter_list article .thumb .num {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 35px;
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-family: "AvenirNextLTPro-Medium", "TazuganeGothicStdN-Regular", sans-serif;
  font-size: 13px;
  letter-spacing: -0.05em;
  border-radius: 50%;
  background: #fffeee;
}
.letter_list article .thumb .num .sharp {
  margin-left: -0.3em;
  margin-right: 0.2em;
  font-size: 0.8em;
}
.letter_list article .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.letter_list article.new .thumb::after {
  content: "";
  display: block;
  position: absolute;
  left: -14px;
  top: -10px;
  width: 40px;
  height: 36px;
  background: url("../img/label_new_nantoka2.png") no-repeat center center/contain;
}
.letter_list 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;
  gap: 12px;
}
.letter_list article .ttl {
  margin-top: -0.25em;
  font-family: "DNPShueiMGoStd-B", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: auto;
}
.letter_list article .ttl a {
  display: block;
  color: #3d3d4a;
  text-decoration: none;
}
.letter_list article .ttl .sub {
  display: block;
  font-family: "DNPShueiMGoStd-L", sans-serif;
  font-size: 0.8em;
  margin-top: 0.25em;
}
.letter_list article .date {
  color: #9797a7;
  font-family: "AvenirNextLTPro-Medium", "TazuganeGothicStdN-Regular", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.letter_list article.latest {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 25px;
}
.letter_list article.latest .thumb {
  width: 100%;
}
.letter_list article.latest .thumb a {
  border-radius: 15px;
}
.letter_list article.latest .thumb a::after {
  left: 14px;
  bottom: 14px;
  width: 131px;
  height: 23px;
  background: #fffeee url("../img/label_letter_l.png") no-repeat center center/contain;
  border-radius: 5px;
}
.letter_list article.latest .thumb .num {
  right: 14px;
  bottom: 14px;
  width: 60px;
  height: 60px;
  font-size: 22px;
}
.letter_list article.latest .txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 25px;
}
.letter_list article.latest .ttl {
  width: 100%;
  font-size: 2.5rem;
  margin-bottom: 0;
}
.letter_list article.latest.new .thumb::after {
  width: 64px;
  height: 58px;
  left: -31px;
  top: -22px;
}

body.windows .letter_list article .thumb .num {
  padding-top: 2px;
}
body.windows .letter_list article.latest .thumb .num {
  padding-top: 3px;
}

@media screen and (max-width: 480px) {
  .letter_list {
    width: 84vw;
    margin: 25px auto 0;
  }
  .letter_list article {
    padding: 20px 0;
    gap: 10px;
  }
  .letter_list article .thumb {
    width: 50%;
  }
  .letter_list article .thumb a {
    border-radius: 8px;
  }
  .letter_list article .thumb a::after {
    left: 5px;
    bottom: 5px;
    width: 70px;
    height: 12px;
    background: #fffeee url("../img/label_letter_ss.png") no-repeat center center/contain;
  }
  .letter_list article .thumb .num {
    right: 5px;
    bottom: 5px;
    width: 25px;
    height: 25px;
    padding-top: 0 !important;
    font-size: 10px;
  }
  .letter_list article .txt {
    gap: 6px;
  }
  .letter_list article .ttl {
    font-size: 1.2rem;
  }
  .letter_list article .date {
    font-size: 1rem;
  }
  .letter_list article.latest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 15px;
  }
  .letter_list article.latest .thumb a {
    border-radius: 8px;
  }
  .letter_list article.latest .thumb a::after {
    left: 8px;
    bottom: 8px;
    width: 103px;
    height: 18px;
    background: #fffeee url("../img/label_letter_s.png") no-repeat center center/contain;
  }
  .letter_list article.latest .thumb .num {
    right: 8px;
    bottom: 8px;
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
  .letter_list article.latest .txt {
    gap: 8px;
  }
  .letter_list article.latest .ttl {
    font-size: 1.5rem;
  }
  .letter_list article.latest.new .thumb::after {
    width: 52px;
    height: 48px;
    left: -18px;
    top: -10px;
  }
}
.pagination {
  margin: 50px auto 0;
}
.pagination a.page-numbers:not(.current):not(.next):not(.prev) {
  color: #3d3d4a;
}
.pagination a.page-numbers:not(.current):not(.next):not(.prev):hover {
  background: #fffeee;
}
.pagination .page-numbers.current {
  background: #ea5413;
  color: #fff;
}
.pagination .next,
.pagination .prev {
  background: #ebe9f2;
  position: relative;
}
.pagination .next::before,
.pagination .prev::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat center center/6px 12px;
}

@media screen and (max-width: 480px) {
  .pagination {
    margin: 30px auto 0;
  }
  .pagination .next::before,
  .pagination .prev::before {
    background: url("../img/arr1_wh.svg") no-repeat center center/4px 8px;
  }
}
.s_single.box_letter.main > .inr {
  padding: 80px 0 120px;
}
.s_single .p_copy {
  font-size: 1.2rem;
}
.s_single .p_ttl {
  margin-top: 20px;
}
.s_single .p_ttl .ja {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.s_single .p_ttl .ja img {
  width: 306px;
  height: auto;
}
.s_single .p_ttl .ja::before, .s_single .p_ttl .ja::after {
  display: none;
}
.s_single .p_ttl .en {
  margin-top: 20px;
  font-size: 1rem;
}
.s_single .p_ttl::after {
  margin: 25px auto 0;
}
.s_single article {
  position: relative;
  width: 670px;
  margin: 0 auto;
  font-family: "DNPShueiMGoStd-L", sans-serif;
}
.s_single article > .num {
  width: 55px;
  height: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-family: "AvenirNextLTPro-Medium", "TazuganeGothicStdN-Regular", sans-serif;
  font-size: 20px;
  letter-spacing: -0.05em;
  border-radius: 50%;
  background: #fffeee;
}
.s_single article > .num .sharp {
  margin-left: -0.3em;
  margin-right: 0.2em;
  font-size: 0.8em;
}
.s_single article > .notes {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  color: #9797a7;
  font-size: 1.4rem;
}
.s_single article > .notes a {
  display: block;
  text-decoration: none;
}
.s_single article > .notes .label {
  color: #84d2b4;
  font-family: "AvenirNextLTPro-It", sans-serif;
  font-size: 11px;
  letter-spacing: 0;
  padding-right: 10px;
}
.s_single article > .notes .date {
  letter-spacing: 0;
  font-family: "AvenirNextLTPro-Medium", sans-serif;
}
.s_single article > .notes .writer,
.s_single article > .notes .tags {
  padding-left: 20px;
  position: relative;
}
.s_single article > .notes .writer::before,
.s_single article > .notes .tags::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(0.5em - 10px);
  width: 1px;
  height: 20px;
  background: #ebe9f2;
}
.s_single article > .notes .writer {
  font-family: "DNPShueiMGoStd-B", sans-serif;
}
.s_single article > .notes .writer .img {
  display: inline-block;
  vertical-align: top;
  margin-top: calc(0.5em - 16px);
  margin-right: 10px;
  width: 32px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.s_single article > .notes .writer .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.s_single article > .notes .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.s_single article > .notes .tags a {
  display: block;
  text-decoration: none;
  color: #9797a7;
  font-size: 1.2rem;
}
.s_single article > .ttl {
  margin: 45px auto 0;
  width: 670px;
  position: relative;
  text-align: center;
  color: #000;
  font-family: "DNPShueiMGoStd-B", sans-serif;
  font-size: 4rem;
  line-height: 1.375;
}
.s_single article > .ttl::before, .s_single article > .ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 30px;
  background: url("../img/i_quo_paspur.svg") no-repeat center center/contain;
  top: 0;
}
.s_single article > .ttl::before {
  left: -60px;
}
.s_single article > .ttl::after {
  right: -60px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.s_single article > .ttl .sub {
  display: block;
  margin-top: 0.8em;
  font-family: "DNPShueiMGoStd-L", sans-serif;
  font-size: 0.6em;
}
.s_single article > .img {
  width: 800px;
  margin: 55px -65px 0;
  width: calc(100% + 130px);
  aspect-ratio: 1.7777777778;
}
.s_single article > .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.s_single article .content {
  margin: 50px auto 0;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2;
  *zoom: 1;
}
.s_single article .content::before, .s_single article .content::after {
  content: "";
  display: table;
}
.s_single article .content::after {
  clear: both;
}
.s_single article .content h1, .s_single article .content h2, .s_single article .content h3, .s_single article .content h4, .s_single article .content h5, .s_single article .content h6 {
  font-family: "AvenirNextLTPro-Demi", "TazuganeGothicStdN-Bold", sans-serif;
  margin: -0.3em 0;
  line-height: 1.6;
}
.s_single article .content h1 *, .s_single article .content h2 *, .s_single article .content h3 *, .s_single article .content h4 *, .s_single article .content h5 *, .s_single article .content h6 * {
  font-family: "AvenirNextLTPro-Demi", "TazuganeGothicStdN-Bold", sans-serif;
}
.s_single article .content h1 strong, .s_single article .content h2 strong, .s_single article .content h3 strong, .s_single article .content h4 strong, .s_single article .content h5 strong, .s_single article .content h6 strong {
  font-family: "AvenirNextLTPro-Demi", "TazuganeGothicStdN-Bold", sans-serif;
}
.s_single article .content h1, .s_single article .content h2, .s_single article .content h3 {
  font-size: 2.5rem;
}
.s_single article .content h1:not(:first-child), .s_single article .content h2:not(:first-child), .s_single article .content h3:not(:first-child) {
  margin: 65px 0 -0.3em;
}
.s_single article .content h1:not(:first-child)::before, .s_single article .content h2:not(:first-child)::before, .s_single article .content h3:not(:first-child)::before {
  content: "";
  display: block;
  width: 73px;
  height: 2px;
  background: #ea5413;
  margin: 0 0 calc(65px - 0.3em);
}
.s_single article .content hr + h1:not(:first-child),
.s_single article .content hr + h2:not(:first-child),
.s_single article .content hr + h3:not(:first-child) {
  margin: calc(50px - 0.3em) 0 -0.3em;
}
.s_single article .content h4, .s_single article .content h5, .s_single article .content h6 {
  font-family: "AvenirNextLTPro-Demi", "TazuganeGothicStdN-Bold", sans-serif;
}
.s_single article .content h4:not(:first-child), .s_single article .content h5:not(:first-child), .s_single article .content h6:not(:first-child) {
  margin: calc(50px - 0.3em) 0 -0.3em;
}
.s_single article .content h4 {
  font-size: 2rem;
}
.s_single article .content h5, .s_single article .content h6 {
  font-size: 1.8rem;
}
.s_single article .content h5 + ul:not(:first-child),
.s_single article .content h5 + ol:not(:first-child), .s_single article .content h6 + ul:not(:first-child),
.s_single article .content h6 + ol:not(:first-child) {
  margin: 0.5em 0 -0.5em;
}
.s_single article .content ol:first-child,
.s_single article .content ul:first-child,
.s_single article .content p:first-child {
  margin: -0.5em 0;
}
.s_single article .content ol:not(:first-child),
.s_single article .content ul:not(:first-child),
.s_single article .content p:not(:first-child) {
  margin: calc(50px - 0.5em) 0 -0.5em;
}
.s_single article .content ol {
  counter-reset: li;
}
.s_single article .content ol li {
  position: relative;
  padding-left: 1.5em;
}
.s_single article .content ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: li;
  content: counter(li) ".";
}
.s_single article .content ul:not(.toc_list):not(.sns_link) li {
  position: relative;
  padding-left: 1em;
}
.s_single article .content ul:not(.toc_list):not(.sns_link) li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.s_single article .content > div:not(:first-child),
.s_single article .content img:not(:first-child),
.s_single article .content table:not(:first-child),
.s_single article .content details:not(:first-child),
.s_single article .content section:not(:first-child),
.s_single article .content blockquote:not(:first-child),
.s_single article .content figure:not(:first-child),
.s_single article .content hr:not(:first-child) {
  margin-top: 50px;
}
.s_single article .content iframe,
.s_single article .content div {
  max-width: 100% !important;
}
.s_single article .content table {
  width: 100%;
  border-top: 1px solid #ebe9f2;
  border-left: 1px solid #ebe9f2;
}
.s_single article .content table th,
.s_single article .content table td {
  border-right: 1px solid #ebe9f2;
  border-bottom: 1px solid #ebe9f2;
  line-height: 1.75;
  vertical-align: middle;
  padding: 12px 20px;
}
.s_single article .content table th {
  background: #f1efe8;
  max-width: 200px;
  font-family: "AvenirNextLTPro-Demi", "TazuganeGothicStdN-Bold", sans-serif;
  font-size: 1.4rem;
}
.s_single article .content table td {
  font-size: 1.6rem;
}
.s_single article .content em {
  font-style: italic;
}
.s_single article .content blockquote.is-style-plain {
  border-left: 1px solid #dedbcd;
  padding-left: 40px;
  font-style: italic;
}
.s_single article .content blockquote:not(.is-style-plain) {
  background: #f8f7f3;
  border-radius: 5px;
  padding: 48px;
  position: relative;
}
.s_single article .content blockquote:not(.is-style-plain)::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/i_quo_re.svg") no-repeat 0 0/contain;
  width: 35px;
  height: 30px;
  left: -10px;
  top: 40px;
}
.s_single article .content blockquote p:not(:first-child) {
  margin-top: 1em;
}
.s_single article .content blockquote cite {
  display: block;
  margin-top: 1.5em;
  color: #6c6c7a;
  font-size: 0.8em;
  font-style: italic;
}
.s_single article .content blockquote h3, .s_single article .content blockquote h4, .s_single article .content blockquote h5 {
  margin-bottom: 0;
}
.s_single article .content blockquote h3 + ul:not(:first-child),
.s_single article .content blockquote h3 + div:not(:first-child),
.s_single article .content blockquote h3 + figure:not(:first-child), .s_single article .content blockquote h4 + ul:not(:first-child),
.s_single article .content blockquote h4 + div:not(:first-child),
.s_single article .content blockquote h4 + figure:not(:first-child), .s_single article .content blockquote h5 + ul:not(:first-child),
.s_single article .content blockquote h5 + div:not(:first-child),
.s_single article .content blockquote h5 + figure:not(:first-child), .s_single article .content blockquote p + ul:not(:first-child),
.s_single article .content blockquote p + div:not(:first-child),
.s_single article .content blockquote p + figure:not(:first-child), .s_single article .content blockquote figure + ul:not(:first-child),
.s_single article .content blockquote figure + div:not(:first-child),
.s_single article .content blockquote figure + figure:not(:first-child), .s_single article .content blockquote ul + ul:not(:first-child),
.s_single article .content blockquote ul + div:not(:first-child),
.s_single article .content blockquote ul + figure:not(:first-child) {
  margin-top: 1em;
}
.s_single article .content hr {
  clear: both;
  border-top: none;
  border-bottom: 1px solid #ebe9f2;
}
.s_single article .content .wp-block-image {
  *zoom: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 10px;
}
.s_single article .content .wp-block-image::before, .s_single article .content .wp-block-image::after {
  content: "";
  display: table;
}
.s_single article .content .wp-block-image::after {
  clear: both;
}
.s_single article .content .wp-block-image .wp-element-caption {
  width: 100%;
}
.s_single article .content .wp-block-image.border img {
  border: 1px solid #ebe9f2;
}
.s_single article .content pre {
  white-space: normal;
  word-break: break-all;
}
.s_single article .content strong {
  font-family: "AvenirNextLTPro-Demi", "TazuganeGothicStdN-Bold", sans-serif;
}
.s_single article .content a {
  word-break: break-all;
}
.s_single article .content a:hover {
  text-decoration: underline;
}
.s_single article .content img {
  max-width: 100%;
  height: auto !important;
  vertical-align: top;
}
.s_single article .content .has-small-font-size {
  color: #6c6c7a;
  font-size: 0.8em;
}
.s_single article .content .has-text-align-center {
  text-align: center;
}
.s_single article .content .has-text-align-right {
  text-align: right;
}
.s_single article .content .alignnone {
  display: inline-block;
}
.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;
}
.s_single article .content img.alignleft {
  float: left;
  margin-right: 40px;
}
.s_single article .content img.alignright {
  float: right;
  margin-left: 40px;
}
.s_single article .content figcaption,
.s_single article .content .wp-element-caption,
.s_single article .content .wp-caption-text {
  margin: 10px 0 -0.375em !important;
  background: #f9f9fb;
  color: #6c6c7a;
  font-size: 1.4rem;
  line-height: 1.64;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.s_single article .content figure.copyright {
  display: block;
}
.s_single article .content figure.copyright img + figcaption,
.s_single article .content figure.copyright img + .wp-element-caption,
.s_single article .content figure.copyright img + .wp-caption-text,
.s_single article .content img.copyright + figcaption,
.s_single article .content img.copyright + .wp-element-caption,
.s_single article .content img.copyright + .wp-caption-text {
  margin: 5px 0 -0.375em !important;
  text-align: right;
  background: transparent;
  padding: 0;
  font-family: "AvenirNextLTPro-Regular", "TazuganeGothicStdN-Light", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
}
.s_single article .content .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.s_single article .content .wp-block-buttons.is-content-justification-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.s_single article .content a.wp-block-button__link {
  width: auto;
  min-width: 250px;
  max-width: 100%;
}
.s_single article .content .is-style-fill a.wp-block-button__link {
  background: #ea5413;
  background: -webkit-linear-gradient(325deg, #ff934c 0%, #ea5413 50%, #ff934c 100%);
  background: linear-gradient(125deg, #ff934c 0%, #ea5413 50%, #ff934c 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  -webkit-transition: background-position 0.3s ease-out;
  transition: background-position 0.3s ease-out;
  color: #fff;
}
.s_single article .content .is-style-outline a.wp-block-button__link {
  background: #fff;
  color: #000;
  border: 1px solid #ebe9f2;
}
.s_single article .content .is-style-outline a.wp-block-button__link::after {
  background: #ea5413 url("../img/arr1_wh.svg") no-repeat center center/6px;
}
.s_single article .content .is-provider-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25% !important;
}
.s_single article .content .is-provider-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.s_single article .content .wp-block-media-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  direction: ltr;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.s_single article .content .wp-block-media-text .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.s_single article .content .wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  grid-column: 2;
  grid-row: 1;
  padding: 0 0 0 8%;
  word-break: break-word;
}
.s_single article .content .wp-block-media-text .wp-block-media-text__content p {
  margin: -0.5em 0;
}
.s_single article .content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  grid-column: 2;
  grid-row: 1;
}
.s_single article .content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 1;
  padding: 0 8% 0 0;
}
.s_single article .content .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.s_single article .content .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  -ms-flex-item-align: center;
  align-self: center;
}
.s_single article .content .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.s_single article .content .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  -ms-flex-item-align: end;
  align-self: end;
}
.s_single article .content .wp-block-group {
  font-size: 1.6rem;
}
.s_single article .content .wp-block-group h3, .s_single article .content .wp-block-group h4, .s_single article .content .wp-block-group h5 {
  margin-bottom: 0;
}
.s_single article .content .wp-block-group p {
  font-size: 1.6rem;
}
.s_single article .content .wp-block-group p:first-child {
  margin-top: -0.5em;
}
.s_single article .content .wp-block-group p:not(:first-child) {
  margin-top: 1em;
}
.s_single article .content .wp-block-group p:last-child {
  margin-bottom: -0.5em;
}
.s_single article .content .wp-block-group h3 + div:not(:first-child),
.s_single article .content .wp-block-group h3 + figure:not(:first-child), .s_single article .content .wp-block-group h4 + div:not(:first-child),
.s_single article .content .wp-block-group h4 + figure:not(:first-child), .s_single article .content .wp-block-group h5 + div:not(:first-child),
.s_single article .content .wp-block-group h5 + figure:not(:first-child), .s_single article .content .wp-block-group p + div:not(:first-child),
.s_single article .content .wp-block-group p + figure:not(:first-child), .s_single article .content .wp-block-group figure + div:not(:first-child),
.s_single article .content .wp-block-group figure + figure:not(:first-child) {
  margin-top: 1em;
}
.s_single article .content .wp-block-group-is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.s_single article .content .wp-block-group-is-layout-flex.is-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.s_single article .content .wp-block-group-is-layout-flex > div:not(:first-child) {
  margin-top: 0;
}
.s_single article .content .wp-block-group-is-layout-flex > * {
  text-align: center;
}
.s_single article .content .wp-block-group-is-layout-flex > * h5 {
  font-size: 1.6rem;
  line-height: 1.31;
  min-height: 2.62em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.s_single article .content .wp-block-group-is-layout-flex > * p {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1;
}
.s_single article .content .wp-block-group-is-layout-flex > * p strong {
  font-family: "AvenirNextLTPro-Demi", "TazuganeGothicStdN-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
}
.s_single article .content .has-black-color {
  color: #000;
}
.s_single article .content .has-cyan-bluish-gray-color {
  color: #aab8c3;
}
.s_single article .content .has-white-color {
  color: #fff;
}
.s_single article .content .red,
.s_single article .content .has-vivid-red-color {
  color: #ea5413;
}
.s_single article .content .has-luminous-vivid-orange-color {
  color: #ff934c;
}
.s_single article .content .has-luminous-vivid-amber-color {
  color: #fcb900;
}
.s_single article .content .has-light-green-cyan-color {
  color: #00b78a;
}
.s_single article .content .has-vivid-cyan-blue-color {
  color: #096da8;
}
.s_single article .content .has-vivid-purple-color {
  color: #915da3;
}
.s_single article .content #toc_container {
  border-radius: 5px;
  border: 1px solid #ebe9f2;
  padding: 45px 70px 50px;
}
.s_single article .content #toc_container .toc_title {
  color: #ea5413;
  letter-spacing: 0;
  font-size: 1.1rem;
  font-family: "AvenirNextLTPro-It", sans-serif;
}
.s_single article .content #toc_container .toc_list {
  margin: 20px 0 0;
  border-top: 1px solid #ebe9f2;
}
.s_single article .content #toc_container .toc_list li {
  border-bottom: 1px solid #ebe9f2;
  padding: 10px 0;
}
.s_single article .content #toc_container .toc_list a {
  display: block;
  text-decoration: none;
  padding-left: 25px;
  position: relative;
  color: #6c6c7a;
  font-size: 1.6rem;
  line-height: 1.56;
}
.s_single article .content #toc_container .toc_list a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/arr1_re.svg") no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: calc(0.78em - 6px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.s_single article .content #toc_container .toc_list a:hover {
  color: #ea5413;
}
.s_single article .content .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.s_single article .content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.s_single article .content strong {
  font-family: "DNPShueiMGoStd-B", sans-serif;
}
.s_single article .content h1, .s_single article .content h2, .s_single article .content h3, .s_single article .content h4, .s_single article .content h5, .s_single article .content h6 {
  font-family: "DNPShueiMGoStd-B", sans-serif;
}
.s_single article .content h1 *, .s_single article .content h2 *, .s_single article .content h3 *, .s_single article .content h4 *, .s_single article .content h5 *, .s_single article .content h6 * {
  font-family: "DNPShueiMGoStd-B", sans-serif;
}
.s_single article .content h1 strong, .s_single article .content h2 strong, .s_single article .content h3 strong, .s_single article .content h4 strong, .s_single article .content h5 strong, .s_single article .content h6 strong {
  font-family: "DNPShueiMGoStd-B", sans-serif;
}
.s_single article .content h1:not(:first-child)::before, .s_single article .content h2:not(:first-child)::before, .s_single article .content h3:not(:first-child)::before {
  background: #ffe7dd;
}
.s_single article .content em {
  border-left: 1px solid #efeaff;
}
.s_single article .content figcaption,
.s_single article .content .wp-element-caption,
.s_single article .content .wp-caption-text {
  border-radius: 10px;
}
.s_single article .content img {
  border-radius: 20px;
}
.s_single article .content blockquote.is-style-plain {
  border-left: 1px solid #efeaff;
}
.s_single article .content blockquote:not(.is-style-plain) {
  background: #fffeee;
  border-radius: 30px;
}
.s_single article .content blockquote:not(.is-style-plain)::before {
  background: url("../img/i_quo_paspur.svg") no-repeat 0 0/contain;
}
.s_single article .content blockquote cite {
  font-family: "DNPShueiMGoStd-B", sans-serif;
}
.s_single article .content #toc_container {
  border-radius: 10px;
  border: none;
  background: #f9f8fb;
}
.s_single article .content #toc_container .toc_title {
  color: #84d2b4;
}
.s_single article .content #toc_container .toc_list {
  border-top: 1px solid #ebe9f2;
}
.s_single article .content #toc_container .toc_list li {
  border-bottom: 1px solid #ebe9f2;
}
.s_single article > .writer {
  margin-top: 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 40px 50px;
  text-align: left;
  position: relative;
  background: #f9f8fb;
}
.s_single article > .writer .ttl {
  position: absolute;
  left: calc(50% - 68px);
  width: 136px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 9999px;
  top: -15px;
  font-size: 10px;
  background: #fffeee url("../img/letter_writer.png") no-repeat center center/90px;
  border: 1px solid #ebe9f2;
}
.s_single article > .writer .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.s_single article > .writer .profile .img {
  width: 75px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.s_single article > .writer .profile .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.s_single article > .writer .profile .name {
  font-family: "DNPShueiMGoStd-B", sans-serif;
  font-size: 1.8rem;
}
.s_single article > .writer .profile .name .role {
  display: block;
  margin-top: 1em;
  font-family: "DNPShueiMGoStd-L", sans-serif;
  font-size: 1.2rem;
}
.s_single article > .writer .txt {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.75;
}

body.windows .s_single article > .num {
  padding-top: 3px;
}

@media screen and (max-width: 480px) {
  .s_single.box_letter.main > .inr {
    padding: 50px 0 70px;
  }
  .s_single .p_copy {
    font-size: 1rem;
  }
  .s_single .p_ttl {
    margin-top: 14px;
  }
  .s_single .p_ttl .ja img {
    width: 200px;
  }
  .s_single .p_ttl .en {
    margin-top: 10px;
  }
  .s_single article {
    width: 80vw;
  }
  .s_single article > .num {
    width: 44px;
    height: 44px;
    padding-top: 0 !important;
    margin: 25px auto 0;
    font-size: 16px;
  }
  .s_single article > .notes {
    margin-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 16px;
    font-size: 1.2rem;
  }
  .s_single article > .notes .label {
    font-size: 10px;
    padding-right: 6px;
  }
  .s_single article > .notes .writer,
  .s_single article > .notes .tags {
    padding-left: 16px;
  }
  .s_single article > .notes .writer::before,
  .s_single article > .notes .tags::before {
    top: calc(0.5em - 8px);
    height: 16px;
  }
  .s_single article > .notes .writer .img {
    margin-right: 6px;
  }
  .s_single article > .notes .tags a {
    font-size: 1.1rem;
  }
  .s_single article > .ttl {
    margin: 35px 15px 0;
    width: auto;
    font-size: 2.2rem;
  }
  .s_single article > .ttl::before, .s_single article > .ttl::after {
    width: 21px;
    height: 18px;
  }
  .s_single article > .ttl::before {
    left: -30px;
  }
  .s_single article > .ttl::after {
    right: -30px;
  }
  .s_single article > .img {
    width: calc(100% + 15vw);
    margin: 25px -7.5vw 0;
  }
  .s_single article > .img img {
    border-radius: 0;
  }
  .s_single article .content {
    margin: 30px auto 0;
    font-size: 1.6rem;
  }
  .s_single article .content h1, .s_single article .content h2, .s_single article .content h3 {
    font-size: 2rem;
  }
  .s_single article .content h1:not(:first-child), .s_single article .content h2:not(:first-child), .s_single article .content h3:not(:first-child) {
    margin: 50px 0 -0.3em;
  }
  .s_single article .content h1:not(:first-child)::before, .s_single article .content h2:not(:first-child)::before, .s_single article .content h3:not(:first-child)::before {
    margin: 0 0 calc(50px - 0.3em);
  }
  .s_single article .content hr + h1:not(:first-child),
  .s_single article .content hr + h2:not(:first-child),
  .s_single article .content hr + h3:not(:first-child) {
    margin: calc(40px - 0.3em) 0 -0.3em;
  }
  .s_single article .content h4:not(:first-child), .s_single article .content h5:not(:first-child), .s_single article .content h6:not(:first-child) {
    margin: calc(40px - 0.3em) 0 -0.3em;
  }
  .s_single article .content h4 {
    font-size: 1.8rem;
  }
  .s_single article .content h5, .s_single article .content h6 {
    font-size: 1.6rem;
  }
  .s_single article .content ol:not(:first-child),
  .s_single article .content ul:not(:first-child),
  .s_single article .content p:not(:first-child) {
    margin: calc(40px - 0.5em) 0 -0.5em;
  }
  .s_single article .content > div:not(:first-child),
  .s_single article .content img:not(:first-child),
  .s_single article .content table:not(:first-child),
  .s_single article .content details:not(:first-child),
  .s_single article .content section:not(:first-child),
  .s_single article .content blockquote:not(:first-child),
  .s_single article .content figure:not(:first-child),
  .s_single article .content hr:not(:first-child) {
    margin-top: 40px;
  }
  .s_single article .content table th,
  .s_single article .content table td {
    padding: 8px 10px;
  }
  .s_single article .content table th {
    max-width: 120px;
    font-size: 1.1rem;
  }
  .s_single article .content table td {
    font-size: 1.4rem;
  }
  .s_single article .content em {
    padding-left: 20px;
  }
  .s_single article .content blockquote {
    padding: 30px;
  }
  .s_single article .content blockquote::before {
    width: 21px;
    height: 18px;
    left: -8px;
    top: 30px;
  }
  .s_single article .content blockquote cite {
    font-size: 1.4rem;
  }
  .s_single article .content img.alignleft {
    margin-right: 20px;
  }
  .s_single article .content img.alignright {
    margin-left: 20px;
  }
  .s_single article .content figcaption,
  .s_single article .content .wp-element-caption,
  .s_single article .content .wp-caption-text {
    font-size: 1.2rem;
    padding: 12px 16px;
  }
  .s_single article .content .wp-block-buttons {
    gap: 10px;
  }
  .s_single article .content a.wp-block-button__link {
    min-width: 200px;
  }
  .s_single article .content .is-style-outline a.wp-block-button__link::after {
    background: #ea5413 url("../img/arr1_wh.svg") no-repeat center center/5px;
  }
  .s_single article .content #toc_container {
    padding: 25px 20px 30px;
  }
  .s_single article .content #toc_container .toc_title {
    font-size: 1rem;
  }
  .s_single article .content #toc_container .toc_list {
    margin: 20px 0 0;
  }
  .s_single article .content #toc_container .toc_list li {
    padding: 10px 0;
  }
  .s_single article .content #toc_container .toc_list a {
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .s_single article .content #toc_container .toc_list a::before {
    width: 10px;
    height: 10px;
    top: calc(0.78em - 5px);
  }
  .s_single article .content figcaption,
  .s_single article .content .wp-element-caption,
  .s_single article .content .wp-caption-text {
    border-radius: 5px;
  }
  .s_single article .content img {
    border-radius: 10px;
  }
  .s_single article .content blockquote {
    border-radius: 20px;
  }
  .s_single article .content #toc_container {
    border-radius: 5px;
  }
  .s_single article > .writer {
    margin-top: 40px;
    border-radius: 20px;
    padding: 30px 20px 25px;
  }
  .s_single article > .writer .ttl {
    left: calc(50% - 54px);
    width: 108px;
    height: 24px;
    top: -12px;
    background: #fffeee url("../img/letter_writer.png") no-repeat center center/72px;
  }
  .s_single article > .writer .profile .name {
    font-size: 1.6rem;
  }
  .s_single article > .writer .profile .name .role {
    margin-top: 0.5em;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .s_single article > .writer .txt {
    margin-top: 12px;
  }
}
.s_related {
  margin-top: 50px;
  position: relative;
  padding: 100px 0;
}
.s_related::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 142px;
  background: url("../img/nantoka_shape2.png") no-repeat center center/contain;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.s_related .s_ttl {
  font-family: "DNPShueiMGoStd-B", sans-serif;
  font-size: 2.5rem;
}
.s_related .letter_list {
  margin-top: 50px;
}
.s_related .btn_wh_b {
  margin: 50px auto 0;
}

@media screen and (max-width: 480px) {
  .s_related {
    margin-top: 20px;
    padding: 60px 0 40px;
  }
  .s_related::before {
    width: 30px;
    height: 85px;
    top: -50px;
  }
  .s_related .s_ttl {
    font-size: 1.8rem;
  }
  .s_related .letter_list {
    margin-top: 25px;
  }
  .s_related .btn_wh_b {
    margin: 25px auto 0;
  }
}