@charset "UTF-8";

/* ==========================================================================
   Sections
========================================================================== */
.section {
  margin-top: 7em;
  margin-bottom: 7em;
}
.section-padding {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}
.content {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

@media (min-width: 992px) {
  .section {
    margin-top: 10em;
    margin-bottom: 10em;
  }
  .section-padding {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .content {
    margin-top: 5em;
    margin-bottom: 5em;
  }
}


.row.gutters_S {
  margin-right: -12px;
  margin-left: -12px;
}
.row.gutters_S > [class*="col-"],
.row.gutters_S > .col {
  padding-right: 12px;
  padding-left: 12px;
}

@media (max-width: 575px) {
  .sp-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: calc(930px + 60px);
    padding-right: 30px;
    padding-left: 30px;
  }
  .row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .row > [class*="col-"],
  .row > .col {
    padding-right: 30px;
    padding-left: 30px;
  }

  .row.gutters_S {
    margin-right: -25px;
    margin-left: -25px;
  }
  .row.gutters_S > [class*="col-"],
  .row.gutters_S > .col {
    padding-right: 25px;
    padding-left: 25px;
  }

  .row.gutters_L {
    margin-right: -40px;
    margin-left: -40px;
  }
  .row.gutters_L > [class*="col-"],
  .row.gutters_L > .col {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: calc(1100px + 60px);
  }
  .container.container_M {
    max-width: calc(930px + 60px);
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: calc(1280px + 60px);
  }
  .container.container_M {
    max-width: calc(1100px + 60px);
  }
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*="col-"],
.row.no-gutters > .col {
  padding-right: 0;
  padding-left: 0;
}


hr {
  border-color: var(--border1);
}

/* ==========================================================================
   Links
========================================================================== */
a {
  color: inherit;
  text-decoration: none;
  transition: color .2s, background .2s, opacity .2s, transform .2s;
}

/* ==========================================================================
   Image
========================================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
svg.icon {
  fill: currentColor;
}

.thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbnail .no-img {
  width: 100%;
  height: 100%;
  border: .5px solid var(--border1);
  background: var(--dd-gray) url(../img/logo.svg) no-repeat center center / 40%;
}
a .thumbnail {
  overflow: hidden;
}
a .thumbnail img {
  transition: transform .6s;
}
a:hover .thumbnail img {
  transform: scale(1.1);
}

/* ==========================================================================
   Typography
========================================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  position: relative;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

h1, .h1 { font-size: 3em; line-height: 1.5; }
h2, .h2 { font-size: 3em; line-height: 1.5; }
h3, .h3 { font-size: 2.25em; line-height: 1.6; }
h4, .h4 { font-size: 1.5em; line-height: 1.75; }
h5, .h5 { font-size: 1.25em; line-height: 1.75; }
h6, .h6 { font-size: 1em; }
@media (min-width: 992px) {
  h1, .h1 { font-size: 3.5em; }
  h2, .h2 { font-size: 3.333em; }
  h3, .h3 { font-size: 2.5em; }
  h4, .h4 { font-size: 1.75em; }
  h5, .h5 { font-size: 1.375em; }
  h6, .h6 { font-size: 1em; }

  .fs-14 { font-size: .933em; }
  .fs-13 { font-size: .867em; }
}

small, .small { font-size: .8em; }

p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}


.font1,
.en_ttl {
  font-family: var(--font1);
}
.font2 {
  font-family: var(--font2);
}
.font-d {
  font-family: var(--font-d);
}
span.font-d {
  font-size: 120%;
}

.fw-400,
.text-normal { font-weight: 400 !important; }
.fw-500,
.text-medium { font-weight: 500 !important; }
.fw-600,
.text-semibold { font-weight: 600 !important; }
.fw-700,
.text-bold { font-weight: 700 !important; }
.text-italic { font-style: italic; }
.text-justify { text-align: justify; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }


@media (min-width: 576px) {
  .text-sm-left { text-align: left !important; }
  .text-sm-right { text-align: right !important; }
  .text-sm-center { text-align: center !important; }
}
@media (min-width: 768px) {
  .text-md-left { text-align: left !important; }
  .text-md-right { text-align: right !important; }
  .text-md-center { text-align: center !important; }
}
@media (min-width: 992px) {
  .text-lg-left { text-align: left !important; }
  .text-lg-right { text-align: right !important; }
  .text-lg-center { text-align: center !important; }
}
@media (min-width: 1200px) {
  .text-xl-left { text-align: left !important; }
  .text-xl-right { text-align: right !important; }
  .text-xl-center { text-align: center !important; }
}

/* ==========================================================================
   Button
========================================================================== */
.btn {
  display: inline-block;
  width: min(18em, 100%);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1em;
  background: var(--color1);
  color: var(--white);
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  text-decoration: none!important;
  transition: background .2s;
}
.btn:hover {
  background: var(--color1-d);
}
.btn.prev {
  background: transparent;
  border-color: var(--color1);
  color: var(--color1);
}

.btn:disabled {
  background: var(--gray);
  color: var(--d-gray);
  cursor: default;
}

.btn_S {
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: .875em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  padding: .5em 1.5em .5em 0;
  color: var(--white);
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  text-decoration: none!important;
  transition: border-bottom .2s;
}
.btn_S:hover {
  border-bottom-color: var(--color1);
}
.btn_S::before {
  content: '';
  display: block;
  width: .5em;
  height: .5em;
  border-right: 2px solid var(--color1);
  border-top: 2px solid var(--color1);
  position: absolute;
  bottom: 50%;
  right: .3em;
  transform: translateY(55%) rotate(45deg);
}
.btn_S:has(svg) {
  padding-right: 2em;
}
.btn_S:has(svg)::before {
  display: none;
}
.btn_S svg {
  fill: var(--color1);
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.btn_S img {
  display: inline-block;
  width: auto;
  height: 1.75em;
  object-fit: contain;
}

/* ==========================================================================
   Page header
========================================================================== */
.section__header {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.section__header .ttl {
  display: block;
  line-height: 1.5;
  padding-left: 2em;
  margin-bottom: .35em;
  position: relative;
  order: -1;
}
.section__header .ttl::before {
  content: '';
  display: block;
  width: 1.125em;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: .75em;
  left: .125em;
}
.section__header .en_ttl {
  display: block;
  line-height: 1.125;
  color: var(--color1);
}


.page__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}
.page__header .cover {
  height: 40vw;
  max-height: 21em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.page__header .cover::before {
  content: '';
  display: block;
  background: #191716;
  background: linear-gradient(0deg, #191716 0%, #898989 40%);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
}
.page__header .cover + .container {
  margin-top: -1.8em;
  position: relative;
  z-index: 2;
}
.page__header .en_ttl {
  color: var(--color1);
  line-height: 1.25;
}
.page__header .ttl {
  display: block;
  padding: .25em 0;
  font-size: 1.143em;
  line-height: 1.5;
}

.page__header a {
  text-decoration: none; }
.page__header .ttl + p {
  margin: 3rem 0 1rem; }
p.description {
  line-height: 2;
}
.byline {
  color: #A0A0A0;
  margin: 0; }


@media (min-width: 992px) {
  .page__header .cover + .container {
    margin-top: -2.85em;
  }
  .page__header .en_ttl {
    font-size: 4.666em;
  }
  .page__header .ttl {
    font-size: 1.333em;
  }
}



.page__header_S .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}
.page__header_S .en_ttl {
  color: var(--color1);
  line-height: 1;
}
.page__header_S .ttl {
  order: -1;
  display: block;
  font-size: 1.071em;
  line-height: 1.5;
  margin-bottom: .5em;
  padding-left: 2em;
  position: relative;
}
.page__header_S .ttl::before {
  content: '';
  display: block;
  width: 1.125em;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: .75em;
  left: .125em;
}
@media (min-width: 992px) {
  .page__header_S .ttl {
    font-size: 1.2em;
  }
}


/* ==========================================================================
   Table
========================================================================== */
.outline {
  display: table;
  width: 100%;
  border-top: 1px solid var(--border1);
}
.outline dl {
  display: table-row;
}
.outline dl dt {
  display: table-cell;
  text-align: left;
  font-weight: 700;
  font-size: 1.143em;
  white-space: nowrap;
}
.outline dl dd {
  display: table-cell;
  font-size: 1.071em;
  letter-spacing: 0;
  border-bottom: 1px solid var(--border1);
}
.outline dl dd > *:not(:last-child) {
  margin-bottom: .5em;
}
.outline dl dd ul {
  padding-left: 1.25em;
}
@media (max-width: 767px) {
  .outline dl dt {
    display: block;
    padding: 2rem 0 .75rem;
  }
  .outline dl dd {
    display: block;
    padding: 0 0 2rem;
  }
}
@media (min-width: 768px) {
  .outline dl dt {
    padding: 2rem 3rem 2rem 0;
    border-bottom: 1px solid var(--border1);
  }
  .outline dl dd {
    padding: 2rem 0 2.125rem;
  }
}
@media (min-width: 992px) {
  .outline dl dt {
    font-size: 1.067em;
    padding: 3rem 3rem 3rem 0;
  }
  .outline dl dd {
    font-size: 1.067em;
    padding: 3rem 0;
  }
}


/* ==========================================================================
   Flow List
========================================================================== */
.flow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow ol {
  padding: 0;
  list-style-type: none;
  position: relative;
}
.flow ol::before {
  content: "";
  width: 15px;
  height: 100%;
  background: var(--border1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.flow ol > li {
  line-height: 1.75;
  position: relative;
}
.flow ol > li:not(:last-child) {
  margin-bottom: 2rem;
}
.flow ol > li dl {
  padding-left: 70px;
  position: relative;
}
.flow ol> li dl::before,
.flow ol > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
}
.flow ol> li dl:has(.h4)::before,
.flow ol > li dl:has(.h4)::after {
  top: 1.25rem;
}
.flow ol > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: var(--color1);
  border-radius: 50%;
  left: 4px;
  z-index: 2;
}
.flow ol > li dl::after {
  width: 50px;
  border-bottom: 1px dashed currentColor;
  position: absolute;
  left: 7px;
}
.flow ol > li dl dt {
  color: var(--color1);
  margin-bottom: .25rem;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .flow ol> li dl::before,
  .flow ol > li dl::after {
    top: 1.25rem;
  }
  .flow ol> li dl:has(.h4)::before,
  .flow ol > li dl:has(.h4)::after {
    top: 1.5rem;
  }
}


/* ==========================================================================
   List
========================================================================== */
ul.row,
ol.row,
.lists {
  list-style-type: none;
}
.lists .list {
  line-height: 1.5;
  letter-spacing: .08em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.lists .list a {
  display: block;
  position: relative;
  padding: 20px 0;
}
.lists .list a .entry__meta {
    display: block;
    font-size: 1rem;
    letter-spacing: .1em;
    margin-right: 30px;
}
.lists .list a .ttl {
    line-height: 1.5;
    font-size: 1.3rem;
}
@media (min-width: 992px) {
  .lists .list a {
      display: flex;
      align-items: center;
  }
}
/* ==========================================================================
   Card
========================================================================== */
.cards {
  list-style-type: none;
}
.cards .card {
  margin-top: 15px;
  margin-bottom: 15px;
}
.card {
  line-height: 1.75;
  position: relative;
}
.card > a:not(.row) {
  display: block;
}
.card .thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 5;
  margin-bottom: 1.25em;
}
.card .thumbnail._3_2 {
  aspect-ratio: 3 / 2;
}
.card .entry__meta {
  font-size: .933em;
}
.card:not(.v-card) .ttl,
.card:not(.v-card) p {
  margin-bottom: .75rem;
}
.card dl {
  font-size: .933em;
  line-height: 1.5;
  margin-top: 1rem;
}
.card dl dt {
  font-weight: 700;
  margin-bottom: .25em;
}
.card dl dd {
  margin-bottom: 1em;
}
.card .more {
  margin-top: .5em;
}


/* ==========================================================================
   select category
========================================================================== */
.select-category.row {
  margin-right: -15px;
  margin-left: -15px;
}
.select-category.row > [class*="col-"], .row > .col {
  padding-right: 15px;
  padding-left: 15px;
}

.select-category li {
  margin-bottom: 15px;
}
.select-category li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 3/1;
  padding: 2em;
  line-height: 1.35;
  position: relative;
}
.select-category li a::before {
  content: '';
  display: block;
  width: 2.8em;
  height: 2.8em;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.327%22%20height%3D%2212.787%22%20viewBox%3D%220%200%209.327%2012.787%22%3E%3Cpath%20d%3D%22M9.3%2C7.544a.432.432%2C0%2C0%2C0-.545-.276A6.57%2C6.57%2C0%2C0%2C0%2C5.1%2C10.024V.432a.432.432%2C0%2C1%2C0-.864%2C0v9.592A6.57%2C6.57%2C0%2C0%2C0%2C.566%2C7.268.432.432%2C0%2C0%2C0%2C.3%2C8.089%2C5.421%2C5.421%2C0%2C0%2C1%2C4.233%2C12.4c0%2C.015.01.028.013.043a.373.373%2C0%2C0%2C0%2C.063.148.385.385%2C0%2C0%2C0%2C.046.059.406.406%2C0%2C0%2C0%2C.066.054.363.363%2C0%2C0%2C0%2C.062.038.4.4%2C0%2C0%2C0%2C.09.027.352.352%2C0%2C0%2C0%2C.048.015l.043%2C0h0l.043%2C0a.352.352%2C0%2C0%2C0%2C.048-.015.4.4%2C0%2C0%2C0%2C.09-.027.363.363%2C0%2C0%2C0%2C.062-.038.406.406%2C0%2C0%2C0%2C.066-.054.475.475%2C0%2C0%2C0%2C.086-.133.4.4%2C0%2C0%2C0%2C.022-.075c0-.015.011-.028.013-.043a5.421%2C5.421%2C0%2C0%2C1%2C3.936-4.31A.431.431%2C0%2C0%2C0%2C9.3%2C7.544%22%20transform%3D%22translate(0.001)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E%0A');
  background-size: 25%;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  z-index: 2;
}
.select-category li a.up-link::before {
  transform: translateY(-50%) rotate(180deg);
}
.select-category li a.page-link::before {
  transform: translateY(-50%) rotate(-90deg);
}
.select-category li a::after {
  content: '';
  display: block;
  width: 2.8em;
  height: 2.8em;
  border-radius: 50%;
  border: 1px solid currentColor;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  z-index: 2;
}
.select-category li a .cover {
  background-position: 50% 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.select-category li a .cover::before {
  content: '';
  display: block;
  background: var(--black);
  opacity: .6;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity .4s;
}
.select-category li a:hover .cover::before {
  opacity: .45;
}
.select-category li a span {
  display: block;
  position: relative;
}
.select-category li a .en_ttl {
  font-size: 1.733em;
}
.select-category li a .ttl {
  font-size: 1.333em;
}
@media (min-width: 576px) {
  .select-category li {
    margin-bottom: 30px;
  }
  .select-category li a {
    aspect-ratio: 9/4;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .select-category li a .ttl {
    font-size: 1em;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .select-category li a .ttl {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .select-category li {
    margin-bottom: 30px;
  }
  .select-category li a {
    aspect-ratio: 9/5;
  }
}
@media (min-width: 1200px) {
  .select-category li {
    margin-bottom: 45px;
  }
}

/* ==========================================================================
   Accordion
========================================================================== */
.acc,
.tb_acc,
.sp_acc {
  position: relative;
}
.acc_btn {
  padding-right: 2em;
  position: static;
}
.acc_btn::before {
  content: '';
  display: block;
  width: .5em;
  height: .5em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  position: absolute;
  bottom: 50%;
  right: .3em;
  transform: translateY(50%) rotate(45deg);
}
.on .acc_btn::before {
  transform: translateY(50%) rotate(-135deg);
}


.acc_list .acc {
  border-bottom: 1px solid var(--border1);
}
.acc_list .acc:first-of-type {
  border-top: 1px solid var(--border1);
}
.acc_list .acc_btn {
  font-size: 1.143em;
  line-height: 1.8;
  padding: 1.5rem 1.5em 1.5rem 2.5rem;
  position: relative;
}
.acc_list .acc_body {
  padding: 0 0 1.5rem 2.5rem;
  position: relative;
}
.acc_list .label {
  color: var(--color1);
  font-size: 2rem;
  font-family: var(--font2);
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 1.5rem;
  left: 0;
}
.acc_list .acc_body .label {
  color: var(--border1);
  top: 0;
}
@media (min-width: 992px) {
  .acc_list .acc {
    padding-left: 1em;
    padding-right: 1em;
  }
  .acc_list .acc_btn {
    font-size: 1.333em;
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .acc_list .acc_body {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .acc_list .label {
    font-size: 2.25rem;
    top: 1.75rem;
  }
}


/* ==========================================================================
   Colors
========================================================================== */
.red { color: var(--red); }
.color1 { color: var(--color1); }





/* ==========================================================================
   WP Post
========================================================================== */
@media (min-width: 992px) {
  .container-entry {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .container.container-entry {
    max-width: 840px;
  }
}

.page-thumbnail {
  aspect-ratio: 110 / 47;
}
.page-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .page-thumbnail {
    aspect-ratio: 3/2;
    margin-right: -15px;
    margin-left: -15px;
  }
}


.article__header + .thumbnail img {
  min-width: 100%;
}
.article__header .entry__meta {
  margin: 0 0 1.5em;
}
.article__header .entry-title + .entry__meta {
  margin: 1em 0 .5em;
}


.article__header p.price {
  font-size: .933em;
  line-height: 1.75;
  white-space: nowrap;
}
.article__header p.price .num {
  font-size: 1.538em;
}
.article__header p.price .tax {
}

@media (max-width: 767px) {
  .article__header.row .entry-title {
    border-bottom: 1px solid currentColor;
    padding-bottom: .75em;
    margin-bottom: 1em;
  }
  .article__header.row .price {
    margin-bottom: 1.75em;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .article__header.row .excerpt {
    border-top: 1px solid var(--border1);
    padding-top: 1.5em;
    margin-top: 1em;
  }
}
@media (min-width: 1200px) {
  .article__header.row .price .unit {
    display: block;
  }
  .article__header.row > *:not(:last-child) {
    border-right: 1px solid var(--border1);
  }
}



.article__footer {
  margin: 6em 0 0;
}

.entry__meta {
  display: flex;
  align-items: center;
  margin-bottom: .75em;
}
.entry__meta time {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  margin-right: 1.75em;
}
.entry__meta .cat {
  line-height: 1;
}
.entry__meta .cat span {
  display: inline-block;
  min-width: 6.75em;
  text-align: center;
  padding: .5em .75em;
  background: var(--color1);
  color: var(--white);
  font-weight: 700;
  font-size: .786em;
  margin: .25em .5em .25em 0;
}
.entry__meta .cat span:last-child {
  margin-right: 0;
}


/* entry__content */
.entry__content {
  letter-spacing: 0;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}

.entry__content a {
  text-decoration: underline;
}

.entry__content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #8da0b6;
  font-style: italic;
  color: #abb1b5;
}

.entry__content dl {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.entry__content dt {
  font-feature-settings: "palt";
  background-color: #1a1a1a;
  font-weight: 700;
  font-size: 1.125em;
  margin-bottom: .75em;
  padding: .5em .75em;
}
.entry__content dd {
  margin-left: 0;
  margin-bottom: 1em;
  padding: 0 1em;
}
.entry__content dd + dt {
  margin-top: 1em;
}

.entry__content figure {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.entry__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.entry__content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 15px;
  border-radius: 3px;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
  
.entry__content .video{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.entry__content .video iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.entry__content table {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 3rem;
  line-height: 1.5;
}
.entry__content table th {
  background-color: var(--gray2);
  border: 1px solid var(--border1);
  padding: .5em;
  font-weight: 400;
}
.entry__content table tbody th {
  text-align: left;
}
.entry__content table td {
  border: 1px solid var(--border1);
  padding: .5em;
}
.entry__content .scroll-table {
  overflow-x: auto;
  margin-bottom: 3rem;
}
.entry__content .scroll-table table {
  margin-bottom: 1rem;
}
.entry__content .scroll-table table tbody th {
  white-space: nowrap;
}

.entry__content ul,
.entry__content ol {
  margin-left: 0;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.entry__content ol ol,
.entry__content ul ul,
.entry__content ol ul,
.entry__content ul ol {
  margin-top: .5em;
  margin-bottom: .5em;
}
.entry__content ol li,
.entry__content ul li  {
  margin-top: .25em;
  margin-bottom: .25em;
}

.entry__content ol li {
  list-style-type: none;
  padding-left: 1.5em;
  counter-increment: cnt;
  position: relative;
}
.entry__content ol li::before {
  content: counter(cnt)".";
  position: absolute;
  left: 0;
}
.entry__content ol li ol li {
  padding-left: 2em;
}
.entry__content ol li ol li::before {
  content: "("counter(cnt)")";
}
.entry__content ol li ol li ol {
  margin-left: 2em;
}
.entry__content ol li ol li ol li,
.entry__content .list-katakana-iroha li {
  list-style-type: katakana-iroha;
  padding-left: 1em;
  text-indent: -1em;
}
.entry__content ol li ol li ol li::before,
.entry__content .list-katakana-iroha li::before {
  display: none;
}


.entry__content p  {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.entry__content h1 {
  font-size: 1.5em;
  line-height: 1.7;
  margin: 1.25em 0 .75em;
}
.entry__content h2 {
  font-size: 1.5em;
  line-height: 1.7;
  margin: 1.25em 0 .75em;
}
.entry__content h3 {
  font-size: 1.4em;
  line-height: 1.8;
  margin: 1.25em 0 .75em;
}
.entry__content h4 {
  font-size: 1.3em;
  line-height: 2;
  margin: 1.25em 0 1em;
}
.entry__content h5 {
  font-size: 1.2em;
  line-height: 2;
  margin: 1.25em 0 1em;
}
.entry__content h6 {
  font-size: 1em;
  line-height: 2;
  margin: 1.25em 0 1em;
}

.entry__content > .section > h2:first-child {
  margin-top: 0;
}


/* tags */
.tags {
  margin: .75em 0 0;
}
.tags span {
  display: inline-block;
  font-size: .923rem;
  margin-right: .75em;
}
.tags a {  
  text-decoration: none;
}

/* not found */
#post-not-found {
  text-align: center;
  margin: 0 auto;
  padding: 1em 0;
}

/* Gutenberg Block styles*/
.has-red-color                              {color: #e8383d !important;}
.has-red-background-color        {background-color: #e8383d !important;}

.has-pink-color                             {color: #d83473 !important;}
.has-pink-background-color       {background-color: #d83473 !important;}

.has-purple-color                           {color: #915da3 !important;}
.has-purple-background-color     {background-color: #915da3 !important;}
 
.has-blue-color                             {color: #006eb0 !important;}
.has-blue-background-color       {background-color: #006eb0 !important;}

.has-light-blue-color                       {color: #409ecc !important;}
.has-light-blue-background-color {background-color: #409ecc !important;}

.has-green-color                            {color: #009854 !important;}
.has-green-background-color      {background-color: #009854 !important;}

.has-yellow-color                           {color: #ffdc00 !important;}
.has-yellow-background-color     {background-color: #ffdc00 !important;}
 
.has-dark-gray-color                        {color: #444444 !important;}
.has-dark-gray-background-color  {background-color: #444444 !important;}
 
.has-gray-color                             {color: #777777 !important;}
.has-gray-background-color       {background-color: #777777 !important;}

.has-light-gray-color                       {color: #cccccc !important;}
.has-light-gray-background-color {background-color: #cccccc !important;}

.has-white-color                            {color: #ffffff !important;}
.has-white-background-color      {background-color: #ffffff !important;}

.has-x-small-font-size {font-size: 10px;}
.has-small-font-size   {font-size: 12px;}
.has-regular-font-size {font-size: 14px;}
.has-large-font-size   {font-size: 21px;}
.has-x-large-font-size {font-size: 28px;}
.has-huge-font-size    {font-size: 35px;}

.entry__content .alignfull,
.entry__content .alignwide {
  width: 100vw;
  margin-left: calc(((100vw - 100%)/2)*-1);
}
@media (min-width: 576px) {
  .entry__content .alignwide {
    width: calc(100% + (100vw - 100%)/2);
    margin-left: calc(((100vw - 100%)/4)*-1);
  }
}
.entry__content .alignfull > img,
.entry__content .alignwide > img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  min-width: 100%;
}
@media (min-width: 576px) {
  .entry__content .excerpt {
    margin-right: -1.25em;
    margin-left: -1.25em;
  }
}

.entry__content .wp-block-separator {
  margin-top: 3em;
  margin-bottom: 3em;
}
.entry__content .wp-block-buttons {
  margin: 3em -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.entry__content .wp-block-buttons.aligncenter {
  justify-content: center;
}
.entry__content .wp-block-buttons.alignright {
  justify-content: flex-end;
}
.entry__content .wp-block-buttons .wp-block-button,
.entry__content .wp-block-buttons .wp-block-button:last-child {
  margin-right: 0;
  margin-left: 0;
  padding: 0 15px;
  width: 100%;
}
.entry__content .wp-block-button__link {
  width: 100%;
  padding: 1.5em 3em;
  display: inline-block;
  text-align: center;
  font-size: 1em;
  letter-spacing: .1em;
  line-height: 1.54em;
  border-radius: 0;
}
.entry__content .is-style-fill .wp-block-button__link {
  background-color: #111;
  color: #FFF;
  border: 1px solid transparent;
}
.entry__content .is-style-outline .wp-block-button__link,
.entry__content .wp-block-button__link.is-style-outline {
  background-color: transparent;
  color: #111;
  border: 1px solid currentColor;
}
@media (min-width: 768px){
  .entry__content .wp-block-buttons .wp-block-button,
  .entry__content .wp-block-buttons .wp-block-button:last-child {
      width: 50%;
      min-width: 300px;
  }
  .entry__content .wp-block-buttons .wp-block-button:first-child:last-child {
      width: 100%;
  }
}

.entry__content .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.entry__content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(0,0,0,0.05);
}

/* ==========================================================================
   Pagination - Archive
========================================================================== */
.pagination {
  margin: 2em 0 0;
  padding: 0 15px;
  text-align: center; }
@media (min-width: 576px){
  .pagination { padding: 0; }
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 0; }
.pagination li {
  padding-top: 5px;
  padding-bottom: 5px; }
.pagination li .page-numbers {
  margin: 0;
  text-decoration: none;
  background: var(--color1);
  padding: .75em 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  min-width: 1em;
  display: block; }
.pagination li .page-numbers:not(.current) {
  background: transparent; }
.pagination li .page-numbers:not(.current):not(.back):not(.next):not(.prev):hover,
.pagination li .page-numbers:not(.current):not(.back):not(.next):not(.prev):focus {
  background: var(--border1); }
.pagination li .page-numbers.current {
  cursor: default; }
.pagination li .page-numbers.next,
.pagination li .page-numbers.prev {
  font-family: var(--font1);
  font-size: 1.429em; }
@media (min-width: 992px) {
  .pagination li .page-numbers.next,
  .pagination li .page-numbers.prev {
    font-size: 1.333em; }
}


.archive .pagination li .page-numbers {
  width: 2.75em;
  height: 2.75em;
  line-height: calc(2.75em - 2px);
  border-radius: 50%;
  font-size: 1em !important;
  padding: 0;
}
.archive .pagination li .page-numbers:not(.next):not(.prev) {
  border: 1px solid var(--border1);
}
.archive .pagination li .page-numbers.current {
  border-color: var(--color1) !important;
}
.archive .pagination li .page-numbers.next,
.archive .pagination li .page-numbers.prev {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2024.8%2018.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22m0%200h24.8v18.1h-24.8z%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22m14.6%200c-.4.1-.7.6-.5%201.1.9%202.9%202.8%205.5%205.3%207.1h-18.6c-.4%200-.8.4-.8.8s.4.8.8.8h18.6c-2.6%201.6-4.5%204.2-5.3%207.1-.1.4%200%20.9.5%201.1s.9%200%201.1-.5c2.3-6.9%208.1-7.6%208.4-7.6.1%200%20.2%200%20.3-.1h.1s0%200%20.1-.1c0%200%200%200%200-.1%200%200%200-.1%200-.2s0-.1%200-.2c0%200%200%200%200-.1%200%200%200%200-.1-.1%200%200-.2-.1-.3-.2%200%200%200%200-.1%200-.2%200-6.1-.7-8.4-7.6-.1-.4-.6-.7-1.1-.5%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
  background-size: 1em;
}
.archive .pagination li .page-numbers.prev {
  transform: rotate(180deg);
}


.pagination li .page-numbers.btn::before {
  top: 50%;
  width: calc(100% - 4em - 39px/2);
}
.pagination li .page-numbers.btn::after {
  top: 50%;
  width: calc((100% - 4em - 39px/2)*0.4);
}
.pagination li .page-numbers.btn > span {
  padding: 0;
}
.pagination li .page-numbers.btn > span::before {
  top: 50%;
  width: 39px;
  height: 39px;
}
.pagination li .page-numbers.btn > span::after {
  top: 50%;
  right: calc(39px/2);
}
.pagination li .page-numbers.btn:hover::after {
  width: calc(100% - 4em - 39px/2);
}


.pagination li .page-numbers.btn.prev::before,
.pagination li .page-numbers.btn.prev::after {
  right: 4em;
}
.pagination li .page-numbers.btn.prev > span::after {
  left: calc(39px/2);
}

.pagination li .page-numbers.btn.next::before,
.pagination li .page-numbers.btn.next::after {
  left: 4em;
}


/* ==========================================================================
   Pagination - Single
========================================================================== */
.paginav li a:not(.btn) {
  display: inline-block;
  margin: 1em 0;
}

/* ==========================================================================
   Form
========================================================================== */
.form-box {
  text-align: left;
  border-top: 1px solid var(--white);
  padding-top: 3rem;
}
.form-box h4 {
  line-height: 1;
  margin-bottom: 3rem;
  display: flex;
  gap: .5em;
}
.form-box h4::before {
  content: '';
  display: block;
  width: 6px;
  height: 1.2em;
  background: var(--color1);
}
.form-box .form-group {
  border-bottom: 1px solid var(--white);
  margin-bottom: 3rem;
}
.form-box .form-group dt {
  font-size: 1.067em;
  font-weight: 700;
  padding-bottom: .5rem;
}
.form-box .form-group dd {
  padding-bottom: 2rem;
}
.form-box .form-group dl:last-child dd {
  padding-bottom: 4rem;
}
.form-box .req {
  display: inline-block;
  color: var(--red);
  margin-left: .5em;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1;
}
.form-box .form-field {
  width: 100%;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  background-color: rgba(255,255,255,0.75);
  color: var(--black);
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  font-size: max(16px,1em);
  max-width: 100%;
  transition: background 0.2s ease-out;
}
input:not([type="submit"]):not([type="button"]):focus,
textarea:focus, select:focus {
  outline: none;
  background-color: rgba(255,255,255,0.9);
}
textarea {
  width: 100%;
  resize: vertical;
}
label {
  cursor: pointer;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"] {
  width: 100%;
  height: 48px;
  padding: 0 10px;
}
input[type="date"] {
  max-width: 12em;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  background-color: var(--white);
  border: 1px solid var(--border1);
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  color: inherit;
  width: 20px;
  height: 20px;
  margin: 0 .35em 0 0 !important;
  position: relative;
}
input[type="checkbox"]:before {
  position: absolute;
  top: 10%;
  left: 32%;
  transform: rotate(45deg);
  width: 32%;
  height: 64%;
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  content: '';
  transition: border 0.2s ease-out;
}
input[type="checkbox"]:checked:before {
  border-color: var(--black);
}
input[type="radio"] {
  border-radius: 100%!important;
}
input[type="radio"]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: var(--white);
  content: '';
  transform: scale(0.5);
  transition: 0.15s;
}
input[type="radio"]:checked:before {
  background: var(--black);
  transform: scale(1.0);
}
textarea {
  padding: 14px;
  width: 100%;
  height: auto;
}
select {
  width: auto;
  min-width: 12em;
  height: 48px;
  padding: 0 40px 0 10px;
  border-color: transparent;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.9999%2013.1714L16.9497%208.22168L18.3639%209.63589L11.9999%2015.9999L5.63599%209.63589L7.0502%208.22168L11.9999%2013.1714Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 19px;
}
select::-ms-expand {
  display: none;
}

::placeholder {
  color: var(--color2);
}
::-ms-input-placeholder {
  color: var(--color2);
}
:-ms-input-placeholder {
  color: var(--color2);
}



.form-alert {
  background: var(--d-gray);
  padding: 2.5em;
  font-size: .8em;
  margin-top: 1em;
  margin-bottom: 2.5em;
}
.form-alert > *:first-child {
  margin-top: 0 !important;
}
.form-alert a {
  color: inherit;
  text-decoration: underline;
}
.form-scroll-field {
  font-size: .857em;
  border: 1px solid var(--border1);
  padding: 1.5em;
  margin: 2rem 0;
  height: 12rem;
  overflow-y: auto;
}
.form-scroll-field > * {
  font-size: 1em !important;
}
.form-scroll-field > *:first-child {
  margin-top: 0 !important;
}
.form-scroll-field a {
  text-decoration: underline;
}


.form-buttons {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  gap: 1em;
  position: relative;
}
.form-buttons .wpcf7-spinner {
  position: absolute;
  top: 100%;
  margin-top: 24px;
}


@media (max-width: 575px) {
  select:not(.horizontal-item) {
    width: 100%;
  }
  .form-alert {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 768px) {
  .form-group {
    display: table;
    width: 100%;
  }
  .form-group dl {
    display: table-row;
  }
  .form-group dl dt {
    width: 32%;
    display: table-cell;
    vertical-align: top;
  }
  .form-group dl:last-child dt {
    padding-bottom: 4rem;
  }
  .form-group dl dd {
    width: 68%;
    display: table-cell;
    padding-left: 2em;
  }
}



.wpcf7-list-item {
  width: auto !important;
  display: inline-flex;
  margin-left: 0;
}
.wpcf7-list-item + .wpcf7-list-item {
  margin-left: 1.5em;
}


@media (max-width: 767px) {
  body.confirm .form-box .form-group dl:not(:first-child) dt,
  #confirm-step .form-group dl:not(:first-child) dt {
    border-top: 1px solid var(--border1);
    padding-top: 2em;
  }
}
@media (min-width: 768px) {
  body.confirm .form-box .form-group dl dt,
  body.confirm .form-box .form-group dl dd,
  #confirm-step .form-group dl dt,
  #confirm-step .form-group dl dd {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  body.confirm .form-box .form-group dl:not(:first-child) dt,
  body.confirm .form-box .form-group dl:not(:first-child) dd,
  #confirm-step .form-group dl:not(:first-child) dt,
  #confirm-step .form-group dl:not(:first-child) dd {
    border-top: 1px solid var(--border1);
  }
  body.confirm .form-box .form-group dl:last-child dt,
  body.confirm .form-box .form-group dl:last-child dd,
  #confirm-step .form-group dl:last-child dt,
  #confirm-step .form-group dl:last-child dd {
    padding-bottom: 3em;
  }
}


/* 確認モーダル */
/* モーダル背景 */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
/* モーダル本体 */
.modal-content {
  background: var(--white);
  color: var(--black);
  padding: min(5%,2rem);
  line-height: 1.5;
  width: min(90%, 60rem);
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: .25em;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(20px);
  transition: transform 0.4s ease;
}
/* 表示時のクラス */
.modal-overlay.show {
  opacity: 1!important;
  pointer-events: auto!important;
}
.modal-overlay.show .modal-content {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.modal-buttons {
  padding: .25em 0;
  display: flex;
  gap: 4%;
}
.modal-buttons .btn {
  flex-basis: 48%;
}

#confirm-fields {
  margin: 2rem 0;
}
#confirm-fields dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--border2);
  line-height: 1.375;
}
#confirm-fields dl dt {
  flex: 0 0 25%;
  border-bottom: 1px solid var(--border2);
  padding: .5em 0;
}
#confirm-fields dl dd {
  flex: 0 0 75%;
  border-bottom: 1px solid var(--border2);
  padding: .5em 0 .5em 1em;
}



/* 送信中スピナー */
#form-spinner {
  font-size: .9em;
  font-weight: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9999;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#form-spinner.show {
  opacity: 1!important;
  pointer-events: auto!important;
}
.spinner {
  border: 5px solid var(--white);
  border-top: 5px solid var(--border1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}




.form-notes {
  font-size: .75em;
  text-align: center;
  margin-top: 4.5rem;
}
.form-notes a {
  text-decoration: underline;
}


/****************************************************************************
   PRINT STYLE
****************************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

