@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.44;
  letter-spacing: 0.05em;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  padding-top: 110px;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  body {
    padding-top: 154px;
  }
}

body.disable-scroll {
  overflow: hidden;
}

img, svg, img[src$=".svg"] {
  width: 100%;
  height: auto;
}

main {
  background-color: rgba(255, 196, 170, 0.35);
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
*:focus {
  outline: none;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 700;
}

.u-hidden {
  display: none !important;
}

.u-color-invert {
  filter: brightness(0) invert(1) !important;
}

.u-visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.utils-anime-fadein {
  opacity: 0;
  animation: fade-in 0.3s linear forwards;
}
@media screen and (min-width: 960px) {
  .utils-anime-fadein {
    animation: fade-in 0.4s linear forwards;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-filter-theme {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(115, 135, 255) 0%, rgb(129, 223, 232) 100%);
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

.u-link-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.u-visible-hidden {
  opacity: 0;
  visibility: hidden;
}

.u-sp-only {
  display: block !important;
}
@media screen and (min-width: 960px) {
  .u-sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .u-sp-only.inline {
    display: inline-block !important;
  }
}

.u-pc-only {
  display: none !important;
}
@media screen and (min-width: 960px) {
  .u-pc-only {
    display: block !important;
  }
}

@media screen and (min-width: 960px) {
  .u-pc-only.inline {
    display: inline-block !important;
  }
}

.u-m-0 {
  margin: 0 !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-hidden {
  display: none !important;
}

.u-anchor-offset {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (min-width: 960px) {
  .u-anchor-offset {
    padding-top: 170px;
    margin-top: -170px;
  }
}

.u-parallax {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.u-parallax-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.u-scroll-disabled {
  overflow: hidden;
}

.inner, .inner-l {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .inner, .inner-l {
    max-width: 1085px;
    padding-left: min(3.90625vw, 50px);
    padding-right: min(3.90625vw, 50px);
  }
}

@media screen and (min-width: 960px) {
  .inner-l {
    max-width: 1280px;
  }
}

.inner--p0 {
  padding: 0;
}

.section-heading {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #ED1C24;
  border: 2px solid #000;
  border-radius: 11px;
  padding: 5px 14px 5px 10px;
}
@media screen and (min-width: 960px) {
  .section-heading {
    font-size: 36px;
    padding: 4px 12px 8px;
  }
}

.section-heading3.--center {
  justify-items: center;
}

.section-heading2 {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .section-heading2 {
    font-size: 34px;
  }
}

.section-heading2.--en {
  font-family: "Lato", sans-serif;
}

.section-heading2.--left {
  text-align: left;
}

.section-heading2 span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #ED1C24;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.06em;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 960px) {
  .section-heading2 span {
    font-size: 16px;
  }
}

.section-heading3 {
  display: grid;
  justify-items: flex-start;
  gap: 5px 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .section-heading3 {
    gap: 10px 0;
    margin-bottom: 40px;
  }
}

.section-heading3.--center {
  justify-items: center;
}

.section-heading3 span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.16em;
  border: 2px solid #000;
  background-color: #fff;
  padding: 1px 5px 2px 5px;
}
@media screen and (min-width: 960px) {
  .section-heading3 span {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0.06em;
    padding: 2px 10px 3px 10px;
  }
}

.section-heading3 span:nth-child(2) {
  font-size: 33px;
}
@media screen and (max-width: 959px) {
  .section-heading3 span:nth-child(2) {
    line-height: 1.1;
    letter-spacing: 0.04em;
    padding: 1px 10px 2px 10px;
  }
}
@media screen and (min-width: 960px) {
  .section-heading3 span:nth-child(2) {
    font-size: 50px;
    padding: 3px 13px 6px 13px;
  }
}

.section {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (min-width: 960px) {
  .section {
    padding-top: 45px;
    padding-bottom: 76px;
  }
}

@media screen and (max-width: 959px) {
  .about-section {
    padding: 106px 0 80px;
    margin-top: 58px;
  }
}
@media screen and (min-width: 960px) {
  .about-section {
    padding: 100px 0 110px;
  }
}

.about-section:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ED1C24;
  border-radius: 54px;
}
@media screen and (min-width: 960px) {
  .about-section:before {
    border-radius: 40px;
  }
}

.about-section__inner {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .about-section__inner {
    max-width: 900px;
  }
}

.about-section__title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .about-section__title {
    font-size: min(2.34375vw, 30px);
  }
}

.about-section__logo {
  display: inline-block;
  width: 50% !important;
  margin-bottom: 3px;
}
@media screen and (min-width: 960px) {
  .about-section__logo {
    width: min(21.09375vw, 270px) !important;
    margin-bottom: min(0.390625vw, 5px);
  }
}

.about-section__text {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .about-section__text {
    font-size: min(1.40625vw, 18px);
    line-height: 2;
    letter-spacing: 0.06em;
    margin-top: min(3.125vw, 40px);
  }
}

.about-section__button {
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .about-section__button {
    margin-top: min(5.46875vw, 70px);
  }
}

.about-section__button .btn {
  border-width: 2px;
  height: 80px;
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .about-section__button .btn {
    font-size: min(1.5625vw, 20px);
    width: min(35vw, 448px);
    height: min(6.640625vw, 85px);
  }
}

.below-title-ad-pc {
  margin-bottom: 80px;
}

.below-title-ad-sp {
  margin-bottom: 40px;
}

.in-article-ad-pc {
  margin-top: 80px;
}

.in-article-ad-sp {
  margin-top: 40px;
}

.after-content-ads {
  padding: 0;
}
@media screen and (max-width: 959px) {
  .after-content-ads {
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .after-content-ads {
    margin-top: 60px;
  }
}

@media screen and (min-width: 960px) {
  .after-content-ads__inner {
    max-width: min(65.625vw, 840px);
  }
}

@media screen and (max-width: 959px) {
  .after-content-ads .section__title2 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .after-content-ads .section__title2 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 959px) {
  .after-content-ads .section__title2-en {
    font-size: 29px;
  }
}

.after-content-ad-container {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .after-content-ad-container {
    margin-top: 60px;
  }
}

.archive-block {
  padding-bottom: 0;
}

body:not(#archive) .archive-block .section-heading {
  padding: 2px 24px 3px 14px;
}
@media screen and (min-width: 960px) {
  body:not(#archive) .archive-block .section-heading {
    padding: 4px 24px 8px 12px;
  }
}

.archive-section {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .archive-section__inner {
    max-width: 1260px;
  }
}

@media screen and (min-width: 960px) {
  .archive-section__title-all-en {
    font-size: 77px;
  }
}

@media screen and (min-width: 960px) {
  .archive-section__title-all-ja {
    font-size: 25px;
  }
}

.archive-section__title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .archive-section__title {
    font-size: 50px;
  }
}

.archive-section__container {
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .archive-section__container {
    display: grid;
    grid-template-columns: min(57.65625vw, 738px) min(29.0625vw, 372px);
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 48px;
  }
}

.archive-section__article-cards {
  display: grid;
}
@media screen and (max-width: 959px) {
  .archive-section__article-cards {
    gap: 30px 0;
  }
}
@media screen and (min-width: 960px) {
  .archive-section__article-cards {
    display: grid;
    grid-template-columns: repeat(2, min(27.1875vw, 348px));
    justify-content: space-between;
    gap: min(3.4375vw, 44px) 0;
  }
}

.archive-section__article-card {
  position: relative;
}
@media screen and (min-width: 960px) {
  .archive-section__article-card {
    max-height: 423px;
  }
}

@media screen and (max-width: 959px) {
  .archive-section__sidebar {
    margin-top: 64px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .archive-section__sidebar {
    margin-top: -38px;
  }
}

.archive-section__pagination {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .archive-section__pagination {
    margin-top: 125px;
  }
}

.archive-section__button {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .archive-section__button {
    margin-top: 83px;
  }
}

.article-card {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  overflow: hidden;
  border-radius: 25px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .article-card {
    min-height: min(30.46875vw, 390px);
  }
}

.article-card__image {
  position: relative;
  overflow: hidden;
}

.article-card__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 348/232;
  transition: transform 0.3s;
}

.article-card__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  left: 20px;
  height: 27px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.06em;
  border-radius: 50px;
  background-color: #ED1C24;
  border: 1px solid #000;
  padding: 0 25px 2px;
}
@media screen and (min-width: 960px) {
  .article-card__category {
    top: min(1.09375vw, 14px);
    left: min(1.5625vw, 20px);
    height: min(2.109375vw, 27px);
    font-size: min(1.25vw, 16px);
    padding: 0 min(1.5625vw, 20px) 2px;
  }
}

.article-card__container {
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s;
  min-height: 160px;
  padding: 12px 25px 18px;
}
@media screen and (min-width: 960px) {
  .article-card__container {
    min-height: 160px;
    padding: min(1.71875vw, 22px) min(1.796875vw, 23px) min(1.71875vw, 22px);
  }
}

.article-card__date {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-left: 2px;
}
@media screen and (min-width: 960px) {
  .article-card__date {
    font-size: 14px;
  }
}

.article-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .article-card__title {
    font-size: min(1.25vw, 16px);
    line-height: 1.9;
    letter-spacing: 0.02em;
    margin-top: min(0.78125vw, 10px);
    margin-bottom: min(1.5625vw, 20px);
  }
}

.article-card__text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: right;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: auto;
  padding-bottom: 2px;
}
@media screen and (min-width: 960px) {
  .article-card__text {
    font-size: 16px;
  }
}

.article-card__text span {
  display: inline-block;
  background-image: url(../img/00_common/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 15px;
  margin-left: 8px;
}

@media (hover: hover) {
  .article-card:hover {
    opacity: 1;
  }
  .article-card:hover .article-card__image img {
    transform: scale(1.15);
  }
  .article-card:hover .article-card__container {
    opacity: 0.7;
  }
}
.article-card-category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  position: absolute;
  top: 13px;
  left: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.02em;
  border: 1px solid #000;
  border-radius: 12px;
  background-color: #fff;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .article-card-category {
    top: min(1.015625vw, 13px);
    left: min(1.171875vw, 15px);
    font-size: min(1.09375vw, 14px);
    height: min(2.03125vw, 26px);
    padding: 0 min(0.9375vw, 12px);
  }
}

.bg {
  display: inline-block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg--top {
  top: -111px;
  left: calc(50% + 120px);
  transform: translateX(-50%);
  background-image: url(../img/00_common/bg-top-sp.svg);
  width: 919px;
  height: 582px;
}
@media screen and (min-width: 960px) {
  .bg--top {
    top: -346px;
    left: calc(50% + 255px);
    transform: translateX(-50%);
    background-image: url(../img/00_common/bg-top.svg);
    width: 2218px;
    height: 3645px;
  }
}

.bg--archive-left {
  top: -111px;
  left: calc(50% + 120px);
  transform: translateX(-50%);
  background-image: url(../img/00_common/bg-top-sp.svg);
  width: 919px;
  height: 582px;
}
@media screen and (min-width: 960px) {
  .bg--archive-left {
    top: 600px;
    left: -66px;
    background-image: url(../img/00_common/bg-archive-left.svg);
    width: 1424px;
    height: 1094px;
  }
}

.bg--archive-right {
  top: -246px;
  right: -564px;
  background-image: url(../img/00_common/bg-top-sp.svg);
  width: 1146px;
  height: 1988px;
}
@media screen and (min-width: 960px) {
  .bg--archive-right {
    top: -174px;
    right: -222px;
    background-image: url(../img/00_common/bg-archive.svg);
    width: 1021px;
    height: 2730px;
  }
}

.bg--single {
  top: 100px;
  right: -720px;
  background-image: url(../img/00_common/bg-single.svg);
  width: 900px;
  height: 720px;
}
@media screen and (min-width: 960px) {
  .bg--single {
    top: 140px;
    right: -416px;
    background-image: url(../img/00_common/bg-single.svg);
    width: 910px;
    height: 1650px;
  }
}

.bg--contact-left {
  top: 127px;
  left: -131px;
  background-image: url(../img/00_common/bg-top-left-sp.svg);
  width: 234px;
  height: 609px;
}
@media screen and (min-width: 960px) {
  .bg--contact-left {
    top: 119px;
    left: -124px;
    background-image: url(../img/00_common/bg-contact-left.svg);
    width: 709px;
    height: 1726px;
  }
}

.bg--contact-right {
  top: -246px;
  right: -564px;
  background-image: url(../img/00_common/bg-top-right-sp.svg);
  width: 1146px;
  height: 1988px;
}
@media screen and (min-width: 960px) {
  .bg--contact-right {
    top: -182px;
    right: -267px;
    background-image: url(../img/00_common/bg-contact-right.svg);
    width: 1056px;
    height: 2821px;
  }
}

.bg--writer-left {
  top: 127px;
  left: -131px;
  background-image: url(../img/00_common/bg-top-left-sp.svg);
  width: 234px;
  height: 609px;
}
@media screen and (min-width: 960px) {
  .bg--writer-left {
    top: -146px;
    left: -210px;
    background-image: url(../img/00_common/bg-writer-left.svg);
    width: 434px;
    height: 1146px;
  }
}

.bg--writer-right {
  top: -246px;
  right: -564px;
  background-image: url(../img/00_common/bg-top-right-sp.svg);
  width: 1146px;
  height: 1988px;
}
@media screen and (min-width: 960px) {
  .bg--writer-right {
    top: -182px;
    right: -267px;
    background-image: url(../img/00_common/bg-writer-right.svg);
    width: 1056px;
    height: 2821px;
  }
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  text-align: right;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  background-color: rgba(255, 196, 170, 0.35);
}
@media screen and (max-width: 959px) {
  .breadcrumbs {
    padding-left: 10px;
    padding-right: 25px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .breadcrumbs {
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 20px;
  }
}

.breadcrumbs span[typeof=ListItem] {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .breadcrumbs span[typeof=ListItem] {
    font-size: 12px;
  }
}

.breadcrumbs span[typeof=ListItem] {
  margin-right: 7px;
}
@media screen and (min-width: 960px) {
  .breadcrumbs span[typeof=ListItem] {
    margin-right: 7px;
  }
}

.breadcrumbs span[typeof=ListItem]:not(:first-child) {
  margin-left: 7px;
}
@media screen and (min-width: 960px) {
  .breadcrumbs span[typeof=ListItem]:not(:first-child) {
    margin-left: 7px;
  }
}

.breadcrumbs span[typeof=ListItem] a {
  color: #727171;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.breadcrumbs span[typeof=ListItem] br {
  display: none;
}

.breadcrumbs span[typeof=ListItem]:has(> a[title="404へ移動する"]),
.breadcrumbs span[typeof=ListItem]:has(> a[title="Go to 404."]) {
  pointer-events: none;
}

.breadcrumbs span[typeof=ListItem] a[title="404へ移動する"],
.breadcrumbs span[typeof=ListItem] a[title="Go to 404."] {
  text-decoration: none;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  width: min(100%, 280px);
  height: 70px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.15em;
  background-color: #ED1C24;
  transition: background-color 0.3s;
  border: 1px solid #000;
  border-radius: 100px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .btn {
    width: 278px;
    height: 70px;
    font-size: 18px;
  }
}

.btn--black {
  color: #fff;
  background-image: url(../img/00_common/btn-bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
@media screen and (min-width: 960px) {
  .btn--black {
    width: min(27.96875vw, 358px);
    height: min(5.859375vw, 75px);
  }
}

@media (hover: hover) {
  .btn:hover {
    color: #fff;
    background-color: #000;
    opacity: 1;
  }
}
.category-list2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .category-list2 {
    justify-content: flex-start;
    overflow-x: auto;
    padding-left: 10px;
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 960px) {
  .category-list2 {
    justify-content: center;
  }
}

.category-list2__item {
  position: relative;
}

.category-list2__item + .category-list2__item {
  margin-left: 5px;
}
@media screen and (min-width: 960px) {
  .category-list2__item + .category-list2__item {
    margin-left: 5px;
    margin-bottom: 2px;
  }
}

.category-list2__item-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: min(100%, 334px);
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  transition: color 0.3s;
  white-space: nowrap;
  padding: 0 2px;
}
@media screen and (min-width: 960px) {
  .category-list2__item-link {
    min-width: 74px;
    width: auto;
    font-size: min(1.09375vw, 14px);
    border-radius: 20px;
    padding: 0 min(0.390625vw, 5px);
  }
}

@media (hover: hover) {
  .category-list2__item-link:hover {
    opacity: 1;
    color: #000;
  }
}
.circle-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ED1C24;
  transition: all 0.3s;
  background-image: url(../img/00_common/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 58% 50%;
  background-size: 7px 12px;
}
@media screen and (min-width: 960px) {
  .circle-arrow {
    width: 25px;
    height: 25px;
    background-size: 9px 14px;
  }
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 959px) {
  .drawer {
    display: flex;
    flex-direction: column;
    padding-top: 42px;
  }
}
@media screen and (min-width: 960px) {
  .drawer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .drawer {
    padding-top: 76px;
  }
}

.drawer.is-open {
  opacity: 1;
  visibility: visible;
}
.drawer.is-open .drawer__overlay:after {
  opacity: 1;
}

.drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
}

.drawer__overlay:before,
.drawer__overlay:after {
  display: block;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.drawer__overlay:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 196, 170, 0.35);
}

.drawer__overlay:after {
  display: none;
}
@media screen and (min-width: 960px) {
  .drawer__overlay:after {
    display: block;
    top: -700px;
    left: -427px;
    width: 2265px;
    height: 2314px;
    background-image: url(../img/00_common/drawer-bg.svg);
  }
}

@media screen and (max-width: 959px) {
  .drawer__container {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0 20px;
    padding-bottom: 100px;
    margin: 0 auto;
    overflow-y: auto;
    position: relative;
  }
}
@media screen and (min-width: 960px) {
  .drawer__container {
    display: grid;
    grid-template-columns: 1fr min(35.15625vw, 450px);
  }
}

.drawer__container:before {
  content: "";
  display: none;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 51.9vh;
  left: -404px;
  width: 594px;
  height: 442px;
  background-image: url(../img/00_common/drawer-bg.svg);
}
@media screen and (min-width: 960px) {
  .drawer__container:before {
    display: none;
  }
}

.header__drawer-logo {
  position: absolute;
  z-index: 20;
  top: 31px;
  left: 20px;
}
@media screen and (min-width: 960px) {
  .header__drawer-logo {
    top: 40px;
    left: 60px;
  }
}

.header__drawer-logo img {
  display: block;
  width: 160px !important;
}
@media screen and (min-width: 960px) {
  .header__drawer-logo img {
    width: 160px !important;
  }
}

.drawer__search {
  display: flex;
}
@media screen and (max-width: 959px) {
  .drawer__search {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .drawer__search {
    display: inline-block;
    transform: translateY(-7px);
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .drawer__search {
    margin-top: 30px;
  }
}

@media screen and (max-width: 959px) {
  .drawer__nav {
    margin-top: 60px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .drawer__nav {
    display: flex;
    align-items: center;
    padding: 0 min(12.5vw, 160px) 0 min(11.71875vw, 150px);
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .drawer__nav {
    margin-top: 10px;
  }
}

.drawer__nav-items {
  display: inline-grid;
  gap: 2.7vh 0;
}
@media screen and (min-width: 960px) {
  .drawer__nav-items {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    gap: min(3.75vw, 48px) min(10.15625vw, 130px);
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .drawer__nav-items {
    gap: 2vh 0;
    margin-top: 0px;
  }
}

.drawer__nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  .drawer__nav-link {
    font-size: min(1.5625vw, 20px);
    font-weight: 700;
  }
}

.drawer__sns {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .drawer__sns {
    margin-top: auto;
  }
}
@media screen and (min-width: 960px) {
  .drawer__sns {
    position: absolute;
    bottom: 57px;
    left: 71px;
  }
}

.drawer__sns-button {
  display: block;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 960px) {
  .drawer__sns-button {
    width: 26px;
    height: 26px;
  }
}

.drawer__sns-button + .drawer__sns-button {
  margin-left: 32px;
}

.drawer__copyright {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 27px;
}
@media screen and (min-width: 960px) {
  .drawer__copyright {
    display: inline-block;
    position: absolute;
    bottom: 43px;
    right: 135px;
    font-size: 18px;
  }
}

.drawer__pickup {
  display: block;
}
@media screen and (max-width: 959px) {
  .drawer__pickup {
    border-top: 1px solid #000;
  }
}
@media screen and (min-width: 960px) {
  .drawer__pickup {
    border-left: 1px solid #000;
    padding: 0 min(3.125vw, 40px) 0 min(5.46875vw, 70px);
  }
}

.drawer__pickup-title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .drawer__pickup-title {
    font-size: min(1.640625vw, 21px);
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: min(1.5625vw, 20px);
    margin-bottom: min(1.71875vw, 22px);
  }
}

.drawer__pickup-banner {
  display: block;
}
@media screen and (min-width: 960px) {
  .drawer__pickup-banner {
    max-width: 290px;
  }
}

.drawer__pickup-banner + .drawer__pickup-banner {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .drawer__pickup-banner + .drawer__pickup-banner {
    margin-top: min(1.5625vw, 20px);
  }
}

.drawer__pickup-banner img {
  height: 100%;
  aspect-ratio: 291/163;
  -o-object-fit: cover;
     object-fit: cover;
}

.drawer__cta {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .drawer__cta {
    margin-top: min(3.125vw, 40px);
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .drawer__cta {
    margin-top: 35px;
  }
}

.footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 30px;
  margin-top: auto;
  background-color: rgba(255, 196, 170, 0.35);
}
@media screen and (min-width: 960px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 959px) {
  .footer__inner {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (min-width: 960px) {
  .footer__inner {
    max-width: 1260px;
  }
}

.footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 23px;
  border: 2px solid #000;
  background-color: #ED1C24;
  padding: 70px 0 50px;
}
@media screen and (min-width: 960px) {
  .footer__container {
    padding: 56px 0;
  }
}

@media screen and (max-width: 959px) {
  .footer__logo {
    width: 150px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 960px) {
  .footer__logo {
    width: 240px;
  }
}

.footer__title {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-left: 65px;
  margin-top: 3px;
}
@media screen and (min-width: 960px) {
  .footer__title {
    font-size: 16px;
    padding-left: 70px;
    margin-top: 4px;
  }
}

.footer__sns {
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .footer__sns {
    margin-top: 24px;
  }
}

.footer__sns-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 960px) {
  .footer__sns-title {
    font-size: min(1.40625vw, 18px);
  }
}

.footer__sns-icons {
  display: flex;
  justify-content: center;
  gap: 0 17px;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .footer__sns-icons {
    gap: 0 17px;
    margin-top: 20px;
  }
}

.footer__sns-link {
  display: block;
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 960px) {
  .footer__sns-link {
    width: 25px;
    height: 25px;
  }
}

.footer__nav {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .footer__nav {
    margin-top: 45px;
  }
}

.footer__nav-items {
  display: flex;
  flex-direction: column;
  gap: 27px 0;
}
@media screen and (min-width: 960px) {
  .footer__nav-items {
    gap: 20px 0;
  }
}

.footer__nav-item {
  text-align: center;
}

.footer__nav-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 960px) {
  .footer__nav-link {
    font-size: min(1.40625vw, 18px);
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.footer__copyright {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ED1C24;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-top: 32px;
}
@media screen and (min-width: 960px) {
  .footer__copyright {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.14em;
    padding-top: 50px;
  }
}

.footer__copyright span {
  font-family: "Lato", sans-serif;
  font-size: inherit;
}

.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  background-color: #ED1C24;
  border-radius: 50%;
  border: 2px solid #000;
  transition: background-color 0.3s;
  padding: 7px;
}
@media screen and (min-width: 960px) {
  .hamburger {
    width: 62px;
    height: 62px;
    padding: 10px;
  }
}

.hamburger__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20px;
  height: 9px;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .hamburger__container {
    width: 38px;
    height: 12px;
  }
}

.hamburger__line {
  position: relative;
  width: 100%;
  pointer-events: none;
}

.hamburger__line span {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .hamburger__line span {
    width: 38px;
    height: 2px;
  }
}

.hamburger__line span:nth-of-type(1) {
  top: 0px;
  left: 0;
}

.hamburger__line span:nth-of-type(2) {
  top: 7px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .hamburger__line span:nth-of-type(2) {
    top: 12px;
  }
}

.hamburger__text {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-transform: uppercase;
  margin-top: 13px;
}
@media screen and (min-width: 960px) {
  .hamburger__text {
    font-size: 16px;
    margin-top: 32px;
  }
}

.hamburger__text span {
  display: inline-block;
}

.hamburger.is-open {
  border-color: #fff;
}
.hamburger.is-open .hamburger__line span {
  filter: brightness(0) invert(1);
}

.hamburger.hamburger--black {
  background-color: #000;
}
.hamburger.hamburger--black .hamburger__line span {
  background-color: #fff;
}

@media (hover: hover) {
  .hamburger:hover {
    cursor: pointer;
    background-color: #000;
  }
  .hamburger:hover .hamburger__line span {
    filter: brightness(0) invert(1);
  }
  .hamburger.hamburger--black:hover {
    background-color: #ED1C24;
  }
  .hamburger.hamburger--black:hover .hamburger__line span {
    filter: none;
    background-color: #000;
  }
}
.header {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 68px;
}
@media screen and (min-width: 960px) {
  .header {
    height: 86px;
  }
}

.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 68px;
  background-color: transparent;
  transition: background-color 0.5s ease-out;
}
@media screen and (min-width: 960px) {
  .header--fixed {
    height: 154px;
  }
}

.header--fixed.not-top {
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  #single-download .header--fixed {
    background-color: #EBEBEB;
  }
}
.header__content-container {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .header__content-container {
    height: 114px;
  }
}

.header__logo {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header__logo img {
  display: block;
}

.header__logo-image {
  width: 130px !important;
}
@media screen and (min-width: 960px) {
  .header__logo-image {
    width: 250px !important;
  }
}

.header__logo-text {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .header__logo-text {
    margin-top: 5px;
  }
}
@media screen and (min-width: 960px) {
  .header__logo-text {
    margin-top: 10px;
    font-size: min(1.09375vw, 14px);
  }
}

.header__logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__hamburger {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 15px;
  z-index: 99;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 960px) {
  .header__hamburger {
    top: 50%;
    right: min(3.125vw, 40px);
    transform: translateY(-50%);
  }
}

.header__nav {
  display: none;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .header__nav {
    display: block;
    height: 100%;
    text-align: left;
    padding-right: 125px;
  }
}

@media screen and (min-width: 960px) {
  #single-download .header__nav {
    background-color: #EBEBEB;
  }
}
.header__nav-items {
  display: flex;
  justify-content: flex-end;
  width: inherit;
  height: inherit;
}
.header__nav-item {
  position: relative;
  width: auto;
  height: 100%;
}

.header__nav-link {
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  text-align: left;
  padding: 0 min(0.78125vw, 10px);
}

.header__nav-link span {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0em;
  border-bottom: none;
  overflow: hidden;
  padding: 8px 0;
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .header__nav-link span {
    font-size: min(1.09375vw, 14px);
  }
}

.header__nav-link span:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ED1C24;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.header__drawer {
  position: relative;
  z-index: 21;
}

.header.is-open .header__logo {
  filter: brightness(0) invert(1);
}
.header.is-open .header__symbol {
  filter: brightness(0) invert(1);
}

.header__category {
  height: 45px;
  background-color: #ED1C24;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (min-width: 960px) {
  .header__category {
    height: 43px;
  }
}

@media (hover: hover) {
  .header__nav-link:hover {
    opacity: 1;
  }
  .header__nav-link:hover span:after {
    transform: scaleX(1);
  }
}
.new-post {
  padding-top: 80px;
  padding-bottom: 0;
}
@media screen and (min-width: 960px) {
  .new-post {
    padding-top: 10px;
  }
}

.new-post__inner {
  max-width: 100%;
  padding: 0 40px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .new-post__inner {
    max-width: 1225px;
  }
}

@media screen and (min-width: 960px) {
  .new-post__content-container {
    display: grid;
    grid-template-columns: min(27.421875vw, 351px) min(64.84375vw, 830px);
    justify-content: space-between;
  }
}

.new-post__article-cards {
  display: grid;
}
@media screen and (max-width: 959px) {
  .new-post__article-cards {
    gap: 30px 0;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .new-post__article-cards {
    display: grid;
    grid-template-columns: repeat(3, min(27.65625vw, 354px));
    justify-content: space-between;
    gap: 0 min(3.125vw, 40px);
    margin-top: 50px;
  }
}

.new-post__button {
  text-align: center;
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .new-post__button {
    margin-top: 70px;
  }
}

.page-block {
  padding-top: 37px;
  padding-bottom: 0;
}
@media screen and (min-width: 960px) {
  .page-block {
    padding-top: 46px;
  }
}

@media screen and (min-width: 960px) {
  .page-block__inner {
    max-width: 1342px;
  }
}

.page-block__section-title-en {
  text-transform: none;
}
@media screen and (min-width: 960px) {
  .page-block__section-title-en {
    font-size: 77px;
  }
}

.page-block__section-title-ja {
  text-transform: none;
}
@media screen and (min-width: 960px) {
  .page-block__section-title-ja {
    font-size: 24px;
  }
}

.page-block__content-wrapper {
  background-color: #fff;
  border: 1px solid #ACACAC;
  padding: 15px 35px 30px 35px;
}
@media screen and (min-width: 960px) {
  .page-block__content-wrapper {
    padding: 25px 70px 60px 70px;
  }
}

.page-block__title,
.page-block__text {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .page-block__title,
  .page-block__text {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0em;
    margin-top: 35px;
  }
}

.page-block__title {
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .page-block__title {
    font-size: 24px;
  }
}

.page-block__text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-block__button {
  text-align: center;
}

.page-block__button .btn {
  width: min(100%, 335px);
  height: 80px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.06em;
  background-color: #ED1C24;
  border: none;
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .page-block__button .btn {
    width: min(100%, 377px);
    height: 80px;
    font-size: 20px;
    margin-top: 70px;
  }
}

@media screen and (min-width: 960px) {
  #not-found .page-block__content-wrapper {
    padding-top: 66px;
  }
}

@media screen and (min-width: 960px) {
  #not-found .page-block__text {
    margin-top: 20px;
  }
}

.pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 36px;
  margin: 0 10px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0px;
  font-family: "Lato", sans-serif;
  border: none;
  border: 1px solid #000;
}
@media screen and (max-width: 959px) {
  .pagination .wp-pagenavi a,
  .pagination .wp-pagenavi span {
    line-height: 1.5;
    border-radius: 2px;
    margin: 0 8px;
  }
}
@media screen and (min-width: 960px) {
  .pagination .wp-pagenavi a,
  .pagination .wp-pagenavi span {
    width: 62px;
    height: 59px;
    font-size: 24px;
    margin: 0 13px;
  }
}
.pagination .wp-pagenavi span.current {
  color: #fff !important;
  background-color: #ED1C24 !important;
  border: none !important;
}
.pagination .wp-pagenavi span.extend {
  color: #000 !important;
  background-color: transparent !important;
  width: auto !important;
  border: none !important;
}

@media screen and (min-width: 960px) {
  .pagination--small {
    transform: scale(0.65);
  }
}

.school-list {
  display: grid;
  gap: 10px 0;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .school-list {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.school-list__item {
  background-color: #fff;
}

.school-list__banner {
  display: block;
}

.section-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 180px;
}
@media screen and (min-width: 960px) {
  .section-wrapper {
    padding-bottom: 230px;
  }
}

.sidebar__title {
  font-size: 29px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "Lato", sans-serif;
  line-height: 1.7586206897;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .sidebar__title {
    font-size: min(2.5vw, 32px);
    text-align: left;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
}

.sidebar .wp-block-heading {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #ED1C24;
  border: 2px solid #000;
  border-radius: 11px;
  padding: 5px 14px 5px 10px;
}
@media screen and (min-width: 960px) {
  .sidebar .wp-block-heading {
    font-size: min(2.03125vw, 26px);
    padding: 4px 12px 8px;
  }
}

.sidebar .widget.widget_block.widget_media_image {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .sidebar .widget.widget_block.widget_media_image {
    margin-bottom: 20px;
  }
}

.sidebar .widget_categories {
  position: relative;
  transition: height 0.5s;
}
@media screen and (max-width: 959px) {
  .sidebar .wp-block-categories {
    margin-top: 20px;
    padding-left: 6px;
  }
}
@media screen and (min-width: 960px) {
  .sidebar .wp-block-categories {
    padding: 0 6px;
    margin-top: 24px;
  }
}

.sidebar .wp-block-categories .cat-item {
  position: relative;
  border-bottom: 1px solid #000;
  height: 70px;
}
@media screen and (min-width: 960px) {
  .sidebar .wp-block-categories .cat-item {
    height: 70px;
  }
}

.sidebar .wp-block-categories .cat-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: filter 0.3s;
  background-image: url(../img/00_common/arrow-right-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 18px;
}

.sidebar .wp-block-categories .cat-item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  transition: background-color 0.3s, color 0.3s;
  padding-left: 2px;
}
@media screen and (min-width: 960px) {
  .sidebar .wp-block-categories .cat-item a {
    font-size: 16px;
    padding-left: 2px;
  }
}

.sidebar .wp-block-categories.more + button {
  display: flex;
}

@media (hover: hover) {
  .sidebar .wp-block-categories .cat-item a:hover {
    opacity: 1;
    color: #fff;
    background-color: #ED1C24;
  }
  .sidebar .wp-block-categories .cat-item:hover:after {
    filter: brightness(0) invert(1);
  }
}
.sidebar .widget_tag_cloud {
  position: relative;
}

.sidebar .wp-block-tag-cloud {
  transition: height 0.5s;
  padding: 22px 18px;
}
@media screen and (min-width: 960px) {
  .sidebar .wp-block-tag-cloud {
    padding: 22px 26px;
  }
}

.sidebar .wp-block-tag-cloud a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-left: 2px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 16px !important;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 21px;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  transform: translateZ(0);
  transition: background-color 0.3s, color 0.3s;
  padding: 4px 18px;
}
@media screen and (min-width: 960px) {
  .sidebar .wp-block-tag-cloud a {
    font-size: 16px !important;
    padding: 4px 18px;
    margin-right: 8px;
    margin-bottom: 13px;
  }
}

.sidebar .wp-block-tag-cloud.more + button {
  display: flex;
}

@media (hover: hover) {
  .sidebar .wp-block-tag-cloud a:hover {
    opacity: 1;
    color: #fff;
    background-color: #ED1C24;
  }
}
.sidebar select[name=archive-dropdown] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  border: 1px solid #211816;
  border-radius: 17px;
  background-image: url(../img/00_common/arrow-down.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 94% center;
  background-size: 16px 13px;
  outline: 0;
  appearance: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 15px;
}
@media screen and (min-width: 960px) {
  .sidebar select[name=archive-dropdown] {
    width: 100%;
    height: 80px;
    font-size: min(1.5625vw, 20px);
    background-size: 20px 17px;
    padding: 0 min(1.5625vw, 20px);
  }
}

.wp-block-search__inside-wrapper {
  align-items: center;
}

.sidebar .wp-block-search__input {
  background-color: #fff;
  border: 1px solid #211816;
  border-radius: 17px;
  width: 100%;
  height: 50px;
  font-size: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .sidebar .wp-block-search__input {
    width: 100%;
    height: 65px;
    font-size: min(1.5625vw, 20px);
    padding: 0 min(1.5625vw, 20px);
  }
}

.sidebar .wp-block-search__button {
  border: 1px solid #808080;
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(115, 135, 255) 0%, rgb(129, 223, 232) 100%);
}

.sidebar .wp-block-search__button svg {
  width: 40px;
  height: 40px;
  padding: 5px;
}
@media screen and (min-width: 960px) {
  .sidebar .wp-block-search__button svg {
    width: 40px;
    height: 40px;
  }
}

.sidebar .wp-block-search__button svg path {
  fill: #fff;
  width: 18px;
  height: 18px;
}

.sidebar__search {
  margin-top: 60px;
}

@media screen and (max-width: 959px) {
  .sidebar__search .search-form {
    grid-template-columns: 1fr 38px;
    gap: 0 12px;
    width: 100%;
    padding: 8px 4px 8px 8px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .sidebar__search .search-form {
    grid-template-columns: 1fr 38px;
    padding: 8px 8px 8px 8px;
    margin-top: 10px;
  }
}

.sidebar__search .search-form__keyword {
  width: 100%;
  border: 1px solid #000;
  background-color: #ebebeb;
}

.sidebar__more-button {
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: max(-2.34375vw, -30px);
  z-index: 10;
  width: 100%;
  height: 82px;
  background-image: url(../img/00_common/more-button-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-top: 36px;
}
@media screen and (min-width: 960px) {
  .sidebar__more-button {
    height: min(7.8125vw, 100px);
  }
}

.sidebar__more-button span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  width: 81px;
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 16px;
  padding-bottom: 1px;
  transition: background-color 0.5s, color 0.5s;
  margin-top: auto;
  overflow: hidden;
}

.sidebar__more-button span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(115, 135, 255) 0%, rgb(129, 223, 232) 100%);
  opacity: 0;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  .sidebar__month-list li a:hover {
    opacity: 1;
    background-color: #ED1C24;
  }
  .sidebar__more-button:hover {
    cursor: pointer;
  }
  .sidebar__more-button:hover span {
    color: #fff;
  }
  .sidebar__more-button:hover span:before {
    opacity: 1;
  }
}
.sidebar .wp-block-group {
  background-color: #fff;
  border-radius: 12px;
  padding: 2px 10px 30px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .sidebar .wp-block-group {
    padding: 2px 10px 30px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 960px) {
  .sidebar .wp-block-group .wp-block-heading {
    margin: 10px 0;
  }
}

.sidebar .wp-block-group .wp-block-categories .cat-item {
  border-bottom: 2px solid #000;
}

@media screen and (min-width: 960px) {
  #top .sidebar .wp-block-heading.category {
    margin-top: 120px;
  }
  #top .sidebar .wp-block-heading.tag {
    margin-top: 90px;
  }
  #top .sidebar .widget_tag_cloud {
    margin-bottom: 90px;
  }
}
#top .sidebar .wp-block-heading.sponsored-links {
  display: none;
}

.single-section {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .single-section {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .single-section {
    padding-top: 20px;
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 960px) {
  .single-section__inner {
    max-width: 1260px;
  }
}

.single-section__header {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .single-section__header {
    width: min(59.84375vw, 766px);
    padding-left: 10px;
    margin-bottom: 36px;
  }
}

.single-section__date {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
@media screen and (min-width: 960px) {
  .single-section__date {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.single-section__title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 960px) {
  .single-section__title {
    font-size: min(2.265625vw, 29px);
  }
}

.single-section__title br {
  display: none;
}

.single-section__area {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-left: 18px;
  margin-top: 22px;
}
@media screen and (min-width: 960px) {
  .single-section__area {
    font-size: 22px;
    padding-left: 42px;
    margin-top: 30px;
    margin-left: -10px;
  }
}

.single-section__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.06em;
  border-radius: 50px;
  background-color: #ED1C24;
  border: 1px solid #000;
  padding: 0 25px 2px;
  margin-bottom: 27px;
}
@media screen and (min-width: 960px) {
  .single-section__category {
    height: min(2.34375vw, 30px);
    font-size: min(1.25vw, 16px);
    padding: 0 min(1.5625vw, 20px) 2px;
    margin-bottom: min(2.109375vw, 27px);
  }
}

@media screen and (min-width: 960px) {
  .single-section__container {
    display: grid;
    grid-template-columns: min(59.84375vw, 766px) min(27.5vw, 352px);
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 959px) {
  .single-section__sidebar {
    padding: 0 20px;
    margin-top: 64px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__sidebar {
    margin-top: 30px;
  }
}

.single-section__content-container > h2 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.01em;
  background-color: #ED1C24;
  border-radius: 7px;
  padding: 8px 15px 10px 15px;
  margin: 2.5em 0 1em;
}
@media screen and (min-width: 960px) {
  .single-section__content-container > h2 {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    padding: 10px 20px 12px 20px;
    margin: 2.5em 0 1em;
  }
}

.single-section__content-container > h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  border-bottom: 2px solid #ED1C24;
  padding: 10px 5px 10px 0;
  margin: 2.6em 0 0.7em;
}
@media screen and (min-width: 960px) {
  .single-section__content-container > h3 {
    font-size: min(2.03125vw, 26px);
    padding: 10px 5px 10px 0;
    margin: 2.6em 0 0.7em;
  }
}

.single-section__content-container > h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 10px 5px 10px 0;
  margin: 2em 0 0.7em;
}
@media screen and (min-width: 960px) {
  .single-section__content-container > h4 {
    font-size: 24px;
    padding: 10px 5px 10px 0;
    margin: 2em 0 0.7em;
  }
}

@media screen and (max-width: 959px) {
  .single-section__body {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__body {
    margin-top: 40px;
  }
}

.single-section__content-container > p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container > p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
}

.single-section__content-container > p a {
  color: #ED1C24;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-section__content-container figure.wp-block-image {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container figure.wp-block-image {
    margin-top: 80px;
  }
}

.single-section__content-container figure.wp-block-image.is-style-vk-image-photoFrame {
  border: 1px solid #e9e9e9;
  box-shadow: none;
  padding: 10px 10px 10px 10px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container figure.wp-block-image.is-style-vk-image-photoFrame {
    margin-top: 80px;
    padding: 25px 25px 20px 25px;
  }
}

.single-section__content-container figure.wp-block-image.is-style-vk-image-photoFrame figcaption {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container figure.wp-block-image.is-style-vk-image-photoFrame figcaption {
    margin-top: 20px;
  }
}

.single-section__author {
  margin-top: 45px;
}
@media screen and (min-width: 960px) {
  .single-section__author {
    margin-top: 80px;
  }
}

.single-section__author-header {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.4 0em;
  letter-spacing: 0px;
  border-left: 2px solid #000;
  padding: 0px 5px 0px 11px;
}
@media screen and (min-width: 960px) {
  .single-section__author-header {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0em;
    padding: 0px 5px 0px 19px;
  }
}

.single-section__author-body {
  display: grid;
  grid-template-columns: 78px 1fr;
  grid-template-areas: "image profile" "text text";
  gap: 14px 10px;
  position: relative;
  border: 1px solid #959595;
  padding: 18px 15px 45px 15px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-section__author-body {
    grid-template-columns: 114px 1fr;
    gap: 40px 38px;
    padding: 33px 80px 27px 62px;
    margin-top: 34px;
  }
}

.single-section__author-body:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #ED1C24 transparent;
  transition: background-color 0.3s;
}
@media screen and (min-width: 960px) {
  .single-section__author-body:after {
    border-width: 0 0 60px 60px;
  }
}

.single-section__author-image {
  grid-area: image;
  border-radius: 50%;
  overflow: hidden;
  max-height: 79px;
}
@media screen and (min-width: 960px) {
  .single-section__author-image {
    max-height: 116px;
  }
}

@media screen and (min-width: 960px) {
  .single-section__author-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.single-section__author-profile {
  grid-area: profile;
}

.single-section__author-title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 14px;
}
@media screen and (min-width: 960px) {
  .single-section__author-title {
    font-size: 18px;
    margin-top: 17px;
  }
}

.single-section__author-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .single-section__author-name {
    font-size: 22px;
    margin-top: 7px;
  }
}

.single-section__author-text {
  grid-area: text;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .single-section__author-text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0em;
    margin-left: -12px;
  }
}

.single-section__card {
  display: grid;
  grid-template-columns: 108px 1fr;
  grid-template-areas: "image title" "image name" "text text";
  align-items: start;
  gap: 0 16px;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  background-color: #fff;
  padding: 15px 20px 46px 15px;
}
@media screen and (min-width: 960px) {
  .single-section__card {
    grid-template-columns: min(8.75vw, 112px) 1fr;
    grid-template-areas: "image title" "image name" "image text";
    gap: 0 min(1.71875vw, 22px);
    padding: 24px min(2.5vw, 32px) 62px;
    margin-top: 60px;
  }
}

.single-section__card-image {
  grid-area: image;
  overflow: hidden;
  border-radius: 50%;
}
.single-section__card-image img {
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #ED1C24;
  transition: transform 0.3s;
  border-radius: 50%;
  padding: 4px;
}
@media screen and (min-width: 960px) {
  .single-section__card-image img {
    padding: 4px;
    margin-right: min(1.5625vw, 20px);
  }
}

.single-section__card-title {
  grid-area: title;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 959px) {
  .single-section__card-title {
    align-self: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .single-section__card-title {
    font-size: 12px;
    margin-top: 3px;
  }
}

.single-section__card-name {
  grid-area: name;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .single-section__card-name {
    font-size: 20px;
  }
}

.single-section__card-text {
  grid-area: text;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.85;
  letter-spacing: 0.02em;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .single-section__card-text {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-top: 8px;
  }
}
.single-section__card-text--hidden {
  height: 115px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .single-section__card-text--hidden {
    height: 50px;
  }
}

.single-section__card-more {
  position: absolute;
  bottom: 19px;
  right: 18px;
  font-size: 12px;
  color: #000;
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 960px) {
  .single-section__card-more {
    bottom: 27px;
    right: 28px;
  }
}

@media (hover: hover) {
  .single-section__card-more:hover {
    cursor: pointer;
  }
}
.single-section__line {
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #000 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-top: 80px;
  margin-bottom: 70px;
}
@media screen and (min-width: 960px) {
  .single-section__line {
    background-image: linear-gradient(to right, #000 6px, transparent 6px);
    background-size: 10px 1px;
    margin-top: 80px;
    margin-bottom: 70px;
  }
}

.single-section__box {
  background-color: #fff;
  padding: 20px 12px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .single-section__box {
    padding: 36px 44px;
    margin-top: 80px;
  }
}

.single-section__box-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .single-section__box-title {
    font-size: 32px;
  }
}

.single-section__box-items {
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .single-section__box-items {
    margin-top: 24px;
  }
}

.single-section__box-item {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .single-section__box-item {
    font-size: 16px;
  }
}

.single-section__box-item + .single-section__box-item {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__box-item + .single-section__box-item {
    margin-top: 8px;
  }
}

.single-section__box-item > a {
  color: #ED1C24;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-section__content-container #ez-toc-container {
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 24px 22px 24px 27px;
  margin-top: 30px;
  border-radius: 9px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container {
    padding: 20px 23px 40px 38px;
    margin-top: 34px;
  }
}
.single-section__content-container #ez-toc-container .ez-toc-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 959px) {
  .single-section__content-container #ez-toc-container .ez-toc-title {
    display: inline-block;
    margin-top: 7px;
    margin-left: -4px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container .ez-toc-title {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0em;
    margin-left: -4px;
  }
}
.single-section__content-container .ez-toc-icon-toggle-span,
.single-section__content-container #ez-toc-container .ez-toc-js-icon-con,
.single-section__content-container #ez-toc-container .ez-toc-toggle label,
.single-section__content-container #ez-toc-container label.cssicon,
.single-section__content-container #ez-toc-widget-container label.cssicon {
  display: none;
}
.single-section__content-container #ez-toc-container a.ez-toc-toggle {
  position: relative;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: #ED1C24;
  border: 2px solid #000;
  transition: transform 0.3s, background-color 0.3s;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container a.ez-toc-toggle {
    width: 38px;
    height: 38px;
  }
}
.single-section__content-container #ez-toc-container a.ez-toc-toggle:before,
.single-section__content-container #ez-toc-container a.ez-toc-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.single-section__content-container #ez-toc-container a.ez-toc-toggle:before {
  width: 18px;
  height: 2px;
}
.single-section__content-container #ez-toc-container a.ez-toc-toggle:after {
  width: 2px;
  height: 18px;
}
@media (hover: hover) {
  .single-section__content-container #ez-toc-container a.ez-toc-toggle:hover {
    opacity: 1;
    background-color: #000;
  }
  .single-section__content-container #ez-toc-container a.ez-toc-toggle:hover:before,
  .single-section__content-container #ez-toc-container a.ez-toc-toggle:hover:after {
    background-color: #fff;
  }
}
.single-section__content-container #ez-toc-container:not(.toc_close) a.ez-toc-toggle {
  transform: rotate(45deg);
}
.single-section__content-container #ez-toc-container nav ul {
  margin-top: 17px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container nav ul {
    margin-top: 18px;
  }
}
.single-section__content-container #ez-toc-container nav ul.ez-toc-list-level-1 {
  margin-top: 18px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container nav ul.ez-toc-list-level-1 {
    margin-top: -2px;
  }
}
.single-section__content-container #ez-toc-container nav ul li + li {
  margin: 0;
}
.single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 + li.ez-toc-heading-level-2 {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 + li.ez-toc-heading-level-2 {
    margin-top: 15px;
  }
}
.single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  transition: color 0.3s;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a {
    font-size: 14px;
  }
}
.single-section__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a {
  font-size: 13px;
}
@media (hover: hover) {
  .single-section__content-container #ez-toc-container nav ul li a:hover {
    opacity: 1;
    color: #ED1C24;
  }
}
.single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ED1C24;
  border-radius: 50%;
  transform: translateY(6px);
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a:before {
    transform: translateY(6px);
    margin-right: 13px;
  }
}
.single-section__content-container #ez-toc-container ul.ez-toc-list-level-3 {
  counter-reset: section;
}
.single-section__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a:before {
  counter-increment: section;
  content: "0" counter(section) "　|　";
  width: auto;
  height: auto;
  color: #ED1C24;
  background: none;
  font-weight: 500;
  margin: 0;
}

.single-section__media {
  display: block;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-section__media {
    margin-top: 80px;
  }
}

@media screen and (min-width: 960px) {
  .single-section__media-1 {
    display: grid;
    grid-template-columns: min(29.6875vw, 380px) 1fr;
    gap: 0 56px;
  }
}

@media screen and (min-width: 960px) {
  .single-section__media-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 70px;
  }
}

@media screen and (max-width: 959px) {
  .single-section__media-2 > a {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .single-section__media-2 > a:nth-child(2) {
    margin-top: 40px;
  }
}

.single-section__media-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-section__media-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 959px) {
  .single-section__media-title {
    margin-top: 25px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__media-title {
    font-size: min(2.1875vw, 28px);
  }
}

.single-section__media-2 .single-section__media-title {
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .single-section__media-2 .single-section__media-title {
    margin-top: 25px;
  }
}

.single-section__media-text {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.03em;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .single-section__media-text {
    font-size: min(1.25vw, 16px);
    line-height: 2;
    letter-spacing: 0.03em;
    margin-top: 22px;
  }
}

.single-section__media span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .single-section__media span {
    font-size: min(0.9375vw, 12px);
    margin-top: 30px;
    margin-left: 5px;
  }
}

.single-section__share {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .single-section__share {
    flex-direction: column;
    height: 116px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__share {
    margin-top: 100px;
    height: 100px;
  }
}

.single-section__share-text {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  .single-section__share-text {
    font-size: 20px;
    margin-left: -122px;
  }
}

.single-section__share-items {
  display: inline-flex;
}
@media screen and (max-width: 959px) {
  .single-section__share-items {
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__share-items {
    margin-left: 22px;
  }
}

.single-section__share-item + .single-section__share-item {
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__share-item + .single-section__share-item {
    margin-left: 16px;
  }
}

.single-section__share-item a img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 960px) {
  .single-section__share-item a img {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 959px) {
  .single-section__content-container .single-section__table-1 td,
  .single-section__content-container .single-section__table-1 th {
    font-size: 10px;
    padding: 12px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__content-container .single-section__table-1 td,
  .single-section__content-container .single-section__table-1 th {
    padding: 13px;
  }
}

.single-section__content-container .single-section__table-2 td,
.single-section__content-container .single-section__table-2 th {
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 959px) {
  .single-section__content-container .single-section__table-2 td,
  .single-section__content-container .single-section__table-2 th {
    font-size: 10px;
    padding: 12px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__content-container .single-section__table-2 td,
  .single-section__content-container .single-section__table-2 th {
    padding: 30px;
  }
}

.single-section__content-container .single-section__table-2 td:first-child {
  vertical-align: middle;
}

.single-section__content-container .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
}
@media screen and (max-width: 959px) {
  .single-section__content-container .wp-block-embed-youtube .wp-block-embed__wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__content-container .wp-block-embed-youtube .wp-block-embed__wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.single-section__content-container .wp-block-embed-youtube .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 56.4853556485%;
}

.single-section__content-container .wp-block-embed iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.5s;
}

@media (hover: hover) {
  .single-section__content-container .wp-block-embed-youtube .wp-block-embed iframe:hover {
    cursor: pointer;
  }
}
.single-section__content-container .single-section__button-1 .wp-block-button__link {
  position: relative;
  min-width: 180px;
  font-size: 12px !important;
  letter-spacing: 0.01em;
  padding: 12px 50px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container .single-section__button-1 .wp-block-button__link {
    min-width: 180px;
    font-size: 14px !important;
    padding: 12px 50px;
  }
}

.single-section__content-container .single-section__button-1 .wp-block-button__link[target=_blank]:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url(../img/00_common/icon-ex-link.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.single-section__content-container ul.wp-block-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 40px;
}

.single-section__content-container ul.wp-block-list > li {
  list-style-type: disc;
}

.single-section__content-container table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 30px;
  border: 1px solid #000;
}
@media screen and (min-width: 960px) {
  .single-section__content-container table {
    margin-bottom: 30px;
  }
}

.single-section__content-container table tr:not(:last-child) {
  border-bottom: 1px solid #000;
}

.single-section__content-container table td,
.single-section__content-container table th {
  border-color: #000;
}
@media screen and (max-width: 959px) {
  .single-section__content-container table td,
  .single-section__content-container table th {
    font-size: 10px;
    padding: 12px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__content-container table td,
  .single-section__content-container table th {
    font-size: 16px !important;
    padding: 13px;
  }
}

.single-section__content-container table td span,
.single-section__content-container table th span {
  font-size: inherit !important;
}

.single-section__content-container table th {
  padding: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #f8f9fa;
}

.single-section__content-container table td {
  padding: 7px;
  border-right: 1px solid #000;
  word-break: break-all;
}

.to-top {
  position: absolute;
  bottom: 140px;
  right: 35px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ED1C24;
  transition: all 0.3s;
  background-image: url(../img/00_common/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 58% 50%;
  background-size: 15px 25px;
  width: 50px;
  height: 50px;
  transform: rotate(-90deg);
  border: 2px solid #000;
}
@media screen and (min-width: 960px) {
  .to-top {
    bottom: 70px;
    right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #ED1C24;
    transition: all 0.3s;
    background-image: url(../img/00_common/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 58% 50%;
    background-size: min(1.953125vw, 25px) min(2.8125vw, 36px);
    width: min(7.5vw, 96px);
    height: min(7.5vw, 96px);
    margin-top: min(1.71875vw, 22px);
  }
}

@media (hover: hover) {
  .to-top:hover {
    opacity: 1;
    background-color: #000;
  }
  .to-top:hover:before {
    opacity: 1;
  }
}
.top-archive {
  padding-top: 60px;
  padding-bottom: 0;
}
@media screen and (min-width: 960px) {
  .top-archive {
    padding-top: 114px;
    padding-top: 18px;
  }
}

@media screen and (max-width: 959px) {
  .top-archive .archive-section__sidebar {
    display: none;
  }
}

.top-fv {
  position: relative;
  z-index: 0;
  max-height: 641px;
  padding-top: 27px;
  padding-bottom: 70px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .top-fv {
    max-height: 100vh;
    padding-top: 42px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 959px) {
  .top-fv__inner {
    padding: 0px;
  }
}
@media screen and (min-width: 960px) {
  .top-fv__inner {
    max-width: 1092px;
  }
}

.top-fv__swiper {
  position: relative;
  padding: 0 30px;
}
@media screen and (min-width: 960px) {
  .top-fv__swiper {
    padding: 0 60px;
  }
}

.top-fv__slide {
  display: grid;
}
@media screen and (min-width: 960px) {
  .top-fv__slide {
    grid-template-columns: min(35.234375vw, 451px) 1fr;
    gap: 0 min(3.90625vw, 50px);
    align-items: flex-start;
  }
}

.top-fv__slide {
  position: relative;
}

@media screen and (min-width: 960px) {
  .top-fv__slide-image {
    padding: 0 5px;
  }
}

.top-fv__slide-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .top-fv__slide-image img {
    aspect-ratio: 451/302;
  }
}

.top-fv__slide-content {
  transition: opacity 0.3s;
}
@media screen and (max-width: 959px) {
  .top-fv__slide-content {
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .top-fv__slide-content {
    padding-top: min(1.5625vw, 20px);
  }
}

.top-fv__slide-meta {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 2.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 959px) {
  .top-fv__slide-meta {
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 960px) {
  .top-fv__slide-meta {
    line-height: 2.5;
    font-size: min(1.25vw, 16px);
  }
}

.top-fv__slide-date {
  display: block;
}

.top-fv__slide-area {
  display: flex;
  align-items: center;
  gap: 0 10px;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .top-fv__slide-area {
    margin-top: 8px;
  }
}

.top-fv__slide-category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #ED1C24;
  padding: 0 15px;
  border: 1px solid #000;
  border-radius: 13px;
  transition: background-color 0.3s;
}
@media screen and (min-width: 960px) {
  .top-fv__slide-category {
    height: 30px;
    font-size: 16px;
    padding: 0 15px;
  }
}

.top-fv__slide-category span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.top-fv__slide-image {
  overflow: hidden;
}
.top-fv__slide-image img {
  transition: transform 0.3s;
}

.top-fv__slide-title {
  margin-top: 10px;
  padding: 0 8px;
}
@media screen and (min-width: 960px) {
  .top-fv__slide-title {
    padding-right: min(1.171875vw, 15px);
    margin-top: min(0.625vw, 8px);
    margin-left: min(-0.78125vw, -10px);
  }
}

.top-fv__slide-title span {
  display: inline;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .top-fv__slide-title span {
    font-size: min(2.109375vw, 27px);
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}

.top-fv__slide-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  margin-top: 7px;
}
@media screen and (min-width: 960px) {
  .top-fv__slide-tags {
    margin-top: min(2.34375vw, 30px);
    width: 80%;
  }
}

.top-fv__slide-tag {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 960px) {
  .top-fv__slide-tag {
    font-size: min(1.015625vw, 13px);
  }
}

.top-fv__slide-arrow {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-fv__slide-arrow {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #ED1C24;
    transition: all 0.3s;
    background-image: url(../img/00_common/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 58% 50%;
    background-size: min(1.171875vw, 15px) min(1.953125vw, 25px);
    width: min(3.90625vw, 50px);
    height: min(3.90625vw, 50px);
    margin-top: min(1.71875vw, 22px);
  }
}

.top-fv__prev,
.top-fv__next {
  display: inline-block;
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #000;
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ED1C24;
  transition: all 0.3s;
  background-image: url(../img/00_common/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 58% 50%;
  background-size: 12px 12px;
  width: 34px;
  height: 34px;
}
@media screen and (min-width: 960px) {
  .top-fv__prev,
  .top-fv__next {
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #ED1C24;
    transition: all 0.3s;
    background-image: url(../img/00_common/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 58% 50%;
    background-size: min(1.171875vw, 15px) min(1.953125vw, 25px);
    width: min(3.90625vw, 50px);
    height: min(3.90625vw, 50px);
  }
}

.top-fv__prev {
  transform: translateY(-50%) scaleX(-1);
  left: 12px;
}
@media screen and (min-width: 960px) {
  .top-fv__prev {
    left: 28px;
  }
}

.top-fv__next {
  right: 12px;
}
@media screen and (min-width: 960px) {
  .top-fv__next {
    right: 28px;
  }
}

.top-fv__pagination {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .top-fv__pagination {
    margin-top: min(1.09375vw, 14px);
  }
}

.top-fv__pagination .swiper-pagination-bullet {
  width: 9px !important;
  height: 9px !important;
  margin: 0 5px !important;
  border-radius: 50% !important;
  border: 1px solid #ED1C24 !important;
  background-color: transparent !important;
  opacity: 1 !important;
}
@media screen and (min-width: 960px) {
  .top-fv__pagination .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    margin: 0 7px !important;
  }
}

.top-fv__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ED1C24 !important;
}

.top-fv__news {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .top-fv__news {
    padding: 0 20px;
    margin-top: 6px;
  }
}
@media screen and (min-width: 960px) {
  .top-fv__news {
    margin-top: min(1.171875vw, 15px);
  }
}

.top-fv__news-link {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.06em;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px 22px;
}
@media screen and (min-width: 960px) {
  .top-fv__news-link {
    font-size: min(1.015625vw, 13px);
    width: min(62.1875vw, 796px);
  }
}

.top-fv__news-link span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (hover: hover) {
  .top-fv__pickup:hover {
    opacity: 1;
  }
  .top-fv__pickup:hover .top-fv__pickup-image img {
    transform: scale(1.2);
  }
}
@media (hover: hover) {
  .top-fv__next:hover,
  .top-fv__prev:hover {
    cursor: pointer;
    background-color: #000;
  }
  .top-fv__slide:hover {
    opacity: 1;
  }
  .top-fv__slide:hover .top-fv__slide-image img {
    transform: scale(1.15);
  }
  .top-fv__slide:hover .top-fv__slide-content {
    opacity: 0.7;
  }
}
.top-pickup {
  position: relative;
  background-image: url(../img/01_top/pickup-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 34px;
  padding-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .top-pickup {
    aspect-ratio: 1280/625;
    background-size: contain;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: min(3.515625vw, 45px);
    padding-bottom: min(5.9375vw, 76px);
  }
}

.top-pickup__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .top-pickup__inner {
    max-width: 1208px;
  }
}

.top-pickup__inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -49px;
  right: -27px;
  z-index: 0;
  transform: translateY(-50%);
  width: 138px;
  height: 138px;
  background-image: url(../img/01_top/pickup-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .top-pickup__inner:before {
    top: -90px;
    right: -59px;
    width: min(26.640625vw, 341px);
    height: min(26.640625vw, 341px);
  }
}

.top-pickup__heading {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .top-pickup__heading {
    font-size: min(2.734375vw, 35px);
  }
}

.top-pickup__container {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .top-pickup__container {
    display: grid;
    grid-template-columns: min(62.96875vw, 806px) min(23.4375vw, 300px);
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 48px;
  }
}

@media screen and (max-width: 959px) {
  .top-pickup__article-cards {
    gap: 40px 0;
    margin-top: 32px;
  }
}
@media screen and (min-width: 960px) {
  .top-pickup__article-cards {
    display: grid;
    grid-template-columns: repeat(3, min(27.1875vw, 348px));
    justify-content: space-between;
    margin-top: min(2.109375vw, 27px);
  }
}

.top-pickup__article-card {
  position: relative;
}
@media screen and (min-width: 960px) {
  .top-pickup__article-card {
    max-height: 423px;
  }
}

@media screen and (max-width: 959px) {
  .top-pickup__sidebar {
    margin-top: 64px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .top-pickup__sidebar {
    margin-top: -38px;
  }
}

.top-pickup__pagination {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .top-pickup__pagination {
    margin-top: 125px;
  }
}

@media screen and (max-width: 959px) {
  .top-pickup__swiper {
    padding: 0 20px;
  }
}

.top-pickup__prev,
.top-pickup__next {
  display: inline-block;
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #000;
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ED1C24;
  transition: all 0.3s;
  background-image: url(../img/00_common/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 58% 50%;
  background-size: 12px 12px;
  width: 34px;
  height: 34px;
  background-color: #fff;
  background-image: url(../img/00_common/arrow-right-red.svg);
}
@media screen and (min-width: 960px) {
  .top-pickup__prev,
  .top-pickup__next {
    display: none !important;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #ED1C24;
    transition: all 0.3s;
    background-image: url(../img/00_common/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 58% 50%;
    background-size: min(1.171875vw, 15px) min(1.953125vw, 25px);
    width: min(3.90625vw, 50px);
    height: min(3.90625vw, 50px);
  }
}

.top-pickup__prev {
  transform: translateY(-50%) scaleX(-1);
  left: 0px;
}
@media screen and (min-width: 960px) {
  .top-pickup__prev {
    left: 28px;
  }
}

.top-pickup__next {
  right: 0px;
}
@media screen and (min-width: 960px) {
  .top-pickup__next {
    right: 28px;
  }
}

.contact-form {
  position: relative;
}
@media screen and (min-width: 960px) {
  .contact-form {
    margin-top: 50px;
  }
}

.contact-form__progress-tracker {
  display: grid;
  grid-template-columns: repeat(3, 90px);
  grid-template-rows: 90px;
  justify-content: space-between;
  position: relative;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .contact-form__progress-tracker {
    grid-template-columns: repeat(3, min(20vw, 216px));
    grid-template-rows: min(20vw, 216px);
    margin-top: 40px;
  }
}

.contact-form__progress-tracker:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #ACACAC;
}

.contact-form__progress-tracker-item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background-color: #F1F2F4;
  border: 1px solid #ACACAC;
  border-radius: 50%;
}

.mw_wp_form_input .contact-form__progress-tracker-item:nth-child(1),
.mw_wp_form_confirm .contact-form__progress-tracker-item:nth-child(2),
.contact-form__progress-tracker-item.is-active {
  color: #fff;
  background-color: #ED1C24;
  border: 1px solid #ED1C24;
}

.contact-form__progress-tracker-item span {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: inherit;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .contact-form__progress-tracker-item span {
    font-size: 22px;
    margin-top: 5px;
  }
}

.contact-form__progress-tracker-item span:before {
  content: attr(number);
  display: inline-block;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 500;
  color: inherit;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .contact-form__progress-tracker-item span:before {
    top: -40px;
    font-size: 18px;
  }
}

.contact-form__field {
  margin-top: 36px;
}
@media screen and (min-width: 960px) {
  .contact-form__field {
    margin-top: 36px;
  }
}

.contact-form__label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .contact-form__label {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.contact-form__label--required span {
  display: inline-block;
  position: relative;
}

.contact-form__label--required span::before {
  content: "【 必須 】";
  display: inline-block;
  position: absolute;
  top: 2px;
  right: -74px;
  font-size: 14px;
  font-weight: 700;
  color: #E10012;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-family: "Lato", sans-serif;
}

.contact-form__input {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  border: 1px solid #ACACAC;
  padding-left: 12px;
  margin-top: -3px;
}
@media screen and (min-width: 960px) {
  .contact-form__input {
    padding-left: 24px;
    margin-top: -2px;
  }
}

.contact-form__field--type {
  margin-top: 58px;
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .contact-form__field--type {
    margin-top: 80px;
    margin-bottom: 70px;
  }
}

.contact-form__check-group {
  position: relative;
}
@media screen and (min-width: 960px) {
  .contact-form__check-group {
    margin-top: 35px;
  }
}
@media screen and (max-width: 360px) {
  .contact-form__check-group {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 959px) {
  .contact-form__check-group .type .contact-form__check-input {
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px min(6.4vw, 24px);
    margin-top: 32px;
  }
}
@media screen and (max-width: 360px) {
  .contact-form__check-group .type .contact-form__check-input {
    grid-template-columns: 1fr;
  }
}

.contact-form__check-group span.wpcf7-list-item {
  display: block;
}
@media screen and (max-width: 959px) {
  .contact-form__check-group span.wpcf7-list-item {
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .contact-form__check-group span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    margin-right: 34px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 959px) {
  .contact-form__check-group span.mwform-checkbox-field.horizontal-item:nth-of-type(7) {
    display: inline-block;
  }
}
@media screen and (min-width: 960px) {
  .contact-form__check-group span.mwform-checkbox-field.horizontal-item:nth-of-type(7) {
    transform: translateY(-9px);
  }
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}

.contact-form__check-group label {
  display: inline-block;
  position: relative;
  font-size: 13px !important;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  white-space: nowrap;
  padding-left: min(8.5333333333vw, 32px);
}
@media screen and (min-width: 960px) {
  .contact-form__check-group label {
    font-size: 18px !important;
    padding-left: 57px;
  }
}

.contact-form__check-group label:hover {
  cursor: pointer;
}

.contact-form__check-input input + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ACACAC;
  transition: all 0.12s, border-color 0.08s;
}
@media screen and (min-width: 960px) {
  .contact-form__check-input input + span::before {
    width: 33px;
    height: 33px;
  }
}

.contact-form__check-input input:checked + span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 7px;
  width: 5px;
  height: 13px;
  transform: rotate(45deg);
  border-bottom: 3px solid #ED1C24;
  border-right: 3px solid #ED1C24;
  vertical-align: middle;
  transition: all 0.12s, border-color 0.08s;
}
@media screen and (min-width: 960px) {
  .contact-form__check-input input:checked + span::after {
    top: 1px;
    left: 12px;
    width: 8px;
    height: 18px;
    border-bottom: 4px solid #ED1C24;
    border-right: 4px solid #ED1C24;
  }
}

@media screen and (max-width: 959px) {
  .agree .contact-form__check-input input:checked + span::after {
    top: 2px;
  }
}

.contact-form__check-group span.error {
  position: absolute;
  bottom: -27px;
}
@media screen and (min-width: 960px) {
  .contact-form__check-group span.error {
    bottom: -25px;
  }
}

@media screen and (max-width: 959px) {
  .contact-form__field--agree {
    margin-top: 125px;
  }
}

.contact-form__field--agree .contact-form__check-group span.error {
  left: 50%;
  transform: translateX(-50%);
}

.contact-form__check-group span.error + .contact-form__other {
  transform: translateY(0px);
}

.wpcf7-form span.wpcf7-not-valid-tip {
  margin-top: 10px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 12px;
  }
}

.contact-form__input--inquiry {
  resize: vertical;
  height: 200px;
  padding: 10px 10px 10px 12px;
}
@media screen and (min-width: 960px) {
  .contact-form__input--inquiry {
    height: 200px;
    padding: 20px 20px 20px 24px;
  }
}

.contact-form__field--agree .contact-form__check-group {
  text-align: center;
  margin-top: 44px;
}
@media screen and (max-width: 959px) {
  .contact-form__field--agree .contact-form__check-group {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .contact-form__field--agree .contact-form__check-group {
    margin-top: 44px;
    margin-left: min(2.5vw, 32px);
  }
}

.contact-form__field--agree .contact-form__check-group label {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 959px) {
  .contact-form__field--agree .contact-form__check-group label {
    padding-left: 40px;
  }
}

.contact-form__field--agree .contact-form__check-group label:after {
  content: "*";
  display: inline-block;
  position: absolute;
  top: -1px;
  right: -12px;
  font-size: 18px;
  font-weight: 500;
  color: #E16517;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 959px) {
  .contact-form__field--agree .contact-form__check-input + span::before {
    width: 33px;
    height: 33px;
  }
}

@media screen and (max-width: 959px) {
  .contact-form__field--agree .contact-form__check-input + span::after {
    top: -1px;
    left: 12px;
    width: 8px;
    height: 18px;
    border-bottom: 4px solid #ED1C24;
    border-right: 4px solid #ED1C24;
  }
}

@media screen and (max-width: 959px) {
  .contact-form__field--agree .wpcf7-list-item-label {
    font-size: 16px !important;
  }
}

.contact-form__field--agree .wpcf7-list-item-label a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-form__optional {
  display: inline-block;
  position: absolute;
  bottom: 250px;
  right: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .contact-form__optional {
    bottom: 291px;
    font-size: 16px;
  }
}

.contact-form__optional:after {
  content: "*";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -12px;
  font-size: 18px;
  font-weight: 500;
  color: #E16517;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Lato", sans-serif;
}

.contact-form__submit {
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .contact-form__submit {
    margin-top: 34px;
  }
}

.contact-form__button {
  display: inline-block;
  position: relative;
  border-radius: 78px;
  overflow: hidden;
  height: 80px;
  width: min(100%, 335px);
}
@media screen and (min-width: 960px) {
  .contact-form__button {
    height: 61px;
    width: min(100%, 340px);
  }
}

@media (hover: hover) {
  .contact-form__button:hover {
    color: #fff;
    background-color: #000;
    opacity: 1;
  }
}
.contact-form__button input,
.contact-form__button a {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ED1C24;
  border: none;
}
@media screen and (min-width: 960px) {
  .contact-form__button input,
  .contact-form__button a {
    font-size: 16px;
  }
}

.contact-form__button.--thanks {
  height: 80px;
  width: min(100%, 335px);
}

.contact-form__submit p {
  display: inline !important;
}

.contact-form__agree {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .contact-form__agree {
    margin-top: 20px;
  }
}

.contact-form__agree a {
  color: #ED1C24;
  text-decoration: underline;
  text-underline-offset: 3px;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

div.wpcf7-response-output {
  display: none !important;
}

.contact {
  position: relative;
  overflow: hidden;
  padding-top: 18px;
  padding-bottom: 0px;
}
@media screen and (min-width: 960px) {
  .contact {
    padding-top: 18px;
    padding-bottom: 0px;
  }
}

.contact__section-title-en {
  text-transform: none;
}
@media screen and (min-width: 960px) {
  .contact__section-title-en {
    font-size: 77px;
  }
}

.contact__section-title-ja {
  text-transform: none;
}
@media screen and (min-width: 960px) {
  .contact__section-title-ja {
    font-size: 24px;
  }
}

.contact__content-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .contact__content-wrapper {
    max-width: 730px;
  }
}

.contact__text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .contact__text {
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0em;
    margin-top: 42px;
  }
}

.contact--thanks {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .contact--thanks {
    padding-bottom: 216px;
  }
}

.contact__thanks-text {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .contact__thanks-text {
    margin-top: 75px;
  }
}

.contact__thanks-text p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 10px;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .contact__thanks-text p {
    font-size: 18px;
    margin-top: 40px;
  }
}

.contact__return-button {
  width: 100%;
  height: 92px;
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .contact__return-button {
    height: 167px;
    font-size: 18px;
  }
}

.contact__return-button:after {
  content: none;
}