@charset "UTF-8";
/* ==========================================================================
   Sections
========================================================================== */
.section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.section-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.container-fluid,
.container {
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
}
.row {
  margin-right: calc(var(--grid-gap)*-1);
  margin-left: calc(var(--grid-gap)*-1);
}
.col, [class*="col-"]{
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
}

.row.gap_M {
  margin-right: calc(var(--grid-gapM)*-1);
  margin-left: calc(var(--grid-gapM)*-1);
}
.gap_M .col, .gap_M [class*="col-"] {
  padding-right: var(--grid-gapM);
  padding-left: var(--grid-gapM);
}

.row.gap_S {
  margin-right: calc(var(--grid-gapS)*-1);
  margin-left: calc(var(--grid-gapS)*-1);
}
.gap_S .col, .gap_S [class*="col-"] {
  padding-right: var(--grid-gapS);
  padding-left: var(--grid-gapS);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}


@media (min-width: 992px) {
  .container {
    max-width: 1440px;
  }
  .container.container_S {
    max-width: 1050px;
  }
  .section {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .content {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}


hr {
  border-top: 1px solid var(--border1);
  margin: 1em 0;
}
/* ==========================================================================
   Layout
========================================================================== */
.over-right {
  margin-right: calc(((100vw - 100%)/2)*-1);
}
.over-left {
  margin-left: calc(((100vw - 100%)/2)*-1);
}
@media (max-width: 575px) {
  .sp-full {
    margin-right: calc(((100vw - 100%)/2)*-1);
    margin-left: calc(((100vw - 100%)/2)*-1);
  }
}
/* ==========================================================================
   Links
========================================================================== */
a {
  color: inherit;
  text-decoration: none;
  transition: opacity .2s ease-in-out, color .2s ease-in-out, background .2s ease-in-out;
}
a.link {
  color: var(--color1);
  text-decoration: underline;
}
/* ==========================================================================
   Image
========================================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.fit-img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.ar5_2 {
  aspect-ratio: 5/2;
}
.cover {
  display: block;
  aspect-ratio: 3/2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--l-gray);
}
.bg-l-gray .no-image {
  background-color: var(--l-gray2);
}
.no-image img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  opacity: .5;
  filter: grayscale(1);
}
figcaption {
  font-size: .75rem;
  line-height: 1.8;
  margin-top: 1em;
}
picture {
  display: block;
}


/* ==========================================================================
   Typography
========================================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 800;
  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.8; }
h6, .h6 { font-size: 1.063em; }
@media (min-width: 992px) {
  h1, .h1 { font-size: 3.5em; }
  h2, .h2 { font-size: 3.25em; }
  h3, .h3 { font-size: 2.5em; }
  h4, .h4 { font-size: 1.75em; }
  h5, .h5 { font-size: 1.375em; }
  h6, .h6 { font-size: 1.063em; }

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

small, .small { font-size: .8em; display: inline-block; line-height: 1.5; }

.num { font-size: 1.5em; margin: 0 .1em; }

sup { font-size: .5em; display: inline-block; line-height: 1.5; }
sub { font-size: .5em; display: inline-block; line-height: 1.5; }

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);
}


.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;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  background: var(--color1);
  box-shadow: 0 3px var(--color1_dd);
  color: var(--white);
  border: 0;
  border-radius: 5em;
  padding: 1em 2em;
  min-width: 280px;
  position: relative;
  overflow: hidden;
  transition: .2s;
}
.btn:hover {
  background: var(--color1_d);
  transform: translateY(-4px);
}

.btn._color2 {
  background: var(--color2);
  box-shadow: 0 3px var(--color2_dd);
}
.btn._color2:hover {
  background: var(--color2_d);
}

.btn._black {
  background: var(--d-gray);
  box-shadow: 0 3px var(--black);
}
.btn._black:hover {
  background: var(--dd-gray);
}

.btn._white {
  background: var(--white);
  color: var(--dd-gray);
  box-shadow: 0 3px var(--border1);
}
.btn._white:hover {
  background: var(--white);
}

.buttons.row {
  margin-right: -.5rem;
  margin-left: -.5rem;
  row-gap: .5rem;
}
.buttons.row > div {
  padding-right: .5rem;
  padding-left: .5rem;
}
.buttons.row > div .btn {
  min-width: 100%;
}

/* ==========================================================================
   text animation
========================================================================== */
.txtani {
  line-height: 1.5 !important;
}
.txtani span {
  display: inline-block;
  line-height: inherit;
  padding: 0 .5em .1em;
  margin: .125em 0;
  background: var(--black);
  color: #FFF;
  clip-path: inset(0 100% 0 0);
}
.txtani.show span {
  animation: txtani .3s linear forwards;
}
.txtani.show span:nth-of-type(2) {
  animation-delay: .3s;
}
.txtani.show span:nth-of-type(3) {
  animation-delay: .6s;
}
@keyframes txtani {
  0%   { clip-path: inset(0 100% 0 0); }
  100% { clip-path: inset(0); }
}


/* ==========================================================================
   Badge
========================================================================== */
.badge {
  display: inline-block;
  padding: .5em 1em;
  background: var(--color1);
  color: var(--white);
  font-family: var(--font1);
  line-height: 1;
}
.icon-badge {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400!important;
  background: var(--color1);
  color: var(--white);
}

/* ==========================================================================
   label
========================================================================== */
.label {
  display: block;
  text-align: center;
  padding: .75em .75em;
  background: var(--color1);
  color: var(--white);
  line-height: 1;
}

/* ==========================================================================
   Border
========================================================================== */
.border {
  border: 1px solid var(--border1);
}
.border-y {
  border-top: 1px solid var(--border1);
  border-bottom: 1px solid var(--border1);
}
.border-x {
  border-right: 1px solid var(--border1);
  border-left: 1px solid var(--border1);
}
.border-t {
  border-top: 1px solid var(--border1);
}
.border-r {
  border-right: 1px solid var(--border1);
}
.border-b {
  border-bottom: 1px solid var(--border1);
}
.border-l {
  border-left: 1px solid var(--border1);
}


/* ==========================================================================
   Border radius
========================================================================== */
.br-025 {
  border-radius: .25rem;
}
.br-05 {
  border-radius: .5rem;
}
.br-075 {
  border-radius: .75rem;
}
.br-1 {
  border-radius: 1rem;
}


/* ==========================================================================
   Page header
========================================================================== */
.section__header {
  position: relative;
}
.section__header .ttl {
  display: inline-block;
  font-size: .938rem;
  font-weight: 600;
  line-height: 1.6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section__header .en_ttl {
  line-height: 1;
}
.section__header p {
  margin: 1.75em 0;
}
.section__header .en_ttl + p {
  font-size: .813rem;
  font-weight: 600;
  margin: .5em 0 0;
}
.section__header .en_ttl + .ttl {
  margin: .5rem 0 0;
  padding-left: 3em;
  position: static !important;
  transform: translateY(0);
}
.section__header .ttl::before {
  content: '';
  display: block;
  width: 2em;
  height: 1px;
  background: var(--color1);
  position: absolute;
  top: .75em;
  left: 0;
}

@media (min-width: 576px) {
  .section__header .ttl {
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}


.content__ttl .ttl {
  line-height: 1.5;
}
.content__ttl .en_ttl {
  display: block;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
  margin-top: .5em;
}


.page__header {
  width: 100%;
  padding-top: 80px;
  color: var(--color1);
}
.page__header .container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.page__header .en_ttl {
  display: block;
  font-size: max(10vw, 4.25rem);
  font-weight: 900;
  line-height: .8;
  font-style: italic;
  opacity: .2;
}
.page__header .ttl {
  font-size: min(5vw, 1.75rem);
  font-weight: 800;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: .04em;
  position: absolute;
  left: calc(var(--grid-gap) + 5%);
  top: 50%;
  transform: translateY(-50%);
}
.page__header .ttl::before {
  content: '';
  width: 100vw;
  height: .1em;
  background: currentColor;
  position: absolute;
  top: .45em;
  right: calc(100% + .3em);
}
@media (min-width: 768px) {
  .page__header {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .page__header {
    padding-top: 160px;
  }
  .page__header .en_ttl {
    font-size: min(10vw, 9.5rem);
  }
  .page__header .ttl {
    font-size: min(5vw, 2rem);
  }
}

/* ==========================================================================
   Hero
========================================================================== */
.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 30px;
  position: relative;
}
.hero.overlay::before {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero .hero__inner {
  color: #FFF;
  position: relative;
}
.hero .btn {
  max-width: 300px;
  margin-top: 2rem;
}
.full-screen {
  height: 100vh;
  padding: 0 30px;
}
@media only screen and (min-width: 992px) {
  .hero {
    padding: 90px 60px;
  }
  .full-screen {
    padding: 0 60px;
  }
}
/* ==========================================================================
   Reading box
========================================================================== */
.arrow-label {
  display: block;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.5;
  padding-left: 2em;
  position: relative;
}
h6.arrow-label {
  font-weight: 700;
}
.arrow-label.font1 {
  font-size: .75em;
  font-weight: 700;
  letter-spacing: .06em;
  opacity: .8;
}
.arrow-label::before {
  content: '';
  width: 1.8em;
  height: .25em;
  display: block;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.275%22%20height%3D%223.867%22%20viewBox%3D%220%200%2021.275%203.867%22%3E%3Cpath%20d%3D%22M-20020.725%2C344.818H-20042v-1h18.725l-2.3-2.133.68-.734Z%22%20transform%3D%22translate(20042%20-340.951)%22%20fill%3D%22%23111%22%20opacity%3D%220.801%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.5em;
  position: absolute;
  top: .675em;
  left: 0;
}
.arrow-label.font1 + .readingText {
  padding-left: 1.5em;
}

.arrow-label.color1 {
  font-weight: 600;
}
.arrow-label.color1::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.275%22%20height%3D%223.867%22%20viewBox%3D%220%200%2021.275%203.867%22%3E%3Cpath%20d%3D%22M-20020.725%2C344.818H-20042v-1h18.725l-2.3-2.133.68-.734Z%22%20transform%3D%22translate(20042%20-340.951)%22%20fill%3D%22%23378A8D%22%20opacity%3D%220.801%22%2F%3E%3C%2Fsvg%3E');
}
.white .arrow-label::before,
.arrow-label.white::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.275%22%20height%3D%223.867%22%20viewBox%3D%220%200%2021.275%203.867%22%3E%3Cpath%20d%3D%22M-20020.725%2C344.818H-20042v-1h18.725l-2.3-2.133.68-.734Z%22%20transform%3D%22translate(20042%20-340.951)%22%20fill%3D%22%23FFF%22%20opacity%3D%220.801%22%2F%3E%3C%2Fsvg%3E');
}

/* ==========================================================================
   Banner
========================================================================== */
.block-banner-list {
  list-style-type: none;
}
.block-banner-list li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.block-banner-list li::before {
  content: '';
  display: block;
  background: radial-gradient(circle, rgba(30, 41, 62, 0.6) 0%, rgba(6, 19, 34, 1) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .3;
  transition: .6s cubic-bezier(.39, .575, .565, 1);
}
.block-banner-list li:hover::before {
  opacity: .5;
}
.block-banner-list li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 75vw;
  max-height: 20em;
  padding: 30px 20px;
  color: var(--white);
  position: relative;
}
.block-banner-list li a .view-more {
  width: 8.5rem;
  font-size: .875em;
  margin-top: 1rem;
}
@media (orientation: landscape) {
  .block-banner-list li a {
    height: 27.819vw;
    max-height: inherit;
  }
}
@media (min-width: 576px) {
  .block-banner-list li a {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .block-banner-list li a {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 30px 40px;
  }
}
@media (min-width: 992px) {
  .block-banner-list li a {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 45px 60px;
  }
  .block-banner-list li a .view-more {
    margin-bottom: 2.5rem;
  }
}
/* ==========================================================================
   Banner(S)
========================================================================== */
.block-banner-list.block-banner-list_S {
  margin-right: -1px;
  margin-left: -1px;
}
.block-banner-list.block-banner-list_S li {
  margin-bottom: 8px;
  border: 1px solid #FFF;
}
.block-banner-list.block-banner-list_S li::before {
  background: linear-gradient(180deg, rgba(6, 19, 34, 0) 0%, rgba(6, 19, 34, 1) 100%);
  opacity: .5;
}
.block-banner-list.block-banner-list_S li:hover::before {
  opacity: .7;
}
.block-banner-list.block-banner-list_S li a {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 53vw;
  max-height: 15em;
}
.block-banner-list.block-banner-list_S li a .view-more {
  margin: 0;
}
@media (orientation: landscape) and (min-width: 1200px) {
  .block-banner-list.block-banner-list_S li a {
    height: 17.569vw;
    max-height: inherit;
  }
}
@media (min-width: 576px) {
  .block-banner-list.block-banner-list_S li {
    margin-bottom: 0;
  }
  .block-banner-list.block-banner-list_S li a {
    padding: 30px 40px;
  }
}
/* ==========================================================================
   Responsive iframe
========================================================================== */
.iframeBox {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframeBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* ==========================================================================
   List
========================================================================== */
.no-border {
  border: none !important;
}
ul.row, ol.row, .lists {
  list-style-type: none;
}
.lists {
}
.lists .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: .5rem;
  padding: 1em 0;
  line-height: 1.5em;
  position: relative;
  border-top: 0;
  transition-property: background, padding;
}
.lists .list:has(.category) {
  flex-wrap: wrap;
}
.lists .list:has(.category) .list-meta {
  width: 100%;
}
.lists .list .list-meta time {
  min-width: 4.5rem;
  display: inline-block;
  color: var(--gray);
  font-family: var(--font1);
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.5rem;
  white-space: nowrap;
}
.lists .list .category {
  flex: 0 0 6.5rem;
}
.lists .list .category .cat {
  display: inline-block;
  width: 100%;
  padding: 0;
  background: transparent;
  color: var(--color2);
  font-family: sans-serif;
  font-size: .75rem;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.5rem;
  white-space: nowrap;
  text-align: center;
}
.lists a.list:hover {
  background: var(--l-gray);
  padding-left: 1.5em;
}
@media (min-width: 992px) {
  .lists .list {
    flex-wrap: nowrap;
  }
  .lists .list .list-meta {
    width: auto;
  }
}



.icon-list {
  list-style-type: none;
}
.icon-list li {
  display: flex;
  align-items: center;
  gap: 1em;
}
.icon-list li:not(:last-child) {
  margin-bottom: 1em;
}
.icon-list li * {
  line-height: 1.25;
}
.icon-list li i {
  display: block;
  text-align: center;
  font-size: 2em;
  flex: 0 0 1.75em;
  height: 1.75em;
  line-height: 1.75em;
  border-radius: 100%;
  background-color: var(--color1_d);
  color: var(--white);
}


/* ----------------------------------
 * PDF Icon
 * ---------------------------------- */
.lists .list.list-module .ttlBox {
  padding-right: 5rem;
}
.list .module_type {
  display: block;
  margin-left: 0;
  position: absolute;
  top: calc(50% - .75rem);
  right: 0;
}
.list .module_type .icon-pdf {
  display: block;
  text-align: center;
  border-radius: 2px;
  padding: 0 1em;
  margin-left: 0;
  min-width: 3.75rem;
  background: var(--color2);
  color: var(--white);
  font-family: var(--font1);
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: .08em;
}
.list .module_size {
  display: block;
  margin-left: 0;
  position: absolute;
  top: calc(50% + .75rem);
  right: 0;
}
.list .module_size > span {
  display: block;
  text-align: center;
  min-width: 3.75rem;
  font-size: .688rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
@media (min-width: 992px) {
  .lists .list.list-module .ttlBox {
    padding-right: 10rem !important;
  }
  .list .module_type {
    right: 4.5rem;
  }
  .list .module_size {
    top: calc(50% - .75rem);
  }
}
/* ==========================================================================
   List_S
========================================================================== */
ul.row, ol.row, .lists_S {
  list-style-type: none;
}
.lists_S {
  border-top: 1px solid var(--border1);
}
.lists_S .list {
  border-bottom: 1px solid var(--border1);
  display: flex;
  font-size: .813rem;
  line-height: 1.25;
  padding: 1.25em 0;
  position: relative;
}
.lists_S .list time {
  display: block;
  width: 9em;
  color: var(--gray);
  font-family: var(--font1);
  font-weight: 500;
}
/* ==========================================================================
   Card
========================================================================== */
.cards {
  list-style-type: none;
  row-gap: 2rem;
}
.card {
  background: var(--white);
  border: 1px solid var(--l-gray);
  width: 100%;
  height: 100%;
  line-height: 1.8;
  border-radius: .75rem;
  position: relative;
  z-index: 2;
}
.card:not(.row) {
  display: block;
}
a.card {
  padding: 0;
}
.card .card_header .cover,
.card .card_header .cover img {
  border-radius: .7rem .7rem 0 0;
  overflow: hidden;
}
.card .card_header .ttl {
  line-height: 1.6;
}
.card .card_body {
  padding: 1.5rem;
  position: relative;
}
.card .card_header + .card_body {
  padding: 1.25rem;
}
.card .card_body > *:not(:last-child) {
  margin-bottom: .5rem;
}
.card .card_body .ttl {
  line-height: 1.6;
}
.card .card_footer {
  margin-top: .5rem;
}
.card .card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1em;
}
.card .card-meta time {
  font-family: var(--font2);
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.card .card-meta .category {
  font-size: .813rem;
  position: absolute;
  top: 0;
  right: 0;
}

.cards.number {
  counter-reset: number 0;
}
.cards.number .card:before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-family: var(--font1);
  font-size: 400%;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  color: var(--gray);
  position: absolute;
  top: -.3em;
  right: -10px;
}


@media(max-width: 991px) {
  ul.sp-s-cards > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.sp-s-cards li .card {
    display: flex;
  }
  ul.sp-s-cards li .card_header {
    width: min(30%, 12em);
    margin-bottom: 0;
  }
  ul.sp-s-cards li .card_header .cover {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
  }
  ul.sp-s-cards li .card_header .cover,
  ul.sp-s-cards li .card_header .cover img {
    border-radius: .7rem 0 0 .7rem;
  }
  ul.sp-s-cards li .card_header + .card_body {
    padding: 1.25rem;
  }
  ul.sp-s-cards li .card-meta {
    justify-content: flex-start;
  }
  ul.sp-s-cards li .card-meta .category {
    position: static;
  }
}


/* ==========================================================================
   Accordion
========================================================================== */
.acc {
  border-bottom: 1px solid var(--border1);
}
.acc .acc_head {
  padding: 1em 3em 1em 1em;
  position: relative;
  cursor: pointer;
}
.acc .acc_head.current {
  font-weight: 600;
}
.acc .acc_head::before,
.acc .acc_head::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5px;
  width: .6em;
  height: 1px;
  background: currentColor;
  transition: 0.2s;
}
.acc .acc_head::after {
  transform: rotate(90deg);
}
.acc.on .acc_head::after {
  opacity: 0;
}
.acc .acc_body {
  padding: 0 3em 1em 1em;
  position: relative;
}
.acc .acc_body:not(.stay) {
  display: none;
}

.faq-q, .faq-a {
  color: var(--color1);
  font-weight: 700;
  font-family: var(--font1);
  font-size: 1.25em;
  margin-right: .25em;
}
.faq-a {
  color: var(--gray);
}

.acc-list .acc__cat {
  padding: 1em;
  background: var(--l-gray);
}

/* ==========================================================================
   Number list
========================================================================== */
.number-list {
  counter-reset: number 0;
}
.number-list .item {
  counter-increment: number 1;
}
.number-list .ttl:before {
  content: "0"counter(number)".";
  display: block;
  font-family: var(--font1);
  font-size: .75em;
  font-weight: 900;
  text-transform: uppercase;
  margin-right: 1.25em;
  color: var(--color1);
}
.number-list .ttl:after {
  content: "";
  display: block;
  width: 3em;
  height: 4px;
  background: var(--color1);
  margin: .4em 0 1.2em;
}

/* ==========================================================================
   Flow
========================================================================== */
ol.flow {
  text-align: center;
  list-style-type: none;
  padding-left: 0;
}
ol.flow li {
  border-top: 3px solid currentColor;
  padding: 2em 2.5%;
  position: relative;
}
ol.flow li:last-child {
  border-bottom: 3px solid currentColor;
}
ol.flow li:not(:last-child):before,
ol.flow li:not(:last-child):after {
  content: "";
  width: calc(2em + 8px);
  height: calc(1em + 4px);
  background: currentColor;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%,0);
}
ol.flow li:not(:last-child):after {
  width: 2em;
  height: 1em;
  background: var(--white);
  transform: translate(-50%,-.5px);
}
ol.flow li .step {
  font-family: var(--font1);
  font-weight: 800;
  line-height: 1;
}
ol.flow li .step em {
  font-size: 200%;
  font-style: normal;
  color: var(--color1);
}
ol.flow li img {
  display: block;
  margin: 1em auto;
  width: 4.5em;
}
ol.flow li p {
  font-size: .813em;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 1em;
}
ol.flow li p:last-child {
  margin-bottom: 0;
}
ol.flow li .btn {
  font-weight: 400;
  min-width: 100%;
  padding: .6em 1em;
}

@media (min-width:768px) {
  ol.flow {
    display: flex;
    flex-wrap: wrap;
  }
  ol.flow li {
    flex: 0 0 50%;
    border-top: 0;
    border-left: 3px solid currentColor;
    margin-top: 1.5em;
  }
  ol.flow li:nth-of-type(even) {
    border-right: 3px solid currentColor;
  }
  ol.flow li:last-child {
    border-bottom: 0;
    border-right: 3px solid currentColor!important;
  }
  ol.flow li:not(:last-child):before,
  ol.flow li:not(:last-child):after {
    width: calc(1em + 4px);
    height: calc(2em + 8px);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    top: 50%;
    left: 100%;
    transform: translate(0,-50%);
  }
  ol.flow li:not(:last-child):after {
    width: 1em;
    height: 2em;
    transform: translate(-.5px,-50%);
  }
  ol.flow li .ttl {
    padding-left: 0;
  }
}
@media (min-width:992px) {
  ol.flow li {
    flex: 0 0 25%;
  }
  ol.flow li:nth-of-type(even) {
    border-right: 0;
  }
}

/* ==========================================================================
   School
========================================================================== */
.boxes {
  list-style-type: none;
}
.box {
  font-size: .875rem;
  line-height: 1.5;
  background: var(--white);
  border: 3px solid var(--border1);
  border-radius: .75rem;
}
.box .box_head {
  padding: min(5%, 1rem) min(5%, 2rem) 0;
  border-radius: .75rem .75rem 0 0;
  position: relative;
}
.box .box_head::before {
  content: '';
  display: block;
  height: .5rem;
  background: var(--color1);
  border-radius: .75rem .75rem 0 0;
  position: absolute;
  top: -3px;
  right: -3px;
  left: -3px;
}
.box .box_head .ttl {
  padding-top: 6px;
  padding-bottom: min(5%, 1rem);
  line-height: 1.5;
  border-bottom: 1px solid var(--color1);
}
.box .box_body {
  padding: min(5%, 1.5rem) min(5%, 2rem) min(5%, 2rem);
  border-radius: 0 .75rem .75rem .75rem;
}
.box .buttons {
  margin-top: min(5%,1.5rem);
}
.box .buttons .btn {
  padding: 1em 1.5em;
}
.box .info {
  background: var(--l-gray);
  border-radius: .75rem;
  padding: min(5%, 2rem);
  margin-top: min(5%,1.5rem);
}
.box .info p {
  margin-top: .25em;
  margin-bottom: .25em;
}
.box .info p:first-child {
  margin-top: 0;
}
.box .info p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .box .buttons {
    margin-top: 0;
    margin-bottom: min(5%,1.5rem);
  }
  .box .info {
    margin-top: 0;
  }
}

.box .acc {
  margin-top: min(5%,1.5em);
  border-bottom: 0;
}
.box .acc .acc_head {
  text-align: center;
  border-radius: 3em;
  padding: .75em 1.5em;
  margin:  0 auto;
  background: var(--color1_l);
  color: var(--color1);
  transition: background .2s, color .2s;
}
.box .acc .acc_head::before,
.box .acc .acc_head::after {
  right: 1.5em;
}
.box .acc.on .acc_head,
.box .acc .acc_head:hover {
  background: var(--color1);
  color: var(--white);
}
.box .acc .acc_body {
  padding: min(5%, 2em) 0;
}


.searchBox {
  background: var(--l-gray);
  border-radius: .75rem;
  padding: min(5%, 2rem);
}
.searchBox > .ttl {
  margin-bottom: .75em;
  text-align: center;
}
.searchBox dl {
  margin-bottom: .75em;
}
.searchBox dl dt {
  color: var(--gray);
  font-weight: 700;
  font-size: .875em;
}
.searchBox select {
  width: 100%;
}
.searchBox .checkbox-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: .25em;
}
.searchBox .checkbox-list label {
  display: inline-flex;
  align-items: center;
  column-gap: .125em;
}
.searchBox .btn {
  min-width: initial;
  margin-bottom: .5em;
  font-size: .813rem;
}
@media (min-width: 992px) {
  .searchBox {
    padding: min(7%, 2rem);
  }
}


.searchResult .label {
  text-align: left;
  margin-bottom: .75rem;
}
.searchResult .results {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 1.5em;
  row-gap: .25em;
}
.searchResult .results > div {
  display: inline-flex;
  align-items: baseline;
}
.searchResult .results > div em {
  font-size: .875em;
  font-weight: 700;
  font-style: normal;
  color: var(--gray);
}
.searchResult .results .num {
  color: var(--color2);
  font-weight: 700;
  line-height: 1;
  margin: 0 .2em 0 0;
}

/* ==========================================================================
   table
========================================================================== */
table a {
  color: var(--color2);
  text-decoration: underline;
}
table.table {
  width: 100%;
}
.card table.table {
  font-size: .813em;
}
table.table thead th,
table.table thead td {
  background: var(--gray);
  color: var(--white);
  text-align: center;
}
table.table th {
  border: 1px solid var(--border2);
  padding: .4em;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
table.table td {
  border: 1px solid var(--border2);
  padding: .4em;
  text-align: center;
  vertical-align: middle;
}

/* ==========================================================================
   archive menu
========================================================================== */
.archive-menu-wrapper {
  overflow: hidden;
}

ul.category-search-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
}
ul.category-search-list li {
  flex: 0 0 50%;
  border-right: none;
  border-bottom: none;
}
ul.category-search-list li a {
  display: block;
  text-align: center;
  background: var(--color1_l);
  color: var(--color1);
  font-size: .813rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 1.25em .5em;
  position: relative;
}
ul.category-search-list li.current a {
  background: var(--color1);
  color: var(--white);
}
@media (min-width: 768px) {
  ul.category-search-list li {
    flex: 1 0 calc(100%/3);
  }
}
@media (min-width: 992px) {
  ul.category-search-list li {
    flex: 1 0 20%;
  }
}
/* ==========================================================================
   Color
========================================================================== */
.yellow {
  color: yellow;
}
.pink {
  color: hotpink;
}

.white {
  color: var(--white);
}
.color1 {
  color: var(--color1);
}
.color1_l {
  color: var(--color1_l);
}

.gray {
  color: var(--gray);
}
.bg-white {
  background-color: var(--white);
}
.bg-l-gray {
  background-color: var(--l-gray);
}
.bg-gray {
  background-color: var(--gray);
}
.bg-black {
  background-color: var(--black);
  color: var(--white);
}
.bg-color1 {
  background-color: var(--color1);
  color: var(--white);
}
.bg-color1_l {
  background-color: var(--color1_l);
}
section.bg-l-gray,
section.bg-color1_l {
  overflow: hidden;
}
/* ==========================================================================
   WP Post
========================================================================== */

.article__header {
  margin: 0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border1);
}
.article__header .ttl {
  margin: 0 !important;
}
.article__footer {
  margin: 60px auto 15px;
  padding-top: 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.entry__meta {
  display: flex;
  align-items: center;
  column-gap: 1em;
  font-family: var(--font1);
  font-weight: 500;
  margin-bottom: 1em;
}
.entry__meta time {
  display: inline-block;
  color: var(--gray);
  letter-spacing: .04em;
}
.entry__meta .category {
  font-size: .813rem;
}
/* entry__content */
.entry__content {
  font-size: .875rem;
  letter-spacing: 0;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}
.entry__content a:not(.btn) {
  color: var(--color2);
  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: 2rem;
}
.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: 2rem;
}
.entry__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.entry__content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 15px;
  border-radius: 3px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.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: 2rem;
}
.entry__content table {
  width: 100%;
  font-size: .75rem;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.entry__content table th {
  background-color: var(--l-gray);
  border: 1px solid var(--border1);
  padding: .5em;
  font-weight: 700;
}
.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 table.text-center th, .entry__content table.text-center td {
  vertical-align: middle;
}
.entry__content ul, .entry__content ol {
  margin-left: 0;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
  list-style: inside;
}
.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 .note {
  background: var(--l-gray);
  padding: 1.25em 1.5em;
}
@media (min-width: 992px) {
  .entry__content .note {
    padding: 1.75em 2em;
  }
}
.entry__content p {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.entry__content h1 {
  font-size: 2rem;
  line-height: 1.6;
  margin: 3rem 0 1em;
}
.entry__content h2 {
  font-size: 1.75rem;
  line-height: 1.6;
  margin: 3rem 0 1em;
}
.entry__content h3 {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 3rem 0 1em;
}
.entry__content h4 {
  font-size: 1.25rem;
  line-height: 1.8;
  margin: 3rem 0 1em;
}
.entry__content h5 {
  font-size: 1.125rem;
  line-height: 2;
  margin: 3rem 0 1em;
}
.entry__content h6 {
  font-size: 1rem;
  line-height: 2;
  margin: 3rem 0 1em;
}
.entry__content > .section > h2:first-child {
  margin-top: 0;
}
.entry__content small, .entry__content .small {
  font-size: .75rem;
}
.entry__content .arrow-label {
  font-weight: 400;
}
.entry__content h5.arrow-label::before {
  top: .85em;
}
/* 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, .wp-prev-next {
  margin: 30px 0 15px;
}
.pagination {
  text-align: center;
}
.pagination ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  white-space: nowrap;
  padding: 0;
}
.pagination li {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.pagination li .page-numbers {
  color: var(--gray);
  text-decoration: none;
  margin: 0 .5em;
  padding: 1em .75em;
  min-width: 3em;
  line-height: 1em;
  font-size: .75rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.pagination li .dots {
  font-size: .625rem;
  padding: 1em 0 !important;
  min-width: inherit !important;
}
.pagination li .page-numbers:not(.dots):not(.current):not(.next):not(.prev) {
  background: var(--l-gray);
}
.pagination li .page-numbers:hover, .pagination li .page-numbers:focus, {
  color: var(--color2);
}
.pagination li .page-numbers.current {
  color: var(--white);
  background: var(--color2);
  cursor: default;
}
@media (max-width: 575px) {
  .pagination ul {
    margin-right: -20px;
    margin-left: -20px;
  }
  .pagination li .page-numbers {
    min-width: 2.75em;
    margin: 0 .2em;
  }
}
/* ==========================================================================
   Pagination - Single
========================================================================== */
.pagenav {
  border-top: 1px solid var(--border1);
  padding: 3rem 0 1rem;
}
.pagenav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 0;
}
@media (max-width: 575px) {
  .pagenav .back {
    flex: 0 0 100%;
  }
}
@media (max-width: 991px) {
  .pagenav {
    padding: 1rem 0;
  }
  .pagenav .prev, .pagenav .next {
    flex: 0 0 50%;
  }
  .pagenav .back a {
    margin-top: 1em;
  }
}
/* ==========================================================================
   next & prev
========================================================================== */
.pagination li .prev, .pagination li .next, .pagenav .prev a, .pagenav .next a {
  display: inline-block;
  margin: 1em 0;
  padding: 0 1.5em;
  color: var(--color1);
  font-size: .75rem;
  font-weight: 700;
  position: relative;
}
.pagination li .next, .pagenav .next {
  text-align: right;
}
.pagination li .prev::before, .pagination li .next::before, .pagenav .prev a::before, .pagenav .next a::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
}
.pagination li .prev::before, .pagenav .prev a::before {
  left: .2em;
  transform: translateY(-50%);
}
.pagination li .next::before, .pagenav .next a::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  right: .2em;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .pagination li .prev, .pagenav .prev {
    margin-right: 3em;
  }
  .pagination li .next, .pagenav .next {
    margin-left: 3em;
  }
}
/* ==========================================================================
   Form
========================================================================== */
.form-box {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  font-size: .875rem;
}
.form-box .form-group {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border1);
}
.form-box .row {
  margin-bottom: 15px;
}
.form-box .form-label {
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: .75em;
  padding-left: 3.5rem;
  position: relative;
}
.form-box .form-label .req,
.form-box .form-label .any {
  display: inline-block;
  padding: .5em .75em;
  background: var(--color2);
  color: var(--white);
  font-size: .75rem;
  line-height: 1;
  letter-spacing: .08em;
  position: absolute;
  left: 0;
}
.form-box .form-label .any {
  background: var(--gray);
}
.form-box .btn {
  margin-top: 15px;
}
.form-box .btn.btn-back {
  color: var(--color2);
  background: var(--l-gray);
  border-color: var(--l-gray);
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  background-color: var(--white);
  color: var(--d-gray);
  border: 1px solid var(--border1);
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  font-size: min(1rem, 16px);
  max-width: 100%;
  transition: border 0.2s ease-out;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--border2);
}
label {
  cursor: pointer;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"] {
  height: 48px;
  padding: 0 14px;
}
input[type="radio"], input[type="checkbox"] {
  margin-top: 0;
  margin-bottom: 0;
}
textarea {
  padding: 14px;
  width: 100%;
  height: auto;
}
select {
  height: 48px;
  padding: 0 39px 0 14px;
  font-size: min(1rem, 16px);
  font-weight: 700;
  background-image: url(../img/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: 11px;
}
select::-ms-expand {
  display: none;
}
.form-box input[type="text"], .form-box input[type="email"], .form-box input[type="tel"], .form-box input[type="number"], .form-box textarea, .form-box select {
  font-family: var(--gothic);
}
.form-box .form-field label {
  display: flex;
  align-items: center;
}
.form-box .form-field .form-help {
  margin: 5px 0;
  line-height: 1.25;
  font-size: .923em;
}
::placeholder {
  color: var(--gray);
  font-size: .75rem;
  font-weight: 700;
}
::-ms-input-placeholder {
  color: var(--gray);
  font-size: .75rem;
  font-weight: 700;
}
:-ms-input-placeholder {
  color: var(--gray);
  font-size: .75rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  input[type="text"], input[type="email"], select {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .form-box .form-group {
    display: flex;
  }
  .form-box .form-group.form-block {
    display: block;
    padding-bottom: 0;
  }
  .form-box .form-group .form-label {
    flex: 0 0 20em;
    margin-bottom: 0;
  }
  .mw_wp_form_input .form-box .form-group .form-label {
    line-height: 40px;
  }
  .form-box .form-group .form-field {
    flex-basis: 100%;
  }
}
.form-scroll-field {
  color: #666;
  font-family: var(--gothic);
  font-size: .923em;
  line-height: 1.75;
  border: 1px solid var(--border1);
  border-radius: 0.25em;
  height: 158px;
  overflow-y: auto;
  padding: 16px 20px;
  margin: 20px 0;
}
.form-scroll-field h5 {
  font-weight: 700;
}
.privacy-check .form-field {
  padding-left: 3.15rem;
}
.privacy-check a {
  color: var(--color2);
  text-decoration: underline;
}
.form-scroll-field > * {
  margin: 0 0 .75rem;
}
.mw_wp_form_send_error {
  text-align: center;
}
.mw_wp_form .error {
  color: var(--red);
  font-family: var(--gothic);
  font-size: .923em;
  line-height: 1.25;
  margin: 5px 0;
}
.input-only, .confirm-only {
  display: none;
}
.mw_wp_form_input .input-only {
  display: block;
}
.mw_wp_form_confirm .confirm-only {
  display: block;
}
.mw_wp_form_confirm .form-label {
  line-height: inherit;
}
.mwform-radio-field:first-of-type {
  margin-top: 6px;
}
.mwform-radio-field:last-of-type {
  margin-bottom: 6px;
}
.horizontal-item {
  display: inline-flex;
}
.mwform-radio-field-text {
  font-size: .75rem;
  font-weight: 700;
  padding-right: .5em;
  margin-right: 1em;
}
/****************************************************************************
   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;
  }
}