@charset "UTF-8";

/* ==========================================================================
   Sections
========================================================================== */
.section {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}
.section_L {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.section-padding {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.content {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
@media (max-width: 991px) {
  header + section.section {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .section {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }
  .section_L {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }
  .section-padding {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
  .content {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }
}


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

.gapS > .row {
  margin-right: -3.75vw;
  margin-left: -3.75vw;
}
.gapS > .row > .col,
.gapS > .row > [class*="col-"] {
  padding-right: 3.75vw;
  padding-left: 3.75vw;
}

@media (min-width: 576px) {
  .container-fluid, .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .col, [class*="col-"] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .gapS > .row {
    margin-right: -.786rem;
    margin-left: -.786rem;
  }
  .gapS > .row > .col,
  .gapS > .row > [class*="col-"] {
    padding-right: .786rem;
    padding-left: .786rem;
  }

}
@media (min-width: 992px) {
  .container {
    width: 96.5%;
    max-width: 80rem;
  }
  .container.container_M {
    padding-left: calc(1.5rem + 4rem);
  }
  .container.container_S {
    padding-left: calc(1.5rem + 7.8rem);
  }
}
@media (min-width: 1200px) {
  .container-fluid, .container {
    width: 88%;
    max-width: 115rem;
  }
  .container.container_L {
    width: calc(88% + (4rem*2));
    max-width: calc(115rem + (4rem*2));
  }
  
  .container.gapL {
    max-width: calc(115rem + 2.75rem);
  }
  .gapL > .row {
    margin-right: -2.75rem;
    margin-left: -2.75rem;
  }
  .gapL > .row > .col,
  .gapL > .row > [class*="col-"] {
    padding-right: 2.75rem;
    padding-left: 2.75rem;
  }

  .container.gapXL {
    max-width: calc(115rem + 4rem);
  }
  .gapXL > .row {
    margin-right: -4rem;
    margin-left: -4rem;
  }
  .gapXL > .row > .col,
  .gapXL > .row > [class*="col-"] {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}


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



.over-right {
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.over-left {
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

.full {
  width: 100vw;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 575px) {
  .full_sp {
    width: 100vw;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding-right: 0;
    padding-left: 0;
  }
  .over-right_sp {
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
  .over-left_sp {
    margin-left: calc(((100vw - 100%) / 2) * -1);
  }
}
@media (min-width: 1200px) {
  .large-right {
    margin-right: -4rem;
  }
  .large-left {
    margin-left: -4rem;
  }
}

hr {
  border-top: 1px solid var(--border1);
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}


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

.underline {
  text-decoration: underline;
}
a.underline:hover,
a:hover span.underline {
  text-decoration: none;
  opacity: 1;
}


/* ==========================================================================
   Image
========================================================================== */
picture {
  display: block;
}
picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


picture.cover {
  height: 100%;
}
picture.img_wide {
  height: min(100%,300px);
}
picture.img_portrait {
  height: min(100%,220px);
}
@media (min-width: 768px) {
  picture.img_wide {
    height: 400px;
  }
}
@media (min-width: 992px) {
  picture.img_wide,
  picture.img_portrait {
    height: 500px;
  }
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
svg {
  fill: currentColor;
}


.no-image {
  background: var(--l-gray) url(../img/logo.svg) no-repeat center;
  background-size: min(6%, 1.5rem);
}

/* ==========================================================================
   Typography
========================================================================== */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: var(--mincho);
  font-weight: 400;
  letter-spacing: .1em;
  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;
}

.huge  { font-size: min(3.076em, 9vw); line-height: 1.5; }
h1, .h1 { font-size: 3.076em; line-height: 1.5; }
h2, .h2 { font-size: 2em; line-height: 1.65; }
h3, .h3 { font-size: 1.538em; line-height: 1.75; }
h4, .h4 { font-size: 1.429em; line-height: 1.75; }
h5, .h5 { font-size: 1.154em; }
h6, .h6 { font-size: 1.077em; }

@media (min-width: 992px) {
  .huge { font-size: min(6.154em, 5.5vw); }
  h1, .h1 { font-size: 4.615em; }
  h2, .h2 { font-size: 2.462em; }
  h3, .h3 { font-size: 1.692em; }
  h4, .h4 { font-size: 1.429em; }
  h5, .h5 { font-size: 1.231em; }
  h6, .h6 { font-size: 1.077em; }
}
@media (min-width: 1200px) {
  .huge { font-size: 6.154em; }
}

p {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}




small {
  font-size: .923em;
  display: inline-block;
  line-height: 1.5;
}
.small {
  font-size: .923em;
  display: inline-block;
}
.xsmall {
  font-size: .846em;
  display: inline-block;
}


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


.en_ttl {
  font-family: var(--font1);
  font-weight: 500;
}

.font1 {
  font-family: var(--font1) !important;
  font-weight: 400 !important;
}
.font2 {
  font-family: var(--font2) !important;
  font-weight: 400 !important;
}
.font3 {
  font-family: var(--font3) !important;
  font-weight: 400 !important;
}

.Gothic {
  font-family: var(--gothic) !important;
}
.Mincho {
  font-family: var(--mincho) !important;
}

.copy {
  font-family: var(--mincho);
  margin-top: 2rem;
  margin-bottom: 1.75rem;
  font-weight: 400;
}
.copy:first-child {
  margin-top: 0;
}
.copy + p {
  margin-top: 0;
}


.en_ttl .ttl {
  font-family: revert;
  font-size: 1rem;
}

.nowrap {
  white-space: nowrap;
}

/* ==========================================================================
   Button
========================================================================== */
.btn {
  display: inline-block;
  text-align: center;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  padding: 1.125em 1.25em;
  width: 100%;
  max-width: 100%;
  background: var(--color1);
  color: var(--white);
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: .2s ease-in-out;
  transition-property: background,border,color;
}
.btn.btn-border {
  background: transparent !important;
  border-color: currentColor;
  color: currentColor;
}
.btn:hover {
  background: var(--color1-h);
}


.btn.btn-full {
  width: 100%;
}
.txtBox .btn {
  margin-top: 1em;
}

@media (min-width: 576px) {
  .btn {
    width: 23rem;
  }
  .text-center .btn {
    margin-right: auto;
    margin-left: auto;
  }
}

.arrow-btn,
.more-btn {
  display: inline-block;
  text-align: left;
  font-family: inherit;
  font-size: 1rem;
  line-height: 2;
  font-weight: inherit;
  padding: .75em 0;
  width: 100%;
  background: transparent;
  color: var(--black);
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-bottom: .5em;
}
.more-btn {
  display: inline-flex;
  align-items: center;
  gap: .75em;
  width: auto;
  line-height: 1.25;
  white-space: nowrap;
  padding: 0 0 .75em;
  margin: 0;
}
.more-btn svg {
  width: 11px;
  height: 11px;
  object-fit: contain;
}
.arrow-btn > span {
  display: block;
  padding: 0 1.5em;
  position: relative;
}
.more-btn > span {
  padding: 0 1.125em;
}
.arrow-btn > span::before,
.arrow-btn > span::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: var(--color1);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
.arrow-btn > span::after {
  z-index: -1;
}
@media (min-width: 576px) {
  .arrow-btn {
    width: auto;
    min-width: 14.286em;
  }
  .box-btn {
    width: auto;
    min-width: 23.571em;
  }
}

a:hover .arrow-btn > span::after,
.arrow-btn:hover > span::after {
  animation: pulsateArrow 1.6s linear infinite;
}
@keyframes pulsateArrow {
  0% {
    transform: scale(1);
    opacity: .3;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}



.icon-link {
  display: inline-flex;
  gap: .75em;
  align-items: center;
}
.icon-link svg {
  display: inline-block;
  width: 27px;
  height: 24px;
  object-fit: contain;
}


.links {
  display: flex;
  gap: 1.25em;
}


/* ==========================================================================
   Page header
========================================================================== */
.page__header {
  position: relative;
  z-index: 1;
}
.page__header .imgBox {

}
.page__header .ttlBox {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page__header .en_ttl {
  color: var(--black);
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1;
  margin: 0;
  position: relative;
}
.page__header .ttl {
  color: var(--black);
  font-size: 1.231rem;
  font-weight: 400;
  letter-spacing: .25em;
  line-height: 1;
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: block;
}
.page__header .key {
  color: var(--black);
  font-weight: 400;
  letter-spacing: .25em;
  line-height: 1;
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: block;
}

@media (max-width: 991px) {
  .page__header .key {
    font-size: 1.538rem;
  }
}
@media (max-width: 767px) {
  .page__header .key {
    font-size: 1.231rem;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 992px) {
  .page__header .imgBox + .ttlBox {
    padding-top: 3.25rem;
  }
  .page__header .ttl {
    position: absolute;
    top: calc(100% + 1.25em);
    left: 0;
  }
}


.page__header picture {
  aspect-ratio: 199/150;
}
section .page__header picture {
  aspect-ratio: 1/1;
}
@media (min-width: 576px) {
  .page__header picture {
    aspect-ratio: 27/10;
  }
  section .page__header picture {
    aspect-ratio: 9/4;
  }
}


.headline {
  margin-bottom: 1.75rem;
}
.headline span {
  display: block;
}
.headline span.en_ttl {
  font-size: 1.077rem;
  letter-spacing: .1em;
  line-height: 1;
  margin: .75rem 0;
}



/* ==========================================================================
   MV
========================================================================== */
#mv {
  width: 100%;
  height: 100vh;
  padding: 0;
  background-color: var(--gray);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
#mv .container {
  height: 100%;
  display: flex;
  position: relative;
}
#mv .container.text-center {
  align-items: center;
  justify-content: center;
}
#mv .container:not(.text-center) {
  padding-top: max(22vh, 160px);
}
#mv .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
#mv .image * {
  width: 100%;
  height: 100%;
}
#mv .image picture {
  display: block;
  width: 100%;
  height: 100%;
}
#mv .image picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#mv .en_ttl {
  font-size: 2.308rem;
}

@media (max-width: 991px){
  .scrolldown {
    display: none;
  }
}
@media (min-width: 992px){
  .scrolldown {
    font-size: min(1rem, 1.1vw);
    display: flex;
    align-items: center;
    height: 50px;
    position: absolute;
    bottom: 5%;
    left: 4.125em;
  }
  .scrolldown span {
    display: block;
    padding-left: 20px;
    font-family: var(--font1);
    font-size: .923em;
    line-height: 1;
    letter-spacing: .1em;
  }
  .scrolldown::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 50px;
    background: currentColor;
    animation: scroll 2s infinite;
  }
  @keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
  .scrolldown::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 50px;
    background: currentColor;
    opacity: .3;
  }
}


video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ==========================================================================
   Intro
========================================================================== */
#intro .imgBox2 {
  margin-top: -18rem;
}

.caption {
  font-family: var(--font2);
  line-height: 1;
  margin-top: -.5em;
  margin-bottom: 5rem;
  color: var(--l-gray2);
  white-space: nowrap;
  float: right;
}
div:has(.caption) .copy {
  clear: both;
}
@media (min-width: 992px){
  .caption {
    margin-bottom: 7.5rem;
  }
}

/* ==========================================================================
   Slick.js
========================================================================== */
.slick-track {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.slick-slide {
  height: auto !important;
}

.slick-arrowBox {
  font-family: var(--font3);
  font-size: 1.077em;
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}

/* Arrows */
.slick-arrow {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-color: transparent;
  position: relative;
}
.slick-arrow::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m.5%204h11%22%2F%3E%3Cpath%20d%3D%22m8%207.5%203.5-3.5-3.5-3.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.slick-prev::before {
  transform: translate(-50%,-50%) rotate(180deg);
}
.slick-arrow:hover {
  opacity: .6;
}


.slick-num {
  order: -1;
  margin-right: 2em;
}

/* ------------------
  Slider Layout
------------------ */
.slider-inner {
  margin-left: -10px!important;
}
.slick-slide {
  padding-left: 10px;
}
@media (min-width: 576px){
  .slider_one .slider-inner {
    margin-left: 0!important;
  }
  .slider_one .slick-list {
    padding-right: 0!important;
  }
  .slider_one .slick-slide {
    padding-left: 0;
  }
}

.slick-slide picture {
  height: 100%;
  max-height: 300px;
}
.slick-slide picture.img_medium {
  aspect-ratio: 184 / 133;
  height: auto;
  max-height: initial;
}
@media (min-width: 768px){
  .slick-slide picture {
    height: 400px;
    max-height: inherit;
  }
  .slick-slide picture.img_square {
    aspect-ratio: 16/12;
    width: 100%;
    height: auto;
    max-height: calc(100svh - 11rem);
  }
}
@media (min-width: 992px){
  .slick-slide picture {
    height: 600px;
  }
}

.slick-slide picture + span {
  display: block;
  line-height: 1;
  margin-top: .75em;
}


.gallery-slider ul.infiniteslide li {
  padding: 0 min(1vw, .75em) 3rem;
}
.gallery-slider ul.infiniteslide li:nth-of-type(even) {
  padding: 3rem min(1vw, .75em) 0;
}
.gallery-slider ul.infiniteslide picture {
  max-height: min(588px, 50vw);
}
.gallery-slider ul.infiniteslide picture.portrait {
  aspect-ratio: 9/16;
}
.gallery-slider ul.infiniteslide picture.landscape {
  aspect-ratio: 3/2;
}





/* ==========================================================================
   Responsive iframe
========================================================================== */
.iframeBox {
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframeBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.iframeBox._map {
  padding-top: 500px;
}

._grayscale {
  filter: grayscale(100%);
}

/* ==========================================================================
   Card
========================================================================== */
.cards {
  list-style-type: none;
  margin-bottom: -4rem;
}
.cards.row > * {
  margin-bottom: 4rem;
}
.card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.card > a:not(.row) {
  display: block;
}
.card .imgBox img {
  display: block;
  transition: .6s cubic-bezier(.39, .575, .565, 1);
}
.card > a:hover .imgBox img {
  transform: scale(1.1);
}
.card .txtBox {
  margin: 1.75rem 0 1.5rem;
}
.card .txtBox p {
  margin-top: .75em;
  margin-bottom: .75em;
}
.card .txtBox p:last-child {
  margin-bottom: 0;
}
.card .entry__meta {
  font-size: .857rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card .entry__meta time {
  display: inline-block;
  font-family: var(--font1);
  font-weight: 600;
  letter-spacing: .2em;
}
.card .entry__meta .category {
  padding: .25rem 0;
  margin-left: 1em;
}
.card .entry__meta .category span {
  margin-left: .5em;
}
.card .ttl {
  margin: 0;
  line-height: 1.75;
}


@media (max-width: 575px){
  .cards.row .card {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px){
  .cards {
    margin-bottom: -5.3rem;
  }
  .cards.row > * {
    margin-bottom: 5.3rem;
  }
}


/* ==========================================================================
   List
========================================================================== */
.lists {
  list-style-type: none;
}
.list:first-child {
  border-top: 1px solid var(--border1);
}
.list {
  border-bottom: 1px solid var(--border1);
}
.list > a {
  display: block;
  padding: 1.75rem 0;
}
.list > a.d-flex {
  justify-content: space-between;
  padding-right: .75rem;
  padding-left: .75rem;
}
.list > a:hover {
  opacity: .5;
}
.list .entry__meta {
  display: flex;
  align-items: center;
}
.list .entry__meta time {
  width: 7.5em;
}
.list .ttl {
  font-size: 1rem;
  line-height: inherit;
}
@media (min-width: 768px){
  .list > a {
    display: flex;
    padding: 2.25rem 0;
  }
  .list .entry__meta time {
    width: 5.75em;
  }
  .list .entry__meta .category {
    width: 12em;
    justify-content: center;
  }
}

/* ==========================================================================
   col-list
========================================================================== */
ul.col-list {
  padding: 0;
  list-style-type: none;
}
ul.col-list li {
  margin-top: 2rem;
}
ul.col-list li .inner {
  padding-left: 2rem;
}
@media (min-width: 576px){
  ul.col-list li {
      margin: 0;
      border-left: 1px solid var(--border1);
    }
  ul.col-list li:first-of-type {
    border-left: 0;
  }
  ul.col-list li:first-of-type .inner {
    padding-left: 0;
  }
}

/* ==========================================================================
   dl
========================================================================== */
.outline.border {
  border-top: 1px solid var(--border1);
  border-bottom: 1px solid var(--border1);
}

.outline dl {
  border-bottom: 1px solid var(--border1);
}
.outline dl:last-of-type {
  border-bottom: 0;
}
.outline dl dt {
  font-size: 1.071em;
  padding: 2.25rem 0 1rem;
}
.outline dl dd {
  padding-bottom: 2.25rem;
}
.outline dl:last-of-type dd {
  border-bottom: 0;
}
@media (min-width: 768px){
  .outline dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .outline dl dt {
    display: block;
    flex: 0 0 min(16rem, 25%);
    padding: 2.25rem 0;
    font-size: 1em;
  }
  .outline dl dd {
    display: block;
    flex: 0 0 calc(100% - min(16rem, 25%));
    padding: 2.25rem 0;
    margin-bottom: 0;
  }
  .outline dl:last-of-type > * {
    border-bottom: 0;
  }
}


.spec.border {
  border-top: 1px solid var(--border1);
  border-bottom: 1px solid var(--border1);
}
.spec dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: .05em;
  line-height: 2;
  border-bottom: 1px solid var(--border1);
}
.spec dl:last-of-type {
  border-bottom: 0;
}
.spec dl dt {
  padding: 1rem .75rem;
  flex: 0 0 min(13rem, 30%);
}
.spec dl dd {
  padding: 1rem .75rem;
  flex: 0 0 calc(100% - min(13rem, 30%));
}
@media (max-width: 767px) {
  .spec dl dd.sp_block {
    flex: 0 0 100%;
    padding-top: 0;
  }
  .spec dl dd p {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .spec dl dd p:first-child {
    margin-top: 0;
  }
  .spec dl dd p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px){
  .spec dl dt {
    padding: 1.75rem 1.5rem;
  }
  .spec dl dd {
    padding: 1.75rem 1.5rem;
  }
}


.spec table {
  min-width: 23rem;
}
.spec table th {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  padding-right: 3em;
}


.table {
  width: 100%;
  min-width: 100%;
  table-layout: fixed;
}
.table thead {
  background: var(--l-gray2);
}
.table th,
.table td {
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  padding: 1em 1.5em;
  border: 1px solid var(--border1);
}

.scroll-container {
  overflow-x: auto;
  padding-bottom: 15px;
}
.scroll-container table {
  width: auto;
  white-space: nowrap;
}


.layout {
}
.layout picture {
}
.layout picture img {
}
.layout picture p {
    margin: 5px auto 30px;
    text-align: center;
}
@media (max-width: 767px) {
}


/* ==========================================================================
   Tab
========================================================================== */
.tabs {
  text-align: center;
  position: relative;
  z-index: 2;
}
.tabs li {
  display: inline-block;
  line-height: 1.25;
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--border1);
  margin-bottom: .75em;
}
.tabs li span {
  display: inline-block;
  padding: 1em 0;
  position: relative;
}
.tabs li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: scale(0,1);
  transform-origin: right top;
  transition: transform 0.2s;
}
.tabs li:hover::before,
.tabs li.active::before {
  transform: scale(1,1);
  transform-origin: left top;
}

.tab-cont:not(:first-of-type) {
  display: none;
}

.tab-cont .tab-cont_label {
  font-size: 1rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.tab-cont .tab-cont_label::before {
  content: "";
  display: block;
  width: 3em;
  height: 1px;
  background-color: currentColor;
  margin-right: 1em;
}


.tabs._bottom li {
  border-bottom: 0;
  border-top: 1px solid var(--border1);
}
.tabs._bottom li::before {
  top: auto;
  bottom: 100%;
}


@media (min-width: 992px) {
  .tabs::after {
    content: "";
    display: block;
    height: 1px;
    background: var(--border1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: calc((100% - 100vw)/2);
    z-index: -1;
  }
  .tabs._bottom::after {
    top: 0;
  }
  .tabs li {
    max-width: 14.5em;
    margin-bottom: 0;
  }
}

/* ==========================================================================
   Table of contents
========================================================================== */
ul.toc {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
ul.toc:empty {
  margin-top: 0;
  margin-bottom: 0;
}
ul.toc li a {
  display: flex;
  align-items: center;
  line-height: 1.25;
  padding: 1.5em 2em 1.5em 0;
  border-bottom: 1px solid currentColor;
  position: relative;
}
ul.toc li a::before {
  content: '';
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m.5%204h11%22%2F%3E%3Cpath%20d%3D%22m8%207.5%203.5-3.5-3.5-3.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: contain;
  position: absolute;
  right: 1.25em;
  transform: rotate(90deg);
  transition: transform .1s;
}
ul.toc li a:hover::before {
  transform: translateY(2px) rotate(90deg);
}


/* ==========================================================================
   Accordion
========================================================================== */
@media (max-width: 991px) {
  .sp-acc {
    background: var(--l-gray);
  }
  .sp-acc_btn {
    padding: 1.25rem 1.75rem;
    margin-bottom: 0!important;
    position: relative;
    cursor: pointer;
    transition: opacity .2s;
  }
  .sp-acc_btn:hover {
    opacity: .5;
  }
  .sp-acc_btn::after {
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    background: currentColor;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    top: 50%;
    right: 1.75rem;
    margin-top: -.25em;
  }
  .sp-acc.on .sp-acc_btn::after {
    transform: rotate(180deg);
  }
  .sp-acc_body {
    padding: 1rem 1.75rem;
    border-top: 1px solid rgba(0,0,0,0.05);
  }
}
@media (min-width: 992px) {
  .sp-acc_body {
    display: block!important;
  } 
}


.acc {
  border-bottom: 1px solid var(--border1);
}
.acc_btn {
  display: block;
  white-space: nowrap;
  padding: 1.75rem 3rem 1.75rem .75rem;
  position: relative;
  cursor: pointer;
  transition: opacity .2s;
}
.acc_btn:hover {
  opacity: .5;
}
.acc_btn::before,
.acc_btn::after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: 50%;
  right: .75rem;
  transition: opacity .2s;
  transform: translateY(-50%);
}
.acc_btn:not(.arrow-btn)::after {
  transform: translateY(-50%) rotate(90deg);
}
.acc.on .acc_btn:not(.arrow-btn)::after {
  opacity: 0;
}

.acc_body {
  padding: 0 0 2.25rem;
}
@media (min-width: 992px) {
  .acc_btn {
    padding: 2.25rem 3rem 2.25rem 1.5rem;
  }
  .acc_body {
    padding: 0 0 3rem;
  }
  .acc_body .inner {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .acc_btn::before,
  .acc_btn::after {
    right: 1.5rem;
  }
}

.acc-list {
  border-top: 1px solid var(--border1);
}

.faq-list {
  color: var(--dd-gray);
  background: var(--l-gray);
  padding: min(2rem, 2%) min(3rem, 6%);
}
.faq-list .item {
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--border1);
}
.faq-list .item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.faq-list .faq__q {
  font-family: var(--mincho);
  line-height: 1.5;
  letter-spacing: 0.08em;
  white-space: normal;
  padding: .2rem 0 .2rem 2.25rem;
  position: relative;
}
.faq-list .faq__q .label {
  font-family: var(--font1);
  color: var(--black);
  display: block;
  font-size: 1.154rem;
  line-height: 1.75;
  position: absolute;
  top: 0;
  left: 0;
}

.faq-list .faq__a {
  padding: .2rem 0 .2rem 2.25rem;
  position: relative;
}
.faq-list .faq__a .label {
  font-family: var(--font1);
  display: block;
  font-size: 1.154rem;
  line-height: 1.75;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.faq-list .faq__a a:not([class*="btn"]) {
  color: inherit;
  text-decoration: underline;
}
.faq-list .faq__a a[class*="btn"] {
  margin-top: .75em;
}

@media (min-width: 992px) {
  .faq-list {
    margin: 0 1.5rem;
  }
}


/* ==========================================================================
   Menu content
========================================================================== */



/* ==========================================================================
   Color
========================================================================== */
.bg-white {
  background-color: var(--white);
}
.bg-l-gray {
  background-color: var(--l-gray);
  overflow: hidden;
}
.bg-l-gray2 {
  background-color: var(--l-gray2);
}
.bg-l-gray3 {
  background-color: var(--l-gray3);
}
.bg-color1 {
  background-color: var(--color1);
  color: var(--white);
}
.color-base1 {
  color: var(--color-base1);
}
.color-base2 {
  color: var(--color-base2);
}
.color1 {
  color: var(--color1);
}
.color2 {
  color: var(--color2);
}
.color3 {
  color: var(--color3);
}
.white {
  color: var(--white);
}
.gray {
  color: var(--gray);
}
.d-gray {
  color: var(--d-gray);
}
.black {
  color: var(--black);
}
.red {
  color: var(--red);
}


section[class*="bg-"] {
  overflow: hidden;
}


/* ==========================================================================
   WP Post
========================================================================== */
.article__header {
  border-bottom: 1px solid var(--border1);
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}
.article__header .entry__ttl {
  padding-bottom: .25rem;
}
.article__header .entry__meta {
  font-size: .857rem;
  display: flex;
  align-items: center;
}
.article__header .entry__meta time::after {
  content: '|';
  color: var(--border1);
  display: inline-block;
  margin-left: 1.5em;
}
.article__header .entry__meta .category {
  padding: .25rem 0;
  margin-left: 1.25em;
}
.article__header .entry__meta .category span {
  margin-left: .25em;
}
.article__header .ttl {
  margin: 0 !important;
}


.category {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem;
}

.article__footer {
  margin: 60px auto 15px;
  padding-top: 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* entry__content */
.entry__content {
  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: 3rem;
}
.entry__content dt {
  font-feature-settings: "palt";
  background-color: #1a1a1a;
  font-weight: 700;
  font-size: 1.125em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.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(--l-gray2);
  border: 1px solid var(--border1);
  padding: 0.5em;
  font-weight: 400;
}
.entry__content table tbody th {
  text-align: left;
}
.entry__content table td {
  border: 1px solid var(--border1);
  padding: 0.5em;
}

.entry__content ul, .entry__content ol {
  margin-left: 0;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 3rem;
  counter-reset: cnt;
}
.entry__content ol ol, .entry__content ul ul, .entry__content ol ul, .entry__content ul ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.entry__content ol li, .entry__content ul li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.entry__content ol li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.entry__content ol li::before {
  font-family: sans-serif;
  content: "( " counter(cnt) " )";
  margin-right: 0.5em;
}
.entry__content ol li ol li::before {
  font-family: sans-serif;
  display: inline-block;
  width: 2em;
  text-align: center;
  margin-right: 0;
  content: counter(cnt);
  transform: scale(0.75);
}
.entry__content ol li ol li::after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  border: 1px solid currentColor;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.65);
}
.entry__content ol li ol li ol {
  margin-left: 2em;
}

.entry__content p {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.entry__content h1, 
.entry__content h2, 
.entry__content h3, 
.entry__content h4, 
.entry__content h5, 
.entry__content h6 {
  margin: 2em 0 1rem;
  display: flex;
  align-items: center;
}
.entry__content h1::before, 
.entry__content h2::before, 
.entry__content h3::before, 
.entry__content h4::before, 
.entry__content h5::before, 
.entry__content h6::before {
  content: '●';
  color: var(--color1);
  font-size: .5rem;
  margin-right: 1rem;
}

.entry__content h1 {
  font-size: 1.846em;
}
.entry__content h2 {
  font-size: 1.692em;
}
.entry__content h3 {
  font-size: 1.538em;
}
.entry__content h4 {
  font-size: 1.385em;
}
.entry__content h5 {
  font-size: 1.154em;
}
.entry__content h6 {
  font-size: 1em;
  
}

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

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

.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 small svg {
  max-width: 16px;
  top: 3px;
  position: relative;
  fill: var(--color2);
}



/* ==========================================================================
   Pagination - Archive
========================================================================== */
.pagination,
.wp-prev-next {
  margin: 30px 0 15px;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  padding: 0;
}
.pagination li {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.pagination li .page-numbers {
  margin: 0 0.375em;
  padding: 0;
  width: 2em;
  font-size: 1.077em;
  line-height: 2.5rem;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px solid var(--border1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li .page-numbers:hover,
.pagination li .page-numbers:focus {
  border-color: currentColor;
}
.pagination li .page-numbers.current {
  border-color: var(--color1);
  cursor: default;
}

.pagination li .page-numbers.next,
.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%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m.5%204h11%22%2F%3E%3Cpath%20d%3D%22m8%207.5%203.5-3.5-3.5-3.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: 12px;
  height: 2.5rem;
  margin: 0 0 0 1.5em;
  border-bottom: 0;
  position: relative;
}
.pagination li .page-numbers.prev {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m.5%204h11%22%2F%3E%3Cpath%20d%3D%22m4%20.5-3.5%203.5%203.5%203.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  margin: 0 1.5em 0 0;
}

/* ==========================================================================
   Pagination - Single
========================================================================== */
.paginav {
  border-top: 1px solid var(--border1);
  padding-top: 3rem;
}
.paginav a {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  line-height: 3;
  white-space: nowrap;
  margin: 1em 0;
}
.paginav a svg {
  display: block;
}

.paginav .row {
  margin-right: -0.5em;
  margin-left: -0.5em;
}
.paginav .row > * {
  padding: 0 0.5em;
}
.paginav .next {
  text-align: right;
}
.paginav .back a {
  flex-direction: column;
}

.paginav .next a,
.paginav .prev a {
  padding: 0 20px 0 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m.5%204h11%22%2F%3E%3Cpath%20d%3D%22m8%207.5%203.5-3.5-3.5-3.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: 12px;
}
.paginav .prev a {
  padding: 0 0 0 20px;
  background-position: left center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m.5%204h11%22%2F%3E%3Cpath%20d%3D%22m4%20.5-3.5%203.5%203.5%203.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

@media (max-width: 991px) {
  .paginav {
    padding-top: 2rem;
  }
}

/* ==========================================================================
   Form
========================================================================== */

.form-box .form-group {
  margin-bottom: 1.5rem;
}
.form-box .row:not(.buttons) {
  margin: 0 -5px;
}
.form-box .row + .row:not([class*="col"]) {
  margin-top: 10px;
}
.form-box .row > * {
  padding: 0 5px;
}
.form-box .row > span {
  display: block;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.666667% !important;
  }
}
.form-box .form-label {
  display: block;
  line-height: 31px;
  padding: 9px 0;
}
.form-box .form-label .req,
.form-box .form-label .badge {
  margin-left: .5em;
}
.form-box .buttons {
  margin-top: 30px;
  margin-bottom: 6em;
}
.form-box .btn {
  border-radius: 0;
  margin-top: 15px;
  text-align: center;
}
.form-box .btn::before {
  content: '';
  display: block;
  width: .923em;
  height: .923em;
  position: absolute;
  right: 1.25em;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22none%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20width%3D%2212%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%200h12v8h-12z%22%20transform%3D%22matrix(1%200%200%20-1%200%208)%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22m7.65185%207.84667c-.10121-.10191-.15801-.23971-.15801-.38334%200-.14362.0568-.28142.15801-.38333l2.53335-2.53333h-9.648017c-.143571%200-.281261-.05704-.382781-.15855-.1015193-.10152-.15855239-.23922-.15855239-.38279s.05703309-.28126.15855239-.38278c.10152-.10152.23921-.15855.382781-.15855h9.641317l-2.53332-2.533334c-.10025-.102413-.15639-.24002-.15639-.383331s.05614-.280921.15639-.383334c.04967-.050798.10899-.0911598.17448-.1187158.06548-.0275559.13581-.04175041.20686-.04175041.07104%200%20.14137.01419451.20686.04175041.06548.027556.1248.0679178.17447.1187158l3.43465%203.458669c.0467.05017.0846.10787.112.17066.028.06573.0421.13656.0413.208-.0001.14157-.0556.27745-.1546.37867l-3.43468%203.45867c-.04901.05011-.10741.09008-.17187.11761s-.13372.04208-.20381.04282-.13964-.01234-.20467-.03849c-.06503-.02616-.12426-.06488-.17432-.11394z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: contain;
}

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(--l-gray);
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  font-size: 1rem;
  color: inherit;
  width: min(100%, 30em);
  transition: border 0.2s ease-out;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--border1);
}
/* label {
  cursor: pointer;
} */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  height: 49px;
  padding: 10px 15px;
}
textarea {
  padding: 10px;
  width: 100%;
  height: auto;
}
select {
  width: min(100%, 30em);
  height: 49px;
  padding: 10px 25px 10px 15px;
  background-image: url(../img/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 10px 6px;
}
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);
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  background: var(--l-gray);
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  color: inherit;
  width: 24px;
  height: 24px;
  margin: 0 1em 0 0 !important;
  position: relative;
}
input[type="checkbox"]:before {
  position: absolute;
  top: 10%;
  left: 32%;
  transform: rotate(45deg);
  width: 32%;
  height: 64%;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  content: '';
  transition: border 0.2s ease-out;
}
input[type="checkbox"]:checked:before {
  border-color: var(--color1);
}
input[type="radio"] {
  border-radius: 100%;
}
input[type="radio"]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: var(--color1);
  content: '';
  transform: scale(0.5);
  transition: 0.15s;
}
input[type="radio"]:checked:before {
  background: var(--color1);
  transform: scale(0.6);
}

.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: 0.923em;
}

.form-box a {
  color: var(--color1);
  text-decoration: underline;
}
.form-box a:hover {
  text-decoration: none;
}

.req {
  color: var(--red);
}
::placeholder {
  color: var(--gray);
}
::-ms-input-placeholder {
  color: var(--gray);
}
:-ms-input-placeholder {
  color: var(--gray);
}


@media (max-width: 767px) {
  .any.badge {
    display: none;
  }
}
@media (max-width: 575px) {
  input[type="text"],
  input[type="email"],
  select {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .form-box .form-group {
    display: flex;
  }
  .form-box .form-group .form-label {
    flex: 0 0 30%;
  }
  .form-box .form-group .form-field {
    flex-basis: 70%;
  }
}
@media (min-width: 992px) {
  .form-box .buttons {
    margin-bottom: 8em;
  }
}

.form-scroll-field {
  color: #666;
  font-family: var(--gothic);
  font-size: 0.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 label {
  justify-content: center;
}

.form-scroll-field > * {
  margin: 0 0 0.75rem;
}

.mw_wp_form_send_error {
  text-align: center;
}
.mw_wp_form .error {
  color: var(--red);
  font-family: var(--gothic);
  font-size: 0.923em;
  line-height: 1.25;
  margin: 5px 0;
}

.mw_wp_form_input .hidden-txt {
  min-height: 45px;
  display: flex;
  align-items: center;
}

.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-group {
  padding: 10px 0 15px;
  border-bottom: 1px solid var(--l-gray);
}
.mw_wp_form_confirm .form-label {
  line-height: inherit;
}
p.check {
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .mw_wp_form_confirm .form-label {
    padding: 0;
  }
  .mw_wp_form_confirm .form-box .form-group .form-label .badge {
    top: 0;
  }
}

.mwform-radio-field:first-of-type {
  margin-top: 6px;
}
.mwform-radio-field:last-of-type {
  margin-bottom: 6px;
}

.mw_wp_form .vertical-item + .vertical-item {
    margin-top: 10px;
}
.mw_wp_form .horizontal-item {
  display: inline-flex;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 20px;
}

/****************************************************************************
   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;
  }
}

li {
  list-style: none;
}

.single small {
  border: 1px dotted;
  display: block;
  padding: 0 0.4rem;
}

.ilink {
  text-decoration: underline;
  display: inline;
  margin: 0 0.2rem;
}
.ilink:hover {
  color: #d00;
}
