@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.3s;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

em {
  font-style: normal;
}

:root {
  color-scheme: light !important;
}

.is-la {
  display: none !important;
}
@media screen and (min-width: 865px) {
  .is-la {
    display: block !important;
  }
}

.is-md {
  display: none !important;
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  .is-md {
    display: block !important;
  }
}

.is-sm {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .is-sm {
    display: block !important;
  }
}

.is-pc {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .is-pc {
    display: block !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .is-sp {
    display: block !important;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1s;
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.sdfw_header {
  height: 60px;
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sdfw_header:before {
  content: "";
  z-index: 101;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(72, 71, 65, 0.3);
  display: block;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
}
.sdfw_header .header_contents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
.sdfw_header .logo {
  width: 280px;
  padding: 20px;
}
.sdfw_header .logo img {
  max-width: 200px;
}
.sdfw_header .header_navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 280px);
}
.sdfw_header .header_navigation .toggle_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 110;
  background-image: url("../image/toggle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}
.sdfw_header .header_navigation .toggle_button em {
  display: none;
}
@media screen and (min-width: 865px) {
  .sdfw_header .header_navigation .toggle_button {
    display: none;
  }
}
.sdfw_header .header_navigation .contact_button {
  position: absolute;
  top: 0;
  right: 60px;
  width: 60px;
  height: 60px;
  z-index: 50;
  background-image: url("../image/contact_w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  background-color: #262520;
}
.sdfw_header .header_navigation .contact_button a {
  display: block;
  height: 100%;
  width: 100%;
}
.sdfw_header .header_navigation .contact_button em {
  display: none;
}
@media screen and (min-width: 865px) {
  .sdfw_header .header_navigation .contact_button {
    display: none;
  }
}
.sdfw_header .header_navigation .header_navigation_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  background-color: #484741;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  top: 0;
  right: -100%;
  flex-direction: column;
  z-index: 105;
  padding: 4em 1.5em 2em;
}
@media screen and (min-width: 865px) {
  .sdfw_header .header_navigation .header_navigation_list {
    position: relative;
    background-color: transparent;
    height: auto;
    top: inherit;
    right: inherit;
    padding: 0;
    flex-direction: row;
    max-width: inherit;
  }
}
.sdfw_header .header_navigation ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 865px) {
  .sdfw_header .header_navigation ul {
    width: auto;
    flex-direction: row;
  }
}
.sdfw_header .header_navigation ul li {
  width: 100%;
}
@media screen and (min-width: 865px) {
  .sdfw_header .header_navigation ul li {
    width: auto;
  }
}
.sdfw_header .header_navigation ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  line-height: 1.2;
  color: #ffffff;
  font-weight: normal;
  height: auto;
  padding: 0.25em 0;
  min-width: auto;
}
.sdfw_header .header_navigation ul li a:hover {
  border-bottom: 3px solid #b7b19c;
}
@media screen and (min-width: 865px) {
  .sdfw_header .header_navigation ul li a {
    height: 60px;
    padding: 1em 0.5em;
    border-bottom: 3px solid transparent;
    color: #484741;
    font-weight: bold;
  }
  .sdfw_header .header_navigation ul li a:hover {
    border-bottom: 3px solid #1c6ecd;
  }
}
.sdfw_header .header_navigation ul li + li {
  margin: 1em 0 0;
}
@media screen and (min-width: 865px) {
  .sdfw_header .header_navigation ul li + li {
    margin: 0 0 0 1em;
  }
}
.sdfw_header .header_navigation .side {
  width: 100%;
}
@media screen and (min-width: 865px) {
  .sdfw_header .header_navigation .side {
    width: auto;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.sdfw_header .header_navigation .side ul li + li {
  margin-left: 0;
}
.sdfw_header .header_navigation .side a {
  width: 100%;
  padding: 1em 1em 0.9em;
  position: relative;
}
.sdfw_header .header_navigation .side a:after {
  content: "";
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  position: absolute;
  right: 1.5em;
  top: calc(50% - 0.5em);
}
.sdfw_header .header_navigation .side a em {
  font-size: 0.8em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 865px) {
  .sdfw_header .header_navigation .side a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0.5em 1em 0.75em;
  }
  .sdfw_header .header_navigation .side a:before {
    content: "";
    width: 3em;
    height: 3em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3em;
    display: block;
  }
  .sdfw_header .header_navigation .side a:after {
    content: none;
  }
}
.sdfw_header .header_navigation .side .download a {
  margin-top: 0;
  color: #f8f6ef;
  background-color: #262520;
}
@media screen and (min-width: 865px) {
  .sdfw_header .header_navigation .side .download a {
    color: #262520;
    background-color: #f8f6ef;
  }
  .sdfw_header .header_navigation .side .download a:before {
    background-image: url("../image/download_g.svg");
    margin-bottom: 0.25em;
  }
}
.sdfw_header .header_navigation .side .download a:after {
  background-image: url("../image/blank_w.svg");
}
.sdfw_header .header_navigation .side .contact a {
  color: #262520;
  background-color: #f8f6ef;
}
.sdfw_header .header_navigation .side .contact a:after {
  background-image: url("../image/blank_g.svg");
}
@media screen and (min-width: 865px) {
  .sdfw_header .header_navigation .side .contact a {
    color: #ffffff;
    background-color: #262520;
  }
  .sdfw_header .header_navigation .side .contact a:before {
    background-image: url("../image/contact_w.svg");
    margin-bottom: 0.75em;
  }
}

body.is-open .sdfw_header:before {
  opacity: 1;
}
body.is-open .sdfw_header .header_navigation .toggle_button {
  background-image: url("../image/close.svg");
}
body.is-open .sdfw_header .header_navigation .header_navigation_list {
  right: 0%;
}

.sdfw_back_top a {
  position: fixed;
  bottom: 1em;
  right: 1em;
  background-color: #b7b19c;
  height: 3.5em;
  width: 3.5em;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sdfw_back_top a em {
  display: none;
}
.sdfw_back_top a img {
  width: 2em;
}
.sdfw_back_top a:hover {
  background-color: #45443f;
}

.sdfw_footer {
  background-color: #484741;
}
.sdfw_footer .footer_contents {
  color: #ffffff;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sdfw_footer .footer_contents .footer_copyright {
  font-weight: normal;
  padding: 1em 0 0.5em;
  font-size: 0.8em;
  letter-spacing: 1px;
}

.asterisk-list ul, .asterisk-list ol {
  margin: 1em 0;
}
.asterisk-list ul li, .asterisk-list ol li {
  position: relative;
  margin-bottom: 0.25em;
  font-size: 0.9em;
}
.asterisk-list ul li:before, .asterisk-list ol li:before {
  position: absolute;
  left: 0;
}
.asterisk-list ul li {
  padding-left: 1.25em;
}
.asterisk-list ul li:before {
  content: "※";
}
.asterisk-list ol li {
  padding-left: 2.25em;
  counter-increment: mycounter;
}
.asterisk-list ol li:before {
  content: "※" counter(mycounter);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
table th,
table td {
  padding: 0.5em 0.75em 0.25em;
  border: 1px solid #b7b19c;
}
@media screen and (max-width: 600px) {
  table th,
  table td {
    padding: 0.25em 0.5em;
  }
}
table th {
  font-weight: bold;
  background-color: rgba(237, 230, 208, 0.75);
  color: #484741;
  white-space: nowrap;
}
table th.child {
  background-color: rgba(237, 230, 208, 0.5);
}

.table_scroll {
  width: 100%;
  overflow-x: auto;
}

sup {
  margin: 0 0.25em;
  font-weight: normal;
}

.flex-2, .flex-3, .flex-4 {
  display: flex;
  flex-direction: column;
}
.flex-2 > *, .flex-3 > *, .flex-4 > * {
  width: 100%;
}
@media screen and (min-width: 865px) {
  .flex-2, .flex-3, .flex-4 {
    flex-direction: row;
  }
}
@media screen and (min-width: 865px) {
  .flex-2 > * {
    width: 50%;
  }
}
@media screen and (min-width: 865px) {
  .flex-3 > * {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 865px) {
  .flex-4 > * {
    width: 25%;
  }
}

.button_list {
  margin: 2em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button_list a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.button_list .button__primary {
  background-color: #484741;
  color: #ffffff;
  padding: 0.75em 2.5em;
  max-width: 100%;
  min-width: 15em;
  text-align: center;
  font-size: 1.1em;
  border-radius: 2em;
  font-weight: bold;
  border: 3px solid transparent;
}
.button_list .button__primary:hover {
  background-color: #ffffff;
  color: #484741;
  border: 3px solid #484741;
}
.button_list .__blank:after {
  content: "";
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  position: absolute;
  right: 1.5em;
  top: calc(50% - 0.5em);
}
.button_list .__blank.button__primary:after {
  background-image: url(../image/blank_w.svg);
}
.button_list .__blank.button__primary:hover:after {
  background-image: url(../image/blank_g.svg);
}

html {
  scroll-behavior: smooth;
}

body {
  color: #262520;
  font-family: Yu Gothic Medium, Meiryo, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
@media screen and (min-width: 865px) {
  body {
    min-width: 1000px;
  }
}

a {
  color: #484741;
}
a:hover {
  text-decoration: none;
}

section {
  padding: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f6ef;
}
@media screen and (max-width: 600px) {
  section {
    padding: 40px 20px;
  }
}
section:nth-child(2n+1) {
  background-color: #ffffff;
}
section .section_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
section .section_title {
  margin: 0.5em 0 2em;
  text-align: center;
}
section .section_title em {
  display: inline-block;
  font-size: 32px;
  border-bottom: 3px solid #b7b19c;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 600px) {
  section .section_title em {
    font-size: 24px;
  }
}
section .section_text {
  max-width: 46em;
  width: 100%;
  margin: 1em auto;
}

ul.grid_2 {
  display: flex;
  flex-wrap: wrap;
}
ul.grid_2 .grid_item {
  width: 100%;
  margin: 1em 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 865px) {
  ul.grid_2 .grid_item {
    width: calc(50% - 2em);
    margin: 1em;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
table th,
table td {
  padding: 0.5em 0.75em 0.25em;
  border: 1px solid #b7b19c;
}
@media screen and (max-width: 600px) {
  table th,
  table td {
    padding: 0.25em 0.5em;
  }
}
table th {
  font-weight: bold;
  background-color: rgba(237, 230, 208, 0.75);
  color: #484741;
  white-space: nowrap;
}
table th.child {
  background-color: rgba(237, 230, 208, 0.5);
}

.table_scroll {
  width: 100%;
  overflow-x: auto;
}

sup {
  margin: 0 0.25em;
  font-weight: normal;
}

.sdfw_header .header_navigation ul .download {
  position: relative;
}
.sdfw_header .header_navigation ul .download > em {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 1em 1em 0.9em;
  position: relative;
  cursor: pointer;
  margin-top: 0;
  color: #f8f6ef;
  background-color: #262520;
}
.sdfw_header .header_navigation ul .download > em span {
  font-size: 0.8em;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 865px) {
  .sdfw_header .header_navigation ul .download > em {
    color: #262520;
    background-color: #f8f6ef;
    border-bottom: 3px solid #f8f6ef;
  }
  .sdfw_header .header_navigation ul .download > em:before {
    content: "";
    width: 3em;
    height: 3em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3em;
    display: block;
    background-image: url("../image/download_g.svg");
    margin-bottom: 0.25em;
  }
  .sdfw_header .header_navigation ul .download > em:hover {
    border-bottom: 3px solid #1c6ecd;
  }
}
.sdfw_header .header_navigation ul .download > em:after {
  background-image: url("../image/blank_w.svg");
}
.sdfw_header .header_navigation ul .download-list {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  flex-direction: column;
  bottom: 47px;
  width: 100%;
}
.sdfw_header .header_navigation ul .download-list li + li {
  margin-top: 1px;
}
@media screen and (min-width: 865px) {
  .sdfw_header .header_navigation ul .download-list {
    top: 115px;
    right: 0;
    left: auto;
    width: 200px;
  }
  .sdfw_header .header_navigation ul .download-list li + li {
    margin-top: 0px;
    border-top: 1px solid #b7b19c;
  }
}
.sdfw_header .header_navigation ul .download-list.is-open {
  max-height: 200px;
}
@media screen and (min-width: 865px) {
  .sdfw_header .header_navigation ul .download-list.is-open {
    height: 200px;
  }
}
.sdfw_header .header_navigation ul .download-list a {
  padding: 0.75em 1em 0.5em;
  border: none !important;
}
.sdfw_header .header_navigation ul .download-list a:hover {
  background-color: #ede6d0;
}
.sdfw_header .header_navigation ul .download-list a:before, .sdfw_header .header_navigation ul .download-list a:after {
  display: none;
}

.sdfw_footer_sitemap {
  background-color: #484741;
}
@media screen and (max-width: 600px) {
  .sdfw_footer_sitemap {
    border-bottom: 1px solid #676660;
  }
}
.sdfw_footer_sitemap .footer_navigation ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.sdfw_footer_sitemap .footer_navigation ul li a {
  display: block;
  color: #ffffff;
  font-weight: normal;
  padding: 2em 1em 1.5em;
  letter-spacing: 1px;
  text-decoration: none;
}
.sdfw_footer_sitemap .footer_navigation ul li a:hover {
  color: #f3f1ea;
}
@media screen and (max-width: 600px) {
  .sdfw_footer_sitemap .footer_navigation ul li {
    width: 50%;
  }
  .sdfw_footer_sitemap .footer_navigation ul li a {
    padding: 1em;
  }
  .sdfw_footer_sitemap .footer_navigation ul li:nth-child(-n+2) a {
    padding-bottom: 0.5em;
  }
  .sdfw_footer_sitemap .footer_navigation ul li:nth-child(n+3) a {
    padding-top: 0.5em;
  }
}

section.hero {
  padding: 100px 24px 24px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 600px) {
  section.hero {
    padding-top: 100px;
  }
}
section.hero .hero_background {
  content: "";
  height: 650px;
  max-height: 100vh;
  width: calc(100% + 2em) !important;
  display: block;
  position: absolute;
  z-index: -1;
  left: -1em;
  overflow: hidden;
  top: 0;
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  section.hero .hero_background {
    height: 700px;
  }
}
@media screen and (max-width: 600px) {
  section.hero .hero_background {
    height: 950px;
    max-height: inherit;
  }
}
section.hero .hero_background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: blur(5px);
}
section.hero .hero_background #particles-js {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
}
section.hero .hero_background #particles-js canvas {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  section.hero .hero_background #particles-js {
    height: 950px;
  }
}
section.hero .hero_background .custom-shape-divider-top-1735111561 {
  position: absolute;
  bottom: 0px;
  left: -40%;
  width: 160%;
  overflow: hidden;
  line-height: 0;
  transform: scale(-1, -1);
  z-index: 1;
}
section.hero .hero_background .custom-shape-divider-top-1735111561 svg {
  position: relative;
  display: block;
  width: calc(200% + 1.3px);
  height: 300px;
}
section.hero .hero_background .custom-shape-divider-top-1735111561 .shape-fill {
  fill: #ffffff;
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  section.hero .hero_background .custom-shape-divider-top-1735111561 {
    top: 335px;
    bottom: auto;
    width: 200%;
    left: -70%;
  }
}
@media screen and (max-width: 600px) {
  section.hero .hero_background .custom-shape-divider-top-1735111561 {
    width: 300%;
    left: -80%;
    bottom: 10px;
  }
}
section.hero .hero_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1000px;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  section.hero .hero_inner {
    flex-direction: column-reverse;
  }
  section.hero .hero_inner > div {
    width: 100%;
    padding: 0 1em;
    margin: 0;
  }
}
section.hero .hero_contents {
  width: 600px;
  margin: 0 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  section.hero .hero_contents {
    width: 500px;
  }
}
section.hero .hero_contents .hero_title {
  margin-bottom: 1em;
}
section.hero .hero_contents .hero_title em {
  display: inline-block;
  margin-bottom: 0.5em;
}
section.hero .hero_contents .hero_title img {
  width: 16em;
  margin: 0 auto 0.5em;
}
@media screen and (max-width: 600px) {
  section.hero .hero_contents .hero_title img {
    width: 100%;
  }
}
section.hero .hero_contents .hero_text {
  font-weight: bold;
}
section.hero .hero_contents .hero_text ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.hero .hero_contents .hero_text li {
  background-color: #fff;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 600px) {
  section.hero .hero_contents .hero_text li {
    width: 150px;
    height: 150px;
    font-size: 0.9em;
  }
}
section.hero .hero_contents .hero_text li em {
  font-size: 3em;
  display: inline-block;
  padding: 0 0.1em;
}
section.hero .hero_contents .hero_text li + li {
  margin-left: 1em;
}
section.hero .hero_image {
  position: relative;
  padding-top: 30px;
  width: calc(100% - 640px);
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  section.hero .hero_image {
    width: calc(100% - 560px);
  }
}
section.hero .hero_image_clean {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
}
section.hero .hero_image_clean img {
  max-height: 500px;
}
@media screen and (max-width: 600px) {
  section.hero .hero_image_clean img {
    max-height: 300px;
    margin: 0 auto 1.5em;
  }
}
section.hero .hero_image_icon {
  position: absolute;
  right: 0;
  top: 2em;
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  section.hero .hero_image_icon {
    top: 1em;
  }
}
@media screen and (max-width: 600px) {
  section.hero .hero_image_icon {
    top: 0.5em;
  }
}
section.hero .hero_image_icon .text,
section.hero .hero_image_icon .arrow {
  position: absolute;
  top: 6px;
  width: 160px;
  height: 160px;
  right: 0px;
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  section.hero .hero_image_icon .text,
  section.hero .hero_image_icon .arrow {
    top: 0px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 600px) {
  section.hero .hero_image_icon .text,
  section.hero .hero_image_icon .arrow {
    top: 0px;
    width: 120px;
    height: 120px;
  }
}
section.hero .hero_image_icon .text {
  z-index: 10;
}
section.hero .hero_image_icon .arrow {
  z-index: 5;
  animation: 15s linear infinite rotation;
  top: -6px;
}
section.hero .hero_contents_caption {
  margin-top: 1em;
  font-size: 0.9em;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.border {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #333;
  vertical-align: middle;
}

.c-scrolldown {
  width: 1px;
  height: 60px;
  position: absolute;
  bottom: 0em;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  right: auto;
  margin: 0 auto;
  z-index: 50;
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  .c-scrolldown {
    left: auto;
    right: 20px;
    top: 50%;
  }
}
@media screen and (max-width: 600px) {
  .c-scrolldown {
    left: auto;
    right: 20px;
    top: 40%;
  }
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #484741 50%, rgba(0, 0, 0, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 3s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  margin-top: 2.75em;
}
.c-scrolldown em {
  transform: rotateZ(-90deg);
  font-size: 0.75em;
  display: inline-block;
  color: #484741;
  left: 0;
  position: absolute;
  left: -1.85em;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}
section.main {
  padding: 0;
}
section.main .section_title {
  background-color: #484741;
  padding: 3em 0 2.5em;
  margin: 0;
  margin-top: 3em;
}
section.main .section_title em {
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
section.main .section_inner {
  max-width: 100%;
}
section.main .main-list__title {
  padding: 3em 2em 3em 3em;
  background-color: #484741;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
section.main .main-list__title:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 101%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  transform: scale(1);
  opacity: 0.4;
  transition: 0.5s ease;
  right: 0;
  top: 0;
}
section.main .main-list__title:hover {
  background-color: #403f3a;
}
section.main .main-list__title:hover:before {
  transform: scale(1.05);
}
section.main .main-list__title__inner {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  line-height: 1.4;
}
section.main .main-list__title__inner > em {
  color: #f3f1ea;
  font-size: 1.5em;
}
section.main .main-list__title__inner > em span {
  display: block;
  font-size: 1rem;
}
section.main .main-list__title__inner > span {
  position: absolute;
  left: -0.75em;
  font-size: 5em;
  top: -0.75em;
  font-weight: bold;
  color: #f8f6ef;
  opacity: 0.1;
  font-style: italic;
}
section.main .main-list__title__inner .toggle_icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  color: #f3f1ea;
}
section.main .main-list__title__inner .toggle_icon .arrow:before, section.main .main-list__title__inner .toggle_icon .arrow:after {
  position: absolute;
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background-color: #f3f1ea;
  transition: 0.3s ease-in-out;
  top: 12px;
}
section.main .main-list__title__inner .toggle_icon .arrow:before {
  left: 8px;
  transform: rotate(45deg);
}
section.main .main-list__title__inner .toggle_icon .arrow:after {
  left: 26px;
  transform: rotate(-45deg);
}
section.main .main-list__title__inner .toggle_icon .text em {
  display: inline-block;
  min-width: 5em;
  text-align: center;
}
section.main .main-list__title__inner .close {
  display: none;
}
section.main .main-list__title.is-open .close {
  display: block;
}
section.main .main-list__title.is-open .open {
  display: none;
}
section.main .main-list__title.is-open .toggle_icon .arrow:before {
  transform: rotate(-45deg);
}
section.main .main-list__title.is-open .toggle_icon .arrow:after {
  transform: rotate(45deg);
}
section.main .main-list__title.is-open + .main-list__text {
  height: auto;
  height: calc-size(auto, size);
}
section.main .main-list__text {
  height: 0;
  overflow: hidden;
  transition: 500ms height ease;
  width: 100%;
  background-image: url(../pages/cleanair/section_back_top.png), url(../pages/cleanair/section_back.jpg);
  background-position: left top, right bottom;
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  section.main .main-list__text {
    background-size: 100%, 75%;
  }
}
@media screen and (min-width: 865px) {
  section.main .main-list__text {
    background-size: 75%, 50%;
  }
}
section.main .main-list__text__inner {
  padding: 3em 1em;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
section.main .main1 .main-list__title:before {
  background-image: url(../pages/cleanair/figma_1.png);
  background-position: right top;
}
@media screen and (min-width: 865px) {
  section.main .main1 .main-list__title:before {
    background-position: right center;
  }
}
section.main .main1 .main-list__text .text_video {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  section.main .main1 .main-list__text .text_video {
    margin: 1em auto;
  }
}
section.main .main1 .main-list__text p {
  padding-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
  padding: 0.25em 0.5em;
}
section.main .main1 .main-list__text p em {
  font-weight: bold;
  color: #1c6ecd;
}
section.main .main1 .main-list__text .text_image {
  text-align: center;
}
section.main .main1 .main-list__text .text_image .fade-src {
  position: relative;
  margin: 1em auto 3em;
  height: 300px;
  width: 400px;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  section.main .main1 .main-list__text .text_image .fade-src {
    margin: 0em auto 1em;
  }
}
section.main .main1 .main-list__text .text_image li {
  position: absolute;
  left: 0;
  top: 0;
}
section.main .main1 .main-list__text .text_image li img {
  border-radius: 0.25em;
  overflow: hidden;
  padding: 1em;
  box-sizing: border-box;
}
@media screen and (min-width: 865px) {
  section.main .main1 .main-list__text .text_image li img {
    width: 400px;
  }
}
section.main .main1 .main-list__text .text_image li.src2 {
  animation: 3s linear infinite imagefadelist2;
}
section.main .main2 .main-list__title:before {
  background-image: url(../pages/cleanair/figma_2.png);
}
section.main .main2 .main-list__text li {
  border: 2px solid #1c6ecd;
  color: #1c6ecd;
  font-weight: bold;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1em;
  background-color: #ffffff;
}
@media screen and (min-width: 865px) {
  section.main .main2 .main-list__text li {
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: calc((1000px - 10em) / 3);
    flex-direction: column;
    text-align: center;
  }
}
section.main .main2 .main-list__text li em {
  font-size: 1.2em;
  line-height: 1.4;
  display: inline-block;
}
@media screen and (min-width: 865px) {
  section.main .main2 .main-list__text li em {
    margin: 0.25em 0 0;
  }
}
section.main .main2 .main-list__text li .image {
  width: 60px;
}
@media screen and (min-width: 865px) {
  section.main .main2 .main-list__text li .image {
    margin-top: 0.5em;
    margin-bottom: -2em;
  }
}
section.main .main2 .main-list__text li + li {
  margin-top: 1em;
}
@media screen and (min-width: 865px) {
  section.main .main2 .main-list__text li + li {
    margin-left: 4em;
    margin-top: 0em;
  }
}
section.main .main3 .main-list__title:before {
  background-image: url(../pages/cleanair/figma_3.png);
}
section.main .main3 .main-list__text {
  background-image: url(../pages/cleanair/main_back2.png);
  background-position: right top;
  position: relative;
  overflow: hidden;
}
section.main .main3 .main-list__text:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../pages/cleanair/main_back2.png);
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  top: -10%;
  right: -10%;
  display: block;
  transform: scale(1.2) rotateZ(2deg);
  transform-origin: right top;
  z-index: -3;
  animation: main3back 7s infinite ease;
}
section.main .main3 .main-list__text .star {
  position: absolute;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px 4px rgba(231, 255, 163, 0.2);
  opacity: 0;
  animation: twinkle 7s infinite;
  filter: blur(2px);
  mix-blend-mode: overlay;
}
section.main .main3 .main-list__text__inner {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
}
section.main .main3 .main-list__text .title {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  display: inline-block;
  background-color: #ffffff;
  padding: 0.25em 0em;
}
section.main .main3 .main-list__text dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 865px) {
  section.main .main3 .main-list__text dl {
    margin-bottom: 1em;
  }
}
section.main .main3 .main-list__text dl dt {
  background-color: #484741;
  color: #ffffff;
  font-size: 1.5em;
  width: 5em;
  text-align: center;
  padding: 0.5em;
}
@media screen and (min-width: 865px) {
  section.main .main3 .main-list__text dl dt {
    width: 7em;
  }
}
section.main .main3 .main-list__text dl dd {
  padding: 0 0.5em;
  width: calc(100% - 5em);
  line-height: 1.4;
}
@media screen and (min-width: 865px) {
  section.main .main3 .main-list__text dl dd {
    width: calc(100% - 7em);
    padding: 0.5em 1em;
  }
}
section.main .main3 .main-list__text dl dd em,
section.main .main3 .main-list__text dl dd span {
  display: inline-block;
}
section.main .main3 .main-list__text dl dd em {
  font-size: 1.25em;
}
section.main .main3 .main-list__text dl.blue dt {
  background-color: #1c6ecd;
}
section.main .main3 .main-list__text dl.blue dd {
  color: #1c6ecd;
  font-weight: bold;
}
section.main .main3 .main-list__text dl.blue .black {
  color: #484741;
  display: block;
  font-weight: normal;
}
section.main .main4 .main-list__title:before {
  background-image: url(../pages/cleanair/figma_4.png);
}
section.main .main4 .main-list__text__inner {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
section.main .main4 .main-list__text .title {
  font-size: 1.2em;
  display: inline-block;
  background-color: #ffffff;
  padding: 0.25em 0em;
}
section.main .main4 .main-list__text ul {
  margin: 2em 0;
  justify-content: center;
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  section.main .main4 .main-list__text ul {
    flex-direction: row;
  }
}
section.main .main4 .main-list__text li {
  width: auto;
  border: 2px solid #1c6ecd;
  padding: 2em;
  color: #1c6ecd;
  font-weight: bold;
  text-align: center;
  background-color: #ffffff;
}
@media screen and (max-width: 600px) {
  section.main .main4 .main-list__text li {
    padding: 0em 0.5em 0.5em;
  }
}
section.main .main4 .main-list__text li .mode em {
  font-size: 3em;
  display: inline-block;
  padding-right: 0.2em;
}
section.main .main4 .main-list__text li .mode span {
  font-size: 1.5em;
}
section.main .main4 .main-list__text li .money {
  font-size: 1.5em;
  margin-top: -0.5em;
}
section.main .main4 .main-list__text li sup {
  font-size: 0.5em;
}
section.main .main4 .main-list__text li + li {
  margin-left: 2em;
}
@media screen and (max-width: 600px) {
  section.main .main4 .main-list__text li + li {
    margin-left: 0em;
    margin-top: 1em;
  }
}
section.main .main4 .main-list__text .main-list__caption {
  margin-top: 1em;
  line-height: 1.4;
}
@media screen and (min-width: 865px) {
  section.main .main4 .main-list__text .main-list__caption {
    text-align: center;
  }
}
section.main .main5 .main-list__title:before {
  background-image: url(../pages/cleanair/figma_5.png);
}
section.main .main5 .main-list__text .title {
  font-size: 1.2em;
  margin: 1em auto 0.5em;
}
section.main .main5 .main-list__text .title p {
  display: inline-block;
  background-color: #ffffff;
  padding: 0.25em 0em;
}
section.main .main5 .main-list__text .flex-2 {
  align-items: center;
  justify-content: center;
}
section.main .main5 .main-list__text .flex-2 > li {
  width: auto;
}
section.main .main5 .main-list__text .flex-2 > li + li {
  margin-top: 2em;
}
@media screen and (min-width: 865px) {
  section.main .main5 .main-list__text .flex-2 > li + li {
    margin-left: 5em;
    margin-top: 0em;
  }
}
section.main .main5 .main-list__text .panel.image {
  position: relative;
}
section.main .main5 .main-list__text .panel.image img {
  border-radius: 0.25em;
}
section.main .main5 .main-list__text .panel.image span {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #1c6ecd;
  color: #ffffff;
  border: 1px solid #fff;
  font-weight: bold;
  top: 31%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  section.main .main5 .main-list__text .panel.image span {
    font-size: 0.7em;
    top: 15%;
  }
}
section.main .main5 .main-list__text .panel.image span.one {
  left: 10%;
}
section.main .main5 .main-list__text .panel.image span.two {
  left: 18%;
}
section.main .main5 .main-list__text .panel.image span.three {
  left: 27%;
}
section.main .main5 .main-list__text .panel.image span.four {
  left: 38%;
}
section.main .main5 .main-list__text .panel.image span.five {
  left: 53%;
}
section.main .main5 .main-list__text .panel.image span.six {
  left: 66%;
}
section.main .main5 .main-list__text .panel.image span.seven {
  left: 81%;
}
section.main .main5 .main-list__text .main5_list {
  margin: 2em 0;
}
section.main .main5 .main-list__text .main5_list ol {
  counter-reset: sample;
}
section.main .main5 .main-list__text .main5_list ol li {
  padding-left: 2em;
  margin-bottom: 0.5em;
  position: relative;
}
@media screen and (max-width: 600px) {
  section.main .main5 .main-list__text .main5_list ol li {
    padding-left: 1.5em;
  }
}
section.main .main5 .main-list__text .main5_list ol li em {
  font-weight: bold;
}
section.main .main5 .main-list__text .main5_list ol li span {
  font-weight: normal;
  display: block;
}
section.main .main5 .main-list__text .main5_list ol li:before {
  counter-increment: sample;
  content: counter(sample);
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #1c6ecd;
  color: #ffffff;
  border: 1px solid #fff;
  font-weight: bold;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  section.main .main5 .main-list__text .main5_list ol li:before {
    font-size: 0.8em;
    top: 2px;
  }
}
section.main .main5 .main-list__text .image.caster {
  margin: 1em 0 4em;
  width: 300px;
  position: relative;
}
section.main .main5 .main-list__text .image.caster:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  height: 30px;
  bottom: -30px;
  left: 0;
  background: linear-gradient(to bottom, #f8f6ef 0%, transparent 100%);
}
section.main .main5 .main-list__text .image.caster img {
  max-height: 300px;
  margin: 0 auto;
  animation: 3s linear infinite main5caster;
}

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes main3back {
  0% {
    transform: scale(1.2) rotateZ(2deg);
    filter: blur(3px);
  }
  25% {
    transform: scale(1.2) rotateZ(5deg);
    filter: blur(1px);
  }
  50% {
    transform: scale(1.2) rotateZ(3deg);
    filter: blur(3px);
  }
  75% {
    transform: scale(1.2) rotateZ(0deg);
    filter: blur(2px);
  }
  100% {
    transform: scale(1.2) rotateZ(2deg);
    filter: blur(3px);
  }
}
@keyframes main5caster {
  0% {
    transform: translateX(50px);
  }
  75% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(50px);
  }
}
section.product .product_text {
  max-width: 100%;
  text-align: center;
  width: 100%;
  margin-top: 3em;
}
section.product .product_text .place_image ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 1em 0;
  flex-direction: row;
}
@media screen and (min-width: 865px) {
  section.product .product_text .place_image ul {
    flex-direction: inherit;
  }
}
section.product .product_text .place_image ul li {
  width: auto;
  position: relative;
  margin: 0 0.5em 0.5em 0;
}
@media screen and (max-width: 600px) {
  section.product .product_text .place_image ul li {
    width: calc(50% - 0.25em);
  }
  section.product .product_text .place_image ul li:nth-child(2n) {
    margin-right: 0;
  }
}
section.product .product_text .place_image ul li img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 0.25em;
}
@media screen and (max-width: 600px) {
  section.product .product_text .place_image ul li img {
    width: 100%;
  }
}
section.product .product_text .place_image ul li .text {
  position: absolute;
  top: calc(200px - 1.75em);
  right: 0;
  padding: 0.25em 0.5em;
  background-color: #ffffff;
}
section.product .text p {
  text-align: center;
}
@media screen and (max-width: 600px) {
  section.product .text p {
    text-align: inherit;
  }
}

section.movie {
  padding: 0;
}
section.movie .section_inner {
  max-width: 100%;
}
section.movie video {
  width: 100%;
}

section.interview .section_title + .flex-2 {
  margin-top: 4em;
}
@media screen and (min-width: 865px) {
  section.interview .section_title + .flex-2 {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 865px) {
  section.interview .interview_image {
    width: 400px;
    margin-right: 50px;
  }
}
section.interview .interview_image .image_fadelist {
  position: relative;
}
section.interview .interview_image .image_fadelist ul {
  height: 300px;
}
@media screen and (max-width: 600px) {
  section.interview .interview_image .image_fadelist ul {
    height: 250px;
  }
}
section.interview .interview_image .image_fadelist ul li {
  position: absolute;
  left: 0;
  top: 0;
}
section.interview .interview_image .image_fadelist ul li.image {
  border-radius: 0.25em;
  overflow: hidden;
  height: 300px;
}
@media screen and (max-width: 600px) {
  section.interview .interview_image .image_fadelist ul li.image {
    height: 250px;
  }
}
@media screen and (min-width: 865px) {
  section.interview .interview_image .image_fadelist ul li.image {
    width: 400px;
  }
}
section.interview .interview_image .image_fadelist ul li img {
  max-width: 100%;
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  section.interview .interview_image .image_fadelist ul li img {
    margin-top: -3em;
  }
}
section.interview .interview_image .image_fadelist ul li.src2 {
  animation: 20s linear infinite imagefadelist;
}
section.interview .interview_image .respondent {
  margin: 0.5em auto 0.5em 0;
  text-align: right;
}
section.interview .interview_image .respondent em {
  background-color: #484741;
  display: inline-block;
  padding: 0.25em 0.5em;
  color: #ffffff;
  font-size: 0.8em;
}
section.interview .interview_text {
  margin-bottom: 20px;
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  section.interview .interview_text {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 865px) {
  section.interview .interview_text {
    width: calc(100% - 450px);
    margin-bottom: 0px;
  }
}
section.interview .interview_text .title {
  font-size: 24px;
  margin-bottom: 0.5em;
}
section.interview .interview_text .caption .asterisk-list ul {
  margin-top: 0.5em;
}

@keyframes imagefadelist {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imagefadelist2 {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.about .about_table th {
  width: 20%;
}
section.about .about_table dl dt {
  font-weight: bold;
}
section.about .about_table dl dd {
  font-size: 0.9em;
}
section.about .about_table .asterisk-list ul {
  margin-top: 0.5em;
}
section.about .button_list {
  margin-bottom: 4em;
}

@media (prefers-color-scheme: dark) {
  section.main .main-list__text {
    background-image: none;
  }
  section.main .main-list__text .text_video {
    margin: 2em 0 !important;
    border-radius: 1em;
    overflow: hidden;
  }
}

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