/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../assets/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tb:not(.sp) {
    display: none;
  }
  .pc:not(.sp) {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: px) {
  .sp:not(.tb) {
    display: none;
  }
  .pc:not(.tb) {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: px) {
  .sp:not(.pc) {
    display: none;
  }
  .tb:not(.pc) {
    display: none;
  }
}
.btn-standard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(23rem, 100%, 32rem);
  height: 6rem;
  padding: 0 2.4rem;
  border-radius: 99rem;
  border: 2px solid var(--color-maroon);
  background: #fff;
  color: var(--color-maroon);
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .btn-standard {
    height: 5rem;
    margin-inline: auto;
    font-size: 1.4rem;
  }
}
.btn-standard:after {
  content: "\f061";
  font-family: "Font Awesome 7 Free";
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: 1.25em;
  pointer-events: none;
}

.heading-duallang {
  line-height: 1.1;
  font-size: 2.4rem;
  font-weight: bold;
}
.heading-duallang:before {
  content: attr(en);
  display: block;
  margin-bottom: 0.1em;
  font-size: 6.5rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .heading-duallang {
    text-align: center;
    font-size: 1.6rem;
  }
  .heading-duallang:before {
    margin-bottom: 0.2em;
    font-size: 3.2rem;
    font-weight: 700;
  }
}

.heading-slanted {
  padding-inline: 2.4rem 4.8rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 2.4rem) 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 24rem;
  height: 5.2rem;
  padding: 0 5rem 0 2.4rem;
  background: var(--color-maroon);
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .heading-slanted {
    padding-inline: 1.6rem 4rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - (2.4rem)) 100%, 0% 100%);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .heading-slanted {
    min-width: 16rem;
    height: 4rem;
    font-size: 2rem;
    margin-left: calc(var(--size-inline) * -1);
  }
}
.heading-slanted span {
  display: flex;
  align-items: center;
  height: 100%;
  margin-inline: -2.4rem 1.6rem;
  padding-inline: 1.6rem;
  background: #FFF;
  border: 3px solid var(--color-maroon);
  color: var(--color-base);
}

.heading-mascot {
  display: flex;
  align-items: center;
  min-height: 15rem;
  padding-left: 16rem;
  background: url(/assets/img/common/ico-mascot.svg) no-repeat left top/12rem auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .heading-mascot {
    min-height: 5.6rem;
    padding-left: 6rem;
    background: url(/assets/img/common/ico-mascot.svg) no-repeat left top/4.4rem auto;
  }
}
.heading-mascot > div {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.6rem 3.2rem;
  border-radius: 0.8rem;
  background: var(--color-maroon);
  color: #FFF;
  font-size: 3.2rem;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .heading-mascot > div {
    padding: 0.8rem 1.6rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
  }
}
.heading-mascot > div:before {
  content: "";
  border-block: 1.2rem solid transparent;
  border-right: 2.4rem solid var(--color-maroon);
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .heading-mascot > div:before {
    border-block: 0.6rem solid transparent;
    border-right: 1.2rem solid var(--color-maroon);
    left: -1rem;
  }
}
.heading-mascot strong {
  font-size: 1.6em;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .heading-mascot strong {
    font-size: 1.2em;
  }
}

.heading-ico {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid var(--color-grey);
  color: var(--color-maroon);
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .heading-ico {
    font-size: 2rem;
  }
}
.heading-ico i {
  flex: 0 0 5rem;
  aspect-ratio: 1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .heading-ico i {
    flex: 0 0 4rem;
  }
}
.heading-ico i img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.page-title {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  padding-inline: var(--size-inline);
  margin-bottom: 8rem;
  height: 40rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  perspective: 100rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .page-title {
    height: 15rem;
    padding: 0;
    margin-bottom: 2.4rem;
  }
}
.page-title h1 {
  color: #fff;
  line-height: 0.85;
  font-size: 12rem;
  font-weight: 900;
  text-align: right;
  letter-spacing: -0.01em;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .page-title h1 {
    font-size: 4rem;
  }
}
.page-title [gsap=rotateX] {
  transform-origin: center bottom;
}

.page-navi {
  padding-inline: var(--size-inline);
}
.page-navi ul {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  max-width: var(--size-viewport-content);
  margin-inline: auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .page-navi ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.4rem;
  }
}
.page-navi ul li {
  flex: 0 1 29rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .page-navi ul li {
    flex: 0 1 calc(50% - 0.2rem);
  }
}
.page-navi ul li a {
  display: flex;
  align-items: center;
  height: 7rem;
  border-width: 2px;
  border-style: solid;
  border-color: var(--color-grey);
  border-radius: 0.8rem;
  text-align: center;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  opacity: 1 !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .page-navi ul li a {
    height: 4rem;
    border-width: 1px;
    border-radius: 0.4rem;
    letter-spacing: 0;
  }
}
.page-navi ul li a span {
  flex: 1 1 auto;
}
.page-navi ul li a:before {
  content: "";
  height: 100%;
  aspect-ratio: 1/1;
  background: var(--color-grey);
  transition: inherit;
}
.page-navi ul li a:after {
  content: "";
  width: 4.8rem;
  aspect-ratio: 170/197;
  background-color: #fff;
  -webkit-mask: url(/assets/img/common/ico-mascot-outline.svg) no-repeat center center/contain;
          mask: url(/assets/img/common/ico-mascot-outline.svg) no-repeat center center/contain;
  position: absolute;
  left: 0.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .page-navi ul li a:after {
    width: 2.4rem;
  }
}
.page-navi ul li a.is-active {
  border-color: var(--color-maroon);
}
.page-navi ul li a.is-active:before {
  background: var(--color-maroon);
}
@media (hover: hover) {
  .page-navi ul li a:hover {
    border-color: var(--color-maroon);
  }
  .page-navi ul li a:hover:before {
    background: var(--color-maroon);
  }
}

:root {
  --color-base: #222;
  --color-maroon: #cb050d;
  --color-lemon: #ffe200;
  --color-lemon-light: #fff685;
  --color-skyblue: #479ee3;
  --color-green: #00bf68;
  --color-grey: #b7bfc9;
  --color-grey-light: #d3dde9;
  --color-grey-darken: #454552;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --size-viewport-content: 120rem;
  --size-viewport-content-144: 144rem;
  --size-inline: 2.4rem;
  --size-block: 8rem;
  --size-header: 10rem;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  padding-top: 10rem;
  -webkit-text-size-adjust: 100%;
  color: var(--color-base);
  font-family: var(--font-noto-sans);
  font-size: 1.6rem;
  line-height: 1.67;
  letter-spacing: 0.05em;
}

main {
  position: relative;
  left: 0;
  transition: left 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
}

.center {
  text-align: center;
}

#cn-accept-cookie {
  color: #FFF !important;
}

@media (hover: hover) {
  button,
  a {
    transition: opacity 0.3s;
  }
  button:hover,
  a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :root {
    --size-block: 6rem;
    --size-inline: 1.6rem;
    --size-header: 6rem;
  }
  html {
    font-size: 2.6666666667vw;
  }
  body {
    padding-top: 6rem;
    font-size: 1.2rem;
    letter-spacing: -0.03em;
  }
  main.active {
    left: -75vw;
  }
  main.active + .site-footer {
    left: -75vw;
  }
  .pc {
    display: none;
  }
}
.site-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  height: 10rem;
  padding-inline: var(--size-inline);
  border-top: 2px solid var(--color-maroon);
  background: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.08);
  z-index: 9;
}
.site-header > figure {
  flex: 0 1 30rem;
}
.site-header .global-navi {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.8rem;
  z-index: 9;
  white-space: nowrap;
  letter-spacing: 0;
}
.site-header .global-navi .primary {
  display: flex;
  justify-content: flex-end;
  gap: 0.4rem;
}
.site-header .global-navi .primary > li {
  position: relative;
}
.site-header .global-navi .primary > li:after {
  content: "";
  width: 3rem;
  aspect-ratio: 170/197;
  background: transparent;
  position: absolute;
  top: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media (hover: hover) {
  .site-header .global-navi .primary > li.current::after {
    background: url(/assets/img/common/ico-mascot-outline.svg) no-repeat center center/contain;
  }
  .site-header .global-navi .primary > li.current > a {
    background-color: var(--color-maroon);
    color: #fff;
  }
}
@media (hover: hover) {
  .site-header .global-navi .primary > li:hover > a {
    background-color: var(--color-maroon);
    color: #fff;
  }
}
.site-header .global-navi .primary > li > a {
  padding: 0.4rem 1.2rem;
  border-radius: 0.4rem;
  opacity: 1 !important;
}
.site-header .global-navi .primary > li ul {
  min-width: 18rem;
  padding: 1.6rem 1.6rem;
  border-radius: 0.8rem;
  background: #fff;
  text-align: center;
  font-size: 1.4rem;
  white-space: nowrap;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(100% + 0.2rem);
  left: -55%;
  opacity: 0;
  pointer-events: none;
}
.site-header .global-navi .primary > li ul li + li {
  margin-top: 0.8rem;
}
.site-header .global-navi .primary > li ul a {
  display: block;
}
.site-header .global-navi .primary > li:has(ul):hover ul {
  opacity: 1;
  pointer-events: auto;
}
.site-header .global-navi .btn {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.4rem;
  padding: 0.6rem 1.6rem;
  border-radius: 0.4rem;
  background: var(--color-maroon);
  color: #fff;
}
.site-header .global-navi .btn[target] {
  background: var(--color-lemon);
  color: var(--color-base);
}
.site-header .global-navi .btn i {
  font-size: 1.4rem;
}
.site-header .menu {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header {
    height: 6rem;
  }
  .site-header > figure {
    flex: 0 0 25rem;
  }
  .site-header .global-navi {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem;
    width: 75vw;
    height: calc(100svh - 6rem);
    padding: 2rem var(--size-inline);
    border-left: 1px solid var(--color-grey-light);
    background: #fff;
    font-size: 1.3rem;
    position: fixed;
    top: 6rem;
    right: -102%;
    overflow-y: auto;
    transition: right 0.3s;
    z-index: 9;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.08) inset;
  }
  .site-header .global-navi.active {
    right: 0;
  }
  .site-header .global-navi .primary {
    display: block;
    margin-bottom: 2rem;
  }
  .site-header .global-navi .primary > li {
    border-bottom: 2px dotted #ddd;
  }
  .site-header .global-navi .primary > li.current::after {
    width: 2.4rem;
    top: 0.8rem;
    left: 0;
    transform: none;
    background: url(/assets/img/common/ico-mascot-outline.svg) no-repeat center center/contain;
  }
  .site-header .global-navi .primary > li.current > a {
    background: transparent;
    color: var(--color-maroon);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) and (hover: hover) {
  .site-header .global-navi .primary > li:hover::after {
    width: 2.4rem;
    top: 0.8rem;
    left: 0;
    transform: none;
    background: url(/assets/img/common/ico-mascot-outline.svg) no-repeat center center/contain;
  }
  .site-header .global-navi .primary > li:hover > a {
    background: transparent;
    color: var(--color-maroon);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .global-navi .primary > li > a {
    display: block;
    padding: 1rem 0 1rem 3rem;
  }
  .site-header .global-navi .primary > li ul {
    all: revert;
    margin: -0.5rem 0 1rem 4.5rem;
    padding: 0;
    text-align: left;
    list-style: none;
    font-size: 1.2rem;
  }
  .site-header .global-navi .primary > li ul li + li {
    margin: 0;
  }
  .site-header .global-navi .primary > li ul a {
    padding: 0.5rem 0;
  }
  .site-header .global-navi .btn {
    padding: 1.2rem;
  }
  .site-header .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    aspect-ratio: 1;
    background: #fff;
    border-radius: 999rem;
    z-index: 10;
  }
  .site-header .menu span {
    width: inherit;
    height: 2px;
    background: var(--color-maroon);
    position: relative;
    transition: all 0.3s;
  }
  .site-header .menu span:before, .site-header .menu span:after {
    content: "";
    width: inherit;
    height: inherit;
    background: var(--color-maroon);
    position: absolute;
    left: 50%;
    margin-left: -1.5rem;
    transform-origin: center center;
    transform: rotate(0deg);
    transition: all 0.3s;
  }
  .site-header .menu span:before {
    top: -0.8rem;
  }
  .site-header .menu span:after {
    bottom: -0.8rem;
  }
  .site-header .menu.active span {
    background: transparent;
  }
  .site-header .menu.active span:before {
    transform: rotate(45deg);
    top: 0;
  }
  .site-header .menu.active span:after {
    transform: rotate(-45deg);
    bottom: 0;
  }
}
.site-footer nav {
  padding: 15rem var(--size-inline) 3.2rem;
}
.site-footer nav ul {
  max-width: var(--size-viewport-content-144);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.site-footer nav ul li img {
  width: 100%;
  aspect-ratio: 16/9;
  background: #ccc;
  border-radius: 0.8rem 0.8rem 0 0;
}
.site-footer nav ul li figcaption {
  display: flex;
  gap: 0.8rem;
  background: #fff;
  align-items: center;
  line-height: 1;
  border: 2px solid var(--color-maroon);
  font-size: 2rem;
  font-weight: bold;
}
.site-footer nav ul li figcaption:before {
  content: attr(txt);
  padding-inline: 2.4rem 4.8rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 2.4rem) 100%, 0% 100%);
  min-width: 20rem;
  line-height: 6rem;
  text-align: center;
  background: var(--color-maroon);
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer nav ul li figcaption:before {
    padding-inline: 1.6rem 4rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - (2.4rem)) 100%, 0% 100%);
  }
}
.site-footer nav ul li figcaption i {
  margin-inline: auto 1.6rem;
  color: var(--color-maroon);
}
.site-footer .block-contact {
  padding: 2.4rem var(--size-inline);
  background: var(--color-grey);
}
.site-footer .block-contact .inner {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  max-width: var(--size-viewport-content-144);
  margin: 0 auto;
}
.site-footer .block-contact .inner > p {
  flex: 1 1 auto;
}
.site-footer .block-contact .inner dl {
  flex: 0 0 47rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 0 2.4rem;
  background: #fff;
  line-height: 1.2;
}
.site-footer .block-contact .inner dl dt {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.site-footer .block-contact .inner dl dt i {
  color: var(--color-maroon);
  font-size: 4rem;
}
.site-footer .block-contact .inner dl dd {
  flex: 1 1 auto;
}
.site-footer .block-contact .inner dl dd a[href*=tel] {
  margin-left: 0.4rem;
  color: var(--color-maroon);
  font-weight: bold;
  font-size: 1.2em;
}
.site-footer .block-sitemap {
  background: var(--color-grey-darken);
  color: #fff;
  font-weight: 200;
}
.site-footer .block-sitemap .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 13rem;
  max-width: var(--size-viewport-content-144);
  margin: 0 auto;
  padding: 6rem var(--size-inline);
}
.site-footer .block-sitemap .inner > div > p {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.site-footer .block-sitemap .inner .office {
  flex: 0 0 auto;
}
.site-footer .block-sitemap .inner .office address {
  margin-top: 2.4rem;
  font-size: 1.4rem;
}
.site-footer .block-sitemap .inner .sitemap {
  flex: 1 1 auto;
}
.site-footer .block-sitemap .inner .sitemap ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  font-size: 1.4rem;
}
.site-footer iframe {
  width: 100%;
  height: 32rem;
}
.site-footer .copyright {
  padding: 2.4rem 0;
  background: var(--color-maroon);
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 200;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer {
    left: 0;
    position: relative;
    transition: left 0.3s;
  }
  .site-footer nav {
    padding-top: 10rem;
  }
  .site-footer nav ul {
    grid-template-columns: 1fr;
  }
  .site-footer nav ul li figcaption {
    font-size: 1.4rem;
  }
  .site-footer nav ul li figcaption:before {
    min-width: 10rem;
    line-height: 4.8rem;
    font-size: 2.2rem;
  }
  .site-footer nav ul li figcaption i {
    margin-inline: auto 1.6rem;
  }
  .site-footer .block-contact {
    padding-block: 4rem;
  }
  .site-footer .block-contact .inner {
    display: block;
    text-align: center;
  }
  .site-footer .block-contact .inner dl {
    display: block;
    height: auto;
    padding: 1.6rem;
    margin-top: 0.8rem;
  }
  .site-footer .block-contact .inner dl dt {
    display: inline-flex;
    align-items: center;
    font-size: 1.4rem;
  }
  .site-footer .block-contact .inner dl dt i {
    font-size: 3.2rem;
  }
  .site-footer .block-contact .inner dl dd {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
  .site-footer .block-sitemap .inner {
    display: block;
    text-align: center;
    padding-block: 4rem;
  }
  .site-footer .block-sitemap .inner > div > p {
    margin-bottom: 0.4rem;
    font-size: 2.4rem;
  }
  .site-footer .block-sitemap .inner .office address {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
  .site-footer .block-sitemap .inner .sitemap {
    margin-top: 3.2rem;
  }
  .site-footer .block-sitemap .inner .sitemap ul {
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
    font-size: 1.2rem;
    gap: 0.4rem;
  }
  .site-footer .block-sitemap .inner .sitemap ul a {
    display: block;
    padding: 0.4rem 0.4rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.2rem;
  }
  .site-footer .copyright {
    font-size: 1rem;
  }
}
#top {
  padding-top: 0;
}
#top .area-mainvisual {
  min-height: 60rem;
  height: calc(100svh - var(--size-header));
  margin-top: var(--size-header);
  background: #fff;
  border: var(--size-inline) solid #fff;
  position: relative;
  overflow: clip;
}
#top .area-mainvisual video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.2rem;
}
#top .area-mainvisual .block {
  flex: 0 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -60%;
  z-index: 1;
}
#top .area-mainvisual .block figure {
  max-width: 25rem;
  margin: 0 auto;
  left: -10rem;
  opacity: 0;
  position: relative;
  transition: all 0.8s;
}
#top .area-mainvisual .block .ani-text {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.12em 5rem;
  margin: 0.8rem auto 0;
  color: var(--color-maroon);
  color: #fff;
  font-weight: bold;
  left: -15rem;
  opacity: 0;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}
#top .area-mainvisual .block .ani-text::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #fff;
  z-index: 1;
  transition: all 0.5s;
}
#top .area-mainvisual .block h1 {
  font-size: 5.6rem;
  line-height: 1.1;
  position: relative;
  background: var(--color-maroon);
  transition-delay: 0.2s !important;
}
#top .area-mainvisual .block h1:before {
  transition-delay: 0.5s !important;
}
#top .area-mainvisual .block p {
  font-size: 2.4rem;
  white-space: nowrap;
  position: relative;
  background: var(--color-maroon);
  transition-delay: 0.4s !important;
}
#top .area-mainvisual .block p:before {
  transition-delay: 0.7s !important;
}
#top .area-mainvisual .block em {
  font-style: normal;
  color: var(--color-lemon);
}
#top .area-mainvisual.is-inview figure {
  left: 0;
  opacity: 1;
}
#top .area-mainvisual.is-inview .ani-text {
  left: 0;
  opacity: 1;
}
#top .area-mainvisual.is-inview .ani-text::before {
  left: 100%;
}
#top .deco-frame {
  padding: var(--size-inline);
  background: var(--color-maroon);
}
#top .deco-frame .wrapper {
  margin-top: var(--size-inline);
  padding: 9rem max(4rem, 50% - var(--size-viewport-content-144) / 2);
  border-radius: 3.2rem;
  background: #fff;
}
#top .area-strength {
  padding: var(--size-inline);
  border-radius: 3.2rem;
  background: #fff;
  display: grid;
  grid-template-columns: auto 40%;
  gap: var(--size-inline);
}
#top .area-strength .slider {
  aspect-ratio: 16/9;
  pointer-events: none;
  border-radius: 1.6rem;
  position: relative;
  overflow: hidden;
}
#top .area-strength .slider figure {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s;
}
#top .area-strength .slider figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .area-strength .slider .active {
  opacity: 1;
}
#top .area-strength .block {
  display: grid;
  align-items: center;
  padding: 4rem var(--size-inline);
  border-radius: 1.6rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
#top .area-strength .block h2 {
  font-size: 4rem !important;
}
#top .area-strength .block h2:before {
  font-size: 2.4rem !important;
}
#top .area-strength .block h2:after {
  content: "";
  display: block;
  width: 3.8rem;
  height: 0.4rem;
  margin: 1.6rem auto;
  background: var(--color-maroon);
  border-radius: 99rem;
}
#top .area-strength .block a {
  margin: 3.2rem auto 0;
}
#top .area-about,
#top .area-product {
  display: flex;
  align-items: center;
  gap: 2.4rem 8rem;
}
#top .area-about figure,
#top .area-product figure {
  flex: 0 1 60%;
}
#top .area-about figure img,
#top .area-product figure img {
  border-radius: 3.2rem;
}
#top .area-about .info,
#top .area-product .info {
  flex: 1 1 auto;
}
#top .area-about .info h2:before,
#top .area-product .info h2:before {
  color: var(--color-maroon);
}
#top .area-about .info > div,
#top .area-product .info > div {
  margin-top: 2.4rem;
  padding-left: 19rem;
  background: url(/assets/img/common/ico-mascot.svg) no-repeat left top/17rem auto;
}
#top .area-about .info ul,
#top .area-product .info ul {
  margin-bottom: 3.2rem;
  border-top: 2px dotted #ddd;
}
#top .area-about .info ul li,
#top .area-product .info ul li {
  border-bottom: 2px dotted #ddd;
}
#top .area-about .info ul li a,
#top .area-product .info ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem;
  font-weight: 700;
}
#top .area-about .info ul li a:after,
#top .area-product .info ul li a:after {
  content: "\f138";
  font-family: "Font Awesome 7 Free";
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: 1.25em;
  pointer-events: none;
  color: var(--color-maroon);
}
#top .area-product {
  margin-block: 10rem;
  flex-direction: row-reverse;
}
#top .area-product .info > div {
  padding: 0 19rem 0 0;
  background: url(/assets/img/common/ico-mascot-reverse.svg) no-repeat right top/17rem auto;
}
#top .area-video {
  display: grid;
  grid-template-columns: 50% 55%;
  background: #ddd;
  border-radius: 3.2rem;
  overflow: clip;
}
#top .area-video > div {
  padding-inline: 2.4rem 4.8rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 6rem) 100%, 0% 100%);
  padding: 6rem;
  background-color: var(--color-maroon);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .area-video > div {
    padding-inline: 1.6rem 4rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - (6rem)) 100%, 0% 100%);
  }
}
#top .area-video > div h2 {
  color: #fff;
  margin-bottom: 3.2rem;
}
#top .area-video figure {
  margin-left: -10%;
  background: url(/assets/img/top/video-img.jpg) no-repeat center center/cover;
}
#top .area-video figure button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#top .area-video figure button:before {
  content: "\f04b";
  font-family: "Font Awesome 7 Free";
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: 1.25em;
  pointer-events: none;
  width: 8rem;
  line-height: 8rem;
  aspect-ratio: 1;
  border-radius: 999rem;
  background: var(--color-maroon);
  color: #fff;
  font-size: 3.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: auto;
}
#top .area-video .yt-lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  transform-origin: center center;
  transform: scale(0);
  transition: transform 0.2s, opacity 0.2s;
  pointer-events: none;
}
#top .area-video .yt-lightbox.is-activated {
  z-index: 15;
  opacity: 1;
  transform: scale(1);
  pointer-events: unset;
}
html:has(.yt-lightbox.is-activated) {
  overflow: hidden;
}

#top .area-video .yt-lightbox .container {
  max-width: var(--size-viewport-content);
  max-height: 90vh;
  width: 100%;
  aspect-ratio: 16/9;
  padding: 2.4rem;
  border-radius: 1.6rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
#top .area-video .yt-lightbox .container .yt-close {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  aspect-ratio: 1;
  border-radius: 999rem;
  background: var(--color-maroon);
  position: absolute;
  right: -2.4rem;
  top: -2.4rem;
  font-size: 2.4rem;
  color: #fff;
}
#top .area-video .yt-lightbox .container iframe {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
}
#top .area-video .yt-lightbox .mask {
  position: absolute;
  inset: 0;
  z-index: 0;
  cursor: pointer;
}
#top .area-topics {
  display: grid;
  grid-template-columns: auto 100rem;
  gap: 0 6rem;
  margin-top: var(--size-block);
}
#top .area-topics h2 {
  margin-bottom: 4rem;
}
#top .area-topics h2:before {
  color: var(--color-maroon);
}
#top .area-topics .container nav {
  display: flex;
  margin-bottom: 3.2rem;
}
#top .area-topics .container nav button {
  flex: 1 1 auto;
  height: 6rem;
  text-align: center;
  font-weight: bold;
  border-bottom: 4px solid var(--color-grey);
  opacity: 1 !important;
}
#top .area-topics .container nav button.active {
  border-color: var(--color-base);
}
#top .area-topics .container nav button:hover {
  color: var(--color-maroon);
}
#top .area-topics .container .article-block {
  display: grid;
  grid-template-columns: 100%;
}
#top .area-topics .container .article-block > .block {
  transition: all 0.3s;
  grid-area: 1/1;
}
#top .area-topics .container .article-block > .block:not(.active) {
  opacity: 0;
  pointer-events: none;
}
#top .area-topics .container .article-block > .block article {
  border-bottom: 2px dotted #ccc;
}
#top .area-topics .container .article-block > .block article:first-of-type {
  border-top: 2px dotted #ccc;
}
#top .area-topics .container .article-block > .block article > a {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  padding: 2.4rem 2.4rem;
  opacity: 1;
  position: relative;
}
#top .area-topics .container .article-block > .block article > a:after {
  content: "\f138";
  font-family: "Font Awesome 7 Free";
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: 1.25em;
  pointer-events: none;
  color: var(--color-maroon);
}
#top .area-topics .container .article-block > .block article > a:hover h1 {
  color: var(--color-maroon);
  transform: translateX(1rem);
}
#top .area-topics .container .article-block > .block article > a time {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
}
#top .area-topics .container .article-block > .block article > a .cat {
  flex: 0 0 13rem;
  text-align: center;
  background: var(--color-grey);
  color: #fff;
  border-radius: 99rem;
  letter-spacing: 0;
  font-size: 1.4rem;
}
#top .area-topics .container .article-block > .block article > a .cat.information {
  background: var(--color-skyblue);
}
#top .area-topics .container .article-block > .block article > a .cat.in-house {
  background: var(--color-maroon);
}
#top .area-topics .container .article-block > .block article > a .cat.events {
  background: var(--color-green);
}
#top .area-topics .container .article-block > .block article > a h1 {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .area-mainvisual video {
    border-radius: 1.6rem;
    -o-object-position: 20% center;
       object-position: 20% center;
  }
  #top .area-mainvisual .block figure {
    max-width: 16rem;
  }
  #top .area-mainvisual .block .ani-text {
    padding: 0.12em 1.6rem;
  }
  #top .area-mainvisual .block h1 {
    font-size: 3.2rem;
  }
  #top .area-mainvisual .block p {
    font-size: 1.3rem;
  }
  #top .deco-frame {
    padding-bottom: 0;
  }
  #top .deco-frame .wrapper {
    border-radius: 1.6rem;
    padding: 6rem var(--size-inline) 0;
  }
  #top .area-strength {
    border-radius: 1.6rem;
    display: block;
  }
  #top .area-strength .slider {
    border-radius: 0.8rem;
  }
  #top .area-strength .block {
    padding: var(--size-inline);
    border-radius: 0.8rem;
  }
  #top .area-strength .block h2 {
    font-size: 1.6rem !important;
  }
  #top .area-strength .block h2:before {
    font-size: 3.2rem !important;
  }
  #top .area-strength .block a {
    margin-top: 2.4rem;
  }
  #top .area-about,
  #top .area-product {
    flex-direction: column;
  }
  #top .area-about figure,
  #top .area-product figure {
    order: -1;
    position: relative;
  }
  #top .area-about figure:before,
  #top .area-product figure:before {
    content: "";
    width: 6rem;
    aspect-ratio: 170/197;
    background: url(/assets/img/common/ico-mascot.svg) no-repeat center center/contain;
    position: absolute;
    left: 0;
    top: -6rem;
    pointer-events: none;
  }
  #top .area-about figure img,
  #top .area-product figure img {
    border-radius: 0.8rem;
  }
  #top .area-about .info,
  #top .area-product .info {
    display: contents;
  }
  #top .area-about .info h2,
  #top .area-product .info h2 {
    order: -2;
  }
  #top .area-about .info > div,
  #top .area-product .info > div {
    padding: 0;
    margin: 0;
    width: 100%;
    background: none;
  }
  #top .area-product {
    margin-block: 6rem;
  }
  #top .area-product figure:before {
    background: url(/assets/img/common/ico-mascot-reverse.svg) no-repeat center center/contain;
    position: absolute;
    left: auto;
    right: 0;
  }
  #top .area-video {
    grid-template-columns: 1fr;
    border-radius: 1.6rem;
  }
  #top .area-video > div {
    order: 99;
    clip-path: none;
    padding: 1.6rem 1.6rem 3.2rem;
  }
  #top .area-video > div h2 {
    margin-bottom: 1.6rem;
  }
  #top .area-video figure {
    margin: 0;
    aspect-ratio: 16/9;
  }
  #top .area-video figure:before {
    width: 5rem;
    line-height: 5rem;
    font-size: 1.6rem;
  }
  #top .area-video .yt-lightbox {
    padding: var(--size-inline);
  }
  #top .area-video .yt-lightbox .container {
    max-height: 100%;
    padding: 1.6rem;
    border-radius: 0.8rem;
  }
  #top .area-video .yt-lightbox .container .yt-close {
    width: 4rem;
    right: -1rem;
    top: -2.4rem;
    font-size: 1.6rem;
  }
  #top .area-video .yt-lightbox .container iframe {
    border-radius: 0.4rem;
  }
  #top .area-topics {
    grid-template-columns: 100%;
    width: 37.5rem;
    padding: 6rem 1.6rem 0;
    margin-top: 6rem;
    margin-left: -3.2rem;
    border-top: 1.6rem solid var(--color-maroon);
    background-color: #fff;
    overflow: hidden;
  }
  #top .area-topics .title {
    display: contents;
  }
  #top .area-topics .title a {
    margin-top: 2.4rem;
    order: 99;
  }
  #top .area-topics h2 {
    margin-bottom: 1.6rem;
  }
  #top .area-topics .container nav {
    margin-bottom: 0;
  }
  #top .area-topics .container nav button {
    height: 4.5rem;
    border-bottom-width: 2px;
  }
  #top .area-topics .container .article-block > .block article:first-of-type {
    border-top: none;
  }
  #top .area-topics .container .article-block > .block article > a {
    padding: 1.6rem;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  #top .area-topics .container .article-block > .block article > a:after {
    position: absolute;
    right: 0.4rem;
  }
  #top .area-topics .container .article-block > .block article > a time {
    font-size: 1.2rem;
  }
  #top .area-topics .container .article-block > .block article > a .cat {
    font-size: 1.2rem;
  }
  #top .area-topics .container .article-block > .block article > a h1 {
    flex: 1 1 100%;
    font-size: 1.4rem;
    white-space: unset;
  }
  #top .area-topics .container .article-block .noitem {
    padding: var(--size-inline);
  }
}
#access .page-title {
  background-image: url(/assets/img/access/page-img.jpg);
}
#access .area-offices {
  max-width: var(--size-viewport-content);
  margin: var(--size-block) auto;
}
#access .area-offices .office {
  margin-top: 6rem;
}
#access .area-offices .office h3 {
  margin-bottom: 2.4rem;
}
#access .area-offices .office h3 i {
  background-image: url(/assets/img/access/ico-location.svg);
}
#access .area-offices .office .flexbox {
  display: flex;
  gap: 2.4rem;
}
#access .area-offices .office .flexbox > figure {
  flex: 0 0 40rem;
  aspect-ratio: 3/2;
  background: #ddd;
}
#access .area-offices .office .flexbox > div {
  flex: 1 1 auto;
}
#access .area-offices .office .flexbox > div dl {
  display: grid;
  min-height: 100%;
  grid-template-columns: 15rem 1fr;
  align-items: center;
  gap: 0;
  border-left: 1px solid var(--color-grey-light);
  border-top: 1px solid var(--color-grey-light);
}
#access .area-offices .office .flexbox > div dl dt,
#access .area-offices .office .flexbox > div dl dd {
  display: flex;
  align-items: center;
  height: 100%;
  border-right: 1px solid var(--color-grey-light);
  border-bottom: 1px solid var(--color-grey-light);
  padding: 0.8rem 2.4rem;
}
#access .area-offices .office .flexbox > div dl dt {
  justify-content: center;
  background-color: #d6e9f0;
}
#access .area-offices .office iframe {
  width: 100%;
  height: 35rem;
  margin-top: 2.4rem;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #access .area-offices {
    padding-inline: var(--size-inline);
  }
  #access .area-offices .office {
    margin-top: 4rem;
  }
  #access .area-offices .office h3 {
    margin-bottom: 1.6rem;
  }
  #access .area-offices .office .flexbox {
    display: block;
  }
  #access .area-offices .office .flexbox > div {
    margin-top: 1.6rem;
  }
  #access .area-offices .office .flexbox > div dl {
    grid-template-columns: 7rem 1fr;
  }
  #access .area-offices .office .flexbox > div dl dt,
  #access .area-offices .office .flexbox > div dl dd {
    padding: 0.8rem 1.6rem;
  }
  #access .area-offices .office iframe {
    height: 20rem;
    margin-top: 1.6rem;
  }
}
#company .page-title {
  background-image: url(/assets/img/company/page-img.jpg);
}
#company .area-greeting,
#company .area-philosophy,
#company .area-profile,
#company .area-sdg {
  max-width: var(--size-viewport-content);
  margin: var(--size-header) auto;
  position: relative;
}
#company .area-greeting {
  background: url(/assets/img/company/greeting-deco-txt.svg) no-repeat right 7rem/auto 20rem;
}
#company .area-greeting h3 {
  margin: 9rem 0 5rem;
  font-size: 2.4rem;
  line-height: 1.6;
}
#company .area-greeting .flexbox {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem 8rem;
}
#company .area-greeting .flexbox > figure {
  flex: 0 0 45rem;
}
#company .area-greeting .flexbox > figure img {
  border-radius: 0.8rem;
}
#company .area-greeting .flexbox > p {
  flex: 1 1 auto;
  text-align: justify;
  line-height: 1.8;
}
#company .area-greeting .flexbox > p img {
  margin-top: 5rem;
  float: right;
  width: 21rem;
}
#company .area-philosophy {
  background: url(/assets/img/company/philosophy-deco-txt.svg) no-repeat right var(--size-header)/auto 17.8rem;
  padding-top: var(--size-header);
  border-top: 1px solid #ddd;
  text-align: center;
}
#company .area-philosophy h2 {
  margin-bottom: 16rem;
}
#company .area-philosophy strong {
  font-weight: 900;
  font-size: 8rem;
}
#company .area-philosophy ul {
  display: grid;
  grid-template-columns: repeat(3, 29rem);
  justify-content: center;
  gap: 3rem;
  margin: 3rem auto;
}
#company .area-philosophy ul li {
  padding: 2rem 0;
  background: var(--color-maroon);
}
#company .area-philosophy ul li img {
  width: auto;
  height: 10.6rem;
}
#company .area-philosophy ul + p {
  font-weight: bold;
}
#company .area-profile {
  padding-block: var(--size-header);
  background: url(/assets/img/company/profile-deco-txt.svg) no-repeat right var(--size-header)/auto 17.8rem;
  border-block: 1px solid #ddd;
}
#company .area-profile table {
  margin-top: 17rem;
  width: 100%;
}
#company .area-profile table th,
#company .area-profile table td {
  padding: 1.6rem 4rem;
  border: 1px solid #ddd;
}
#company .area-profile table th {
  width: 34rem;
  background: #d6e9f0;
  vertical-align: middle;
}
#company .area-profile table td dl {
  display: grid;
  grid-template-columns: auto 1fr;
}
#company .area-profile table td dl dt {
  text-align: right;
  font-weight: 500;
}
#company .area-profile table td dl dd:before {
  content: "：";
}
#company .area-sdg {
  margin-bottom: 0;
  background: url(/assets/img/company/sdg-deco-txt.svg) no-repeat right 0/auto 28.4rem;
}
#company .area-sdg > figure {
  margin-block: 16rem 4rem;
  max-width: 63.4rem;
}
#company .area-sdg h3 {
  margin-block: 6rem 2rem;
}
#company .area-sdg .sdg-list li {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2.4rem;
  border: 2px solid var(--color-maroon);
  border-radius: 1.6rem;
}
#company .area-sdg .sdg-list li + li {
  margin-top: 4rem;
}
#company .area-sdg .sdg-list li > figure {
  flex: 0 0 25%;
  aspect-ratio: 1;
}
#company .area-sdg .sdg-list li > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
}
#company .area-sdg .sdg-list li h4 {
  font-size: 3.2rem;
}
#company .area-sdg .sdg-list li .icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.8rem 0 1.6rem;
}
#company .area-sdg .sdg-list li .icons > span {
  width: 10rem;
  aspect-ratio: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#company .area-sdg .sdg-list li .icons > span[ico="1"] {
  background-image: url(/assets/img/company/sdg_icon_1.png);
}
#company .area-sdg .sdg-list li .icons > span[ico="2"] {
  background-image: url(/assets/img/company/sdg_icon_2.png);
}
#company .area-sdg .sdg-list li .icons > span[ico="3"] {
  background-image: url(/assets/img/company/sdg_icon_3.png);
}
#company .area-sdg .sdg-list li .icons > span[ico="4"] {
  background-image: url(/assets/img/company/sdg_icon_4.png);
}
#company .area-sdg .sdg-list li .icons > span[ico="5"] {
  background-image: url(/assets/img/company/sdg_icon_5.png);
}
#company .area-sdg .sdg-list li .icons > span[ico="6"] {
  background-image: url(/assets/img/company/sdg_icon_6.png);
}
#company .area-sdg .sdg-list li .icons > span[ico="7"] {
  background-image: url(/assets/img/company/sdg_icon_7.png);
}
#company .area-sdg .sdg-list li .icons > span[ico="8"] {
  background-image: url(/assets/img/company/sdg_icon_8.png);
}
#company .area-sdg .sdg-list li .icons > span[ico="9"] {
  background-image: url(/assets/img/company/sdg_icon_9.png);
}
#company .area-sdg .sdg-list li .icons > span[ico="10"] {
  background-image: url(/assets/img/company/sdg_icon_10.png);
}
#company .area-sdg .sdg-list li .icons > span[ico="11"] {
  background-image: url(/assets/img/company/sdg_icon_11.png);
}
#company .area-sdg .sdg-list li .icons > span[ico="12"] {
  background-image: url(/assets/img/company/sdg_icon_12.png);
}
#company .area-sdg .sdg-list li .icons > span[ico="13"] {
  background-image: url(/assets/img/company/sdg_icon_13.png);
}
#company .area-sdg .sdg-list li .icons > span[ico="14"] {
  background-image: url(/assets/img/company/sdg_icon_14.png);
}
#company .area-sdg .sdg-list li .icons > span[ico="15"] {
  background-image: url(/assets/img/company/sdg_icon_15.png);
}
#company .area-sdg .sdg-list li .icons > span[ico="16"] {
  background-image: url(/assets/img/company/sdg_icon_16.png);
}
#company .area-sdg .sdg-list li .icons > span[ico="17"] {
  background-image: url(/assets/img/company/sdg_icon_17.png);
}
#company .area-sdg > a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #company .area-greeting {
    padding-inline: var(--size-inline);
    background: none;
  }
  #company .area-greeting h3 {
    margin: 3rem 0 1.6rem;
    font-size: 1.4rem;
    text-align: center;
  }
  #company .area-greeting .flexbox {
    display: flex;
    flex-direction: column-reverse;
  }
  #company .area-greeting .flexbox > figure {
    flex: 1 1 auto;
  }
  #company .area-greeting .flexbox > p {
    letter-spacing: 0;
  }
  #company .area-greeting .flexbox > p img {
    margin-top: 3rem;
    width: 15rem;
  }
  #company .area-philosophy {
    padding-inline: var(--size-inline);
    background: none;
  }
  #company .area-philosophy h2 {
    margin-bottom: 4rem;
  }
  #company .area-philosophy strong {
    font-size: 3.2rem;
  }
  #company .area-philosophy ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    margin: 1.6rem auto;
  }
  #company .area-philosophy ul li {
    padding: 1rem 0;
  }
  #company .area-philosophy ul li img {
    height: 5rem;
  }
  #company .area-philosophy ul + p {
    font-weight: bold;
  }
  #company .area-profile {
    padding-inline: var(--size-inline);
    background: none;
  }
  #company .area-profile table {
    margin-top: 3rem;
  }
  #company .area-profile table tr {
    display: block;
    margin-top: 0.8rem;
  }
  #company .area-profile table th,
  #company .area-profile table td {
    width: 100%;
    padding: 1rem;
    display: block;
  }
  #company .area-profile table th {
    border-bottom: none;
  }
  #company .area-profile table td dl {
    letter-spacing: 0;
  }
  #company .area-sdg {
    padding-inline: var(--size-inline);
    background: none;
  }
  #company .area-sdg > figure {
    margin: 3rem 0 1rem;
    width: 100%;
  }
  #company .area-sdg .sdg-list li {
    display: grid;
    grid-template-columns: 100%;
    gap: 0.8rem;
    padding: 1.6rem 1.6rem 2.4rem;
    border-radius: 0.8rem;
  }
  #company .area-sdg .sdg-list li + li {
    margin-top: 2rem;
  }
  #company .area-sdg .sdg-list li > figure img {
    border-radius: 0.4rem;
  }
  #company .area-sdg .sdg-list li .info {
    display: contents;
  }
  #company .area-sdg .sdg-list li h4 {
    font-size: 2.4rem;
    text-align: center;
    order: -1;
  }
  #company .area-sdg .sdg-list li .icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    gap: 0.2rem;
  }
  #company .area-sdg .sdg-list li .icons > span {
    width: auto;
  }
}
#contact .page-title {
  background-image: url(/assets/img/contact/page-img.jpg);
}
#contact .area-form {
  max-width: var(--size-viewport-content);
  margin: var(--size-block) auto;
}
#contact .area-form .req {
  padding: 0.2rem 1.6rem;
  margin: 0 0.4rem;
  background: var(--color-maroon);
  color: #fff;
  border-radius: 99rem;
  line-height: 1;
  font-weight: 500;
}
#contact .area-form h3 {
  margin-top: 6rem;
}
#contact .area-form h3:nth-of-type(1) i {
  background-image: url(/assets/img/contact/ico-smartphone.svg);
}
#contact .area-form h3:nth-of-type(2) i {
  background-image: url(/assets/img/contact/ico-mail.svg);
}
#contact .area-form h3 + .center {
  margin: 1.6rem auto 2.4rem;
  font-weight: bold;
  font-size: 2rem;
}
#contact .area-form h3 ~ dl {
  display: flex;
  justify-content: center;
  gap: 4.8rem;
}
#contact .area-form h3 ~ dl > div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  line-height: 1;
}
#contact .area-form h3 ~ dl > div dt {
  font-size: 2rem;
}
#contact .area-form h3 ~ dl > div dt span {
  display: block;
  margin-top: 0.8rem;
  padding: 1rem 2.4rem;
  border-radius: 0.4rem;
  background: var(--color-green);
  color: #fff;
}
#contact .area-form h3 ~ dl > div dd a {
  display: block;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
#contact .area-form h3 ~ dl > div:nth-of-type(2) dt span {
  background: var(--color-skyblue);
}
#contact .area-form .business-hour {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 2rem auto 0;
  font-weight: bold;
  font-size: 2rem;
}
#contact .area-form .business-hour span {
  padding: 0 3.2rem;
  border-radius: 99rem;
  background: #9099a5;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
}
#contact .area-thanks {
  max-width: var(--size-viewport-content);
  margin: var(--size-block) auto;
}
#contact .area-thanks > p {
  margin: 4rem auto;
  font-size: 1.2em;
  font-weight: 500;
}
#contact .area-thanks .btn-standard {
  margin-inline: auto;
}
#contact .cf7-container {
  margin-top: var(--size-block);
}
#contact .cf7-container .form-table {
  margin-bottom: 4rem;
}
#contact .cf7-container .form-table .rows {
  display: grid;
  grid-template-columns: 27rem 1fr;
  padding: 2.4rem 0;
  border-bottom: 2px dotted var(--color-grey-light);
}
#contact .cf7-container .form-table .rows dt {
  align-self: center;
}
#contact .cf7-container .form-table .rows dt label {
  margin-right: 0.4rem;
}
#contact .cf7-container .form-table input,
#contact .cf7-container .form-table textarea {
  padding: 1.4rem;
  background: #e2f2f8;
  border: 1px solid var(--color-grey-light);
  border-radius: 0.4rem;
}
#contact .cf7-container .form-table input[type=text],
#contact .cf7-container .form-table input[type=email],
#contact .cf7-container .form-table textarea {
  width: 100%;
}
#contact .cf7-container .form-table textarea {
  height: 15rem;
}
#contact .cf7-container .form-table input[name=your-zipcode] {
  width: 10rem;
}
#contact .cf7-container .btn-block {
  margin-top: 6rem;
  text-align: center;
}
#contact .cf7-container .btn-block .btn-standard {
  display: inline-block;
  margin: 0.8rem;
  background: url(/assets/img/contact/ico-arrow-right.svg) no-repeat right 2.4rem center/1.6rem auto;
  transition: opacity 0.3s;
}
#contact .cf7-container .btn-block .btn-standard:hover {
  opacity: 0.7;
}
#contact .cf7-container .btn-block .btn-standard:after {
  display: none;
}
#contact .cf7-container .btn-block .btn-standard.prev {
  border-color: var(--color-grey);
  color: var(--color-grey-darken);
  background: url(/assets/img/contact/ico-arrow-left.svg) no-repeat 2.4rem center/1.6rem auto;
}
#contact .cf7-container .wpcf7-response-output {
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact .area-form {
    padding-inline: var(--size-inline);
  }
  #contact .area-form .req {
    font-size: 0.9em;
    padding: 0 1.2rem 0.2rem;
  }
  #contact .area-form h3 {
    margin-top: 4rem;
  }
  #contact .area-form h3 + .center {
    font-size: 1.4rem;
  }
  #contact .area-form h3 ~ dl {
    display: block;
  }
  #contact .area-form h3 ~ dl > div {
    justify-content: center;
  }
  #contact .area-form h3 ~ dl > div dt span {
    padding: 0.8rem 2.8rem;
    font-size: 1.6rem;
  }
  #contact .area-form h3 ~ dl > div dd a {
    font-size: 3.2rem;
  }
  #contact .area-form .business-hour {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  #contact .area-form .business-hour span {
    padding: 0 1.6rem;
  }
  #contact .cf7-container .form-table .rows {
    display: block;
    padding: 1.6rem;
    border-bottom-width: 1px;
  }
  #contact .cf7-container .form-table .rows dd {
    margin-top: 0.8rem;
  }
  #contact .cf7-container .form-table input,
  #contact .cf7-container .form-table textarea {
    width: 100% !important;
    padding: 0.6rem;
  }
  #contact .cf7-container .form-table textarea {
    height: 12rem;
  }
  #contact .cf7-container .btn-block {
    margin-top: 4rem;
  }
}
#eco .page-title {
  background-image: url(/assets/img/eco/page-img.jpg);
}
#eco .area-eco {
  max-width: var(--size-viewport-content);
  margin: var(--size-block) auto;
  text-align: center;
}
#eco .area-eco h2 {
  margin-bottom: 4rem;
}
#eco .area-eco h3 {
  margin-top: var(--size-block);
  align-items: flex-end;
  padding-bottom: 0.8rem;
}
#eco .area-eco h3 + p {
  margin: 6rem auto 2rem;
  font-size: 2.8rem;
  font-weight: bold;
}
#eco .area-eco h3 i {
  flex: 0 0 6rem;
}
#eco .area-eco h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 6rem auto 2rem;
  padding: 0.6rem 2.4rem;
  border-radius: 99rem;
  background: var(--color-maroon);
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  position: relative;
}
#eco .area-eco .before-after {
  max-width: 63.25rem;
  margin: auto;
}
#eco .area-eco .result {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 2.4em;
  margin-top: 4rem;
  font-size: 2.6rem;
  font-weight: bold;
}
#eco .area-eco .result p {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  line-height: 1;
}
#eco .area-eco .result p em {
  font-style: normal;
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}
#eco .area-eco .result p i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  aspect-ratio: 1;
  border-radius: 99rem;
  font-style: normal;
  background: #76c416;
  color: #fff;
  font-size: 4.6rem;
}
#eco .area-eco .result .underline {
  flex: 1 1 100%;
  letter-spacing: 0.1em;
}
#eco .area-eco .result .underline em {
  line-height: 0.9;
}
#eco .area-eco .result .underline span {
  display: block;
  padding: 0 0.5em;
  margin: auto;
  background: linear-gradient(to top, var(--color-lemon) 0.8em, transparent 0.8em);
}
#eco .area-eco .annotation-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 5rem;
  padding: 4rem;
  border-radius: 1.6rem;
  border: 4px solid #76c416;
  background: #f9fff2;
}
#eco .area-eco .annotation-block ul {
  margin: 1rem auto;
  flex: 1 1 auto;
  text-align: left;
}
#eco .area-eco .annotation-block ul li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  counter-increment: num;
  font-size: 0.9em;
}
#eco .area-eco .annotation-block ul li + li {
  margin-top: 0.5em;
}
#eco .area-eco .annotation-block ul li:before {
  content: "注" counter(num);
  flex: 0 0 4rem;
  text-align: center;
  margin-top: 0.2rem;
  color: #fff;
  background-color: #057505;
  border-radius: 99rem;
  font-size: 0.9em;
}
#eco .area-eco .solar-block {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: -5rem;
  padding: 6rem 4rem 4rem;
  border-radius: 1.6rem;
  border: 4px solid #76c416;
  background: #f9fff2;
}
#eco .area-eco .solar-block figure {
  flex: 0 0 46rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
#eco .area-eco .solar-block > div {
  flex: 1 1 auto;
  text-align: left;
}
#eco .area-eco .solar-block > div p {
  font-size: 1.8rem;
  font-weight: bold;
}
#eco .area-eco .solar-block > div ul {
  margin: 1rem auto;
}
#eco .area-eco .solar-block > div ul li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  counter-increment: num;
  font-size: 0.9em;
}
#eco .area-eco .solar-block > div ul li + li {
  margin-top: 0.5em;
}
#eco .area-eco .solar-block > div ul li:before {
  content: "注" counter(num);
  flex: 0 0 4rem;
  text-align: center;
  margin-top: 0.2rem;
  color: #fff;
  background-color: #057505;
  border-radius: 99rem;
  font-size: 0.9em;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #eco .page-title {
    background-position: right bottom;
  }
  #eco .area-eco {
    padding-inline: var(--size-inline);
  }
  #eco .area-eco h2 {
    margin-bottom: 2rem;
  }
  #eco .area-eco h3 {
    margin-top: 4rem;
  }
  #eco .area-eco h3 + p {
    margin: 2rem 0 1rem;
    font-size: 1.4rem;
  }
  #eco .area-eco h3 i {
    flex: 0 0 5rem;
  }
  #eco .area-eco h4 {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
  #eco .area-eco .result {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  #eco .area-eco .result p {
    gap: 0.4rem;
  }
  #eco .area-eco .result p em {
    font-size: 5rem;
  }
  #eco .area-eco .result p i {
    width: 5rem;
    font-size: 3rem;
  }
  #eco .area-eco .result p:not(.underline) {
    flex: 0 0 26rem;
    justify-content: flex-end;
  }
  #eco .area-eco .result .underline {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  #eco .area-eco .result .underline span {
    background: linear-gradient(to top, var(--color-lemon) 0.5em, transparent 0.5em);
  }
  #eco .area-eco .annotation-block {
    display: block;
    border-width: 2px;
    padding: 1.6rem;
    margin-top: 2.4rem;
  }
  #eco .area-eco .annotation-block ul li {
    gap: 0.4rem;
    font-size: 1.2rem;
  }
  #eco .area-eco .annotation-block ul li + li {
    margin-top: 0.6rem;
  }
  #eco .area-eco .annotation-block ul li:before {
    flex: 0 0 3rem;
  }
  #eco .area-eco .solar-block {
    display: block;
    border-width: 2px;
    padding: 4rem 1.6rem 1.6rem;
  }
  #eco .area-eco .solar-block > div {
    margin: 1.6rem 0 0;
  }
  #eco .area-eco .solar-block > div p {
    font-size: 1.4rem;
  }
  #eco .area-eco .solar-block > div ul li {
    gap: 0.4rem;
    font-size: 1.2rem;
  }
  #eco .area-eco .solar-block > div ul li + li {
    margin-top: 0.6rem;
  }
  #eco .area-eco .solar-block > div ul li:before {
    flex: 0 0 3rem;
  }
}
#faq .page-title {
  background-image: url(/assets/img/faq/page-img.jpg);
}
#faq .area-faq {
  max-width: var(--size-viewport-content);
  margin: var(--size-block) auto;
}
#faq .area-faq h2 + p {
  margin: 4rem auto;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
#faq .area-faq .faq {
  margin-top: 1.6rem;
  counter-increment: num;
}
#faq .area-faq .faq h3 {
  padding-left: 9rem;
  padding-block: 1.6rem;
  background: url(/assets/img/faq/ico-user.svg) no-repeat left top/7rem auto;
  position: relative;
}
#faq .area-faq .faq h3:before {
  content: "Q" counter(num);
  width: 6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  position: absolute;
  border-radius: 99rem;
  background: var(--color-skyblue);
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  left: 0.5rem;
  top: 6rem;
  pointer-events: none;
}
#faq .area-faq .faq h3 button {
  display: block;
  width: min(80rem, 100%);
  padding: 1rem 2.4rem 1rem 1.6rem;
  border-radius: 0.4rem;
  background: var(--color-skyblue);
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  position: relative;
}
#faq .area-faq .faq h3 button:before {
  content: "";
  border-block: 0.8rem solid transparent;
  border-right: 1rem solid var(--color-skyblue);
  position: absolute;
  left: -0.9rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#faq .area-faq .faq h3 button:after {
  content: "\f078";
  font-family: "Font Awesome 7 Free";
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: 1.25em;
  pointer-events: none;
  font-size: 1.4rem;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  translate: 0 -50%;
  transition: transform 0.2s;
  pointer-events: none;
}
#faq .area-faq .faq .answer {
  position: relative;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s;
}
#faq .area-faq .faq .answer .block {
  padding-right: 9rem;
  overflow: hidden;
  position: relative;
}
#faq .area-faq .faq .answer .block:after {
  content: "";
  width: 7rem;
  aspect-ratio: 1;
  border-radius: 99rem;
  border: 2px solid var(--color-maroon);
  background: url(/assets/img/common/ico-mascot-outline-reverse.svg) no-repeat 1rem 1.6rem/6rem auto;
  position: absolute;
  right: 0;
  top: 0;
}
#faq .area-faq .faq .answer .block .inner {
  margin-inline: 15rem 1rem;
  margin-block: 1rem;
  padding: 2.4rem;
  border-radius: 0.8rem;
  background: #caf0ed;
  position: relative;
}
#faq .area-faq .faq .answer .block .inner:before {
  content: "";
  border-block: 0.8rem solid transparent;
  border-left: 1rem solid #caf0ed;
  position: absolute;
  right: -0.9rem;
  top: 2.2rem;
  pointer-events: none;
}
#faq .area-faq .faq .answer .block .inner .flexbox {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
#faq .area-faq .faq .answer .block .inner .flexbox > *:first-child {
  flex: 1 1 auto;
}
#faq .area-faq .faq .answer .block .inner .flexbox > figure {
  flex: 0 0 21.2rem;
}
#faq .area-faq .faq.active h3 button:after {
  transform: rotate(180deg);
}
#faq .area-faq .faq.active .answer {
  grid-template-rows: 1fr;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #faq .area-faq {
    padding-inline: var(--size-inline);
  }
  #faq .area-faq h2 + p {
    font-size: 1.4rem;
  }
  #faq .area-faq .faq h3 {
    padding-left: 6.4rem;
    padding-block: 0.8rem 1.6rem;
    background-size: 5rem auto;
  }
  #faq .area-faq .faq h3:before {
    width: 5rem;
    left: 0;
    top: 4rem;
    font-size: 1.1rem;
  }
  #faq .area-faq .faq h3 button {
    padding: 0.8rem 2.4rem 0.8rem 0.8rem;
    font-size: 1.4rem;
  }
  #faq .area-faq .faq h3 button:before {
    border-block: 0.6rem solid transparent;
    border-right: 0.8rem solid var(--color-skyblue);
    left: -0.7rem;
    top: 1.7rem;
  }
  #faq .area-faq .faq h3 button:after {
    font-size: 1rem;
  }
  #faq .area-faq .faq .answer .block {
    padding-right: 6rem;
  }
  #faq .area-faq .faq .answer .block:after {
    width: 5rem;
    background: url(/assets/img/common/ico-mascot-outline-reverse.svg) no-repeat 0.5rem 0.5rem/5rem auto;
    top: 1rem;
  }
  #faq .area-faq .faq .answer .block .inner {
    margin-inline: 0;
  }
  #faq .area-faq .faq .answer .block .inner:before {
    border-block: 0.6rem solid transparent;
    border-left: 0.8rem solid #caf0ed;
    right: -0.7rem;
    top: 1.7rem;
  }
  #faq .area-faq .faq .answer .block .inner .flexbox {
    display: block;
  }
  #faq .area-faq .faq .answer .block .inner .flexbox figure {
    margin-top: 0.8rem;
    margin-inline: auto;
    text-align: center;
  }
}
#history .page-title {
  background-image: url(/assets/img/history/page-img.jpg);
}
#history .area-history {
  max-width: var(--size-viewport-content);
  margin: var(--size-block) auto 0;
  position: relative;
}
#history .area-history h2 {
  margin-bottom: 8rem;
}
#history .area-history h3 {
  display: flex;
  align-items: center;
  height: 12.4rem;
  padding-left: 32rem;
  color: var(--color-maroon);
  font-size: 2.4rem;
  position: relative;
}
#history .area-history h3 em {
  font-style: normal;
  margin-right: 0.8rem;
}
#history .area-history h3 em img {
  width: auto;
  height: 7rem;
}
#history .area-history h3:before {
  content: "";
  width: 12.4rem;
  aspect-ratio: 1;
  border-radius: 99rem;
  background: url(/assets/img/common/ico-mascot-outline-white.svg) var(--color-maroon) no-repeat center center/8rem auto;
  position: absolute;
  left: 17rem;
  pointer-events: none;
}
#history .area-history dl {
  display: grid;
  grid-template-columns: 23rem 1fr;
  gap: 4rem 9rem;
  padding-block: 2.4rem 8rem;
  position: relative;
}
#history .area-history dl:before {
  content: "";
  width: 0.2rem;
  height: 100%;
  background: var(--color-maroon);
  position: absolute;
  left: 23.1rem;
  top: 0;
  pointer-events: none;
}
#history .area-history dl:last-of-type {
  padding-bottom: 0;
}
#history .area-history dl:last-of-type:before {
  height: calc(100% - 1rem);
}
#history .area-history dl dt {
  text-align: right;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
#history .area-history dl dt:not(.null):after {
  content: "";
  width: 1.6rem;
  aspect-ratio: 1;
  border-radius: 99rem;
  background: var(--color-maroon);
  position: absolute;
  right: -1rem;
  top: 0.5em;
  pointer-events: none;
}
#history .area-history dl dd {
  position: relative;
}
#history .area-history dl dd h4 {
  margin-bottom: 0.4rem;
  font-size: 2rem;
  font-weight: bold;
}
#history .area-history dl dd h4 + h4 {
  margin-top: 1.6rem;
}
#history .area-history dl dd p + h4 {
  margin-top: 3.2rem;
}
#history .area-history dl dd .flexbox {
  display: flex;
  margin-bottom: 1rem;
}
#history .area-history dl dd .flexbox p {
  flex: 0 0 auto;
  min-width: 46rem;
}
#history .area-history dl dd .flexbox > figure img {
  width: auto;
  height: inherit;
}
#history .area-history dl dd .img01 {
  height: 40.4rem;
}
#history .area-history dl dd .img02 {
  height: 17.6rem;
  margin-left: 9rem;
}
#history .area-history dl dd .img03 {
  height: 19.4rem;
}
#history .area-history dl dd .img04 {
  width: 25rem;
  position: absolute;
  right: 17rem;
  top: -3rem;
}
#history .area-history dl dd .img05 {
  width: 25rem;
  position: absolute;
  right: 17rem;
  bottom: -67%;
}
#history .area-history dl dd .img06 {
  height: 17.4rem;
  position: absolute;
  right: 17rem;
  top: 0;
}
#history .area-history dl dd .img07 {
  height: 17.4rem;
  position: absolute;
  right: 17rem;
  top: -5rem;
}
#history .area-history dl dd .img08 {
  height: 17.4rem;
  position: absolute;
  right: 17rem;
  top: 0;
}
#history .area-history dl dd .img09 {
  height: 17.4rem;
  position: absolute;
  right: 17rem;
  top: 0;
}
#history .site-footer nav {
  margin-top: 6rem;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #history .area-history h2 {
    margin-bottom: 3rem;
  }
  #history .area-history h3 {
    display: block;
    height: auto;
    min-height: 5rem;
    padding-left: 10.5rem;
    font-size: 1.4rem;
  }
  #history .area-history h3 em {
    display: block;
  }
  #history .area-history h3 em img {
    height: 3.2rem;
  }
  #history .area-history h3:before {
    width: 5rem;
    left: 4.5rem;
    background-size: 3.2rem auto !important;
  }
  #history .area-history dl {
    grid-template-columns: 7rem 1fr;
    gap: 1.6rem 3.5rem;
    padding-block: 1.6rem 4rem;
  }
  #history .area-history dl:before {
    width: 1px;
    left: 7.1rem;
  }
  #history .area-history dl:last-of-type:before {
    height: calc(100% - 1.5rem);
  }
  #history .area-history dl dt {
    padding-right: 0.5rem;
    font-size: 1.1rem;
    font-feature-settings: "palt";
    letter-spacing: 0;
    line-height: 1.3;
  }
  #history .area-history dl dt:not(.null):after {
    width: 0.8rem;
    right: -0.5rem;
  }
  #history .area-history dl dd {
    padding-right: var(--size-inline);
  }
  #history .area-history dl dd h4 {
    font-size: 1.2rem;
  }
  #history .area-history dl dd h4 + h4 {
    margin-top: 0.8rem;
  }
  #history .area-history dl dd .flexbox {
    display: block;
  }
  #history .area-history dl dd .flexbox + * {
    margin-top: 0.8rem;
  }
  #history .area-history dl dd .flexbox p {
    min-width: 0;
  }
  #history .area-history dl dd .flexbox > figure {
    width: auto;
    height: auto;
    margin: 0.8rem auto;
    text-align: center;
    position: static !important;
  }
  #history .area-history dl dd .flexbox > figure img {
    width: 100%;
    height: auto;
  }
  #history .area-history dl dd .flexbox .img02 {
    width: 18rem;
  }
  #history .area-history dl dd .flexbox .img03 {
    width: auto;
  }
  #history .area-history dl dd .flexbox .img04 {
    width: auto;
  }
  #history .area-history dl dd .flexbox .img05 {
    width: auto;
  }
  #history .area-history dl dd .flexbox .img06 {
    width: 8rem;
  }
  #history .area-history dl dd .flexbox .img07 {
    width: 18rem;
  }
  #history .area-history dl dd .flexbox .img08 {
    width: 18rem;
  }
  #history .area-history dl dd .flexbox .img09 {
    width: 18rem;
  }
}
#news-single {
  margin: 0;
  padding: 0;
}
#news-single .page-title {
  background-image: url(/assets/img/news/page-img.jpg);
}
#news-single .area-article {
  max-width: 84rem;
  margin: var(--size-block) auto;
}
#news-single .area-article article .article-header {
  display: flex;
  align-items: center;
  gap: 0.8rem 1.6rem;
  margin-bottom: 4rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--color-grey);
}
#news-single .area-article article .article-header .cat {
  flex: 0 0 13rem;
  text-align: center;
  background: var(--color-grey);
  color: #fff;
  border-radius: 99rem;
  letter-spacing: 0;
  font-size: 1.4rem;
}
#news-single .area-article article .article-header .cat.information {
  background: var(--color-skyblue);
}
#news-single .area-article article .article-header .cat.in-house {
  background: var(--color-maroon);
}
#news-single .area-article article .article-header .cat.events {
  background: var(--color-green);
}
#news-single .area-article article .article-header h1 {
  flex: 1 1 auto;
  font-size: 2rem;
}
#news-single .area-article article .article-header time {
  flex: 0 0 auto;
  font-size: 1.4rem;
  letter-spacing: 0;
}
#news-single .area-article article .article-content {
  /* Restore paragraph styles */
  /* Restore list styles */
  /* Restore link styles */
  /* Restore text formatting */
  /* Restore blockquote styles */
  /* Restore code styles */
  /* Restore table styles */
  /* Restore figure styles */
  /* Restore image styles */
  /* Restore hr styles */
  /* Restore form element styles if needed */
  /* WordPress specific block styles */
}
#news-single .area-article article .article-content h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0.67em 0;
  line-height: 1.2;
}
#news-single .area-article article .article-content h2 {
  font-size: 2em;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.3;
}
#news-single .area-article article .article-content h3 {
  font-size: 1.75em;
  font-weight: bold;
  margin: 0.83em 0;
  line-height: 1.3;
}
#news-single .area-article article .article-content h4 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em 0;
  line-height: 1.4;
}
#news-single .area-article article .article-content h5 {
  font-size: 1.25em;
  font-weight: bold;
  margin: 1.33em 0;
  line-height: 1.4;
}
#news-single .area-article article .article-content h6 {
  font-size: 1em;
  font-weight: bold;
  margin: 1.67em 0;
  line-height: 1.4;
}
#news-single .area-article article .article-content p {
  margin: 1em 0;
}
#news-single .area-article article .article-content ul {
  list-style: disc;
  margin: 1em 0;
  padding-left: 2em;
}
#news-single .area-article article .article-content ol {
  list-style: decimal;
  margin: 1em 0;
  padding-left: 2em;
}
#news-single .area-article article .article-content ul ul {
  list-style-type: circle;
  margin: 0;
}
#news-single .area-article article .article-content ul ul ul {
  list-style-type: square;
}
#news-single .area-article article .article-content ol ol {
  margin: 0;
}
#news-single .area-article article .article-content li {
  margin: 0.5em 0;
}
#news-single .area-article article .article-content a {
  color: #0073aa;
  text-decoration: underline;
}
#news-single .area-article article .article-content a:hover {
  color: #005177;
}
#news-single .area-article article .article-content a:focus {
  outline: thin dotted;
}
#news-single .area-article article .article-content strong,
#news-single .area-article article .article-content b {
  font-weight: bold;
}
#news-single .area-article article .article-content em,
#news-single .area-article article .article-content i {
  font-style: italic;
}
#news-single .area-article article .article-content small {
  font-size: 80%;
}
#news-single .area-article article .article-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
#news-single .area-article article .article-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
#news-single .area-article article .article-content blockquote {
  margin: 1.5em 2em;
  padding: 1em;
  border-left: 4px solid #ddd;
  font-style: italic;
  background: #f9f9f9;
}
#news-single .area-article article .article-content blockquote p {
  margin: 0.5em 0;
}
#news-single .area-article article .article-content code {
  font-family: "Courier New", Courier, monospace;
  background: #f4f4f4;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.9em;
}
#news-single .area-article article .article-content pre {
  background: #f4f4f4;
  padding: 1em;
  overflow-x: auto;
  margin: 1em 0;
  border-radius: 4px;
}
#news-single .area-article article .article-content pre code {
  background: none;
  padding: 0;
}
#news-single .area-article article .article-content table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
}
#news-single .area-article article .article-content th,
#news-single .area-article article .article-content td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: left;
}
#news-single .area-article article .article-content th {
  background-color: #f2f2f2;
  font-weight: bold;
}
#news-single .area-article article .article-content figure {
  margin: 1em 0;
}
#news-single .area-article article .article-content figcaption {
  font-size: 0.9em;
  color: #666;
  margin-top: 0.5em;
  font-style: italic;
}
#news-single .area-article article .article-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
#news-single .area-article article .article-content hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 2em 0;
}
#news-single .area-article article .article-content input[type=text],
#news-single .area-article article .article-content input[type=email],
#news-single .area-article article .article-content input[type=url],
#news-single .area-article article .article-content input[type=password],
#news-single .area-article article .article-content input[type=search],
#news-single .area-article article .article-content input[type=number],
#news-single .area-article article .article-content input[type=tel],
#news-single .area-article article .article-content input[type=date],
#news-single .area-article article .article-content textarea {
  border: 1px solid #ddd;
  padding: 8px;
  border-radius: 4px;
  width: 100%;
}
#news-single .area-article article .article-content input[type=submit],
#news-single .area-article article .article-content button {
  background: #0073aa;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#news-single .area-article article .article-content input[type=submit]:hover,
#news-single .area-article article .article-content button:hover {
  background: #005177;
}
#news-single .area-article article .article-content .wp-block-image {
  margin: 1em 0;
}
#news-single .area-article article .article-content .wp-block-quote {
  margin: 1.5em 0;
  padding: 1em 2em;
  border-left: 4px solid #000;
}
#news-single .area-article article .article-content .wp-block-pullquote {
  padding: 2em;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  margin: 2em 0;
  text-align: center;
}
#news-single .area-article article .article-content .wp-block-separator {
  border: 0;
  border-top: 2px solid #ddd;
  margin: 2em auto;
}
#news-single .area-article > .btn-standard {
  margin: 6rem auto 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #news-single .area-article {
    padding-inline: var(--size-inline);
  }
  #news-single .area-article article .article-header {
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
  }
  #news-single .area-article article .article-header .cat {
    font-size: 1.2rem;
  }
  #news-single .area-article article .article-header h1 {
    order: 99;
    font-size: 1.6rem;
  }
  #news-single .area-article article .article-header time {
    font-size: 1.2rem;
  }
}
#news .page-title {
  background-image: url(/assets/img/news/page-img.jpg);
}
#news .area-news-list {
  max-width: var(--size-viewport-content);
  margin: var(--size-block) auto;
}
#news .area-news-list .container nav {
  display: flex;
  margin-block: 6rem 3.2rem;
  line-height: 6rem;
}
#news .area-news-list .container nav:before {
  content: "カテゴリーで探す";
  margin: 0 2.4rem;
  font-weight: 900;
}
#news .area-news-list .container nav a {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  border-bottom: 4px solid var(--color-grey);
  opacity: 1 !important;
}
#news .area-news-list .container nav a.active {
  border-color: var(--color-base);
}
#news .area-news-list .container nav a:hover {
  color: var(--color-maroon);
}
#news .area-news-list .container .article-block {
  display: grid;
  grid-template-columns: 100%;
}
#news .area-news-list .container .article-block article {
  border-bottom: 2px dotted #ccc;
}
#news .area-news-list .container .article-block article:first-of-type {
  border-top: 2px dotted #ccc;
}
#news .area-news-list .container .article-block article > a {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  padding: 2.4rem 2.4rem;
  opacity: 1;
  position: relative;
}
#news .area-news-list .container .article-block article > a:after {
  content: "\f138";
  font-family: "Font Awesome 7 Free";
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: 1.25em;
  pointer-events: none;
  color: var(--color-maroon);
}
#news .area-news-list .container .article-block article > a:hover h1 {
  color: var(--color-maroon);
  transform: translateX(1rem);
}
#news .area-news-list .container .article-block article > a time {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
}
#news .area-news-list .container .article-block article > a .cat {
  flex: 0 0 13rem;
  text-align: center;
  background: var(--color-grey);
  color: #fff;
  border-radius: 99rem;
  letter-spacing: 0;
  font-size: 1.4rem;
}
#news .area-news-list .container .article-block article > a .cat.information {
  background: var(--color-skyblue);
}
#news .area-news-list .container .article-block article > a .cat.in-house {
  background: var(--color-maroon);
}
#news .area-news-list .container .article-block article > a .cat.events {
  background: var(--color-green);
}
#news .area-news-list .container .article-block article > a h1 {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
#news .area-news-list .container .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 3.2rem;
  font-size: 2rem;
}
#news .area-news-list .container .wp-pagenavi .extend,
#news .area-news-list .container .wp-pagenavi .first,
#news .area-news-list .container .wp-pagenavi .last,
#news .area-news-list .container .wp-pagenavi .nextpostslink,
#news .area-news-list .container .wp-pagenavi .previouspostslink {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 5rem;
  font-size: 1.2em;
}
#news .area-news-list .container .wp-pagenavi .extend {
  flex: 0 0 3rem;
  translate: 0 -0.2em;
}
#news .area-news-list .container .wp-pagenavi > span:not(.extend),
#news .area-news-list .container .wp-pagenavi a.page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 5rem;
  aspect-ratio: 1;
  border-radius: 99rem;
  border: 1px solid var(--color-grey);
}
#news .area-news-list .container .wp-pagenavi .current {
  border-color: transparent !important;
  background: var(--color-maroon);
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #news .area-news-list {
    padding-inline: var(--size-inline);
  }
  #news .area-news-list .container nav {
    margin-block: 4rem 1rem;
    line-height: 4.5rem;
  }
  #news .area-news-list .container nav:before {
    display: none;
  }
  #news .area-news-list .container nav a {
    border-bottom-width: 2px;
  }
  #news .area-news-list .container .article-block article:first-of-type {
    border-top: none;
  }
  #news .area-news-list .container .article-block article > a {
    padding: 1.6rem;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  #news .area-news-list .container .article-block article > a:after {
    position: absolute;
    right: 0.4rem;
  }
  #news .area-news-list .container .article-block article > a time {
    font-size: 1.2rem;
  }
  #news .area-news-list .container .article-block article > a .cat {
    font-size: 1.2rem;
  }
  #news .area-news-list .container .article-block article > a h1 {
    flex: 1 1 100%;
    font-size: 1.4rem;
    white-space: unset;
  }
  #news .area-news-list .container .article-block .noitem {
    padding: var(--size-inline);
  }
}
#note .page-title {
  background-image: url(/assets/img/note/page-img.jpg);
}
#note .area-companies {
  max-width: var(--size-viewport-content);
  margin: var(--size-block) auto;
}
#note .area-companies hgroup {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
#note .area-companies hgroup p {
  font-weight: bold;
  font-size: 2rem;
}
#note .area-companies .company {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  margin-top: 4rem;
}
#note .area-companies .company:nth-of-type(4n+1) {
  --color-theme: #E30280;
}
#note .area-companies .company:nth-of-type(4n+2) {
  --color-theme: #00A0E9;
}
#note .area-companies .company:nth-of-type(4n+3) {
  --color-theme: #EBCA00;
}
#note .area-companies .company:nth-of-type(4n+4) {
  --color-theme: #F6A654;
}
#note .area-companies .company h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 22rem;
  aspect-ratio: 1;
  border-radius: 999rem;
  border: 0.3rem solid var(--color-theme);
  font-size: 2rem;
}
#note .area-companies .company h3:before {
  content: "";
  width: 4.4rem;
  aspect-ratio: 44/55;
  margin-bottom: 0.8rem;
  background: var(--color-theme);
  -webkit-mask: url(/assets/img/note/ico-bulb.svg) no-repeat center center/contain;
          mask: url(/assets/img/note/ico-bulb.svg) no-repeat center center/contain;
}
#note .area-companies .company .info {
  flex: 1 1 auto;
}
#note .area-companies .company .info table {
  width: 100%;
}
#note .area-companies .company .info table th, #note .area-companies .company .info table td {
  padding: 1.6rem 2.4rem;
  border: 1px solid var(--color-theme);
  vertical-align: middle;
  text-align: justify;
}
#note .area-companies .company .info table th {
  width: 22rem;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #note .area-companies {
    padding-inline: var(--size-inline);
  }
  #note .area-companies hgroup {
    display: block;
  }
  #note .area-companies hgroup p {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    text-align: center;
  }
  #note .area-companies .company {
    display: block;
  }
  #note .area-companies .company h3 {
    width: 20rem;
    margin: 0 auto 1rem;
    font-size: 1.8rem;
  }
  #note .area-companies .company .info table tr,
  #note .area-companies .company .info table th,
  #note .area-companies .company .info table td {
    width: 100%;
    display: block;
  }
  #note .area-companies .company .info table th,
  #note .area-companies .company .info table td {
    padding: 0.8rem 1.6rem;
  }
  #note .area-companies .company .info table th {
    text-align: center;
    border-bottom: none;
    background: #F5f5f5;
  }
  #note .area-companies .company .info table tr + tr th {
    border-top: none;
  }
}
#product .page-title {
  background-image: url(/assets/img/product/page-img.jpg);
}
#product .area-standard {
  max-width: 100rem;
  margin: var(--size-block) auto;
}
#product .area-standard .item {
  display: flex;
  align-items: center;
  gap: 0.8rem 3.2rem;
  margin-top: 4rem;
  padding: 3.2rem;
  border-radius: 0.8rem;
  border: 0.4rem solid var(--color-maroon);
}
#product .area-standard .item > figure {
  flex: 0 0 35rem;
  aspect-ratio: 1;
  border: 1px solid var(--color-grey);
  border-radius: 0.4rem;
  overflow: hidden;
}
#product .area-standard .item > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#product .area-standard .item .detail {
  flex: 1 1 auto;
}
#product .area-standard .item .detail .header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 3.2rem;
  font-weight: bold;
}
#product .area-standard .item .detail .header a img {
  width: 4rem;
  vertical-align: sub;
}
#product .area-standard .item .detail dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 2.4rem auto 1.6rem;
}
#product .area-standard .item .detail dl span {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
#product .area-standard .item .detail dl span dt {
  flex: 0 0 auto;
  border-radius: 99rem;
  padding: 0.4rem 2.4rem;
  background-color: var(--color-skyblue);
  color: #fff;
  font-weight: 500;
}
#product .area-standard .item .detail dl span dd {
  flex: 1 1 auto;
  font-weight: bold;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #product .area-standard {
    padding-inline: var(--size-inline);
  }
  #product .area-standard .item {
    flex-direction: column;
    padding: 1.6rem;
    border-width: 2px;
  }
  #product .area-standard .item > figure {
    flex: 1 1 auto;
  }
  #product .area-standard .item .detail {
    display: contents;
  }
  #product .area-standard .item .detail .header {
    order: -1;
    font-size: 2.4rem;
  }
  #product .area-standard .item .detail .header a img {
    width: 3.2rem;
  }
  #product .area-standard .item .detail dl {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #product .area-standard .item .detail dl span {
    display: block;
  }
  #product .area-standard .item .detail dl span dt {
    width: 100%;
  }
  #product .area-standard .item .detail dl span dd {
    font-size: 1.4rem;
  }
}
#product .page-title {
  background-image: url(/assets/img/product/page-img.jpg);
}
#product .area-recognition {
  max-width: 100rem;
  margin: var(--size-block) auto;
}
#product .area-recognition .item-container {
  margin-top: 6rem;
  position: relative;
}
#product .area-recognition .item-container aside {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: var(--color-skyblue);
  position: sticky;
  top: 10rem;
  z-index: 1;
}
#product .area-recognition .item-container aside p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.2rem 0;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-size: 1.4rem;
}
#product .area-recognition .item-container aside p + p {
  border-left: 1px solid var(--color-grey-light);
}
#product .area-recognition .item-container .item {
  font-size: 1.4rem;
}
#product .area-recognition .item-container .item + .item {
  border-top: 4px solid var(--color-skyblue);
}
#product .area-recognition .item-container .item dl {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
#product .area-recognition .item-container .item dl > span:nth-of-type(-n + 6) {
  background-color: #c7efff;
}
#product .area-recognition .item-container .item dl > span:nth-of-type(-n + 6) dt {
  display: none;
}
#product .area-recognition .item-container .item dl > span:nth-of-type(-n + 6) dd {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.6rem 0;
  border-left: 1px solid var(--color-grey-light);
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
#product .area-recognition .item-container .item dl > span:nth-of-type(n + 7) {
  display: grid;
  grid-template-columns: 6rem 1fr;
}
#product .area-recognition .item-container .item dl > span:nth-of-type(n + 7) dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  background: var(--color-grey-light);
  writing-mode: vertical-rl;
}
#product .area-recognition .item-container .item dl > span:nth-of-type(n + 7) dd {
  padding: 1.6rem;
  border-right: 1px solid var(--color-grey-light);
  border-bottom: 1px solid var(--color-grey-light);
  display: flex;
  align-items: center;
}
#product .area-recognition .item-container .item dl > span.feature {
  grid-column: span 5;
}
#product .area-recognition .item-container .item dl > span.pdf {
  grid-column: span 1;
  text-align: center;
}
#product .area-recognition .item-container .item dl > span.pdf dd {
  justify-content: center;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #product .area-standard {
    padding-inline: var(--size-inline);
  }
  #product .area-recognition {
    padding-inline: var(--size-inline);
  }
  #product .area-recognition h2 {
    font-size: 1.8rem;
  }
  #product .area-recognition .item-container {
    margin-top: 4rem;
  }
  #product .area-recognition .item-container aside {
    display: none;
  }
  #product .area-recognition .item-container .item {
    border: 2px solid var(--color-skyblue) !important;
    border-radius: 0.6rem;
    font-size: 1.2rem;
    overflow: hidden;
  }
  #product .area-recognition .item-container .item + .item {
    margin-top: 2.4rem;
  }
  #product .area-recognition .item-container .item dl {
    display: block;
  }
  #product .area-recognition .item-container .item dl > span {
    display: flex !important;
    background: none !important;
  }
  #product .area-recognition .item-container .item dl > span dt {
    flex: 0 0 11rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid var(--color-grey-light);
    background: var(--color-skyblue) !important;
    background: #c7efff !important;
    line-height: 1.2;
    font-weight: 500;
    writing-mode: unset !important;
  }
  #product .area-recognition .item-container .item dl > span dd {
    flex: 1 1 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 1.6rem !important;
    background: none !important;
    border-left: none !important;
    border-right: 1px solid var(--color-grey-light);
    border-bottom: 1px solid var(--color-grey-light);
  }
}
#strength .page-title {
  background-image: url(/assets/img/strength/page-img.jpg);
}
#strength .area-points {
  max-width: var(--size-viewport-content);
  margin: var(--size-block) auto;
  position: relative;
}
#strength .area-points .point {
  margin-top: 6rem;
}
#strength .area-points .point h3 > div {
  width: 100%;
}
#strength .area-points .point .flexbox {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding-inline: 20rem 3.2rem;
}
#strength .area-points .point .flexbox > figure {
  flex: 0 0 34rem;
}
#strength .area-points .point .flexbox > figure img {
  border-radius: 0.8rem;
}
#strength .area-about .inner {
  max-width: var(--size-viewport-content);
  padding: var(--size-block) 0;
  margin: var(--size-block) auto 0;
  position: relative;
}
#strength .area-about .inner .chart-container {
  position: relative;
}
#strength .area-about .inner .chart-container i {
  position: absolute;
  pointer-events: none;
}
#strength .area-about .inner .chart-container i:nth-of-type(1) {
  top: 28rem;
  left: 25rem;
}
#strength .area-about .inner .chart-container i:nth-of-type(2) {
  top: 18rem;
  left: 56rem;
  transform: rotate(-25deg);
}
#strength .area-about .inner .chart-container i:nth-of-type(3) {
  top: 38rem;
  left: 56rem;
  transform: rotate(25deg);
}
#strength .area-about .inner .chart-container i:nth-of-type(4) {
  top: 11rem;
  left: 89rem;
}
#strength .area-about .inner .chart-container i:nth-of-type(5) {
  top: 46rem;
  left: 89rem;
}
#strength .area-about .inner .chart-container i:before,
#strength .area-about .inner .chart-container i span:before,
#strength .area-about .inner .chart-container i span:after {
  content: "";
  display: inline-block;
  width: 2.2rem;
  aspect-ratio: 100/158;
  background: url(/assets/img/strength/ico-chevron.svg) no-repeat center/contain;
  position: relative;
}
#strength .area-about .inner .chart-container i:before {
  animation: blinking 2s infinite forwards;
}
#strength .area-about .inner .chart-container i span:before {
  animation: blinking 2s 0.15s infinite;
}
#strength .area-about .inner .chart-container i span:after {
  animation: blinking 2s 0.3s infinite;
}
#strength .area-about .inner .chart-container .pulse {
  position: absolute;
  top: 0;
  left: 64rem;
  width: 24rem;
  aspect-ratio: 1;
  background: var(--color-maroon);
  border-radius: 9999rem;
  animation: pulse-animation 1.5s infinite;
  z-index: -1;
}
@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 0.85;
  }
  100% {
    transform: scale(1.15);
    opacity: 0;
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
    left: -1rem;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 0;
  }
}
#strength .area-about .inner .chart-container + p {
  margin-top: 4rem;
  font-weight: bold;
}
#strength .area-features .inner {
  max-width: var(--size-viewport-content);
  padding: var(--size-block) 0;
  margin: 0 auto;
  position: relative;
}
#strength .area-features .inner .feature {
  margin-top: 4rem;
  background: #fff;
}
#strength .area-features .inner .feature h4 {
  display: flex;
  align-items: stretch;
  gap: 1.6rem;
  background: var(--color-maroon);
  border: 4px solid var(--color-maroon);
  color: #fff;
  font-size: 3.2rem;
  position: relative;
}
#strength .area-features .inner .feature h4 em {
  font-style: normal;
  font-size: 1.6em;
  line-height: 0.8;
}
#strength .area-features .inner .feature h4 span:first-of-type {
  flex: 0 0 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--color-base);
}
#strength .area-features .inner .feature h4 span + span {
  flex: 1 1 auto;
  padding: 1rem 0;
}
#strength .area-features .inner .feature .flexbox {
  display: flex;
  align-items: stretch;
  gap: 4rem;
  padding: 2.4rem;
  border: 2px solid var(--color-maroon);
}
#strength .area-features .inner .feature .flexbox figure {
  flex: 0 0 40rem;
}
#strength .area-features .inner .feature .flexbox figure img {
  border-radius: 0.8rem;
}
#strength .area-features .inner .feature .flexbox .info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
#strength .area-features .inner .feature .flexbox .info p {
  flex: 1 1 auto;
  font-weight: bold;
  padding-top: 3rem;
}
#strength .area-features .inner .feature .flexbox .info i {
  text-align: right;
}
#strength .area-features .inner .feature .flexbox .info i img:not(.mascot) {
  height: 15rem;
  margin-right: 1rem;
}
#strength .area-features .inner .feature .flexbox .info i .mascot {
  height: 10rem;
}
@media (min-width: 769px) {
  #strength .area-features .inner #feature04 .flexbox .info i img:not(.mascot) {
    height: 10rem;
  }
  #strength .area-features .inner #feature05 .flexbox .info i img:not(.mascot) {
    height: 20rem;
  }
}
#strength .area-cases {
  max-width: var(--size-viewport-content);
  margin: var(--size-block) auto 0;
}
#strength .area-cases hgroup {
  display: flex;
  align-items: center;
  gap: 2rem 4rem;
}
#strength .area-cases hgroup p {
  flex: 1 1 auto;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
}
#strength .area-cases ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  margin-top: 4rem;
}
#strength .area-cases ul li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  line-height: 1;
  font-weight: 500;
}
#strength .area-cases ul li:before {
  content: "\f138";
  font-family: "Font Awesome 7 Free";
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: 1.25em;
  pointer-events: none;
  color: var(--color-maroon);
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #strength .area-points {
    padding-inline: var(--size-inline);
  }
  #strength .area-points .point .flexbox {
    padding: 0;
    display: block;
  }
  #strength .area-points .point .flexbox > figure {
    width: 85%;
    margin: 2rem auto;
  }
  #strength .area-about .inner {
    padding-inline: var(--size-inline);
  }
  #strength .area-about .inner h2 + p {
    font-size: 1.6rem;
    text-align: center;
  }
  #strength .area-about .inner .chart-container picture {
    display: block;
    text-align: center;
    margin: 2rem auto;
  }
  #strength .area-about .inner .chart-container i {
    transform: rotate(90deg);
  }
  #strength .area-about .inner .chart-container i:nth-of-type(1) {
    top: 18.5rem;
    left: 14.5rem;
  }
  #strength .area-about .inner .chart-container i:nth-of-type(2) {
    top: 42rem;
    left: 23.5rem;
    transform: rotate(65deg);
  }
  #strength .area-about .inner .chart-container i:nth-of-type(3) {
    top: 42rem;
    left: 6.5rem;
    transform: rotate(113deg);
  }
  #strength .area-about .inner .chart-container i:nth-of-type(4) {
    top: 65.5rem;
    left: 5.5rem;
  }
  #strength .area-about .inner .chart-container i:nth-of-type(5) {
    top: 65.5rem;
    left: 24rem;
  }
  #strength .area-about .inner .chart-container i:before,
  #strength .area-about .inner .chart-container i span:before,
  #strength .area-about .inner .chart-container i span:after {
    width: 1.6rem;
  }
  #strength .area-about .inner .chart-container .pulse {
    top: 47rem;
    left: 18.5rem;
    width: 15.6rem;
  }
  #strength .area-about .inner .chart-container + p {
    margin: 0;
  }
  #strength .area-features .inner {
    padding: 0 var(--size-inline) var(--size-block);
  }
  #strength .area-features .inner h2 {
    font-size: 1.6rem;
    white-space: nowrap;
  }
  #strength .area-features .inner h2 span {
    margin-right: 0;
  }
  #strength .area-features .inner .feature h4 {
    display: block;
    font-size: 1.8rem;
    text-align: center;
  }
  #strength .area-features .inner .feature h4 span:first-of-type {
    margin: 0 auto 0.8rem;
    border-radius: 100rem;
    font-size: 1.6rem;
  }
  #strength .area-features .inner .feature h4 span:first-of-type em {
    font-size: inherit;
  }
  #strength .area-features .inner .feature h4 span + span em {
    font-size: 1.2em;
  }
  #strength .area-features .inner .feature .flexbox {
    display: block;
    padding: 1.6rem;
  }
  #strength .area-features .inner .feature .flexbox figure {
    width: 90%;
    margin: 0 auto;
  }
  #strength .area-features .inner .feature .flexbox figure img {
    border-radius: 0.4rem;
  }
  #strength .area-features .inner .feature .flexbox .info {
    display: block;
  }
  #strength .area-features .inner .feature .flexbox .info p {
    padding: 0.8rem 0 1.6rem;
  }
  #strength .area-features .inner .feature .flexbox .info i {
    display: block;
    text-align: center;
  }
  #strength .area-features .inner .feature .flexbox .info i img:not(.mascot) {
    height: 10rem;
    margin-right: 0.5rem;
  }
  #strength .area-features .inner .feature .flexbox .info i .mascot {
    height: 7rem;
  }
  #strength .area-cases {
    padding: 0 var(--size-inline);
  }
  #strength .area-cases hgroup {
    display: block;
  }
  #strength .area-cases hgroup p {
    margin: 1.6rem auto 0;
    font-size: 1.4rem;
  }
  #strength .area-cases ul {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.2rem;
  }
  #strength .area-cases ul li {
    font-size: 1.3rem;
  }
}
#video .page-title {
  background-image: url(/assets/img/video/page-img.jpg);
}
#video .area-videos {
  max-width: var(--size-viewport-content);
  margin: var(--size-block) auto;
}
#video .area-videos ul {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
#video .area-videos ul li {
  padding: 1.6rem;
  text-align: center;
  border-radius: 0.8rem;
  border: 1px solid var(--color-grey);
}
#video .area-videos ul li h3 {
  border-bottom: 0;
  font-size: 2.2rem;
  text-align: left;
}
#video .area-videos ul li h3 i {
  background-image: url(/assets/img/video/ico-video.svg);
}
#video .area-videos ul li iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 0.4rem;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #video .area-videos {
    padding-inline: var(--size-inline);
  }
  #video .area-videos ul {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
  #video .area-videos ul li {
    padding: 0.8rem;
  }
  #video .area-videos ul li h3 {
    padding: 0;
    font-size: 1.6rem;
  }
}
#error404 .area-error {
  max-width: 100rem;
  margin: 0 auto;
  padding: 10rem var(--size-inline) 0;
}
#error404 .area-error h2 {
  font-size: 1.4em;
}

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