/*!
Theme Name: jdac-s
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jdac-s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

jdac-s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #1B152F;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #000000;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.btn a {
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  font-weight: 400;
  min-width: 210px;
  padding: 0.5rem 0;
  text-decoration: none;
  color: #fff;
  background: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn a {
    min-width: 150px;
    max-width: 205px;
    height: 2rem;
    font-size: 0.65rem;
  }
}
.btn a .btn-text {
  flex: 1;
}
.btn a .btn-arrow {
  width: 10%;
  height: 3rem;
  display: inline-flex;
  transition: all 0.3s ease;
  position: absolute;
  right: 15px;
}
.btn a .btn-arrow svg {
  width: 100%;
}
.btn a:hover {
  background: #403A7A;
}
.btn a:hover .btn-arrow {
  right: -5%;
}
.btn.btn-bg-wh a {
  color: #000;
  background: #fff;
}
.btn.btn-bg-wh a:hover {
  background: #403A7A;
  color: #fff;
}
.btn.is-disable {
  background: #5A5A5A;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  font-weight: 400;
  min-width: 210px;
  padding: 0.5rem 0;
  max-width: 210px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn.is-disable {
    min-width: 150px;
    max-width: 205px;
    height: 2rem;
    font-size: 0.65rem;
  }
}
.btn.is-disable .btn-text {
  flex: 1;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Titles
--------------------------------------------- */
@media screen and (max-width: 768px) {
  .section-title {
    text-align: center;
  }
}
.section-title .en {
  margin: 0 auto 0.65rem;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .section-title .en {
    font-size: 25px;
    margin: 0 auto 0.15rem;
  }
}
.section-title .jp {
  font-weight: 700;
  font-size: 0.85rem;
}
@media screen and (max-width: 768px) {
  .section-title .jp {
    font-size: 0.65rem;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100svh;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(80px, 12vh, 140px) 0;
}
@media screen and (max-width: 1024px) {
  .hero {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    align-items: flex-start;
    padding: 96px 20px 56px;
  }
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg .hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__inner {
  /*z-index: 1; */
  width: min(1080px, 100%);
  display: grid;
  place-items: center;
  text-align: center;
  gap: clamp(28px, 4vh, 36px);
}
@media screen and (max-width: 1024px) {
  .hero__inner {
    width: 100%;
    align-items: center;
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .hero__inner {
    align-items: flex-start;
  }
}

.hero__outlines {
  position: absolute;
  top: clamp(18.3rem, 19vw, 74rem);
  left: 4vw;
  display: flex;
  place-items: center;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.16);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .hero__outlines {
    top: clamp(10.3rem, 19vw, 74rem);
    width: 100%;
  }
}
.hero__outlines .hero__outline {
  line-height: 0;
  opacity: 0.75;
}
@media screen and (max-width: 1024px) {
  .hero__outlines .hero__outline {
    font-size: clamp(2.8rem, 18vw, 5.8rem);
  }
}
.hero__outlines .hero__outline.hero__outline--primary {
  position: absolute;
  /*width: clamp(10rem, 15vw, 21rem);*/
  width: 17%;
}
@media screen and (max-width: 768px) {
  .hero__outlines .hero__outline.hero__outline--primary {
    width: clamp(6.4rem, 15vw, 21rem);
  }
}
.hero__outlines .hero__outline.hero__outline--secondary-pc {
  width: clamp(10rem, 92vw, 217rem);
  padding-left: clamp(9rem, 12vw, 21rem);
  transform: scale(1.4);
  transform-origin: left;
}
@media screen and (max-width: 768px) {
  .hero__outlines .hero__outline.hero__outline--secondary-pc {
    display: none;
  }
}
.hero__outlines .hero__outline.hero__outline--secondary-01-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero__outlines .hero__outline.hero__outline--secondary-01-sp {
    display: block;
    position: absolute;
    left: 28vw;
    width: clamp(26rem, 18vw, 21rem);
    top: clamp(-4.7rem, 2vw, 74rem);
  }
}
.hero__outlines .hero__outline.hero__outline--secondary-02-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero__outlines .hero__outline.hero__outline--secondary-02-sp {
    display: block;
    position: absolute;
    left: -24vw;
    width: clamp(42rem, 18vw, 21rem);
    top: clamp(-4.7rem, 34vw, 74rem);
  }
}

.hero-opening {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 30;
  pointer-events: none;
}

.hero.is-opening .hero__outline--primary {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  z-index: 40;
}

.hero__content {
  display: grid;
  position: absolute;
  top: clamp(21rem, 19vw, 74rem);
}
@media screen and (max-width: 768px) {
  .hero__content {
    width: 93%;
    align-items: center;
    top: 15%;
  }
}

.hero__title {
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 0;
  margin-bottom: 6vw;
}
@media screen and (max-width: 768px) {
  .hero__title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: clamp(1.1rem, 5.5vw, 2.6rem);
    line-height: 1.4;
    margin: 0 auto;
  }
}

.hero__subtitle {
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.7rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.hero__lead {
  position: absolute;
  bottom: 3vw;
  left: 3vw;
  margin: 0;
  font-size: clamp(0.5rem, 1vw, 0.75rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88);
}
@media screen and (max-width: 768px) {
  .hero__lead {
    font-size: 0.5rem;
    line-height: 1.5;
    letter-spacing: -0.02em;
    text-align: left;
  }
  .hero__lead .hero__subtitle {
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 0.3rem;
  }
}
.hero__lead .line {
  display: inline-block;
  height: 1px;
  background: #fff;
  width: 2.5em;
  margin-right: 0.3em;
  margin-top: -3px;
  vertical-align: middle;
}

.hero__scroll {
  position: absolute;
  right: clamp(12px, 2vw, 28px);
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 215, 96, 0.9);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.hero__scroll-text svg {
  width: 8px;
}
@media screen and (max-width: 768px) {
  .hero__scroll-text svg {
    width: 7px;
    height: 45px;
  }
}

.hero__scroll-line {
  display: inline-block;
  width: 1px;
  height: 7vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero__scroll-line {
    width: 1px;
    height: 100px;
  }
}

.hero__scroll-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: -7vw;
  width: 1px;
  height: 7vw;
  background: currentColor;
  animation: scroll-line 2.4s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .hero__scroll-line::before {
    height: 100px;
    top: -100px;
  }
}

@keyframes scroll-line {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    transform: translateY(7vw);
    opacity: 1;
  }
  100% {
    transform: translateY(7vw);
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  @keyframes scroll-line {
    0% {
      transform: translateY(0);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    60% {
      transform: translateY(100px);
      opacity: 1;
    }
    100% {
      transform: translateY(100px);
      opacity: 0;
    }
  }
}
.section .cols-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .section .cols-2 {
    flex-direction: column;
  }
}
.section .cols-2-block:nth-of-type(1) {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .section .cols-2-block:nth-of-type(1) {
    width: 100%;
  }
}
.section .cols-2-block:nth-of-type(2) {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .section .cols-2-block:nth-of-type(2) {
    width: 100%;
  }
}

.section-about {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .section-about .section-inner {
    flex-direction: column-reverse;
  }
}
.section-about .section-title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .section-about .section-title {
    position: absolute;
    top: -7rem;
    right: 0;
    left: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
  }
}
.section-about .text-block {
  padding: 6rem 5rem;
}
@media screen and (max-width: 768px) {
  .section-about .text-block {
    position: relative;
    padding: 3rem 2rem;
  }
}
.section-about .text-main {
  font-size: clamp(0.5rem, 1.3vw, 0.95rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-about .text-main {
    font-size: 0.65rem;
  }
}
.section-about .img-block {
  background: url("/wp/wp-content/themes/jdac-s/assets/image/top/bg_about.webp") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .section-about .img-block {
    background: url("/wp/wp-content/themes/jdac-s/assets/image/top/bg_about_sp.webp") no-repeat center;
    background-size: cover;
    padding-top: 90vw;
  }
}

.section-member {
  background: #fff;
}
.section-member .text-block {
  padding: 5rem 4rem;
}
@media screen and (max-width: 768px) {
  .section-member .text-block {
    padding: 3rem 2rem;
  }
}
.section-member .text-main {
  font-size: clamp(0.5rem, 1.3vw, 0.95rem);
  line-height: 1.8;
}
.section-member .text-main .member-list {
  display: grid;
  gap: 40px;
}
.section-member .text-main .member-list-item {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .section-member .text-main .member-list-item {
    flex-direction: column;
    gap: 15px;
  }
}
.section-member .text-main .member-list-item .member-list-img {
  width: 20%;
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .section-member .text-main .member-list-item .member-list-img {
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 15px;
  }
  .section-member .text-main .member-list-item .member-list-img img {
    width: 33%;
  }
  .section-member .text-main .member-list-item .member-list-img .sp-name .name {
    font-size: 1rem;
  }
  .section-member .text-main .member-list-item .member-list-img .sp-name .name .en {
    font-size: 0.5rem;
    margin-left: 0.5rem;
  }
}
.section-member .text-main .member-list-item .member-list-text {
  margin: 0;
}
.section-member .text-main .member-list-item .member-list-text dt {
  margin-bottom: 1rem;
  line-height: 1;
}
.section-member .text-main .member-list-item .member-list-text dt .position {
  font-size: 0.75rem;
  font-weight: 300;
  margin-bottom: 0.6rem;
  display: block;
}
.section-member .text-main .member-list-item .member-list-text dt .name {
  font-size: 1.3rem;
  font-weight: 500;
}
.section-member .text-main .member-list-item .member-list-text dt .name .en {
  display: inline-block;
  padding-left: 0.75rem;
  font-size: 0.75rem;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 300;
}
.section-member .text-main .member-list-item .member-list-text dd {
  font-size: 0.65rem;
  line-height: 1.8;
  margin: 0;
}
.section-member .img-block {
  background: url("/wp/wp-content/themes/jdac-s/assets/image/top/img_member.webp") no-repeat center;
  background-size: cover;
  padding: 6rem 5rem;
}
@media screen and (max-width: 768px) {
  .section-member .img-block {
    background: url("/wp/wp-content/themes/jdac-s/assets/image/top/img_member_sp.webp") no-repeat center;
    background-size: cover;
    padding: 3rem 0;
  }
}

.section-topics {
  background: url("/wp/wp-content/themes/jdac-s/assets/image/top/bg_topics.webp") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .section-topics {
    background: url("/wp/wp-content/themes/jdac-s/assets/image/top/bg_topics_sp.webp") no-repeat center;
    background-size: cover;
  }
}
.section-topics .section-inner {
  padding: 6rem 5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-topics .section-inner {
    padding: 3rem 2rem;
  }
}
.section-topics .section-inner .section-title {
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .section-topics .section-inner .section-title {
    margin-bottom: 5.5rem;
  }
}
.section-topics .section-inner .topics-swiper-container {
  position: relative;
  overflow: visible;
}
.section-topics .section-inner .topics-swiper {
  position: relative;
  overflow: visible;
}
.section-topics .section-inner .topics-swiper .swiper-slide {
  width: 24vw;
}
@media screen and (max-width: 768px) {
  .section-topics .section-inner .topics-swiper .swiper-slide {
    width: 80%;
  }
}
.section-topics .section-inner .swiper-button {
  position: absolute;
  top: -3rem;
  right: 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .section-topics .section-inner .swiper-button {
    top: -1.5rem;
  }
}
.section-topics .section-inner .swiper-button-prev {
  margin-right: -1px;
}
.section-topics .section-inner .swiper-button-prev,
.section-topics .section-inner .swiper-button-next {
  left: 0;
  right: 0;
  position: relative;
  border: 1px solid #000;
  background: #fff;
  width: 3.5rem;
  height: 1.7rem;
  padding: 0px 17px;
  color: #000;
  transition: all 0.3s ease;
}
.section-topics .section-inner .swiper-button-prev svg,
.section-topics .section-inner .swiper-button-next svg {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}
.section-topics .section-inner .swiper-button-prev:hover,
.section-topics .section-inner .swiper-button-next:hover {
  background: #000;
  color: #fff;
}
.section-topics .section-inner .swiper-button-prev:hover svg {
  right: 2px;
}
.section-topics .section-inner .swiper-button-next:hover svg {
  left: 2px;
}
.section-topics .section-inner .topics-post-item {
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-topics .section-inner .topics-post-item {
    width: 100%;
  }
}
.section-topics .section-inner .topics-post-item .post-item-thum {
  margin-bottom: 0.65rem;
}
.section-topics .section-inner .topics-post-item .post-item-body {
  font-weight: 300;
  padding: 0 0.5rem;
}
.section-topics .section-inner .topics-post-item .post-item-body .date {
  font-size: 0.65rem;
  margin-bottom: 0.4rem;
}
.section-topics .section-inner .topics-post-item .post-item-body .title {
  font-size: 0.7rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .section-topics .section-inner .topics-post-item .post-item-body .title {
    font-size: 0.65rem;
  }
}

.section-assignment {
  background: #000;
}
.section-assignment .section-title {
  color: #fff;
  margin-bottom: 2.5rem;
}
.section-assignment .text-block {
  padding: 6rem 5rem;
  color: #fff;
  font-size: clamp(0.5rem, 1.3vw, 1rem);
}
@media screen and (max-width: 768px) {
  .section-assignment .text-block {
    padding: 3rem 2rem 2rem;
    font-size: 0.65rem;
  }
}
.section-assignment .img-block {
  padding: 5rem 4rem 5rem 0;
}
@media screen and (max-width: 768px) {
  .section-assignment .img-block {
    padding: 0 2rem 3rem;
  }
}

.section-method {
  background: #fff;
}
.section-method .section-title {
  color: #000;
  padding: 0 5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .section-method .section-title {
    padding: 0;
  }
}
.section-method .section-inner {
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .section-method .section-inner {
    padding: 3rem 0;
  }
}
.section-method .method-content {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "helvetica-lt-pro", sans-serif;
  text-align: center;
  padding: 2rem 0 10rem;
}
.section-method .method-content span {
  opacity: 0.15;
}
@media screen and (max-width: 768px) {
  .section-method .method-content {
    font-size: 25px;
    padding: 0;
  }
}

.section-scope {
  background: url("/wp/wp-content/themes/jdac-s/assets/image/top/bg_scope.webp") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .section-scope {
    background: url("/wp/wp-content/themes/jdac-s/assets/image/top/bg_scope_sp.webp") no-repeat center;
    background-size: cover;
  }
}
.section-scope .section-title {
  color: #fff;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-scope .section-title {
    margin-bottom: 2.5rem;
  }
}
.section-scope .section-inner {
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .section-scope .section-inner {
    padding: 3rem 2rem;
  }
}
.section-scope .scope-content-lead {
  font-weight: 400;
  font-size: 0.85rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section-scope .scope-content-lead {
    font-size: 0.65rem;
  }
}
.section-scope .scope-content-list {
  padding: 0 5rem;
  display: flex;
  justify-content: center;
  gap: 3vw;
}
@media screen and (max-width: 768px) {
  .section-scope .scope-content-list {
    padding: 0;
    flex-direction: column;
    gap: 24px;
  }
}
.section-scope .scope-content-list .scope-list-item dl {
  border: 1px solid #fff;
  color: #fff;
  margin: 0;
}
.section-scope .scope-content-list .scope-list-item dl dt {
  border-bottom: 1px solid #fff;
  padding: 1.2rem 1.7rem;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section-scope .scope-content-list .scope-list-item dl dt {
    font-size: 1rem;
    padding: 1rem 0;
    text-align: center;
  }
}
.section-scope .scope-content-list .scope-list-item dl dd {
  margin: 0;
  padding: 1.2rem 1.7rem;
  font-size: clamp(0.5rem, 1.3vw, 0.9rem);
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .section-scope .scope-content-list .scope-list-item dl dd {
    padding: 1rem 1.7rem;
    font-size: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.section-philosophy {
  background: url("/wp/wp-content/themes/jdac-s/assets/image/top/bg_philosophy.webp") no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-philosophy {
    background: url("/wp/wp-content/themes/jdac-s/assets/image/top/bg_philosophy_sp.webp") no-repeat center;
    background-size: cover;
  }
}
.section-philosophy::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 6rem;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: -3rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-philosophy::before {
    padding-top: 3rem;
  }
}
.section-philosophy .section-title {
  color: #fff;
  margin-bottom: 3rem;
  text-align: center;
}
.section-philosophy .section-inner {
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .section-philosophy .section-inner {
    padding: 3rem 0;
  }
}
.section-philosophy .philosophy-item {
  margin: 0 auto 4rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section-philosophy .philosophy-item {
    margin: 0 auto 2.2rem;
  }
}
.section-philosophy .philosophy-item dl {
  margin: 0 auto;
}
.section-philosophy .philosophy-item dl dt {
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "helvetica-lt-pro", sans-serif;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .section-philosophy .philosophy-item dl dt {
    font-size: 1.25rem;
  }
}
.section-philosophy .philosophy-item dl dd {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-philosophy .philosophy-item dl dd {
    font-size: 0.88rem;
  }
}
.section-philosophy .philosophy-item .value-detail {
  margin: 0.9rem auto 0;
  display: flex;
  justify-content: center;
  gap: 3vw;
}
@media screen and (max-width: 768px) {
  .section-philosophy .philosophy-item .value-detail {
    margin: 1.5rem auto 0;
    flex-direction: column;
    gap: 20px;
  }
}
.section-philosophy .philosophy-item .value-detail-item {
  width: min(23vw, 345px);
}
@media screen and (max-width: 768px) {
  .section-philosophy .philosophy-item .value-detail-item {
    width: 100%;
  }
}
.section-philosophy .philosophy-item .value-detail-item .item-name {
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.section-philosophy .philosophy-item .value-detail-item .item-name span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.2rem;
  min-width: 6rem;
}
@media screen and (max-width: 768px) {
  .section-philosophy .philosophy-item .value-detail-item .item-name span {
    padding: 2px 0.2rem;
  }
}
.section-philosophy .philosophy-item .value-detail-item .item-name-ja {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .section-philosophy .philosophy-item .value-detail-item .item-name-ja {
    font-size: 0.65rem;
  }
}
.section-philosophy .philosophy-item .value-detail-item .item-caption {
  font-size: clamp(0.5rem, 1.3vw, 0.95rem);
}
@media screen and (max-width: 768px) {
  .section-philosophy .philosophy-item .value-detail-item .item-caption {
    font-size: 0.65rem;
  }
}

.section-promise {
  background: url("/wp/wp-content/themes/jdac-s/assets/image/top/bg_promise.webp") no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-promise {
    background: url("/wp/wp-content/themes/jdac-s/assets/image/top/bg_promise_sp.webp") no-repeat center;
    background-size: cover;
  }
}
.section-promise .section-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 3rem;
  text-align: center;
}
.section-promise .section-inner {
  padding: 6rem 0 14rem;
}
@media screen and (max-width: 768px) {
  .section-promise .section-inner {
    padding: 3rem 0;
  }
}
.section-promise .circle-list {
  display: flex;
  justify-content: center;
  gap: 5vw;
}
@media screen and (max-width: 768px) {
  .section-promise .circle-list {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.section-promise .circle-item {
  width: min(23vw, 310px);
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section-promise .circle-item {
    width: 59.5vw;
    max-width: 280px;
  }
}
.section-promise .circle-content {
  text-align: center;
  padding: 0 7%;
  width: 92%;
}
.section-promise .circle-title {
  font-size: clamp(16px, 1.7vw, 1.7rem);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-promise .circle-title {
    font-size: clamp(20px, 1.7vw, 1.7rem);
    margin-bottom: 15px;
  }
}
.section-promise .circle-line {
  display: block;
  width: 40%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .section-promise .circle-line {
    width: 95%;
    margin: 0 auto 15px;
  }
}
.section-promise .circle-text {
  font-size: clamp(0.5rem, 1.3vw, 0.9rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-promise .circle-text {
    font-size: clamp(0.65rem, 1.3vw, 0.9rem);
  }
}

.terms-content {
  background: #000 url("/wp/wp-content/themes/jdac-s/assets/image/terms/bg_terms.webp") no-repeat top center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .terms-content {
    background: #000 url("/wp/wp-content/themes/jdac-s/assets/image/terms/bg_terms_sp.webp") no-repeat top center;
    background-size: contain;
  }
}

.policy-content {
  background: #000 url("/wp/wp-content/themes/jdac-s/assets/image/policy/bg_policy.webp") no-repeat top center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .policy-content {
    background: #000 url("/wp/wp-content/themes/jdac-s/assets/image/policy/bg_policy_sp.webp") no-repeat top center;
    background-size: contain;
  }
}

.contact-content {
  background: #000 url("/wp/wp-content/themes/jdac-s/assets/image/contact/bg_contact.webp") no-repeat top center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .contact-content {
    background: #000 url("/wp/wp-content/themes/jdac-s/assets/image/contact/bg_contact_sp.webp") no-repeat top center;
    background-size: contain;
  }
}

.site-main.singlepage {
  padding-top: 10rem;
  padding-bottom: 235px;
}
@media screen and (max-width: 768px) {
  .site-main.singlepage {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }
}
.site-main.singlepage .section-title {
  text-align: center;
  color: #fff;
}
.site-main.singlepage article.page {
  padding: 3rem 5rem;
}
@media screen and (max-width: 768px) {
  .site-main.singlepage article.page {
    padding: 3rem 2rem 1rem;
  }
}
.site-main.singlepage .entry-content {
  background: #fff;
  margin: 0 auto;
  padding: 7vw 9vw;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .site-main.singlepage .entry-content {
    padding: 9vw 7vw;
  }
}
.site-main.singlepage .entry-content h2 {
  margin: 0 auto;
  font-size: clamp(0.7rem, 1.5vw, 1rem);
  line-height: 1.7;
}
.site-main.singlepage .entry-content p {
  font-size: clamp(0.6rem, 1.3vw, 0.9rem);
}
.site-main.singlepage .entry-content .wp-block-list {
  font-size: clamp(0.6rem, 1.3vw, 0.9rem);
  margin: 1rem 0 0;
  padding-left: 1rem;
}

.form__steps {
  margin: 0 auto 4rem;
  position: relative;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .form__steps {
    margin: 0 auto 3rem;
    gap: 4.5rem;
  }
}
.form__steps::before {
  content: "";
  width: 230px;
  height: 1px;
  background: #868686;
  display: block;
  z-index: 0;
  position: absolute;
  bottom: -0.43rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .form__steps::before {
    width: 180px;
  }
}
.form__steps p {
  position: relative;
  color: #868686;
  font-size: clamp(0.6rem, 1.3vw, 1rem);
}
.form__steps p::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #868686;
  border: 5px solid #fff;
  border-radius: 100%;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.form__steps p.step__current {
  color: #000;
}
.form__steps p.step__current::before {
  background: #000;
}

.contact-content .wp-block-contact-form-7-contact-form-selector {
  width: 58%;
  margin: 5rem auto 0;
}
@media screen and (max-width: 768px) {
  .contact-content .wp-block-contact-form-7-contact-form-selector {
    width: 94%;
    margin: 2rem auto 0;
  }
}
.contact-content .wp-block-contact-form-7-contact-form-selector .page-input-item {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .contact-content .wp-block-contact-form-7-contact-form-selector .page-input-item {
    margin-bottom: 1.3rem;
  }
}
.contact-content .wp-block-contact-form-7-contact-form-selector .page-input-item .icon_required {
  background: #FF0000;
  color: #fff;
  display: inline-block;
  border-radius: 5rem;
  font-size: 9px;
  padding: 0 6px;
  vertical-align: middle;
  margin-left: 7px;
}
.contact-content .wp-block-contact-form-7-contact-form-selector .page-input-item .input-item-text {
  margin-bottom: 0.4rem;
}
.contact-content .wp-block-contact-form-7-contact-form-selector .page-input-item .input-item-text p {
  display: flex;
  align-items: center;
}
.contact-content .wp-block-contact-form-7-contact-form-selector .page-input-item .page-input {
  width: 100%;
  border: 1px solid #000;
  padding: 10px 6px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .contact-content .wp-block-contact-form-7-contact-form-selector .page-input-item .page-input {
    padding: 4px;
  }
}
.contact-content .wp-block-contact-form-7-contact-form-selector .page-input-buttom {
  text-align: center;
}
.contact-content .wp-block-contact-form-7-contact-form-selector .page-input-buttom p > span {
  margin-bottom: 0.7rem;
  display: inline-block;
}
.contact-content .wp-block-contact-form-7-contact-form-selector .page-input-buttom a {
  color: #403A7A;
}
.contact-content .wp-block-contact-form-7-contact-form-selector .page-input-buttom input.submitconfirm {
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 0.5rem 0;
  min-width: 250px;
  font-size: 0.85rem;
  font-weight: 400;
  height: 3rem;
  transition: background 0.5s ease !important;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-content .wp-block-contact-form-7-contact-form-selector .page-input-buttom input.submitconfirm {
    min-width: 205px;
    font-size: 0.75rem;
  }
}
.contact-content .wp-block-contact-form-7-contact-form-selector .page-input-buttom input.submitconfirm:hover {
  background: #403A7A;
}
.contact-content .wp-block-contact-form-7-contact-form-selector .page-input-buttom .input-buttom {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.contact-content .wp-block-contact-form-7-contact-form-selector .page-input-buttom .input-buttom::after {
  content: "";
  width: 2rem;
  height: 10px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  mix-blend-mode: difference;
  background: url("/wp/wp-content/themes/jdac-s/assets/image/common/icon_submit.svg") no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .contact-content .wp-block-contact-form-7-contact-form-selector .page-input-buttom .input-buttom::after {
    width: 1.5rem;
    height: 6px;
  }
}
.contact-content .wp-block-contact-form-7-contact-form-selector .page-input-buttom .input-buttom:hover::after {
  right: -0.7rem;
}
.contact-content .wp-block-contact-form-7-contact-form-selector .page-input-buttom .wpcf7-spinner {
  display: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.submitconfirm[disabled] {
  opacity: 0.2;
  cursor: not-allowed;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.submitconfirm[disabled]:hover {
  background: #000000;
}

.contact-content .wp-block-contact-form-7-contact-form-selector .page-input-buttom .input-buttom:has(input:disabled)::after {
  opacity: 0.3;
}

.contact-content .wp-block-contact-form-7-contact-form-selector .page-input-buttom .input-buttom:hover:has(input:disabled)::after {
  right: 1rem;
}

.das-content {
  background: #000 url("/wp/wp-content/themes/jdac-s/assets/image/das/bg_das.webp") no-repeat top center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .das-content {
    background: #000 url("/wp/wp-content/themes/jdac-s/assets/image/das/bg_das_sp.webp") no-repeat top center;
    background-size: contain;
    padding-bottom: 0 !important;
  }
}

.das-content.singlepage article.page {
  padding: 0;
}

.section-das .section-inner {
  padding: 0 5rem 19rem;
}
@media screen and (max-width: 768px) {
  .section-das .section-inner {
    padding: 0 0 1rem;
  }
}
.section-das .section-inner .section-title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section-das .section-inner .section-title {
    text-align: center;
  }
}

.section-philosophy {
  background: url("/wp/wp-content/themes/jdac-s/assets/image/top/bg_philosophy.webp") no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-philosophy {
    background: url("/wp/wp-content/themes/jdac-s/assets/image/top/bg_philosophy_sp.webp") no-repeat center;
    background-size: cover;
  }
}
.section-philosophy::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 6rem;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: -3rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-philosophy::before {
    padding-top: 3rem;
  }
}
.section-philosophy .section-title {
  color: #fff;
  margin-bottom: 3rem;
  text-align: center;
}
.section-philosophy .section-inner {
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .section-philosophy .section-inner {
    padding: 3rem 0;
  }
}
.section-philosophy .philosophy-item {
  margin: 0 auto 4rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section-philosophy .philosophy-item {
    margin: 0 auto 2.2rem;
  }
}
.section-philosophy .philosophy-item dl {
  margin: 0 auto;
}
.section-philosophy .philosophy-item dl dt {
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "helvetica-lt-pro", sans-serif;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .section-philosophy .philosophy-item dl dt {
    font-size: 1.25rem;
  }
}
.section-philosophy .philosophy-item dl dd {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-philosophy .philosophy-item dl dd {
    font-size: 0.88rem;
  }
}
.section-philosophy .philosophy-item .value-detail {
  margin: 0.9rem auto 0;
  display: flex;
  justify-content: center;
  gap: 3vw;
}
@media screen and (max-width: 768px) {
  .section-philosophy .philosophy-item .value-detail {
    margin: 1.5rem auto 0;
    flex-direction: column;
    gap: 20px;
  }
}
.section-philosophy .philosophy-item .value-detail-item {
  width: min(23vw, 345px);
}
@media screen and (max-width: 768px) {
  .section-philosophy .philosophy-item .value-detail-item {
    width: 100%;
  }
}
.section-philosophy .philosophy-item .value-detail-item .item-name {
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.section-philosophy .philosophy-item .value-detail-item .item-name span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.2rem;
  min-width: 6rem;
}
@media screen and (max-width: 768px) {
  .section-philosophy .philosophy-item .value-detail-item .item-name span {
    padding: 2px 0.2rem;
  }
}
.section-philosophy .philosophy-item .value-detail-item .item-name-ja {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .section-philosophy .philosophy-item .value-detail-item .item-name-ja {
    font-size: 0.65rem;
  }
}
.section-philosophy .philosophy-item .value-detail-item .item-caption {
  font-size: clamp(0.5rem, 1.3vw, 0.95rem);
}
@media screen and (max-width: 768px) {
  .section-philosophy .philosophy-item .value-detail-item .item-caption {
    font-size: 0.65rem;
  }
}

@media screen and (max-width: 768px) {
  .das-content .section-philosophy::before {
    content: none;
  }
}
.das-content .section-promise {
  background: url("/wp/wp-content/themes/jdac-s/assets/image/top/bg_promise.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .das-content .section-promise {
    background: url("/wp/wp-content/themes/jdac-s/assets/image/top/bg_promise_sp.jpg") no-repeat center;
    background-size: cover;
  }
}
.das-content .section-promise .section-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 3rem;
  text-align: center;
}
.das-content .section-promise .section-inner {
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .das-content .section-promise .section-inner {
    padding: 3rem 0;
  }
}
.das-content .section-promise .circle-list {
  display: flex;
  justify-content: center;
  gap: 5vw;
}
@media screen and (max-width: 768px) {
  .das-content .section-promise .circle-list {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.das-content .section-promise .circle-item {
  width: min(23vw, 310px);
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .das-content .section-promise .circle-item {
    width: 59.5vw;
    max-width: 280px;
  }
}
.das-content .section-promise .circle-content {
  text-align: center;
  padding: 0 7%;
  width: 92%;
}
.das-content .section-promise .circle-title {
  font-size: clamp(16px, 1.7vw, 1.7rem);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .das-content .section-promise .circle-title {
    font-size: clamp(20px, 1.7vw, 1.7rem);
    margin-bottom: 15px;
  }
}
.das-content .section-promise .circle-line {
  display: block;
  width: 40%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .das-content .section-promise .circle-line {
    width: 95%;
    margin: 0 auto 15px;
  }
}
.das-content .section-promise .circle-text {
  font-size: clamp(0.5rem, 1.3vw, 0.9rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .das-content .section-promise .circle-text {
    font-size: clamp(0.65rem, 1.3vw, 0.9rem);
  }
}

.section-declaration {
  background: #fff;
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .section-declaration {
    padding: 3rem 0;
  }
}
.section-declaration .section-title {
  color: #000 !important;
  margin-bottom: 3rem;
}
.section-declaration .declaration-content {
  padding: 0 calc(5rem + 9vw);
}
@media screen and (max-width: 768px) {
  .section-declaration .declaration-content {
    padding: 0 2rem;
  }
}
.section-declaration .declaration-content p {
  font-size: clamp(0.6rem, 1.3vw, 0.9rem);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.section-declaration .declaration-content p strong {
  font-size: clamp(0.7rem, 1.4vw, 1rem);
}
.section-declaration .declaration-content .right-text {
  text-align: right;
  font-size: clamp(0.6rem, 1.3vw, 0.9rem);
  line-height: 1.7;
  margin-top: 3rem;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 25px 32px;
  color: #fff;
  transition: all cubic-bezier(0.2, 0.3, 0.05, 1) 0.625s;
}
.site-header.is-bg-active {
  background: rgba(64, 58, 122, 0.3);
}

.header-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-branding {
  display: flex;
  gap: 15px;
  min-width: 0;
  align-items: center;
}
.site-branding .site-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.site-branding .site-logo svg {
  display: block;
  width: clamp(100px, 18vw, 130px);
  height: auto;
}
.site-branding .site-tagline {
  margin: 0;
}
.site-branding .site-tagline svg {
  display: block;
  width: clamp(80px, 37vw, 270px);
  height: auto;
}

.main-navigation {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}

.menu-toggle {
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
}
.menu-toggle .menu-toggle__icon {
  display: block;
  position: relative;
  width: 25px;
  height: 1px;
}
.menu-toggle .menu-toggle__line {
  background: #fff;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  transition: all cubic-bezier(0.2, 0.3, 0.05, 1) 0.625s;
}
.menu-toggle .menu-toggle__line:nth-of-type(1) {
  transform: translateY(-6px);
}
.menu-toggle .menu-toggle__line:nth-of-type(3) {
  transform: translateY(6px);
}

.main-navigation__inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 24px);
}

.main-navigation a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  position: relative;
  transition: color 0.5s ease;
}
@media (hover: hover) {
  .main-navigation a:hover {
    color: #FFFF00;
  }
}
.main-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  transform: scaleX(0.5);
  transform-origin: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
@media (hover: hover) {
  .main-navigation a:hover::after, .main-navigation a:focus-visible::after, .current_page_item > .main-navigation a, .current-menu-item > .main-navigation a {
    opacity: 1;
    transform: scaleX(1);
  }
}

.main-navigation a.nav-cta::after,
.main-navigation a.nav-lang::after {
  content: none;
}

.main-navigation__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-lang {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: inherit;
  text-decoration: none;
  font-size: 0.65rem !important;
  font-weight: 400 !important;
}
.nav-lang .nav-lang__label {
  color: #8B8994;
}
.nav-lang .active {
  opacity: 1;
  font-weight: 700 !important;
  color: #fff;
}
.nav-lang svg {
  width: 18px;
  height: 18px;
}
.nav-lang .nav-lang__separator {
  opacity: 0.64;
}

.nav-cta {
  min-width: 112px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.5s ease, color 0.5s ease !important;
}
.nav-cta--primary {
  background: #fff;
  color: #000 !important;
}
@media (hover: hover) {
  .nav-cta--primary:hover, .nav-cta--primary:focus-visible {
    background: #434091;
    color: #fff !important;
  }
}
.nav-cta--secondary {
  background: #000;
  color: #fff;
}
@media (hover: hover) {
  .nav-cta--secondary:hover, .nav-cta--secondary:focus-visible {
    background: #434091;
    color: #fff !important;
  }
}

@media screen and (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .site-header {
    padding: 16px 20px;
    z-index: 50;
  }
  .header-inner {
    gap: 12px;
  }
  .site-branding {
    z-index: 60;
  }
  .site-branding .site-tagline {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
  }
  .main-navigation__inner {
    position: fixed;
    inset: 0;
    padding: 84px 24px 32px;
    background: rgba(7, 10, 21, 0.94);
    backdrop-filter: blur(6px);
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    min-width: 0;
    z-index: 40;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .main-navigation__inner {
    height: 100vh;
    height: 100svh;
  }
}
@media screen and (max-width: 1024px) {
  .main-navigation.toggled .main-navigation__inner {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .main-navigation.toggled .menu-toggle__line {
    opacity: 0.5;
  }
  .main-navigation.toggled .menu-toggle__line:nth-of-type(1) {
    width: 8.5px;
  }
  .main-navigation.toggled .menu-toggle__line:nth-of-type(2) {
    width: 17px;
  }
  .main-navigation ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }
  .main-navigation__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .nav-cta {
    width: 100%;
    max-width: 138px;
    margin: 0 auto;
  }
  .nav-cta--secondary {
    background: #434091;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .menu-toggle {
    z-index: 60;
    position: relative;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

@media screen and (max-width: 798px) {
  .header-inner {
    position: relative;
    justify-content: center;
  }
  .nav-lang-sp {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 60;
  }
  .nav-lang {
    padding: 0;
  }
  .main-navigation {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .site-branding .site-tagline {
    display: none;
  }
}
.site-footer {
  position: relative;
  padding: 235px 0 0 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 0;
  }
}
.site-footer .site-footer-ctf {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -38%);
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .site-footer .site-footer-ctf {
    position: relative;
    transform: translate(0, 0);
    padding: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.site-footer .site-footer-ctf .ctf-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .site-footer-ctf .ctf-inner .ctf-col {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-footer .site-footer-ctf .ctf-inner .ctf-col .section-title {
  margin-bottom: 1rem;
}
@media screen and (max-width: 798px) {
  .site-footer .site-footer-ctf .ctf-inner .ctf-col .section-title {
    margin-bottom: 1.7rem;
  }
}
.site-footer .site-footer-ctf .ctf-inner .ctf-membership {
  background: #fff;
  text-align: center;
  padding: 5rem 0;
}
@media screen and (max-width: 798px) {
  .site-footer .site-footer-ctf .ctf-inner .ctf-membership {
    padding: 2.5rem 0;
  }
}
.site-footer .site-footer-ctf .ctf-inner .ctf-membership-read {
  font-size: clamp(0.65rem, 1.3vw, 0.95rem);
  line-height: 1.8;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 798px) {
  .site-footer .site-footer-ctf .ctf-inner .ctf-membership-read {
    margin-bottom: 2.2rem;
  }
}
.site-footer .site-footer-ctf .ctf-inner .ctf-contact {
  background: #000;
  text-align: center;
  padding: 5rem 0;
  color: #fff;
}
@media screen and (max-width: 798px) {
  .site-footer .site-footer-ctf .ctf-inner .ctf-contact {
    padding: 2.5rem 0;
  }
}
.site-footer .site-footer-ctf .ctf-inner .ctf-contact-read {
  font-size: clamp(0.65rem, 1.3vw, 0.95rem);
  line-height: 1.8;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 798px) {
  .site-footer .site-footer-ctf .ctf-inner .ctf-contact-read {
    margin-bottom: 2.2rem;
  }
}
.site-footer .site-footer-nav {
  padding: 0 5rem;
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .site-footer .site-footer-nav {
    padding: 0;
    flex-direction: column;
    margin-top: 3.1rem;
  }
}
.site-footer .site-footer-nav .footer-nav-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .site-footer .site-footer-nav .footer-nav-logo {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 1.5rem;
  }
}
.site-footer .site-footer-nav .footer-nav-logo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.site-footer .site-footer-nav .footer-nav-logo a svg {
  display: block;
  width: clamp(98px, 18vw, 120px);
  height: auto;
}
.site-footer .site-footer-nav .footer-nav-logo .footer-nav-tagline svg {
  display: block;
  width: clamp(207px, 37vw, 260px);
  height: auto;
}
.site-footer .site-footer-nav .footer-nav-content {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .site-footer .site-footer-nav .footer-nav-content {
    flex-wrap: wrap;
    padding: 0 3rem;
    justify-content: center;
  }
}
.site-footer .site-footer-nav .footer-nav-content .footer-nav-main {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .site-footer .site-footer-nav .footer-nav-content .footer-nav-main {
    margin-right: 0;
  }
}
.site-footer .site-footer-nav .footer-nav-content .footer-nav-main ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .site-footer .site-footer-nav .footer-nav-content .footer-nav-main ul {
    flex-wrap: wrap;
  }
}
.site-footer .site-footer-nav .footer-nav-content .footer-nav-main ul li {
  position: relative;
  line-height: 1;
  margin-right: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .site-footer .site-footer-nav .footer-nav-content .footer-nav-main ul li {
    margin-bottom: 1rem;
  }
}
.site-footer .site-footer-nav .footer-nav-content .footer-nav-main ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 73%;
  top: 27%;
  right: 0;
  background: #fff;
  position: absolute;
}
.site-footer .site-footer-nav .footer-nav-content .footer-nav-main ul.footer-nav-cta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.site-footer .site-footer-nav .footer-nav-content .footer-nav-main ul.footer-nav-cta li:last-child::after {
  content: none;
}
.site-footer .site-footer-nav .footer-nav-content .footer-nav-main a {
  font-size: 0.75rem;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .site-footer .site-footer-nav .footer-nav-content .footer-nav-main a {
    font-size: 0.65rem;
  }
}
.site-footer .site-footer-nav .footer-nav-content .nav-lang {
  padding: 0;
  margin-top: 4px;
}
.site-footer .site-footer-nav .footer-nav-content .nav-lang svg {
  color: #fff;
}
.site-footer .site-footer-copy {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
  padding: 1rem 5rem;
}
@media screen and (max-width: 768px) {
  .site-footer .site-footer-copy {
    margin-top: 2rem;
    padding: 1rem;
    justify-content: center;
    flex-direction: column;
  }
}
.site-footer .site-footer-copy .copy {
  font-size: 0.55rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .site-footer .site-footer-copy .copy {
    margin-bottom: 0.65rem;
  }
}
.site-footer .site-footer-copy .footer-nav-subcontent {
  font-size: 0.55rem;
}
.site-footer .site-footer-copy .footer-nav-subcontent ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-footer .site-footer-copy .footer-nav-subcontent ul li:not(:last-child) {
  margin-right: 1.5rem;
}
.site-footer .site-footer-copy .footer-nav-subcontent ul a {
  text-decoration: none;
  color: #fff;
}

.pagetop {
  position: fixed;
  width: 13px;
  right: 2%;
  bottom: 7%;
  mix-blend-mode: difference;
  transition: opacity cubic-bezier(0.2, 0.3, 0.05, 1) 0.625s;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 12px;
    right: 4%;
    bottom: 3%;
  }
}

.home .pagetop {
  opacity: 0;
}
.home .pagetop.is-active {
  opacity: 1;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Swiper
--------------------------------------------- */
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff ;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.1490196078);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  fill: currentColor;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev {
  margin-left: 0;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal .swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0deg);
}

.swiper-vertical .swiper-button-next,
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
  right: auto;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  bottom: auto;
  top: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination.swiper-pagination-disabled, .swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
.swiper-pagination-bullet button {
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > .swiper-pagination-progressbar, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
}
.swiper-scrollbar.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > .swiper-scrollbar {
  display: none !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .swiper-scrollbar {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
