@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@500;800&family=Noto+Sans+JP:wght@400;700;900&display=swap");
:root {
  --s: 10px;
  --f: 10px;
}
@media screen and (max-width: 1440px) {
  :root {
    --s: 0.694vw;
    --f: 0.694vw;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --s: 1.2vw;
    --f: 1.8vw;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0.07em;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: justify;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.07em;
}

body {
  font-size: calc(var(--f) * 1.5);
  line-height: 1.73;
  font-family: "Noto Sans JP", sans-serif;
}

.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

address {
  font-style: normal;
  line-height: inherit;
}

.article-information a {
  text-decoration: underline;
  color: auto;
}

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

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(disabled),
[type=button]:not(disabled),
[type=reset]:not(disabled),
[type=submit]:not(disabled) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

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

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

input::-moz-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type=tel],
[type=url],
[type=email],
[type=number] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-moz-ui-invalid {
  box-shadow: none;
}

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden=false] {
  display: initial;
}

[aria-hidden=false][hidden=false]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

html,
body {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-size: calc(var(--f) * 1.5);
  line-height: 1.73;
}
article h1, article h2, article h3, article h4, article h5, article h6, article b, article strong, article dt, article th,
aside h1,
aside h2,
aside h3,
aside h4,
aside h5,
aside h6,
aside b,
aside strong,
aside dt,
aside th,
details h1,
details h2,
details h3,
details h4,
details h5,
details h6,
details b,
details strong,
details dt,
details th,
figcaption h1,
figcaption h2,
figcaption h3,
figcaption h4,
figcaption h5,
figcaption h6,
figcaption b,
figcaption strong,
figcaption dt,
figcaption th,
figure h1,
figure h2,
figure h3,
figure h4,
figure h5,
figure h6,
figure b,
figure strong,
figure dt,
figure th,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer b,
footer strong,
footer dt,
footer th,
header h1,
header h2,
header h3,
header h4,
header h5,
header h6,
header b,
header strong,
header dt,
header th,
hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6,
hgroup b,
hgroup strong,
hgroup dt,
hgroup th,
menu h1,
menu h2,
menu h3,
menu h4,
menu h5,
menu h6,
menu b,
menu strong,
menu dt,
menu th,
nav h1,
nav h2,
nav h3,
nav h4,
nav h5,
nav h6,
nav b,
nav strong,
nav dt,
nav th,
section h1,
section h2,
section h3,
section h4,
section h5,
section h6,
section b,
section strong,
section dt,
section th {
  font-weight: 400;
}
article h1, article h2, article h3, article h4, article h5, article h6,
aside h1,
aside h2,
aside h3,
aside h4,
aside h5,
aside h6,
details h1,
details h2,
details h3,
details h4,
details h5,
details h6,
figcaption h1,
figcaption h2,
figcaption h3,
figcaption h4,
figcaption h5,
figcaption h6,
figure h1,
figure h2,
figure h3,
figure h4,
figure h5,
figure h6,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
header h1,
header h2,
header h3,
header h4,
header h5,
header h6,
hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6,
menu h1,
menu h2,
menu h3,
menu h4,
menu h5,
menu h6,
nav h1,
nav h2,
nav h3,
nav h4,
nav h5,
nav h6,
section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
}

ol,
ul {
  list-style: none;
}

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

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
  box-sizing: content-box;
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(disabled),
[type=button]:not(disabled),
[type=reset]:not(disabled),
[type=submit]:not(disabled) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

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

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

input::-moz-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type=tel],
[type=url],
[type=email],
[type=number] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-moz-ui-invalid {
  box-shadow: none;
}

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden=false] {
  display: initial;
}

[aria-hidden=false][hidden=false]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

header a, header input {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

section:not(.article-information) ul, section:not(.article-information) ol, div:not(.article-information) ul, div:not(.article-information) ol, footer:not(.article-information) ul, footer:not(.article-information) ol, header:not(.article-information) ul, header:not(.article-information) ol {
  padding: 0;
}
section:not(.article-information) p, div:not(.article-information) p, footer:not(.article-information) p, header:not(.article-information) p {
  margin: 0;
}

.test {
  display: none;
}

.catalog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.catalog::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(var(--f) * 12);
  background: #333333;
}
.catalog__btn {
  display: none;
}
.catalog__label {
  transition-duration: 300ms;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  order: -1;
  width: calc(var(--s) * 116 * 0.5);
  color: #2D93A2;
  font-size: calc(var(--f) * 1.9);
  line-height: 4.2;
  font-weight: 700;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.9);
}
.catalog__label:hover {
  opacity: 0.7;
}
.catalog__btn:checked + .catalog__label {
  color: #FFF;
  background: #2D93A2;
}
.catalog__box {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.catalog__box--catalog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(var(--s) * 116);
  padding: calc(var(--s) * 7.5) calc(var(--s) * 6) 0;
  background: #F4FAFA;
  border-top: 4px solid #2D93A2;
}
.catalog__box--catalog-item {
  display: flex;
  width: calc((100% - var(--s) * 9) / 4);
  margin-bottom: calc(var(--s) * 3);
}
.catalog__box--catalog-link {
  transition-duration: 300ms;
  position: relative;
  display: block;
  box-shadow: 1px 1px 0 0 #D4DADB;
  background: #FFF;
  width: 100%;
  padding: calc(var(--s) * 2.6) calc(var(--s) * 1.2) 0;
}
.catalog__box--catalog-link:hover {
  opacity: 0.7;
}
.catalog__box--catalog-link::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  display: block;
  width: calc(var(--f) * 1.7);
  height: calc(var(--f) * 1.7);
  background: #2D93A2;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.catalog__box--catalog-img {
  position: relative;
  width: 56%;
  aspect-ratio: 1/1.41;
  margin: 0 auto;
  border: 1px solid #D4DADB;
}
.catalog__box--catalog-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__box--catalog-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.2em;
  font-size: calc(var(--f) * 1.6);
  line-height: 1.5;
  text-align: center;
}
.catalog__box--catalog-more {
  width: calc(var(--s) * 116);
  padding: calc(var(--s) * 4.5) 0 calc(var(--s) * 7.5);
  text-align: center;
  background: #F4FAFA;
}
.catalog__box--catalog-more a {
  transition-duration: 300ms;
  position: relative;
  display: inline-block;
  padding: 0.8em 3.7em 0.8em 4.7em;
  font-size: calc(var(--f) * 1.9);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  background: #FFF url(../../img/_common/ico-book.svg) left 1.2em center/1.5em no-repeat;
  border-radius: 100px;
  color: #FFF;
  background-color: #2D93A2;
  background-image: url(../img/_common/ico-book-white.svg);
}
.catalog__box--catalog-more a:hover {
  opacity: 0.7;
}
.catalog__box--catalog-more a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.1em;
  bottom: 0;
  display: block;
  width: 0.75em;
  aspect-ratio: 1/1;
  margin: auto 0;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  .catalog__box--catalog-more a {
    padding: 1em 2.7em 1em 3.7em;
  }
}
.catalog__box--catalog-more a::after {
  border-right-color: #FFF;
  border-bottom-color: #FFF;
}
.catalog__box--video-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(var(--s) * 116);
  padding: calc(var(--s) * 7.5) calc(var(--s) * 6) calc(var(--s) * 4.5);
  background: #F4FAFA;
  border-top: 4px solid #2D93A2;
}
.catalog__box--video-item {
  width: calc((100% - var(--s) * 3) / 2);
  margin-bottom: calc(var(--s) * 3);
  box-shadow: 1px 1px 0 0 #D4DADB;
}
.catalog__box--video-img {
  position: relative;
  display: block;
  border: calc(var(--s) * 0.8) solid #FFF;
}
.catalog__box--video-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: calc(var(--f) * 7);
  aspect-ratio: 1/1;
  margin: auto;
  background: url(../img/_common/ico-video.svg) center/contain no-repeat;
}
.catalog__btn:checked + .catalog__label + .catalog__box {
  display: flex;
}

@media screen and (max-width: 960px) {
  .catalog__label {
    width: 46.875vw;
  }
  .catalog__box--catalog-list {
    width: 93.75vw;
  }
  .catalog__box--catalog-item {
    width: calc((100% - var(--s) * 3) / 2);
  }
  .catalog__box--catalog-title {
    font-size: calc(var(--f) * 1.5);
  }
  .catalog__box--catalog-more {
    width: 93.75vw;
  }
  .catalog__box--video-list {
    width: 93.75vw;
  }
  .catalog__box--video-item {
    width: 100%;
  }
}
.contact {
  padding: calc(var(--s) * 7) 0 calc(var(--s) * 3);
  background: #333333;
}
.contact__head {
  margin-bottom: calc(var(--s) * 3);
}
.contact__head b {
  font-family: "Heebo", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 0.1em;
  font-size: calc(var(--f) * 4);
  line-height: 1;
}
.contact__head b::first-letter {
  color: #2D93A2;
}
.contact__head small {
  display: block;
  color: #818788;
  font-size: calc(var(--f) * 1.7);
}
.contact__head b {
  text-align: center;
}
.contact__head small {
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
.contact__head b {
  color: #FFF;
}
.contact__head small {
  color: #FFF;
  opacity: 0.7;
}
.contact__nav {
  width: calc(var(--s) * 82);
  max-width: 88vw;
  margin: 0 auto;
}
.contact__item {
  margin-bottom: calc(var(--s) * 4);
}
.contact__info {
  margin-bottom: 0.5em;
  color: #FFF;
  font-size: calc(var(--f) * 1.5);
  text-align: center;
}
.contact__link {
  width: 100%;
  white-space: nowrap;
}
.contact__link--cs {
  transition-duration: 300ms;
  position: relative;
  display: inline-block;
  padding: 0.8em 3.7em 0.8em 4.7em;
  font-size: calc(var(--f) * 1.9);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  background: #FFF url(../../img/_common/ico-book.svg) left 1.2em center/1.5em no-repeat;
  border-radius: 100px;
  background-image: url(../img/_common/ico-balloon.svg);
}
.contact__link--cs:hover {
  opacity: 0.7;
}
.contact__link--cs::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.1em;
  bottom: 0;
  display: block;
  width: 0.75em;
  aspect-ratio: 1/1;
  margin: auto 0;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  .contact__link--cs {
    padding: 1em 2.7em 1em 3.7em;
  }
}
.contact__link--contact {
  transition-duration: 300ms;
  position: relative;
  display: inline-block;
  padding: 0.8em 3.7em 0.8em 4.7em;
  font-size: calc(var(--f) * 1.9);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  background: #FFF url(../../img/_common/ico-book.svg) left 1.2em center/1.5em no-repeat;
  border-radius: 100px;
  color: #FFF;
  background-color: #2D93A2;
  background-image: url(../img/_common/ico-balloon-white.svg);
}
.contact__link--contact:hover {
  opacity: 0.7;
}
.contact__link--contact::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.1em;
  bottom: 0;
  display: block;
  width: 0.75em;
  aspect-ratio: 1/1;
  margin: auto 0;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  .contact__link--contact {
    padding: 1em 2.7em 1em 3.7em;
  }
}
.contact__link--contact::after {
  border-right-color: #FFF;
  border-bottom-color: #FFF;
}

@media screen and (min-width: 960.02px) {
  .contact__nav {
    display: flex;
    justify-content: space-between;
  }
  .contact__item {
    width: calc(var(--s) * 40);
  }
}
.news {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  padding: calc(var(--s) * 9) 0;
  margin: 0 auto;
}
.news__head {
  margin-bottom: calc(var(--s) * 3);
}
.news__head b {
  font-family: "Heebo", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 0.1em;
  font-size: calc(var(--f) * 4);
  line-height: 1;
}
.news__head b::first-letter {
  color: #2D93A2;
}
.news__head small {
  display: block;
  color: #818788;
  font-size: calc(var(--f) * 1.7);
}
.news__list {
  border-top: 1px solid #D4DADB;
}
.news__item {
  border-bottom: 1px solid #D4DADB;
}
.news__link {
  display: flex;
  align-items: center;
  padding: calc(var(--s) * 3.2) 0;
}
.news__date {
  flex-shrink: 0;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #2D93A2;
  font-size: calc(var(--f) * 1.4);
}
.news__cate {
  flex-shrink: 0;
  display: block;
  width: 7em;
  margin: 0 1.7em;
  color: #2D93A2;
  font-size: calc(var(--f) * 1.4);
  text-align: center;
  background: #F4FAFA;
}
.news__more {
  text-align: right;
}
.news__more a {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  margin-top: calc(var(--s) * 4);
  color: #2D93A2;
  font-size: calc(var(--f) * 1.8);
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.news__more a::before {
  content: "";
  display: inline-block;
  width: calc(var(--f) * 6);
  aspect-ratio: 1/1;
  margin-right: calc(var(--f) * 2.4);
  background: #2D93A2;
  border: 1px solid #2D93A2;
  border-radius: 50%;
  vertical-align: middle;
  transition-duration: 300ms;
}
.news__more a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--f) * 2);
  display: block;
  width: calc(var(--f) * 1.4);
  height: calc(var(--f) * 1.4);
  margin: auto 0;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: rotate(-45deg);
  transition-duration: 300ms;
}
.news__more a:hover::before {
  background: none;
}
.news__more a:hover::after {
  border-right-color: #2D93A2;
  border-bottom-color: #2D93A2;
}

@media screen and (min-width: 960.02px) {
  .news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news__list {
    width: calc(var(--s) * 99);
    flex-shrink: 0;
  }
  .news__date {
    margin-left: 0.9em;
  }
  .news__more {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .news__link {
    flex-wrap: wrap;
  }
  .news__title {
    width: 100%;
    margin-top: 1em;
  }
}
.page-title {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #DBECEC;
}
.page-title__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--s) * 21);
  font-size: calc(var(--f) * 2.8);
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .page-title__title {
    font-size: calc(var(--f) * 2.4);
  }
}
.page-title__detail {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  padding: calc(var(--s) * 5) 0;
  margin: 0 auto;
}
.page-title__detail-title small {
  display: block;
  font-size: calc(var(--f) * 2.6);
  line-height: 1.5;
  font-weight: 700;
}
.page-title__detail-title b {
  display: block;
  font-size: calc(var(--f) * 4.2);
  line-height: 1.3;
  font-weight: 700;
}
.page-title__detail-title small + b {
  margin-top: 0.1em;
}
.page-title__detail-content {
  margin-top: 1.9em;
  font-size: calc(var(--f) * 1.7);
  line-height: 1.9;
}
.page-title__detail-content p {
  margin-top: 1.9em;
}
.page-title__detail-img {
  background: #FFF;
}
@media screen and (min-width: 960.02px) {
  .page-title__detail--1col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-title__detail--1col .page-title__detail-text {
    width: calc(var(--s) * 70);
  }
  .page-title__detail--1col .page-title__detail-text small, .page-title__detail--1col .page-title__detail-text b {
    text-align: center;
  }
  .page-title__detail--1col .page-title__detail-img {
    width: 100%;
    margin-bottom: calc(var(--s) * 3);
    order: -1;
    text-align: center;
  }
  .page-title__detail--1col .page-title__detail-img img {
    height: calc(var(--s) * 34);
  }
  .page-title__detail--2col {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-title__detail--2col .page-title__detail-text {
    width: calc(var(--s) * 70);
  }
  .page-title__detail--2col .page-title__detail-img {
    width: calc(var(--s) * 39);
    aspect-ratio: 1/1;
  }
  .page-title__detail--2col .page-title__detail-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 960px) {
  .page-title__detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: calc(var(--s) * 10);
    padding-bottom: calc(var(--s) * 10);
  }
  .page-title__detail-text {
    width: 100%;
  }
  .page-title__detail-img {
    order: -1;
    width: 50vw;
    margin-bottom: calc(var(--s) * 6);
  }
}
.page-title__bg {
  font-family: "Heebo", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  position: absolute;
  left: -0.05em;
  bottom: -0.2em;
  z-index: -1;
  opacity: 0.5;
  display: block;
  color: #FFF;
  font-size: calc(var(--f) * 30);
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .page-title__bg {
    left: -0.13em;
    font-size: calc(var(--f) * 12);
  }
}
.page-title--green {
  color: #FFF;
  background: #2D93A2;
}
.page-title--green .page-title__bg {
  opacity: 0.2;
}

.search {
  padding: calc(var(--s) * 13.6) 0;
  background: #FFF url(../img/_common/bg-pcb-white.jpg) right center/auto 100% no-repeat;
}
.search__box {
  width: calc(var(--s) * 92);
  max-width: 88vw;
  padding: 0 0 calc(var(--s) * 6);
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  background: #2D93A2;
}
.search__head {
  padding: calc(var(--s) * 4.8) 0 calc(var(--s) * 2.4);
  font-size: calc(var(--f) * 2.6);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.search__form {
  display: flex;
  width: calc(var(--s) * 50);
  height: calc(var(--f) * 6);
  padding: calc(var(--s) * 0.4);
  margin: 0 auto calc(var(--s) * 3);
  color: #333333;
  background: #FFF;
}
.search__form-text {
  width: 100%;
  padding: 0 0.7em;
}
.search__form-text::-moz-placeholder {
  color: #333333;
}
.search__form-text::placeholder {
  color: #333333;
}
.search__form-submit {
  position: relative;
  overflow: hidden;
  width: calc(var(--f) * 5.2);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  text-indent: -9999px;
  background: #F4CA5F url(../img/_common/ico-search.svg) center/contain no-repeat;
}
.search__advance {
  position: relative;
  display: inline-block;
  margin-bottom: calc(var(--s) * 2);
  border-bottom: 1px dashed #FFF;
  font-size: calc(var(--f) * 1.7);
}
.search__advance::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--s) * -1.5);
  display: block;
  width: calc(var(--s) * 0.7);
  aspect-ratio: 1/1;
  margin: auto 0;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: rotate(-45deg);
}
.search__notice {
  font-size: calc(var(--f) * 1.5);
}

.topic-path {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto;
}
.topic-path__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.7em 0;
  font-size: calc(var(--f) * 1.3);
}
.topic-path__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.topic-path__item::after {
  content: "";
  position: relative;
  display: block;
  width: 0.43em;
  aspect-ratio: 1/1;
  margin: 0 0.85em 0 0.75em;
  border-right: 1px solid #818788;
  border-bottom: 1px solid #818788;
  transform: rotate(-45deg);
}
.topic-path__item:last-child::after {
  display: none;
}
.topic-path__item a {
  text-decoration: underline;
}

.layout-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
}

@media screen and (min-width: 960.02px) {
  .layout-header {
    height: calc(var(--s) * 11);
    padding: 0 calc(var(--s) * 6);
  }
  .layout-header__logo {
    width: calc(var(--s) * 16);
    flex-shrink: 0;
  }
  .layout-header__logo img {
    width: 100%;
  }
  .layout-header__nav-btn, .layout-header__nav-label, .layout-header__nav-close {
    display: none;
  }
  .layout-header__nav-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .layout-header__nav-main {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: calc(var(--s) * 1.2);
    order: 99;
  }
  .layout-header__nav-main-item {
    margin-left: 2em;
  }
  .layout-header__nav-main-item a {
    position: relative;
    display: block;
    font-size: calc(var(--f) * 1.4);
    line-height: calc(var(--s) * 3);
  }
  .layout-header__nav-main-item--contact a {
    width: calc(var(--s) * 18);
    padding-left: calc(var(--s) * 1.6);
    color: #FFF;
    text-align: center;
    background: #2D93A2 url(../img/_common/ico-mail.svg) left calc(var(--s) * 1.8) center/calc(var(--s) * 1.4) no-repeat;
    border-radius: 100px;
  }
  .layout-header__nav-main-item--contact a::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(var(--s) * 1.6);
    bottom: 0;
    display: block;
    width: calc(var(--s) * 0.6);
    aspect-ratio: 1/1;
    margin: auto 0;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(-45deg);
  }
  .layout-header__nav-sub {
    display: flex;
  }
  .layout-header__nav-sub-item {
    margin-left: 1em;
  }
  .layout-header__nav-sub-item a {
    position: relative;
    display: block;
    padding: 0 0 0 calc(var(--s) * 1.2);
    color: #818788;
    font-size: calc(var(--f) * 1.3);
  }
  .layout-header__nav-sub-item a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: calc(var(--s) * 0.6);
    aspect-ratio: 1/1;
    margin: auto 0;
    border-right: 1px solid #2D93A2;
    border-bottom: 1px solid #2D93A2;
    transform: rotate(-45deg);
  }
  .layout-header__nav-search {
    position: relative;
    display: flex;
    width: calc(var(--s) * 21);
    height: calc(var(--s) * 3);
    padding: 2px;
    margin-left: calc(var(--s) * 3.4);
    border: 1px solid #D4DADB;
  }
  .layout-header__nav-search-text {
    width: 100%;
    padding: 0 0.7em;
    font-size: calc(var(--f) * 1.3);
  }
  .layout-header__nav-search-text::-moz-placeholder {
    color: #818788;
  }
  .layout-header__nav-search-text::placeholder {
    color: #818788;
  }
  .layout-header__nav-search-submit {
    position: relative;
    overflow: hidden;
    width: calc(var(--s) * 2.6);
    aspect-ratio: 1/1;
    flex-shrink: 0;
    text-indent: -9999px;
    background: #2D93A2 url(../img/_common/ico-search-white.svg) center/contain no-repeat;
  }
  .layout-header__nav-language {
    margin-left: calc(var(--s) * 2.4);
    display: flex;
  }
  .layout-header__nav-language-item {
    margin-left: calc(var(--s) * 0.8);
  }
  .layout-header__nav-language-item a {
    display: block;
    padding: 0 2em;
    color: #818788;
    font-size: calc(var(--f) * 1.2);
    line-height: 1.83;
    white-space: nowrap;
    border: 1px solid #D4DADB;
    border-radius: 100px;
  }
}
@media screen and (max-width: 960px) {
  .layout-header {
    height: calc(var(--s) * 11);
    padding: calc(var(--s) * 2) 0 calc(var(--s) * 2) calc(var(--s) * 2.6);
  }
  .layout-header__logo {
    width: calc(var(--s) * 19);
  }
  .layout-header__logo img {
    width: 100%;
  }
  .layout-header__nav-btn {
    display: none;
  }
  .layout-header__nav-label {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: calc(var(--s) * 8);
    height: 100%;
    background: #2D93A2;
  }
  .layout-header__nav-label span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 40%;
    height: 1px;
    margin: auto;
    background: #FFF;
    transition-duration: 300ms;
  }
  .layout-header__nav-label span::before, .layout-header__nav-label span::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
    transition-duration: 300ms;
  }
  .layout-header__nav-label span::before {
    top: calc(var(--s) * 1.6);
  }
  .layout-header__nav-label span::after {
    bottom: calc(var(--s) * 1.6);
  }
  .layout-header__nav-btn:checked + .layout-header__nav-label span {
    background: rgba(255, 255, 255, 0);
  }
  .layout-header__nav-btn:checked + .layout-header__nav-label span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .layout-header__nav-btn:checked + .layout-header__nav-label span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .layout-header__nav-wrap {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 0;
    padding: 0 calc(var(--s) * 4);
    background: rgba(51, 51, 51, 0.85);
    transition-duration: 300ms;
  }
  .layout-header__nav-btn:checked + .layout-header__nav-label + .layout-header__nav-wrap {
    opacity: 1;
    pointer-events: all;
    height: calc(100vh - var(--s) * 11);
  }
  .layout-header__nav-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: calc(var(--s) * 4);
  }
  .layout-header__nav-main-item {
    width: 100%;
    margin: 0 0 calc(var(--s) * 2);
  }
  .layout-header__nav-main-item a {
    position: relative;
    display: block;
    font-size: calc(var(--f) * 2);
    line-height: calc(var(--s) * 9);
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    background: #FFF;
    border-radius: 100px;
  }
  .layout-header__nav-main-item--contact a {
    color: #FFF;
    background: #2D93A2 url(../img/_common/ico-mail.svg) left calc(var(--s) * 4) center/calc(var(--s) * 3.2) no-repeat;
  }
  .layout-header__nav-sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-bottom: calc(var(--s) * 2);
    margin-bottom: calc(var(--s) * 4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .layout-header__nav-sub-item {
    width: calc((100% - var(--s) * 2) / 2);
    margin-bottom: calc(var(--s) * 2);
  }
  .layout-header__nav-sub-item a {
    display: block;
    font-size: calc(var(--f) * 1.8);
    line-height: calc(var(--s) * 7.6);
    text-align: center;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
  }
  .layout-header__nav-sub-item:first-child {
    width: 100%;
  }
  .layout-header__nav-search {
    position: relative;
    display: flex;
    width: 100%;
    height: calc(var(--f) * 6);
    padding: calc(var(--s) * 0.6);
    background: #FFF;
  }
  .layout-header__nav-search-text {
    width: 100%;
    padding: 0 0.7em;
    font-size: calc(var(--f) * 1.7);
  }
  .layout-header__nav-search-text::-moz-placeholder {
    color: #818788;
  }
  .layout-header__nav-search-text::placeholder {
    color: #818788;
  }
  .layout-header__nav-search-submit {
    position: relative;
    overflow: hidden;
    width: calc(var(--f) * 4.8);
    aspect-ratio: 1/1;
    flex-shrink: 0;
    text-indent: -9999px;
    background: #2D93A2 url(../img/_common/ico-search-white.svg) center/contain no-repeat;
  }
  .layout-header__nav-language {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: calc(var(--s) * 4);
    margin-top: calc(var(--s) * 4);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .layout-header__nav-language-item {
    width: calc((100% - var(--s) * 2) / 2);
  }
  .layout-header__nav-language-item a {
    display: block;
    color: #FFF;
    font-size: calc(var(--f) * 1.4);
    line-height: calc(var(--s) * 5);
    text-align: center;
    white-space: nowrap;
    border: 1px solid #FFF;
    border-radius: 100px;
  }
  .layout-header__nav-close {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
  }
}
.layout-footer {
  margin-top: calc(var(--s) * 12);
  color: #FFF;
  background: #333333;
}

@media screen and (min-width: 960.02px) {
  .layout-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: calc(var(--s) * 5.8);
  }
  .layout-footer__info {
    width: calc(var(--s) * 32);
  }
  .layout-footer__info-logo {
    width: calc(var(--s) * 16);
  }
  .layout-footer__info-logo img {
    width: 100%;
  }
  .layout-footer__info-address {
    padding: calc(var(--s) * 2.4) 0 calc(var(--s) * 2);
    font-size: calc(var(--f) * 1.3);
  }
  .layout-footer__info-contact {
    position: relative;
    display: block;
    width: calc(var(--s) * 18);
    padding-left: calc(var(--s) * 1.6);
    color: #FFF;
    font-size: calc(var(--f) * 1.3);
    line-height: calc(var(--s) * 3);
    text-align: center;
    background: url(../img/_common/ico-mail.svg) left calc(var(--s) * 1.8) center/calc(var(--s) * 1.4) no-repeat;
    border: 1px solid #FFF;
    border-radius: 100px;
    transition-duration: 300ms;
  }
  .layout-footer__info-contact::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(var(--s) * 1.6);
    bottom: 0;
    display: block;
    width: calc(var(--s) * 0.6);
    aspect-ratio: 1/1;
    margin: auto 0;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(-45deg);
  }
  .layout-footer__info-contact:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .layout-footer__nav {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: calc(var(--s) * 100);
    padding: 0 0 calc(var(--s) * 5);
  }
  .layout-footer__nav-box {
    margin-left: calc(var(--s) * 7);
  }
  .layout-footer__nav-item > a {
    transition-duration: 300ms;
    display: block;
    margin-bottom: 1em;
  }
  .layout-footer__nav-item > a:hover {
    opacity: 0.7;
  }
  .layout-footer__nav-item ul {
    position: relative;
    margin-top: -0.4em;
  }
  .layout-footer__nav-item ul a {
    transition-duration: 300ms;
    opacity: 0.7;
    font-size: calc(var(--f) * 1.3);
    line-height: 2.15;
  }
  .layout-footer__nav-item ul a:hover {
    opacity: 0.7;
  }
  .layout-footer__nav-item ul a:hover {
    opacity: 1;
  }
  .layout-footer__nav-search {
    position: absolute;
    right: 0;
    bottom: calc(var(--s) * 4);
    display: flex;
    width: calc(var(--s) * 21);
    height: calc(var(--s) * 4.2);
    padding: 2px;
    background: #FFF;
  }
  .layout-footer__nav-search-text {
    width: 100%;
    padding: 0 0.7em;
    font-size: calc(var(--f) * 1.3);
  }
  .layout-footer__nav-search-text::-moz-placeholder {
    color: #818788;
  }
  .layout-footer__nav-search-text::placeholder {
    color: #818788;
  }
  .layout-footer__nav-search-submit {
    position: relative;
    overflow: hidden;
    width: calc(var(--s) * 3.8);
    aspect-ratio: 1/1;
    flex-shrink: 0;
    text-indent: -9999px;
    background: #2D93A2 url(../img/_common/ico-search-white.svg) center/contain no-repeat;
  }
  .layout-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(var(--s) * 132);
    height: calc(var(--s) * 7.4);
    border-top: 1px solid #D4DADB;
  }
  .layout-footer__bottom-language {
    display: flex;
  }
  .layout-footer__bottom-language-item {
    margin-right: calc(var(--s) * 0.8);
  }
  .layout-footer__bottom-language-item a {
    transition-duration: 300ms;
    position: relative;
    display: block;
    padding: 0 calc(var(--s) * 4) 0 calc(var(--s) * 2.4);
    color: #FFF;
    font-size: calc(var(--f) * 1.3);
    line-height: calc(var(--s) * 3);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100px;
  }
  .layout-footer__bottom-language-item a:hover {
    opacity: 0.7;
  }
  .layout-footer__bottom-language-item a::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(var(--s) * 1.6);
    bottom: 0;
    display: block;
    width: calc(var(--s) * 0.6);
    aspect-ratio: 1/1;
    margin: auto 0;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(-45deg);
  }
  .layout-footer__bottom-copyright {
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: calc(var(--f) * 1.3);
  }
}
@media screen and (max-width: 960px) {
  .layout-footer {
    padding: calc(var(--s) * 6) calc(var(--s) * 3) 0;
  }
  .layout-footer__info {
    margin-bottom: calc(var(--s) * 6);
  }
  .layout-footer__info-logo {
    text-align: center;
  }
  .layout-footer__info-logo img {
    width: calc(var(--f) * 16);
  }
  .layout-footer__info-address {
    padding: calc(var(--s) * 2.4) 0 calc(var(--s) * 2);
    text-align: center;
  }
  .layout-footer__info-contact {
    position: relative;
    display: block;
    width: calc(var(--s) * 32);
    padding-left: calc(var(--s) * 1.6);
    margin: 0 auto;
    color: #FFF;
    line-height: calc(var(--s) * 5.5);
    text-align: center;
    background: url(../img/_common/ico-mail.svg) left calc(var(--s) * 3.6) center/calc(var(--s) * 2.2) no-repeat;
    border: 1px solid #FFF;
    border-radius: 100px;
  }
  .layout-footer__info-contact::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(var(--s) * 2.2);
    bottom: 0;
    display: block;
    width: calc(var(--s) * 1.2);
    aspect-ratio: 1/1;
    margin: auto 0;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(-45deg);
  }
  .layout-footer__nav {
    margin-bottom: calc(var(--s) * 6);
  }
  .layout-footer__nav-box {
    width: 88vw;
    margin: 0 auto 2em;
  }
  .layout-footer__nav-item > a {
    display: block;
    margin-bottom: 1em;
    font-size: calc(var(--f) * 1.8);
  }
  .layout-footer__nav-item ul {
    position: relative;
    margin-top: -0.4em;
    display: flex;
    flex-wrap: wrap;
  }
  .layout-footer__nav-item ul li {
    min-width: 50%;
  }
  .layout-footer__nav-item ul a {
    padding-right: 2em;
    opacity: 0.7;
    line-height: 2.5;
  }
  .layout-footer__nav-search {
    position: relative;
    display: flex;
    height: calc(var(--f) * 6);
    padding: calc(var(--s) * 0.6);
    margin: calc(var(--s) * 6) calc(var(--s) * 6);
    background: #FFF;
  }
  .layout-footer__nav-search-text {
    width: 100%;
    padding: 0 0.7em;
    font-size: calc(var(--f) * 1.7);
  }
  .layout-footer__nav-search-text::-moz-placeholder {
    color: #818788;
  }
  .layout-footer__nav-search-text::placeholder {
    color: #818788;
  }
  .layout-footer__nav-search-submit {
    position: relative;
    overflow: hidden;
    width: calc(var(--f) * 4.8);
    aspect-ratio: 1/1;
    flex-shrink: 0;
    text-indent: -9999px;
    background: #2D93A2 url(../img/_common/ico-search-white.svg) center/contain no-repeat;
  }
  .layout-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: calc(var(--s) * 12);
    border-top: 1px solid #D4DADB;
  }
  .layout-footer__bottom-language {
    display: flex;
  }
  .layout-footer__bottom-language-item {
    margin-right: calc(var(--s) * 1.2);
  }
  .layout-footer__bottom-language-item a {
    position: relative;
    display: block;
    padding: 0 calc(var(--s) * 5) 0 calc(var(--s) * 3.4);
    color: #FFF;
    font-size: calc(var(--f) * 1.4);
    line-height: calc(var(--s) * 4);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100px;
  }
  .layout-footer__bottom-language-item a::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(var(--s) * 1.6);
    bottom: 0;
    display: block;
    width: calc(var(--s) * 1);
    aspect-ratio: 1/1;
    margin: auto 0;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(-45deg);
  }
  .layout-footer__bottom-copyright {
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: calc(var(--f) * 1.4);
  }
}
.layout-main {
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--s) * 11);
}

.test {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: calc(var(--s) * 144);
  margin: 0 auto;
  background: #fff;
}
.test img.hover {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
}

.mv {
  position: relative;
  overflow: hidden;
}
.mv__text {
  position: absolute;
  z-index: 100;
  left: calc(var(--s) * 7);
  top: 0;
  width: calc(var(--s) * 76.1);
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
}
.mv__text img {
  display: block;
}
.mv .swiper-container-slide {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-bottom: -2px;
}
.mv .swiper-container-slide .swiper-wrapper {
  transition-timing-function: linear;
}
.mv .swiper-container-slide .swiper-slide {
  width: calc(var(--s) * 23.5);
  height: calc(var(--s) * 23.5);
}
.mv .swiper-container-slide .swiper-slide img {
  display: block;
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro {
  position: relative;
}
.intro__text {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
}
.intro__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.anime-play .intro__text {
  transition-duration: 800ms;
  transition-delay: 600ms;
}
.anime-play .intro__bg {
  transition-duration: 1000ms;
}

.anime-off .intro__text {
  opacity: 0;
  transform: translateX(calc(var(--s) * 10));
}
.anime-off .intro__bg {
  opacity: 0.4;
}

.op {
  pointer-events: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: op 800ms linear 3600ms forwards;
}
.op__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: block;
  width: 820px;
  height: 520px;
  margin: auto;
}
.op__inner::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fff, #0094a1 5%, #0094a1 95%, #fff);
  animation: wave 1600ms cubic-bezier(0.505, 0.005, 0.475, 1) 300ms forwards;
}
.op__inner::after {
  content: "";
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, #fff);
}
.op__wave, .op__mark {
  position: absolute;
  z-index: 10;
}
.op__mark {
  opacity: 0;
  transform: translateY(20px);
  animation: mark 100ms cubic-bezier(0.235, 0.73, 0.555, 1.58) 2200ms forwards;
}

@keyframes op {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wave {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes mark {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-intro {
  position: relative;
  background: #2D93A2 url(../../img/_common/bg-pcb-green.jpg) right center/auto 100% no-repeat;
}
.home-intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
}
.home-intro__text {
  position: relative;
  z-index: 10;
  width: calc(var(--s) * 116);
  max-width: 100%;
  padding: calc(var(--s) * 9) 0;
  margin: 0 auto;
}
.home-intro__text p {
  margin-bottom: 2em;
  color: #FFF;
  font-size: calc(var(--f) * 1.8);
  line-height: 2;
  font-weight: 700;
}
.home-intro__text p:last-child {
  margin-bottom: 0;
  font-size: calc(var(--f) * 2.6);
}

.anime-play.home-intro::before {
  transition-duration: 1000ms;
}

.anime-play .home-intro__text p {
  transition-duration: 800ms;
}
.anime-play .home-intro__text p:nth-child(1) {
  transition-delay: 500ms;
}
.anime-play .home-intro__text p:nth-child(2) {
  transition-delay: 600ms;
}
.anime-play .home-intro__text p:nth-child(3) {
  transition-delay: 700ms;
}

.anime-off.home-intro::before {
  opacity: 0.6;
}

.anime-off .home-intro__text p {
  opacity: 0;
  transform: translateX(calc(var(--s) * 10));
}

@media screen and (max-width: 960px) {
  .home-intro {
    background-size: auto 70%;
    background-position: right bottom;
  }
  .home-intro::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(#2d93a2 30%, rgba(45, 147, 162, 0) 60%);
  }
  .home-intro__text {
    padding: calc(var(--s) * 14) 0;
  }
  .home-intro__text p {
    text-align: center;
  }
}
.home-mv {
  position: relative;
  overflow: hidden;
}
.home-mv .swiper-container-slide {
  position: relative;
  z-index: 1;
  display: block;
  width: calc(var(--s) * 235);
}
.home-mv .swiper-container-slide .swiper-wrapper {
  transition-timing-function: linear;
}
.home-mv .swiper-container-slide .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 960.02px) {
  .home-mv__text {
    position: absolute;
    z-index: 100;
    left: calc(var(--s) * 7);
    top: 0;
    width: calc(var(--s) * 70);
    height: 100%;
    padding: calc(var(--s) * 7) 0 0 calc(var(--s) * 7);
    background: rgba(255, 255, 255, 0.96) url(../../img/home/mv-wave.svg) right bottom/cover no-repeat;
  }
  .home-mv__catch {
    padding-bottom: 0.5em;
    color: #2D93A2;
    font-size: calc(var(--f) * 5.2);
    line-height: 1.36;
    font-weight: 900;
  }
  .home-mv__top {
    font-size: calc(var(--f) * 2.3);
    line-height: 2;
    font-weight: 700;
  }
}
@media screen and (max-width: 960px) {
  .home-mv__text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 78vw;
    height: 70vw;
    margin: auto;
    background: rgba(255, 255, 255, 0.96);
  }
  .home-mv__catch {
    width: 100%;
    padding-bottom: 0.75em;
    color: #2D93A2;
    font-size: calc(var(--f) * 4.4);
    line-height: 1.5;
    font-weight: 900;
    text-align: center;
  }
  .home-mv__top {
    width: 100%;
    font-size: calc(var(--f) * 2.1);
    line-height: 1.65;
    font-weight: 700;
    text-align: center;
  }
  .home-mv .swiper-container-slide {
    display: block;
    width: calc(var(--s) * 300);
  }
}
.op {
  pointer-events: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: op 800ms linear 3600ms forwards;
}
.op__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: block;
  width: calc(var(--s) * 82);
  aspect-ratio: 82/52;
  margin: auto;
}
.op__inner::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fff, #0094a1 5%, #0094a1 95%, #fff);
  animation: wave 1600ms cubic-bezier(0.505, 0.005, 0.475, 1) 300ms forwards;
}
.op__inner::after {
  content: "";
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, #fff);
}
.op__wave, .op__mark {
  position: absolute;
  z-index: 10;
}
.op__wave {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: 0 0 0 50vw #FFF;
}
.op__mark {
  opacity: 0;
  transform: translateY(20px);
  animation: mark 100ms cubic-bezier(0.235, 0.73, 0.555, 1.58) 2200ms forwards;
}

@keyframes op {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wave {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes mark {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 960px) {
  .op__inner {
    width: 120vw;
    right: unset;
    margin-right: unset;
    margin-left: -10vw;
  }
}
.home-products {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: calc(var(--s) * 132);
  max-width: 88vw;
  padding: calc(var(--s) * 9) 0 calc(var(--s) * 7.5);
  margin: 0 auto;
}
.home-products::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -2;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: #2D93A2;
}
.home-products::after {
  font-family: "Heebo", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  content: "EMC Testing";
  position: absolute;
  left: calc(var(--s) * -6.5);
  bottom: -0.2em;
  opacity: 0.25;
  z-index: -1;
  color: #FFF;
  font-size: calc(var(--f) * 20);
  line-height: 1;
  white-space: nowrap;
}
.home-products__head {
  width: 100%;
  margin-bottom: 0.5em;
  color: #FFF;
  font-size: calc(var(--f) * 2.6);
  line-height: 1.5;
  font-weight: 700;
}
.home-products__nav a {
  position: relative;
  display: block;
  padding: 0.2em 0 0.2em 0.8em;
  color: #FFF;
  font-size: calc(var(--f) * 1.6);
}
.home-products__nav a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0.4em;
  height: 0.4em;
  margin: auto 0;
  border: 1px solid #FFF;
  border-radius: 50%;
}
.home-products__product-link {
  transition-duration: 300ms;
  position: relative;
  display: block;
}
.home-products__product-link:hover {
  opacity: 0.7;
}
.home-products__product-link .img {
  position: relative;
}
.home-products__product-link .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-products__product-link .title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 1em 1em;
  color: #2D93A2;
  line-height: 1.5;
  text-shadow: 0 0 0.4em #FFF;
}
.home-products__product-link .title--white {
  color: #FFF !important;
  text-shadow: 0 0 0.4em #000;
}
.home-products__more {
  width: 100%;
  text-align: right;
}
.home-products__more a {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  margin-top: calc(var(--s) * 4);
  color: #2D93A2;
  font-size: calc(var(--f) * 1.8);
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #FFF;
}
.home-products__more a::before {
  content: "";
  display: inline-block;
  width: calc(var(--f) * 6);
  aspect-ratio: 1/1;
  margin-right: calc(var(--f) * 2.4);
  background: #2D93A2;
  border: 1px solid #2D93A2;
  border-radius: 50%;
  vertical-align: middle;
  transition-duration: 300ms;
}
.home-products__more a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--f) * 2);
  display: block;
  width: calc(var(--f) * 1.4);
  height: calc(var(--f) * 1.4);
  margin: auto 0;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: rotate(-45deg);
  transition-duration: 300ms;
}
.home-products__more a:hover::before {
  background: none;
}
.home-products__more a:hover::after {
  border-right-color: #2D93A2;
  border-bottom-color: #2D93A2;
}
.home-products__more a::before {
  background: #FFF;
  border-color: #FFF;
}
.home-products__more a::after {
  border-right-color: #2D93A2;
  border-bottom-color: #2D93A2;
}
.home-products__more a:hover::before {
  background: none;
}
.home-products__more a:hover::after {
  border-right-color: #FFF !important;
  border-bottom-color: #FFF !important;
}

.home-products--rfsys::before {
  background: #333333;
}
.home-products--rfsys::after {
  content: "RF Testing";
  opacity: 0.15;
}

.home-products--rfsys .home-products__product-link .title {
  color: #333333;
}
.home-products--rfsys .home-products__more a::after {
  border-right-color: #333333;
  border-bottom-color: #333333;
}

.home-products--emc-test-serv::before {
  background: #654E21;
}
.home-products--emc-test-serv::after {
  content: "EMC Service";
  opacity: 0.15;
}

.home-products--emc-test-serv .home-products__product-link .title {
  color: #654E21;
}
.home-products--emc-test-serv .home-products__more a::after {
  border-right-color: #654E21;
  border-bottom-color: #654E21;
}

@media screen and (min-width: 960.02px) {
  .home-products {
    min-height: calc(var(--s) * 58);
  }
  .home-products__product {
    position: absolute;
    right: 0;
    top: calc(var(--s) * 10);
    display: flex;
    justify-content: space-between;
    width: calc(var(--s) * 96);
  }
  .home-products__product-item {
    width: calc((100% - var(--s) * 6) / 3);
  }
  .home-products__more {
    position: absolute;
    left: 0;
    bottom: calc(var(--s) * 7.5);
  }
  .home-products--rfsys::after {
    left: unset;
    right: calc(var(--s) * -6.7);
  }
  .home-products--rfsys .home-products__head, .home-products--rfsys .home-products__nav {
    padding-left: calc(var(--s) * 100);
  }
  .home-products--rfsys .home-products__product {
    left: 0;
    right: unset;
  }
  .home-products--rfsys .home-products__more {
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .home-products {
    padding-bottom: calc(var(--s) * 10);
  }
  .home-products::after {
    font-size: calc(var(--f) * 14);
  }
  .home-products__head {
    margin-bottom: 1em;
  }
  .home-products__head br {
    display: none;
  }
  .home-products__nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(var(--s) * 6);
  }
  .home-products__nav a {
    padding-right: 2em;
    white-space: nowrap;
  }
  .home-products__product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-products__product-item {
    width: calc((100% - var(--s) * 3) / 2);
    margin-bottom: calc(var(--s) * 3);
  }
  .home-products__more {
    position: absolute;
    right: 0;
    bottom: calc(var(--s) * 16);
    width: 50%;
  }
}
.home-service {
  padding: 0 0 calc(var(--s) * 9);
}
.home-service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto;
}
.home-service__item {
  position: relative;
  display: flex;
  width: calc((100% - var(--s) * 18) / 4);
}
.home-service__link {
  position: relative;
  display: block;
  padding: calc(var(--s) * 2) 0 0;
}
.home-service__link .img {
  position: relative;
  margin-bottom: -1em;
  text-align: center;
}
.home-service__link .img img {
  width: calc(var(--s) * 24);
}
.home-service__link .en {
  font-family: "Heebo", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2em;
  color: #2D93A2;
  font-size: calc(var(--f) * 3.6);
  line-height: 1;
  text-align: center;
}
.home-service__link .title {
  position: relative;
  z-index: 10;
  height: 2em;
  font-size: calc(var(--f) * 2);
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}
.home-service__link .text {
  padding: 0 0 calc(var(--f) * 5);
  font-size: calc(var(--f) * 1.4);
}
.home-service__link .more {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding: 0 4.57em 0.65em 0;
  color: #2D93A2;
  font-size: calc(var(--f) * 1.4);
  white-space: nowrap;
  border-bottom: 1px solid #2D93A2;
  transition-duration: 300ms;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-service__link .more::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: -1px;
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  border-left: 1px solid #2D93A2;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
.home-service__link .more:hover {
  padding-right: 6.57em;
}

@media screen and (max-width: 960px) {
  .home-service__item {
    width: calc((100% - 6vw) / 2);
    margin-bottom: calc(var(--s) * 6);
  }
  .home-service__link .img img {
    width: calc(var(--s) * 28);
  }
  .home-service__link .en {
    font-size: calc(var(--f) * 3.2);
  }
  .home-service__link .title {
    font-size: calc(var(--f) * 1.8);
  }
}
.home-topics {
  position: relative;
  width: calc(var(--s) * 116);
  max-width: 88vw;
  padding: calc(var(--s) * 7.5) 0 calc(var(--s) * 17);
  margin: 0 auto;
}
.home-topics__head {
  margin-bottom: calc(var(--s) * 3);
}
.home-topics__head b {
  font-family: "Heebo", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 0.1em;
  font-size: calc(var(--f) * 4);
  line-height: 1;
}
.home-topics__head b::first-letter {
  color: #2D93A2;
}
.home-topics__head small {
  display: block;
  color: #818788;
  font-size: calc(var(--f) * 1.7);
}
.home-topics__container {
  position: relative;
  left: 50%;
  width: calc(var(--s) * 198.5);
  margin-left: calc(var(--s) * -99.25);
}
.home-topics__container .swiper-slide {
  padding: 0 calc(var(--s) * 1.5);
}
.home-topics__container .swiper-slide a {
  display: block;
  aspect-ratio: 2/1;
}
.home-topics__container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-topics__prev, .home-topics__next {
  position: absolute;
  top: calc(var(--s) * 21);
  z-index: 20;
  width: calc(var(--f) * 5);
  aspect-ratio: 1/1;
  background: #DBECEC;
  border-radius: 50%;
}
.home-topics__prev::after, .home-topics__next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--f) * 1.4);
  display: block;
  width: calc(var(--f) * 1.4);
  aspect-ratio: 1/1;
  margin: auto 0;
  border-right: 1px solid #2D93A2;
  border-bottom: 1px solid #2D93A2;
  transform: rotate(-45deg);
}
.home-topics__prev {
  left: calc(var(--s) * -6.5);
  transform: scale(-1, 1);
}
.home-topics__next {
  right: calc(var(--s) * -6.5);
}
.home-topics__pagination {
  position: absolute;
  right: 0;
  top: calc(var(--s) * 8);
  z-index: 30;
  display: flex;
  justify-content: flex-end;
}
.home-topics__pagination span.swiper-pagination-bullet {
  position: relative;
  display: block;
  opacity: 1;
  width: calc(var(--s) * 3);
  height: calc(var(--s) * 3);
  padding: 0;
  margin: 0 !important;
  background: none !important;
  border-radius: 0;
}
.home-topics__pagination span.swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(var(--s) * 0.8);
  aspect-ratio: 1/1;
  margin: auto;
  border-radius: 50%;
  background: #DBECEC;
}
.home-topics__pagination span.swiper-pagination-bullet-active::before {
  background: #2D93A2;
}

@media screen and (max-width: 960px) {
  .home-topics__container {
    width: 100vw;
    margin-left: -50vw;
  }
  .home-topics__prev, .home-topics__next {
    top: calc(var(--s) * 28.5);
  }
  .home-topics__prev {
    left: calc(var(--s) * -3);
  }
  .home-topics__next {
    right: calc(var(--s) * -3);
  }
  .home-topics__pagination {
    top: calc(var(--s) * 9);
  }
  .home-topics__pagination span.swiper-pagination-bullet {
    width: calc(var(--s) * 4);
    height: calc(var(--s) * 4);
  }
  .home-topics__pagination span.swiper-pagination-bullet::before {
    width: calc(var(--s) * 1.2);
  }
}
.products-about {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  padding: calc(var(--s) * 10) 0 calc(var(--s) * 11);
  margin: 0 auto;
  text-align: center;
  background: url(../../img/_common/spacer-wave.svg) center bottom/calc(var(--s) * 17) no-repeat;
}
.products-about__head {
  margin-bottom: 1em;
  font-size: calc(var(--f) * 2.4);
  font-weight: 700;
  text-align: center;
}
.products-about__text {
  margin-bottom: 1em;
}

@media screen and (max-width: 960px) {
  .products-about {
    padding-bottom: calc(var(--s) * 16);
    background-size: calc(var(--s) * 30) auto;
  }
  .products-about__text {
    margin-bottom: 1em;
    text-align: left;
  }
  .products-about__text br {
    display: none;
  }
}
.products-case {
  padding: calc(var(--s) * 7.5) 0;
}
.products-case__head {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto 0.9em;
  font-size: calc(var(--f) * 3.2);
  font-weight: 700;
}
.products-case__head::first-letter {
  color: #2D93A2;
}
.products-case__list {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto;
}
.products-case__link {
  display: block;
  padding: calc(var(--f) * 3.6) calc(var(--f) * 3);
  margin-bottom: calc(var(--f) * 3);
  background: #F4FAFA;
  border-radius: 6px;
}
.products-case__subhead {
  margin-bottom: 0.9em;
  color: #2D93A2;
  font-size: calc(var(--f) * 1.9);
  line-height: 1.5;
}
.products-case__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
  margin-bottom: calc(var(--f) * 2.6);
  border-radius: 6px;
}
.products-case__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-case__content {
  margin-bottom: 1em;
}
.products-case__more {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding: 0 4.57em 0.65em 0;
  color: #2D93A2;
  font-size: calc(var(--f) * 1.4);
  white-space: nowrap;
  border-bottom: 1px solid #2D93A2;
  transition-duration: 300ms;
}
.products-case__more::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: -1px;
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  border-left: 1px solid #2D93A2;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
.products-case__more:hover {
  padding-right: 6.57em;
}

@media screen and (min-width: 960.02px) {
  .products-case__list {
    display: flex;
    justify-content: space-between;
  }
  .products-case__item {
    display: flex;
    width: calc((100% - var(--s) * 6) / 3);
  }
}
.products-catalog-2col {
  position: relative;
  width: calc(var(--s) * 116);
  max-width: 88vw;
  padding: calc(var(--s) * 10) 0;
  margin: 0 auto;
}
.products-catalog-2col__head {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto 0.9em;
  font-size: calc(var(--f) * 3.2);
  font-weight: 700;
}
.products-catalog-2col__head::first-letter {
  color: #2D93A2;
}
.products-catalog-2col__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto calc(var(--s) * 3);
  padding: calc(var(--s) * 7.5) 0 calc(var(--s) * 4.5);
  border-radius: 6px;
  background: #F4FAFA;
}
.products-catalog-2col__item {
  display: flex;
  margin: 0 calc(var(--s) * 1.5) calc(var(--s) * 3);
}
.products-catalog-2col__link {
  transition-duration: 300ms;
  position: relative;
  display: block;
  box-shadow: 1px 1px 0 0 #D4DADB;
  background: #FFF;
  width: 100%;
  padding: calc(var(--s) * 2.6) calc(var(--s) * 1.2) 0;
}
.products-catalog-2col__link:hover {
  opacity: 0.7;
}
.products-catalog-2col__link::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  display: block;
  width: calc(var(--f) * 1.7);
  height: calc(var(--f) * 1.7);
  background: #2D93A2;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.products-catalog-2col__img {
  position: relative;
  width: 56%;
  aspect-ratio: 1/1.41;
  margin: 0 auto;
  border: 1px solid #D4DADB;
}
.products-catalog-2col__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-catalog-2col__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 5.2em;
  font-size: calc(var(--f) * 1.6);
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 960.02px) {
  .products-catalog-2col {
    padding-left: calc(var(--s) * 26);
  }
  .products-catalog-2col__head {
    position: absolute;
    left: 0;
    top: calc(var(--s) * 10);
    line-height: 1.5;
  }
  .products-catalog-2col__item {
    width: calc(var(--s) * 24);
  }
  .products-catalog-2col__item:first-child:last-child, .products-catalog-2col__item:nth-child(1):nth-last-child(2), .products-catalog-2col__item:nth-child(2):nth-last-child(1) {
    width: calc(var(--s) * 28);
  }
}
@media screen and (max-width: 960px) {
  .products-catalog-2col__head br {
    display: none;
  }
  .products-catalog-2col__list {
    justify-content: flex-start;
    padding: calc(var(--s) * 7.5) 0 calc(var(--s) * 4.5) calc(var(--s) * 6);
  }
  .products-catalog-2col__item {
    width: 88vw;
    width: calc((100% - var(--s) * 9) / 2);
    margin: 0 calc(var(--s) * 3) calc(var(--s) * 3) 0;
  }
}
.products-catalog {
  padding: calc(var(--s) * 7.5) 0;
}
.products-catalog__head {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto 0.9em;
  font-size: calc(var(--f) * 3.2);
  font-weight: 700;
}
.products-catalog__head::first-letter {
  color: #2D93A2;
}
.products-catalog__catalog {
  display: flex;
  flex-wrap: wrap;
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto calc(var(--s) * 3);
  padding: calc(var(--s) * 7.5) 0 calc(var(--s) * 4.5) calc(var(--s) * 6);
  border-radius: 6px;
  background: #F4FAFA;
}
.products-catalog__catalog-item {
  display: flex;
  width: calc((100% - var(--s) * 15) / 4);
  margin: 0 calc(var(--s) * 3) calc(var(--s) * 3) 0;
}
.products-catalog__catalog-link {
  transition-duration: 300ms;
  position: relative;
  display: block;
  box-shadow: 1px 1px 0 0 #D4DADB;
  background: #FFF;
  width: 100%;
  padding: calc(var(--s) * 2.6) calc(var(--s) * 1.2) 0;
}
.products-catalog__catalog-link:hover {
  opacity: 0.7;
}
.products-catalog__catalog-link::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  display: block;
  width: calc(var(--f) * 1.7);
  height: calc(var(--f) * 1.7);
  background: #2D93A2;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.products-catalog__catalog-img {
  position: relative;
  width: 56%;
  aspect-ratio: 1/1.41;
  margin: 0 auto;
  border: 1px solid #D4DADB;
}
.products-catalog__catalog-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-catalog__catalog-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 5.2em;
  font-size: calc(var(--f) * 1.6);
  line-height: 1.5;
  text-align: center;
}
.products-catalog__software {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto;
  padding: calc(var(--s) * 4) calc(var(--s) * 6) calc(var(--s) * 1);
  border-radius: 6px;
  background: #F4FAFA;
}
.products-catalog__software-item {
  margin-bottom: calc(var(--s) * 3);
  text-align: center;
}
.products-catalog__software-link {
  transition-duration: 300ms;
  position: relative;
  display: block;
  box-shadow: 1px 1px 0 0 #D4DADB;
  background: #FFF;
  width: 100%;
  padding: calc(var(--s) * 2.6) 0;
  font-size: calc(var(--f) * 1.9);
}
.products-catalog__software-link:hover {
  opacity: 0.7;
}
.products-catalog__software-link::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  display: block;
  width: calc(var(--f) * 1.7);
  height: calc(var(--f) * 1.7);
  background: #2D93A2;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

@media screen and (min-width: 960.02px) {
  .products-catalog__software {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .products-catalog__software-item {
    width: calc((100% - var(--s) * 3) / 2);
  }
  .products-catalog__software-item:first-child:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .products-catalog__catalog-item {
    width: calc((100% - var(--s) * 9) / 2);
  }
  .products-catalog__catalog-title {
    font-size: calc(var(--f) * 1.5);
  }
  .products-catalog__software {
    padding-top: calc(var(--s) * 7);
    padding-bottom: calc(var(--s) * 4);
  }
}
.products-category {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  padding: calc(var(--s) * 4) 0 calc(var(--s) * 9);
  margin: 0 auto;
}
.products-category__img {
  display: block;
  width: calc(var(--s) * 19);
  aspect-ratio: 1/1;
}
.products-category__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-category__text .title {
  margin-bottom: 0.5em;
  color: #2D93A2;
  font-size: calc(var(--f) * 1.9);
}
.products-category__text .more {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding: 0 4.57em 0.65em 0;
  color: #2D93A2;
  font-size: calc(var(--f) * 1.4);
  white-space: nowrap;
  border-bottom: 1px solid #2D93A2;
  transition-duration: 300ms;
}
.products-category__text .more::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: -1px;
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  border-left: 1px solid #2D93A2;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
.products-category__text .more:hover {
  padding-right: 6.57em;
}

@media screen and (min-width: 960.02px) {
  .products-category__list {
    display: flex;
    flex-wrap: wrap;
  }
  .products-category__item {
    display: flex;
    width: calc((100% - var(--s) * 12) / 3);
    margin: 0 calc(var(--s) * 6) calc(var(--s) * 6) 0;
  }
  .products-category__item:nth-child(3n) {
    margin-right: 0;
  }
  .products-category__link {
    position: relative;
    display: block;
    padding-top: calc(var(--s) * 19);
  }
  .products-category__img {
    position: absolute;
    right: 0;
    top: 0;
  }
  .products-category__text .text {
    padding-bottom: 4em;
  }
  .products-category__text .more {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .products-category__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    margin-bottom: calc(var(--s) * 8);
  }
  .products-category__img {
    flex-shrink: 0;
    order: 99;
    width: calc(var(--s) * 24);
    margin-left: calc(var(--s) * 4);
  }
  .products-category__text .text {
    padding-bottom: 1em;
  }
}
.products-list {
  padding: calc(var(--s) * 7.5) 0;
  background: #2D93A2;
}
.products-list__head {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto 0.9em;
  font-size: calc(var(--f) * 3.2);
  font-weight: 700;
  color: #FFF;
}
.products-list__head::first-letter {
  color: #2D93A2;
}
.products-list__head::first-letter {
  color: #F4CA5F;
}
.products-list__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto;
  padding: 0;
  background: #2D93A2;
}
.products-list__link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 200/220;
  padding: 2px;
  background: #FFF;
}
.products-list__link::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 2px;
  display: block;
  width: calc(100% - 4px);
  height: 0.5em;
  background: #333333;
}
.products-list__img {
  aspect-ratio: 1/1;
}
.products-list__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-list__title {
  position: absolute;
  overflow: hidden;
  left: 2px;
  bottom: 2px;
  display: flex;
  width: calc(100% - 4px);
  max-height: 4.2em;
  min-height: 4.2em;
  padding: 0.6em 1.8em 0.6em 1em;
  color: #FFF;
  line-height: 1.5;
  text-align: left;
  background: #333333;
  transition-duration: 400ms;
  transition-timing-function: ease-out;
}
.products-list__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0.8em;
  bottom: 0;
  display: block;
  width: calc(var(--s) * 1);
  aspect-ratio: 1/1;
  margin: auto 0;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
}
.products-list__link:hover .products-list__title {
  max-height: calc(var(--s) * 18);
}

@media screen and (min-width: 960.02px) {
  .products-list__item {
    width: calc((100% - var(--s) * 9) / 4);
    margin: 0 calc(var(--s) * 3) calc(var(--s) * 3) 0;
  }
  .products-list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .products-list__item {
    width: calc((100% - var(--s) * 2) / 2);
    margin: 0 calc(var(--s) * 2) calc(var(--s) * 2) 0;
  }
  .products-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
.products-merit {
  padding: calc(var(--s) * 7.5) 0;
  background: #DBECEC;
}
.products-merit__head {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto 0.9em;
  font-size: calc(var(--f) * 3.2);
  font-weight: 700;
}
.products-merit__head::first-letter {
  color: #2D93A2;
}
.products-merit__youtube {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  padding: calc(var(--s) * 4) 0;
  margin: 0 auto calc(var(--s) * 3);
  background: #FFF;
  border-radius: 6px;
}
.products-merit__youtube iframe {
  display: block;
  width: calc(var(--s) * 90);
  max-width: calc(100% - var(--s) * 8);
  aspect-ratio: 560/315;
  margin: 0 auto;
}
.products-merit__list {
  max-width: 88vw;
  margin: 0 auto 0.9em;
}
.products-merit__item {
  width: 100%;
  padding-bottom: calc(var(--s) * 3);
}
.products-merit__inner {
  display: block;
  box-sizing: border-box;
  padding: calc(var(--f) * 3);
  background: #FFF;
  border-radius: 6px;
}
.products-merit__subhead {
  margin-bottom: 0.9em;
  color: #2D93A2;
  font-size: calc(var(--f) * 1.9);
  line-height: 1.5;
}
.products-merit__img {
  margin-bottom: calc(var(--f) * 2);
}
.products-merit__img img {
  width: 100%;
}
.products-merit__content {
  margin-bottom: 1em;
}
.products-merit__more {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding: 0 4.57em 0.65em 0;
  color: #2D93A2;
  font-size: calc(var(--f) * 1.4);
  white-space: nowrap;
  border-bottom: 1px solid #2D93A2;
  transition-duration: 300ms;
}
.products-merit__more::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: -1px;
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  border-left: 1px solid #2D93A2;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
.products-merit__more:hover {
  padding-right: 6.57em;
}
.products-merit__back {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto;
  text-align: right;
}
.products-merit__back a {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  margin-top: calc(var(--s) * 4);
  color: #2D93A2;
  font-size: calc(var(--f) * 1.8);
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-top: 0;
}
.products-merit__back a::before {
  content: "";
  display: inline-block;
  width: calc(var(--f) * 6);
  aspect-ratio: 1/1;
  margin-right: calc(var(--f) * 2.4);
  background: #2D93A2;
  border: 1px solid #2D93A2;
  border-radius: 50%;
  vertical-align: middle;
  transition-duration: 300ms;
}
.products-merit__back a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--f) * 2);
  display: block;
  width: calc(var(--f) * 1.4);
  height: calc(var(--f) * 1.4);
  margin: auto 0;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: rotate(-45deg);
  transition-duration: 300ms;
}
.products-merit__back a:hover::before {
  background: none;
}
.products-merit__back a:hover::after {
  border-right-color: #2D93A2;
  border-bottom-color: #2D93A2;
}

@media screen and (min-width: 960.02px) {
  .products-merit--1col .products-merit__list {
    width: calc(var(--s) * 116);
  }
  .products-merit--1col .products-merit__subhead {
    padding: 0.5em 0;
    font-size: calc(var(--f) * 2.2);
  }
  .products-merit--1col .products-merit__img {
    margin-bottom: calc(var(--s) * 3.6);
    text-align: center;
  }
  .products-merit--1col .products-merit__img img {
    width: 80%;
  }
  .products-merit--1col .products-merit__content {
    margin-bottom: 1.6em;
    font-size: calc(var(--f) * 1.7);
  }
  .products-merit--3col .products-merit__list {
    width: unset;
  }
  .products-merit--3col .products-merit__item {
    width: calc(var(--s) * 39.6);
    padding-right: calc(var(--s) * 1.5);
    padding-left: calc(var(--s) * 1.5);
  }
}
@media screen and (max-width: 960px) {
  .products-merit__item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.products-nav {
  position: relative;
  z-index: 1000;
}

@media screen and (min-width: 960.02px) {
  .products-nav {
    margin-top: calc(var(--s) * 5.5);
  }
  .products-nav__btn, .products-nav__label {
    display: none;
  }
  .products-nav__list {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    width: calc(var(--s) * 116);
    max-width: 88vw;
    margin: 0 auto;
  }
  .products-nav__list::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background: #F4FAFA;
  }
  .products-nav__item a {
    position: relative;
    display: flex;
    align-items: center;
    height: calc(var(--s) * 5.5);
    padding: 0 calc(var(--s) * 1.8) 0 0;
    line-height: 1.5;
    text-align: left;
    font-weight: 700;
    transition-duration: 300ms;
  }
  .products-nav__item a::before {
    content: "";
    position: relative;
    display: block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.6em;
    flex-shrink: 0;
    border-right: 2px solid #2D93A2;
    border-bottom: 2px solid #2D93A2;
    transform: rotate(-45deg);
  }
  .products-nav__item a:hover {
    color: #2D93A2;
  }
  body.fix .products-nav {
    position: fixed;
    left: 0;
    top: calc(var(--s) * 11);
    width: 100%;
    margin-top: 0;
  }
  body.fix .products-nav + section,
  body.fix .products-nav + nav {
    margin-top: calc(var(--s) * 11);
  }
}
@media screen and (max-width: 960px) {
  .products-nav {
    position: fixed;
    left: 0;
    bottom: calc(var(--f) * -4.6);
    text-align: right;
    transition-duration: 300ms;
  }
  .products-nav__btn {
    display: none;
  }
  .products-nav__label {
    position: relative;
    display: inline-block;
    padding: 0 5.125vw 0 9vw;
    color: #FFF;
    font-size: calc(var(--f) * 1.6);
    line-height: calc(var(--f) * 4.6);
    background: #333333;
    border-radius: calc(var(--s) * 1) 0 0 0;
  }
  .products-nav__label::before, .products-nav__label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 3vw;
    bottom: 0;
    display: block;
    width: 1em;
    height: 1px;
    margin: auto 0;
    background: #FFF;
    transition-duration: 300ms;
  }
  .products-nav__label::after {
    transform: rotate(90deg);
  }
  .products-nav__btn:checked + .products-nav__label::before {
    transform: rotate(-135deg);
  }
  .products-nav__btn:checked + .products-nav__label::after {
    transform: rotate(135deg);
  }
  .products-nav__list {
    display: flex;
    flex-wrap: wrap;
    height: 0;
    padding: 0 3.125vw;
    background: #333333;
  }
  .products-nav__btn:checked + .products-nav__label + .products-nav__list {
    height: auto;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
  .products-nav__item a {
    position: relative;
    display: flex;
    align-items: center;
    height: calc(var(--s) * 5.5);
    padding: 0 calc(var(--s) * 1.8) 0 0;
    color: #FFF;
    line-height: 1.5;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    transition-duration: 300ms;
  }
  .products-nav__item a::before {
    content: "";
    position: relative;
    display: block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.6em;
    flex-shrink: 0;
    border-right: 2px solid #F4CA5F;
    border-bottom: 2px solid #F4CA5F;
    transform: rotate(-45deg);
  }
  .products-nav__item a:hover {
    color: #F4CA5F;
  }
  body.fix .products-nav {
    bottom: 0;
  }
  .products-nav + section,
  .products-nav + nav {
    margin-top: calc(var(--s) * 5.5);
  }
}
.products-option {
  padding: calc(var(--s) * 7.5) 0;
  background: #F4FAFA;
}
.products-option__head {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto 0.9em;
  font-size: calc(var(--f) * 3.2);
  font-weight: 700;
}
.products-option__head::first-letter {
  color: #2D93A2;
}
.products-option__container {
  display: flex;
  flex-wrap: wrap;
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto;
}
.products-option__btn {
  display: none;
}
.products-option__photo {
  display: none;
  width: 100%;
  border-radius: 6px;
  background: #2D93A2;
}
.products-option__btn:checked + .products-option__label + .products-option__photo {
  display: block;
}
.products-option__photo .products-option__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: calc(var(--s) * 4) 0 calc(var(--s) * 1) calc(var(--s) * 6);
}
.products-option__photo .products-option__item {
  position: relative;
  width: calc((100% - var(--s) * 15) / 4);
  margin: 0 calc(var(--s) * 3) calc(var(--s) * 3) 0;
}
.products-option__photo .products-option__link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 200/220;
  padding: 2px;
  background: #FFF;
}
.products-option__photo .products-option__link::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 2px;
  display: block;
  width: calc(100% - 4px);
  height: 0.5em;
  background: #333333;
}
.products-option__photo .products-option__img {
  aspect-ratio: 1/1;
}
.products-option__photo .products-option__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-option__photo .products-option__title {
  position: absolute;
  overflow: hidden;
  left: 2px;
  bottom: 2px;
  display: flex;
  width: calc(100% - 4px);
  max-height: 4.2em;
  min-height: 4.2em;
  padding: 0.6em 1.8em 0.6em 1em;
  color: #FFF;
  line-height: 1.5;
  text-align: left;
  background: #333333;
  transition-duration: 400ms;
  transition-timing-function: ease-out;
}
.products-option__photo .products-option__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0.8em;
  bottom: 0;
  display: block;
  width: calc(var(--s) * 1);
  aspect-ratio: 1/1;
  margin: auto 0;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
}
.products-option__photo .products-option__link:hover .products-option__title {
  max-height: calc(var(--s) * 18);
}
.products-option__text {
  position: relative;
  display: none;
  width: 100%;
  padding: calc(var(--s) * 4) calc(var(--s) * 6);
  color: #FFF;
  background: #2D93A2;
  border-radius: 6px;
}
.products-option__btn:checked + .products-option__label + .products-option__text {
  display: flex;
}
.products-option__text .products-option__link {
  display: flex;
  padding: 0.25em 0;
  line-height: 1.5;
}
.products-option__text .products-option__link::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  margin: 0.6em 0.6em 0 0;
  flex-shrink: 0;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: rotate(-45deg);
}
.products-option__text .products-option__img {
  background: #FFF;
}
.products-option__text .products-option__item:first-child .products-option__img {
  z-index: 10;
}
.products-option__text .products-option__item:hover .products-option__img {
  z-index: 20;
}

@media screen and (min-width: 960.02px) {
  .products-option__label {
    position: relative;
    overflow: visible;
    cursor: pointer;
    order: -1;
    display: flex;
    align-items: center;
    max-width: 24%;
    padding: 1em 1em 1em 1.6em;
    color: #818788;
    font-size: calc(var(--f) * 1.7);
    line-height: 1.5;
    font-weight: 700;
    background: #DBECEC;
    border-radius: 6px 6px 0 0;
  }
  .products-option__label::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    z-index: 10;
    display: block;
    width: calc(1em + 3px);
    height: calc(100% + 1px);
    margin-left: -1px;
    background: #DBECEC;
    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 100%, 0 100%);
  }
  .products-option__label::before {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    z-index: 5;
    display: block;
    width: calc(1em + 3px);
    height: calc(100% + 1px);
    background: #FFF;
    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 100%, 0 100%);
  }
  .products-option__btn:checked + .products-option__label {
    z-index: 20;
    color: #FFF;
    background: #2D93A2;
  }
  .products-option__btn:checked + .products-option__label::after {
    background: #2D93A2;
  }
  .products-option__photo {
    border-radius: 0 6px 6px 6px;
  }
  .products-option__text {
    justify-content: space-between;
    align-content: center;
    align-items: center;
    border-radius: 0 6px 6px 6px;
  }
  .products-option__text::after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: calc(var(--s) * 20);
    aspect-ratio: 1/1;
    margin-left: calc(var(--s) * 4);
    background: #FFF;
  }
  .products-option__text .products-option__img {
    position: absolute;
    top: 50%;
    right: calc(var(--s) * 6);
    display: block;
    width: calc(var(--s) * 20);
    aspect-ratio: 1/1;
    margin-top: calc(var(--s) * -10);
  }
  .products-option__text .products-option__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 960px) {
  .products-option__container {
    justify-content: space-between;
  }
  .products-option__label {
    position: relative;
    overflow: visible;
    cursor: pointer;
    order: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - var(--s) * 2) / 2);
    padding: 1em;
    margin-bottom: calc(var(--s) * 2);
    color: #818788;
    font-size: calc(var(--f) * 1.7);
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    background: #DBECEC;
    border-radius: 6px;
  }
  .products-option__btn:checked + .products-option__label {
    color: #FFF;
    background: #2D93A2;
  }
  .products-option__photo .products-option__list {
    padding: calc(var(--s) * 6) 0 calc(var(--s) * 4) calc(var(--s) * 4);
  }
  .products-option__photo .products-option__item {
    width: calc((100% - var(--s) * 6) / 2);
    margin: 0 calc(var(--s) * 2) calc(var(--s) * 2) 0;
  }
  .products-option__photo .products-option__title {
    font-size: calc(var(--f) * 1.4);
  }
  .products-option__text {
    flex-wrap: wrap;
    justify-content: center;
  }
  .products-option__text::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 100%;
    height: calc(var(--s) * 28);
    margin: 0 0 calc(var(--s) * 4);
  }
  .products-option__text .products-option__img {
    position: absolute;
    top: calc(var(--s) * 4);
    right: 0;
    left: 0;
    display: block;
    width: calc(var(--s) * 28);
    aspect-ratio: 1/1;
    margin: 0 auto;
  }
  .products-option__text .products-option__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.products-popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition-duration: 300ms;
}
.products-popup__inner {
  position: relative;
  display: block;
  width: 93.75%;
  max-width: calc(var(--s) * 132);
  max-height: 82%;
  box-sizing: border-box;
  overflow-y: scroll;
  padding: calc(var(--f) * 5);
  background: #FFF;
  border-radius: 6px;
}
.products-popup__item {
  width: 100%;
  padding-bottom: calc(var(--s) * 3);
}
.products-popup__subhead {
  margin-bottom: 1.5em;
  color: #2D93A2;
  font-size: calc(var(--f) * 2.8);
  line-height: 1.5;
  font-weight: 700;
}
.products-popup__img {
  margin-bottom: calc(var(--s) * 3.6);
  text-align: center;
}
.products-popup__content {
  font-size: calc(var(--f) * 1.7);
}
.products-popup__content p {
  padding-bottom: 1em;
}
.products-popup__close-bottom {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 1.5em 2em;
  color: #2D93A2;
  letter-spacing: 0.1em;
}
.products-popup__close-bottom::before, .products-popup__close-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1.2em;
  height: 2px;
  margin: auto 0;
  background: #2D93A2;
}
.products-popup__close-bottom::before {
  transform: rotate(-45deg);
}
.products-popup__close-bottom::after {
  transform: rotate(-135deg);
}
.products-popup__close-btn {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  color: #FFF;
  letter-spacing: 0.1em;
  text-align: right;
  background: rgba(51, 51, 51, 0.85);
}
.products-popup__close-btn::before, .products-popup__close-btn::after {
  content: "";
  position: absolute;
  top: 2.3em;
  right: 5.5em;
  display: block;
  width: 1.2em;
  height: 2px;
  background: #FFF;
}
.products-popup__close-btn::before {
  transform: rotate(-45deg);
}
.products-popup__close-btn::after {
  transform: rotate(-135deg);
}

.products-popup--active {
  opacity: 1;
  pointer-events: all;
}

.products-related {
  padding: calc(var(--s) * 7.5) 0 calc(var(--s) * 2);
  background: #2D93A2;
}
.products-related__head {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto 0.9em;
  font-size: calc(var(--f) * 3.2);
  font-weight: 700;
  color: #FFF;
}
.products-related__head::first-letter {
  color: #2D93A2;
}
.products-related__head::first-letter {
  color: #F4CA5F;
}
.products-related__list {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto;
}
.products-related__item {
  margin-bottom: calc(var(--s) * 6);
}
.products-related__link {
  position: relative;
  display: block;
  color: #FFF;
}
.products-related__img {
  position: relative;
  aspect-ratio: 2/1;
  background: #FFF;
}
.products-related__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-related__title {
  padding: 1em 0 0.5em;
  font-size: calc(var(--f) * 1.9);
  line-height: 1.5;
}
.products-related__content {
  opacity: 0.7;
}
.products-related__more {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding: 0 4.57em 0.65em 0;
  color: #2D93A2;
  font-size: calc(var(--f) * 1.4);
  white-space: nowrap;
  border-bottom: 1px solid #2D93A2;
  transition-duration: 300ms;
  color: #FFF;
  border-bottom-color: #FFF;
  margin-top: 2em;
}
.products-related__more::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: -1px;
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  border-left: 1px solid #2D93A2;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
.products-related__more:hover {
  padding-right: 6.57em;
}
.products-related__more::after {
  border-left-color: #FFF;
}

@media screen and (min-width: 960.02px) {
  .products-related__list {
    display: flex;
    flex-wrap: wrap;
  }
  .products-related__item {
    display: flex;
    width: calc((100% - var(--s) * 6) / 3);
    margin-right: calc(var(--s) * 3);
  }
  .products-related__item:nth-child(3n) {
    margin-right: 0;
  }
  .products-related__link {
    padding-bottom: calc(var(--s) * 6);
  }
  .products-related__more {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .products-related {
    padding-bottom: calc(var(--s) * 6);
  }
}
.products-spec {
  padding: calc(var(--s) * 7.5) 0;
  background: #F4FAFA;
}
.products-spec__head {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto 0.9em;
  font-size: calc(var(--f) * 3.2);
  font-weight: 700;
}
.products-spec__head::first-letter {
  color: #2D93A2;
}
.products-spec__table {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto;
}
.products-spec__table thead th, .products-spec__table thead td {
  font-size: calc(var(--f) * 1.4);
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  background: #D4DADB;
}
.products-spec__table tbody th, .products-spec__table tbody td {
  padding: 0.7em 0;
  font-size: calc(var(--f) * 1.4);
  text-align: left;
  border-bottom: 1px solid #D4DADB;
}
.products-spec__table tbody th {
  padding-right: 1em;
  white-space: nowrap;
}
.products-spec__notice {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 1.7em auto 0;
  font-size: calc(var(--f) * 1.4);
}
.products-spec__back {
  width: calc(var(--s) * 116);
  max-width: 88vw;
  margin: 0 auto;
  text-align: right;
}
.products-spec__back a {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  margin-top: calc(var(--s) * 4);
  color: #2D93A2;
  font-size: calc(var(--f) * 1.8);
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.products-spec__back a::before {
  content: "";
  display: inline-block;
  width: calc(var(--f) * 6);
  aspect-ratio: 1/1;
  margin-right: calc(var(--f) * 2.4);
  background: #2D93A2;
  border: 1px solid #2D93A2;
  border-radius: 50%;
  vertical-align: middle;
  transition-duration: 300ms;
}
.products-spec__back a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--f) * 2);
  display: block;
  width: calc(var(--f) * 1.4);
  height: calc(var(--f) * 1.4);
  margin: auto 0;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: rotate(-45deg);
  transition-duration: 300ms;
}
.products-spec__back a:hover::before {
  background: none;
}
.products-spec__back a:hover::after {
  border-right-color: #2D93A2;
  border-bottom-color: #2D93A2;
}/*# sourceMappingURL=style_single.css.map */