/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

@media screen and (min-width: 0px) and (max-width: 750px) {
  .pc1:not(.sp) {
    display: none;
  }
  .pc2:not(.sp) {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1920px) {
  .sp:not(.pc1) {
    display: none;
  }
  .pc2:not(.pc1) {
    display: none;
  }
}
@media screen and (min-width: 1921px) and (max-width: px) {
  .sp:not(.pc2) {
    display: none;
  }
  .pc1:not(.pc2) {
    display: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:root {
  --font-noto-sans: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  --font-helvetica: Helvetica, "Helvetica Neue", Arial, sans-serif;
  --color-main: #0068b3;
  --color-reduce-main: #036eb4;
  --color-reduce-sub: #bad0e7;
  --color-create-main: #de7d1a;
  --color-create-sub: #fce1ca;
  --color-replace-main: #1eaa39;
  --color-replace-sub: #d3efd6;
  --color-control-main: #6a3906;
  --color-control-sub: #d8c9ba;
  --color-measure-main: #5f1985;
  --color-measure-sub: #e0d4e8;
  --color-others-main: #009499;
  --color-others-sub: #d4e5e6;
  --color-storage-main: #be272d;
  --color-storage-sub: #fcdee0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (max-width: 750px) {
  html {
    font-size: calc(1000vw / 750);
  }
}
@media (min-width: 751px) and (max-width: 1920px) {
  html {
    font-size: calc(1000vw / 1280);
  }
}
@media (min-width: 1921px) {
  html {
    font-size: calc(1000vw / 1280);
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-noto-sans);
  color: #1a1a1a;
  overflow-x: hidden;
}
body.fixed {
  overflow: hidden;
}

main {
  overflow-x: hidden;
}

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

svg {
  display: inline-block;
}
svg circle {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 1;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .sp {
    display: block;
  }
}

.lower {
  padding-top: 7rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .lower {
    padding-top: 9rem;
  }
}

.breadcrumb {
  padding-left: 9.6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .breadcrumb {
    padding-left: 3.5rem;
  }
}
.breadcrumb ol {
  display: flex;
}
.breadcrumb ol li {
  color: #808080;
  font-size: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .breadcrumb ol li {
    font-size: 1.7rem;
  }
}
.breadcrumb ol li:not(:first-of-type)::before {
  content: "＞";
  display: inline-block;
  margin-inline: 1em;
}
.breadcrumb ol li a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .breadcrumb ol li a:hover {
    opacity: 0.8;
  }
}

#top .bg {
  position: relative;
}
#top .bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  height: 100%;
  aspect-ratio: 84.4/187.5;
  background-color: #e3e3e3;
  background: url(/assets/images/top/bg-triangle.svg) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .bg::before {
    top: initial;
    bottom: 0;
    height: 120rem;
  }
}
#top .mv {
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .mv {
    height: initial;
  }
}
#top .mv hgroup {
  padding: 24rem 0 0 7.8rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .mv hgroup {
    padding: 37.5rem 0 22.5rem 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .mv hgroup h2 {
    text-align: center;
  }
}
#top .mv hgroup h2 img {
  width: 23.1rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .mv hgroup h2 img {
    width: 30rem;
  }
}
#top .mv hgroup p {
  margin-top: 5rem;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.83;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .mv hgroup p {
    text-align: center;
    font-size: 2.7rem;
    line-height: 1.66;
    overflow: hidden;
  }
}
#top .mv picture {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -3;
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .mv picture {
    position: initial;
    top: 83rem;
    left: 0;
    right: initial;
    height: 60rem;
  }
}
#top .mv picture img {
  width: auto;
  height: 100vh;
  aspect-ratio: 1095/900;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: translate(22rem, -49rem);
  animation: fade 1.8s 0.6s cubic-bezier(0.35, 0.1, 0.41, 1) forwards;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .mv picture img {
    width: 100%;
    height: 60rem;
    opacity: 1;
    transform: initial;
    animation: initial;
  }
}
@keyframes fade {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
#top .mv svg {
  position: absolute;
  top: -7rem;
  left: -15rem;
  z-index: -2;
  width: 70rem;
  height: 70rem;
  transform: scale(0);
  transform-origin: center;
  animation: ripples 1.3s ease forwards;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .mv svg {
    width: 80rem;
    height: 80rem;
    top: 8rem;
    left: calc(50% - 40rem);
  }
}
#top .mv svg circle {
  stroke: #bad0e7;
}
#top .mv svg:nth-of-type(1) {
  animation-delay: 0.5s;
}
#top .mv svg:nth-of-type(2) {
  animation-delay: 0.3s;
}
@keyframes ripples {
  7% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#top .intro {
  position: relative;
  height: 65rem;
  background-color: rgba(0, 104, 179, 0.3);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .intro {
    display: flex;
    flex-direction: column-reverse;
    height: initial;
  }
}
#top .intro::before {
  content: "";
  position: absolute;
  top: 12rem;
  right: 8rem;
  z-index: 1;
  width: 53rem;
  height: 42rem;
  background: url(/assets/images/top/intro-image.png) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .intro::before {
    position: initial;
    display: block;
    width: 68rem;
    background-image: url(/assets/images/top/intro-image-sp.png);
    margin: 10rem auto 8rem;
  }
}
#top .intro .body {
  position: relative;
  z-index: 2;
  padding: 20rem 0 0 10rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .intro .body {
    padding: 16rem 0 12.9rem 0;
    background-color: var(--color-reduce-sub);
  }
}
#top .intro .body p {
  font-size: 1.6rem;
  line-height: 2.37;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .intro .body p {
    text-align: center;
    font-size: 2.3rem;
  }
}
#top .assignment {
  scroll-margin-top: 7rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment {
    scroll-margin-top: 9rem;
  }
}
#top .assignment > hgroup {
  position: relative;
  height: 20rem;
  background-color: #1a1a1a;
  overflow: hidden;
}
#top .assignment > hgroup::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 23rem;
  height: 100%;
  aspect-ratio: 23/20;
  background: url(/assets/images/top/assignment/title-bg.png) no-repeat center/cover;
}
#top .assignment > hgroup h3 {
  position: relative;
  z-index: 3;
  font-weight: 700;
  padding: 6.4rem 0 6.4rem 9.6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment > hgroup h3 {
    padding: 6.4rem 0 0 3.5rem;
  }
}
#top .assignment > hgroup h3 .en {
  font-family: var(--font-helvetica);
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-size: 6.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment > hgroup h3 .en {
    font-size: 5.5rem;
    letter-spacing: 0.1em;
  }
}
#top .assignment > hgroup h3 .ja {
  display: block;
  margin: -2.5rem 0 0 1.7rem;
  color: #fff;
  font-size: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment > hgroup h3 .ja {
    margin: -2.5rem 0 0 3.2rem;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}
#top .assignment > hgroup svg {
  position: absolute;
  top: 50%;
  left: -28rem;
  z-index: 1;
  transform: translateY(-50%);
  width: 70rem;
}
#top .assignment > hgroup svg circle {
  stroke: #4d4d4d;
}
#top .assignment .content {
  position: relative;
  display: grid;
  place-items: center;
}
#top .assignment .content::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#top .assignment .content .inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 108rem;
  background-color: rgba(255, 255, 255, 0.9);
  padding-inline: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content .inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: initial;
    width: 68rem;
    padding-inline: 4.5rem;
  }
}
#top .assignment .content hgroup {
  display: flex;
  gap: 0 2.9rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content hgroup {
    gap: 0 3.4rem;
  }
}
#top .assignment .content hgroup div {
  margin-top: 1rem;
}
#top .assignment .content hgroup h4 {
  font-style: italic;
  font-family: var(--font-helvetica);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content hgroup h4 {
    font-size: 2.2rem;
  }
}
#top .assignment .content hgroup h4::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.2rem;
}
#top .assignment .content hgroup p {
  margin-top: 2rem;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content hgroup p {
    font-size: 3rem;
    line-height: 1.7;
  }
}
#top .assignment .content .description {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2.125;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content .description {
    margin-top: 6rem;
    font-size: 2.3rem;
    line-height: 2.3;
  }
}
#top .assignment .content .annotation {
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.4;
}
#top .assignment .content.assignment {
  height: 55rem;
  background-color: #e3e3e3;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content.assignment {
    height: 127rem;
  }
}
#top .assignment .content.assignment::before {
  right: 0;
  width: 47.7rem;
  background-image: url(/assets/images/top/assignment/assignment-bg.png);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content.assignment::before {
    width: 75rem;
    background-image: url(/assets/images/top/assignment/assignment-bg-sp.png);
  }
}
#top .assignment .content.assignment .inner {
  height: 50rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content.assignment .inner {
    height: 115rem;
    padding-block: 7rem 5rem;
  }
}
#top .assignment .content.assignment hgroup::before {
  content: "";
  display: block;
  width: 12rem;
  height: 9.9rem;
  background: url(/assets/images/top/assignment/icon.svg) no-repeat center/contain;
}
#top .assignment .content.assignment hgroup h4 {
  color: var(--color-main);
}
#top .assignment .content.assignment hgroup h4::after {
  background-color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content.assignment figure {
    margin-top: 8rem;
  }
}
#top .assignment .content.assignment figure img {
  width: 42rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content.assignment figure img {
    width: 58.1rem;
  }
}
#top .assignment .content.action {
  height: 55rem;
  background-color: var(--color-reduce-sub);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content.action {
    height: initial;
    padding-block: 5rem;
  }
}
#top .assignment .content.action::before {
  right: 0;
  width: 72.5rem;
  background-image: url(/assets/images/top/assignment/action-bg.png);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content.action::before {
    width: 75rem;
    background-image: url(/assets/images/top/assignment/action-bg-sp.png);
  }
}
#top .assignment .content.action .inner {
  height: 50rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content.action .inner {
    height: initial;
    padding-block: 5.6rem 4.3rem;
  }
}
#top .assignment .content.action hgroup::before {
  content: "";
  display: block;
  width: 11rem;
  height: 13.2rem;
  background: url(/assets/images/top/action/icon.svg) no-repeat center/contain;
}
#top .assignment .content.action hgroup h4 {
  color: var(--color-main);
}
#top .assignment .content.action hgroup h4::after {
  background-color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content.action figure {
    margin-top: 6.5rem;
  }
}
#top .assignment .content.action figure img {
  width: 46rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content.action figure img {
    width: 100%;
  }
}
#top .assignment .content.mission {
  height: 40rem;
  background-color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content.mission {
    height: 70rem;
  }
}
#top .assignment .content.mission::before {
  left: 0;
  width: 55.5rem;
  background-image: url(/assets/images/top/assignment/mission-bg.png);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content.mission::before {
    width: 75rem;
    background-image: url(/assets/images/top/assignment/mission-bg-sp.png);
  }
}
#top .assignment .content.mission .body {
  position: relative;
  z-index: 2;
  margin-left: 50rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .assignment .content.mission .body {
    margin-left: -23.5rem;
  }
}
#top .assignment .content.mission .body hgroup {
  flex-direction: column;
  color: #fff;
}
#top .assignment .content.mission .body hgroup h4::after {
  background-color: #fff;
}
#top .assignment .content.mission .body .description {
  color: #fff;
}
#top .tips {
  position: relative;
  scroll-margin-top: 7rem;
  background: url(/assets/images/top/tips/bg.jpg) no-repeat center/cover;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .tips {
    height: 190rem;
    scroll-margin-top: 9rem;
    background-image: url(/assets/images/top/tips/bg-sp.jpg);
  }
}
#top .tips svg {
  position: absolute;
  top: -53rem;
  left: -55rem;
  z-index: 1;
  width: 130rem;
  height: 130rem;
}
#top .tips svg circle {
  stroke: #258baf;
}
#top .tips .inner {
  position: relative;
  z-index: 2;
  width: 108rem;
  margin-inline: auto;
  padding-block: 8rem 13rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .tips .inner {
    width: 100%;
    padding: 10.7rem 1rem 10rem 3.5rem;
  }
}
#top .tips h3 .en {
  -webkit-text-stroke: 1px var(--color-main);
  color: #fff;
  font-style: italic;
  font-family: var(--font-helvetica);
  font-size: 6.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .tips h3 .en {
    font-size: 5.5rem;
  }
}
#top .tips h3 .en span {
  font-size: 3.7rem;
}
#top .tips h3 .en span rt {
  font-size: 1.7rem;
  letter-spacing: initial;
}
#top .tips h3 .ja {
  display: block;
  margin: -2.4rem 0 0 1.6rem;
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .tips h3 .ja {
    font-size: 2.3rem;
  }
}
#top .tips .content:first-of-type {
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .tips .content:first-of-type {
    margin-top: 11rem;
  }
}
#top .tips .content:not(:first-of-type) {
  margin-top: 5.6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .tips .content:not(:first-of-type) {
    margin-top: 6rem;
  }
}
#top .tips .content p {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .tips .content p {
    font-size: 3rem;
    line-height: 1.4;
  }
}
#top .tips .content p:last-of-type {
  margin-top: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .tips .content p:last-of-type {
    margin-top: 2rem;
  }
}
#top .tips .content ol {
  margin-top: 2.9rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .tips .content ol {
    margin-top: 1.8rem;
  }
}
#top .tips .content ol li {
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-main);
  color: #fff;
}
#top .tips .content ol li + li {
  margin-top: 2.1rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .tips .content ol li + li {
    margin-top: 1.8rem;
  }
}
#top .tips .content ol li span {
  font-weight: 700;
}
#top .tips .content ol li span:nth-of-type(1) {
  padding-left: 1rem;
  vertical-align: baseline;
  font-style: italic;
  font-family: var(--font-helvetica);
  font-size: 5.5rem;
  line-height: 1;
}
#top .tips .content ol li span:nth-of-type(2) {
  padding-left: 2rem;
  vertical-align: baseline;
  font-size: 2.3rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .tips .content ol li span:nth-of-type(2) {
    font-size: 2.7rem;
  }
}
#top .tips .content ol li span:nth-of-type(3) {
  vertical-align: super;
  font-size: 3.5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .tips .content ol li span:nth-of-type(3) {
    font-size: 3.4rem;
  }
}
#top .tips .content:last-of-type ol {
  margin-top: 1rem;
}
#top .tips .content:last-of-type ol li {
  padding-left: 1rem;
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 1.4;
}
#top .tips .content:last-of-type ol li ruby {
  vertical-align: middle;
  font-size: 2.3rem;
}
#top .tips .content:last-of-type ol li em {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 5.1rem;
  letter-spacing: 0.05em;
}
#top .products {
  background-color: #e3e3e3;
  padding-bottom: 9rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products {
    padding-bottom: 13rem;
  }
}
#top .products hgroup {
  position: relative;
  height: 37rem;
  background-color: #1a1a1a;
  overflow: hidden;
}
#top .products hgroup h3 {
  position: relative;
  z-index: 3;
  padding-top: 7.5rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products hgroup h3 {
    padding-top: 10rem;
  }
}
#top .products hgroup h3 .en {
  font-family: var(--font-helvetica);
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-size: 6.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products hgroup h3 .en {
    font-size: 5.5rem;
  }
}
#top .products hgroup h3 .ja {
  display: block;
  margin: -2.5rem 0 0 1.7rem;
  color: #fff;
  font-size: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products hgroup h3 .ja {
    font-size: 2.5rem;
  }
}
#top .products hgroup svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 70rem;
}
#top .products hgroup svg circle {
  stroke: #4d4d4d;
}
#top .products ul {
  position: relative;
  z-index: 3;
  width: 108rem;
  margin: -9rem auto 0;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products ul {
    width: 68rem;
  }
}
#top .products ul li {
  background-color: #fff;
}
#top .products ul li + li {
  margin-top: 4rem;
}
#top .products ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 18rem;
  padding-inline: 2.4rem 1.4rem;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products ul li a {
    flex-direction: column;
    justify-content: flex-end;
    gap: 5rem 0;
  }
}
@media (any-hover: hover) {
  #top .products ul li a:hover {
    opacity: 0.8;
  }
}
#top .products ul li a .title {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 22.4rem;
  text-align: center;
  color: #fff;
  font-size: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products ul li a .title {
    width: initial;
    font-size: 3.1rem;
  }
}
#top .products ul li a .title span {
  font-size: 5.8rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products ul li a .title span {
    font-size: 3.6rem;
  }
}
#top .products ul li a .lead {
  margin-top: auto;
  color: #fff;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products ul li a .lead {
    width: 100%;
    margin-top: initial;
    text-align: center;
    font-size: 2.2rem;
  }
}
#top .products ul li:nth-of-type(1) a {
  background: url(/assets/images/top/products/bg01.jpg) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products ul li:nth-of-type(1) a {
    background-image: url(/assets/images/top/products/bg01-sp.jpg);
  }
}
#top .products ul li:nth-of-type(2) a {
  background: url(/assets/images/top/products/bg02.jpg) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products ul li:nth-of-type(2) a {
    background-image: url(/assets/images/top/products/bg02-sp.jpg);
  }
}
#top .products ul li:nth-of-type(3) a {
  background: url(/assets/images/top/products/bg03.jpg) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products ul li:nth-of-type(3) a {
    background-image: url(/assets/images/top/products/bg03-sp.jpg);
  }
}
#top .products ul li:nth-of-type(3) a .title {
  font-size: 3.6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products ul li:nth-of-type(3) a .title {
    font-size: 2.5rem;
  }
}
#top .products ul li:nth-of-type(4) a {
  background: url(/assets/images/top/products/bg04.jpg) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products ul li:nth-of-type(4) a {
    background-image: url(/assets/images/top/products/bg04-sp.jpg);
  }
}
#top .products ul li:nth-of-type(5) a {
  background: url(/assets/images/top/products/bg05.jpg) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products ul li:nth-of-type(5) a {
    background-image: url(/assets/images/top/products/bg05-sp.jpg);
  }
}
#top .products ul li:nth-of-type(6) a {
  background: url(/assets/images/top/products/bg06.jpg) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products ul li:nth-of-type(6) a {
    justify-content: center;
    background-image: url(/assets/images/top/products/bg06-sp.jpg);
  }
}
#top .products ul li:nth-of-type(6) a .title {
  font-size: 3.6rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products ul li:nth-of-type(6) a .title {
    font-size: 2.5rem;
    line-height: 1.58;
  }
}
#top .products ul li:nth-of-type(7) a {
  background: url(/assets/images/top/products/bg07.jpg) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products ul li:nth-of-type(7) a {
    justify-content: center;
    background-image: url(/assets/images/top/products/bg07-sp.jpg);
  }
}
#top .products ul li:nth-of-type(7) a .title {
  font-size: 3.6rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products ul li:nth-of-type(7) a .title {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
#top .products ul li:nth-of-type(7) a .title span {
  font-size: 5.5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #top .products ul li:nth-of-type(7) a .title span {
    font-size: 4rem;
  }
}

.product .intro {
  position: relative;
  padding-block: 9.6rem 14.3rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .intro {
    padding-block: 13.5rem 15.9rem;
  }
}
.product .intro h2 {
  position: relative;
  text-align: center;
}
.product .intro h2 .sub {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .intro h2 .sub {
    font-size: 2.4rem;
  }
}
.product .intro h2 .main {
  display: block;
}
.product .intro h2 .main span {
  letter-spacing: 0.04em;
}
.product .intro h2 .main span.strong {
  font-size: 5.8rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .intro h2 .main span.strong {
    font-size: 8.7rem;
  }
}
.product .intro h2 .main span:not(.strong) {
  font-size: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .intro h2 .main span:not(.strong) {
    font-size: 7.5rem;
  }
}
.product .intro .lead {
  margin-top: 12rem;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .intro .lead {
    margin-top: 23rem;
    font-size: 3rem;
  }
}
.product .intro .description {
  margin-top: 4.5rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .intro .description {
    padding-inline: 3.5rem;
    text-align: initial;
    font-size: 2.3rem;
    line-height: 2.2;
  }
}
.product .intro .description .small {
  font-size: 1.1rem;
}
.product .intro picture,
.product .intro figure {
  display: block;
  text-align: center;
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .intro picture,
  .product .intro figure {
    margin-top: 9rem;
    padding-inline: 3.5rem;
  }
}
.product .intro picture img,
.product .intro figure img {
  width: 74rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .intro picture img,
  .product .intro figure img {
    width: 100%;
  }
}
.product .intro .circle {
  position: absolute;
  top: 15rem;
  left: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .intro .circle {
    top: 21rem;
  }
}
.product .intro .circle span::before, .product .intro .circle span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-reduce-main);
  transform: translate(-50%, -50%) scale(0.3);
  opacity: 0;
  animation: ripple 1.5s ease forwards;
}
.product .intro .circle > span::before {
  width: min(1400px, 140rem);
  animation-delay: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .intro .circle > span::before {
    display: none;
  }
}
.product .intro .circle > span::after {
  width: min(700px, 70rem);
  animation-delay: 0.5s;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .intro .circle > span::after {
    width: 80rem;
  }
}
.product .intro .circle > span > span::before {
  width: min(400px, 40rem);
  animation-delay: 0.8s;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .intro .circle > span > span::before {
    width: 45.7rem;
  }
}
.product .intro .circle > span > span::after {
  width: min(350px, 35rem);
  animation-delay: 0.95s;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .intro .circle > span > span::after {
    width: 40rem;
  }
}
@keyframes ripple {
  7% {
    opacity: 0.7;
  }
  20% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.product .items {
  padding-block: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items {
    padding: 3.5rem;
  }
}
.product .items .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  width: 108rem;
  margin-inline: auto;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items .inner {
    flex-direction: column;
    width: 100%;
  }
}
.product .items article {
  width: 52.5rem;
  background-color: #fff;
  box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article {
    width: 100%;
  }
}
.product .items article .logo {
  display: grid;
  place-items: center;
  height: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article .logo {
    height: 10.3rem;
  }
}
.product .items article .logo img {
  max-width: 24rem;
  max-height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article .logo img {
    max-width: 21rem;
    max-height: 7rem;
  }
}
.product .items article .item {
  padding: 2rem;
}
.product .items article .item h3 {
  display: flex;
  align-items: flex-start;
  min-height: 2em;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article .item h3 {
    font-size: 2.5rem;
  }
}
.product .items article .item h3::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 1.5rem;
  margin: 0.3rem 0.7rem 0 0;
  background-color: #29a7de;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article .item h3::before {
    height: 2.5rem;
  }
}
.product .items article .item .detail {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  height: 15rem;
  margin-top: 3.7rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article .item .detail {
    height: initial;
  }
}
.product .items article .item .detail figure {
  display: grid;
  place-items: center;
  width: 20rem;
  height: 15rem;
  border: 1px solid #a7a7a7;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article .item .detail figure {
    width: 25rem;
    height: 18.8rem;
  }
}
.product .items article .item .detail figure img {
  max-width: 96%;
  width: auto;
  height: 100%;
  max-height: 14rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article .item .detail figure img {
    max-height: 18rem;
  }
}
.product .items article .item .detail .body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 26.5rem;
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article .item .detail .body {
    width: calc(100% - 22rem);
    min-height: 22rem;
  }
}
.product .items article .item .detail .body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  font-size: 1.6rem;
  font-weight: 700;
  color: #29a7de;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article .item .detail .body p {
    font-size: 2.5rem;
  }
}
.product .items article .item .detail .body a {
  margin: 0.8rem 0 0 auto;
  display: flex;
  align-items: center;
  color: #29a7de;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article .item .detail .body a {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.product .items article .item .detail .body a::after {
  content: "";
  display: inline-block;
  margin-left: 0.6rem;
  width: 1.8rem;
  aspect-ratio: 1/1;
  background: url(/assets/images/common/icon-arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article .item .detail .body a::after {
    width: 2.7rem;
  }
}
@media (any-hover: hover) {
  .product .items article .item .detail .body a:hover {
    opacity: 0.8;
  }
}
.product .items article .item .category {
  margin-top: 2rem;
  background-color: #efefef;
  padding: 1.3rem 1.6rem 1.7rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article .item .category {
    padding: 2.5rem 2rem;
  }
}
.product .items article .item .category dl dt {
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article .item .category dl dt {
    text-align: center;
    font-size: 2.1rem;
  }
}
.product .items article .item .category dl dd ul {
  display: grid;
  grid-template-columns: repeat(7, auto);
  justify-content: space-between;
  margin-top: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article .item .category dl dd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 4rem;
    margin-top: 3rem;
  }
}
.product .items article .item .category dl dd ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  white-space: nowrap;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article .item .category dl dd ul li {
    gap: 4rem;
    white-space: initial;
    font-size: 2.3rem;
  }
}
.product .items article .item .category dl dd ul li + li::before {
  content: "";
  display: inline-block;
  margin-inline: 0.9rem;
  width: 1px;
  height: 1.5em;
  background-color: #1a1a1a;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article .item .category dl dd ul li + li::before {
    height: 2rem;
    margin-inline: initial;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .product .items article .item .category dl dd ul li:nth-of-type(4n - 3)::before {
    display: none;
  }
}
.product .items article .item .category dl dd ul li:not(.active) {
  color: #b0b0b0;
}
.product .items article .item .category dl dd ul li.active:nth-of-type(1) {
  color: var(--color-reduce-main);
}
.product .items article .item .category dl dd ul li.active:nth-of-type(2) {
  color: var(--color-create-main);
}
.product .items article .item .category dl dd ul li.active:nth-of-type(3) {
  color: var(--color-replace-main);
}
.product .items article .item .category dl dd ul li.active:nth-of-type(4) {
  color: var(--color-control-main);
}
.product .items article .item .category dl dd ul li.active:nth-of-type(5) {
  color: var(--color-measure-main);
}
.product .items article .item .category dl dd ul li.active:nth-of-type(6) {
  color: var(--color-others-main);
}
.product .items article .item .category dl dd ul li.active:nth-of-type(7) {
  color: var(--color-storage-main);
}

#reduce .intro h2,
#reduce .intro .lead {
  color: var(--color-reduce-main);
}
#reduce .intro .circle span::before, #reduce .intro .circle span::after {
  border-color: var(--color-reduce-sub);
}
#reduce .items {
  background-color: var(--color-reduce-sub);
}
#reduce .items .logo {
  background-color: #c3e4f6;
}

#create .intro h2,
#create .intro .lead {
  color: var(--color-create-main);
}
#create .intro picture img {
  width: 73.7rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #create .intro picture img {
    width: 100%;
  }
}
#create .intro .circle span::before, #create .intro .circle span::after {
  border-color: var(--color-create-sub);
}
#create .items {
  background-color: var(--color-create-sub);
}
#create .items .logo {
  background-color: #fcf3d0;
}

#replace .intro h2,
#replace .intro .lead {
  color: var(--color-replace-main);
}
#replace .intro picture {
  margin-top: 4.7rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #replace .intro picture {
    margin-top: 5rem;
  }
}
#replace .intro picture img {
  width: 72rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #replace .intro picture img {
    width: 100%;
  }
}
#replace .intro .circle span::before, #replace .intro .circle span::after {
  border-color: var(--color-replace-sub);
}
#replace .items {
  background-color: var(--color-replace-sub);
}
#replace .items .logo {
  background-color: #e3f4bd;
}

#control .intro h2,
#control .intro .lead {
  color: var(--color-control-main);
}
#control .intro .circle span::before, #control .intro .circle span::after {
  border-color: var(--color-control-sub);
}
#control .items {
  background-color: var(--color-control-sub);
}
#control .items .logo {
  background-color: #eadfc1;
}

#measure .intro h2,
#measure .intro .lead {
  color: var(--color-measure-main);
}
#measure .intro .circle span::before, #measure .intro .circle span::after {
  border-color: var(--color-measure-sub);
}
#measure .items {
  background-color: var(--color-measure-sub);
}
#measure .items .logo {
  background-color: #f9d4e3;
}

#others .intro h2,
#others .intro .lead {
  color: var(--color-others-main);
}
#others .intro h2 {
  margin-top: 3rem;
}
#others .intro .circle span::before, #others .intro .circle span::after {
  border-color: var(--color-others-sub);
}
#others .items {
  background-color: var(--color-others-sub);
}
#others .items .logo {
  background-color: #bcd8e2;
}

#storage .intro h2,
#storage .intro .lead {
  color: var(--color-storage-main);
}
#storage .intro h2 {
  margin-top: 3rem;
}
#storage .intro .circle span::before, #storage .intro .circle span::after {
  border-color: var(--color-storage-sub);
}
#storage .items {
  background-color: var(--color-storage-sub);
}
#storage .items .logo {
  background-color: #f0e1f9;
}

#product-detail .detail {
  display: flex;
  justify-content: space-between;
  gap: 0 5rem;
  width: min(100%, 108rem);
  margin-inline: auto;
  padding-block: 5.6rem 6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .detail {
    flex-direction: column-reverse;
    padding: 5.1rem 3.5rem 7.8rem;
    margin: initial;
  }
}
#product-detail .detail h2 img {
  width: auto;
  max-width: 24rem;
  max-height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .detail h2 img {
    max-height: 7rem;
  }
}
#product-detail .detail .lead {
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .detail .lead {
    margin-top: 6rem;
    font-size: 3rem;
  }
}
#product-detail .detail h3 {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .detail h3 {
    font-size: 3rem;
    line-height: 1.4;
  }
}
#product-detail .detail .body .point {
  margin-top: 4.2rem;
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1.1em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .detail .body .point {
    margin-top: 7.5rem;
    font-size: 2.5rem;
    line-height: 1.45;
  }
}
#product-detail .detail .body .point::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .detail .body .point::before {
    width: 0.7rem;
    height: 2.2rem;
  }
}
#product-detail .detail .body .point + .point {
  margin-top: 2.1rem;
}
#product-detail .detail .body .description {
  margin-top: 2.6rem;
  border-radius: 1rem;
  background-color: #e6e6e6;
  padding: 3rem;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .detail .body .description {
    margin-top: 5.8rem;
    padding: 3rem 3rem 4rem;
    font-size: 2.3rem;
    line-height: 2;
  }
}
#product-detail .detail .body .link {
  margin-top: 5rem;
}
#product-detail .detail .body .link a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1rem;
  background: #eb871e url(/assets/images/common/icon-arrow-white.svg) no-repeat center right 2rem/1.8rem auto;
  padding-inline: 2rem 5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 4.5rem;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .detail .body .link a {
    font-size: 2.2rem;
    line-height: 6rem;
  }
}
@media (any-hover: hover) {
  #product-detail .detail .body .link a:hover {
    opacity: 0.8;
  }
}
#product-detail .detail .slider-wrapper {
  width: 40rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .detail .slider-wrapper {
    width: 100%;
    margin-top: 5rem;
  }
}
#product-detail .detail .slider-wrapper .slider {
  border: 1px solid #a7a7a7;
}
#product-detail .detail .slider-wrapper .slider .slick-slide {
  display: grid;
  place-items: center;
  width: 40rem;
  height: 30rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .detail .slider-wrapper .slider .slick-slide {
    width: 100%;
    height: 51rem;
  }
}
#product-detail .detail .slider-wrapper .slider .slick-slide img {
  max-width: 96%;
  max-height: 25.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .detail .slider-wrapper .slider .slick-slide img {
    max-height: 45rem;
  }
}
#product-detail .detail .slider-wrapper .thumbnail {
  margin-top: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .detail .slider-wrapper .thumbnail {
    margin-top: 4rem;
  }
}
#product-detail .detail .slider-wrapper .thumbnail .slick-list {
  overflow: initial;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .detail .slider-wrapper .thumbnail .slick-list {
    width: 100%;
  }
}
#product-detail .detail .slider-wrapper .thumbnail .slick-list .slick-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem;
  width: 100% !important;
  margin-left: initial;
  transform: unset !important;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .detail .slider-wrapper .thumbnail .slick-list .slick-track {
    gap: 5.2rem;
  }
}
#product-detail .detail .slider-wrapper .thumbnail .slick-list .slick-track::before, #product-detail .detail .slider-wrapper .thumbnail .slick-list .slick-track::after {
  display: none;
}
#product-detail .detail .slider-wrapper .thumbnail .slick-list .slick-track .slick-slide {
  display: grid;
  place-items: center;
  cursor: pointer;
  width: calc((100% - 4rem) / 3) !important;
  height: 9rem;
  border: 1px solid #a7a7a7;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .detail .slider-wrapper .thumbnail .slick-list .slick-track .slick-slide {
    width: calc((100% - 10.4rem) / 3) !important;
    height: 14.4rem;
  }
}
#product-detail .detail .slider-wrapper .thumbnail .slick-list .slick-track .slick-slide img {
  max-width: 96%;
  max-height: 8.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .detail .slider-wrapper .thumbnail .slick-list .slick-track .slick-slide img {
    max-height: 13rem;
  }
}
#product-detail .guide {
  padding-block: 4rem 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .guide {
    padding: 8rem 3.5rem;
  }
}
#product-detail .guide .body {
  width: min(100%, 90rem);
  margin-inline: auto;
  border-radius: 1rem;
  background-color: #fff;
  padding-block: 6.4rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .guide .body {
    padding-block: 9.8rem 4.5rem;
    border-radius: initial;
  }
}
#product-detail .guide .body h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .guide .body h2 {
    font-size: 2.7rem;
  }
}
#product-detail .guide .body h2::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 2rem;
  margin-right: 0.5rem;
  background: url(/assets/images/common/icon-guide.svg) no-repeat center/contain;
}
#product-detail .guide .body .description {
  margin-top: 3.5rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .guide .body .description {
    margin-top: 5.6rem;
    font-size: 2.3rem;
  }
}
#product-detail .guide .tab {
  margin-top: 6.4rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .guide .tab {
    margin-top: 7.5rem;
  }
}
#product-detail .guide .tab .tokyo {
  position: relative;
  display: grid;
  place-items: center;
  width: 19.5rem;
  height: 4.5rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #036ead;
  font-size: 1.7rem;
  color: #fff;
  transition: background-color 0.2s, color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .guide .tab .tokyo {
    width: 29.5rem;
    height: 5.5rem;
    font-size: 2.5rem;
  }
}
#product-detail .guide .tab .tokyo::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 70rem;
  height: 2px;
  background-color: #036ead;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .guide .tab .tokyo::after {
    width: 59rem;
  }
}
#product-detail .guide .map figure {
  margin-top: 4rem;
  width: min(100%, 70rem);
  margin-inline: auto;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .guide .map figure {
    width: 59rem;
  }
}
#product-detail .guide .map figure img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#product-detail .category {
  background-color: #efefef;
  padding-block: 4.5rem 6.5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .category {
    padding-block: 3.2rem 4.5rem;
  }
}
#product-detail .category dl dt {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .category dl dt {
    font-size: 2.5rem;
  }
}
#product-detail .category dl dd ul {
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .category dl dd ul {
    flex-wrap: wrap;
    align-items: center;
    gap: 4rem 0;
    margin-top: 4rem;
  }
}
#product-detail .category dl dd ul li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .category dl dd ul li {
    justify-content: space-around;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 15rem;
    padding-inline: 4rem;
    text-align: center;
    font-size: 2.3rem;
  }
}
#product-detail .category dl dd ul li:not(:first-of-type)::before {
  content: "";
  display: inline-block;
  margin-inline: 0.8rem;
  width: 1px;
  height: 1.5em;
  background-color: #1a1a1a;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .category dl dd ul li:not(:first-of-type)::before {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #product-detail .category dl dd ul li:not(:nth-of-type(4n - 3)) {
    border-left: 1px solid #1a1a1a;
  }
}
#product-detail .category dl dd ul li:not(.active) {
  color: #b0b0b0;
}
#product-detail .category dl dd ul li.active:nth-of-type(1) {
  color: var(--color-reduce-main);
}
#product-detail .category dl dd ul li.active:nth-of-type(2) {
  color: var(--color-create-main);
}
#product-detail .category dl dd ul li.active:nth-of-type(3) {
  color: var(--color-replace-main);
}
#product-detail .category dl dd ul li.active:nth-of-type(4) {
  color: var(--color-control-main);
}
#product-detail .category dl dd ul li.active:nth-of-type(5) {
  color: var(--color-measure-main);
}
#product-detail .category dl dd ul li.active:nth-of-type(6) {
  color: var(--color-others-main);
}
#product-detail .category dl dd ul li.active:nth-of-type(7) {
  color: var(--color-storage-main);
}
#product-detail.reduce .detail .lead {
  color: var(--color-reduce-main);
}
#product-detail.reduce .detail .body .point::before {
  background-color: var(--color-reduce-main);
}
#product-detail.reduce .guide {
  background-color: var(--color-reduce-sub);
}
#product-detail.create .detail .lead {
  color: var(--color-create-main);
}
#product-detail.create .detail .body .point::before {
  background-color: var(--color-create-main);
}
#product-detail.create .guide {
  background-color: var(--color-create-sub);
}
#product-detail.replace .detail .lead {
  color: var(--color-replace-main);
}
#product-detail.replace .detail .body .point::before {
  background-color: var(--color-replace-main);
}
#product-detail.replace .guide {
  background-color: var(--color-replace-sub);
}
#product-detail.control .detail .lead {
  color: var(--color-control-main);
}
#product-detail.control .detail .body .point::before {
  background-color: var(--color-control-main);
}
#product-detail.control .guide {
  background-color: var(--color-control-sub);
}
#product-detail.measure .detail .lead {
  color: var(--color-measure-main);
}
#product-detail.measure .detail .body .point::before {
  background-color: var(--color-measure-main);
}
#product-detail.measure .guide {
  background-color: var(--color-measure-sub);
}
#product-detail.others .detail .lead {
  color: var(--color-others-main);
}
#product-detail.others .detail .body .point::before {
  background-color: var(--color-others-main);
}
#product-detail.others .guide {
  background-color: var(--color-others-sub);
}
#product-detail.storage .detail .lead {
  color: var(--color-storage-main);
}
#product-detail.storage .detail .body .point::before {
  background-color: var(--color-storage-main);
}
#product-detail.storage .guide {
  background-color: var(--color-storage-sub);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 7rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header {
    height: 9rem;
  }
}
.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-left: 2.3rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .inner {
    padding-left: 3.6rem;
  }
}
.site-header h1 a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .site-header h1 a:hover {
    opacity: 0.8;
  }
}
.site-header h1 a img {
  width: 12.6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header h1 a img {
    width: 16rem;
  }
}
.site-header h1 a img.jumbo {
  width: 15rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header h1 a img.jumbo {
    width: 18rem;
  }
}
.site-header nav {
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header nav {
    position: fixed;
    top: 9rem;
    left: 0;
    width: 100%;
    min-height: calc(100vh - 9rem);
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header nav[data-expanded=true] {
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
  }
}
.site-header nav > ul {
  height: 100%;
}
.site-header nav > ul .drawer-list li::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 3px;
  margin-left: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header nav > ul .drawer-list li::after {
    margin-inline: 2rem;
  }
}
.site-header nav > ul .drawer-list li:nth-of-type(1)::after {
  background-color: var(--color-reduce-main);
}
.site-header nav > ul .drawer-list li:nth-of-type(2)::after {
  background-color: var(--color-create-main);
}
.site-header nav > ul .drawer-list li:nth-of-type(3)::after {
  background-color: var(--color-replace-main);
}
.site-header nav > ul .drawer-list li:nth-of-type(4)::after {
  background-color: var(--color-control-main);
}
.site-header nav > ul .drawer-list li:nth-of-type(5)::after {
  background-color: var(--color-measure-main);
}
.site-header nav > ul .drawer-list li:nth-of-type(6)::after {
  background-color: var(--color-others-main);
}
.site-header nav > ul .drawer-list li:nth-of-type(7)::after {
  background-color: var(--color-storage-main);
}
.site-header nav > ul.pc-menu {
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header nav > ul.pc-menu {
    display: none;
  }
}
.site-header nav > ul.pc-menu > li > a {
  display: grid;
  place-items: center;
  height: 100%;
  padding-inline: 2.2rem;
  font-size: 1.7rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (any-hover: hover) {
  .site-header nav > ul.pc-menu > li > a:hover {
    background-color: var(--color-main);
    color: #fff;
  }
}
.site-header nav > ul.pc-menu > li.products-link {
  position: relative;
}
.site-header nav > ul.pc-menu > li.products-link a {
  display: grid;
  place-items: center;
}
.site-header nav > ul.pc-menu > li.products-link .drawer-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  width: 25rem;
  background-color: #fff;
  padding: 2.3rem 2.7rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.site-header nav > ul.pc-menu > li.products-link .drawer-list li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header nav > ul.pc-menu > li.products-link .drawer-list li + li {
  margin-top: 1.5rem;
}
.site-header nav > ul.pc-menu > li.products-link .drawer-list li a {
  font-size: 1.7rem;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .site-header nav > ul.pc-menu > li.products-link .drawer-list li a:hover {
    opacity: 0.7;
  }
}
.site-header nav > ul.pc-menu > li.products-link:hover .drawer-list {
  visibility: visible;
  opacity: 1;
}
.site-header nav > ul.sp-menu {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header nav > ul.sp-menu {
    display: block;
    width: 55rem;
    height: -moz-fit-content;
    height: fit-content;
    margin-inline: auto;
    padding-block: 12vh 20rem;
  }
  .site-header nav > ul.sp-menu > li {
    border-bottom: 1px solid #b0b0b0;
  }
  .site-header nav > ul.sp-menu > li > a {
    display: block;
    padding: 3.4rem 2.4rem;
    font-size: 2.7rem;
    letter-spacing: 0.3em;
  }
  .site-header nav > ul.sp-menu > li > a {
    display: block;
  }
  .site-header nav > ul.sp-menu > li.products-link {
    position: relative;
  }
  .site-header nav > ul.sp-menu > li.products-link details summary {
    padding: 3.4rem 2.4rem;
    font-size: 2.7rem;
    cursor: pointer;
  }
  .site-header nav > ul.sp-menu > li.products-link details summary::before, .site-header nav > ul.sp-menu > li.products-link details summary::after {
    content: "";
    position: absolute;
    top: 4.7rem;
    right: 2rem;
    width: 2.5rem;
    height: 0.4rem;
    background-color: #4d4d4d;
  }
  .site-header nav > ul.sp-menu > li.products-link details summary::before {
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
  }
  .site-header nav > ul.sp-menu > li.products-link details.is-opened summary::before {
    transform: rotate(0deg);
  }
  .site-header nav > ul.sp-menu > li.products-link .drawer-list {
    overflow: hidden;
    padding-bottom: 3.4rem;
  }
  .site-header nav > ul.sp-menu > li.products-link .drawer-list li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }
  .site-header nav > ul.sp-menu > li.products-link .drawer-list li + li {
    margin-top: 2rem;
  }
  .site-header nav > ul.sp-menu > li.products-link .drawer-list li a {
    font-size: 2.7rem;
    letter-spacing: 0.3em;
  }
  .site-header nav > ul.sp-menu > li.products-link:hover .drawer-list {
    visibility: visible;
    opacity: 1;
  }
}
.site-header .drawer-button {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-header .drawer-button {
    position: relative;
    z-index: 6;
    display: grid;
    place-items: center;
    width: 10rem;
    height: 100%;
  }
}
.site-header .drawer-button button {
  position: relative;
  z-index: 4;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.site-header .drawer-button button span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4rem;
  height: 0.2rem;
  border-radius: 10rem;
  background-color: var(--color-main);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, background-color 0.3s ease, top 0.3s ease;
}
.site-header .drawer-button button span::before, .site-header .drawer-button button span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-color: var(--color-main);
  transition: inherit;
}
.site-header .drawer-button button span::before {
  top: -1rem;
}
.site-header .drawer-button button span::after {
  top: 1rem;
}
.site-header .drawer-button button[aria-expanded=true] {
  border: none;
}
.site-header .drawer-button button[aria-expanded=true] span {
  background-color: transparent;
}
.site-header .drawer-button button[aria-expanded=true] span::before, .site-header .drawer-button button[aria-expanded=true] span::after {
  top: 0;
  background-color: var(--color-main);
}
.site-header .drawer-button button[aria-expanded=true] span::before {
  transform: rotate(45deg);
}
.site-header .drawer-button button[aria-expanded=true] span::after {
  transform: rotate(-45deg);
}

.lower .site-header nav ul.pc > li > a {
  background-color: initial;
  color: initial;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (any-hover: hover) {
  .lower .site-header nav ul.pc > li > a:hover {
    background-color: var(--color-main);
    color: #fff;
  }
}

.site-footer .logo {
  display: grid;
  place-items: center;
  height: 16rem;
  background-color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .logo {
    height: 17rem;
  }
}
.site-footer .logo a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .site-footer .logo a:hover {
    opacity: 0.7;
  }
}
.site-footer .logo a img {
  width: 15.7rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer .logo a img {
    width: 20rem;
  }
}
.site-footer p {
  background-color: #fff;
  text-align: center;
  color: var(--color-main);
  font-size: 1rem;
  line-height: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer p {
    font-size: 1.7rem;
  }
}

/*=============== フェードインアニメーション ===============*/
/*=============== ▼左から右 ===============*/
.fade-left {
  opacity: 0;
}
.fade-left[data-fade=true] {
  animation: fade-left 1.2s ease forwards;
}
@keyframes fade-left {
  0% {
    transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*=============== ▼右から左 ===============*/
.fade-right {
  opacity: 0;
}
.fade-right[data-fade=true] {
  animation: fade-right 1.2s ease forwards;
}
@keyframes fade-right {
  0% {
    transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*=============== ▼上から下 ===============*/
.fade-down {
  transform: translateY(-7rem);
}
.fade-down[data-fade=true] {
  animation: fadeDown 1.5s cubic-bezier(0.31, 0.2, 0.13, 1) forwards;
}

@keyframes fadeDown {
  0% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(0);
  }
}
/*=============== ▼下から上 ===============*/
.fade-up {
  opacity: 0;
}
.fade-up[data-fade=true] {
  animation: fadeUp 1.5s cubic-bezier(0.31, 0.2, 0.13, 1) forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
  85% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/*=============== ▼非表示から表示する ===============*/
.fade {
  opacity: 0;
  transition: opacity 0.7s ease;
}
.fade[data-fade=true] {
  animation: fade-in 1.5s ease forwards;
}

@keyframes fade-in {
  100% {
    opacity: 1;
  }
}
/*=============== ▼ぼかし ===============*/
.blur {
  opacity: 0;
}
.blur[data-fade=true] {
  animation: blur 0.7s ease-in-out forwards;
}

@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
/*=============== ▼アニメーションを遅らす設定 ===============*/
.animation {
  animation-delay: 0.5s;
}

.animation.d0 {
  animation-delay: 0s;
}

.animation.dm0p1 {
  animation-delay: 0.3s;
}

.animation.dm0p2 {
  animation-delay: 0.3s;
}

.animation.dm0p3 {
  animation-delay: 0.3s;
}

.animation.dm0p4 {
  animation-delay: 0.4s;
}

.animation.dm0p5 {
  animation-delay: 0.5s;
}

.animation.dm0p6 {
  animation-delay: 0.6s;
}

.animation.dm0p7 {
  animation-delay: 0.7s;
}

.animation.dm0p9 {
  animation-delay: 0.9s;
}

.animation.d1 {
  animation-delay: 1s;
}

.animation.d1p2 {
  animation-delay: 1.2s;
}

.animation.d1p3 {
  animation-delay: 1.3s;
}

.animation.d1p5 {
  animation-delay: 1.5s;
}

.animation.d1p7 {
  animation-delay: 1.7s;
}

.animation.d1p8 {
  animation-delay: 1.8s;
}

.animation.d2 {
  animation-delay: 2s;
}

.animation.d2p5 {
  animation-delay: 2.4s;
}

.animation.d3 {
  animation-delay: 3s;
}

.animation.d3p5 {
  animation-delay: 3.5s;
}

.animation.d4 {
  animation-delay: 4s;
}

.animation.d4p5 {
  animation-delay: 4.5s;
}

.animation.d5 {
  animation-delay: 5s;
}

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