@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

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

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}


:root {
  --white: #fff;
  --black: #000;
  --blue: #0175c2;
  --orange: #f08840;
  --green: #4eb67d;
  --turquoise: #199ac9;
  --l-blue: #00b9cd;
  --d-blue: #005a8b;
  --bg-blue: #c9e8f1;
  --bg-beige: #f9f9f1;
  --bg-gray: #d9d9d9;
  --bg-orange: #fce7d9;
  --bg-green: #dcf0e5;
  --bg-turquoise: #d1ebf4;
}

.sp-only {display: none;}
@media (max-width: 767px) {
  .pc-only {display: none;}
  .sp-only {display: block;}
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  color: #333;
  line-height: 1.8;
  background: var(--white);
  width: 100%;
  min-width: 1200px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  body {
    width: 100%;
    min-width: 0;
  }
}

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

h1 {
  font-size: clamp(1.75rem, 1.295rem + 2.27vw, 3rem);
}
h2 {
  font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
  font-weight: normal;
  margin-bottom: 2rem;
  text-align: center;
  color: var(--black);
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: 1rem;
    line-height: 1.5;
  }
}
h3 {
  font-size: clamp(0.875rem, 0.557rem + 1.59vw, 1.75rem);
  font-weight: normal;
  margin-bottom: 1rem;
  color: var(--black);
}

p {
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
}

@media (hover: hover) {
  a:hover,
  .zeh-box summary:hover {
    opacity: 0.5;
    transition : 1s;
  }
}
@media (hover: none) {
  a:active,
  .zeh-box summary:active {
    opacity: 0.5;
    transition : 1s;
  }
}

#wrap {
  width: 100%;
  min-width: 1200px;
  max-width: none;
}
@media (max-width: 767px) {
  #wrap {
    width: 100%;
    min-width: 0;
  }
}

main {
  display: block;
  width: 100%;
}

.hero {
  position: relative;
  height: 650px;
  background: linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.2)),url("../img/top/hero.jpg") center/cover no-repeat;
  color: var(--white);
  margin-top: 80px;
}
.hero.zeh {
  height: 400px;
  background: linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.2)),url("../img/dannetsu/hero.jpg") center/cover no-repeat;
}
.hero.lineup {
  height: 400px;
  background: linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.2)),url("../img/lineup/hero.jpg") center/cover no-repeat;
}
@media (max-width: 767px) {
  .hero {
    height: 100vw;
    background: linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.2)),url("../img/top/hero_sp.jpg") center/cover no-repeat;
    margin-top: 52px;
  }
  .hero.zeh,
  .hero.lineup {
    height: 80vw;
    background-position: 65%;
  }
}
.hero-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.hero h1 {
  margin: 0 0 20px 0;
  font-weight: 400;
  line-height: 1.2;
}
.hero p {
  margin: 0;
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .hero p {
    font-size: 0.875rem;
  }
}
.builder-logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 210px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  pointer-events: auto;
  z-index: 10;
}
.zeh .builder-logo,
.lineup .builder-logo {
  top: 30px;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .builder-logo {
    bottom: 4vw;
    right: 4vw;
    width: 35%;
    height: auto;
  }
  .zeh .builder-logo,
  .lineup .builder-logo {
    top: 4vw;
  }
}
.builder-logo p {
  width: 100px;
}
@media (max-width: 767px) {
  .builder-logo p {
    width: 47%;
  }
}
.builder-logo img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.p-nav {
  position: sticky;
  top: 80px;
  z-index: 10;
  display: flex;
  justify-content: center;
  background: var(--l-blue);
  width: 100%;
}
@media (max-width: 767px) {
  .p-nav {
    overflow-x: auto;
    justify-content: flex-start;
    top: 52px;
  }
}
.p-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 750px;
}
@media (max-width: 767px) {
  .p-nav ul {
    width: 100%;
  }
}
.p-nav li {
  width: calc(100% / 3);
  height: 100%;
}
.p-nav li a {
  padding: 1rem;
  color: var(--white);
  background: #33c7d7;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .p-nav li a {
    padding: .7rem;
    font-size: .8rem;
  }
}
.p-nav li.on a,
.p-nav li a:hover {
  color: var(--l-blue);
  background: #ccf1f5;
  opacity: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .container {
    max-width: 90%;
    padding: 3rem 0;
  }
}

nav.breadcrumb {
  width: 100%;
  background: var(--white);
}
nav.breadcrumb.top {
  background: var(--bg-blue);
}
nav.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  line-height: 1;
}
nav.breadcrumb ol.container {
  padding: 1rem;
}
@media (max-width: 767px) {
  nav.breadcrumb ol.container {
    padding: 1rem 0;
  }
}
nav.breadcrumb ol li:not(:last-of-type)::after {
    content: "\03e";
    margin: 0 .6em;
}

.txt-link,
.btn-link {
  position: relative;
  display: flex;
  color: var(--l-blue);
  font-size: .875rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
}
.btn-link {
  justify-content: center;
  padding: .875rem;
  border: 1px solid var(--l-blue);
  width: 350px;
}
@media (max-width: 767px) {
  .txt-link,
  .btn-link {
    font-size: .75rem;
    margin-top: .5rem;
  }
  .btn-link {
    padding: .5rem;
    width: 100%;
  }
}
.txt-link .arrow,
.btn-link .arrow {
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .txt-link .arrow,
  .btn-link .arrow {
    width: .9rem;
    height: .9rem;
  }
}


#top-about {
  background: var(--bg-blue) url("../img/top/bg_about.jpg") no-repeat center bottom / 100% auto;
  width: 100%;
  text-align: center;
}
#top-about .container {
  padding-bottom: clamp(180px, 18vw, 320px);
}
@media (max-width: 767px) {
  #top-about .container {
    padding-top: 1rem;
    padding-bottom: 24vw;
  }
}
#top-about h2 span {
  font-size: 2rem;
  letter-spacing: .1rem;
}
@media (max-width: 767px) {
  #top-about h2 span {
    font-size: .75rem;
    letter-spacing: -.1rem;
  }
  #top-about p {
    text-align: left;
  }
  #top-about p br {
    display: none;
  }
}
#top-about .zero {
  width: 650px;
  margin: 0 auto 1rem auto;
}
@media (max-width: 767px) {
  #top-about .zero {
    width: 80%;
  }
}
#merit {
  margin: 3rem auto 0;
}
@media (max-width: 767px) {
  #merit {
    margin: 1.5rem auto 0;
  }
}
#merit ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media (max-width: 767px) {
  #merit ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#merit li strong {
  color: var(--blue);
  font-size: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem);
  font-weight: normal;
}
#merit li span {
  display: block;
  color: var(--white);
  background: var(--blue);
  position: relative;
  margin-bottom: 1rem;
}
#merit li span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: .625rem .5rem 0 .5rem;
  border-color: var(--blue) transparent transparent;
  translate: -50% 100%;
}
#merit li img {
  display: block;
  margin: .5rem auto;
}
@media (max-width: 767px) {
  #merit li img {
    width: 50%;
  }
}
#merit li p {
  text-align: left;
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
}
#merit > .txt-link {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 2rem 0 0 auto;
}
@media (max-width: 767px) {
  #merit > .txt-link {
    margin-top: 1.5rem;
  }
}

#top-feature {
  background: var(--white);
  width: 100%;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 0;
  }
}
.feature-grid p {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .feature-grid p {
    margin-bottom: 1rem;
  }
  .feature-grid figure {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .roadmap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.roadmap table {
  width:1000px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--white);
  background: #53aae3;
  margin: 20px auto 10px;
  font-size: .875rem;
}
@media (max-width: 767px) {
  .roadmap table {
    width: 900px;
    min-width: 900px;
    margin-left: 0;
    margin-right: 0;
    white-space: nowrap;
  }
}
.roadmap table caption {
  text-align: left;
  margin: 0 0 5px;
}
.roadmap table caption::before {
  content: "■";
}
.roadmap table thead th {
  background: #0075c1;
  font-weight: normal;
}
.roadmap table tbody th {
  background: #3392cf;
  font-weight: normal;
}
.roadmap table th,.roadmap table td {
  padding: 10px;
  border: 1px solid var(--white);
  text-align: center;
  color: var(--white);
  vertical-align: middle;
}
.roadmap p {
  letter-spacing: 1px;
  text-align: center;
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
}
.roadmap p a { color:#004b78;}
.roadmap p span {
  font-size:12px;
}

#top-tech {
  background: var(--bg-beige);
  width: 100%;
}
#top-tech ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
@media (max-width: 767px) {
  #top-tech ul {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
#top-tech h3 {
  color: var(--white);
  margin-top: -3rem;
  text-shadow: 0px 0px 5px rgba(20, 20, 20, 0.6), 0px 0px 5px rgba(20, 20, 20, 0.6);
  text-align: center;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
@media (max-width: 767px) {
  #top-tech h3 {
    margin-top: -2.5rem;
  }
}
#top-tech p {
  font-size: 1rem;
  width: 94%;
  margin: 1.5rem auto 0;
}
@media (max-width: 767px) {
  #top-tech p {
    font-size: .75rem;
    width: 100%;
  }
}
#top-tech .txt-link {
  width: 94%;
  margin: 1rem auto 0;
}
@media (max-width: 767px) {
  #top-tech .txt-link {
    width: 100%;
    margin: .5rem auto 0;
  }
}

#top-lineup {
  background: var(--white);
  width: 100%;
}
#top-lineup ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
@media (max-width: 767px) {
  #top-lineup ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#top-lineup .btn-link {
  margin: 2.5rem auto 0;
}
@media (max-width: 767px) {
  #top-lineup .btn-link {
    margin: 1.5rem auto 0;
  }
}

#top-voice {
  background: var(--bg-beige);
  width: 100%;
}
#top-voice ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
@media (max-width: 767px) {
  #top-voice ul {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
#top-voice p {
  font-size: 1.125rem;
  width: 94%;
  margin: 1rem auto 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #top-voice p {
    font-size: 1rem;
    width: 100%;
  }
}
#top-voice .txt-link {
  width: 94%;
  margin: 1rem auto 0;
}
@media (max-width: 767px) {
  #top-voice .txt-link {
    width: 100%;
    margin: .5rem auto 0;
  }
}

#top-history {
  background: var(--d-blue) url("../img/top/bg_history.jpg") no-repeat center bottom / 100% auto;
  width: 100%;
  color: var(--white);
}
.history-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .history-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 0;
  }
}
.history-grid h2 {
  color: var(--white);
  text-align: left;
}
@media (max-width: 767px) {
  .history-grid h2 {
    text-align: center;
  }
}
.history-grid p {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .history-grid p {
    margin-bottom: 1rem;
  }
  .history-grid figure {
    width: 80%;
    margin: 0 auto;
  }
}
#top-history .btn-link {
  border: 1px solid var(--white);
  color: var(--white);
  font-size: 1rem;
}
@media (max-width: 767px) {
  #top-history .btn-link {
    font-size: .875rem;
  }
}

#top-faq {
  background: var(--white);
  width: 100%;
}
#top-faq details {
  border-bottom: 1px solid #b2eaf0;
  padding: 1rem 0;
}
#top-faq summary {
  display: grid;
  list-style-type: none;
  grid-template-columns: 2.5rem 1fr 24px;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  #top-faq summary {
    font-size: .75rem;
    grid-template-columns: 2.5rem 1fr 18px;
  }
}
#top-faq summary::before {
  content: 'Q';
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--l-blue);
  color: var(--white);
  font-size: 12px;
  width: 1.2rem;
  height: 1.2rem;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 3px 3px rgba(0, 185, 205, 1);
  margin-left: .3rem;
}
#top-faq summary .icon {
  display: block;
  position: relative;
  width: 24px;
  transform-origin: center 43%;
  transition: transform 0.4s;
  &::before, &::after {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 2px;
    background-color: var(--l-blue);
  }
  &::before {
    left: 0;
    transform: rotate(35deg);
  }
  &::after {
    right: 0;
    transform: rotate(-35deg);
  }
}
@media (max-width: 767px) {
  #top-faq summary .icon {
    width: 18px;
    &::before, &::after {
      width: 10px;
    }
  }
}
#top-faq details[open] {
  border-bottom: 1px solid var(--l-blue);
}
#top-faq details[open] summary .icon {
  transform: rotate(180deg);
}
#top-faq .answer {
  display: grid;
  list-style-type: none;
  grid-template-columns: 2.5rem 1fr 24px;
  align-items: start;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  #top-faq .answer {
    grid-template-columns: 2.5rem 1fr 18px;
  }
}
#top-faq .answer::before {
  content: 'A';
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--l-blue);
  font-size: 12px;
  width: 1.2rem;
  height: 1.2rem;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 3px 3px rgba(0, 185, 205, 1);
  margin: .3rem 0 0 .3rem;
}
#top-faq p.answer,
#top-faq .answer p {
  font-size: 1rem;
}
@media (max-width: 767px) {
  #top-faq p.answer,
  #top-faq .answer p {
    font-size: .75rem;
  }
}
#top-faq .answer img {
  display: block;
  width: auto;
  max-width: calc(100% - 2rem);
  height: auto;
  margin: 2rem auto;
}

#contact {
  background: var(--bg-beige);
  width: 100%;
}
.contact-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-grid {
    display: block;
  }
}
.contact-grid div {
  width: 50%;
}
@media (max-width: 767px) {
  .contact-grid div {
    width: 100%;
    padding: 1.5rem 0;
  }
}
.contact-grid div:first-child {
  border-right: 1px dotted var(--l-blue);
}
@media (max-width: 767px) {
  .contact-grid div:first-child {
    border-bottom: 1px dotted var(--l-blue);
    border-right: none;
  }
}
.contact-grid figure {
  width: 70%;
  margin: 0 auto 1rem;
}
.contact-grid p {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .contact-grid p {
    text-align: left;
    font-size: .75rem;
  }
  .contact-grid p br {
    display: none;
  }
}
.contact-grid .btn-link {
  margin: 1rem auto;
}

#gx-bnr {
  width: 100%;
  height: 600px;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  background: var(--bg-gray) url("../img/top/img_gx.jpg") no-repeat center / cover;
  color: var(--black);
}
@media (max-width: 767px) {
  #gx-bnr {
    height: auto;
    background: var(--bg-gray) url("../img/top/img_gx_sp.jpg") no-repeat top / contain;
  }
}
#gx-bnr .container {
  padding: 120px 0;
}
@media (max-width: 767px) {
  #gx-bnr .container {
    padding: 16rem 0 3rem;
  }
}
#gx-bnr p {
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  #gx-bnr p {
    margin-bottom: .5rem;
    line-height: 1.4;
  }
}
#gx-bnr p.title {
  font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
  margin-bottom: 4rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #gx-bnr p.title {
    margin-bottom: 1.5rem;
  }
  #gx-bnr p.title br {
    display: none;
  }
}
#gx-bnr p.title strong {
  font-size: clamp(1.75rem, 1.295rem + 2.27vw, 3rem);
  font-weight: normal;
}
#gx-bnr .btn-link {
  border: 1px solid var(--black);
  color: var(--black);
  font-size: 1rem;
}
@media (max-width: 767px) {
  #gx-bnr .btn-link {
    font-size: .875rem;
  }
}


#zeh-index {
  text-align: center;
}
@media (max-width: 767px) {
  #zeh-index p {
    text-align: left;
  }
}
#zeh-index ul {
  margin: 2rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 65%;
}
@media (max-width: 767px) {
  #zeh-index ul {
    margin: 1rem auto 0;
    width: 100%;
    gap: 1rem;
  }
}
#zeh-index li strong {
  font-size: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem);
  display: block;
  margin-bottom: .5rem;
}
#zeh-index li.dannetsu strong {
  color: var(--orange);
}
#zeh-index li.syouene strong {
  color: var(--green);
}
#zeh-index li.souene strong {
  color: var(--turquoise);
}
@media (max-width: 767px) {
  #zeh-index li img.icon {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
#zeh-index li .btn-link {
  border: none;
  color: var(--white);
  width: 100%;
  margin: 1rem auto 0;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  #zeh-index li .btn-link {
    font-size: .875rem;
  }
}
#zeh-index li.dannetsu .btn-link {
  background: var(--orange);
}
#zeh-index li.syouene .btn-link {
  background: var(--green);
}
#zeh-index li.souene .btn-link {
  background: var(--turquoise);
}
#zeh-index li .btn-link .arrow {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: .8rem;
}
@media (max-width: 767px) {
  #zeh-index li .btn-link .arrow {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
  }
}

#dannetsu-box,
#souene-box {
  background: var(--bg-beige);
}

.zeh-box {
  scroll-margin-top: 140px;
}
@media (max-width: 767px) {
  .zeh-box {
    scroll-margin-top: 110px;
  }
}

.zeh-box .title {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.zeh-box .title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  border-radius: 50%;
  padding: .5rem;
  width: 6rem;
  height: 6rem;
  margin-bottom: 0;
  font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
  outline: 1px solid #fff;
  outline-offset: 2px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .zeh-box .title h2 {
  }
}
#dannetsu-box .title h2 {
  background: var(--bg-orange);
  outline: 1px solid var(--orange);
  color: var(--orange);
}
#syouene-box .title h2 {
  background: var(--bg-green);
  outline: 1px solid var(--bg-green);
  color: var(--green);
}
#souene-box .title h2 {
  background: var(--bg-turquoise);
  outline: 1px solid var(--bg-turquoise);
  color: var(--turquoise);
}
.zeh-box .title h2::before {
  content: '';
  display: block;
  width: 80%;
  height: 80%;
}
#dannetsu-box .title h2::before {  
  background: url(../img/dannetsu/icon_dannetsu.png) no-repeat center / contain;
}
#syouene-box .title h2::before {  
  background: url(../img/dannetsu/icon_syouene.png) no-repeat center / contain;
}
#souene-box .title h2::before {  
  background: url(../img/dannetsu/icon_souene.png) no-repeat center / contain;
}
.zeh-box .title p {
  font-size: clamp(0.625rem, 0.125rem + 2.5vw, 2rem);
  line-height: 1.4;
}
@media (max-width: 767px) {
  .zeh-box .title p {
    line-height: 1.6;
  }
}
#dannetsu-box .title p {
  color: var(--orange);
}
#syouene-box .title p {
  color: var(--green);
}
#souene-box .title p {
  color: var(--turquoise);
}

.zeh-box h3 {
  text-align: center;
  margin: 1rem auto;
  font-size: clamp(0.75rem, 0.386rem + 1.82vw, 1.75rem);
}

.zeh-box figcaption {
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
}

.zeh-box .cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .zeh-box .cont {
    display: block;
  }
}
.zeh-box .cont .txt {
  width: 62.5%;
}
.zeh-box .cont figure {
  width: 32.5%;
}
@media (max-width: 767px) {
  .zeh-box .cont .txt {
    width: 100%;
  }
  .zeh-box .cont figure {
    width: 94%;
    margin: 0 auto .5rem;
  }
}
.zeh-box figcaption {
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
  text-align: center;
  margin-top: .5rem;
}
#dannetsu-box figcaption {
  color: var(--orange);
}
#syouene-box figcaption {
  color: var(--green);
}
#souene-box figcaption {
  color: var(--turquoise);
}

.zeh-box details h3 {
  margin-top: 3rem;
}
.zeh-box summary {
  cursor: pointer;
  margin: 1rem auto;
}
.zeh-box details[open] summary .arrow {
  transform: rotate(180deg);
}

.zeh-box h4 {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  padding: .5rem;
  margin-bottom: .5rem;
  line-height: 1;
  width: fit-content;
}
@media (max-width: 767px) {
  .zeh-box h4 {
    margin-bottom: .5rem;
  }
}
.zeh-box p.catch {
  margin-bottom: 1rem;
  font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
  display: inline-block;
}
@media (max-width: 767px) {
  .zeh-box p.catch {
    margin-bottom: .5rem;
  }
}
#dannetsu-box h4 {
  background: var(--bg-orange);
}
#syouene-box h4 {
  background: var(--bg-green);
}
#souene-box h4 {
  background: var(--bg-turquoise);
}
#dannetsu-box h4,
#dannetsu-box p.catch {
  color: var(--orange);
}
#syouene-box h4,
#syouene-box p.catch {
  color: var(--green);
}
#syouene-box p.catch {
  margin-bottom: 0;
}
#souene-box h4,
#souene-box p.catch {
  color: var(--turquoise);
}
.zeh-box span {
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
}

.zeh-box .cont-type01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .zeh-box .cont-type01 {
    display: block;
  }
}
.zeh-box .cont-type01 .txt {
  width: 66.5%;
}
.zeh-box .cont-type01 figure {
  width: 29.5%;
}
@media (max-width: 767px) {
  .zeh-box .cont-type01 .txt {
    width: 100%;
  }
  .zeh-box .cont-type01 figure {
    width: 94%;
    margin : 1rem auto 0;
  }
}
.zeh-box .cont-type01 figcaption {
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
  margin-top: .5rem;
}

.zeh-box .cont-type02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 1rem;
}
.zeh-box .cont-type02.two-to-three {
  grid-template-columns: 2fr 3fr;
}
.zeh-box .cont-type03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .zeh-box .cont-type02,
  .zeh-box .cont-type03,
  .zeh-box .cont-type02.two-to-three {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.zeh-box .cont-type03 figure {
  margin: .5rem auto 0;
  width: 90%;
}
.zeh-box .cont-type04 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .zeh-box .cont-type04 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.zeh-box .cont-type02 li .txt,
.zeh-box .cont-type03 li .txt,
.zeh-box .cont-type04 li .txt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  .zeh-box .cont-type02 li .txt,
  .zeh-box .cont-type03 li .txt,
  .zeh-box .cont-type04 li .txt {
    display: block;
  }
}
.zeh-box .cont-type02 li p,
.zeh-box .cont-type03 li p,
.zeh-box .cont-type04 li p {
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
}
.zeh-box .cont-type02 li .txt p,
.zeh-box .cont-type03 li .txt p,
.zeh-box .cont-type04 li .txt p {
  width: 45%;
}
@media (max-width: 767px) {
  .zeh-box .cont-type02 li .txt p,
  .zeh-box .cont-type03 li .txt p,
  .zeh-box .cont-type04 li .txt p {
    width: 100%;
  }
}
.zeh-box .cont-type02 li .txt figure,
.zeh-box .cont-type03 li .txt figure,
.zeh-box .cont-type04 li .txt figure {
  width: 50%;
}
@media (max-width: 767px) {
  .zeh-box .cont-type02 li .txt figure,
  .zeh-box .cont-type04 li .txt figure {
    width: 90%;
    margin: .5rem auto 0;
  }
}
@media (max-width: 767px) {
  .zeh-box .cont-type03 li .txt figure {
    width: 50%;
    margin: .5rem auto 0;
  }
}

#dannetsu-box .cont-type02 {
  margin-top: 3rem;
}

#souene-box h4 {
  margin-top: 1.5rem;
}
#souene-box .cont-type02 p {
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
}
#souene-box .cont-type02 small {
  text-align: left;
  color: var(--black);
}


.lineup-box .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .lineup-box .container {
    display: block;
  }
}
.lineup-box .container h2 {
  width: 56%;
  margin-bottom: .5rem;
}
@media (max-width: 767px) {
  .lineup-box .container h2 {
    width: 100%;
  }
  .lineup-box .container h3 {
    margin-bottom: .5rem;
  }
}
.lineup-box .container .txt {
  width: 40%;
}
@media (max-width: 767px) {
  .lineup-box .container .txt {
    width: 100%;
  }
}
.lineup-box .container .cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
}
.lineup-box .container .cont figure {
  width: 50%;
}
.lineup-box .container .detail {
  width: 45%;
}
.lineup-box .container .detail .btn-link {
  width: 100%;
}

.fixed-button {
  position: fixed;
  z-index: 1001;
  right: 0;
  bottom: 80px;
  width: 15%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
  pointer-events: none;
}
.fixed-button.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .fixed-button {
    bottom: 0;
    width: 100%;
  }
}


footer img {
  display: inline;
}
.to-top {
  left: auto !important;
}
.footer_sp {
  padding-top: 0 !important;
}
@media screen and (max-width:809px) {
  .footer_sp{
      display: block;
      width: 100%;
      z-index: 100;
      position: inherit;
      padding: 40px 0 0;
      text-align: center;     
  }
  .footer_sp .ft_wrap{
      border-top: 1px solid #eee;
      padding: 40px 0 0;
      background:#fff;
  }
  .footer_sp .wrap_bg{
      width:60%;
      margin: 0px auto 0;
      display: inline-block;
  }
  .footer_sp img{
      max-width: 400px;
  }
  .ftr_misawa{
      padding: 10px 40px 10px;
  }
  .ftr_plt{
      border-top: 1px solid #ccc;
      padding: 15px 0;
  }
  .to-top {
      bottom: 15px;
      left: 86%;
      margin-left: inherit;
      z-index: 10;
  }        
  #gb_footer {
      width: 100%;
      min-width: initial !important;
      margin: 0;
      padding: 8px 0 10px 0;
      background: #fff;
      text-align: left;
      border-top: none;
      position: relative; 
  }
  .gb_footer_inner{
      max-width: 100%;
  }
  #gb_footer_misawa{
      text-align:left;
      position:static;
      width: 100%;
  }
  #gb_footer_misawa ul{
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding: 0 0 15px;
      width: 83%;
      margin: auto;
  }
  #gb_footer_misawa li:nth-child(odd){width: 44%;}
  #gb_footer_misawa li{ width:56%; margin-left:unset !important; }
  #gb_footer_plt { display:none; }
  #gb_footer_copyright{ text-align:center; }
}

#code_area {
  position:absolute;
  bottom:0;
  height:1px;
  overflow:hidden;
}